@feedmepos/mf-payment 1.1.0-beta.1 → 1.1.0-beta.3
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/{PayoutAccount-BHJpjUqD.js → PayoutAccount-Dm__V5FS.js} +5 -5
- package/dist/{PayoutAccount-DCkf_1yL.js → PayoutAccount-aXUZqVC4.js} +360 -360
- package/dist/{PayoutAccountSetting-Bk-g7ucZ.js → PayoutAccountSetting-EbYjEXDF.js} +3 -3
- package/dist/{Restaurant-D2qq84VL.js → Restaurant-DLM9C8nc.js} +4 -4
- package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-hJAJYKmE.js +33 -0
- package/dist/{RestaurantSetting-DAtrtX6S.js → RestaurantSetting-GoDOJmXC.js} +3 -3
- package/dist/{Settlement-Cx1tc5wt.js → Settlement-BCGCz02p.js} +3 -3
- package/dist/Settlement-CsLlypA1.js +445 -0
- package/dist/{SettlementTransactions-C82DyYlO.js → SettlementTransactions-BXDX1-4U.js} +3 -3
- package/dist/SettlementTransactions-DtbZ2BMA.js +291 -0
- package/dist/{Terminal-Az2k8E6F.js → Terminal-BhZitu-W.js} +5 -5
- package/dist/{TerminalSetting-C-xlLYXa.js → TerminalSetting-lTAsTN8h.js} +3 -3
- package/dist/{Transaction-Y_mc0yQv.js → Transaction-AwhwSbRY.js} +5 -5
- package/dist/Transaction-CCTdVAZg.js +250 -0
- package/dist/TransactionOld-DLjym0JG.js +99 -0
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-dwwesT4_.js → TransactionTable.vue_vue_type_script_setup_true_lang-xSb40MKu.js} +83 -78
- package/dist/{app-OBp4HaEY.js → app-348rfspt.js} +936 -649
- package/dist/app.d.ts +292 -0
- package/dist/app.js +4 -3
- package/dist/{assets-pLBp82yE.js → assets-CizBCu1u.js} +57 -43
- package/dist/{grafana-hv7inD36.js → grafana-NU2yqPXT.js} +1 -1
- package/dist/{index-DD5mEX0D.js → index-BDCzfWFu.js} +1 -1
- package/dist/{index-oM4Z9ffu.js → index-D9Cv_ZfD.js} +1 -1
- package/dist/{index-DGKxdJVj.js → index-DEvTHjDK.js} +2812 -2814
- package/dist/{index-CFYD8Dv4.js → index-Dvg8rPAD.js} +1 -1
- package/dist/{index-Cqq3p9PP.js → index-GlBLcdqs.js} +1 -1
- package/dist/{index-1xF00w89.js → index-OD8n4-_f.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-C9tnqgzY.js → index.vue_vue_type_script_setup_true_lang-D-xbKBxe.js} +1 -1
- package/dist/model/transaction.d.ts +2 -0
- package/dist/package.json +8 -7
- package/dist/{payout-account-DPaS3dIs.js → payout-account-5sqoL9UC.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +8 -7
- package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-p4qddIbp.js +0 -33
- package/dist/Settlement-BVIsszEJ.js +0 -447
- package/dist/SettlementTransactions-CeN4SRWa.js +0 -291
- package/dist/Transaction-CC8hc8_r.js +0 -250
- package/dist/TransactionOld-BxhI-wwm.js +0 -99
package/dist/app.d.ts
CHANGED
@@ -1,3 +1,295 @@
|
|
1
|
+
import enUS from "./assets/locales/en-US.json";
|
2
|
+
export type AppMessagesSchema = typeof enUS;
|
3
|
+
export declare const i18nMessages: {
|
4
|
+
"en-US": {
|
5
|
+
components: {
|
6
|
+
select: string;
|
7
|
+
restaurant: string;
|
8
|
+
device: string;
|
9
|
+
payout_account: string;
|
10
|
+
};
|
11
|
+
routes: {
|
12
|
+
payout_account: string;
|
13
|
+
transaction: string;
|
14
|
+
"transaction-new": string;
|
15
|
+
settlement: string;
|
16
|
+
};
|
17
|
+
settlements: {
|
18
|
+
title: string;
|
19
|
+
description: string;
|
20
|
+
export: string;
|
21
|
+
table: {
|
22
|
+
id: string;
|
23
|
+
bank: string;
|
24
|
+
account: string;
|
25
|
+
created_at: string;
|
26
|
+
sales_amount: string;
|
27
|
+
fee: string;
|
28
|
+
settlement_amount: string;
|
29
|
+
};
|
30
|
+
dialog: {
|
31
|
+
title: string;
|
32
|
+
search: string;
|
33
|
+
info: {
|
34
|
+
transaction: {
|
35
|
+
title: string;
|
36
|
+
for: string;
|
37
|
+
reference: string;
|
38
|
+
count: string;
|
39
|
+
};
|
40
|
+
bank: {
|
41
|
+
title: string;
|
42
|
+
for: string;
|
43
|
+
name: string;
|
44
|
+
number: string;
|
45
|
+
};
|
46
|
+
payout: {
|
47
|
+
title: string;
|
48
|
+
amount: string;
|
49
|
+
fee: string;
|
50
|
+
payout: string;
|
51
|
+
};
|
52
|
+
};
|
53
|
+
fiuu: {
|
54
|
+
id: string;
|
55
|
+
type: string;
|
56
|
+
transaction_at: string;
|
57
|
+
sales_amount: string;
|
58
|
+
fee: string;
|
59
|
+
settlement_amount: string;
|
60
|
+
};
|
61
|
+
feedme: {
|
62
|
+
id: string;
|
63
|
+
pay_id: string;
|
64
|
+
gateway: string;
|
65
|
+
method: string;
|
66
|
+
status: string;
|
67
|
+
type: string;
|
68
|
+
transaction_at: string;
|
69
|
+
sales_amount: string;
|
70
|
+
fee: string;
|
71
|
+
settlement_amount: string;
|
72
|
+
};
|
73
|
+
};
|
74
|
+
};
|
75
|
+
transactions: {
|
76
|
+
title: string;
|
77
|
+
description: string;
|
78
|
+
restaurant: string;
|
79
|
+
status: string;
|
80
|
+
search: {
|
81
|
+
title: string;
|
82
|
+
placeholder: string;
|
83
|
+
};
|
84
|
+
button: {
|
85
|
+
export: string;
|
86
|
+
};
|
87
|
+
table: {
|
88
|
+
id: string;
|
89
|
+
pay_id: string;
|
90
|
+
bill_seq: string;
|
91
|
+
gateway: string;
|
92
|
+
method: string;
|
93
|
+
type: string;
|
94
|
+
status: string;
|
95
|
+
source: string;
|
96
|
+
transaction_at: string;
|
97
|
+
sales_amount: string;
|
98
|
+
actions: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
payout_account: {
|
102
|
+
title: string;
|
103
|
+
description: string;
|
104
|
+
button: {
|
105
|
+
apply: string;
|
106
|
+
};
|
107
|
+
table: {
|
108
|
+
type: string;
|
109
|
+
name: string;
|
110
|
+
status: string;
|
111
|
+
active: string;
|
112
|
+
bank: string;
|
113
|
+
pic: string;
|
114
|
+
};
|
115
|
+
dialog: {
|
116
|
+
view_title: string;
|
117
|
+
title: string;
|
118
|
+
button: {
|
119
|
+
remove: string;
|
120
|
+
submit: string;
|
121
|
+
};
|
122
|
+
fields: {
|
123
|
+
type: string;
|
124
|
+
for: string;
|
125
|
+
for_placeholder: string;
|
126
|
+
name: string;
|
127
|
+
phone: string;
|
128
|
+
email: string;
|
129
|
+
bank: string;
|
130
|
+
bank_type: string;
|
131
|
+
bank_account: string;
|
132
|
+
bank_holder: string;
|
133
|
+
};
|
134
|
+
document: {
|
135
|
+
ssm: string;
|
136
|
+
bank: string;
|
137
|
+
exterior: string;
|
138
|
+
};
|
139
|
+
section: {
|
140
|
+
account: string;
|
141
|
+
bank: string;
|
142
|
+
pic: string;
|
143
|
+
document: string;
|
144
|
+
};
|
145
|
+
};
|
146
|
+
};
|
147
|
+
};
|
148
|
+
"zh-CN": {
|
149
|
+
components: {
|
150
|
+
select: string;
|
151
|
+
restaurant: string;
|
152
|
+
device: string;
|
153
|
+
payout_account: string;
|
154
|
+
};
|
155
|
+
routes: {
|
156
|
+
payout_account: string;
|
157
|
+
transaction: string;
|
158
|
+
"transaction-new": string;
|
159
|
+
settlement: string;
|
160
|
+
};
|
161
|
+
settlements: {
|
162
|
+
title: string;
|
163
|
+
description: string;
|
164
|
+
export: string;
|
165
|
+
table: {
|
166
|
+
id: string;
|
167
|
+
bank: string;
|
168
|
+
account: string;
|
169
|
+
created_at: string;
|
170
|
+
sales_amount: string;
|
171
|
+
fee: string;
|
172
|
+
settlement_amount: string;
|
173
|
+
};
|
174
|
+
dialog: {
|
175
|
+
title: string;
|
176
|
+
search: string;
|
177
|
+
info: {
|
178
|
+
transaction: {
|
179
|
+
title: string;
|
180
|
+
for: string;
|
181
|
+
reference: string;
|
182
|
+
count: string;
|
183
|
+
};
|
184
|
+
bank: {
|
185
|
+
title: string;
|
186
|
+
for: string;
|
187
|
+
name: string;
|
188
|
+
number: string;
|
189
|
+
};
|
190
|
+
payout: {
|
191
|
+
title: string;
|
192
|
+
amount: string;
|
193
|
+
fee: string;
|
194
|
+
payout: string;
|
195
|
+
};
|
196
|
+
};
|
197
|
+
fiuu: {
|
198
|
+
id: string;
|
199
|
+
type: string;
|
200
|
+
transaction_at: string;
|
201
|
+
sales_amount: string;
|
202
|
+
fee: string;
|
203
|
+
settlement_amount: string;
|
204
|
+
};
|
205
|
+
feedme: {
|
206
|
+
id: string;
|
207
|
+
pay_id: string;
|
208
|
+
gateway: string;
|
209
|
+
method: string;
|
210
|
+
status: string;
|
211
|
+
type: string;
|
212
|
+
transaction_at: string;
|
213
|
+
sales_amount: string;
|
214
|
+
fee: string;
|
215
|
+
settlement_amount: string;
|
216
|
+
};
|
217
|
+
};
|
218
|
+
};
|
219
|
+
transactions: {
|
220
|
+
title: string;
|
221
|
+
description: string;
|
222
|
+
restaurant: string;
|
223
|
+
status: string;
|
224
|
+
search: {
|
225
|
+
title: string;
|
226
|
+
placeholder: string;
|
227
|
+
};
|
228
|
+
button: {
|
229
|
+
export: string;
|
230
|
+
};
|
231
|
+
table: {
|
232
|
+
id: string;
|
233
|
+
pay_id: string;
|
234
|
+
bill_seq: string;
|
235
|
+
gateway: string;
|
236
|
+
method: string;
|
237
|
+
type: string;
|
238
|
+
status: string;
|
239
|
+
source: string;
|
240
|
+
transaction_at: string;
|
241
|
+
sales_amount: string;
|
242
|
+
actions: string;
|
243
|
+
};
|
244
|
+
};
|
245
|
+
payout_account: {
|
246
|
+
title: string;
|
247
|
+
description: string;
|
248
|
+
button: {
|
249
|
+
apply: string;
|
250
|
+
};
|
251
|
+
table: {
|
252
|
+
type: string;
|
253
|
+
name: string;
|
254
|
+
status: string;
|
255
|
+
active: string;
|
256
|
+
bank: string;
|
257
|
+
pic: string;
|
258
|
+
};
|
259
|
+
dialog: {
|
260
|
+
view_title: string;
|
261
|
+
title: string;
|
262
|
+
button: {
|
263
|
+
remove: string;
|
264
|
+
submit: string;
|
265
|
+
};
|
266
|
+
fields: {
|
267
|
+
type: string;
|
268
|
+
for: string;
|
269
|
+
for_placeholder: string;
|
270
|
+
name: string;
|
271
|
+
phone: string;
|
272
|
+
email: string;
|
273
|
+
bank: string;
|
274
|
+
bank_type: string;
|
275
|
+
bank_account: string;
|
276
|
+
bank_holder: string;
|
277
|
+
};
|
278
|
+
document: {
|
279
|
+
ssm: string;
|
280
|
+
bank: string;
|
281
|
+
exterior: string;
|
282
|
+
};
|
283
|
+
section: {
|
284
|
+
account: string;
|
285
|
+
bank: string;
|
286
|
+
pic: string;
|
287
|
+
document: string;
|
288
|
+
};
|
289
|
+
};
|
290
|
+
};
|
291
|
+
};
|
292
|
+
};
|
1
293
|
declare const routers: import("vue-router").RouteRecordRaw[];
|
2
294
|
export { routers };
|
3
295
|
export { default as FmApp } from "./App.vue";
|
package/dist/app.js
CHANGED