@ui5/manifest 2.6.0 → 2.8.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 CHANGED
@@ -3,265 +3,53 @@ All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
5
  <a name="Unreleased"></a>
6
- ## [Unreleased]
7
6
 
8
- <a name="v2.6.0"></a>
9
- ## [v2.6.0] - 2026-03-12 (UI5 1.146)
10
-
11
- ### Added
12
- - sap.card: New RadioButtonGroup field in Object cards
13
-
14
- <a name="v2.5.0"></a>
15
- ## [v2.5.0] - 2026-02-12 (UI5 1.145)
16
-
17
- ### Added
18
- - sap.card: new property "inverted" in ContentType.Table.Column which shows an inverted object status
19
- - sap.card: new property "preferIcon" for "actionsStripItem" which is used to determine if icon only button is shown when not in overflow
20
-
21
- ### Changed
22
- - sap.card: fix type of "filters" properties inside "configuration"
23
-
24
- <a name="v2.4.0"></a>
25
- ## [v2.4.0] - 2026-01-12 (UI5 1.144)
26
-
27
- ### Added
28
- - sap.card: new property "tooltips" which can be used to visualize the tooltips that are generated by Viz charts.
29
-
30
- <a name="v2.3.1"></a>
31
- ## [v2.3.1] - 2025-12-09 (UI5 1.142)
32
-
33
- ### Added
34
- - sap.app: new value "4.01" for setting/odataVersion added
35
-
36
- <a name="v2.3.0"></a>
37
- ## [v2.3.0] - 2025-12-08 (UI5 1.142)
38
-
39
- ### Changed
40
- - 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'.
41
-
42
- <a name="v2.2.0"></a>
43
- ## [v2.2.0] - 2025-12-08 (UI5 1.141)
44
-
45
- ### Added
46
- - sap.card: New property "configuration/childCards" which holds a list of Configuration.ChildCard which represents a child card that can be opened from the main card
47
- - sap.card: New property "showCardActionParameters/childCardKey" to refer to a child card which to be shown
48
- - sap.card: New property "header/icon/state" which can be used to apply semantic state to the icon in the header
49
-
50
- ### Changed
51
- - sap.card: Added valiadtion for allowed combinations of "header/icon" properties
52
- - sap.card: Deprecated property "showCardActionParameters/manifest". Use "showCardActionParameters/childCardKey" instead.
53
-
54
- <a name="v2.1.1"></a>
55
- ## [v2.1.1] - 2025-12-08 (UI5 1.140)
56
-
57
- ### Added
58
- - sap.card: Added new property "useMainDestinations"
59
-
60
- <a name="v2.1.0"></a>
61
- ## [v2.1.0] - 2025-09-12 (UI5 1.139)
62
-
63
- ### Added
64
- - sap.card: Added new property "header/subtitle"
65
- - sap.card: Added new property "overflow/subtitle" in an object content item of type "Image"
66
- - sap.card: Added option for "actions" for all elements of type "status"
67
-
68
- ### Changed
69
- - sap.card: Deprecated property "header/subTitle" (with capital T)
70
- - sap.card: Deprecated property "overflow/subTitle" (with capital T) in an object content item of type "Image"
71
-
72
- <a name="v1.77.0"></a>
73
- ## [v1.77.0] - 2025-08-04 (UI5 1.139)
74
-
75
- ### Added
76
- - sap.flp: new property "vizOptions" has been added to provide more options for tile sizes. Only needed for declaration of custom Fiori launchpad tiles.
77
- - sap.ui5/flexBundle: new property explicitly flagging if a flexibility-bundle.json is part of the built application.
78
-
79
- ### Removed
80
- - sap.ui5/resource:
81
- - `js` property: removed
82
- - sap.ui5/rootView:
83
- - `async` property: removed
84
- - `type` property: Removed "HTML", "JS", "Template", "JSON" from possible values
85
- - sap.ui5/routing:
86
- - config: async property removed
87
- - targets: Removed legacy options, e.g., viewName, viewId, viewPath
88
- - sap.ovp: Removed Deprecated property globalFilterEntityType, globalFilterEntitySet should be used instead.
89
- - sap.ovp/cards: Removed deprecated property sequencePos.
90
- - sap.ovp/cards/settings: Corrected location for "tabs" property configuration.
91
- - sap.card: Remove all properties which are marked as deprecated. Some of the properties will continue to work in the runtime, but should not be used anymore.
92
- - sap.card: Remove option for "service" in "data" and "actions" section which was never published
93
- - sap.flp/origin: has been removed, as it is not used anymore
94
- - sap.flp/tileSize: has been removed in favor of sap.flp/vizOptions/displayFormats
95
- - sap.flp/type: is optional, defaults to "application"
96
-
97
- <a name="v2.0.0"></a>
98
- ## [v2.0.0] - 2025-04-30 (UI5 1.136)
99
- - sap.ui5/resources: Deprecated "js" property. Only "css" is a valid resource.
100
- - sap.ui5/routing/targets: Deprecated options that are prefixed with "view", e.g., "viewName". Use options without "view"-prefix instead.
101
-
102
- ### Added
103
- - sap.card/header: Added new section "infoSection".
104
- - sap.card/configuration: Added new property "placeholder" for DateRange filter.
105
-
106
- <a name="v1.72.3"></a>
107
- ## [v1.72.3] - 2025-03-21 (UI5 1.135)
108
-
109
- ### Added
110
- - sap.ui5/commands: added new "ref" property to reference SAP standardized command and a "description" property to provide a translatable text for describing the command.
111
-
112
- <a name="v1.71.0"></a>
113
- ## [v1.71.0] - 2025-03-06 (UI5 1.134)
114
-
115
- ### Added
116
- - sap.card: new property "configuration/loadingPlaceholders/delay". Allows to control the delay of the loading placeholders for the whole card.
117
-
118
- <a name="v1.70.1"></a>
119
- ## [v1.70.1] - 2025-02-12 (UI5 1.133)
120
-
121
- ### Changed
122
- - sap.ui5: add support for legacy (e.g. viewPath) and new options (e.g. path) in routing config when flex enabled.
123
-
124
- <a name="v1.70.0"></a>
125
- ## [v1.70.0] - 2025-02-10 (UI5 1.133)
126
-
127
- ### Added
128
- - sap.card: new property "closeButton" for footer. Allows to control the visibility of the close button which appears in the card footer. Replaces the property "closeButton" from the header section.
129
-
130
- ### Changed
131
- - sap.card: deprecated property "closeButton" for header. Replaced by the property "closeButton" in the footer.
132
-
133
- <a name="v1.69.0"></a>
134
- ## [v1.69.0] - 2025-01-10
135
-
136
- ### Added
137
- - New property “group” for ComboBox filter. This allows to group the items inside the ComboBox.
138
-
139
- ### Changed
140
- - Renamed property “allowfullscreen” to “allowFullscreen” for WebPage card. The old property is still usable, but is deprecated.
141
-
142
- <a name="v1.68.0"></a>
143
- ## [v1.68.0] - 2024-11-14
144
-
145
- <a name="v1.67.2"></a>
146
- ## [v1.67.2] - 2024-11-04
147
-
148
- <a name="v1.67.1"></a>
149
- ## [v1.67.1] - 2024-10-18
150
-
151
- <a name="v1.67.0"></a>
152
- ## [v1.67.0] - 2024-09-19
153
-
154
- <a name="v1.66.0"></a>
155
- ## [v1.66.0] - 2024-06-27
156
-
157
- <a name="v1.65.1"></a>
158
- ## [v1.65.1] - 2024-05-06
159
-
160
- <a name="v1.64.1"></a>
161
- ## [v1.64.1] - 2024-05-06
162
-
163
- <a name="v1.65.0"></a>
164
- ## [v1.65.0] - 2024-05-02
165
-
166
- <a name="v1.64.0"></a>
167
- ## [v1.64.0] - 2024-04-08
168
-
169
- <a name="v1.63.0"></a>
170
- ## [v1.63.0] - 2024-03-07
171
-
172
- <a name="v1.62.1"></a>
173
- ## [v1.62.1] - 2024-02-12
174
-
175
- <a name="v1.62.0"></a>
176
- ## [v1.62.0] - 2024-02-12
177
-
178
- <a name="v1.61.1"></a>
179
- ## [v1.61.1] - 2024-02-09
180
-
181
- <a name="v1.60.0"></a>
182
- ## [v1.60.0] - 2023-09-22
183
-
184
- <a name="v1.59.0"></a>
185
- ## [v1.59.0] - 2023-08-28
186
-
187
- <a name="v1.57.0"></a>
188
- ## [v1.57.0] - 2023-07-27
189
-
190
- <a name="v1.56.0"></a>
191
- ## [v1.56.0] - 2023-06-29
192
-
193
- <a name="v1.55.0"></a>
194
- ## [v1.55.0] - 2023-06-01
195
-
196
- <a name="v1.54.0"></a>
197
- ## [v1.54.0] - 2023-05-05
198
-
199
- <a name="v1.53.1"></a>
200
- ## [v1.53.1] - 2023-04-05
201
-
202
- <a name="v1.53.0"></a>
203
- ## [v1.53.0] - 2023-04-05
204
-
205
- <a name="v1.52.1"></a>
206
- ## [v1.52.1] - 2023-03-08
207
-
208
- <a name="v1.52.0"></a>
209
- ## [v1.52.0] - 2023-02-09
210
-
211
- <a name="v1.51.0"></a>
212
- ## [v1.51.0] - 2023-01-12
213
-
214
- <a name="v1.49.2"></a>
215
- ## [v1.49.2] - 2022-11-29
216
-
217
- <a name="v1.49.1"></a>
218
- ## [v1.49.1] - 2022-11-21
219
-
220
- <a name="v1.49.0"></a>
221
- ## [v1.49.0] - 2022-11-18
222
-
223
- <a name="v1.48.1"></a>
224
- ## v1.48.1 - 2022-11-10
225
-
226
- [Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.5.0...HEAD
227
- [v2.6.0]: https://github.com/SAP/ui5-manifest/compare/v2.5.0...v2.6.0
228
- [v2.5.0]: https://github.com/SAP/ui5-manifest/compare/v2.4.0...v2.5.0
229
- [v2.4.0]: https://github.com/SAP/ui5-manifest/compare/v2.3.1...v2.4.0
230
- [v2.3.1]: https://github.com/SAP/ui5-manifest/compare/v2.3.0...v2.3.1
231
- [v2.3.0]: https://github.com/SAP/ui5-manifest/compare/v2.2.0...v2.3.0
232
- [v2.2.0]: https://github.com/SAP/ui5-manifest/compare/v2.1.1...v2.2.0
233
- [v2.1.1]: https://github.com/SAP/ui5-manifest/compare/v2.1.0...v2.1.1
234
- [v2.1.0]: https://github.com/SAP/ui5-manifest/compare/v2.0.0...v2.1.0
235
- [v2.0.0]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v2.0.0
236
- [v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
237
- [v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
238
- [v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
239
- [v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
240
- [v1.69.0]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.69.0
241
- [v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.67.2...v1.68.0
242
- [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
243
- [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
244
- [v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
245
- [v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
246
- [v1.65.1]: https://github.com/SAP/ui5-manifest/compare/v1.64.1...v1.65.1
247
- [v1.64.1]: https://github.com/SAP/ui5-manifest/compare/v1.65.0...v1.64.1
248
- [v1.65.0]: https://github.com/SAP/ui5-manifest/compare/v1.64.0...v1.65.0
249
- [v1.64.0]: https://github.com/SAP/ui5-manifest/compare/v1.63.0...v1.64.0
250
- [v1.63.0]: https://github.com/SAP/ui5-manifest/compare/v1.62.1...v1.63.0
251
- [v1.62.1]: https://github.com/SAP/ui5-manifest/compare/v1.62.0...v1.62.1
252
- [v1.62.0]: https://github.com/SAP/ui5-manifest/compare/v1.61.1...v1.62.0
253
- [v1.61.1]: https://github.com/SAP/ui5-manifest/compare/v1.60.0...v1.61.1
254
- [v1.60.0]: https://github.com/SAP/ui5-manifest/compare/v1.59.0...v1.60.0
255
- [v1.59.0]: https://github.com/SAP/ui5-manifest/compare/v1.57.0...v1.59.0
256
- [v1.57.0]: https://github.com/SAP/ui5-manifest/compare/v1.56.0...v1.57.0
257
- [v1.56.0]: https://github.com/SAP/ui5-manifest/compare/v1.55.0...v1.56.0
258
- [v1.55.0]: https://github.com/SAP/ui5-manifest/compare/v1.54.0...v1.55.0
259
- [v1.54.0]: https://github.com/SAP/ui5-manifest/compare/v1.53.1...v1.54.0
260
- [v1.53.1]: https://github.com/SAP/ui5-manifest/compare/v1.53.0...v1.53.1
261
- [v1.53.0]: https://github.com/SAP/ui5-manifest/compare/v1.52.1...v1.53.0
262
- [v1.52.1]: https://github.com/SAP/ui5-manifest/compare/v1.52.0...v1.52.1
263
- [v1.52.0]: https://github.com/SAP/ui5-manifest/compare/v1.51.0...v1.52.0
264
- [v1.51.0]: https://github.com/SAP/ui5-manifest/compare/v1.49.2...v1.51.0
265
- [v1.49.2]: https://github.com/SAP/ui5-manifest/compare/v1.49.1...v1.49.2
266
- [v1.49.1]: https://github.com/SAP/ui5-manifest/compare/v1.49.0...v1.49.1
267
- [v1.49.0]: https://github.com/SAP/ui5-manifest/compare/v1.48.1...v1.49.0
7
+ <a name="v2.8.0"></a>
8
+ ## [v2.8.0] - 2026-05-04 (UI5 1.148)
9
+ ## [Unreleased]: https://github.com/UI5/manifest/compare/v2.8.0...HEAD
10
+ [v2.8.0]: https://github.com/UI5/manifest/compare/v2.7.0...v2.8.0
11
+ [v2.7.0]: https://github.com/UI5/manifest/compare/v2.6.0...v2.7.0
12
+ [v2.6.0]: https://github.com/UI5/manifest/compare/v2.5.0...v2.6.0
13
+ [v2.5.0]: https://github.com/UI5/manifest/compare/v2.4.0...v2.5.0
14
+ [v2.4.0]: https://github.com/UI5/manifest/compare/v2.3.1...v2.4.0
15
+ [v2.3.1]: https://github.com/UI5/manifest/compare/v2.3.0...v2.3.1
16
+ [v2.3.0]: https://github.com/UI5/manifest/compare/v2.2.0...v2.3.0
17
+ [v2.2.0]: https://github.com/UI5/manifest/compare/v2.1.1...v2.2.0
18
+ [v2.1.1]: https://github.com/UI5/manifest/compare/v2.1.0...v2.1.1
19
+ [v2.1.0]: https://github.com/UI5/manifest/compare/v1.77.0...v2.1.0
20
+ [v1.77.0]: https://github.com/UI5/manifest/compare/v1.76.0...v1.77.0
21
+ [v1.76.0]: https://github.com/UI5/manifest/compare/v1.75.1...v1.76.0
22
+ [v1.75.1]: https://github.com/UI5/manifest/compare/v1.73.1...v1.75.1
23
+ [v1.73.1]: https://github.com/UI5/manifest/compare/v1.72.3...v1.73.1
24
+ [v1.72.3]: https://github.com/UI5/manifest/compare/v1.71.0...v1.72.3
25
+ [v1.71.0]: https://github.com/UI5/manifest/compare/v1.70.1...v1.71.0
26
+ [v1.70.1]: https://github.com/UI5/manifest/compare/v1.70.0...v1.70.1
27
+ [v1.70.0]: https://github.com/UI5/manifest/compare/v1.69.0...v1.70.0
28
+ [v1.69.0]: https://github.com/UI5/manifest/compare/v1.68.0...v1.69.0
29
+ [v1.68.0]: https://github.com/UI5/manifest/compare/v1.67.2...v1.68.0
30
+ [v1.67.2]: https://github.com/UI5/manifest/compare/v1.67.1...v1.67.2
31
+ [v1.67.1]: https://github.com/UI5/manifest/compare/v1.67.0...v1.67.1
32
+ [v1.67.0]: https://github.com/UI5/manifest/compare/v1.66.0...v1.67.0
33
+ [v1.66.0]: https://github.com/UI5/manifest/compare/v1.65.1...v1.66.0
34
+ [v1.65.1]: https://github.com/UI5/manifest/compare/v1.64.1...v1.65.1
35
+ [v1.64.1]: https://github.com/UI5/manifest/compare/v1.65.0...v1.64.1
36
+ [v1.65.0]: https://github.com/UI5/manifest/compare/v1.64.0...v1.65.0
37
+ [v1.64.0]: https://github.com/UI5/manifest/compare/v1.63.0...v1.64.0
38
+ [v1.63.0]: https://github.com/UI5/manifest/compare/v1.62.1...v1.63.0
39
+ [v1.62.1]: https://github.com/UI5/manifest/compare/v1.62.0...v1.62.1
40
+ [v1.62.0]: https://github.com/UI5/manifest/compare/v1.61.1...v1.62.0
41
+ [v1.61.1]: https://github.com/UI5/manifest/compare/v1.60.0...v1.61.1
42
+ [v1.60.0]: https://github.com/UI5/manifest/compare/v1.59.0...v1.60.0
43
+ [v1.59.0]: https://github.com/UI5/manifest/compare/v1.57.0...v1.59.0
44
+ [v1.57.0]: https://github.com/UI5/manifest/compare/v1.56.0...v1.57.0
45
+ [v1.56.0]: https://github.com/UI5/manifest/compare/v1.55.0...v1.56.0
46
+ [v1.55.0]: https://github.com/UI5/manifest/compare/v1.54.0...v1.55.0
47
+ [v1.54.0]: https://github.com/UI5/manifest/compare/v1.53.1...v1.54.0
48
+ [v1.53.1]: https://github.com/UI5/manifest/compare/v1.53.0...v1.53.1
49
+ [v1.53.0]: https://github.com/UI5/manifest/compare/v1.52.1...v1.53.0
50
+ [v1.52.1]: https://github.com/UI5/manifest/compare/v1.52.0...v1.52.1
51
+ [v1.52.0]: https://github.com/UI5/manifest/compare/v1.51.0...v1.52.0
52
+ [v1.51.0]: https://github.com/UI5/manifest/compare/v1.49.2...v1.51.0
53
+ [v1.49.2]: https://github.com/UI5/manifest/compare/v1.49.1...v1.49.2
54
+ [v1.49.1]: https://github.com/UI5/manifest/compare/v1.49.0...v1.49.1
55
+ [v1.49.0]: https://github.com/UI5/manifest/compare/v1.48.1...v1.49.0
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "2.6.0",
2
+ "latest": "2.8.0",
3
+ "1.148": "2.8.0",
4
+ "1.147": "2.7.0",
3
5
  "1.146": "2.6.0",
4
6
  "1.145": "2.5.0",
5
7
  "1.144": "2.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -98,7 +98,9 @@
98
98
  "2.3.1",
99
99
  "2.4.0",
100
100
  "2.5.0",
101
- "2.6.0"
101
+ "2.6.0",
102
+ "2.7.0",
103
+ "2.8.0"
102
104
  ]
103
105
  },
104
106
  "start_url": {
@@ -1597,6 +1599,10 @@
1597
1599
  "description": "Specify if the UI can be accessed from a different space than origin development space",
1598
1600
  "type": "boolean",
1599
1601
  "default": false
1602
+ },
1603
+ "backgroundImageRelativeToComponent": {
1604
+ "description": "Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file",
1605
+ "type": "string"
1600
1606
  }
1601
1607
  }
1602
1608
  },
@@ -1726,6 +1732,10 @@
1726
1732
  }
1727
1733
  }
1728
1734
  },
1735
+ "customSettings": {
1736
+ "description": "[RESTRICTED] Defines custom settings passed from the Mobile SDK or a hosting application. These are global defaults that can be overridden by individual cards via their manifest. The value is an object containing custom settings as key-value pairs. This property is restricted to Mobile SDK usage",
1737
+ "type": "object"
1738
+ },
1729
1739
  "type": {
1730
1740
  "description": "Represents the type of the card's content",
1731
1741
  "type": "string",
@@ -1824,6 +1834,18 @@
1824
1834
  "description": "[Experimental] Visibility of the footer",
1825
1835
  "$ref": "#/$defs/visibility"
1826
1836
  },
1837
+ "showSeparator": {
1838
+ "description": "Determines whether to display a separator line at the top of the footer to visually separate the footer from the card content area.",
1839
+ "oneOf": [
1840
+ {
1841
+ "type": "boolean",
1842
+ "default": false
1843
+ },
1844
+ {
1845
+ "$ref": "#/$defs/simpleBinding"
1846
+ }
1847
+ ]
1848
+ },
1827
1849
  "closeButton": {
1828
1850
  "description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action",
1829
1851
  "$ref": "#/$defs/closeButton"
@@ -3552,6 +3574,27 @@
3552
3574
  "customStateIcon": {
3553
3575
  "description": "The custom state icon",
3554
3576
  "type": "string"
3577
+ },
3578
+ "importance": {
3579
+ "description": "Specifies the column's significance, affecting its behavior in responsive design.",
3580
+ "oneOf": [
3581
+ {
3582
+ "enum": [
3583
+ "None",
3584
+ "Low",
3585
+ "Medium",
3586
+ "High"
3587
+ ],
3588
+ "default": "None"
3589
+ },
3590
+ {
3591
+ "$ref": "#/$defs/simpleBinding"
3592
+ }
3593
+ ]
3594
+ },
3595
+ "autoPopinWidth": {
3596
+ "description": "Sets the minimum width threshold for displaying the column in the pop-in area.",
3597
+ "type": "number"
3555
3598
  }
3556
3599
  }
3557
3600
  },
@@ -5015,6 +5058,17 @@
5015
5058
  }
5016
5059
  ]
5017
5060
  },
5061
+ "navigationArrow": {
5062
+ "description": "Indicates whether a navigation arrow is shown for the item or row. Applicable only to actions of type Navigation.",
5063
+ "oneOf": [
5064
+ {
5065
+ "type": "boolean"
5066
+ },
5067
+ {
5068
+ "$ref": "#/$defs/simpleBinding"
5069
+ }
5070
+ ]
5071
+ },
5018
5072
  "enabled": {
5019
5073
  "description": "Represents the state of the action",
5020
5074
  "oneOf": [
@@ -5635,6 +5689,48 @@
5635
5689
  }
5636
5690
  }
5637
5691
  },
5692
+ "autoPopinMode": {
5693
+ "description": "Controls the table's auto pop-in mode. When true, columns automatically adjust based on available space. When false, manually set 'autoPopinWidth' for each column.",
5694
+ "oneOf": [
5695
+ {
5696
+ "type": "boolean",
5697
+ "default": false
5698
+ },
5699
+ {
5700
+ "$ref": "#/$defs/simpleBinding"
5701
+ }
5702
+ ]
5703
+ },
5704
+ "hiddenInPopin": {
5705
+ "description": "Specifies columns to hide rather than move into the pop-in area, based on importance.",
5706
+ "type": "array",
5707
+ "items": {
5708
+ "type": "string",
5709
+ "enum": [
5710
+ "None",
5711
+ "Low",
5712
+ "Medium",
5713
+ "High"
5714
+ ]
5715
+ }
5716
+ },
5717
+ "popinLayout": {
5718
+ "description": "Sets the layout style for rendering table pop-in rows.",
5719
+ "oneOf": [
5720
+ {
5721
+ "type": "string",
5722
+ "enum": [
5723
+ "Block",
5724
+ "GridSmall",
5725
+ "GridLarge"
5726
+ ],
5727
+ "default": "Block"
5728
+ },
5729
+ {
5730
+ "$ref": "#/$defs/simpleBinding"
5731
+ }
5732
+ ]
5733
+ },
5638
5734
  "maxItems": {
5639
5735
  "description": "Represents number of items",
5640
5736
  "oneOf": [
@@ -6867,6 +6963,11 @@
6867
6963
  "type": "boolean",
6868
6964
  "default": true
6869
6965
  },
6966
+ "enableTextWrapping": {
6967
+ "description": "Represents the flag to enable/disable text wrapping for list and table cards",
6968
+ "type": "boolean",
6969
+ "default": false
6970
+ },
6870
6971
  "showRefresh": {
6871
6972
  "description": "Represents the flag to show/hide individual card's functionality to refresh the card",
6872
6973
  "type": "boolean",
package/schema_cil.json CHANGED
@@ -1133,6 +1133,10 @@
1133
1133
  "description": "Specify if the UI can be accessed from a different space than origin development space",
1134
1134
  "type": "boolean",
1135
1135
  "default": false
1136
+ },
1137
+ "backgroundImageRelativeToComponent": {
1138
+ "description": "Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file",
1139
+ "type": "string"
1136
1140
  }
1137
1141
  }
1138
1142
  }
@@ -1553,6 +1557,11 @@
1553
1557
  "type": "boolean",
1554
1558
  "default": true
1555
1559
  },
1560
+ "enableTextWrapping": {
1561
+ "description": "Represents the flag to enable/disable text wrapping for list and table cards",
1562
+ "type": "boolean",
1563
+ "default": false
1564
+ },
1556
1565
  "showRefresh": {
1557
1566
  "description": "Represents the flag to show/hide individual card's functionality to refresh the card",
1558
1567
  "type": "boolean",
@@ -727,7 +727,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
727
727
  | "2.3.1"
728
728
  | "2.4.0"
729
729
  | "2.5.0"
730
- | "2.6.0";
730
+ | "2.6.0"
731
+ | "2.7.0"
732
+ | "2.8.0";
731
733
  /**
732
734
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
733
735
  */
@@ -2697,6 +2699,10 @@ export interface CardSetting {
2697
2699
  * Represents the flag to enable/disable individual card's functionality to add them to insight
2698
2700
  */
2699
2701
  enableAddToInsights?: boolean;
2702
+ /**
2703
+ * Represents the flag to enable/disable text wrapping for list and table cards
2704
+ */
2705
+ enableTextWrapping?: boolean;
2700
2706
  /**
2701
2707
  * Represents the flag to show/hide individual card's functionality to refresh the card
2702
2708
  */
@@ -3142,6 +3148,10 @@ export interface JSONSchemaForSAPCLOUDNamespace {
3142
3148
  * Specify if the UI can be accessed from a different space than origin development space
3143
3149
  */
3144
3150
  public?: boolean;
3151
+ /**
3152
+ * Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file
3153
+ */
3154
+ backgroundImageRelativeToComponent?: string;
3145
3155
  }
3146
3156
  /**
3147
3157
  * Represents general package attributes. Experimental, will be detailed in the future