@sap/ux-specification 1.108.20 → 1.120.1

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.
@@ -3,6 +3,7 @@
3
3
  "metadata": {
4
4
  "namespaces": [
5
5
  "sap.fe.macros",
6
+ "sap.fe.macros.chart",
6
7
  "sap.fe.macros.table"
7
8
  ]
8
9
  },
@@ -18,86 +19,6 @@
18
19
  },
19
20
  "additionalProperties": false,
20
21
  "definitions": {
21
- "sap.fe.macros.FlexibleColumnLayoutActions": {
22
- "description": "Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.Usage example: \n<f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\">\n\t <f:navigationActions>\n\t <macros:FlexibleColumnLayoutActions />\n\t </f:navigationActions>\n</f:DynamicPageTitle>\n<macro:FlexibleColumnLayoutActions />\n",
23
- "isViewNode": true,
24
- "type": "object",
25
- "properties": {
26
- "id": {
27
- "type": "string",
28
- "description": "Unique id of control",
29
- "artifactType": "XMLProperty",
30
- "metadata": {
31
- "type": "Property"
32
- }
33
- }
34
- },
35
- "additionalProperties": false,
36
- "metadata": {
37
- "path": [],
38
- "type": "Control"
39
- }
40
- },
41
- "sap.fe.macros.MicroChart": {
42
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
43
- "isViewNode": true,
44
- "type": "object",
45
- "properties": {
46
- "id": {
47
- "type": "string",
48
- "description": "Unique id of control",
49
- "artifactType": "XMLProperty",
50
- "metadata": {
51
- "type": "Property"
52
- }
53
- }
54
- },
55
- "additionalProperties": false,
56
- "metadata": {
57
- "path": [],
58
- "type": "Control"
59
- }
60
- },
61
- "sap.fe.macros.Paginator": {
62
- "description": "Building block used to create a paginator control.Usage example: \n<macro:Paginator />\n",
63
- "isViewNode": true,
64
- "type": "object",
65
- "properties": {
66
- "id": {
67
- "type": "string",
68
- "description": "Unique id of control",
69
- "artifactType": "XMLProperty",
70
- "metadata": {
71
- "type": "Property"
72
- }
73
- }
74
- },
75
- "additionalProperties": false,
76
- "metadata": {
77
- "path": [],
78
- "type": "Control"
79
- }
80
- },
81
- "sap.fe.macros.Share": {
82
- "description": "Building block used to create the ‘Share’ functionality. Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. If you are consuming this building block in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.Usage example: \n<macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/>\n",
83
- "isViewNode": true,
84
- "type": "object",
85
- "properties": {
86
- "id": {
87
- "type": "string",
88
- "description": "Unique id of control",
89
- "artifactType": "XMLProperty",
90
- "metadata": {
91
- "type": "Property"
92
- }
93
- }
94
- },
95
- "additionalProperties": false,
96
- "metadata": {
97
- "path": [],
98
- "type": "Control"
99
- }
100
- },
101
22
  "sap.fe.macros.MacroAPI": {
102
23
  "description": "Base API control for building blocks.",
103
24
  "isViewNode": true,
@@ -155,9 +76,17 @@
155
76
  "type": "Property"
156
77
  }
157
78
  },
158
- "id": {
79
+ "header": {
159
80
  "type": "string",
160
- "description": "ID of the chart",
81
+ "description": "Specifies the header text that is shown in the chart",
82
+ "artifactType": "XMLProperty",
83
+ "metadata": {
84
+ "type": "Property"
85
+ }
86
+ },
87
+ "headerVisible": {
88
+ "type": "boolean",
89
+ "description": "Controls if the header text should be shown or not",
161
90
  "artifactType": "XMLProperty",
162
91
  "metadata": {
163
92
  "type": "Property"
@@ -165,7 +94,7 @@
165
94
  },
166
95
  "metaPath": {
167
96
  "type": "string",
168
- "description": "Metadata path to the presentation (UI.Chart w or w/o qualifier)",
97
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
169
98
  "artifactType": "XMLProperty",
170
99
  "metadata": {
171
100
  "type": "Property"
@@ -174,24 +103,58 @@
174
103
  "personalization": {
175
104
  "anyOf": [
176
105
  {
177
- "type": "boolean"
106
+ "$ref": "#/definitions/boolean "
178
107
  },
179
108
  {
180
- "type": "string"
109
+ "$ref": "#/definitions/ string"
181
110
  }
182
111
  ],
183
- "description": "Parameter which sets the personalization of the MDC chart",
112
+ "description": "personalization",
184
113
  "artifactType": "XMLProperty",
114
+ "isViewNode": true,
185
115
  "metadata": {
186
116
  "type": "Property"
187
117
  }
188
118
  },
189
119
  "selectionMode": {
190
120
  "type": "string",
191
- "description": "Specifies the selection mode",
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",
192
135
  "artifactType": "XMLProperty",
193
136
  "metadata": {
194
137
  "type": "Property"
138
+ },
139
+ "const": "Control"
140
+ },
141
+ "id": {
142
+ "type": "string",
143
+ "description": "Unique id of control",
144
+ "artifactType": "XMLProperty",
145
+ "metadata": {
146
+ "type": "Property"
147
+ }
148
+ },
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"
195
158
  }
196
159
  },
197
160
  "selectionChange": {
@@ -209,6 +172,26 @@
209
172
  "type": "Control"
210
173
  }
211
174
  },
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",
177
+ "isViewNode": true,
178
+ "type": "object",
179
+ "properties": {
180
+ "id": {
181
+ "type": "string",
182
+ "description": "Unique id of control",
183
+ "artifactType": "XMLProperty",
184
+ "metadata": {
185
+ "type": "Property"
186
+ }
187
+ }
188
+ },
189
+ "additionalProperties": false,
190
+ "metadata": {
191
+ "path": [],
192
+ "type": "Control"
193
+ }
194
+ },
212
195
  "sap.fe.macros.Field": {
213
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",
214
197
  "isViewNode": true,
@@ -231,14 +214,6 @@
231
214
  "type": "Property"
232
215
  }
233
216
  },
234
- "id": {
235
- "type": "string",
236
- "description": "The identifier of the Field control.",
237
- "artifactType": "XMLProperty",
238
- "metadata": {
239
- "type": "Property"
240
- }
241
- },
242
217
  "metaPath": {
243
218
  "type": "string",
244
219
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -263,6 +238,14 @@
263
238
  "type": "Property"
264
239
  }
265
240
  },
241
+ "id": {
242
+ "type": "string",
243
+ "description": "Unique id of control",
244
+ "artifactType": "XMLProperty",
245
+ "metadata": {
246
+ "type": "Property"
247
+ }
248
+ },
266
249
  "change": {
267
250
  "type": "string",
268
251
  "description": "An event containing details is triggered when the value of the field is changed.",
@@ -270,6 +253,14 @@
270
253
  "metadata": {
271
254
  "type": "Event"
272
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
+ }
273
264
  }
274
265
  },
275
266
  "additionalProperties": false,
@@ -291,25 +282,33 @@
291
282
  "type": "Property"
292
283
  }
293
284
  },
294
- "id": {
285
+ "liveMode": {
286
+ "type": "boolean",
287
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
288
+ "artifactType": "XMLProperty",
289
+ "metadata": {
290
+ "type": "Property"
291
+ }
292
+ },
293
+ "metaPath": {
295
294
  "type": "string",
296
- "description": "The identifier of the FilterBar control.",
295
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
297
296
  "artifactType": "XMLProperty",
298
297
  "metadata": {
299
298
  "type": "Property"
300
299
  }
301
300
  },
302
- "liveMode": {
301
+ "showClearButton": {
303
302
  "type": "boolean",
304
- "description": "If true, the search is triggered automatically when a filter value is changed.",
303
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
305
304
  "artifactType": "XMLProperty",
306
305
  "metadata": {
307
306
  "type": "Property"
308
307
  }
309
308
  },
310
- "metaPath": {
311
- "type": "string",
312
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
309
+ "showMessages": {
310
+ "type": "boolean",
311
+ "description": "Displays possible errors during the search in a message box",
313
312
  "artifactType": "XMLProperty",
314
313
  "metadata": {
315
314
  "type": "Property"
@@ -323,6 +322,14 @@
323
322
  "type": "Property"
324
323
  }
325
324
  },
325
+ "id": {
326
+ "type": "string",
327
+ "description": "Unique id of control",
328
+ "artifactType": "XMLProperty",
329
+ "metadata": {
330
+ "type": "Property"
331
+ }
332
+ },
326
333
  "filterFields": {
327
334
  "type": "object",
328
335
  "additionalProperties": {
@@ -334,6 +341,14 @@
334
341
  "type": "Aggregation"
335
342
  }
336
343
  },
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",
348
+ "metadata": {
349
+ "type": "Event"
350
+ }
351
+ },
337
352
  "filterChanged": {
338
353
  "type": "string",
339
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.",
@@ -363,32 +378,34 @@
363
378
  "type": "object",
364
379
  "properties": {
365
380
  "contextPath": {
366
- "type": "string",
367
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
381
+ "$ref": "#/definitions/sap.ui.model.Context",
382
+ "description": "contextPath",
368
383
  "artifactType": "XMLProperty",
384
+ "isViewNode": true,
369
385
  "metadata": {
370
386
  "type": "Property"
371
387
  }
372
388
  },
373
- "id": {
374
- "type": "string",
375
- "description": "The identifier of the form control.",
389
+ "metaPath": {
390
+ "$ref": "#/definitions/sap.ui.model.Context",
391
+ "description": "metaPath",
376
392
  "artifactType": "XMLProperty",
393
+ "isViewNode": true,
377
394
  "metadata": {
378
395
  "type": "Property"
379
396
  }
380
397
  },
381
- "metaPath": {
398
+ "title": {
382
399
  "type": "string",
383
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
400
+ "description": "The title of the form control.",
384
401
  "artifactType": "XMLProperty",
385
402
  "metadata": {
386
403
  "type": "Property"
387
404
  }
388
405
  },
389
- "title": {
406
+ "id": {
390
407
  "type": "string",
391
- "description": "The title of the form control.",
408
+ "description": "Unique id of control",
392
409
  "artifactType": "XMLProperty",
393
410
  "metadata": {
394
411
  "type": "Property"
@@ -401,78 +418,200 @@
401
418
  "type": "Control"
402
419
  }
403
420
  },
404
- "sap.fe.macros.Table": {
405
- "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<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
421
+ "sap.fe.macros.FormElement": {
422
+ "description": "Building block used to create a form element based on the metadata provided by OData V4.",
406
423
  "isViewNode": true,
407
424
  "type": "object",
408
425
  "properties": {
409
- "busy": {
410
- "type": "boolean",
411
- "description": "An expression that allows you to control the 'busy' state of the table.",
426
+ "contextPath": {
427
+ "$ref": "#/definitions/sap.ui.model.Context",
428
+ "description": "contextPath",
412
429
  "artifactType": "XMLProperty",
430
+ "isViewNode": true,
413
431
  "metadata": {
414
432
  "type": "Property"
415
433
  }
416
434
  },
417
- "contextPath": {
435
+ "label": {
418
436
  "type": "string",
419
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
437
+ "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
420
438
  "artifactType": "XMLProperty",
421
439
  "metadata": {
422
440
  "type": "Property"
423
441
  }
424
442
  },
425
- "enableAutoColumnWidth": {
426
- "type": "boolean",
427
- "description": "Specifies the header text that is shown in the table.",
443
+ "metaPath": {
444
+ "$ref": "#/definitions/sap.ui.model.Context",
445
+ "description": "metaPath",
428
446
  "artifactType": "XMLProperty",
447
+ "isViewNode": true,
429
448
  "metadata": {
430
449
  "type": "Property"
431
450
  }
432
451
  },
433
- "enableExport": {
452
+ "visible": {
434
453
  "type": "boolean",
435
- "description": "Controls if the export functionality of the table is enabled or not.",
454
+ "description": "If set to false, the FormElement is not rendered.",
436
455
  "artifactType": "XMLProperty",
437
456
  "metadata": {
438
457
  "type": "Property"
439
458
  }
440
459
  },
441
- "enableFullScreen": {
442
- "type": "boolean",
443
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
460
+ "id": {
461
+ "type": "string",
462
+ "description": "Unique id of control",
444
463
  "artifactType": "XMLProperty",
445
464
  "metadata": {
446
465
  "type": "Property"
447
466
  }
448
467
  },
449
- "enablePaste": {
450
- "type": "boolean",
451
- "description": "Controls if the paste functionality of the table is enabled or not.",
468
+ "fields": {
469
+ "type": "object",
470
+ "additionalProperties": {
471
+ "$ref": "#/definitions/sap.ui.core.Control"
472
+ },
473
+ "isViewNode": true,
474
+ "metadata": {
475
+ "path": [],
476
+ "type": "Aggregation"
477
+ }
478
+ }
479
+ },
480
+ "additionalProperties": false,
481
+ "metadata": {
482
+ "path": [],
483
+ "type": "Control"
484
+ }
485
+ },
486
+ "sap.fe.macros.KPITag": {
487
+ "description": "Building block used to create a KPI tag.",
488
+ "isViewNode": true,
489
+ "type": "object",
490
+ "properties": {
491
+ "number": {
492
+ "type": "number",
493
+ "description": "The Number to be displayed.",
452
494
  "artifactType": "XMLProperty",
453
495
  "metadata": {
454
496
  "type": "Property"
455
497
  }
456
498
  },
457
- "filterBar": {
499
+ "press": {
458
500
  "type": "string",
459
- "description": "ID of the FilterBar building block associated with the table.",
501
+ "description": "An event is triggered when the KPI is pressed.",
460
502
  "artifactType": "XMLProperty",
461
503
  "metadata": {
462
504
  "type": "Property"
463
505
  }
464
506
  },
465
- "header": {
466
- "type": "string",
467
- "description": "Specifies the header text that is shown in the table.",
507
+ "showIcon": {
508
+ "type": "boolean",
509
+ "description": "Set it to `true` if the KPI should display its status icon.",
468
510
  "artifactType": "XMLProperty",
469
511
  "metadata": {
470
512
  "type": "Property"
471
513
  }
472
514
  },
473
- "headerVisible": {
515
+ "status": {
516
+ "type": "string",
517
+ "description": "The Status to be displayed.",
518
+ "artifactType": "XMLProperty",
519
+ "metadata": {
520
+ "type": "Property"
521
+ },
522
+ "enum": [
523
+ "Success",
524
+ "Error",
525
+ "Warning",
526
+ "None",
527
+ "Information"
528
+ ]
529
+ },
530
+ "text": {
531
+ "type": "string",
532
+ "description": "The Text to be displayed.",
533
+ "artifactType": "XMLProperty",
534
+ "metadata": {
535
+ "type": "Property"
536
+ }
537
+ },
538
+ "tooltip": {
539
+ "type": "string",
540
+ "description": "The Tooltip to be displayed.",
541
+ "artifactType": "XMLProperty",
542
+ "metadata": {
543
+ "type": "Property"
544
+ }
545
+ },
546
+ "unit": {
547
+ "type": "string",
548
+ "description": "The Unit of Measure of the number to be displayed.",
549
+ "artifactType": "XMLProperty",
550
+ "metadata": {
551
+ "type": "Property"
552
+ }
553
+ },
554
+ "id": {
555
+ "type": "string",
556
+ "description": "Unique id of control",
557
+ "artifactType": "XMLProperty",
558
+ "metadata": {
559
+ "type": "Property"
560
+ }
561
+ }
562
+ },
563
+ "additionalProperties": false,
564
+ "metadata": {
565
+ "path": [],
566
+ "type": "Control"
567
+ }
568
+ },
569
+ "sap.fe.macros.MicroChart": {
570
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
571
+ "isViewNode": true,
572
+ "type": "object",
573
+ "properties": {
574
+ "id": {
575
+ "type": "string",
576
+ "description": "Unique id of control",
577
+ "artifactType": "XMLProperty",
578
+ "metadata": {
579
+ "type": "Property"
580
+ }
581
+ }
582
+ },
583
+ "additionalProperties": false,
584
+ "metadata": {
585
+ "path": [],
586
+ "type": "Control"
587
+ }
588
+ },
589
+ "sap.fe.macros.MultiValueField": {
590
+ "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",
591
+ "isViewNode": true,
592
+ "type": "object",
593
+ "properties": {
594
+ "contextPath": {
595
+ "$ref": "#/definitions/sap.ui.model.Context",
596
+ "description": "contextPath",
597
+ "artifactType": "XMLProperty",
598
+ "isViewNode": true,
599
+ "metadata": {
600
+ "type": "Property"
601
+ }
602
+ },
603
+ "metaPath": {
604
+ "$ref": "#/definitions/sap.ui.model.Context",
605
+ "description": "metaPath",
606
+ "artifactType": "XMLProperty",
607
+ "isViewNode": true,
608
+ "metadata": {
609
+ "type": "Property"
610
+ }
611
+ },
612
+ "readOnly": {
474
613
  "type": "boolean",
475
- "description": "Controls if the header text should be shown or not.",
614
+ "description": "The readOnly flag",
476
615
  "artifactType": "XMLProperty",
477
616
  "metadata": {
478
617
  "type": "Property"
@@ -480,23 +619,278 @@
480
619
  },
481
620
  "id": {
482
621
  "type": "string",
483
- "description": "The identifier of the table control.",
622
+ "description": "Unique id of control",
623
+ "artifactType": "XMLProperty",
624
+ "metadata": {
625
+ "type": "Property"
626
+ }
627
+ }
628
+ },
629
+ "additionalProperties": false,
630
+ "metadata": {
631
+ "path": [],
632
+ "type": "Control"
633
+ }
634
+ },
635
+ "sap.fe.macros.Paginator": {
636
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
637
+ "isViewNode": true,
638
+ "type": "object",
639
+ "properties": {
640
+ "id": {
641
+ "type": "string",
642
+ "description": "Unique id of control",
643
+ "artifactType": "XMLProperty",
644
+ "metadata": {
645
+ "type": "Property"
646
+ }
647
+ }
648
+ },
649
+ "additionalProperties": false,
650
+ "metadata": {
651
+ "path": [],
652
+ "type": "Control"
653
+ }
654
+ },
655
+ "sap.fe.macros.RichTextEditor": {
656
+ "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",
657
+ "isViewNode": true,
658
+ "type": "object",
659
+ "properties": {
660
+ "buttonGroups": {
661
+ "type": "array",
662
+ "description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
484
663
  "artifactType": "XMLProperty",
485
664
  "metadata": {
486
665
  "type": "Property"
487
666
  }
488
667
  },
489
- "isSearchable": {
668
+ "readOnly": {
490
669
  "type": "boolean",
491
- "description": "Defines whether to display the search action.",
670
+ "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.",
671
+ "artifactType": "XMLProperty",
672
+ "metadata": {
673
+ "type": "Property"
674
+ }
675
+ },
676
+ "required": {
677
+ "type": "boolean",
678
+ "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
679
+ "artifactType": "XMLProperty",
680
+ "metadata": {
681
+ "type": "Property"
682
+ }
683
+ },
684
+ "value": {
685
+ "type": "string",
686
+ "description": "The value contained in the editor. You can use this attribute to set a default value.",
687
+ "artifactType": "XMLProperty",
688
+ "metadata": {
689
+ "type": "Property"
690
+ }
691
+ },
692
+ "id": {
693
+ "type": "string",
694
+ "description": "Unique id of control",
695
+ "artifactType": "XMLProperty",
696
+ "metadata": {
697
+ "type": "Property"
698
+ }
699
+ }
700
+ },
701
+ "additionalProperties": false,
702
+ "metadata": {
703
+ "path": [],
704
+ "type": "Control"
705
+ }
706
+ },
707
+ "sap.fe.macros.RichTextEditorWithMetadata": {
708
+ "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",
709
+ "isViewNode": true,
710
+ "type": "object",
711
+ "properties": {
712
+ "buttonGroups": {
713
+ "type": "array",
714
+ "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
715
+ "artifactType": "XMLProperty",
716
+ "metadata": {
717
+ "type": "Property"
718
+ }
719
+ },
720
+ "contextPath": {
721
+ "$ref": "#/definitions/sap.ui.model.Context",
722
+ "description": "contextPath",
723
+ "artifactType": "XMLProperty",
724
+ "isViewNode": true,
725
+ "metadata": {
726
+ "type": "Property"
727
+ }
728
+ },
729
+ "metaPath": {
730
+ "$ref": "#/definitions/sap.ui.model.Context",
731
+ "description": "metaPath",
732
+ "artifactType": "XMLProperty",
733
+ "isViewNode": true,
734
+ "metadata": {
735
+ "type": "Property"
736
+ }
737
+ },
738
+ "readOnly": {
739
+ "type": "boolean",
740
+ "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.",
741
+ "artifactType": "XMLProperty",
742
+ "metadata": {
743
+ "type": "Property"
744
+ }
745
+ },
746
+ "required": {
747
+ "type": "boolean",
748
+ "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
749
+ "artifactType": "XMLProperty",
750
+ "metadata": {
751
+ "type": "Property"
752
+ }
753
+ },
754
+ "id": {
755
+ "type": "string",
756
+ "description": "Unique id of control",
757
+ "artifactType": "XMLProperty",
758
+ "metadata": {
759
+ "type": "Property"
760
+ }
761
+ }
762
+ },
763
+ "additionalProperties": false,
764
+ "metadata": {
765
+ "path": [],
766
+ "type": "Control"
767
+ }
768
+ },
769
+ "sap.fe.macros.Share": {
770
+ "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<macro:Share\n\tid=\"someID\"\nvisible=\"true\"\n/>\n\n",
771
+ "isViewNode": true,
772
+ "type": "object",
773
+ "properties": {
774
+ "visible": {
775
+ "type": "boolean",
776
+ "description": "Whether the share control should be visible on the screen.",
777
+ "artifactType": "XMLProperty",
778
+ "metadata": {
779
+ "type": "Property"
780
+ }
781
+ },
782
+ "id": {
783
+ "type": "string",
784
+ "description": "Unique id of control",
785
+ "artifactType": "XMLProperty",
786
+ "metadata": {
787
+ "type": "Property"
788
+ }
789
+ }
790
+ },
791
+ "additionalProperties": false,
792
+ "metadata": {
793
+ "path": [],
794
+ "type": "Control"
795
+ }
796
+ },
797
+ "sap.fe.macros.Table": {
798
+ "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<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
799
+ "isViewNode": true,
800
+ "type": "object",
801
+ "properties": {
802
+ "busy": {
803
+ "type": "boolean",
804
+ "description": "An expression that allows you to control the 'busy' state of the table.",
805
+ "artifactType": "XMLProperty",
806
+ "metadata": {
807
+ "type": "Property"
808
+ }
809
+ },
810
+ "contextPath": {
811
+ "type": "string",
812
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
492
813
  "artifactType": "XMLProperty",
493
814
  "metadata": {
494
815
  "type": "Property"
495
816
  }
496
817
  },
497
- "menu": {
818
+ "creationMode": {
819
+ "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
820
+ "description": "creationMode",
821
+ "artifactType": "XMLProperty",
822
+ "isViewNode": true,
823
+ "metadata": {
824
+ "type": "Property"
825
+ }
826
+ },
827
+ "enableAutoColumnWidth": {
828
+ "type": "boolean",
829
+ "description": "Specifies if the column width is automatically calculated.",
830
+ "artifactType": "XMLProperty",
831
+ "metadata": {
832
+ "type": "Property"
833
+ }
834
+ },
835
+ "enableExport": {
836
+ "type": "boolean",
837
+ "description": "Controls if the export functionality of the table is enabled or not.",
838
+ "artifactType": "XMLProperty",
839
+ "metadata": {
840
+ "type": "Property"
841
+ }
842
+ },
843
+ "enableFullScreen": {
844
+ "type": "boolean",
845
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
846
+ "artifactType": "XMLProperty",
847
+ "metadata": {
848
+ "type": "Property"
849
+ }
850
+ },
851
+ "enablePaste": {
852
+ "type": "boolean",
853
+ "description": "Controls if the paste functionality of the table is enabled or not.",
854
+ "artifactType": "XMLProperty",
855
+ "metadata": {
856
+ "type": "Property"
857
+ }
858
+ },
859
+ "filterBar": {
860
+ "type": "string",
861
+ "description": "ID of the FilterBar building block associated with the table.",
862
+ "artifactType": "XMLProperty",
863
+ "metadata": {
864
+ "type": "Property"
865
+ }
866
+ },
867
+ "frozenColumnCount": {
868
+ "type": "number",
869
+ "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",
870
+ "artifactType": "XMLProperty",
871
+ "metadata": {
872
+ "type": "Property"
873
+ }
874
+ },
875
+ "header": {
498
876
  "type": "string",
499
- "description": "Groups menu actions by key.",
877
+ "description": "Specifies the header text that is shown in the table.",
878
+ "artifactType": "XMLProperty",
879
+ "metadata": {
880
+ "type": "Property"
881
+ }
882
+ },
883
+ "headerVisible": {
884
+ "type": "boolean",
885
+ "description": "Controls if the header text should be shown or not.",
886
+ "artifactType": "XMLProperty",
887
+ "metadata": {
888
+ "type": "Property"
889
+ }
890
+ },
891
+ "isSearchable": {
892
+ "type": "boolean",
893
+ "description": "Defines whether to display the search action.",
500
894
  "artifactType": "XMLProperty",
501
895
  "metadata": {
502
896
  "type": "Property"
@@ -513,121 +907,292 @@
513
907
  "personalization": {
514
908
  "anyOf": [
515
909
  {
516
- "type": "boolean"
910
+ "$ref": "#/definitions/boolean "
517
911
  },
518
912
  {
519
- "type": "string"
913
+ "$ref": "#/definitions/ string"
520
914
  }
521
915
  ],
522
- "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",
916
+ "description": "personalization",
917
+ "artifactType": "XMLProperty",
918
+ "isViewNode": true,
919
+ "metadata": {
920
+ "type": "Property"
921
+ }
922
+ },
923
+ "readOnly": {
924
+ "type": "boolean",
925
+ "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",
926
+ "artifactType": "XMLProperty",
927
+ "metadata": {
928
+ "type": "Property"
929
+ }
930
+ },
931
+ "rowCount": {
932
+ "type": "number",
933
+ "description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
934
+ "artifactType": "XMLProperty",
935
+ "metadata": {
936
+ "type": "Property"
937
+ }
938
+ },
939
+ "rowCountMode": {
940
+ "type": "string",
941
+ "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",
942
+ "artifactType": "XMLProperty",
943
+ "metadata": {
944
+ "type": "Property"
945
+ },
946
+ "enum": [
947
+ "Auto",
948
+ "Fixed"
949
+ ]
950
+ },
951
+ "selectionMode": {
952
+ "type": "string",
953
+ "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",
954
+ "artifactType": "XMLProperty",
955
+ "metadata": {
956
+ "type": "Property"
957
+ },
958
+ "enum": [
959
+ "None",
960
+ "Single",
961
+ "Multi",
962
+ "Auto",
963
+ "ForceMulti",
964
+ "ForceSingle"
965
+ ]
966
+ },
967
+ "type": {
968
+ "type": "string",
969
+ "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",
970
+ "artifactType": "XMLProperty",
971
+ "metadata": {
972
+ "type": "Property"
973
+ },
974
+ "enum": [
975
+ "GridTable",
976
+ "ResponsiveTable"
977
+ ]
978
+ },
979
+ "variantManagement": {
980
+ "type": "string",
981
+ "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",
982
+ "artifactType": "XMLProperty",
983
+ "metadata": {
984
+ "type": "Property"
985
+ },
986
+ "const": "Control"
987
+ },
988
+ "widthIncludingColumnHeader": {
989
+ "type": "boolean",
990
+ "description": "Indicates if the column header should be a part of the width calculation.",
991
+ "artifactType": "XMLProperty",
992
+ "metadata": {
993
+ "type": "Property"
994
+ }
995
+ },
996
+ "id": {
997
+ "type": "string",
998
+ "description": "Unique id of control",
999
+ "artifactType": "XMLProperty",
1000
+ "metadata": {
1001
+ "type": "Property"
1002
+ }
1003
+ },
1004
+ "actions": {
1005
+ "type": "object",
1006
+ "additionalProperties": {
1007
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
1008
+ },
1009
+ "isViewNode": true,
1010
+ "metadata": {
1011
+ "path": [],
1012
+ "type": "Aggregation"
1013
+ }
1014
+ },
1015
+ "columns": {
1016
+ "type": "object",
1017
+ "additionalProperties": {
1018
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
1019
+ },
1020
+ "isViewNode": true,
1021
+ "metadata": {
1022
+ "path": [],
1023
+ "type": "Aggregation"
1024
+ }
1025
+ },
1026
+ "rowPress": {
1027
+ "type": "string",
1028
+ "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",
1029
+ "artifactType": "XMLProperty",
1030
+ "metadata": {
1031
+ "type": "Event"
1032
+ }
1033
+ },
1034
+ "selectionChange": {
1035
+ "type": "string",
1036
+ "description": "An event triggered when the selection in the table changes.",
1037
+ "artifactType": "XMLProperty",
1038
+ "metadata": {
1039
+ "type": "Event"
1040
+ }
1041
+ }
1042
+ },
1043
+ "additionalProperties": false,
1044
+ "metadata": {
1045
+ "path": [],
1046
+ "type": "Control",
1047
+ "defaultAggregation": "columns"
1048
+ }
1049
+ },
1050
+ "sap.fe.macros.ActionGroup": {
1051
+ "description": "Definition of a actions group to be used inside the table toolbar",
1052
+ "isViewNode": true,
1053
+ "type": "object",
1054
+ "properties": {
1055
+ "text": {
1056
+ "type": "string",
1057
+ "description": "The text that will be displayed for this action group",
1058
+ "artifactType": "XMLProperty",
1059
+ "metadata": {
1060
+ "type": "Property"
1061
+ }
1062
+ },
1063
+ "placement": {
1064
+ "type": "string",
1065
+ "description": "Defines where this action group should be placed relative to the defined anchor",
1066
+ "artifactType": "XMLProperty",
1067
+ "metadata": {
1068
+ "type": "Property"
1069
+ }
1070
+ },
1071
+ "anchor": {
1072
+ "type": "string",
1073
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1074
+ "artifactType": "XMLProperty",
1075
+ "metadata": {
1076
+ "type": "Property"
1077
+ }
1078
+ },
1079
+ "key": {
1080
+ "type": "string",
1081
+ "description": "Unique identifier of the ActionGroup",
1082
+ "artifactType": "XMLProperty",
1083
+ "metadata": {
1084
+ "type": "Property"
1085
+ }
1086
+ },
1087
+ "id": {
1088
+ "type": "string",
1089
+ "description": "Unique id of control",
1090
+ "artifactType": "XMLProperty",
1091
+ "metadata": {
1092
+ "type": "Property"
1093
+ }
1094
+ },
1095
+ "actions": {
1096
+ "type": "object",
1097
+ "additionalProperties": {
1098
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
1099
+ },
1100
+ "isViewNode": true,
1101
+ "metadata": {
1102
+ "path": [],
1103
+ "type": "Aggregation"
1104
+ }
1105
+ }
1106
+ },
1107
+ "additionalProperties": false,
1108
+ "metadata": {
1109
+ "path": [],
1110
+ "type": "Control",
1111
+ "defaultAggregation": "actions"
1112
+ }
1113
+ },
1114
+ "sap.fe.macros.chart.Action": {
1115
+ "description": "Definition of a custom action to be used in the chart toolbar",
1116
+ "isViewNode": true,
1117
+ "type": "object",
1118
+ "properties": {
1119
+ "anchor": {
1120
+ "type": "string",
1121
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
523
1122
  "artifactType": "XMLProperty",
524
1123
  "metadata": {
525
1124
  "type": "Property"
526
1125
  }
527
1126
  },
528
- "readOnly": {
1127
+ "enabled": {
529
1128
  "type": "boolean",
530
- "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",
1129
+ "description": "Enables or disables the action",
531
1130
  "artifactType": "XMLProperty",
532
1131
  "metadata": {
533
1132
  "type": "Property"
534
1133
  }
535
1134
  },
536
- "selectionMode": {
1135
+ "key": {
537
1136
  "type": "string",
538
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
1137
+ "description": "Unique identifier of the action",
539
1138
  "artifactType": "XMLProperty",
540
1139
  "metadata": {
541
1140
  "type": "Property"
542
1141
  }
543
1142
  },
544
- "type": {
1143
+ "placement": {
545
1144
  "type": "string",
546
- "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",
1145
+ "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
547
1146
  "artifactType": "XMLProperty",
548
1147
  "metadata": {
549
1148
  "type": "Property"
550
- }
1149
+ },
1150
+ "enum": [
1151
+ "After",
1152
+ "Before"
1153
+ ]
551
1154
  },
552
- "variantManagement": {
1155
+ "press": {
553
1156
  "type": "string",
554
- "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",
1157
+ "description": "Event handler to be called when the user chooses the action",
555
1158
  "artifactType": "XMLProperty",
556
1159
  "metadata": {
557
1160
  "type": "Property"
558
1161
  }
559
1162
  },
560
- "title": {
561
- "type": "string",
562
- "description": "The text that will be displayed for table title",
1163
+ "requiresSelection": {
1164
+ "type": "boolean",
1165
+ "description": "Defines if the action requires a selection.",
563
1166
  "artifactType": "XMLProperty",
564
1167
  "metadata": {
565
1168
  "type": "Property"
566
1169
  }
567
1170
  },
568
- "actions": {
569
- "type": "object",
570
- "additionalProperties": {
571
- "$ref": "#/definitions/sap.fe.macros.table.Action"
572
- },
573
- "isViewNode": true,
574
- "metadata": {
575
- "path": [],
576
- "type": "Aggregation"
577
- }
578
- },
579
- "columns": {
580
- "type": "object",
581
- "additionalProperties": {
582
- "$ref": "#/definitions/sap.fe.macros.table.Column"
583
- },
584
- "isViewNode": true,
585
- "metadata": {
586
- "path": [],
587
- "type": "Aggregation"
588
- }
589
- },
590
- "rowPress": {
591
- "type": "string",
592
- "description": "An event triggered when the user chooses a row; the event contains information about which row was chosen.\nYou can set this in order to handle the navigation manually.\n",
593
- "artifactType": "XMLProperty",
594
- "metadata": {
595
- "type": "Event"
596
- }
597
- },
598
- "selectionChange": {
1171
+ "text": {
599
1172
  "type": "string",
600
- "description": "An event triggered when the selection in the table changes.",
1173
+ "description": "The text that will be displayed for this action",
601
1174
  "artifactType": "XMLProperty",
602
1175
  "metadata": {
603
- "type": "Event"
1176
+ "type": "Property"
604
1177
  }
605
1178
  }
606
1179
  },
607
1180
  "additionalProperties": false,
608
1181
  "metadata": {
609
1182
  "path": [],
610
- "type": "Control",
611
- "defaultAggregation": "columns"
1183
+ "type": "Control"
612
1184
  }
613
1185
  },
614
- "sap.fe.macros.ActionGroup": {
615
- "description": "Definition of a actions group to be used inside the table toolbar",
1186
+ "sap.fe.macros.chart.ActionGroup": {
1187
+ "description": "Definition of a custom action group to be used inside the chart toolbar",
616
1188
  "isViewNode": true,
617
1189
  "type": "object",
618
1190
  "properties": {
619
- "text": {
620
- "type": "string",
621
- "description": "The text that will be displayed for this action group",
622
- "artifactType": "XMLProperty",
623
- "metadata": {
624
- "type": "Property"
625
- }
626
- },
627
- "placement": {
628
- "type": "string",
629
- "description": "Defines where this action group should be placed relative to the defined anchor",
1191
+ "actions": {
1192
+ "$ref": "#/definitions/sap.fe.macros.chart.Action[]",
1193
+ "description": "actions",
630
1194
  "artifactType": "XMLProperty",
1195
+ "isViewNode": true,
631
1196
  "metadata": {
632
1197
  "type": "Property"
633
1198
  }
@@ -642,37 +1207,37 @@
642
1207
  },
643
1208
  "key": {
644
1209
  "type": "string",
645
- "description": "Unique identifier of the ActionGroup",
1210
+ "description": "Unique identifier of the action",
646
1211
  "artifactType": "XMLProperty",
647
1212
  "metadata": {
648
1213
  "type": "Property"
649
1214
  }
650
1215
  },
651
- "id": {
1216
+ "placement": {
652
1217
  "type": "string",
653
- "description": "Unique id of control",
1218
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
654
1219
  "artifactType": "XMLProperty",
655
1220
  "metadata": {
656
1221
  "type": "Property"
657
- }
658
- },
659
- "actions": {
660
- "type": "object",
661
- "additionalProperties": {
662
- "$ref": "#/definitions/sap.fe.macros.table.Action"
663
1222
  },
664
- "isViewNode": true,
1223
+ "enum": [
1224
+ "After",
1225
+ "Before"
1226
+ ]
1227
+ },
1228
+ "text": {
1229
+ "type": "string",
1230
+ "description": "The text that will be displayed for this action group",
1231
+ "artifactType": "XMLProperty",
665
1232
  "metadata": {
666
- "path": [],
667
- "type": "Aggregation"
1233
+ "type": "Property"
668
1234
  }
669
1235
  }
670
1236
  },
671
1237
  "additionalProperties": false,
672
1238
  "metadata": {
673
1239
  "path": [],
674
- "type": "Control",
675
- "defaultAggregation": "actions"
1240
+ "type": "Control"
676
1241
  }
677
1242
  },
678
1243
  "sap.fe.macros.FieldFormatOptions": {
@@ -682,16 +1247,50 @@
682
1247
  "properties": {
683
1248
  "displayMode": {
684
1249
  "type": "string",
685
- "description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
1250
+ "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
686
1251
  "artifactType": "XMLProperty",
687
1252
  "metadata": {
688
1253
  "type": "Property"
689
- }
1254
+ },
1255
+ "enum": [
1256
+ "Description",
1257
+ "DescriptionValue",
1258
+ "Value",
1259
+ "ValueDescription"
1260
+ ]
690
1261
  },
691
1262
  "measureDisplayMode": {
692
1263
  "type": "string",
693
1264
  "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
694
1265
  "artifactType": "XMLProperty",
1266
+ "metadata": {
1267
+ "type": "Property"
1268
+ },
1269
+ "enum": [
1270
+ "Hidden",
1271
+ "ReadOnly"
1272
+ ]
1273
+ },
1274
+ "showDate": {
1275
+ "type": "boolean",
1276
+ "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",
1277
+ "artifactType": "XMLProperty",
1278
+ "metadata": {
1279
+ "type": "Property"
1280
+ }
1281
+ },
1282
+ "showTime": {
1283
+ "type": "boolean",
1284
+ "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",
1285
+ "artifactType": "XMLProperty",
1286
+ "metadata": {
1287
+ "type": "Property"
1288
+ }
1289
+ },
1290
+ "showTimezone": {
1291
+ "type": "boolean",
1292
+ "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",
1293
+ "artifactType": "XMLProperty",
695
1294
  "metadata": {
696
1295
  "type": "Property"
697
1296
  }
@@ -702,7 +1301,11 @@
702
1301
  "artifactType": "XMLProperty",
703
1302
  "metadata": {
704
1303
  "type": "Property"
705
- }
1304
+ },
1305
+ "enum": [
1306
+ "InPlace",
1307
+ "Popover"
1308
+ ]
706
1309
  },
707
1310
  "textLinesEdit": {
708
1311
  "type": "number",
@@ -720,6 +1323,14 @@
720
1323
  "type": "Property"
721
1324
  }
722
1325
  },
1326
+ "textMaxLength": {
1327
+ "type": "number",
1328
+ "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",
1329
+ "artifactType": "XMLProperty",
1330
+ "metadata": {
1331
+ "type": "Property"
1332
+ }
1333
+ },
723
1334
  "textMaxLines": {
724
1335
  "type": "number",
725
1336
  "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
@@ -863,6 +1474,63 @@
863
1474
  "type": "Control"
864
1475
  }
865
1476
  },
1477
+ "sap.fe.macros.table.ActionGroup": {
1478
+ "description": "Definition of a custom ActionGroup to be used inside the table toolbar",
1479
+ "isViewNode": true,
1480
+ "type": "object",
1481
+ "properties": {
1482
+ "actions": {
1483
+ "$ref": "#/definitions/sap.fe.macros.table.Action[]",
1484
+ "description": "actions",
1485
+ "artifactType": "XMLProperty",
1486
+ "isViewNode": true,
1487
+ "metadata": {
1488
+ "type": "Property"
1489
+ }
1490
+ },
1491
+ "anchor": {
1492
+ "type": "string",
1493
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1494
+ "artifactType": "XMLProperty",
1495
+ "metadata": {
1496
+ "type": "Property"
1497
+ }
1498
+ },
1499
+ "key": {
1500
+ "type": "string",
1501
+ "description": "Unique identifier of the ActionGroup",
1502
+ "artifactType": "XMLProperty",
1503
+ "metadata": {
1504
+ "type": "Property"
1505
+ }
1506
+ },
1507
+ "placement": {
1508
+ "type": "string",
1509
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1510
+ "artifactType": "XMLProperty",
1511
+ "metadata": {
1512
+ "type": "Property"
1513
+ },
1514
+ "enum": [
1515
+ "After",
1516
+ "Before"
1517
+ ]
1518
+ },
1519
+ "text": {
1520
+ "type": "string",
1521
+ "description": "The text that will be displayed for this action group",
1522
+ "artifactType": "XMLProperty",
1523
+ "metadata": {
1524
+ "type": "Property"
1525
+ }
1526
+ }
1527
+ },
1528
+ "additionalProperties": false,
1529
+ "metadata": {
1530
+ "path": [],
1531
+ "type": "Control"
1532
+ }
1533
+ },
866
1534
  "sap.fe.macros.table.Column": {
867
1535
  "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",
868
1536
  "isViewNode": true,
@@ -884,9 +1552,18 @@
884
1552
  "type": "Property"
885
1553
  }
886
1554
  },
1555
+ "horizontalAlign": {
1556
+ "$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
1557
+ "description": "horizontalAlign",
1558
+ "artifactType": "XMLProperty",
1559
+ "isViewNode": true,
1560
+ "metadata": {
1561
+ "type": "Property"
1562
+ }
1563
+ },
887
1564
  "importance": {
888
1565
  "type": "string",
889
- "description": "Defines the column importance\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
1566
+ "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
890
1567
  "artifactType": "XMLProperty",
891
1568
  "metadata": {
892
1569
  "type": "Property"
@@ -911,6 +1588,72 @@
911
1588
  "After",
912
1589
  "Before"
913
1590
  ]
1591
+ },
1592
+ "width": {
1593
+ "type": "string",
1594
+ "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1595
+ "artifactType": "XMLProperty",
1596
+ "metadata": {
1597
+ "type": "Property"
1598
+ }
1599
+ },
1600
+ "widthIncludingColumnHeader": {
1601
+ "type": "boolean",
1602
+ "description": "Indicates if the column header should be a part of the width calculation.",
1603
+ "artifactType": "XMLProperty",
1604
+ "metadata": {
1605
+ "type": "Property"
1606
+ }
1607
+ }
1608
+ },
1609
+ "additionalProperties": false,
1610
+ "metadata": {
1611
+ "path": [],
1612
+ "type": "Control"
1613
+ }
1614
+ },
1615
+ "sap.fe.macros.table.TableCreationOptions": {
1616
+ "description": "Create options for the table.",
1617
+ "isViewNode": true,
1618
+ "type": "object",
1619
+ "properties": {
1620
+ "createAtEnd": {
1621
+ "type": "boolean",
1622
+ "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",
1623
+ "artifactType": "XMLProperty",
1624
+ "metadata": {
1625
+ "type": "Property"
1626
+ }
1627
+ },
1628
+ "inlineCreationRowsHiddenInEditMode": {
1629
+ "type": "boolean",
1630
+ "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",
1631
+ "artifactType": "XMLProperty",
1632
+ "metadata": {
1633
+ "type": "Property"
1634
+ }
1635
+ },
1636
+ "name": {
1637
+ "type": "string",
1638
+ "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",
1639
+ "artifactType": "XMLProperty",
1640
+ "metadata": {
1641
+ "type": "Property"
1642
+ },
1643
+ "enum": [
1644
+ "External",
1645
+ "Inline",
1646
+ "InlineCreationRows",
1647
+ "NewPage"
1648
+ ]
1649
+ },
1650
+ "outbound": {
1651
+ "type": "string",
1652
+ "description": "The navigation target where the document is created in case of creationMode 'External'\n",
1653
+ "artifactType": "XMLProperty",
1654
+ "metadata": {
1655
+ "type": "Property"
1656
+ }
914
1657
  }
915
1658
  },
916
1659
  "additionalProperties": false,