@sapui5/sap.zen.dsh 1.96.36 → 1.96.37
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 +1 -1
- package/src/sap/zen/dsh/.library +1 -1
- package/src/sap/zen/dsh/InACard/Component.js +1 -1
- package/src/sap/zen/dsh/InATile.js +1 -1
- package/src/sap/zen/dsh/PivotTable.js +1 -1
- package/src/sap/zen/dsh/dialogs/Component.js +1 -1
- package/src/sap/zen/dsh/firefly/ff8310.zen.buddha.js +2 -2
- package/src/sap/zen/dsh/library.js +2 -2
- package/src/sap/zen/dsh/olap/DataProvider.js +1 -1
- package/src/sap/zen/dsh/olap/OlapListBinding.js +1 -1
- package/src/sap/zen/dsh/olap/OlapListGridBinding.js +1 -1
- package/src/sap/zen/dsh/olap/OlapModel.js +1 -1
- package/src/sap/zen/dsh/olap/OlapPropertyBinding.js +1 -1
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.96.
|
|
10
|
+
<version>1.96.37</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" >
|
|
@@ -42,7 +42,7 @@ sap.ui.define(
|
|
|
42
42
|
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
43
43
|
* @param {object} [mSettings] Initial settings for the new control
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.96.
|
|
45
|
+
* @version 1.96.37
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
@@ -12307,10 +12307,10 @@ sap.zen.CharacteristicWrapper.prototype.setFilterRangesForField = function(oQuer
|
|
|
12307
12307
|
}
|
|
12308
12308
|
}
|
|
12309
12309
|
}
|
|
12310
|
-
if (loRange.getTo() !== null) {
|
|
12310
|
+
if (loRange.getOperation() === sap.zen.Operation.BT && loRange.getTo() !== null) {
|
|
12311
12311
|
if (loRange.getTo().getKey() !== null) {
|
|
12312
12312
|
if (lFullRangesIndex < lCartesianListOriginalSize) {
|
|
12313
|
-
ltKeysForCartesianListField.add(loRange.
|
|
12313
|
+
ltKeysForCartesianListField.add(loRange.getTo().getKey());
|
|
12314
12314
|
}
|
|
12315
12315
|
else {
|
|
12316
12316
|
ltKeysForProvidedField.add(loRange.getTo().getKey());
|
|
@@ -84,7 +84,7 @@ sap.ui.define(
|
|
|
84
84
|
],
|
|
85
85
|
elements: [],
|
|
86
86
|
noLibraryCSS: true,
|
|
87
|
-
version: "1.96.
|
|
87
|
+
version: "1.96.37"
|
|
88
88
|
}
|
|
89
89
|
);
|
|
90
90
|
/**
|
|
@@ -94,7 +94,7 @@ sap.ui.define(
|
|
|
94
94
|
* @name sap.zen.dsh
|
|
95
95
|
* @public
|
|
96
96
|
* @author SAP SE
|
|
97
|
-
* @version 1.96.
|
|
97
|
+
* @version 1.96.37
|
|
98
98
|
*/
|
|
99
99
|
var thisLib = sap.zen.dsh;
|
|
100
100
|
thisLib.Axis = Axis;
|
|
@@ -80,7 +80,7 @@ sap.ui.define(
|
|
|
80
80
|
* @param {object} oApplication the firefly application associated to the <code>OlapModel</code>
|
|
81
81
|
* @param {object} oQueryManager the firefly queryManager that is wrapped by the <code>DataProvider</code>
|
|
82
82
|
* @author SAP SE
|
|
83
|
-
* @version 1.96.
|
|
83
|
+
* @version 1.96.37
|
|
84
84
|
* @public
|
|
85
85
|
* @alias sap.zen.dsh.olap.DataProvider
|
|
86
86
|
*/
|
|
@@ -31,7 +31,7 @@ sap.ui.define(
|
|
|
31
31
|
* List binding implementation for <code>OlapModel</code>.
|
|
32
32
|
* @alias sap.zen.dsh.olap.OlapListGridBinding
|
|
33
33
|
* @extends sap.ui.model.ListBinding
|
|
34
|
-
* @version 1.96.
|
|
34
|
+
* @version 1.96.37
|
|
35
35
|
* @protected
|
|
36
36
|
*/
|
|
37
37
|
var OlapListGridBinding = ListBinding.extend(
|