@feedmepos/mf-order-setting 0.0.31 → 0.0.32
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-CWzmu0rZ.js → KioskDevicesView-D2w5MMCg.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CldPl8BW.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BwxGSbuI.js} +2 -2
- package/dist/{KioskSettingView-BsxOiUdj.js → KioskSettingView-CUMAS8OG.js} +1 -1
- package/dist/{KioskView-DBnQe7Mp.js → KioskView-NetckXQx.js} +4 -4
- package/dist/{OrderSettingsView-BvDtRpI_.js → OrderSettingsView-CL0o1fHq.js} +5336 -5287
- package/dist/{app-G3iTmEHp.js → app-DnvFFLBj.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/common/convertor/index.d.ts +2 -0
- package/dist/{dayjs.min-ChzYZzP1.js → dayjs.min-BAx2Uba9.js} +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +4 -4
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-Bacw_1Kj.js → index-DuneL3VN.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +20 -20
- package/dist/package/entity/delivery/delivery.dto.d.ts +4 -4
- package/dist/package/entity/food-court/food-court.dto.d.ts +29 -29
- package/dist/package/entity/food-court/order.do.d.ts +4 -2
- package/dist/package/entity/food-court/order.dto.d.ts +9524 -91
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +4 -4
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +126 -0
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +12 -12
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +6 -6
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +6 -6
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +64 -17
- package/dist/package/entity/marketing/marketing.dto.d.ts +239 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +24 -16
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +2073 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +736 -214
- 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/foodpanda/foodpanda-order.dto.d.ts +4 -4
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +2 -2
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +4 -4
- package/dist/package/entity/order-platform/menu.dto.d.ts +44 -44
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +59 -4
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +32 -0
- package/dist/package/entity/queue/queue.do.d.ts +12 -0
- package/dist/package/entity/queue/queue.dto.d.ts +9 -9
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +9 -9
- package/dist/{queue.do-BtfSllT8.js → queue.do-B1npBXsB.js} +20160 -19771
- package/package.json +2 -2
|
@@ -2,8 +2,8 @@ import { defineComponent as T, ref as f, resolveComponent as b, createElementBlo
|
|
|
2
2
|
import { useDialog as J, useSnackbar as Q } from "@feedmepos/ui-library";
|
|
3
3
|
import { useI18n as K } from "@feedmepos/mf-common";
|
|
4
4
|
import { defineStore as X } from "pinia";
|
|
5
|
-
import { r as D, g as U, D as Z } from "./dayjs.min-
|
|
6
|
-
import "./queue.do-
|
|
5
|
+
import { r as D, g as U, D as Z } from "./dayjs.min-BAx2Uba9.js";
|
|
6
|
+
import "./queue.do-B1npBXsB.js";
|
|
7
7
|
const ee = /* @__PURE__ */ T({
|
|
8
8
|
__name: "KioskUnbindConfirm",
|
|
9
9
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as A, resolveComponent as k, createElementBlock as _, openBlock as c, createElementVNode as m, toDisplayString as V, unref as t, Fragment as j, renderList as Q, createVNode as s, computed as C, withDirectives as M, vShow as W, createBlock as q, createCommentVNode as K, ref as N, onMounted as te, withCtx as U, createTextVNode as le } from "vue";
|
|
2
2
|
import { useI18n as R } from "@feedmepos/mf-common";
|
|
3
|
-
import { F as $, c as P } from "./queue.do-
|
|
3
|
+
import { F as $, c as P } from "./queue.do-B1npBXsB.js";
|
|
4
4
|
import { _ as ie, u as de } from "./index-BXsnV_eO.js";
|
|
5
5
|
import { useSnackbar as oe } from "@feedmepos/ui-library";
|
|
6
6
|
function se(v, g) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as I, computed as b, createElementBlock as y, openBlock as c, normalizeClass as X, createCommentVNode as _, createElementVNode as o, toDisplayString as m, unref as d, Fragment as Z, renderList as ee, ref as x, defineAsyncComponent as te, watch as ae, resolveComponent as k, createVNode as P, withCtx as ne, withDirectives as se, vShow as oe, createBlock as R } from "vue";
|
|
2
|
-
import { u as re, _ as le } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { u as re, _ as le } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-BwxGSbuI.js";
|
|
3
3
|
import { useI18n as A, useCoreStore as de } from "@feedmepos/mf-common";
|
|
4
|
-
import { F as V, a as ie, b as ce } from "./queue.do-
|
|
4
|
+
import { F as V, a as ie, b as ce } from "./queue.do-B1npBXsB.js";
|
|
5
5
|
import { useDialog as ue, useSnackbar as pe, useBreakpoints as me } from "@feedmepos/ui-library";
|
|
6
6
|
import { defineStore as ye } from "pinia";
|
|
7
|
-
import { O as B, c as D } from "./index-
|
|
7
|
+
import { O as B, c as D } from "./index-DuneL3VN.js";
|
|
8
8
|
const fe = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "fm-typo-en-title-sm-600"
|
|
@@ -308,7 +308,7 @@ const fe = {
|
|
|
308
308
|
setup(t) {
|
|
309
309
|
var F, q;
|
|
310
310
|
const { t: e } = A(), r = te(
|
|
311
|
-
() => import("./KioskSettingView-
|
|
311
|
+
() => import("./KioskSettingView-CUMAS8OG.js")
|
|
312
312
|
), l = x("device"), n = re(), s = Le(), u = ue(), { currentRestaurant: i, restaurants: a, changeRestaurant: p } = de(), v = pe(), h = me(), K = b(() => h.breakpoints.value.xs), w = x(((F = i.value) == null ? void 0 : F._id) ?? void 0), j = b(() => a.value.map((f) => ({
|
|
313
313
|
label: f.profile.name,
|
|
314
314
|
value: f._id
|