@feedmepos/mf-payment 1.2.16 → 1.2.18
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-CvMczmij.js → PayoutAccount-BDTAihoB.js} +6 -6
- package/dist/{PayoutAccount-bF6506mg.js → PayoutAccount-BlvYGFmj.js} +5 -5
- package/dist/{PayoutAccountSetting-Di_Rohl7.js → PayoutAccountSetting-BZ_dtEzF.js} +3 -3
- package/dist/{Restaurant-BgfJ4kMh.js → Restaurant-IvTxzEEg.js} +4 -4
- package/dist/{RestaurantSetting-DLB_GBbu.js → RestaurantSetting-CYkbYnib.js} +210 -200
- package/dist/{Settlement-Mf5XJrXc.js → Settlement-CgQP9j_O.js} +3 -3
- package/dist/{Settlement-DqwyJFk-.js → Settlement-Wbsxz3c3.js} +3 -3
- package/dist/{SettlementTransactions-DvzbSvA9.js → SettlementTransactions-CDrPZEsp.js} +3 -3
- package/dist/{SettlementTransactions-6vkA8-4o.js → SettlementTransactions-TULTM98h.js} +3 -3
- package/dist/{Terminal-DC6alAxg.js → Terminal-Kbwkii3s.js} +5 -5
- package/dist/{TerminalSetting-BE9fFg4j.js → TerminalSetting-APSwdYlY.js} +3 -3
- package/dist/{Transaction-BXynWN9l.js → Transaction-CP5nDC93.js} +5 -5
- package/dist/{Transaction-BPVSJWdM.js → Transaction-DHBP5DBt.js} +7 -7
- package/dist/{TransactionOld-aJqwnMYJ.js → TransactionOld-CZTpxwtD.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-CX5eNJPx.js → TransactionTable.vue_vue_type_script_setup_true_lang-DQLCyJE1.js} +3 -3
- package/dist/{app-l69fYMyZ.js → app-DxcyIR9L.js} +360 -360
- package/dist/app.js +1 -1
- package/dist/{assets-CRA5IzdW.js → assets-BPRFwA_x.js} +2 -2
- package/dist/{grafana-AnUnO24M.js → grafana-C6rWA8aV.js} +1 -1
- package/dist/{index-k7EwR1PN.js → index-BasV9ckt.js} +1 -1
- package/dist/{index-DmI9Gt5s.js → index-CFcmWPUa.js} +2003 -2003
- package/dist/{index-8V-GavUD.js → index-CV4mrBvQ.js} +1 -1
- package/dist/{index-BrtYLN-t.js → index-Cl3iKnij.js} +1 -1
- package/dist/{index-DayhN_i6.js → index-CqxWxkx3.js} +1 -1
- package/dist/{index-Cer_6J8b.js → index-dd-QHobb.js} +1 -1
- package/dist/{index-34hQY02y.js → index-pcbXwdTo.js} +2 -2
- package/dist/{index.vue_vue_type_script_setup_true_lang-BZvBvJ7L.js → index.vue_vue_type_script_setup_true_lang-BcbAchQx.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-HJH4ybUc.js → payout-account-Bwm4cqox.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +5 -4
- package/package.json +1 -1
@@ -1,3 +1,4 @@
|
|
1
|
+
import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
|
1
2
|
import type { PropType } from 'vue';
|
2
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
4
|
gateway: {
|
@@ -13,11 +14,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
14
|
required: true;
|
14
15
|
};
|
15
16
|
onUpdate: {
|
16
|
-
type: PropType<(g: any) => void>;
|
17
|
+
type: PropType<(active: boolean, g: any) => void>;
|
17
18
|
required: true;
|
18
19
|
};
|
19
20
|
onDelete: {
|
20
|
-
type: PropType<() => void>;
|
21
|
+
type: PropType<(g: FdoPaymentGateway) => void>;
|
21
22
|
required: true;
|
22
23
|
};
|
23
24
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -34,11 +35,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
35
|
required: true;
|
35
36
|
};
|
36
37
|
onUpdate: {
|
37
|
-
type: PropType<(g: any) => void>;
|
38
|
+
type: PropType<(active: boolean, g: any) => void>;
|
38
39
|
required: true;
|
39
40
|
};
|
40
41
|
onDelete: {
|
41
|
-
type: PropType<() => void>;
|
42
|
+
type: PropType<(g: FdoPaymentGateway) => void>;
|
42
43
|
required: true;
|
43
44
|
};
|
44
45
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|