@feedmepos/mf-report 5.7.1-beta.0 → 5.7.2-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-B4xw_hfB.js → App-g70gjVg5.js} +3 -3
- package/dist/{Default.vue_vue_type_script_setup_true_lang-BHcrvnFI.js → Default.vue_vue_type_script_setup_true_lang-DA7ZPTMu.js} +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-CzeKUdlZ.js +1390 -0
- package/dist/{InsightView-DA6fFjEw.js → InsightView-BgZN-puI.js} +2 -2
- package/dist/{Layout-C-X9UTyG.js → Layout-BEv71fRc.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-XfIh8zpc.js → MenuTab.vue_vue_type_script_setup_true_lang-C_XDMF54.js} +1 -1
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DCd9X4G6.js → NavigationTab.vue_vue_type_script_setup_true_lang-20jP9Afi.js} +5200 -5177
- package/dist/{OverviewView-CJGB-aSR.js → OverviewView-DNi0LbGr.js} +4 -4
- package/dist/{Report-B39vX8Op.js → Report-DISFMEyR.js} +2 -2
- package/dist/{ReportEditor-DpMbh2_j.js → ReportEditor-CZPw2Jgp.js} +3 -3
- package/dist/{ReportView-CSW_pMpE.js → ReportView-CEXLqC8H.js} +5 -5
- package/dist/{Setting-AtChC0Ii.js → Setting-WreFZCg_.js} +2 -2
- package/dist/TileEditor-DDtOoCz1.js +3016 -0
- package/dist/{TransitionFade-D_a9w9XN.js → TransitionFade-DBnslQJr.js} +2 -2
- package/dist/app.js +9 -9
- package/dist/{v4-DVU_9OHv.js → v4-Dg_nqjTJ.js} +198 -196
- package/package.json +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-CK7QquaJ.js +0 -1303
- package/dist/TileEditor-DGYgE4g-.js +0 -3017
|
@@ -3,10 +3,10 @@ import { u as Xt, f as wn } from "./global-loader-DqYGIXIo.js";
|
|
|
3
3
|
import { useCoreStore as En } from "@feedmepos/mf-common";
|
|
4
4
|
import { storeToRefs as Sn } from "pinia";
|
|
5
5
|
import { useRoute as Dn } from "vue-router";
|
|
6
|
-
import { W as x } from "./v4-
|
|
6
|
+
import { W as x } from "./v4-Dg_nqjTJ.js";
|
|
7
7
|
import { p as Cn } from "./index-BChph3k1.js";
|
|
8
8
|
import { _ as bt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
|
-
import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-CzeKUdlZ.js";
|
|
10
10
|
const xn = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
package/dist/app.js
CHANGED
|
@@ -3253,41 +3253,41 @@ const a = {
|
|
|
3253
3253
|
path: "/overview",
|
|
3254
3254
|
alias: ["/"],
|
|
3255
3255
|
name: "overview",
|
|
3256
|
-
component: () => import("./OverviewView-
|
|
3256
|
+
component: () => import("./OverviewView-DNi0LbGr.js")
|
|
3257
3257
|
},
|
|
3258
3258
|
{
|
|
3259
3259
|
path: "/report",
|
|
3260
3260
|
name: "reports",
|
|
3261
|
-
component: () => import("./Report-
|
|
3261
|
+
component: () => import("./Report-DISFMEyR.js")
|
|
3262
3262
|
},
|
|
3263
3263
|
{
|
|
3264
3264
|
path: "/insights",
|
|
3265
3265
|
name: "insights",
|
|
3266
|
-
component: () => import("./InsightView-
|
|
3266
|
+
component: () => import("./InsightView-BgZN-puI.js")
|
|
3267
3267
|
},
|
|
3268
3268
|
{
|
|
3269
3269
|
path: "/report-view",
|
|
3270
3270
|
name: "reportView",
|
|
3271
|
-
component: () => import("./ReportView-
|
|
3271
|
+
component: () => import("./ReportView-CEXLqC8H.js")
|
|
3272
3272
|
},
|
|
3273
3273
|
{
|
|
3274
3274
|
path: "/report-editor",
|
|
3275
3275
|
name: "reportEditor",
|
|
3276
|
-
component: () => import("./ReportEditor-
|
|
3276
|
+
component: () => import("./ReportEditor-CZPw2Jgp.js")
|
|
3277
3277
|
},
|
|
3278
3278
|
{
|
|
3279
3279
|
path: "/report-editor/tile-editor",
|
|
3280
3280
|
name: "tileEditor",
|
|
3281
|
-
component: () => import("./TileEditor-
|
|
3281
|
+
component: () => import("./TileEditor-DDtOoCz1.js")
|
|
3282
3282
|
},
|
|
3283
3283
|
{
|
|
3284
3284
|
path: "/setting",
|
|
3285
3285
|
name: "setting",
|
|
3286
|
-
component: () => import("./Setting-
|
|
3286
|
+
component: () => import("./Setting-WreFZCg_.js")
|
|
3287
3287
|
},
|
|
3288
3288
|
{
|
|
3289
3289
|
path: "/integration",
|
|
3290
|
-
component: () => import("./Layout-
|
|
3290
|
+
component: () => import("./Layout-BEv71fRc.js"),
|
|
3291
3291
|
children: [
|
|
3292
3292
|
{
|
|
3293
3293
|
name: "integrations",
|
|
@@ -3320,7 +3320,7 @@ const l = {
|
|
|
3320
3320
|
"en-US": t,
|
|
3321
3321
|
"zh-CN": m,
|
|
3322
3322
|
"th-TH": c
|
|
3323
|
-
}, y = e(() => import("./App-
|
|
3323
|
+
}, y = e(() => import("./App-g70gjVg5.js"));
|
|
3324
3324
|
export {
|
|
3325
3325
|
y as FmApp,
|
|
3326
3326
|
l as i18nMessages,
|