@ui5/manifest 1.75.1 → 1.77.0
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 +20 -1
- package/mapping.json +3 -1
- package/package.json +1 -1
- package/schema.json +61 -7
- package/types/manifest.d.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,23 @@ 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="v1.77.0"></a>
|
|
9
|
+
## [v1.77.0] - 2025-08-04 (UI5 1.139)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- sap.card: Added new property "header/subtitle"
|
|
13
|
+
- sap.card: Added new property "overflow/subtitle" in an object content item of type "Image"
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- sap.card: Deprecated property "header/subTitle" (with capital T)
|
|
17
|
+
- sap.card: Deprecated property "overflow/subTitle" (with capital T) in an object content item of type "Image"
|
|
18
|
+
|
|
19
|
+
<a name="v1.76.0"></a>
|
|
20
|
+
## [v1.76.0] - 2025-07-02 (UI5 1.138)
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- sap.card: Deprecated property "actions" for Object Content.
|
|
24
|
+
|
|
8
25
|
<a name="v1.75.1"></a>
|
|
9
26
|
## [v1.75.1] - 2025-06-04 (UI5 1.137)
|
|
10
27
|
### Added
|
|
@@ -143,7 +160,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
143
160
|
<a name="v1.48.1"></a>
|
|
144
161
|
## v1.48.1 - 2022-11-10
|
|
145
162
|
|
|
146
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.
|
|
163
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.77.0...HEAD
|
|
164
|
+
[v1.77.0]: https://github.com/SAP/ui5-manifest/compare/v1.76.0...v1.77.0
|
|
165
|
+
[v1.76.0]: https://github.com/SAP/ui5-manifest/compare/v1.75.1...v1.76.0
|
|
147
166
|
[v1.75.1]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.75.1
|
|
148
167
|
[v1.73.1]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.73.1
|
|
149
168
|
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -91,7 +91,9 @@
|
|
|
91
91
|
"1.71.0",
|
|
92
92
|
"1.72.0",
|
|
93
93
|
"1.73.1",
|
|
94
|
-
"1.75.1"
|
|
94
|
+
"1.75.1",
|
|
95
|
+
"1.76.0",
|
|
96
|
+
"1.77.0"
|
|
95
97
|
]
|
|
96
98
|
},
|
|
97
99
|
"start_url": {
|
|
@@ -2039,7 +2041,9 @@
|
|
|
2039
2041
|
"1.51.0",
|
|
2040
2042
|
"1.52.0",
|
|
2041
2043
|
"1.53.0",
|
|
2042
|
-
"1.54.0"
|
|
2044
|
+
"1.54.0",
|
|
2045
|
+
"1.55.0",
|
|
2046
|
+
"1.56.0"
|
|
2043
2047
|
]
|
|
2044
2048
|
},
|
|
2045
2049
|
"designtime": {
|
|
@@ -4559,10 +4563,15 @@
|
|
|
4559
4563
|
"description": "The title",
|
|
4560
4564
|
"type": "string"
|
|
4561
4565
|
},
|
|
4562
|
-
"
|
|
4563
|
-
"description": "The
|
|
4566
|
+
"subtitle": {
|
|
4567
|
+
"description": "The subtitle",
|
|
4564
4568
|
"type": "string"
|
|
4565
4569
|
},
|
|
4570
|
+
"subTitle": {
|
|
4571
|
+
"description": "The subtitle",
|
|
4572
|
+
"type": "string",
|
|
4573
|
+
"deprecated": true
|
|
4574
|
+
},
|
|
4566
4575
|
"verticalPosition": {
|
|
4567
4576
|
"description": "The vertical alignment of the texts",
|
|
4568
4577
|
"type": "string"
|
|
@@ -5673,7 +5682,7 @@
|
|
|
5673
5682
|
],
|
|
5674
5683
|
"default": 3
|
|
5675
5684
|
},
|
|
5676
|
-
"
|
|
5685
|
+
"subtitle": {
|
|
5677
5686
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5678
5687
|
"$ref": "#/$defs/i18n_key_string",
|
|
5679
5688
|
"i18n": {
|
|
@@ -5681,7 +5690,16 @@
|
|
|
5681
5690
|
"comment": "Header subtitle"
|
|
5682
5691
|
}
|
|
5683
5692
|
},
|
|
5684
|
-
"
|
|
5693
|
+
"subTitle": {
|
|
5694
|
+
"description": "[Deprecated] Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5695
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
5696
|
+
"i18n": {
|
|
5697
|
+
"type": "XTIT",
|
|
5698
|
+
"comment": "Header subtitle"
|
|
5699
|
+
},
|
|
5700
|
+
"deprecated": true
|
|
5701
|
+
},
|
|
5702
|
+
"subtitleMaxLines": {
|
|
5685
5703
|
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5686
5704
|
"oneOf": [
|
|
5687
5705
|
{
|
|
@@ -5693,6 +5711,19 @@
|
|
|
5693
5711
|
],
|
|
5694
5712
|
"default": 2
|
|
5695
5713
|
},
|
|
5714
|
+
"subTitleMaxLines": {
|
|
5715
|
+
"description": "[Deprecated] Limit the number of lines for the sub title",
|
|
5716
|
+
"oneOf": [
|
|
5717
|
+
{
|
|
5718
|
+
"type": "number"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5722
|
+
}
|
|
5723
|
+
],
|
|
5724
|
+
"deprecated": true,
|
|
5725
|
+
"default": 2
|
|
5726
|
+
},
|
|
5696
5727
|
"actions": {
|
|
5697
5728
|
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
5698
5729
|
"type": "array",
|
|
@@ -5809,6 +5840,15 @@
|
|
|
5809
5840
|
"default": 3
|
|
5810
5841
|
},
|
|
5811
5842
|
"subTitle": {
|
|
5843
|
+
"description": "[Deprecated] Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5844
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
5845
|
+
"deprecated": true,
|
|
5846
|
+
"i18n": {
|
|
5847
|
+
"type": "XTIT",
|
|
5848
|
+
"comment": "Header subtitle"
|
|
5849
|
+
}
|
|
5850
|
+
},
|
|
5851
|
+
"subtitle": {
|
|
5812
5852
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
5813
5853
|
"$ref": "#/$defs/i18n_key_string",
|
|
5814
5854
|
"i18n": {
|
|
@@ -5817,6 +5857,19 @@
|
|
|
5817
5857
|
}
|
|
5818
5858
|
},
|
|
5819
5859
|
"subTitleMaxLines": {
|
|
5860
|
+
"description": "[Deprecated] Limit the number of lines for the sub title",
|
|
5861
|
+
"oneOf": [
|
|
5862
|
+
{
|
|
5863
|
+
"type": "number"
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5867
|
+
}
|
|
5868
|
+
],
|
|
5869
|
+
"deprecated": true,
|
|
5870
|
+
"default": 2
|
|
5871
|
+
},
|
|
5872
|
+
"subtitleMaxLines": {
|
|
5820
5873
|
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5821
5874
|
"oneOf": [
|
|
5822
5875
|
{
|
|
@@ -6048,8 +6101,9 @@
|
|
|
6048
6101
|
}
|
|
6049
6102
|
},
|
|
6050
6103
|
"actions": {
|
|
6051
|
-
"description": "Defines actions that can be applied on the content",
|
|
6104
|
+
"description": "[Deprecated] Defines actions that can be applied on the content",
|
|
6052
6105
|
"type": "array",
|
|
6106
|
+
"deprecated": true,
|
|
6053
6107
|
"items": {
|
|
6054
6108
|
"$ref": "#/$defs/action"
|
|
6055
6109
|
}
|
package/types/manifest.d.ts
CHANGED
|
@@ -743,7 +743,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
743
743
|
| "1.71.0"
|
|
744
744
|
| "1.72.0"
|
|
745
745
|
| "1.73.1"
|
|
746
|
-
| "1.75.1"
|
|
746
|
+
| "1.75.1"
|
|
747
|
+
| "1.76.0"
|
|
748
|
+
| "1.77.0";
|
|
747
749
|
/**
|
|
748
750
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
749
751
|
*/
|