@sap/ux-specification 1.102.26 → 1.102.27

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 (77) hide show
  1. package/CHANGELOG.md +597 -0
  2. package/dist/documentation/runDocu-min.js +19 -18
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +184 -171
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/package.json +27 -25
  17. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
  18. package/dist/schemas/v2/ApplicationV2.json +1 -3
  19. package/dist/schemas/v2/ListReportConfig.json +8 -24
  20. package/dist/schemas/v2/ObjectPageConfig.json +10 -30
  21. package/dist/schemas/v2/OverviewPageConfig.json +8 -24
  22. package/dist/schemas/v4/BuildingBlocksConfig.json +436 -79
  23. package/dist/schemas/v4/ObjectPageConfig.json +3 -9
  24. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  25. package/dist/src/sync/common/decoration/control.js +1 -0
  26. package/dist/src/sync/common/decoration/control.js.map +1 -1
  27. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.js +64 -66
  29. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  30. package/dist/src/sync/common/generate/utils.d.ts +7 -0
  31. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/generate/utils.js +29 -11
  33. package/dist/src/sync/common/generate/utils.js.map +1 -1
  34. package/dist/src/sync/common/utils.d.ts +1 -1
  35. package/dist/src/sync/common/utils.d.ts.map +1 -1
  36. package/dist/src/sync/common/utils.js +17 -14
  37. package/dist/src/sync/common/utils.js.map +1 -1
  38. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  39. package/dist/src/sync/v2/export/export.js +9 -1
  40. package/dist/src/sync/v2/export/export.js.map +1 -1
  41. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  42. package/dist/src/sync/v2/generate/listReport.js +1 -1
  43. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  44. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  45. package/dist/src/sync/v2/generate/objectPage.js +60 -62
  46. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  47. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  48. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  49. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  50. package/dist/src/sync/v2/generate/utils.d.ts +1 -1
  51. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  52. package/dist/src/sync/v2/generate/utils.js +11 -10
  53. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  54. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/import/pages/analyticalListPage.js +4 -27
  56. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  57. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  58. package/dist/src/sync/v2/import/pages/listReport.js +15 -29
  59. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  60. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  61. package/dist/src/sync/v2/import/pages/objectPage.js +35 -25
  62. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  63. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  64. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  65. package/dist/src/sync/v2/import/utils.js +76 -8
  66. package/dist/src/sync/v2/import/utils.js.map +1 -1
  67. package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
  68. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  69. package/dist/src/sync/v4/generate/listReport.js +44 -45
  70. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  71. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  72. package/dist/src/sync/v4/generate/objectPage.js +6 -2
  73. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  74. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  75. package/dist/src/sync/v4/utils/utils.js +2 -1
  76. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  77. package/package.json +27 -25
@@ -12,52 +12,8 @@
12
12
  },
13
13
  "additionalProperties": false,
14
14
  "definitions": {
15
- "sap.fe.macros.FlexibleColumnLayoutActions": {
16
- "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",
17
- "isViewNode": true,
18
- "type": "object",
19
- "properties": {},
20
- "additionalProperties": false,
21
- "metadata": {
22
- "path": [],
23
- "type": "Control"
24
- }
25
- },
26
- "sap.fe.macros.MicroChart": {
27
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
28
- "isViewNode": true,
29
- "type": "object",
30
- "properties": {},
31
- "additionalProperties": false,
32
- "metadata": {
33
- "path": [],
34
- "type": "Control"
35
- }
36
- },
37
- "sap.fe.macros.Paginator": {
38
- "description": "Building block used to create a paginator control.Usage example: \n<macro:Paginator />\n",
39
- "isViewNode": true,
40
- "type": "object",
41
- "properties": {},
42
- "additionalProperties": false,
43
- "metadata": {
44
- "path": [],
45
- "type": "Control"
46
- }
47
- },
48
- "sap.fe.macros.Share": {
49
- "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 macro 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",
50
- "isViewNode": true,
51
- "type": "object",
52
- "properties": {},
53
- "additionalProperties": false,
54
- "metadata": {
55
- "path": [],
56
- "type": "Control"
57
- }
58
- },
59
15
  "sap.fe.macros.MacroAPI": {
60
- "description": "Base API control for macros.",
16
+ "description": "Base API control for building blocks.",
61
17
  "isViewNode": true,
62
18
  "type": "object",
63
19
  "properties": {
@@ -105,6 +61,22 @@
105
61
  "type": "Property"
106
62
  }
107
63
  },
64
+ "header": {
65
+ "type": "string",
66
+ "description": "Specifies the header text that is shown in the chart",
67
+ "artifactType": "XMLProperty",
68
+ "metadata": {
69
+ "type": "Property"
70
+ }
71
+ },
72
+ "headerVisible": {
73
+ "type": "boolean",
74
+ "description": "Controls if the header text should be shown or not",
75
+ "artifactType": "XMLProperty",
76
+ "metadata": {
77
+ "type": "Property"
78
+ }
79
+ },
108
80
  "id": {
109
81
  "type": "string",
110
82
  "description": "ID of the chart",
@@ -115,7 +87,7 @@
115
87
  },
116
88
  "metaPath": {
117
89
  "type": "string",
118
- "description": "Metadata path to the presentation (UI.Chart w or w/o qualifier)",
90
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
119
91
  "artifactType": "XMLProperty",
120
92
  "metadata": {
121
93
  "type": "Property"
@@ -124,26 +96,46 @@
124
96
  "personalization": {
125
97
  "anyOf": [
126
98
  {
127
- "type": "boolean"
99
+ "$ref": "#/definitions/boolean "
128
100
  },
129
101
  {
130
- "type": "string"
102
+ "$ref": "#/definitions/ string"
131
103
  }
132
104
  ],
133
- "description": "Parameter which sets the personalization of the MDC chart",
105
+ "description": "personalization",
134
106
  "artifactType": "XMLProperty",
107
+ "isViewNode": true,
135
108
  "metadata": {
136
109
  "type": "Property"
137
110
  }
138
111
  },
139
112
  "selectionMode": {
140
113
  "type": "string",
141
- "description": "Specifies the selection mode",
114
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
115
+ "artifactType": "XMLProperty",
116
+ "metadata": {
117
+ "type": "Property"
118
+ }
119
+ },
120
+ "variantManagement": {
121
+ "type": "string",
122
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\n\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\n\nIf not set with any value, variant management control is not available for this chart.\n",
142
123
  "artifactType": "XMLProperty",
143
124
  "metadata": {
144
125
  "type": "Property"
145
126
  }
146
127
  },
128
+ "actions": {
129
+ "type": "object",
130
+ "additionalProperties": {
131
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
132
+ },
133
+ "isViewNode": true,
134
+ "metadata": {
135
+ "path": [],
136
+ "type": "Aggregation"
137
+ }
138
+ },
147
139
  "selectionChange": {
148
140
  "type": "string",
149
141
  "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.",
@@ -228,6 +220,17 @@
228
220
  "type": "Control"
229
221
  }
230
222
  },
223
+ "sap.fe.macros.field.TextAreaEx": {
224
+ "description": "Extension of the TextArea control to add a check for the maximum length when setting the value.",
225
+ "isViewNode": true,
226
+ "type": "object",
227
+ "properties": {},
228
+ "additionalProperties": false,
229
+ "metadata": {
230
+ "path": [],
231
+ "type": "Control"
232
+ }
233
+ },
231
234
  "sap.fe.macros.FilterBar": {
232
235
  "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",
233
236
  "isViewNode": true,
@@ -249,6 +252,14 @@
249
252
  "type": "Property"
250
253
  }
251
254
  },
255
+ "liveMode": {
256
+ "type": "boolean",
257
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
258
+ "artifactType": "XMLProperty",
259
+ "metadata": {
260
+ "type": "Property"
261
+ }
262
+ },
252
263
  "metaPath": {
253
264
  "type": "string",
254
265
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -257,6 +268,30 @@
257
268
  "type": "Property"
258
269
  }
259
270
  },
271
+ "showClearButton": {
272
+ "type": "boolean",
273
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
274
+ "artifactType": "XMLProperty",
275
+ "metadata": {
276
+ "type": "Property"
277
+ }
278
+ },
279
+ "showMessages": {
280
+ "type": "boolean",
281
+ "description": "Displays possible errors during the search in a message box",
282
+ "artifactType": "XMLProperty",
283
+ "metadata": {
284
+ "type": "Property"
285
+ }
286
+ },
287
+ "visible": {
288
+ "type": "boolean",
289
+ "description": "Parameter which sets the visibility of the FilterBar building block",
290
+ "artifactType": "XMLProperty",
291
+ "metadata": {
292
+ "type": "Property"
293
+ }
294
+ },
260
295
  "filterFields": {
261
296
  "type": "object",
262
297
  "additionalProperties": {
@@ -268,6 +303,14 @@
268
303
  "type": "Aggregation"
269
304
  }
270
305
  },
306
+ "afterClear": {
307
+ "type": "string",
308
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
309
+ "artifactType": "XMLProperty",
310
+ "metadata": {
311
+ "type": "Event"
312
+ }
313
+ },
271
314
  "filterChanged": {
272
315
  "type": "string",
273
316
  "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.",
@@ -297,9 +340,10 @@
297
340
  "type": "object",
298
341
  "properties": {
299
342
  "contextPath": {
300
- "type": "string",
301
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
343
+ "$ref": "#/definitions/sap.ui.model.Context",
344
+ "description": "contextPath",
302
345
  "artifactType": "XMLProperty",
346
+ "isViewNode": true,
303
347
  "metadata": {
304
348
  "type": "Property"
305
349
  }
@@ -313,9 +357,10 @@
313
357
  }
314
358
  },
315
359
  "metaPath": {
316
- "type": "string",
317
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
360
+ "$ref": "#/definitions/sap.ui.model.Context",
361
+ "description": "metaPath",
318
362
  "artifactType": "XMLProperty",
363
+ "isViewNode": true,
319
364
  "metadata": {
320
365
  "type": "Property"
321
366
  }
@@ -335,6 +380,102 @@
335
380
  "type": "Control"
336
381
  }
337
382
  },
383
+ "sap.fe.macros.FormElement": {
384
+ "description": "Building block used to create a form element based on the metadata provided by OData V4.",
385
+ "isViewNode": true,
386
+ "type": "object",
387
+ "properties": {
388
+ "contextPath": {
389
+ "$ref": "#/definitions/sap.ui.model.Context",
390
+ "description": "contextPath",
391
+ "artifactType": "XMLProperty",
392
+ "isViewNode": true,
393
+ "metadata": {
394
+ "type": "Property"
395
+ }
396
+ },
397
+ "id": {
398
+ "type": "string",
399
+ "description": "The identifier of the FormElement building block.",
400
+ "artifactType": "XMLProperty",
401
+ "metadata": {
402
+ "type": "Property"
403
+ }
404
+ },
405
+ "label": {
406
+ "type": "string",
407
+ "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
408
+ "artifactType": "XMLProperty",
409
+ "metadata": {
410
+ "type": "Property"
411
+ }
412
+ },
413
+ "metaPath": {
414
+ "$ref": "#/definitions/sap.ui.model.Context",
415
+ "description": "metaPath",
416
+ "artifactType": "XMLProperty",
417
+ "isViewNode": true,
418
+ "metadata": {
419
+ "type": "Property"
420
+ }
421
+ },
422
+ "visible": {
423
+ "type": "boolean",
424
+ "description": "If set to false, the FormElement is not rendered.",
425
+ "artifactType": "XMLProperty",
426
+ "metadata": {
427
+ "type": "Property"
428
+ }
429
+ },
430
+ "fields": {
431
+ "type": "object",
432
+ "additionalProperties": {
433
+ "$ref": "#/definitions/sap.ui.core.Control"
434
+ },
435
+ "isViewNode": true,
436
+ "metadata": {
437
+ "path": [],
438
+ "type": "Aggregation"
439
+ }
440
+ }
441
+ },
442
+ "additionalProperties": false,
443
+ "metadata": {
444
+ "path": [],
445
+ "type": "Control"
446
+ }
447
+ },
448
+ "sap.fe.macros.MicroChart": {
449
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
450
+ "isViewNode": true,
451
+ "type": "object",
452
+ "properties": {},
453
+ "additionalProperties": false,
454
+ "metadata": {
455
+ "path": [],
456
+ "type": "Control"
457
+ }
458
+ },
459
+ "sap.fe.macros.Paginator": {
460
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
461
+ "isViewNode": true,
462
+ "type": "object",
463
+ "properties": {
464
+ "id": {
465
+ "type": "string",
466
+ "description": "The identifier of the Paginator control.",
467
+ "artifactType": "XMLProperty",
468
+ "metadata": {
469
+ "type": "Property"
470
+ }
471
+ }
472
+ },
473
+ "additionalProperties": false,
474
+ "metadata": {
475
+ "path": [],
476
+ "type": "Control"
477
+ }
478
+ },
338
479
  "sap.fe.macros.Table": {
339
480
  "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",
340
481
  "isViewNode": true,
@@ -358,7 +499,7 @@
358
499
  },
359
500
  "enableAutoColumnWidth": {
360
501
  "type": "boolean",
361
- "description": "Specifies the header text that is shown in the table.",
502
+ "description": "Specifies if the column width is automatically calculated.",
362
503
  "artifactType": "XMLProperty",
363
504
  "metadata": {
364
505
  "type": "Property"
@@ -396,6 +537,14 @@
396
537
  "type": "Property"
397
538
  }
398
539
  },
540
+ "frozenColumnCount": {
541
+ "type": "number",
542
+ "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",
543
+ "artifactType": "XMLProperty",
544
+ "metadata": {
545
+ "type": "Property"
546
+ }
547
+ },
399
548
  "header": {
400
549
  "type": "string",
401
550
  "description": "Specifies the header text that is shown in the table.",
@@ -447,14 +596,15 @@
447
596
  "personalization": {
448
597
  "anyOf": [
449
598
  {
450
- "type": "boolean"
599
+ "$ref": "#/definitions/boolean "
451
600
  },
452
601
  {
453
- "type": "string"
602
+ "$ref": "#/definitions/ string"
454
603
  }
455
604
  ],
456
- "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.\n\nIf it is set to `false`, personalization is disabled.\n\n\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.\n\nAvailable options are:\n\n - Sort\n\n - Column\n\n - Filter\n\n",
605
+ "description": "personalization",
457
606
  "artifactType": "XMLProperty",
607
+ "isViewNode": true,
458
608
  "metadata": {
459
609
  "type": "Property"
460
610
  }
@@ -469,7 +619,7 @@
469
619
  },
470
620
  "selectionMode": {
471
621
  "type": "string",
472
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
622
+ "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`. If not set to 'None', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\n",
473
623
  "artifactType": "XMLProperty",
474
624
  "metadata": {
475
625
  "type": "Property"
@@ -485,7 +635,7 @@
485
635
  },
486
636
  "variantManagement": {
487
637
  "type": "string",
488
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed values are `Page`, `Control` and `None`.\n\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.\n\nOtherwise it's `None`.\n",
638
+ "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\n\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\n\nIf not set with any value, control level variant management is not available for this table.\n",
489
639
  "artifactType": "XMLProperty",
490
640
  "metadata": {
491
641
  "type": "Property"
@@ -523,7 +673,7 @@
523
673
  },
524
674
  "rowPress": {
525
675
  "type": "string",
526
- "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",
676
+ "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",
527
677
  "artifactType": "XMLProperty",
528
678
  "metadata": {
529
679
  "type": "Event"
@@ -591,6 +741,127 @@
591
741
  "type": "Control"
592
742
  }
593
743
  },
744
+ "sap.fe.macros.chart.Action": {
745
+ "description": "Definition of a custom action to be used inside the chart toolbar",
746
+ "isViewNode": true,
747
+ "type": "object",
748
+ "properties": {
749
+ "anchor": {
750
+ "type": "string",
751
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
752
+ "artifactType": "XMLProperty",
753
+ "metadata": {
754
+ "type": "Property"
755
+ }
756
+ },
757
+ "enabled": {
758
+ "type": "boolean",
759
+ "description": "Enables or disables the action",
760
+ "artifactType": "XMLProperty",
761
+ "metadata": {
762
+ "type": "Property"
763
+ }
764
+ },
765
+ "key": {
766
+ "type": "string",
767
+ "description": "Unique identifier of the action",
768
+ "artifactType": "XMLProperty",
769
+ "metadata": {
770
+ "type": "Property"
771
+ }
772
+ },
773
+ "placement": {
774
+ "type": "string",
775
+ "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
776
+ "artifactType": "XMLProperty",
777
+ "metadata": {
778
+ "type": "Property"
779
+ }
780
+ },
781
+ "press": {
782
+ "type": "string",
783
+ "description": "Event handler to be called when the user chooses the action",
784
+ "artifactType": "XMLProperty",
785
+ "metadata": {
786
+ "type": "Property"
787
+ }
788
+ },
789
+ "requiresSelection": {
790
+ "type": "boolean",
791
+ "description": "Defines if the action requires a selection.",
792
+ "artifactType": "XMLProperty",
793
+ "metadata": {
794
+ "type": "Property"
795
+ }
796
+ },
797
+ "text": {
798
+ "type": "string",
799
+ "description": "The text that will be displayed for this action",
800
+ "artifactType": "XMLProperty",
801
+ "metadata": {
802
+ "type": "Property"
803
+ }
804
+ }
805
+ },
806
+ "additionalProperties": false,
807
+ "metadata": {
808
+ "path": [],
809
+ "type": "Control"
810
+ }
811
+ },
812
+ "sap.fe.macros.chart.ActionGroup": {
813
+ "description": "Definition of a custom action group to be used inside the chart toolbar",
814
+ "isViewNode": true,
815
+ "type": "object",
816
+ "properties": {
817
+ "actions": {
818
+ "$ref": "#/definitions/undefined[]",
819
+ "description": "actions",
820
+ "artifactType": "XMLProperty",
821
+ "isViewNode": true,
822
+ "metadata": {
823
+ "type": "Property"
824
+ }
825
+ },
826
+ "anchor": {
827
+ "type": "string",
828
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
829
+ "artifactType": "XMLProperty",
830
+ "metadata": {
831
+ "type": "Property"
832
+ }
833
+ },
834
+ "key": {
835
+ "type": "string",
836
+ "description": "Unique identifier of the action",
837
+ "artifactType": "XMLProperty",
838
+ "metadata": {
839
+ "type": "Property"
840
+ }
841
+ },
842
+ "placement": {
843
+ "type": "string",
844
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
845
+ "artifactType": "XMLProperty",
846
+ "metadata": {
847
+ "type": "Property"
848
+ }
849
+ },
850
+ "text": {
851
+ "type": "string",
852
+ "description": "The text that will be displayed for this action group",
853
+ "artifactType": "XMLProperty",
854
+ "metadata": {
855
+ "type": "Property"
856
+ }
857
+ }
858
+ },
859
+ "additionalProperties": false,
860
+ "metadata": {
861
+ "path": [],
862
+ "type": "Control"
863
+ }
864
+ },
594
865
  "sap.fe.macros.FieldFormatOptions": {
595
866
  "description": "Additional format options for the field.",
596
867
  "isViewNode": true,
@@ -598,7 +869,7 @@
598
869
  "properties": {
599
870
  "displayMode": {
600
871
  "type": "string",
601
- "description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
872
+ "description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
602
873
  "artifactType": "XMLProperty",
603
874
  "metadata": {
604
875
  "type": "Property"
@@ -612,6 +883,30 @@
612
883
  "type": "Property"
613
884
  }
614
885
  },
886
+ "showDate": {
887
+ "type": "boolean",
888
+ "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.The default value is true.\n",
889
+ "artifactType": "XMLProperty",
890
+ "metadata": {
891
+ "type": "Property"
892
+ }
893
+ },
894
+ "showTime": {
895
+ "type": "boolean",
896
+ "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.The default value is true.\n",
897
+ "artifactType": "XMLProperty",
898
+ "metadata": {
899
+ "type": "Property"
900
+ }
901
+ },
902
+ "showTimezone": {
903
+ "type": "boolean",
904
+ "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.The default value is true.\n",
905
+ "artifactType": "XMLProperty",
906
+ "metadata": {
907
+ "type": "Property"
908
+ }
909
+ },
615
910
  "textExpandBehaviorDisplay": {
616
911
  "type": "string",
617
912
  "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
@@ -636,6 +931,14 @@
636
931
  "type": "Property"
637
932
  }
638
933
  },
934
+ "textMaxLength": {
935
+ "type": "number",
936
+ "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",
937
+ "artifactType": "XMLProperty",
938
+ "metadata": {
939
+ "type": "Property"
940
+ }
941
+ },
639
942
  "textMaxLines": {
640
943
  "type": "number",
641
944
  "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
@@ -680,14 +983,6 @@
680
983
  "type": "Property"
681
984
  }
682
985
  },
683
- "liveMode": {
684
- "type": "boolean",
685
- "description": "If set, the search is triggered automatically when a filter value is changed.",
686
- "artifactType": "XMLProperty",
687
- "metadata": {
688
- "type": "Property"
689
- }
690
- },
691
986
  "placement": {
692
987
  "type": "string",
693
988
  "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
@@ -707,14 +1002,6 @@
707
1002
  "metadata": {
708
1003
  "type": "Property"
709
1004
  }
710
- },
711
- "visible": {
712
- "type": "boolean",
713
- "description": "Parameter which sets the visibility of the FilterBar building block",
714
- "artifactType": "XMLProperty",
715
- "metadata": {
716
- "type": "Property"
717
- }
718
1005
  }
719
1006
  },
720
1007
  "additionalProperties": false,
@@ -795,6 +1082,59 @@
795
1082
  "type": "Control"
796
1083
  }
797
1084
  },
1085
+ "sap.fe.macros.table.ActionGroup": {
1086
+ "description": "Definition of a custom ActionGroup to be used inside the table toolbar",
1087
+ "isViewNode": true,
1088
+ "type": "object",
1089
+ "properties": {
1090
+ "actions": {
1091
+ "$ref": "#/definitions/undefined[]",
1092
+ "description": "actions",
1093
+ "artifactType": "XMLProperty",
1094
+ "isViewNode": true,
1095
+ "metadata": {
1096
+ "type": "Property"
1097
+ }
1098
+ },
1099
+ "anchor": {
1100
+ "type": "string",
1101
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1102
+ "artifactType": "XMLProperty",
1103
+ "metadata": {
1104
+ "type": "Property"
1105
+ }
1106
+ },
1107
+ "key": {
1108
+ "type": "string",
1109
+ "description": "Unique identifier of the ActionGroup",
1110
+ "artifactType": "XMLProperty",
1111
+ "metadata": {
1112
+ "type": "Property"
1113
+ }
1114
+ },
1115
+ "placement": {
1116
+ "type": "string",
1117
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1118
+ "artifactType": "XMLProperty",
1119
+ "metadata": {
1120
+ "type": "Property"
1121
+ }
1122
+ },
1123
+ "text": {
1124
+ "type": "string",
1125
+ "description": "The text that will be displayed for this action group",
1126
+ "artifactType": "XMLProperty",
1127
+ "metadata": {
1128
+ "type": "Property"
1129
+ }
1130
+ }
1131
+ },
1132
+ "additionalProperties": false,
1133
+ "metadata": {
1134
+ "path": [],
1135
+ "type": "Control"
1136
+ }
1137
+ },
798
1138
  "sap.fe.macros.table.Column": {
799
1139
  "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",
800
1140
  "isViewNode": true,
@@ -816,9 +1156,18 @@
816
1156
  "type": "Property"
817
1157
  }
818
1158
  },
1159
+ "horizontalAlign": {
1160
+ "$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
1161
+ "description": "horizontalAlign",
1162
+ "artifactType": "XMLProperty",
1163
+ "isViewNode": true,
1164
+ "metadata": {
1165
+ "type": "Property"
1166
+ }
1167
+ },
819
1168
  "importance": {
820
1169
  "type": "string",
821
- "description": "Defines the column importance\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
1170
+ "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
822
1171
  "artifactType": "XMLProperty",
823
1172
  "metadata": {
824
1173
  "type": "Property"
@@ -843,6 +1192,14 @@
843
1192
  "After",
844
1193
  "Before"
845
1194
  ]
1195
+ },
1196
+ "width": {
1197
+ "type": "string",
1198
+ "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1199
+ "artifactType": "XMLProperty",
1200
+ "metadata": {
1201
+ "type": "Property"
1202
+ }
846
1203
  }
847
1204
  },
848
1205
  "additionalProperties": false,