@sapui5/sap.zen.dsh 1.114.5 → 1.114.6
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
package/src/sap/zen/dsh/.library
CHANGED
|
@@ -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.114.
|
|
7
|
+
<version>1.114.6</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" >
|
|
@@ -51390,7 +51390,7 @@ sap.zen.AbstractFilterComponentBase.prototype.renderCharacteristicInfo = functio
|
|
|
51390
51390
|
oRenderSerializer.addBooleanAttribute("supportsExcluding", true);
|
|
51391
51391
|
if (lSupportsExcludingPattern)
|
|
51392
51392
|
{
|
|
51393
|
-
oRenderSerializer.addBooleanAttribute("
|
|
51393
|
+
oRenderSerializer.addBooleanAttribute("supportsExcludingPattern", true);
|
|
51394
51394
|
}
|
|
51395
51395
|
}
|
|
51396
51396
|
if (lSupportsValueHelp)
|
|
@@ -31,7 +31,7 @@ sap.ui.define(
|
|
|
31
31
|
* @alias sap.zen.dsh
|
|
32
32
|
* @public
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.114.
|
|
34
|
+
* @version 1.114.6
|
|
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.114.
|
|
59
|
+
version: "1.114.6"
|
|
60
60
|
}
|
|
61
61
|
);
|
|
62
62
|
|