@feedmepos/mf-order-setting 0.0.1 → 0.0.4
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/KioskSettingView-CdcHony9.js +4 -0
- package/{dist/app-gcisgtft.js → app-B7lXikwq.js} +7363 -7390
- package/app.js +6 -0
- package/frontend/mf-order/src/app.d.ts +4 -0
- package/frontend/mf-order/src/router/routes.d.ts +3 -0
- package/frontend/mf-order/src/views/order-settings/sms/SmsSetting.vue.d.ts +2 -0
- package/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -0
- package/package.json +9 -11
- package/README.md +0 -31
- package/dist/KioskSettingView-BRJpaAwI.js +0 -4
- package/dist/app.js +0 -5
- package/dist/frontend/mf-order/src/app.d.ts +0 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +0 -1
- package/dist/style.css +0 -1
- package/{dist/common → common}/booking/index.d.ts +0 -0
- package/{dist/common → common}/config/bank/index.d.ts +0 -0
- package/{dist/common → common}/config/bank/malaysia.d.ts +0 -0
- package/{dist/common → common}/config/bank/singapore.d.ts +0 -0
- package/{dist/common → common}/config/index.d.ts +0 -0
- package/{dist/common → common}/convertor/index.d.ts +0 -0
- package/{dist/common → common}/index.d.ts +0 -0
- package/{dist/common → common}/number/index.d.ts +0 -0
- package/{dist/common → common}/sms/index.d.ts +0 -0
- package/{dist/common → common}/util/index.d.ts +0 -0
- package/{dist/favicon.ico → favicon.ico} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/App.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/all-orders/Orders.vue.d.ts → frontend/mf-order/src/Entry.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/auth/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/delivery/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/kiosk/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/menu/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/order/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/order-setting/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/public-setting/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/remoteOrder/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/restaurant-setting/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/api/table-setting/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/components/GoogleMap.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/components/RestaurantSelection.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/components/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/components/snackbar.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/components/type.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/composables/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/composables/loading/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/composables/search.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/currency.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/date.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/iteration.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/map.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/menu.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/number.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/object.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/helpers/profile.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/i18n.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/main.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/modules/kiosk/interface.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/modules/order-setting/interface.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/modules/order-setting/kiosk/interface.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/plugins/google-maps.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/router/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/app/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/iframe/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/kiosk/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/kiosk/mapper.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/menu/menu.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/order-setting/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/order-setting/mapper.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/restaurant/index.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/table-settings.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/stores/type.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/utils/constants/route.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/utils/number.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/utils/object.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/feedme-express/FeedMeExpress.vue.d.ts → frontend/mf-order/src/views/all-orders/Orders.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/all-orders/order.d.ts +2 -2
- package/{dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts → frontend/mf-order/src/views/feedme-express/FeedMeExpress.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/feedme-express/FeedMeExpressSummary.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/OrderSettingsView.vue.d.ts → frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/delivery/LocalDelivery.vue.d.ts → frontend/mf-order/src/views/order-settings/OrderSettingsView.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/components/RestaurantSelector.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/dinein/DineInSetting.vue.d.ts → frontend/mf-order/src/views/order-settings/delivery/LocalDelivery.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/delivery.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/integrated.data.interface.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSideSheet.vue.d.ts → frontend/mf-order/src/views/order-settings/dinein/DineInSetting.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PickUpSetting.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeSetting.vue.d.ts → frontend/mf-order/src/views/order-settings/pickup/PickUpSideSheet.vue.d.ts} +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +0 -0
- package/{dist/frontend → frontend}/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +0 -0
- package/{dist/frontend/mf-order/src/views/order-settings/sms/SmsSetting.vue.d.ts → frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeSetting.vue.d.ts} +0 -0
- package/{dist/package → package}/entity/booking/booking.do.d.ts +0 -0
- package/{dist/package → package}/entity/booking/booking.dto.d.ts +0 -0
- package/{dist/package → package}/entity/booking/booking.enum.d.ts +0 -0
- package/{dist/package → package}/entity/business/business.dto.d.ts +0 -0
- package/{dist/package → package}/entity/clickup/clickup.dto.d.ts +0 -0
- package/{dist/package → package}/entity/cursor/cursor.dto.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/delivery.do.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/delivery.dto.d.ts +28 -28
- package/{dist/package → package}/entity/delivery/delivery.enum.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/grab.dto.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/grab.enum.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/kosmo.dto.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/kosmo.enum.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/manual.dto.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/manual.enum.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/gateway/pandago.dto.d.ts +2 -2
- package/{dist/package → package}/entity/delivery/gateway/pandago.enum.d.ts +0 -0
- package/{dist/package → package}/entity/delivery/linked-delivery.do.d.ts +0 -0
- package/{dist/package → package}/entity/food-court/food-court.do.d.ts +0 -0
- package/{dist/package → package}/entity/food-court/food-court.dto.d.ts +0 -0
- package/{dist/package → package}/entity/food-court/food-court.enum.d.ts +0 -0
- package/{dist/package → package}/entity/food-court/order.do.d.ts +0 -0
- package/{dist/package → package}/entity/food-court/order.dto.d.ts +0 -0
- package/{dist/package → package}/entity/general/dateTime.dto.d.ts +0 -0
- package/{dist/package → package}/entity/general/number.dto.d.ts +0 -0
- package/{dist/package → package}/entity/general/search.dto.d.ts +0 -0
- package/{dist/package → package}/entity/incoming-order/incoming-order-to-bill.dto.d.ts +0 -0
- package/{dist/package → package}/entity/incoming-order/incoming-order.do.d.ts +0 -0
- package/{dist/package → package}/entity/incoming-order/incoming-order.dto.d.ts +0 -0
- package/{dist/package → package}/entity/incoming-order/incoming-order.enum.d.ts +0 -0
- package/{dist/package → package}/entity/index.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/kiosk.do.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/kiosk.dto.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/marketing/marketing.dto.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/scanner/scanner.do.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/scanner/scanner.dto.d.ts +0 -0
- package/{dist/package → package}/entity/kiosk/scanner/scanner.enum.d.ts +0 -0
- package/{dist/package → package}/entity/marketing/marketing.dto.d.ts +0 -0
- package/{dist/package → package}/entity/member/member.dto.d.ts +0 -0
- package/{dist/package → package}/entity/money/money.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order/dine-in/dine-in.do.d.ts +0 -0
- package/{dist/package → package}/entity/order/dine-in/dine-in.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/dine-in/qr.do.d.ts +0 -0
- package/{dist/package → package}/entity/order/dine-in/reservation.do.d.ts +0 -0
- package/{dist/package → package}/entity/order/dine-in/reservation.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/effects/effect.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/effects/effect.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order/menu/menu.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/order-item/order-item.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/order.do.d.ts +0 -0
- package/{dist/package → package}/entity/order/order.dto.d.ts +4 -4
- package/{dist/package → package}/entity/order/order.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order/payment/payment.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/pickup/pickup.do.d.ts +0 -0
- package/{dist/package → package}/entity/order/pickup/pickup.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/timeslot/timeslot.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order/timeslot/timeslot.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/base-integration.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +48 -48
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/grabfood/grabfood-menu.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/grabfood/grabfood-order.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/grabfood/grabfood-settings.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/grabfood/grabfood.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/grabfood/grabfood.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/menu.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/order-platform.dto.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/order-platform.enum.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-menu.do.d.ts +0 -0
- package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +20 -20
- /package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood.enum.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/customization/color.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/customization/color.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/kiosk/kiosk.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/order-setting.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/order-setting.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/queue/queue.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/queue/queue.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/reservation/reservation.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/reservation/reservation.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/sequence/sequence.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/sequence/sequence.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/sms/sms.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/sms/sms.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/sms/sms.enum.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/upselling/upselling.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/upselling/upselling.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/v3/v3.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-setting/v3/v3.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/pagination/pagination.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/payment/payment.enum.d.ts +0 -0
- /package/{dist/package → package}/entity/printer/printer.do.d.ts +0 -0
- /package/{dist/package → package}/entity/queue/queue.do.d.ts +0 -0
- /package/{dist/package → package}/entity/queue/queue.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/queue/queue.enum.d.ts +0 -0
- /package/{dist/package → package}/entity/restaurant/restaurant.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/user/user.do.d.ts +0 -0
- /package/{dist/package → package}/entity/websocket/websocket.dto.d.ts +0 -0
- /package/{dist/package → package}/entity/websocket/websocket.enum.d.ts +0 -0
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.app-container{display:none}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts
RENAMED
|
File without changes
|
|
@@ -458,7 +458,6 @@ export declare const orderPlatforms: {
|
|
|
458
458
|
credits?: any[] | null | undefined;
|
|
459
459
|
type: "cash" | "ePayment" | "credit" | "card" | "ePaymentSandbox" | "terminal";
|
|
460
460
|
} | null | undefined;
|
|
461
|
-
id: string;
|
|
462
461
|
option: {
|
|
463
462
|
remark?: string | null | undefined;
|
|
464
463
|
pax?: number | null | undefined;
|
|
@@ -684,6 +683,7 @@ export declare const orderPlatforms: {
|
|
|
684
683
|
contactNumber: string;
|
|
685
684
|
deliveryAt: string;
|
|
686
685
|
};
|
|
686
|
+
id: string;
|
|
687
687
|
status: "NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED";
|
|
688
688
|
restaurant: {
|
|
689
689
|
name: string;
|
|
@@ -1782,8 +1782,8 @@ export declare const orderPlatforms: {
|
|
|
1782
1782
|
firstName?: string | null | undefined;
|
|
1783
1783
|
lastName?: string | null | undefined;
|
|
1784
1784
|
mobilePhone?: string | null | undefined;
|
|
1785
|
-
id: string;
|
|
1786
1785
|
code: string;
|
|
1786
|
+
id: string;
|
|
1787
1787
|
email: string;
|
|
1788
1788
|
mobilePhoneCountryCode: string;
|
|
1789
1789
|
};
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/feedme-express/FeedMeExpressSummary.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/delivery/delivery.data.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts
RENAMED
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/PickUpSetting.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/frontend → frontend}/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|