@feedmepos/mf-payment 1.5.79-dev → 1.5.81-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/dist/{Actions.vue_vue_type_script_setup_true_lang-B1k6lqk9.js → Actions.vue_vue_type_script_setup_true_lang-arxXJc-r.js} +1 -1
- package/dist/{Chargeback-DDW6Z35O.js → Chargeback-DCBPi5nd.js} +7 -7
- package/dist/{DateRangePicker.vue_vue_type_script_setup_true_lang-BNVnvrVY.js → DateRangePicker.vue_vue_type_script_setup_true_lang-CDjdQf-E.js} +1 -1
- package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-0t7PrKly.js → DocumentViewer.vue_vue_type_script_setup_true_lang-CmWaoyuX.js} +3 -3
- package/dist/{OnboardForm-CMiPKEAD.js → OnboardForm-C6lqjMgj.js} +6 -6
- package/dist/{OnboardForm-UvHyCi9w.js → OnboardForm-DSMui3AP.js} +6 -6
- package/dist/{OnboardSubmission-faKhsdmy.js → OnboardSubmission-DGlLp3NF.js} +3 -3
- package/dist/{OnboardSubmission-BWv_zw6C.js → OnboardSubmission-VW-cpEb5.js} +5 -5
- package/dist/{PayoutAccount-mNPnD2h1.js → PayoutAccount-CQsohYCY.js} +425 -413
- package/dist/{PayoutAccount-DHFs5gyw.js → PayoutAccount-ScwlPbDO.js} +5 -5
- package/dist/PayoutAccountSetting-4S54z0zZ.js +1814 -0
- package/dist/{Restaurant-jkwyYKCC.js → Restaurant-BdeRl1K3.js} +4 -4
- package/dist/{RestaurantSelector.vue_vue_type_script_setup_true_lang-DG3iyjkK.js → RestaurantSelector.vue_vue_type_script_setup_true_lang-ClyF3x4z.js} +10 -10
- package/dist/{RestaurantSetting-D6uSwnZI.js → RestaurantSetting-DoveWDBU.js} +4 -4
- package/dist/{Settlement-COK5hned.js → Settlement-Db5-8Rwp.js} +106 -106
- package/dist/{Settlement-CPLwwE2V.js → Settlement-tznVotsa.js} +4 -4
- package/dist/{SettlementTransactions-Coc4SIYf.js → SettlementTransactions-CZ05tjy5.js} +4 -4
- package/dist/{SettlementTransactions-BaD7Xzc_.js → SettlementTransactions-kaD_BDBE.js} +4 -4
- package/dist/{Status.vue_vue_type_script_setup_true_lang-COmSmTD-.js → Status.vue_vue_type_script_setup_true_lang-DcOt2SeU.js} +1 -1
- package/dist/{Terminal-Bi-pgpLy.js → Terminal-C5bZbtLm.js} +6 -6
- package/dist/{TerminalSetting-Bn7dMb8m.js → TerminalSetting-B81ova2B.js} +5 -5
- package/dist/{TextInputDialog.vue_vue_type_script_setup_true_lang-D8W8_SO2.js → TextInputDialog.vue_vue_type_script_setup_true_lang-BvGYVca0.js} +1 -1
- package/dist/{Transaction-C0tvyLUP.js → Transaction-9RnGbv_s.js} +9 -9
- package/dist/{Transaction-Dc3ppbQO.js → Transaction-DYAV_0Eo.js} +12 -12
- package/dist/{TransactionOld-0b8NDOAr.js → TransactionOld-cVtzUA4m.js} +9 -9
- package/dist/{app-DLOPYVQT.js → app-COmipvpd.js} +841 -813
- package/dist/app.js +1 -1
- package/dist/{assets-CHl9dRwW.js → assets-Cz4q39pl.js} +1 -1
- package/dist/{grafana-W-wciFnf.js → grafana-DPozfK2x.js} +1 -1
- package/dist/{index-BXl4SMxF.js → index-B0DzMdAx.js} +1 -1
- package/dist/{index-DGyTvHj8.js → index-BP3TUn8a.js} +1 -1
- package/dist/{index-oz80FaA5.js → index-Bd1QespN.js} +2 -2
- package/dist/{index-Dic547vC.js → index-BzyAnnC6.js} +1 -1
- package/dist/{index-Bz9betjL.js → index-CFPa37b9.js} +1 -1
- package/dist/{index-BUvHMo4V.js → index-CH3OMdWw.js} +1 -1
- package/dist/{index-C_13hvar.js → index-DT7xGHxI.js} +1 -1
- package/dist/{index-c2WIf6FM.js → index-DZkJCRc2.js} +1 -1
- package/dist/{index-7WseRv3u.js → index-xAxcFMD3.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-Cj6xgRBA.js → index.vue_vue_type_script_setup_true_lang-zcEAdlF2.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-CygV7FSk.js → payout-account-Bf74kiQM.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{validator-DzjyJnvv.js → validator-CTlVogBQ.js} +1 -0
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +9 -0
- package/dist/views/admin/payout-account/tabs/SettlementEditDialog.vue.d.ts +56 -0
- package/package.json +2 -2
- package/dist/PayoutAccountSetting-DFOPZ5Lh.js +0 -1502
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
import type { PayoutAccountWithRefDto } from "@feedmepos/payment-entity";
|
|
1
2
|
import type { PropType } from "vue";
|
|
2
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
onUpdate: {
|
|
5
|
+
type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
3
8
|
payoutAccount: {
|
|
4
9
|
type: PropType<{
|
|
5
10
|
enable?: boolean | null | undefined;
|
|
@@ -100,6 +105,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
105
|
required: true;
|
|
101
106
|
};
|
|
102
107
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
onUpdate: {
|
|
109
|
+
type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
|
|
110
|
+
required: true;
|
|
111
|
+
};
|
|
103
112
|
payoutAccount: {
|
|
104
113
|
type: PropType<{
|
|
105
114
|
enable?: boolean | null | undefined;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
export type SettlementFormValue = {
|
|
3
|
+
companyName: string;
|
|
4
|
+
regNo: string;
|
|
5
|
+
bankName: string;
|
|
6
|
+
bankHolderName: string;
|
|
7
|
+
bankAccountNumber: string;
|
|
8
|
+
ssm?: string;
|
|
9
|
+
bankStatement?: string;
|
|
10
|
+
newSSM?: File;
|
|
11
|
+
newBankStatement?: File;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
|
+
initialValue: {
|
|
15
|
+
type: PropType<SettlementFormValue>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
bankNameOptions: {
|
|
19
|
+
type: PropType<{
|
|
20
|
+
label: string;
|
|
21
|
+
value: string;
|
|
22
|
+
}[]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
businessId: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
restaurantId: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
initialValue: {
|
|
35
|
+
type: PropType<SettlementFormValue>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
bankNameOptions: {
|
|
39
|
+
type: PropType<{
|
|
40
|
+
label: string;
|
|
41
|
+
value: string;
|
|
42
|
+
}[]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
businessId: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
restaurantId: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: undefined;
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
54
|
+
restaurantId: string;
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-payment",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.81-dev",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@casl/ability": "^3.2.0",
|
|
22
22
|
"@feedmepos/core": "^2.6.0",
|
|
23
|
-
"@feedmepos/hrm-permission": "1.0.
|
|
23
|
+
"@feedmepos/hrm-permission": "1.0.6-dev",
|
|
24
24
|
"@feedmepos/mf-common": "^1.26.8",
|
|
25
25
|
"@feedmepos/mf-financing": "0.0.24-dev",
|
|
26
26
|
"@feedmepos/payment-entity": "0.1.80",
|