@feedmepos/mf-report 5.4.36 → 5.5.0-beta.1
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-DcfI_XNW.js → App-C8OrqIII.js} +42 -42
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-i3aSXdHt.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Xex8S8XX.js} +2 -2
- package/dist/Default.vue_vue_type_script_setup_true_lang-BLozzioO.js +41 -0
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-C6n257cI.js +1004 -0
- package/dist/{InsightView-PI6dgol0.js → InsightView-D6SS99hR.js} +11 -12
- package/dist/{Integration-C1po_0N1.js → Integration-bg1bO0u3.js} +1319 -1319
- package/dist/{Integrations-BqqDb5qr.js → Integrations-B6ACZi86.js} +3 -3
- package/dist/{Layout-BUWlLMP4.js → Layout-Ddcn-nHV.js} +1 -1
- package/dist/MenuTab.vue_vue_type_script_setup_true_lang-DmU--6is.js +101 -0
- package/dist/NavigationTab.vue_vue_type_script_setup_true_lang-OVySbMGt.js +34665 -0
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-BFnX-1M0.js → NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js} +1 -1
- package/dist/{OverviewView-CoubbhjM.js → OverviewView-U5_KCGUs.js} +5 -5
- package/dist/{Report-bQSl3Plq.js → Report-C6XBxHBU.js} +4 -4
- package/dist/{ReportEditor-DswBRaYe.js → ReportEditor-CACAI5rx.js} +5 -5
- package/dist/{ReportView-BoipuiKU.js → ReportView-CXuc9Ou0.js} +72 -61
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-C_5JqpZI.js → SelectComponent.vue_vue_type_script_setup_true_lang-BVs1C4af.js} +1 -1
- package/dist/{Setting-D1cxNFnN.js → Setting-Bikoxb1y.js} +4 -4
- package/dist/{TileEditor-BmWA9yaI.js → TileEditor-DnDiDIo3.js} +8 -8
- package/dist/{TransitionFade-Bl7Fs0Kr.js → TransitionFade-DBduwk2M.js} +264 -264
- package/dist/app.js +17 -14
- package/dist/{global-loader-j3FZYjO_.js → global-loader-BqFQzk46.js} +1021 -1023
- package/dist/{index-BsN83BDH.js → index-Cmh079Bh.js} +1 -1
- package/dist/{report-schema-Bk6c6uMR.js → report-schema-OJAFh4P6.js} +1 -1
- package/dist/{v4-BdEILobK.js → v4-BS8SFGqd.js} +471 -434
- package/package.json +1 -1
- package/dist/Default.vue_vue_type_script_setup_true_lang-BvcF29hM.js +0 -41
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-B6izaIir.js +0 -999
- package/dist/LocationSelect.vue_vue_type_script_setup_true_lang-CF4VlKJk.js +0 -7988
- package/dist/MenuTab.vue_vue_type_script_setup_true_lang-CkQjrXwQ.js +0 -276
- package/dist/NavigationTab.vue_vue_type_script_setup_true_lang-CoAZxwTP.js +0 -26128
- package/dist/timeFormat-DJ-S2Pv8.js +0 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as m, computed as s, resolveComponent as p, createElementBlock as f, openBlock as u, renderSlot as d, createVNode as _, withCtx as g, createElementVNode as o, toDisplayString as r } from "vue";
|
|
2
|
-
import { u as y } from "./global-loader-
|
|
2
|
+
import { u as y } from "./global-loader-BqFQzk46.js";
|
|
3
3
|
const x = { class: "flex flex-col h-full" }, D = { class: "fm-typo-en-body-lg-600 text-fm-color-typo-primary" }, T = { class: "fm-typo-en-body-sm-400 text-fm-color-typo-secondary text-center" }, v = /* @__PURE__ */ m({
|
|
4
4
|
__name: "NoData",
|
|
5
5
|
props: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as g, computed as w, resolveComponent as k, createBlock as a, openBlock as t, withCtx as $, createVNode as d, createElementVNode as y, unref as e, normalizeStyle as C, normalizeClass as u, createElementBlock as _, Fragment as h, renderList as B } from "vue";
|
|
2
|
-
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { a as P } from "./v4-
|
|
2
|
+
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-C6n257cI.js";
|
|
3
|
+
import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-BLozzioO.js";
|
|
4
|
+
import { a as P } from "./v4-BS8SFGqd.js";
|
|
5
5
|
import { storeToRefs as R } from "pinia";
|
|
6
|
-
import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js";
|
|
7
7
|
import { useBreakpoints as V } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-DmU--6is.js";
|
|
9
9
|
import { useI18n as D } from "@feedmepos/mf-common";
|
|
10
10
|
const G = /* @__PURE__ */ g({
|
|
11
11
|
__name: "OverviewView",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as ce, ref as O, watch as Q, computed as w, h as f, withModifiers as ie, resolveComponent as C, createBlock as T, openBlock as F, withCtx as i, createVNode as n, createElementVNode as y, unref as e, normalizeStyle as me, normalizeClass as _, withDirectives as B, createElementBlock as ue, Fragment as pe, renderList as de, toDisplayString as R, createTextVNode as fe, vShow as D } from "vue";
|
|
2
2
|
import { storeToRefs as W } from "pinia";
|
|
3
|
-
import { a as ve } from "./v4-
|
|
4
|
-
import { _ as ye } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { a as ve } from "./v4-BS8SFGqd.js";
|
|
4
|
+
import { _ as ye } from "./Default.vue_vue_type_script_setup_true_lang-BLozzioO.js";
|
|
5
5
|
import { u as ge } from "./message-dialog-UoMWOnil.js";
|
|
6
|
-
import { b as be, f as xe } from "./global-loader-
|
|
6
|
+
import { b as be, f as xe } from "./global-loader-BqFQzk46.js";
|
|
7
7
|
import { useSnackbar as Ce, useBreakpoints as _e, components as he, FmButtonColorThemeVariant as ke } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as we } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as we } from "./NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js";
|
|
9
9
|
import { useRouter as $e, useRoute as Ie, onBeforeRouteLeave as Se } from "vue-router";
|
|
10
10
|
import { useI18n as Fe } from "@feedmepos/mf-common";
|
|
11
11
|
const Re = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, Le = { class: "w-[343px]" }, Ve = { class: "fm-typo-en-body-md-600" }, Ke = /* @__PURE__ */ ce({
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as S, mergeModels as $, useModel as M, ref as N, computed as P, resolveComponent as c, createBlock as b, openBlock as s, withCtx as m, createElementVNode as C, createVNode as a, unref as o, normalizeClass as E, createTextVNode as fe, toDisplayString as O, createElementBlock as x, Fragment as q, renderSlot as j, createCommentVNode as U, watch as ve, resolveDynamicComponent as K, isRef as Q, renderList as H, onMounted as ge, normalizeStyle as _e } from "vue";
|
|
2
|
-
import { W as ye, i as Ce, S as be, d as Ve, T as ke, _ as Fe } from "./TransitionFade-
|
|
3
|
-
import { a as X, v as Y } from "./v4-
|
|
2
|
+
import { W as ye, i as Ce, S as be, d as Ve, T as ke, _ as Fe } from "./TransitionFade-DBduwk2M.js";
|
|
3
|
+
import { a as X, v as Y } from "./v4-BS8SFGqd.js";
|
|
4
4
|
import { storeToRefs as Z } from "pinia";
|
|
5
5
|
import { useRouter as ee, useRoute as oe } from "vue-router";
|
|
6
6
|
import { useBreakpoints as A, FmButtonColorThemeVariant as W, useSnackbar as xe } from "@feedmepos/ui-library";
|
|
7
7
|
import { u as te } from "./message-dialog-UoMWOnil.js";
|
|
8
|
-
import { _ as le } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { _ as re } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import { u as I, f as he } from "./global-loader-
|
|
8
|
+
import { _ as le } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-C6n257cI.js";
|
|
9
|
+
import { _ as re } from "./NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js";
|
|
10
|
+
import { u as I, f as he } from "./global-loader-BqFQzk46.js";
|
|
11
11
|
const we = /* @__PURE__ */ S({
|
|
12
12
|
__name: "WidgetDialog",
|
|
13
13
|
props: /* @__PURE__ */ $({
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { _ as
|
|
4
|
-
import { useRouter as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { a as
|
|
1
|
+
import { defineComponent as L, computed as v, resolveComponent as V, createBlock as g, openBlock as u, withCtx as z, createVNode as D, createElementVNode as H, unref as t, normalizeStyle as M, normalizeClass as R, createElementBlock as $, Fragment as Y, renderList as G } from "vue";
|
|
2
|
+
import { _ as Q } from "./MenuTab.vue_vue_type_script_setup_true_lang-DmU--6is.js";
|
|
3
|
+
import { _ as U } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-C6n257cI.js";
|
|
4
|
+
import { useRouter as W, useRoute as K } from "vue-router";
|
|
5
|
+
import { _ as X } from "./Default.vue_vue_type_script_setup_true_lang-BLozzioO.js";
|
|
6
|
+
import { a as Z } from "./v4-BS8SFGqd.js";
|
|
7
7
|
import { storeToRefs as p } from "pinia";
|
|
8
|
-
import {
|
|
9
|
-
import { _ as
|
|
10
|
-
import { useSnackbar as
|
|
11
|
-
import { u as
|
|
12
|
-
import { u as
|
|
13
|
-
const
|
|
8
|
+
import { b as ee, c as oe, u as te } from "./NavigationTab.vue_vue_type_script_setup_true_lang-OVySbMGt.js";
|
|
9
|
+
import { _ as re } from "./NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js";
|
|
10
|
+
import { useSnackbar as ae, useBreakpoints as le } from "@feedmepos/ui-library";
|
|
11
|
+
import { u as ne, f as ie, e as se } from "./global-loader-BqFQzk46.js";
|
|
12
|
+
import { u as ue } from "./message-dialog-UoMWOnil.js";
|
|
13
|
+
const xe = /* @__PURE__ */ L({
|
|
14
14
|
__name: "ReportView",
|
|
15
|
-
setup(
|
|
16
|
-
const { t: n } =
|
|
15
|
+
setup(ce) {
|
|
16
|
+
const { t: n } = ne(), m = W(), d = K(), i = ae(), { promptMessage: h } = ue(), f = Z(), b = ee(), { promptLoader: E } = ie(), { breakpoints: l } = le(), {
|
|
17
17
|
currentReport: o,
|
|
18
18
|
currentReportId: c,
|
|
19
|
-
isOpenDownloadDialog:
|
|
20
|
-
isOpenEmailDialog:
|
|
21
|
-
editingReport:
|
|
22
|
-
canCreateCustomReport:
|
|
19
|
+
isOpenDownloadDialog: P,
|
|
20
|
+
isOpenEmailDialog: O,
|
|
21
|
+
editingReport: I,
|
|
22
|
+
canCreateCustomReport: J,
|
|
23
23
|
customReportQuota: y
|
|
24
|
-
} = p(f), { isOpenAccountingDialog:
|
|
25
|
-
const
|
|
24
|
+
} = p(f), { isOpenAccountingDialog: N } = p(oe()), { isOpenScheduleDialog: _ } = p(te()), { disabled: q } = p(se()), A = v(() => {
|
|
25
|
+
const a = [
|
|
26
26
|
{
|
|
27
27
|
icon: "mail",
|
|
28
28
|
label: n("report.common.emailSchedule"),
|
|
29
29
|
onClick: () => {
|
|
30
|
-
|
|
30
|
+
_.value = !0;
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
// {
|
|
@@ -55,22 +55,32 @@ const ke = /* @__PURE__ */ J({
|
|
|
55
55
|
onClick: () => {
|
|
56
56
|
o.value && (navigator.clipboard.writeText(c.value), i.open({ message: n("report.messages.copiedReportIdToClipboard"), type: "success" }));
|
|
57
57
|
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
icon: "report_jobs",
|
|
61
|
+
label: n("report.common.reportStatus"),
|
|
62
|
+
onClick: () => {
|
|
63
|
+
k();
|
|
64
|
+
}
|
|
58
65
|
}
|
|
59
66
|
];
|
|
60
|
-
return
|
|
67
|
+
return q.value || a.splice(1, 0, {
|
|
61
68
|
icon: "download",
|
|
62
69
|
label: n("report.common.accountingExport"),
|
|
63
|
-
onClick:
|
|
64
|
-
}),
|
|
70
|
+
onClick: C
|
|
71
|
+
}), a;
|
|
65
72
|
});
|
|
66
|
-
function
|
|
67
|
-
|
|
73
|
+
async function k() {
|
|
74
|
+
b.isOpenJobDialog = !0, await b.getJobs();
|
|
75
|
+
}
|
|
76
|
+
function B() {
|
|
77
|
+
I.value = JSON.parse(JSON.stringify(o.value)), m.push({
|
|
68
78
|
name: "reportEditor",
|
|
69
79
|
query: d.query
|
|
70
80
|
});
|
|
71
81
|
}
|
|
72
|
-
async function
|
|
73
|
-
if (!
|
|
82
|
+
async function T() {
|
|
83
|
+
if (!J.value) {
|
|
74
84
|
let e = `Your current plan only support up to ${y.value} custom reports.`;
|
|
75
85
|
y.value === 0 && (e = "Your current plan does not support custom report."), i.open({
|
|
76
86
|
message: e,
|
|
@@ -82,7 +92,7 @@ const ke = /* @__PURE__ */ J({
|
|
|
82
92
|
i.open({ message: "No Widget", type: "error" });
|
|
83
93
|
return;
|
|
84
94
|
}
|
|
85
|
-
if (await
|
|
95
|
+
if (await h({
|
|
86
96
|
title: `${n("report.messages.saveReport")}`,
|
|
87
97
|
message: n("report.messages.confirmAction", {
|
|
88
98
|
action: n("report.common.duplicate"),
|
|
@@ -92,7 +102,7 @@ const ke = /* @__PURE__ */ J({
|
|
|
92
102
|
const e = JSON.parse(JSON.stringify(o.value));
|
|
93
103
|
e.editable = !0, e.id = "", e.name = `${e.name} duplicate`;
|
|
94
104
|
try {
|
|
95
|
-
await
|
|
105
|
+
await E(async () => {
|
|
96
106
|
await f.createOrUpdateReport(e), f.updateCurrentReportId(c.value), m.push({
|
|
97
107
|
name: "reportView",
|
|
98
108
|
query: d.query
|
|
@@ -103,59 +113,60 @@ const ke = /* @__PURE__ */ J({
|
|
|
103
113
|
}
|
|
104
114
|
}
|
|
105
115
|
}
|
|
106
|
-
function
|
|
107
|
-
|
|
116
|
+
function C() {
|
|
117
|
+
N.value = !0;
|
|
108
118
|
}
|
|
109
|
-
function
|
|
119
|
+
function j() {
|
|
110
120
|
o.value && (navigator.clipboard.writeText(c.value), i.open({ message: "Copied report ID to clipboard", type: "success" }));
|
|
111
121
|
}
|
|
112
|
-
const
|
|
122
|
+
const S = v(() => o.value ? o.value.tiles : []), F = v(() => {
|
|
113
123
|
var e;
|
|
114
|
-
let
|
|
124
|
+
let a = [
|
|
115
125
|
(e = o == null ? void 0 : o.value) != null && e.editable ? { label: "Edit", value: "edit", isPrimary: !1 } : { label: "Duplicate", value: "duplicate", isPrimary: !1 },
|
|
116
126
|
{ label: "Download", value: "download", isPrimary: !0, prependIcon: "download" },
|
|
117
127
|
{ label: "Send Email", value: "email", isPrimary: !0 }
|
|
118
128
|
];
|
|
119
|
-
return l.value.xs && (
|
|
120
|
-
...
|
|
129
|
+
return l.value.xs && (a = [
|
|
130
|
+
...a,
|
|
131
|
+
{ label: "Send Email", value: "email", isPrimary: !1 },
|
|
132
|
+
{ label: "Job Delivery Status", value: "report_jobs", isPrimary: !1 },
|
|
121
133
|
{ label: "Email schedule", value: "schedule_email", isPrimary: !1 },
|
|
122
|
-
{ label: "Copy ID", value: "content_copy", isPrimary: !1 },
|
|
123
134
|
{ label: "Accounting export", value: "export", isPrimary: !1 },
|
|
124
|
-
{ label: "
|
|
125
|
-
],
|
|
135
|
+
{ label: "Copy ID", value: "content_copy", isPrimary: !1 }
|
|
136
|
+
], a = a.filter((s) => s.value !== "edit")), a;
|
|
126
137
|
});
|
|
127
|
-
return (
|
|
128
|
-
const s =
|
|
129
|
-
return u(), g(
|
|
130
|
-
default:
|
|
138
|
+
return (a, e) => {
|
|
139
|
+
const s = V("FmPageHead");
|
|
140
|
+
return u(), g(X, null, {
|
|
141
|
+
default: z(() => {
|
|
131
142
|
var x;
|
|
132
143
|
return [
|
|
133
|
-
|
|
144
|
+
D(s, {
|
|
134
145
|
title: (x = t(o)) == null ? void 0 : x.name,
|
|
135
146
|
"back-button": !0,
|
|
136
147
|
actions: F.value,
|
|
137
|
-
"onClick:back": e[0] || (e[0] = (
|
|
138
|
-
"onClick:action": e[1] || (e[1] = (
|
|
139
|
-
|
|
148
|
+
"onClick:back": e[0] || (e[0] = (r) => t(m).push({ name: "reports", query: t(d).query })),
|
|
149
|
+
"onClick:action": e[1] || (e[1] = (r) => {
|
|
150
|
+
r === "duplicate" && T(), r === "download" && (P.value = !0), r === "email" && (O.value = !0), r === "edit" && B(), r === "schedule_email" && (_.value = !0), r === "content_copy" && j(), r === "export" && C(), r === "report_jobs" && k();
|
|
140
151
|
})
|
|
141
152
|
}, null, 8, ["title", "actions"]),
|
|
142
|
-
|
|
143
|
-
class:
|
|
144
|
-
style:
|
|
153
|
+
H("div", {
|
|
154
|
+
class: R(`flex flex-col overflow-y-auto ${t(l).xs || t(l).sm ? "pb-20" : ""}`),
|
|
155
|
+
style: M({ height: `calc(100% - ${t(l).lg || t(l).md ? 72 : 64}px)` })
|
|
145
156
|
}, [
|
|
146
|
-
|
|
147
|
-
"model-value": t(l).lg || t(l).md ?
|
|
157
|
+
D(Q, {
|
|
158
|
+
"model-value": t(l).lg || t(l).md ? A.value : []
|
|
148
159
|
}, null, 8, ["model-value"]),
|
|
149
|
-
t(o) &&
|
|
160
|
+
t(o) && S.value.length > 0 ? (u(), $("div", {
|
|
150
161
|
key: 0,
|
|
151
|
-
class:
|
|
162
|
+
class: R(["grid grid-cols-12", t(l).sm || t(l).xs ? "px-3 gap-[16px]" : "px-24 gap-[24px]"])
|
|
152
163
|
}, [
|
|
153
|
-
(u(!0),
|
|
154
|
-
key: `widget_${t(c)}_${
|
|
155
|
-
"model-value":
|
|
156
|
-
index:
|
|
164
|
+
(u(!0), $(Y, null, G(S.value, (r, w) => (u(), g(U, {
|
|
165
|
+
key: `widget_${t(c)}_${w}`,
|
|
166
|
+
"model-value": r,
|
|
167
|
+
index: w
|
|
157
168
|
}, null, 8, ["model-value", "index"]))), 128))
|
|
158
|
-
], 2)) : (u(), g(
|
|
169
|
+
], 2)) : (u(), g(re, { key: 1 }))
|
|
159
170
|
], 6)
|
|
160
171
|
];
|
|
161
172
|
}),
|
|
@@ -165,5 +176,5 @@ const ke = /* @__PURE__ */ J({
|
|
|
165
176
|
}
|
|
166
177
|
});
|
|
167
178
|
export {
|
|
168
|
-
|
|
179
|
+
xe as default
|
|
169
180
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, mergeModels as D, useModel as z, ref as _, computed as i, resolveComponent as t, createBlock as b, openBlock as p, withCtx as s, createElementVNode as r, normalizeStyle as L, withDirectives as U, createElementBlock as $, createVNode as u, unref as E, vShow as H, Fragment as N, renderList as q, toDisplayString as y, normalizeClass as A } from "vue";
|
|
2
|
-
import { u as O } from "./global-loader-
|
|
2
|
+
import { u as O } from "./global-loader-BqFQzk46.js";
|
|
3
3
|
const P = { class: "fm-typo-en-body-lg-400 flex gap-4 text-fm-color-typo-primary" }, T = { class: "fm-typo-en-body-lg-400 line-clamp-1" }, j = { class: "sticky top-0" }, K = /* @__PURE__ */ B({
|
|
4
4
|
__name: "SelectComponent",
|
|
5
5
|
props: /* @__PURE__ */ D({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as B, ref as H, useModel as J, resolveComponent as h, createElementBlock as k, openBlock as x, createBlock as M, createElementVNode as t, resolveDynamicComponent as ne, unref as e, withCtx as y, createVNode as a, normalizeClass as O, toDisplayString as s, Fragment as K, renderList as Q, withDirectives as E, createTextVNode as ie, vShow as j, watch as me, normalizeStyle as ue } from "vue";
|
|
2
|
-
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { u as U, d as z, C as A, D as pe, b as ce } from "./global-loader-
|
|
2
|
+
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-BLozzioO.js";
|
|
3
|
+
import { u as U, d as z, C as A, D as pe, b as ce } from "./global-loader-BqFQzk46.js";
|
|
4
4
|
import { components as I, useSnackbar as W, useBreakpoints as X, FmButtonColorThemeVariant as G } from "@feedmepos/ui-library";
|
|
5
|
-
import { t as N, s as fe } from "./
|
|
5
|
+
import { t as N, s as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-OVySbMGt.js";
|
|
6
6
|
import { u as ve } from "./message-dialog-UoMWOnil.js";
|
|
7
7
|
import { detectLocale as F } from "@feedmepos/mf-common";
|
|
8
|
-
import { _ as Y } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as Y } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BVs1C4af.js";
|
|
9
9
|
import { storeToRefs as _e } from "pinia";
|
|
10
10
|
const ge = { class: "px-5 py-2" }, ye = { class: "flex" }, he = { class: "flex px-5 gap-2" }, xe = { class: "flex flex-col gap-2" }, be = { class: "fm-typo-en-title-sm-600" }, Ce = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, Ve = { class: "w-full gap-[24px] flex flex-col pt-2" }, Te = { class: "flex items-center w-full gap-3" }, De = { class: "text-fm-color-typo-primary" }, $e = { class: "text-fm-color-typo-secondary" }, Se = { class: "flex items-center gap-2" }, ke = /* @__PURE__ */ B({
|
|
11
11
|
__name: "ReportHour",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { defineComponent as W, mergeModels as z, useModel as Y, computed as N, ref as A, resolveComponent as y, createElementBlock as L, openBlock as p, createVNode as d, createElementVNode as x, unref as i, withCtx as C, toDisplayString as I, Fragment as Q, renderList as se, withModifiers as ee, createTextVNode as ne, watch as re, createCommentVNode as T, createBlock as k, renderSlot as Ce, resolveDynamicComponent as _e, normalizeClass as Te, onMounted as Le, normalizeStyle as Be, isRef as Me } from "vue";
|
|
2
2
|
import { useRoute as Re, useRouter as je } from "vue-router";
|
|
3
|
-
import { h as Ee, d as ce, S as fe, W as Ae, a as qe, T as Pe, _ as He } from "./TransitionFade-
|
|
4
|
-
import { W as S, a as Je } from "./v4-
|
|
3
|
+
import { h as Ee, d as ce, S as fe, W as Ae, a as qe, T as Pe, _ as He } from "./TransitionFade-DBduwk2M.js";
|
|
4
|
+
import { W as S, a as Je } from "./v4-BS8SFGqd.js";
|
|
5
5
|
import { storeToRefs as Ve } from "pinia";
|
|
6
6
|
import { u as Se } from "./message-dialog-UoMWOnil.js";
|
|
7
|
-
import { c as he, d as De, p as ze } from "./index-
|
|
7
|
+
import { c as he, d as De, p as ze } from "./index-Cmh079Bh.js";
|
|
8
8
|
import { useSnackbar as Ge, useBreakpoints as Ne, FmButtonColorThemeVariant as me } from "@feedmepos/ui-library";
|
|
9
|
-
import { u as Ue } from "./report-schema-
|
|
9
|
+
import { u as Ue } from "./report-schema-OJAFh4P6.js";
|
|
10
10
|
import { _ as ie } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js";
|
|
11
|
-
import { _ as H } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
12
|
-
import { u as le, d as pe } from "./global-loader-
|
|
13
|
-
import { g as de, _ as $e } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
14
|
-
import { _ as Oe } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
11
|
+
import { _ as H } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BVs1C4af.js";
|
|
12
|
+
import { u as le, d as pe } from "./global-loader-BqFQzk46.js";
|
|
13
|
+
import { g as de, _ as $e } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-C6n257cI.js";
|
|
14
|
+
import { _ as Oe } from "./NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js";
|
|
15
15
|
var oe = /* @__PURE__ */ ((s) => (s.DateTime = "DATE_TIME", s.Hour = "HOUR", s.Day = "DAY", s.Week = "WEEK", s.Month = "MONTH", s.TimeOfDay = "TIME_OF_DAY", s.HourOfDay = "HOUR_OF_DAY", s.DayOfWeek = "DAY_OF_WEEK", s.DayOfMonth = "DAY_OF_MONTH", s.MonthOfYear = "MONTH_OF_YEAR", s.Year = "YEAR", s))(oe || {}), ge = /* @__PURE__ */ ((s) => (s.Asc = "ASC", s.Desc = "DESC", s))(ge || {}), Z = /* @__PURE__ */ ((s) => (s.Equal = "EQUAL", s.NotEqual = "NOT_EQUAL", s.GreaterThan = "GREATER_THAN", s.LessThan = "LESS_THAN", s.GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL", s.LessThanOrEqual = "LESS_THAN_OR_EQUAL", s.Between = "BETWEEN", s.Like = "LIKE", s.NotLike = "NOT_LIKE", s.And = "AND", s.Or = "OR", s))(Z || {}), te = /* @__PURE__ */ ((s) => (s.String = "STRING", s.Timestamp = "TIMESTAMP", s.Bool = "BOOL", s.Numeric = "NUMERIC", s))(te || {});
|
|
16
16
|
const we = [
|
|
17
17
|
{
|