@feedmepos/mf-order-setting 0.0.48 → 0.0.49

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 (48) hide show
  1. package/dist/{KioskDevicesView-iZTQ--DO.js → KioskDevicesView-Ch_mWJz9.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js} +2 -2
  3. package/dist/{KioskSettingView-mN7UPNYu.js → KioskSettingView-CaBhf48e.js} +34 -33
  4. package/dist/{KioskView-NEpc7Ivb.js → KioskView-BGm-emCw.js} +4 -4
  5. package/dist/{OrderSettingsView-B5Nq_u9Z.js → OrderSettingsView-CRgoLOD2.js} +15016 -14688
  6. package/dist/{app-B3KtJhiw.js → app-CDTAjXj9.js} +35 -19
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-GjkM9dM2.js → dayjs.min-dI_j30pv.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  10. package/dist/frontend/mf-order/src/app.d.ts +16 -0
  11. package/dist/frontend/mf-order/src/main.d.ts +16 -0
  12. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +1 -0
  13. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +5 -2
  14. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +8 -0
  15. package/dist/frontend/mf-order/src/views/order-settings/drive-thru/DriveThruSetting.vue.d.ts +2 -0
  16. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  17. package/dist/{index-Dwzta1U-.js → index-B8U5Sawr.js} +2 -2
  18. package/dist/{menu.dto-DgPhiIVk.js → menu.dto-qVeqpSdz.js} +25581 -25101
  19. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +4 -4
  20. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +63 -18
  21. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +12 -12
  22. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1071 -0
  23. package/dist/package/entity/order/order-item/order-item.dto.d.ts +8 -0
  24. package/dist/package/entity/order/order.dto.d.ts +16 -8
  25. package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
  26. package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
  27. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +6 -0
  28. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +6 -0
  29. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  30. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +5 -5
  31. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  32. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +6 -6
  33. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +2 -2
  34. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +2 -2
  35. package/dist/package/entity/queue/queue.do.d.ts +12 -0
  36. package/dist/package/entity/queue/queue.dto.d.ts +6 -6
  37. package/package.json +4 -4
  38. package/src/api/restaurant-setting/index.ts +6 -0
  39. package/src/locales/en-US.json +4 -0
  40. package/src/locales/ja-JP.json +4 -0
  41. package/src/locales/th-TH.json +4 -0
  42. package/src/locales/zh-CN.json +4 -0
  43. package/src/main.ts +2 -2
  44. package/src/stores/restaurant/index.ts +6 -0
  45. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +8 -3
  46. package/src/views/order-settings/OrderSettingsView.vue +6 -1
  47. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +22 -1
  48. package/src/views/order-settings/drive-thru/DriveThruSetting.vue +101 -0
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js";
1
+ import { _ as f } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -2,8 +2,8 @@ import { defineComponent as S, 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 w, g as U, d as Z } from "./dayjs.min-GjkM9dM2.js";
6
- import "./menu.dto-DgPhiIVk.js";
5
+ import { r as w, g as U, d as Z } from "./dayjs.min-dI_j30pv.js";
6
+ import "./menu.dto-qVeqpSdz.js";
7
7
  const ee = /* @__PURE__ */ S({
8
8
  __name: "KioskUnbindConfirm",
9
9
  props: {
@@ -1,5 +1,5 @@
1
- import { defineComponent as J, computed as C, ref as k, onMounted as ae, resolveComponent as x, createElementBlock as I, openBlock as _, Fragment as B, createVNode as o, createElementVNode as i, createCommentVNode as L, unref as a, withCtx as T, createTextVNode as ne, toDisplayString as v, renderList as H, withDirectives as U, vShow as N } from "vue";
2
- import { F as R, c as r } from "./menu.dto-DgPhiIVk.js";
1
+ import { defineComponent as J, computed as C, ref as k, onMounted as ae, resolveComponent as x, createElementBlock as I, openBlock as _, Fragment as B, createVNode as o, createElementVNode as i, createCommentVNode as L, unref as a, withCtx as T, createTextVNode as ne, toDisplayString as v, renderList as H, withDirectives as N, vShow as F } from "vue";
2
+ import { F as U, c as r } from "./menu.dto-qVeqpSdz.js";
3
3
  import { _ as te, u as ue } from "./index-BXsnV_eO.js";
4
4
  import { useI18n as X } from "@feedmepos/mf-common";
5
5
  import { useSnackbar as oe } from "@feedmepos/ui-library";
@@ -38,28 +38,29 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
38
38
  c.offlinePaymentTypes.filter((t, n) => n !== d)
39
39
  );
40
40
  }
41
- const l = C(() => (c.paymentTypes || []).includes(R.enum.ePayment)), E = C(() => {
41
+ const l = C(() => (c.paymentTypes || []).includes(U.enum.ePayment)), E = C(() => {
42
42
  const d = c.paymentTypes || [], t = c.offlinePaymentTypes || [];
43
- return d.includes(R.enum.cash) || t.length > 0;
44
- }), F = k(!1), y = k([]), S = k(), m = k([]), b = k(!1), O = k(!1), P = k(!1), g = [
43
+ return d.includes(U.enum.cash) || t.length > 0;
44
+ }), O = k(!1), y = k([]), S = k(), m = k([]), b = k(!1), R = k(!1), P = k(!1), g = [
45
45
  { label: e("order.offlinePayment"), value: "offline" },
46
46
  { label: e("order.ePayment"), value: "e-payment" }
47
47
  ], M = () => {
48
48
  const d = [];
49
- E.value && d.push("offline"), l.value && d.push("e-payment"), y.value = d, F.value = d.length === g.length, Object.keys(c.ePaymentTypes).length !== 0 && (c.ePaymentTypes.terminal && (O.value = !0), c.ePaymentTypes.card.terminal ? (S.value = r.enum.TERMINAL, b.value = !0) : c.ePaymentTypes.card.nfc && (S.value = r.enum.NFC, b.value = !0), c.ePaymentTypes.eWallet.qrPay && (m.value.push(r.enum.QRPAY), P.value = !0), c.ePaymentTypes.eWallet.scanPay && (m.value.push(r.enum.SCANPAY), P.value = !0), c.ePaymentTypes.eWallet.terminalScanPay && (m.value.push(r.enum.TERMINAL_SCAN_PAY), P.value = !0), c.ePaymentTypes.eWallet.terminalQrPay && (m.value.push(r.enum.TERMINAL_QR_PAY), P.value = !0));
49
+ E.value && d.push("offline"), l.value && d.push("e-payment"), y.value = d, O.value = d.length === g.length, Object.keys(c.ePaymentTypes).length !== 0 && (c.ePaymentTypes.terminal && (R.value = !0), c.ePaymentTypes.card.terminal ? (S.value = r.enum.TERMINAL, b.value = !0) : c.ePaymentTypes.card.nfc && (S.value = r.enum.NFC, b.value = !0), c.ePaymentTypes.eWallet.qrPay && (m.value.push(r.enum.QRPAY), P.value = !0), c.ePaymentTypes.eWallet.scanPay && (m.value.push(r.enum.SCANPAY), P.value = !0), c.ePaymentTypes.eWallet.terminalScanPay && (m.value.push(r.enum.TERMINAL_SCAN_PAY), P.value = !0), c.ePaymentTypes.eWallet.terminalQrPay && (m.value.push(r.enum.TERMINAL_QR_PAY), P.value = !0));
50
50
  };
51
51
  M();
52
52
  const Y = (d) => {
53
- y.value = d ? g.map((h) => h.value) : [], F.value = d;
53
+ y.value = d ? g.map((h) => h.value) : [], O.value = d;
54
54
  const t = [], n = d ? c.offlinePaymentTypes || [] : [];
55
- y.value.includes("e-payment") && (t.push(R.enum.ePayment), b.value = !0, P.value = !0), y.value.includes("offline") && t.push(R.enum.cash), A("update:paymentTypes", t), A("update:offlinePaymentTypes", n), f(b.value), V(P.value);
55
+ y.value.includes("e-payment") && (t.push(U.enum.ePayment), b.value = !0, P.value = !0), y.value.includes("offline") && t.push(U.enum.cash), A("update:paymentTypes", t), A("update:offlinePaymentTypes", n), f(b.value), V(P.value);
56
56
  }, W = (d) => {
57
57
  const t = y.value;
58
- y.value = d, F.value = d.length === g.length;
58
+ y.value = d, O.value = d.length === g.length;
59
59
  const n = [], h = d.includes("offline") ? c.offlinePaymentTypes || [] : [];
60
- d.includes("e-payment") && n.push(R.enum.ePayment), d.includes("offline") && n.push(R.enum.cash), t.includes("e-payment") || (b.value = !0, P.value = !0, f(b.value), V(P.value)), A("update:paymentTypes", n), A("update:offlinePaymentTypes", h);
60
+ d.includes("e-payment") && n.push(U.enum.ePayment), d.includes("offline") && n.push(U.enum.cash), t.includes("e-payment") || (b.value = !0, P.value = !0, f(b.value), V(P.value)), A("update:paymentTypes", n), A("update:offlinePaymentTypes", h);
61
61
  }, s = (d) => {
62
62
  const t = {
63
+ terminal: !1,
63
64
  card: {
64
65
  terminal: !1,
65
66
  nfc: !1
@@ -71,7 +72,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
71
72
  terminalQrPay: !1
72
73
  }
73
74
  };
74
- y.value.includes("e-payment") && (d == r.enum.TERMINAL && (t.card.terminal = !0), d == r.enum.NFC && (t.card.nfc = !0), m.value.length > 0 && (m.value.includes(r.enum.QRPAY) && (t.eWallet.qrPay = !0), m.value.includes(r.enum.SCANPAY) && (t.eWallet.scanPay = !0), m.value.includes(r.enum.TERMINAL_SCAN_PAY) && (t.eWallet.terminalScanPay = !0), m.value.includes(r.enum.TERMINAL_QR_PAY) && (t.eWallet.terminalQrPay = !0))), A("update:ePaymentTypes", t);
75
+ y.value.includes("e-payment") && (d == r.enum.TERMINAL && (t.card.terminal = !0), d == r.enum.NFC && (t.card.nfc = !0), m.value.length > 0 && (m.value.includes(r.enum.QRPAY) && (t.eWallet.qrPay = !0), m.value.includes(r.enum.SCANPAY) && (t.eWallet.scanPay = !0), m.value.includes(r.enum.TERMINAL_SCAN_PAY) && (t.eWallet.terminalScanPay = !0), m.value.includes(r.enum.TERMINAL_QR_PAY) && (t.eWallet.terminalQrPay = !0))), R.value && (t.terminal = !0), A("update:ePaymentTypes", t);
75
76
  }, u = () => {
76
77
  const d = {
77
78
  terminal: !1,
@@ -86,7 +87,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
86
87
  terminalQrPay: !1
87
88
  }
88
89
  };
89
- y.value.includes("e-payment") && (S.value && (S.value === r.enum.TERMINAL && (d.card.terminal = !0), S.value === r.enum.NFC && (d.card.nfc = !0)), O.value && (d.terminal = !0), m.value.includes(r.enum.QRPAY) && (d.eWallet.qrPay = !0), m.value.includes(r.enum.SCANPAY) && (d.eWallet.scanPay = !0), m.value.includes(r.enum.TERMINAL_SCAN_PAY) && (d.eWallet.terminalScanPay = !0), m.value.includes(r.enum.TERMINAL_QR_PAY) && (d.eWallet.terminalQrPay = !0)), A("update:ePaymentTypes", d);
90
+ y.value.includes("e-payment") && (S.value && (S.value === r.enum.TERMINAL && (d.card.terminal = !0), S.value === r.enum.NFC && (d.card.nfc = !0)), R.value && (d.terminal = !0), m.value.includes(r.enum.QRPAY) && (d.eWallet.qrPay = !0), m.value.includes(r.enum.SCANPAY) && (d.eWallet.scanPay = !0), m.value.includes(r.enum.TERMINAL_SCAN_PAY) && (d.eWallet.terminalScanPay = !0), m.value.includes(r.enum.TERMINAL_QR_PAY) && (d.eWallet.terminalQrPay = !0)), A("update:ePaymentTypes", d);
90
91
  }, f = (d) => {
91
92
  S.value = "", d && (S.value = r.enum.TERMINAL), u();
92
93
  }, V = (d) => {
@@ -103,7 +104,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
103
104
  return _(), I(B, null, [
104
105
  o(n, {
105
106
  value: "",
106
- "model-value": F.value,
107
+ "model-value": O.value,
107
108
  label: a(e)("order.all"),
108
109
  indeterminate: y.value.length > 0 && y.value.length < g.length,
109
110
  "onUpdate:modelValue": Y
@@ -188,7 +189,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
188
189
  ]
189
190
  }, null, 8, ["label", "sublabel", "modelValue"]),
190
191
  t[12] || (t[12] = i("br", null, null, -1)),
191
- U(i("div", ye, [
192
+ N(i("div", ye, [
192
193
  o(ee, {
193
194
  modelValue: S.value,
194
195
  "onUpdate:modelValue": [
@@ -210,7 +211,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
210
211
  _: 1
211
212
  }, 8, ["modelValue"])
212
213
  ], 512), [
213
- [N, b.value]
214
+ [F, b.value]
214
215
  ])
215
216
  ]),
216
217
  _: 1
@@ -229,9 +230,9 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
229
230
  label: a(e)("order.terminal"),
230
231
  sublabel: a(e)("order.terminalPaymentDescription"),
231
232
  "label-placement": "right",
232
- modelValue: O.value,
233
+ modelValue: R.value,
233
234
  "onUpdate:modelValue": [
234
- t[5] || (t[5] = (p) => O.value = p),
235
+ t[5] || (t[5] = (p) => R.value = p),
235
236
  f
236
237
  ]
237
238
  }, null, 8, ["label", "sublabel", "modelValue"])
@@ -259,7 +260,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
259
260
  ]
260
261
  }, null, 8, ["label", "sublabel", "modelValue"]),
261
262
  t[13] || (t[13] = i("br", null, null, -1)),
262
- U(i("div", ce, [
263
+ N(i("div", ce, [
263
264
  i("div", fe, [
264
265
  o(n, {
265
266
  modelValue: m.value,
@@ -299,7 +300,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
299
300
  }, null, 8, ["modelValue", "label", "value"])
300
301
  ])
301
302
  ], 512), [
302
- [N, P.value]
303
+ [F, P.value]
303
304
  ])
304
305
  ]),
305
306
  _: 1
@@ -322,7 +323,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
322
323
  },
323
324
  emits: ["updateKioskOrderSetting"],
324
325
  setup(w, { emit: Q }) {
325
- const { t: e } = X(), c = w, A = oe(), q = Q, l = k(c.form), E = (s) => s < 0 ? e("order.nonNegativeRule") : !0, F = (s) => s <= (l.value.dineIn.displayStand.standSlotRange.min ?? 0) ? e("order.greaterThanMinRule") : !0, y = C(() => [E]), S = C(() => [E]), m = C(() => [E, F]), b = C(() => {
326
+ const { t: e } = X(), c = w, A = oe(), q = Q, l = k(c.form), E = (s) => s < 0 ? e("order.nonNegativeRule") : !0, O = (s) => s <= (l.value.dineIn.displayStand.standSlotRange.min ?? 0) ? e("order.greaterThanMinRule") : !0, y = C(() => [E]), S = C(() => [E]), m = C(() => [E, O]), b = C(() => {
326
327
  const s = l.value;
327
328
  if (s.dineIn.enabled && s.dineIn.displayStand.enabled) {
328
329
  const { padDigit: u, standSlotRange: f } = s.dineIn.displayStand;
@@ -344,14 +345,14 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
344
345
  }
345
346
  }
346
347
  };
347
- }), { startAsyncCall: O } = ue();
348
+ }), { startAsyncCall: R } = ue();
348
349
  function P(s) {
349
350
  l.value.paymentSetting.paymentTypes = s;
350
351
  }
351
352
  function g(s) {
352
353
  l.value.paymentSetting.ePaymentTypes = s;
353
354
  }
354
- const M = C(() => (l.value.paymentSetting.paymentTypes || []).includes(R.enum.ePayment)), Y = C({
355
+ const M = C(() => (l.value.paymentSetting.paymentTypes || []).includes(U.enum.ePayment)), Y = C({
355
356
  get: () => (l.value.dineIn.displayStand.enabled && l.value.dineIn.displayStand.enablePaxDialog || l.value.dineIn.pickUp.enablePaxDialog) ?? !1,
356
357
  set: (s) => {
357
358
  l.value.dineIn.displayStand.enablePaxDialog = s, l.value.dineIn.pickUp.enablePaxDialog = s;
@@ -360,7 +361,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
360
361
  async function W() {
361
362
  if (b.value) {
362
363
  const s = b.value;
363
- O(async () => {
364
+ R(async () => {
364
365
  await q("updateKioskOrderSetting", s);
365
366
  });
366
367
  } else
@@ -381,7 +382,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
381
382
  label: a(e)("order.dineIn"),
382
383
  "label-placement": "right"
383
384
  }, null, 8, ["modelValue", "label"]),
384
- U(i("div", Se, [
385
+ N(i("div", Se, [
385
386
  i("div", null, [
386
387
  o(f, {
387
388
  modelValue: l.value.dineIn.pickUp.enabled,
@@ -389,7 +390,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
389
390
  label: a(e)("order.pickAtCounter"),
390
391
  "label-placement": "right"
391
392
  }, null, 8, ["modelValue", "label"]),
392
- U(i("div", Te, [
393
+ N(i("div", Te, [
393
394
  i("span", Ie, v(a(e)("order.submitOrderInstruction")), 1),
394
395
  o(V, {
395
396
  modelValue: l.value.dineIn.pickUp.submitOrderInstruction.payAtCounter,
@@ -404,7 +405,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
404
405
  placeholder: "Please wait as we prepare your food. We'll call your number when it's ready."
405
406
  }, null, 8, ["modelValue", "label"])
406
407
  ], 512), [
407
- [N, l.value.dineIn.pickUp.enabled]
408
+ [F, l.value.dineIn.pickUp.enabled]
408
409
  ])
409
410
  ]),
410
411
  i("div", null, [
@@ -414,7 +415,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
414
415
  label: a(e)("order.displayStand"),
415
416
  "label-placement": "right"
416
417
  }, null, 8, ["modelValue", "label"]),
417
- U(i("div", _e, [
418
+ N(i("div", _e, [
418
419
  i("span", xe, v(a(e)("order.tableServiceSetting")), 1),
419
420
  o(V, {
420
421
  modelValue: l.value.dineIn.displayStand.prefix,
@@ -451,9 +452,9 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
451
452
  placeholder: a(e)("order.padDigit")
452
453
  }, null, 8, ["modelValue", "label", "rules", "placeholder"])
453
454
  ], 512), [
454
- [N, l.value.dineIn.displayStand.enabled]
455
+ [F, l.value.dineIn.displayStand.enabled]
455
456
  ]),
456
- U(i("div", he, [
457
+ N(i("div", he, [
457
458
  i("span", ke, v(a(e)("order.submitOrderInstruction")), 1),
458
459
  o(V, {
459
460
  modelValue: l.value.dineIn.displayStand.submitOrderInstruction.payAtCounter,
@@ -468,11 +469,11 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
468
469
  placeholder: "Please collect your receipt and we'll bring your food to your table once it's ready."
469
470
  }, null, 8, ["modelValue", "label"])
470
471
  ], 512), [
471
- [N, l.value.dineIn.displayStand.enabled]
472
+ [F, l.value.dineIn.displayStand.enabled]
472
473
  ])
473
474
  ])
474
475
  ], 512), [
475
- [N, l.value.dineIn.enabled]
476
+ [F, l.value.dineIn.enabled]
476
477
  ])
477
478
  ])
478
479
  ]),
@@ -485,7 +486,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
485
486
  "label-placement": "right",
486
487
  class: "mb-5"
487
488
  }, null, 8, ["modelValue", "label"]),
488
- U(i("div", Re, [
489
+ N(i("div", Re, [
489
490
  i("span", Ue, v(a(e)("order.submitOrderInstruction")), 1),
490
491
  o(V, {
491
492
  modelValue: l.value.takeaway.submitOrderInstruction.payAtCounter,
@@ -500,7 +501,7 @@ const de = { class: "flex flex-row items-center" }, ie = { key: 0 }, se = {
500
501
  placeholder: "Please wait as we prepare your food. We'll call your number when it's ready."
501
502
  }, null, 8, ["modelValue", "label"])
502
503
  ], 512), [
503
- [N, l.value.takeaway.enabled]
504
+ [F, l.value.takeaway.enabled]
504
505
  ])
505
506
  ]),
506
507
  i("div", Ne, [
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as S, computed as h, createElementBlock as f, openBlock as u, normalizeClass as Z, createCommentVNode as b, createElementVNode as s, toDisplayString as m, unref as d, Fragment as ee, renderList as te, ref as g, defineAsyncComponent as ae, onMounted as ne, watch as oe, resolveComponent as I, createVNode as T, withCtx as se, withDirectives as le, vShow as re, createBlock as V } from "vue";
2
- import { u as de, _ as ce } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js";
2
+ import { u as de, _ as ce } from "./KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js";
3
3
  import { useI18n as U, useCoreStore as ue } from "@feedmepos/mf-common";
4
- import { F as B, a as ie, b as pe } from "./menu.dto-DgPhiIVk.js";
4
+ import { F as B, a as ie, b as pe } from "./menu.dto-qVeqpSdz.js";
5
5
  import { useDialog as ye, useSnackbar as me, useBreakpoints as fe } from "@feedmepos/ui-library";
6
6
  import { defineStore as ve } from "pinia";
7
- import { O as E, c as M } from "./index-Dwzta1U-.js";
7
+ import { O as E, c as M } from "./index-B8U5Sawr.js";
8
8
  const _e = {
9
9
  key: 0,
10
10
  class: "fm-typo-en-title-sm-600"
@@ -314,7 +314,7 @@ const _e = {
314
314
  setup(t) {
315
315
  var R, D;
316
316
  const { t: e } = U(), l = ae(
317
- () => import("./KioskSettingView-mN7UPNYu.js")
317
+ () => import("./KioskSettingView-CaBhf48e.js")
318
318
  ), r = g("device"), n = de(), o = ze(), i = ye(), { currentRestaurant: c, restaurants: a, changeRestaurant: p } = ue(), v = me(), _ = fe(), w = h(() => _.breakpoints.value.xs), C = g(((R = c.value) == null ? void 0 : R._id) ?? void 0), H = h(() => a.value.map((y) => ({
319
319
  label: y.profile.name,
320
320
  value: y._id