@feedmepos/mf-report 5.12.0 → 5.13.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-DwuW8zUX.js → App-C_l_Aeaj.js} +3 -3
- package/dist/{v4-YwtleMoY.js → BaseDialog.vue_vue_type_script_setup_true_lang-Dz3P3ljT.js} +582 -508
- package/dist/{Default.vue_vue_type_script_setup_true_lang-DwqjvaFk.js → Default.vue_vue_type_script_setup_true_lang-Buyu7K9V.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-EBVDgb_-.js → DynamicWidget.vue_vue_type_script_setup_true_lang-cITdj1M4.js} +1 -1
- package/dist/{InsightView-B-ucnMqx.js → InsightView-Cn9Epu_a.js} +2 -2
- package/dist/{Layout-Dd8UMqWh.js → Layout-CnoUAHO2.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-DKoZ_qKe.js → MenuTab.vue_vue_type_script_setup_true_lang-VbzmzVWE.js} +24 -22
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-BkZmOyj6.js → NavigationTab.vue_vue_type_script_setup_true_lang-CzP2mZaF.js} +25 -26
- package/dist/{OverviewView-fZ064EjC.js → OverviewView-C93hW_o_.js} +4 -4
- package/dist/{Report-BCQvcNyE.js → Report-CdCufgxd.js} +2 -2
- package/dist/ReportEditor-CimIa3T0.js +1017 -0
- package/dist/{ReportView-DbD_wg7H.js → ReportView-CmU7z9KV.js} +5 -5
- package/dist/{Setting-CZNRgVs2.js → Setting-DRARul1q.js} +2 -2
- package/dist/TileEditor-B3M93VEM.js +2735 -0
- package/dist/TransitionFade-DRkD2C0U.js +2499 -0
- package/dist/app.js +21 -9
- package/dist/assets/{formatChartData.worker-qsKmK9pO.js → formatChartData.worker-CvTUNmfE.js} +2 -2
- package/package.json +1 -1
- package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js +0 -59
- package/dist/ReportEditor-NAPs19Fu.js +0 -972
- package/dist/TileEditor-C6Xs--mw.js +0 -3252
- package/dist/TransitionFade-BFqs60q_.js +0 -1980
package/dist/app.js
CHANGED
|
@@ -491,6 +491,9 @@ const a = {
|
|
|
491
491
|
applyWidget: "Apply to specific widget",
|
|
492
492
|
invalidSchema: "Invalid schema",
|
|
493
493
|
invalidDimension: "Invalid dimension",
|
|
494
|
+
operator: "Operator",
|
|
495
|
+
missingSchema: "Missing schema",
|
|
496
|
+
missingFilterSchema: "Missing filter schema",
|
|
494
497
|
hourOfDay: "Hour",
|
|
495
498
|
dayOfMonth: "Day",
|
|
496
499
|
dayOfWeek: "Weekday",
|
|
@@ -1657,6 +1660,9 @@ const a = {
|
|
|
1657
1660
|
applyWidget: "应用于指定小组件",
|
|
1658
1661
|
invalidSchema: "无效的结构",
|
|
1659
1662
|
invalidDimension: "无效的维度",
|
|
1663
|
+
operator: "比较符",
|
|
1664
|
+
missingSchema: "缺少数据结构",
|
|
1665
|
+
missingFilterSchema: "缺少筛选器数据结构",
|
|
1660
1666
|
hourOfDay: "小时",
|
|
1661
1667
|
dayOfMonth: "日期",
|
|
1662
1668
|
dayOfWeek: "星期",
|
|
@@ -2824,6 +2830,9 @@ const a = {
|
|
|
2824
2830
|
applyWidget: "ใช้กับวิดเจ็ตที่ระบุ",
|
|
2825
2831
|
invalidSchema: "สคีมาไม่ถูกต้อง",
|
|
2826
2832
|
invalidDimension: "มิติไม่ถูกต้อง",
|
|
2833
|
+
operator: "ตัวดำเนินการ",
|
|
2834
|
+
missingSchema: "สคีมาไม่ถูกต้อง",
|
|
2835
|
+
missingFilterSchema: "สคีมาไม่ถูกต้อง",
|
|
2827
2836
|
hourOfDay: "ชั่วโมง",
|
|
2828
2837
|
dayOfMonth: "วันที่",
|
|
2829
2838
|
dayOfWeek: "วันที่",
|
|
@@ -3981,6 +3990,9 @@ const a = {
|
|
|
3981
3990
|
applyWidget: "套用至指定小元件",
|
|
3982
3991
|
invalidSchema: "無效的結構",
|
|
3983
3992
|
invalidDimension: "無效的維度",
|
|
3993
|
+
operator: "比較符",
|
|
3994
|
+
missingSchema: "缺少資料結構",
|
|
3995
|
+
missingFilterSchema: "缺少篩選器資料結構",
|
|
3984
3996
|
hourOfDay: "小時",
|
|
3985
3997
|
dayOfMonth: "日期",
|
|
3986
3998
|
dayOfWeek: "星期",
|
|
@@ -4663,41 +4675,41 @@ const a = {
|
|
|
4663
4675
|
path: "/overview",
|
|
4664
4676
|
alias: ["/"],
|
|
4665
4677
|
name: "overview",
|
|
4666
|
-
component: () => import("./OverviewView-
|
|
4678
|
+
component: () => import("./OverviewView-C93hW_o_.js")
|
|
4667
4679
|
},
|
|
4668
4680
|
{
|
|
4669
4681
|
path: "/report",
|
|
4670
4682
|
name: "reports",
|
|
4671
|
-
component: () => import("./Report-
|
|
4683
|
+
component: () => import("./Report-CdCufgxd.js")
|
|
4672
4684
|
},
|
|
4673
4685
|
{
|
|
4674
4686
|
path: "/insights",
|
|
4675
4687
|
name: "insights",
|
|
4676
|
-
component: () => import("./InsightView-
|
|
4688
|
+
component: () => import("./InsightView-Cn9Epu_a.js")
|
|
4677
4689
|
},
|
|
4678
4690
|
{
|
|
4679
4691
|
path: "/report-view",
|
|
4680
4692
|
name: "reportView",
|
|
4681
|
-
component: () => import("./ReportView-
|
|
4693
|
+
component: () => import("./ReportView-CmU7z9KV.js")
|
|
4682
4694
|
},
|
|
4683
4695
|
{
|
|
4684
4696
|
path: "/report-editor",
|
|
4685
4697
|
name: "reportEditor",
|
|
4686
|
-
component: () => import("./ReportEditor-
|
|
4698
|
+
component: () => import("./ReportEditor-CimIa3T0.js")
|
|
4687
4699
|
},
|
|
4688
4700
|
{
|
|
4689
4701
|
path: "/report-editor/tile-editor",
|
|
4690
4702
|
name: "tileEditor",
|
|
4691
|
-
component: () => import("./TileEditor-
|
|
4703
|
+
component: () => import("./TileEditor-B3M93VEM.js")
|
|
4692
4704
|
},
|
|
4693
4705
|
{
|
|
4694
4706
|
path: "/setting",
|
|
4695
4707
|
name: "setting",
|
|
4696
|
-
component: () => import("./Setting-
|
|
4708
|
+
component: () => import("./Setting-DRARul1q.js")
|
|
4697
4709
|
},
|
|
4698
4710
|
{
|
|
4699
4711
|
path: "/integration",
|
|
4700
|
-
component: () => import("./Layout-
|
|
4712
|
+
component: () => import("./Layout-CnoUAHO2.js"),
|
|
4701
4713
|
children: [
|
|
4702
4714
|
{
|
|
4703
4715
|
name: "integrations",
|
|
@@ -4731,7 +4743,7 @@ const u = {
|
|
|
4731
4743
|
"zh-CN": m,
|
|
4732
4744
|
"th-TH": c,
|
|
4733
4745
|
"zh-Hant": p
|
|
4734
|
-
}, h = e(() => import("./App-
|
|
4746
|
+
}, h = e(() => import("./App-C_l_Aeaj.js"));
|
|
4735
4747
|
export {
|
|
4736
4748
|
h as FmApp,
|
|
4737
4749
|
u as i18nMessages,
|