@feedmepos/mf-payment 1.4.45 → 1.4.47

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/app.d.ts CHANGED
@@ -1,363 +1,6 @@
1
1
  import enUS from "./assets/locales/en-US.json";
2
2
  export type AppMessagesSchema = typeof enUS;
3
- export declare const i18nMessages: {
4
- "en-US": {
5
- payment: {
6
- components: {
7
- select: string;
8
- restaurant: string;
9
- device: string;
10
- payout_account: string;
11
- };
12
- routes: {
13
- onboard_submission: string;
14
- payout_account: string;
15
- transaction: string;
16
- "transaction-new": string;
17
- settlement: string;
18
- };
19
- settlements: {
20
- title: string;
21
- description: string;
22
- export: string;
23
- table: {
24
- id: string;
25
- bank: string;
26
- account: string;
27
- created_at: string;
28
- sales_amount: string;
29
- fee: string;
30
- settlement_amount: string;
31
- };
32
- dialog: {
33
- title: string;
34
- date: string;
35
- search: string;
36
- info: {
37
- transaction: {
38
- title: string;
39
- for: string;
40
- reference: string;
41
- count: string;
42
- };
43
- bank: {
44
- title: string;
45
- for: string;
46
- name: string;
47
- number: string;
48
- };
49
- payout: {
50
- title: string;
51
- amount: string;
52
- fee: string;
53
- payout: string;
54
- };
55
- };
56
- fiuu: {
57
- id: string;
58
- type: string;
59
- transaction_at: string;
60
- sales_amount: string;
61
- fee: string;
62
- settlement_amount: string;
63
- };
64
- feedme: {
65
- id: string;
66
- pay_id: string;
67
- gateway: string;
68
- method: string;
69
- status: string;
70
- type: string;
71
- payFor: string;
72
- transaction_at: string;
73
- sales_amount: string;
74
- fee: string;
75
- settlement_amount: string;
76
- };
77
- };
78
- };
79
- transactions: {
80
- title: string;
81
- description: string;
82
- restaurant: string;
83
- status: string;
84
- search: {
85
- title: string;
86
- placeholder: string;
87
- };
88
- button: {
89
- export: string;
90
- };
91
- table: {
92
- id: string;
93
- pay_id: string;
94
- gateway_id: string;
95
- bill_seq: string;
96
- gateway: string;
97
- method: string;
98
- type: string;
99
- status: string;
100
- source: string;
101
- restaurant: string;
102
- transaction_at: string;
103
- sales_amount: string;
104
- actions: string;
105
- };
106
- };
107
- payout_account: {
108
- title: string;
109
- description: string;
110
- button: {
111
- apply: string;
112
- };
113
- table: {
114
- type: string;
115
- name: string;
116
- status: string;
117
- active: string;
118
- bank: string;
119
- pic: string;
120
- };
121
- dialog: {
122
- view_title: string;
123
- title: string;
124
- button: {
125
- remove: string;
126
- submit: string;
127
- };
128
- fields: {
129
- type: string;
130
- for: string;
131
- for_placeholder: string;
132
- name: string;
133
- phone: string;
134
- email: string;
135
- bank: string;
136
- bank_type: string;
137
- bank_account: string;
138
- bank_holder: string;
139
- };
140
- document: {
141
- ssm: string;
142
- bank: string;
143
- exterior: string;
144
- };
145
- section: {
146
- account: string;
147
- bank: string;
148
- pic: string;
149
- document: string;
150
- };
151
- };
152
- };
153
- "onboard-submission": {
154
- title: string;
155
- description: string;
156
- ready: {
157
- line1: string;
158
- line2: string;
159
- status: string;
160
- };
161
- approval: {
162
- line1: string;
163
- line2: string;
164
- status: string;
165
- };
166
- review: {
167
- line1: string;
168
- line2: string;
169
- status: string;
170
- };
171
- edit: string;
172
- apply: string;
173
- note: string;
174
- softspace: {
175
- description: string;
176
- service1: string;
177
- service2: string;
178
- };
179
- };
180
- };
181
- };
182
- "zh-CN": {
183
- payment: {
184
- components: {
185
- select: string;
186
- restaurant: string;
187
- device: string;
188
- payout_account: string;
189
- };
190
- routes: {
191
- onboard_submission: string;
192
- payout_account: string;
193
- transaction: string;
194
- "transaction-new": string;
195
- settlement: string;
196
- };
197
- settlements: {
198
- title: string;
199
- description: string;
200
- export: string;
201
- table: {
202
- id: string;
203
- bank: string;
204
- account: string;
205
- created_at: string;
206
- sales_amount: string;
207
- fee: string;
208
- settlement_amount: string;
209
- };
210
- dialog: {
211
- title: string;
212
- date: string;
213
- search: string;
214
- info: {
215
- transaction: {
216
- title: string;
217
- for: string;
218
- reference: string;
219
- count: string;
220
- };
221
- bank: {
222
- title: string;
223
- for: string;
224
- name: string;
225
- number: string;
226
- };
227
- payout: {
228
- title: string;
229
- amount: string;
230
- fee: string;
231
- payout: string;
232
- };
233
- };
234
- fiuu: {
235
- id: string;
236
- type: string;
237
- transaction_at: string;
238
- sales_amount: string;
239
- fee: string;
240
- settlement_amount: string;
241
- };
242
- feedme: {
243
- id: string;
244
- pay_id: string;
245
- gateway: string;
246
- method: string;
247
- status: string;
248
- type: string;
249
- payFor: string;
250
- transaction_at: string;
251
- sales_amount: string;
252
- fee: string;
253
- settlement_amount: string;
254
- };
255
- };
256
- };
257
- transactions: {
258
- title: string;
259
- description: string;
260
- restaurant: string;
261
- status: string;
262
- search: {
263
- title: string;
264
- placeholder: string;
265
- };
266
- button: {
267
- export: string;
268
- };
269
- table: {
270
- id: string;
271
- pay_id: string;
272
- gateway_id: string;
273
- bill_seq: string;
274
- gateway: string;
275
- method: string;
276
- type: string;
277
- status: string;
278
- restaurant: string;
279
- source: string;
280
- transaction_at: string;
281
- sales_amount: string;
282
- actions: string;
283
- };
284
- };
285
- payout_account: {
286
- title: string;
287
- description: string;
288
- button: {
289
- apply: string;
290
- };
291
- table: {
292
- type: string;
293
- name: string;
294
- status: string;
295
- active: string;
296
- bank: string;
297
- pic: string;
298
- };
299
- dialog: {
300
- view_title: string;
301
- title: string;
302
- button: {
303
- remove: string;
304
- submit: string;
305
- };
306
- fields: {
307
- type: string;
308
- for: string;
309
- for_placeholder: string;
310
- name: string;
311
- phone: string;
312
- email: string;
313
- bank: string;
314
- bank_type: string;
315
- bank_account: string;
316
- bank_holder: string;
317
- };
318
- document: {
319
- ssm: string;
320
- bank: string;
321
- exterior: string;
322
- };
323
- section: {
324
- account: string;
325
- bank: string;
326
- pic: string;
327
- document: string;
328
- };
329
- };
330
- };
331
- "onboard-submission": {
332
- title: string;
333
- description: string;
334
- ready: {
335
- line1: string;
336
- line2: string;
337
- status: string;
338
- };
339
- approval: {
340
- line1: string;
341
- line2: string;
342
- status: string;
343
- };
344
- review: {
345
- line1: string;
346
- line2: string;
347
- status: string;
348
- };
349
- edit: string;
350
- apply: string;
351
- note: string;
352
- softspace: {
353
- description: string;
354
- service1: string;
355
- service2: string;
356
- };
357
- };
358
- };
359
- };
360
- };
3
+ export declare const i18nMessages: () => Record<string, Record<string, string>>;
361
4
  declare const routers: import("vue-router").RouteRecordRaw[];
362
5
  export { routers };
363
6
  export { default as FmApp } from "./App.vue";
package/dist/app.js CHANGED
@@ -1,6 +1,7 @@
1
- import { h as e, i as r, f as o } from "./app-DawA1Qw3.js";
1
+ import { h as e, i as o, f as p } from "./app-COvZzQVV.js";
2
+ import "@feedmepos/mf-financing";
2
3
  export {
3
4
  e as FmApp,
4
- r as i18nMessages,
5
- o as routers
5
+ o as i18nMessages,
6
+ p as routers
6
7
  };
@@ -1,5 +1,5 @@
1
1
  import { d as r, b as a, g as n, o as i } from "./index-cCTvH31Z.js";
2
- import { f as u } from "./plugins--j00wPbu.js";
2
+ import { f as u } from "./plugins-DuKITasE.js";
3
3
  import { h as m } from "./moment-h96o7c8I.js";
4
4
  const y = {
5
5
  async read(s) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.4.45",
3
+ "version": "1.4.47",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -33,7 +33,7 @@
33
33
  "@casl/ability": "^3.2.0",
34
34
  "@feedmepos/core": "^2.6.0",
35
35
  "@feedmepos/mf-common": "^1.26.8",
36
- "@feedmepos/mf-financing": "0.0.4",
36
+ "@feedmepos/mf-financing": "0.0.5",
37
37
  "@feedmepos/payment-entity": "^0.1.51",
38
38
  "@feedmepos/ui-library": "^1.7.1",
39
39
  "axios": "^0.27.2",
@@ -1,7 +1,7 @@
1
- import { f as j } from "./plugins--j00wPbu.js";
1
+ import { f as j } from "./plugins-DuKITasE.js";
2
2
  import { c as st, a as it, B as at, p as E } from "./index-cCTvH31Z.js";
3
3
  import { useCoreStore as ut } from "@feedmepos/mf-common";
4
- import { _ as ot } from "./app-DawA1Qw3.js";
4
+ import { _ as ot } from "./app-COvZzQVV.js";
5
5
  var Q = { exports: {} };
6
6
  (function(i, a) {
7
7
  (function(t, m) {
@@ -1,4 +1,4 @@
1
- import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-DawA1Qw3.js";
1
+ import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-COvZzQVV.js";
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2017 Google LLC
@@ -9,6 +9,7 @@ declare module "vue-router" {
9
9
  region?: {
10
10
  [key: string]: boolean;
11
11
  };
12
+ useChildrenRoutes?: boolean;
12
13
  }
13
14
  }
14
15
  declare const router: import("vue-router").Router;