@sap/ux-specification 1.120.17 → 1.124.0
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 +7 -532
- 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 +97 -97
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -7
- package/dist/schemas/v2/ListReportConfig.json +16 -11
- package/dist/schemas/v2/ObjectPageConfig.json +18 -12
- package/dist/schemas/v4/BuildingBlocksConfig.json +294 -1715
- package/dist/schemas/v4/ListReportConfig.json +18 -0
- package/dist/schemas/v4/ObjectPageConfig.json +6 -0
- package/dist/specification/package.json +8 -8
- package/dist/specification/scripts/to-json-schema.js +4 -1
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/specification/src/specification/schemaAccess.js +6 -5
- package/dist/specification/src/specification/schemaAccess.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +2 -3
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +13 -9
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +18 -18
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +10 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +3 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +20 -16
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +10 -5
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +10 -5
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +1 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +31 -34
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +11 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +22 -0
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +1 -2
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +3 -13
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +2 -2
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +38 -36
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +3 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +4 -4
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +4 -2
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +1 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +5 -5
- package/dist/types/src/v2/controls/Table.d.ts +9 -9
- package/dist/types/src/v4/controls/Table.d.ts +4 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -4,11 +4,7 @@
|
|
|
4
4
|
"namespaces": [
|
|
5
5
|
"sap.fe.macros",
|
|
6
6
|
"sap.fe.macros.chart",
|
|
7
|
-
"sap.fe.macros.controls",
|
|
8
|
-
"sap.fe.macros.field",
|
|
9
7
|
"sap.fe.macros.filterBar",
|
|
10
|
-
"sap.fe.macros.microchart",
|
|
11
|
-
"sap.fe.macros.richtexteditor",
|
|
12
8
|
"sap.fe.macros.share",
|
|
13
9
|
"sap.fe.macros.table"
|
|
14
10
|
]
|
|
@@ -45,82 +41,6 @@
|
|
|
45
41
|
"type": "Control"
|
|
46
42
|
}
|
|
47
43
|
},
|
|
48
|
-
"sap.fe.macros.KPITag": {
|
|
49
|
-
"description": "Building block used to create a KPI tag.",
|
|
50
|
-
"isViewNode": true,
|
|
51
|
-
"type": "object",
|
|
52
|
-
"properties": {
|
|
53
|
-
"number": {
|
|
54
|
-
"type": "any",
|
|
55
|
-
"description": "The Number to be displayed.",
|
|
56
|
-
"artifactType": "XMLProperty",
|
|
57
|
-
"metadata": {
|
|
58
|
-
"type": "Property"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"showIcon": {
|
|
62
|
-
"type": "boolean",
|
|
63
|
-
"description": "Set it to `true` if the KPI should display its status icon.",
|
|
64
|
-
"artifactType": "XMLProperty",
|
|
65
|
-
"metadata": {
|
|
66
|
-
"type": "Property"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"status": {
|
|
70
|
-
"type": "any",
|
|
71
|
-
"description": "The Status to be displayed.",
|
|
72
|
-
"artifactType": "XMLProperty",
|
|
73
|
-
"metadata": {
|
|
74
|
-
"type": "Property"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"text": {
|
|
78
|
-
"type": "any",
|
|
79
|
-
"description": "The Text to be displayed.",
|
|
80
|
-
"artifactType": "XMLProperty",
|
|
81
|
-
"metadata": {
|
|
82
|
-
"type": "Property"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"tooltip": {
|
|
86
|
-
"type": "any",
|
|
87
|
-
"description": "The Tooltip to be displayed.",
|
|
88
|
-
"artifactType": "XMLProperty",
|
|
89
|
-
"metadata": {
|
|
90
|
-
"type": "Property"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"unit": {
|
|
94
|
-
"type": "any",
|
|
95
|
-
"description": "The Unit of Measure of the number to be displayed.",
|
|
96
|
-
"artifactType": "XMLProperty",
|
|
97
|
-
"metadata": {
|
|
98
|
-
"type": "Property"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
"id": {
|
|
102
|
-
"type": "string",
|
|
103
|
-
"description": "Unique id of control",
|
|
104
|
-
"artifactType": "XMLProperty",
|
|
105
|
-
"metadata": {
|
|
106
|
-
"type": "Property"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"press": {
|
|
110
|
-
"type": "string",
|
|
111
|
-
"description": "An event is triggered when the KPI is pressed.",
|
|
112
|
-
"artifactType": "XMLProperty",
|
|
113
|
-
"metadata": {
|
|
114
|
-
"type": "Event"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"additionalProperties": false,
|
|
119
|
-
"metadata": {
|
|
120
|
-
"path": [],
|
|
121
|
-
"type": "Control"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
44
|
"sap.fe.macros.MacroAPI": {
|
|
125
45
|
"description": "Base API control for building blocks.",
|
|
126
46
|
"isViewNode": true,
|
|
@@ -157,58 +77,6 @@
|
|
|
157
77
|
"type": "Control"
|
|
158
78
|
}
|
|
159
79
|
},
|
|
160
|
-
"sap.fe.macros.MultiValueField": {
|
|
161
|
-
"description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
|
|
162
|
-
"isViewNode": true,
|
|
163
|
-
"type": "object",
|
|
164
|
-
"properties": {
|
|
165
|
-
"contextPath": {
|
|
166
|
-
"type": "string",
|
|
167
|
-
"description": "The context path provided for the MultiValueField",
|
|
168
|
-
"artifactType": "XMLProperty",
|
|
169
|
-
"metadata": {
|
|
170
|
-
"type": "Property"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"items": {
|
|
174
|
-
"type": "any",
|
|
175
|
-
"description": "Property added to be able to add data / items to the multi value field via a different model",
|
|
176
|
-
"artifactType": "XMLProperty",
|
|
177
|
-
"metadata": {
|
|
178
|
-
"type": "Property"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"metaPath": {
|
|
182
|
-
"type": "string",
|
|
183
|
-
"description": "Defines the relative Metadata path to the MultiValueField.\nThe metaPath should point to a Property or DataField.",
|
|
184
|
-
"artifactType": "XMLProperty",
|
|
185
|
-
"metadata": {
|
|
186
|
-
"type": "Property"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"readOnly": {
|
|
190
|
-
"type": "any",
|
|
191
|
-
"description": "The readOnly flag",
|
|
192
|
-
"artifactType": "XMLProperty",
|
|
193
|
-
"metadata": {
|
|
194
|
-
"type": "Property"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"id": {
|
|
198
|
-
"type": "string",
|
|
199
|
-
"description": "Unique id of control",
|
|
200
|
-
"artifactType": "XMLProperty",
|
|
201
|
-
"metadata": {
|
|
202
|
-
"type": "Property"
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
"additionalProperties": false,
|
|
207
|
-
"metadata": {
|
|
208
|
-
"path": [],
|
|
209
|
-
"type": "Control"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
80
|
"sap.fe.macros.RichTextEditor": {
|
|
213
81
|
"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",
|
|
214
82
|
"isViewNode": true,
|
|
@@ -257,7 +125,7 @@
|
|
|
257
125
|
"buttonGroups": {
|
|
258
126
|
"type": "object",
|
|
259
127
|
"additionalProperties": {
|
|
260
|
-
"$ref": "#/definitions/sap.fe.macros.richtexteditor.
|
|
128
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.buttonGroup"
|
|
261
129
|
},
|
|
262
130
|
"isViewNode": true,
|
|
263
131
|
"metadata": {
|
|
@@ -268,7 +136,7 @@
|
|
|
268
136
|
"plugins": {
|
|
269
137
|
"type": "object",
|
|
270
138
|
"additionalProperties": {
|
|
271
|
-
"$ref": "#/definitions/sap.fe.macros.richtexteditor.
|
|
139
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.plugin"
|
|
272
140
|
},
|
|
273
141
|
"isViewNode": true,
|
|
274
142
|
"metadata": {
|
|
@@ -430,8 +298,8 @@
|
|
|
430
298
|
"type": "Control"
|
|
431
299
|
}
|
|
432
300
|
},
|
|
433
|
-
"sap.fe.macros.
|
|
434
|
-
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\
|
|
301
|
+
"sap.fe.macros.Chart": {
|
|
302
|
+
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
|
|
435
303
|
"isViewNode": true,
|
|
436
304
|
"type": "object",
|
|
437
305
|
"properties": {
|
|
@@ -476,7 +344,14 @@
|
|
|
476
344
|
}
|
|
477
345
|
},
|
|
478
346
|
"personalization": {
|
|
479
|
-
"
|
|
347
|
+
"anyOf": [
|
|
348
|
+
{
|
|
349
|
+
"type": "boolean"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"type": "string"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
480
355
|
"description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
|
|
481
356
|
"artifactType": "XMLProperty",
|
|
482
357
|
"metadata": {
|
|
@@ -539,80 +414,71 @@
|
|
|
539
414
|
"type": "Control"
|
|
540
415
|
}
|
|
541
416
|
},
|
|
542
|
-
"sap.fe.macros.
|
|
543
|
-
"description": "Building block
|
|
417
|
+
"sap.fe.macros.FlexibleColumnLayoutActions": {
|
|
418
|
+
"description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macro:FlexibleColumnLayoutActions />\n\n",
|
|
544
419
|
"isViewNode": true,
|
|
545
420
|
"type": "object",
|
|
546
421
|
"properties": {
|
|
547
|
-
"
|
|
548
|
-
"type": "string",
|
|
549
|
-
"description": "Metadata path to the entitySet or navigationProperty",
|
|
550
|
-
"artifactType": "XMLProperty",
|
|
551
|
-
"metadata": {
|
|
552
|
-
"type": "Property"
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
"filterBar": {
|
|
422
|
+
"id": {
|
|
556
423
|
"type": "string",
|
|
557
|
-
"description": "
|
|
424
|
+
"description": "Unique id of control",
|
|
558
425
|
"artifactType": "XMLProperty",
|
|
559
426
|
"metadata": {
|
|
560
427
|
"type": "Property"
|
|
561
428
|
}
|
|
562
|
-
}
|
|
563
|
-
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"additionalProperties": false,
|
|
432
|
+
"metadata": {
|
|
433
|
+
"path": [],
|
|
434
|
+
"type": "Control"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"sap.fe.macros.Field": {
|
|
438
|
+
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
|
|
439
|
+
"isViewNode": true,
|
|
440
|
+
"type": "object",
|
|
441
|
+
"properties": {
|
|
442
|
+
"contextPath": {
|
|
564
443
|
"type": "string",
|
|
565
|
-
"description": "
|
|
444
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
566
445
|
"artifactType": "XMLProperty",
|
|
567
446
|
"metadata": {
|
|
568
447
|
"type": "Property"
|
|
569
448
|
}
|
|
570
449
|
},
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"description": "
|
|
450
|
+
"formatOptions": {
|
|
451
|
+
"$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
|
|
452
|
+
"description": "formatOptions",
|
|
574
453
|
"artifactType": "XMLProperty",
|
|
454
|
+
"isViewNode": true,
|
|
575
455
|
"metadata": {
|
|
576
456
|
"type": "Property"
|
|
577
457
|
}
|
|
578
458
|
},
|
|
579
459
|
"metaPath": {
|
|
580
460
|
"type": "string",
|
|
581
|
-
"description": "
|
|
461
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
582
462
|
"artifactType": "XMLProperty",
|
|
583
463
|
"metadata": {
|
|
584
464
|
"type": "Property"
|
|
585
465
|
}
|
|
586
466
|
},
|
|
587
|
-
"
|
|
588
|
-
"type": "
|
|
589
|
-
"description": "
|
|
467
|
+
"readOnly": {
|
|
468
|
+
"type": "boolean",
|
|
469
|
+
"description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
590
470
|
"artifactType": "XMLProperty",
|
|
591
471
|
"metadata": {
|
|
592
472
|
"type": "Property"
|
|
593
473
|
}
|
|
594
474
|
},
|
|
595
|
-
"
|
|
596
|
-
"type": "string",
|
|
597
|
-
"description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
|
|
598
|
-
"artifactType": "XMLProperty",
|
|
599
|
-
"metadata": {
|
|
600
|
-
"type": "Property"
|
|
601
|
-
},
|
|
602
|
-
"enum": [
|
|
603
|
-
"None",
|
|
604
|
-
"Single",
|
|
605
|
-
"Multiple"
|
|
606
|
-
]
|
|
607
|
-
},
|
|
608
|
-
"variantManagement": {
|
|
475
|
+
"semanticObject": {
|
|
609
476
|
"type": "string",
|
|
610
|
-
"description": "
|
|
477
|
+
"description": "Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects",
|
|
611
478
|
"artifactType": "XMLProperty",
|
|
612
479
|
"metadata": {
|
|
613
480
|
"type": "Property"
|
|
614
|
-
}
|
|
615
|
-
"const": "Control"
|
|
481
|
+
}
|
|
616
482
|
},
|
|
617
483
|
"id": {
|
|
618
484
|
"type": "string",
|
|
@@ -622,20 +488,17 @@
|
|
|
622
488
|
"type": "Property"
|
|
623
489
|
}
|
|
624
490
|
},
|
|
625
|
-
"
|
|
626
|
-
"type": "
|
|
627
|
-
"
|
|
628
|
-
|
|
629
|
-
},
|
|
630
|
-
"isViewNode": true,
|
|
491
|
+
"change": {
|
|
492
|
+
"type": "string",
|
|
493
|
+
"description": "An event containing details is triggered when the value of the field is changed.",
|
|
494
|
+
"artifactType": "XMLProperty",
|
|
631
495
|
"metadata": {
|
|
632
|
-
"
|
|
633
|
-
"type": "Aggregation"
|
|
496
|
+
"type": "Event"
|
|
634
497
|
}
|
|
635
498
|
},
|
|
636
|
-
"
|
|
499
|
+
"liveChange": {
|
|
637
500
|
"type": "string",
|
|
638
|
-
"description": "An event
|
|
501
|
+
"description": "An event containing details is triggered when the value of the field is live changed.",
|
|
639
502
|
"artifactType": "XMLProperty",
|
|
640
503
|
"metadata": {
|
|
641
504
|
"type": "Event"
|
|
@@ -648,147 +511,97 @@
|
|
|
648
511
|
"type": "Control"
|
|
649
512
|
}
|
|
650
513
|
},
|
|
651
|
-
"sap.fe.macros.
|
|
652
|
-
"description": "
|
|
514
|
+
"sap.fe.macros.FilterBar": {
|
|
515
|
+
"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",
|
|
653
516
|
"isViewNode": true,
|
|
654
517
|
"type": "object",
|
|
655
518
|
"properties": {
|
|
656
|
-
"
|
|
519
|
+
"contextPath": {
|
|
657
520
|
"type": "string",
|
|
658
|
-
"description": "
|
|
521
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
659
522
|
"artifactType": "XMLProperty",
|
|
660
523
|
"metadata": {
|
|
661
524
|
"type": "Property"
|
|
662
525
|
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
"path": [],
|
|
668
|
-
"type": "Control"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"sap.fe.macros.controls.BuildingBlockWithTemplating": {
|
|
672
|
-
"description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
|
|
673
|
-
"isViewNode": true,
|
|
674
|
-
"type": "object",
|
|
675
|
-
"properties": {
|
|
676
|
-
"id": {
|
|
677
|
-
"type": "string",
|
|
678
|
-
"description": "Unique id of control",
|
|
526
|
+
},
|
|
527
|
+
"liveMode": {
|
|
528
|
+
"type": "boolean",
|
|
529
|
+
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
679
530
|
"artifactType": "XMLProperty",
|
|
680
531
|
"metadata": {
|
|
681
532
|
"type": "Property"
|
|
682
533
|
}
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
"additionalProperties": false,
|
|
686
|
-
"metadata": {
|
|
687
|
-
"path": [],
|
|
688
|
-
"type": "Control"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
"sap.fe.macros.FlexibleColumnLayoutActions": {
|
|
692
|
-
"description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
|
|
693
|
-
"isViewNode": true,
|
|
694
|
-
"type": "object",
|
|
695
|
-
"properties": {
|
|
696
|
-
"id": {
|
|
534
|
+
},
|
|
535
|
+
"metaPath": {
|
|
697
536
|
"type": "string",
|
|
698
|
-
"description": "
|
|
699
|
-
"artifactType": "XMLProperty",
|
|
700
|
-
"metadata": {
|
|
701
|
-
"type": "Property"
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
},
|
|
705
|
-
"additionalProperties": false,
|
|
706
|
-
"metadata": {
|
|
707
|
-
"path": [],
|
|
708
|
-
"type": "Control"
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
"sap.fe.macros.field.Field": {
|
|
712
|
-
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
713
|
-
"isViewNode": true,
|
|
714
|
-
"type": "object",
|
|
715
|
-
"properties": {
|
|
716
|
-
"contextPath": {
|
|
717
|
-
"type": "string",
|
|
718
|
-
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
719
|
-
"artifactType": "XMLProperty",
|
|
720
|
-
"metadata": {
|
|
721
|
-
"type": "Property"
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
"description": {
|
|
725
|
-
"type": "string",
|
|
726
|
-
"description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
|
|
537
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
727
538
|
"artifactType": "XMLProperty",
|
|
728
539
|
"metadata": {
|
|
729
540
|
"type": "Property"
|
|
730
541
|
}
|
|
731
542
|
},
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"description": "
|
|
543
|
+
"showClearButton": {
|
|
544
|
+
"type": "boolean",
|
|
545
|
+
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
735
546
|
"artifactType": "XMLProperty",
|
|
736
|
-
"isViewNode": true,
|
|
737
547
|
"metadata": {
|
|
738
548
|
"type": "Property"
|
|
739
549
|
}
|
|
740
550
|
},
|
|
741
|
-
"
|
|
742
|
-
"type": "
|
|
743
|
-
"description": "
|
|
551
|
+
"showMessages": {
|
|
552
|
+
"type": "boolean",
|
|
553
|
+
"description": "Displays possible errors during the search in a message box",
|
|
744
554
|
"artifactType": "XMLProperty",
|
|
745
555
|
"metadata": {
|
|
746
556
|
"type": "Property"
|
|
747
557
|
}
|
|
748
558
|
},
|
|
749
|
-
"
|
|
559
|
+
"visible": {
|
|
750
560
|
"type": "boolean",
|
|
751
|
-
"description": "
|
|
561
|
+
"description": "Parameter which sets the visibility of the FilterBar building block",
|
|
752
562
|
"artifactType": "XMLProperty",
|
|
753
563
|
"metadata": {
|
|
754
564
|
"type": "Property"
|
|
755
565
|
}
|
|
756
566
|
},
|
|
757
|
-
"
|
|
567
|
+
"id": {
|
|
758
568
|
"type": "string",
|
|
759
|
-
"description": "
|
|
569
|
+
"description": "Unique id of control",
|
|
760
570
|
"artifactType": "XMLProperty",
|
|
761
571
|
"metadata": {
|
|
762
572
|
"type": "Property"
|
|
763
573
|
}
|
|
764
574
|
},
|
|
765
|
-
"
|
|
766
|
-
"type": "
|
|
767
|
-
"
|
|
768
|
-
|
|
575
|
+
"filterFields": {
|
|
576
|
+
"type": "object",
|
|
577
|
+
"additionalProperties": {
|
|
578
|
+
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
579
|
+
},
|
|
580
|
+
"isViewNode": true,
|
|
769
581
|
"metadata": {
|
|
770
|
-
"
|
|
582
|
+
"path": [],
|
|
583
|
+
"type": "Aggregation"
|
|
771
584
|
}
|
|
772
585
|
},
|
|
773
|
-
"
|
|
586
|
+
"afterClear": {
|
|
774
587
|
"type": "string",
|
|
775
|
-
"description": "
|
|
588
|
+
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
776
589
|
"artifactType": "XMLProperty",
|
|
777
590
|
"metadata": {
|
|
778
|
-
"type": "
|
|
591
|
+
"type": "Event"
|
|
779
592
|
}
|
|
780
593
|
},
|
|
781
|
-
"
|
|
594
|
+
"filterChanged": {
|
|
782
595
|
"type": "string",
|
|
783
|
-
"description": "
|
|
596
|
+
"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.",
|
|
784
597
|
"artifactType": "XMLProperty",
|
|
785
598
|
"metadata": {
|
|
786
599
|
"type": "Event"
|
|
787
600
|
}
|
|
788
601
|
},
|
|
789
|
-
"
|
|
602
|
+
"search": {
|
|
790
603
|
"type": "string",
|
|
791
|
-
"description": "
|
|
604
|
+
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
792
605
|
"artifactType": "XMLProperty",
|
|
793
606
|
"metadata": {
|
|
794
607
|
"type": "Event"
|
|
@@ -801,90 +614,107 @@
|
|
|
801
614
|
"type": "Control"
|
|
802
615
|
}
|
|
803
616
|
},
|
|
804
|
-
"sap.fe.macros.
|
|
805
|
-
"description": "
|
|
617
|
+
"sap.fe.macros.filterBar.FilterField": {
|
|
618
|
+
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
|
|
806
619
|
"isViewNode": true,
|
|
807
620
|
"type": "object",
|
|
808
621
|
"properties": {
|
|
809
|
-
"
|
|
622
|
+
"anchor": {
|
|
810
623
|
"type": "string",
|
|
811
|
-
"description": "
|
|
624
|
+
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
812
625
|
"artifactType": "XMLProperty",
|
|
813
626
|
"metadata": {
|
|
814
627
|
"type": "Property"
|
|
815
628
|
}
|
|
816
629
|
},
|
|
817
|
-
"
|
|
630
|
+
"key": {
|
|
818
631
|
"type": "string",
|
|
819
|
-
"description": "
|
|
632
|
+
"description": "The property name of the FilterField",
|
|
820
633
|
"artifactType": "XMLProperty",
|
|
821
634
|
"metadata": {
|
|
822
635
|
"type": "Property"
|
|
823
636
|
}
|
|
824
637
|
},
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"description": "
|
|
638
|
+
"label": {
|
|
639
|
+
"type": "string",
|
|
640
|
+
"description": "The text that will be displayed for this FilterField",
|
|
828
641
|
"artifactType": "XMLProperty",
|
|
829
|
-
"isViewNode": true,
|
|
830
642
|
"metadata": {
|
|
831
643
|
"type": "Property"
|
|
832
644
|
}
|
|
833
645
|
},
|
|
834
|
-
"
|
|
646
|
+
"placement": {
|
|
835
647
|
"type": "string",
|
|
836
|
-
"description": "Defines
|
|
648
|
+
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
837
649
|
"artifactType": "XMLProperty",
|
|
838
650
|
"metadata": {
|
|
839
651
|
"type": "Property"
|
|
840
|
-
}
|
|
652
|
+
},
|
|
653
|
+
"enum": [
|
|
654
|
+
"After",
|
|
655
|
+
"Before"
|
|
656
|
+
]
|
|
841
657
|
},
|
|
842
|
-
"
|
|
658
|
+
"showMessages": {
|
|
843
659
|
"type": "boolean",
|
|
844
|
-
"description": "
|
|
660
|
+
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
845
661
|
"artifactType": "XMLProperty",
|
|
846
662
|
"metadata": {
|
|
847
663
|
"type": "Property"
|
|
848
664
|
}
|
|
849
665
|
},
|
|
850
|
-
"
|
|
666
|
+
"id": {
|
|
851
667
|
"type": "string",
|
|
852
|
-
"description": "
|
|
668
|
+
"description": "Unique id of control",
|
|
853
669
|
"artifactType": "XMLProperty",
|
|
854
670
|
"metadata": {
|
|
855
671
|
"type": "Property"
|
|
856
672
|
}
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"additionalProperties": false,
|
|
676
|
+
"metadata": {
|
|
677
|
+
"path": [],
|
|
678
|
+
"type": "Control"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"sap.fe.macros.Form": {
|
|
682
|
+
"description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
|
|
683
|
+
"isViewNode": true,
|
|
684
|
+
"type": "object",
|
|
685
|
+
"properties": {
|
|
686
|
+
"contextPath": {
|
|
687
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
688
|
+
"description": "contextPath",
|
|
861
689
|
"artifactType": "XMLProperty",
|
|
690
|
+
"isViewNode": true,
|
|
862
691
|
"metadata": {
|
|
863
692
|
"type": "Property"
|
|
864
693
|
}
|
|
865
694
|
},
|
|
866
|
-
"
|
|
867
|
-
"
|
|
868
|
-
"description": "
|
|
695
|
+
"metaPath": {
|
|
696
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
697
|
+
"description": "metaPath",
|
|
869
698
|
"artifactType": "XMLProperty",
|
|
699
|
+
"isViewNode": true,
|
|
870
700
|
"metadata": {
|
|
871
701
|
"type": "Property"
|
|
872
702
|
}
|
|
873
703
|
},
|
|
874
|
-
"
|
|
704
|
+
"title": {
|
|
875
705
|
"type": "string",
|
|
876
|
-
"description": "
|
|
706
|
+
"description": "The title of the form control.",
|
|
877
707
|
"artifactType": "XMLProperty",
|
|
878
708
|
"metadata": {
|
|
879
|
-
"type": "
|
|
709
|
+
"type": "Property"
|
|
880
710
|
}
|
|
881
711
|
},
|
|
882
|
-
"
|
|
712
|
+
"id": {
|
|
883
713
|
"type": "string",
|
|
884
|
-
"description": "
|
|
714
|
+
"description": "Unique id of control",
|
|
885
715
|
"artifactType": "XMLProperty",
|
|
886
716
|
"metadata": {
|
|
887
|
-
"type": "
|
|
717
|
+
"type": "Property"
|
|
888
718
|
}
|
|
889
719
|
}
|
|
890
720
|
},
|
|
@@ -894,54 +724,40 @@
|
|
|
894
724
|
"type": "Control"
|
|
895
725
|
}
|
|
896
726
|
},
|
|
897
|
-
"sap.fe.macros.
|
|
898
|
-
"description": "
|
|
727
|
+
"sap.fe.macros.FormElement": {
|
|
728
|
+
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
899
729
|
"isViewNode": true,
|
|
900
730
|
"type": "object",
|
|
901
731
|
"properties": {
|
|
902
732
|
"contextPath": {
|
|
903
|
-
"
|
|
904
|
-
"description": "
|
|
905
|
-
"artifactType": "XMLProperty",
|
|
906
|
-
"metadata": {
|
|
907
|
-
"type": "Property"
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
"liveMode": {
|
|
911
|
-
"type": "boolean",
|
|
912
|
-
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
733
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
734
|
+
"description": "contextPath",
|
|
913
735
|
"artifactType": "XMLProperty",
|
|
736
|
+
"isViewNode": true,
|
|
914
737
|
"metadata": {
|
|
915
738
|
"type": "Property"
|
|
916
739
|
}
|
|
917
740
|
},
|
|
918
|
-
"
|
|
741
|
+
"label": {
|
|
919
742
|
"type": "string",
|
|
920
|
-
"description": "
|
|
921
|
-
"artifactType": "XMLProperty",
|
|
922
|
-
"metadata": {
|
|
923
|
-
"type": "Property"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
"showClearButton": {
|
|
927
|
-
"type": "boolean",
|
|
928
|
-
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
743
|
+
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
929
744
|
"artifactType": "XMLProperty",
|
|
930
745
|
"metadata": {
|
|
931
746
|
"type": "Property"
|
|
932
747
|
}
|
|
933
748
|
},
|
|
934
|
-
"
|
|
935
|
-
"
|
|
936
|
-
"description": "
|
|
749
|
+
"metaPath": {
|
|
750
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
751
|
+
"description": "metaPath",
|
|
937
752
|
"artifactType": "XMLProperty",
|
|
753
|
+
"isViewNode": true,
|
|
938
754
|
"metadata": {
|
|
939
755
|
"type": "Property"
|
|
940
756
|
}
|
|
941
757
|
},
|
|
942
758
|
"visible": {
|
|
943
759
|
"type": "boolean",
|
|
944
|
-
"description": "
|
|
760
|
+
"description": "If set to false, the FormElement is not rendered.",
|
|
945
761
|
"artifactType": "XMLProperty",
|
|
946
762
|
"metadata": {
|
|
947
763
|
"type": "Property"
|
|
@@ -955,40 +771,16 @@
|
|
|
955
771
|
"type": "Property"
|
|
956
772
|
}
|
|
957
773
|
},
|
|
958
|
-
"
|
|
774
|
+
"fields": {
|
|
959
775
|
"type": "object",
|
|
960
776
|
"additionalProperties": {
|
|
961
|
-
"$ref": "#/definitions/sap.
|
|
777
|
+
"$ref": "#/definitions/sap.ui.core.Control"
|
|
962
778
|
},
|
|
963
779
|
"isViewNode": true,
|
|
964
780
|
"metadata": {
|
|
965
781
|
"path": [],
|
|
966
782
|
"type": "Aggregation"
|
|
967
783
|
}
|
|
968
|
-
},
|
|
969
|
-
"afterClear": {
|
|
970
|
-
"type": "string",
|
|
971
|
-
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
972
|
-
"artifactType": "XMLProperty",
|
|
973
|
-
"metadata": {
|
|
974
|
-
"type": "Event"
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
|
-
"filterChanged": {
|
|
978
|
-
"type": "string",
|
|
979
|
-
"description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
|
|
980
|
-
"artifactType": "XMLProperty",
|
|
981
|
-
"metadata": {
|
|
982
|
-
"type": "Event"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"search": {
|
|
986
|
-
"type": "string",
|
|
987
|
-
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
988
|
-
"artifactType": "XMLProperty",
|
|
989
|
-
"metadata": {
|
|
990
|
-
"type": "Event"
|
|
991
|
-
}
|
|
992
784
|
}
|
|
993
785
|
},
|
|
994
786
|
"additionalProperties": false,
|
|
@@ -997,153 +789,77 @@
|
|
|
997
789
|
"type": "Control"
|
|
998
790
|
}
|
|
999
791
|
},
|
|
1000
|
-
"sap.fe.macros.
|
|
1001
|
-
"description": "Building block
|
|
792
|
+
"sap.fe.macros.KPITag": {
|
|
793
|
+
"description": "Building block used to create a KPI tag.",
|
|
1002
794
|
"isViewNode": true,
|
|
1003
795
|
"type": "object",
|
|
1004
796
|
"properties": {
|
|
1005
|
-
"
|
|
797
|
+
"number": {
|
|
798
|
+
"anyOf": [
|
|
799
|
+
{
|
|
800
|
+
"type": "number"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "string",
|
|
804
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"description": "The Number to be displayed.",
|
|
808
|
+
"artifactType": "XMLProperty",
|
|
809
|
+
"metadata": {
|
|
810
|
+
"type": "Property"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"press": {
|
|
1006
814
|
"type": "string",
|
|
1007
|
-
"description": "
|
|
815
|
+
"description": "An event is triggered when the KPI is pressed.",
|
|
1008
816
|
"artifactType": "XMLProperty",
|
|
1009
817
|
"metadata": {
|
|
1010
818
|
"type": "Property"
|
|
1011
819
|
}
|
|
1012
820
|
},
|
|
1013
|
-
"
|
|
821
|
+
"showIcon": {
|
|
1014
822
|
"type": "boolean",
|
|
1015
|
-
"description": "
|
|
823
|
+
"description": "Set it to `true` if the KPI should display its status icon.",
|
|
1016
824
|
"artifactType": "XMLProperty",
|
|
1017
825
|
"metadata": {
|
|
1018
826
|
"type": "Property"
|
|
1019
827
|
}
|
|
1020
828
|
},
|
|
1021
|
-
"
|
|
829
|
+
"status": {
|
|
1022
830
|
"type": "string",
|
|
1023
|
-
"description": "
|
|
831
|
+
"description": "The Status to be displayed.",
|
|
1024
832
|
"artifactType": "XMLProperty",
|
|
1025
833
|
"metadata": {
|
|
1026
834
|
"type": "Property"
|
|
1027
|
-
}
|
|
835
|
+
},
|
|
836
|
+
"enum": [
|
|
837
|
+
"Success",
|
|
838
|
+
"Error",
|
|
839
|
+
"Warning",
|
|
840
|
+
"None",
|
|
841
|
+
"Information"
|
|
842
|
+
]
|
|
1028
843
|
},
|
|
1029
|
-
"
|
|
1030
|
-
"type": "
|
|
1031
|
-
"description": "
|
|
844
|
+
"text": {
|
|
845
|
+
"type": "string",
|
|
846
|
+
"description": "The Text to be displayed.",
|
|
1032
847
|
"artifactType": "XMLProperty",
|
|
1033
848
|
"metadata": {
|
|
1034
849
|
"type": "Property"
|
|
1035
850
|
}
|
|
1036
851
|
},
|
|
1037
|
-
"
|
|
1038
|
-
"type": "
|
|
1039
|
-
"description": "
|
|
852
|
+
"tooltip": {
|
|
853
|
+
"type": "string",
|
|
854
|
+
"description": "The Tooltip to be displayed.",
|
|
1040
855
|
"artifactType": "XMLProperty",
|
|
1041
856
|
"metadata": {
|
|
1042
857
|
"type": "Property"
|
|
1043
858
|
}
|
|
1044
859
|
},
|
|
1045
|
-
"
|
|
1046
|
-
"type": "
|
|
1047
|
-
"description": "
|
|
1048
|
-
"artifactType": "XMLProperty",
|
|
1049
|
-
"metadata": {
|
|
1050
|
-
"type": "Property"
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
"id": {
|
|
1054
|
-
"type": "string",
|
|
1055
|
-
"description": "Unique id of control",
|
|
1056
|
-
"artifactType": "XMLProperty",
|
|
1057
|
-
"metadata": {
|
|
1058
|
-
"type": "Property"
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
"filterFields": {
|
|
1062
|
-
"type": "object",
|
|
1063
|
-
"additionalProperties": {
|
|
1064
|
-
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
1065
|
-
},
|
|
1066
|
-
"isViewNode": true,
|
|
1067
|
-
"metadata": {
|
|
1068
|
-
"path": [],
|
|
1069
|
-
"type": "Aggregation"
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
"afterClear": {
|
|
1073
|
-
"type": "string",
|
|
1074
|
-
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
1075
|
-
"artifactType": "XMLProperty",
|
|
1076
|
-
"metadata": {
|
|
1077
|
-
"type": "Event"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
"filterChanged": {
|
|
1081
|
-
"type": "string",
|
|
1082
|
-
"description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
|
|
1083
|
-
"artifactType": "XMLProperty",
|
|
1084
|
-
"metadata": {
|
|
1085
|
-
"type": "Event"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
"search": {
|
|
1089
|
-
"type": "string",
|
|
1090
|
-
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
1091
|
-
"artifactType": "XMLProperty",
|
|
1092
|
-
"metadata": {
|
|
1093
|
-
"type": "Event"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
"additionalProperties": false,
|
|
1098
|
-
"metadata": {
|
|
1099
|
-
"path": [],
|
|
1100
|
-
"type": "Control"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"sap.fe.macros.filterBar.FilterField": {
|
|
1104
|
-
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
|
|
1105
|
-
"isViewNode": true,
|
|
1106
|
-
"type": "object",
|
|
1107
|
-
"properties": {
|
|
1108
|
-
"anchor": {
|
|
1109
|
-
"type": "string",
|
|
1110
|
-
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
1111
|
-
"artifactType": "XMLProperty",
|
|
1112
|
-
"metadata": {
|
|
1113
|
-
"type": "Property"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
"key": {
|
|
1117
|
-
"type": "string",
|
|
1118
|
-
"description": "The property name of the FilterField",
|
|
1119
|
-
"artifactType": "XMLProperty",
|
|
1120
|
-
"metadata": {
|
|
1121
|
-
"type": "Property"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
"label": {
|
|
1125
|
-
"type": "string",
|
|
1126
|
-
"description": "The text that will be displayed for this FilterField",
|
|
1127
|
-
"artifactType": "XMLProperty",
|
|
1128
|
-
"metadata": {
|
|
1129
|
-
"type": "Property"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
"placement": {
|
|
1133
|
-
"type": "string",
|
|
1134
|
-
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1135
|
-
"artifactType": "XMLProperty",
|
|
1136
|
-
"metadata": {
|
|
1137
|
-
"type": "Property"
|
|
1138
|
-
},
|
|
1139
|
-
"enum": [
|
|
1140
|
-
"After",
|
|
1141
|
-
"Before"
|
|
1142
|
-
]
|
|
1143
|
-
},
|
|
1144
|
-
"showMessages": {
|
|
1145
|
-
"type": "boolean",
|
|
1146
|
-
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
860
|
+
"unit": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"description": "The Unit of Measure of the number to be displayed.",
|
|
1147
863
|
"artifactType": "XMLProperty",
|
|
1148
864
|
"metadata": {
|
|
1149
865
|
"type": "Property"
|
|
@@ -1164,37 +880,11 @@
|
|
|
1164
880
|
"type": "Control"
|
|
1165
881
|
}
|
|
1166
882
|
},
|
|
1167
|
-
"sap.fe.macros.
|
|
1168
|
-
"description": "Building block
|
|
883
|
+
"sap.fe.macros.MicroChart": {
|
|
884
|
+
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
|
|
1169
885
|
"isViewNode": true,
|
|
1170
886
|
"type": "object",
|
|
1171
887
|
"properties": {
|
|
1172
|
-
"contextPath": {
|
|
1173
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1174
|
-
"description": "contextPath",
|
|
1175
|
-
"artifactType": "XMLProperty",
|
|
1176
|
-
"isViewNode": true,
|
|
1177
|
-
"metadata": {
|
|
1178
|
-
"type": "Property"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"metaPath": {
|
|
1182
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1183
|
-
"description": "metaPath",
|
|
1184
|
-
"artifactType": "XMLProperty",
|
|
1185
|
-
"isViewNode": true,
|
|
1186
|
-
"metadata": {
|
|
1187
|
-
"type": "Property"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"title": {
|
|
1191
|
-
"type": "string",
|
|
1192
|
-
"description": "The title of the form control.",
|
|
1193
|
-
"artifactType": "XMLProperty",
|
|
1194
|
-
"metadata": {
|
|
1195
|
-
"type": "Property"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
888
|
"id": {
|
|
1199
889
|
"type": "string",
|
|
1200
890
|
"description": "Unique id of control",
|
|
@@ -1210,8 +900,8 @@
|
|
|
1210
900
|
"type": "Control"
|
|
1211
901
|
}
|
|
1212
902
|
},
|
|
1213
|
-
"sap.fe.macros.
|
|
1214
|
-
"description": "Building block
|
|
903
|
+
"sap.fe.macros.MultiValueField": {
|
|
904
|
+
"description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
|
|
1215
905
|
"isViewNode": true,
|
|
1216
906
|
"type": "object",
|
|
1217
907
|
"properties": {
|
|
@@ -1224,14 +914,6 @@
|
|
|
1224
914
|
"type": "Property"
|
|
1225
915
|
}
|
|
1226
916
|
},
|
|
1227
|
-
"label": {
|
|
1228
|
-
"type": "string",
|
|
1229
|
-
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
1230
|
-
"artifactType": "XMLProperty",
|
|
1231
|
-
"metadata": {
|
|
1232
|
-
"type": "Property"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
917
|
"metaPath": {
|
|
1236
918
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1237
919
|
"description": "metaPath",
|
|
@@ -1241,65 +923,14 @@
|
|
|
1241
923
|
"type": "Property"
|
|
1242
924
|
}
|
|
1243
925
|
},
|
|
1244
|
-
"
|
|
926
|
+
"readOnly": {
|
|
1245
927
|
"type": "boolean",
|
|
1246
|
-
"description": "
|
|
1247
|
-
"artifactType": "XMLProperty",
|
|
1248
|
-
"metadata": {
|
|
1249
|
-
"type": "Property"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"id": {
|
|
1253
|
-
"type": "string",
|
|
1254
|
-
"description": "Unique id of control",
|
|
928
|
+
"description": "The readOnly flag",
|
|
1255
929
|
"artifactType": "XMLProperty",
|
|
1256
930
|
"metadata": {
|
|
1257
931
|
"type": "Property"
|
|
1258
932
|
}
|
|
1259
933
|
},
|
|
1260
|
-
"fields": {
|
|
1261
|
-
"type": "object",
|
|
1262
|
-
"additionalProperties": {
|
|
1263
|
-
"$ref": "#/definitions/sap.ui.core.Control"
|
|
1264
|
-
},
|
|
1265
|
-
"isViewNode": true,
|
|
1266
|
-
"metadata": {
|
|
1267
|
-
"path": [],
|
|
1268
|
-
"type": "Aggregation"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"additionalProperties": false,
|
|
1273
|
-
"metadata": {
|
|
1274
|
-
"path": [],
|
|
1275
|
-
"type": "Control"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"sap.fe.macros.MicroChart": {
|
|
1279
|
-
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
|
|
1280
|
-
"isViewNode": true,
|
|
1281
|
-
"type": "object",
|
|
1282
|
-
"properties": {
|
|
1283
|
-
"id": {
|
|
1284
|
-
"type": "string",
|
|
1285
|
-
"description": "Unique id of control",
|
|
1286
|
-
"artifactType": "XMLProperty",
|
|
1287
|
-
"metadata": {
|
|
1288
|
-
"type": "Property"
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
"additionalProperties": false,
|
|
1293
|
-
"metadata": {
|
|
1294
|
-
"path": [],
|
|
1295
|
-
"type": "Control"
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
"sap.fe.macros.microchart.MicroChart": {
|
|
1299
|
-
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
1300
|
-
"isViewNode": true,
|
|
1301
|
-
"type": "object",
|
|
1302
|
-
"properties": {
|
|
1303
934
|
"id": {
|
|
1304
935
|
"type": "string",
|
|
1305
936
|
"description": "Unique id of control",
|
|
@@ -1316,7 +947,7 @@
|
|
|
1316
947
|
}
|
|
1317
948
|
},
|
|
1318
949
|
"sap.fe.macros.Paginator": {
|
|
1319
|
-
"description": "Building block used to create a paginator control.\nUsage example:\n\n<
|
|
950
|
+
"description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
|
|
1320
951
|
"isViewNode": true,
|
|
1321
952
|
"type": "object",
|
|
1322
953
|
"properties": {
|
|
@@ -1343,94 +974,6 @@
|
|
|
1343
974
|
"type": "Control"
|
|
1344
975
|
}
|
|
1345
976
|
},
|
|
1346
|
-
"sap.fe.macros.richtexteditor.ButtonGroup": {
|
|
1347
|
-
"description": "Button configurations for the RichTextEditor.",
|
|
1348
|
-
"isViewNode": true,
|
|
1349
|
-
"type": "object",
|
|
1350
|
-
"properties": {
|
|
1351
|
-
"buttons": {
|
|
1352
|
-
"type": "string",
|
|
1353
|
-
"description": "The buttons to be displayed in the group.",
|
|
1354
|
-
"artifactType": "XMLProperty",
|
|
1355
|
-
"metadata": {
|
|
1356
|
-
"type": "Property"
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
"customToolbarPriority": {
|
|
1360
|
-
"type": "string",
|
|
1361
|
-
"description": "The priority of the group in the custom toolbar.",
|
|
1362
|
-
"artifactType": "XMLProperty",
|
|
1363
|
-
"metadata": {
|
|
1364
|
-
"type": "Property"
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
|
-
"name": {
|
|
1368
|
-
"type": "string",
|
|
1369
|
-
"description": "The name of the group.",
|
|
1370
|
-
"artifactType": "XMLProperty",
|
|
1371
|
-
"metadata": {
|
|
1372
|
-
"type": "Property"
|
|
1373
|
-
}
|
|
1374
|
-
},
|
|
1375
|
-
"priority": {
|
|
1376
|
-
"type": "string",
|
|
1377
|
-
"description": "The priority of the group.",
|
|
1378
|
-
"artifactType": "XMLProperty",
|
|
1379
|
-
"metadata": {
|
|
1380
|
-
"type": "Property"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
"visible": {
|
|
1384
|
-
"type": "string",
|
|
1385
|
-
"description": "Whether the group is visible.",
|
|
1386
|
-
"artifactType": "XMLProperty",
|
|
1387
|
-
"metadata": {
|
|
1388
|
-
"type": "Property"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
"id": {
|
|
1392
|
-
"type": "string",
|
|
1393
|
-
"description": "Unique id of control",
|
|
1394
|
-
"artifactType": "XMLProperty",
|
|
1395
|
-
"metadata": {
|
|
1396
|
-
"type": "Property"
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
"additionalProperties": false,
|
|
1401
|
-
"metadata": {
|
|
1402
|
-
"path": [],
|
|
1403
|
-
"type": "Control"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
"sap.fe.macros.richtexteditor.Plugin": {
|
|
1407
|
-
"description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
|
|
1408
|
-
"isViewNode": true,
|
|
1409
|
-
"type": "object",
|
|
1410
|
-
"properties": {
|
|
1411
|
-
"name": {
|
|
1412
|
-
"type": "string",
|
|
1413
|
-
"description": "The plugin name.",
|
|
1414
|
-
"artifactType": "XMLProperty",
|
|
1415
|
-
"metadata": {
|
|
1416
|
-
"type": "Property"
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
"id": {
|
|
1420
|
-
"type": "string",
|
|
1421
|
-
"description": "Unique id of control",
|
|
1422
|
-
"artifactType": "XMLProperty",
|
|
1423
|
-
"metadata": {
|
|
1424
|
-
"type": "Property"
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
"additionalProperties": false,
|
|
1429
|
-
"metadata": {
|
|
1430
|
-
"path": [],
|
|
1431
|
-
"type": "Control"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
977
|
"sap.fe.macros.RichTextEditorWithMetadata": {
|
|
1435
978
|
"description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
|
|
1436
979
|
"isViewNode": true,
|
|
@@ -1510,7 +1053,7 @@
|
|
|
1510
1053
|
}
|
|
1511
1054
|
},
|
|
1512
1055
|
"sap.fe.macros.Share": {
|
|
1513
|
-
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<
|
|
1056
|
+
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macro:Share\n\tid=\"someID\"\nvisible=\"true\"\n/>\n\n",
|
|
1514
1057
|
"isViewNode": true,
|
|
1515
1058
|
"type": "object",
|
|
1516
1059
|
"properties": {
|
|
@@ -1696,943 +1239,66 @@
|
|
|
1696
1239
|
"description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
|
|
1697
1240
|
"isViewNode": true,
|
|
1698
1241
|
"type": "object",
|
|
1699
|
-
"properties": {
|
|
1700
|
-
"anchor": {
|
|
1701
|
-
"type": "string",
|
|
1702
|
-
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
1703
|
-
"artifactType": "XMLProperty",
|
|
1704
|
-
"metadata": {
|
|
1705
|
-
"type": "Property"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
"header": {
|
|
1709
|
-
"type": "string",
|
|
1710
|
-
"description": "The text that will be displayed for this column header",
|
|
1711
|
-
"artifactType": "XMLProperty",
|
|
1712
|
-
"metadata": {
|
|
1713
|
-
"type": "Property"
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
|
-
"horizontalAlign": {
|
|
1717
|
-
"type": "string",
|
|
1718
|
-
"description": "Aligns the header as well as the content horizontally",
|
|
1719
|
-
"artifactType": "XMLProperty",
|
|
1720
|
-
"metadata": {
|
|
1721
|
-
"type": "Property"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
"importance": {
|
|
1725
|
-
"type": "string",
|
|
1726
|
-
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
1727
|
-
"artifactType": "XMLProperty",
|
|
1728
|
-
"metadata": {
|
|
1729
|
-
"type": "Property"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
"key": {
|
|
1733
|
-
"type": "string",
|
|
1734
|
-
"description": "Unique identifier of the column",
|
|
1735
|
-
"artifactType": "XMLProperty",
|
|
1736
|
-
"metadata": {
|
|
1737
|
-
"type": "Property"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
"placement": {
|
|
1741
|
-
"type": "string",
|
|
1742
|
-
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1743
|
-
"artifactType": "XMLProperty",
|
|
1744
|
-
"metadata": {
|
|
1745
|
-
"type": "Property"
|
|
1746
|
-
},
|
|
1747
|
-
"enum": [
|
|
1748
|
-
"After",
|
|
1749
|
-
"Before"
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
"width": {
|
|
1753
|
-
"type": "string",
|
|
1754
|
-
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1755
|
-
"artifactType": "XMLProperty",
|
|
1756
|
-
"metadata": {
|
|
1757
|
-
"type": "Property"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
"widthIncludingColumnHeader": {
|
|
1761
|
-
"type": "boolean",
|
|
1762
|
-
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
1763
|
-
"artifactType": "XMLProperty",
|
|
1764
|
-
"metadata": {
|
|
1765
|
-
"type": "Property"
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
"id": {
|
|
1769
|
-
"type": "string",
|
|
1770
|
-
"description": "Unique id of control",
|
|
1771
|
-
"artifactType": "XMLProperty",
|
|
1772
|
-
"metadata": {
|
|
1773
|
-
"type": "Property"
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
"additionalProperties": false,
|
|
1778
|
-
"metadata": {
|
|
1779
|
-
"path": [],
|
|
1780
|
-
"type": "Control"
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
"sap.fe.macros.Table": {
|
|
1784
|
-
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
|
|
1785
|
-
"isViewNode": true,
|
|
1786
|
-
"type": "object",
|
|
1787
|
-
"properties": {
|
|
1788
|
-
"busy": {
|
|
1789
|
-
"type": "boolean",
|
|
1790
|
-
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
1791
|
-
"artifactType": "XMLProperty",
|
|
1792
|
-
"metadata": {
|
|
1793
|
-
"type": "Property"
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
|
-
"contextPath": {
|
|
1797
|
-
"type": "string",
|
|
1798
|
-
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1799
|
-
"artifactType": "XMLProperty",
|
|
1800
|
-
"metadata": {
|
|
1801
|
-
"type": "Property"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
"creationMode": {
|
|
1805
|
-
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
1806
|
-
"description": "creationMode",
|
|
1807
|
-
"artifactType": "XMLProperty",
|
|
1808
|
-
"isViewNode": true,
|
|
1809
|
-
"metadata": {
|
|
1810
|
-
"type": "Property"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
"disableCopyToClipboard": {
|
|
1814
|
-
"type": "boolean",
|
|
1815
|
-
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
1816
|
-
"artifactType": "XMLProperty",
|
|
1817
|
-
"metadata": {
|
|
1818
|
-
"type": "Property"
|
|
1819
|
-
}
|
|
1820
|
-
},
|
|
1821
|
-
"enableAutoColumnWidth": {
|
|
1822
|
-
"type": "boolean",
|
|
1823
|
-
"description": "Specifies if the column width is automatically calculated.",
|
|
1824
|
-
"artifactType": "XMLProperty",
|
|
1825
|
-
"metadata": {
|
|
1826
|
-
"type": "Property"
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
"enableExport": {
|
|
1830
|
-
"type": "boolean",
|
|
1831
|
-
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
1832
|
-
"artifactType": "XMLProperty",
|
|
1833
|
-
"metadata": {
|
|
1834
|
-
"type": "Property"
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
"enableFullScreen": {
|
|
1838
|
-
"type": "boolean",
|
|
1839
|
-
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
1840
|
-
"artifactType": "XMLProperty",
|
|
1841
|
-
"metadata": {
|
|
1842
|
-
"type": "Property"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
"enablePaste": {
|
|
1846
|
-
"type": "boolean",
|
|
1847
|
-
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
1848
|
-
"artifactType": "XMLProperty",
|
|
1849
|
-
"metadata": {
|
|
1850
|
-
"type": "Property"
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"exportRequestSize": {
|
|
1854
|
-
"$ref": "#/definitions/int",
|
|
1855
|
-
"description": "exportRequestSize",
|
|
1856
|
-
"artifactType": "XMLProperty",
|
|
1857
|
-
"isViewNode": true,
|
|
1858
|
-
"metadata": {
|
|
1859
|
-
"type": "Property"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"filterBar": {
|
|
1863
|
-
"type": "string",
|
|
1864
|
-
"description": "ID of the FilterBar building block associated with the table.",
|
|
1865
|
-
"artifactType": "XMLProperty",
|
|
1866
|
-
"metadata": {
|
|
1867
|
-
"type": "Property"
|
|
1868
|
-
}
|
|
1869
|
-
},
|
|
1870
|
-
"frozenColumnCount": {
|
|
1871
|
-
"$ref": "#/definitions/int",
|
|
1872
|
-
"description": "frozenColumnCount",
|
|
1873
|
-
"artifactType": "XMLProperty",
|
|
1874
|
-
"isViewNode": true,
|
|
1875
|
-
"metadata": {
|
|
1876
|
-
"type": "Property"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
"header": {
|
|
1880
|
-
"type": "string",
|
|
1881
|
-
"description": "Specifies the header text that is shown in the table.",
|
|
1882
|
-
"artifactType": "XMLProperty",
|
|
1883
|
-
"metadata": {
|
|
1884
|
-
"type": "Property"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
"headerVisible": {
|
|
1888
|
-
"type": "boolean",
|
|
1889
|
-
"description": "Controls if the header text should be shown or not.",
|
|
1890
|
-
"artifactType": "XMLProperty",
|
|
1891
|
-
"metadata": {
|
|
1892
|
-
"type": "Property"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
"ignoredFields": {
|
|
1896
|
-
"type": "string",
|
|
1897
|
-
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
1898
|
-
"artifactType": "XMLProperty",
|
|
1899
|
-
"metadata": {
|
|
1900
|
-
"type": "Property"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
"isSearchable": {
|
|
1904
|
-
"type": "boolean",
|
|
1905
|
-
"description": "Defines whether to display the search action.",
|
|
1906
|
-
"artifactType": "XMLProperty",
|
|
1907
|
-
"metadata": {
|
|
1908
|
-
"type": "Property"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
"metaPath": {
|
|
1912
|
-
"type": "string",
|
|
1913
|
-
"description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
|
|
1914
|
-
"artifactType": "XMLProperty",
|
|
1915
|
-
"metadata": {
|
|
1916
|
-
"type": "Property"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
"personalization": {
|
|
1920
|
-
"type": "string",
|
|
1921
|
-
"description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
|
|
1922
|
-
"artifactType": "XMLProperty",
|
|
1923
|
-
"metadata": {
|
|
1924
|
-
"type": "Property"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
"readOnly": {
|
|
1928
|
-
"type": "boolean",
|
|
1929
|
-
"description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
1930
|
-
"artifactType": "XMLProperty",
|
|
1931
|
-
"metadata": {
|
|
1932
|
-
"type": "Property"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
"rowCount": {
|
|
1936
|
-
"$ref": "#/definitions/int",
|
|
1937
|
-
"description": "rowCount",
|
|
1938
|
-
"artifactType": "XMLProperty",
|
|
1939
|
-
"isViewNode": true,
|
|
1940
|
-
"metadata": {
|
|
1941
|
-
"type": "Property"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"rowCountMode": {
|
|
1945
|
-
"type": "string",
|
|
1946
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
1947
|
-
"artifactType": "XMLProperty",
|
|
1948
|
-
"metadata": {
|
|
1949
|
-
"type": "Property"
|
|
1950
|
-
},
|
|
1951
|
-
"enum": [
|
|
1952
|
-
"Auto",
|
|
1953
|
-
"Fixed"
|
|
1954
|
-
]
|
|
1955
|
-
},
|
|
1956
|
-
"selectionMode": {
|
|
1957
|
-
"type": "string",
|
|
1958
|
-
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
1959
|
-
"artifactType": "XMLProperty",
|
|
1960
|
-
"metadata": {
|
|
1961
|
-
"type": "Property"
|
|
1962
|
-
},
|
|
1963
|
-
"enum": [
|
|
1964
|
-
"None",
|
|
1965
|
-
"Single",
|
|
1966
|
-
"Multi",
|
|
1967
|
-
"Auto",
|
|
1968
|
-
"ForceMulti",
|
|
1969
|
-
"ForceSingle"
|
|
1970
|
-
]
|
|
1971
|
-
},
|
|
1972
|
-
"type": {
|
|
1973
|
-
"type": "string",
|
|
1974
|
-
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
|
|
1975
|
-
"artifactType": "XMLProperty",
|
|
1976
|
-
"metadata": {
|
|
1977
|
-
"type": "Property"
|
|
1978
|
-
},
|
|
1979
|
-
"enum": [
|
|
1980
|
-
"GridTable",
|
|
1981
|
-
"ResponsiveTable",
|
|
1982
|
-
"AnalyticalTable"
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
"variantManagement": {
|
|
1986
|
-
"type": "string",
|
|
1987
|
-
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
|
|
1988
|
-
"artifactType": "XMLProperty",
|
|
1989
|
-
"metadata": {
|
|
1990
|
-
"type": "Property"
|
|
1991
|
-
},
|
|
1992
|
-
"enum": [
|
|
1993
|
-
"None",
|
|
1994
|
-
"Page",
|
|
1995
|
-
"Control"
|
|
1996
|
-
]
|
|
1997
|
-
},
|
|
1998
|
-
"widthIncludingColumnHeader": {
|
|
1999
|
-
"type": "boolean",
|
|
2000
|
-
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
2001
|
-
"artifactType": "XMLProperty",
|
|
2002
|
-
"metadata": {
|
|
2003
|
-
"type": "Property"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
"id": {
|
|
2007
|
-
"type": "string",
|
|
2008
|
-
"description": "Unique id of control",
|
|
2009
|
-
"artifactType": "XMLProperty",
|
|
2010
|
-
"metadata": {
|
|
2011
|
-
"type": "Property"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
"actions": {
|
|
2015
|
-
"type": "object",
|
|
2016
|
-
"additionalProperties": {
|
|
2017
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2018
|
-
},
|
|
2019
|
-
"isViewNode": true,
|
|
2020
|
-
"metadata": {
|
|
2021
|
-
"path": [],
|
|
2022
|
-
"type": "Aggregation"
|
|
2023
|
-
}
|
|
2024
|
-
},
|
|
2025
|
-
"columns": {
|
|
2026
|
-
"type": "object",
|
|
2027
|
-
"additionalProperties": {
|
|
2028
|
-
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
2029
|
-
},
|
|
2030
|
-
"isViewNode": true,
|
|
2031
|
-
"metadata": {
|
|
2032
|
-
"path": [],
|
|
2033
|
-
"type": "Aggregation"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
"beforeRebindTable": {
|
|
2037
|
-
"type": "string",
|
|
2038
|
-
"description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
|
|
2039
|
-
"artifactType": "XMLProperty",
|
|
2040
|
-
"metadata": {
|
|
2041
|
-
"type": "Event"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
"rowPress": {
|
|
2045
|
-
"type": "string",
|
|
2046
|
-
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
2047
|
-
"artifactType": "XMLProperty",
|
|
2048
|
-
"metadata": {
|
|
2049
|
-
"type": "Event"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
"selectionChange": {
|
|
2053
|
-
"type": "string",
|
|
2054
|
-
"description": "An event triggered when the selection in the table changes.",
|
|
2055
|
-
"artifactType": "XMLProperty",
|
|
2056
|
-
"metadata": {
|
|
2057
|
-
"type": "Event"
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
"additionalProperties": false,
|
|
2062
|
-
"metadata": {
|
|
2063
|
-
"path": [],
|
|
2064
|
-
"type": "Control",
|
|
2065
|
-
"defaultAggregation": "columns"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
"sap.fe.macros.table.Table": {
|
|
2069
|
-
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
2070
|
-
"isViewNode": true,
|
|
2071
|
-
"type": "object",
|
|
2072
|
-
"properties": {
|
|
2073
|
-
"busy": {
|
|
2074
|
-
"type": "boolean",
|
|
2075
|
-
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
2076
|
-
"artifactType": "XMLProperty",
|
|
2077
|
-
"metadata": {
|
|
2078
|
-
"type": "Property"
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
2081
|
-
"contextPath": {
|
|
2082
|
-
"type": "string",
|
|
2083
|
-
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
2084
|
-
"artifactType": "XMLProperty",
|
|
2085
|
-
"metadata": {
|
|
2086
|
-
"type": "Property"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
"creationMode": {
|
|
2090
|
-
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
2091
|
-
"description": "creationMode",
|
|
2092
|
-
"artifactType": "XMLProperty",
|
|
2093
|
-
"isViewNode": true,
|
|
2094
|
-
"metadata": {
|
|
2095
|
-
"type": "Property"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
"disableCopyToClipboard": {
|
|
2099
|
-
"type": "boolean",
|
|
2100
|
-
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
2101
|
-
"artifactType": "XMLProperty",
|
|
2102
|
-
"metadata": {
|
|
2103
|
-
"type": "Property"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
"enableAutoColumnWidth": {
|
|
2107
|
-
"type": "boolean",
|
|
2108
|
-
"description": "Specifies if the column width is automatically calculated.",
|
|
2109
|
-
"artifactType": "XMLProperty",
|
|
2110
|
-
"metadata": {
|
|
2111
|
-
"type": "Property"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
"enableExport": {
|
|
2115
|
-
"type": "boolean",
|
|
2116
|
-
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
2117
|
-
"artifactType": "XMLProperty",
|
|
2118
|
-
"metadata": {
|
|
2119
|
-
"type": "Property"
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2122
|
-
"enableFullScreen": {
|
|
2123
|
-
"type": "boolean",
|
|
2124
|
-
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
2125
|
-
"artifactType": "XMLProperty",
|
|
2126
|
-
"metadata": {
|
|
2127
|
-
"type": "Property"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
"enablePaste": {
|
|
2131
|
-
"type": "boolean",
|
|
2132
|
-
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
2133
|
-
"artifactType": "XMLProperty",
|
|
2134
|
-
"metadata": {
|
|
2135
|
-
"type": "Property"
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
"exportRequestSize": {
|
|
2139
|
-
"$ref": "#/definitions/int",
|
|
2140
|
-
"description": "exportRequestSize",
|
|
2141
|
-
"artifactType": "XMLProperty",
|
|
2142
|
-
"isViewNode": true,
|
|
2143
|
-
"metadata": {
|
|
2144
|
-
"type": "Property"
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
|
-
"filterBar": {
|
|
2148
|
-
"type": "string",
|
|
2149
|
-
"description": "ID of the FilterBar building block associated with the table.",
|
|
2150
|
-
"artifactType": "XMLProperty",
|
|
2151
|
-
"metadata": {
|
|
2152
|
-
"type": "Property"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
"frozenColumnCount": {
|
|
2156
|
-
"$ref": "#/definitions/int",
|
|
2157
|
-
"description": "frozenColumnCount",
|
|
2158
|
-
"artifactType": "XMLProperty",
|
|
2159
|
-
"isViewNode": true,
|
|
2160
|
-
"metadata": {
|
|
2161
|
-
"type": "Property"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
"header": {
|
|
2165
|
-
"type": "string",
|
|
2166
|
-
"description": "Specifies the header text that is shown in the table.",
|
|
2167
|
-
"artifactType": "XMLProperty",
|
|
2168
|
-
"metadata": {
|
|
2169
|
-
"type": "Property"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
"headerVisible": {
|
|
2173
|
-
"type": "boolean",
|
|
2174
|
-
"description": "Controls if the header text should be shown or not.",
|
|
2175
|
-
"artifactType": "XMLProperty",
|
|
2176
|
-
"metadata": {
|
|
2177
|
-
"type": "Property"
|
|
2178
|
-
}
|
|
2179
|
-
},
|
|
2180
|
-
"ignoredFields": {
|
|
2181
|
-
"type": "string",
|
|
2182
|
-
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
2183
|
-
"artifactType": "XMLProperty",
|
|
2184
|
-
"metadata": {
|
|
2185
|
-
"type": "Property"
|
|
2186
|
-
}
|
|
2187
|
-
},
|
|
2188
|
-
"isSearchable": {
|
|
2189
|
-
"type": "boolean",
|
|
2190
|
-
"description": "Defines whether to display the search action.",
|
|
2191
|
-
"artifactType": "XMLProperty",
|
|
2192
|
-
"metadata": {
|
|
2193
|
-
"type": "Property"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
"metaPath": {
|
|
2197
|
-
"type": "string",
|
|
2198
|
-
"description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
|
|
2199
|
-
"artifactType": "XMLProperty",
|
|
2200
|
-
"metadata": {
|
|
2201
|
-
"type": "Property"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"personalization": {
|
|
2205
|
-
"type": "string",
|
|
2206
|
-
"description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
|
|
2207
|
-
"artifactType": "XMLProperty",
|
|
2208
|
-
"metadata": {
|
|
2209
|
-
"type": "Property"
|
|
2210
|
-
}
|
|
2211
|
-
},
|
|
2212
|
-
"readOnly": {
|
|
2213
|
-
"type": "boolean",
|
|
2214
|
-
"description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
2215
|
-
"artifactType": "XMLProperty",
|
|
2216
|
-
"metadata": {
|
|
2217
|
-
"type": "Property"
|
|
2218
|
-
}
|
|
2219
|
-
},
|
|
2220
|
-
"rowCount": {
|
|
2221
|
-
"$ref": "#/definitions/int",
|
|
2222
|
-
"description": "rowCount",
|
|
2223
|
-
"artifactType": "XMLProperty",
|
|
2224
|
-
"isViewNode": true,
|
|
2225
|
-
"metadata": {
|
|
2226
|
-
"type": "Property"
|
|
2227
|
-
}
|
|
2228
|
-
},
|
|
2229
|
-
"rowCountMode": {
|
|
2230
|
-
"type": "string",
|
|
2231
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
2232
|
-
"artifactType": "XMLProperty",
|
|
2233
|
-
"metadata": {
|
|
2234
|
-
"type": "Property"
|
|
2235
|
-
},
|
|
2236
|
-
"enum": [
|
|
2237
|
-
"Auto",
|
|
2238
|
-
"Fixed"
|
|
2239
|
-
]
|
|
2240
|
-
},
|
|
2241
|
-
"selectionMode": {
|
|
2242
|
-
"type": "string",
|
|
2243
|
-
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
2244
|
-
"artifactType": "XMLProperty",
|
|
2245
|
-
"metadata": {
|
|
2246
|
-
"type": "Property"
|
|
2247
|
-
},
|
|
2248
|
-
"enum": [
|
|
2249
|
-
"None",
|
|
2250
|
-
"Single",
|
|
2251
|
-
"Multi",
|
|
2252
|
-
"Auto",
|
|
2253
|
-
"ForceMulti",
|
|
2254
|
-
"ForceSingle"
|
|
2255
|
-
]
|
|
2256
|
-
},
|
|
2257
|
-
"type": {
|
|
2258
|
-
"type": "string",
|
|
2259
|
-
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
|
|
2260
|
-
"artifactType": "XMLProperty",
|
|
2261
|
-
"metadata": {
|
|
2262
|
-
"type": "Property"
|
|
2263
|
-
},
|
|
2264
|
-
"enum": [
|
|
2265
|
-
"GridTable",
|
|
2266
|
-
"ResponsiveTable",
|
|
2267
|
-
"AnalyticalTable"
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
|
-
"variantManagement": {
|
|
2271
|
-
"type": "string",
|
|
2272
|
-
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
|
|
2273
|
-
"artifactType": "XMLProperty",
|
|
2274
|
-
"metadata": {
|
|
2275
|
-
"type": "Property"
|
|
2276
|
-
},
|
|
2277
|
-
"const": "Control"
|
|
2278
|
-
},
|
|
2279
|
-
"widthIncludingColumnHeader": {
|
|
2280
|
-
"type": "boolean",
|
|
2281
|
-
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
2282
|
-
"artifactType": "XMLProperty",
|
|
2283
|
-
"metadata": {
|
|
2284
|
-
"type": "Property"
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
|
-
"id": {
|
|
2288
|
-
"type": "string",
|
|
2289
|
-
"description": "Unique id of control",
|
|
2290
|
-
"artifactType": "XMLProperty",
|
|
2291
|
-
"metadata": {
|
|
2292
|
-
"type": "Property"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
"actions": {
|
|
2296
|
-
"type": "object",
|
|
2297
|
-
"additionalProperties": {
|
|
2298
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2299
|
-
},
|
|
2300
|
-
"isViewNode": true,
|
|
2301
|
-
"metadata": {
|
|
2302
|
-
"path": [],
|
|
2303
|
-
"type": "Aggregation"
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2306
|
-
"columns": {
|
|
2307
|
-
"type": "object",
|
|
2308
|
-
"additionalProperties": {
|
|
2309
|
-
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
2310
|
-
},
|
|
2311
|
-
"isViewNode": true,
|
|
2312
|
-
"metadata": {
|
|
2313
|
-
"path": [],
|
|
2314
|
-
"type": "Aggregation"
|
|
2315
|
-
}
|
|
2316
|
-
},
|
|
2317
|
-
"beforeRebindTable": {
|
|
2318
|
-
"type": "string",
|
|
2319
|
-
"description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
|
|
2320
|
-
"artifactType": "XMLProperty",
|
|
2321
|
-
"metadata": {
|
|
2322
|
-
"type": "Event"
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
"rowPress": {
|
|
2326
|
-
"type": "string",
|
|
2327
|
-
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
2328
|
-
"artifactType": "XMLProperty",
|
|
2329
|
-
"metadata": {
|
|
2330
|
-
"type": "Event"
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
"selectionChange": {
|
|
2334
|
-
"type": "string",
|
|
2335
|
-
"description": "An event triggered when the selection in the table changes.",
|
|
2336
|
-
"artifactType": "XMLProperty",
|
|
2337
|
-
"metadata": {
|
|
2338
|
-
"type": "Event"
|
|
2339
|
-
}
|
|
2340
|
-
}
|
|
2341
|
-
},
|
|
2342
|
-
"additionalProperties": false,
|
|
2343
|
-
"metadata": {
|
|
2344
|
-
"path": [],
|
|
2345
|
-
"type": "Control"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
"sap.fe.macros.table.TableCreationOptions": {
|
|
2349
|
-
"description": "Create options for the table.",
|
|
2350
|
-
"isViewNode": true,
|
|
2351
|
-
"type": "object",
|
|
2352
|
-
"properties": {
|
|
2353
|
-
"createAtEnd": {
|
|
2354
|
-
"type": "boolean",
|
|
2355
|
-
"description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
|
|
2356
|
-
"artifactType": "XMLProperty",
|
|
2357
|
-
"metadata": {
|
|
2358
|
-
"type": "Property"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"inlineCreationRowsHiddenInEditMode": {
|
|
2362
|
-
"type": "boolean",
|
|
2363
|
-
"description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
|
|
2364
|
-
"artifactType": "XMLProperty",
|
|
2365
|
-
"metadata": {
|
|
2366
|
-
"type": "Property"
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
"name": {
|
|
2370
|
-
"type": "string",
|
|
2371
|
-
"description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
2372
|
-
"artifactType": "XMLProperty",
|
|
2373
|
-
"metadata": {
|
|
2374
|
-
"type": "Property"
|
|
2375
|
-
},
|
|
2376
|
-
"enum": [
|
|
2377
|
-
"External",
|
|
2378
|
-
"Inline",
|
|
2379
|
-
"InlineCreationRows",
|
|
2380
|
-
"NewPage"
|
|
2381
|
-
]
|
|
2382
|
-
},
|
|
2383
|
-
"outbound": {
|
|
2384
|
-
"type": "string",
|
|
2385
|
-
"description": "The navigation target where the document is created in case of creationMode 'External'\n",
|
|
2386
|
-
"artifactType": "XMLProperty",
|
|
2387
|
-
"metadata": {
|
|
2388
|
-
"type": "Property"
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
"id": {
|
|
2392
|
-
"type": "string",
|
|
2393
|
-
"description": "Unique id of control",
|
|
2394
|
-
"artifactType": "XMLProperty",
|
|
2395
|
-
"metadata": {
|
|
2396
|
-
"type": "Property"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
"additionalProperties": false,
|
|
2401
|
-
"metadata": {
|
|
2402
|
-
"path": [],
|
|
2403
|
-
"type": "Control"
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
"sap.fe.macros.TreeTable": {
|
|
2407
|
-
"description": "Building block used to create a tree table based on the metadata provided by OData V4.",
|
|
2408
|
-
"isViewNode": true,
|
|
2409
|
-
"type": "object",
|
|
2410
|
-
"properties": {
|
|
2411
|
-
"busy": {
|
|
2412
|
-
"type": "boolean",
|
|
2413
|
-
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
2414
|
-
"artifactType": "XMLProperty",
|
|
2415
|
-
"metadata": {
|
|
2416
|
-
"type": "Property"
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
|
-
"contextPath": {
|
|
2420
|
-
"type": "string",
|
|
2421
|
-
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
2422
|
-
"artifactType": "XMLProperty",
|
|
2423
|
-
"metadata": {
|
|
2424
|
-
"type": "Property"
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
"creationMode": {
|
|
2428
|
-
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
2429
|
-
"description": "creationMode",
|
|
2430
|
-
"artifactType": "XMLProperty",
|
|
2431
|
-
"isViewNode": true,
|
|
2432
|
-
"metadata": {
|
|
2433
|
-
"type": "Property"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
"disableCopyToClipboard": {
|
|
2437
|
-
"type": "boolean",
|
|
2438
|
-
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
2439
|
-
"artifactType": "XMLProperty",
|
|
2440
|
-
"metadata": {
|
|
2441
|
-
"type": "Property"
|
|
2442
|
-
}
|
|
2443
|
-
},
|
|
2444
|
-
"enableAutoColumnWidth": {
|
|
2445
|
-
"type": "boolean",
|
|
2446
|
-
"description": "Specifies if the column width is automatically calculated.",
|
|
2447
|
-
"artifactType": "XMLProperty",
|
|
2448
|
-
"metadata": {
|
|
2449
|
-
"type": "Property"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
"enableExport": {
|
|
2453
|
-
"type": "boolean",
|
|
2454
|
-
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
2455
|
-
"artifactType": "XMLProperty",
|
|
2456
|
-
"metadata": {
|
|
2457
|
-
"type": "Property"
|
|
2458
|
-
}
|
|
2459
|
-
},
|
|
2460
|
-
"enableFullScreen": {
|
|
2461
|
-
"type": "boolean",
|
|
2462
|
-
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
2463
|
-
"artifactType": "XMLProperty",
|
|
2464
|
-
"metadata": {
|
|
2465
|
-
"type": "Property"
|
|
2466
|
-
}
|
|
2467
|
-
},
|
|
2468
|
-
"enablePaste": {
|
|
2469
|
-
"type": "boolean",
|
|
2470
|
-
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
2471
|
-
"artifactType": "XMLProperty",
|
|
2472
|
-
"metadata": {
|
|
2473
|
-
"type": "Property"
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
"exportRequestSize": {
|
|
2477
|
-
"$ref": "#/definitions/int",
|
|
2478
|
-
"description": "exportRequestSize",
|
|
2479
|
-
"artifactType": "XMLProperty",
|
|
2480
|
-
"isViewNode": true,
|
|
2481
|
-
"metadata": {
|
|
2482
|
-
"type": "Property"
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
"filterBar": {
|
|
2486
|
-
"type": "string",
|
|
2487
|
-
"description": "ID of the FilterBar building block associated with the table.",
|
|
2488
|
-
"artifactType": "XMLProperty",
|
|
2489
|
-
"metadata": {
|
|
2490
|
-
"type": "Property"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
"frozenColumnCount": {
|
|
2494
|
-
"$ref": "#/definitions/int",
|
|
2495
|
-
"description": "frozenColumnCount",
|
|
2496
|
-
"artifactType": "XMLProperty",
|
|
2497
|
-
"isViewNode": true,
|
|
2498
|
-
"metadata": {
|
|
2499
|
-
"type": "Property"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
"header": {
|
|
2503
|
-
"type": "string",
|
|
2504
|
-
"description": "Specifies the header text that is shown in the table.",
|
|
2505
|
-
"artifactType": "XMLProperty",
|
|
2506
|
-
"metadata": {
|
|
2507
|
-
"type": "Property"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
"headerVisible": {
|
|
2511
|
-
"type": "boolean",
|
|
2512
|
-
"description": "Controls if the header text should be shown or not.",
|
|
2513
|
-
"artifactType": "XMLProperty",
|
|
2514
|
-
"metadata": {
|
|
2515
|
-
"type": "Property"
|
|
2516
|
-
}
|
|
2517
|
-
},
|
|
2518
|
-
"hierarchyQualifier": {
|
|
2519
|
-
"type": "string",
|
|
2520
|
-
"description": "A set of options that can be configured.",
|
|
2521
|
-
"artifactType": "XMLProperty",
|
|
2522
|
-
"metadata": {
|
|
2523
|
-
"type": "Property"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"ignoredFields": {
|
|
2527
|
-
"type": "string",
|
|
2528
|
-
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
2529
|
-
"artifactType": "XMLProperty",
|
|
2530
|
-
"metadata": {
|
|
2531
|
-
"type": "Property"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
"isMoveToPositionAllowed": {
|
|
2535
|
-
"type": "string",
|
|
2536
|
-
"description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
|
|
2537
|
-
"artifactType": "XMLProperty",
|
|
2538
|
-
"metadata": {
|
|
2539
|
-
"type": "Property"
|
|
2540
|
-
}
|
|
2541
|
-
},
|
|
2542
|
-
"isNodeMovable": {
|
|
2543
|
-
"type": "string",
|
|
2544
|
-
"description": "Defines the extension point to control if a node can be dragged.\n",
|
|
2545
|
-
"artifactType": "XMLProperty",
|
|
2546
|
-
"metadata": {
|
|
2547
|
-
"type": "Property"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
"isSearchable": {
|
|
2551
|
-
"type": "boolean",
|
|
2552
|
-
"description": "Defines whether to display the search action.",
|
|
2553
|
-
"artifactType": "XMLProperty",
|
|
2554
|
-
"metadata": {
|
|
2555
|
-
"type": "Property"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
"metaPath": {
|
|
1242
|
+
"properties": {
|
|
1243
|
+
"anchor": {
|
|
2559
1244
|
"type": "string",
|
|
2560
|
-
"description": "
|
|
1245
|
+
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
2561
1246
|
"artifactType": "XMLProperty",
|
|
2562
1247
|
"metadata": {
|
|
2563
1248
|
"type": "Property"
|
|
2564
1249
|
}
|
|
2565
1250
|
},
|
|
2566
|
-
"
|
|
1251
|
+
"header": {
|
|
2567
1252
|
"type": "string",
|
|
2568
|
-
"description": "
|
|
1253
|
+
"description": "The text that will be displayed for this column header",
|
|
2569
1254
|
"artifactType": "XMLProperty",
|
|
2570
1255
|
"metadata": {
|
|
2571
1256
|
"type": "Property"
|
|
2572
1257
|
}
|
|
2573
1258
|
},
|
|
2574
|
-
"
|
|
2575
|
-
"type": "
|
|
2576
|
-
"description": "
|
|
1259
|
+
"horizontalAlign": {
|
|
1260
|
+
"type": "string",
|
|
1261
|
+
"description": "Aligns the header as well as the content horizontally",
|
|
2577
1262
|
"artifactType": "XMLProperty",
|
|
2578
1263
|
"metadata": {
|
|
2579
1264
|
"type": "Property"
|
|
2580
1265
|
}
|
|
2581
1266
|
},
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2584
|
-
"description": "
|
|
1267
|
+
"importance": {
|
|
1268
|
+
"type": "string",
|
|
1269
|
+
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
2585
1270
|
"artifactType": "XMLProperty",
|
|
2586
|
-
"isViewNode": true,
|
|
2587
1271
|
"metadata": {
|
|
2588
1272
|
"type": "Property"
|
|
2589
1273
|
}
|
|
2590
1274
|
},
|
|
2591
|
-
"
|
|
1275
|
+
"key": {
|
|
2592
1276
|
"type": "string",
|
|
2593
|
-
"description": "
|
|
1277
|
+
"description": "Unique identifier of the column",
|
|
2594
1278
|
"artifactType": "XMLProperty",
|
|
2595
1279
|
"metadata": {
|
|
2596
1280
|
"type": "Property"
|
|
2597
|
-
}
|
|
2598
|
-
"enum": [
|
|
2599
|
-
"Auto",
|
|
2600
|
-
"Fixed"
|
|
2601
|
-
]
|
|
1281
|
+
}
|
|
2602
1282
|
},
|
|
2603
|
-
"
|
|
1283
|
+
"placement": {
|
|
2604
1284
|
"type": "string",
|
|
2605
|
-
"description": "Defines
|
|
1285
|
+
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
2606
1286
|
"artifactType": "XMLProperty",
|
|
2607
1287
|
"metadata": {
|
|
2608
1288
|
"type": "Property"
|
|
2609
1289
|
},
|
|
2610
1290
|
"enum": [
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2613
|
-
"Multi",
|
|
2614
|
-
"Auto",
|
|
2615
|
-
"ForceMulti",
|
|
2616
|
-
"ForceSingle"
|
|
1291
|
+
"After",
|
|
1292
|
+
"Before"
|
|
2617
1293
|
]
|
|
2618
1294
|
},
|
|
2619
|
-
"
|
|
2620
|
-
"type": "string",
|
|
2621
|
-
"description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
|
|
2622
|
-
"artifactType": "XMLProperty",
|
|
2623
|
-
"metadata": {
|
|
2624
|
-
"type": "Property"
|
|
2625
|
-
},
|
|
2626
|
-
"const": "TreeTable"
|
|
2627
|
-
},
|
|
2628
|
-
"variantManagement": {
|
|
1295
|
+
"width": {
|
|
2629
1296
|
"type": "string",
|
|
2630
|
-
"description": "
|
|
1297
|
+
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
2631
1298
|
"artifactType": "XMLProperty",
|
|
2632
1299
|
"metadata": {
|
|
2633
1300
|
"type": "Property"
|
|
2634
|
-
}
|
|
2635
|
-
"const": "Control"
|
|
1301
|
+
}
|
|
2636
1302
|
},
|
|
2637
1303
|
"widthIncludingColumnHeader": {
|
|
2638
1304
|
"type": "boolean",
|
|
@@ -2649,52 +1315,6 @@
|
|
|
2649
1315
|
"metadata": {
|
|
2650
1316
|
"type": "Property"
|
|
2651
1317
|
}
|
|
2652
|
-
},
|
|
2653
|
-
"actions": {
|
|
2654
|
-
"type": "object",
|
|
2655
|
-
"additionalProperties": {
|
|
2656
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2657
|
-
},
|
|
2658
|
-
"isViewNode": true,
|
|
2659
|
-
"metadata": {
|
|
2660
|
-
"path": [],
|
|
2661
|
-
"type": "Aggregation"
|
|
2662
|
-
}
|
|
2663
|
-
},
|
|
2664
|
-
"columns": {
|
|
2665
|
-
"type": "object",
|
|
2666
|
-
"additionalProperties": {
|
|
2667
|
-
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
2668
|
-
},
|
|
2669
|
-
"isViewNode": true,
|
|
2670
|
-
"metadata": {
|
|
2671
|
-
"path": [],
|
|
2672
|
-
"type": "Aggregation"
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
"beforeRebindTable": {
|
|
2676
|
-
"type": "string",
|
|
2677
|
-
"description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
|
|
2678
|
-
"artifactType": "XMLProperty",
|
|
2679
|
-
"metadata": {
|
|
2680
|
-
"type": "Event"
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
|
-
"rowPress": {
|
|
2684
|
-
"type": "string",
|
|
2685
|
-
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
2686
|
-
"artifactType": "XMLProperty",
|
|
2687
|
-
"metadata": {
|
|
2688
|
-
"type": "Event"
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
"selectionChange": {
|
|
2692
|
-
"type": "string",
|
|
2693
|
-
"description": "An event triggered when the selection in the table changes.",
|
|
2694
|
-
"artifactType": "XMLProperty",
|
|
2695
|
-
"metadata": {
|
|
2696
|
-
"type": "Event"
|
|
2697
|
-
}
|
|
2698
1318
|
}
|
|
2699
1319
|
},
|
|
2700
1320
|
"additionalProperties": false,
|
|
@@ -2703,8 +1323,8 @@
|
|
|
2703
1323
|
"type": "Control"
|
|
2704
1324
|
}
|
|
2705
1325
|
},
|
|
2706
|
-
"sap.fe.macros.
|
|
2707
|
-
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\
|
|
1326
|
+
"sap.fe.macros.Table": {
|
|
1327
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
|
|
2708
1328
|
"isViewNode": true,
|
|
2709
1329
|
"type": "object",
|
|
2710
1330
|
"properties": {
|
|
@@ -2725,7 +1345,7 @@
|
|
|
2725
1345
|
}
|
|
2726
1346
|
},
|
|
2727
1347
|
"creationMode": {
|
|
2728
|
-
"$ref": "#/definitions/sap.fe.macros.table.
|
|
1348
|
+
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
2729
1349
|
"description": "creationMode",
|
|
2730
1350
|
"artifactType": "XMLProperty",
|
|
2731
1351
|
"isViewNode": true,
|
|
@@ -2733,14 +1353,6 @@
|
|
|
2733
1353
|
"type": "Property"
|
|
2734
1354
|
}
|
|
2735
1355
|
},
|
|
2736
|
-
"disableCopyToClipboard": {
|
|
2737
|
-
"type": "boolean",
|
|
2738
|
-
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
2739
|
-
"artifactType": "XMLProperty",
|
|
2740
|
-
"metadata": {
|
|
2741
|
-
"type": "Property"
|
|
2742
|
-
}
|
|
2743
|
-
},
|
|
2744
1356
|
"enableAutoColumnWidth": {
|
|
2745
1357
|
"type": "boolean",
|
|
2746
1358
|
"description": "Specifies if the column width is automatically calculated.",
|
|
@@ -2773,15 +1385,6 @@
|
|
|
2773
1385
|
"type": "Property"
|
|
2774
1386
|
}
|
|
2775
1387
|
},
|
|
2776
|
-
"exportRequestSize": {
|
|
2777
|
-
"$ref": "#/definitions/int",
|
|
2778
|
-
"description": "exportRequestSize",
|
|
2779
|
-
"artifactType": "XMLProperty",
|
|
2780
|
-
"isViewNode": true,
|
|
2781
|
-
"metadata": {
|
|
2782
|
-
"type": "Property"
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
1388
|
"filterBar": {
|
|
2786
1389
|
"type": "string",
|
|
2787
1390
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -2791,10 +1394,9 @@
|
|
|
2791
1394
|
}
|
|
2792
1395
|
},
|
|
2793
1396
|
"frozenColumnCount": {
|
|
2794
|
-
"
|
|
2795
|
-
"description": "
|
|
1397
|
+
"type": "number",
|
|
1398
|
+
"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",
|
|
2796
1399
|
"artifactType": "XMLProperty",
|
|
2797
|
-
"isViewNode": true,
|
|
2798
1400
|
"metadata": {
|
|
2799
1401
|
"type": "Property"
|
|
2800
1402
|
}
|
|
@@ -2815,38 +1417,6 @@
|
|
|
2815
1417
|
"type": "Property"
|
|
2816
1418
|
}
|
|
2817
1419
|
},
|
|
2818
|
-
"hierarchyQualifier": {
|
|
2819
|
-
"type": "string",
|
|
2820
|
-
"description": "A set of options that can be configured.",
|
|
2821
|
-
"artifactType": "XMLProperty",
|
|
2822
|
-
"metadata": {
|
|
2823
|
-
"type": "Property"
|
|
2824
|
-
}
|
|
2825
|
-
},
|
|
2826
|
-
"ignoredFields": {
|
|
2827
|
-
"type": "string",
|
|
2828
|
-
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
2829
|
-
"artifactType": "XMLProperty",
|
|
2830
|
-
"metadata": {
|
|
2831
|
-
"type": "Property"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
"isMoveToPositionAllowed": {
|
|
2835
|
-
"type": "string",
|
|
2836
|
-
"description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
|
|
2837
|
-
"artifactType": "XMLProperty",
|
|
2838
|
-
"metadata": {
|
|
2839
|
-
"type": "Property"
|
|
2840
|
-
}
|
|
2841
|
-
},
|
|
2842
|
-
"isNodeMovable": {
|
|
2843
|
-
"type": "string",
|
|
2844
|
-
"description": "Defines the extension point to control if a node can be dragged.\n",
|
|
2845
|
-
"artifactType": "XMLProperty",
|
|
2846
|
-
"metadata": {
|
|
2847
|
-
"type": "Property"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
1420
|
"isSearchable": {
|
|
2851
1421
|
"type": "boolean",
|
|
2852
1422
|
"description": "Defines whether to display the search action.",
|
|
@@ -2864,7 +1434,14 @@
|
|
|
2864
1434
|
}
|
|
2865
1435
|
},
|
|
2866
1436
|
"personalization": {
|
|
2867
|
-
"
|
|
1437
|
+
"anyOf": [
|
|
1438
|
+
{
|
|
1439
|
+
"type": "boolean"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"type": "string"
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
2868
1445
|
"description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
|
|
2869
1446
|
"artifactType": "XMLProperty",
|
|
2870
1447
|
"metadata": {
|
|
@@ -2880,10 +1457,9 @@
|
|
|
2880
1457
|
}
|
|
2881
1458
|
},
|
|
2882
1459
|
"rowCount": {
|
|
2883
|
-
"
|
|
2884
|
-
"description": "
|
|
1460
|
+
"type": "number",
|
|
1461
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
2885
1462
|
"artifactType": "XMLProperty",
|
|
2886
|
-
"isViewNode": true,
|
|
2887
1463
|
"metadata": {
|
|
2888
1464
|
"type": "Property"
|
|
2889
1465
|
}
|
|
@@ -2918,12 +1494,16 @@
|
|
|
2918
1494
|
},
|
|
2919
1495
|
"type": {
|
|
2920
1496
|
"type": "string",
|
|
2921
|
-
"description": "Defines the type of table that will be used by the building block to render the data
|
|
1497
|
+
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
|
|
2922
1498
|
"artifactType": "XMLProperty",
|
|
2923
1499
|
"metadata": {
|
|
2924
1500
|
"type": "Property"
|
|
2925
1501
|
},
|
|
2926
|
-
"
|
|
1502
|
+
"enum": [
|
|
1503
|
+
"GridTable",
|
|
1504
|
+
"ResponsiveTable",
|
|
1505
|
+
"AnalyticalTable"
|
|
1506
|
+
]
|
|
2927
1507
|
},
|
|
2928
1508
|
"variantManagement": {
|
|
2929
1509
|
"type": "string",
|
|
@@ -2932,7 +1512,11 @@
|
|
|
2932
1512
|
"metadata": {
|
|
2933
1513
|
"type": "Property"
|
|
2934
1514
|
},
|
|
2935
|
-
"
|
|
1515
|
+
"enum": [
|
|
1516
|
+
"None",
|
|
1517
|
+
"Page",
|
|
1518
|
+
"Control"
|
|
1519
|
+
]
|
|
2936
1520
|
},
|
|
2937
1521
|
"widthIncludingColumnHeader": {
|
|
2938
1522
|
"type": "boolean",
|
|
@@ -3000,63 +1584,8 @@
|
|
|
3000
1584
|
"additionalProperties": false,
|
|
3001
1585
|
"metadata": {
|
|
3002
1586
|
"path": [],
|
|
3003
|
-
"type": "Control"
|
|
3004
|
-
|
|
3005
|
-
},
|
|
3006
|
-
"sap.fe.macros.table.TreeTableCreationOptions": {
|
|
3007
|
-
"description": "Create options for the tree table.",
|
|
3008
|
-
"isViewNode": true,
|
|
3009
|
-
"type": "object",
|
|
3010
|
-
"properties": {
|
|
3011
|
-
"createInPlace": {
|
|
3012
|
-
"type": "boolean",
|
|
3013
|
-
"description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is 'false' (that is, the new entry is placed as the first child below its parent).\n",
|
|
3014
|
-
"artifactType": "XMLProperty",
|
|
3015
|
-
"metadata": {
|
|
3016
|
-
"type": "Property"
|
|
3017
|
-
}
|
|
3018
|
-
},
|
|
3019
|
-
"isCreateEnabled": {
|
|
3020
|
-
"type": "string",
|
|
3021
|
-
"description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
|
|
3022
|
-
"artifactType": "XMLProperty",
|
|
3023
|
-
"metadata": {
|
|
3024
|
-
"type": "Property"
|
|
3025
|
-
}
|
|
3026
|
-
},
|
|
3027
|
-
"name": {
|
|
3028
|
-
"type": "string",
|
|
3029
|
-
"description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `Inline`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
3030
|
-
"artifactType": "XMLProperty",
|
|
3031
|
-
"metadata": {
|
|
3032
|
-
"type": "Property"
|
|
3033
|
-
},
|
|
3034
|
-
"enum": [
|
|
3035
|
-
"Inline",
|
|
3036
|
-
"NewPage"
|
|
3037
|
-
]
|
|
3038
|
-
},
|
|
3039
|
-
"nodeType": {
|
|
3040
|
-
"type": "object",
|
|
3041
|
-
"description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and label that define a value of the property defined by the propertyName key and its label\n",
|
|
3042
|
-
"artifactType": "XMLProperty",
|
|
3043
|
-
"metadata": {
|
|
3044
|
-
"type": "Property"
|
|
3045
|
-
}
|
|
3046
|
-
},
|
|
3047
|
-
"id": {
|
|
3048
|
-
"type": "string",
|
|
3049
|
-
"description": "Unique id of control",
|
|
3050
|
-
"artifactType": "XMLProperty",
|
|
3051
|
-
"metadata": {
|
|
3052
|
-
"type": "Property"
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
|
-
},
|
|
3056
|
-
"additionalProperties": false,
|
|
3057
|
-
"metadata": {
|
|
3058
|
-
"path": [],
|
|
3059
|
-
"type": "Control"
|
|
1587
|
+
"type": "Control",
|
|
1588
|
+
"defaultAggregation": "columns"
|
|
3060
1589
|
}
|
|
3061
1590
|
},
|
|
3062
1591
|
"sap.fe.macros.ActionGroup": {
|
|
@@ -3256,6 +1785,56 @@
|
|
|
3256
1785
|
"path": [],
|
|
3257
1786
|
"type": "Control"
|
|
3258
1787
|
}
|
|
1788
|
+
},
|
|
1789
|
+
"sap.fe.macros.table.TableCreationOptions": {
|
|
1790
|
+
"description": "Create options for the table.",
|
|
1791
|
+
"isViewNode": true,
|
|
1792
|
+
"type": "object",
|
|
1793
|
+
"properties": {
|
|
1794
|
+
"createAtEnd": {
|
|
1795
|
+
"type": "boolean",
|
|
1796
|
+
"description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
|
|
1797
|
+
"artifactType": "XMLProperty",
|
|
1798
|
+
"metadata": {
|
|
1799
|
+
"type": "Property"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"inlineCreationRowsHiddenInEditMode": {
|
|
1803
|
+
"type": "boolean",
|
|
1804
|
+
"description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
|
|
1805
|
+
"artifactType": "XMLProperty",
|
|
1806
|
+
"metadata": {
|
|
1807
|
+
"type": "Property"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"name": {
|
|
1811
|
+
"type": "string",
|
|
1812
|
+
"description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
1813
|
+
"artifactType": "XMLProperty",
|
|
1814
|
+
"metadata": {
|
|
1815
|
+
"type": "Property"
|
|
1816
|
+
},
|
|
1817
|
+
"enum": [
|
|
1818
|
+
"External",
|
|
1819
|
+
"Inline",
|
|
1820
|
+
"InlineCreationRows",
|
|
1821
|
+
"NewPage"
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
"outbound": {
|
|
1825
|
+
"type": "string",
|
|
1826
|
+
"description": "The navigation target where the document is created in case of creationMode 'External'\n",
|
|
1827
|
+
"artifactType": "XMLProperty",
|
|
1828
|
+
"metadata": {
|
|
1829
|
+
"type": "Property"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"additionalProperties": false,
|
|
1834
|
+
"metadata": {
|
|
1835
|
+
"path": [],
|
|
1836
|
+
"type": "Control"
|
|
1837
|
+
}
|
|
3259
1838
|
}
|
|
3260
1839
|
},
|
|
3261
1840
|
"$schema": "http://json-schema.org/draft-07/schema#"
|