@everymatrix/cashier-receipt-page 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.
- package/components/{CashierError-1h-wt_iz.js → CashierError-C9JlGiLC.js} +249 -220
- package/components/{CashierError-C5IUtRtH.js → CashierError-DOzmJhxh.js} +288 -259
- package/components/{CashierError-BNUjtRpv.cjs → CashierError-Sfo_uA5-.cjs} +5 -5
- package/components/{CashierReceiptPage-Mdoal_PB.js → CashierReceiptPage-BFBo0bct.js} +374 -282
- package/components/{CashierReceiptPage-CADn1iPR.js → CashierReceiptPage-BxAkkmXW.js} +506 -414
- package/components/{CashierReceiptPage-D-QuV15O.cjs → CashierReceiptPage-CBcUrH4m.cjs} +4 -4
- package/es2015/cashier-receipt-page.cjs +1 -1
- package/es2015/cashier-receipt-page.js +1 -1
- package/esnext/cashier-receipt-page.js +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Ot = Object.defineProperty;
|
|
2
2
|
var Ke = Object.getOwnPropertySymbols;
|
|
3
|
-
var
|
|
4
|
-
var Ge = (i, e, t) => e in i ?
|
|
3
|
+
var jt = Object.prototype.hasOwnProperty, At = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var Ge = (i, e, t) => e in i ? Ot(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, Ee = (i, e) => {
|
|
5
5
|
for (var t in e || (e = {}))
|
|
6
|
-
|
|
6
|
+
jt.call(e, t) && Ge(i, t, e[t]);
|
|
7
7
|
if (Ke)
|
|
8
8
|
for (var t of Ke(e))
|
|
9
|
-
|
|
9
|
+
At.call(e, t) && Ge(i, t, e[t]);
|
|
10
10
|
return i;
|
|
11
11
|
};
|
|
12
12
|
var qe = (i, e, t) => new Promise((n, r) => {
|
|
@@ -25,8 +25,8 @@ var qe = (i, e, t) => new Promise((n, r) => {
|
|
|
25
25
|
}, a = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(s, o);
|
|
26
26
|
a((t = t.apply(i, e)).next());
|
|
27
27
|
});
|
|
28
|
-
import { i as
|
|
29
|
-
function Xe(i, { delay: e = 0, duration: t = 400, easing: n =
|
|
28
|
+
import { i as Et, a as zt, b as Yt, $ as $t, c as _t, g as kt, S as Zt, d as Vt, f as Q, s as Ut, e as Ft, h as Nt, n as Be, j as D, k as R, l as _, m as u, o as Kt, p as Gt, q as Qe, t as Je, r as qt, u as Qt, v as Jt, w as O, x as Xt, y as e1, z as t1, A as E, B as h, C as z, D as Tt, E as Te, F as Ne, G as A, H as Ie, I as St, J as de, K as Oe, L as n1, M as i1, N as r1, O as o1 } from "./CashierError-DOzmJhxh.js";
|
|
29
|
+
function Xe(i, { delay: e = 0, duration: t = 400, easing: n = Et } = {}) {
|
|
30
30
|
const r = +getComputedStyle(i).opacity;
|
|
31
31
|
return {
|
|
32
32
|
delay: e,
|
|
@@ -227,6 +227,98 @@ const tt = {
|
|
|
227
227
|
externalLink: "Harici Bağlantı",
|
|
228
228
|
uploadDocuments: "Belgeleri Yükle",
|
|
229
229
|
goToHomepage: "Ana Sayfaya Git"
|
|
230
|
+
},
|
|
231
|
+
fr: {
|
|
232
|
+
amount: "Montant",
|
|
233
|
+
status: "Statut",
|
|
234
|
+
transactionId: "ID de transaction",
|
|
235
|
+
payemntMethod: "Moyen de paiement",
|
|
236
|
+
paymentTime: "Heure du paiement",
|
|
237
|
+
backHome: "Retour à l’accueil",
|
|
238
|
+
makeAnotherTransaction: "Effectuer une autre transaction",
|
|
239
|
+
backDeposit: "Retour au dépôt",
|
|
240
|
+
backWithdraw: "Retour au retrait",
|
|
241
|
+
tryAgainButton: "Réessayer",
|
|
242
|
+
refreshButton: "Vérifier votre statut",
|
|
243
|
+
success: "Succès",
|
|
244
|
+
pending: "En attente",
|
|
245
|
+
failed: "Erreur",
|
|
246
|
+
canceled: "Erreur",
|
|
247
|
+
rejected: "Rejeté",
|
|
248
|
+
copyTransactionId: "Copié !",
|
|
249
|
+
deposit: {
|
|
250
|
+
success: {
|
|
251
|
+
amount: "{amount}",
|
|
252
|
+
title: "Dépôt réussi !",
|
|
253
|
+
text: "Votre dépôt a été effectué avec succès"
|
|
254
|
+
},
|
|
255
|
+
pending: {
|
|
256
|
+
amount: "{amount}",
|
|
257
|
+
title: "Transaction en attente",
|
|
258
|
+
text: "Votre paiement sera crédité prochainement"
|
|
259
|
+
},
|
|
260
|
+
reject: {
|
|
261
|
+
title: "Dépôt rejeté",
|
|
262
|
+
subTitle: "",
|
|
263
|
+
text: "Malheureusement, votre dépôt a été rejeté"
|
|
264
|
+
},
|
|
265
|
+
fail: {
|
|
266
|
+
amount: " ",
|
|
267
|
+
title: "Échec du dépôt !",
|
|
268
|
+
text: "Malheureusement, votre dépôt n’a pas abouti."
|
|
269
|
+
},
|
|
270
|
+
cancel: {
|
|
271
|
+
title: "Vous avez annulé la transaction",
|
|
272
|
+
subTitle: " ",
|
|
273
|
+
text: " "
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
withdraw: {
|
|
277
|
+
success: {
|
|
278
|
+
amount: "{amount}",
|
|
279
|
+
subTitle: "Retiré de votre compte",
|
|
280
|
+
title: "Retrait réussi !",
|
|
281
|
+
text: "Votre retrait a été effectué avec succès"
|
|
282
|
+
},
|
|
283
|
+
pending: {
|
|
284
|
+
title: "Retrait en attente",
|
|
285
|
+
subTitle: "Retiré de votre compte",
|
|
286
|
+
text: "Merci. Votre retrait est en cours de traitement."
|
|
287
|
+
},
|
|
288
|
+
reject: {
|
|
289
|
+
title: "Retrait rejeté",
|
|
290
|
+
subTitle: " ",
|
|
291
|
+
text: "Malheureusement, votre retrait a été rejeté"
|
|
292
|
+
},
|
|
293
|
+
fail: {
|
|
294
|
+
title: "Échec du retrait",
|
|
295
|
+
subTitle: " ",
|
|
296
|
+
text: "Malheureusement, votre retrait n’a pas abouti."
|
|
297
|
+
},
|
|
298
|
+
cancel: {
|
|
299
|
+
title: "Vous avez annulé la transaction",
|
|
300
|
+
subTitle: " ",
|
|
301
|
+
text: " "
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
reference: "ID de référence : {code}",
|
|
305
|
+
close: "FERMER",
|
|
306
|
+
receipt: {
|
|
307
|
+
maintenance: {
|
|
308
|
+
title: "Nous revenons bientôt",
|
|
309
|
+
text: "Nous sommes en maintenance programmée et prévoyons d’être de nouveau en ligne dans quelques minutes"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
goToPromotions: "Promotions",
|
|
313
|
+
goToTournaments: "Tournois",
|
|
314
|
+
goToSupport: "Contacter le support",
|
|
315
|
+
goToMerchantHomePage: "Site web du marchand",
|
|
316
|
+
goToSports: "Sports",
|
|
317
|
+
goToCasino: "Casino",
|
|
318
|
+
goToLiveCasino: "Casino en direct",
|
|
319
|
+
externalLink: "Lien externe",
|
|
320
|
+
uploadDocuments: "Télécharger des documents",
|
|
321
|
+
goToHomepage: "Aller à la page d’accueil"
|
|
230
322
|
}
|
|
231
323
|
}, a1 = (i, e) => `${i + c1[e]}`, l1 = (i, e) => `${f1[e]}.${Mt[i]}.text`, u1 = (i) => `${Mt[`${i}`]}`, c1 = {
|
|
232
324
|
Success: "/txn-success.png",
|
|
@@ -273,8 +365,8 @@ var xt = { exports: {} };
|
|
|
273
365
|
}, m: function k(f, d) {
|
|
274
366
|
if (f.date() < d.date())
|
|
275
367
|
return -k(d, f);
|
|
276
|
-
var b = 12 * (d.year() - f.year()) + (d.month() - f.month()), p = f.clone().add(b, x),
|
|
277
|
-
return +(-(b + (d - p) / (
|
|
368
|
+
var b = 12 * (d.year() - f.year()) + (d.month() - f.month()), p = f.clone().add(b, x), T = d - p < 0, S = f.clone().add(b + (T ? -1 : 1), x);
|
|
369
|
+
return +(-(b + (d - p) / (T ? p - S : S - p)) || 0);
|
|
278
370
|
}, a: function(k) {
|
|
279
371
|
return k < 0 ? Math.ceil(k) || 0 : Math.floor(k);
|
|
280
372
|
}, p: function(k) {
|
|
@@ -283,40 +375,40 @@ var xt = { exports: {} };
|
|
|
283
375
|
return k === void 0;
|
|
284
376
|
} }, ee = "en", W = {};
|
|
285
377
|
W[ee] = G;
|
|
286
|
-
var
|
|
287
|
-
return k instanceof B || !(!k || !k[
|
|
378
|
+
var U = "$isDayjsObject", ce = function(k) {
|
|
379
|
+
return k instanceof B || !(!k || !k[U]);
|
|
288
380
|
}, se = function k(f, d, b) {
|
|
289
381
|
var p;
|
|
290
382
|
if (!f)
|
|
291
383
|
return ee;
|
|
292
384
|
if (typeof f == "string") {
|
|
293
|
-
var
|
|
294
|
-
W[
|
|
295
|
-
var
|
|
296
|
-
if (!p &&
|
|
297
|
-
return k(
|
|
385
|
+
var T = f.toLowerCase();
|
|
386
|
+
W[T] && (p = T), d && (W[T] = d, p = T);
|
|
387
|
+
var S = f.split("-");
|
|
388
|
+
if (!p && S.length > 1)
|
|
389
|
+
return k(S[0]);
|
|
298
390
|
} else {
|
|
299
|
-
var
|
|
300
|
-
W[
|
|
391
|
+
var H = f.name;
|
|
392
|
+
W[H] = f, p = H;
|
|
301
393
|
}
|
|
302
394
|
return !b && p && (ee = p), p || !b && ee;
|
|
303
|
-
},
|
|
395
|
+
}, V = function(k, f) {
|
|
304
396
|
if (ce(k))
|
|
305
397
|
return k.clone();
|
|
306
398
|
var d = typeof f == "object" ? f : {};
|
|
307
399
|
return d.date = k, d.args = arguments, new B(d);
|
|
308
400
|
}, P = ne;
|
|
309
401
|
P.l = se, P.i = ce, P.w = function(k, f) {
|
|
310
|
-
return
|
|
402
|
+
return V(k, { locale: f.$L, utc: f.$u, x: f.$x, $offset: f.$offset });
|
|
311
403
|
};
|
|
312
404
|
var B = function() {
|
|
313
405
|
function k(d) {
|
|
314
|
-
this.$L = se(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[
|
|
406
|
+
this.$L = se(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[U] = !0;
|
|
315
407
|
}
|
|
316
408
|
var f = k.prototype;
|
|
317
409
|
return f.parse = function(d) {
|
|
318
410
|
this.$d = function(b) {
|
|
319
|
-
var p = b.date,
|
|
411
|
+
var p = b.date, T = b.utc;
|
|
320
412
|
if (p === null)
|
|
321
413
|
return /* @__PURE__ */ new Date(NaN);
|
|
322
414
|
if (P.u(p))
|
|
@@ -324,10 +416,10 @@ var xt = { exports: {} };
|
|
|
324
416
|
if (p instanceof Date)
|
|
325
417
|
return new Date(p);
|
|
326
418
|
if (typeof p == "string" && !/Z$/i.test(p)) {
|
|
327
|
-
var
|
|
328
|
-
if (
|
|
329
|
-
var
|
|
330
|
-
return
|
|
419
|
+
var S = p.match($);
|
|
420
|
+
if (S) {
|
|
421
|
+
var H = S[2] - 1 || 0, I = (S[7] || "0").substring(0, 3);
|
|
422
|
+
return T ? new Date(Date.UTC(S[1], H, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, I)) : new Date(S[1], H, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, I);
|
|
331
423
|
}
|
|
332
424
|
}
|
|
333
425
|
return new Date(p);
|
|
@@ -340,12 +432,12 @@ var xt = { exports: {} };
|
|
|
340
432
|
}, f.isValid = function() {
|
|
341
433
|
return this.$d.toString() !== m;
|
|
342
434
|
}, f.isSame = function(d, b) {
|
|
343
|
-
var p =
|
|
435
|
+
var p = V(d);
|
|
344
436
|
return this.startOf(b) <= p && p <= this.endOf(b);
|
|
345
437
|
}, f.isAfter = function(d, b) {
|
|
346
|
-
return
|
|
438
|
+
return V(d) < this.startOf(b);
|
|
347
439
|
}, f.isBefore = function(d, b) {
|
|
348
|
-
return this.endOf(b) <
|
|
440
|
+
return this.endOf(b) < V(d);
|
|
349
441
|
}, f.$g = function(d, b, p) {
|
|
350
442
|
return P.u(d) ? this[b] : this.set(p, d);
|
|
351
443
|
}, f.unix = function() {
|
|
@@ -353,78 +445,78 @@ var xt = { exports: {} };
|
|
|
353
445
|
}, f.valueOf = function() {
|
|
354
446
|
return this.$d.getTime();
|
|
355
447
|
}, f.startOf = function(d, b) {
|
|
356
|
-
var p = this,
|
|
448
|
+
var p = this, T = !!P.u(b) || b, S = P.p(d), H = function(fe, X) {
|
|
357
449
|
var le = P.w(p.$u ? Date.UTC(p.$y, X, fe) : new Date(p.$y, X, fe), p);
|
|
358
|
-
return
|
|
359
|
-
},
|
|
360
|
-
return P.w(p.toDate()[fe].apply(p.toDate("s"), (
|
|
361
|
-
},
|
|
362
|
-
switch (
|
|
450
|
+
return T ? le : le.endOf(C);
|
|
451
|
+
}, I = function(fe, X) {
|
|
452
|
+
return P.w(p.toDate()[fe].apply(p.toDate("s"), (T ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), p);
|
|
453
|
+
}, j = this.$W, F = this.$M, J = this.$D, ae = "set" + (this.$u ? "UTC" : "");
|
|
454
|
+
switch (S) {
|
|
363
455
|
case g:
|
|
364
|
-
return
|
|
456
|
+
return T ? H(1, 0) : H(31, 11);
|
|
365
457
|
case x:
|
|
366
|
-
return
|
|
458
|
+
return T ? H(1, F) : H(0, F + 1);
|
|
367
459
|
case w:
|
|
368
|
-
var me = this.$locale().weekStart || 0, he = (
|
|
369
|
-
return
|
|
460
|
+
var me = this.$locale().weekStart || 0, he = (j < me ? j + 7 : j) - me;
|
|
461
|
+
return H(T ? J - he : J + (6 - he), F);
|
|
370
462
|
case C:
|
|
371
463
|
case v:
|
|
372
|
-
return
|
|
464
|
+
return I(ae + "Hours", 0);
|
|
373
465
|
case l:
|
|
374
|
-
return
|
|
466
|
+
return I(ae + "Minutes", 1);
|
|
375
467
|
case a:
|
|
376
|
-
return
|
|
468
|
+
return I(ae + "Seconds", 2);
|
|
377
469
|
case o:
|
|
378
|
-
return
|
|
470
|
+
return I(ae + "Milliseconds", 3);
|
|
379
471
|
default:
|
|
380
472
|
return this.clone();
|
|
381
473
|
}
|
|
382
474
|
}, f.endOf = function(d) {
|
|
383
475
|
return this.startOf(d, !1);
|
|
384
476
|
}, f.$set = function(d, b) {
|
|
385
|
-
var p,
|
|
386
|
-
if (
|
|
387
|
-
var
|
|
388
|
-
|
|
477
|
+
var p, T = P.p(d), S = "set" + (this.$u ? "UTC" : ""), H = (p = {}, p[C] = S + "Date", p[v] = S + "Date", p[x] = S + "Month", p[g] = S + "FullYear", p[l] = S + "Hours", p[a] = S + "Minutes", p[o] = S + "Seconds", p[s] = S + "Milliseconds", p)[T], I = T === C ? this.$D + (b - this.$W) : b;
|
|
478
|
+
if (T === x || T === g) {
|
|
479
|
+
var j = this.clone().set(v, 1);
|
|
480
|
+
j.$d[H](I), j.init(), this.$d = j.set(v, Math.min(this.$D, j.daysInMonth())).$d;
|
|
389
481
|
} else
|
|
390
|
-
|
|
482
|
+
H && this.$d[H](I);
|
|
391
483
|
return this.init(), this;
|
|
392
484
|
}, f.set = function(d, b) {
|
|
393
485
|
return this.clone().$set(d, b);
|
|
394
486
|
}, f.get = function(d) {
|
|
395
487
|
return this[P.p(d)]();
|
|
396
488
|
}, f.add = function(d, b) {
|
|
397
|
-
var p,
|
|
489
|
+
var p, T = this;
|
|
398
490
|
d = Number(d);
|
|
399
|
-
var
|
|
400
|
-
var J =
|
|
401
|
-
return P.w(J.date(J.date() + Math.round(F * d)),
|
|
491
|
+
var S = P.p(b), H = function(F) {
|
|
492
|
+
var J = V(T);
|
|
493
|
+
return P.w(J.date(J.date() + Math.round(F * d)), T);
|
|
402
494
|
};
|
|
403
|
-
if (
|
|
495
|
+
if (S === x)
|
|
404
496
|
return this.set(x, this.$M + d);
|
|
405
|
-
if (
|
|
497
|
+
if (S === g)
|
|
406
498
|
return this.set(g, this.$y + d);
|
|
407
|
-
if (
|
|
408
|
-
return
|
|
409
|
-
if (
|
|
410
|
-
return
|
|
411
|
-
var
|
|
412
|
-
return P.w(
|
|
499
|
+
if (S === C)
|
|
500
|
+
return H(1);
|
|
501
|
+
if (S === w)
|
|
502
|
+
return H(7);
|
|
503
|
+
var I = (p = {}, p[a] = n, p[l] = r, p[o] = t, p)[S] || 1, j = this.$d.getTime() + d * I;
|
|
504
|
+
return P.w(j, this);
|
|
413
505
|
}, f.subtract = function(d, b) {
|
|
414
506
|
return this.add(-1 * d, b);
|
|
415
507
|
}, f.format = function(d) {
|
|
416
508
|
var b = this, p = this.$locale();
|
|
417
509
|
if (!this.isValid())
|
|
418
510
|
return p.invalidDate || m;
|
|
419
|
-
var
|
|
420
|
-
return X && (X[le] || X(b,
|
|
511
|
+
var T = d || "YYYY-MM-DDTHH:mm:ssZ", S = P.z(this), H = this.$H, I = this.$m, j = this.$M, F = p.weekdays, J = p.months, ae = p.meridiem, me = function(X, le, ue, Ce) {
|
|
512
|
+
return X && (X[le] || X(b, T)) || ue[le].slice(0, Ce);
|
|
421
513
|
}, he = function(X) {
|
|
422
|
-
return P.s(
|
|
514
|
+
return P.s(H % 12 || 12, X, "0");
|
|
423
515
|
}, fe = ae || function(X, le, ue) {
|
|
424
516
|
var Ce = X < 12 ? "AM" : "PM";
|
|
425
517
|
return ue ? Ce.toLowerCase() : Ce;
|
|
426
518
|
};
|
|
427
|
-
return
|
|
519
|
+
return T.replace(K, function(X, le) {
|
|
428
520
|
return le || function(ue) {
|
|
429
521
|
switch (ue) {
|
|
430
522
|
case "YY":
|
|
@@ -432,13 +524,13 @@ var xt = { exports: {} };
|
|
|
432
524
|
case "YYYY":
|
|
433
525
|
return P.s(b.$y, 4, "0");
|
|
434
526
|
case "M":
|
|
435
|
-
return
|
|
527
|
+
return j + 1;
|
|
436
528
|
case "MM":
|
|
437
|
-
return P.s(
|
|
529
|
+
return P.s(j + 1, 2, "0");
|
|
438
530
|
case "MMM":
|
|
439
|
-
return me(p.monthsShort,
|
|
531
|
+
return me(p.monthsShort, j, J, 3);
|
|
440
532
|
case "MMMM":
|
|
441
|
-
return me(J,
|
|
533
|
+
return me(J, j);
|
|
442
534
|
case "D":
|
|
443
535
|
return b.$D;
|
|
444
536
|
case "DD":
|
|
@@ -452,21 +544,21 @@ var xt = { exports: {} };
|
|
|
452
544
|
case "dddd":
|
|
453
545
|
return F[b.$W];
|
|
454
546
|
case "H":
|
|
455
|
-
return String(
|
|
547
|
+
return String(H);
|
|
456
548
|
case "HH":
|
|
457
|
-
return P.s(
|
|
549
|
+
return P.s(H, 2, "0");
|
|
458
550
|
case "h":
|
|
459
551
|
return he(1);
|
|
460
552
|
case "hh":
|
|
461
553
|
return he(2);
|
|
462
554
|
case "a":
|
|
463
|
-
return fe(
|
|
555
|
+
return fe(H, I, !0);
|
|
464
556
|
case "A":
|
|
465
|
-
return fe(
|
|
557
|
+
return fe(H, I, !1);
|
|
466
558
|
case "m":
|
|
467
|
-
return String(
|
|
559
|
+
return String(I);
|
|
468
560
|
case "mm":
|
|
469
|
-
return P.s(
|
|
561
|
+
return P.s(I, 2, "0");
|
|
470
562
|
case "s":
|
|
471
563
|
return String(b.$s);
|
|
472
564
|
case "ss":
|
|
@@ -474,46 +566,46 @@ var xt = { exports: {} };
|
|
|
474
566
|
case "SSS":
|
|
475
567
|
return P.s(b.$ms, 3, "0");
|
|
476
568
|
case "Z":
|
|
477
|
-
return
|
|
569
|
+
return S;
|
|
478
570
|
}
|
|
479
571
|
return null;
|
|
480
|
-
}(X) ||
|
|
572
|
+
}(X) || S.replace(":", "");
|
|
481
573
|
});
|
|
482
574
|
}, f.utcOffset = function() {
|
|
483
575
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
484
576
|
}, f.diff = function(d, b, p) {
|
|
485
|
-
var
|
|
486
|
-
return P.m(
|
|
577
|
+
var T, S = this, H = P.p(b), I = V(d), j = (I.utcOffset() - this.utcOffset()) * n, F = this - I, J = function() {
|
|
578
|
+
return P.m(S, I);
|
|
487
579
|
};
|
|
488
|
-
switch (
|
|
580
|
+
switch (H) {
|
|
489
581
|
case g:
|
|
490
|
-
|
|
582
|
+
T = J() / 12;
|
|
491
583
|
break;
|
|
492
584
|
case x:
|
|
493
|
-
|
|
585
|
+
T = J();
|
|
494
586
|
break;
|
|
495
587
|
case M:
|
|
496
|
-
|
|
588
|
+
T = J() / 3;
|
|
497
589
|
break;
|
|
498
590
|
case w:
|
|
499
|
-
|
|
591
|
+
T = (F - j) / 6048e5;
|
|
500
592
|
break;
|
|
501
593
|
case C:
|
|
502
|
-
|
|
594
|
+
T = (F - j) / 864e5;
|
|
503
595
|
break;
|
|
504
596
|
case l:
|
|
505
|
-
|
|
597
|
+
T = F / r;
|
|
506
598
|
break;
|
|
507
599
|
case a:
|
|
508
|
-
|
|
600
|
+
T = F / n;
|
|
509
601
|
break;
|
|
510
602
|
case o:
|
|
511
|
-
|
|
603
|
+
T = F / t;
|
|
512
604
|
break;
|
|
513
605
|
default:
|
|
514
|
-
|
|
606
|
+
T = F;
|
|
515
607
|
}
|
|
516
|
-
return p ?
|
|
608
|
+
return p ? T : P.a(T);
|
|
517
609
|
}, f.daysInMonth = function() {
|
|
518
610
|
return this.endOf(x).$D;
|
|
519
611
|
}, f.$locale = function() {
|
|
@@ -521,8 +613,8 @@ var xt = { exports: {} };
|
|
|
521
613
|
}, f.locale = function(d, b) {
|
|
522
614
|
if (!d)
|
|
523
615
|
return this.$L;
|
|
524
|
-
var p = this.clone(),
|
|
525
|
-
return
|
|
616
|
+
var p = this.clone(), T = se(d, b, !0);
|
|
617
|
+
return T && (p.$L = T), p;
|
|
526
618
|
}, f.clone = function() {
|
|
527
619
|
return P.w(this.$d, this);
|
|
528
620
|
}, f.toDate = function() {
|
|
@@ -535,19 +627,19 @@ var xt = { exports: {} };
|
|
|
535
627
|
return this.$d.toUTCString();
|
|
536
628
|
}, k;
|
|
537
629
|
}(), ve = B.prototype;
|
|
538
|
-
return
|
|
630
|
+
return V.prototype = ve, [["$ms", s], ["$s", o], ["$m", a], ["$H", l], ["$W", C], ["$M", x], ["$y", g], ["$D", v]].forEach(function(k) {
|
|
539
631
|
ve[k[1]] = function(f) {
|
|
540
632
|
return this.$g(f, k[0], k[1]);
|
|
541
633
|
};
|
|
542
|
-
}),
|
|
543
|
-
return k.$i || (k(f, B,
|
|
544
|
-
},
|
|
545
|
-
return
|
|
546
|
-
},
|
|
634
|
+
}), V.extend = function(k, f) {
|
|
635
|
+
return k.$i || (k(f, B, V), k.$i = !0), V;
|
|
636
|
+
}, V.locale = se, V.isDayjs = ce, V.unix = function(k) {
|
|
637
|
+
return V(1e3 * k);
|
|
638
|
+
}, V.en = W[ee], V.Ls = W, V.p = {}, V;
|
|
547
639
|
});
|
|
548
640
|
})(xt);
|
|
549
641
|
var p1 = xt.exports;
|
|
550
|
-
const
|
|
642
|
+
const je = /* @__PURE__ */ kt(p1);
|
|
551
643
|
var Dt = { exports: {} };
|
|
552
644
|
(function(i, e) {
|
|
553
645
|
(function(t, n) {
|
|
@@ -587,7 +679,7 @@ var Dt = { exports: {} };
|
|
|
587
679
|
var W = ee.match(n);
|
|
588
680
|
if (!W)
|
|
589
681
|
return null;
|
|
590
|
-
var
|
|
682
|
+
var U = ("" + W[0]).match(r) || ["-", 0, 0], ce = U[0], se = 60 * +U[1] + +U[2];
|
|
591
683
|
return se === 0 ? 0 : ce === "+" ? se : -se;
|
|
592
684
|
}(m), m === null))
|
|
593
685
|
return this;
|
|
@@ -694,7 +786,7 @@ function Ze(i, e) {
|
|
|
694
786
|
}
|
|
695
787
|
return s;
|
|
696
788
|
}
|
|
697
|
-
function
|
|
789
|
+
function Ve(i, e, t) {
|
|
698
790
|
if (arguments.length === 2)
|
|
699
791
|
for (var n = 0, r = e.length, s; n < r; n++)
|
|
700
792
|
(s || !(n in e)) && (s || (s = Array.prototype.slice.call(e, 0, n)), s[n] = e[n]);
|
|
@@ -718,13 +810,13 @@ var ze = Rt(function(i) {
|
|
|
718
810
|
`) : "", this.name = "UnsubscriptionError", this.errors = t;
|
|
719
811
|
};
|
|
720
812
|
});
|
|
721
|
-
function
|
|
813
|
+
function Ue(i, e) {
|
|
722
814
|
if (i) {
|
|
723
815
|
var t = i.indexOf(e);
|
|
724
816
|
0 <= t && i.splice(t, 1);
|
|
725
817
|
}
|
|
726
818
|
}
|
|
727
|
-
var
|
|
819
|
+
var Ae = function() {
|
|
728
820
|
function i(e) {
|
|
729
821
|
this.initialTeardown = e, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
730
822
|
}
|
|
@@ -768,7 +860,7 @@ var Ee = function() {
|
|
|
768
860
|
try {
|
|
769
861
|
nt(v);
|
|
770
862
|
} catch (m) {
|
|
771
|
-
s = s != null ? s : [], m instanceof ze ? s =
|
|
863
|
+
s = s != null ? s : [], m instanceof ze ? s = Ve(Ve([], Ze(s)), Ze(m.errors)) : s.push(m);
|
|
772
864
|
}
|
|
773
865
|
}
|
|
774
866
|
} catch (m) {
|
|
@@ -806,17 +898,17 @@ var Ee = function() {
|
|
|
806
898
|
this._parentage = Array.isArray(t) ? (t.push(e), t) : t ? [t, e] : e;
|
|
807
899
|
}, i.prototype._removeParent = function(e) {
|
|
808
900
|
var t = this._parentage;
|
|
809
|
-
t === e ? this._parentage = null : Array.isArray(t) &&
|
|
901
|
+
t === e ? this._parentage = null : Array.isArray(t) && Ue(t, e);
|
|
810
902
|
}, i.prototype.remove = function(e) {
|
|
811
903
|
var t = this._finalizers;
|
|
812
|
-
t &&
|
|
904
|
+
t && Ue(t, e), e instanceof i && e._removeParent(this);
|
|
813
905
|
}, i.EMPTY = function() {
|
|
814
906
|
var e = new i();
|
|
815
907
|
return e.closed = !0, e;
|
|
816
908
|
}(), i;
|
|
817
|
-
}(), Pt =
|
|
818
|
-
function
|
|
819
|
-
return i instanceof
|
|
909
|
+
}(), Pt = Ae.EMPTY;
|
|
910
|
+
function Ht(i) {
|
|
911
|
+
return i instanceof Ae || i && "closed" in i && be(i.remove) && be(i.add) && be(i.unsubscribe);
|
|
820
912
|
}
|
|
821
913
|
function nt(i) {
|
|
822
914
|
be(i) ? i() : i.unsubscribe();
|
|
@@ -827,7 +919,7 @@ var h1 = {
|
|
|
827
919
|
setTimeout: function(i, e) {
|
|
828
920
|
for (var t = [], n = 2; n < arguments.length; n++)
|
|
829
921
|
t[n - 2] = arguments[n];
|
|
830
|
-
return setTimeout.apply(void 0,
|
|
922
|
+
return setTimeout.apply(void 0, Ve([i, e], Ze(t)));
|
|
831
923
|
},
|
|
832
924
|
clearTimeout: function(i) {
|
|
833
925
|
return clearTimeout(i);
|
|
@@ -841,14 +933,14 @@ function g1(i) {
|
|
|
841
933
|
}
|
|
842
934
|
function it() {
|
|
843
935
|
}
|
|
844
|
-
function
|
|
936
|
+
function Le(i) {
|
|
845
937
|
i();
|
|
846
938
|
}
|
|
847
|
-
var
|
|
939
|
+
var Lt = function(i) {
|
|
848
940
|
Pe(e, i);
|
|
849
941
|
function e(t) {
|
|
850
942
|
var n = i.call(this) || this;
|
|
851
|
-
return n.isStopped = !1, t ? (n.destination = t,
|
|
943
|
+
return n.isStopped = !1, t ? (n.destination = t, Ht(t) && t.add(n)) : n.destination = y1, n;
|
|
852
944
|
}
|
|
853
945
|
return e.create = function(t, n, r) {
|
|
854
946
|
return new Fe(t, n, r);
|
|
@@ -875,7 +967,7 @@ var Ht = function(i) {
|
|
|
875
967
|
this.unsubscribe();
|
|
876
968
|
}
|
|
877
969
|
}, e;
|
|
878
|
-
}(
|
|
970
|
+
}(Ae), b1 = function() {
|
|
879
971
|
function i(e) {
|
|
880
972
|
this.partialObserver = e;
|
|
881
973
|
}
|
|
@@ -885,7 +977,7 @@ var Ht = function(i) {
|
|
|
885
977
|
try {
|
|
886
978
|
t.next(e);
|
|
887
979
|
} catch (n) {
|
|
888
|
-
|
|
980
|
+
He(n);
|
|
889
981
|
}
|
|
890
982
|
}, i.prototype.error = function(e) {
|
|
891
983
|
var t = this.partialObserver;
|
|
@@ -893,17 +985,17 @@ var Ht = function(i) {
|
|
|
893
985
|
try {
|
|
894
986
|
t.error(e);
|
|
895
987
|
} catch (n) {
|
|
896
|
-
|
|
988
|
+
He(n);
|
|
897
989
|
}
|
|
898
990
|
else
|
|
899
|
-
|
|
991
|
+
He(e);
|
|
900
992
|
}, i.prototype.complete = function() {
|
|
901
993
|
var e = this.partialObserver;
|
|
902
994
|
if (e.complete)
|
|
903
995
|
try {
|
|
904
996
|
e.complete();
|
|
905
997
|
} catch (t) {
|
|
906
|
-
|
|
998
|
+
He(t);
|
|
907
999
|
}
|
|
908
1000
|
}, i;
|
|
909
1001
|
}(), Fe = function(i) {
|
|
@@ -917,8 +1009,8 @@ var Ht = function(i) {
|
|
|
917
1009
|
} : o = t, s.destination = new b1(o), s;
|
|
918
1010
|
}
|
|
919
1011
|
return e;
|
|
920
|
-
}(
|
|
921
|
-
function
|
|
1012
|
+
}(Lt);
|
|
1013
|
+
function He(i) {
|
|
922
1014
|
g1(i);
|
|
923
1015
|
}
|
|
924
1016
|
function v1(i) {
|
|
@@ -950,8 +1042,8 @@ var rt = function() {
|
|
|
950
1042
|
var t = new i();
|
|
951
1043
|
return t.source = this, t.operator = e, t;
|
|
952
1044
|
}, i.prototype.subscribe = function(e, t, n) {
|
|
953
|
-
var r = this, s =
|
|
954
|
-
return
|
|
1045
|
+
var r = this, s = S1(e) ? e : new Fe(e, t, n);
|
|
1046
|
+
return Le(function() {
|
|
955
1047
|
var o = r, a = o.operator, l = o.source;
|
|
956
1048
|
s.add(a ? a.call(s, l) : l ? r._subscribe(s) : r._trySubscribe(s));
|
|
957
1049
|
}), s;
|
|
@@ -1006,11 +1098,11 @@ function ot(i) {
|
|
|
1006
1098
|
var e;
|
|
1007
1099
|
return (e = i != null ? i : h1.Promise) !== null && e !== void 0 ? e : Promise;
|
|
1008
1100
|
}
|
|
1009
|
-
function
|
|
1101
|
+
function T1(i) {
|
|
1010
1102
|
return i && be(i.next) && be(i.error) && be(i.complete);
|
|
1011
1103
|
}
|
|
1012
|
-
function
|
|
1013
|
-
return i && i instanceof
|
|
1104
|
+
function S1(i) {
|
|
1105
|
+
return i && i instanceof Lt || T1(i) && Ht(i);
|
|
1014
1106
|
}
|
|
1015
1107
|
var M1 = Rt(function(i) {
|
|
1016
1108
|
return function() {
|
|
@@ -1030,7 +1122,7 @@ var M1 = Rt(function(i) {
|
|
|
1030
1122
|
throw new M1();
|
|
1031
1123
|
}, e.prototype.next = function(t) {
|
|
1032
1124
|
var n = this;
|
|
1033
|
-
|
|
1125
|
+
Le(function() {
|
|
1034
1126
|
var r, s;
|
|
1035
1127
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
1036
1128
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
@@ -1053,7 +1145,7 @@ var M1 = Rt(function(i) {
|
|
|
1053
1145
|
});
|
|
1054
1146
|
}, e.prototype.error = function(t) {
|
|
1055
1147
|
var n = this;
|
|
1056
|
-
|
|
1148
|
+
Le(function() {
|
|
1057
1149
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
1058
1150
|
n.hasError = n.isStopped = !0, n.thrownError = t;
|
|
1059
1151
|
for (var r = n.observers; r.length; )
|
|
@@ -1062,7 +1154,7 @@ var M1 = Rt(function(i) {
|
|
|
1062
1154
|
});
|
|
1063
1155
|
}, e.prototype.complete = function() {
|
|
1064
1156
|
var t = this;
|
|
1065
|
-
|
|
1157
|
+
Le(function() {
|
|
1066
1158
|
if (t._throwIfClosed(), !t.isStopped) {
|
|
1067
1159
|
t.isStopped = !0;
|
|
1068
1160
|
for (var n = t.observers; n.length; )
|
|
@@ -1084,8 +1176,8 @@ var M1 = Rt(function(i) {
|
|
|
1084
1176
|
return this._throwIfClosed(), this._checkFinalizedStatuses(t), this._innerSubscribe(t);
|
|
1085
1177
|
}, e.prototype._innerSubscribe = function(t) {
|
|
1086
1178
|
var n = this, r = this, s = r.hasError, o = r.isStopped, a = r.observers;
|
|
1087
|
-
return s || o ? Pt : (this.currentObservers = null, a.push(t), new
|
|
1088
|
-
n.currentObservers = null,
|
|
1179
|
+
return s || o ? Pt : (this.currentObservers = null, a.push(t), new Ae(function() {
|
|
1180
|
+
n.currentObservers = null, Ue(a, t);
|
|
1089
1181
|
}));
|
|
1090
1182
|
}, e.prototype._checkFinalizedStatuses = function(t) {
|
|
1091
1183
|
var n = this, r = n.hasError, s = n.thrownError, o = n.isStopped;
|
|
@@ -1151,17 +1243,17 @@ const at = [], lt = {}, D1 = (i, e = 0) => {
|
|
|
1151
1243
|
}
|
|
1152
1244
|
return lt[i];
|
|
1153
1245
|
};
|
|
1154
|
-
let We = "en-UK",
|
|
1246
|
+
let We = "en-UK", It = "true", De = 2, Re = "";
|
|
1155
1247
|
const R1 = (i, e, t, n) => {
|
|
1156
|
-
We = i || "en-UK",
|
|
1248
|
+
We = i || "en-UK", It = e || "true", De = +n || 0, Re = t || "";
|
|
1157
1249
|
}, P1 = (i, e, t = {}, n = !0) => {
|
|
1158
|
-
const r =
|
|
1250
|
+
const r = Ee(Ee({
|
|
1159
1251
|
maximumFractionDigits: De,
|
|
1160
1252
|
minimumFractionDigits: De
|
|
1161
1253
|
}, n && {
|
|
1162
1254
|
style: "currency",
|
|
1163
1255
|
currency: e,
|
|
1164
|
-
currencyDisplay:
|
|
1256
|
+
currencyDisplay: It === "true" ? "symbol" : "code"
|
|
1165
1257
|
}), t);
|
|
1166
1258
|
try {
|
|
1167
1259
|
if (!Re)
|
|
@@ -1232,11 +1324,11 @@ if (typeof window != "undefined") {
|
|
|
1232
1324
|
}
|
|
1233
1325
|
};
|
|
1234
1326
|
};
|
|
1235
|
-
customElements.define = i(customElements.define), import("./CashierError-
|
|
1327
|
+
customElements.define = i(customElements.define), import("./CashierError-DOzmJhxh.js").then((e) => e.P).then(({ default: e }) => {
|
|
1236
1328
|
!customElements.get("cashier-error") && customElements.define("cashier-error", e.element);
|
|
1237
1329
|
});
|
|
1238
1330
|
}
|
|
1239
|
-
function
|
|
1331
|
+
function H1(i) {
|
|
1240
1332
|
Nt(i, "svelte-3ip6ja", '.LoadingOverlay{width:100%;height:100%;display:flex;position:relative;top:0;left:0;justify-content:center;align-items:center;z-index:100;background:transparent}.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{height:100%;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%}.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%)}.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.reject{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 .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 .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{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}.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{background:var(--emw--color-hover, #dbac03);box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2)}.DefaultButton:active{background:var(--emw--color-active, #fecd1c);box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2)}.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)}');
|
|
1241
1333
|
}
|
|
1242
1334
|
function pt(i, e, t) {
|
|
@@ -1247,7 +1339,7 @@ function dt(i, e, t) {
|
|
|
1247
1339
|
const n = i.slice();
|
|
1248
1340
|
return n[66] = e[t], n;
|
|
1249
1341
|
}
|
|
1250
|
-
function
|
|
1342
|
+
function L1(i) {
|
|
1251
1343
|
let e, t, n = (
|
|
1252
1344
|
/*copied*/
|
|
1253
1345
|
i[24] && mt(i)
|
|
@@ -1257,7 +1349,7 @@ function H1(i) {
|
|
|
1257
1349
|
/*txnInfo*/
|
|
1258
1350
|
a[16]
|
|
1259
1351
|
)
|
|
1260
|
-
return
|
|
1352
|
+
return I1;
|
|
1261
1353
|
if (
|
|
1262
1354
|
/*errorResponseCode*/
|
|
1263
1355
|
a[20] && !/*showErrorOutsideReceiptPage*/
|
|
@@ -1268,7 +1360,7 @@ function H1(i) {
|
|
|
1268
1360
|
let s = r(i), o = s && s(i);
|
|
1269
1361
|
return {
|
|
1270
1362
|
c() {
|
|
1271
|
-
n && n.c(), e =
|
|
1363
|
+
n && n.c(), e = O(), t = _("div"), o && o.c(), u(t, "class", "CashierReceiptPage");
|
|
1272
1364
|
},
|
|
1273
1365
|
m(a, l) {
|
|
1274
1366
|
n && n.m(a, l), R(a, e, l), R(a, t, l), o && o.m(t, null);
|
|
@@ -1315,7 +1407,7 @@ function mt(i) {
|
|
|
1315
1407
|
p(a, l) {
|
|
1316
1408
|
(!o || l[0] & /*$_*/
|
|
1317
1409
|
33554432) && t !== (t = /*$_*/
|
|
1318
|
-
a[25]("copyTransactionId") + "") &&
|
|
1410
|
+
a[25]("copyTransactionId") + "") && E(n, t);
|
|
1319
1411
|
},
|
|
1320
1412
|
i(a) {
|
|
1321
1413
|
o || (a && e1(() => {
|
|
@@ -1338,32 +1430,32 @@ function B1(i) {
|
|
|
1338
1430
|
);
|
|
1339
1431
|
return {
|
|
1340
1432
|
c() {
|
|
1341
|
-
e = _("cashier-error"), t && t.c(),
|
|
1433
|
+
e = _("cashier-error"), t && t.c(), A(
|
|
1342
1434
|
e,
|
|
1343
1435
|
"assetsurl",
|
|
1344
1436
|
/*assetsurl*/
|
|
1345
1437
|
i[5]
|
|
1346
|
-
),
|
|
1438
|
+
), A(
|
|
1347
1439
|
e,
|
|
1348
1440
|
"translationurl",
|
|
1349
1441
|
/*translationurl*/
|
|
1350
1442
|
i[4]
|
|
1351
|
-
),
|
|
1443
|
+
), A(
|
|
1352
1444
|
e,
|
|
1353
1445
|
"clientstylingurl",
|
|
1354
1446
|
/*clientstylingurl*/
|
|
1355
1447
|
i[8]
|
|
1356
|
-
),
|
|
1448
|
+
), A(
|
|
1357
1449
|
e,
|
|
1358
1450
|
"clientstyling",
|
|
1359
1451
|
/*clientstyling*/
|
|
1360
1452
|
i[7]
|
|
1361
|
-
),
|
|
1453
|
+
), A(
|
|
1362
1454
|
e,
|
|
1363
1455
|
"lang",
|
|
1364
1456
|
/*lang*/
|
|
1365
1457
|
i[3]
|
|
1366
|
-
),
|
|
1458
|
+
), A(e, "hidebuttons", "true"), A(
|
|
1367
1459
|
e,
|
|
1368
1460
|
"errorcode",
|
|
1369
1461
|
/*errorResponseCode*/
|
|
@@ -1377,37 +1469,37 @@ function B1(i) {
|
|
|
1377
1469
|
/*errorResponseCode*/
|
|
1378
1470
|
n[20] === /*ResponseCode*/
|
|
1379
1471
|
n[14].Maintenance ? t ? t.p(n, r) : (t = ht(n), t.c(), t.m(e, null)) : t && (t.d(1), t = null), r[0] & /*assetsurl*/
|
|
1380
|
-
32 &&
|
|
1472
|
+
32 && A(
|
|
1381
1473
|
e,
|
|
1382
1474
|
"assetsurl",
|
|
1383
1475
|
/*assetsurl*/
|
|
1384
1476
|
n[5]
|
|
1385
1477
|
), r[0] & /*translationurl*/
|
|
1386
|
-
16 &&
|
|
1478
|
+
16 && A(
|
|
1387
1479
|
e,
|
|
1388
1480
|
"translationurl",
|
|
1389
1481
|
/*translationurl*/
|
|
1390
1482
|
n[4]
|
|
1391
1483
|
), r[0] & /*clientstylingurl*/
|
|
1392
|
-
256 &&
|
|
1484
|
+
256 && A(
|
|
1393
1485
|
e,
|
|
1394
1486
|
"clientstylingurl",
|
|
1395
1487
|
/*clientstylingurl*/
|
|
1396
1488
|
n[8]
|
|
1397
1489
|
), r[0] & /*clientstyling*/
|
|
1398
|
-
128 &&
|
|
1490
|
+
128 && A(
|
|
1399
1491
|
e,
|
|
1400
1492
|
"clientstyling",
|
|
1401
1493
|
/*clientstyling*/
|
|
1402
1494
|
n[7]
|
|
1403
1495
|
), r[0] & /*lang*/
|
|
1404
|
-
8 &&
|
|
1496
|
+
8 && A(
|
|
1405
1497
|
e,
|
|
1406
1498
|
"lang",
|
|
1407
1499
|
/*lang*/
|
|
1408
1500
|
n[3]
|
|
1409
1501
|
), r[0] & /*errorResponseCode*/
|
|
1410
|
-
1048576 &&
|
|
1502
|
+
1048576 && A(
|
|
1411
1503
|
e,
|
|
1412
1504
|
"errorcode",
|
|
1413
1505
|
/*errorResponseCode*/
|
|
@@ -1419,7 +1511,7 @@ function B1(i) {
|
|
|
1419
1511
|
}
|
|
1420
1512
|
};
|
|
1421
1513
|
}
|
|
1422
|
-
function
|
|
1514
|
+
function I1(i) {
|
|
1423
1515
|
let e, t, n, r, s, o = (
|
|
1424
1516
|
/*$_*/
|
|
1425
1517
|
i[25]("amount") + ""
|
|
@@ -1430,31 +1522,31 @@ function O1(i) {
|
|
|
1430
1522
|
/*$_*/
|
|
1431
1523
|
i[25](`${/*txnStatus*/
|
|
1432
1524
|
i[22]}`) + ""
|
|
1433
|
-
), Z, ne, ee, W,
|
|
1525
|
+
), Z, ne, ee, W, U, ce = (
|
|
1434
1526
|
/*$_*/
|
|
1435
1527
|
i[25]("transactionId") + ""
|
|
1436
|
-
), se,
|
|
1528
|
+
), se, V, P, B = (
|
|
1437
1529
|
/*txnInfo*/
|
|
1438
1530
|
i[16].referenceId + ""
|
|
1439
1531
|
), ve, k, f, d, b = (
|
|
1440
1532
|
/*$_*/
|
|
1441
1533
|
i[25]("payemntMethod") + ""
|
|
1442
|
-
), p,
|
|
1534
|
+
), p, T, S, H, I, j, F, J = (
|
|
1443
1535
|
/*$_*/
|
|
1444
1536
|
i[25]("paymentTime") + ""
|
|
1445
|
-
), ae, me, he, fe =
|
|
1537
|
+
), ae, me, he, fe = je(
|
|
1446
1538
|
/*txnInfo*/
|
|
1447
1539
|
i[16].time
|
|
1448
1540
|
).format("MMM DD, YYYY, HH:mm:ss") + "", X, le, ue, Ce, ge, ye = (
|
|
1449
1541
|
/*$_*/
|
|
1450
1542
|
i[25]("backHome") + ""
|
|
1451
|
-
),
|
|
1543
|
+
), Se, Me, we, xe = ut(
|
|
1452
1544
|
/*userAgent*/
|
|
1453
1545
|
i[26]
|
|
1454
1546
|
) && /*showverifications*/
|
|
1455
1547
|
i[9] && /*displayVerifications*/
|
|
1456
1548
|
i[23], _e, ke, c, N;
|
|
1457
|
-
function pe(y,
|
|
1549
|
+
function pe(y, L) {
|
|
1458
1550
|
if (
|
|
1459
1551
|
/*txnStatus*/
|
|
1460
1552
|
y[22] === "success"
|
|
@@ -1464,12 +1556,12 @@ function O1(i) {
|
|
|
1464
1556
|
/*txnStatus*/
|
|
1465
1557
|
y[22] === "pending"
|
|
1466
1558
|
)
|
|
1467
|
-
return
|
|
1559
|
+
return E1;
|
|
1468
1560
|
if (
|
|
1469
1561
|
/*txnStatus*/
|
|
1470
1562
|
y[22] === "failed"
|
|
1471
1563
|
)
|
|
1472
|
-
return
|
|
1564
|
+
return A1;
|
|
1473
1565
|
}
|
|
1474
1566
|
let Y = pe(i), te = Y && Y(i), ie = (
|
|
1475
1567
|
/*displayedButtons*/
|
|
@@ -1483,24 +1575,24 @@ function O1(i) {
|
|
|
1483
1575
|
);
|
|
1484
1576
|
return {
|
|
1485
1577
|
c() {
|
|
1486
|
-
e = _("div"), te && te.c(), t =
|
|
1578
|
+
e = _("div"), te && te.c(), t = O(), n = _("div"), r = _("div"), s = _("p"), a = z(o), l = O(), C = _("span"), w = z(
|
|
1487
1579
|
/*amount*/
|
|
1488
1580
|
i[18]
|
|
1489
|
-
), x =
|
|
1581
|
+
), x = O(), M = _("div"), g = _("p"), m = z(v), $ = O(), K = _("span"), Z = z(G), ee = O(), W = _("div"), U = _("p"), se = z(ce), V = O(), P = _("span"), ve = z(B), k = O(), f = _("div"), d = _("p"), p = z(b), T = O(), S = _("span"), H = z(
|
|
1490
1582
|
/*paymentmethod*/
|
|
1491
1583
|
i[0]
|
|
1492
|
-
),
|
|
1493
|
-
i[22]}`), u(W, "class", "TxnId"), u(f, "class", "PaymentMethod"), u(
|
|
1584
|
+
), I = O(), j = _("div"), F = _("p"), ae = z(J), me = O(), he = _("span"), X = z(fe), le = O(), ue = _("div"), ie && ie.c(), Ce = O(), ge = _("button"), Se = z(ye), Me = O(), re && re.c(), we = O(), oe && oe.c(), _e = O(), q && q.c(), ke = Ne(), u(e, "class", "ReceiptStatusWrapper"), u(r, "class", "Amount"), u(M, "class", ne = `Status ${/*txnStatus*/
|
|
1585
|
+
i[22]}`), u(W, "class", "TxnId"), u(f, "class", "PaymentMethod"), u(j, "class", "PaymentTime"), u(n, "class", "ReceiptDetailsWrapper"), u(ue, "class", "ReceiptButtonsWrapper"), u(ge, "class", "DefaultButton");
|
|
1494
1586
|
},
|
|
1495
|
-
m(y,
|
|
1496
|
-
R(y, e,
|
|
1497
|
-
|
|
1587
|
+
m(y, L) {
|
|
1588
|
+
R(y, e, L), te && te.m(e, null), R(y, t, L), R(y, n, L), h(n, r), h(r, s), h(s, a), h(r, l), h(r, C), h(C, w), h(n, x), h(n, M), h(M, g), h(g, m), h(M, $), h(M, K), h(K, Z), h(n, ee), h(n, W), h(W, U), h(U, se), h(W, V), h(W, P), h(P, ve), h(n, k), h(n, f), h(f, d), h(d, p), h(f, T), h(f, S), h(S, H), h(n, I), h(n, j), h(j, F), h(F, ae), h(j, me), h(j, he), h(he, X), R(y, le, L), R(y, ue, L), ie && ie.m(ue, null), R(y, Ce, L), R(y, ge, L), h(ge, Se), R(y, Me, L), re && re.m(y, L), R(y, we, L), oe && oe.m(y, L), R(y, _e, L), q && q.m(y, L), R(y, ke, L), c || (N = [
|
|
1589
|
+
Te(
|
|
1498
1590
|
P,
|
|
1499
1591
|
"click",
|
|
1500
1592
|
/*copyToClipboard*/
|
|
1501
1593
|
i[31]
|
|
1502
1594
|
),
|
|
1503
|
-
|
|
1595
|
+
Te(
|
|
1504
1596
|
ge,
|
|
1505
1597
|
"click",
|
|
1506
1598
|
/*handleHomeButtonClick*/
|
|
@@ -1508,53 +1600,53 @@ function O1(i) {
|
|
|
1508
1600
|
)
|
|
1509
1601
|
], c = !0);
|
|
1510
1602
|
},
|
|
1511
|
-
p(y,
|
|
1512
|
-
Y === (Y = pe(y)) && te ? te.p(y,
|
|
1603
|
+
p(y, L) {
|
|
1604
|
+
Y === (Y = pe(y)) && te ? te.p(y, L) : (te && te.d(1), te = Y && Y(y), te && (te.c(), te.m(e, null))), L[0] & /*$_*/
|
|
1513
1605
|
33554432 && o !== (o = /*$_*/
|
|
1514
|
-
y[25]("amount") + "") &&
|
|
1515
|
-
262144 &&
|
|
1606
|
+
y[25]("amount") + "") && E(a, o), L[0] & /*amount*/
|
|
1607
|
+
262144 && E(
|
|
1516
1608
|
w,
|
|
1517
1609
|
/*amount*/
|
|
1518
1610
|
y[18]
|
|
1519
|
-
),
|
|
1611
|
+
), L[0] & /*$_*/
|
|
1520
1612
|
33554432 && v !== (v = /*$_*/
|
|
1521
|
-
y[25]("status") + "") &&
|
|
1613
|
+
y[25]("status") + "") && E(m, v), L[0] & /*$_, txnStatus*/
|
|
1522
1614
|
37748736 && G !== (G = /*$_*/
|
|
1523
1615
|
y[25](`${/*txnStatus*/
|
|
1524
|
-
y[22]}`) + "") &&
|
|
1616
|
+
y[22]}`) + "") && E(Z, G), L[0] & /*txnStatus*/
|
|
1525
1617
|
4194304 && ne !== (ne = `Status ${/*txnStatus*/
|
|
1526
|
-
y[22]}`) && u(M, "class", ne),
|
|
1618
|
+
y[22]}`) && u(M, "class", ne), L[0] & /*$_*/
|
|
1527
1619
|
33554432 && ce !== (ce = /*$_*/
|
|
1528
|
-
y[25]("transactionId") + "") &&
|
|
1620
|
+
y[25]("transactionId") + "") && E(se, ce), L[0] & /*txnInfo*/
|
|
1529
1621
|
65536 && B !== (B = /*txnInfo*/
|
|
1530
|
-
y[16].referenceId + "") &&
|
|
1622
|
+
y[16].referenceId + "") && E(ve, B), L[0] & /*$_*/
|
|
1531
1623
|
33554432 && b !== (b = /*$_*/
|
|
1532
|
-
y[25]("payemntMethod") + "") &&
|
|
1533
|
-
1 &&
|
|
1534
|
-
|
|
1624
|
+
y[25]("payemntMethod") + "") && E(p, b), L[0] & /*paymentmethod*/
|
|
1625
|
+
1 && E(
|
|
1626
|
+
H,
|
|
1535
1627
|
/*paymentmethod*/
|
|
1536
1628
|
y[0]
|
|
1537
|
-
),
|
|
1629
|
+
), L[0] & /*$_*/
|
|
1538
1630
|
33554432 && J !== (J = /*$_*/
|
|
1539
|
-
y[25]("paymentTime") + "") &&
|
|
1540
|
-
65536 && fe !== (fe =
|
|
1631
|
+
y[25]("paymentTime") + "") && E(ae, J), L[0] & /*txnInfo*/
|
|
1632
|
+
65536 && fe !== (fe = je(
|
|
1541
1633
|
/*txnInfo*/
|
|
1542
1634
|
y[16].time
|
|
1543
|
-
).format("MMM DD, YYYY, HH:mm:ss") + "") &&
|
|
1544
|
-
y[13].length > 0 ? ie ? ie.p(y,
|
|
1635
|
+
).format("MMM DD, YYYY, HH:mm:ss") + "") && E(X, fe), /*displayedButtons*/
|
|
1636
|
+
y[13].length > 0 ? ie ? ie.p(y, L) : (ie = Ct(y), ie.c(), ie.m(ue, null)) : ie && (ie.d(1), ie = null), L[0] & /*$_*/
|
|
1545
1637
|
33554432 && ye !== (ye = /*$_*/
|
|
1546
|
-
y[25]("backHome") + "") &&
|
|
1547
|
-
y[10] == "true" ? re ? re.p(y,
|
|
1638
|
+
y[25]("backHome") + "") && E(Se, ye), /*p2p*/
|
|
1639
|
+
y[10] == "true" ? re ? re.p(y, L) : (re = bt(y), re.c(), re.m(we.parentNode, we)) : re && (re.d(1), re = null), L[0] & /*showverifications, displayVerifications*/
|
|
1548
1640
|
8389120 && (xe = ut(
|
|
1549
1641
|
/*userAgent*/
|
|
1550
1642
|
y[26]
|
|
1551
1643
|
) && /*showverifications*/
|
|
1552
1644
|
y[9] && /*displayVerifications*/
|
|
1553
|
-
y[23]), xe ? oe ? oe.p(y,
|
|
1554
|
-
y[17].length ? q ? q.p(y,
|
|
1645
|
+
y[23]), xe ? oe ? oe.p(y, L) : (oe = vt(y), oe.c(), oe.m(_e.parentNode, _e)) : oe && (oe.d(1), oe = null), /*receiptFields*/
|
|
1646
|
+
y[17].length ? q ? q.p(y, L) : (q = yt(y), q.c(), q.m(ke.parentNode, ke)) : q && (q.d(1), q = null);
|
|
1555
1647
|
},
|
|
1556
1648
|
d(y) {
|
|
1557
|
-
y && (D(e), D(t), D(n), D(le), D(ue), D(Ce), D(ge), D(Me), D(we), D(_e), D(ke)), te && te.d(), ie && ie.d(), re && re.d(y), oe && oe.d(y), q && q.d(y), c = !1,
|
|
1649
|
+
y && (D(e), D(t), D(n), D(le), D(ue), D(Ce), D(ge), D(Me), D(we), D(_e), D(ke)), te && te.d(), ie && ie.d(), re && re.d(y), oe && oe.d(y), q && q.d(y), c = !1, Tt(N);
|
|
1558
1650
|
}
|
|
1559
1651
|
};
|
|
1560
1652
|
}
|
|
@@ -1569,13 +1661,13 @@ function ht(i) {
|
|
|
1569
1661
|
function w(g, v) {
|
|
1570
1662
|
return (
|
|
1571
1663
|
/*assetsurl*/
|
|
1572
|
-
g[5] ?
|
|
1664
|
+
g[5] ? j1 : O1
|
|
1573
1665
|
);
|
|
1574
1666
|
}
|
|
1575
1667
|
let x = w(i), M = x(i);
|
|
1576
1668
|
return {
|
|
1577
1669
|
c() {
|
|
1578
|
-
e = _("div"), M.c(), t =
|
|
1670
|
+
e = _("div"), M.c(), t = O(), n = _("span"), s = z(r), o = O(), a = _("span"), C = z(l), u(e, "slot", "icon"), u(n, "slot", "title"), u(n, "class", "CashierErrorTitle"), u(a, "slot", "text"), u(a, "class", "CashierErrorText");
|
|
1579
1671
|
},
|
|
1580
1672
|
m(g, v) {
|
|
1581
1673
|
R(g, e, v), M.m(e, null), R(g, t, v), R(g, n, v), h(n, s), R(g, o, v), R(g, a, v), h(a, C);
|
|
@@ -1583,16 +1675,16 @@ function ht(i) {
|
|
|
1583
1675
|
p(g, v) {
|
|
1584
1676
|
x === (x = w(g)) && M ? M.p(g, v) : (M.d(1), M = x(g), M && (M.c(), M.m(e, null))), v[0] & /*$_*/
|
|
1585
1677
|
33554432 && r !== (r = /*$_*/
|
|
1586
|
-
g[25]("receipt.maintenance.title") + "") &&
|
|
1678
|
+
g[25]("receipt.maintenance.title") + "") && E(s, r), v[0] & /*$_*/
|
|
1587
1679
|
33554432 && l !== (l = /*$_*/
|
|
1588
|
-
g[25]("receipt.maintenance.text") + "") &&
|
|
1680
|
+
g[25]("receipt.maintenance.text") + "") && E(C, l);
|
|
1589
1681
|
},
|
|
1590
1682
|
d(g) {
|
|
1591
1683
|
g && (D(e), D(t), D(n), D(o), D(a)), M.d();
|
|
1592
1684
|
}
|
|
1593
1685
|
};
|
|
1594
1686
|
}
|
|
1595
|
-
function
|
|
1687
|
+
function O1(i) {
|
|
1596
1688
|
let e;
|
|
1597
1689
|
return {
|
|
1598
1690
|
c() {
|
|
@@ -1607,11 +1699,11 @@ function I1(i) {
|
|
|
1607
1699
|
}
|
|
1608
1700
|
};
|
|
1609
1701
|
}
|
|
1610
|
-
function
|
|
1702
|
+
function j1(i) {
|
|
1611
1703
|
let e, t;
|
|
1612
1704
|
return {
|
|
1613
1705
|
c() {
|
|
1614
|
-
e = _("img"),
|
|
1706
|
+
e = _("img"), Oe(e.src, t = `${/*assetsurl*/
|
|
1615
1707
|
i[5]}/maintenance.svg`) || u(e, "src", t), u(e, "width", "300px"), u(e, "alt", "error");
|
|
1616
1708
|
},
|
|
1617
1709
|
m(n, r) {
|
|
@@ -1619,7 +1711,7 @@ function A1(i) {
|
|
|
1619
1711
|
},
|
|
1620
1712
|
p(n, r) {
|
|
1621
1713
|
r[0] & /*assetsurl*/
|
|
1622
|
-
32 && !
|
|
1714
|
+
32 && !Oe(e.src, t = `${/*assetsurl*/
|
|
1623
1715
|
n[5]}/maintenance.svg`) && u(e, "src", t);
|
|
1624
1716
|
},
|
|
1625
1717
|
d(n) {
|
|
@@ -1627,7 +1719,7 @@ function A1(i) {
|
|
|
1627
1719
|
}
|
|
1628
1720
|
};
|
|
1629
1721
|
}
|
|
1630
|
-
function
|
|
1722
|
+
function A1(i) {
|
|
1631
1723
|
let e, t, n, r, s, o, a, l = (
|
|
1632
1724
|
/*$_*/
|
|
1633
1725
|
i[25]("deposit.fail.title") + ""
|
|
@@ -1637,7 +1729,7 @@ function E1(i) {
|
|
|
1637
1729
|
), g;
|
|
1638
1730
|
return {
|
|
1639
1731
|
c() {
|
|
1640
|
-
e = de("svg"), t = de("circle"), n = de("rect"), r = de("path"), s =
|
|
1732
|
+
e = de("svg"), t = de("circle"), n = de("rect"), r = de("path"), s = O(), o = _("div"), a = _("h3"), C = z(l), w = O(), x = _("p"), g = z(M), u(t, "cx", "36"), u(t, "cy", "36"), u(t, "r", "36"), u(t, "fill", "#D14141"), u(t, "fill-opacity", "0.12"), u(n, "x", "19.335"), u(n, "y", "19"), u(n, "width", "33.33"), u(n, "height", "33.33"), u(n, "rx", "16.665"), u(n, "fill", "#FF3636"), u(r, "d", "M29.085 41.915L41.585 29.415M41.585 41.915L29.085 29.415"), u(r, "stroke", "black"), u(r, "stroke-width", "2.09016"), u(r, "stroke-linecap", "round"), u(r, "stroke-linejoin", "round"), u(e, "width", "72"), u(e, "height", "72"), u(e, "viewBox", "0 0 72 72"), u(e, "fill", "none"), u(e, "xmlns", "http://www.w3.org/2000/svg"), u(o, "class", "ReceiptStatusText");
|
|
1641
1733
|
},
|
|
1642
1734
|
m(v, m) {
|
|
1643
1735
|
R(v, e, m), h(e, t), h(e, n), h(e, r), R(v, s, m), R(v, o, m), h(o, a), h(a, C), h(o, w), h(o, x), h(x, g);
|
|
@@ -1645,16 +1737,16 @@ function E1(i) {
|
|
|
1645
1737
|
p(v, m) {
|
|
1646
1738
|
m[0] & /*$_*/
|
|
1647
1739
|
33554432 && l !== (l = /*$_*/
|
|
1648
|
-
v[25]("deposit.fail.title") + "") &&
|
|
1740
|
+
v[25]("deposit.fail.title") + "") && E(C, l), m[0] & /*$_*/
|
|
1649
1741
|
33554432 && M !== (M = /*$_*/
|
|
1650
|
-
v[25]("deposit.fail.text") + "") &&
|
|
1742
|
+
v[25]("deposit.fail.text") + "") && E(g, M);
|
|
1651
1743
|
},
|
|
1652
1744
|
d(v) {
|
|
1653
1745
|
v && (D(e), D(s), D(o));
|
|
1654
1746
|
}
|
|
1655
1747
|
};
|
|
1656
1748
|
}
|
|
1657
|
-
function
|
|
1749
|
+
function E1(i) {
|
|
1658
1750
|
let e, t, n, r, s, o, a, l, C, w = (
|
|
1659
1751
|
/*$_*/
|
|
1660
1752
|
i[25]("deposit.pending.title") + ""
|
|
@@ -1667,24 +1759,24 @@ function j1(i) {
|
|
|
1667
1759
|
), Z, ne, ee;
|
|
1668
1760
|
return {
|
|
1669
1761
|
c() {
|
|
1670
|
-
e = de("svg"), t = de("circle"), n = de("rect"), r = de("path"), s = de("path"), o = de("path"), a =
|
|
1762
|
+
e = de("svg"), t = de("circle"), n = de("rect"), r = de("path"), s = de("path"), o = de("path"), a = O(), l = _("div"), C = _("h3"), x = z(w), M = O(), g = _("p"), m = z(v), $ = O(), K = _("button"), Z = z(G), u(t, "cx", "36"), u(t, "cy", "36"), u(t, "r", "36"), u(t, "fill", "#D19A41"), u(t, "fill-opacity", "0.12"), u(n, "x", "19"), u(n, "y", "19"), u(n, "width", "34"), u(n, "height", "34"), u(n, "rx", "17"), u(n, "fill", "#FF6836"), u(r, "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"), u(r, "stroke", "black"), u(r, "stroke-width", "1.5"), u(r, "stroke-linecap", "round"), u(r, "stroke-linejoin", "round"), u(s, "d", "M36 32V36L38 38"), u(s, "stroke", "black"), u(s, "stroke-width", "1.5"), u(s, "stroke-linecap", "round"), u(s, "stroke-linejoin", "round"), u(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"), u(o, "stroke", "black"), u(o, "stroke-width", "1.5"), u(o, "stroke-linecap", "round"), u(o, "stroke-linejoin", "round"), u(e, "width", "72"), u(e, "height", "72"), u(e, "viewBox", "0 0 72 72"), u(e, "fill", "none"), u(e, "xmlns", "http://www.w3.org/2000/svg"), u(l, "class", "ReceiptStatusText"), u(K, "class", "RefreshButton");
|
|
1671
1763
|
},
|
|
1672
|
-
m(W,
|
|
1673
|
-
R(W, e,
|
|
1764
|
+
m(W, U) {
|
|
1765
|
+
R(W, e, U), h(e, t), h(e, n), h(e, r), h(e, s), h(e, o), R(W, a, U), R(W, l, U), h(l, C), h(C, x), h(l, M), h(l, g), h(g, m), R(W, $, U), R(W, K, U), h(K, Z), ne || (ee = Te(
|
|
1674
1766
|
K,
|
|
1675
1767
|
"click",
|
|
1676
1768
|
/*getPaymentInfo*/
|
|
1677
1769
|
i[27]
|
|
1678
1770
|
), ne = !0);
|
|
1679
1771
|
},
|
|
1680
|
-
p(W,
|
|
1681
|
-
|
|
1772
|
+
p(W, U) {
|
|
1773
|
+
U[0] & /*$_*/
|
|
1682
1774
|
33554432 && w !== (w = /*$_*/
|
|
1683
|
-
W[25]("deposit.pending.title") + "") &&
|
|
1775
|
+
W[25]("deposit.pending.title") + "") && E(x, w), U[0] & /*$_*/
|
|
1684
1776
|
33554432 && v !== (v = /*$_*/
|
|
1685
|
-
W[25]("deposit.pending.text") + "") &&
|
|
1777
|
+
W[25]("deposit.pending.text") + "") && E(m, v), U[0] & /*$_*/
|
|
1686
1778
|
33554432 && G !== (G = /*$_*/
|
|
1687
|
-
W[25]("refreshButton") + "") &&
|
|
1779
|
+
W[25]("refreshButton") + "") && E(Z, G);
|
|
1688
1780
|
},
|
|
1689
1781
|
d(W) {
|
|
1690
1782
|
W && (D(e), D(a), D(l), D($), D(K)), ne = !1, ee();
|
|
@@ -1701,7 +1793,7 @@ function z1(i) {
|
|
|
1701
1793
|
), M;
|
|
1702
1794
|
return {
|
|
1703
1795
|
c() {
|
|
1704
|
-
e = de("svg"), t = de("circle"), n = de("path"), r =
|
|
1796
|
+
e = de("svg"), t = de("circle"), n = de("path"), r = O(), s = _("div"), o = _("h3"), l = z(a), C = O(), w = _("p"), M = z(x), u(t, "cx", "36"), u(t, "cy", "36"), u(t, "r", "36"), u(t, "fill", "#F9C408"), u(t, "fill-opacity", "0.12"), u(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"), u(n, "fill", "#F9C408"), u(e, "width", "72"), u(e, "height", "72"), u(e, "viewBox", "0 0 72 72"), u(e, "fill", "none"), u(e, "xmlns", "http://www.w3.org/2000/svg"), u(s, "class", "ReceiptStatusText");
|
|
1705
1797
|
},
|
|
1706
1798
|
m(g, v) {
|
|
1707
1799
|
R(g, e, v), h(e, t), h(e, n), R(g, r, v), R(g, s, v), h(s, o), h(o, l), h(s, C), h(s, w), h(w, M);
|
|
@@ -1709,9 +1801,9 @@ function z1(i) {
|
|
|
1709
1801
|
p(g, v) {
|
|
1710
1802
|
v[0] & /*$_*/
|
|
1711
1803
|
33554432 && a !== (a = /*$_*/
|
|
1712
|
-
g[25]("deposit.success.title") + "") &&
|
|
1804
|
+
g[25]("deposit.success.title") + "") && E(l, a), v[0] & /*$_*/
|
|
1713
1805
|
33554432 && x !== (x = /*$_*/
|
|
1714
|
-
g[25]("deposit.success.text") + "") &&
|
|
1806
|
+
g[25]("deposit.success.text") + "") && E(M, x);
|
|
1715
1807
|
},
|
|
1716
1808
|
d(g) {
|
|
1717
1809
|
g && (D(e), D(r), D(s));
|
|
@@ -1719,7 +1811,7 @@ function z1(i) {
|
|
|
1719
1811
|
};
|
|
1720
1812
|
}
|
|
1721
1813
|
function Ct(i) {
|
|
1722
|
-
let e, t =
|
|
1814
|
+
let e, t = Ie(
|
|
1723
1815
|
/*displayedButtons*/
|
|
1724
1816
|
i[13]
|
|
1725
1817
|
), n = [];
|
|
@@ -1739,7 +1831,7 @@ function Ct(i) {
|
|
|
1739
1831
|
p(r, s) {
|
|
1740
1832
|
if (s[0] & /*displayedButtons, handleCustomButtonClick, $_*/
|
|
1741
1833
|
301998080) {
|
|
1742
|
-
t =
|
|
1834
|
+
t = Ie(
|
|
1743
1835
|
/*displayedButtons*/
|
|
1744
1836
|
r[13]
|
|
1745
1837
|
);
|
|
@@ -1754,7 +1846,7 @@ function Ct(i) {
|
|
|
1754
1846
|
}
|
|
1755
1847
|
},
|
|
1756
1848
|
d(r) {
|
|
1757
|
-
r && D(e),
|
|
1849
|
+
r && D(e), St(n, r);
|
|
1758
1850
|
}
|
|
1759
1851
|
};
|
|
1760
1852
|
}
|
|
@@ -1777,11 +1869,11 @@ function gt(i) {
|
|
|
1777
1869
|
}
|
|
1778
1870
|
return {
|
|
1779
1871
|
c() {
|
|
1780
|
-
e = _("button"), t = _("div"), r =
|
|
1872
|
+
e = _("button"), t = _("div"), r = O(), o = z(s), a = O(), u(t, "class", "CustomButtonSvg"), u(e, "class", l = `${/*btn*/
|
|
1781
1873
|
i[66].type} GoToButton`);
|
|
1782
1874
|
},
|
|
1783
1875
|
m(g, v) {
|
|
1784
|
-
R(g, e, v), h(e, t), t.innerHTML = n, h(e, r), h(e, o), h(e, a), C || (w =
|
|
1876
|
+
R(g, e, v), h(e, t), t.innerHTML = n, h(e, r), h(e, o), h(e, a), C || (w = Te(e, "click", x), C = !0);
|
|
1785
1877
|
},
|
|
1786
1878
|
p(g, v) {
|
|
1787
1879
|
var m;
|
|
@@ -1790,7 +1882,7 @@ function gt(i) {
|
|
|
1790
1882
|
i[66].type}`]) != null ? m : "") + "") && (t.innerHTML = n), v[0] & /*$_, displayedButtons*/
|
|
1791
1883
|
33562624 && s !== (s = /*$_*/
|
|
1792
1884
|
i[25](`${/*btn*/
|
|
1793
|
-
i[66].translationKey}`) + "") &&
|
|
1885
|
+
i[66].translationKey}`) + "") && E(o, s), v[0] & /*displayedButtons*/
|
|
1794
1886
|
8192 && l !== (l = `${/*btn*/
|
|
1795
1887
|
i[66].type} GoToButton`) && u(e, "class", l);
|
|
1796
1888
|
},
|
|
@@ -1809,7 +1901,7 @@ function bt(i) {
|
|
|
1809
1901
|
e = _("button"), n = z(t), u(e, "class", "DefaultButton");
|
|
1810
1902
|
},
|
|
1811
1903
|
m(o, a) {
|
|
1812
|
-
R(o, e, a), h(e, n), r || (s =
|
|
1904
|
+
R(o, e, a), h(e, n), r || (s = Te(
|
|
1813
1905
|
e,
|
|
1814
1906
|
"click",
|
|
1815
1907
|
/*handleHomeButtonClick*/
|
|
@@ -1819,7 +1911,7 @@ function bt(i) {
|
|
|
1819
1911
|
p(o, a) {
|
|
1820
1912
|
a[0] & /*$_*/
|
|
1821
1913
|
33554432 && t !== (t = /*$_*/
|
|
1822
|
-
o[25]("bacmakeAnotherTransactionkHome") + "") &&
|
|
1914
|
+
o[25]("bacmakeAnotherTransactionkHome") + "") && E(n, t);
|
|
1823
1915
|
},
|
|
1824
1916
|
d(o) {
|
|
1825
1917
|
o && D(e), r = !1, s();
|
|
@@ -1830,37 +1922,37 @@ function vt(i) {
|
|
|
1830
1922
|
let e;
|
|
1831
1923
|
return {
|
|
1832
1924
|
c() {
|
|
1833
|
-
e = _("cashier-verifications"),
|
|
1925
|
+
e = _("cashier-verifications"), A(
|
|
1834
1926
|
e,
|
|
1835
1927
|
"lang",
|
|
1836
1928
|
/*lang*/
|
|
1837
1929
|
i[3]
|
|
1838
|
-
),
|
|
1930
|
+
), A(
|
|
1839
1931
|
e,
|
|
1840
1932
|
"translationurl",
|
|
1841
1933
|
/*translationurl*/
|
|
1842
1934
|
i[4]
|
|
1843
|
-
),
|
|
1935
|
+
), A(
|
|
1844
1936
|
e,
|
|
1845
1937
|
"endpoint",
|
|
1846
1938
|
/*endpoint*/
|
|
1847
1939
|
i[1]
|
|
1848
|
-
),
|
|
1940
|
+
), A(
|
|
1849
1941
|
e,
|
|
1850
1942
|
"clientstylingurl",
|
|
1851
1943
|
/*clientstylingurl*/
|
|
1852
1944
|
i[8]
|
|
1853
|
-
),
|
|
1945
|
+
), A(
|
|
1854
1946
|
e,
|
|
1855
1947
|
"clientstyling",
|
|
1856
1948
|
/*clientstyling*/
|
|
1857
1949
|
i[7]
|
|
1858
|
-
),
|
|
1950
|
+
), A(
|
|
1859
1951
|
e,
|
|
1860
1952
|
"customerid",
|
|
1861
1953
|
/*customerid*/
|
|
1862
1954
|
i[6]
|
|
1863
|
-
),
|
|
1955
|
+
), A(
|
|
1864
1956
|
e,
|
|
1865
1957
|
"playersession",
|
|
1866
1958
|
/*session*/
|
|
@@ -1872,43 +1964,43 @@ function vt(i) {
|
|
|
1872
1964
|
},
|
|
1873
1965
|
p(t, n) {
|
|
1874
1966
|
n[0] & /*lang*/
|
|
1875
|
-
8 &&
|
|
1967
|
+
8 && A(
|
|
1876
1968
|
e,
|
|
1877
1969
|
"lang",
|
|
1878
1970
|
/*lang*/
|
|
1879
1971
|
t[3]
|
|
1880
1972
|
), n[0] & /*translationurl*/
|
|
1881
|
-
16 &&
|
|
1973
|
+
16 && A(
|
|
1882
1974
|
e,
|
|
1883
1975
|
"translationurl",
|
|
1884
1976
|
/*translationurl*/
|
|
1885
1977
|
t[4]
|
|
1886
1978
|
), n[0] & /*endpoint*/
|
|
1887
|
-
2 &&
|
|
1979
|
+
2 && A(
|
|
1888
1980
|
e,
|
|
1889
1981
|
"endpoint",
|
|
1890
1982
|
/*endpoint*/
|
|
1891
1983
|
t[1]
|
|
1892
1984
|
), n[0] & /*clientstylingurl*/
|
|
1893
|
-
256 &&
|
|
1985
|
+
256 && A(
|
|
1894
1986
|
e,
|
|
1895
1987
|
"clientstylingurl",
|
|
1896
1988
|
/*clientstylingurl*/
|
|
1897
1989
|
t[8]
|
|
1898
1990
|
), n[0] & /*clientstyling*/
|
|
1899
|
-
128 &&
|
|
1991
|
+
128 && A(
|
|
1900
1992
|
e,
|
|
1901
1993
|
"clientstyling",
|
|
1902
1994
|
/*clientstyling*/
|
|
1903
1995
|
t[7]
|
|
1904
1996
|
), n[0] & /*customerid*/
|
|
1905
|
-
64 &&
|
|
1997
|
+
64 && A(
|
|
1906
1998
|
e,
|
|
1907
1999
|
"customerid",
|
|
1908
2000
|
/*customerid*/
|
|
1909
2001
|
t[6]
|
|
1910
2002
|
), n[0] & /*session*/
|
|
1911
|
-
4 &&
|
|
2003
|
+
4 && A(
|
|
1912
2004
|
e,
|
|
1913
2005
|
"playersession",
|
|
1914
2006
|
/*session*/
|
|
@@ -1921,7 +2013,7 @@ function vt(i) {
|
|
|
1921
2013
|
};
|
|
1922
2014
|
}
|
|
1923
2015
|
function yt(i) {
|
|
1924
|
-
let e, t =
|
|
2016
|
+
let e, t = Ie(
|
|
1925
2017
|
/*receiptFields*/
|
|
1926
2018
|
i[17]
|
|
1927
2019
|
), n = [];
|
|
@@ -1941,7 +2033,7 @@ function yt(i) {
|
|
|
1941
2033
|
p(r, s) {
|
|
1942
2034
|
if (s[0] & /*openUrlInNewTab, receiptFields, qrCodeContainer, FieldTypes*/
|
|
1943
2035
|
1074429952) {
|
|
1944
|
-
t =
|
|
2036
|
+
t = Ie(
|
|
1945
2037
|
/*receiptFields*/
|
|
1946
2038
|
r[17]
|
|
1947
2039
|
);
|
|
@@ -1956,7 +2048,7 @@ function yt(i) {
|
|
|
1956
2048
|
}
|
|
1957
2049
|
},
|
|
1958
2050
|
d(r) {
|
|
1959
|
-
r && D(e),
|
|
2051
|
+
r && D(e), St(n, r);
|
|
1960
2052
|
}
|
|
1961
2053
|
};
|
|
1962
2054
|
}
|
|
@@ -1975,7 +2067,7 @@ function Y1(i) {
|
|
|
1975
2067
|
p(r, s) {
|
|
1976
2068
|
s[0] & /*receiptFields*/
|
|
1977
2069
|
131072 && t !== (t = /*field*/
|
|
1978
|
-
r[63].defaultValue + "") &&
|
|
2070
|
+
r[63].defaultValue + "") && E(n, t);
|
|
1979
2071
|
},
|
|
1980
2072
|
d(r) {
|
|
1981
2073
|
r && D(e);
|
|
@@ -1992,7 +2084,7 @@ function $1(i) {
|
|
|
1992
2084
|
), a, l;
|
|
1993
2085
|
return {
|
|
1994
2086
|
c() {
|
|
1995
|
-
e = _("span"), n = z(t), r =
|
|
2087
|
+
e = _("span"), n = z(t), r = O(), s = _("a"), a = z(o), u(s, "href", l = /*field*/
|
|
1996
2088
|
i[63].defaultValue), u(s, "target", "_blank"), u(s, "rel", "noopener noreferrer");
|
|
1997
2089
|
},
|
|
1998
2090
|
m(C, w) {
|
|
@@ -2001,9 +2093,9 @@ function $1(i) {
|
|
|
2001
2093
|
p(C, w) {
|
|
2002
2094
|
w[0] & /*receiptFields*/
|
|
2003
2095
|
131072 && t !== (t = /*field*/
|
|
2004
|
-
C[63].description + "") &&
|
|
2096
|
+
C[63].description + "") && E(n, t), w[0] & /*receiptFields*/
|
|
2005
2097
|
131072 && o !== (o = /*field*/
|
|
2006
|
-
C[63].name + "") &&
|
|
2098
|
+
C[63].name + "") && E(a, o), w[0] & /*receiptFields*/
|
|
2007
2099
|
131072 && l !== (l = /*field*/
|
|
2008
2100
|
C[63].defaultValue) && u(s, "href", l);
|
|
2009
2101
|
},
|
|
@@ -2016,7 +2108,7 @@ function Z1(i) {
|
|
|
2016
2108
|
let e, t, n;
|
|
2017
2109
|
return {
|
|
2018
2110
|
c() {
|
|
2019
|
-
e = _("img"),
|
|
2111
|
+
e = _("img"), Oe(e.src, t = /*field*/
|
|
2020
2112
|
i[63].defaultValue) || u(e, "src", t), u(e, "title", n = /*field*/
|
|
2021
2113
|
i[63].description), u(e, "alt", "");
|
|
2022
2114
|
},
|
|
@@ -2025,7 +2117,7 @@ function Z1(i) {
|
|
|
2025
2117
|
},
|
|
2026
2118
|
p(r, s) {
|
|
2027
2119
|
s[0] & /*receiptFields*/
|
|
2028
|
-
131072 && !
|
|
2120
|
+
131072 && !Oe(e.src, t = /*field*/
|
|
2029
2121
|
r[63].defaultValue) && u(e, "src", t), s[0] & /*receiptFields*/
|
|
2030
2122
|
131072 && n !== (n = /*field*/
|
|
2031
2123
|
r[63].description) && u(e, "title", n);
|
|
@@ -2035,7 +2127,7 @@ function Z1(i) {
|
|
|
2035
2127
|
}
|
|
2036
2128
|
};
|
|
2037
2129
|
}
|
|
2038
|
-
function
|
|
2130
|
+
function V1(i) {
|
|
2039
2131
|
let e, t = (
|
|
2040
2132
|
/*field*/
|
|
2041
2133
|
i[63].defaultValue + ""
|
|
@@ -2057,7 +2149,7 @@ function U1(i) {
|
|
|
2057
2149
|
}
|
|
2058
2150
|
};
|
|
2059
2151
|
}
|
|
2060
|
-
function
|
|
2152
|
+
function U1(i) {
|
|
2061
2153
|
let e, t, n = (
|
|
2062
2154
|
/*field*/
|
|
2063
2155
|
i[63].defaultValue + ""
|
|
@@ -2077,17 +2169,17 @@ function V1(i) {
|
|
|
2077
2169
|
},
|
|
2078
2170
|
m(l, C) {
|
|
2079
2171
|
R(l, e, C), h(e, t), h(t, r), i[43](t), s || (o = [
|
|
2080
|
-
|
|
2081
|
-
|
|
2172
|
+
Te(e, "keydown", K1),
|
|
2173
|
+
Te(e, "click", a)
|
|
2082
2174
|
], s = !0);
|
|
2083
2175
|
},
|
|
2084
2176
|
p(l, C) {
|
|
2085
2177
|
i = l, C[0] & /*receiptFields*/
|
|
2086
2178
|
131072 && n !== (n = /*field*/
|
|
2087
|
-
i[63].defaultValue + "") &&
|
|
2179
|
+
i[63].defaultValue + "") && E(r, n);
|
|
2088
2180
|
},
|
|
2089
2181
|
d(l) {
|
|
2090
|
-
l && D(e), i[43](null), s = !1,
|
|
2182
|
+
l && D(e), i[43](null), s = !1, Tt(o);
|
|
2091
2183
|
}
|
|
2092
2184
|
};
|
|
2093
2185
|
}
|
|
@@ -2097,10 +2189,10 @@ function wt(i) {
|
|
|
2097
2189
|
return (
|
|
2098
2190
|
/*field*/
|
|
2099
2191
|
o[63].type === /*FieldTypes*/
|
|
2100
|
-
o[15].QRCode ?
|
|
2192
|
+
o[15].QRCode ? U1 : (
|
|
2101
2193
|
/*field*/
|
|
2102
2194
|
o[63].type === /*FieldTypes*/
|
|
2103
|
-
o[15].Html ?
|
|
2195
|
+
o[15].Html ? V1 : (
|
|
2104
2196
|
/*field*/
|
|
2105
2197
|
o[63].type === /*FieldTypes*/
|
|
2106
2198
|
o[15].Image ? Z1 : (
|
|
@@ -2115,7 +2207,7 @@ function wt(i) {
|
|
|
2115
2207
|
let r = n(i), s = r(i);
|
|
2116
2208
|
return {
|
|
2117
2209
|
c() {
|
|
2118
|
-
e = _("div"), s.c(), t =
|
|
2210
|
+
e = _("div"), s.c(), t = O(), u(e, "class", "ReceiptField");
|
|
2119
2211
|
},
|
|
2120
2212
|
m(o, a) {
|
|
2121
2213
|
R(o, e, a), s.m(e, null), h(e, t);
|
|
@@ -2133,7 +2225,7 @@ function F1(i) {
|
|
|
2133
2225
|
function t(s, o) {
|
|
2134
2226
|
return (
|
|
2135
2227
|
/*isLoading*/
|
|
2136
|
-
s[12] ? W1 :
|
|
2228
|
+
s[12] ? W1 : L1
|
|
2137
2229
|
);
|
|
2138
2230
|
}
|
|
2139
2231
|
let n = t(i), r = n(i);
|
|
@@ -2158,8 +2250,8 @@ let N1 = "_blank";
|
|
|
2158
2250
|
const K1 = (i) => i.preventDefault();
|
|
2159
2251
|
function G1(i, e, t) {
|
|
2160
2252
|
let n;
|
|
2161
|
-
Kt(i, n1, (c) => t(25, n = c)),
|
|
2162
|
-
let { endpoint: r } = e, { session: s } = e, { lang: o = "en" } = e, { local: a = "en-US" } = e, { showerrors: l = "true" } = e, { translationurl: C } = e, { assetsurl: w = "" } = e, { customerid: x } = e, { transactionid: M } = e, { currencydecimals: g = "0" } = e, { clientstyling: v = "" } = e, { clientstylingurl: m = "" } = e, { mbsource: $ = "" } = e, { showverifications: K = "true" } = e, { paymentmethod: G = "" } = e, Z = !1, { customsucceessbuttons: ne = "" } = e, { custompendingbuttons: ee = "" } = e, { customfailedbuttons: W = "" } = e, { currencysymbol:
|
|
2253
|
+
Kt(i, n1, (c) => t(25, n = c)), je.extend(m1);
|
|
2254
|
+
let { endpoint: r } = e, { session: s } = e, { lang: o = "en" } = e, { local: a = "en-US" } = e, { showerrors: l = "true" } = e, { translationurl: C } = e, { assetsurl: w = "" } = e, { customerid: x } = e, { transactionid: M } = e, { currencydecimals: g = "0" } = e, { clientstyling: v = "" } = e, { clientstylingurl: m = "" } = e, { mbsource: $ = "" } = e, { showverifications: K = "true" } = e, { paymentmethod: G = "" } = e, Z = !1, { customsucceessbuttons: ne = "" } = e, { custompendingbuttons: ee = "" } = e, { customfailedbuttons: W = "" } = e, { currencysymbol: U = "" } = e, { currencyposition: ce = "" } = e, { p2p: se = "false" } = e, V = [];
|
|
2163
2255
|
var P;
|
|
2164
2256
|
(function(c) {
|
|
2165
2257
|
c.Success = "Success", c.Maintenance = "Maintenance";
|
|
@@ -2191,7 +2283,7 @@ function G1(i, e, t) {
|
|
|
2191
2283
|
[["Html", 19], B.Html],
|
|
2192
2284
|
[["QR", 20], B.QRCode]
|
|
2193
2285
|
].reduce(ve, []));
|
|
2194
|
-
let f, d = [], b, p,
|
|
2286
|
+
let f, d = [], b, p, T = [], S, H, I = "", j = window.navigator.userAgent, F = !1;
|
|
2195
2287
|
const J = {
|
|
2196
2288
|
promotions: {
|
|
2197
2289
|
event: "Cashier:goToPromotions",
|
|
@@ -2249,13 +2341,13 @@ function G1(i, e, t) {
|
|
|
2249
2341
|
type: "CloseButton"
|
|
2250
2342
|
}
|
|
2251
2343
|
}, ae = (c) => {
|
|
2252
|
-
t(13,
|
|
2253
|
-
J[pe.trim()] &&
|
|
2344
|
+
t(13, V = []), c.split(",").forEach((pe) => {
|
|
2345
|
+
J[pe.trim()] && V.push(J[pe.trim()]);
|
|
2254
2346
|
});
|
|
2255
2347
|
}, me = () => {
|
|
2256
2348
|
s1(o);
|
|
2257
2349
|
};
|
|
2258
|
-
Gt(() => (window.addEventListener("message", he, !1), R1(a,
|
|
2350
|
+
Gt(() => (window.addEventListener("message", he, !1), R1(a, U, ce, g), () => {
|
|
2259
2351
|
window.removeEventListener("message", he);
|
|
2260
2352
|
}));
|
|
2261
2353
|
const he = (c) => {
|
|
@@ -2282,14 +2374,14 @@ function G1(i, e, t) {
|
|
|
2282
2374
|
window.postMessage(
|
|
2283
2375
|
{
|
|
2284
2376
|
type: "ErrorResponseCode",
|
|
2285
|
-
errorResponseCode:
|
|
2286
|
-
showErrorOutsideReceiptPage:
|
|
2377
|
+
errorResponseCode: S,
|
|
2378
|
+
showErrorOutsideReceiptPage: H
|
|
2287
2379
|
},
|
|
2288
2380
|
window.location.href
|
|
2289
2381
|
);
|
|
2290
2382
|
}, le = () => {
|
|
2291
2383
|
const c = new URL(`${r}/v1/player/${x}/payment/GetPaymentInfo`), N = new Headers();
|
|
2292
|
-
N.append("accept", "application/json"), N.append("Content-Type", "application/json"), N.append("X-SessionId", `${s}`), N.append("X-Client-Request-Timestamp",
|
|
2384
|
+
N.append("accept", "application/json"), N.append("Content-Type", "application/json"), N.append("X-SessionId", `${s}`), N.append("X-Client-Request-Timestamp", je.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
|
|
2293
2385
|
const pe = {
|
|
2294
2386
|
method: "POST",
|
|
2295
2387
|
headers: N,
|
|
@@ -2298,7 +2390,7 @@ function G1(i, e, t) {
|
|
|
2298
2390
|
t(12, Z = !0), fetch(c, pe).then((Y) => Y.json()).then((Y) => {
|
|
2299
2391
|
var te, ie, re, oe;
|
|
2300
2392
|
if (Y.ResponseCode !== P.Success) {
|
|
2301
|
-
t(20,
|
|
2393
|
+
t(20, S = Y.ResponseCode), t(21, H = l.toLowerCase() === "false" || !l), X();
|
|
2302
2394
|
return;
|
|
2303
2395
|
}
|
|
2304
2396
|
switch (t(16, f = {
|
|
@@ -2319,7 +2411,7 @@ function G1(i, e, t) {
|
|
|
2319
2411
|
})) : []), G || t(0, G = d[0].defaultValue), n(l1(f.status, f.type), { values: { errorText: f.message } }), t(18, b = P1(Number(f.amount), f.currency)), f.status) {
|
|
2320
2412
|
case "Voided":
|
|
2321
2413
|
case "Success":
|
|
2322
|
-
ae(ne || "casino, livecasino, tournaments"), t(22,
|
|
2414
|
+
ae(ne || "casino, livecasino, tournaments"), t(22, I = "success"), ct(
|
|
2323
2415
|
f.type === "Deposit" ? "deposit_success" : "withdrawal_success",
|
|
2324
2416
|
{
|
|
2325
2417
|
userID: x,
|
|
@@ -2335,12 +2427,12 @@ function G1(i, e, t) {
|
|
|
2335
2427
|
case "PendingApprovalStage2":
|
|
2336
2428
|
case "PendingApprovalStage3":
|
|
2337
2429
|
case "PendingOfflineNotification":
|
|
2338
|
-
ae(ee || "casino, livecasino, tournaments"), t(22,
|
|
2430
|
+
ae(ee || "casino, livecasino, tournaments"), t(22, I = "pending");
|
|
2339
2431
|
break;
|
|
2340
2432
|
case "Rejected":
|
|
2341
2433
|
case "Cancelled":
|
|
2342
2434
|
case "Failed":
|
|
2343
|
-
ae(W || "casino, livecasino, tournaments"), t(22,
|
|
2435
|
+
ae(W || "casino, livecasino, tournaments"), t(22, I = "failed"), ct(
|
|
2344
2436
|
f.type === "Deposit" ? "deposit_failed" : "withdrawal_failed",
|
|
2345
2437
|
{
|
|
2346
2438
|
userID: x,
|
|
@@ -2370,12 +2462,12 @@ function G1(i, e, t) {
|
|
|
2370
2462
|
window.location.href
|
|
2371
2463
|
);
|
|
2372
2464
|
};
|
|
2373
|
-
let ye,
|
|
2465
|
+
let ye, Se;
|
|
2374
2466
|
const Me = (c, N = !0) => qe(this, null, function* () {
|
|
2375
2467
|
const Y = c.currentTarget.innerHTML;
|
|
2376
2468
|
if (Y && navigator.clipboard && navigator.clipboard.writeText)
|
|
2377
2469
|
try {
|
|
2378
|
-
yield navigator.clipboard.writeText(Y), N && (t(24, ye = !0), clearTimeout(
|
|
2470
|
+
yield navigator.clipboard.writeText(Y), N && (t(24, ye = !0), clearTimeout(Se), Se = setTimeout(
|
|
2379
2471
|
() => {
|
|
2380
2472
|
t(24, ye = !1);
|
|
2381
2473
|
},
|
|
@@ -2387,7 +2479,7 @@ function G1(i, e, t) {
|
|
|
2387
2479
|
}), we = (c) => ue(c.event);
|
|
2388
2480
|
function xe(c) {
|
|
2389
2481
|
Qe[c ? "unshift" : "push"](() => {
|
|
2390
|
-
|
|
2482
|
+
T[T.length] = c, t(19, T);
|
|
2391
2483
|
});
|
|
2392
2484
|
}
|
|
2393
2485
|
const _e = (c) => {
|
|
@@ -2399,7 +2491,7 @@ function G1(i, e, t) {
|
|
|
2399
2491
|
});
|
|
2400
2492
|
}
|
|
2401
2493
|
return i.$$set = (c) => {
|
|
2402
|
-
"endpoint" in c && t(1, r = c.endpoint), "session" in c && t(2, s = c.session), "lang" in c && t(3, o = c.lang), "local" in c && t(32, a = c.local), "showerrors" in c && t(33, l = c.showerrors), "translationurl" in c && t(4, C = c.translationurl), "assetsurl" in c && t(5, w = c.assetsurl), "customerid" in c && t(6, x = c.customerid), "transactionid" in c && t(34, M = c.transactionid), "currencydecimals" in c && t(35, g = c.currencydecimals), "clientstyling" in c && t(7, v = c.clientstyling), "clientstylingurl" in c && t(8, m = c.clientstylingurl), "mbsource" in c && t(36, $ = c.mbsource), "showverifications" in c && t(9, K = c.showverifications), "paymentmethod" in c && t(0, G = c.paymentmethod), "customsucceessbuttons" in c && t(37, ne = c.customsucceessbuttons), "custompendingbuttons" in c && t(38, ee = c.custompendingbuttons), "customfailedbuttons" in c && t(39, W = c.customfailedbuttons), "currencysymbol" in c && t(40,
|
|
2494
|
+
"endpoint" in c && t(1, r = c.endpoint), "session" in c && t(2, s = c.session), "lang" in c && t(3, o = c.lang), "local" in c && t(32, a = c.local), "showerrors" in c && t(33, l = c.showerrors), "translationurl" in c && t(4, C = c.translationurl), "assetsurl" in c && t(5, w = c.assetsurl), "customerid" in c && t(6, x = c.customerid), "transactionid" in c && t(34, M = c.transactionid), "currencydecimals" in c && t(35, g = c.currencydecimals), "clientstyling" in c && t(7, v = c.clientstyling), "clientstylingurl" in c && t(8, m = c.clientstylingurl), "mbsource" in c && t(36, $ = c.mbsource), "showverifications" in c && t(9, K = c.showverifications), "paymentmethod" in c && t(0, G = c.paymentmethod), "customsucceessbuttons" in c && t(37, ne = c.customsucceessbuttons), "custompendingbuttons" in c && t(38, ee = c.custompendingbuttons), "customfailedbuttons" in c && t(39, W = c.customfailedbuttons), "currencysymbol" in c && t(40, U = c.currencysymbol), "currencyposition" in c && t(41, ce = c.currencyposition), "p2p" in c && t(10, se = c.p2p);
|
|
2403
2495
|
}, i.$$.update = () => {
|
|
2404
2496
|
i.$$.dirty[0] & /*endpoint, session, customerid*/
|
|
2405
2497
|
70 | i.$$.dirty[1] & /*transactionid, showerrors*/
|
|
@@ -2424,20 +2516,20 @@ function G1(i, e, t) {
|
|
|
2424
2516
|
se,
|
|
2425
2517
|
p,
|
|
2426
2518
|
Z,
|
|
2427
|
-
|
|
2519
|
+
V,
|
|
2428
2520
|
P,
|
|
2429
2521
|
B,
|
|
2430
2522
|
f,
|
|
2431
2523
|
d,
|
|
2432
2524
|
b,
|
|
2433
|
-
S,
|
|
2434
2525
|
T,
|
|
2435
|
-
|
|
2436
|
-
|
|
2526
|
+
S,
|
|
2527
|
+
H,
|
|
2528
|
+
I,
|
|
2437
2529
|
F,
|
|
2438
2530
|
ye,
|
|
2439
2531
|
n,
|
|
2440
|
-
|
|
2532
|
+
j,
|
|
2441
2533
|
le,
|
|
2442
2534
|
ue,
|
|
2443
2535
|
Ce,
|
|
@@ -2451,7 +2543,7 @@ function G1(i, e, t) {
|
|
|
2451
2543
|
ne,
|
|
2452
2544
|
ee,
|
|
2453
2545
|
W,
|
|
2454
|
-
|
|
2546
|
+
U,
|
|
2455
2547
|
ce,
|
|
2456
2548
|
we,
|
|
2457
2549
|
xe,
|
|
@@ -2461,12 +2553,12 @@ function G1(i, e, t) {
|
|
|
2461
2553
|
}
|
|
2462
2554
|
class q1 extends Zt {
|
|
2463
2555
|
constructor(e) {
|
|
2464
|
-
super(),
|
|
2556
|
+
super(), Vt(
|
|
2465
2557
|
this,
|
|
2466
2558
|
e,
|
|
2467
2559
|
G1,
|
|
2468
2560
|
F1,
|
|
2469
|
-
|
|
2561
|
+
Ut,
|
|
2470
2562
|
{
|
|
2471
2563
|
endpoint: 1,
|
|
2472
2564
|
session: 2,
|
|
@@ -2490,7 +2582,7 @@ class q1 extends Zt {
|
|
|
2490
2582
|
currencyposition: 41,
|
|
2491
2583
|
p2p: 10
|
|
2492
2584
|
},
|
|
2493
|
-
|
|
2585
|
+
H1,
|
|
2494
2586
|
[-1, -1, -1]
|
|
2495
2587
|
);
|
|
2496
2588
|
}
|