@sapui5/sap.suite.ui.generic.template 1.108.5 → 1.108.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
CHANGED
|
@@ -854,7 +854,7 @@ sap.ui.define([
|
|
|
854
854
|
* @extends sap.ui.core.UIComponent
|
|
855
855
|
* @abstract
|
|
856
856
|
* @author SAP SE
|
|
857
|
-
* @version 1.108.
|
|
857
|
+
* @version 1.108.7
|
|
858
858
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
859
859
|
*/
|
|
860
860
|
return UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -2942,7 +2942,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2942
2942
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
2943
2943
|
* @public
|
|
2944
2944
|
* @extends sap.ui.base.Object
|
|
2945
|
-
* @version 1.108.
|
|
2945
|
+
* @version 1.108.7
|
|
2946
2946
|
* @since 1.30.0
|
|
2947
2947
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
2948
2948
|
*/
|
|
@@ -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.108.
|
|
41
|
+
version: "1.108.7",
|
|
42
42
|
extensions: {
|
|
43
43
|
//Configuration used for rule loading of Support Assistant
|
|
44
44
|
"sap.ui.support": {
|