@ui5/manifest 1.72.3 → 1.73.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 +11 -1
- package/mapping.json +3 -3
- package/package.json +1 -1
- package/schema.json +228 -90
- package/schema_cil.json +19 -8
- package/types/manifest.d.ts +16 -9
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ 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.73.0"></a>
|
|
9
|
+
## [v1.73.0] - 2025-04-30 (UI5 1.135)
|
|
10
|
+
- sap.ui5/resources: Deprecated "js" property. Only "css" is a valid resource.
|
|
11
|
+
- sap.ui5/routing/targets: Deprecated options that are prefixed with "view", e.g., "viewName". Use options without "view"-prefix instead.
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- sap.card/header: Added new section "infoSection".
|
|
15
|
+
- sap.card/configuration: Added new property "placeholder" for DateRange filter.
|
|
16
|
+
|
|
8
17
|
<a name="v1.72.3"></a>
|
|
9
18
|
## [v1.72.3] - 2025-03-21 (UI5 1.135)
|
|
10
19
|
|
|
@@ -125,7 +134,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
125
134
|
<a name="v1.48.1"></a>
|
|
126
135
|
## v1.48.1 - 2022-11-10
|
|
127
136
|
|
|
128
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.
|
|
137
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.73.0...HEAD
|
|
138
|
+
[v1.73.0]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.73.0
|
|
129
139
|
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
|
130
140
|
[v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
|
|
131
141
|
[v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"1.69.0",
|
|
90
90
|
"1.70.1",
|
|
91
91
|
"1.71.0",
|
|
92
|
-
"1.72.0"
|
|
92
|
+
"1.72.0",
|
|
93
|
+
"1.73.0"
|
|
93
94
|
]
|
|
94
95
|
},
|
|
95
96
|
"start_url": {
|
|
@@ -2009,7 +2010,8 @@
|
|
|
2009
2010
|
"1.49.0",
|
|
2010
2011
|
"1.50.0",
|
|
2011
2012
|
"1.51.0",
|
|
2012
|
-
"1.52.0"
|
|
2013
|
+
"1.52.0",
|
|
2014
|
+
"1.53.0"
|
|
2013
2015
|
]
|
|
2014
2016
|
},
|
|
2015
2017
|
"designtime": {
|
|
@@ -2023,7 +2025,7 @@
|
|
|
2023
2025
|
"additionalProperties": false,
|
|
2024
2026
|
"properties": {
|
|
2025
2027
|
"editor": {
|
|
2026
|
-
"description": "The path to the design time configuration file. Used for Configuration Editor
|
|
2028
|
+
"description": "The path to the design time configuration file. Used for Configuration Editor",
|
|
2027
2029
|
"type": "string"
|
|
2028
2030
|
},
|
|
2029
2031
|
"enableMarkdown": {
|
|
@@ -2031,11 +2033,11 @@
|
|
|
2031
2033
|
"type": "boolean"
|
|
2032
2034
|
},
|
|
2033
2035
|
"helpId": {
|
|
2034
|
-
"description": "[Experimental] The help-id which will be rendered as data-help-id on the base element of the card
|
|
2036
|
+
"description": "[Experimental] The help-id which will be rendered as data-help-id on the base element of the card",
|
|
2035
2037
|
"type": "string"
|
|
2036
2038
|
},
|
|
2037
2039
|
"modelSizeLimit": {
|
|
2038
|
-
"description": "[Experimental] Represents the maximum number of entries that are used for list bindings
|
|
2040
|
+
"description": "[Experimental] Represents the maximum number of entries that are used for list bindings",
|
|
2039
2041
|
"oneOf": [
|
|
2040
2042
|
{
|
|
2041
2043
|
"type": "number"
|
|
@@ -2219,7 +2221,7 @@
|
|
|
2219
2221
|
"$ref": "#/$defs/visibility"
|
|
2220
2222
|
},
|
|
2221
2223
|
"closeButton": {
|
|
2222
|
-
"description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action
|
|
2224
|
+
"description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action",
|
|
2223
2225
|
"$ref": "#/$defs/closeButton"
|
|
2224
2226
|
}
|
|
2225
2227
|
}
|
|
@@ -3209,7 +3211,7 @@
|
|
|
3209
3211
|
"type": "string"
|
|
3210
3212
|
},
|
|
3211
3213
|
"additionalText": {
|
|
3212
|
-
"description": "The secondary value for the combo box item
|
|
3214
|
+
"description": "The secondary value for the combo box item",
|
|
3213
3215
|
"type": "string"
|
|
3214
3216
|
}
|
|
3215
3217
|
}
|
|
@@ -3528,7 +3530,7 @@
|
|
|
3528
3530
|
]
|
|
3529
3531
|
},
|
|
3530
3532
|
"timeout": {
|
|
3531
|
-
"description": "A timeout (in milliseconds) for the request. A value of 0 means there will be no timeout
|
|
3533
|
+
"description": "A timeout (in milliseconds) for the request. A value of 0 means there will be no timeout",
|
|
3532
3534
|
"oneOf": [
|
|
3533
3535
|
{
|
|
3534
3536
|
"type": "number",
|
|
@@ -3916,7 +3918,7 @@
|
|
|
3916
3918
|
"type": "string"
|
|
3917
3919
|
},
|
|
3918
3920
|
"additionalText": {
|
|
3919
|
-
"description": "Represents the additional text for the identifier column
|
|
3921
|
+
"description": "Represents the additional text for the identifier column",
|
|
3920
3922
|
"type": "string"
|
|
3921
3923
|
},
|
|
3922
3924
|
"icon": {
|
|
@@ -4402,16 +4404,27 @@
|
|
|
4402
4404
|
"description": "The custom state icon",
|
|
4403
4405
|
"type": "string"
|
|
4404
4406
|
},
|
|
4407
|
+
"inverted": {
|
|
4408
|
+
"description": "Specifies whether the background color reflects the set \"state\" instead of the control's text",
|
|
4409
|
+
"oneOf": [
|
|
4410
|
+
{
|
|
4411
|
+
"type": "boolean"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4415
|
+
}
|
|
4416
|
+
]
|
|
4417
|
+
},
|
|
4405
4418
|
"id": {
|
|
4406
4419
|
"description": "ID for input fields",
|
|
4407
4420
|
"type": "string"
|
|
4408
4421
|
},
|
|
4409
4422
|
"selectedKey": {
|
|
4410
|
-
"description": "Defines the initially selected key from the given options for combo box
|
|
4423
|
+
"description": "Defines the initially selected key from the given options for combo box",
|
|
4411
4424
|
"type": "string"
|
|
4412
4425
|
},
|
|
4413
4426
|
"placeholder": {
|
|
4414
|
-
"description": "Placeholder for
|
|
4427
|
+
"description": "Placeholder for items of type 'Input', 'TextArea', 'ComboBox', 'Duration' and 'DateRange'",
|
|
4415
4428
|
"type": "string"
|
|
4416
4429
|
},
|
|
4417
4430
|
"rows": {
|
|
@@ -4480,7 +4493,7 @@
|
|
|
4480
4493
|
},
|
|
4481
4494
|
"alt": {
|
|
4482
4495
|
"type": "string",
|
|
4483
|
-
"description": "The alternative text that is displayed in case the image is not available, or cannot be displayed
|
|
4496
|
+
"description": "The alternative text that is displayed in case the image is not available, or cannot be displayed"
|
|
4484
4497
|
},
|
|
4485
4498
|
"fullWidth": {
|
|
4486
4499
|
"description": "Defines if the image will take the full width of the group, including the paddings. If set to false there will be padding. For best result use together with 'alignment': 'Stretched' for the group",
|
|
@@ -4499,11 +4512,11 @@
|
|
|
4499
4512
|
"type": "string"
|
|
4500
4513
|
},
|
|
4501
4514
|
"imageFit": {
|
|
4502
|
-
"description": "This property is for adjusting the image size using the CSS style <code>background-size</code
|
|
4515
|
+
"description": "This property is for adjusting the image size using the CSS style <code>background-size</code>",
|
|
4503
4516
|
"type": "string"
|
|
4504
4517
|
},
|
|
4505
4518
|
"imagePosition": {
|
|
4506
|
-
"description": "This property is for adjusting the image position using the CSS style <code>background-position</code
|
|
4519
|
+
"description": "This property is for adjusting the image position using the CSS style <code>background-position</code>",
|
|
4507
4520
|
"type": "string"
|
|
4508
4521
|
},
|
|
4509
4522
|
"overlay": {
|
|
@@ -4531,7 +4544,7 @@
|
|
|
4531
4544
|
"type": "string"
|
|
4532
4545
|
},
|
|
4533
4546
|
"padding": {
|
|
4534
|
-
"description": "Set to 'MediumStart' to have medium size padding in the beginning of the texts
|
|
4547
|
+
"description": "Set to 'MediumStart' to have medium size padding in the beginning of the texts",
|
|
4535
4548
|
"type": "string"
|
|
4536
4549
|
},
|
|
4537
4550
|
"textColor": {
|
|
@@ -4539,7 +4552,7 @@
|
|
|
4539
4552
|
"type": "string"
|
|
4540
4553
|
},
|
|
4541
4554
|
"textFilter": {
|
|
4542
|
-
"description": "The CSS filter which will be applied to the text
|
|
4555
|
+
"description": "The CSS filter which will be applied to the text",
|
|
4543
4556
|
"type": "string"
|
|
4544
4557
|
},
|
|
4545
4558
|
"background": {
|
|
@@ -4547,7 +4560,7 @@
|
|
|
4547
4560
|
"type": "string"
|
|
4548
4561
|
},
|
|
4549
4562
|
"animation": {
|
|
4550
|
-
"description": "Defines the animation that should be used to show up the overlay
|
|
4563
|
+
"description": "Defines the animation that should be used to show up the overlay",
|
|
4551
4564
|
"type": "string"
|
|
4552
4565
|
}
|
|
4553
4566
|
}
|
|
@@ -4571,7 +4584,7 @@
|
|
|
4571
4584
|
}
|
|
4572
4585
|
},
|
|
4573
4586
|
"titleMaxLines": {
|
|
4574
|
-
"description": "[Experimental] Limits the number of lines for wrapping the group title
|
|
4587
|
+
"description": "[Experimental] Limits the number of lines for wrapping the group title",
|
|
4575
4588
|
"oneOf": [
|
|
4576
4589
|
{
|
|
4577
4590
|
"type": "number"
|
|
@@ -4583,7 +4596,7 @@
|
|
|
4583
4596
|
"default": 1
|
|
4584
4597
|
},
|
|
4585
4598
|
"labelWrapping": {
|
|
4586
|
-
"description": "[Experimental] Determines whether the labels of the group items will be wrapped
|
|
4599
|
+
"description": "[Experimental] Determines whether the labels of the group items will be wrapped",
|
|
4587
4600
|
"oneOf": [
|
|
4588
4601
|
{
|
|
4589
4602
|
"type": "boolean"
|
|
@@ -4925,51 +4938,6 @@
|
|
|
4925
4938
|
],
|
|
4926
4939
|
"default": "None"
|
|
4927
4940
|
},
|
|
4928
|
-
"ContentType.List.Item.ValueStateItem": {
|
|
4929
|
-
"description": "Represents value and state information for an object",
|
|
4930
|
-
"type": "object",
|
|
4931
|
-
"additionalProperties": false,
|
|
4932
|
-
"properties": {
|
|
4933
|
-
"value": {
|
|
4934
|
-
"type": "string",
|
|
4935
|
-
"description": "The value of the field"
|
|
4936
|
-
},
|
|
4937
|
-
"state": {
|
|
4938
|
-
"description": "The state of the field",
|
|
4939
|
-
"oneOf": [
|
|
4940
|
-
{
|
|
4941
|
-
"$ref": "#/$defs/state"
|
|
4942
|
-
},
|
|
4943
|
-
{
|
|
4944
|
-
"$ref": "#/$defs/simpleBinding"
|
|
4945
|
-
}
|
|
4946
|
-
]
|
|
4947
|
-
},
|
|
4948
|
-
"showStateIcon": {
|
|
4949
|
-
"description": "Defines if a default state icon is shown",
|
|
4950
|
-
"oneOf": [
|
|
4951
|
-
{
|
|
4952
|
-
"type": "boolean"
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"$ref": "#/$defs/simpleBinding"
|
|
4956
|
-
}
|
|
4957
|
-
]
|
|
4958
|
-
},
|
|
4959
|
-
"customStateIcon": {
|
|
4960
|
-
"description": "The custom state icon",
|
|
4961
|
-
"type": "string"
|
|
4962
|
-
},
|
|
4963
|
-
"visible": {
|
|
4964
|
-
"description": "Visibility of the item",
|
|
4965
|
-
"$ref": "#/$defs/visibility"
|
|
4966
|
-
},
|
|
4967
|
-
"title": {
|
|
4968
|
-
"description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of columnn names while transforming table card to list card.",
|
|
4969
|
-
"type": "string"
|
|
4970
|
-
}
|
|
4971
|
-
}
|
|
4972
|
-
},
|
|
4973
4941
|
"field": {
|
|
4974
4942
|
"type": "object",
|
|
4975
4943
|
"additionalProperties": false,
|
|
@@ -5055,7 +5023,7 @@
|
|
|
5055
5023
|
},
|
|
5056
5024
|
"info": {
|
|
5057
5025
|
"description": "Defines an additional information text",
|
|
5058
|
-
"$ref": "#/$defs/
|
|
5026
|
+
"$ref": "#/$defs/objectStatus"
|
|
5059
5027
|
},
|
|
5060
5028
|
"highlight": {
|
|
5061
5029
|
"type": "string",
|
|
@@ -5071,7 +5039,7 @@
|
|
|
5071
5039
|
},
|
|
5072
5040
|
"highlightText": {
|
|
5073
5041
|
"type": "string",
|
|
5074
|
-
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes
|
|
5042
|
+
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes"
|
|
5075
5043
|
},
|
|
5076
5044
|
"icon": {
|
|
5077
5045
|
"$ref": "#/$defs/icon"
|
|
@@ -5095,7 +5063,7 @@
|
|
|
5095
5063
|
"description": "Defines the attributes",
|
|
5096
5064
|
"type": "array",
|
|
5097
5065
|
"items": {
|
|
5098
|
-
"$ref": "#/$defs/
|
|
5066
|
+
"$ref": "#/$defs/objectStatus"
|
|
5099
5067
|
}
|
|
5100
5068
|
},
|
|
5101
5069
|
"actions": {
|
|
@@ -5128,6 +5096,139 @@
|
|
|
5128
5096
|
"description": "Defines the min-height of the Content as a CSS value",
|
|
5129
5097
|
"type": "string"
|
|
5130
5098
|
},
|
|
5099
|
+
"HeaderType.InfoSection.Item": {
|
|
5100
|
+
"description": "Represents an info section item",
|
|
5101
|
+
"oneOf": [
|
|
5102
|
+
{
|
|
5103
|
+
"$ref": "#/$defs/objectStatus"
|
|
5104
|
+
}
|
|
5105
|
+
]
|
|
5106
|
+
},
|
|
5107
|
+
"HeaderType.InfoSection.Column": {
|
|
5108
|
+
"description": "Represents a column of the info section",
|
|
5109
|
+
"type": "object",
|
|
5110
|
+
"additionalProperties": false,
|
|
5111
|
+
"properties": {
|
|
5112
|
+
"rows": {
|
|
5113
|
+
"description": "Represents the rows of the column",
|
|
5114
|
+
"type": "array",
|
|
5115
|
+
"items": {
|
|
5116
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Row"
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
"items": {
|
|
5120
|
+
"description": "Represents the items of the column",
|
|
5121
|
+
"type": "array",
|
|
5122
|
+
"items": {
|
|
5123
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Item"
|
|
5124
|
+
}
|
|
5125
|
+
}
|
|
5126
|
+
}
|
|
5127
|
+
},
|
|
5128
|
+
"justifyContent": {
|
|
5129
|
+
"description": "Defines how the space is distributed between and around content items",
|
|
5130
|
+
"type": "string",
|
|
5131
|
+
"oneOf": [
|
|
5132
|
+
{
|
|
5133
|
+
"enum": [
|
|
5134
|
+
"SpaceBetween",
|
|
5135
|
+
"Start",
|
|
5136
|
+
"End"
|
|
5137
|
+
],
|
|
5138
|
+
"default": "SpaceBetween"
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5142
|
+
}
|
|
5143
|
+
]
|
|
5144
|
+
},
|
|
5145
|
+
"objectStatus": {
|
|
5146
|
+
"description": "Represents value and state information for an object",
|
|
5147
|
+
"type": "object",
|
|
5148
|
+
"additionalProperties": false,
|
|
5149
|
+
"properties": {
|
|
5150
|
+
"type": {
|
|
5151
|
+
"description": "Represents the type of the object",
|
|
5152
|
+
"type": "string",
|
|
5153
|
+
"enum": [
|
|
5154
|
+
"Status"
|
|
5155
|
+
]
|
|
5156
|
+
},
|
|
5157
|
+
"value": {
|
|
5158
|
+
"type": "string",
|
|
5159
|
+
"description": "The value of the field"
|
|
5160
|
+
},
|
|
5161
|
+
"state": {
|
|
5162
|
+
"description": "The state of the field",
|
|
5163
|
+
"oneOf": [
|
|
5164
|
+
{
|
|
5165
|
+
"$ref": "#/$defs/state"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5169
|
+
}
|
|
5170
|
+
]
|
|
5171
|
+
},
|
|
5172
|
+
"showStateIcon": {
|
|
5173
|
+
"description": "Defines if a default state icon is shown",
|
|
5174
|
+
"oneOf": [
|
|
5175
|
+
{
|
|
5176
|
+
"type": "boolean"
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5180
|
+
}
|
|
5181
|
+
]
|
|
5182
|
+
},
|
|
5183
|
+
"customStateIcon": {
|
|
5184
|
+
"description": "The custom state icon",
|
|
5185
|
+
"type": "string"
|
|
5186
|
+
},
|
|
5187
|
+
"visible": {
|
|
5188
|
+
"description": "Visibility of the item",
|
|
5189
|
+
"$ref": "#/$defs/visibility"
|
|
5190
|
+
},
|
|
5191
|
+
"title": {
|
|
5192
|
+
"description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of column names while transforming table card to list card",
|
|
5193
|
+
"type": "string"
|
|
5194
|
+
},
|
|
5195
|
+
"inverted": {
|
|
5196
|
+
"description": "Specifies whether the background color reflects the set \"state\" instead of the control's text",
|
|
5197
|
+
"oneOf": [
|
|
5198
|
+
{
|
|
5199
|
+
"type": "boolean"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"$ref": "#/$defs/simpleBinding"
|
|
5203
|
+
}
|
|
5204
|
+
]
|
|
5205
|
+
}
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"HeaderType.InfoSection.Row": {
|
|
5209
|
+
"description": "Represents a row of the info section",
|
|
5210
|
+
"type": "object",
|
|
5211
|
+
"additionalProperties": false,
|
|
5212
|
+
"properties": {
|
|
5213
|
+
"justifyContent": {
|
|
5214
|
+
"$ref": "#/$defs/justifyContent"
|
|
5215
|
+
},
|
|
5216
|
+
"columns": {
|
|
5217
|
+
"description": "Represents the columns of the row",
|
|
5218
|
+
"type": "array",
|
|
5219
|
+
"items": {
|
|
5220
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Column"
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5223
|
+
"items": {
|
|
5224
|
+
"description": "Represents the items of the row",
|
|
5225
|
+
"type": "array",
|
|
5226
|
+
"items": {
|
|
5227
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Item"
|
|
5228
|
+
}
|
|
5229
|
+
}
|
|
5230
|
+
}
|
|
5231
|
+
},
|
|
5131
5232
|
"Enums.ValueColor": {
|
|
5132
5233
|
"enum": [
|
|
5133
5234
|
"Critical",
|
|
@@ -5236,6 +5337,20 @@
|
|
|
5236
5337
|
}
|
|
5237
5338
|
}
|
|
5238
5339
|
},
|
|
5340
|
+
"HeaderType.InfoSection": {
|
|
5341
|
+
"description": "Represents the info section of the header",
|
|
5342
|
+
"type": "object",
|
|
5343
|
+
"additionalProperties": false,
|
|
5344
|
+
"properties": {
|
|
5345
|
+
"rows": {
|
|
5346
|
+
"description": "Represents the rows of the info section",
|
|
5347
|
+
"type": "array",
|
|
5348
|
+
"items": {
|
|
5349
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Row"
|
|
5350
|
+
}
|
|
5351
|
+
}
|
|
5352
|
+
}
|
|
5353
|
+
},
|
|
5239
5354
|
"wrappingType": {
|
|
5240
5355
|
"description": "The wrapping type for texts",
|
|
5241
5356
|
"type": "string",
|
|
@@ -5512,7 +5627,7 @@
|
|
|
5512
5627
|
}
|
|
5513
5628
|
},
|
|
5514
5629
|
"titleMaxLines": {
|
|
5515
|
-
"description": "[Experimental] Limit the number of lines for the title
|
|
5630
|
+
"description": "[Experimental] Limit the number of lines for the title",
|
|
5516
5631
|
"oneOf": [
|
|
5517
5632
|
{
|
|
5518
5633
|
"type": "number"
|
|
@@ -5532,7 +5647,7 @@
|
|
|
5532
5647
|
}
|
|
5533
5648
|
},
|
|
5534
5649
|
"subTitleMaxLines": {
|
|
5535
|
-
"description": "[Experimental] Limit the number of lines for the sub title
|
|
5650
|
+
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5536
5651
|
"oneOf": [
|
|
5537
5652
|
{
|
|
5538
5653
|
"type": "number"
|
|
@@ -5581,7 +5696,7 @@
|
|
|
5581
5696
|
"type": "string"
|
|
5582
5697
|
},
|
|
5583
5698
|
"detailsMaxLines": {
|
|
5584
|
-
"description": "[Experimental] Limit the number of lines for the details text
|
|
5699
|
+
"description": "[Experimental] Limit the number of lines for the details text",
|
|
5585
5700
|
"oneOf": [
|
|
5586
5701
|
{
|
|
5587
5702
|
"type": "number"
|
|
@@ -5605,18 +5720,22 @@
|
|
|
5605
5720
|
"$ref": "#/$defs/status"
|
|
5606
5721
|
},
|
|
5607
5722
|
"closeButton": {
|
|
5608
|
-
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action
|
|
5723
|
+
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action",
|
|
5609
5724
|
"$ref": "#/$defs/closeButton",
|
|
5610
5725
|
"deprecated": true
|
|
5611
5726
|
},
|
|
5612
5727
|
"wrappingType": {
|
|
5613
|
-
"description": "[Experimental] The wrapping type for texts inside the header
|
|
5728
|
+
"description": "[Experimental] The wrapping type for texts inside the header",
|
|
5614
5729
|
"$ref": "#/$defs/wrappingType"
|
|
5615
5730
|
},
|
|
5616
5731
|
"visible": {
|
|
5617
5732
|
"description": "[Experimental] Visibility of the header",
|
|
5618
5733
|
"$ref": "#/$defs/visibility"
|
|
5619
5734
|
},
|
|
5735
|
+
"infoSection": {
|
|
5736
|
+
"description": "[Experimental] Represents the info section of the header",
|
|
5737
|
+
"$ref": "#/$defs/HeaderType.InfoSection"
|
|
5738
|
+
},
|
|
5620
5739
|
"chart": {
|
|
5621
5740
|
"$ref": "#/$defs/MicroChart"
|
|
5622
5741
|
}
|
|
@@ -5643,7 +5762,7 @@
|
|
|
5643
5762
|
}
|
|
5644
5763
|
},
|
|
5645
5764
|
"titleMaxLines": {
|
|
5646
|
-
"description": "[Experimental] Limit the number of lines for the title
|
|
5765
|
+
"description": "[Experimental] Limit the number of lines for the title",
|
|
5647
5766
|
"oneOf": [
|
|
5648
5767
|
{
|
|
5649
5768
|
"type": "number"
|
|
@@ -5663,7 +5782,7 @@
|
|
|
5663
5782
|
}
|
|
5664
5783
|
},
|
|
5665
5784
|
"subTitleMaxLines": {
|
|
5666
|
-
"description": "[Experimental] Limit the number of lines for the sub title
|
|
5785
|
+
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
5667
5786
|
"oneOf": [
|
|
5668
5787
|
{
|
|
5669
5788
|
"type": "number"
|
|
@@ -5693,17 +5812,21 @@
|
|
|
5693
5812
|
"$ref": "#/$defs/status"
|
|
5694
5813
|
},
|
|
5695
5814
|
"closeButton": {
|
|
5696
|
-
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action
|
|
5815
|
+
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action",
|
|
5697
5816
|
"$ref": "#/$defs/closeButton",
|
|
5698
5817
|
"deprecated": true
|
|
5699
5818
|
},
|
|
5700
5819
|
"wrappingType": {
|
|
5701
|
-
"description": "[Experimental] The wrapping type for texts inside the header
|
|
5820
|
+
"description": "[Experimental] The wrapping type for texts inside the header",
|
|
5702
5821
|
"$ref": "#/$defs/wrappingType"
|
|
5703
5822
|
},
|
|
5704
5823
|
"visible": {
|
|
5705
5824
|
"description": "[Experimental] Visibility of the header",
|
|
5706
5825
|
"$ref": "#/$defs/visibility"
|
|
5826
|
+
},
|
|
5827
|
+
"infoSection": {
|
|
5828
|
+
"description": "[Experimental] Represents the info section of the header",
|
|
5829
|
+
"$ref": "#/$defs/HeaderType.InfoSection"
|
|
5707
5830
|
}
|
|
5708
5831
|
}
|
|
5709
5832
|
},
|
|
@@ -5743,7 +5866,7 @@
|
|
|
5743
5866
|
]
|
|
5744
5867
|
},
|
|
5745
5868
|
"omitSandbox": {
|
|
5746
|
-
"description": "If set to 'true' the 'sandbox' attribute will not be added to the iframe
|
|
5869
|
+
"description": "If set to 'true' the 'sandbox' attribute will not be added to the iframe",
|
|
5747
5870
|
"oneOf": [
|
|
5748
5871
|
{
|
|
5749
5872
|
"type": "boolean",
|
|
@@ -5822,7 +5945,7 @@
|
|
|
5822
5945
|
]
|
|
5823
5946
|
},
|
|
5824
5947
|
"use12HourFormat": {
|
|
5825
|
-
"description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format
|
|
5948
|
+
"description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format",
|
|
5826
5949
|
"oneOf": [
|
|
5827
5950
|
{
|
|
5828
5951
|
"type": "boolean"
|
|
@@ -5833,7 +5956,7 @@
|
|
|
5833
5956
|
]
|
|
5834
5957
|
},
|
|
5835
5958
|
"calendarWeekNumbering": {
|
|
5836
|
-
"description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional
|
|
5959
|
+
"description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional",
|
|
5837
5960
|
"oneOf": [
|
|
5838
5961
|
{
|
|
5839
5962
|
"enum": [
|
|
@@ -5957,7 +6080,7 @@
|
|
|
5957
6080
|
},
|
|
5958
6081
|
"highlightText": {
|
|
5959
6082
|
"type": "string",
|
|
5960
|
-
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes
|
|
6083
|
+
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes"
|
|
5961
6084
|
}
|
|
5962
6085
|
}
|
|
5963
6086
|
},
|
|
@@ -6540,11 +6663,11 @@
|
|
|
6540
6663
|
"description": "The value of the filter"
|
|
6541
6664
|
},
|
|
6542
6665
|
"selectedKey": {
|
|
6543
|
-
"description": "Defines the initially selected key from the given options for combo box
|
|
6666
|
+
"description": "Defines the initially selected key from the given options for combo box",
|
|
6544
6667
|
"type": "string"
|
|
6545
6668
|
},
|
|
6546
6669
|
"selectedIndex": {
|
|
6547
|
-
"description": "Specifies the index of the selected item. Index value for no selection is -1
|
|
6670
|
+
"description": "Specifies the index of the selected item. Index value for no selection is -1",
|
|
6548
6671
|
"oneOf": [
|
|
6549
6672
|
{
|
|
6550
6673
|
"type": "number",
|
|
@@ -6653,6 +6776,10 @@
|
|
|
6653
6776
|
"description": "Label for the filter. Used by screen readers",
|
|
6654
6777
|
"type": "string"
|
|
6655
6778
|
},
|
|
6779
|
+
"placeholder": {
|
|
6780
|
+
"description": "Placeholder for the filter's input",
|
|
6781
|
+
"type": "string"
|
|
6782
|
+
},
|
|
6656
6783
|
"value": {
|
|
6657
6784
|
"type": "object",
|
|
6658
6785
|
"additionalProperties": false,
|
|
@@ -7849,19 +7976,23 @@
|
|
|
7849
7976
|
],
|
|
7850
7977
|
"properties": {
|
|
7851
7978
|
"viewName": {
|
|
7852
|
-
"
|
|
7979
|
+
"deprecated": true,
|
|
7980
|
+
"description": "[Deprecated] Represents the name of a view that will be created",
|
|
7853
7981
|
"type": "string"
|
|
7854
7982
|
},
|
|
7855
7983
|
"viewId": {
|
|
7856
|
-
"
|
|
7984
|
+
"deprecated": true,
|
|
7985
|
+
"description": "[Deprecated] Represents the id of the created view",
|
|
7857
7986
|
"type": "string"
|
|
7858
7987
|
},
|
|
7859
7988
|
"viewPath": {
|
|
7860
|
-
"
|
|
7989
|
+
"deprecated": true,
|
|
7990
|
+
"description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
|
|
7861
7991
|
"type": "string"
|
|
7862
7992
|
},
|
|
7863
7993
|
"viewLevel": {
|
|
7864
|
-
"
|
|
7994
|
+
"deprecated": true,
|
|
7995
|
+
"description": "[Deprecated] Represents the level of the current view, which is used to define the transition direction when navigating to this view",
|
|
7865
7996
|
"type": "number",
|
|
7866
7997
|
"multipleOf": 1
|
|
7867
7998
|
}
|
|
@@ -7943,19 +8074,23 @@
|
|
|
7943
8074
|
"type": "object",
|
|
7944
8075
|
"properties": {
|
|
7945
8076
|
"viewName": {
|
|
7946
|
-
"
|
|
8077
|
+
"deprecated": true,
|
|
8078
|
+
"description": "[Deprecated] Represents the name of a view that will be created",
|
|
7947
8079
|
"type": "string"
|
|
7948
8080
|
},
|
|
7949
8081
|
"viewId": {
|
|
7950
|
-
"
|
|
8082
|
+
"deprecated": true,
|
|
8083
|
+
"description": "[Deprecated] Represents the id of the created view",
|
|
7951
8084
|
"type": "string"
|
|
7952
8085
|
},
|
|
7953
8086
|
"viewPath": {
|
|
7954
|
-
"
|
|
8087
|
+
"deprecated": true,
|
|
8088
|
+
"description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
|
|
7955
8089
|
"type": "string"
|
|
7956
8090
|
},
|
|
7957
8091
|
"viewLevel": {
|
|
7958
|
-
"
|
|
8092
|
+
"deprecated": true,
|
|
8093
|
+
"description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
|
|
7959
8094
|
"type": "number",
|
|
7960
8095
|
"multipleOf": 1
|
|
7961
8096
|
}
|
|
@@ -8795,6 +8930,8 @@
|
|
|
8795
8930
|
"type": "object",
|
|
8796
8931
|
"properties": {
|
|
8797
8932
|
"js": {
|
|
8933
|
+
"description": "[Deprecated] Specifies additional JavaScript resources of the Component.",
|
|
8934
|
+
"deprecated": true,
|
|
8798
8935
|
"type": "array",
|
|
8799
8936
|
"items": {
|
|
8800
8937
|
"type": "object",
|
|
@@ -8809,6 +8946,7 @@
|
|
|
8809
8946
|
}
|
|
8810
8947
|
},
|
|
8811
8948
|
"css": {
|
|
8949
|
+
"description": "Specifies additional CSS resources of the Component.",
|
|
8812
8950
|
"type": "array",
|
|
8813
8951
|
"items": {
|
|
8814
8952
|
"type": "object",
|
package/schema_cil.json
CHANGED
|
@@ -2508,19 +2508,23 @@
|
|
|
2508
2508
|
],
|
|
2509
2509
|
"properties": {
|
|
2510
2510
|
"viewName": {
|
|
2511
|
-
"
|
|
2511
|
+
"deprecated": true,
|
|
2512
|
+
"description": "[Deprecated] Represents the name of a view that will be created",
|
|
2512
2513
|
"type": "string"
|
|
2513
2514
|
},
|
|
2514
2515
|
"viewId": {
|
|
2515
|
-
"
|
|
2516
|
+
"deprecated": true,
|
|
2517
|
+
"description": "[Deprecated] Represents the id of the created view",
|
|
2516
2518
|
"type": "string"
|
|
2517
2519
|
},
|
|
2518
2520
|
"viewPath": {
|
|
2519
|
-
"
|
|
2521
|
+
"deprecated": true,
|
|
2522
|
+
"description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
|
|
2520
2523
|
"type": "string"
|
|
2521
2524
|
},
|
|
2522
2525
|
"viewLevel": {
|
|
2523
|
-
"
|
|
2526
|
+
"deprecated": true,
|
|
2527
|
+
"description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
|
|
2524
2528
|
"type": "number",
|
|
2525
2529
|
"multipleOf": 1
|
|
2526
2530
|
}
|
|
@@ -2602,19 +2606,23 @@
|
|
|
2602
2606
|
"type": "object",
|
|
2603
2607
|
"properties": {
|
|
2604
2608
|
"viewName": {
|
|
2605
|
-
"
|
|
2609
|
+
"deprecated": true,
|
|
2610
|
+
"description": "[Deprecated] Represents the name of a view that will be created",
|
|
2606
2611
|
"type": "string"
|
|
2607
2612
|
},
|
|
2608
2613
|
"viewId": {
|
|
2609
|
-
"
|
|
2614
|
+
"deprecated": true,
|
|
2615
|
+
"description": "[Deprecated] Represents the id of the created view",
|
|
2610
2616
|
"type": "string"
|
|
2611
2617
|
},
|
|
2612
2618
|
"viewPath": {
|
|
2613
|
-
"
|
|
2619
|
+
"deprecated": true,
|
|
2620
|
+
"description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
|
|
2614
2621
|
"type": "string"
|
|
2615
2622
|
},
|
|
2616
2623
|
"viewLevel": {
|
|
2617
|
-
"
|
|
2624
|
+
"deprecated": true,
|
|
2625
|
+
"description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
|
|
2618
2626
|
"type": "number",
|
|
2619
2627
|
"multipleOf": 1
|
|
2620
2628
|
}
|
|
@@ -3431,6 +3439,8 @@
|
|
|
3431
3439
|
"type": "object",
|
|
3432
3440
|
"properties": {
|
|
3433
3441
|
"js": {
|
|
3442
|
+
"description": "[Deprecated] Specifies additional JavaScript resources of the Component.",
|
|
3443
|
+
"deprecated": true,
|
|
3434
3444
|
"type": "array",
|
|
3435
3445
|
"items": {
|
|
3436
3446
|
"type": "object",
|
|
@@ -3445,6 +3455,7 @@
|
|
|
3445
3455
|
}
|
|
3446
3456
|
},
|
|
3447
3457
|
"css": {
|
|
3458
|
+
"description": "Specifies additional CSS resources of the Component.",
|
|
3448
3459
|
"type": "array",
|
|
3449
3460
|
"items": {
|
|
3450
3461
|
"type": "object",
|
package/types/manifest.d.ts
CHANGED
|
@@ -740,7 +740,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
740
740
|
| "1.69.0"
|
|
741
741
|
| "1.70.1"
|
|
742
742
|
| "1.71.0"
|
|
743
|
-
| "1.72.0"
|
|
743
|
+
| "1.72.0"
|
|
744
|
+
| "1.73.0";
|
|
744
745
|
/**
|
|
745
746
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
746
747
|
*/
|
|
@@ -1388,10 +1389,16 @@ export interface DeviceType1 {
|
|
|
1388
1389
|
* Represents paths to JavaScript/CSS resources that your app needs (app internal), formerly called '.includes'
|
|
1389
1390
|
*/
|
|
1390
1391
|
export interface Resource {
|
|
1392
|
+
/**
|
|
1393
|
+
* [Deprecated] Specifies additional JavaScript resources of the Component.
|
|
1394
|
+
*/
|
|
1391
1395
|
js?: {
|
|
1392
1396
|
uri: string;
|
|
1393
1397
|
[k: string]: unknown;
|
|
1394
1398
|
}[];
|
|
1399
|
+
/**
|
|
1400
|
+
* Specifies additional CSS resources of the Component.
|
|
1401
|
+
*/
|
|
1395
1402
|
css?: {
|
|
1396
1403
|
uri: string;
|
|
1397
1404
|
id?: string;
|
|
@@ -1716,19 +1723,19 @@ export interface Target {
|
|
|
1716
1723
|
}
|
|
1717
1724
|
export interface LegacyTargetAdditionWithoutRequiredProp {
|
|
1718
1725
|
/**
|
|
1719
|
-
* Represents the name of a view that will be created
|
|
1726
|
+
* [Deprecated] Represents the name of a view that will be created
|
|
1720
1727
|
*/
|
|
1721
1728
|
viewName?: string;
|
|
1722
1729
|
/**
|
|
1723
|
-
* Represents the id of the created view
|
|
1730
|
+
* [Deprecated] Represents the id of the created view
|
|
1724
1731
|
*/
|
|
1725
1732
|
viewId?: string;
|
|
1726
1733
|
/**
|
|
1727
|
-
* Represents a prefix that is prepended in front of the viewName
|
|
1734
|
+
* [Deprecated] Represents a prefix that is prepended in front of the viewName
|
|
1728
1735
|
*/
|
|
1729
1736
|
viewPath?: string;
|
|
1730
1737
|
/**
|
|
1731
|
-
* Represents the level of the current view which is used to define the transition direction when navigate to this view
|
|
1738
|
+
* [Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view
|
|
1732
1739
|
*/
|
|
1733
1740
|
viewLevel?: number;
|
|
1734
1741
|
[k: string]: unknown;
|
|
@@ -1860,19 +1867,19 @@ export interface Routing {
|
|
|
1860
1867
|
}
|
|
1861
1868
|
export interface LegacyTargetAddition {
|
|
1862
1869
|
/**
|
|
1863
|
-
* Represents the name of a view that will be created
|
|
1870
|
+
* [Deprecated] Represents the name of a view that will be created
|
|
1864
1871
|
*/
|
|
1865
1872
|
viewName: string;
|
|
1866
1873
|
/**
|
|
1867
|
-
* Represents the id of the created view
|
|
1874
|
+
* [Deprecated] Represents the id of the created view
|
|
1868
1875
|
*/
|
|
1869
1876
|
viewId?: string;
|
|
1870
1877
|
/**
|
|
1871
|
-
* Represents a prefix that is prepended in front of the viewName
|
|
1878
|
+
* [Deprecated] Represents a prefix that is prepended in front of the viewName
|
|
1872
1879
|
*/
|
|
1873
1880
|
viewPath?: string;
|
|
1874
1881
|
/**
|
|
1875
|
-
* Represents the level of the current view which is used to define the transition direction when
|
|
1882
|
+
* [Deprecated] Represents the level of the current view, which is used to define the transition direction when navigating to this view
|
|
1876
1883
|
*/
|
|
1877
1884
|
viewLevel?: number;
|
|
1878
1885
|
[k: string]: unknown;
|