@sapui5/sap.suite.ui.generic.template 1.129.0 → 1.129.1
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/lib/AppComponent.js +1 -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
|
@@ -931,7 +931,7 @@ sap.ui.define([
|
|
|
931
931
|
* @public
|
|
932
932
|
* @extends sap.ui.core.UIComponent
|
|
933
933
|
* @author SAP SE
|
|
934
|
-
* @version 1.129.
|
|
934
|
+
* @version 1.129.1
|
|
935
935
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
936
936
|
*/
|
|
937
937
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3165,7 +3165,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3165
3165
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3166
3166
|
* @public
|
|
3167
3167
|
* @extends sap.ui.base.Object
|
|
3168
|
-
* @version 1.129.
|
|
3168
|
+
* @version 1.129.1
|
|
3169
3169
|
* @since 1.30.0
|
|
3170
3170
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3171
3171
|
*/
|