@feedmepos/mf-report 5.8.2-beta.0 → 5.9.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.
Files changed (37) hide show
  1. package/dist/{App-CVBF-RIq.js → App-CQsY_29Q.js} +17 -18
  2. package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-w7lSYFth.js +180 -0
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-CwNa_c74.js → Default.vue_vue_type_script_setup_true_lang-DeKEY6-a.js} +2 -2
  4. package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-Dc0etyos.js +1447 -0
  5. package/dist/{InsightView-D6X9jnLz.js → InsightView-DmM_alRs.js} +7 -8
  6. package/dist/Integration-CAX-hbPd.js +5222 -0
  7. package/dist/Integrations-DRYSVJuG.js +338 -0
  8. package/dist/{Layout-0ZxLP82K.js → Layout-CDCrzjoH.js} +1 -1
  9. package/dist/MenuTab.vue_vue_type_script_setup_true_lang-DNxXgTX4.js +342 -0
  10. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-D1VWyu4i.js → NavigationTab.vue_vue_type_script_setup_true_lang-DpFJ_jYh.js} +1078 -1080
  11. package/dist/NoData.vue_vue_type_script_setup_true_lang-DGTWa4E5.js +38 -0
  12. package/dist/{OverviewView-BFjjTkkR.js → OverviewView-DeGcbroH.js} +5 -5
  13. package/dist/{Report-Cvoqjnpe.js → Report-Do9-H4EW.js} +4 -4
  14. package/dist/ReportEditor-D4bnl00E.js +968 -0
  15. package/dist/{ReportView-6niCdR8K.js → ReportView-Cz6U-DNK.js} +7 -7
  16. package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-Dq9vY9mj.js +110 -0
  17. package/dist/{Setting-BidP77Xr.js → Setting-DIAFop5l.js} +26 -23
  18. package/dist/TileEditor-DGhgxgTD.js +3080 -0
  19. package/dist/{TransitionFade-4Zow9tAu.js → TransitionFade-DmQjTWuM.js} +207 -203
  20. package/dist/app.js +59 -19
  21. package/dist/helper-CPPrXQSs.js +75 -0
  22. package/dist/style.css +1 -1
  23. package/dist/{v4-CLzZSDqm.js → v4-ZW3e7y3R.js} +1955 -1844
  24. package/dist/{global-loader-BQlMgPFO.js → vue-i18n-CbAseuRE.js} +2057 -1976
  25. package/package.json +1 -1
  26. package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-2O6NpHjE.js +0 -162
  27. package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-DW-6QTKl.js +0 -1417
  28. package/dist/Integration-oTDRNhG8.js +0 -4751
  29. package/dist/Integrations-DN2WNYXH.js +0 -334
  30. package/dist/MenuTab.vue_vue_type_script_setup_true_lang-DI3QDb25.js +0 -101
  31. package/dist/NoData.vue_vue_type_script_setup_true_lang-C10GhV_H.js +0 -31
  32. package/dist/ReportEditor-DkdI7ZmZ.js +0 -621
  33. package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-B-9VcGRC.js +0 -104
  34. package/dist/TileEditor-DCNCfcEY.js +0 -3016
  35. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  36. package/dist/index-Dw6wKcLo.js +0 -147
  37. package/dist/report-schema-IaDHay9I.js +0 -31
@@ -0,0 +1,38 @@
1
+ import { defineComponent as u, computed as o, resolveComponent as d, createElementBlock as r, openBlock as a, renderSlot as f, createVNode as g, withCtx as _, createCommentVNode as y, createElementVNode as l, toDisplayString as n } from "vue";
2
+ import { u as h } from "./vue-i18n-CbAseuRE.js";
3
+ const v = { class: "flex flex-col h-full" }, D = ["src"], T = { class: "fm-typo-en-body-lg-600 text-fm-color-typo-primary" }, b = { class: "fm-typo-en-body-sm-400 text-fm-color-typo-secondary text-center" }, F = /* @__PURE__ */ u({
4
+ __name: "NoData",
5
+ props: {
6
+ title: { default: "report.messages.noData" },
7
+ subTitle: { default: "report.messages.adjustFiltersOrSelectADifferentTimeRange" },
8
+ svgPath: { default: "" }
9
+ },
10
+ setup(i) {
11
+ const { t: s } = h(), e = i, c = o(() => e.title === "report.messages.noData" ? s("report.messages.noData") : e.title), m = o(() => e.subTitle === "report.messages.adjustFiltersOrSelectADifferentTimeRange" ? s("report.messages.adjustFiltersOrSelectADifferentTimeRange") : e.subTitle);
12
+ return (t, x) => {
13
+ const p = d("FmCard");
14
+ return a(), r("div", v, [
15
+ f(t.$slots, "menu"),
16
+ g(p, {
17
+ class: "p-24 h-full flex flex-col gap-2 items-center justify-center",
18
+ variant: "flat"
19
+ }, {
20
+ default: _(() => [
21
+ t.svgPath ? (a(), r("img", {
22
+ key: 0,
23
+ src: t.svgPath,
24
+ alt: "No data illustration",
25
+ class: "mb-4 w-80 h-80"
26
+ }, null, 8, D)) : y("", !0),
27
+ l("p", T, n(c.value), 1),
28
+ l("p", b, n(m.value), 1)
29
+ ]),
30
+ _: 1
31
+ })
32
+ ]);
33
+ };
34
+ }
35
+ });
36
+ export {
37
+ F as _
38
+ };
@@ -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-DW-6QTKl.js";
3
- import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-CwNa_c74.js";
4
- import { a as P } from "./v4-CLzZSDqm.js";
2
+ import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-Dc0etyos.js";
3
+ import { _ as F } from "./Default.vue_vue_type_script_setup_true_lang-DeKEY6-a.js";
4
+ import { a as P } from "./v4-ZW3e7y3R.js";
5
5
  import { storeToRefs as R } from "pinia";
6
- import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-C10GhV_H.js";
6
+ import { _ as S } from "./NoData.vue_vue_type_script_setup_true_lang-DGTWa4E5.js";
7
7
  import { useBreakpoints as V } from "@feedmepos/ui-library";
8
- import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-DI3QDb25.js";
8
+ import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-DNxXgTX4.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 me, ref as O, watch as W, computed as w, h as f, withModifiers as ue, resolveComponent as x, createBlock as T, openBlock as F, withCtx as i, createVNode as n, createElementVNode as y, unref as e, normalizeStyle as pe, normalizeClass as C, withDirectives as B, createElementBlock as de, Fragment as fe, renderList as ve, toDisplayString as R, createTextVNode as ye, vShow as D } from "vue";
2
2
  import { storeToRefs as X } from "pinia";
3
- import { a as ge } from "./v4-CLzZSDqm.js";
4
- import { _ as be } from "./Default.vue_vue_type_script_setup_true_lang-CwNa_c74.js";
3
+ import { a as ge } from "./v4-ZW3e7y3R.js";
4
+ import { _ as be } from "./Default.vue_vue_type_script_setup_true_lang-DeKEY6-a.js";
5
5
  import { u as he } from "./message-dialog-UoMWOnil.js";
6
- import { b as xe, f as Ce } from "./global-loader-BQlMgPFO.js";
6
+ import { b as xe, f as Ce } from "./vue-i18n-CbAseuRE.js";
7
7
  import { useSnackbar as _e, useBreakpoints as ke, components as we, FmButtonColorThemeVariant as $e } from "@feedmepos/ui-library";
8
- import { _ as Ie } from "./NoData.vue_vue_type_script_setup_true_lang-C10GhV_H.js";
8
+ import { _ as Ie } from "./NoData.vue_vue_type_script_setup_true_lang-DGTWa4E5.js";
9
9
  import { useRouter as Se, useRoute as Fe, onBeforeRouteLeave as Re } from "vue-router";
10
10
  import { useI18n as Le } from "@feedmepos/mf-common";
11
11
  import { r as Z } from "./i18n-Cif1I9J2.js";