@sap/ux-specification 1.120.7 → 1.120.9
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 +46 -28
- 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 +84 -84
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +13 -13
- package/dist/schemas/v2/ObjectPageConfig.json +41 -6
- package/dist/schemas/v4/BuildingBlocksConfig.json +684 -522
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +11 -0
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +3 -2
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +5 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +12 -3
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/templates/AnalyticalTableColumnsExtension.xml +9 -9
- package/dist/templates/GridTableColumnsExtension.xml +9 -9
- package/dist/templates/ResponsiveTableColumnsExtension.xml +6 -6
- package/dist/templates/TreeTableColumnsExtension.xml +9 -9
- package/package.json +13 -13
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
"namespaces": [
|
|
5
5
|
"sap.fe.macros",
|
|
6
6
|
"sap.fe.macros.chart",
|
|
7
|
+
"sap.fe.macros.filterBar",
|
|
8
|
+
"sap.fe.macros.share",
|
|
7
9
|
"sap.fe.macros.table"
|
|
8
10
|
]
|
|
9
11
|
},
|
|
@@ -19,6 +21,26 @@
|
|
|
19
21
|
},
|
|
20
22
|
"additionalProperties": false,
|
|
21
23
|
"definitions": {
|
|
24
|
+
"sap.fe.macros.CollectionBindingInfo": {
|
|
25
|
+
"description": "API to add parameters to the collection binding infos.",
|
|
26
|
+
"isViewNode": true,
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"id": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Unique id of control",
|
|
32
|
+
"artifactType": "XMLProperty",
|
|
33
|
+
"metadata": {
|
|
34
|
+
"type": "Property"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"metadata": {
|
|
40
|
+
"path": [],
|
|
41
|
+
"type": "Control"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
22
44
|
"sap.fe.macros.MacroAPI": {
|
|
23
45
|
"description": "Base API control for building blocks.",
|
|
24
46
|
"isViewNode": true,
|
|
@@ -55,6 +77,227 @@
|
|
|
55
77
|
"type": "Control"
|
|
56
78
|
}
|
|
57
79
|
},
|
|
80
|
+
"sap.fe.macros.RichTextEditor": {
|
|
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",
|
|
82
|
+
"isViewNode": true,
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"excludeDefaultPlugins": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
|
|
88
|
+
"artifactType": "XMLProperty",
|
|
89
|
+
"metadata": {
|
|
90
|
+
"type": "Property"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"readOnly": {
|
|
94
|
+
"type": "boolean",
|
|
95
|
+
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
|
|
96
|
+
"artifactType": "XMLProperty",
|
|
97
|
+
"metadata": {
|
|
98
|
+
"type": "Property"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"required": {
|
|
102
|
+
"type": "any",
|
|
103
|
+
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
104
|
+
"artifactType": "XMLProperty",
|
|
105
|
+
"metadata": {
|
|
106
|
+
"type": "Property"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"value": {
|
|
110
|
+
"type": "any",
|
|
111
|
+
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
112
|
+
"artifactType": "XMLProperty",
|
|
113
|
+
"metadata": {
|
|
114
|
+
"type": "Property"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"id": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "Unique id of control",
|
|
120
|
+
"artifactType": "XMLProperty",
|
|
121
|
+
"metadata": {
|
|
122
|
+
"type": "Property"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"buttonGroups": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"additionalProperties": {
|
|
128
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.buttonGroup"
|
|
129
|
+
},
|
|
130
|
+
"isViewNode": true,
|
|
131
|
+
"metadata": {
|
|
132
|
+
"path": [],
|
|
133
|
+
"type": "Aggregation"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"plugins": {
|
|
137
|
+
"type": "object",
|
|
138
|
+
"additionalProperties": {
|
|
139
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.plugin"
|
|
140
|
+
},
|
|
141
|
+
"isViewNode": true,
|
|
142
|
+
"metadata": {
|
|
143
|
+
"path": [],
|
|
144
|
+
"type": "Aggregation"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"additionalProperties": false,
|
|
149
|
+
"metadata": {
|
|
150
|
+
"path": [],
|
|
151
|
+
"type": "Control"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"sap.fe.macros.chart.Action": {
|
|
155
|
+
"description": "Definition of a custom action to be used in the chart toolbar",
|
|
156
|
+
"isViewNode": true,
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": {
|
|
159
|
+
"anchor": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
162
|
+
"artifactType": "XMLProperty",
|
|
163
|
+
"metadata": {
|
|
164
|
+
"type": "Property"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"enabled": {
|
|
168
|
+
"type": "boolean",
|
|
169
|
+
"description": "Enables or disables the action",
|
|
170
|
+
"artifactType": "XMLProperty",
|
|
171
|
+
"metadata": {
|
|
172
|
+
"type": "Property"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"key": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"description": "Unique identifier of the action",
|
|
178
|
+
"artifactType": "XMLProperty",
|
|
179
|
+
"metadata": {
|
|
180
|
+
"type": "Property"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"placement": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
186
|
+
"artifactType": "XMLProperty",
|
|
187
|
+
"metadata": {
|
|
188
|
+
"type": "Property"
|
|
189
|
+
},
|
|
190
|
+
"enum": [
|
|
191
|
+
"After",
|
|
192
|
+
"Before"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"press": {
|
|
196
|
+
"type": "string",
|
|
197
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
198
|
+
"artifactType": "XMLProperty",
|
|
199
|
+
"metadata": {
|
|
200
|
+
"type": "Property"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"requiresSelection": {
|
|
204
|
+
"type": "boolean",
|
|
205
|
+
"description": "Defines if the action requires a selection.",
|
|
206
|
+
"artifactType": "XMLProperty",
|
|
207
|
+
"metadata": {
|
|
208
|
+
"type": "Property"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"text": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "The text that will be displayed for this action",
|
|
214
|
+
"artifactType": "XMLProperty",
|
|
215
|
+
"metadata": {
|
|
216
|
+
"type": "Property"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"id": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"description": "Unique id of control",
|
|
222
|
+
"artifactType": "XMLProperty",
|
|
223
|
+
"metadata": {
|
|
224
|
+
"type": "Property"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"additionalProperties": false,
|
|
229
|
+
"metadata": {
|
|
230
|
+
"path": [],
|
|
231
|
+
"type": "Control"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"sap.fe.macros.chart.ActionGroup": {
|
|
235
|
+
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
236
|
+
"isViewNode": true,
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"anchor": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
242
|
+
"artifactType": "XMLProperty",
|
|
243
|
+
"metadata": {
|
|
244
|
+
"type": "Property"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"key": {
|
|
248
|
+
"type": "string",
|
|
249
|
+
"description": "Unique identifier of the action",
|
|
250
|
+
"artifactType": "XMLProperty",
|
|
251
|
+
"metadata": {
|
|
252
|
+
"type": "Property"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"placement": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
258
|
+
"artifactType": "XMLProperty",
|
|
259
|
+
"metadata": {
|
|
260
|
+
"type": "Property"
|
|
261
|
+
},
|
|
262
|
+
"enum": [
|
|
263
|
+
"After",
|
|
264
|
+
"Before"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"text": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "The text that will be displayed for this action group",
|
|
270
|
+
"artifactType": "XMLProperty",
|
|
271
|
+
"metadata": {
|
|
272
|
+
"type": "Property"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"id": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"description": "Unique id of control",
|
|
278
|
+
"artifactType": "XMLProperty",
|
|
279
|
+
"metadata": {
|
|
280
|
+
"type": "Property"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"actions": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"additionalProperties": {
|
|
286
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
287
|
+
},
|
|
288
|
+
"isViewNode": true,
|
|
289
|
+
"metadata": {
|
|
290
|
+
"path": [],
|
|
291
|
+
"type": "Aggregation"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"additionalProperties": false,
|
|
296
|
+
"metadata": {
|
|
297
|
+
"path": [],
|
|
298
|
+
"type": "Control"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
58
301
|
"sap.fe.macros.Chart": {
|
|
59
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",
|
|
60
303
|
"isViewNode": true,
|
|
@@ -103,15 +346,14 @@
|
|
|
103
346
|
"personalization": {
|
|
104
347
|
"anyOf": [
|
|
105
348
|
{
|
|
106
|
-
"
|
|
349
|
+
"type": "boolean"
|
|
107
350
|
},
|
|
108
351
|
{
|
|
109
|
-
"
|
|
352
|
+
"type": "string"
|
|
110
353
|
}
|
|
111
354
|
],
|
|
112
|
-
"description": "personalization",
|
|
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",
|
|
113
356
|
"artifactType": "XMLProperty",
|
|
114
|
-
"isViewNode": true,
|
|
115
357
|
"metadata": {
|
|
116
358
|
"type": "Property"
|
|
117
359
|
}
|
|
@@ -193,7 +435,7 @@
|
|
|
193
435
|
}
|
|
194
436
|
},
|
|
195
437
|
"sap.fe.macros.Field": {
|
|
196
|
-
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
|
|
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",
|
|
197
439
|
"isViewNode": true,
|
|
198
440
|
"type": "object",
|
|
199
441
|
"properties": {
|
|
@@ -333,7 +575,7 @@
|
|
|
333
575
|
"filterFields": {
|
|
334
576
|
"type": "object",
|
|
335
577
|
"additionalProperties": {
|
|
336
|
-
"$ref": "#/definitions/sap.fe.macros.FilterField"
|
|
578
|
+
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
337
579
|
},
|
|
338
580
|
"isViewNode": true,
|
|
339
581
|
"metadata": {
|
|
@@ -372,38 +614,102 @@
|
|
|
372
614
|
"type": "Control"
|
|
373
615
|
}
|
|
374
616
|
},
|
|
375
|
-
"sap.fe.macros.
|
|
376
|
-
"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",
|
|
377
619
|
"isViewNode": true,
|
|
378
620
|
"type": "object",
|
|
379
621
|
"properties": {
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"description": "
|
|
622
|
+
"anchor": {
|
|
623
|
+
"type": "string",
|
|
624
|
+
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
383
625
|
"artifactType": "XMLProperty",
|
|
384
|
-
"isViewNode": true,
|
|
385
626
|
"metadata": {
|
|
386
627
|
"type": "Property"
|
|
387
628
|
}
|
|
388
629
|
},
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"description": "
|
|
630
|
+
"key": {
|
|
631
|
+
"type": "string",
|
|
632
|
+
"description": "The property name of the FilterField",
|
|
392
633
|
"artifactType": "XMLProperty",
|
|
393
|
-
"isViewNode": true,
|
|
394
634
|
"metadata": {
|
|
395
635
|
"type": "Property"
|
|
396
636
|
}
|
|
397
637
|
},
|
|
398
|
-
"
|
|
638
|
+
"label": {
|
|
399
639
|
"type": "string",
|
|
400
|
-
"description": "The
|
|
640
|
+
"description": "The text that will be displayed for this FilterField",
|
|
401
641
|
"artifactType": "XMLProperty",
|
|
402
642
|
"metadata": {
|
|
403
643
|
"type": "Property"
|
|
404
644
|
}
|
|
405
645
|
},
|
|
406
|
-
"
|
|
646
|
+
"placement": {
|
|
647
|
+
"type": "string",
|
|
648
|
+
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
649
|
+
"artifactType": "XMLProperty",
|
|
650
|
+
"metadata": {
|
|
651
|
+
"type": "Property"
|
|
652
|
+
},
|
|
653
|
+
"enum": [
|
|
654
|
+
"After",
|
|
655
|
+
"Before"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
"showMessages": {
|
|
659
|
+
"type": "boolean",
|
|
660
|
+
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
661
|
+
"artifactType": "XMLProperty",
|
|
662
|
+
"metadata": {
|
|
663
|
+
"type": "Property"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"id": {
|
|
667
|
+
"type": "string",
|
|
668
|
+
"description": "Unique id of control",
|
|
669
|
+
"artifactType": "XMLProperty",
|
|
670
|
+
"metadata": {
|
|
671
|
+
"type": "Property"
|
|
672
|
+
}
|
|
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",
|
|
689
|
+
"artifactType": "XMLProperty",
|
|
690
|
+
"isViewNode": true,
|
|
691
|
+
"metadata": {
|
|
692
|
+
"type": "Property"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"metaPath": {
|
|
696
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
697
|
+
"description": "metaPath",
|
|
698
|
+
"artifactType": "XMLProperty",
|
|
699
|
+
"isViewNode": true,
|
|
700
|
+
"metadata": {
|
|
701
|
+
"type": "Property"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"title": {
|
|
705
|
+
"type": "string",
|
|
706
|
+
"description": "The title of the form control.",
|
|
707
|
+
"artifactType": "XMLProperty",
|
|
708
|
+
"metadata": {
|
|
709
|
+
"type": "Property"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"id": {
|
|
407
713
|
"type": "string",
|
|
408
714
|
"description": "Unique id of control",
|
|
409
715
|
"artifactType": "XMLProperty",
|
|
@@ -645,53 +951,9 @@
|
|
|
645
951
|
"isViewNode": true,
|
|
646
952
|
"type": "object",
|
|
647
953
|
"properties": {
|
|
648
|
-
"
|
|
649
|
-
"type": "string",
|
|
650
|
-
"description": "Unique id of control",
|
|
651
|
-
"artifactType": "XMLProperty",
|
|
652
|
-
"metadata": {
|
|
653
|
-
"type": "Property"
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
"additionalProperties": false,
|
|
658
|
-
"metadata": {
|
|
659
|
-
"path": [],
|
|
660
|
-
"type": "Control"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"sap.fe.macros.RichTextEditor": {
|
|
664
|
-
"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",
|
|
665
|
-
"isViewNode": true,
|
|
666
|
-
"type": "object",
|
|
667
|
-
"properties": {
|
|
668
|
-
"buttonGroups": {
|
|
669
|
-
"type": "array",
|
|
670
|
-
"description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
|
|
671
|
-
"artifactType": "XMLProperty",
|
|
672
|
-
"metadata": {
|
|
673
|
-
"type": "Property"
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"readOnly": {
|
|
677
|
-
"type": "boolean",
|
|
678
|
-
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
|
|
679
|
-
"artifactType": "XMLProperty",
|
|
680
|
-
"metadata": {
|
|
681
|
-
"type": "Property"
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
"required": {
|
|
685
|
-
"type": "boolean",
|
|
686
|
-
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
687
|
-
"artifactType": "XMLProperty",
|
|
688
|
-
"metadata": {
|
|
689
|
-
"type": "Property"
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
"value": {
|
|
954
|
+
"ariaTitle": {
|
|
693
955
|
"type": "string",
|
|
694
|
-
"description": "
|
|
956
|
+
"description": "Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard focus on the paginator button.",
|
|
695
957
|
"artifactType": "XMLProperty",
|
|
696
958
|
"metadata": {
|
|
697
959
|
"type": "Property"
|
|
@@ -734,6 +996,14 @@
|
|
|
734
996
|
"type": "Property"
|
|
735
997
|
}
|
|
736
998
|
},
|
|
999
|
+
"excludeDefaultPlugins": {
|
|
1000
|
+
"type": "boolean",
|
|
1001
|
+
"description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
|
|
1002
|
+
"artifactType": "XMLProperty",
|
|
1003
|
+
"metadata": {
|
|
1004
|
+
"type": "Property"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
737
1007
|
"metaPath": {
|
|
738
1008
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
739
1009
|
"description": "metaPath",
|
|
@@ -743,6 +1013,14 @@
|
|
|
743
1013
|
"type": "Property"
|
|
744
1014
|
}
|
|
745
1015
|
},
|
|
1016
|
+
"plugins": {
|
|
1017
|
+
"type": "array",
|
|
1018
|
+
"description": "With the 'plugins' attribute you can customize the plugins that will be loaded by the editor.",
|
|
1019
|
+
"artifactType": "XMLProperty",
|
|
1020
|
+
"metadata": {
|
|
1021
|
+
"type": "Property"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
746
1024
|
"readOnly": {
|
|
747
1025
|
"type": "boolean",
|
|
748
1026
|
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
|
|
@@ -779,6 +1057,14 @@
|
|
|
779
1057
|
"isViewNode": true,
|
|
780
1058
|
"type": "object",
|
|
781
1059
|
"properties": {
|
|
1060
|
+
"shareOptions": {
|
|
1061
|
+
"type": "object",
|
|
1062
|
+
"description": "Supported Share options sap.fe.macros.share.ShareOptions.",
|
|
1063
|
+
"artifactType": "XMLProperty",
|
|
1064
|
+
"metadata": {
|
|
1065
|
+
"type": "Property"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
782
1068
|
"visible": {
|
|
783
1069
|
"type": "boolean",
|
|
784
1070
|
"description": "Whether the share control should be visible on the screen.",
|
|
@@ -802,142 +1088,376 @@
|
|
|
802
1088
|
"type": "Control"
|
|
803
1089
|
}
|
|
804
1090
|
},
|
|
805
|
-
"sap.fe.macros.
|
|
806
|
-
"description": "
|
|
1091
|
+
"sap.fe.macros.table.Action": {
|
|
1092
|
+
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
807
1093
|
"isViewNode": true,
|
|
808
1094
|
"type": "object",
|
|
809
1095
|
"properties": {
|
|
810
|
-
"
|
|
811
|
-
"type": "boolean",
|
|
812
|
-
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
813
|
-
"artifactType": "XMLProperty",
|
|
814
|
-
"metadata": {
|
|
815
|
-
"type": "Property"
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
"contextPath": {
|
|
1096
|
+
"anchor": {
|
|
819
1097
|
"type": "string",
|
|
820
|
-
"description": "
|
|
1098
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
821
1099
|
"artifactType": "XMLProperty",
|
|
822
1100
|
"metadata": {
|
|
823
1101
|
"type": "Property"
|
|
824
1102
|
}
|
|
825
1103
|
},
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
"description": "
|
|
1104
|
+
"enabled": {
|
|
1105
|
+
"type": "boolean",
|
|
1106
|
+
"description": "Enables or disables the action",
|
|
829
1107
|
"artifactType": "XMLProperty",
|
|
830
|
-
"isViewNode": true,
|
|
831
1108
|
"metadata": {
|
|
832
1109
|
"type": "Property"
|
|
833
1110
|
}
|
|
834
1111
|
},
|
|
835
|
-
"
|
|
836
|
-
"type": "
|
|
837
|
-
"description": "
|
|
1112
|
+
"key": {
|
|
1113
|
+
"type": "string",
|
|
1114
|
+
"description": "Unique identifier of the action",
|
|
838
1115
|
"artifactType": "XMLProperty",
|
|
839
1116
|
"metadata": {
|
|
840
1117
|
"type": "Property"
|
|
841
1118
|
}
|
|
842
1119
|
},
|
|
843
|
-
"
|
|
844
|
-
"type": "
|
|
845
|
-
"description": "
|
|
1120
|
+
"placement": {
|
|
1121
|
+
"type": "string",
|
|
1122
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
846
1123
|
"artifactType": "XMLProperty",
|
|
847
1124
|
"metadata": {
|
|
848
1125
|
"type": "Property"
|
|
849
|
-
}
|
|
1126
|
+
},
|
|
1127
|
+
"enum": [
|
|
1128
|
+
"After",
|
|
1129
|
+
"Before"
|
|
1130
|
+
]
|
|
850
1131
|
},
|
|
851
|
-
"
|
|
852
|
-
"type": "
|
|
853
|
-
"description": "
|
|
1132
|
+
"press": {
|
|
1133
|
+
"type": "string",
|
|
1134
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
854
1135
|
"artifactType": "XMLProperty",
|
|
855
1136
|
"metadata": {
|
|
856
1137
|
"type": "Property"
|
|
857
1138
|
}
|
|
858
1139
|
},
|
|
859
|
-
"
|
|
1140
|
+
"requiresSelection": {
|
|
860
1141
|
"type": "boolean",
|
|
861
|
-
"description": "
|
|
1142
|
+
"description": "Defines if the action requires a selection.",
|
|
862
1143
|
"artifactType": "XMLProperty",
|
|
863
1144
|
"metadata": {
|
|
864
1145
|
"type": "Property"
|
|
865
1146
|
}
|
|
866
1147
|
},
|
|
867
|
-
"
|
|
1148
|
+
"text": {
|
|
868
1149
|
"type": "string",
|
|
869
|
-
"description": "
|
|
1150
|
+
"description": "The text that will be displayed for this action",
|
|
870
1151
|
"artifactType": "XMLProperty",
|
|
871
1152
|
"metadata": {
|
|
872
1153
|
"type": "Property"
|
|
873
1154
|
}
|
|
874
1155
|
},
|
|
875
|
-
"
|
|
876
|
-
"type": "
|
|
877
|
-
"description": "
|
|
1156
|
+
"id": {
|
|
1157
|
+
"type": "string",
|
|
1158
|
+
"description": "Unique id of control",
|
|
878
1159
|
"artifactType": "XMLProperty",
|
|
879
1160
|
"metadata": {
|
|
880
1161
|
"type": "Property"
|
|
881
1162
|
}
|
|
882
|
-
}
|
|
883
|
-
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"additionalProperties": false,
|
|
1166
|
+
"metadata": {
|
|
1167
|
+
"path": [],
|
|
1168
|
+
"type": "Control"
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"sap.fe.macros.table.ActionGroup": {
|
|
1172
|
+
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
1173
|
+
"isViewNode": true,
|
|
1174
|
+
"type": "object",
|
|
1175
|
+
"properties": {
|
|
1176
|
+
"anchor": {
|
|
884
1177
|
"type": "string",
|
|
885
|
-
"description": "
|
|
1178
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
886
1179
|
"artifactType": "XMLProperty",
|
|
887
1180
|
"metadata": {
|
|
888
1181
|
"type": "Property"
|
|
889
1182
|
}
|
|
890
1183
|
},
|
|
891
|
-
"
|
|
892
|
-
"type": "
|
|
893
|
-
"description": "
|
|
1184
|
+
"key": {
|
|
1185
|
+
"type": "string",
|
|
1186
|
+
"description": "Unique identifier of the ActionGroup",
|
|
894
1187
|
"artifactType": "XMLProperty",
|
|
895
1188
|
"metadata": {
|
|
896
1189
|
"type": "Property"
|
|
897
1190
|
}
|
|
898
1191
|
},
|
|
899
|
-
"
|
|
900
|
-
"type": "
|
|
901
|
-
"description": "Defines
|
|
1192
|
+
"placement": {
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
902
1195
|
"artifactType": "XMLProperty",
|
|
903
1196
|
"metadata": {
|
|
904
1197
|
"type": "Property"
|
|
905
|
-
}
|
|
1198
|
+
},
|
|
1199
|
+
"enum": [
|
|
1200
|
+
"After",
|
|
1201
|
+
"Before"
|
|
1202
|
+
]
|
|
906
1203
|
},
|
|
907
|
-
"
|
|
1204
|
+
"text": {
|
|
908
1205
|
"type": "string",
|
|
909
|
-
"description": "
|
|
1206
|
+
"description": "The text that will be displayed for this action group",
|
|
910
1207
|
"artifactType": "XMLProperty",
|
|
911
1208
|
"metadata": {
|
|
912
1209
|
"type": "Property"
|
|
913
1210
|
}
|
|
914
1211
|
},
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
|
|
918
|
-
"$ref": "#/definitions/boolean "
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"$ref": "#/definitions/ string"
|
|
922
|
-
}
|
|
923
|
-
],
|
|
924
|
-
"description": "personalization",
|
|
1212
|
+
"id": {
|
|
1213
|
+
"type": "string",
|
|
1214
|
+
"description": "Unique id of control",
|
|
925
1215
|
"artifactType": "XMLProperty",
|
|
926
|
-
"isViewNode": true,
|
|
927
1216
|
"metadata": {
|
|
928
1217
|
"type": "Property"
|
|
929
1218
|
}
|
|
930
1219
|
},
|
|
931
|
-
"
|
|
932
|
-
"type": "
|
|
933
|
-
"
|
|
934
|
-
|
|
1220
|
+
"actions": {
|
|
1221
|
+
"type": "object",
|
|
1222
|
+
"additionalProperties": {
|
|
1223
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
1224
|
+
},
|
|
1225
|
+
"isViewNode": true,
|
|
935
1226
|
"metadata": {
|
|
936
|
-
"
|
|
1227
|
+
"path": [],
|
|
1228
|
+
"type": "Aggregation"
|
|
937
1229
|
}
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"additionalProperties": false,
|
|
1233
|
+
"metadata": {
|
|
1234
|
+
"path": [],
|
|
1235
|
+
"type": "Control"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"sap.fe.macros.table.Column": {
|
|
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",
|
|
1240
|
+
"isViewNode": true,
|
|
1241
|
+
"type": "object",
|
|
1242
|
+
"properties": {
|
|
1243
|
+
"anchor": {
|
|
1244
|
+
"type": "string",
|
|
1245
|
+
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
1246
|
+
"artifactType": "XMLProperty",
|
|
1247
|
+
"metadata": {
|
|
1248
|
+
"type": "Property"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"header": {
|
|
1252
|
+
"type": "string",
|
|
1253
|
+
"description": "The text that will be displayed for this column header",
|
|
1254
|
+
"artifactType": "XMLProperty",
|
|
1255
|
+
"metadata": {
|
|
1256
|
+
"type": "Property"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"horizontalAlign": {
|
|
1260
|
+
"type": "string",
|
|
1261
|
+
"description": "Aligns the header as well as the content horizontally",
|
|
1262
|
+
"artifactType": "XMLProperty",
|
|
1263
|
+
"metadata": {
|
|
1264
|
+
"type": "Property"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
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",
|
|
1270
|
+
"artifactType": "XMLProperty",
|
|
1271
|
+
"metadata": {
|
|
1272
|
+
"type": "Property"
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"key": {
|
|
1276
|
+
"type": "string",
|
|
1277
|
+
"description": "Unique identifier of the column",
|
|
1278
|
+
"artifactType": "XMLProperty",
|
|
1279
|
+
"metadata": {
|
|
1280
|
+
"type": "Property"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"placement": {
|
|
1284
|
+
"type": "string",
|
|
1285
|
+
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1286
|
+
"artifactType": "XMLProperty",
|
|
1287
|
+
"metadata": {
|
|
1288
|
+
"type": "Property"
|
|
1289
|
+
},
|
|
1290
|
+
"enum": [
|
|
1291
|
+
"After",
|
|
1292
|
+
"Before"
|
|
1293
|
+
]
|
|
1294
|
+
},
|
|
1295
|
+
"width": {
|
|
1296
|
+
"type": "string",
|
|
1297
|
+
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1298
|
+
"artifactType": "XMLProperty",
|
|
1299
|
+
"metadata": {
|
|
1300
|
+
"type": "Property"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"widthIncludingColumnHeader": {
|
|
1304
|
+
"type": "boolean",
|
|
1305
|
+
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
1306
|
+
"artifactType": "XMLProperty",
|
|
1307
|
+
"metadata": {
|
|
1308
|
+
"type": "Property"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"id": {
|
|
1312
|
+
"type": "string",
|
|
1313
|
+
"description": "Unique id of control",
|
|
1314
|
+
"artifactType": "XMLProperty",
|
|
1315
|
+
"metadata": {
|
|
1316
|
+
"type": "Property"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"additionalProperties": false,
|
|
1321
|
+
"metadata": {
|
|
1322
|
+
"path": [],
|
|
1323
|
+
"type": "Control"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
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",
|
|
1328
|
+
"isViewNode": true,
|
|
1329
|
+
"type": "object",
|
|
1330
|
+
"properties": {
|
|
1331
|
+
"busy": {
|
|
1332
|
+
"type": "boolean",
|
|
1333
|
+
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
1334
|
+
"artifactType": "XMLProperty",
|
|
1335
|
+
"metadata": {
|
|
1336
|
+
"type": "Property"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"contextPath": {
|
|
1340
|
+
"type": "string",
|
|
1341
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1342
|
+
"artifactType": "XMLProperty",
|
|
1343
|
+
"metadata": {
|
|
1344
|
+
"type": "Property"
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
"creationMode": {
|
|
1348
|
+
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
1349
|
+
"description": "creationMode",
|
|
1350
|
+
"artifactType": "XMLProperty",
|
|
1351
|
+
"isViewNode": true,
|
|
1352
|
+
"metadata": {
|
|
1353
|
+
"type": "Property"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
"enableAutoColumnWidth": {
|
|
1357
|
+
"type": "boolean",
|
|
1358
|
+
"description": "Specifies if the column width is automatically calculated.",
|
|
1359
|
+
"artifactType": "XMLProperty",
|
|
1360
|
+
"metadata": {
|
|
1361
|
+
"type": "Property"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"enableExport": {
|
|
1365
|
+
"type": "boolean",
|
|
1366
|
+
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
1367
|
+
"artifactType": "XMLProperty",
|
|
1368
|
+
"metadata": {
|
|
1369
|
+
"type": "Property"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"enableFullScreen": {
|
|
1373
|
+
"type": "boolean",
|
|
1374
|
+
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
1375
|
+
"artifactType": "XMLProperty",
|
|
1376
|
+
"metadata": {
|
|
1377
|
+
"type": "Property"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"enablePaste": {
|
|
1381
|
+
"type": "boolean",
|
|
1382
|
+
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
1383
|
+
"artifactType": "XMLProperty",
|
|
1384
|
+
"metadata": {
|
|
1385
|
+
"type": "Property"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"filterBar": {
|
|
1389
|
+
"type": "string",
|
|
1390
|
+
"description": "ID of the FilterBar building block associated with the table.",
|
|
1391
|
+
"artifactType": "XMLProperty",
|
|
1392
|
+
"metadata": {
|
|
1393
|
+
"type": "Property"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
"frozenColumnCount": {
|
|
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",
|
|
1399
|
+
"artifactType": "XMLProperty",
|
|
1400
|
+
"metadata": {
|
|
1401
|
+
"type": "Property"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"header": {
|
|
1405
|
+
"type": "string",
|
|
1406
|
+
"description": "Specifies the header text that is shown in the table.",
|
|
1407
|
+
"artifactType": "XMLProperty",
|
|
1408
|
+
"metadata": {
|
|
1409
|
+
"type": "Property"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"headerVisible": {
|
|
1413
|
+
"type": "boolean",
|
|
1414
|
+
"description": "Controls if the header text should be shown or not.",
|
|
1415
|
+
"artifactType": "XMLProperty",
|
|
1416
|
+
"metadata": {
|
|
1417
|
+
"type": "Property"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"isSearchable": {
|
|
1421
|
+
"type": "boolean",
|
|
1422
|
+
"description": "Defines whether to display the search action.",
|
|
1423
|
+
"artifactType": "XMLProperty",
|
|
1424
|
+
"metadata": {
|
|
1425
|
+
"type": "Property"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"metaPath": {
|
|
1429
|
+
"type": "string",
|
|
1430
|
+
"description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
|
|
1431
|
+
"artifactType": "XMLProperty",
|
|
1432
|
+
"metadata": {
|
|
1433
|
+
"type": "Property"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
"personalization": {
|
|
1437
|
+
"anyOf": [
|
|
1438
|
+
{
|
|
1439
|
+
"type": "boolean"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"type": "string"
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
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",
|
|
1446
|
+
"artifactType": "XMLProperty",
|
|
1447
|
+
"metadata": {
|
|
1448
|
+
"type": "Property"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"readOnly": {
|
|
1452
|
+
"type": "boolean",
|
|
1453
|
+
"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",
|
|
1454
|
+
"artifactType": "XMLProperty",
|
|
1455
|
+
"metadata": {
|
|
1456
|
+
"type": "Property"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"rowCount": {
|
|
1460
|
+
"type": "number",
|
|
941
1461
|
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
942
1462
|
"artifactType": "XMLProperty",
|
|
943
1463
|
"metadata": {
|
|
@@ -974,14 +1494,15 @@
|
|
|
974
1494
|
},
|
|
975
1495
|
"type": {
|
|
976
1496
|
"type": "string",
|
|
977
|
-
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable` and `
|
|
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",
|
|
978
1498
|
"artifactType": "XMLProperty",
|
|
979
1499
|
"metadata": {
|
|
980
1500
|
"type": "Property"
|
|
981
1501
|
},
|
|
982
1502
|
"enum": [
|
|
983
1503
|
"GridTable",
|
|
984
|
-
"ResponsiveTable"
|
|
1504
|
+
"ResponsiveTable",
|
|
1505
|
+
"AnalyticalTable"
|
|
985
1506
|
]
|
|
986
1507
|
},
|
|
987
1508
|
"variantManagement": {
|
|
@@ -1035,6 +1556,14 @@
|
|
|
1035
1556
|
"type": "Aggregation"
|
|
1036
1557
|
}
|
|
1037
1558
|
},
|
|
1559
|
+
"beforeRebindTable": {
|
|
1560
|
+
"type": "string",
|
|
1561
|
+
"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",
|
|
1562
|
+
"artifactType": "XMLProperty",
|
|
1563
|
+
"metadata": {
|
|
1564
|
+
"type": "Event"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1038
1567
|
"rowPress": {
|
|
1039
1568
|
"type": "string",
|
|
1040
1569
|
"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",
|
|
@@ -1123,166 +1652,54 @@
|
|
|
1123
1652
|
"defaultAggregation": "actions"
|
|
1124
1653
|
}
|
|
1125
1654
|
},
|
|
1126
|
-
"sap.fe.macros.
|
|
1127
|
-
"description": "
|
|
1655
|
+
"sap.fe.macros.FieldFormatOptions": {
|
|
1656
|
+
"description": "Additional format options for the field.",
|
|
1128
1657
|
"isViewNode": true,
|
|
1129
1658
|
"type": "object",
|
|
1130
1659
|
"properties": {
|
|
1131
|
-
"
|
|
1660
|
+
"displayMode": {
|
|
1132
1661
|
"type": "string",
|
|
1133
|
-
"description": "
|
|
1662
|
+
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
1134
1663
|
"artifactType": "XMLProperty",
|
|
1135
1664
|
"metadata": {
|
|
1136
1665
|
"type": "Property"
|
|
1137
|
-
}
|
|
1666
|
+
},
|
|
1667
|
+
"enum": [
|
|
1668
|
+
"Description",
|
|
1669
|
+
"DescriptionValue",
|
|
1670
|
+
"Value",
|
|
1671
|
+
"ValueDescription"
|
|
1672
|
+
]
|
|
1138
1673
|
},
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"description": "
|
|
1674
|
+
"fieldEditStyle": {
|
|
1675
|
+
"$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
|
|
1676
|
+
"description": "fieldEditStyle",
|
|
1142
1677
|
"artifactType": "XMLProperty",
|
|
1678
|
+
"isViewNode": true,
|
|
1143
1679
|
"metadata": {
|
|
1144
1680
|
"type": "Property"
|
|
1145
1681
|
}
|
|
1146
1682
|
},
|
|
1147
|
-
"
|
|
1683
|
+
"measureDisplayMode": {
|
|
1148
1684
|
"type": "string",
|
|
1149
|
-
"description": "
|
|
1150
|
-
"artifactType": "XMLProperty",
|
|
1151
|
-
"metadata": {
|
|
1152
|
-
"type": "Property"
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
"placement": {
|
|
1156
|
-
"type": "string",
|
|
1157
|
-
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1685
|
+
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
1158
1686
|
"artifactType": "XMLProperty",
|
|
1159
1687
|
"metadata": {
|
|
1160
1688
|
"type": "Property"
|
|
1161
1689
|
},
|
|
1162
1690
|
"enum": [
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1691
|
+
"Hidden",
|
|
1692
|
+
"ReadOnly"
|
|
1165
1693
|
]
|
|
1166
1694
|
},
|
|
1167
|
-
"
|
|
1168
|
-
"type": "string",
|
|
1169
|
-
"description": "Event handler to be called when the user chooses the action",
|
|
1170
|
-
"artifactType": "XMLProperty",
|
|
1171
|
-
"metadata": {
|
|
1172
|
-
"type": "Property"
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"requiresSelection": {
|
|
1695
|
+
"radioButtonsHorizontalLayout": {
|
|
1176
1696
|
"type": "boolean",
|
|
1177
|
-
"description": "
|
|
1178
|
-
"artifactType": "XMLProperty",
|
|
1179
|
-
"metadata": {
|
|
1180
|
-
"type": "Property"
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
"text": {
|
|
1184
|
-
"type": "string",
|
|
1185
|
-
"description": "The text that will be displayed for this action",
|
|
1186
|
-
"artifactType": "XMLProperty",
|
|
1187
|
-
"metadata": {
|
|
1188
|
-
"type": "Property"
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"additionalProperties": false,
|
|
1193
|
-
"metadata": {
|
|
1194
|
-
"path": [],
|
|
1195
|
-
"type": "Control"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"sap.fe.macros.chart.ActionGroup": {
|
|
1199
|
-
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
1200
|
-
"isViewNode": true,
|
|
1201
|
-
"type": "object",
|
|
1202
|
-
"properties": {
|
|
1203
|
-
"actions": {
|
|
1204
|
-
"$ref": "#/definitions/sap.fe.macros.chart.Action[]",
|
|
1205
|
-
"description": "actions",
|
|
1206
|
-
"artifactType": "XMLProperty",
|
|
1207
|
-
"isViewNode": true,
|
|
1208
|
-
"metadata": {
|
|
1209
|
-
"type": "Property"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
"anchor": {
|
|
1213
|
-
"type": "string",
|
|
1214
|
-
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
1215
|
-
"artifactType": "XMLProperty",
|
|
1216
|
-
"metadata": {
|
|
1217
|
-
"type": "Property"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
"key": {
|
|
1221
|
-
"type": "string",
|
|
1222
|
-
"description": "Unique identifier of the action",
|
|
1697
|
+
"description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
|
|
1223
1698
|
"artifactType": "XMLProperty",
|
|
1224
1699
|
"metadata": {
|
|
1225
1700
|
"type": "Property"
|
|
1226
1701
|
}
|
|
1227
1702
|
},
|
|
1228
|
-
"placement": {
|
|
1229
|
-
"type": "string",
|
|
1230
|
-
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1231
|
-
"artifactType": "XMLProperty",
|
|
1232
|
-
"metadata": {
|
|
1233
|
-
"type": "Property"
|
|
1234
|
-
},
|
|
1235
|
-
"enum": [
|
|
1236
|
-
"After",
|
|
1237
|
-
"Before"
|
|
1238
|
-
]
|
|
1239
|
-
},
|
|
1240
|
-
"text": {
|
|
1241
|
-
"type": "string",
|
|
1242
|
-
"description": "The text that will be displayed for this action group",
|
|
1243
|
-
"artifactType": "XMLProperty",
|
|
1244
|
-
"metadata": {
|
|
1245
|
-
"type": "Property"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
"additionalProperties": false,
|
|
1250
|
-
"metadata": {
|
|
1251
|
-
"path": [],
|
|
1252
|
-
"type": "Control"
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
"sap.fe.macros.FieldFormatOptions": {
|
|
1256
|
-
"description": "Additional format options for the field.",
|
|
1257
|
-
"isViewNode": true,
|
|
1258
|
-
"type": "object",
|
|
1259
|
-
"properties": {
|
|
1260
|
-
"displayMode": {
|
|
1261
|
-
"type": "string",
|
|
1262
|
-
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
1263
|
-
"artifactType": "XMLProperty",
|
|
1264
|
-
"metadata": {
|
|
1265
|
-
"type": "Property"
|
|
1266
|
-
},
|
|
1267
|
-
"enum": [
|
|
1268
|
-
"Description",
|
|
1269
|
-
"DescriptionValue",
|
|
1270
|
-
"Value",
|
|
1271
|
-
"ValueDescription"
|
|
1272
|
-
]
|
|
1273
|
-
},
|
|
1274
|
-
"measureDisplayMode": {
|
|
1275
|
-
"type": "string",
|
|
1276
|
-
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
1277
|
-
"artifactType": "XMLProperty",
|
|
1278
|
-
"metadata": {
|
|
1279
|
-
"type": "Property"
|
|
1280
|
-
},
|
|
1281
|
-
"enum": [
|
|
1282
|
-
"Hidden",
|
|
1283
|
-
"ReadOnly"
|
|
1284
|
-
]
|
|
1285
|
-
},
|
|
1286
1703
|
"showDate": {
|
|
1287
1704
|
"type": "boolean",
|
|
1288
1705
|
"description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
@@ -1358,266 +1775,11 @@
|
|
|
1358
1775
|
"type": "Control"
|
|
1359
1776
|
}
|
|
1360
1777
|
},
|
|
1361
|
-
"sap.fe.macros.
|
|
1362
|
-
"description": "
|
|
1363
|
-
"isViewNode": true,
|
|
1364
|
-
"type": "object",
|
|
1365
|
-
"properties": {
|
|
1366
|
-
"anchor": {
|
|
1367
|
-
"type": "string",
|
|
1368
|
-
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
1369
|
-
"artifactType": "XMLProperty",
|
|
1370
|
-
"metadata": {
|
|
1371
|
-
"type": "Property"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
"key": {
|
|
1375
|
-
"type": "string",
|
|
1376
|
-
"description": "The property name of the FilterField",
|
|
1377
|
-
"artifactType": "XMLProperty",
|
|
1378
|
-
"metadata": {
|
|
1379
|
-
"type": "Property"
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
"label": {
|
|
1383
|
-
"type": "string",
|
|
1384
|
-
"description": "The text that will be displayed for this FilterField",
|
|
1385
|
-
"artifactType": "XMLProperty",
|
|
1386
|
-
"metadata": {
|
|
1387
|
-
"type": "Property"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
"placement": {
|
|
1391
|
-
"type": "string",
|
|
1392
|
-
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1393
|
-
"artifactType": "XMLProperty",
|
|
1394
|
-
"metadata": {
|
|
1395
|
-
"type": "Property"
|
|
1396
|
-
},
|
|
1397
|
-
"enum": [
|
|
1398
|
-
"After",
|
|
1399
|
-
"Before"
|
|
1400
|
-
]
|
|
1401
|
-
},
|
|
1402
|
-
"showMessages": {
|
|
1403
|
-
"type": "boolean",
|
|
1404
|
-
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
1405
|
-
"artifactType": "XMLProperty",
|
|
1406
|
-
"metadata": {
|
|
1407
|
-
"type": "Property"
|
|
1408
|
-
}
|
|
1409
|
-
}
|
|
1410
|
-
},
|
|
1411
|
-
"additionalProperties": false,
|
|
1412
|
-
"metadata": {
|
|
1413
|
-
"path": [],
|
|
1414
|
-
"type": "Control"
|
|
1415
|
-
}
|
|
1416
|
-
},
|
|
1417
|
-
"sap.fe.macros.table.Action": {
|
|
1418
|
-
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
1778
|
+
"sap.fe.macros.share.ShareOptions": {
|
|
1779
|
+
"description": "Share Options.",
|
|
1419
1780
|
"isViewNode": true,
|
|
1420
1781
|
"type": "object",
|
|
1421
|
-
"properties": {
|
|
1422
|
-
"anchor": {
|
|
1423
|
-
"type": "string",
|
|
1424
|
-
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
1425
|
-
"artifactType": "XMLProperty",
|
|
1426
|
-
"metadata": {
|
|
1427
|
-
"type": "Property"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
"enabled": {
|
|
1431
|
-
"type": "boolean",
|
|
1432
|
-
"description": "Enables or disables the action",
|
|
1433
|
-
"artifactType": "XMLProperty",
|
|
1434
|
-
"metadata": {
|
|
1435
|
-
"type": "Property"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
"key": {
|
|
1439
|
-
"type": "string",
|
|
1440
|
-
"description": "Unique identifier of the action",
|
|
1441
|
-
"artifactType": "XMLProperty",
|
|
1442
|
-
"metadata": {
|
|
1443
|
-
"type": "Property"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
"placement": {
|
|
1447
|
-
"type": "string",
|
|
1448
|
-
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1449
|
-
"artifactType": "XMLProperty",
|
|
1450
|
-
"metadata": {
|
|
1451
|
-
"type": "Property"
|
|
1452
|
-
},
|
|
1453
|
-
"enum": [
|
|
1454
|
-
"After",
|
|
1455
|
-
"Before"
|
|
1456
|
-
]
|
|
1457
|
-
},
|
|
1458
|
-
"press": {
|
|
1459
|
-
"type": "string",
|
|
1460
|
-
"description": "Event handler to be called when the user chooses the action",
|
|
1461
|
-
"artifactType": "XMLProperty",
|
|
1462
|
-
"metadata": {
|
|
1463
|
-
"type": "Property"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
"requiresSelection": {
|
|
1467
|
-
"type": "boolean",
|
|
1468
|
-
"description": "Defines if the action requires a selection.",
|
|
1469
|
-
"artifactType": "XMLProperty",
|
|
1470
|
-
"metadata": {
|
|
1471
|
-
"type": "Property"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
"text": {
|
|
1475
|
-
"type": "string",
|
|
1476
|
-
"description": "The text that will be displayed for this action",
|
|
1477
|
-
"artifactType": "XMLProperty",
|
|
1478
|
-
"metadata": {
|
|
1479
|
-
"type": "Property"
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
|
-
"additionalProperties": false,
|
|
1484
|
-
"metadata": {
|
|
1485
|
-
"path": [],
|
|
1486
|
-
"type": "Control"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
"sap.fe.macros.table.ActionGroup": {
|
|
1490
|
-
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
1491
|
-
"isViewNode": true,
|
|
1492
|
-
"type": "object",
|
|
1493
|
-
"properties": {
|
|
1494
|
-
"actions": {
|
|
1495
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action[]",
|
|
1496
|
-
"description": "actions",
|
|
1497
|
-
"artifactType": "XMLProperty",
|
|
1498
|
-
"isViewNode": true,
|
|
1499
|
-
"metadata": {
|
|
1500
|
-
"type": "Property"
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
|
-
"anchor": {
|
|
1504
|
-
"type": "string",
|
|
1505
|
-
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
1506
|
-
"artifactType": "XMLProperty",
|
|
1507
|
-
"metadata": {
|
|
1508
|
-
"type": "Property"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
"key": {
|
|
1512
|
-
"type": "string",
|
|
1513
|
-
"description": "Unique identifier of the ActionGroup",
|
|
1514
|
-
"artifactType": "XMLProperty",
|
|
1515
|
-
"metadata": {
|
|
1516
|
-
"type": "Property"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"placement": {
|
|
1520
|
-
"type": "string",
|
|
1521
|
-
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1522
|
-
"artifactType": "XMLProperty",
|
|
1523
|
-
"metadata": {
|
|
1524
|
-
"type": "Property"
|
|
1525
|
-
},
|
|
1526
|
-
"enum": [
|
|
1527
|
-
"After",
|
|
1528
|
-
"Before"
|
|
1529
|
-
]
|
|
1530
|
-
},
|
|
1531
|
-
"text": {
|
|
1532
|
-
"type": "string",
|
|
1533
|
-
"description": "The text that will be displayed for this action group",
|
|
1534
|
-
"artifactType": "XMLProperty",
|
|
1535
|
-
"metadata": {
|
|
1536
|
-
"type": "Property"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
"additionalProperties": false,
|
|
1541
|
-
"metadata": {
|
|
1542
|
-
"path": [],
|
|
1543
|
-
"type": "Control"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
"sap.fe.macros.table.Column": {
|
|
1547
|
-
"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",
|
|
1548
|
-
"isViewNode": true,
|
|
1549
|
-
"type": "object",
|
|
1550
|
-
"properties": {
|
|
1551
|
-
"anchor": {
|
|
1552
|
-
"type": "string",
|
|
1553
|
-
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
1554
|
-
"artifactType": "XMLProperty",
|
|
1555
|
-
"metadata": {
|
|
1556
|
-
"type": "Property"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
"header": {
|
|
1560
|
-
"type": "string",
|
|
1561
|
-
"description": "The text that will be displayed for this column header",
|
|
1562
|
-
"artifactType": "XMLProperty",
|
|
1563
|
-
"metadata": {
|
|
1564
|
-
"type": "Property"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
"horizontalAlign": {
|
|
1568
|
-
"$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
|
|
1569
|
-
"description": "horizontalAlign",
|
|
1570
|
-
"artifactType": "XMLProperty",
|
|
1571
|
-
"isViewNode": true,
|
|
1572
|
-
"metadata": {
|
|
1573
|
-
"type": "Property"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"importance": {
|
|
1577
|
-
"type": "string",
|
|
1578
|
-
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
1579
|
-
"artifactType": "XMLProperty",
|
|
1580
|
-
"metadata": {
|
|
1581
|
-
"type": "Property"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"key": {
|
|
1585
|
-
"type": "string",
|
|
1586
|
-
"description": "Unique identifier of the column",
|
|
1587
|
-
"artifactType": "XMLProperty",
|
|
1588
|
-
"metadata": {
|
|
1589
|
-
"type": "Property"
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"placement": {
|
|
1593
|
-
"type": "string",
|
|
1594
|
-
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1595
|
-
"artifactType": "XMLProperty",
|
|
1596
|
-
"metadata": {
|
|
1597
|
-
"type": "Property"
|
|
1598
|
-
},
|
|
1599
|
-
"enum": [
|
|
1600
|
-
"After",
|
|
1601
|
-
"Before"
|
|
1602
|
-
]
|
|
1603
|
-
},
|
|
1604
|
-
"width": {
|
|
1605
|
-
"type": "string",
|
|
1606
|
-
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1607
|
-
"artifactType": "XMLProperty",
|
|
1608
|
-
"metadata": {
|
|
1609
|
-
"type": "Property"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
"widthIncludingColumnHeader": {
|
|
1613
|
-
"type": "boolean",
|
|
1614
|
-
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
1615
|
-
"artifactType": "XMLProperty",
|
|
1616
|
-
"metadata": {
|
|
1617
|
-
"type": "Property"
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1782
|
+
"properties": {},
|
|
1621
1783
|
"additionalProperties": false,
|
|
1622
1784
|
"metadata": {
|
|
1623
1785
|
"path": [],
|