@everymatrix/casino-my-games 1.50.0 → 1.51.0
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/{CasinoFavoritesSection-BmTELfpb.js → CasinoFavoritesSection-BX9mv7D2.js} +173 -166
- package/components/CasinoFavoritesSection-CwoEoASK.cjs +3 -0
- package/components/{CasinoFilter-B7VgyrBE.js → CasinoFilter-B2X59i1B.js} +30 -25
- package/components/CasinoFilter-BhW4jEaG.cjs +3 -0
- package/components/{CasinoGameThumbnail-CgKkHvFr.js → CasinoGameThumbnail-Bg27-hsP.js} +11 -3
- package/components/{CasinoGameThumbnail-BqflWb5d.cjs → CasinoGameThumbnail-CNAl7TMN.cjs} +7 -7
- package/components/CasinoGamesCategorySection-6LoCTlwd.cjs +1 -0
- package/components/{CasinoGamesCategorySection-BnJZMEHk.js → CasinoGamesCategorySection-Bhj-Wfzi.js} +52 -39
- package/components/{CasinoLastPlayedSection-jD24ZGri.js → CasinoLastPlayedSection-Cl-pSdyc.js} +32 -29
- package/components/CasinoLastPlayedSection-CwOQXOPJ.cjs +1 -0
- package/components/CasinoMostPlayedSection-By-ACxCx.cjs +1 -0
- package/components/{CasinoMostPlayedSection-D4Ldo5T5.js → CasinoMostPlayedSection-CgPBtBHy.js} +31 -28
- package/components/{CasinoMyGames-DjBetp3o.js → CasinoMyGames-B-RC-evg.js} +32 -27
- package/components/CasinoMyGames-BeJl8Ntr.cjs +1 -0
- package/components/CasinoSort-Dgiiltgv.cjs +1 -0
- package/components/{CasinoSort-GMjCoie9.js → CasinoSort-aEJgYgO1.js} +25 -18
- package/es2015/casino-my-games.cjs +1 -1
- package/es2015/casino-my-games.js +1 -1
- package/package.json +1 -1
- package/components/CasinoFavoritesSection-BPOHL-uG.cjs +0 -3
- package/components/CasinoFilter-CYFxL80d.cjs +0 -3
- package/components/CasinoGamesCategorySection-eks-ovZz.cjs +0 -1
- package/components/CasinoLastPlayedSection-BHR8cols.cjs +0 -1
- package/components/CasinoMostPlayedSection-B_l82mug.cjs +0 -1
- package/components/CasinoMyGames-CPRuLg8E.cjs +0 -1
- package/components/CasinoSort-QFl2V200.cjs +0 -1
package/components/{CasinoFavoritesSection-BmTELfpb.js → CasinoFavoritesSection-BX9mv7D2.js}
RENAMED
|
@@ -797,7 +797,57 @@ j.all = function(t, n) {
|
|
|
797
797
|
};
|
|
798
798
|
var An = j, wn = An;
|
|
799
799
|
const Pn = /* @__PURE__ */ gn(wn);
|
|
800
|
-
|
|
800
|
+
function ve(e, t) {
|
|
801
|
+
var n = t && t.cache ? t.cache : Mn, r = t && t.serializer ? t.serializer : Cn, i = t && t.strategy ? t.strategy : On;
|
|
802
|
+
return i(e, {
|
|
803
|
+
cache: n,
|
|
804
|
+
serializer: r
|
|
805
|
+
});
|
|
806
|
+
}
|
|
807
|
+
function Nn(e) {
|
|
808
|
+
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
809
|
+
}
|
|
810
|
+
function yt(e, t, n, r) {
|
|
811
|
+
var i = Nn(r) ? r : n(r), s = t.get(i);
|
|
812
|
+
return typeof s == "undefined" && (s = e.call(this, r), t.set(i, s)), s;
|
|
813
|
+
}
|
|
814
|
+
function Et(e, t, n) {
|
|
815
|
+
var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
|
|
816
|
+
return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
|
|
817
|
+
}
|
|
818
|
+
function De(e, t, n, r, i) {
|
|
819
|
+
return n.bind(t, e, r, i);
|
|
820
|
+
}
|
|
821
|
+
function On(e, t) {
|
|
822
|
+
var n = e.length === 1 ? yt : Et;
|
|
823
|
+
return De(e, this, n, t.cache.create(), t.serializer);
|
|
824
|
+
}
|
|
825
|
+
function In(e, t) {
|
|
826
|
+
return De(e, this, Et, t.cache.create(), t.serializer);
|
|
827
|
+
}
|
|
828
|
+
function Ln(e, t) {
|
|
829
|
+
return De(e, this, yt, t.cache.create(), t.serializer);
|
|
830
|
+
}
|
|
831
|
+
var Cn = function() {
|
|
832
|
+
return JSON.stringify(arguments);
|
|
833
|
+
};
|
|
834
|
+
function Ge() {
|
|
835
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
836
|
+
}
|
|
837
|
+
Ge.prototype.get = function(e) {
|
|
838
|
+
return this.cache[e];
|
|
839
|
+
};
|
|
840
|
+
Ge.prototype.set = function(e, t) {
|
|
841
|
+
this.cache[e] = t;
|
|
842
|
+
};
|
|
843
|
+
var Mn = {
|
|
844
|
+
create: function() {
|
|
845
|
+
return new Ge();
|
|
846
|
+
}
|
|
847
|
+
}, _e = {
|
|
848
|
+
variadic: In,
|
|
849
|
+
monadic: Ln
|
|
850
|
+
}, d;
|
|
801
851
|
(function(e) {
|
|
802
852
|
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";
|
|
803
853
|
})(d || (d = {}));
|
|
@@ -812,40 +862,40 @@ var k;
|
|
|
812
862
|
function qe(e) {
|
|
813
863
|
return e.type === v.literal;
|
|
814
864
|
}
|
|
815
|
-
function
|
|
865
|
+
function Rn(e) {
|
|
816
866
|
return e.type === v.argument;
|
|
817
867
|
}
|
|
818
|
-
function
|
|
868
|
+
function vt(e) {
|
|
819
869
|
return e.type === v.number;
|
|
820
870
|
}
|
|
821
|
-
function
|
|
871
|
+
function _t(e) {
|
|
822
872
|
return e.type === v.date;
|
|
823
873
|
}
|
|
824
|
-
function
|
|
874
|
+
function xt(e) {
|
|
825
875
|
return e.type === v.time;
|
|
826
876
|
}
|
|
827
|
-
function
|
|
877
|
+
function Ht(e) {
|
|
828
878
|
return e.type === v.select;
|
|
829
879
|
}
|
|
830
|
-
function
|
|
880
|
+
function Tt(e) {
|
|
831
881
|
return e.type === v.plural;
|
|
832
882
|
}
|
|
833
|
-
function
|
|
883
|
+
function $n(e) {
|
|
834
884
|
return e.type === v.pound;
|
|
835
885
|
}
|
|
836
|
-
function
|
|
886
|
+
function St(e) {
|
|
837
887
|
return e.type === v.tag;
|
|
838
888
|
}
|
|
839
|
-
function
|
|
889
|
+
function Bt(e) {
|
|
840
890
|
return !!(e && typeof e == "object" && e.type === k.number);
|
|
841
891
|
}
|
|
842
892
|
function Pe(e) {
|
|
843
893
|
return !!(e && typeof e == "object" && e.type === k.dateTime);
|
|
844
894
|
}
|
|
845
|
-
var
|
|
846
|
-
function
|
|
895
|
+
var At = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Un = /(?:[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;
|
|
896
|
+
function Dn(e) {
|
|
847
897
|
var t = {};
|
|
848
|
-
return e.replace(
|
|
898
|
+
return e.replace(Un, function(n) {
|
|
849
899
|
var r = n.length;
|
|
850
900
|
switch (n[0]) {
|
|
851
901
|
case "G":
|
|
@@ -934,11 +984,11 @@ function Ln(e) {
|
|
|
934
984
|
return "";
|
|
935
985
|
}), t;
|
|
936
986
|
}
|
|
937
|
-
var
|
|
938
|
-
function
|
|
987
|
+
var Gn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
988
|
+
function Fn(e) {
|
|
939
989
|
if (e.length === 0)
|
|
940
990
|
throw new Error("Number skeleton cannot be empty");
|
|
941
|
-
for (var t = e.split(
|
|
991
|
+
for (var t = e.split(Gn).filter(function(f) {
|
|
942
992
|
return f.length > 0;
|
|
943
993
|
}), n = [], r = 0, i = t; r < i.length; r++) {
|
|
944
994
|
var s = i[r], a = s.split("/");
|
|
@@ -953,17 +1003,17 @@ function Mn(e) {
|
|
|
953
1003
|
}
|
|
954
1004
|
return n;
|
|
955
1005
|
}
|
|
956
|
-
function
|
|
1006
|
+
function jn(e) {
|
|
957
1007
|
return e.replace(/^(.*?)-/, "");
|
|
958
1008
|
}
|
|
959
|
-
var Je = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,
|
|
1009
|
+
var Je = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, wt = /^(@+)?(\+|#+)?[rs]?$/g, kn = /(\*)(0+)|(#+)(0+)|(0+)/g, Pt = /^(0+)$/;
|
|
960
1010
|
function Ye(e) {
|
|
961
1011
|
var t = {};
|
|
962
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1012
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(wt, function(n, r, i) {
|
|
963
1013
|
return typeof i != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : i === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof i == "string" ? i.length : 0)), "";
|
|
964
1014
|
}), t;
|
|
965
1015
|
}
|
|
966
|
-
function
|
|
1016
|
+
function Nt(e) {
|
|
967
1017
|
switch (e) {
|
|
968
1018
|
case "sign-auto":
|
|
969
1019
|
return {
|
|
@@ -1003,7 +1053,7 @@ function wt(e) {
|
|
|
1003
1053
|
};
|
|
1004
1054
|
}
|
|
1005
1055
|
}
|
|
1006
|
-
function
|
|
1056
|
+
function Vn(e) {
|
|
1007
1057
|
var t;
|
|
1008
1058
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1009
1059
|
notation: "engineering"
|
|
@@ -1011,17 +1061,17 @@ function Un(e) {
|
|
|
1011
1061
|
notation: "scientific"
|
|
1012
1062
|
}, e = e.slice(1)), t) {
|
|
1013
1063
|
var n = e.slice(0, 2);
|
|
1014
|
-
if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1064
|
+
if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Pt.test(e))
|
|
1015
1065
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1016
1066
|
t.minimumIntegerDigits = e.length;
|
|
1017
1067
|
}
|
|
1018
1068
|
return t;
|
|
1019
1069
|
}
|
|
1020
1070
|
function Ke(e) {
|
|
1021
|
-
var t = {}, n =
|
|
1071
|
+
var t = {}, n = Nt(e);
|
|
1022
1072
|
return n || t;
|
|
1023
1073
|
}
|
|
1024
|
-
function
|
|
1074
|
+
function Xn(e) {
|
|
1025
1075
|
for (var t = {}, n = 0, r = e; n < r.length; n++) {
|
|
1026
1076
|
var i = r[n];
|
|
1027
1077
|
switch (i.stem) {
|
|
@@ -1045,7 +1095,7 @@ function Dn(e) {
|
|
|
1045
1095
|
continue;
|
|
1046
1096
|
case "measure-unit":
|
|
1047
1097
|
case "unit":
|
|
1048
|
-
t.style = "unit", t.unit =
|
|
1098
|
+
t.style = "unit", t.unit = jn(i.options[0]);
|
|
1049
1099
|
continue;
|
|
1050
1100
|
case "compact-short":
|
|
1051
1101
|
case "K":
|
|
@@ -1107,7 +1157,7 @@ function Dn(e) {
|
|
|
1107
1157
|
case "integer-width":
|
|
1108
1158
|
if (i.options.length > 1)
|
|
1109
1159
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1110
|
-
i.options[0].replace(
|
|
1160
|
+
i.options[0].replace(kn, function(l, o, h, c, f, b) {
|
|
1111
1161
|
if (o)
|
|
1112
1162
|
t.minimumIntegerDigits = h.length;
|
|
1113
1163
|
else {
|
|
@@ -1120,7 +1170,7 @@ function Dn(e) {
|
|
|
1120
1170
|
});
|
|
1121
1171
|
continue;
|
|
1122
1172
|
}
|
|
1123
|
-
if (
|
|
1173
|
+
if (Pt.test(i.stem)) {
|
|
1124
1174
|
t.minimumIntegerDigits = i.stem.length;
|
|
1125
1175
|
continue;
|
|
1126
1176
|
}
|
|
@@ -1134,13 +1184,13 @@ function Dn(e) {
|
|
|
1134
1184
|
s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), Ye(s)));
|
|
1135
1185
|
continue;
|
|
1136
1186
|
}
|
|
1137
|
-
if (
|
|
1187
|
+
if (wt.test(i.stem)) {
|
|
1138
1188
|
t = E(E({}, t), Ye(i.stem));
|
|
1139
1189
|
continue;
|
|
1140
1190
|
}
|
|
1141
|
-
var a =
|
|
1191
|
+
var a = Nt(i.stem);
|
|
1142
1192
|
a && (t = E(E({}, t), a));
|
|
1143
|
-
var u =
|
|
1193
|
+
var u = Vn(i.stem);
|
|
1144
1194
|
u && (t = E(E({}, t), u));
|
|
1145
1195
|
}
|
|
1146
1196
|
return t;
|
|
@@ -1150,6 +1200,12 @@ var se = {
|
|
|
1150
1200
|
"H",
|
|
1151
1201
|
"h"
|
|
1152
1202
|
],
|
|
1203
|
+
419: [
|
|
1204
|
+
"h",
|
|
1205
|
+
"H",
|
|
1206
|
+
"hB",
|
|
1207
|
+
"hb"
|
|
1208
|
+
],
|
|
1153
1209
|
AC: [
|
|
1154
1210
|
"H",
|
|
1155
1211
|
"h",
|
|
@@ -1198,8 +1254,8 @@ var se = {
|
|
|
1198
1254
|
"hB"
|
|
1199
1255
|
],
|
|
1200
1256
|
AR: [
|
|
1201
|
-
"H",
|
|
1202
1257
|
"h",
|
|
1258
|
+
"H",
|
|
1203
1259
|
"hB",
|
|
1204
1260
|
"hb"
|
|
1205
1261
|
],
|
|
@@ -1289,9 +1345,9 @@ var se = {
|
|
|
1289
1345
|
"H"
|
|
1290
1346
|
],
|
|
1291
1347
|
BO: [
|
|
1348
|
+
"h",
|
|
1292
1349
|
"H",
|
|
1293
1350
|
"hB",
|
|
1294
|
-
"h",
|
|
1295
1351
|
"hb"
|
|
1296
1352
|
],
|
|
1297
1353
|
BQ: [
|
|
@@ -1368,8 +1424,8 @@ var se = {
|
|
|
1368
1424
|
"hB"
|
|
1369
1425
|
],
|
|
1370
1426
|
CL: [
|
|
1371
|
-
"H",
|
|
1372
1427
|
"h",
|
|
1428
|
+
"H",
|
|
1373
1429
|
"hB",
|
|
1374
1430
|
"hb"
|
|
1375
1431
|
],
|
|
@@ -1394,14 +1450,14 @@ var se = {
|
|
|
1394
1450
|
"H"
|
|
1395
1451
|
],
|
|
1396
1452
|
CR: [
|
|
1397
|
-
"H",
|
|
1398
1453
|
"h",
|
|
1454
|
+
"H",
|
|
1399
1455
|
"hB",
|
|
1400
1456
|
"hb"
|
|
1401
1457
|
],
|
|
1402
1458
|
CU: [
|
|
1403
|
-
"H",
|
|
1404
1459
|
"h",
|
|
1460
|
+
"H",
|
|
1405
1461
|
"hB",
|
|
1406
1462
|
"hb"
|
|
1407
1463
|
],
|
|
@@ -1470,9 +1526,9 @@ var se = {
|
|
|
1470
1526
|
"hb"
|
|
1471
1527
|
],
|
|
1472
1528
|
EC: [
|
|
1529
|
+
"h",
|
|
1473
1530
|
"H",
|
|
1474
1531
|
"hB",
|
|
1475
|
-
"h",
|
|
1476
1532
|
"hb"
|
|
1477
1533
|
],
|
|
1478
1534
|
EE: [
|
|
@@ -1608,8 +1664,8 @@ var se = {
|
|
|
1608
1664
|
"hB"
|
|
1609
1665
|
],
|
|
1610
1666
|
GT: [
|
|
1611
|
-
"H",
|
|
1612
1667
|
"h",
|
|
1668
|
+
"H",
|
|
1613
1669
|
"hB",
|
|
1614
1670
|
"hb"
|
|
1615
1671
|
],
|
|
@@ -1636,8 +1692,8 @@ var se = {
|
|
|
1636
1692
|
"H"
|
|
1637
1693
|
],
|
|
1638
1694
|
HN: [
|
|
1639
|
-
"H",
|
|
1640
1695
|
"h",
|
|
1696
|
+
"H",
|
|
1641
1697
|
"hB",
|
|
1642
1698
|
"hb"
|
|
1643
1699
|
],
|
|
@@ -1951,8 +2007,8 @@ var se = {
|
|
|
1951
2007
|
"hB"
|
|
1952
2008
|
],
|
|
1953
2009
|
MX: [
|
|
1954
|
-
"H",
|
|
1955
2010
|
"h",
|
|
2011
|
+
"H",
|
|
1956
2012
|
"hB",
|
|
1957
2013
|
"hb"
|
|
1958
2014
|
],
|
|
@@ -1992,8 +2048,8 @@ var se = {
|
|
|
1992
2048
|
"hB"
|
|
1993
2049
|
],
|
|
1994
2050
|
NI: [
|
|
1995
|
-
"H",
|
|
1996
2051
|
"h",
|
|
2052
|
+
"H",
|
|
1997
2053
|
"hB",
|
|
1998
2054
|
"hb"
|
|
1999
2055
|
],
|
|
@@ -2041,9 +2097,9 @@ var se = {
|
|
|
2041
2097
|
"hb"
|
|
2042
2098
|
],
|
|
2043
2099
|
PE: [
|
|
2100
|
+
"h",
|
|
2044
2101
|
"H",
|
|
2045
2102
|
"hB",
|
|
2046
|
-
"h",
|
|
2047
2103
|
"hb"
|
|
2048
2104
|
],
|
|
2049
2105
|
PF: [
|
|
@@ -2101,8 +2157,8 @@ var se = {
|
|
|
2101
2157
|
"H"
|
|
2102
2158
|
],
|
|
2103
2159
|
PY: [
|
|
2104
|
-
"H",
|
|
2105
2160
|
"h",
|
|
2161
|
+
"H",
|
|
2106
2162
|
"hB",
|
|
2107
2163
|
"hb"
|
|
2108
2164
|
],
|
|
@@ -2215,8 +2271,8 @@ var se = {
|
|
|
2215
2271
|
"hB"
|
|
2216
2272
|
],
|
|
2217
2273
|
SV: [
|
|
2218
|
-
"H",
|
|
2219
2274
|
"h",
|
|
2275
|
+
"H",
|
|
2220
2276
|
"hB",
|
|
2221
2277
|
"hb"
|
|
2222
2278
|
],
|
|
@@ -2338,8 +2394,8 @@ var se = {
|
|
|
2338
2394
|
"hB"
|
|
2339
2395
|
],
|
|
2340
2396
|
UY: [
|
|
2341
|
-
"H",
|
|
2342
2397
|
"h",
|
|
2398
|
+
"H",
|
|
2343
2399
|
"hB",
|
|
2344
2400
|
"hb"
|
|
2345
2401
|
],
|
|
@@ -2447,37 +2503,37 @@ var se = {
|
|
|
2447
2503
|
"H",
|
|
2448
2504
|
"hB"
|
|
2449
2505
|
],
|
|
2450
|
-
"
|
|
2451
|
-
"H",
|
|
2506
|
+
"en-HK": [
|
|
2452
2507
|
"h",
|
|
2453
|
-
"
|
|
2454
|
-
"
|
|
2508
|
+
"hb",
|
|
2509
|
+
"H",
|
|
2510
|
+
"hB"
|
|
2455
2511
|
],
|
|
2456
|
-
"
|
|
2512
|
+
"en-IL": [
|
|
2457
2513
|
"H",
|
|
2458
2514
|
"h",
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2515
|
+
"hb",
|
|
2516
|
+
"hB"
|
|
2461
2517
|
],
|
|
2462
|
-
"
|
|
2463
|
-
"H",
|
|
2518
|
+
"en-MY": [
|
|
2464
2519
|
"h",
|
|
2465
|
-
"
|
|
2466
|
-
"
|
|
2520
|
+
"hb",
|
|
2521
|
+
"H",
|
|
2522
|
+
"hB"
|
|
2467
2523
|
],
|
|
2468
|
-
"es-
|
|
2524
|
+
"es-BR": [
|
|
2469
2525
|
"H",
|
|
2470
2526
|
"h",
|
|
2471
2527
|
"hB",
|
|
2472
2528
|
"hb"
|
|
2473
2529
|
],
|
|
2474
|
-
"es-
|
|
2530
|
+
"es-ES": [
|
|
2475
2531
|
"H",
|
|
2476
2532
|
"h",
|
|
2477
2533
|
"hB",
|
|
2478
2534
|
"hb"
|
|
2479
2535
|
],
|
|
2480
|
-
"es-
|
|
2536
|
+
"es-GQ": [
|
|
2481
2537
|
"H",
|
|
2482
2538
|
"h",
|
|
2483
2539
|
"hB",
|
|
@@ -2554,13 +2610,13 @@ var se = {
|
|
|
2554
2610
|
"h"
|
|
2555
2611
|
]
|
|
2556
2612
|
};
|
|
2557
|
-
function
|
|
2613
|
+
function zn(e, t) {
|
|
2558
2614
|
for (var n = "", r = 0; r < e.length; r++) {
|
|
2559
2615
|
var i = e.charAt(r);
|
|
2560
2616
|
if (i === "j") {
|
|
2561
2617
|
for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
|
|
2562
2618
|
s++, r++;
|
|
2563
|
-
var a = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), l = "a", o =
|
|
2619
|
+
var a = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), l = "a", o = Wn(t);
|
|
2564
2620
|
for ((o == "H" || o == "k") && (u = 0); u-- > 0; )
|
|
2565
2621
|
n += l;
|
|
2566
2622
|
for (; a-- > 0; )
|
|
@@ -2569,7 +2625,7 @@ function Gn(e, t) {
|
|
|
2569
2625
|
}
|
|
2570
2626
|
return n;
|
|
2571
2627
|
}
|
|
2572
|
-
function
|
|
2628
|
+
function Wn(e) {
|
|
2573
2629
|
var t = e.hourCycle;
|
|
2574
2630
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2575
2631
|
e.hourCycles && // @ts-ignore
|
|
@@ -2591,20 +2647,20 @@ function Fn(e) {
|
|
|
2591
2647
|
var i = se[r || ""] || se[n || ""] || se["".concat(n, "-001")] || se["001"];
|
|
2592
2648
|
return i[0];
|
|
2593
2649
|
}
|
|
2594
|
-
var
|
|
2650
|
+
var xe, Zn = new RegExp("^".concat(At.source, "*")), Qn = new RegExp("".concat(At.source, "*$"));
|
|
2595
2651
|
function p(e, t) {
|
|
2596
2652
|
return { start: e, end: t };
|
|
2597
2653
|
}
|
|
2598
|
-
var
|
|
2654
|
+
var qn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Jn = !!String.fromCodePoint, Yn = !!Object.fromEntries, Kn = !!String.prototype.codePointAt, er = !!String.prototype.trimStart, tr = !!String.prototype.trimEnd, nr = !!Number.isSafeInteger, rr = nr ? Number.isSafeInteger : function(e) {
|
|
2599
2655
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2600
2656
|
}, Ne = !0;
|
|
2601
2657
|
try {
|
|
2602
|
-
var
|
|
2603
|
-
Ne = ((
|
|
2658
|
+
var ir = It("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2659
|
+
Ne = ((xe = ir.exec("a")) === null || xe === void 0 ? void 0 : xe[0]) === "a";
|
|
2604
2660
|
} catch (e) {
|
|
2605
2661
|
Ne = !1;
|
|
2606
2662
|
}
|
|
2607
|
-
var et =
|
|
2663
|
+
var et = qn ? (
|
|
2608
2664
|
// Native
|
|
2609
2665
|
function(t, n, r) {
|
|
2610
2666
|
return t.startsWith(n, r);
|
|
@@ -2614,7 +2670,7 @@ var et = Vn ? (
|
|
|
2614
2670
|
function(t, n, r) {
|
|
2615
2671
|
return t.slice(r, r + n.length) === n;
|
|
2616
2672
|
}
|
|
2617
|
-
), Oe =
|
|
2673
|
+
), Oe = Jn ? String.fromCodePoint : (
|
|
2618
2674
|
// IE11
|
|
2619
2675
|
function() {
|
|
2620
2676
|
for (var t = [], n = 0; n < arguments.length; n++)
|
|
@@ -2628,7 +2684,7 @@ var et = Vn ? (
|
|
|
2628
2684
|
}
|
|
2629
2685
|
), tt = (
|
|
2630
2686
|
// native
|
|
2631
|
-
|
|
2687
|
+
Yn ? Object.fromEntries : (
|
|
2632
2688
|
// Ponyfill
|
|
2633
2689
|
function(t) {
|
|
2634
2690
|
for (var n = {}, r = 0, i = t; r < i.length; r++) {
|
|
@@ -2638,7 +2694,7 @@ var et = Vn ? (
|
|
|
2638
2694
|
return n;
|
|
2639
2695
|
}
|
|
2640
2696
|
)
|
|
2641
|
-
),
|
|
2697
|
+
), Ot = Kn ? (
|
|
2642
2698
|
// Native
|
|
2643
2699
|
function(t, n) {
|
|
2644
2700
|
return t.codePointAt(n);
|
|
@@ -2652,7 +2708,7 @@ var et = Vn ? (
|
|
|
2652
2708
|
return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2653
2709
|
}
|
|
2654
2710
|
}
|
|
2655
|
-
),
|
|
2711
|
+
), sr = er ? (
|
|
2656
2712
|
// Native
|
|
2657
2713
|
function(t) {
|
|
2658
2714
|
return t.trimStart();
|
|
@@ -2660,9 +2716,9 @@ var et = Vn ? (
|
|
|
2660
2716
|
) : (
|
|
2661
2717
|
// Ponyfill
|
|
2662
2718
|
function(t) {
|
|
2663
|
-
return t.replace(
|
|
2719
|
+
return t.replace(Zn, "");
|
|
2664
2720
|
}
|
|
2665
|
-
),
|
|
2721
|
+
), ar = tr ? (
|
|
2666
2722
|
// Native
|
|
2667
2723
|
function(t) {
|
|
2668
2724
|
return t.trimEnd();
|
|
@@ -2670,15 +2726,15 @@ var et = Vn ? (
|
|
|
2670
2726
|
) : (
|
|
2671
2727
|
// Ponyfill
|
|
2672
2728
|
function(t) {
|
|
2673
|
-
return t.replace(
|
|
2729
|
+
return t.replace(Qn, "");
|
|
2674
2730
|
}
|
|
2675
2731
|
);
|
|
2676
|
-
function
|
|
2732
|
+
function It(e, t) {
|
|
2677
2733
|
return new RegExp(e, t);
|
|
2678
2734
|
}
|
|
2679
2735
|
var Ie;
|
|
2680
2736
|
if (Ne) {
|
|
2681
|
-
var nt =
|
|
2737
|
+
var nt = It("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2682
2738
|
Ie = function(t, n) {
|
|
2683
2739
|
var r;
|
|
2684
2740
|
nt.lastIndex = n;
|
|
@@ -2688,14 +2744,14 @@ if (Ne) {
|
|
|
2688
2744
|
} else
|
|
2689
2745
|
Ie = function(t, n) {
|
|
2690
2746
|
for (var r = []; ; ) {
|
|
2691
|
-
var i =
|
|
2692
|
-
if (i === void 0 ||
|
|
2747
|
+
var i = Ot(t, n);
|
|
2748
|
+
if (i === void 0 || Lt(i) || lr(i))
|
|
2693
2749
|
break;
|
|
2694
2750
|
r.push(i), n += i >= 65536 ? 2 : 1;
|
|
2695
2751
|
}
|
|
2696
2752
|
return Oe.apply(void 0, r);
|
|
2697
2753
|
};
|
|
2698
|
-
var
|
|
2754
|
+
var or = (
|
|
2699
2755
|
/** @class */
|
|
2700
2756
|
function() {
|
|
2701
2757
|
function e(t, n) {
|
|
@@ -2777,7 +2833,7 @@ var tr = (
|
|
|
2777
2833
|
return this.error(d.INVALID_TAG, p(r, this.clonePosition()));
|
|
2778
2834
|
}, e.prototype.parseTagName = function() {
|
|
2779
2835
|
var t = this.offset();
|
|
2780
|
-
for (this.bump(); !this.isEOF() &&
|
|
2836
|
+
for (this.bump(); !this.isEOF() && hr(this.char()); )
|
|
2781
2837
|
this.bump();
|
|
2782
2838
|
return this.message.slice(t, this.offset());
|
|
2783
2839
|
}, e.prototype.parseLiteral = function(t, n) {
|
|
@@ -2806,7 +2862,7 @@ var tr = (
|
|
|
2806
2862
|
};
|
|
2807
2863
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2808
2864
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2809
|
-
!
|
|
2865
|
+
!ur(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2810
2866
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2811
2867
|
if (this.isEOF() || this.char() !== 39)
|
|
2812
2868
|
return null;
|
|
@@ -2893,7 +2949,7 @@ var tr = (
|
|
|
2893
2949
|
var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2894
2950
|
if (c.err)
|
|
2895
2951
|
return c;
|
|
2896
|
-
var f =
|
|
2952
|
+
var f = ar(c.val);
|
|
2897
2953
|
if (f.length === 0)
|
|
2898
2954
|
return this.error(d.EXPECT_ARGUMENT_STYLE, p(this.clonePosition(), this.clonePosition()));
|
|
2899
2955
|
var b = p(h, this.clonePosition());
|
|
@@ -2904,7 +2960,7 @@ var tr = (
|
|
|
2904
2960
|
return y;
|
|
2905
2961
|
var x = p(i, this.clonePosition());
|
|
2906
2962
|
if (o && et(o == null ? void 0 : o.style, "::", 0)) {
|
|
2907
|
-
var T =
|
|
2963
|
+
var T = sr(o.style.slice(2));
|
|
2908
2964
|
if (u === "number") {
|
|
2909
2965
|
var c = this.parseNumberSkeletonFromString(T, o.styleLocation);
|
|
2910
2966
|
return c.err ? c : {
|
|
@@ -2915,12 +2971,12 @@ var tr = (
|
|
|
2915
2971
|
if (T.length === 0)
|
|
2916
2972
|
return this.error(d.EXPECT_DATE_TIME_SKELETON, x);
|
|
2917
2973
|
var O = T;
|
|
2918
|
-
this.locale && (O =
|
|
2974
|
+
this.locale && (O = zn(T, this.locale));
|
|
2919
2975
|
var f = {
|
|
2920
2976
|
type: k.dateTime,
|
|
2921
2977
|
pattern: O,
|
|
2922
2978
|
location: o.styleLocation,
|
|
2923
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2979
|
+
parsedOptions: this.shouldParseSkeletons ? Dn(O) : {}
|
|
2924
2980
|
}, N = u === "date" ? v.date : v.time;
|
|
2925
2981
|
return {
|
|
2926
2982
|
val: { type: N, value: r, location: x, style: f },
|
|
@@ -3025,7 +3081,7 @@ var tr = (
|
|
|
3025
3081
|
}, e.prototype.parseNumberSkeletonFromString = function(t, n) {
|
|
3026
3082
|
var r = [];
|
|
3027
3083
|
try {
|
|
3028
|
-
r =
|
|
3084
|
+
r = Fn(t);
|
|
3029
3085
|
} catch (i) {
|
|
3030
3086
|
return this.error(d.INVALID_NUMBER_SKELETON, n);
|
|
3031
3087
|
}
|
|
@@ -3034,7 +3090,7 @@ var tr = (
|
|
|
3034
3090
|
type: k.number,
|
|
3035
3091
|
tokens: r,
|
|
3036
3092
|
location: n,
|
|
3037
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3093
|
+
parsedOptions: this.shouldParseSkeletons ? Xn(r) : {}
|
|
3038
3094
|
},
|
|
3039
3095
|
err: null
|
|
3040
3096
|
};
|
|
@@ -3082,7 +3138,7 @@ var tr = (
|
|
|
3082
3138
|
break;
|
|
3083
3139
|
}
|
|
3084
3140
|
var l = p(i, this.clonePosition());
|
|
3085
|
-
return s ? (a *= r,
|
|
3141
|
+
return s ? (a *= r, rr(a) ? { val: a, err: null } : this.error(n, l)) : this.error(t, l);
|
|
3086
3142
|
}, e.prototype.offset = function() {
|
|
3087
3143
|
return this.position.offset;
|
|
3088
3144
|
}, e.prototype.isEOF = function() {
|
|
@@ -3097,7 +3153,7 @@ var tr = (
|
|
|
3097
3153
|
var t = this.position.offset;
|
|
3098
3154
|
if (t >= this.message.length)
|
|
3099
3155
|
throw Error("out of bound");
|
|
3100
|
-
var n =
|
|
3156
|
+
var n = Ot(this.message, t);
|
|
3101
3157
|
if (n === void 0)
|
|
3102
3158
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3103
3159
|
return n;
|
|
@@ -3138,7 +3194,7 @@ var tr = (
|
|
|
3138
3194
|
break;
|
|
3139
3195
|
}
|
|
3140
3196
|
}, e.prototype.bumpSpace = function() {
|
|
3141
|
-
for (; !this.isEOF() &&
|
|
3197
|
+
for (; !this.isEOF() && Lt(this.char()); )
|
|
3142
3198
|
this.bump();
|
|
3143
3199
|
}, e.prototype.peek = function() {
|
|
3144
3200
|
if (this.isEOF())
|
|
@@ -3151,86 +3207,36 @@ var tr = (
|
|
|
3151
3207
|
function Le(e) {
|
|
3152
3208
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3153
3209
|
}
|
|
3154
|
-
function
|
|
3210
|
+
function ur(e) {
|
|
3155
3211
|
return Le(e) || e === 47;
|
|
3156
3212
|
}
|
|
3157
|
-
function
|
|
3213
|
+
function hr(e) {
|
|
3158
3214
|
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;
|
|
3159
3215
|
}
|
|
3160
|
-
function
|
|
3216
|
+
function Lt(e) {
|
|
3161
3217
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3162
3218
|
}
|
|
3163
|
-
function
|
|
3219
|
+
function lr(e) {
|
|
3164
3220
|
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;
|
|
3165
3221
|
}
|
|
3166
3222
|
function Ce(e) {
|
|
3167
3223
|
e.forEach(function(t) {
|
|
3168
|
-
if (delete t.location,
|
|
3224
|
+
if (delete t.location, Ht(t) || Tt(t))
|
|
3169
3225
|
for (var n in t.options)
|
|
3170
3226
|
delete t.options[n].location, Ce(t.options[n].value);
|
|
3171
|
-
else
|
|
3227
|
+
else vt(t) && Bt(t.style) || (_t(t) || xt(t)) && Pe(t.style) ? delete t.style.location : St(t) && Ce(t.children);
|
|
3172
3228
|
});
|
|
3173
3229
|
}
|
|
3174
|
-
function
|
|
3230
|
+
function fr(e, t) {
|
|
3175
3231
|
t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3176
|
-
var n = new
|
|
3232
|
+
var n = new or(e, t).parse();
|
|
3177
3233
|
if (n.err) {
|
|
3178
3234
|
var r = SyntaxError(d[n.err.kind]);
|
|
3179
3235
|
throw r.location = n.err.location, r.originalMessage = n.err.message, r;
|
|
3180
3236
|
}
|
|
3181
3237
|
return t != null && t.captureLocation || Ce(n.val), n.val;
|
|
3182
3238
|
}
|
|
3183
|
-
|
|
3184
|
-
var n = t && t.cache ? t.cache : fr, r = t && t.serializer ? t.serializer : lr, i = t && t.strategy ? t.strategy : or;
|
|
3185
|
-
return i(e, {
|
|
3186
|
-
cache: n,
|
|
3187
|
-
serializer: r
|
|
3188
|
-
});
|
|
3189
|
-
}
|
|
3190
|
-
function ar(e) {
|
|
3191
|
-
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
3192
|
-
}
|
|
3193
|
-
function It(e, t, n, r) {
|
|
3194
|
-
var i = ar(r) ? r : n(r), s = t.get(i);
|
|
3195
|
-
return typeof s == "undefined" && (s = e.call(this, r), t.set(i, s)), s;
|
|
3196
|
-
}
|
|
3197
|
-
function Lt(e, t, n) {
|
|
3198
|
-
var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
|
|
3199
|
-
return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
|
|
3200
|
-
}
|
|
3201
|
-
function De(e, t, n, r, i) {
|
|
3202
|
-
return n.bind(t, e, r, i);
|
|
3203
|
-
}
|
|
3204
|
-
function or(e, t) {
|
|
3205
|
-
var n = e.length === 1 ? It : Lt;
|
|
3206
|
-
return De(e, this, n, t.cache.create(), t.serializer);
|
|
3207
|
-
}
|
|
3208
|
-
function ur(e, t) {
|
|
3209
|
-
return De(e, this, Lt, t.cache.create(), t.serializer);
|
|
3210
|
-
}
|
|
3211
|
-
function hr(e, t) {
|
|
3212
|
-
return De(e, this, It, t.cache.create(), t.serializer);
|
|
3213
|
-
}
|
|
3214
|
-
var lr = function() {
|
|
3215
|
-
return JSON.stringify(arguments);
|
|
3216
|
-
};
|
|
3217
|
-
function Ge() {
|
|
3218
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
|
3219
|
-
}
|
|
3220
|
-
Ge.prototype.get = function(e) {
|
|
3221
|
-
return this.cache[e];
|
|
3222
|
-
};
|
|
3223
|
-
Ge.prototype.set = function(e, t) {
|
|
3224
|
-
this.cache[e] = t;
|
|
3225
|
-
};
|
|
3226
|
-
var fr = {
|
|
3227
|
-
create: function() {
|
|
3228
|
-
return new Ge();
|
|
3229
|
-
}
|
|
3230
|
-
}, xe = {
|
|
3231
|
-
variadic: ur,
|
|
3232
|
-
monadic: hr
|
|
3233
|
-
}, V;
|
|
3239
|
+
var V;
|
|
3234
3240
|
(function(e) {
|
|
3235
3241
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3236
3242
|
})(V || (V = {}));
|
|
@@ -3303,7 +3309,7 @@ function oe(e, t, n, r, i, s, a) {
|
|
|
3303
3309
|
});
|
|
3304
3310
|
continue;
|
|
3305
3311
|
}
|
|
3306
|
-
if (
|
|
3312
|
+
if ($n(h)) {
|
|
3307
3313
|
typeof s == "number" && u.push({
|
|
3308
3314
|
type: w.literal,
|
|
3309
3315
|
value: n.getNumberFormat(t).format(s)
|
|
@@ -3314,14 +3320,14 @@ function oe(e, t, n, r, i, s, a) {
|
|
|
3314
3320
|
if (!(i && c in i))
|
|
3315
3321
|
throw new mr(c, a);
|
|
3316
3322
|
var f = i[c];
|
|
3317
|
-
if (
|
|
3323
|
+
if (Rn(h)) {
|
|
3318
3324
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
|
|
3319
3325
|
type: typeof f == "string" ? w.literal : w.object,
|
|
3320
3326
|
value: f
|
|
3321
3327
|
});
|
|
3322
3328
|
continue;
|
|
3323
3329
|
}
|
|
3324
|
-
if (
|
|
3330
|
+
if (_t(h)) {
|
|
3325
3331
|
var b = typeof h.style == "string" ? r.date[h.style] : Pe(h.style) ? h.style.parsedOptions : void 0;
|
|
3326
3332
|
u.push({
|
|
3327
3333
|
type: w.literal,
|
|
@@ -3329,7 +3335,7 @@ function oe(e, t, n, r, i, s, a) {
|
|
|
3329
3335
|
});
|
|
3330
3336
|
continue;
|
|
3331
3337
|
}
|
|
3332
|
-
if (
|
|
3338
|
+
if (xt(h)) {
|
|
3333
3339
|
var b = typeof h.style == "string" ? r.time[h.style] : Pe(h.style) ? h.style.parsedOptions : r.time.medium;
|
|
3334
3340
|
u.push({
|
|
3335
3341
|
type: w.literal,
|
|
@@ -3337,15 +3343,15 @@ function oe(e, t, n, r, i, s, a) {
|
|
|
3337
3343
|
});
|
|
3338
3344
|
continue;
|
|
3339
3345
|
}
|
|
3340
|
-
if (
|
|
3341
|
-
var b = typeof h.style == "string" ? r.number[h.style] :
|
|
3346
|
+
if (vt(h)) {
|
|
3347
|
+
var b = typeof h.style == "string" ? r.number[h.style] : Bt(h.style) ? h.style.parsedOptions : void 0;
|
|
3342
3348
|
b && b.scale && (f = f * (b.scale || 1)), u.push({
|
|
3343
3349
|
type: w.literal,
|
|
3344
3350
|
value: n.getNumberFormat(t, b).format(f)
|
|
3345
3351
|
});
|
|
3346
3352
|
continue;
|
|
3347
3353
|
}
|
|
3348
|
-
if (
|
|
3354
|
+
if (St(h)) {
|
|
3349
3355
|
var y = h.children, x = h.value, T = i[x];
|
|
3350
3356
|
if (!dr(T))
|
|
3351
3357
|
throw new cr(x, "function", a);
|
|
@@ -3359,14 +3365,14 @@ function oe(e, t, n, r, i, s, a) {
|
|
|
3359
3365
|
};
|
|
3360
3366
|
}));
|
|
3361
3367
|
}
|
|
3362
|
-
if (
|
|
3368
|
+
if (Ht(h)) {
|
|
3363
3369
|
var B = h.options[f] || h.options.other;
|
|
3364
3370
|
if (!B)
|
|
3365
3371
|
throw new rt(h.value, f, Object.keys(h.options), a);
|
|
3366
3372
|
u.push.apply(u, oe(B.value, t, n, r, i));
|
|
3367
3373
|
continue;
|
|
3368
3374
|
}
|
|
3369
|
-
if (
|
|
3375
|
+
if (Tt(h)) {
|
|
3370
3376
|
var B = h.options["=".concat(f)];
|
|
3371
3377
|
if (!B) {
|
|
3372
3378
|
if (!Intl.PluralRules)
|
|
@@ -3414,29 +3420,29 @@ function yr(e) {
|
|
|
3414
3420
|
dateTime: {},
|
|
3415
3421
|
pluralRules: {}
|
|
3416
3422
|
}), {
|
|
3417
|
-
getNumberFormat:
|
|
3423
|
+
getNumberFormat: ve(function() {
|
|
3418
3424
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3419
3425
|
n[r] = arguments[r];
|
|
3420
3426
|
return new ((t = Intl.NumberFormat).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3421
3427
|
}, {
|
|
3422
3428
|
cache: He(e.number),
|
|
3423
|
-
strategy:
|
|
3429
|
+
strategy: _e.variadic
|
|
3424
3430
|
}),
|
|
3425
|
-
getDateTimeFormat:
|
|
3431
|
+
getDateTimeFormat: ve(function() {
|
|
3426
3432
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3427
3433
|
n[r] = arguments[r];
|
|
3428
3434
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3429
3435
|
}, {
|
|
3430
3436
|
cache: He(e.dateTime),
|
|
3431
|
-
strategy:
|
|
3437
|
+
strategy: _e.variadic
|
|
3432
3438
|
}),
|
|
3433
|
-
getPluralRules:
|
|
3439
|
+
getPluralRules: ve(function() {
|
|
3434
3440
|
for (var t, n = [], r = 0; r < arguments.length; r++)
|
|
3435
3441
|
n[r] = arguments[r];
|
|
3436
3442
|
return new ((t = Intl.PluralRules).bind.apply(t, Ee([void 0], n, !1)))();
|
|
3437
3443
|
}, {
|
|
3438
3444
|
cache: He(e.pluralRules),
|
|
3439
|
-
strategy:
|
|
3445
|
+
strategy: _e.variadic
|
|
3440
3446
|
})
|
|
3441
3447
|
};
|
|
3442
3448
|
}
|
|
@@ -3444,8 +3450,9 @@ var Er = (
|
|
|
3444
3450
|
/** @class */
|
|
3445
3451
|
function() {
|
|
3446
3452
|
function e(t, n, r, i) {
|
|
3453
|
+
n === void 0 && (n = e.defaultLocale);
|
|
3447
3454
|
var s = this;
|
|
3448
|
-
if (
|
|
3455
|
+
if (this.formatterCache = {
|
|
3449
3456
|
number: {},
|
|
3450
3457
|
dateTime: {},
|
|
3451
3458
|
pluralRules: {}
|
|
@@ -3490,7 +3497,7 @@ var Er = (
|
|
|
3490
3497
|
var n = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3491
3498
|
return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3492
3499
|
}
|
|
3493
|
-
}, e.__parse =
|
|
3500
|
+
}, e.__parse = fr, e.formats = {
|
|
3494
3501
|
number: {
|
|
3495
3502
|
integer: {
|
|
3496
3503
|
maximumFractionDigits: 0
|
|
@@ -3868,7 +3875,7 @@ if (typeof window != "undefined") {
|
|
|
3868
3875
|
}
|
|
3869
3876
|
};
|
|
3870
3877
|
};
|
|
3871
|
-
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-
|
|
3878
|
+
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-Bhj-Wfzi.js").then(({ default: t }) => {
|
|
3872
3879
|
!customElements.get("casino-games-category-section") && customElements.define("casino-games-category-section", t.element);
|
|
3873
3880
|
});
|
|
3874
3881
|
}
|