@sapui5/sap.suite.ui.generic.template 1.141.0 → 1.141.2
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
|
@@ -945,7 +945,7 @@ sap.ui.define([
|
|
|
945
945
|
* @public
|
|
946
946
|
* @extends sap.ui.core.UIComponent
|
|
947
947
|
* @author SAP SE
|
|
948
|
-
* @version 1.141.
|
|
948
|
+
* @version 1.141.2
|
|
949
949
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
950
950
|
*/
|
|
951
951
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3223,7 +3223,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3223
3223
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3224
3224
|
* @public
|
|
3225
3225
|
* @extends sap.ui.base.Object
|
|
3226
|
-
* @version 1.141.
|
|
3226
|
+
* @version 1.141.2
|
|
3227
3227
|
* @since 1.30.0
|
|
3228
3228
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3229
3229
|
*/
|