@feedmepos/mf-order-setting 0.0.69-prod → 0.0.70-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-DNiF7wpu.js → KioskDevicesView-6ADPwAez.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-Cx3AJ1_Q.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BBoONzyB.js} +3 -3
- package/dist/{KioskSettingView-ClH8lnQT.js → KioskSettingView-BhqV4Y53.js} +3 -3
- package/dist/{KioskView-ChbSPYai.js → KioskView-D7BdhS6J.js} +4 -4
- package/dist/{OrderSettingsView-w4lf3xZX.js → OrderSettingsView-DVWn3z4D.js} +2813 -2816
- package/dist/{app-C3dbogci.js → app-CMmf-Znb.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CuLFB7Y7.js → dayjs.min-C7u6rs7Y.js} +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-Di_Q0Hka.js → index-BXju8gUv.js} +6 -6
- package/dist/{index-vt5bd8g5.js → index-DJHJUdYS.js} +2 -2
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +3 -0
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +10 -0
- package/dist/package/entity/queue/queue.dto.d.ts +9 -0
- package/dist/queue-transfer.dto-DTfr17-h.js +45618 -0
- package/package.json +2 -2
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +4 -1
- package/dist/queue-transfer.dto-CmjGH-Fa.js +0 -70359
|
@@ -18619,22 +18619,22 @@ const Ty = { class: "flex-1 overflow-auto" }, Gy = /* @__PURE__ */ yc({
|
|
|
18619
18619
|
{
|
|
18620
18620
|
path: er.KioskRoute,
|
|
18621
18621
|
name: "Kiosk",
|
|
18622
|
-
component: () => import("./KioskView-
|
|
18622
|
+
component: () => import("./KioskView-D7BdhS6J.js")
|
|
18623
18623
|
},
|
|
18624
18624
|
{
|
|
18625
18625
|
path: er.KioskDeviceRoute,
|
|
18626
18626
|
name: "Kiosk Device",
|
|
18627
|
-
component: () => import("./KioskDevicesView-
|
|
18627
|
+
component: () => import("./KioskDevicesView-6ADPwAez.js")
|
|
18628
18628
|
},
|
|
18629
18629
|
{
|
|
18630
18630
|
path: er.KioskOrderSettingRoute,
|
|
18631
18631
|
name: "Kiosk Order Setting",
|
|
18632
|
-
component: () => import("./KioskSettingView-
|
|
18632
|
+
component: () => import("./KioskSettingView-BhqV4Y53.js")
|
|
18633
18633
|
},
|
|
18634
18634
|
{
|
|
18635
18635
|
path: er.OrderSettingView,
|
|
18636
18636
|
name: "Order Setting View",
|
|
18637
|
-
component: () => import("./OrderSettingsView-
|
|
18637
|
+
component: () => import("./OrderSettingsView-DVWn3z4D.js")
|
|
18638
18638
|
}
|
|
18639
18639
|
], qy = {
|
|
18640
18640
|
"en-US": Tc,
|
package/dist/app.js
CHANGED