@feedmepos/mf-report 5.18.2-beta.1 → 5.18.2-beta.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.
@@ -1,43 +1,43 @@
1
- import { defineComponent as ee, computed as c, watch as J, resolveComponent as te, createBlock as _, openBlock as y, withCtx as ae, createVNode as E, createElementVNode as L, unref as n, normalizeStyle as re, normalizeClass as N, createElementBlock as $, Fragment as oe, renderList as ne } from "vue";
2
- import { _ as ie } from "./MenuTab.vue_vue_type_script_setup_true_lang-BJM6sKQU.js";
3
- import { _ as se } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B75aeM0i.js";
1
+ import { defineComponent as ee, computed as c, watch as J, resolveComponent as te, createBlock as I, openBlock as v, withCtx as ae, createVNode as E, createElementVNode as L, unref as n, normalizeStyle as re, normalizeClass as N, createElementBlock as $, Fragment as oe, renderList as ne } from "vue";
2
+ import { _ as ie } from "./MenuTab.vue_vue_type_script_setup_true_lang-C8oiHuOX.js";
3
+ import { _ as se } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-DKA5lLXB.js";
4
4
  import { useRouter as le, useRoute as ue } from "vue-router";
5
- import { _ as ce } from "./Default.vue_vue_type_script_setup_true_lang-4V19EFBP.js";
6
- import { a as de } from "./BaseDialog.vue_vue_type_script_setup_true_lang-BrHd550j.js";
7
- import { storeToRefs as I } from "pinia";
8
- import { b as pe, c as me, u as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-4v9iLIA2.js";
5
+ import { _ as ce } from "./Default.vue_vue_type_script_setup_true_lang-DpSgAipe.js";
6
+ import { a as de } from "./BaseDialog.vue_vue_type_script_setup_true_lang-djyc20Cp.js";
7
+ import { storeToRefs as _ } from "pinia";
8
+ import { b as pe, c as me, u as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-CDxb2Mjg.js";
9
9
  import { _ as ge } from "./NoData.vue_vue_type_script_setup_true_lang-Divo8W18.js";
10
- import { useSnackbar as ye, useBreakpoints as ve } from "@feedmepos/ui-library";
10
+ import { useSnackbar as ve, useBreakpoints as ye } from "@feedmepos/ui-library";
11
11
  import { u as De, b as Se, f as be, d, e as Re } from "./vue-i18n-CTLGxUiF.js";
12
- import { u as Ie } from "./message-dialog-UoMWOnil.js";
13
- import { r as _e } from "./i18n-Cif1I9J2.js";
14
- const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
12
+ import { u as _e } from "./message-dialog-UoMWOnil.js";
13
+ import { r as Ie } from "./i18n-Cif1I9J2.js";
14
+ const Ce = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
15
15
  __name: "ReportView",
16
- setup(Ce) {
17
- const { t: i, te: P } = De(), v = le(), e = ue(), m = ye(), { promptMessage: M } = Ie(), f = de(), q = pe(), l = Se(), { promptLoader: A } = be(), { breakpoints: u } = ve(), {
18
- currentReport: o,
19
- currentReportId: C,
16
+ setup(Oe) {
17
+ const { t: i, te: P } = De(), y = le(), t = ue(), m = ve(), { promptMessage: M } = _e(), f = de(), C = pe(), l = Se(), { promptLoader: A } = be(), { breakpoints: u } = ye(), {
18
+ currentReport: r,
19
+ currentReportId: O,
20
20
  isOpenDownloadDialog: T,
21
21
  isOpenEmailDialog: F,
22
22
  editingReport: j,
23
23
  canCreateCustomReport: B,
24
- customReportQuota: O
25
- } = I(f), D = c(() => e.query.reportId || C.value), S = c(() => ({
26
- startDate: e.query.startDate ? d(e.query.startDate).startOf("day").toISOString() : void 0,
27
- endDate: e.query.endDate ? d(e.query.endDate).endOf("day").toISOString() : void 0
24
+ customReportQuota: q
25
+ } = _(f), D = c(() => t.query.reportId || O.value), S = c(() => ({
26
+ startDate: t.query.startDate ? d(t.query.startDate).startOf("day").toISOString() : void 0,
27
+ endDate: t.query.endDate ? d(t.query.endDate).endOf("day").toISOString() : void 0
28
28
  })), b = c(() => ({
29
- startDate: e.query.compareStartDate ? d(e.query.compareStartDate).startOf("day").toISOString() : void 0,
30
- endDate: e.query.compareEndDate ? d(e.query.compareEndDate).endOf("day").toISOString() : void 0
29
+ startDate: t.query.compareStartDate ? d(t.query.compareStartDate).startOf("day").toISOString() : void 0,
30
+ endDate: t.query.compareEndDate ? d(t.query.compareEndDate).endOf("day").toISOString() : void 0
31
31
  })), R = c(() => ({
32
- start: e.query.timeStart ? JSON.parse(e.query.timeStart) : void 0,
33
- end: e.query.timeEnd ? JSON.parse(e.query.timeEnd) : void 0
34
- })), k = c(() => e.query.isAllLocation === "true"), Q = c(() => k.value ? l.selectedLocationIds : e.query.locationIds ? JSON.parse(e.query.locationIds) : void 0);
32
+ start: t.query.timeStart ? JSON.parse(t.query.timeStart) : void 0,
33
+ end: t.query.timeEnd ? JSON.parse(t.query.timeEnd) : void 0
34
+ })), k = c(() => t.query.isAllLocation === "true"), Q = c(() => k.value ? l.selectedLocationIds : t.query.locationIds ? JSON.parse(t.query.locationIds) : void 0);
35
35
  J(
36
36
  () => f.reports.length,
37
37
  (a) => {
38
38
  if (a > 0) {
39
- const t = e.query.reportId;
40
- t && t !== C.value && (f.updateCurrentReportId(t), (S.value.startDate || S.value.endDate) && l.setDateRange({
39
+ const e = D.value;
40
+ e && e !== O.value && (f.updateCurrentReportId(e), (S.value.startDate || S.value.endDate) && l.setDateRange({
41
41
  startDate: S.value.startDate,
42
42
  endDate: S.value.endDate
43
43
  }), (b.value.startDate || b.value.endDate) && l.setCompareDateRange({
@@ -58,35 +58,36 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
58
58
  compareDateRange: l.compareDateRange
59
59
  }),
60
60
  (a) => {
61
- const t = a.selectedLocationIds, s = a.dateRange, p = a.timeRange, r = a.compareDateRange;
62
- if (!o.value) return;
61
+ console.log(a);
62
+ const e = a.selectedLocationIds, s = a.dateRange, p = a.timeRange, o = a.compareDateRange;
63
+ if (!r.value) return;
63
64
  const g = {
64
- ...e.query,
65
- reportId: D.value,
65
+ ...t.query,
66
+ reportId: r.value.id,
66
67
  startDate: s.startDate ? d(s.startDate).format("YYYY-MM-DD") : void 0,
67
68
  endDate: s.endDate ? d(s.endDate).format("YYYY-MM-DD") : void 0,
68
- compareStartDate: r.startDate ? d(r.startDate).format("YYYY-MM-DD") : void 0,
69
- compareEndDate: r.endDate ? d(r.endDate).format("YYYY-MM-DD") : void 0,
69
+ compareStartDate: o.startDate ? d(o.startDate).format("YYYY-MM-DD") : void 0,
70
+ compareEndDate: o.endDate ? d(o.endDate).format("YYYY-MM-DD") : void 0,
70
71
  timeStart: p.start ? JSON.stringify(p.start) : void 0,
71
72
  timeEnd: p.end ? JSON.stringify(p.end) : void 0,
72
- locationIds: t.length === l.locations.length ? null : t.length > 0 ? JSON.stringify(t) : void 0,
73
- isAllLocation: String(t.length === l.locations.length)
74
- }, X = JSON.stringify(e.query), Z = JSON.stringify(g);
75
- X !== Z && v.replace({
76
- name: e.name,
77
- params: e.params,
73
+ locationIds: e.length === l.locations.length ? null : e.length > 0 ? JSON.stringify(e) : void 0,
74
+ isAllLocation: String(e.length === l.locations.length)
75
+ }, X = JSON.stringify(t.query), Z = JSON.stringify(g);
76
+ X !== Z && y.replace({
77
+ name: t.name,
78
+ params: t.params,
78
79
  query: g
79
80
  });
80
81
  },
81
82
  { deep: !0 }
82
83
  );
83
- const { isOpenAccountingDialog: z } = I(me()), { isOpenScheduleDialog: w } = I(fe()), { disabled: H } = I(Re()), G = c(() => {
84
+ const { isOpenAccountingDialog: z } = _(me()), { isOpenScheduleDialog: h } = _(fe()), { disabled: H } = _(Re()), G = c(() => {
84
85
  const a = [
85
86
  {
86
87
  icon: "mail",
87
88
  label: i("report.common.emailSchedule"),
88
89
  onClick: () => {
89
- w.value = !0;
90
+ h.value = !0;
90
91
  }
91
92
  },
92
93
  // {
@@ -112,14 +113,14 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
112
113
  icon: "content_copy",
113
114
  label: i("report.common.copyID"),
114
115
  onClick: () => {
115
- o.value && (navigator.clipboard.writeText(D.value), m.open({ message: i("report.messages.copiedReportIdToClipboard"), type: "success" }));
116
+ r.value && (navigator.clipboard.writeText(D.value), m.open({ message: i("report.messages.copiedReportIdToClipboard"), type: "success" }));
116
117
  }
117
118
  },
118
119
  {
119
120
  icon: "report_jobs",
120
121
  label: i("report.common.reportStatus"),
121
122
  onClick: () => {
122
- h();
123
+ w();
123
124
  }
124
125
  }
125
126
  ];
@@ -129,25 +130,25 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
129
130
  onClick: x
130
131
  }), a;
131
132
  });
132
- async function h() {
133
- q.isOpenJobDialog = !0, await q.getJobs();
133
+ async function w() {
134
+ C.isOpenJobDialog = !0, await C.getJobs();
134
135
  }
135
136
  function U() {
136
- j.value = JSON.parse(JSON.stringify(o.value)), v.push({
137
+ j.value = JSON.parse(JSON.stringify(r.value)), y.push({
137
138
  name: "reportEditor",
138
- query: e.query
139
+ query: t.query
139
140
  });
140
141
  }
141
- async function V() {
142
+ async function W() {
142
143
  if (!B.value) {
143
- let t = `Your current plan only support up to ${O.value} custom reports.`;
144
- O.value === 0 && (t = "Your current plan does not support custom report."), m.open({
145
- message: t,
144
+ let e = `Your current plan only support up to ${q.value} custom reports.`;
145
+ q.value === 0 && (e = "Your current plan does not support custom report."), m.open({
146
+ message: e,
146
147
  type: "error"
147
148
  });
148
149
  return;
149
150
  }
150
- if (!o.value) {
151
+ if (!r.value) {
151
152
  m.open({ message: "No Widget", type: "error" });
152
153
  return;
153
154
  }
@@ -155,18 +156,18 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
155
156
  title: `${i("report.messages.saveReport")}`,
156
157
  message: i("report.messages.confirmAction", {
157
158
  action: i("report.common.duplicate"),
158
- name: o.value.name
159
+ name: r.value.name
159
160
  })
160
- }) && o.value) {
161
- const t = JSON.parse(JSON.stringify(o.value));
162
- t.editable = !0, t.id = "", t.name = `${t.name} duplicate`;
161
+ }) && r.value) {
162
+ const e = JSON.parse(JSON.stringify(r.value));
163
+ e.editable = !0, e.id = "", e.name = `${e.name} duplicate`;
163
164
  try {
164
165
  await A(async () => {
165
- const s = await f.createOrUpdateReport(t);
166
- f.updateCurrentReportId(s.id), v.push({
166
+ const s = await f.createOrUpdateReport(e);
167
+ f.updateCurrentReportId(s.id), y.push({
167
168
  name: "reportView",
168
- params: { reportId: s.id, ...e.params },
169
- query: e.query
169
+ params: { reportId: s.id, ...t.params },
170
+ query: t.query
170
171
  });
171
172
  });
172
173
  } catch (s) {
@@ -177,13 +178,13 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
177
178
  function x() {
178
179
  z.value = !0;
179
180
  }
180
- function W() {
181
- o.value && (navigator.clipboard.writeText(D.value), m.open({ message: "Copied report ID to clipboard", type: "success" }));
181
+ function K() {
182
+ r.value && (navigator.clipboard.writeText(D.value), m.open({ message: "Copied report ID to clipboard", type: "success" }));
182
183
  }
183
- const Y = c(() => o.value ? o.value.tiles : []), K = c(() => {
184
- var t;
184
+ const Y = c(() => r.value ? r.value.tiles : []), V = c(() => {
185
+ var e;
185
186
  let a = [
186
- (t = o == null ? void 0 : o.value) != null && t.editable ? { label: i("report.common.edit"), value: "edit", isPrimary: !1 } : {
187
+ (e = r == null ? void 0 : r.value) != null && e.editable ? { label: i("report.common.edit"), value: "edit", isPrimary: !1 } : {
187
188
  label: i("report.common.duplicate"),
188
189
  value: "duplicate",
189
190
  isPrimary: !1
@@ -205,40 +206,40 @@ const qe = { class: "sticky top-0 z-10 bg-white" }, Ae = /* @__PURE__ */ ee({
205
206
  { label: "Copy ID", value: "content_copy", isPrimary: !1 }
206
207
  ], a = a.filter((s) => s.value !== "edit")), a;
207
208
  });
208
- return (a, t) => {
209
+ return (a, e) => {
209
210
  const s = te("FmPageHead");
210
- return y(), _(ce, null, {
211
+ return v(), I(ce, null, {
211
212
  default: ae(() => {
212
213
  var p;
213
214
  return [
214
215
  E(s, {
215
- title: n(_e)(n(i), n(P), (p = n(o)) == null ? void 0 : p.name, "other"),
216
+ title: n(Ie)(n(i), n(P), (p = n(r)) == null ? void 0 : p.name, "other"),
216
217
  "back-button": !0,
217
- actions: K.value,
218
- "onClick:back": t[0] || (t[0] = (r) => n(v).push({ name: "reports", query: n(e).query })),
219
- "onClick:action": t[1] || (t[1] = (r) => {
220
- r === "duplicate" && V(), r === "download" && (T.value = !0), r === "email" && (F.value = !0), r === "edit" && U(), r === "schedule_email" && (w.value = !0), r === "content_copy" && W(), r === "export" && x(), r === "report_jobs" && h();
218
+ actions: V.value,
219
+ "onClick:back": e[0] || (e[0] = (o) => n(y).push({ name: "reports", query: n(t).query })),
220
+ "onClick:action": e[1] || (e[1] = (o) => {
221
+ o === "duplicate" && W(), o === "download" && (T.value = !0), o === "email" && (F.value = !0), o === "edit" && U(), o === "schedule_email" && (h.value = !0), o === "content_copy" && K(), o === "export" && x(), o === "report_jobs" && w();
221
222
  })
222
223
  }, null, 8, ["title", "actions"]),
223
224
  L("div", {
224
225
  class: N(`flex flex-col overflow-y-auto ${n(u).xs || n(u).sm ? "pb-20" : ""}`),
225
226
  style: re({ height: `calc(100% - ${n(u).lg || n(u).md ? 72 : 64}px)` })
226
227
  }, [
227
- L("div", qe, [
228
+ L("div", Ce, [
228
229
  E(ie, {
229
230
  "model-value": n(u).lg || n(u).md ? G.value : []
230
231
  }, null, 8, ["model-value"])
231
232
  ]),
232
- n(o) && Y.value.length > 0 ? (y(), $("div", {
233
+ n(r) && Y.value.length > 0 ? (v(), $("div", {
233
234
  key: 0,
234
235
  class: N(["grid grid-cols-12", n(u).sm || n(u).xs ? "px-3 gap-[16px]" : "px-24 gap-[24px]"])
235
236
  }, [
236
- (y(!0), $(oe, null, ne(Y.value, (r, g) => (y(), _(se, {
237
+ (v(!0), $(oe, null, ne(Y.value, (o, g) => (v(), I(se, {
237
238
  key: `widget_${D.value}_${g}`,
238
- "model-value": r,
239
+ "model-value": o,
239
240
  index: g
240
241
  }, null, 8, ["model-value", "index"]))), 128))
241
- ], 2)) : (y(), _(ge, { key: 1 }))
242
+ ], 2)) : (v(), I(ge, { key: 1 }))
242
243
  ], 6)
243
244
  ];
244
245
  }),
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as B, ref as H, useModel as J, resolveComponent as h, createElementBlock as k, openBlock as x, createBlock as P, 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 M, 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-4V19EFBP.js";
2
+ import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-DpSgAipe.js";
3
3
  import { u as U, d as z, C as I, D as pe, b as ce } from "./vue-i18n-CTLGxUiF.js";
4
4
  import { components as A, useSnackbar as W, useBreakpoints as X, FmButtonColorThemeVariant as G } from "@feedmepos/ui-library";
5
- import { t as N, s as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-4v9iLIA2.js";
5
+ import { t as N, s as fe } from "./NavigationTab.vue_vue_type_script_setup_true_lang-CDxb2Mjg.js";
6
6
  import { u as ve } from "./message-dialog-UoMWOnil.js";
7
7
  import { detectLocale as F } from "@feedmepos/mf-common";
8
8
  import { _ as Y } from "./SelectComponent.vue_vue_type_script_setup_true_lang-mR2PeX3S.js";
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as M, mergeModels as J, useModel as ee, computed as _, ref as A, resolveComponent as F, createElementBlock as I, openBlock as h, createVNode as m, createElementVNode as w, unref as l, withCtx as N, toDisplayString as L, Fragment as Z, renderList as ue, withModifiers as te, createTextVNode as re, watch as se, createCommentVNode as U, createBlock as T, onMounted as Ce, onUnmounted as Pe, renderSlot as $e, onBeforeUnmount as Ae, resolveDynamicComponent as Ne, normalizeClass as Oe, withDirectives as ae, vShow as ne, normalizeStyle as Xe, isRef as We } from "vue";
2
2
  import { useRoute as qe, useRouter as He } from "vue-router";
3
- import { h as Ye, d as ke, S as Fe, _ as Ee, W as Je, b as Ge, T as Ke, a as Qe } from "./TransitionFade-1tV8-j1Z.js";
4
- import { W as B, b as Be, _ as me, D as Ze, S as Se, C as el, P as Te, a as ll } from "./BaseDialog.vue_vue_type_script_setup_true_lang-BrHd550j.js";
3
+ import { h as Ye, d as ke, S as Fe, _ as Ee, W as Je, b as Ge, T as Ke, a as Qe } from "./TransitionFade-CiVLb7cy.js";
4
+ import { W as B, b as Be, _ as me, D as Ze, S as Se, C as el, P as Te, a as ll } from "./BaseDialog.vue_vue_type_script_setup_true_lang-djyc20Cp.js";
5
5
  import { storeToRefs as de } from "pinia";
6
6
  import { u as Ie } from "./message-dialog-UoMWOnil.js";
7
7
  import { u as H, h as Le, p as ol, b as tl, d as pe } from "./vue-i18n-CTLGxUiF.js";
8
8
  import { useSnackbar as al, useBreakpoints as je, FmButtonColorThemeVariant as ce } from "@feedmepos/ui-library";
9
9
  import { _ as K } from "./SelectComponent.vue_vue_type_script_setup_true_lang-mR2PeX3S.js";
10
10
  import { r as Q } from "./i18n-Cif1I9J2.js";
11
- import { g as ve, u as fe, L as ie, a as he, _ as Re } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B75aeM0i.js";
11
+ import { g as ve, u as fe, L as ie, a as he, _ as Re } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-DKA5lLXB.js";
12
12
  import { a as ge } from "./helper-UCnMF9KV.js";
13
13
  import { _ as Me } from "./NoData.vue_vue_type_script_setup_true_lang-Divo8W18.js";
14
14
  const ye = [
@@ -3,9 +3,9 @@ import { u as Pt, f as An, p as Nn, d as ht, h as Pn } from "./vue-i18n-CTLGxUiF
3
3
  import { useCoreStore as Vn } from "@feedmepos/mf-common";
4
4
  import { storeToRefs as Mn } from "pinia";
5
5
  import { useRoute as Ln } from "vue-router";
6
- import { W as L, D as Ze, c as z, C as de, _ as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-BrHd550j.js";
6
+ import { W as L, D as Ze, c as z, C as de, _ as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-djyc20Cp.js";
7
7
  import { a as Vt, _ as Yt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-mR2PeX3S.js";
8
- import { R as $n } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-B75aeM0i.js";
8
+ import { R as $n } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-DKA5lLXB.js";
9
9
  import { useSnackbar as Rn } from "@feedmepos/ui-library";
10
10
  import { a as Yn } from "./helper-UCnMF9KV.js";
11
11
  const Wn = {
package/dist/app.js CHANGED
@@ -4960,41 +4960,41 @@ const a = {
4960
4960
  path: "/overview",
4961
4961
  alias: ["/"],
4962
4962
  name: "overview",
4963
- component: () => import("./OverviewView-CUPsimnH.js")
4963
+ component: () => import("./OverviewView-D8mA0P3y.js")
4964
4964
  },
4965
4965
  {
4966
4966
  path: "/report",
4967
4967
  name: "reports",
4968
- component: () => import("./Report-BljRc1xi.js")
4968
+ component: () => import("./Report-Cg9Fen7g.js")
4969
4969
  },
4970
4970
  {
4971
4971
  path: "/insights",
4972
4972
  name: "insights",
4973
- component: () => import("./InsightView-DCIgjpGL.js")
4973
+ component: () => import("./InsightView-CxCeRQ-P.js")
4974
4974
  },
4975
4975
  {
4976
4976
  path: "/report-view",
4977
4977
  name: "reportView",
4978
- component: () => import("./ReportView-CMRcpoTz.js")
4978
+ component: () => import("./ReportView-Dzu_N8KD.js")
4979
4979
  },
4980
4980
  {
4981
4981
  path: "/report-editor",
4982
4982
  name: "reportEditor",
4983
- component: () => import("./ReportEditor-DgAWdCZe.js")
4983
+ component: () => import("./ReportEditor-Db1Ll1hk.js")
4984
4984
  },
4985
4985
  {
4986
4986
  path: "/report-editor/tile-editor",
4987
4987
  name: "tileEditor",
4988
- component: () => import("./TileEditor-DgawblCV.js")
4988
+ component: () => import("./TileEditor-DbbSibJa.js")
4989
4989
  },
4990
4990
  {
4991
4991
  path: "/setting",
4992
4992
  name: "setting",
4993
- component: () => import("./Setting-BciZnr8l.js")
4993
+ component: () => import("./Setting-BxLdkt7x.js")
4994
4994
  },
4995
4995
  {
4996
4996
  path: "/integration",
4997
- component: () => import("./Layout-Dco__bZI.js"),
4997
+ component: () => import("./Layout-B2cpQx3C.js"),
4998
4998
  children: [
4999
4999
  {
5000
5000
  name: "integrations",
@@ -5028,7 +5028,7 @@ const u = {
5028
5028
  "zh-CN": m,
5029
5029
  "th-TH": c,
5030
5030
  "zh-Hant": p
5031
- }, h = e(() => import("./App-8K5LVQ4K.js"));
5031
+ }, h = e(() => import("./App-CTE1eUtj.js"));
5032
5032
  export {
5033
5033
  h as FmApp,
5034
5034
  u as i18nMessages,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-report",
3
- "version": "5.18.2-beta.1",
3
+ "version": "5.18.2-beta.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],