flexmonster 2.9.79 → 2.9.81
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 +1 -1
- package/flexmonster.full.js +2420 -2416
- package/flexmonster.js +2308 -2304
- package/flexmonster.min.css +1 -1
- package/localizations/de.json +2 -0
- package/localizations/en.json +516 -506
- package/localizations/es.json +10 -8
- package/localizations/fr.json +3 -1
- package/localizations/hu.json +3 -1
- package/localizations/id.json +2 -0
- package/localizations/it.json +3 -1
- package/localizations/nl.json +2 -0
- package/localizations/pt.json +3 -1
- package/localizations/th.json +2 -0
- package/localizations/tr.json +2 -0
- package/localizations/uk.json +572 -570
- package/localizations/zh.json +3 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +1 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +1 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +1 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +1 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +1 -1
- package/theme/green/flexmonster.css +1 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +1 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +1 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +1 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +1 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +1 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +1 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +1 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +1 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +1 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +1 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +1 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +16 -6
package/localizations/zh.json
CHANGED
|
@@ -361,8 +361,10 @@
|
|
|
361
361
|
"errorTextMessage": "</br>细节: '{0}'",
|
|
362
362
|
"excelCsvChartsExportError": "图表无法导出到Microsoft Excel或CSV.",
|
|
363
363
|
"exportError": "导出失败,发生意外错误.",
|
|
364
|
-
"exportFontLoadingError": "
|
|
364
|
+
"exportFontLoadingError": "加载字体失败。出现意外错误。",
|
|
365
|
+
"exportImageToPdfTooLargeError": "图像太大,无法导出为 PDF 格式。请缩小图表尺寸。",
|
|
365
366
|
"exportProgress": "导出正在处理中...",
|
|
367
|
+
"fileLoadingIncomplete": "文件过大,由于浏览器限制无法完全加载。",
|
|
366
368
|
"flatTableIsNotSupported": "{0}数据源不支持平面表。",
|
|
367
369
|
"inappropriateFileFormat": "数据文件格式不匹配.",
|
|
368
370
|
"invalidDataSource": "无效的数据源或目录.请检查. <br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#invalid-datasource' target='_blank'>阅读关于这个错误的更多信息</a></u>",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.81",
|
|
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",
|