@feedmepos/mf-payment 1.5.34 → 1.5.35-dev

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 (27) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BMLg-uol.js → Actions.vue_vue_type_script_setup_true_lang-otzczqU5.js} +14 -14
  2. package/dist/{Chargeback-BkVFinyh.js → Chargeback-CQkYS7zA.js} +1 -1
  3. package/dist/{OnboardForm--wUvq0Bz.js → OnboardForm-By03Chhh.js} +1 -1
  4. package/dist/{OnboardForm-B04cZaFV.js → OnboardForm-CqZYRciP.js} +1 -1
  5. package/dist/{PayoutAccount-E5ujCJqw.js → PayoutAccount-D8ZiVHXg.js} +1 -1
  6. package/dist/{PayoutAccount-jlCtwsaD.js → PayoutAccount-DbJB5Y6K.js} +1 -1
  7. package/dist/Settlement-BAeQCoUt.js +610 -0
  8. package/dist/{Settlement-DJ6ETp2U.js → Settlement-CRlYjp36.js} +1 -1
  9. package/dist/{SettlementTransactions-cYUYH2RJ.js → SettlementTransactions-C0vRk4kI.js} +21 -17
  10. package/dist/{SettlementTransactions-DF2ybUos.js → SettlementTransactions-C4F8UT8k.js} +2 -2
  11. package/dist/Transaction-CkmY_1p2.js +482 -0
  12. package/dist/{Transaction-A-sOT2PE.js → Transaction-pfFFXNUZ.js} +93 -108
  13. package/dist/{TransactionOld-DttRuS3v.js → TransactionOld-CaLBhbhp.js} +2 -2
  14. package/dist/api/settlement/index.d.ts +10 -4
  15. package/dist/api/transaction/index.d.ts +1 -1
  16. package/dist/{app-qtpxMy1_.js → app-CjT9c5hY.js} +141 -132
  17. package/dist/app.js +1 -1
  18. package/dist/components/SettlementSelector.vue.d.ts +12 -0
  19. package/dist/components/SourceSelector.vue.d.ts +2 -0
  20. package/dist/{index-BRhAeH7J.js → index-CiCmB-Rg.js} +13 -7
  21. package/dist/{index-BcmesiC4.js → index-_EfmUlsc.js} +21 -19
  22. package/dist/package.json +1 -1
  23. package/dist/{payout-account-Ca3Ayv7S.js → payout-account-BvYk9wz-.js} +1 -1
  24. package/dist/tsconfig.app.tsbuildinfo +1 -1
  25. package/package.json +1 -1
  26. package/dist/Settlement-SoOQIN8y.js +0 -490
  27. package/dist/Transaction-CbZRbUDH.js +0 -482
@@ -1,7 +1,7 @@
1
- import { defineComponent as i, resolveComponent as o, openBlock as a, createBlock as s, withCtx as r, createElementVNode as d, unref as p, createElementBlock as u, createVNode as m, Fragment as g, renderList as w } from "vue";
2
- import { g as h, a as y } from "./assets-gWQvONT9.js";
1
+ import { defineComponent as i, resolveComponent as o, openBlock as a, createBlock as s, withCtx as r, createElementVNode as d, unref as p, computed as g, createElementBlock as u, createVNode as m, Fragment as w, renderList as h } from "vue";
2
+ import { g as y, a as F } from "./assets-gWQvONT9.js";
3
3
  import "@feedmepos/ui-library";
4
- const F = ["src"], M = /* @__PURE__ */ i({
4
+ const k = ["src"], M = /* @__PURE__ */ i({
5
5
  __name: "Gateway",
6
6
  props: {
7
7
  row: {},
@@ -19,14 +19,14 @@ const F = ["src"], M = /* @__PURE__ */ i({
19
19
  default: r(() => [
20
20
  d("img", {
21
21
  class: "rounded-md m-auto border-transparent w-[32px] h-[32px]",
22
- src: p(h)(n.row.original.gateway)
23
- }, null, 8, F)
22
+ src: p(y)(n.row.original.gateway)
23
+ }, null, 8, k)
24
24
  ]),
25
25
  _: 1
26
26
  }, 8, ["content"]);
27
27
  };
28
28
  }
29
- }), k = ["src"], v = /* @__PURE__ */ i({
29
+ }), x = ["src"], C = /* @__PURE__ */ i({
30
30
  __name: "Method",
31
31
  props: {
32
32
  row: {},
@@ -44,21 +44,21 @@ const F = ["src"], M = /* @__PURE__ */ i({
44
44
  default: r(() => [
45
45
  d("img", {
46
46
  class: "rounded-md m-auto border-transparent w-[32px] h-[32px]",
47
- src: p(y)(n.row.original.method.issuer, n.row.original.method.variant)
48
- }, null, 8, k)
47
+ src: p(F)(n.row.original.method.issuer, n.row.original.method.variant)
48
+ }, null, 8, x)
49
49
  ]),
50
50
  _: 1
51
51
  }, 8, ["content"]);
52
52
  };
53
53
  }
54
- }), C = /* @__PURE__ */ i({
54
+ }), P = /* @__PURE__ */ i({
55
55
  __name: "Actions",
56
56
  props: {
57
57
  onAction: { type: Function },
58
58
  transaction: {}
59
59
  },
60
60
  setup(n) {
61
- const c = [
61
+ const c = g(() => [
62
62
  n.transaction.flags.query && {
63
63
  label: "Query",
64
64
  sublabel: "Perform transaction status inquriy",
@@ -83,7 +83,7 @@ const F = ["src"], M = /* @__PURE__ */ i({
83
83
  icon: "history",
84
84
  action: "history"
85
85
  }
86
- ];
86
+ ]);
87
87
  return (l, e) => {
88
88
  const b = o("FmIcon"), f = o("FmMenuItem"), _ = o("FmMenu");
89
89
  return a(), u("div", {
@@ -96,7 +96,7 @@ const F = ["src"], M = /* @__PURE__ */ i({
96
96
  m(b, { name: "settings" })
97
97
  ]),
98
98
  default: r(() => [
99
- (a(!0), u(g, null, w(c.filter((t) => !!t), (t) => (a(), s(f, {
99
+ (a(!0), u(w, null, h(c.value.filter((t) => !!t), (t) => (a(), s(f, {
100
100
  selectable: !0,
101
101
  key: t.label,
102
102
  sublabel: t.sublabel,
@@ -113,6 +113,6 @@ const F = ["src"], M = /* @__PURE__ */ i({
113
113
  });
114
114
  export {
115
115
  M as _,
116
- v as a,
117
- C as b
116
+ C as a,
117
+ P as b
118
118
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as D, ref as k, onMounted as P, resolveComponent as d, openBlock as v, createBlock as B, withCtx as F, createVNode as c, unref as g, createElementVNode as _, createElementBlock as Y, Fragment as U, renderList as K, watch as M, isRef as R, h as S } from "vue";
2
- import { t as V } from "./index-BRhAeH7J.js";
2
+ import { t as V } from "./index-CiCmB-Rg.js";
3
3
  import { h as b } from "./moment-h96o7c8I.js";
4
4
  import "./index-T2CVm7-_.js";
5
5
  import { d as A } from "./dinero-CIVmXLL-.js";
@@ -8,7 +8,7 @@ import { p as En } from "./index-Dq4IAN2N.js";
8
8
  import { useSnackbar as Vn, useFormChild as Kn, useDialog as Qn } from "@feedmepos/ui-library";
9
9
  import { u as yn } from "./index-T2CVm7-_.js";
10
10
  import { s as Sn } from "./vue-signature-pad.esm-IXPjf4fL.js";
11
- import { P as Un } from "./payout-account-Ca3Ayv7S.js";
11
+ import { P as Un } from "./payout-account-BvYk9wz-.js";
12
12
  import { useRouter as In } from "vue-router";
13
13
  const _n = { class: "flex" }, $n = { class: "justify-self-center font-semibold" }, nt = ["src"], tt = ["src"], C = /* @__PURE__ */ rn({
14
14
  __name: "UploadButton",
@@ -3,7 +3,7 @@ import { o as z } from "./index-DhYZ6Ghe.js";
3
3
  import { u as Z, p as oe } from "./index-T2CVm7-_.js";
4
4
  import { useRouter as re } from "vue-router";
5
5
  import { z as u, a as d } from "./validator-DzjyJnvv.js";
6
- import { P as ie } from "./payout-account-Ca3Ayv7S.js";
6
+ import { P as ie } from "./payout-account-BvYk9wz-.js";
7
7
  import { _ } from "./DocumentViewer.vue_vue_type_script_setup_true_lang-3pmwclcO.js";
8
8
  import { s as ue } from "./vue-signature-pad.esm-IXPjf4fL.js";
9
9
  import { _ as ee } from "./Status.vue_vue_type_script_setup_true_lang-B41rO8q8.js";
@@ -2,7 +2,7 @@ import { defineComponent as _, resolveComponent as p, openBlock as y, createBloc
2
2
  import { u as K } from "./index-Q0ELb0wB.js";
3
3
  import { p as D } from "./index-T2CVm7-_.js";
4
4
  import { _ as $ } from "./AdminLayout.vue_vue_type_script_setup_true_lang-0Mf1MhAL.js";
5
- import { P } from "./payout-account-Ca3Ayv7S.js";
5
+ import { P } from "./payout-account-BvYk9wz-.js";
6
6
  import { p as A } from "./index-Dq4IAN2N.js";
7
7
  import "@feedmepos/ui-library";
8
8
  import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-CkzD8rQP.js";
@@ -3,7 +3,7 @@ import { defineStore as rA, storeToRefs as lA } from "pinia";
3
3
  import { p as J } from "./index-Dq4IAN2N.js";
4
4
  import { p as Z, u as nA, e as cA } from "./index-T2CVm7-_.js";
5
5
  import { useI18n as L, useCoreStore as sA } from "@feedmepos/mf-common";
6
- import { c as BA, a as AA, P as k } from "./payout-account-Ca3Ayv7S.js";
6
+ import { c as BA, a as AA, P as k } from "./payout-account-BvYk9wz-.js";
7
7
  import { useDialogChild as uA, useDialog as wA } from "@feedmepos/ui-library";
8
8
  import { z as X, a as q } from "./validator-DzjyJnvv.js";
9
9
  import { P as tA } from "./PDFViewer-CIPPbzWD.js";