@sap/ux-specification 1.139.6 → 1.142.1
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 +6 -120
- 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-ListReportNew.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 +227 -227
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +622 -49
- package/dist/schemas/v4/ListReportConfig.json +48 -0
- package/dist/schemas/v4/ObjectPageConfig.json +72 -0
- package/dist/specification/package.json +3 -3
- package/dist/specification/scripts/macros/corrections.d.ts +40 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +78 -6
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.js +1 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +5 -1
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +1 -1
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +1 -1
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +14 -1
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +146 -46
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.js +2 -2
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +30 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +3 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +30 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +60 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.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 +13 -11
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +33 -13
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +1 -1
- package/dist/types/src/common/types.d.ts +7 -5
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +4 -3
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/controls/Action.d.ts +8 -0
- package/dist/types/src/v4/controls/Action.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -40,14 +40,6 @@
|
|
|
40
40
|
"type": "Property"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"filterBar": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"description": "Id of the FilterBar building block associated with the chart.",
|
|
46
|
-
"artifactType": "XMLProperty",
|
|
47
|
-
"metadata": {
|
|
48
|
-
"type": "Property"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
43
|
"header": {
|
|
52
44
|
"type": "string",
|
|
53
45
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -111,6 +103,17 @@
|
|
|
111
103
|
"type": "Property"
|
|
112
104
|
}
|
|
113
105
|
},
|
|
106
|
+
"actionOverflowGroups": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"additionalProperties": {
|
|
109
|
+
"$ref": "#/definitions/sap.fe.macros.chart.OverflowGroup"
|
|
110
|
+
},
|
|
111
|
+
"isViewNode": true,
|
|
112
|
+
"metadata": {
|
|
113
|
+
"path": [],
|
|
114
|
+
"type": "Aggregation"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
114
117
|
"actions": {
|
|
115
118
|
"type": "object",
|
|
116
119
|
"additionalProperties": {
|
|
@@ -137,6 +140,66 @@
|
|
|
137
140
|
"type": "Control"
|
|
138
141
|
}
|
|
139
142
|
},
|
|
143
|
+
"sap.fe.macros.CollaborativeDraftHandler": {
|
|
144
|
+
"description": "A BuildingBlock to watch the lock status of a property and to react on changes.",
|
|
145
|
+
"isViewNode": true,
|
|
146
|
+
"type": "object",
|
|
147
|
+
"properties": {
|
|
148
|
+
"contextPath": {
|
|
149
|
+
"type": "string",
|
|
150
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework, and can be overwritten.",
|
|
151
|
+
"artifactType": "XMLProperty",
|
|
152
|
+
"metadata": {
|
|
153
|
+
"type": "Property"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"metaPath": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
159
|
+
"artifactType": "XMLProperty",
|
|
160
|
+
"metadata": {
|
|
161
|
+
"type": "Property"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"showAvatar": {
|
|
165
|
+
"type": "boolean",
|
|
166
|
+
"description": "If set to true, the standard Avatar control is displayed to indicate the lock status.\nIf set to false, nothing is displayed.",
|
|
167
|
+
"artifactType": "XMLProperty",
|
|
168
|
+
"metadata": {
|
|
169
|
+
"type": "Property"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"id": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"description": "Unique id of control",
|
|
175
|
+
"artifactType": "XMLProperty",
|
|
176
|
+
"metadata": {
|
|
177
|
+
"type": "Property"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"avatarPress": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"description": "Event fired when the user clicks on the avatar.\nParameters:\n- lockingUserID: The ID of the user locking the property\n- lockingUserName: The name of the user locking the property\n- lockingUserInitials: The initials of the user locking the property\n- lockingUserColor: The color associated to the user locking the property\n",
|
|
183
|
+
"artifactType": "XMLProperty",
|
|
184
|
+
"metadata": {
|
|
185
|
+
"type": "Event"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"lockChange": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "Event fired when the lock status changes.\nParameters:\n- isLocked : True if the property is locked, false otherwise\n- lockingUserID: The ID of the user locking the property (undefined if not locked)\n- lockingUserName: The name of the user locking the property (undefined if not locked)\n- lockingUserInitials: The initials of the user locking the property (undefined if not locked)\n- lockingUserColor: The color associated to the user locking the property (undefined if not locked)\n",
|
|
191
|
+
"artifactType": "XMLProperty",
|
|
192
|
+
"metadata": {
|
|
193
|
+
"type": "Event"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"additionalProperties": false,
|
|
198
|
+
"metadata": {
|
|
199
|
+
"path": [],
|
|
200
|
+
"type": "Control"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
140
203
|
"sap.fe.macros.CollectionBindingInfo": {
|
|
141
204
|
"description": "API to add parameters to the collection binding info.",
|
|
142
205
|
"isViewNode": true,
|
|
@@ -157,6 +220,78 @@
|
|
|
157
220
|
"type": "Control"
|
|
158
221
|
}
|
|
159
222
|
},
|
|
223
|
+
"sap.fe.macros.ConditionalSwitch": {
|
|
224
|
+
"description": "Defines a conditional template that renders content based on the evaluation of a set of switchProperties.\nThe switchProperties are defined using the sap.fe.macros.ConditionalSwitchProperty building block.",
|
|
225
|
+
"isViewNode": true,
|
|
226
|
+
"type": "object",
|
|
227
|
+
"properties": {
|
|
228
|
+
"factory": {
|
|
229
|
+
"$ref": "#/definitions/function",
|
|
230
|
+
"description": "A function that returns the content to be rendered based on the evaluation of the switchProperties.\nThe function receives an object with the switchProperties as key-value pairs, the binding context, and the displayed control.\nThe function should return a single UI5 control.",
|
|
231
|
+
"artifactType": "XMLProperty",
|
|
232
|
+
"metadata": {
|
|
233
|
+
"type": "Property"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"id": {
|
|
237
|
+
"type": "string",
|
|
238
|
+
"description": "Unique id of control",
|
|
239
|
+
"artifactType": "XMLProperty",
|
|
240
|
+
"metadata": {
|
|
241
|
+
"type": "Property"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"additionalProperties": false,
|
|
246
|
+
"metadata": {
|
|
247
|
+
"path": [],
|
|
248
|
+
"type": "Control"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"sap.fe.macros.ConditionalSwitchProperty": {
|
|
252
|
+
"description": "Defines a property with a key and a value that can be used in conditional templates.\nWhen the value is changed, a `valueChanged` event is fired.",
|
|
253
|
+
"isViewNode": true,
|
|
254
|
+
"type": "object",
|
|
255
|
+
"properties": {
|
|
256
|
+
"key": {
|
|
257
|
+
"type": "string",
|
|
258
|
+
"description": "The key of the property.",
|
|
259
|
+
"artifactType": "XMLProperty",
|
|
260
|
+
"metadata": {
|
|
261
|
+
"type": "Property"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"value": {
|
|
265
|
+
"type": "any",
|
|
266
|
+
"description": "The value of the property.",
|
|
267
|
+
"artifactType": "XMLProperty",
|
|
268
|
+
"metadata": {
|
|
269
|
+
"type": "Property"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"id": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"description": "Unique id of control",
|
|
275
|
+
"artifactType": "XMLProperty",
|
|
276
|
+
"metadata": {
|
|
277
|
+
"type": "Property"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"valueChanged": {
|
|
281
|
+
"type": "string",
|
|
282
|
+
"description": "Event fired when the value of the property is changed.\nThis is used internally by the `ConditionalTemplate` control to react to changes in the property value.",
|
|
283
|
+
"artifactType": "XMLProperty",
|
|
284
|
+
"metadata": {
|
|
285
|
+
"type": "Event"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"additionalProperties": false,
|
|
290
|
+
"metadata": {
|
|
291
|
+
"path": [],
|
|
292
|
+
"type": "Control"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
160
295
|
"sap.fe.macros.Field": {
|
|
161
296
|
"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<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\nOverview of Building Blocks\n",
|
|
162
297
|
"isViewNode": true,
|
|
@@ -321,7 +456,7 @@
|
|
|
321
456
|
"type": "object",
|
|
322
457
|
"properties": {
|
|
323
458
|
"number": {
|
|
324
|
-
"type": "
|
|
459
|
+
"type": "string",
|
|
325
460
|
"description": "The Number to be displayed.",
|
|
326
461
|
"artifactType": "XMLProperty",
|
|
327
462
|
"metadata": {
|
|
@@ -337,15 +472,22 @@
|
|
|
337
472
|
}
|
|
338
473
|
},
|
|
339
474
|
"status": {
|
|
340
|
-
"type": "
|
|
475
|
+
"type": "string",
|
|
341
476
|
"description": "The Status to be displayed.",
|
|
342
477
|
"artifactType": "XMLProperty",
|
|
343
478
|
"metadata": {
|
|
344
479
|
"type": "Property"
|
|
345
|
-
}
|
|
480
|
+
},
|
|
481
|
+
"enum": [
|
|
482
|
+
"Success",
|
|
483
|
+
"Error",
|
|
484
|
+
"Warning",
|
|
485
|
+
"None",
|
|
486
|
+
"Information"
|
|
487
|
+
]
|
|
346
488
|
},
|
|
347
489
|
"text": {
|
|
348
|
-
"type": "
|
|
490
|
+
"type": "string",
|
|
349
491
|
"description": "The Text to be displayed.",
|
|
350
492
|
"artifactType": "XMLProperty",
|
|
351
493
|
"metadata": {
|
|
@@ -354,7 +496,7 @@
|
|
|
354
496
|
"i18nClassification": "TXT: Text of the KPITag"
|
|
355
497
|
},
|
|
356
498
|
"tooltip": {
|
|
357
|
-
"type": "
|
|
499
|
+
"type": "string",
|
|
358
500
|
"description": "The Tooltip to be displayed.",
|
|
359
501
|
"artifactType": "XMLProperty",
|
|
360
502
|
"metadata": {
|
|
@@ -363,7 +505,7 @@
|
|
|
363
505
|
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
364
506
|
},
|
|
365
507
|
"unit": {
|
|
366
|
-
"type": "
|
|
508
|
+
"type": "string",
|
|
367
509
|
"description": "The Unit of Measure of the number to be displayed.",
|
|
368
510
|
"artifactType": "XMLProperty",
|
|
369
511
|
"metadata": {
|
|
@@ -500,7 +642,13 @@
|
|
|
500
642
|
"artifactType": "XMLProperty",
|
|
501
643
|
"metadata": {
|
|
502
644
|
"type": "Property"
|
|
503
|
-
}
|
|
645
|
+
},
|
|
646
|
+
"enum": [
|
|
647
|
+
"XS",
|
|
648
|
+
"S",
|
|
649
|
+
"M",
|
|
650
|
+
"L"
|
|
651
|
+
]
|
|
504
652
|
},
|
|
505
653
|
"id": {
|
|
506
654
|
"type": "string",
|
|
@@ -570,13 +718,13 @@
|
|
|
570
718
|
}
|
|
571
719
|
},
|
|
572
720
|
"sap.fe.macros.Page": {
|
|
573
|
-
"description": "
|
|
721
|
+
"description": "Building block used to create a custom page with a title and the content. By default, the page includes a title.",
|
|
574
722
|
"isViewNode": true,
|
|
575
723
|
"type": "object",
|
|
576
724
|
"properties": {
|
|
577
725
|
"avatarSrc": {
|
|
578
726
|
"type": "string",
|
|
579
|
-
"description": "
|
|
727
|
+
"description": "Source of the avatar image. This property is considered only if the title property is defined.",
|
|
580
728
|
"artifactType": "XMLProperty",
|
|
581
729
|
"metadata": {
|
|
582
730
|
"type": "Property"
|
|
@@ -584,7 +732,7 @@
|
|
|
584
732
|
},
|
|
585
733
|
"description": {
|
|
586
734
|
"type": "string",
|
|
587
|
-
"description": "
|
|
735
|
+
"description": "Provides additional details of the page. This property is considered only if the title property is defined.",
|
|
588
736
|
"artifactType": "XMLProperty",
|
|
589
737
|
"metadata": {
|
|
590
738
|
"type": "Property"
|
|
@@ -592,7 +740,7 @@
|
|
|
592
740
|
},
|
|
593
741
|
"title": {
|
|
594
742
|
"type": "string",
|
|
595
|
-
"description": "Title of the page
|
|
743
|
+
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.",
|
|
596
744
|
"artifactType": "XMLProperty",
|
|
597
745
|
"metadata": {
|
|
598
746
|
"type": "Property"
|
|
@@ -835,7 +983,7 @@
|
|
|
835
983
|
"additionalProperties": {
|
|
836
984
|
"$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
|
|
837
985
|
},
|
|
838
|
-
"isViewNode":
|
|
986
|
+
"isViewNode": true,
|
|
839
987
|
"metadata": {
|
|
840
988
|
"path": [],
|
|
841
989
|
"type": "Aggregation"
|
|
@@ -845,22 +993,99 @@
|
|
|
845
993
|
"additionalProperties": false,
|
|
846
994
|
"metadata": {
|
|
847
995
|
"path": [],
|
|
848
|
-
"type": "Control"
|
|
996
|
+
"type": "Control",
|
|
997
|
+
"defaultAggregation": "shareOptions"
|
|
849
998
|
}
|
|
850
999
|
},
|
|
851
|
-
"sap.fe.macros.
|
|
852
|
-
"description": "Building block
|
|
1000
|
+
"sap.fe.macros.Status": {
|
|
1001
|
+
"description": "Building block to display a status and criticality.",
|
|
853
1002
|
"isViewNode": true,
|
|
854
1003
|
"type": "object",
|
|
855
1004
|
"properties": {
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
"description": "
|
|
1005
|
+
"colorPalette": {
|
|
1006
|
+
"type": "string",
|
|
1007
|
+
"description": "Color palette to be used by the control. The supported values are \"Standard\" (default) and \"Pastel\".",
|
|
1008
|
+
"artifactType": "XMLProperty",
|
|
1009
|
+
"metadata": {
|
|
1010
|
+
"type": "Property"
|
|
1011
|
+
},
|
|
1012
|
+
"enum": [
|
|
1013
|
+
"Standard",
|
|
1014
|
+
"Pastel"
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
"contextPath": {
|
|
1018
|
+
"type": "string",
|
|
1019
|
+
"description": "Context path for the binding context.",
|
|
1020
|
+
"artifactType": "XMLProperty",
|
|
1021
|
+
"metadata": {
|
|
1022
|
+
"type": "Property"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"inverted": {
|
|
1026
|
+
"type": "boolean",
|
|
1027
|
+
"description": "Determines whether the background color reflects the set state of the ObjectStatus instead of the control's text.",
|
|
1028
|
+
"artifactType": "XMLProperty",
|
|
1029
|
+
"metadata": {
|
|
1030
|
+
"type": "Property"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"largeDesign": {
|
|
1034
|
+
"type": "boolean",
|
|
1035
|
+
"description": "Indicates whether the ObjectStatus should be displayed in large design mode.",
|
|
1036
|
+
"artifactType": "XMLProperty",
|
|
1037
|
+
"metadata": {
|
|
1038
|
+
"type": "Property"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"metaPath": {
|
|
1042
|
+
"type": "string",
|
|
1043
|
+
"description": "Metadata path to the DataField annotation or property.",
|
|
1044
|
+
"artifactType": "XMLProperty",
|
|
1045
|
+
"metadata": {
|
|
1046
|
+
"type": "Property"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"reactiveAreaMode": {
|
|
1050
|
+
"type": "string",
|
|
1051
|
+
"description": "When the Status is clickable, it defines the size of the reactive area of the clickable element:\n- ReactiveAreaMode.Inline - The Status is displayed as part of a sentence.\n- ReactiveAreaMode.Overlay - The Status is displayed as an overlay on top of other interactive parts of the page.\nNote: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI elements. UI elements positioned over other parts of the page may need an invisible active touch area. This ensures that no elements beneath are activated accidentally when the user tries to interact with the overlay element.\n",
|
|
1052
|
+
"artifactType": "XMLProperty",
|
|
1053
|
+
"metadata": {
|
|
1054
|
+
"type": "Property"
|
|
1055
|
+
},
|
|
1056
|
+
"enum": [
|
|
1057
|
+
"Inline",
|
|
1058
|
+
"Overlay"
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
"id": {
|
|
1062
|
+
"type": "string",
|
|
1063
|
+
"description": "Unique id of control",
|
|
859
1064
|
"artifactType": "XMLProperty",
|
|
860
1065
|
"metadata": {
|
|
861
1066
|
"type": "Property"
|
|
862
1067
|
}
|
|
863
1068
|
},
|
|
1069
|
+
"press": {
|
|
1070
|
+
"type": "string",
|
|
1071
|
+
"description": "Press event fired when the ObjectStatus is clicked.",
|
|
1072
|
+
"artifactType": "XMLProperty",
|
|
1073
|
+
"metadata": {
|
|
1074
|
+
"type": "Event"
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"additionalProperties": false,
|
|
1079
|
+
"metadata": {
|
|
1080
|
+
"path": [],
|
|
1081
|
+
"type": "Control"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"sap.fe.macros.VariantManagement": {
|
|
1085
|
+
"description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
1086
|
+
"isViewNode": true,
|
|
1087
|
+
"type": "object",
|
|
1088
|
+
"properties": {
|
|
864
1089
|
"headerLevel": {
|
|
865
1090
|
"type": "string",
|
|
866
1091
|
"description": "Header level for the variant management, determining its position or style.",
|
|
@@ -921,6 +1146,14 @@
|
|
|
921
1146
|
"type": "Property"
|
|
922
1147
|
}
|
|
923
1148
|
},
|
|
1149
|
+
"overflowGroup": {
|
|
1150
|
+
"type": "number",
|
|
1151
|
+
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
1152
|
+
"artifactType": "XMLProperty",
|
|
1153
|
+
"metadata": {
|
|
1154
|
+
"type": "Property"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
924
1157
|
"placement": {
|
|
925
1158
|
"type": "string",
|
|
926
1159
|
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -994,6 +1227,14 @@
|
|
|
994
1227
|
"type": "Property"
|
|
995
1228
|
}
|
|
996
1229
|
},
|
|
1230
|
+
"overflowGroup": {
|
|
1231
|
+
"type": "number",
|
|
1232
|
+
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
1233
|
+
"artifactType": "XMLProperty",
|
|
1234
|
+
"metadata": {
|
|
1235
|
+
"type": "Property"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
997
1238
|
"placement": {
|
|
998
1239
|
"type": "string",
|
|
999
1240
|
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -1062,7 +1303,8 @@
|
|
|
1062
1303
|
"additionalProperties": false,
|
|
1063
1304
|
"metadata": {
|
|
1064
1305
|
"path": [],
|
|
1065
|
-
"type": "Control"
|
|
1306
|
+
"type": "Control",
|
|
1307
|
+
"defaultAggregation": "actions"
|
|
1066
1308
|
}
|
|
1067
1309
|
},
|
|
1068
1310
|
"sap.fe.macros.chart.Chart": {
|
|
@@ -1078,14 +1320,6 @@
|
|
|
1078
1320
|
"type": "Property"
|
|
1079
1321
|
}
|
|
1080
1322
|
},
|
|
1081
|
-
"filterBar": {
|
|
1082
|
-
"type": "string",
|
|
1083
|
-
"description": "Id of the FilterBar building block associated with the chart.",
|
|
1084
|
-
"artifactType": "XMLProperty",
|
|
1085
|
-
"metadata": {
|
|
1086
|
-
"type": "Property"
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
1323
|
"header": {
|
|
1090
1324
|
"type": "string",
|
|
1091
1325
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -1148,6 +1382,17 @@
|
|
|
1148
1382
|
"type": "Property"
|
|
1149
1383
|
}
|
|
1150
1384
|
},
|
|
1385
|
+
"actionOverflowGroups": {
|
|
1386
|
+
"type": "object",
|
|
1387
|
+
"additionalProperties": {
|
|
1388
|
+
"$ref": "#/definitions/sap.fe.macros.chart.OverflowGroup"
|
|
1389
|
+
},
|
|
1390
|
+
"isViewNode": true,
|
|
1391
|
+
"metadata": {
|
|
1392
|
+
"path": [],
|
|
1393
|
+
"type": "Aggregation"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1151
1396
|
"actions": {
|
|
1152
1397
|
"type": "object",
|
|
1153
1398
|
"additionalProperties": {
|
|
@@ -1174,6 +1419,42 @@
|
|
|
1174
1419
|
"type": "Control"
|
|
1175
1420
|
}
|
|
1176
1421
|
},
|
|
1422
|
+
"sap.fe.macros.chart.OverflowGroup": {
|
|
1423
|
+
"description": "Definition of an overflow group to be used in the chart toolbar",
|
|
1424
|
+
"isViewNode": true,
|
|
1425
|
+
"type": "object",
|
|
1426
|
+
"properties": {
|
|
1427
|
+
"overflowGroup": {
|
|
1428
|
+
"type": "number",
|
|
1429
|
+
"description": "Defines the group of the toolbar separator in the overflow toolbar.",
|
|
1430
|
+
"artifactType": "XMLProperty",
|
|
1431
|
+
"metadata": {
|
|
1432
|
+
"type": "Property"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"showSeparator": {
|
|
1436
|
+
"type": "boolean",
|
|
1437
|
+
"description": "Defines if a toolbar separator should be displayed.",
|
|
1438
|
+
"artifactType": "XMLProperty",
|
|
1439
|
+
"metadata": {
|
|
1440
|
+
"type": "Property"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"id": {
|
|
1444
|
+
"type": "string",
|
|
1445
|
+
"description": "Unique id of control",
|
|
1446
|
+
"artifactType": "XMLProperty",
|
|
1447
|
+
"metadata": {
|
|
1448
|
+
"type": "Property"
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
"additionalProperties": false,
|
|
1453
|
+
"metadata": {
|
|
1454
|
+
"path": [],
|
|
1455
|
+
"type": "Control"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1177
1458
|
"sap.fe.macros.controls.BuildingBlockObjectProperty": {
|
|
1178
1459
|
"description": "Base class for building block complex object properties that can be serialized to XML.",
|
|
1179
1460
|
"isViewNode": true,
|
|
@@ -1377,7 +1658,10 @@
|
|
|
1377
1658
|
"metadata": {
|
|
1378
1659
|
"type": "Property"
|
|
1379
1660
|
},
|
|
1380
|
-
"
|
|
1661
|
+
"enum": [
|
|
1662
|
+
"RadioButtons",
|
|
1663
|
+
""
|
|
1664
|
+
]
|
|
1381
1665
|
},
|
|
1382
1666
|
"measureDisplayMode": {
|
|
1383
1667
|
"type": "string",
|
|
@@ -1793,6 +2077,14 @@
|
|
|
1793
2077
|
"type": "Property"
|
|
1794
2078
|
}
|
|
1795
2079
|
},
|
|
2080
|
+
"layout": {
|
|
2081
|
+
"type": "object",
|
|
2082
|
+
"description": "Defines the layout to be used within the form.\nIt defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.\nAll the properties of the ResponsiveGridLayout can be added to the configuration.",
|
|
2083
|
+
"artifactType": "XMLProperty",
|
|
2084
|
+
"metadata": {
|
|
2085
|
+
"type": "Property"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
1796
2088
|
"metaPath": {
|
|
1797
2089
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1798
2090
|
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
@@ -1868,7 +2160,13 @@
|
|
|
1868
2160
|
"artifactType": "XMLProperty",
|
|
1869
2161
|
"metadata": {
|
|
1870
2162
|
"type": "Property"
|
|
1871
|
-
}
|
|
2163
|
+
},
|
|
2164
|
+
"enum": [
|
|
2165
|
+
"XS",
|
|
2166
|
+
"S",
|
|
2167
|
+
"M",
|
|
2168
|
+
"L"
|
|
2169
|
+
]
|
|
1872
2170
|
},
|
|
1873
2171
|
"id": {
|
|
1874
2172
|
"type": "string",
|
|
@@ -1896,7 +2194,37 @@
|
|
|
1896
2194
|
"artifactType": "XMLProperty",
|
|
1897
2195
|
"metadata": {
|
|
1898
2196
|
"type": "Property"
|
|
1899
|
-
}
|
|
2197
|
+
},
|
|
2198
|
+
"enum": [
|
|
2199
|
+
"bold",
|
|
2200
|
+
"italic",
|
|
2201
|
+
"underline",
|
|
2202
|
+
"strikethrough",
|
|
2203
|
+
"fontfamily",
|
|
2204
|
+
"fontsize",
|
|
2205
|
+
"forecolor",
|
|
2206
|
+
"backcolor",
|
|
2207
|
+
"cut",
|
|
2208
|
+
"copy",
|
|
2209
|
+
"paste",
|
|
2210
|
+
"bullist",
|
|
2211
|
+
"numlist",
|
|
2212
|
+
"outdent",
|
|
2213
|
+
"indent",
|
|
2214
|
+
"undo",
|
|
2215
|
+
"redo",
|
|
2216
|
+
"image",
|
|
2217
|
+
"emoticons",
|
|
2218
|
+
"link",
|
|
2219
|
+
"unlink",
|
|
2220
|
+
"alignleft",
|
|
2221
|
+
"aligncenter",
|
|
2222
|
+
"alignright",
|
|
2223
|
+
"alignjustify",
|
|
2224
|
+
"table",
|
|
2225
|
+
"styleselect"
|
|
2226
|
+
],
|
|
2227
|
+
"multiSelect": true
|
|
1900
2228
|
},
|
|
1901
2229
|
"customToolbarPriority": {
|
|
1902
2230
|
"type": "number",
|
|
@@ -2058,6 +2386,14 @@
|
|
|
2058
2386
|
"type": "Property"
|
|
2059
2387
|
}
|
|
2060
2388
|
},
|
|
2389
|
+
"overflowGroup": {
|
|
2390
|
+
"type": "number",
|
|
2391
|
+
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
2392
|
+
"artifactType": "XMLProperty",
|
|
2393
|
+
"metadata": {
|
|
2394
|
+
"type": "Property"
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2061
2397
|
"placement": {
|
|
2062
2398
|
"type": "string",
|
|
2063
2399
|
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -2070,6 +2406,14 @@
|
|
|
2070
2406
|
"Before"
|
|
2071
2407
|
]
|
|
2072
2408
|
},
|
|
2409
|
+
"priority": {
|
|
2410
|
+
"type": "string",
|
|
2411
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
2412
|
+
"artifactType": "XMLProperty",
|
|
2413
|
+
"metadata": {
|
|
2414
|
+
"type": "Property"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2073
2417
|
"requiresSelection": {
|
|
2074
2418
|
"type": "boolean",
|
|
2075
2419
|
"description": "Defines if the action requires a selection.",
|
|
@@ -2147,6 +2491,14 @@
|
|
|
2147
2491
|
"type": "Property"
|
|
2148
2492
|
}
|
|
2149
2493
|
},
|
|
2494
|
+
"overflowGroup": {
|
|
2495
|
+
"type": "number",
|
|
2496
|
+
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
2497
|
+
"artifactType": "XMLProperty",
|
|
2498
|
+
"metadata": {
|
|
2499
|
+
"type": "Property"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2150
2502
|
"placement": {
|
|
2151
2503
|
"type": "string",
|
|
2152
2504
|
"description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -2159,6 +2511,14 @@
|
|
|
2159
2511
|
"Before"
|
|
2160
2512
|
]
|
|
2161
2513
|
},
|
|
2514
|
+
"priority": {
|
|
2515
|
+
"type": "string",
|
|
2516
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
2517
|
+
"artifactType": "XMLProperty",
|
|
2518
|
+
"metadata": {
|
|
2519
|
+
"type": "Property"
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2162
2522
|
"text": {
|
|
2163
2523
|
"type": "string",
|
|
2164
2524
|
"description": "The text that will be displayed for this action group",
|
|
@@ -2191,7 +2551,8 @@
|
|
|
2191
2551
|
"additionalProperties": false,
|
|
2192
2552
|
"metadata": {
|
|
2193
2553
|
"path": [],
|
|
2194
|
-
"type": "Control"
|
|
2554
|
+
"type": "Control",
|
|
2555
|
+
"defaultAggregation": "actions"
|
|
2195
2556
|
}
|
|
2196
2557
|
},
|
|
2197
2558
|
"sap.fe.macros.table.ActionGroupOverride": {
|
|
@@ -2250,7 +2611,8 @@
|
|
|
2250
2611
|
"additionalProperties": false,
|
|
2251
2612
|
"metadata": {
|
|
2252
2613
|
"path": [],
|
|
2253
|
-
"type": "Control"
|
|
2614
|
+
"type": "Control",
|
|
2615
|
+
"defaultAggregation": "actions"
|
|
2254
2616
|
}
|
|
2255
2617
|
},
|
|
2256
2618
|
"sap.fe.macros.table.ActionOverride": {
|
|
@@ -2418,6 +2780,14 @@
|
|
|
2418
2780
|
"type": "Property"
|
|
2419
2781
|
}
|
|
2420
2782
|
},
|
|
2783
|
+
"disableExport": {
|
|
2784
|
+
"type": "boolean",
|
|
2785
|
+
"description": "Determines if the column should be excluded from the export.",
|
|
2786
|
+
"artifactType": "XMLProperty",
|
|
2787
|
+
"metadata": {
|
|
2788
|
+
"type": "Property"
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2421
2791
|
"header": {
|
|
2422
2792
|
"type": "string",
|
|
2423
2793
|
"description": "The text that will be displayed for this column header",
|
|
@@ -2523,6 +2893,22 @@
|
|
|
2523
2893
|
"isViewNode": true,
|
|
2524
2894
|
"type": "object",
|
|
2525
2895
|
"properties": {
|
|
2896
|
+
"falseValue": {
|
|
2897
|
+
"type": "string",
|
|
2898
|
+
"description": "Determines the text associated to a Boolean type with 'false' as value.",
|
|
2899
|
+
"artifactType": "XMLProperty",
|
|
2900
|
+
"metadata": {
|
|
2901
|
+
"type": "Property"
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
"label": {
|
|
2905
|
+
"type": "string",
|
|
2906
|
+
"description": "Determines the column header text.",
|
|
2907
|
+
"artifactType": "XMLProperty",
|
|
2908
|
+
"metadata": {
|
|
2909
|
+
"type": "Property"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2526
2912
|
"property": {
|
|
2527
2913
|
"$ref": "#/definitions/string[]",
|
|
2528
2914
|
"description": "Determines the properties of the column.",
|
|
@@ -2539,6 +2925,22 @@
|
|
|
2539
2925
|
"type": "Property"
|
|
2540
2926
|
}
|
|
2541
2927
|
},
|
|
2928
|
+
"textAlign": {
|
|
2929
|
+
"type": "string",
|
|
2930
|
+
"description": "Determines the alignment of the column of the cell contents.\nAvailable options are:\n- Left\n- Right\n- Center\n- Begin\n- End\n\n",
|
|
2931
|
+
"artifactType": "XMLProperty",
|
|
2932
|
+
"metadata": {
|
|
2933
|
+
"type": "Property"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
"trueValue": {
|
|
2937
|
+
"type": "string",
|
|
2938
|
+
"description": "Determines the text associated to a Boolean type with 'true' as value.",
|
|
2939
|
+
"artifactType": "XMLProperty",
|
|
2940
|
+
"metadata": {
|
|
2941
|
+
"type": "Property"
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2542
2944
|
"type": {
|
|
2543
2945
|
"type": "string",
|
|
2544
2946
|
"description": "Determines the data type of the field",
|
|
@@ -2547,6 +2949,14 @@
|
|
|
2547
2949
|
"type": "Property"
|
|
2548
2950
|
}
|
|
2549
2951
|
},
|
|
2952
|
+
"valueMap": {
|
|
2953
|
+
"type": "object",
|
|
2954
|
+
"description": "Determines the mapping object holding the values associated with a specific key.\nEnumeration type must be used when valueMap is provided.",
|
|
2955
|
+
"artifactType": "XMLProperty",
|
|
2956
|
+
"metadata": {
|
|
2957
|
+
"type": "Property"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2550
2960
|
"width": {
|
|
2551
2961
|
"type": "number",
|
|
2552
2962
|
"description": "Determines the width of the column in characters",
|
|
@@ -2591,6 +3001,14 @@
|
|
|
2591
3001
|
"type": "Property"
|
|
2592
3002
|
}
|
|
2593
3003
|
},
|
|
3004
|
+
"disableExport": {
|
|
3005
|
+
"type": "boolean",
|
|
3006
|
+
"description": "Determines if the column should be excluded from the export.",
|
|
3007
|
+
"artifactType": "XMLProperty",
|
|
3008
|
+
"metadata": {
|
|
3009
|
+
"type": "Property"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
2594
3012
|
"horizontalAlign": {
|
|
2595
3013
|
"type": "string",
|
|
2596
3014
|
"description": "Aligns the header as well as the content horizontally",
|
|
@@ -2703,7 +3121,7 @@
|
|
|
2703
3121
|
"additionalProperties": {
|
|
2704
3122
|
"$ref": "#/definitions/sap.ui.layout.form.FormContainer"
|
|
2705
3123
|
},
|
|
2706
|
-
"isViewNode":
|
|
3124
|
+
"isViewNode": true,
|
|
2707
3125
|
"metadata": {
|
|
2708
3126
|
"path": [],
|
|
2709
3127
|
"type": "Aggregation"
|
|
@@ -2711,6 +3129,43 @@
|
|
|
2711
3129
|
}
|
|
2712
3130
|
},
|
|
2713
3131
|
"additionalProperties": false,
|
|
3132
|
+
"metadata": {
|
|
3133
|
+
"path": [],
|
|
3134
|
+
"type": "Control",
|
|
3135
|
+
"defaultAggregation": "customContent"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"sap.fe.macros.table.OverflowGroup": {
|
|
3139
|
+
"description": "Configuration of toolbar separators to be used inside the table toolbar",
|
|
3140
|
+
"isViewNode": true,
|
|
3141
|
+
"type": "object",
|
|
3142
|
+
"properties": {
|
|
3143
|
+
"overflowGroup": {
|
|
3144
|
+
"type": "number",
|
|
3145
|
+
"description": "Defines the group of the toolbar separator in the overflow toolbar.",
|
|
3146
|
+
"artifactType": "XMLProperty",
|
|
3147
|
+
"metadata": {
|
|
3148
|
+
"type": "Property"
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
"showSeparator": {
|
|
3152
|
+
"type": "boolean",
|
|
3153
|
+
"description": "Defines if a toolbar separator should be displayed.",
|
|
3154
|
+
"artifactType": "XMLProperty",
|
|
3155
|
+
"metadata": {
|
|
3156
|
+
"type": "Property"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"id": {
|
|
3160
|
+
"type": "string",
|
|
3161
|
+
"description": "Unique id of control",
|
|
3162
|
+
"artifactType": "XMLProperty",
|
|
3163
|
+
"metadata": {
|
|
3164
|
+
"type": "Property"
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"additionalProperties": false,
|
|
2714
3169
|
"metadata": {
|
|
2715
3170
|
"path": [],
|
|
2716
3171
|
"type": "Control"
|
|
@@ -2853,6 +3308,14 @@
|
|
|
2853
3308
|
"type": "Property"
|
|
2854
3309
|
}
|
|
2855
3310
|
},
|
|
3311
|
+
"exportFileName": {
|
|
3312
|
+
"type": "string",
|
|
3313
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3314
|
+
"artifactType": "XMLProperty",
|
|
3315
|
+
"metadata": {
|
|
3316
|
+
"type": "Property"
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
2856
3319
|
"exportRequestSize": {
|
|
2857
3320
|
"type": "number",
|
|
2858
3321
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -2861,6 +3324,14 @@
|
|
|
2861
3324
|
"type": "Property"
|
|
2862
3325
|
}
|
|
2863
3326
|
},
|
|
3327
|
+
"exportSheetName": {
|
|
3328
|
+
"type": "string",
|
|
3329
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3330
|
+
"artifactType": "XMLProperty",
|
|
3331
|
+
"metadata": {
|
|
3332
|
+
"type": "Property"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
2864
3335
|
"filterBar": {
|
|
2865
3336
|
"type": "string",
|
|
2866
3337
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3070,6 +3541,17 @@
|
|
|
3070
3541
|
"type": "Property"
|
|
3071
3542
|
}
|
|
3072
3543
|
},
|
|
3544
|
+
"actionOverflowGroups": {
|
|
3545
|
+
"type": "object",
|
|
3546
|
+
"additionalProperties": {
|
|
3547
|
+
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
3548
|
+
},
|
|
3549
|
+
"isViewNode": true,
|
|
3550
|
+
"metadata": {
|
|
3551
|
+
"path": [],
|
|
3552
|
+
"type": "Aggregation"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3073
3555
|
"actions": {
|
|
3074
3556
|
"type": "object",
|
|
3075
3557
|
"additionalProperties": {
|
|
@@ -3116,7 +3598,7 @@
|
|
|
3116
3598
|
},
|
|
3117
3599
|
"beforeRebindTable": {
|
|
3118
3600
|
"type": "string",
|
|
3119
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3601
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3120
3602
|
"artifactType": "XMLProperty",
|
|
3121
3603
|
"metadata": {
|
|
3122
3604
|
"type": "Event"
|
|
@@ -3124,7 +3606,7 @@
|
|
|
3124
3606
|
},
|
|
3125
3607
|
"rowPress": {
|
|
3126
3608
|
"type": "string",
|
|
3127
|
-
"description": "An event is triggered when the user chooses a row
|
|
3609
|
+
"description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
|
|
3128
3610
|
"artifactType": "XMLProperty",
|
|
3129
3611
|
"metadata": {
|
|
3130
3612
|
"type": "Event"
|
|
@@ -3247,6 +3729,14 @@
|
|
|
3247
3729
|
"type": "Property"
|
|
3248
3730
|
}
|
|
3249
3731
|
},
|
|
3732
|
+
"exportFileName": {
|
|
3733
|
+
"type": "string",
|
|
3734
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3735
|
+
"artifactType": "XMLProperty",
|
|
3736
|
+
"metadata": {
|
|
3737
|
+
"type": "Property"
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3250
3740
|
"exportRequestSize": {
|
|
3251
3741
|
"type": "number",
|
|
3252
3742
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3255,6 +3745,14 @@
|
|
|
3255
3745
|
"type": "Property"
|
|
3256
3746
|
}
|
|
3257
3747
|
},
|
|
3748
|
+
"exportSheetName": {
|
|
3749
|
+
"type": "string",
|
|
3750
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3751
|
+
"artifactType": "XMLProperty",
|
|
3752
|
+
"metadata": {
|
|
3753
|
+
"type": "Property"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3258
3756
|
"filterBar": {
|
|
3259
3757
|
"type": "string",
|
|
3260
3758
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3459,6 +3957,17 @@
|
|
|
3459
3957
|
"type": "Property"
|
|
3460
3958
|
}
|
|
3461
3959
|
},
|
|
3960
|
+
"actionOverflowGroups": {
|
|
3961
|
+
"type": "object",
|
|
3962
|
+
"additionalProperties": {
|
|
3963
|
+
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
3964
|
+
},
|
|
3965
|
+
"isViewNode": true,
|
|
3966
|
+
"metadata": {
|
|
3967
|
+
"path": [],
|
|
3968
|
+
"type": "Aggregation"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3462
3971
|
"actions": {
|
|
3463
3972
|
"type": "object",
|
|
3464
3973
|
"additionalProperties": {
|
|
@@ -3505,7 +4014,7 @@
|
|
|
3505
4014
|
},
|
|
3506
4015
|
"beforeRebindTable": {
|
|
3507
4016
|
"type": "string",
|
|
3508
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4017
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3509
4018
|
"artifactType": "XMLProperty",
|
|
3510
4019
|
"metadata": {
|
|
3511
4020
|
"type": "Event"
|
|
@@ -3513,7 +4022,7 @@
|
|
|
3513
4022
|
},
|
|
3514
4023
|
"rowPress": {
|
|
3515
4024
|
"type": "string",
|
|
3516
|
-
"description": "An event is triggered when the user chooses a row
|
|
4025
|
+
"description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
|
|
3517
4026
|
"artifactType": "XMLProperty",
|
|
3518
4027
|
"metadata": {
|
|
3519
4028
|
"type": "Event"
|
|
@@ -3702,6 +4211,14 @@
|
|
|
3702
4211
|
"type": "Property"
|
|
3703
4212
|
}
|
|
3704
4213
|
},
|
|
4214
|
+
"exportFileName": {
|
|
4215
|
+
"type": "string",
|
|
4216
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4217
|
+
"artifactType": "XMLProperty",
|
|
4218
|
+
"metadata": {
|
|
4219
|
+
"type": "Property"
|
|
4220
|
+
}
|
|
4221
|
+
},
|
|
3705
4222
|
"exportRequestSize": {
|
|
3706
4223
|
"type": "number",
|
|
3707
4224
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3710,6 +4227,14 @@
|
|
|
3710
4227
|
"type": "Property"
|
|
3711
4228
|
}
|
|
3712
4229
|
},
|
|
4230
|
+
"exportSheetName": {
|
|
4231
|
+
"type": "string",
|
|
4232
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4233
|
+
"artifactType": "XMLProperty",
|
|
4234
|
+
"metadata": {
|
|
4235
|
+
"type": "Property"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
3713
4238
|
"filterBar": {
|
|
3714
4239
|
"type": "string",
|
|
3715
4240
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3950,6 +4475,17 @@
|
|
|
3950
4475
|
"type": "Property"
|
|
3951
4476
|
}
|
|
3952
4477
|
},
|
|
4478
|
+
"actionOverflowGroups": {
|
|
4479
|
+
"type": "object",
|
|
4480
|
+
"additionalProperties": {
|
|
4481
|
+
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
4482
|
+
},
|
|
4483
|
+
"isViewNode": true,
|
|
4484
|
+
"metadata": {
|
|
4485
|
+
"path": [],
|
|
4486
|
+
"type": "Aggregation"
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
3953
4489
|
"actions": {
|
|
3954
4490
|
"type": "object",
|
|
3955
4491
|
"additionalProperties": {
|
|
@@ -3996,7 +4532,7 @@
|
|
|
3996
4532
|
},
|
|
3997
4533
|
"beforeRebindTable": {
|
|
3998
4534
|
"type": "string",
|
|
3999
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4535
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4000
4536
|
"artifactType": "XMLProperty",
|
|
4001
4537
|
"metadata": {
|
|
4002
4538
|
"type": "Event"
|
|
@@ -4004,7 +4540,7 @@
|
|
|
4004
4540
|
},
|
|
4005
4541
|
"rowPress": {
|
|
4006
4542
|
"type": "string",
|
|
4007
|
-
"description": "An event is triggered when the user chooses a row
|
|
4543
|
+
"description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
|
|
4008
4544
|
"artifactType": "XMLProperty",
|
|
4009
4545
|
"metadata": {
|
|
4010
4546
|
"type": "Event"
|
|
@@ -4126,6 +4662,14 @@
|
|
|
4126
4662
|
"type": "Property"
|
|
4127
4663
|
}
|
|
4128
4664
|
},
|
|
4665
|
+
"exportFileName": {
|
|
4666
|
+
"type": "string",
|
|
4667
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4668
|
+
"artifactType": "XMLProperty",
|
|
4669
|
+
"metadata": {
|
|
4670
|
+
"type": "Property"
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4129
4673
|
"exportRequestSize": {
|
|
4130
4674
|
"type": "number",
|
|
4131
4675
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -4134,6 +4678,14 @@
|
|
|
4134
4678
|
"type": "Property"
|
|
4135
4679
|
}
|
|
4136
4680
|
},
|
|
4681
|
+
"exportSheetName": {
|
|
4682
|
+
"type": "string",
|
|
4683
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4684
|
+
"artifactType": "XMLProperty",
|
|
4685
|
+
"metadata": {
|
|
4686
|
+
"type": "Property"
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4137
4689
|
"filterBar": {
|
|
4138
4690
|
"type": "string",
|
|
4139
4691
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -4374,6 +4926,17 @@
|
|
|
4374
4926
|
"type": "Property"
|
|
4375
4927
|
}
|
|
4376
4928
|
},
|
|
4929
|
+
"actionOverflowGroups": {
|
|
4930
|
+
"type": "object",
|
|
4931
|
+
"additionalProperties": {
|
|
4932
|
+
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
4933
|
+
},
|
|
4934
|
+
"isViewNode": true,
|
|
4935
|
+
"metadata": {
|
|
4936
|
+
"path": [],
|
|
4937
|
+
"type": "Aggregation"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4377
4940
|
"actions": {
|
|
4378
4941
|
"type": "object",
|
|
4379
4942
|
"additionalProperties": {
|
|
@@ -4420,7 +4983,7 @@
|
|
|
4420
4983
|
},
|
|
4421
4984
|
"beforeRebindTable": {
|
|
4422
4985
|
"type": "string",
|
|
4423
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4986
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4424
4987
|
"artifactType": "XMLProperty",
|
|
4425
4988
|
"metadata": {
|
|
4426
4989
|
"type": "Event"
|
|
@@ -4428,7 +4991,7 @@
|
|
|
4428
4991
|
},
|
|
4429
4992
|
"rowPress": {
|
|
4430
4993
|
"type": "string",
|
|
4431
|
-
"description": "An event is triggered when the user chooses a row
|
|
4994
|
+
"description": "An event is triggered when the user chooses a row. The event contains information about which row is chosen.\nYou can set this to handle the navigation manually.\n",
|
|
4432
4995
|
"artifactType": "XMLProperty",
|
|
4433
4996
|
"metadata": {
|
|
4434
4997
|
"type": "Event"
|
|
@@ -4579,6 +5142,16 @@
|
|
|
4579
5142
|
"defaultAggregation": "actions"
|
|
4580
5143
|
}
|
|
4581
5144
|
},
|
|
5145
|
+
"sap.fe.macros.CollectionBindingInfo.SerializedCollectionBindingInfo": {
|
|
5146
|
+
"isViewNode": true,
|
|
5147
|
+
"type": "object",
|
|
5148
|
+
"properties": {},
|
|
5149
|
+
"additionalProperties": false,
|
|
5150
|
+
"metadata": {
|
|
5151
|
+
"path": [],
|
|
5152
|
+
"type": "Control"
|
|
5153
|
+
}
|
|
5154
|
+
},
|
|
4582
5155
|
"sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData": {
|
|
4583
5156
|
"description": "Definition of data consumer by section from single control",
|
|
4584
5157
|
"isViewNode": true,
|