@openui5/sap.uxap 1.60.40 → 1.60.41

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/LICENSE.txt CHANGED
@@ -576,7 +576,7 @@ License: MIT License
576
576
  <copyright holders> = Bjarke Walling
577
577
  <year> = 2014
578
578
 
579
- Component: URI.js 1.19.8
579
+ Component: URI.js 1.19.10
580
580
  Licensor: Rodney Rehm
581
581
  Website: http://github.com/medialize/URI.js/
582
582
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.60.40",
3
+ "version": "1.60.41",
4
4
  "description": "OpenUI5 UI Library sap.uxap",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.60.40",
18
- "@openui5/sap.ui.core": "1.60.40",
19
- "@openui5/sap.ui.layout": "1.60.40"
17
+ "@openui5/sap.m": "1.60.41",
18
+ "@openui5/sap.ui.core": "1.60.41",
19
+ "@openui5/sap.ui.layout": "1.60.41"
20
20
  }
21
21
  }
package/pom.xml CHANGED
@@ -16,7 +16,7 @@
16
16
  <parent>
17
17
  <groupId>com.sap.openui5</groupId>
18
18
  <artifactId>reactor</artifactId>
19
- <version>1.60.40</version><!--TargetVersion-->
19
+ <version>1.60.41</version><!--TargetVersion-->
20
20
  <relativePath>../../pom.xml</relativePath>
21
21
  </parent>
22
22
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.uxap</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.60.40</version>
6
+ <version>1.60.41</version>
7
7
  <copyright>UI development toolkit for HTML5 (OpenUI5)
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "sap/ui/core/ElementMetadata", "sap/b
17
17
  *
18
18
  * @class
19
19
  * @author SAP SE
20
- * @version 1.60.40
20
+ * @version 1.60.41
21
21
  * @since 1.26
22
22
  * @alias sap.uxap.BlockBaseMetadata
23
23
  */
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderContent
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.60.40
52
+ * @version 1.60.41
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderTitle
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.60.40
52
+ * @version 1.60.41
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.60.40
40
+ * @version 1.60.41
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/MoveControls", "sap/ui/thirdparty/jquery
13
13
  * @constructor
14
14
  * @alias sap.uxap.changeHandler.MoveObjectPageSection
15
15
  * @author SAP SE
16
- * @version 1.60.40
16
+ * @version 1.60.41
17
17
  * @experimental Since 1.54
18
18
  */
19
19
 
@@ -18,7 +18,7 @@
18
18
  * @constructor
19
19
  * @alias sap.uxap.changeHandler.RenameObjectPageSection
20
20
  * @author SAP SE
21
- * @version 1.60.40
21
+ * @version 1.60.41
22
22
  * @experimental Since 1.50
23
23
  */
24
24
 
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  "sap.uxap.ModelMapping",
62
62
  "sap.uxap.ObjectPageHeaderLayoutData"
63
63
  ],
64
- version: "1.60.40",
64
+ version: "1.60.41",
65
65
  extensions: {
66
66
  flChangeHandlers: {
67
67
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",