@feedmepos/mf-report 5.21.52 → 5.21.53

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 (25) hide show
  1. package/dist/App-BLiH3wg6.js +264 -0
  2. package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-DFlkSJLI.js → BaseDialog.vue_vue_type_script_setup_true_lang-qq0k5nc_.js} +3 -3
  3. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DxJc-50q.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-C-bHp1Tn.js} +2 -2
  4. package/dist/{Default.vue_vue_type_script_setup_true_lang-CLslm1x5.js → Default.vue_vue_type_script_setup_true_lang-D6O3T4Yk.js} +2 -2
  5. package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-B8bj4fQl.js → FilterSelector.vue_vue_type_script_setup_true_lang-CRlb0YZ_.js} +6 -6
  6. package/dist/{InsightView-Dfo7LPdG.js → InsightView-GpHX3Nuk.js} +6 -6
  7. package/dist/{Integration-BawLTYMp.js → Integration-38nz0_Kp.js} +3 -3
  8. package/dist/{Integrations-C0HdxS5F.js → Integrations-Cn5Wm1hE.js} +3 -3
  9. package/dist/{Layout-D34zWVTU.js → Layout-CpBZp2ZS.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-BJ4ON2MS.js → MenuTab.vue_vue_type_script_setup_true_lang-DuiEnsah.js} +5 -5
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-Dm_LyTLZ.js → NavigationTab.vue_vue_type_script_setup_true_lang-BDJsDeT8.js} +5 -5
  12. package/dist/{NoData.vue_vue_type_script_setup_true_lang-waXVi8qR.js → NoData.vue_vue_type_script_setup_true_lang-EfecdtWx.js} +1 -1
  13. package/dist/{OverviewView-jiNyqYwU.js → OverviewView-BVKRxLMW.js} +5 -5
  14. package/dist/{Report-cHae6sDD.js → Report-BdTmuzSl.js} +4 -4
  15. package/dist/{ReportEditor-C_btTfj9.js → ReportEditor-ClrZBUFu.js} +6 -6
  16. package/dist/{ReportView-C4A7TvYJ.js → ReportView-DXIlo-jF.js} +8 -8
  17. package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-C8mqcY7h.js → SelectComponent.vue_vue_type_script_setup_true_lang-IRZxK8ik.js} +1 -1
  18. package/dist/{Setting-DeY-Rjxm.js → Setting-BdTz5Ruq.js} +5 -5
  19. package/dist/{TileEditor-N4M1p-2s.js → TileEditor-8-RMSVYD.js} +8 -8
  20. package/dist/{TransitionFade-D5oXquXs.js → TransitionFade-cPcXzD3t.js} +6 -6
  21. package/dist/{app-CYHl_Piw.js → app-C0tuxZrY.js} +11 -11
  22. package/dist/app.js +1 -1
  23. package/dist/{vue-i18n-D0vp_ESn.js → vue-i18n-Bi6OO_K8.js} +1 -1
  24. package/package.json +1 -1
  25. package/dist/App-ChMlyMTI.js +0 -279
@@ -0,0 +1,264 @@
1
+ import { defineComponent as se, resolveComponent as Q, createBlock as ie, openBlock as b, unref as u, isRef as Oe, withCtx as U, createElementVNode as M, createVNode as V, toDisplayString as ee, createTextVNode as we, onMounted as ce, watch as q, ref as B, computed as te, onBeforeMount as Ce, onBeforeUnmount as Ee, createElementBlock as j, Fragment as ke } from "vue";
2
+ import { detectLocale as N, useCoreStore as z } from "@feedmepos/mf-common";
3
+ import { u as Ae, a as Be, b as ne, c as Ne, d as Te, e as Fe, f as $e, s as xe } from "./vue-i18n-Bi6OO_K8.js";
4
+ import { storeToRefs as L } from "pinia";
5
+ import { u as re, a as Je, b as Ue } from "./BaseDialog.vue_vue_type_script_setup_true_lang-qq0k5nc_.js";
6
+ import { u as je, _ as ze } from "./NavigationTab.vue_vue_type_script_setup_true_lang-BDJsDeT8.js";
7
+ import { u as oe } from "./message-dialog-UoMWOnil.js";
8
+ import { d as c } from "./app-C0tuxZrY.js";
9
+ import { useRoute as Qe, useRouter as Ve } from "vue-router";
10
+ const Pe = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, We = /* @__PURE__ */ se({
11
+ __name: "Dialog",
12
+ setup(_) {
13
+ const { t: i } = Ae(), d = oe(), { isOpened: l, message: v, title: S } = L(oe());
14
+ return (D, p) => {
15
+ const O = Q("FmButton"), T = Q("FmDialog");
16
+ return b(), ie(T, {
17
+ modelValue: u(l),
18
+ "onUpdate:modelValue": p[0] || (p[0] = (F) => Oe(l) ? l.value = F : null),
19
+ overlay: "",
20
+ "close-button": !1
21
+ }, {
22
+ "dialog-header": U(() => [
23
+ we(ee(u(S)), 1)
24
+ ]),
25
+ default: U(() => [
26
+ M("p", Pe, ee(u(v)), 1)
27
+ ]),
28
+ "dialog-footer": U(() => [
29
+ p[1] || (p[1] = M("div", { class: "grow" }, null, -1)),
30
+ V(O, {
31
+ label: u(i)("report.common.cancel"),
32
+ variant: "tertiary",
33
+ onClick: u(d).dismiss
34
+ }, null, 8, ["label", "onClick"]),
35
+ V(O, {
36
+ label: u(i)("report.common.confirm"),
37
+ onClick: u(d).confirm
38
+ }, null, 8, ["label", "onClick"])
39
+ ]),
40
+ _: 1
41
+ }, 8, ["modelValue"]);
42
+ };
43
+ }
44
+ }), ae = B(N());
45
+ function Ge() {
46
+ const _ = (i) => {
47
+ switch (ae.value = i, i) {
48
+ case "zh-CN":
49
+ c.locale("zh-cn");
50
+ break;
51
+ default:
52
+ c.locale("en");
53
+ break;
54
+ }
55
+ };
56
+ return ce(() => {
57
+ _(N());
58
+ }), q(() => N(), _, { deep: !0, immediate: !0 }), {
59
+ currentLocale: ae
60
+ };
61
+ }
62
+ c.locale(N() === "zh-CN" ? "zh-cn" : "en");
63
+ const He = ["src"], Ke = ["src"], ct = /* @__PURE__ */ se({
64
+ __name: "App",
65
+ setup(_) {
66
+ const { businessId: i, token: d, country: l } = L(Be()), { sessionUser: v, currentBusiness: S, currentCountry: D, registerSidebarComponent: p } = z(), { getRestaurantAndWarehouse: O, getBusinessSetting: T, beginBusinessLoad: F, completeBusinessLoad: ue } = ne(), { getFeatureFlags: de } = Ne(), { version: f } = L(re()), { getSettings: le } = Te(), { promptLoader: fe } = Fe(), n = Qe(), P = Ve(), h = Je(), W = je(), r = ne(), me = re(), { suppressReportRouteSync: w } = L(me), { getReports: pe, getOverviewReport: ge, getReportConfig: G, currentReportId: H } = h, { currentReportId: ye, reports: ve } = L(h), { getSchema: Se } = Ue(), { fetchSchedules: De } = W, { init: he } = $e(), $ = B("v5"), C = B(!1), I = B(!0), Ie = te(() => `https://portal-v1.feedme.cc/b/${i.value}/report/CLOSE_UP?showHeader=false&country=${l.value.toUpperCase()}&menuOption=business-report&token=${d.value}&v2=true&reportV5Button=true`), Re = te(() => `https://report-v4.feedme.cc?businessId=${i.value}&country=${l.value}&token=${d.value}&reportV3Button=true`);
67
+ q(
68
+ [() => S.value, () => v.value, () => D.value],
69
+ () => {
70
+ var t, a;
71
+ const e = ((t = S.value) == null ? void 0 : t.id) ?? "";
72
+ S.value && v.value && D.value && (xe(D.value), i.value !== e && (i.value = e), d.value = ((a = v.value) == null ? void 0 : a.token) ?? "", l.value = D.value ?? "");
73
+ },
74
+ { immediate: !0 }
75
+ );
76
+ function K(e) {
77
+ if (typeof e.data == "string")
78
+ try {
79
+ const t = JSON.parse(e.data);
80
+ (t == null ? void 0 : t.token) !== "" && (t == null ? void 0 : t.token) !== void 0 && (d.value = t.token);
81
+ } catch (t) {
82
+ console.error(t);
83
+ }
84
+ }
85
+ function X(e) {
86
+ if (typeof e.data == "string")
87
+ try {
88
+ const t = JSON.parse(e.data);
89
+ (t == null ? void 0 : t.v5) === !0 ? f.value = $.value : (t == null ? void 0 : t.v3) === !0 && (f.value = "v3");
90
+ } catch (t) {
91
+ console.error(t);
92
+ }
93
+ }
94
+ q(f, () => {
95
+ ["v3", "v4"].includes(f.value) ? z().hideSidebarToggle(!0) : z().hideSidebarToggle(!1);
96
+ }), Ce(() => {
97
+ p(ze);
98
+ }), ce(() => {
99
+ console.log("5.21.53", !0), window.addEventListener("message", K), window.addEventListener("message", X);
100
+ }), Ee(() => {
101
+ window.removeEventListener("message", K), window.removeEventListener("message", X), h.$dispose(), W.$dispose();
102
+ });
103
+ function be(e) {
104
+ try {
105
+ return decodeURIComponent(e);
106
+ } catch {
107
+ return e;
108
+ }
109
+ }
110
+ function E(e) {
111
+ if (typeof e != "string" || e.length === 0) return;
112
+ const t = e.includes("%") ? [e, be(e)] : [e];
113
+ for (const a of t)
114
+ try {
115
+ const s = JSON.parse(a);
116
+ if (typeof s == "string")
117
+ try {
118
+ return JSON.parse(s);
119
+ } catch {
120
+ return s;
121
+ }
122
+ return s;
123
+ } catch {
124
+ }
125
+ }
126
+ function Y(e) {
127
+ if (!e || typeof e != "object") return !1;
128
+ const t = e;
129
+ return typeof t.hour == "number" && typeof t.minute == "number";
130
+ }
131
+ function qe() {
132
+ const e = n.query.startDate ? c(n.query.startDate).startOf("day").toISOString() : void 0, t = n.query.endDate ? c(n.query.endDate).endOf("day").toISOString() : void 0, a = typeof n.query.timeStart == "string", s = typeof n.query.timeEnd == "string", m = E(n.query.timeStart), R = E(n.query.timeEnd), k = Y(m) ? m : null, A = Y(R) ? R : null, x = n.query.compareStartDate ? c(n.query.compareStartDate).startOf("day").toISOString() : void 0, J = n.query.compareEndDate ? c(n.query.compareEndDate).endOf("day").toISOString() : void 0, Z = n.query.isAllLocation === "true" || n.query.isAllLocation === void 0;
133
+ let g = [];
134
+ if (Z)
135
+ g = r.selectedLocationIds;
136
+ else {
137
+ const o = E(n.query.locationIds);
138
+ g = Array.isArray(o) ? o : [];
139
+ }
140
+ let y = n.query.reportId || H;
141
+ if (ve.value.find((o) => o.id === y) || (y = H), y && y !== h.currentReportId && h.updateCurrentReportId(y), e || t) {
142
+ const o = r.dateRange;
143
+ (o.startDate !== e || o.endDate !== t) && r.setDateRange({ startDate: e, endDate: t });
144
+ }
145
+ if (a || s) {
146
+ const o = r.timeRange;
147
+ (o.start !== k || o.end !== A) && r.setTimeRange({ start: k, end: A });
148
+ }
149
+ if (x || J) {
150
+ const o = r.compareDateRange;
151
+ (o.startDate !== x || o.endDate !== J) && r.setCompareDateRange({
152
+ startDate: x,
153
+ endDate: J
154
+ });
155
+ }
156
+ if (!Z && Array.isArray(g)) {
157
+ const o = r.selectedLocationIds;
158
+ o.length === g.length && o.every((Le, _e) => Le === g[_e]) || r.setSelectedLocationIds(g);
159
+ }
160
+ return {
161
+ // TODO: this returned value can used for getBusinessSetting
162
+ reportId: y,
163
+ startDate: n.query.startDate,
164
+ endDate: n.query.endDate,
165
+ timeStart: n.query.timeStart,
166
+ timeEnd: n.query.timeEnd,
167
+ compareStartDate: n.query.compareStartDate,
168
+ compareEndDate: n.query.compareEndDate,
169
+ locationIds: typeof n.query.locationIds == "string" ? n.query.locationIds : void 0,
170
+ isAllLocation: n.query.isAllLocation
171
+ };
172
+ }
173
+ return q(
174
+ () => i.value,
175
+ async (e, t) => {
176
+ e !== "" && (C.value = !1, F(e), console.log("isInitialBusinessWatch.value", I.value), (!I.value || t !== "") && (console.log("[debug 2]: isinitialbusinesswatch", I.value), console.log("[debug 2]: oldBusinessId", t), console.log("[debug 2]: newBusinessId", e), console.log("[debug 2]: resetting locations"), r.setSelectedLocationIds([]), P.replace({
177
+ name: n.name,
178
+ params: n.params,
179
+ query: {
180
+ ...n.query,
181
+ locationIds: void 0,
182
+ isAllLocation: "true"
183
+ }
184
+ })), w.value !== void 0 && (w.value = !0), await fe(async () => {
185
+ await he({
186
+ apiKey: "6GhcttsJ9Rj9cTevcdrpin",
187
+ url: "https://flag.feedme.farm/api/v1/",
188
+ enableAnalytics: !1,
189
+ cacheFlags: !1
190
+ });
191
+ const a = await G();
192
+ $.value = a.version, f.value = $.value, await Promise.all([
193
+ de(),
194
+ G(),
195
+ ge(),
196
+ pe(),
197
+ Se(),
198
+ De(),
199
+ O(
200
+ (() => {
201
+ const s = E(n.query.locationIds);
202
+ return Array.isArray(s) ? s : void 0;
203
+ })()
204
+ ),
205
+ le()
206
+ ]), await T(), qe(), ue(e);
207
+ }), C.value = !0, I.value && (I.value = !1));
208
+ },
209
+ {
210
+ immediate: !0
211
+ }
212
+ ), q(
213
+ () => (C.value, {
214
+ reportId: ye.value,
215
+ selectedLocationIds: r.selectedLocationIds,
216
+ dateRange: r.dateRange,
217
+ timeRange: r.timeRange,
218
+ compareDateRange: r.compareDateRange
219
+ }),
220
+ (e) => {
221
+ if (!C.value || !e.reportId) return;
222
+ if (w.value) {
223
+ w.value = !1;
224
+ return;
225
+ }
226
+ const t = e.selectedLocationIds, a = e.dateRange, s = e.timeRange, m = e.compareDateRange, R = {
227
+ ...n.query,
228
+ reportId: e.reportId,
229
+ startDate: a.startDate ? c(a.startDate).startOf("day").toISOString() : void 0,
230
+ endDate: a.endDate ? c(a.endDate).endOf("day").toISOString() : void 0,
231
+ compareStartDate: m.startDate ? c(m.startDate).startOf("day").toISOString() : void 0,
232
+ compareEndDate: m.endDate ? c(m.endDate).endOf("day").toISOString() : void 0,
233
+ timeStart: s.start ? JSON.stringify(s.start) : void 0,
234
+ timeEnd: s.end ? JSON.stringify(s.end) : void 0,
235
+ locationIds: t.length === r.locations.length ? void 0 : t.length > 0 ? JSON.stringify(t) : void 0,
236
+ isAllLocation: String(t.length === r.locations.length)
237
+ }, k = JSON.stringify(n.query), A = JSON.stringify(R);
238
+ k !== A && P.replace({
239
+ name: n.name,
240
+ params: n.params,
241
+ query: R
242
+ });
243
+ },
244
+ { deep: !0 }
245
+ ), Ge(), (e, t) => {
246
+ const a = Q("router-view");
247
+ return b(), j(ke, null, [
248
+ V(We),
249
+ u(f) === "v3" ? (b(), j("iframe", {
250
+ key: 0,
251
+ class: "bg-white h-full w-full",
252
+ src: Ie.value
253
+ }, null, 8, He)) : u(f) === "v4" ? (b(), j("iframe", {
254
+ key: 1,
255
+ class: "bg-white h-full w-full",
256
+ src: Re.value
257
+ }, null, 8, Ke)) : (b(), ie(a, { key: 2 }))
258
+ ], 64);
259
+ };
260
+ }
261
+ });
262
+ export {
263
+ ct as default
264
+ };
@@ -1,11 +1,11 @@
1
- import { a as m0, F as y0, l as g0, b as k0, c as Ce, k as be, d as Fe, r as K0, u as Ie } from "./vue-i18n-D0vp_ESn.js";
1
+ import { a as m0, F as y0, l as g0, b as k0, c as Ce, k as be, d as Fe, r as K0, u as Ie } from "./vue-i18n-Bi6OO_K8.js";
2
2
  import { storeToRefs as p0, defineStore as B0 } from "pinia";
3
3
  import { ref as s0, computed as C0, watch as U0, h as Me, defineComponent as _e, mergeModels as N0, useModel as z0, resolveComponent as A0, createElementBlock as V0, openBlock as P0, createVNode as h0, withCtx as b0, createElementVNode as E0, createCommentVNode as Re, Fragment as re, renderList as xe, createBlock as De, createTextVNode as de, withDirectives as Le, toDisplayString as T0, unref as $0, vShow as Oe, renderSlot as we } from "vue";
4
4
  import { useSnackbar as ce, components as ve } from "@feedmepos/ui-library";
5
- import { d as S0 } from "./app-CYHl_Piw.js";
5
+ import { d as S0 } from "./app-C0tuxZrY.js";
6
6
  import { useRouter as Pe } from "vue-router";
7
7
  import { detectLocale as F0 } from "@feedmepos/mf-common";
8
- import { c as Be, a as Je } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-DxJc-50q.js";
8
+ import { c as Be, a as Je } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C-bHp1Tn.js";
9
9
  function pe(T) {
10
10
  throw new Error('Could not dynamically require "' + T + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as A, resolveComponent as S, createBlock as p, openBlock as y, withCtx as T, createCommentVNode as R, createElementVNode as M, toDisplayString as j, renderSlot as B, mergeModels as k, useModel as b, ref as C, watch as O, createElementBlock as U, unref as f, createVNode as x } from "vue";
2
- import { u as W, b as q, O as G, C as H } from "./vue-i18n-D0vp_ESn.js";
3
- import { d as r } from "./app-CYHl_Piw.js";
2
+ import { u as W, b as q, O as G, C as H } from "./vue-i18n-Bi6OO_K8.js";
3
+ import { d as r } from "./app-C0tuxZrY.js";
4
4
  import { detectLocale as E } from "@feedmepos/mf-common";
5
5
  import { storeToRefs as K } from "pinia";
6
6
  var v = /* @__PURE__ */ ((e) => (e.Year = "YEAR", e.Month = "MONTH", e.Week = "WEEK", e.Day = "DAY", e))(v || {}), L = /* @__PURE__ */ ((e) => (e.Yesterday = "YESTERDAY", e.Today = "TODAY", e))(L || {});
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as u, computed as p, resolveComponent as f, createElementBlock as s, openBlock as t, normalizeStyle as n, normalizeClass as d, unref as e, createBlock as y, createCommentVNode as _, createVNode as h, createElementVNode as k, toDisplayString as g, renderSlot as x } from "vue";
2
- import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-Dm_LyTLZ.js";
2
+ import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-BDJsDeT8.js";
3
3
  import { useBreakpoints as b } from "@feedmepos/ui-library";
4
4
  import { storeToRefs as C } from "pinia";
5
- import { u as q, e as w } from "./vue-i18n-D0vp_ESn.js";
5
+ import { u as q, e as w } from "./vue-i18n-Bi6OO_K8.js";
6
6
  import { useRoute as B } from "vue-router";
7
7
  const $ = {
8
8
  key: 1,
@@ -1,13 +1,13 @@
1
1
  import { computed as F, defineComponent as _e, mergeModels as We, useModel as De, ref as T, onMounted as Ie, nextTick as Ce, watch as me, resolveComponent as U, createElementBlock as se, openBlock as P, Fragment as xe, renderSlot as Ne, createVNode as G, normalizeStyle as Ve, unref as d, createElementVNode as j, toDisplayString as ke, withCtx as ce, createBlock as fe, createCommentVNode as Te, normalizeClass as Ze, h as ut, renderList as dt, toRaw as Sl, markRaw as kl, createTextVNode as wt, onUnmounted as Xt, resolveDynamicComponent as Tl, withDirectives as _l, vShow as Fl, withModifiers as gt } from "vue";
2
- import { W as N, e as at, f as Ll, S as qe, v as tt, g as Rl, h as yt, i as Gt, q as jt, R as Ke, j as $l, D as $e, c as ye, C as Se, a as zl, b as El, _ as Vl } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DFlkSJLI.js";
3
- import { u as nt, b as lt, a as Rt, h as Dl } from "./vue-i18n-D0vp_ESn.js";
4
- import { d as xt, _ as Al, a as Ml, b as Wl, c as Il } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-DxJc-50q.js";
2
+ import { W as N, e as at, f as Ll, S as qe, v as tt, g as Rl, h as yt, i as Gt, q as jt, R as Ke, j as $l, D as $e, c as ye, C as Se, a as zl, b as El, _ as Vl } from "./BaseDialog.vue_vue_type_script_setup_true_lang-qq0k5nc_.js";
3
+ import { u as nt, b as lt, a as Rt, h as Dl } from "./vue-i18n-Bi6OO_K8.js";
4
+ import { d as xt, _ as Al, a as Ml, b as Wl, c as Il } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C-bHp1Tn.js";
5
5
  import { storeToRefs as ze, defineStore as Kt } from "pinia";
6
6
  import { useBreakpoints as Jt, useSnackbar as $t, components as Nl } from "@feedmepos/ui-library";
7
- import { _ as Pl } from "./SelectComponent.vue_vue_type_script_setup_true_lang-C8mqcY7h.js";
7
+ import { _ as Pl } from "./SelectComponent.vue_vue_type_script_setup_true_lang-IRZxK8ik.js";
8
8
  import { r as Ye } from "./i18n-7InkCBCc.js";
9
- import { _ as Ct } from "./NoData.vue_vue_type_script_setup_true_lang-waXVi8qR.js";
10
- import { d as Je } from "./app-CYHl_Piw.js";
9
+ import { _ as Ct } from "./NoData.vue_vue_type_script_setup_true_lang-EfecdtWx.js";
10
+ import { d as Je } from "./app-C0tuxZrY.js";
11
11
  var St = /* @__PURE__ */ ((e) => (e.line = "LINE", e.bar = "BAR", e))(St || {}), Oe = /* @__PURE__ */ ((e) => (e.top = "TOP", e.bottom = "BOTTOM", e))(Oe || {}), kt = /* @__PURE__ */ ((e) => (e.start = "start", e.center = "center", e.end = "end", e))(kt || {}), Tt = /* @__PURE__ */ ((e) => (e.start = "start", e.center = "center", e.end = "end", e.left = "left", e.right = "right", e.top = "top", e.bottom = "bottom", e))(Tt || {}), _t = /* @__PURE__ */ ((e) => (e.top = "top", e.bottom = "bottom", e))(_t || {}), Ft = /* @__PURE__ */ ((e) => (e.right = "right", e.left = "left", e))(Ft || {}), Lt = /* @__PURE__ */ ((e) => (e.top = "top", e.bottom = "bottom", e.right = "right", e.left = "left", e.chartArea = "chartArea", e))(Lt || {});
12
12
  N.Circular, N.Table, N.BarChart, N.LineChart, N.StackBarChart, N.StackLineChart, N.Scorecard, N.Spacer;
13
13
  const Bl = [
@@ -2,14 +2,14 @@ var Zo = Object.defineProperty;
2
2
  var Jo = (i, t, e) => t in i ? Zo(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
3
  var k = (i, t, e) => Jo(i, typeof t != "symbol" ? t + "" : t, e);
4
4
  import { ref as $t, defineComponent as oe, watch as ri, computed as _t, onMounted as Qo, createElementBlock as U, openBlock as I, createElementVNode as R, renderSlot as Un, toDisplayString as lt, resolveDirective as Xn, createCommentVNode as St, Fragment as Ii, renderList as zi, createBlock as Ht, withDirectives as Ge, resolveDynamicComponent as es, unref as G, withCtx as Yt, createVNode as et, normalizeClass as Ze, resolveComponent as Me, useModel as ta, createTextVNode as ea, isRef as ki, nextTick as ia } from "vue";
5
- import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-CLslm1x5.js";
6
- import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-DxJc-50q.js";
7
- import { a as Kn, q as qn, F as Gn, u as Zn, g as ys, b as oa } from "./vue-i18n-D0vp_ESn.js";
5
+ import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-D6O3T4Yk.js";
6
+ import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C-bHp1Tn.js";
7
+ import { a as Kn, q as qn, F as Gn, u as Zn, g as ys, b as oa } from "./vue-i18n-Bi6OO_K8.js";
8
8
  import { storeToRefs as Jn } from "pinia";
9
- import { d as Bi } from "./app-CYHl_Piw.js";
9
+ import { d as Bi } from "./app-C0tuxZrY.js";
10
10
  import { components as is, useSnackbar as aa } from "@feedmepos/ui-library";
11
- import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-waXVi8qR.js";
12
- import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-Dm_LyTLZ.js";
11
+ import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-EfecdtWx.js";
12
+ import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-BDJsDeT8.js";
13
13
  import { useCoreStore as ha } from "@feedmepos/mf-common";
14
14
  function da({ start: i, end: t }) {
15
15
  return `${Bi(t).format("DD MMM")}, ${Bi(t).format("YYYY")}`;
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as J, mergeModels as $e, useModel as te, computed as q, resolveComponent as D, createElementBlock as U, openBlock as _, createElementVNode as t, createCommentVNode as L, normalizeClass as Ie, Fragment as ke, createBlock as j, withCtx as xe, toDisplayString as C, renderList as De, createVNode as l, unref as d, h as k, normalizeStyle as tt, createTextVNode as ot, ref as z, onUnmounted as Re, watch as Ce, isRef as Te, resolveDynamicComponent as Fe, mergeProps as Ge, onMounted as Qe } from "vue";
2
2
  import { useRouter as be, useRoute as at } from "vue-router";
3
- import { u as oe, I as he, o as lt, t as nt, d as Ve, e as Pe, b as we, A as ve, v as st, j as rt, n as Me, w as je, x as Ke, y as Le, z as ze, B as it, E as dt, G as mt, H as qe, c as Ze, J as pt, K as ut, L as ct, M as ft, N as gt } from "./vue-i18n-D0vp_ESn.js";
3
+ import { u as oe, I as he, o as lt, t as nt, d as Ve, e as Pe, b as we, A as ve, v as st, j as rt, n as Me, w as je, x as Ke, y as Le, z as ze, B as it, E as dt, G as mt, H as qe, c as Ze, J as pt, K as ut, L as ct, M as ft, N as gt } from "./vue-i18n-Bi6OO_K8.js";
4
4
  import { u as Oe } from "./message-dialog-UoMWOnil.js";
5
5
  import { useSnackbar as _e } from "@feedmepos/ui-library";
6
- import { d as Ae } from "./app-CYHl_Piw.js";
6
+ import { d as Ae } from "./app-C0tuxZrY.js";
7
7
  import { storeToRefs as Ee } from "pinia";
8
- import { _ as Be } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-DxJc-50q.js";
8
+ import { _ as Be } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C-bHp1Tn.js";
9
9
  const vt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-between" }, yt = { class: "w-[100%]" }, xt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, bt = { class: "w-[100%] flex flex-row gap-[4px]" }, wt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, _t = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, ht = {
10
10
  key: 0,
11
11
  class: "w-[24px] flex items-center"