@feedmepos/mf-payment 1.4.23 → 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.
- package/dist/{OnboardForm-BvrKiqP1.js → OnboardForm-GSaLEdFF.js} +2 -2
- package/dist/{OnboardForm-Bhqt-Q6k.js → OnboardForm-yqhVp0WQ.js} +2 -2
- package/dist/{OnboardSubmission-B-0uJv51.js → OnboardSubmission-Bz8fbre8.js} +1 -1
- package/dist/OnboardSubmission-CAu6TqDl.js +161 -0
- package/dist/{PayoutAccount-DrwnZPIB.js → PayoutAccount-Bv18s1yC.js} +1 -1
- package/dist/{PayoutAccount-BsxNx86g.js → PayoutAccount-CwFCOb-R.js} +3 -3
- package/dist/api/onboard-submission/index.d.ts +1 -0
- package/dist/{app-DlAaBxih.js → app-ReKWi9Tz.js} +6 -6
- package/dist/app.js +1 -1
- package/dist/{index-JNhw7LUy.js → index-DmMnMctt.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-B8gx9H3E.js → payout-account-DwObva0l.js} +2 -2
- package/dist/{plugins-Cp96IRMs.js → plugins-BUqPzPqX.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/OnboardSubmission-DFreyD4V.js +0 -146
package/package.json
CHANGED
|
@@ -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-JNhw7LUy.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
|
-
};
|