@feedmepos/mf-transaction 0.0.56 → 0.0.57
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/{App-iMdqYS2N.js → App-DuljAheE.js} +10003 -10014
- package/dist/{app-DWoP93gM.js → app--ALxsPOO.js} +1 -1
- package/dist/app.js +1 -1
- package/dist/apps/mf-transaction/src/views/receipt/detail/transaction/ReceiptTransaction.vue.d.ts +1 -1
- package/dist/apps/mf-transaction/src/views/receipt/receipt.d.ts +1 -0
- package/dist/apps/mf-transaction/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index.es-BHtfmT42.js → index.es-D4FLZiCA.js} +2 -2
- package/package.json +1 -1
package/dist/app.js
CHANGED
package/dist/apps/mf-transaction/src/views/receipt/detail/transaction/ReceiptTransaction.vue.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type
|
|
2
|
+
import { type Receipt } from "@/views/receipt/receipt";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
receipt: {
|
|
5
5
|
type: PropType<Receipt>;
|
|
@@ -77,6 +77,7 @@ export declare function transformReceiptInfo({ label, amount }: {
|
|
|
77
77
|
name: string;
|
|
78
78
|
value: string;
|
|
79
79
|
};
|
|
80
|
+
export declare function formatPaymentName(payment: Bill["payments"][0]): string;
|
|
80
81
|
export declare function transformMember({ membership }: BillVariable): {
|
|
81
82
|
name: string;
|
|
82
83
|
value: string;
|