@feedmepos/mf-report 5.9.3 → 5.10.1-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.
- package/dist/{App-BUBHxOQh.js → App-DovsQcJE.js} +33 -33
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DFhiXlTW.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-w7lSYFth.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-CVQN5Crh.js → Default.vue_vue_type_script_setup_true_lang-Caht2WAi.js} +2 -2
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-DEkXmB2J.js +1482 -0
- package/dist/{InsightView-Dqw-PMlu.js → InsightView-C25N5KB0.js} +5 -5
- package/dist/{Integration-C6jAZ1_i.js → Integration-CAX-hbPd.js} +2 -2
- package/dist/{Integrations-BGmJBj90.js → Integrations-DRYSVJuG.js} +3 -3
- package/dist/{Layout-BcetWHd5.js → Layout-DTG44ar-.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-C19m3RYh.js → MenuTab.vue_vue_type_script_setup_true_lang-DYTJAjt5.js} +6 -6
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-9GZwxmEH.js → NavigationTab.vue_vue_type_script_setup_true_lang-Bfbg4FSN.js} +5 -5
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-D-J81GXC.js → NoData.vue_vue_type_script_setup_true_lang-DGTWa4E5.js} +1 -1
- package/dist/{OverviewView-BhhggKN1.js → OverviewView-CB7ZICC-.js} +5 -5
- package/dist/{Report-Dkt9T8U9.js → Report-9_PTplZ5.js} +4 -4
- package/dist/{ReportEditor-B0gXWxUZ.js → ReportEditor-xfdm7GQz.js} +376 -372
- package/dist/{ReportView-BpOsRNDM.js → ReportView-CIadPLZc.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-CGlkGXWL.js → SelectComponent.vue_vue_type_script_setup_true_lang-Dq9vY9mj.js} +1 -1
- package/dist/{Setting-FC7-HpBf.js → Setting-qZD-DpyA.js} +4 -4
- package/dist/{TileEditor-DJaTxCh3.js → TileEditor-DWL8wv4e.js} +1073 -1051
- package/dist/{TransitionFade-Cvz_8cqj.js → TransitionFade-CjoVItWI.js} +4 -4
- package/dist/app.js +23 -15
- package/dist/assets/formatChartData.worker-Bp7azaza.js +4 -0
- package/dist/{helper-CFNxnCtm.js → helper-CPPrXQSs.js} +1 -1
- package/dist/v4-DBw0cp99.js +10815 -0
- package/dist/{vue-i18n-DX0diAld.js → vue-i18n-CbAseuRE.js} +1 -1
- package/package.json +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-D20xNsl_.js +0 -1447
- package/dist/v4-jtBT29ev.js +0 -18676
|
@@ -2,13 +2,13 @@ var Zo = Object.defineProperty;
|
|
|
2
2
|
var Jo = (i, t, e) => t in i ? Zo(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
3
|
var k = (i, t, e) => Jo(i, typeof t != "symbol" ? t + "" : t, e);
|
|
4
4
|
import { ref as $t, defineComponent as oe, watch as ri, computed as _t, onMounted as Qo, createElementBlock as U, openBlock as I, createElementVNode as R, renderSlot as Un, toDisplayString as lt, resolveDirective as Xn, createCommentVNode as St, Fragment as Ii, renderList as zi, createBlock as Ht, withDirectives as Ge, resolveDynamicComponent as es, unref as G, withCtx as Yt, createVNode as et, normalizeClass as Ze, resolveComponent as Me, useModel as ta, createTextVNode as ea, isRef as ki, nextTick as ia } from "vue";
|
|
5
|
-
import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { d as Bi, a as Kn, h as qn, F as Gn, u as Zn, i as ys, b as oa } from "./vue-i18n-
|
|
5
|
+
import { _ as sa } from "./Default.vue_vue_type_script_setup_true_lang-Caht2WAi.js";
|
|
6
|
+
import { _ as na } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-w7lSYFth.js";
|
|
7
|
+
import { d as Bi, a as Kn, h as qn, F as Gn, u as Zn, i as ys, b as oa } from "./vue-i18n-CbAseuRE.js";
|
|
8
8
|
import { storeToRefs as Jn } from "pinia";
|
|
9
9
|
import { components as is, useSnackbar as aa } from "@feedmepos/ui-library";
|
|
10
|
-
import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-
|
|
11
|
-
import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
10
|
+
import { _ as ra } from "./NoData.vue_vue_type_script_setup_true_lang-DGTWa4E5.js";
|
|
11
|
+
import { a as la, G as ca } from "./NavigationTab.vue_vue_type_script_setup_true_lang-Bfbg4FSN.js";
|
|
12
12
|
import { useCoreStore as ha } from "@feedmepos/mf-common";
|
|
13
13
|
function da({ start: i, end: t }) {
|
|
14
14
|
return `${Bi(t).format("DD MMM")}, ${Bi(t).format("YYYY")}`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as J, mergeModels as Ne, useModel as te, computed as Y, resolveComponent as U, createElementBlock as x, openBlock as r, createElementVNode as t, createCommentVNode as j, normalizeClass as we, Fragment as E, renderList as q, createBlock as K, createVNode as a, withCtx as Q, toDisplayString as $, unref as d, renderSlot as st, ref as X, onUnmounted as Me, watch as De, isRef as Ke, h as N, resolveDynamicComponent as Re, mergeProps as tt, onMounted as ot } from "vue";
|
|
2
2
|
import { useRouter as Ve, useRoute as it } from "vue-router";
|
|
3
|
-
import { u as ae, I as Se, d as lt, s as rt, e as Pe, f as je, b as ke, v as dt, o as mt, t as Le, w as Be, x as Oe, y as Ee, z as Je, A as ct, B as ut, E as pt, G as Ae, H as Ze, J as ft, K as vt, L as gt, M as yt } from "./vue-i18n-
|
|
3
|
+
import { u as ae, I as Se, d as lt, s as rt, e as Pe, f as je, b as ke, v as dt, o as mt, t as Le, w as Be, x as Oe, y as Ee, z as Je, A as ct, B as ut, E as pt, G as Ae, H as Ze, J as ft, K as vt, L as gt, M as yt } from "./vue-i18n-CbAseuRE.js";
|
|
4
4
|
import { u as ze } from "./message-dialog-UoMWOnil.js";
|
|
5
5
|
import { useSnackbar as $e } from "@feedmepos/ui-library";
|
|
6
6
|
import { storeToRefs as Ye } from "pinia";
|
|
7
|
-
import { _ as qe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { _ as qe } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-w7lSYFth.js";
|
|
8
8
|
const xt = { class: "flex flex-row items-center w-[100%] gap-[4px] justify-between" }, _t = { class: "text-nowrap w-[100%] overflow-hidden text-ellipsis font-semibold" }, bt = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "w-[24px] flex items-center"
|