@everymatrix/cashier-method-details 1.56.0 → 1.56.2
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/{CashierConfirmModal-DX30udCt.js → CashierConfirmModal-BzyMG3UR.js} +46 -39
- package/components/{CashierConfirmModal-BeEK5pGj.cjs → CashierConfirmModal-CiWxBakF.cjs} +1 -1
- package/components/{CashierConfirmModal-C4oTmnti.js → CashierConfirmModal-_hdnB5XT.js} +47 -40
- package/components/{CashierError-CHTIdJFG.cjs → CashierError-DZjdr9Yb.cjs} +16 -3
- package/components/{CashierError-DK-FE2t4.js → CashierError-Tz0RLayt.js} +524 -502
- package/components/{CashierError-dKzawjGf.js → CashierError-vnxtaVVj.js} +523 -501
- package/components/{CashierHeader-UXnGiPlG.cjs → CashierHeader-BjxxHtz3.cjs} +1 -1
- package/components/{CashierHeader-CcCfgKKj.js → CashierHeader-CpSB5msg.js} +44 -44
- package/components/{CashierHeader-cbMs-Ax4.js → CashierHeader-DhbF_qQk.js} +44 -44
- package/components/{CashierIframeRedirect-pJRalaIp.js → CashierIframeRedirect-BSAMAc8B.js} +32 -32
- package/components/{CashierIframeRedirect-9hpAaFQR.js → CashierIframeRedirect-DMA3FcSz.js} +30 -30
- package/components/{CashierIframeRedirect-OEVjAXWH.cjs → CashierIframeRedirect-erxyxK0N.cjs} +1 -1
- package/components/{CashierMethodDetails-DJLZFNMR.js → CashierMethodDetails-BHxFMAtx.js} +1868 -1831
- package/components/{CashierMethodDetails-DU7-35Hh.js → CashierMethodDetails-C9XAbwwT.js} +1807 -1770
- package/components/CashierMethodDetails-DebzpprM.cjs +18 -0
- package/components/{CashierModal-nl-2Ol6U.js → CashierModal-B2DUTbzl.js} +27 -27
- package/components/{CashierModal-DYzmydyY.js → CashierModal-cAadEtV9.js} +27 -27
- package/components/{CashierModal-Dh8HuQn-.cjs → CashierModal-yskXp9fE.cjs} +1 -1
- package/components/{CashierNotifications-DE6lzn06.js → CashierNotifications-BqrU3g7B.js} +19 -19
- package/components/{CashierNotifications-C2D2LjK6.cjs → CashierNotifications-C5Z_cNID.cjs} +1 -1
- package/components/{CashierNotifications-DH1lz02f.js → CashierNotifications-sCssNp8Z.js} +19 -19
- package/components/{CashierReceiptPage-Og0KIyx_.js → CashierReceiptPage-BL2PQN5z.js} +215 -202
- package/components/{CashierReceiptPage-DGzJcFot.cjs → CashierReceiptPage-B_XnKMeK.cjs} +1 -1
- package/components/{CashierReceiptPage-CbUcbfVA.js → CashierReceiptPage-DB965lDo.js} +191 -179
- package/components/{CashierSpinner-DG1S-dlx.js → CashierSpinner-BMBhQseZ.js} +25 -25
- package/components/{CashierSpinner-BYRAyXQ3.cjs → CashierSpinner-Cxbw-HyX.cjs} +1 -1
- package/components/{CashierSpinner-DRAwOlC0.js → CashierSpinner-D3kcfOR-.js} +25 -25
- package/es2015/cashier-method-details.cjs +1 -1
- package/es2015/cashier-method-details.js +1 -1
- package/esnext/cashier-method-details.js +1 -1
- package/package.json +1 -1
- package/components/CashierMethodDetails-DcFabdl_.cjs +0 -18
@@ -2,7 +2,8 @@ function L() {
|
|
2
2
|
}
|
3
3
|
const xt = (t) => t;
|
4
4
|
function vt(t, e) {
|
5
|
-
for (const n in e)
|
5
|
+
for (const n in e)
|
6
|
+
t[n] = e[n];
|
6
7
|
return (
|
7
8
|
/** @type {T & S} */
|
8
9
|
t
|
@@ -115,7 +116,8 @@ function Ot(t, e, n) {
|
|
115
116
|
}
|
116
117
|
}
|
117
118
|
function ot(t) {
|
118
|
-
if (!t)
|
119
|
+
if (!t)
|
120
|
+
return document;
|
119
121
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
120
122
|
return e && /** @type {ShadowRoot} */
|
121
123
|
e.host ? (
|
@@ -243,7 +245,8 @@ const G = /* @__PURE__ */ new Map();
|
|
243
245
|
let K = 0;
|
244
246
|
function Bt(t) {
|
245
247
|
let e = 5381, n = t.length;
|
246
|
-
for (; n--; )
|
248
|
+
for (; n--; )
|
249
|
+
e = (e << 5) - e ^ t.charCodeAt(n);
|
247
250
|
return e >>> 0;
|
248
251
|
}
|
249
252
|
function Tt(t, e) {
|
@@ -285,7 +288,8 @@ function B(t) {
|
|
285
288
|
T = t;
|
286
289
|
}
|
287
290
|
function Dt() {
|
288
|
-
if (!T)
|
291
|
+
if (!T)
|
292
|
+
throw new Error("Function called outside component initialization");
|
289
293
|
return T;
|
290
294
|
}
|
291
295
|
function we(t) {
|
@@ -316,7 +320,8 @@ function Z() {
|
|
316
320
|
} catch (e) {
|
317
321
|
throw O.length = 0, j = 0, e;
|
318
322
|
}
|
319
|
-
for (B(null), O.length = 0, j = 0; et.length; )
|
323
|
+
for (B(null), O.length = 0, j = 0; et.length; )
|
324
|
+
et.pop()();
|
320
325
|
for (let e = 0; e < A.length; e += 1) {
|
321
326
|
const n = A[e];
|
322
327
|
Y.has(n) || (Y.add(n), n());
|
@@ -365,11 +370,13 @@ function P(t, e) {
|
|
365
370
|
}
|
366
371
|
function F(t, e, n, s) {
|
367
372
|
if (t && t.o) {
|
368
|
-
if (U.has(t))
|
373
|
+
if (U.has(t))
|
374
|
+
return;
|
369
375
|
U.add(t), v.c.push(() => {
|
370
376
|
U.delete(t), s && (n && t.d(1), s());
|
371
377
|
}), t.o(e);
|
372
|
-
} else
|
378
|
+
} else
|
379
|
+
s && s();
|
373
380
|
}
|
374
381
|
const Jt = { duration: 0 };
|
375
382
|
function ve(t, e, n, s) {
|
@@ -942,51 +949,51 @@ const Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
942
949
|
default: Ct
|
943
950
|
}, Symbol.toStringTag, { value: "Module" }));
|
944
951
|
export {
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
952
|
+
V as A,
|
953
|
+
Ce as B,
|
954
|
+
et as C,
|
955
|
+
ce as D,
|
949
956
|
$e as E,
|
950
957
|
Q as F,
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
958
|
+
we as G,
|
959
|
+
ue as H,
|
960
|
+
be as I,
|
961
|
+
_e as J,
|
955
962
|
Me as K,
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
963
|
+
he as L,
|
964
|
+
fe as M,
|
965
|
+
pe as N,
|
966
|
+
ct as O,
|
960
967
|
ge as P,
|
961
968
|
xt as Q,
|
962
|
-
|
969
|
+
ye as R,
|
963
970
|
Xt as S,
|
964
|
-
|
971
|
+
ve as T,
|
965
972
|
Ee as U,
|
966
|
-
|
973
|
+
Mt as a,
|
967
974
|
Qt as b,
|
968
|
-
|
969
|
-
|
970
|
-
|
975
|
+
Zt as c,
|
976
|
+
Ot as d,
|
977
|
+
W as e,
|
971
978
|
Z as f,
|
972
|
-
|
973
|
-
|
979
|
+
x as g,
|
980
|
+
X as h,
|
974
981
|
st as i,
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
982
|
+
_ as j,
|
983
|
+
rt as k,
|
984
|
+
C as l,
|
985
|
+
I as m,
|
979
986
|
L as n,
|
980
|
-
|
981
|
-
|
982
|
-
|
987
|
+
D as o,
|
988
|
+
F as p,
|
989
|
+
xe as q,
|
983
990
|
k as r,
|
984
|
-
|
985
|
-
|
991
|
+
Lt as s,
|
992
|
+
P as t,
|
986
993
|
H as u,
|
987
|
-
|
994
|
+
N as v,
|
988
995
|
ae as w,
|
989
996
|
de as x,
|
990
|
-
|
991
|
-
|
997
|
+
bt as y,
|
998
|
+
me as z
|
992
999
|
};
|
@@ -1,4 +1,4 @@
|
|
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=`{
|
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),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
2
|
`;for(let g=0;g<=1;g+=u){const m=e+(n-e)*s(g);c+=g*100+`%{${l(m,1-m)}}
|
3
3
|
`}const p=c+`100% {${l(n,1-n)}}
|
4
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;
|
@@ -10,7 +10,7 @@ var Y = (t, e, n) => e in t ? jt(t, e, { enumerable: !0, configurable: !0, writa
|
|
10
10
|
Nt.call(e, n) && Y(t, n, e[n]);
|
11
11
|
return t;
|
12
12
|
}, ft = (t, e) => Ot(t, St(e));
|
13
|
-
var C = (t, e, n) => Y(t, typeof e != "symbol" ? e + "" : e, n);
|
13
|
+
var C = (t, e, n) => (Y(t, typeof e != "symbol" ? e + "" : e, n), n);
|
14
14
|
var dt = (t, e, n) => new Promise((s, r) => {
|
15
15
|
var i = (u) => {
|
16
16
|
try {
|
@@ -31,7 +31,8 @@ function k() {
|
|
31
31
|
}
|
32
32
|
const zt = (t) => t;
|
33
33
|
function Pt(t, e) {
|
34
|
-
for (const n in e)
|
34
|
+
for (const n in e)
|
35
|
+
t[n] = e[n];
|
35
36
|
return (
|
36
37
|
/** @type {T & S} */
|
37
38
|
t
|
@@ -144,7 +145,8 @@ function Ht(t, e, n) {
|
|
144
145
|
}
|
145
146
|
}
|
146
147
|
function lt(t) {
|
147
|
-
if (!t)
|
148
|
+
if (!t)
|
149
|
+
return document;
|
148
150
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
149
151
|
return e && /** @type {ShadowRoot} */
|
150
152
|
e.host ? (
|
@@ -272,7 +274,8 @@ const K = /* @__PURE__ */ new Map();
|
|
272
274
|
let Q = 0;
|
273
275
|
function Vt(t) {
|
274
276
|
let e = 5381, n = t.length;
|
275
|
-
for (; n--; )
|
277
|
+
for (; n--; )
|
278
|
+
e = (e << 5) - e ^ t.charCodeAt(n);
|
276
279
|
return e >>> 0;
|
277
280
|
}
|
278
281
|
function Gt(t, e) {
|
@@ -314,7 +317,8 @@ function T(t) {
|
|
314
317
|
R = t;
|
315
318
|
}
|
316
319
|
function Zt() {
|
317
|
-
if (!R)
|
320
|
+
if (!R)
|
321
|
+
throw new Error("Function called outside component initialization");
|
318
322
|
return R;
|
319
323
|
}
|
320
324
|
function Ne(t) {
|
@@ -345,7 +349,8 @@ function X() {
|
|
345
349
|
} catch (e) {
|
346
350
|
throw S.length = 0, O = 0, e;
|
347
351
|
}
|
348
|
-
for (T(null), S.length = 0, O = 0; st.length; )
|
352
|
+
for (T(null), S.length = 0, O = 0; st.length; )
|
353
|
+
st.pop()();
|
349
354
|
for (let e = 0; e < N.length; e += 1) {
|
350
355
|
const n = N[e];
|
351
356
|
et.has(n) || (et.add(n), n());
|
@@ -394,11 +399,13 @@ function B(t, e) {
|
|
394
399
|
}
|
395
400
|
function U(t, e, n, s) {
|
396
401
|
if (t && t.o) {
|
397
|
-
if (J.has(t))
|
402
|
+
if (J.has(t))
|
403
|
+
return;
|
398
404
|
J.add(t), M.c.push(() => {
|
399
405
|
J.delete(t), s && (n && t.d(1), s());
|
400
406
|
}), t.o(e);
|
401
|
-
} else
|
407
|
+
} else
|
408
|
+
s && s();
|
402
409
|
}
|
403
410
|
const se = { duration: 0 };
|
404
411
|
function Be(t, e, n, s) {
|
@@ -979,51 +986,51 @@ const Re = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
979
986
|
default: kt
|
980
987
|
}, Symbol.toStringTag, { value: "Module" }));
|
981
988
|
export {
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
989
|
+
G as A,
|
990
|
+
ze as B,
|
991
|
+
st as C,
|
992
|
+
be as D,
|
986
993
|
Ee as E,
|
987
994
|
Z as F,
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
995
|
+
Ne as G,
|
996
|
+
Ce as H,
|
997
|
+
Ae as I,
|
998
|
+
Le as J,
|
992
999
|
Te as K,
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
1000
|
+
Me as L,
|
1001
|
+
xe as M,
|
1002
|
+
je as N,
|
1003
|
+
$t as O,
|
997
1004
|
Oe as P,
|
998
1005
|
zt as Q,
|
999
|
-
|
1006
|
+
Se as R,
|
1000
1007
|
ue as S,
|
1001
|
-
|
1008
|
+
Be as T,
|
1002
1009
|
Re as U,
|
1003
|
-
|
1010
|
+
Bt as a,
|
1004
1011
|
le as b,
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1012
|
+
ce as c,
|
1013
|
+
Ht as d,
|
1014
|
+
D as e,
|
1008
1015
|
X as f,
|
1009
|
-
|
1010
|
-
|
1016
|
+
v as g,
|
1017
|
+
tt as h,
|
1011
1018
|
ot as i,
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1019
|
+
_ as j,
|
1020
|
+
ct as k,
|
1021
|
+
x as l,
|
1022
|
+
q as m,
|
1016
1023
|
k as n,
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1024
|
+
H as o,
|
1025
|
+
U as p,
|
1026
|
+
Pe as q,
|
1020
1027
|
j as r,
|
1021
|
-
|
1022
|
-
|
1028
|
+
Rt as s,
|
1029
|
+
B as t,
|
1023
1030
|
I as u,
|
1024
|
-
|
1031
|
+
z as v,
|
1025
1032
|
we as w,
|
1026
1033
|
ve as x,
|
1027
|
-
|
1028
|
-
|
1034
|
+
Et as y,
|
1035
|
+
ke as z
|
1029
1036
|
};
|