@feedmepos/mf-report 5.4.6 → 5.4.7-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.
Files changed (27) hide show
  1. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-dxmLxrUT.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-NWNTkXxq.js} +1 -1
  2. package/dist/Default.vue_vue_type_script_setup_true_lang-e8zVcUrV.js +40 -0
  3. package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-P2tKHt71.js → DynamicWidget.vue_vue_type_script_setup_true_lang-PjqkpWh8.js} +1 -1
  4. package/dist/{HeaderTab.vue_vue_type_script_setup_true_lang-pwHzeuLE.js → HeaderTab.vue_vue_type_script_setup_true_lang--56TBWoS.js} +3 -2
  5. package/dist/{InsightView-pifyqCOa.js → InsightView-b9_JGnvK.js} +747 -739
  6. package/dist/{Integration-riCyJ3Lx.js → Integration-RFCacwfn.js} +2 -2
  7. package/dist/{Integrations-aFGqZu_3.js → Integrations-nyEiFeAW.js} +16 -17
  8. package/dist/Layout-jcYbFNeL.js +19 -0
  9. package/dist/{LocationSelect.vue_vue_type_script_setup_true_lang-jxXjQ1VQ.js → LocationSelect.vue_vue_type_script_setup_true_lang-w-nrnjfn.js} +2 -2
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-U8jweH3P.js → MenuTab.vue_vue_type_script_setup_true_lang-TQwHejUV.js} +4 -4
  11. package/dist/OverviewView-oDwRuttS.js +75 -0
  12. package/dist/Report-su92FDoc.js +423 -0
  13. package/dist/{ReportEditor-3ssWoCA2.js → ReportEditor-mgEwc97t.js} +4 -4
  14. package/dist/ReportView-FaBYybhr.js +203 -0
  15. package/dist/{Setting-vxMZy1zx.js → Setting-c-abJr0y.js} +74 -76
  16. package/dist/{TileEditor-M-3zA6HH.js → TileEditor-MDrqZslx.js} +483 -481
  17. package/dist/{TransitionFade-4O4lnjm6.js → TransitionFade-hrCBjgju.js} +2 -2
  18. package/dist/{app-ppyW_xOr.js → app-OfiliOgW.js} +15 -15
  19. package/dist/app.js +1 -1
  20. package/dist/style.css +1 -1
  21. package/dist/{timeFormat-unVfTkyO.js → timeFormat-1pxZZK1R.js} +1 -1
  22. package/package.json +1 -1
  23. package/dist/Default.vue_vue_type_script_setup_true_lang-lGqtZ48R.js +0 -32
  24. package/dist/Layout--L1iHpu0.js +0 -21
  25. package/dist/OverviewView-I4ckgbsn.js +0 -78
  26. package/dist/Report-wAK7eSSP.js +0 -425
  27. package/dist/ReportView-Ir5_Di51.js +0 -205
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as _, resolveComponent as f, openBlock as r, createBlock as s, withCtx as g, createCommentVNode as D, createElementVNode as x, toDisplayString as F, mergeModels as M, useModel as i, ref as C, watch as b, createElementBlock as P, createVNode as p, unref as I } from "vue";
2
- import { J as T, C as O, d as n, K as w } from "./app-ppyW_xOr.js";
2
+ import { J as T, C as O, d as n, K as w } from "./app-OfiliOgW.js";
3
3
  const B = { class: "fm-typo-en-body-md-600 text-ellipsis overflow-hidden whitespace-nowrap" }, V = /* @__PURE__ */ _({
4
4
  __name: "FilterChip",
5
5
  props: {
@@ -0,0 +1,40 @@
1
+ import { defineComponent as u, computed as f, resolveComponent as p, openBlock as r, createElementBlock as s, normalizeClass as d, unref as e, normalizeStyle as n, createBlock as y, createCommentVNode as _, createVNode as k, createElementVNode as x, renderSlot as g } from "vue";
2
+ import { c as v, r as h } from "./app-OfiliOgW.js";
3
+ import { useBreakpoints as b } from "@feedmepos/ui-library";
4
+ import { storeToRefs as w } from "pinia";
5
+ import { useRoute as q } from "vue-router";
6
+ const C = {
7
+ key: 1,
8
+ class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
9
+ }, V = /* @__PURE__ */ u({
10
+ __name: "Default",
11
+ setup(B) {
12
+ const { breakpoints: t } = b(), { isLoading: c } = w(v()), o = q(), a = f(() => !o.query.token && !o.query.busines);
13
+ return (m, l) => {
14
+ const i = p("FmCircularProgress");
15
+ return r(), s("div", {
16
+ class: d(`${e(t).lg || e(t).md ? "flex w-full" : ""} bg-fm-color-neutral-white`),
17
+ style: n({
18
+ height: `calc(100vh - ${e(o).query.token && e(o).query.businessId ? "0" : "64"}px)`
19
+ })
20
+ }, [
21
+ a.value ? _("", !0) : (r(), y(h, { key: 0 })),
22
+ e(c) ? (r(), s("div", C, [
23
+ k(i, { size: "xl" }),
24
+ l[0] || (l[0] = x("span", { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, " Loading data... ", -1))
25
+ ])) : (r(), s("div", {
26
+ key: 2,
27
+ class: "w-full flex flex-col overflow-y-scroll overflow-x-scroll",
28
+ style: n({
29
+ height: `calc(100%-${e(o).query.token && e(o).query.businessId ? "56" : "0"}px)`
30
+ })
31
+ }, [
32
+ g(m.$slots, "default")
33
+ ], 4))
34
+ ], 6);
35
+ };
36
+ }
37
+ });
38
+ export {
39
+ V as _
40
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as E, useModel as z, computed as i, ref as D, resolveComponent as y, openBlock as h, createElementBlock as S, Fragment as W, renderSlot as U, createVNode as k, createElementVNode as C, toDisplayString as K, unref as q, withCtx as $, createBlock as R, normalizeClass as te, normalizeStyle as ye, createCommentVNode as G, h as fe, renderList as we, mergeModels as Ie, watch as ee, onMounted as Pe, onUnmounted as We, resolveDynamicComponent as Ee, withDirectives as ze, vShow as He } from "vue";
2
- import { W as n, a as _e, e as ne, m as Oe, v as ae, l as he, R as qe, n as Ue, o as je, q as Ge } from "./app-ppyW_xOr.js";
2
+ import { W as n, a as _e, e as ne, m as Oe, v as ae, l as he, R as qe, n as Ue, o as je, q as Ge } from "./app-OfiliOgW.js";
3
3
  import { storeToRefs as se } from "pinia";
4
4
  import { _ as ge } from "./NoData.vue_vue_type_script_setup_true_lang-FeKqFs4A.js";
5
5
  import { useBreakpoints as Je, useSnackbar as Ke } from "@feedmepos/ui-library";
@@ -2,10 +2,11 @@ import { defineComponent as r, openBlock as l, createElementBlock as p, normaliz
2
2
  import { useBreakpoints as a } from "@feedmepos/ui-library";
3
3
  const d = /* @__PURE__ */ r({
4
4
  __name: "HeaderTab",
5
- setup(c) {
5
+ setup(f) {
6
6
  const { breakpoints: e } = a();
7
7
  return (t, o) => (l(), p("div", {
8
- class: i(`${s(e).sm || s(e).xs ? "sticky top-0 p-3" : "px-24 py-16"} fm-typo-en-title-md-600 flex justify-between items-center gap-2 bg-fm-color-neutral-white`)
8
+ class: i(`${s(e).sm || s(e).xs ? "sticky top-0 p-3" : "px-24 py-16"} fm-typo-en-title-md-600 flex justify-between items-center gap-2 bg-fm-color-neutral-white w-full`),
9
+ style: { zIndex: 5 }
9
10
  }, [
10
11
  n(t.$slots, "title"),
11
12
  o[0] || (o[0] = m("div", { class: "grow" }, null, -1)),