@everymatrix/cashier-verifications 1.90.17 → 1.90.18
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/{CashierModal-DMRoHwin.js → CashierModal-9bZnkOUx.js} +1 -1
- package/components/{CashierModal-C7nQ7erv.cjs → CashierModal-BUyiHrp1.cjs} +1 -1
- package/components/{CashierModal-ZM7dP7Pm.js → CashierModal-DGzmBQH5.js} +1 -1
- package/components/{CashierVerifications-ozKQI8Y3.js → CashierVerifications-BIttzn1o.js} +68 -68
- package/components/{CashierVerifications-BiQmwDJw.js → CashierVerifications-CK-5XmoH.js} +139 -139
- package/components/{CashierVerifications-CdBXXa2t.cjs → CashierVerifications-DwmGqqWX.cjs} +2 -2
- package/es2015/cashier-verifications.cjs +1 -1
- package/es2015/cashier-verifications.js +1 -1
- package/esnext/cashier-verifications.js +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ var B = (i, e, t) => new Promise((n, a) => {
|
|
|
14
14
|
}, g = (p) => p.done ? n(p.value) : Promise.resolve(p.value).then(f, h);
|
|
15
15
|
g((t = t.apply(i, e)).next());
|
|
16
16
|
});
|
|
17
|
-
import { S as ie, i as ne, s as oe, f as M, a as le, d as S, t as O, b as z, c as se, e as H, g as x, o as ae, h as j, j as F, u as Y, k as D, l as q, m as T, n as v, p as re, q as I, r as m, v as de, w as W, x as ce, y as fe, z as R, A as ue, B as he, C as me, D as ge, E as pe } from "./CashierVerifications-
|
|
17
|
+
import { S as ie, i as ne, s as oe, f as M, a as le, d as S, t as O, b as z, c as se, e as H, g as x, o as ae, h as j, j as F, u as Y, k as D, l as q, m as T, n as v, p as re, q as I, r as m, v as de, w as W, x as ce, y as fe, z as R, A as ue, B as he, C as me, D as ge, E as pe } from "./CashierVerifications-CK-5XmoH.js";
|
|
18
18
|
function we(i) {
|
|
19
19
|
le(i, "svelte-vlp16o", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}');
|
|
20
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var M=(n,t,i)=>new Promise((o,r)=>{var u=p=>{try{g(i.next(p))}catch(v){r(v)}},m=p=>{try{g(i.throw(p))}catch(v){r(v)}},g=p=>p.done?o(p.value):Promise.resolve(p.value).then(u,m);g((i=i.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CashierVerifications-CdBXXa2t.cjs");function P(n){e.append_styles(n,"svelte-vlp16o",'*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}')}const R=n=>({}),L=n=>({}),U=n=>({}),T=n=>({});function S(n){let t,i,o,r,u,m,g,p,v,b,C,h,c=(n[3]=="error"||n[3]=="bonusDescription")&&z();const _=n[14].title,w=e.create_slot(_,n,n[13],T);let d=n[3]!="2fa-old"&&H(n),s=n[4]==="true"&&I();const x=n[14].content,f=e.create_slot(x,n,n[13],L);return{c(){t=e.element("div"),i=e.element("div"),o=e.element("div"),r=e.element("div"),c&&c.c(),u=e.space(),m=e.element("div"),w&&w.c(),g=e.space(),d&&d.c(),p=e.space(),s&&s.c(),v=e.space(),b=e.element("div"),f&&f.c(),e.attr(m,"class","TitleText"),e.attr(r,"class","ModalTitle"),e.attr(o,"class","ModalHeader"),e.attr(b,"class","ModalContentWrapper"),e.toggle_class(b,"hidden",n[4]==="true"),e.attr(i,"class","ModalContainer"),e.toggle_class(i,"video-mode",n[3]==="video"),e.toggle_class(i,"twofa-mode",n[3]==="2fa"),e.attr(t,"id","Modal"),e.add_render_callback(()=>n[18].call(t))},m(a,y){e.insert(a,t,y),e.append(t,i),e.append(i,o),e.append(o,r),c&&c.m(r,null),e.append(r,u),e.append(r,m),w&&w.m(m,null),e.append(o,g),d&&d.m(o,null),e.append(i,p),s&&s.m(i,null),e.append(i,v),e.append(i,b),f&&f.m(b,null),n[15](b),n[16](i),n[17](t),C=e.add_iframe_resize_listener(t,n[18].bind(t)),h=!0},p(a,y){a[3]=="error"||a[3]=="bonusDescription"?c||(c=z(),c.c(),c.m(r,u)):c&&(c.d(1),c=null),w&&w.p&&(!h||y&8192)&&e.update_slot_base(w,_,a,a[13],h?e.get_slot_changes(_,a[13],y,U):e.get_all_dirty_from_scope(a[13]),T),a[3]!="2fa-old"?d?d.p(a,y):(d=H(a),d.c(),d.m(o,null)):d&&(d.d(1),d=null),a[4]==="true"?s||(s=I(),s.c(),s.m(i,v)):s&&(s.d(1),s=null),f&&f.p&&(!h||y&8192)&&e.update_slot_base(f,x,a,a[13],h?e.get_slot_changes(x,a[13],y,R):e.get_all_dirty_from_scope(a[13]),L),(!h||y&16)&&e.toggle_class(b,"hidden",a[4]==="true"),(!h||y&8)&&e.toggle_class(i,"video-mode",a[3]==="video"),(!h||y&8)&&e.toggle_class(i,"twofa-mode",a[3]==="2fa")},i(a){h||(e.transition_in(w,a),e.transition_in(f,a),h=!0)},o(a){e.transition_out(w,a),e.transition_out(f,a),h=!1},d(a){a&&e.detach(t),c&&c.d(),w&&w.d(a),d&&d.d(),s&&s.d(),f&&f.d(a),n[15](null),n[16](null),n[17](null),C()}}}function z(n){let t;return{c(){t=e.element("div"),t.innerHTML='<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><defs><mask id="exclamation-mask"><circle cx="100" cy="100" r="90"></circle><rect x="88" y="40" width="24" height="80" rx="12" fill="black"></rect><circle cx="100" cy="150" r="14" fill="black"></circle></mask></defs><circle cx="100" cy="100" r="90" mask="url(#exclamation-mask)"></circle></svg>',e.attr(t,"class","WarningIcon")},m(i,o){e.insert(i,t,o)},d(i){i&&e.detach(t)}}}function H(n){let t,i,o,r,u;return{c(){t=e.element("div"),i=e.svg_element("svg"),o=e.svg_element("path"),e.attr(o,"d","M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"),e.attr(i,"xmlns","http://www.w3.org/2000/svg"),e.attr(i,"viewBox","0 0 13 13"),e.attr(i,"fill","none"),e.attr(i,"class","CloseButton"),e.attr(t,"class","ModalCloseIcon")},m(m,g){e.insert(m,t,g),e.append(t,i),e.append(i,o),r||(u=e.listen(i,"click",n[9]),r=!0)},p:e.noop,d(m){m&&e.detach(t),r=!1,u()}}}function I(n){let t;return{c(){t=e.element("div"),t.innerHTML='<div class="ModalLoader"></div>',e.attr(t,"class","ModalLoadingOverlay")},m(i,o){e.insert(i,t,o)},d(i){i&&e.detach(t)}}}function V(n){let t,i,o=n[2]==="true"&&S(n);return{c(){t=e.element("div"),o&&o.c()},m(r,u){e.insert(r,t,u),o&&o.m(t,null),n[19](t),i=!0},p(r,[u]){r[2]==="true"?o?(o.p(r,u),u&4&&e.transition_in(o,1)):(o=S(r),o.c(),e.transition_in(o,1),o.m(t,null)):o&&(e.group_outros(),e.transition_out(o,1,1,()=>{o=null}),e.check_outros())},i(r){i||(e.transition_in(o),i=!0)},o(r){e.transition_out(o),i=!1},d(r){r&&e.detach(t),o&&o.d(),n[19](null)}}}function Z(n,t,i){let{$$slots:o={},$$scope:r}=t,{mbsource:u}=t,{clientstyling:m}=t,{clientstylingurl:g}=t,{show:p}=t,{modaltype:v=""}=t,{isloading:b="false"}=t,{width:C}=t,{height:h}=t,c,_,w,d,s,x=!1,f,a;const y=()=>{f&&clearTimeout(f),c&&(c.classList.add("closing"),window.dispatchEvent(new CustomEvent("manualClosePopup")),f=setTimeout(()=>{window.dispatchEvent(new CustomEvent("modal-update",{detail:{type:"closed",data:{}}}))},200))},k=()=>M(this,null,function*(){if(!s||!d||x)return;a&&clearTimeout(f),x=!0;const l=s.offsetWidth,Y=s.offsetHeight;i(8,s.style.width=`${l}px`,s),i(8,s.style.height=`${Y}px`,s),s.offsetHeight,yield e.tick();const q=d.scrollHeight,D=d.scrollWidth;i(8,s.style.width=`${D}px`,s),i(8,s.style.height=`${q}px`,s),a=setTimeout(()=>{s&&(i(8,s.style.width="auto",s),i(8,s.style.height="auto",s)),x=!1},300)});e.onMount(()=>{if(e.tick().then(()=>{k()}),d){const l=new ResizeObserver(()=>{k()});return l.observe(d),()=>{l.disconnect()}}return()=>{f&&clearTimeout(f),a&&clearTimeout(f)}});function O(l){e.binding_callbacks[l?"unshift":"push"](()=>{d=l,i(7,d)})}function E(l){e.binding_callbacks[l?"unshift":"push"](()=>{s=l,i(8,s)})}function j(l){e.binding_callbacks[l?"unshift":"push"](()=>{c=l,i(6,c)})}function B(){C=this.clientWidth,h=this.clientHeight,i(0,C),i(1,h)}function F(l){e.binding_callbacks[l?"unshift":"push"](()=>{_=l,i(5,_)})}return n.$$set=l=>{"mbsource"in l&&i(10,u=l.mbsource),"clientstyling"in l&&i(11,m=l.clientstyling),"clientstylingurl"in l&&i(12,g=l.clientstylingurl),"show"in l&&i(2,p=l.show),"modaltype"in l&&i(3,v=l.modaltype),"isloading"in l&&i(4,b=l.isloading),"width"in l&&i(0,C=l.width),"height"in l&&i(1,h=l.height),"$$scope"in l&&i(13,r=l.$$scope)},n.$$.update=()=>{n.$$.dirty&16&&b&&e.tick().then(()=>{k()}),n.$$.dirty&2080&&m&&_&&e.setClientStyling(_,m),n.$$.dirty&4128&&g&&_&&e.setClientStylingURL(_,g),n.$$.dirty&1056&&u&&_&&e.setStreamStyling(_,`${u}.Style`,w)},[C,h,p,v,b,_,c,d,s,y,u,m,g,r,o,O,E,j,B,F]}class W extends e.SvelteComponent{constructor(t){super(),e.init(this,t,Z,V,e.safe_not_equal,{mbsource:10,clientstyling:11,clientstylingurl:12,show:2,modaltype:3,isloading:4,width:0,height:1},P)}get mbsource(){return this.$$.ctx[10]}set mbsource(t){this.$$set({mbsource:t}),e.flush()}get clientstyling(){return this.$$.ctx[11]}set clientstyling(t){this.$$set({clientstyling:t}),e.flush()}get clientstylingurl(){return this.$$.ctx[12]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),e.flush()}get show(){return this.$$.ctx[2]}set show(t){this.$$set({show:t}),e.flush()}get modaltype(){return this.$$.ctx[3]}set modaltype(t){this.$$set({modaltype:t}),e.flush()}get isloading(){return this.$$.ctx[4]}set isloading(t){this.$$set({isloading:t}),e.flush()}get width(){return this.$$.ctx[0]}set width(t){this.$$set({width:t}),e.flush()}get height(){return this.$$.ctx[1]}set height(t){this.$$set({height:t}),e.flush()}}e.create_custom_element(W,{mbsource:{},clientstyling:{},clientstylingurl:{},show:{},modaltype:{},isloading:{},width:{},height:{}},["title","content"],[],!0);exports.default=W;
|
|
1
|
+
"use strict";var M=(n,t,i)=>new Promise((o,r)=>{var u=p=>{try{g(i.next(p))}catch(v){r(v)}},m=p=>{try{g(i.throw(p))}catch(v){r(v)}},g=p=>p.done?o(p.value):Promise.resolve(p.value).then(u,m);g((i=i.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CashierVerifications-DwmGqqWX.cjs");function P(n){e.append_styles(n,"svelte-vlp16o",'*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}')}const R=n=>({}),L=n=>({}),U=n=>({}),T=n=>({});function S(n){let t,i,o,r,u,m,g,p,v,b,C,h,c=(n[3]=="error"||n[3]=="bonusDescription")&&z();const _=n[14].title,w=e.create_slot(_,n,n[13],T);let d=n[3]!="2fa-old"&&H(n),s=n[4]==="true"&&I();const x=n[14].content,f=e.create_slot(x,n,n[13],L);return{c(){t=e.element("div"),i=e.element("div"),o=e.element("div"),r=e.element("div"),c&&c.c(),u=e.space(),m=e.element("div"),w&&w.c(),g=e.space(),d&&d.c(),p=e.space(),s&&s.c(),v=e.space(),b=e.element("div"),f&&f.c(),e.attr(m,"class","TitleText"),e.attr(r,"class","ModalTitle"),e.attr(o,"class","ModalHeader"),e.attr(b,"class","ModalContentWrapper"),e.toggle_class(b,"hidden",n[4]==="true"),e.attr(i,"class","ModalContainer"),e.toggle_class(i,"video-mode",n[3]==="video"),e.toggle_class(i,"twofa-mode",n[3]==="2fa"),e.attr(t,"id","Modal"),e.add_render_callback(()=>n[18].call(t))},m(a,y){e.insert(a,t,y),e.append(t,i),e.append(i,o),e.append(o,r),c&&c.m(r,null),e.append(r,u),e.append(r,m),w&&w.m(m,null),e.append(o,g),d&&d.m(o,null),e.append(i,p),s&&s.m(i,null),e.append(i,v),e.append(i,b),f&&f.m(b,null),n[15](b),n[16](i),n[17](t),C=e.add_iframe_resize_listener(t,n[18].bind(t)),h=!0},p(a,y){a[3]=="error"||a[3]=="bonusDescription"?c||(c=z(),c.c(),c.m(r,u)):c&&(c.d(1),c=null),w&&w.p&&(!h||y&8192)&&e.update_slot_base(w,_,a,a[13],h?e.get_slot_changes(_,a[13],y,U):e.get_all_dirty_from_scope(a[13]),T),a[3]!="2fa-old"?d?d.p(a,y):(d=H(a),d.c(),d.m(o,null)):d&&(d.d(1),d=null),a[4]==="true"?s||(s=I(),s.c(),s.m(i,v)):s&&(s.d(1),s=null),f&&f.p&&(!h||y&8192)&&e.update_slot_base(f,x,a,a[13],h?e.get_slot_changes(x,a[13],y,R):e.get_all_dirty_from_scope(a[13]),L),(!h||y&16)&&e.toggle_class(b,"hidden",a[4]==="true"),(!h||y&8)&&e.toggle_class(i,"video-mode",a[3]==="video"),(!h||y&8)&&e.toggle_class(i,"twofa-mode",a[3]==="2fa")},i(a){h||(e.transition_in(w,a),e.transition_in(f,a),h=!0)},o(a){e.transition_out(w,a),e.transition_out(f,a),h=!1},d(a){a&&e.detach(t),c&&c.d(),w&&w.d(a),d&&d.d(),s&&s.d(),f&&f.d(a),n[15](null),n[16](null),n[17](null),C()}}}function z(n){let t;return{c(){t=e.element("div"),t.innerHTML='<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><defs><mask id="exclamation-mask"><circle cx="100" cy="100" r="90"></circle><rect x="88" y="40" width="24" height="80" rx="12" fill="black"></rect><circle cx="100" cy="150" r="14" fill="black"></circle></mask></defs><circle cx="100" cy="100" r="90" mask="url(#exclamation-mask)"></circle></svg>',e.attr(t,"class","WarningIcon")},m(i,o){e.insert(i,t,o)},d(i){i&&e.detach(t)}}}function H(n){let t,i,o,r,u;return{c(){t=e.element("div"),i=e.svg_element("svg"),o=e.svg_element("path"),e.attr(o,"d","M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"),e.attr(i,"xmlns","http://www.w3.org/2000/svg"),e.attr(i,"viewBox","0 0 13 13"),e.attr(i,"fill","none"),e.attr(i,"class","CloseButton"),e.attr(t,"class","ModalCloseIcon")},m(m,g){e.insert(m,t,g),e.append(t,i),e.append(i,o),r||(u=e.listen(i,"click",n[9]),r=!0)},p:e.noop,d(m){m&&e.detach(t),r=!1,u()}}}function I(n){let t;return{c(){t=e.element("div"),t.innerHTML='<div class="ModalLoader"></div>',e.attr(t,"class","ModalLoadingOverlay")},m(i,o){e.insert(i,t,o)},d(i){i&&e.detach(t)}}}function V(n){let t,i,o=n[2]==="true"&&S(n);return{c(){t=e.element("div"),o&&o.c()},m(r,u){e.insert(r,t,u),o&&o.m(t,null),n[19](t),i=!0},p(r,[u]){r[2]==="true"?o?(o.p(r,u),u&4&&e.transition_in(o,1)):(o=S(r),o.c(),e.transition_in(o,1),o.m(t,null)):o&&(e.group_outros(),e.transition_out(o,1,1,()=>{o=null}),e.check_outros())},i(r){i||(e.transition_in(o),i=!0)},o(r){e.transition_out(o),i=!1},d(r){r&&e.detach(t),o&&o.d(),n[19](null)}}}function Z(n,t,i){let{$$slots:o={},$$scope:r}=t,{mbsource:u}=t,{clientstyling:m}=t,{clientstylingurl:g}=t,{show:p}=t,{modaltype:v=""}=t,{isloading:b="false"}=t,{width:C}=t,{height:h}=t,c,_,w,d,s,x=!1,f,a;const y=()=>{f&&clearTimeout(f),c&&(c.classList.add("closing"),window.dispatchEvent(new CustomEvent("manualClosePopup")),f=setTimeout(()=>{window.dispatchEvent(new CustomEvent("modal-update",{detail:{type:"closed",data:{}}}))},200))},k=()=>M(this,null,function*(){if(!s||!d||x)return;a&&clearTimeout(f),x=!0;const l=s.offsetWidth,Y=s.offsetHeight;i(8,s.style.width=`${l}px`,s),i(8,s.style.height=`${Y}px`,s),s.offsetHeight,yield e.tick();const q=d.scrollHeight,D=d.scrollWidth;i(8,s.style.width=`${D}px`,s),i(8,s.style.height=`${q}px`,s),a=setTimeout(()=>{s&&(i(8,s.style.width="auto",s),i(8,s.style.height="auto",s)),x=!1},300)});e.onMount(()=>{if(e.tick().then(()=>{k()}),d){const l=new ResizeObserver(()=>{k()});return l.observe(d),()=>{l.disconnect()}}return()=>{f&&clearTimeout(f),a&&clearTimeout(f)}});function O(l){e.binding_callbacks[l?"unshift":"push"](()=>{d=l,i(7,d)})}function E(l){e.binding_callbacks[l?"unshift":"push"](()=>{s=l,i(8,s)})}function j(l){e.binding_callbacks[l?"unshift":"push"](()=>{c=l,i(6,c)})}function B(){C=this.clientWidth,h=this.clientHeight,i(0,C),i(1,h)}function F(l){e.binding_callbacks[l?"unshift":"push"](()=>{_=l,i(5,_)})}return n.$$set=l=>{"mbsource"in l&&i(10,u=l.mbsource),"clientstyling"in l&&i(11,m=l.clientstyling),"clientstylingurl"in l&&i(12,g=l.clientstylingurl),"show"in l&&i(2,p=l.show),"modaltype"in l&&i(3,v=l.modaltype),"isloading"in l&&i(4,b=l.isloading),"width"in l&&i(0,C=l.width),"height"in l&&i(1,h=l.height),"$$scope"in l&&i(13,r=l.$$scope)},n.$$.update=()=>{n.$$.dirty&16&&b&&e.tick().then(()=>{k()}),n.$$.dirty&2080&&m&&_&&e.setClientStyling(_,m),n.$$.dirty&4128&&g&&_&&e.setClientStylingURL(_,g),n.$$.dirty&1056&&u&&_&&e.setStreamStyling(_,`${u}.Style`,w)},[C,h,p,v,b,_,c,d,s,y,u,m,g,r,o,O,E,j,B,F]}class W extends e.SvelteComponent{constructor(t){super(),e.init(this,t,Z,V,e.safe_not_equal,{mbsource:10,clientstyling:11,clientstylingurl:12,show:2,modaltype:3,isloading:4,width:0,height:1},P)}get mbsource(){return this.$$.ctx[10]}set mbsource(t){this.$$set({mbsource:t}),e.flush()}get clientstyling(){return this.$$.ctx[11]}set clientstyling(t){this.$$set({clientstyling:t}),e.flush()}get clientstylingurl(){return this.$$.ctx[12]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),e.flush()}get show(){return this.$$.ctx[2]}set show(t){this.$$set({show:t}),e.flush()}get modaltype(){return this.$$.ctx[3]}set modaltype(t){this.$$set({modaltype:t}),e.flush()}get isloading(){return this.$$.ctx[4]}set isloading(t){this.$$set({isloading:t}),e.flush()}get width(){return this.$$.ctx[0]}set width(t){this.$$set({width:t}),e.flush()}get height(){return this.$$.ctx[1]}set height(t){this.$$set({height:t}),e.flush()}}e.create_custom_element(W,{mbsource:{},clientstyling:{},clientstylingurl:{},show:{},modaltype:{},isloading:{},width:{},height:{}},["title","content"],[],!0);exports.default=W;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as te, i as ie, f as C, s as ne, c as oe, a as le, d as S, t as O, b as z, e as se, g as H, h as b, o as ae, j, k as B, u as F, l as Y, m as D, n as L, p as _, q as re, r as I, v as h, w as de, x as W, y as ce, z as fe, A as q, B as ue, C as he, D as me, E as ge } from "./CashierVerifications-
|
|
1
|
+
import { S as te, i as ie, f as C, s as ne, c as oe, a as le, d as S, t as O, b as z, e as se, g as H, h as b, o as ae, j, k as B, u as F, l as Y, m as D, n as L, p as _, q as re, r as I, v as h, w as de, x as W, y as ce, z as fe, A as q, B as ue, C as he, D as me, E as ge } from "./CashierVerifications-BIttzn1o.js";
|
|
2
2
|
function pe(i) {
|
|
3
3
|
le(i, "svelte-vlp16o", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}');
|
|
4
4
|
}
|
|
@@ -129,12 +129,12 @@ function Se() {
|
|
|
129
129
|
function et(e, t, r, i) {
|
|
130
130
|
return e.addEventListener(t, r, i), () => e.removeEventListener(t, r, i);
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function $(e, t, r) {
|
|
133
133
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
134
134
|
}
|
|
135
135
|
function ze(e, t, r) {
|
|
136
136
|
const i = t.toLowerCase();
|
|
137
|
-
i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r :
|
|
137
|
+
i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : $(e, t, r);
|
|
138
138
|
}
|
|
139
139
|
function _i(e) {
|
|
140
140
|
return Array.from(e.childNodes);
|
|
@@ -377,7 +377,7 @@ typeof HTMLElement == "function" && (Tr = class extends HTMLElement {
|
|
|
377
377
|
let o;
|
|
378
378
|
return {
|
|
379
379
|
c: function() {
|
|
380
|
-
o = X("slot"), n !== "default" &&
|
|
380
|
+
o = X("slot"), n !== "default" && $(o, "name", n);
|
|
381
381
|
},
|
|
382
382
|
/**
|
|
383
383
|
* @param {HTMLElement} target
|
|
@@ -2959,7 +2959,7 @@ var Mn = (
|
|
|
2959
2959
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2960
2960
|
return this.error(A.EXPECT_SELECT_ARGUMENT_OPTIONS, M(E, tt({}, E)));
|
|
2961
2961
|
this.bumpSpace();
|
|
2962
|
-
var O = this.parseIdentifierIfPossible(),
|
|
2962
|
+
var O = this.parseIdentifierIfPossible(), L = 0;
|
|
2963
2963
|
if (a !== "select" && O.value === "offset") {
|
|
2964
2964
|
if (!this.bumpIf(":"))
|
|
2965
2965
|
return this.error(A.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, M(this.clonePosition(), this.clonePosition()));
|
|
@@ -2967,7 +2967,7 @@ var Mn = (
|
|
|
2967
2967
|
var p = this.tryParseDecimalInteger(A.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, A.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2968
2968
|
if (p.err)
|
|
2969
2969
|
return p;
|
|
2970
|
-
this.bumpSpace(), O = this.parseIdentifierIfPossible(),
|
|
2970
|
+
this.bumpSpace(), O = this.parseIdentifierIfPossible(), L = p.val;
|
|
2971
2971
|
}
|
|
2972
2972
|
var P = this.tryParsePluralOrSelectOptions(t, a, r, O);
|
|
2973
2973
|
if (P.err)
|
|
@@ -2989,7 +2989,7 @@ var Mn = (
|
|
|
2989
2989
|
type: N.plural,
|
|
2990
2990
|
value: i,
|
|
2991
2991
|
options: Zt(P.val),
|
|
2992
|
-
offset:
|
|
2992
|
+
offset: L,
|
|
2993
2993
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2994
2994
|
location: z
|
|
2995
2995
|
},
|
|
@@ -3314,13 +3314,13 @@ function Je(e, t, r, i, n, o, s) {
|
|
|
3314
3314
|
var T = f.children, h = f.value, I = n[h];
|
|
3315
3315
|
if (!Rn(I))
|
|
3316
3316
|
throw new Dn(h, "function", s);
|
|
3317
|
-
var R = Je(T, t, r, i, n, o), H = I(R.map(function(
|
|
3318
|
-
return
|
|
3317
|
+
var R = Je(T, t, r, i, n, o), H = I(R.map(function(L) {
|
|
3318
|
+
return L.value;
|
|
3319
3319
|
}));
|
|
3320
|
-
Array.isArray(H) || (H = [H]), a.push.apply(a, H.map(function(
|
|
3320
|
+
Array.isArray(H) || (H = [H]), a.push.apply(a, H.map(function(L) {
|
|
3321
3321
|
return {
|
|
3322
|
-
type: typeof
|
|
3323
|
-
value:
|
|
3322
|
+
type: typeof L == "string" ? q.literal : q.object,
|
|
3323
|
+
value: L
|
|
3324
3324
|
};
|
|
3325
3325
|
}));
|
|
3326
3326
|
}
|
|
@@ -4507,7 +4507,7 @@ if (typeof window < "u") {
|
|
|
4507
4507
|
}
|
|
4508
4508
|
};
|
|
4509
4509
|
};
|
|
4510
|
-
customElements.define = e(customElements.define), import("./CashierModal-
|
|
4510
|
+
customElements.define = e(customElements.define), import("./CashierModal-DGzmBQH5.js").then(({ default: t }) => {
|
|
4511
4511
|
!customElements.get("cashier-modal") && customElements.define("cashier-modal", t.element);
|
|
4512
4512
|
});
|
|
4513
4513
|
}
|
|
@@ -4536,14 +4536,14 @@ var ni = { exports: {} };
|
|
|
4536
4536
|
return { M: p, y: b, w: f, d: l, D: T, h: u, m: a, s, ms: o, Q: v }[_] || String(_ || "").toLowerCase().replace(/s$/, "");
|
|
4537
4537
|
}, u: function(_) {
|
|
4538
4538
|
return _ === void 0;
|
|
4539
|
-
} },
|
|
4540
|
-
P[
|
|
4539
|
+
} }, L = "en", P = {};
|
|
4540
|
+
P[L] = H;
|
|
4541
4541
|
var z = "$isDayjsObject", ne = function(_) {
|
|
4542
4542
|
return _ instanceof be || !(!_ || !_[z]);
|
|
4543
4543
|
}, Z = function _(d, m, y) {
|
|
4544
4544
|
var g;
|
|
4545
4545
|
if (!d)
|
|
4546
|
-
return
|
|
4546
|
+
return L;
|
|
4547
4547
|
if (typeof d == "string") {
|
|
4548
4548
|
var w = d.toLowerCase();
|
|
4549
4549
|
P[w] && (g = w), m && (P[w] = m, g = w);
|
|
@@ -4554,14 +4554,14 @@ var ni = { exports: {} };
|
|
|
4554
4554
|
var D = d.name;
|
|
4555
4555
|
P[D] = d, g = D;
|
|
4556
4556
|
}
|
|
4557
|
-
return !y && g && (
|
|
4557
|
+
return !y && g && (L = g), g || !y && L;
|
|
4558
4558
|
}, V = function(_, d) {
|
|
4559
4559
|
if (ne(_))
|
|
4560
4560
|
return _.clone();
|
|
4561
4561
|
var m = typeof d == "object" ? d : {};
|
|
4562
4562
|
return m.date = _, m.args = arguments, new be(m);
|
|
4563
|
-
},
|
|
4564
|
-
|
|
4563
|
+
}, C = O;
|
|
4564
|
+
C.l = Z, C.i = ne, C.w = function(_, d) {
|
|
4565
4565
|
return V(_, { locale: d.$L, utc: d.$u, x: d.$x, $offset: d.$offset });
|
|
4566
4566
|
};
|
|
4567
4567
|
var be = function() {
|
|
@@ -4574,7 +4574,7 @@ var ni = { exports: {} };
|
|
|
4574
4574
|
var g = y.date, w = y.utc;
|
|
4575
4575
|
if (g === null)
|
|
4576
4576
|
return /* @__PURE__ */ new Date(NaN);
|
|
4577
|
-
if (
|
|
4577
|
+
if (C.u(g))
|
|
4578
4578
|
return /* @__PURE__ */ new Date();
|
|
4579
4579
|
if (g instanceof Date)
|
|
4580
4580
|
return new Date(g);
|
|
@@ -4591,7 +4591,7 @@ var ni = { exports: {} };
|
|
|
4591
4591
|
var m = this.$d;
|
|
4592
4592
|
this.$y = m.getFullYear(), this.$M = m.getMonth(), this.$D = m.getDate(), this.$W = m.getDay(), this.$H = m.getHours(), this.$m = m.getMinutes(), this.$s = m.getSeconds(), this.$ms = m.getMilliseconds();
|
|
4593
4593
|
}, d.$utils = function() {
|
|
4594
|
-
return
|
|
4594
|
+
return C;
|
|
4595
4595
|
}, d.isValid = function() {
|
|
4596
4596
|
return this.$d.toString() !== h;
|
|
4597
4597
|
}, d.isSame = function(m, y) {
|
|
@@ -4602,17 +4602,17 @@ var ni = { exports: {} };
|
|
|
4602
4602
|
}, d.isBefore = function(m, y) {
|
|
4603
4603
|
return this.endOf(y) < V(m);
|
|
4604
4604
|
}, d.$g = function(m, y, g) {
|
|
4605
|
-
return
|
|
4605
|
+
return C.u(m) ? this[y] : this.set(g, m);
|
|
4606
4606
|
}, d.unix = function() {
|
|
4607
4607
|
return Math.floor(this.valueOf() / 1e3);
|
|
4608
4608
|
}, d.valueOf = function() {
|
|
4609
4609
|
return this.$d.getTime();
|
|
4610
4610
|
}, d.startOf = function(m, y) {
|
|
4611
|
-
var g = this, w = !!
|
|
4612
|
-
var re =
|
|
4611
|
+
var g = this, w = !!C.u(y) || y, S = C.p(m), D = function(oe, W) {
|
|
4612
|
+
var re = C.w(g.$u ? Date.UTC(g.$y, W, oe) : new Date(g.$y, W, oe), g);
|
|
4613
4613
|
return w ? re : re.endOf(l);
|
|
4614
4614
|
}, k = function(oe, W) {
|
|
4615
|
-
return
|
|
4615
|
+
return C.w(g.toDate()[oe].apply(g.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), g);
|
|
4616
4616
|
}, F = this.$W, j = this.$M, Y = this.$D, le = "set" + (this.$u ? "UTC" : "");
|
|
4617
4617
|
switch (S) {
|
|
4618
4618
|
case b:
|
|
@@ -4637,7 +4637,7 @@ var ni = { exports: {} };
|
|
|
4637
4637
|
}, d.endOf = function(m) {
|
|
4638
4638
|
return this.startOf(m, !1);
|
|
4639
4639
|
}, d.$set = function(m, y) {
|
|
4640
|
-
var g, w =
|
|
4640
|
+
var g, w = C.p(m), S = "set" + (this.$u ? "UTC" : ""), D = (g = {}, g[l] = S + "Date", g[T] = S + "Date", g[p] = S + "Month", g[b] = S + "FullYear", g[u] = S + "Hours", g[a] = S + "Minutes", g[s] = S + "Seconds", g[o] = S + "Milliseconds", g)[w], k = w === l ? this.$D + (y - this.$W) : y;
|
|
4641
4641
|
if (w === p || w === b) {
|
|
4642
4642
|
var F = this.clone().set(T, 1);
|
|
4643
4643
|
F.$d[D](k), F.init(), this.$d = F.set(T, Math.min(this.$D, F.daysInMonth())).$d;
|
|
@@ -4647,13 +4647,13 @@ var ni = { exports: {} };
|
|
|
4647
4647
|
}, d.set = function(m, y) {
|
|
4648
4648
|
return this.clone().$set(m, y);
|
|
4649
4649
|
}, d.get = function(m) {
|
|
4650
|
-
return this[
|
|
4650
|
+
return this[C.p(m)]();
|
|
4651
4651
|
}, d.add = function(m, y) {
|
|
4652
4652
|
var g, w = this;
|
|
4653
4653
|
m = Number(m);
|
|
4654
|
-
var S =
|
|
4654
|
+
var S = C.p(y), D = function(j) {
|
|
4655
4655
|
var Y = V(w);
|
|
4656
|
-
return
|
|
4656
|
+
return C.w(Y.date(Y.date() + Math.round(j * m)), w);
|
|
4657
4657
|
};
|
|
4658
4658
|
if (S === p)
|
|
4659
4659
|
return this.set(p, this.$M + m);
|
|
@@ -4664,17 +4664,17 @@ var ni = { exports: {} };
|
|
|
4664
4664
|
if (S === f)
|
|
4665
4665
|
return D(7);
|
|
4666
4666
|
var k = (g = {}, g[a] = i, g[u] = n, g[s] = r, g)[S] || 1, F = this.$d.getTime() + m * k;
|
|
4667
|
-
return
|
|
4667
|
+
return C.w(F, this);
|
|
4668
4668
|
}, d.subtract = function(m, y) {
|
|
4669
4669
|
return this.add(-1 * m, y);
|
|
4670
4670
|
}, d.format = function(m) {
|
|
4671
4671
|
var y = this, g = this.$locale();
|
|
4672
4672
|
if (!this.isValid())
|
|
4673
4673
|
return g.invalidDate || h;
|
|
4674
|
-
var w = m || "YYYY-MM-DDTHH:mm:ssZ", S =
|
|
4674
|
+
var w = m || "YYYY-MM-DDTHH:mm:ssZ", S = C.z(this), D = this.$H, k = this.$m, F = this.$M, j = g.weekdays, Y = g.months, le = g.meridiem, te = function(W, re, pe, ye) {
|
|
4675
4675
|
return W && (W[re] || W(y, w)) || pe[re].slice(0, ye);
|
|
4676
4676
|
}, de = function(W) {
|
|
4677
|
-
return
|
|
4677
|
+
return C.s(D % 12 || 12, W, "0");
|
|
4678
4678
|
}, oe = le || function(W, re, pe) {
|
|
4679
4679
|
var ye = W < 12 ? "AM" : "PM";
|
|
4680
4680
|
return pe ? ye.toLowerCase() : ye;
|
|
@@ -4685,11 +4685,11 @@ var ni = { exports: {} };
|
|
|
4685
4685
|
case "YY":
|
|
4686
4686
|
return String(y.$y).slice(-2);
|
|
4687
4687
|
case "YYYY":
|
|
4688
|
-
return
|
|
4688
|
+
return C.s(y.$y, 4, "0");
|
|
4689
4689
|
case "M":
|
|
4690
4690
|
return F + 1;
|
|
4691
4691
|
case "MM":
|
|
4692
|
-
return
|
|
4692
|
+
return C.s(F + 1, 2, "0");
|
|
4693
4693
|
case "MMM":
|
|
4694
4694
|
return te(g.monthsShort, F, Y, 3);
|
|
4695
4695
|
case "MMMM":
|
|
@@ -4697,7 +4697,7 @@ var ni = { exports: {} };
|
|
|
4697
4697
|
case "D":
|
|
4698
4698
|
return y.$D;
|
|
4699
4699
|
case "DD":
|
|
4700
|
-
return
|
|
4700
|
+
return C.s(y.$D, 2, "0");
|
|
4701
4701
|
case "d":
|
|
4702
4702
|
return String(y.$W);
|
|
4703
4703
|
case "dd":
|
|
@@ -4709,7 +4709,7 @@ var ni = { exports: {} };
|
|
|
4709
4709
|
case "H":
|
|
4710
4710
|
return String(D);
|
|
4711
4711
|
case "HH":
|
|
4712
|
-
return
|
|
4712
|
+
return C.s(D, 2, "0");
|
|
4713
4713
|
case "h":
|
|
4714
4714
|
return de(1);
|
|
4715
4715
|
case "hh":
|
|
@@ -4721,13 +4721,13 @@ var ni = { exports: {} };
|
|
|
4721
4721
|
case "m":
|
|
4722
4722
|
return String(k);
|
|
4723
4723
|
case "mm":
|
|
4724
|
-
return
|
|
4724
|
+
return C.s(k, 2, "0");
|
|
4725
4725
|
case "s":
|
|
4726
4726
|
return String(y.$s);
|
|
4727
4727
|
case "ss":
|
|
4728
|
-
return
|
|
4728
|
+
return C.s(y.$s, 2, "0");
|
|
4729
4729
|
case "SSS":
|
|
4730
|
-
return
|
|
4730
|
+
return C.s(y.$ms, 3, "0");
|
|
4731
4731
|
case "Z":
|
|
4732
4732
|
return S;
|
|
4733
4733
|
}
|
|
@@ -4737,8 +4737,8 @@ var ni = { exports: {} };
|
|
|
4737
4737
|
}, d.utcOffset = function() {
|
|
4738
4738
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
4739
4739
|
}, d.diff = function(m, y, g) {
|
|
4740
|
-
var w, S = this, D =
|
|
4741
|
-
return
|
|
4740
|
+
var w, S = this, D = C.p(y), k = V(m), F = (k.utcOffset() - this.utcOffset()) * i, j = this - k, Y = function() {
|
|
4741
|
+
return C.m(S, k);
|
|
4742
4742
|
};
|
|
4743
4743
|
switch (D) {
|
|
4744
4744
|
case b:
|
|
@@ -4768,7 +4768,7 @@ var ni = { exports: {} };
|
|
|
4768
4768
|
default:
|
|
4769
4769
|
w = j;
|
|
4770
4770
|
}
|
|
4771
|
-
return g ? w :
|
|
4771
|
+
return g ? w : C.a(w);
|
|
4772
4772
|
}, d.daysInMonth = function() {
|
|
4773
4773
|
return this.endOf(p).$D;
|
|
4774
4774
|
}, d.$locale = function() {
|
|
@@ -4779,7 +4779,7 @@ var ni = { exports: {} };
|
|
|
4779
4779
|
var g = this.clone(), w = Z(m, y, !0);
|
|
4780
4780
|
return w && (g.$L = w), g;
|
|
4781
4781
|
}, d.clone = function() {
|
|
4782
|
-
return
|
|
4782
|
+
return C.w(this.$d, this);
|
|
4783
4783
|
}, d.toDate = function() {
|
|
4784
4784
|
return new Date(this.valueOf());
|
|
4785
4785
|
}, d.toJSON = function() {
|
|
@@ -4798,7 +4798,7 @@ var ni = { exports: {} };
|
|
|
4798
4798
|
return _.$i || (_(d, be, V), _.$i = !0), V;
|
|
4799
4799
|
}, V.locale = Z, V.isDayjs = ne, V.unix = function(_) {
|
|
4800
4800
|
return V(1e3 * _);
|
|
4801
|
-
}, V.en = P[
|
|
4801
|
+
}, V.en = P[L], V.Ls = P, V.p = {}, V;
|
|
4802
4802
|
});
|
|
4803
4803
|
})(ni);
|
|
4804
4804
|
var Yo = ni.exports;
|
|
@@ -4837,9 +4837,9 @@ var oi = { exports: {} };
|
|
|
4837
4837
|
var R = this.$utils().u;
|
|
4838
4838
|
if (R(h))
|
|
4839
4839
|
return this.$u ? 0 : R(this.$offset) ? p.call(this) : this.$offset;
|
|
4840
|
-
if (typeof h == "string" && (h = function(
|
|
4841
|
-
|
|
4842
|
-
var P =
|
|
4840
|
+
if (typeof h == "string" && (h = function(L) {
|
|
4841
|
+
L === void 0 && (L = "");
|
|
4842
|
+
var P = L.match(i);
|
|
4843
4843
|
if (!P)
|
|
4844
4844
|
return null;
|
|
4845
4845
|
var z = ("" + P[0]).match(n) || ["-", 0, 0], ne = z[0], Z = 60 * +z[1] + +z[2];
|
|
@@ -4887,7 +4887,7 @@ var oi = { exports: {} };
|
|
|
4887
4887
|
var Zo = oi.exports;
|
|
4888
4888
|
const Jo = /* @__PURE__ */ Nt(Zo);
|
|
4889
4889
|
function Qo(e) {
|
|
4890
|
-
vi(e, "svelte-
|
|
4890
|
+
vi(e, "svelte-xrv2v8", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.CashierVerifications{position:relative}.CashierVerifications.CashierVerificationsDesktop{border-radius:var(--emw--border-radius-medium-plus, 6px);overflow:hidden}.CashierVerifications .CashierVerificationsWrapper:has(.CashierVerificationMessage){margin:var(--emw--spacing-small, 12px) auto}.CashierVerificationsWrapper{width:100%;padding:10px;border-radius:16px;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);position:relative;overflow:hidden;isolation:isolate;flex-direction:column;background-color:rgba(255, 255, 255, 0.063);display:flex;z-index:1;width:97%;margin:auto;cursor:pointer;user-select:none}.CashierVerificationsWrapper::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(135deg, var(--emw--color-primary) 0%, var(--emw--color-black) 100%);background-size:200% 200%;animation:gradientWave 8s ease infinite}.CashierVerificationsWrapper::after{content:"";position:absolute;inset:-2px;z-index:-2;border-radius:inherit;background:linear-gradient(135deg, var(--emw--color-primary), var(--emw--color-black) transparent);background-size:200% 200%;animation:gradientWave 8s ease infinite reverse;filter:blur(10px);opacity:0.6}@keyframes gradientWave{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.VerificationsHeader{display:flex;align-items:center}.VerificationsList{max-height:0;overflow:hidden;transform:translateY(-10px);opacity:0;transition:max-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease}.VerificationsList.ShowVerifications{max-height:100%;transform:translateY(0);opacity:1}.CashierVerificationChevron.ShowVerifications svg{-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.IconVerification{width:30px;display:flex}.CashierVerificationMessage{display:flex;align-items:center;box-sizing:border-box;background:rgba(0, 0, 0, 0.15);border-radius:10px;margin-bottom:10px;padding:0 var(--emw--spacing-small, 12px);transition:0.5s;max-height:500px}.CashierVerificationMessage:hover .CashierVerificationChevron svg path{opacity:1}svg{height:20px}svg path{stroke:var(--emw--color-typography, var(--emw--color-white, #ffffff))}p{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:500;font-size:var(--emw--font-size-small, 14px);font-family:inherit;line-height:120%;margin:var(--emw--spacing-small, 12px)}.CashierVerificationsDesktop p{font-size:var(--emw--font-size-medium, 16px)}.text{word-break:break-word;font-weight:200;font-size:12px}.text a{color:var(--emw--color-primary, #f9c408);font-weight:500}.CashierVerificationChevron{cursor:pointer;margin-left:auto}.CashierVerificationChevron svg{transition:0.25s;margin-right:5px}.CashierVerificationChevron svg path{fill:var(--emw--color-typography, var(--emw--color-white, #ffffff));opacity:0.5}.CashierVerificationChevron:hover svg path{opacity:1}.ShowAll .CashierVerificationChevron svg{-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotateX(90deg)}.CashierVerificationVideo{display:flex;width:100%;align-items:center;box-sizing:border-box;transition:0.5s;max-height:500px}.IconVideo{width:30px;display:flex;justify-content:center;fill:var(--emw--color-primary, #f9c408)}.CashierVerificationVideoLink{cursor:pointer;color:var(--emw--color-primary, #f9c408);font-family:inherit;font-size:var(--emw--font-size-small, 12px);line-height:120%;margin:var(--emw--spacing-small, 12px);font-weight:500}.CashierVerificationVideoLinkDesktop{font-size:var(--emw--font-size-medium, 16px)}');
|
|
4891
4891
|
}
|
|
4892
4892
|
function pr(e, t, r) {
|
|
4893
4893
|
const i = e.slice();
|
|
@@ -4900,7 +4900,7 @@ function Ko(e) {
|
|
|
4900
4900
|
);
|
|
4901
4901
|
return {
|
|
4902
4902
|
c() {
|
|
4903
|
-
t = X("div"), r && r.c(),
|
|
4903
|
+
t = X("div"), r && r.c(), $(t, "class", "CashierVerificationsWrapper");
|
|
4904
4904
|
},
|
|
4905
4905
|
m(i, n) {
|
|
4906
4906
|
se(i, t, n), r && r.m(t, null);
|
|
@@ -4972,20 +4972,20 @@ function mr(e) {
|
|
|
4972
4972
|
t = X("div"), r = je("svg"), i = je("path"), n = je("path"), o = je("path"), s = Se(), a = X("p"), l = Dt(u), f = Se(), p = X("span"), p.innerHTML = '<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.335805 2.19101L5.63841 7.62117C5.75331 7.74121 5.89002 7.83649 6.04064 7.9015C6.19127 7.96652 6.35282 8 6.51599 8C6.67917 8 6.84072 7.96652 6.99135 7.9015C7.14197 7.83649 7.27868 7.74121 7.39358 7.62117L12.6344 2.19101C12.7502 2.07195 12.8422 1.93031 12.9049 1.77424C12.9677 1.61818 13 1.45078 13 1.28171C13 1.11265 12.9677 0.945251 12.9049 0.789186C12.8422 0.633121 12.7502 0.491475 12.6344 0.372417C12.4028 0.133886 12.0895 -7.95968e-08 11.763 -1.08144e-07C11.4364 -1.36691e-07 11.1232 0.133886 10.8916 0.372417L6.51599 4.90609L2.14042 0.372417C1.91019 0.135815 1.59946 0.00242849 1.27519 0.00101368C1.11252 3.90151e-05 0.951266 0.0323442 0.80067 0.0960778C0.650074 0.159811 0.513102 0.25372 0.397606 0.372416C0.277618 0.48719 0.180769 0.625461 0.112655 0.779242C0.0445407 0.933023 0.00651199 1.09926 0.000765141 1.26836C-0.00498171 1.43746 0.0216687 1.60606 0.0791753 1.76442C0.136682 1.92279 0.223905 2.06777 0.335805 2.19101Z" fill="#6E738F"></path></svg>', v = Se(), b = X("div");
|
|
4973
4973
|
for (let O = 0; O < H.length; O += 1)
|
|
4974
4974
|
H[O].c();
|
|
4975
|
-
T = Se(), E && E.c(),
|
|
4975
|
+
T = Se(), E && E.c(), $(i, "d", "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"), $(i, "stroke", "#6E738F"), $(i, "stroke-width", "2"), $(i, "stroke-linecap", "round"), $(i, "stroke-linejoin", "round"), $(n, "d", "M12 8V12"), $(n, "stroke", "#6E738F"), $(n, "stroke-width", "2"), $(n, "stroke-linecap", "round"), $(n, "stroke-linejoin", "round"), $(o, "d", "M12 16H12.01"), $(o, "stroke", "#6E738F"), $(o, "stroke-width", "2"), $(o, "stroke-linecap", "round"), $(o, "stroke-linejoin", "round"), $(r, "width", "24"), $(r, "height", "24"), $(r, "viewBox", "0 0 24 24"), $(r, "fill", "none"), $(r, "xmlns", "http://www.w3.org/2000/svg"), $(p, "class", "CashierVerificationChevron"), ce(
|
|
4976
4976
|
p,
|
|
4977
4977
|
"ShowVerifications",
|
|
4978
4978
|
/*allVerificationsVisible*/
|
|
4979
4979
|
e[4]
|
|
4980
|
-
),
|
|
4980
|
+
), $(t, "class", "VerificationsHeader"), $(b, "class", "VerificationsList"), ce(
|
|
4981
4981
|
b,
|
|
4982
4982
|
"ShowVerifications",
|
|
4983
4983
|
/*allVerificationsVisible*/
|
|
4984
4984
|
e[4]
|
|
4985
4985
|
);
|
|
4986
4986
|
},
|
|
4987
|
-
m(O,
|
|
4988
|
-
se(O, t,
|
|
4987
|
+
m(O, L) {
|
|
4988
|
+
se(O, t, L), G(t, r), G(r, i), G(r, n), G(r, o), G(t, s), G(t, a), G(a, l), G(t, f), G(t, p), se(O, v, L), se(O, b, L);
|
|
4989
4989
|
for (let P = 0; P < H.length; P += 1)
|
|
4990
4990
|
H[P] && H[P].m(b, null);
|
|
4991
4991
|
G(b, T), E && E.m(b, null), h || (I = et(
|
|
@@ -4995,16 +4995,16 @@ function mr(e) {
|
|
|
4995
4995
|
e[9]
|
|
4996
4996
|
), h = !0);
|
|
4997
4997
|
},
|
|
4998
|
-
p(O,
|
|
4999
|
-
if (
|
|
4998
|
+
p(O, L) {
|
|
4999
|
+
if (L[0] & /*$_*/
|
|
5000
5000
|
256 && u !== (u = /*$_*/
|
|
5001
|
-
O[8]("verificationsRequired") + "") && Er(l, u),
|
|
5001
|
+
O[8]("verificationsRequired") + "") && Er(l, u), L[0] & /*allVerificationsVisible*/
|
|
5002
5002
|
16 && ce(
|
|
5003
5003
|
p,
|
|
5004
5004
|
"ShowVerifications",
|
|
5005
5005
|
/*allVerificationsVisible*/
|
|
5006
5006
|
O[4]
|
|
5007
|
-
),
|
|
5007
|
+
), L[0] & /*displayMessages*/
|
|
5008
5008
|
8) {
|
|
5009
5009
|
R = Gt(
|
|
5010
5010
|
/*displayMessages*/
|
|
@@ -5013,14 +5013,14 @@ function mr(e) {
|
|
|
5013
5013
|
let P;
|
|
5014
5014
|
for (P = 0; P < R.length; P += 1) {
|
|
5015
5015
|
const z = pr(O, R, P);
|
|
5016
|
-
H[P] ? H[P].p(z,
|
|
5016
|
+
H[P] ? H[P].p(z, L) : (H[P] = vr(z), H[P].c(), H[P].m(b, T));
|
|
5017
5017
|
}
|
|
5018
5018
|
for (; P < H.length; P += 1)
|
|
5019
5019
|
H[P].d(1);
|
|
5020
5020
|
H.length = R.length;
|
|
5021
5021
|
}
|
|
5022
5022
|
/*videoExists*/
|
|
5023
|
-
O[6] ? E ? E.p(O,
|
|
5023
|
+
O[6] ? E ? E.p(O, L) : (E = gr(O), E.c(), E.m(b, null)) : E && (E.d(1), E = null), L[0] & /*allVerificationsVisible*/
|
|
5024
5024
|
16 && ce(
|
|
5025
5025
|
b,
|
|
5026
5026
|
"ShowVerifications",
|
|
@@ -5040,7 +5040,7 @@ function vr(e) {
|
|
|
5040
5040
|
);
|
|
5041
5041
|
return {
|
|
5042
5042
|
c() {
|
|
5043
|
-
t = X("div"), r = X("div"), r.innerHTML = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V7L15 2Z" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14 2V6C14 6.53043 14.2107 7.03914 14.5858 7.41421C14.9609 7.78929 15.4696 8 16 8H20" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10 9H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 13H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 17H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>', i = Se(), n = X("p"),
|
|
5043
|
+
t = X("div"), r = X("div"), r.innerHTML = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V7L15 2Z" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14 2V6C14 6.53043 14.2107 7.03914 14.5858 7.41421C14.9609 7.78929 15.4696 8 16 8H20" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10 9H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 13H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 17H8" stroke="#6E738F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>', i = Se(), n = X("p"), $(r, "class", "IconVerification"), $(n, "class", "text"), $(t, "class", "CashierVerificationMessage Test");
|
|
5044
5044
|
},
|
|
5045
5045
|
m(s, a) {
|
|
5046
5046
|
se(s, t, a), G(t, r), G(t, i), G(t, n), n.innerHTML = o;
|
|
@@ -5062,12 +5062,12 @@ function gr(e) {
|
|
|
5062
5062
|
), s, a, u;
|
|
5063
5063
|
return {
|
|
5064
5064
|
c() {
|
|
5065
|
-
t = X("div"), r = X("div"), r.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"></path></svg>', i = Se(), n = X("div"), s = Dt(o),
|
|
5065
|
+
t = X("div"), r = X("div"), r.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"></path></svg>', i = Se(), n = X("div"), s = Dt(o), $(r, "class", "IconVideo"), $(n, "class", "CashierVerificationVideoLink"), ce(
|
|
5066
5066
|
n,
|
|
5067
5067
|
"CashierVerificationVideoLinkDesktop",
|
|
5068
5068
|
/*desktopView*/
|
|
5069
5069
|
e[5]
|
|
5070
|
-
),
|
|
5070
|
+
), $(t, "class", "CashierVerificationVideo Test");
|
|
5071
5071
|
},
|
|
5072
5072
|
m(l, f) {
|
|
5073
5073
|
se(l, t, f), G(t, r), G(t, i), G(t, n), G(n, s), a || (u = et(
|
|
@@ -5110,7 +5110,7 @@ function ts(e) {
|
|
|
5110
5110
|
let i = r(e), n = i && i(e);
|
|
5111
5111
|
return {
|
|
5112
5112
|
c() {
|
|
5113
|
-
t = X("div"), n && n.c(),
|
|
5113
|
+
t = X("div"), n && n.c(), $(t, "class", "CashierVerifications"), ce(
|
|
5114
5114
|
t,
|
|
5115
5115
|
"CashierVerificationsDesktop",
|
|
5116
5116
|
/*desktopView*/
|
|
@@ -5140,7 +5140,7 @@ const rs = "verification_explanation_video_widgets.MP4";
|
|
|
5140
5140
|
function is(e, t, r) {
|
|
5141
5141
|
let i, n;
|
|
5142
5142
|
Vt(e, Oo, (c) => r(8, i = c)), Vt(e, Ho, (c) => r(29, n = c)), dr.extend(Jo);
|
|
5143
|
-
let { endpoint: o } = t, { lang: s = "en" } = t, { translationurl: a = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { session: f = "" } = t, { customerid: p = "" } = t, { playersession: v = "" } = t, { userroles: b = "" } = t, { mbsource: T = "" } = t, h, I = /* @__PURE__ */ new Set(), R = /* @__PURE__ */ new Set(), H, E, O,
|
|
5143
|
+
let { endpoint: o } = t, { lang: s = "en" } = t, { translationurl: a = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { session: f = "" } = t, { customerid: p = "" } = t, { playersession: v = "" } = t, { userroles: b = "" } = t, { mbsource: T = "" } = t, h, I = /* @__PURE__ */ new Set(), R = /* @__PURE__ */ new Set(), H, E, O, L = !1, P = !0, z = !1, ne = "", Z = !1, V, C = [], be = window.navigator.userAgent;
|
|
5144
5144
|
var ue;
|
|
5145
5145
|
(function(c) {
|
|
5146
5146
|
c.Manual = "Manual", c.ShuftiPro = "ShuftiPro";
|
|
@@ -5186,7 +5186,7 @@ function is(e, t, r) {
|
|
|
5186
5186
|
}, D = () => {
|
|
5187
5187
|
r(19, E = j());
|
|
5188
5188
|
const c = new URL(`${o}/v1/player/${p}/verification/GetKYCCustomerStatus?language=${s}`), x = new Headers();
|
|
5189
|
-
x.append("accept", "application/json"), x.append("Content-Type", "application/json"), x.append("x-sessionid", `${v}`), x.append("X-Client-Request-Timestamp", dr.utc().format("YYYY-MM-DD HH:mm:ss.SSS")),
|
|
5189
|
+
x.append("accept", "application/json"), x.append("Content-Type", "application/json"), x.append("x-sessionid", `${v}`), x.append("X-Client-Request-Timestamp", dr.utc().format("YYYY-MM-DD HH:mm:ss.SSS")), Array.isArray(C) && C.length > 0 && C.indexOf("MM_CHANNEL_BETA") != -1 && x.append("MM_CHANNEL", "BETA");
|
|
5190
5190
|
const B = {
|
|
5191
5191
|
method: "POST",
|
|
5192
5192
|
headers: x,
|
|
@@ -5272,7 +5272,7 @@ function is(e, t, r) {
|
|
|
5272
5272
|
let lt = x.every((me) => R.has(me)), Ge = `verification.shuftipro.in-progress.${x.sort().join(".")}`;
|
|
5273
5273
|
return lt ? i("verification.shuftipro.validations-started") : i(Ge, { values: B });
|
|
5274
5274
|
}, si = (c, x) => `<a class="verificationLink ${c.Type}" href=" ${c.VerificationUrl} " target="_blank">${x}</a>`, ai = (c) => i(`verification.shuftipro.link-name.${c}`), ui = () => {
|
|
5275
|
-
r(4,
|
|
5275
|
+
r(4, L = !L);
|
|
5276
5276
|
}, li = () => {
|
|
5277
5277
|
r(5, P = !qo(be));
|
|
5278
5278
|
}, ci = () => {
|
|
@@ -5285,7 +5285,7 @@ function is(e, t, r) {
|
|
|
5285
5285
|
r(6, z = !1);
|
|
5286
5286
|
}
|
|
5287
5287
|
}, fi = () => {
|
|
5288
|
-
b.length > 0 && (
|
|
5288
|
+
b.length > 0 && (C = b.split(","));
|
|
5289
5289
|
}, hi = () => {
|
|
5290
5290
|
window.dispatchEvent(new CustomEvent(
|
|
5291
5291
|
"modal-update",
|
|
@@ -5317,7 +5317,7 @@ function is(e, t, r) {
|
|
|
5317
5317
|
l,
|
|
5318
5318
|
h,
|
|
5319
5319
|
O,
|
|
5320
|
-
|
|
5320
|
+
L,
|
|
5321
5321
|
P,
|
|
5322
5322
|
z,
|
|
5323
5323
|
Z,
|
|
@@ -5451,7 +5451,7 @@ export {
|
|
|
5451
5451
|
yr as s,
|
|
5452
5452
|
ds as t,
|
|
5453
5453
|
as as u,
|
|
5454
|
-
|
|
5454
|
+
$ as v,
|
|
5455
5455
|
_t as w,
|
|
5456
5456
|
bt as x,
|
|
5457
5457
|
K as y,
|