@everymatrix/cashier-page 1.89.100 → 1.89.102

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 (30) hide show
  1. package/components/{CashierError-CbEfmBWG.js → CashierError-BTQVXP-0.js} +322 -242
  2. package/components/{CashierError-BadEP4Hf.js → CashierError-D0vY7Wlk.js} +322 -242
  3. package/components/CashierError-DDQmcXZG.cjs +1 -0
  4. package/components/{CashierMethodDetails-C1YivsY0.js → CashierMethodDetails-Btmaq1-9.js} +110 -110
  5. package/components/{CashierMethodDetails-Bpr9Q04a.cjs → CashierMethodDetails-Dbnc7shQ.cjs} +4 -4
  6. package/components/{CashierMethodDetails-Dm0LrfPv.js → CashierMethodDetails-DnLloOGQ.js} +111 -111
  7. package/components/{CashierMethodsList-BQyTMxwJ.cjs → CashierMethodsList-CGPx40po.cjs} +1 -1
  8. package/components/{CashierMethodsList-BgT8GtZO.js → CashierMethodsList-CReSXWdx.js} +1 -1
  9. package/components/{CashierMethodsList-Becd-_0j.js → CashierMethodsList-CuJPHIHU.js} +1 -1
  10. package/components/{CashierPage-B-8PEr0a.js → CashierPage-B9MuiEuN.js} +486 -501
  11. package/components/{CashierPage-BvBfbCf3.cjs → CashierPage-BsE2ZMrd.cjs} +1 -1
  12. package/components/{CashierPage-DpttN4Et.js → CashierPage-CqokTEHt.js} +1083 -1098
  13. package/components/CashierReceiptPage-CCTAfU-P.cjs +26 -0
  14. package/components/{CashierReceiptPage-CQ6d-Cj-.js → CashierReceiptPage-CcnHFz9U.js} +120 -123
  15. package/components/{CashierReceiptPage-COp3NsUw.js → CashierReceiptPage-oNKyLl1c.js} +112 -115
  16. package/components/{CashierSessionExpirationModal-CwFxQe0o.cjs → CashierSessionExpirationModal-C9VLtqwk.cjs} +1 -1
  17. package/components/{CashierSessionExpirationModal-v2UJ63eL.js → CashierSessionExpirationModal-CakNFSKm.js} +2 -2
  18. package/components/{CashierSessionExpirationModal-B4o06oWl.js → CashierSessionExpirationModal-D-saBC_R.js} +2 -2
  19. package/components/{CashierTransactionHistory-d_VQTD25.js → CashierTransactionHistory-BsNGnILx.js} +2 -2
  20. package/components/{CashierTransactionHistory-CsBXpcL2.js → CashierTransactionHistory-C8JveduT.js} +2 -2
  21. package/components/{CashierTransactionHistory-DKbhA_Rk.cjs → CashierTransactionHistory-DDr_nMdn.cjs} +1 -1
  22. package/components/{CashierVerifications-D7ImXlXI.js → CashierVerifications-BBCRIeej.js} +1 -1
  23. package/components/{CashierVerifications-CaqLtBnF.cjs → CashierVerifications-BrMcnmHj.cjs} +1 -1
  24. package/components/{CashierVerifications-DCEd6r59.js → CashierVerifications-ByJreZO5.js} +1 -1
  25. package/es2015/cashier-page.cjs +1 -1
  26. package/es2015/cashier-page.js +1 -1
  27. package/esnext/cashier-page.js +1 -1
  28. package/package.json +1 -1
  29. package/components/CashierError-CfXNs5SO.cjs +0 -1
  30. package/components/CashierReceiptPage-pHomkDwd.cjs +0 -28
@@ -1,14 +1,14 @@
1
- import { a as J, i as X, $ as Q, S as Z, b as $, s as ee, f as v, c as te, d as D, e as k, t as M, g as A, u as I, h as x, j as P, k as _, l as b, m as w, n as R, o as L, p as ie, q as ne, r as j, v as B, w as W, x as ae, y as re, z as S, A as O, B as oe, C as se, D as le, E as ue, F as de } from "./CashierCarousel-CXoovlrR.js";
1
+ import { a as Z, i as $, $ as ee, S as te, b as ie, s as ne, f as E, c as ae, d as I, e as h, t as P, g as x, u as W, h as O, j as R, k as v, l as b, m as _, n as D, o as w, p as re, q as oe, r as N, v as A, w as M, x as se, y as le, z as F, A as B, B as ue, C as ce, D as de, E as me, F as fe } from "./CashierCarousel-CXoovlrR.js";
2
2
  import "../stencil/ui-image-CNaRr0ax.js";
3
- function V(t, e) {
4
- J(t, e);
3
+ function q(i, e) {
4
+ Z(i, e);
5
5
  }
6
- function ce(t) {
7
- X({
6
+ function pe(i) {
7
+ $({
8
8
  fallbackLocale: "en"
9
- }), Q.set(t);
9
+ }), ee.set(i);
10
10
  }
11
- const q = {
11
+ const U = {
12
12
  en: {
13
13
  errorGeneralTitle: "Error Occurred",
14
14
  errorGeneralText: "Something went wrong",
@@ -23,7 +23,8 @@ const q = {
23
23
  TransactionIsBlockedDueToNotCompletedKyc: "We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",
24
24
  InsufficientCasinoFunds: " Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",
25
25
  DepositWageringLimit: "Attention! Your winnings balance has less than the amount you want to withdraw.",
26
- DepositWageringLimitText: "Deposit wagering: {amount}",
26
+ DepositWageringFetching: "Data fetching",
27
+ DepositWageringLimitText: "Deposit wagering: ",
27
28
  AmountMinLimitExceeded: "Amount is smaller than PaymentMethod minimum limit",
28
29
  AmountMaxLimitExceeded: "Amount is bigger than PaymentMethod maximum limit",
29
30
  AmountIsMissing: "Amount is missing",
@@ -65,7 +66,8 @@ const q = {
65
66
  TransactionIsBlockedDueToNotCompletedKyc: "İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",
66
67
  InsufficientCasinoFunds: "Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",
67
68
  DepositWageringLimit: "Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",
68
- DepositWageringLimitText: "Depozit çevrim: {amount}",
69
+ DepositWageringFetching: "Veri yükleniyor",
70
+ DepositWageringLimitText: "Depozit çevrim:",
69
71
  AmountMinLimitExceeded: "Tutar, Ödeme Yöntemi minimum sınırından daha küçük",
70
72
  AmountMaxLimitExceeded: "Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",
71
73
  AmountIsMissing: "Tutar eksik",
@@ -107,7 +109,8 @@ const q = {
107
109
  TransactionIsBlockedDueToNotCompletedKyc: "Nous sommes désolés, mais nous ne pouvons pas traiter la transaction car vous n’avez pas complété le KYC. Veuillez vérifier votre identité ou contacter le service client pour obtenir de l’aide. Code d’erreur 23601",
108
110
  InsufficientCasinoFunds: "Votre retrait dépasse votre solde disponible. Veuillez vérifier votre solde disponible afin d’ajuster le montant du retrait",
109
111
  DepositWageringLimit: "Attention ! Le solde de vos gains est inférieur au montant que vous souhaitez retirer.",
110
- DepositWageringLimitText: "Mise de dépôt : {amount}",
112
+ DepositWageringLimitText: "Mise de dépôt:",
113
+ DepositWageringFetching: "Chargement des données",
111
114
  AmountMinLimitExceeded: "Le montant est inférieur à la limite minimale du moyen de paiement",
112
115
  AmountMaxLimitExceeded: "Le montant est supérieur à la limite maximale du moyen de paiement",
113
116
  AmountIsMissing: "Le montant est manquant",
@@ -136,397 +139,474 @@ const q = {
136
139
  InvalidAccount: "Compte invalide"
137
140
  }
138
141
  };
139
- function me(t) {
140
- te(t, "svelte-m958fw", ".CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}");
142
+ function ge(i) {
143
+ ae(i, "svelte-y815d8", '.WageringFetch{margin:10px}.LoadingText::after{content:"";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}');
141
144
  }
142
- const fe = (t) => ({}), U = (t) => ({}), pe = (t) => ({}), F = (t) => ({}), ye = (t) => ({}), H = (t) => ({}), he = (t) => ({}), K = (t) => ({ class: "CashierErrorIcon" });
143
- function G(t) {
144
- let e, i;
145
+ const ye = (i) => ({}), H = (i) => ({}), he = (i) => ({}), K = (i) => ({}), ve = (i) => ({}), G = (i) => ({}), be = (i) => ({}), Y = (i) => ({ class: "CashierErrorIcon" });
146
+ function j(i) {
147
+ let e, t;
145
148
  return {
146
149
  c() {
147
- e = w("ui-image"), S(e.src, i = `${/*assetsurl*/
148
- t[0]}/error-general-icon.png`) || O(e, "src", i), O(e, "width", "300px"), O(e, "alt", "error");
150
+ e = _("ui-image"), F(e.src, t = `${/*assetsurl*/
151
+ i[0]}/error-general-icon.png`) || B(e, "src", t), B(e, "width", "300px"), B(e, "alt", "error");
149
152
  },
150
153
  m(r, o) {
151
- _(r, e, o);
154
+ v(r, e, o);
152
155
  },
153
156
  p(r, o) {
154
157
  o & /*assetsurl*/
155
- 1 && !S(e.src, i = `${/*assetsurl*/
156
- r[0]}/error-general-icon.png`) && O(e, "src", i);
158
+ 1 && !F(e.src, t = `${/*assetsurl*/
159
+ r[0]}/error-general-icon.png`) && B(e, "src", t);
157
160
  },
158
161
  d(r) {
159
- r && k(e);
162
+ r && h(e);
160
163
  }
161
164
  };
162
165
  }
163
- function ge(t) {
164
- let e, i = (
166
+ function _e(i) {
167
+ let e, t = (
165
168
  /*assetsurl*/
166
- t[0] && G(t)
169
+ i[0] && j(i)
167
170
  );
168
171
  return {
169
172
  c() {
170
- i && i.c(), e = j();
173
+ t && t.c(), e = N();
171
174
  },
172
175
  m(r, o) {
173
- i && i.m(r, o), _(r, e, o);
176
+ t && t.m(r, o), v(r, e, o);
174
177
  },
175
178
  p(r, o) {
176
179
  /*assetsurl*/
177
- r[0] ? i ? i.p(r, o) : (i = G(r), i.c(), i.m(e.parentNode, e)) : i && (i.d(1), i = null);
180
+ r[0] ? t ? t.p(r, o) : (t = j(r), t.c(), t.m(e.parentNode, e)) : t && (t.d(1), t = null);
178
181
  },
179
182
  d(r) {
180
- r && k(e), i && i.d(r);
183
+ r && h(e), t && t.d(r);
181
184
  }
182
185
  };
183
186
  }
184
- function Y(t) {
185
- let e, i = (
187
+ function J(i) {
188
+ let e;
189
+ function t(a, n) {
190
+ return (
191
+ /*depositWageringAmount*/
192
+ a[3] < 0 ? ze : ke
193
+ );
194
+ }
195
+ let r = t(i), o = r(i);
196
+ return {
197
+ c() {
198
+ o.c(), e = N();
199
+ },
200
+ m(a, n) {
201
+ o.m(a, n), v(a, e, n);
202
+ },
203
+ p(a, n) {
204
+ r === (r = t(a)) && o ? o.p(a, n) : (o.d(1), o = r(a), o && (o.c(), o.m(e.parentNode, e)));
205
+ },
206
+ d(a) {
207
+ a && h(e), o.d(a);
208
+ }
209
+ };
210
+ }
211
+ function ke(i) {
212
+ let e, t = (
186
213
  /*$_*/
187
- t[4](
188
- "DepositWageringLimitText",
189
- /*depositwageringamount*/
190
- t[2]
191
- ) + ""
192
- ), r;
214
+ i[5]("DepositWageringLimitText") + ""
215
+ ), r, o, a = (
216
+ /*depositWageringAmount*/
217
+ i[3] > 0 && X(i)
218
+ );
193
219
  return {
194
220
  c() {
195
- e = w("span"), r = W(i), L(e, "class", "CashierErrorText");
221
+ e = _("span"), r = M(t), o = D(), a && a.c(), w(e, "class", "CashierErrorText");
222
+ },
223
+ m(n, l) {
224
+ v(n, e, l), b(e, r), b(e, o), a && a.m(e, null);
196
225
  },
197
- m(o, d) {
198
- _(o, e, d), b(e, r);
226
+ p(n, l) {
227
+ l & /*$_*/
228
+ 32 && t !== (t = /*$_*/
229
+ n[5]("DepositWageringLimitText") + "") && A(r, t), /*depositWageringAmount*/
230
+ n[3] > 0 ? a ? a.p(n, l) : (a = X(n), a.c(), a.m(e, null)) : a && (a.d(1), a = null);
199
231
  },
200
- p(o, d) {
201
- d & /*$_, depositwageringamount*/
202
- 20 && i !== (i = /*$_*/
203
- o[4](
204
- "DepositWageringLimitText",
205
- /*depositwageringamount*/
206
- o[2]
207
- ) + "") && B(r, i);
232
+ d(n) {
233
+ n && h(e), a && a.d();
234
+ }
235
+ };
236
+ }
237
+ function ze(i) {
238
+ let e, t, r = (
239
+ /*$_*/
240
+ i[5]("DepositWageringFetching") + ""
241
+ ), o;
242
+ return {
243
+ c() {
244
+ e = _("div"), t = _("span"), o = M(r), w(t, "class", "CashierErrorText LoadingText"), w(e, "class", "WageringFetch");
245
+ },
246
+ m(a, n) {
247
+ v(a, e, n), b(e, t), b(t, o);
248
+ },
249
+ p(a, n) {
250
+ n & /*$_*/
251
+ 32 && r !== (r = /*$_*/
252
+ a[5]("DepositWageringFetching") + "") && A(o, r);
253
+ },
254
+ d(a) {
255
+ a && h(e);
256
+ }
257
+ };
258
+ }
259
+ function X(i) {
260
+ let e, t, r;
261
+ return {
262
+ c() {
263
+ e = M(
264
+ /*depositWageringAmount*/
265
+ i[3]
266
+ ), t = D(), r = M(
267
+ /*depositWageringCurrency*/
268
+ i[4]
269
+ );
270
+ },
271
+ m(o, a) {
272
+ v(o, e, a), v(o, t, a), v(o, r, a);
273
+ },
274
+ p(o, a) {
275
+ a & /*depositWageringAmount*/
276
+ 8 && A(
277
+ e,
278
+ /*depositWageringAmount*/
279
+ o[3]
280
+ ), a & /*depositWageringCurrency*/
281
+ 16 && A(
282
+ r,
283
+ /*depositWageringCurrency*/
284
+ o[4]
285
+ );
208
286
  },
209
287
  d(o) {
210
- o && k(e);
288
+ o && (h(e), h(t), h(r));
211
289
  }
212
290
  };
213
291
  }
214
- function ve(t) {
215
- let e, i = (
292
+ function Ce(i) {
293
+ let e, t = (
216
294
  /*$_*/
217
- t[4](`${/*errorcode*/
218
- t[1] || "errorGeneralText"}`) + ""
219
- ), r, o, d, n = (
295
+ i[5](`${/*errorcode*/
296
+ i[1] || "errorGeneralText"}`) + ""
297
+ ), r, o, a, n = (
220
298
  /*errorcode*/
221
- t[1] == "DepositWageringLimit" && Y(t)
299
+ i[1] == "DepositWageringLimit" && J(i)
222
300
  );
223
301
  return {
224
302
  c() {
225
- e = w("span"), r = W(i), o = R(), n && n.c(), d = j(), L(e, "class", "CashierErrorText");
303
+ e = _("span"), r = M(t), o = D(), n && n.c(), a = N(), w(e, "class", "CashierErrorText");
226
304
  },
227
- m(s, c) {
228
- _(s, e, c), b(e, r), _(s, o, c), n && n.m(s, c), _(s, d, c);
305
+ m(l, c) {
306
+ v(l, e, c), b(e, r), v(l, o, c), n && n.m(l, c), v(l, a, c);
229
307
  },
230
- p(s, c) {
308
+ p(l, c) {
231
309
  c & /*$_, errorcode*/
232
- 18 && i !== (i = /*$_*/
233
- s[4](`${/*errorcode*/
234
- s[1] || "errorGeneralText"}`) + "") && B(r, i), /*errorcode*/
235
- s[1] == "DepositWageringLimit" ? n ? n.p(s, c) : (n = Y(s), n.c(), n.m(d.parentNode, d)) : n && (n.d(1), n = null);
310
+ 34 && t !== (t = /*$_*/
311
+ l[5](`${/*errorcode*/
312
+ l[1] || "errorGeneralText"}`) + "") && A(r, t), /*errorcode*/
313
+ l[1] == "DepositWageringLimit" ? n ? n.p(l, c) : (n = J(l), n.c(), n.m(a.parentNode, a)) : n && (n.d(1), n = null);
236
314
  },
237
- d(s) {
238
- s && (k(e), k(o), k(d)), n && n.d(s);
315
+ d(l) {
316
+ l && (h(e), h(o), h(a)), n && n.d(l);
239
317
  }
240
318
  };
241
319
  }
242
- function be(t) {
243
- let e, i, r = (
320
+ function Ee(i) {
321
+ let e, t, r = (
244
322
  /*$_*/
245
- t[4]("errorGeneralButton") + ""
246
- ), o, d, n;
323
+ i[5]("errorGeneralButton") + ""
324
+ ), o, a, n;
247
325
  return {
248
326
  c() {
249
- e = w("button"), i = w("span"), o = W(r), L(e, "class", "CashierErrorButton");
327
+ e = _("button"), t = _("span"), o = M(r), w(e, "class", "CashierErrorButton");
250
328
  },
251
- m(s, c) {
252
- _(s, e, c), b(e, i), b(i, o), d || (n = ae(
329
+ m(l, c) {
330
+ v(l, e, c), b(e, t), b(t, o), a || (n = se(
253
331
  e,
254
332
  "click",
255
333
  /*close*/
256
- t[5]
257
- ), d = !0);
334
+ i[6]
335
+ ), a = !0);
258
336
  },
259
- p(s, c) {
337
+ p(l, c) {
260
338
  c & /*$_*/
261
- 16 && r !== (r = /*$_*/
262
- s[4]("errorGeneralButton") + "") && B(o, r);
339
+ 32 && r !== (r = /*$_*/
340
+ l[5]("errorGeneralButton") + "") && A(o, r);
263
341
  },
264
- d(s) {
265
- s && k(e), d = !1, n();
342
+ d(l) {
343
+ l && h(e), a = !1, n();
266
344
  }
267
345
  };
268
346
  }
269
- function ke(t) {
270
- let e, i, r, o, d, n;
271
- const s = (
347
+ function we(i) {
348
+ let e, t, r, o, a, n;
349
+ const l = (
272
350
  /*#slots*/
273
- t[12].icon
274
- ), c = D(
275
- s,
276
- t,
351
+ i[13].icon
352
+ ), c = I(
353
+ l,
354
+ i,
277
355
  /*$$scope*/
278
- t[11],
279
- K
280
- ), f = c || ge(t), h = (
356
+ i[12],
357
+ Y
358
+ ), m = c || _e(i), k = (
281
359
  /*#slots*/
282
- t[12].title
283
- ), p = D(
284
- h,
285
- t,
360
+ i[13].title
361
+ ), f = I(
362
+ k,
363
+ i,
286
364
  /*$$scope*/
287
- t[11],
288
- H
289
- ), g = (
365
+ i[12],
366
+ G
367
+ ), z = (
290
368
  /*#slots*/
291
- t[12].text
292
- ), z = D(
293
- g,
294
- t,
369
+ i[13].text
370
+ ), p = I(
371
+ z,
372
+ i,
295
373
  /*$$scope*/
296
- t[11],
297
- F
298
- ), u = z || ve(t), T = (
374
+ i[12],
375
+ K
376
+ ), g = p || Ce(i), T = (
299
377
  /*#slots*/
300
- t[12].button
301
- ), C = D(
378
+ i[13].button
379
+ ), C = I(
302
380
  T,
303
- t,
381
+ i,
304
382
  /*$$scope*/
305
- t[11],
306
- U
307
- ), y = C || be(t);
383
+ i[12],
384
+ H
385
+ ), y = C || Ee(i);
308
386
  return {
309
387
  c() {
310
- e = w("div"), i = w("div"), f && f.c(), r = R(), p && p.c(), o = R(), u && u.c(), d = R(), y && y.c(), L(i, "class", "CashierErrorContent"), L(e, "class", "CashierError");
388
+ e = _("div"), t = _("div"), m && m.c(), r = D(), f && f.c(), o = D(), g && g.c(), a = D(), y && y.c(), w(t, "class", "CashierErrorContent"), w(e, "class", "CashierError");
311
389
  },
312
- m(a, m) {
313
- _(a, e, m), b(e, i), f && f.m(i, null), b(i, r), p && p.m(i, null), b(i, o), u && u.m(i, null), b(i, d), y && y.m(i, null), t[13](e), n = !0;
390
+ m(s, d) {
391
+ v(s, e, d), b(e, t), m && m.m(t, null), b(t, r), f && f.m(t, null), b(t, o), g && g.m(t, null), b(t, a), y && y.m(t, null), i[14](e), n = !0;
314
392
  },
315
- p(a, [m]) {
316
- c ? c.p && (!n || m & /*$$scope*/
317
- 2048) && I(
393
+ p(s, [d]) {
394
+ c ? c.p && (!n || d & /*$$scope*/
395
+ 4096) && W(
318
396
  c,
397
+ l,
319
398
  s,
320
- a,
321
399
  /*$$scope*/
322
- a[11],
323
- n ? P(
324
- s,
400
+ s[12],
401
+ n ? R(
402
+ l,
325
403
  /*$$scope*/
326
- a[11],
327
- m,
328
- he
329
- ) : x(
404
+ s[12],
405
+ d,
406
+ be
407
+ ) : O(
330
408
  /*$$scope*/
331
- a[11]
409
+ s[12]
332
410
  ),
333
- K
334
- ) : f && f.p && (!n || m & /*assetsurl*/
335
- 1) && f.p(a, n ? m : -1), p && p.p && (!n || m & /*$$scope*/
336
- 2048) && I(
337
- p,
338
- h,
339
- a,
411
+ Y
412
+ ) : m && m.p && (!n || d & /*assetsurl*/
413
+ 1) && m.p(s, n ? d : -1), f && f.p && (!n || d & /*$$scope*/
414
+ 4096) && W(
415
+ f,
416
+ k,
417
+ s,
340
418
  /*$$scope*/
341
- a[11],
342
- n ? P(
343
- h,
419
+ s[12],
420
+ n ? R(
421
+ k,
344
422
  /*$$scope*/
345
- a[11],
346
- m,
347
- ye
348
- ) : x(
423
+ s[12],
424
+ d,
425
+ ve
426
+ ) : O(
349
427
  /*$$scope*/
350
- a[11]
428
+ s[12]
351
429
  ),
352
- H
353
- ), z ? z.p && (!n || m & /*$$scope*/
354
- 2048) && I(
430
+ G
431
+ ), p ? p.p && (!n || d & /*$$scope*/
432
+ 4096) && W(
433
+ p,
355
434
  z,
356
- g,
357
- a,
435
+ s,
358
436
  /*$$scope*/
359
- a[11],
360
- n ? P(
361
- g,
437
+ s[12],
438
+ n ? R(
439
+ z,
362
440
  /*$$scope*/
363
- a[11],
364
- m,
365
- pe
366
- ) : x(
441
+ s[12],
442
+ d,
443
+ he
444
+ ) : O(
367
445
  /*$$scope*/
368
- a[11]
446
+ s[12]
369
447
  ),
370
- F
371
- ) : u && u.p && (!n || m & /*$_, depositwageringamount, errorcode*/
372
- 22) && u.p(a, n ? m : -1), C ? C.p && (!n || m & /*$$scope*/
373
- 2048) && I(
448
+ K
449
+ ) : g && g.p && (!n || d & /*$_, depositWageringAmount, depositWageringCurrency, errorcode*/
450
+ 58) && g.p(s, n ? d : -1), C ? C.p && (!n || d & /*$$scope*/
451
+ 4096) && W(
374
452
  C,
375
453
  T,
376
- a,
454
+ s,
377
455
  /*$$scope*/
378
- a[11],
379
- n ? P(
456
+ s[12],
457
+ n ? R(
380
458
  T,
381
459
  /*$$scope*/
382
- a[11],
383
- m,
384
- fe
385
- ) : x(
460
+ s[12],
461
+ d,
462
+ ye
463
+ ) : O(
386
464
  /*$$scope*/
387
- a[11]
465
+ s[12]
388
466
  ),
389
- U
390
- ) : y && y.p && (!n || m & /*$_*/
391
- 16) && y.p(a, n ? m : -1);
467
+ H
468
+ ) : y && y.p && (!n || d & /*$_*/
469
+ 32) && y.p(s, n ? d : -1);
392
470
  },
393
- i(a) {
394
- n || (A(f, a), A(p, a), A(u, a), A(y, a), n = !0);
471
+ i(s) {
472
+ n || (x(m, s), x(f, s), x(g, s), x(y, s), n = !0);
395
473
  },
396
- o(a) {
397
- M(f, a), M(p, a), M(u, a), M(y, a), n = !1;
474
+ o(s) {
475
+ P(m, s), P(f, s), P(g, s), P(y, s), n = !1;
398
476
  },
399
- d(a) {
400
- a && k(e), f && f.d(a), p && p.d(a), u && u.d(a), y && y.d(a), t[13](null);
477
+ d(s) {
478
+ s && h(e), m && m.d(s), f && f.d(s), g && g.d(s), y && y.d(s), i[14](null);
401
479
  }
402
480
  };
403
481
  }
404
- function _e(t, e, i) {
482
+ function Te(i, e, t) {
405
483
  let r;
406
- ie(t, de, (l) => i(4, r = l));
407
- let { $$slots: o = {}, $$scope: d } = e, { assetsurl: n = "" } = e, { lang: s = "en" } = e, { errorcode: c = "" } = e, { clientstyling: f = "" } = e, { clientstylingurl: h = "" } = e, { translationurl: p = "" } = e, { mbsource: g = "" } = e, { depositwageringamount: z = "" } = e, u, T;
408
- const C = () => {
409
- ce(s);
410
- }, y = () => {
411
- let l = new URL(p);
412
- fetch(l).then((E) => E.json()).then((E) => {
413
- Object.keys(E).forEach((N) => {
414
- V(N, E[N]);
484
+ re(i, fe, (u) => t(5, r = u));
485
+ let { $$slots: o = {}, $$scope: a } = e, { assetsurl: n = "" } = e, { lang: l = "en" } = e, { errorcode: c = "" } = e, { clientstyling: m = "" } = e, { clientstylingurl: k = "" } = e, { translationurl: f = "" } = e, { mbsource: z = "" } = e, p, g, T = -1, C;
486
+ const y = () => {
487
+ pe(l);
488
+ }, s = () => {
489
+ let u = new URL(f);
490
+ fetch(u).then((L) => L.json()).then((L) => {
491
+ Object.keys(L).forEach((V) => {
492
+ q(V, L[V]);
415
493
  });
416
- }).catch((E) => {
417
- console.error(E);
494
+ }).catch((L) => {
495
+ console.error(L);
418
496
  });
419
497
  };
420
- Object.keys(q).forEach((l) => {
421
- V(l, q[l]);
498
+ Object.keys(U).forEach((u) => {
499
+ q(u, U[u]);
422
500
  });
423
- const a = () => {
501
+ const d = () => {
424
502
  window.postMessage({ type: "ErrorClose" }, window.location.href);
503
+ }, S = (u) => {
504
+ if (u.data)
505
+ switch (u.data.type) {
506
+ case "DepositWageringAmount":
507
+ t(3, T = u.data.amount), t(4, C = u.data.currency);
508
+ break;
509
+ }
425
510
  };
426
- ne(() => () => {
427
- });
428
- function m(l) {
429
- re[l ? "unshift" : "push"](() => {
430
- u = l, i(3, u);
511
+ oe(() => (window.addEventListener("message", S, !1), () => {
512
+ window.removeEventListener("message", S);
513
+ }));
514
+ function Q(u) {
515
+ le[u ? "unshift" : "push"](() => {
516
+ p = u, t(2, p);
431
517
  });
432
518
  }
433
- return t.$$set = (l) => {
434
- "assetsurl" in l && i(0, n = l.assetsurl), "lang" in l && i(6, s = l.lang), "errorcode" in l && i(1, c = l.errorcode), "clientstyling" in l && i(7, f = l.clientstyling), "clientstylingurl" in l && i(8, h = l.clientstylingurl), "translationurl" in l && i(9, p = l.translationurl), "mbsource" in l && i(10, g = l.mbsource), "depositwageringamount" in l && i(2, z = l.depositwageringamount), "$$scope" in l && i(11, d = l.$$scope);
435
- }, t.$$.update = () => {
436
- t.$$.dirty & /*lang*/
437
- 64 && s && C(), t.$$.dirty & /*clientstyling, customStylingContainer*/
438
- 136 && f && u && oe(u, f), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
439
- 264 && h && u && se(u, h), t.$$.dirty & /*mbsource, customStylingContainer*/
440
- 1032 && g && u && le(u, `${g}.Style`, T), t.$$.dirty & /*translationurl*/
441
- 512 && p && y();
519
+ return i.$$set = (u) => {
520
+ "assetsurl" in u && t(0, n = u.assetsurl), "lang" in u && t(7, l = u.lang), "errorcode" in u && t(1, c = u.errorcode), "clientstyling" in u && t(8, m = u.clientstyling), "clientstylingurl" in u && t(9, k = u.clientstylingurl), "translationurl" in u && t(10, f = u.translationurl), "mbsource" in u && t(11, z = u.mbsource), "$$scope" in u && t(12, a = u.$$scope);
521
+ }, i.$$.update = () => {
522
+ i.$$.dirty & /*lang*/
523
+ 128 && l && y(), i.$$.dirty & /*clientstyling, customStylingContainer*/
524
+ 260 && m && p && ue(p, m), i.$$.dirty & /*clientstylingurl, customStylingContainer*/
525
+ 516 && k && p && ce(p, k), i.$$.dirty & /*mbsource, customStylingContainer*/
526
+ 2052 && z && p && de(p, `${z}.Style`, g), i.$$.dirty & /*translationurl*/
527
+ 1024 && f && s();
442
528
  }, [
443
529
  n,
444
530
  c,
445
- z,
446
- u,
447
- r,
448
- a,
449
- s,
450
- f,
451
- h,
452
531
  p,
453
- g,
532
+ T,
533
+ C,
534
+ r,
454
535
  d,
536
+ l,
537
+ m,
538
+ k,
539
+ f,
540
+ z,
541
+ a,
455
542
  o,
456
- m
543
+ Q
457
544
  ];
458
545
  }
459
- class ze extends Z {
546
+ class Le extends te {
460
547
  constructor(e) {
461
- super(), $(
548
+ super(), ie(
462
549
  this,
463
550
  e,
464
- _e,
465
- ke,
466
- ee,
551
+ Te,
552
+ we,
553
+ ne,
467
554
  {
468
555
  assetsurl: 0,
469
- lang: 6,
556
+ lang: 7,
470
557
  errorcode: 1,
471
- clientstyling: 7,
472
- clientstylingurl: 8,
473
- translationurl: 9,
474
- mbsource: 10,
475
- depositwageringamount: 2
558
+ clientstyling: 8,
559
+ clientstylingurl: 9,
560
+ translationurl: 10,
561
+ mbsource: 11
476
562
  },
477
- me
563
+ ge
478
564
  );
479
565
  }
480
566
  get assetsurl() {
481
567
  return this.$$.ctx[0];
482
568
  }
483
569
  set assetsurl(e) {
484
- this.$$set({ assetsurl: e }), v();
570
+ this.$$set({ assetsurl: e }), E();
485
571
  }
486
572
  get lang() {
487
- return this.$$.ctx[6];
573
+ return this.$$.ctx[7];
488
574
  }
489
575
  set lang(e) {
490
- this.$$set({ lang: e }), v();
576
+ this.$$set({ lang: e }), E();
491
577
  }
492
578
  get errorcode() {
493
579
  return this.$$.ctx[1];
494
580
  }
495
581
  set errorcode(e) {
496
- this.$$set({ errorcode: e }), v();
582
+ this.$$set({ errorcode: e }), E();
497
583
  }
498
584
  get clientstyling() {
499
- return this.$$.ctx[7];
585
+ return this.$$.ctx[8];
500
586
  }
501
587
  set clientstyling(e) {
502
- this.$$set({ clientstyling: e }), v();
588
+ this.$$set({ clientstyling: e }), E();
503
589
  }
504
590
  get clientstylingurl() {
505
- return this.$$.ctx[8];
591
+ return this.$$.ctx[9];
506
592
  }
507
593
  set clientstylingurl(e) {
508
- this.$$set({ clientstylingurl: e }), v();
594
+ this.$$set({ clientstylingurl: e }), E();
509
595
  }
510
596
  get translationurl() {
511
- return this.$$.ctx[9];
597
+ return this.$$.ctx[10];
512
598
  }
513
599
  set translationurl(e) {
514
- this.$$set({ translationurl: e }), v();
600
+ this.$$set({ translationurl: e }), E();
515
601
  }
516
602
  get mbsource() {
517
- return this.$$.ctx[10];
603
+ return this.$$.ctx[11];
518
604
  }
519
605
  set mbsource(e) {
520
- this.$$set({ mbsource: e }), v();
521
- }
522
- get depositwageringamount() {
523
- return this.$$.ctx[2];
524
- }
525
- set depositwageringamount(e) {
526
- this.$$set({ depositwageringamount: e }), v();
606
+ this.$$set({ mbsource: e }), E();
527
607
  }
528
608
  }
529
- ue(ze, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, depositwageringamount: {} }, ["icon", "title", "text", "button"], [], !0);
609
+ me(Le, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
530
610
  export {
531
- ze as default
611
+ Le as default
532
612
  };