@everymatrix/cashier-method-details 1.74.8 → 1.74.10

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 (36) hide show
  1. package/components/{CashierConfirmModal-mBbcNR6k.js → CashierConfirmModal-BWIW81mB.js} +91 -91
  2. package/components/{CashierConfirmModal-CptRwG7E.cjs → CashierConfirmModal-BpvE1Wx6.cjs} +1 -1
  3. package/components/{CashierConfirmModal-DHQhXBLq.js → CashierConfirmModal-DMfIxlzo.js} +52 -52
  4. package/components/{CashierError-F-JdF-yR.js → CashierError-B0qGY6Wi.js} +845 -843
  5. package/components/CashierError-CUhtZvcE.cjs +18 -0
  6. package/components/{CashierError-CxC9JUxE.js → CashierError-DoZe5cfh.js} +844 -842
  7. package/components/{CashierMethodDetails-BYUtOrl-.cjs → CashierMethodDetails-BfH-RbrN.cjs} +5 -5
  8. package/components/{CashierMethodDetails-CFo6ZuQl.js → CashierMethodDetails-CjC76kcH.js} +498 -514
  9. package/components/{CashierMethodDetails-DLTg6RpP.js → CashierMethodDetails-dvMrG2uJ.js} +507 -523
  10. package/components/{CashierNotifications-BdfHI3lV.js → CashierNotifications-BcL2GzJF.js} +7 -7
  11. package/components/{CashierNotifications-Dt9Itbd7.cjs → CashierNotifications-CXmrjPcN.cjs} +1 -1
  12. package/components/{CashierNotifications-mhxDKO1J.js → CashierNotifications-DFrPFNQu.js} +7 -7
  13. package/components/{CashierReceiptPage-L8-ZgSVM.cjs → CashierReceiptPage-Bwu64AsC.cjs} +1 -1
  14. package/components/{CashierReceiptPage-CrP-r8ja.js → CashierReceiptPage-D2PHvmZG.js} +7 -7
  15. package/components/{CashierReceiptPage-CfgCGXm-.js → CashierReceiptPage-ccQMDo3k.js} +7 -7
  16. package/components/{CashierSpinner-DBOsp-ou.cjs → CashierSpinner-C74evWKy.cjs} +1 -1
  17. package/components/{CashierSpinner-BjBxLMiY.js → CashierSpinner-CfotkcDR.js} +8 -8
  18. package/components/{CashierSpinner-Rar1657O.js → CashierSpinner-tQuxlMdI.js} +8 -8
  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-BgKdDb-e.cjs +1 -0
  24. package/stencil/{index-97d17652-DJqGt8q2.js → index-97d17652-C7V2DWFg.js} +147 -147
  25. package/stencil/{index-97d17652-BD-QREJe.js → index-97d17652-DIpvPU9H.js} +151 -151
  26. package/stencil/{ui-image-BW8AeEVd.js → ui-image-CYuYAlOX.js} +1 -1
  27. package/stencil/{ui-image-CX3MBBZL.js → ui-image-D3_FGUyo.js} +1 -1
  28. package/stencil/{ui-image-BMiZteNE.cjs → ui-image-DJWD4G-S.cjs} +1 -1
  29. package/stencil/{ui-image-b7b48fe5-2Ir9VtWc.js → ui-image-b7b48fe5-B-k0kWgx.js} +1 -1
  30. package/stencil/{ui-image-b7b48fe5-AJGQkQBu.js → ui-image-b7b48fe5-D8-wEkoZ.js} +1 -1
  31. package/stencil/{ui-image-b7b48fe5-pdIH5TBa.cjs → ui-image-b7b48fe5-yceZ9WkN.cjs} +1 -1
  32. package/stencil/{ui-image_2-Dh5Eqdlm.js → ui-image_2-CzFe50WB.js} +2 -2
  33. package/stencil/{ui-image_2-BGf0VFLf.cjs → ui-image_2-Ha_4GYwN.cjs} +1 -1
  34. package/stencil/{ui-image_2-_K8Pt3w9.js → ui-image_2-z5LhXZY2.js} +2 -2
  35. package/components/CashierError-DnIbQhz-.cjs +0 -18
  36. package/stencil/index-97d17652-tiiCeQFu.cjs +0 -1
@@ -14,7 +14,7 @@ function ot(t) {
14
14
  function Z() {
15
15
  return /* @__PURE__ */ Object.create(null);
16
16
  }
17
- function v(t) {
17
+ function E(t) {
18
18
  t.forEach(ot);
19
19
  }
20
20
  function rt(t) {
@@ -91,7 +91,7 @@ function p(t, e) {
91
91
  function _t(t, e, n) {
92
92
  const s = mt(t);
93
93
  if (!s.getElementById(e)) {
94
- const i = w("style");
94
+ const i = y("style");
95
95
  i.id = e, i.textContent = n, gt(s, i);
96
96
  }
97
97
  }
@@ -122,7 +122,7 @@ function Wt(t, e) {
122
122
  for (let n = 0; n < t.length; n += 1)
123
123
  t[n] && t[n].d(e);
124
124
  }
125
- function w(t) {
125
+ function y(t) {
126
126
  return document.createElement(t);
127
127
  }
128
128
  function X(t) {
@@ -192,66 +192,66 @@ function yt() {
192
192
  function wt(t) {
193
193
  yt().$$.on_mount.push(t);
194
194
  }
195
- const M = [], W = [];
196
- let E = [];
195
+ const L = [], W = [];
196
+ let M = [];
197
197
  const tt = [], xt = /* @__PURE__ */ Promise.resolve();
198
198
  let G = !1;
199
199
  function Ct() {
200
200
  G || (G = !0, xt.then(O));
201
201
  }
202
202
  function K(t) {
203
- E.push(t);
203
+ M.push(t);
204
204
  }
205
205
  const V = /* @__PURE__ */ new Set();
206
- let L = 0;
206
+ let C = 0;
207
207
  function O() {
208
- if (L !== 0)
208
+ if (C !== 0)
209
209
  return;
210
210
  const t = B;
211
211
  do {
212
212
  try {
213
- for (; L < M.length; ) {
214
- const e = M[L];
215
- L++, j(e), Lt(e.$$);
213
+ for (; C < L.length; ) {
214
+ const e = L[C];
215
+ C++, j(e), Lt(e.$$);
216
216
  }
217
217
  } catch (e) {
218
- throw M.length = 0, L = 0, e;
218
+ throw L.length = 0, C = 0, e;
219
219
  }
220
- for (j(null), M.length = 0, L = 0; W.length; )
220
+ for (j(null), L.length = 0, C = 0; W.length; )
221
221
  W.pop()();
222
- for (let e = 0; e < E.length; e += 1) {
223
- const n = E[e];
222
+ for (let e = 0; e < M.length; e += 1) {
223
+ const n = M[e];
224
224
  V.has(n) || (V.add(n), n());
225
225
  }
226
- E.length = 0;
227
- } while (M.length);
226
+ M.length = 0;
227
+ } while (L.length);
228
228
  for (; tt.length; )
229
229
  tt.pop()();
230
230
  G = !1, V.clear(), j(t);
231
231
  }
232
232
  function Lt(t) {
233
233
  if (t.fragment !== null) {
234
- t.update(), v(t.before_update);
234
+ t.update(), E(t.before_update);
235
235
  const e = t.dirty;
236
236
  t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(K);
237
237
  }
238
238
  }
239
239
  function Mt(t) {
240
240
  const e = [], n = [];
241
- E.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), E = e;
241
+ M.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), M = e;
242
242
  }
243
243
  const U = /* @__PURE__ */ new Set();
244
- let x;
244
+ let w;
245
245
  function ne() {
246
- x = {
246
+ w = {
247
247
  r: 0,
248
248
  c: [],
249
- p: x
249
+ p: w
250
250
  // parent group
251
251
  };
252
252
  }
253
253
  function se() {
254
- x.r || v(x.c), x = x.p;
254
+ w.r || E(w.c), w = w.p;
255
255
  }
256
256
  function k(t, e) {
257
257
  t && t.i && (U.delete(t), t.i(e));
@@ -260,7 +260,7 @@ function H(t, e, n, s) {
260
260
  if (t && t.o) {
261
261
  if (U.has(t))
262
262
  return;
263
- U.add(t), x.c.push(() => {
263
+ U.add(t), w.c.push(() => {
264
264
  U.delete(t), s && (n && t.d(1), s());
265
265
  }), t.o(e);
266
266
  } else
@@ -273,15 +273,15 @@ function Et(t, e, n) {
273
273
  const { fragment: s, after_update: i } = t.$$;
274
274
  s && s.m(e, n), K(() => {
275
275
  const c = t.$$.on_mount.map(ot).filter(rt);
276
- t.$$.on_destroy ? t.$$.on_destroy.push(...c) : v(c), t.$$.on_mount = [];
276
+ t.$$.on_destroy ? t.$$.on_destroy.push(...c) : E(c), t.$$.on_mount = [];
277
277
  }), i.forEach(K);
278
278
  }
279
279
  function vt(t, e) {
280
280
  const n = t.$$;
281
- n.fragment !== null && (Mt(n.after_update), v(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
281
+ n.fragment !== null && (Mt(n.after_update), E(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
282
282
  }
283
283
  function kt(t, e) {
284
- t.$$.dirty[0] === -1 && (M.push(t), Ct(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
284
+ t.$$.dirty[0] === -1 && (L.push(t), Ct(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
285
285
  }
286
286
  function jt(t, e, n, s, i, c, a = null, l = [-1]) {
287
287
  const u = B;
@@ -310,9 +310,9 @@ function jt(t, e, n, s, i, c, a = null, l = [-1]) {
310
310
  a && a(o.root);
311
311
  let b = !1;
312
312
  if (o.ctx = n ? n(t, e.props || {}, ($, f, ...h) => {
313
- const C = h.length ? h[0] : f;
314
- return o.ctx && i(o.ctx[$], o.ctx[$] = C) && (!o.skip_bound && o.bound[$] && o.bound[$](C), b && kt(t, $)), f;
315
- }) : [], o.update(), b = !0, v(o.before_update), o.fragment = s ? s(o.ctx) : !1, e.target) {
313
+ const x = h.length ? h[0] : f;
314
+ return o.ctx && i(o.ctx[$], o.ctx[$] = x) && (!o.skip_bound && o.bound[$] && o.bound[$](x), b && kt(t, $)), f;
315
+ }) : [], o.update(), b = !0, E(o.before_update), o.fragment = s ? s(o.ctx) : !1, e.target) {
316
316
  if (e.hydrate) {
317
317
  const $ = pt(e.target);
318
318
  o.fragment && o.fragment.l($), $.forEach(I);
@@ -365,7 +365,7 @@ typeof HTMLElement == "function" && (ut = class extends HTMLElement {
365
365
  let c;
366
366
  return {
367
367
  c: function() {
368
- c = w("slot"), i !== "default" && d(c, "name", i);
368
+ c = y("slot"), i !== "default" && d(c, "name", i);
369
369
  },
370
370
  /**
371
371
  * @param {HTMLElement} target
@@ -597,11 +597,11 @@ function It(t) {
597
597
  /*$$scope*/
598
598
  t[6],
599
599
  it
600
- ), C = (
600
+ ), x = (
601
601
  /*#slots*/
602
602
  t[7].text
603
603
  ), _ = T(
604
- C,
604
+ x,
605
605
  t,
606
606
  /*$$scope*/
607
607
  t[6],
@@ -624,13 +624,13 @@ function It(t) {
624
624
  /*$$scope*/
625
625
  t[6],
626
626
  et
627
- ), y = N || Dt();
627
+ ), v = N || Dt();
628
628
  return {
629
629
  c() {
630
- e = w("div"), n = w("div"), s = w("div"), h && h.c(), i = J(), _ && _.c(), c = J(), a = w("span"), m && m.c(), l = J(), u = w("span"), y && y.c(), d(a, "class", "ModalOkBtn"), d(a, "role", "button"), d(u, "class", "ModalCloseBtn"), d(u, "role", "button"), d(s, "class", "CashierModalContainer"), d(n, "class", "CashierModalWindow"), d(n, "id", "Modal");
630
+ e = y("div"), n = y("div"), s = y("div"), h && h.c(), i = J(), _ && _.c(), c = J(), a = y("span"), m && m.c(), l = J(), u = y("span"), v.c(), d(a, "class", "ModalOkBtn"), d(a, "role", "button"), d(u, "class", "ModalCloseBtn"), d(u, "role", "button"), d(s, "class", "CashierModalContainer"), d(n, "class", "CashierModalWindow"), d(n, "id", "Modal");
631
631
  },
632
632
  m(r, g) {
633
- Q(r, e, g), p(e, n), p(n, s), h && h.m(s, null), p(s, i), _ && _.m(s, null), p(s, c), p(s, a), m && m.m(a, null), p(s, l), p(s, u), y && y.m(u, null), t[8](e), o = !0, b || ($ = [
633
+ Q(r, e, g), p(e, n), p(n, s), h && h.m(s, null), p(s, i), _ && _.m(s, null), p(s, c), p(s, a), m && m.m(a, null), p(s, l), p(s, u), v.m(u, null), t[8](e), o = !0, b || ($ = [
634
634
  Y(
635
635
  a,
636
636
  "click",
@@ -667,12 +667,12 @@ function It(t) {
667
667
  ), _ && _.p && (!o || g & /*$$scope*/
668
668
  64) && z(
669
669
  _,
670
- C,
670
+ x,
671
671
  r,
672
672
  /*$$scope*/
673
673
  r[6],
674
674
  o ? P(
675
- C,
675
+ x,
676
676
  /*$$scope*/
677
677
  r[6],
678
678
  g,
@@ -721,13 +721,13 @@ function It(t) {
721
721
  );
722
722
  },
723
723
  i(r) {
724
- o || (k(h, r), k(_, r), k(m, r), k(y, r), o = !0);
724
+ o || (k(h, r), k(_, r), k(m, r), k(v, r), o = !0);
725
725
  },
726
726
  o(r) {
727
- H(h, r), H(_, r), H(m, r), H(y, r), o = !1;
727
+ H(h, r), H(_, r), H(m, r), H(v, r), o = !1;
728
728
  },
729
729
  d(r) {
730
- r && I(e), h && h.d(r), _ && _.d(r), m && m.d(r), y && y.d(r), t[8](null), b = !1, v($);
730
+ r && I(e), h && h.d(r), _ && _.d(r), m && m.d(r), v.d(r), t[8](null), b = !1, E($);
731
731
  }
732
732
  };
733
733
  }
@@ -805,13 +805,13 @@ const oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
805
805
  default: at
806
806
  }, Symbol.toStringTag, { value: "Module" }));
807
807
  export {
808
- Gt as A,
809
- lt as B,
810
- Xt as C,
811
- Y as D,
812
- ne as E,
813
- W as F,
814
- Nt as G,
808
+ Xt as A,
809
+ Y as B,
810
+ ne as C,
811
+ W as D,
812
+ Nt as E,
813
+ At as F,
814
+ Tt as G,
815
815
  Ft as H,
816
816
  Qt as I,
817
817
  K as J,
@@ -832,7 +832,7 @@ export {
832
832
  _t as d,
833
833
  T as e,
834
834
  O as f,
835
- w as g,
835
+ y as g,
836
836
  J as h,
837
837
  rt as i,
838
838
  d as j,
@@ -843,13 +843,13 @@ export {
843
843
  P as o,
844
844
  H as p,
845
845
  se as q,
846
- v as r,
846
+ E as r,
847
847
  $t as s,
848
848
  k as t,
849
849
  z as u,
850
850
  I as v,
851
851
  Jt as w,
852
852
  wt as x,
853
- At as y,
854
- Tt as z
853
+ Gt as y,
854
+ lt as z
855
855
  };