@feedmepos/mf-transaction 0.0.36 → 0.0.38

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.
@@ -167,7 +167,7 @@ const F = /* @__PURE__ */ m({
167
167
  preview: {
168
168
  title: "ใบเสร็จ POS"
169
169
  },
170
- orderId: "คำสั่งซื้อ {ช่อง}",
170
+ orderId: "คำสั่งซื้อ {slot}",
171
171
  invoiceNo: "หมายเลขใบแจ้งหนี้",
172
172
  date: "วันที่",
173
173
  cashier: "แคชเชียร์",
@@ -249,13 +249,13 @@ const F = /* @__PURE__ */ m({
249
249
  {
250
250
  path: "/receipt",
251
251
  name: p,
252
- component: u(() => import("./Receipt-P8mqdfkp.js").then((e) => e.R))
252
+ component: u(() => import("./Receipt-B2A8gsNe.js").then((e) => e.R))
253
253
  }
254
254
  ], q = {
255
255
  "en-US": z,
256
256
  "zh-CN": B,
257
257
  "th-TH": A
258
- }, U = u(() => import("./App-DYZ9WX3-.js"));
258
+ }, U = u(() => import("./App-DkyrES4B.js"));
259
259
  export {
260
260
  U as F,
261
261
  F as _,
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as a, i as e, r as o } from "./app-CuIGjSFm.js";
1
+ import { F as a, i as e, r as o } from "./app-DoKAcABk.js";
2
2
  export {
3
3
  a as FmApp,
4
4
  e as i18nMessages,
@@ -94,6 +94,7 @@ export declare function transformPickup({ pickup }: BillVariable): {
94
94
  value: string;
95
95
  }[];
96
96
  export declare const RECEIPT_PREVIEW_WIDTH = "370px";
97
+ export declare const RECEIPT_PREVIEW_HEIGHT = "90dvh";
97
98
  export declare function exportPDF(receipts: Receipt[], filename: string): Promise<void>;
98
99
  export declare function previewPDF(receipts: Receipt[]): Promise<void>;
99
100
  interface GroupItem {