@feedmepos/mf-payment 1.1.10-beta.1 → 1.1.11
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-BsGYgYqK.js → PayoutAccount-CTc_keTF.js} +145 -144
- package/dist/{PayoutAccount-DsQCwRok.js → PayoutAccount-DWkHIlnR.js} +10 -10
- package/dist/{PayoutAccountSetting-DlTlipkR.js → PayoutAccountSetting-D3HY4PDv.js} +3 -3
- package/dist/{Restaurant-B00xtheA.js → Restaurant-C1UOA30R.js} +4 -4
- package/dist/{RestaurantSetting-C4Uswfiq.js → RestaurantSetting-CLESbc-k.js} +3 -3
- package/dist/{Settlement-CsuI5viX.js → Settlement-B-VTEGv3.js} +3 -3
- package/dist/{Settlement-FXQpkHg9.js → Settlement-CBjer_vz.js} +3 -3
- package/dist/{SettlementTransactions-CLIWl2ft.js → SettlementTransactions-8Ni1PBC3.js} +3 -3
- package/dist/{SettlementTransactions-CwFD7ZNW.js → SettlementTransactions-BtqjdoD-.js} +3 -3
- package/dist/{Terminal-D4jCEaVn.js → Terminal-B8MrsXIH.js} +6 -6
- package/dist/{TerminalSetting-PK0CIFIv.js → TerminalSetting-BygvpwIL.js} +3 -3
- package/dist/{Transaction-B-gOcc81.js → Transaction-B5YVsVvG.js} +5 -5
- package/dist/{Transaction-K2CdzMSr.js → Transaction-ix13hGcz.js} +6 -6
- package/dist/{TransactionOld-85ud0GVA.js → TransactionOld-CXFhT24B.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-vuYIyvMv.js → TransactionTable.vue_vue_type_script_setup_true_lang-Dk7arqJI.js} +3 -3
- package/dist/{app-gDs_z8vb.js → app-B0_3RbEW.js} +317 -317
- package/dist/app.js +1 -1
- package/dist/{assets-si0LYmis.js → assets-C58GFk20.js} +1 -1
- package/dist/{grafana-CcI-Y-7W.js → grafana-Bpt1OpRK.js} +2 -2
- package/dist/{index-CBqS2uRV.js → index-BVK8M2LJ.js} +1 -1
- package/dist/{index-gG4wgVTV.js → index-Bk6s_L_c.js} +1 -1
- package/dist/{index-BnU2pweJ.js → index-CjBaaM9g.js} +2383 -2383
- package/dist/{index-edR0IH2v.js → index-Ds_NNeYY.js} +1 -1
- package/dist/{index-eW-bur4D.js → index-DwfuNOe0.js} +1 -1
- package/dist/{index-CMl0v9KN.js → index-xlttrNaM.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-BFLwe9RG.js → index.vue_vue_type_script_setup_true_lang-CORjDlAI.js} +1 -1
- package/dist/model/payout-account.d.ts +30 -11
- package/dist/package.json +1 -1
- package/dist/{payout-account-kKxhI2Rx.js → payout-account-D-LdBTo2.js} +193 -182
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as I, ref as r, resolveComponent as p, openBlock as f, createBlock as L, withCtx as P, createVNode as d, createElementVNode as u, normalizeStyle as T, createElementBlock as M, Fragment as N, renderList as j, computed as C, watch as S, onMounted as E, unref as D, toDisplayString as B, createCommentVNode as O, normalizeClass as R } from "vue";
|
2
|
-
import { u as G } from "./index-
|
2
|
+
import { u as G } from "./index-CjBaaM9g.js";
|
3
3
|
import "@feedmepos/ui-library";
|
4
4
|
const H = ["id"], U = /* @__PURE__ */ I({
|
5
5
|
__name: "FmTableSelection",
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { PayoutAccountDto } from "@feedmepos/payment-entity";
|
2
|
-
import { F_BANK_NAME } from "@feedmepos/payment-entity/common/config/bank/malaysia";
|
3
2
|
import { PayoutAccountWithRefDto } from "@feedmepos/payment-entity";
|
4
3
|
export declare enum KEY {
|
5
4
|
existed = "EXISTED",
|
@@ -20,25 +19,45 @@ declare function mergeData(payload: {
|
|
20
19
|
restaurantId?: string;
|
21
20
|
businessId?: string;
|
22
21
|
}, payoutAccount: PayoutAccountDto, newData: PayoutAccountDialogData): Promise<PayoutAccountDto>;
|
23
|
-
declare const
|
24
|
-
|
25
|
-
initPayoutAccount: typeof initPayoutAccount;
|
26
|
-
groupByStatus: typeof groupByStatus;
|
27
|
-
bankTypeOptions: {
|
22
|
+
export declare const PayoutConfig: {
|
23
|
+
bankNameOptions(): {
|
28
24
|
label: string;
|
29
|
-
value:
|
25
|
+
value: string;
|
30
26
|
}[];
|
31
|
-
|
27
|
+
bankTypeOptions(): {
|
32
28
|
label: string;
|
33
|
-
value:
|
29
|
+
value: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER";
|
34
30
|
}[];
|
35
|
-
storeEventOptions: {
|
31
|
+
storeEventOptions(): {
|
36
32
|
label: string;
|
37
33
|
value: "ORDERING" | "MARKETING";
|
38
34
|
}[];
|
39
|
-
statusOptions: {
|
35
|
+
statusOptions(): {
|
40
36
|
label: string;
|
41
37
|
value: "NEW" | "PENDING" | "APPROVED";
|
42
38
|
}[];
|
43
39
|
};
|
40
|
+
declare const _default: {
|
41
|
+
mergeData: typeof mergeData;
|
42
|
+
initPayoutAccount: typeof initPayoutAccount;
|
43
|
+
groupByStatus: typeof groupByStatus;
|
44
|
+
PayoutConfig: {
|
45
|
+
bankNameOptions(): {
|
46
|
+
label: string;
|
47
|
+
value: string;
|
48
|
+
}[];
|
49
|
+
bankTypeOptions(): {
|
50
|
+
label: string;
|
51
|
+
value: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER";
|
52
|
+
}[];
|
53
|
+
storeEventOptions(): {
|
54
|
+
label: string;
|
55
|
+
value: "ORDERING" | "MARKETING";
|
56
|
+
}[];
|
57
|
+
statusOptions(): {
|
58
|
+
label: string;
|
59
|
+
value: "NEW" | "PENDING" | "APPROVED";
|
60
|
+
}[];
|
61
|
+
};
|
62
|
+
};
|
44
63
|
export default _default;
|