@sapui5/sap.suite.ui.generic.template 1.127.5 → 1.127.7
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/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartTableChartCommon.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleTablesModeHelper.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
package/package.json
CHANGED
|
@@ -82,7 +82,7 @@ sap.ui.define([
|
|
|
82
82
|
getState: fnGetState,
|
|
83
83
|
setState: fnSetState,
|
|
84
84
|
getLocalId: fnGetLocalId,
|
|
85
|
-
bVMConnection:
|
|
85
|
+
bVMConnection: oControl && oControl.getSmartVariant && !!oControl.getSmartVariant(),
|
|
86
86
|
attachStateChanged: fnAttachStateChanged
|
|
87
87
|
};
|
|
88
88
|
}
|
|
@@ -943,7 +943,7 @@ sap.ui.define([
|
|
|
943
943
|
* @public
|
|
944
944
|
* @extends sap.ui.core.UIComponent
|
|
945
945
|
* @author SAP SE
|
|
946
|
-
* @version 1.127.
|
|
946
|
+
* @version 1.127.7
|
|
947
947
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
948
948
|
*/
|
|
949
949
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3149,7 +3149,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3149
3149
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3150
3150
|
* @public
|
|
3151
3151
|
* @extends sap.ui.base.Object
|
|
3152
|
-
* @version 1.127.
|
|
3152
|
+
* @version 1.127.7
|
|
3153
3153
|
* @since 1.30.0
|
|
3154
3154
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3155
3155
|
*/
|