devexpress-reporting 20.1.15 → 20.1.16
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 +2 -2
- package/dist/css/dx-webdocumentviewer.css +2 -2
- package/dist/html/templates.html +8 -8
- package/dist/js/dx-reportdesigner.js +2 -2
- package/dist/js/dx-reportdesigner.min.js +2 -2
- package/dist/js/dx-webdocumentviewer.js +2 -2
- package/dist/js/dx-webdocumentviewer.min.js +2 -2
- package/dx-reportdesigner.d.ts +4 -4
- package/dx-richedit.d.ts +6 -6
- package/dx-webdocumentviewer.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.css)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.css)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
package/dist/html/templates.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
/**
|
|
3
3
|
* DevExpress HTML/JS Reporting (web-document-viewer.html)
|
|
4
|
-
* Version: 20.1.
|
|
5
|
-
* Build date: 2022-
|
|
4
|
+
* Version: 20.1.16
|
|
5
|
+
* Build date: 2022-10-17
|
|
6
6
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
8
8
|
*/
|
|
@@ -723,8 +723,8 @@
|
|
|
723
723
|
<!--
|
|
724
724
|
/**
|
|
725
725
|
* DevExpress HTML/JS Chart Designer (chart-designer.html)
|
|
726
|
-
* Version: 20.1.
|
|
727
|
-
* Build date: 2022-
|
|
726
|
+
* Version: 20.1.16
|
|
727
|
+
* Build date: 2022-10-17
|
|
728
728
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
729
729
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
730
730
|
*/
|
|
@@ -927,8 +927,8 @@
|
|
|
927
927
|
<!--
|
|
928
928
|
/**
|
|
929
929
|
* DevExpress HTML/JS Reporting (report-designer.html)
|
|
930
|
-
* Version: 20.1.
|
|
931
|
-
* Build date: 2022-
|
|
930
|
+
* Version: 20.1.16
|
|
931
|
+
* Build date: 2022-10-17
|
|
932
932
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
933
933
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
934
934
|
*/
|
|
@@ -3586,8 +3586,8 @@
|
|
|
3586
3586
|
<!--
|
|
3587
3587
|
/**
|
|
3588
3588
|
* DevExpress HTML/JS Reporting (richedit.html)
|
|
3589
|
-
* Version: 20.1.
|
|
3590
|
-
* Build date: 2022-
|
|
3589
|
+
* Version: 20.1.16
|
|
3590
|
+
* Build date: 2022-10-17
|
|
3591
3591
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
3592
3592
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
3593
3593
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.js)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-reportdesigner.min.js)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.js)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.min.js)
|
|
3
|
-
* Version: 20.1.
|
|
4
|
-
* Build date: 2022-
|
|
3
|
+
* Version: 20.1.16
|
|
4
|
+
* Build date: 2022-10-17
|
|
5
5
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
6
6
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7
7
|
*/
|
package/dx-reportdesigner.d.ts
CHANGED
|
@@ -7596,8 +7596,8 @@ declare module DevExpress {
|
|
|
7596
7596
|
|
|
7597
7597
|
/**
|
|
7598
7598
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.d.ts)
|
|
7599
|
-
* Version: 20.1.
|
|
7600
|
-
* Build date: 2022-
|
|
7599
|
+
* Version: 20.1.16
|
|
7600
|
+
* Build date: 2022-10-17
|
|
7601
7601
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7602
7602
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7603
7603
|
*/
|
|
@@ -9988,8 +9988,8 @@ declare module DevExpress.Reporting {
|
|
|
9988
9988
|
|
|
9989
9989
|
/**
|
|
9990
9990
|
* DevExpress HTML/JS Reporting (dx-reportdesigner_norich.d.ts)
|
|
9991
|
-
* Version: 20.1.
|
|
9992
|
-
* Build date: 2022-
|
|
9991
|
+
* Version: 20.1.16
|
|
9992
|
+
* Build date: 2022-10-17
|
|
9993
9993
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
9994
9994
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
9995
9995
|
*/
|
package/dx-richedit.d.ts
CHANGED
|
@@ -7597,8 +7597,8 @@ declare module DevExpress {
|
|
|
7597
7597
|
|
|
7598
7598
|
/**
|
|
7599
7599
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.d.ts)
|
|
7600
|
-
* Version: 20.1.
|
|
7601
|
-
* Build date: 2022-
|
|
7600
|
+
* Version: 20.1.16
|
|
7601
|
+
* Build date: 2022-10-17
|
|
7602
7602
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7603
7603
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
7604
7604
|
*/
|
|
@@ -9989,8 +9989,8 @@ declare module DevExpress.Reporting {
|
|
|
9989
9989
|
|
|
9990
9990
|
/**
|
|
9991
9991
|
* DevExpress HTML/JS Reporting (dx-reportdesigner_norich.d.ts)
|
|
9992
|
-
* Version: 20.1.
|
|
9993
|
-
* Build date: 2022-
|
|
9992
|
+
* Version: 20.1.16
|
|
9993
|
+
* Build date: 2022-10-17
|
|
9994
9994
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
9995
9995
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
9996
9996
|
*/
|
|
@@ -17623,8 +17623,8 @@ declare module DevExpress.Reporting {
|
|
|
17623
17623
|
|
|
17624
17624
|
/**
|
|
17625
17625
|
* DevExpress HTML/JS Reporting (dx-richedit.d.ts)
|
|
17626
|
-
* Version: 20.1.
|
|
17627
|
-
* Build date: 2022-
|
|
17626
|
+
* Version: 20.1.16
|
|
17627
|
+
* Build date: 2022-10-17
|
|
17628
17628
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
17629
17629
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
17630
17630
|
*/
|
|
@@ -4200,8 +4200,8 @@ declare module DevExpress.Analytics {
|
|
|
4200
4200
|
|
|
4201
4201
|
/**
|
|
4202
4202
|
* DevExpress HTML/JS Reporting (dx-webdocumentviewer.d.ts)
|
|
4203
|
-
* Version: 20.1.
|
|
4204
|
-
* Build date: 2022-
|
|
4203
|
+
* Version: 20.1.16
|
|
4204
|
+
* Build date: 2022-10-17
|
|
4205
4205
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
4206
4206
|
* License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
|
|
4207
4207
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-reporting",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.16",
|
|
4
4
|
"homepage": "https://www.devexpress.com/",
|
|
5
5
|
"bugs": "https://www.devexpress.com/support/",
|
|
6
6
|
"author": "Developer Express Inc.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"knockout": "~3.5.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@devexpress/analytics-core": "20.1.
|
|
24
|
+
"@devexpress/analytics-core": "20.1.16"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"webpack": "^1.13.1"
|