@ui5/manifest 2.0.2 → 2.1.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 +27 -9
- package/mapping.json +6 -4
- package/package.json +22 -22
- package/schema.json +72 -10
- package/schema_cil.json +4 -3
- package/types/manifest.d.ts +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
|
-
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.
|
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
<a name="v2.
|
|
9
|
-
## [v2.
|
|
8
|
+
<a name="v2.1.1"></a>
|
|
9
|
+
## [v2.1.1] - 2025-12-08 (UI5 1.140)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- sap.card: Added new property "useMainDestinations"
|
|
13
|
+
|
|
14
|
+
<a name="v2.1.0"></a>
|
|
15
|
+
## [v2.1.0] - 2025-09-12 (UI5 1.139)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- sap.card: Added new property "header/subtitle"
|
|
19
|
+
- sap.card: Added new property "overflow/subtitle" in an object content item of type "Image"
|
|
20
|
+
- sap.card: Added option for "actions" for all elements of type "status"
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- sap.card: Deprecated property "header/subTitle" (with capital T)
|
|
24
|
+
- sap.card: Deprecated property "overflow/subTitle" (with capital T) in an object content item of type "Image"
|
|
25
|
+
|
|
26
|
+
<a name="v1.77.0"></a>
|
|
27
|
+
## [v1.77.0] - 2025-08-04 (UI5 1.139)
|
|
10
28
|
|
|
11
29
|
### Added
|
|
12
30
|
- sap.flp: new property "vizOptions" has been added to provide more options for tile sizes. Only needed for declaration of custom Fiori launchpad tiles.
|
|
@@ -29,8 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.2.html
|
|
|
29
47
|
- sap.flp/tileSize: has been removed in favor of sap.flp/vizOptions/displayFormats
|
|
30
48
|
- sap.flp/type: is optional, defaults to "application"
|
|
31
49
|
|
|
32
|
-
<a name="
|
|
33
|
-
## [
|
|
50
|
+
<a name="v2.0.0"></a>
|
|
51
|
+
## [v2.0.0] - 2025-04-30 (UI5 1.136)
|
|
34
52
|
- sap.ui5/resources: Deprecated "js" property. Only "css" is a valid resource.
|
|
35
53
|
- sap.ui5/routing/targets: Deprecated options that are prefixed with "view", e.g., "viewName". Use options without "view"-prefix instead.
|
|
36
54
|
|
|
@@ -158,10 +176,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.2.html
|
|
|
158
176
|
<a name="v1.48.1"></a>
|
|
159
177
|
## v1.48.1 - 2022-11-10
|
|
160
178
|
|
|
161
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.
|
|
162
|
-
[v2.
|
|
163
|
-
[
|
|
164
|
-
[
|
|
179
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.1.1...HEAD
|
|
180
|
+
[v2.1.1]: https://github.com/SAP/ui5-manifest/compare/v2.1.0...v2.1.1
|
|
181
|
+
[v2.1.0]: https://github.com/SAP/ui5-manifest/compare/v2.0.0...v2.1.0
|
|
182
|
+
[v2.0.0]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v2.0.0
|
|
165
183
|
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
|
166
184
|
[v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
|
|
167
185
|
[v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
|
package/mapping.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "2.
|
|
3
|
-
"1.
|
|
4
|
-
"1.
|
|
5
|
-
"1.
|
|
2
|
+
"latest": "2.1.1",
|
|
3
|
+
"1.140": "2.1.1",
|
|
4
|
+
"1.139": "2.1.0",
|
|
5
|
+
"1.138": "2.1.0",
|
|
6
|
+
"1.137": "2.1.0",
|
|
7
|
+
"1.136": "2.0.0",
|
|
6
8
|
"1.135": "1.72.3",
|
|
7
9
|
"1.134": "1.72.0",
|
|
8
10
|
"1.133": "1.70.1",
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
2
|
+
"name": "@ui5/manifest",
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/SAP/ui5-manifest.git"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"prepublishOnly": "git push --follow-tags",
|
|
11
|
+
"release-note": "",
|
|
12
|
+
"version": ""
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"ui5",
|
|
16
|
+
"manifest"
|
|
17
|
+
],
|
|
18
|
+
"author": "SAP SE",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/SAP/ui5-manifest/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/SAP/ui5-manifest#readme"
|
|
24
24
|
}
|
package/schema.json
CHANGED
|
@@ -90,8 +90,9 @@
|
|
|
90
90
|
"1.70.1",
|
|
91
91
|
"1.71.0",
|
|
92
92
|
"1.72.0",
|
|
93
|
-
"
|
|
94
|
-
"2.0
|
|
93
|
+
"2.0.0",
|
|
94
|
+
"2.1.0",
|
|
95
|
+
"2.1.1"
|
|
95
96
|
]
|
|
96
97
|
},
|
|
97
98
|
"start_url": {
|
|
@@ -1083,11 +1084,11 @@
|
|
|
1083
1084
|
"type": "object",
|
|
1084
1085
|
"properties": {
|
|
1085
1086
|
"displayFormats": {
|
|
1086
|
-
"description": "Defines what display formats a visualization type can render itself in
|
|
1087
|
+
"description": "Defines what display formats a visualization type can render itself in",
|
|
1087
1088
|
"type": "object",
|
|
1088
1089
|
"properties": {
|
|
1089
1090
|
"supported": {
|
|
1090
|
-
"description": "Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).
|
|
1091
|
+
"description": "Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).",
|
|
1091
1092
|
"type": "array",
|
|
1092
1093
|
"default": [
|
|
1093
1094
|
"standard"
|
|
@@ -1649,12 +1650,17 @@
|
|
|
1649
1650
|
}
|
|
1650
1651
|
},
|
|
1651
1652
|
"destinations": {
|
|
1652
|
-
"description": "
|
|
1653
|
+
"description": "Specifies the destinations configured for use by the card",
|
|
1653
1654
|
"type": "object",
|
|
1654
1655
|
"additionalProperties": {
|
|
1655
1656
|
"$ref": "#/$defs/Configuration.Destinations"
|
|
1656
1657
|
}
|
|
1657
1658
|
},
|
|
1659
|
+
"useMainDestinations": {
|
|
1660
|
+
"description": "Indicates if child cards should reference the main card's destinations. Must be set to true in child cards to use the main card's destinations",
|
|
1661
|
+
"type": "boolean",
|
|
1662
|
+
"default": false
|
|
1663
|
+
},
|
|
1658
1664
|
"csrfTokens": {
|
|
1659
1665
|
"description": "Describes the CSRF tokens used by the card",
|
|
1660
1666
|
"type": "object",
|
|
@@ -1663,7 +1669,7 @@
|
|
|
1663
1669
|
}
|
|
1664
1670
|
},
|
|
1665
1671
|
"actionHandlers": {
|
|
1666
|
-
"description": "
|
|
1672
|
+
"description": "Contains configuration settings for the default action handlers",
|
|
1667
1673
|
"type": "object",
|
|
1668
1674
|
"additionalProperties": false,
|
|
1669
1675
|
"properties": {
|
|
@@ -4007,10 +4013,15 @@
|
|
|
4007
4013
|
"description": "The title",
|
|
4008
4014
|
"type": "string"
|
|
4009
4015
|
},
|
|
4010
|
-
"
|
|
4011
|
-
"description": "The
|
|
4016
|
+
"subtitle": {
|
|
4017
|
+
"description": "The subtitle",
|
|
4012
4018
|
"type": "string"
|
|
4013
4019
|
},
|
|
4020
|
+
"subTitle": {
|
|
4021
|
+
"description": "The subtitle",
|
|
4022
|
+
"type": "string",
|
|
4023
|
+
"deprecated": true
|
|
4024
|
+
},
|
|
4014
4025
|
"verticalPosition": {
|
|
4015
4026
|
"description": "The vertical alignment of the texts",
|
|
4016
4027
|
"type": "string"
|
|
@@ -4591,6 +4602,13 @@
|
|
|
4591
4602
|
"$ref": "#/$defs/simpleBinding"
|
|
4592
4603
|
}
|
|
4593
4604
|
]
|
|
4605
|
+
},
|
|
4606
|
+
"actions": {
|
|
4607
|
+
"description": "Actions that can be applied on the status",
|
|
4608
|
+
"type": "array",
|
|
4609
|
+
"items": {
|
|
4610
|
+
"$ref": "#/$defs/action"
|
|
4611
|
+
}
|
|
4594
4612
|
}
|
|
4595
4613
|
}
|
|
4596
4614
|
},
|
|
@@ -5001,7 +5019,7 @@
|
|
|
5001
5019
|
],
|
|
5002
5020
|
"default": 3
|
|
5003
5021
|
},
|
|
5004
|
-
"
|
|
5022
|
+
"subtitle": {
|
|
5005
5023
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5006
5024
|
"$ref": "#/$defs/i18n_key_string",
|
|
5007
5025
|
"i18n": {
|
|
@@ -5009,7 +5027,16 @@
|
|
|
5009
5027
|
"comment": "Header subtitle"
|
|
5010
5028
|
}
|
|
5011
5029
|
},
|
|
5012
|
-
"
|
|
5030
|
+
"subTitle": {
|
|
5031
|
+
"description": "[Deprecated] Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5032
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
5033
|
+
"i18n": {
|
|
5034
|
+
"type": "XTIT",
|
|
5035
|
+
"comment": "Header subtitle"
|
|
5036
|
+
},
|
|
5037
|
+
"deprecated": true
|
|
5038
|
+
},
|
|
5039
|
+
"subtitleMaxLines": {
|
|
5013
5040
|
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5014
5041
|
"oneOf": [
|
|
5015
5042
|
{
|
|
@@ -5021,6 +5048,19 @@
|
|
|
5021
5048
|
],
|
|
5022
5049
|
"default": 2
|
|
5023
5050
|
},
|
|
5051
|
+
"subTitleMaxLines": {
|
|
5052
|
+
"description": "[Deprecated] Limit the number of lines for the sub title",
|
|
5053
|
+
"oneOf": [
|
|
5054
|
+
{
|
|
5055
|
+
"type": "number"
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5059
|
+
}
|
|
5060
|
+
],
|
|
5061
|
+
"deprecated": true,
|
|
5062
|
+
"default": 2
|
|
5063
|
+
},
|
|
5024
5064
|
"actions": {
|
|
5025
5065
|
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
5026
5066
|
"type": "array",
|
|
@@ -5132,6 +5172,15 @@
|
|
|
5132
5172
|
"default": 3
|
|
5133
5173
|
},
|
|
5134
5174
|
"subTitle": {
|
|
5175
|
+
"description": "[Deprecated] Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5176
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
5177
|
+
"deprecated": true,
|
|
5178
|
+
"i18n": {
|
|
5179
|
+
"type": "XTIT",
|
|
5180
|
+
"comment": "Header subtitle"
|
|
5181
|
+
}
|
|
5182
|
+
},
|
|
5183
|
+
"subtitle": {
|
|
5135
5184
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5136
5185
|
"$ref": "#/$defs/i18n_key_string",
|
|
5137
5186
|
"i18n": {
|
|
@@ -5140,6 +5189,19 @@
|
|
|
5140
5189
|
}
|
|
5141
5190
|
},
|
|
5142
5191
|
"subTitleMaxLines": {
|
|
5192
|
+
"description": "[Deprecated] Limit the number of lines for the sub title",
|
|
5193
|
+
"oneOf": [
|
|
5194
|
+
{
|
|
5195
|
+
"type": "number"
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5199
|
+
}
|
|
5200
|
+
],
|
|
5201
|
+
"deprecated": true,
|
|
5202
|
+
"default": 2
|
|
5203
|
+
},
|
|
5204
|
+
"subtitleMaxLines": {
|
|
5143
5205
|
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5144
5206
|
"oneOf": [
|
|
5145
5207
|
{
|
package/schema_cil.json
CHANGED
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"1.26.0",
|
|
47
47
|
"1.27.0",
|
|
48
48
|
"1.28.0",
|
|
49
|
-
"2.0.
|
|
49
|
+
"2.0.0",
|
|
50
|
+
"2.1.0"
|
|
50
51
|
]
|
|
51
52
|
},
|
|
52
53
|
"start_url": {
|
|
@@ -748,11 +749,11 @@
|
|
|
748
749
|
"type": "object",
|
|
749
750
|
"properties": {
|
|
750
751
|
"displayFormats": {
|
|
751
|
-
"description": "Defines what display formats a visualization type can render itself in
|
|
752
|
+
"description": "Defines what display formats a visualization type can render itself in",
|
|
752
753
|
"type": "object",
|
|
753
754
|
"properties": {
|
|
754
755
|
"supported": {
|
|
755
|
-
"description": "Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).
|
|
756
|
+
"description": "Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).",
|
|
756
757
|
"type": "array",
|
|
757
758
|
"default": [
|
|
758
759
|
"standard"
|
package/types/manifest.d.ts
CHANGED
|
@@ -715,7 +715,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
715
715
|
| "1.70.1"
|
|
716
716
|
| "1.71.0"
|
|
717
717
|
| "1.72.0"
|
|
718
|
-
| "
|
|
718
|
+
| "2.0.0"
|
|
719
|
+
| "2.1.0"
|
|
720
|
+
| "2.1.1";
|
|
719
721
|
/**
|
|
720
722
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
721
723
|
*/
|
|
@@ -2379,11 +2381,11 @@ export interface JSONSchemaForSAPFLPNamespace {
|
|
|
2379
2381
|
*/
|
|
2380
2382
|
vizOptions?: {
|
|
2381
2383
|
/**
|
|
2382
|
-
* Defines what display formats a visualization type can render itself in
|
|
2384
|
+
* Defines what display formats a visualization type can render itself in
|
|
2383
2385
|
*/
|
|
2384
2386
|
displayFormats?: {
|
|
2385
2387
|
/**
|
|
2386
|
-
* Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).
|
|
2388
|
+
* Lists all display formats the visualization type is capable of rendering itself in. The order of items may be used as preference definition (most important first).
|
|
2387
2389
|
*/
|
|
2388
2390
|
supported?: DisplayFormatEnum[];
|
|
2389
2391
|
default?: DisplayFormatEnum;
|