@sapui5/sap.suite.ui.generic.template 1.111.2 → 1.111.4
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
|
@@ -839,7 +839,7 @@ sap.ui.define([
|
|
|
839
839
|
* @extends sap.ui.core.UIComponent
|
|
840
840
|
* @abstract
|
|
841
841
|
* @author SAP SE
|
|
842
|
-
* @version 1.111.
|
|
842
|
+
* @version 1.111.4
|
|
843
843
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
844
844
|
*/
|
|
845
845
|
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.111.
|
|
2983
|
+
* @version 1.111.4
|
|
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.111.
|
|
41
|
+
version: "1.111.4",
|
|
42
42
|
extensions: {
|
|
43
43
|
//Configuration used for rule loading of Support Assistant
|
|
44
44
|
"sap.ui.support": {
|