@sapui5/sap.zen.dsh 1.108.26 → 1.108.27
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<vendor>SAP SE</vendor>
|
|
8
8
|
<copyright>SAPUI5
|
|
9
9
|
(c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
|
|
10
|
-
<version>1.108.
|
|
10
|
+
<version>1.108.27</version>
|
|
11
11
|
<documentation>Design Studio Runtime Library. Intended only to be used within S/4 HANA Fiori applications.</documentation>
|
|
12
12
|
<appData>
|
|
13
13
|
<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
|
|
@@ -12305,10 +12305,10 @@ sap.zen.CharacteristicWrapper.prototype.setFilterRangesForField = function(oQuer
|
|
|
12305
12305
|
}
|
|
12306
12306
|
}
|
|
12307
12307
|
}
|
|
12308
|
-
if (loRange.getTo() !== null) {
|
|
12308
|
+
if (loRange.getOperation() === sap.zen.Operation.BT && loRange.getTo() !== null) {
|
|
12309
12309
|
if (loRange.getTo().getKey() !== null) {
|
|
12310
12310
|
if (lFullRangesIndex < lCartesianListOriginalSize) {
|
|
12311
|
-
ltKeysForCartesianListField.add(loRange.
|
|
12311
|
+
ltKeysForCartesianListField.add(loRange.getTo().getKey());
|
|
12312
12312
|
}
|
|
12313
12313
|
else {
|
|
12314
12314
|
ltKeysForProvidedField.add(loRange.getTo().getKey());
|
|
@@ -31,7 +31,7 @@ sap.ui.define(
|
|
|
31
31
|
* @alias sap.zen.dsh
|
|
32
32
|
* @public
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.108.
|
|
34
|
+
* @version 1.108.27
|
|
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.108.
|
|
59
|
+
version: "1.108.27"
|
|
60
60
|
}
|
|
61
61
|
);
|
|
62
62
|
|