@sap/ux-specification 1.139.5 → 1.139.6

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.
Files changed (163) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +247 -247
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +28 -3
  16. package/dist/schemas/v2/ListReportNewConfig.json +45 -0
  17. package/dist/schemas/v2/ObjectPageConfig.json +11 -5
  18. package/dist/schemas/v4/ApplicationV4.json +18 -12
  19. package/dist/schemas/v4/BuildingBlocksConfig.json +48 -591
  20. package/dist/schemas/v4/ListReportConfig.json +48 -0
  21. package/dist/schemas/v4/ObjectPageConfig.json +24 -0
  22. package/dist/specification/package.json +16 -16
  23. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  24. package/dist/specification/scripts/schema/to-json-schema.js +23 -13
  25. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  26. package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
  27. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  28. package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
  29. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  30. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
  31. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
  33. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  34. package/dist/specification/src/sync/common/generate/utils.d.ts +11 -4
  35. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  36. package/dist/specification/src/sync/common/generate/utils.js +32 -20
  37. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  38. package/dist/specification/src/sync/common/i18n.json +5 -3
  39. package/dist/specification/src/sync/common/rules.js +15 -11
  40. package/dist/specification/src/sync/common/rules.js.map +1 -1
  41. package/dist/specification/src/sync/common/utils.d.ts +39 -0
  42. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  43. package/dist/specification/src/sync/common/utils.js +93 -2
  44. package/dist/specification/src/sync/common/utils.js.map +1 -1
  45. package/dist/specification/src/sync/v2/application.d.ts +1 -0
  46. package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v2/application.js +18 -0
  48. package/dist/specification/src/sync/v2/application.js.map +1 -1
  49. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
  52. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  53. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +5 -2
  55. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  56. package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
  57. package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v2/export/factory.js +3 -3
  59. package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
  60. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  61. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
  63. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
  66. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  67. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
  69. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  70. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
  71. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
  72. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
  73. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
  74. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
  75. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
  77. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  78. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  79. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  81. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  82. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
  84. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  85. package/dist/specification/src/sync/v2/utils.d.ts +17 -1
  86. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v2/utils.js +57 -0
  88. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  89. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -2
  90. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
  92. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  93. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  94. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  95. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -2
  96. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  97. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
  98. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  99. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
  100. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  101. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +7 -0
  102. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
  104. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  105. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
  107. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  108. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +107 -0
  109. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
  110. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +392 -0
  111. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
  112. package/dist/specification/src/sync/v4/generate/listReport.d.ts +107 -2
  113. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v4/generate/listReport.js +98 -106
  115. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  116. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/generate/objectPage.js +7 -7
  118. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  119. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
  120. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
  121. package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
  122. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
  123. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
  124. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
  125. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
  126. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
  127. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
  128. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
  129. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
  130. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
  131. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
  132. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
  133. package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
  134. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
  135. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
  136. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
  137. package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
  138. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
  139. package/dist/specification/src/sync/v4/utils/utils.d.ts +5 -27
  140. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v4/utils/utils.js +6 -53
  142. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  143. package/dist/types/src/common/types.d.ts +104 -1
  144. package/dist/types/src/common/types.d.ts.map +1 -1
  145. package/dist/types/src/common/types.js +1 -0
  146. package/dist/types/src/common/types.js.map +1 -1
  147. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
  148. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  149. package/dist/types/src/v2/application.d.ts +18 -0
  150. package/dist/types/src/v2/application.d.ts.map +1 -1
  151. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  152. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
  153. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  154. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  155. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
  156. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
  157. package/dist/types/src/v4/application.d.ts +6 -6
  158. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  159. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  160. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
  161. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  162. package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  163. package/package.json +16 -16
@@ -40,6 +40,14 @@
40
40
  "type": "Property"
41
41
  }
42
42
  },
43
+ "filterBar": {
44
+ "type": "string",
45
+ "description": "Id of the FilterBar building block associated with the chart.",
46
+ "artifactType": "XMLProperty",
47
+ "metadata": {
48
+ "type": "Property"
49
+ }
50
+ },
43
51
  "header": {
44
52
  "type": "string",
45
53
  "description": "Specifies the header text that is shown in the chart",
@@ -103,17 +111,6 @@
103
111
  "type": "Property"
104
112
  }
105
113
  },
106
- "actionOverflowGroups": {
107
- "type": "object",
108
- "additionalProperties": {
109
- "$ref": "#/definitions/sap.fe.macros.chart.OverflowGroup"
110
- },
111
- "isViewNode": true,
112
- "metadata": {
113
- "path": [],
114
- "type": "Aggregation"
115
- }
116
- },
117
114
  "actions": {
118
115
  "type": "object",
119
116
  "additionalProperties": {
@@ -140,66 +137,6 @@
140
137
  "type": "Control"
141
138
  }
142
139
  },
143
- "sap.fe.macros.CollaborativeDraftHandler": {
144
- "description": "A BuildingBlock to watch the lock status of a property and to react on changes.",
145
- "isViewNode": true,
146
- "type": "object",
147
- "properties": {
148
- "contextPath": {
149
- "type": "string",
150
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework, and can be overwritten.",
151
- "artifactType": "XMLProperty",
152
- "metadata": {
153
- "type": "Property"
154
- }
155
- },
156
- "metaPath": {
157
- "type": "string",
158
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
159
- "artifactType": "XMLProperty",
160
- "metadata": {
161
- "type": "Property"
162
- }
163
- },
164
- "showAvatar": {
165
- "type": "boolean",
166
- "description": "If set to true, the standard Avatar control is displayed to indicate the lock status.\nIf set to false, nothing is displayed.",
167
- "artifactType": "XMLProperty",
168
- "metadata": {
169
- "type": "Property"
170
- }
171
- },
172
- "id": {
173
- "type": "string",
174
- "description": "Unique id of control",
175
- "artifactType": "XMLProperty",
176
- "metadata": {
177
- "type": "Property"
178
- }
179
- },
180
- "avatarPress": {
181
- "type": "string",
182
- "description": "Event fired when the user clicks on the avatar.\nParameters:\n- lockingUserID: The ID of the user locking the property\n- lockingUserName: The name of the user locking the property\n- lockingUserInitials: The initials of the user locking the property\n- lockingUserColor: The color associated to the user locking the property\n",
183
- "artifactType": "XMLProperty",
184
- "metadata": {
185
- "type": "Event"
186
- }
187
- },
188
- "lockChange": {
189
- "type": "string",
190
- "description": "Event fired when the lock status changes.\nParameters:\n- isLocked : True if the property is locked, false otherwise\n- lockingUserID: The ID of the user locking the property (undefined if not locked)\n- lockingUserName: The name of the user locking the property (undefined if not locked)\n- lockingUserInitials: The initials of the user locking the property (undefined if not locked)\n- lockingUserColor: The color associated to the user locking the property (undefined if not locked)\n",
191
- "artifactType": "XMLProperty",
192
- "metadata": {
193
- "type": "Event"
194
- }
195
- }
196
- },
197
- "additionalProperties": false,
198
- "metadata": {
199
- "path": [],
200
- "type": "Control"
201
- }
202
- },
203
140
  "sap.fe.macros.CollectionBindingInfo": {
204
141
  "description": "API to add parameters to the collection binding info.",
205
142
  "isViewNode": true,
@@ -220,78 +157,6 @@
220
157
  "type": "Control"
221
158
  }
222
159
  },
223
- "sap.fe.macros.ConditionalSwitch": {
224
- "description": "Defines a conditional template that renders content based on the evaluation of a set of switchProperties.\nThe switchProperties are defined using the sap.fe.macros.ConditionalSwitchProperty building block.",
225
- "isViewNode": true,
226
- "type": "object",
227
- "properties": {
228
- "factory": {
229
- "$ref": "#/definitions/function",
230
- "description": "A function that returns the content to be rendered based on the evaluation of the switchProperties.\nThe function receives an object with the switchProperties as key-value pairs, the binding context, and the displayed control.\nThe function should return a single UI5 control.",
231
- "artifactType": "XMLProperty",
232
- "metadata": {
233
- "type": "Property"
234
- }
235
- },
236
- "id": {
237
- "type": "string",
238
- "description": "Unique id of control",
239
- "artifactType": "XMLProperty",
240
- "metadata": {
241
- "type": "Property"
242
- }
243
- }
244
- },
245
- "additionalProperties": false,
246
- "metadata": {
247
- "path": [],
248
- "type": "Control"
249
- }
250
- },
251
- "sap.fe.macros.ConditionalSwitchProperty": {
252
- "description": "Defines a property with a key and a value that can be used in conditional templates.\nWhen the value is changed, a `valueChanged` event is fired.",
253
- "isViewNode": true,
254
- "type": "object",
255
- "properties": {
256
- "key": {
257
- "type": "string",
258
- "description": "The key of the property.",
259
- "artifactType": "XMLProperty",
260
- "metadata": {
261
- "type": "Property"
262
- }
263
- },
264
- "value": {
265
- "type": "any",
266
- "description": "The value of the property.",
267
- "artifactType": "XMLProperty",
268
- "metadata": {
269
- "type": "Property"
270
- }
271
- },
272
- "id": {
273
- "type": "string",
274
- "description": "Unique id of control",
275
- "artifactType": "XMLProperty",
276
- "metadata": {
277
- "type": "Property"
278
- }
279
- },
280
- "valueChanged": {
281
- "type": "string",
282
- "description": "Event fired when the value of the property is changed.\nThis is used internally by the `ConditionalTemplate` control to react to changes in the property value.",
283
- "artifactType": "XMLProperty",
284
- "metadata": {
285
- "type": "Event"
286
- }
287
- }
288
- },
289
- "additionalProperties": false,
290
- "metadata": {
291
- "path": [],
292
- "type": "Control"
293
- }
294
- },
295
160
  "sap.fe.macros.Field": {
296
161
  "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\nOverview of Building Blocks\n",
297
162
  "isViewNode": true,
@@ -456,7 +321,7 @@
456
321
  "type": "object",
457
322
  "properties": {
458
323
  "number": {
459
- "type": "string",
324
+ "type": "any",
460
325
  "description": "The Number to be displayed.",
461
326
  "artifactType": "XMLProperty",
462
327
  "metadata": {
@@ -472,22 +337,15 @@
472
337
  }
473
338
  },
474
339
  "status": {
475
- "type": "string",
340
+ "type": "any",
476
341
  "description": "The Status to be displayed.",
477
342
  "artifactType": "XMLProperty",
478
343
  "metadata": {
479
344
  "type": "Property"
480
- },
481
- "enum": [
482
- "Success",
483
- "Error",
484
- "Warning",
485
- "None",
486
- "Information"
487
- ]
345
+ }
488
346
  },
489
347
  "text": {
490
- "type": "string",
348
+ "type": "any",
491
349
  "description": "The Text to be displayed.",
492
350
  "artifactType": "XMLProperty",
493
351
  "metadata": {
@@ -496,7 +354,7 @@
496
354
  "i18nClassification": "TXT: Text of the KPITag"
497
355
  },
498
356
  "tooltip": {
499
- "type": "string",
357
+ "type": "any",
500
358
  "description": "The Tooltip to be displayed.",
501
359
  "artifactType": "XMLProperty",
502
360
  "metadata": {
@@ -505,7 +363,7 @@
505
363
  "i18nClassification": "CAP: Tooltip of the KPITag"
506
364
  },
507
365
  "unit": {
508
- "type": "string",
366
+ "type": "any",
509
367
  "description": "The Unit of Measure of the number to be displayed.",
510
368
  "artifactType": "XMLProperty",
511
369
  "metadata": {
@@ -642,13 +500,7 @@
642
500
  "artifactType": "XMLProperty",
643
501
  "metadata": {
644
502
  "type": "Property"
645
- },
646
- "enum": [
647
- "XS",
648
- "S",
649
- "M",
650
- "L"
651
- ]
503
+ }
652
504
  },
653
505
  "id": {
654
506
  "type": "string",
@@ -718,13 +570,13 @@
718
570
  }
719
571
  },
720
572
  "sap.fe.macros.Page": {
721
- "description": "Building block used to create a custom page with a title and the content. By default, the page includes a title.",
573
+ "description": "Provides a Page building block that can be used to create a page with a title and content\nBy default, the page comes with an ObjectTitle",
722
574
  "isViewNode": true,
723
575
  "type": "object",
724
576
  "properties": {
725
577
  "avatarSrc": {
726
578
  "type": "string",
727
- "description": "Source of the avatar image. This property is considered only if the title property is defined.",
579
+ "description": "Avatar source of the page. It is considered only if the title property is specified.",
728
580
  "artifactType": "XMLProperty",
729
581
  "metadata": {
730
582
  "type": "Property"
@@ -732,7 +584,7 @@
732
584
  },
733
585
  "description": {
734
586
  "type": "string",
735
- "description": "Provides additional details of the page. This property is considered only if the title property is defined.",
587
+ "description": "Description of the page. It is considered only if the title property is specified.",
736
588
  "artifactType": "XMLProperty",
737
589
  "metadata": {
738
590
  "type": "Property"
@@ -740,7 +592,7 @@
740
592
  },
741
593
  "title": {
742
594
  "type": "string",
743
- "description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.",
595
+ "description": "Title of the page\nIf title is not given, then we will add a title, avatar and description based on the unqualified HeaderInfo associated to the entity",
744
596
  "artifactType": "XMLProperty",
745
597
  "metadata": {
746
598
  "type": "Property"
@@ -983,7 +835,7 @@
983
835
  "additionalProperties": {
984
836
  "$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
985
837
  },
986
- "isViewNode": true,
838
+ "isViewNode": false,
987
839
  "metadata": {
988
840
  "path": [],
989
841
  "type": "Aggregation"
@@ -993,99 +845,22 @@
993
845
  "additionalProperties": false,
994
846
  "metadata": {
995
847
  "path": [],
996
- "type": "Control",
997
- "defaultAggregation": "shareOptions"
848
+ "type": "Control"
998
849
  }
999
850
  },
1000
- "sap.fe.macros.Status": {
1001
- "description": "Building block to display a status and criticality.",
851
+ "sap.fe.macros.VariantManagement": {
852
+ "description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
1002
853
  "isViewNode": true,
1003
854
  "type": "object",
1004
855
  "properties": {
1005
- "colorPalette": {
1006
- "type": "string",
1007
- "description": "Color palette to be used by the control. The supported values are \"Standard\" (default) and \"Pastel\".",
1008
- "artifactType": "XMLProperty",
1009
- "metadata": {
1010
- "type": "Property"
1011
- },
1012
- "enum": [
1013
- "Standard",
1014
- "Pastel"
1015
- ]
1016
- },
1017
- "contextPath": {
1018
- "type": "string",
1019
- "description": "Context path for the binding context.",
1020
- "artifactType": "XMLProperty",
1021
- "metadata": {
1022
- "type": "Property"
1023
- }
1024
- },
1025
- "inverted": {
1026
- "type": "boolean",
1027
- "description": "Determines whether the background color reflects the set state of the ObjectStatus instead of the control's text.",
1028
- "artifactType": "XMLProperty",
1029
- "metadata": {
1030
- "type": "Property"
1031
- }
1032
- },
1033
- "largeDesign": {
1034
- "type": "boolean",
1035
- "description": "Indicates whether the ObjectStatus should be displayed in large design mode.",
1036
- "artifactType": "XMLProperty",
1037
- "metadata": {
1038
- "type": "Property"
1039
- }
1040
- },
1041
- "metaPath": {
1042
- "type": "string",
1043
- "description": "Metadata path to the DataField annotation or property.",
1044
- "artifactType": "XMLProperty",
1045
- "metadata": {
1046
- "type": "Property"
1047
- }
1048
- },
1049
- "reactiveAreaMode": {
1050
- "type": "string",
1051
- "description": "When the Status is clickable, it defines the size of the reactive area of the clickable element:\n- ReactiveAreaMode.Inline - The Status is displayed as part of a sentence.\n- ReactiveAreaMode.Overlay - The Status is displayed as an overlay on top of other interactive parts of the page.\nNote: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI elements. UI elements positioned over other parts of the page may need an invisible active touch area. This ensures that no elements beneath are activated accidentally when the user tries to interact with the overlay element.\n",
1052
- "artifactType": "XMLProperty",
1053
- "metadata": {
1054
- "type": "Property"
1055
- },
1056
- "enum": [
1057
- "Inline",
1058
- "Overlay"
1059
- ]
1060
- },
1061
- "id": {
1062
- "type": "string",
1063
- "description": "Unique id of control",
856
+ "for": {
857
+ "$ref": "#/definitions/string[]",
858
+ "description": "A list of control IDs to which the variant management is applied.",
1064
859
  "artifactType": "XMLProperty",
1065
860
  "metadata": {
1066
861
  "type": "Property"
1067
862
  }
1068
863
  },
1069
- "press": {
1070
- "type": "string",
1071
- "description": "Press event fired when the ObjectStatus is clicked.",
1072
- "artifactType": "XMLProperty",
1073
- "metadata": {
1074
- "type": "Event"
1075
- }
1076
- }
1077
- },
1078
- "additionalProperties": false,
1079
- "metadata": {
1080
- "path": [],
1081
- "type": "Control"
1082
- }
1083
- },
1084
- "sap.fe.macros.VariantManagement": {
1085
- "description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
1086
- "isViewNode": true,
1087
- "type": "object",
1088
- "properties": {
1089
864
  "headerLevel": {
1090
865
  "type": "string",
1091
866
  "description": "Header level for the variant management, determining its position or style.",
@@ -1146,14 +921,6 @@
1146
921
  "type": "Property"
1147
922
  }
1148
923
  },
1149
- "overflowGroup": {
1150
- "type": "number",
1151
- "description": "Defines the overflow group of the action in the overflow toolbar.",
1152
- "artifactType": "XMLProperty",
1153
- "metadata": {
1154
- "type": "Property"
1155
- }
1156
- },
1157
924
  "placement": {
1158
925
  "type": "string",
1159
926
  "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
@@ -1227,14 +994,6 @@
1227
994
  "type": "Property"
1228
995
  }
1229
996
  },
1230
- "overflowGroup": {
1231
- "type": "number",
1232
- "description": "Defines the overflow group of the action in the overflow toolbar.",
1233
- "artifactType": "XMLProperty",
1234
- "metadata": {
1235
- "type": "Property"
1236
- }
1237
- },
1238
997
  "placement": {
1239
998
  "type": "string",
1240
999
  "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
@@ -1303,8 +1062,7 @@
1303
1062
  "additionalProperties": false,
1304
1063
  "metadata": {
1305
1064
  "path": [],
1306
- "type": "Control",
1307
- "defaultAggregation": "actions"
1065
+ "type": "Control"
1308
1066
  }
1309
1067
  },
1310
1068
  "sap.fe.macros.chart.Chart": {
@@ -1320,6 +1078,14 @@
1320
1078
  "type": "Property"
1321
1079
  }
1322
1080
  },
1081
+ "filterBar": {
1082
+ "type": "string",
1083
+ "description": "Id of the FilterBar building block associated with the chart.",
1084
+ "artifactType": "XMLProperty",
1085
+ "metadata": {
1086
+ "type": "Property"
1087
+ }
1088
+ },
1323
1089
  "header": {
1324
1090
  "type": "string",
1325
1091
  "description": "Specifies the header text that is shown in the chart",
@@ -1382,17 +1148,6 @@
1382
1148
  "type": "Property"
1383
1149
  }
1384
1150
  },
1385
- "actionOverflowGroups": {
1386
- "type": "object",
1387
- "additionalProperties": {
1388
- "$ref": "#/definitions/sap.fe.macros.chart.OverflowGroup"
1389
- },
1390
- "isViewNode": true,
1391
- "metadata": {
1392
- "path": [],
1393
- "type": "Aggregation"
1394
- }
1395
- },
1396
1151
  "actions": {
1397
1152
  "type": "object",
1398
1153
  "additionalProperties": {
@@ -1419,42 +1174,6 @@
1419
1174
  "type": "Control"
1420
1175
  }
1421
1176
  },
1422
- "sap.fe.macros.chart.OverflowGroup": {
1423
- "description": "Definition of an overflow group to be used in the chart toolbar",
1424
- "isViewNode": true,
1425
- "type": "object",
1426
- "properties": {
1427
- "overflowGroup": {
1428
- "type": "number",
1429
- "description": "Defines the group of the toolbar separator in the overflow toolbar.",
1430
- "artifactType": "XMLProperty",
1431
- "metadata": {
1432
- "type": "Property"
1433
- }
1434
- },
1435
- "showSeparator": {
1436
- "type": "boolean",
1437
- "description": "Defines if a toolbar separator should be displayed.",
1438
- "artifactType": "XMLProperty",
1439
- "metadata": {
1440
- "type": "Property"
1441
- }
1442
- },
1443
- "id": {
1444
- "type": "string",
1445
- "description": "Unique id of control",
1446
- "artifactType": "XMLProperty",
1447
- "metadata": {
1448
- "type": "Property"
1449
- }
1450
- }
1451
- },
1452
- "additionalProperties": false,
1453
- "metadata": {
1454
- "path": [],
1455
- "type": "Control"
1456
- }
1457
- },
1458
1177
  "sap.fe.macros.controls.BuildingBlockObjectProperty": {
1459
1178
  "description": "Base class for building block complex object properties that can be serialized to XML.",
1460
1179
  "isViewNode": true,
@@ -1658,10 +1377,7 @@
1658
1377
  "metadata": {
1659
1378
  "type": "Property"
1660
1379
  },
1661
- "enum": [
1662
- "RadioButtons",
1663
- ""
1664
- ]
1380
+ "const": "RadioButtons"
1665
1381
  },
1666
1382
  "measureDisplayMode": {
1667
1383
  "type": "string",
@@ -2077,14 +1793,6 @@
2077
1793
  "type": "Property"
2078
1794
  }
2079
1795
  },
2080
- "layout": {
2081
- "type": "object",
2082
- "description": "Defines the layout to be used within the form.\nIt defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.\nAll the properties of the ResponsiveGridLayout can be added to the configuration.",
2083
- "artifactType": "XMLProperty",
2084
- "metadata": {
2085
- "type": "Property"
2086
- }
2087
- },
2088
1796
  "metaPath": {
2089
1797
  "$ref": "#/definitions/sap.ui.model.Context",
2090
1798
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -2160,13 +1868,7 @@
2160
1868
  "artifactType": "XMLProperty",
2161
1869
  "metadata": {
2162
1870
  "type": "Property"
2163
- },
2164
- "enum": [
2165
- "XS",
2166
- "S",
2167
- "M",
2168
- "L"
2169
- ]
1871
+ }
2170
1872
  },
2171
1873
  "id": {
2172
1874
  "type": "string",
@@ -2356,14 +2058,6 @@
2356
2058
  "type": "Property"
2357
2059
  }
2358
2060
  },
2359
- "overflowGroup": {
2360
- "type": "number",
2361
- "description": "Defines the overflow group of the action in the overflow toolbar.",
2362
- "artifactType": "XMLProperty",
2363
- "metadata": {
2364
- "type": "Property"
2365
- }
2366
- },
2367
2061
  "placement": {
2368
2062
  "type": "string",
2369
2063
  "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
@@ -2376,14 +2070,6 @@
2376
2070
  "Before"
2377
2071
  ]
2378
2072
  },
2379
- "priority": {
2380
- "type": "string",
2381
- "description": "Defines the priority of the action in the overflow toolbar.",
2382
- "artifactType": "XMLProperty",
2383
- "metadata": {
2384
- "type": "Property"
2385
- }
2386
- },
2387
2073
  "requiresSelection": {
2388
2074
  "type": "boolean",
2389
2075
  "description": "Defines if the action requires a selection.",
@@ -2461,14 +2147,6 @@
2461
2147
  "type": "Property"
2462
2148
  }
2463
2149
  },
2464
- "overflowGroup": {
2465
- "type": "number",
2466
- "description": "Defines the overflow group of the action in the overflow toolbar.",
2467
- "artifactType": "XMLProperty",
2468
- "metadata": {
2469
- "type": "Property"
2470
- }
2471
- },
2472
2150
  "placement": {
2473
2151
  "type": "string",
2474
2152
  "description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
@@ -2481,14 +2159,6 @@
2481
2159
  "Before"
2482
2160
  ]
2483
2161
  },
2484
- "priority": {
2485
- "type": "string",
2486
- "description": "Defines the priority of the action in the overflow toolbar.",
2487
- "artifactType": "XMLProperty",
2488
- "metadata": {
2489
- "type": "Property"
2490
- }
2491
- },
2492
2162
  "text": {
2493
2163
  "type": "string",
2494
2164
  "description": "The text that will be displayed for this action group",
@@ -2521,8 +2191,7 @@
2521
2191
  "additionalProperties": false,
2522
2192
  "metadata": {
2523
2193
  "path": [],
2524
- "type": "Control",
2525
- "defaultAggregation": "actions"
2194
+ "type": "Control"
2526
2195
  }
2527
2196
  },
2528
2197
  "sap.fe.macros.table.ActionGroupOverride": {
@@ -2581,8 +2250,7 @@
2581
2250
  "additionalProperties": false,
2582
2251
  "metadata": {
2583
2252
  "path": [],
2584
- "type": "Control",
2585
- "defaultAggregation": "actions"
2253
+ "type": "Control"
2586
2254
  }
2587
2255
  },
2588
2256
  "sap.fe.macros.table.ActionOverride": {
@@ -2750,14 +2418,6 @@
2750
2418
  "type": "Property"
2751
2419
  }
2752
2420
  },
2753
- "disableExport": {
2754
- "type": "boolean",
2755
- "description": "Determines if the column should be excluded from the export.",
2756
- "artifactType": "XMLProperty",
2757
- "metadata": {
2758
- "type": "Property"
2759
- }
2760
- },
2761
2421
  "header": {
2762
2422
  "type": "string",
2763
2423
  "description": "The text that will be displayed for this column header",
@@ -2863,22 +2523,6 @@
2863
2523
  "isViewNode": true,
2864
2524
  "type": "object",
2865
2525
  "properties": {
2866
- "falseValue": {
2867
- "type": "string",
2868
- "description": "Determines the text associated to a Boolean type with 'false' as value.",
2869
- "artifactType": "XMLProperty",
2870
- "metadata": {
2871
- "type": "Property"
2872
- }
2873
- },
2874
- "label": {
2875
- "type": "string",
2876
- "description": "Determines the column header text.",
2877
- "artifactType": "XMLProperty",
2878
- "metadata": {
2879
- "type": "Property"
2880
- }
2881
- },
2882
2526
  "property": {
2883
2527
  "$ref": "#/definitions/string[]",
2884
2528
  "description": "Determines the properties of the column.",
@@ -2895,22 +2539,6 @@
2895
2539
  "type": "Property"
2896
2540
  }
2897
2541
  },
2898
- "textAlign": {
2899
- "type": "string",
2900
- "description": "Determines the alignment of the column of the cell contents.\nAvailable options are:\n- Left\n- Right\n- Center\n- Begin\n- End\n\n",
2901
- "artifactType": "XMLProperty",
2902
- "metadata": {
2903
- "type": "Property"
2904
- }
2905
- },
2906
- "trueValue": {
2907
- "type": "string",
2908
- "description": "Determines the text associated to a Boolean type with 'true' as value.",
2909
- "artifactType": "XMLProperty",
2910
- "metadata": {
2911
- "type": "Property"
2912
- }
2913
- },
2914
2542
  "type": {
2915
2543
  "type": "string",
2916
2544
  "description": "Determines the data type of the field",
@@ -2919,14 +2547,6 @@
2919
2547
  "type": "Property"
2920
2548
  }
2921
2549
  },
2922
- "valueMap": {
2923
- "type": "object",
2924
- "description": "Determines the mapping object holding the values associated with a specific key.\nEnumeration type must be used when valueMap is provided.",
2925
- "artifactType": "XMLProperty",
2926
- "metadata": {
2927
- "type": "Property"
2928
- }
2929
- },
2930
2550
  "width": {
2931
2551
  "type": "number",
2932
2552
  "description": "Determines the width of the column in characters",
@@ -2971,14 +2591,6 @@
2971
2591
  "type": "Property"
2972
2592
  }
2973
2593
  },
2974
- "disableExport": {
2975
- "type": "boolean",
2976
- "description": "Determines if the column should be excluded from the export.",
2977
- "artifactType": "XMLProperty",
2978
- "metadata": {
2979
- "type": "Property"
2980
- }
2981
- },
2982
2594
  "horizontalAlign": {
2983
2595
  "type": "string",
2984
2596
  "description": "Aligns the header as well as the content horizontally",
@@ -3091,7 +2703,7 @@
3091
2703
  "additionalProperties": {
3092
2704
  "$ref": "#/definitions/sap.ui.layout.form.FormContainer"
3093
2705
  },
3094
- "isViewNode": true,
2706
+ "isViewNode": false,
3095
2707
  "metadata": {
3096
2708
  "path": [],
3097
2709
  "type": "Aggregation"
@@ -3099,43 +2711,6 @@
3099
2711
  }
3100
2712
  },
3101
2713
  "additionalProperties": false,
3102
- "metadata": {
3103
- "path": [],
3104
- "type": "Control",
3105
- "defaultAggregation": "customContent"
3106
- }
3107
- },
3108
- "sap.fe.macros.table.OverflowGroup": {
3109
- "description": "Configuration of toolbar separators to be used inside the table toolbar",
3110
- "isViewNode": true,
3111
- "type": "object",
3112
- "properties": {
3113
- "overflowGroup": {
3114
- "type": "number",
3115
- "description": "Defines the group of the toolbar separator in the overflow toolbar.",
3116
- "artifactType": "XMLProperty",
3117
- "metadata": {
3118
- "type": "Property"
3119
- }
3120
- },
3121
- "showSeparator": {
3122
- "type": "boolean",
3123
- "description": "Defines if a toolbar separator should be displayed.",
3124
- "artifactType": "XMLProperty",
3125
- "metadata": {
3126
- "type": "Property"
3127
- }
3128
- },
3129
- "id": {
3130
- "type": "string",
3131
- "description": "Unique id of control",
3132
- "artifactType": "XMLProperty",
3133
- "metadata": {
3134
- "type": "Property"
3135
- }
3136
- }
3137
- },
3138
- "additionalProperties": false,
3139
2714
  "metadata": {
3140
2715
  "path": [],
3141
2716
  "type": "Control"
@@ -3278,14 +2853,6 @@
3278
2853
  "type": "Property"
3279
2854
  }
3280
2855
  },
3281
- "exportFileName": {
3282
- "type": "string",
3283
- "description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
3284
- "artifactType": "XMLProperty",
3285
- "metadata": {
3286
- "type": "Property"
3287
- }
3288
- },
3289
2856
  "exportRequestSize": {
3290
2857
  "type": "number",
3291
2858
  "description": "Maximum allowed number of records to be exported in one request.",
@@ -3294,14 +2861,6 @@
3294
2861
  "type": "Property"
3295
2862
  }
3296
2863
  },
3297
- "exportSheetName": {
3298
- "type": "string",
3299
- "description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
3300
- "artifactType": "XMLProperty",
3301
- "metadata": {
3302
- "type": "Property"
3303
- }
3304
- },
3305
2864
  "filterBar": {
3306
2865
  "type": "string",
3307
2866
  "description": "ID of the FilterBar building block associated with the table.",
@@ -3511,17 +3070,6 @@
3511
3070
  "type": "Property"
3512
3071
  }
3513
3072
  },
3514
- "actionOverflowGroups": {
3515
- "type": "object",
3516
- "additionalProperties": {
3517
- "$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
3518
- },
3519
- "isViewNode": true,
3520
- "metadata": {
3521
- "path": [],
3522
- "type": "Aggregation"
3523
- }
3524
- },
3525
3073
  "actions": {
3526
3074
  "type": "object",
3527
3075
  "additionalProperties": {
@@ -3568,7 +3116,7 @@
3568
3116
  },
3569
3117
  "beforeRebindTable": {
3570
3118
  "type": "string",
3571
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3119
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3572
3120
  "artifactType": "XMLProperty",
3573
3121
  "metadata": {
3574
3122
  "type": "Event"
@@ -3576,7 +3124,7 @@
3576
3124
  },
3577
3125
  "rowPress": {
3578
3126
  "type": "string",
3579
- "description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
3127
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
3580
3128
  "artifactType": "XMLProperty",
3581
3129
  "metadata": {
3582
3130
  "type": "Event"
@@ -3699,14 +3247,6 @@
3699
3247
  "type": "Property"
3700
3248
  }
3701
3249
  },
3702
- "exportFileName": {
3703
- "type": "string",
3704
- "description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
3705
- "artifactType": "XMLProperty",
3706
- "metadata": {
3707
- "type": "Property"
3708
- }
3709
- },
3710
3250
  "exportRequestSize": {
3711
3251
  "type": "number",
3712
3252
  "description": "Maximum allowed number of records to be exported in one request.",
@@ -3715,14 +3255,6 @@
3715
3255
  "type": "Property"
3716
3256
  }
3717
3257
  },
3718
- "exportSheetName": {
3719
- "type": "string",
3720
- "description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
3721
- "artifactType": "XMLProperty",
3722
- "metadata": {
3723
- "type": "Property"
3724
- }
3725
- },
3726
3258
  "filterBar": {
3727
3259
  "type": "string",
3728
3260
  "description": "ID of the FilterBar building block associated with the table.",
@@ -3927,17 +3459,6 @@
3927
3459
  "type": "Property"
3928
3460
  }
3929
3461
  },
3930
- "actionOverflowGroups": {
3931
- "type": "object",
3932
- "additionalProperties": {
3933
- "$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
3934
- },
3935
- "isViewNode": true,
3936
- "metadata": {
3937
- "path": [],
3938
- "type": "Aggregation"
3939
- }
3940
- },
3941
3462
  "actions": {
3942
3463
  "type": "object",
3943
3464
  "additionalProperties": {
@@ -3984,7 +3505,7 @@
3984
3505
  },
3985
3506
  "beforeRebindTable": {
3986
3507
  "type": "string",
3987
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3508
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3988
3509
  "artifactType": "XMLProperty",
3989
3510
  "metadata": {
3990
3511
  "type": "Event"
@@ -3992,7 +3513,7 @@
3992
3513
  },
3993
3514
  "rowPress": {
3994
3515
  "type": "string",
3995
- "description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
3516
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
3996
3517
  "artifactType": "XMLProperty",
3997
3518
  "metadata": {
3998
3519
  "type": "Event"
@@ -4181,14 +3702,6 @@
4181
3702
  "type": "Property"
4182
3703
  }
4183
3704
  },
4184
- "exportFileName": {
4185
- "type": "string",
4186
- "description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
4187
- "artifactType": "XMLProperty",
4188
- "metadata": {
4189
- "type": "Property"
4190
- }
4191
- },
4192
3705
  "exportRequestSize": {
4193
3706
  "type": "number",
4194
3707
  "description": "Maximum allowed number of records to be exported in one request.",
@@ -4197,14 +3710,6 @@
4197
3710
  "type": "Property"
4198
3711
  }
4199
3712
  },
4200
- "exportSheetName": {
4201
- "type": "string",
4202
- "description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
4203
- "artifactType": "XMLProperty",
4204
- "metadata": {
4205
- "type": "Property"
4206
- }
4207
- },
4208
3713
  "filterBar": {
4209
3714
  "type": "string",
4210
3715
  "description": "ID of the FilterBar building block associated with the table.",
@@ -4445,17 +3950,6 @@
4445
3950
  "type": "Property"
4446
3951
  }
4447
3952
  },
4448
- "actionOverflowGroups": {
4449
- "type": "object",
4450
- "additionalProperties": {
4451
- "$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
4452
- },
4453
- "isViewNode": true,
4454
- "metadata": {
4455
- "path": [],
4456
- "type": "Aggregation"
4457
- }
4458
- },
4459
3953
  "actions": {
4460
3954
  "type": "object",
4461
3955
  "additionalProperties": {
@@ -4502,7 +3996,7 @@
4502
3996
  },
4503
3997
  "beforeRebindTable": {
4504
3998
  "type": "string",
4505
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3999
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
4506
4000
  "artifactType": "XMLProperty",
4507
4001
  "metadata": {
4508
4002
  "type": "Event"
@@ -4510,7 +4004,7 @@
4510
4004
  },
4511
4005
  "rowPress": {
4512
4006
  "type": "string",
4513
- "description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
4007
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
4514
4008
  "artifactType": "XMLProperty",
4515
4009
  "metadata": {
4516
4010
  "type": "Event"
@@ -4632,14 +4126,6 @@
4632
4126
  "type": "Property"
4633
4127
  }
4634
4128
  },
4635
- "exportFileName": {
4636
- "type": "string",
4637
- "description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
4638
- "artifactType": "XMLProperty",
4639
- "metadata": {
4640
- "type": "Property"
4641
- }
4642
- },
4643
4129
  "exportRequestSize": {
4644
4130
  "type": "number",
4645
4131
  "description": "Maximum allowed number of records to be exported in one request.",
@@ -4648,14 +4134,6 @@
4648
4134
  "type": "Property"
4649
4135
  }
4650
4136
  },
4651
- "exportSheetName": {
4652
- "type": "string",
4653
- "description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
4654
- "artifactType": "XMLProperty",
4655
- "metadata": {
4656
- "type": "Property"
4657
- }
4658
- },
4659
4137
  "filterBar": {
4660
4138
  "type": "string",
4661
4139
  "description": "ID of the FilterBar building block associated with the table.",
@@ -4896,17 +4374,6 @@
4896
4374
  "type": "Property"
4897
4375
  }
4898
4376
  },
4899
- "actionOverflowGroups": {
4900
- "type": "object",
4901
- "additionalProperties": {
4902
- "$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
4903
- },
4904
- "isViewNode": true,
4905
- "metadata": {
4906
- "path": [],
4907
- "type": "Aggregation"
4908
- }
4909
- },
4910
4377
  "actions": {
4911
4378
  "type": "object",
4912
4379
  "additionalProperties": {
@@ -4953,7 +4420,7 @@
4953
4420
  },
4954
4421
  "beforeRebindTable": {
4955
4422
  "type": "string",
4956
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
4423
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
4957
4424
  "artifactType": "XMLProperty",
4958
4425
  "metadata": {
4959
4426
  "type": "Event"
@@ -4961,7 +4428,7 @@
4961
4428
  },
4962
4429
  "rowPress": {
4963
4430
  "type": "string",
4964
- "description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
4431
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
4965
4432
  "artifactType": "XMLProperty",
4966
4433
  "metadata": {
4967
4434
  "type": "Event"
@@ -5112,16 +4579,6 @@
5112
4579
  "defaultAggregation": "actions"
5113
4580
  }
5114
4581
  },
5115
- "sap.fe.macros.CollectionBindingInfo.SerializedCollectionBindingInfo": {
5116
- "isViewNode": true,
5117
- "type": "object",
5118
- "properties": {},
5119
- "additionalProperties": false,
5120
- "metadata": {
5121
- "path": [],
5122
- "type": "Control"
5123
- }
5124
- },
5125
4582
  "sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData": {
5126
4583
  "description": "Definition of data consumer by section from single control",
5127
4584
  "isViewNode": true,