@everymatrix/cashier-method-details 1.76.3 → 1.76.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/components/CashierError-CeoXgJAO.js +4593 -0
  2. package/components/CashierError-DLBDWGpI.cjs +8 -0
  3. package/components/CashierError-DrjuKNzd.js +4630 -0
  4. package/components/{CashierMethodDetails-BWHdOaxR.js → CashierMethodDetails-C_uV4BaK.js} +3201 -3278
  5. package/components/CashierMethodDetails-D8tjzbX7.cjs +100 -0
  6. package/components/{CashierMethodDetails-DIc5nHRa.js → CashierMethodDetails-iRO3sc_6.js} +3139 -3216
  7. package/components/CashierModal-BZybFnWL.cjs +1 -0
  8. package/components/CashierModal-CNTiW0ow.js +263 -0
  9. package/components/CashierModal-Dv_0c2re.js +263 -0
  10. package/components/{CashierNotifications-BoCKEoNK.js → CashierNotifications-CqMYB5MP.js} +15 -15
  11. package/components/{CashierNotifications-Byw9YQwf.js → CashierNotifications-D3DHnsJl.js} +17 -17
  12. package/components/{CashierNotifications-l6v72sgJ.cjs → CashierNotifications-DlIbcdOZ.cjs} +1 -1
  13. package/components/CashierReceiptPage-91MkEvas.cjs +1 -0
  14. package/components/CashierReceiptPage-DQd7DLdU.js +1648 -0
  15. package/components/CashierReceiptPage-Dr35cbXa.js +1650 -0
  16. package/components/{CashierSpinner-DHhR3rfC.cjs → CashierSpinner-BUcuwI5f.cjs} +1 -1
  17. package/components/{CashierSpinner-C6V8vmbe.js → CashierSpinner-BwaCXZX3.js} +14 -14
  18. package/components/{CashierSpinner-DacPlkWp.js → CashierSpinner-CtA3wnzQ.js} +14 -14
  19. package/es2015/cashier-method-details.cjs +1 -1
  20. package/es2015/cashier-method-details.js +1 -1
  21. package/esnext/cashier-method-details.js +1 -1
  22. package/package.json +1 -1
  23. package/stencil/{index-97d17652-C7V2DWFg.js → index-97d17652--F7PvMq9.js} +176 -176
  24. package/stencil/index-97d17652-BhLhk_xz.cjs +1 -0
  25. package/stencil/{index-97d17652-DIpvPU9H.js → index-97d17652-CCFHkzJw.js} +187 -187
  26. package/stencil/{ui-image-DJWD4G-S.cjs → ui-image-BaHsVAxH.cjs} +1 -1
  27. package/stencil/{ui-image-D3_FGUyo.js → ui-image-C7s6Uvn5.js} +1 -1
  28. package/stencil/{ui-image-CYuYAlOX.js → ui-image-CHeV8e9p.js} +1 -1
  29. package/stencil/{ui-image-b7b48fe5-B-k0kWgx.js → ui-image-b7b48fe5-ByRuJtdE.js} +1 -1
  30. package/stencil/{ui-image-b7b48fe5-D8-wEkoZ.js → ui-image-b7b48fe5-D6iig_uN.js} +1 -1
  31. package/stencil/{ui-image-b7b48fe5-yceZ9WkN.cjs → ui-image-b7b48fe5-DG83WzAo.cjs} +1 -1
  32. package/stencil/{ui-image_2-z5LhXZY2.js → ui-image_2-Bm97-wkj.js} +2 -2
  33. package/stencil/{ui-image_2-Ha_4GYwN.cjs → ui-image_2-DdFjzzNO.cjs} +1 -1
  34. package/stencil/{ui-image_2-CzFe50WB.js → ui-image_2-qO3reSlr.js} +2 -2
  35. package/components/CashierError-Dj7N5HFs.js +0 -4660
  36. package/components/CashierError-DjXZbKLf.js +0 -4623
  37. package/components/CashierError-P9Tj6USM.cjs +0 -21
  38. package/components/CashierMethodDetails-Dtj10PEv.cjs +0 -86
  39. package/components/CashierModal-01IRo-VX.cjs +0 -1
  40. package/components/CashierModal-C2Nyv-oI.js +0 -244
  41. package/components/CashierModal-C513JGq3.js +0 -244
  42. package/components/CashierReceiptPage-BdxwO-LT.cjs +0 -1
  43. package/components/CashierReceiptPage-Cpss5ybm.js +0 -1622
  44. package/components/CashierReceiptPage-RnRw60xK.js +0 -1620
  45. package/stencil/index-97d17652-BgKdDb-e.cjs +0 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CashierError-P9Tj6USM.cjs");function h(n){t.append_styles(n,"svelte-sjjtuo",".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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}}")}function d(n){let e;return{c(){e=t.element("div"),e.innerHTML='<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>',t.attr(e,"class","CashierSpinner")},m(r,l){t.insert(r,e,l),n[4](e)},p:t.noop,i:t.noop,o:t.noop,d(r){r&&t.detach(e),n[4](null)}}}function f(n,e,r){let{clientstyling:l=""}=e,{clientstylingurl:o=""}=e,{mbsource:a=""}=e,i;t.onMount(()=>()=>{});function u(s){t.binding_callbacks[s?"unshift":"push"](()=>{i=s,r(0,i)})}return n.$$set=s=>{"clientstyling"in s&&r(1,l=s.clientstyling),"clientstylingurl"in s&&r(2,o=s.clientstylingurl),"mbsource"in s&&r(3,a=s.mbsource)},n.$$.update=()=>{n.$$.dirty&3&&l&&i&&t.setClientStyling(i,l),n.$$.dirty&5&&o&&i&&t.setClientStylingURL(i,o),n.$$.dirty&9&&a&&i&&t.setStreamStyling(i,`${a}.Style`)},[i,l,o,a,u]}class c extends t.SvelteComponent{constructor(e){super(),t.init$1(this,e,f,d,t.safe_not_equal,{clientstyling:1,clientstylingurl:2,mbsource:3},h)}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),t.flush()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),t.flush()}get mbsource(){return this.$$.ctx[3]}set mbsource(e){this.$$set({mbsource:e}),t.flush()}}t.create_custom_element(c,{clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=c;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CashierError-DLBDWGpI.cjs");function h(n){t.append_styles(n,"svelte-sjjtuo",".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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}}")}function d(n){let e;return{c(){e=t.element("div"),e.innerHTML='<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>',t.attr(e,"class","CashierSpinner")},m(r,l){t.insert(r,e,l),n[4](e)},p:t.noop,i:t.noop,o:t.noop,d(r){r&&t.detach(e),n[4](null)}}}function f(n,e,r){let{clientstyling:l=""}=e,{clientstylingurl:o=""}=e,{mbsource:a=""}=e,i;t.onMount(()=>()=>{});function u(s){t.binding_callbacks[s?"unshift":"push"](()=>{i=s,r(0,i)})}return n.$$set=s=>{"clientstyling"in s&&r(1,l=s.clientstyling),"clientstylingurl"in s&&r(2,o=s.clientstylingurl),"mbsource"in s&&r(3,a=s.mbsource)},n.$$.update=()=>{n.$$.dirty&3&&l&&i&&t.setClientStyling(i,l),n.$$.dirty&5&&o&&i&&t.setClientStylingURL(i,o),n.$$.dirty&9&&a&&i&&t.setStreamStyling(i,`${a}.Style`)},[i,l,o,a,u]}class c extends t.SvelteComponent{constructor(e){super(),t.init$1(this,e,f,d,t.safe_not_equal,{clientstyling:1,clientstylingurl:2,mbsource:3},h)}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),t.flush()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),t.flush()}get mbsource(){return this.$$.ctx[3]}set mbsource(e){this.$$set({mbsource:e}),t.flush()}}t.create_custom_element(c,{clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=c;
@@ -1,21 +1,21 @@
1
- import { S as h, h as m, j as o, f, s as y, k as d, m as g, o as p, q as k, u as c, v as S, y as b, G as x, H as v, I as w, J as _ } from "./CashierError-DjXZbKLf.js";
1
+ import { S as h, b as d, s as f, f as o, e as m, n as c, j as y, k as g, p, r as k, u as b, B as S, M as x, N as v, O as w, d as _ } from "./CashierError-DrjuKNzd.js";
2
2
  function C(e) {
3
- d(e, "svelte-sjjtuo", ".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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}}");
3
+ m(e, "svelte-sjjtuo", ".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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
  }
5
5
  function j(e) {
6
6
  let t;
7
7
  return {
8
8
  c() {
9
- t = g("div"), t.innerHTML = '<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>', p(t, "class", "CashierSpinner");
9
+ t = p("div"), t.innerHTML = '<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>', k(t, "class", "CashierSpinner");
10
10
  },
11
11
  m(i, r) {
12
- k(i, t, r), e[4](t);
12
+ g(i, t, r), e[4](t);
13
13
  },
14
14
  p: c,
15
15
  i: c,
16
16
  o: c,
17
17
  d(i) {
18
- i && S(t), e[4](null);
18
+ i && y(t), e[4](null);
19
19
  }
20
20
  };
21
21
  }
@@ -24,7 +24,7 @@ function z(e, t, i) {
24
24
  b(() => () => {
25
25
  });
26
26
  function u(n) {
27
- x[n ? "unshift" : "push"](() => {
27
+ S[n ? "unshift" : "push"](() => {
28
28
  s = n, i(0, s);
29
29
  });
30
30
  }
@@ -32,19 +32,19 @@ function z(e, t, i) {
32
32
  "clientstyling" in n && i(1, r = n.clientstyling), "clientstylingurl" in n && i(2, a = n.clientstylingurl), "mbsource" in n && i(3, l = n.mbsource);
33
33
  }, e.$$.update = () => {
34
34
  e.$$.dirty & /*clientstyling, customStylingContainer*/
35
- 3 && r && s && v(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
- 5 && a && s && w(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
- 9 && l && s && _(s, `${l}.Style`);
35
+ 3 && r && s && x(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
+ 5 && a && s && v(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
+ 9 && l && s && w(s, `${l}.Style`);
38
38
  }, [s, r, a, l, u];
39
39
  }
40
- class q extends h {
40
+ class M extends h {
41
41
  constructor(t) {
42
- super(), m(
42
+ super(), d(
43
43
  this,
44
44
  t,
45
45
  z,
46
46
  j,
47
- y,
47
+ f,
48
48
  {
49
49
  clientstyling: 1,
50
50
  clientstylingurl: 2,
@@ -72,7 +72,7 @@ class q extends h {
72
72
  this.$$set({ mbsource: t }), o();
73
73
  }
74
74
  }
75
- f(q, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
75
+ _(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
76
76
  export {
77
- q as default
77
+ M as default
78
78
  };
@@ -1,21 +1,21 @@
1
- import { S as h, f as m, h as o, j as f, s as y, k as d, m as g, o as p, q as k, u as c, v as S, y as b, G as x, H as v, I as w, J as _ } from "./CashierError-Dj7N5HFs.js";
1
+ import { S as h, d, s as f, f as o, e as m, n as c, j as y, k as g, p, r as k, u as b, B as S, M as x, N as v, O as w, b as _ } from "./CashierError-CeoXgJAO.js";
2
2
  function C(e) {
3
- d(e, "svelte-sjjtuo", ".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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}}");
3
+ m(e, "svelte-sjjtuo", ".CashierSpinner{display:block;width:var(--emw--spinner-size, 32px);height:var(--emw--spinner-size, 32px);position:absolute;top:var(--emw--spinner-top-position, 50%);left:var(--emw--spinner-left-position, 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-width:var(--emw--stroke-width, 2px);stroke:var(--emw--spinner-color, #2dcc70)}@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
  }
5
5
  function j(e) {
6
6
  let t;
7
7
  return {
8
8
  c() {
9
- t = g("div"), t.innerHTML = '<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>', p(t, "class", "CashierSpinner");
9
+ t = p("div"), t.innerHTML = '<svg class="spinner" viewBox="25 25 50 50"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-miterlimit="10"></circle></svg>', k(t, "class", "CashierSpinner");
10
10
  },
11
11
  m(i, r) {
12
- k(i, t, r), e[4](t);
12
+ g(i, t, r), e[4](t);
13
13
  },
14
14
  p: c,
15
15
  i: c,
16
16
  o: c,
17
17
  d(i) {
18
- i && S(t), e[4](null);
18
+ i && y(t), e[4](null);
19
19
  }
20
20
  };
21
21
  }
@@ -24,7 +24,7 @@ function z(e, t, i) {
24
24
  b(() => () => {
25
25
  });
26
26
  function u(n) {
27
- x[n ? "unshift" : "push"](() => {
27
+ S[n ? "unshift" : "push"](() => {
28
28
  s = n, i(0, s);
29
29
  });
30
30
  }
@@ -32,19 +32,19 @@ function z(e, t, i) {
32
32
  "clientstyling" in n && i(1, r = n.clientstyling), "clientstylingurl" in n && i(2, a = n.clientstylingurl), "mbsource" in n && i(3, l = n.mbsource);
33
33
  }, e.$$.update = () => {
34
34
  e.$$.dirty & /*clientstyling, customStylingContainer*/
35
- 3 && r && s && v(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
- 5 && a && s && w(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
- 9 && l && s && _(s, `${l}.Style`);
35
+ 3 && r && s && x(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
+ 5 && a && s && v(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
+ 9 && l && s && w(s, `${l}.Style`);
38
38
  }, [s, r, a, l, u];
39
39
  }
40
- class q extends h {
40
+ class M extends h {
41
41
  constructor(t) {
42
- super(), m(
42
+ super(), d(
43
43
  this,
44
44
  t,
45
45
  z,
46
46
  j,
47
- y,
47
+ f,
48
48
  {
49
49
  clientstyling: 1,
50
50
  clientstylingurl: 2,
@@ -72,7 +72,7 @@ class q extends h {
72
72
  this.$$set({ mbsource: t }), o();
73
73
  }
74
74
  }
75
- f(q, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
75
+ _(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
76
76
  export {
77
- q as default
77
+ M as default
78
78
  };
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let s=function(e){return function(...n){try{return e.apply(this,n)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=s(customElements.define),Promise.resolve().then(()=>require("../components/CashierMethodDetails-Dtj10PEv.cjs")).then(e=>e.CashierMethodDetails_ce).then(({default:e})=>{!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",e.element)})}
1
+ "use strict";if(typeof window!="undefined"){let s=function(e){return function(...n){try{return e.apply(this,n)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=s(customElements.define),Promise.resolve().then(()=>require("../components/CashierMethodDetails-D8tjzbX7.cjs")).then(e=>e.CashierMethodDetails_ce).then(({default:e})=>{!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",e.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CashierMethodDetails-BWHdOaxR.js").then((e) => e.C).then(({ default: e }) => {
13
+ customElements.define = n(customElements.define), import("../components/CashierMethodDetails-C_uV4BaK.js").then((e) => e.C).then(({ default: e }) => {
14
14
  !customElements.get("cashier-method-details") && customElements.define("cashier-method-details", e.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as n } from "../components/CashierMethodDetails-DIc5nHRa.js";
1
+ import { C as n } from "../components/CashierMethodDetails-iRO3sc_6.js";
2
2
  function i(t) {
3
3
  return function(...s) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.76.3",
3
+ "version": "1.76.5",
4
4
  "type": "module",
5
5
  "main": "es2015/cashier-method-details.cjs",
6
6
  "module": "esnext/cashier-method-details.js",