@everymatrix/general-player-register-form-step3-nd 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.
@@ -680,7 +680,57 @@ function dr(e, t, r) {
680
680
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
681
681
  return e.concat(s || Array.prototype.slice.call(t));
682
682
  }
683
- var T;
683
+ function mr(e, t) {
684
+ var r = t && t.cache ? t.cache : $i, n = t && t.serializer ? t.serializer : Zi, i = t && t.strategy ? t.strategy : Xi;
685
+ return i(e, {
686
+ cache: r,
687
+ serializer: n
688
+ });
689
+ }
690
+ function Vi(e) {
691
+ return e == null || typeof e == "number" || typeof e == "boolean";
692
+ }
693
+ function Bn(e, t, r, n) {
694
+ var i = Vi(n) ? n : r(n), s = t.get(i);
695
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
696
+ }
697
+ function Pn(e, t, r) {
698
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
699
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
700
+ }
701
+ function Mr(e, t, r, n, i) {
702
+ return r.bind(t, e, n, i);
703
+ }
704
+ function Xi(e, t) {
705
+ var r = e.length === 1 ? Bn : Pn;
706
+ return Mr(e, this, r, t.cache.create(), t.serializer);
707
+ }
708
+ function Wi(e, t) {
709
+ return Mr(e, this, Pn, t.cache.create(), t.serializer);
710
+ }
711
+ function qi(e, t) {
712
+ return Mr(e, this, Bn, t.cache.create(), t.serializer);
713
+ }
714
+ var Zi = function() {
715
+ return JSON.stringify(arguments);
716
+ };
717
+ function Nr() {
718
+ this.cache = /* @__PURE__ */ Object.create(null);
719
+ }
720
+ Nr.prototype.get = function(e) {
721
+ return this.cache[e];
722
+ };
723
+ Nr.prototype.set = function(e, t) {
724
+ this.cache[e] = t;
725
+ };
726
+ var $i = {
727
+ create: function() {
728
+ return new Nr();
729
+ }
730
+ }, pr = {
731
+ variadic: Wi,
732
+ monadic: qi
733
+ }, T;
684
734
  (function(e) {
685
735
  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";
686
736
  })(T || (T = {}));
@@ -695,40 +745,40 @@ var ht;
695
745
  function Vr(e) {
696
746
  return e.type === R.literal;
697
747
  }
698
- function Vi(e) {
748
+ function Qi(e) {
699
749
  return e.type === R.argument;
700
750
  }
701
- function Bn(e) {
751
+ function On(e) {
702
752
  return e.type === R.number;
703
753
  }
704
- function Pn(e) {
754
+ function Mn(e) {
705
755
  return e.type === R.date;
706
756
  }
707
- function On(e) {
757
+ function Nn(e) {
708
758
  return e.type === R.time;
709
759
  }
710
- function Mn(e) {
760
+ function kn(e) {
711
761
  return e.type === R.select;
712
762
  }
713
- function Nn(e) {
763
+ function In(e) {
714
764
  return e.type === R.plural;
715
765
  }
716
- function Xi(e) {
766
+ function Ji(e) {
717
767
  return e.type === R.pound;
718
768
  }
719
- function kn(e) {
769
+ function Ln(e) {
720
770
  return e.type === R.tag;
721
771
  }
722
- function In(e) {
772
+ function Rn(e) {
723
773
  return !!(e && typeof e == "object" && e.type === ht.number);
724
774
  }
725
775
  function Cr(e) {
726
776
  return !!(e && typeof e == "object" && e.type === ht.dateTime);
727
777
  }
728
- var Ln = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Wi = /(?:[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;
729
- function qi(e) {
778
+ var Un = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Yi = /(?:[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;
779
+ function Ki(e) {
730
780
  var t = {};
731
- return e.replace(Wi, function(r) {
781
+ return e.replace(Yi, function(r) {
732
782
  var n = r.length;
733
783
  switch (r[0]) {
734
784
  case "G":
@@ -817,11 +867,11 @@ function qi(e) {
817
867
  return "";
818
868
  }), t;
819
869
  }
820
- var Zi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
821
- function $i(e) {
870
+ var es = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
871
+ function ts(e) {
822
872
  if (e.length === 0)
823
873
  throw new Error("Number skeleton cannot be empty");
824
- for (var t = e.split(Zi).filter(function(m) {
874
+ for (var t = e.split(es).filter(function(m) {
825
875
  return m.length > 0;
826
876
  }), r = [], n = 0, i = t; n < i.length; n++) {
827
877
  var s = i[n], o = s.split("/");
@@ -836,17 +886,17 @@ function $i(e) {
836
886
  }
837
887
  return r;
838
888
  }
839
- function Qi(e) {
889
+ function rs(e) {
840
890
  return e.replace(/^(.*?)-/, "");
841
891
  }
842
- var Xr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rn = /^(@+)?(\+|#+)?[rs]?$/g, Ji = /(\*)(0+)|(#+)(0+)|(0+)/g, Un = /^(0+)$/;
892
+ var Xr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Fn = /^(@+)?(\+|#+)?[rs]?$/g, ns = /(\*)(0+)|(#+)(0+)|(0+)/g, Dn = /^(0+)$/;
843
893
  function Wr(e) {
844
894
  var t = {};
845
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rn, function(r, n, i) {
895
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Fn, function(r, n, i) {
846
896
  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)), "";
847
897
  }), t;
848
898
  }
849
- function Fn(e) {
899
+ function Gn(e) {
850
900
  switch (e) {
851
901
  case "sign-auto":
852
902
  return {
@@ -886,7 +936,7 @@ function Fn(e) {
886
936
  };
887
937
  }
888
938
  }
889
- function Yi(e) {
939
+ function is(e) {
890
940
  var t;
891
941
  if (e[0] === "E" && e[1] === "E" ? (t = {
892
942
  notation: "engineering"
@@ -894,17 +944,17 @@ function Yi(e) {
894
944
  notation: "scientific"
895
945
  }, e = e.slice(1)), t) {
896
946
  var r = e.slice(0, 2);
897
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Un.test(e))
947
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dn.test(e))
898
948
  throw new Error("Malformed concise eng/scientific notation");
899
949
  t.minimumIntegerDigits = e.length;
900
950
  }
901
951
  return t;
902
952
  }
903
953
  function qr(e) {
904
- var t = {}, r = Fn(e);
954
+ var t = {}, r = Gn(e);
905
955
  return r || t;
906
956
  }
907
- function Ki(e) {
957
+ function ss(e) {
908
958
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
909
959
  var i = n[r];
910
960
  switch (i.stem) {
@@ -928,7 +978,7 @@ function Ki(e) {
928
978
  continue;
929
979
  case "measure-unit":
930
980
  case "unit":
931
- t.style = "unit", t.unit = Qi(i.options[0]);
981
+ t.style = "unit", t.unit = rs(i.options[0]);
932
982
  continue;
933
983
  case "compact-short":
934
984
  case "K":
@@ -990,7 +1040,7 @@ function Ki(e) {
990
1040
  case "integer-width":
991
1041
  if (i.options.length > 1)
992
1042
  throw new RangeError("integer-width stems only accept a single optional option");
993
- i.options[0].replace(Ji, function(c, a, h, d, m, E) {
1043
+ i.options[0].replace(ns, function(c, a, h, d, m, E) {
994
1044
  if (a)
995
1045
  t.minimumIntegerDigits = h.length;
996
1046
  else {
@@ -1003,7 +1053,7 @@ function Ki(e) {
1003
1053
  });
1004
1054
  continue;
1005
1055
  }
1006
- if (Un.test(i.stem)) {
1056
+ if (Dn.test(i.stem)) {
1007
1057
  t.minimumIntegerDigits = i.stem.length;
1008
1058
  continue;
1009
1059
  }
@@ -1017,13 +1067,13 @@ function Ki(e) {
1017
1067
  s === "w" ? t = P(P({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = P(P({}, t), Wr(s)));
1018
1068
  continue;
1019
1069
  }
1020
- if (Rn.test(i.stem)) {
1070
+ if (Fn.test(i.stem)) {
1021
1071
  t = P(P({}, t), Wr(i.stem));
1022
1072
  continue;
1023
1073
  }
1024
- var o = Fn(i.stem);
1074
+ var o = Gn(i.stem);
1025
1075
  o && (t = P(P({}, t), o));
1026
- var l = Yi(i.stem);
1076
+ var l = is(i.stem);
1027
1077
  l && (t = P(P({}, t), l));
1028
1078
  }
1029
1079
  return t;
@@ -1033,6 +1083,12 @@ var Qt = {
1033
1083
  "H",
1034
1084
  "h"
1035
1085
  ],
1086
+ 419: [
1087
+ "h",
1088
+ "H",
1089
+ "hB",
1090
+ "hb"
1091
+ ],
1036
1092
  AC: [
1037
1093
  "H",
1038
1094
  "h",
@@ -1081,8 +1137,8 @@ var Qt = {
1081
1137
  "hB"
1082
1138
  ],
1083
1139
  AR: [
1084
- "H",
1085
1140
  "h",
1141
+ "H",
1086
1142
  "hB",
1087
1143
  "hb"
1088
1144
  ],
@@ -1172,9 +1228,9 @@ var Qt = {
1172
1228
  "H"
1173
1229
  ],
1174
1230
  BO: [
1231
+ "h",
1175
1232
  "H",
1176
1233
  "hB",
1177
- "h",
1178
1234
  "hb"
1179
1235
  ],
1180
1236
  BQ: [
@@ -1251,8 +1307,8 @@ var Qt = {
1251
1307
  "hB"
1252
1308
  ],
1253
1309
  CL: [
1254
- "H",
1255
1310
  "h",
1311
+ "H",
1256
1312
  "hB",
1257
1313
  "hb"
1258
1314
  ],
@@ -1277,14 +1333,14 @@ var Qt = {
1277
1333
  "H"
1278
1334
  ],
1279
1335
  CR: [
1280
- "H",
1281
1336
  "h",
1337
+ "H",
1282
1338
  "hB",
1283
1339
  "hb"
1284
1340
  ],
1285
1341
  CU: [
1286
- "H",
1287
1342
  "h",
1343
+ "H",
1288
1344
  "hB",
1289
1345
  "hb"
1290
1346
  ],
@@ -1353,9 +1409,9 @@ var Qt = {
1353
1409
  "hb"
1354
1410
  ],
1355
1411
  EC: [
1412
+ "h",
1356
1413
  "H",
1357
1414
  "hB",
1358
- "h",
1359
1415
  "hb"
1360
1416
  ],
1361
1417
  EE: [
@@ -1491,8 +1547,8 @@ var Qt = {
1491
1547
  "hB"
1492
1548
  ],
1493
1549
  GT: [
1494
- "H",
1495
1550
  "h",
1551
+ "H",
1496
1552
  "hB",
1497
1553
  "hb"
1498
1554
  ],
@@ -1519,8 +1575,8 @@ var Qt = {
1519
1575
  "H"
1520
1576
  ],
1521
1577
  HN: [
1522
- "H",
1523
1578
  "h",
1579
+ "H",
1524
1580
  "hB",
1525
1581
  "hb"
1526
1582
  ],
@@ -1834,8 +1890,8 @@ var Qt = {
1834
1890
  "hB"
1835
1891
  ],
1836
1892
  MX: [
1837
- "H",
1838
1893
  "h",
1894
+ "H",
1839
1895
  "hB",
1840
1896
  "hb"
1841
1897
  ],
@@ -1875,8 +1931,8 @@ var Qt = {
1875
1931
  "hB"
1876
1932
  ],
1877
1933
  NI: [
1878
- "H",
1879
1934
  "h",
1935
+ "H",
1880
1936
  "hB",
1881
1937
  "hb"
1882
1938
  ],
@@ -1924,9 +1980,9 @@ var Qt = {
1924
1980
  "hb"
1925
1981
  ],
1926
1982
  PE: [
1983
+ "h",
1927
1984
  "H",
1928
1985
  "hB",
1929
- "h",
1930
1986
  "hb"
1931
1987
  ],
1932
1988
  PF: [
@@ -1984,8 +2040,8 @@ var Qt = {
1984
2040
  "H"
1985
2041
  ],
1986
2042
  PY: [
1987
- "H",
1988
2043
  "h",
2044
+ "H",
1989
2045
  "hB",
1990
2046
  "hb"
1991
2047
  ],
@@ -2098,8 +2154,8 @@ var Qt = {
2098
2154
  "hB"
2099
2155
  ],
2100
2156
  SV: [
2101
- "H",
2102
2157
  "h",
2158
+ "H",
2103
2159
  "hB",
2104
2160
  "hb"
2105
2161
  ],
@@ -2221,8 +2277,8 @@ var Qt = {
2221
2277
  "hB"
2222
2278
  ],
2223
2279
  UY: [
2224
- "H",
2225
2280
  "h",
2281
+ "H",
2226
2282
  "hB",
2227
2283
  "hb"
2228
2284
  ],
@@ -2330,37 +2386,37 @@ var Qt = {
2330
2386
  "H",
2331
2387
  "hB"
2332
2388
  ],
2333
- "es-BO": [
2334
- "H",
2389
+ "en-HK": [
2335
2390
  "h",
2336
- "hB",
2337
- "hb"
2391
+ "hb",
2392
+ "H",
2393
+ "hB"
2338
2394
  ],
2339
- "es-BR": [
2395
+ "en-IL": [
2340
2396
  "H",
2341
2397
  "h",
2342
- "hB",
2343
- "hb"
2398
+ "hb",
2399
+ "hB"
2344
2400
  ],
2345
- "es-EC": [
2346
- "H",
2401
+ "en-MY": [
2347
2402
  "h",
2348
- "hB",
2349
- "hb"
2403
+ "hb",
2404
+ "H",
2405
+ "hB"
2350
2406
  ],
2351
- "es-ES": [
2407
+ "es-BR": [
2352
2408
  "H",
2353
2409
  "h",
2354
2410
  "hB",
2355
2411
  "hb"
2356
2412
  ],
2357
- "es-GQ": [
2413
+ "es-ES": [
2358
2414
  "H",
2359
2415
  "h",
2360
2416
  "hB",
2361
2417
  "hb"
2362
2418
  ],
2363
- "es-PE": [
2419
+ "es-GQ": [
2364
2420
  "H",
2365
2421
  "h",
2366
2422
  "hB",
@@ -2437,13 +2493,13 @@ var Qt = {
2437
2493
  "h"
2438
2494
  ]
2439
2495
  };
2440
- function es(e, t) {
2496
+ function os(e, t) {
2441
2497
  for (var r = "", n = 0; n < e.length; n++) {
2442
2498
  var i = e.charAt(n);
2443
2499
  if (i === "j") {
2444
2500
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2445
2501
  s++, n++;
2446
- var o = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), c = "a", a = ts(t);
2502
+ var o = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), c = "a", a = as(t);
2447
2503
  for ((a == "H" || a == "k") && (l = 0); l-- > 0; )
2448
2504
  r += c;
2449
2505
  for (; o-- > 0; )
@@ -2452,7 +2508,7 @@ function es(e, t) {
2452
2508
  }
2453
2509
  return r;
2454
2510
  }
2455
- function ts(e) {
2511
+ function as(e) {
2456
2512
  var t = e.hourCycle;
2457
2513
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2458
2514
  e.hourCycles && // @ts-ignore
@@ -2474,20 +2530,20 @@ function ts(e) {
2474
2530
  var i = Qt[n || ""] || Qt[r || ""] || Qt["".concat(r, "-001")] || Qt["001"];
2475
2531
  return i[0];
2476
2532
  }
2477
- var mr, rs = new RegExp("^".concat(Ln.source, "*")), ns = new RegExp("".concat(Ln.source, "*$"));
2533
+ var gr, ls = new RegExp("^".concat(Un.source, "*")), us = new RegExp("".concat(Un.source, "*$"));
2478
2534
  function B(e, t) {
2479
2535
  return { start: e, end: t };
2480
2536
  }
2481
- var is = !!String.prototype.startsWith && "_a".startsWith("a", 1), ss = !!String.fromCodePoint, os = !!Object.fromEntries, as = !!String.prototype.codePointAt, ls = !!String.prototype.trimStart, us = !!String.prototype.trimEnd, cs = !!Number.isSafeInteger, hs = cs ? Number.isSafeInteger : function(e) {
2537
+ var cs = !!String.prototype.startsWith && "_a".startsWith("a", 1), hs = !!String.fromCodePoint, fs = !!Object.fromEntries, ds = !!String.prototype.codePointAt, ms = !!String.prototype.trimStart, ps = !!String.prototype.trimEnd, gs = !!Number.isSafeInteger, bs = gs ? Number.isSafeInteger : function(e) {
2482
2538
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2483
2539
  }, xr = !0;
2484
2540
  try {
2485
- var fs = Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2486
- xr = ((mr = fs.exec("a")) === null || mr === void 0 ? void 0 : mr[0]) === "a";
2541
+ var ys = zn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2542
+ xr = ((gr = ys.exec("a")) === null || gr === void 0 ? void 0 : gr[0]) === "a";
2487
2543
  } catch (e) {
2488
2544
  xr = !1;
2489
2545
  }
2490
- var Zr = is ? (
2546
+ var Zr = cs ? (
2491
2547
  // Native
2492
2548
  function(t, r, n) {
2493
2549
  return t.startsWith(r, n);
@@ -2497,7 +2553,7 @@ var Zr = is ? (
2497
2553
  function(t, r, n) {
2498
2554
  return t.slice(n, n + r.length) === r;
2499
2555
  }
2500
- ), Ar = ss ? String.fromCodePoint : (
2556
+ ), Ar = hs ? String.fromCodePoint : (
2501
2557
  // IE11
2502
2558
  function() {
2503
2559
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2511,7 +2567,7 @@ var Zr = is ? (
2511
2567
  }
2512
2568
  ), $r = (
2513
2569
  // native
2514
- os ? Object.fromEntries : (
2570
+ fs ? Object.fromEntries : (
2515
2571
  // Ponyfill
2516
2572
  function(t) {
2517
2573
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2521,7 +2577,7 @@ var Zr = is ? (
2521
2577
  return r;
2522
2578
  }
2523
2579
  )
2524
- ), Dn = as ? (
2580
+ ), jn = ds ? (
2525
2581
  // Native
2526
2582
  function(t, r) {
2527
2583
  return t.codePointAt(r);
@@ -2535,7 +2591,7 @@ var Zr = is ? (
2535
2591
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2536
2592
  }
2537
2593
  }
2538
- ), ds = ls ? (
2594
+ ), _s = ms ? (
2539
2595
  // Native
2540
2596
  function(t) {
2541
2597
  return t.trimStart();
@@ -2543,9 +2599,9 @@ var Zr = is ? (
2543
2599
  ) : (
2544
2600
  // Ponyfill
2545
2601
  function(t) {
2546
- return t.replace(rs, "");
2602
+ return t.replace(ls, "");
2547
2603
  }
2548
- ), ms = us ? (
2604
+ ), Es = ps ? (
2549
2605
  // Native
2550
2606
  function(t) {
2551
2607
  return t.trimEnd();
@@ -2553,15 +2609,15 @@ var Zr = is ? (
2553
2609
  ) : (
2554
2610
  // Ponyfill
2555
2611
  function(t) {
2556
- return t.replace(ns, "");
2612
+ return t.replace(us, "");
2557
2613
  }
2558
2614
  );
2559
- function Gn(e, t) {
2615
+ function zn(e, t) {
2560
2616
  return new RegExp(e, t);
2561
2617
  }
2562
2618
  var wr;
2563
2619
  if (xr) {
2564
- var Qr = Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2620
+ var Qr = zn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2565
2621
  wr = function(t, r) {
2566
2622
  var n;
2567
2623
  Qr.lastIndex = r;
@@ -2571,14 +2627,14 @@ if (xr) {
2571
2627
  } else
2572
2628
  wr = function(t, r) {
2573
2629
  for (var n = []; ; ) {
2574
- var i = Dn(t, r);
2575
- if (i === void 0 || jn(i) || ys(i))
2630
+ var i = jn(t, r);
2631
+ if (i === void 0 || Vn(i) || As(i))
2576
2632
  break;
2577
2633
  n.push(i), r += i >= 65536 ? 2 : 1;
2578
2634
  }
2579
2635
  return Ar.apply(void 0, n);
2580
2636
  };
2581
- var ps = (
2637
+ var vs = (
2582
2638
  /** @class */
2583
2639
  function() {
2584
2640
  function e(t, r) {
@@ -2660,7 +2716,7 @@ var ps = (
2660
2716
  return this.error(T.INVALID_TAG, B(n, this.clonePosition()));
2661
2717
  }, e.prototype.parseTagName = function() {
2662
2718
  var t = this.offset();
2663
- for (this.bump(); !this.isEOF() && bs(this.char()); )
2719
+ for (this.bump(); !this.isEOF() && xs(this.char()); )
2664
2720
  this.bump();
2665
2721
  return this.message.slice(t, this.offset());
2666
2722
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2689,7 +2745,7 @@ var ps = (
2689
2745
  };
2690
2746
  }, e.prototype.tryParseLeftAngleBracket = function() {
2691
2747
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2692
- !gs(this.peek() || 0)) ? (this.bump(), "<") : null;
2748
+ !Cs(this.peek() || 0)) ? (this.bump(), "<") : null;
2693
2749
  }, e.prototype.tryParseQuote = function(t) {
2694
2750
  if (this.isEOF() || this.char() !== 39)
2695
2751
  return null;
@@ -2776,7 +2832,7 @@ var ps = (
2776
2832
  var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
2777
2833
  if (d.err)
2778
2834
  return d;
2779
- var m = ms(d.val);
2835
+ var m = Es(d.val);
2780
2836
  if (m.length === 0)
2781
2837
  return this.error(T.EXPECT_ARGUMENT_STYLE, B(this.clonePosition(), this.clonePosition()));
2782
2838
  var E = B(h, this.clonePosition());
@@ -2787,7 +2843,7 @@ var ps = (
2787
2843
  return _;
2788
2844
  var v = B(i, this.clonePosition());
2789
2845
  if (a && Zr(a == null ? void 0 : a.style, "::", 0)) {
2790
- var O = ds(a.style.slice(2));
2846
+ var O = _s(a.style.slice(2));
2791
2847
  if (l === "number") {
2792
2848
  var d = this.parseNumberSkeletonFromString(O, a.styleLocation);
2793
2849
  return d.err ? d : {
@@ -2798,12 +2854,12 @@ var ps = (
2798
2854
  if (O.length === 0)
2799
2855
  return this.error(T.EXPECT_DATE_TIME_SKELETON, v);
2800
2856
  var H = O;
2801
- this.locale && (H = es(O, this.locale));
2857
+ this.locale && (H = os(O, this.locale));
2802
2858
  var m = {
2803
2859
  type: ht.dateTime,
2804
2860
  pattern: H,
2805
2861
  location: a.styleLocation,
2806
- parsedOptions: this.shouldParseSkeletons ? qi(H) : {}
2862
+ parsedOptions: this.shouldParseSkeletons ? Ki(H) : {}
2807
2863
  }, V = l === "date" ? R.date : R.time;
2808
2864
  return {
2809
2865
  val: { type: V, value: n, location: v, style: m },
@@ -2908,7 +2964,7 @@ var ps = (
2908
2964
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2909
2965
  var n = [];
2910
2966
  try {
2911
- n = $i(t);
2967
+ n = ts(t);
2912
2968
  } catch (i) {
2913
2969
  return this.error(T.INVALID_NUMBER_SKELETON, r);
2914
2970
  }
@@ -2917,7 +2973,7 @@ var ps = (
2917
2973
  type: ht.number,
2918
2974
  tokens: n,
2919
2975
  location: r,
2920
- parsedOptions: this.shouldParseSkeletons ? Ki(n) : {}
2976
+ parsedOptions: this.shouldParseSkeletons ? ss(n) : {}
2921
2977
  },
2922
2978
  err: null
2923
2979
  };
@@ -2965,7 +3021,7 @@ var ps = (
2965
3021
  break;
2966
3022
  }
2967
3023
  var c = B(i, this.clonePosition());
2968
- return s ? (o *= n, hs(o) ? { val: o, err: null } : this.error(r, c)) : this.error(t, c);
3024
+ return s ? (o *= n, bs(o) ? { val: o, err: null } : this.error(r, c)) : this.error(t, c);
2969
3025
  }, e.prototype.offset = function() {
2970
3026
  return this.position.offset;
2971
3027
  }, e.prototype.isEOF = function() {
@@ -2980,7 +3036,7 @@ var ps = (
2980
3036
  var t = this.position.offset;
2981
3037
  if (t >= this.message.length)
2982
3038
  throw Error("out of bound");
2983
- var r = Dn(this.message, t);
3039
+ var r = jn(this.message, t);
2984
3040
  if (r === void 0)
2985
3041
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
2986
3042
  return r;
@@ -3021,7 +3077,7 @@ var ps = (
3021
3077
  break;
3022
3078
  }
3023
3079
  }, e.prototype.bumpSpace = function() {
3024
- for (; !this.isEOF() && jn(this.char()); )
3080
+ for (; !this.isEOF() && Vn(this.char()); )
3025
3081
  this.bump();
3026
3082
  }, e.prototype.peek = function() {
3027
3083
  if (this.isEOF())
@@ -3034,86 +3090,36 @@ var ps = (
3034
3090
  function Tr(e) {
3035
3091
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3036
3092
  }
3037
- function gs(e) {
3093
+ function Cs(e) {
3038
3094
  return Tr(e) || e === 47;
3039
3095
  }
3040
- function bs(e) {
3096
+ function xs(e) {
3041
3097
  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;
3042
3098
  }
3043
- function jn(e) {
3099
+ function Vn(e) {
3044
3100
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3045
3101
  }
3046
- function ys(e) {
3102
+ function As(e) {
3047
3103
  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;
3048
3104
  }
3049
3105
  function Sr(e) {
3050
3106
  e.forEach(function(t) {
3051
- if (delete t.location, Mn(t) || Nn(t))
3107
+ if (delete t.location, kn(t) || In(t))
3052
3108
  for (var r in t.options)
3053
3109
  delete t.options[r].location, Sr(t.options[r].value);
3054
- else Bn(t) && In(t.style) || (Pn(t) || On(t)) && Cr(t.style) ? delete t.style.location : kn(t) && Sr(t.children);
3110
+ else On(t) && Rn(t.style) || (Mn(t) || Nn(t)) && Cr(t.style) ? delete t.style.location : Ln(t) && Sr(t.children);
3055
3111
  });
3056
3112
  }
3057
- function _s(e, t) {
3113
+ function ws(e, t) {
3058
3114
  t === void 0 && (t = {}), t = P({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3059
- var r = new ps(e, t).parse();
3115
+ var r = new vs(e, t).parse();
3060
3116
  if (r.err) {
3061
3117
  var n = SyntaxError(T[r.err.kind]);
3062
3118
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3063
3119
  }
3064
3120
  return t != null && t.captureLocation || Sr(r.val), r.val;
3065
3121
  }
3066
- function pr(e, t) {
3067
- var r = t && t.cache ? t.cache : ws, n = t && t.serializer ? t.serializer : As, i = t && t.strategy ? t.strategy : vs;
3068
- return i(e, {
3069
- cache: r,
3070
- serializer: n
3071
- });
3072
- }
3073
- function Es(e) {
3074
- return e == null || typeof e == "number" || typeof e == "boolean";
3075
- }
3076
- function zn(e, t, r, n) {
3077
- var i = Es(n) ? n : r(n), s = t.get(i);
3078
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
3079
- }
3080
- function Vn(e, t, r) {
3081
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
3082
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
3083
- }
3084
- function Mr(e, t, r, n, i) {
3085
- return r.bind(t, e, n, i);
3086
- }
3087
- function vs(e, t) {
3088
- var r = e.length === 1 ? zn : Vn;
3089
- return Mr(e, this, r, t.cache.create(), t.serializer);
3090
- }
3091
- function Cs(e, t) {
3092
- return Mr(e, this, Vn, t.cache.create(), t.serializer);
3093
- }
3094
- function xs(e, t) {
3095
- return Mr(e, this, zn, t.cache.create(), t.serializer);
3096
- }
3097
- var As = function() {
3098
- return JSON.stringify(arguments);
3099
- };
3100
- function Nr() {
3101
- this.cache = /* @__PURE__ */ Object.create(null);
3102
- }
3103
- Nr.prototype.get = function(e) {
3104
- return this.cache[e];
3105
- };
3106
- Nr.prototype.set = function(e, t) {
3107
- this.cache[e] = t;
3108
- };
3109
- var ws = {
3110
- create: function() {
3111
- return new Nr();
3112
- }
3113
- }, gr = {
3114
- variadic: Cs,
3115
- monadic: xs
3116
- }, ft;
3122
+ var ft;
3117
3123
  (function(e) {
3118
3124
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3119
3125
  })(ft || (ft = {}));
@@ -3186,7 +3192,7 @@ function Yt(e, t, r, n, i, s, o) {
3186
3192
  });
3187
3193
  continue;
3188
3194
  }
3189
- if (Xi(h)) {
3195
+ if (Ji(h)) {
3190
3196
  typeof s == "number" && l.push({
3191
3197
  type: J.literal,
3192
3198
  value: r.getNumberFormat(t).format(s)
@@ -3197,14 +3203,14 @@ function Yt(e, t, r, n, i, s, o) {
3197
3203
  if (!(i && d in i))
3198
3204
  throw new Ss(d, o);
3199
3205
  var m = i[d];
3200
- if (Vi(h)) {
3206
+ if (Qi(h)) {
3201
3207
  (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), l.push({
3202
3208
  type: typeof m == "string" ? J.literal : J.object,
3203
3209
  value: m
3204
3210
  });
3205
3211
  continue;
3206
3212
  }
3207
- if (Pn(h)) {
3213
+ if (Mn(h)) {
3208
3214
  var E = typeof h.style == "string" ? n.date[h.style] : Cr(h.style) ? h.style.parsedOptions : void 0;
3209
3215
  l.push({
3210
3216
  type: J.literal,
@@ -3212,7 +3218,7 @@ function Yt(e, t, r, n, i, s, o) {
3212
3218
  });
3213
3219
  continue;
3214
3220
  }
3215
- if (On(h)) {
3221
+ if (Nn(h)) {
3216
3222
  var E = typeof h.style == "string" ? n.time[h.style] : Cr(h.style) ? h.style.parsedOptions : n.time.medium;
3217
3223
  l.push({
3218
3224
  type: J.literal,
@@ -3220,15 +3226,15 @@ function Yt(e, t, r, n, i, s, o) {
3220
3226
  });
3221
3227
  continue;
3222
3228
  }
3223
- if (Bn(h)) {
3224
- var E = typeof h.style == "string" ? n.number[h.style] : In(h.style) ? h.style.parsedOptions : void 0;
3229
+ if (On(h)) {
3230
+ var E = typeof h.style == "string" ? n.number[h.style] : Rn(h.style) ? h.style.parsedOptions : void 0;
3225
3231
  E && E.scale && (m = m * (E.scale || 1)), l.push({
3226
3232
  type: J.literal,
3227
3233
  value: r.getNumberFormat(t, E).format(m)
3228
3234
  });
3229
3235
  continue;
3230
3236
  }
3231
- if (kn(h)) {
3237
+ if (Ln(h)) {
3232
3238
  var _ = h.children, v = h.value, O = i[v];
3233
3239
  if (!Bs(O))
3234
3240
  throw new Ts(v, "function", o);
@@ -3242,14 +3248,14 @@ function Yt(e, t, r, n, i, s, o) {
3242
3248
  };
3243
3249
  }));
3244
3250
  }
3245
- if (Mn(h)) {
3251
+ if (kn(h)) {
3246
3252
  var N = h.options[m] || h.options.other;
3247
3253
  if (!N)
3248
3254
  throw new Jr(h.value, m, Object.keys(h.options), o);
3249
3255
  l.push.apply(l, Yt(N.value, t, r, n, i));
3250
3256
  continue;
3251
3257
  }
3252
- if (Nn(h)) {
3258
+ if (In(h)) {
3253
3259
  var N = h.options["=".concat(m)];
3254
3260
  if (!N) {
3255
3261
  if (!Intl.PluralRules)
@@ -3297,29 +3303,29 @@ function Ms(e) {
3297
3303
  dateTime: {},
3298
3304
  pluralRules: {}
3299
3305
  }), {
3300
- getNumberFormat: pr(function() {
3306
+ getNumberFormat: mr(function() {
3301
3307
  for (var t, r = [], n = 0; n < arguments.length; n++)
3302
3308
  r[n] = arguments[n];
3303
3309
  return new ((t = Intl.NumberFormat).bind.apply(t, dr([void 0], r, !1)))();
3304
3310
  }, {
3305
3311
  cache: br(e.number),
3306
- strategy: gr.variadic
3312
+ strategy: pr.variadic
3307
3313
  }),
3308
- getDateTimeFormat: pr(function() {
3314
+ getDateTimeFormat: mr(function() {
3309
3315
  for (var t, r = [], n = 0; n < arguments.length; n++)
3310
3316
  r[n] = arguments[n];
3311
3317
  return new ((t = Intl.DateTimeFormat).bind.apply(t, dr([void 0], r, !1)))();
3312
3318
  }, {
3313
3319
  cache: br(e.dateTime),
3314
- strategy: gr.variadic
3320
+ strategy: pr.variadic
3315
3321
  }),
3316
- getPluralRules: pr(function() {
3322
+ getPluralRules: mr(function() {
3317
3323
  for (var t, r = [], n = 0; n < arguments.length; n++)
3318
3324
  r[n] = arguments[n];
3319
3325
  return new ((t = Intl.PluralRules).bind.apply(t, dr([void 0], r, !1)))();
3320
3326
  }, {
3321
3327
  cache: br(e.pluralRules),
3322
- strategy: gr.variadic
3328
+ strategy: pr.variadic
3323
3329
  })
3324
3330
  };
3325
3331
  }
@@ -3327,8 +3333,9 @@ var Ns = (
3327
3333
  /** @class */
3328
3334
  function() {
3329
3335
  function e(t, r, n, i) {
3336
+ r === void 0 && (r = e.defaultLocale);
3330
3337
  var s = this;
3331
- if (r === void 0 && (r = e.defaultLocale), this.formatterCache = {
3338
+ if (this.formatterCache = {
3332
3339
  number: {},
3333
3340
  dateTime: {},
3334
3341
  pluralRules: {}
@@ -3373,7 +3380,7 @@ var Ns = (
3373
3380
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3374
3381
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3375
3382
  }
3376
- }, e.__parse = _s, e.formats = {
3383
+ }, e.__parse = ws, e.formats = {
3377
3384
  number: {
3378
3385
  integer: {
3379
3386
  maximumFractionDigits: 0