@feedmepos/mf-payment 1.2.30 → 1.2.32

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 (22) hide show
  1. package/dist/{OnboardForm-DOZ9futX.js → OnboardForm-C6PtSsCN.js} +24 -23
  2. package/dist/{OnboardForm-SZXqGGPm.js → OnboardForm-DzKMzOTu.js} +2 -2
  3. package/dist/{OnboardSubmission-BlVBKz-H.js → OnboardSubmission-BJd4ad6M.js} +1 -1
  4. package/dist/{OnboardSubmission-CjsvLPVX.js → OnboardSubmission-ZXMWLseU.js} +41 -40
  5. package/dist/{PayoutAccount-Ctd7j0SZ.js → PayoutAccount-CXACf-wl.js} +3 -3
  6. package/dist/{PayoutAccount-BHbqJwXB.js → PayoutAccount-DuxyDGjW.js} +1 -1
  7. package/dist/{SettlementTransactions-DYvhz0Yh.js → SettlementTransactions-BevyrXpX.js} +1 -1
  8. package/dist/{SettlementTransactions-9p3tYV0n.js → SettlementTransactions-ChOW3OFP.js} +1 -1
  9. package/dist/{Transaction-DIz_ArbY.js → Transaction-D1rYvU6G.js} +2 -2
  10. package/dist/{Transaction-DzIzAIbO.js → Transaction-DRyKIb_9.js} +1 -1
  11. package/dist/{TransactionOld-CagUKhjR.js → TransactionOld-CDjxfE_x.js} +2 -2
  12. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js → TransactionTable.vue_vue_type_script_setup_true_lang-BhW4t6ml.js} +1 -1
  13. package/dist/{app-Djt4efuB.js → app-Diwu0mTm.js} +11 -11
  14. package/dist/app.js +1 -1
  15. package/dist/{assets-ha4XB2PU.js → assets-Bgq2Viy_.js} +36 -35
  16. package/dist/{index-mIFz6n66.js → index-kKYhoPJ0.js} +1 -1
  17. package/dist/package.json +1 -1
  18. package/dist/{payout-account-CE1OxSdW.js → payout-account-BruzOhyM.js} +2 -2
  19. package/dist/{plugins-ClNUIkc0.js → plugins-1r8hV_Pp.js} +1 -1
  20. package/dist/softspace-25X2bjBx.js +4 -0
  21. package/dist/tsconfig.app.tsbuildinfo +1 -1
  22. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
- import { defineComponent as O, ref as V, computed as Z, resolveComponent as v, openBlock as u, createElementBlock as F, createElementVNode as d, toDisplayString as ee, Fragment as $, createBlock as w, withCtx as x, createVNode as n, createCommentVNode as y, onMounted as se, unref as o, createTextVNode as z, resolveDynamicComponent as ue } from "vue";
1
+ import { defineComponent as O, ref as V, computed as Z, resolveComponent as v, openBlock as u, createElementBlock as F, createElementVNode as d, toDisplayString as ee, Fragment as $, createBlock as w, withCtx as q, createVNode as n, createCommentVNode as y, onMounted as se, unref as o, createTextVNode as z, resolveDynamicComponent as ue } from "vue";
2
2
  import { z as p, a as c } from "./validator-D5jtpt9A.js";
3
3
  import { P as de, _ as me } from "./PDFViewer-DlSCBBxr.js";
4
4
  import { useCoreStore as pe } from "@feedmepos/mf-common";
5
- import { o as L } from "./index-mIFz6n66.js";
5
+ import { o as L } from "./index-kKYhoPJ0.js";
6
6
  import { p as ce } from "./index-DoD23lHB.js";
7
7
  import { useSnackbar as ve } from "@feedmepos/ui-library";
8
8
  import { u as X } from "./index-BasdAonL.js";
9
- import { P as ye } from "./payout-account-CE1OxSdW.js";
9
+ import { P as ye } from "./payout-account-BruzOhyM.js";
10
10
  import { useRouter as be } from "vue-router";
11
11
  const fe = ["src"], R = /* @__PURE__ */ O({
12
12
  __name: "UploadButton",
@@ -19,13 +19,13 @@ const fe = ["src"], R = /* @__PURE__ */ O({
19
19
  setup(D, { emit: N }) {
20
20
  const P = D, b = V(P.modelValue), g = N, I = (k) => {
21
21
  const C = new FileReader();
22
- C.onload = (q) => {
22
+ C.onload = (x) => {
23
23
  var f;
24
- b.value = (f = q.target) == null ? void 0 : f.result, g("update:modelValue", k);
24
+ b.value = (f = x.target) == null ? void 0 : f.result, g("update:modelValue", k);
25
25
  }, C.readAsDataURL(k);
26
26
  }, A = Z(() => P.type === "image" ? ".png, .jpg, .jpeg" : ".pdf");
27
27
  return (k, C) => {
28
- const q = v("FmButton"), f = v("FmDialog"), s = v("FmDropField");
28
+ const x = v("FmButton"), f = v("FmDialog"), s = v("FmDropField");
29
29
  return u(), F("div", null, [
30
30
  d("p", null, ee(k.label), 1),
31
31
  b.value ? (u(), F($, { key: 0 }, [
@@ -33,17 +33,17 @@ const fe = ["src"], R = /* @__PURE__ */ O({
33
33
  key: 0,
34
34
  '"': ""
35
35
  }, {
36
- "dialog-button": x(() => [
37
- n(q, {
36
+ "dialog-button": q(() => [
37
+ n(x, {
38
38
  class: "mt-4",
39
39
  "prepend-icon": "preview",
40
40
  label: "Preview"
41
41
  })
42
42
  ]),
43
- "dialog-header": x(() => C[1] || (C[1] = [
43
+ "dialog-header": q(() => C[1] || (C[1] = [
44
44
  d("div", null, "Document Preview", -1)
45
45
  ])),
46
- default: x(() => [
46
+ default: q(() => [
47
47
  n(de, {
48
48
  height: 450,
49
49
  pdf: b.value,
@@ -58,7 +58,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
58
58
  src: b.value
59
59
  }, null, 8, fe)) : y("", !0)
60
60
  ], 64)) : y("", !0),
61
- b.value ? (u(), w(q, {
61
+ b.value ? (u(), w(x, {
62
62
  key: 1,
63
63
  class: "mt-4 w-full",
64
64
  "prepend-icon": "delete",
@@ -69,6 +69,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
69
69
  })
70
70
  })) : (u(), w(s, {
71
71
  key: 2,
72
+ "max-file-size": 2097152,
72
73
  accept: A.value,
73
74
  onFileUpload: I
74
75
  }, null, 8, ["accept"]))
@@ -96,7 +97,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
96
97
  E[i] = B.charCodeAt(i);
97
98
  return new File([E], s, { type: m });
98
99
  }
99
- const q = function() {
100
+ const x = function() {
100
101
  const { isEmpty: f, data: s } = A.value.saveSignature();
101
102
  if (f)
102
103
  return I.value = !0;
@@ -127,17 +128,17 @@ const fe = ["src"], R = /* @__PURE__ */ O({
127
128
  modelValue: k.value,
128
129
  "onUpdate:modelValue": s[2] || (s[2] = (i) => k.value = i)
129
130
  }, {
130
- "dialog-button": x(() => [
131
+ "dialog-button": q(() => [
131
132
  n(l, {
132
133
  "prepend-icon": "signature",
133
134
  class: "w-full",
134
135
  label: "Signature"
135
136
  })
136
137
  ]),
137
- "dialog-header": x(() => s[3] || (s[3] = [
138
+ "dialog-header": q(() => s[3] || (s[3] = [
138
139
  d("div", null, "Signature Board", -1)
139
140
  ])),
140
- default: x(() => [
141
+ default: q(() => [
141
142
  n(m, {
142
143
  ref_key: "signaturePad",
143
144
  ref: A,
@@ -156,7 +157,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
156
157
  n(l, {
157
158
  label: "Save",
158
159
  "prepend-icon": "save",
159
- onClick: q
160
+ onClick: x
160
161
  })
161
162
  ])
162
163
  ]),
@@ -168,7 +169,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
168
169
  }), Se = {
169
170
  key: 0,
170
171
  class: "grid grid-cols-4 gap-24"
171
- }, Fe = { class: "col-span-2" }, Ne = { class: "col-span-2" }, Ce = { class: "col-span-2" }, we = { class: "col-span-2" }, Pe = { class: "col-span-2" }, Ie = { class: "col-span-2" }, Ae = { class: "col-start-1 col-span-2" }, qe = { class: "col-span-2" }, xe = { class: "col-span-2" }, _e = { class: "col-span-2" }, Te = {
172
+ }, Fe = { class: "col-span-2" }, Ne = { class: "col-span-2" }, Ce = { class: "col-span-2" }, we = { class: "col-span-2" }, Pe = { class: "col-span-2" }, Ie = { class: "col-span-2" }, Ae = { class: "col-start-1 col-span-2" }, xe = { class: "col-span-2" }, qe = { class: "col-span-2" }, _e = { class: "col-span-2" }, Te = {
172
173
  key: 1,
173
174
  class: "grid grid-cols-4 gap-24"
174
175
  }, Ue = {
@@ -181,7 +182,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
181
182
  },
182
183
  setup(D) {
183
184
  var j, H, K, Y, J, Q;
184
- const { currentRestaurant: N, sessionUser: P } = pe(), b = ve(), g = D, I = be(), { isLoading: A, startAsyncCall: k } = X(!1), { isLoading: C, startAsyncCall: q } = X(!1), f = V(null), s = V(null), l = N.value, m = P.value, B = V(), i = V(1), E = V(!1), a = V({
185
+ const { currentRestaurant: N, sessionUser: P } = pe(), b = ve(), g = D, I = be(), { isLoading: A, startAsyncCall: k } = X(!1), { isLoading: C, startAsyncCall: x } = X(!1), f = V(null), s = V(null), l = N.value, m = P.value, B = V(), i = V(1), E = V(!1), a = V({
185
186
  bankName: ((H = (j = s.value) == null ? void 0 : j.store.bank) == null ? void 0 : H.name) || "",
186
187
  bankAccountNo: ((Y = (K = s.value) == null ? void 0 : K.store.bank) == null ? void 0 : Y.accountNumber) || "",
187
188
  bankHolderName: ((Q = (J = s.value) == null ? void 0 : J.store.bank) == null ? void 0 : Q.holderName) || "",
@@ -237,7 +238,7 @@ const fe = ["src"], R = /* @__PURE__ */ O({
237
238
  r.value[S] = null;
238
239
  }, te = Z(() => i.value === 4 ? E.value && r.value.signature && r.value.companyStamp : i.value === 3 ? r.value.authorizedPersonID && r.value.outletPhoto && r.value.bankStatement && r.value.certificate : i.value < 4), ae = () => {
239
240
  if (i.value === 4)
240
- return q(async () => {
241
+ return x(async () => {
241
242
  try {
242
243
  for (const S of Object.keys(M.value)) {
243
244
  const e = M.value[S];
@@ -288,7 +289,7 @@ Unit 15-15, Level 15 Q Sentral, 2A, Jalan Stesen Sentral 2, Kuala Lumpur Sentral
288
289
  class: "px-16 pb-16",
289
290
  orientation: "horizontal"
290
291
  }, {
291
- default: x(() => [
292
+ default: q(() => [
292
293
  n(U, {
293
294
  title: "Outlet Information",
294
295
  description: "Enter your outlet details.",
@@ -327,7 +328,7 @@ Unit 15-15, Level 15 Q Sentral, 2A, Jalan Stesen Sentral 2, Kuala Lumpur Sentral
327
328
  onValidationSuccess: ae,
328
329
  class: "px-24 pb-24"
329
330
  }, {
330
- default: x(() => [
331
+ default: q(() => [
331
332
  i.value === 1 ? (u(), F("div", Se, [
332
333
  d("div", Fe, [
333
334
  n(h, {
@@ -430,7 +431,7 @@ Unit 15-15, Level 15 Q Sentral, 2A, Jalan Stesen Sentral 2, Kuala Lumpur Sentral
430
431
  ]
431
432
  }, null, 8, ["modelValue", "rules"])
432
433
  ]),
433
- d("div", qe, [
434
+ d("div", xe, [
434
435
  n(h, {
435
436
  modelValue: a.value.businessRegNo,
436
437
  "onUpdate:modelValue": e[11] || (e[11] = (t) => a.value.businessRegNo = t),
@@ -440,7 +441,7 @@ Unit 15-15, Level 15 Q Sentral, 2A, Jalan Stesen Sentral 2, Kuala Lumpur Sentral
440
441
  rules: o(p)(o(c).string().min(1, "Reg No is required"))
441
442
  }, null, 8, ["modelValue", "rules"])
442
443
  ]),
443
- d("div", xe, [
444
+ d("div", qe, [
444
445
  n(h, {
445
446
  modelValue: a.value.tinNo,
446
447
  "onUpdate:modelValue": e[12] || (e[12] = (t) => a.value.tinNo = t),
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as $, ref as w, computed as L, resolveComponent as y, openBlock as v, createElementBlock as N, createElementVNode as a, toDisplayString as D, Fragment as z, createBlock as _, withCtx as c, createVNode as n, createCommentVNode as E, unref as e, createTextVNode as I, onMounted as X, resolveDynamicComponent as Z } from "vue";
2
- import { o as j } from "./index-mIFz6n66.js";
2
+ import { o as j } from "./index-kKYhoPJ0.js";
3
3
  import { u as M } from "./index-BasdAonL.js";
4
4
  import { useRouter as h } from "vue-router";
5
5
  import { z as u, a as d } from "./validator-D5jtpt9A.js";
6
- import { P as ee } from "./payout-account-CE1OxSdW.js";
6
+ import { P as ee } from "./payout-account-BruzOhyM.js";
7
7
  import { P as le } from "./PDFViewer-DlSCBBxr.js";
8
8
  import { _ as te } from "./Status.vue_vue_type_script_setup_true_lang-wrcEbNj3.js";
9
9
  import { useSnackbar as J } from "@feedmepos/ui-library";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as A, ref as V, watch as v, computed as p, resolveComponent as x, openBlock as h, createBlock as w, withCtx as f, createElementVNode as S, createVNode as r, unref as l, isRef as n, h as k } from "vue";
2
- import { o as K } from "./index-mIFz6n66.js";
2
+ import { o as K } from "./index-kKYhoPJ0.js";
3
3
  import { p as m } from "./index-BasdAonL.js";
4
4
  import { _ as O } from "./index.vue_vue_type_script_setup_true_lang-D4bLM6th.js";
5
5
  import { useRouter as F } from "vue-router";
@@ -1,81 +1,82 @@
1
- import { defineComponent as $, ref as z, computed as H, onMounted as U, watch as D, resolveComponent as m, openBlock as n, createBlock as x, unref as o, withCtx as y, createElementVNode as s, createVNode as u, createElementBlock as l, Fragment as B, renderList as N, toDisplayString as i, createTextVNode as c, createCommentVNode as _ } from "vue";
1
+ import { defineComponent as $, ref as z, computed as H, onMounted as U, watch as D, resolveComponent as a, openBlock as n, createBlock as x, unref as o, withCtx as y, createElementVNode as s, createVNode as u, createElementBlock as l, Fragment as B, renderList as N, toDisplayString as i, createTextVNode as c, createCommentVNode as _ } from "vue";
2
2
  import { _ as W } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
3
3
  import { u as q, p as G, e as S } from "./index-BasdAonL.js";
4
4
  import { useI18n as J, useCoreStore as K } from "@feedmepos/mf-common";
5
5
  import { _ as Q } from "./RestaurantSelector.vue_vue_type_script_setup_true_lang-DyLnqQYe.js";
6
- import { o as X } from "./index-mIFz6n66.js";
6
+ import { o as X } from "./index-kKYhoPJ0.js";
7
7
  import { useRouter as Z } from "vue-router";
8
- const w = { class: "flex justify-left items-center mb-6" }, ss = { class: "grid grid-cols-3 gap-6" }, es = { class: "flex items-center" }, ts = ["src"], os = { class: "px-16 text-sm flex-grow" }, ns = { class: "list-disc pl-6" }, is = {
8
+ import { i as w } from "./softspace-25X2bjBx.js";
9
+ const ss = { class: "flex justify-left items-center mb-6" }, es = { class: "grid grid-cols-3 gap-6" }, ts = { class: "flex items-center" }, os = ["src"], ns = { class: "px-16 text-sm flex-grow" }, is = { class: "list-disc pl-6" }, rs = {
9
10
  key: 0,
10
11
  class: "px-24 py-8"
11
- }, rs = { class: "font-medium text-sm" }, as = { class: "text-xs text-gray-500 mb-8 break-all whitespace-pre-line" }, ms = {
12
+ }, ms = { class: "font-medium text-sm" }, as = { class: "text-xs text-gray-500 mb-8 break-all whitespace-pre-line" }, ls = {
12
13
  key: 0,
13
14
  class: "flex flex-col items-end"
14
- }, ls = { class: "text-xs text-gray-500 text-right mb-4" }, cs = { class: "flex items-center mt-2" }, us = { class: "text-green-600 font-medium mr-2" }, ds = {
15
+ }, cs = { class: "text-xs text-gray-500 text-right mb-4" }, us = { class: "flex items-center mt-2" }, ds = { class: "text-green-600 font-medium mr-2" }, ps = {
15
16
  key: 1,
16
17
  class: "flex flex-col items-end"
17
- }, ps = { class: "text-xs text-gray-500 text-right mb-4" }, _s = { class: "flex items-center mt-2" }, bs = { class: "text-orange-600 font-medium mr-2" }, Rs = /* @__PURE__ */ $({
18
+ }, _s = { class: "text-xs text-gray-500 text-right mb-4" }, bs = { class: "flex items-center mt-2" }, fs = { class: "text-orange-600 font-medium mr-2" }, Ns = /* @__PURE__ */ $({
18
19
  __name: "OnboardSubmission",
19
- setup(fs) {
20
- const j = Z(), { isLoading: A, startAsyncCall: L } = q(!1), { t } = J(), { currentRestaurant: b, currentCountry: f } = K(), v = z([]), O = [
20
+ setup(xs) {
21
+ const A = Z(), { isLoading: L, startAsyncCall: O } = q(!1), { t } = J(), { currentRestaurant: b, currentCountry: f } = K(), v = z([]), T = [
21
22
  {
22
23
  type: G.FdoOnboardType.enum.softspace,
23
24
  name: "FassPay",
24
25
  description: () => t("payment.onboard-submission.softspace.description"),
25
- logo: "/src/assets/images/gateway/softspace.jpeg",
26
+ logo: w,
26
27
  country: [S.F_COUNTRY.enum.MY],
27
28
  services: [
28
29
  () => t("payment.onboard-submission.softspace.service1"),
29
30
  () => t("payment.onboard-submission.softspace.service2")
30
31
  ]
31
32
  }
32
- ], T = H(
33
- () => O.filter((r) => r.country.includes((f == null ? void 0 : f.value) || S.F_COUNTRY.enum.MY)).map((r) => ({
33
+ ], V = H(
34
+ () => T.filter((r) => r.country.includes((f == null ? void 0 : f.value) || S.F_COUNTRY.enum.MY)).map((r) => ({
34
35
  ...r,
35
- submission: v.value.find((a) => a.type === r.type)
36
+ submission: v.value.find((m) => m.type === r.type)
36
37
  }))
37
38
  );
38
39
  function h() {
39
- L(async () => {
40
+ O(async () => {
40
41
  var r;
41
42
  (r = b.value) != null && r._id && (v.value = await X.getByRestaurant(b.value._id));
42
43
  });
43
44
  }
44
- return U(h), D([b], h), (r, a) => {
45
- const V = m("FmCardHeader"), Y = m("FmIcon"), E = m("FmCircularProgress"), I = m("FmButton"), M = m("FmCardActions"), P = m("FmCard");
45
+ return U(h), D([b], h), (r, m) => {
46
+ const Y = a("FmCardHeader"), j = a("FmIcon"), E = a("FmCircularProgress"), I = a("FmButton"), M = a("FmCardActions"), P = a("FmCard");
46
47
  return n(), x(W, {
47
48
  title: o(t)("payment.onboard-submission.title"),
48
49
  description: o(t)("payment.onboard-submission.description"),
49
- loading: o(A)
50
+ loading: o(L)
50
51
  }, {
51
52
  default: y(() => [
52
- s("div", w, [
53
+ s("div", ss, [
53
54
  u(Q)
54
55
  ]),
55
- s("div", ss, [
56
- (n(!0), l(B, null, N(T.value, (e, xs) => (n(), x(P, { class: "h-full flex flex-col pt-8" }, {
56
+ s("div", es, [
57
+ (n(!0), l(B, null, N(V.value, (e, ys) => (n(), x(P, { class: "h-full flex flex-col pt-8" }, {
57
58
  default: y(() => {
58
59
  var C, F;
59
60
  return [
60
- s("div", es, [
61
+ s("div", ts, [
61
62
  s("img", {
62
63
  class: "w-64 h-64 ml-6",
63
64
  src: e.logo
64
- }, null, 8, ts),
65
- u(V, {
65
+ }, null, 8, os),
66
+ u(Y, {
66
67
  title: e.name,
67
68
  subtitle: e.description()
68
69
  }, null, 8, ["title", "subtitle"])
69
70
  ]),
70
- s("div", os, [
71
- s("ul", ns, [
71
+ s("div", ns, [
72
+ s("ul", is, [
72
73
  (n(!0), l(B, null, N(e.services, (d, p) => (n(), l("li", {
73
74
  key: `service-${p}`
74
75
  }, i(d()), 1))), 128))
75
76
  ])
76
77
  ]),
77
- (C = e.submission) != null && C.statusReason ? (n(), l("div", is, [
78
- s("p", rs, [
78
+ (C = e.submission) != null && C.statusReason ? (n(), l("div", rs, [
79
+ s("p", ms, [
79
80
  c(i(o(t)("payment.onboard-submission.note")) + ": ", 1),
80
81
  s("span", as, i((F = e.submission) == null ? void 0 : F.statusReason), 1)
81
82
  ])
@@ -84,32 +85,32 @@ const w = { class: "flex justify-left items-center mb-6" }, ss = { class: "grid
84
85
  default: y(() => {
85
86
  var d, p, g, k;
86
87
  return [
87
- ((d = e.submission) == null ? void 0 : d.status) === "approved" ? (n(), l("div", ms, [
88
- s("p", ls, [
88
+ ((d = e.submission) == null ? void 0 : d.status) === "approved" ? (n(), l("div", ls, [
89
+ s("p", cs, [
89
90
  c(i(o(t)("payment.onboard-submission.approval.line1")), 1),
90
- a[0] || (a[0] = s("br", null, null, -1)),
91
+ m[0] || (m[0] = s("br", null, null, -1)),
91
92
  c(" " + i(o(t)("payment.onboard-submission.approval.line2")), 1)
92
93
  ]),
93
- s("div", cs, [
94
- s("p", us, [
94
+ s("div", us, [
95
+ s("p", ds, [
95
96
  c(i(o(t)("payment.onboard-submission.approval.status")), 1),
96
- a[1] || (a[1] = s("br", null, null, -1))
97
+ m[1] || (m[1] = s("br", null, null, -1))
97
98
  ]),
98
- u(Y, {
99
+ u(j, {
99
100
  size: "md",
100
101
  name: "check",
101
102
  color: "#16a34a"
102
103
  })
103
104
  ])
104
105
  ])) : _("", !0),
105
- ((p = e.submission) == null ? void 0 : p.status) === "submitted" ? (n(), l("div", ds, [
106
- s("p", ps, [
106
+ ((p = e.submission) == null ? void 0 : p.status) === "submitted" ? (n(), l("div", ps, [
107
+ s("p", _s, [
107
108
  c(i(o(t)("payment.onboard-submission.review.line1")), 1),
108
- a[2] || (a[2] = s("br", null, null, -1)),
109
+ m[2] || (m[2] = s("br", null, null, -1)),
109
110
  c(" " + i(o(t)("payment.onboard-submission.review.line2")), 1)
110
111
  ]),
111
- s("div", _s, [
112
- s("p", bs, i(o(t)("payment.onboard-submission.review.status")), 1),
112
+ s("div", bs, [
113
+ s("p", fs, i(o(t)("payment.onboard-submission.review.status")), 1),
113
114
  u(E, {
114
115
  size: "md",
115
116
  color: "#ea580c"
@@ -123,7 +124,7 @@ const w = { class: "flex justify-left items-center mb-6" }, ss = { class: "grid
123
124
  label: e.submission ? o(t)("payment.onboard-submission.edit") : o(t)("payment.onboard-submission.apply"),
124
125
  onClick: () => {
125
126
  var R;
126
- return o(j).push({
127
+ return o(A).push({
127
128
  name: "mf-payment-onboard-submission-form",
128
129
  params: {
129
130
  type: e.type,
@@ -148,5 +149,5 @@ const w = { class: "flex justify-left items-center mb-6" }, ss = { class: "grid
148
149
  }
149
150
  });
150
151
  export {
151
- Rs as default
152
+ Ns as default
152
153
  };
@@ -3,12 +3,12 @@ import { p as K } from "./index-DoD23lHB.js";
3
3
  import { p as U, u as gA, e as lA } from "./index-BasdAonL.js";
4
4
  import { defineStore as rA } from "pinia";
5
5
  import { useI18n as R, useCoreStore as eA } from "@feedmepos/mf-common";
6
- import { c as cA, a as _, P as J } from "./payout-account-CE1OxSdW.js";
6
+ import { c as cA, a as _, P as J } from "./payout-account-BruzOhyM.js";
7
7
  import { useDialogChild as nA, useDialog as BA } from "@feedmepos/ui-library";
8
8
  import { z as F, a as H } from "./validator-D5jtpt9A.js";
9
9
  import { P as $ } from "./PDFViewer-DlSCBBxr.js";
10
- import "./app-Djt4efuB.js";
11
- import "./plugins-ClNUIkc0.js";
10
+ import "./app-Diwu0mTm.js";
11
+ import "./plugins-1r8hV_Pp.js";
12
12
  import { _ as uA } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
13
13
  function wA() {
14
14
  return {
@@ -2,7 +2,7 @@ import { defineComponent as y, resolveComponent as u, openBlock as h, createBloc
2
2
  import { u as O } from "./index-DGF3hKwg.js";
3
3
  import { p as K } from "./index-BasdAonL.js";
4
4
  import { _ as A } from "./AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js";
5
- import { P as V } from "./payout-account-CE1OxSdW.js";
5
+ import { P as V } from "./payout-account-BruzOhyM.js";
6
6
  import { p as D } from "./index-DoD23lHB.js";
7
7
  import "@feedmepos/ui-library";
8
8
  import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-D4bLM6th.js";
@@ -2,7 +2,7 @@ import { defineComponent as x, resolveComponent as f, openBlock as F, createBloc
2
2
  import { e as E, u as G } from "./index-BasdAonL.js";
3
3
  import "@feedmepos/ui-library";
4
4
  import { d as k } from "./dinero-CIVmXLL-.js";
5
- import { g as H, a as q, t as J, b as Q } from "./assets-ha4XB2PU.js";
5
+ import { g as H, a as q, t as J, b as Q } from "./assets-Bgq2Viy_.js";
6
6
  import { _ as W } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
7
7
  import { useRouter as X } from "vue-router";
8
8
  import { s as Z } from "./index-Dg_mEOso.js";
@@ -2,7 +2,7 @@ import { defineComponent as x, resolveComponent as d, openBlock as A, createBloc
2
2
  import { e as k, u as q } from "./index-BasdAonL.js";
3
3
  import { useDialog as J, useSnackbar as Q } from "@feedmepos/ui-library";
4
4
  import { d as B } from "./dinero-CIVmXLL-.js";
5
- import { g as W, a as X, t as P, b as Z } from "./assets-ha4XB2PU.js";
5
+ import { g as W, a as X, t as P, b as Z } from "./assets-Bgq2Viy_.js";
6
6
  import { _ as ee } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
7
7
  import { useRouter as te } from "vue-router";
8
8
  import { s as ae } from "./index-Dg_mEOso.js";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as B, ref as E, watch as g, computed as I, onMounted as J, resolveComponent as b, openBlock as v, createElementBlock as P, Fragment as Y, unref as t, createBlock as N, createCommentVNode as O, withCtx as T, createVNode as i, renderList as k, createElementVNode as V, isRef as _ } from "vue";
2
- import { t as L, b as G } from "./assets-ha4XB2PU.js";
2
+ import { t as L, b as G } from "./assets-Bgq2Viy_.js";
3
3
  import { u as K, p as C } from "./index-BasdAonL.js";
4
- import { _ as Q } from "./TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js";
4
+ import { _ as Q } from "./TransactionTable.vue_vue_type_script_setup_true_lang-BhW4t6ml.js";
5
5
  import { h as $ } from "./moment-h96o7c8I.js";
6
6
  import { useI18n as j, useCoreStore as q } from "@feedmepos/mf-common";
7
7
  import { _ as H } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as T, resolveComponent as f, openBlock as y, createBlock as b, normalizeClass as C, withCtx as _, createElementVNode as p, toDisplayString as V, unref as m, createElementBlock as I, createVNode as g, Fragment as Y, renderList as O, ref as P, watch as x, isRef as N, h } from "vue";
2
- import { g as U, a as B, t as w, b as G, c as k } from "./assets-ha4XB2PU.js";
2
+ import { g as U, a as B, t as w, b as G, c as k } from "./assets-Bgq2Viy_.js";
3
3
  import { h as A } from "./moment-h96o7c8I.js";
4
4
  import { u as L } from "./index-DGF3hKwg.js";
5
5
  import { _ as Q } from "./AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as T, ref as y, onMounted as Y, watch as f, resolveComponent as V, openBlock as C, createBlock as M, unref as t, withCtx as O, createElementVNode as u, createVNode as i, isRef as h } from "vue";
2
- import { t as g, b as S } from "./assets-ha4XB2PU.js";
2
+ import { t as g, b as S } from "./assets-Bgq2Viy_.js";
3
3
  import { u as $ } from "./index-BasdAonL.js";
4
- import { _ as N } from "./TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js";
4
+ import { _ as N } from "./TransactionTable.vue_vue_type_script_setup_true_lang-BhW4t6ml.js";
5
5
  import { h as x } from "./moment-h96o7c8I.js";
6
6
  import { useCoreStore as k, useI18n as E } from "@feedmepos/mf-common";
7
7
  import { _ as L } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, resolveComponent as d, openBlock as m, createBlock as f, normalizeClass as R, withCtx as p, createElementVNode as A, toDisplayString as V, unref as K, createElementBlock as N, createVNode as k, Fragment as U, renderList as B, ref as S, watch as $, h as b } from "vue";
2
2
  import { useSnackbar as L, useDialog as G } from "@feedmepos/ui-library";
3
- import { g as O, a as Y, t as h, c as x } from "./assets-ha4XB2PU.js";
3
+ import { g as O, a as Y, t as h, c as x } from "./assets-Bgq2Viy_.js";
4
4
  import { e as T } from "./index-BasdAonL.js";
5
5
  import { g as z } from "./grafana-DRZOKr8c.js";
6
6
  import { w as E } from "./Modal-DB8M9o1T.js";
@@ -373,7 +373,7 @@ const Gn = {
373
373
  sidebarDisplay: "Payout Accounts",
374
374
  section: "payment-gateway"
375
375
  },
376
- component: () => import("./PayoutAccount-BHbqJwXB.js")
376
+ component: () => import("./PayoutAccount-DuxyDGjW.js")
377
377
  },
378
378
  {
379
379
  path: "/admin/payout-accounts/:accountId",
@@ -391,7 +391,7 @@ const Gn = {
391
391
  sidebarDisplay: "Payment Onboarding",
392
392
  section: "payment-gateway"
393
393
  },
394
- component: () => import("./OnboardSubmission-BlVBKz-H.js")
394
+ component: () => import("./OnboardSubmission-BJd4ad6M.js")
395
395
  },
396
396
  {
397
397
  path: "/admin/onboarding/:submissionId",
@@ -400,7 +400,7 @@ const Gn = {
400
400
  meta: {
401
401
  parent: "mf-payment-admin.onboard-submission"
402
402
  },
403
- component: () => import("./OnboardForm-SZXqGGPm.js")
403
+ component: () => import("./OnboardForm-DzKMzOTu.js")
404
404
  },
405
405
  {
406
406
  path: "/admin/terminal/pos",
@@ -471,7 +471,7 @@ const Gn = {
471
471
  meta: {
472
472
  sidebarDisplay: "Transactions"
473
473
  },
474
- component: () => import("./Transaction-DzIzAIbO.js")
474
+ component: () => import("./Transaction-DRyKIb_9.js")
475
475
  },
476
476
  {
477
477
  path: "/admin/settlement",
@@ -488,7 +488,7 @@ const Gn = {
488
488
  meta: {
489
489
  parent: "mf-payment-admin.settlement"
490
490
  },
491
- component: () => import("./SettlementTransactions-9p3tYV0n.js")
491
+ component: () => import("./SettlementTransactions-ChOW3OFP.js")
492
492
  }
493
493
  ], We = [
494
494
  {
@@ -498,7 +498,7 @@ const Gn = {
498
498
  {
499
499
  path: "/payout-account",
500
500
  name: "mf-payment-payout-account",
501
- component: () => import("./PayoutAccount-Ctd7j0SZ.js"),
501
+ component: () => import("./PayoutAccount-CXACf-wl.js"),
502
502
  meta: {
503
503
  sidebarDisplay: "i18n:payment.routes.payout_account"
504
504
  }
@@ -506,7 +506,7 @@ const Gn = {
506
506
  {
507
507
  path: "/onboard-submission",
508
508
  name: "mf-payment-onboard-submission",
509
- component: () => import("./OnboardSubmission-CjsvLPVX.js"),
509
+ component: () => import("./OnboardSubmission-ZXMWLseU.js"),
510
510
  meta: {
511
511
  sidebarDisplay: "i18n:payment.routes.onboard_submission"
512
512
  }
@@ -515,7 +515,7 @@ const Gn = {
515
515
  path: "/onboard-submission/:type/:submission?",
516
516
  name: "mf-payment-onboard-submission-form",
517
517
  props: !0,
518
- component: () => import("./OnboardForm-DOZ9futX.js"),
518
+ component: () => import("./OnboardForm-C6PtSsCN.js"),
519
519
  meta: {
520
520
  parent: "mf-payment-onboard-submission"
521
521
  }
@@ -523,7 +523,7 @@ const Gn = {
523
523
  {
524
524
  path: "/transaction-old",
525
525
  name: "mf-payment-old-transaction",
526
- component: () => import("./TransactionOld-CagUKhjR.js"),
526
+ component: () => import("./TransactionOld-CDjxfE_x.js"),
527
527
  meta: {
528
528
  sidebarDisplay: "i18n:payment.routes.transaction"
529
529
  }
@@ -531,7 +531,7 @@ const Gn = {
531
531
  {
532
532
  path: "/transaction",
533
533
  name: "mf-payment-transaction",
534
- component: () => import("./Transaction-DIz_ArbY.js"),
534
+ component: () => import("./Transaction-D1rYvU6G.js"),
535
535
  meta: {
536
536
  sidebarDisplay: "i18n:payment.routes.transaction-new",
537
537
  sidebarNew: !0
@@ -549,7 +549,7 @@ const Gn = {
549
549
  path: "/settlement/:settlementId",
550
550
  name: "mf-payment-settlement-transaction",
551
551
  props: !0,
552
- component: () => import("./SettlementTransactions-DYvhz0Yh.js"),
552
+ component: () => import("./SettlementTransactions-BevyrXpX.js"),
553
553
  meta: {
554
554
  parent: "mf-payment-settlement"
555
555
  }
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { h as e, i as r, f as o } from "./app-Djt4efuB.js";
1
+ import { h as e, i as r, f as o } from "./app-Diwu0mTm.js";
2
2
  export {
3
3
  e as FmApp,
4
4
  r as i18nMessages,