@feedmepos/mf-order-setting 0.0.51 → 0.0.52
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-TIls1ag1.js → KioskDevicesView-D_YT-CL0.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-B2gjPfOJ.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Bxv6oiFw.js} +2 -2
- package/dist/{KioskSettingView-UPE-q-Zd.js → KioskSettingView-DS5vEQ07.js} +1 -1
- package/dist/{KioskView-B0Jj2sOl.js → KioskView-B8NHcyGz.js} +4 -4
- package/dist/{OrderSettingsView-Ca4y2PNF.js → OrderSettingsView-BhEN-2ZZ.js} +2940 -2941
- package/dist/{app-JqOEacuf.js → app-BWFBpJUR.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-B42nUieJ.js → dayjs.min-CD9R3x-Y.js} +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-B0teNm7_.js → index-Bjwv8B4h.js} +2 -2
- package/dist/{menu.dto-DFTxveX1.js → menu.dto-Wzm4Tz0i.js} +1565 -1569
- package/dist/package/entity/food-court/order.do.d.ts +26 -1
- package/dist/package/entity/food-court/order.dto.d.ts +0 -3
- package/package.json +1 -1
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +3 -1
|
@@ -2950,22 +2950,22 @@ const E = { class: "flex-1 overflow-auto" }, H = /* @__PURE__ */ b({
|
|
|
2950
2950
|
{
|
|
2951
2951
|
path: u.KioskRoute,
|
|
2952
2952
|
name: "Kiosk",
|
|
2953
|
-
component: () => import("./KioskView-
|
|
2953
|
+
component: () => import("./KioskView-B8NHcyGz.js")
|
|
2954
2954
|
},
|
|
2955
2955
|
{
|
|
2956
2956
|
path: u.KioskDeviceRoute,
|
|
2957
2957
|
name: "Kiosk Device",
|
|
2958
|
-
component: () => import("./KioskDevicesView-
|
|
2958
|
+
component: () => import("./KioskDevicesView-D_YT-CL0.js")
|
|
2959
2959
|
},
|
|
2960
2960
|
{
|
|
2961
2961
|
path: u.KioskOrderSettingRoute,
|
|
2962
2962
|
name: "Kiosk Order Setting",
|
|
2963
|
-
component: () => import("./KioskSettingView-
|
|
2963
|
+
component: () => import("./KioskSettingView-DS5vEQ07.js")
|
|
2964
2964
|
},
|
|
2965
2965
|
{
|
|
2966
2966
|
path: u.OrderSettingView,
|
|
2967
2967
|
name: "Order Setting View",
|
|
2968
|
-
component: () => import("./OrderSettingsView-
|
|
2968
|
+
component: () => import("./OrderSettingsView-BhEN-2ZZ.js")
|
|
2969
2969
|
}
|
|
2970
2970
|
], j = {
|
|
2971
2971
|
"en-US": C,
|
package/dist/app.js
CHANGED