@sap/ux-specification 1.120.19 → 1.120.20

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 (48) hide show
  1. package/CHANGELOG.md +23 -1
  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-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +57 -57
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v4/BuildingBlocksConfig.json +781 -2306
  15. package/dist/specification/package.json +7 -7
  16. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  17. package/dist/specification/scripts/macros/cmd.js +3 -0
  18. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  19. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  20. package/dist/specification/scripts/macros/corrections.js +14 -4
  21. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  22. package/dist/specification/scripts/macros/i18n.d.ts +8 -0
  23. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -0
  24. package/dist/specification/scripts/macros/i18n.js +84 -0
  25. package/dist/specification/scripts/macros/i18n.js.map +1 -0
  26. package/dist/specification/src/api.d.ts +1 -1
  27. package/dist/specification/src/api.d.ts.map +1 -1
  28. package/dist/specification/src/api.js +1 -1
  29. package/dist/specification/src/api.js.map +1 -1
  30. package/dist/specification/src/sync/v2/application.js +1 -1
  31. package/dist/specification/src/sync/v2/application.js.map +1 -1
  32. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  33. package/dist/specification/src/sync/v2/export/export.js +41 -31
  34. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  35. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  36. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +1 -1
  38. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  39. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  40. package/dist/specification/src/sync/v4/export/export.js +19 -4
  41. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  42. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  44. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +2 -2
  45. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  46. package/dist/types/src/apiTypes.d.ts +1 -1
  47. package/dist/types/src/apiTypes.d.ts.map +1 -1
  48. package/package.json +7 -7
@@ -4,12 +4,6 @@
4
4
  "namespaces": [
5
5
  "sap.fe.macros",
6
6
  "sap.fe.macros.chart",
7
- "sap.fe.macros.controls",
8
- "sap.fe.macros.field",
9
- "sap.fe.macros.filterBar",
10
- "sap.fe.macros.microchart",
11
- "sap.fe.macros.richtexteditor",
12
- "sap.fe.macros.share",
13
7
  "sap.fe.macros.table"
14
8
  ]
15
9
  },
@@ -25,11 +19,27 @@
25
19
  },
26
20
  "additionalProperties": false,
27
21
  "definitions": {
28
- "sap.fe.macros.CollectionBindingInfo": {
29
- "description": "API to add parameters to the collection binding infos.",
22
+ "sap.fe.macros.MacroAPI": {
23
+ "description": "Base API control for building blocks.",
30
24
  "isViewNode": true,
31
25
  "type": "object",
32
26
  "properties": {
27
+ "contextPath": {
28
+ "type": "string",
29
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
30
+ "artifactType": "XMLProperty",
31
+ "metadata": {
32
+ "type": "Property"
33
+ }
34
+ },
35
+ "metaPath": {
36
+ "type": "string",
37
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
38
+ "artifactType": "XMLProperty",
39
+ "metadata": {
40
+ "type": "Property"
41
+ }
42
+ },
33
43
  "id": {
34
44
  "type": "string",
35
45
  "description": "Unique id of control",
@@ -45,59 +55,89 @@
45
55
  "type": "Control"
46
56
  }
47
57
  },
48
- "sap.fe.macros.KPITag": {
49
- "description": "Building block used to create a KPI tag.",
58
+ "sap.fe.macros.Chart": {
59
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
50
60
  "isViewNode": true,
51
61
  "type": "object",
52
62
  "properties": {
53
- "number": {
54
- "type": "any",
55
- "description": "The Number to be displayed.",
63
+ "contextPath": {
64
+ "type": "string",
65
+ "description": "Metadata path to the entitySet or navigationProperty",
56
66
  "artifactType": "XMLProperty",
57
67
  "metadata": {
58
68
  "type": "Property"
59
69
  }
60
70
  },
61
- "showIcon": {
62
- "type": "boolean",
63
- "description": "Set it to `true` if the KPI should display its status icon.",
71
+ "filterBar": {
72
+ "type": "string",
73
+ "description": "Id of the FilterBar building block associated with the chart.",
64
74
  "artifactType": "XMLProperty",
65
75
  "metadata": {
66
76
  "type": "Property"
67
77
  }
68
78
  },
69
- "status": {
70
- "type": "any",
71
- "description": "The Status to be displayed.",
79
+ "header": {
80
+ "type": "string",
81
+ "description": "Specifies the header text that is shown in the chart",
72
82
  "artifactType": "XMLProperty",
73
83
  "metadata": {
74
84
  "type": "Property"
75
- }
85
+ },
86
+ "i18nClassification": "HED: Header of the chart"
76
87
  },
77
- "text": {
78
- "type": "any",
79
- "description": "The Text to be displayed.",
88
+ "headerVisible": {
89
+ "type": "boolean",
90
+ "description": "Controls if the header text should be shown or not",
80
91
  "artifactType": "XMLProperty",
81
92
  "metadata": {
82
93
  "type": "Property"
83
94
  }
84
95
  },
85
- "tooltip": {
86
- "type": "any",
87
- "description": "The Tooltip to be displayed.",
96
+ "metaPath": {
97
+ "type": "string",
98
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
88
99
  "artifactType": "XMLProperty",
89
100
  "metadata": {
90
101
  "type": "Property"
91
102
  }
92
103
  },
93
- "unit": {
94
- "type": "any",
95
- "description": "The Unit of Measure of the number to be displayed.",
104
+ "personalization": {
105
+ "anyOf": [
106
+ {
107
+ "type": "boolean"
108
+ },
109
+ {
110
+ "type": "string"
111
+ }
112
+ ],
113
+ "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
96
114
  "artifactType": "XMLProperty",
97
115
  "metadata": {
98
116
  "type": "Property"
99
117
  }
100
118
  },
119
+ "selectionMode": {
120
+ "type": "string",
121
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
122
+ "artifactType": "XMLProperty",
123
+ "metadata": {
124
+ "type": "Property"
125
+ },
126
+ "enum": [
127
+ "None",
128
+ "Single",
129
+ "Multiple"
130
+ ]
131
+ },
132
+ "variantManagement": {
133
+ "type": "string",
134
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
135
+ "artifactType": "XMLProperty",
136
+ "metadata": {
137
+ "type": "Property"
138
+ },
139
+ "const": "Control"
140
+ },
101
141
  "id": {
102
142
  "type": "string",
103
143
  "description": "Unique id of control",
@@ -106,9 +146,20 @@
106
146
  "type": "Property"
107
147
  }
108
148
  },
109
- "press": {
149
+ "actions": {
150
+ "type": "object",
151
+ "additionalProperties": {
152
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
153
+ },
154
+ "isViewNode": true,
155
+ "metadata": {
156
+ "path": [],
157
+ "type": "Aggregation"
158
+ }
159
+ },
160
+ "selectionChange": {
110
161
  "type": "string",
111
- "description": "An event is triggered when the KPI is pressed.",
162
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
112
163
  "artifactType": "XMLProperty",
113
164
  "metadata": {
114
165
  "type": "Event"
@@ -121,27 +172,11 @@
121
172
  "type": "Control"
122
173
  }
123
174
  },
124
- "sap.fe.macros.MacroAPI": {
125
- "description": "Base API control for building blocks.",
175
+ "sap.fe.macros.FlexibleColumnLayoutActions": {
176
+ "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macro:FlexibleColumnLayoutActions />\n\n",
126
177
  "isViewNode": true,
127
178
  "type": "object",
128
179
  "properties": {
129
- "contextPath": {
130
- "type": "string",
131
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
132
- "artifactType": "XMLProperty",
133
- "metadata": {
134
- "type": "Property"
135
- }
136
- },
137
- "metaPath": {
138
- "type": "string",
139
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
140
- "artifactType": "XMLProperty",
141
- "metadata": {
142
- "type": "Property"
143
- }
144
- },
145
180
  "id": {
146
181
  "type": "string",
147
182
  "description": "Unique id of control",
@@ -157,38 +192,47 @@
157
192
  "type": "Control"
158
193
  }
159
194
  },
160
- "sap.fe.macros.MultiValueField": {
161
- "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
195
+ "sap.fe.macros.Field": {
196
+ "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.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
162
197
  "isViewNode": true,
163
198
  "type": "object",
164
199
  "properties": {
165
200
  "contextPath": {
166
201
  "type": "string",
167
- "description": "The context path provided for the MultiValueField",
202
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
168
203
  "artifactType": "XMLProperty",
169
204
  "metadata": {
170
205
  "type": "Property"
171
206
  }
172
207
  },
173
- "items": {
174
- "type": "any",
175
- "description": "Property added to be able to add data / items to the multi value field via a different model",
208
+ "formatOptions": {
209
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
210
+ "description": "formatOptions",
176
211
  "artifactType": "XMLProperty",
212
+ "isViewNode": true,
177
213
  "metadata": {
178
214
  "type": "Property"
179
215
  }
180
216
  },
181
217
  "metaPath": {
182
218
  "type": "string",
183
- "description": "Defines the relative Metadata path to the MultiValueField.\nThe metaPath should point to a Property or DataField.",
219
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
184
220
  "artifactType": "XMLProperty",
185
221
  "metadata": {
186
222
  "type": "Property"
187
223
  }
188
224
  },
189
225
  "readOnly": {
190
- "type": "any",
191
- "description": "The readOnly flag",
226
+ "type": "boolean",
227
+ "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
228
+ "artifactType": "XMLProperty",
229
+ "metadata": {
230
+ "type": "Property"
231
+ }
232
+ },
233
+ "semanticObject": {
234
+ "type": "string",
235
+ "description": "Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects",
192
236
  "artifactType": "XMLProperty",
193
237
  "metadata": {
194
238
  "type": "Property"
@@ -201,6 +245,22 @@
201
245
  "metadata": {
202
246
  "type": "Property"
203
247
  }
248
+ },
249
+ "change": {
250
+ "type": "string",
251
+ "description": "An event containing details is triggered when the value of the field is changed.",
252
+ "artifactType": "XMLProperty",
253
+ "metadata": {
254
+ "type": "Event"
255
+ }
256
+ },
257
+ "liveChange": {
258
+ "type": "string",
259
+ "description": "An event containing details is triggered when the value of the field is live changed.",
260
+ "artifactType": "XMLProperty",
261
+ "metadata": {
262
+ "type": "Event"
263
+ }
204
264
  }
205
265
  },
206
266
  "additionalProperties": false,
@@ -209,38 +269,54 @@
209
269
  "type": "Control"
210
270
  }
211
271
  },
212
- "sap.fe.macros.RichTextEditor": {
213
- "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
272
+ "sap.fe.macros.FilterBar": {
273
+ "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
214
274
  "isViewNode": true,
215
275
  "type": "object",
216
276
  "properties": {
217
- "excludeDefaultPlugins": {
277
+ "contextPath": {
278
+ "type": "string",
279
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
280
+ "artifactType": "XMLProperty",
281
+ "metadata": {
282
+ "type": "Property"
283
+ }
284
+ },
285
+ "liveMode": {
218
286
  "type": "boolean",
219
- "description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
287
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
220
288
  "artifactType": "XMLProperty",
221
289
  "metadata": {
222
290
  "type": "Property"
223
291
  }
224
292
  },
225
- "readOnly": {
293
+ "metaPath": {
294
+ "type": "string",
295
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
296
+ "artifactType": "XMLProperty",
297
+ "metadata": {
298
+ "type": "Property"
299
+ }
300
+ },
301
+ "showClearButton": {
226
302
  "type": "boolean",
227
- "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
303
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
228
304
  "artifactType": "XMLProperty",
229
305
  "metadata": {
230
306
  "type": "Property"
231
307
  }
232
308
  },
233
- "required": {
234
- "type": "any",
235
- "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
309
+ "showMessages": {
310
+ "type": "boolean",
311
+ "description": "Displays possible errors during the search in a message box",
236
312
  "artifactType": "XMLProperty",
237
313
  "metadata": {
238
314
  "type": "Property"
239
315
  }
240
316
  },
241
- "value": {
242
- "type": "any",
243
- "description": "The value contained in the editor. You can use this attribute to set a default value.",
317
+ "visible": {
318
+ "type": "boolean",
319
+ "description": "Parameter which sets the visibility of the FilterBar building block",
244
320
  "artifactType": "XMLProperty",
245
321
  "metadata": {
246
322
  "type": "Property"
@@ -254,10 +330,10 @@
254
330
  "type": "Property"
255
331
  }
256
332
  },
257
- "buttonGroups": {
333
+ "filterFields": {
258
334
  "type": "object",
259
335
  "additionalProperties": {
260
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
336
+ "$ref": "#/definitions/sap.fe.macros.FilterField"
261
337
  },
262
338
  "isViewNode": true,
263
339
  "metadata": {
@@ -265,15 +341,28 @@
265
341
  "type": "Aggregation"
266
342
  }
267
343
  },
268
- "plugins": {
269
- "type": "object",
270
- "additionalProperties": {
271
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
272
- },
273
- "isViewNode": true,
344
+ "afterClear": {
345
+ "type": "string",
346
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
347
+ "artifactType": "XMLProperty",
274
348
  "metadata": {
275
- "path": [],
276
- "type": "Aggregation"
349
+ "type": "Event"
350
+ }
351
+ },
352
+ "filterChanged": {
353
+ "type": "string",
354
+ "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
355
+ "artifactType": "XMLProperty",
356
+ "metadata": {
357
+ "type": "Event"
358
+ }
359
+ },
360
+ "search": {
361
+ "type": "string",
362
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
363
+ "artifactType": "XMLProperty",
364
+ "metadata": {
365
+ "type": "Event"
277
366
  }
278
367
  }
279
368
  },
@@ -283,74 +372,41 @@
283
372
  "type": "Control"
284
373
  }
285
374
  },
286
- "sap.fe.macros.chart.Action": {
287
- "description": "Definition of a custom action to be used in the chart toolbar",
375
+ "sap.fe.macros.Form": {
376
+ "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
288
377
  "isViewNode": true,
289
378
  "type": "object",
290
379
  "properties": {
291
- "anchor": {
292
- "type": "string",
293
- "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
294
- "artifactType": "XMLProperty",
295
- "metadata": {
296
- "type": "Property"
297
- }
298
- },
299
- "enabled": {
300
- "type": "boolean",
301
- "description": "Enables or disables the action",
380
+ "contextPath": {
381
+ "$ref": "#/definitions/sap.ui.model.Context",
382
+ "description": "contextPath",
302
383
  "artifactType": "XMLProperty",
384
+ "isViewNode": true,
303
385
  "metadata": {
304
386
  "type": "Property"
305
387
  }
306
388
  },
307
- "key": {
308
- "type": "string",
309
- "description": "Unique identifier of the action",
389
+ "metaPath": {
390
+ "$ref": "#/definitions/sap.ui.model.Context",
391
+ "description": "metaPath",
310
392
  "artifactType": "XMLProperty",
393
+ "isViewNode": true,
311
394
  "metadata": {
312
395
  "type": "Property"
313
396
  }
314
397
  },
315
- "placement": {
398
+ "title": {
316
399
  "type": "string",
317
- "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
400
+ "description": "The title of the form control.",
318
401
  "artifactType": "XMLProperty",
319
402
  "metadata": {
320
403
  "type": "Property"
321
404
  },
322
- "enum": [
323
- "After",
324
- "Before"
325
- ]
405
+ "i18nClassification": "HED: Title of the form"
326
406
  },
327
- "press": {
407
+ "id": {
328
408
  "type": "string",
329
- "description": "Event handler to be called when the user chooses the action",
330
- "artifactType": "XMLProperty",
331
- "metadata": {
332
- "type": "Property"
333
- }
334
- },
335
- "requiresSelection": {
336
- "type": "boolean",
337
- "description": "Defines if the action requires a selection.",
338
- "artifactType": "XMLProperty",
339
- "metadata": {
340
- "type": "Property"
341
- }
342
- },
343
- "text": {
344
- "type": "string",
345
- "description": "The text that will be displayed for this action",
346
- "artifactType": "XMLProperty",
347
- "metadata": {
348
- "type": "Property"
349
- }
350
- },
351
- "id": {
352
- "type": "string",
353
- "description": "Unique id of control",
409
+ "description": "Unique id of control",
354
410
  "artifactType": "XMLProperty",
355
411
  "metadata": {
356
412
  "type": "Property"
@@ -363,42 +419,41 @@
363
419
  "type": "Control"
364
420
  }
365
421
  },
366
- "sap.fe.macros.chart.ActionGroup": {
367
- "description": "Definition of a custom action group to be used inside the chart toolbar",
422
+ "sap.fe.macros.FormElement": {
423
+ "description": "Building block used to create a form element based on the metadata provided by OData V4.",
368
424
  "isViewNode": true,
369
425
  "type": "object",
370
426
  "properties": {
371
- "anchor": {
372
- "type": "string",
373
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
427
+ "contextPath": {
428
+ "$ref": "#/definitions/sap.ui.model.Context",
429
+ "description": "contextPath",
374
430
  "artifactType": "XMLProperty",
431
+ "isViewNode": true,
375
432
  "metadata": {
376
433
  "type": "Property"
377
434
  }
378
435
  },
379
- "key": {
436
+ "label": {
380
437
  "type": "string",
381
- "description": "Unique identifier of the action",
438
+ "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
382
439
  "artifactType": "XMLProperty",
383
440
  "metadata": {
384
441
  "type": "Property"
385
- }
442
+ },
443
+ "i18nClassification": "FLD: Label of the form element"
386
444
  },
387
- "placement": {
388
- "type": "string",
389
- "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
445
+ "metaPath": {
446
+ "$ref": "#/definitions/sap.ui.model.Context",
447
+ "description": "metaPath",
390
448
  "artifactType": "XMLProperty",
449
+ "isViewNode": true,
391
450
  "metadata": {
392
451
  "type": "Property"
393
- },
394
- "enum": [
395
- "After",
396
- "Before"
397
- ]
452
+ }
398
453
  },
399
- "text": {
400
- "type": "string",
401
- "description": "The text that will be displayed for this action group",
454
+ "visible": {
455
+ "type": "boolean",
456
+ "description": "If set to false, the FormElement is not rendered.",
402
457
  "artifactType": "XMLProperty",
403
458
  "metadata": {
404
459
  "type": "Property"
@@ -412,10 +467,10 @@
412
467
  "type": "Property"
413
468
  }
414
469
  },
415
- "actions": {
470
+ "fields": {
416
471
  "type": "object",
417
472
  "additionalProperties": {
418
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
473
+ "$ref": "#/definitions/sap.ui.core.Control"
419
474
  },
420
475
  "isViewNode": true,
421
476
  "metadata": {
@@ -430,80 +485,83 @@
430
485
  "type": "Control"
431
486
  }
432
487
  },
433
- "sap.fe.macros.chart.Chart": {
434
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/chart/Chart\"], function(Chart) {\n\t ...\n\t new Chart(\"myChart\", {metaPath:\"MyChart\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Chart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
488
+ "sap.fe.macros.KPITag": {
489
+ "description": "Building block used to create a KPI tag.",
435
490
  "isViewNode": true,
436
491
  "type": "object",
437
492
  "properties": {
438
- "contextPath": {
439
- "type": "string",
440
- "description": "Metadata path to the entitySet or navigationProperty",
441
- "artifactType": "XMLProperty",
442
- "metadata": {
443
- "type": "Property"
444
- }
445
- },
446
- "filterBar": {
447
- "type": "string",
448
- "description": "Id of the FilterBar building block associated with the chart.",
493
+ "number": {
494
+ "anyOf": [
495
+ {
496
+ "type": "number"
497
+ },
498
+ {
499
+ "type": "string",
500
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
501
+ }
502
+ ],
503
+ "description": "The Number to be displayed.",
449
504
  "artifactType": "XMLProperty",
450
505
  "metadata": {
451
506
  "type": "Property"
452
507
  }
453
508
  },
454
- "header": {
509
+ "press": {
455
510
  "type": "string",
456
- "description": "Specifies the header text that is shown in the chart",
511
+ "description": "An event is triggered when the KPI is pressed.",
457
512
  "artifactType": "XMLProperty",
458
513
  "metadata": {
459
514
  "type": "Property"
460
515
  }
461
516
  },
462
- "headerVisible": {
517
+ "showIcon": {
463
518
  "type": "boolean",
464
- "description": "Controls if the header text should be shown or not",
519
+ "description": "Set it to `true` if the KPI should display its status icon.",
465
520
  "artifactType": "XMLProperty",
466
521
  "metadata": {
467
522
  "type": "Property"
468
523
  }
469
524
  },
470
- "metaPath": {
525
+ "status": {
471
526
  "type": "string",
472
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
527
+ "description": "The Status to be displayed.",
473
528
  "artifactType": "XMLProperty",
474
529
  "metadata": {
475
530
  "type": "Property"
476
- }
531
+ },
532
+ "enum": [
533
+ "Success",
534
+ "Error",
535
+ "Warning",
536
+ "None",
537
+ "Information"
538
+ ]
477
539
  },
478
- "personalization": {
540
+ "text": {
479
541
  "type": "string",
480
- "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
542
+ "description": "The Text to be displayed.",
481
543
  "artifactType": "XMLProperty",
482
544
  "metadata": {
483
545
  "type": "Property"
484
- }
546
+ },
547
+ "i18nClassification": "TXT: Text of the KPITag"
485
548
  },
486
- "selectionMode": {
549
+ "tooltip": {
487
550
  "type": "string",
488
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
551
+ "description": "The Tooltip to be displayed.",
489
552
  "artifactType": "XMLProperty",
490
553
  "metadata": {
491
554
  "type": "Property"
492
555
  },
493
- "enum": [
494
- "None",
495
- "Single",
496
- "Multiple"
497
- ]
556
+ "i18nClassification": "CAP: Tooltip of the KPITag"
498
557
  },
499
- "variantManagement": {
558
+ "unit": {
500
559
  "type": "string",
501
- "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
560
+ "description": "The Unit of Measure of the number to be displayed.",
502
561
  "artifactType": "XMLProperty",
503
562
  "metadata": {
504
563
  "type": "Property"
505
- },
506
- "const": "Control"
564
+ }
507
565
  },
508
566
  "id": {
509
567
  "type": "string",
@@ -512,25 +570,6 @@
512
570
  "metadata": {
513
571
  "type": "Property"
514
572
  }
515
- },
516
- "actions": {
517
- "type": "object",
518
- "additionalProperties": {
519
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
520
- },
521
- "isViewNode": true,
522
- "metadata": {
523
- "path": [],
524
- "type": "Aggregation"
525
- }
526
- },
527
- "selectionChange": {
528
- "type": "string",
529
- "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
530
- "artifactType": "XMLProperty",
531
- "metadata": {
532
- "type": "Event"
533
- }
534
573
  }
535
574
  },
536
575
  "additionalProperties": false,
@@ -539,81 +578,57 @@
539
578
  "type": "Control"
540
579
  }
541
580
  },
542
- "sap.fe.macros.Chart": {
543
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n&lt;macros:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" /&gt;\n\n",
581
+ "sap.fe.macros.MicroChart": {
582
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
544
583
  "isViewNode": true,
545
584
  "type": "object",
546
585
  "properties": {
547
- "contextPath": {
548
- "type": "string",
549
- "description": "Metadata path to the entitySet or navigationProperty",
550
- "artifactType": "XMLProperty",
551
- "metadata": {
552
- "type": "Property"
553
- }
554
- },
555
- "filterBar": {
556
- "type": "string",
557
- "description": "Id of the FilterBar building block associated with the chart.",
558
- "artifactType": "XMLProperty",
559
- "metadata": {
560
- "type": "Property"
561
- }
562
- },
563
- "header": {
586
+ "id": {
564
587
  "type": "string",
565
- "description": "Specifies the header text that is shown in the chart",
588
+ "description": "Unique id of control",
566
589
  "artifactType": "XMLProperty",
567
590
  "metadata": {
568
591
  "type": "Property"
569
592
  }
570
- },
571
- "headerVisible": {
572
- "type": "boolean",
573
- "description": "Controls if the header text should be shown or not",
593
+ }
594
+ },
595
+ "additionalProperties": false,
596
+ "metadata": {
597
+ "path": [],
598
+ "type": "Control"
599
+ }
600
+ },
601
+ "sap.fe.macros.MultiValueField": {
602
+ "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n&lt;macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet&gt;}\"\n metaPath=\"{dataField&gt;}\"\n /&gt;\n",
603
+ "isViewNode": true,
604
+ "type": "object",
605
+ "properties": {
606
+ "contextPath": {
607
+ "$ref": "#/definitions/sap.ui.model.Context",
608
+ "description": "contextPath",
574
609
  "artifactType": "XMLProperty",
610
+ "isViewNode": true,
575
611
  "metadata": {
576
612
  "type": "Property"
577
613
  }
578
614
  },
579
615
  "metaPath": {
580
- "type": "string",
581
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
616
+ "$ref": "#/definitions/sap.ui.model.Context",
617
+ "description": "metaPath",
582
618
  "artifactType": "XMLProperty",
619
+ "isViewNode": true,
583
620
  "metadata": {
584
621
  "type": "Property"
585
622
  }
586
623
  },
587
- "personalization": {
588
- "type": "string",
589
- "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
624
+ "readOnly": {
625
+ "type": "boolean",
626
+ "description": "The readOnly flag",
590
627
  "artifactType": "XMLProperty",
591
628
  "metadata": {
592
629
  "type": "Property"
593
630
  }
594
631
  },
595
- "selectionMode": {
596
- "type": "string",
597
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
598
- "artifactType": "XMLProperty",
599
- "metadata": {
600
- "type": "Property"
601
- },
602
- "enum": [
603
- "None",
604
- "Single",
605
- "Multiple"
606
- ]
607
- },
608
- "variantManagement": {
609
- "type": "string",
610
- "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
611
- "artifactType": "XMLProperty",
612
- "metadata": {
613
- "type": "Property"
614
- },
615
- "const": "Control"
616
- },
617
632
  "id": {
618
633
  "type": "string",
619
634
  "description": "Unique id of control",
@@ -621,25 +636,6 @@
621
636
  "metadata": {
622
637
  "type": "Property"
623
638
  }
624
- },
625
- "actions": {
626
- "type": "object",
627
- "additionalProperties": {
628
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
629
- },
630
- "isViewNode": true,
631
- "metadata": {
632
- "path": [],
633
- "type": "Aggregation"
634
- }
635
- },
636
- "selectionChange": {
637
- "type": "string",
638
- "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
639
- "artifactType": "XMLProperty",
640
- "metadata": {
641
- "type": "Event"
642
- }
643
639
  }
644
640
  },
645
641
  "additionalProperties": false,
@@ -648,8 +644,8 @@
648
644
  "type": "Control"
649
645
  }
650
646
  },
651
- "sap.fe.macros.controls.BuildingBlockObjectProperty": {
652
- "description": "Base class for building block complex object properties that can be serialized to XML.",
647
+ "sap.fe.macros.Paginator": {
648
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n&lt;macro:Paginator /&gt;\n\n",
653
649
  "isViewNode": true,
654
650
  "type": "object",
655
651
  "properties": {
@@ -668,11 +664,43 @@
668
664
  "type": "Control"
669
665
  }
670
666
  },
671
- "sap.fe.macros.controls.BuildingBlockWithTemplating": {
672
- "description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
667
+ "sap.fe.macros.RichTextEditor": {
668
+ "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
673
669
  "isViewNode": true,
674
670
  "type": "object",
675
671
  "properties": {
672
+ "buttonGroups": {
673
+ "type": "array",
674
+ "description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
675
+ "artifactType": "XMLProperty",
676
+ "metadata": {
677
+ "type": "Property"
678
+ }
679
+ },
680
+ "readOnly": {
681
+ "type": "boolean",
682
+ "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
683
+ "artifactType": "XMLProperty",
684
+ "metadata": {
685
+ "type": "Property"
686
+ }
687
+ },
688
+ "required": {
689
+ "type": "boolean",
690
+ "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
691
+ "artifactType": "XMLProperty",
692
+ "metadata": {
693
+ "type": "Property"
694
+ }
695
+ },
696
+ "value": {
697
+ "type": "string",
698
+ "description": "The value contained in the editor. You can use this attribute to set a default value.",
699
+ "artifactType": "XMLProperty",
700
+ "metadata": {
701
+ "type": "Property"
702
+ }
703
+ },
676
704
  "id": {
677
705
  "type": "string",
678
706
  "description": "Unique id of control",
@@ -688,50 +716,22 @@
688
716
  "type": "Control"
689
717
  }
690
718
  },
691
- "sap.fe.macros.FlexibleColumnLayoutActions": {
692
- "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n&lt;macros:FlexibleColumnLayoutActions /&gt;\n\n",
693
- "isViewNode": true,
694
- "type": "object",
695
- "properties": {
696
- "id": {
697
- "type": "string",
698
- "description": "Unique id of control",
699
- "artifactType": "XMLProperty",
700
- "metadata": {
701
- "type": "Property"
702
- }
703
- }
704
- },
705
- "additionalProperties": false,
706
- "metadata": {
707
- "path": [],
708
- "type": "Control"
709
- }
710
- },
711
- "sap.fe.macros.field.Field": {
712
- "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\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
719
+ "sap.fe.macros.RichTextEditorWithMetadata": {
720
+ "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
713
721
  "isViewNode": true,
714
722
  "type": "object",
715
723
  "properties": {
716
- "contextPath": {
717
- "type": "string",
718
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
719
- "artifactType": "XMLProperty",
720
- "metadata": {
721
- "type": "Property"
722
- }
723
- },
724
- "description": {
725
- "type": "string",
726
- "description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
724
+ "buttonGroups": {
725
+ "type": "array",
726
+ "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
727
727
  "artifactType": "XMLProperty",
728
728
  "metadata": {
729
729
  "type": "Property"
730
730
  }
731
731
  },
732
- "formatOptions": {
733
- "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
734
- "description": "formatOptions",
732
+ "contextPath": {
733
+ "$ref": "#/definitions/sap.ui.model.Context",
734
+ "description": "contextPath",
735
735
  "artifactType": "XMLProperty",
736
736
  "isViewNode": true,
737
737
  "metadata": {
@@ -739,32 +739,25 @@
739
739
  }
740
740
  },
741
741
  "metaPath": {
742
- "type": "string",
743
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
742
+ "$ref": "#/definitions/sap.ui.model.Context",
743
+ "description": "metaPath",
744
744
  "artifactType": "XMLProperty",
745
+ "isViewNode": true,
745
746
  "metadata": {
746
747
  "type": "Property"
747
748
  }
748
749
  },
749
750
  "readOnly": {
750
751
  "type": "boolean",
751
- "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
752
- "artifactType": "XMLProperty",
753
- "metadata": {
754
- "type": "Property"
755
- }
756
- },
757
- "semanticObject": {
758
- "type": "string",
759
- "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
752
+ "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
760
753
  "artifactType": "XMLProperty",
761
754
  "metadata": {
762
755
  "type": "Property"
763
756
  }
764
757
  },
765
- "value": {
766
- "type": "string",
767
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
758
+ "required": {
759
+ "type": "boolean",
760
+ "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
768
761
  "artifactType": "XMLProperty",
769
762
  "metadata": {
770
763
  "type": "Property"
@@ -777,21 +770,33 @@
777
770
  "metadata": {
778
771
  "type": "Property"
779
772
  }
780
- },
781
- "change": {
782
- "type": "string",
783
- "description": "An event containing details is triggered when the value of the field is changed.",
773
+ }
774
+ },
775
+ "additionalProperties": false,
776
+ "metadata": {
777
+ "path": [],
778
+ "type": "Control"
779
+ }
780
+ },
781
+ "sap.fe.macros.Share": {
782
+ "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n&lt;macro:Share\n\tid=\"someID\"\nvisible=\"true\"\n/&gt;\n\n",
783
+ "isViewNode": true,
784
+ "type": "object",
785
+ "properties": {
786
+ "visible": {
787
+ "type": "boolean",
788
+ "description": "Whether the share control should be visible on the screen.",
784
789
  "artifactType": "XMLProperty",
785
790
  "metadata": {
786
- "type": "Event"
791
+ "type": "Property"
787
792
  }
788
793
  },
789
- "liveChange": {
794
+ "id": {
790
795
  "type": "string",
791
- "description": "An event containing details is triggered when the value of the field is live changed.",
796
+ "description": "Unique id of control",
792
797
  "artifactType": "XMLProperty",
793
798
  "metadata": {
794
- "type": "Event"
799
+ "type": "Property"
795
800
  }
796
801
  }
797
802
  },
@@ -801,115 +806,104 @@
801
806
  "type": "Control"
802
807
  }
803
808
  },
804
- "sap.fe.macros.Field": {
805
- "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&lt;macros:Field id=\"MyField\" metaPath=\"MyProperty\" /&gt;\n\n",
809
+ "sap.fe.macros.Table": {
810
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\nUsage example:\n\n&lt;macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n\n",
806
811
  "isViewNode": true,
807
812
  "type": "object",
808
813
  "properties": {
809
- "contextPath": {
810
- "type": "string",
811
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
814
+ "busy": {
815
+ "type": "boolean",
816
+ "description": "An expression that allows you to control the 'busy' state of the table.",
812
817
  "artifactType": "XMLProperty",
813
818
  "metadata": {
814
819
  "type": "Property"
815
820
  }
816
821
  },
817
- "description": {
822
+ "contextPath": {
818
823
  "type": "string",
819
- "description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
824
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
820
825
  "artifactType": "XMLProperty",
821
826
  "metadata": {
822
827
  "type": "Property"
823
828
  }
824
829
  },
825
- "formatOptions": {
826
- "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
827
- "description": "formatOptions",
830
+ "creationMode": {
831
+ "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
832
+ "description": "creationMode",
828
833
  "artifactType": "XMLProperty",
829
834
  "isViewNode": true,
830
835
  "metadata": {
831
836
  "type": "Property"
832
837
  }
833
838
  },
834
- "metaPath": {
835
- "type": "string",
836
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
839
+ "enableAutoColumnWidth": {
840
+ "type": "boolean",
841
+ "description": "Specifies if the column width is automatically calculated.",
837
842
  "artifactType": "XMLProperty",
838
843
  "metadata": {
839
844
  "type": "Property"
840
845
  }
841
846
  },
842
- "readOnly": {
847
+ "enableExport": {
843
848
  "type": "boolean",
844
- "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
849
+ "description": "Controls if the export functionality of the table is enabled or not.",
845
850
  "artifactType": "XMLProperty",
846
851
  "metadata": {
847
852
  "type": "Property"
848
853
  }
849
854
  },
850
- "semanticObject": {
851
- "type": "string",
852
- "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
855
+ "enableFullScreen": {
856
+ "type": "boolean",
857
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
853
858
  "artifactType": "XMLProperty",
854
859
  "metadata": {
855
860
  "type": "Property"
856
861
  }
857
862
  },
858
- "value": {
859
- "type": "string",
860
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
863
+ "enablePaste": {
864
+ "type": "boolean",
865
+ "description": "Controls if the paste functionality of the table is enabled or not.",
861
866
  "artifactType": "XMLProperty",
862
867
  "metadata": {
863
868
  "type": "Property"
864
869
  }
865
870
  },
866
- "id": {
871
+ "filterBar": {
867
872
  "type": "string",
868
- "description": "Unique id of control",
873
+ "description": "ID of the FilterBar building block associated with the table.",
869
874
  "artifactType": "XMLProperty",
870
875
  "metadata": {
871
876
  "type": "Property"
872
877
  }
873
878
  },
874
- "change": {
875
- "type": "string",
876
- "description": "An event containing details is triggered when the value of the field is changed.",
879
+ "frozenColumnCount": {
880
+ "type": "number",
881
+ "description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
877
882
  "artifactType": "XMLProperty",
878
883
  "metadata": {
879
- "type": "Event"
884
+ "type": "Property"
880
885
  }
881
886
  },
882
- "liveChange": {
887
+ "header": {
883
888
  "type": "string",
884
- "description": "An event containing details is triggered when the value of the field is live changed.",
889
+ "description": "Specifies the header text that is shown in the table.",
885
890
  "artifactType": "XMLProperty",
886
891
  "metadata": {
887
- "type": "Event"
888
- }
889
- }
890
- },
891
- "additionalProperties": false,
892
- "metadata": {
893
- "path": [],
894
- "type": "Control"
895
- }
896
- },
897
- "sap.fe.macros.filterBar.FilterBar": {
898
- "description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
899
- "isViewNode": true,
900
- "type": "object",
901
- "properties": {
902
- "contextPath": {
903
- "type": "string",
904
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
892
+ "type": "Property"
893
+ },
894
+ "i18nClassification": "TIT: Header of the table"
895
+ },
896
+ "headerVisible": {
897
+ "type": "boolean",
898
+ "description": "Controls if the header text should be shown or not.",
905
899
  "artifactType": "XMLProperty",
906
900
  "metadata": {
907
901
  "type": "Property"
908
902
  }
909
903
  },
910
- "liveMode": {
904
+ "isSearchable": {
911
905
  "type": "boolean",
912
- "description": "If true, the search is triggered automatically when a filter value is changed.",
906
+ "description": "Defines whether to display the search action.",
913
907
  "artifactType": "XMLProperty",
914
908
  "metadata": {
915
909
  "type": "Property"
@@ -923,25 +917,93 @@
923
917
  "type": "Property"
924
918
  }
925
919
  },
926
- "showClearButton": {
927
- "type": "boolean",
928
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
920
+ "personalization": {
921
+ "anyOf": [
922
+ {
923
+ "type": "boolean"
924
+ },
925
+ {
926
+ "type": "string"
927
+ }
928
+ ],
929
+ "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
929
930
  "artifactType": "XMLProperty",
930
931
  "metadata": {
931
932
  "type": "Property"
932
933
  }
933
934
  },
934
- "showMessages": {
935
+ "readOnly": {
935
936
  "type": "boolean",
936
- "description": "Displays possible errors during the search in a message box",
937
+ "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
937
938
  "artifactType": "XMLProperty",
938
939
  "metadata": {
939
940
  "type": "Property"
940
941
  }
941
942
  },
942
- "visible": {
943
+ "rowCount": {
944
+ "type": "number",
945
+ "description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
946
+ "artifactType": "XMLProperty",
947
+ "metadata": {
948
+ "type": "Property"
949
+ }
950
+ },
951
+ "rowCountMode": {
952
+ "type": "string",
953
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
954
+ "artifactType": "XMLProperty",
955
+ "metadata": {
956
+ "type": "Property"
957
+ },
958
+ "enum": [
959
+ "Auto",
960
+ "Fixed"
961
+ ]
962
+ },
963
+ "selectionMode": {
964
+ "type": "string",
965
+ "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
966
+ "artifactType": "XMLProperty",
967
+ "metadata": {
968
+ "type": "Property"
969
+ },
970
+ "enum": [
971
+ "None",
972
+ "Single",
973
+ "Multi",
974
+ "Auto",
975
+ "ForceMulti",
976
+ "ForceSingle"
977
+ ]
978
+ },
979
+ "type": {
980
+ "type": "string",
981
+ "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable` and `ResponsiveTable`\n",
982
+ "artifactType": "XMLProperty",
983
+ "metadata": {
984
+ "type": "Property"
985
+ },
986
+ "enum": [
987
+ "GridTable",
988
+ "ResponsiveTable"
989
+ ]
990
+ },
991
+ "variantManagement": {
992
+ "type": "string",
993
+ "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
994
+ "artifactType": "XMLProperty",
995
+ "metadata": {
996
+ "type": "Property"
997
+ },
998
+ "enum": [
999
+ "None",
1000
+ "Page",
1001
+ "Control"
1002
+ ]
1003
+ },
1004
+ "widthIncludingColumnHeader": {
943
1005
  "type": "boolean",
944
- "description": "Parameter which sets the visibility of the FilterBar building block",
1006
+ "description": "Indicates if the column header should be a part of the width calculation.",
945
1007
  "artifactType": "XMLProperty",
946
1008
  "metadata": {
947
1009
  "type": "Property"
@@ -955,10 +1017,10 @@
955
1017
  "type": "Property"
956
1018
  }
957
1019
  },
958
- "filterFields": {
1020
+ "actions": {
959
1021
  "type": "object",
960
1022
  "additionalProperties": {
961
- "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
1023
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
962
1024
  },
963
1025
  "isViewNode": true,
964
1026
  "metadata": {
@@ -966,25 +1028,28 @@
966
1028
  "type": "Aggregation"
967
1029
  }
968
1030
  },
969
- "afterClear": {
1031
+ "columns": {
1032
+ "type": "object",
1033
+ "additionalProperties": {
1034
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
1035
+ },
1036
+ "isViewNode": true,
1037
+ "metadata": {
1038
+ "path": [],
1039
+ "type": "Aggregation"
1040
+ }
1041
+ },
1042
+ "rowPress": {
970
1043
  "type": "string",
971
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
1044
+ "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",
972
1045
  "artifactType": "XMLProperty",
973
1046
  "metadata": {
974
1047
  "type": "Event"
975
1048
  }
976
1049
  },
977
- "filterChanged": {
1050
+ "selectionChange": {
978
1051
  "type": "string",
979
- "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
980
- "artifactType": "XMLProperty",
981
- "metadata": {
982
- "type": "Event"
983
- }
984
- },
985
- "search": {
986
- "type": "string",
987
- "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
1052
+ "description": "An event triggered when the selection in the table changes.",
988
1053
  "artifactType": "XMLProperty",
989
1054
  "metadata": {
990
1055
  "type": "Event"
@@ -994,57 +1059,43 @@
994
1059
  "additionalProperties": false,
995
1060
  "metadata": {
996
1061
  "path": [],
997
- "type": "Control"
1062
+ "type": "Control",
1063
+ "defaultAggregation": "columns"
998
1064
  }
999
1065
  },
1000
- "sap.fe.macros.FilterBar": {
1001
- "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n&lt;macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" /&gt;\n\n",
1066
+ "sap.fe.macros.ActionGroup": {
1067
+ "description": "Definition of a actions group to be used inside the table toolbar",
1002
1068
  "isViewNode": true,
1003
1069
  "type": "object",
1004
1070
  "properties": {
1005
- "contextPath": {
1071
+ "text": {
1006
1072
  "type": "string",
1007
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
1008
- "artifactType": "XMLProperty",
1009
- "metadata": {
1010
- "type": "Property"
1011
- }
1012
- },
1013
- "liveMode": {
1014
- "type": "boolean",
1015
- "description": "If true, the search is triggered automatically when a filter value is changed.",
1073
+ "description": "The text that will be displayed for this action group",
1016
1074
  "artifactType": "XMLProperty",
1017
1075
  "metadata": {
1018
1076
  "type": "Property"
1019
- }
1077
+ },
1078
+ "i18nClassification": "BUT: Text of the action group button"
1020
1079
  },
1021
- "metaPath": {
1080
+ "placement": {
1022
1081
  "type": "string",
1023
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
1024
- "artifactType": "XMLProperty",
1025
- "metadata": {
1026
- "type": "Property"
1027
- }
1028
- },
1029
- "showClearButton": {
1030
- "type": "boolean",
1031
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
1082
+ "description": "Defines where this action group should be placed relative to the defined anchor",
1032
1083
  "artifactType": "XMLProperty",
1033
1084
  "metadata": {
1034
1085
  "type": "Property"
1035
1086
  }
1036
1087
  },
1037
- "showMessages": {
1038
- "type": "boolean",
1039
- "description": "Displays possible errors during the search in a message box",
1088
+ "anchor": {
1089
+ "type": "string",
1090
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1040
1091
  "artifactType": "XMLProperty",
1041
1092
  "metadata": {
1042
1093
  "type": "Property"
1043
1094
  }
1044
1095
  },
1045
- "visible": {
1046
- "type": "boolean",
1047
- "description": "Parameter which sets the visibility of the FilterBar building block",
1096
+ "key": {
1097
+ "type": "string",
1098
+ "description": "Unique identifier of the ActionGroup",
1048
1099
  "artifactType": "XMLProperty",
1049
1100
  "metadata": {
1050
1101
  "type": "Property"
@@ -1058,72 +1109,49 @@
1058
1109
  "type": "Property"
1059
1110
  }
1060
1111
  },
1061
- "filterFields": {
1112
+ "actions": {
1062
1113
  "type": "object",
1063
1114
  "additionalProperties": {
1064
- "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
1115
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
1065
1116
  },
1066
1117
  "isViewNode": true,
1067
1118
  "metadata": {
1068
1119
  "path": [],
1069
1120
  "type": "Aggregation"
1070
1121
  }
1071
- },
1072
- "afterClear": {
1073
- "type": "string",
1074
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
1075
- "artifactType": "XMLProperty",
1076
- "metadata": {
1077
- "type": "Event"
1078
- }
1079
- },
1080
- "filterChanged": {
1081
- "type": "string",
1082
- "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
1083
- "artifactType": "XMLProperty",
1084
- "metadata": {
1085
- "type": "Event"
1086
- }
1087
- },
1088
- "search": {
1089
- "type": "string",
1090
- "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
1091
- "artifactType": "XMLProperty",
1092
- "metadata": {
1093
- "type": "Event"
1094
- }
1095
1122
  }
1096
1123
  },
1097
1124
  "additionalProperties": false,
1098
1125
  "metadata": {
1099
1126
  "path": [],
1100
- "type": "Control"
1127
+ "type": "Control",
1128
+ "defaultAggregation": "actions"
1101
1129
  }
1102
1130
  },
1103
- "sap.fe.macros.filterBar.FilterField": {
1104
- "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
1131
+ "sap.fe.macros.chart.Action": {
1132
+ "description": "Definition of a custom action to be used in the chart toolbar",
1105
1133
  "isViewNode": true,
1106
1134
  "type": "object",
1107
1135
  "properties": {
1108
1136
  "anchor": {
1109
1137
  "type": "string",
1110
- "description": "Reference to the key of another filter already displayed in the table to properly place this one",
1138
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
1111
1139
  "artifactType": "XMLProperty",
1112
1140
  "metadata": {
1113
1141
  "type": "Property"
1114
1142
  }
1115
1143
  },
1116
- "key": {
1117
- "type": "string",
1118
- "description": "The property name of the FilterField",
1144
+ "enabled": {
1145
+ "type": "boolean",
1146
+ "description": "Enables or disables the action",
1119
1147
  "artifactType": "XMLProperty",
1120
1148
  "metadata": {
1121
1149
  "type": "Property"
1122
1150
  }
1123
1151
  },
1124
- "label": {
1152
+ "key": {
1125
1153
  "type": "string",
1126
- "description": "The text that will be displayed for this FilterField",
1154
+ "description": "Unique identifier of the action",
1127
1155
  "artifactType": "XMLProperty",
1128
1156
  "metadata": {
1129
1157
  "type": "Property"
@@ -1131,7 +1159,7 @@
1131
1159
  },
1132
1160
  "placement": {
1133
1161
  "type": "string",
1134
- "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1162
+ "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1135
1163
  "artifactType": "XMLProperty",
1136
1164
  "metadata": {
1137
1165
  "type": "Property"
@@ -1141,14 +1169,31 @@
1141
1169
  "Before"
1142
1170
  ]
1143
1171
  },
1144
- "showMessages": {
1172
+ "press": {
1173
+ "type": "string",
1174
+ "description": "Event handler to be called when the user chooses the action",
1175
+ "artifactType": "XMLProperty",
1176
+ "metadata": {
1177
+ "type": "Property"
1178
+ }
1179
+ },
1180
+ "requiresSelection": {
1145
1181
  "type": "boolean",
1146
- "description": "If set, possible errors that occur during the search will be displayed in a message box.",
1182
+ "description": "Defines if the action requires a selection.",
1147
1183
  "artifactType": "XMLProperty",
1148
1184
  "metadata": {
1149
1185
  "type": "Property"
1150
1186
  }
1151
1187
  },
1188
+ "text": {
1189
+ "type": "string",
1190
+ "description": "The text that will be displayed for this action",
1191
+ "artifactType": "XMLProperty",
1192
+ "metadata": {
1193
+ "type": "Property"
1194
+ },
1195
+ "i18nClassification": "BUT: Text of the action button"
1196
+ },
1152
1197
  "id": {
1153
1198
  "type": "string",
1154
1199
  "description": "Unique id of control",
@@ -1164,37 +1209,57 @@
1164
1209
  "type": "Control"
1165
1210
  }
1166
1211
  },
1167
- "sap.fe.macros.Form": {
1168
- "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n&lt;macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" /&gt;\n\n",
1212
+ "sap.fe.macros.chart.ActionGroup": {
1213
+ "description": "Definition of a custom action group to be used inside the chart toolbar",
1169
1214
  "isViewNode": true,
1170
1215
  "type": "object",
1171
1216
  "properties": {
1172
- "contextPath": {
1173
- "$ref": "#/definitions/sap.ui.model.Context",
1174
- "description": "contextPath",
1217
+ "actions": {
1218
+ "$ref": "#/definitions/sap.fe.macros.chart.Action[]",
1219
+ "description": "actions",
1175
1220
  "artifactType": "XMLProperty",
1176
1221
  "isViewNode": true,
1177
1222
  "metadata": {
1178
1223
  "type": "Property"
1179
1224
  }
1180
1225
  },
1181
- "metaPath": {
1182
- "$ref": "#/definitions/sap.ui.model.Context",
1183
- "description": "metaPath",
1226
+ "anchor": {
1227
+ "type": "string",
1228
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1184
1229
  "artifactType": "XMLProperty",
1185
- "isViewNode": true,
1186
1230
  "metadata": {
1187
1231
  "type": "Property"
1188
1232
  }
1189
1233
  },
1190
- "title": {
1234
+ "key": {
1191
1235
  "type": "string",
1192
- "description": "The title of the form control.",
1236
+ "description": "Unique identifier of the action",
1193
1237
  "artifactType": "XMLProperty",
1194
1238
  "metadata": {
1195
1239
  "type": "Property"
1196
1240
  }
1197
1241
  },
1242
+ "placement": {
1243
+ "type": "string",
1244
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1245
+ "artifactType": "XMLProperty",
1246
+ "metadata": {
1247
+ "type": "Property"
1248
+ },
1249
+ "enum": [
1250
+ "After",
1251
+ "Before"
1252
+ ]
1253
+ },
1254
+ "text": {
1255
+ "type": "string",
1256
+ "description": "The text that will be displayed for this action group",
1257
+ "artifactType": "XMLProperty",
1258
+ "metadata": {
1259
+ "type": "Property"
1260
+ },
1261
+ "i18nClassification": "BUT: Text of the action group button"
1262
+ },
1198
1263
  "id": {
1199
1264
  "type": "string",
1200
1265
  "description": "Unique id of control",
@@ -1210,62 +1275,103 @@
1210
1275
  "type": "Control"
1211
1276
  }
1212
1277
  },
1213
- "sap.fe.macros.FormElement": {
1214
- "description": "Building block used to create a form element based on the metadata provided by OData V4.",
1278
+ "sap.fe.macros.FieldFormatOptions": {
1279
+ "description": "Additional format options for the field.",
1215
1280
  "isViewNode": true,
1216
1281
  "type": "object",
1217
1282
  "properties": {
1218
- "contextPath": {
1219
- "$ref": "#/definitions/sap.ui.model.Context",
1220
- "description": "contextPath",
1283
+ "displayMode": {
1284
+ "type": "string",
1285
+ "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
1221
1286
  "artifactType": "XMLProperty",
1222
- "isViewNode": true,
1223
1287
  "metadata": {
1224
1288
  "type": "Property"
1225
- }
1289
+ },
1290
+ "enum": [
1291
+ "Description",
1292
+ "DescriptionValue",
1293
+ "Value",
1294
+ "ValueDescription"
1295
+ ]
1226
1296
  },
1227
- "label": {
1297
+ "measureDisplayMode": {
1228
1298
  "type": "string",
1229
- "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
1299
+ "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
1300
+ "artifactType": "XMLProperty",
1301
+ "metadata": {
1302
+ "type": "Property"
1303
+ },
1304
+ "enum": [
1305
+ "Hidden",
1306
+ "ReadOnly"
1307
+ ]
1308
+ },
1309
+ "showDate": {
1310
+ "type": "boolean",
1311
+ "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1230
1312
  "artifactType": "XMLProperty",
1231
1313
  "metadata": {
1232
1314
  "type": "Property"
1233
1315
  }
1234
1316
  },
1235
- "metaPath": {
1236
- "$ref": "#/definitions/sap.ui.model.Context",
1237
- "description": "metaPath",
1317
+ "showTime": {
1318
+ "type": "boolean",
1319
+ "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1238
1320
  "artifactType": "XMLProperty",
1239
- "isViewNode": true,
1240
1321
  "metadata": {
1241
1322
  "type": "Property"
1242
1323
  }
1243
1324
  },
1244
- "visible": {
1325
+ "showTimezone": {
1245
1326
  "type": "boolean",
1246
- "description": "If set to false, the FormElement is not rendered.",
1327
+ "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1247
1328
  "artifactType": "XMLProperty",
1248
1329
  "metadata": {
1249
1330
  "type": "Property"
1250
1331
  }
1251
1332
  },
1252
- "id": {
1333
+ "textExpandBehaviorDisplay": {
1253
1334
  "type": "string",
1254
- "description": "Unique id of control",
1335
+ "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
1336
+ "artifactType": "XMLProperty",
1337
+ "metadata": {
1338
+ "type": "Property"
1339
+ },
1340
+ "enum": [
1341
+ "InPlace",
1342
+ "Popover"
1343
+ ]
1344
+ },
1345
+ "textLinesEdit": {
1346
+ "type": "number",
1347
+ "description": "Maximum number of lines for multiline texts in edit mode.\n",
1255
1348
  "artifactType": "XMLProperty",
1256
1349
  "metadata": {
1257
1350
  "type": "Property"
1258
1351
  }
1259
1352
  },
1260
- "fields": {
1261
- "type": "object",
1262
- "additionalProperties": {
1263
- "$ref": "#/definitions/sap.ui.core.Control"
1264
- },
1265
- "isViewNode": true,
1353
+ "textMaxCharactersDisplay": {
1354
+ "type": "number",
1355
+ "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
1356
+ "artifactType": "XMLProperty",
1266
1357
  "metadata": {
1267
- "path": [],
1268
- "type": "Aggregation"
1358
+ "type": "Property"
1359
+ }
1360
+ },
1361
+ "textMaxLength": {
1362
+ "type": "number",
1363
+ "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
1364
+ "artifactType": "XMLProperty",
1365
+ "metadata": {
1366
+ "type": "Property"
1367
+ }
1368
+ },
1369
+ "textMaxLines": {
1370
+ "type": "number",
1371
+ "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
1372
+ "artifactType": "XMLProperty",
1373
+ "metadata": {
1374
+ "type": "Property"
1269
1375
  }
1270
1376
  }
1271
1377
  },
@@ -1275,1725 +1381,61 @@
1275
1381
  "type": "Control"
1276
1382
  }
1277
1383
  },
1278
- "sap.fe.macros.MicroChart": {
1279
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
1384
+ "sap.fe.macros.FilterField": {
1385
+ "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
1280
1386
  "isViewNode": true,
1281
1387
  "type": "object",
1282
1388
  "properties": {
1283
- "id": {
1389
+ "anchor": {
1284
1390
  "type": "string",
1285
- "description": "Unique id of control",
1391
+ "description": "Reference to the key of another filter already displayed in the table to properly place this one",
1286
1392
  "artifactType": "XMLProperty",
1287
- "metadata": {
1288
- "type": "Property"
1289
- }
1290
- }
1291
- },
1292
- "additionalProperties": false,
1293
- "metadata": {
1294
- "path": [],
1295
- "type": "Control"
1296
- }
1297
- },
1298
- "sap.fe.macros.microchart.MicroChart": {
1299
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1300
- "isViewNode": true,
1301
- "type": "object",
1302
- "properties": {
1303
- "id": {
1304
- "type": "string",
1305
- "description": "Unique id of control",
1306
- "artifactType": "XMLProperty",
1307
- "metadata": {
1308
- "type": "Property"
1309
- }
1310
- }
1311
- },
1312
- "additionalProperties": false,
1313
- "metadata": {
1314
- "path": [],
1315
- "type": "Control"
1316
- }
1317
- },
1318
- "sap.fe.macros.Paginator": {
1319
- "description": "Building block used to create a paginator control.\nUsage example:\n\n&lt;macros:Paginator /&gt;\n\n",
1320
- "isViewNode": true,
1321
- "type": "object",
1322
- "properties": {
1323
- "ariaTitle": {
1324
- "type": "string",
1325
- "description": "Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard focus on the paginator button.",
1326
- "artifactType": "XMLProperty",
1327
- "metadata": {
1328
- "type": "Property"
1329
- }
1330
- },
1331
- "id": {
1332
- "type": "string",
1333
- "description": "Unique id of control",
1334
- "artifactType": "XMLProperty",
1335
- "metadata": {
1336
- "type": "Property"
1337
- }
1338
- }
1339
- },
1340
- "additionalProperties": false,
1341
- "metadata": {
1342
- "path": [],
1343
- "type": "Control"
1344
- }
1345
- },
1346
- "sap.fe.macros.richtexteditor.ButtonGroup": {
1347
- "description": "Button configurations for the RichTextEditor.",
1348
- "isViewNode": true,
1349
- "type": "object",
1350
- "properties": {
1351
- "buttons": {
1352
- "type": "string",
1353
- "description": "The buttons to be displayed in the group.",
1354
- "artifactType": "XMLProperty",
1355
- "metadata": {
1356
- "type": "Property"
1357
- }
1358
- },
1359
- "customToolbarPriority": {
1360
- "type": "string",
1361
- "description": "The priority of the group in the custom toolbar.",
1362
- "artifactType": "XMLProperty",
1363
- "metadata": {
1364
- "type": "Property"
1365
- }
1366
- },
1367
- "name": {
1368
- "type": "string",
1369
- "description": "The name of the group.",
1370
- "artifactType": "XMLProperty",
1371
- "metadata": {
1372
- "type": "Property"
1373
- }
1374
- },
1375
- "priority": {
1376
- "type": "string",
1377
- "description": "The priority of the group.",
1378
- "artifactType": "XMLProperty",
1379
- "metadata": {
1380
- "type": "Property"
1381
- }
1382
- },
1383
- "visible": {
1384
- "type": "string",
1385
- "description": "Whether the group is visible.",
1386
- "artifactType": "XMLProperty",
1387
- "metadata": {
1388
- "type": "Property"
1389
- }
1390
- },
1391
- "id": {
1392
- "type": "string",
1393
- "description": "Unique id of control",
1394
- "artifactType": "XMLProperty",
1395
- "metadata": {
1396
- "type": "Property"
1397
- }
1398
- }
1399
- },
1400
- "additionalProperties": false,
1401
- "metadata": {
1402
- "path": [],
1403
- "type": "Control"
1404
- }
1405
- },
1406
- "sap.fe.macros.richtexteditor.Plugin": {
1407
- "description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
1408
- "isViewNode": true,
1409
- "type": "object",
1410
- "properties": {
1411
- "name": {
1412
- "type": "string",
1413
- "description": "The plugin name.",
1414
- "artifactType": "XMLProperty",
1415
- "metadata": {
1416
- "type": "Property"
1417
- }
1418
- },
1419
- "id": {
1420
- "type": "string",
1421
- "description": "Unique id of control",
1422
- "artifactType": "XMLProperty",
1423
- "metadata": {
1424
- "type": "Property"
1425
- }
1426
- }
1427
- },
1428
- "additionalProperties": false,
1429
- "metadata": {
1430
- "path": [],
1431
- "type": "Control"
1432
- }
1433
- },
1434
- "sap.fe.macros.RichTextEditorWithMetadata": {
1435
- "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
1436
- "isViewNode": true,
1437
- "type": "object",
1438
- "properties": {
1439
- "buttonGroups": {
1440
- "type": "array",
1441
- "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
1442
- "artifactType": "XMLProperty",
1443
- "metadata": {
1444
- "type": "Property"
1445
- }
1446
- },
1447
- "contextPath": {
1448
- "$ref": "#/definitions/sap.ui.model.Context",
1449
- "description": "contextPath",
1450
- "artifactType": "XMLProperty",
1451
- "isViewNode": true,
1452
- "metadata": {
1453
- "type": "Property"
1454
- }
1455
- },
1456
- "excludeDefaultPlugins": {
1457
- "type": "boolean",
1458
- "description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
1459
- "artifactType": "XMLProperty",
1460
- "metadata": {
1461
- "type": "Property"
1462
- }
1463
- },
1464
- "metaPath": {
1465
- "$ref": "#/definitions/sap.ui.model.Context",
1466
- "description": "metaPath",
1467
- "artifactType": "XMLProperty",
1468
- "isViewNode": true,
1469
- "metadata": {
1470
- "type": "Property"
1471
- }
1472
- },
1473
- "plugins": {
1474
- "type": "array",
1475
- "description": "With the 'plugins' attribute you can customize the plugins that will be loaded by the editor.",
1476
- "artifactType": "XMLProperty",
1477
- "metadata": {
1478
- "type": "Property"
1479
- }
1480
- },
1481
- "readOnly": {
1482
- "type": "boolean",
1483
- "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
1484
- "artifactType": "XMLProperty",
1485
- "metadata": {
1486
- "type": "Property"
1487
- }
1488
- },
1489
- "required": {
1490
- "type": "boolean",
1491
- "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
1492
- "artifactType": "XMLProperty",
1493
- "metadata": {
1494
- "type": "Property"
1495
- }
1496
- },
1497
- "id": {
1498
- "type": "string",
1499
- "description": "Unique id of control",
1500
- "artifactType": "XMLProperty",
1501
- "metadata": {
1502
- "type": "Property"
1503
- }
1504
- }
1505
- },
1506
- "additionalProperties": false,
1507
- "metadata": {
1508
- "path": [],
1509
- "type": "Control"
1510
- }
1511
- },
1512
- "sap.fe.macros.Share": {
1513
- "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n&lt;macros:Share\n\tid=\"someID\"\nvisible=\"true\"\n/&gt;\n\n",
1514
- "isViewNode": true,
1515
- "type": "object",
1516
- "properties": {
1517
- "shareOptions": {
1518
- "type": "object",
1519
- "description": "Supported Share options sap.fe.macros.share.ShareOptions.",
1520
- "artifactType": "XMLProperty",
1521
- "metadata": {
1522
- "type": "Property"
1523
- }
1524
- },
1525
- "visible": {
1526
- "type": "boolean",
1527
- "description": "Whether the share control should be visible on the screen.",
1528
- "artifactType": "XMLProperty",
1529
- "metadata": {
1530
- "type": "Property"
1531
- }
1532
- },
1533
- "id": {
1534
- "type": "string",
1535
- "description": "Unique id of control",
1536
- "artifactType": "XMLProperty",
1537
- "metadata": {
1538
- "type": "Property"
1539
- }
1540
- }
1541
- },
1542
- "additionalProperties": false,
1543
- "metadata": {
1544
- "path": [],
1545
- "type": "Control"
1546
- }
1547
- },
1548
- "sap.fe.macros.table.Action": {
1549
- "description": "Definition of a custom action to be used inside the table toolbar",
1550
- "isViewNode": true,
1551
- "type": "object",
1552
- "properties": {
1553
- "anchor": {
1554
- "type": "string",
1555
- "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
1556
- "artifactType": "XMLProperty",
1557
- "metadata": {
1558
- "type": "Property"
1559
- }
1560
- },
1561
- "enabled": {
1562
- "type": "boolean",
1563
- "description": "Enables or disables the action",
1564
- "artifactType": "XMLProperty",
1565
- "metadata": {
1566
- "type": "Property"
1567
- }
1568
- },
1569
- "key": {
1570
- "type": "string",
1571
- "description": "Unique identifier of the action",
1572
- "artifactType": "XMLProperty",
1573
- "metadata": {
1574
- "type": "Property"
1575
- }
1576
- },
1577
- "placement": {
1578
- "type": "string",
1579
- "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1580
- "artifactType": "XMLProperty",
1581
- "metadata": {
1582
- "type": "Property"
1583
- },
1584
- "enum": [
1585
- "After",
1586
- "Before"
1587
- ]
1588
- },
1589
- "press": {
1590
- "type": "string",
1591
- "description": "Event handler to be called when the user chooses the action",
1592
- "artifactType": "XMLProperty",
1593
- "metadata": {
1594
- "type": "Property"
1595
- }
1596
- },
1597
- "requiresSelection": {
1598
- "type": "boolean",
1599
- "description": "Defines if the action requires a selection.",
1600
- "artifactType": "XMLProperty",
1601
- "metadata": {
1602
- "type": "Property"
1603
- }
1604
- },
1605
- "text": {
1606
- "type": "string",
1607
- "description": "The text that will be displayed for this action",
1608
- "artifactType": "XMLProperty",
1609
- "metadata": {
1610
- "type": "Property"
1611
- }
1612
- },
1613
- "id": {
1614
- "type": "string",
1615
- "description": "Unique id of control",
1616
- "artifactType": "XMLProperty",
1617
- "metadata": {
1618
- "type": "Property"
1619
- }
1620
- }
1621
- },
1622
- "additionalProperties": false,
1623
- "metadata": {
1624
- "path": [],
1625
- "type": "Control"
1626
- }
1627
- },
1628
- "sap.fe.macros.table.ActionGroup": {
1629
- "description": "Definition of a custom ActionGroup to be used inside the table toolbar",
1630
- "isViewNode": true,
1631
- "type": "object",
1632
- "properties": {
1633
- "anchor": {
1634
- "type": "string",
1635
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1636
- "artifactType": "XMLProperty",
1637
- "metadata": {
1638
- "type": "Property"
1639
- }
1640
- },
1641
- "key": {
1642
- "type": "string",
1643
- "description": "Unique identifier of the ActionGroup",
1644
- "artifactType": "XMLProperty",
1645
- "metadata": {
1646
- "type": "Property"
1647
- }
1648
- },
1649
- "placement": {
1650
- "type": "string",
1651
- "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1652
- "artifactType": "XMLProperty",
1653
- "metadata": {
1654
- "type": "Property"
1655
- },
1656
- "enum": [
1657
- "After",
1658
- "Before"
1659
- ]
1660
- },
1661
- "text": {
1662
- "type": "string",
1663
- "description": "The text that will be displayed for this action group",
1664
- "artifactType": "XMLProperty",
1665
- "metadata": {
1666
- "type": "Property"
1667
- }
1668
- },
1669
- "id": {
1670
- "type": "string",
1671
- "description": "Unique id of control",
1672
- "artifactType": "XMLProperty",
1673
- "metadata": {
1674
- "type": "Property"
1675
- }
1676
- },
1677
- "actions": {
1678
- "type": "object",
1679
- "additionalProperties": {
1680
- "$ref": "#/definitions/sap.fe.macros.table.Action"
1681
- },
1682
- "isViewNode": true,
1683
- "metadata": {
1684
- "path": [],
1685
- "type": "Aggregation"
1686
- }
1687
- }
1688
- },
1689
- "additionalProperties": false,
1690
- "metadata": {
1691
- "path": [],
1692
- "type": "Control"
1693
- }
1694
- },
1695
- "sap.fe.macros.table.Column": {
1696
- "description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
1697
- "isViewNode": true,
1698
- "type": "object",
1699
- "properties": {
1700
- "anchor": {
1701
- "type": "string",
1702
- "description": "Reference to the key of another column already displayed in the table to properly place this one",
1703
- "artifactType": "XMLProperty",
1704
- "metadata": {
1705
- "type": "Property"
1706
- }
1707
- },
1708
- "header": {
1709
- "type": "string",
1710
- "description": "The text that will be displayed for this column header",
1711
- "artifactType": "XMLProperty",
1712
- "metadata": {
1713
- "type": "Property"
1714
- }
1715
- },
1716
- "horizontalAlign": {
1717
- "type": "string",
1718
- "description": "Aligns the header as well as the content horizontally",
1719
- "artifactType": "XMLProperty",
1720
- "metadata": {
1721
- "type": "Property"
1722
- }
1723
- },
1724
- "importance": {
1725
- "type": "string",
1726
- "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
1727
- "artifactType": "XMLProperty",
1728
- "metadata": {
1729
- "type": "Property"
1730
- }
1731
- },
1732
- "key": {
1733
- "type": "string",
1734
- "description": "Unique identifier of the column",
1735
- "artifactType": "XMLProperty",
1736
- "metadata": {
1737
- "type": "Property"
1738
- }
1739
- },
1740
- "placement": {
1741
- "type": "string",
1742
- "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1743
- "artifactType": "XMLProperty",
1744
- "metadata": {
1745
- "type": "Property"
1746
- },
1747
- "enum": [
1748
- "After",
1749
- "Before"
1750
- ]
1751
- },
1752
- "width": {
1753
- "type": "string",
1754
- "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1755
- "artifactType": "XMLProperty",
1756
- "metadata": {
1757
- "type": "Property"
1758
- }
1759
- },
1760
- "widthIncludingColumnHeader": {
1761
- "type": "boolean",
1762
- "description": "Indicates if the column header should be a part of the width calculation.",
1763
- "artifactType": "XMLProperty",
1764
- "metadata": {
1765
- "type": "Property"
1766
- }
1767
- },
1768
- "id": {
1769
- "type": "string",
1770
- "description": "Unique id of control",
1771
- "artifactType": "XMLProperty",
1772
- "metadata": {
1773
- "type": "Property"
1774
- }
1775
- }
1776
- },
1777
- "additionalProperties": false,
1778
- "metadata": {
1779
- "path": [],
1780
- "type": "Control"
1781
- }
1782
- },
1783
- "sap.fe.macros.Table": {
1784
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n&lt;macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n\n",
1785
- "isViewNode": true,
1786
- "type": "object",
1787
- "properties": {
1788
- "busy": {
1789
- "type": "boolean",
1790
- "description": "An expression that allows you to control the 'busy' state of the table.",
1791
- "artifactType": "XMLProperty",
1792
- "metadata": {
1793
- "type": "Property"
1794
- }
1795
- },
1796
- "contextPath": {
1797
- "type": "string",
1798
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
1799
- "artifactType": "XMLProperty",
1800
- "metadata": {
1801
- "type": "Property"
1802
- }
1803
- },
1804
- "creationMode": {
1805
- "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
1806
- "description": "creationMode",
1807
- "artifactType": "XMLProperty",
1808
- "isViewNode": true,
1809
- "metadata": {
1810
- "type": "Property"
1811
- }
1812
- },
1813
- "disableCopyToClipboard": {
1814
- "type": "boolean",
1815
- "description": "Controls if the copy functionality of the table is disabled or not.",
1816
- "artifactType": "XMLProperty",
1817
- "metadata": {
1818
- "type": "Property"
1819
- }
1820
- },
1821
- "enableAutoColumnWidth": {
1822
- "type": "boolean",
1823
- "description": "Specifies if the column width is automatically calculated.",
1824
- "artifactType": "XMLProperty",
1825
- "metadata": {
1826
- "type": "Property"
1827
- }
1828
- },
1829
- "enableExport": {
1830
- "type": "boolean",
1831
- "description": "Controls if the export functionality of the table is enabled or not.",
1832
- "artifactType": "XMLProperty",
1833
- "metadata": {
1834
- "type": "Property"
1835
- }
1836
- },
1837
- "enableFullScreen": {
1838
- "type": "boolean",
1839
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
1840
- "artifactType": "XMLProperty",
1841
- "metadata": {
1842
- "type": "Property"
1843
- }
1844
- },
1845
- "enablePaste": {
1846
- "type": "boolean",
1847
- "description": "Controls if the paste functionality of the table is enabled or not.",
1848
- "artifactType": "XMLProperty",
1849
- "metadata": {
1850
- "type": "Property"
1851
- }
1852
- },
1853
- "exportRequestSize": {
1854
- "$ref": "#/definitions/int",
1855
- "description": "exportRequestSize",
1856
- "artifactType": "XMLProperty",
1857
- "isViewNode": true,
1858
- "metadata": {
1859
- "type": "Property"
1860
- }
1861
- },
1862
- "filterBar": {
1863
- "type": "string",
1864
- "description": "ID of the FilterBar building block associated with the table.",
1865
- "artifactType": "XMLProperty",
1866
- "metadata": {
1867
- "type": "Property"
1868
- }
1869
- },
1870
- "frozenColumnCount": {
1871
- "$ref": "#/definitions/int",
1872
- "description": "frozenColumnCount",
1873
- "artifactType": "XMLProperty",
1874
- "isViewNode": true,
1875
- "metadata": {
1876
- "type": "Property"
1877
- }
1878
- },
1879
- "header": {
1880
- "type": "string",
1881
- "description": "Specifies the header text that is shown in the table.",
1882
- "artifactType": "XMLProperty",
1883
- "metadata": {
1884
- "type": "Property"
1885
- }
1886
- },
1887
- "headerVisible": {
1888
- "type": "boolean",
1889
- "description": "Controls if the header text should be shown or not.",
1890
- "artifactType": "XMLProperty",
1891
- "metadata": {
1892
- "type": "Property"
1893
- }
1894
- },
1895
- "ignoredFields": {
1896
- "type": "string",
1897
- "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
1898
- "artifactType": "XMLProperty",
1899
- "metadata": {
1900
- "type": "Property"
1901
- }
1902
- },
1903
- "isSearchable": {
1904
- "type": "boolean",
1905
- "description": "Defines whether to display the search action.",
1906
- "artifactType": "XMLProperty",
1907
- "metadata": {
1908
- "type": "Property"
1909
- }
1910
- },
1911
- "metaPath": {
1912
- "type": "string",
1913
- "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
1914
- "artifactType": "XMLProperty",
1915
- "metadata": {
1916
- "type": "Property"
1917
- }
1918
- },
1919
- "personalization": {
1920
- "type": "string",
1921
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
1922
- "artifactType": "XMLProperty",
1923
- "metadata": {
1924
- "type": "Property"
1925
- }
1926
- },
1927
- "readOnly": {
1928
- "type": "boolean",
1929
- "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
1930
- "artifactType": "XMLProperty",
1931
- "metadata": {
1932
- "type": "Property"
1933
- }
1934
- },
1935
- "rowCount": {
1936
- "$ref": "#/definitions/int",
1937
- "description": "rowCount",
1938
- "artifactType": "XMLProperty",
1939
- "isViewNode": true,
1940
- "metadata": {
1941
- "type": "Property"
1942
- }
1943
- },
1944
- "rowCountMode": {
1945
- "type": "string",
1946
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
1947
- "artifactType": "XMLProperty",
1948
- "metadata": {
1949
- "type": "Property"
1950
- },
1951
- "enum": [
1952
- "Auto",
1953
- "Fixed"
1954
- ]
1955
- },
1956
- "selectionMode": {
1957
- "type": "string",
1958
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
1959
- "artifactType": "XMLProperty",
1960
- "metadata": {
1961
- "type": "Property"
1962
- },
1963
- "enum": [
1964
- "None",
1965
- "Single",
1966
- "Multi",
1967
- "Auto",
1968
- "ForceMulti",
1969
- "ForceSingle"
1970
- ]
1971
- },
1972
- "type": {
1973
- "type": "string",
1974
- "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
1975
- "artifactType": "XMLProperty",
1976
- "metadata": {
1977
- "type": "Property"
1978
- },
1979
- "enum": [
1980
- "GridTable",
1981
- "ResponsiveTable",
1982
- "AnalyticalTable"
1983
- ]
1984
- },
1985
- "variantManagement": {
1986
- "type": "string",
1987
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
1988
- "artifactType": "XMLProperty",
1989
- "metadata": {
1990
- "type": "Property"
1991
- },
1992
- "enum": [
1993
- "None",
1994
- "Page",
1995
- "Control"
1996
- ]
1997
- },
1998
- "widthIncludingColumnHeader": {
1999
- "type": "boolean",
2000
- "description": "Indicates if the column header should be a part of the width calculation.",
2001
- "artifactType": "XMLProperty",
2002
- "metadata": {
2003
- "type": "Property"
2004
- }
2005
- },
2006
- "id": {
2007
- "type": "string",
2008
- "description": "Unique id of control",
2009
- "artifactType": "XMLProperty",
2010
- "metadata": {
2011
- "type": "Property"
2012
- }
2013
- },
2014
- "actions": {
2015
- "type": "object",
2016
- "additionalProperties": {
2017
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2018
- },
2019
- "isViewNode": true,
2020
- "metadata": {
2021
- "path": [],
2022
- "type": "Aggregation"
2023
- }
2024
- },
2025
- "columns": {
2026
- "type": "object",
2027
- "additionalProperties": {
2028
- "$ref": "#/definitions/sap.fe.macros.table.Column"
2029
- },
2030
- "isViewNode": true,
2031
- "metadata": {
2032
- "path": [],
2033
- "type": "Aggregation"
2034
- }
2035
- },
2036
- "beforeRebindTable": {
2037
- "type": "string",
2038
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2039
- "artifactType": "XMLProperty",
2040
- "metadata": {
2041
- "type": "Event"
2042
- }
2043
- },
2044
- "rowPress": {
2045
- "type": "string",
2046
- "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",
2047
- "artifactType": "XMLProperty",
2048
- "metadata": {
2049
- "type": "Event"
2050
- }
2051
- },
2052
- "selectionChange": {
2053
- "type": "string",
2054
- "description": "An event triggered when the selection in the table changes.",
2055
- "artifactType": "XMLProperty",
2056
- "metadata": {
2057
- "type": "Event"
2058
- }
2059
- }
2060
- },
2061
- "additionalProperties": false,
2062
- "metadata": {
2063
- "path": [],
2064
- "type": "Control",
2065
- "defaultAggregation": "columns"
2066
- }
2067
- },
2068
- "sap.fe.macros.table.Table": {
2069
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
2070
- "isViewNode": true,
2071
- "type": "object",
2072
- "properties": {
2073
- "busy": {
2074
- "type": "boolean",
2075
- "description": "An expression that allows you to control the 'busy' state of the table.",
2076
- "artifactType": "XMLProperty",
2077
- "metadata": {
2078
- "type": "Property"
2079
- }
2080
- },
2081
- "contextPath": {
2082
- "type": "string",
2083
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
2084
- "artifactType": "XMLProperty",
2085
- "metadata": {
2086
- "type": "Property"
2087
- }
2088
- },
2089
- "creationMode": {
2090
- "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
2091
- "description": "creationMode",
2092
- "artifactType": "XMLProperty",
2093
- "isViewNode": true,
2094
- "metadata": {
2095
- "type": "Property"
2096
- }
2097
- },
2098
- "disableCopyToClipboard": {
2099
- "type": "boolean",
2100
- "description": "Controls if the copy functionality of the table is disabled or not.",
2101
- "artifactType": "XMLProperty",
2102
- "metadata": {
2103
- "type": "Property"
2104
- }
2105
- },
2106
- "enableAutoColumnWidth": {
2107
- "type": "boolean",
2108
- "description": "Specifies if the column width is automatically calculated.",
2109
- "artifactType": "XMLProperty",
2110
- "metadata": {
2111
- "type": "Property"
2112
- }
2113
- },
2114
- "enableExport": {
2115
- "type": "boolean",
2116
- "description": "Controls if the export functionality of the table is enabled or not.",
2117
- "artifactType": "XMLProperty",
2118
- "metadata": {
2119
- "type": "Property"
2120
- }
2121
- },
2122
- "enableFullScreen": {
2123
- "type": "boolean",
2124
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
2125
- "artifactType": "XMLProperty",
2126
- "metadata": {
2127
- "type": "Property"
2128
- }
2129
- },
2130
- "enablePaste": {
2131
- "type": "boolean",
2132
- "description": "Controls if the paste functionality of the table is enabled or not.",
2133
- "artifactType": "XMLProperty",
2134
- "metadata": {
2135
- "type": "Property"
2136
- }
2137
- },
2138
- "exportRequestSize": {
2139
- "$ref": "#/definitions/int",
2140
- "description": "exportRequestSize",
2141
- "artifactType": "XMLProperty",
2142
- "isViewNode": true,
2143
- "metadata": {
2144
- "type": "Property"
2145
- }
2146
- },
2147
- "filterBar": {
2148
- "type": "string",
2149
- "description": "ID of the FilterBar building block associated with the table.",
2150
- "artifactType": "XMLProperty",
2151
- "metadata": {
2152
- "type": "Property"
2153
- }
2154
- },
2155
- "frozenColumnCount": {
2156
- "$ref": "#/definitions/int",
2157
- "description": "frozenColumnCount",
2158
- "artifactType": "XMLProperty",
2159
- "isViewNode": true,
2160
- "metadata": {
2161
- "type": "Property"
2162
- }
2163
- },
2164
- "header": {
2165
- "type": "string",
2166
- "description": "Specifies the header text that is shown in the table.",
2167
- "artifactType": "XMLProperty",
2168
- "metadata": {
2169
- "type": "Property"
2170
- }
2171
- },
2172
- "headerVisible": {
2173
- "type": "boolean",
2174
- "description": "Controls if the header text should be shown or not.",
2175
- "artifactType": "XMLProperty",
2176
- "metadata": {
2177
- "type": "Property"
2178
- }
2179
- },
2180
- "ignoredFields": {
2181
- "type": "string",
2182
- "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2183
- "artifactType": "XMLProperty",
2184
- "metadata": {
2185
- "type": "Property"
2186
- }
2187
- },
2188
- "isSearchable": {
2189
- "type": "boolean",
2190
- "description": "Defines whether to display the search action.",
2191
- "artifactType": "XMLProperty",
2192
- "metadata": {
2193
- "type": "Property"
2194
- }
2195
- },
2196
- "metaPath": {
2197
- "type": "string",
2198
- "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
2199
- "artifactType": "XMLProperty",
2200
- "metadata": {
2201
- "type": "Property"
2202
- }
2203
- },
2204
- "personalization": {
2205
- "type": "string",
2206
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
2207
- "artifactType": "XMLProperty",
2208
- "metadata": {
2209
- "type": "Property"
2210
- }
2211
- },
2212
- "readOnly": {
2213
- "type": "boolean",
2214
- "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
2215
- "artifactType": "XMLProperty",
2216
- "metadata": {
2217
- "type": "Property"
2218
- }
2219
- },
2220
- "rowCount": {
2221
- "$ref": "#/definitions/int",
2222
- "description": "rowCount",
2223
- "artifactType": "XMLProperty",
2224
- "isViewNode": true,
2225
- "metadata": {
2226
- "type": "Property"
2227
- }
2228
- },
2229
- "rowCountMode": {
2230
- "type": "string",
2231
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
2232
- "artifactType": "XMLProperty",
2233
- "metadata": {
2234
- "type": "Property"
2235
- },
2236
- "enum": [
2237
- "Auto",
2238
- "Fixed"
2239
- ]
2240
- },
2241
- "selectionMode": {
2242
- "type": "string",
2243
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
2244
- "artifactType": "XMLProperty",
2245
- "metadata": {
2246
- "type": "Property"
2247
- },
2248
- "enum": [
2249
- "None",
2250
- "Single",
2251
- "Multi",
2252
- "Auto",
2253
- "ForceMulti",
2254
- "ForceSingle"
2255
- ]
2256
- },
2257
- "type": {
2258
- "type": "string",
2259
- "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
2260
- "artifactType": "XMLProperty",
2261
- "metadata": {
2262
- "type": "Property"
2263
- },
2264
- "enum": [
2265
- "GridTable",
2266
- "ResponsiveTable",
2267
- "AnalyticalTable"
2268
- ]
2269
- },
2270
- "variantManagement": {
2271
- "type": "string",
2272
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
2273
- "artifactType": "XMLProperty",
2274
- "metadata": {
2275
- "type": "Property"
2276
- },
2277
- "const": "Control"
2278
- },
2279
- "widthIncludingColumnHeader": {
2280
- "type": "boolean",
2281
- "description": "Indicates if the column header should be a part of the width calculation.",
2282
- "artifactType": "XMLProperty",
2283
- "metadata": {
2284
- "type": "Property"
2285
- }
2286
- },
2287
- "id": {
2288
- "type": "string",
2289
- "description": "Unique id of control",
2290
- "artifactType": "XMLProperty",
2291
- "metadata": {
2292
- "type": "Property"
2293
- }
2294
- },
2295
- "actions": {
2296
- "type": "object",
2297
- "additionalProperties": {
2298
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2299
- },
2300
- "isViewNode": true,
2301
- "metadata": {
2302
- "path": [],
2303
- "type": "Aggregation"
2304
- }
2305
- },
2306
- "columns": {
2307
- "type": "object",
2308
- "additionalProperties": {
2309
- "$ref": "#/definitions/sap.fe.macros.table.Column"
2310
- },
2311
- "isViewNode": true,
2312
- "metadata": {
2313
- "path": [],
2314
- "type": "Aggregation"
2315
- }
2316
- },
2317
- "beforeRebindTable": {
2318
- "type": "string",
2319
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2320
- "artifactType": "XMLProperty",
2321
- "metadata": {
2322
- "type": "Event"
2323
- }
2324
- },
2325
- "rowPress": {
2326
- "type": "string",
2327
- "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",
2328
- "artifactType": "XMLProperty",
2329
- "metadata": {
2330
- "type": "Event"
2331
- }
2332
- },
2333
- "selectionChange": {
2334
- "type": "string",
2335
- "description": "An event triggered when the selection in the table changes.",
2336
- "artifactType": "XMLProperty",
2337
- "metadata": {
2338
- "type": "Event"
2339
- }
2340
- }
2341
- },
2342
- "additionalProperties": false,
2343
- "metadata": {
2344
- "path": [],
2345
- "type": "Control"
2346
- }
2347
- },
2348
- "sap.fe.macros.table.TableCreationOptions": {
2349
- "description": "Create options for the table.",
2350
- "isViewNode": true,
2351
- "type": "object",
2352
- "properties": {
2353
- "createAtEnd": {
2354
- "type": "boolean",
2355
- "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
2356
- "artifactType": "XMLProperty",
2357
- "metadata": {
2358
- "type": "Property"
2359
- }
2360
- },
2361
- "inlineCreationRowsHiddenInEditMode": {
2362
- "type": "boolean",
2363
- "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
2364
- "artifactType": "XMLProperty",
2365
- "metadata": {
2366
- "type": "Property"
2367
- }
2368
- },
2369
- "name": {
2370
- "type": "string",
2371
- "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2372
- "artifactType": "XMLProperty",
2373
- "metadata": {
2374
- "type": "Property"
2375
- },
2376
- "enum": [
2377
- "External",
2378
- "Inline",
2379
- "InlineCreationRows",
2380
- "NewPage"
2381
- ]
2382
- },
2383
- "outbound": {
2384
- "type": "string",
2385
- "description": "The navigation target where the document is created in case of creationMode 'External'\n",
2386
- "artifactType": "XMLProperty",
2387
- "metadata": {
2388
- "type": "Property"
2389
- }
2390
- },
2391
- "id": {
2392
- "type": "string",
2393
- "description": "Unique id of control",
2394
- "artifactType": "XMLProperty",
2395
- "metadata": {
2396
- "type": "Property"
2397
- }
2398
- }
2399
- },
2400
- "additionalProperties": false,
2401
- "metadata": {
2402
- "path": [],
2403
- "type": "Control"
2404
- }
2405
- },
2406
- "sap.fe.macros.TreeTable": {
2407
- "description": "Building block used to create a tree table based on the metadata provided by OData V4.",
2408
- "isViewNode": true,
2409
- "type": "object",
2410
- "properties": {
2411
- "busy": {
2412
- "type": "boolean",
2413
- "description": "An expression that allows you to control the 'busy' state of the table.",
2414
- "artifactType": "XMLProperty",
2415
- "metadata": {
2416
- "type": "Property"
2417
- }
2418
- },
2419
- "contextPath": {
2420
- "type": "string",
2421
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
2422
- "artifactType": "XMLProperty",
2423
- "metadata": {
2424
- "type": "Property"
2425
- }
2426
- },
2427
- "creationMode": {
2428
- "$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
2429
- "description": "creationMode",
2430
- "artifactType": "XMLProperty",
2431
- "isViewNode": true,
2432
- "metadata": {
2433
- "type": "Property"
2434
- }
2435
- },
2436
- "disableCopyToClipboard": {
2437
- "type": "boolean",
2438
- "description": "Controls if the copy functionality of the table is disabled or not.",
2439
- "artifactType": "XMLProperty",
2440
- "metadata": {
2441
- "type": "Property"
2442
- }
2443
- },
2444
- "enableAutoColumnWidth": {
2445
- "type": "boolean",
2446
- "description": "Specifies if the column width is automatically calculated.",
2447
- "artifactType": "XMLProperty",
2448
- "metadata": {
2449
- "type": "Property"
2450
- }
2451
- },
2452
- "enableExport": {
2453
- "type": "boolean",
2454
- "description": "Controls if the export functionality of the table is enabled or not.",
2455
- "artifactType": "XMLProperty",
2456
- "metadata": {
2457
- "type": "Property"
2458
- }
2459
- },
2460
- "enableFullScreen": {
2461
- "type": "boolean",
2462
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
2463
- "artifactType": "XMLProperty",
2464
- "metadata": {
2465
- "type": "Property"
2466
- }
2467
- },
2468
- "enablePaste": {
2469
- "type": "boolean",
2470
- "description": "Controls if the paste functionality of the table is enabled or not.",
2471
- "artifactType": "XMLProperty",
2472
- "metadata": {
2473
- "type": "Property"
2474
- }
2475
- },
2476
- "exportRequestSize": {
2477
- "$ref": "#/definitions/int",
2478
- "description": "exportRequestSize",
2479
- "artifactType": "XMLProperty",
2480
- "isViewNode": true,
2481
- "metadata": {
2482
- "type": "Property"
2483
- }
2484
- },
2485
- "filterBar": {
2486
- "type": "string",
2487
- "description": "ID of the FilterBar building block associated with the table.",
2488
- "artifactType": "XMLProperty",
2489
- "metadata": {
2490
- "type": "Property"
2491
- }
2492
- },
2493
- "frozenColumnCount": {
2494
- "$ref": "#/definitions/int",
2495
- "description": "frozenColumnCount",
2496
- "artifactType": "XMLProperty",
2497
- "isViewNode": true,
2498
- "metadata": {
2499
- "type": "Property"
2500
- }
2501
- },
2502
- "header": {
2503
- "type": "string",
2504
- "description": "Specifies the header text that is shown in the table.",
2505
- "artifactType": "XMLProperty",
2506
- "metadata": {
2507
- "type": "Property"
2508
- }
2509
- },
2510
- "headerVisible": {
2511
- "type": "boolean",
2512
- "description": "Controls if the header text should be shown or not.",
2513
- "artifactType": "XMLProperty",
2514
- "metadata": {
2515
- "type": "Property"
2516
- }
2517
- },
2518
- "hierarchyQualifier": {
2519
- "type": "string",
2520
- "description": "A set of options that can be configured.",
2521
- "artifactType": "XMLProperty",
2522
- "metadata": {
2523
- "type": "Property"
2524
- }
2525
- },
2526
- "ignoredFields": {
2527
- "type": "string",
2528
- "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2529
- "artifactType": "XMLProperty",
2530
- "metadata": {
2531
- "type": "Property"
2532
- }
2533
- },
2534
- "isMoveToPositionAllowed": {
2535
- "type": "string",
2536
- "description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
2537
- "artifactType": "XMLProperty",
2538
- "metadata": {
2539
- "type": "Property"
2540
- }
2541
- },
2542
- "isNodeMovable": {
2543
- "type": "string",
2544
- "description": "Defines the extension point to control if a node can be dragged.\n",
2545
- "artifactType": "XMLProperty",
2546
- "metadata": {
2547
- "type": "Property"
2548
- }
2549
- },
2550
- "isSearchable": {
2551
- "type": "boolean",
2552
- "description": "Defines whether to display the search action.",
2553
- "artifactType": "XMLProperty",
2554
- "metadata": {
2555
- "type": "Property"
2556
- }
2557
- },
2558
- "metaPath": {
2559
- "type": "string",
2560
- "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
2561
- "artifactType": "XMLProperty",
2562
- "metadata": {
2563
- "type": "Property"
2564
- }
2565
- },
2566
- "personalization": {
2567
- "type": "string",
2568
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
2569
- "artifactType": "XMLProperty",
2570
- "metadata": {
2571
- "type": "Property"
2572
- }
2573
- },
2574
- "readOnly": {
2575
- "type": "boolean",
2576
- "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
2577
- "artifactType": "XMLProperty",
2578
- "metadata": {
2579
- "type": "Property"
2580
- }
2581
- },
2582
- "rowCount": {
2583
- "$ref": "#/definitions/int",
2584
- "description": "rowCount",
2585
- "artifactType": "XMLProperty",
2586
- "isViewNode": true,
2587
- "metadata": {
2588
- "type": "Property"
2589
- }
2590
- },
2591
- "rowCountMode": {
2592
- "type": "string",
2593
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
2594
- "artifactType": "XMLProperty",
2595
- "metadata": {
2596
- "type": "Property"
2597
- },
2598
- "enum": [
2599
- "Auto",
2600
- "Fixed"
2601
- ]
2602
- },
2603
- "selectionMode": {
2604
- "type": "string",
2605
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
2606
- "artifactType": "XMLProperty",
2607
- "metadata": {
2608
- "type": "Property"
2609
- },
2610
- "enum": [
2611
- "None",
2612
- "Single",
2613
- "Multi",
2614
- "Auto",
2615
- "ForceMulti",
2616
- "ForceSingle"
2617
- ]
2618
- },
2619
- "type": {
2620
- "type": "string",
2621
- "description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
2622
- "artifactType": "XMLProperty",
2623
- "metadata": {
2624
- "type": "Property"
2625
- },
2626
- "const": "TreeTable"
2627
- },
2628
- "variantManagement": {
2629
- "type": "string",
2630
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
2631
- "artifactType": "XMLProperty",
2632
- "metadata": {
2633
- "type": "Property"
2634
- },
2635
- "const": "Control"
2636
- },
2637
- "widthIncludingColumnHeader": {
2638
- "type": "boolean",
2639
- "description": "Indicates if the column header should be a part of the width calculation.",
2640
- "artifactType": "XMLProperty",
2641
- "metadata": {
2642
- "type": "Property"
2643
- }
2644
- },
2645
- "id": {
2646
- "type": "string",
2647
- "description": "Unique id of control",
2648
- "artifactType": "XMLProperty",
2649
- "metadata": {
2650
- "type": "Property"
2651
- }
2652
- },
2653
- "actions": {
2654
- "type": "object",
2655
- "additionalProperties": {
2656
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2657
- },
2658
- "isViewNode": true,
2659
- "metadata": {
2660
- "path": [],
2661
- "type": "Aggregation"
2662
- }
2663
- },
2664
- "columns": {
2665
- "type": "object",
2666
- "additionalProperties": {
2667
- "$ref": "#/definitions/sap.fe.macros.table.Column"
2668
- },
2669
- "isViewNode": true,
2670
- "metadata": {
2671
- "path": [],
2672
- "type": "Aggregation"
2673
- }
2674
- },
2675
- "beforeRebindTable": {
2676
- "type": "string",
2677
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2678
- "artifactType": "XMLProperty",
2679
- "metadata": {
2680
- "type": "Event"
2681
- }
2682
- },
2683
- "rowPress": {
2684
- "type": "string",
2685
- "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",
2686
- "artifactType": "XMLProperty",
2687
- "metadata": {
2688
- "type": "Event"
2689
- }
2690
- },
2691
- "selectionChange": {
2692
- "type": "string",
2693
- "description": "An event triggered when the selection in the table changes.",
2694
- "artifactType": "XMLProperty",
2695
- "metadata": {
2696
- "type": "Event"
2697
- }
2698
- }
2699
- },
2700
- "additionalProperties": false,
2701
- "metadata": {
2702
- "path": [],
2703
- "type": "Control"
2704
- }
2705
- },
2706
- "sap.fe.macros.table.TreeTable": {
2707
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/TreeTable\"], function(TreeTable) {\n\t ...\n\t new TreeTable(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
2708
- "isViewNode": true,
2709
- "type": "object",
2710
- "properties": {
2711
- "busy": {
2712
- "type": "boolean",
2713
- "description": "An expression that allows you to control the 'busy' state of the table.",
2714
- "artifactType": "XMLProperty",
2715
- "metadata": {
2716
- "type": "Property"
2717
- }
2718
- },
2719
- "contextPath": {
2720
- "type": "string",
2721
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
2722
- "artifactType": "XMLProperty",
2723
- "metadata": {
2724
- "type": "Property"
2725
- }
2726
- },
2727
- "creationMode": {
2728
- "$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
2729
- "description": "creationMode",
2730
- "artifactType": "XMLProperty",
2731
- "isViewNode": true,
2732
- "metadata": {
2733
- "type": "Property"
2734
- }
2735
- },
2736
- "disableCopyToClipboard": {
2737
- "type": "boolean",
2738
- "description": "Controls if the copy functionality of the table is disabled or not.",
2739
- "artifactType": "XMLProperty",
2740
- "metadata": {
2741
- "type": "Property"
2742
- }
2743
- },
2744
- "enableAutoColumnWidth": {
2745
- "type": "boolean",
2746
- "description": "Specifies if the column width is automatically calculated.",
2747
- "artifactType": "XMLProperty",
2748
- "metadata": {
2749
- "type": "Property"
2750
- }
2751
- },
2752
- "enableExport": {
2753
- "type": "boolean",
2754
- "description": "Controls if the export functionality of the table is enabled or not.",
2755
- "artifactType": "XMLProperty",
2756
- "metadata": {
2757
- "type": "Property"
2758
- }
2759
- },
2760
- "enableFullScreen": {
2761
- "type": "boolean",
2762
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
2763
- "artifactType": "XMLProperty",
2764
- "metadata": {
2765
- "type": "Property"
2766
- }
2767
- },
2768
- "enablePaste": {
2769
- "type": "boolean",
2770
- "description": "Controls if the paste functionality of the table is enabled or not.",
2771
- "artifactType": "XMLProperty",
2772
- "metadata": {
2773
- "type": "Property"
2774
- }
2775
- },
2776
- "exportRequestSize": {
2777
- "$ref": "#/definitions/int",
2778
- "description": "exportRequestSize",
2779
- "artifactType": "XMLProperty",
2780
- "isViewNode": true,
2781
- "metadata": {
2782
- "type": "Property"
2783
- }
2784
- },
2785
- "filterBar": {
2786
- "type": "string",
2787
- "description": "ID of the FilterBar building block associated with the table.",
2788
- "artifactType": "XMLProperty",
2789
- "metadata": {
2790
- "type": "Property"
2791
- }
2792
- },
2793
- "frozenColumnCount": {
2794
- "$ref": "#/definitions/int",
2795
- "description": "frozenColumnCount",
2796
- "artifactType": "XMLProperty",
2797
- "isViewNode": true,
2798
- "metadata": {
2799
- "type": "Property"
2800
- }
2801
- },
2802
- "header": {
2803
- "type": "string",
2804
- "description": "Specifies the header text that is shown in the table.",
2805
- "artifactType": "XMLProperty",
2806
- "metadata": {
2807
- "type": "Property"
2808
- }
2809
- },
2810
- "headerVisible": {
2811
- "type": "boolean",
2812
- "description": "Controls if the header text should be shown or not.",
2813
- "artifactType": "XMLProperty",
2814
- "metadata": {
2815
- "type": "Property"
2816
- }
2817
- },
2818
- "hierarchyQualifier": {
2819
- "type": "string",
2820
- "description": "A set of options that can be configured.",
2821
- "artifactType": "XMLProperty",
2822
- "metadata": {
2823
- "type": "Property"
2824
- }
2825
- },
2826
- "ignoredFields": {
2827
- "type": "string",
2828
- "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2829
- "artifactType": "XMLProperty",
2830
- "metadata": {
2831
- "type": "Property"
2832
- }
2833
- },
2834
- "isMoveToPositionAllowed": {
2835
- "type": "string",
2836
- "description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
2837
- "artifactType": "XMLProperty",
2838
- "metadata": {
2839
- "type": "Property"
2840
- }
2841
- },
2842
- "isNodeMovable": {
2843
- "type": "string",
2844
- "description": "Defines the extension point to control if a node can be dragged.\n",
2845
- "artifactType": "XMLProperty",
2846
- "metadata": {
2847
- "type": "Property"
2848
- }
2849
- },
2850
- "isSearchable": {
2851
- "type": "boolean",
2852
- "description": "Defines whether to display the search action.",
2853
- "artifactType": "XMLProperty",
2854
- "metadata": {
2855
- "type": "Property"
2856
- }
2857
- },
2858
- "metaPath": {
2859
- "type": "string",
2860
- "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
2861
- "artifactType": "XMLProperty",
2862
- "metadata": {
2863
- "type": "Property"
2864
- }
2865
- },
2866
- "personalization": {
2867
- "type": "string",
2868
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
2869
- "artifactType": "XMLProperty",
2870
- "metadata": {
2871
- "type": "Property"
2872
- }
2873
- },
2874
- "readOnly": {
2875
- "type": "boolean",
2876
- "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
2877
- "artifactType": "XMLProperty",
2878
- "metadata": {
2879
- "type": "Property"
2880
- }
2881
- },
2882
- "rowCount": {
2883
- "$ref": "#/definitions/int",
2884
- "description": "rowCount",
2885
- "artifactType": "XMLProperty",
2886
- "isViewNode": true,
2887
- "metadata": {
2888
- "type": "Property"
2889
- }
2890
- },
2891
- "rowCountMode": {
2892
- "type": "string",
2893
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
2894
- "artifactType": "XMLProperty",
2895
- "metadata": {
2896
- "type": "Property"
2897
- },
2898
- "enum": [
2899
- "Auto",
2900
- "Fixed"
2901
- ]
2902
- },
2903
- "selectionMode": {
2904
- "type": "string",
2905
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
2906
- "artifactType": "XMLProperty",
2907
- "metadata": {
2908
- "type": "Property"
2909
- },
2910
- "enum": [
2911
- "None",
2912
- "Single",
2913
- "Multi",
2914
- "Auto",
2915
- "ForceMulti",
2916
- "ForceSingle"
2917
- ]
2918
- },
2919
- "type": {
2920
- "type": "string",
2921
- "description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
2922
- "artifactType": "XMLProperty",
2923
- "metadata": {
2924
- "type": "Property"
2925
- },
2926
- "const": "TreeTable"
2927
- },
2928
- "variantManagement": {
2929
- "type": "string",
2930
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
2931
- "artifactType": "XMLProperty",
2932
- "metadata": {
2933
- "type": "Property"
2934
- },
2935
- "const": "Control"
2936
- },
2937
- "widthIncludingColumnHeader": {
2938
- "type": "boolean",
2939
- "description": "Indicates if the column header should be a part of the width calculation.",
2940
- "artifactType": "XMLProperty",
2941
- "metadata": {
2942
- "type": "Property"
2943
- }
2944
- },
2945
- "id": {
2946
- "type": "string",
2947
- "description": "Unique id of control",
2948
- "artifactType": "XMLProperty",
2949
- "metadata": {
2950
- "type": "Property"
2951
- }
2952
- },
2953
- "actions": {
2954
- "type": "object",
2955
- "additionalProperties": {
2956
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2957
- },
2958
- "isViewNode": true,
2959
- "metadata": {
2960
- "path": [],
2961
- "type": "Aggregation"
1393
+ "metadata": {
1394
+ "type": "Property"
2962
1395
  }
2963
1396
  },
2964
- "columns": {
2965
- "type": "object",
2966
- "additionalProperties": {
2967
- "$ref": "#/definitions/sap.fe.macros.table.Column"
2968
- },
2969
- "isViewNode": true,
1397
+ "key": {
1398
+ "type": "string",
1399
+ "description": "The property name of the FilterField",
1400
+ "artifactType": "XMLProperty",
2970
1401
  "metadata": {
2971
- "path": [],
2972
- "type": "Aggregation"
1402
+ "type": "Property"
2973
1403
  }
2974
1404
  },
2975
- "beforeRebindTable": {
1405
+ "label": {
2976
1406
  "type": "string",
2977
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
1407
+ "description": "The text that will be displayed for this FilterField",
2978
1408
  "artifactType": "XMLProperty",
2979
1409
  "metadata": {
2980
- "type": "Event"
1410
+ "type": "Property"
2981
1411
  }
2982
1412
  },
2983
- "rowPress": {
1413
+ "placement": {
2984
1414
  "type": "string",
2985
- "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",
1415
+ "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
2986
1416
  "artifactType": "XMLProperty",
2987
1417
  "metadata": {
2988
- "type": "Event"
1418
+ "type": "Property"
1419
+ },
1420
+ "enum": [
1421
+ "After",
1422
+ "Before"
1423
+ ]
1424
+ },
1425
+ "showMessages": {
1426
+ "type": "boolean",
1427
+ "description": "If set, possible errors that occur during the search will be displayed in a message box.",
1428
+ "artifactType": "XMLProperty",
1429
+ "metadata": {
1430
+ "type": "Property"
2989
1431
  }
2990
1432
  },
2991
- "selectionChange": {
1433
+ "id": {
2992
1434
  "type": "string",
2993
- "description": "An event triggered when the selection in the table changes.",
1435
+ "description": "Unique id of control",
2994
1436
  "artifactType": "XMLProperty",
2995
1437
  "metadata": {
2996
- "type": "Event"
1438
+ "type": "Property"
2997
1439
  }
2998
1440
  }
2999
1441
  },
@@ -3003,47 +1445,72 @@
3003
1445
  "type": "Control"
3004
1446
  }
3005
1447
  },
3006
- "sap.fe.macros.table.TreeTableCreationOptions": {
3007
- "description": "Create options for the tree table.",
1448
+ "sap.fe.macros.table.Action": {
1449
+ "description": "Definition of a custom action to be used inside the table toolbar",
3008
1450
  "isViewNode": true,
3009
1451
  "type": "object",
3010
1452
  "properties": {
3011
- "createInPlace": {
1453
+ "anchor": {
1454
+ "type": "string",
1455
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
1456
+ "artifactType": "XMLProperty",
1457
+ "metadata": {
1458
+ "type": "Property"
1459
+ }
1460
+ },
1461
+ "enabled": {
3012
1462
  "type": "boolean",
3013
- "description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is 'false' (that is, the new entry is placed as the first child below its parent).\n",
1463
+ "description": "Enables or disables the action",
3014
1464
  "artifactType": "XMLProperty",
3015
1465
  "metadata": {
3016
1466
  "type": "Property"
3017
1467
  }
3018
1468
  },
3019
- "isCreateEnabled": {
1469
+ "key": {
3020
1470
  "type": "string",
3021
- "description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
1471
+ "description": "Unique identifier of the action",
3022
1472
  "artifactType": "XMLProperty",
3023
1473
  "metadata": {
3024
1474
  "type": "Property"
3025
1475
  }
3026
1476
  },
3027
- "name": {
1477
+ "placement": {
3028
1478
  "type": "string",
3029
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `Inline`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
1479
+ "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
3030
1480
  "artifactType": "XMLProperty",
3031
1481
  "metadata": {
3032
1482
  "type": "Property"
3033
1483
  },
3034
1484
  "enum": [
3035
- "Inline",
3036
- "NewPage"
1485
+ "After",
1486
+ "Before"
3037
1487
  ]
3038
1488
  },
3039
- "nodeType": {
3040
- "type": "object",
3041
- "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and label that define a value of the property defined by the propertyName key and its label\n",
1489
+ "press": {
1490
+ "type": "string",
1491
+ "description": "Event handler to be called when the user chooses the action",
1492
+ "artifactType": "XMLProperty",
1493
+ "metadata": {
1494
+ "type": "Property"
1495
+ }
1496
+ },
1497
+ "requiresSelection": {
1498
+ "type": "boolean",
1499
+ "description": "Defines if the action requires a selection.",
3042
1500
  "artifactType": "XMLProperty",
3043
1501
  "metadata": {
3044
1502
  "type": "Property"
3045
1503
  }
3046
1504
  },
1505
+ "text": {
1506
+ "type": "string",
1507
+ "description": "The text that will be displayed for this action",
1508
+ "artifactType": "XMLProperty",
1509
+ "metadata": {
1510
+ "type": "Property"
1511
+ },
1512
+ "i18nClassification": "BUT: Text of the action button"
1513
+ },
3047
1514
  "id": {
3048
1515
  "type": "string",
3049
1516
  "description": "Unique id of control",
@@ -3059,23 +1526,16 @@
3059
1526
  "type": "Control"
3060
1527
  }
3061
1528
  },
3062
- "sap.fe.macros.ActionGroup": {
3063
- "description": "Definition of a actions group to be used inside the table toolbar",
1529
+ "sap.fe.macros.table.ActionGroup": {
1530
+ "description": "Definition of a custom ActionGroup to be used inside the table toolbar",
3064
1531
  "isViewNode": true,
3065
1532
  "type": "object",
3066
1533
  "properties": {
3067
- "text": {
3068
- "type": "string",
3069
- "description": "The text that will be displayed for this action group",
3070
- "artifactType": "XMLProperty",
3071
- "metadata": {
3072
- "type": "Property"
3073
- }
3074
- },
3075
- "placement": {
3076
- "type": "string",
3077
- "description": "Defines where this action group should be placed relative to the defined anchor",
1534
+ "actions": {
1535
+ "$ref": "#/definitions/sap.fe.macros.table.Action[]",
1536
+ "description": "actions",
3078
1537
  "artifactType": "XMLProperty",
1538
+ "isViewNode": true,
3079
1539
  "metadata": {
3080
1540
  "type": "Property"
3081
1541
  }
@@ -3096,144 +1556,170 @@
3096
1556
  "type": "Property"
3097
1557
  }
3098
1558
  },
3099
- "id": {
1559
+ "placement": {
3100
1560
  "type": "string",
3101
- "description": "Unique id of control",
1561
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
3102
1562
  "artifactType": "XMLProperty",
3103
1563
  "metadata": {
3104
1564
  "type": "Property"
3105
- }
1565
+ },
1566
+ "enum": [
1567
+ "After",
1568
+ "Before"
1569
+ ]
3106
1570
  },
3107
- "actions": {
3108
- "type": "object",
3109
- "additionalProperties": {
3110
- "$ref": "#/definitions/sap.fe.macros.table.Action"
1571
+ "text": {
1572
+ "type": "string",
1573
+ "description": "The text that will be displayed for this action group",
1574
+ "artifactType": "XMLProperty",
1575
+ "metadata": {
1576
+ "type": "Property"
3111
1577
  },
3112
- "isViewNode": true,
1578
+ "i18nClassification": "BUT: Text of the action group button"
1579
+ },
1580
+ "id": {
1581
+ "type": "string",
1582
+ "description": "Unique id of control",
1583
+ "artifactType": "XMLProperty",
3113
1584
  "metadata": {
3114
- "path": [],
3115
- "type": "Aggregation"
1585
+ "type": "Property"
3116
1586
  }
3117
1587
  }
3118
1588
  },
3119
1589
  "additionalProperties": false,
3120
1590
  "metadata": {
3121
1591
  "path": [],
3122
- "type": "Control",
3123
- "defaultAggregation": "actions"
1592
+ "type": "Control"
3124
1593
  }
3125
1594
  },
3126
- "sap.fe.macros.FieldFormatOptions": {
3127
- "description": "Additional format options for the field.",
1595
+ "sap.fe.macros.table.Column": {
1596
+ "description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
3128
1597
  "isViewNode": true,
3129
1598
  "type": "object",
3130
1599
  "properties": {
3131
- "displayMode": {
1600
+ "anchor": {
3132
1601
  "type": "string",
3133
- "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
1602
+ "description": "Reference to the key of another column already displayed in the table to properly place this one",
1603
+ "artifactType": "XMLProperty",
1604
+ "metadata": {
1605
+ "type": "Property"
1606
+ }
1607
+ },
1608
+ "header": {
1609
+ "type": "string",
1610
+ "description": "The text that will be displayed for this column header",
3134
1611
  "artifactType": "XMLProperty",
3135
1612
  "metadata": {
3136
1613
  "type": "Property"
3137
1614
  },
3138
- "enum": [
3139
- "Description",
3140
- "DescriptionValue",
3141
- "Value",
3142
- "ValueDescription"
3143
- ]
1615
+ "i18nClassification": "COL: Header of the column"
3144
1616
  },
3145
- "fieldEditStyle": {
3146
- "$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
3147
- "description": "fieldEditStyle",
1617
+ "horizontalAlign": {
1618
+ "$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
1619
+ "description": "horizontalAlign",
3148
1620
  "artifactType": "XMLProperty",
3149
1621
  "isViewNode": true,
3150
1622
  "metadata": {
3151
1623
  "type": "Property"
3152
1624
  }
3153
1625
  },
3154
- "measureDisplayMode": {
1626
+ "importance": {
3155
1627
  "type": "string",
3156
- "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
1628
+ "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
3157
1629
  "artifactType": "XMLProperty",
3158
1630
  "metadata": {
3159
1631
  "type": "Property"
3160
- },
3161
- "enum": [
3162
- "Hidden",
3163
- "ReadOnly"
3164
- ]
1632
+ }
3165
1633
  },
3166
- "radioButtonsHorizontalLayout": {
3167
- "type": "boolean",
3168
- "description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
1634
+ "key": {
1635
+ "type": "string",
1636
+ "description": "Unique identifier of the column",
3169
1637
  "artifactType": "XMLProperty",
3170
1638
  "metadata": {
3171
1639
  "type": "Property"
3172
1640
  }
3173
1641
  },
3174
- "showDate": {
3175
- "type": "boolean",
3176
- "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1642
+ "placement": {
1643
+ "type": "string",
1644
+ "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
3177
1645
  "artifactType": "XMLProperty",
3178
1646
  "metadata": {
3179
1647
  "type": "Property"
3180
- }
1648
+ },
1649
+ "enum": [
1650
+ "After",
1651
+ "Before"
1652
+ ]
3181
1653
  },
3182
- "showTime": {
3183
- "type": "boolean",
3184
- "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1654
+ "width": {
1655
+ "type": "string",
1656
+ "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
3185
1657
  "artifactType": "XMLProperty",
3186
1658
  "metadata": {
3187
1659
  "type": "Property"
3188
1660
  }
3189
1661
  },
3190
- "showTimezone": {
1662
+ "widthIncludingColumnHeader": {
3191
1663
  "type": "boolean",
3192
- "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1664
+ "description": "Indicates if the column header should be a part of the width calculation.",
3193
1665
  "artifactType": "XMLProperty",
3194
1666
  "metadata": {
3195
1667
  "type": "Property"
3196
1668
  }
3197
1669
  },
3198
- "textExpandBehaviorDisplay": {
1670
+ "id": {
3199
1671
  "type": "string",
3200
- "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
1672
+ "description": "Unique id of control",
3201
1673
  "artifactType": "XMLProperty",
3202
1674
  "metadata": {
3203
1675
  "type": "Property"
3204
- },
3205
- "enum": [
3206
- "InPlace",
3207
- "Popover"
3208
- ]
3209
- },
3210
- "textLinesEdit": {
3211
- "type": "number",
3212
- "description": "Maximum number of lines for multiline texts in edit mode.\n",
1676
+ }
1677
+ }
1678
+ },
1679
+ "additionalProperties": false,
1680
+ "metadata": {
1681
+ "path": [],
1682
+ "type": "Control"
1683
+ }
1684
+ },
1685
+ "sap.fe.macros.table.TableCreationOptions": {
1686
+ "description": "Create options for the table.",
1687
+ "isViewNode": true,
1688
+ "type": "object",
1689
+ "properties": {
1690
+ "createAtEnd": {
1691
+ "type": "boolean",
1692
+ "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
3213
1693
  "artifactType": "XMLProperty",
3214
1694
  "metadata": {
3215
1695
  "type": "Property"
3216
1696
  }
3217
1697
  },
3218
- "textMaxCharactersDisplay": {
3219
- "type": "number",
3220
- "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
1698
+ "inlineCreationRowsHiddenInEditMode": {
1699
+ "type": "boolean",
1700
+ "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
3221
1701
  "artifactType": "XMLProperty",
3222
1702
  "metadata": {
3223
1703
  "type": "Property"
3224
1704
  }
3225
1705
  },
3226
- "textMaxLength": {
3227
- "type": "number",
3228
- "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
1706
+ "name": {
1707
+ "type": "string",
1708
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
3229
1709
  "artifactType": "XMLProperty",
3230
1710
  "metadata": {
3231
1711
  "type": "Property"
3232
- }
1712
+ },
1713
+ "enum": [
1714
+ "External",
1715
+ "Inline",
1716
+ "InlineCreationRows",
1717
+ "NewPage"
1718
+ ]
3233
1719
  },
3234
- "textMaxLines": {
3235
- "type": "number",
3236
- "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
1720
+ "outbound": {
1721
+ "type": "string",
1722
+ "description": "The navigation target where the document is created in case of creationMode 'External'\n",
3237
1723
  "artifactType": "XMLProperty",
3238
1724
  "metadata": {
3239
1725
  "type": "Property"
@@ -3245,17 +1731,6 @@
3245
1731
  "path": [],
3246
1732
  "type": "Control"
3247
1733
  }
3248
- },
3249
- "sap.fe.macros.share.ShareOptions": {
3250
- "description": "Share Options.",
3251
- "isViewNode": true,
3252
- "type": "object",
3253
- "properties": {},
3254
- "additionalProperties": false,
3255
- "metadata": {
3256
- "path": [],
3257
- "type": "Control"
3258
- }
3259
1734
  }
3260
1735
  },
3261
1736
  "$schema": "http://json-schema.org/draft-07/schema#"