@sap/ux-specification 1.108.18 → 1.108.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 (98) hide show
  1. package/CHANGELOG.md +85 -5
  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 +93 -93
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/package.json +11 -11
  15. package/dist/schemas/v2/OverviewPageConfig.json +541 -327
  16. package/dist/schemas/v4/BuildingBlocksConfig.json +125 -643
  17. package/dist/src/extensionLogger.d.ts.map +1 -1
  18. package/dist/src/extensionLogger.js +6 -1
  19. package/dist/src/extensionLogger.js.map +1 -1
  20. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  21. package/dist/src/sync/common/distTagEvaluator.js +2 -2
  22. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  23. package/dist/src/sync/common/dist_tag.json +12 -3
  24. package/dist/src/sync/common/generate/utils.js +1 -1
  25. package/dist/src/sync/common/generate/utils.js.map +1 -1
  26. package/dist/src/sync/common/i18n.json +1 -1
  27. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  28. package/dist/src/sync/common/importProject.js +2 -8
  29. package/dist/src/sync/common/importProject.js.map +1 -1
  30. package/dist/src/sync/common/utils.d.ts +1 -1
  31. package/dist/src/sync/common/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/utils.js +14 -10
  33. package/dist/src/sync/common/utils.js.map +1 -1
  34. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  35. package/dist/src/sync/v2/export/controls/Table.js +1 -1
  36. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  37. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  38. package/dist/src/sync/v2/export/export.js +4 -4
  39. package/dist/src/sync/v2/export/export.js.map +1 -1
  40. package/dist/src/sync/v2/export/exportPage.js +1 -1
  41. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  42. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  43. package/dist/src/sync/v2/generate/analyticalListReport.js +1 -4
  44. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  45. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  46. package/dist/src/sync/v2/generate/generate.js +1 -4
  47. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  48. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  49. package/dist/src/sync/v2/generate/listReport.js +9 -9
  50. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  51. package/dist/src/sync/v2/generate/objectPage.js +1 -1
  52. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  53. package/dist/src/sync/v2/import/common/index.js +4 -4
  54. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  55. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  56. package/dist/src/sync/v2/import/pages/listReport.js +1 -4
  57. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  58. package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
  59. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  60. package/dist/src/sync/v2/types.d.ts +1 -0
  61. package/dist/src/sync/v2/types.d.ts.map +1 -1
  62. package/dist/src/sync/v2/types.js +2 -1
  63. package/dist/src/sync/v2/types.js.map +1 -1
  64. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  65. package/dist/src/sync/v4/export/export.js +4 -4
  66. package/dist/src/sync/v4/export/export.js.map +1 -1
  67. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
  68. package/dist/src/sync/v4/export/manifest.js +6 -4
  69. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  70. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  71. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +34 -19
  72. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  73. package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.d.ts → pageExtensions.d.ts} +1 -1
  74. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -0
  75. package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.js → pageExtensions.js} +1 -1
  76. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -0
  77. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  78. package/dist/src/sync/v4/generate/generate.js +1 -1
  79. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  80. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  81. package/dist/src/sync/v4/generate/listReport.js +7 -12
  82. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  83. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  84. package/dist/src/sync/v4/generate/objectPage.js +14 -9
  85. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  86. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  87. package/dist/src/sync/v4/import/pages/listReport.js +1 -4
  88. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  89. package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
  90. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  91. package/dist/src/sync/v4/sync-rules/controllerExtensions.js +1 -1
  92. package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  93. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  94. package/dist/src/sync/v4/utils/utils.js +21 -14
  95. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  96. package/package.json +11 -11
  97. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.d.ts.map +0 -1
  98. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.js.map +0 -1
@@ -3,8 +3,6 @@
3
3
  "metadata": {
4
4
  "namespaces": [
5
5
  "sap.fe.macros",
6
- "sap.fe.macros.chart",
7
- "sap.fe.macros.field",
8
6
  "sap.fe.macros.table"
9
7
  ]
10
8
  },
@@ -20,6 +18,86 @@
20
18
  },
21
19
  "additionalProperties": false,
22
20
  "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
+ },
23
101
  "sap.fe.macros.MacroAPI": {
24
102
  "description": "Base API control for building blocks.",
25
103
  "isViewNode": true,
@@ -40,6 +118,14 @@
40
118
  "metadata": {
41
119
  "type": "Property"
42
120
  }
121
+ },
122
+ "id": {
123
+ "type": "string",
124
+ "description": "Unique id of control",
125
+ "artifactType": "XMLProperty",
126
+ "metadata": {
127
+ "type": "Property"
128
+ }
43
129
  }
44
130
  },
45
131
  "additionalProperties": false,
@@ -69,22 +155,6 @@
69
155
  "type": "Property"
70
156
  }
71
157
  },
72
- "header": {
73
- "type": "string",
74
- "description": "Specifies the header text that is shown in the chart",
75
- "artifactType": "XMLProperty",
76
- "metadata": {
77
- "type": "Property"
78
- }
79
- },
80
- "headerVisible": {
81
- "type": "boolean",
82
- "description": "Controls if the header text should be shown or not",
83
- "artifactType": "XMLProperty",
84
- "metadata": {
85
- "type": "Property"
86
- }
87
- },
88
158
  "id": {
89
159
  "type": "string",
90
160
  "description": "ID of the chart",
@@ -95,7 +165,7 @@
95
165
  },
96
166
  "metaPath": {
97
167
  "type": "string",
98
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
168
+ "description": "Metadata path to the presentation (UI.Chart w or w/o qualifier)",
99
169
  "artifactType": "XMLProperty",
100
170
  "metadata": {
101
171
  "type": "Property"
@@ -104,46 +174,26 @@
104
174
  "personalization": {
105
175
  "anyOf": [
106
176
  {
107
- "$ref": "#/definitions/boolean "
177
+ "type": "boolean"
108
178
  },
109
179
  {
110
- "$ref": "#/definitions/ string"
180
+ "type": "string"
111
181
  }
112
182
  ],
113
- "description": "personalization",
183
+ "description": "Parameter which sets the personalization of the MDC chart",
114
184
  "artifactType": "XMLProperty",
115
- "isViewNode": true,
116
185
  "metadata": {
117
186
  "type": "Property"
118
187
  }
119
188
  },
120
189
  "selectionMode": {
121
190
  "type": "string",
122
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
123
- "artifactType": "XMLProperty",
124
- "metadata": {
125
- "type": "Property"
126
- }
127
- },
128
- "variantManagement": {
129
- "type": "string",
130
- "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",
191
+ "description": "Specifies the selection mode",
131
192
  "artifactType": "XMLProperty",
132
193
  "metadata": {
133
194
  "type": "Property"
134
195
  }
135
196
  },
136
- "actions": {
137
- "type": "object",
138
- "additionalProperties": {
139
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
140
- },
141
- "isViewNode": true,
142
- "metadata": {
143
- "path": [],
144
- "type": "Aggregation"
145
- }
146
- },
147
197
  "selectionChange": {
148
198
  "type": "string",
149
199
  "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.",
@@ -220,14 +270,6 @@
220
270
  "metadata": {
221
271
  "type": "Event"
222
272
  }
223
- },
224
- "liveChange": {
225
- "type": "string",
226
- "description": "An event containing details is triggered when the value of the field is live changed.",
227
- "artifactType": "XMLProperty",
228
- "metadata": {
229
- "type": "Event"
230
- }
231
273
  }
232
274
  },
233
275
  "additionalProperties": false,
@@ -236,17 +278,6 @@
236
278
  "type": "Control"
237
279
  }
238
280
  },
239
- "sap.fe.macros.field.TextAreaEx": {
240
- "description": "Extension of the TextArea control to add a check for the maximum length when setting the value.",
241
- "isViewNode": true,
242
- "type": "object",
243
- "properties": {},
244
- "additionalProperties": false,
245
- "metadata": {
246
- "path": [],
247
- "type": "Control"
248
- }
249
- },
250
281
  "sap.fe.macros.FilterBar": {
251
282
  "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",
252
283
  "isViewNode": true,
@@ -284,22 +315,6 @@
284
315
  "type": "Property"
285
316
  }
286
317
  },
287
- "showClearButton": {
288
- "type": "boolean",
289
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
290
- "artifactType": "XMLProperty",
291
- "metadata": {
292
- "type": "Property"
293
- }
294
- },
295
- "showMessages": {
296
- "type": "boolean",
297
- "description": "Displays possible errors during the search in a message box",
298
- "artifactType": "XMLProperty",
299
- "metadata": {
300
- "type": "Property"
301
- }
302
- },
303
318
  "visible": {
304
319
  "type": "boolean",
305
320
  "description": "Parameter which sets the visibility of the FilterBar building block",
@@ -319,14 +334,6 @@
319
334
  "type": "Aggregation"
320
335
  }
321
336
  },
322
- "afterClear": {
323
- "type": "string",
324
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
325
- "artifactType": "XMLProperty",
326
- "metadata": {
327
- "type": "Event"
328
- }
329
- },
330
337
  "filterChanged": {
331
338
  "type": "string",
332
339
  "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.",
@@ -356,10 +363,9 @@
356
363
  "type": "object",
357
364
  "properties": {
358
365
  "contextPath": {
359
- "$ref": "#/definitions/sap.ui.model.Context",
360
- "description": "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.",
361
368
  "artifactType": "XMLProperty",
362
- "isViewNode": true,
363
369
  "metadata": {
364
370
  "type": "Property"
365
371
  }
@@ -373,10 +379,9 @@
373
379
  }
374
380
  },
375
381
  "metaPath": {
376
- "$ref": "#/definitions/sap.ui.model.Context",
377
- "description": "metaPath",
382
+ "type": "string",
383
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
378
384
  "artifactType": "XMLProperty",
379
- "isViewNode": true,
380
385
  "metadata": {
381
386
  "type": "Property"
382
387
  }
@@ -396,244 +401,6 @@
396
401
  "type": "Control"
397
402
  }
398
403
  },
399
- "sap.fe.macros.FormElement": {
400
- "description": "Building block used to create a form element based on the metadata provided by OData V4.",
401
- "isViewNode": true,
402
- "type": "object",
403
- "properties": {
404
- "contextPath": {
405
- "$ref": "#/definitions/sap.ui.model.Context",
406
- "description": "contextPath",
407
- "artifactType": "XMLProperty",
408
- "isViewNode": true,
409
- "metadata": {
410
- "type": "Property"
411
- }
412
- },
413
- "id": {
414
- "type": "string",
415
- "description": "The identifier of the FormElement building block.",
416
- "artifactType": "XMLProperty",
417
- "metadata": {
418
- "type": "Property"
419
- }
420
- },
421
- "label": {
422
- "type": "string",
423
- "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
424
- "artifactType": "XMLProperty",
425
- "metadata": {
426
- "type": "Property"
427
- }
428
- },
429
- "metaPath": {
430
- "$ref": "#/definitions/sap.ui.model.Context",
431
- "description": "metaPath",
432
- "artifactType": "XMLProperty",
433
- "isViewNode": true,
434
- "metadata": {
435
- "type": "Property"
436
- }
437
- },
438
- "visible": {
439
- "type": "boolean",
440
- "description": "If set to false, the FormElement is not rendered.",
441
- "artifactType": "XMLProperty",
442
- "metadata": {
443
- "type": "Property"
444
- }
445
- },
446
- "fields": {
447
- "type": "object",
448
- "additionalProperties": {
449
- "$ref": "#/definitions/sap.ui.core.Control"
450
- },
451
- "isViewNode": true,
452
- "metadata": {
453
- "path": [],
454
- "type": "Aggregation"
455
- }
456
- }
457
- },
458
- "additionalProperties": false,
459
- "metadata": {
460
- "path": [],
461
- "type": "Control"
462
- }
463
- },
464
- "sap.fe.macros.MicroChart": {
465
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
466
- "isViewNode": true,
467
- "type": "object",
468
- "properties": {},
469
- "additionalProperties": false,
470
- "metadata": {
471
- "path": [],
472
- "type": "Control"
473
- }
474
- },
475
- "sap.fe.macros.Paginator": {
476
- "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
477
- "isViewNode": true,
478
- "type": "object",
479
- "properties": {
480
- "id": {
481
- "type": "string",
482
- "description": "The identifier of the Paginator control.",
483
- "artifactType": "XMLProperty",
484
- "metadata": {
485
- "type": "Property"
486
- }
487
- }
488
- },
489
- "additionalProperties": false,
490
- "metadata": {
491
- "path": [],
492
- "type": "Control"
493
- }
494
- },
495
- "undefined.RichTextEditor": {
496
- "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",
497
- "isViewNode": true,
498
- "type": "object",
499
- "properties": {
500
- "buttonGroups": {
501
- "type": "array",
502
- "description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
503
- "artifactType": "XMLProperty",
504
- "metadata": {
505
- "type": "Property"
506
- }
507
- },
508
- "id": {
509
- "type": "string",
510
- "description": "ID of the editor",
511
- "artifactType": "XMLProperty",
512
- "metadata": {
513
- "type": "Property"
514
- }
515
- },
516
- "readOnly": {
517
- "type": "boolean",
518
- "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.",
519
- "artifactType": "XMLProperty",
520
- "metadata": {
521
- "type": "Property"
522
- }
523
- },
524
- "required": {
525
- "type": "boolean",
526
- "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
527
- "artifactType": "XMLProperty",
528
- "metadata": {
529
- "type": "Property"
530
- }
531
- },
532
- "value": {
533
- "type": "string",
534
- "description": "The value contained in the editor. You can use this attribute to set a default value.",
535
- "artifactType": "XMLProperty",
536
- "metadata": {
537
- "type": "Property"
538
- }
539
- }
540
- },
541
- "additionalProperties": false,
542
- "metadata": {
543
- "path": [],
544
- "type": "Control"
545
- }
546
- },
547
- "undefined.RichTextEditorWithMetadata": {
548
- "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",
549
- "isViewNode": true,
550
- "type": "object",
551
- "properties": {
552
- "buttonGroups": {
553
- "type": "array",
554
- "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
555
- "artifactType": "XMLProperty",
556
- "metadata": {
557
- "type": "Property"
558
- }
559
- },
560
- "contextPath": {
561
- "$ref": "#/definitions/sap.ui.model.Context",
562
- "description": "contextPath",
563
- "artifactType": "XMLProperty",
564
- "isViewNode": true,
565
- "metadata": {
566
- "type": "Property"
567
- }
568
- },
569
- "id": {
570
- "type": "string",
571
- "description": "ID of the editor",
572
- "artifactType": "XMLProperty",
573
- "metadata": {
574
- "type": "Property"
575
- }
576
- },
577
- "metaPath": {
578
- "$ref": "#/definitions/sap.ui.model.Context",
579
- "description": "metaPath",
580
- "artifactType": "XMLProperty",
581
- "isViewNode": true,
582
- "metadata": {
583
- "type": "Property"
584
- }
585
- },
586
- "readOnly": {
587
- "type": "boolean",
588
- "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.",
589
- "artifactType": "XMLProperty",
590
- "metadata": {
591
- "type": "Property"
592
- }
593
- },
594
- "required": {
595
- "type": "boolean",
596
- "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
597
- "artifactType": "XMLProperty",
598
- "metadata": {
599
- "type": "Property"
600
- }
601
- }
602
- },
603
- "additionalProperties": false,
604
- "metadata": {
605
- "path": [],
606
- "type": "Control"
607
- }
608
- },
609
- "sap.fe.macros.Share": {
610
- "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\"\n\tvisible=\"true\"\n/>\n\n",
611
- "isViewNode": true,
612
- "type": "object",
613
- "properties": {
614
- "id": {
615
- "type": "string",
616
- "description": "The identifier of the Share control.",
617
- "artifactType": "XMLProperty",
618
- "metadata": {
619
- "type": "Property"
620
- }
621
- },
622
- "visible": {
623
- "type": "boolean",
624
- "description": "Whether the share control should be visible on the screen.",
625
- "artifactType": "XMLProperty",
626
- "metadata": {
627
- "type": "Property"
628
- }
629
- }
630
- },
631
- "additionalProperties": false,
632
- "metadata": {
633
- "path": [],
634
- "type": "Control"
635
- }
636
- },
637
404
  "sap.fe.macros.Table": {
638
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",
639
406
  "isViewNode": true,
@@ -655,18 +422,9 @@
655
422
  "type": "Property"
656
423
  }
657
424
  },
658
- "creationMode": {
659
- "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
660
- "description": "creationMode",
661
- "artifactType": "XMLProperty",
662
- "isViewNode": true,
663
- "metadata": {
664
- "type": "Property"
665
- }
666
- },
667
425
  "enableAutoColumnWidth": {
668
426
  "type": "boolean",
669
- "description": "Specifies if the column width is automatically calculated.",
427
+ "description": "Specifies the header text that is shown in the table.",
670
428
  "artifactType": "XMLProperty",
671
429
  "metadata": {
672
430
  "type": "Property"
@@ -704,14 +462,6 @@
704
462
  "type": "Property"
705
463
  }
706
464
  },
707
- "frozenColumnCount": {
708
- "type": "number",
709
- "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",
710
- "artifactType": "XMLProperty",
711
- "metadata": {
712
- "type": "Property"
713
- }
714
- },
715
465
  "header": {
716
466
  "type": "string",
717
467
  "description": "Specifies the header text that is shown in the table.",
@@ -736,9 +486,17 @@
736
486
  "type": "Property"
737
487
  }
738
488
  },
739
- "isSearchable": {
740
- "type": "boolean",
741
- "description": "Defines whether to display the search action.",
489
+ "isSearchable": {
490
+ "type": "boolean",
491
+ "description": "Defines whether to display the search action.",
492
+ "artifactType": "XMLProperty",
493
+ "metadata": {
494
+ "type": "Property"
495
+ }
496
+ },
497
+ "menu": {
498
+ "type": "string",
499
+ "description": "Groups menu actions by key.",
742
500
  "artifactType": "XMLProperty",
743
501
  "metadata": {
744
502
  "type": "Property"
@@ -755,15 +513,14 @@
755
513
  "personalization": {
756
514
  "anyOf": [
757
515
  {
758
- "$ref": "#/definitions/boolean "
516
+ "type": "boolean"
759
517
  },
760
518
  {
761
- "$ref": "#/definitions/ string"
519
+ "type": "string"
762
520
  }
763
521
  ],
764
- "description": "personalization",
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",
765
523
  "artifactType": "XMLProperty",
766
- "isViewNode": true,
767
524
  "metadata": {
768
525
  "type": "Property"
769
526
  }
@@ -776,25 +533,9 @@
776
533
  "type": "Property"
777
534
  }
778
535
  },
779
- "rowCount": {
780
- "type": "number",
781
- "description": "Number of rows to be displayed in the table. Does not apply to Responsive tables.",
782
- "artifactType": "XMLProperty",
783
- "metadata": {
784
- "type": "Property"
785
- }
786
- },
787
- "rowCountMode": {
788
- "type": "string",
789
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n\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\n",
790
- "artifactType": "XMLProperty",
791
- "metadata": {
792
- "type": "Property"
793
- }
794
- },
795
536
  "selectionMode": {
796
537
  "type": "string",
797
- "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",
538
+ "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
798
539
  "artifactType": "XMLProperty",
799
540
  "metadata": {
800
541
  "type": "Property"
@@ -810,7 +551,7 @@
810
551
  },
811
552
  "variantManagement": {
812
553
  "type": "string",
813
- "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",
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",
814
555
  "artifactType": "XMLProperty",
815
556
  "metadata": {
816
557
  "type": "Property"
@@ -848,7 +589,7 @@
848
589
  },
849
590
  "rowPress": {
850
591
  "type": "string",
851
- "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",
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",
852
593
  "artifactType": "XMLProperty",
853
594
  "metadata": {
854
595
  "type": "Event"
@@ -907,6 +648,14 @@
907
648
  "type": "Property"
908
649
  }
909
650
  },
651
+ "id": {
652
+ "type": "string",
653
+ "description": "Unique id of control",
654
+ "artifactType": "XMLProperty",
655
+ "metadata": {
656
+ "type": "Property"
657
+ }
658
+ },
910
659
  "actions": {
911
660
  "type": "object",
912
661
  "additionalProperties": {
@@ -926,127 +675,6 @@
926
675
  "defaultAggregation": "actions"
927
676
  }
928
677
  },
929
- "sap.fe.macros.chart.Action": {
930
- "description": "Definition of a custom action to be used in the chart toolbar",
931
- "isViewNode": true,
932
- "type": "object",
933
- "properties": {
934
- "anchor": {
935
- "type": "string",
936
- "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
937
- "artifactType": "XMLProperty",
938
- "metadata": {
939
- "type": "Property"
940
- }
941
- },
942
- "enabled": {
943
- "type": "boolean",
944
- "description": "Enables or disables the action",
945
- "artifactType": "XMLProperty",
946
- "metadata": {
947
- "type": "Property"
948
- }
949
- },
950
- "key": {
951
- "type": "string",
952
- "description": "Unique identifier of the action",
953
- "artifactType": "XMLProperty",
954
- "metadata": {
955
- "type": "Property"
956
- }
957
- },
958
- "placement": {
959
- "type": "string",
960
- "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
961
- "artifactType": "XMLProperty",
962
- "metadata": {
963
- "type": "Property"
964
- }
965
- },
966
- "press": {
967
- "type": "string",
968
- "description": "Event handler to be called when the user chooses the action",
969
- "artifactType": "XMLProperty",
970
- "metadata": {
971
- "type": "Property"
972
- }
973
- },
974
- "requiresSelection": {
975
- "type": "boolean",
976
- "description": "Defines if the action requires a selection.",
977
- "artifactType": "XMLProperty",
978
- "metadata": {
979
- "type": "Property"
980
- }
981
- },
982
- "text": {
983
- "type": "string",
984
- "description": "The text that will be displayed for this action",
985
- "artifactType": "XMLProperty",
986
- "metadata": {
987
- "type": "Property"
988
- }
989
- }
990
- },
991
- "additionalProperties": false,
992
- "metadata": {
993
- "path": [],
994
- "type": "Control"
995
- }
996
- },
997
- "sap.fe.macros.chart.ActionGroup": {
998
- "description": "Definition of a custom action group to be used inside the chart toolbar",
999
- "isViewNode": true,
1000
- "type": "object",
1001
- "properties": {
1002
- "actions": {
1003
- "$ref": "#/definitions/undefined[]",
1004
- "description": "actions",
1005
- "artifactType": "XMLProperty",
1006
- "isViewNode": true,
1007
- "metadata": {
1008
- "type": "Property"
1009
- }
1010
- },
1011
- "anchor": {
1012
- "type": "string",
1013
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1014
- "artifactType": "XMLProperty",
1015
- "metadata": {
1016
- "type": "Property"
1017
- }
1018
- },
1019
- "key": {
1020
- "type": "string",
1021
- "description": "Unique identifier of the action",
1022
- "artifactType": "XMLProperty",
1023
- "metadata": {
1024
- "type": "Property"
1025
- }
1026
- },
1027
- "placement": {
1028
- "type": "string",
1029
- "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1030
- "artifactType": "XMLProperty",
1031
- "metadata": {
1032
- "type": "Property"
1033
- }
1034
- },
1035
- "text": {
1036
- "type": "string",
1037
- "description": "The text that will be displayed for this action group",
1038
- "artifactType": "XMLProperty",
1039
- "metadata": {
1040
- "type": "Property"
1041
- }
1042
- }
1043
- },
1044
- "additionalProperties": false,
1045
- "metadata": {
1046
- "path": [],
1047
- "type": "Control"
1048
- }
1049
- },
1050
678
  "sap.fe.macros.FieldFormatOptions": {
1051
679
  "description": "Additional format options for the field.",
1052
680
  "isViewNode": true,
@@ -1054,7 +682,7 @@
1054
682
  "properties": {
1055
683
  "displayMode": {
1056
684
  "type": "string",
1057
- "description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
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",
1058
686
  "artifactType": "XMLProperty",
1059
687
  "metadata": {
1060
688
  "type": "Property"
@@ -1068,30 +696,6 @@
1068
696
  "type": "Property"
1069
697
  }
1070
698
  },
1071
- "showDate": {
1072
- "type": "boolean",
1073
- "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",
1074
- "artifactType": "XMLProperty",
1075
- "metadata": {
1076
- "type": "Property"
1077
- }
1078
- },
1079
- "showTime": {
1080
- "type": "boolean",
1081
- "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",
1082
- "artifactType": "XMLProperty",
1083
- "metadata": {
1084
- "type": "Property"
1085
- }
1086
- },
1087
- "showTimezone": {
1088
- "type": "boolean",
1089
- "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",
1090
- "artifactType": "XMLProperty",
1091
- "metadata": {
1092
- "type": "Property"
1093
- }
1094
- },
1095
699
  "textExpandBehaviorDisplay": {
1096
700
  "type": "string",
1097
701
  "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
@@ -1116,14 +720,6 @@
1116
720
  "type": "Property"
1117
721
  }
1118
722
  },
1119
- "textMaxLength": {
1120
- "type": "number",
1121
- "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",
1122
- "artifactType": "XMLProperty",
1123
- "metadata": {
1124
- "type": "Property"
1125
- }
1126
- },
1127
723
  "textMaxLines": {
1128
724
  "type": "number",
1129
725
  "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
@@ -1267,59 +863,6 @@
1267
863
  "type": "Control"
1268
864
  }
1269
865
  },
1270
- "sap.fe.macros.table.ActionGroup": {
1271
- "description": "Definition of a custom ActionGroup to be used inside the table toolbar",
1272
- "isViewNode": true,
1273
- "type": "object",
1274
- "properties": {
1275
- "actions": {
1276
- "$ref": "#/definitions/undefined[]",
1277
- "description": "actions",
1278
- "artifactType": "XMLProperty",
1279
- "isViewNode": true,
1280
- "metadata": {
1281
- "type": "Property"
1282
- }
1283
- },
1284
- "anchor": {
1285
- "type": "string",
1286
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
1287
- "artifactType": "XMLProperty",
1288
- "metadata": {
1289
- "type": "Property"
1290
- }
1291
- },
1292
- "key": {
1293
- "type": "string",
1294
- "description": "Unique identifier of the ActionGroup",
1295
- "artifactType": "XMLProperty",
1296
- "metadata": {
1297
- "type": "Property"
1298
- }
1299
- },
1300
- "placement": {
1301
- "type": "string",
1302
- "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1303
- "artifactType": "XMLProperty",
1304
- "metadata": {
1305
- "type": "Property"
1306
- }
1307
- },
1308
- "text": {
1309
- "type": "string",
1310
- "description": "The text that will be displayed for this action group",
1311
- "artifactType": "XMLProperty",
1312
- "metadata": {
1313
- "type": "Property"
1314
- }
1315
- }
1316
- },
1317
- "additionalProperties": false,
1318
- "metadata": {
1319
- "path": [],
1320
- "type": "Control"
1321
- }
1322
- },
1323
866
  "sap.fe.macros.table.Column": {
1324
867
  "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",
1325
868
  "isViewNode": true,
@@ -1341,18 +884,9 @@
1341
884
  "type": "Property"
1342
885
  }
1343
886
  },
1344
- "horizontalAlign": {
1345
- "$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
1346
- "description": "horizontalAlign",
1347
- "artifactType": "XMLProperty",
1348
- "isViewNode": true,
1349
- "metadata": {
1350
- "type": "Property"
1351
- }
1352
- },
1353
887
  "importance": {
1354
888
  "type": "string",
1355
- "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
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",
1356
890
  "artifactType": "XMLProperty",
1357
891
  "metadata": {
1358
892
  "type": "Property"
@@ -1377,58 +911,6 @@
1377
911
  "After",
1378
912
  "Before"
1379
913
  ]
1380
- },
1381
- "width": {
1382
- "type": "string",
1383
- "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1384
- "artifactType": "XMLProperty",
1385
- "metadata": {
1386
- "type": "Property"
1387
- }
1388
- }
1389
- },
1390
- "additionalProperties": false,
1391
- "metadata": {
1392
- "path": [],
1393
- "type": "Control"
1394
- }
1395
- },
1396
- "sap.fe.macros.table.TableCreationOptions": {
1397
- "description": "Create options for the table.",
1398
- "isViewNode": true,
1399
- "type": "object",
1400
- "properties": {
1401
- "createAtEnd": {
1402
- "type": "boolean",
1403
- "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\n\nThe default value is 'false'",
1404
- "artifactType": "XMLProperty",
1405
- "metadata": {
1406
- "type": "Property"
1407
- }
1408
- },
1409
- "inlineCreationRowsHiddenInEditMode": {
1410
- "type": "boolean",
1411
- "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'\n\nThe default value is 'false'",
1412
- "artifactType": "XMLProperty",
1413
- "metadata": {
1414
- "type": "Property"
1415
- }
1416
- },
1417
- "name": {
1418
- "type": "string",
1419
- "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\n\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\n\nInline - The creation is done inline\n\nInlineCreationsRows - The creation is done inline with an empty row\n\nExternal - The creation is done in a different application specified via the parameter 'outbound'If not set with any value:\n\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
1420
- "artifactType": "XMLProperty",
1421
- "metadata": {
1422
- "type": "Property"
1423
- }
1424
- },
1425
- "outbound": {
1426
- "type": "string",
1427
- "description": "The navigation target where the document is created in case of creationMode 'External'\n",
1428
- "artifactType": "XMLProperty",
1429
- "metadata": {
1430
- "type": "Property"
1431
- }
1432
914
  }
1433
915
  },
1434
916
  "additionalProperties": false,