@everymatrix/transaction-history-page 1.85.17 → 1.85.18

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.
Files changed (35) hide show
  1. package/components/{CashierHeader-kADi9sh0.js → CashierHeader-CAPUqAPw.js} +52 -50
  2. package/components/{CashierHeader-CUgpnoCW.js → CashierHeader-DloB7e8O.js} +45 -43
  3. package/components/CashierHeader-U03suyHq.cjs +8 -0
  4. package/components/{CashierPagination-D8ttNV9d.js → CashierPagination-CA-TvIFE.js} +1 -1
  5. package/components/{CashierPagination-Bu-wR5N4.js → CashierPagination-CKgkTiXN.js} +1 -1
  6. package/components/{CashierPagination-Cb_eFMfk.cjs → CashierPagination-Cde6QvdF.cjs} +1 -1
  7. package/components/CashierTransactionHistory-C6aGR7nK.cjs +1 -0
  8. package/components/CashierTransactionHistory-DKOrzfQT.js +1609 -0
  9. package/components/CashierTransactionHistory-FeMZ2dyn.js +1609 -0
  10. package/components/{EmptyStateIcon-0RA4Dspo.js → EmptyStateIcon-AvoO3Zue.js} +1 -1
  11. package/components/{EmptyStateIcon-CvUpVPA0.js → EmptyStateIcon-B6cFNdOh.js} +1 -1
  12. package/components/{EmptyStateIcon-Cn2-wB27.cjs → EmptyStateIcon-C4GyAFFi.cjs} +1 -1
  13. package/components/{Tooltip-0fNUG_Tc.js → Tooltip-BM1p4Nf_.js} +1 -1
  14. package/components/{Tooltip-Cm98OtNq.cjs → Tooltip-BhDRFrzs.cjs} +1 -1
  15. package/components/{Tooltip-BvXFxBz_.js → Tooltip-aFIpY6f-.js} +1 -1
  16. package/components/{TransactionHistoryCalendar-DB3HRGIg.cjs → TransactionHistoryCalendar-CAekO6Sg.cjs} +1 -1
  17. package/components/{TransactionHistoryCalendar-DghQ4L1w.js → TransactionHistoryCalendar-CwWhuANz.js} +2 -2
  18. package/components/{TransactionHistoryCalendar-CWbBAqC5.js → TransactionHistoryCalendar-MRAVtXv0.js} +2 -2
  19. package/components/{TransactionHistoryPage-B5W-OhOT.js → TransactionHistoryPage-7GWG32kf.js} +8 -8
  20. package/components/{TransactionHistoryPage-BZMNwMPY.cjs → TransactionHistoryPage-BNPi0Ltz.cjs} +1 -1
  21. package/components/{TransactionHistoryPage-DXEZW-At.js → TransactionHistoryPage-DdEtg5U6.js} +8 -8
  22. package/components/{TxnStatusIcon-DRzT6S8w.js → TxnStatusIcon-BdffC5Ap.js} +1 -1
  23. package/components/{TxnStatusIcon-Ce7Ex1wq.js → TxnStatusIcon-BoM9kht-.js} +1 -1
  24. package/components/{TxnStatusIcon-C6Wg8N6q.cjs → TxnStatusIcon-E51AqHnb.cjs} +1 -1
  25. package/components/{TxnTypeIcons-Clr-VhEG.js → TxnTypeIcons-DCbUcbJO.js} +1 -1
  26. package/components/{TxnTypeIcons-CVpufflm.cjs → TxnTypeIcons-DUPRfFBQ.cjs} +1 -1
  27. package/components/{TxnTypeIcons-qbvAOfEf.js → TxnTypeIcons-Sf3tsNPS.js} +1 -1
  28. package/es2015/transaction-history-page.cjs +1 -1
  29. package/es2015/transaction-history-page.js +1 -1
  30. package/esnext/transaction-history-page.js +1 -1
  31. package/package.json +1 -1
  32. package/components/CashierHeader-CsXgw9y8.cjs +0 -8
  33. package/components/CashierTransactionHistory-CfpEkDwU.cjs +0 -1
  34. package/components/CashierTransactionHistory-DqT89BQR.js +0 -1609
  35. package/components/CashierTransactionHistory-JZ8rmkFf.js +0 -1609
@@ -1,16 +1,16 @@
1
1
  var Br = Object.defineProperty, Sr = Object.defineProperties;
2
2
  var Ar = Object.getOwnPropertyDescriptors;
3
3
  var ot = Object.getOwnPropertySymbols;
4
- var Or = Object.prototype.hasOwnProperty, Pr = Object.prototype.propertyIsEnumerable;
5
- var Pe = (e, t, r) => t in e ? Br(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, at = (e, t) => {
4
+ var Or = Object.prototype.hasOwnProperty, Cr = Object.prototype.propertyIsEnumerable;
5
+ var Ce = (e, t, r) => t in e ? Br(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, at = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Or.call(t, r) && Pe(e, r, t[r]);
7
+ Or.call(t, r) && Ce(e, r, t[r]);
8
8
  if (ot)
9
9
  for (var r of ot(t))
10
- Pr.call(t, r) && Pe(e, r, t[r]);
10
+ Cr.call(t, r) && Ce(e, r, t[r]);
11
11
  return e;
12
12
  }, ut = (e, t) => Sr(e, Ar(t));
13
- var S = (e, t, r) => (Pe(e, typeof t != "symbol" ? t + "" : t, r), r);
13
+ var S = (e, t, r) => (Ce(e, typeof t != "symbol" ? t + "" : t, r), r);
14
14
  var ht = (e, t, r) => new Promise((n, i) => {
15
15
  var s = (l) => {
16
16
  try {
@@ -30,7 +30,7 @@ var ht = (e, t, r) => new Promise((n, i) => {
30
30
  function T() {
31
31
  }
32
32
  const It = (e) => e;
33
- function Cr(e, t) {
33
+ function Pr(e, t) {
34
34
  for (const r in t)
35
35
  e[r] = t[r];
36
36
  return (
@@ -72,14 +72,14 @@ function Rt(e, ...t) {
72
72
  function Nr(e, t, r) {
73
73
  e.$$.on_destroy.push(Rt(t, r));
74
74
  }
75
- function Ce(e, t, r, n) {
75
+ function Pe(e, t, r, n) {
76
76
  if (e) {
77
77
  const i = Ut(e, t, r, n);
78
78
  return e[0](i);
79
79
  }
80
80
  }
81
81
  function Ut(e, t, r, n) {
82
- return e[1] && n ? Cr(r.ctx.slice(), e[1](n(t))) : r.ctx;
82
+ return e[1] && n ? Pr(r.ctx.slice(), e[1](n(t))) : r.ctx;
83
83
  }
84
84
  function Le(e, t, r, n) {
85
85
  if (e[2] && n) {
@@ -739,6 +739,8 @@ function en(e, t) {
739
739
  }
740
740
  }
741
741
  function tn(e, t) {
742
+ if (!e || !t)
743
+ return;
742
744
  const r = new URL(t);
743
745
  fetch(r.href).then((n) => n.text()).then((n) => {
744
746
  const i = document.createElement("style");
@@ -910,15 +912,15 @@ function Se(e, t) {
910
912
  }
911
913
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
912
914
  }
913
- var P = function() {
914
- return P = Object.assign || function(t) {
915
+ var C = function() {
916
+ return C = Object.assign || function(t) {
915
917
  for (var r, n = 1, i = arguments.length; n < i; n++) {
916
918
  r = arguments[n];
917
919
  for (var s in r)
918
920
  Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
919
921
  }
920
922
  return t;
921
- }, P.apply(this, arguments);
923
+ }, C.apply(this, arguments);
922
924
  };
923
925
  function xn(e, t) {
924
926
  var r = {};
@@ -1026,7 +1028,7 @@ function ir(e) {
1026
1028
  function sr(e) {
1027
1029
  return e.type === y.plural;
1028
1030
  }
1029
- function Pn(e) {
1031
+ function Cn(e) {
1030
1032
  return e.type === y.pound;
1031
1033
  }
1032
1034
  function or(e) {
@@ -1038,10 +1040,10 @@ function ar(e) {
1038
1040
  function We(e) {
1039
1041
  return !!(e && typeof e == "object" && e.type === W.dateTime);
1040
1042
  }
1041
- var ur = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Cn = /(?:[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;
1043
+ var ur = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Pn = /(?:[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;
1042
1044
  function Ln(e) {
1043
1045
  var t = {};
1044
- return e.replace(Cn, function(r) {
1046
+ return e.replace(Pn, function(r) {
1045
1047
  var n = r.length;
1046
1048
  switch (r[0]) {
1047
1049
  case "G":
@@ -3158,7 +3160,7 @@ var ei = (
3158
3160
  if (this.bumpSpace(), !this.bumpIf(","))
3159
3161
  return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, ve({}, H)));
3160
3162
  this.bumpSpace();
3161
- var A = this.parseIdentifierIfPossible(), C = 0;
3163
+ var A = this.parseIdentifierIfPossible(), P = 0;
3162
3164
  if (o !== "select" && A.value === "offset") {
3163
3165
  if (!this.bumpIf(":"))
3164
3166
  return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
@@ -3166,7 +3168,7 @@ var ei = (
3166
3168
  var f = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3167
3169
  if (f.err)
3168
3170
  return f;
3169
- this.bumpSpace(), A = this.parseIdentifierIfPossible(), C = f.val;
3171
+ this.bumpSpace(), A = this.parseIdentifierIfPossible(), P = f.val;
3170
3172
  }
3171
3173
  var G = this.tryParsePluralOrSelectOptions(t, o, r, A);
3172
3174
  if (G.err)
@@ -3188,7 +3190,7 @@ var ei = (
3188
3190
  type: y.plural,
3189
3191
  value: n,
3190
3192
  options: yt(G.val),
3191
- offset: C,
3193
+ offset: P,
3192
3194
  pluralType: o === "plural" ? "cardinal" : "ordinal",
3193
3195
  location: le
3194
3196
  },
@@ -3467,7 +3469,7 @@ function ge(e, t, r, n, i, s, a) {
3467
3469
  });
3468
3470
  continue;
3469
3471
  }
3470
- if (Pn(h)) {
3472
+ if (Cn(h)) {
3471
3473
  typeof s == "number" && o.push({
3472
3474
  type: w.literal,
3473
3475
  value: r.getNumberFormat(t).format(s)
@@ -3513,13 +3515,13 @@ function ge(e, t, r, n, i, s, a) {
3513
3515
  var c = h.children, d = h.value, E = i[d];
3514
3516
  if (!ui(E))
3515
3517
  throw new si(d, "function", a);
3516
- var v = ge(c, t, r, n, i, s), B = E(v.map(function(C) {
3517
- return C.value;
3518
+ var v = ge(c, t, r, n, i, s), B = E(v.map(function(P) {
3519
+ return P.value;
3518
3520
  }));
3519
- Array.isArray(B) || (B = [B]), o.push.apply(o, B.map(function(C) {
3521
+ Array.isArray(B) || (B = [B]), o.push.apply(o, B.map(function(P) {
3520
3522
  return {
3521
- type: typeof C == "string" ? w.literal : w.object,
3522
- value: C
3523
+ type: typeof P == "string" ? w.literal : w.object,
3524
+ value: P
3523
3525
  };
3524
3526
  }));
3525
3527
  }
@@ -3549,14 +3551,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3549
3551
  return ai(o);
3550
3552
  }
3551
3553
  function hi(e, t) {
3552
- return t ? P(P(P({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3553
- return r[n] = P(P({}, e[n]), t[n] || {}), r;
3554
+ return t ? C(C(C({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3555
+ return r[n] = C(C({}, e[n]), t[n] || {}), r;
3554
3556
  }, {})) : e;
3555
3557
  }
3556
3558
  function li(e, t) {
3557
3559
  return t ? Object.keys(e).reduce(function(r, n) {
3558
3560
  return r[n] = hi(e[n], t[n]), r;
3559
- }, P({}, e)) : e;
3561
+ }, C({}, e)) : e;
3560
3562
  }
3561
3563
  function Fe(e) {
3562
3564
  return {
@@ -3637,7 +3639,7 @@ var dr = (
3637
3639
  var a = i || {};
3638
3640
  a.formatters;
3639
3641
  var o = xn(a, ["formatters"]);
3640
- this.ast = e.__parse(t, P(P({}, o), { locale: this.resolvedLocale }));
3642
+ this.ast = e.__parse(t, C(C({}, o), { locale: this.resolvedLocale }));
3641
3643
  } else
3642
3644
  this.ast = t;
3643
3645
  if (!Array.isArray(this.ast))
@@ -3897,12 +3899,12 @@ function Bi(e) {
3897
3899
  )), Object.assign(te, n, { initialLocale: i }), r && ("number" in r && Object.assign(te.formats.number, r.number), "date" in r && Object.assign(te.formats.date, r.date), "time" in r && Object.assign(te.formats.time, r.time)), D.set(i);
3898
3900
  }
3899
3901
  const je = Be(!1);
3900
- var Si = Object.defineProperty, Ai = Object.defineProperties, Oi = Object.getOwnPropertyDescriptors, Ht = Object.getOwnPropertySymbols, Pi = Object.prototype.hasOwnProperty, Ci = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Li = (e, t) => {
3902
+ var Si = Object.defineProperty, Ai = Object.defineProperties, Oi = Object.getOwnPropertyDescriptors, Ht = Object.getOwnPropertySymbols, Ci = Object.prototype.hasOwnProperty, Pi = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Li = (e, t) => {
3901
3903
  for (var r in t || (t = {}))
3902
- Pi.call(t, r) && wt(e, r, t[r]);
3904
+ Ci.call(t, r) && wt(e, r, t[r]);
3903
3905
  if (Ht)
3904
3906
  for (var r of Ht(t))
3905
- Ci.call(t, r) && wt(e, r, t[r]);
3907
+ Pi.call(t, r) && wt(e, r, t[r]);
3906
3908
  return e;
3907
3909
  }, Ni = (e, t) => Ai(e, Oi(t));
3908
3910
  let Ke;
@@ -4082,14 +4084,14 @@ const At = {
4082
4084
  }
4083
4085
  };
4084
4086
  function qi(e) {
4085
- Ir(e, "svelte-brbf89", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--emw--header-height, 40px);background-color:var(--emw--color-background, #F9FAFF);width:100%;padding:10px 0}.CashierHeaderLeftButton{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;display:flex;align-items:center;font-variant:all-small-caps;height:32px;margin-left:5px;gap:2px;cursor:pointer;stroke:var(--emw--color-primary, #3854FF)}.CashierHeaderLeftButton svg path{fill:var(--emw--color-primary, #3854FF)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--emw--color-primary, #3854FF);font-size:var(--emw--font-size-medium, 16px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin-left:15px;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer;stroke:var(--emw--color-primary, #3854FF)}");
4087
+ Ir(e, "svelte-1p7ag40", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--emw--header-height, 40px);background-color:var(--emw--color-background, #F9FAFF);padding:10px 0;width:100vw}.CashierHeaderLeftButton{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;display:flex;align-items:center;font-variant:all-small-caps;height:32px;margin-left:5px;gap:2px;cursor:pointer;stroke:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton svg path{fill:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--emw--color-primary, #F9C405);font-size:var(--emw--font-size-medium, 16px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin-left:15px;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer;fill:var(--emw--color-primary, #F9C405)}");
4086
4088
  }
4087
- const Ji = (e) => ({}), Ot = (e) => ({}), Yi = (e) => ({}), Pt = (e) => ({}), Ki = (e) => ({}), Ct = (e) => ({});
4089
+ const Ji = (e) => ({}), Ot = (e) => ({}), Yi = (e) => ({}), Ct = (e) => ({}), Ki = (e) => ({}), Pt = (e) => ({});
4088
4090
  function Lt(e) {
4089
4091
  let t, r, n;
4090
4092
  return {
4091
4093
  c() {
4092
- t = U("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z" fill="#111111"></path></svg>', q(t, "class", "CashierHeaderLeftButton");
4094
+ t = U("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z"></path></svg>', q(t, "class", "CashierHeaderLeftButton");
4093
4095
  },
4094
4096
  m(i, s) {
4095
4097
  R(i, t, s), r || (n = Xt(
@@ -4158,7 +4160,7 @@ function Nt(e) {
4158
4160
  let t, r, n;
4159
4161
  return {
4160
4162
  c() {
4161
- t = U("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13" fill="none"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z" fill="#111111"></path></svg>', q(t, "class", "CashierHeaderRightButton");
4163
+ t = U("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"></path></svg>', q(t, "class", "CashierHeaderRightButton");
4162
4164
  },
4163
4165
  m(i, s) {
4164
4166
  R(i, t, s), r || (n = Xt(
@@ -4200,25 +4202,25 @@ function ns(e) {
4200
4202
  const s = (
4201
4203
  /*#slots*/
4202
4204
  e[16].leftButton
4203
- ), a = Ce(
4205
+ ), a = Pe(
4204
4206
  s,
4205
4207
  e,
4206
4208
  /*$$scope*/
4207
4209
  e[15],
4208
- Ct
4210
+ Pt
4209
4211
  ), o = a || es(e), l = (
4210
4212
  /*#slots*/
4211
4213
  e[16].title
4212
- ), u = Ce(
4214
+ ), u = Pe(
4213
4215
  l,
4214
4216
  e,
4215
4217
  /*$$scope*/
4216
4218
  e[15],
4217
- Pt
4219
+ Ct
4218
4220
  ), h = u || ts(e), f = (
4219
4221
  /*#slots*/
4220
4222
  e[16].rightButton
4221
- ), m = Ce(
4223
+ ), m = Pe(
4222
4224
  f,
4223
4225
  e,
4224
4226
  /*$$scope*/
@@ -4250,7 +4252,7 @@ function ns(e) {
4250
4252
  /*$$scope*/
4251
4253
  c[15]
4252
4254
  ),
4253
- Ct
4255
+ Pt
4254
4256
  ) : o && o.p && (!i || d & /*backButton*/
4255
4257
  2) && o.p(c, i ? d : -1), u ? u.p && (!i || d & /*$$scope*/
4256
4258
  32768) && Ne(
@@ -4269,7 +4271,7 @@ function ns(e) {
4269
4271
  /*$$scope*/
4270
4272
  c[15]
4271
4273
  ),
4272
- Pt
4274
+ Ct
4273
4275
  ) : h && h.p && (!i || d & /*$_, titleText*/
4274
4276
  20) && h.p(c, i ? d : -1), m ? m.p && (!i || d & /*$$scope*/
4275
4277
  32768) && Ne(
@@ -4323,7 +4325,7 @@ function is(e, t, r) {
4323
4325
  Qi(f);
4324
4326
  }, A = () => {
4325
4327
  window.postMessage({ type: "CloseCashier" }, window.location.href);
4326
- }, C = () => {
4328
+ }, P = () => {
4327
4329
  window.postMessage({ type: "BackCashier" }, window.location.href);
4328
4330
  }, G = () => {
4329
4331
  r(1, d = !!u && u !== "false");
@@ -4358,7 +4360,7 @@ function is(e, t, r) {
4358
4360
  v,
4359
4361
  n,
4360
4362
  A,
4361
- C,
4363
+ P,
4362
4364
  a,
4363
4365
  o,
4364
4366
  l,
@@ -0,0 +1,8 @@
1
+ "use strict";var jn=Object.defineProperty,kn=Object.defineProperties;var Vn=Object.getOwnPropertyDescriptors;var ct=Object.getOwnPropertySymbols;var Xn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable;var Ne=(e,t,n)=>t in e?jn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,mt=(e,t)=>{for(var n in t||(t={}))Xn.call(t,n)&&Ne(e,n,t[n]);if(ct)for(var n of ct(t))zn.call(t,n)&&Ne(e,n,t[n]);return e},pt=(e,t)=>kn(e,Vn(t));var S=(e,t,n)=>(Ne(e,typeof t!="symbol"?t+"":t,n),n);var dt=(e,t,n)=>new Promise((r,i)=>{var s=l=>{try{o(n.next(l))}catch(u){i(u)}},a=l=>{try{o(n.throw(l))}catch(u){i(u)}},o=l=>l.done?r(l.value):Promise.resolve(l.value).then(s,a);o((n=n.apply(e,t)).next())});function T(){}const nt=e=>e;function Wn(e,t){for(const n in t)e[n]=t[n];return e}function Dt(e){return e()}function gt(){return Object.create(null)}function M(e){e.forEach(Dt)}function he(e){return typeof e=="function"}function rt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let me;function Zn(e,t){return e===t?!0:(me||(me=document.createElement("a")),me.href=t,e===me.href)}function qn(e){return Object.keys(e).length===0}function Gt(e,...t){if(e==null){for(const r of t)r(void 0);return T}const n=e.subscribe(...t);return n.unsubscribe?()=>n.unsubscribe():n}function Ft(e,t,n){e.$$.on_destroy.push(Gt(t,n))}function Ie(e,t,n,r){if(e){const i=jt(e,t,n,r);return e[0](i)}}function jt(e,t,n,r){return e[1]&&r?Wn(n.ctx.slice(),e[1](r(t))):n.ctx}function Me(e,t,n,r){if(e[2]&&r){const i=e[2](r(n));if(t.dirty===void 0)return i;if(typeof i=="object"){const s=[],a=Math.max(t.dirty.length,i.length);for(let o=0;o<a;o+=1)s[o]=t.dirty[o]|i[o];return s}return t.dirty|i}return t.dirty}function $e(e,t,n,r,i,s){if(i){const a=jt(t,n,r,s);e.p(a,i)}}function Re(e){if(e.ctx.length>32){const t=[],n=e.ctx.length/32;for(let r=0;r<n;r++)t[r]=-1;return t}return-1}function Qn(e){return e==null?"":e}const kt=typeof window!="undefined";let Vt=kt?()=>window.performance.now():()=>Date.now(),it=kt?e=>requestAnimationFrame(e):T;const X=new Set;function Xt(e){X.forEach(t=>{t.c(e)||(X.delete(t),t.f())}),X.size!==0&&it(Xt)}function zt(e){let t;return X.size===0&&it(Xt),{promise:new Promise(n=>{X.add(t={c:e,f:n})}),abort(){X.delete(t)}}}function se(e,t){e.appendChild(t)}function Wt(e,t,n){const r=st(e);if(!r.getElementById(t)){const i=R("style");i.id=t,i.textContent=n,Zt(r,i)}}function st(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Jn(e){const t=R("style");return t.textContent="/* empty */",Zt(st(e),t),t.sheet}function Zt(e,t){return se(e.head||e,t),t.sheet}function $(e,t,n){e.insertBefore(t,n||null)}function P(e){e.parentNode&&e.parentNode.removeChild(e)}function Yn(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function R(e){return document.createElement(e)}function Kn(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function Ae(e){return document.createTextNode(e)}function Xe(){return Ae(" ")}function ot(){return Ae("")}function at(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function G(e,t,n){n==null?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function er(e,t,n){const r=t.toLowerCase();r in e?e[r]=typeof e[r]=="boolean"&&n===""?!0:n:t in e?e[t]=typeof e[t]=="boolean"&&n===""?!0:n:G(e,t,n)}function tr(e){return Array.from(e.childNodes)}function qt(e,t){t=""+t,e.data!==t&&(e.data=t)}function nr(e,t,n,r){n==null?e.style.removeProperty(t):e.style.setProperty(t,n,"")}function rr(e,t,n){e.classList.toggle(t,!!n)}function ir(e,t,{bubbles:n=!1,cancelable:r=!1}={}){return new CustomEvent(e,{detail:t,bubbles:n,cancelable:r})}function sr(e){const t={};return e.childNodes.forEach(n=>{t[n.slot||"default"]=!0}),t}const Ee=new Map;let xe=0;function or(e){let t=5381,n=e.length;for(;n--;)t=(t<<5)-t^e.charCodeAt(n);return t>>>0}function ar(e,t){const n={stylesheet:Jn(t),rules:{}};return Ee.set(e,n),n}function Qt(e,t,n,r,i,s,a,o=0){const l=16.666/r;let u=`{
2
+ `;for(let E=0;E<=1;E+=l){const v=t+(n-t)*s(E);u+=E*100+`%{${a(v,1-v)}}
3
+ `}const h=u+`100% {${a(n,1-n)}}
4
+ }`,f=`__svelte_${or(h)}_${o}`,m=st(e),{stylesheet:p,rules:c}=Ee.get(m)||ar(m,e);c[f]||(c[f]=!0,p.insertRule(`@keyframes ${f} ${h}`,p.cssRules.length));const d=e.style.animation||"";return e.style.animation=`${d?`${d}, `:""}${f} ${r}ms linear ${i}ms 1 both`,xe+=1,f}function ze(e,t){const n=(e.style.animation||"").split(", "),r=n.filter(t?s=>s.indexOf(t)<0:s=>s.indexOf("__svelte")===-1),i=n.length-r.length;i&&(e.style.animation=r.join(", "),xe-=i,xe||ur())}function ur(){it(()=>{xe||(Ee.forEach(e=>{const{ownerNode:t}=e.stylesheet;t&&P(t)}),Ee.clear())})}let oe;function re(e){oe=e}function hr(){if(!oe)throw new Error("Function called outside component initialization");return oe}function Jt(e){hr().$$.on_mount.push(e)}const V=[],ve=[];let z=[];const bt=[],Yt=Promise.resolve();let We=!1;function Kt(){We||(We=!0,Yt.then(A))}function lr(){return Kt(),Yt}function W(e){z.push(e)}const Ue=new Set;let j=0;function A(){if(j!==0)return;const e=oe;do{try{for(;j<V.length;){const t=V[j];j++,re(t),fr(t.$$)}}catch(t){throw V.length=0,j=0,t}for(re(null),V.length=0,j=0;ve.length;)ve.pop()();for(let t=0;t<z.length;t+=1){const n=z[t];Ue.has(n)||(Ue.add(n),n())}z.length=0}while(V.length);for(;bt.length;)bt.pop()();We=!1,Ue.clear(),re(e)}function fr(e){if(e.fragment!==null){e.update(),M(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(W)}}function cr(e){const t=[],n=[];z.forEach(r=>e.indexOf(r)===-1?t.push(r):n.push(r)),n.forEach(r=>r()),z=t}let ee;function en(){return ee||(ee=Promise.resolve(),ee.then(()=>{ee=null})),ee}function He(e,t,n){e.dispatchEvent(ir(`${t?"intro":"outro"}${n}`))}const de=new Set;let N;function mr(){N={r:0,c:[],p:N}}function pr(){N.r||M(N.c),N=N.p}function ie(e,t){e&&e.i&&(de.delete(e),e.i(t))}function ge(e,t,n,r){if(e&&e.o){if(de.has(e))return;de.add(e),N.c.push(()=>{de.delete(e),r&&(n&&e.d(1),r())}),e.o(t)}else r&&r()}const tn={duration:0};function dr(e,t,n){const r={direction:"in"};let i=t(e,n,r),s=!1,a,o,l=0;function u(){a&&ze(e,a)}function h(){const{delay:m=0,duration:p=300,easing:c=nt,tick:d=T,css:E}=i||tn;E&&(a=Qt(e,0,1,p,m,c,E,l++)),d(0,1);const v=Vt()+m,B=v+p;o&&o.abort(),s=!0,W(()=>He(e,!0,"start")),o=zt(H=>{if(s){if(H>=B)return d(1,0),He(e,!0,"end"),u(),s=!1;if(H>=v){const C=c((H-v)/p);d(C,1-C)}}return s})}let f=!1;return{start(){f||(f=!0,ze(e),he(i)?(i=i(r),en().then(h)):h())},invalidate(){f=!1},end(){s&&(u(),s=!1)}}}function gr(e,t,n){const r={direction:"out"};let i=t(e,n,r),s=!0,a;const o=N;o.r+=1;let l;function u(){const{delay:h=0,duration:f=300,easing:m=nt,tick:p=T,css:c}=i||tn;c&&(a=Qt(e,1,0,f,h,m,c));const d=Vt()+h,E=d+f;W(()=>He(e,!1,"start")),"inert"in e&&(l=e.inert,e.inert=!0),zt(v=>{if(s){if(v>=E)return p(0,1),He(e,!1,"end"),--o.r||M(o.c),!1;if(v>=d){const B=m((v-d)/f);p(1-B,B)}}return s})}return he(i)?en().then(()=>{i=i(r),u()}):u(),{end(h){h&&"inert"in e&&(e.inert=l),h&&i.tick&&i.tick(1,0),s&&(a&&ze(e,a),s=!1)}}}function br(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function _r(e){e&&e.c()}function nn(e,t,n){const{fragment:r,after_update:i}=e.$$;r&&r.m(t,n),W(()=>{const s=e.$$.on_mount.map(Dt).filter(he);e.$$.on_destroy?e.$$.on_destroy.push(...s):M(s),e.$$.on_mount=[]}),i.forEach(W)}function rn(e,t){const n=e.$$;n.fragment!==null&&(cr(n.after_update),M(n.on_destroy),n.fragment&&n.fragment.d(t),n.on_destroy=n.fragment=null,n.ctx=[])}function yr(e,t){e.$$.dirty[0]===-1&&(V.push(e),Kt(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function sn(e,t,n,r,i,s,a=null,o=[-1]){const l=oe;re(e);const u=e.$$={fragment:null,ctx:[],props:s,update:T,not_equal:i,bound:gt(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:gt(),dirty:o,skip_bound:!1,root:t.target||l.$$.root};a&&a(u.root);let h=!1;if(u.ctx=n?n(e,t.props||{},(f,m,...p)=>{const c=p.length?p[0]:m;return u.ctx&&i(u.ctx[f],u.ctx[f]=c)&&(!u.skip_bound&&u.bound[f]&&u.bound[f](c),h&&yr(e,f)),m}):[],u.update(),h=!0,M(u.before_update),u.fragment=r?r(u.ctx):!1,t.target){if(t.hydrate){const f=tr(t.target);u.fragment&&u.fragment.l(f),f.forEach(P)}else u.fragment&&u.fragment.c();t.intro&&ie(e.$$.fragment),nn(e,t.target,t.anchor),A()}re(l)}let on;typeof HTMLElement=="function"&&(on=class extends HTMLElement{constructor(t,n,r){super();S(this,"$$ctor");S(this,"$$s");S(this,"$$c");S(this,"$$cn",!1);S(this,"$$d",{});S(this,"$$r",!1);S(this,"$$p_d",{});S(this,"$$l",{});S(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=n,r&&this.attachShadow({mode:"open"})}addEventListener(t,n,r){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(n),this.$$c){const i=this.$$c.$on(t,n);this.$$l_u.set(n,i)}super.addEventListener(t,n,r)}removeEventListener(t,n,r){if(super.removeEventListener(t,n,r),this.$$c){const i=this.$$l_u.get(n);i&&(i(),this.$$l_u.delete(n))}}connectedCallback(){return dt(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let a;return{c:function(){a=R("slot"),s!=="default"&&G(a,"name",s)},m:function(u,h){$(u,a,h)},d:function(u){u&&P(a)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},r=sr(this);for(const s of this.$$s)s in r&&(n[s]=[t(s)]);for(const s of this.attributes){const a=this.$$g_p(s.name);a in this.$$d||(this.$$d[a]=be(a,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:pt(mt({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const a=be(s,this.$$d[s],this.$$p_d,"toAttribute");a==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,a)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const a of this.$$l[s]){const o=this.$$c.$on(s,a);this.$$l_u.set(a,o)}this.$$l={}}})}attributeChangedCallback(t,n,r){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=be(t,r,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(n=>this.$$p_d[n].attribute===t||!this.$$p_d[n].attribute&&n.toLowerCase()===t)||t}});function be(e,t,n,r){var s;const i=(s=n[e])==null?void 0:s.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!r||!n[e])return t;if(r==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function an(e,t,n,r,i,s){let a=class extends on{constructor(){super(e,n,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(o=>(t[o].attribute||o).toLowerCase())}};return Object.keys(t).forEach(o=>{Object.defineProperty(a.prototype,o,{get(){return this.$$c&&o in this.$$c?this.$$c[o]:this.$$d[o]},set(l){var u;l=be(o,l,t),this.$$d[o]=l,(u=this.$$c)==null||u.$set({[o]:l})}})}),r.forEach(o=>{Object.defineProperty(a.prototype,o,{get(){var l;return(l=this.$$c)==null?void 0:l[o]}})}),e.element=a,a}class un{constructor(){S(this,"$$");S(this,"$$set")}$destroy(){rn(this,1),this.$destroy=T}$on(t,n){if(!he(n))return T;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return r.push(n),()=>{const i=r.indexOf(n);i!==-1&&r.splice(i,1)}}$set(t){this.$$set&&!qn(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Er="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Er);function hn(e,t){if(e){const n=document.createElement("style");n.innerHTML=t,e.appendChild(n)}}function ln(e,t){if(!e||!t)return;const n=new URL(t);fetch(n.href).then(r=>r.text()).then(r=>{const i=document.createElement("style");i.innerHTML=r,e&&e.appendChild(i)}).catch(r=>{console.error("There was an error while trying to load client styling from URL",r)})}function fn(e,t,n){if(window.emMessageBus){const r=document.createElement("style");window.emMessageBus.subscribe(t,i=>{r.innerHTML=i,e&&e.appendChild(r)})}}const k=[];function xr(e,t){return{subscribe:Ce(e,t).subscribe}}function Ce(e,t=T){let n;const r=new Set;function i(o){if(rt(e,o)&&(e=o,n)){const l=!k.length;for(const u of r)u[1](),k.push(u,e);if(l){for(let u=0;u<k.length;u+=2)k[u][0](k[u+1]);k.length=0}}}function s(o){i(o(e))}function a(o,l=T){const u=[o,l];return r.add(u),r.size===1&&(n=t(i,s)||T),o(e),()=>{r.delete(u),r.size===0&&n&&(n(),n=null)}}return{set:i,update:s,subscribe:a}}function Y(e,t,n){const r=!Array.isArray(e),i=r?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=t.length<2;return xr(n,(a,o)=>{let l=!1;const u=[];let h=0,f=T;const m=()=>{if(h)return;f();const c=t(r?u[0]:u,a,o);s?a(c):f=he(c)?c:T},p=i.map((c,d)=>Gt(c,E=>{u[d]=E,h&=~(1<<d),l&&m()},()=>{h|=1<<d}));return l=!0,m(),function(){M(p),f(),l=!1}})}var vr=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function cn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Hr=function(t){return wr(t)&&!Tr(t)};function wr(e){return!!e&&typeof e=="object"}function Tr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Ar(e)}var Br=typeof Symbol=="function"&&Symbol.for,Sr=Br?Symbol.for("react.element"):60103;function Ar(e){return e.$$typeof===Sr}function Cr(e){return Array.isArray(e)?[]:{}}function ae(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Z(Cr(e),e,t):e}function Or(e,t,n){return e.concat(t).map(function(r){return ae(r,n)})}function Pr(e,t){if(!t.customMerge)return Z;var n=t.customMerge(e);return typeof n=="function"?n:Z}function Lr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function _t(e){return Object.keys(e).concat(Lr(e))}function mn(e,t){try{return t in e}catch(n){return!1}}function Nr(e,t){return mn(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Ir(e,t,n){var r={};return n.isMergeableObject(e)&&_t(e).forEach(function(i){r[i]=ae(e[i],n)}),_t(t).forEach(function(i){Nr(e,i)||(mn(e,i)&&n.isMergeableObject(t[i])?r[i]=Pr(i,n)(e[i],t[i],n):r[i]=ae(t[i],n))}),r}function Z(e,t,n){n=n||{},n.arrayMerge=n.arrayMerge||Or,n.isMergeableObject=n.isMergeableObject||Hr,n.cloneUnlessOtherwiseSpecified=ae;var r=Array.isArray(t),i=Array.isArray(e),s=r===i;return s?r?n.arrayMerge(e,t,n):Ir(e,t,n):ae(t,n)}Z.all=function(t,n){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(r,i){return Z(r,i,n)},{})};var Mr=Z,$r=Mr;const Rr=cn($r);var Ze=function(e,t){return Ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},Ze(e,t)};function Oe(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ze(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var O=function(){return O=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},O.apply(this,arguments)};function Ur(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function De(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,s;r<i;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))}function Ge(e,t){var n=t&&t.cache?t.cache:Xr,r=t&&t.serializer?t.serializer:kr,i=t&&t.strategy?t.strategy:Fr;return i(e,{cache:n,serializer:r})}function Dr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Gr(e,t,n,r){var i=Dr(r)?r:n(r),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,r),t.set(i,s)),s}function pn(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,r),t.set(i,s)),s}function dn(e,t,n,r,i){return n.bind(t,e,r,i)}function Fr(e,t){var n=e.length===1?Gr:pn;return dn(e,this,n,t.cache.create(),t.serializer)}function jr(e,t){return dn(e,this,pn,t.cache.create(),t.serializer)}var kr=function(){return JSON.stringify(arguments)},Vr=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,n){this.cache[t]=n},e}(),Xr={create:function(){return new Vr}},Fe={variadic:jr},we=function(){return we=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},we.apply(this,arguments)};var g;(function(e){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"})(g||(g={}));var y;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(y||(y={}));var q;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(q||(q={}));function yt(e){return e.type===y.literal}function zr(e){return e.type===y.argument}function gn(e){return e.type===y.number}function bn(e){return e.type===y.date}function _n(e){return e.type===y.time}function yn(e){return e.type===y.select}function En(e){return e.type===y.plural}function Wr(e){return e.type===y.pound}function xn(e){return e.type===y.tag}function vn(e){return!!(e&&typeof e=="object"&&e.type===q.number)}function qe(e){return!!(e&&typeof e=="object"&&e.type===q.dateTime)}var Hn=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Zr=/(?:[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;function qr(e){var t={};return e.replace(Zr,function(n){var r=n.length;switch(n[0]){case"G":t.era=r===4?"long":r===5?"narrow":"short";break;case"y":t.year=r===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=r===4?"long":r===5?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var x=function(){return x=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},x.apply(this,arguments)};var Qr=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Jr(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Qr).filter(function(m){return m.length>0}),n=[],r=0,i=t;r<i.length;r++){var s=i[r],a=s.split("/");if(a.length===0)throw new Error("Invalid number skeleton");for(var o=a[0],l=a.slice(1),u=0,h=l;u<h.length;u++){var f=h[u];if(f.length===0)throw new Error("Invalid number skeleton")}n.push({stem:o,options:l})}return n}function Yr(e){return e.replace(/^(.*?)-/,"")}var Et=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,wn=/^(@+)?(\+|#+)?[rs]?$/g,Kr=/(\*)(0+)|(#+)(0+)|(0+)/g,Tn=/^(0+)$/;function xt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(wn,function(n,r,i){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)),""}),t}function Bn(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function ei(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if(n==="+!"?(t.signDisplay="always",e=e.slice(2)):n==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Tn.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function vt(e){var t={},n=Bn(e);return n||t}function ti(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=Yr(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=x(x(x({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return x(x({},l),vt(u))},{}));continue;case"engineering":t=x(x(x({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return x(x({},l),vt(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Kr,function(l,u,h,f,m,p){if(u)t.minimumIntegerDigits=h.length;else{if(f&&m)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Tn.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Et.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Et,function(l,u,h,f,m,p){return h==="*"?t.minimumFractionDigits=u.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:m&&p?(t.minimumFractionDigits=m.length,t.maximumFractionDigits=m.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=x(x({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=x(x({},t),xt(s)));continue}if(wn.test(i.stem)){t=x(x({},t),xt(i.stem));continue}var a=Bn(i.stem);a&&(t=x(x({},t),a));var o=ei(i.stem);o&&(t=x(x({},t),o))}return t}var pe={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function ni(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if(i==="j"){for(var s=0;r+1<e.length&&e.charAt(r+1)===i;)s++,r++;var a=1+(s&1),o=s<2?1:3+(s>>1),l="a",u=ri(t);for((u=="H"||u=="k")&&(o=0);o-- >0;)n+=l;for(;a-- >0;)n=u+n}else i==="J"?n+="H":n+=i}return n}function ri(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var n=e.language,r;n!=="root"&&(r=e.maximize().region);var i=pe[r||""]||pe[n||""]||pe["".concat(n,"-001")]||pe["001"];return i[0]}var je,ii=new RegExp("^".concat(Hn.source,"*")),si=new RegExp("".concat(Hn.source,"*$"));function b(e,t){return{start:e,end:t}}var oi=!!String.prototype.startsWith&&"_a".startsWith("a",1),ai=!!String.fromCodePoint,ui=!!Object.fromEntries,hi=!!String.prototype.codePointAt,li=!!String.prototype.trimStart,fi=!!String.prototype.trimEnd,ci=!!Number.isSafeInteger,mi=ci?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Qe=!0;try{var pi=An("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Qe=((je=pi.exec("a"))===null||je===void 0?void 0:je[0])==="a"}catch(e){Qe=!1}var Ht=oi?function(t,n,r){return t.startsWith(n,r)}:function(t,n,r){return t.slice(r,r+n.length)===n},Je=ai?String.fromCodePoint:function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r="",i=t.length,s=0,a;i>s;){if(a=t[s++],a>1114111)throw RangeError(a+" is not a valid code point");r+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return r},wt=ui?Object.fromEntries:function(t){for(var n={},r=0,i=t;r<i.length;r++){var s=i[r],a=s[0],o=s[1];n[a]=o}return n},Sn=hi?function(t,n){return t.codePointAt(n)}:function(t,n){var r=t.length;if(!(n<0||n>=r)){var i=t.charCodeAt(n),s;return i<55296||i>56319||n+1===r||(s=t.charCodeAt(n+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},di=li?function(t){return t.trimStart()}:function(t){return t.replace(ii,"")},gi=fi?function(t){return t.trimEnd()}:function(t){return t.replace(si,"")};function An(e,t){return new RegExp(e,t)}var Ye;if(Qe){var Tt=An("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ye=function(t,n){var r;Tt.lastIndex=n;var i=Tt.exec(t);return(r=i[1])!==null&&r!==void 0?r:""}}else Ye=function(t,n){for(var r=[];;){var i=Sn(t,n);if(i===void 0||Cn(i)||Ei(i))break;r.push(i),n+=i>=65536?2:1}return Je.apply(void 0,r)};var bi=function(){function e(t,n){n===void 0&&(n={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!n.ignoreTag,this.locale=n.locale,this.requiresOtherClause=!!n.requiresOtherClause,this.shouldParseSkeletons=!!n.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,n,r){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var a=this.parseArgument(t,r);if(a.err)return a;i.push(a.val)}else{if(s===125&&t>0)break;if(s===35&&(n==="plural"||n==="selectordinal")){var o=this.clonePosition();this.bump(),i.push({type:y.pound,location:b(o,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(r)break;return this.error(g.UNMATCHED_CLOSING_TAG,b(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&Ke(this.peek()||0)){var a=this.parseTag(t,n);if(a.err)return a;i.push(a.val)}else{var a=this.parseLiteral(t,n);if(a.err)return a;i.push(a.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,n){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:y.literal,value:"<".concat(i,"/>"),location:b(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,n,!0);if(s.err)return s;var a=s.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ke(this.char()))return this.error(g.INVALID_TAG,b(o,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(g.UNMATCHED_CLOSING_TAG,b(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:y.tag,value:i,children:a,location:b(r,this.clonePosition())},err:null}:this.error(g.INVALID_TAG,b(o,this.clonePosition())))}else return this.error(g.UNCLOSED_TAG,b(r,this.clonePosition()))}else return this.error(g.INVALID_TAG,b(r,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&yi(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,n){for(var r=this.clonePosition(),i="";;){var s=this.tryParseQuote(n);if(s){i+=s;continue}var a=this.tryParseUnquoted(t,n);if(a){i+=a;continue}var o=this.tryParseLeftAngleBracket();if(o){i+=o;continue}break}var l=b(r,this.clonePosition());return{val:{type:y.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!_i(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var n=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(r===39)if(this.peek()===39)n.push(39),this.bump();else{this.bump();break}else n.push(r);this.bump()}return Je.apply(void 0,n)},e.prototype.tryParseUnquoted=function(t,n){if(this.isEOF())return null;var r=this.char();return r===60||r===123||r===35&&(n==="plural"||n==="selectordinal")||r===125&&t>0?null:(this.bump(),Je(r))},e.prototype.parseArgument=function(t,n){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(r,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(g.EMPTY_ARGUMENT,b(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(g.MALFORMED_ARGUMENT,b(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:y.argument,value:i,location:b(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(r,this.clonePosition())):this.parseArgumentOptions(t,n,i,r);default:return this.error(g.MALFORMED_ARGUMENT,b(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),n=this.offset(),r=Ye(this.message,n),i=n+r.length;this.bumpTo(i);var s=this.clonePosition(),a=b(t,s);return{value:r,location:a}},e.prototype.parseArgumentOptions=function(t,n,r,i){var s,a=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(g.EXPECT_ARGUMENT_TYPE,b(a,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var m=gi(f.val);if(m.length===0)return this.error(g.EXPECT_ARGUMENT_STYLE,b(this.clonePosition(),this.clonePosition()));var p=b(h,this.clonePosition());u={style:m,styleLocation:p}}var c=this.tryParseArgumentClose(i);if(c.err)return c;var d=b(i,this.clonePosition());if(u&&Ht(u==null?void 0:u.style,"::",0)){var E=di(u.style.slice(2));if(o==="number"){var f=this.parseNumberSkeletonFromString(E,u.styleLocation);return f.err?f:{val:{type:y.number,value:r,location:d,style:f.val},err:null}}else{if(E.length===0)return this.error(g.EXPECT_DATE_TIME_SKELETON,d);var v=E;this.locale&&(v=ni(E,this.locale));var m={type:q.dateTime,pattern:v,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?qr(v):{}},B=o==="date"?y.date:y.time;return{val:{type:B,value:r,location:d,style:m},err:null}}}return{val:{type:o==="number"?y.number:o==="date"?y.date:y.time,value:r,location:d,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var H=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS,b(H,we({},H)));this.bumpSpace();var C=this.parseIdentifierIfPossible(),L=0;if(o!=="select"&&C.value==="offset"){if(!this.bumpIf(":"))return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),C=this.parseIdentifierIfPossible(),L=f.val}var F=this.tryParsePluralOrSelectOptions(t,o,n,C);if(F.err)return F;var c=this.tryParseArgumentClose(i);if(c.err)return c;var ce=b(i,this.clonePosition());return o==="select"?{val:{type:y.select,value:r,options:wt(F.val),location:ce},err:null}:{val:{type:y.plural,value:r,options:wt(F.val),offset:L,pluralType:o==="plural"?"cardinal":"ordinal",location:ce},err:null}}default:return this.error(g.INVALID_ARGUMENT_TYPE,b(a,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,n=this.clonePosition();!this.isEOF();){var r=this.char();switch(r){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,b(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(n.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(n.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,n){var r=[];try{r=Jr(t)}catch(i){return this.error(g.INVALID_NUMBER_SKELETON,n)}return{val:{type:q.number,tokens:r,location:n,parsedOptions:this.shouldParseSkeletons?ti(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,n,r,i){for(var s,a=!1,o=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var f=this.clonePosition();if(n!=="select"&&this.bumpIf("=")){var m=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR,g.INVALID_PLURAL_ARGUMENT_SELECTOR);if(m.err)return m;h=b(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(l.has(u))return this.error(n==="select"?g.DUPLICATE_SELECT_ARGUMENT_SELECTOR:g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(a=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(n==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,b(this.clonePosition(),this.clonePosition()));var c=this.parseMessage(t+1,n,r);if(c.err)return c;var d=this.tryParseArgumentClose(p);if(d.err)return d;o.push([u,{value:c.val,location:b(p,this.clonePosition())}]),l.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,h=s.location}return o.length===0?this.error(n==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR:g.EXPECT_PLURAL_ARGUMENT_SELECTOR,b(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(g.MISSING_OTHER_CLAUSE,b(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,n){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var s=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)s=!0,a=a*10+(o-48),this.bump();else break}var l=b(i,this.clonePosition());return s?(a*=r,mi(a)?{val:a,err:null}:this.error(n,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var n=Sn(this.message,t);if(n===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return n},e.prototype.error=function(t,n){return{val:null,err:{kind:t,message:this.message,location:n}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Ht(this.message,t,this.offset())){for(var n=0;n<t.length;n++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var n=this.offset(),r=this.message.indexOf(t,n);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var n=this.offset();if(n===t)break;if(n>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Cn(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),n=this.offset(),r=this.message.charCodeAt(n+(t>=65536?2:1));return r!=null?r:null},e}();function Ke(e){return e>=97&&e<=122||e>=65&&e<=90}function _i(e){return Ke(e)||e===47}function yi(e){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}function Cn(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Ei(e){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}function et(e){e.forEach(function(t){if(delete t.location,yn(t)||En(t))for(var n in t.options)delete t.options[n].location,et(t.options[n].value);else gn(t)&&vn(t.style)||(bn(t)||_n(t))&&qe(t.style)?delete t.style.location:xn(t)&&et(t.children)})}function xi(e,t){t===void 0&&(t={}),t=we({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new bi(e,t).parse();if(n.err){var r=SyntaxError(g[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return t!=null&&t.captureLocation||et(n.val),n.val}var Q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Q||(Q={}));var Pe=function(e){Oe(t,e);function t(n,r,i){var s=e.call(this,n)||this;return s.code=r,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Bt=function(e){Oe(t,e);function t(n,r,i,s){return e.call(this,'Invalid values for "'.concat(n,'": "').concat(r,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Q.INVALID_VALUE,s)||this}return t}(Pe),vi=function(e){Oe(t,e);function t(n,r,i){return e.call(this,'Value for "'.concat(n,'" must be of type ').concat(r),Q.INVALID_VALUE,i)||this}return t}(Pe),Hi=function(e){Oe(t,e);function t(n,r){return e.call(this,'The intl string context variable "'.concat(n,'" was not provided to the string "').concat(r,'"'),Q.MISSING_VALUE,r)||this}return t}(Pe),w;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(w||(w={}));function wi(e){return e.length<2?e:e.reduce(function(t,n){var r=t[t.length-1];return!r||r.type!==w.literal||n.type!==w.literal?t.push(n):r.value+=n.value,t},[])}function Ti(e){return typeof e=="function"}function _e(e,t,n,r,i,s,a){if(e.length===1&&yt(e[0]))return[{type:w.literal,value:e[0].value}];for(var o=[],l=0,u=e;l<u.length;l++){var h=u[l];if(yt(h)){o.push({type:w.literal,value:h.value});continue}if(Wr(h)){typeof s=="number"&&o.push({type:w.literal,value:n.getNumberFormat(t).format(s)});continue}var f=h.value;if(!(i&&f in i))throw new Hi(f,a);var m=i[f];if(zr(h)){(!m||typeof m=="string"||typeof m=="number")&&(m=typeof m=="string"||typeof m=="number"?String(m):""),o.push({type:typeof m=="string"?w.literal:w.object,value:m});continue}if(bn(h)){var p=typeof h.style=="string"?r.date[h.style]:qe(h.style)?h.style.parsedOptions:void 0;o.push({type:w.literal,value:n.getDateTimeFormat(t,p).format(m)});continue}if(_n(h)){var p=typeof h.style=="string"?r.time[h.style]:qe(h.style)?h.style.parsedOptions:r.time.medium;o.push({type:w.literal,value:n.getDateTimeFormat(t,p).format(m)});continue}if(gn(h)){var p=typeof h.style=="string"?r.number[h.style]:vn(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(m=m*(p.scale||1)),o.push({type:w.literal,value:n.getNumberFormat(t,p).format(m)});continue}if(xn(h)){var c=h.children,d=h.value,E=i[d];if(!Ti(E))throw new vi(d,"function",a);var v=_e(c,t,n,r,i,s),B=E(v.map(function(L){return L.value}));Array.isArray(B)||(B=[B]),o.push.apply(o,B.map(function(L){return{type:typeof L=="string"?w.literal:w.object,value:L}}))}if(yn(h)){var H=h.options[m]||h.options.other;if(!H)throw new Bt(h.value,m,Object.keys(h.options),a);o.push.apply(o,_e(H.value,t,n,r,i));continue}if(En(h)){var H=h.options["=".concat(m)];if(!H){if(!Intl.PluralRules)throw new Pe(`Intl.PluralRules is not available in this environment.
5
+ Try polyfilling it using "@formatjs/intl-pluralrules"
6
+ `,Q.MISSING_INTL_API,a);var C=n.getPluralRules(t,{type:h.pluralType}).select(m-(h.offset||0));H=h.options[C]||h.options.other}if(!H)throw new Bt(h.value,m,Object.keys(h.options),a);o.push.apply(o,_e(H.value,t,n,r,i,m-(h.offset||0)));continue}}return wi(o)}function Bi(e,t){return t?O(O(O({},e||{}),t||{}),Object.keys(e).reduce(function(n,r){return n[r]=O(O({},e[r]),t[r]||{}),n},{})):e}function Si(e,t){return t?Object.keys(e).reduce(function(n,r){return n[r]=Bi(e[r],t[r]),n},O({},e)):e}function ke(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function Ai(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Ge(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,De([void 0],n,!1)))},{cache:ke(e.number),strategy:Fe.variadic}),getDateTimeFormat:Ge(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,De([void 0],n,!1)))},{cache:ke(e.dateTime),strategy:Fe.variadic}),getPluralRules:Ge(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,De([void 0],n,!1)))},{cache:ke(e.pluralRules),strategy:Fe.variadic})}}var On=function(){function e(t,n,r,i){n===void 0&&(n=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=s.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(f,m){return!f.length||m.type!==w.literal||typeof f[f.length-1]!="string"?f.push(m.value):f[f.length-1]+=m.value,f},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return _e(s.ast,s.locales,s.formatters,s.formats,l,void 0,s.message)},this.resolvedOptions=function(){var l;return{locale:((l=s.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=n,this.resolvedLocale=e.resolveLocale(n),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var a=i||{};a.formatters;var o=Ur(a,["formatters"]);this.ast=e.__parse(t,O(O({},o),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Si(e.formats,r),this.formatters=i&&i.formatters||Ai(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var n=Intl.NumberFormat.supportedLocalesOf(t);return n.length>0?new Intl.Locale(n[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=xi,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Ci(e,t){if(t==null)return;if(t in e)return e[t];const n=t.split(".");let r=e;for(let i=0;i<n.length;i++)if(typeof r=="object"){if(i>0){const s=n.slice(i,n.length).join(".");if(s in r){r=r[s];break}}r=r[n[i]]}else r=void 0;return r}const I={},Oi=(e,t,n)=>n&&(t in I||(I[t]={}),e in I[t]||(I[t][e]=n),n),Pn=(e,t)=>{if(t==null)return;if(t in I&&e in I[t])return I[t][e];const n=fe(t);for(let r=0;r<n.length;r++){const i=n[r],s=Li(i,e);if(s)return Oi(e,t,s)}};let ut;const le=Ce({});function Pi(e){return ut[e]||null}function Ln(e){return e in ut}function Li(e,t){if(!Ln(e))return null;const n=Pi(e);return Ci(n,t)}function Ni(e){if(e==null)return;const t=fe(e);for(let n=0;n<t.length;n++){const r=t[n];if(Ln(r))return r}}function ht(e,...t){delete I[e],le.update(n=>(n[e]=Rr.all([n[e]||{},...t]),n))}Y([le],([e])=>Object.keys(e));le.subscribe(e=>ut=e);const ye={};function Ii(e,t){ye[e].delete(t),ye[e].size===0&&delete ye[e]}function Nn(e){return ye[e]}function Mi(e){return fe(e).map(t=>{const n=Nn(t);return[t,n?[...n]:[]]}).filter(([,t])=>t.length>0)}function Te(e){return e==null?!1:fe(e).some(t=>{var n;return(n=Nn(t))==null?void 0:n.size})}function $i(e,t){return Promise.all(t.map(r=>(Ii(e,r),r().then(i=>i.default||i)))).then(r=>ht(e,...r))}const te={};function In(e){if(!Te(e))return e in te?te[e]:Promise.resolve();const t=Mi(e);return te[e]=Promise.all(t.map(([n,r])=>$i(n,r))).then(()=>{if(Te(e))return In(e);delete te[e]}),te[e]}var St=Object.getOwnPropertySymbols,Ri=Object.prototype.hasOwnProperty,Ui=Object.prototype.propertyIsEnumerable,Di=(e,t)=>{var n={};for(var r in e)Ri.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&St)for(var r of St(e))t.indexOf(r)<0&&Ui.call(e,r)&&(n[r]=e[r]);return n};const Gi={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}};function Fi({locale:e,id:t}){console.warn(`[svelte-i18n] The message "${t}" was not found in "${fe(e).join('", "')}".${Te(U())?`
7
+
8
+ Note: there are at least one loader still registered to this locale that wasn't executed.`:""}`)}const ji={fallbackLocale:null,loadingDelay:200,formats:Gi,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ne=ji;function J(){return ne}function Mn(e){const t=e,{formats:n}=t,r=Di(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{On.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(s){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}return r.warnOnMissingMessages&&(delete r.warnOnMissingMessages,r.handleMissingMessage==null?r.handleMissingMessage=Fi:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(ne,r,{initialLocale:i}),n&&("number"in n&&Object.assign(ne.formats.number,n.number),"date"in n&&Object.assign(ne.formats.date,n.date),"time"in n&&Object.assign(ne.formats.time,n.time)),D.set(i)}const Ve=Ce(!1);var ki=Object.defineProperty,Vi=Object.defineProperties,Xi=Object.getOwnPropertyDescriptors,At=Object.getOwnPropertySymbols,zi=Object.prototype.hasOwnProperty,Wi=Object.prototype.propertyIsEnumerable,Ct=(e,t,n)=>t in e?ki(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Zi=(e,t)=>{for(var n in t||(t={}))zi.call(t,n)&&Ct(e,n,t[n]);if(At)for(var n of At(t))Wi.call(t,n)&&Ct(e,n,t[n]);return e},qi=(e,t)=>Vi(e,Xi(t));let tt;const Be=Ce(null);function Ot(e){return e.split("-").map((t,n,r)=>r.slice(0,n+1).join("-")).reverse()}function fe(e,t=J().fallbackLocale){const n=Ot(e);return t?[...new Set([...n,...Ot(t)])]:n}function U(){return tt!=null?tt:void 0}Be.subscribe(e=>{tt=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Qi=e=>{if(e&&Ni(e)&&Te(e)){const{loadingDelay:t}=J();let n;return typeof window!="undefined"&&U()!=null&&t?n=window.setTimeout(()=>Ve.set(!0),t):Ve.set(!0),In(e).then(()=>{Be.set(e)}).finally(()=>{clearTimeout(n),Ve.set(!1)})}return Be.set(e)},D=qi(Zi({},Be),{set:Qi}),Le=e=>{const t=Object.create(null);return r=>{const i=JSON.stringify(r);return i in t?t[i]:t[i]=e(r)}};var Ji=Object.defineProperty,Se=Object.getOwnPropertySymbols,$n=Object.prototype.hasOwnProperty,Rn=Object.prototype.propertyIsEnumerable,Pt=(e,t,n)=>t in e?Ji(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lt=(e,t)=>{for(var n in t||(t={}))$n.call(t,n)&&Pt(e,n,t[n]);if(Se)for(var n of Se(t))Rn.call(t,n)&&Pt(e,n,t[n]);return e},K=(e,t)=>{var n={};for(var r in e)$n.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Se)for(var r of Se(e))t.indexOf(r)<0&&Rn.call(e,r)&&(n[r]=e[r]);return n};const ue=(e,t)=>{const{formats:n}=J();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Yi=Le(e=>{var t=e,{locale:n,format:r}=t,i=K(t,["locale","format"]);if(n==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(i=ue("number",r)),new Intl.NumberFormat(n,i)}),Ki=Le(e=>{var t=e,{locale:n,format:r}=t,i=K(t,["locale","format"]);if(n==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?i=ue("date",r):Object.keys(i).length===0&&(i=ue("date","short")),new Intl.DateTimeFormat(n,i)}),es=Le(e=>{var t=e,{locale:n,format:r}=t,i=K(t,["locale","format"]);if(n==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?i=ue("time",r):Object.keys(i).length===0&&(i=ue("time","short")),new Intl.DateTimeFormat(n,i)}),ts=(e={})=>{var t=e,{locale:n=U()}=t,r=K(t,["locale"]);return Yi(lt({locale:n},r))},ns=(e={})=>{var t=e,{locale:n=U()}=t,r=K(t,["locale"]);return Ki(lt({locale:n},r))},rs=(e={})=>{var t=e,{locale:n=U()}=t,r=K(t,["locale"]);return es(lt({locale:n},r))},is=Le((e,t=U())=>new On(e,t,J().formats,{ignoreTag:J().ignoreTag})),ss=(e,t={})=>{var n,r,i,s;let a=t;typeof e=="object"&&(a=e,e=a.id);const{values:o,locale:l=U(),default:u}=a;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Pn(e,l);if(!h)h=(s=(i=(r=(n=J()).handleMissingMessage)==null?void 0:r.call(n,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!o)return h;let f=h;try{f=is(h,l).format(o)}catch(m){m instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,m.message)}return f},os=(e,t)=>rs(t).format(e),as=(e,t)=>ns(t).format(e),us=(e,t)=>ts(t).format(e),hs=(e,t=U())=>Pn(e,t),Un=Y([D,le],()=>ss);Y([D],()=>os);Y([D],()=>as);Y([D],()=>us);Y([D,le],()=>hs);function Lt(e,t){ht(e,t)}function ls(e){Mn({fallbackLocale:"en"}),D.set(e)}const Nt={en:{header:{general:"Cashier",deposit:"Deposit",withdraw:"Withdraw"}},tr:{header:{general:"Cashier",deposit:"Para Yatır",withdraw:"Çekim"}},"en-us":{header:{general:"Cashier",deposit:"Deposit",withdraw:"Withdraw"}}};function fs(e){Wt(e,"svelte-1p7ag40",".CashierHeader{display:flex;position:relative;align-items:center;height:var(--emw--header-height, 40px);background-color:var(--emw--color-background, #F9FAFF);padding:10px 0;width:100vw}.CashierHeaderLeftButton{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;display:flex;align-items:center;font-variant:all-small-caps;height:32px;margin-left:5px;gap:2px;cursor:pointer;stroke:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton svg path{fill:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--emw--color-primary, #F9C405);font-size:var(--emw--font-size-medium, 16px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin-left:15px;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer;fill:var(--emw--color-primary, #F9C405)}")}const cs=e=>({}),It=e=>({}),ms=e=>({}),Mt=e=>({}),ps=e=>({}),$t=e=>({});function Rt(e){let t,n,r;return{c(){t=R("div"),t.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z"></path></svg>',G(t,"class","CashierHeaderLeftButton")},m(i,s){$(i,t,s),n||(r=at(t,"click",e[6]),n=!0)},p:T,d(i){i&&P(t),n=!1,r()}}}function ds(e){let t,n=e[1]&&Rt(e);return{c(){n&&n.c(),t=ot()},m(r,i){n&&n.m(r,i),$(r,t,i)},p(r,i){r[1]?n?n.p(r,i):(n=Rt(r),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(r){r&&P(t),n&&n.d(r)}}}function gs(e){let t,n=e[4](e[2])+"",r;return{c(){t=R("span"),r=Ae(n),G(t,"class","CashierHeaderTitle")},m(i,s){$(i,t,s),se(t,r)},p(i,s){s&20&&n!==(n=i[4](i[2])+"")&&qt(r,n)},d(i){i&&P(t)}}}function Ut(e){let t,n,r;return{c(){t=R("span"),t.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"></path></svg>',G(t,"class","CashierHeaderRightButton")},m(i,s){$(i,t,s),n||(r=at(t,"click",e[5]),n=!0)},p:T,d(i){i&&P(t),n=!1,r()}}}function bs(e){let t,n=e[3]&&Ut(e);return{c(){n&&n.c(),t=ot()},m(r,i){n&&n.m(r,i),$(r,t,i)},p(r,i){r[3]?n?n.p(r,i):(n=Ut(r),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(r){r&&P(t),n&&n.d(r)}}}function _s(e){let t,n,r,i;const s=e[16].leftButton,a=Ie(s,e,e[15],$t),o=a||ds(e),l=e[16].title,u=Ie(l,e,e[15],Mt),h=u||gs(e),f=e[16].rightButton,m=Ie(f,e,e[15],It),p=m||bs(e);return{c(){t=R("div"),o&&o.c(),n=Xe(),h&&h.c(),r=Xe(),p&&p.c(),G(t,"class","CashierHeader")},m(c,d){$(c,t,d),o&&o.m(t,null),se(t,n),h&&h.m(t,null),se(t,r),p&&p.m(t,null),e[17](t),i=!0},p(c,[d]){a?a.p&&(!i||d&32768)&&$e(a,s,c,c[15],i?Me(s,c[15],d,ps):Re(c[15]),$t):o&&o.p&&(!i||d&2)&&o.p(c,i?d:-1),u?u.p&&(!i||d&32768)&&$e(u,l,c,c[15],i?Me(l,c[15],d,ms):Re(c[15]),Mt):h&&h.p&&(!i||d&20)&&h.p(c,i?d:-1),m?m.p&&(!i||d&32768)&&$e(m,f,c,c[15],i?Me(f,c[15],d,cs):Re(c[15]),It):p&&p.p&&(!i||d&8)&&p.p(c,i?d:-1)},i(c){i||(ie(o,c),ie(h,c),ie(p,c),i=!0)},o(c){ge(o,c),ge(h,c),ge(p,c),i=!1},d(c){c&&P(t),o&&o.d(c),h&&h.d(c),p&&p.d(c),e[17](null)}}}function ys(e,t,n){let r;Ft(e,Un,_=>n(4,r=_));let{$$slots:i={},$$scope:s}=t,{clientstyling:a=""}=t,{clientstylingurl:o=""}=t,{translationurl:l=""}=t,{showbackbutton:u=""}=t,{title:h="header.general"}=t,{lang:f="en"}=t,{showclosebutton:m=""}=t,{mbsource:p=""}=t,c,d=!1,E,v=!1;const B=()=>{fetch(l).then(_=>_.json()).then(_=>{Object.keys(_).forEach(ft=>{Lt(ft,_[ft])})}).catch(_=>{console.log(_)})};Object.keys(Nt).forEach(_=>{Lt(_,Nt[_])});const H=()=>{ls(f)},C=()=>{window.postMessage({type:"CloseCashier"},window.location.href)},L=()=>{window.postMessage({type:"BackCashier"},window.location.href)},F=()=>{n(1,d=!!u&&u!=="false")},ce=()=>{n(3,v=!!m&&m!=="false")},Gn=()=>{n(2,E=h||"header.general")};Jt(()=>()=>{});function Fn(_){ve[_?"unshift":"push"](()=>{c=_,n(0,c)})}return e.$$set=_=>{"clientstyling"in _&&n(7,a=_.clientstyling),"clientstylingurl"in _&&n(8,o=_.clientstylingurl),"translationurl"in _&&n(9,l=_.translationurl),"showbackbutton"in _&&n(10,u=_.showbackbutton),"title"in _&&n(11,h=_.title),"lang"in _&&n(12,f=_.lang),"showclosebutton"in _&&n(13,m=_.showclosebutton),"mbsource"in _&&n(14,p=_.mbsource),"$$scope"in _&&n(15,s=_.$$scope)},e.$$.update=()=>{e.$$.dirty&4096&&f&&H(),e.$$.dirty&6144&&f&&h&&Gn(),e.$$.dirty&129&&a&&c&&hn(c,a),e.$$.dirty&257&&o&&c&&ln(c,o),e.$$.dirty&16385&&p&&c&&fn(c,`${p}.Style`),e.$$.dirty&4608&&f&&l&&B(),e.$$.dirty&1024&&u&&F(),e.$$.dirty&8192&&m&&ce()},[c,d,E,v,r,C,L,a,o,l,u,h,f,m,p,s,i,Fn]}class Dn extends un{constructor(t){super(),sn(this,t,ys,_s,rt,{clientstyling:7,clientstylingurl:8,translationurl:9,showbackbutton:10,title:11,lang:12,showclosebutton:13,mbsource:14},fs)}get clientstyling(){return this.$$.ctx[7]}set clientstyling(t){this.$$set({clientstyling:t}),A()}get clientstylingurl(){return this.$$.ctx[8]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),A()}get translationurl(){return this.$$.ctx[9]}set translationurl(t){this.$$set({translationurl:t}),A()}get showbackbutton(){return this.$$.ctx[10]}set showbackbutton(t){this.$$set({showbackbutton:t}),A()}get title(){return this.$$.ctx[11]}set title(t){this.$$set({title:t}),A()}get lang(){return this.$$.ctx[12]}set lang(t){this.$$set({lang:t}),A()}get showclosebutton(){return this.$$.ctx[13]}set showclosebutton(t){this.$$set({showclosebutton:t}),A()}get mbsource(){return this.$$.ctx[14]}set mbsource(t){this.$$set({mbsource:t}),A()}}an(Dn,{clientstyling:{},clientstylingurl:{},translationurl:{},showbackbutton:{},title:{},lang:{},showclosebutton:{},mbsource:{}},["leftButton","title","rightButton"],[],!0);const Es=Object.freeze(Object.defineProperty({__proto__:null,default:Dn},Symbol.toStringTag,{value:"Module"}));exports.$format=Un;exports.$locale=D;exports.CashierHeader_ce=Es;exports.SvelteComponent=un;exports.addMessages=ht;exports.add_render_callback=W;exports.append=se;exports.append_styles=Wt;exports.attr=G;exports.binding_callbacks=ve;exports.check_outros=pr;exports.commonjsGlobal=vr;exports.component_subscribe=Ft;exports.create_component=_r;exports.create_custom_element=an;exports.create_in_transition=dr;exports.create_out_transition=gr;exports.destroy_component=rn;exports.destroy_each=Yn;exports.detach=P;exports.element=R;exports.empty=ot;exports.ensure_array_like=br;exports.flush=A;exports.getDefaultExportFromCjs=cn;exports.group_outros=mr;exports.identity=nt;exports.init=sn;exports.init$1=Mn;exports.insert=$;exports.listen=at;exports.mount_component=nn;exports.noop=T;exports.null_to_empty=Qn;exports.onMount=Jt;exports.run_all=M;exports.safe_not_equal=rt;exports.setClientStyling=hn;exports.setClientStylingURL=ln;exports.setStreamStyling=fn;exports.set_custom_element_data=er;exports.set_data=qt;exports.set_style=nr;exports.space=Xe;exports.src_url_equal=Zn;exports.svg_element=Kn;exports.text=Ae;exports.tick=lr;exports.toggle_class=rr;exports.transition_in=ie;exports.transition_out=ge;
@@ -1,4 +1,4 @@
1
- import { S as P, i as Q, s as W, f as M, a as X, e as D, n as T, d as S, b as Y, r as Z, c as j, g as _, l as V, h as k, j as z, k as L, m as a, o as x, p as O, t as G, q as R, u as $, v as ee, w as te, x as le, y as ne } from "./CashierHeader-kADi9sh0.js";
1
+ import { S as P, i as Q, s as W, f as M, a as X, e as D, n as T, d as S, b as Y, r as Z, c as j, g as _, l as V, h as k, j as z, k as L, m as a, o as x, p as O, t as G, q as R, u as $, v as ee, w as te, x as le, y as ne } from "./CashierHeader-CAPUqAPw.js";
2
2
  function ie(t) {
3
3
  X(t, "svelte-1rkxa9f", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.pagination{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}button{padding:6px;border:1px solid var(--emw--color-grey-10, #F8F8F8);background:transparent;cursor:pointer;border-radius:4px;color:var(--emw--color-grey-10, #111);min-width:30px}button:hover:not(:disabled):not(.selected){border-color:var(--emw--color-grey-105, #E8E9EB)}button:disabled{color:var(--emw--color-grey-105, #E8E9EB);cursor:not-allowed}.nav-btn{display:flex;align-items:center;gap:4px;font-weight:var(--emw--font-weight-bold, 700);color:var(--emw--color-primary, #4A975C);height:30px;width:30px}.selected{color:var(--emw--color-primary, #4A975C);font-weight:var(--emw--font-weight-bold, 700);border-color:var(--emw--color-primary, #4A975C)}");
4
4
  }
@@ -1,4 +1,4 @@
1
- import { S as P, i as Q, s as W, f as M, a as X, e as D, n as T, d as S, b as Y, r as Z, c as j, g as _, l as V, h as k, j as z, k as L, m as a, o as x, p as O, t as G, q as R, u as $, v as ee, w as te, x as le, y as ne } from "./CashierHeader-CUgpnoCW.js";
1
+ import { S as P, i as Q, s as W, f as M, a as X, e as D, n as T, d as S, b as Y, r as Z, c as j, g as _, l as V, h as k, j as z, k as L, m as a, o as x, p as O, t as G, q as R, u as $, v as ee, w as te, x as le, y as ne } from "./CashierHeader-DloB7e8O.js";
2
2
  function ie(t) {
3
3
  X(t, "svelte-1rkxa9f", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.pagination{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}button{padding:6px;border:1px solid var(--emw--color-grey-10, #F8F8F8);background:transparent;cursor:pointer;border-radius:4px;color:var(--emw--color-grey-10, #111);min-width:30px}button:hover:not(:disabled):not(.selected){border-color:var(--emw--color-grey-105, #E8E9EB)}button:disabled{color:var(--emw--color-grey-105, #E8E9EB);cursor:not-allowed}.nav-btn{display:flex;align-items:center;gap:4px;font-weight:var(--emw--font-weight-bold, 700);color:var(--emw--color-primary, #4A975C);height:30px;width:30px}.selected{color:var(--emw--color-primary, #4A975C);font-weight:var(--emw--font-weight-bold, 700);border-color:var(--emw--color-primary, #4A975C)}");
4
4
  }
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CashierHeader-CsXgw9y8.cjs");function z(n){e.append_styles(n,"svelte-1rkxa9f","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.pagination{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}button{padding:6px;border:1px solid var(--emw--color-grey-10, #F8F8F8);background:transparent;cursor:pointer;border-radius:4px;color:var(--emw--color-grey-10, #111);min-width:30px}button:hover:not(:disabled):not(.selected){border-color:var(--emw--color-grey-105, #E8E9EB)}button:disabled{color:var(--emw--color-grey-105, #E8E9EB);cursor:not-allowed}.nav-btn{display:flex;align-items:center;gap:4px;font-weight:var(--emw--font-weight-bold, 700);color:var(--emw--color-primary, #4A975C);height:30px;width:30px}.selected{color:var(--emw--color-primary, #4A975C);font-weight:var(--emw--font-weight-bold, 700);border-color:var(--emw--color-primary, #4A975C)}")}function A(n,t,l){const r=n.slice();return r[15]=t[l],r}function F(n){let t,l,r,i;return{c(){t=e.element("button"),t.textContent="1",l=e.text(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CashierHeader-U03suyHq.cjs");function z(n){e.append_styles(n,"svelte-1rkxa9f","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.pagination{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}button{padding:6px;border:1px solid var(--emw--color-grey-10, #F8F8F8);background:transparent;cursor:pointer;border-radius:4px;color:var(--emw--color-grey-10, #111);min-width:30px}button:hover:not(:disabled):not(.selected){border-color:var(--emw--color-grey-105, #E8E9EB)}button:disabled{color:var(--emw--color-grey-105, #E8E9EB);cursor:not-allowed}.nav-btn{display:flex;align-items:center;gap:4px;font-weight:var(--emw--font-weight-bold, 700);color:var(--emw--color-primary, #4A975C);height:30px;width:30px}.selected{color:var(--emw--color-primary, #4A975C);font-weight:var(--emw--font-weight-bold, 700);border-color:var(--emw--color-primary, #4A975C)}")}function A(n,t,l){const r=n.slice();return r[15]=t[l],r}function F(n){let t,l,r,i;return{c(){t=e.element("button"),t.textContent="1",l=e.text(`
2
2
  ...`)},m(a,o){e.insert(a,t,o),e.insert(a,l,o),r||(i=e.listen(t,"click",n[9]),r=!0)},p:e.noop,d(a){a&&(e.detach(t),e.detach(l)),r=!1,i()}}}function M(n){let t,l=n[15]+"",r,i,a;function o(){return n[10](n[15])}return{c(){t=e.element("button"),r=e.text(l),e.toggle_class(t,"selected",n[15]===n[2])},m(c,f){e.insert(c,t,f),e.append(t,r),i||(a=e.listen(t,"click",o),i=!0)},p(c,f){n=c,f&8&&l!==(l=n[15]+"")&&e.set_data(r,l),f&12&&e.toggle_class(t,"selected",n[15]===n[2])},d(c){c&&e.detach(t),i=!1,a()}}}function V(n){let t,l,r,i,a;return{c(){t=e.text(`...
3
3
  `),l=e.element("button"),r=e.text(n[0])},m(o,c){e.insert(o,t,c),e.insert(o,l,c),e.append(l,r),i||(a=e.listen(l,"click",n[11]),i=!0)},p(o,c){c&1&&e.set_data(r,o[0])},d(o){o&&(e.detach(t),e.detach(l)),i=!1,a()}}}function H(n){let t,l,r,i,a,o,c,f=!n[3].includes(1),v,b,C=!n[3].includes(+n[0]),S,y,g,E,w,u,j,h=f&&F(n),k=e.ensure_array_like(n[3]),p=[];for(let s=0;s<k.length;s+=1)p[s]=M(A(n,k,s));let m=C&&V(n);return{c(){t=e.element("div"),l=e.element("nav"),r=e.element("button"),i=e.svg_element("svg"),a=e.svg_element("polyline"),c=e.space(),h&&h.c(),v=e.space();for(let s=0;s<p.length;s+=1)p[s].c();b=e.space(),m&&m.c(),S=e.space(),y=e.element("button"),g=e.svg_element("svg"),E=e.svg_element("polyline"),e.attr(a,"points","15 18 9 12 15 6"),e.attr(i,"xmlns","http://www.w3.org/2000/svg"),e.attr(i,"width","24"),e.attr(i,"height","24"),e.attr(i,"viewBox","0 0 24 24"),e.attr(i,"fill","none"),e.attr(i,"stroke","currentColor"),e.attr(i,"stroke-width","2"),e.attr(i,"stroke-linecap","round"),e.attr(i,"stroke-linejoin","round"),e.attr(i,"class","feather feather-chevron-left"),e.attr(r,"class","nav-btn"),r.disabled=o=n[2]===1,e.attr(E,"points","9 18 15 12 9 6"),e.attr(g,"xmlns","http://www.w3.org/2000/svg"),e.attr(g,"width","24"),e.attr(g,"height","24"),e.attr(g,"viewBox","0 0 24 24"),e.attr(g,"fill","none"),e.attr(g,"stroke","currentColor"),e.attr(g,"stroke-width","2"),e.attr(g,"stroke-linecap","round"),e.attr(g,"stroke-linejoin","round"),e.attr(g,"class","feather feather-chevron-right"),e.attr(y,"class","nav-btn"),y.disabled=w=n[2]===n[0],e.attr(l,"class","pagination")},m(s,_){e.insert(s,t,_),e.append(t,l),e.append(l,r),e.append(r,i),e.append(i,a),e.append(l,c),h&&h.m(l,null),e.append(l,v);for(let d=0;d<p.length;d+=1)p[d]&&p[d].m(l,null);e.append(l,b),m&&m.m(l,null),e.append(l,S),e.append(l,y),e.append(y,g),e.append(g,E),n[13](t),u||(j=[e.listen(r,"click",n[8]),e.listen(y,"click",n[12])],u=!0)},p(s,[_]){if(_&4&&o!==(o=s[2]===1)&&(r.disabled=o),_&8&&(f=!s[3].includes(1)),f?h?h.p(s,_):(h=F(s),h.c(),h.m(l,v)):h&&(h.d(1),h=null),_&28){k=e.ensure_array_like(s[3]);let d;for(d=0;d<k.length;d+=1){const B=A(s,k,d);p[d]?p[d].p(B,_):(p[d]=M(B),p[d].c(),p[d].m(l,b))}for(;d<p.length;d+=1)p[d].d(1);p.length=k.length}_&9&&(C=!s[3].includes(+s[0])),C?m?m.p(s,_):(m=V(s),m.c(),m.m(l,S)):m&&(m.d(1),m=null),_&5&&w!==(w=s[2]===s[0])&&(y.disabled=w)},i:e.noop,o:e.noop,d(s){s&&e.detach(t),h&&h.d(),e.destroy_each(p,s),m&&m.d(),n[13](null),u=!1,e.run_all(j)}}}function q(n,t){const r=[];if(t<=5){for(let o=1;o<=t;o++)r.push(o);return r}let i=n-1,a=n+1;i<1&&(a+=1-i,i=1),a>t&&(i-=a-t,a=t),i=Math.max(1,i);for(let o=i;o<=a;o++)r.push(o);return r}function L(n,t,l){let{clientstyling:r=""}=t,{clientstylingurl:i=""}=t,{mbsource:a}=t,{totalpages:o=5}=t,c,f=1,v;v=q(f,o),e.onMount(()=>()=>{});function b(u){if(u>=1&&u<=o){l(2,f=u);const j=new CustomEvent("pageChange",{detail:{page:u},bubbles:!0,composed:!0});document.dispatchEvent(j)}}const C=()=>b(f-1),S=()=>b(1),y=u=>b(u),g=()=>b(+o),E=()=>b(f+1);function w(u){e.binding_callbacks[u?"unshift":"push"](()=>{c=u,l(1,c)})}return n.$$set=u=>{"clientstyling"in u&&l(5,r=u.clientstyling),"clientstylingurl"in u&&l(6,i=u.clientstylingurl),"mbsource"in u&&l(7,a=u.mbsource),"totalpages"in u&&l(0,o=u.totalpages)},n.$$.update=()=>{n.$$.dirty&5&&l(3,v=q(f,o)),n.$$.dirty&34&&r&&c&&e.setClientStyling(c,r),n.$$.dirty&66&&i&&c&&e.setClientStylingURL(c,i),n.$$.dirty&130&&a&&c&&e.setStreamStyling(c,`${a}.Style`)},[o,c,f,v,b,r,i,a,C,S,y,g,E,w]}class T extends e.SvelteComponent{constructor(t){super(),e.init(this,t,L,H,e.safe_not_equal,{clientstyling:5,clientstylingurl:6,mbsource:7,totalpages:0},z)}get clientstyling(){return this.$$.ctx[5]}set clientstyling(t){this.$$set({clientstyling:t}),e.flush()}get clientstylingurl(){return this.$$.ctx[6]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),e.flush()}get mbsource(){return this.$$.ctx[7]}set mbsource(t){this.$$set({mbsource:t}),e.flush()}get totalpages(){return this.$$.ctx[0]}set totalpages(t){this.$$set({totalpages:t}),e.flush()}}e.create_custom_element(T,{clientstyling:{},clientstylingurl:{},mbsource:{},totalpages:{}},[],[],!0);exports.default=T;