@feedmepos/mf-report 5.11.2 → 5.12.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-D2LkbbiZ.js → App-DwuW8zUX.js} +3 -3
- package/dist/{Default.vue_vue_type_script_setup_true_lang-K4iokW6j.js → Default.vue_vue_type_script_setup_true_lang-DwqjvaFk.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-YLYE8W5f.js → DynamicWidget.vue_vue_type_script_setup_true_lang-EBVDgb_-.js} +1 -1
- package/dist/{InsightView-DTcknJtZ.js → InsightView-B-ucnMqx.js} +2 -2
- package/dist/{Layout-lndubAWv.js → Layout-Dd8UMqWh.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-CDOVhCDV.js → MenuTab.vue_vue_type_script_setup_true_lang-DKoZ_qKe.js} +2 -2
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-6zh1MvyE.js → NavigationTab.vue_vue_type_script_setup_true_lang-BkZmOyj6.js} +560 -556
- package/dist/{OverviewView-DypcGSm2.js → OverviewView-fZ064EjC.js} +4 -4
- package/dist/{Report-KZtIua_Z.js → Report-BCQvcNyE.js} +2 -2
- package/dist/{ReportEditor-z2DUlGRW.js → ReportEditor-NAPs19Fu.js} +3 -3
- package/dist/{ReportView-D4c6Ufy1.js → ReportView-DbD_wg7H.js} +5 -5
- package/dist/{Setting-BqDiKKaX.js → Setting-CZNRgVs2.js} +2 -2
- package/dist/TileEditor-C6Xs--mw.js +3252 -0
- package/dist/{TransitionFade-D-GlYElq.js → TransitionFade-BFqs60q_.js} +2 -2
- package/dist/app.js +32 -16
- package/dist/assets/formatChartData.worker-qsKmK9pO.js +4 -0
- package/dist/{v4-D1ICEWtF.js → v4-YwtleMoY.js} +1122 -1109
- package/package.json +1 -1
- package/dist/TileEditor-BUYcVXey.js +0 -3221
- package/dist/assets/formatChartData.worker-Bp7azaza.js +0 -4
|
@@ -3,9 +3,9 @@ import { u as Xt, f as _n, p as wn } from "./vue-i18n-B1WI_h8l.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-YwtleMoY.js";
|
|
7
7
|
import { a as yt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-CJBY5CtV.js";
|
|
8
|
-
import { R as Cn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { R as Cn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-EBVDgb_-.js";
|
|
9
9
|
const Tn = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
package/dist/app.js
CHANGED
|
@@ -60,7 +60,9 @@ const a = {
|
|
|
60
60
|
portrait: "Portrait",
|
|
61
61
|
landscape: "Landscape",
|
|
62
62
|
yes: "Yes",
|
|
63
|
-
no: "No"
|
|
63
|
+
no: "No",
|
|
64
|
+
restaurant: "Restaurant",
|
|
65
|
+
warehouse: "Warehouse"
|
|
64
66
|
},
|
|
65
67
|
category: {
|
|
66
68
|
All: "All",
|
|
@@ -576,7 +578,9 @@ const a = {
|
|
|
576
578
|
resizeTable: "Resize Table",
|
|
577
579
|
drill: "Drill",
|
|
578
580
|
subTotal: "SubTotal",
|
|
581
|
+
periodType: "Period Type",
|
|
579
582
|
transpose: "Transpose",
|
|
583
|
+
blend: "Blend",
|
|
580
584
|
none: "None",
|
|
581
585
|
grandTotal: "Grand total"
|
|
582
586
|
},
|
|
@@ -1223,7 +1227,9 @@ const a = {
|
|
|
1223
1227
|
portrait: "纵向",
|
|
1224
1228
|
landscape: "横向",
|
|
1225
1229
|
yes: "是",
|
|
1226
|
-
no: "否"
|
|
1230
|
+
no: "否",
|
|
1231
|
+
restaurant: "餐厅",
|
|
1232
|
+
warehouse: "仓库"
|
|
1227
1233
|
},
|
|
1228
1234
|
category: {
|
|
1229
1235
|
All: "全部",
|
|
@@ -1739,8 +1745,10 @@ const a = {
|
|
|
1739
1745
|
drill: "钻取",
|
|
1740
1746
|
subTotal: "小计",
|
|
1741
1747
|
transpose: "转置",
|
|
1748
|
+
blend: "融合",
|
|
1742
1749
|
none: "无",
|
|
1743
|
-
grandTotal: "总计"
|
|
1750
|
+
grandTotal: "总计",
|
|
1751
|
+
periodType: "期间类型"
|
|
1744
1752
|
},
|
|
1745
1753
|
sort: {
|
|
1746
1754
|
Sort: "排序",
|
|
@@ -2386,7 +2394,9 @@ const a = {
|
|
|
2386
2394
|
portrait: "แนวตั้ง",
|
|
2387
2395
|
landscape: "แนวนอน",
|
|
2388
2396
|
yes: "ใช่",
|
|
2389
|
-
no: "ไม่"
|
|
2397
|
+
no: "ไม่",
|
|
2398
|
+
restaurant: "ร้านอาหาร",
|
|
2399
|
+
warehouse: "คลังสินค้า"
|
|
2390
2400
|
},
|
|
2391
2401
|
category: {
|
|
2392
2402
|
All: "ทั้งหมด",
|
|
@@ -2902,8 +2912,10 @@ const a = {
|
|
|
2902
2912
|
drill: "เจาะลึก",
|
|
2903
2913
|
subTotal: "ยอดรวมย่อย",
|
|
2904
2914
|
transpose: "สลับแถวคอลัมน์",
|
|
2915
|
+
blend: "ผสาน",
|
|
2905
2916
|
none: "ไม่มี",
|
|
2906
|
-
grandTotal: "ยอดรวมทั้งหมด"
|
|
2917
|
+
grandTotal: "ยอดรวมทั้งหมด",
|
|
2918
|
+
periodType: "ประเภทช่วงเวลา"
|
|
2907
2919
|
},
|
|
2908
2920
|
sort: {
|
|
2909
2921
|
Sort: "เรียงลำดับ",
|
|
@@ -3549,7 +3561,9 @@ const a = {
|
|
|
3549
3561
|
portrait: "豎屏",
|
|
3550
3562
|
landscape: "橫屏",
|
|
3551
3563
|
yes: "是",
|
|
3552
|
-
no: "否"
|
|
3564
|
+
no: "否",
|
|
3565
|
+
restaurant: "餐廳",
|
|
3566
|
+
warehouse: "倉庫"
|
|
3553
3567
|
},
|
|
3554
3568
|
category: {
|
|
3555
3569
|
All: "全部",
|
|
@@ -4055,8 +4069,10 @@ const a = {
|
|
|
4055
4069
|
drill: "鑽取",
|
|
4056
4070
|
subTotal: "小計",
|
|
4057
4071
|
transpose: "轉置",
|
|
4072
|
+
blend: "融合",
|
|
4058
4073
|
none: "無",
|
|
4059
|
-
grandTotal: "總計"
|
|
4074
|
+
grandTotal: "總計",
|
|
4075
|
+
periodType: "期間類型"
|
|
4060
4076
|
},
|
|
4061
4077
|
sort: {
|
|
4062
4078
|
Sort: "排序",
|
|
@@ -4647,41 +4663,41 @@ const a = {
|
|
|
4647
4663
|
path: "/overview",
|
|
4648
4664
|
alias: ["/"],
|
|
4649
4665
|
name: "overview",
|
|
4650
|
-
component: () => import("./OverviewView-
|
|
4666
|
+
component: () => import("./OverviewView-fZ064EjC.js")
|
|
4651
4667
|
},
|
|
4652
4668
|
{
|
|
4653
4669
|
path: "/report",
|
|
4654
4670
|
name: "reports",
|
|
4655
|
-
component: () => import("./Report-
|
|
4671
|
+
component: () => import("./Report-BCQvcNyE.js")
|
|
4656
4672
|
},
|
|
4657
4673
|
{
|
|
4658
4674
|
path: "/insights",
|
|
4659
4675
|
name: "insights",
|
|
4660
|
-
component: () => import("./InsightView-
|
|
4676
|
+
component: () => import("./InsightView-B-ucnMqx.js")
|
|
4661
4677
|
},
|
|
4662
4678
|
{
|
|
4663
4679
|
path: "/report-view",
|
|
4664
4680
|
name: "reportView",
|
|
4665
|
-
component: () => import("./ReportView-
|
|
4681
|
+
component: () => import("./ReportView-DbD_wg7H.js")
|
|
4666
4682
|
},
|
|
4667
4683
|
{
|
|
4668
4684
|
path: "/report-editor",
|
|
4669
4685
|
name: "reportEditor",
|
|
4670
|
-
component: () => import("./ReportEditor-
|
|
4686
|
+
component: () => import("./ReportEditor-NAPs19Fu.js")
|
|
4671
4687
|
},
|
|
4672
4688
|
{
|
|
4673
4689
|
path: "/report-editor/tile-editor",
|
|
4674
4690
|
name: "tileEditor",
|
|
4675
|
-
component: () => import("./TileEditor-
|
|
4691
|
+
component: () => import("./TileEditor-C6Xs--mw.js")
|
|
4676
4692
|
},
|
|
4677
4693
|
{
|
|
4678
4694
|
path: "/setting",
|
|
4679
4695
|
name: "setting",
|
|
4680
|
-
component: () => import("./Setting-
|
|
4696
|
+
component: () => import("./Setting-CZNRgVs2.js")
|
|
4681
4697
|
},
|
|
4682
4698
|
{
|
|
4683
4699
|
path: "/integration",
|
|
4684
|
-
component: () => import("./Layout-
|
|
4700
|
+
component: () => import("./Layout-Dd8UMqWh.js"),
|
|
4685
4701
|
children: [
|
|
4686
4702
|
{
|
|
4687
4703
|
name: "integrations",
|
|
@@ -4715,7 +4731,7 @@ const u = {
|
|
|
4715
4731
|
"zh-CN": m,
|
|
4716
4732
|
"th-TH": c,
|
|
4717
4733
|
"zh-Hant": p
|
|
4718
|
-
}, h = e(() => import("./App-
|
|
4734
|
+
}, h = e(() => import("./App-DwuW8zUX.js"));
|
|
4719
4735
|
export {
|
|
4720
4736
|
h as FmApp,
|
|
4721
4737
|
u as i18nMessages,
|