@everymatrix/cashier-method-details 1.74.1 → 1.74.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.
Files changed (37) hide show
  1. package/components/{CashierError-BkIxkY8F.js → CashierError-BrhXjIFy.js} +704 -672
  2. package/components/{CashierError-BYAm1Lbb.js → CashierError-FFDY8Bjv.js} +712 -680
  3. package/components/CashierError-bGDEVexB.cjs +18 -0
  4. package/components/{CashierMethodDetails-rDDw8Bc8.js → CashierMethodDetails-C9ptFW5t.js} +2722 -2720
  5. package/components/{CashierMethodDetails-CY-n5Xs3.js → CashierMethodDetails-gbRtHZjQ.js} +2755 -2750
  6. package/components/CashierMethodDetails-jSs7_rF2.cjs +86 -0
  7. package/components/{CashierNotifications-BQTvUy4u.js → CashierNotifications-B2kZUm6v.js} +19 -19
  8. package/components/{CashierNotifications-C24DSLai.js → CashierNotifications-CblRF1Eh.js} +19 -19
  9. package/components/{CashierNotifications-aQsycG0U.cjs → CashierNotifications-uWkM_JBz.cjs} +1 -1
  10. package/components/{CashierReceiptPage-8VIH-qGc.js → CashierReceiptPage-BuSCecvk.js} +470 -445
  11. package/components/CashierReceiptPage-DADuHiWW.cjs +1 -0
  12. package/components/{CashierReceiptPage-CeYO75Eu.js → CashierReceiptPage-dHEKyJCP.js} +432 -411
  13. package/components/{CashierSpinner-CqquE7s-.cjs → CashierSpinner-CWVXjWja.cjs} +1 -1
  14. package/components/{CashierSpinner-Bnvw5JOa.js → CashierSpinner-DH_zy27t.js} +18 -18
  15. package/components/{CashierSpinner-DBn8C2KN.js → CashierSpinner-DU3_6EXm.js} +18 -18
  16. package/es2015/cashier-method-details.cjs +1 -1
  17. package/es2015/cashier-method-details.js +1 -1
  18. package/esnext/cashier-method-details.js +1 -1
  19. package/package.json +1 -1
  20. package/stencil/index-97d17652-BD-QREJe.js +558 -0
  21. package/stencil/index-97d17652-DJqGt8q2.js +542 -0
  22. package/stencil/index-97d17652-tiiCeQFu.cjs +1 -0
  23. package/stencil/{ui-image-BaHsVAxH.cjs → ui-image-BMiZteNE.cjs} +1 -1
  24. package/stencil/{ui-image-CHeV8e9p.js → ui-image-BW8AeEVd.js} +1 -1
  25. package/stencil/{ui-image-C7s6Uvn5.js → ui-image-CX3MBBZL.js} +1 -1
  26. package/stencil/{ui-image-b7b48fe5-ByRuJtdE.js → ui-image-b7b48fe5-2Ir9VtWc.js} +1 -1
  27. package/stencil/{ui-image-b7b48fe5-D6iig_uN.js → ui-image-b7b48fe5-AJGQkQBu.js} +1 -1
  28. package/stencil/{ui-image-b7b48fe5-DG83WzAo.cjs → ui-image-b7b48fe5-pdIH5TBa.cjs} +1 -1
  29. package/stencil/{ui-image_2-DdFjzzNO.cjs → ui-image_2-BGf0VFLf.cjs} +1 -1
  30. package/stencil/{ui-image_2-Bm97-wkj.js → ui-image_2-Dh5Eqdlm.js} +2 -2
  31. package/stencil/{ui-image_2-qO3reSlr.js → ui-image_2-_K8Pt3w9.js} +2 -2
  32. package/components/CashierError-YlxCi5wR.cjs +0 -5
  33. package/components/CashierMethodDetails-I4F3WmBh.cjs +0 -99
  34. package/components/CashierReceiptPage-CaNza_P-.cjs +0 -1
  35. package/stencil/index-97d17652--F7PvMq9.js +0 -542
  36. package/stencil/index-97d17652-BhLhk_xz.cjs +0 -1
  37. package/stencil/index-97d17652-CCFHkzJw.js +0 -558
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CashierError-YlxCi5wR.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-bGDEVexB.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,30 +1,30 @@
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-BYAm1Lbb.js";
1
+ import { S as h, h as m, j as o, f, s as y, k as d, m as g, o as p, p as k, t as c, u as x, x as S, y as b, z as v, H as w, I as _ } from "./CashierError-BrhXjIFy.js";
2
2
  function C(e) {
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}}");
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}}");
4
4
  }
5
- function j(e) {
5
+ function z(e) {
6
6
  let t;
7
7
  return {
8
8
  c() {
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");
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");
10
10
  },
11
11
  m(i, r) {
12
- g(i, t, r), e[4](t);
12
+ k(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 && y(t), e[4](null);
18
+ i && x(t), e[4](null);
19
19
  }
20
20
  };
21
21
  }
22
- function z(e, t, i) {
22
+ function j(e, t, i) {
23
23
  let { clientstyling: r = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: l = "" } = t, s;
24
- b(() => () => {
24
+ S(() => () => {
25
25
  });
26
26
  function u(n) {
27
- S[n ? "unshift" : "push"](() => {
27
+ w[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 && 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`);
35
+ 3 && r && s && _(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
+ 5 && a && s && b(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
+ 9 && l && s && v(s, `${l}.Style`);
38
38
  }, [s, r, a, l, u];
39
39
  }
40
- class M extends h {
40
+ class H extends h {
41
41
  constructor(t) {
42
- super(), d(
42
+ super(), m(
43
43
  this,
44
44
  t,
45
- z,
46
45
  j,
47
- f,
46
+ z,
47
+ y,
48
48
  {
49
49
  clientstyling: 1,
50
50
  clientstylingurl: 2,
@@ -72,7 +72,7 @@ class M extends h {
72
72
  this.$$set({ mbsource: t }), o();
73
73
  }
74
74
  }
75
- _(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
75
+ f(H, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
76
76
  export {
77
- M as default
77
+ H as default
78
78
  };
@@ -1,30 +1,30 @@
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-BkIxkY8F.js";
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, p as k, t as c, u as x, x as S, y as b, z as v, H as w, I as _ } from "./CashierError-FFDY8Bjv.js";
2
2
  function C(e) {
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}}");
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}}");
4
4
  }
5
- function j(e) {
5
+ function z(e) {
6
6
  let t;
7
7
  return {
8
8
  c() {
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");
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");
10
10
  },
11
11
  m(i, r) {
12
- g(i, t, r), e[4](t);
12
+ k(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 && y(t), e[4](null);
18
+ i && x(t), e[4](null);
19
19
  }
20
20
  };
21
21
  }
22
- function z(e, t, i) {
22
+ function j(e, t, i) {
23
23
  let { clientstyling: r = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: l = "" } = t, s;
24
- b(() => () => {
24
+ S(() => () => {
25
25
  });
26
26
  function u(n) {
27
- S[n ? "unshift" : "push"](() => {
27
+ w[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 && 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`);
35
+ 3 && r && s && _(s, r), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
36
+ 5 && a && s && b(s, a), e.$$.dirty & /*mbsource, customStylingContainer*/
37
+ 9 && l && s && v(s, `${l}.Style`);
38
38
  }, [s, r, a, l, u];
39
39
  }
40
- class M extends h {
40
+ class H extends h {
41
41
  constructor(t) {
42
- super(), d(
42
+ super(), m(
43
43
  this,
44
44
  t,
45
- z,
46
45
  j,
47
- f,
46
+ z,
47
+ y,
48
48
  {
49
49
  clientstyling: 1,
50
50
  clientstylingurl: 2,
@@ -72,7 +72,7 @@ class M extends h {
72
72
  this.$$set({ mbsource: t }), o();
73
73
  }
74
74
  }
75
- _(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
75
+ f(H, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
76
76
  export {
77
- M as default
77
+ H 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-I4F3WmBh.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-jSs7_rF2.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-CY-n5Xs3.js").then((e) => e.C).then(({ default: e }) => {
13
+ customElements.define = n(customElements.define), import("../components/CashierMethodDetails-gbRtHZjQ.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-rDDw8Bc8.js";
1
+ import { C as n } from "../components/CashierMethodDetails-C9ptFW5t.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.74.1",
3
+ "version": "1.74.2",
4
4
  "type": "module",
5
5
  "main": "es2015/cashier-method-details.cjs",
6
6
  "module": "esnext/cashier-method-details.js",