@sapui5/sap.suite.ui.generic.template 1.133.2 → 1.133.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 +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
|
@@ -951,7 +951,7 @@ sap.ui.define([
|
|
|
951
951
|
* @public
|
|
952
952
|
* @extends sap.ui.core.UIComponent
|
|
953
953
|
* @author SAP SE
|
|
954
|
-
* @version 1.133.
|
|
954
|
+
* @version 1.133.3
|
|
955
955
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
956
956
|
*/
|
|
957
957
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3188,7 +3188,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3188
3188
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3189
3189
|
* @public
|
|
3190
3190
|
* @extends sap.ui.base.Object
|
|
3191
|
-
* @version 1.133.
|
|
3191
|
+
* @version 1.133.3
|
|
3192
3192
|
* @since 1.30.0
|
|
3193
3193
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3194
3194
|
*/
|