@everymatrix/cashier-receipt-page 1.62.2 → 1.62.4

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.
@@ -82,17 +82,17 @@ function hA(A) {
82
82
  }
83
83
  return -1;
84
84
  }
85
- const Mt = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
85
+ const Xt = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
86
86
  // @ts-ignore Node typings have this
87
87
  global
88
88
  );
89
- function z(A, e) {
89
+ function M(A, e) {
90
90
  A.appendChild(e);
91
91
  }
92
92
  function en(A, e, n) {
93
93
  const f = nn(A);
94
94
  if (!f.getElementById(e)) {
95
- const t = X("style");
95
+ const t = z("style");
96
96
  t.id = e, t.textContent = n, fn(f, t);
97
97
  }
98
98
  }
@@ -107,7 +107,7 @@ function nn(A) {
107
107
  ) : A.ownerDocument;
108
108
  }
109
109
  function fn(A, e) {
110
- return z(
110
+ return M(
111
111
  /** @type {Document} */
112
112
  A.head || A,
113
113
  e
@@ -119,11 +119,11 @@ function J(A, e, n) {
119
119
  function j(A) {
120
120
  A.parentNode && A.parentNode.removeChild(A);
121
121
  }
122
- function zt(A, e) {
122
+ function Mt(A, e) {
123
123
  for (let n = 0; n < A.length; n += 1)
124
124
  A[n] && A[n].d(e);
125
125
  }
126
- function X(A) {
126
+ function z(A) {
127
127
  return document.createElement(A);
128
128
  }
129
129
  function iA(A) {
@@ -173,39 +173,39 @@ function sn() {
173
173
  function jt(A) {
174
174
  sn().$$.on_mount.push(A);
175
175
  }
176
- const S = [], JA = [];
176
+ const k = [], JA = [];
177
177
  let K = [];
178
178
  const $A = [], vn = /* @__PURE__ */ Promise.resolve();
179
179
  let OA = !1;
180
180
  function gn() {
181
- OA || (OA = !0, vn.then(M));
181
+ OA || (OA = !0, vn.then(X));
182
182
  }
183
183
  function mA(A) {
184
184
  K.push(A);
185
185
  }
186
186
  const dA = /* @__PURE__ */ new Set();
187
187
  let G = 0;
188
- function M() {
188
+ function X() {
189
189
  if (G !== 0)
190
190
  return;
191
191
  const A = fA;
192
192
  do {
193
193
  try {
194
- for (; G < S.length; ) {
195
- const e = S[G];
194
+ for (; G < k.length; ) {
195
+ const e = k[G];
196
196
  G++, nA(e), on(e.$$);
197
197
  }
198
198
  } catch (e) {
199
- throw S.length = 0, G = 0, e;
199
+ throw k.length = 0, G = 0, e;
200
200
  }
201
- for (nA(null), S.length = 0, G = 0; JA.length; )
201
+ for (nA(null), k.length = 0, G = 0; JA.length; )
202
202
  JA.pop()();
203
203
  for (let e = 0; e < K.length; e += 1) {
204
204
  const n = K[e];
205
205
  dA.has(n) || (dA.add(n), n());
206
206
  }
207
207
  K.length = 0;
208
- } while (S.length);
208
+ } while (k.length);
209
209
  for (; $A.length; )
210
210
  $A.pop()();
211
211
  OA = !1, dA.clear(), nA(A);
@@ -237,7 +237,7 @@ function Cn() {
237
237
  function Q(A, e) {
238
238
  A && A.i && (CA.delete(A), A.i(e));
239
239
  }
240
- function k(A, e, n, f) {
240
+ function S(A, e, n, f) {
241
241
  if (A && A.o) {
242
242
  if (CA.has(A))
243
243
  return;
@@ -262,7 +262,7 @@ function Bn(A, e) {
262
262
  n.fragment !== null && (En(n.after_update), q(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
263
263
  }
264
264
  function un(A, e) {
265
- A.$$.dirty[0] === -1 && (S.push(A), gn(), A.$$.dirty.fill(0)), A.$$.dirty[e / 31 | 0] |= 1 << e % 31;
265
+ A.$$.dirty[0] === -1 && (k.push(A), gn(), A.$$.dirty.fill(0)), A.$$.dirty[e / 31 | 0] |= 1 << e % 31;
266
266
  }
267
267
  function cn(A, e, n, f, t, r, i = null, w = [-1]) {
268
268
  const v = fA;
@@ -299,7 +299,7 @@ function cn(A, e, n, f, t, r, i = null, w = [-1]) {
299
299
  P.fragment && P.fragment.l(o), o.forEach(j);
300
300
  } else
301
301
  P.fragment && P.fragment.c();
302
- e.intro && Q(A.$$.fragment), an(A, e.target, e.anchor), M();
302
+ e.intro && Q(A.$$.fragment), an(A, e.target, e.anchor), X();
303
303
  }
304
304
  nA(v);
305
305
  }
@@ -346,7 +346,7 @@ typeof HTMLElement == "function" && (Te = class extends HTMLElement {
346
346
  let r;
347
347
  return {
348
348
  c: function() {
349
- r = X("slot"), t !== "default" && p(r, "name", t);
349
+ r = z("slot"), t !== "default" && p(r, "name", t);
350
350
  },
351
351
  /**
352
352
  * @param {HTMLElement} target
@@ -600,19 +600,19 @@ function Ln(A) {
600
600
  }
601
601
  function bn(A) {
602
602
  var e = Object.prototype.toString.call(A);
603
- return e === "[object RegExp]" || e === "[object Date]" || Xn(A);
603
+ return e === "[object RegExp]" || e === "[object Date]" || zn(A);
604
604
  }
605
605
  var dn = typeof Symbol == "function" && Symbol.for, yn = dn ? Symbol.for("react.element") : 60103;
606
- function Xn(A) {
606
+ function zn(A) {
607
607
  return A.$$typeof === yn;
608
608
  }
609
- function Mn(A) {
609
+ function Xn(A) {
610
610
  return Array.isArray(A) ? [] : {};
611
611
  }
612
612
  function tA(A, e) {
613
- return e.clone !== !1 && e.isMergeableObject(A) ? U(Mn(A), A, e) : A;
613
+ return e.clone !== !1 && e.isMergeableObject(A) ? U(Xn(A), A, e) : A;
614
614
  }
615
- function zn(A, e, n) {
615
+ function Mn(A, e, n) {
616
616
  return A.concat(e).map(function(f) {
617
617
  return tA(f, n);
618
618
  });
@@ -650,7 +650,7 @@ function Jn(A, e, n) {
650
650
  }), f;
651
651
  }
652
652
  function U(A, e, n) {
653
- n = n || {}, n.arrayMerge = n.arrayMerge || zn, n.isMergeableObject = n.isMergeableObject || Tn, n.cloneUnlessOtherwiseSpecified = tA;
653
+ n = n || {}, n.arrayMerge = n.arrayMerge || Mn, n.isMergeableObject = n.isMergeableObject || Tn, n.cloneUnlessOtherwiseSpecified = tA;
654
654
  var f = Array.isArray(e), t = Array.isArray(A), r = f === t;
655
655
  return r ? f ? n.arrayMerge(A, e, n) : Jn(A, e, n) : tA(e, n);
656
656
  }
@@ -705,8 +705,8 @@ function yA(A, e, n) {
705
705
  (r || !(f in e)) && (r || (r = Array.prototype.slice.call(e, 0, f)), r[f] = e[f]);
706
706
  return A.concat(r || Array.prototype.slice.call(e));
707
707
  }
708
- function XA(A, e) {
709
- var n = e && e.cache ? e.cache : Un, f = e && e.serializer ? e.serializer : kn, t = e && e.strategy ? e.strategy : Yn;
708
+ function zA(A, e) {
709
+ var n = e && e.cache ? e.cache : Un, f = e && e.serializer ? e.serializer : Sn, t = e && e.strategy ? e.strategy : Yn;
710
710
  return t(A, {
711
711
  cache: n,
712
712
  serializer: f
@@ -730,10 +730,10 @@ function Yn(A, e) {
730
730
  var n = A.length === 1 ? Gn : be;
731
731
  return de(A, this, n, e.cache.create(), e.serializer);
732
732
  }
733
- function Sn(A, e) {
733
+ function kn(A, e) {
734
734
  return de(A, this, be, e.cache.create(), e.serializer);
735
735
  }
736
- var kn = function() {
736
+ var Sn = function() {
737
737
  return JSON.stringify(arguments);
738
738
  }, Kn = (
739
739
  /** @class */
@@ -751,8 +751,8 @@ var kn = function() {
751
751
  create: function() {
752
752
  return new Kn();
753
753
  }
754
- }, MA = {
755
- variadic: Sn
754
+ }, XA = {
755
+ variadic: kn
756
756
  }, cA = function() {
757
757
  return cA = Object.assign || function(e) {
758
758
  for (var n, f = 1, t = arguments.length; f < t; f++) {
@@ -784,13 +784,13 @@ function Wn(A) {
784
784
  function ye(A) {
785
785
  return A.type === l.number;
786
786
  }
787
- function Xe(A) {
787
+ function ze(A) {
788
788
  return A.type === l.date;
789
789
  }
790
- function Me(A) {
790
+ function Xe(A) {
791
791
  return A.type === l.time;
792
792
  }
793
- function ze(A) {
793
+ function Me(A) {
794
794
  return A.type === l.select;
795
795
  }
796
796
  function je(A) {
@@ -2574,7 +2574,7 @@ function rf(A) {
2574
2574
  var t = vA[f || ""] || vA[n || ""] || vA["".concat(n, "-001")] || vA["001"];
2575
2575
  return t[0];
2576
2576
  }
2577
- var zA, wf = new RegExp("^".concat(Je.source, "*")), Pf = new RegExp("".concat(Je.source, "*$"));
2577
+ var MA, wf = new RegExp("^".concat(Je.source, "*")), Pf = new RegExp("".concat(Je.source, "*$"));
2578
2578
  function B(A, e) {
2579
2579
  return { start: A, end: e };
2580
2580
  }
@@ -2583,7 +2583,7 @@ var sf = !!String.prototype.startsWith && "_a".startsWith("a", 1), vf = !!String
2583
2583
  }, NA = !0;
2584
2584
  try {
2585
2585
  var Bf = Ne("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2586
- NA = ((zA = Bf.exec("a")) === null || zA === void 0 ? void 0 : zA[0]) === "a";
2586
+ NA = ((MA = Bf.exec("a")) === null || MA === void 0 ? void 0 : MA[0]) === "a";
2587
2587
  } catch {
2588
2588
  NA = !1;
2589
2589
  }
@@ -2709,7 +2709,7 @@ var xf = (
2709
2709
  if (f)
2710
2710
  break;
2711
2711
  return this.error(a.UNMATCHED_CLOSING_TAG, B(this.clonePosition(), this.clonePosition()));
2712
- } else if (r === 60 && !this.ignoreTag && SA(this.peek() || 0)) {
2712
+ } else if (r === 60 && !this.ignoreTag && kA(this.peek() || 0)) {
2713
2713
  var i = this.parseTag(e, n);
2714
2714
  if (i.err)
2715
2715
  return i;
@@ -2742,7 +2742,7 @@ var xf = (
2742
2742
  return r;
2743
2743
  var i = r.val, w = this.clonePosition();
2744
2744
  if (this.bumpIf("</")) {
2745
- if (this.isEOF() || !SA(this.char()))
2745
+ if (this.isEOF() || !kA(this.char()))
2746
2746
  return this.error(a.INVALID_TAG, B(w, this.clonePosition()));
2747
2747
  var v = this.clonePosition(), P = this.parseTagName();
2748
2748
  return t !== P ? this.error(a.UNMATCHED_CLOSING_TAG, B(v, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
@@ -3131,11 +3131,11 @@ var xf = (
3131
3131
  }, A;
3132
3132
  }()
3133
3133
  );
3134
- function SA(A) {
3134
+ function kA(A) {
3135
3135
  return A >= 97 && A <= 122 || A >= 65 && A <= 90;
3136
3136
  }
3137
3137
  function Df(A) {
3138
- return SA(A) || A === 47;
3138
+ return kA(A) || A === 47;
3139
3139
  }
3140
3140
  function lf(A) {
3141
3141
  return A === 45 || A === 46 || A >= 48 && A <= 57 || A === 95 || A >= 97 && A <= 122 || A >= 65 && A <= 90 || A == 183 || A >= 192 && A <= 214 || A >= 216 && A <= 246 || A >= 248 && A <= 893 || A >= 895 && A <= 8191 || A >= 8204 && A <= 8205 || A >= 8255 && A <= 8256 || A >= 8304 && A <= 8591 || A >= 11264 && A <= 12271 || A >= 12289 && A <= 55295 || A >= 63744 && A <= 64975 || A >= 65008 && A <= 65533 || A >= 65536 && A <= 983039;
@@ -3146,13 +3146,13 @@ function Ge(A) {
3146
3146
  function If(A) {
3147
3147
  return A >= 33 && A <= 35 || A === 36 || A >= 37 && A <= 39 || A === 40 || A === 41 || A === 42 || A === 43 || A === 44 || A === 45 || A >= 46 && A <= 47 || A >= 58 && A <= 59 || A >= 60 && A <= 62 || A >= 63 && A <= 64 || A === 91 || A === 92 || A === 93 || A === 94 || A === 96 || A === 123 || A === 124 || A === 125 || A === 126 || A === 161 || A >= 162 && A <= 165 || A === 166 || A === 167 || A === 169 || A === 171 || A === 172 || A === 174 || A === 176 || A === 177 || A === 182 || A === 187 || A === 191 || A === 215 || A === 247 || A >= 8208 && A <= 8213 || A >= 8214 && A <= 8215 || A === 8216 || A === 8217 || A === 8218 || A >= 8219 && A <= 8220 || A === 8221 || A === 8222 || A === 8223 || A >= 8224 && A <= 8231 || A >= 8240 && A <= 8248 || A === 8249 || A === 8250 || A >= 8251 && A <= 8254 || A >= 8257 && A <= 8259 || A === 8260 || A === 8261 || A === 8262 || A >= 8263 && A <= 8273 || A === 8274 || A === 8275 || A >= 8277 && A <= 8286 || A >= 8592 && A <= 8596 || A >= 8597 && A <= 8601 || A >= 8602 && A <= 8603 || A >= 8604 && A <= 8607 || A === 8608 || A >= 8609 && A <= 8610 || A === 8611 || A >= 8612 && A <= 8613 || A === 8614 || A >= 8615 && A <= 8621 || A === 8622 || A >= 8623 && A <= 8653 || A >= 8654 && A <= 8655 || A >= 8656 && A <= 8657 || A === 8658 || A === 8659 || A === 8660 || A >= 8661 && A <= 8691 || A >= 8692 && A <= 8959 || A >= 8960 && A <= 8967 || A === 8968 || A === 8969 || A === 8970 || A === 8971 || A >= 8972 && A <= 8991 || A >= 8992 && A <= 8993 || A >= 8994 && A <= 9e3 || A === 9001 || A === 9002 || A >= 9003 && A <= 9083 || A === 9084 || A >= 9085 && A <= 9114 || A >= 9115 && A <= 9139 || A >= 9140 && A <= 9179 || A >= 9180 && A <= 9185 || A >= 9186 && A <= 9254 || A >= 9255 && A <= 9279 || A >= 9280 && A <= 9290 || A >= 9291 && A <= 9311 || A >= 9472 && A <= 9654 || A === 9655 || A >= 9656 && A <= 9664 || A === 9665 || A >= 9666 && A <= 9719 || A >= 9720 && A <= 9727 || A >= 9728 && A <= 9838 || A === 9839 || A >= 9840 && A <= 10087 || A === 10088 || A === 10089 || A === 10090 || A === 10091 || A === 10092 || A === 10093 || A === 10094 || A === 10095 || A === 10096 || A === 10097 || A === 10098 || A === 10099 || A === 10100 || A === 10101 || A >= 10132 && A <= 10175 || A >= 10176 && A <= 10180 || A === 10181 || A === 10182 || A >= 10183 && A <= 10213 || A === 10214 || A === 10215 || A === 10216 || A === 10217 || A === 10218 || A === 10219 || A === 10220 || A === 10221 || A === 10222 || A === 10223 || A >= 10224 && A <= 10239 || A >= 10240 && A <= 10495 || A >= 10496 && A <= 10626 || A === 10627 || A === 10628 || A === 10629 || A === 10630 || A === 10631 || A === 10632 || A === 10633 || A === 10634 || A === 10635 || A === 10636 || A === 10637 || A === 10638 || A === 10639 || A === 10640 || A === 10641 || A === 10642 || A === 10643 || A === 10644 || A === 10645 || A === 10646 || A === 10647 || A === 10648 || A >= 10649 && A <= 10711 || A === 10712 || A === 10713 || A === 10714 || A === 10715 || A >= 10716 && A <= 10747 || A === 10748 || A === 10749 || A >= 10750 && A <= 11007 || A >= 11008 && A <= 11055 || A >= 11056 && A <= 11076 || A >= 11077 && A <= 11078 || A >= 11079 && A <= 11084 || A >= 11085 && A <= 11123 || A >= 11124 && A <= 11125 || A >= 11126 && A <= 11157 || A === 11158 || A >= 11159 && A <= 11263 || A >= 11776 && A <= 11777 || A === 11778 || A === 11779 || A === 11780 || A === 11781 || A >= 11782 && A <= 11784 || A === 11785 || A === 11786 || A === 11787 || A === 11788 || A === 11789 || A >= 11790 && A <= 11798 || A === 11799 || A >= 11800 && A <= 11801 || A === 11802 || A === 11803 || A === 11804 || A === 11805 || A >= 11806 && A <= 11807 || A === 11808 || A === 11809 || A === 11810 || A === 11811 || A === 11812 || A === 11813 || A === 11814 || A === 11815 || A === 11816 || A === 11817 || A >= 11818 && A <= 11822 || A === 11823 || A >= 11824 && A <= 11833 || A >= 11834 && A <= 11835 || A >= 11836 && A <= 11839 || A === 11840 || A === 11841 || A === 11842 || A >= 11843 && A <= 11855 || A >= 11856 && A <= 11857 || A === 11858 || A >= 11859 && A <= 11903 || A >= 12289 && A <= 12291 || A === 12296 || A === 12297 || A === 12298 || A === 12299 || A === 12300 || A === 12301 || A === 12302 || A === 12303 || A === 12304 || A === 12305 || A >= 12306 && A <= 12307 || A === 12308 || A === 12309 || A === 12310 || A === 12311 || A === 12312 || A === 12313 || A === 12314 || A === 12315 || A === 12316 || A === 12317 || A >= 12318 && A <= 12319 || A === 12320 || A === 12336 || A === 64830 || A === 64831 || A >= 65093 && A <= 65094;
3148
3148
  }
3149
- function kA(A) {
3149
+ function SA(A) {
3150
3150
  A.forEach(function(e) {
3151
- if (delete e.location, ze(e) || je(e))
3151
+ if (delete e.location, Me(e) || je(e))
3152
3152
  for (var n in e.options)
3153
- delete e.options[n].location, kA(e.options[n].value);
3153
+ delete e.options[n].location, SA(e.options[n].value);
3154
3154
  else
3155
- ye(e) && Fe(e.style) || (Xe(e) || Me(e)) && pA(e.style) ? delete e.style.location : Qe(e) && kA(e.children);
3155
+ ye(e) && Fe(e.style) || (ze(e) || Xe(e)) && pA(e.style) ? delete e.style.location : Qe(e) && SA(e.children);
3156
3156
  });
3157
3157
  }
3158
3158
  function Hf(A, e) {
@@ -3162,7 +3162,7 @@ function Hf(A, e) {
3162
3162
  var f = SyntaxError(a[n.err.kind]);
3163
3163
  throw f.location = n.err.location, f.originalMessage = n.err.message, f;
3164
3164
  }
3165
- return e?.captureLocation || kA(n.val), n.val;
3165
+ return e?.captureLocation || SA(n.val), n.val;
3166
3166
  }
3167
3167
  var Z;
3168
3168
  (function(A) {
@@ -3255,7 +3255,7 @@ function BA(A, e, n, f, t, r, i) {
3255
3255
  });
3256
3256
  continue;
3257
3257
  }
3258
- if (Xe(s)) {
3258
+ if (ze(s)) {
3259
3259
  var C = typeof s.style == "string" ? f.date[s.style] : pA(s.style) ? s.style.parsedOptions : void 0;
3260
3260
  w.push({
3261
3261
  type: T.literal,
@@ -3263,7 +3263,7 @@ function BA(A, e, n, f, t, r, i) {
3263
3263
  });
3264
3264
  continue;
3265
3265
  }
3266
- if (Me(s)) {
3266
+ if (Xe(s)) {
3267
3267
  var C = typeof s.style == "string" ? f.time[s.style] : pA(s.style) ? s.style.parsedOptions : f.time.medium;
3268
3268
  w.push({
3269
3269
  type: T.literal,
@@ -3293,7 +3293,7 @@ function BA(A, e, n, f, t, r, i) {
3293
3293
  };
3294
3294
  }));
3295
3295
  }
3296
- if (ze(s)) {
3296
+ if (Me(s)) {
3297
3297
  var L = s.options[g] || s.options.other;
3298
3298
  if (!L)
3299
3299
  throw new Pe(s.value, g, Object.keys(s.options), i);
@@ -3323,7 +3323,7 @@ function yf(A, e) {
3323
3323
  return n[f] = d(d({}, A[f]), e[f] || {}), n;
3324
3324
  }, {})) : A;
3325
3325
  }
3326
- function Xf(A, e) {
3326
+ function zf(A, e) {
3327
3327
  return e ? Object.keys(A).reduce(function(n, f) {
3328
3328
  return n[f] = yf(A[f], e[f]), n;
3329
3329
  }, d({}, A)) : A;
@@ -3342,35 +3342,35 @@ function jA(A) {
3342
3342
  }
3343
3343
  };
3344
3344
  }
3345
- function Mf(A) {
3345
+ function Xf(A) {
3346
3346
  return A === void 0 && (A = {
3347
3347
  number: {},
3348
3348
  dateTime: {},
3349
3349
  pluralRules: {}
3350
3350
  }), {
3351
- getNumberFormat: XA(function() {
3351
+ getNumberFormat: zA(function() {
3352
3352
  for (var e, n = [], f = 0; f < arguments.length; f++)
3353
3353
  n[f] = arguments[f];
3354
3354
  return new ((e = Intl.NumberFormat).bind.apply(e, yA([void 0], n, !1)))();
3355
3355
  }, {
3356
3356
  cache: jA(A.number),
3357
- strategy: MA.variadic
3357
+ strategy: XA.variadic
3358
3358
  }),
3359
- getDateTimeFormat: XA(function() {
3359
+ getDateTimeFormat: zA(function() {
3360
3360
  for (var e, n = [], f = 0; f < arguments.length; f++)
3361
3361
  n[f] = arguments[f];
3362
3362
  return new ((e = Intl.DateTimeFormat).bind.apply(e, yA([void 0], n, !1)))();
3363
3363
  }, {
3364
3364
  cache: jA(A.dateTime),
3365
- strategy: MA.variadic
3365
+ strategy: XA.variadic
3366
3366
  }),
3367
- getPluralRules: XA(function() {
3367
+ getPluralRules: zA(function() {
3368
3368
  for (var e, n = [], f = 0; f < arguments.length; f++)
3369
3369
  n[f] = arguments[f];
3370
3370
  return new ((e = Intl.PluralRules).bind.apply(e, yA([void 0], n, !1)))();
3371
3371
  }, {
3372
3372
  cache: jA(A.pluralRules),
3373
- strategy: MA.variadic
3373
+ strategy: XA.variadic
3374
3374
  })
3375
3375
  };
3376
3376
  }
@@ -3412,7 +3412,7 @@ var Ye = (
3412
3412
  this.ast = e;
3413
3413
  if (!Array.isArray(this.ast))
3414
3414
  throw new TypeError("A message must be provided as a String or AST.");
3415
- this.formats = Xf(A.formats, f), this.formatters = t && t.formatters || Mf(this.formatterCache);
3415
+ this.formats = zf(A.formats, f), this.formatters = t && t.formatters || Xf(this.formatterCache);
3416
3416
  }
3417
3417
  return Object.defineProperty(A, "defaultLocale", {
3418
3418
  get: function() {
@@ -3486,7 +3486,7 @@ var Ye = (
3486
3486
  }, A;
3487
3487
  }()
3488
3488
  );
3489
- function zf(A, e) {
3489
+ function Mf(A, e) {
3490
3490
  if (e == null)
3491
3491
  return;
3492
3492
  if (e in A)
@@ -3507,7 +3507,7 @@ function zf(A, e) {
3507
3507
  f = void 0;
3508
3508
  return f;
3509
3509
  }
3510
- const F = {}, jf = (A, e, n) => n && (e in F || (F[e] = {}), A in F[e] || (F[e][A] = n), n), Se = (A, e) => {
3510
+ const F = {}, jf = (A, e, n) => n && (e in F || (F[e] = {}), A in F[e] || (F[e][A] = n), n), ke = (A, e) => {
3511
3511
  if (e == null)
3512
3512
  return;
3513
3513
  if (e in F && A in F[e])
@@ -3524,14 +3524,14 @@ const wA = IA({});
3524
3524
  function Qf(A) {
3525
3525
  return ZA[A] || null;
3526
3526
  }
3527
- function ke(A) {
3527
+ function Se(A) {
3528
3528
  return A in ZA;
3529
3529
  }
3530
3530
  function Ff(A, e) {
3531
- if (!ke(A))
3531
+ if (!Se(A))
3532
3532
  return null;
3533
3533
  const n = Qf(A);
3534
- return zf(n, e);
3534
+ return Mf(n, e);
3535
3535
  }
3536
3536
  function Jf(A) {
3537
3537
  if (A == null)
@@ -3539,7 +3539,7 @@ function Jf(A) {
3539
3539
  const e = PA(A);
3540
3540
  for (let n = 0; n < e.length; n++) {
3541
3541
  const f = e[n];
3542
- if (ke(f))
3542
+ if (Se(f))
3543
3543
  return f;
3544
3544
  }
3545
3545
  }
@@ -3631,7 +3631,7 @@ const Yf = {
3631
3631
  }
3632
3632
  }
3633
3633
  };
3634
- function Sf({ locale: A, id: e }) {
3634
+ function kf({ locale: A, id: e }) {
3635
3635
  console.warn(
3636
3636
  `[svelte-i18n] The message "${e}" was not found in "${PA(
3637
3637
  A
@@ -3640,14 +3640,14 @@ function Sf({ locale: A, id: e }) {
3640
3640
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3641
3641
  );
3642
3642
  }
3643
- const kf = {
3643
+ const Sf = {
3644
3644
  fallbackLocale: null,
3645
3645
  loadingDelay: 200,
3646
3646
  formats: Yf,
3647
3647
  warnOnMissingMessages: !0,
3648
3648
  handleMissingMessage: void 0,
3649
3649
  ignoreTag: !0
3650
- }, eA = kf;
3650
+ }, eA = Sf;
3651
3651
  function V() {
3652
3652
  return eA;
3653
3653
  }
@@ -3662,7 +3662,7 @@ function Kf(A) {
3662
3662
  `[svelte-i18n] The initial locale "${A.initialLocale}" is not a valid locale.`
3663
3663
  );
3664
3664
  }
3665
- return f.warnOnMissingMessages && (delete f.warnOnMissingMessages, f.handleMissingMessage == null ? f.handleMissingMessage = Sf : console.warn(
3665
+ return f.warnOnMissingMessages && (delete f.warnOnMissingMessages, f.handleMissingMessage == null ? f.handleMissingMessage = kf : console.warn(
3666
3666
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3667
3667
  )), Object.assign(eA, f, { initialLocale: t }), n && ("number" in n && Object.assign(eA.formats.number, n.number), "date" in n && Object.assign(eA.formats.date, n.date), "time" in n && Object.assign(eA.formats.time, n.time)), N.set(t);
3668
3668
  }
@@ -3796,7 +3796,7 @@ const rA = (A, e) => {
3796
3796
  throw new Error(
3797
3797
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3798
3798
  );
3799
- let s = Se(A, v);
3799
+ let s = ke(A, v);
3800
3800
  if (!s)
3801
3801
  s = (r = (t = (f = (n = V()).handleMissingMessage) == null ? void 0 : f.call(n, { locale: v, id: A, defaultValue: P })) != null ? t : P) != null ? r : A;
3802
3802
  else if (typeof s != "string")
@@ -3815,7 +3815,7 @@ const rA = (A, e) => {
3815
3815
  );
3816
3816
  }
3817
3817
  return o;
3818
- }, vt = (A, e) => wt(e).format(A), gt = (A, e) => it(e).format(A), ot = (A, e) => rt(e).format(A), Et = (A, e = O()) => Se(A, e), ht = _([N, wA], () => st);
3818
+ }, vt = (A, e) => wt(e).format(A), gt = (A, e) => it(e).format(A), ot = (A, e) => rt(e).format(A), Et = (A, e = O()) => ke(A, e), ht = _([N, wA], () => st);
3819
3819
  _([N], () => vt);
3820
3820
  _([N], () => gt);
3821
3821
  _([N], () => ot);
@@ -3853,17 +3853,17 @@ const Ce = {
3853
3853
  },
3854
3854
  tr: {
3855
3855
  errorGeneralTitle: "Hata oluştu",
3856
- errorGeneralText: "Something went wrong",
3856
+ errorGeneralText: "Bir şeyler ters gitti",
3857
3857
  errorGeneralButton: "KAPALI",
3858
- PlayerSessionIsNotValid: "Player session is not valid",
3858
+ PlayerSessionIsNotValid: "Hesabınızla ilgili oturum geçersiz veya süresi dolmuş görünüyor. Lütfen tekrar giriş yapınız",
3859
3859
  VendorCommunicationError: "Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",
3860
3860
  PaymentMethodNotAllowed: "Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",
3861
3861
  InvalidPaymentDetails: "Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",
3862
3862
  MerchantUserHasWithdrawBlockRole: "Sevgili Oyuncu! Şu anda oyuncu hesabınızdan para çekme işlemi başlatmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21122",
3863
- MerchantUserHasDepositBlockRole: "Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",
3863
+ MerchantUserHasDepositBlockRole: "Değerli Oyuncumuz, Şu anda hesabınız üzerinden para yatırma işlemi yapmanıza izin verilmemektedir. Hata Kodu: 21123",
3864
3864
  JwtTokenError: "IDX12741: JWT must have three segments (JWS) or five segments (JWE).",
3865
3865
  TransactionIsBlockedDueToNotCompletedKyc: "İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",
3866
- InsufficientCasinoFunds: " Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",
3866
+ InsufficientCasinoFunds: "Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",
3867
3867
  DepositWageringLimit: "Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",
3868
3868
  AmountMinLimitExceeded: "Tutar, Ödeme Yöntemi minimum sınırından daha küçük",
3869
3869
  AmountMaxLimitExceeded: "Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",
@@ -3882,7 +3882,7 @@ function lt(A) {
3882
3882
  let e, n;
3883
3883
  return {
3884
3884
  c() {
3885
- e = X("ui-image"), FA(e.src, n = at) || m(e, "src", n), m(e, "width", "300px"), m(e, "alt", "error");
3885
+ e = z("ui-image"), FA(e.src, n = at) || m(e, "src", n), m(e, "width", "300px"), m(e, "alt", "error");
3886
3886
  },
3887
3887
  m(f, t) {
3888
3888
  J(f, e, t);
@@ -3897,7 +3897,7 @@ function It(A) {
3897
3897
  let e, n;
3898
3898
  return {
3899
3899
  c() {
3900
- e = X("ui-image"), FA(e.src, n = `${/*assetsurl*/
3900
+ e = z("ui-image"), FA(e.src, n = `${/*assetsurl*/
3901
3901
  A[0]}/error-general-icon.png`) || m(e, "src", n), m(e, "width", "300px"), m(e, "alt", "error");
3902
3902
  },
3903
3903
  m(f, t) {
@@ -3944,10 +3944,10 @@ function Tt(A) {
3944
3944
  ), f;
3945
3945
  return {
3946
3946
  c() {
3947
- e = X("span"), f = iA(n), p(e, "class", "CashierErrorTitle");
3947
+ e = z("span"), f = iA(n), p(e, "class", "CashierErrorTitle");
3948
3948
  },
3949
3949
  m(t, r) {
3950
- J(t, e, r), z(e, f);
3950
+ J(t, e, r), M(e, f);
3951
3951
  },
3952
3952
  p(t, r) {
3953
3953
  r & /*$_*/
@@ -3967,10 +3967,10 @@ function Lt(A) {
3967
3967
  ), f;
3968
3968
  return {
3969
3969
  c() {
3970
- e = X("span"), f = iA(n), p(e, "class", "CashierErrorText");
3970
+ e = z("span"), f = iA(n), p(e, "class", "CashierErrorText");
3971
3971
  },
3972
3972
  m(t, r) {
3973
- J(t, e, r), z(e, f);
3973
+ J(t, e, r), M(e, f);
3974
3974
  },
3975
3975
  p(t, r) {
3976
3976
  r & /*$_, errorcode*/
@@ -4028,7 +4028,7 @@ function xe(A) {
4028
4028
  e || (Q(t, r), e = !0);
4029
4029
  },
4030
4030
  o(r) {
4031
- k(t, r), e = !1;
4031
+ S(t, r), e = !1;
4032
4032
  },
4033
4033
  d(r) {
4034
4034
  t && t.d(r);
@@ -4042,10 +4042,10 @@ function bt(A) {
4042
4042
  ), t, r, i;
4043
4043
  return {
4044
4044
  c() {
4045
- e = X("button"), n = X("span"), t = iA(f), p(e, "class", "CashierErrorButton");
4045
+ e = z("button"), n = z("span"), t = iA(f), p(e, "class", "CashierErrorButton");
4046
4046
  },
4047
4047
  m(w, v) {
4048
- J(w, e, v), z(e, n), z(n, t), r || (i = rn(
4048
+ J(w, e, v), M(e, n), M(n, t), r || (i = rn(
4049
4049
  e,
4050
4050
  "click",
4051
4051
  /*close*/
@@ -4097,10 +4097,10 @@ function dt(A) {
4097
4097
  A[1] === "false") && xe(A);
4098
4098
  return {
4099
4099
  c() {
4100
- e = X("div"), n = X("div"), P && P.c(), f = bA(), g && g.c(), t = bA(), x && x.c(), r = bA(), u && u.c(), p(n, "class", "CashierErrorContent"), p(e, "class", "CashierError");
4100
+ e = z("div"), n = z("div"), P && P.c(), f = bA(), g && g.c(), t = bA(), x && x.c(), r = bA(), u && u.c(), p(n, "class", "CashierErrorContent"), p(e, "class", "CashierError");
4101
4101
  },
4102
4102
  m(E, D) {
4103
- J(E, e, D), z(e, n), P && P.m(n, null), z(n, f), g && g.m(n, null), z(n, t), x && x.m(n, null), z(n, r), u && u.m(n, null), A[12](e), i = !0;
4103
+ J(E, e, D), M(e, n), P && P.m(n, null), M(n, f), g && g.m(n, null), M(n, t), x && x.m(n, null), M(n, r), u && u.m(n, null), A[12](e), i = !0;
4104
4104
  },
4105
4105
  p(E, [D]) {
4106
4106
  v ? v.p && (!i || D & /*$$scope*/
@@ -4163,7 +4163,7 @@ function dt(A) {
4163
4163
  20) && x.p(E, i ? D : -1), !/*hidebuttons*/
4164
4164
  E[1] || /*hidebuttons*/
4165
4165
  E[1] === "false" ? u ? (u.p(E, D), D & /*hidebuttons*/
4166
- 2 && Q(u, 1)) : (u = xe(E), u.c(), Q(u, 1), u.m(n, null)) : u && (hn(), k(u, 1, 1, () => {
4166
+ 2 && Q(u, 1)) : (u = xe(E), u.c(), Q(u, 1), u.m(n, null)) : u && (hn(), S(u, 1, 1, () => {
4167
4167
  u = null;
4168
4168
  }), Cn());
4169
4169
  },
@@ -4171,7 +4171,7 @@ function dt(A) {
4171
4171
  i || (Q(P, E), Q(g, E), Q(x, E), Q(u), i = !0);
4172
4172
  },
4173
4173
  o(E) {
4174
- k(P, E), k(g, E), k(x, E), k(u), i = !1;
4174
+ S(P, E), S(g, E), S(x, E), S(u), i = !1;
4175
4175
  },
4176
4176
  d(E) {
4177
4177
  E && j(e), P && P.d(E), g && g.d(E), x && x.d(E), u && u.d(), A[12](null);
@@ -4265,43 +4265,43 @@ class qe extends Dn {
4265
4265
  return this.$$.ctx[0];
4266
4266
  }
4267
4267
  set assetsurl(e) {
4268
- this.$$set({ assetsurl: e }), M();
4268
+ this.$$set({ assetsurl: e }), X();
4269
4269
  }
4270
4270
  get lang() {
4271
4271
  return this.$$.ctx[6];
4272
4272
  }
4273
4273
  set lang(e) {
4274
- this.$$set({ lang: e }), M();
4274
+ this.$$set({ lang: e }), X();
4275
4275
  }
4276
4276
  get hidebuttons() {
4277
4277
  return this.$$.ctx[1];
4278
4278
  }
4279
4279
  set hidebuttons(e) {
4280
- this.$$set({ hidebuttons: e }), M();
4280
+ this.$$set({ hidebuttons: e }), X();
4281
4281
  }
4282
4282
  get errorcode() {
4283
4283
  return this.$$.ctx[2];
4284
4284
  }
4285
4285
  set errorcode(e) {
4286
- this.$$set({ errorcode: e }), M();
4286
+ this.$$set({ errorcode: e }), X();
4287
4287
  }
4288
4288
  get clientstyling() {
4289
4289
  return this.$$.ctx[7];
4290
4290
  }
4291
4291
  set clientstyling(e) {
4292
- this.$$set({ clientstyling: e }), M();
4292
+ this.$$set({ clientstyling: e }), X();
4293
4293
  }
4294
4294
  get clientstylingurl() {
4295
4295
  return this.$$.ctx[8];
4296
4296
  }
4297
4297
  set clientstylingurl(e) {
4298
- this.$$set({ clientstylingurl: e }), M();
4298
+ this.$$set({ clientstylingurl: e }), X();
4299
4299
  }
4300
4300
  get translationurl() {
4301
4301
  return this.$$.ctx[9];
4302
4302
  }
4303
4303
  set translationurl(e) {
4304
- this.$$set({ translationurl: e }), M();
4304
+ this.$$set({ translationurl: e }), X();
4305
4305
  }
4306
4306
  }
4307
4307
  xn(qe, { assetsurl: {}, lang: {}, hidebuttons: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, ["icon", "title", "text", "button"], [], !0);
@@ -4312,7 +4312,7 @@ const Jt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4312
4312
  export {
4313
4313
  N as $,
4314
4314
  tn as A,
4315
- Mt as B,
4315
+ Xt as B,
4316
4316
  ht as C,
4317
4317
  Jt as D,
4318
4318
  Dn as S,
@@ -4321,13 +4321,13 @@ export {
4321
4321
  Ft as c,
4322
4322
  cn as d,
4323
4323
  en as e,
4324
- M as f,
4324
+ X as f,
4325
4325
  Hn as g,
4326
4326
  j as h,
4327
4327
  Kf as i,
4328
- z as j,
4328
+ M as j,
4329
4329
  J as k,
4330
- X as l,
4330
+ z as l,
4331
4331
  bA as m,
4332
4332
  y as n,
4333
4333
  FA as o,
@@ -4341,5 +4341,5 @@ export {
4341
4341
  iA as w,
4342
4342
  m as x,
4343
4343
  Qt as y,
4344
- zt as z
4344
+ Mt as z
4345
4345
  };