@feedmepos/mf-report 5.19.20 → 5.19.21-beta.1
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-CpPkDCME.js → App-nUveJE2d.js} +31 -31
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-BLVm6EP9.js → BaseDialog.vue_vue_type_script_setup_true_lang-BMUdA00d.js} +2096 -1854
- package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-BeBr4VIF.js +282 -0
- package/dist/{Default.vue_vue_type_script_setup_true_lang-DTHkWGvx.js → Default.vue_vue_type_script_setup_true_lang-B4KGPc-A.js} +2 -2
- package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-TaboGeqe.js +2455 -0
- package/dist/{InsightView-wYbhKrWa.js → InsightView-VRhKOgcg.js} +5 -5
- package/dist/{Integration-GkPCivXG.js → Integration-BovNO2yX.js} +2 -2
- package/dist/{Integrations-BGNXoeWI.js → Integrations-DIXSWGS_.js} +3 -3
- package/dist/{Layout-B7pJLV4_.js → Layout-Djm1HkoE.js} +1 -1
- package/dist/MenuTab.vue_vue_type_script_setup_true_lang-BKLjwl2R.js +107 -0
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-Cl6q8Efn.js → NavigationTab.vue_vue_type_script_setup_true_lang-BRpEu6MW.js} +7331 -7518
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-CUuIeYhQ.js → NoData.vue_vue_type_script_setup_true_lang-CtN7oqXx.js} +1 -1
- package/dist/{OverviewView-DzumtIfB.js → OverviewView-D58xngVs.js} +5 -5
- package/dist/{Report-B_SX8ejx.js → Report-B-YYrr3B.js} +4 -4
- package/dist/ReportEditor-0cP29pgc.js +1070 -0
- package/dist/{ReportView-DPMurcsC.js → ReportView-BgUotxrl.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-IdXw91_v.js → SelectComponent.vue_vue_type_script_setup_true_lang-BcQEW5MO.js} +1 -1
- package/dist/{Setting-BsikuNba.js → Setting-DgU3IvCo.js} +4 -4
- package/dist/TileEditor-DzDpc7L6.js +2766 -0
- package/dist/TransitionFade-DwcV3_6N.js +2366 -0
- package/dist/app.js +49 -23
- package/dist/assets/formatChartData.worker-Cb40k96i.js +134 -0
- package/dist/assets/processTableData.worker-DS6uNX_h.js +134 -0
- package/dist/{vue-i18n-D33f1SSo.js → vue-i18n-BJW_sJot.js} +405 -400
- package/package.json +1 -1
- package/dist/DateRangeSelect.vue_vue_type_script_setup_true_lang-C7mhpRK0.js +0 -185
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-DVY4vxAN.js +0 -1669
- package/dist/MenuTab.vue_vue_type_script_setup_true_lang-C7pQMilo.js +0 -352
- package/dist/ReportEditor-D5OHT5As.js +0 -1013
- package/dist/TileEditor-Bzk4U52d.js +0 -2735
- package/dist/TransitionFade-Blz6m84x.js +0 -2499
- package/dist/assets/formatChartData.worker-CO5zKPH5.js +0 -134
- package/dist/assets/processTableData.worker-BAMcED0j.js +0 -134
- package/dist/helper-B2iB0Dbh.js +0 -75
package/dist/app.js
CHANGED
|
@@ -495,7 +495,7 @@ const a = {
|
|
|
495
495
|
description: "Dimension is the field of table",
|
|
496
496
|
add: "Add dimension",
|
|
497
497
|
label: "Label",
|
|
498
|
-
|
|
498
|
+
formatter: "Formatter",
|
|
499
499
|
fillGap: "Fill gap",
|
|
500
500
|
dateComparison: "Date comparison",
|
|
501
501
|
hide: "Hide",
|
|
@@ -528,7 +528,15 @@ const a = {
|
|
|
528
528
|
dayOfMonth: "Day",
|
|
529
529
|
dayOfWeek: "Weekday",
|
|
530
530
|
monthOfYear: "Month",
|
|
531
|
-
timeOfDay: "Time
|
|
531
|
+
timeOfDay: "Time",
|
|
532
|
+
dateTime: "Date",
|
|
533
|
+
advanced: "Advanced",
|
|
534
|
+
loadMore: "Load more",
|
|
535
|
+
includeUnavailableOptions: "Include unavailable options",
|
|
536
|
+
keepSelection: "Keep selection",
|
|
537
|
+
keepSelectionTooltip: "Keep your current selections when you change date, location, even if those options are no longer available.",
|
|
538
|
+
hideGlobalFilters: "Hide global filters",
|
|
539
|
+
showGlobalFilters: "Show global filters"
|
|
532
540
|
},
|
|
533
541
|
metric: {
|
|
534
542
|
Metric: "Metric",
|
|
@@ -536,7 +544,7 @@ const a = {
|
|
|
536
544
|
add: "Add metric",
|
|
537
545
|
label: "Label",
|
|
538
546
|
aggregation: "Aggregation",
|
|
539
|
-
|
|
547
|
+
formatter: "Formatter",
|
|
540
548
|
hide: "Hide",
|
|
541
549
|
moveToRow: "Move to row",
|
|
542
550
|
advance: "Advance",
|
|
@@ -1738,7 +1746,7 @@ const a = {
|
|
|
1738
1746
|
description: "维度是表格的字段",
|
|
1739
1747
|
add: "添加维度",
|
|
1740
1748
|
label: "标签",
|
|
1741
|
-
|
|
1749
|
+
formatter: "格式",
|
|
1742
1750
|
fillGap: "填充间隙",
|
|
1743
1751
|
dateComparison: "日期比较",
|
|
1744
1752
|
hide: "隐藏",
|
|
@@ -1771,7 +1779,13 @@ const a = {
|
|
|
1771
1779
|
dayOfMonth: "日期",
|
|
1772
1780
|
dayOfWeek: "星期",
|
|
1773
1781
|
monthOfYear: "月份",
|
|
1774
|
-
timeOfDay: "时间"
|
|
1782
|
+
timeOfDay: "时间",
|
|
1783
|
+
dateTime: "日期",
|
|
1784
|
+
advanced: "高级",
|
|
1785
|
+
loadMore: "加载更多",
|
|
1786
|
+
includeUnavailableOptions: "包含不可用选项",
|
|
1787
|
+
keepSelection: "保持选择",
|
|
1788
|
+
keepSelectionTooltip: "保持当前选择,即使在更改日期、位置后这些选项不再可用时也是如此"
|
|
1775
1789
|
},
|
|
1776
1790
|
metric: {
|
|
1777
1791
|
Metric: "指标",
|
|
@@ -1779,7 +1793,7 @@ const a = {
|
|
|
1779
1793
|
add: "添加指标",
|
|
1780
1794
|
label: "标签",
|
|
1781
1795
|
aggregation: "聚合",
|
|
1782
|
-
|
|
1796
|
+
formatter: "格式",
|
|
1783
1797
|
hide: "隐藏",
|
|
1784
1798
|
moveToRow: "移动到行",
|
|
1785
1799
|
advance: "高级",
|
|
@@ -2983,7 +2997,7 @@ const a = {
|
|
|
2983
2997
|
description: "มิติคือฟิลด์ในตาราง",
|
|
2984
2998
|
add: "เพิ่มมิติ",
|
|
2985
2999
|
label: "ป้ายกำกับ",
|
|
2986
|
-
|
|
3000
|
+
formmatter: "รูปแบบ",
|
|
2987
3001
|
fillGap: "เติมช่องว่าง",
|
|
2988
3002
|
dateComparison: "เปรียบเทียบวันที่",
|
|
2989
3003
|
hide: "ซ่อน",
|
|
@@ -3016,7 +3030,13 @@ const a = {
|
|
|
3016
3030
|
dayOfMonth: "วันที่",
|
|
3017
3031
|
dayOfWeek: "วันที่",
|
|
3018
3032
|
monthOfYear: "เดือน",
|
|
3019
|
-
timeOfDay: "
|
|
3033
|
+
timeOfDay: "เวลา",
|
|
3034
|
+
dateTime: "วันที่",
|
|
3035
|
+
advanced: "ขั้นสูง",
|
|
3036
|
+
loadMore: "โหลดเพิ่มเติม",
|
|
3037
|
+
includeUnavailableOptions: "รวมตัวเลือกที่ไม่สามารถใช้ได้",
|
|
3038
|
+
keepSelection: "เก็บการเลือก",
|
|
3039
|
+
keepSelectionTooltip: "เมื่อเปิดใช้งาน ตัวเลือกที่ไม่สามารถใช้ได้จะยังคงถูกเก็บไว้ในการเลือกของคุณ แม้ว่าจะไม่มีข้อมูลสำหรับตัวเลือกเหล่านั้นในช่วงเวลาที่เลือกก็ตาม"
|
|
3020
3040
|
},
|
|
3021
3041
|
metric: {
|
|
3022
3042
|
Metric: "เมตริก",
|
|
@@ -3024,7 +3044,7 @@ const a = {
|
|
|
3024
3044
|
add: "เพิ่มเมตริก",
|
|
3025
3045
|
label: "ป้ายกำกับ",
|
|
3026
3046
|
aggregation: "การรวมกลุ่ม",
|
|
3027
|
-
|
|
3047
|
+
formmatter: "รูปแบบ",
|
|
3028
3048
|
hide: "ซ่อน",
|
|
3029
3049
|
moveToRow: "ย้ายไปแถว",
|
|
3030
3050
|
advance: "ขั้นสูง",
|
|
@@ -4217,7 +4237,7 @@ const a = {
|
|
|
4217
4237
|
description: "維度是表格的字段",
|
|
4218
4238
|
add: "添加維度",
|
|
4219
4239
|
label: "標籤",
|
|
4220
|
-
|
|
4240
|
+
formatter: "格式",
|
|
4221
4241
|
fillGap: "填充間隙",
|
|
4222
4242
|
dateComparison: "日期比較",
|
|
4223
4243
|
hide: "隱藏",
|
|
@@ -4250,7 +4270,13 @@ const a = {
|
|
|
4250
4270
|
dayOfMonth: "日期",
|
|
4251
4271
|
dayOfWeek: "星期",
|
|
4252
4272
|
monthOfYear: "月份",
|
|
4253
|
-
timeOfDay: "時間"
|
|
4273
|
+
timeOfDay: "時間",
|
|
4274
|
+
dateTime: "日期",
|
|
4275
|
+
advanced: "高級",
|
|
4276
|
+
loadMore: "加載更多",
|
|
4277
|
+
includeUnavailableOptions: "包含不可用選項",
|
|
4278
|
+
keepSelection: "保持選擇",
|
|
4279
|
+
keepSelectionTooltip: "當篩選器選項不可用時,保持當前選擇不變"
|
|
4254
4280
|
},
|
|
4255
4281
|
metric: {
|
|
4256
4282
|
Metric: "指標",
|
|
@@ -4258,7 +4284,7 @@ const a = {
|
|
|
4258
4284
|
add: "添加指標",
|
|
4259
4285
|
label: "標籤",
|
|
4260
4286
|
aggregation: "聚合",
|
|
4261
|
-
|
|
4287
|
+
formatter: "格式",
|
|
4262
4288
|
hide: "隱藏",
|
|
4263
4289
|
moveToRow: "移動到行",
|
|
4264
4290
|
advance: "高級",
|
|
@@ -4972,51 +4998,51 @@ const a = {
|
|
|
4972
4998
|
path: "/overview",
|
|
4973
4999
|
alias: ["/"],
|
|
4974
5000
|
name: "overview",
|
|
4975
|
-
component: () => import("./OverviewView-
|
|
5001
|
+
component: () => import("./OverviewView-D58xngVs.js")
|
|
4976
5002
|
},
|
|
4977
5003
|
{
|
|
4978
5004
|
path: "/report",
|
|
4979
5005
|
name: "reports",
|
|
4980
|
-
component: () => import("./Report-
|
|
5006
|
+
component: () => import("./Report-B-YYrr3B.js")
|
|
4981
5007
|
},
|
|
4982
5008
|
{
|
|
4983
5009
|
path: "/insights",
|
|
4984
5010
|
name: "insights",
|
|
4985
|
-
component: () => import("./InsightView-
|
|
5011
|
+
component: () => import("./InsightView-VRhKOgcg.js")
|
|
4986
5012
|
},
|
|
4987
5013
|
{
|
|
4988
5014
|
path: "/report-view",
|
|
4989
5015
|
name: "reportView",
|
|
4990
|
-
component: () => import("./ReportView-
|
|
5016
|
+
component: () => import("./ReportView-BgUotxrl.js")
|
|
4991
5017
|
},
|
|
4992
5018
|
{
|
|
4993
5019
|
path: "/report-editor",
|
|
4994
5020
|
name: "reportEditor",
|
|
4995
|
-
component: () => import("./ReportEditor-
|
|
5021
|
+
component: () => import("./ReportEditor-0cP29pgc.js")
|
|
4996
5022
|
},
|
|
4997
5023
|
{
|
|
4998
5024
|
path: "/report-editor/tile-editor",
|
|
4999
5025
|
name: "tileEditor",
|
|
5000
|
-
component: () => import("./TileEditor-
|
|
5026
|
+
component: () => import("./TileEditor-DzDpc7L6.js")
|
|
5001
5027
|
},
|
|
5002
5028
|
{
|
|
5003
5029
|
path: "/setting",
|
|
5004
5030
|
name: "setting",
|
|
5005
|
-
component: () => import("./Setting-
|
|
5031
|
+
component: () => import("./Setting-DgU3IvCo.js")
|
|
5006
5032
|
},
|
|
5007
5033
|
{
|
|
5008
5034
|
path: "/integration",
|
|
5009
|
-
component: () => import("./Layout-
|
|
5035
|
+
component: () => import("./Layout-Djm1HkoE.js"),
|
|
5010
5036
|
children: [
|
|
5011
5037
|
{
|
|
5012
5038
|
name: "integrations",
|
|
5013
5039
|
path: "",
|
|
5014
|
-
component: () => import("./Integrations-
|
|
5040
|
+
component: () => import("./Integrations-DIXSWGS_.js")
|
|
5015
5041
|
},
|
|
5016
5042
|
{
|
|
5017
5043
|
name: "integration",
|
|
5018
5044
|
path: "/integration/:id",
|
|
5019
|
-
component: () => import("./Integration-
|
|
5045
|
+
component: () => import("./Integration-BovNO2yX.js")
|
|
5020
5046
|
}
|
|
5021
5047
|
]
|
|
5022
5048
|
},
|
|
@@ -5040,7 +5066,7 @@ const u = {
|
|
|
5040
5066
|
"zh-CN": m,
|
|
5041
5067
|
"th-TH": c,
|
|
5042
5068
|
"zh-Hant": p
|
|
5043
|
-
}, h = e(() => import("./App-
|
|
5069
|
+
}, h = e(() => import("./App-nUveJE2d.js"));
|
|
5044
5070
|
export {
|
|
5045
5071
|
h as FmApp,
|
|
5046
5072
|
u as i18nMessages,
|