@feedmepos/mf-order-setting 0.0.67-dev → 0.0.68-dev
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-mu33XbDe.js → KioskDevicesView-BmMMjoeA.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DnnwwP5B.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Hyy3Df9q.js} +3 -3
- package/dist/{KioskSettingView-CAwO1SeK.js → KioskSettingView-DiH4FW0p.js} +3 -3
- package/dist/{KioskView-pvtKqW3e.js → KioskView-CPQXJGNr.js} +4 -4
- package/dist/OrderSettingsView-Crt8n2mi.js +32126 -0
- package/dist/{app-MjAVO4M6.js → app-DkD1jT4J.js} +20 -6
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-ClRk0CwC.js → dayjs.min-BD7tcEKV.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +11 -0
- package/dist/frontend/mf-order/src/main.d.ts +11 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +45 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +22 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +15 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D7iNmBKX.js → index-CFTZXoFP.js} +6 -6
- package/dist/{index-BWDduW_i.js → index-CYlX1z6-.js} +2 -2
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +36 -18
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +7 -2
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +92 -60
- package/dist/package/entity/kiosk/kiosk.do.d.ts +464 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +565 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +125 -0
- package/dist/package/entity/order/order.do.d.ts +18 -0
- package/dist/package/entity/order/order.dto.d.ts +433 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +5 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -8
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +19 -19
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/menu.dto.d.ts +0 -67
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +29 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +29 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +29 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +58 -0
- package/dist/package/entity/printer/printer.do.d.ts +114 -0
- package/dist/package/entity/queue/queue.dto.d.ts +93 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +3 -0
- package/dist/queue-transfer.dto-BUAF-sBn.js +70184 -0
- package/package.json +5 -3
- package/src/locales/en-US.json +8 -0
- package/src/locales/ja-JP.json +1 -0
- package/src/locales/th-TH.json +1 -0
- package/src/locales/zh-CN.json +1 -0
- package/src/views/order-settings/dine-in/DineInSetting.vue +75 -0
- package/src/views/order-settings/general/GeneralSetting.vue +12 -0
- package/dist/OrderSettingsView-DgLwwgzb.js +0 -31258
- package/dist/queue-transfer.dto-CXRjYyMe.js +0 -45343
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ref as P, defineComponent as re, resolveComponent as D, openBlock as p, createElementBlock as y, createElementVNode as a, toDisplayString as i, unref as s, createVNode as m, computed as T, watch as de, createCommentVNode as $, withCtx as J, Fragment as G, renderList as Q, normalizeClass as _e, createBlock as ae, createTextVNode as z } from "vue";
|
|
2
2
|
import { useI18n as ie } from "@feedmepos/mf-common";
|
|
3
3
|
import { defineStore as xe } from "pinia";
|
|
4
|
-
import { r as H, g as ue } from "./queue-transfer.dto-
|
|
4
|
+
import { r as H, g as ue } from "./queue-transfer.dto-BUAF-sBn.js";
|
|
5
5
|
import { useDialog as Ie, useSnackbar as Te } from "@feedmepos/ui-library";
|
|
6
|
-
import { d as oe } from "./dayjs.min-
|
|
7
|
-
import { g as we, c as Ae } from "./app-
|
|
6
|
+
import { d as oe } from "./dayjs.min-BD7tcEKV.js";
|
|
7
|
+
import { g as we, c as Ae } from "./app-DkD1jT4J.js";
|
|
8
8
|
async function Pe() {
|
|
9
9
|
const n = await H().get("/kiosk/otp");
|
|
10
10
|
return ue(n);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as oe, computed as C, ref as Y, onMounted as pe, resolveComponent as w, openBlock as R, createBlock as G, withCtx as A, createVNode as s, unref as l, createElementVNode as r, withDirectives as E, vShow as N, watch as ce, createElementBlock as q, toDisplayString as g, createCommentVNode as ye } from "vue";
|
|
2
|
-
import { e as ae, a as re, s as se, b as fe, r as le, u as te, d as ve } from "./app-
|
|
3
|
-
import { b as u, c as ie, S as de, d as be } from "./queue-transfer.dto-
|
|
4
|
-
import { _ as ge, u as Ie, a as Pe } from "./index-
|
|
2
|
+
import { e as ae, a as re, s as se, b as fe, r as le, u as te, d as ve } from "./app-DkD1jT4J.js";
|
|
3
|
+
import { b as u, c as ie, S as de, d as be } from "./queue-transfer.dto-BUAF-sBn.js";
|
|
4
|
+
import { _ as ge, u as Ie, a as Pe } from "./index-CYlX1z6-.js";
|
|
5
5
|
import { useI18n as ue, useCoreStore as Se } from "@feedmepos/mf-common";
|
|
6
6
|
import { useSnackbar as we } from "@feedmepos/ui-library";
|
|
7
7
|
const _e = { class: "ml-7" }, xe = { class: "ml-7" }, Te = { class: "flex flex-row gap-9" }, Ve = /* @__PURE__ */ oe({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as N, openBlock as _, createElementBlock as $, createElementVNode as m, toDisplayString as P, unref as d, ref as w, defineAsyncComponent as J, computed as h, onMounted as X, watch as Y, resolveComponent as A, createVNode as x, createBlock as R, createCommentVNode as V } from "vue";
|
|
2
|
-
import { u as Z, _ as O } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { u as Z, _ as O } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-Hyy3Df9q.js";
|
|
3
3
|
import { useDialog as g, useSnackbar as S } from "@feedmepos/ui-library";
|
|
4
4
|
import { useI18n as B, useCoreStore as k } from "@feedmepos/mf-common";
|
|
5
5
|
import { defineStore as aa } from "pinia";
|
|
6
|
-
import { O as D, c as ea } from "./index-
|
|
7
|
-
import { F as ta, a as na } from "./queue-transfer.dto-
|
|
6
|
+
import { O as D, c as ea } from "./index-CFTZXoFP.js";
|
|
7
|
+
import { F as ta, a as na } from "./queue-transfer.dto-BUAF-sBn.js";
|
|
8
8
|
const la = { class: "flex flex-col gap-5 pb-6" }, ua = { class: "fm-typo-en-body-md-400 block" }, oa = { class: "fm-typo-en-title-md-600" }, ca = /* @__PURE__ */ N({
|
|
9
9
|
__name: "KioskOtpDialog",
|
|
10
10
|
props: {
|
|
@@ -237,7 +237,7 @@ const la = { class: "flex flex-col gap-5 pb-6" }, ua = { class: "fm-typo-en-body
|
|
|
237
237
|
setup(a) {
|
|
238
238
|
var q, F;
|
|
239
239
|
const { t: e } = B(), c = J(
|
|
240
|
-
() => import("./KioskSettingView-
|
|
240
|
+
() => import("./KioskSettingView-DiH4FW0p.js")
|
|
241
241
|
), l = w("device"), t = Z(), n = ya(), s = g(), { currentRestaurant: o, restaurants: u, changeRestaurant: p } = k(), f = S(), i = w(((q = o.value) == null ? void 0 : q._id) ?? void 0), v = h(() => u.value.map((r) => ({
|
|
242
242
|
label: r.profile.name,
|
|
243
243
|
value: r._id
|