@everymatrix/cashier-method-details 1.52.6 → 1.53.10
Sign up to get free protection for your applications and to get access to all the features.
- package/components/CashierConfirmModal-agjo7360.js +992 -0
- package/components/{CashierError-DHY1mLRH.js → CashierError-MwSUmltg.js} +413 -411
- package/components/{CashierHeader-Q8JuzuVk.js → CashierHeader-t-mKIY-_.js} +48 -48
- package/components/{CashierIframeRedirect-B4imEacT.js → CashierIframeRedirect-OvWRLGOx.js} +6 -6
- package/components/{CashierMethodDetails-C4cvK6HH.js → CashierMethodDetails-BcnSmVkq.js} +1395 -1413
- package/components/{CashierModal-DjGgvDJK.js → CashierModal-ClIRlRW4.js} +1 -1
- package/components/{CashierNotifications-BmUYtlED.js → CashierNotifications-Ip7CfQWs.js} +1 -1
- package/components/{CashierReceiptPage-C9uWZ4Ds.js → CashierReceiptPage-CIlcvMvB.js} +108 -109
- package/components/{CashierSpinner-BhJd9GIb.js → CashierSpinner-DjTQcN-x.js} +1 -1
- package/esnext/cashier-method-details.js +14 -0
- package/package.json +8 -17
- package/components/CashierConfirmModal-BeEK5pGj.cjs +0 -4
- package/components/CashierConfirmModal-Ccz0Sdnq.js +0 -1029
- package/components/CashierError-CjbdWO_N.cjs +0 -5
- package/components/CashierHeader-BENTNpJ3.cjs +0 -1
- package/components/CashierIframeRedirect-i5PAPezc.cjs +0 -1
- package/components/CashierMethodDetails-CVyHQgSh.cjs +0 -18
- package/components/CashierModal-Dh8HuQn-.cjs +0 -1
- package/components/CashierNotifications-C2D2LjK6.cjs +0 -1
- package/components/CashierReceiptPage-CQexnm0B.cjs +0 -1
- package/components/CashierSpinner-BYRAyXQ3.cjs +0 -1
- package/es2015/cashier-method-details.cjs +0 -1
- package/es2015/cashier-method-details.js +0 -16
@@ -1,4 +1,4 @@
|
|
1
|
-
import { S as y, b as g, f as d, c as m, a as p, d as k, g as C, j as x, k as S, n as c, v as _, C as v } from "./CashierConfirmModal-
|
1
|
+
import { S as y, b as g, f as d, c as m, a as p, d as k, g as C, j as x, k as S, n as c, v as _, C as v } from "./CashierConfirmModal-agjo7360.js";
|
2
2
|
function b(n) {
|
3
3
|
k(n, "svelte-fidj5e", ".CashierSpinner{display:block;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.CashierSpinner .spinner{animation:rotate 2s linear infinite;transform-origin:center center}.CashierSpinner .spinner .path{stroke-dasharray:1, 200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--emw--color-primary, #7EC51E)}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}");
|
4
4
|
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { C as n } from "../components/CashierMethodDetails-BcnSmVkq.js";
|
2
|
+
function i(t) {
|
3
|
+
return function(...s) {
|
4
|
+
try {
|
5
|
+
return t.apply(this, s);
|
6
|
+
} catch (e) {
|
7
|
+
if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
|
8
|
+
return !1;
|
9
|
+
throw e;
|
10
|
+
}
|
11
|
+
};
|
12
|
+
}
|
13
|
+
customElements.define = i(customElements.define);
|
14
|
+
!customElements.get("cashier-method-details") && customElements.define("cashier-method-details", n.element);
|
package/package.json
CHANGED
@@ -1,30 +1,21 @@
|
|
1
|
+
|
1
2
|
{
|
2
3
|
"name": "@everymatrix/cashier-method-details",
|
3
|
-
"version": "1.
|
4
|
+
"version": "1.53.10",
|
4
5
|
"type": "module",
|
5
|
-
"main": "
|
6
|
-
"module": "
|
6
|
+
"main": "esnext/cashier-method-details.js",
|
7
|
+
"module": "esnext/cashier-method-details.js",
|
7
8
|
"exports": {
|
8
|
-
".": {
|
9
|
-
"import": "./es2015/cashier-method-details.js",
|
10
|
-
"require": "./es2015/cashier-method-details.cjs"
|
11
|
-
},
|
12
9
|
"./es2015/cashier-method-details.cjs": "./es2015/cashier-method-details.cjs"
|
13
10
|
},
|
14
11
|
"files": [
|
12
|
+
"components/",
|
15
13
|
"es2015/",
|
16
|
-
"
|
17
|
-
"
|
14
|
+
"stencil",
|
15
|
+
"angular",
|
16
|
+
"esnext/"
|
18
17
|
],
|
19
18
|
"publishConfig": {
|
20
19
|
"access": "public"
|
21
|
-
},
|
22
|
-
"dependencies": {
|
23
|
-
"@everymatrix/cashier-iframe-redirect": "1.45.7",
|
24
|
-
"@everymatrix/cashier-receipt-page": "1.45.7",
|
25
|
-
"@everymatrix/cashier-confirm-modal": "1.45.7",
|
26
|
-
"@everymatrix/cashier-notifications": "1.45.7",
|
27
|
-
"@everymatrix/cashier-error": "1.45.7",
|
28
|
-
"@everymatrix/cashier-modal": "1.45.7"
|
29
20
|
}
|
30
21
|
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
"use strict";var Bt=Object.defineProperty,Tt=Object.defineProperties;var Rt=Object.getOwnPropertyDescriptors;var ft=Object.getOwnPropertySymbols;var Wt=Object.prototype.hasOwnProperty,qt=Object.prototype.propertyIsEnumerable;var it=(t,e,n)=>e in t?Bt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,dt=(t,e)=>{for(var n in e||(e={}))Wt.call(e,n)&&it(t,n,e[n]);if(ft)for(var n of ft(e))qt.call(e,n)&&it(t,n,e[n]);return t},ht=(t,e)=>Tt(t,Rt(e));var C=(t,e,n)=>it(t,typeof e!="symbol"?e+"":e,n);var _t=(t,e,n)=>new Promise((i,r)=>{var s=u=>{try{o(n.next(u))}catch(c){r(c)}},l=u=>{try{o(n.throw(u))}catch(c){r(c)}},o=u=>u.done?i(u.value):Promise.resolve(u.value).then(s,l);o((n=n.apply(t,e)).next())});function L(){}const Ct=t=>t;function Dt(t,e){for(const n in e)t[n]=e[n];return t}function xt(t){return t()}function $t(){return Object.create(null)}function k(t){t.forEach(xt)}function et(t){return typeof t=="function"}function vt(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let V;function Ht(t,e){return t===e?!0:(V||(V=document.createElement("a")),V.href=e,t===V.href)}function It(t){return Object.keys(t).length===0}function Mt(t,...e){if(t==null){for(const i of e)i(void 0);return L}const n=t.subscribe(...e);return n.unsubscribe?()=>n.unsubscribe():n}function Ft(t,e,n){t.$$.on_destroy.push(Mt(e,n))}function T(t,e,n,i){if(t){const r=Et(t,e,n,i);return t[0](r)}}function Et(t,e,n,i){return t[1]&&i?Dt(n.ctx.slice(),t[1](i(e))):n.ctx}function R(t,e,n,i){if(t[2]&&i){const r=t[2](i(n));if(e.dirty===void 0)return r;if(typeof r=="object"){const s=[],l=Math.max(e.dirty.length,r.length);for(let o=0;o<l;o+=1)s[o]=e.dirty[o]|r[o];return s}return e.dirty|r}return e.dirty}function W(t,e,n,i,r,s){if(r){const l=Et(e,n,i,s);t.p(l,r)}}function q(t){if(t.ctx.length>32){const e=[],n=t.ctx.length/32;for(let i=0;i<n;i++)e[i]=-1;return e}return-1}const Lt=typeof window!="undefined";let Ut=Lt?()=>window.performance.now():()=>Date.now(),ct=Lt?t=>requestAnimationFrame(t):L;const N=new Set;function kt(t){N.forEach(e=>{e.c(t)||(N.delete(e),e.f())}),N.size!==0&&ct(kt)}function Jt(t){let e;return N.size===0&&ct(kt),{promise:new Promise(n=>{N.add(e={c:t,f:n})}),abort(){N.delete(e)}}}const Vt=typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:global;function x(t,e){t.appendChild(e)}function jt(t,e,n){const i=ut(t);if(!i.getElementById(e)){const r=v("style");r.id=e,r.textContent=n,Ot(i,r)}}function ut(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function Zt(t){const e=v("style");return e.textContent="/* empty */",Ot(ut(t),e),e.sheet}function Ot(t,e){return x(t.head||t,e),e.sheet}function nt(t,e,n){t.insertBefore(e,n||null)}function O(t){t.parentNode&&t.parentNode.removeChild(t)}function Gt(t,e){for(let n=0;n<t.length;n+=1)t[n]&&t[n].d(e)}function v(t){return document.createElement(t)}function rt(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function at(t){return document.createTextNode(t)}function G(){return at(" ")}function Kt(){return at("")}function I(t,e,n,i){return t.addEventListener(e,n,i),()=>t.removeEventListener(e,n,i)}function Qt(t){return function(e){return e.preventDefault(),t.call(this,e)}}function $(t,e,n){n==null?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function Xt(t,e,n){const i=e.toLowerCase();i in t?t[i]=typeof t[i]=="boolean"&&n===""?!0:n:e in t?t[e]=typeof t[e]=="boolean"&&n===""?!0:n:$(t,e,n)}function Yt(t){return t===""?null:+t}function te(t){return Array.from(t.childNodes)}function ee(t,e){e=""+e,t.data!==e&&(t.data=e)}function ne(t,e){t.value=e==null?"":e}function ie(t,e,n,i){n==null?t.style.removeProperty(e):t.style.setProperty(e,n,"")}let Z;function se(){if(Z===void 0){Z=!1;try{typeof window!="undefined"&&window.parent&&window.parent.document}catch(t){Z=!0}}return Z}function oe(t,e){getComputedStyle(t).position==="static"&&(t.style.position="relative");const i=v("iframe");i.setAttribute("style","display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"),i.setAttribute("aria-hidden","true"),i.tabIndex=-1;const r=se();let s;return r?(i.src="data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>",s=I(window,"message",l=>{l.source===i.contentWindow&&e()})):(i.src="about:blank",i.onload=()=>{s=I(i.contentWindow,"resize",e),e()}),x(t,i),()=>{(r||s&&i.contentWindow)&&s(),O(i)}}function re(t,e,n){t.classList.toggle(e,!!n)}function le(t,e,{bubbles:n=!1,cancelable:i=!1}={}){return new CustomEvent(t,{detail:e,bubbles:n,cancelable:i})}function ce(t){const e={};return t.childNodes.forEach(n=>{e[n.slot||"default"]=!0}),e}const X=new Map;let Y=0;function ue(t){let e=5381,n=t.length;for(;n--;)e=(e<<5)-e^t.charCodeAt(n);return e>>>0}function ae(t,e){const n={stylesheet:Zt(e),rules:{}};return X.set(t,n),n}function mt(t,e,n,i,r,s,l,o=0){const u=16.666/i;let c=`{
|
2
|
-
`;for(let g=0;g<=1;g+=u){const m=e+(n-e)*s(g);c+=g*100+`%{${l(m,1-m)}}
|
3
|
-
`}const p=c+`100% {${l(n,1-n)}}
|
4
|
-
}`,_=`__svelte_${ue(p)}_${o}`,y=ut(t),{stylesheet:f,rules:d}=X.get(y)||ae(y,t);d[_]||(d[_]=!0,f.insertRule(`@keyframes ${_} ${p}`,f.cssRules.length));const h=t.style.animation||"";return t.style.animation=`${h?`${h}, `:""}${_} ${i}ms linear ${r}ms 1 both`,Y+=1,_}function fe(t,e){const n=(t.style.animation||"").split(", "),i=n.filter(e?s=>s.indexOf(e)<0:s=>s.indexOf("__svelte")===-1),r=n.length-i.length;r&&(t.style.animation=i.join(", "),Y-=r,Y||de())}function de(){ct(()=>{Y||(X.forEach(t=>{const{ownerNode:e}=t.stylesheet;e&&O(e)}),X.clear())})}let F;function H(t){F=t}function he(){if(!F)throw new Error("Function called outside component initialization");return F}function _e(t){he().$$.on_mount.push(t)}const A=[],tt=[];let P=[];const pt=[],$e=Promise.resolve();let lt=!1;function me(){lt||(lt=!0,$e.then(J))}function U(t){P.push(t)}const st=new Set;let S=0;function J(){if(S!==0)return;const t=F;do{try{for(;S<A.length;){const e=A[S];S++,H(e),pe(e.$$)}}catch(e){throw A.length=0,S=0,e}for(H(null),A.length=0,S=0;tt.length;)tt.pop()();for(let e=0;e<P.length;e+=1){const n=P[e];st.has(n)||(st.add(n),n())}P.length=0}while(A.length);for(;pt.length;)pt.pop()();lt=!1,st.clear(),H(t)}function pe(t){if(t.fragment!==null){t.update(),k(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(U)}}function ge(t){const e=[],n=[];P.forEach(i=>t.indexOf(i)===-1?e.push(i):n.push(i)),n.forEach(i=>i()),P=e}let B;function ye(){return B||(B=Promise.resolve(),B.then(()=>{B=null})),B}function ot(t,e,n){t.dispatchEvent(le(`${e?"intro":"outro"}${n}`))}const K=new Set;let M;function be(){M={r:0,c:[],p:M}}function we(){M.r||k(M.c),M=M.p}function z(t,e){t&&t.i&&(K.delete(t),t.i(e))}function D(t,e,n,i){if(t&&t.o){if(K.has(t))return;K.add(t),M.c.push(()=>{K.delete(t),i&&(n&&t.d(1),i())}),t.o(e)}else i&&i()}const Ce={duration:0};function xe(t,e,n,i){let s=e(t,n,{direction:"both"}),l=i?0:1,o=null,u=null,c=null,p;function _(){c&&fe(t,c)}function y(d,h){const g=d.b-l;return h*=Math.abs(g),{a:l,b:d.b,d:g,duration:h,start:d.start,end:d.start+h,group:d.group}}function f(d){const{delay:h=0,duration:g=300,easing:m=Ct,tick:j=L,css:E}=s||Ce,b={start:Ut()+h,b:d};d||(b.group=M,M.r+=1),"inert"in t&&(d?p!==void 0&&(t.inert=p):(p=t.inert,t.inert=!0)),o||u?u=b:(E&&(_(),c=mt(t,l,d,g,h,m,E)),d&&j(0,1),o=y(b,g),U(()=>ot(t,d,"start")),Jt(a=>{if(u&&a>u.start&&(o=y(u,g),u=null,ot(t,o.b,"start"),E&&(_(),c=mt(t,l,o.b,o.duration,0,m,s.css))),o){if(a>=o.end)j(l=o.b,1-l),ot(t,o.b,"end"),u||(o.b?_():--o.group.r||k(o.group.c)),o=null;else if(a>=o.start){const w=a-o.start;l=o.a+o.d*m(w/o.duration),j(l,1-l)}}return!!(o||u)}))}return{run(d){et(s)?ye().then(()=>{s=s({direction:d?"in":"out"}),f(d)}):f(d)},end(){_(),o=u=null}}}function ve(t){return(t==null?void 0:t.length)!==void 0?t:Array.from(t)}function Me(t,e,n){const{fragment:i,after_update:r}=t.$$;i&&i.m(e,n),U(()=>{const s=t.$$.on_mount.map(xt).filter(et);t.$$.on_destroy?t.$$.on_destroy.push(...s):k(s),t.$$.on_mount=[]}),r.forEach(U)}function Ee(t,e){const n=t.$$;n.fragment!==null&&(ge(n.after_update),k(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function Le(t,e){t.$$.dirty[0]===-1&&(A.push(t),me(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function St(t,e,n,i,r,s,l=null,o=[-1]){const u=F;H(t);const c=t.$$={fragment:null,ctx:[],props:s,update:L,not_equal:r,bound:$t(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(u?u.$$.context:[])),callbacks:$t(),dirty:o,skip_bound:!1,root:e.target||u.$$.root};l&&l(c.root);let p=!1;if(c.ctx=n?n(t,e.props||{},(_,y,...f)=>{const d=f.length?f[0]:y;return c.ctx&&r(c.ctx[_],c.ctx[_]=d)&&(!c.skip_bound&&c.bound[_]&&c.bound[_](d),p&&Le(t,_)),y}):[],c.update(),p=!0,k(c.before_update),c.fragment=i?i(c.ctx):!1,e.target){if(e.hydrate){const _=te(e.target);c.fragment&&c.fragment.l(_),_.forEach(O)}else c.fragment&&c.fragment.c();e.intro&&z(t.$$.fragment),Me(t,e.target,e.anchor),J()}H(u)}let At;typeof HTMLElement=="function"&&(At=class extends HTMLElement{constructor(e,n,i){super();C(this,"$$ctor");C(this,"$$s");C(this,"$$c");C(this,"$$cn",!1);C(this,"$$d",{});C(this,"$$r",!1);C(this,"$$p_d",{});C(this,"$$l",{});C(this,"$$l_u",new Map);this.$$ctor=e,this.$$s=n,i&&this.attachShadow({mode:"open"})}addEventListener(e,n,i){if(this.$$l[e]=this.$$l[e]||[],this.$$l[e].push(n),this.$$c){const r=this.$$c.$on(e,n);this.$$l_u.set(n,r)}super.addEventListener(e,n,i)}removeEventListener(e,n,i){if(super.removeEventListener(e,n,i),this.$$c){const r=this.$$l_u.get(n);r&&(r(),this.$$l_u.delete(n))}}connectedCallback(){return _t(this,null,function*(){if(this.$$cn=!0,!this.$$c){let e=function(s){return()=>{let l;return{c:function(){l=v("slot"),s!=="default"&&$(l,"name",s)},m:function(c,p){nt(c,l,p)},d:function(c){c&&O(l)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},i=ce(this);for(const s of this.$$s)s in i&&(n[s]=[e(s)]);for(const s of this.attributes){const l=this.$$g_p(s.name);l in this.$$d||(this.$$d[l]=Q(l,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:ht(dt({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const r=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const l=Q(s,this.$$d[s],this.$$p_d,"toAttribute");l==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,l)}this.$$r=!1};this.$$c.$$.after_update.push(r),r();for(const s in this.$$l)for(const l of this.$$l[s]){const o=this.$$c.$on(s,l);this.$$l_u.set(l,o)}this.$$l={}}})}attributeChangedCallback(e,n,i){var r;this.$$r||(e=this.$$g_p(e),this.$$d[e]=Q(e,i,this.$$p_d,"toProp"),(r=this.$$c)==null||r.$set({[e]:this.$$d[e]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(e){return Object.keys(this.$$p_d).find(n=>this.$$p_d[n].attribute===e||!this.$$p_d[n].attribute&&n.toLowerCase()===e)||e}});function Q(t,e,n,i){var s;const r=(s=n[t])==null?void 0:s.type;if(e=r==="Boolean"&&typeof e!="boolean"?e!=null:e,!i||!n[t])return e;if(i==="toAttribute")switch(r){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e==null?null:e;default:return e}else switch(r){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}function zt(t,e,n,i,r,s){let l=class extends At{constructor(){super(t,n,r),this.$$p_d=e}static get observedAttributes(){return Object.keys(e).map(o=>(e[o].attribute||o).toLowerCase())}};return Object.keys(e).forEach(o=>{Object.defineProperty(l.prototype,o,{get(){return this.$$c&&o in this.$$c?this.$$c[o]:this.$$d[o]},set(u){var c;u=Q(o,u,e),this.$$d[o]=u,(c=this.$$c)==null||c.$set({[o]:u})}})}),i.forEach(o=>{Object.defineProperty(l.prototype,o,{get(){var u;return(u=this.$$c)==null?void 0:u[o]}})}),t.element=l,l}class Nt{constructor(){C(this,"$$");C(this,"$$set")}$destroy(){Ee(this,1),this.$destroy=L}$on(e,n){if(!et(n))return L;const i=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return i.push(n),()=>{const r=i.indexOf(n);r!==-1&&i.splice(r,1)}}$set(e){this.$$set&&!It(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const ke="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ke);function je(t){jt(t,"svelte-1m890h5","*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CashierModalWindow{container-type:inline-size;container-name:confirm-modal;display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:4;top:0;left:0;background-color:var(--emw--color-background, rgba(0, 0, 0, 0.1))}.CashierModalContainer{width:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--emw--spacing-large, 20px);position:relative;padding:var(--emw--spacing-medium, 15px);min-height:200px;box-shadow:0 2px 6px 0 var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1));border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:var(--emw--color-white, #fff)}.ModalOkBtn{color:var(--emw--color-white, #fff);display:flex;align-items:center;justify-content:center;font-size:var(--emw--font-size-medium, 16px);font-style:normal;font-weight:var(--emw--font-weight-normal, 400);font-family:inherit;height:46px;width:100%;border:none;border-radius:50px;line-height:125%;background-color:var(--emw--color-primary, #7EC51E);margin-top:var(--emw--spacing-small, 12px);cursor:pointer}.ModalCloseBtn{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:var(--emw--spacing-small, 12px) var(--emw--spacing-small, 12px);height:inherit;right:0;top:0;cursor:pointer}@container confirm-modal (max-width: 750px){.CashierModalContainer{margin:var(--emw--spacing-x-large, 30px) var(--emw--spacing-small, 12px)}}")}const Oe=t=>({}),gt=t=>({}),Se=t=>({}),yt=t=>({}),Ae=t=>({}),bt=t=>({class:"CashierModalText"}),ze=t=>({}),wt=t=>({class:"CashierModalTitle"});function Ne(t){let e,n;return{c(){e=rt("svg"),n=rt("path"),$(n,"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"),$(n,"fill","#111111"),$(e,"xmlns","http://www.w3.org/2000/svg"),$(e,"width","13"),$(e,"height","20"),$(e,"viewBox","0 0 13 13"),$(e,"fill","none")},m(i,r){nt(i,e,r),x(e,n)},p:L,d(i){i&&O(e)}}}function Pe(t){let e,n,i,r,s,l,o,u,c,p,_;const y=t[6].title,f=T(y,t,t[5],wt),d=t[6].text,h=T(d,t,t[5],bt),g=t[6].confirm,m=T(g,t,t[5],yt),j=t[6].close,E=T(j,t,t[5],gt),b=E||Ne();return{c(){e=v("div"),n=v("div"),i=v("div"),f&&f.c(),r=G(),h&&h.c(),s=G(),l=v("span"),m&&m.c(),o=G(),u=v("span"),b&&b.c(),$(l,"class","ModalOkBtn"),$(l,"role","button"),$(u,"class","ModalCloseBtn"),$(u,"role","button"),$(i,"class","CashierModalContainer"),$(i,"part","CashierModalContainer"),$(n,"class","CashierModalWindow"),$(n,"part","CashierModalWindow"),$(n,"id","Modal"),$(e,"part","CustomStylingContainer")},m(a,w){nt(a,e,w),x(e,n),x(n,i),f&&f.m(i,null),x(i,r),h&&h.m(i,null),x(i,s),x(i,l),m&&m.m(l,null),x(i,o),x(i,u),b&&b.m(u,null),t[7](e),c=!0,p||(_=[I(l,"click",t[2]),I(u,"click",t[1])],p=!0)},p(a,[w]){f&&f.p&&(!c||w&32)&&W(f,y,a,a[5],c?R(y,a[5],w,ze):q(a[5]),wt),h&&h.p&&(!c||w&32)&&W(h,d,a,a[5],c?R(d,a[5],w,Ae):q(a[5]),bt),m&&m.p&&(!c||w&32)&&W(m,g,a,a[5],c?R(g,a[5],w,Se):q(a[5]),yt),E&&E.p&&(!c||w&32)&&W(E,j,a,a[5],c?R(j,a[5],w,Oe):q(a[5]),gt)},i(a){c||(z(f,a),z(h,a),z(m,a),z(b,a),c=!0)},o(a){D(f,a),D(h,a),D(m,a),D(b,a),c=!1},d(a){a&&O(e),f&&f.d(a),h&&h.d(a),m&&m.d(a),b&&b.d(a),t[7](null),p=!1,k(_)}}}function Be(t,e,n){let{$$slots:i={},$$scope:r}=e,{clientstyling:s=""}=e,{clientstylingurl:l=""}=e,o;const u=()=>{window.postMessage({type:"CloseModal"},window.location.href)},c=()=>{window.postMessage({type:"ConfirmModal"},window.location.href),u()},p=()=>{let f=document.createElement("style");f.innerHTML=s,o.appendChild(f)},_=()=>{let f=new URL(l),d=document.createElement("style");fetch(f.href).then(h=>h.text()).then(h=>{d.innerHTML=h,setTimeout(()=>{o.appendChild(d)},1)})};function y(f){tt[f?"unshift":"push"](()=>{o=f,n(0,o)})}return t.$$set=f=>{"clientstyling"in f&&n(3,s=f.clientstyling),"clientstylingurl"in f&&n(4,l=f.clientstylingurl),"$$scope"in f&&n(5,r=f.$$scope)},t.$$.update=()=>{t.$$.dirty&9&&s&&o&&p(),t.$$.dirty&17&&l&&o&&_()},[o,u,c,s,l,r,i,y]}class Pt extends Nt{constructor(e){super(),St(this,e,Be,Pe,vt,{clientstyling:3,clientstylingurl:4},je)}get clientstyling(){return this.$$.ctx[3]}set clientstyling(e){this.$$set({clientstyling:e}),J()}get clientstylingurl(){return this.$$.ctx[4]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),J()}}zt(Pt,{clientstyling:{},clientstylingurl:{}},["title","text","confirm","close"],[],!0);const Te=Object.freeze(Object.defineProperty({__proto__:null,default:Pt},Symbol.toStringTag,{value:"Module"}));exports.CashierConfirmModal_ce=Te;exports.SvelteComponent=Nt;exports.add_iframe_resize_listener=oe;exports.add_render_callback=U;exports.append=x;exports.append_styles=jt;exports.attr=$;exports.binding_callbacks=tt;exports.check_outros=we;exports.component_subscribe=Ft;exports.create_bidirectional_transition=xe;exports.create_custom_element=zt;exports.create_slot=T;exports.destroy_each=Gt;exports.detach=O;exports.element=v;exports.empty=Kt;exports.ensure_array_like=ve;exports.flush=J;exports.get_all_dirty_from_scope=q;exports.get_slot_changes=R;exports.globals=Vt;exports.group_outros=be;exports.identity=Ct;exports.init=St;exports.insert=nt;exports.is_function=et;exports.listen=I;exports.noop=L;exports.onMount=_e;exports.prevent_default=Qt;exports.run_all=k;exports.safe_not_equal=vt;exports.set_custom_element_data=Xt;exports.set_data=ee;exports.set_input_value=ne;exports.set_style=ie;exports.space=G;exports.src_url_equal=Ht;exports.subscribe=Mt;exports.svg_element=rt;exports.text=at;exports.to_number=Yt;exports.toggle_class=re;exports.transition_in=z;exports.transition_out=D;exports.update_slot_base=W;
|