@everymatrix/player-transaction-history 1.45.0 → 1.45.3
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/{PlayerTransactionHistory-BNuCVZPx.js → PlayerTransactionHistory-CExKmjS_.js} +126 -126
- package/components/{PlayerTransactionHistory-tKiN0J0g.cjs → PlayerTransactionHistory-_k7YIUPq.cjs} +3 -3
- package/es2015/player-transaction-history.cjs +1 -1
- package/es2015/player-transaction-history.js +1 -1
- package/package.json +2 -2
package/components/{PlayerTransactionHistory-BNuCVZPx.js → PlayerTransactionHistory-CExKmjS_.js}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var dr = Object.defineProperty, mr = Object.defineProperties;
|
|
2
2
|
var br = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var nt = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var yr = Object.prototype.hasOwnProperty, gr = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var He = (e, t, r) => t in e ? dr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, it = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
yr.call(t, r) && He(e, r, t[r]);
|
|
8
8
|
if (nt)
|
|
9
9
|
for (var r of nt(t))
|
|
10
|
-
|
|
10
|
+
gr.call(t, r) && He(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, ot = (e, t) => mr(e, br(t));
|
|
13
13
|
var B = (e, t, r) => He(e, typeof t != "symbol" ? t + "" : t, r);
|
|
@@ -60,20 +60,20 @@ function Lt(e, ...t) {
|
|
|
60
60
|
const r = e.subscribe(...t);
|
|
61
61
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function Er(e, t, r) {
|
|
64
64
|
e.$$.on_destroy.push(Lt(t, r));
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function x(e, t) {
|
|
67
67
|
e.appendChild(t);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
70
|
-
const n =
|
|
69
|
+
function _r(e, t, r) {
|
|
70
|
+
const n = xr(e);
|
|
71
71
|
if (!n.getElementById(t)) {
|
|
72
72
|
const i = C("style");
|
|
73
73
|
i.id = t, i.textContent = r, Tr(n, i);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function xr(e) {
|
|
77
77
|
if (!e) return document;
|
|
78
78
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
79
79
|
return t && /** @type {ShadowRoot} */
|
|
@@ -83,7 +83,7 @@ function _r(e) {
|
|
|
83
83
|
) : e.ownerDocument;
|
|
84
84
|
}
|
|
85
85
|
function Tr(e, t) {
|
|
86
|
-
return
|
|
86
|
+
return x(
|
|
87
87
|
/** @type {Document} */
|
|
88
88
|
e.head || e,
|
|
89
89
|
t
|
|
@@ -110,7 +110,7 @@ function Ce() {
|
|
|
110
110
|
function Hr(e, t, r, n) {
|
|
111
111
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function _(e, t, r) {
|
|
114
114
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
115
115
|
}
|
|
116
116
|
function Sr(e) {
|
|
@@ -282,7 +282,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
|
|
|
282
282
|
let s;
|
|
283
283
|
return {
|
|
284
284
|
c: function() {
|
|
285
|
-
s = C("slot"), o !== "default" &&
|
|
285
|
+
s = C("slot"), o !== "default" && _(s, "name", o);
|
|
286
286
|
},
|
|
287
287
|
/**
|
|
288
288
|
* @param {HTMLElement} target
|
|
@@ -483,14 +483,14 @@ function L(e, t) {
|
|
|
483
483
|
}
|
|
484
484
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
485
485
|
}
|
|
486
|
-
var
|
|
487
|
-
return
|
|
486
|
+
var y = function() {
|
|
487
|
+
return y = Object.assign || function(t) {
|
|
488
488
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
489
489
|
r = arguments[n];
|
|
490
490
|
for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
491
491
|
}
|
|
492
492
|
return t;
|
|
493
|
-
},
|
|
493
|
+
}, y.apply(this, arguments);
|
|
494
494
|
};
|
|
495
495
|
function Gr(e, t) {
|
|
496
496
|
var r = {};
|
|
@@ -1003,10 +1003,10 @@ const mt = [], bt = {}, Kr = (e, t = 0) => {
|
|
|
1003
1003
|
}, k = [];
|
|
1004
1004
|
function en(e, t) {
|
|
1005
1005
|
return {
|
|
1006
|
-
subscribe:
|
|
1006
|
+
subscribe: Ee(e, t).subscribe
|
|
1007
1007
|
};
|
|
1008
1008
|
}
|
|
1009
|
-
function
|
|
1009
|
+
function Ee(e, t = P) {
|
|
1010
1010
|
let r;
|
|
1011
1011
|
const n = /* @__PURE__ */ new Set();
|
|
1012
1012
|
function i(a) {
|
|
@@ -1102,7 +1102,7 @@ function fn(e) {
|
|
|
1102
1102
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1103
1103
|
}) : [];
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1105
|
+
function yt(e) {
|
|
1106
1106
|
return Object.keys(e).concat(fn(e));
|
|
1107
1107
|
}
|
|
1108
1108
|
function Vt(e, t) {
|
|
@@ -1117,9 +1117,9 @@ function pn(e, t) {
|
|
|
1117
1117
|
}
|
|
1118
1118
|
function dn(e, t, r) {
|
|
1119
1119
|
var n = {};
|
|
1120
|
-
return r.isMergeableObject(e) &&
|
|
1120
|
+
return r.isMergeableObject(e) && yt(e).forEach(function(i) {
|
|
1121
1121
|
n[i] = ie(e[i], r);
|
|
1122
|
-
}),
|
|
1122
|
+
}), yt(t).forEach(function(i) {
|
|
1123
1123
|
pn(e, i) || (Vt(e, i) && r.isMergeableObject(t[i]) ? n[i] = cn(i, r)(e[i], t[i], r) : n[i] = ie(t[i], r));
|
|
1124
1124
|
}), n;
|
|
1125
1125
|
}
|
|
@@ -1136,45 +1136,45 @@ z.all = function(t, r) {
|
|
|
1136
1136
|
}, {});
|
|
1137
1137
|
};
|
|
1138
1138
|
var mn = z, bn = mn;
|
|
1139
|
-
const
|
|
1139
|
+
const yn = /* @__PURE__ */ tn(bn);
|
|
1140
1140
|
var m;
|
|
1141
1141
|
(function(e) {
|
|
1142
1142
|
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";
|
|
1143
1143
|
})(m || (m = {}));
|
|
1144
|
-
var
|
|
1144
|
+
var E;
|
|
1145
1145
|
(function(e) {
|
|
1146
1146
|
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";
|
|
1147
|
-
})(
|
|
1147
|
+
})(E || (E = {}));
|
|
1148
1148
|
var Z;
|
|
1149
1149
|
(function(e) {
|
|
1150
1150
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1151
1151
|
})(Z || (Z = {}));
|
|
1152
|
-
function
|
|
1153
|
-
return e.type ===
|
|
1152
|
+
function gt(e) {
|
|
1153
|
+
return e.type === E.literal;
|
|
1154
1154
|
}
|
|
1155
|
-
function
|
|
1156
|
-
return e.type ===
|
|
1155
|
+
function gn(e) {
|
|
1156
|
+
return e.type === E.argument;
|
|
1157
1157
|
}
|
|
1158
1158
|
function Xt(e) {
|
|
1159
|
-
return e.type ===
|
|
1159
|
+
return e.type === E.number;
|
|
1160
1160
|
}
|
|
1161
1161
|
function Wt(e) {
|
|
1162
|
-
return e.type ===
|
|
1162
|
+
return e.type === E.date;
|
|
1163
1163
|
}
|
|
1164
1164
|
function zt(e) {
|
|
1165
|
-
return e.type ===
|
|
1165
|
+
return e.type === E.time;
|
|
1166
1166
|
}
|
|
1167
1167
|
function Zt(e) {
|
|
1168
|
-
return e.type ===
|
|
1168
|
+
return e.type === E.select;
|
|
1169
1169
|
}
|
|
1170
1170
|
function Qt(e) {
|
|
1171
|
-
return e.type ===
|
|
1171
|
+
return e.type === E.plural;
|
|
1172
1172
|
}
|
|
1173
1173
|
function vn(e) {
|
|
1174
|
-
return e.type ===
|
|
1174
|
+
return e.type === E.pound;
|
|
1175
1175
|
}
|
|
1176
1176
|
function qt(e) {
|
|
1177
|
-
return e.type ===
|
|
1177
|
+
return e.type === E.tag;
|
|
1178
1178
|
}
|
|
1179
1179
|
function Jt(e) {
|
|
1180
1180
|
return !!(e && typeof e == "object" && e.type === Z.number);
|
|
@@ -1182,10 +1182,10 @@ function Jt(e) {
|
|
|
1182
1182
|
function je(e) {
|
|
1183
1183
|
return !!(e && typeof e == "object" && e.type === Z.dateTime);
|
|
1184
1184
|
}
|
|
1185
|
-
var Yt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
1186
|
-
function
|
|
1185
|
+
var Yt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, En = /(?:[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;
|
|
1186
|
+
function _n(e) {
|
|
1187
1187
|
var t = {};
|
|
1188
|
-
return e.replace(
|
|
1188
|
+
return e.replace(En, function(r) {
|
|
1189
1189
|
var n = r.length;
|
|
1190
1190
|
switch (r[0]) {
|
|
1191
1191
|
case "G":
|
|
@@ -1274,11 +1274,11 @@ function En(e) {
|
|
|
1274
1274
|
return "";
|
|
1275
1275
|
}), t;
|
|
1276
1276
|
}
|
|
1277
|
-
var
|
|
1277
|
+
var xn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1278
1278
|
function Tn(e) {
|
|
1279
1279
|
if (e.length === 0)
|
|
1280
1280
|
throw new Error("Number skeleton cannot be empty");
|
|
1281
|
-
for (var t = e.split(
|
|
1281
|
+
for (var t = e.split(xn).filter(function(f) {
|
|
1282
1282
|
return f.length > 0;
|
|
1283
1283
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1284
1284
|
var o = i[n], s = o.split("/");
|
|
@@ -1297,7 +1297,7 @@ function Hn(e) {
|
|
|
1297
1297
|
return e.replace(/^(.*?)-/, "");
|
|
1298
1298
|
}
|
|
1299
1299
|
var vt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Kt = /^(@+)?(\+|#+)?[rs]?$/g, Sn = /(\*)(0+)|(#+)(0+)|(0+)/g, er = /^(0+)$/;
|
|
1300
|
-
function
|
|
1300
|
+
function Et(e) {
|
|
1301
1301
|
var t = {};
|
|
1302
1302
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Kt, function(r, n, i) {
|
|
1303
1303
|
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)), "";
|
|
@@ -1357,7 +1357,7 @@ function wn(e) {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
return t;
|
|
1359
1359
|
}
|
|
1360
|
-
function
|
|
1360
|
+
function _t(e) {
|
|
1361
1361
|
var t = {}, r = tr(e);
|
|
1362
1362
|
return r || t;
|
|
1363
1363
|
}
|
|
@@ -1396,13 +1396,13 @@ function Bn(e) {
|
|
|
1396
1396
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1397
1397
|
continue;
|
|
1398
1398
|
case "scientific":
|
|
1399
|
-
t =
|
|
1400
|
-
return
|
|
1399
|
+
t = y(y(y({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1400
|
+
return y(y({}, h), _t(u));
|
|
1401
1401
|
}, {}));
|
|
1402
1402
|
continue;
|
|
1403
1403
|
case "engineering":
|
|
1404
|
-
t =
|
|
1405
|
-
return
|
|
1404
|
+
t = y(y(y({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1405
|
+
return y(y({}, h), _t(u));
|
|
1406
1406
|
}, {}));
|
|
1407
1407
|
continue;
|
|
1408
1408
|
case "notation-simple":
|
|
@@ -1471,17 +1471,17 @@ function Bn(e) {
|
|
|
1471
1471
|
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1472
1472
|
});
|
|
1473
1473
|
var o = i.options[0];
|
|
1474
|
-
o === "w" ? t =
|
|
1474
|
+
o === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = y(y({}, t), Et(o)));
|
|
1475
1475
|
continue;
|
|
1476
1476
|
}
|
|
1477
1477
|
if (Kt.test(i.stem)) {
|
|
1478
|
-
t =
|
|
1478
|
+
t = y(y({}, t), Et(i.stem));
|
|
1479
1479
|
continue;
|
|
1480
1480
|
}
|
|
1481
1481
|
var s = tr(i.stem);
|
|
1482
|
-
s && (t =
|
|
1482
|
+
s && (t = y(y({}, t), s));
|
|
1483
1483
|
var a = wn(i.stem);
|
|
1484
|
-
a && (t =
|
|
1484
|
+
a && (t = y(y({}, t), a));
|
|
1485
1485
|
}
|
|
1486
1486
|
return t;
|
|
1487
1487
|
}
|
|
@@ -2944,7 +2944,7 @@ try {
|
|
|
2944
2944
|
} catch (e) {
|
|
2945
2945
|
ke = !1;
|
|
2946
2946
|
}
|
|
2947
|
-
var
|
|
2947
|
+
var xt = Nn ? (
|
|
2948
2948
|
// Native
|
|
2949
2949
|
function(t, r, n) {
|
|
2950
2950
|
return t.startsWith(r, n);
|
|
@@ -3059,7 +3059,7 @@ var kn = (
|
|
|
3059
3059
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3060
3060
|
var a = this.clonePosition();
|
|
3061
3061
|
this.bump(), i.push({
|
|
3062
|
-
type:
|
|
3062
|
+
type: E.pound,
|
|
3063
3063
|
location: b(a, this.clonePosition())
|
|
3064
3064
|
});
|
|
3065
3065
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
@@ -3087,7 +3087,7 @@ var kn = (
|
|
|
3087
3087
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3088
3088
|
return {
|
|
3089
3089
|
val: {
|
|
3090
|
-
type:
|
|
3090
|
+
type: E.literal,
|
|
3091
3091
|
value: "<".concat(i, "/>"),
|
|
3092
3092
|
location: b(n, this.clonePosition())
|
|
3093
3093
|
},
|
|
@@ -3104,7 +3104,7 @@ var kn = (
|
|
|
3104
3104
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
3105
3105
|
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3106
3106
|
val: {
|
|
3107
|
-
type:
|
|
3107
|
+
type: E.tag,
|
|
3108
3108
|
value: i,
|
|
3109
3109
|
children: s,
|
|
3110
3110
|
location: b(n, this.clonePosition())
|
|
@@ -3141,7 +3141,7 @@ var kn = (
|
|
|
3141
3141
|
}
|
|
3142
3142
|
var h = b(n, this.clonePosition());
|
|
3143
3143
|
return {
|
|
3144
|
-
val: { type:
|
|
3144
|
+
val: { type: E.literal, value: i, location: h },
|
|
3145
3145
|
err: null
|
|
3146
3146
|
};
|
|
3147
3147
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
@@ -3201,7 +3201,7 @@ var kn = (
|
|
|
3201
3201
|
case 125:
|
|
3202
3202
|
return this.bump(), {
|
|
3203
3203
|
val: {
|
|
3204
|
-
type:
|
|
3204
|
+
type: E.argument,
|
|
3205
3205
|
// value does not include the opening and closing braces.
|
|
3206
3206
|
value: i,
|
|
3207
3207
|
location: b(n, this.clonePosition())
|
|
@@ -3243,12 +3243,12 @@ var kn = (
|
|
|
3243
3243
|
if (v.err)
|
|
3244
3244
|
return v;
|
|
3245
3245
|
var d = b(i, this.clonePosition());
|
|
3246
|
-
if (u &&
|
|
3246
|
+
if (u && xt(u == null ? void 0 : u.style, "::", 0)) {
|
|
3247
3247
|
var T = Fn(u.style.slice(2));
|
|
3248
3248
|
if (a === "number") {
|
|
3249
3249
|
var c = this.parseNumberSkeletonFromString(T, u.styleLocation);
|
|
3250
3250
|
return c.err ? c : {
|
|
3251
|
-
val: { type:
|
|
3251
|
+
val: { type: E.number, value: n, location: d, style: c.val },
|
|
3252
3252
|
err: null
|
|
3253
3253
|
};
|
|
3254
3254
|
} else {
|
|
@@ -3260,8 +3260,8 @@ var kn = (
|
|
|
3260
3260
|
type: Z.dateTime,
|
|
3261
3261
|
pattern: M,
|
|
3262
3262
|
location: u.styleLocation,
|
|
3263
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3264
|
-
}, $ = a === "date" ?
|
|
3263
|
+
parsedOptions: this.shouldParseSkeletons ? _n(M) : {}
|
|
3264
|
+
}, $ = a === "date" ? E.date : E.time;
|
|
3265
3265
|
return {
|
|
3266
3266
|
val: { type: $, value: n, location: d, style: f },
|
|
3267
3267
|
err: null
|
|
@@ -3270,7 +3270,7 @@ var kn = (
|
|
|
3270
3270
|
}
|
|
3271
3271
|
return {
|
|
3272
3272
|
val: {
|
|
3273
|
-
type: a === "number" ?
|
|
3273
|
+
type: a === "number" ? E.number : a === "date" ? E.date : E.time,
|
|
3274
3274
|
value: n,
|
|
3275
3275
|
location: d,
|
|
3276
3276
|
style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
|
|
@@ -3283,7 +3283,7 @@ var kn = (
|
|
|
3283
3283
|
case "select": {
|
|
3284
3284
|
var S = this.clonePosition();
|
|
3285
3285
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3286
|
-
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(S,
|
|
3286
|
+
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(S, y({}, S)));
|
|
3287
3287
|
this.bumpSpace();
|
|
3288
3288
|
var U = this.parseIdentifierIfPossible(), O = 0;
|
|
3289
3289
|
if (a !== "select" && U.value === "offset") {
|
|
@@ -3304,7 +3304,7 @@ var kn = (
|
|
|
3304
3304
|
var he = b(i, this.clonePosition());
|
|
3305
3305
|
return a === "select" ? {
|
|
3306
3306
|
val: {
|
|
3307
|
-
type:
|
|
3307
|
+
type: E.select,
|
|
3308
3308
|
value: n,
|
|
3309
3309
|
options: Tt(G.val),
|
|
3310
3310
|
location: he
|
|
@@ -3312,7 +3312,7 @@ var kn = (
|
|
|
3312
3312
|
err: null
|
|
3313
3313
|
} : {
|
|
3314
3314
|
val: {
|
|
3315
|
-
type:
|
|
3315
|
+
type: E.plural,
|
|
3316
3316
|
value: n,
|
|
3317
3317
|
options: Tt(G.val),
|
|
3318
3318
|
offset: O,
|
|
@@ -3456,7 +3456,7 @@ var kn = (
|
|
|
3456
3456
|
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);
|
|
3457
3457
|
}
|
|
3458
3458
|
}, e.prototype.bumpIf = function(t) {
|
|
3459
|
-
if (
|
|
3459
|
+
if (xt(this.message, t, this.offset())) {
|
|
3460
3460
|
for (var r = 0; r < t.length; r++)
|
|
3461
3461
|
this.bump();
|
|
3462
3462
|
return !0;
|
|
@@ -3512,7 +3512,7 @@ function ze(e) {
|
|
|
3512
3512
|
});
|
|
3513
3513
|
}
|
|
3514
3514
|
function zn(e, t) {
|
|
3515
|
-
t === void 0 && (t = {}), t =
|
|
3515
|
+
t === void 0 && (t = {}), t = y({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3516
3516
|
var r = new kn(e, t).parse();
|
|
3517
3517
|
if (r.err) {
|
|
3518
3518
|
var n = SyntaxError(m[r.err.kind]);
|
|
@@ -3574,7 +3574,7 @@ var Kn = {
|
|
|
3574
3574
|
(function(e) {
|
|
3575
3575
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3576
3576
|
})(Q || (Q = {}));
|
|
3577
|
-
var
|
|
3577
|
+
var _e = (
|
|
3578
3578
|
/** @class */
|
|
3579
3579
|
function(e) {
|
|
3580
3580
|
L(t, e);
|
|
@@ -3594,7 +3594,7 @@ var Ee = (
|
|
|
3594
3594
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, o) || this;
|
|
3595
3595
|
}
|
|
3596
3596
|
return t;
|
|
3597
|
-
}(
|
|
3597
|
+
}(_e)
|
|
3598
3598
|
), ei = (
|
|
3599
3599
|
/** @class */
|
|
3600
3600
|
function(e) {
|
|
@@ -3603,7 +3603,7 @@ var Ee = (
|
|
|
3603
3603
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Q.INVALID_VALUE, i) || this;
|
|
3604
3604
|
}
|
|
3605
3605
|
return t;
|
|
3606
|
-
}(
|
|
3606
|
+
}(_e)
|
|
3607
3607
|
), ti = (
|
|
3608
3608
|
/** @class */
|
|
3609
3609
|
function(e) {
|
|
@@ -3612,7 +3612,7 @@ var Ee = (
|
|
|
3612
3612
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Q.MISSING_VALUE, n) || this;
|
|
3613
3613
|
}
|
|
3614
3614
|
return t;
|
|
3615
|
-
}(
|
|
3615
|
+
}(_e)
|
|
3616
3616
|
), H;
|
|
3617
3617
|
(function(e) {
|
|
3618
3618
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
@@ -3627,7 +3627,7 @@ function ni(e) {
|
|
|
3627
3627
|
return typeof e == "function";
|
|
3628
3628
|
}
|
|
3629
3629
|
function me(e, t, r, n, i, o, s) {
|
|
3630
|
-
if (e.length === 1 &&
|
|
3630
|
+
if (e.length === 1 && gt(e[0]))
|
|
3631
3631
|
return [
|
|
3632
3632
|
{
|
|
3633
3633
|
type: H.literal,
|
|
@@ -3636,7 +3636,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3636
3636
|
];
|
|
3637
3637
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3638
3638
|
var l = u[h];
|
|
3639
|
-
if (
|
|
3639
|
+
if (gt(l)) {
|
|
3640
3640
|
a.push({
|
|
3641
3641
|
type: H.literal,
|
|
3642
3642
|
value: l.value
|
|
@@ -3654,7 +3654,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3654
3654
|
if (!(i && c in i))
|
|
3655
3655
|
throw new ti(c, s);
|
|
3656
3656
|
var f = i[c];
|
|
3657
|
-
if (
|
|
3657
|
+
if (gn(l)) {
|
|
3658
3658
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3659
3659
|
type: typeof f == "string" ? H.literal : H.object,
|
|
3660
3660
|
value: f
|
|
@@ -3710,7 +3710,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3710
3710
|
var S = l.options["=".concat(f)];
|
|
3711
3711
|
if (!S) {
|
|
3712
3712
|
if (!Intl.PluralRules)
|
|
3713
|
-
throw new
|
|
3713
|
+
throw new _e(`Intl.PluralRules is not available in this environment.
|
|
3714
3714
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3715
3715
|
`, Q.MISSING_INTL_API, s);
|
|
3716
3716
|
var U = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
@@ -3725,14 +3725,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3725
3725
|
return ri(a);
|
|
3726
3726
|
}
|
|
3727
3727
|
function ii(e, t) {
|
|
3728
|
-
return t ?
|
|
3729
|
-
return r[n] =
|
|
3728
|
+
return t ? y(y(y({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3729
|
+
return r[n] = y(y({}, e[n]), t[n] || {}), r;
|
|
3730
3730
|
}, {})) : e;
|
|
3731
3731
|
}
|
|
3732
3732
|
function oi(e, t) {
|
|
3733
3733
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3734
3734
|
return r[n] = ii(e[n], t[n]), r;
|
|
3735
|
-
},
|
|
3735
|
+
}, y({}, e)) : e;
|
|
3736
3736
|
}
|
|
3737
3737
|
function Ie(e) {
|
|
3738
3738
|
return {
|
|
@@ -3812,7 +3812,7 @@ var ai = (
|
|
|
3812
3812
|
var s = i || {};
|
|
3813
3813
|
s.formatters;
|
|
3814
3814
|
var a = Gr(s, ["formatters"]);
|
|
3815
|
-
this.ast = e.__parse(t,
|
|
3815
|
+
this.ast = e.__parse(t, y(y({}, a), { locale: this.resolvedLocale }));
|
|
3816
3816
|
} else
|
|
3817
3817
|
this.ast = t;
|
|
3818
3818
|
if (!Array.isArray(this.ast))
|
|
@@ -3917,7 +3917,7 @@ const R = {}, hi = (e, t, r) => r && (t in R || (R[t] = {}), e in R[t] || (R[t][
|
|
|
3917
3917
|
return;
|
|
3918
3918
|
if (t in R && e in R[t])
|
|
3919
3919
|
return R[t][e];
|
|
3920
|
-
const r =
|
|
3920
|
+
const r = xe(t);
|
|
3921
3921
|
for (let n = 0; n < r.length; n++) {
|
|
3922
3922
|
const i = r[n], o = ci(i, e);
|
|
3923
3923
|
if (o)
|
|
@@ -3925,7 +3925,7 @@ const R = {}, hi = (e, t, r) => r && (t in R || (R[t] = {}), e in R[t] || (R[t][
|
|
|
3925
3925
|
}
|
|
3926
3926
|
};
|
|
3927
3927
|
let tt;
|
|
3928
|
-
const ue =
|
|
3928
|
+
const ue = Ee({});
|
|
3929
3929
|
function li(e) {
|
|
3930
3930
|
return tt[e] || null;
|
|
3931
3931
|
}
|
|
@@ -3941,7 +3941,7 @@ function ci(e, t) {
|
|
|
3941
3941
|
function fi(e) {
|
|
3942
3942
|
if (e == null)
|
|
3943
3943
|
return;
|
|
3944
|
-
const t =
|
|
3944
|
+
const t = xe(e);
|
|
3945
3945
|
for (let r = 0; r < t.length; r++) {
|
|
3946
3946
|
const n = t[r];
|
|
3947
3947
|
if (ur(n))
|
|
@@ -3949,7 +3949,7 @@ function fi(e) {
|
|
|
3949
3949
|
}
|
|
3950
3950
|
}
|
|
3951
3951
|
function hr(e, ...t) {
|
|
3952
|
-
delete R[e], ue.update((r) => (r[e] =
|
|
3952
|
+
delete R[e], ue.update((r) => (r[e] = yn.all([r[e] || {}, ...t]), r));
|
|
3953
3953
|
}
|
|
3954
3954
|
Y(
|
|
3955
3955
|
[ue],
|
|
@@ -3964,13 +3964,13 @@ function lr(e) {
|
|
|
3964
3964
|
return be[e];
|
|
3965
3965
|
}
|
|
3966
3966
|
function di(e) {
|
|
3967
|
-
return
|
|
3967
|
+
return xe(e).map((t) => {
|
|
3968
3968
|
const r = lr(t);
|
|
3969
3969
|
return [t, r ? [...r] : []];
|
|
3970
3970
|
}).filter(([, t]) => t.length > 0);
|
|
3971
3971
|
}
|
|
3972
3972
|
function Ze(e) {
|
|
3973
|
-
return e == null ? !1 :
|
|
3973
|
+
return e == null ? !1 : xe(e).some(
|
|
3974
3974
|
(t) => {
|
|
3975
3975
|
var r;
|
|
3976
3976
|
return (r = lr(t)) == null ? void 0 : r.size;
|
|
@@ -4026,39 +4026,39 @@ const bi = {
|
|
|
4026
4026
|
timeZoneName: "short"
|
|
4027
4027
|
}
|
|
4028
4028
|
}
|
|
4029
|
-
},
|
|
4029
|
+
}, yi = {
|
|
4030
4030
|
fallbackLocale: null,
|
|
4031
4031
|
loadingDelay: 200,
|
|
4032
4032
|
formats: bi,
|
|
4033
4033
|
warnOnMissingMessages: !0,
|
|
4034
4034
|
handleMissingMessage: void 0,
|
|
4035
4035
|
ignoreTag: !0
|
|
4036
|
-
},
|
|
4036
|
+
}, gi = yi;
|
|
4037
4037
|
function q() {
|
|
4038
|
-
return
|
|
4038
|
+
return gi;
|
|
4039
4039
|
}
|
|
4040
|
-
const Ne =
|
|
4041
|
-
var vi = Object.defineProperty,
|
|
4040
|
+
const Ne = Ee(!1);
|
|
4041
|
+
var vi = Object.defineProperty, Ei = Object.defineProperties, _i = Object.getOwnPropertyDescriptors, wt = Object.getOwnPropertySymbols, xi = Object.prototype.hasOwnProperty, Ti = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Hi = (e, t) => {
|
|
4042
4042
|
for (var r in t || (t = {}))
|
|
4043
|
-
|
|
4043
|
+
xi.call(t, r) && Bt(e, r, t[r]);
|
|
4044
4044
|
if (wt)
|
|
4045
4045
|
for (var r of wt(t))
|
|
4046
4046
|
Ti.call(t, r) && Bt(e, r, t[r]);
|
|
4047
4047
|
return e;
|
|
4048
|
-
}, Si = (e, t) =>
|
|
4048
|
+
}, Si = (e, t) => Ei(e, _i(t));
|
|
4049
4049
|
let Qe;
|
|
4050
|
-
const
|
|
4050
|
+
const ye = Ee(null);
|
|
4051
4051
|
function At(e) {
|
|
4052
4052
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4053
4053
|
}
|
|
4054
|
-
function
|
|
4054
|
+
function xe(e, t = q().fallbackLocale) {
|
|
4055
4055
|
const r = At(e);
|
|
4056
4056
|
return t ? [.../* @__PURE__ */ new Set([...r, ...At(t)])] : r;
|
|
4057
4057
|
}
|
|
4058
4058
|
function D() {
|
|
4059
4059
|
return Qe != null ? Qe : void 0;
|
|
4060
4060
|
}
|
|
4061
|
-
|
|
4061
|
+
ye.subscribe((e) => {
|
|
4062
4062
|
Qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4063
4063
|
});
|
|
4064
4064
|
const wi = (e) => {
|
|
@@ -4069,13 +4069,13 @@ const wi = (e) => {
|
|
|
4069
4069
|
() => Ne.set(!0),
|
|
4070
4070
|
t
|
|
4071
4071
|
) : Ne.set(!0), cr(e).then(() => {
|
|
4072
|
-
|
|
4072
|
+
ye.set(e);
|
|
4073
4073
|
}).finally(() => {
|
|
4074
4074
|
clearTimeout(r), Ne.set(!1);
|
|
4075
4075
|
});
|
|
4076
4076
|
}
|
|
4077
|
-
return
|
|
4078
|
-
}, K = Si(Hi({},
|
|
4077
|
+
return ye.set(e);
|
|
4078
|
+
}, K = Si(Hi({}, ye), {
|
|
4079
4079
|
set: wi
|
|
4080
4080
|
}), Te = (e) => {
|
|
4081
4081
|
const t = /* @__PURE__ */ Object.create(null);
|
|
@@ -4084,19 +4084,19 @@ const wi = (e) => {
|
|
|
4084
4084
|
return i in t ? t[i] : t[i] = e(n);
|
|
4085
4085
|
};
|
|
4086
4086
|
};
|
|
4087
|
-
var Bi = Object.defineProperty,
|
|
4087
|
+
var Bi = Object.defineProperty, ge = Object.getOwnPropertySymbols, fr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable, Pt = (e, t, r) => t in e ? Bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, rt = (e, t) => {
|
|
4088
4088
|
for (var r in t || (t = {}))
|
|
4089
4089
|
fr.call(t, r) && Pt(e, r, t[r]);
|
|
4090
|
-
if (
|
|
4091
|
-
for (var r of
|
|
4090
|
+
if (ge)
|
|
4091
|
+
for (var r of ge(t))
|
|
4092
4092
|
pr.call(t, r) && Pt(e, r, t[r]);
|
|
4093
4093
|
return e;
|
|
4094
4094
|
}, ee = (e, t) => {
|
|
4095
4095
|
var r = {};
|
|
4096
4096
|
for (var n in e)
|
|
4097
4097
|
fr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4098
|
-
if (e != null &&
|
|
4099
|
-
for (var n of
|
|
4098
|
+
if (e != null && ge)
|
|
4099
|
+
for (var n of ge(e))
|
|
4100
4100
|
t.indexOf(n) < 0 && pr.call(e, n) && (r[n] = e[n]);
|
|
4101
4101
|
return r;
|
|
4102
4102
|
};
|
|
@@ -4238,7 +4238,7 @@ const It = {
|
|
|
4238
4238
|
}
|
|
4239
4239
|
};
|
|
4240
4240
|
function ki(e) {
|
|
4241
|
-
|
|
4241
|
+
_r(e, "svelte-t1xo0g", ".TransactionHistoryWrapper{background-color:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));padding:50px 50px 30px 50px;max-width:100%}.TransactionHistoryWrapper.TransactionHistoryWrapperMobile{padding:20px 15px;max-width:unset;border-radius:0}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.TransactionHistoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.TransactionHistoryTitleMobile{font-size:var(--emw--size-standard, 16px)}.TransactionHistoryTitleNone{display:none}.TransactionHistoryIframeWrapper iframe{border:none;width:100%;height:85vh}");
|
|
4242
4242
|
}
|
|
4243
4243
|
function Vi(e) {
|
|
4244
4244
|
let t, r, n, i, o, s, a, h, u, l, c = (
|
|
@@ -4247,10 +4247,10 @@ function Vi(e) {
|
|
|
4247
4247
|
), f, p, v;
|
|
4248
4248
|
return {
|
|
4249
4249
|
c() {
|
|
4250
|
-
t = C("div"), r = F("svg"), n = F("defs"), i = F("style"), o = ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = F("g"), a = F("g"), h = F("path"), u = Ce(), l = C("h2"), f = ne(c),
|
|
4250
|
+
t = C("div"), r = F("svg"), n = F("defs"), i = F("style"), o = ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = F("g"), a = F("g"), h = F("path"), u = Ce(), l = C("h2"), f = ne(c), _(h, "class", "aaa"), _(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), _(h, "transform", "translate(15 15) rotate(180)"), _(a, "transform", "translate(20 158)"), _(s, "transform", "translate(-20 -158)"), _(r, "xmlns", "http://www.w3.org/2000/svg"), _(r, "width", "15"), _(r, "height", "15"), _(r, "viewBox", "0 0 15 15"), _(l, "class", "TransactionHistoryTitleMobile"), _(t, "class", "MenuReturnButton");
|
|
4251
4251
|
},
|
|
4252
4252
|
m(d, T) {
|
|
4253
|
-
ae(d, t, T),
|
|
4253
|
+
ae(d, t, T), x(t, r), x(r, n), x(n, i), x(i, o), x(r, s), x(s, a), x(a, h), x(t, u), x(t, l), x(l, f), p || (v = Hr(
|
|
4254
4254
|
t,
|
|
4255
4255
|
"click",
|
|
4256
4256
|
/*click_handler*/
|
|
@@ -4272,15 +4272,15 @@ function Xi(e) {
|
|
|
4272
4272
|
return {
|
|
4273
4273
|
c() {
|
|
4274
4274
|
t = C("div"), r = C("iframe"), ut(r.src, n = /*iframeUrl*/
|
|
4275
|
-
e[2]) ||
|
|
4275
|
+
e[2]) || _(r, "src", n), _(r, "title", "Transaction History Iframe"), _(t, "class", "TransactionHistoryIframeWrapper");
|
|
4276
4276
|
},
|
|
4277
4277
|
m(i, o) {
|
|
4278
|
-
ae(i, t, o),
|
|
4278
|
+
ae(i, t, o), x(t, r);
|
|
4279
4279
|
},
|
|
4280
4280
|
p(i, o) {
|
|
4281
4281
|
o & /*iframeUrl*/
|
|
4282
4282
|
4 && !ut(r.src, n = /*iframeUrl*/
|
|
4283
|
-
i[2]) &&
|
|
4283
|
+
i[2]) && _(r, "src", n);
|
|
4284
4284
|
},
|
|
4285
4285
|
d(i) {
|
|
4286
4286
|
i && J(t);
|
|
@@ -4297,7 +4297,7 @@ function Wi(e) {
|
|
|
4297
4297
|
t = C("p"), n = ne(r);
|
|
4298
4298
|
},
|
|
4299
4299
|
m(i, o) {
|
|
4300
|
-
ae(i, t, o),
|
|
4300
|
+
ae(i, t, o), x(t, n);
|
|
4301
4301
|
},
|
|
4302
4302
|
p(i, o) {
|
|
4303
4303
|
o & /*$_*/
|
|
@@ -4326,12 +4326,12 @@ function zi(e) {
|
|
|
4326
4326
|
let u = h(e), l = u(e);
|
|
4327
4327
|
return {
|
|
4328
4328
|
c() {
|
|
4329
|
-
t = C("div"), a && a.c(), r = Ce(), n = C("h2"), o = ne(i), s = Ce(), l.c(),
|
|
4330
|
-
(e[4] ? "TransactionHistoryTitleNone" : "")
|
|
4331
|
-
(e[4] ? "TransactionHistoryWrapperMobile" : "")
|
|
4329
|
+
t = C("div"), a && a.c(), r = Ce(), n = C("h2"), o = ne(i), s = Ce(), l.c(), _(n, "class", "TransactionHistoryTitle " + /*isMobile*/
|
|
4330
|
+
(e[4] ? "TransactionHistoryTitleNone" : "")), _(t, "class", "TransactionHistoryWrapper " + /*isMobile*/
|
|
4331
|
+
(e[4] ? "TransactionHistoryWrapperMobile" : ""));
|
|
4332
4332
|
},
|
|
4333
4333
|
m(c, f) {
|
|
4334
|
-
ae(c, t, f), a && a.m(t, null),
|
|
4334
|
+
ae(c, t, f), a && a.m(t, null), x(t, r), x(t, n), x(n, o), x(t, s), l.m(t, null), e[14](t);
|
|
4335
4335
|
},
|
|
4336
4336
|
p(c, [f]) {
|
|
4337
4337
|
/*isMobile*/
|
|
@@ -4348,7 +4348,7 @@ function zi(e) {
|
|
|
4348
4348
|
}
|
|
4349
4349
|
function Zi(e, t, r) {
|
|
4350
4350
|
let n;
|
|
4351
|
-
|
|
4351
|
+
Er(e, Gi, (g) => r(3, n = g));
|
|
4352
4352
|
let { endpoint: i = "" } = t, { session: o = "" } = t, { playerid: s = "" } = t, { lang: a = "en" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: l = "" } = t, c, f = window.navigator.userAgent, p = Fi(f) !== "PC", v = !0, d = "";
|
|
4353
4353
|
const T = () => {
|
|
4354
4354
|
fetch(l).then((A) => A.json()).then((A) => {
|
|
@@ -4359,8 +4359,8 @@ function Zi(e, t, r) {
|
|
|
4359
4359
|
console.log(A);
|
|
4360
4360
|
});
|
|
4361
4361
|
};
|
|
4362
|
-
Object.keys(It).forEach((
|
|
4363
|
-
Ot(
|
|
4362
|
+
Object.keys(It).forEach((g) => {
|
|
4363
|
+
Ot(g, It[g]);
|
|
4364
4364
|
});
|
|
4365
4365
|
const M = () => {
|
|
4366
4366
|
window.postMessage(
|
|
@@ -4371,8 +4371,8 @@ function Zi(e, t, r) {
|
|
|
4371
4371
|
window.location.href
|
|
4372
4372
|
);
|
|
4373
4373
|
}, $ = () => {
|
|
4374
|
-
let
|
|
4375
|
-
|
|
4374
|
+
let g = new URL(`${i}/v1/player/${s}/hostedcashier/customertransactionhistoryurl`);
|
|
4375
|
+
g.searchParams.append("language", a);
|
|
4376
4376
|
let A = {
|
|
4377
4377
|
method: "GET",
|
|
4378
4378
|
headers: {
|
|
@@ -4380,7 +4380,7 @@ function Zi(e, t, r) {
|
|
|
4380
4380
|
accept: "application/json"
|
|
4381
4381
|
}
|
|
4382
4382
|
};
|
|
4383
|
-
fetch(
|
|
4383
|
+
fetch(g.href, A).then((w) => w.json()).then(
|
|
4384
4384
|
(w) => {
|
|
4385
4385
|
r(1, v = !1), r(2, d = w.CashierUrl);
|
|
4386
4386
|
},
|
|
@@ -4391,11 +4391,11 @@ function Zi(e, t, r) {
|
|
|
4391
4391
|
}, S = () => {
|
|
4392
4392
|
ji(a);
|
|
4393
4393
|
}, U = () => {
|
|
4394
|
-
let
|
|
4395
|
-
|
|
4394
|
+
let g = document.createElement("style");
|
|
4395
|
+
g.innerHTML = h, c.appendChild(g);
|
|
4396
4396
|
}, O = () => {
|
|
4397
|
-
let
|
|
4398
|
-
fetch(
|
|
4397
|
+
let g = new URL(u), A = document.createElement("style");
|
|
4398
|
+
fetch(g.href).then((w) => w.text()).then((w) => {
|
|
4399
4399
|
A.innerHTML = w, setTimeout(
|
|
4400
4400
|
() => {
|
|
4401
4401
|
c.appendChild(A);
|
|
@@ -4404,13 +4404,13 @@ function Zi(e, t, r) {
|
|
|
4404
4404
|
);
|
|
4405
4405
|
});
|
|
4406
4406
|
}, G = () => M();
|
|
4407
|
-
function he(
|
|
4408
|
-
Le[
|
|
4409
|
-
c =
|
|
4407
|
+
function he(g) {
|
|
4408
|
+
Le[g ? "unshift" : "push"](() => {
|
|
4409
|
+
c = g, r(0, c);
|
|
4410
4410
|
});
|
|
4411
4411
|
}
|
|
4412
|
-
return e.$$set = (
|
|
4413
|
-
"endpoint" in
|
|
4412
|
+
return e.$$set = (g) => {
|
|
4413
|
+
"endpoint" in g && r(6, i = g.endpoint), "session" in g && r(7, o = g.session), "playerid" in g && r(8, s = g.playerid), "lang" in g && r(9, a = g.lang), "clientstyling" in g && r(10, h = g.clientstyling), "clientstylingurl" in g && r(11, u = g.clientstylingurl), "translationurl" in g && r(12, l = g.translationurl);
|
|
4414
4414
|
}, e.$$.update = () => {
|
|
4415
4415
|
e.$$.dirty & /*lang*/
|
|
4416
4416
|
512 && a && S(), e.$$.dirty & /*session, playerid, endpoint, lang*/
|
package/components/{PlayerTransactionHistory-tKiN0J0g.cjs → PlayerTransactionHistory-_k7YIUPq.cjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";var mr=Object.defineProperty,br=Object.defineProperties;var
|
|
1
|
+
"use strict";var mr=Object.defineProperty,br=Object.defineProperties;var yr=Object.getOwnPropertyDescriptors;var nt=Object.getOwnPropertySymbols;var gr=Object.prototype.hasOwnProperty,vr=Object.prototype.propertyIsEnumerable;var He=(e,t,r)=>t in e?mr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,it=(e,t)=>{for(var r in t||(t={}))gr.call(t,r)&&He(e,r,t[r]);if(nt)for(var r of nt(t))vr.call(t,r)&&He(e,r,t[r]);return e},ot=(e,t)=>br(e,yr(t));var B=(e,t,r)=>He(e,typeof t!="symbol"?t+"":t,r);var st=(e,t,r)=>new Promise((n,i)=>{var o=h=>{try{a(r.next(h))}catch(u){i(u)}},s=h=>{try{a(r.throw(h))}catch(u){i(u)}},a=h=>h.done?n(h.value):Promise.resolve(h.value).then(o,s);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function P(){}function Nt(e){return e()}function at(){return Object.create(null)}function se(e){e.forEach(Nt)}function qe(e){return typeof e=="function"}function Ct(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let le;function ut(e,t){return e===t?!0:(le||(le=document.createElement("a")),le.href=t,e===le.href)}function Er(e){return Object.keys(e).length===0}function Lt(e,...t){if(e==null){for(const n of t)n(void 0);return P}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function _r(e,t,r){e.$$.on_destroy.push(Lt(t,r))}function x(e,t){e.appendChild(t)}function xr(e,t,r){const n=Tr(e);if(!n.getElementById(t)){const i=C("style");i.id=t,i.textContent=r,Hr(n,i)}}function Tr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Hr(e,t){return x(e.head||e,t),t.sheet}function ae(e,t,r){e.insertBefore(t,r||null)}function J(e){e.parentNode&&e.parentNode.removeChild(e)}function C(e){return document.createElement(e)}function F(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function ne(e){return document.createTextNode(e)}function Ce(){return ne(" ")}function Sr(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function _(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function wr(e){return Array.from(e.childNodes)}function Je(e,t){t=""+t,e.data!==t&&(e.data=t)}function Br(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let Ye;function re(e){Ye=e}const V=[],Le=[];let X=[];const ht=[],Ar=Promise.resolve();let Me=!1;function Pr(){Me||(Me=!0,Ar.then(I))}function $e(e){X.push(e)}const Se=new Set;let j=0;function I(){if(j!==0)return;const e=Ye;do{try{for(;j<V.length;){const t=V[j];j++,re(t),Or(t.$$)}}catch(t){throw V.length=0,j=0,t}for(re(null),V.length=0,j=0;Le.length;)Le.pop()();for(let t=0;t<X.length;t+=1){const r=X[t];Se.has(r)||(Se.add(r),r())}X.length=0}while(V.length);for(;ht.length;)ht.pop()();Me=!1,Se.clear(),re(e)}function Or(e){if(e.fragment!==null){e.update(),se(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach($e)}}function Ir(e){const t=[],r=[];X.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),X=t}const Nr=new Set;function Cr(e,t){e&&e.i&&(Nr.delete(e),e.i(t))}function Lr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),$e(()=>{const o=e.$$.on_mount.map(Nt).filter(qe);e.$$.on_destroy?e.$$.on_destroy.push(...o):se(o),e.$$.on_mount=[]}),i.forEach($e)}function Mr(e,t){const r=e.$$;r.fragment!==null&&(Ir(r.after_update),se(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function $r(e,t){e.$$.dirty[0]===-1&&(V.push(e),Pr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Rr(e,t,r,n,i,o,s=null,a=[-1]){const h=Ye;re(e);const u=e.$$={fragment:null,ctx:[],props:o,update:P,not_equal:i,bound:at(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:at(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};s&&s(u.root);let l=!1;if(u.ctx=r?r(e,t.props||{},(c,f,...p)=>{const v=p.length?p[0]:f;return u.ctx&&i(u.ctx[c],u.ctx[c]=v)&&(!u.skip_bound&&u.bound[c]&&u.bound[c](v),l&&$r(e,c)),f}):[],u.update(),l=!0,se(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const c=wr(t.target);u.fragment&&u.fragment.l(c),c.forEach(J)}else u.fragment&&u.fragment.c();t.intro&&Cr(e.$$.fragment),Lr(e,t.target,t.anchor),I()}re(h)}let Mt;typeof HTMLElement=="function"&&(Mt=class extends HTMLElement{constructor(t,r,n){super();B(this,"$$ctor");B(this,"$$s");B(this,"$$c");B(this,"$$cn",!1);B(this,"$$d",{});B(this,"$$r",!1);B(this,"$$p_d",{});B(this,"$$l",{});B(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 st(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=C("slot"),o!=="default"&&_(s,"name",o)},m:function(u,l){ae(u,s,l)},d:function(u){u&&J(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Br(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]=pe(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:ot(it({},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=pe(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]=pe(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 pe(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 Ur(e,t,r,n,i,o){let s=class extends Mt{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(h){var u;h=pe(a,h,t),this.$$d[a]=h,(u=this.$$c)==null||u.$set({[a]:h})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var h;return(h=this.$$c)==null?void 0:h[a]}})}),e.element=s,s}class Dr{constructor(){B(this,"$$");B(this,"$$set")}$destroy(){Mr(this,1),this.$destroy=P}$on(t,r){if(!qe(r))return P;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&&!Er(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Gr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Gr);var Re=function(e,t){return Re=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])},Re(e,t)};function L(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Re(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var y=function(){return y=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},y.apply(this,arguments)};function Fr(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 Ue(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 De(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 W(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 N(e){return typeof e=="function"}function $t(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 we=$t(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
|
|
2
2
|
`+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
|
|
3
|
-
`):"",this.name="UnsubscriptionError",this.errors=r}});function Ge(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var ve=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=Ue(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(d){t={error:d}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(N(l))try{l()}catch(d){o=d instanceof we?d.errors:[d]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var f=Ue(c),p=f.next();!p.done;p=f.next()){var v=p.value;try{lt(v)}catch(d){o=o!=null?o:[],d instanceof we?o=W(W([],De(o)),De(d.errors)):o.push(d)}}}catch(d){n={error:d}}finally{try{p&&!p.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new we(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)lt(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)&&Ge(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Ge(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Rt=ve.EMPTY;function Ut(e){return e instanceof ve||e&&"closed"in e&&N(e.remove)&&N(e.add)&&N(e.unsubscribe)}function lt(e){N(e)?e():e.unsubscribe()}var Dt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Gt={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,W([e,t],De(r)))},clearTimeout:function(e){var t=Gt.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function jr(e){Gt.setTimeout(function(){throw e})}function ct(){}function de(e){e()}var Ft=function(e){L(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Ut(r)&&r.add(n)):n.destination=Wr,n}return t.create=function(r,n,i){return new Fe(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}(ve),kr=Function.prototype.bind;function Be(e,t){return kr.call(e,t)}var Vr=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){ce(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){ce(n)}else ce(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){ce(r)}},e}(),Fe=function(e){L(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(N(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&&Dt.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Be(r.next,a),error:r.error&&Be(r.error,a),complete:r.complete&&Be(r.complete,a)}):s=r}return o.destination=new Vr(s),o}return t}(Ft);function ce(e){jr(e)}function Xr(e){throw e}var Wr={closed:!0,next:ct,error:Xr,complete:ct},zr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Zr(e){return e}function Qr(e){return e.length===0?Zr:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var ft=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=Jr(t)?t:new Fe(t,r,n);return de(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?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=pt(r),new r(function(i,o){var s=new Fe({next:function(a){try{t(a)}catch(h){o(h),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[zr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Qr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=pt(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 pt(e){var t;return(t=e!=null?e:Dt.Promise)!==null&&t!==void 0?t:Promise}function qr(e){return e&&N(e.next)&&N(e.error)&&N(e.complete)}function Jr(e){return e&&e instanceof Ft||qr(e)&&Ut(e)}var Yr=$t(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),jt=function(e){L(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 dt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Yr},t.prototype.next=function(r){var n=this;de(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Ue(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}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;de(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;de(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?Rt:(this.currentObservers=null,a.push(r),new ve(function(){n.currentObservers=null,Ge(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 ft;return r.source=this,r},t.create=function(r,n){return new dt(r,n)},t}(ft),dt=function(e){L(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:Rt},t}(jt),kt={now:function(){return(kt.delegate||Date).now()},delegate:void 0},Kr=function(e){L(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=kt);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,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),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(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);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 h=i.now(),u=0,l=1;l<o.length&&o[l]<=h;l+=2)u=l;u&&o.splice(0,u+1)}},t}(jt);const mt=[],bt={},en=(e,t=0)=>{if(mt.indexOf(e)==-1){const r=new Kr(t);bt[e]=r,mt.push(e)}return bt[e]},k=[];function tn(e,t){return{subscribe:xe(e,t).subscribe}}function xe(e,t=P){let r;const n=new Set;function i(a){if(Ct(e,a)&&(e=a,r)){const h=!k.length;for(const u of n)u[1](),k.push(u,e);if(h){for(let u=0;u<k.length;u+=2)k[u][0](k[u+1]);k.length=0}}}function o(a){i(a(e))}function s(a,h=P){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||P),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function Y(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 tn(r,(s,a)=>{let h=!1;const u=[];let l=0,c=P;const f=()=>{if(l)return;c();const v=t(n?u[0]:u,s,a);o?s(v):c=qe(v)?v:P},p=i.map((v,d)=>Lt(v,T=>{u[d]=T,l&=~(1<<d),h&&f()},()=>{l|=1<<d}));return h=!0,f(),function(){se(p),c(),h=!1}})}function rn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var nn=function(t){return on(t)&&!sn(t)};function on(e){return!!e&&typeof e=="object"}function sn(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||hn(e)}var an=typeof Symbol=="function"&&Symbol.for,un=an?Symbol.for("react.element"):60103;function hn(e){return e.$$typeof===un}function ln(e){return Array.isArray(e)?[]:{}}function ie(e,t){return t.clone!==!1&&t.isMergeableObject(e)?z(ln(e),e,t):e}function cn(e,t,r){return e.concat(t).map(function(n){return ie(n,r)})}function fn(e,t){if(!t.customMerge)return z;var r=t.customMerge(e);return typeof r=="function"?r:z}function pn(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function gt(e){return Object.keys(e).concat(pn(e))}function Vt(e,t){try{return t in e}catch(r){return!1}}function dn(e,t){return Vt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function mn(e,t,r){var n={};return r.isMergeableObject(e)&>(e).forEach(function(i){n[i]=ie(e[i],r)}),gt(t).forEach(function(i){dn(e,i)||(Vt(e,i)&&r.isMergeableObject(t[i])?n[i]=fn(i,r)(e[i],t[i],r):n[i]=ie(t[i],r))}),n}function z(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||cn,r.isMergeableObject=r.isMergeableObject||nn,r.cloneUnlessOtherwiseSpecified=ie;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):mn(e,t,r):ie(t,r)}z.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return z(n,i,r)},{})};var bn=z,gn=bn;const yn=rn(gn);var m;(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"})(m||(m={}));var x;(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"})(x||(x={}));var Z;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Z||(Z={}));function yt(e){return e.type===x.literal}function vn(e){return e.type===x.argument}function Xt(e){return e.type===x.number}function Wt(e){return e.type===x.date}function zt(e){return e.type===x.time}function Zt(e){return e.type===x.select}function Qt(e){return e.type===x.plural}function xn(e){return e.type===x.pound}function qt(e){return e.type===x.tag}function Jt(e){return!!(e&&typeof e=="object"&&e.type===Z.number)}function je(e){return!!(e&&typeof e=="object"&&e.type===Z.dateTime)}var Yt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,En=/(?:[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 _n(e){var t={};return e.replace(En,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 Tn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Hn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Tn).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],h=s.slice(1),u=0,l=h;u<l.length;u++){var c=l[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Sn(e){return e.replace(/^(.*?)-/,"")}var vt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Kt=/^(@+)?(\+|#+)?[rs]?$/g,wn=/(\*)(0+)|(#+)(0+)|(0+)/g,er=/^(0+)$/;function xt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Kt,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 tr(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 Bn(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)),!er.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Et(e){var t={},r=tr(e);return r||t}function An(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=Sn(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=g(g(g({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return g(g({},h),Et(u))},{}));continue;case"engineering":t=g(g(g({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return g(g({},h),Et(u))},{}));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(wn,function(h,u,l,c,f,p){if(u)t.minimumIntegerDigits=l.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(er.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(vt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(vt,function(h,u,l,c,f,p){return l==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=g(g({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=g(g({},t),xt(o)));continue}if(Kt.test(i.stem)){t=g(g({},t),xt(i.stem));continue}var s=tr(i.stem);s&&(t=g(g({},t),s));var a=Bn(i.stem);a&&(t=g(g({},t),a))}return t}var fe={"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 Pn(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),h="a",u=On(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function On(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=fe[n||""]||fe[r||""]||fe["".concat(r,"-001")]||fe["001"];return i[0]}var Ae,In=new RegExp("^".concat(Yt.source,"*")),Nn=new RegExp("".concat(Yt.source,"*$"));function b(e,t){return{start:e,end:t}}var Cn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Ln=!!String.fromCodePoint,Mn=!!Object.fromEntries,$n=!!String.prototype.codePointAt,Rn=!!String.prototype.trimStart,Un=!!String.prototype.trimEnd,Dn=!!Number.isSafeInteger,Gn=Dn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ke=!0;try{var Fn=nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=((Ae=Fn.exec("a"))===null||Ae===void 0?void 0:Ae[0])==="a"}catch(e){ke=!1}var _t=Cn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Ve=Ln?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},Tt=Mn?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},rr=$n?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}},jn=Rn?function(t){return t.trimStart()}:function(t){return t.replace(In,"")},kn=Un?function(t){return t.trimEnd()}:function(t){return t.replace(Nn,"")};function nr(e,t){return new RegExp(e,t)}var Xe;if(ke){var Ht=nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Xe=function(t,r){var n;Ht.lastIndex=r;var i=Ht.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Xe=function(t,r){for(var n=[];;){var i=rr(t,r);if(i===void 0||ir(i)||zn(i))break;n.push(i),r+=i>=65536?2:1}return Ve.apply(void 0,n)};var Vn=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:x.pound,location:b(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(m.UNMATCHED_CLOSING_TAG,b(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&We(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:x.literal,value:"<".concat(i,"/>"),location:b(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()||!We(this.char()))return this.error(m.INVALID_TAG,b(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(m.UNMATCHED_CLOSING_TAG,b(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:x.tag,value:i,children:s,location:b(n,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,b(a,this.clonePosition())))}else return this.error(m.UNCLOSED_TAG,b(n,this.clonePosition()))}else return this.error(m.INVALID_TAG,b(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Wn(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 h=b(n,this.clonePosition());return{val:{type:x.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Xn(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 Ve.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(),Ve(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(m.EMPTY_ARGUMENT,b(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(m.MALFORMED_ARGUMENT,b(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:x.argument,value:i,location:b(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(m.MALFORMED_ARGUMENT,b(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Xe(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=b(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,b(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=kn(c.val);if(f.length===0)return this.error(m.EXPECT_ARGUMENT_STYLE,b(this.clonePosition(),this.clonePosition()));var p=b(l,this.clonePosition());u={style:f,styleLocation:p}}var v=this.tryParseArgumentClose(i);if(v.err)return v;var d=b(i,this.clonePosition());if(u&&_t(u==null?void 0:u.style,"::",0)){var T=jn(u.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(T,u.styleLocation);return c.err?c:{val:{type:x.number,value:n,location:d,style:c.val},err:null}}else{if(T.length===0)return this.error(m.EXPECT_DATE_TIME_SKELETON,d);var M=T;this.locale&&(M=Pn(T,this.locale));var f={type:Z.dateTime,pattern:M,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?_n(M):{}},$=a==="date"?x.date:x.time;return{val:{type:$,value:n,location:d,style:f},err:null}}}return{val:{type:a==="number"?x.number:a==="date"?x.date:x.time,value:n,location:d,style:(o=u==null?void 0:u.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(m.EXPECT_SELECT_ARGUMENT_OPTIONS,b(S,g({},S)));this.bumpSpace();var U=this.parseIdentifierIfPossible(),O=0;if(a!=="select"&&U.value==="offset"){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),U=this.parseIdentifierIfPossible(),O=c.val}var G=this.tryParsePluralOrSelectOptions(t,a,r,U);if(G.err)return G;var v=this.tryParseArgumentClose(i);if(v.err)return v;var he=b(i,this.clonePosition());return a==="select"?{val:{type:x.select,value:n,options:Tt(G.val),location:he},err:null}:{val:{type:x.plural,value:n,options:Tt(G.val),offset:O,pluralType:a==="plural"?"cardinal":"ordinal",location:he},err:null}}default:return this.error(m.INVALID_ARGUMENT_TYPE,b(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(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(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,b(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=Hn(t)}catch(i){return this.error(m.INVALID_NUMBER_SKELETON,r)}return{val:{type:Z.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?An(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR,m.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;l=b(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?m.DUPLICATE_SELECT_ARGUMENT_SELECTOR:m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,b(this.clonePosition(),this.clonePosition()));var v=this.parseMessage(t+1,r,n);if(v.err)return v;var d=this.tryParseArgumentClose(p);if(d.err)return d;a.push([u,{value:v.val,location:b(p,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,l=o.location}return a.length===0?this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR:m.EXPECT_PLURAL_ARGUMENT_SELECTOR,b(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(m.MISSING_OTHER_CLAUSE,b(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 h=b(i,this.clonePosition());return o?(s*=n,Gn(s)?{val:s,err:null}:this.error(r,h)):this.error(t,h)},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=rr(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(_t(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()&&ir(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 We(e){return e>=97&&e<=122||e>=65&&e<=90}function Xn(e){return We(e)||e===47}function Wn(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 ir(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function zn(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 ze(e){e.forEach(function(t){if(delete t.location,Zt(t)||Qt(t))for(var r in t.options)delete t.options[r].location,ze(t.options[r].value);else Xt(t)&&Jt(t.style)||(Wt(t)||zt(t))&&je(t.style)?delete t.style.location:qt(t)&&ze(t.children)})}function Zn(e,t){t===void 0&&(t={}),t=g({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Vn(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||ze(r.val),r.val}function Pe(e,t){var r=t&&t.cache?t.cache:ei,n=t&&t.serializer?t.serializer:Kn,i=t&&t.strategy?t.strategy:qn;return i(e,{cache:r,serializer:n})}function Qn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function or(e,t,r,n){var i=Qn(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function sr(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 Ke(e,t,r,n,i){return r.bind(t,e,n,i)}function qn(e,t){var r=e.length===1?or:sr;return Ke(e,this,r,t.cache.create(),t.serializer)}function Jn(e,t){return Ke(e,this,sr,t.cache.create(),t.serializer)}function Yn(e,t){return Ke(e,this,or,t.cache.create(),t.serializer)}var Kn=function(){return JSON.stringify(arguments)};function et(){this.cache=Object.create(null)}et.prototype.get=function(e){return this.cache[e]};et.prototype.set=function(e,t){this.cache[e]=t};var ei={create:function(){return new et}},Oe={variadic:Jn,monadic:Yn},Q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Q||(Q={}));var Ee=function(e){L(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),St=function(e){L(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('", "'),'"'),Q.INVALID_VALUE,o)||this}return t}(Ee),ti=function(e){L(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Q.INVALID_VALUE,i)||this}return t}(Ee),ri=function(e){L(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,'"'),Q.MISSING_VALUE,n)||this}return t}(Ee),H;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(H||(H={}));function ni(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==H.literal||r.type!==H.literal?t.push(r):n.value+=r.value,t},[])}function ii(e){return typeof e=="function"}function me(e,t,r,n,i,o,s){if(e.length===1&&yt(e[0]))return[{type:H.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(yt(l)){a.push({type:H.literal,value:l.value});continue}if(xn(l)){typeof o=="number"&&a.push({type:H.literal,value:r.getNumberFormat(t).format(o)});continue}var c=l.value;if(!(i&&c in i))throw new ri(c,s);var f=i[c];if(vn(l)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?H.literal:H.object,value:f});continue}if(Wt(l)){var p=typeof l.style=="string"?n.date[l.style]:je(l.style)?l.style.parsedOptions:void 0;a.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(zt(l)){var p=typeof l.style=="string"?n.time[l.style]:je(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Xt(l)){var p=typeof l.style=="string"?n.number[l.style]:Jt(l.style)?l.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:H.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(qt(l)){var v=l.children,d=l.value,T=i[d];if(!ii(T))throw new ti(d,"function",s);var M=me(v,t,r,n,i,o),$=T(M.map(function(O){return O.value}));Array.isArray($)||($=[$]),a.push.apply(a,$.map(function(O){return{type:typeof O=="string"?H.literal:H.object,value:O}}))}if(Zt(l)){var S=l.options[f]||l.options.other;if(!S)throw new St(l.value,f,Object.keys(l.options),s);a.push.apply(a,me(S.value,t,r,n,i));continue}if(Qt(l)){var S=l.options["=".concat(f)];if(!S){if(!Intl.PluralRules)throw new Ee(`Intl.PluralRules is not available in this environment.
|
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=r}});function Ge(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var ve=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=Ue(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(d){t={error:d}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(N(l))try{l()}catch(d){o=d instanceof we?d.errors:[d]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var f=Ue(c),p=f.next();!p.done;p=f.next()){var v=p.value;try{lt(v)}catch(d){o=o!=null?o:[],d instanceof we?o=W(W([],De(o)),De(d.errors)):o.push(d)}}}catch(d){n={error:d}}finally{try{p&&!p.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new we(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)lt(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)&&Ge(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Ge(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Rt=ve.EMPTY;function Ut(e){return e instanceof ve||e&&"closed"in e&&N(e.remove)&&N(e.add)&&N(e.unsubscribe)}function lt(e){N(e)?e():e.unsubscribe()}var Dt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Gt={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,W([e,t],De(r)))},clearTimeout:function(e){var t=Gt.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function jr(e){Gt.setTimeout(function(){throw e})}function ct(){}function de(e){e()}var Ft=function(e){L(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Ut(r)&&r.add(n)):n.destination=Wr,n}return t.create=function(r,n,i){return new Fe(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}(ve),kr=Function.prototype.bind;function Be(e,t){return kr.call(e,t)}var Vr=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){ce(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){ce(n)}else ce(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){ce(r)}},e}(),Fe=function(e){L(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(N(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&&Dt.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Be(r.next,a),error:r.error&&Be(r.error,a),complete:r.complete&&Be(r.complete,a)}):s=r}return o.destination=new Vr(s),o}return t}(Ft);function ce(e){jr(e)}function Xr(e){throw e}var Wr={closed:!0,next:ct,error:Xr,complete:ct},zr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Zr(e){return e}function Qr(e){return e.length===0?Zr:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var ft=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=Jr(t)?t:new Fe(t,r,n);return de(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?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=pt(r),new r(function(i,o){var s=new Fe({next:function(a){try{t(a)}catch(h){o(h),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[zr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Qr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=pt(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 pt(e){var t;return(t=e!=null?e:Dt.Promise)!==null&&t!==void 0?t:Promise}function qr(e){return e&&N(e.next)&&N(e.error)&&N(e.complete)}function Jr(e){return e&&e instanceof Ft||qr(e)&&Ut(e)}var Yr=$t(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),jt=function(e){L(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 dt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Yr},t.prototype.next=function(r){var n=this;de(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Ue(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}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;de(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;de(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?Rt:(this.currentObservers=null,a.push(r),new ve(function(){n.currentObservers=null,Ge(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 ft;return r.source=this,r},t.create=function(r,n){return new dt(r,n)},t}(ft),dt=function(e){L(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:Rt},t}(jt),kt={now:function(){return(kt.delegate||Date).now()},delegate:void 0},Kr=function(e){L(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=kt);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,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),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(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);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 h=i.now(),u=0,l=1;l<o.length&&o[l]<=h;l+=2)u=l;u&&o.splice(0,u+1)}},t}(jt);const mt=[],bt={},en=(e,t=0)=>{if(mt.indexOf(e)==-1){const r=new Kr(t);bt[e]=r,mt.push(e)}return bt[e]},k=[];function tn(e,t){return{subscribe:Ee(e,t).subscribe}}function Ee(e,t=P){let r;const n=new Set;function i(a){if(Ct(e,a)&&(e=a,r)){const h=!k.length;for(const u of n)u[1](),k.push(u,e);if(h){for(let u=0;u<k.length;u+=2)k[u][0](k[u+1]);k.length=0}}}function o(a){i(a(e))}function s(a,h=P){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||P),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function Y(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 tn(r,(s,a)=>{let h=!1;const u=[];let l=0,c=P;const f=()=>{if(l)return;c();const v=t(n?u[0]:u,s,a);o?s(v):c=qe(v)?v:P},p=i.map((v,d)=>Lt(v,T=>{u[d]=T,l&=~(1<<d),h&&f()},()=>{l|=1<<d}));return h=!0,f(),function(){se(p),c(),h=!1}})}function rn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var nn=function(t){return on(t)&&!sn(t)};function on(e){return!!e&&typeof e=="object"}function sn(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||hn(e)}var an=typeof Symbol=="function"&&Symbol.for,un=an?Symbol.for("react.element"):60103;function hn(e){return e.$$typeof===un}function ln(e){return Array.isArray(e)?[]:{}}function ie(e,t){return t.clone!==!1&&t.isMergeableObject(e)?z(ln(e),e,t):e}function cn(e,t,r){return e.concat(t).map(function(n){return ie(n,r)})}function fn(e,t){if(!t.customMerge)return z;var r=t.customMerge(e);return typeof r=="function"?r:z}function pn(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function yt(e){return Object.keys(e).concat(pn(e))}function Vt(e,t){try{return t in e}catch(r){return!1}}function dn(e,t){return Vt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function mn(e,t,r){var n={};return r.isMergeableObject(e)&&yt(e).forEach(function(i){n[i]=ie(e[i],r)}),yt(t).forEach(function(i){dn(e,i)||(Vt(e,i)&&r.isMergeableObject(t[i])?n[i]=fn(i,r)(e[i],t[i],r):n[i]=ie(t[i],r))}),n}function z(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||cn,r.isMergeableObject=r.isMergeableObject||nn,r.cloneUnlessOtherwiseSpecified=ie;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):mn(e,t,r):ie(t,r)}z.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return z(n,i,r)},{})};var bn=z,yn=bn;const gn=rn(yn);var m;(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"})(m||(m={}));var E;(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"})(E||(E={}));var Z;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Z||(Z={}));function gt(e){return e.type===E.literal}function vn(e){return e.type===E.argument}function Xt(e){return e.type===E.number}function Wt(e){return e.type===E.date}function zt(e){return e.type===E.time}function Zt(e){return e.type===E.select}function Qt(e){return e.type===E.plural}function En(e){return e.type===E.pound}function qt(e){return e.type===E.tag}function Jt(e){return!!(e&&typeof e=="object"&&e.type===Z.number)}function je(e){return!!(e&&typeof e=="object"&&e.type===Z.dateTime)}var Yt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,_n=/(?:[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 xn(e){var t={};return e.replace(_n,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 Tn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Hn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Tn).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],h=s.slice(1),u=0,l=h;u<l.length;u++){var c=l[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Sn(e){return e.replace(/^(.*?)-/,"")}var vt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Kt=/^(@+)?(\+|#+)?[rs]?$/g,wn=/(\*)(0+)|(#+)(0+)|(0+)/g,er=/^(0+)$/;function Et(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Kt,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 tr(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 Bn(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)),!er.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function _t(e){var t={},r=tr(e);return r||t}function An(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=Sn(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=y(y(y({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return y(y({},h),_t(u))},{}));continue;case"engineering":t=y(y(y({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return y(y({},h),_t(u))},{}));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(wn,function(h,u,l,c,f,p){if(u)t.minimumIntegerDigits=l.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(er.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(vt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(vt,function(h,u,l,c,f,p){return l==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=y(y({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=y(y({},t),Et(o)));continue}if(Kt.test(i.stem)){t=y(y({},t),Et(i.stem));continue}var s=tr(i.stem);s&&(t=y(y({},t),s));var a=Bn(i.stem);a&&(t=y(y({},t),a))}return t}var fe={"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 Pn(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),h="a",u=On(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function On(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=fe[n||""]||fe[r||""]||fe["".concat(r,"-001")]||fe["001"];return i[0]}var Ae,In=new RegExp("^".concat(Yt.source,"*")),Nn=new RegExp("".concat(Yt.source,"*$"));function b(e,t){return{start:e,end:t}}var Cn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Ln=!!String.fromCodePoint,Mn=!!Object.fromEntries,$n=!!String.prototype.codePointAt,Rn=!!String.prototype.trimStart,Un=!!String.prototype.trimEnd,Dn=!!Number.isSafeInteger,Gn=Dn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ke=!0;try{var Fn=nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=((Ae=Fn.exec("a"))===null||Ae===void 0?void 0:Ae[0])==="a"}catch(e){ke=!1}var xt=Cn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Ve=Ln?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},Tt=Mn?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},rr=$n?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}},jn=Rn?function(t){return t.trimStart()}:function(t){return t.replace(In,"")},kn=Un?function(t){return t.trimEnd()}:function(t){return t.replace(Nn,"")};function nr(e,t){return new RegExp(e,t)}var Xe;if(ke){var Ht=nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Xe=function(t,r){var n;Ht.lastIndex=r;var i=Ht.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Xe=function(t,r){for(var n=[];;){var i=rr(t,r);if(i===void 0||ir(i)||zn(i))break;n.push(i),r+=i>=65536?2:1}return Ve.apply(void 0,n)};var Vn=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:E.pound,location:b(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(m.UNMATCHED_CLOSING_TAG,b(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&We(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:E.literal,value:"<".concat(i,"/>"),location:b(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()||!We(this.char()))return this.error(m.INVALID_TAG,b(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(m.UNMATCHED_CLOSING_TAG,b(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:E.tag,value:i,children:s,location:b(n,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,b(a,this.clonePosition())))}else return this.error(m.UNCLOSED_TAG,b(n,this.clonePosition()))}else return this.error(m.INVALID_TAG,b(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Wn(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 h=b(n,this.clonePosition());return{val:{type:E.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Xn(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 Ve.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(),Ve(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(m.EMPTY_ARGUMENT,b(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(m.MALFORMED_ARGUMENT,b(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:E.argument,value:i,location:b(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(m.MALFORMED_ARGUMENT,b(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Xe(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=b(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,b(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=kn(c.val);if(f.length===0)return this.error(m.EXPECT_ARGUMENT_STYLE,b(this.clonePosition(),this.clonePosition()));var p=b(l,this.clonePosition());u={style:f,styleLocation:p}}var v=this.tryParseArgumentClose(i);if(v.err)return v;var d=b(i,this.clonePosition());if(u&&xt(u==null?void 0:u.style,"::",0)){var T=jn(u.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(T,u.styleLocation);return c.err?c:{val:{type:E.number,value:n,location:d,style:c.val},err:null}}else{if(T.length===0)return this.error(m.EXPECT_DATE_TIME_SKELETON,d);var M=T;this.locale&&(M=Pn(T,this.locale));var f={type:Z.dateTime,pattern:M,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?xn(M):{}},$=a==="date"?E.date:E.time;return{val:{type:$,value:n,location:d,style:f},err:null}}}return{val:{type:a==="number"?E.number:a==="date"?E.date:E.time,value:n,location:d,style:(o=u==null?void 0:u.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(m.EXPECT_SELECT_ARGUMENT_OPTIONS,b(S,y({},S)));this.bumpSpace();var U=this.parseIdentifierIfPossible(),O=0;if(a!=="select"&&U.value==="offset"){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),U=this.parseIdentifierIfPossible(),O=c.val}var G=this.tryParsePluralOrSelectOptions(t,a,r,U);if(G.err)return G;var v=this.tryParseArgumentClose(i);if(v.err)return v;var he=b(i,this.clonePosition());return a==="select"?{val:{type:E.select,value:n,options:Tt(G.val),location:he},err:null}:{val:{type:E.plural,value:n,options:Tt(G.val),offset:O,pluralType:a==="plural"?"cardinal":"ordinal",location:he},err:null}}default:return this.error(m.INVALID_ARGUMENT_TYPE,b(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,b(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(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,b(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=Hn(t)}catch(i){return this.error(m.INVALID_NUMBER_SKELETON,r)}return{val:{type:Z.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?An(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR,m.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;l=b(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?m.DUPLICATE_SELECT_ARGUMENT_SELECTOR:m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,b(this.clonePosition(),this.clonePosition()));var v=this.parseMessage(t+1,r,n);if(v.err)return v;var d=this.tryParseArgumentClose(p);if(d.err)return d;a.push([u,{value:v.val,location:b(p,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,l=o.location}return a.length===0?this.error(r==="select"?m.EXPECT_SELECT_ARGUMENT_SELECTOR:m.EXPECT_PLURAL_ARGUMENT_SELECTOR,b(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(m.MISSING_OTHER_CLAUSE,b(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 h=b(i,this.clonePosition());return o?(s*=n,Gn(s)?{val:s,err:null}:this.error(r,h)):this.error(t,h)},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=rr(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(xt(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()&&ir(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 We(e){return e>=97&&e<=122||e>=65&&e<=90}function Xn(e){return We(e)||e===47}function Wn(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 ir(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function zn(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 ze(e){e.forEach(function(t){if(delete t.location,Zt(t)||Qt(t))for(var r in t.options)delete t.options[r].location,ze(t.options[r].value);else Xt(t)&&Jt(t.style)||(Wt(t)||zt(t))&&je(t.style)?delete t.style.location:qt(t)&&ze(t.children)})}function Zn(e,t){t===void 0&&(t={}),t=y({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Vn(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||ze(r.val),r.val}function Pe(e,t){var r=t&&t.cache?t.cache:ei,n=t&&t.serializer?t.serializer:Kn,i=t&&t.strategy?t.strategy:qn;return i(e,{cache:r,serializer:n})}function Qn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function or(e,t,r,n){var i=Qn(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function sr(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 Ke(e,t,r,n,i){return r.bind(t,e,n,i)}function qn(e,t){var r=e.length===1?or:sr;return Ke(e,this,r,t.cache.create(),t.serializer)}function Jn(e,t){return Ke(e,this,sr,t.cache.create(),t.serializer)}function Yn(e,t){return Ke(e,this,or,t.cache.create(),t.serializer)}var Kn=function(){return JSON.stringify(arguments)};function et(){this.cache=Object.create(null)}et.prototype.get=function(e){return this.cache[e]};et.prototype.set=function(e,t){this.cache[e]=t};var ei={create:function(){return new et}},Oe={variadic:Jn,monadic:Yn},Q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Q||(Q={}));var _e=function(e){L(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),St=function(e){L(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('", "'),'"'),Q.INVALID_VALUE,o)||this}return t}(_e),ti=function(e){L(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Q.INVALID_VALUE,i)||this}return t}(_e),ri=function(e){L(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,'"'),Q.MISSING_VALUE,n)||this}return t}(_e),H;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(H||(H={}));function ni(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==H.literal||r.type!==H.literal?t.push(r):n.value+=r.value,t},[])}function ii(e){return typeof e=="function"}function me(e,t,r,n,i,o,s){if(e.length===1&>(e[0]))return[{type:H.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(gt(l)){a.push({type:H.literal,value:l.value});continue}if(En(l)){typeof o=="number"&&a.push({type:H.literal,value:r.getNumberFormat(t).format(o)});continue}var c=l.value;if(!(i&&c in i))throw new ri(c,s);var f=i[c];if(vn(l)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?H.literal:H.object,value:f});continue}if(Wt(l)){var p=typeof l.style=="string"?n.date[l.style]:je(l.style)?l.style.parsedOptions:void 0;a.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(zt(l)){var p=typeof l.style=="string"?n.time[l.style]:je(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Xt(l)){var p=typeof l.style=="string"?n.number[l.style]:Jt(l.style)?l.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:H.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(qt(l)){var v=l.children,d=l.value,T=i[d];if(!ii(T))throw new ti(d,"function",s);var M=me(v,t,r,n,i,o),$=T(M.map(function(O){return O.value}));Array.isArray($)||($=[$]),a.push.apply(a,$.map(function(O){return{type:typeof O=="string"?H.literal:H.object,value:O}}))}if(Zt(l)){var S=l.options[f]||l.options.other;if(!S)throw new St(l.value,f,Object.keys(l.options),s);a.push.apply(a,me(S.value,t,r,n,i));continue}if(Qt(l)){var S=l.options["=".concat(f)];if(!S){if(!Intl.PluralRules)throw new _e(`Intl.PluralRules is not available in this environment.
|
|
4
4
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
5
|
-
`,Q.MISSING_INTL_API,s);var U=r.getPluralRules(t,{type:l.pluralType}).select(f-(l.offset||0));S=l.options[U]||l.options.other}if(!S)throw new St(l.value,f,Object.keys(l.options),s);a.push.apply(a,me(S.value,t,r,n,i,f-(l.offset||0)));continue}}return ni(a)}function oi(e,t){return t?g(g(g({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=g(g({},e[n]),t[n]||{}),r},{})):e}function si(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=oi(e[n],t[n]),r},g({},e)):e}function Ie(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ai(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.number),strategy:Oe.variadic}),getDateTimeFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.dateTime),strategy:Oe.variadic}),getPluralRules:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.pluralRules),strategy:Oe.variadic})}}var ui=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(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(c,f){return!c.length||f.type!==H.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return me(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.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=Fr(s,["formatters"]);this.ast=e.__parse(t,g(g({},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=si(e.formats,n),this.formatters=i&&i.formatters||ai(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=Zn,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 hi(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 R={},li=(e,t,r)=>r&&(t in R||(R[t]={}),e in R[t]||(R[t][e]=r),r),ar=(e,t)=>{if(t==null)return;if(t in R&&e in R[t])return R[t][e];const r=_e(t);for(let n=0;n<r.length;n++){const i=r[n],o=fi(i,e);if(o)return li(e,t,o)}};let tt;const ue=xe({});function ci(e){return tt[e]||null}function ur(e){return e in tt}function fi(e,t){if(!ur(e))return null;const r=ci(e);return hi(r,t)}function pi(e){if(e==null)return;const t=_e(e);for(let r=0;r<t.length;r++){const n=t[r];if(ur(n))return n}}function hr(e,...t){delete R[e],ue.update(r=>(r[e]=yn.all([r[e]||{},...t]),r))}Y([ue],([e])=>Object.keys(e));ue.subscribe(e=>tt=e);const be={};function di(e,t){be[e].delete(t),be[e].size===0&&delete be[e]}function lr(e){return be[e]}function mi(e){return _e(e).map(t=>{const r=lr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Ze(e){return e==null?!1:_e(e).some(t=>{var r;return(r=lr(t))==null?void 0:r.size})}function bi(e,t){return Promise.all(t.map(n=>(di(e,n),n().then(i=>i.default||i)))).then(n=>hr(e,...n))}const te={};function cr(e){if(!Ze(e))return e in te?te[e]:Promise.resolve();const t=mi(e);return te[e]=Promise.all(t.map(([r,n])=>bi(r,n))).then(()=>{if(Ze(e))return cr(e);delete te[e]}),te[e]}const gi={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"}}},yi={fallbackLocale:null,loadingDelay:200,formats:gi,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},vi=yi;function q(){return vi}const Ne=xe(!1);var xi=Object.defineProperty,Ei=Object.defineProperties,_i=Object.getOwnPropertyDescriptors,wt=Object.getOwnPropertySymbols,Ti=Object.prototype.hasOwnProperty,Hi=Object.prototype.propertyIsEnumerable,Bt=(e,t,r)=>t in e?xi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Si=(e,t)=>{for(var r in t||(t={}))Ti.call(t,r)&&Bt(e,r,t[r]);if(wt)for(var r of wt(t))Hi.call(t,r)&&Bt(e,r,t[r]);return e},wi=(e,t)=>Ei(e,_i(t));let Qe;const ge=xe(null);function At(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function _e(e,t=q().fallbackLocale){const r=At(e);return t?[...new Set([...r,...At(t)])]:r}function D(){return Qe!=null?Qe:void 0}ge.subscribe(e=>{Qe=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Bi=e=>{if(e&&pi(e)&&Ze(e)){const{loadingDelay:t}=q();let r;return typeof window!="undefined"&&D()!=null&&t?r=window.setTimeout(()=>Ne.set(!0),t):Ne.set(!0),cr(e).then(()=>{ge.set(e)}).finally(()=>{clearTimeout(r),Ne.set(!1)})}return ge.set(e)},K=wi(Si({},ge),{set:Bi}),Te=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Ai=Object.defineProperty,ye=Object.getOwnPropertySymbols,fr=Object.prototype.hasOwnProperty,pr=Object.prototype.propertyIsEnumerable,Pt=(e,t,r)=>t in e?Ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))fr.call(t,r)&&Pt(e,r,t[r]);if(ye)for(var r of ye(t))pr.call(t,r)&&Pt(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)fr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ye)for(var n of ye(e))t.indexOf(n)<0&&pr.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Pi=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),Oi=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Ii=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),Ni=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Pi(rt({locale:r},n))},Ci=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Oi(rt({locale:r},n))},Li=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Ii(rt({locale:r},n))},Mi=Te((e,t=D())=>new ui(e,t,q().formats,{ignoreTag:q().ignoreTag})),$i=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=D(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=ar(e,h);if(!l)l=(o=(i=(n=(r=q()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let c=l;try{c=Mi(l,h).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Ri=(e,t)=>Li(t).format(e),Ui=(e,t)=>Ci(t).format(e),Di=(e,t)=>Ni(t).format(e),Gi=(e,t=D())=>ar(e,t),Fi=Y([K,ue],()=>$i);Y([K],()=>Ri);Y([K],()=>Ui);Y([K],()=>Di);Y([K,ue],()=>Gi);window.emWidgets={topic:en};const ji=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function Ot(e,t){hr(e,t)}function ki(e){K.set(e)}const It={en:{titleTransactionHistory:"Transaction History",loading:"Loading, please wait ..."},"zh-hk":{titleTransactionHistory:"交易記錄",loading:"加載請稍候…"},fr:{titleTransactionHistory:"Historique des transactions",loading:"Chargement, veuillez patienter ..."},ro:{titleTransactionHistory:"Istoric tranzacții",loading:"Se încarcă..."},es:{titleTransactionHistory:"Historial de transacciones",loading:"Cargando ... Por favor espere ..."},pt:{titleTransactionHistory:"Histórico de transações",loading:"Carregando, por favor espere ..."},hr:{titleTransactionHistory:"Povijest transakcija",loading:"Učitavanje"},"pt-br":{titleTransactionHistory:"Histórico de transações",Loading:"Carregando, por favor espere..."},"es-mx":{titleTransactionHistory:"Historial de transacciones",Loading:"Cargando, por favor espere..."}};function Vi(e){_r(e,"svelte-1xs1sug",".TransactionHistoryWrapper.svelte-1xs1sug.svelte-1xs1sug{background-color:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));padding:50px 50px 30px 50px;max-width:100%}.TransactionHistoryWrapper.TransactionHistoryWrapperMobile.svelte-1xs1sug.svelte-1xs1sug{padding:20px 15px;max-width:unset;border-radius:0}.MenuReturnButton.svelte-1xs1sug.svelte-1xs1sug{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton.svelte-1xs1sug svg.svelte-1xs1sug{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.TransactionHistoryTitle.svelte-1xs1sug.svelte-1xs1sug{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.TransactionHistoryTitleMobile.svelte-1xs1sug.svelte-1xs1sug{font-size:var(--emw--size-standard, 16px)}.TransactionHistoryTitleNone.svelte-1xs1sug.svelte-1xs1sug{display:none}.TransactionHistoryIframeWrapper.svelte-1xs1sug iframe.svelte-1xs1sug{border:none;width:100%;height:85vh}")}function Xi(e){let t,r,n,i,o,s,a,h,u,l,c=e[3]("titleTransactionHistory")+"",f,p,v;return{c(){t=C("div"),r=F("svg"),n=F("defs"),i=F("style"),o=ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"),s=F("g"),a=F("g"),h=F("path"),u=Ce(),l=C("h2"),f=ne(c),E(h,"class","aaa"),E(h,"d","M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"),E(h,"transform","translate(15 15) rotate(180)"),E(a,"transform","translate(20 158)"),E(s,"transform","translate(-20 -158)"),E(r,"xmlns","http://www.w3.org/2000/svg"),E(r,"width","15"),E(r,"height","15"),E(r,"viewBox","0 0 15 15"),E(r,"class","svelte-1xs1sug"),E(l,"class","TransactionHistoryTitleMobile svelte-1xs1sug"),E(t,"class","MenuReturnButton svelte-1xs1sug")},m(d,T){ae(d,t,T),_(t,r),_(r,n),_(n,i),_(i,o),_(r,s),_(s,a),_(a,h),_(t,u),_(t,l),_(l,f),p||(v=Sr(t,"click",e[13]),p=!0)},p(d,T){T&8&&c!==(c=d[3]("titleTransactionHistory")+"")&&Je(f,c)},d(d){d&&J(t),p=!1,v()}}}function Wi(e){let t,r,n;return{c(){t=C("div"),r=C("iframe"),ut(r.src,n=e[2])||E(r,"src",n),E(r,"title","Transaction History Iframe"),E(r,"class","svelte-1xs1sug"),E(t,"class","TransactionHistoryIframeWrapper svelte-1xs1sug")},m(i,o){ae(i,t,o),_(t,r)},p(i,o){o&4&&!ut(r.src,n=i[2])&&E(r,"src",n)},d(i){i&&J(t)}}}function zi(e){let t,r=e[3]("loading")+"",n;return{c(){t=C("p"),n=ne(r)},m(i,o){ae(i,t,o),_(t,n)},p(i,o){o&8&&r!==(r=i[3]("loading")+"")&&Je(n,r)},d(i){i&&J(t)}}}function Zi(e){let t,r,n,i=e[3]("titleTransactionHistory")+"",o,s,a=e[4]&&Xi(e);function h(c,f){return c[1]?zi:Wi}let u=h(e),l=u(e);return{c(){t=C("div"),a&&a.c(),r=Ce(),n=C("h2"),o=ne(i),s=Ce(),l.c(),E(n,"class","TransactionHistoryTitle "+(e[4]?"TransactionHistoryTitleNone":"")+" svelte-1xs1sug"),E(t,"class","TransactionHistoryWrapper "+(e[4]?"TransactionHistoryWrapperMobile":"")+" svelte-1xs1sug")},m(c,f){ae(c,t,f),a&&a.m(t,null),_(t,r),_(t,n),_(n,o),_(t,s),l.m(t,null),e[14](t)},p(c,[f]){c[4]&&a.p(c,f),f&8&&i!==(i=c[3]("titleTransactionHistory")+"")&&Je(o,i),u===(u=h(c))&&l?l.p(c,f):(l.d(1),l=u(c),l&&(l.c(),l.m(t,null)))},i:P,o:P,d(c){c&&J(t),a&&a.d(),l.d(),e[14](null)}}}function Qi(e,t,r){let n;Er(e,Fi,y=>r(3,n=y));let{endpoint:i=""}=t,{session:o=""}=t,{playerid:s=""}=t,{lang:a="en"}=t,{clientstyling:h=""}=t,{clientstylingurl:u=""}=t,{translationurl:l=""}=t,c,f=window.navigator.userAgent,p=ji(f)!=="PC",v=!0,d="";const T=()=>{fetch(l).then(A=>A.json()).then(A=>{Object.keys(A).forEach(w=>{Ot(w,A[w])})}).catch(A=>{console.log(A)})};Object.keys(It).forEach(y=>{Ot(y,It[y])});const M=()=>{window.postMessage({type:"PlayerAccountMenuActive",isMobile:p},window.location.href)},$=()=>{let y=new URL(`${i}/v1/player/${s}/hostedcashier/customertransactionhistoryurl`);y.searchParams.append("language",a);let A={method:"GET",headers:{"X-SessionId":o,accept:"application/json"}};fetch(y.href,A).then(w=>w.json()).then(w=>{r(1,v=!1),r(2,d=w.CashierUrl)},w=>{console.error(w)})},S=()=>{ki(a)},U=()=>{let y=document.createElement("style");y.innerHTML=h,c.appendChild(y)},O=()=>{let y=new URL(u),A=document.createElement("style");fetch(y.href).then(w=>w.text()).then(w=>{A.innerHTML=w,setTimeout(()=>{c.appendChild(A)},1)})},G=()=>M();function he(y){Le[y?"unshift":"push"](()=>{c=y,r(0,c)})}return e.$$set=y=>{"endpoint"in y&&r(6,i=y.endpoint),"session"in y&&r(7,o=y.session),"playerid"in y&&r(8,s=y.playerid),"lang"in y&&r(9,a=y.lang),"clientstyling"in y&&r(10,h=y.clientstyling),"clientstylingurl"in y&&r(11,u=y.clientstylingurl),"translationurl"in y&&r(12,l=y.translationurl)},e.$$.update=()=>{e.$$.dirty&512&&a&&S(),e.$$.dirty&960&&o&&s&&i&&a&&$(),e.$$.dirty&2049&&u&&c&&O(),e.$$.dirty&1025&&h&&c&&U(),e.$$.dirty&4096&&l&&T()},[c,v,d,n,p,M,i,o,s,a,h,u,l,G,he]}class dr extends Dr{constructor(t){super(),Rr(this,t,Qi,Zi,Ct,{endpoint:6,session:7,playerid:8,lang:9,clientstyling:10,clientstylingurl:11,translationurl:12},Vi)}get endpoint(){return this.$$.ctx[6]}set endpoint(t){this.$$set({endpoint:t}),I()}get session(){return this.$$.ctx[7]}set session(t){this.$$set({session:t}),I()}get playerid(){return this.$$.ctx[8]}set playerid(t){this.$$set({playerid:t}),I()}get lang(){return this.$$.ctx[9]}set lang(t){this.$$set({lang:t}),I()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}get translationurl(){return this.$$.ctx[12]}set translationurl(t){this.$$set({translationurl:t}),I()}}Ur(dr,{endpoint:{},session:{},playerid:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=dr;
|
|
5
|
+
`,Q.MISSING_INTL_API,s);var U=r.getPluralRules(t,{type:l.pluralType}).select(f-(l.offset||0));S=l.options[U]||l.options.other}if(!S)throw new St(l.value,f,Object.keys(l.options),s);a.push.apply(a,me(S.value,t,r,n,i,f-(l.offset||0)));continue}}return ni(a)}function oi(e,t){return t?y(y(y({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=y(y({},e[n]),t[n]||{}),r},{})):e}function si(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=oi(e[n],t[n]),r},y({},e)):e}function Ie(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ai(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.number),strategy:Oe.variadic}),getDateTimeFormat:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.dateTime),strategy:Oe.variadic}),getPluralRules:Pe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,W([void 0],r,!1)))},{cache:Ie(e.pluralRules),strategy:Oe.variadic})}}var ui=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(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(c,f){return!c.length||f.type!==H.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return me(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.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=Fr(s,["formatters"]);this.ast=e.__parse(t,y(y({},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=si(e.formats,n),this.formatters=i&&i.formatters||ai(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=Zn,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 hi(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 R={},li=(e,t,r)=>r&&(t in R||(R[t]={}),e in R[t]||(R[t][e]=r),r),ar=(e,t)=>{if(t==null)return;if(t in R&&e in R[t])return R[t][e];const r=xe(t);for(let n=0;n<r.length;n++){const i=r[n],o=fi(i,e);if(o)return li(e,t,o)}};let tt;const ue=Ee({});function ci(e){return tt[e]||null}function ur(e){return e in tt}function fi(e,t){if(!ur(e))return null;const r=ci(e);return hi(r,t)}function pi(e){if(e==null)return;const t=xe(e);for(let r=0;r<t.length;r++){const n=t[r];if(ur(n))return n}}function hr(e,...t){delete R[e],ue.update(r=>(r[e]=gn.all([r[e]||{},...t]),r))}Y([ue],([e])=>Object.keys(e));ue.subscribe(e=>tt=e);const be={};function di(e,t){be[e].delete(t),be[e].size===0&&delete be[e]}function lr(e){return be[e]}function mi(e){return xe(e).map(t=>{const r=lr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Ze(e){return e==null?!1:xe(e).some(t=>{var r;return(r=lr(t))==null?void 0:r.size})}function bi(e,t){return Promise.all(t.map(n=>(di(e,n),n().then(i=>i.default||i)))).then(n=>hr(e,...n))}const te={};function cr(e){if(!Ze(e))return e in te?te[e]:Promise.resolve();const t=mi(e);return te[e]=Promise.all(t.map(([r,n])=>bi(r,n))).then(()=>{if(Ze(e))return cr(e);delete te[e]}),te[e]}const yi={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"}}},gi={fallbackLocale:null,loadingDelay:200,formats:yi,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},vi=gi;function q(){return vi}const Ne=Ee(!1);var Ei=Object.defineProperty,_i=Object.defineProperties,xi=Object.getOwnPropertyDescriptors,wt=Object.getOwnPropertySymbols,Ti=Object.prototype.hasOwnProperty,Hi=Object.prototype.propertyIsEnumerable,Bt=(e,t,r)=>t in e?Ei(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Si=(e,t)=>{for(var r in t||(t={}))Ti.call(t,r)&&Bt(e,r,t[r]);if(wt)for(var r of wt(t))Hi.call(t,r)&&Bt(e,r,t[r]);return e},wi=(e,t)=>_i(e,xi(t));let Qe;const ye=Ee(null);function At(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function xe(e,t=q().fallbackLocale){const r=At(e);return t?[...new Set([...r,...At(t)])]:r}function D(){return Qe!=null?Qe:void 0}ye.subscribe(e=>{Qe=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Bi=e=>{if(e&&pi(e)&&Ze(e)){const{loadingDelay:t}=q();let r;return typeof window!="undefined"&&D()!=null&&t?r=window.setTimeout(()=>Ne.set(!0),t):Ne.set(!0),cr(e).then(()=>{ye.set(e)}).finally(()=>{clearTimeout(r),Ne.set(!1)})}return ye.set(e)},K=wi(Si({},ye),{set:Bi}),Te=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Ai=Object.defineProperty,ge=Object.getOwnPropertySymbols,fr=Object.prototype.hasOwnProperty,pr=Object.prototype.propertyIsEnumerable,Pt=(e,t,r)=>t in e?Ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))fr.call(t,r)&&Pt(e,r,t[r]);if(ge)for(var r of ge(t))pr.call(t,r)&&Pt(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)fr.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&&pr.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Pi=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),Oi=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Ii=Te(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),Ni=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Pi(rt({locale:r},n))},Ci=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Oi(rt({locale:r},n))},Li=(e={})=>{var t=e,{locale:r=D()}=t,n=ee(t,["locale"]);return Ii(rt({locale:r},n))},Mi=Te((e,t=D())=>new ui(e,t,q().formats,{ignoreTag:q().ignoreTag})),$i=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=D(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=ar(e,h);if(!l)l=(o=(i=(n=(r=q()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let c=l;try{c=Mi(l,h).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Ri=(e,t)=>Li(t).format(e),Ui=(e,t)=>Ci(t).format(e),Di=(e,t)=>Ni(t).format(e),Gi=(e,t=D())=>ar(e,t),Fi=Y([K,ue],()=>$i);Y([K],()=>Ri);Y([K],()=>Ui);Y([K],()=>Di);Y([K,ue],()=>Gi);window.emWidgets={topic:en};const ji=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function Ot(e,t){hr(e,t)}function ki(e){K.set(e)}const It={en:{titleTransactionHistory:"Transaction History",loading:"Loading, please wait ..."},"zh-hk":{titleTransactionHistory:"交易記錄",loading:"加載請稍候…"},fr:{titleTransactionHistory:"Historique des transactions",loading:"Chargement, veuillez patienter ..."},ro:{titleTransactionHistory:"Istoric tranzacții",loading:"Se încarcă..."},es:{titleTransactionHistory:"Historial de transacciones",loading:"Cargando ... Por favor espere ..."},pt:{titleTransactionHistory:"Histórico de transações",loading:"Carregando, por favor espere ..."},hr:{titleTransactionHistory:"Povijest transakcija",loading:"Učitavanje"},"pt-br":{titleTransactionHistory:"Histórico de transações",Loading:"Carregando, por favor espere..."},"es-mx":{titleTransactionHistory:"Historial de transacciones",Loading:"Cargando, por favor espere..."}};function Vi(e){xr(e,"svelte-t1xo0g",".TransactionHistoryWrapper{background-color:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));padding:50px 50px 30px 50px;max-width:100%}.TransactionHistoryWrapper.TransactionHistoryWrapperMobile{padding:20px 15px;max-width:unset;border-radius:0}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.TransactionHistoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.TransactionHistoryTitleMobile{font-size:var(--emw--size-standard, 16px)}.TransactionHistoryTitleNone{display:none}.TransactionHistoryIframeWrapper iframe{border:none;width:100%;height:85vh}")}function Xi(e){let t,r,n,i,o,s,a,h,u,l,c=e[3]("titleTransactionHistory")+"",f,p,v;return{c(){t=C("div"),r=F("svg"),n=F("defs"),i=F("style"),o=ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"),s=F("g"),a=F("g"),h=F("path"),u=Ce(),l=C("h2"),f=ne(c),_(h,"class","aaa"),_(h,"d","M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"),_(h,"transform","translate(15 15) rotate(180)"),_(a,"transform","translate(20 158)"),_(s,"transform","translate(-20 -158)"),_(r,"xmlns","http://www.w3.org/2000/svg"),_(r,"width","15"),_(r,"height","15"),_(r,"viewBox","0 0 15 15"),_(l,"class","TransactionHistoryTitleMobile"),_(t,"class","MenuReturnButton")},m(d,T){ae(d,t,T),x(t,r),x(r,n),x(n,i),x(i,o),x(r,s),x(s,a),x(a,h),x(t,u),x(t,l),x(l,f),p||(v=Sr(t,"click",e[13]),p=!0)},p(d,T){T&8&&c!==(c=d[3]("titleTransactionHistory")+"")&&Je(f,c)},d(d){d&&J(t),p=!1,v()}}}function Wi(e){let t,r,n;return{c(){t=C("div"),r=C("iframe"),ut(r.src,n=e[2])||_(r,"src",n),_(r,"title","Transaction History Iframe"),_(t,"class","TransactionHistoryIframeWrapper")},m(i,o){ae(i,t,o),x(t,r)},p(i,o){o&4&&!ut(r.src,n=i[2])&&_(r,"src",n)},d(i){i&&J(t)}}}function zi(e){let t,r=e[3]("loading")+"",n;return{c(){t=C("p"),n=ne(r)},m(i,o){ae(i,t,o),x(t,n)},p(i,o){o&8&&r!==(r=i[3]("loading")+"")&&Je(n,r)},d(i){i&&J(t)}}}function Zi(e){let t,r,n,i=e[3]("titleTransactionHistory")+"",o,s,a=e[4]&&Xi(e);function h(c,f){return c[1]?zi:Wi}let u=h(e),l=u(e);return{c(){t=C("div"),a&&a.c(),r=Ce(),n=C("h2"),o=ne(i),s=Ce(),l.c(),_(n,"class","TransactionHistoryTitle "+(e[4]?"TransactionHistoryTitleNone":"")),_(t,"class","TransactionHistoryWrapper "+(e[4]?"TransactionHistoryWrapperMobile":""))},m(c,f){ae(c,t,f),a&&a.m(t,null),x(t,r),x(t,n),x(n,o),x(t,s),l.m(t,null),e[14](t)},p(c,[f]){c[4]&&a.p(c,f),f&8&&i!==(i=c[3]("titleTransactionHistory")+"")&&Je(o,i),u===(u=h(c))&&l?l.p(c,f):(l.d(1),l=u(c),l&&(l.c(),l.m(t,null)))},i:P,o:P,d(c){c&&J(t),a&&a.d(),l.d(),e[14](null)}}}function Qi(e,t,r){let n;_r(e,Fi,g=>r(3,n=g));let{endpoint:i=""}=t,{session:o=""}=t,{playerid:s=""}=t,{lang:a="en"}=t,{clientstyling:h=""}=t,{clientstylingurl:u=""}=t,{translationurl:l=""}=t,c,f=window.navigator.userAgent,p=ji(f)!=="PC",v=!0,d="";const T=()=>{fetch(l).then(A=>A.json()).then(A=>{Object.keys(A).forEach(w=>{Ot(w,A[w])})}).catch(A=>{console.log(A)})};Object.keys(It).forEach(g=>{Ot(g,It[g])});const M=()=>{window.postMessage({type:"PlayerAccountMenuActive",isMobile:p},window.location.href)},$=()=>{let g=new URL(`${i}/v1/player/${s}/hostedcashier/customertransactionhistoryurl`);g.searchParams.append("language",a);let A={method:"GET",headers:{"X-SessionId":o,accept:"application/json"}};fetch(g.href,A).then(w=>w.json()).then(w=>{r(1,v=!1),r(2,d=w.CashierUrl)},w=>{console.error(w)})},S=()=>{ki(a)},U=()=>{let g=document.createElement("style");g.innerHTML=h,c.appendChild(g)},O=()=>{let g=new URL(u),A=document.createElement("style");fetch(g.href).then(w=>w.text()).then(w=>{A.innerHTML=w,setTimeout(()=>{c.appendChild(A)},1)})},G=()=>M();function he(g){Le[g?"unshift":"push"](()=>{c=g,r(0,c)})}return e.$$set=g=>{"endpoint"in g&&r(6,i=g.endpoint),"session"in g&&r(7,o=g.session),"playerid"in g&&r(8,s=g.playerid),"lang"in g&&r(9,a=g.lang),"clientstyling"in g&&r(10,h=g.clientstyling),"clientstylingurl"in g&&r(11,u=g.clientstylingurl),"translationurl"in g&&r(12,l=g.translationurl)},e.$$.update=()=>{e.$$.dirty&512&&a&&S(),e.$$.dirty&960&&o&&s&&i&&a&&$(),e.$$.dirty&2049&&u&&c&&O(),e.$$.dirty&1025&&h&&c&&U(),e.$$.dirty&4096&&l&&T()},[c,v,d,n,p,M,i,o,s,a,h,u,l,G,he]}class dr extends Dr{constructor(t){super(),Rr(this,t,Qi,Zi,Ct,{endpoint:6,session:7,playerid:8,lang:9,clientstyling:10,clientstylingurl:11,translationurl:12},Vi)}get endpoint(){return this.$$.ctx[6]}set endpoint(t){this.$$set({endpoint:t}),I()}get session(){return this.$$.ctx[7]}set session(t){this.$$set({session:t}),I()}get playerid(){return this.$$.ctx[8]}set playerid(t){this.$$set({playerid:t}),I()}get lang(){return this.$$.ctx[9]}set lang(t){this.$$set({lang:t}),I()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}get translationurl(){return this.$$.ctx[12]}set translationurl(t){this.$$set({translationurl:t}),I()}}Ur(dr,{endpoint:{},session:{},playerid:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=dr;
|
|
@@ -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/PlayerTransactionHistory-
|
|
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/PlayerTransactionHistory-_k7YIUPq.cjs")).then(({default:t})=>{!customElements.get("player-transaction-history")&&customElements.define("player-transaction-history",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerTransactionHistory-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerTransactionHistory-CExKmjS_.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-transaction-history") && customElements.define("player-transaction-history", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-transaction-history",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "es2015/player-transaction-history.cjs",
|
|
6
6
|
"module": "es2015/player-transaction-history.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"./es2015/player-transaction-history.cjs": "./es2015/player-transaction-history.cjs"
|
|
13
13
|
},
|
|
14
|
-
|
|
14
|
+
"files": [
|
|
15
15
|
"es2015/",
|
|
16
16
|
"components"
|
|
17
17
|
],
|