devexpress-reporting 18.2.12 → 18.2.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.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * DevExpress HTML/JS Reporting (dx-reportdesigner.css)
3
- * Version: 18.2.12
4
- * Build date: 2020-04-02
5
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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.12
4
- * Build date: 2020-04-02
5
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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,9 +1,9 @@
1
1
  <!--
2
2
  /**
3
3
  * DevExpress HTML/JS Reporting (web-document-viewer.html)
4
- * Version: 18.2.12
5
- * Build date: 2020-04-02
6
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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.12
675
- * Build date: 2020-04-02
676
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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.12
877
- * Build date: 2020-04-02
878
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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.12
4
- * Build date: 2020-04-02
5
- * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
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
 
@@ -16945,6 +16945,9 @@ var DevExpress;
16945
16945
  if (!model.reportModel) {
16946
16946
  model.reportModel = Report.SubreportViewModel.defaultReport;
16947
16947
  }
16948
+ else {
16949
+ model.reportModel = JSON.parse(model.reportModel);
16950
+ }
16948
16951
  var getRootKeyName = function (obj) {
16949
16952
  for (var prop in obj) {
16950
16953
  if (obj.hasOwnProperty(prop)) {