@sap/ux-specification 1.108.10 → 1.108.12
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.
- package/CHANGELOG.md +296 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +90 -90
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +4 -3
- package/dist/schemas/v4/BuildingBlocksConfig.json +447 -80
- package/dist/src/sync/common/distTagEvaluator.d.ts +28 -0
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -0
- package/dist/src/sync/common/distTagEvaluator.js +108 -0
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -0
- package/dist/src/sync/common/dist_tag.json +105 -0
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +72 -13
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/i18n.json +2 -0
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +25 -19
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/index.d.ts +1 -0
- package/dist/src/sync/common/index.d.ts.map +1 -1
- package/dist/src/sync/common/index.js +1 -0
- package/dist/src/sync/common/index.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +7 -2
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -10
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +107 -23
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts +13 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.js +17 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +4 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/macros.js +42 -1
- package/dist/src/sync/v4/utils/macros.js.map +1 -1
- package/package.json +4 -3
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"namespaces": [
|
|
5
|
+
"sap.fe.macros",
|
|
6
|
+
"sap.fe.macros.chart",
|
|
7
|
+
"sap.fe.macros.field",
|
|
8
|
+
"sap.fe.macros.table"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
3
11
|
"properties": {
|
|
4
12
|
"$filePath": {
|
|
5
13
|
"type": "string",
|
|
@@ -12,52 +20,8 @@
|
|
|
12
20
|
},
|
|
13
21
|
"additionalProperties": false,
|
|
14
22
|
"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
23
|
"sap.fe.macros.MacroAPI": {
|
|
60
|
-
"description": "Base API control for
|
|
24
|
+
"description": "Base API control for building blocks.",
|
|
61
25
|
"isViewNode": true,
|
|
62
26
|
"type": "object",
|
|
63
27
|
"properties": {
|
|
@@ -105,6 +69,22 @@
|
|
|
105
69
|
"type": "Property"
|
|
106
70
|
}
|
|
107
71
|
},
|
|
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
|
+
},
|
|
108
88
|
"id": {
|
|
109
89
|
"type": "string",
|
|
110
90
|
"description": "ID of the chart",
|
|
@@ -115,7 +95,7 @@
|
|
|
115
95
|
},
|
|
116
96
|
"metaPath": {
|
|
117
97
|
"type": "string",
|
|
118
|
-
"description": "Metadata path to the presentation (UI.Chart
|
|
98
|
+
"description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
|
|
119
99
|
"artifactType": "XMLProperty",
|
|
120
100
|
"metadata": {
|
|
121
101
|
"type": "Property"
|
|
@@ -124,26 +104,46 @@
|
|
|
124
104
|
"personalization": {
|
|
125
105
|
"anyOf": [
|
|
126
106
|
{
|
|
127
|
-
"
|
|
107
|
+
"$ref": "#/definitions/boolean "
|
|
128
108
|
},
|
|
129
109
|
{
|
|
130
|
-
"
|
|
110
|
+
"$ref": "#/definitions/ string"
|
|
131
111
|
}
|
|
132
112
|
],
|
|
133
|
-
"description": "
|
|
113
|
+
"description": "personalization",
|
|
134
114
|
"artifactType": "XMLProperty",
|
|
115
|
+
"isViewNode": true,
|
|
135
116
|
"metadata": {
|
|
136
117
|
"type": "Property"
|
|
137
118
|
}
|
|
138
119
|
},
|
|
139
120
|
"selectionMode": {
|
|
140
121
|
"type": "string",
|
|
141
|
-
"description": "
|
|
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",
|
|
142
131
|
"artifactType": "XMLProperty",
|
|
143
132
|
"metadata": {
|
|
144
133
|
"type": "Property"
|
|
145
134
|
}
|
|
146
135
|
},
|
|
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
147
|
"selectionChange": {
|
|
148
148
|
"type": "string",
|
|
149
149
|
"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 +228,17 @@
|
|
|
228
228
|
"type": "Control"
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
+
"sap.fe.macros.field.TextAreaEx": {
|
|
232
|
+
"description": "Extension of the TextArea control to add a check for the maximum length when setting the value.",
|
|
233
|
+
"isViewNode": true,
|
|
234
|
+
"type": "object",
|
|
235
|
+
"properties": {},
|
|
236
|
+
"additionalProperties": false,
|
|
237
|
+
"metadata": {
|
|
238
|
+
"path": [],
|
|
239
|
+
"type": "Control"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
231
242
|
"sap.fe.macros.FilterBar": {
|
|
232
243
|
"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
244
|
"isViewNode": true,
|
|
@@ -249,6 +260,14 @@
|
|
|
249
260
|
"type": "Property"
|
|
250
261
|
}
|
|
251
262
|
},
|
|
263
|
+
"liveMode": {
|
|
264
|
+
"type": "boolean",
|
|
265
|
+
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
266
|
+
"artifactType": "XMLProperty",
|
|
267
|
+
"metadata": {
|
|
268
|
+
"type": "Property"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
252
271
|
"metaPath": {
|
|
253
272
|
"type": "string",
|
|
254
273
|
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
@@ -257,6 +276,30 @@
|
|
|
257
276
|
"type": "Property"
|
|
258
277
|
}
|
|
259
278
|
},
|
|
279
|
+
"showClearButton": {
|
|
280
|
+
"type": "boolean",
|
|
281
|
+
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
282
|
+
"artifactType": "XMLProperty",
|
|
283
|
+
"metadata": {
|
|
284
|
+
"type": "Property"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"showMessages": {
|
|
288
|
+
"type": "boolean",
|
|
289
|
+
"description": "Displays possible errors during the search in a message box",
|
|
290
|
+
"artifactType": "XMLProperty",
|
|
291
|
+
"metadata": {
|
|
292
|
+
"type": "Property"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"visible": {
|
|
296
|
+
"type": "boolean",
|
|
297
|
+
"description": "Parameter which sets the visibility of the FilterBar building block",
|
|
298
|
+
"artifactType": "XMLProperty",
|
|
299
|
+
"metadata": {
|
|
300
|
+
"type": "Property"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
260
303
|
"filterFields": {
|
|
261
304
|
"type": "object",
|
|
262
305
|
"additionalProperties": {
|
|
@@ -268,6 +311,14 @@
|
|
|
268
311
|
"type": "Aggregation"
|
|
269
312
|
}
|
|
270
313
|
},
|
|
314
|
+
"afterClear": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
317
|
+
"artifactType": "XMLProperty",
|
|
318
|
+
"metadata": {
|
|
319
|
+
"type": "Event"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
271
322
|
"filterChanged": {
|
|
272
323
|
"type": "string",
|
|
273
324
|
"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 +348,10 @@
|
|
|
297
348
|
"type": "object",
|
|
298
349
|
"properties": {
|
|
299
350
|
"contextPath": {
|
|
300
|
-
"
|
|
301
|
-
"description": "
|
|
351
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
352
|
+
"description": "contextPath",
|
|
302
353
|
"artifactType": "XMLProperty",
|
|
354
|
+
"isViewNode": true,
|
|
303
355
|
"metadata": {
|
|
304
356
|
"type": "Property"
|
|
305
357
|
}
|
|
@@ -313,9 +365,10 @@
|
|
|
313
365
|
}
|
|
314
366
|
},
|
|
315
367
|
"metaPath": {
|
|
316
|
-
"
|
|
317
|
-
"description": "
|
|
368
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
369
|
+
"description": "metaPath",
|
|
318
370
|
"artifactType": "XMLProperty",
|
|
371
|
+
"isViewNode": true,
|
|
319
372
|
"metadata": {
|
|
320
373
|
"type": "Property"
|
|
321
374
|
}
|
|
@@ -335,6 +388,102 @@
|
|
|
335
388
|
"type": "Control"
|
|
336
389
|
}
|
|
337
390
|
},
|
|
391
|
+
"sap.fe.macros.FormElement": {
|
|
392
|
+
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
393
|
+
"isViewNode": true,
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"contextPath": {
|
|
397
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
398
|
+
"description": "contextPath",
|
|
399
|
+
"artifactType": "XMLProperty",
|
|
400
|
+
"isViewNode": true,
|
|
401
|
+
"metadata": {
|
|
402
|
+
"type": "Property"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"id": {
|
|
406
|
+
"type": "string",
|
|
407
|
+
"description": "The identifier of the FormElement building block.",
|
|
408
|
+
"artifactType": "XMLProperty",
|
|
409
|
+
"metadata": {
|
|
410
|
+
"type": "Property"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"label": {
|
|
414
|
+
"type": "string",
|
|
415
|
+
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
416
|
+
"artifactType": "XMLProperty",
|
|
417
|
+
"metadata": {
|
|
418
|
+
"type": "Property"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"metaPath": {
|
|
422
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
423
|
+
"description": "metaPath",
|
|
424
|
+
"artifactType": "XMLProperty",
|
|
425
|
+
"isViewNode": true,
|
|
426
|
+
"metadata": {
|
|
427
|
+
"type": "Property"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"visible": {
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"description": "If set to false, the FormElement is not rendered.",
|
|
433
|
+
"artifactType": "XMLProperty",
|
|
434
|
+
"metadata": {
|
|
435
|
+
"type": "Property"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"fields": {
|
|
439
|
+
"type": "object",
|
|
440
|
+
"additionalProperties": {
|
|
441
|
+
"$ref": "#/definitions/sap.ui.core.Control"
|
|
442
|
+
},
|
|
443
|
+
"isViewNode": true,
|
|
444
|
+
"metadata": {
|
|
445
|
+
"path": [],
|
|
446
|
+
"type": "Aggregation"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"additionalProperties": false,
|
|
451
|
+
"metadata": {
|
|
452
|
+
"path": [],
|
|
453
|
+
"type": "Control"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"sap.fe.macros.MicroChart": {
|
|
457
|
+
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
|
|
458
|
+
"isViewNode": true,
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {},
|
|
461
|
+
"additionalProperties": false,
|
|
462
|
+
"metadata": {
|
|
463
|
+
"path": [],
|
|
464
|
+
"type": "Control"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"sap.fe.macros.Paginator": {
|
|
468
|
+
"description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
|
|
469
|
+
"isViewNode": true,
|
|
470
|
+
"type": "object",
|
|
471
|
+
"properties": {
|
|
472
|
+
"id": {
|
|
473
|
+
"type": "string",
|
|
474
|
+
"description": "The identifier of the Paginator control.",
|
|
475
|
+
"artifactType": "XMLProperty",
|
|
476
|
+
"metadata": {
|
|
477
|
+
"type": "Property"
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"additionalProperties": false,
|
|
482
|
+
"metadata": {
|
|
483
|
+
"path": [],
|
|
484
|
+
"type": "Control"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
338
487
|
"sap.fe.macros.Table": {
|
|
339
488
|
"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
489
|
"isViewNode": true,
|
|
@@ -358,7 +507,7 @@
|
|
|
358
507
|
},
|
|
359
508
|
"enableAutoColumnWidth": {
|
|
360
509
|
"type": "boolean",
|
|
361
|
-
"description": "Specifies the
|
|
510
|
+
"description": "Specifies if the column width is automatically calculated.",
|
|
362
511
|
"artifactType": "XMLProperty",
|
|
363
512
|
"metadata": {
|
|
364
513
|
"type": "Property"
|
|
@@ -396,6 +545,14 @@
|
|
|
396
545
|
"type": "Property"
|
|
397
546
|
}
|
|
398
547
|
},
|
|
548
|
+
"frozenColumnCount": {
|
|
549
|
+
"type": "number",
|
|
550
|
+
"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",
|
|
551
|
+
"artifactType": "XMLProperty",
|
|
552
|
+
"metadata": {
|
|
553
|
+
"type": "Property"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
399
556
|
"header": {
|
|
400
557
|
"type": "string",
|
|
401
558
|
"description": "Specifies the header text that is shown in the table.",
|
|
@@ -447,14 +604,15 @@
|
|
|
447
604
|
"personalization": {
|
|
448
605
|
"anyOf": [
|
|
449
606
|
{
|
|
450
|
-
"
|
|
607
|
+
"$ref": "#/definitions/boolean "
|
|
451
608
|
},
|
|
452
609
|
{
|
|
453
|
-
"
|
|
610
|
+
"$ref": "#/definitions/ string"
|
|
454
611
|
}
|
|
455
612
|
],
|
|
456
|
-
"description": "
|
|
613
|
+
"description": "personalization",
|
|
457
614
|
"artifactType": "XMLProperty",
|
|
615
|
+
"isViewNode": true,
|
|
458
616
|
"metadata": {
|
|
459
617
|
"type": "Property"
|
|
460
618
|
}
|
|
@@ -469,7 +627,7 @@
|
|
|
469
627
|
},
|
|
470
628
|
"selectionMode": {
|
|
471
629
|
"type": "string",
|
|
472
|
-
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto
|
|
630
|
+
"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
631
|
"artifactType": "XMLProperty",
|
|
474
632
|
"metadata": {
|
|
475
633
|
"type": "Property"
|
|
@@ -485,7 +643,7 @@
|
|
|
485
643
|
},
|
|
486
644
|
"variantManagement": {
|
|
487
645
|
"type": "string",
|
|
488
|
-
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed
|
|
646
|
+
"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
647
|
"artifactType": "XMLProperty",
|
|
490
648
|
"metadata": {
|
|
491
649
|
"type": "Property"
|
|
@@ -523,7 +681,7 @@
|
|
|
523
681
|
},
|
|
524
682
|
"rowPress": {
|
|
525
683
|
"type": "string",
|
|
526
|
-
"description": "An event triggered when the user chooses a row; the event contains information about which row
|
|
684
|
+
"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
685
|
"artifactType": "XMLProperty",
|
|
528
686
|
"metadata": {
|
|
529
687
|
"type": "Event"
|
|
@@ -541,7 +699,8 @@
|
|
|
541
699
|
"additionalProperties": false,
|
|
542
700
|
"metadata": {
|
|
543
701
|
"path": [],
|
|
544
|
-
"type": "Control"
|
|
702
|
+
"type": "Control",
|
|
703
|
+
"defaultAggregation": "columns"
|
|
545
704
|
}
|
|
546
705
|
},
|
|
547
706
|
"sap.fe.macros.ActionGroup": {
|
|
@@ -586,6 +745,128 @@
|
|
|
586
745
|
}
|
|
587
746
|
},
|
|
588
747
|
"additionalProperties": false,
|
|
748
|
+
"metadata": {
|
|
749
|
+
"path": [],
|
|
750
|
+
"type": "Control",
|
|
751
|
+
"defaultAggregation": "actions"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"sap.fe.macros.chart.Action": {
|
|
755
|
+
"description": "Definition of a custom action to be used inside the chart toolbar",
|
|
756
|
+
"isViewNode": true,
|
|
757
|
+
"type": "object",
|
|
758
|
+
"properties": {
|
|
759
|
+
"anchor": {
|
|
760
|
+
"type": "string",
|
|
761
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
762
|
+
"artifactType": "XMLProperty",
|
|
763
|
+
"metadata": {
|
|
764
|
+
"type": "Property"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"enabled": {
|
|
768
|
+
"type": "boolean",
|
|
769
|
+
"description": "Enables or disables the action",
|
|
770
|
+
"artifactType": "XMLProperty",
|
|
771
|
+
"metadata": {
|
|
772
|
+
"type": "Property"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"key": {
|
|
776
|
+
"type": "string",
|
|
777
|
+
"description": "Unique identifier of the action",
|
|
778
|
+
"artifactType": "XMLProperty",
|
|
779
|
+
"metadata": {
|
|
780
|
+
"type": "Property"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"placement": {
|
|
784
|
+
"type": "string",
|
|
785
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
786
|
+
"artifactType": "XMLProperty",
|
|
787
|
+
"metadata": {
|
|
788
|
+
"type": "Property"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"press": {
|
|
792
|
+
"type": "string",
|
|
793
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
794
|
+
"artifactType": "XMLProperty",
|
|
795
|
+
"metadata": {
|
|
796
|
+
"type": "Property"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"requiresSelection": {
|
|
800
|
+
"type": "boolean",
|
|
801
|
+
"description": "Defines if the action requires a selection.",
|
|
802
|
+
"artifactType": "XMLProperty",
|
|
803
|
+
"metadata": {
|
|
804
|
+
"type": "Property"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"text": {
|
|
808
|
+
"type": "string",
|
|
809
|
+
"description": "The text that will be displayed for this action",
|
|
810
|
+
"artifactType": "XMLProperty",
|
|
811
|
+
"metadata": {
|
|
812
|
+
"type": "Property"
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"additionalProperties": false,
|
|
817
|
+
"metadata": {
|
|
818
|
+
"path": [],
|
|
819
|
+
"type": "Control"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"sap.fe.macros.chart.ActionGroup": {
|
|
823
|
+
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
824
|
+
"isViewNode": true,
|
|
825
|
+
"type": "object",
|
|
826
|
+
"properties": {
|
|
827
|
+
"actions": {
|
|
828
|
+
"$ref": "#/definitions/undefined[]",
|
|
829
|
+
"description": "actions",
|
|
830
|
+
"artifactType": "XMLProperty",
|
|
831
|
+
"isViewNode": true,
|
|
832
|
+
"metadata": {
|
|
833
|
+
"type": "Property"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"anchor": {
|
|
837
|
+
"type": "string",
|
|
838
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
839
|
+
"artifactType": "XMLProperty",
|
|
840
|
+
"metadata": {
|
|
841
|
+
"type": "Property"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"key": {
|
|
845
|
+
"type": "string",
|
|
846
|
+
"description": "Unique identifier of the action",
|
|
847
|
+
"artifactType": "XMLProperty",
|
|
848
|
+
"metadata": {
|
|
849
|
+
"type": "Property"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"placement": {
|
|
853
|
+
"type": "string",
|
|
854
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
855
|
+
"artifactType": "XMLProperty",
|
|
856
|
+
"metadata": {
|
|
857
|
+
"type": "Property"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"text": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"description": "The text that will be displayed for this action group",
|
|
863
|
+
"artifactType": "XMLProperty",
|
|
864
|
+
"metadata": {
|
|
865
|
+
"type": "Property"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"additionalProperties": false,
|
|
589
870
|
"metadata": {
|
|
590
871
|
"path": [],
|
|
591
872
|
"type": "Control"
|
|
@@ -598,7 +879,7 @@
|
|
|
598
879
|
"properties": {
|
|
599
880
|
"displayMode": {
|
|
600
881
|
"type": "string",
|
|
601
|
-
"description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"
|
|
882
|
+
"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
883
|
"artifactType": "XMLProperty",
|
|
603
884
|
"metadata": {
|
|
604
885
|
"type": "Property"
|
|
@@ -612,6 +893,30 @@
|
|
|
612
893
|
"type": "Property"
|
|
613
894
|
}
|
|
614
895
|
},
|
|
896
|
+
"showDate": {
|
|
897
|
+
"type": "boolean",
|
|
898
|
+
"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",
|
|
899
|
+
"artifactType": "XMLProperty",
|
|
900
|
+
"metadata": {
|
|
901
|
+
"type": "Property"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"showTime": {
|
|
905
|
+
"type": "boolean",
|
|
906
|
+
"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",
|
|
907
|
+
"artifactType": "XMLProperty",
|
|
908
|
+
"metadata": {
|
|
909
|
+
"type": "Property"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"showTimezone": {
|
|
913
|
+
"type": "boolean",
|
|
914
|
+
"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",
|
|
915
|
+
"artifactType": "XMLProperty",
|
|
916
|
+
"metadata": {
|
|
917
|
+
"type": "Property"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
615
920
|
"textExpandBehaviorDisplay": {
|
|
616
921
|
"type": "string",
|
|
617
922
|
"description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
|
|
@@ -636,6 +941,14 @@
|
|
|
636
941
|
"type": "Property"
|
|
637
942
|
}
|
|
638
943
|
},
|
|
944
|
+
"textMaxLength": {
|
|
945
|
+
"type": "number",
|
|
946
|
+
"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",
|
|
947
|
+
"artifactType": "XMLProperty",
|
|
948
|
+
"metadata": {
|
|
949
|
+
"type": "Property"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
639
952
|
"textMaxLines": {
|
|
640
953
|
"type": "number",
|
|
641
954
|
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
@@ -680,14 +993,6 @@
|
|
|
680
993
|
"type": "Property"
|
|
681
994
|
}
|
|
682
995
|
},
|
|
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
996
|
"placement": {
|
|
692
997
|
"type": "string",
|
|
693
998
|
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -707,14 +1012,6 @@
|
|
|
707
1012
|
"metadata": {
|
|
708
1013
|
"type": "Property"
|
|
709
1014
|
}
|
|
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
1015
|
}
|
|
719
1016
|
},
|
|
720
1017
|
"additionalProperties": false,
|
|
@@ -795,6 +1092,59 @@
|
|
|
795
1092
|
"type": "Control"
|
|
796
1093
|
}
|
|
797
1094
|
},
|
|
1095
|
+
"sap.fe.macros.table.ActionGroup": {
|
|
1096
|
+
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
1097
|
+
"isViewNode": true,
|
|
1098
|
+
"type": "object",
|
|
1099
|
+
"properties": {
|
|
1100
|
+
"actions": {
|
|
1101
|
+
"$ref": "#/definitions/undefined[]",
|
|
1102
|
+
"description": "actions",
|
|
1103
|
+
"artifactType": "XMLProperty",
|
|
1104
|
+
"isViewNode": true,
|
|
1105
|
+
"metadata": {
|
|
1106
|
+
"type": "Property"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"anchor": {
|
|
1110
|
+
"type": "string",
|
|
1111
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
1112
|
+
"artifactType": "XMLProperty",
|
|
1113
|
+
"metadata": {
|
|
1114
|
+
"type": "Property"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"key": {
|
|
1118
|
+
"type": "string",
|
|
1119
|
+
"description": "Unique identifier of the ActionGroup",
|
|
1120
|
+
"artifactType": "XMLProperty",
|
|
1121
|
+
"metadata": {
|
|
1122
|
+
"type": "Property"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"placement": {
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1128
|
+
"artifactType": "XMLProperty",
|
|
1129
|
+
"metadata": {
|
|
1130
|
+
"type": "Property"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"text": {
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"description": "The text that will be displayed for this action group",
|
|
1136
|
+
"artifactType": "XMLProperty",
|
|
1137
|
+
"metadata": {
|
|
1138
|
+
"type": "Property"
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"additionalProperties": false,
|
|
1143
|
+
"metadata": {
|
|
1144
|
+
"path": [],
|
|
1145
|
+
"type": "Control"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
798
1148
|
"sap.fe.macros.table.Column": {
|
|
799
1149
|
"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
1150
|
"isViewNode": true,
|
|
@@ -816,9 +1166,18 @@
|
|
|
816
1166
|
"type": "Property"
|
|
817
1167
|
}
|
|
818
1168
|
},
|
|
1169
|
+
"horizontalAlign": {
|
|
1170
|
+
"$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
|
|
1171
|
+
"description": "horizontalAlign",
|
|
1172
|
+
"artifactType": "XMLProperty",
|
|
1173
|
+
"isViewNode": true,
|
|
1174
|
+
"metadata": {
|
|
1175
|
+
"type": "Property"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
819
1178
|
"importance": {
|
|
820
1179
|
"type": "string",
|
|
821
|
-
"description": "Defines the column importance
|
|
1180
|
+
"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
1181
|
"artifactType": "XMLProperty",
|
|
823
1182
|
"metadata": {
|
|
824
1183
|
"type": "Property"
|
|
@@ -843,6 +1202,14 @@
|
|
|
843
1202
|
"After",
|
|
844
1203
|
"Before"
|
|
845
1204
|
]
|
|
1205
|
+
},
|
|
1206
|
+
"width": {
|
|
1207
|
+
"type": "string",
|
|
1208
|
+
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1209
|
+
"artifactType": "XMLProperty",
|
|
1210
|
+
"metadata": {
|
|
1211
|
+
"type": "Property"
|
|
1212
|
+
}
|
|
846
1213
|
}
|
|
847
1214
|
},
|
|
848
1215
|
"additionalProperties": false,
|