@everymatrix/player-account-gaming-limits-wrapper-2 1.74.4 → 1.74.6
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/{PlayerAccountGamingLimitsPage2Gm16-DfTXIKEb.js → PlayerAccountGamingLimitsPage2Gm16-DB6Yt8Bl.js} +735 -709
- package/components/PlayerAccountGamingLimitsPage2Gm16-DbgQj-ou.cjs +35 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16-BPo5joen.js → PlayerAccountGamingLimitsPage2Gm16-Dg2gqkcf.js} +778 -748
- package/components/{PlayerAccountGamingLimitsWrapper2-C2QBpZYS.js → PlayerAccountGamingLimitsWrapper2-CB9jNkG_.js} +1 -1
- package/components/{PlayerAccountGamingLimitsWrapper2-Dd5nJ0ng.cjs → PlayerAccountGamingLimitsWrapper2-CUPEs3n6.cjs} +1 -1
- package/components/{PlayerAccountGamingLimitsWrapper2-Ci-VYOja.js → PlayerAccountGamingLimitsWrapper2-D4QeMoVz.js} +1 -1
- package/es2015/player-account-gaming-limits-wrapper-2.cjs +1 -1
- package/es2015/player-account-gaming-limits-wrapper-2.js +1 -1
- package/esnext/player-account-gaming-limits-wrapper-2.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsPage2Gm16-Bnkpdvk9.cjs +0 -35
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
1
|
+
var zi = Object.defineProperty;
|
|
2
|
+
var rt = Object.getOwnPropertySymbols;
|
|
3
|
+
var Ci = Object.prototype.hasOwnProperty, ji = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var lt = (o, e, t) => e in o ? zi(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t, Be = (o, e) => {
|
|
5
5
|
for (var t in e || (e = {}))
|
|
6
|
-
|
|
7
|
-
if (
|
|
8
|
-
for (var t of
|
|
9
|
-
|
|
6
|
+
Ci.call(e, t) && lt(o, t, e[t]);
|
|
7
|
+
if (rt)
|
|
8
|
+
for (var t of rt(e))
|
|
9
|
+
ji.call(e, t) && lt(o, t, e[t]);
|
|
10
10
|
return o;
|
|
11
11
|
};
|
|
12
|
-
import { a as
|
|
12
|
+
import { a as Ei, $ as xi, S as Ti, i as Mi, f as $, c as Ui, s as Ni, b as Ii, e as h, d as M, g as A, h as u, n as De, j as P, k as Bi, l as Ri, o as Oi, m as Vi, p as Wi, q as f, r as ut, t as Et, u as Fi, v as qi, w as x, x as He, y as ne, z as T, A as Se, B as Ne, C as ce, D as Ue, E as Ae, F as xt, G as Re, H as Gi, I as Y } from "./PlayerAccountGamingLimitsHistory2-IzKR8ALi.js";
|
|
13
13
|
import "../stencil/ui-skeleton-CWuMYFGQ.js";
|
|
14
14
|
const K = {
|
|
15
15
|
lugas: {
|
|
@@ -62,10 +62,10 @@ const K = {
|
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
function dt(o, e) {
|
|
65
|
-
|
|
65
|
+
Ei(o, e);
|
|
66
66
|
}
|
|
67
|
-
function
|
|
68
|
-
|
|
67
|
+
function Hi(o) {
|
|
68
|
+
xi.set(o);
|
|
69
69
|
}
|
|
70
70
|
const ve = {
|
|
71
71
|
en: {
|
|
@@ -169,7 +169,9 @@ const ve = {
|
|
|
169
169
|
errorUploadDocument: "There was an error with the uploading function",
|
|
170
170
|
filesUploadError: "The uploaded files either exeeded allowed size or don't respect the allowed extensions types.",
|
|
171
171
|
updateAfterDocApproval: "will be applied after document approval.",
|
|
172
|
-
limitInDocReview: "You can't update a limit if it's in pendning."
|
|
172
|
+
limitInDocReview: "You can't update a limit if it's in pendning.",
|
|
173
|
+
scheduleNotFoundException: "Schedule does not exist",
|
|
174
|
+
genericLimitsPopupError: "An unexpected error has occurred. Please try again"
|
|
173
175
|
},
|
|
174
176
|
hu: {
|
|
175
177
|
loadingText: "` Az oldal töltődik, kérlek várj…`",
|
|
@@ -266,7 +268,9 @@ const ve = {
|
|
|
266
268
|
uploadSuccess: "A fájl sikeresen feltöltve",
|
|
267
269
|
errorUploadDocument: "Hiba történt a feltöltési funkcióval",
|
|
268
270
|
filesUploadError: "A feltöltött fájlok vagy meghaladták a megengedett méretet, vagy nem felelnek meg az engedélyezett kiterjesztések típusainak.",
|
|
269
|
-
limitInDocReview: "Nem frissítheti a korlátot, ha az függőben van."
|
|
271
|
+
limitInDocReview: "Nem frissítheti a korlátot, ha az függőben van.",
|
|
272
|
+
scheduleNotFoundException: "Az ütemezés nem létezik",
|
|
273
|
+
genericLimitsPopupError: "Váratlan hiba történt. Kérjük, próbálja meg újra"
|
|
270
274
|
},
|
|
271
275
|
de: {
|
|
272
276
|
loadingText: "Lädt ...",
|
|
@@ -364,7 +368,9 @@ const ve = {
|
|
|
364
368
|
uploadSuccess: "Datei erfolgreich hochgeladen",
|
|
365
369
|
errorUploadDocument: "Es gab einen Fehler bei der Upload-Funktion",
|
|
366
370
|
filesUploadError: "Die hochgeladenen Dateien überschritten entweder die erlaubte Größe oder entsprechen nicht den erlaubten Erweiterungstypen.",
|
|
367
|
-
limitInDocReview: "Sie können ein Limit nicht aktualisieren, wenn es ausstehend ist."
|
|
371
|
+
limitInDocReview: "Sie können ein Limit nicht aktualisieren, wenn es ausstehend ist.",
|
|
372
|
+
scheduleNotFoundException: "Zeitplan existiert nicht",
|
|
373
|
+
genericLimitsPopupError: "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut"
|
|
368
374
|
},
|
|
369
375
|
hr: {
|
|
370
376
|
loadingText: "Učitavanje",
|
|
@@ -465,7 +471,9 @@ const ve = {
|
|
|
465
471
|
uploadSuccess: "Datoteka uspješno prenesena",
|
|
466
472
|
errorUploadDocument: "Došlo je do pogreške s funkcijom prijenosa",
|
|
467
473
|
filesUploadError: "Prenesene datoteke su ili prekoračile dopuštenu veličinu ili ne odgovaraju dopuštenim vrstama ekstenzija.",
|
|
468
|
-
limitInDocReview: "Ne možete ažurirati ograničenje ako je na čekanju."
|
|
474
|
+
limitInDocReview: "Ne možete ažurirati ograničenje ako je na čekanju.",
|
|
475
|
+
scheduleNotFoundException: "Raspored ne postoji",
|
|
476
|
+
genericLimitsPopupError: "Dogodila se neočekivana pogreška. Pokušajte ponovno"
|
|
469
477
|
},
|
|
470
478
|
sl: {
|
|
471
479
|
loadingText: "Nalaga...",
|
|
@@ -560,7 +568,9 @@ const ve = {
|
|
|
560
568
|
uploadSuccess: "Datoteka uspešno naložena",
|
|
561
569
|
errorUploadDocument: "Pri nalaganju je prišlo do napake",
|
|
562
570
|
filesUploadError: "Naložene datoteke so bodisi presegle dovoljeno velikost bodisi ne ustrezajo dovoljenim vrstam razširitev.",
|
|
563
|
-
limitInDocReview: "Omejitve ne morete posodobiti, če je v teku."
|
|
571
|
+
limitInDocReview: "Omejitve ne morete posodobiti, če je v teku.",
|
|
572
|
+
scheduleNotFoundException: "Urnik ne obstaja",
|
|
573
|
+
genericLimitsPopupError: "Prišlo je do nepričakovane napake. Prosimo, poskusite znova"
|
|
564
574
|
},
|
|
565
575
|
pl: {
|
|
566
576
|
loadingText: "Ładowanie...",
|
|
@@ -654,7 +664,9 @@ const ve = {
|
|
|
654
664
|
uploadSuccess: "Plik został pomyślnie przesłany",
|
|
655
665
|
errorUploadDocument: "Wystąpił błąd podczas przesyłania",
|
|
656
666
|
filesUploadError: "Przesłane pliki przekroczyły dozwolony rozmiar lub nie spełniają dozwolonych typów rozszerzeń.",
|
|
657
|
-
limitInDocReview: "Nie można zaktualizować limitu, jeśli jest w trakcie."
|
|
667
|
+
limitInDocReview: "Nie można zaktualizować limitu, jeśli jest w trakcie.",
|
|
668
|
+
scheduleNotFoundException: "Harmonogram nie istnieje",
|
|
669
|
+
genericLimitsPopupError: "Wystąpił nieoczekiwany błąd. Spróbuj ponownie"
|
|
658
670
|
},
|
|
659
671
|
fr: {
|
|
660
672
|
loadingText: "Chargement, veuillez patienter...",
|
|
@@ -724,7 +736,9 @@ const ve = {
|
|
|
724
736
|
uploadSuccess: "Fichier téléchargé avec succès",
|
|
725
737
|
errorUploadDocument: "Il y a eu une erreur avec la fonction de téléchargement",
|
|
726
738
|
filesUploadError: "Les fichiers téléchargés ont soit dépassé la taille autorisée, soit ne respectent pas les types d'extensions autorisés.",
|
|
727
|
-
limitInDocReview: "Vous ne pouvez pas mettre à jour une limite si elle est en attente."
|
|
739
|
+
limitInDocReview: "Vous ne pouvez pas mettre à jour une limite si elle est en attente.",
|
|
740
|
+
scheduleNotFoundException: "Le planning n'existe pas",
|
|
741
|
+
genericLimitsPopupError: "Une erreur inattendue s'est produite. Veuillez réessayer"
|
|
728
742
|
},
|
|
729
743
|
ro: {
|
|
730
744
|
loadingText: "Se încarcă, va rugam așteptați ...",
|
|
@@ -822,7 +836,9 @@ const ve = {
|
|
|
822
836
|
uploadSuccess: "Fișierul a fost încărcat cu succes",
|
|
823
837
|
errorUploadDocument: "A apărut o eroare la funcția de încărcare",
|
|
824
838
|
filesUploadError: "Fișierele încărcate fie au depășit dimensiunea permisă, fie nu respectă tipurile de extensii permise.",
|
|
825
|
-
limitInDocReview: "Nu puteți actualiza o limită dacă este în așteptare."
|
|
839
|
+
limitInDocReview: "Nu puteți actualiza o limită dacă este în așteptare.",
|
|
840
|
+
scheduleNotFoundException: "Programul nu există",
|
|
841
|
+
genericLimitsPopupError: "A apărut o eroare neașteptată. Vă rugăm să încercați din nou"
|
|
826
842
|
},
|
|
827
843
|
es: {
|
|
828
844
|
loadingText: "Cargando",
|
|
@@ -916,7 +932,9 @@ const ve = {
|
|
|
916
932
|
uploadSuccess: "Archivo subido con éxito",
|
|
917
933
|
errorUploadDocument: "Hubo un error con la función de subida",
|
|
918
934
|
filesUploadError: "Los archivos subidos superaron el tamaño permitido o no respetan los tipos de extensiones permitidas.",
|
|
919
|
-
limitInDocReview: "No se puede actualizar un límite si está pendiente."
|
|
935
|
+
limitInDocReview: "No se puede actualizar un límite si está pendiente.",
|
|
936
|
+
scheduleNotFoundException: "El horario no existe",
|
|
937
|
+
genericLimitsPopupError: "Ha ocurrido un error inesperado. Por favor, inténtalo de nuevo"
|
|
920
938
|
},
|
|
921
939
|
pt: {
|
|
922
940
|
loadingText: "Carregando, por favor aguarde...",
|
|
@@ -1018,7 +1036,9 @@ const ve = {
|
|
|
1018
1036
|
uploadSuccess: "Arquivo carregado com sucesso",
|
|
1019
1037
|
errorUploadDocument: "Houve um erro na função de carregamento",
|
|
1020
1038
|
filesUploadError: "Os arquivos carregados excederam o tamanho permitido ou não respeitam os tipos de extensões permitidas.",
|
|
1021
|
-
limitInDocReview: "Você não pode atualizar um limite se ele estiver pendente."
|
|
1039
|
+
limitInDocReview: "Você não pode atualizar um limite se ele estiver pendente.",
|
|
1040
|
+
scheduleNotFoundException: "A programação não existe",
|
|
1041
|
+
genericLimitsPopupError: "Ocorreu um erro inesperado. Por favor, tente novamente"
|
|
1022
1042
|
},
|
|
1023
1043
|
"pt-br": {
|
|
1024
1044
|
LoadingText: "Carregando, por favor espere...",
|
|
@@ -1118,7 +1138,9 @@ const ve = {
|
|
|
1118
1138
|
uploadSuccess: "Arquivo carregado com sucesso",
|
|
1119
1139
|
errorUploadDocument: "Houve um erro na função de carregamento",
|
|
1120
1140
|
filesUploadError: "Os arquivos carregados excederam o tamanho permitido ou não respeitam os tipos de extensões permitidas.",
|
|
1121
|
-
limitInDocReview: "Você não pode atualizar um limite se ele estiver pendente."
|
|
1141
|
+
limitInDocReview: "Você não pode atualizar um limite se ele estiver pendente.",
|
|
1142
|
+
scheduleNotFoundException: "A programação não existe",
|
|
1143
|
+
genericLimitsPopupError: "Ocorreu um erro inesperado. Por favor, tente novamente"
|
|
1122
1144
|
},
|
|
1123
1145
|
"es-mx": {
|
|
1124
1146
|
LoadingText: "Cargando, por favor espere...",
|
|
@@ -1218,7 +1240,9 @@ const ve = {
|
|
|
1218
1240
|
uploadSuccess: "Archivo subido con éxito",
|
|
1219
1241
|
errorUploadDocument: "Hubo un error con la función de subida",
|
|
1220
1242
|
filesUploadError: "Los archivos subidos superaron el tamaño permitido o no respetan los tipos de extensiones permitidas.",
|
|
1221
|
-
limitInDocReview: "No se puede actualizar un límite si está pendiente."
|
|
1243
|
+
limitInDocReview: "No se puede actualizar un límite si está pendiente.",
|
|
1244
|
+
scheduleNotFoundException: "El horario no existe",
|
|
1245
|
+
genericLimitsPopupError: "Ha ocurrido un error inesperado. Por favor, inténtalo de nuevo"
|
|
1222
1246
|
},
|
|
1223
1247
|
tr: {
|
|
1224
1248
|
loadingText: "Yükleniyor lütfen bekleyin...",
|
|
@@ -1318,35 +1342,37 @@ const ve = {
|
|
|
1318
1342
|
uploadSuccess: "Dosya başarıyla yüklendi",
|
|
1319
1343
|
errorUploadDocument: "Yükleme işlevinde bir hata oluştu",
|
|
1320
1344
|
filesUploadError: "Yüklenen dosyalar izin verilen boyutu aştı veya izin verilen uzantı türlerine uymuyor.",
|
|
1321
|
-
limitInDocReview: "Beklemede olan bir limiti güncelleyemezsiniz."
|
|
1345
|
+
limitInDocReview: "Beklemede olan bir limiti güncelleyemezsiniz.",
|
|
1346
|
+
scheduleNotFoundException: "Program mevcut değil",
|
|
1347
|
+
genericLimitsPopupError: "Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin"
|
|
1322
1348
|
}
|
|
1323
1349
|
};
|
|
1324
|
-
function
|
|
1350
|
+
function Ki(o) {
|
|
1325
1351
|
Ii(o, "svelte-j1l9ct", ':host{font-family:system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #e6e6e6);background:var(--emw--color-white, #ffffff);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072a))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072a));border:1px solid var(--emw--color-gray-100, #e6e6e6);background:var(--emw--color-white, #ffffff)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e))}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-page-2-gm16{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072a));animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px;float:left}.LimitsInteractionArea .InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #fd2839));font-size:14px;padding:6px 0px;margin-bottom:6px}.LimitsPageContainer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:500px}.LimitsPageContainer .LimitsList{width:100%}.LimitsPageContainer .LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitCompliance{margin:20px 0px}.LimitCompliance .LimitComplianceText{font-size:14px}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586b);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton,.SubmitDocumentButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #ffffff));border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled,.SubmitDocumentButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.SubmitDocumentButton{width:100%}.CloseButton{background:var(--emw--color-white, #ffffff);color:var(--emw--color-gray-300, #58586b);border:1px solid var(--emw--color-gray-300, #58586b);margin-top:8px;border-radius:2px;padding:12px;cursor:pointer}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:1px solid var(--emw--color-gray-50, #f9f8f8)}.LimitDetailsTextWrapper{display:flex;width:100%;justify-content:space-between;align-items:center;padding-bottom:16px;gap:10px;font-size:1.3rem;color:var(--emw--color-black, #000000)}.PendingLimit{color:var(--emw--color-black, #000000)}.CurrentLimitContainer{width:100%;display:flex;flex-direction:column;gap:5px}.LimitTitle{font-size:0.9rem}.PopupOverlay{position:absolute;top:0;left:0;background:rgba(35, 38, 43, 0.7);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;z-index:99}.PopupContainer{background:var(--emw--color-white, #ffffff);font-size:1.3rem;color:var(--emw--color-black, #000000);width:80vw;min-height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer .documentAction{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.PopupContainer .documentAction .documentDragArea{width:100%;height:100%;border:2px dashed var(--emw--color-primary, #22b04e);padding:20px;border-radius:var(--emw--button-border-radius, 10px);display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:20px}.PopupContainer .documentAction .documentDragArea .icon{width:60px;fill:var(--emw--color-black, #000000)}.PopupContainer .documentAction .documentDragArea header{font-size:var(--emw--font-size-small, 12px);color:var(--emw--color-black, #000000)}.PopupContainer .documentAction .documentDragArea span{font-size:var(--emw--font-size-small, 12px);color:var(--emw--color-black, #000000);margin:10px 0 15px 0;text-align:center}.PopupContainer .documentAction .documentDragArea span .labelText{font-size:var(--emw--font-size-small, 12px);text-decoration:underline;cursor:pointer}.PopupContainer .documentAction .documentDragArea button{width:100%;text-align:center;margin-top:20px;background-color:var(--emw--color-primary, #22b04e);border:2px solid var(--emw--button-border-color, #0e5924);border-radius:var(--emw--button-border-radius, 10px);padding:15px 0;color:var(--emw--button-typography, var(--emw--button-text-color, #ffffff));cursor:pointer;font-size:var(--emw--font-size-small, 12px)}.PopupContainer .documentAction .documentDragArea.active{border:2px solid #fff}.PopupContainer .documentAction .uploadHistory{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:20px;gap:5px}.PopupContainer .documentAction .uploadHistory .historyHeader{font-size:var(--emw--font-size-medium, 15px)}.PopupContainer .documentAction .uploadHistory .historyItem{font-size:var(--emw--font-size-small, 12px);margin-left:10px}.PopupContainer .documentAction .uploadHistory p{width:100%;text-align:left;color:var(--emw--button-typography, var(--emw--button-text-color, #ffffff));margin:0}.PopupContainer .documentAction .filesError{color:var(--emw--color-error, var(--emw--color-red, #fd2839));font-size:var(--emw--font-size-small, 12px);line-height:10px;margin-top:20px}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #ffffff);color:var(--emw--color-black, #000000);font-size:1.3rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.ContainerLimitActions{display:flex;flex-direction:row;gap:10px}.ReloadLimitButton,.RemoveLimitButton,.ConfirmLimitButton,.CancelLimitButton{height:28px;width:100%;max-width:150px;font-size:0.7rem;background:var(--emw--color-white, #ffffff);color:var(--emw--color-gray-300, #58586b);border:1px solid var(--emw--color-gray-300, #58586b);border-radius:4px;padding:0 4px;cursor:pointer;white-space:nowrap}.ReloadLimitButton:hover,.RemoveLimitButton:hover,.ConfirmLimitButton:hover,.CancelLimitButton:hover{background:var(--emw--color-gray-300, #58586b);color:var(--emw--color-white, #ffffff)}.ReloadLimitButton.disabled,.RemoveLimitButton.disabled,.ConfirmLimitButton.disabled,.CancelLimitButton.disabled{color:var(--emw--bonus-pagination-disabled, var(--emw--color-gray-100, #e6e6e6));border-color:var(--emw--bonus-pagination-disabled, var(--emw--color-gray-100, #e6e6e6));cursor:default}.ReloadLimitButton.disabled:hover,.RemoveLimitButton.disabled:hover,.ConfirmLimitButton.disabled:hover,.CancelLimitButton.disabled:hover{background:none;color:none}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px rgb(122, 195, 23);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.skeletonLimitContainer{min-height:500px;container-type:inline-size;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.skeletonLimitContainer .skeletonLimitWrapper{min-height:150px;width:45%;display:flex;flex-direction:column;border:1px solid var(--emw--color-gray-300, #58586b);margin:12px;padding:8px 12px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitText{width:30%;margin-bottom:10px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-left:5px;margin-bottom:30px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitAmount{width:100%}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitAmount .skeletonAmountText{width:40%;margin-bottom:10px;overflow:hidden}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitAmount .skeletonSubText{width:80%;overflow:hidden}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitButton{display:flex;flex-direction:row;width:30%;gap:10px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitButton div{width:100%}@container (max-width: 768px){.skeletonLimitContainer .skeletonLimitWrapper{width:100%;margin:0px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitText{width:100%;overflow:hidden}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent{width:100%;gap:10px;flex-direction:column;gap:10px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitAmount{display:flex;flex-direction:column;gap:10px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitButton{display:flex;flex-direction:row;width:100%;gap:10px}.skeletonLimitContainer .skeletonLimitWrapper .skeletonLimitContent .skeletonLimitButton div{width:100%}}.skeletonLimitContainer .skeletonInputWrapper{display:flex;flex-direction:column;width:320px;gap:10px}.skeletonLimitContainer .skeletonInputWrapper .skletonHeader{width:50%;margin-top:20px}.skeletonLimitContainer .skeletonInputWrapper .skeletonPeriod,.skeletonLimitContainer .skeletonInputWrapper .skeletonInputAmount,.skeletonLimitContainer .skeletonInputWrapper .skeletonButton{width:100%}@container (max-width: 768px){.skeletonLimitContainer .skeletonInputWrapper{width:100%}.skeletonLimitContainer .skeletonInputWrapper .skeletonPeriod,.skeletonLimitContainer .skeletonInputWrapper .skeletonInputAmount,.skeletonLimitContainer .skeletonInputWrapper .skeletonButton{width:inherit}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}');
|
|
1326
1352
|
}
|
|
1327
1353
|
function mt(o, e, t) {
|
|
1328
1354
|
const i = o.slice();
|
|
1329
|
-
return i[
|
|
1355
|
+
return i[136] = e[t], i;
|
|
1330
1356
|
}
|
|
1331
1357
|
function pt(o, e, t) {
|
|
1332
1358
|
const i = o.slice();
|
|
1333
|
-
return i[
|
|
1359
|
+
return i[139] = e[t], i[141] = t, i;
|
|
1334
1360
|
}
|
|
1335
1361
|
function ct(o, e, t) {
|
|
1336
1362
|
const i = o.slice();
|
|
1337
|
-
return i[
|
|
1363
|
+
return i[139] = e[t], i;
|
|
1338
1364
|
}
|
|
1339
1365
|
function ft(o, e, t) {
|
|
1340
1366
|
const i = o.slice();
|
|
1341
|
-
return i[
|
|
1367
|
+
return i[144] = e[t], i;
|
|
1342
1368
|
}
|
|
1343
|
-
function
|
|
1369
|
+
function Yi(o, e, t) {
|
|
1344
1370
|
const i = o.slice();
|
|
1345
|
-
return i[
|
|
1371
|
+
return i[133] = e[t], i;
|
|
1346
1372
|
}
|
|
1347
1373
|
function gt(o, e, t) {
|
|
1348
1374
|
const i = o.slice();
|
|
1349
|
-
return i[
|
|
1375
|
+
return i[147] = e[t], i;
|
|
1350
1376
|
}
|
|
1351
1377
|
function Lt(o) {
|
|
1352
1378
|
let e, t, i;
|
|
@@ -1356,14 +1382,14 @@ function Lt(o) {
|
|
|
1356
1382
|
m[19] ? (
|
|
1357
1383
|
/*isKycNeeded*/
|
|
1358
1384
|
m[26] && !/*popupErrorDisplay*/
|
|
1359
|
-
m[17] ?
|
|
1360
|
-
) :
|
|
1385
|
+
m[17] ? Zi : Ji
|
|
1386
|
+
) : Xi
|
|
1361
1387
|
);
|
|
1362
1388
|
}
|
|
1363
|
-
let
|
|
1389
|
+
let r = a(o), s = r(o);
|
|
1364
1390
|
return {
|
|
1365
1391
|
c() {
|
|
1366
|
-
e =
|
|
1392
|
+
e = h("div"), t = h("div"), s.c(), f(t, "class", i = "PopupContainer " + /*popupClass*/
|
|
1367
1393
|
o[21] + " " + /*isDesktop*/
|
|
1368
1394
|
(o[29] ? "Desktop" : "")), f(e, "class", "PopupOverlay");
|
|
1369
1395
|
},
|
|
@@ -1371,55 +1397,55 @@ function Lt(o) {
|
|
|
1371
1397
|
A(m, e, c), u(e, t), s.m(t, null);
|
|
1372
1398
|
},
|
|
1373
1399
|
p(m, c) {
|
|
1374
|
-
|
|
1400
|
+
r === (r = a(m)) && s ? s.p(m, c) : (s.d(1), s = r(m), s && (s.c(), s.m(t, null))), c[0] & /*popupClass*/
|
|
1375
1401
|
2097152 && i !== (i = "PopupContainer " + /*popupClass*/
|
|
1376
1402
|
m[21] + " " + /*isDesktop*/
|
|
1377
1403
|
(m[29] ? "Desktop" : "")) && f(t, "class", i);
|
|
1378
1404
|
},
|
|
1379
1405
|
d(m) {
|
|
1380
|
-
m &&
|
|
1406
|
+
m && P(e), s.d();
|
|
1381
1407
|
}
|
|
1382
1408
|
};
|
|
1383
1409
|
}
|
|
1384
|
-
function
|
|
1410
|
+
function Ji(o) {
|
|
1385
1411
|
let e, t, i = (
|
|
1386
1412
|
/*$_*/
|
|
1387
1413
|
o[28]("popupTitle") + ""
|
|
1388
|
-
), a,
|
|
1414
|
+
), a, r, s, m, c, d, g, v, j, w, C, Z, ee;
|
|
1389
1415
|
function U(_, S) {
|
|
1390
1416
|
return (
|
|
1391
1417
|
/*popupErrorDisplay*/
|
|
1392
|
-
_[17] ?
|
|
1418
|
+
_[17] ? eo : (
|
|
1393
1419
|
/*popupVariant*/
|
|
1394
|
-
_[22] == 2 ?
|
|
1420
|
+
_[22] == 2 ? $i : Qi
|
|
1395
1421
|
)
|
|
1396
1422
|
);
|
|
1397
1423
|
}
|
|
1398
|
-
let
|
|
1424
|
+
let N = U(o), J = N(o);
|
|
1399
1425
|
function W(_, S) {
|
|
1400
1426
|
return (
|
|
1401
1427
|
/*popupErrorDisplay*/
|
|
1402
|
-
_[17] ?
|
|
1428
|
+
_[17] ? oo : (
|
|
1403
1429
|
/*popupVariant*/
|
|
1404
|
-
_[22] == 2 ?
|
|
1430
|
+
_[22] == 2 ? io : to
|
|
1405
1431
|
)
|
|
1406
1432
|
);
|
|
1407
1433
|
}
|
|
1408
|
-
let O = W(o),
|
|
1434
|
+
let O = W(o), E = O(o);
|
|
1409
1435
|
function R(_, S) {
|
|
1410
1436
|
return (
|
|
1411
1437
|
/*popupVariant*/
|
|
1412
|
-
_[22] == 2 ?
|
|
1438
|
+
_[22] == 2 ? no : ao
|
|
1413
1439
|
);
|
|
1414
1440
|
}
|
|
1415
1441
|
let z = R(o), k = z(o);
|
|
1416
1442
|
return {
|
|
1417
1443
|
c() {
|
|
1418
|
-
e =
|
|
1444
|
+
e = h("div"), t = h("span"), a = x(i), r = M(), s = h("button"), s.textContent = "X", m = M(), c = h("div"), d = h("div"), J.c(), g = M(), E.c(), v = M(), j = h("p"), w = M(), k.c(), C = He(), f(t, "class", "PopupTitle"), f(s, "class", "ClosePopup"), f(e, "class", "PopupTitleWrapper"), f(d, "class", "ResultIconWrapper"), f(j, "class", "DescriptionParagraph"), f(c, "class", "DescriptionWrapper");
|
|
1419
1445
|
},
|
|
1420
1446
|
m(_, S) {
|
|
1421
|
-
A(_, e, S), u(e, t), u(t, a), u(e,
|
|
1422
|
-
o[20], A(_, w, S), k.m(_, S), A(_,
|
|
1447
|
+
A(_, e, S), u(e, t), u(t, a), u(e, r), u(e, s), A(_, m, S), A(_, c, S), u(c, d), J.m(d, null), u(d, g), E.m(d, null), u(c, v), u(c, j), j.innerHTML = /*popupContent*/
|
|
1448
|
+
o[20], A(_, w, S), k.m(_, S), A(_, C, S), Z || (ee = ne(
|
|
1423
1449
|
s,
|
|
1424
1450
|
"click",
|
|
1425
1451
|
/*closePopup*/
|
|
@@ -1429,46 +1455,46 @@ function Yi(o) {
|
|
|
1429
1455
|
p(_, S) {
|
|
1430
1456
|
S[0] & /*$_*/
|
|
1431
1457
|
268435456 && i !== (i = /*$_*/
|
|
1432
|
-
_[28]("popupTitle") + "") &&
|
|
1433
|
-
1048576 && (
|
|
1434
|
-
_[20]), z === (z = R(_)) && k ? k.p(_, S) : (k.d(1), k = z(_), k && (k.c(), k.m(
|
|
1458
|
+
_[28]("popupTitle") + "") && T(a, i), N !== (N = U(_)) && (J.d(1), J = N(_), J && (J.c(), J.m(d, g))), O === (O = W(_)) && E ? E.p(_, S) : (E.d(1), E = O(_), E && (E.c(), E.m(d, null))), S[0] & /*popupContent*/
|
|
1459
|
+
1048576 && (j.innerHTML = /*popupContent*/
|
|
1460
|
+
_[20]), z === (z = R(_)) && k ? k.p(_, S) : (k.d(1), k = z(_), k && (k.c(), k.m(C.parentNode, C)));
|
|
1435
1461
|
},
|
|
1436
1462
|
d(_) {
|
|
1437
|
-
_ && (
|
|
1463
|
+
_ && (P(e), P(m), P(c), P(w), P(C)), J.d(), E.d(), k.d(_), Z = !1, ee();
|
|
1438
1464
|
}
|
|
1439
1465
|
};
|
|
1440
1466
|
}
|
|
1441
|
-
function
|
|
1467
|
+
function Zi(o) {
|
|
1442
1468
|
let e, t, i = (
|
|
1443
1469
|
/*$_*/
|
|
1444
1470
|
o[28]("documentUploadTitle") + ""
|
|
1445
|
-
), a,
|
|
1471
|
+
), a, r, s, m, c, d, g, v, j, w, C = (
|
|
1446
1472
|
/*$_*/
|
|
1447
1473
|
o[28]("uploadDocumentHeader") + ""
|
|
1448
|
-
), Z, ee, U,
|
|
1474
|
+
), Z, ee, U, N = (
|
|
1449
1475
|
/*$_*/
|
|
1450
1476
|
o[28]("uploadDocumentContent") + ""
|
|
1451
|
-
), J, W, O,
|
|
1477
|
+
), J, W, O, E, R, z = (
|
|
1452
1478
|
/*$_*/
|
|
1453
1479
|
o[28]("uploadHistory") + ""
|
|
1454
|
-
), k, _, S, D, b,
|
|
1480
|
+
), k, _, S, D, b, F = (
|
|
1455
1481
|
/*$_*/
|
|
1456
1482
|
o[28]("submitButton") + ""
|
|
1457
|
-
), G,
|
|
1458
|
-
function ke(
|
|
1483
|
+
), G, I, fe, Le;
|
|
1484
|
+
function ke(q, V) {
|
|
1459
1485
|
return (
|
|
1460
1486
|
/*uploadedFiles*/
|
|
1461
|
-
|
|
1462
|
-
|
|
1487
|
+
q[24] && /*uploadedFiles*/
|
|
1488
|
+
q[24].length > 0 ? ro : so
|
|
1463
1489
|
);
|
|
1464
1490
|
}
|
|
1465
|
-
let
|
|
1491
|
+
let re = ke(o), te = re(o), ie = !/*isUploadValid*/
|
|
1466
1492
|
o[25] && /*uploadedFiles*/
|
|
1467
1493
|
o[24] && /*uploadedFiles*/
|
|
1468
|
-
o[24].length > 0 &&
|
|
1494
|
+
o[24].length > 0 && yt(o);
|
|
1469
1495
|
return {
|
|
1470
1496
|
c() {
|
|
1471
|
-
e =
|
|
1497
|
+
e = h("div"), t = h("span"), a = x(i), r = M(), s = h("button"), s.textContent = "X", m = M(), c = h("div"), d = h("div"), g = h("label"), v = h("div"), v.innerHTML = `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 486.3 486.3" xml:space="preserve"><g><g><path d="M395.5,135.8c-5.2-30.9-20.5-59.1-43.9-80.5c-26-23.8-59.8-36.9-95-36.9c-27.2,0-53.7,7.8-76.4,22.5
|
|
1472
1498
|
c-18.9,12.2-34.6,28.7-45.7,48.1c-4.8-0.9-9.8-1.4-14.8-1.4c-42.5,0-77.1,34.6-77.1,77.1c0,5.5,0.6,10.8,1.6,16
|
|
1473
1499
|
C16.7,200.7,0,232.9,0,267.2c0,27.7,10.3,54.6,29.1,75.9c19.3,21.8,44.8,34.7,72,36.2c0.3,0,0.5,0,0.8,0h86
|
|
1474
1500
|
c7.5,0,13.5-6,13.5-13.5s-6-13.5-13.5-13.5h-85.6C61.4,349.8,27,310.9,27,267.1c0-28.3,15.2-54.7,39.7-69
|
|
@@ -1477,14 +1503,14 @@ function Ji(o) {
|
|
|
1477
1503
|
c0,49.7-39.1,92.9-87.3,96.6h-73.7c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5h74.2c0.3,0,0.6,0,1,0c30.5-2.2,59-16.2,80.2-39.6
|
|
1478
1504
|
c21.1-23.2,32.6-53,32.6-84C486.2,199.5,447.9,149.6,395.5,135.8z"></path><path d="M324.2,280c5.3-5.3,5.3-13.8,0-19.1l-71.5-71.5c-2.5-2.5-6-4-9.5-4s-7,1.4-9.5,4l-71.5,71.5c-5.3,5.3-5.3,13.8,0,19.1
|
|
1479
1505
|
c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l48.5-48.5v222.9c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5V231.5l48.5,48.5
|
|
1480
|
-
C310.4,285.3,318.9,285.3,324.2,280z"></path></g></g></svg>`,
|
|
1481
|
-
o[29] ? "" : "Mobile")), b.disabled =
|
|
1506
|
+
C310.4,285.3,318.9,285.3,324.2,280z"></path></g></g></svg>`, j = M(), w = h("header"), Z = x(C), ee = M(), U = h("span"), J = M(), W = h("input"), O = M(), E = h("div"), R = h("p"), k = x(z), _ = M(), te.c(), S = M(), ie && ie.c(), D = M(), b = h("button"), G = x(F), f(t, "class", "PopupTitle"), f(s, "class", "ClosePopup"), f(e, "class", "PopupTitleWrapper"), f(v, "class", "icon"), f(W, "id", "files"), f(W, "type", "file"), Se(W, "display", "none"), f(g, "class", "documentDragArea"), f(g, "for", "files"), f(R, "class", "historyHeader"), f(E, "class", "uploadHistory"), f(b, "class", "SubmitDocumentButton " + (/*isDesktop*/
|
|
1507
|
+
o[29] ? "" : "Mobile")), b.disabled = I = !/*uploadedFiles*/
|
|
1482
1508
|
o[24] || !/*uploadedFiles*/
|
|
1483
1509
|
(o[24].length > 0) || !/*isUploadValid*/
|
|
1484
1510
|
o[25], f(d, "class", "documentAction"), f(c, "class", "DescriptionWrapper");
|
|
1485
1511
|
},
|
|
1486
|
-
m(
|
|
1487
|
-
A(
|
|
1512
|
+
m(q, V) {
|
|
1513
|
+
A(q, e, V), u(e, t), u(t, a), u(e, r), u(e, s), A(q, m, V), A(q, c, V), u(c, d), u(d, g), u(g, v), u(g, j), u(g, w), u(w, Z), u(g, ee), u(g, U), U.innerHTML = N, u(g, J), u(g, W), u(d, O), u(d, E), u(E, R), u(R, k), u(E, _), te.m(E, null), u(d, S), ie && ie.m(d, null), u(d, D), u(d, b), u(b, G), fe || (Le = [
|
|
1488
1514
|
ne(
|
|
1489
1515
|
s,
|
|
1490
1516
|
"click",
|
|
@@ -1505,65 +1531,65 @@ function Ji(o) {
|
|
|
1505
1531
|
)
|
|
1506
1532
|
], fe = !0);
|
|
1507
1533
|
},
|
|
1508
|
-
p(
|
|
1534
|
+
p(q, V) {
|
|
1509
1535
|
V[0] & /*$_*/
|
|
1510
1536
|
268435456 && i !== (i = /*$_*/
|
|
1511
|
-
|
|
1512
|
-
268435456 &&
|
|
1513
|
-
|
|
1514
|
-
268435456 &&
|
|
1515
|
-
|
|
1537
|
+
q[28]("documentUploadTitle") + "") && T(a, i), V[0] & /*$_*/
|
|
1538
|
+
268435456 && C !== (C = /*$_*/
|
|
1539
|
+
q[28]("uploadDocumentHeader") + "") && T(Z, C), V[0] & /*$_*/
|
|
1540
|
+
268435456 && N !== (N = /*$_*/
|
|
1541
|
+
q[28]("uploadDocumentContent") + "") && (U.innerHTML = N), V[0] & /*$_*/
|
|
1516
1542
|
268435456 && z !== (z = /*$_*/
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
268435456 &&
|
|
1522
|
-
|
|
1523
|
-
50331648 &&
|
|
1524
|
-
|
|
1525
|
-
(
|
|
1526
|
-
|
|
1527
|
-
},
|
|
1528
|
-
d(
|
|
1529
|
-
|
|
1543
|
+
q[28]("uploadHistory") + "") && T(k, z), re === (re = ke(q)) && te ? te.p(q, V) : (te.d(1), te = re(q), te && (te.c(), te.m(E, null))), !/*isUploadValid*/
|
|
1544
|
+
q[25] && /*uploadedFiles*/
|
|
1545
|
+
q[24] && /*uploadedFiles*/
|
|
1546
|
+
q[24].length > 0 ? ie ? ie.p(q, V) : (ie = yt(q), ie.c(), ie.m(d, D)) : ie && (ie.d(1), ie = null), V[0] & /*$_*/
|
|
1547
|
+
268435456 && F !== (F = /*$_*/
|
|
1548
|
+
q[28]("submitButton") + "") && T(G, F), V[0] & /*uploadedFiles, isUploadValid*/
|
|
1549
|
+
50331648 && I !== (I = !/*uploadedFiles*/
|
|
1550
|
+
q[24] || !/*uploadedFiles*/
|
|
1551
|
+
(q[24].length > 0) || !/*isUploadValid*/
|
|
1552
|
+
q[25]) && (b.disabled = I);
|
|
1553
|
+
},
|
|
1554
|
+
d(q) {
|
|
1555
|
+
q && (P(e), P(m), P(c)), te.d(), ie && ie.d(), fe = !1, Ne(Le);
|
|
1530
1556
|
}
|
|
1531
1557
|
};
|
|
1532
1558
|
}
|
|
1533
|
-
function
|
|
1559
|
+
function Xi(o) {
|
|
1534
1560
|
let e;
|
|
1535
1561
|
return {
|
|
1536
1562
|
c() {
|
|
1537
|
-
e =
|
|
1563
|
+
e = h("div"), f(e, "class", "LoadingIndicator");
|
|
1538
1564
|
},
|
|
1539
1565
|
m(t, i) {
|
|
1540
1566
|
A(t, e, i);
|
|
1541
1567
|
},
|
|
1542
1568
|
p: De,
|
|
1543
1569
|
d(t) {
|
|
1544
|
-
t &&
|
|
1570
|
+
t && P(e);
|
|
1545
1571
|
}
|
|
1546
1572
|
};
|
|
1547
1573
|
}
|
|
1548
|
-
function
|
|
1549
|
-
let e, t, i, a,
|
|
1574
|
+
function Qi(o) {
|
|
1575
|
+
let e, t, i, a, r, s;
|
|
1550
1576
|
return {
|
|
1551
1577
|
c() {
|
|
1552
|
-
e = Y("svg"), t = Y("defs"), i = Y("style"), a =
|
|
1578
|
+
e = Y("svg"), t = Y("defs"), i = Y("style"), a = x(`.fil0 {
|
|
1553
1579
|
fill: black;
|
|
1554
1580
|
fill-rule: nonzero;
|
|
1555
1581
|
}
|
|
1556
|
-
`),
|
|
1582
|
+
`), r = Y("g"), s = Y("polygon"), f(i, "type", "text/css"), f(s, "class", "fil0"), f(s, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "xmlns:xlink", "http://www.w3.org/1999/xlink"), f(e, "xml:space", "preserve"), f(e, "version", "1.1"), Se(e, "shape-rendering", "geometricPrecision"), Se(e, "text-rendering", "geometricPrecision"), Se(e, "image-rendering", "optimizeQuality"), f(e, "viewBox", "0 0 90 69"), f(e, "x", "0px"), f(e, "y", "0px"), f(e, "fill-rule", "evenodd"), f(e, "clip-rule", "evenodd");
|
|
1557
1583
|
},
|
|
1558
1584
|
m(m, c) {
|
|
1559
|
-
A(m, e, c), u(e, t), u(t, i), u(i, a), u(e,
|
|
1585
|
+
A(m, e, c), u(e, t), u(t, i), u(i, a), u(e, r), u(r, s);
|
|
1560
1586
|
},
|
|
1561
1587
|
d(m) {
|
|
1562
|
-
m &&
|
|
1588
|
+
m && P(e);
|
|
1563
1589
|
}
|
|
1564
1590
|
};
|
|
1565
1591
|
}
|
|
1566
|
-
function
|
|
1592
|
+
function $i(o) {
|
|
1567
1593
|
let e, t, i;
|
|
1568
1594
|
return {
|
|
1569
1595
|
c() {
|
|
@@ -1572,109 +1598,109 @@ function Qi(o) {
|
|
|
1572
1598
|
c13.1,0,24.2,11.2,24.2,24.2s-11.2,24.2-24.2,24.2s-24.2-11.2-24.2-24.2S242.5,55,255.5,55z M429.9,467.2H81.1V100.7h45.7v82.1
|
|
1573
1599
|
h256.5v-82.1H429v366.5H429.9z`), f(t, "id", "XMLID_1_"), f(e, "version", "1.1"), f(e, "id", "Layer_1"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "xmlns:xlink", "http://www.w3.org/1999/xlink"), f(e, "x", "0px"), f(e, "y", "0px"), f(e, "viewBox", "0 0 512 512"), Se(e, "enable-background", "new 0 0 512 512"), f(e, "xml:space", "preserve");
|
|
1574
1600
|
},
|
|
1575
|
-
m(a,
|
|
1576
|
-
A(a, e,
|
|
1601
|
+
m(a, r) {
|
|
1602
|
+
A(a, e, r), u(e, t), u(t, i);
|
|
1577
1603
|
},
|
|
1578
1604
|
d(a) {
|
|
1579
|
-
a &&
|
|
1605
|
+
a && P(e);
|
|
1580
1606
|
}
|
|
1581
1607
|
};
|
|
1582
1608
|
}
|
|
1583
|
-
function
|
|
1584
|
-
let e, t, i, a,
|
|
1609
|
+
function eo(o) {
|
|
1610
|
+
let e, t, i, a, r, s, m, c, d, g, v, j, w, C, Z, ee, U, N, J;
|
|
1585
1611
|
return {
|
|
1586
1612
|
c() {
|
|
1587
|
-
e = Y("svg"), t = Y("g"), i = Y("path"), a = Y("path"),
|
|
1613
|
+
e = Y("svg"), t = Y("g"), i = Y("path"), a = Y("path"), r = Y("g"), s = Y("g"), m = Y("g"), c = Y("g"), d = Y("g"), g = Y("g"), v = Y("g"), j = Y("g"), w = Y("g"), C = Y("g"), Z = Y("g"), ee = Y("g"), U = Y("g"), N = Y("g"), J = Y("g"), f(i, "d", `M26,0C11.664,0,0,11.663,0,26s11.664,26,26,26s26-11.663,26-26S40.336,0,26,0z M26,50C12.767,50,2,39.233,2,26
|
|
1588
1614
|
S12.767,2,26,2s24,10.767,24,24S39.233,50,26,50z`), f(a, "d", `M35.707,16.293c-0.391-0.391-1.023-0.391-1.414,0L26,24.586l-8.293-8.293c-0.391-0.391-1.023-0.391-1.414,0
|
|
1589
1615
|
s-0.391,1.023,0,1.414L24.586,26l-8.293,8.293c-0.391,0.391-0.391,1.023,0,1.414C16.488,35.902,16.744,36,17,36
|
|
1590
1616
|
s0.512-0.098,0.707-0.293L26,27.414l8.293,8.293C34.488,35.902,34.744,36,35,36s0.512-0.098,0.707-0.293
|
|
1591
1617
|
c0.391-0.391,0.391-1.023,0-1.414L27.414,26l8.293-8.293C36.098,17.316,36.098,16.684,35.707,16.293z`), f(e, "version", "1.1"), f(e, "id", "Capa_1"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "xmlns:xlink", "http://www.w3.org/1999/xlink"), f(e, "x", "0px"), f(e, "y", "0px"), f(e, "viewBox", "0 0 52 52"), Se(e, "enable-background", "new 0 0 52 52"), f(e, "xml:space", "preserve");
|
|
1592
1618
|
},
|
|
1593
1619
|
m(W, O) {
|
|
1594
|
-
A(W, e, O), u(e, t), u(t, i), u(t, a), u(e,
|
|
1620
|
+
A(W, e, O), u(e, t), u(t, i), u(t, a), u(e, r), u(e, s), u(e, m), u(e, c), u(e, d), u(e, g), u(e, v), u(e, j), u(e, w), u(e, C), u(e, Z), u(e, ee), u(e, U), u(e, N), u(e, J);
|
|
1595
1621
|
},
|
|
1596
1622
|
d(W) {
|
|
1597
|
-
W &&
|
|
1623
|
+
W && P(e);
|
|
1598
1624
|
}
|
|
1599
1625
|
};
|
|
1600
1626
|
}
|
|
1601
|
-
function
|
|
1627
|
+
function to(o) {
|
|
1602
1628
|
let e, t = (
|
|
1603
1629
|
/*$_*/
|
|
1604
1630
|
o[28]("popupSuccess") + ""
|
|
1605
1631
|
), i;
|
|
1606
1632
|
return {
|
|
1607
1633
|
c() {
|
|
1608
|
-
e =
|
|
1634
|
+
e = h("p"), i = x(t);
|
|
1609
1635
|
},
|
|
1610
|
-
m(a,
|
|
1611
|
-
A(a, e,
|
|
1636
|
+
m(a, r) {
|
|
1637
|
+
A(a, e, r), u(e, i);
|
|
1612
1638
|
},
|
|
1613
|
-
p(a,
|
|
1614
|
-
|
|
1639
|
+
p(a, r) {
|
|
1640
|
+
r[0] & /*$_*/
|
|
1615
1641
|
268435456 && t !== (t = /*$_*/
|
|
1616
|
-
a[28]("popupSuccess") + "") &&
|
|
1642
|
+
a[28]("popupSuccess") + "") && T(i, t);
|
|
1617
1643
|
},
|
|
1618
1644
|
d(a) {
|
|
1619
|
-
a &&
|
|
1645
|
+
a && P(e);
|
|
1620
1646
|
}
|
|
1621
1647
|
};
|
|
1622
1648
|
}
|
|
1623
|
-
function
|
|
1649
|
+
function io(o) {
|
|
1624
1650
|
let e, t = (
|
|
1625
1651
|
/*$_*/
|
|
1626
1652
|
o[28]("docsRequired") + ""
|
|
1627
1653
|
), i;
|
|
1628
1654
|
return {
|
|
1629
1655
|
c() {
|
|
1630
|
-
e =
|
|
1656
|
+
e = h("p"), i = x(t);
|
|
1631
1657
|
},
|
|
1632
|
-
m(a,
|
|
1633
|
-
A(a, e,
|
|
1658
|
+
m(a, r) {
|
|
1659
|
+
A(a, e, r), u(e, i);
|
|
1634
1660
|
},
|
|
1635
|
-
p(a,
|
|
1636
|
-
|
|
1661
|
+
p(a, r) {
|
|
1662
|
+
r[0] & /*$_*/
|
|
1637
1663
|
268435456 && t !== (t = /*$_*/
|
|
1638
|
-
a[28]("docsRequired") + "") &&
|
|
1664
|
+
a[28]("docsRequired") + "") && T(i, t);
|
|
1639
1665
|
},
|
|
1640
1666
|
d(a) {
|
|
1641
|
-
a &&
|
|
1667
|
+
a && P(e);
|
|
1642
1668
|
}
|
|
1643
1669
|
};
|
|
1644
1670
|
}
|
|
1645
|
-
function
|
|
1671
|
+
function oo(o) {
|
|
1646
1672
|
let e, t = (
|
|
1647
1673
|
/*$_*/
|
|
1648
1674
|
o[28]("popupError") + ""
|
|
1649
1675
|
), i;
|
|
1650
1676
|
return {
|
|
1651
1677
|
c() {
|
|
1652
|
-
e =
|
|
1678
|
+
e = h("p"), i = x(t);
|
|
1653
1679
|
},
|
|
1654
|
-
m(a,
|
|
1655
|
-
A(a, e,
|
|
1680
|
+
m(a, r) {
|
|
1681
|
+
A(a, e, r), u(e, i);
|
|
1656
1682
|
},
|
|
1657
|
-
p(a,
|
|
1658
|
-
|
|
1683
|
+
p(a, r) {
|
|
1684
|
+
r[0] & /*$_*/
|
|
1659
1685
|
268435456 && t !== (t = /*$_*/
|
|
1660
|
-
a[28]("popupError") + "") &&
|
|
1686
|
+
a[28]("popupError") + "") && T(i, t);
|
|
1661
1687
|
},
|
|
1662
1688
|
d(a) {
|
|
1663
|
-
a &&
|
|
1689
|
+
a && P(e);
|
|
1664
1690
|
}
|
|
1665
1691
|
};
|
|
1666
1692
|
}
|
|
1667
|
-
function
|
|
1693
|
+
function ao(o) {
|
|
1668
1694
|
let e, t = (
|
|
1669
1695
|
/*$_*/
|
|
1670
1696
|
o[28]("okButton") + ""
|
|
1671
|
-
), i, a,
|
|
1697
|
+
), i, a, r;
|
|
1672
1698
|
return {
|
|
1673
1699
|
c() {
|
|
1674
|
-
e =
|
|
1700
|
+
e = h("button"), i = x(t), f(e, "class", "ConfirmButton");
|
|
1675
1701
|
},
|
|
1676
1702
|
m(s, m) {
|
|
1677
|
-
A(s, e, m), u(e, i), a || (
|
|
1703
|
+
A(s, e, m), u(e, i), a || (r = ne(
|
|
1678
1704
|
e,
|
|
1679
1705
|
"click",
|
|
1680
1706
|
/*closePopup*/
|
|
@@ -1684,24 +1710,24 @@ function oo(o) {
|
|
|
1684
1710
|
p(s, m) {
|
|
1685
1711
|
m[0] & /*$_*/
|
|
1686
1712
|
268435456 && t !== (t = /*$_*/
|
|
1687
|
-
s[28]("okButton") + "") &&
|
|
1713
|
+
s[28]("okButton") + "") && T(i, t);
|
|
1688
1714
|
},
|
|
1689
1715
|
d(s) {
|
|
1690
|
-
s &&
|
|
1716
|
+
s && P(e), a = !1, r();
|
|
1691
1717
|
}
|
|
1692
1718
|
};
|
|
1693
1719
|
}
|
|
1694
|
-
function
|
|
1720
|
+
function no(o) {
|
|
1695
1721
|
let e, t = (
|
|
1696
1722
|
/*$_*/
|
|
1697
1723
|
o[28]("uploadDocumentsButton") + ""
|
|
1698
|
-
), i, a,
|
|
1724
|
+
), i, a, r = (
|
|
1699
1725
|
/*$_*/
|
|
1700
1726
|
o[28]("closeButton") + ""
|
|
1701
1727
|
), s, m, c;
|
|
1702
1728
|
return {
|
|
1703
1729
|
c() {
|
|
1704
|
-
e =
|
|
1730
|
+
e = h("button"), i = M(), a = h("button"), s = x(r), f(e, "class", "ConfirmButton"), f(a, "class", "CloseButton");
|
|
1705
1731
|
},
|
|
1706
1732
|
m(d, g) {
|
|
1707
1733
|
A(d, e, g), e.innerHTML = t, A(d, i, g), A(d, a, g), u(a, s), m || (c = [
|
|
@@ -1723,56 +1749,56 @@ function ao(o) {
|
|
|
1723
1749
|
g[0] & /*$_*/
|
|
1724
1750
|
268435456 && t !== (t = /*$_*/
|
|
1725
1751
|
d[28]("uploadDocumentsButton") + "") && (e.innerHTML = t), g[0] & /*$_*/
|
|
1726
|
-
268435456 &&
|
|
1727
|
-
d[28]("closeButton") + "") &&
|
|
1752
|
+
268435456 && r !== (r = /*$_*/
|
|
1753
|
+
d[28]("closeButton") + "") && T(s, r);
|
|
1728
1754
|
},
|
|
1729
1755
|
d(d) {
|
|
1730
|
-
d && (
|
|
1756
|
+
d && (P(e), P(i), P(a)), m = !1, Ne(c);
|
|
1731
1757
|
}
|
|
1732
1758
|
};
|
|
1733
1759
|
}
|
|
1734
|
-
function
|
|
1760
|
+
function so(o) {
|
|
1735
1761
|
let e, t = (
|
|
1736
1762
|
/*$_*/
|
|
1737
1763
|
o[28]("noFileUploaded") + ""
|
|
1738
1764
|
), i;
|
|
1739
1765
|
return {
|
|
1740
1766
|
c() {
|
|
1741
|
-
e =
|
|
1767
|
+
e = h("p"), i = x(t), f(e, "class", "historyItem");
|
|
1742
1768
|
},
|
|
1743
|
-
m(a,
|
|
1744
|
-
A(a, e,
|
|
1769
|
+
m(a, r) {
|
|
1770
|
+
A(a, e, r), u(e, i);
|
|
1745
1771
|
},
|
|
1746
|
-
p(a,
|
|
1747
|
-
|
|
1772
|
+
p(a, r) {
|
|
1773
|
+
r[0] & /*$_*/
|
|
1748
1774
|
268435456 && t !== (t = /*$_*/
|
|
1749
|
-
a[28]("noFileUploaded") + "") &&
|
|
1775
|
+
a[28]("noFileUploaded") + "") && T(i, t);
|
|
1750
1776
|
},
|
|
1751
1777
|
d(a) {
|
|
1752
|
-
a &&
|
|
1778
|
+
a && P(e);
|
|
1753
1779
|
}
|
|
1754
1780
|
};
|
|
1755
1781
|
}
|
|
1756
|
-
function
|
|
1782
|
+
function ro(o) {
|
|
1757
1783
|
let e, t = ce(Array.from(
|
|
1758
1784
|
/*uploadedFiles*/
|
|
1759
1785
|
o[24]
|
|
1760
1786
|
)), i = [];
|
|
1761
1787
|
for (let a = 0; a < t.length; a += 1)
|
|
1762
|
-
i[a] =
|
|
1788
|
+
i[a] = ht(gt(o, t, a));
|
|
1763
1789
|
return {
|
|
1764
1790
|
c() {
|
|
1765
1791
|
for (let a = 0; a < i.length; a += 1)
|
|
1766
1792
|
i[a].c();
|
|
1767
1793
|
e = He();
|
|
1768
1794
|
},
|
|
1769
|
-
m(a,
|
|
1795
|
+
m(a, r) {
|
|
1770
1796
|
for (let s = 0; s < i.length; s += 1)
|
|
1771
|
-
i[s] && i[s].m(a,
|
|
1772
|
-
A(a, e,
|
|
1797
|
+
i[s] && i[s].m(a, r);
|
|
1798
|
+
A(a, e, r);
|
|
1773
1799
|
},
|
|
1774
|
-
p(a,
|
|
1775
|
-
if (
|
|
1800
|
+
p(a, r) {
|
|
1801
|
+
if (r[0] & /*uploadedFiles*/
|
|
1776
1802
|
16777216) {
|
|
1777
1803
|
t = ce(Array.from(
|
|
1778
1804
|
/*uploadedFiles*/
|
|
@@ -1781,7 +1807,7 @@ function so(o) {
|
|
|
1781
1807
|
let s;
|
|
1782
1808
|
for (s = 0; s < t.length; s += 1) {
|
|
1783
1809
|
const m = gt(a, t, s);
|
|
1784
|
-
i[s] ? i[s].p(m,
|
|
1810
|
+
i[s] ? i[s].p(m, r) : (i[s] = ht(m), i[s].c(), i[s].m(e.parentNode, e));
|
|
1785
1811
|
}
|
|
1786
1812
|
for (; s < i.length; s += 1)
|
|
1787
1813
|
i[s].d(1);
|
|
@@ -1789,65 +1815,65 @@ function so(o) {
|
|
|
1789
1815
|
}
|
|
1790
1816
|
},
|
|
1791
1817
|
d(a) {
|
|
1792
|
-
a &&
|
|
1818
|
+
a && P(e), Ae(i, a);
|
|
1793
1819
|
}
|
|
1794
1820
|
};
|
|
1795
1821
|
}
|
|
1796
|
-
function
|
|
1822
|
+
function ht(o) {
|
|
1797
1823
|
let e, t = (
|
|
1798
1824
|
/*file*/
|
|
1799
|
-
o[
|
|
1825
|
+
o[147].name + ""
|
|
1800
1826
|
), i;
|
|
1801
1827
|
return {
|
|
1802
1828
|
c() {
|
|
1803
|
-
e =
|
|
1829
|
+
e = h("p"), i = x(t), f(e, "class", "historyItem");
|
|
1804
1830
|
},
|
|
1805
|
-
m(a,
|
|
1806
|
-
A(a, e,
|
|
1831
|
+
m(a, r) {
|
|
1832
|
+
A(a, e, r), u(e, i);
|
|
1807
1833
|
},
|
|
1808
|
-
p(a,
|
|
1809
|
-
|
|
1834
|
+
p(a, r) {
|
|
1835
|
+
r[0] & /*uploadedFiles*/
|
|
1810
1836
|
16777216 && t !== (t = /*file*/
|
|
1811
|
-
a[
|
|
1837
|
+
a[147].name + "") && T(i, t);
|
|
1812
1838
|
},
|
|
1813
1839
|
d(a) {
|
|
1814
|
-
a &&
|
|
1840
|
+
a && P(e);
|
|
1815
1841
|
}
|
|
1816
1842
|
};
|
|
1817
1843
|
}
|
|
1818
|
-
function
|
|
1844
|
+
function yt(o) {
|
|
1819
1845
|
let e, t = (
|
|
1820
1846
|
/*$_*/
|
|
1821
1847
|
o[28]("filesUploadError") + ""
|
|
1822
1848
|
), i;
|
|
1823
1849
|
return {
|
|
1824
1850
|
c() {
|
|
1825
|
-
e =
|
|
1851
|
+
e = h("p"), i = x(t), f(e, "class", "filesError");
|
|
1826
1852
|
},
|
|
1827
|
-
m(a,
|
|
1828
|
-
A(a, e,
|
|
1853
|
+
m(a, r) {
|
|
1854
|
+
A(a, e, r), u(e, i);
|
|
1829
1855
|
},
|
|
1830
|
-
p(a,
|
|
1831
|
-
|
|
1856
|
+
p(a, r) {
|
|
1857
|
+
r[0] & /*$_*/
|
|
1832
1858
|
268435456 && t !== (t = /*$_*/
|
|
1833
|
-
a[28]("filesUploadError") + "") &&
|
|
1859
|
+
a[28]("filesUploadError") + "") && T(i, t);
|
|
1834
1860
|
},
|
|
1835
1861
|
d(a) {
|
|
1836
|
-
a &&
|
|
1862
|
+
a && P(e);
|
|
1837
1863
|
}
|
|
1838
1864
|
};
|
|
1839
1865
|
}
|
|
1840
1866
|
function lo(o) {
|
|
1841
|
-
let e, t, i, a,
|
|
1867
|
+
let e, t, i, a, r, s, m, c, d, g, v = (
|
|
1842
1868
|
/*multiplePeriods*/
|
|
1843
1869
|
o[14] ? `${/*$_*/
|
|
1844
1870
|
o[28]("amount")}` : `${/*$_*/
|
|
1845
1871
|
o[28](`new${/*selectedPeriod*/
|
|
1846
1872
|
o[8]}Limit`)}`
|
|
1847
|
-
),
|
|
1873
|
+
), j, w, C, Z, ee, U, N = (
|
|
1848
1874
|
/*$_*/
|
|
1849
1875
|
o[28]("setLimit") + ""
|
|
1850
|
-
), J, W, O,
|
|
1876
|
+
), J, W, O, E, R = ce(
|
|
1851
1877
|
/*availableLimits*/
|
|
1852
1878
|
o[6]
|
|
1853
1879
|
), z = [];
|
|
@@ -1868,47 +1894,47 @@ function lo(o) {
|
|
|
1868
1894
|
);
|
|
1869
1895
|
return {
|
|
1870
1896
|
c() {
|
|
1871
|
-
e =
|
|
1897
|
+
e = h("div"), t = h("div"), i = h("div");
|
|
1872
1898
|
for (let b = 0; b < z.length; b += 1)
|
|
1873
1899
|
z[b].c();
|
|
1874
|
-
a = M(),
|
|
1875
|
-
(o[29] ? "Desktop" : "")), f(g, "class", "LimitInputText"), f(
|
|
1876
|
-
o[23], f(
|
|
1900
|
+
a = M(), r = h("form"), k && k.c(), s = M(), _ && _.c(), m = M(), S && S.c(), c = M(), d = h("label"), g = h("span"), j = x(v), w = M(), C = h("input"), Z = M(), D && D.c(), ee = M(), U = h("button"), J = x(N), f(i, "class", "LimitsList " + /*isDesktop*/
|
|
1901
|
+
(o[29] ? "Desktop" : "")), f(g, "class", "LimitInputText"), f(C, "type", "number"), f(C, "pattern", "[0-9]*"), f(d, "class", "LimitAmountInputWrapper"), f(U, "class", "LimitSubmitButton"), f(U, "type", "submit"), U.disabled = /*invalidInput*/
|
|
1902
|
+
o[23], f(r, "class", "LimitsInteractionArea " + /*isDesktop*/
|
|
1877
1903
|
(o[29] ? "Desktop" : "")), f(t, "class", "LimitsPageContainer"), f(e, "class", W = "player-account-gaming-limits-page-2-gm16 " + ("LimitTab" + /*limittabindex*/
|
|
1878
1904
|
o[3]));
|
|
1879
1905
|
},
|
|
1880
|
-
m(b,
|
|
1881
|
-
A(b, e,
|
|
1906
|
+
m(b, F) {
|
|
1907
|
+
A(b, e, F), u(e, t), u(t, i);
|
|
1882
1908
|
for (let G = 0; G < z.length; G += 1)
|
|
1883
1909
|
z[G] && z[G].m(i, null);
|
|
1884
|
-
u(t, a), u(t,
|
|
1885
|
-
|
|
1910
|
+
u(t, a), u(t, r), k && k.m(r, null), u(r, s), _ && _.m(r, null), u(r, m), S && S.m(r, null), u(r, c), u(r, d), u(d, g), u(g, j), u(d, w), u(d, C), Ue(
|
|
1911
|
+
C,
|
|
1886
1912
|
/*inputAmount*/
|
|
1887
1913
|
o[10]
|
|
1888
|
-
), u(d, Z), D && D.m(d, null), u(
|
|
1914
|
+
), u(d, Z), D && D.m(d, null), u(r, ee), u(r, U), u(U, J), O || (E = [
|
|
1889
1915
|
ne(
|
|
1890
|
-
|
|
1916
|
+
C,
|
|
1891
1917
|
"input",
|
|
1892
1918
|
/*input_input_handler*/
|
|
1893
1919
|
o[69]
|
|
1894
1920
|
),
|
|
1895
1921
|
ne(
|
|
1896
|
-
|
|
1922
|
+
C,
|
|
1897
1923
|
"input",
|
|
1898
1924
|
/*updateInputValue*/
|
|
1899
1925
|
o[33]
|
|
1900
1926
|
),
|
|
1901
1927
|
ne(
|
|
1902
|
-
|
|
1928
|
+
r,
|
|
1903
1929
|
"submit",
|
|
1904
1930
|
/*handleSubmit*/
|
|
1905
1931
|
o[34]
|
|
1906
1932
|
)
|
|
1907
1933
|
], O = !0);
|
|
1908
1934
|
},
|
|
1909
|
-
p(b,
|
|
1910
|
-
if (
|
|
1911
|
-
939524164 |
|
|
1935
|
+
p(b, F) {
|
|
1936
|
+
if (F[0] & /*isDesktop, $_, availableLimits, deletelimit, acknowledgedLimits*/
|
|
1937
|
+
939524164 | F[1] & /*cancelLimitSwitch, confirmLimitSwitch, removeLimitSwitch, readLimitsSwitch, getFormatedAmount, determineLimitName*/
|
|
1912
1938
|
994) {
|
|
1913
1939
|
R = ce(
|
|
1914
1940
|
/*availableLimits*/
|
|
@@ -1916,127 +1942,127 @@ function lo(o) {
|
|
|
1916
1942
|
);
|
|
1917
1943
|
let G;
|
|
1918
1944
|
for (G = 0; G < R.length; G += 1) {
|
|
1919
|
-
const
|
|
1920
|
-
z[G] ? z[G].p(
|
|
1945
|
+
const I = ct(b, R, G);
|
|
1946
|
+
z[G] ? z[G].p(I, F) : (z[G] = St(I), z[G].c(), z[G].m(i, null));
|
|
1921
1947
|
}
|
|
1922
1948
|
for (; G < z.length; G += 1)
|
|
1923
1949
|
z[G].d(1);
|
|
1924
1950
|
z.length = R.length;
|
|
1925
1951
|
}
|
|
1926
1952
|
/*enablecompliancetext*/
|
|
1927
|
-
b[1] === "true" ? k ? k.p(b,
|
|
1928
|
-
b[13] ? _ ? _.p(b,
|
|
1929
|
-
b[14] ? S ? S.p(b,
|
|
1953
|
+
b[1] === "true" ? k ? k.p(b, F) : (k = Dt(b), k.c(), k.m(r, s)) : k && (k.d(1), k = null), /*multipleLimits*/
|
|
1954
|
+
b[13] ? _ ? _.p(b, F) : (_ = At(b), _.c(), _.m(r, m)) : _ && (_.d(1), _ = null), /*multiplePeriods*/
|
|
1955
|
+
b[14] ? S ? S.p(b, F) : (S = zt(b), S.c(), S.m(r, c)) : S && (S.d(1), S = null), F[0] & /*multiplePeriods, $_, selectedPeriod*/
|
|
1930
1956
|
268452096 && v !== (v = /*multiplePeriods*/
|
|
1931
1957
|
b[14] ? `${/*$_*/
|
|
1932
1958
|
b[28]("amount")}` : `${/*$_*/
|
|
1933
1959
|
b[28](`new${/*selectedPeriod*/
|
|
1934
|
-
b[8]}Limit`)}`) &&
|
|
1935
|
-
1024 &&
|
|
1960
|
+
b[8]}Limit`)}`) && T(j, v), F[0] & /*inputAmount*/
|
|
1961
|
+
1024 && Et(C.value) !== /*inputAmount*/
|
|
1936
1962
|
b[10] && Ue(
|
|
1937
|
-
|
|
1963
|
+
C,
|
|
1938
1964
|
/*inputAmount*/
|
|
1939
1965
|
b[10]
|
|
1940
1966
|
), /*invalidInput*/
|
|
1941
|
-
b[23] ? D ? D.p(b,
|
|
1942
|
-
268435456 &&
|
|
1943
|
-
b[28]("setLimit") + "") &&
|
|
1967
|
+
b[23] ? D ? D.p(b, F) : (D = jt(b), D.c(), D.m(d, null)) : D && (D.d(1), D = null), F[0] & /*$_*/
|
|
1968
|
+
268435456 && N !== (N = /*$_*/
|
|
1969
|
+
b[28]("setLimit") + "") && T(J, N), F[0] & /*invalidInput*/
|
|
1944
1970
|
8388608 && (U.disabled = /*invalidInput*/
|
|
1945
|
-
b[23]),
|
|
1971
|
+
b[23]), F[0] & /*limittabindex*/
|
|
1946
1972
|
8 && W !== (W = "player-account-gaming-limits-page-2-gm16 " + ("LimitTab" + /*limittabindex*/
|
|
1947
1973
|
b[3])) && f(e, "class", W);
|
|
1948
1974
|
},
|
|
1949
1975
|
d(b) {
|
|
1950
|
-
b &&
|
|
1976
|
+
b && P(e), Ae(z, b), k && k.d(), _ && _.d(), S && S.d(), D && D.d(), O = !1, Ne(E);
|
|
1951
1977
|
}
|
|
1952
1978
|
};
|
|
1953
1979
|
}
|
|
1954
|
-
function
|
|
1980
|
+
function uo(o) {
|
|
1955
1981
|
let e;
|
|
1956
1982
|
return {
|
|
1957
1983
|
c() {
|
|
1958
|
-
e =
|
|
1984
|
+
e = h("p"), e.textContent = "500 Server error";
|
|
1959
1985
|
},
|
|
1960
1986
|
m(t, i) {
|
|
1961
1987
|
A(t, e, i);
|
|
1962
1988
|
},
|
|
1963
1989
|
p: De,
|
|
1964
1990
|
d(t) {
|
|
1965
|
-
t &&
|
|
1991
|
+
t && P(e);
|
|
1966
1992
|
}
|
|
1967
1993
|
};
|
|
1968
1994
|
}
|
|
1969
|
-
function
|
|
1970
|
-
let e, t, i, a,
|
|
1995
|
+
function mo(o) {
|
|
1996
|
+
let e, t, i, a, r, s, m = ce(Array(3)), c = [];
|
|
1971
1997
|
for (let d = 0; d < m.length; d += 1)
|
|
1972
|
-
c[d] =
|
|
1998
|
+
c[d] = So(Yi(o, m, d));
|
|
1973
1999
|
return {
|
|
1974
2000
|
c() {
|
|
1975
|
-
e =
|
|
2001
|
+
e = h("div"), t = h("div"), i = h("div"), i.innerHTML = '<ui-skeleton width="auto" height="20px" structure="text" margin-right="auto"></ui-skeleton>', a = M();
|
|
1976
2002
|
for (let d = 0; d < c.length; d += 1)
|
|
1977
2003
|
c[d].c();
|
|
1978
|
-
|
|
2004
|
+
r = M(), s = h("div"), s.innerHTML = '<div class="skletonHeader"><ui-skeleton width="auto" height="15px" structure="title" margin-right="auto"></ui-skeleton></div> <div class="skeletonPeriod"><ui-skeleton width="auto" height="50px" structure="rectangle" margin-right="auto"></ui-skeleton></div> <div class="skletonHeader"><ui-skeleton width="auto" height="15px" structure="title" margin-right="auto"></ui-skeleton></div> <div class="skeletonInputAmount"><ui-skeleton width="auto" height="50px" structure="rectangle" margin-right="auto"></ui-skeleton></div> <div class="skeletonButton"><ui-skeleton width="auto" height="40px" structure="rectangle" margin-right="auto"></ui-skeleton></div>', f(i, "class", "skeletonLimitText"), f(t, "class", "skeletonLimitWrapper"), f(s, "class", "skeletonInputWrapper"), f(e, "class", "skeletonLimitContainer");
|
|
1979
2005
|
},
|
|
1980
2006
|
m(d, g) {
|
|
1981
2007
|
A(d, e, g), u(e, t), u(t, i), u(t, a);
|
|
1982
2008
|
for (let v = 0; v < c.length; v += 1)
|
|
1983
2009
|
c[v] && c[v].m(t, null);
|
|
1984
|
-
u(e,
|
|
2010
|
+
u(e, r), u(e, s);
|
|
1985
2011
|
},
|
|
1986
2012
|
p: De,
|
|
1987
2013
|
d(d) {
|
|
1988
|
-
d &&
|
|
2014
|
+
d && P(e), Ae(c, d);
|
|
1989
2015
|
}
|
|
1990
2016
|
};
|
|
1991
2017
|
}
|
|
1992
|
-
function
|
|
2018
|
+
function po(o) {
|
|
1993
2019
|
let e, t, i, a = (
|
|
1994
2020
|
/*$_*/
|
|
1995
2021
|
o[28]("noLimitText") + ""
|
|
1996
|
-
),
|
|
2022
|
+
), r;
|
|
1997
2023
|
return {
|
|
1998
2024
|
c() {
|
|
1999
|
-
e =
|
|
2025
|
+
e = h("div"), t = h("div"), i = h("div"), r = x(a), f(i, "class", "LimitDetailsTextWrapper"), f(t, "class", "LimitDetailsWrapper"), f(e, "class", "LimitDetails");
|
|
2000
2026
|
},
|
|
2001
2027
|
m(s, m) {
|
|
2002
|
-
A(s, e, m), u(e, t), u(t, i), u(i,
|
|
2028
|
+
A(s, e, m), u(e, t), u(t, i), u(i, r);
|
|
2003
2029
|
},
|
|
2004
2030
|
p(s, m) {
|
|
2005
2031
|
m[0] & /*$_*/
|
|
2006
2032
|
268435456 && a !== (a = /*$_*/
|
|
2007
|
-
s[28]("noLimitText") + "") &&
|
|
2033
|
+
s[28]("noLimitText") + "") && T(r, a);
|
|
2008
2034
|
},
|
|
2009
2035
|
d(s) {
|
|
2010
|
-
s &&
|
|
2036
|
+
s && P(e);
|
|
2011
2037
|
}
|
|
2012
2038
|
};
|
|
2013
2039
|
}
|
|
2014
|
-
function
|
|
2040
|
+
function co(o) {
|
|
2015
2041
|
let e, t, i, a = (
|
|
2016
2042
|
/*$_*/
|
|
2017
2043
|
o[28]("lugasPrivacy") + ""
|
|
2018
|
-
),
|
|
2044
|
+
), r;
|
|
2019
2045
|
return {
|
|
2020
2046
|
c() {
|
|
2021
|
-
e =
|
|
2047
|
+
e = h("div"), t = h("div"), i = h("div"), r = x(a), f(i, "class", "LimitDetailsTextWrapper"), f(t, "class", "LimitDetailsWrapper"), f(e, "class", "LimitDetails");
|
|
2022
2048
|
},
|
|
2023
2049
|
m(s, m) {
|
|
2024
|
-
A(s, e, m), u(e, t), u(t, i), u(i,
|
|
2050
|
+
A(s, e, m), u(e, t), u(t, i), u(i, r);
|
|
2025
2051
|
},
|
|
2026
2052
|
p(s, m) {
|
|
2027
2053
|
m[0] & /*$_*/
|
|
2028
2054
|
268435456 && a !== (a = /*$_*/
|
|
2029
|
-
s[28]("lugasPrivacy") + "") &&
|
|
2055
|
+
s[28]("lugasPrivacy") + "") && T(r, a);
|
|
2030
2056
|
},
|
|
2031
2057
|
d(s) {
|
|
2032
|
-
s &&
|
|
2058
|
+
s && P(e);
|
|
2033
2059
|
}
|
|
2034
2060
|
};
|
|
2035
2061
|
}
|
|
2036
|
-
function
|
|
2062
|
+
function fo(o) {
|
|
2037
2063
|
let e, t = ce(
|
|
2038
2064
|
/*limit*/
|
|
2039
|
-
o[
|
|
2065
|
+
o[139].currentLimits
|
|
2040
2066
|
), i = [];
|
|
2041
2067
|
for (let a = 0; a < t.length; a += 1)
|
|
2042
2068
|
i[a] = _t(ft(o, t, a));
|
|
@@ -2046,23 +2072,23 @@ function co(o) {
|
|
|
2046
2072
|
i[a].c();
|
|
2047
2073
|
e = He();
|
|
2048
2074
|
},
|
|
2049
|
-
m(a,
|
|
2075
|
+
m(a, r) {
|
|
2050
2076
|
for (let s = 0; s < i.length; s += 1)
|
|
2051
|
-
i[s] && i[s].m(a,
|
|
2052
|
-
A(a, e,
|
|
2077
|
+
i[s] && i[s].m(a, r);
|
|
2078
|
+
A(a, e, r);
|
|
2053
2079
|
},
|
|
2054
|
-
p(a,
|
|
2055
|
-
if (
|
|
2056
|
-
939524164 |
|
|
2080
|
+
p(a, r) {
|
|
2081
|
+
if (r[0] & /*isDesktop, availableLimits, $_, deletelimit, acknowledgedLimits*/
|
|
2082
|
+
939524164 | r[1] & /*cancelLimitSwitch, confirmLimitSwitch, removeLimitSwitch, readLimitsSwitch, getFormatedAmount*/
|
|
2057
2083
|
738) {
|
|
2058
2084
|
t = ce(
|
|
2059
2085
|
/*limit*/
|
|
2060
|
-
a[
|
|
2086
|
+
a[139].currentLimits
|
|
2061
2087
|
);
|
|
2062
2088
|
let s;
|
|
2063
2089
|
for (s = 0; s < t.length; s += 1) {
|
|
2064
2090
|
const m = ft(a, t, s);
|
|
2065
|
-
i[s] ? i[s].p(m,
|
|
2091
|
+
i[s] ? i[s].p(m, r) : (i[s] = _t(m), i[s].c(), i[s].m(e.parentNode, e));
|
|
2066
2092
|
}
|
|
2067
2093
|
for (; s < i.length; s += 1)
|
|
2068
2094
|
i[s].d(1);
|
|
@@ -2070,83 +2096,83 @@ function co(o) {
|
|
|
2070
2096
|
}
|
|
2071
2097
|
},
|
|
2072
2098
|
d(a) {
|
|
2073
|
-
a &&
|
|
2099
|
+
a && P(e), Ae(i, a);
|
|
2074
2100
|
}
|
|
2075
2101
|
};
|
|
2076
2102
|
}
|
|
2077
|
-
function
|
|
2103
|
+
function go(o) {
|
|
2078
2104
|
let e, t, i, a = (
|
|
2079
2105
|
/*$_*/
|
|
2080
2106
|
o[28]("lugasPrivacy") + ""
|
|
2081
|
-
),
|
|
2107
|
+
), r;
|
|
2082
2108
|
return {
|
|
2083
2109
|
c() {
|
|
2084
|
-
e =
|
|
2110
|
+
e = h("div"), t = h("div"), i = h("div"), r = x(a), f(i, "class", "LimitDetailsTextWrapper"), f(t, "class", "LimitDetailsWrapper"), f(e, "class", "LimitDetails");
|
|
2085
2111
|
},
|
|
2086
2112
|
m(s, m) {
|
|
2087
|
-
A(s, e, m), u(e, t), u(t, i), u(i,
|
|
2113
|
+
A(s, e, m), u(e, t), u(t, i), u(i, r);
|
|
2088
2114
|
},
|
|
2089
2115
|
p(s, m) {
|
|
2090
2116
|
m[0] & /*$_*/
|
|
2091
2117
|
268435456 && a !== (a = /*$_*/
|
|
2092
|
-
s[28]("lugasPrivacy") + "") &&
|
|
2118
|
+
s[28]("lugasPrivacy") + "") && T(r, a);
|
|
2093
2119
|
},
|
|
2094
2120
|
d(s) {
|
|
2095
|
-
s &&
|
|
2121
|
+
s && P(e);
|
|
2096
2122
|
}
|
|
2097
2123
|
};
|
|
2098
2124
|
}
|
|
2099
|
-
function
|
|
2125
|
+
function Lo(o) {
|
|
2100
2126
|
let e, t = `${/*getFormatedAmount*/
|
|
2101
2127
|
o[40](
|
|
2102
2128
|
/*currentLimit*/
|
|
2103
|
-
o[
|
|
2129
|
+
o[144]
|
|
2104
2130
|
)}`, i;
|
|
2105
2131
|
return {
|
|
2106
2132
|
c() {
|
|
2107
|
-
e =
|
|
2133
|
+
e = h("span"), i = x(t);
|
|
2108
2134
|
},
|
|
2109
|
-
m(a,
|
|
2110
|
-
A(a, e,
|
|
2135
|
+
m(a, r) {
|
|
2136
|
+
A(a, e, r), u(e, i);
|
|
2111
2137
|
},
|
|
2112
|
-
p(a,
|
|
2113
|
-
|
|
2138
|
+
p(a, r) {
|
|
2139
|
+
r[0] & /*availableLimits*/
|
|
2114
2140
|
64 && t !== (t = `${/*getFormatedAmount*/
|
|
2115
2141
|
a[40](
|
|
2116
2142
|
/*currentLimit*/
|
|
2117
|
-
a[
|
|
2118
|
-
)}`) &&
|
|
2143
|
+
a[144]
|
|
2144
|
+
)}`) && T(i, t);
|
|
2119
2145
|
},
|
|
2120
2146
|
d(a) {
|
|
2121
|
-
a &&
|
|
2147
|
+
a && P(e);
|
|
2122
2148
|
}
|
|
2123
2149
|
};
|
|
2124
2150
|
}
|
|
2125
|
-
function
|
|
2151
|
+
function ho(o) {
|
|
2126
2152
|
let e, t = `${/*getFormatedAmount*/
|
|
2127
2153
|
o[40](
|
|
2128
2154
|
/*currentLimit*/
|
|
2129
|
-
o[
|
|
2155
|
+
o[144],
|
|
2130
2156
|
!0
|
|
2131
2157
|
)}`, i;
|
|
2132
2158
|
return {
|
|
2133
2159
|
c() {
|
|
2134
|
-
e =
|
|
2160
|
+
e = h("span"), i = x(t);
|
|
2135
2161
|
},
|
|
2136
|
-
m(a,
|
|
2137
|
-
A(a, e,
|
|
2162
|
+
m(a, r) {
|
|
2163
|
+
A(a, e, r), u(e, i);
|
|
2138
2164
|
},
|
|
2139
|
-
p(a,
|
|
2140
|
-
|
|
2165
|
+
p(a, r) {
|
|
2166
|
+
r[0] & /*availableLimits*/
|
|
2141
2167
|
64 && t !== (t = `${/*getFormatedAmount*/
|
|
2142
2168
|
a[40](
|
|
2143
2169
|
/*currentLimit*/
|
|
2144
|
-
a[
|
|
2170
|
+
a[144],
|
|
2145
2171
|
!0
|
|
2146
|
-
)}`) &&
|
|
2172
|
+
)}`) && T(i, t);
|
|
2147
2173
|
},
|
|
2148
2174
|
d(a) {
|
|
2149
|
-
a &&
|
|
2175
|
+
a && P(e);
|
|
2150
2176
|
}
|
|
2151
2177
|
};
|
|
2152
2178
|
}
|
|
@@ -2154,46 +2180,46 @@ function vt(o) {
|
|
|
2154
2180
|
let e, t, i = `${/*getFormatedAmount*/
|
|
2155
2181
|
o[40](
|
|
2156
2182
|
/*currentLimit*/
|
|
2157
|
-
o[
|
|
2183
|
+
o[144],
|
|
2158
2184
|
!1,
|
|
2159
2185
|
!0
|
|
2160
|
-
)}`, a,
|
|
2161
|
-
o[
|
|
2162
|
-
o[
|
|
2186
|
+
)}`, a, r, s = `${/*currentLimit*/
|
|
2187
|
+
o[144].period !== "None" || /*currentLimit*/
|
|
2188
|
+
o[144].value !== "cumulativeSession" ? " " : (
|
|
2163
2189
|
/*$_*/
|
|
2164
2190
|
o[28]("per")
|
|
2165
2191
|
)} ${/*$_*/
|
|
2166
2192
|
o[28](`${/*currentLimit*/
|
|
2167
|
-
o[
|
|
2193
|
+
o[144].period}`)} ${/*$_*/
|
|
2168
2194
|
o[28]("updateAfterDocApproval")}`, m;
|
|
2169
2195
|
return {
|
|
2170
2196
|
c() {
|
|
2171
|
-
e =
|
|
2197
|
+
e = h("div"), t = h("span"), a = x(i), r = M(), m = x(s), f(e, "class", "PendingLimit");
|
|
2172
2198
|
},
|
|
2173
2199
|
m(c, d) {
|
|
2174
|
-
A(c, e, d), u(e, t), u(t, a), u(e,
|
|
2200
|
+
A(c, e, d), u(e, t), u(t, a), u(e, r), u(e, m);
|
|
2175
2201
|
},
|
|
2176
2202
|
p(c, d) {
|
|
2177
2203
|
d[0] & /*availableLimits*/
|
|
2178
2204
|
64 && i !== (i = `${/*getFormatedAmount*/
|
|
2179
2205
|
c[40](
|
|
2180
2206
|
/*currentLimit*/
|
|
2181
|
-
c[
|
|
2207
|
+
c[144],
|
|
2182
2208
|
!1,
|
|
2183
2209
|
!0
|
|
2184
|
-
)}`) &&
|
|
2210
|
+
)}`) && T(a, i), d[0] & /*availableLimits, $_*/
|
|
2185
2211
|
268435520 && s !== (s = `${/*currentLimit*/
|
|
2186
|
-
c[
|
|
2187
|
-
c[
|
|
2212
|
+
c[144].period !== "None" || /*currentLimit*/
|
|
2213
|
+
c[144].value !== "cumulativeSession" ? " " : (
|
|
2188
2214
|
/*$_*/
|
|
2189
2215
|
c[28]("per")
|
|
2190
2216
|
)} ${/*$_*/
|
|
2191
2217
|
c[28](`${/*currentLimit*/
|
|
2192
|
-
c[
|
|
2193
|
-
c[28]("updateAfterDocApproval")}`) &&
|
|
2218
|
+
c[144].period}`)} ${/*$_*/
|
|
2219
|
+
c[28]("updateAfterDocApproval")}`) && T(m, s);
|
|
2194
2220
|
},
|
|
2195
2221
|
d(c) {
|
|
2196
|
-
c &&
|
|
2222
|
+
c && P(e);
|
|
2197
2223
|
}
|
|
2198
2224
|
};
|
|
2199
2225
|
}
|
|
@@ -2201,113 +2227,113 @@ function yo(o) {
|
|
|
2201
2227
|
let e, t, i = `${/*getFormatedAmount*/
|
|
2202
2228
|
o[40](
|
|
2203
2229
|
/*currentLimit*/
|
|
2204
|
-
o[
|
|
2230
|
+
o[144],
|
|
2205
2231
|
!0
|
|
2206
|
-
)}`, a,
|
|
2232
|
+
)}`, a, r;
|
|
2207
2233
|
function s(d, g) {
|
|
2208
2234
|
return (
|
|
2209
2235
|
/*currentLimit*/
|
|
2210
|
-
d[
|
|
2236
|
+
d[144].isCoolOffCompleted ? _o : wo
|
|
2211
2237
|
);
|
|
2212
2238
|
}
|
|
2213
2239
|
let m = s(o), c = m(o);
|
|
2214
2240
|
return {
|
|
2215
2241
|
c() {
|
|
2216
|
-
e =
|
|
2242
|
+
e = h("div"), t = h("span"), a = x(i), r = M(), c.c(), f(e, "class", "PendingLimit");
|
|
2217
2243
|
},
|
|
2218
2244
|
m(d, g) {
|
|
2219
|
-
A(d, e, g), u(e, t), u(t, a), u(e,
|
|
2245
|
+
A(d, e, g), u(e, t), u(t, a), u(e, r), c.m(e, null);
|
|
2220
2246
|
},
|
|
2221
2247
|
p(d, g) {
|
|
2222
2248
|
g[0] & /*availableLimits*/
|
|
2223
2249
|
64 && i !== (i = `${/*getFormatedAmount*/
|
|
2224
2250
|
d[40](
|
|
2225
2251
|
/*currentLimit*/
|
|
2226
|
-
d[
|
|
2252
|
+
d[144],
|
|
2227
2253
|
!0
|
|
2228
|
-
)}`) &&
|
|
2254
|
+
)}`) && T(a, i), m === (m = s(d)) && c ? c.p(d, g) : (c.d(1), c = m(d), c && (c.c(), c.m(e, null)));
|
|
2229
2255
|
},
|
|
2230
2256
|
d(d) {
|
|
2231
|
-
d &&
|
|
2257
|
+
d && P(e), c.d();
|
|
2232
2258
|
}
|
|
2233
2259
|
};
|
|
2234
2260
|
}
|
|
2235
|
-
function
|
|
2261
|
+
function vo(o) {
|
|
2236
2262
|
let e, t = `${/*$_*/
|
|
2237
2263
|
o[28]("removedLimitText")} ${/*currentLimit*/
|
|
2238
|
-
o[
|
|
2264
|
+
o[144].expiryDate}`, i;
|
|
2239
2265
|
return {
|
|
2240
2266
|
c() {
|
|
2241
|
-
e =
|
|
2267
|
+
e = h("div"), i = x(t), f(e, "class", "PendingLimit");
|
|
2242
2268
|
},
|
|
2243
|
-
m(a,
|
|
2244
|
-
A(a, e,
|
|
2269
|
+
m(a, r) {
|
|
2270
|
+
A(a, e, r), u(e, i);
|
|
2245
2271
|
},
|
|
2246
|
-
p(a,
|
|
2247
|
-
|
|
2272
|
+
p(a, r) {
|
|
2273
|
+
r[0] & /*$_, availableLimits*/
|
|
2248
2274
|
268435520 && t !== (t = `${/*$_*/
|
|
2249
2275
|
a[28]("removedLimitText")} ${/*currentLimit*/
|
|
2250
|
-
a[
|
|
2276
|
+
a[144].expiryDate}`) && T(i, t);
|
|
2251
2277
|
},
|
|
2252
2278
|
d(a) {
|
|
2253
|
-
a &&
|
|
2279
|
+
a && P(e);
|
|
2254
2280
|
}
|
|
2255
2281
|
};
|
|
2256
2282
|
}
|
|
2257
|
-
function
|
|
2283
|
+
function ko(o) {
|
|
2258
2284
|
let e, t = `${/*$_*/
|
|
2259
2285
|
o[28]("removeAfterConfirm")}`, i;
|
|
2260
2286
|
return {
|
|
2261
2287
|
c() {
|
|
2262
|
-
e =
|
|
2288
|
+
e = h("div"), i = x(t), f(e, "class", "PendingLimit");
|
|
2263
2289
|
},
|
|
2264
|
-
m(a,
|
|
2265
|
-
A(a, e,
|
|
2290
|
+
m(a, r) {
|
|
2291
|
+
A(a, e, r), u(e, i);
|
|
2266
2292
|
},
|
|
2267
|
-
p(a,
|
|
2268
|
-
|
|
2293
|
+
p(a, r) {
|
|
2294
|
+
r[0] & /*$_*/
|
|
2269
2295
|
268435456 && t !== (t = `${/*$_*/
|
|
2270
|
-
a[28]("removeAfterConfirm")}`) &&
|
|
2296
|
+
a[28]("removeAfterConfirm")}`) && T(i, t);
|
|
2271
2297
|
},
|
|
2272
2298
|
d(a) {
|
|
2273
|
-
a &&
|
|
2299
|
+
a && P(e);
|
|
2274
2300
|
}
|
|
2275
2301
|
};
|
|
2276
2302
|
}
|
|
2277
|
-
function
|
|
2303
|
+
function bo(o) {
|
|
2278
2304
|
let e, t = `${/*$_*/
|
|
2279
2305
|
o[28]("acknowledgedLimit")}`, i;
|
|
2280
2306
|
return {
|
|
2281
2307
|
c() {
|
|
2282
|
-
e =
|
|
2308
|
+
e = h("div"), i = x(t), f(e, "class", "PendingLimit");
|
|
2283
2309
|
},
|
|
2284
|
-
m(a,
|
|
2285
|
-
A(a, e,
|
|
2310
|
+
m(a, r) {
|
|
2311
|
+
A(a, e, r), u(e, i);
|
|
2286
2312
|
},
|
|
2287
|
-
p(a,
|
|
2288
|
-
|
|
2313
|
+
p(a, r) {
|
|
2314
|
+
r[0] & /*$_*/
|
|
2289
2315
|
268435456 && t !== (t = `${/*$_*/
|
|
2290
|
-
a[28]("acknowledgedLimit")}`) &&
|
|
2316
|
+
a[28]("acknowledgedLimit")}`) && T(i, t);
|
|
2291
2317
|
},
|
|
2292
2318
|
d(a) {
|
|
2293
|
-
a &&
|
|
2319
|
+
a && P(e);
|
|
2294
2320
|
}
|
|
2295
2321
|
};
|
|
2296
2322
|
}
|
|
2297
|
-
function
|
|
2323
|
+
function wo(o) {
|
|
2298
2324
|
let e = `${/*currentLimit*/
|
|
2299
|
-
o[
|
|
2300
|
-
o[
|
|
2325
|
+
o[144].period !== "None" || /*currentLimit*/
|
|
2326
|
+
o[144].value !== "cumulativeSession" ? " " : (
|
|
2301
2327
|
/*$_*/
|
|
2302
2328
|
o[28]("per")
|
|
2303
2329
|
)} ${/*$_*/
|
|
2304
2330
|
o[28](`${/*currentLimit*/
|
|
2305
|
-
o[
|
|
2331
|
+
o[144].period}`)} ${/*$_*/
|
|
2306
2332
|
o[28]("updateText")} ${/*currentLimit*/
|
|
2307
|
-
o[
|
|
2333
|
+
o[144].expiryDate}`, t;
|
|
2308
2334
|
return {
|
|
2309
2335
|
c() {
|
|
2310
|
-
t =
|
|
2336
|
+
t = x(e);
|
|
2311
2337
|
},
|
|
2312
2338
|
m(i, a) {
|
|
2313
2339
|
A(i, t, a);
|
|
@@ -2315,34 +2341,34 @@ function bo(o) {
|
|
|
2315
2341
|
p(i, a) {
|
|
2316
2342
|
a[0] & /*availableLimits, $_*/
|
|
2317
2343
|
268435520 && e !== (e = `${/*currentLimit*/
|
|
2318
|
-
i[
|
|
2319
|
-
i[
|
|
2344
|
+
i[144].period !== "None" || /*currentLimit*/
|
|
2345
|
+
i[144].value !== "cumulativeSession" ? " " : (
|
|
2320
2346
|
/*$_*/
|
|
2321
2347
|
i[28]("per")
|
|
2322
2348
|
)} ${/*$_*/
|
|
2323
2349
|
i[28](`${/*currentLimit*/
|
|
2324
|
-
i[
|
|
2350
|
+
i[144].period}`)} ${/*$_*/
|
|
2325
2351
|
i[28]("updateText")} ${/*currentLimit*/
|
|
2326
|
-
i[
|
|
2352
|
+
i[144].expiryDate}`) && T(t, e);
|
|
2327
2353
|
},
|
|
2328
2354
|
d(i) {
|
|
2329
|
-
i &&
|
|
2355
|
+
i && P(t);
|
|
2330
2356
|
}
|
|
2331
2357
|
};
|
|
2332
2358
|
}
|
|
2333
|
-
function
|
|
2359
|
+
function _o(o) {
|
|
2334
2360
|
let e = `${/*currentLimit*/
|
|
2335
|
-
o[
|
|
2336
|
-
o[
|
|
2361
|
+
o[144].period !== "None" || /*currentLimit*/
|
|
2362
|
+
o[144].value !== "cumulativeSession" ? " " : (
|
|
2337
2363
|
/*$_*/
|
|
2338
2364
|
o[28]("per")
|
|
2339
2365
|
)} ${/*$_*/
|
|
2340
2366
|
o[28](`${/*currentLimit*/
|
|
2341
|
-
o[
|
|
2367
|
+
o[144].period}`)} ${/*$_*/
|
|
2342
2368
|
o[28]("updateAfterConfirm")}`, t;
|
|
2343
2369
|
return {
|
|
2344
2370
|
c() {
|
|
2345
|
-
t =
|
|
2371
|
+
t = x(e);
|
|
2346
2372
|
},
|
|
2347
2373
|
m(i, a) {
|
|
2348
2374
|
A(i, t, a);
|
|
@@ -2350,17 +2376,17 @@ function wo(o) {
|
|
|
2350
2376
|
p(i, a) {
|
|
2351
2377
|
a[0] & /*availableLimits, $_*/
|
|
2352
2378
|
268435520 && e !== (e = `${/*currentLimit*/
|
|
2353
|
-
i[
|
|
2354
|
-
i[
|
|
2379
|
+
i[144].period !== "None" || /*currentLimit*/
|
|
2380
|
+
i[144].value !== "cumulativeSession" ? " " : (
|
|
2355
2381
|
/*$_*/
|
|
2356
2382
|
i[28]("per")
|
|
2357
2383
|
)} ${/*$_*/
|
|
2358
2384
|
i[28](`${/*currentLimit*/
|
|
2359
|
-
i[
|
|
2360
|
-
i[28]("updateAfterConfirm")}`) &&
|
|
2385
|
+
i[144].period}`)} ${/*$_*/
|
|
2386
|
+
i[28]("updateAfterConfirm")}`) && T(t, e);
|
|
2361
2387
|
},
|
|
2362
2388
|
d(i) {
|
|
2363
|
-
i &&
|
|
2389
|
+
i && P(t);
|
|
2364
2390
|
}
|
|
2365
2391
|
};
|
|
2366
2392
|
}
|
|
@@ -2369,16 +2395,16 @@ function kt(o) {
|
|
|
2369
2395
|
/*acknowledgedLimits*/
|
|
2370
2396
|
o[27][
|
|
2371
2397
|
/*currentLimit*/
|
|
2372
|
-
o[
|
|
2398
|
+
o[144].scheduleId
|
|
2373
2399
|
].timer + ""
|
|
2374
|
-
), a,
|
|
2400
|
+
), a, r, s, m;
|
|
2375
2401
|
return {
|
|
2376
2402
|
c() {
|
|
2377
|
-
e =
|
|
2403
|
+
e = h("div"), t = h("button"), a = x(i), f(t, "class", r = "ReloadLimitButton " + (/*isDesktop*/
|
|
2378
2404
|
o[29] ? "" : "Mobile") + " " + /*acknowledgedLimits*/
|
|
2379
2405
|
(o[27][
|
|
2380
2406
|
/*currentLimit*/
|
|
2381
|
-
o[
|
|
2407
|
+
o[144].scheduleId
|
|
2382
2408
|
].timerStopped ? "" : "disabled")), f(e, "class", "ContainerLimitActions " + (/*isDesktop*/
|
|
2383
2409
|
o[29] ? "" : "Mobile"));
|
|
2384
2410
|
},
|
|
@@ -2395,17 +2421,17 @@ function kt(o) {
|
|
|
2395
2421
|
134217792 && i !== (i = /*acknowledgedLimits*/
|
|
2396
2422
|
c[27][
|
|
2397
2423
|
/*currentLimit*/
|
|
2398
|
-
c[
|
|
2399
|
-
].timer + "") &&
|
|
2400
|
-
134217792 &&
|
|
2424
|
+
c[144].scheduleId
|
|
2425
|
+
].timer + "") && T(a, i), d[0] & /*acknowledgedLimits, availableLimits*/
|
|
2426
|
+
134217792 && r !== (r = "ReloadLimitButton " + (/*isDesktop*/
|
|
2401
2427
|
c[29] ? "" : "Mobile") + " " + /*acknowledgedLimits*/
|
|
2402
2428
|
(c[27][
|
|
2403
2429
|
/*currentLimit*/
|
|
2404
|
-
c[
|
|
2405
|
-
].timerStopped ? "" : "disabled")) && f(t, "class",
|
|
2430
|
+
c[144].scheduleId
|
|
2431
|
+
].timerStopped ? "" : "disabled")) && f(t, "class", r);
|
|
2406
2432
|
},
|
|
2407
2433
|
d(c) {
|
|
2408
|
-
c &&
|
|
2434
|
+
c && P(e), s = !1, m();
|
|
2409
2435
|
}
|
|
2410
2436
|
};
|
|
2411
2437
|
}
|
|
@@ -2413,32 +2439,32 @@ function bt(o) {
|
|
|
2413
2439
|
let e, t, i = (
|
|
2414
2440
|
/*$_*/
|
|
2415
2441
|
o[28]("removeLimit") + ""
|
|
2416
|
-
), a,
|
|
2442
|
+
), a, r, s;
|
|
2417
2443
|
function m() {
|
|
2418
2444
|
return (
|
|
2419
2445
|
/*click_handler_1*/
|
|
2420
2446
|
o[63](
|
|
2421
2447
|
/*currentLimit*/
|
|
2422
|
-
o[
|
|
2448
|
+
o[144]
|
|
2423
2449
|
)
|
|
2424
2450
|
);
|
|
2425
2451
|
}
|
|
2426
2452
|
return {
|
|
2427
2453
|
c() {
|
|
2428
|
-
e =
|
|
2454
|
+
e = h("div"), t = h("button"), a = x(i), f(t, "class", "RemoveLimitButton " + (/*isDesktop*/
|
|
2429
2455
|
o[29] ? "" : "Mobile")), f(e, "class", "ContainerLimitActions " + (/*isDesktop*/
|
|
2430
2456
|
o[29] ? "" : "Mobile"));
|
|
2431
2457
|
},
|
|
2432
2458
|
m(c, d) {
|
|
2433
|
-
A(c, e, d), u(e, t), u(t, a),
|
|
2459
|
+
A(c, e, d), u(e, t), u(t, a), r || (s = ne(t, "click", m), r = !0);
|
|
2434
2460
|
},
|
|
2435
2461
|
p(c, d) {
|
|
2436
2462
|
o = c, d[0] & /*$_*/
|
|
2437
2463
|
268435456 && i !== (i = /*$_*/
|
|
2438
|
-
o[28]("removeLimit") + "") &&
|
|
2464
|
+
o[28]("removeLimit") + "") && T(a, i);
|
|
2439
2465
|
},
|
|
2440
2466
|
d(c) {
|
|
2441
|
-
c &&
|
|
2467
|
+
c && P(e), r = !1, s();
|
|
2442
2468
|
}
|
|
2443
2469
|
};
|
|
2444
2470
|
}
|
|
@@ -2446,7 +2472,7 @@ function wt(o) {
|
|
|
2446
2472
|
let e, t, i = (
|
|
2447
2473
|
/*$_*/
|
|
2448
2474
|
o[28]("confirmUpdateLimit") + ""
|
|
2449
|
-
), a,
|
|
2475
|
+
), a, r, s, m = (
|
|
2450
2476
|
/*$_*/
|
|
2451
2477
|
o[28]("cancelUpdateLimit") + ""
|
|
2452
2478
|
), c, d, g;
|
|
@@ -2455,140 +2481,140 @@ function wt(o) {
|
|
|
2455
2481
|
/*click_handler_2*/
|
|
2456
2482
|
o[64](
|
|
2457
2483
|
/*currentLimit*/
|
|
2458
|
-
o[
|
|
2484
|
+
o[144]
|
|
2459
2485
|
)
|
|
2460
2486
|
);
|
|
2461
2487
|
}
|
|
2462
|
-
function
|
|
2488
|
+
function j() {
|
|
2463
2489
|
return (
|
|
2464
2490
|
/*click_handler_3*/
|
|
2465
2491
|
o[65](
|
|
2466
2492
|
/*currentLimit*/
|
|
2467
|
-
o[
|
|
2493
|
+
o[144]
|
|
2468
2494
|
)
|
|
2469
2495
|
);
|
|
2470
2496
|
}
|
|
2471
2497
|
return {
|
|
2472
2498
|
c() {
|
|
2473
|
-
e =
|
|
2499
|
+
e = h("div"), t = h("button"), a = x(i), r = M(), s = h("button"), c = x(m), f(t, "class", "ConfirmLimitButton " + (/*isDesktop*/
|
|
2474
2500
|
o[29] ? "" : "Mobile")), f(s, "class", "CancelLimitButton " + (/*isDesktop*/
|
|
2475
2501
|
o[29] ? "" : "Mobile")), f(e, "class", "ContainerLimitActions " + (/*isDesktop*/
|
|
2476
2502
|
o[29] ? "" : "Mobile"));
|
|
2477
2503
|
},
|
|
2478
|
-
m(w,
|
|
2479
|
-
A(w, e,
|
|
2504
|
+
m(w, C) {
|
|
2505
|
+
A(w, e, C), u(e, t), u(t, a), u(e, r), u(e, s), u(s, c), d || (g = [
|
|
2480
2506
|
ne(t, "click", v),
|
|
2481
|
-
ne(s, "click",
|
|
2507
|
+
ne(s, "click", j)
|
|
2482
2508
|
], d = !0);
|
|
2483
2509
|
},
|
|
2484
|
-
p(w,
|
|
2485
|
-
o = w,
|
|
2510
|
+
p(w, C) {
|
|
2511
|
+
o = w, C[0] & /*$_*/
|
|
2486
2512
|
268435456 && i !== (i = /*$_*/
|
|
2487
|
-
o[28]("confirmUpdateLimit") + "") &&
|
|
2513
|
+
o[28]("confirmUpdateLimit") + "") && T(a, i), C[0] & /*$_*/
|
|
2488
2514
|
268435456 && m !== (m = /*$_*/
|
|
2489
|
-
o[28]("cancelUpdateLimit") + "") &&
|
|
2515
|
+
o[28]("cancelUpdateLimit") + "") && T(c, m);
|
|
2490
2516
|
},
|
|
2491
2517
|
d(w) {
|
|
2492
|
-
w &&
|
|
2518
|
+
w && P(e), d = !1, Ne(g);
|
|
2493
2519
|
}
|
|
2494
2520
|
};
|
|
2495
2521
|
}
|
|
2496
2522
|
function _t(o) {
|
|
2497
|
-
let e, t, i, a,
|
|
2498
|
-
o[
|
|
2499
|
-
o[
|
|
2523
|
+
let e, t, i, a, r, s = `${/*currentLimit*/
|
|
2524
|
+
o[144].period !== "None" || /*currentLimit*/
|
|
2525
|
+
o[144].value !== "cumulativeSession" ? " " : (
|
|
2500
2526
|
/*$_*/
|
|
2501
2527
|
o[28]("per")
|
|
2502
2528
|
)} ${/*$_*/
|
|
2503
2529
|
o[28](`${/*currentLimit*/
|
|
2504
|
-
o[
|
|
2505
|
-
o[
|
|
2530
|
+
o[144].period}`)}`, m, c, d, g, v, j = !/*currentLimit*/
|
|
2531
|
+
o[144].isModified && /*deletelimit*/
|
|
2506
2532
|
o[2].indexOf(
|
|
2507
2533
|
/*limit*/
|
|
2508
|
-
o[
|
|
2534
|
+
o[139].value
|
|
2509
2535
|
) > -1 && !/*currentLimit*/
|
|
2510
|
-
o[
|
|
2536
|
+
o[144].reviewPending.id, w, C;
|
|
2511
2537
|
function Z(k, _) {
|
|
2512
2538
|
return (
|
|
2513
2539
|
/*currentLimit*/
|
|
2514
|
-
k[
|
|
2540
|
+
k[144].acknowledgedLimit ? ho : Lo
|
|
2515
2541
|
);
|
|
2516
2542
|
}
|
|
2517
|
-
let ee = Z(o), U = ee(o),
|
|
2543
|
+
let ee = Z(o), U = ee(o), N = (
|
|
2518
2544
|
/*currentLimit*/
|
|
2519
|
-
o[
|
|
2520
|
-
o[
|
|
2545
|
+
o[144].reviewPending && /*currentLimit*/
|
|
2546
|
+
o[144].reviewPending.id && vt(o)
|
|
2521
2547
|
);
|
|
2522
2548
|
function J(k, _) {
|
|
2523
2549
|
if (
|
|
2524
2550
|
/*currentLimit*/
|
|
2525
|
-
k[
|
|
2551
|
+
k[144].acknowledgedLimit
|
|
2526
2552
|
)
|
|
2527
|
-
return
|
|
2553
|
+
return bo;
|
|
2528
2554
|
if (
|
|
2529
2555
|
/*currentLimit*/
|
|
2530
|
-
k[
|
|
2531
|
-
k[
|
|
2532
|
-
k[
|
|
2556
|
+
k[144].isModified && /*currentLimit*/
|
|
2557
|
+
k[144].updateAmount == 0 && /*currentLimit*/
|
|
2558
|
+
k[144].isCoolOffCompleted
|
|
2533
2559
|
)
|
|
2534
|
-
return
|
|
2560
|
+
return ko;
|
|
2535
2561
|
if (
|
|
2536
2562
|
/*currentLimit*/
|
|
2537
|
-
k[
|
|
2538
|
-
k[
|
|
2539
|
-
k[
|
|
2563
|
+
k[144].isModified && /*currentLimit*/
|
|
2564
|
+
k[144].updateAmount == 0 && !/*currentLimit*/
|
|
2565
|
+
k[144].isCoolOffCompleted
|
|
2540
2566
|
)
|
|
2541
|
-
return
|
|
2567
|
+
return vo;
|
|
2542
2568
|
if (
|
|
2543
2569
|
/*currentLimit*/
|
|
2544
|
-
k[
|
|
2570
|
+
k[144].isModified
|
|
2545
2571
|
)
|
|
2546
2572
|
return yo;
|
|
2547
2573
|
}
|
|
2548
|
-
let W = J(o), O = W && W(o),
|
|
2574
|
+
let W = J(o), O = W && W(o), E = (
|
|
2549
2575
|
/*currentLimit*/
|
|
2550
|
-
o[
|
|
2551
|
-
o[
|
|
2552
|
-
), R =
|
|
2576
|
+
o[144].acknowledgedLimit && !/*currentLimit*/
|
|
2577
|
+
o[144].reviewPending.id && kt(o)
|
|
2578
|
+
), R = j && bt(o), z = (
|
|
2553
2579
|
/*currentLimit*/
|
|
2554
|
-
o[
|
|
2555
|
-
o[
|
|
2556
|
-
o[
|
|
2580
|
+
o[144].isCoolOffCompleted & !/*currentLimit*/
|
|
2581
|
+
o[144].acknowledgedLimit && !/*currentLimit*/
|
|
2582
|
+
o[144].reviewPending.id && wt(o)
|
|
2557
2583
|
);
|
|
2558
2584
|
return {
|
|
2559
2585
|
c() {
|
|
2560
|
-
e =
|
|
2586
|
+
e = h("div"), t = h("div"), i = h("div"), a = h("div"), U.c(), r = M(), m = x(s), c = M(), N && N.c(), d = M(), O && O.c(), g = M(), E && E.c(), v = M(), R && R.c(), w = M(), z && z.c(), C = M(), f(a, "class", "CurrentLimit"), f(i, "class", "CurrentLimitContainer"), f(t, "class", "LimitDetailsTextWrapper"), f(e, "class", "LimitDetails");
|
|
2561
2587
|
},
|
|
2562
2588
|
m(k, _) {
|
|
2563
|
-
A(k, e, _), u(e, t), u(t, i), u(i, a), U.m(a, null), u(a,
|
|
2589
|
+
A(k, e, _), u(e, t), u(t, i), u(i, a), U.m(a, null), u(a, r), u(a, m), u(i, c), N && N.m(i, null), u(i, d), O && O.m(i, null), u(t, g), E && E.m(t, null), u(t, v), R && R.m(t, null), u(t, w), z && z.m(t, null), u(e, C);
|
|
2564
2590
|
},
|
|
2565
2591
|
p(k, _) {
|
|
2566
|
-
ee === (ee = Z(k)) && U ? U.p(k, _) : (U.d(1), U = ee(k), U && (U.c(), U.m(a,
|
|
2592
|
+
ee === (ee = Z(k)) && U ? U.p(k, _) : (U.d(1), U = ee(k), U && (U.c(), U.m(a, r))), _[0] & /*availableLimits, $_*/
|
|
2567
2593
|
268435520 && s !== (s = `${/*currentLimit*/
|
|
2568
|
-
k[
|
|
2569
|
-
k[
|
|
2594
|
+
k[144].period !== "None" || /*currentLimit*/
|
|
2595
|
+
k[144].value !== "cumulativeSession" ? " " : (
|
|
2570
2596
|
/*$_*/
|
|
2571
2597
|
k[28]("per")
|
|
2572
2598
|
)} ${/*$_*/
|
|
2573
2599
|
k[28](`${/*currentLimit*/
|
|
2574
|
-
k[
|
|
2575
|
-
k[
|
|
2576
|
-
k[
|
|
2577
|
-
k[
|
|
2578
|
-
k[
|
|
2579
|
-
68 && (
|
|
2580
|
-
k[
|
|
2600
|
+
k[144].period}`)}`) && T(m, s), /*currentLimit*/
|
|
2601
|
+
k[144].reviewPending && /*currentLimit*/
|
|
2602
|
+
k[144].reviewPending.id ? N ? N.p(k, _) : (N = vt(k), N.c(), N.m(i, d)) : N && (N.d(1), N = null), W === (W = J(k)) && O ? O.p(k, _) : (O && O.d(1), O = W && W(k), O && (O.c(), O.m(i, null))), /*currentLimit*/
|
|
2603
|
+
k[144].acknowledgedLimit && !/*currentLimit*/
|
|
2604
|
+
k[144].reviewPending.id ? E ? E.p(k, _) : (E = kt(k), E.c(), E.m(t, v)) : E && (E.d(1), E = null), _[0] & /*availableLimits, deletelimit*/
|
|
2605
|
+
68 && (j = !/*currentLimit*/
|
|
2606
|
+
k[144].isModified && /*deletelimit*/
|
|
2581
2607
|
k[2].indexOf(
|
|
2582
2608
|
/*limit*/
|
|
2583
|
-
k[
|
|
2609
|
+
k[139].value
|
|
2584
2610
|
) > -1 && !/*currentLimit*/
|
|
2585
|
-
k[
|
|
2586
|
-
k[
|
|
2587
|
-
k[
|
|
2588
|
-
k[
|
|
2611
|
+
k[144].reviewPending.id), j ? R ? R.p(k, _) : (R = bt(k), R.c(), R.m(t, w)) : R && (R.d(1), R = null), /*currentLimit*/
|
|
2612
|
+
k[144].isCoolOffCompleted & !/*currentLimit*/
|
|
2613
|
+
k[144].acknowledgedLimit && !/*currentLimit*/
|
|
2614
|
+
k[144].reviewPending.id ? z ? z.p(k, _) : (z = wt(k), z.c(), z.m(t, null)) : z && (z.d(1), z = null);
|
|
2589
2615
|
},
|
|
2590
2616
|
d(k) {
|
|
2591
|
-
k &&
|
|
2617
|
+
k && P(e), U.d(), N && N.d(), O && O.d(), E && E.d(), R && R.d(), z && z.d();
|
|
2592
2618
|
}
|
|
2593
2619
|
};
|
|
2594
2620
|
}
|
|
@@ -2597,17 +2623,18 @@ function St(o) {
|
|
|
2597
2623
|
/*determineLimitName*/
|
|
2598
2624
|
o[39](
|
|
2599
2625
|
/*limit*/
|
|
2600
|
-
o[
|
|
2626
|
+
o[139]
|
|
2601
2627
|
) + ""
|
|
2602
|
-
), a,
|
|
2628
|
+
), a, r, s;
|
|
2603
2629
|
function m(g, v) {
|
|
2630
|
+
var j;
|
|
2604
2631
|
return (
|
|
2605
2632
|
/*limit*/
|
|
2606
|
-
g[
|
|
2633
|
+
g[139].value === "lugas" ? go : (
|
|
2607
2634
|
/*limit*/
|
|
2608
|
-
g[
|
|
2635
|
+
((j = g[139].currentLimits) == null ? void 0 : j.length) > 0 ? fo : (
|
|
2609
2636
|
/*limit*/
|
|
2610
|
-
g[
|
|
2637
|
+
g[139].value === "lugas" ? co : po
|
|
2611
2638
|
)
|
|
2612
2639
|
)
|
|
2613
2640
|
);
|
|
@@ -2615,22 +2642,22 @@ function St(o) {
|
|
|
2615
2642
|
let c = m(o), d = c(o);
|
|
2616
2643
|
return {
|
|
2617
2644
|
c() {
|
|
2618
|
-
e =
|
|
2645
|
+
e = h("div"), t = h("p"), a = x(i), r = M(), d.c(), s = M(), f(t, "class", "LimitTitle"), f(e, "class", "LimitWrapper " + /*isDesktop*/
|
|
2619
2646
|
(o[29] ? "Desktop" : ""));
|
|
2620
2647
|
},
|
|
2621
2648
|
m(g, v) {
|
|
2622
|
-
A(g, e, v), u(e, t), u(t, a), u(e,
|
|
2649
|
+
A(g, e, v), u(e, t), u(t, a), u(e, r), d.m(e, null), u(e, s);
|
|
2623
2650
|
},
|
|
2624
2651
|
p(g, v) {
|
|
2625
2652
|
v[0] & /*availableLimits*/
|
|
2626
2653
|
64 && i !== (i = /*determineLimitName*/
|
|
2627
2654
|
g[39](
|
|
2628
2655
|
/*limit*/
|
|
2629
|
-
g[
|
|
2630
|
-
) + "") &&
|
|
2656
|
+
g[139]
|
|
2657
|
+
) + "") && T(a, i), c === (c = m(g)) && d ? d.p(g, v) : (d.d(1), d = c(g), d && (d.c(), d.m(e, s)));
|
|
2631
2658
|
},
|
|
2632
2659
|
d(g) {
|
|
2633
|
-
g &&
|
|
2660
|
+
g && P(e), d.d();
|
|
2634
2661
|
}
|
|
2635
2662
|
};
|
|
2636
2663
|
}
|
|
@@ -2641,18 +2668,18 @@ function Dt(o) {
|
|
|
2641
2668
|
), a;
|
|
2642
2669
|
return {
|
|
2643
2670
|
c() {
|
|
2644
|
-
e =
|
|
2671
|
+
e = h("div"), t = h("p"), a = x(i), f(t, "class", "LimitComplianceText"), f(e, "class", "LimitCompliance");
|
|
2645
2672
|
},
|
|
2646
|
-
m(
|
|
2647
|
-
A(
|
|
2673
|
+
m(r, s) {
|
|
2674
|
+
A(r, e, s), u(e, t), u(t, a);
|
|
2648
2675
|
},
|
|
2649
|
-
p(
|
|
2676
|
+
p(r, s) {
|
|
2650
2677
|
s[0] & /*$_*/
|
|
2651
2678
|
268435456 && i !== (i = /*$_*/
|
|
2652
|
-
|
|
2679
|
+
r[28]("complianceText") + "") && T(a, i);
|
|
2653
2680
|
},
|
|
2654
|
-
d(
|
|
2655
|
-
|
|
2681
|
+
d(r) {
|
|
2682
|
+
r && P(e);
|
|
2656
2683
|
}
|
|
2657
2684
|
};
|
|
2658
2685
|
}
|
|
@@ -2660,25 +2687,25 @@ function At(o) {
|
|
|
2660
2687
|
let e, t, i = (
|
|
2661
2688
|
/*$_*/
|
|
2662
2689
|
o[28]("limitType") + ""
|
|
2663
|
-
), a,
|
|
2690
|
+
), a, r, s, m, c, d = ce(
|
|
2664
2691
|
/*availableLimits*/
|
|
2665
2692
|
o[6]
|
|
2666
2693
|
), g = [];
|
|
2667
2694
|
for (let v = 0; v < d.length; v += 1)
|
|
2668
|
-
g[v] =
|
|
2695
|
+
g[v] = Pt(pt(o, d, v));
|
|
2669
2696
|
return {
|
|
2670
2697
|
c() {
|
|
2671
|
-
e =
|
|
2698
|
+
e = h("label"), t = h("span"), a = x(i), r = M(), s = h("select");
|
|
2672
2699
|
for (let v = 0; v < g.length; v += 1)
|
|
2673
2700
|
g[v].c();
|
|
2674
2701
|
f(t, "class", "LimitSelectText"), f(s, "name", ""), f(s, "id", ""), /*selectedIndex*/
|
|
2675
|
-
o[9] === void 0 &&
|
|
2702
|
+
o[9] === void 0 && xt(() => (
|
|
2676
2703
|
/*select_change_handler*/
|
|
2677
2704
|
o[66].call(s)
|
|
2678
2705
|
)), f(e, "class", "LimitTypeDropdownWrapper");
|
|
2679
2706
|
},
|
|
2680
|
-
m(v,
|
|
2681
|
-
A(v, e,
|
|
2707
|
+
m(v, j) {
|
|
2708
|
+
A(v, e, j), u(e, t), u(t, a), u(e, r), u(e, s);
|
|
2682
2709
|
for (let w = 0; w < g.length; w += 1)
|
|
2683
2710
|
g[w] && g[w].m(s, null);
|
|
2684
2711
|
Re(
|
|
@@ -2701,11 +2728,11 @@ function At(o) {
|
|
|
2701
2728
|
)
|
|
2702
2729
|
], m = !0);
|
|
2703
2730
|
},
|
|
2704
|
-
p(v,
|
|
2705
|
-
if (
|
|
2731
|
+
p(v, j) {
|
|
2732
|
+
if (j[0] & /*$_*/
|
|
2706
2733
|
268435456 && i !== (i = /*$_*/
|
|
2707
|
-
v[28]("limitType") + "") &&
|
|
2708
|
-
64 |
|
|
2734
|
+
v[28]("limitType") + "") && T(a, i), j[0] & /*availableLimits*/
|
|
2735
|
+
64 | j[1] & /*determineLimitName*/
|
|
2709
2736
|
256) {
|
|
2710
2737
|
d = ce(
|
|
2711
2738
|
/*availableLimits*/
|
|
@@ -2713,14 +2740,14 @@ function At(o) {
|
|
|
2713
2740
|
);
|
|
2714
2741
|
let w;
|
|
2715
2742
|
for (w = 0; w < d.length; w += 1) {
|
|
2716
|
-
const
|
|
2717
|
-
g[w] ? g[w].p(
|
|
2743
|
+
const C = pt(v, d, w);
|
|
2744
|
+
g[w] ? g[w].p(C, j) : (g[w] = Pt(C), g[w].c(), g[w].m(s, null));
|
|
2718
2745
|
}
|
|
2719
2746
|
for (; w < g.length; w += 1)
|
|
2720
2747
|
g[w].d(1);
|
|
2721
2748
|
g.length = d.length;
|
|
2722
2749
|
}
|
|
2723
|
-
|
|
2750
|
+
j[0] & /*selectedIndex*/
|
|
2724
2751
|
512 && Re(
|
|
2725
2752
|
s,
|
|
2726
2753
|
/*selectedIndex*/
|
|
@@ -2728,36 +2755,36 @@ function At(o) {
|
|
|
2728
2755
|
);
|
|
2729
2756
|
},
|
|
2730
2757
|
d(v) {
|
|
2731
|
-
v &&
|
|
2758
|
+
v && P(e), Ae(g, v), m = !1, Ne(c);
|
|
2732
2759
|
}
|
|
2733
2760
|
};
|
|
2734
2761
|
}
|
|
2735
|
-
function
|
|
2762
|
+
function Pt(o) {
|
|
2736
2763
|
let e, t = (
|
|
2737
2764
|
/*determineLimitName*/
|
|
2738
2765
|
o[39](
|
|
2739
2766
|
/*limit*/
|
|
2740
|
-
o[
|
|
2767
|
+
o[139]
|
|
2741
2768
|
) + ""
|
|
2742
2769
|
), i;
|
|
2743
2770
|
return {
|
|
2744
2771
|
c() {
|
|
2745
|
-
e =
|
|
2746
|
-
o[
|
|
2772
|
+
e = h("option"), i = x(t), e.__value = /*i*/
|
|
2773
|
+
o[141], Ue(e, e.__value);
|
|
2747
2774
|
},
|
|
2748
|
-
m(a,
|
|
2749
|
-
A(a, e,
|
|
2775
|
+
m(a, r) {
|
|
2776
|
+
A(a, e, r), u(e, i);
|
|
2750
2777
|
},
|
|
2751
|
-
p(a,
|
|
2752
|
-
|
|
2778
|
+
p(a, r) {
|
|
2779
|
+
r[0] & /*availableLimits*/
|
|
2753
2780
|
64 && t !== (t = /*determineLimitName*/
|
|
2754
2781
|
a[39](
|
|
2755
2782
|
/*limit*/
|
|
2756
|
-
a[
|
|
2757
|
-
) + "") &&
|
|
2783
|
+
a[139]
|
|
2784
|
+
) + "") && T(i, t);
|
|
2758
2785
|
},
|
|
2759
2786
|
d(a) {
|
|
2760
|
-
a &&
|
|
2787
|
+
a && P(e);
|
|
2761
2788
|
}
|
|
2762
2789
|
};
|
|
2763
2790
|
}
|
|
@@ -2765,7 +2792,7 @@ function zt(o) {
|
|
|
2765
2792
|
let e, t, i = (
|
|
2766
2793
|
/*$_*/
|
|
2767
2794
|
o[28]("period") + ""
|
|
2768
|
-
), a,
|
|
2795
|
+
), a, r, s, m, c, d = ce(
|
|
2769
2796
|
/*limitsConfig*/
|
|
2770
2797
|
o[5][
|
|
2771
2798
|
/*selectedLimit*/
|
|
@@ -2773,20 +2800,20 @@ function zt(o) {
|
|
|
2773
2800
|
].periods
|
|
2774
2801
|
), g = [];
|
|
2775
2802
|
for (let v = 0; v < d.length; v += 1)
|
|
2776
|
-
g[v] =
|
|
2803
|
+
g[v] = Ct(mt(o, d, v));
|
|
2777
2804
|
return {
|
|
2778
2805
|
c() {
|
|
2779
|
-
e =
|
|
2806
|
+
e = h("label"), t = h("span"), a = x(i), r = M(), s = h("select");
|
|
2780
2807
|
for (let v = 0; v < g.length; v += 1)
|
|
2781
2808
|
g[v].c();
|
|
2782
2809
|
f(t, "class", "PeriodSelectText"), f(s, "name", ""), f(s, "id", ""), /*selectedPeriod*/
|
|
2783
|
-
o[8] === void 0 &&
|
|
2810
|
+
o[8] === void 0 && xt(() => (
|
|
2784
2811
|
/*select_change_handler_1*/
|
|
2785
2812
|
o[68].call(s)
|
|
2786
2813
|
)), f(e, "class", "LimitPeriodDropdownWrapper");
|
|
2787
2814
|
},
|
|
2788
|
-
m(v,
|
|
2789
|
-
A(v, e,
|
|
2815
|
+
m(v, j) {
|
|
2816
|
+
A(v, e, j), u(e, t), u(t, a), u(e, r), u(e, s);
|
|
2790
2817
|
for (let w = 0; w < g.length; w += 1)
|
|
2791
2818
|
g[w] && g[w].m(s, null);
|
|
2792
2819
|
Re(
|
|
@@ -2801,10 +2828,10 @@ function zt(o) {
|
|
|
2801
2828
|
o[68]
|
|
2802
2829
|
), m = !0);
|
|
2803
2830
|
},
|
|
2804
|
-
p(v,
|
|
2805
|
-
if (
|
|
2831
|
+
p(v, j) {
|
|
2832
|
+
if (j[0] & /*$_*/
|
|
2806
2833
|
268435456 && i !== (i = /*$_*/
|
|
2807
|
-
v[28]("period") + "") &&
|
|
2834
|
+
v[28]("period") + "") && T(a, i), j[0] & /*limitsConfig, selectedLimit, $_*/
|
|
2808
2835
|
268435616) {
|
|
2809
2836
|
d = ce(
|
|
2810
2837
|
/*limitsConfig*/
|
|
@@ -2815,14 +2842,14 @@ function zt(o) {
|
|
|
2815
2842
|
);
|
|
2816
2843
|
let w;
|
|
2817
2844
|
for (w = 0; w < d.length; w += 1) {
|
|
2818
|
-
const
|
|
2819
|
-
g[w] ? g[w].p(
|
|
2845
|
+
const C = mt(v, d, w);
|
|
2846
|
+
g[w] ? g[w].p(C, j) : (g[w] = Ct(C), g[w].c(), g[w].m(s, null));
|
|
2820
2847
|
}
|
|
2821
2848
|
for (; w < g.length; w += 1)
|
|
2822
2849
|
g[w].d(1);
|
|
2823
2850
|
g.length = d.length;
|
|
2824
2851
|
}
|
|
2825
|
-
|
|
2852
|
+
j[0] & /*selectedPeriod, limitsConfig, selectedLimit*/
|
|
2826
2853
|
416 && Re(
|
|
2827
2854
|
s,
|
|
2828
2855
|
/*selectedPeriod*/
|
|
@@ -2830,38 +2857,38 @@ function zt(o) {
|
|
|
2830
2857
|
);
|
|
2831
2858
|
},
|
|
2832
2859
|
d(v) {
|
|
2833
|
-
v &&
|
|
2860
|
+
v && P(e), Ae(g, v), m = !1, c();
|
|
2834
2861
|
}
|
|
2835
2862
|
};
|
|
2836
2863
|
}
|
|
2837
|
-
function
|
|
2864
|
+
function Ct(o) {
|
|
2838
2865
|
let e, t = (
|
|
2839
2866
|
/*$_*/
|
|
2840
2867
|
o[28](
|
|
2841
2868
|
/*period*/
|
|
2842
|
-
o[
|
|
2869
|
+
o[136]
|
|
2843
2870
|
) + ""
|
|
2844
2871
|
), i, a;
|
|
2845
2872
|
return {
|
|
2846
2873
|
c() {
|
|
2847
|
-
e =
|
|
2848
|
-
o[
|
|
2874
|
+
e = h("option"), i = x(t), e.__value = a = /*period*/
|
|
2875
|
+
o[136], Ue(e, e.__value), e.selected = !0;
|
|
2849
2876
|
},
|
|
2850
|
-
m(
|
|
2851
|
-
A(
|
|
2877
|
+
m(r, s) {
|
|
2878
|
+
A(r, e, s), u(e, i);
|
|
2852
2879
|
},
|
|
2853
|
-
p(
|
|
2880
|
+
p(r, s) {
|
|
2854
2881
|
s[0] & /*$_, limitsConfig, selectedLimit*/
|
|
2855
2882
|
268435616 && t !== (t = /*$_*/
|
|
2856
|
-
|
|
2883
|
+
r[28](
|
|
2857
2884
|
/*period*/
|
|
2858
|
-
|
|
2859
|
-
) + "") &&
|
|
2885
|
+
r[136]
|
|
2886
|
+
) + "") && T(i, t), s[0] & /*limitsConfig, selectedLimit*/
|
|
2860
2887
|
160 && a !== (a = /*period*/
|
|
2861
|
-
|
|
2888
|
+
r[136]) && (e.__value = a, Ue(e, e.__value));
|
|
2862
2889
|
},
|
|
2863
|
-
d(
|
|
2864
|
-
|
|
2890
|
+
d(r) {
|
|
2891
|
+
r && P(e);
|
|
2865
2892
|
}
|
|
2866
2893
|
};
|
|
2867
2894
|
}
|
|
@@ -2901,13 +2928,13 @@ function jt(o) {
|
|
|
2901
2928
|
), i;
|
|
2902
2929
|
return {
|
|
2903
2930
|
c() {
|
|
2904
|
-
e =
|
|
2931
|
+
e = h("p"), i = x(t), f(e, "class", "InvalidInput");
|
|
2905
2932
|
},
|
|
2906
|
-
m(a,
|
|
2907
|
-
A(a, e,
|
|
2933
|
+
m(a, r) {
|
|
2934
|
+
A(a, e, r), u(e, i);
|
|
2908
2935
|
},
|
|
2909
|
-
p(a,
|
|
2910
|
-
|
|
2936
|
+
p(a, r) {
|
|
2937
|
+
r[0] & /*inputAmount, $_, minLimit, currency, maxLimit*/
|
|
2911
2938
|
268442625 && t !== (t = /*inputAmount*/
|
|
2912
2939
|
a[10] === null ? `${/*$_*/
|
|
2913
2940
|
a[28]("invalidInputMessage")}` : (
|
|
@@ -2938,29 +2965,29 @@ function jt(o) {
|
|
|
2938
2965
|
)
|
|
2939
2966
|
}
|
|
2940
2967
|
})}`
|
|
2941
|
-
)) &&
|
|
2968
|
+
)) && T(i, t);
|
|
2942
2969
|
},
|
|
2943
2970
|
d(a) {
|
|
2944
|
-
a &&
|
|
2971
|
+
a && P(e);
|
|
2945
2972
|
}
|
|
2946
2973
|
};
|
|
2947
2974
|
}
|
|
2948
|
-
function
|
|
2975
|
+
function So(o) {
|
|
2949
2976
|
let e;
|
|
2950
2977
|
return {
|
|
2951
2978
|
c() {
|
|
2952
|
-
e =
|
|
2979
|
+
e = h("div"), e.innerHTML = '<div class="skeletonLimitAmount"><div class="skeletonAmountText"><ui-skeleton width="auto" height="20px" structure="text" margin-right="auto"></ui-skeleton></div> <div class="skeletonSubText"><ui-skeleton width="auto" height="20px" structure="text" margin-right="auto"></ui-skeleton></div></div> <div class="skeletonLimitButton"><div><ui-skeleton width="auto" height="40px" structure="rectangle" margin-right="auto"></ui-skeleton></div> <div><ui-skeleton width="auto" height="40px" structure="rectangle" margin-right="auto"></ui-skeleton></div></div> ', f(e, "class", "skeletonLimitContent");
|
|
2953
2980
|
},
|
|
2954
2981
|
m(t, i) {
|
|
2955
2982
|
A(t, e, i);
|
|
2956
2983
|
},
|
|
2957
2984
|
p: De,
|
|
2958
2985
|
d(t) {
|
|
2959
|
-
t &&
|
|
2986
|
+
t && P(e);
|
|
2960
2987
|
}
|
|
2961
2988
|
};
|
|
2962
2989
|
}
|
|
2963
|
-
function
|
|
2990
|
+
function Do(o) {
|
|
2964
2991
|
let e, t, i = (
|
|
2965
2992
|
/*popupVisible*/
|
|
2966
2993
|
o[18] && Lt(o)
|
|
@@ -2970,39 +2997,39 @@ function So(o) {
|
|
|
2970
2997
|
/*skeletonLoading*/
|
|
2971
2998
|
m[15]
|
|
2972
2999
|
)
|
|
2973
|
-
return
|
|
3000
|
+
return mo;
|
|
2974
3001
|
if (
|
|
2975
3002
|
/*hasErrors*/
|
|
2976
3003
|
m[16]
|
|
2977
3004
|
)
|
|
2978
|
-
return
|
|
3005
|
+
return uo;
|
|
2979
3006
|
if (!/*skeletonLoading*/
|
|
2980
3007
|
m[15])
|
|
2981
3008
|
return lo;
|
|
2982
3009
|
}
|
|
2983
|
-
let
|
|
3010
|
+
let r = a(o), s = r && r(o);
|
|
2984
3011
|
return {
|
|
2985
3012
|
c() {
|
|
2986
|
-
e =
|
|
3013
|
+
e = h("div"), i && i.c(), t = M(), s && s.c();
|
|
2987
3014
|
},
|
|
2988
3015
|
m(m, c) {
|
|
2989
3016
|
A(m, e, c), i && i.m(e, null), u(e, t), s && s.m(e, null), o[70](e);
|
|
2990
3017
|
},
|
|
2991
3018
|
p(m, c) {
|
|
2992
3019
|
/*popupVisible*/
|
|
2993
|
-
m[18] ? i ? i.p(m, c) : (i = Lt(m), i.c(), i.m(e, t)) : i && (i.d(1), i = null),
|
|
3020
|
+
m[18] ? i ? i.p(m, c) : (i = Lt(m), i.c(), i.m(e, t)) : i && (i.d(1), i = null), r === (r = a(m)) && s ? s.p(m, c) : (s && s.d(1), s = r && r(m), s && (s.c(), s.m(e, null)));
|
|
2994
3021
|
},
|
|
2995
3022
|
i: De,
|
|
2996
3023
|
o: De,
|
|
2997
3024
|
d(m) {
|
|
2998
|
-
m &&
|
|
3025
|
+
m && P(e), i && i.d(), s && s.d(), o[70](null);
|
|
2999
3026
|
}
|
|
3000
3027
|
};
|
|
3001
3028
|
}
|
|
3002
|
-
function
|
|
3029
|
+
function Ao(o, e, t) {
|
|
3003
3030
|
let i;
|
|
3004
|
-
|
|
3005
|
-
let { lang: a = "en" } = e, { currency:
|
|
3031
|
+
Bi(o, Gi, (n) => t(28, i = n));
|
|
3032
|
+
let { lang: a = "en" } = e, { currency: r = "" } = e, { limits: s = "" } = e, { session: m = "" } = e, { userid: c = "" } = e, { endpoint: d = "" } = e, { apiversion: g = "" } = e, { customcurrencysymbols: v = "" } = e, { enablecompliancetext: j = "" } = e, { deletelimit: w = "" } = e, { amountsconfig: C = "" } = e, { periodsconfig: Z = "" } = e, { limittabindex: ee = "" } = e, { limitformat: U = "" } = e, { allowedextenssion: N = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = e, { filesizeallow: J = "12934000" } = e, { clientstyling: W = "" } = e, { clientstylingurl: O = "" } = e, { mbsource: E } = e, { translationurl: R = "" } = e, z, k = window.navigator.userAgent, _ = !Ri(k), S = [], D = "", b = "", F = "", G = 0, I, fe = "", Le = "", ke = "", re = {}, te = {}, ie = !1, q = !1, V = !0, se = !1, Oe = !1, we = !1, de = !1, ue = "", Pe = "", X = [], ze, Ke, Ce = !1, Tt = {}, he = "", be, Ie = { remove: {}, confirm: {}, update: {} }, ye = !1, je = !1, _e = { EUR: "€", RON: " lei", USD: "$" }, oe = {};
|
|
3006
3033
|
const Ve = {
|
|
3007
3034
|
wager: "wagering",
|
|
3008
3035
|
loss: "loss",
|
|
@@ -3014,37 +3041,37 @@ function Do(o, e, t) {
|
|
|
3014
3041
|
unableToUpdatePendingRequest: ["SYS_1037", "SYS_1142", "SYS_1140"],
|
|
3015
3042
|
internalServerError: ["F0004", "F0006"]
|
|
3016
3043
|
}, Mt = () => {
|
|
3017
|
-
fetch(R).then((
|
|
3018
|
-
Object.keys(
|
|
3019
|
-
dt(p,
|
|
3044
|
+
fetch(R).then((l) => l.json()).then((l) => {
|
|
3045
|
+
Object.keys(l).forEach((p) => {
|
|
3046
|
+
dt(p, l[p]);
|
|
3020
3047
|
});
|
|
3021
|
-
}).catch((
|
|
3022
|
-
console.log(
|
|
3048
|
+
}).catch((l) => {
|
|
3049
|
+
console.log(l);
|
|
3023
3050
|
});
|
|
3024
3051
|
};
|
|
3025
3052
|
Object.keys(ve).forEach((n) => {
|
|
3026
3053
|
dt(n, ve[n]);
|
|
3027
3054
|
});
|
|
3028
|
-
const We = (n) => `dataLayer-${n}`, ae = (n,
|
|
3055
|
+
const We = (n) => `dataLayer-${n}`, ae = (n, l) => {
|
|
3029
3056
|
typeof gtag == "function" && gtag({
|
|
3030
3057
|
event: n,
|
|
3031
|
-
limit_category: ve[a][We(
|
|
3058
|
+
limit_category: ve[a][We(F.toLowerCase())] || F,
|
|
3032
3059
|
limit_type: ve[a][We(D.toLowerCase())] || D,
|
|
3033
3060
|
limit_period: ve[a][We(b.toLowerCase())] || b,
|
|
3034
|
-
limit_amount:
|
|
3061
|
+
limit_amount: I || l
|
|
3035
3062
|
});
|
|
3036
3063
|
}, Ut = () => {
|
|
3037
|
-
var
|
|
3038
|
-
const n =
|
|
3064
|
+
var y;
|
|
3065
|
+
const n = C.split(",").map((L) => L.split(":")), l = Z.split(",").map((L) => L.split(":"));
|
|
3039
3066
|
for (let [L, B] of n.entries())
|
|
3040
|
-
if (B[0] !==
|
|
3041
|
-
throw new Error(`Limit config mismatch: "${B[0]}" does not match "${
|
|
3067
|
+
if (B[0] !== l[L][0])
|
|
3068
|
+
throw new Error(`Limit config mismatch: "${B[0]}" does not match "${l[L][0]}"`);
|
|
3042
3069
|
const p = n.reduce(
|
|
3043
3070
|
(L, B, H) => {
|
|
3044
|
-
const Q = B[0].slice(B[0].indexOf("(") + 1, B[0].indexOf(")")), pe = B[0].slice(0, B[0].indexOf("(")),
|
|
3071
|
+
const Q = B[0].slice(B[0].indexOf("(") + 1, B[0].indexOf(")")), pe = B[0].slice(0, B[0].indexOf("(")), Te = B[1], Me = l[H][1].trim().replace("D", "Daily").replace("W", "Weekly").replace("M", "Monthly").replace("N", "None").split("-"), Ge = {
|
|
3045
3072
|
value: Q,
|
|
3046
3073
|
product: pe,
|
|
3047
|
-
minMax:
|
|
3074
|
+
minMax: Te,
|
|
3048
3075
|
periods: Me,
|
|
3049
3076
|
callValue: K[Q].callValue,
|
|
3050
3077
|
callValue16: K[Q].callValue16,
|
|
@@ -3056,56 +3083,56 @@ function Do(o, e, t) {
|
|
|
3056
3083
|
);
|
|
3057
3084
|
for (let L = 0; L < p.length; L++)
|
|
3058
3085
|
t(6, S[L].product = p[L].product, S), t(6, S[L].min = parseInt(p[L].minMax.split("-")[0], 10), S), t(6, S[L].max = parseInt(p[L].minMax.split("-")[1], 10), S), t(5, K[p[L].value].periods = p[L].periods, K);
|
|
3059
|
-
ke = (
|
|
3060
|
-
|
|
3061
|
-
}),
|
|
3062
|
-
}, It = () => {
|
|
3063
|
-
const n = /\(([^)]+)\)/g;
|
|
3064
|
-
return [...P.matchAll(n)].flat().filter((p) => !p.includes("("));
|
|
3086
|
+
ke = (y = S[0]) == null ? void 0 : y.value, S.forEach((L) => {
|
|
3087
|
+
re[L.value] = { min: L.min, max: L.max }, Tt[L.value] = L.product;
|
|
3088
|
+
}), re && (re[ke] ? (t(11, fe = re[ke].min), t(12, Le = re[ke].max)) : (t(11, fe = 1), t(12, Le = 9999999)));
|
|
3065
3089
|
}, Nt = () => {
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3090
|
+
const n = /\(([^)]+)\)/g;
|
|
3091
|
+
return [...C.matchAll(n)].flat().filter((p) => !p.includes("("));
|
|
3092
|
+
}, It = () => {
|
|
3093
|
+
Nt().forEach((l) => {
|
|
3094
|
+
K[l] ? S.push(Be({}, K[l])) : console.error(`Unknown limit: ${l}`);
|
|
3095
|
+
}), Ut(), t(7, D = S[0].value), t(8, b = K[D].periods[0]), F = S[0].product, t(13, ie = S.length > 1), t(14, q = K[D].periods.length > 1);
|
|
3069
3096
|
}, Je = () => {
|
|
3070
|
-
t(7, D = S[G].value), t(8, b = K[D].periods[0]), t(14,
|
|
3097
|
+
t(7, D = S[G].value), t(8, b = K[D].periods[0]), t(14, q = K[D].periods.length > 1);
|
|
3071
3098
|
}, Ze = () => {
|
|
3072
|
-
|
|
3073
|
-
},
|
|
3099
|
+
F = S[G].product;
|
|
3100
|
+
}, le = (n) => {
|
|
3074
3101
|
if (n.status >= 300)
|
|
3075
3102
|
Bt(n);
|
|
3076
3103
|
else
|
|
3077
3104
|
return t(17, Oe = !1), n.status !== 204 ? n.json() : n;
|
|
3078
3105
|
}, Bt = (n) => {
|
|
3079
3106
|
t(16, se = !0);
|
|
3080
|
-
let
|
|
3107
|
+
let l;
|
|
3081
3108
|
throw n.json().then((p) => {
|
|
3082
|
-
for (const
|
|
3083
|
-
if (p.error && Ye[
|
|
3084
|
-
|
|
3109
|
+
for (const y in Ye)
|
|
3110
|
+
if (p.error && Ye[y].some((L) => p.error.includes(L))) {
|
|
3111
|
+
l = y;
|
|
3085
3112
|
break;
|
|
3086
3113
|
}
|
|
3087
|
-
console.error("errType",
|
|
3114
|
+
console.error("errType", l), !l && xe(p);
|
|
3088
3115
|
}).finally(() => {
|
|
3089
|
-
|
|
3116
|
+
l && xe(l), t(16, se = !1), t(15, V = !1);
|
|
3090
3117
|
}), new Error("An error occured during the fetch request");
|
|
3091
3118
|
}, Rt = () => {
|
|
3092
|
-
if (!(
|
|
3119
|
+
if (!(I > 0))
|
|
3093
3120
|
return;
|
|
3094
3121
|
ge(), t(15, V = !0);
|
|
3095
|
-
let n = new URL(`/v2/player/${c}/limits`, d),
|
|
3096
|
-
D === "sessionLimit" ?
|
|
3097
|
-
sessionLimit:
|
|
3122
|
+
let n = new URL(`/v2/player/${c}/limits`, d), l = {};
|
|
3123
|
+
D === "sessionLimit" ? l = {
|
|
3124
|
+
sessionLimit: I,
|
|
3098
3125
|
sessionLimitUnit: "minute"
|
|
3099
|
-
} : D === "cumulativeSession" ?
|
|
3126
|
+
} : D === "cumulativeSession" ? l[K[D].callValue] = [
|
|
3100
3127
|
{
|
|
3101
3128
|
period: b,
|
|
3102
|
-
minutes:
|
|
3129
|
+
minutes: I
|
|
3103
3130
|
}
|
|
3104
|
-
] :
|
|
3131
|
+
] : l[K[D].callValue] = [
|
|
3105
3132
|
{
|
|
3106
3133
|
period: K[D].periods[0] === "None" ? null : b,
|
|
3107
|
-
amount:
|
|
3108
|
-
currency:
|
|
3134
|
+
amount: I,
|
|
3135
|
+
currency: r
|
|
3109
3136
|
}
|
|
3110
3137
|
];
|
|
3111
3138
|
let p = {
|
|
@@ -3115,15 +3142,15 @@ function Do(o, e, t) {
|
|
|
3115
3142
|
"Content-Type": "application/json",
|
|
3116
3143
|
Accept: "application/json"
|
|
3117
3144
|
},
|
|
3118
|
-
body: JSON.stringify(
|
|
3145
|
+
body: JSON.stringify(l)
|
|
3119
3146
|
};
|
|
3120
|
-
fetch(n.href, p).then((
|
|
3147
|
+
fetch(n.href, p).then((y) => le(y)).then((y) => {
|
|
3121
3148
|
ae("self_limitation_success"), me();
|
|
3122
|
-
}).catch((
|
|
3123
|
-
console.error(
|
|
3149
|
+
}).catch((y) => {
|
|
3150
|
+
console.error(y), t(16, se = !0);
|
|
3124
3151
|
});
|
|
3125
3152
|
}, Xe = () => {
|
|
3126
|
-
const
|
|
3153
|
+
const l = S[G].currentLimits.find((pe) => pe.period === b), p = Qt();
|
|
3127
3154
|
if (p && p.reviewPending && p.reviewPending.id)
|
|
3128
3155
|
return window.postMessage(
|
|
3129
3156
|
{
|
|
@@ -3135,20 +3162,20 @@ function Do(o, e, t) {
|
|
|
3135
3162
|
},
|
|
3136
3163
|
window.location.href
|
|
3137
3164
|
);
|
|
3138
|
-
if (ge(), t(15, V = !0), p && p.reviewRequired && !
|
|
3165
|
+
if (ge(), t(15, V = !0), p && p.reviewRequired && !he && I > p.amount) {
|
|
3139
3166
|
t(26, je = !0), t(19, de = !0);
|
|
3140
3167
|
return;
|
|
3141
3168
|
}
|
|
3142
|
-
const
|
|
3143
|
-
amount:
|
|
3169
|
+
const y = l ? "v2" : "v1", L = new URL(`/${y}/player/${c}/limits/monetary/${l ? l.id : ""}`, d), B = l ? "PUT" : "POST", H = l ? he ? {
|
|
3170
|
+
amount: I,
|
|
3144
3171
|
skipCoolOff: !1,
|
|
3145
|
-
payload: { DocumentId:
|
|
3146
|
-
} : { amount:
|
|
3147
|
-
amount:
|
|
3148
|
-
currency:
|
|
3172
|
+
payload: { DocumentId: he }
|
|
3173
|
+
} : { amount: I, skipCoolOff: !1 } : {
|
|
3174
|
+
amount: I,
|
|
3175
|
+
currency: r,
|
|
3149
3176
|
period: K[D].periods[0] === "None" ? null : b,
|
|
3150
3177
|
type: K[D].callValue16,
|
|
3151
|
-
products: [
|
|
3178
|
+
products: [F != null ? F : "All"],
|
|
3152
3179
|
walletTypes: ["Deposit", "NetDeposit"].includes(K[D].callValue16) ? ["All"] : ["RealCash"]
|
|
3153
3180
|
};
|
|
3154
3181
|
let Q = {
|
|
@@ -3160,19 +3187,19 @@ function Do(o, e, t) {
|
|
|
3160
3187
|
},
|
|
3161
3188
|
body: JSON.stringify(H)
|
|
3162
3189
|
};
|
|
3163
|
-
fetch(L.href, Q).then((pe) =>
|
|
3190
|
+
fetch(L.href, Q).then((pe) => le(pe)).then((pe) => {
|
|
3164
3191
|
ae("self_limitation_success"), me();
|
|
3165
3192
|
}).catch((pe) => {
|
|
3166
3193
|
console.log(pe);
|
|
3167
3194
|
}).finally(() => {
|
|
3168
|
-
t(26, je = !1),
|
|
3195
|
+
t(26, je = !1), he = "";
|
|
3169
3196
|
});
|
|
3170
3197
|
}, Ot = () => {
|
|
3171
|
-
if (!(
|
|
3198
|
+
if (!(I > 0))
|
|
3172
3199
|
return;
|
|
3173
3200
|
ge(), t(15, V = !0);
|
|
3174
3201
|
const n = new URL(`/v1/player/${c}/limits/session/`, d);
|
|
3175
|
-
let
|
|
3202
|
+
let y = {
|
|
3176
3203
|
method: "PUT",
|
|
3177
3204
|
headers: {
|
|
3178
3205
|
"X-SessionID": m,
|
|
@@ -3180,21 +3207,21 @@ function Do(o, e, t) {
|
|
|
3180
3207
|
Accept: "application/json"
|
|
3181
3208
|
},
|
|
3182
3209
|
body: JSON.stringify({
|
|
3183
|
-
sessionLimit:
|
|
3210
|
+
sessionLimit: I,
|
|
3184
3211
|
sessionLimitUnit: "minute"
|
|
3185
3212
|
})
|
|
3186
3213
|
};
|
|
3187
|
-
fetch(n.href,
|
|
3214
|
+
fetch(n.href, y).then((L) => le(L)).then((L) => {
|
|
3188
3215
|
ae("self_limitation_success"), me();
|
|
3189
3216
|
}).catch((L) => {
|
|
3190
3217
|
console.log(L), t(16, se = !0);
|
|
3191
3218
|
});
|
|
3192
3219
|
}, Vt = () => {
|
|
3193
|
-
if (!(
|
|
3220
|
+
if (!(I > 0))
|
|
3194
3221
|
return;
|
|
3195
3222
|
ge(), t(15, V = !0);
|
|
3196
3223
|
const n = new URL(`/v1/player/${c}/limits/session/`, d);
|
|
3197
|
-
let
|
|
3224
|
+
let y = {
|
|
3198
3225
|
method: "PUT",
|
|
3199
3226
|
headers: {
|
|
3200
3227
|
"X-SessionID": m,
|
|
@@ -3205,22 +3232,22 @@ function Do(o, e, t) {
|
|
|
3205
3232
|
cumulativeSessionLimits: [
|
|
3206
3233
|
{
|
|
3207
3234
|
period: b,
|
|
3208
|
-
minutes:
|
|
3235
|
+
minutes: I
|
|
3209
3236
|
}
|
|
3210
3237
|
]
|
|
3211
3238
|
})
|
|
3212
3239
|
};
|
|
3213
|
-
fetch(n.href,
|
|
3240
|
+
fetch(n.href, y).then((L) => le(L)).then((L) => {
|
|
3214
3241
|
ae("self_limitation_success"), me();
|
|
3215
3242
|
}).catch((L) => {
|
|
3216
3243
|
console.log(L), t(16, se = !0);
|
|
3217
3244
|
});
|
|
3218
3245
|
}, Wt = () => {
|
|
3219
|
-
if (!(
|
|
3246
|
+
if (!(I > 0))
|
|
3220
3247
|
return;
|
|
3221
3248
|
ge(), t(15, V = !0);
|
|
3222
3249
|
const n = new URL(`/v2/player/${c}/limit/lugas`, d);
|
|
3223
|
-
let
|
|
3250
|
+
let y = {
|
|
3224
3251
|
method: "POST",
|
|
3225
3252
|
headers: {
|
|
3226
3253
|
"X-SessionID": m,
|
|
@@ -3228,18 +3255,18 @@ function Do(o, e, t) {
|
|
|
3228
3255
|
Accept: "application/json"
|
|
3229
3256
|
},
|
|
3230
3257
|
body: JSON.stringify({
|
|
3231
|
-
amount:
|
|
3258
|
+
amount: I,
|
|
3232
3259
|
roleLimitAmount: 0,
|
|
3233
3260
|
softMigration: !1,
|
|
3234
3261
|
keepLimit: !1
|
|
3235
3262
|
})
|
|
3236
3263
|
};
|
|
3237
|
-
fetch(n.href,
|
|
3264
|
+
fetch(n.href, y).then((L) => le(L)).then((L) => {
|
|
3238
3265
|
t(22, ze = L.popup), L.operatorDepositLimitAmount, Ke = L.regulatorDepositLimitAmount, ae("self_limitation_success"), me();
|
|
3239
3266
|
}).catch((L) => {
|
|
3240
3267
|
console.log(L), t(16, se = !0);
|
|
3241
3268
|
});
|
|
3242
|
-
},
|
|
3269
|
+
}, Ft = () => {
|
|
3243
3270
|
if (te = {}, g === "gm16")
|
|
3244
3271
|
switch (D) {
|
|
3245
3272
|
case "lugas":
|
|
@@ -3263,15 +3290,15 @@ function Do(o, e, t) {
|
|
|
3263
3290
|
}, me = () => {
|
|
3264
3291
|
switch (g) {
|
|
3265
3292
|
case "gmcore":
|
|
3266
|
-
|
|
3293
|
+
qt();
|
|
3267
3294
|
break;
|
|
3268
3295
|
case "gm16":
|
|
3269
3296
|
Gt();
|
|
3270
3297
|
break;
|
|
3271
3298
|
}
|
|
3272
|
-
},
|
|
3299
|
+
}, qt = () => {
|
|
3273
3300
|
t(15, V = !0);
|
|
3274
|
-
let n = new URL(`/v2/player/${c}/limits`, d),
|
|
3301
|
+
let n = new URL(`/v2/player/${c}/limits`, d), l = {
|
|
3275
3302
|
method: "GET",
|
|
3276
3303
|
headers: {
|
|
3277
3304
|
"X-SessionID": m,
|
|
@@ -3279,8 +3306,8 @@ function Do(o, e, t) {
|
|
|
3279
3306
|
Accept: "application/json"
|
|
3280
3307
|
}
|
|
3281
3308
|
};
|
|
3282
|
-
fetch(n.href,
|
|
3283
|
-
X = p, we &&
|
|
3309
|
+
fetch(n.href, l).then((p) => le(p)).then((p) => {
|
|
3310
|
+
X = p, we && xe(), Qe(X), Ht(X), t(10, I = null);
|
|
3284
3311
|
}).catch((p) => {
|
|
3285
3312
|
console.error("Error LimitsWidget: ", p), t(16, se = !0);
|
|
3286
3313
|
}).finally(() => {
|
|
@@ -3288,7 +3315,7 @@ function Do(o, e, t) {
|
|
|
3288
3315
|
});
|
|
3289
3316
|
}, Gt = () => {
|
|
3290
3317
|
t(15, V = !0), X = [];
|
|
3291
|
-
let n = new URL(`/v1/player/${c}/limits/monetary`, d),
|
|
3318
|
+
let n = new URL(`/v1/player/${c}/limits/monetary`, d), l = new URL(`/v1/player/${c}/limits/session`, d), p = !1, y = {
|
|
3292
3319
|
method: "GET",
|
|
3293
3320
|
headers: {
|
|
3294
3321
|
"X-SessionID": m,
|
|
@@ -3296,50 +3323,50 @@ function Do(o, e, t) {
|
|
|
3296
3323
|
Accept: "application/json"
|
|
3297
3324
|
}
|
|
3298
3325
|
};
|
|
3299
|
-
fetch(n.href,
|
|
3300
|
-
X.push(L), g === "gmcore" && Qe(X), g === "gm16" && Kt(X), we &&
|
|
3326
|
+
fetch(n.href, y).then((L) => le(L)).then((L) => {
|
|
3327
|
+
X.push(L), g === "gmcore" && Qe(X), g === "gm16" && Kt(X), we && xe(), t(10, I = null);
|
|
3301
3328
|
}).catch((L) => {
|
|
3302
3329
|
console.error("Error LimitsWidget: ", L), t(16, se = !0);
|
|
3303
3330
|
}).finally(() => {
|
|
3304
3331
|
p && t(15, V = !1), p = !0;
|
|
3305
|
-
}), fetch(
|
|
3306
|
-
X.push(L), we &&
|
|
3332
|
+
}), fetch(l.href, y).then((L) => le(L)).then((L) => {
|
|
3333
|
+
X.push(L), we && xe(), g === "gm16" && Yt(X), g === "gm16" && Jt(X), t(10, I = null);
|
|
3307
3334
|
}).catch((L) => {
|
|
3308
3335
|
console.error("Error LimitsWidget: ", L), t(16, se = !0);
|
|
3309
3336
|
}).finally(() => {
|
|
3310
3337
|
p && t(15, V = !1), p = !0;
|
|
3311
3338
|
});
|
|
3312
3339
|
}, Qe = (n) => {
|
|
3313
|
-
S.forEach((
|
|
3314
|
-
|
|
3315
|
-
const p = Array.isArray(n[K[
|
|
3316
|
-
p.length === 0 || p[0] === void 0 || (p.forEach((
|
|
3340
|
+
S.forEach((l) => {
|
|
3341
|
+
l.currentLimits = [];
|
|
3342
|
+
const p = Array.isArray(n[K[l.value].callValue]) ? n[K[l.value].callValue] : [n[K[l.value].callValue]];
|
|
3343
|
+
p.length === 0 || p[0] === void 0 || (p.forEach((y, L) => {
|
|
3317
3344
|
var H;
|
|
3318
|
-
const B = n[K[
|
|
3319
|
-
|
|
3320
|
-
}),
|
|
3345
|
+
const B = n[K[l.value].callValue][L];
|
|
3346
|
+
l.currentLimits.push({}), l.currentLimits[L].limitType = l.value, l.currentLimits[L].amount = U ? B.amount : Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(B.amount), l.currentLimits[L].currency = (H = _e[B.currency]) != null ? H : B.currency, l.currentLimits[L].period = B.period, l.currentLimits[L].updateAmount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(B.updateAmount), l.currentLimits[L].isModified = B.isModified, l.currentLimits[L].expiryDate = `${new Date(B.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)`;
|
|
3347
|
+
}), l.currentLimits = Ee(l.currentLimits));
|
|
3321
3348
|
});
|
|
3322
3349
|
}, Ht = (n) => {
|
|
3323
|
-
const
|
|
3350
|
+
const l = i("minutes");
|
|
3324
3351
|
S.filter((p) => p.value === "sessionLimit" || p.value === "cumulativeSession").forEach((p) => {
|
|
3325
|
-
var
|
|
3326
|
-
p.currentLimits = [], (
|
|
3352
|
+
var y;
|
|
3353
|
+
p.currentLimits = [], (y = n[K[p.value].callValue]) == null || y.forEach((L, B) => {
|
|
3327
3354
|
const H = n[K[p.value].callValue][B];
|
|
3328
3355
|
p.currentLimits.push({
|
|
3329
3356
|
limitType: p.value,
|
|
3330
3357
|
amount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(H.minutes),
|
|
3331
|
-
currency:
|
|
3358
|
+
currency: l,
|
|
3332
3359
|
isModified: H.isModified,
|
|
3333
3360
|
period: p.value === "cumulativeSession" ? H.period : "None",
|
|
3334
3361
|
updateAmount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(H.updateMinutes),
|
|
3335
3362
|
expiryDate: `${new Date(H.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)`
|
|
3336
3363
|
});
|
|
3337
|
-
}), p.currentLimits =
|
|
3364
|
+
}), p.currentLimits = Ee(p.currentLimits);
|
|
3338
3365
|
});
|
|
3339
3366
|
}, Kt = (n) => {
|
|
3340
|
-
var
|
|
3341
|
-
(
|
|
3342
|
-
var
|
|
3367
|
+
var l;
|
|
3368
|
+
(l = n[0]) != null && l.limits && S.forEach((p) => {
|
|
3369
|
+
var y;
|
|
3343
3370
|
p.currentLimits = [];
|
|
3344
3371
|
for (const L of n[0].limits)
|
|
3345
3372
|
if (L.type === p.callValue16 && L.products.includes(p.product)) {
|
|
@@ -3347,7 +3374,7 @@ function Do(o, e, t) {
|
|
|
3347
3374
|
L.schedules.length > 0 && (B = U ? H.updateAmount : Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(H.updateAmount)), p.currentLimits.push({
|
|
3348
3375
|
limitType: p.value,
|
|
3349
3376
|
amount: U ? L.amount : Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(L.amount),
|
|
3350
|
-
currency: (
|
|
3377
|
+
currency: (y = _e[L.currency]) != null ? y : L.currency,
|
|
3351
3378
|
isModified: L.schedules.length > 0,
|
|
3352
3379
|
period: L.period,
|
|
3353
3380
|
product: L.products[0],
|
|
@@ -3362,11 +3389,11 @@ function Do(o, e, t) {
|
|
|
3362
3389
|
Q.acknowledgedLimit = Object.keys(oe).some((pe) => Q.scheduleId === pe);
|
|
3363
3390
|
});
|
|
3364
3391
|
}
|
|
3365
|
-
p.currentLimits =
|
|
3392
|
+
p.currentLimits = Ee(p.currentLimits);
|
|
3366
3393
|
});
|
|
3367
3394
|
}, Yt = (n) => {
|
|
3368
|
-
var
|
|
3369
|
-
(
|
|
3395
|
+
var l;
|
|
3396
|
+
(l = n[1]) != null && l.sessionLimit && S.filter((p) => p.value === "sessionLimit").forEach((p) => {
|
|
3370
3397
|
p.currentLimits.push({
|
|
3371
3398
|
limitType: "sessionLimit",
|
|
3372
3399
|
amount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(n[1].sessionLimit.minutes),
|
|
@@ -3375,41 +3402,41 @@ function Do(o, e, t) {
|
|
|
3375
3402
|
period: "None",
|
|
3376
3403
|
updateAmount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(n[1].sessionLimit.updateMinutes),
|
|
3377
3404
|
expiryDate: n[1].sessionLimit.expiryDate
|
|
3378
|
-
}), p.currentLimits =
|
|
3405
|
+
}), p.currentLimits = Ee(p.currentLimits);
|
|
3379
3406
|
});
|
|
3380
3407
|
}, Jt = (n) => {
|
|
3381
|
-
var
|
|
3382
|
-
(
|
|
3383
|
-
for (const
|
|
3408
|
+
var l;
|
|
3409
|
+
(l = n[1]) != null && l.cumulativeSessionLimits && S.filter((p) => p.value === "cumulativeSession").forEach((p) => {
|
|
3410
|
+
for (const y of n[1].cumulativeSessionLimits)
|
|
3384
3411
|
p.currentLimits.push({
|
|
3385
3412
|
limitType: "cumulativeSession",
|
|
3386
|
-
amount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(
|
|
3413
|
+
amount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(y.minutes),
|
|
3387
3414
|
currency: i("minutes"),
|
|
3388
|
-
isModified:
|
|
3389
|
-
period:
|
|
3390
|
-
updateAmount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(
|
|
3391
|
-
expiryDate:
|
|
3415
|
+
isModified: y.isModified,
|
|
3416
|
+
period: y.period,
|
|
3417
|
+
updateAmount: Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(y.updateMinutes),
|
|
3418
|
+
expiryDate: y.expiryDate
|
|
3392
3419
|
});
|
|
3393
|
-
p.currentLimits =
|
|
3420
|
+
p.currentLimits = Ee(p.currentLimits);
|
|
3394
3421
|
});
|
|
3395
|
-
},
|
|
3396
|
-
const
|
|
3397
|
-
return n.sort((p,
|
|
3422
|
+
}, Ee = (n) => {
|
|
3423
|
+
const l = { Daily: 0, Weekly: 1, Monthly: 2 };
|
|
3424
|
+
return n.sort((p, y) => l[p.period] - l[y.period]), n;
|
|
3398
3425
|
}, $e = () => {
|
|
3399
|
-
if (
|
|
3400
|
-
t(23,
|
|
3426
|
+
if (I === null || Number.isNaN(I)) {
|
|
3427
|
+
t(23, Ce = !0);
|
|
3401
3428
|
return;
|
|
3402
3429
|
}
|
|
3403
|
-
const
|
|
3404
|
-
t(10,
|
|
3430
|
+
const l = !Number.isInteger(I) ? Math.round(I) : I;
|
|
3431
|
+
t(10, I = l), t(23, Ce = l < fe || l > Le);
|
|
3405
3432
|
}, Zt = (n) => {
|
|
3406
|
-
n.preventDefault(), $e(),
|
|
3433
|
+
n.preventDefault(), $e(), Ce || Ft();
|
|
3407
3434
|
}, et = () => {
|
|
3408
|
-
t(23,
|
|
3435
|
+
t(23, Ce = !1), re != null && re[D] ? (t(11, fe = re[D].min), t(12, Le = re[D].max)) : (t(11, fe = 1), t(12, Le = 9999999));
|
|
3409
3436
|
}, Xt = () => {
|
|
3410
3437
|
if (X) {
|
|
3411
|
-
const n = X[K[D].callValue].find((
|
|
3412
|
-
let p = i("popupImmediateUpdate").replace("{selectedLimit}",
|
|
3438
|
+
const n = X[K[D].callValue].find((y) => y.period === b), l = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(n.amount);
|
|
3439
|
+
let p = i("popupImmediateUpdate").replace("{selectedLimit}", Fe(n)).replace("{updatedAmount}", l).replace("{currency}", _e[n.currency] || n.currency).replace("{selectedPeriod}", i(`${b}`));
|
|
3413
3440
|
t(20, ue = n.isModified ? `${i("popupPendingUpdate")} ${new Date(n.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : p);
|
|
3414
3441
|
}
|
|
3415
3442
|
t(19, de = !0);
|
|
@@ -3418,50 +3445,53 @@ function Do(o, e, t) {
|
|
|
3418
3445
|
if (!X)
|
|
3419
3446
|
return;
|
|
3420
3447
|
const n = ((p = X[0]) == null ? void 0 : p.limits) || X.limits;
|
|
3421
|
-
let
|
|
3422
|
-
return Object.keys(te).length > 0 ?
|
|
3448
|
+
let l = null;
|
|
3449
|
+
return Object.keys(te).length > 0 ? l = n.find((y) => y.id === te.id) : l = n.find((y) => y.type.toLowerCase() === Ve[D].toLowerCase() && (y.period === b || y.period === "None") && y.products[0] === F), (l == null ? void 0 : l.schedules.length) > 0 && oe[l == null ? void 0 : l.schedules[0].id] && (l.amount = l.schedules[0].updateAmount), l;
|
|
3423
3450
|
}, $t = () => {
|
|
3424
3451
|
var B;
|
|
3425
3452
|
const n = ((B = X[0]) == null ? void 0 : B.limits) || X.limits;
|
|
3426
|
-
let
|
|
3453
|
+
let l = null;
|
|
3427
3454
|
if (!X) {
|
|
3428
3455
|
t(19, de = !0);
|
|
3429
3456
|
return;
|
|
3430
3457
|
}
|
|
3431
|
-
Object.keys(te).length > 0 ?
|
|
3432
|
-
const p = nt(
|
|
3433
|
-
let L = i("popupImmediateUpdate").replace("{selectedLimit}",
|
|
3434
|
-
|
|
3458
|
+
Object.keys(te).length > 0 ? l = n.find((H) => H.id === te.id) : l = n.find((H) => H.type.toLowerCase() === Ve[D].toLowerCase() && (H.period === b || H.period === "None") && H.products[0] === F), (l == null ? void 0 : l.schedules.length) > 0 && oe[l == null ? void 0 : l.schedules[0].id] && (l.amount = l.schedules[0].updateAmount);
|
|
3459
|
+
const p = nt(l) || Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(l.amount), y = l.schedules.length > 0 ? `${new Date(l.schedules[0].applyAt).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : "";
|
|
3460
|
+
let L = i("popupImmediateUpdate").replace("{selectedLimit}", Fe(l)).replace("{updatedAmount}", p).replace("{selectedPeriod}", i(`${l.period}`));
|
|
3461
|
+
l.schedules.length > 0 && oe[l.schedules[0].id] ? t(20, ue = L) : t(20, ue = l.schedules.length > 0 ? `${i("popupPendingUpdate")} ${y}` : L), t(19, de = !0);
|
|
3435
3462
|
}, ei = () => {
|
|
3436
|
-
ze == 1 && t(21,
|
|
3463
|
+
ze == 1 && t(21, Pe = "PopupKyc"), ze == 2 && (t(20, ue = `${i("popup2_a")}${Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(Ke)} ${r} ${i("popup2_b")}`), t(21, Pe = "PopupKyc2")), ze == 3 && (t(20, ue = i("popup3")), t(21, Pe = "PopupSuccess")), t(19, de = !0);
|
|
3437
3464
|
}, ti = () => {
|
|
3438
3465
|
t(20, ue = i("sessionLimitUpdated")), t(19, de = !0);
|
|
3439
3466
|
}, ii = () => {
|
|
3440
3467
|
if (X) {
|
|
3441
|
-
const n = X[K[D].callValue].find((
|
|
3442
|
-
let p = i("popupImmediateUpdate").replace("{selectedLimit}", i(`${D}`)).replace("{updatedAmount}",
|
|
3468
|
+
const n = X[K[D].callValue].find((y) => (y.period === b || b === "None") && y.products[0] === F), l = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(n.minutes);
|
|
3469
|
+
let p = i("popupImmediateUpdate").replace("{selectedLimit}", i(`${D}`)).replace("{updatedAmount}", l).replace("{currency}", i("minutes")).replace("{selectedPeriod}", i(`${b}`));
|
|
3443
3470
|
t(20, ue = n.isModified ? `${i("popupPendingUpdate")} ${new Date(n.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : p);
|
|
3444
3471
|
}
|
|
3445
3472
|
t(19, de = !0);
|
|
3446
3473
|
}, oi = (n) => {
|
|
3447
|
-
var
|
|
3448
|
-
return (
|
|
3474
|
+
var l;
|
|
3475
|
+
return (l = n == null ? void 0 : n.error) == null ? void 0 : l.includes("Limit update is not permitted due to LimitUpdateControl");
|
|
3449
3476
|
}, ai = (n) => {
|
|
3450
|
-
var
|
|
3451
|
-
return (
|
|
3477
|
+
var l;
|
|
3478
|
+
return (l = n == null ? void 0 : n.error) == null ? void 0 : l.includes("Limit remove is not permitted due to LimitUpdateControl");
|
|
3452
3479
|
}, ni = (n) => {
|
|
3453
|
-
var
|
|
3454
|
-
return (
|
|
3480
|
+
var l;
|
|
3481
|
+
return (l = n == null ? void 0 : n.error) == null ? void 0 : l.includes("[NotFoundException] Limit does not exist");
|
|
3455
3482
|
}, si = (n) => {
|
|
3456
|
-
var
|
|
3457
|
-
return (
|
|
3458
|
-
},
|
|
3483
|
+
var l;
|
|
3484
|
+
return (l = n == null ? void 0 : n.error) == null ? void 0 : l.includes("[Exception] Schedule does not exist");
|
|
3485
|
+
}, ri = (n) => {
|
|
3486
|
+
var l, p;
|
|
3487
|
+
return ((l = n.details) == null ? void 0 : l.includes("Invalid Session")) || ((p = n.error) == null ? void 0 : p.includes("Invalid Session"));
|
|
3488
|
+
}, xe = (n) => {
|
|
3459
3489
|
if (window.postMessage({ type: "OpenLimitsPopup" }, window.location.href), se) {
|
|
3460
3490
|
if (t(17, Oe = !0), !n) {
|
|
3461
3491
|
t(19, de = !0);
|
|
3462
3492
|
return;
|
|
3463
3493
|
}
|
|
3464
|
-
n
|
|
3494
|
+
oi(n) ? t(20, ue = i("popupUpdateLimitException")) : ai(n) ? t(20, ue = i("popupRemoveLimitException")) : ni(n) ? t(20, ue = i("notFoundException")) : si(n) ? t(20, ue = i("scheduleNotFoundException")) : ri(n) ? t(20, ue = i("sessionExpiredException")) : t(20, ue = i("genericLimitsPopupError")), t(19, de = !0);
|
|
3465
3495
|
return;
|
|
3466
3496
|
}
|
|
3467
3497
|
switch (g) {
|
|
@@ -3478,8 +3508,8 @@ function Do(o, e, t) {
|
|
|
3478
3508
|
t(18, we = !0), window.postMessage({ type: "DisableScroll" }, window.location.href);
|
|
3479
3509
|
}, li = (n) => {
|
|
3480
3510
|
t(7, D = n.limitType), t(8, b = n.period), ge(), t(15, V = !0);
|
|
3481
|
-
let
|
|
3482
|
-
n.limitType !== "sessionLimit" &&
|
|
3511
|
+
let l = new URL(`/v2/player/${c}/limits/${Ve[n.limitType]}`, d);
|
|
3512
|
+
n.limitType !== "sessionLimit" && l.searchParams.append("periods", n.period);
|
|
3483
3513
|
let p = {
|
|
3484
3514
|
method: "DELETE",
|
|
3485
3515
|
headers: {
|
|
@@ -3488,30 +3518,30 @@ function Do(o, e, t) {
|
|
|
3488
3518
|
Accept: "application/json"
|
|
3489
3519
|
}
|
|
3490
3520
|
};
|
|
3491
|
-
fetch(
|
|
3521
|
+
fetch(l.href, p).then((y) => le(y)).then((y) => {
|
|
3492
3522
|
ae("self_limitation_cancel_success", n.amount), me();
|
|
3493
|
-
}).catch((
|
|
3494
|
-
ae("self_limitation_cancel_failed", n.amount), console.log(
|
|
3523
|
+
}).catch((y) => {
|
|
3524
|
+
ae("self_limitation_cancel_failed", n.amount), console.log(y), t(16, se = !0);
|
|
3495
3525
|
});
|
|
3496
3526
|
}, tt = (n) => {
|
|
3497
|
-
switch (n.period,
|
|
3527
|
+
switch (n.period, Ie.remove = n, g) {
|
|
3498
3528
|
case "gmcore":
|
|
3499
3529
|
li(n);
|
|
3500
3530
|
break;
|
|
3501
3531
|
case "gm16":
|
|
3502
|
-
te = n, n.limitType === "sessionLimit" || n.limitType === "cumulativeSession" ?
|
|
3532
|
+
te = n, n.limitType === "sessionLimit" || n.limitType === "cumulativeSession" ? ui(n) : it(n);
|
|
3503
3533
|
break;
|
|
3504
3534
|
}
|
|
3505
3535
|
ae("self_limitation_cancel_request", n.amount);
|
|
3506
|
-
},
|
|
3507
|
-
const
|
|
3508
|
-
let
|
|
3536
|
+
}, ui = (n) => {
|
|
3537
|
+
const l = new URL(`/v1/player/${c}/limits/session/session`, d), p = new URL(`/v1/player/${c}/limits/session/cumulativeSession?periods=${n.period}`, d);
|
|
3538
|
+
let y;
|
|
3509
3539
|
switch (n.limitType) {
|
|
3510
3540
|
case "sessionLimit":
|
|
3511
|
-
|
|
3541
|
+
y = l;
|
|
3512
3542
|
break;
|
|
3513
3543
|
case "cumulativeSession":
|
|
3514
|
-
|
|
3544
|
+
y = p;
|
|
3515
3545
|
break;
|
|
3516
3546
|
default:
|
|
3517
3547
|
throw Error(`Unknown limit.limitType: ${n.limitType}`);
|
|
@@ -3525,17 +3555,17 @@ function Do(o, e, t) {
|
|
|
3525
3555
|
Accept: "application/json"
|
|
3526
3556
|
}
|
|
3527
3557
|
};
|
|
3528
|
-
fetch(
|
|
3558
|
+
fetch(y.href, L).then((B) => le(B)).then((B) => {
|
|
3529
3559
|
ae("self_limitation_cancel_success", n.amount), me();
|
|
3530
3560
|
}).catch((B) => {
|
|
3531
3561
|
ae("self_limitation_cancel_failed", n.amount), console.log(B), t(16, se = !0);
|
|
3532
3562
|
});
|
|
3533
3563
|
}, it = (n) => {
|
|
3534
|
-
if (ge(), t(15, V = !0), n && n.reviewRequired && !
|
|
3564
|
+
if (ge(), t(15, V = !0), n && n.reviewRequired && !he) {
|
|
3535
3565
|
t(26, je = !0), t(19, de = !0);
|
|
3536
3566
|
return;
|
|
3537
3567
|
}
|
|
3538
|
-
const
|
|
3568
|
+
const l = new URL(`/v1/player/${c}/limits/monetary/${n.id}`, d);
|
|
3539
3569
|
let p = {
|
|
3540
3570
|
method: "DELETE",
|
|
3541
3571
|
headers: {
|
|
@@ -3544,15 +3574,15 @@ function Do(o, e, t) {
|
|
|
3544
3574
|
Accept: "application/json"
|
|
3545
3575
|
}
|
|
3546
3576
|
};
|
|
3547
|
-
|
|
3577
|
+
he && l.searchParams.append("documentId", he), fetch(l.href, p).then((y) => le(y)).then((y) => {
|
|
3548
3578
|
ae("self_limitation_cancel_success", n.amount), me();
|
|
3549
|
-
}).catch((
|
|
3550
|
-
ae("self_limitation_cancel_failed", n.amount), console.log(
|
|
3579
|
+
}).catch((y) => {
|
|
3580
|
+
ae("self_limitation_cancel_failed", n.amount), console.log(y), t(16, se = !0);
|
|
3551
3581
|
}).finally(() => {
|
|
3552
|
-
|
|
3582
|
+
Ie.remove = {}, t(26, je = !1), he = "";
|
|
3553
3583
|
});
|
|
3554
3584
|
}, ot = (n) => {
|
|
3555
|
-
const
|
|
3585
|
+
const l = new URL(`/v1/player/${c}/limits/schedule/${n.scheduleId}`, d);
|
|
3556
3586
|
ge(), t(15, V = !0);
|
|
3557
3587
|
let p = {
|
|
3558
3588
|
method: "DELETE",
|
|
@@ -3562,13 +3592,13 @@ function Do(o, e, t) {
|
|
|
3562
3592
|
Accept: "application/json"
|
|
3563
3593
|
}
|
|
3564
3594
|
};
|
|
3565
|
-
fetch(
|
|
3595
|
+
fetch(l.href, p).then((y) => le(y)).then((y) => {
|
|
3566
3596
|
te = n, ae("self_limitation_cancel_success", n.updateAmount), me();
|
|
3567
|
-
}).catch((
|
|
3568
|
-
ae("self_limitation_cancel_failed", n.updateAmount), console.log(
|
|
3597
|
+
}).catch((y) => {
|
|
3598
|
+
ae("self_limitation_cancel_failed", n.updateAmount), console.log(y), t(16, se = !0);
|
|
3569
3599
|
});
|
|
3570
3600
|
}, at = (n) => {
|
|
3571
|
-
const
|
|
3601
|
+
const l = new URL(`v1/player/${c}/limits/schedule/acknowledge/${n.scheduleId}`, d);
|
|
3572
3602
|
ge(), t(15, V = !0);
|
|
3573
3603
|
let p = {
|
|
3574
3604
|
method: "PATCH",
|
|
@@ -3578,51 +3608,51 @@ function Do(o, e, t) {
|
|
|
3578
3608
|
Accept: "application/json"
|
|
3579
3609
|
}
|
|
3580
3610
|
};
|
|
3581
|
-
fetch(
|
|
3582
|
-
te = n,
|
|
3583
|
-
}).catch((
|
|
3584
|
-
ae("self_limitation_confirm_failed", n.amount), console.log(
|
|
3611
|
+
fetch(l.href, p).then((y) => le(y)).then((y) => {
|
|
3612
|
+
te = n, di(n), ae("self_limitation_confirm_success", n.amount), me();
|
|
3613
|
+
}).catch((y) => {
|
|
3614
|
+
ae("self_limitation_confirm_failed", n.amount), console.log(y), t(16, se = !0);
|
|
3585
3615
|
});
|
|
3586
|
-
},
|
|
3587
|
-
let
|
|
3588
|
-
t(27, oe[n.scheduleId] = {}, oe), t(27, oe[n.scheduleId].timer = `${
|
|
3616
|
+
}, di = (n) => {
|
|
3617
|
+
let l = 60;
|
|
3618
|
+
t(27, oe[n.scheduleId] = {}, oe), t(27, oe[n.scheduleId].timer = `${l} ${ve[a].seconds}`, oe), t(27, oe[n.scheduleId].timerStopped = !1, oe);
|
|
3589
3619
|
let p = window.setInterval(
|
|
3590
|
-
() =>
|
|
3620
|
+
() => l === 0 ? (window.clearInterval(p), t(27, oe[n.scheduleId].timerStopped = !0, oe), t(27, oe[n.scheduleId].timer = ve[a].reloadLimitsButton, oe)) : t(27, oe[n.scheduleId].timer = `${--l} ${ve[a].seconds}`, oe),
|
|
3591
3621
|
1e3
|
|
3592
3622
|
);
|
|
3593
|
-
},
|
|
3594
|
-
let
|
|
3595
|
-
return n ?
|
|
3596
|
-
}, nt = (n,
|
|
3623
|
+
}, Fe = (n) => {
|
|
3624
|
+
let l;
|
|
3625
|
+
return n ? l = n.value ? i(n.value + n.product) : i(n.type.toLowerCase() + n.products[0]) : l = i(D), l;
|
|
3626
|
+
}, nt = (n, l = !1, p = !1) => {
|
|
3597
3627
|
if (!U)
|
|
3598
|
-
return p ? `${n.reviewPending.requestAmount}${n.currency}` :
|
|
3599
|
-
let
|
|
3600
|
-
const L =
|
|
3628
|
+
return p ? `${n.reviewPending.requestAmount}${n.currency}` : l ? `${n.updateAmount}${n.currency}` : `${n.amount}${n.currency}`;
|
|
3629
|
+
let y = U;
|
|
3630
|
+
const L = y.match(/\{(\d+)decimals\}/), B = L ? parseInt(L[1], 10) : 2, H = L ? new RegExp("\\{\\d+decimals\\}", "g") : "{decimals}";
|
|
3601
3631
|
let Q;
|
|
3602
|
-
p ? Q = n.reviewPending.requestAmount || 0 : Q =
|
|
3603
|
-
const [pe,
|
|
3632
|
+
p ? Q = n.reviewPending.requestAmount || 0 : Q = l ? n.updateAmount : n.amount, Q = parseInt(Q).toFixed(B);
|
|
3633
|
+
const [pe, Te] = U.includes(".") ? [",", "."] : [".", ","];
|
|
3604
3634
|
let [Me, Ge] = Q.split(".");
|
|
3605
|
-
return Me = Me.replace(/\B(?=(\d{3})+(?!\d))/g, pe), Q = `${Me}${
|
|
3606
|
-
},
|
|
3607
|
-
t(19, de = t(18, we = !1)), t(21,
|
|
3608
|
-
},
|
|
3609
|
-
window.postMessage({ type: "uploadDocuments" }, window.location.href),
|
|
3610
|
-
}, mi = (n) => {
|
|
3611
|
-
let r = 0;
|
|
3612
|
-
return Object.keys(n).forEach((p) => {
|
|
3613
|
-
r += n[p].size;
|
|
3614
|
-
}), r <= Number(J);
|
|
3635
|
+
return Me = Me.replace(/\B(?=(\d{3})+(?!\d))/g, pe), Q = `${Me}${Te}${Ge}`, y = y.replace("{currency}", _e[n.currency] || n.currency).replace("{amount}", Q.split(Te)[0]).replace(H, Q.split(Te)[1]), y;
|
|
3636
|
+
}, qe = () => {
|
|
3637
|
+
t(19, de = t(18, we = !1)), t(21, Pe = ""), window.postMessage({ type: "CloseLimitsPopup" }, window.location.href), window.postMessage({ type: "EnableScroll" }, window.location.href);
|
|
3638
|
+
}, mi = () => {
|
|
3639
|
+
window.postMessage({ type: "uploadDocuments" }, window.location.href), qe();
|
|
3615
3640
|
}, pi = (n) => {
|
|
3616
|
-
let
|
|
3641
|
+
let l = 0;
|
|
3617
3642
|
return Object.keys(n).forEach((p) => {
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3643
|
+
l += n[p].size;
|
|
3644
|
+
}), l <= Number(J);
|
|
3645
|
+
}, ci = (n) => {
|
|
3646
|
+
let l = !1;
|
|
3647
|
+
return Object.keys(n).forEach((p) => {
|
|
3648
|
+
const y = n[p].name.split(".").pop();
|
|
3649
|
+
return N.includes(y) ? l = !0 : l = !1;
|
|
3650
|
+
}), l;
|
|
3651
|
+
}, st = (n) => !n && !(n.length > 0) ? t(25, ye = !1) : (t(24, be = n), pi(be) ? ci(be) ? t(25, ye = !0) : (console.error(i("fileExtenssionDeny")), t(25, ye = !1)) : (console.error(i("fileSizeExceeded")), t(25, ye = !1))), fi = () => {
|
|
3652
|
+
if (!ye)
|
|
3623
3653
|
return;
|
|
3624
3654
|
t(19, de = !1);
|
|
3625
|
-
const n = new URL(`/api/v1/mm/content/${c}/url-upload/`, d),
|
|
3655
|
+
const n = new URL(`/api/v1/mm/content/${c}/url-upload/`, d), l = {
|
|
3626
3656
|
method: "POST",
|
|
3627
3657
|
headers: {
|
|
3628
3658
|
"Content-Type": "application/json",
|
|
@@ -3630,14 +3660,14 @@ function Do(o, e, t) {
|
|
|
3630
3660
|
},
|
|
3631
3661
|
body: JSON.stringify({})
|
|
3632
3662
|
};
|
|
3633
|
-
fetch(n,
|
|
3634
|
-
|
|
3663
|
+
fetch(n, l).then((p) => le(p)).then((p) => {
|
|
3664
|
+
gi(p);
|
|
3635
3665
|
}).catch((p) => {
|
|
3636
|
-
console.error(i("errorUploadDocument"), p), t(24, be = null), t(25,
|
|
3666
|
+
console.error(i("errorUploadDocument"), p), t(24, be = null), t(25, ye = !1);
|
|
3637
3667
|
});
|
|
3638
|
-
},
|
|
3639
|
-
const
|
|
3640
|
-
|
|
3668
|
+
}, gi = (n) => {
|
|
3669
|
+
const l = new FormData();
|
|
3670
|
+
l.append(n.requestId, be[0]), fetch(n.url, { method: "POST", body: l }).then((p) => le(p)).then((p) => {
|
|
3641
3671
|
window.postMessage(
|
|
3642
3672
|
{
|
|
3643
3673
|
type: "WidgetNotification",
|
|
@@ -3647,7 +3677,7 @@ function Do(o, e, t) {
|
|
|
3647
3677
|
}
|
|
3648
3678
|
},
|
|
3649
3679
|
window.location.href
|
|
3650
|
-
),
|
|
3680
|
+
), he = p.Files[0].Reference, Ie.remove.id ? it(Ie.remove) : Xe();
|
|
3651
3681
|
}).catch((p) => {
|
|
3652
3682
|
window.postMessage(
|
|
3653
3683
|
{
|
|
@@ -3660,57 +3690,57 @@ function Do(o, e, t) {
|
|
|
3660
3690
|
window.location.href
|
|
3661
3691
|
), console.error(i("errorUploadDocument"), p);
|
|
3662
3692
|
}).finally(() => {
|
|
3663
|
-
|
|
3693
|
+
qe(), t(24, be = null), t(25, ye = !1);
|
|
3664
3694
|
});
|
|
3665
|
-
},
|
|
3695
|
+
}, Li = () => {
|
|
3666
3696
|
if (!v)
|
|
3667
3697
|
return;
|
|
3668
3698
|
let n = {};
|
|
3669
|
-
v.split(",").forEach((
|
|
3670
|
-
let p =
|
|
3699
|
+
v.split(",").forEach((l) => {
|
|
3700
|
+
let p = l.split(":");
|
|
3671
3701
|
n[p[0].trim()] = p[1].trim();
|
|
3672
3702
|
}), _e = Be(Be({}, _e), n);
|
|
3673
|
-
},
|
|
3674
|
-
|
|
3703
|
+
}, hi = () => {
|
|
3704
|
+
Hi(a);
|
|
3675
3705
|
};
|
|
3676
|
-
|
|
3706
|
+
Oi(() => () => {
|
|
3677
3707
|
});
|
|
3678
|
-
const yi = (n) => st(n.target.files),
|
|
3679
|
-
function
|
|
3708
|
+
const yi = (n) => st(n.target.files), vi = () => me(), ki = (n) => tt(n), bi = (n) => at(n), wi = (n) => ot(n);
|
|
3709
|
+
function _i() {
|
|
3680
3710
|
G = ut(this), t(9, G);
|
|
3681
3711
|
}
|
|
3682
|
-
const
|
|
3712
|
+
const Si = () => {
|
|
3683
3713
|
Ze(), Je(), et();
|
|
3684
3714
|
};
|
|
3685
|
-
function
|
|
3715
|
+
function Di() {
|
|
3686
3716
|
b = ut(this), t(8, b), t(5, K), t(7, D);
|
|
3687
3717
|
}
|
|
3688
|
-
function
|
|
3689
|
-
|
|
3718
|
+
function Ai() {
|
|
3719
|
+
I = Et(this.value), t(10, I);
|
|
3690
3720
|
}
|
|
3691
|
-
function
|
|
3692
|
-
|
|
3721
|
+
function Pi(n) {
|
|
3722
|
+
Fi[n ? "unshift" : "push"](() => {
|
|
3693
3723
|
z = n, t(4, z);
|
|
3694
3724
|
});
|
|
3695
3725
|
}
|
|
3696
3726
|
return o.$$set = (n) => {
|
|
3697
|
-
"lang" in n && t(45, a = n.lang), "currency" in n && t(0,
|
|
3727
|
+
"lang" in n && t(45, a = n.lang), "currency" in n && t(0, r = n.currency), "limits" in n && t(46, s = n.limits), "session" in n && t(47, m = n.session), "userid" in n && t(48, c = n.userid), "endpoint" in n && t(49, d = n.endpoint), "apiversion" in n && t(50, g = n.apiversion), "customcurrencysymbols" in n && t(51, v = n.customcurrencysymbols), "enablecompliancetext" in n && t(1, j = n.enablecompliancetext), "deletelimit" in n && t(2, w = n.deletelimit), "amountsconfig" in n && t(52, C = n.amountsconfig), "periodsconfig" in n && t(53, Z = n.periodsconfig), "limittabindex" in n && t(3, ee = n.limittabindex), "limitformat" in n && t(54, U = n.limitformat), "allowedextenssion" in n && t(55, N = n.allowedextenssion), "filesizeallow" in n && t(56, J = n.filesizeallow), "clientstyling" in n && t(57, W = n.clientstyling), "clientstylingurl" in n && t(58, O = n.clientstylingurl), "mbsource" in n && t(59, E = n.mbsource), "translationurl" in n && t(60, R = n.translationurl);
|
|
3698
3728
|
}, o.$$.update = () => {
|
|
3699
3729
|
o.$$.dirty[1] & /*customcurrencysymbols*/
|
|
3700
|
-
1048576 && v &&
|
|
3701
|
-
6291456 && Z &&
|
|
3702
|
-
16384 && a &&
|
|
3730
|
+
1048576 && v && Li(), o.$$.dirty[1] & /*periodsconfig, amountsconfig*/
|
|
3731
|
+
6291456 && Z && C && It(), o.$$.dirty[1] & /*lang*/
|
|
3732
|
+
16384 && a && hi(), o.$$.dirty[1] & /*userid, session, endpoint, apiversion, lang*/
|
|
3703
3733
|
999424 && c && m && d && g && a && me(), o.$$.dirty[0] & /*customStylingContainer*/
|
|
3704
3734
|
16 | o.$$.dirty[1] & /*clientstyling*/
|
|
3705
3735
|
67108864 && W && z && qi(z, W), o.$$.dirty[0] & /*customStylingContainer*/
|
|
3706
3736
|
16 | o.$$.dirty[1] & /*clientstylingurl*/
|
|
3707
|
-
134217728 && O && z &&
|
|
3737
|
+
134217728 && O && z && Vi(z, O), o.$$.dirty[0] & /*customStylingContainer*/
|
|
3708
3738
|
16 | o.$$.dirty[1] & /*mbsource*/
|
|
3709
|
-
268435456 &&
|
|
3739
|
+
268435456 && E && z && Wi(z, `${E}.Style`), o.$$.dirty[1] & /*translationurl*/
|
|
3710
3740
|
536870912 && R && Mt();
|
|
3711
3741
|
}, [
|
|
3712
|
-
|
|
3713
|
-
|
|
3742
|
+
r,
|
|
3743
|
+
j,
|
|
3714
3744
|
w,
|
|
3715
3745
|
ee,
|
|
3716
3746
|
z,
|
|
@@ -3719,22 +3749,22 @@ function Do(o, e, t) {
|
|
|
3719
3749
|
D,
|
|
3720
3750
|
b,
|
|
3721
3751
|
G,
|
|
3722
|
-
|
|
3752
|
+
I,
|
|
3723
3753
|
fe,
|
|
3724
3754
|
Le,
|
|
3725
3755
|
ie,
|
|
3726
|
-
|
|
3756
|
+
q,
|
|
3727
3757
|
V,
|
|
3728
3758
|
se,
|
|
3729
3759
|
Oe,
|
|
3730
3760
|
we,
|
|
3731
3761
|
de,
|
|
3732
3762
|
ue,
|
|
3733
|
-
Ce,
|
|
3734
|
-
ze,
|
|
3735
3763
|
Pe,
|
|
3764
|
+
ze,
|
|
3765
|
+
Ce,
|
|
3736
3766
|
be,
|
|
3737
|
-
|
|
3767
|
+
ye,
|
|
3738
3768
|
je,
|
|
3739
3769
|
oe,
|
|
3740
3770
|
i,
|
|
@@ -3748,12 +3778,12 @@ function Do(o, e, t) {
|
|
|
3748
3778
|
tt,
|
|
3749
3779
|
ot,
|
|
3750
3780
|
at,
|
|
3751
|
-
qe,
|
|
3752
|
-
nt,
|
|
3753
3781
|
Fe,
|
|
3754
|
-
|
|
3782
|
+
nt,
|
|
3783
|
+
qe,
|
|
3784
|
+
mi,
|
|
3755
3785
|
st,
|
|
3756
|
-
|
|
3786
|
+
fi,
|
|
3757
3787
|
a,
|
|
3758
3788
|
s,
|
|
3759
3789
|
m,
|
|
@@ -3761,17 +3791,16 @@ function Do(o, e, t) {
|
|
|
3761
3791
|
d,
|
|
3762
3792
|
g,
|
|
3763
3793
|
v,
|
|
3764
|
-
|
|
3794
|
+
C,
|
|
3765
3795
|
Z,
|
|
3766
3796
|
U,
|
|
3767
|
-
|
|
3797
|
+
N,
|
|
3768
3798
|
J,
|
|
3769
3799
|
W,
|
|
3770
3800
|
O,
|
|
3771
|
-
|
|
3801
|
+
E,
|
|
3772
3802
|
R,
|
|
3773
3803
|
yi,
|
|
3774
|
-
hi,
|
|
3775
3804
|
vi,
|
|
3776
3805
|
ki,
|
|
3777
3806
|
bi,
|
|
@@ -3779,17 +3808,18 @@ function Do(o, e, t) {
|
|
|
3779
3808
|
_i,
|
|
3780
3809
|
Si,
|
|
3781
3810
|
Di,
|
|
3782
|
-
Ai
|
|
3811
|
+
Ai,
|
|
3812
|
+
Pi
|
|
3783
3813
|
];
|
|
3784
3814
|
}
|
|
3785
|
-
class
|
|
3815
|
+
class Po extends Ti {
|
|
3786
3816
|
constructor(e) {
|
|
3787
|
-
super(),
|
|
3817
|
+
super(), Mi(
|
|
3788
3818
|
this,
|
|
3789
3819
|
e,
|
|
3820
|
+
Ao,
|
|
3790
3821
|
Do,
|
|
3791
|
-
|
|
3792
|
-
Ui,
|
|
3822
|
+
Ni,
|
|
3793
3823
|
{
|
|
3794
3824
|
lang: 45,
|
|
3795
3825
|
currency: 0,
|
|
@@ -3812,7 +3842,7 @@ class Ao extends Ei {
|
|
|
3812
3842
|
mbsource: 59,
|
|
3813
3843
|
translationurl: 60
|
|
3814
3844
|
},
|
|
3815
|
-
|
|
3845
|
+
Ki,
|
|
3816
3846
|
[-1, -1, -1, -1, -1]
|
|
3817
3847
|
);
|
|
3818
3848
|
}
|
|
@@ -3937,7 +3967,7 @@ class Ao extends Ei {
|
|
|
3937
3967
|
this.$$set({ translationurl: e }), $();
|
|
3938
3968
|
}
|
|
3939
3969
|
}
|
|
3940
|
-
|
|
3970
|
+
Ui(Po, { lang: {}, currency: {}, limits: {}, session: {}, userid: {}, endpoint: {}, apiversion: {}, customcurrencysymbols: {}, enablecompliancetext: {}, deletelimit: {}, amountsconfig: {}, periodsconfig: {}, limittabindex: {}, limitformat: {}, allowedextenssion: {}, filesizeallow: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
|
|
3941
3971
|
export {
|
|
3942
|
-
|
|
3972
|
+
Po as default
|
|
3943
3973
|
};
|