@everymatrix/casino-navigation-search 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.
@@ -769,7 +769,57 @@ function Ae(e, t, r) {
769
769
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
770
770
  return e.concat(s || Array.prototype.slice.call(t));
771
771
  }
772
- var y;
772
+ function Se(e, t) {
773
+ var r = t && t.cache ? t.cache : Yr, n = t && t.serializer ? t.serializer : Jr, i = t && t.strategy ? t.strategy : Zr;
774
+ return i(e, {
775
+ cache: r,
776
+ serializer: n
777
+ });
778
+ }
779
+ function Wr(e) {
780
+ return e == null || typeof e == "number" || typeof e == "boolean";
781
+ }
782
+ function Pt(e, t, r, n) {
783
+ var i = Wr(n) ? n : r(n), s = t.get(i);
784
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
785
+ }
786
+ function Nt(e, t, r) {
787
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
788
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
789
+ }
790
+ function Xe(e, t, r, n, i) {
791
+ return r.bind(t, e, n, i);
792
+ }
793
+ function Zr(e, t) {
794
+ var r = e.length === 1 ? Pt : Nt;
795
+ return Xe(e, this, r, t.cache.create(), t.serializer);
796
+ }
797
+ function Qr(e, t) {
798
+ return Xe(e, this, Nt, t.cache.create(), t.serializer);
799
+ }
800
+ function qr(e, t) {
801
+ return Xe(e, this, Pt, t.cache.create(), t.serializer);
802
+ }
803
+ var Jr = function() {
804
+ return JSON.stringify(arguments);
805
+ };
806
+ function ze() {
807
+ this.cache = /* @__PURE__ */ Object.create(null);
808
+ }
809
+ ze.prototype.get = function(e) {
810
+ return this.cache[e];
811
+ };
812
+ ze.prototype.set = function(e, t) {
813
+ this.cache[e] = t;
814
+ };
815
+ var Yr = {
816
+ create: function() {
817
+ return new ze();
818
+ }
819
+ }, Be = {
820
+ variadic: Qr,
821
+ monadic: qr
822
+ }, y;
773
823
  (function(e) {
774
824
  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";
775
825
  })(y || (y = {}));
@@ -784,40 +834,40 @@ var J;
784
834
  function st(e) {
785
835
  return e.type === T.literal;
786
836
  }
787
- function Wr(e) {
837
+ function Kr(e) {
788
838
  return e.type === T.argument;
789
839
  }
790
- function Pt(e) {
840
+ function Lt(e) {
791
841
  return e.type === T.number;
792
842
  }
793
- function Nt(e) {
843
+ function It(e) {
794
844
  return e.type === T.date;
795
845
  }
796
- function Lt(e) {
846
+ function Mt(e) {
797
847
  return e.type === T.time;
798
848
  }
799
- function It(e) {
849
+ function $t(e) {
800
850
  return e.type === T.select;
801
851
  }
802
- function Mt(e) {
852
+ function Rt(e) {
803
853
  return e.type === T.plural;
804
854
  }
805
- function Zr(e) {
855
+ function en(e) {
806
856
  return e.type === T.pound;
807
857
  }
808
- function $t(e) {
858
+ function Ut(e) {
809
859
  return e.type === T.tag;
810
860
  }
811
- function Rt(e) {
861
+ function Gt(e) {
812
862
  return !!(e && typeof e == "object" && e.type === J.number);
813
863
  }
814
864
  function $e(e) {
815
865
  return !!(e && typeof e == "object" && e.type === J.dateTime);
816
866
  }
817
- var Ut = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Qr = /(?:[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;
818
- function qr(e) {
867
+ var Dt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, tn = /(?:[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;
868
+ function rn(e) {
819
869
  var t = {};
820
- return e.replace(Qr, function(r) {
870
+ return e.replace(tn, function(r) {
821
871
  var n = r.length;
822
872
  switch (r[0]) {
823
873
  case "G":
@@ -906,11 +956,11 @@ function qr(e) {
906
956
  return "";
907
957
  }), t;
908
958
  }
909
- var Jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
910
- function Yr(e) {
959
+ var nn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
960
+ function sn(e) {
911
961
  if (e.length === 0)
912
962
  throw new Error("Number skeleton cannot be empty");
913
- for (var t = e.split(Jr).filter(function(f) {
963
+ for (var t = e.split(nn).filter(function(f) {
914
964
  return f.length > 0;
915
965
  }), r = [], n = 0, i = t; n < i.length; n++) {
916
966
  var s = i[n], o = s.split("/");
@@ -925,17 +975,17 @@ function Yr(e) {
925
975
  }
926
976
  return r;
927
977
  }
928
- function Kr(e) {
978
+ function on(e) {
929
979
  return e.replace(/^(.*?)-/, "");
930
980
  }
931
- var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gt = /^(@+)?(\+|#+)?[rs]?$/g, en = /(\*)(0+)|(#+)(0+)|(0+)/g, Dt = /^(0+)$/;
981
+ var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ft = /^(@+)?(\+|#+)?[rs]?$/g, an = /(\*)(0+)|(#+)(0+)|(0+)/g, jt = /^(0+)$/;
932
982
  function at(e) {
933
983
  var t = {};
934
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gt, function(r, n, i) {
984
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ft, function(r, n, i) {
935
985
  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)), "";
936
986
  }), t;
937
987
  }
938
- function Ft(e) {
988
+ function kt(e) {
939
989
  switch (e) {
940
990
  case "sign-auto":
941
991
  return {
@@ -975,7 +1025,7 @@ function Ft(e) {
975
1025
  };
976
1026
  }
977
1027
  }
978
- function tn(e) {
1028
+ function un(e) {
979
1029
  var t;
980
1030
  if (e[0] === "E" && e[1] === "E" ? (t = {
981
1031
  notation: "engineering"
@@ -983,17 +1033,17 @@ function tn(e) {
983
1033
  notation: "scientific"
984
1034
  }, e = e.slice(1)), t) {
985
1035
  var r = e.slice(0, 2);
986
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dt.test(e))
1036
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !jt.test(e))
987
1037
  throw new Error("Malformed concise eng/scientific notation");
988
1038
  t.minimumIntegerDigits = e.length;
989
1039
  }
990
1040
  return t;
991
1041
  }
992
1042
  function ut(e) {
993
- var t = {}, r = Ft(e);
1043
+ var t = {}, r = kt(e);
994
1044
  return r || t;
995
1045
  }
996
- function rn(e) {
1046
+ function hn(e) {
997
1047
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
998
1048
  var i = n[r];
999
1049
  switch (i.stem) {
@@ -1017,7 +1067,7 @@ function rn(e) {
1017
1067
  continue;
1018
1068
  case "measure-unit":
1019
1069
  case "unit":
1020
- t.style = "unit", t.unit = Kr(i.options[0]);
1070
+ t.style = "unit", t.unit = on(i.options[0]);
1021
1071
  continue;
1022
1072
  case "compact-short":
1023
1073
  case "K":
@@ -1079,7 +1129,7 @@ function rn(e) {
1079
1129
  case "integer-width":
1080
1130
  if (i.options.length > 1)
1081
1131
  throw new RangeError("integer-width stems only accept a single optional option");
1082
- i.options[0].replace(en, function(h, a, l, c, f, d) {
1132
+ i.options[0].replace(an, function(h, a, l, c, f, d) {
1083
1133
  if (a)
1084
1134
  t.minimumIntegerDigits = l.length;
1085
1135
  else {
@@ -1092,7 +1142,7 @@ function rn(e) {
1092
1142
  });
1093
1143
  continue;
1094
1144
  }
1095
- if (Dt.test(i.stem)) {
1145
+ if (jt.test(i.stem)) {
1096
1146
  t.minimumIntegerDigits = i.stem.length;
1097
1147
  continue;
1098
1148
  }
@@ -1106,13 +1156,13 @@ function rn(e) {
1106
1156
  s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), at(s)));
1107
1157
  continue;
1108
1158
  }
1109
- if (Gt.test(i.stem)) {
1159
+ if (Ft.test(i.stem)) {
1110
1160
  t = E(E({}, t), at(i.stem));
1111
1161
  continue;
1112
1162
  }
1113
- var o = Ft(i.stem);
1163
+ var o = kt(i.stem);
1114
1164
  o && (t = E(E({}, t), o));
1115
- var u = tn(i.stem);
1165
+ var u = un(i.stem);
1116
1166
  u && (t = E(E({}, t), u));
1117
1167
  }
1118
1168
  return t;
@@ -1122,6 +1172,12 @@ var ce = {
1122
1172
  "H",
1123
1173
  "h"
1124
1174
  ],
1175
+ 419: [
1176
+ "h",
1177
+ "H",
1178
+ "hB",
1179
+ "hb"
1180
+ ],
1125
1181
  AC: [
1126
1182
  "H",
1127
1183
  "h",
@@ -1170,8 +1226,8 @@ var ce = {
1170
1226
  "hB"
1171
1227
  ],
1172
1228
  AR: [
1173
- "H",
1174
1229
  "h",
1230
+ "H",
1175
1231
  "hB",
1176
1232
  "hb"
1177
1233
  ],
@@ -1261,9 +1317,9 @@ var ce = {
1261
1317
  "H"
1262
1318
  ],
1263
1319
  BO: [
1320
+ "h",
1264
1321
  "H",
1265
1322
  "hB",
1266
- "h",
1267
1323
  "hb"
1268
1324
  ],
1269
1325
  BQ: [
@@ -1340,8 +1396,8 @@ var ce = {
1340
1396
  "hB"
1341
1397
  ],
1342
1398
  CL: [
1343
- "H",
1344
1399
  "h",
1400
+ "H",
1345
1401
  "hB",
1346
1402
  "hb"
1347
1403
  ],
@@ -1366,14 +1422,14 @@ var ce = {
1366
1422
  "H"
1367
1423
  ],
1368
1424
  CR: [
1369
- "H",
1370
1425
  "h",
1426
+ "H",
1371
1427
  "hB",
1372
1428
  "hb"
1373
1429
  ],
1374
1430
  CU: [
1375
- "H",
1376
1431
  "h",
1432
+ "H",
1377
1433
  "hB",
1378
1434
  "hb"
1379
1435
  ],
@@ -1442,9 +1498,9 @@ var ce = {
1442
1498
  "hb"
1443
1499
  ],
1444
1500
  EC: [
1501
+ "h",
1445
1502
  "H",
1446
1503
  "hB",
1447
- "h",
1448
1504
  "hb"
1449
1505
  ],
1450
1506
  EE: [
@@ -1580,8 +1636,8 @@ var ce = {
1580
1636
  "hB"
1581
1637
  ],
1582
1638
  GT: [
1583
- "H",
1584
1639
  "h",
1640
+ "H",
1585
1641
  "hB",
1586
1642
  "hb"
1587
1643
  ],
@@ -1608,8 +1664,8 @@ var ce = {
1608
1664
  "H"
1609
1665
  ],
1610
1666
  HN: [
1611
- "H",
1612
1667
  "h",
1668
+ "H",
1613
1669
  "hB",
1614
1670
  "hb"
1615
1671
  ],
@@ -1923,8 +1979,8 @@ var ce = {
1923
1979
  "hB"
1924
1980
  ],
1925
1981
  MX: [
1926
- "H",
1927
1982
  "h",
1983
+ "H",
1928
1984
  "hB",
1929
1985
  "hb"
1930
1986
  ],
@@ -1964,8 +2020,8 @@ var ce = {
1964
2020
  "hB"
1965
2021
  ],
1966
2022
  NI: [
1967
- "H",
1968
2023
  "h",
2024
+ "H",
1969
2025
  "hB",
1970
2026
  "hb"
1971
2027
  ],
@@ -2013,9 +2069,9 @@ var ce = {
2013
2069
  "hb"
2014
2070
  ],
2015
2071
  PE: [
2072
+ "h",
2016
2073
  "H",
2017
2074
  "hB",
2018
- "h",
2019
2075
  "hb"
2020
2076
  ],
2021
2077
  PF: [
@@ -2073,8 +2129,8 @@ var ce = {
2073
2129
  "H"
2074
2130
  ],
2075
2131
  PY: [
2076
- "H",
2077
2132
  "h",
2133
+ "H",
2078
2134
  "hB",
2079
2135
  "hb"
2080
2136
  ],
@@ -2187,8 +2243,8 @@ var ce = {
2187
2243
  "hB"
2188
2244
  ],
2189
2245
  SV: [
2190
- "H",
2191
2246
  "h",
2247
+ "H",
2192
2248
  "hB",
2193
2249
  "hb"
2194
2250
  ],
@@ -2310,8 +2366,8 @@ var ce = {
2310
2366
  "hB"
2311
2367
  ],
2312
2368
  UY: [
2313
- "H",
2314
2369
  "h",
2370
+ "H",
2315
2371
  "hB",
2316
2372
  "hb"
2317
2373
  ],
@@ -2419,37 +2475,37 @@ var ce = {
2419
2475
  "H",
2420
2476
  "hB"
2421
2477
  ],
2422
- "es-BO": [
2423
- "H",
2478
+ "en-HK": [
2424
2479
  "h",
2425
- "hB",
2426
- "hb"
2480
+ "hb",
2481
+ "H",
2482
+ "hB"
2427
2483
  ],
2428
- "es-BR": [
2484
+ "en-IL": [
2429
2485
  "H",
2430
2486
  "h",
2431
- "hB",
2432
- "hb"
2487
+ "hb",
2488
+ "hB"
2433
2489
  ],
2434
- "es-EC": [
2435
- "H",
2490
+ "en-MY": [
2436
2491
  "h",
2437
- "hB",
2438
- "hb"
2492
+ "hb",
2493
+ "H",
2494
+ "hB"
2439
2495
  ],
2440
- "es-ES": [
2496
+ "es-BR": [
2441
2497
  "H",
2442
2498
  "h",
2443
2499
  "hB",
2444
2500
  "hb"
2445
2501
  ],
2446
- "es-GQ": [
2502
+ "es-ES": [
2447
2503
  "H",
2448
2504
  "h",
2449
2505
  "hB",
2450
2506
  "hb"
2451
2507
  ],
2452
- "es-PE": [
2508
+ "es-GQ": [
2453
2509
  "H",
2454
2510
  "h",
2455
2511
  "hB",
@@ -2526,13 +2582,13 @@ var ce = {
2526
2582
  "h"
2527
2583
  ]
2528
2584
  };
2529
- function nn(e, t) {
2585
+ function ln(e, t) {
2530
2586
  for (var r = "", n = 0; n < e.length; n++) {
2531
2587
  var i = e.charAt(n);
2532
2588
  if (i === "j") {
2533
2589
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2534
2590
  s++, n++;
2535
- var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = sn(t);
2591
+ var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = fn(t);
2536
2592
  for ((a == "H" || a == "k") && (u = 0); u-- > 0; )
2537
2593
  r += h;
2538
2594
  for (; o-- > 0; )
@@ -2541,7 +2597,7 @@ function nn(e, t) {
2541
2597
  }
2542
2598
  return r;
2543
2599
  }
2544
- function sn(e) {
2600
+ function fn(e) {
2545
2601
  var t = e.hourCycle;
2546
2602
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2547
2603
  e.hourCycles && // @ts-ignore
@@ -2563,20 +2619,20 @@ function sn(e) {
2563
2619
  var i = ce[n || ""] || ce[r || ""] || ce["".concat(r, "-001")] || ce["001"];
2564
2620
  return i[0];
2565
2621
  }
2566
- var Se, on = new RegExp("^".concat(Ut.source, "*")), an = new RegExp("".concat(Ut.source, "*$"));
2622
+ var we, cn = new RegExp("^".concat(Dt.source, "*")), gn = new RegExp("".concat(Dt.source, "*$"));
2567
2623
  function _(e, t) {
2568
2624
  return { start: e, end: t };
2569
2625
  }
2570
- var un = !!String.prototype.startsWith && "_a".startsWith("a", 1), hn = !!String.fromCodePoint, ln = !!Object.fromEntries, fn = !!String.prototype.codePointAt, cn = !!String.prototype.trimStart, gn = !!String.prototype.trimEnd, mn = !!Number.isSafeInteger, pn = mn ? Number.isSafeInteger : function(e) {
2626
+ var mn = !!String.prototype.startsWith && "_a".startsWith("a", 1), pn = !!String.fromCodePoint, dn = !!Object.fromEntries, bn = !!String.prototype.codePointAt, yn = !!String.prototype.trimStart, _n = !!String.prototype.trimEnd, En = !!Number.isSafeInteger, xn = En ? Number.isSafeInteger : function(e) {
2571
2627
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2572
2628
  }, Re = !0;
2573
2629
  try {
2574
- var dn = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2575
- Re = ((Se = dn.exec("a")) === null || Se === void 0 ? void 0 : Se[0]) === "a";
2630
+ var vn = Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2631
+ Re = ((we = vn.exec("a")) === null || we === void 0 ? void 0 : we[0]) === "a";
2576
2632
  } catch (e) {
2577
2633
  Re = !1;
2578
2634
  }
2579
- var ht = un ? (
2635
+ var ht = mn ? (
2580
2636
  // Native
2581
2637
  function(t, r, n) {
2582
2638
  return t.startsWith(r, n);
@@ -2586,7 +2642,7 @@ var ht = un ? (
2586
2642
  function(t, r, n) {
2587
2643
  return t.slice(n, n + r.length) === r;
2588
2644
  }
2589
- ), Ue = hn ? String.fromCodePoint : (
2645
+ ), Ue = pn ? String.fromCodePoint : (
2590
2646
  // IE11
2591
2647
  function() {
2592
2648
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2600,7 +2656,7 @@ var ht = un ? (
2600
2656
  }
2601
2657
  ), lt = (
2602
2658
  // native
2603
- ln ? Object.fromEntries : (
2659
+ dn ? Object.fromEntries : (
2604
2660
  // Ponyfill
2605
2661
  function(t) {
2606
2662
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2610,7 +2666,7 @@ var ht = un ? (
2610
2666
  return r;
2611
2667
  }
2612
2668
  )
2613
- ), jt = fn ? (
2669
+ ), Vt = bn ? (
2614
2670
  // Native
2615
2671
  function(t, r) {
2616
2672
  return t.codePointAt(r);
@@ -2624,7 +2680,7 @@ var ht = un ? (
2624
2680
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2625
2681
  }
2626
2682
  }
2627
- ), bn = cn ? (
2683
+ ), Tn = yn ? (
2628
2684
  // Native
2629
2685
  function(t) {
2630
2686
  return t.trimStart();
@@ -2632,9 +2688,9 @@ var ht = un ? (
2632
2688
  ) : (
2633
2689
  // Ponyfill
2634
2690
  function(t) {
2635
- return t.replace(on, "");
2691
+ return t.replace(cn, "");
2636
2692
  }
2637
- ), yn = gn ? (
2693
+ ), Cn = _n ? (
2638
2694
  // Native
2639
2695
  function(t) {
2640
2696
  return t.trimEnd();
@@ -2642,15 +2698,15 @@ var ht = un ? (
2642
2698
  ) : (
2643
2699
  // Ponyfill
2644
2700
  function(t) {
2645
- return t.replace(an, "");
2701
+ return t.replace(gn, "");
2646
2702
  }
2647
2703
  );
2648
- function kt(e, t) {
2704
+ function Xt(e, t) {
2649
2705
  return new RegExp(e, t);
2650
2706
  }
2651
2707
  var Ge;
2652
2708
  if (Re) {
2653
- var ft = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2709
+ var ft = Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2654
2710
  Ge = function(t, r) {
2655
2711
  var n;
2656
2712
  ft.lastIndex = r;
@@ -2660,14 +2716,14 @@ if (Re) {
2660
2716
  } else
2661
2717
  Ge = function(t, r) {
2662
2718
  for (var n = []; ; ) {
2663
- var i = jt(t, r);
2664
- if (i === void 0 || Vt(i) || vn(i))
2719
+ var i = Vt(t, r);
2720
+ if (i === void 0 || zt(i) || Bn(i))
2665
2721
  break;
2666
2722
  n.push(i), r += i >= 65536 ? 2 : 1;
2667
2723
  }
2668
2724
  return Ue.apply(void 0, n);
2669
2725
  };
2670
- var _n = (
2726
+ var Hn = (
2671
2727
  /** @class */
2672
2728
  function() {
2673
2729
  function e(t, r) {
@@ -2749,7 +2805,7 @@ var _n = (
2749
2805
  return this.error(y.INVALID_TAG, _(n, this.clonePosition()));
2750
2806
  }, e.prototype.parseTagName = function() {
2751
2807
  var t = this.offset();
2752
- for (this.bump(); !this.isEOF() && xn(this.char()); )
2808
+ for (this.bump(); !this.isEOF() && Sn(this.char()); )
2753
2809
  this.bump();
2754
2810
  return this.message.slice(t, this.offset());
2755
2811
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2778,7 +2834,7 @@ var _n = (
2778
2834
  };
2779
2835
  }, e.prototype.tryParseLeftAngleBracket = function() {
2780
2836
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2781
- !En(this.peek() || 0)) ? (this.bump(), "<") : null;
2837
+ !An(this.peek() || 0)) ? (this.bump(), "<") : null;
2782
2838
  }, e.prototype.tryParseQuote = function(t) {
2783
2839
  if (this.isEOF() || this.char() !== 39)
2784
2840
  return null;
@@ -2865,7 +2921,7 @@ var _n = (
2865
2921
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2866
2922
  if (c.err)
2867
2923
  return c;
2868
- var f = yn(c.val);
2924
+ var f = Cn(c.val);
2869
2925
  if (f.length === 0)
2870
2926
  return this.error(y.EXPECT_ARGUMENT_STYLE, _(this.clonePosition(), this.clonePosition()));
2871
2927
  var d = _(l, this.clonePosition());
@@ -2876,7 +2932,7 @@ var _n = (
2876
2932
  return p;
2877
2933
  var g = _(i, this.clonePosition());
2878
2934
  if (a && ht(a == null ? void 0 : a.style, "::", 0)) {
2879
- var x = bn(a.style.slice(2));
2935
+ var x = Tn(a.style.slice(2));
2880
2936
  if (u === "number") {
2881
2937
  var c = this.parseNumberSkeletonFromString(x, a.styleLocation);
2882
2938
  return c.err ? c : {
@@ -2887,12 +2943,12 @@ var _n = (
2887
2943
  if (x.length === 0)
2888
2944
  return this.error(y.EXPECT_DATE_TIME_SKELETON, g);
2889
2945
  var m = x;
2890
- this.locale && (m = nn(x, this.locale));
2946
+ this.locale && (m = ln(x, this.locale));
2891
2947
  var f = {
2892
2948
  type: J.dateTime,
2893
2949
  pattern: m,
2894
2950
  location: a.styleLocation,
2895
- parsedOptions: this.shouldParseSkeletons ? qr(m) : {}
2951
+ parsedOptions: this.shouldParseSkeletons ? rn(m) : {}
2896
2952
  }, C = u === "date" ? T.date : T.time;
2897
2953
  return {
2898
2954
  val: { type: C, value: n, location: g, style: f },
@@ -2997,7 +3053,7 @@ var _n = (
2997
3053
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2998
3054
  var n = [];
2999
3055
  try {
3000
- n = Yr(t);
3056
+ n = sn(t);
3001
3057
  } catch (i) {
3002
3058
  return this.error(y.INVALID_NUMBER_SKELETON, r);
3003
3059
  }
@@ -3006,7 +3062,7 @@ var _n = (
3006
3062
  type: J.number,
3007
3063
  tokens: n,
3008
3064
  location: r,
3009
- parsedOptions: this.shouldParseSkeletons ? rn(n) : {}
3065
+ parsedOptions: this.shouldParseSkeletons ? hn(n) : {}
3010
3066
  },
3011
3067
  err: null
3012
3068
  };
@@ -3054,7 +3110,7 @@ var _n = (
3054
3110
  break;
3055
3111
  }
3056
3112
  var h = _(i, this.clonePosition());
3057
- return s ? (o *= n, pn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
3113
+ return s ? (o *= n, xn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
3058
3114
  }, e.prototype.offset = function() {
3059
3115
  return this.position.offset;
3060
3116
  }, e.prototype.isEOF = function() {
@@ -3069,7 +3125,7 @@ var _n = (
3069
3125
  var t = this.position.offset;
3070
3126
  if (t >= this.message.length)
3071
3127
  throw Error("out of bound");
3072
- var r = jt(this.message, t);
3128
+ var r = Vt(this.message, t);
3073
3129
  if (r === void 0)
3074
3130
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3075
3131
  return r;
@@ -3110,7 +3166,7 @@ var _n = (
3110
3166
  break;
3111
3167
  }
3112
3168
  }, e.prototype.bumpSpace = function() {
3113
- for (; !this.isEOF() && Vt(this.char()); )
3169
+ for (; !this.isEOF() && zt(this.char()); )
3114
3170
  this.bump();
3115
3171
  }, e.prototype.peek = function() {
3116
3172
  if (this.isEOF())
@@ -3123,86 +3179,36 @@ var _n = (
3123
3179
  function De(e) {
3124
3180
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3125
3181
  }
3126
- function En(e) {
3182
+ function An(e) {
3127
3183
  return De(e) || e === 47;
3128
3184
  }
3129
- function xn(e) {
3185
+ function Sn(e) {
3130
3186
  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;
3131
3187
  }
3132
- function Vt(e) {
3188
+ function zt(e) {
3133
3189
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3134
3190
  }
3135
- function vn(e) {
3191
+ function Bn(e) {
3136
3192
  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;
3137
3193
  }
3138
3194
  function Fe(e) {
3139
3195
  e.forEach(function(t) {
3140
- if (delete t.location, It(t) || Mt(t))
3196
+ if (delete t.location, $t(t) || Rt(t))
3141
3197
  for (var r in t.options)
3142
3198
  delete t.options[r].location, Fe(t.options[r].value);
3143
- else Pt(t) && Rt(t.style) || (Nt(t) || Lt(t)) && $e(t.style) ? delete t.style.location : $t(t) && Fe(t.children);
3199
+ else Lt(t) && Gt(t.style) || (It(t) || Mt(t)) && $e(t.style) ? delete t.style.location : Ut(t) && Fe(t.children);
3144
3200
  });
3145
3201
  }
3146
- function Tn(e, t) {
3202
+ function wn(e, t) {
3147
3203
  t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3148
- var r = new _n(e, t).parse();
3204
+ var r = new Hn(e, t).parse();
3149
3205
  if (r.err) {
3150
3206
  var n = SyntaxError(y[r.err.kind]);
3151
3207
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3152
3208
  }
3153
3209
  return t != null && t.captureLocation || Fe(r.val), r.val;
3154
3210
  }
3155
- function Be(e, t) {
3156
- var r = t && t.cache ? t.cache : wn, n = t && t.serializer ? t.serializer : Bn, i = t && t.strategy ? t.strategy : Hn;
3157
- return i(e, {
3158
- cache: r,
3159
- serializer: n
3160
- });
3161
- }
3162
- function Cn(e) {
3163
- return e == null || typeof e == "number" || typeof e == "boolean";
3164
- }
3165
- function Xt(e, t, r, n) {
3166
- var i = Cn(n) ? n : r(n), s = t.get(i);
3167
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
3168
- }
3169
- function zt(e, t, r) {
3170
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
3171
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
3172
- }
3173
- function Xe(e, t, r, n, i) {
3174
- return r.bind(t, e, n, i);
3175
- }
3176
- function Hn(e, t) {
3177
- var r = e.length === 1 ? Xt : zt;
3178
- return Xe(e, this, r, t.cache.create(), t.serializer);
3179
- }
3180
- function An(e, t) {
3181
- return Xe(e, this, zt, t.cache.create(), t.serializer);
3182
- }
3183
- function Sn(e, t) {
3184
- return Xe(e, this, Xt, t.cache.create(), t.serializer);
3185
- }
3186
- var Bn = function() {
3187
- return JSON.stringify(arguments);
3188
- };
3189
- function ze() {
3190
- this.cache = /* @__PURE__ */ Object.create(null);
3191
- }
3192
- ze.prototype.get = function(e) {
3193
- return this.cache[e];
3194
- };
3195
- ze.prototype.set = function(e, t) {
3196
- this.cache[e] = t;
3197
- };
3198
- var wn = {
3199
- create: function() {
3200
- return new ze();
3201
- }
3202
- }, we = {
3203
- variadic: An,
3204
- monadic: Sn
3205
- }, Y;
3211
+ var Y;
3206
3212
  (function(e) {
3207
3213
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3208
3214
  })(Y || (Y = {}));
@@ -3275,7 +3281,7 @@ function me(e, t, r, n, i, s, o) {
3275
3281
  });
3276
3282
  continue;
3277
3283
  }
3278
- if (Zr(l)) {
3284
+ if (en(l)) {
3279
3285
  typeof s == "number" && u.push({
3280
3286
  type: P.literal,
3281
3287
  value: r.getNumberFormat(t).format(s)
@@ -3286,14 +3292,14 @@ function me(e, t, r, n, i, s, o) {
3286
3292
  if (!(i && c in i))
3287
3293
  throw new Pn(c, o);
3288
3294
  var f = i[c];
3289
- if (Wr(l)) {
3295
+ if (Kr(l)) {
3290
3296
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
3291
3297
  type: typeof f == "string" ? P.literal : P.object,
3292
3298
  value: f
3293
3299
  });
3294
3300
  continue;
3295
3301
  }
3296
- if (Nt(l)) {
3302
+ if (It(l)) {
3297
3303
  var d = typeof l.style == "string" ? n.date[l.style] : $e(l.style) ? l.style.parsedOptions : void 0;
3298
3304
  u.push({
3299
3305
  type: P.literal,
@@ -3301,7 +3307,7 @@ function me(e, t, r, n, i, s, o) {
3301
3307
  });
3302
3308
  continue;
3303
3309
  }
3304
- if (Lt(l)) {
3310
+ if (Mt(l)) {
3305
3311
  var d = typeof l.style == "string" ? n.time[l.style] : $e(l.style) ? l.style.parsedOptions : n.time.medium;
3306
3312
  u.push({
3307
3313
  type: P.literal,
@@ -3309,15 +3315,15 @@ function me(e, t, r, n, i, s, o) {
3309
3315
  });
3310
3316
  continue;
3311
3317
  }
3312
- if (Pt(l)) {
3313
- var d = typeof l.style == "string" ? n.number[l.style] : Rt(l.style) ? l.style.parsedOptions : void 0;
3318
+ if (Lt(l)) {
3319
+ var d = typeof l.style == "string" ? n.number[l.style] : Gt(l.style) ? l.style.parsedOptions : void 0;
3314
3320
  d && d.scale && (f = f * (d.scale || 1)), u.push({
3315
3321
  type: P.literal,
3316
3322
  value: r.getNumberFormat(t, d).format(f)
3317
3323
  });
3318
3324
  continue;
3319
3325
  }
3320
- if ($t(l)) {
3326
+ if (Ut(l)) {
3321
3327
  var p = l.children, g = l.value, x = i[g];
3322
3328
  if (!Ln(x))
3323
3329
  throw new On(g, "function", o);
@@ -3331,14 +3337,14 @@ function me(e, t, r, n, i, s, o) {
3331
3337
  };
3332
3338
  }));
3333
3339
  }
3334
- if (It(l)) {
3340
+ if ($t(l)) {
3335
3341
  var A = l.options[f] || l.options.other;
3336
3342
  if (!A)
3337
3343
  throw new ct(l.value, f, Object.keys(l.options), o);
3338
3344
  u.push.apply(u, me(A.value, t, r, n, i));
3339
3345
  continue;
3340
3346
  }
3341
- if (Mt(l)) {
3347
+ if (Rt(l)) {
3342
3348
  var A = l.options["=".concat(f)];
3343
3349
  if (!A) {
3344
3350
  if (!Intl.PluralRules)
@@ -3386,29 +3392,29 @@ function $n(e) {
3386
3392
  dateTime: {},
3387
3393
  pluralRules: {}
3388
3394
  }), {
3389
- getNumberFormat: Be(function() {
3395
+ getNumberFormat: Se(function() {
3390
3396
  for (var t, r = [], n = 0; n < arguments.length; n++)
3391
3397
  r[n] = arguments[n];
3392
3398
  return new ((t = Intl.NumberFormat).bind.apply(t, Ae([void 0], r, !1)))();
3393
3399
  }, {
3394
3400
  cache: Oe(e.number),
3395
- strategy: we.variadic
3401
+ strategy: Be.variadic
3396
3402
  }),
3397
- getDateTimeFormat: Be(function() {
3403
+ getDateTimeFormat: Se(function() {
3398
3404
  for (var t, r = [], n = 0; n < arguments.length; n++)
3399
3405
  r[n] = arguments[n];
3400
3406
  return new ((t = Intl.DateTimeFormat).bind.apply(t, Ae([void 0], r, !1)))();
3401
3407
  }, {
3402
3408
  cache: Oe(e.dateTime),
3403
- strategy: we.variadic
3409
+ strategy: Be.variadic
3404
3410
  }),
3405
- getPluralRules: Be(function() {
3411
+ getPluralRules: Se(function() {
3406
3412
  for (var t, r = [], n = 0; n < arguments.length; n++)
3407
3413
  r[n] = arguments[n];
3408
3414
  return new ((t = Intl.PluralRules).bind.apply(t, Ae([void 0], r, !1)))();
3409
3415
  }, {
3410
3416
  cache: Oe(e.pluralRules),
3411
- strategy: we.variadic
3417
+ strategy: Be.variadic
3412
3418
  })
3413
3419
  };
3414
3420
  }
@@ -3416,8 +3422,9 @@ var Rn = (
3416
3422
  /** @class */
3417
3423
  function() {
3418
3424
  function e(t, r, n, i) {
3425
+ r === void 0 && (r = e.defaultLocale);
3419
3426
  var s = this;
3420
- if (r === void 0 && (r = e.defaultLocale), this.formatterCache = {
3427
+ if (this.formatterCache = {
3421
3428
  number: {},
3422
3429
  dateTime: {},
3423
3430
  pluralRules: {}
@@ -3462,7 +3469,7 @@ var Rn = (
3462
3469
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3463
3470
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3464
3471
  }
3465
- }, e.__parse = Tn, e.formats = {
3472
+ }, e.__parse = wn, e.formats = {
3466
3473
  number: {
3467
3474
  integer: {
3468
3475
  maximumFractionDigits: 0
@@ -3931,6 +3938,12 @@ const yt = {
3931
3938
  otherCategories: "Otras Categorias",
3932
3939
  Loading: "Cargando, por favor espere...",
3933
3940
  games: "juegos"
3941
+ },
3942
+ "en-us": {
3943
+ topCategories: "Top Categories",
3944
+ otherCategories: "Other Categories",
3945
+ loading: "Loading, please wait...",
3946
+ games: "games"
3934
3947
  }
3935
3948
  };
3936
3949
  function yi(e) {