@feedmepos/mf-payment 1.4.22 → 1.4.24

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 (25) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BznH1pCi.js → Actions.vue_vue_type_script_setup_true_lang-ClTndbYh.js} +1 -1
  2. package/dist/{Chargeback-BpseIbPa.js → Chargeback-B0gRIpiJ.js} +1 -1
  3. package/dist/{OnboardForm-C-JdvBrY.js → OnboardForm-GSaLEdFF.js} +2 -2
  4. package/dist/{OnboardForm-BXHZmJj5.js → OnboardForm-yqhVp0WQ.js} +2 -2
  5. package/dist/{OnboardSubmission-BK4RvKJr.js → OnboardSubmission-Bz8fbre8.js} +1 -1
  6. package/dist/OnboardSubmission-CAu6TqDl.js +161 -0
  7. package/dist/{PayoutAccount-C2yxr8pq.js → PayoutAccount-Bv18s1yC.js} +1 -1
  8. package/dist/{PayoutAccount-CUa_V1sD.js → PayoutAccount-CwFCOb-R.js} +3 -3
  9. package/dist/{SettlementTransactions-BRFWqc84.js → SettlementTransactions-CqELsVFS.js} +2 -2
  10. package/dist/{SettlementTransactions-Byo3zJE4.js → SettlementTransactions-T6k6cAin.js} +2 -2
  11. package/dist/{Transaction-BXHr-OfI.js → Transaction-B85QLk-_.js} +2 -2
  12. package/dist/{Transaction-BjjC70YL.js → Transaction-CgFaGqHr.js} +3 -3
  13. package/dist/{TransactionOld-BxLREYPj.js → TransactionOld-BlSmbndR.js} +3 -3
  14. package/dist/api/onboard-submission/index.d.ts +1 -0
  15. package/dist/{app-D97DD4SS.js → app-ReKWi9Tz.js} +12 -12
  16. package/dist/app.js +1 -1
  17. package/dist/{assets-fhkvhIzG.js → assets-B8TAgjHY.js} +53 -49
  18. package/dist/{index-73aaBilo.js → index-CYHO6usZ.js} +2 -2
  19. package/dist/{index-B1sLSRQi.js → index-DmMnMctt.js} +1 -1
  20. package/dist/package.json +1 -1
  21. package/dist/{payout-account-qOjbJ1zZ.js → payout-account-DwObva0l.js} +2 -2
  22. package/dist/{plugins-Bcb2Wq18.js → plugins-BUqPzPqX.js} +1 -1
  23. package/dist/tsconfig.app.tsbuildinfo +1 -1
  24. package/package.json +1 -1
  25. package/dist/OnboardSubmission-DcwpUkU-.js +0 -146
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.4.22",
3
+ "version": "1.4.24",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,146 +0,0 @@
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-B1sLSRQi.js";
3
- import { p as m } from "./index-DSG40xEJ.js";
4
- import { _ as O } from "./index.vue_vue_type_script_setup_true_lang-Cf_wL7Uo.js";
5
- import { useRouter as F } from "vue-router";
6
- import { _ as N } from "./AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js";
7
- import { h as R } from "./moment-h96o7c8I.js";
8
- import { u as C } from "./index-Dn73sX5Z.js";
9
- import { _ as D } from "./SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js";
10
- import { _ as E } from "./Status.vue_vue_type_script_setup_true_lang-Betuxyqe.js";
11
- const U = { class: "flex items-start mb-6" }, z = /* @__PURE__ */ A({
12
- __name: "OnboardSubmission",
13
- setup(Y) {
14
- const i = V(), c = F(), { status: a, type: s } = C({
15
- status: [m.FdoOnboardStatus.Enum.submitted],
16
- type: ""
17
- });
18
- v([a, s], () => {
19
- var e;
20
- return (e = i.value) == null ? void 0 : e.reset();
21
- });
22
- const y = function(e) {
23
- return {
24
- ...e,
25
- updatedAt: R(e.updatedAt).format("YYYY-MM-DD HH:mm:ss")
26
- };
27
- }, _ = [
28
- {
29
- accessorKey: "restaurantId",
30
- header: () => "Restaurant ID",
31
- meta: {
32
- textAlign: "left"
33
- }
34
- },
35
- {
36
- accessorKey: "-",
37
- header: () => "Restaurant",
38
- meta: {
39
- textAlign: "left"
40
- },
41
- cell: (e) => e.row.original.profile.legalName || e.row.original.profile.name
42
- },
43
- {
44
- accessorKey: "profile.email",
45
- header: () => "Email",
46
- meta: {
47
- textAlign: "left"
48
- }
49
- },
50
- {
51
- accessorKey: "profile.phoneNo",
52
- header: () => "Phone No",
53
- meta: {
54
- textAlign: "left"
55
- }
56
- },
57
- {
58
- accessorKey: "type",
59
- header: () => "Type",
60
- meta: {
61
- textAlign: "left"
62
- }
63
- },
64
- {
65
- accessorKey: "status",
66
- header: () => "Status",
67
- meta: {
68
- textAlign: "left"
69
- },
70
- cell: ({ cell: e }) => k(E, { data: e.getValue() })
71
- },
72
- {
73
- accessorKey: "updatedAt",
74
- header: () => "Updated At",
75
- meta: {
76
- textAlign: "left"
77
- }
78
- }
79
- ], b = p(
80
- () => m.FdoOnboardType.options.map((e) => ({
81
- label: e,
82
- value: e
83
- }))
84
- ), u = p(
85
- () => m.FdoOnboardStatus.options.map((e) => ({
86
- label: e,
87
- value: e
88
- }))
89
- );
90
- return (e, o) => {
91
- const d = x("FmSelect");
92
- return h(), w(N, {
93
- title: "Payment Onboarding",
94
- loading: !1
95
- }, {
96
- default: f(() => [
97
- S("div", U, [
98
- r(d, {
99
- modelValue: l(s),
100
- "onUpdate:modelValue": o[0] || (o[0] = (t) => n(s) ? s.value = t : null),
101
- class: "mr-6 w-[128px]",
102
- label: "Type",
103
- "label-mark": "required",
104
- items: b.value
105
- }, null, 8, ["modelValue", "items"]),
106
- r(d, {
107
- modelValue: l(a),
108
- "onUpdate:modelValue": o[2] || (o[2] = (t) => n(a) ? a.value = t : null),
109
- class: "mr-6 w-[300px]",
110
- label: "Status",
111
- "label-mark": "required",
112
- multiselect: "",
113
- items: u.value
114
- }, {
115
- "prepend-menu": f(() => [
116
- r(D, {
117
- modelValue: l(a),
118
- "onUpdate:modelValue": o[1] || (o[1] = (t) => n(a) ? a.value = t : null),
119
- items: u.value
120
- }, null, 8, ["modelValue", "items"])
121
- ]),
122
- _: 1
123
- }, 8, ["modelValue", "items"])
124
- ]),
125
- r(O, {
126
- ref_key: "controller",
127
- ref: i,
128
- "column-defs": _,
129
- "rows-defs": y,
130
- paginate: (t, g) => l(K).read({ status: l(a), type: l(s), limit: t, cursor: g }),
131
- onRowClick: o[3] || (o[3] = (t) => l(c).push({
132
- name: "mf-payment-admin.onboard-submission-form",
133
- params: {
134
- submissionId: t._id
135
- }
136
- }))
137
- }, null, 8, ["paginate"])
138
- ]),
139
- _: 1
140
- });
141
- };
142
- }
143
- });
144
- export {
145
- z as default
146
- };