@feedmepos/mf-order-setting 0.0.60-prod → 0.0.61-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.
Files changed (33) hide show
  1. package/dist/{KioskDevicesView-DRgZJgHO.js → KioskDevicesView-BQP98N83.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CZ6pa8Xh.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DqyycfFx.js} +3 -3
  3. package/dist/{KioskSettingView-DVN4bTT4.js → KioskSettingView-CfkesNHX.js} +3 -3
  4. package/dist/{KioskView-CmHhShkd.js → KioskView-D78JmEu_.js} +4 -4
  5. package/dist/OrderSettingsView-Cb-RdKE9.js +56929 -0
  6. package/dist/{app-D4H4nuew.js → app-BajIwvwC.js} +2388 -2321
  7. package/dist/app.js +3 -3
  8. package/dist/{dayjs.min-DOI5QB21.js → dayjs.min-mvnb5cgq.js} +1 -1
  9. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +30 -3
  10. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +20 -2
  11. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  12. package/dist/{index-BdJJKX0e.js → index-BUuyLjBw.js} +1 -1
  13. package/dist/index-v1JWPl0T.js +19656 -0
  14. package/dist/menu.dto-As7AyKo1.js +96924 -0
  15. package/dist/package/entity/booking/booking.do.d.ts +520 -45
  16. package/dist/package/entity/delivery/delivery.dto.d.ts +104 -9
  17. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +114 -19
  18. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +225 -45
  19. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +426 -80
  20. package/dist/package/entity/member/member.dto.d.ts +84 -7
  21. package/dist/package/entity/order/order.dto.d.ts +112 -17
  22. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +104 -9
  23. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +104 -9
  24. package/dist/package/entity/order-platform/order-platform.dto.d.ts +75 -15
  25. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +104 -9
  26. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +120 -0
  27. package/dist/package/entity/queue/queue.dto.d.ts +6 -6
  28. package/package.json +3 -2
  29. package/src/views/order-settings/dine-in/DineInSetting.vue +2 -5
  30. package/src/views/order-settings/dine-in/PaymentType.vue +27 -22
  31. package/dist/OrderSettingsView-q1TUGzEA.js +0 -32195
  32. package/dist/index-CEeonoD9.js +0 -19758
  33. package/dist/menu.dto-BlTCG2YJ.js +0 -120873
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-CZ6pa8Xh.js";
1
+ import { _ as f } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-DqyycfFx.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,10 +1,10 @@
1
1
  import { ref as P, defineComponent as re, resolveComponent as D, createElementBlock as y, openBlock as u, createElementVNode as a, createVNode as m, toDisplayString as s, unref as i, computed as w, watch as de, createCommentVNode as O, withCtx as J, Fragment as G, renderList as Q, normalizeClass as ge, createBlock as ae, createTextVNode as z } from "vue";
2
2
  import { useI18n as se } from "@feedmepos/mf-common";
3
3
  import { defineStore as Ie } from "pinia";
4
- import { r as H, g as pe } from "./menu.dto-BlTCG2YJ.js";
4
+ import { r as H, g as pe } from "./menu.dto-As7AyKo1.js";
5
5
  import { useDialog as Te, useSnackbar as we } from "@feedmepos/ui-library";
6
- import { d as ne } from "./dayjs.min-DOI5QB21.js";
7
- import { g as xe, c as Ae } from "./app-D4H4nuew.js";
6
+ import { d as ne } from "./dayjs.min-mvnb5cgq.js";
7
+ import { g as xe, c as Ae } from "./app-BajIwvwC.js";
8
8
  async function Pe() {
9
9
  const n = await H().get("/kiosk/otp");
10
10
  return pe(n);
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as oe, computed as C, ref as Y, onMounted as pe, resolveComponent as w, createBlock as G, openBlock as R, withCtx as A, createVNode as s, createElementVNode as r, withDirectives as E, unref as l, vShow as N, watch as ce, createElementBlock as q, createCommentVNode as ye, toDisplayString as g } 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-D4H4nuew.js";
3
- import { b as u, c as ie, S as de, d as be } from "./menu.dto-BlTCG2YJ.js";
4
- import { _ as ge, u as Ie, a as Pe } from "./index-CEeonoD9.js";
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-BajIwvwC.js";
3
+ import { b as u, c as ie, S as de, d as be } from "./menu.dto-As7AyKo1.js";
4
+ import { _ as ge, u as Ie, a as Pe } from "./index-v1JWPl0T.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, createElementBlock as $, openBlock 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-CZ6pa8Xh.js";
2
+ import { u as Z, _ as O } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-DqyycfFx.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-BdJJKX0e.js";
7
- import { F as ta, a as na } from "./menu.dto-BlTCG2YJ.js";
6
+ import { O as D, c as ea } from "./index-BUuyLjBw.js";
7
+ import { F as ta, a as na } from "./menu.dto-As7AyKo1.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-DVN4bTT4.js")
240
+ () => import("./KioskSettingView-CfkesNHX.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