@feedmepos/mf-order-setting 0.0.1 → 0.0.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/package.json +9 -11
- package/README.md +0 -31
- /package/{dist/KioskSettingView-BRJpaAwI.js → KioskSettingView-BRJpaAwI.js} +0 -0
- /package/{dist/app-gcisgtft.js → app-gcisgtft.js} +0 -0
- /package/{dist/app.js → app.js} +0 -0
- /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 → 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/app.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 → 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 +0 -0
- /package/{dist/frontend → 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 → 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 → 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 → 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 → 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 → 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 → frontend}/mf-order/src/views/order-settings/servicecharge/ServiceChargeSetting.vue.d.ts +0 -0
- /package/{dist/frontend → frontend}/mf-order/src/views/order-settings/sms/SmsSetting.vue.d.ts +0 -0
- /package/{dist/frontend → frontend}/mf-order/tsconfig.app.tsbuildinfo +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 +0 -0
- /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 +0 -0
- /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 +0 -0
- /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 +0 -0
- /package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +0 -0
- /package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +0 -0
- /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 +0 -0
- /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 → style.css} +0 -0
package/package.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-order-setting",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
3
|
+
"version": "0.0.2",
|
|
7
4
|
"type": "module",
|
|
8
|
-
"module": "./
|
|
5
|
+
"module": "./app.js",
|
|
9
6
|
"license": "UNLICENSED",
|
|
10
7
|
"exports": {
|
|
11
8
|
".": {
|
|
12
|
-
"import": "./
|
|
9
|
+
"import": "./app.js"
|
|
13
10
|
}
|
|
14
11
|
},
|
|
15
12
|
"scripts": {
|
|
@@ -20,7 +17,7 @@
|
|
|
20
17
|
"build:mf": "vite build --mode fmmf",
|
|
21
18
|
"build:dts": "NODE_OPTIONS=--max-old-space-size=16384 vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist",
|
|
22
19
|
"publish-npm": "yarn build && yarn npm publish --no-git-checks",
|
|
23
|
-
"build-only": "yarn build:mf && yarn build:dts",
|
|
20
|
+
"build-only": "yarn build:mf && yarn build:dts && cp ./package.json ./dist/package.json",
|
|
24
21
|
"build:dev": "cross-env NODE_ENV=dev vite build --mode dev",
|
|
25
22
|
"build:prod": "vite build --mode prod",
|
|
26
23
|
"type-check": "set NODE_OPTIONS=--max-old-space-size=16384 && vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
@@ -28,21 +25,22 @@
|
|
|
28
25
|
"format": "prettier --write src/"
|
|
29
26
|
},
|
|
30
27
|
"dependencies": {
|
|
28
|
+
"@feedmepos/core": "^2.10.7",
|
|
31
29
|
"@feedmepos/menu": "^1.0.23",
|
|
32
30
|
"@feedmepos/mf-common": "^1.7.2-rc.2",
|
|
31
|
+
"@feedmepos/mf-order-setting": "^0.0.1",
|
|
33
32
|
"@feedmepos/ordering": "^0.0.3",
|
|
34
33
|
"@feedmepos/ui-library": "^1.2.17-rc.1",
|
|
35
34
|
"@types/googlemaps": "^3.43.3",
|
|
35
|
+
"axios": "^1.7.2",
|
|
36
36
|
"change-case": "^5.4.4",
|
|
37
37
|
"date-fns": "^3.6.0",
|
|
38
|
+
"dayjs": "^1.11.12",
|
|
39
|
+
"firebase": "^10.13.1",
|
|
38
40
|
"google-maps": "^4.3.3",
|
|
39
41
|
"i18next": "^23.12.2",
|
|
40
42
|
"i18next-vue": "^4.0.0",
|
|
41
43
|
"moment": "^2.30.1",
|
|
42
|
-
"@feedmepos/core": "^2.10.7",
|
|
43
|
-
"axios": "^1.7.2",
|
|
44
|
-
"dayjs": "^1.11.12",
|
|
45
|
-
"firebase": "^10.13.1",
|
|
46
44
|
"pinia": "^2.1.7",
|
|
47
45
|
"quasar": "^2.16.9",
|
|
48
46
|
"vue": "^3.3.8",
|
package/README.md
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# @feedmepos/mf-order
|
|
2
|
-
|
|
3
|
-
# mf-order
|
|
4
|
-
|
|
5
|
-
This project was scaffolded using [create-mf-app]. It includes Vue 3, Vite, TypeScript, Vue Router, Pinia, Feedme UI Library, and Tailwind CSS.
|
|
6
|
-
|
|
7
|
-
## Project Setup
|
|
8
|
-
|
|
9
|
-
To get started with the project, run the following commands:
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
yarn install
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
### Compile and Hot-Reload for Development
|
|
16
|
-
|
|
17
|
-
```sh
|
|
18
|
-
yarn dev
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
### Type-Check, Compile and Minify for Production
|
|
22
|
-
|
|
23
|
-
```sh
|
|
24
|
-
yarn build
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
### Lint with [ESLint](https://eslint.org/)
|
|
28
|
-
|
|
29
|
-
```sh
|
|
30
|
-
yarn lint
|
|
31
|
-
```
|
|
File without changes
|
|
File without changes
|
/package/{dist/app.js → app.js}
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
|
|
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
|
|
File without changes
|
/package/{dist/frontend → frontend}/mf-order/src/views/feedme-express/FeedMeExpress.vue.d.ts
RENAMED
|
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
|
/package/{dist/frontend → frontend}/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts
RENAMED
|
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
|
/package/{dist/frontend → frontend}/mf-order/src/views/order-settings/OrderSettingsView.vue.d.ts
RENAMED
|
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.d.ts
RENAMED
|
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
|
/package/{dist/frontend → frontend}/mf-order/src/views/order-settings/dinein/DineInSetting.vue.d.ts
RENAMED
|
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
|
/package/{dist/frontend → frontend}/mf-order/src/views/order-settings/sms/SmsSetting.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
|
|
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/package → package}/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts
RENAMED
|
File without changes
|
/package/{dist/package → package}/entity/order-platform/foodpanda/foodpanda-settings.dto.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
|
/package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts
RENAMED
|
File without changes
|
/package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts
RENAMED
|
File without changes
|
/package/{dist/package → package}/entity/order-platform/shopeefood/shopeefood-settings.dto.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
|
|
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
|