@feedmepos/mf-order-setting 0.0.51 → 0.0.52-dev.0
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/.tsbuildinfo +1 -0
- package/dist/{KioskDevicesView-TIls1ag1.js → KioskDevicesView-Vy9FLX1n.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-B2gjPfOJ.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DhZPOEEQ.js} +2 -2
- package/dist/KioskSettingView-cE-JdCBB.js +551 -0
- package/dist/{KioskView-B0Jj2sOl.js → KioskView-BYs5bem0.js} +108 -111
- package/dist/OrderSettingsView-C4aEpC1j.js +56063 -0
- package/dist/{app-JqOEacuf.js → app-CwYXsqxX.js} +182 -26
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-B42nUieJ.js → dayjs.min-JEYIJz2D.js} +1 -1
- package/dist/frontend/mf-order/src/api/reservation/index.d.ts +8 -0
- package/dist/frontend/mf-order/src/app.d.ts +164 -8
- package/dist/frontend/mf-order/src/main.d.ts +164 -8
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +0 -2
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +0 -6
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +3 -3
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/reservation/CopySettingsSheet.vue.d.ts +186 -0
- package/dist/frontend/mf-order/src/views/order-settings/reservation/CustomSelect.vue.d.ts +15 -0
- package/dist/frontend/mf-order/src/views/order-settings/reservation/CustomTimePicker.vue.d.ts +10 -0
- package/dist/frontend/mf-order/src/views/order-settings/reservation/ReservationSetting.vue.d.ts +2 -0
- package/dist/{index-B0teNm7_.js → index-DZCjODMx.js} +2 -2
- package/dist/{menu.dto-DFTxveX1.js → menu.dto-D9CDVLiP.js} +22865 -20037
- package/dist/package/entity/food-court/order.do.d.ts +47 -2
- package/dist/package/entity/food-court/order.dto.d.ts +0 -3
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +12341 -1
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +3 -22266
- package/dist/package/entity/index.d.ts +5 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1 -19864
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +1 -3721
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +0 -3
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -3
- package/dist/package/entity/order-setting/order-setting.do.d.ts +861 -5
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +0 -10
- package/dist/package/entity/order-setting/reservationV2/reservation.do.d.ts +1269 -0
- package/dist/package/entity/queue/queue.do.d.ts +1 -11
- package/dist/package/entity/reservation/reservation.do.d.ts +101 -0
- package/dist/package/entity/reservation/reservation.dto.d.ts +325 -0
- package/dist/package/entity/reservation/reservation.enum.d.ts +3 -0
- package/dist/package/entity/reservation/reservation.utils.d.ts +152 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +0 -5
- package/dist/package/entity/websocket/websocket.dto.d.ts +0 -12
- package/dist/style.css +1 -0
- package/package.json +3 -3
- package/src/api/reservation/index.ts +28 -0
- package/src/assets/images/not-found.png +0 -0
- package/src/locales/en-US.json +57 -3
- package/src/locales/ja-JP.json +9 -11
- package/src/locales/th-TH.json +55 -3
- package/src/locales/zh-CN.json +55 -3
- package/src/main.ts +7 -5
- package/src/modules/order-setting/kiosk/interface.ts +13 -15
- package/src/stores/order-setting/mapper.ts +41 -44
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +1 -19
- package/src/views/kiosk/settings/KioskSettingView.vue +23 -43
- package/src/views/order-settings/OrderSettingsView.vue +7 -2
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +3 -1
- package/src/views/order-settings/drive-thru/DriveThruSetting.vue +13 -28
- package/src/views/order-settings/reservation/CopySettingsSheet.vue +238 -0
- package/src/views/order-settings/reservation/CustomSelect.vue +99 -0
- package/src/views/order-settings/reservation/CustomTimePicker.vue +201 -0
- package/src/views/order-settings/reservation/ReservationSetting.vue +1246 -0
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +5 -1
- package/tsconfig.app.json +8 -6
- package/dist/KioskSettingView-UPE-q-Zd.js +0 -573
- package/dist/OrderSettingsView-Ca4y2PNF.js +0 -51603
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +0 -1
|
@@ -1,7 +1,52 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const F_FOOD_COURT_CUSTOMER_STATUS: z.ZodEnum<["DRAFT", "COMPLETE"]>;
|
|
3
|
-
export declare const FdoFoodCourtOrderPayment: z.
|
|
4
|
-
|
|
3
|
+
export declare const FdoFoodCourtOrderPayment: z.ZodObject<{
|
|
4
|
+
type: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
|
|
5
|
+
transactions: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
transactions?: string[] | null | undefined;
|
|
8
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
9
|
+
}, {
|
|
10
|
+
transactions?: string[] | null | undefined;
|
|
11
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
12
|
+
}>;
|
|
13
|
+
export declare const FdoFoodCourtOrder: z.ZodObject<{
|
|
14
|
+
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
15
|
+
foodCourtId: z.ZodEffects<z.ZodString, string, string>;
|
|
16
|
+
orderIds: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
17
|
+
payment: z.ZodOptional<z.ZodObject<{
|
|
18
|
+
type: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
|
|
19
|
+
transactions: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>>;
|
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
transactions?: string[] | null | undefined;
|
|
22
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
23
|
+
}, {
|
|
24
|
+
transactions?: string[] | null | undefined;
|
|
25
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
26
|
+
}>>;
|
|
27
|
+
customerStatus: z.ZodDefault<z.ZodEnum<["DRAFT", "COMPLETE"]>>;
|
|
28
|
+
lastUpdatedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
lastUpdatedAt?: Date | null | undefined;
|
|
31
|
+
payment?: {
|
|
32
|
+
transactions?: string[] | null | undefined;
|
|
33
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
34
|
+
} | undefined;
|
|
35
|
+
_id: string;
|
|
36
|
+
foodCourtId: string;
|
|
37
|
+
orderIds: string[];
|
|
38
|
+
customerStatus: "COMPLETE" | "DRAFT";
|
|
39
|
+
}, {
|
|
40
|
+
lastUpdatedAt?: Date | null | undefined;
|
|
41
|
+
payment?: {
|
|
42
|
+
transactions?: string[] | null | undefined;
|
|
43
|
+
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
44
|
+
} | undefined;
|
|
45
|
+
customerStatus?: "COMPLETE" | "DRAFT" | undefined;
|
|
46
|
+
_id: string;
|
|
47
|
+
foodCourtId: string;
|
|
48
|
+
orderIds: string[];
|
|
49
|
+
}>;
|
|
5
50
|
export type FdoFoodCourtOrderPayment = z.infer<typeof FdoFoodCourtOrderPayment>;
|
|
6
51
|
export type FdoFoodCourtOrder = z.infer<typeof FdoFoodCourtOrder>;
|
|
7
52
|
export type F_FOOD_COURT_CUSTOMER_STATUS = z.infer<typeof F_FOOD_COURT_CUSTOMER_STATUS>;
|
|
@@ -7078,7 +7078,6 @@ export declare const FdtoFoodCourtOrderCreate: z.ZodObject<{
|
|
|
7078
7078
|
})[] | null | undefined;
|
|
7079
7079
|
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
7080
7080
|
}>>;
|
|
7081
|
-
sessionId: z.ZodString;
|
|
7082
7081
|
}, "strip", z.ZodTypeAny, {
|
|
7083
7082
|
payment?: {
|
|
7084
7083
|
transactions?: string[] | undefined;
|
|
@@ -7554,7 +7553,6 @@ export declare const FdtoFoodCourtOrderCreate: z.ZodObject<{
|
|
|
7554
7553
|
} | undefined;
|
|
7555
7554
|
foodCourtId: string;
|
|
7556
7555
|
orderIds: string[];
|
|
7557
|
-
sessionId: string;
|
|
7558
7556
|
}, {
|
|
7559
7557
|
payment?: {
|
|
7560
7558
|
transactions?: string[] | undefined;
|
|
@@ -7925,7 +7923,6 @@ export declare const FdtoFoodCourtOrderCreate: z.ZodObject<{
|
|
|
7925
7923
|
} | undefined;
|
|
7926
7924
|
orderIds?: string[] | undefined;
|
|
7927
7925
|
foodCourtId: string;
|
|
7928
|
-
sessionId: string;
|
|
7929
7926
|
}>;
|
|
7930
7927
|
export type FdtoFoodCourtOrderCreate = z.infer<typeof FdtoFoodCourtOrderCreate>;
|
|
7931
7928
|
export declare const FoodCourtOrderUpdateDto: z.ZodObject<{
|