@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.
Files changed (32) hide show
  1. package/dist/{PayoutAccount-CvMczmij.js → PayoutAccount-BDTAihoB.js} +6 -6
  2. package/dist/{PayoutAccount-bF6506mg.js → PayoutAccount-BlvYGFmj.js} +5 -5
  3. package/dist/{PayoutAccountSetting-Di_Rohl7.js → PayoutAccountSetting-BZ_dtEzF.js} +3 -3
  4. package/dist/{Restaurant-BgfJ4kMh.js → Restaurant-IvTxzEEg.js} +4 -4
  5. package/dist/{RestaurantSetting-DLB_GBbu.js → RestaurantSetting-CYkbYnib.js} +210 -200
  6. package/dist/{Settlement-Mf5XJrXc.js → Settlement-CgQP9j_O.js} +3 -3
  7. package/dist/{Settlement-DqwyJFk-.js → Settlement-Wbsxz3c3.js} +3 -3
  8. package/dist/{SettlementTransactions-DvzbSvA9.js → SettlementTransactions-CDrPZEsp.js} +3 -3
  9. package/dist/{SettlementTransactions-6vkA8-4o.js → SettlementTransactions-TULTM98h.js} +3 -3
  10. package/dist/{Terminal-DC6alAxg.js → Terminal-Kbwkii3s.js} +5 -5
  11. package/dist/{TerminalSetting-BE9fFg4j.js → TerminalSetting-APSwdYlY.js} +3 -3
  12. package/dist/{Transaction-BXynWN9l.js → Transaction-CP5nDC93.js} +5 -5
  13. package/dist/{Transaction-BPVSJWdM.js → Transaction-DHBP5DBt.js} +7 -7
  14. package/dist/{TransactionOld-aJqwnMYJ.js → TransactionOld-CZTpxwtD.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-CX5eNJPx.js → TransactionTable.vue_vue_type_script_setup_true_lang-DQLCyJE1.js} +3 -3
  16. package/dist/{app-l69fYMyZ.js → app-DxcyIR9L.js} +360 -360
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-CRA5IzdW.js → assets-BPRFwA_x.js} +2 -2
  19. package/dist/{grafana-AnUnO24M.js → grafana-C6rWA8aV.js} +1 -1
  20. package/dist/{index-k7EwR1PN.js → index-BasV9ckt.js} +1 -1
  21. package/dist/{index-DmI9Gt5s.js → index-CFcmWPUa.js} +2003 -2003
  22. package/dist/{index-8V-GavUD.js → index-CV4mrBvQ.js} +1 -1
  23. package/dist/{index-BrtYLN-t.js → index-Cl3iKnij.js} +1 -1
  24. package/dist/{index-DayhN_i6.js → index-CqxWxkx3.js} +1 -1
  25. package/dist/{index-Cer_6J8b.js → index-dd-QHobb.js} +1 -1
  26. package/dist/{index-34hQY02y.js → index-pcbXwdTo.js} +2 -2
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-BZvBvJ7L.js → index.vue_vue_type_script_setup_true_lang-BcbAchQx.js} +1 -1
  28. package/dist/package.json +1 -1
  29. package/dist/{payout-account-HJH4ybUc.js → payout-account-Bwm4cqox.js} +3 -3
  30. package/dist/tsconfig.app.tsbuildinfo +1 -1
  31. package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +5 -4
  32. 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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"