@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.
@@ -340,7 +340,7 @@ const E = /* @__PURE__ */ f({
340
340
  ...H,
341
341
  ...s["zh-Hant"] || {}
342
342
  }
343
- }, V = C(() => import("./App-iMdqYS2N.js").then((e) => e.A));
343
+ }, V = C(() => import("./App-DuljAheE.js").then((e) => e.A));
344
344
  export {
345
345
  V as F,
346
346
  E as _,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "@feedmepos/mf-kitchen";
2
- import { F as e, i } from "./app-DWoP93gM.js";
2
+ import { F as e, i } from "./app--ALxsPOO.js";
3
3
  export {
4
4
  e as FmApp,
5
5
  i as i18nMessages
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from "vue";
2
- import type { Receipt } from "@/views/receipt/receipt";
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;