devexpress-reporting 18.2.14 → 18.2.17
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/css/dx-reportdesigner.css +3 -3
- package/dist/css/dx-webdocumentviewer.css +3 -3
- package/dist/html/templates.html +9 -9
- package/dist/js/dx-reportdesigner.js +3 -3
- package/dist/js/dx-reportdesigner.min.js +3 -3
- package/dist/js/dx-webdocumentviewer.js +3 -3
- package/dist/js/dx-webdocumentviewer.min.js +3 -3
- package/dist/js/localization/report-designer.de.js +3 -3
- package/dist/js/localization/report-designer.en.js +3 -3
- package/dist/js/localization/report-designer.es.js +3 -3
- package/dist/js/localization/report-designer.ja.js +3 -3
- package/dist/js/localization/report-designer.ru.js +3 -3
- package/dist/js/localization/web-document-viewer.de.js +13 -13
- package/dist/js/localization/web-document-viewer.en.js +3 -3
- package/dist/js/localization/web-document-viewer.es.js +3 -3
- package/dist/js/localization/web-document-viewer.ja.js +3 -3
- package/dist/js/localization/web-document-viewer.ru.js +3 -3
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.css)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.css)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
package/dist/html/templates.html
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
/**
|
|
3
3
|
* DevExpress HTML/JS Reporting (web-document-viewer.html)
|
|
4
|
-
* Version: 18.2.
|
|
5
|
-
* Build date:
|
|
6
|
-
* Copyright (c) 2012 -
|
|
4
|
+
* Version: 18.2.15
|
|
5
|
+
* Build date: 2021-04-23
|
|
6
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
8
8
|
*/
|
|
9
9
|
-->
|
|
@@ -671,9 +671,9 @@
|
|
|
671
671
|
<!--
|
|
672
672
|
/**
|
|
673
673
|
* DevExpress HTML/JS Chart Designer (chart-designer.html)
|
|
674
|
-
* Version: 18.2.
|
|
675
|
-
* Build date:
|
|
676
|
-
* Copyright (c) 2012 -
|
|
674
|
+
* Version: 18.2.15
|
|
675
|
+
* Build date: 2021-04-23
|
|
676
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
677
677
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
678
678
|
*/
|
|
679
679
|
-->
|
|
@@ -873,9 +873,9 @@
|
|
|
873
873
|
<!--
|
|
874
874
|
/**
|
|
875
875
|
* DevExpress HTML/JS Reporting (report-designer.html)
|
|
876
|
-
* Version: 18.2.
|
|
877
|
-
* Build date:
|
|
878
|
-
* Copyright (c) 2012 -
|
|
876
|
+
* Version: 18.2.15
|
|
877
|
+
* Build date: 2021-04-23
|
|
878
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
879
879
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
880
880
|
*/
|
|
881
881
|
-->
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.min.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.min.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (report-designer.de.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (report-designer.en.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (report-designer.es.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (report-designer.ja.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (report-designer.ru.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Build date:
|
|
5
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.15
|
|
4
|
+
* Build date: 2021-04-23
|
|
5
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|