@feedmepos/mf-payment 1.0.0-beta.1 → 1.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +11 -1
- package/dist/{PayoutAccount-Bj5zvmoj.js → PayoutAccount-2--U2ftW.js} +91 -81
- package/dist/{PayoutAccount-BHRhEZ9h.js → PayoutAccount-NCJHAy6W.js} +1 -1
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
- package/dist/{TerminalTransaction-B77YK3hF.js → TerminalTransaction-B-8PEfAs.js} +187 -129
- package/dist/{TerminalTransaction---9nk_4q.js → TerminalTransaction-CCfrLWpi.js} +87 -77
- package/dist/{app-DjzULXn3.js → app-aEVoN1BQ.js} +109 -109
- package/dist/app.js +1 -1
- package/dist/components/SelectAll.vue.d.ts +57 -0
- package/dist/helpers/idToDate.d.ts +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-CBT1rfSS.js → payout-account-aKqgNIJX.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +10 -0
- package/package.json +1 -1
@@ -0,0 +1,10 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
createdAt: string;
|
3
|
+
transactionAt: string;
|
4
|
+
refundedAt: string;
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
6
|
+
createdAt: string;
|
7
|
+
transactionAt: string;
|
8
|
+
refundedAt: string;
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
10
|
+
export default _default;
|