@everymatrix/cashier-method-details 1.87.13 → 1.87.15

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 (19) hide show
  1. package/components/{CashierError-ZHuQSkP1.js → CashierError-CGK1vujl.js} +396 -367
  2. package/components/{CashierError-2J91kkZd.cjs → CashierError-D6xl461v.cjs} +4 -4
  3. package/components/{CashierError-37zWE0FG.js → CashierError-wi6a-II9.js} +345 -316
  4. package/components/{CashierMethodDetails-Cgj_sWSC.cjs → CashierMethodDetails-CREafDt0.cjs} +6 -6
  5. package/components/{CashierMethodDetails-D4_caMG7.js → CashierMethodDetails-DCZX_DR8.js} +674 -590
  6. package/components/{CashierMethodDetails-Cm1V8d01.js → CashierMethodDetails-DeGlLRQJ.js} +689 -605
  7. package/components/{CashierModal-BYfulVHo.cjs → CashierModal-BAyFcb0s.cjs} +1 -1
  8. package/components/{CashierModal-HR5UOdGx.js → CashierModal-BMHnCII1.js} +1 -1
  9. package/components/{CashierModal-DUW0jLXA.js → CashierModal-BzNDQkzs.js} +1 -1
  10. package/components/{CashierNotifications-vwrCpITz.js → CashierNotifications-BxRuN6EX.js} +1 -1
  11. package/components/{CashierNotifications-D5sR6ERg.cjs → CashierNotifications-BxbVuW3E.cjs} +1 -1
  12. package/components/{CashierNotifications-Chd5kMYF.js → CashierNotifications-De7de8Hg.js} +1 -1
  13. package/components/{CashierReceiptPage-BD7OYd1V.js → CashierReceiptPage-BLB_eBjF.js} +565 -473
  14. package/components/{CashierReceiptPage-DY1hHZ-T.js → CashierReceiptPage-BRTqIJpV.js} +556 -464
  15. package/components/{CashierReceiptPage-bBR3HNIY.cjs → CashierReceiptPage-DHuLXEf5.cjs} +2 -2
  16. package/es2015/cashier-method-details.cjs +1 -1
  17. package/es2015/cashier-method-details.js +1 -1
  18. package/esnext/cashier-method-details.js +1 -1
  19. package/package.json +1 -1
@@ -1,21 +1,21 @@
1
- import { a3 as F1, a as Q1, i as q1, $ as X1, S as J1, f as $1, s as ee, h as B, j as te, n as r1, l as w, m as b, r as g, u as l, v as ie, b as ne, x as oe, z as L1, W as S1, X as ae, V as se, Y as re, o as c, t as T, a4 as le, k as ce, a5 as ue, I as M, L as R, B as x, M as pe, p as k1, C as R1, G as x1, P as G1, F as j, H as D1, R as de, T as Ce, U as fe, e as me } from "./CashierError-37zWE0FG.js";
2
- import { d as M1, u as ge, f as he, a as B1, i as P1, b as we } from "./CashierMethodDetails-D4_caMG7.js";
3
- function H1(n, { delay: e = 0, duration: t = 400, easing: i = F1 } = {}) {
4
- const o = +getComputedStyle(n).opacity;
1
+ import { a3 as O1, a as q1, i as Q1, $ as X1, S as J1, f as $1, s as ee, h as B, j as te, n as r1, l as w, m as b, r as g, u as l, v as ne, b as ie, x as ae, z as L1, W as S1, X as oe, V as se, Y as re, o as c, t as T, a4 as le, k as ce, a5 as ue, I as R, L as M, B as x, M as pe, p as k1, C as M1, G as x1, P as F1, F as Z, H as D1, R as de, T as Ce, U as me, e as fe } from "./CashierError-wi6a-II9.js";
2
+ import { d as R1, u as ge, f as he, a as B1, i as P1, b as we } from "./CashierMethodDetails-DCZX_DR8.js";
3
+ function H1(i, { delay: e = 0, duration: t = 400, easing: n = O1 } = {}) {
4
+ const a = +getComputedStyle(i).opacity;
5
5
  return {
6
6
  delay: e,
7
7
  duration: t,
8
- easing: i,
9
- css: (s) => `opacity: ${s * o}`
8
+ easing: n,
9
+ css: (s) => `opacity: ${s * a}`
10
10
  };
11
11
  }
12
- function W1(n, e) {
13
- Q1(n, e);
12
+ function W1(i, e) {
13
+ q1(i, e);
14
14
  }
15
- function be(n) {
16
- q1({
15
+ function be(i) {
16
+ Q1({
17
17
  fallbackLocale: "en"
18
- }), X1.set(n);
18
+ }), X1.set(i);
19
19
  }
20
20
  const z1 = {
21
21
  en: {
@@ -201,8 +201,100 @@ const z1 = {
201
201
  externalLink: "Harici Bağlantı",
202
202
  uploadDocuments: "Belgeleri Yükle",
203
203
  goToHomepage: "Ana Sayfaya Git"
204
+ },
205
+ fr: {
206
+ amount: "Montant",
207
+ status: "Statut",
208
+ transactionId: "ID de transaction",
209
+ payemntMethod: "Moyen de paiement",
210
+ paymentTime: "Heure du paiement",
211
+ backHome: "Retour à l’accueil",
212
+ makeAnotherTransaction: "Effectuer une autre transaction",
213
+ backDeposit: "Retour au dépôt",
214
+ backWithdraw: "Retour au retrait",
215
+ tryAgainButton: "Réessayer",
216
+ refreshButton: "Vérifier votre statut",
217
+ success: "Succès",
218
+ pending: "En attente",
219
+ failed: "Erreur",
220
+ canceled: "Erreur",
221
+ rejected: "Rejeté",
222
+ copyTransactionId: "Copié !",
223
+ deposit: {
224
+ success: {
225
+ amount: "{amount}",
226
+ title: "Dépôt réussi !",
227
+ text: "Votre dépôt a été effectué avec succès"
228
+ },
229
+ pending: {
230
+ amount: "{amount}",
231
+ title: "Transaction en attente",
232
+ text: "Votre paiement sera crédité prochainement"
233
+ },
234
+ reject: {
235
+ title: "Dépôt rejeté",
236
+ subTitle: "",
237
+ text: "Malheureusement, votre dépôt a été rejeté"
238
+ },
239
+ fail: {
240
+ amount: " ",
241
+ title: "Échec du dépôt !",
242
+ text: "Malheureusement, votre dépôt n’a pas abouti."
243
+ },
244
+ cancel: {
245
+ title: "Vous avez annulé la transaction",
246
+ subTitle: " ",
247
+ text: " "
248
+ }
249
+ },
250
+ withdraw: {
251
+ success: {
252
+ amount: "{amount}",
253
+ subTitle: "Retiré de votre compte",
254
+ title: "Retrait réussi !",
255
+ text: "Votre retrait a été effectué avec succès"
256
+ },
257
+ pending: {
258
+ title: "Retrait en attente",
259
+ subTitle: "Retiré de votre compte",
260
+ text: "Merci. Votre retrait est en cours de traitement."
261
+ },
262
+ reject: {
263
+ title: "Retrait rejeté",
264
+ subTitle: " ",
265
+ text: "Malheureusement, votre retrait a été rejeté"
266
+ },
267
+ fail: {
268
+ title: "Échec du retrait",
269
+ subTitle: " ",
270
+ text: "Malheureusement, votre retrait n’a pas abouti."
271
+ },
272
+ cancel: {
273
+ title: "Vous avez annulé la transaction",
274
+ subTitle: " ",
275
+ text: " "
276
+ }
277
+ },
278
+ reference: "ID de référence : {code}",
279
+ close: "FERMER",
280
+ receipt: {
281
+ maintenance: {
282
+ title: "Nous revenons bientôt",
283
+ text: "Nous sommes en maintenance programmée et prévoyons d’être de nouveau en ligne dans quelques minutes"
284
+ }
285
+ },
286
+ goToPromotions: "Promotions",
287
+ goToTournaments: "Tournois",
288
+ goToSupport: "Contacter le support",
289
+ goToMerchantHomePage: "Site web du marchand",
290
+ goToSports: "Sports",
291
+ goToCasino: "Casino",
292
+ goToLiveCasino: "Casino en direct",
293
+ externalLink: "Lien externe",
294
+ uploadDocuments: "Télécharger des documents",
295
+ goToHomepage: "Aller à la page d’accueil"
204
296
  }
205
- }, ye = (n, e) => `${n + ke[e]}`, ve = (n, e) => `${Te[e]}.${O1[n]}.text`, _e = (n) => `${O1[`${n}`]}`, ke = {
297
+ }, ye = (i, e) => `${i + ke[e]}`, ve = (i, e) => `${Te[e]}.${G1[i]}.text`, _e = (i) => `${G1[`${i}`]}`, ke = {
206
298
  Success: "/txn-success.png",
207
299
  Voided: "/txn-success.png",
208
300
  Rejected: "/txn-failed.png",
@@ -217,7 +309,7 @@ const z1 = {
217
309
  }, Te = {
218
310
  Deposit: "deposit",
219
311
  Withdraw: "withdrawal"
220
- }, O1 = {
312
+ }, G1 = {
221
313
  Success: "success",
222
314
  Voided: "success",
223
315
  Rejected: "reject",
@@ -262,27 +354,27 @@ const z1 = {
262
354
  <path d="M9.96379 19.4905L10.2758 18.0345C10.3278 17.8092 10.4361 17.6228 10.6008 17.4755C10.7655 17.3282 10.9691 17.2372 11.2118 17.2025L14.4358 16.9425C14.6611 16.9078 14.8691 16.9512 15.0598 17.0725C15.2505 17.1938 15.3891 17.3585 15.4758 17.5665L15.8918 18.5545C16.5678 18.1558 17.1745 17.6748 17.7118 17.1115C18.2491 16.5482 18.6998 15.9198 19.0638 15.2265L18.7518 15.0705C18.5611 14.9318 18.4225 14.7628 18.3358 14.5635C18.2491 14.3642 18.2318 14.1518 18.2838 13.9265L19.0118 10.7545C19.0638 10.5465 19.1721 10.3732 19.3368 10.2345C19.5015 10.0958 19.6878 10.0092 19.8958 9.97452C19.8091 9.54118 19.7008 9.12085 19.5708 8.71352C19.4408 8.30618 19.2718 7.91185 19.0638 7.53052C18.9078 7.61718 18.7388 7.65618 18.5568 7.64752C18.3748 7.63885 18.2145 7.58252 18.0758 7.47852L15.3198 5.81452C15.1291 5.69318 14.9905 5.52852 14.9038 5.32052C14.8171 5.11252 14.7998 4.89585 14.8518 4.67052L15.0598 3.78652C14.5225 3.54385 13.9721 3.36185 13.4088 3.24052C12.8455 3.11918 12.2691 3.05852 11.6798 3.05852C11.4371 3.05852 11.1858 3.07152 10.9258 3.09752C10.6658 3.12352 10.4145 3.16252 10.1718 3.21452L10.9518 4.98252C11.0385 5.19052 11.0601 5.40718 11.0168 5.63252C10.9735 5.85785 10.8651 6.03985 10.6918 6.17852L8.24779 8.31052C8.07445 8.46652 7.87079 8.55318 7.63679 8.57052C7.40279 8.58785 7.19045 8.53585 6.99979 8.41452L4.60779 6.95852C4.20912 7.61718 3.90145 8.32352 3.68479 9.07752C3.46812 9.83152 3.35979 10.5985 3.35979 11.3785C3.35979 11.6558 3.39445 12.1065 3.46379 12.7305L5.75179 12.5225C5.99445 12.4878 6.21545 12.5268 6.41479 12.6395C6.61412 12.7522 6.75712 12.9212 6.84379 13.1465L8.09179 16.1105C8.17845 16.3185 8.20012 16.5352 8.15679 16.7605C8.11345 16.9858 8.00512 17.1678 7.83179 17.3065L6.84379 18.1385C7.31179 18.4852 7.81012 18.7712 8.33879 18.9965C8.86745 19.2218 9.40912 19.3865 9.96379 19.4905ZM11.8358 15.0185C11.6105 15.0532 11.4025 15.0098 11.2118 14.8885C11.0211 14.7672 10.8825 14.6025 10.7958 14.3945L9.39179 11.1705C9.30512 10.9625 9.29212 10.7458 9.35279 10.5205C9.41345 10.2952 9.53045 10.1132 9.70379 9.97452L12.3558 7.73852C12.5118 7.58252 12.7025 7.49585 12.9278 7.47852C13.1531 7.46118 13.3611 7.51318 13.5518 7.63452L16.4638 9.35052C16.6545 9.47185 16.8018 9.63652 16.9058 9.84452C17.0098 10.0525 17.0358 10.2692 16.9838 10.4945L16.1518 13.8745C16.0998 14.0998 15.9958 14.2862 15.8398 14.4335C15.6838 14.5808 15.4931 14.6718 15.2678 14.7065L11.8358 15.0185ZM11.6798 21.7785C10.2411 21.7785 8.88912 21.5055 7.62379 20.9595C6.35845 20.4135 5.25779 19.6725 4.32179 18.7365C3.38579 17.8005 2.64479 16.6998 2.09879 15.4345C1.55279 14.1692 1.27979 12.8172 1.27979 11.3785C1.27979 9.93985 1.55279 8.58785 2.09879 7.32252C2.64479 6.05718 3.38579 4.95652 4.32179 4.02052C5.25779 3.08452 6.35845 2.34352 7.62379 1.79752C8.88912 1.25152 10.2411 0.978516 11.6798 0.978516C13.1185 0.978516 14.4705 1.25152 15.7358 1.79752C17.0011 2.34352 18.1018 3.08452 19.0378 4.02052C19.9738 4.95652 20.7148 6.05718 21.2608 7.32252C21.8068 8.58785 22.0798 9.93985 22.0798 11.3785C22.0798 12.8172 21.8068 14.1692 21.2608 15.4345C20.7148 16.6998 19.9738 17.8005 19.0378 18.7365C18.1018 19.6725 17.0011 20.4135 15.7358 20.9595C14.4705 21.5055 13.1185 21.7785 11.6798 21.7785Z" />
263
355
  </svg>`
264
356
  };
265
- function xe(n) {
266
- te(n, "svelte-10kilz0", '.LoadingOverlay{width:100%;height:100%;display:flex;position:relative;top:0;left:0;justify-content:center;align-items:center;z-index:100;background:transparent}.CopyTooltip{transform:translateX(-50%);color:var(--emw--color-typography, #fff);opacity:1;container-name:copy-tooltip;font-size:var(--emw--font-size-medium, 16px);line-height:calc(var(--emw--font-size-medium, 16px) + 2px);padding:15px;position:fixed;left:50%;top:40%;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:3;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3)}.CopyTooltip::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.Spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.CashierReceiptPageWidget{position:relative}.CashierReceiptPage{border-radius:var(--emw--border-radius-medium-plus, 6px);background-color:var(--emw--color-cashier-bg, var(--emw--color-background, #23281f));padding:0 0 var(--emw--spacing-small-minus, 10px) 0;margin:0 auto;position:relative;word-wrap:break-word;display:flex;flex-direction:column;justify-content:space-between;height:100%}.ReceiptWrapper{width:100%;height:200px;border-bottom:1px solid var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.1));display:flex;align-items:flex-end;flex-direction:row-reverse;position:relative}.ReceiptWrapper .ImagePlaceholder{height:100%;width:100%;background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.success{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.fail{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.pending{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.cancel{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.rejected{background:#e6e6e6}.ReceiptStatusWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 30px 0;gap:10px}.ReceiptStatusWrapper .ReceiptStatusText{text-align:center}.ReceiptStatusWrapper .ReceiptStatusText h3,.ReceiptStatusWrapper .ReceiptStatusText p{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));padding:0;margin:10px}.ReceiptStatusWrapper .ReceiptStatusText p{font-size:14px;font-weight:200}.ReceiptStatusWrapper .TryAgainBtn,.ReceiptStatusWrapper .RefreshButton{border-radius:20px;padding:7px 20px;border:none;box-shadow:inset 0px 0px 0px 2px rgba(255, 226, 123, 0.3);color:var(--emw--color-white, #ffffff);background-color:rgba(249, 196, 8, 0.3019607843)}.ReceiptDetailsWrapper{position:relative;display:flex;flex-direction:column;border-radius:16px;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);padding:20px;margin:10px;z-index:1}.ReceiptDetailsWrapper::before{content:"";position:absolute;inset:0;opacity:0.3;z-index:-1;pointer-events:none;border-radius:16px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-cashier-bg, var(--emw--color-background, #23281f)) 40%, var(--emw--color-black, #000000) 60%)}.ReceiptDetailsWrapper .TxnId{cursor:pointer}.ReceiptDetailsWrapper .TxnId .TxnIdText{overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap}.ReceiptDetailsWrapper .Amount,.ReceiptDetailsWrapper .Status,.ReceiptDetailsWrapper .TxnId,.ReceiptDetailsWrapper .PaymentMethod,.ReceiptDetailsWrapper .PaymentTime{display:flex;justify-content:space-between;align-items:center;color:var(--emw--color-typography, var(--emw--color-white, #ffffff))}.ReceiptDetailsWrapper .Amount p,.ReceiptDetailsWrapper .Status p,.ReceiptDetailsWrapper .TxnId p,.ReceiptDetailsWrapper .PaymentMethod p,.ReceiptDetailsWrapper .PaymentTime p{font-weight:200;font-size:12px;margin-right:5px;width:auto}.ReceiptDetailsWrapper .Amount span,.ReceiptDetailsWrapper .Status span,.ReceiptDetailsWrapper .TxnId span,.ReceiptDetailsWrapper .PaymentMethod span,.ReceiptDetailsWrapper .PaymentTime span{font-size:12px;word-break:break-all;font-weight:500;max-width:70%;text-align:right}.ReceiptDetailsWrapper .Status{border-bottom:1px solid rgba(255, 255, 255, 0.276);padding-bottom:10px}.ReceiptDetailsWrapper .Status span{padding:10px;font-size:var(--emw--font-size-small, 12px);border-radius:16px}.ReceiptDetailsWrapper .Status.success span{background-color:rgba(65, 209, 149, 0.1215686275);color:var(--emw--color-valid, #41d195)}.ReceiptDetailsWrapper .Status.pending span{background-color:rgba(255, 104, 54, 0.1215686275);color:var(--emw--color-pending, #ff6836)}.ReceiptDetailsWrapper .Status.failed span{background-color:rgba(209, 65, 65, 0.1215686275);color:var(--emw--color-error, #ff3636)}.ReceiptDetailsWrapper .Status.rejected span{background-color:rgba(209, 65, 65, 0.1215686275);color:var(--emw--color-error, #ff3636)}.ReceiptDetailsWrapper .TxnId{margin-top:15px}.TitleWrapper{display:flex;position:absolute;left:0;bottom:11px;flex-direction:column;justify-content:flex-end;flex-shrink:0}.Title{color:var(--emw--color-gray-10, #111);font-size:var(--emw--font-size-x-large-plus, 26px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;line-height:var(--emw--font-size-x-large-plus, 26px)}.SubTitle{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-290, #666);margin-top:var(--emw--spacing-small, 12px)}.Text{padding:var(--emw--spacing-small, 12px) 0;font-size:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-10, #111)}.CashierErrorText{color:var(--emw--color-gray-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:130%;text-align:center}.CashierErrorTitle{color:var(--emw--color-black, #000);font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.Reference{color:var(--emw--color-gray-290, #666);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);margin:0}.ReceiptButtonsWrapper{display:grid;grid-template-columns:1fr 1fr 1fr;height:75px;gap:8px;margin:0 10px}.ReceiptButtonsWrapper .GoToButton{cursor:pointer;border-radius:8px;border:none;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background-color:var(--emw--color-gey-600, rgba(237, 237, 237, 0.0784313725));color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-size:12px;transition:all 0.3s ease}.ReceiptButtonsWrapper .GoToButton:hover,.ReceiptButtonsWrapper .GoToButton:active{transform:scale(1.05)}.DefaultButton{text-transform:uppercase;font-weight:var(--emw--font-weight-semibold, 600);color:var(--emw--color-cashier-bg, var(--emw--color-background, #23281f));border:none;background:var(--emw--color-primary, #f9c408);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:var(--emw--border-radius-medium, 12px);min-height:44px;font-size:var(--emw--font-size-medium, 16px);font-family:inherit;margin:20px 10px;width:calc(100% - 20px);transition:background 0.3s ease}.DefaultButton:hover{box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background:var(--emw--color-hover, #dbac03)}.DefaultButton:active{box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background:var(--emw--color-active, #fecd1c)}.HeaderButtonContainer{position:absolute;z-index:1;right:0;top:0;display:flex;align-items:baseline;gap:var(--emw--spacing-small, 12px);padding:var(--emw--spacing-small, 12px) 0}.HeaderButtonContainer>span{cursor:pointer}.ReceiptField{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-medium, 16px);line-height:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-150, #666);margin:var(--emw--spacing-small, 12px)}@media(min-width: 750px){.CashierReceiptPage{background-color:transparent}.CashierReceiptPageWidget{position:absolute;width:calc(100% - 20px)}}.CustomButtonSvg svg{width:32px;height:32px;fill:var(--emw--color-primary)}');
357
+ function xe(i) {
358
+ te(i, "svelte-10kilz0", '.LoadingOverlay{width:100%;height:100%;display:flex;position:relative;top:0;left:0;justify-content:center;align-items:center;z-index:100;background:transparent}.CopyTooltip{transform:translateX(-50%);color:var(--emw--color-typography, #fff);opacity:1;container-name:copy-tooltip;font-size:var(--emw--font-size-medium, 16px);line-height:calc(var(--emw--font-size-medium, 16px) + 2px);padding:15px;position:fixed;left:50%;top:40%;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:3;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3)}.CopyTooltip::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.Spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.CashierReceiptPageWidget{position:relative}.CashierReceiptPage{border-radius:var(--emw--border-radius-medium-plus, 6px);background-color:var(--emw--color-cashier-bg, var(--emw--color-background, #23281f));padding:0 0 var(--emw--spacing-small-minus, 10px) 0;margin:0 auto;position:relative;word-wrap:break-word;display:flex;flex-direction:column;justify-content:space-between;height:100%}.ReceiptWrapper{width:100%;height:200px;border-bottom:1px solid var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.1));display:flex;align-items:flex-end;flex-direction:row-reverse;position:relative}.ReceiptWrapper .ImagePlaceholder{height:100%;width:100%;background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.success{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.fail{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.pending{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.cancel{background:#e6e6e6}.ReceiptWrapper .ImagePlaceholder.rejected{background:#e6e6e6}.ReceiptStatusWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 30px 0;gap:10px}.ReceiptStatusWrapper .ReceiptStatusText{text-align:center}.ReceiptStatusWrapper .ReceiptStatusText h3,.ReceiptStatusWrapper .ReceiptStatusText p{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));padding:0;margin:10px}.ReceiptStatusWrapper .ReceiptStatusText p{font-size:14px;font-weight:200}.ReceiptStatusWrapper .TryAgainBtn,.ReceiptStatusWrapper .RefreshButton{border-radius:20px;padding:7px 20px;border:none;box-shadow:inset 0px 0px 0px 2px rgba(255, 226, 123, 0.3);color:var(--emw--color-white, #ffffff);background-color:rgba(249, 196, 8, 0.3019607843)}.ReceiptDetailsWrapper{position:relative;display:flex;flex-direction:column;border-radius:16px;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);padding:20px;margin:10px;z-index:1}.ReceiptDetailsWrapper::before{content:"";position:absolute;inset:0;opacity:0.3;z-index:-1;pointer-events:none;border-radius:16px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-cashier-bg, var(--emw--color-background, #23281f)) 40%, var(--emw--color-black, #000000) 60%)}.ReceiptDetailsWrapper .TxnId{cursor:pointer}.ReceiptDetailsWrapper .TxnId .TxnIdText{overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap}.ReceiptDetailsWrapper .Amount,.ReceiptDetailsWrapper .Status,.ReceiptDetailsWrapper .TxnId,.ReceiptDetailsWrapper .PaymentMethod,.ReceiptDetailsWrapper .PaymentTime{display:flex;justify-content:space-between;align-items:center;color:var(--emw--color-typography, var(--emw--color-white, #ffffff))}.ReceiptDetailsWrapper .Amount p,.ReceiptDetailsWrapper .Status p,.ReceiptDetailsWrapper .TxnId p,.ReceiptDetailsWrapper .PaymentMethod p,.ReceiptDetailsWrapper .PaymentTime p{font-weight:200;font-size:12px;margin-right:5px;width:auto}.ReceiptDetailsWrapper .Amount span,.ReceiptDetailsWrapper .Status span,.ReceiptDetailsWrapper .TxnId span,.ReceiptDetailsWrapper .PaymentMethod span,.ReceiptDetailsWrapper .PaymentTime span{font-size:12px;word-break:break-all;font-weight:500;max-width:70%;text-align:right}.ReceiptDetailsWrapper .Status{border-bottom:1px solid rgba(255, 255, 255, 0.276);padding-bottom:10px}.ReceiptDetailsWrapper .Status span{padding:10px;font-size:var(--emw--font-size-small, 12px);border-radius:16px}.ReceiptDetailsWrapper .Status.success span{background-color:rgba(65, 209, 149, 0.1215686275);color:var(--emw--color-valid, #41d195)}.ReceiptDetailsWrapper .Status.pending span{background-color:rgba(255, 104, 54, 0.1215686275);color:var(--emw--color-pending, #ff6836)}.ReceiptDetailsWrapper .Status.failed span{background-color:rgba(209, 65, 65, 0.1215686275);color:var(--emw--color-error, #ff3636)}.ReceiptDetailsWrapper .Status.rejected span{background-color:rgba(209, 65, 65, 0.1215686275);color:var(--emw--color-error, #ff3636)}.ReceiptDetailsWrapper .TxnId{margin-top:15px}.TitleWrapper{display:flex;position:absolute;left:0;bottom:11px;flex-direction:column;justify-content:flex-end;flex-shrink:0}.Title{color:var(--emw--color-gray-10, #111);font-size:var(--emw--font-size-x-large-plus, 26px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;line-height:var(--emw--font-size-x-large-plus, 26px)}.SubTitle{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-290, #666);margin-top:var(--emw--spacing-small, 12px)}.Text{padding:var(--emw--spacing-small, 12px) 0;font-size:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-10, #111)}.CashierErrorText{color:var(--emw--color-gray-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:130%;text-align:center}.CashierErrorTitle{color:var(--emw--color-black, #000);font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.Reference{color:var(--emw--color-gray-290, #666);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);margin:0}.ReceiptButtonsWrapper{display:grid;grid-template-columns:1fr 1fr 1fr;height:75px;gap:8px;margin:0 10px}.ReceiptButtonsWrapper .GoToButton{cursor:pointer;border-radius:8px;border:none;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background-color:var(--emw--color-gey-600, rgba(237, 237, 237, 0.0784313725));color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-size:12px;transition:all 0.3s ease}.ReceiptButtonsWrapper .GoToButton:hover,.ReceiptButtonsWrapper .GoToButton:active{transform:scale(1.05)}.DefaultButton{text-transform:uppercase;font-weight:var(--emw--font-weight-semibold, 600);color:var(--emw--color-cashier-bg, var(--emw--color-background, #23281f));border:none;background:var(--emw--color-primary, #f9c408);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:var(--emw--border-radius-medium, 12px);min-height:44px;font-size:var(--emw--font-size-medium, 16px);font-family:inherit;margin:20px 10px;width:calc(100% - 20px);transition:background 0.3s ease}.DefaultButton:hover{box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background:var(--emw--color-hover, #dbac03)}.DefaultButton:active{box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);background:var(--emw--color-active, #fecd1c)}.HeaderButtonContainer{position:absolute;z-index:1;right:0;top:0;display:flex;align-items:baseline;gap:var(--emw--spacing-small, 12px);padding:var(--emw--spacing-small, 12px) 0}.HeaderButtonContainer>span{cursor:pointer}.ReceiptField{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-medium, 16px);line-height:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-150, #666);margin:var(--emw--spacing-small, 12px)}@media(min-width: 750px){.CashierReceiptPage{background-color:transparent}.CashierReceiptPageWidget{position:absolute;width:calc(100% - 20px)}}.CustomButtonSvg svg{width:32px;height:32px;fill:var(--emw--color-primary)}');
267
359
  }
268
- function Z1(n, e, t) {
269
- const i = n.slice();
270
- return i[67] = e[t], i[69] = t, i;
360
+ function j1(i, e, t) {
361
+ const n = i.slice();
362
+ return n[67] = e[t], n[69] = t, n;
271
363
  }
272
- function A1(n, e, t) {
273
- const i = n.slice();
274
- return i[70] = e[t], i;
364
+ function A1(i, e, t) {
365
+ const n = i.slice();
366
+ return n[70] = e[t], n;
275
367
  }
276
- function Me(n) {
277
- let e, t, i = P1(
368
+ function Re(i) {
369
+ let e, t, n = P1(
278
370
  /*userAgent*/
279
- n[25]
371
+ i[25]
280
372
  ) && /*showverifications*/
281
- n[9] && /*displayVerifications*/
282
- n[22], o, s = (
373
+ i[9] && /*displayVerifications*/
374
+ i[22], a, s = (
283
375
  /*copied*/
284
- n[23] && j1(n)
285
- ), a = i && V1(n);
376
+ i[23] && Z1(i)
377
+ ), o = n && V1(i);
286
378
  function p(u, h) {
287
379
  if (
288
380
  /*txnInfo*/
@@ -296,40 +388,40 @@ function Me(n) {
296
388
  )
297
389
  return Le;
298
390
  }
299
- let C = p(n), f = C && C(n);
391
+ let C = p(i), m = C && C(i);
300
392
  return {
301
393
  c() {
302
- s && s.c(), e = T(), t = g("div"), a && a.c(), o = T(), f && f.c(), l(t, "class", "CashierReceiptPage");
394
+ s && s.c(), e = T(), t = g("div"), o && o.c(), a = T(), m && m.c(), l(t, "class", "CashierReceiptPage");
303
395
  },
304
396
  m(u, h) {
305
- s && s.m(u, h), b(u, e, h), b(u, t, h), a && a.m(t, null), c(t, o), f && f.m(t, null);
397
+ s && s.m(u, h), b(u, e, h), b(u, t, h), o && o.m(t, null), c(t, a), m && m.m(t, null);
306
398
  },
307
399
  p(u, h) {
308
400
  /*copied*/
309
401
  u[23] ? s ? (s.p(u, h), h[0] & /*copied*/
310
- 8388608 && S1(s, 1)) : (s = j1(u), s.c(), S1(s, 1), s.m(e.parentNode, e)) : s && (ae(), se(s, 1, 1, () => {
402
+ 8388608 && S1(s, 1)) : (s = Z1(u), s.c(), S1(s, 1), s.m(e.parentNode, e)) : s && (oe(), se(s, 1, 1, () => {
311
403
  s = null;
312
404
  }), re()), h[0] & /*showverifications, displayVerifications*/
313
- 4194816 && (i = P1(
405
+ 4194816 && (n = P1(
314
406
  /*userAgent*/
315
407
  u[25]
316
408
  ) && /*showverifications*/
317
409
  u[9] && /*displayVerifications*/
318
- u[22]), i ? a ? a.p(u, h) : (a = V1(u), a.c(), a.m(t, o)) : a && (a.d(1), a = null), C === (C = p(u)) && f ? f.p(u, h) : (f && f.d(1), f = C && C(u), f && (f.c(), f.m(t, null)));
410
+ u[22]), n ? o ? o.p(u, h) : (o = V1(u), o.c(), o.m(t, a)) : o && (o.d(1), o = null), C === (C = p(u)) && m ? m.p(u, h) : (m && m.d(1), m = C && C(u), m && (m.c(), m.m(t, null)));
319
411
  },
320
412
  d(u) {
321
- u && (w(e), w(t)), s && s.d(u), a && a.d(), f && f.d();
413
+ u && (w(e), w(t)), s && s.d(u), o && o.d(), m && m.d();
322
414
  }
323
415
  };
324
416
  }
325
- function Re(n) {
417
+ function Me(i) {
326
418
  let e;
327
419
  return {
328
420
  c() {
329
421
  e = g("div"), e.innerHTML = '<div class="Spinner"></div>', l(e, "class", "LoadingOverlay");
330
422
  },
331
- m(t, i) {
332
- b(t, e, i);
423
+ m(t, n) {
424
+ b(t, e, n);
333
425
  },
334
426
  p: r1,
335
427
  d(t) {
@@ -337,37 +429,37 @@ function Re(n) {
337
429
  }
338
430
  };
339
431
  }
340
- function j1(n) {
432
+ function Z1(i) {
341
433
  let e, t = (
342
434
  /*$_*/
343
- n[24]("copyTransactionId") + ""
344
- ), i, o, s, a;
435
+ i[24]("copyTransactionId") + ""
436
+ ), n, a, s, o;
345
437
  return {
346
438
  c() {
347
- e = g("div"), i = R(t), l(e, "class", "CopyTooltip");
439
+ e = g("div"), n = M(t), l(e, "class", "CopyTooltip");
348
440
  },
349
441
  m(p, C) {
350
- b(p, e, C), c(e, i), a = !0;
442
+ b(p, e, C), c(e, n), o = !0;
351
443
  },
352
444
  p(p, C) {
353
- (!a || C[0] & /*$_*/
445
+ (!o || C[0] & /*$_*/
354
446
  16777216) && t !== (t = /*$_*/
355
- p[24]("copyTransactionId") + "") && M(i, t);
447
+ p[24]("copyTransactionId") + "") && R(n, t);
356
448
  },
357
449
  i(p) {
358
- a || (p && ce(() => {
359
- a && (s && s.end(1), o = ue(e, H1, { duration: 100 }), o.start());
360
- }), a = !0);
450
+ o || (p && ce(() => {
451
+ o && (s && s.end(1), a = ue(e, H1, { duration: 100 }), a.start());
452
+ }), o = !0);
361
453
  },
362
454
  o(p) {
363
- o && o.invalidate(), p && (s = le(e, H1, { duration: 1e3 })), a = !1;
455
+ a && a.invalidate(), p && (s = le(e, H1, { duration: 1e3 })), o = !1;
364
456
  },
365
457
  d(p) {
366
458
  p && w(e), p && s && s.end();
367
459
  }
368
460
  };
369
461
  }
370
- function V1(n) {
462
+ function V1(i) {
371
463
  let e;
372
464
  return {
373
465
  c() {
@@ -375,80 +467,80 @@ function V1(n) {
375
467
  e,
376
468
  "lang",
377
469
  /*lang*/
378
- n[3]
470
+ i[3]
379
471
  ), x(
380
472
  e,
381
473
  "translationurl",
382
474
  /*translationurl*/
383
- n[4]
475
+ i[4]
384
476
  ), x(
385
477
  e,
386
478
  "endpoint",
387
479
  /*endpoint*/
388
- n[1]
480
+ i[1]
389
481
  ), x(
390
482
  e,
391
483
  "clientstylingurl",
392
484
  /*clientstylingurl*/
393
- n[8]
485
+ i[8]
394
486
  ), x(
395
487
  e,
396
488
  "clientstyling",
397
489
  /*clientstyling*/
398
- n[7]
490
+ i[7]
399
491
  ), x(
400
492
  e,
401
493
  "customerid",
402
494
  /*customerid*/
403
- n[6]
495
+ i[6]
404
496
  ), x(
405
497
  e,
406
498
  "playersession",
407
499
  /*session*/
408
- n[2]
500
+ i[2]
409
501
  );
410
502
  },
411
- m(t, i) {
412
- b(t, e, i);
503
+ m(t, n) {
504
+ b(t, e, n);
413
505
  },
414
- p(t, i) {
415
- i[0] & /*lang*/
506
+ p(t, n) {
507
+ n[0] & /*lang*/
416
508
  8 && x(
417
509
  e,
418
510
  "lang",
419
511
  /*lang*/
420
512
  t[3]
421
- ), i[0] & /*translationurl*/
513
+ ), n[0] & /*translationurl*/
422
514
  16 && x(
423
515
  e,
424
516
  "translationurl",
425
517
  /*translationurl*/
426
518
  t[4]
427
- ), i[0] & /*endpoint*/
519
+ ), n[0] & /*endpoint*/
428
520
  2 && x(
429
521
  e,
430
522
  "endpoint",
431
523
  /*endpoint*/
432
524
  t[1]
433
- ), i[0] & /*clientstylingurl*/
525
+ ), n[0] & /*clientstylingurl*/
434
526
  256 && x(
435
527
  e,
436
528
  "clientstylingurl",
437
529
  /*clientstylingurl*/
438
530
  t[8]
439
- ), i[0] & /*clientstyling*/
531
+ ), n[0] & /*clientstyling*/
440
532
  128 && x(
441
533
  e,
442
534
  "clientstyling",
443
535
  /*clientstyling*/
444
536
  t[7]
445
- ), i[0] & /*customerid*/
537
+ ), n[0] & /*customerid*/
446
538
  64 && x(
447
539
  e,
448
540
  "customerid",
449
541
  /*customerid*/
450
542
  t[6]
451
- ), i[0] & /*session*/
543
+ ), n[0] & /*session*/
452
544
  4 && x(
453
545
  e,
454
546
  "playersession",
@@ -461,11 +553,11 @@ function V1(n) {
461
553
  }
462
554
  };
463
555
  }
464
- function Le(n) {
556
+ function Le(i) {
465
557
  let e, t = (
466
558
  /*errorResponseCode*/
467
- n[19] === /*ResponseCode*/
468
- n[13].Maintenance && Y1(n)
559
+ i[19] === /*ResponseCode*/
560
+ i[13].Maintenance && E1(i)
469
561
  );
470
562
  return {
471
563
  c() {
@@ -473,111 +565,111 @@ function Le(n) {
473
565
  e,
474
566
  "assetsurl",
475
567
  /*assetsurl*/
476
- n[5]
568
+ i[5]
477
569
  ), x(
478
570
  e,
479
571
  "translationurl",
480
572
  /*translationurl*/
481
- n[4]
573
+ i[4]
482
574
  ), x(
483
575
  e,
484
576
  "clientstylingurl",
485
577
  /*clientstylingurl*/
486
- n[8]
578
+ i[8]
487
579
  ), x(
488
580
  e,
489
581
  "clientstyling",
490
582
  /*clientstyling*/
491
- n[7]
583
+ i[7]
492
584
  ), x(
493
585
  e,
494
586
  "lang",
495
587
  /*lang*/
496
- n[3]
588
+ i[3]
497
589
  ), x(e, "hidebuttons", "true"), x(
498
590
  e,
499
591
  "errorcode",
500
592
  /*errorResponseCode*/
501
- n[19]
593
+ i[19]
502
594
  );
503
595
  },
504
- m(i, o) {
505
- b(i, e, o), t && t.m(e, null);
596
+ m(n, a) {
597
+ b(n, e, a), t && t.m(e, null);
506
598
  },
507
- p(i, o) {
599
+ p(n, a) {
508
600
  /*errorResponseCode*/
509
- i[19] === /*ResponseCode*/
510
- i[13].Maintenance ? t ? t.p(i, o) : (t = Y1(i), t.c(), t.m(e, null)) : t && (t.d(1), t = null), o[0] & /*assetsurl*/
601
+ n[19] === /*ResponseCode*/
602
+ n[13].Maintenance ? t ? t.p(n, a) : (t = E1(n), t.c(), t.m(e, null)) : t && (t.d(1), t = null), a[0] & /*assetsurl*/
511
603
  32 && x(
512
604
  e,
513
605
  "assetsurl",
514
606
  /*assetsurl*/
515
- i[5]
516
- ), o[0] & /*translationurl*/
607
+ n[5]
608
+ ), a[0] & /*translationurl*/
517
609
  16 && x(
518
610
  e,
519
611
  "translationurl",
520
612
  /*translationurl*/
521
- i[4]
522
- ), o[0] & /*clientstylingurl*/
613
+ n[4]
614
+ ), a[0] & /*clientstylingurl*/
523
615
  256 && x(
524
616
  e,
525
617
  "clientstylingurl",
526
618
  /*clientstylingurl*/
527
- i[8]
528
- ), o[0] & /*clientstyling*/
619
+ n[8]
620
+ ), a[0] & /*clientstyling*/
529
621
  128 && x(
530
622
  e,
531
623
  "clientstyling",
532
624
  /*clientstyling*/
533
- i[7]
534
- ), o[0] & /*lang*/
625
+ n[7]
626
+ ), a[0] & /*lang*/
535
627
  8 && x(
536
628
  e,
537
629
  "lang",
538
630
  /*lang*/
539
- i[3]
540
- ), o[0] & /*errorResponseCode*/
631
+ n[3]
632
+ ), a[0] & /*errorResponseCode*/
541
633
  524288 && x(
542
634
  e,
543
635
  "errorcode",
544
636
  /*errorResponseCode*/
545
- i[19]
637
+ n[19]
546
638
  );
547
639
  },
548
- d(i) {
549
- i && w(e), t && t.d();
640
+ d(n) {
641
+ n && w(e), t && t.d();
550
642
  }
551
643
  };
552
644
  }
553
- function Se(n) {
554
- let e, t, i, o, s, a = (
645
+ function Se(i) {
646
+ let e, t, n, a, s, o = (
555
647
  /*$_*/
556
- n[24]("amount") + ""
557
- ), p, C, f, u, h, _, y, k = (
648
+ i[24]("amount") + ""
649
+ ), p, C, m, u, h, _, y, k = (
558
650
  /*$_*/
559
- n[24]("status") + ""
560
- ), P, K, I, Z = (
651
+ i[24]("status") + ""
652
+ ), P, Y, I, j = (
561
653
  /*$_*/
562
- n[24](`${/*txnStatus*/
563
- n[21]}`) + ""
564
- ), V, Y, U, L, H, G = (
654
+ i[24](`${/*txnStatus*/
655
+ i[21]}`) + ""
656
+ ), V, E, U, L, H, F = (
565
657
  /*$_*/
566
- n[24]("transactionId") + ""
567
- ), o1, m1, O, F = (
658
+ i[24]("transactionId") + ""
659
+ ), a1, f1, G, O = (
568
660
  /*txnInfo*/
569
- n[15].referenceId + ""
570
- ), Q, S, q, g1, D = (
661
+ i[15].referenceId + ""
662
+ ), q, S, Q, g1, D = (
571
663
  /*$_*/
572
- n[24]("payemntMethod") + ""
573
- ), a1, h1, A, X, l1, N, J, c1 = (
664
+ i[24]("payemntMethod") + ""
665
+ ), o1, h1, A, X, l1, N, J, c1 = (
574
666
  /*$_*/
575
- n[24]("paymentTime") + ""
576
- ), u1, w1, $, p1 = M1(
667
+ i[24]("paymentTime") + ""
668
+ ), u1, w1, $, p1 = R1(
577
669
  /*txnInfo*/
578
- n[15].time
579
- ).format("MMM DD, YYYY, HH:mm:ss") + "", d1, b1, e1, y1, E, C1, t1, s1, v1;
580
- function _1(d, m) {
670
+ i[15].time
671
+ ).format("MMM DD, YYYY, HH:mm:ss") + "", d1, b1, e1, y1, K, C1, t1, s1, v1;
672
+ function _1(d, f) {
581
673
  if (
582
674
  /*txnStatus*/
583
675
  d[21] === "success"
@@ -596,597 +688,597 @@ function Se(n) {
596
688
  )
597
689
  return De;
598
690
  }
599
- let i1 = _1(n), W = i1 && i1(n), z = (
691
+ let n1 = _1(i), W = n1 && n1(i), z = (
600
692
  /*displayedButtons*/
601
- n[12].length > 0 && K1(n)
693
+ i[12].length > 0 && Y1(i)
602
694
  );
603
- function T1(d, m) {
695
+ function T1(d, f) {
604
696
  return (
605
697
  /*txnInfo*/
606
698
  d[15].type ? We : He
607
699
  );
608
700
  }
609
- let f1 = T1(n), r = f1(n), v = (
701
+ let m1 = T1(i), r = m1(i), v = (
610
702
  /*receiptFields*/
611
- n[16].length && E1(n)
703
+ i[16].length && K1(i)
612
704
  );
613
705
  return {
614
706
  c() {
615
- e = g("div"), W && W.c(), t = T(), i = g("div"), o = g("div"), s = g("p"), p = R(a), C = T(), f = g("span"), u = R(
707
+ e = g("div"), W && W.c(), t = T(), n = g("div"), a = g("div"), s = g("p"), p = M(o), C = T(), m = g("span"), u = M(
616
708
  /*amount*/
617
- n[17]
618
- ), h = T(), _ = g("div"), y = g("p"), P = R(k), K = T(), I = g("span"), V = R(Z), U = T(), L = g("div"), H = g("p"), o1 = R(G), m1 = T(), O = g("span"), Q = R(F), S = T(), q = g("div"), g1 = g("p"), a1 = R(D), h1 = T(), A = g("span"), X = R(
709
+ i[17]
710
+ ), h = T(), _ = g("div"), y = g("p"), P = M(k), Y = T(), I = g("span"), V = M(j), U = T(), L = g("div"), H = g("p"), a1 = M(F), f1 = T(), G = g("span"), q = M(O), S = T(), Q = g("div"), g1 = g("p"), o1 = M(D), h1 = T(), A = g("span"), X = M(
619
711
  /*paymentmethod*/
620
- n[0]
621
- ), l1 = T(), N = g("div"), J = g("p"), u1 = R(c1), w1 = T(), $ = g("span"), d1 = R(p1), b1 = T(), e1 = g("div"), z && z.c(), y1 = T(), E = g("button"), r.c(), C1 = T(), v && v.c(), t1 = R1(), l(e, "class", "ReceiptStatusWrapper"), l(o, "class", "Amount"), l(_, "class", Y = `Status ${/*txnStatus*/
622
- n[21]}`), l(O, "class", "TxnIdText"), l(L, "class", "TxnId"), l(q, "class", "PaymentMethod"), l(N, "class", "PaymentTime"), l(i, "class", "ReceiptDetailsWrapper"), l(e1, "class", "ReceiptButtonsWrapper"), l(E, "class", "DefaultButton");
712
+ i[0]
713
+ ), l1 = T(), N = g("div"), J = g("p"), u1 = M(c1), w1 = T(), $ = g("span"), d1 = M(p1), b1 = T(), e1 = g("div"), z && z.c(), y1 = T(), K = g("button"), r.c(), C1 = T(), v && v.c(), t1 = M1(), l(e, "class", "ReceiptStatusWrapper"), l(a, "class", "Amount"), l(_, "class", E = `Status ${/*txnStatus*/
714
+ i[21]}`), l(G, "class", "TxnIdText"), l(L, "class", "TxnId"), l(Q, "class", "PaymentMethod"), l(N, "class", "PaymentTime"), l(n, "class", "ReceiptDetailsWrapper"), l(e1, "class", "ReceiptButtonsWrapper"), l(K, "class", "DefaultButton");
623
715
  },
624
- m(d, m) {
625
- b(d, e, m), W && W.m(e, null), b(d, t, m), b(d, i, m), c(i, o), c(o, s), c(s, p), c(o, C), c(o, f), c(f, u), c(i, h), c(i, _), c(_, y), c(y, P), c(_, K), c(_, I), c(I, V), c(i, U), c(i, L), c(L, H), c(H, o1), c(L, m1), c(L, O), c(O, Q), c(i, S), c(i, q), c(q, g1), c(g1, a1), c(q, h1), c(q, A), c(A, X), c(i, l1), c(i, N), c(N, J), c(J, u1), c(N, w1), c(N, $), c($, d1), b(d, b1, m), b(d, e1, m), z && z.m(e1, null), b(d, y1, m), b(d, E, m), r.m(E, null), b(d, C1, m), v && v.m(d, m), b(d, t1, m), s1 || (v1 = [
716
+ m(d, f) {
717
+ b(d, e, f), W && W.m(e, null), b(d, t, f), b(d, n, f), c(n, a), c(a, s), c(s, p), c(a, C), c(a, m), c(m, u), c(n, h), c(n, _), c(_, y), c(y, P), c(_, Y), c(_, I), c(I, V), c(n, U), c(n, L), c(L, H), c(H, a1), c(L, f1), c(L, G), c(G, q), c(n, S), c(n, Q), c(Q, g1), c(g1, o1), c(Q, h1), c(Q, A), c(A, X), c(n, l1), c(n, N), c(N, J), c(J, u1), c(N, w1), c(N, $), c($, d1), b(d, b1, f), b(d, e1, f), z && z.m(e1, null), b(d, y1, f), b(d, K, f), r.m(K, null), b(d, C1, f), v && v.m(d, f), b(d, t1, f), s1 || (v1 = [
626
718
  k1(
627
- O,
719
+ G,
628
720
  "click",
629
721
  /*click_handler*/
630
- n[44]
722
+ i[44]
631
723
  ),
632
724
  k1(
633
- E,
725
+ K,
634
726
  "click",
635
727
  /*closeReceipt*/
636
- n[26]
728
+ i[26]
637
729
  )
638
730
  ], s1 = !0);
639
731
  },
640
- p(d, m) {
641
- i1 === (i1 = _1(d)) && W ? W.p(d, m) : (W && W.d(1), W = i1 && i1(d), W && (W.c(), W.m(e, null))), m[0] & /*$_*/
642
- 16777216 && a !== (a = /*$_*/
643
- d[24]("amount") + "") && M(p, a), m[0] & /*amount*/
644
- 131072 && M(
732
+ p(d, f) {
733
+ n1 === (n1 = _1(d)) && W ? W.p(d, f) : (W && W.d(1), W = n1 && n1(d), W && (W.c(), W.m(e, null))), f[0] & /*$_*/
734
+ 16777216 && o !== (o = /*$_*/
735
+ d[24]("amount") + "") && R(p, o), f[0] & /*amount*/
736
+ 131072 && R(
645
737
  u,
646
738
  /*amount*/
647
739
  d[17]
648
- ), m[0] & /*$_*/
740
+ ), f[0] & /*$_*/
649
741
  16777216 && k !== (k = /*$_*/
650
- d[24]("status") + "") && M(P, k), m[0] & /*$_, txnStatus*/
651
- 18874368 && Z !== (Z = /*$_*/
742
+ d[24]("status") + "") && R(P, k), f[0] & /*$_, txnStatus*/
743
+ 18874368 && j !== (j = /*$_*/
652
744
  d[24](`${/*txnStatus*/
653
- d[21]}`) + "") && M(V, Z), m[0] & /*txnStatus*/
654
- 2097152 && Y !== (Y = `Status ${/*txnStatus*/
655
- d[21]}`) && l(_, "class", Y), m[0] & /*$_*/
656
- 16777216 && G !== (G = /*$_*/
657
- d[24]("transactionId") + "") && M(o1, G), m[0] & /*txnInfo*/
658
- 32768 && F !== (F = /*txnInfo*/
659
- d[15].referenceId + "") && M(Q, F), m[0] & /*$_*/
745
+ d[21]}`) + "") && R(V, j), f[0] & /*txnStatus*/
746
+ 2097152 && E !== (E = `Status ${/*txnStatus*/
747
+ d[21]}`) && l(_, "class", E), f[0] & /*$_*/
748
+ 16777216 && F !== (F = /*$_*/
749
+ d[24]("transactionId") + "") && R(a1, F), f[0] & /*txnInfo*/
750
+ 32768 && O !== (O = /*txnInfo*/
751
+ d[15].referenceId + "") && R(q, O), f[0] & /*$_*/
660
752
  16777216 && D !== (D = /*$_*/
661
- d[24]("payemntMethod") + "") && M(a1, D), m[0] & /*paymentmethod*/
662
- 1 && M(
753
+ d[24]("payemntMethod") + "") && R(o1, D), f[0] & /*paymentmethod*/
754
+ 1 && R(
663
755
  X,
664
756
  /*paymentmethod*/
665
757
  d[0]
666
- ), m[0] & /*$_*/
758
+ ), f[0] & /*$_*/
667
759
  16777216 && c1 !== (c1 = /*$_*/
668
- d[24]("paymentTime") + "") && M(u1, c1), m[0] & /*txnInfo*/
669
- 32768 && p1 !== (p1 = M1(
760
+ d[24]("paymentTime") + "") && R(u1, c1), f[0] & /*txnInfo*/
761
+ 32768 && p1 !== (p1 = R1(
670
762
  /*txnInfo*/
671
763
  d[15].time
672
- ).format("MMM DD, YYYY, HH:mm:ss") + "") && M(d1, p1), /*displayedButtons*/
673
- d[12].length > 0 ? z ? z.p(d, m) : (z = K1(d), z.c(), z.m(e1, null)) : z && (z.d(1), z = null), f1 === (f1 = T1(d)) && r ? r.p(d, m) : (r.d(1), r = f1(d), r && (r.c(), r.m(E, null))), /*receiptFields*/
674
- d[16].length ? v ? v.p(d, m) : (v = E1(d), v.c(), v.m(t1.parentNode, t1)) : v && (v.d(1), v = null);
764
+ ).format("MMM DD, YYYY, HH:mm:ss") + "") && R(d1, p1), /*displayedButtons*/
765
+ d[12].length > 0 ? z ? z.p(d, f) : (z = Y1(d), z.c(), z.m(e1, null)) : z && (z.d(1), z = null), m1 === (m1 = T1(d)) && r ? r.p(d, f) : (r.d(1), r = m1(d), r && (r.c(), r.m(K, null))), /*receiptFields*/
766
+ d[16].length ? v ? v.p(d, f) : (v = K1(d), v.c(), v.m(t1.parentNode, t1)) : v && (v.d(1), v = null);
675
767
  },
676
768
  d(d) {
677
- d && (w(e), w(t), w(i), w(b1), w(e1), w(y1), w(E), w(C1), w(t1)), W && W.d(), z && z.d(), r.d(), v && v.d(d), s1 = !1, pe(v1);
769
+ d && (w(e), w(t), w(n), w(b1), w(e1), w(y1), w(K), w(C1), w(t1)), W && W.d(), z && z.d(), r.d(), v && v.d(d), s1 = !1, pe(v1);
678
770
  }
679
771
  };
680
772
  }
681
- function Y1(n) {
682
- let e, t, i, o = (
773
+ function E1(i) {
774
+ let e, t, n, a = (
683
775
  /*$_*/
684
- n[24]("receipt.maintenance.title") + ""
685
- ), s, a, p, C = (
776
+ i[24]("receipt.maintenance.title") + ""
777
+ ), s, o, p, C = (
686
778
  /*$_*/
687
- n[24]("receipt.maintenance.text") + ""
688
- ), f;
779
+ i[24]("receipt.maintenance.text") + ""
780
+ ), m;
689
781
  return {
690
782
  c() {
691
- e = g("div"), e.innerHTML = '<div class="ImagePlaceholder Maintenance"></div>', t = T(), i = g("span"), s = R(o), a = T(), p = g("span"), f = R(C), l(e, "slot", "icon"), l(i, "slot", "title"), l(i, "class", "CashierErrorTitle"), l(p, "slot", "text"), l(p, "class", "CashierErrorText");
783
+ e = g("div"), e.innerHTML = '<div class="ImagePlaceholder Maintenance"></div>', t = T(), n = g("span"), s = M(a), o = T(), p = g("span"), m = M(C), l(e, "slot", "icon"), l(n, "slot", "title"), l(n, "class", "CashierErrorTitle"), l(p, "slot", "text"), l(p, "class", "CashierErrorText");
692
784
  },
693
785
  m(u, h) {
694
- b(u, e, h), b(u, t, h), b(u, i, h), c(i, s), b(u, a, h), b(u, p, h), c(p, f);
786
+ b(u, e, h), b(u, t, h), b(u, n, h), c(n, s), b(u, o, h), b(u, p, h), c(p, m);
695
787
  },
696
788
  p(u, h) {
697
789
  h[0] & /*$_*/
698
- 16777216 && o !== (o = /*$_*/
699
- u[24]("receipt.maintenance.title") + "") && M(s, o), h[0] & /*$_*/
790
+ 16777216 && a !== (a = /*$_*/
791
+ u[24]("receipt.maintenance.title") + "") && R(s, a), h[0] & /*$_*/
700
792
  16777216 && C !== (C = /*$_*/
701
- u[24]("receipt.maintenance.text") + "") && M(f, C);
793
+ u[24]("receipt.maintenance.text") + "") && R(m, C);
702
794
  },
703
795
  d(u) {
704
- u && (w(e), w(t), w(i), w(a), w(p));
796
+ u && (w(e), w(t), w(n), w(o), w(p));
705
797
  }
706
798
  };
707
799
  }
708
- function De(n) {
709
- let e, t, i, o, s, a, p, C = (
800
+ function De(i) {
801
+ let e, t, n, a, s, o, p, C = (
710
802
  /*$_*/
711
- n[24](`${/*txnInfo*/
712
- n[15].type.toLowerCase()}.fail.title`) + ""
713
- ), f, u, h, _ = (
803
+ i[24](`${/*txnInfo*/
804
+ i[15].type.toLowerCase()}.fail.title`) + ""
805
+ ), m, u, h, _ = (
714
806
  /*$_*/
715
- n[24](`${/*txnInfo*/
716
- n[15].type.toLowerCase()}.fail.text`) + ""
807
+ i[24](`${/*txnInfo*/
808
+ i[15].type.toLowerCase()}.fail.text`) + ""
717
809
  ), y;
718
810
  return {
719
811
  c() {
720
- e = j("svg"), t = j("circle"), i = j("rect"), o = j("path"), s = T(), a = g("div"), p = g("h3"), f = R(C), u = T(), h = g("p"), y = R(_), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#D14141"), l(t, "fill-opacity", "0.12"), l(i, "x", "19.335"), l(i, "y", "19"), l(i, "width", "33.33"), l(i, "height", "33.33"), l(i, "rx", "16.665"), l(i, "fill", "#FF3636"), l(o, "d", "M29.085 41.915L41.585 29.415M41.585 41.915L29.085 29.415"), l(o, "stroke", "black"), l(o, "stroke-width", "2.09016"), l(o, "stroke-linecap", "round"), l(o, "stroke-linejoin", "round"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(a, "class", "ReceiptStatusText");
812
+ e = Z("svg"), t = Z("circle"), n = Z("rect"), a = Z("path"), s = T(), o = g("div"), p = g("h3"), m = M(C), u = T(), h = g("p"), y = M(_), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#D14141"), l(t, "fill-opacity", "0.12"), l(n, "x", "19.335"), l(n, "y", "19"), l(n, "width", "33.33"), l(n, "height", "33.33"), l(n, "rx", "16.665"), l(n, "fill", "#FF3636"), l(a, "d", "M29.085 41.915L41.585 29.415M41.585 41.915L29.085 29.415"), l(a, "stroke", "black"), l(a, "stroke-width", "2.09016"), l(a, "stroke-linecap", "round"), l(a, "stroke-linejoin", "round"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(o, "class", "ReceiptStatusText");
721
813
  },
722
814
  m(k, P) {
723
- b(k, e, P), c(e, t), c(e, i), c(e, o), b(k, s, P), b(k, a, P), c(a, p), c(p, f), c(a, u), c(a, h), c(h, y);
815
+ b(k, e, P), c(e, t), c(e, n), c(e, a), b(k, s, P), b(k, o, P), c(o, p), c(p, m), c(o, u), c(o, h), c(h, y);
724
816
  },
725
817
  p(k, P) {
726
818
  P[0] & /*$_, txnInfo*/
727
819
  16809984 && C !== (C = /*$_*/
728
820
  k[24](`${/*txnInfo*/
729
- k[15].type.toLowerCase()}.fail.title`) + "") && M(f, C), P[0] & /*$_, txnInfo*/
821
+ k[15].type.toLowerCase()}.fail.title`) + "") && R(m, C), P[0] & /*$_, txnInfo*/
730
822
  16809984 && _ !== (_ = /*$_*/
731
823
  k[24](`${/*txnInfo*/
732
- k[15].type.toLowerCase()}.fail.text`) + "") && M(y, _);
824
+ k[15].type.toLowerCase()}.fail.text`) + "") && R(y, _);
733
825
  },
734
826
  d(k) {
735
- k && (w(e), w(s), w(a));
827
+ k && (w(e), w(s), w(o));
736
828
  }
737
829
  };
738
830
  }
739
- function Be(n) {
740
- let e, t, i, o, s, a, p, C, f, u = (
831
+ function Be(i) {
832
+ let e, t, n, a, s, o, p, C, m, u = (
741
833
  /*$_*/
742
- n[24](`${/*txnInfo*/
743
- n[15].type.toLowerCase()}.pending.title`) + ""
834
+ i[24](`${/*txnInfo*/
835
+ i[15].type.toLowerCase()}.pending.title`) + ""
744
836
  ), h, _, y, k = (
745
837
  /*$_*/
746
- n[24](`${/*txnInfo*/
747
- n[15].type.toLowerCase()}.pending.text`) + ""
748
- ), P, K, I, Z = (
838
+ i[24](`${/*txnInfo*/
839
+ i[15].type.toLowerCase()}.pending.text`) + ""
840
+ ), P, Y, I, j = (
749
841
  /*$_*/
750
- n[24]("refreshButton") + ""
751
- ), V, Y, U;
842
+ i[24]("refreshButton") + ""
843
+ ), V, E, U;
752
844
  return {
753
845
  c() {
754
- e = j("svg"), t = j("circle"), i = j("rect"), o = j("path"), s = j("path"), a = j("path"), p = T(), C = g("div"), f = g("h3"), h = R(u), _ = T(), y = g("p"), P = R(k), K = T(), I = g("button"), V = R(Z), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#D19A41"), l(t, "fill-opacity", "0.12"), l(i, "x", "19"), l(i, "y", "19"), l(i, "width", "34"), l(i, "height", "34"), l(i, "rx", "17"), l(i, "fill", "#FF6836"), l(o, "d", "M36 46C30.4771 46 26 41.5228 26 36C26 30.4772 30.4772 26 36 26C40.4776 26 44.2257 28.9429 45.5 33H43"), l(o, "stroke", "black"), l(o, "stroke-width", "1.5"), l(o, "stroke-linecap", "round"), l(o, "stroke-linejoin", "round"), l(s, "d", "M36 32V36L38 38"), l(s, "stroke", "black"), l(s, "stroke-width", "1.5"), l(s, "stroke-linecap", "round"), l(s, "stroke-linejoin", "round"), l(a, "d", "M45.9551 37C45.9848 36.6709 46 36.3373 46 36M39 46C39.3416 45.8876 39.6753 45.7564 40 45.6078M44.7906 41C44.9835 40.6284 45.1555 40.2433 45.305 39.8462M42.1925 44.2292C42.5369 43.9441 42.8631 43.6358 43.1688 43.3065"), l(a, "stroke", "black"), l(a, "stroke-width", "1.5"), l(a, "stroke-linecap", "round"), l(a, "stroke-linejoin", "round"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(C, "class", "ReceiptStatusText"), l(I, "class", "RefreshButton");
846
+ e = Z("svg"), t = Z("circle"), n = Z("rect"), a = Z("path"), s = Z("path"), o = Z("path"), p = T(), C = g("div"), m = g("h3"), h = M(u), _ = T(), y = g("p"), P = M(k), Y = T(), I = g("button"), V = M(j), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#D19A41"), l(t, "fill-opacity", "0.12"), l(n, "x", "19"), l(n, "y", "19"), l(n, "width", "34"), l(n, "height", "34"), l(n, "rx", "17"), l(n, "fill", "#FF6836"), l(a, "d", "M36 46C30.4771 46 26 41.5228 26 36C26 30.4772 30.4772 26 36 26C40.4776 26 44.2257 28.9429 45.5 33H43"), l(a, "stroke", "black"), l(a, "stroke-width", "1.5"), l(a, "stroke-linecap", "round"), l(a, "stroke-linejoin", "round"), l(s, "d", "M36 32V36L38 38"), l(s, "stroke", "black"), l(s, "stroke-width", "1.5"), l(s, "stroke-linecap", "round"), l(s, "stroke-linejoin", "round"), l(o, "d", "M45.9551 37C45.9848 36.6709 46 36.3373 46 36M39 46C39.3416 45.8876 39.6753 45.7564 40 45.6078M44.7906 41C44.9835 40.6284 45.1555 40.2433 45.305 39.8462M42.1925 44.2292C42.5369 43.9441 42.8631 43.6358 43.1688 43.3065"), l(o, "stroke", "black"), l(o, "stroke-width", "1.5"), l(o, "stroke-linecap", "round"), l(o, "stroke-linejoin", "round"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(C, "class", "ReceiptStatusText"), l(I, "class", "RefreshButton");
755
847
  },
756
848
  m(L, H) {
757
- b(L, e, H), c(e, t), c(e, i), c(e, o), c(e, s), c(e, a), b(L, p, H), b(L, C, H), c(C, f), c(f, h), c(C, _), c(C, y), c(y, P), b(L, K, H), b(L, I, H), c(I, V), Y || (U = k1(
849
+ b(L, e, H), c(e, t), c(e, n), c(e, a), c(e, s), c(e, o), b(L, p, H), b(L, C, H), c(C, m), c(m, h), c(C, _), c(C, y), c(y, P), b(L, Y, H), b(L, I, H), c(I, V), E || (U = k1(
758
850
  I,
759
851
  "click",
760
852
  /*getPaymentInfo*/
761
- n[27]
762
- ), Y = !0);
853
+ i[27]
854
+ ), E = !0);
763
855
  },
764
856
  p(L, H) {
765
857
  H[0] & /*$_, txnInfo*/
766
858
  16809984 && u !== (u = /*$_*/
767
859
  L[24](`${/*txnInfo*/
768
- L[15].type.toLowerCase()}.pending.title`) + "") && M(h, u), H[0] & /*$_, txnInfo*/
860
+ L[15].type.toLowerCase()}.pending.title`) + "") && R(h, u), H[0] & /*$_, txnInfo*/
769
861
  16809984 && k !== (k = /*$_*/
770
862
  L[24](`${/*txnInfo*/
771
- L[15].type.toLowerCase()}.pending.text`) + "") && M(P, k), H[0] & /*$_*/
772
- 16777216 && Z !== (Z = /*$_*/
773
- L[24]("refreshButton") + "") && M(V, Z);
863
+ L[15].type.toLowerCase()}.pending.text`) + "") && R(P, k), H[0] & /*$_*/
864
+ 16777216 && j !== (j = /*$_*/
865
+ L[24]("refreshButton") + "") && R(V, j);
774
866
  },
775
867
  d(L) {
776
- L && (w(e), w(p), w(C), w(K), w(I)), Y = !1, U();
868
+ L && (w(e), w(p), w(C), w(Y), w(I)), E = !1, U();
777
869
  }
778
870
  };
779
871
  }
780
- function Pe(n) {
781
- let e, t, i, o, s, a, p = (
872
+ function Pe(i) {
873
+ let e, t, n, a, s, o, p = (
782
874
  /*$_*/
783
- n[24](`${/*txnInfo*/
784
- n[15].type.toLowerCase()}.success.title`) + ""
785
- ), C, f, u, h = (
875
+ i[24](`${/*txnInfo*/
876
+ i[15].type.toLowerCase()}.success.title`) + ""
877
+ ), C, m, u, h = (
786
878
  /*$_*/
787
- n[24](`${/*txnInfo*/
788
- n[15].type.toLowerCase()}.success.text`) + ""
879
+ i[24](`${/*txnInfo*/
880
+ i[15].type.toLowerCase()}.success.text`) + ""
789
881
  ), _;
790
882
  return {
791
883
  c() {
792
- e = j("svg"), t = j("circle"), i = j("path"), o = T(), s = g("div"), a = g("h3"), C = R(p), f = T(), u = g("p"), _ = R(h), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#F9C408"), l(t, "fill-opacity", "0.12"), l(i, "d", "M36.5 19.3333C27.3167 19.3333 19.8333 26.8166 19.8333 36C19.8333 45.1833 27.3167 52.6666 36.5 52.6666C45.6833 52.6666 53.1667 45.1833 53.1667 36C53.1667 26.8166 45.6833 19.3333 36.5 19.3333ZM44.4667 32.1666L35.0167 41.6166C34.7833 41.85 34.4667 41.9833 34.1333 41.9833C33.8 41.9833 33.4833 41.85 33.25 41.6166L28.5333 36.9C28.05 36.4166 28.05 35.6166 28.5333 35.1333C29.0167 34.65 29.8167 34.65 30.3 35.1333L34.1333 38.9666L42.7 30.4C43.1833 29.9166 43.9833 29.9166 44.4667 30.4C44.95 30.8833 44.95 31.6666 44.4667 32.1666Z"), l(i, "fill", "#F9C408"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(s, "class", "ReceiptStatusText");
884
+ e = Z("svg"), t = Z("circle"), n = Z("path"), a = T(), s = g("div"), o = g("h3"), C = M(p), m = T(), u = g("p"), _ = M(h), l(t, "cx", "36"), l(t, "cy", "36"), l(t, "r", "36"), l(t, "fill", "#F9C408"), l(t, "fill-opacity", "0.12"), l(n, "d", "M36.5 19.3333C27.3167 19.3333 19.8333 26.8166 19.8333 36C19.8333 45.1833 27.3167 52.6666 36.5 52.6666C45.6833 52.6666 53.1667 45.1833 53.1667 36C53.1667 26.8166 45.6833 19.3333 36.5 19.3333ZM44.4667 32.1666L35.0167 41.6166C34.7833 41.85 34.4667 41.9833 34.1333 41.9833C33.8 41.9833 33.4833 41.85 33.25 41.6166L28.5333 36.9C28.05 36.4166 28.05 35.6166 28.5333 35.1333C29.0167 34.65 29.8167 34.65 30.3 35.1333L34.1333 38.9666L42.7 30.4C43.1833 29.9166 43.9833 29.9166 44.4667 30.4C44.95 30.8833 44.95 31.6666 44.4667 32.1666Z"), l(n, "fill", "#F9C408"), l(e, "width", "72"), l(e, "height", "72"), l(e, "viewBox", "0 0 72 72"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(s, "class", "ReceiptStatusText");
793
885
  },
794
886
  m(y, k) {
795
- b(y, e, k), c(e, t), c(e, i), b(y, o, k), b(y, s, k), c(s, a), c(a, C), c(s, f), c(s, u), c(u, _);
887
+ b(y, e, k), c(e, t), c(e, n), b(y, a, k), b(y, s, k), c(s, o), c(o, C), c(s, m), c(s, u), c(u, _);
796
888
  },
797
889
  p(y, k) {
798
890
  k[0] & /*$_, txnInfo*/
799
891
  16809984 && p !== (p = /*$_*/
800
892
  y[24](`${/*txnInfo*/
801
- y[15].type.toLowerCase()}.success.title`) + "") && M(C, p), k[0] & /*$_, txnInfo*/
893
+ y[15].type.toLowerCase()}.success.title`) + "") && R(C, p), k[0] & /*$_, txnInfo*/
802
894
  16809984 && h !== (h = /*$_*/
803
895
  y[24](`${/*txnInfo*/
804
- y[15].type.toLowerCase()}.success.text`) + "") && M(_, h);
896
+ y[15].type.toLowerCase()}.success.text`) + "") && R(_, h);
805
897
  },
806
898
  d(y) {
807
- y && (w(e), w(o), w(s));
899
+ y && (w(e), w(a), w(s));
808
900
  }
809
901
  };
810
902
  }
811
- function K1(n) {
903
+ function Y1(i) {
812
904
  let e, t = x1(
813
905
  /*displayedButtons*/
814
- n[12]
815
- ), i = [];
816
- for (let o = 0; o < t.length; o += 1)
817
- i[o] = N1(A1(n, t, o));
906
+ i[12]
907
+ ), n = [];
908
+ for (let a = 0; a < t.length; a += 1)
909
+ n[a] = N1(A1(i, t, a));
818
910
  return {
819
911
  c() {
820
- for (let o = 0; o < i.length; o += 1)
821
- i[o].c();
822
- e = R1();
912
+ for (let a = 0; a < n.length; a += 1)
913
+ n[a].c();
914
+ e = M1();
823
915
  },
824
- m(o, s) {
825
- for (let a = 0; a < i.length; a += 1)
826
- i[a] && i[a].m(o, s);
827
- b(o, e, s);
916
+ m(a, s) {
917
+ for (let o = 0; o < n.length; o += 1)
918
+ n[o] && n[o].m(a, s);
919
+ b(a, e, s);
828
920
  },
829
- p(o, s) {
921
+ p(a, s) {
830
922
  if (s[0] & /*displayedButtons, handleCustomButtonClick, $_*/
831
923
  285216768) {
832
924
  t = x1(
833
925
  /*displayedButtons*/
834
- o[12]
926
+ a[12]
835
927
  );
836
- let a;
837
- for (a = 0; a < t.length; a += 1) {
838
- const p = A1(o, t, a);
839
- i[a] ? i[a].p(p, s) : (i[a] = N1(p), i[a].c(), i[a].m(e.parentNode, e));
928
+ let o;
929
+ for (o = 0; o < t.length; o += 1) {
930
+ const p = A1(a, t, o);
931
+ n[o] ? n[o].p(p, s) : (n[o] = N1(p), n[o].c(), n[o].m(e.parentNode, e));
840
932
  }
841
- for (; a < i.length; a += 1)
842
- i[a].d(1);
843
- i.length = t.length;
933
+ for (; o < n.length; o += 1)
934
+ n[o].d(1);
935
+ n.length = t.length;
844
936
  }
845
937
  },
846
- d(o) {
847
- o && w(e), G1(i, o);
938
+ d(a) {
939
+ a && w(e), F1(n, a);
848
940
  }
849
941
  };
850
942
  }
851
- function N1(n) {
852
- let e, t, i = (I1[`${/*btn*/
853
- n[70].type}`] ?? "") + "", o, s = (
943
+ function N1(i) {
944
+ let e, t, n = (I1[`${/*btn*/
945
+ i[70].type}`] ?? "") + "", a, s = (
854
946
  /*$_*/
855
- n[24](`${/*btn*/
856
- n[70].translationKey}`) + ""
857
- ), a, p, C, f, u;
947
+ i[24](`${/*btn*/
948
+ i[70].translationKey}`) + ""
949
+ ), o, p, C, m, u;
858
950
  function h() {
859
951
  return (
860
952
  /*click_handler_1*/
861
- n[45](
953
+ i[45](
862
954
  /*btn*/
863
- n[70]
955
+ i[70]
864
956
  )
865
957
  );
866
958
  }
867
959
  return {
868
960
  c() {
869
- e = g("button"), t = g("div"), o = T(), a = R(s), p = T(), l(t, "class", "CustomButtonSvg"), l(e, "class", C = `${/*btn*/
870
- n[70].type} GoToButton`);
961
+ e = g("button"), t = g("div"), a = T(), o = M(s), p = T(), l(t, "class", "CustomButtonSvg"), l(e, "class", C = `${/*btn*/
962
+ i[70].type} GoToButton`);
871
963
  },
872
964
  m(_, y) {
873
- b(_, e, y), c(e, t), t.innerHTML = i, c(e, o), c(e, a), c(e, p), f || (u = k1(e, "click", h), f = !0);
965
+ b(_, e, y), c(e, t), t.innerHTML = n, c(e, a), c(e, o), c(e, p), m || (u = k1(e, "click", h), m = !0);
874
966
  },
875
967
  p(_, y) {
876
- n = _, y[0] & /*displayedButtons*/
877
- 4096 && i !== (i = (I1[`${/*btn*/
878
- n[70].type}`] ?? "") + "") && (t.innerHTML = i), y[0] & /*$_, displayedButtons*/
968
+ i = _, y[0] & /*displayedButtons*/
969
+ 4096 && n !== (n = (I1[`${/*btn*/
970
+ i[70].type}`] ?? "") + "") && (t.innerHTML = n), y[0] & /*$_, displayedButtons*/
879
971
  16781312 && s !== (s = /*$_*/
880
- n[24](`${/*btn*/
881
- n[70].translationKey}`) + "") && M(a, s), y[0] & /*displayedButtons*/
972
+ i[24](`${/*btn*/
973
+ i[70].translationKey}`) + "") && R(o, s), y[0] & /*displayedButtons*/
882
974
  4096 && C !== (C = `${/*btn*/
883
- n[70].type} GoToButton`) && l(e, "class", C);
975
+ i[70].type} GoToButton`) && l(e, "class", C);
884
976
  },
885
977
  d(_) {
886
- _ && w(e), f = !1, u();
978
+ _ && w(e), m = !1, u();
887
979
  }
888
980
  };
889
981
  }
890
- function He(n) {
982
+ function He(i) {
891
983
  let e = (
892
984
  /*$_*/
893
- n[24]("backHome") + ""
985
+ i[24]("backHome") + ""
894
986
  ), t;
895
987
  return {
896
988
  c() {
897
- t = R(e);
989
+ t = M(e);
898
990
  },
899
- m(i, o) {
900
- b(i, t, o);
991
+ m(n, a) {
992
+ b(n, t, a);
901
993
  },
902
- p(i, o) {
903
- o[0] & /*$_*/
994
+ p(n, a) {
995
+ a[0] & /*$_*/
904
996
  16777216 && e !== (e = /*$_*/
905
- i[24]("backHome") + "") && M(t, e);
997
+ n[24]("backHome") + "") && R(t, e);
906
998
  },
907
- d(i) {
908
- i && w(t);
999
+ d(n) {
1000
+ n && w(t);
909
1001
  }
910
1002
  };
911
1003
  }
912
- function We(n) {
1004
+ function We(i) {
913
1005
  let e = (
914
1006
  /*$_*/
915
- n[24](`back${/*txnInfo*/
916
- n[15].type}`) + ""
1007
+ i[24](`back${/*txnInfo*/
1008
+ i[15].type}`) + ""
917
1009
  ), t;
918
1010
  return {
919
1011
  c() {
920
- t = R(e);
1012
+ t = M(e);
921
1013
  },
922
- m(i, o) {
923
- b(i, t, o);
1014
+ m(n, a) {
1015
+ b(n, t, a);
924
1016
  },
925
- p(i, o) {
926
- o[0] & /*$_, txnInfo*/
1017
+ p(n, a) {
1018
+ a[0] & /*$_, txnInfo*/
927
1019
  16809984 && e !== (e = /*$_*/
928
- i[24](`back${/*txnInfo*/
929
- i[15].type}`) + "") && M(t, e);
1020
+ n[24](`back${/*txnInfo*/
1021
+ n[15].type}`) + "") && R(t, e);
930
1022
  },
931
- d(i) {
932
- i && w(t);
1023
+ d(n) {
1024
+ n && w(t);
933
1025
  }
934
1026
  };
935
1027
  }
936
- function E1(n) {
1028
+ function K1(i) {
937
1029
  let e, t = x1(
938
1030
  /*receiptFields*/
939
- n[16]
940
- ), i = [];
941
- for (let o = 0; o < t.length; o += 1)
942
- i[o] = U1(Z1(n, t, o));
1031
+ i[16]
1032
+ ), n = [];
1033
+ for (let a = 0; a < t.length; a += 1)
1034
+ n[a] = U1(j1(i, t, a));
943
1035
  return {
944
1036
  c() {
945
- for (let o = 0; o < i.length; o += 1)
946
- i[o].c();
947
- e = R1();
1037
+ for (let a = 0; a < n.length; a += 1)
1038
+ n[a].c();
1039
+ e = M1();
948
1040
  },
949
- m(o, s) {
950
- for (let a = 0; a < i.length; a += 1)
951
- i[a] && i[a].m(o, s);
952
- b(o, e, s);
1041
+ m(a, s) {
1042
+ for (let o = 0; o < n.length; o += 1)
1043
+ n[o] && n[o].m(a, s);
1044
+ b(a, e, s);
953
1045
  },
954
- p(o, s) {
1046
+ p(a, s) {
955
1047
  if (s[0] & /*openUrlInNewTab, receiptFields, qrCodeContainer, FieldTypes*/
956
1048
  537214976) {
957
1049
  t = x1(
958
1050
  /*receiptFields*/
959
- o[16]
1051
+ a[16]
960
1052
  );
961
- let a;
962
- for (a = 0; a < t.length; a += 1) {
963
- const p = Z1(o, t, a);
964
- i[a] ? i[a].p(p, s) : (i[a] = U1(p), i[a].c(), i[a].m(e.parentNode, e));
1053
+ let o;
1054
+ for (o = 0; o < t.length; o += 1) {
1055
+ const p = j1(a, t, o);
1056
+ n[o] ? n[o].p(p, s) : (n[o] = U1(p), n[o].c(), n[o].m(e.parentNode, e));
965
1057
  }
966
- for (; a < i.length; a += 1)
967
- i[a].d(1);
968
- i.length = t.length;
1058
+ for (; o < n.length; o += 1)
1059
+ n[o].d(1);
1060
+ n.length = t.length;
969
1061
  }
970
1062
  },
971
- d(o) {
972
- o && w(e), G1(i, o);
1063
+ d(a) {
1064
+ a && w(e), F1(n, a);
973
1065
  }
974
1066
  };
975
1067
  }
976
- function ze(n) {
1068
+ function ze(i) {
977
1069
  let e, t = (
978
1070
  /*field*/
979
- n[67].defaultValue + ""
980
- ), i;
1071
+ i[67].defaultValue + ""
1072
+ ), n;
981
1073
  return {
982
1074
  c() {
983
- e = g("span"), i = R(t), l(e, "class", "Label");
1075
+ e = g("span"), n = M(t), l(e, "class", "Label");
984
1076
  },
985
- m(o, s) {
986
- b(o, e, s), c(e, i);
1077
+ m(a, s) {
1078
+ b(a, e, s), c(e, n);
987
1079
  },
988
- p(o, s) {
1080
+ p(a, s) {
989
1081
  s[0] & /*receiptFields*/
990
1082
  65536 && t !== (t = /*field*/
991
- o[67].defaultValue + "") && M(i, t);
1083
+ a[67].defaultValue + "") && R(n, t);
992
1084
  },
993
- d(o) {
994
- o && w(e);
1085
+ d(a) {
1086
+ a && w(e);
995
1087
  }
996
1088
  };
997
1089
  }
998
- function Ie(n) {
1090
+ function Ie(i) {
999
1091
  return { c: r1, m: r1, p: r1, d: r1 };
1000
1092
  }
1001
- function Ze(n) {
1093
+ function je(i) {
1002
1094
  let e, t = (
1003
1095
  /*field*/
1004
- n[67].description + ""
1005
- ), i, o, s, a = (
1096
+ i[67].description + ""
1097
+ ), n, a, s, o = (
1006
1098
  /*field*/
1007
- n[67].name + ""
1099
+ i[67].name + ""
1008
1100
  ), p, C;
1009
1101
  return {
1010
1102
  c() {
1011
- e = g("span"), i = R(t), o = T(), s = g("a"), p = R(a), l(s, "href", C = /*field*/
1012
- n[67].defaultValue), l(s, "target", "_blank"), l(s, "rel", "noopener noreferrer");
1103
+ e = g("span"), n = M(t), a = T(), s = g("a"), p = M(o), l(s, "href", C = /*field*/
1104
+ i[67].defaultValue), l(s, "target", "_blank"), l(s, "rel", "noopener noreferrer");
1013
1105
  },
1014
- m(f, u) {
1015
- b(f, e, u), c(e, i), c(e, o), c(e, s), c(s, p);
1106
+ m(m, u) {
1107
+ b(m, e, u), c(e, n), c(e, a), c(e, s), c(s, p);
1016
1108
  },
1017
- p(f, u) {
1109
+ p(m, u) {
1018
1110
  u[0] & /*receiptFields*/
1019
1111
  65536 && t !== (t = /*field*/
1020
- f[67].description + "") && M(i, t), u[0] & /*receiptFields*/
1021
- 65536 && a !== (a = /*field*/
1022
- f[67].name + "") && M(p, a), u[0] & /*receiptFields*/
1112
+ m[67].description + "") && R(n, t), u[0] & /*receiptFields*/
1113
+ 65536 && o !== (o = /*field*/
1114
+ m[67].name + "") && R(p, o), u[0] & /*receiptFields*/
1023
1115
  65536 && C !== (C = /*field*/
1024
- f[67].defaultValue) && l(s, "href", C);
1116
+ m[67].defaultValue) && l(s, "href", C);
1025
1117
  },
1026
- d(f) {
1027
- f && w(e);
1118
+ d(m) {
1119
+ m && w(e);
1028
1120
  }
1029
1121
  };
1030
1122
  }
1031
- function Ae(n) {
1032
- let e, t, i;
1123
+ function Ae(i) {
1124
+ let e, t, n;
1033
1125
  return {
1034
1126
  c() {
1035
1127
  e = g("img"), D1(e.src, t = /*field*/
1036
- n[67].defaultValue) || l(e, "src", t), l(e, "title", i = /*field*/
1037
- n[67].description), l(e, "alt", "");
1128
+ i[67].defaultValue) || l(e, "src", t), l(e, "title", n = /*field*/
1129
+ i[67].description), l(e, "alt", "");
1038
1130
  },
1039
- m(o, s) {
1040
- b(o, e, s);
1131
+ m(a, s) {
1132
+ b(a, e, s);
1041
1133
  },
1042
- p(o, s) {
1134
+ p(a, s) {
1043
1135
  s[0] & /*receiptFields*/
1044
1136
  65536 && !D1(e.src, t = /*field*/
1045
- o[67].defaultValue) && l(e, "src", t), s[0] & /*receiptFields*/
1046
- 65536 && i !== (i = /*field*/
1047
- o[67].description) && l(e, "title", i);
1137
+ a[67].defaultValue) && l(e, "src", t), s[0] & /*receiptFields*/
1138
+ 65536 && n !== (n = /*field*/
1139
+ a[67].description) && l(e, "title", n);
1048
1140
  },
1049
- d(o) {
1050
- o && w(e);
1141
+ d(a) {
1142
+ a && w(e);
1051
1143
  }
1052
1144
  };
1053
1145
  }
1054
- function je(n) {
1146
+ function Ze(i) {
1055
1147
  let e, t = (
1056
1148
  /*field*/
1057
- n[67].defaultValue + ""
1149
+ i[67].defaultValue + ""
1058
1150
  );
1059
1151
  return {
1060
1152
  c() {
1061
1153
  e = g("span");
1062
1154
  },
1063
- m(i, o) {
1064
- b(i, e, o), e.innerHTML = t;
1155
+ m(n, a) {
1156
+ b(n, e, a), e.innerHTML = t;
1065
1157
  },
1066
- p(i, o) {
1067
- o[0] & /*receiptFields*/
1158
+ p(n, a) {
1159
+ a[0] & /*receiptFields*/
1068
1160
  65536 && t !== (t = /*field*/
1069
- i[67].defaultValue + "") && (e.innerHTML = t);
1161
+ n[67].defaultValue + "") && (e.innerHTML = t);
1070
1162
  },
1071
- d(i) {
1072
- i && w(e);
1163
+ d(n) {
1164
+ n && w(e);
1073
1165
  }
1074
1166
  };
1075
1167
  }
1076
- function Ve(n) {
1077
- let e, t, i = (
1168
+ function Ve(i) {
1169
+ let e, t, n = (
1078
1170
  /*field*/
1079
- n[67].defaultValue + ""
1080
- ), o, s, a;
1171
+ i[67].defaultValue + ""
1172
+ ), a, s, o;
1081
1173
  function p() {
1082
1174
  return (
1083
1175
  /*click_handler_2*/
1084
- n[47](
1176
+ i[47](
1085
1177
  /*field*/
1086
- n[67]
1178
+ i[67]
1087
1179
  )
1088
1180
  );
1089
1181
  }
1090
1182
  return {
1091
1183
  c() {
1092
- e = g("div"), t = g("div"), o = R(i), l(e, "class", "QRCode");
1184
+ e = g("div"), t = g("div"), a = M(n), l(e, "class", "QRCode");
1093
1185
  },
1094
- m(C, f) {
1095
- b(C, e, f), c(e, t), c(t, o), n[46](t), s || (a = k1(e, "click", p), s = !0);
1186
+ m(C, m) {
1187
+ b(C, e, m), c(e, t), c(t, a), i[46](t), s || (o = k1(e, "click", p), s = !0);
1096
1188
  },
1097
- p(C, f) {
1098
- n = C, f[0] & /*receiptFields*/
1099
- 65536 && i !== (i = /*field*/
1100
- n[67].defaultValue + "") && M(o, i);
1189
+ p(C, m) {
1190
+ i = C, m[0] & /*receiptFields*/
1191
+ 65536 && n !== (n = /*field*/
1192
+ i[67].defaultValue + "") && R(a, n);
1101
1193
  },
1102
1194
  d(C) {
1103
- C && w(e), n[46](null), s = !1, a();
1195
+ C && w(e), i[46](null), s = !1, o();
1104
1196
  }
1105
1197
  };
1106
1198
  }
1107
- function U1(n) {
1199
+ function U1(i) {
1108
1200
  let e, t;
1109
- function i(a, p) {
1201
+ function n(o, p) {
1110
1202
  return (
1111
1203
  /*field*/
1112
- a[67].type === /*FieldTypes*/
1113
- a[14].QRCode ? Ve : (
1204
+ o[67].type === /*FieldTypes*/
1205
+ o[14].QRCode ? Ve : (
1114
1206
  /*field*/
1115
- a[67].type === /*FieldTypes*/
1116
- a[14].Html ? je : (
1207
+ o[67].type === /*FieldTypes*/
1208
+ o[14].Html ? Ze : (
1117
1209
  /*field*/
1118
- a[67].type === /*FieldTypes*/
1119
- a[14].Image ? Ae : (
1210
+ o[67].type === /*FieldTypes*/
1211
+ o[14].Image ? Ae : (
1120
1212
  /*field*/
1121
- a[67].type === /*FieldTypes*/
1122
- a[14].Link ? Ze : (
1213
+ o[67].type === /*FieldTypes*/
1214
+ o[14].Link ? je : (
1123
1215
  /*field*/
1124
- a[67].type === /*FieldTypes*/
1125
- a[14].Hidden ? Ie : ze
1216
+ o[67].type === /*FieldTypes*/
1217
+ o[14].Hidden ? Ie : ze
1126
1218
  )
1127
1219
  )
1128
1220
  )
1129
1221
  )
1130
1222
  );
1131
1223
  }
1132
- let o = i(n), s = o(n);
1224
+ let a = n(i), s = a(i);
1133
1225
  return {
1134
1226
  c() {
1135
1227
  e = g("div"), s.c(), t = T(), l(e, "class", "ReceiptField");
1136
1228
  },
1137
- m(a, p) {
1138
- b(a, e, p), s.m(e, null), c(e, t);
1229
+ m(o, p) {
1230
+ b(o, e, p), s.m(e, null), c(e, t);
1139
1231
  },
1140
- p(a, p) {
1141
- o === (o = i(a)) && s ? s.p(a, p) : (s.d(1), s = o(a), s && (s.c(), s.m(e, t)));
1232
+ p(o, p) {
1233
+ a === (a = n(o)) && s ? s.p(o, p) : (s.d(1), s = a(o), s && (s.c(), s.m(e, t)));
1142
1234
  },
1143
- d(a) {
1144
- a && w(e), s.d();
1235
+ d(o) {
1236
+ o && w(e), s.d();
1145
1237
  }
1146
1238
  };
1147
1239
  }
1148
- function Ye(n) {
1240
+ function Ee(i) {
1149
1241
  let e;
1150
- function t(s, a) {
1242
+ function t(s, o) {
1151
1243
  return (
1152
1244
  /*isLoading*/
1153
- s[11] ? Re : Me
1245
+ s[11] ? Me : Re
1154
1246
  );
1155
1247
  }
1156
- let i = t(n), o = i(n);
1248
+ let n = t(i), a = n(i);
1157
1249
  return {
1158
1250
  c() {
1159
- e = g("div"), o.c(), l(e, "class", "CashierReceiptPageWidget");
1251
+ e = g("div"), a.c(), l(e, "class", "CashierReceiptPageWidget");
1160
1252
  },
1161
- m(s, a) {
1162
- b(s, e, a), o.m(e, null), n[48](e);
1253
+ m(s, o) {
1254
+ b(s, e, o), a.m(e, null), i[48](e);
1163
1255
  },
1164
- p(s, a) {
1165
- i === (i = t(s)) && o ? o.p(s, a) : (o.d(1), o = i(s), o && (o.c(), o.m(e, null)));
1256
+ p(s, o) {
1257
+ n === (n = t(s)) && a ? a.p(s, o) : (a.d(1), a = n(s), a && (a.c(), a.m(e, null)));
1166
1258
  },
1167
1259
  i: r1,
1168
1260
  o: r1,
1169
1261
  d(s) {
1170
- s && w(e), o.d(), n[48](null);
1262
+ s && w(e), a.d(), i[48](null);
1171
1263
  }
1172
1264
  };
1173
1265
  }
1174
- let Ke = "_blank";
1175
- function Ne(n, e, t) {
1176
- let i;
1177
- ie(n, ne, (r) => t(24, i = r)), M1.extend(ge);
1178
- let { endpoint: o } = e, { session: s } = e, { lang: a = "en" } = e, { local: p = "en-US" } = e, { showerrors: C = "true" } = e, { translationurl: f } = e, { assetsurl: u = "" } = e, { customerid: h } = e, { transactionid: _ } = e, { currencydecimals: y = "0" } = e, { type: k } = e, { clientstyling: P = "" } = e, { clientstylingurl: K = "" } = e, { mbsource: I = "" } = e, { showverifications: Z = "true" } = e, { paymentmethod: V = "" } = e, Y = !1, { customsucceessbuttons: U = "" } = e, { custompendingbuttons: L = "" } = e, { customfailedbuttons: H = "" } = e, { currencysymbol: G = "" } = e, { currencyposition: o1 = "" } = e, { windowsize: m1 } = e, { p2p: O = "false" } = e, F = [];
1179
- var Q;
1266
+ let Ye = "_blank";
1267
+ function Ne(i, e, t) {
1268
+ let n;
1269
+ ne(i, ie, (r) => t(24, n = r)), R1.extend(ge);
1270
+ let { endpoint: a } = e, { session: s } = e, { lang: o = "en" } = e, { local: p = "en-US" } = e, { showerrors: C = "true" } = e, { translationurl: m } = e, { assetsurl: u = "" } = e, { customerid: h } = e, { transactionid: _ } = e, { currencydecimals: y = "0" } = e, { type: k } = e, { clientstyling: P = "" } = e, { clientstylingurl: Y = "" } = e, { mbsource: I = "" } = e, { showverifications: j = "true" } = e, { paymentmethod: V = "" } = e, E = !1, { customsucceessbuttons: U = "" } = e, { custompendingbuttons: L = "" } = e, { customfailedbuttons: H = "" } = e, { currencysymbol: F = "" } = e, { currencyposition: a1 = "" } = e, { windowsize: f1 } = e, { p2p: G = "false" } = e, O = [];
1271
+ var q;
1180
1272
  (function(r) {
1181
1273
  r.Success = "Success", r.Maintenance = "Maintenance";
1182
- })(Q || (Q = {}));
1274
+ })(q || (q = {}));
1183
1275
  var S;
1184
1276
  (function(r) {
1185
1277
  r.Unknown = "Unknown", r.Text = "Text", r.Boolean = "Boolean", r.Number = "Number", r.Money = "Money", r.DateTime = "DateTime", r.Lookup = "Lookup", r.IpAddress = "IpAddress", r.Date = "Date", r.Time = "Time", r.LookupCollection = "LookupCollection", r.Hidden = "Hidden", r.Label = "Label", r.Password = "Password", r.Link = "Link", r.Image = "Image", r.Html = "Html", r.QRCode = "QR";
1186
1278
  })(S || (S = {}));
1187
- const q = (r, [v, d]) => [
1279
+ const Q = (r, [v, d]) => [
1188
1280
  ...r,
1189
- ...Array.isArray(v) ? [...v.map((m) => [m, d])] : [[v, d]]
1281
+ ...Array.isArray(v) ? [...v.map((f) => [f, d])] : [[v, d]]
1190
1282
  ], g1 = new Map([
1191
1283
  [["Unknown", 0], S.Unknown],
1192
1284
  [["Text", 1], S.Text],
@@ -1206,8 +1298,8 @@ function Ne(n, e, t) {
1206
1298
  [["Image", 15], S.Image],
1207
1299
  [["Html", 19], S.Html],
1208
1300
  [["QR", 20], S.QRCode]
1209
- ].reduce(q, []));
1210
- let D, a1 = [], h1, A, X = [], l1, N, J = "", c1 = window.navigator.userAgent, u1 = !1;
1301
+ ].reduce(Q, []));
1302
+ let D, o1 = [], h1, A, X = [], l1, N, J = "", c1 = window.navigator.userAgent, u1 = !1;
1211
1303
  const w1 = {
1212
1304
  promotions: {
1213
1305
  event: "Cashier:goToPromotions",
@@ -1265,13 +1357,13 @@ function Ne(n, e, t) {
1265
1357
  type: "CloseButton"
1266
1358
  }
1267
1359
  }, $ = (r) => {
1268
- t(12, F = []), r.split(",").forEach((d) => {
1269
- w1[d.trim()] && F.push(w1[d.trim()]);
1360
+ t(12, O = []), r.split(",").forEach((d) => {
1361
+ w1[d.trim()] && O.push(w1[d.trim()]);
1270
1362
  });
1271
1363
  }, p1 = () => {
1272
- be(a);
1364
+ be(o);
1273
1365
  };
1274
- oe(() => (window.addEventListener("message", d1, !1), we(p, G, o1, y), () => {
1366
+ ae(() => (window.addEventListener("message", d1, !1), we(p, F, a1, y), () => {
1275
1367
  window.removeEventListener("message", d1);
1276
1368
  }));
1277
1369
  const d1 = (r) => {
@@ -1281,7 +1373,7 @@ function Ne(n, e, t) {
1281
1373
  break;
1282
1374
  }
1283
1375
  }, b1 = () => {
1284
- let r = f;
1376
+ let r = m;
1285
1377
  if (r)
1286
1378
  return fetch(r).then((v) => v.json()).then((v) => {
1287
1379
  Object.keys(v).forEach((d) => {
@@ -1304,35 +1396,35 @@ function Ne(n, e, t) {
1304
1396
  },
1305
1397
  window.location.href
1306
1398
  );
1307
- }, E = () => {
1308
- const r = new URL(`${o}/v1/player/${h}/payment/GetPaymentInfo`), v = new Headers();
1309
- v.append("accept", "application/json"), v.append("Content-Type", "application/json"), v.append("X-SessionId", `${s}`), v.append("X-Client-Request-Timestamp", M1.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
1399
+ }, K = () => {
1400
+ const r = new URL(`${a}/v1/player/${h}/payment/GetPaymentInfo`), v = new Headers();
1401
+ v.append("accept", "application/json"), v.append("Content-Type", "application/json"), v.append("X-SessionId", `${s}`), v.append("X-Client-Request-Timestamp", R1.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
1310
1402
  const d = {
1311
1403
  method: "POST",
1312
1404
  headers: v,
1313
1405
  body: JSON.stringify({ TransactionCode: _ })
1314
1406
  };
1315
- t(11, Y = !0), fetch(r, d).then((m) => m.json()).then((m) => {
1316
- if (m.ResponseCode !== Q.Success) {
1317
- t(19, l1 = m.ResponseCode), t(20, N = C.toLowerCase() === "false" || !C), y1();
1407
+ t(11, E = !0), fetch(r, d).then((f) => f.json()).then((f) => {
1408
+ if (f.ResponseCode !== q.Success) {
1409
+ t(19, l1 = f.ResponseCode), t(20, N = C.toLowerCase() === "false" || !C), y1();
1318
1410
  return;
1319
1411
  }
1320
1412
  switch (t(15, D = {
1321
- type: m.Transaction.Type,
1322
- referenceId: m.Transaction.Code,
1323
- status: m.Transaction.Status?.Status,
1324
- message: m.Transaction.Status?.Message,
1325
- amount: m.Transaction.Amounts[0]?.Amount,
1326
- currency: m.Transaction.Amounts[0]?.Currency,
1327
- time: m.Transaction.Status.Created
1328
- }), t(16, a1 = m.ReceiptInfo && m.ReceiptInfo.ReceiptFields ? m.ReceiptInfo.ReceiptFields.map((n1) => ({
1329
- type: g1.get(n1.Type),
1330
- name: n1.Name,
1331
- description: n1.Description,
1332
- defaultValue: n1.DefaultValue,
1333
- useCopyButton: n1.UseCopyButton,
1334
- usePrintButton: n1.UsePrintButton
1335
- })) : []), m.ReceiptInfo && m.ReceiptInfo.ReceiptFields && !V && t(0, V = a1[0].defaultValue), i(ve(D.status, D.type), { values: { errorText: D.message } }), t(17, h1 = he(Number(D.amount), D.currency)), D.status) {
1413
+ type: f.Transaction.Type,
1414
+ referenceId: f.Transaction.Code,
1415
+ status: f.Transaction.Status?.Status,
1416
+ message: f.Transaction.Status?.Message,
1417
+ amount: f.Transaction.Amounts[0]?.Amount,
1418
+ currency: f.Transaction.Amounts[0]?.Currency,
1419
+ time: f.Transaction.Status.Created
1420
+ }), t(16, o1 = f.ReceiptInfo && f.ReceiptInfo.ReceiptFields ? f.ReceiptInfo.ReceiptFields.map((i1) => ({
1421
+ type: g1.get(i1.Type),
1422
+ name: i1.Name,
1423
+ description: i1.Description,
1424
+ defaultValue: i1.DefaultValue,
1425
+ useCopyButton: i1.UseCopyButton,
1426
+ usePrintButton: i1.UsePrintButton
1427
+ })) : []), f.ReceiptInfo && f.ReceiptInfo.ReceiptFields && !V && t(0, V = o1[0].defaultValue), n(ve(D.status, D.type), { values: { errorText: D.message } }), t(17, h1 = he(Number(D.amount), D.currency)), D.status) {
1336
1428
  case "Voided":
1337
1429
  case "Success":
1338
1430
  $(U || "casino, livecasino, tournaments"), t(21, J = "success"), B1(
@@ -1364,13 +1456,13 @@ function Ne(n, e, t) {
1364
1456
  currency: D.currency,
1365
1457
  failureReason: D.message
1366
1458
  }
1367
- ), Z === "true" && t(22, u1 = !0);
1459
+ ), j === "true" && t(22, u1 = !0);
1368
1460
  break;
1369
1461
  default:
1370
1462
  $("close");
1371
1463
  }
1372
1464
  u ? ye(u, D.status) : _e(D.status);
1373
- }).finally(() => t(11, Y = !1));
1465
+ }).finally(() => t(11, E = !1));
1374
1466
  }, C1 = (r) => {
1375
1467
  window.postMessage({ type: r }, window.location.href);
1376
1468
  }, t1 = (r) => {
@@ -1378,7 +1470,7 @@ function Ne(n, e, t) {
1378
1470
  {
1379
1471
  type: "NavigateTo",
1380
1472
  path: r,
1381
- target: Ke,
1473
+ target: Ye,
1382
1474
  externalLink: !1
1383
1475
  },
1384
1476
  window.location.href
@@ -1386,19 +1478,19 @@ function Ne(n, e, t) {
1386
1478
  };
1387
1479
  let s1, v1;
1388
1480
  const _1 = async (r, v = !0) => {
1389
- const m = r.currentTarget.innerHTML;
1390
- if (m && navigator.clipboard && navigator.clipboard.writeText)
1481
+ const f = r.currentTarget.innerHTML;
1482
+ if (f && navigator.clipboard && navigator.clipboard.writeText)
1391
1483
  try {
1392
- await navigator.clipboard.writeText(m), v && (t(23, s1 = !0), clearTimeout(v1), v1 = setTimeout(
1484
+ await navigator.clipboard.writeText(f), v && (t(23, s1 = !0), clearTimeout(v1), v1 = setTimeout(
1393
1485
  () => {
1394
1486
  t(23, s1 = !1);
1395
1487
  },
1396
1488
  2e3
1397
1489
  ));
1398
- } catch (n1) {
1399
- console.error("Clipboard API failed:", n1);
1490
+ } catch (i1) {
1491
+ console.error("Clipboard API failed:", i1);
1400
1492
  }
1401
- }, i1 = (r) => _1(r), W = (r) => C1(r.event);
1493
+ }, n1 = (r) => _1(r), W = (r) => C1(r.event);
1402
1494
  function z(r) {
1403
1495
  L1[r ? "unshift" : "push"](() => {
1404
1496
  X[X.length] = r, t(18, X);
@@ -1407,41 +1499,41 @@ function Ne(n, e, t) {
1407
1499
  const T1 = (r) => {
1408
1500
  t1(r.description);
1409
1501
  };
1410
- function f1(r) {
1502
+ function m1(r) {
1411
1503
  L1[r ? "unshift" : "push"](() => {
1412
1504
  A = r, t(10, A);
1413
1505
  });
1414
1506
  }
1415
- return n.$$set = (r) => {
1416
- "endpoint" in r && t(1, o = r.endpoint), "session" in r && t(2, s = r.session), "lang" in r && t(3, a = r.lang), "local" in r && t(31, p = r.local), "showerrors" in r && t(32, C = r.showerrors), "translationurl" in r && t(4, f = r.translationurl), "assetsurl" in r && t(5, u = r.assetsurl), "customerid" in r && t(6, h = r.customerid), "transactionid" in r && t(33, _ = r.transactionid), "currencydecimals" in r && t(34, y = r.currencydecimals), "type" in r && t(35, k = r.type), "clientstyling" in r && t(7, P = r.clientstyling), "clientstylingurl" in r && t(8, K = r.clientstylingurl), "mbsource" in r && t(36, I = r.mbsource), "showverifications" in r && t(9, Z = r.showverifications), "paymentmethod" in r && t(0, V = r.paymentmethod), "customsucceessbuttons" in r && t(37, U = r.customsucceessbuttons), "custompendingbuttons" in r && t(38, L = r.custompendingbuttons), "customfailedbuttons" in r && t(39, H = r.customfailedbuttons), "currencysymbol" in r && t(40, G = r.currencysymbol), "currencyposition" in r && t(41, o1 = r.currencyposition), "windowsize" in r && t(42, m1 = r.windowsize), "p2p" in r && t(43, O = r.p2p);
1417
- }, n.$$.update = () => {
1418
- n.$$.dirty[0] & /*endpoint, session, customerid*/
1419
- 70 | n.$$.dirty[1] & /*transactionid, showerrors*/
1420
- 6 && o && s && h && _ && C && E(), n.$$.dirty[0] & /*lang*/
1421
- 8 && a && p1(), n.$$.dirty[0] & /*lang, translationurl*/
1422
- 24 && a && f && b1(), n.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1423
- 1152 && P && A && de(A, P), n.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1424
- 1280 && K && A && Ce(A, K), n.$$.dirty[0] & /*customStylingContainer*/
1425
- 1024 | n.$$.dirty[1] & /*mbsource*/
1426
- 32 && I && A && fe(A, `${I}.Style`);
1507
+ return i.$$set = (r) => {
1508
+ "endpoint" in r && t(1, a = r.endpoint), "session" in r && t(2, s = r.session), "lang" in r && t(3, o = r.lang), "local" in r && t(31, p = r.local), "showerrors" in r && t(32, C = r.showerrors), "translationurl" in r && t(4, m = r.translationurl), "assetsurl" in r && t(5, u = r.assetsurl), "customerid" in r && t(6, h = r.customerid), "transactionid" in r && t(33, _ = r.transactionid), "currencydecimals" in r && t(34, y = r.currencydecimals), "type" in r && t(35, k = r.type), "clientstyling" in r && t(7, P = r.clientstyling), "clientstylingurl" in r && t(8, Y = r.clientstylingurl), "mbsource" in r && t(36, I = r.mbsource), "showverifications" in r && t(9, j = r.showverifications), "paymentmethod" in r && t(0, V = r.paymentmethod), "customsucceessbuttons" in r && t(37, U = r.customsucceessbuttons), "custompendingbuttons" in r && t(38, L = r.custompendingbuttons), "customfailedbuttons" in r && t(39, H = r.customfailedbuttons), "currencysymbol" in r && t(40, F = r.currencysymbol), "currencyposition" in r && t(41, a1 = r.currencyposition), "windowsize" in r && t(42, f1 = r.windowsize), "p2p" in r && t(43, G = r.p2p);
1509
+ }, i.$$.update = () => {
1510
+ i.$$.dirty[0] & /*endpoint, session, customerid*/
1511
+ 70 | i.$$.dirty[1] & /*transactionid, showerrors*/
1512
+ 6 && a && s && h && _ && C && K(), i.$$.dirty[0] & /*lang*/
1513
+ 8 && o && p1(), i.$$.dirty[0] & /*lang, translationurl*/
1514
+ 24 && o && m && b1(), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1515
+ 1152 && P && A && de(A, P), i.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1516
+ 1280 && Y && A && Ce(A, Y), i.$$.dirty[0] & /*customStylingContainer*/
1517
+ 1024 | i.$$.dirty[1] & /*mbsource*/
1518
+ 32 && I && A && me(A, `${I}.Style`);
1427
1519
  }, [
1428
1520
  V,
1429
- o,
1430
- s,
1431
1521
  a,
1432
- f,
1522
+ s,
1523
+ o,
1524
+ m,
1433
1525
  u,
1434
1526
  h,
1435
1527
  P,
1436
- K,
1437
- Z,
1438
- A,
1439
1528
  Y,
1440
- F,
1441
- Q,
1529
+ j,
1530
+ A,
1531
+ E,
1532
+ O,
1533
+ q,
1442
1534
  S,
1443
1535
  D,
1444
- a1,
1536
+ o1,
1445
1537
  h1,
1446
1538
  X,
1447
1539
  l1,
@@ -1449,10 +1541,10 @@ function Ne(n, e, t) {
1449
1541
  J,
1450
1542
  u1,
1451
1543
  s1,
1452
- i,
1544
+ n,
1453
1545
  c1,
1454
1546
  e1,
1455
- E,
1547
+ K,
1456
1548
  C1,
1457
1549
  t1,
1458
1550
  _1,
@@ -1465,24 +1557,24 @@ function Ne(n, e, t) {
1465
1557
  U,
1466
1558
  L,
1467
1559
  H,
1560
+ F,
1561
+ a1,
1562
+ f1,
1468
1563
  G,
1469
- o1,
1470
- m1,
1471
- O,
1472
- i1,
1564
+ n1,
1473
1565
  W,
1474
1566
  z,
1475
1567
  T1,
1476
- f1
1568
+ m1
1477
1569
  ];
1478
1570
  }
1479
- class Ee extends J1 {
1571
+ class Ke extends J1 {
1480
1572
  constructor(e) {
1481
1573
  super(), $1(
1482
1574
  this,
1483
1575
  e,
1484
1576
  Ne,
1485
- Ye,
1577
+ Ee,
1486
1578
  ee,
1487
1579
  {
1488
1580
  endpoint: 1,
@@ -1652,7 +1744,7 @@ class Ee extends J1 {
1652
1744
  this.$$set({ p2p: e }), B();
1653
1745
  }
1654
1746
  }
1655
- me(Ee, { endpoint: {}, session: {}, lang: {}, local: {}, showerrors: {}, translationurl: {}, assetsurl: {}, customerid: {}, transactionid: {}, currencydecimals: {}, type: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, showverifications: {}, paymentmethod: {}, customsucceessbuttons: {}, custompendingbuttons: {}, customfailedbuttons: {}, currencysymbol: {}, currencyposition: {}, windowsize: {}, p2p: {} }, [], [], !0);
1747
+ fe(Ke, { endpoint: {}, session: {}, lang: {}, local: {}, showerrors: {}, translationurl: {}, assetsurl: {}, customerid: {}, transactionid: {}, currencydecimals: {}, type: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, showverifications: {}, paymentmethod: {}, customsucceessbuttons: {}, custompendingbuttons: {}, customfailedbuttons: {}, currencysymbol: {}, currencyposition: {}, windowsize: {}, p2p: {} }, [], [], !0);
1656
1748
  export {
1657
- Ee as default
1749
+ Ke as default
1658
1750
  };