@feedmepos/mf-report 5.23.3 → 5.23.4

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.
Files changed (25) hide show
  1. package/dist/{App-B9NGptc1.js → App-DRR-JSUE.js} +4 -4
  2. package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-BQQb5IJd.js → BaseDialog.vue_vue_type_script_setup_true_lang-CNXrF3M0.js} +1341 -1226
  3. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-CE1597BI.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Cy6G3JW3.js} +5 -5
  4. package/dist/{Default.vue_vue_type_script_setup_true_lang-Eqkot8H6.js → Default.vue_vue_type_script_setup_true_lang-D4FK0pW1.js} +1 -1
  5. package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-D3Z7CKAg.js +6040 -0
  6. package/dist/{InsightView-nhUMhVsB.js → InsightView-BZZMFWXR.js} +4 -4
  7. package/dist/{Integration-D_cLYXAj.js → Integration-ZBdIU2QV.js} +3 -3
  8. package/dist/{Integrations-CLS5CHkW.js → Integrations-Br8uei6K.js} +2 -2
  9. package/dist/{Layout-C5KIQ-Vo.js → Layout-C7YBFFRp.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-CV0OSgBW.js → MenuTab.vue_vue_type_script_setup_true_lang-CBjZYtCy.js} +5 -5
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-0uXcwSj0.js → NavigationTab.vue_vue_type_script_setup_true_lang-BRUCbiEQ.js} +3 -3
  12. package/dist/{OverviewView-DBgRz4OE.js → OverviewView-CDLprghK.js} +4 -4
  13. package/dist/{Report-B_PXv1xj.js → Report-BqmDUq9K.js} +3 -3
  14. package/dist/{ReportEditor-BG-LE-Y3.js → ReportEditor-DeJWu77g.js} +4 -4
  15. package/dist/{ReportView-Mx9r3THm.js → ReportView-D-ryMWMs.js} +6 -6
  16. package/dist/{Setting-BPPS1mYG.js → Setting-ExbnmcJW.js} +17 -17
  17. package/dist/{TileEditor-CpIR1UGf.js → TileEditor-dvGMx--H.js} +5 -5
  18. package/dist/{TransitionFade-C7Fleu7I.js → TransitionFade-B1wT90aB.js} +4 -4
  19. package/dist/{app-AiSMEgJb.js → app-BFbYCaxj.js} +51 -50
  20. package/dist/app.js +1 -1
  21. package/dist/assets/{processTableData.worker-BacYCzdp.js → formatChartData.worker-exxoUKru.js} +33 -33
  22. package/dist/assets/{formatChartData.worker-BcdwnlGM.js → processTableData.worker-CdxD-y7x.js} +30 -30
  23. package/dist/{useRestaurantPermission-DsYAph_H.js → useRestaurantPermission-CBCjIsua.js} +1 -1
  24. package/package.json +2 -1
  25. package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-DcMvhw0u.js +0 -5467
@@ -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, $ as q, C as G } from "./app-AiSMEgJb.js";
2
+ import { d as r, a as W, a0 as q, C as G } from "./app-BFbYCaxj.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";
@@ -185,12 +185,12 @@ const Q = { class: "fm-typo-en-body-md-600 flex items-center gap-1 flex-1 min-w-
185
185
  }),
186
186
  emits: /* @__PURE__ */ k(["update", "chip-closed"], ["update:compareType", "update:dateRange", "update:compareDateRange"]),
187
187
  setup(e, { emit: t }) {
188
- var $, z, I, w;
188
+ var z, I, $, w;
189
189
  const { t: n, locale: a } = H(), o = t, l = b(e, "compareType"), m = b(e, "dateRange"), g = b(e, "compareDateRange"), { timezone: i } = K(W()), s = C({
190
- startDate: m.value.startDate ? ($ = r(m.value.startDate)) == null ? void 0 : $.tz(i.value).format(Y) : null,
191
- endDate: m.value.endDate ? (z = r(m.value.endDate)) == null ? void 0 : z.tz(i.value).format(Y) : null
190
+ startDate: m.value.startDate ? (z = r(m.value.startDate)) == null ? void 0 : z.tz(i.value).format(Y) : null,
191
+ endDate: m.value.endDate ? (I = r(m.value.endDate)) == null ? void 0 : I.tz(i.value).format(Y) : null
192
192
  }), D = C({
193
- startDate: g.value.startDate ? (I = r(g.value.startDate)) == null ? void 0 : I.tz(i.value).format(Y) : null,
193
+ startDate: g.value.startDate ? ($ = r(g.value.startDate)) == null ? void 0 : $.tz(i.value).format(Y) : null,
194
194
  endDate: g.value.endDate ? (w = r(g.value.endDate)) == null ? void 0 : w.tz(i.value).format(Y) : null
195
195
  });
196
196
  x(
@@ -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-0uXcwSj0.js";
2
+ import { _ as v } from "./NavigationTab.vue_vue_type_script_setup_true_lang-BRUCbiEQ.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";