@feedmepos/mf-report 5.24.2 → 5.24.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/dist/{App-mqLN8UFM.js → App-CH45KtMi.js} +4 -4
- package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-C3gJtMm-.js +380 -0
- package/dist/{Default.vue_vue_type_script_setup_true_lang-BzVweuOL.js → Default.vue_vue_type_script_setup_true_lang-Duu-LyqL.js} +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-CtV3BEJO.js +4661 -0
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-C731Br2T.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BDXjO_Sp.js} +8299 -7427
- package/dist/{InsightView-ADisfb4R.js → InsightView-BWVD5IIN.js} +5 -5
- package/dist/{Integration-CDqNMoR0.js → Integration-BVN352PX.js} +22 -22
- package/dist/{Integrations-DQIv4LVI.js → Integrations-BUojqghs.js} +13 -12
- package/dist/{Layout-DMSB8Kfu.js → Layout-B5kumbJ0.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-2gpx86l4.js → MenuTab.vue_vue_type_script_setup_true_lang-D1-Jlcbz.js} +26 -27
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DHUUdyp2.js → NavigationTab.vue_vue_type_script_setup_true_lang-DDbNobqI.js} +6342 -6322
- package/dist/{OverviewView-CRg2cFuh.js → OverviewView-DJOcIDmH.js} +5 -5
- package/dist/{Report-BwqcLICQ.js → Report-CuZpyzTW.js} +4 -4
- package/dist/{ReportEditor-DGY3SxpW.js → ReportEditor-B3haFTU6.js} +571 -573
- package/dist/{ReportView-BIY-5Lbi.js → ReportView-4JWtTu3y.js} +16 -17
- package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-Af_Z54a4.js +143 -0
- package/dist/{Setting-CpfDtK_s.js → Setting-Dl8HsHao.js} +4 -4
- package/dist/{TileEditor-D5jwVXhB.js → TileEditor-1hvqccL1.js} +325 -323
- package/dist/{TransitionFade-CC0PpKBo.js → TransitionFade-9A8VZ8Fm.js} +18 -18
- package/dist/{app-CILH73ZA.js → app-CBHDMsDR.js} +2229 -2311
- package/dist/app.js +1 -1
- package/dist/assets/{formatChartData.worker-C3U_CcDO.js → formatChartData.worker-DaLXwMTs.js} +2 -2
- package/dist/assets/{processTableData.worker-D_oiIvNW.js → processTableData.worker-Be0ZD94L.js} +2 -2
- package/dist/style.css +1 -1
- package/dist/{useRestaurantPermission-UJ4KkZq1.js → useRestaurantPermission-CGonMXA-.js} +1 -1
- package/package.json +1 -1
- package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-BYxYhdsf.js +0 -286
- package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-LZyZxm7z.js +0 -5467
- package/dist/NoData.vue_vue_type_script_setup_true_lang-CDKHIlF2.js +0 -38
- package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-Df40itH5.js +0 -110
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ref as B, defineComponent as S, watch as T, computed as _, onMounted as le, createElementBlock as d, openBlock as a, createElementVNode as o, renderSlot as H, toDisplayString as w, resolveDirective as X, createCommentVNode as A, Fragment as z, renderList as P, createBlock as V, withDirectives as M, resolveDynamicComponent as N, unref as m, withCtx as I, createVNode as y, normalizeClass as L, resolveComponent as R, useModel as oe, createTextVNode as ae, isRef as j, nextTick as se } from "vue";
|
|
2
|
-
import { _ as ne } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as ie } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { d as W, u as G, F as O, q as J,
|
|
2
|
+
import { _ as ne } from "./Default.vue_vue_type_script_setup_true_lang-Duu-LyqL.js";
|
|
3
|
+
import { c as Y, _ as ie } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C3gJtMm-.js";
|
|
4
|
+
import { d as W, u as G, F as O, q as J, a as re } from "./app-CBHDMsDR.js";
|
|
5
5
|
import { storeToRefs as K } from "pinia";
|
|
6
6
|
import { C as Q, r as de } from "./chart-DDDh8zNk.js";
|
|
7
7
|
import { components as E, useSnackbar as ce } from "@feedmepos/ui-library";
|
|
8
8
|
import { u as ee } from "./vue-i18n-DVWuTfed.js";
|
|
9
|
-
import { _ as ue } from "./
|
|
10
|
-
import { a as fe, G as me } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { _ as ue } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Af_Z54a4.js";
|
|
10
|
+
import { a as fe, G as me } from "./NavigationTab.vue_vue_type_script_setup_true_lang-DDbNobqI.js";
|
|
11
11
|
import { useCoreStore as ge } from "@feedmepos/mf-common";
|
|
12
12
|
function pe({ start: e, end: t }) {
|
|
13
13
|
return `${W(t).format("DD MMM")}, ${W(t).format("YYYY")}`;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as te, mergeModels as Ve, useModel as ne, computed as Y, resolveComponent as K, createElementBlock as N, openBlock as b, createElementVNode as t, createCommentVNode as B, normalizeClass as We, Fragment as De, createBlock as O, withCtx as ke, toDisplayString as S, renderList as Le, createVNode as l, unref as u, h as V, normalizeStyle as dt, createTextVNode as mt, ref as W, onUnmounted as Oe, watch as Ke, isRef as Me, resolveDynamicComponent as Pe, mergeProps as tt, onMounted as nt } from "vue";
|
|
2
2
|
import { useRouter as Ce, useRoute as ut } from "vue-router";
|
|
3
|
-
import {
|
|
3
|
+
import { B as we, E as et, d as Ie, G as pt, e as Re, a as $e, H as he, J as ct, m as ft, x as Z, A as Be, K as Ye, L as Ne, M as qe, N as ot, O as gt, P as vt, Q as yt, R as at, b as st, S as xt, T as bt, n as wt, I as Ue, U as ht, V as _t, W as Ct } from "./app-CBHDMsDR.js";
|
|
4
4
|
import { u as se, a as ze } from "./vue-i18n-DVWuTfed.js";
|
|
5
5
|
import { u as He } from "./message-dialog-UoMWOnil.js";
|
|
6
6
|
import { useSnackbar as Se } from "@feedmepos/ui-library";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { s as rt, _ as Ge } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-C3gJtMm-.js";
|
|
8
|
+
import { u as je, h as _e } from "./useRestaurantPermission-CGonMXA-.js";
|
|
9
|
+
import { storeToRefs as Qe } from "pinia";
|
|
10
10
|
const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-between" }, $t = { class: "w-[100%]" }, St = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, At = { class: "w-[100%] flex flex-row gap-[4px]" }, Vt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, Dt = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, Kt = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "w-[24px] flex items-center"
|
|
@@ -1287,7 +1287,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
1287
1287
|
header: "Payment Amount",
|
|
1288
1288
|
enableSorting: !1
|
|
1289
1289
|
}
|
|
1290
|
-
], F = ne(g, "modelValue"), D = W(!1), I = Se(), { dateRange: w } =
|
|
1290
|
+
], F = ne(g, "modelValue"), D = W(!1), I = Se(), { dateRange: w } = Qe($e());
|
|
1291
1291
|
Ke(
|
|
1292
1292
|
() => w.value,
|
|
1293
1293
|
async () => {
|
|
@@ -1317,7 +1317,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
1317
1317
|
const R = K("FmButton"), C = K("FmCircularProgress"), f = K("FmTable");
|
|
1318
1318
|
return b(), N("div", zo, [
|
|
1319
1319
|
t("div", Ho, [
|
|
1320
|
-
l(
|
|
1320
|
+
l(Ge, {
|
|
1321
1321
|
"date-range": u(w),
|
|
1322
1322
|
"onUpdate:dateRange": k[0] || (k[0] = (i) => Me(w) ? w.value = i : null),
|
|
1323
1323
|
compare: !1
|
|
@@ -2186,7 +2186,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
2186
2186
|
header: "Payment Amount",
|
|
2187
2187
|
enableSorting: !1
|
|
2188
2188
|
}
|
|
2189
|
-
], D = ne(g, "modelValue"), I = W(!1), w = Se(), { dateRange: x } =
|
|
2189
|
+
], D = ne(g, "modelValue"), I = W(!1), w = Se(), { dateRange: x } = Qe($e());
|
|
2190
2190
|
Ke(
|
|
2191
2191
|
() => x.value,
|
|
2192
2192
|
async () => {
|
|
@@ -2216,7 +2216,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
2216
2216
|
const C = K("FmButton"), f = K("FmCircularProgress"), i = K("FmTable");
|
|
2217
2217
|
return b(), N("div", Ba, [
|
|
2218
2218
|
t("div", Ya, [
|
|
2219
|
-
l(
|
|
2219
|
+
l(Ge, {
|
|
2220
2220
|
"date-range": u(x),
|
|
2221
2221
|
"onUpdate:dateRange": R[0] || (R[0] = (_) => Me(x) ? x.value = _ : null),
|
|
2222
2222
|
compare: !1
|
|
@@ -2804,7 +2804,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
2804
2804
|
header: "Payment Amount",
|
|
2805
2805
|
enableSorting: !1
|
|
2806
2806
|
}
|
|
2807
|
-
], F = ne(g, "modelValue"), D = W(!1), I = Se(), { dateRange: w } =
|
|
2807
|
+
], F = ne(g, "modelValue"), D = W(!1), I = Se(), { dateRange: w } = Qe($e());
|
|
2808
2808
|
Ke(
|
|
2809
2809
|
() => w.value,
|
|
2810
2810
|
async () => {
|
|
@@ -2834,7 +2834,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
2834
2834
|
const R = K("FmButton"), C = K("FmCircularProgress"), f = K("FmTable");
|
|
2835
2835
|
return b(), N("div", Dl, [
|
|
2836
2836
|
t("div", Kl, [
|
|
2837
|
-
l(
|
|
2837
|
+
l(Ge, {
|
|
2838
2838
|
"date-range": u(w),
|
|
2839
2839
|
"onUpdate:dateRange": k[0] || (k[0] = (i) => Me(w) ? w.value = i : null),
|
|
2840
2840
|
compare: !1
|
|
@@ -3630,7 +3630,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
3630
3630
|
header: "Item Amount",
|
|
3631
3631
|
enableSorting: !1
|
|
3632
3632
|
}
|
|
3633
|
-
], I = ne(g, "modelValue"), w = W(!1), x = Se(), { dateRange: c } =
|
|
3633
|
+
], I = ne(g, "modelValue"), w = W(!1), x = Se(), { dateRange: c } = Qe($e());
|
|
3634
3634
|
Ke(
|
|
3635
3635
|
() => c.value,
|
|
3636
3636
|
async () => {
|
|
@@ -3683,7 +3683,7 @@ const kt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-betwe
|
|
|
3683
3683
|
const $ = K("FmButton"), d = K("FmCircularProgress"), s = K("FmTabs"), v = K("FmTable");
|
|
3684
3684
|
return b(), N("div", hn, [
|
|
3685
3685
|
t("div", _n, [
|
|
3686
|
-
l(
|
|
3686
|
+
l(Ge, {
|
|
3687
3687
|
"date-range": u(c),
|
|
3688
3688
|
"onUpdate:dateRange": _[0] || (_[0] = (n) => Me(c) ? c.value = n : null),
|
|
3689
3689
|
compare: !1
|
|
@@ -4541,7 +4541,7 @@ const Fs = [
|
|
|
4541
4541
|
},
|
|
4542
4542
|
emits: ["update:modelValue"],
|
|
4543
4543
|
setup(g) {
|
|
4544
|
-
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), { dateRange: F } =
|
|
4544
|
+
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), { dateRange: F } = Qe($e()), D = W([]);
|
|
4545
4545
|
Ke(
|
|
4546
4546
|
() => F.value,
|
|
4547
4547
|
async () => {
|
|
@@ -4588,7 +4588,7 @@ const Fs = [
|
|
|
4588
4588
|
const R = K("FmButton"), C = K("FmCircularProgress"), f = K("FmTable");
|
|
4589
4589
|
return b(), N("div", Is, [
|
|
4590
4590
|
t("div", Ts, [
|
|
4591
|
-
l(
|
|
4591
|
+
l(Ge, {
|
|
4592
4592
|
"date-range": u(F),
|
|
4593
4593
|
"onUpdate:dateRange": k[0] || (k[0] = (i) => Me(F) ? F.value = i : null),
|
|
4594
4594
|
compare: !1
|
|
@@ -4926,7 +4926,7 @@ const Fs = [
|
|
|
4926
4926
|
header: () => V("p", { class: "min-w-[90px] text-nowrap text-ellipsis" }, "Time"),
|
|
4927
4927
|
enableSorting: !1
|
|
4928
4928
|
}
|
|
4929
|
-
], y = ne(g, "modelValue"), F = W(!1), D = Se(), { dateRange: I } =
|
|
4929
|
+
], y = ne(g, "modelValue"), F = W(!1), D = Se(), { dateRange: I } = Qe($e());
|
|
4930
4930
|
Ke(
|
|
4931
4931
|
() => I.value,
|
|
4932
4932
|
async () => {
|
|
@@ -4956,7 +4956,7 @@ const Fs = [
|
|
|
4956
4956
|
const k = K("FmButton"), R = K("FmCircularProgress"), C = K("FmTable");
|
|
4957
4957
|
return b(), N("div", lr, [
|
|
4958
4958
|
t("div", nr, [
|
|
4959
|
-
l(
|
|
4959
|
+
l(Ge, {
|
|
4960
4960
|
"date-range": u(I),
|
|
4961
4961
|
"onUpdate:dateRange": c[0] || (c[0] = (f) => Me(I) ? I.value = f : null),
|
|
4962
4962
|
compare: !1
|
|
@@ -5767,7 +5767,7 @@ const _i = [
|
|
|
5767
5767
|
},
|
|
5768
5768
|
emits: ["update:modelValue"],
|
|
5769
5769
|
setup(g) {
|
|
5770
|
-
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), { dateRange: F } =
|
|
5770
|
+
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), { dateRange: F } = Qe($e()), { options: D, isFeatureAvailable: I } = Re(), w = W([]);
|
|
5771
5771
|
Ke(
|
|
5772
5772
|
() => F.value,
|
|
5773
5773
|
async () => {
|
|
@@ -5813,7 +5813,7 @@ const _i = [
|
|
|
5813
5813
|
const _ = K("FmButton"), $ = K("FmCircularProgress"), d = K("FmTable");
|
|
5814
5814
|
return b(), N("div", Ci, [
|
|
5815
5815
|
t("div", ki, [
|
|
5816
|
-
l(
|
|
5816
|
+
l(Ge, {
|
|
5817
5817
|
"date-range": u(F),
|
|
5818
5818
|
"onUpdate:dateRange": i[0] || (i[0] = (s) => Me(F) ? F.value = s : null),
|
|
5819
5819
|
compare: !1
|
|
@@ -6625,7 +6625,7 @@ const _i = [
|
|
|
6625
6625
|
header: () => V("p", { class: "min-w-[100px] text-nowrap text-ellipsis" }, "Net Amt"),
|
|
6626
6626
|
enableSorting: !1
|
|
6627
6627
|
}
|
|
6628
|
-
], C = ne(g, "modelValue"), f = W(!1), i = Se(), { dateRange: _ } =
|
|
6628
|
+
], C = ne(g, "modelValue"), f = W(!1), i = Se(), { dateRange: _ } = Qe($e());
|
|
6629
6629
|
Ke(
|
|
6630
6630
|
() => _.value,
|
|
6631
6631
|
async () => {
|
|
@@ -6682,7 +6682,7 @@ const _i = [
|
|
|
6682
6682
|
const o = K("FmButton"), h = K("FmCircularProgress"), r = K("FmTabs"), p = K("FmTable");
|
|
6683
6683
|
return b(), N("div", td, [
|
|
6684
6684
|
t("div", od, [
|
|
6685
|
-
l(
|
|
6685
|
+
l(Ge, {
|
|
6686
6686
|
"date-range": u(_),
|
|
6687
6687
|
"onUpdate:dateRange": n[0] || (n[0] = (U) => Me(_) ? _.value = U : null),
|
|
6688
6688
|
compare: !1
|
|
@@ -7121,7 +7121,7 @@ const _i = [
|
|
|
7121
7121
|
},
|
|
7122
7122
|
emits: ["update:modelValue"],
|
|
7123
7123
|
setup(g) {
|
|
7124
|
-
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), F = W([]), { dateRange: D } =
|
|
7124
|
+
const { t: a } = se(), e = ne(g, "modelValue"), m = W(!1), y = Se(), F = W([]), { dateRange: D } = Qe($e());
|
|
7125
7125
|
Ke(
|
|
7126
7126
|
() => D.value,
|
|
7127
7127
|
async () => {
|
|
@@ -7205,7 +7205,7 @@ const _i = [
|
|
|
7205
7205
|
const R = K("FmButton"), C = K("FmCircularProgress"), f = K("FmTable");
|
|
7206
7206
|
return b(), N("div", Nd, [
|
|
7207
7207
|
t("div", Md, [
|
|
7208
|
-
l(
|
|
7208
|
+
l(Ge, {
|
|
7209
7209
|
"date-range": u(D),
|
|
7210
7210
|
"onUpdate:dateRange": k[0] || (k[0] = (i) => Me(D) ? D.value = i : null),
|
|
7211
7211
|
compare: !1
|