@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.2
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/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-TgyDh8aI.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +4 -3
- package/dist/KioskSettingView-fbOxH9m8.js +649 -0
- package/dist/KioskView-C0Vn5S89.js +334 -0
- package/dist/{OrderSettingsView-CIUddOED.js → OrderSettingsView-mYvRn7u9.js} +1630 -1703
- package/dist/{app-CuyLbKuN.js → app-A306cfER.js} +478 -448
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BJrst4DM.js → auth.dto-C5PLip9a.js} +34577 -36584
- package/dist/dayjs.min-CLR5r0qf.js +2110 -0
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +439 -409
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -1
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +240 -0
- package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +17 -21
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +136 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +142 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DPl0R4fg.js → index-BJuGDir8.js} +25 -24
- package/dist/index-DSCb3ndM.js +150 -0
- package/dist/package/entity/food-court/order.dto.d.ts +223 -223
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +2 -2
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +8 -8
- package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +15 -15
- package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
- package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
- package/dist/package/entity/order/order.do.d.ts +946 -0
- package/dist/package/entity/order/order.dto.d.ts +25328 -2337
- package/dist/package/entity/order/order.enum.d.ts +5 -1
- package/dist/package/entity/order/payment/payment.dto.d.ts +930 -930
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +10 -10
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +4 -4
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
- package/dist/package/entity/payment/payment.dto.d.ts +2 -2
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -48
- package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
- package/package.json +2 -2
- package/src/locales/en-US.json +218 -203
- package/src/locales/zh-CN.json +218 -203
- package/src/modules/order-setting/kiosk/interface.ts +25 -0
- package/src/stores/order-setting/mapper.ts +73 -51
- package/src/views/kiosk/KioskSummary.vue +36 -2
- package/src/views/kiosk/KioskView.vue +115 -96
- package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
- package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
- package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
- package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
- package/src/views/order-settings/OrderSettingsView.vue +1 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
- package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
- package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
- package/dist/KioskView-DqV4IW7U.js +0 -289
- package/dist/index-B9mJLWE5.js +0 -70
- /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
- /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +0 -0
- /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
selectedTab: string;
|
|
3
3
|
hasRestaurant: boolean;
|
|
4
|
-
reset?: boolean
|
|
5
|
-
}
|
|
4
|
+
reset?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
"update:selectedFpStatusFilter": (value: string | null) => any;
|
|
7
8
|
"update:selectedShopeeFoodStatusFilter": (value: string | null) => any;
|
|
8
9
|
"update:selectedGfStatusFilter": (value: string | null) => any;
|
|
9
10
|
"update:selectedFeedMeStatusFilter": (value: string | null) => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
11
|
-
selectedTab: string;
|
|
12
|
-
hasRestaurant: boolean;
|
|
13
|
-
reset?: boolean | undefined;
|
|
14
|
-
}> & Readonly<{
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
12
|
"onUpdate:selectedFpStatusFilter"?: ((value: string | null) => any) | undefined;
|
|
16
13
|
"onUpdate:selectedShopeeFoodStatusFilter"?: ((value: string | null) => any) | undefined;
|
|
17
14
|
"onUpdate:selectedGfStatusFilter"?: ((value: string | null) => any) | undefined;
|
|
18
15
|
"onUpdate:selectedFeedMeStatusFilter"?: ((value: string | null) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
17
|
export default _default;
|
|
@@ -1,26 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
options: {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
5
|
}[];
|
|
6
6
|
selectedFilter: string | null;
|
|
7
7
|
filterType: string;
|
|
8
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:filter": (value: {
|
|
10
11
|
filterType: string;
|
|
11
12
|
value: string | null;
|
|
12
13
|
}) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
-
options: {
|
|
15
|
-
label: string;
|
|
16
|
-
value: string;
|
|
17
|
-
}[];
|
|
18
|
-
selectedFilter: string | null;
|
|
19
|
-
filterType: string;
|
|
20
|
-
}> & Readonly<{
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
15
|
"onUpdate:filter"?: ((value: {
|
|
22
16
|
filterType: string;
|
|
23
17
|
value: string | null;
|
|
24
18
|
}) => any) | undefined;
|
|
25
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
20
|
export default _default;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { FdoRestaurant } from '@feedmepos/core/entity';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
menuItems: {
|
|
4
4
|
label: string;
|
|
5
|
-
value:
|
|
5
|
+
value: FdoRestaurant;
|
|
6
|
+
}[];
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:model-value": (payload: {
|
|
10
|
+
platformValue: string | null;
|
|
11
|
+
restaurant: {
|
|
6
12
|
channel?: string | null | undefined;
|
|
7
13
|
machineId?: string | null | undefined;
|
|
8
14
|
catalogId?: string | null | undefined;
|
|
@@ -232,7 +238,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
232
238
|
enable: boolean;
|
|
233
239
|
methods: {
|
|
234
240
|
variant: string;
|
|
235
|
-
issuer: "OTHER" | "FEEDME" | "
|
|
241
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
236
242
|
rate: {
|
|
237
243
|
amount: number;
|
|
238
244
|
precision: number;
|
|
@@ -397,19 +403,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
403
|
phoneNo: string;
|
|
398
404
|
regNo: string;
|
|
399
405
|
};
|
|
400
|
-
};
|
|
401
|
-
}[];
|
|
402
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
403
|
-
"update:model-value": (payload: {
|
|
404
|
-
platformValue: string | null;
|
|
405
|
-
restaurant: FdoRestaurant | null;
|
|
406
|
+
} | null;
|
|
406
407
|
slot: string;
|
|
407
408
|
formattedDate: string | null;
|
|
408
409
|
}) => any;
|
|
409
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
410
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
411
|
+
"onUpdate:model-value"?: ((payload: {
|
|
412
|
+
platformValue: string | null;
|
|
413
|
+
restaurant: {
|
|
413
414
|
channel?: string | null | undefined;
|
|
414
415
|
machineId?: string | null | undefined;
|
|
415
416
|
catalogId?: string | null | undefined;
|
|
@@ -639,7 +640,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
639
640
|
enable: boolean;
|
|
640
641
|
methods: {
|
|
641
642
|
variant: string;
|
|
642
|
-
issuer: "OTHER" | "FEEDME" | "
|
|
643
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
643
644
|
rate: {
|
|
644
645
|
amount: number;
|
|
645
646
|
precision: number;
|
|
@@ -804,14 +805,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
804
805
|
phoneNo: string;
|
|
805
806
|
regNo: string;
|
|
806
807
|
};
|
|
807
|
-
};
|
|
808
|
-
}[];
|
|
809
|
-
}> & Readonly<{
|
|
810
|
-
"onUpdate:model-value"?: ((payload: {
|
|
811
|
-
platformValue: string | null;
|
|
812
|
-
restaurant: FdoRestaurant | null;
|
|
808
|
+
} | null;
|
|
813
809
|
slot: string;
|
|
814
810
|
formattedDate: string | null;
|
|
815
811
|
}) => any) | undefined;
|
|
816
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
812
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
817
813
|
export default _default;
|
|
@@ -43,5 +43,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
}>> & Readonly<{
|
|
44
44
|
onCancel?: (() => any) | undefined;
|
|
45
45
|
onOk?: ((value: Delivery) => any) | undefined;
|
|
46
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
46
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
47
47
|
export default _default;
|
|
@@ -5,5 +5,5 @@ interface Props {
|
|
|
5
5
|
devices: MfKioskDevice[];
|
|
6
6
|
kioskOrderSetting: MfKioskOrderSetting | undefined;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
9
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -2,5 +2,5 @@ import type { MfKioskDevice } from '@/modules/kiosk/interface';
|
|
|
2
2
|
interface Props {
|
|
3
3
|
device: MfKioskDevice;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
6
|
export default _default;
|
|
@@ -2,5 +2,5 @@ import type { MfKioskDevice } from '@/modules/kiosk/interface';
|
|
|
2
2
|
interface Props {
|
|
3
3
|
device: MfKioskDevice;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
6
|
export default _default;
|
|
@@ -3,5 +3,5 @@ interface Props {
|
|
|
3
3
|
devices: MfKioskDevice[];
|
|
4
4
|
requestOtp: () => Promise<void>;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
7
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
otp: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
5
|
export default _default;
|
|
@@ -5,5 +5,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
5
5
|
"update:modelValue": (v: string) => any;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
9
|
export default _default;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import type { KioskDineInSettingForm } from '@/modules/order-setting/kiosk/interface';
|
|
2
2
|
interface Props {
|
|
3
|
-
|
|
4
|
-
isApplyLoading: boolean;
|
|
5
|
-
restaurantId: string;
|
|
3
|
+
v: KioskDineInSettingForm;
|
|
6
4
|
}
|
|
7
5
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
6
|
updateDineIn: (setting: KioskDineInSettingForm) => any;
|
|
9
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
8
|
onUpdateDineIn?: ((setting: KioskDineInSettingForm) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
10
|
export default _default;
|
|
@@ -6,5 +6,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
6
6
|
updateDisplayStand: (displayStand: DisplayStandSettingForm) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
8
|
onUpdateDisplayStand?: ((displayStand: DisplayStandSettingForm) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
10
|
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
v: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (v: boolean) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
paymentTypes: {
|
|
4
|
+
type: PropType<("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[]>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
offlinePaymentTypes: {
|
|
8
|
+
type: PropType<{
|
|
9
|
+
name: string;
|
|
10
|
+
instruction: string;
|
|
11
|
+
}[]>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
allowEPayment: {
|
|
15
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
ePaymentTypes: {
|
|
19
|
+
type: PropType<{
|
|
20
|
+
card: {
|
|
21
|
+
terminal: boolean;
|
|
22
|
+
nfc: boolean;
|
|
23
|
+
};
|
|
24
|
+
eWallet: {
|
|
25
|
+
qrPay: boolean;
|
|
26
|
+
scanPay: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
+
"update:offlinePaymentTypes": (v: {
|
|
33
|
+
name: string;
|
|
34
|
+
instruction: string;
|
|
35
|
+
}[]) => any;
|
|
36
|
+
"update:paymentTypes": (v: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[]) => any;
|
|
37
|
+
"update:ePaymentTypes": (v: {
|
|
38
|
+
card: {
|
|
39
|
+
terminal: boolean;
|
|
40
|
+
nfc: boolean;
|
|
41
|
+
};
|
|
42
|
+
eWallet: {
|
|
43
|
+
qrPay: boolean;
|
|
44
|
+
scanPay: boolean;
|
|
45
|
+
};
|
|
46
|
+
}) => any;
|
|
47
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
paymentTypes: {
|
|
49
|
+
type: PropType<("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
offlinePaymentTypes: {
|
|
53
|
+
type: PropType<{
|
|
54
|
+
name: string;
|
|
55
|
+
instruction: string;
|
|
56
|
+
}[]>;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
allowEPayment: {
|
|
60
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
ePaymentTypes: {
|
|
64
|
+
type: PropType<{
|
|
65
|
+
card: {
|
|
66
|
+
terminal: boolean;
|
|
67
|
+
nfc: boolean;
|
|
68
|
+
};
|
|
69
|
+
eWallet: {
|
|
70
|
+
qrPay: boolean;
|
|
71
|
+
scanPay: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
}>> & Readonly<{
|
|
77
|
+
"onUpdate:offlinePaymentTypes"?: ((v: {
|
|
78
|
+
name: string;
|
|
79
|
+
instruction: string;
|
|
80
|
+
}[]) => any) | undefined;
|
|
81
|
+
"onUpdate:paymentTypes"?: ((v: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[]) => any) | undefined;
|
|
82
|
+
"onUpdate:ePaymentTypes"?: ((v: {
|
|
83
|
+
card: {
|
|
84
|
+
terminal: boolean;
|
|
85
|
+
nfc: boolean;
|
|
86
|
+
};
|
|
87
|
+
eWallet: {
|
|
88
|
+
qrPay: boolean;
|
|
89
|
+
scanPay: boolean;
|
|
90
|
+
};
|
|
91
|
+
}) => any) | undefined;
|
|
92
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
export default _default;
|
|
@@ -5,5 +5,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
5
5
|
"update-pick-up": (enabled: boolean) => any;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
7
|
"onUpdate-pick-up"?: ((enabled: boolean) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
9
|
export default _default;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import type { KioskTakeawaySettingForm } from '@/modules/order-setting/kiosk/interface';
|
|
2
2
|
interface Props {
|
|
3
|
-
|
|
4
|
-
isApplyLoading: boolean;
|
|
5
|
-
restaurantId: string;
|
|
3
|
+
v: KioskTakeawaySettingForm;
|
|
6
4
|
}
|
|
7
5
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
6
|
updateTakeaway: (setting: import("@/modules/order-setting/kiosk/interface").MfKioskTakeawaySetting) => any;
|
|
9
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
8
|
onUpdateTakeaway?: ((setting: import("@/modules/order-setting/kiosk/interface").MfKioskTakeawaySetting) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
10
|
export default _default;
|
|
@@ -12,5 +12,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{
|
|
14
14
|
onToggleIntegratedSidesheet?: ((ev: any) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
16
16
|
export default _default;
|
package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts
CHANGED
|
@@ -63,5 +63,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
disable: boolean;
|
|
64
64
|
modelValue: Tax;
|
|
65
65
|
fallback: Tax;
|
|
66
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
67
67
|
export default _default;
|
package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { MapPolygon } from '@/components/type';
|
|
1
2
|
import type { FdoAddress } from '@feedmepos/core/entity';
|
|
2
3
|
import { type PropType } from 'vue';
|
|
3
4
|
export interface Address extends FdoAddress {
|
|
@@ -96,5 +97,139 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
97
|
precision: number;
|
|
97
98
|
};
|
|
98
99
|
}[]) => any) | undefined;
|
|
99
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
100
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
101
|
+
gmRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
+
markers: {
|
|
103
|
+
/** @type { [typeof ZoneDialog, ] } */ type: PropType<import("@/components/type").MapCoordinate[]>;
|
|
104
|
+
default: () => never[];
|
|
105
|
+
};
|
|
106
|
+
polygons: {
|
|
107
|
+
type: PropType<MapPolygon[]>;
|
|
108
|
+
default: () => never[];
|
|
109
|
+
};
|
|
110
|
+
zoom: {
|
|
111
|
+
type: NumberConstructor;
|
|
112
|
+
default: number;
|
|
113
|
+
};
|
|
114
|
+
editable: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
center: {
|
|
119
|
+
type: PropType<{
|
|
120
|
+
lat: number;
|
|
121
|
+
lng: number;
|
|
122
|
+
}>;
|
|
123
|
+
default: {
|
|
124
|
+
lat: number;
|
|
125
|
+
lng: number;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
}>> & Readonly<{
|
|
129
|
+
"onMap-click"?: ((ev: import("@/components/type").MapCoordinate) => any) | undefined;
|
|
130
|
+
"onMarker-change"?: ((ev: import("@/components/type").MarkerChangeEvent) => any) | undefined;
|
|
131
|
+
"onPolygon-change"?: ((ev: import("@/components/type").PolygonChangeEvent) => any) | undefined;
|
|
132
|
+
"onPolygon-right-click"?: ((ev: number) => any) | undefined;
|
|
133
|
+
}>, {
|
|
134
|
+
setCenter: (coordinate: import("@/components/type").MapCoordinate) => void;
|
|
135
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
136
|
+
"map-click": (ev: import("@/components/type").MapCoordinate) => any;
|
|
137
|
+
"marker-change": (ev: import("@/components/type").MarkerChangeEvent) => any;
|
|
138
|
+
"polygon-change": (ev: import("@/components/type").PolygonChangeEvent) => any;
|
|
139
|
+
"polygon-right-click": (ev: number) => any;
|
|
140
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
+
markers: {
|
|
142
|
+
/** @type { [typeof ZoneDialog, ] } */ type: PropType<import("@/components/type").MapCoordinate[]>;
|
|
143
|
+
default: () => never[];
|
|
144
|
+
};
|
|
145
|
+
polygons: {
|
|
146
|
+
type: PropType<MapPolygon[]>;
|
|
147
|
+
default: () => never[];
|
|
148
|
+
};
|
|
149
|
+
zoom: {
|
|
150
|
+
type: NumberConstructor;
|
|
151
|
+
default: number;
|
|
152
|
+
};
|
|
153
|
+
editable: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: boolean;
|
|
156
|
+
};
|
|
157
|
+
center: {
|
|
158
|
+
type: PropType<{
|
|
159
|
+
lat: number;
|
|
160
|
+
lng: number;
|
|
161
|
+
}>;
|
|
162
|
+
default: {
|
|
163
|
+
lat: number;
|
|
164
|
+
lng: number;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
}>> & Readonly<{
|
|
168
|
+
"onMap-click"?: ((ev: import("@/components/type").MapCoordinate) => any) | undefined;
|
|
169
|
+
"onMarker-change"?: ((ev: import("@/components/type").MarkerChangeEvent) => any) | undefined;
|
|
170
|
+
"onPolygon-change"?: ((ev: import("@/components/type").PolygonChangeEvent) => any) | undefined;
|
|
171
|
+
"onPolygon-right-click"?: ((ev: number) => any) | undefined;
|
|
172
|
+
}>, {
|
|
173
|
+
center: {
|
|
174
|
+
lat: number;
|
|
175
|
+
lng: number;
|
|
176
|
+
};
|
|
177
|
+
editable: boolean;
|
|
178
|
+
markers: import("@/components/type").MapCoordinate[];
|
|
179
|
+
polygons: MapPolygon[];
|
|
180
|
+
zoom: number;
|
|
181
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
182
|
+
mapRef: HTMLDivElement;
|
|
183
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
|
184
|
+
P: {};
|
|
185
|
+
B: {};
|
|
186
|
+
D: {};
|
|
187
|
+
C: {};
|
|
188
|
+
M: {};
|
|
189
|
+
Defaults: {};
|
|
190
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
191
|
+
markers: {
|
|
192
|
+
/** @type { [typeof ZoneDialog, ] } */ type: PropType<import("@/components/type").MapCoordinate[]>;
|
|
193
|
+
default: () => never[];
|
|
194
|
+
};
|
|
195
|
+
polygons: {
|
|
196
|
+
type: PropType<MapPolygon[]>;
|
|
197
|
+
default: () => never[];
|
|
198
|
+
};
|
|
199
|
+
zoom: {
|
|
200
|
+
type: NumberConstructor;
|
|
201
|
+
default: number;
|
|
202
|
+
};
|
|
203
|
+
editable: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
207
|
+
center: {
|
|
208
|
+
type: PropType<{
|
|
209
|
+
lat: number;
|
|
210
|
+
lng: number;
|
|
211
|
+
}>;
|
|
212
|
+
default: {
|
|
213
|
+
lat: number;
|
|
214
|
+
lng: number;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
}>> & Readonly<{
|
|
218
|
+
"onMap-click"?: ((ev: import("@/components/type").MapCoordinate) => any) | undefined;
|
|
219
|
+
"onMarker-change"?: ((ev: import("@/components/type").MarkerChangeEvent) => any) | undefined;
|
|
220
|
+
"onPolygon-change"?: ((ev: import("@/components/type").PolygonChangeEvent) => any) | undefined;
|
|
221
|
+
"onPolygon-right-click"?: ((ev: number) => any) | undefined;
|
|
222
|
+
}>, {
|
|
223
|
+
setCenter: (coordinate: import("@/components/type").MapCoordinate) => void;
|
|
224
|
+
}, {}, {}, {}, {
|
|
225
|
+
center: {
|
|
226
|
+
lat: number;
|
|
227
|
+
lng: number;
|
|
228
|
+
};
|
|
229
|
+
editable: boolean;
|
|
230
|
+
markers: import("@/components/type").MapCoordinate[];
|
|
231
|
+
polygons: MapPolygon[];
|
|
232
|
+
zoom: number;
|
|
233
|
+
}> | null;
|
|
234
|
+
}, any>;
|
|
100
235
|
export default _default;
|
package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts
CHANGED
|
@@ -1,63 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
hours: {
|
|
7
|
-
end: string;
|
|
8
|
-
start: string;
|
|
9
|
-
}[];
|
|
10
|
-
enable: boolean;
|
|
11
|
-
};
|
|
12
|
-
2: {
|
|
13
|
-
hours: {
|
|
14
|
-
end: string;
|
|
15
|
-
start: string;
|
|
16
|
-
}[];
|
|
17
|
-
enable: boolean;
|
|
18
|
-
};
|
|
19
|
-
1: {
|
|
20
|
-
hours: {
|
|
21
|
-
end: string;
|
|
22
|
-
start: string;
|
|
23
|
-
}[];
|
|
24
|
-
enable: boolean;
|
|
25
|
-
};
|
|
26
|
-
3: {
|
|
27
|
-
hours: {
|
|
28
|
-
end: string;
|
|
29
|
-
start: string;
|
|
30
|
-
}[];
|
|
31
|
-
enable: boolean;
|
|
32
|
-
};
|
|
33
|
-
4: {
|
|
34
|
-
hours: {
|
|
35
|
-
end: string;
|
|
36
|
-
start: string;
|
|
37
|
-
}[];
|
|
38
|
-
enable: boolean;
|
|
39
|
-
};
|
|
40
|
-
5: {
|
|
41
|
-
hours: {
|
|
42
|
-
end: string;
|
|
43
|
-
start: string;
|
|
44
|
-
}[];
|
|
45
|
-
enable: boolean;
|
|
46
|
-
};
|
|
47
|
-
6: {
|
|
48
|
-
hours: {
|
|
49
|
-
end: string;
|
|
50
|
-
start: string;
|
|
51
|
-
}[];
|
|
52
|
-
enable: boolean;
|
|
53
|
-
};
|
|
54
|
-
} | null | undefined;
|
|
55
|
-
day: {
|
|
56
|
-
max: number;
|
|
57
|
-
min: number;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
import type { FdoDeliveryTime } from '@feedmepos/core/entity';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue: FdoDeliveryTime;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
6
|
"update:model-value": (v: {
|
|
62
7
|
time?: string[] | null | undefined;
|
|
63
8
|
custom?: {
|
|
@@ -116,66 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
61
|
min: number;
|
|
117
62
|
};
|
|
118
63
|
}) => any;
|
|
119
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
120
|
-
modelValue: {
|
|
121
|
-
time?: string[] | null | undefined;
|
|
122
|
-
custom?: {
|
|
123
|
-
0: {
|
|
124
|
-
hours: {
|
|
125
|
-
end: string;
|
|
126
|
-
start: string;
|
|
127
|
-
}[];
|
|
128
|
-
enable: boolean;
|
|
129
|
-
};
|
|
130
|
-
2: {
|
|
131
|
-
hours: {
|
|
132
|
-
end: string;
|
|
133
|
-
start: string;
|
|
134
|
-
}[];
|
|
135
|
-
enable: boolean;
|
|
136
|
-
};
|
|
137
|
-
1: {
|
|
138
|
-
hours: {
|
|
139
|
-
end: string;
|
|
140
|
-
start: string;
|
|
141
|
-
}[];
|
|
142
|
-
enable: boolean;
|
|
143
|
-
};
|
|
144
|
-
3: {
|
|
145
|
-
hours: {
|
|
146
|
-
end: string;
|
|
147
|
-
start: string;
|
|
148
|
-
}[];
|
|
149
|
-
enable: boolean;
|
|
150
|
-
};
|
|
151
|
-
4: {
|
|
152
|
-
hours: {
|
|
153
|
-
end: string;
|
|
154
|
-
start: string;
|
|
155
|
-
}[];
|
|
156
|
-
enable: boolean;
|
|
157
|
-
};
|
|
158
|
-
5: {
|
|
159
|
-
hours: {
|
|
160
|
-
end: string;
|
|
161
|
-
start: string;
|
|
162
|
-
}[];
|
|
163
|
-
enable: boolean;
|
|
164
|
-
};
|
|
165
|
-
6: {
|
|
166
|
-
hours: {
|
|
167
|
-
end: string;
|
|
168
|
-
start: string;
|
|
169
|
-
}[];
|
|
170
|
-
enable: boolean;
|
|
171
|
-
};
|
|
172
|
-
} | null | undefined;
|
|
173
|
-
day: {
|
|
174
|
-
max: number;
|
|
175
|
-
min: number;
|
|
176
|
-
};
|
|
177
|
-
};
|
|
178
|
-
}> & Readonly<{
|
|
64
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
179
65
|
"onUpdate:model-value"?: ((v: {
|
|
180
66
|
time?: string[] | null | undefined;
|
|
181
67
|
custom?: {
|