@feedmepos/mf-financing 0.0.8 → 0.0.20-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.
- package/README.md +2 -0
- package/dist/{Application-Dso_sbxU.js → Application-BvrkS3zh.js} +3875 -14683
- package/dist/Submission-BvbhttQO.js +24228 -0
- package/dist/api/financing/index.d.ts +24 -0
- package/dist/app-CowUDzjt.js +7944 -0
- package/dist/app.d.ts +94 -74
- package/dist/app.js +233 -213
- package/dist/components/AdminLayout.vue.d.ts +3 -3
- package/dist/components/AutoCopyCell.vue.d.ts +1 -1
- package/dist/components/DocumentPreview.vue.d.ts +14 -0
- package/dist/components/ImagePreview.vue.d.ts +3 -3
- package/dist/components/Layout.vue.d.ts +3 -3
- package/dist/components/PDFViewer.vue.d.ts +4 -4
- package/dist/components/RestaurantSelector.vue.d.ts +1 -1
- package/dist/components/RouteCell.vue.d.ts +1 -1
- package/dist/package.json +9 -3
- package/dist/stores/app.d.ts +6 -6
- package/dist/style.css +1 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/components/FinancingDashboard.vue.d.ts +1 -1
- package/dist/views/components/cell/SignatureBoard.vue.d.ts +13 -0
- package/dist/views/components/cell/UploadButton.vue.d.ts +14 -0
- package/package.json +22 -16
- package/dist/Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js +0 -45
- package/dist/Submission-BdBXosJD.js +0 -164
package/dist/app.d.ts
CHANGED
|
@@ -9,16 +9,21 @@ export declare const i18nMessages: {
|
|
|
9
9
|
application: string;
|
|
10
10
|
};
|
|
11
11
|
components: {
|
|
12
|
-
restaurant: string;
|
|
13
12
|
select: string;
|
|
14
13
|
};
|
|
15
|
-
infoCard: {
|
|
16
|
-
title: string;
|
|
17
|
-
description: string;
|
|
18
|
-
};
|
|
19
14
|
stepper: {
|
|
20
15
|
title: string;
|
|
21
16
|
description: string;
|
|
17
|
+
eligibility: {
|
|
18
|
+
errors: {
|
|
19
|
+
gatewayGrab: string;
|
|
20
|
+
gatewaySoftspace: string;
|
|
21
|
+
generic: string;
|
|
22
|
+
};
|
|
23
|
+
actions: {
|
|
24
|
+
setupPayoutAccount: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
22
27
|
steps: {
|
|
23
28
|
eligibility: {
|
|
24
29
|
title: string;
|
|
@@ -40,26 +45,19 @@ export declare const i18nMessages: {
|
|
|
40
45
|
};
|
|
41
46
|
};
|
|
42
47
|
dashboard: {
|
|
43
|
-
totalLoan: string;
|
|
44
|
-
totalPaid: string;
|
|
45
|
-
remainingBalance: string;
|
|
46
|
-
repaymentProgress: string;
|
|
47
48
|
payments: string;
|
|
48
|
-
completed: string;
|
|
49
|
-
upcomingPayments: string;
|
|
50
|
-
dueDate: string;
|
|
51
|
-
allPaid: string;
|
|
52
|
-
paymentHistory: string;
|
|
53
49
|
table: {
|
|
54
|
-
|
|
50
|
+
date: string;
|
|
51
|
+
referenceId: string;
|
|
52
|
+
type: string;
|
|
55
53
|
amount: string;
|
|
56
|
-
status: string;
|
|
57
|
-
paidDate: string;
|
|
58
54
|
};
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
55
|
+
transactionType: {
|
|
56
|
+
deposit: string;
|
|
57
|
+
repaymentBalance: string;
|
|
58
|
+
arrearsRepaymentBalance: string;
|
|
59
|
+
repaymentSales: string;
|
|
60
|
+
arrearsRepaymentSales: string;
|
|
63
61
|
};
|
|
64
62
|
principalLoan: string;
|
|
65
63
|
paidAmount: string;
|
|
@@ -71,37 +69,38 @@ export declare const i18nMessages: {
|
|
|
71
69
|
description: string;
|
|
72
70
|
sections: {
|
|
73
71
|
business: string;
|
|
74
|
-
|
|
75
|
-
loan: string;
|
|
72
|
+
businessDocument: string;
|
|
76
73
|
documents: string;
|
|
74
|
+
signature: string;
|
|
77
75
|
};
|
|
78
76
|
fields: {
|
|
79
77
|
businessName: string;
|
|
80
78
|
businessNamePlaceholder: string;
|
|
81
79
|
registrationNumber: string;
|
|
82
80
|
registrationNumberPlaceholder: string;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
contactPhonePlaceholder: string;
|
|
89
|
-
loanAmount: string;
|
|
90
|
-
loanAmountPlaceholder: string;
|
|
91
|
-
loanPurpose: string;
|
|
92
|
-
loanPurposePlaceholder: string;
|
|
93
|
-
ssmCertificate: string;
|
|
81
|
+
businessAddress: string;
|
|
82
|
+
businessAddressPlaceholder: string;
|
|
83
|
+
taxIdentificationNo: string;
|
|
84
|
+
taxIdentificationNoPlaceholder: string;
|
|
85
|
+
businessRegistration: string;
|
|
94
86
|
bankStatement: string;
|
|
95
|
-
|
|
87
|
+
signature: string;
|
|
88
|
+
signatoryName: string;
|
|
89
|
+
signatoryPosition: string;
|
|
96
90
|
};
|
|
91
|
+
success: string;
|
|
97
92
|
errors: {
|
|
98
93
|
required: string;
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
businessRegistrationRequired: string;
|
|
95
|
+
bankStatementRequired: string;
|
|
96
|
+
signatureRequired: string;
|
|
97
|
+
submissionFailed: string;
|
|
98
|
+
noRestaurant: string;
|
|
101
99
|
};
|
|
102
100
|
buttons: {
|
|
103
101
|
cancel: string;
|
|
104
102
|
submit: string;
|
|
103
|
+
addBankStatement: string;
|
|
105
104
|
};
|
|
106
105
|
confirm: {
|
|
107
106
|
title: string;
|
|
@@ -110,6 +109,17 @@ export declare const i18nMessages: {
|
|
|
110
109
|
confirm: string;
|
|
111
110
|
};
|
|
112
111
|
};
|
|
112
|
+
upload: {
|
|
113
|
+
preview: string;
|
|
114
|
+
};
|
|
115
|
+
signature: {
|
|
116
|
+
clearSignature: string;
|
|
117
|
+
clickToAdd: string;
|
|
118
|
+
dialogTitle: string;
|
|
119
|
+
saveBefore: string;
|
|
120
|
+
clear: string;
|
|
121
|
+
saveSignature: string;
|
|
122
|
+
};
|
|
113
123
|
};
|
|
114
124
|
};
|
|
115
125
|
"zh-CN": {
|
|
@@ -119,16 +129,21 @@ export declare const i18nMessages: {
|
|
|
119
129
|
application: string;
|
|
120
130
|
};
|
|
121
131
|
components: {
|
|
122
|
-
restaurant: string;
|
|
123
132
|
select: string;
|
|
124
133
|
};
|
|
125
|
-
infoCard: {
|
|
126
|
-
title: string;
|
|
127
|
-
description: string;
|
|
128
|
-
};
|
|
129
134
|
stepper: {
|
|
130
135
|
title: string;
|
|
131
136
|
description: string;
|
|
137
|
+
eligibility: {
|
|
138
|
+
errors: {
|
|
139
|
+
gatewayGrab: string;
|
|
140
|
+
gatewaySoftspace: string;
|
|
141
|
+
generic: string;
|
|
142
|
+
};
|
|
143
|
+
actions: {
|
|
144
|
+
setupPayoutAccount: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
132
147
|
steps: {
|
|
133
148
|
eligibility: {
|
|
134
149
|
title: string;
|
|
@@ -150,26 +165,19 @@ export declare const i18nMessages: {
|
|
|
150
165
|
};
|
|
151
166
|
};
|
|
152
167
|
dashboard: {
|
|
153
|
-
totalLoan: string;
|
|
154
|
-
totalPaid: string;
|
|
155
|
-
remainingBalance: string;
|
|
156
|
-
repaymentProgress: string;
|
|
157
168
|
payments: string;
|
|
158
|
-
completed: string;
|
|
159
|
-
upcomingPayments: string;
|
|
160
|
-
dueDate: string;
|
|
161
|
-
allPaid: string;
|
|
162
|
-
paymentHistory: string;
|
|
163
169
|
table: {
|
|
164
|
-
|
|
170
|
+
date: string;
|
|
171
|
+
referenceId: string;
|
|
172
|
+
type: string;
|
|
165
173
|
amount: string;
|
|
166
|
-
status: string;
|
|
167
|
-
paidDate: string;
|
|
168
174
|
};
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
175
|
+
transactionType: {
|
|
176
|
+
deposit: string;
|
|
177
|
+
repaymentBalance: string;
|
|
178
|
+
arrearsRepaymentBalance: string;
|
|
179
|
+
repaymentSales: string;
|
|
180
|
+
arrearsRepaymentSales: string;
|
|
173
181
|
};
|
|
174
182
|
principalLoan: string;
|
|
175
183
|
paidAmount: string;
|
|
@@ -181,37 +189,38 @@ export declare const i18nMessages: {
|
|
|
181
189
|
description: string;
|
|
182
190
|
sections: {
|
|
183
191
|
business: string;
|
|
184
|
-
|
|
185
|
-
loan: string;
|
|
192
|
+
businessDocument: string;
|
|
186
193
|
documents: string;
|
|
194
|
+
signature: string;
|
|
187
195
|
};
|
|
188
196
|
fields: {
|
|
189
197
|
businessName: string;
|
|
190
198
|
businessNamePlaceholder: string;
|
|
191
199
|
registrationNumber: string;
|
|
192
200
|
registrationNumberPlaceholder: string;
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
contactPhonePlaceholder: string;
|
|
199
|
-
loanAmount: string;
|
|
200
|
-
loanAmountPlaceholder: string;
|
|
201
|
-
loanPurpose: string;
|
|
202
|
-
loanPurposePlaceholder: string;
|
|
203
|
-
ssmCertificate: string;
|
|
201
|
+
businessAddress: string;
|
|
202
|
+
businessAddressPlaceholder: string;
|
|
203
|
+
taxIdentificationNo: string;
|
|
204
|
+
taxIdentificationNoPlaceholder: string;
|
|
205
|
+
businessRegistration: string;
|
|
204
206
|
bankStatement: string;
|
|
205
|
-
|
|
207
|
+
signature: string;
|
|
208
|
+
signatoryName: string;
|
|
209
|
+
signatoryPosition: string;
|
|
206
210
|
};
|
|
211
|
+
success: string;
|
|
207
212
|
errors: {
|
|
208
213
|
required: string;
|
|
209
|
-
|
|
210
|
-
|
|
214
|
+
businessRegistrationRequired: string;
|
|
215
|
+
bankStatementRequired: string;
|
|
216
|
+
signatureRequired: string;
|
|
217
|
+
submissionFailed: string;
|
|
218
|
+
noRestaurant: string;
|
|
211
219
|
};
|
|
212
220
|
buttons: {
|
|
213
221
|
cancel: string;
|
|
214
222
|
submit: string;
|
|
223
|
+
addBankStatement: string;
|
|
215
224
|
};
|
|
216
225
|
confirm: {
|
|
217
226
|
title: string;
|
|
@@ -220,6 +229,17 @@ export declare const i18nMessages: {
|
|
|
220
229
|
confirm: string;
|
|
221
230
|
};
|
|
222
231
|
};
|
|
232
|
+
upload: {
|
|
233
|
+
preview: string;
|
|
234
|
+
};
|
|
235
|
+
signature: {
|
|
236
|
+
clearSignature: string;
|
|
237
|
+
clickToAdd: string;
|
|
238
|
+
dialogTitle: string;
|
|
239
|
+
saveBefore: string;
|
|
240
|
+
clear: string;
|
|
241
|
+
saveSignature: string;
|
|
242
|
+
};
|
|
223
243
|
};
|
|
224
244
|
};
|
|
225
245
|
};
|