@everymatrix/casino-categories-providers 1.50.0 → 1.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CasinoCategories-d6GXOsak.js → CasinoCategories-BK4BKyUi.js} +237 -230
- package/components/CasinoCategories-BThP-Z_S.cjs +3 -0
- package/components/{CasinoCategoriesProviders-Co9BY5Iy.js → CasinoCategoriesProviders-CYlEHPaR.js} +3 -3
- package/components/{CasinoCategoriesProviders-CJsZaU6g.cjs → CasinoCategoriesProviders-DwuWw4gK.cjs} +1 -1
- package/components/{CasinoProviders-CnmHLWI3.js → CasinoProviders-DKacOtdr.js} +1 -1
- package/components/{CasinoProviders-BDMcjWwp.cjs → CasinoProviders-DgB9pZC8.cjs} +1 -1
- package/es2015/casino-categories-providers.cjs +1 -1
- package/es2015/casino-categories-providers.js +1 -1
- package/package.json +1 -1
- package/components/CasinoCategories-BKMX6SaN.cjs +0 -3
|
@@ -195,14 +195,14 @@ function _r(e, t) {
|
|
|
195
195
|
function le(e) {
|
|
196
196
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function xr(e, t, r) {
|
|
199
199
|
const { fragment: n, after_update: i } = e.$$;
|
|
200
200
|
n && n.m(t, r), Ie(() => {
|
|
201
201
|
const s = e.$$.on_mount.map(Tt).filter(ke);
|
|
202
202
|
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ae(s), e.$$.on_mount = [];
|
|
203
203
|
}), i.forEach(Ie);
|
|
204
204
|
}
|
|
205
|
-
function
|
|
205
|
+
function Er(e, t) {
|
|
206
206
|
const r = e.$$;
|
|
207
207
|
r.fragment !== null && (br(r.after_update), ae(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
208
208
|
}
|
|
@@ -244,7 +244,7 @@ function Tr(e, t, r, n, i, s, o = null, u = [-1]) {
|
|
|
244
244
|
a.fragment && a.fragment.l(c), c.forEach(k);
|
|
245
245
|
} else
|
|
246
246
|
a.fragment && a.fragment.c();
|
|
247
|
-
t.intro && _r(e.$$.fragment),
|
|
247
|
+
t.intro && _r(e.$$.fragment), xr(e, t.target, t.anchor), $();
|
|
248
248
|
}
|
|
249
249
|
ie(h);
|
|
250
250
|
}
|
|
@@ -451,7 +451,7 @@ class Hr {
|
|
|
451
451
|
}
|
|
452
452
|
/** @returns {void} */
|
|
453
453
|
$destroy() {
|
|
454
|
-
|
|
454
|
+
Er(this, 1), this.$destroy = M;
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
457
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -528,8 +528,8 @@ function ee(e, t, r) {
|
|
|
528
528
|
}, d = i.map(
|
|
529
529
|
(p, g) => Ht(
|
|
530
530
|
p,
|
|
531
|
-
(
|
|
532
|
-
a[g] =
|
|
531
|
+
(E) => {
|
|
532
|
+
a[g] = E, l &= ~(1 << g), h && f();
|
|
533
533
|
},
|
|
534
534
|
() => {
|
|
535
535
|
l |= 1 << g;
|
|
@@ -631,14 +631,14 @@ function _e(e, t) {
|
|
|
631
631
|
}
|
|
632
632
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
633
633
|
}
|
|
634
|
-
var
|
|
635
|
-
return
|
|
634
|
+
var x = function() {
|
|
635
|
+
return x = Object.assign || function(t) {
|
|
636
636
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
637
637
|
r = arguments[n];
|
|
638
638
|
for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
639
639
|
}
|
|
640
640
|
return t;
|
|
641
|
-
},
|
|
641
|
+
}, x.apply(this, arguments);
|
|
642
642
|
};
|
|
643
643
|
function Vr(e, t) {
|
|
644
644
|
var r = {};
|
|
@@ -653,7 +653,57 @@ function He(e, t, r) {
|
|
|
653
653
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
654
654
|
return e.concat(s || Array.prototype.slice.call(t));
|
|
655
655
|
}
|
|
656
|
-
|
|
656
|
+
function Ae(e, t) {
|
|
657
|
+
var r = t && t.cache ? t.cache : qr, n = t && t.serializer ? t.serializer : Qr, i = t && t.strategy ? t.strategy : zr;
|
|
658
|
+
return i(e, {
|
|
659
|
+
cache: r,
|
|
660
|
+
serializer: n
|
|
661
|
+
});
|
|
662
|
+
}
|
|
663
|
+
function Xr(e) {
|
|
664
|
+
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
665
|
+
}
|
|
666
|
+
function Ot(e, t, r, n) {
|
|
667
|
+
var i = Xr(n) ? n : r(n), s = t.get(i);
|
|
668
|
+
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
|
669
|
+
}
|
|
670
|
+
function Pt(e, t, r) {
|
|
671
|
+
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
|
672
|
+
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
|
673
|
+
}
|
|
674
|
+
function Xe(e, t, r, n, i) {
|
|
675
|
+
return r.bind(t, e, n, i);
|
|
676
|
+
}
|
|
677
|
+
function zr(e, t) {
|
|
678
|
+
var r = e.length === 1 ? Ot : Pt;
|
|
679
|
+
return Xe(e, this, r, t.cache.create(), t.serializer);
|
|
680
|
+
}
|
|
681
|
+
function Wr(e, t) {
|
|
682
|
+
return Xe(e, this, Pt, t.cache.create(), t.serializer);
|
|
683
|
+
}
|
|
684
|
+
function Zr(e, t) {
|
|
685
|
+
return Xe(e, this, Ot, t.cache.create(), t.serializer);
|
|
686
|
+
}
|
|
687
|
+
var Qr = function() {
|
|
688
|
+
return JSON.stringify(arguments);
|
|
689
|
+
};
|
|
690
|
+
function ze() {
|
|
691
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
692
|
+
}
|
|
693
|
+
ze.prototype.get = function(e) {
|
|
694
|
+
return this.cache[e];
|
|
695
|
+
};
|
|
696
|
+
ze.prototype.set = function(e, t) {
|
|
697
|
+
this.cache[e] = t;
|
|
698
|
+
};
|
|
699
|
+
var qr = {
|
|
700
|
+
create: function() {
|
|
701
|
+
return new ze();
|
|
702
|
+
}
|
|
703
|
+
}, Se = {
|
|
704
|
+
variadic: Wr,
|
|
705
|
+
monadic: Zr
|
|
706
|
+
}, y;
|
|
657
707
|
(function(e) {
|
|
658
708
|
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";
|
|
659
709
|
})(y || (y = {}));
|
|
@@ -668,40 +718,40 @@ var q;
|
|
|
668
718
|
function st(e) {
|
|
669
719
|
return e.type === T.literal;
|
|
670
720
|
}
|
|
671
|
-
function
|
|
721
|
+
function Jr(e) {
|
|
672
722
|
return e.type === T.argument;
|
|
673
723
|
}
|
|
674
|
-
function
|
|
724
|
+
function wt(e) {
|
|
675
725
|
return e.type === T.number;
|
|
676
726
|
}
|
|
677
|
-
function
|
|
727
|
+
function Nt(e) {
|
|
678
728
|
return e.type === T.date;
|
|
679
729
|
}
|
|
680
|
-
function
|
|
730
|
+
function It(e) {
|
|
681
731
|
return e.type === T.time;
|
|
682
732
|
}
|
|
683
|
-
function
|
|
733
|
+
function Lt(e) {
|
|
684
734
|
return e.type === T.select;
|
|
685
735
|
}
|
|
686
|
-
function
|
|
736
|
+
function Mt(e) {
|
|
687
737
|
return e.type === T.plural;
|
|
688
738
|
}
|
|
689
|
-
function
|
|
739
|
+
function Yr(e) {
|
|
690
740
|
return e.type === T.pound;
|
|
691
741
|
}
|
|
692
|
-
function
|
|
742
|
+
function $t(e) {
|
|
693
743
|
return e.type === T.tag;
|
|
694
744
|
}
|
|
695
|
-
function
|
|
745
|
+
function Rt(e) {
|
|
696
746
|
return !!(e && typeof e == "object" && e.type === q.number);
|
|
697
747
|
}
|
|
698
748
|
function Me(e) {
|
|
699
749
|
return !!(e && typeof e == "object" && e.type === q.dateTime);
|
|
700
750
|
}
|
|
701
|
-
var
|
|
702
|
-
function
|
|
751
|
+
var Ut = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Kr = /(?:[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;
|
|
752
|
+
function en(e) {
|
|
703
753
|
var t = {};
|
|
704
|
-
return e.replace(
|
|
754
|
+
return e.replace(Kr, function(r) {
|
|
705
755
|
var n = r.length;
|
|
706
756
|
switch (r[0]) {
|
|
707
757
|
case "G":
|
|
@@ -790,11 +840,11 @@ function Zr(e) {
|
|
|
790
840
|
return "";
|
|
791
841
|
}), t;
|
|
792
842
|
}
|
|
793
|
-
var
|
|
794
|
-
function
|
|
843
|
+
var tn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
844
|
+
function rn(e) {
|
|
795
845
|
if (e.length === 0)
|
|
796
846
|
throw new Error("Number skeleton cannot be empty");
|
|
797
|
-
for (var t = e.split(
|
|
847
|
+
for (var t = e.split(tn).filter(function(f) {
|
|
798
848
|
return f.length > 0;
|
|
799
849
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
800
850
|
var s = i[n], o = s.split("/");
|
|
@@ -809,17 +859,17 @@ function qr(e) {
|
|
|
809
859
|
}
|
|
810
860
|
return r;
|
|
811
861
|
}
|
|
812
|
-
function
|
|
862
|
+
function nn(e) {
|
|
813
863
|
return e.replace(/^(.*?)-/, "");
|
|
814
864
|
}
|
|
815
|
-
var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,
|
|
865
|
+
var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gt = /^(@+)?(\+|#+)?[rs]?$/g, sn = /(\*)(0+)|(#+)(0+)|(0+)/g, Dt = /^(0+)$/;
|
|
816
866
|
function at(e) {
|
|
817
867
|
var t = {};
|
|
818
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
868
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gt, function(r, n, i) {
|
|
819
869
|
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)), "";
|
|
820
870
|
}), t;
|
|
821
871
|
}
|
|
822
|
-
function
|
|
872
|
+
function Ft(e) {
|
|
823
873
|
switch (e) {
|
|
824
874
|
case "sign-auto":
|
|
825
875
|
return {
|
|
@@ -859,7 +909,7 @@ function Gt(e) {
|
|
|
859
909
|
};
|
|
860
910
|
}
|
|
861
911
|
}
|
|
862
|
-
function
|
|
912
|
+
function on(e) {
|
|
863
913
|
var t;
|
|
864
914
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
865
915
|
notation: "engineering"
|
|
@@ -867,17 +917,17 @@ function Kr(e) {
|
|
|
867
917
|
notation: "scientific"
|
|
868
918
|
}, e = e.slice(1)), t) {
|
|
869
919
|
var r = e.slice(0, 2);
|
|
870
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
920
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dt.test(e))
|
|
871
921
|
throw new Error("Malformed concise eng/scientific notation");
|
|
872
922
|
t.minimumIntegerDigits = e.length;
|
|
873
923
|
}
|
|
874
924
|
return t;
|
|
875
925
|
}
|
|
876
926
|
function ut(e) {
|
|
877
|
-
var t = {}, r =
|
|
927
|
+
var t = {}, r = Ft(e);
|
|
878
928
|
return r || t;
|
|
879
929
|
}
|
|
880
|
-
function
|
|
930
|
+
function an(e) {
|
|
881
931
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
882
932
|
var i = n[r];
|
|
883
933
|
switch (i.stem) {
|
|
@@ -901,7 +951,7 @@ function en(e) {
|
|
|
901
951
|
continue;
|
|
902
952
|
case "measure-unit":
|
|
903
953
|
case "unit":
|
|
904
|
-
t.style = "unit", t.unit =
|
|
954
|
+
t.style = "unit", t.unit = nn(i.options[0]);
|
|
905
955
|
continue;
|
|
906
956
|
case "compact-short":
|
|
907
957
|
case "K":
|
|
@@ -912,13 +962,13 @@ function en(e) {
|
|
|
912
962
|
t.notation = "compact", t.compactDisplay = "long";
|
|
913
963
|
continue;
|
|
914
964
|
case "scientific":
|
|
915
|
-
t =
|
|
916
|
-
return
|
|
965
|
+
t = x(x(x({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
|
|
966
|
+
return x(x({}, h), ut(a));
|
|
917
967
|
}, {}));
|
|
918
968
|
continue;
|
|
919
969
|
case "engineering":
|
|
920
|
-
t =
|
|
921
|
-
return
|
|
970
|
+
t = x(x(x({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
|
|
971
|
+
return x(x({}, h), ut(a));
|
|
922
972
|
}, {}));
|
|
923
973
|
continue;
|
|
924
974
|
case "notation-simple":
|
|
@@ -963,7 +1013,7 @@ function en(e) {
|
|
|
963
1013
|
case "integer-width":
|
|
964
1014
|
if (i.options.length > 1)
|
|
965
1015
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
966
|
-
i.options[0].replace(
|
|
1016
|
+
i.options[0].replace(sn, function(h, a, l, c, f, d) {
|
|
967
1017
|
if (a)
|
|
968
1018
|
t.minimumIntegerDigits = l.length;
|
|
969
1019
|
else {
|
|
@@ -976,7 +1026,7 @@ function en(e) {
|
|
|
976
1026
|
});
|
|
977
1027
|
continue;
|
|
978
1028
|
}
|
|
979
|
-
if (
|
|
1029
|
+
if (Dt.test(i.stem)) {
|
|
980
1030
|
t.minimumIntegerDigits = i.stem.length;
|
|
981
1031
|
continue;
|
|
982
1032
|
}
|
|
@@ -987,17 +1037,17 @@ function en(e) {
|
|
|
987
1037
|
return l === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
|
|
988
1038
|
});
|
|
989
1039
|
var s = i.options[0];
|
|
990
|
-
s === "w" ? t =
|
|
1040
|
+
s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), at(s)));
|
|
991
1041
|
continue;
|
|
992
1042
|
}
|
|
993
|
-
if (
|
|
994
|
-
t =
|
|
1043
|
+
if (Gt.test(i.stem)) {
|
|
1044
|
+
t = x(x({}, t), at(i.stem));
|
|
995
1045
|
continue;
|
|
996
1046
|
}
|
|
997
|
-
var o =
|
|
998
|
-
o && (t =
|
|
999
|
-
var u =
|
|
1000
|
-
u && (t =
|
|
1047
|
+
var o = Ft(i.stem);
|
|
1048
|
+
o && (t = x(x({}, t), o));
|
|
1049
|
+
var u = on(i.stem);
|
|
1050
|
+
u && (t = x(x({}, t), u));
|
|
1001
1051
|
}
|
|
1002
1052
|
return t;
|
|
1003
1053
|
}
|
|
@@ -1006,6 +1056,12 @@ var fe = {
|
|
|
1006
1056
|
"H",
|
|
1007
1057
|
"h"
|
|
1008
1058
|
],
|
|
1059
|
+
419: [
|
|
1060
|
+
"h",
|
|
1061
|
+
"H",
|
|
1062
|
+
"hB",
|
|
1063
|
+
"hb"
|
|
1064
|
+
],
|
|
1009
1065
|
AC: [
|
|
1010
1066
|
"H",
|
|
1011
1067
|
"h",
|
|
@@ -1054,8 +1110,8 @@ var fe = {
|
|
|
1054
1110
|
"hB"
|
|
1055
1111
|
],
|
|
1056
1112
|
AR: [
|
|
1057
|
-
"H",
|
|
1058
1113
|
"h",
|
|
1114
|
+
"H",
|
|
1059
1115
|
"hB",
|
|
1060
1116
|
"hb"
|
|
1061
1117
|
],
|
|
@@ -1145,9 +1201,9 @@ var fe = {
|
|
|
1145
1201
|
"H"
|
|
1146
1202
|
],
|
|
1147
1203
|
BO: [
|
|
1204
|
+
"h",
|
|
1148
1205
|
"H",
|
|
1149
1206
|
"hB",
|
|
1150
|
-
"h",
|
|
1151
1207
|
"hb"
|
|
1152
1208
|
],
|
|
1153
1209
|
BQ: [
|
|
@@ -1224,8 +1280,8 @@ var fe = {
|
|
|
1224
1280
|
"hB"
|
|
1225
1281
|
],
|
|
1226
1282
|
CL: [
|
|
1227
|
-
"H",
|
|
1228
1283
|
"h",
|
|
1284
|
+
"H",
|
|
1229
1285
|
"hB",
|
|
1230
1286
|
"hb"
|
|
1231
1287
|
],
|
|
@@ -1250,14 +1306,14 @@ var fe = {
|
|
|
1250
1306
|
"H"
|
|
1251
1307
|
],
|
|
1252
1308
|
CR: [
|
|
1253
|
-
"H",
|
|
1254
1309
|
"h",
|
|
1310
|
+
"H",
|
|
1255
1311
|
"hB",
|
|
1256
1312
|
"hb"
|
|
1257
1313
|
],
|
|
1258
1314
|
CU: [
|
|
1259
|
-
"H",
|
|
1260
1315
|
"h",
|
|
1316
|
+
"H",
|
|
1261
1317
|
"hB",
|
|
1262
1318
|
"hb"
|
|
1263
1319
|
],
|
|
@@ -1326,9 +1382,9 @@ var fe = {
|
|
|
1326
1382
|
"hb"
|
|
1327
1383
|
],
|
|
1328
1384
|
EC: [
|
|
1385
|
+
"h",
|
|
1329
1386
|
"H",
|
|
1330
1387
|
"hB",
|
|
1331
|
-
"h",
|
|
1332
1388
|
"hb"
|
|
1333
1389
|
],
|
|
1334
1390
|
EE: [
|
|
@@ -1464,8 +1520,8 @@ var fe = {
|
|
|
1464
1520
|
"hB"
|
|
1465
1521
|
],
|
|
1466
1522
|
GT: [
|
|
1467
|
-
"H",
|
|
1468
1523
|
"h",
|
|
1524
|
+
"H",
|
|
1469
1525
|
"hB",
|
|
1470
1526
|
"hb"
|
|
1471
1527
|
],
|
|
@@ -1492,8 +1548,8 @@ var fe = {
|
|
|
1492
1548
|
"H"
|
|
1493
1549
|
],
|
|
1494
1550
|
HN: [
|
|
1495
|
-
"H",
|
|
1496
1551
|
"h",
|
|
1552
|
+
"H",
|
|
1497
1553
|
"hB",
|
|
1498
1554
|
"hb"
|
|
1499
1555
|
],
|
|
@@ -1807,8 +1863,8 @@ var fe = {
|
|
|
1807
1863
|
"hB"
|
|
1808
1864
|
],
|
|
1809
1865
|
MX: [
|
|
1810
|
-
"H",
|
|
1811
1866
|
"h",
|
|
1867
|
+
"H",
|
|
1812
1868
|
"hB",
|
|
1813
1869
|
"hb"
|
|
1814
1870
|
],
|
|
@@ -1848,8 +1904,8 @@ var fe = {
|
|
|
1848
1904
|
"hB"
|
|
1849
1905
|
],
|
|
1850
1906
|
NI: [
|
|
1851
|
-
"H",
|
|
1852
1907
|
"h",
|
|
1908
|
+
"H",
|
|
1853
1909
|
"hB",
|
|
1854
1910
|
"hb"
|
|
1855
1911
|
],
|
|
@@ -1897,9 +1953,9 @@ var fe = {
|
|
|
1897
1953
|
"hb"
|
|
1898
1954
|
],
|
|
1899
1955
|
PE: [
|
|
1956
|
+
"h",
|
|
1900
1957
|
"H",
|
|
1901
1958
|
"hB",
|
|
1902
|
-
"h",
|
|
1903
1959
|
"hb"
|
|
1904
1960
|
],
|
|
1905
1961
|
PF: [
|
|
@@ -1957,8 +2013,8 @@ var fe = {
|
|
|
1957
2013
|
"H"
|
|
1958
2014
|
],
|
|
1959
2015
|
PY: [
|
|
1960
|
-
"H",
|
|
1961
2016
|
"h",
|
|
2017
|
+
"H",
|
|
1962
2018
|
"hB",
|
|
1963
2019
|
"hb"
|
|
1964
2020
|
],
|
|
@@ -2071,8 +2127,8 @@ var fe = {
|
|
|
2071
2127
|
"hB"
|
|
2072
2128
|
],
|
|
2073
2129
|
SV: [
|
|
2074
|
-
"H",
|
|
2075
2130
|
"h",
|
|
2131
|
+
"H",
|
|
2076
2132
|
"hB",
|
|
2077
2133
|
"hb"
|
|
2078
2134
|
],
|
|
@@ -2194,8 +2250,8 @@ var fe = {
|
|
|
2194
2250
|
"hB"
|
|
2195
2251
|
],
|
|
2196
2252
|
UY: [
|
|
2197
|
-
"H",
|
|
2198
2253
|
"h",
|
|
2254
|
+
"H",
|
|
2199
2255
|
"hB",
|
|
2200
2256
|
"hb"
|
|
2201
2257
|
],
|
|
@@ -2303,37 +2359,37 @@ var fe = {
|
|
|
2303
2359
|
"H",
|
|
2304
2360
|
"hB"
|
|
2305
2361
|
],
|
|
2306
|
-
"
|
|
2307
|
-
"H",
|
|
2362
|
+
"en-HK": [
|
|
2308
2363
|
"h",
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2364
|
+
"hb",
|
|
2365
|
+
"H",
|
|
2366
|
+
"hB"
|
|
2311
2367
|
],
|
|
2312
|
-
"
|
|
2368
|
+
"en-IL": [
|
|
2313
2369
|
"H",
|
|
2314
2370
|
"h",
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2371
|
+
"hb",
|
|
2372
|
+
"hB"
|
|
2317
2373
|
],
|
|
2318
|
-
"
|
|
2319
|
-
"H",
|
|
2374
|
+
"en-MY": [
|
|
2320
2375
|
"h",
|
|
2321
|
-
"
|
|
2322
|
-
"
|
|
2376
|
+
"hb",
|
|
2377
|
+
"H",
|
|
2378
|
+
"hB"
|
|
2323
2379
|
],
|
|
2324
|
-
"es-
|
|
2380
|
+
"es-BR": [
|
|
2325
2381
|
"H",
|
|
2326
2382
|
"h",
|
|
2327
2383
|
"hB",
|
|
2328
2384
|
"hb"
|
|
2329
2385
|
],
|
|
2330
|
-
"es-
|
|
2386
|
+
"es-ES": [
|
|
2331
2387
|
"H",
|
|
2332
2388
|
"h",
|
|
2333
2389
|
"hB",
|
|
2334
2390
|
"hb"
|
|
2335
2391
|
],
|
|
2336
|
-
"es-
|
|
2392
|
+
"es-GQ": [
|
|
2337
2393
|
"H",
|
|
2338
2394
|
"h",
|
|
2339
2395
|
"hB",
|
|
@@ -2410,13 +2466,13 @@ var fe = {
|
|
|
2410
2466
|
"h"
|
|
2411
2467
|
]
|
|
2412
2468
|
};
|
|
2413
|
-
function
|
|
2469
|
+
function un(e, t) {
|
|
2414
2470
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2415
2471
|
var i = e.charAt(n);
|
|
2416
2472
|
if (i === "j") {
|
|
2417
2473
|
for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2418
2474
|
s++, n++;
|
|
2419
|
-
var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a =
|
|
2475
|
+
var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = hn(t);
|
|
2420
2476
|
for ((a == "H" || a == "k") && (u = 0); u-- > 0; )
|
|
2421
2477
|
r += h;
|
|
2422
2478
|
for (; o-- > 0; )
|
|
@@ -2425,7 +2481,7 @@ function tn(e, t) {
|
|
|
2425
2481
|
}
|
|
2426
2482
|
return r;
|
|
2427
2483
|
}
|
|
2428
|
-
function
|
|
2484
|
+
function hn(e) {
|
|
2429
2485
|
var t = e.hourCycle;
|
|
2430
2486
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2431
2487
|
e.hourCycles && // @ts-ignore
|
|
@@ -2447,20 +2503,20 @@ function rn(e) {
|
|
|
2447
2503
|
var i = fe[n || ""] || fe[r || ""] || fe["".concat(r, "-001")] || fe["001"];
|
|
2448
2504
|
return i[0];
|
|
2449
2505
|
}
|
|
2450
|
-
var
|
|
2506
|
+
var Be, ln = new RegExp("^".concat(Ut.source, "*")), fn = new RegExp("".concat(Ut.source, "*$"));
|
|
2451
2507
|
function _(e, t) {
|
|
2452
2508
|
return { start: e, end: t };
|
|
2453
2509
|
}
|
|
2454
|
-
var
|
|
2510
|
+
var cn = !!String.prototype.startsWith && "_a".startsWith("a", 1), gn = !!String.fromCodePoint, mn = !!Object.fromEntries, pn = !!String.prototype.codePointAt, dn = !!String.prototype.trimStart, bn = !!String.prototype.trimEnd, yn = !!Number.isSafeInteger, _n = yn ? Number.isSafeInteger : function(e) {
|
|
2455
2511
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2456
2512
|
}, $e = !0;
|
|
2457
2513
|
try {
|
|
2458
|
-
var
|
|
2459
|
-
$e = ((
|
|
2514
|
+
var xn = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2515
|
+
$e = ((Be = xn.exec("a")) === null || Be === void 0 ? void 0 : Be[0]) === "a";
|
|
2460
2516
|
} catch (e) {
|
|
2461
2517
|
$e = !1;
|
|
2462
2518
|
}
|
|
2463
|
-
var ht =
|
|
2519
|
+
var ht = cn ? (
|
|
2464
2520
|
// Native
|
|
2465
2521
|
function(t, r, n) {
|
|
2466
2522
|
return t.startsWith(r, n);
|
|
@@ -2470,7 +2526,7 @@ var ht = on ? (
|
|
|
2470
2526
|
function(t, r, n) {
|
|
2471
2527
|
return t.slice(n, n + r.length) === r;
|
|
2472
2528
|
}
|
|
2473
|
-
), Re =
|
|
2529
|
+
), Re = gn ? String.fromCodePoint : (
|
|
2474
2530
|
// IE11
|
|
2475
2531
|
function() {
|
|
2476
2532
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2484,7 +2540,7 @@ var ht = on ? (
|
|
|
2484
2540
|
}
|
|
2485
2541
|
), lt = (
|
|
2486
2542
|
// native
|
|
2487
|
-
|
|
2543
|
+
mn ? Object.fromEntries : (
|
|
2488
2544
|
// Ponyfill
|
|
2489
2545
|
function(t) {
|
|
2490
2546
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -2494,7 +2550,7 @@ var ht = on ? (
|
|
|
2494
2550
|
return r;
|
|
2495
2551
|
}
|
|
2496
2552
|
)
|
|
2497
|
-
),
|
|
2553
|
+
), jt = pn ? (
|
|
2498
2554
|
// Native
|
|
2499
2555
|
function(t, r) {
|
|
2500
2556
|
return t.codePointAt(r);
|
|
@@ -2508,7 +2564,7 @@ var ht = on ? (
|
|
|
2508
2564
|
return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
|
|
2509
2565
|
}
|
|
2510
2566
|
}
|
|
2511
|
-
),
|
|
2567
|
+
), En = dn ? (
|
|
2512
2568
|
// Native
|
|
2513
2569
|
function(t) {
|
|
2514
2570
|
return t.trimStart();
|
|
@@ -2516,9 +2572,9 @@ var ht = on ? (
|
|
|
2516
2572
|
) : (
|
|
2517
2573
|
// Ponyfill
|
|
2518
2574
|
function(t) {
|
|
2519
|
-
return t.replace(
|
|
2575
|
+
return t.replace(ln, "");
|
|
2520
2576
|
}
|
|
2521
|
-
),
|
|
2577
|
+
), vn = bn ? (
|
|
2522
2578
|
// Native
|
|
2523
2579
|
function(t) {
|
|
2524
2580
|
return t.trimEnd();
|
|
@@ -2526,15 +2582,15 @@ var ht = on ? (
|
|
|
2526
2582
|
) : (
|
|
2527
2583
|
// Ponyfill
|
|
2528
2584
|
function(t) {
|
|
2529
|
-
return t.replace(
|
|
2585
|
+
return t.replace(fn, "");
|
|
2530
2586
|
}
|
|
2531
2587
|
);
|
|
2532
|
-
function
|
|
2588
|
+
function kt(e, t) {
|
|
2533
2589
|
return new RegExp(e, t);
|
|
2534
2590
|
}
|
|
2535
2591
|
var Ue;
|
|
2536
2592
|
if ($e) {
|
|
2537
|
-
var ft =
|
|
2593
|
+
var ft = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2538
2594
|
Ue = function(t, r) {
|
|
2539
2595
|
var n;
|
|
2540
2596
|
ft.lastIndex = r;
|
|
@@ -2544,14 +2600,14 @@ if ($e) {
|
|
|
2544
2600
|
} else
|
|
2545
2601
|
Ue = function(t, r) {
|
|
2546
2602
|
for (var n = []; ; ) {
|
|
2547
|
-
var i =
|
|
2548
|
-
if (i === void 0 ||
|
|
2603
|
+
var i = jt(t, r);
|
|
2604
|
+
if (i === void 0 || Vt(i) || An(i))
|
|
2549
2605
|
break;
|
|
2550
2606
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2551
2607
|
}
|
|
2552
2608
|
return Re.apply(void 0, n);
|
|
2553
2609
|
};
|
|
2554
|
-
var
|
|
2610
|
+
var Tn = (
|
|
2555
2611
|
/** @class */
|
|
2556
2612
|
function() {
|
|
2557
2613
|
function e(t, r) {
|
|
@@ -2633,7 +2689,7 @@ var bn = (
|
|
|
2633
2689
|
return this.error(y.INVALID_TAG, _(n, this.clonePosition()));
|
|
2634
2690
|
}, e.prototype.parseTagName = function() {
|
|
2635
2691
|
var t = this.offset();
|
|
2636
|
-
for (this.bump(); !this.isEOF() &&
|
|
2692
|
+
for (this.bump(); !this.isEOF() && Hn(this.char()); )
|
|
2637
2693
|
this.bump();
|
|
2638
2694
|
return this.message.slice(t, this.offset());
|
|
2639
2695
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2662,7 +2718,7 @@ var bn = (
|
|
|
2662
2718
|
};
|
|
2663
2719
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2664
2720
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2665
|
-
!
|
|
2721
|
+
!Cn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2666
2722
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2667
2723
|
if (this.isEOF() || this.char() !== 39)
|
|
2668
2724
|
return null;
|
|
@@ -2749,7 +2805,7 @@ var bn = (
|
|
|
2749
2805
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2750
2806
|
if (c.err)
|
|
2751
2807
|
return c;
|
|
2752
|
-
var f =
|
|
2808
|
+
var f = vn(c.val);
|
|
2753
2809
|
if (f.length === 0)
|
|
2754
2810
|
return this.error(y.EXPECT_ARGUMENT_STYLE, _(this.clonePosition(), this.clonePosition()));
|
|
2755
2811
|
var d = _(l, this.clonePosition());
|
|
@@ -2760,23 +2816,23 @@ var bn = (
|
|
|
2760
2816
|
return p;
|
|
2761
2817
|
var g = _(i, this.clonePosition());
|
|
2762
2818
|
if (a && ht(a == null ? void 0 : a.style, "::", 0)) {
|
|
2763
|
-
var
|
|
2819
|
+
var E = En(a.style.slice(2));
|
|
2764
2820
|
if (u === "number") {
|
|
2765
|
-
var c = this.parseNumberSkeletonFromString(
|
|
2821
|
+
var c = this.parseNumberSkeletonFromString(E, a.styleLocation);
|
|
2766
2822
|
return c.err ? c : {
|
|
2767
2823
|
val: { type: T.number, value: n, location: g, style: c.val },
|
|
2768
2824
|
err: null
|
|
2769
2825
|
};
|
|
2770
2826
|
} else {
|
|
2771
|
-
if (
|
|
2827
|
+
if (E.length === 0)
|
|
2772
2828
|
return this.error(y.EXPECT_DATE_TIME_SKELETON, g);
|
|
2773
|
-
var m =
|
|
2774
|
-
this.locale && (m =
|
|
2829
|
+
var m = E;
|
|
2830
|
+
this.locale && (m = un(E, this.locale));
|
|
2775
2831
|
var f = {
|
|
2776
2832
|
type: q.dateTime,
|
|
2777
2833
|
pattern: m,
|
|
2778
2834
|
location: a.styleLocation,
|
|
2779
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2835
|
+
parsedOptions: this.shouldParseSkeletons ? en(m) : {}
|
|
2780
2836
|
}, C = u === "date" ? T.date : T.time;
|
|
2781
2837
|
return {
|
|
2782
2838
|
val: { type: C, value: n, location: g, style: f },
|
|
@@ -2799,7 +2855,7 @@ var bn = (
|
|
|
2799
2855
|
case "select": {
|
|
2800
2856
|
var A = this.clonePosition();
|
|
2801
2857
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2802
|
-
return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, _(A,
|
|
2858
|
+
return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, _(A, x({}, A)));
|
|
2803
2859
|
this.bumpSpace();
|
|
2804
2860
|
var I = this.parseIdentifierIfPossible(), B = 0;
|
|
2805
2861
|
if (u !== "select" && I.value === "offset") {
|
|
@@ -2881,7 +2937,7 @@ var bn = (
|
|
|
2881
2937
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
2882
2938
|
var n = [];
|
|
2883
2939
|
try {
|
|
2884
|
-
n =
|
|
2940
|
+
n = rn(t);
|
|
2885
2941
|
} catch (i) {
|
|
2886
2942
|
return this.error(y.INVALID_NUMBER_SKELETON, r);
|
|
2887
2943
|
}
|
|
@@ -2890,7 +2946,7 @@ var bn = (
|
|
|
2890
2946
|
type: q.number,
|
|
2891
2947
|
tokens: n,
|
|
2892
2948
|
location: r,
|
|
2893
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2949
|
+
parsedOptions: this.shouldParseSkeletons ? an(n) : {}
|
|
2894
2950
|
},
|
|
2895
2951
|
err: null
|
|
2896
2952
|
};
|
|
@@ -2938,7 +2994,7 @@ var bn = (
|
|
|
2938
2994
|
break;
|
|
2939
2995
|
}
|
|
2940
2996
|
var h = _(i, this.clonePosition());
|
|
2941
|
-
return s ? (o *= n,
|
|
2997
|
+
return s ? (o *= n, _n(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
|
|
2942
2998
|
}, e.prototype.offset = function() {
|
|
2943
2999
|
return this.position.offset;
|
|
2944
3000
|
}, e.prototype.isEOF = function() {
|
|
@@ -2953,7 +3009,7 @@ var bn = (
|
|
|
2953
3009
|
var t = this.position.offset;
|
|
2954
3010
|
if (t >= this.message.length)
|
|
2955
3011
|
throw Error("out of bound");
|
|
2956
|
-
var r =
|
|
3012
|
+
var r = jt(this.message, t);
|
|
2957
3013
|
if (r === void 0)
|
|
2958
3014
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
2959
3015
|
return r;
|
|
@@ -2994,7 +3050,7 @@ var bn = (
|
|
|
2994
3050
|
break;
|
|
2995
3051
|
}
|
|
2996
3052
|
}, e.prototype.bumpSpace = function() {
|
|
2997
|
-
for (; !this.isEOF() &&
|
|
3053
|
+
for (; !this.isEOF() && Vt(this.char()); )
|
|
2998
3054
|
this.bump();
|
|
2999
3055
|
}, e.prototype.peek = function() {
|
|
3000
3056
|
if (this.isEOF())
|
|
@@ -3007,90 +3063,40 @@ var bn = (
|
|
|
3007
3063
|
function Ge(e) {
|
|
3008
3064
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3009
3065
|
}
|
|
3010
|
-
function
|
|
3066
|
+
function Cn(e) {
|
|
3011
3067
|
return Ge(e) || e === 47;
|
|
3012
3068
|
}
|
|
3013
|
-
function
|
|
3069
|
+
function Hn(e) {
|
|
3014
3070
|
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;
|
|
3015
3071
|
}
|
|
3016
|
-
function
|
|
3072
|
+
function Vt(e) {
|
|
3017
3073
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3018
3074
|
}
|
|
3019
|
-
function
|
|
3075
|
+
function An(e) {
|
|
3020
3076
|
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;
|
|
3021
3077
|
}
|
|
3022
3078
|
function De(e) {
|
|
3023
3079
|
e.forEach(function(t) {
|
|
3024
|
-
if (delete t.location,
|
|
3080
|
+
if (delete t.location, Lt(t) || Mt(t))
|
|
3025
3081
|
for (var r in t.options)
|
|
3026
3082
|
delete t.options[r].location, De(t.options[r].value);
|
|
3027
|
-
else
|
|
3083
|
+
else wt(t) && Rt(t.style) || (Nt(t) || It(t)) && Me(t.style) ? delete t.style.location : $t(t) && De(t.children);
|
|
3028
3084
|
});
|
|
3029
3085
|
}
|
|
3030
|
-
function
|
|
3031
|
-
t === void 0 && (t = {}), t =
|
|
3032
|
-
var r = new
|
|
3086
|
+
function Sn(e, t) {
|
|
3087
|
+
t === void 0 && (t = {}), t = x({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3088
|
+
var r = new Tn(e, t).parse();
|
|
3033
3089
|
if (r.err) {
|
|
3034
3090
|
var n = SyntaxError(y[r.err.kind]);
|
|
3035
3091
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3036
3092
|
}
|
|
3037
3093
|
return t != null && t.captureLocation || De(r.val), r.val;
|
|
3038
3094
|
}
|
|
3039
|
-
|
|
3040
|
-
var r = t && t.cache ? t.cache : Sn, n = t && t.serializer ? t.serializer : An, i = t && t.strategy ? t.strategy : Tn;
|
|
3041
|
-
return i(e, {
|
|
3042
|
-
cache: r,
|
|
3043
|
-
serializer: n
|
|
3044
|
-
});
|
|
3045
|
-
}
|
|
3046
|
-
function vn(e) {
|
|
3047
|
-
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
3048
|
-
}
|
|
3049
|
-
function kt(e, t, r, n) {
|
|
3050
|
-
var i = vn(n) ? n : r(n), s = t.get(i);
|
|
3051
|
-
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
|
3052
|
-
}
|
|
3053
|
-
function Vt(e, t, r) {
|
|
3054
|
-
var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
|
|
3055
|
-
return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
|
|
3056
|
-
}
|
|
3057
|
-
function Xe(e, t, r, n, i) {
|
|
3058
|
-
return r.bind(t, e, n, i);
|
|
3059
|
-
}
|
|
3060
|
-
function Tn(e, t) {
|
|
3061
|
-
var r = e.length === 1 ? kt : Vt;
|
|
3062
|
-
return Xe(e, this, r, t.cache.create(), t.serializer);
|
|
3063
|
-
}
|
|
3064
|
-
function Cn(e, t) {
|
|
3065
|
-
return Xe(e, this, Vt, t.cache.create(), t.serializer);
|
|
3066
|
-
}
|
|
3067
|
-
function Hn(e, t) {
|
|
3068
|
-
return Xe(e, this, kt, t.cache.create(), t.serializer);
|
|
3069
|
-
}
|
|
3070
|
-
var An = function() {
|
|
3071
|
-
return JSON.stringify(arguments);
|
|
3072
|
-
};
|
|
3073
|
-
function ze() {
|
|
3074
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
|
3075
|
-
}
|
|
3076
|
-
ze.prototype.get = function(e) {
|
|
3077
|
-
return this.cache[e];
|
|
3078
|
-
};
|
|
3079
|
-
ze.prototype.set = function(e, t) {
|
|
3080
|
-
this.cache[e] = t;
|
|
3081
|
-
};
|
|
3082
|
-
var Sn = {
|
|
3083
|
-
create: function() {
|
|
3084
|
-
return new ze();
|
|
3085
|
-
}
|
|
3086
|
-
}, Be = {
|
|
3087
|
-
variadic: Cn,
|
|
3088
|
-
monadic: Hn
|
|
3089
|
-
}, J;
|
|
3095
|
+
var J;
|
|
3090
3096
|
(function(e) {
|
|
3091
3097
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3092
3098
|
})(J || (J = {}));
|
|
3093
|
-
var
|
|
3099
|
+
var xe = (
|
|
3094
3100
|
/** @class */
|
|
3095
3101
|
function(e) {
|
|
3096
3102
|
_e(t, e);
|
|
@@ -3110,7 +3116,7 @@ var Ee = (
|
|
|
3110
3116
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), J.INVALID_VALUE, s) || this;
|
|
3111
3117
|
}
|
|
3112
3118
|
return t;
|
|
3113
|
-
}(
|
|
3119
|
+
}(xe)
|
|
3114
3120
|
), Bn = (
|
|
3115
3121
|
/** @class */
|
|
3116
3122
|
function(e) {
|
|
@@ -3119,7 +3125,7 @@ var Ee = (
|
|
|
3119
3125
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), J.INVALID_VALUE, i) || this;
|
|
3120
3126
|
}
|
|
3121
3127
|
return t;
|
|
3122
|
-
}(
|
|
3128
|
+
}(xe)
|
|
3123
3129
|
), On = (
|
|
3124
3130
|
/** @class */
|
|
3125
3131
|
function(e) {
|
|
@@ -3128,7 +3134,7 @@ var Ee = (
|
|
|
3128
3134
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), J.MISSING_VALUE, n) || this;
|
|
3129
3135
|
}
|
|
3130
3136
|
return t;
|
|
3131
|
-
}(
|
|
3137
|
+
}(xe)
|
|
3132
3138
|
), P;
|
|
3133
3139
|
(function(e) {
|
|
3134
3140
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
@@ -3159,7 +3165,7 @@ function ge(e, t, r, n, i, s, o) {
|
|
|
3159
3165
|
});
|
|
3160
3166
|
continue;
|
|
3161
3167
|
}
|
|
3162
|
-
if (
|
|
3168
|
+
if (Yr(l)) {
|
|
3163
3169
|
typeof s == "number" && u.push({
|
|
3164
3170
|
type: P.literal,
|
|
3165
3171
|
value: r.getNumberFormat(t).format(s)
|
|
@@ -3170,14 +3176,14 @@ function ge(e, t, r, n, i, s, o) {
|
|
|
3170
3176
|
if (!(i && c in i))
|
|
3171
3177
|
throw new On(c, o);
|
|
3172
3178
|
var f = i[c];
|
|
3173
|
-
if (
|
|
3179
|
+
if (Jr(l)) {
|
|
3174
3180
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
|
|
3175
3181
|
type: typeof f == "string" ? P.literal : P.object,
|
|
3176
3182
|
value: f
|
|
3177
3183
|
});
|
|
3178
3184
|
continue;
|
|
3179
3185
|
}
|
|
3180
|
-
if (
|
|
3186
|
+
if (Nt(l)) {
|
|
3181
3187
|
var d = typeof l.style == "string" ? n.date[l.style] : Me(l.style) ? l.style.parsedOptions : void 0;
|
|
3182
3188
|
u.push({
|
|
3183
3189
|
type: P.literal,
|
|
@@ -3185,7 +3191,7 @@ function ge(e, t, r, n, i, s, o) {
|
|
|
3185
3191
|
});
|
|
3186
3192
|
continue;
|
|
3187
3193
|
}
|
|
3188
|
-
if (
|
|
3194
|
+
if (It(l)) {
|
|
3189
3195
|
var d = typeof l.style == "string" ? n.time[l.style] : Me(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3190
3196
|
u.push({
|
|
3191
3197
|
type: P.literal,
|
|
@@ -3193,19 +3199,19 @@ function ge(e, t, r, n, i, s, o) {
|
|
|
3193
3199
|
});
|
|
3194
3200
|
continue;
|
|
3195
3201
|
}
|
|
3196
|
-
if (
|
|
3197
|
-
var d = typeof l.style == "string" ? n.number[l.style] :
|
|
3202
|
+
if (wt(l)) {
|
|
3203
|
+
var d = typeof l.style == "string" ? n.number[l.style] : Rt(l.style) ? l.style.parsedOptions : void 0;
|
|
3198
3204
|
d && d.scale && (f = f * (d.scale || 1)), u.push({
|
|
3199
3205
|
type: P.literal,
|
|
3200
3206
|
value: r.getNumberFormat(t, d).format(f)
|
|
3201
3207
|
});
|
|
3202
3208
|
continue;
|
|
3203
3209
|
}
|
|
3204
|
-
if (
|
|
3205
|
-
var p = l.children, g = l.value,
|
|
3206
|
-
if (!wn(
|
|
3210
|
+
if ($t(l)) {
|
|
3211
|
+
var p = l.children, g = l.value, E = i[g];
|
|
3212
|
+
if (!wn(E))
|
|
3207
3213
|
throw new Bn(g, "function", o);
|
|
3208
|
-
var m = ge(p, t, r, n, i, s), C =
|
|
3214
|
+
var m = ge(p, t, r, n, i, s), C = E(m.map(function(B) {
|
|
3209
3215
|
return B.value;
|
|
3210
3216
|
}));
|
|
3211
3217
|
Array.isArray(C) || (C = [C]), u.push.apply(u, C.map(function(B) {
|
|
@@ -3215,18 +3221,18 @@ function ge(e, t, r, n, i, s, o) {
|
|
|
3215
3221
|
};
|
|
3216
3222
|
}));
|
|
3217
3223
|
}
|
|
3218
|
-
if (
|
|
3224
|
+
if (Lt(l)) {
|
|
3219
3225
|
var A = l.options[f] || l.options.other;
|
|
3220
3226
|
if (!A)
|
|
3221
3227
|
throw new ct(l.value, f, Object.keys(l.options), o);
|
|
3222
3228
|
u.push.apply(u, ge(A.value, t, r, n, i));
|
|
3223
3229
|
continue;
|
|
3224
3230
|
}
|
|
3225
|
-
if (
|
|
3231
|
+
if (Mt(l)) {
|
|
3226
3232
|
var A = l.options["=".concat(f)];
|
|
3227
3233
|
if (!A) {
|
|
3228
3234
|
if (!Intl.PluralRules)
|
|
3229
|
-
throw new
|
|
3235
|
+
throw new xe(`Intl.PluralRules is not available in this environment.
|
|
3230
3236
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3231
3237
|
`, J.MISSING_INTL_API, o);
|
|
3232
3238
|
var I = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
@@ -3241,14 +3247,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3241
3247
|
return Pn(u);
|
|
3242
3248
|
}
|
|
3243
3249
|
function Nn(e, t) {
|
|
3244
|
-
return t ?
|
|
3245
|
-
return r[n] =
|
|
3250
|
+
return t ? x(x(x({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3251
|
+
return r[n] = x(x({}, e[n]), t[n] || {}), r;
|
|
3246
3252
|
}, {})) : e;
|
|
3247
3253
|
}
|
|
3248
3254
|
function In(e, t) {
|
|
3249
3255
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3250
3256
|
return r[n] = Nn(e[n], t[n]), r;
|
|
3251
|
-
},
|
|
3257
|
+
}, x({}, e)) : e;
|
|
3252
3258
|
}
|
|
3253
3259
|
function Oe(e) {
|
|
3254
3260
|
return {
|
|
@@ -3270,29 +3276,29 @@ function Ln(e) {
|
|
|
3270
3276
|
dateTime: {},
|
|
3271
3277
|
pluralRules: {}
|
|
3272
3278
|
}), {
|
|
3273
|
-
getNumberFormat:
|
|
3279
|
+
getNumberFormat: Ae(function() {
|
|
3274
3280
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3275
3281
|
r[n] = arguments[n];
|
|
3276
3282
|
return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
|
|
3277
3283
|
}, {
|
|
3278
3284
|
cache: Oe(e.number),
|
|
3279
|
-
strategy:
|
|
3285
|
+
strategy: Se.variadic
|
|
3280
3286
|
}),
|
|
3281
|
-
getDateTimeFormat:
|
|
3287
|
+
getDateTimeFormat: Ae(function() {
|
|
3282
3288
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3283
3289
|
r[n] = arguments[n];
|
|
3284
3290
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
|
|
3285
3291
|
}, {
|
|
3286
3292
|
cache: Oe(e.dateTime),
|
|
3287
|
-
strategy:
|
|
3293
|
+
strategy: Se.variadic
|
|
3288
3294
|
}),
|
|
3289
|
-
getPluralRules:
|
|
3295
|
+
getPluralRules: Ae(function() {
|
|
3290
3296
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3291
3297
|
r[n] = arguments[n];
|
|
3292
3298
|
return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
|
|
3293
3299
|
}, {
|
|
3294
3300
|
cache: Oe(e.pluralRules),
|
|
3295
|
-
strategy:
|
|
3301
|
+
strategy: Se.variadic
|
|
3296
3302
|
})
|
|
3297
3303
|
};
|
|
3298
3304
|
}
|
|
@@ -3300,8 +3306,9 @@ var Mn = (
|
|
|
3300
3306
|
/** @class */
|
|
3301
3307
|
function() {
|
|
3302
3308
|
function e(t, r, n, i) {
|
|
3309
|
+
r === void 0 && (r = e.defaultLocale);
|
|
3303
3310
|
var s = this;
|
|
3304
|
-
if (
|
|
3311
|
+
if (this.formatterCache = {
|
|
3305
3312
|
number: {},
|
|
3306
3313
|
dateTime: {},
|
|
3307
3314
|
pluralRules: {}
|
|
@@ -3328,7 +3335,7 @@ var Mn = (
|
|
|
3328
3335
|
var o = i || {};
|
|
3329
3336
|
o.formatters;
|
|
3330
3337
|
var u = Vr(o, ["formatters"]);
|
|
3331
|
-
this.ast = e.__parse(t,
|
|
3338
|
+
this.ast = e.__parse(t, x(x({}, u), { locale: this.resolvedLocale }));
|
|
3332
3339
|
} else
|
|
3333
3340
|
this.ast = t;
|
|
3334
3341
|
if (!Array.isArray(this.ast))
|
|
@@ -3346,7 +3353,7 @@ var Mn = (
|
|
|
3346
3353
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3347
3354
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3348
3355
|
}
|
|
3349
|
-
}, e.__parse =
|
|
3356
|
+
}, e.__parse = Sn, e.formats = {
|
|
3350
3357
|
number: {
|
|
3351
3358
|
integer: {
|
|
3352
3359
|
maximumFractionDigits: 0
|
|
@@ -3433,7 +3440,7 @@ const D = {}, Rn = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][
|
|
|
3433
3440
|
return;
|
|
3434
3441
|
if (t in D && e in D[t])
|
|
3435
3442
|
return D[t][e];
|
|
3436
|
-
const r =
|
|
3443
|
+
const r = Ee(t);
|
|
3437
3444
|
for (let n = 0; n < r.length; n++) {
|
|
3438
3445
|
const i = r[n], s = Gn(i, e);
|
|
3439
3446
|
if (s)
|
|
@@ -3457,7 +3464,7 @@ function Gn(e, t) {
|
|
|
3457
3464
|
function Dn(e) {
|
|
3458
3465
|
if (e == null)
|
|
3459
3466
|
return;
|
|
3460
|
-
const t =
|
|
3467
|
+
const t = Ee(e);
|
|
3461
3468
|
for (let r = 0; r < t.length; r++) {
|
|
3462
3469
|
const n = t[r];
|
|
3463
3470
|
if (zt(n))
|
|
@@ -3480,13 +3487,13 @@ function Zt(e) {
|
|
|
3480
3487
|
return me[e];
|
|
3481
3488
|
}
|
|
3482
3489
|
function jn(e) {
|
|
3483
|
-
return
|
|
3490
|
+
return Ee(e).map((t) => {
|
|
3484
3491
|
const r = Zt(t);
|
|
3485
3492
|
return [t, r ? [...r] : []];
|
|
3486
3493
|
}).filter(([, t]) => t.length > 0);
|
|
3487
3494
|
}
|
|
3488
3495
|
function Fe(e) {
|
|
3489
|
-
return e == null ? !1 :
|
|
3496
|
+
return e == null ? !1 : Ee(e).some(
|
|
3490
3497
|
(t) => {
|
|
3491
3498
|
var r;
|
|
3492
3499
|
return (r = Zt(t)) == null ? void 0 : r.size;
|
|
@@ -3567,7 +3574,7 @@ const de = ye(null);
|
|
|
3567
3574
|
function pt(e) {
|
|
3568
3575
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3569
3576
|
}
|
|
3570
|
-
function
|
|
3577
|
+
function Ee(e, t = Y().fallbackLocale) {
|
|
3571
3578
|
const r = pt(e);
|
|
3572
3579
|
return t ? [.../* @__PURE__ */ new Set([...r, ...pt(t)])] : r;
|
|
3573
3580
|
}
|
|
@@ -3824,7 +3831,7 @@ function _t(e, t, r) {
|
|
|
3824
3831
|
const n = e.slice();
|
|
3825
3832
|
return n[24] = t[r], n;
|
|
3826
3833
|
}
|
|
3827
|
-
function
|
|
3834
|
+
function xt(e, t, r) {
|
|
3828
3835
|
const n = e.slice();
|
|
3829
3836
|
return n[24] = t[r], n;
|
|
3830
3837
|
}
|
|
@@ -3840,7 +3847,7 @@ function bi(e) {
|
|
|
3840
3847
|
e[3]
|
|
3841
3848
|
), f = [];
|
|
3842
3849
|
for (let g = 0; g < c.length; g += 1)
|
|
3843
|
-
f[g] = xt(
|
|
3850
|
+
f[g] = Et(xt(e, c, g));
|
|
3844
3851
|
let d = le(
|
|
3845
3852
|
/*otherCategories*/
|
|
3846
3853
|
e[4]
|
|
@@ -3857,18 +3864,18 @@ function bi(e) {
|
|
|
3857
3864
|
p[g].c();
|
|
3858
3865
|
H(r, "class", "CategoryTitle"), H(u, "class", "CategoryTitle"), H(t, "class", "CasinoCategories");
|
|
3859
3866
|
},
|
|
3860
|
-
m(g,
|
|
3861
|
-
K(g, t,
|
|
3867
|
+
m(g, E) {
|
|
3868
|
+
K(g, t, E), v(t, r), v(r, i), v(t, s);
|
|
3862
3869
|
for (let m = 0; m < f.length; m += 1)
|
|
3863
3870
|
f[m] && f[m].m(t, null);
|
|
3864
3871
|
v(t, o), v(t, u), v(u, a), v(t, l);
|
|
3865
3872
|
for (let m = 0; m < p.length; m += 1)
|
|
3866
3873
|
p[m] && p[m].m(t, null);
|
|
3867
3874
|
},
|
|
3868
|
-
p(g,
|
|
3869
|
-
if (
|
|
3875
|
+
p(g, E) {
|
|
3876
|
+
if (E & /*$_*/
|
|
3870
3877
|
32 && n !== (n = /*$_*/
|
|
3871
|
-
g[5]("topCategories") + "") && F(i, n),
|
|
3878
|
+
g[5]("topCategories") + "") && F(i, n), E & /*activecategory, topCategories, openGameCategory, $_*/
|
|
3872
3879
|
105) {
|
|
3873
3880
|
c = le(
|
|
3874
3881
|
/*topCategories*/
|
|
@@ -3876,16 +3883,16 @@ function bi(e) {
|
|
|
3876
3883
|
);
|
|
3877
3884
|
let m;
|
|
3878
3885
|
for (m = 0; m < c.length; m += 1) {
|
|
3879
|
-
const C =
|
|
3880
|
-
f[m] ? f[m].p(C,
|
|
3886
|
+
const C = xt(g, c, m);
|
|
3887
|
+
f[m] ? f[m].p(C, E) : (f[m] = Et(C), f[m].c(), f[m].m(t, o));
|
|
3881
3888
|
}
|
|
3882
3889
|
for (; m < f.length; m += 1)
|
|
3883
3890
|
f[m].d(1);
|
|
3884
3891
|
f.length = c.length;
|
|
3885
3892
|
}
|
|
3886
|
-
if (
|
|
3893
|
+
if (E & /*$_*/
|
|
3887
3894
|
32 && h !== (h = /*$_*/
|
|
3888
|
-
g[5]("otherCategories") + "") && F(a, h),
|
|
3895
|
+
g[5]("otherCategories") + "") && F(a, h), E & /*activecategory, otherCategories, openGameCategory, $_*/
|
|
3889
3896
|
113) {
|
|
3890
3897
|
d = le(
|
|
3891
3898
|
/*otherCategories*/
|
|
@@ -3894,7 +3901,7 @@ function bi(e) {
|
|
|
3894
3901
|
let m;
|
|
3895
3902
|
for (m = 0; m < d.length; m += 1) {
|
|
3896
3903
|
const C = _t(g, d, m);
|
|
3897
|
-
p[m] ? p[m].p(C,
|
|
3904
|
+
p[m] ? p[m].p(C, E) : (p[m] = vt(C), p[m].c(), p[m].m(t, null));
|
|
3898
3905
|
}
|
|
3899
3906
|
for (; m < p.length; m += 1)
|
|
3900
3907
|
p[m].d(1);
|
|
@@ -3921,7 +3928,7 @@ function yi(e) {
|
|
|
3921
3928
|
}
|
|
3922
3929
|
};
|
|
3923
3930
|
}
|
|
3924
|
-
function
|
|
3931
|
+
function Et(e) {
|
|
3925
3932
|
let t, r, n, i, s, o, u, h = (
|
|
3926
3933
|
/*category*/
|
|
3927
3934
|
e[24].name + ""
|
|
@@ -3931,7 +3938,7 @@ function xt(e) {
|
|
|
3931
3938
|
), d, p, g = (
|
|
3932
3939
|
/*$_*/
|
|
3933
3940
|
e[5]("games") + ""
|
|
3934
|
-
),
|
|
3941
|
+
), E, m, C, A;
|
|
3935
3942
|
function I() {
|
|
3936
3943
|
return (
|
|
3937
3944
|
/*click_handler*/
|
|
@@ -3943,14 +3950,14 @@ function xt(e) {
|
|
|
3943
3950
|
}
|
|
3944
3951
|
return {
|
|
3945
3952
|
c() {
|
|
3946
|
-
t = O("div"), r = O("img"), s = R(), o = O("div"), u = O("p"), a = U(h), l = R(), c = O("p"), d = U(f), p = R(),
|
|
3953
|
+
t = O("div"), r = O("img"), s = R(), o = O("div"), u = O("p"), a = U(h), l = R(), c = O("p"), d = U(f), p = R(), E = U(g), pe(r.src, n = /*category*/
|
|
3947
3954
|
e[24].icon) || H(r, "src", n), H(r, "alt", i = /*category*/
|
|
3948
3955
|
e[24].name), H(r, "class", "CategoryImage"), H(o, "class", "CategoryTextContainer"), H(t, "class", m = "Category " + /*activecategory*/
|
|
3949
3956
|
(e[0] === /*category*/
|
|
3950
3957
|
e[24].id ? "Active" : ""));
|
|
3951
3958
|
},
|
|
3952
3959
|
m(B, S) {
|
|
3953
|
-
K(B, t, S), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, d), v(c, p), v(c,
|
|
3960
|
+
K(B, t, S), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, d), v(c, p), v(c, E), C || (A = At(t, "click", I), C = !0);
|
|
3954
3961
|
},
|
|
3955
3962
|
p(B, S) {
|
|
3956
3963
|
e = B, S & /*topCategories*/
|
|
@@ -3963,7 +3970,7 @@ function xt(e) {
|
|
|
3963
3970
|
8 && f !== (f = /*category*/
|
|
3964
3971
|
e[24].games.count + "") && F(d, f), S & /*$_*/
|
|
3965
3972
|
32 && g !== (g = /*$_*/
|
|
3966
|
-
e[5]("games") + "") && F(
|
|
3973
|
+
e[5]("games") + "") && F(E, g), S & /*activecategory, topCategories*/
|
|
3967
3974
|
9 && m !== (m = "Category " + /*activecategory*/
|
|
3968
3975
|
(e[0] === /*category*/
|
|
3969
3976
|
e[24].id ? "Active" : "")) && H(t, "class", m);
|
|
@@ -3983,7 +3990,7 @@ function vt(e) {
|
|
|
3983
3990
|
), d, p, g = (
|
|
3984
3991
|
/*$_*/
|
|
3985
3992
|
e[5]("games") + ""
|
|
3986
|
-
),
|
|
3993
|
+
), E, m, C, A, I;
|
|
3987
3994
|
function B() {
|
|
3988
3995
|
return (
|
|
3989
3996
|
/*click_handler_1*/
|
|
@@ -3995,14 +4002,14 @@ function vt(e) {
|
|
|
3995
4002
|
}
|
|
3996
4003
|
return {
|
|
3997
4004
|
c() {
|
|
3998
|
-
t = O("div"), r = O("img"), s = R(), o = O("div"), u = O("p"), a = U(h), l = R(), c = O("p"), d = U(f), p = R(),
|
|
4005
|
+
t = O("div"), r = O("img"), s = R(), o = O("div"), u = O("p"), a = U(h), l = R(), c = O("p"), d = U(f), p = R(), E = U(g), m = R(), pe(r.src, n = /*category*/
|
|
3999
4006
|
e[24].icon) || H(r, "src", n), H(r, "alt", i = /*category*/
|
|
4000
4007
|
e[24].name), H(r, "class", "CategoryImage"), H(o, "class", "CategoryTextContainer"), H(t, "class", C = "Category " + /*activecategory*/
|
|
4001
4008
|
(e[0] === /*category*/
|
|
4002
4009
|
e[24].id ? "Active" : ""));
|
|
4003
4010
|
},
|
|
4004
4011
|
m(S, w) {
|
|
4005
|
-
K(S, t, w), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, d), v(c, p), v(c,
|
|
4012
|
+
K(S, t, w), v(t, r), v(t, s), v(t, o), v(o, u), v(u, a), v(o, l), v(o, c), v(c, d), v(c, p), v(c, E), v(t, m), A || (I = At(t, "click", B), A = !0);
|
|
4006
4013
|
},
|
|
4007
4014
|
p(S, w) {
|
|
4008
4015
|
e = S, w & /*otherCategories*/
|
|
@@ -4015,7 +4022,7 @@ function vt(e) {
|
|
|
4015
4022
|
16 && f !== (f = /*category*/
|
|
4016
4023
|
e[24].games.count + "") && F(d, f), w & /*$_*/
|
|
4017
4024
|
32 && g !== (g = /*$_*/
|
|
4018
|
-
e[5]("games") + "") && F(
|
|
4025
|
+
e[5]("games") + "") && F(E, g), w & /*activecategory, otherCategories*/
|
|
4019
4026
|
17 && C !== (C = "Category " + /*activecategory*/
|
|
4020
4027
|
(e[0] === /*category*/
|
|
4021
4028
|
e[24].id ? "Active" : "")) && H(t, "class", C);
|
|
@@ -4051,12 +4058,12 @@ function _i(e) {
|
|
|
4051
4058
|
}
|
|
4052
4059
|
};
|
|
4053
4060
|
}
|
|
4054
|
-
function
|
|
4061
|
+
function xi(e, t, r) {
|
|
4055
4062
|
let n;
|
|
4056
4063
|
ur(e, mi, (b) => r(5, n = b));
|
|
4057
4064
|
let { endpoint: i = "" } = t, { datasource: s = "" } = t, { lang: o = "en" } = t, { activecategory: u = "" } = t, { excludedflags: h = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: c = "" } = t, f, d = !1;
|
|
4058
4065
|
const p = [];
|
|
4059
|
-
let g = [],
|
|
4066
|
+
let g = [], E = [];
|
|
4060
4067
|
Object.keys(yt).forEach((b) => {
|
|
4061
4068
|
bt(b, yt[b]);
|
|
4062
4069
|
});
|
|
@@ -4079,7 +4086,7 @@ function Ei(e, t, r) {
|
|
|
4079
4086
|
var qe;
|
|
4080
4087
|
return ((qe = j.flags) == null ? void 0 : qe.indexOf(tr)) >= 0;
|
|
4081
4088
|
}));
|
|
4082
|
-
r(3, g = Qe.filter((j) => j.isTopCategory === !0)), r(4,
|
|
4089
|
+
r(3, g = Qe.filter((j) => j.isTopCategory === !0)), r(4, E = Qe.filter((j) => j.isTopCategory === !1));
|
|
4083
4090
|
});
|
|
4084
4091
|
}, A = (b) => {
|
|
4085
4092
|
window.postMessage({ type: "OpenGameCategory", categoryId: b }, window.location.href);
|
|
@@ -4122,7 +4129,7 @@ function Ei(e, t, r) {
|
|
|
4122
4129
|
f,
|
|
4123
4130
|
d,
|
|
4124
4131
|
g,
|
|
4125
|
-
|
|
4132
|
+
E,
|
|
4126
4133
|
n,
|
|
4127
4134
|
A,
|
|
4128
4135
|
i,
|
|
@@ -4142,7 +4149,7 @@ class Yt extends Hr {
|
|
|
4142
4149
|
super(), Tr(
|
|
4143
4150
|
this,
|
|
4144
4151
|
t,
|
|
4145
|
-
|
|
4152
|
+
xi,
|
|
4146
4153
|
_i,
|
|
4147
4154
|
Ct,
|
|
4148
4155
|
{
|