@feedmepos/mf-report 5.22.1-remy-beta.1 → 5.22.1-remy-beta.2

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 (26) hide show
  1. package/dist/{App-C7mY8Mti.js → App-iSIj8_lS.js} +17 -17
  2. package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-Bnu9l9U0.js +315 -0
  3. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-BeBr4VIF.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-CPniBJgZ.js} +37 -36
  4. package/dist/{Default.vue_vue_type_script_setup_true_lang-7MJTbycc.js → Default.vue_vue_type_script_setup_true_lang-Blc6DBml.js} +12 -11
  5. package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-Cq2Ssoih.js → FilterSelector.vue_vue_type_script_setup_true_lang-CHTMrqtt.js} +236 -235
  6. package/dist/{InsightView-CENPnVe7.js → InsightView-Ckkwb92m.js} +17 -16
  7. package/dist/{Integration-Czc6q14E.js → Integration-BoYn0XvH.js} +5 -4
  8. package/dist/{Integrations-DIXSWGS_.js → Integrations-D6Qz0hqf.js} +28 -27
  9. package/dist/{Layout-BJ7gfx7X.js → Layout-DIs6pMOT.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-V28xf-H0.js → MenuTab.vue_vue_type_script_setup_true_lang-Brwm-7zb.js} +9 -9
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-9PbGrSC0.js → NavigationTab.vue_vue_type_script_setup_true_lang-DZIauCN0.js} +98 -97
  12. package/dist/{NoData.vue_vue_type_script_setup_true_lang-CtN7oqXx.js → NoData.vue_vue_type_script_setup_true_lang-CW6oZEnc.js} +1 -1
  13. package/dist/{OverviewView-C-DrSun5.js → OverviewView-Bx_6RMle.js} +16 -16
  14. package/dist/{Report-CrUITZYf.js → Report-E8GN07k7.js} +8 -9
  15. package/dist/{ReportEditor-hyFAa6EB.js → ReportEditor-bz8aajNj.js} +9 -8
  16. package/dist/{ReportView-Ci4mKX0q.js → ReportView-BEWiRAvV.js} +12 -12
  17. package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-BcQEW5MO.js → SelectComponent.vue_vue_type_script_setup_true_lang-CiT09OeD.js} +1 -1
  18. package/dist/{Setting-BzClHxv3.js → Setting-B6nnaJaX.js} +7 -6
  19. package/dist/{TileEditor-H3XGcpji.js → TileEditor-DncjwvcR.js} +18 -17
  20. package/dist/{TransitionFade-woMemCnD.js → TransitionFade-Bold22aO.js} +22 -21
  21. package/dist/app-CDw9UOqm.js +28808 -0
  22. package/dist/app.js +6 -5184
  23. package/dist/vue-i18n-CQAzKJVO.js +2711 -0
  24. package/package.json +1 -1
  25. package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-Ccrz29qZ.js +0 -19983
  26. package/dist/vue-i18n-BJW_sJot.js +0 -6457
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, resolveComponent as t, createBlock as r, openBlock as n, withCtx as _, createVNode as c } from "vue";
2
- import { _ as a } from "./Default.vue_vue_type_script_setup_true_lang-7MJTbycc.js";
2
+ import { _ as a } from "./Default.vue_vue_type_script_setup_true_lang-Blc6DBml.js";
3
3
  const f = /* @__PURE__ */ o({
4
4
  __name: "Layout",
5
5
  setup(m) {
@@ -1,13 +1,13 @@
1
- import { defineComponent as b, computed as V, createElementBlock as x, openBlock as a, createElementVNode as y, createVNode as u, unref as e, isRef as p, withCtx as _, createBlock as g, createCommentVNode as k, useModel as $, resolveComponent as f, normalizeClass as R, Fragment as w, renderList as M, toDisplayString as T } from "vue";
2
- import { b as B } from "./vue-i18n-BJW_sJot.js";
1
+ import { defineComponent as V, computed as b, createElementBlock as x, openBlock as a, createElementVNode as y, createVNode as u, unref as e, isRef as p, withCtx as _, createBlock as g, createCommentVNode as k, useModel as $, resolveComponent as f, normalizeClass as R, Fragment as w, renderList as M, toDisplayString as T } from "vue";
2
+ import { a as B } from "./app-CDw9UOqm.js";
3
3
  import { storeToRefs as D } from "pinia";
4
- import { a as I } from "./NavigationTab.vue_vue_type_script_setup_true_lang-9PbGrSC0.js";
5
- import { _ as U } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-BeBr4VIF.js";
6
- import { _ as N } from "./BaseDialog.vue_vue_type_script_setup_true_lang-Ccrz29qZ.js";
7
- import { a as S } from "./FilterSelector.vue_vue_type_script_setup_true_lang-Cq2Ssoih.js";
4
+ import { a as I } from "./NavigationTab.vue_vue_type_script_setup_true_lang-DZIauCN0.js";
5
+ import { _ as U } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-CPniBJgZ.js";
6
+ import { _ as N } from "./BaseDialog.vue_vue_type_script_setup_true_lang-Bnu9l9U0.js";
7
+ import { a as S } from "./FilterSelector.vue_vue_type_script_setup_true_lang-CHTMrqtt.js";
8
8
  import { useRoute as z } from "vue-router";
9
9
  import { useBreakpoints as E } from "@feedmepos/ui-library";
10
- const L = { class: "flex flex-col gap-2 overflow-x-auto overflow-y-hidden scrollbar-hide" }, O = { class: "flex flex-col gap-2 py-2" }, q = /* @__PURE__ */ b({
10
+ const L = { class: "flex flex-col gap-2 overflow-x-auto overflow-y-hidden scrollbar-hide" }, O = { class: "flex flex-col gap-2 py-2" }, q = /* @__PURE__ */ V({
11
11
  __name: "Filter",
12
12
  setup(F) {
13
13
  const {
@@ -18,7 +18,7 @@ const L = { class: "flex flex-col gap-2 overflow-x-auto overflow-y-hidden scroll
18
18
  timeRange: m,
19
19
  defaultDateSetting: s,
20
20
  selectTimeDefault: i
21
- } = D(B()), v = z(), r = V(() => v.name === "overview");
21
+ } = D(B()), v = z(), r = b(() => v.name === "overview");
22
22
  return (C, t) => (a(), x("div", L, [
23
23
  y("div", O, [
24
24
  u(I, {
@@ -50,7 +50,7 @@ const L = { class: "flex flex-col gap-2 overflow-x-auto overflow-y-hidden scroll
50
50
  ])
51
51
  ]));
52
52
  }
53
- }), j = { class: "fm-typo-en-body-md-400" }, Y = /* @__PURE__ */ b({
53
+ }), j = { class: "fm-typo-en-body-md-400" }, Y = /* @__PURE__ */ V({
54
54
  __name: "MenuTab",
55
55
  props: {
56
56
  modelValue: { required: !1, default: [] },