@feedmepos/mf-report 5.23.8 → 5.23.9-beta.0
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-CutfMmAb.js → App-DCBB7mNX.js} +61 -61
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-CpV0wkhL.js → BaseDialog.vue_vue_type_script_setup_true_lang-rcMb9Qlk.js} +19 -9
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-BuW4FTY2.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-HVLqbZxB.js} +1 -1
- package/dist/{Default.vue_vue_type_script_setup_true_lang-B23Q_BCd.js → Default.vue_vue_type_script_setup_true_lang-7U4ZfG61.js} +1 -1
- package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-DwTI3NLV.js → FilterSelector.vue_vue_type_script_setup_true_lang-D1f7E73m.js} +390 -390
- package/dist/{InsightView-C0FMVct3.js → InsightView-CzrIJERT.js} +4 -4
- package/dist/{Integration-C_OXu0kD.js → Integration-D1Hq9pNR.js} +3 -3
- package/dist/{Integrations-C7Fhc287.js → Integrations-DjbP0Iaa.js} +2 -2
- package/dist/{Layout-DAvtVkq7.js → Layout-C815uK8h.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-B9VRnwHN.js → MenuTab.vue_vue_type_script_setup_true_lang-bZiM_nO7.js} +5 -5
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-C8pYhwMf.js → NavigationTab.vue_vue_type_script_setup_true_lang-dx3zsU65.js} +3 -3
- package/dist/{OverviewView-CZTeHw2W.js → OverviewView-D6jc2V7S.js} +4 -4
- package/dist/{Report-CiK4sbAo.js → Report-Ci-XLL39.js} +3 -3
- package/dist/{ReportEditor-t68q9HyT.js → ReportEditor-D__qWI8C.js} +4 -4
- package/dist/{ReportView-B_teuay7.js → ReportView-Dblelh3x.js} +6 -6
- package/dist/{Setting-BIIwu18L.js → Setting-DzIyYBIp.js} +3 -3
- package/dist/{TileEditor-CeBF5oiS.js → TileEditor-3pszqZbc.js} +5 -5
- package/dist/{TransitionFade-C5APqw0a.js → TransitionFade-Dp9Hukmz.js} +4 -4
- package/dist/{app-BV4xSC2o.js → app-ChVGzTXe.js} +12 -12
- package/dist/app.js +1 -1
- package/dist/assets/{formatChartData.worker-BDvFT0pw.js → formatChartData.worker-DkfLOO1x.js} +28 -28
- package/dist/assets/{processTableData.worker-CORwAutg.js → processTableData.worker-CC1ehXtr.js} +28 -28
- package/dist/{useRestaurantPermission-BjjtF5AH.js → useRestaurantPermission-CkdP0IQ5.js} +1 -1
- package/package.json +1 -1
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { defineComponent as ue, resolveComponent as H, createBlock as de, openBlock as A, unref as d, isRef as
|
|
2
|
-
import { detectLocale as Q, useCoreStore as
|
|
3
|
-
import { d as u, u as Be, a as
|
|
4
|
-
import { storeToRefs as
|
|
1
|
+
import { defineComponent as ue, resolveComponent as H, createBlock as de, openBlock as A, unref as d, isRef as Ce, withCtx as W, createElementVNode as ne, createVNode as X, toDisplayString as oe, createTextVNode as ke, onMounted as le, watch as E, ref as J, computed as ae, onBeforeMount as Ne, onBeforeUnmount as Te, createElementBlock as K, Fragment as $e } from "vue";
|
|
2
|
+
import { detectLocale as Q, useCoreStore as P } from "@feedmepos/mf-common";
|
|
3
|
+
import { d as u, u as Be, a as re, b as Fe, c as se, e as qe, f as xe, s as Je, t as G } from "./app-ChVGzTXe.js";
|
|
4
|
+
import { storeToRefs as C } from "pinia";
|
|
5
5
|
import { u as Qe, a as Ue } from "./vue-i18n-DVWuTfed.js";
|
|
6
|
-
import { u as
|
|
7
|
-
import { u as Ve, _ as
|
|
6
|
+
import { u as ze, a as je } from "./BaseDialog.vue_vue_type_script_setup_true_lang-rcMb9Qlk.js";
|
|
7
|
+
import { u as Ve, _ as We } from "./NavigationTab.vue_vue_type_script_setup_true_lang-dx3zsU65.js";
|
|
8
8
|
import { u as ie } from "./message-dialog-UoMWOnil.js";
|
|
9
|
-
import { useRoute as
|
|
10
|
-
const
|
|
9
|
+
import { useRoute as Ke, useRouter as Pe } from "vue-router";
|
|
10
|
+
const Ge = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, He = /* @__PURE__ */ ue({
|
|
11
11
|
__name: "Dialog",
|
|
12
12
|
setup(k) {
|
|
13
|
-
const { t: c } = Qe(), p = ie(), { isOpened: g, message: _, title: L } =
|
|
13
|
+
const { t: c } = Qe(), p = ie(), { isOpened: g, message: _, title: L } = C(ie());
|
|
14
14
|
return (O, I) => {
|
|
15
|
-
const
|
|
15
|
+
const N = H("FmButton"), U = H("FmDialog");
|
|
16
16
|
return A(), de(U, {
|
|
17
17
|
modelValue: d(g),
|
|
18
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
18
|
+
"onUpdate:modelValue": I[0] || (I[0] = (z) => Ce(g) ? g.value = z : null),
|
|
19
19
|
overlay: "",
|
|
20
20
|
"close-button": !1
|
|
21
21
|
}, {
|
|
22
|
-
"dialog-header":
|
|
22
|
+
"dialog-header": W(() => [
|
|
23
23
|
ke(oe(d(L)), 1)
|
|
24
24
|
]),
|
|
25
|
-
default:
|
|
26
|
-
ne("p",
|
|
25
|
+
default: W(() => [
|
|
26
|
+
ne("p", Ge, oe(d(_)), 1)
|
|
27
27
|
]),
|
|
28
|
-
"dialog-footer":
|
|
28
|
+
"dialog-footer": W(() => [
|
|
29
29
|
I[1] || (I[1] = ne("div", { class: "grow" }, null, -1)),
|
|
30
|
-
X(
|
|
30
|
+
X(N, {
|
|
31
31
|
label: d(c)("report.common.cancel"),
|
|
32
32
|
variant: "tertiary",
|
|
33
33
|
onClick: d(p).dismiss
|
|
34
34
|
}, null, 8, ["label", "onClick"]),
|
|
35
|
-
X(
|
|
35
|
+
X(N, {
|
|
36
36
|
label: d(c)("report.common.confirm"),
|
|
37
37
|
onClick: d(p).confirm
|
|
38
38
|
}, null, 8, ["label", "onClick"])
|
|
@@ -55,7 +55,7 @@ function Xe() {
|
|
|
55
55
|
};
|
|
56
56
|
return le(() => {
|
|
57
57
|
k(Q());
|
|
58
|
-
}),
|
|
58
|
+
}), E(() => Q(), k, { deep: !0, immediate: !0 }), {
|
|
59
59
|
currentLocale: ce
|
|
60
60
|
};
|
|
61
61
|
}
|
|
@@ -63,8 +63,8 @@ u.locale(Q() === "zh-CN" ? "zh-cn" : "en");
|
|
|
63
63
|
const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
64
64
|
__name: "App",
|
|
65
65
|
setup(k) {
|
|
66
|
-
const { businessId: c, token: p, country: g } =
|
|
67
|
-
|
|
66
|
+
const { businessId: c, token: p, country: g } = C(Be()), { sessionUser: _, currentBusiness: L, currentCountry: O, registerSidebarComponent: I } = P(), { getRestaurantAndWarehouse: N, getBusinessSetting: U, beginBusinessLoad: z, completeBusinessLoad: fe } = re(), { getFeatureFlags: me } = Fe(), { version: v } = C(se()), { getSettings: pe } = qe(), { promptLoader: ge } = Ue(), s = Ke(), j = Pe(), w = ze(), Y = Ve(), r = re(), T = se(), { suppressReportRouteSync: $ } = C(T), { getReports: ve, getOverviewReport: ye, getReportConfig: Se, currentReportId: Z } = w, { currentReportId: De, reports: Ie } = C(w), { getSchema: he } = je(), { fetchSchedules: Re } = Y, { init: _e } = xe(), V = J("v5"), B = J(!1), F = J(!0), Le = ae(() => `https://portal-v1.feedmedev.cc/b/${c.value}/report/CLOSE_UP?showHeader=false&country=${g.value.toUpperCase()}&menuOption=business-report&token=${p.value}&v2=true&reportV5Button=true`), Oe = ae(() => `https://report-v4.feedmedev.cc?businessId=${c.value}&country=${g.value}&token=${p.value}&reportV3Button=true`);
|
|
67
|
+
E(
|
|
68
68
|
[() => L.value, () => _.value, () => O.value],
|
|
69
69
|
() => {
|
|
70
70
|
var e, n;
|
|
@@ -91,13 +91,13 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
91
91
|
console.error(e);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
["v3", "v4"].includes(v.value) ?
|
|
96
|
-
}), Te(() => {
|
|
97
|
-
I(Pe);
|
|
98
|
-
}), le(() => {
|
|
99
|
-
console.log("5.23.8", !0), window.addEventListener("message", M), window.addEventListener("message", ee);
|
|
94
|
+
E(v, () => {
|
|
95
|
+
["v3", "v4"].includes(v.value) ? P().hideSidebarToggle(!0) : P().hideSidebarToggle(!1);
|
|
100
96
|
}), Ne(() => {
|
|
97
|
+
I(We);
|
|
98
|
+
}), le(() => {
|
|
99
|
+
console.log("5.23.9-beta.0", !0), window.addEventListener("message", M), window.addEventListener("message", ee);
|
|
100
|
+
}), Te(() => {
|
|
101
101
|
window.removeEventListener("message", M), window.removeEventListener("message", ee), w.$dispose(), Y.$dispose();
|
|
102
102
|
});
|
|
103
103
|
function we(t) {
|
|
@@ -132,30 +132,30 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
132
132
|
const e = t, n = e.startDate ? u(e.startDate).startOf("day").toISOString() : void 0, o = e.endDate ? u(e.endDate).endOf("day").toISOString() : void 0, l = typeof e.timeStart == "string", i = typeof e.timeEnd == "string", f = q(e.timeStart), y = q(e.timeEnd), m = te(f) ? f : null, x = te(y) ? y : null, b = e.compareStartDate ? u(e.compareStartDate).startOf("day").toISOString() : void 0, S = e.compareEndDate ? u(e.compareEndDate).endOf("day").toISOString() : void 0, h = e.isAllLocation === "true" || e.isAllLocation === void 0;
|
|
133
133
|
let D = [];
|
|
134
134
|
if (h)
|
|
135
|
-
D =
|
|
135
|
+
D = r.selectedLocationIds ?? [];
|
|
136
136
|
else {
|
|
137
|
-
const
|
|
138
|
-
D = Array.isArray(
|
|
137
|
+
const a = q(e.locationIds);
|
|
138
|
+
D = Array.isArray(a) ? a : [];
|
|
139
139
|
}
|
|
140
140
|
let R = e.reportId || Z;
|
|
141
|
-
if (Ie.value.find((
|
|
142
|
-
const
|
|
143
|
-
(
|
|
141
|
+
if (Ie.value.find((a) => a.id === R) || (R = Z), R && R !== w.currentReportId && w.updateCurrentReportId(R), n || o) {
|
|
142
|
+
const a = r.dateRange;
|
|
143
|
+
(a.startDate !== n || a.endDate !== o) && r.setDateRange({ startDate: n, endDate: o });
|
|
144
144
|
}
|
|
145
145
|
if (l || i) {
|
|
146
|
-
const
|
|
147
|
-
(
|
|
146
|
+
const a = r.timeRange;
|
|
147
|
+
(a.start !== m || a.end !== x) && r.setTimeRange({ start: m, end: x });
|
|
148
148
|
}
|
|
149
149
|
if (b || S) {
|
|
150
|
-
const
|
|
151
|
-
(
|
|
150
|
+
const a = r.compareDateRange;
|
|
151
|
+
(a.startDate !== b || a.endDate !== S) && r.setCompareDateRange({
|
|
152
152
|
startDate: b,
|
|
153
153
|
endDate: S
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
if (!h) {
|
|
157
|
-
const
|
|
158
|
-
|
|
157
|
+
const a = r.selectedLocationIds;
|
|
158
|
+
a.length === D.length && a.every((Ae, Ee) => Ae === D[Ee]) || r.setSelectedLocationIds(D);
|
|
159
159
|
}
|
|
160
160
|
return {
|
|
161
161
|
// TODO: this returned value can used for getBusinessSetting
|
|
@@ -170,11 +170,11 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
170
170
|
isAllLocation: e.isAllLocation
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
|
-
return
|
|
173
|
+
return E(
|
|
174
174
|
() => c.value,
|
|
175
175
|
async (t, e) => {
|
|
176
176
|
if (t !== "") {
|
|
177
|
-
B.value = !1,
|
|
177
|
+
B.value = !1, z(t);
|
|
178
178
|
const n = "mf-report-prev-business-id", o = (() => {
|
|
179
179
|
try {
|
|
180
180
|
return sessionStorage.getItem(n);
|
|
@@ -184,12 +184,12 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
184
184
|
})(), l = !!o && o !== t;
|
|
185
185
|
let i = { ...s.query }, f = !1;
|
|
186
186
|
if (!F.value || e !== void 0 || l) {
|
|
187
|
-
|
|
187
|
+
r.setSelectedLocationIds([]);
|
|
188
188
|
const { locationIds: y, ...m } = s.query;
|
|
189
189
|
i = {
|
|
190
190
|
...m,
|
|
191
191
|
isAllLocation: "true"
|
|
192
|
-
}, f = !0, await
|
|
192
|
+
}, f = !0, await j.replace({
|
|
193
193
|
name: s.name,
|
|
194
194
|
params: s.params,
|
|
195
195
|
query: i
|
|
@@ -197,24 +197,24 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
197
197
|
}
|
|
198
198
|
$.value !== void 0 && ($.value = !0), await ge(async () => {
|
|
199
199
|
await _e({
|
|
200
|
-
apiKey: "
|
|
200
|
+
apiKey: "MaGoXrEWuEJNpWgKTqseee",
|
|
201
201
|
url: "https://flag.feedme.farm/api/v1/",
|
|
202
202
|
enableAnalytics: !1,
|
|
203
203
|
cacheFlags: !1
|
|
204
204
|
});
|
|
205
205
|
const y = await Se();
|
|
206
206
|
V.value = y.version, v.value = V.value, await me();
|
|
207
|
-
const m =
|
|
208
|
-
|
|
209
|
-
), x =
|
|
210
|
-
|
|
211
|
-
), b =
|
|
212
|
-
|
|
207
|
+
const m = T.canAccess(
|
|
208
|
+
G.report_accessOverview
|
|
209
|
+
), x = T.canAccess(
|
|
210
|
+
G.report_accessSetting
|
|
211
|
+
), b = T.canAccess(
|
|
212
|
+
G.report_accessIntegration
|
|
213
213
|
), S = [
|
|
214
214
|
he(),
|
|
215
215
|
Re(),
|
|
216
216
|
ve(),
|
|
217
|
-
|
|
217
|
+
N(
|
|
218
218
|
(() => {
|
|
219
219
|
const h = q(i.locationIds);
|
|
220
220
|
return Array.isArray(h) ? h : void 0;
|
|
@@ -223,7 +223,7 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
223
223
|
];
|
|
224
224
|
if (m && S.push(ye()), b && S.push(pe()), await Promise.all(S), x && await U(), be(i), f) {
|
|
225
225
|
const { locationIds: h, ...D } = s.query;
|
|
226
|
-
(s.query.locationIds !== void 0 || s.query.isAllLocation !== "true") && await
|
|
226
|
+
(s.query.locationIds !== void 0 || s.query.isAllLocation !== "true") && await j.replace({
|
|
227
227
|
name: s.name,
|
|
228
228
|
params: s.params,
|
|
229
229
|
query: {
|
|
@@ -243,13 +243,13 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
243
243
|
{
|
|
244
244
|
immediate: !0
|
|
245
245
|
}
|
|
246
|
-
),
|
|
246
|
+
), E(
|
|
247
247
|
() => (B.value, {
|
|
248
248
|
reportId: De.value,
|
|
249
|
-
selectedLocationIds:
|
|
250
|
-
dateRange:
|
|
251
|
-
timeRange:
|
|
252
|
-
compareDateRange:
|
|
249
|
+
selectedLocationIds: r.selectedLocationIds,
|
|
250
|
+
dateRange: r.dateRange,
|
|
251
|
+
timeRange: r.timeRange,
|
|
252
|
+
compareDateRange: r.compareDateRange
|
|
253
253
|
}),
|
|
254
254
|
(t) => {
|
|
255
255
|
if (!B.value || !t.reportId || F.value) return;
|
|
@@ -266,10 +266,10 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
266
266
|
compareEndDate: l.endDate ? u(l.endDate).endOf("day").toISOString() : void 0,
|
|
267
267
|
timeStart: o.start ? JSON.stringify(o.start) : void 0,
|
|
268
268
|
timeEnd: o.end ? JSON.stringify(o.end) : void 0
|
|
269
|
-
}, f = e.length ===
|
|
269
|
+
}, f = e.length === r.locations.length;
|
|
270
270
|
i.isAllLocation = String(f), f ? delete i.locationIds : e.length > 0 ? i.locationIds = JSON.stringify(e) : delete i.locationIds;
|
|
271
271
|
const y = JSON.stringify(s.query), m = JSON.stringify(i);
|
|
272
|
-
y !== m &&
|
|
272
|
+
y !== m && j.replace({
|
|
273
273
|
name: s.name,
|
|
274
274
|
params: s.params,
|
|
275
275
|
query: i
|
|
@@ -278,13 +278,13 @@ const Ye = ["src"], Ze = ["src"], lt = /* @__PURE__ */ ue({
|
|
|
278
278
|
{ deep: !0 }
|
|
279
279
|
), Xe(), (t, e) => {
|
|
280
280
|
const n = H("router-view");
|
|
281
|
-
return A(),
|
|
281
|
+
return A(), K($e, null, [
|
|
282
282
|
X(He),
|
|
283
|
-
d(v) === "v3" ? (A(),
|
|
283
|
+
d(v) === "v3" ? (A(), K("iframe", {
|
|
284
284
|
key: 0,
|
|
285
285
|
class: "bg-white h-full w-full",
|
|
286
286
|
src: Le.value
|
|
287
|
-
}, null, 8, Ye)) : d(v) === "v4" ? (A(),
|
|
287
|
+
}, null, 8, Ye)) : d(v) === "v4" ? (A(), K("iframe", {
|
|
288
288
|
key: 1,
|
|
289
289
|
class: "bg-white h-full w-full",
|
|
290
290
|
src: Oe.value
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as kr, n as Ur, u as C0, F as W0, x as I0, B as Qr, a as ee, b as Yr, w as Gr, g as Vr, d as v0, c as Bt, r as Ve } from "./app-
|
|
1
|
+
import { A as kr, n as Ur, u as C0, F as W0, x as I0, B as Qr, a as ee, b as Yr, w as Gr, g as Vr, d as v0, c as Bt, r as Ve } from "./app-ChVGzTXe.js";
|
|
2
2
|
import { storeToRefs as T0, defineStore as $e } from "pinia";
|
|
3
3
|
import { ref as h0, computed as L1, watch as je, defineComponent as Nt, mergeModels as de, useModel as Je, resolveComponent as p1, createElementBlock as Fe, openBlock as Q1, createVNode as X0, withCtx as h1, createElementVNode as o1, createCommentVNode as jr, Fragment as qt, renderList as Kr, createBlock as xt, createTextVNode as wt, withDirectives as Zr, toDisplayString as g1, unref as x0, vShow as en, renderSlot as tn } from "vue";
|
|
4
4
|
import { useSnackbar as vt } from "@feedmepos/ui-library";
|
|
5
5
|
import { u as rn } from "./vue-i18n-DVWuTfed.js";
|
|
6
6
|
import { useCoreStore as nn, detectLocale as S1 } from "@feedmepos/mf-common";
|
|
7
|
-
import { c as on, a as an } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { c as on, a as an } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-HVLqbZxB.js";
|
|
8
8
|
function Pt(M) {
|
|
9
9
|
throw new Error('Could not dynamically require "' + M + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
10
10
|
}
|
|
@@ -14311,7 +14311,7 @@ var sn = un, Ht = {};
|
|
|
14311
14311
|
}
|
|
14312
14312
|
},
|
|
14313
14313
|
DataTypeExtension__formatTime(e, n, o) {
|
|
14314
|
-
var a, u, s, l, c, d, b, z, D, q, m;
|
|
14314
|
+
var a, u, s, l, c, d, b, z, D, q, m, g;
|
|
14315
14315
|
switch (n) {
|
|
14316
14316
|
case A.TIME_FORMATTER_0:
|
|
14317
14317
|
case A.FORMATTER_TYPE_0:
|
|
@@ -14344,7 +14344,7 @@ var sn = un, Ht = {};
|
|
|
14344
14344
|
a = 0, u = !0, s = !1;
|
|
14345
14345
|
break;
|
|
14346
14346
|
}
|
|
14347
|
-
return
|
|
14347
|
+
return s ? (l = A.JSInt_methods._tdivFast$1(A.JSNumber_methods.floor$0(a), 60), "" + A.JSInt_methods._tdivFast$1(l, 60) + "h" + A.JSString_methods.padLeft$2(A.JSInt_methods.toString$0(A.JSInt_methods.$mod(l, 60)), 2, "0") + "m") : (c = A.JSNumber_methods.round$0(a), d = A.JSInt_methods._tdivFast$1(A.JSInt_methods.$mod(c, 3600), 60), b = A.JSInt_methods.$mod(c, 60), z = r.JSArray_int, D = r.MappedListIterable_int_String, u ? (q = A.JSNumber_methods.floor$0(a / 86400), m = new i.MappedListIterable(i._setArrayType([A.JSNumber_methods.floor$0(A.JSNumber_methods.$mod(a, 86400) / 3600), d, b], z), new i.DataTypeExtension__formatTime_closure(), D).join$1(0, ":"), q > 0 ? (z = q > 1 ? "s" : "", g = "" + q + " day" + z + " ") : g = "", g + m) : new i.MappedListIterable(i._setArrayType([A.JSNumber_methods.floor$0(a / 3600), d, b], z), new i.DataTypeExtension__formatTime_closure0(), D).join$1(0, ":"));
|
|
14348
14348
|
},
|
|
14349
14349
|
DataTypeExtension__toDisplay(e, n, o, a, u, s, l, c, d, b) {
|
|
14350
14350
|
var z, D, q, m, g;
|
|
@@ -23963,7 +23963,11 @@ function Eu(M) {
|
|
|
23963
23963
|
const K = new Array(Q.length).fill(0);
|
|
23964
23964
|
for (const l0 of R.rows) {
|
|
23965
23965
|
if (l0.isRollup) continue;
|
|
23966
|
-
const D0 = w ? w0(
|
|
23966
|
+
const D0 = w ? w0(
|
|
23967
|
+
l0.value[w.id] ?? null,
|
|
23968
|
+
w,
|
|
23969
|
+
h
|
|
23970
|
+
) : "", b0 = V.get(D0);
|
|
23967
23971
|
b0 != null && (K[b0] = w1(l0.value[t0.id]));
|
|
23968
23972
|
}
|
|
23969
23973
|
k.push({
|
|
@@ -23981,7 +23985,11 @@ function Eu(M) {
|
|
|
23981
23985
|
const D0 = new Array(Q.length).fill(0);
|
|
23982
23986
|
for (const b0 of t0.rows) {
|
|
23983
23987
|
if (b0.isRollup) continue;
|
|
23984
|
-
const e0 = w ? w0(
|
|
23988
|
+
const e0 = w ? w0(
|
|
23989
|
+
b0.value[w.id] ?? null,
|
|
23990
|
+
w,
|
|
23991
|
+
h
|
|
23992
|
+
) : "", n0 = V.get(e0);
|
|
23985
23993
|
n0 != null && (D0[n0] = w1(b0.value[l0.id]));
|
|
23986
23994
|
}
|
|
23987
23995
|
k.push({
|
|
@@ -24127,7 +24135,7 @@ function Iu(M, _) {
|
|
|
24127
24135
|
function Fu(M, _) {
|
|
24128
24136
|
if (!_ || _.length === 0) return "0";
|
|
24129
24137
|
const f = _[_.length - 1];
|
|
24130
|
-
let y = Math.
|
|
24138
|
+
let y = Math.floor(M / _e[f]) * _e[f];
|
|
24131
24139
|
return _.map((h, R) => {
|
|
24132
24140
|
const N = _e[h], v = Math.floor(y / N);
|
|
24133
24141
|
return y -= v * N, `${R === 0 ? String(v) : String(v).padStart(2, "0")}${Lu[h]}`;
|
|
@@ -24248,7 +24256,9 @@ function Ct(M, _) {
|
|
|
24248
24256
|
return (Math.round(M * f) / f).toFixed(_);
|
|
24249
24257
|
}
|
|
24250
24258
|
function wu(M, _, f) {
|
|
24251
|
-
const $ = f.filter(
|
|
24259
|
+
const $ = f.filter(
|
|
24260
|
+
(y) => y.fieldType === "DIMENSION"
|
|
24261
|
+
);
|
|
24252
24262
|
return _.find((y) => M.isRollup !== y.isRollup ? !1 : $.every(
|
|
24253
24263
|
(h) => M.value[h.id] === y.value[h.id]
|
|
24254
24264
|
));
|
|
@@ -24559,7 +24569,7 @@ const ps = "mf-reportreport-store", Le = $e(ps, () => {
|
|
|
24559
24569
|
};
|
|
24560
24570
|
});
|
|
24561
24571
|
var xr = /* @__PURE__ */ ((M) => (M.generating = "GENERATING", M.completed = "COMPLETED", M.failed = "FAILED", M.canceled = "CANCELLED", M))(xr || {});
|
|
24562
|
-
const Ms = "/assets/formatChartData.worker-
|
|
24572
|
+
const Ms = "/assets/formatChartData.worker-DkfLOO1x.js", Pe = /* @__PURE__ */ new Map();
|
|
24563
24573
|
function Wt(M) {
|
|
24564
24574
|
return new Worker(M, { type: "module" });
|
|
24565
24575
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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 x, createElementBlock as U, unref as f, createVNode as O } from "vue";
|
|
2
|
-
import { d as r, a as W, a0 as q, C as G } from "./app-
|
|
2
|
+
import { d as r, a as W, a0 as q, C as G } from "./app-ChVGzTXe.js";
|
|
3
3
|
import { detectLocale as E } from "@feedmepos/mf-common";
|
|
4
4
|
import { u as H } from "./vue-i18n-DVWuTfed.js";
|
|
5
5
|
import { storeToRefs as K } from "pinia";
|
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
2
|
+
import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-dx3zsU65.js";
|
|
3
3
|
import { useBreakpoints as b } from "@feedmepos/ui-library";
|
|
4
4
|
import { storeToRefs as C } from "pinia";
|
|
5
5
|
import { u as q, a as w } from "./vue-i18n-DVWuTfed.js";
|