@feedmepos/mf-report 5.21.21 → 5.21.22
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-B7fFqqwq.js → App-DZ3HhJKH.js} +3 -3
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-C83DEzrp.js → BaseDialog.vue_vue_type_script_setup_true_lang-CnCFX1Cy.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-D92YVuhu.js → Default.vue_vue_type_script_setup_true_lang-CNeKCjDW.js} +1 -1
- package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-MZ4U7iLX.js → FilterSelector.vue_vue_type_script_setup_true_lang-BMx7tOtZ.js} +121 -121
- package/dist/{InsightView-BOQTMg97.js → InsightView-D1CpIEsq.js} +2 -2
- package/dist/{Layout-wF45_J-D.js → Layout-C6UYMnHF.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-BihZAGGq.js → MenuTab.vue_vue_type_script_setup_true_lang-CwqcSiyi.js} +3 -3
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-Dl1yJJzh.js → NavigationTab.vue_vue_type_script_setup_true_lang-Df-6pRpd.js} +1 -1
- package/dist/{OverviewView-CJtDx82s.js → OverviewView-BZNGKxWW.js} +4 -4
- package/dist/{Report-B-FPQEWW.js → Report-CQQqMJGY.js} +2 -2
- package/dist/{ReportEditor-DTZolrEZ.js → ReportEditor-BhdJ6wyM.js} +3 -3
- package/dist/{ReportView-LcQ1cADg.js → ReportView-8k_9MNip.js} +5 -5
- package/dist/{Setting-DIQOPxWh.js → Setting-dC3iUZYd.js} +2 -2
- package/dist/{TileEditor-CeZfIiHu.js → TileEditor-CS65HkRc.js} +739 -727
- package/dist/{TransitionFade-CrOThVuD.js → TransitionFade-5WYqlTMU.js} +2 -2
- package/dist/app.js +9 -9
- package/dist/assets/{formatChartData.worker-B07P_JTj.js → formatChartData.worker-BxpediKG.js} +1 -1
- package/dist/assets/{processTableData.worker-D4nIiACG.js → processTableData.worker-93fLL2HJ.js} +1 -1
- package/package.json +1 -1
|
@@ -3,9 +3,9 @@ import { u as Pt, f as Pn, p as Vn, d as ht, j as rn } from "./vue-i18n-D1iec8Wy
|
|
|
3
3
|
import { useCoreStore as Mn } from "@feedmepos/mf-common";
|
|
4
4
|
import { storeToRefs as Ln } from "pinia";
|
|
5
5
|
import { useRoute as $n } from "vue-router";
|
|
6
|
-
import { W as $, c as De, d as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { W as $, c as De, d as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-CnCFX1Cy.js";
|
|
7
7
|
import { _ as Vt, a as Yt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BhWCLEfp.js";
|
|
8
|
-
import { R as Rn, I as $e, c as an, d as ln, e as Xn } from "./FilterSelector.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { R as Rn, I as $e, c as an, d as ln, e as Xn } from "./FilterSelector.vue_vue_type_script_setup_true_lang-BMx7tOtZ.js";
|
|
9
9
|
import { r as Yn } from "./i18n-7InkCBCc.js";
|
|
10
10
|
import { useSnackbar as Wn } from "@feedmepos/ui-library";
|
|
11
11
|
import { d as Un } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-CS10GX8d.js";
|
package/dist/app.js
CHANGED
|
@@ -5642,41 +5642,41 @@ const t = {
|
|
|
5642
5642
|
path: "/overview",
|
|
5643
5643
|
alias: ["/"],
|
|
5644
5644
|
name: "overview",
|
|
5645
|
-
component: () => import("./OverviewView-
|
|
5645
|
+
component: () => import("./OverviewView-BZNGKxWW.js")
|
|
5646
5646
|
},
|
|
5647
5647
|
{
|
|
5648
5648
|
path: "/report",
|
|
5649
5649
|
name: "reports",
|
|
5650
|
-
component: () => import("./Report-
|
|
5650
|
+
component: () => import("./Report-CQQqMJGY.js")
|
|
5651
5651
|
},
|
|
5652
5652
|
{
|
|
5653
5653
|
path: "/insights",
|
|
5654
5654
|
name: "insights",
|
|
5655
|
-
component: () => import("./InsightView-
|
|
5655
|
+
component: () => import("./InsightView-D1CpIEsq.js")
|
|
5656
5656
|
},
|
|
5657
5657
|
{
|
|
5658
5658
|
path: "/report-view",
|
|
5659
5659
|
name: "reportView",
|
|
5660
|
-
component: () => import("./ReportView-
|
|
5660
|
+
component: () => import("./ReportView-8k_9MNip.js")
|
|
5661
5661
|
},
|
|
5662
5662
|
{
|
|
5663
5663
|
path: "/report-editor",
|
|
5664
5664
|
name: "reportEditor",
|
|
5665
|
-
component: () => import("./ReportEditor-
|
|
5665
|
+
component: () => import("./ReportEditor-BhdJ6wyM.js")
|
|
5666
5666
|
},
|
|
5667
5667
|
{
|
|
5668
5668
|
path: "/report-editor/tile-editor",
|
|
5669
5669
|
name: "tileEditor",
|
|
5670
|
-
component: () => import("./TileEditor-
|
|
5670
|
+
component: () => import("./TileEditor-CS65HkRc.js")
|
|
5671
5671
|
},
|
|
5672
5672
|
{
|
|
5673
5673
|
path: "/setting",
|
|
5674
5674
|
name: "setting",
|
|
5675
|
-
component: () => import("./Setting-
|
|
5675
|
+
component: () => import("./Setting-dC3iUZYd.js")
|
|
5676
5676
|
},
|
|
5677
5677
|
{
|
|
5678
5678
|
path: "/integration",
|
|
5679
|
-
component: () => import("./Layout-
|
|
5679
|
+
component: () => import("./Layout-C6UYMnHF.js"),
|
|
5680
5680
|
children: [
|
|
5681
5681
|
{
|
|
5682
5682
|
name: "integrations",
|
|
@@ -5710,7 +5710,7 @@ const u = {
|
|
|
5710
5710
|
"zh-CN": n,
|
|
5711
5711
|
"th-TH": c,
|
|
5712
5712
|
"zh-Hant": p
|
|
5713
|
-
}, h = e(() => import("./App-
|
|
5713
|
+
}, h = e(() => import("./App-DZ3HhJKH.js"));
|
|
5714
5714
|
export {
|
|
5715
5715
|
h as FmApp,
|
|
5716
5716
|
u as i18nMessages,
|