@everymatrix/cashier-method-details 1.92.2 → 1.92.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/components/CashierError-5dDtryj5.cjs +1 -0
  2. package/components/{CashierError-D8hyC1Re.js → CashierError-64w0bFkx.js} +180 -160
  3. package/components/{CashierError-_RH43PI9.js → CashierError-lk1NRPRm.js} +182 -146
  4. package/components/{CashierMethodDetails-DTYPuRsE.cjs → CashierMethodDetails-B4tukYFA.cjs} +9 -9
  5. package/components/{CashierMethodDetails-C48KTt0A.js → CashierMethodDetails-CANUgxSm.js} +1757 -1756
  6. package/components/{CashierMethodDetails-Bagr-CmM.js → CashierMethodDetails-ChfVhFMG.js} +1577 -1576
  7. package/components/{CashierModal-9fteLfVP.js → CashierModal-CYDtgsjF.js} +1 -1
  8. package/components/{CashierModal-BE4uHYzp.cjs → CashierModal-Da-sk2zU.cjs} +1 -1
  9. package/components/{CashierModal-DownWmWq.js → CashierModal-hyp7eD8X.js} +1 -1
  10. package/components/{CashierNotifications-nHLNauRD.cjs → CashierNotifications-BNopxxhP.cjs} +1 -1
  11. package/components/{CashierNotifications-DgfVvAmV.js → CashierNotifications-DhexHttZ.js} +1 -1
  12. package/components/{CashierNotifications-1LxfM8yb.js → CashierNotifications-WXql8dok.js} +1 -1
  13. package/components/{CashierReceiptPage-ClpJmddk.js → CashierReceiptPage-4__w6DXp.js} +1 -1
  14. package/components/{CashierReceiptPage-ZBvoEN3I.js → CashierReceiptPage-7dkH8ggq.js} +1 -1
  15. package/components/{CashierReceiptPage-D7r8a21c.cjs → CashierReceiptPage-B4y1ZCTx.cjs} +1 -1
  16. package/es2015/cashier-method-details.cjs +1 -1
  17. package/es2015/cashier-method-details.js +1 -1
  18. package/esnext/cashier-method-details.js +1 -1
  19. package/package.json +1 -1
  20. package/components/CashierError-gbGSM3oJ.cjs +0 -1
@@ -1,20 +1,40 @@
1
- import { o as Z, p as $, $ as ee, S as te, i as ie, s as ne, f as E, a as ae, q as I, d as h, r as P, u as x, v as W, w as O, x as R, c as v, e as b, g as _, h as D, j as w, y as re, z as oe, A as N, b as A, t as M, l as se, k as le, B as F, C as B, D as ue, E as ce, F as de, G as me, m as fe } from "./CashierMethodDetails-C48KTt0A.js";
1
+ var R = (i, e, t) => new Promise((r, o) => {
2
+ var a = (c) => {
3
+ try {
4
+ l(t.next(c));
5
+ } catch (d) {
6
+ o(d);
7
+ }
8
+ }, n = (c) => {
9
+ try {
10
+ l(t.throw(c));
11
+ } catch (d) {
12
+ o(d);
13
+ }
14
+ }, l = (c) => c.done ? r(c.value) : Promise.resolve(c.value).then(a, n);
15
+ l((t = t.apply(i, e)).next());
16
+ });
17
+ import { o as ee, p as te, $ as ie, S as ne, i as ae, s as re, f as T, a as oe, q as A, d as h, r as I, u as P, v as W, w as x, x as O, c as v, e as b, g as k, h as L, j as C, y as se, z as le, A as B, b as D, t as M, l as ue, k as ce, B as N, C as S, D as de, E as me, F as fe, G as pe, m as ye } from "./CashierMethodDetails-CANUgxSm.js";
2
18
  import "../stencil/ui-image-CP8Lp7fB.js";
3
19
  function q(i, e) {
4
- Z(i, e);
20
+ ee(i, e);
5
21
  }
6
- function pe(i) {
7
- $({
22
+ function ge(i) {
23
+ te({
8
24
  fallbackLocale: "en"
9
- }), ee.set(i);
25
+ }), ie.set(i);
10
26
  }
11
- const U = {
27
+ const F = {
12
28
  en: {
29
+ VendorMicroserviceCommunicationError: "We apologise, but your payment provider has declined to process due to a microservice communication error. Please try again later.",
30
+ CustomerDocumentIdMissing: "The document ID is missing",
31
+ InvalidTransactionStatus: "The transaction status is invalid",
32
+ UndefinedTechnicalError: "Something went wrong",
13
33
  errorGeneralTitle: "Error Occurred",
14
34
  errorGeneralText: "Something went wrong",
15
35
  errorGeneralButton: "CLOSE",
16
36
  PlayerSessionIsNotValid: "Player session is not valid",
17
- VendorCommunicationError: "We apologise, but your payment provider has declined to process due to technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",
37
+ VendorCommunicationError: "We apologise, but your payment provider has declined to process due to a technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",
18
38
  PaymentMethodNotAllowed: "We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",
19
39
  InvalidPaymentDetails: "We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555",
20
40
  MerchantUserHasWithdrawBlockRole: "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
@@ -50,9 +70,15 @@ const U = {
50
70
  AuthenticationFailed: "Authentication failed",
51
71
  CommunicationTimeoutError: "Communication timeout",
52
72
  MissingPaymentDetails: "Missing payment details",
53
- InvalidAccount: "Invalid account"
73
+ InvalidAccount: "Invalid account",
74
+ DuplicatePaymentAccount: "The account you used to request a withdrawal has been deemed suspicious, and your transaction has been canceled for security reasons. Please contact our live support for more details."
54
75
  },
55
76
  tr: {
77
+ VendorMicroserviceCommunicationError: "Özür dileriz, ancak ödeme sağlayıcınız bir mikroservis iletişim hatası nedeniyle işlemi gerçekleştiremedi. Lütfen daha sonra tekrar deneyin.",
78
+ CustomerDocumentIdMissing: "Belge kimliği eksik",
79
+ InvalidTransactionStatus: "İşlem durumu geçersiz",
80
+ UndefinedTechnicalError: "Bir şeyler ters gitti",
81
+ VendorTimeoutError: "Görünüşe göre ödeme sağlayıcısında bazı sorunlar var. Sunucu yanıt vermek için çok uzun süre alıyor. Lütfen biraz bekleyip daha sonra tekrar deneyin. Hata Kodu 21292",
56
82
  errorGeneralTitle: "Hata oluştu",
57
83
  errorGeneralText: "Bir şeyler ters gitti",
58
84
  errorGeneralButton: "KAPALI",
@@ -93,9 +119,14 @@ const U = {
93
119
  AuthenticationFailed: "Kimlik doğrulama başarısız",
94
120
  CommunicationTimeoutError: "İletişim zaman aşımı",
95
121
  MissingPaymentDetails: "Eksik ödeme bilgileri",
96
- InvalidAccount: "Geçersiz hesap"
122
+ InvalidAccount: "Geçersiz hesap",
123
+ DuplicatePaymentAccount: "Çekim talebinde bulunduğunuz hesap şüpheli olarak değerlendirilmiş ve işleminiz güvenlik nedeniyle iptal edilmiştir. Detaylı bilgi almak için lütfen canlı destek hattımızla iletişime geçiniz."
97
124
  },
98
125
  fr: {
126
+ VendorMicroserviceCommunicationError: "Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter en raison d’une erreur de communication de microservice. Veuillez réessayer plus tard.",
127
+ CustomerDocumentIdMissing: "L’identifiant du document est manquant",
128
+ InvalidTransactionStatus: "Le statut de la transaction est invalide",
129
+ UndefinedTechnicalError: "Une erreur s’est produite",
99
130
  errorGeneralTitle: "Une erreur s’est produite",
100
131
  errorGeneralText: "Une erreur est survenue",
101
132
  errorGeneralButton: "FERMER",
@@ -136,41 +167,42 @@ const U = {
136
167
  AuthenticationFailed: "Échec de l'authentification",
137
168
  CommunicationTimeoutError: "Délai de communication dépassé",
138
169
  MissingPaymentDetails: "Détails de paiement manquants",
139
- InvalidAccount: "Compte invalide"
170
+ InvalidAccount: "Compte invalide",
171
+ DuplicatePaymentAccount: "Le compte que vous avez utilisé pour demander un retrait a été jugé suspect, et votre transaction a été annulée pour des raisons de sécurité. Veuillez contacter notre support en direct pour plus de détails."
140
172
  }
141
173
  };
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}');
174
+ function he(i) {
175
+ oe(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}');
144
176
  }
145
- const ye = (i) => ({}), H = (i) => ({}), he = (i) => ({}), K = (i) => ({}), ve = (i) => ({}), G = (i) => ({}), be = (i) => ({}), Y = (i) => ({ class: "CashierErrorIcon" });
177
+ const ve = (i) => ({}), U = (i) => ({}), be = (i) => ({}), H = (i) => ({}), ke = (i) => ({}), K = (i) => ({}), _e = (i) => ({}), G = (i) => ({ class: "CashierErrorIcon" });
146
178
  function j(i) {
147
179
  let e, t;
148
180
  return {
149
181
  c() {
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");
182
+ e = k("ui-image"), N(e.src, t = `${/*assetsurl*/
183
+ i[0]}/error-general-icon.png`) || S(e, "src", t), S(e, "width", "300px"), S(e, "alt", "error");
152
184
  },
153
185
  m(r, o) {
154
186
  v(r, e, o);
155
187
  },
156
188
  p(r, o) {
157
189
  o & /*assetsurl*/
158
- 1 && !F(e.src, t = `${/*assetsurl*/
159
- r[0]}/error-general-icon.png`) && B(e, "src", t);
190
+ 1 && !N(e.src, t = `${/*assetsurl*/
191
+ r[0]}/error-general-icon.png`) && S(e, "src", t);
160
192
  },
161
193
  d(r) {
162
194
  r && h(e);
163
195
  }
164
196
  };
165
197
  }
166
- function _e(i) {
198
+ function ze(i) {
167
199
  let e, t = (
168
200
  /*assetsurl*/
169
201
  i[0] && j(i)
170
202
  );
171
203
  return {
172
204
  c() {
173
- t && t.c(), e = N();
205
+ t && t.c(), e = B();
174
206
  },
175
207
  m(r, o) {
176
208
  t && t.m(r, o), v(r, e, o);
@@ -184,18 +216,18 @@ function _e(i) {
184
216
  }
185
217
  };
186
218
  }
187
- function J(i) {
219
+ function Y(i) {
188
220
  let e;
189
221
  function t(a, n) {
190
222
  return (
191
223
  /*depositWageringAmount*/
192
- a[3] < 0 ? ze : ke
224
+ a[3] < 0 ? Te : Ee
193
225
  );
194
226
  }
195
227
  let r = t(i), o = r(i);
196
228
  return {
197
229
  c() {
198
- o.c(), e = N();
230
+ o.c(), e = B();
199
231
  },
200
232
  m(a, n) {
201
233
  o.m(a, n), v(a, e, n);
@@ -208,17 +240,17 @@ function J(i) {
208
240
  }
209
241
  };
210
242
  }
211
- function ke(i) {
243
+ function Ee(i) {
212
244
  let e, t = (
213
245
  /*$_*/
214
246
  i[5]("DepositWageringLimitText") + ""
215
247
  ), r, o, a = (
216
248
  /*depositWageringAmount*/
217
- i[3] > 0 && X(i)
249
+ i[3] > 0 && J(i)
218
250
  );
219
251
  return {
220
252
  c() {
221
- e = _("span"), r = M(t), o = D(), a && a.c(), w(e, "class", "CashierErrorText");
253
+ e = k("span"), r = M(t), o = L(), a && a.c(), C(e, "class", "CashierErrorText");
222
254
  },
223
255
  m(n, l) {
224
256
  v(n, e, l), b(e, r), b(e, o), a && a.m(e, null);
@@ -226,22 +258,22 @@ function ke(i) {
226
258
  p(n, l) {
227
259
  l & /*$_*/
228
260
  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);
261
+ n[5]("DepositWageringLimitText") + "") && D(r, t), /*depositWageringAmount*/
262
+ n[3] > 0 ? a ? a.p(n, l) : (a = J(n), a.c(), a.m(e, null)) : a && (a.d(1), a = null);
231
263
  },
232
264
  d(n) {
233
265
  n && h(e), a && a.d();
234
266
  }
235
267
  };
236
268
  }
237
- function ze(i) {
269
+ function Te(i) {
238
270
  let e, t, r = (
239
271
  /*$_*/
240
272
  i[5]("DepositWageringFetching") + ""
241
273
  ), o;
242
274
  return {
243
275
  c() {
244
- e = _("div"), t = _("span"), o = M(r), w(t, "class", "CashierErrorText LoadingText"), w(e, "class", "WageringFetch");
276
+ e = k("div"), t = k("span"), o = M(r), C(t, "class", "CashierErrorText LoadingText"), C(e, "class", "WageringFetch");
245
277
  },
246
278
  m(a, n) {
247
279
  v(a, e, n), b(e, t), b(t, o);
@@ -249,21 +281,21 @@ function ze(i) {
249
281
  p(a, n) {
250
282
  n & /*$_*/
251
283
  32 && r !== (r = /*$_*/
252
- a[5]("DepositWageringFetching") + "") && A(o, r);
284
+ a[5]("DepositWageringFetching") + "") && D(o, r);
253
285
  },
254
286
  d(a) {
255
287
  a && h(e);
256
288
  }
257
289
  };
258
290
  }
259
- function X(i) {
291
+ function J(i) {
260
292
  let e, t, r;
261
293
  return {
262
294
  c() {
263
295
  e = M(
264
296
  /*depositWageringAmount*/
265
297
  i[3]
266
- ), t = D(), r = M(
298
+ ), t = L(), r = M(
267
299
  /*depositWageringCurrency*/
268
300
  i[4]
269
301
  );
@@ -273,12 +305,12 @@ function X(i) {
273
305
  },
274
306
  p(o, a) {
275
307
  a & /*depositWageringAmount*/
276
- 8 && A(
308
+ 8 && D(
277
309
  e,
278
310
  /*depositWageringAmount*/
279
311
  o[3]
280
312
  ), a & /*depositWageringCurrency*/
281
- 16 && A(
313
+ 16 && D(
282
314
  r,
283
315
  /*depositWageringCurrency*/
284
316
  o[4]
@@ -296,11 +328,11 @@ function Ce(i) {
296
328
  i[1] || "errorGeneralText"}`) + ""
297
329
  ), r, o, a, n = (
298
330
  /*errorcode*/
299
- i[1] == "DepositWageringLimit" && J(i)
331
+ i[1] == "DepositWageringLimit" && Y(i)
300
332
  );
301
333
  return {
302
334
  c() {
303
- e = _("span"), r = M(t), o = D(), n && n.c(), a = N(), w(e, "class", "CashierErrorText");
335
+ e = k("span"), r = M(t), o = L(), n && n.c(), a = B(), C(e, "class", "CashierErrorText");
304
336
  },
305
337
  m(l, c) {
306
338
  v(l, e, c), b(e, r), v(l, o, c), n && n.m(l, c), v(l, a, c);
@@ -309,25 +341,25 @@ function Ce(i) {
309
341
  c & /*$_, errorcode*/
310
342
  34 && t !== (t = /*$_*/
311
343
  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);
344
+ l[1] || "errorGeneralText"}`) + "") && D(r, t), /*errorcode*/
345
+ l[1] == "DepositWageringLimit" ? n ? n.p(l, c) : (n = Y(l), n.c(), n.m(a.parentNode, a)) : n && (n.d(1), n = null);
314
346
  },
315
347
  d(l) {
316
348
  l && (h(e), h(o), h(a)), n && n.d(l);
317
349
  }
318
350
  };
319
351
  }
320
- function Ee(i) {
352
+ function we(i) {
321
353
  let e, t, r = (
322
354
  /*$_*/
323
355
  i[5]("errorGeneralButton") + ""
324
356
  ), o, a, n;
325
357
  return {
326
358
  c() {
327
- e = _("button"), t = _("span"), o = M(r), w(e, "class", "CashierErrorButton");
359
+ e = k("button"), t = k("span"), o = M(r), C(e, "class", "CashierErrorButton");
328
360
  },
329
361
  m(l, c) {
330
- v(l, e, c), b(e, t), b(t, o), a || (n = se(
362
+ v(l, e, c), b(e, t), b(t, o), a || (n = ue(
331
363
  e,
332
364
  "click",
333
365
  /*close*/
@@ -337,220 +369,224 @@ function Ee(i) {
337
369
  p(l, c) {
338
370
  c & /*$_*/
339
371
  32 && r !== (r = /*$_*/
340
- l[5]("errorGeneralButton") + "") && A(o, r);
372
+ l[5]("errorGeneralButton") + "") && D(o, r);
341
373
  },
342
374
  d(l) {
343
375
  l && h(e), a = !1, n();
344
376
  }
345
377
  };
346
378
  }
347
- function we(i) {
379
+ function Le(i) {
348
380
  let e, t, r, o, a, n;
349
381
  const l = (
350
382
  /*#slots*/
351
383
  i[13].icon
352
- ), c = I(
384
+ ), c = A(
353
385
  l,
354
386
  i,
355
387
  /*$$scope*/
356
388
  i[12],
357
- Y
358
- ), m = c || _e(i), k = (
389
+ G
390
+ ), d = c || ze(i), _ = (
359
391
  /*#slots*/
360
392
  i[13].title
361
- ), f = I(
362
- k,
393
+ ), f = A(
394
+ _,
363
395
  i,
364
396
  /*$$scope*/
365
397
  i[12],
366
- G
398
+ K
367
399
  ), z = (
368
400
  /*#slots*/
369
401
  i[13].text
370
- ), p = I(
402
+ ), p = A(
371
403
  z,
372
404
  i,
373
405
  /*$$scope*/
374
406
  i[12],
375
- K
376
- ), g = p || Ce(i), T = (
407
+ H
408
+ ), y = p || Ce(i), w = (
377
409
  /*#slots*/
378
410
  i[13].button
379
- ), C = I(
380
- T,
411
+ ), E = A(
412
+ w,
381
413
  i,
382
414
  /*$$scope*/
383
415
  i[12],
384
- H
385
- ), y = C || Ee(i);
416
+ U
417
+ ), g = E || we(i);
386
418
  return {
387
419
  c() {
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");
420
+ e = k("div"), t = k("div"), d && d.c(), r = L(), f && f.c(), o = L(), y && y.c(), a = L(), g && g.c(), C(t, "class", "CashierErrorContent"), C(e, "class", "CashierError");
389
421
  },
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;
422
+ m(s, m) {
423
+ v(s, e, m), b(e, t), d && d.m(t, null), b(t, r), f && f.m(t, null), b(t, o), y && y.m(t, null), b(t, a), g && g.m(t, null), i[14](e), n = !0;
392
424
  },
393
- p(s, [d]) {
394
- c ? c.p && (!n || d & /*$$scope*/
425
+ p(s, [m]) {
426
+ c ? c.p && (!n || m & /*$$scope*/
395
427
  4096) && W(
396
428
  c,
397
429
  l,
398
430
  s,
399
431
  /*$$scope*/
400
432
  s[12],
401
- n ? R(
433
+ n ? O(
402
434
  l,
403
435
  /*$$scope*/
404
436
  s[12],
405
- d,
406
- be
407
- ) : O(
437
+ m,
438
+ _e
439
+ ) : x(
408
440
  /*$$scope*/
409
441
  s[12]
410
442
  ),
411
- Y
412
- ) : m && m.p && (!n || d & /*assetsurl*/
413
- 1) && m.p(s, n ? d : -1), f && f.p && (!n || d & /*$$scope*/
443
+ G
444
+ ) : d && d.p && (!n || m & /*assetsurl*/
445
+ 1) && d.p(s, n ? m : -1), f && f.p && (!n || m & /*$$scope*/
414
446
  4096) && W(
415
447
  f,
416
- k,
448
+ _,
417
449
  s,
418
450
  /*$$scope*/
419
451
  s[12],
420
- n ? R(
421
- k,
452
+ n ? O(
453
+ _,
422
454
  /*$$scope*/
423
455
  s[12],
424
- d,
425
- ve
426
- ) : O(
456
+ m,
457
+ ke
458
+ ) : x(
427
459
  /*$$scope*/
428
460
  s[12]
429
461
  ),
430
- G
431
- ), p ? p.p && (!n || d & /*$$scope*/
462
+ K
463
+ ), p ? p.p && (!n || m & /*$$scope*/
432
464
  4096) && W(
433
465
  p,
434
466
  z,
435
467
  s,
436
468
  /*$$scope*/
437
469
  s[12],
438
- n ? R(
470
+ n ? O(
439
471
  z,
440
472
  /*$$scope*/
441
473
  s[12],
442
- d,
443
- he
444
- ) : O(
474
+ m,
475
+ be
476
+ ) : x(
445
477
  /*$$scope*/
446
478
  s[12]
447
479
  ),
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*/
480
+ H
481
+ ) : y && y.p && (!n || m & /*$_, depositWageringAmount, depositWageringCurrency, errorcode*/
482
+ 58) && y.p(s, n ? m : -1), E ? E.p && (!n || m & /*$$scope*/
451
483
  4096) && W(
452
- C,
453
- T,
484
+ E,
485
+ w,
454
486
  s,
455
487
  /*$$scope*/
456
488
  s[12],
457
- n ? R(
458
- T,
489
+ n ? O(
490
+ w,
459
491
  /*$$scope*/
460
492
  s[12],
461
- d,
462
- ye
463
- ) : O(
493
+ m,
494
+ ve
495
+ ) : x(
464
496
  /*$$scope*/
465
497
  s[12]
466
498
  ),
467
- H
468
- ) : y && y.p && (!n || d & /*$_*/
469
- 32) && y.p(s, n ? d : -1);
499
+ U
500
+ ) : g && g.p && (!n || m & /*$_*/
501
+ 32) && g.p(s, n ? m : -1);
470
502
  },
471
503
  i(s) {
472
- n || (x(m, s), x(f, s), x(g, s), x(y, s), n = !0);
504
+ n || (P(d, s), P(f, s), P(y, s), P(g, s), n = !0);
473
505
  },
474
506
  o(s) {
475
- P(m, s), P(f, s), P(g, s), P(y, s), n = !1;
507
+ I(d, s), I(f, s), I(y, s), I(g, s), n = !1;
476
508
  },
477
509
  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);
510
+ s && h(e), d && d.d(s), f && f.d(s), y && y.d(s), g && g.d(s), i[14](null);
479
511
  }
480
512
  };
481
513
  }
482
- function Te(i, e, t) {
514
+ function De(i, e, t) {
483
515
  let r;
484
- re(i, ue, (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]);
493
- });
494
- }).catch((L) => {
495
- console.error(L);
496
- });
497
- };
498
- Object.keys(U).forEach((u) => {
499
- q(u, U[u]);
516
+ se(i, de, (u) => t(5, r = u));
517
+ let { $$slots: o = {}, $$scope: a } = e, { assetsurl: n = "" } = e, { lang: l = "en" } = e, { errorcode: c = "" } = e, { clientstyling: d = "" } = e, { clientstylingurl: _ = "" } = e, { translationurl: f = "" } = e, { mbsource: z = "" } = e, p, y, w = -1, E;
518
+ const g = () => {
519
+ ge(l);
520
+ }, s = () => R(this, null, function* () {
521
+ if (f)
522
+ try {
523
+ const u = yield fetch(f);
524
+ if (!u.ok)
525
+ throw new Error(`HTTP error! status: ${u.status}`);
526
+ const Q = yield u.json();
527
+ Object.entries(Q).forEach(([Z, $]) => {
528
+ q(Z, $);
529
+ });
530
+ } catch (u) {
531
+ console.error(u);
532
+ }
533
+ });
534
+ Object.keys(F).forEach((u) => {
535
+ q(u, F[u]);
500
536
  });
501
- const d = () => {
537
+ const m = () => {
502
538
  window.postMessage({ type: "ErrorClose" }, window.location.href);
503
- }, S = (u) => {
539
+ }, V = (u) => {
504
540
  if (u.data)
505
541
  switch (u.data.type) {
506
542
  case "DepositWageringAmount":
507
- t(3, T = u.data.amount), t(4, C = u.data.currency);
543
+ t(3, w = u.data.amount), t(4, E = u.data.currency);
508
544
  break;
509
545
  }
510
546
  };
511
- oe(() => (window.addEventListener("message", S, !1), () => {
512
- window.removeEventListener("message", S);
547
+ le(() => (window.addEventListener("message", V, !1), () => {
548
+ window.removeEventListener("message", V);
513
549
  }));
514
- function Q(u) {
515
- le[u ? "unshift" : "push"](() => {
550
+ function X(u) {
551
+ ce[u ? "unshift" : "push"](() => {
516
552
  p = u, t(2, p);
517
553
  });
518
554
  }
519
555
  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);
556
+ "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, d = u.clientstyling), "clientstylingurl" in u && t(9, _ = 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
557
  }, i.$$.update = () => {
522
558
  i.$$.dirty & /*lang*/
523
- 128 && l && y(), i.$$.dirty & /*clientstyling, customStylingContainer*/
524
- 260 && m && p && ce(p, m), i.$$.dirty & /*clientstylingurl, customStylingContainer*/
525
- 516 && k && p && de(p, k), i.$$.dirty & /*mbsource, customStylingContainer*/
526
- 2052 && z && p && me(p, `${z}.Style`, g), i.$$.dirty & /*translationurl*/
559
+ 128 && l && g(), i.$$.dirty & /*clientstyling, customStylingContainer*/
560
+ 260 && d && p && me(p, d), i.$$.dirty & /*clientstylingurl, customStylingContainer*/
561
+ 516 && _ && p && fe(p, _), i.$$.dirty & /*mbsource, customStylingContainer*/
562
+ 2052 && z && p && pe(p, `${z}.Style`, y), i.$$.dirty & /*translationurl*/
527
563
  1024 && f && s();
528
564
  }, [
529
565
  n,
530
566
  c,
531
567
  p,
532
- T,
533
- C,
568
+ w,
569
+ E,
534
570
  r,
535
- d,
536
- l,
537
571
  m,
538
- k,
572
+ l,
573
+ d,
574
+ _,
539
575
  f,
540
576
  z,
541
577
  a,
542
578
  o,
543
- Q
579
+ X
544
580
  ];
545
581
  }
546
- class Le extends te {
582
+ class Me extends ne {
547
583
  constructor(e) {
548
- super(), ie(
584
+ super(), ae(
549
585
  this,
550
586
  e,
551
- Te,
552
- we,
553
- ne,
587
+ De,
588
+ Le,
589
+ re,
554
590
  {
555
591
  assetsurl: 0,
556
592
  lang: 7,
@@ -560,53 +596,53 @@ class Le extends te {
560
596
  translationurl: 10,
561
597
  mbsource: 11
562
598
  },
563
- ge
599
+ he
564
600
  );
565
601
  }
566
602
  get assetsurl() {
567
603
  return this.$$.ctx[0];
568
604
  }
569
605
  set assetsurl(e) {
570
- this.$$set({ assetsurl: e }), E();
606
+ this.$$set({ assetsurl: e }), T();
571
607
  }
572
608
  get lang() {
573
609
  return this.$$.ctx[7];
574
610
  }
575
611
  set lang(e) {
576
- this.$$set({ lang: e }), E();
612
+ this.$$set({ lang: e }), T();
577
613
  }
578
614
  get errorcode() {
579
615
  return this.$$.ctx[1];
580
616
  }
581
617
  set errorcode(e) {
582
- this.$$set({ errorcode: e }), E();
618
+ this.$$set({ errorcode: e }), T();
583
619
  }
584
620
  get clientstyling() {
585
621
  return this.$$.ctx[8];
586
622
  }
587
623
  set clientstyling(e) {
588
- this.$$set({ clientstyling: e }), E();
624
+ this.$$set({ clientstyling: e }), T();
589
625
  }
590
626
  get clientstylingurl() {
591
627
  return this.$$.ctx[9];
592
628
  }
593
629
  set clientstylingurl(e) {
594
- this.$$set({ clientstylingurl: e }), E();
630
+ this.$$set({ clientstylingurl: e }), T();
595
631
  }
596
632
  get translationurl() {
597
633
  return this.$$.ctx[10];
598
634
  }
599
635
  set translationurl(e) {
600
- this.$$set({ translationurl: e }), E();
636
+ this.$$set({ translationurl: e }), T();
601
637
  }
602
638
  get mbsource() {
603
639
  return this.$$.ctx[11];
604
640
  }
605
641
  set mbsource(e) {
606
- this.$$set({ mbsource: e }), E();
642
+ this.$$set({ mbsource: e }), T();
607
643
  }
608
644
  }
609
- fe(Le, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
645
+ ye(Me, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
610
646
  export {
611
- Le as default
647
+ Me as default
612
648
  };