@feedmepos/mf-order-setting 0.0.61-prod → 0.0.64-prod
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{KioskDevicesView-BQP98N83.js → KioskDevicesView-pVKiTu6S.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DqyycfFx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BnSxItMs.js} +3 -3
- package/dist/{KioskSettingView-CfkesNHX.js → KioskSettingView-DJBOkV6H.js} +3 -3
- package/dist/{KioskView-D78JmEu_.js → KioskView-D4mNamRb.js} +4 -4
- package/dist/{OrderSettingsView-Cb-RdKE9.js → OrderSettingsView-CMMk2vfa.js} +5786 -5828
- package/dist/{app-BajIwvwC.js → app-BYibDORO.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-mvnb5cgq.js → dayjs.min-CWjhxami.js} +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-v1JWPl0T.js → index-CnIg87Di.js} +2 -2
- package/dist/{index-BUuyLjBw.js → index-DMWjC7Vg.js} +3 -3
- package/dist/{menu.dto-As7AyKo1.js → menu.dto-B-gViVe6.js} +11 -11
- package/package.json +1 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +19 -14
- package/src/views/order-settings/delivery/inhouse/CurrencyInput.vue +6 -5
- package/src/views/order-settings/delivery/inhouse/ZoneDialog.vue +8 -4
- package/src/views/order-settings/dine-in/DineInSetting.vue +2 -1
- package/src/views/order-settings/general/GeneralSetting.vue +2 -1
- package/src/views/order-settings/queue/QueueSetting.vue +2 -1
- package/src/views/order-settings/sms/SmsSetting.vue +2 -1
|
@@ -18416,22 +18416,22 @@ const gy = { class: "flex-1 overflow-auto" }, By = /* @__PURE__ */ mc({
|
|
|
18416
18416
|
{
|
|
18417
18417
|
path: Qi.KioskRoute,
|
|
18418
18418
|
name: "Kiosk",
|
|
18419
|
-
component: () => import("./KioskView-
|
|
18419
|
+
component: () => import("./KioskView-D4mNamRb.js")
|
|
18420
18420
|
},
|
|
18421
18421
|
{
|
|
18422
18422
|
path: Qi.KioskDeviceRoute,
|
|
18423
18423
|
name: "Kiosk Device",
|
|
18424
|
-
component: () => import("./KioskDevicesView-
|
|
18424
|
+
component: () => import("./KioskDevicesView-pVKiTu6S.js")
|
|
18425
18425
|
},
|
|
18426
18426
|
{
|
|
18427
18427
|
path: Qi.KioskOrderSettingRoute,
|
|
18428
18428
|
name: "Kiosk Order Setting",
|
|
18429
|
-
component: () => import("./KioskSettingView-
|
|
18429
|
+
component: () => import("./KioskSettingView-DJBOkV6H.js")
|
|
18430
18430
|
},
|
|
18431
18431
|
{
|
|
18432
18432
|
path: Qi.OrderSettingView,
|
|
18433
18433
|
name: "Order Setting View",
|
|
18434
|
-
component: () => import("./OrderSettingsView-
|
|
18434
|
+
component: () => import("./OrderSettingsView-CMMk2vfa.js")
|
|
18435
18435
|
}
|
|
18436
18436
|
], jy = {
|
|
18437
18437
|
"en-US": vc,
|
package/dist/app.js
CHANGED