@feedmepos/mf-common 1.26.17 → 1.27.1-alpha.3

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/README.md CHANGED
@@ -8,30 +8,6 @@ This package provide:
8
8
 
9
9
  - other shared utilities, like: i18n, country etc
10
10
 
11
- Change log:
11
+ ## Changelog
12
12
 
13
- ### 1.26.1
14
-
15
- - now i18n messages under `common` namespace is moved to `mf-common`, previously it is maintained in `@feedmepos/i18n`
16
-
17
- ### 1.26.0
18
-
19
- - upgrade `@feedmepos/i18n` to `0.2.0`, support custom `preProcess` function
20
-
21
- ### 1.25.1
22
-
23
- - add `hide-app-drawer` prop on `FmNavBar`
24
-
25
- ### 1.24.0
26
-
27
- - add `showAddon` prop in `ItemSelector` component
28
-
29
- ### 1.23.0
30
-
31
- - export `Dinero` and `FdoDinero`
32
-
33
- ### 1.20.1-beta.1
34
-
35
- - Add support for init and using `@feedmepos/vue-client-monitoring` package.
36
- - `coreStore.pushDataLayer` method
37
- - `initVueClientMonitoring` method
13
+ See [CHANGELOG.md](./CHANGELOG.md) for details about changes in each version.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as A, computed as d, resolveComponent as N, openBlock as f, createElementBlock as b, createVNode as S, toDisplayString as C, unref as F, h } from "vue";
2
- import { t as w, u as O } from "./app-9a48af7b.js";
2
+ import { t as w, u as O } from "./app-89e5c55e.js";
3
3
  import { components as y } from "@feedmepos/ui-library";
4
4
  import { c as x } from "./object-27ce045b.js";
5
5
  import "pinia";
@@ -1,6 +1,5 @@
1
1
  import { ref as At, computed as rt, defineComponent as _i, onMounted as ki, watch as Rn, resolveComponent as hr, openBlock as Re, createElementBlock as it, createElementVNode as Qe, toDisplayString as Ln, unref as We, createVNode as nt, isRef as Ei, createCommentVNode as Bt, Fragment as hn, renderList as fn, createBlock as fr, withCtx as gn, normalizeClass as Un, Transition as Kn } from "vue";
2
- import { _ as Hn, h as Fi } from "./app-9575c6c7.js";
3
- import { c as mn, l as we, e as Dt, b as _e, d as ct, f as et, g as ji, u as Tn, h as Si, a as Ci, t as zi } from "./app-9a48af7b.js";
2
+ import { c as mn, l as we, e as Dt, d as _e, f as ct, g as et, h as Fi, u as Tn, i as ji, a as Si, E as Hn, t as Ci, b as zi } from "./app-89e5c55e.js";
4
3
  import { FmButtonVariant as Vt } from "@feedmepos/ui-library";
5
4
  import { defineStore as Oi } from "pinia";
6
5
  import { c as Gt } from "./object-27ce045b.js";
@@ -24751,10 +24750,10 @@ function oo(y) {
24751
24750
  if (!w)
24752
24751
  throw new Error("Invalid business");
24753
24752
  const g = `/menu-v4/businesses/${w}/menu-v4`;
24754
- return Si(g);
24753
+ return ji(g);
24755
24754
  }
24756
24755
  async function uo(y) {
24757
- return ji(await oo(y).get(""));
24756
+ return Fi(await oo(y).get(""));
24758
24757
  }
24759
24758
  const so = {
24760
24759
  _id: "",
@@ -24841,7 +24840,7 @@ const $o = Oi("mf-common-menu", () => {
24841
24840
  }, jo = { class: "flex items-center w-full" }, So = {
24842
24841
  key: 0,
24843
24842
  class: "flex flex-col"
24844
- }, qo = /* @__PURE__ */ _i({
24843
+ }, Po = /* @__PURE__ */ _i({
24845
24844
  __name: "ItemSelector",
24846
24845
  props: {
24847
24846
  autoFocusSearch: { type: Boolean, default: !1 },
@@ -24895,7 +24894,7 @@ const $o = Oi("mf-common-menu", () => {
24895
24894
  ...e,
24896
24895
  values: t
24897
24896
  };
24898
- })), { searchKey: Y, filter: J } = Ci(), oe = rt(() => {
24897
+ })), { searchKey: Y, filter: J } = Si(), oe = rt(() => {
24899
24898
  const e = Object.entries(re.value).reduce(
24900
24899
  (n, [a, o]) => {
24901
24900
  if (J([o.name]))
@@ -25022,7 +25021,7 @@ const $o = Oi("mf-common-menu", () => {
25022
25021
  function be() {
25023
25022
  fe.value = [], W.value = [];
25024
25023
  }
25025
- const { t: u } = zi();
25024
+ const { t: u } = Ci();
25026
25025
  return (e, t) => {
25027
25026
  const n = hr("fm-search"), a = hr("fm-button"), o = hr("fm-checkbox"), s = hr("fm-card");
25028
25027
  return Re(), it("div", po, [
@@ -25039,7 +25038,7 @@ const $o = Oi("mf-common-menu", () => {
25039
25038
  ])
25040
25039
  ]),
25041
25040
  X.value.length > 0 ? (Re(), it("div", bo, [
25042
- nt(We(Fi), {
25041
+ nt(We(zi), {
25043
25042
  ref: "filterRef",
25044
25043
  attributes: X.value,
25045
25044
  modelValue: R.value,
@@ -25167,5 +25166,5 @@ const $o = Oi("mf-common-menu", () => {
25167
25166
  }
25168
25167
  });
25169
25168
  export {
25170
- qo as default
25169
+ Po as default
25171
25170
  };
@@ -1,6 +1,5 @@
1
- import { ref as C, computed as i, defineComponent as le, mergeModels as te, useModel as ae, watch as U, resolveComponent as x, openBlock as d, createElementBlock as y, createElementVNode as k, createVNode as m, withCtx as z, normalizeClass as ne, toDisplayString as re, createCommentVNode as $, withModifiers as j, unref as p, isRef as ue, Fragment as I, renderList as K, createBlock as P, renderSlot as oe, nextTick as se } from "vue";
2
- import { _ as N, h as ie } from "./app-9575c6c7.js";
3
- import { t as ce, u as de, a as ve } from "./app-9a48af7b.js";
1
+ import { ref as C, computed as i, defineComponent as le, mergeModels as te, useModel as ae, watch as U, resolveComponent as x, openBlock as d, createElementBlock as y, createElementVNode as k, createVNode as m, withCtx as z, normalizeClass as ne, toDisplayString as re, createCommentVNode as E, withModifiers as j, unref as p, isRef as ue, Fragment as $, renderList as K, createBlock as P, renderSlot as oe, nextTick as se } from "vue";
2
+ import { t as ie, u as ce, a as de, E as I, b as ve } from "./app-89e5c55e.js";
4
3
  import "@feedmepos/ui-library";
5
4
  import "pinia";
6
5
  import "vue-router";
@@ -8,19 +7,19 @@ function fe(g, t) {
8
7
  const u = C(!0), a = i(() => {
9
8
  var o, n;
10
9
  return !u.value && (!t.value || ((o = t.value) == null ? void 0 : o.length) === ((n = g.value) == null ? void 0 : n.length));
11
- }), h = i(() => {
12
- var o, n, b, v;
13
- return !!((o = t.value) != null && o.length && ((n = t.value) == null ? void 0 : n.length) > 0 && ((b = t.value) == null ? void 0 : b.length) < ((v = g.value) == null ? void 0 : v.length));
10
+ }), b = i(() => {
11
+ var o, n, h, v;
12
+ return !!((o = t.value) != null && o.length && ((n = t.value) == null ? void 0 : n.length) > 0 && ((h = t.value) == null ? void 0 : h.length) < ((v = g.value) == null ? void 0 : v.length));
14
13
  });
15
- return { allCleared: u, allSelected: a, indeterminate: h, toggleAll: () => {
14
+ return { allCleared: u, allSelected: a, indeterminate: b, toggleAll: () => {
16
15
  t.value = void 0, u.value = !u.value;
17
16
  }, toggleOption: (o) => {
18
- var b, v, S;
17
+ var h, v, S;
19
18
  let n;
20
- t.value === void 0 && u.value ? n = [o] : t.value === void 0 && !u.value ? n = (b = g.value.map((f) => f.value)) == null ? void 0 : b.filter((f) => f !== o) : (v = t.value) != null && v.includes(o) ? n = (S = t.value) == null ? void 0 : S.filter((f) => f !== o) : n = [...t.value || [], o], n.length === 0 ? (t.value = void 0, u.value = !0) : n.length === g.value.length ? (t.value = void 0, u.value = !1) : t.value = n;
19
+ t.value === void 0 && u.value ? n = [o] : t.value === void 0 && !u.value ? n = (h = g.value.map((f) => f.value)) == null ? void 0 : h.filter((f) => f !== o) : (v = t.value) != null && v.includes(o) ? n = (S = t.value) == null ? void 0 : S.filter((f) => f !== o) : n = [...t.value || [], o], n.length === 0 ? (t.value = void 0, u.value = !0) : n.length === g.value.length ? (t.value = void 0, u.value = !1) : t.value = n;
21
20
  } };
22
21
  }
23
- const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-center gap-8" }, ge = { class: "inline-flex items-center" }, he = { class: "flex flex-col w-[360px] min-h-0 gap-8" }, be = { class: "flex gap-4 px-[6px]" }, ye = { class: "flex-1" }, _e = { class: "flex-1 overflow-y-auto min-h-0" }, ke = { key: 0 }, Re = /* @__PURE__ */ le({
22
+ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-center gap-8" }, ge = { class: "inline-flex items-center" }, be = { class: "flex flex-col w-[360px] min-h-0 gap-8" }, he = { class: "flex gap-4 px-[6px]" }, ye = { class: "flex-1" }, _e = { class: "flex-1 overflow-y-auto min-h-0" }, ke = { key: 0 }, Oe = /* @__PURE__ */ le({
24
23
  __name: "RestaurantSelector",
25
24
  props: /* @__PURE__ */ te({
26
25
  multiple: { type: Boolean, default: !1 },
@@ -35,21 +34,21 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
35
34
  }),
36
35
  emits: ["update:modelValue"],
37
36
  setup(g) {
38
- const t = g, { t: u } = ce(), a = ae(g, "modelValue"), { restaurants: h, restaurantAttributeSettings: V } = de();
39
- function Q(e) {
40
- const l = h.value.map((_) => {
37
+ const t = g, { t: u } = ie(), a = ae(g, "modelValue"), { restaurants: b, restaurantAttributeSettings: V } = ce();
38
+ function N(e) {
39
+ const l = b.value.map((_) => {
41
40
  var A;
42
41
  return (A = _.customAttributes) == null ? void 0 : A[e];
43
42
  }).filter((_) => typeof _ == "string" && !!_);
44
43
  return [...new Set(l)];
45
44
  }
46
45
  const o = i(() => V.value.map((e) => {
47
- const l = Q(e.key);
46
+ const l = N(e.key);
48
47
  return {
49
48
  ...e,
50
49
  values: l
51
50
  };
52
- })), { searchKey: n, filter: b } = ve(), v = C(null);
51
+ })), { searchKey: n, filter: h } = de(), v = C(null);
53
52
  function S(e) {
54
53
  var l;
55
54
  if (t.multiple)
@@ -62,14 +61,14 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
62
61
  label: `${l} (${r ?? "--"})`,
63
62
  value: e._id
64
63
  };
65
- }, E = i(() => h.value.map(f)), w = i(
66
- () => h.value.filter((e) => t.managableOnly ? e.managable : !0).filter((e) => t.multiple ? !0 : N(e.customAttributes || {}, c.value)).map(f).filter(({ label: e }) => b([e])).filter((e) => {
64
+ }, Q = i(() => b.value.map(f)), w = i(
65
+ () => b.value.filter((e) => t.managableOnly ? e.managable : !0).filter((e) => t.multiple ? !0 : I(e.customAttributes || {}, c.value)).map(f).filter(({ label: e }) => h([e])).filter((e) => {
67
66
  var l;
68
67
  return !((l = t.excludeRestaurants) != null && l.includes(e.value));
69
68
  })
70
69
  ), T = i(() => {
71
70
  var e;
72
- return a.value ? a.value.length === 1 ? (e = E.value.find((l) => {
71
+ return a.value ? a.value.length === 1 ? (e = Q.value.find((l) => {
73
72
  var r;
74
73
  return l.value === ((r = a.value) == null ? void 0 : r[0]);
75
74
  })) == null ? void 0 : e.label : u("portalshell.components.restaurantSelector.restaurantCount", {
@@ -77,7 +76,7 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
77
76
  }) : u("portalshell.components.restaurantSelector.allRestaurants");
78
77
  }), W = i(() => {
79
78
  var e;
80
- return a.value ? ((e = E.value.find((l) => l.value === a.value)) == null ? void 0 : e.label) || u("portalshell.components.restaurantSelector.unknownRestaurant") : u("portalshell.components.restaurantSelector.selectRestaurant");
79
+ return a.value ? ((e = Q.value.find((l) => l.value === a.value)) == null ? void 0 : e.label) || u("portalshell.components.restaurantSelector.unknownRestaurant") : u("portalshell.components.restaurantSelector.selectRestaurant");
81
80
  }), L = i(() => t.multiple ? T.value : W.value), O = i(() => t.disabled ? "neutral-gray-200" : t.variant === "dark" ? "neutral-black" : "neutral-gray-400"), q = i(() => t.disabled ? "text-fm-color-neutral-gray-200" : t.variant === "dark" ? "text-fm-color-neutral-black" : "text-fm-color-neutral-gray-400"), { allSelected: D, toggleAll: G, toggleOption: H, indeterminate: J } = fe(
82
81
  w,
83
82
  a
@@ -101,10 +100,10 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
101
100
  a.value = null;
102
101
  return;
103
102
  }
104
- const l = h.value.filter((r) => N(r.customAttributes || {}, c.value));
103
+ const l = b.value.filter((r) => I(r.customAttributes || {}, c.value));
105
104
  a.value = l.map((r) => r._id);
106
105
  } else {
107
- const l = h.value.filter((r) => N(r.customAttributes || {}, c.value));
106
+ const l = b.value.filter((r) => I(r.customAttributes || {}, c.value));
108
107
  l.length === 0 ? a.value = null : a.value = (e = l[0]) == null ? void 0 : e._id;
109
108
  }
110
109
  },
@@ -147,7 +146,7 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
147
146
  "fm-typo-en-body-md-600 select-none text-ellipsis overflow-hidden whitespace-nowrap",
148
147
  q.value
149
148
  ])
150
- }, re(L.value), 3)) : $("", !0),
149
+ }, re(L.value), 3)) : E("", !0),
151
150
  m(r, {
152
151
  color: O.value,
153
152
  name: "keyboard_arrow_down",
@@ -166,15 +165,15 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
166
165
  onClick: l[0] || (l[0] = j(() => {
167
166
  }, ["prevent"]))
168
167
  }, null, 8, ["outline", "color"])
169
- ])) : $("", !0)
168
+ ])) : E("", !0)
170
169
  ]),
171
170
  _: 1
172
171
  }, 8, ["disabled"])
173
172
  ])
174
173
  ]),
175
174
  default: z(() => [
176
- k("div", he, [
177
- k("div", be, [
175
+ k("div", be, [
176
+ k("div", he, [
178
177
  k("div", ye, [
179
178
  m(A, {
180
179
  modelValue: p(n),
@@ -184,7 +183,7 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
184
183
  ])
185
184
  ]),
186
185
  k("div", _e, [
187
- e.multiple ? (d(), y(I, { key: 0 }, [
186
+ e.multiple ? (d(), y($, { key: 0 }, [
188
187
  m(M, {
189
188
  label: "All",
190
189
  "has-checkbox": "",
@@ -192,7 +191,7 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
192
191
  indeterminate: p(J),
193
192
  onClick: p(G)
194
193
  }, null, 8, ["model-value", "indeterminate", "onClick"]),
195
- (d(!0), y(I, null, K(w.value, (s) => {
194
+ (d(!0), y($, null, K(w.value, (s) => {
196
195
  var B;
197
196
  return d(), P(M, {
198
197
  key: s.value,
@@ -202,7 +201,7 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
202
201
  onClick: (Ce) => p(H)(s.value)
203
202
  }, null, 8, ["label", "model-value", "onClick"]);
204
203
  }), 128))
205
- ], 64)) : (d(!0), y(I, { key: 1 }, K(w.value, (s) => (d(), P(M, {
204
+ ], 64)) : (d(!0), y($, { key: 1 }, K(w.value, (s) => (d(), P(M, {
206
205
  key: s.value,
207
206
  label: s.label,
208
207
  onClick: (B) => S(s.value)
@@ -215,18 +214,18 @@ const me = { class: "w-full flex flex-col gap-8" }, pe = { class: "flex items-ce
215
214
  oe(e.$slots, "append-right")
216
215
  ]),
217
216
  F.value ? (d(), y("div", ke, [
218
- m(p(ie), {
217
+ m(p(ve), {
219
218
  ref_key: "filterRef",
220
219
  ref: R,
221
220
  attributes: o.value,
222
221
  modelValue: c.value,
223
222
  "onUpdate:modelValue": l[2] || (l[2] = (s) => c.value = s)
224
223
  }, null, 8, ["attributes", "modelValue"])
225
- ])) : $("", !0)
224
+ ])) : E("", !0)
226
225
  ]);
227
226
  };
228
227
  }
229
228
  });
230
229
  export {
231
- Re as default
230
+ Oe as default
232
231
  };