@feedmepos/mf-report 5.6.0-beta.1 → 5.7.0-beta.0

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.
@@ -4,7 +4,7 @@ import { u as oe, d as F, a as re, b as ne, c as ae, e as se, f as le, g as ue }
4
4
  import { storeToRefs as B } from "pinia";
5
5
  import { u as ie, a as ce } from "./v4-DVU_9OHv.js";
6
6
  import { u as me } from "./report-schema-CbMyeD7Q.js";
7
- import { _ as de, u as ve } from "./NavigationTab.vue_vue_type_script_setup_true_lang-CiVEIY-y.js";
7
+ import { _ as de, u as ve } from "./NavigationTab.vue_vue_type_script_setup_true_lang-DCd9X4G6.js";
8
8
  import { u as U } from "./message-dialog-UoMWOnil.js";
9
9
  import { useRoute as fe } from "vue-router";
10
10
  const pe = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, ge = /* @__PURE__ */ O({
@@ -96,7 +96,7 @@ const he = ["src"], _e = ["src"], Le = /* @__PURE__ */ O({
96
96
  }), M(() => {
97
97
  u(de);
98
98
  }), z(() => {
99
- console.log("5.6.0-beta.1", !0), window.addEventListener("message", E), window.addEventListener("message", L);
99
+ console.log("5.7.0-beta.0", !0), window.addEventListener("message", E), window.addEventListener("message", L);
100
100
  });
101
101
  const R = ce(), N = ve();
102
102
  ee(() => {
@@ -0,0 +1,41 @@
1
+ import { defineComponent as u, computed as f, resolveComponent as p, 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 b } from "./NavigationTab.vue_vue_type_script_setup_true_lang-DCd9X4G6.js";
3
+ import { useBreakpoints as v } from "@feedmepos/ui-library";
4
+ import { storeToRefs as q } from "pinia";
5
+ import { u as C, f as w } from "./global-loader-DqYGIXIo.js";
6
+ import { useRoute as B } from "vue-router";
7
+ const $ = {
8
+ key: 1,
9
+ class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
10
+ }, N = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, P = /* @__PURE__ */ u({
11
+ __name: "Default",
12
+ setup(S) {
13
+ const { t: l } = C(), { breakpoints: r } = v(), { isLoading: c } = q(w()), o = B(), a = f(() => !o.query.token && !o.query.busines);
14
+ return (i, z) => {
15
+ const m = p("FmCircularProgress");
16
+ return t(), s("div", {
17
+ class: d(`${e(r).lg || e(r).md ? "flex w-full" : ""} bg-fm-color-neutral-white`),
18
+ style: n({
19
+ height: `calc(100vh - ${e(o).query.token && e(o).query.businessId ? "0" : "64"}px)`
20
+ })
21
+ }, [
22
+ a.value ? _("", !0) : (t(), y(b, { key: 0 })),
23
+ e(c) ? (t(), s("div", $, [
24
+ h(m, { size: "xl" }),
25
+ k("span", N, g(e(l)("report.common.isLoading")), 1)
26
+ ])) : (t(), s("div", {
27
+ key: 2,
28
+ class: "w-full flex flex-col",
29
+ style: n({
30
+ height: `calc(100%-${e(o).query.token && e(o).query.businessId ? "56" : "0"}px)`
31
+ })
32
+ }, [
33
+ x(i.$slots, "default")
34
+ ], 4))
35
+ ], 6);
36
+ };
37
+ }
38
+ });
39
+ export {
40
+ P as _
41
+ };