devexpress-reporting 20.1.12 → 20.1.14

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,7 +1,7 @@
1
1
  /**
2
2
  * DevExpress HTML/JS Reporting (dx-reportdesigner.css)
3
- * Version: 20.1.12
4
- * Build date: 2021-04-23
3
+ * Version: 20.1.14
4
+ * Build date: 2021-12-07
5
5
  * Copyright (c) 2012 - 2021 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.12
4
- * Build date: 2021-04-23
3
+ * Version: 20.1.14
4
+ * Build date: 2021-12-07
5
5
  * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
6
6
  * License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
7
7
  */
@@ -1,8 +1,8 @@
1
1
  <!--
2
2
  /**
3
3
  * DevExpress HTML/JS Reporting (web-document-viewer.html)
4
- * Version: 20.1.12
5
- * Build date: 2021-04-23
4
+ * Version: 20.1.14
5
+ * Build date: 2021-12-07
6
6
  * Copyright (c) 2012 - 2021 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.12
727
- * Build date: 2021-04-23
726
+ * Version: 20.1.14
727
+ * Build date: 2021-12-07
728
728
  * Copyright (c) 2012 - 2021 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.12
931
- * Build date: 2021-04-23
930
+ * Version: 20.1.14
931
+ * Build date: 2021-12-07
932
932
  * Copyright (c) 2012 - 2021 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.12
3590
- * Build date: 2021-04-23
3589
+ * Version: 20.1.14
3590
+ * Build date: 2021-12-07
3591
3591
  * Copyright (c) 2012 - 2021 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.12
4
- * Build date: 2021-04-23
3
+ * Version: 20.1.14
4
+ * Build date: 2021-12-07
5
5
  * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
6
6
  * License: https://www.devexpress.com/Support/EULAs/NetComponents.xml
7
7
  */
@@ -26277,8 +26277,8 @@ var DevExpress;
26277
26277
  return _this.root.size.width() - (_this.root["margins"] ? ((_this.root["margins"].left && _this.root["margins"].left()) + (_this.root["margins"].right && _this.root["margins"].right())) : 0);
26278
26278
  }, write: function (newVal) { return void 0; }
26279
26279
  }));
26280
- this.size.isPropertyDisabled = function (name) { return name === "width" || name === "height" && ko.unwrap(Utils.controlsFactory.getPropertyInfo("DetailBand", "Height").disabled); };
26281
- this.size.isPropertyVisible = function (name) { return name !== "height" || ko.unwrap(Utils.controlsFactory.getPropertyInfo("DetailBand", "Height").visible) !== false; };
26280
+ this.size.isPropertyDisabled = function (name) { return name === "width" || name === "height" && ko.unwrap(Utils.controlsFactory.getPropertyInfo("DetailBand", "height").disabled); };
26281
+ this.size.isPropertyVisible = function (name) { return name !== "height" || ko.unwrap(Utils.controlsFactory.getPropertyInfo("DetailBand", "height").visible) !== false; };
26282
26282
  };
26283
26283
  BandViewModel.prototype.initialize = function () {
26284
26284
  _super.prototype.initialize.call(this);
@@ -32021,7 +32021,7 @@ var DevExpress;
32021
32021
  else {
32022
32022
  var controlTypes = Object.keys(Utils.controlsFactory.controlsMap);
32023
32023
  for (var index = 0; index < controlTypes.length; index++) {
32024
- ["Scripts", "Script References", "Script Language"].forEach(function (propertyDisplayName) {
32024
+ ["scripts", "scriptReferencesString", "scriptLanguage"].forEach(function (propertyDisplayName) {
32025
32025
  var propertyInfo = Utils.controlsFactory.getPropertyInfo(controlTypes[index], propertyDisplayName);
32026
32026
  propertyInfo && (propertyInfo.visible = false);
32027
32027
  });