@ui5/manifest 2.2.0 → 2.3.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/CHANGELOG.md +15 -1
- package/mapping.json +2 -1
- package/package.json +1 -1
- package/schema.json +15 -6
- package/schema_cil.json +14 -6
- package/types/manifest.d.ts +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
<a name="v2.3.1"></a>
|
|
9
|
+
## [v2.3.1] - 2025-12-09 (UI5 1.142)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- sap.app: new value "4.01" for setting/odataVersion added
|
|
13
|
+
|
|
14
|
+
<a name="v2.3.0"></a>
|
|
15
|
+
## [v2.3.0] - 2025-12-08 (UI5 1.142)
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- sap.ovp: "fixed" value in the "containerLayout" property is deprecated. This will indicate to developers that they should no longer use the "fixed" option and "resizable" layout will be selected by default. Default layout for the 'containerLayout' will be 'resizable'.
|
|
19
|
+
|
|
8
20
|
<a name="v2.2.0"></a>
|
|
9
21
|
## [v2.2.0] - 2025-12-08 (UI5 1.141)
|
|
10
22
|
|
|
@@ -189,7 +201,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
189
201
|
<a name="v1.48.1"></a>
|
|
190
202
|
## v1.48.1 - 2022-11-10
|
|
191
203
|
|
|
192
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.
|
|
204
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.3.1...HEAD
|
|
205
|
+
[v2.3.1]: https://github.com/SAP/ui5-manifest/compare/v2.3.0...v2.3.1
|
|
206
|
+
[v2.3.0]: https://github.com/SAP/ui5-manifest/compare/v2.2.0...v2.3.0
|
|
193
207
|
[v2.2.0]: https://github.com/SAP/ui5-manifest/compare/v2.1.1...v2.2.0
|
|
194
208
|
[v2.1.1]: https://github.com/SAP/ui5-manifest/compare/v2.1.0...v2.1.1
|
|
195
209
|
[v2.1.0]: https://github.com/SAP/ui5-manifest/compare/v2.0.0...v2.1.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -93,7 +93,9 @@
|
|
|
93
93
|
"2.0.0",
|
|
94
94
|
"2.1.0",
|
|
95
95
|
"2.1.1",
|
|
96
|
-
"2.2.0"
|
|
96
|
+
"2.2.0",
|
|
97
|
+
"2.3.0",
|
|
98
|
+
"2.3.1"
|
|
97
99
|
]
|
|
98
100
|
},
|
|
99
101
|
"start_url": {
|
|
@@ -1188,10 +1190,16 @@
|
|
|
1188
1190
|
"containerLayout": {
|
|
1189
1191
|
"description": "Represents the layout of the card container",
|
|
1190
1192
|
"type": "string",
|
|
1191
|
-
"default": "
|
|
1192
|
-
"
|
|
1193
|
-
|
|
1194
|
-
|
|
1193
|
+
"default": "resizable",
|
|
1194
|
+
"oneOf": [
|
|
1195
|
+
{
|
|
1196
|
+
"const": "resizable"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"const": "fixed",
|
|
1200
|
+
"deprecated": true,
|
|
1201
|
+
"description": "[Deprecated] Value fixed is deprecated"
|
|
1202
|
+
}
|
|
1195
1203
|
]
|
|
1196
1204
|
},
|
|
1197
1205
|
"showDateInRelativeFormat": {
|
|
@@ -8575,7 +8583,8 @@
|
|
|
8575
8583
|
"type": "string",
|
|
8576
8584
|
"enum": [
|
|
8577
8585
|
"2.0",
|
|
8578
|
-
"4.0"
|
|
8586
|
+
"4.0",
|
|
8587
|
+
"4.01"
|
|
8579
8588
|
]
|
|
8580
8589
|
},
|
|
8581
8590
|
"localUri": {
|
package/schema_cil.json
CHANGED
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"1.27.0",
|
|
48
48
|
"1.28.0",
|
|
49
49
|
"2.0.0",
|
|
50
|
-
"2.1.0"
|
|
50
|
+
"2.1.0",
|
|
51
|
+
"2.1.1"
|
|
51
52
|
]
|
|
52
53
|
},
|
|
53
54
|
"start_url": {
|
|
@@ -848,10 +849,16 @@
|
|
|
848
849
|
"containerLayout": {
|
|
849
850
|
"description": "Represents the layout of the card container",
|
|
850
851
|
"type": "string",
|
|
851
|
-
"default": "
|
|
852
|
-
"
|
|
853
|
-
|
|
854
|
-
|
|
852
|
+
"default": "resizable",
|
|
853
|
+
"oneOf": [
|
|
854
|
+
{
|
|
855
|
+
"const": "resizable"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"const": "fixed",
|
|
859
|
+
"deprecated": true,
|
|
860
|
+
"description": "[Deprecated] Value fixed is deprecated"
|
|
861
|
+
}
|
|
855
862
|
]
|
|
856
863
|
},
|
|
857
864
|
"showDateInRelativeFormat": {
|
|
@@ -3064,7 +3071,8 @@
|
|
|
3064
3071
|
"type": "string",
|
|
3065
3072
|
"enum": [
|
|
3066
3073
|
"2.0",
|
|
3067
|
-
"4.0"
|
|
3074
|
+
"4.0",
|
|
3075
|
+
"4.01"
|
|
3068
3076
|
]
|
|
3069
3077
|
},
|
|
3070
3078
|
"localUri": {
|
package/types/manifest.d.ts
CHANGED
|
@@ -722,7 +722,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
722
722
|
| "2.0.0"
|
|
723
723
|
| "2.1.0"
|
|
724
724
|
| "2.1.1"
|
|
725
|
-
| "2.2.0"
|
|
725
|
+
| "2.2.0"
|
|
726
|
+
| "2.3.0"
|
|
727
|
+
| "2.3.1";
|
|
726
728
|
/**
|
|
727
729
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
728
730
|
*/
|
|
@@ -966,7 +968,7 @@ export interface Setting {
|
|
|
966
968
|
/**
|
|
967
969
|
* Represents version of OData: 2.0 is default
|
|
968
970
|
*/
|
|
969
|
-
odataVersion?: "2.0" | "4.0";
|
|
971
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
970
972
|
/**
|
|
971
973
|
* Represents path to local meta data document or annotation uri
|
|
972
974
|
*/
|
|
@@ -1021,7 +1023,7 @@ export interface Setting1 {
|
|
|
1021
1023
|
/**
|
|
1022
1024
|
* Represents version of OData: 2.0 is default
|
|
1023
1025
|
*/
|
|
1024
|
-
odataVersion?: "2.0" | "4.0";
|
|
1026
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1025
1027
|
/**
|
|
1026
1028
|
* Represents path to local meta data document or annotation uri
|
|
1027
1029
|
*/
|
|
@@ -2452,7 +2454,7 @@ export interface JSONSchemaForSAPOVPNamespace {
|
|
|
2452
2454
|
/**
|
|
2453
2455
|
* Represents the layout of the card container
|
|
2454
2456
|
*/
|
|
2455
|
-
containerLayout?: "
|
|
2457
|
+
containerLayout?: ("resizable" | "fixed") & string;
|
|
2456
2458
|
/**
|
|
2457
2459
|
* Represents a switch to Enable or disable Relative or Normal date formating in ovp application
|
|
2458
2460
|
*/
|