@feedmepos/mf-report 5.18.2-beta.5 → 5.18.2-beta.7
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/App-BUVxeHtS.js +226 -0
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-DLAmjLpT.js → BaseDialog.vue_vue_type_script_setup_true_lang-CosfLSAK.js} +206 -205
- package/dist/{Default.vue_vue_type_script_setup_true_lang-az465cWp.js → Default.vue_vue_type_script_setup_true_lang-B8mqpG-f.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-Cg9Q0Alk.js → DynamicWidget.vue_vue_type_script_setup_true_lang-D1AmPGmI.js} +1 -1
- package/dist/{InsightView-C580gT_F.js → InsightView-2B4zxc6S.js} +2 -2
- package/dist/{Layout-Cg6B3_PB.js → Layout-DH5761CT.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-mevBIWGb.js → MenuTab.vue_vue_type_script_setup_true_lang-103BmSWV.js} +2 -2
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-CbS3wT-Z.js → NavigationTab.vue_vue_type_script_setup_true_lang-BOYdr23L.js} +1 -1
- package/dist/{OverviewView-DPlvHfbM.js → OverviewView-DWhYeQ5V.js} +4 -4
- package/dist/{Report-CYFbRFXI.js → Report-DMCHIIqx.js} +106 -106
- package/dist/{ReportEditor-CDdWFzYL.js → ReportEditor-WH2wUATq.js} +3 -3
- package/dist/{ReportView-vZTFkb70.js → ReportView-Cu2AUgIO.js} +5 -5
- package/dist/{Setting-B31bz7Ok.js → Setting-DL_36mI4.js} +2 -2
- package/dist/{TileEditor-C_hRfM-H.js → TileEditor-BKO4E-sg.js} +3 -3
- package/dist/{TransitionFade-K0ZfP5kz.js → TransitionFade--t2l2y8W.js} +2 -2
- package/dist/app.js +9 -9
- package/package.json +1 -1
- package/dist/App-0zRta0Xy.js +0 -223
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { defineComponent as M, resolveComponent as x, createBlock as ee, openBlock as h, unref as u, isRef as ye, withCtx as F, createElementVNode as G, createVNode as J, toDisplayString as K, createTextVNode as Se, onMounted as te, watch as R, ref as A, computed as P, onBeforeMount as De, onBeforeUnmount as Ie, createElementBlock as $, Fragment as he } from "vue";
|
|
2
|
+
import { detectLocale as C, useCoreStore as B } from "@feedmepos/mf-common";
|
|
3
|
+
import { u as Re, d as i, a as qe, b as H, c as Oe, e as _e, f as we, s as Le, g as be } from "./vue-i18n-Cjs2Btd-.js";
|
|
4
|
+
import { storeToRefs as q } from "pinia";
|
|
5
|
+
import { u as X, a as Ce, b as Ee } from "./BaseDialog.vue_vue_type_script_setup_true_lang-CosfLSAK.js";
|
|
6
|
+
import { _ as ke, u as Ne } from "./NavigationTab.vue_vue_type_script_setup_true_lang-BOYdr23L.js";
|
|
7
|
+
import { u as Y } from "./message-dialog-UoMWOnil.js";
|
|
8
|
+
import { useRoute as Fe, useRouter as $e } from "vue-router";
|
|
9
|
+
const Be = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, xe = /* @__PURE__ */ M({
|
|
10
|
+
__name: "Dialog",
|
|
11
|
+
setup(O) {
|
|
12
|
+
const { t: r } = Re(), f = Y(), { isOpened: c, message: S, title: D } = q(Y());
|
|
13
|
+
return (_, g) => {
|
|
14
|
+
const w = x("FmButton"), E = x("FmDialog");
|
|
15
|
+
return h(), ee(E, {
|
|
16
|
+
modelValue: u(c),
|
|
17
|
+
"onUpdate:modelValue": g[0] || (g[0] = (k) => ye(c) ? c.value = k : null),
|
|
18
|
+
overlay: "",
|
|
19
|
+
"close-button": !1
|
|
20
|
+
}, {
|
|
21
|
+
"dialog-header": F(() => [
|
|
22
|
+
Se(K(u(D)), 1)
|
|
23
|
+
]),
|
|
24
|
+
default: F(() => [
|
|
25
|
+
G("p", Be, K(u(S)), 1)
|
|
26
|
+
]),
|
|
27
|
+
"dialog-footer": F(() => [
|
|
28
|
+
g[1] || (g[1] = G("div", { class: "grow" }, null, -1)),
|
|
29
|
+
J(w, {
|
|
30
|
+
label: u(r)("report.common.cancel"),
|
|
31
|
+
variant: "tertiary",
|
|
32
|
+
onClick: u(f).dismiss
|
|
33
|
+
}, null, 8, ["label", "onClick"]),
|
|
34
|
+
J(w, {
|
|
35
|
+
label: u(r)("report.common.confirm"),
|
|
36
|
+
onClick: u(f).confirm
|
|
37
|
+
}, null, 8, ["label", "onClick"])
|
|
38
|
+
]),
|
|
39
|
+
_: 1
|
|
40
|
+
}, 8, ["modelValue"]);
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
}), Z = A(C());
|
|
44
|
+
function Je() {
|
|
45
|
+
const O = (r) => {
|
|
46
|
+
switch (Z.value = r, r) {
|
|
47
|
+
case "zh-CN":
|
|
48
|
+
i.locale("zh-cn");
|
|
49
|
+
break;
|
|
50
|
+
default:
|
|
51
|
+
i.locale("en");
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
return te(() => {
|
|
56
|
+
O(C());
|
|
57
|
+
}), R(() => C(), O, { deep: !0, immediate: !0 }), {
|
|
58
|
+
currentLocale: Z
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
i.locale(C() === "zh-CN" ? "zh-cn" : "en");
|
|
62
|
+
const Ae = ["src"], Te = ["src"], Ye = /* @__PURE__ */ M({
|
|
63
|
+
__name: "App",
|
|
64
|
+
setup(O) {
|
|
65
|
+
const { businessId: r, token: f, country: c } = q(qe()), { sessionUser: S, currentBusiness: D, currentCountry: _, registerSidebarComponent: g } = B(), { getRestaurantAndWarehouse: w, getBusinessSetting: E } = H(), { getFeatureFlags: k } = Oe(), { version: p } = q(X()), { getSettings: ae } = _e(), { promptLoader: ne } = we(), e = Fe(), T = $e(), re = X(), { suppressReportRouteSync: U } = q(re), oe = P(() => `https://portal-v1.feedmedev.cc/b/${r.value}/report/CLOSE_UP?showHeader=false&country=${c.value.toUpperCase()}&menuOption=business-report&token=${f.value}&v2=true&reportV5Button=true`), se = P(() => `https://report-v4.feedmedev.cc?businessId=${r.value}&country=${c.value}&token=${f.value}&reportV3Button=true`);
|
|
66
|
+
R(
|
|
67
|
+
[() => D.value, () => S.value, () => _.value],
|
|
68
|
+
() => {
|
|
69
|
+
var t, o;
|
|
70
|
+
const a = ((t = D.value) == null ? void 0 : t.id) ?? "";
|
|
71
|
+
D.value && S.value && _.value && (Le(c.value), r.value !== a && (r.value = a), f.value = ((o = S.value) == null ? void 0 : o.token) ?? "", c.value = _.value ?? "", e.query.businessId !== r.value && T.replace({
|
|
72
|
+
name: e.name,
|
|
73
|
+
params: e.params,
|
|
74
|
+
query: { ...e.query, businessId: r.value }
|
|
75
|
+
}));
|
|
76
|
+
},
|
|
77
|
+
{ immediate: !0 }
|
|
78
|
+
);
|
|
79
|
+
function z(a) {
|
|
80
|
+
if (typeof a.data == "string")
|
|
81
|
+
try {
|
|
82
|
+
const t = JSON.parse(a.data);
|
|
83
|
+
(t == null ? void 0 : t.token) !== "" && (t == null ? void 0 : t.token) !== void 0 && (f.value = t.token);
|
|
84
|
+
} catch (t) {
|
|
85
|
+
console.error(t);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
function Q(a) {
|
|
89
|
+
if (typeof a.data == "string")
|
|
90
|
+
try {
|
|
91
|
+
const t = JSON.parse(a.data);
|
|
92
|
+
(t == null ? void 0 : t.v5) === !0 ? p.value = N.value : (t == null ? void 0 : t.v3) === !0 && (p.value = "v3");
|
|
93
|
+
} catch (t) {
|
|
94
|
+
console.error(t);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
R(p, () => {
|
|
98
|
+
["v3", "v4"].includes(p.value) ? B().hideSidebarToggle(!0) : B().hideSidebarToggle(!1);
|
|
99
|
+
}), De(() => {
|
|
100
|
+
g(ke);
|
|
101
|
+
}), te(() => {
|
|
102
|
+
console.log("5.18.2-beta.7", !0), window.addEventListener("message", z), window.addEventListener("message", Q);
|
|
103
|
+
});
|
|
104
|
+
const I = Ce(), V = Ne(), n = H();
|
|
105
|
+
Ie(() => {
|
|
106
|
+
window.removeEventListener("message", z), window.removeEventListener("message", Q), I.$dispose(), V.$dispose();
|
|
107
|
+
});
|
|
108
|
+
const { getReports: ie, getOverviewReport: ue, getReportConfig: j, currentReportId: W } = I, { currentReportId: ce, reports: le } = q(I), { getSchema: de } = Ee(), { fetchSchedules: me } = V, { init: fe } = be(), N = A("v5"), L = A(!1);
|
|
109
|
+
function pe() {
|
|
110
|
+
const a = e.query.startDate ? i(e.query.startDate).startOf("day").toISOString() : void 0, t = e.query.endDate ? i(e.query.endDate).endOf("day").toISOString() : void 0, o = e.query.timeStart ? JSON.parse(e.query.timeStart) : void 0, l = e.query.timeEnd ? JSON.parse(e.query.timeEnd) : void 0, d = e.query.compareStartDate ? i(e.query.compareStartDate).startOf("day").toISOString() : void 0, v = e.query.compareEndDate ? i(e.query.compareEndDate).endOf("day").toISOString() : void 0, b = e.query.isAllLocation === "true";
|
|
111
|
+
let m = [];
|
|
112
|
+
b ? m = n.selectedLocationIds : m = e.query.locationIds ? JSON.parse(e.query.locationIds) : void 0;
|
|
113
|
+
let y = e.query.reportId || W;
|
|
114
|
+
if (le.value.find((s) => s.id === y) || (y = W), y && y !== I.currentReportId && I.updateCurrentReportId(y), a || t) {
|
|
115
|
+
const s = n.dateRange;
|
|
116
|
+
(s.startDate !== a || s.endDate !== t) && n.setDateRange({ startDate: a, endDate: t });
|
|
117
|
+
}
|
|
118
|
+
if (o || l) {
|
|
119
|
+
const s = n.timeRange;
|
|
120
|
+
(s.start !== o || s.end !== l) && n.setTimeRange({ start: o, end: l });
|
|
121
|
+
}
|
|
122
|
+
if (d || v) {
|
|
123
|
+
const s = n.compareDateRange;
|
|
124
|
+
(s.startDate !== d || s.endDate !== v) && n.setCompareDateRange({
|
|
125
|
+
startDate: d,
|
|
126
|
+
endDate: v
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
if (!b && Array.isArray(m)) {
|
|
130
|
+
const s = n.selectedLocationIds;
|
|
131
|
+
s.length === m.length && s.every((ge, ve) => ge === m[ve]) || n.setSelectedLocationIds(m);
|
|
132
|
+
}
|
|
133
|
+
return {
|
|
134
|
+
// TODO: this returned value can used for getBusinessSetting
|
|
135
|
+
reportId: y,
|
|
136
|
+
startDate: e.query.startDate,
|
|
137
|
+
endDate: e.query.endDate,
|
|
138
|
+
timeStart: e.query.timeStart,
|
|
139
|
+
timeEnd: e.query.timeEnd,
|
|
140
|
+
compareStartDate: e.query.compareStartDate,
|
|
141
|
+
compareEndDate: e.query.compareEndDate,
|
|
142
|
+
locationIds: e.query.locationIds,
|
|
143
|
+
isAllLocation: e.query.isAllLocation
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
return R(
|
|
147
|
+
() => r.value,
|
|
148
|
+
async (a) => {
|
|
149
|
+
a !== "" && (L.value = !1, await ne(async () => {
|
|
150
|
+
await fe({
|
|
151
|
+
apiKey: "MaGoXrEWuEJNpWgKTqseee",
|
|
152
|
+
url: "https://flag.feedme.farm/api/v1/",
|
|
153
|
+
enableAnalytics: !1,
|
|
154
|
+
cacheFlags: !1
|
|
155
|
+
});
|
|
156
|
+
const t = await j();
|
|
157
|
+
N.value = t.version, p.value = N.value, await Promise.all([
|
|
158
|
+
k(),
|
|
159
|
+
j(),
|
|
160
|
+
ue(),
|
|
161
|
+
ie(),
|
|
162
|
+
de(),
|
|
163
|
+
me(),
|
|
164
|
+
w(
|
|
165
|
+
e.query.locationIds ? JSON.parse(e.query.locationIds) : null
|
|
166
|
+
),
|
|
167
|
+
ae()
|
|
168
|
+
]), await E(), pe();
|
|
169
|
+
}), L.value = !0);
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
immediate: !0
|
|
173
|
+
}
|
|
174
|
+
), R(
|
|
175
|
+
() => (L.value, {
|
|
176
|
+
reportId: ce.value,
|
|
177
|
+
selectedLocationIds: n.selectedLocationIds,
|
|
178
|
+
dateRange: n.dateRange,
|
|
179
|
+
timeRange: n.timeRange,
|
|
180
|
+
compareDateRange: n.compareDateRange
|
|
181
|
+
}),
|
|
182
|
+
(a) => {
|
|
183
|
+
if (!L.value || !a.reportId) return;
|
|
184
|
+
if (U.value) {
|
|
185
|
+
U.value = !1;
|
|
186
|
+
return;
|
|
187
|
+
}
|
|
188
|
+
const t = a.selectedLocationIds, o = a.dateRange, l = a.timeRange, d = a.compareDateRange, v = {
|
|
189
|
+
...e.query,
|
|
190
|
+
reportId: a.reportId,
|
|
191
|
+
startDate: o.startDate ? i(o.startDate).startOf("day").toISOString() : void 0,
|
|
192
|
+
endDate: o.endDate ? i(o.endDate).endOf("day").toISOString() : void 0,
|
|
193
|
+
compareStartDate: d.startDate ? i(d.startDate).startOf("day").toISOString() : void 0,
|
|
194
|
+
compareEndDate: d.endDate ? i(d.endDate).endOf("day").toISOString() : void 0,
|
|
195
|
+
timeStart: l.start ? JSON.stringify(l.start) : void 0,
|
|
196
|
+
timeEnd: l.end ? JSON.stringify(l.end) : void 0,
|
|
197
|
+
locationIds: t.length === n.locations.length ? null : t.length > 0 ? JSON.stringify(t) : void 0,
|
|
198
|
+
isAllLocation: String(t.length === n.locations.length)
|
|
199
|
+
}, b = JSON.stringify(e.query), m = JSON.stringify(v);
|
|
200
|
+
b !== m && T.replace({
|
|
201
|
+
name: e.name,
|
|
202
|
+
params: e.params,
|
|
203
|
+
query: v
|
|
204
|
+
});
|
|
205
|
+
},
|
|
206
|
+
{ deep: !0 }
|
|
207
|
+
), Je(), (a, t) => {
|
|
208
|
+
const o = x("router-view");
|
|
209
|
+
return h(), $(he, null, [
|
|
210
|
+
J(xe),
|
|
211
|
+
u(p) === "v3" ? (h(), $("iframe", {
|
|
212
|
+
key: 0,
|
|
213
|
+
class: "bg-white h-full w-full",
|
|
214
|
+
src: oe.value
|
|
215
|
+
}, null, 8, Ae)) : u(p) === "v4" ? (h(), $("iframe", {
|
|
216
|
+
key: 1,
|
|
217
|
+
class: "bg-white h-full w-full",
|
|
218
|
+
src: se.value
|
|
219
|
+
}, null, 8, Te)) : (h(), ee(o, { key: 2 }))
|
|
220
|
+
], 64);
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
});
|
|
224
|
+
export {
|
|
225
|
+
Ye as default
|
|
226
|
+
};
|