@feedmepos/mf-order-setting 0.0.45 → 0.0.47
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-CZ9B7VmM.js → KioskDevicesView-Dd3xcM5X.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js} +2 -2
- package/dist/{KioskSettingView-CJAw9osg.js → KioskSettingView-D50Gh7NR.js} +1 -1
- package/dist/{KioskView-CN-Dk8fn.js → KioskView-BGiHHSjd.js} +4 -4
- package/dist/{OrderSettingsView-B0shsMTu.js → OrderSettingsView-DPYYH1zL.js} +2001 -1975
- package/dist/{app-BK8d3ff5.js → app-CAt1JfN3.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DgWdPF1p.js → dayjs.min-D-vfvSns.js} +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DHbH8gKt.js → index-DAruvcri.js} +2 -2
- package/dist/{menu.dto-Cua9zYpc.js → menu.dto-B82ITnH5.js} +4 -2
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +18 -0
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +10 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +5 -0
- package/package.json +1 -1
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +13 -0
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +25 -2
|
@@ -1110,22 +1110,22 @@ const M = { class: "flex-1 overflow-auto" }, q = /* @__PURE__ */ S({
|
|
|
1110
1110
|
{
|
|
1111
1111
|
path: u.KioskRoute,
|
|
1112
1112
|
name: "Kiosk",
|
|
1113
|
-
component: () => import("./KioskView-
|
|
1113
|
+
component: () => import("./KioskView-BGiHHSjd.js")
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
1116
|
path: u.KioskDeviceRoute,
|
|
1117
1117
|
name: "Kiosk Device",
|
|
1118
|
-
component: () => import("./KioskDevicesView-
|
|
1118
|
+
component: () => import("./KioskDevicesView-Dd3xcM5X.js")
|
|
1119
1119
|
},
|
|
1120
1120
|
{
|
|
1121
1121
|
path: u.KioskOrderSettingRoute,
|
|
1122
1122
|
name: "Kiosk Order Setting",
|
|
1123
|
-
component: () => import("./KioskSettingView-
|
|
1123
|
+
component: () => import("./KioskSettingView-D50Gh7NR.js")
|
|
1124
1124
|
},
|
|
1125
1125
|
{
|
|
1126
1126
|
path: u.OrderSettingView,
|
|
1127
1127
|
name: "Order Setting View",
|
|
1128
|
-
component: () => import("./OrderSettingsView-
|
|
1128
|
+
component: () => import("./OrderSettingsView-DPYYH1zL.js")
|
|
1129
1129
|
}
|
|
1130
1130
|
], _ = {
|
|
1131
1131
|
"en-US": C,
|
package/dist/app.js
CHANGED