@ui5/manifest 2.6.0 → 2.7.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,55 @@ 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.7.0"></a>
8
+ ## [v2.7.0] - 2026-04-09 (UI5 1.147)
9
+
10
+ <a name="v2.7.0"></a>
11
+ ## [v2.7.0] - 2026-04-08 (UI5 1.147)
12
+ ## [Unreleased]: https://github.com/UI5/manifest/compare/v2.7.0...HEAD
13
+ [v2.7.0]: https://github.com/UI5/manifest/compare/v2.6.0...v2.7.0
14
+ [v2.6.0]: https://github.com/UI5/manifest/compare/v2.5.0...v2.6.0
15
+ [v2.5.0]: https://github.com/UI5/manifest/compare/v2.4.0...v2.5.0
16
+ [v2.4.0]: https://github.com/UI5/manifest/compare/v2.3.1...v2.4.0
17
+ [v2.3.1]: https://github.com/UI5/manifest/compare/v2.3.0...v2.3.1
18
+ [v2.3.0]: https://github.com/UI5/manifest/compare/v2.2.0...v2.3.0
19
+ [v2.2.0]: https://github.com/UI5/manifest/compare/v2.1.1...v2.2.0
20
+ [v2.1.1]: https://github.com/UI5/manifest/compare/v2.1.0...v2.1.1
21
+ [v2.1.0]: https://github.com/UI5/manifest/compare/v1.77.0...v2.1.0
22
+ [v1.77.0]: https://github.com/UI5/manifest/compare/v1.76.0...v1.77.0
23
+ [v1.76.0]: https://github.com/UI5/manifest/compare/v1.75.1...v1.76.0
24
+ [v1.75.1]: https://github.com/UI5/manifest/compare/v1.73.1...v1.75.1
25
+ [v1.73.1]: https://github.com/UI5/manifest/compare/v1.72.3...v1.73.1
26
+ [v1.72.3]: https://github.com/UI5/manifest/compare/v1.71.0...v1.72.3
27
+ [v1.71.0]: https://github.com/UI5/manifest/compare/v1.70.1...v1.71.0
28
+ [v1.70.1]: https://github.com/UI5/manifest/compare/v1.70.0...v1.70.1
29
+ [v1.70.0]: https://github.com/UI5/manifest/compare/v1.69.0...v1.70.0
30
+ [v1.69.0]: https://github.com/UI5/manifest/compare/v1.68.0...v1.69.0
31
+ [v1.68.0]: https://github.com/UI5/manifest/compare/v1.67.2...v1.68.0
32
+ [v1.67.2]: https://github.com/UI5/manifest/compare/v1.67.1...v1.67.2
33
+ [v1.67.1]: https://github.com/UI5/manifest/compare/v1.67.0...v1.67.1
34
+ [v1.67.0]: https://github.com/UI5/manifest/compare/v1.66.0...v1.67.0
35
+ [v1.66.0]: https://github.com/UI5/manifest/compare/v1.65.1...v1.66.0
36
+ [v1.65.1]: https://github.com/UI5/manifest/compare/v1.64.1...v1.65.1
37
+ [v1.64.1]: https://github.com/UI5/manifest/compare/v1.65.0...v1.64.1
38
+ [v1.65.0]: https://github.com/UI5/manifest/compare/v1.64.0...v1.65.0
39
+ [v1.64.0]: https://github.com/UI5/manifest/compare/v1.63.0...v1.64.0
40
+ [v1.63.0]: https://github.com/UI5/manifest/compare/v1.62.1...v1.63.0
41
+ [v1.62.1]: https://github.com/UI5/manifest/compare/v1.62.0...v1.62.1
42
+ [v1.62.0]: https://github.com/UI5/manifest/compare/v1.61.1...v1.62.0
43
+ [v1.61.1]: https://github.com/UI5/manifest/compare/v1.60.0...v1.61.1
44
+ [v1.60.0]: https://github.com/UI5/manifest/compare/v1.59.0...v1.60.0
45
+ [v1.59.0]: https://github.com/UI5/manifest/compare/v1.57.0...v1.59.0
46
+ [v1.57.0]: https://github.com/UI5/manifest/compare/v1.56.0...v1.57.0
47
+ [v1.56.0]: https://github.com/UI5/manifest/compare/v1.55.0...v1.56.0
48
+ [v1.55.0]: https://github.com/UI5/manifest/compare/v1.54.0...v1.55.0
49
+ [v1.54.0]: https://github.com/UI5/manifest/compare/v1.53.1...v1.54.0
50
+ [v1.53.1]: https://github.com/UI5/manifest/compare/v1.53.0...v1.53.1
51
+ [v1.53.0]: https://github.com/UI5/manifest/compare/v1.52.1...v1.53.0
52
+ [v1.52.1]: https://github.com/UI5/manifest/compare/v1.52.0...v1.52.1
53
+ [v1.52.0]: https://github.com/UI5/manifest/compare/v1.51.0...v1.52.0
54
+ [v1.51.0]: https://github.com/UI5/manifest/compare/v1.49.2...v1.51.0
55
+ [v1.49.2]: https://github.com/UI5/manifest/compare/v1.49.1...v1.49.2
56
+ [v1.49.1]: https://github.com/UI5/manifest/compare/v1.49.0...v1.49.1
57
+ [v1.49.0]: https://github.com/UI5/manifest/compare/v1.48.1...v1.49.0
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "2.6.0",
2
+ "latest": "2.7.0",
3
+ "1.147": "2.7.0",
3
4
  "1.146": "2.6.0",
4
5
  "1.145": "2.5.0",
5
6
  "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.7.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,8 @@
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"
102
103
  ]
103
104
  },
104
105
  "start_url": {
@@ -1597,6 +1598,10 @@
1597
1598
  "description": "Specify if the UI can be accessed from a different space than origin development space",
1598
1599
  "type": "boolean",
1599
1600
  "default": false
1601
+ },
1602
+ "backgroundImageRelativeToComponent": {
1603
+ "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",
1604
+ "type": "string"
1600
1605
  }
1601
1606
  }
1602
1607
  },
@@ -1610,6 +1615,10 @@
1610
1615
  "header"
1611
1616
  ],
1612
1617
  "properties": {
1618
+ "customSettings": {
1619
+ "description": "[RESTRICTED] Custom settings which can be used by the host environment for special handling of different scenarios.",
1620
+ "type": "object"
1621
+ },
1613
1622
  "configuration": {
1614
1623
  "description": "General configuration of the card. Allows to define parameters, destinations, filters and more",
1615
1624
  "type": "object",
@@ -3552,6 +3561,27 @@
3552
3561
  "customStateIcon": {
3553
3562
  "description": "The custom state icon",
3554
3563
  "type": "string"
3564
+ },
3565
+ "importance": {
3566
+ "description": "Specifies the column's significance, affecting its behavior in responsive design.",
3567
+ "oneOf": [
3568
+ {
3569
+ "enum": [
3570
+ "None",
3571
+ "Low",
3572
+ "Medium",
3573
+ "High"
3574
+ ],
3575
+ "default": "None"
3576
+ },
3577
+ {
3578
+ "$ref": "#/$defs/simpleBinding"
3579
+ }
3580
+ ]
3581
+ },
3582
+ "autoPopinWidth": {
3583
+ "description": "Sets the minimum width threshold for displaying the column in the pop-in area.",
3584
+ "type": "number"
3555
3585
  }
3556
3586
  }
3557
3587
  },
@@ -5015,6 +5045,17 @@
5015
5045
  }
5016
5046
  ]
5017
5047
  },
5048
+ "navigationArrow": {
5049
+ "description": "Indicates whether a navigation arrow is shown for the item or row. Applicable only to actions of type Navigation.",
5050
+ "oneOf": [
5051
+ {
5052
+ "type": "boolean"
5053
+ },
5054
+ {
5055
+ "$ref": "#/$defs/simpleBinding"
5056
+ }
5057
+ ]
5058
+ },
5018
5059
  "enabled": {
5019
5060
  "description": "Represents the state of the action",
5020
5061
  "oneOf": [
@@ -5635,6 +5676,48 @@
5635
5676
  }
5636
5677
  }
5637
5678
  },
5679
+ "autoPopinMode": {
5680
+ "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.",
5681
+ "oneOf": [
5682
+ {
5683
+ "type": "boolean",
5684
+ "default": false
5685
+ },
5686
+ {
5687
+ "$ref": "#/$defs/simpleBinding"
5688
+ }
5689
+ ]
5690
+ },
5691
+ "hiddenInPopin": {
5692
+ "description": "Specifies columns to hide rather than move into the pop-in area, based on importance.",
5693
+ "type": "array",
5694
+ "items": {
5695
+ "type": "string",
5696
+ "enum": [
5697
+ "None",
5698
+ "Low",
5699
+ "Medium",
5700
+ "High"
5701
+ ]
5702
+ }
5703
+ },
5704
+ "popinLayout": {
5705
+ "description": "Sets the layout style for rendering table pop-in rows.",
5706
+ "oneOf": [
5707
+ {
5708
+ "type": "string",
5709
+ "enum": [
5710
+ "Block",
5711
+ "GridSmall",
5712
+ "GridLarge"
5713
+ ],
5714
+ "default": "Block"
5715
+ },
5716
+ {
5717
+ "$ref": "#/$defs/simpleBinding"
5718
+ }
5719
+ ]
5720
+ },
5638
5721
  "maxItems": {
5639
5722
  "description": "Represents number of items",
5640
5723
  "oneOf": [
@@ -6867,6 +6950,11 @@
6867
6950
  "type": "boolean",
6868
6951
  "default": true
6869
6952
  },
6953
+ "enableTextWrapping": {
6954
+ "description": "Represents the flag to enable/disable text wrapping for list and table cards",
6955
+ "type": "boolean",
6956
+ "default": false
6957
+ },
6870
6958
  "showRefresh": {
6871
6959
  "description": "Represents the flag to show/hide individual card's functionality to refresh the card",
6872
6960
  "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,8 @@ 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";
731
732
  /**
732
733
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
733
734
  */
@@ -2697,6 +2698,10 @@ export interface CardSetting {
2697
2698
  * Represents the flag to enable/disable individual card's functionality to add them to insight
2698
2699
  */
2699
2700
  enableAddToInsights?: boolean;
2701
+ /**
2702
+ * Represents the flag to enable/disable text wrapping for list and table cards
2703
+ */
2704
+ enableTextWrapping?: boolean;
2700
2705
  /**
2701
2706
  * Represents the flag to show/hide individual card's functionality to refresh the card
2702
2707
  */
@@ -3142,6 +3147,10 @@ export interface JSONSchemaForSAPCLOUDNamespace {
3142
3147
  * Specify if the UI can be accessed from a different space than origin development space
3143
3148
  */
3144
3149
  public?: boolean;
3150
+ /**
3151
+ * Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file
3152
+ */
3153
+ backgroundImageRelativeToComponent?: string;
3145
3154
  }
3146
3155
  /**
3147
3156
  * Represents general package attributes. Experimental, will be detailed in the future