@sapui5/sap.zen.dsh 1.115.0 → 1.116.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.dsh",
3
- "version": "1.115.0",
3
+ "version": "1.116.0",
4
4
  "description": "SAPUI5 Library sap.zen.dsh",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -4,7 +4,7 @@
4
4
  <vendor>SAP SE</vendor>
5
5
  <copyright>SAPUI5
6
6
  (c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
7
- <version>1.115.0</version>
7
+ <version>1.116.0</version>
8
8
  <documentation>Design Studio Runtime Library. Intended only to be used within S/4 HANA Fiori applications.</documentation>
9
9
  <appData>
10
10
  <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
@@ -40651,11 +40651,11 @@ sap.zen.Dialog_M.prototype.getContent = function()
40651
40651
  };
40652
40652
  sap.zen.Dialog_M.prototype.setWidthInt = function(width)
40653
40653
  {
40654
- this.setWidth(width);
40654
+ this.setWidth(oFF.XIntegerValue.create(width));
40655
40655
  };
40656
40656
  sap.zen.Dialog_M.prototype.setHeightInt = function(height)
40657
40657
  {
40658
- this.setHeight(height);
40658
+ this.setHeight(oFF.XIntegerValue.create(height));
40659
40659
  };
40660
40660
  sap.zen.Dialog_M.prototype.setOKAction = function(action)
40661
40661
  {
@@ -50079,11 +50079,11 @@ sap.zen.Dialog.prototype.getContent = function()
50079
50079
  };
50080
50080
  sap.zen.Dialog.prototype.setWidthInt = function(width)
50081
50081
  {
50082
- this.setWidth(width);
50082
+ this.setWidth(oFF.XIntegerValue.create(width));
50083
50083
  };
50084
50084
  sap.zen.Dialog.prototype.setHeightInt = function(height)
50085
50085
  {
50086
- this.setHeight(height);
50086
+ this.setHeight(oFF.XIntegerValue.create(height));
50087
50087
  };
50088
50088
  sap.zen.Dialog.prototype.setOKAction = function(action)
50089
50089
  {
@@ -31,7 +31,7 @@ sap.ui.define(
31
31
  * @alias sap.zen.dsh
32
32
  * @public
33
33
  * @author SAP SE
34
- * @version 1.115.0
34
+ * @version 1.116.0
35
35
  */
36
36
  var thisLib = sap.ui.getCore().initLibrary(
37
37
  {
@@ -56,7 +56,7 @@ sap.ui.define(
56
56
  ],
57
57
  elements: [],
58
58
  noLibraryCSS: true,
59
- version: "1.115.0"
59
+ version: "1.116.0"
60
60
  }
61
61
  );
62
62