@feedmepos/mf-report 5.12.0-beta.0 → 5.13.0-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.
Files changed (22) hide show
  1. package/dist/{App-Dt-SMnWu.js → App-Ct3yuLBM.js} +3 -3
  2. package/dist/{v4-DW_zpoT-.js → BaseDialog.vue_vue_type_script_setup_true_lang-BVh9CBG8.js} +582 -508
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-BSwve-GF.js → Default.vue_vue_type_script_setup_true_lang-Dm_oN-5O.js} +1 -1
  4. package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-BWxjFFx4.js → DynamicWidget.vue_vue_type_script_setup_true_lang-wpgkxZrA.js} +1 -1
  5. package/dist/{InsightView-Cf_uIadw.js → InsightView-DRwRR0H4.js} +2 -2
  6. package/dist/{Layout-DcBp5c1L.js → Layout-C1VAizPU.js} +1 -1
  7. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-COVQ5t0s.js → MenuTab.vue_vue_type_script_setup_true_lang-BUhdTqWm.js} +24 -22
  8. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-CcgTfmOk.js → NavigationTab.vue_vue_type_script_setup_true_lang-CyvrW5EA.js} +25 -26
  9. package/dist/{OverviewView-C-xKuZxs.js → OverviewView-CyMUY5vR.js} +4 -4
  10. package/dist/{Report-DcL0fAqT.js → Report-C5VE4kBy.js} +2 -2
  11. package/dist/ReportEditor-JeuV4I-i.js +1017 -0
  12. package/dist/{ReportView-BUMzxXKN.js → ReportView-Cdotft9j.js} +5 -5
  13. package/dist/{Setting-Dx-ZiLqK.js → Setting-T1QsZfb_.js} +2 -2
  14. package/dist/TileEditor-CjtPunhn.js +2735 -0
  15. package/dist/TransitionFade-lILBAWNM.js +2499 -0
  16. package/dist/app.js +21 -9
  17. package/dist/assets/{formatChartData.worker-qsKmK9pO.js → formatChartData.worker-CvTUNmfE.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js +0 -59
  20. package/dist/ReportEditor-C2TOXxs9.js +0 -972
  21. package/dist/TileEditor-TWUJBLe7.js +0 -3252
  22. package/dist/TransitionFade-CfPTdxon.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-C-xKuZxs.js")
4678
+ component: () => import("./OverviewView-CyMUY5vR.js")
4667
4679
  },
4668
4680
  {
4669
4681
  path: "/report",
4670
4682
  name: "reports",
4671
- component: () => import("./Report-DcL0fAqT.js")
4683
+ component: () => import("./Report-C5VE4kBy.js")
4672
4684
  },
4673
4685
  {
4674
4686
  path: "/insights",
4675
4687
  name: "insights",
4676
- component: () => import("./InsightView-Cf_uIadw.js")
4688
+ component: () => import("./InsightView-DRwRR0H4.js")
4677
4689
  },
4678
4690
  {
4679
4691
  path: "/report-view",
4680
4692
  name: "reportView",
4681
- component: () => import("./ReportView-BUMzxXKN.js")
4693
+ component: () => import("./ReportView-Cdotft9j.js")
4682
4694
  },
4683
4695
  {
4684
4696
  path: "/report-editor",
4685
4697
  name: "reportEditor",
4686
- component: () => import("./ReportEditor-C2TOXxs9.js")
4698
+ component: () => import("./ReportEditor-JeuV4I-i.js")
4687
4699
  },
4688
4700
  {
4689
4701
  path: "/report-editor/tile-editor",
4690
4702
  name: "tileEditor",
4691
- component: () => import("./TileEditor-TWUJBLe7.js")
4703
+ component: () => import("./TileEditor-CjtPunhn.js")
4692
4704
  },
4693
4705
  {
4694
4706
  path: "/setting",
4695
4707
  name: "setting",
4696
- component: () => import("./Setting-Dx-ZiLqK.js")
4708
+ component: () => import("./Setting-T1QsZfb_.js")
4697
4709
  },
4698
4710
  {
4699
4711
  path: "/integration",
4700
- component: () => import("./Layout-DcBp5c1L.js"),
4712
+ component: () => import("./Layout-C1VAizPU.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-Dt-SMnWu.js"));
4746
+ }, h = e(() => import("./App-Ct3yuLBM.js"));
4735
4747
  export {
4736
4748
  h as FmApp,
4737
4749
  u as i18nMessages,