@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.1
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/App-Dd-xqK-8.js +60 -0
- package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-DqV4IW7U.js → KioskView-5I0PelUy.js} +57 -57
- package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
- package/dist/app.js +505 -4
- package/dist/dayjs.min-DMfenXNY.js +121871 -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 +1 -1
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +30 -35
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- 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 +155 -193
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +105 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -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/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.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/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +110 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DPl0R4fg.js → index-BghBxhGG.js} +7 -7
- package/dist/map-UJBUHidz.js +57 -0
- package/dist/package/entity/booking/booking.do.d.ts +1025 -95
- package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
- package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
- package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/order.do.d.ts +5 -5
- package/dist/package/entity/order/order.dto.d.ts +19749 -36446
- package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +241 -55
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +0 -7
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
- package/package.json +16 -16
- package/src/app.ts +3 -2
- package/dist/OrderSettingsView-CIUddOED.js +0 -70945
- package/dist/app-CuyLbKuN.js +0 -614
- package/dist/dayjs.min-BJrst4DM.js +0 -123632
|
@@ -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;
|
|
@@ -140,6 +146,73 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
146
|
acceptQueue?: boolean | null | undefined;
|
|
141
147
|
anonymousOrder: boolean;
|
|
142
148
|
} | null | undefined;
|
|
149
|
+
pf_business?: {
|
|
150
|
+
internal?: boolean | null | undefined;
|
|
151
|
+
url?: string | null | undefined;
|
|
152
|
+
expiredAt?: string | null | undefined;
|
|
153
|
+
agentId?: string | null | undefined;
|
|
154
|
+
attributeSettings?: {
|
|
155
|
+
type: "string" | "number" | "boolean" | "date";
|
|
156
|
+
key: string;
|
|
157
|
+
entity: "restaurant" | "item";
|
|
158
|
+
}[] | null | undefined;
|
|
159
|
+
pf_agent?: {
|
|
160
|
+
clickupId?: string | null | undefined;
|
|
161
|
+
members?: {
|
|
162
|
+
pf_user?: {
|
|
163
|
+
email?: string | null | undefined;
|
|
164
|
+
phoneNumber?: string | null | undefined;
|
|
165
|
+
birthday?: string | null | undefined;
|
|
166
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
167
|
+
addresses?: {
|
|
168
|
+
name: string;
|
|
169
|
+
address: string;
|
|
170
|
+
coordinates: number[];
|
|
171
|
+
}[] | null | undefined;
|
|
172
|
+
photoURL?: string | null | undefined;
|
|
173
|
+
displayName?: string | null | undefined;
|
|
174
|
+
imported?: {
|
|
175
|
+
raw: Record<string, any>;
|
|
176
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
177
|
+
} | null | undefined;
|
|
178
|
+
_id: string;
|
|
179
|
+
} | null | undefined;
|
|
180
|
+
role: "ADMIN";
|
|
181
|
+
userId: string;
|
|
182
|
+
}[] | null | undefined;
|
|
183
|
+
code: string;
|
|
184
|
+
name: string;
|
|
185
|
+
_id: string;
|
|
186
|
+
isReseller: boolean;
|
|
187
|
+
} | null | undefined;
|
|
188
|
+
thumbnail?: string | null | undefined;
|
|
189
|
+
billingInfos?: {
|
|
190
|
+
_id?: string | null | undefined;
|
|
191
|
+
name: string;
|
|
192
|
+
address: {
|
|
193
|
+
coordinates?: number[] | null | undefined;
|
|
194
|
+
line2?: string | null | undefined;
|
|
195
|
+
state: string;
|
|
196
|
+
country: string;
|
|
197
|
+
line1: string;
|
|
198
|
+
city: string;
|
|
199
|
+
postcode: string;
|
|
200
|
+
};
|
|
201
|
+
email: string;
|
|
202
|
+
companyName: string;
|
|
203
|
+
contact: string;
|
|
204
|
+
}[] | null | undefined;
|
|
205
|
+
customerDisplayImages?: {
|
|
206
|
+
url: string;
|
|
207
|
+
restaurantIds: string[];
|
|
208
|
+
}[] | null | undefined;
|
|
209
|
+
name: string;
|
|
210
|
+
_id: string;
|
|
211
|
+
ownerId: string;
|
|
212
|
+
restaurantQuota: number;
|
|
213
|
+
warehouseQuota: number;
|
|
214
|
+
menuVersion: string;
|
|
215
|
+
} | null | undefined;
|
|
143
216
|
features?: string[] | null | undefined;
|
|
144
217
|
machineOtp?: string | null | undefined;
|
|
145
218
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -152,6 +225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
225
|
catalogId?: string | null | undefined;
|
|
153
226
|
autoAccept?: boolean | null | undefined;
|
|
154
227
|
term?: string | null | undefined;
|
|
228
|
+
ignoreStock?: boolean | null | undefined;
|
|
155
229
|
enable: boolean;
|
|
156
230
|
} | null | undefined;
|
|
157
231
|
foodpandaDelivery?: {
|
|
@@ -215,31 +289,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
289
|
anydeskPassword?: string | null | undefined;
|
|
216
290
|
deviceName: string;
|
|
217
291
|
}[] | null | undefined;
|
|
218
|
-
payoutAccount?:
|
|
219
|
-
bank?: {
|
|
220
|
-
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
221
|
-
accountNumber?: string | null | undefined;
|
|
222
|
-
holderName?: string | null | undefined;
|
|
223
|
-
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
224
|
-
} | null | undefined;
|
|
225
|
-
ssm?: string | null | undefined;
|
|
226
|
-
bankStatement?: string | null | undefined;
|
|
227
|
-
exteriorPhoto?: string | null | undefined;
|
|
228
|
-
keyPerson?: string | null | undefined;
|
|
229
|
-
keyPersonPhone?: string | null | undefined;
|
|
230
|
-
keyPersonEmail?: string | null | undefined;
|
|
231
|
-
status: "NEW" | "PENDING" | "APPROVED";
|
|
232
|
-
enable: boolean;
|
|
233
|
-
methods: {
|
|
234
|
-
variant: string;
|
|
235
|
-
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
236
|
-
rate: {
|
|
237
|
-
amount: number;
|
|
238
|
-
precision: number;
|
|
239
|
-
};
|
|
240
|
-
tPlus: number;
|
|
241
|
-
}[];
|
|
242
|
-
} | null | undefined;
|
|
292
|
+
payoutAccount?: Record<string, any> | null | undefined;
|
|
243
293
|
clearCount?: number | null | undefined;
|
|
244
294
|
queueSetting?: {
|
|
245
295
|
duration?: number | null | undefined;
|
|
@@ -257,68 +307,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
307
|
} | null | undefined;
|
|
258
308
|
_id: string;
|
|
259
309
|
expiredAt: string;
|
|
260
|
-
pf_business: {
|
|
261
|
-
internal?: boolean | null | undefined;
|
|
262
|
-
url?: string | null | undefined;
|
|
263
|
-
expiredAt?: string | null | undefined;
|
|
264
|
-
agentId?: string | null | undefined;
|
|
265
|
-
pf_agent?: {
|
|
266
|
-
clickupId?: string | null | undefined;
|
|
267
|
-
members?: {
|
|
268
|
-
pf_user?: {
|
|
269
|
-
email?: string | null | undefined;
|
|
270
|
-
phoneNumber?: string | null | undefined;
|
|
271
|
-
birthday?: string | null | undefined;
|
|
272
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
273
|
-
addresses?: {
|
|
274
|
-
name: string;
|
|
275
|
-
address: string;
|
|
276
|
-
coordinates: number[];
|
|
277
|
-
}[] | null | undefined;
|
|
278
|
-
photoURL?: string | null | undefined;
|
|
279
|
-
displayName?: string | null | undefined;
|
|
280
|
-
imported?: {
|
|
281
|
-
raw: Record<string, any>;
|
|
282
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
283
|
-
} | null | undefined;
|
|
284
|
-
_id: string;
|
|
285
|
-
} | null | undefined;
|
|
286
|
-
role: "ADMIN";
|
|
287
|
-
userId: string;
|
|
288
|
-
}[] | null | undefined;
|
|
289
|
-
code: string;
|
|
290
|
-
name: string;
|
|
291
|
-
_id: string;
|
|
292
|
-
isReseller: boolean;
|
|
293
|
-
} | null | undefined;
|
|
294
|
-
thumbnail?: string | null | undefined;
|
|
295
|
-
billingInfos?: {
|
|
296
|
-
_id?: string | null | undefined;
|
|
297
|
-
name: string;
|
|
298
|
-
address: {
|
|
299
|
-
coordinates?: number[] | null | undefined;
|
|
300
|
-
line2?: string | null | undefined;
|
|
301
|
-
state: string;
|
|
302
|
-
country: string;
|
|
303
|
-
line1: string;
|
|
304
|
-
city: string;
|
|
305
|
-
postcode: string;
|
|
306
|
-
};
|
|
307
|
-
email: string;
|
|
308
|
-
companyName: string;
|
|
309
|
-
contact: string;
|
|
310
|
-
}[] | null | undefined;
|
|
311
|
-
customerDisplayImages?: {
|
|
312
|
-
url: string;
|
|
313
|
-
restaurantIds: string[];
|
|
314
|
-
}[] | null | undefined;
|
|
315
|
-
name: string;
|
|
316
|
-
_id: string;
|
|
317
|
-
ownerId: string;
|
|
318
|
-
restaurantQuota: number;
|
|
319
|
-
warehouseQuota: number;
|
|
320
|
-
menuVersion: string;
|
|
321
|
-
};
|
|
322
310
|
businessId: string;
|
|
323
311
|
profile: {
|
|
324
312
|
code?: string | null | undefined;
|
|
@@ -397,19 +385,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
385
|
phoneNo: string;
|
|
398
386
|
regNo: string;
|
|
399
387
|
};
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
403
|
-
"update:model-value": (payload: {
|
|
404
|
-
platformValue: string | null;
|
|
405
|
-
restaurant: FdoRestaurant | null;
|
|
388
|
+
customAttributes: Record<string, any>;
|
|
389
|
+
} | null;
|
|
406
390
|
slot: string;
|
|
407
391
|
formattedDate: string | null;
|
|
408
392
|
}) => any;
|
|
409
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
393
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
394
|
+
"onUpdate:model-value"?: ((payload: {
|
|
395
|
+
platformValue: string | null;
|
|
396
|
+
restaurant: {
|
|
413
397
|
channel?: string | null | undefined;
|
|
414
398
|
machineId?: string | null | undefined;
|
|
415
399
|
catalogId?: string | null | undefined;
|
|
@@ -547,6 +531,73 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
531
|
acceptQueue?: boolean | null | undefined;
|
|
548
532
|
anonymousOrder: boolean;
|
|
549
533
|
} | null | undefined;
|
|
534
|
+
pf_business?: {
|
|
535
|
+
internal?: boolean | null | undefined;
|
|
536
|
+
url?: string | null | undefined;
|
|
537
|
+
expiredAt?: string | null | undefined;
|
|
538
|
+
agentId?: string | null | undefined;
|
|
539
|
+
attributeSettings?: {
|
|
540
|
+
type: "string" | "number" | "boolean" | "date";
|
|
541
|
+
key: string;
|
|
542
|
+
entity: "restaurant" | "item";
|
|
543
|
+
}[] | null | undefined;
|
|
544
|
+
pf_agent?: {
|
|
545
|
+
clickupId?: string | null | undefined;
|
|
546
|
+
members?: {
|
|
547
|
+
pf_user?: {
|
|
548
|
+
email?: string | null | undefined;
|
|
549
|
+
phoneNumber?: string | null | undefined;
|
|
550
|
+
birthday?: string | null | undefined;
|
|
551
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
552
|
+
addresses?: {
|
|
553
|
+
name: string;
|
|
554
|
+
address: string;
|
|
555
|
+
coordinates: number[];
|
|
556
|
+
}[] | null | undefined;
|
|
557
|
+
photoURL?: string | null | undefined;
|
|
558
|
+
displayName?: string | null | undefined;
|
|
559
|
+
imported?: {
|
|
560
|
+
raw: Record<string, any>;
|
|
561
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
562
|
+
} | null | undefined;
|
|
563
|
+
_id: string;
|
|
564
|
+
} | null | undefined;
|
|
565
|
+
role: "ADMIN";
|
|
566
|
+
userId: string;
|
|
567
|
+
}[] | null | undefined;
|
|
568
|
+
code: string;
|
|
569
|
+
name: string;
|
|
570
|
+
_id: string;
|
|
571
|
+
isReseller: boolean;
|
|
572
|
+
} | null | undefined;
|
|
573
|
+
thumbnail?: string | null | undefined;
|
|
574
|
+
billingInfos?: {
|
|
575
|
+
_id?: string | null | undefined;
|
|
576
|
+
name: string;
|
|
577
|
+
address: {
|
|
578
|
+
coordinates?: number[] | null | undefined;
|
|
579
|
+
line2?: string | null | undefined;
|
|
580
|
+
state: string;
|
|
581
|
+
country: string;
|
|
582
|
+
line1: string;
|
|
583
|
+
city: string;
|
|
584
|
+
postcode: string;
|
|
585
|
+
};
|
|
586
|
+
email: string;
|
|
587
|
+
companyName: string;
|
|
588
|
+
contact: string;
|
|
589
|
+
}[] | null | undefined;
|
|
590
|
+
customerDisplayImages?: {
|
|
591
|
+
url: string;
|
|
592
|
+
restaurantIds: string[];
|
|
593
|
+
}[] | null | undefined;
|
|
594
|
+
name: string;
|
|
595
|
+
_id: string;
|
|
596
|
+
ownerId: string;
|
|
597
|
+
restaurantQuota: number;
|
|
598
|
+
warehouseQuota: number;
|
|
599
|
+
menuVersion: string;
|
|
600
|
+
} | null | undefined;
|
|
550
601
|
features?: string[] | null | undefined;
|
|
551
602
|
machineOtp?: string | null | undefined;
|
|
552
603
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -559,6 +610,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
559
610
|
catalogId?: string | null | undefined;
|
|
560
611
|
autoAccept?: boolean | null | undefined;
|
|
561
612
|
term?: string | null | undefined;
|
|
613
|
+
ignoreStock?: boolean | null | undefined;
|
|
562
614
|
enable: boolean;
|
|
563
615
|
} | null | undefined;
|
|
564
616
|
foodpandaDelivery?: {
|
|
@@ -622,31 +674,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
674
|
anydeskPassword?: string | null | undefined;
|
|
623
675
|
deviceName: string;
|
|
624
676
|
}[] | null | undefined;
|
|
625
|
-
payoutAccount?:
|
|
626
|
-
bank?: {
|
|
627
|
-
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
628
|
-
accountNumber?: string | null | undefined;
|
|
629
|
-
holderName?: string | null | undefined;
|
|
630
|
-
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
631
|
-
} | null | undefined;
|
|
632
|
-
ssm?: string | null | undefined;
|
|
633
|
-
bankStatement?: string | null | undefined;
|
|
634
|
-
exteriorPhoto?: string | null | undefined;
|
|
635
|
-
keyPerson?: string | null | undefined;
|
|
636
|
-
keyPersonPhone?: string | null | undefined;
|
|
637
|
-
keyPersonEmail?: string | null | undefined;
|
|
638
|
-
status: "NEW" | "PENDING" | "APPROVED";
|
|
639
|
-
enable: boolean;
|
|
640
|
-
methods: {
|
|
641
|
-
variant: string;
|
|
642
|
-
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
643
|
-
rate: {
|
|
644
|
-
amount: number;
|
|
645
|
-
precision: number;
|
|
646
|
-
};
|
|
647
|
-
tPlus: number;
|
|
648
|
-
}[];
|
|
649
|
-
} | null | undefined;
|
|
677
|
+
payoutAccount?: Record<string, any> | null | undefined;
|
|
650
678
|
clearCount?: number | null | undefined;
|
|
651
679
|
queueSetting?: {
|
|
652
680
|
duration?: number | null | undefined;
|
|
@@ -664,68 +692,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
664
692
|
} | null | undefined;
|
|
665
693
|
_id: string;
|
|
666
694
|
expiredAt: string;
|
|
667
|
-
pf_business: {
|
|
668
|
-
internal?: boolean | null | undefined;
|
|
669
|
-
url?: string | null | undefined;
|
|
670
|
-
expiredAt?: string | null | undefined;
|
|
671
|
-
agentId?: string | null | undefined;
|
|
672
|
-
pf_agent?: {
|
|
673
|
-
clickupId?: string | null | undefined;
|
|
674
|
-
members?: {
|
|
675
|
-
pf_user?: {
|
|
676
|
-
email?: string | null | undefined;
|
|
677
|
-
phoneNumber?: string | null | undefined;
|
|
678
|
-
birthday?: string | null | undefined;
|
|
679
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
680
|
-
addresses?: {
|
|
681
|
-
name: string;
|
|
682
|
-
address: string;
|
|
683
|
-
coordinates: number[];
|
|
684
|
-
}[] | null | undefined;
|
|
685
|
-
photoURL?: string | null | undefined;
|
|
686
|
-
displayName?: string | null | undefined;
|
|
687
|
-
imported?: {
|
|
688
|
-
raw: Record<string, any>;
|
|
689
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
690
|
-
} | null | undefined;
|
|
691
|
-
_id: string;
|
|
692
|
-
} | null | undefined;
|
|
693
|
-
role: "ADMIN";
|
|
694
|
-
userId: string;
|
|
695
|
-
}[] | null | undefined;
|
|
696
|
-
code: string;
|
|
697
|
-
name: string;
|
|
698
|
-
_id: string;
|
|
699
|
-
isReseller: boolean;
|
|
700
|
-
} | null | undefined;
|
|
701
|
-
thumbnail?: string | null | undefined;
|
|
702
|
-
billingInfos?: {
|
|
703
|
-
_id?: string | null | undefined;
|
|
704
|
-
name: string;
|
|
705
|
-
address: {
|
|
706
|
-
coordinates?: number[] | null | undefined;
|
|
707
|
-
line2?: string | null | undefined;
|
|
708
|
-
state: string;
|
|
709
|
-
country: string;
|
|
710
|
-
line1: string;
|
|
711
|
-
city: string;
|
|
712
|
-
postcode: string;
|
|
713
|
-
};
|
|
714
|
-
email: string;
|
|
715
|
-
companyName: string;
|
|
716
|
-
contact: string;
|
|
717
|
-
}[] | null | undefined;
|
|
718
|
-
customerDisplayImages?: {
|
|
719
|
-
url: string;
|
|
720
|
-
restaurantIds: string[];
|
|
721
|
-
}[] | null | undefined;
|
|
722
|
-
name: string;
|
|
723
|
-
_id: string;
|
|
724
|
-
ownerId: string;
|
|
725
|
-
restaurantQuota: number;
|
|
726
|
-
warehouseQuota: number;
|
|
727
|
-
menuVersion: string;
|
|
728
|
-
};
|
|
729
695
|
businessId: string;
|
|
730
696
|
profile: {
|
|
731
697
|
code?: string | null | undefined;
|
|
@@ -804,14 +770,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
804
770
|
phoneNo: string;
|
|
805
771
|
regNo: string;
|
|
806
772
|
};
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
}> & Readonly<{
|
|
810
|
-
"onUpdate:model-value"?: ((payload: {
|
|
811
|
-
platformValue: string | null;
|
|
812
|
-
restaurant: FdoRestaurant | null;
|
|
773
|
+
customAttributes: Record<string, any>;
|
|
774
|
+
} | null;
|
|
813
775
|
slot: string;
|
|
814
776
|
formattedDate: string | null;
|
|
815
777
|
}) => any) | undefined;
|
|
816
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
778
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
817
779
|
export default _default;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
28
|
type: PropType<DeliveryInfo>;
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
32
32
|
cancel: () => any;
|
|
33
33
|
ok: (value: Delivery) => any;
|
|
34
34
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
machineId: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
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;
|
|
@@ -4,9 +4,9 @@ interface Props {
|
|
|
4
4
|
isApplyLoading: boolean;
|
|
5
5
|
restaurantId: string;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
updateDineIn: (setting: KioskDineInSettingForm) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onUpdateDineIn?: ((setting: KioskDineInSettingForm) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -2,9 +2,9 @@ import type { DisplayStandSettingForm } from '@/modules/order-setting/kiosk/inte
|
|
|
2
2
|
interface Props {
|
|
3
3
|
displayStand: DisplayStandSettingForm;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
enabled: boolean;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
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;
|
|
@@ -3,7 +3,7 @@ interface Props {
|
|
|
3
3
|
restaurantId: string;
|
|
4
4
|
form: MfKioskOrderSettingForm;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
updateKioskOrderSetting: (form: MfKioskOrderSetting) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
9
|
onUpdateKioskOrderSetting?: ((form: MfKioskOrderSetting) => any) | undefined;
|
|
@@ -4,9 +4,9 @@ interface Props {
|
|
|
4
4
|
isApplyLoading: boolean;
|
|
5
5
|
restaurantId: string;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
updateTakeaway: (setting: import("@/modules/order-setting/kiosk/interface").MfKioskTakeawaySetting) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onUpdateTakeaway?: ((setting: import("@/modules/order-setting/kiosk/interface").MfKioskTakeawaySetting) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
filteredCompanies: {
|
|
5
5
|
type: PropType<DeliveryRow[]>;
|
|
6
6
|
};
|
|
7
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
toggleIntegratedSidesheet: (ev: any) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
filteredCompanies: {
|
|
@@ -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;
|