@everymatrix/casino-wagering-bonuses-controller 1.49.2 → 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.
@@ -1334,7 +1334,57 @@ function Gt(e, t, n) {
1334
1334
  (o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
1335
1335
  return e.concat(o || Array.prototype.slice.call(t));
1336
1336
  }
1337
- var V;
1337
+ function jt(e, t) {
1338
+ var n = t && t.cache ? t.cache : no, r = t && t.serializer ? t.serializer : to, i = t && t.strategy ? t.strategy : Qi;
1339
+ return i(e, {
1340
+ cache: n,
1341
+ serializer: r
1342
+ });
1343
+ }
1344
+ function Yi(e) {
1345
+ return e == null || typeof e == "number" || typeof e == "boolean";
1346
+ }
1347
+ function Hr(e, t, n, r) {
1348
+ var i = Yi(r) ? r : n(r), o = t.get(i);
1349
+ return typeof o == "undefined" && (o = e.call(this, r), t.set(i, o)), o;
1350
+ }
1351
+ function Rr(e, t, n) {
1352
+ var r = Array.prototype.slice.call(arguments, 3), i = n(r), o = t.get(i);
1353
+ return typeof o == "undefined" && (o = e.apply(this, r), t.set(i, o)), o;
1354
+ }
1355
+ function cn(e, t, n, r, i) {
1356
+ return n.bind(t, e, r, i);
1357
+ }
1358
+ function Qi(e, t) {
1359
+ var n = e.length === 1 ? Hr : Rr;
1360
+ return cn(e, this, n, t.cache.create(), t.serializer);
1361
+ }
1362
+ function $i(e, t) {
1363
+ return cn(e, this, Rr, t.cache.create(), t.serializer);
1364
+ }
1365
+ function eo(e, t) {
1366
+ return cn(e, this, Hr, t.cache.create(), t.serializer);
1367
+ }
1368
+ var to = function() {
1369
+ return JSON.stringify(arguments);
1370
+ };
1371
+ function dn() {
1372
+ this.cache = /* @__PURE__ */ Object.create(null);
1373
+ }
1374
+ dn.prototype.get = function(e) {
1375
+ return this.cache[e];
1376
+ };
1377
+ dn.prototype.set = function(e, t) {
1378
+ this.cache[e] = t;
1379
+ };
1380
+ var no = {
1381
+ create: function() {
1382
+ return new dn();
1383
+ }
1384
+ }, Wt = {
1385
+ variadic: $i,
1386
+ monadic: eo
1387
+ }, V;
1338
1388
  (function(e) {
1339
1389
  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";
1340
1390
  })(V || (V = {}));
@@ -1349,40 +1399,40 @@ var st;
1349
1399
  function Pn(e) {
1350
1400
  return e.type === ue.literal;
1351
1401
  }
1352
- function Yi(e) {
1402
+ function ro(e) {
1353
1403
  return e.type === ue.argument;
1354
1404
  }
1355
- function Hr(e) {
1405
+ function Lr(e) {
1356
1406
  return e.type === ue.number;
1357
1407
  }
1358
- function Rr(e) {
1408
+ function Mr(e) {
1359
1409
  return e.type === ue.date;
1360
1410
  }
1361
- function Lr(e) {
1411
+ function Pr(e) {
1362
1412
  return e.type === ue.time;
1363
1413
  }
1364
- function Mr(e) {
1414
+ function Nr(e) {
1365
1415
  return e.type === ue.select;
1366
1416
  }
1367
- function Pr(e) {
1417
+ function Or(e) {
1368
1418
  return e.type === ue.plural;
1369
1419
  }
1370
- function Qi(e) {
1420
+ function io(e) {
1371
1421
  return e.type === ue.pound;
1372
1422
  }
1373
- function Nr(e) {
1423
+ function Dr(e) {
1374
1424
  return e.type === ue.tag;
1375
1425
  }
1376
- function Or(e) {
1426
+ function Fr(e) {
1377
1427
  return !!(e && typeof e == "object" && e.type === st.number);
1378
1428
  }
1379
1429
  function Yt(e) {
1380
1430
  return !!(e && typeof e == "object" && e.type === st.dateTime);
1381
1431
  }
1382
- var Dr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, $i = /(?:[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;
1383
- function eo(e) {
1432
+ var kr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, oo = /(?:[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;
1433
+ function ao(e) {
1384
1434
  var t = {};
1385
- return e.replace($i, function(n) {
1435
+ return e.replace(oo, function(n) {
1386
1436
  var r = n.length;
1387
1437
  switch (n[0]) {
1388
1438
  case "G":
@@ -1471,11 +1521,11 @@ function eo(e) {
1471
1521
  return "";
1472
1522
  }), t;
1473
1523
  }
1474
- var to = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1475
- function no(e) {
1524
+ var so = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1525
+ function lo(e) {
1476
1526
  if (e.length === 0)
1477
1527
  throw new Error("Number skeleton cannot be empty");
1478
- for (var t = e.split(to).filter(function(h) {
1528
+ for (var t = e.split(so).filter(function(h) {
1479
1529
  return h.length > 0;
1480
1530
  }), n = [], r = 0, i = t; r < i.length; r++) {
1481
1531
  var o = i[r], a = o.split("/");
@@ -1490,17 +1540,17 @@ function no(e) {
1490
1540
  }
1491
1541
  return n;
1492
1542
  }
1493
- function ro(e) {
1543
+ function uo(e) {
1494
1544
  return e.replace(/^(.*?)-/, "");
1495
1545
  }
1496
- var Nn = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Fr = /^(@+)?(\+|#+)?[rs]?$/g, io = /(\*)(0+)|(#+)(0+)|(0+)/g, kr = /^(0+)$/;
1546
+ var Nn = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ur = /^(@+)?(\+|#+)?[rs]?$/g, fo = /(\*)(0+)|(#+)(0+)|(0+)/g, Gr = /^(0+)$/;
1497
1547
  function On(e) {
1498
1548
  var t = {};
1499
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Fr, function(n, r, i) {
1549
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ur, function(n, r, i) {
1500
1550
  return typeof i != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : i === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof i == "string" ? i.length : 0)), "";
1501
1551
  }), t;
1502
1552
  }
1503
- function Ur(e) {
1553
+ function jr(e) {
1504
1554
  switch (e) {
1505
1555
  case "sign-auto":
1506
1556
  return {
@@ -1540,7 +1590,7 @@ function Ur(e) {
1540
1590
  };
1541
1591
  }
1542
1592
  }
1543
- function oo(e) {
1593
+ function ho(e) {
1544
1594
  var t;
1545
1595
  if (e[0] === "E" && e[1] === "E" ? (t = {
1546
1596
  notation: "engineering"
@@ -1548,17 +1598,17 @@ function oo(e) {
1548
1598
  notation: "scientific"
1549
1599
  }, e = e.slice(1)), t) {
1550
1600
  var n = e.slice(0, 2);
1551
- if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !kr.test(e))
1601
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Gr.test(e))
1552
1602
  throw new Error("Malformed concise eng/scientific notation");
1553
1603
  t.minimumIntegerDigits = e.length;
1554
1604
  }
1555
1605
  return t;
1556
1606
  }
1557
1607
  function Dn(e) {
1558
- var t = {}, n = Ur(e);
1608
+ var t = {}, n = jr(e);
1559
1609
  return n || t;
1560
1610
  }
1561
- function ao(e) {
1611
+ function co(e) {
1562
1612
  for (var t = {}, n = 0, r = e; n < r.length; n++) {
1563
1613
  var i = r[n];
1564
1614
  switch (i.stem) {
@@ -1582,7 +1632,7 @@ function ao(e) {
1582
1632
  continue;
1583
1633
  case "measure-unit":
1584
1634
  case "unit":
1585
- t.style = "unit", t.unit = ro(i.options[0]);
1635
+ t.style = "unit", t.unit = uo(i.options[0]);
1586
1636
  continue;
1587
1637
  case "compact-short":
1588
1638
  case "K":
@@ -1644,7 +1694,7 @@ function ao(e) {
1644
1694
  case "integer-width":
1645
1695
  if (i.options.length > 1)
1646
1696
  throw new RangeError("integer-width stems only accept a single optional option");
1647
- i.options[0].replace(io, function(f, s, l, c, h, b) {
1697
+ i.options[0].replace(fo, function(f, s, l, c, h, b) {
1648
1698
  if (s)
1649
1699
  t.minimumIntegerDigits = l.length;
1650
1700
  else {
@@ -1657,7 +1707,7 @@ function ao(e) {
1657
1707
  });
1658
1708
  continue;
1659
1709
  }
1660
- if (kr.test(i.stem)) {
1710
+ if (Gr.test(i.stem)) {
1661
1711
  t.minimumIntegerDigits = i.stem.length;
1662
1712
  continue;
1663
1713
  }
@@ -1671,13 +1721,13 @@ function ao(e) {
1671
1721
  o === "w" ? t = K(K({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = K(K({}, t), On(o)));
1672
1722
  continue;
1673
1723
  }
1674
- if (Fr.test(i.stem)) {
1724
+ if (Ur.test(i.stem)) {
1675
1725
  t = K(K({}, t), On(i.stem));
1676
1726
  continue;
1677
1727
  }
1678
- var a = Ur(i.stem);
1728
+ var a = jr(i.stem);
1679
1729
  a && (t = K(K({}, t), a));
1680
- var u = oo(i.stem);
1730
+ var u = ho(i.stem);
1681
1731
  u && (t = K(K({}, t), u));
1682
1732
  }
1683
1733
  return t;
@@ -1687,6 +1737,12 @@ var St = {
1687
1737
  "H",
1688
1738
  "h"
1689
1739
  ],
1740
+ 419: [
1741
+ "h",
1742
+ "H",
1743
+ "hB",
1744
+ "hb"
1745
+ ],
1690
1746
  AC: [
1691
1747
  "H",
1692
1748
  "h",
@@ -1735,8 +1791,8 @@ var St = {
1735
1791
  "hB"
1736
1792
  ],
1737
1793
  AR: [
1738
- "H",
1739
1794
  "h",
1795
+ "H",
1740
1796
  "hB",
1741
1797
  "hb"
1742
1798
  ],
@@ -1826,9 +1882,9 @@ var St = {
1826
1882
  "H"
1827
1883
  ],
1828
1884
  BO: [
1885
+ "h",
1829
1886
  "H",
1830
1887
  "hB",
1831
- "h",
1832
1888
  "hb"
1833
1889
  ],
1834
1890
  BQ: [
@@ -1905,8 +1961,8 @@ var St = {
1905
1961
  "hB"
1906
1962
  ],
1907
1963
  CL: [
1908
- "H",
1909
1964
  "h",
1965
+ "H",
1910
1966
  "hB",
1911
1967
  "hb"
1912
1968
  ],
@@ -1931,14 +1987,14 @@ var St = {
1931
1987
  "H"
1932
1988
  ],
1933
1989
  CR: [
1934
- "H",
1935
1990
  "h",
1991
+ "H",
1936
1992
  "hB",
1937
1993
  "hb"
1938
1994
  ],
1939
1995
  CU: [
1940
- "H",
1941
1996
  "h",
1997
+ "H",
1942
1998
  "hB",
1943
1999
  "hb"
1944
2000
  ],
@@ -2007,9 +2063,9 @@ var St = {
2007
2063
  "hb"
2008
2064
  ],
2009
2065
  EC: [
2066
+ "h",
2010
2067
  "H",
2011
2068
  "hB",
2012
- "h",
2013
2069
  "hb"
2014
2070
  ],
2015
2071
  EE: [
@@ -2145,8 +2201,8 @@ var St = {
2145
2201
  "hB"
2146
2202
  ],
2147
2203
  GT: [
2148
- "H",
2149
2204
  "h",
2205
+ "H",
2150
2206
  "hB",
2151
2207
  "hb"
2152
2208
  ],
@@ -2173,8 +2229,8 @@ var St = {
2173
2229
  "H"
2174
2230
  ],
2175
2231
  HN: [
2176
- "H",
2177
2232
  "h",
2233
+ "H",
2178
2234
  "hB",
2179
2235
  "hb"
2180
2236
  ],
@@ -2488,8 +2544,8 @@ var St = {
2488
2544
  "hB"
2489
2545
  ],
2490
2546
  MX: [
2491
- "H",
2492
2547
  "h",
2548
+ "H",
2493
2549
  "hB",
2494
2550
  "hb"
2495
2551
  ],
@@ -2529,8 +2585,8 @@ var St = {
2529
2585
  "hB"
2530
2586
  ],
2531
2587
  NI: [
2532
- "H",
2533
2588
  "h",
2589
+ "H",
2534
2590
  "hB",
2535
2591
  "hb"
2536
2592
  ],
@@ -2578,9 +2634,9 @@ var St = {
2578
2634
  "hb"
2579
2635
  ],
2580
2636
  PE: [
2637
+ "h",
2581
2638
  "H",
2582
2639
  "hB",
2583
- "h",
2584
2640
  "hb"
2585
2641
  ],
2586
2642
  PF: [
@@ -2638,8 +2694,8 @@ var St = {
2638
2694
  "H"
2639
2695
  ],
2640
2696
  PY: [
2641
- "H",
2642
2697
  "h",
2698
+ "H",
2643
2699
  "hB",
2644
2700
  "hb"
2645
2701
  ],
@@ -2752,8 +2808,8 @@ var St = {
2752
2808
  "hB"
2753
2809
  ],
2754
2810
  SV: [
2755
- "H",
2756
2811
  "h",
2812
+ "H",
2757
2813
  "hB",
2758
2814
  "hb"
2759
2815
  ],
@@ -2875,8 +2931,8 @@ var St = {
2875
2931
  "hB"
2876
2932
  ],
2877
2933
  UY: [
2878
- "H",
2879
2934
  "h",
2935
+ "H",
2880
2936
  "hB",
2881
2937
  "hb"
2882
2938
  ],
@@ -2984,37 +3040,37 @@ var St = {
2984
3040
  "H",
2985
3041
  "hB"
2986
3042
  ],
2987
- "es-BO": [
2988
- "H",
3043
+ "en-HK": [
2989
3044
  "h",
2990
- "hB",
2991
- "hb"
3045
+ "hb",
3046
+ "H",
3047
+ "hB"
2992
3048
  ],
2993
- "es-BR": [
3049
+ "en-IL": [
2994
3050
  "H",
2995
3051
  "h",
2996
- "hB",
2997
- "hb"
3052
+ "hb",
3053
+ "hB"
2998
3054
  ],
2999
- "es-EC": [
3000
- "H",
3055
+ "en-MY": [
3001
3056
  "h",
3002
- "hB",
3003
- "hb"
3057
+ "hb",
3058
+ "H",
3059
+ "hB"
3004
3060
  ],
3005
- "es-ES": [
3061
+ "es-BR": [
3006
3062
  "H",
3007
3063
  "h",
3008
3064
  "hB",
3009
3065
  "hb"
3010
3066
  ],
3011
- "es-GQ": [
3067
+ "es-ES": [
3012
3068
  "H",
3013
3069
  "h",
3014
3070
  "hB",
3015
3071
  "hb"
3016
3072
  ],
3017
- "es-PE": [
3073
+ "es-GQ": [
3018
3074
  "H",
3019
3075
  "h",
3020
3076
  "hB",
@@ -3091,13 +3147,13 @@ var St = {
3091
3147
  "h"
3092
3148
  ]
3093
3149
  };
3094
- function so(e, t) {
3150
+ function po(e, t) {
3095
3151
  for (var n = "", r = 0; r < e.length; r++) {
3096
3152
  var i = e.charAt(r);
3097
3153
  if (i === "j") {
3098
3154
  for (var o = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
3099
3155
  o++, r++;
3100
- var a = 1 + (o & 1), u = o < 2 ? 1 : 3 + (o >> 1), f = "a", s = lo(t);
3156
+ var a = 1 + (o & 1), u = o < 2 ? 1 : 3 + (o >> 1), f = "a", s = mo(t);
3101
3157
  for ((s == "H" || s == "k") && (u = 0); u-- > 0; )
3102
3158
  n += f;
3103
3159
  for (; a-- > 0; )
@@ -3106,7 +3162,7 @@ function so(e, t) {
3106
3162
  }
3107
3163
  return n;
3108
3164
  }
3109
- function lo(e) {
3165
+ function mo(e) {
3110
3166
  var t = e.hourCycle;
3111
3167
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3112
3168
  e.hourCycles && // @ts-ignore
@@ -3128,20 +3184,20 @@ function lo(e) {
3128
3184
  var i = St[r || ""] || St[n || ""] || St["".concat(n, "-001")] || St["001"];
3129
3185
  return i[0];
3130
3186
  }
3131
- var jt, uo = new RegExp("^".concat(Dr.source, "*")), fo = new RegExp("".concat(Dr.source, "*$"));
3187
+ var Vt, go = new RegExp("^".concat(kr.source, "*")), vo = new RegExp("".concat(kr.source, "*$"));
3132
3188
  function J(e, t) {
3133
3189
  return { start: e, end: t };
3134
3190
  }
3135
- var ho = !!String.prototype.startsWith && "_a".startsWith("a", 1), co = !!String.fromCodePoint, po = !!Object.fromEntries, mo = !!String.prototype.codePointAt, go = !!String.prototype.trimStart, vo = !!String.prototype.trimEnd, bo = !!Number.isSafeInteger, _o = bo ? Number.isSafeInteger : function(e) {
3191
+ var bo = !!String.prototype.startsWith && "_a".startsWith("a", 1), _o = !!String.fromCodePoint, yo = !!Object.fromEntries, Eo = !!String.prototype.codePointAt, wo = !!String.prototype.trimStart, To = !!String.prototype.trimEnd, So = !!Number.isSafeInteger, Bo = So ? Number.isSafeInteger : function(e) {
3136
3192
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3137
3193
  }, Qt = !0;
3138
3194
  try {
3139
- var yo = jr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3140
- Qt = ((jt = yo.exec("a")) === null || jt === void 0 ? void 0 : jt[0]) === "a";
3195
+ var Co = Vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3196
+ Qt = ((Vt = Co.exec("a")) === null || Vt === void 0 ? void 0 : Vt[0]) === "a";
3141
3197
  } catch (e) {
3142
3198
  Qt = !1;
3143
3199
  }
3144
- var Fn = ho ? (
3200
+ var Fn = bo ? (
3145
3201
  // Native
3146
3202
  function(t, n, r) {
3147
3203
  return t.startsWith(n, r);
@@ -3151,7 +3207,7 @@ var Fn = ho ? (
3151
3207
  function(t, n, r) {
3152
3208
  return t.slice(r, r + n.length) === n;
3153
3209
  }
3154
- ), $t = co ? String.fromCodePoint : (
3210
+ ), $t = _o ? String.fromCodePoint : (
3155
3211
  // IE11
3156
3212
  function() {
3157
3213
  for (var t = [], n = 0; n < arguments.length; n++)
@@ -3165,7 +3221,7 @@ var Fn = ho ? (
3165
3221
  }
3166
3222
  ), kn = (
3167
3223
  // native
3168
- po ? Object.fromEntries : (
3224
+ yo ? Object.fromEntries : (
3169
3225
  // Ponyfill
3170
3226
  function(t) {
3171
3227
  for (var n = {}, r = 0, i = t; r < i.length; r++) {
@@ -3175,7 +3231,7 @@ var Fn = ho ? (
3175
3231
  return n;
3176
3232
  }
3177
3233
  )
3178
- ), Gr = mo ? (
3234
+ ), Wr = Eo ? (
3179
3235
  // Native
3180
3236
  function(t, n) {
3181
3237
  return t.codePointAt(n);
@@ -3189,7 +3245,7 @@ var Fn = ho ? (
3189
3245
  return i < 55296 || i > 56319 || n + 1 === r || (o = t.charCodeAt(n + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3190
3246
  }
3191
3247
  }
3192
- ), Eo = go ? (
3248
+ ), xo = wo ? (
3193
3249
  // Native
3194
3250
  function(t) {
3195
3251
  return t.trimStart();
@@ -3197,9 +3253,9 @@ var Fn = ho ? (
3197
3253
  ) : (
3198
3254
  // Ponyfill
3199
3255
  function(t) {
3200
- return t.replace(uo, "");
3256
+ return t.replace(go, "");
3201
3257
  }
3202
- ), wo = vo ? (
3258
+ ), Ao = To ? (
3203
3259
  // Native
3204
3260
  function(t) {
3205
3261
  return t.trimEnd();
@@ -3207,15 +3263,15 @@ var Fn = ho ? (
3207
3263
  ) : (
3208
3264
  // Ponyfill
3209
3265
  function(t) {
3210
- return t.replace(fo, "");
3266
+ return t.replace(vo, "");
3211
3267
  }
3212
3268
  );
3213
- function jr(e, t) {
3269
+ function Vr(e, t) {
3214
3270
  return new RegExp(e, t);
3215
3271
  }
3216
3272
  var en;
3217
3273
  if (Qt) {
3218
- var Un = jr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3274
+ var Un = Vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3219
3275
  en = function(t, n) {
3220
3276
  var r;
3221
3277
  Un.lastIndex = n;
@@ -3225,14 +3281,14 @@ if (Qt) {
3225
3281
  } else
3226
3282
  en = function(t, n) {
3227
3283
  for (var r = []; ; ) {
3228
- var i = Gr(t, n);
3229
- if (i === void 0 || Wr(i) || Co(i))
3284
+ var i = Wr(t, n);
3285
+ if (i === void 0 || Xr(i) || Lo(i))
3230
3286
  break;
3231
3287
  r.push(i), n += i >= 65536 ? 2 : 1;
3232
3288
  }
3233
3289
  return $t.apply(void 0, r);
3234
3290
  };
3235
- var To = (
3291
+ var Io = (
3236
3292
  /** @class */
3237
3293
  function() {
3238
3294
  function e(t, n) {
@@ -3314,7 +3370,7 @@ var To = (
3314
3370
  return this.error(V.INVALID_TAG, J(r, this.clonePosition()));
3315
3371
  }, e.prototype.parseTagName = function() {
3316
3372
  var t = this.offset();
3317
- for (this.bump(); !this.isEOF() && Bo(this.char()); )
3373
+ for (this.bump(); !this.isEOF() && Ro(this.char()); )
3318
3374
  this.bump();
3319
3375
  return this.message.slice(t, this.offset());
3320
3376
  }, e.prototype.parseLiteral = function(t, n) {
@@ -3343,7 +3399,7 @@ var To = (
3343
3399
  };
3344
3400
  }, e.prototype.tryParseLeftAngleBracket = function() {
3345
3401
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3346
- !So(this.peek() || 0)) ? (this.bump(), "<") : null;
3402
+ !Ho(this.peek() || 0)) ? (this.bump(), "<") : null;
3347
3403
  }, e.prototype.tryParseQuote = function(t) {
3348
3404
  if (this.isEOF() || this.char() !== 39)
3349
3405
  return null;
@@ -3430,7 +3486,7 @@ var To = (
3430
3486
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3431
3487
  if (c.err)
3432
3488
  return c;
3433
- var h = wo(c.val);
3489
+ var h = Ao(c.val);
3434
3490
  if (h.length === 0)
3435
3491
  return this.error(V.EXPECT_ARGUMENT_STYLE, J(this.clonePosition(), this.clonePosition()));
3436
3492
  var b = J(l, this.clonePosition());
@@ -3441,7 +3497,7 @@ var To = (
3441
3497
  return v;
3442
3498
  var m = J(i, this.clonePosition());
3443
3499
  if (s && Fn(s == null ? void 0 : s.style, "::", 0)) {
3444
- var d = Eo(s.style.slice(2));
3500
+ var d = xo(s.style.slice(2));
3445
3501
  if (u === "number") {
3446
3502
  var c = this.parseNumberSkeletonFromString(d, s.styleLocation);
3447
3503
  return c.err ? c : {
@@ -3452,12 +3508,12 @@ var To = (
3452
3508
  if (d.length === 0)
3453
3509
  return this.error(V.EXPECT_DATE_TIME_SKELETON, m);
3454
3510
  var y = d;
3455
- this.locale && (y = so(d, this.locale));
3511
+ this.locale && (y = po(d, this.locale));
3456
3512
  var h = {
3457
3513
  type: st.dateTime,
3458
3514
  pattern: y,
3459
3515
  location: s.styleLocation,
3460
- parsedOptions: this.shouldParseSkeletons ? eo(y) : {}
3516
+ parsedOptions: this.shouldParseSkeletons ? ao(y) : {}
3461
3517
  }, D = u === "date" ? ue.date : ue.time;
3462
3518
  return {
3463
3519
  val: { type: D, value: r, location: m, style: h },
@@ -3562,7 +3618,7 @@ var To = (
3562
3618
  }, e.prototype.parseNumberSkeletonFromString = function(t, n) {
3563
3619
  var r = [];
3564
3620
  try {
3565
- r = no(t);
3621
+ r = lo(t);
3566
3622
  } catch (i) {
3567
3623
  return this.error(V.INVALID_NUMBER_SKELETON, n);
3568
3624
  }
@@ -3571,7 +3627,7 @@ var To = (
3571
3627
  type: st.number,
3572
3628
  tokens: r,
3573
3629
  location: n,
3574
- parsedOptions: this.shouldParseSkeletons ? ao(r) : {}
3630
+ parsedOptions: this.shouldParseSkeletons ? co(r) : {}
3575
3631
  },
3576
3632
  err: null
3577
3633
  };
@@ -3619,7 +3675,7 @@ var To = (
3619
3675
  break;
3620
3676
  }
3621
3677
  var f = J(i, this.clonePosition());
3622
- return o ? (a *= r, _o(a) ? { val: a, err: null } : this.error(n, f)) : this.error(t, f);
3678
+ return o ? (a *= r, Bo(a) ? { val: a, err: null } : this.error(n, f)) : this.error(t, f);
3623
3679
  }, e.prototype.offset = function() {
3624
3680
  return this.position.offset;
3625
3681
  }, e.prototype.isEOF = function() {
@@ -3634,7 +3690,7 @@ var To = (
3634
3690
  var t = this.position.offset;
3635
3691
  if (t >= this.message.length)
3636
3692
  throw Error("out of bound");
3637
- var n = Gr(this.message, t);
3693
+ var n = Wr(this.message, t);
3638
3694
  if (n === void 0)
3639
3695
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3640
3696
  return n;
@@ -3675,7 +3731,7 @@ var To = (
3675
3731
  break;
3676
3732
  }
3677
3733
  }, e.prototype.bumpSpace = function() {
3678
- for (; !this.isEOF() && Wr(this.char()); )
3734
+ for (; !this.isEOF() && Xr(this.char()); )
3679
3735
  this.bump();
3680
3736
  }, e.prototype.peek = function() {
3681
3737
  if (this.isEOF())
@@ -3688,86 +3744,36 @@ var To = (
3688
3744
  function tn(e) {
3689
3745
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3690
3746
  }
3691
- function So(e) {
3747
+ function Ho(e) {
3692
3748
  return tn(e) || e === 47;
3693
3749
  }
3694
- function Bo(e) {
3750
+ function Ro(e) {
3695
3751
  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;
3696
3752
  }
3697
- function Wr(e) {
3753
+ function Xr(e) {
3698
3754
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3699
3755
  }
3700
- function Co(e) {
3756
+ function Lo(e) {
3701
3757
  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;
3702
3758
  }
3703
3759
  function nn(e) {
3704
3760
  e.forEach(function(t) {
3705
- if (delete t.location, Mr(t) || Pr(t))
3761
+ if (delete t.location, Nr(t) || Or(t))
3706
3762
  for (var n in t.options)
3707
3763
  delete t.options[n].location, nn(t.options[n].value);
3708
- else Hr(t) && Or(t.style) || (Rr(t) || Lr(t)) && Yt(t.style) ? delete t.style.location : Nr(t) && nn(t.children);
3764
+ else Lr(t) && Fr(t.style) || (Mr(t) || Pr(t)) && Yt(t.style) ? delete t.style.location : Dr(t) && nn(t.children);
3709
3765
  });
3710
3766
  }
3711
- function xo(e, t) {
3767
+ function Mo(e, t) {
3712
3768
  t === void 0 && (t = {}), t = K({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3713
- var n = new To(e, t).parse();
3769
+ var n = new Io(e, t).parse();
3714
3770
  if (n.err) {
3715
3771
  var r = SyntaxError(V[n.err.kind]);
3716
3772
  throw r.location = n.err.location, r.originalMessage = n.err.message, r;
3717
3773
  }
3718
3774
  return t != null && t.captureLocation || nn(n.val), n.val;
3719
3775
  }
3720
- function Wt(e, t) {
3721
- var n = t && t.cache ? t.cache : Mo, r = t && t.serializer ? t.serializer : Lo, i = t && t.strategy ? t.strategy : Io;
3722
- return i(e, {
3723
- cache: n,
3724
- serializer: r
3725
- });
3726
- }
3727
- function Ao(e) {
3728
- return e == null || typeof e == "number" || typeof e == "boolean";
3729
- }
3730
- function Vr(e, t, n, r) {
3731
- var i = Ao(r) ? r : n(r), o = t.get(i);
3732
- return typeof o == "undefined" && (o = e.call(this, r), t.set(i, o)), o;
3733
- }
3734
- function Xr(e, t, n) {
3735
- var r = Array.prototype.slice.call(arguments, 3), i = n(r), o = t.get(i);
3736
- return typeof o == "undefined" && (o = e.apply(this, r), t.set(i, o)), o;
3737
- }
3738
- function cn(e, t, n, r, i) {
3739
- return n.bind(t, e, r, i);
3740
- }
3741
- function Io(e, t) {
3742
- var n = e.length === 1 ? Vr : Xr;
3743
- return cn(e, this, n, t.cache.create(), t.serializer);
3744
- }
3745
- function Ho(e, t) {
3746
- return cn(e, this, Xr, t.cache.create(), t.serializer);
3747
- }
3748
- function Ro(e, t) {
3749
- return cn(e, this, Vr, t.cache.create(), t.serializer);
3750
- }
3751
- var Lo = function() {
3752
- return JSON.stringify(arguments);
3753
- };
3754
- function dn() {
3755
- this.cache = /* @__PURE__ */ Object.create(null);
3756
- }
3757
- dn.prototype.get = function(e) {
3758
- return this.cache[e];
3759
- };
3760
- dn.prototype.set = function(e, t) {
3761
- this.cache[e] = t;
3762
- };
3763
- var Mo = {
3764
- create: function() {
3765
- return new dn();
3766
- }
3767
- }, Vt = {
3768
- variadic: Ho,
3769
- monadic: Ro
3770
- }, lt;
3776
+ var lt;
3771
3777
  (function(e) {
3772
3778
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3773
3779
  })(lt || (lt = {}));
@@ -3840,7 +3846,7 @@ function Bt(e, t, n, r, i, o, a) {
3840
3846
  });
3841
3847
  continue;
3842
3848
  }
3843
- if (Qi(l)) {
3849
+ if (io(l)) {
3844
3850
  typeof o == "number" && u.push({
3845
3851
  type: He.literal,
3846
3852
  value: n.getNumberFormat(t).format(o)
@@ -3851,14 +3857,14 @@ function Bt(e, t, n, r, i, o, a) {
3851
3857
  if (!(i && c in i))
3852
3858
  throw new No(c, a);
3853
3859
  var h = i[c];
3854
- if (Yi(l)) {
3860
+ if (ro(l)) {
3855
3861
  (!h || typeof h == "string" || typeof h == "number") && (h = typeof h == "string" || typeof h == "number" ? String(h) : ""), u.push({
3856
3862
  type: typeof h == "string" ? He.literal : He.object,
3857
3863
  value: h
3858
3864
  });
3859
3865
  continue;
3860
3866
  }
3861
- if (Rr(l)) {
3867
+ if (Mr(l)) {
3862
3868
  var b = typeof l.style == "string" ? r.date[l.style] : Yt(l.style) ? l.style.parsedOptions : void 0;
3863
3869
  u.push({
3864
3870
  type: He.literal,
@@ -3866,7 +3872,7 @@ function Bt(e, t, n, r, i, o, a) {
3866
3872
  });
3867
3873
  continue;
3868
3874
  }
3869
- if (Lr(l)) {
3875
+ if (Pr(l)) {
3870
3876
  var b = typeof l.style == "string" ? r.time[l.style] : Yt(l.style) ? l.style.parsedOptions : r.time.medium;
3871
3877
  u.push({
3872
3878
  type: He.literal,
@@ -3874,15 +3880,15 @@ function Bt(e, t, n, r, i, o, a) {
3874
3880
  });
3875
3881
  continue;
3876
3882
  }
3877
- if (Hr(l)) {
3878
- var b = typeof l.style == "string" ? r.number[l.style] : Or(l.style) ? l.style.parsedOptions : void 0;
3883
+ if (Lr(l)) {
3884
+ var b = typeof l.style == "string" ? r.number[l.style] : Fr(l.style) ? l.style.parsedOptions : void 0;
3879
3885
  b && b.scale && (h = h * (b.scale || 1)), u.push({
3880
3886
  type: He.literal,
3881
3887
  value: n.getNumberFormat(t, b).format(h)
3882
3888
  });
3883
3889
  continue;
3884
3890
  }
3885
- if (Nr(l)) {
3891
+ if (Dr(l)) {
3886
3892
  var v = l.children, m = l.value, d = i[m];
3887
3893
  if (!Do(d))
3888
3894
  throw new Po(m, "function", a);
@@ -3896,14 +3902,14 @@ function Bt(e, t, n, r, i, o, a) {
3896
3902
  };
3897
3903
  }));
3898
3904
  }
3899
- if (Mr(l)) {
3905
+ if (Nr(l)) {
3900
3906
  var N = l.options[h] || l.options.other;
3901
3907
  if (!N)
3902
3908
  throw new Gn(l.value, h, Object.keys(l.options), a);
3903
3909
  u.push.apply(u, Bt(N.value, t, n, r, i));
3904
3910
  continue;
3905
3911
  }
3906
- if (Pr(l)) {
3912
+ if (Or(l)) {
3907
3913
  var N = l.options["=".concat(h)];
3908
3914
  if (!N) {
3909
3915
  if (!Intl.PluralRules)
@@ -3951,29 +3957,29 @@ function Uo(e) {
3951
3957
  dateTime: {},
3952
3958
  pluralRules: {}
3953
3959
  }), {
3954
- getNumberFormat: Wt(function() {
3960
+ getNumberFormat: jt(function() {
3955
3961
  for (var t, n = [], r = 0; r < arguments.length; r++)
3956
3962
  n[r] = arguments[r];
3957
3963
  return new ((t = Intl.NumberFormat).bind.apply(t, Gt([void 0], n, !1)))();
3958
3964
  }, {
3959
3965
  cache: Xt(e.number),
3960
- strategy: Vt.variadic
3966
+ strategy: Wt.variadic
3961
3967
  }),
3962
- getDateTimeFormat: Wt(function() {
3968
+ getDateTimeFormat: jt(function() {
3963
3969
  for (var t, n = [], r = 0; r < arguments.length; r++)
3964
3970
  n[r] = arguments[r];
3965
3971
  return new ((t = Intl.DateTimeFormat).bind.apply(t, Gt([void 0], n, !1)))();
3966
3972
  }, {
3967
3973
  cache: Xt(e.dateTime),
3968
- strategy: Vt.variadic
3974
+ strategy: Wt.variadic
3969
3975
  }),
3970
- getPluralRules: Wt(function() {
3976
+ getPluralRules: jt(function() {
3971
3977
  for (var t, n = [], r = 0; r < arguments.length; r++)
3972
3978
  n[r] = arguments[r];
3973
3979
  return new ((t = Intl.PluralRules).bind.apply(t, Gt([void 0], n, !1)))();
3974
3980
  }, {
3975
3981
  cache: Xt(e.pluralRules),
3976
- strategy: Vt.variadic
3982
+ strategy: Wt.variadic
3977
3983
  })
3978
3984
  };
3979
3985
  }
@@ -3981,8 +3987,9 @@ var Go = (
3981
3987
  /** @class */
3982
3988
  function() {
3983
3989
  function e(t, n, r, i) {
3990
+ n === void 0 && (n = e.defaultLocale);
3984
3991
  var o = this;
3985
- if (n === void 0 && (n = e.defaultLocale), this.formatterCache = {
3992
+ if (this.formatterCache = {
3986
3993
  number: {},
3987
3994
  dateTime: {},
3988
3995
  pluralRules: {}
@@ -4027,7 +4034,7 @@ var Go = (
4027
4034
  var n = Intl.NumberFormat.supportedLocalesOf(t);
4028
4035
  return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
4029
4036
  }
4030
- }, e.__parse = xo, e.formats = {
4037
+ }, e.__parse = Mo, e.formats = {
4031
4038
  number: {
4032
4039
  integer: {
4033
4040
  maximumFractionDigits: 0
@@ -6088,7 +6095,7 @@ const Ma = {
6088
6095
  });
6089
6096
  };
6090
6097
  function Da(e) {
6091
- un(e, "svelte-xp0yv", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}casino-wagering-bonus::part(Root){margin-bottom:30px}.Root{background:var(--emfe-w-color-white, #FFFFFF);padding:20px;color:var(--emfe-w-color-black, #000000)}.Bonuses{display:flex;flex-wrap:wrap;justify-content:left;margin-top:10px;column-gap:10px}.BonusesMobile>casino-wagering-bonus{width:100%}.WageringTabs{margin:20px 0;font-size:16px}.WageringTab{display:inline;padding:8px;cursor:pointer;color:#000000;border-bottom:1px solid #00AEEF}.WageringTab.active{color:#00AEEF;border-bottom-width:3px;padding-bottom:6px;font-weight:700}.WageringTabsMobile{display:flex;justify-content:space-around}.WageringTabMobile{width:100%;text-align:center}.Error{color:red}");
6098
+ un(e, "svelte-y8n14r", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}casino-wagering-bonus::part(Root){margin-bottom:30px}.Root{background:var(--emw--color-white, #FFFFFF);padding:20px;color:var(--emw--color-black, #000000)}.Bonuses{display:flex;flex-wrap:wrap;justify-content:left;margin-top:10px;column-gap:10px}.BonusesMobile>casino-wagering-bonus{width:100%}.WageringTabs{margin:20px 0;font-size:16px}.WageringTab{display:inline;padding:8px;cursor:pointer;color:#000000;border-bottom:1px solid #00AEEF}.WageringTab.active{color:#00AEEF;border-bottom-width:3px;padding-bottom:6px;font-weight:700}.WageringTabsMobile{display:flex;justify-content:space-around}.WageringTabMobile{width:100%;text-align:center}.Error{color:red}");
6092
6099
  }
6093
6100
  function br(e, t, n) {
6094
6101
  const r = e.slice();