flexmonster 2.9.84 → 2.9.85
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 +404 -404
- package/flexmonster.js +293 -293
- package/flexmonster.min.css +1 -1
- package/localizations/de.json +3 -3
- package/localizations/zh.json +18 -18
- 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 +1 -1
package/localizations/de.json
CHANGED
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"august": "August",
|
|
412
412
|
"december": "Dezember",
|
|
413
413
|
"february": "Februar",
|
|
414
|
-
"january": "
|
|
414
|
+
"january": "Januar",
|
|
415
415
|
"july": "Juli",
|
|
416
416
|
"june": "Juni",
|
|
417
417
|
"march": "März",
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
},
|
|
593
593
|
"weekdays": {
|
|
594
594
|
"fifth": "Donnerstag",
|
|
595
|
-
"first": "
|
|
595
|
+
"first": "Sonntag",
|
|
596
596
|
"fourth": "Mittwoch",
|
|
597
597
|
"second": "Montag",
|
|
598
598
|
"seventh": "Samstag",
|
|
@@ -608,4 +608,4 @@
|
|
|
608
608
|
"sixth": "Fr",
|
|
609
609
|
"third": "Di"
|
|
610
610
|
}
|
|
611
|
-
}
|
|
611
|
+
}
|
package/localizations/zh.json
CHANGED
|
@@ -427,9 +427,9 @@
|
|
|
427
427
|
"february": "二月",
|
|
428
428
|
"january": "一月",
|
|
429
429
|
"july": "七月",
|
|
430
|
-
"june": "
|
|
431
|
-
"march": "
|
|
432
|
-
"may": "
|
|
430
|
+
"june": "六月",
|
|
431
|
+
"march": "三月",
|
|
432
|
+
"may": "五月",
|
|
433
433
|
"november": "十一月",
|
|
434
434
|
"october": "十月",
|
|
435
435
|
"september": "九月"
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"confirm_message": "您的格式不会被应用。 </ br>无论如何,请确认您要切换值。",
|
|
472
472
|
"confirm_title": "您有一些未保存的更改",
|
|
473
473
|
"connect": "连接",
|
|
474
|
-
"connect_elastic": "
|
|
474
|
+
"connect_elastic": "连接到Elasticsearch",
|
|
475
475
|
"connect_elastic_mobile": "Elastic",
|
|
476
476
|
"connect_elastic_title": "连接到Elasticsearch",
|
|
477
477
|
"connect_local_csv": "连接本地CSV文件",
|
|
@@ -590,21 +590,21 @@
|
|
|
590
590
|
"unsortedIcon": "点击取消排序"
|
|
591
591
|
},
|
|
592
592
|
"weekdays": {
|
|
593
|
-
"fifth": "
|
|
594
|
-
"first": "
|
|
595
|
-
"fourth": "
|
|
593
|
+
"fifth": "周五",
|
|
594
|
+
"first": "周一",
|
|
595
|
+
"fourth": "周四",
|
|
596
596
|
"second": "周一",
|
|
597
|
-
"seventh": "
|
|
598
|
-
"sixth": "
|
|
599
|
-
"third": "
|
|
597
|
+
"seventh": "周日",
|
|
598
|
+
"sixth": "周六",
|
|
599
|
+
"third": "周三"
|
|
600
600
|
},
|
|
601
601
|
"weekdaysShort": {
|
|
602
|
-
"fifth": "
|
|
603
|
-
"first": "
|
|
604
|
-
"fourth": "
|
|
605
|
-
"second": "
|
|
606
|
-
"seventh": "
|
|
607
|
-
"sixth": "
|
|
608
|
-
"third": "
|
|
602
|
+
"fifth": "周五",
|
|
603
|
+
"first": "周一",
|
|
604
|
+
"fourth": "周四",
|
|
605
|
+
"second": "周二",
|
|
606
|
+
"seventh": "周日",
|
|
607
|
+
"sixth": "周六",
|
|
608
|
+
"third": "周三"
|
|
609
609
|
}
|
|
610
|
-
}
|
|
610
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.85",
|
|
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",
|