@feedmepos/mf-transaction 0.0.23 → 0.0.24

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.
@@ -94,7 +94,8 @@ const N = /* @__PURE__ */ m({
94
94
  tabs: {
95
95
  receipt: "Receipt",
96
96
  activity: "Activity",
97
- orderRecords: "Order records"
97
+ orderRecords: "Order records",
98
+ transaction: "Transactions"
98
99
  },
99
100
  footer: {
100
101
  creditInfo: "Credit Info",
@@ -151,7 +152,8 @@ const N = /* @__PURE__ */ m({
151
152
  tabs: {
152
153
  receipt: "收据",
153
154
  activity: "活动",
154
- orderRecords: "订单记录"
155
+ orderRecords: "订单记录",
156
+ transaction: "交易记录"
155
157
  },
156
158
  footer: {
157
159
  creditInfo: "积分信息",
@@ -181,12 +183,12 @@ const N = /* @__PURE__ */ m({
181
183
  {
182
184
  path: "/receipt",
183
185
  name: p,
184
- component: f(() => import("./Receipt-C5y6QkRz.js").then((e) => e.R))
186
+ component: f(() => import("./Receipt-CxICe2eu.js").then((e) => e.R))
185
187
  }
186
188
  ], L = {
187
189
  "en-US": T,
188
190
  "zh-CN": A
189
- }, O = f(() => import("./App-mYNB5Fxn.js"));
191
+ }, O = f(() => import("./App-C1awdYK1.js"));
190
192
  export {
191
193
  O as F,
192
194
  N as _,
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as a, i as e, r as o } from "./app-k9bCbSNc.js";
1
+ import { F as a, i as e, r as o } from "./app-Catx3bTf.js";
2
2
  export {
3
3
  a as FmApp,
4
4
  e as i18nMessages,
@@ -1,3 +1,5 @@
1
1
  export declare const billApi: {
2
2
  refreshEPayment(restaurantId: string, billId: string): Promise<any>;
3
+ transactions(restaurantId: string, billId: string): Promise<any>;
4
+ bindPayments(restaurantId: string, billId: string, transactions: any[]): Promise<any>;
3
5
  };
@@ -38,6 +38,7 @@ export declare const i18nMessages: {
38
38
  receipt: string;
39
39
  activity: string;
40
40
  orderRecords: string;
41
+ transaction: string;
41
42
  };
42
43
  footer: {
43
44
  creditInfo: string;
@@ -96,6 +97,7 @@ export declare const i18nMessages: {
96
97
  receipt: string;
97
98
  activity: string;
98
99
  orderRecords: string;
100
+ transaction: string;
99
101
  };
100
102
  footer: {
101
103
  creditInfo: string;
@@ -0,0 +1,14 @@
1
+ import { type PropType } from "vue";
2
+ import type { Receipt } from "@/views/receipt/receipt";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ receipt: {
5
+ type: PropType<Receipt>;
6
+ required: true;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ receipt: {
10
+ type: PropType<Receipt>;
11
+ required: true;
12
+ };
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;