@sapui5/sap.suite.ui.generic.template 1.112.0 → 1.112.3

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.suite.ui.generic.template",
3
- "version": "1.112.0",
3
+ "version": "1.112.3",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.112.0</version>
10
+ <version>1.112.3</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -739,8 +739,11 @@ sap.ui.define([
739
739
  if (areDataShownInTable()){
740
740
  // trigger search if needed
741
741
  oState.oSmartFilterbar.search();
742
- // collapse header if search is triggered except on desktop devices
743
- if (!Device.system.desktop) {
742
+ // For desktop devices, expand the header for Standard and Custom variants and for tablet and mobile devices,
743
+ // collapse the header only if search is triggered.
744
+ if (Device.system.desktop) {
745
+ oTemplateUtils.oCommonUtils.getControlStateWrapper(oController.byId(StableIdHelper.getStableId({type: "ListReportPage", subType: "DynamicPage"}))).setHeaderState(oController, true);
746
+ } else {
744
747
  collapseHeader();
745
748
  }
746
749
  } else {
@@ -848,7 +848,7 @@ sap.ui.define([
848
848
  * @extends sap.ui.core.UIComponent
849
849
  * @abstract
850
850
  * @author SAP SE
851
- * @version 1.112.0
851
+ * @version 1.112.3
852
852
  * @name sap.suite.ui.generic.template.lib.AppComponent
853
853
  */
854
854
  return UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
@@ -2980,7 +2980,7 @@ sap.ui.define(["sap/ui/base/Object",
2980
2980
  * @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
2981
2981
  * @public
2982
2982
  * @extends sap.ui.base.Object
2983
- * @version 1.112.0
2983
+ * @version 1.112.3
2984
2984
  * @since 1.30.0
2985
2985
  * @alias sap.suite.ui.generic.template.lib.NavigationController
2986
2986
  */
@@ -38,7 +38,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library','sap/fe/placeholder/lib
38
38
  interfaces: [],
39
39
  controls: [],
40
40
  elements: [],
41
- version: "1.112.0",
41
+ version: "1.112.3",
42
42
  extensions: {
43
43
  //Configuration used for rule loading of Support Assistant
44
44
  "sap.ui.support": {