flexmonster 2.9.17 → 2.9.20
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/flexmonster.css +99 -1
- package/flexmonster.es5.full.js +3082 -3068
- package/flexmonster.es5.js +2849 -2835
- package/flexmonster.full.js +2729 -2705
- package/flexmonster.js +2497 -2473
- package/flexmonster.min.css +1 -1
- package/lib/flexmonster.highcharts.js +6 -0
- package/localizations/de.json +3 -0
- package/localizations/en.json +3 -0
- package/localizations/es.json +3 -0
- package/localizations/fr.json +3 -0
- package/localizations/hu.json +3 -0
- package/localizations/id.json +556 -553
- package/localizations/it.json +3 -0
- package/localizations/nl.json +4 -1
- package/localizations/pt.json +3 -0
- package/localizations/th.json +556 -553
- package/localizations/tr.json +3 -0
- package/localizations/uk.json +3 -0
- package/localizations/zh.json +3 -0
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +99 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +99 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +99 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +99 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +116 -1
- package/theme/green/flexmonster.css +99 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +99 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +99 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +99 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +99 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +99 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +99 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +99 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +99 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +99 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +99 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +99 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +7 -3
package/localizations/tr.json
CHANGED
|
@@ -353,6 +353,9 @@
|
|
|
353
353
|
"csvHeaderParsingError": "CSV başlık ayrıştırma hatası.",
|
|
354
354
|
"dataStreamError": "'{0}' yüklenirken akış hatası oluştu <br/> <br/> <u> <a href = 'https: //www.flexmonster.com/doc/typical-errors/#stream-error' target = ' _blank '> Bu hata hakkında daha fazla bilgi edinin </a> </u>",
|
|
355
355
|
"dataWasUpdated": "Veri kaynağı sunucuda güncellendi. Raporu yenile?",
|
|
356
|
+
"elastic": {
|
|
357
|
+
"errorConnection": "'<u><a href='{0}'>{0}</a></u>' Elasticsearch uç noktasına bağlanılamıyor.<br/><br/> Sorunu çözmek için aşağıdaki noktaları kontrol edin:<br/> - URL'nin doğru olduğundan emin olun<br/> - CORS'u etkinleştir<br/> - herhangi bir hata için tarayıcı konsolunu kontrol edin"
|
|
358
|
+
},
|
|
356
359
|
"error": "Hata",
|
|
357
360
|
"errorTextMessage": "</br> Ayrıntılar: '{0}'",
|
|
358
361
|
"excelCsvChartsExportError": "Microsoft Excel'e veya CSV'ye dışa aktarma grafikler için kullanılamaz.",
|
package/localizations/uk.json
CHANGED
|
@@ -353,6 +353,9 @@
|
|
|
353
353
|
"csvHeaderParsingError": "CSV header parsing error.",
|
|
354
354
|
"dataStreamError": "Stream error occurred while loading '{0}'<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#stream-error' target='_blank'>Read more info about this error</a></u>",
|
|
355
355
|
"dataWasUpdated": "Data source has been updated on the server. Refresh the report?",
|
|
356
|
+
"elastic": {
|
|
357
|
+
"errorConnection": "Не вдається підключитися до Elasticsearch '<u><a href='{0}'>{0}</a></u>'.<br/><br/> Перевірте наступні пункти, щоб вирішити проблему:<br/> - переконайтеся, що URL-адреса правильна<br/> - увімкніть CORS<br/> - перевірте консоль браузера на наявність помилок"
|
|
358
|
+
},
|
|
356
359
|
"error": "Помилка!",
|
|
357
360
|
"errorTextMessage": "</br>Деталі: '{0}'",
|
|
358
361
|
"excelCsvChartsExportError": "Export to Microsoft Excel or CSV is not available for charts.",
|
package/localizations/zh.json
CHANGED
|
@@ -353,6 +353,9 @@
|
|
|
353
353
|
"csvHeaderParsingError": "CSV页眉解析错误.",
|
|
354
354
|
"dataStreamError": "加载'{0}'时发生数据流错误.<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#stream-error' target='_blank'>阅读关于这个错误的更多信息</a></u>",
|
|
355
355
|
"dataWasUpdated": "数据源已在服务器上更新。要刷新报表吗?",
|
|
356
|
+
"elastic": {
|
|
357
|
+
"errorConnection": "无法连接到 Elasticsearch 端点'<u><a href='{0}'>{0}</a></u>'。<br/><br/>检查以下几点以解决问题:<br/> - 确保 URL 正确<br/>- 启用 CORS<br/> - 检查浏览器控制台是否有任何错误"
|
|
358
|
+
},
|
|
356
359
|
"error": "错误",
|
|
357
360
|
"errorTextMessage": "</br>细节: '{0}'",
|
|
358
361
|
"excelCsvChartsExportError": "图表无法导出到Microsoft Excel或CSV.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.20",
|
|
4
4
|
"description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.",
|
|
5
5
|
"main": "flexmonster.full.js",
|
|
6
6
|
"typings": "./types/flexmonster.d.ts",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
2
|
+
--fm-version: "2.9.20";
|
|
3
3
|
}
|
|
4
4
|
/* ===== RESET STYLES ===== */
|
|
5
5
|
#fm-pivot-view,
|
|
@@ -4848,10 +4848,104 @@
|
|
|
4848
4848
|
}
|
|
4849
4849
|
#fm-pivot-view div.fm-calculated-view .fm-popup-content {
|
|
4850
4850
|
position: relative;
|
|
4851
|
+
/*Calculated view search */
|
|
4851
4852
|
}
|
|
4852
4853
|
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-name-input {
|
|
4853
4854
|
margin-bottom: 20px;
|
|
4854
4855
|
}
|
|
4856
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header {
|
|
4857
|
+
background: #E8E8E8;
|
|
4858
|
+
position: relative;
|
|
4859
|
+
border: 1px solid #111;
|
|
4860
|
+
border-bottom: 0px;
|
|
4861
|
+
}
|
|
4862
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-list-header-label-wrap {
|
|
4863
|
+
width: calc(100% - 40px);
|
|
4864
|
+
width: -webkit-calc(60%);
|
|
4865
|
+
padding: 10px;
|
|
4866
|
+
}
|
|
4867
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header span.fm-ui-label {
|
|
4868
|
+
color: #111;
|
|
4869
|
+
}
|
|
4870
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap {
|
|
4871
|
+
position: absolute;
|
|
4872
|
+
top: 0;
|
|
4873
|
+
right: 0;
|
|
4874
|
+
width: 40px;
|
|
4875
|
+
height: 100%;
|
|
4876
|
+
border-left: 1px solid #111;
|
|
4877
|
+
z-index: 9;
|
|
4878
|
+
}
|
|
4879
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn {
|
|
4880
|
+
position: absolute;
|
|
4881
|
+
width: 100%;
|
|
4882
|
+
height: 38px;
|
|
4883
|
+
cursor: pointer;
|
|
4884
|
+
z-index: 3;
|
|
4885
|
+
border: none;
|
|
4886
|
+
background: transparent;
|
|
4887
|
+
}
|
|
4888
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search {
|
|
4889
|
+
color: #111;
|
|
4890
|
+
position: absolute;
|
|
4891
|
+
top: 5px;
|
|
4892
|
+
right: 7px;
|
|
4893
|
+
}
|
|
4894
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search::before {
|
|
4895
|
+
font-size: 25px;
|
|
4896
|
+
}
|
|
4897
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened {
|
|
4898
|
+
width: 100%;
|
|
4899
|
+
height: 100%;
|
|
4900
|
+
border-left: none;
|
|
4901
|
+
}
|
|
4902
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-icon-act_close,
|
|
4903
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-inp {
|
|
4904
|
+
visibility: visible;
|
|
4905
|
+
opacity: 1;
|
|
4906
|
+
}
|
|
4907
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-select-counter {
|
|
4908
|
+
display: none;
|
|
4909
|
+
}
|
|
4910
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn {
|
|
4911
|
+
font-size: 0;
|
|
4912
|
+
width: 40px;
|
|
4913
|
+
left: 0;
|
|
4914
|
+
pointer-events: none;
|
|
4915
|
+
}
|
|
4916
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn .fm-icon-act_search:before {
|
|
4917
|
+
color: #111;
|
|
4918
|
+
}
|
|
4919
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-icon-act_close {
|
|
4920
|
+
visibility: hidden;
|
|
4921
|
+
position: absolute;
|
|
4922
|
+
right: 0;
|
|
4923
|
+
top: 0;
|
|
4924
|
+
height: 100%;
|
|
4925
|
+
width: 39px;
|
|
4926
|
+
cursor: pointer;
|
|
4927
|
+
z-index: 3;
|
|
4928
|
+
color: #111;
|
|
4929
|
+
}
|
|
4930
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-icon-act_close::before {
|
|
4931
|
+
font-size: 26px;
|
|
4932
|
+
position: absolute;
|
|
4933
|
+
top: 5px;
|
|
4934
|
+
left: 6px;
|
|
4935
|
+
}
|
|
4936
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-inp {
|
|
4937
|
+
visibility: hidden;
|
|
4938
|
+
position: absolute;
|
|
4939
|
+
right: 0;
|
|
4940
|
+
top: 0px;
|
|
4941
|
+
width: 100%;
|
|
4942
|
+
height: 37px;
|
|
4943
|
+
padding-left: 40px;
|
|
4944
|
+
padding-right: 40px;
|
|
4945
|
+
border-top: 0px;
|
|
4946
|
+
border-right: 0px;
|
|
4947
|
+
border-left: 0px;
|
|
4948
|
+
}
|
|
4855
4949
|
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-content {
|
|
4856
4950
|
border: 1px solid #111;
|
|
4857
4951
|
margin-bottom: 20px;
|
|
@@ -4883,6 +4977,10 @@
|
|
|
4883
4977
|
width: calc(100% - 50px);
|
|
4884
4978
|
width: -webkit-calc(100% - 50px);
|
|
4885
4979
|
}
|
|
4980
|
+
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-text-display .fm-search-highlight {
|
|
4981
|
+
background-color: #FFFF00;
|
|
4982
|
+
font-weight: inherit;
|
|
4983
|
+
}
|
|
4886
4984
|
#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display {
|
|
4887
4985
|
width: 32px;
|
|
4888
4986
|
height: 100%;
|