@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.dsh",
3
- "version": "1.96.36",
3
+ "version": "1.96.37",
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)",
@@ -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.36</version>
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" >
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.UIComponent
26
26
  * @abstract
27
27
  * @author SAP SE
28
- * @version 1.96.36
28
+ * @version 1.96.37
29
29
  * @alias sap.zen.dsh.InACard.Component
30
30
  * @since 1.91
31
31
  * @experimental
@@ -33,7 +33,7 @@ sap.ui.define(
33
33
  * @param {object} [mSettings] Initial settings for the new control
34
34
  * @experimental since version 1.91
35
35
  * @author SAP SE
36
- * @version 1.96.36
36
+ * @version 1.96.37
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -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.36
45
+ * @version 1.96.37
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -47,7 +47,7 @@ sap.ui.define(
47
47
  * @extends sap.ui.core.UIComponent
48
48
  * @class
49
49
  * @author SAP SE
50
- * @version 1.96.36
50
+ * @version 1.96.37
51
51
  * @public
52
52
  * @alias sap.zen.dsh.dialogs
53
53
  */
@@ -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.getFrom().getKey());
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.36"
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.36
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.36
83
+ * @version 1.96.37
84
84
  * @public
85
85
  * @alias sap.zen.dsh.olap.DataProvider
86
86
  */
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  *
26
26
  * @class
27
27
  * List binding implementation for <code>OlapModel</code>.
28
- * @version 1.96.36
28
+ * @version 1.96.37
29
29
  * @alias sap.zen.dsh.olap.OlapListBinding
30
30
  * @extends sap.ui.model.ListBinding
31
31
  * @protected
@@ -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.36
34
+ * @version 1.96.37
35
35
  * @protected
36
36
  */
37
37
  var OlapListGridBinding = ListBinding.extend(
@@ -59,7 +59,7 @@ sap.ui.define(
59
59
  * </ul>
60
60
  * @extends sap.ui.model.Model
61
61
  * @author SAP SE
62
- * @version 1.96.36
62
+ * @version 1.96.37
63
63
  * @public
64
64
  * @alias sap.zen.dsh.olap.OlapModel
65
65
  */
@@ -24,7 +24,7 @@ sap.ui.define(
24
24
  *
25
25
  * @class
26
26
  * Property binding implementation for <code>OlapModel</code>.
27
- * @version 1.96.36
27
+ * @version 1.96.37
28
28
  * @alias sap.zen.dsh.olap.OlapPropertyBinding
29
29
  * @extends sap.ui.model.ListBinding
30
30
  * @protected