@sap/ux-specification 1.108.14 → 1.108.16
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 +67 -2
- 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 +138 -138
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +10 -10
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +578 -540
- package/dist/schemas/v2/ObjectPageConfig.json +92 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +124 -37
- package/dist/schemas/v4/ObjectPageConfig.json +176 -42
- package/dist/src/api.d.ts.map +1 -1
- package/dist/src/api.js +6 -3
- package/dist/src/api.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +99 -68
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +6 -4
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +21 -11
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +17 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +84 -28
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.js +93 -1
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +5 -2
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +62 -63
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +20 -0
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +59 -2
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +9 -0
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +44 -19
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +17 -29
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +69 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +6 -1
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +6 -1
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.d.ts +10 -0
- package/dist/src/sync/v4/application.d.ts.map +1 -1
- package/dist/src/sync/v4/application.js +21 -1
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +11 -0
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +77 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts +18 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +158 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/index.d.ts +1 -0
- package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/index.js +1 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +33 -34
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -4
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +38 -15
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +60 -38
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +64 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +56 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +15 -8
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +65 -13
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +10 -10
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"defaultPath": {
|
|
39
39
|
"$ref": "#/definitions/DefaultPathType",
|
|
40
|
-
"description": "
|
|
40
|
+
"description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
|
|
41
41
|
"artifactType": "Manifest"
|
|
42
42
|
},
|
|
43
43
|
"$schema": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"type": "string"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
|
-
"description": "
|
|
106
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
107
107
|
"artifactType": "Manifest"
|
|
108
108
|
},
|
|
109
109
|
"enabled": {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"type": "string"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
|
-
"description": "
|
|
122
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
123
123
|
"artifactType": "Manifest"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
@@ -161,8 +161,9 @@
|
|
|
161
161
|
"type": "object",
|
|
162
162
|
"properties": {
|
|
163
163
|
"hideFilterBar": {
|
|
164
|
-
"description": "
|
|
164
|
+
"description": "Allows you to hide the filter bar.",
|
|
165
165
|
"artifactType": "Manifest",
|
|
166
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bd7590569c74c61a0124c6e370030f6",
|
|
166
167
|
"type": "boolean"
|
|
167
168
|
},
|
|
168
169
|
"selectionFields": {
|
|
@@ -181,12 +182,12 @@
|
|
|
181
182
|
},
|
|
182
183
|
"initialLayout": {
|
|
183
184
|
"$ref": "#/definitions/InitialLayoutType",
|
|
184
|
-
"description": "
|
|
185
|
+
"description": "Allows you to specify the default filter mode on the initial load.",
|
|
185
186
|
"artifactType": "Manifest"
|
|
186
187
|
},
|
|
187
188
|
"layout": {
|
|
188
189
|
"$ref": "#/definitions/LayoutType",
|
|
189
|
-
"description": "
|
|
190
|
+
"description": "Allows you to specify the layout of the filter bar.\n\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
|
|
190
191
|
"artifactType": "Manifest"
|
|
191
192
|
}
|
|
192
193
|
},
|
|
@@ -197,10 +198,82 @@
|
|
|
197
198
|
"isViewNode": true,
|
|
198
199
|
"type": "object",
|
|
199
200
|
"additionalProperties": {
|
|
200
|
-
"
|
|
201
|
-
|
|
201
|
+
"anyOf": [
|
|
202
|
+
{
|
|
203
|
+
"type": "object",
|
|
204
|
+
"properties": {}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"$ref": "#/definitions/CustomFilterField"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
202
210
|
}
|
|
203
211
|
},
|
|
212
|
+
"CustomFilterField": {
|
|
213
|
+
"description": "Custom Filter Field",
|
|
214
|
+
"isViewNode": true,
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"label": {
|
|
218
|
+
"description": "A static or i18n binding string.",
|
|
219
|
+
"i18nClassification": "COL: Custom filter field label",
|
|
220
|
+
"type": "string",
|
|
221
|
+
"artifactType": "Manifest"
|
|
222
|
+
},
|
|
223
|
+
"property": {
|
|
224
|
+
"description": "The full path to the property to be filtered.",
|
|
225
|
+
"type": "string",
|
|
226
|
+
"artifactType": "Manifest"
|
|
227
|
+
},
|
|
228
|
+
"template": {
|
|
229
|
+
"description": "The path to the XML template containing the filter control.",
|
|
230
|
+
"type": "string",
|
|
231
|
+
"artifactType": "Manifest"
|
|
232
|
+
},
|
|
233
|
+
"required": {
|
|
234
|
+
"description": "If filter field is mandatory, i.e. it requires a value.",
|
|
235
|
+
"type": "boolean",
|
|
236
|
+
"artifactType": "Manifest"
|
|
237
|
+
},
|
|
238
|
+
"position": {
|
|
239
|
+
"$ref": "#/definitions/CustomFilterFieldPosition",
|
|
240
|
+
"description": "Defines the position of the filter field relative to another filter field.",
|
|
241
|
+
"artifactType": "Manifest"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"additionalProperties": false,
|
|
245
|
+
"required": [
|
|
246
|
+
"label",
|
|
247
|
+
"property",
|
|
248
|
+
"template"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"CustomFilterFieldPosition": {
|
|
252
|
+
"type": "object",
|
|
253
|
+
"properties": {
|
|
254
|
+
"anchor": {
|
|
255
|
+
"description": "The key of another filter field is to be used as a placement anchor.",
|
|
256
|
+
"type": "string",
|
|
257
|
+
"artifactType": "Manifest"
|
|
258
|
+
},
|
|
259
|
+
"placement": {
|
|
260
|
+
"$ref": "#/definitions/FilterFieldPlacement",
|
|
261
|
+
"description": "Define the placement, either before or after the anchor filter field.",
|
|
262
|
+
"artifactType": "Manifest"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"additionalProperties": false,
|
|
266
|
+
"required": [
|
|
267
|
+
"placement"
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
"FilterFieldPlacement": {
|
|
271
|
+
"enum": [
|
|
272
|
+
"After",
|
|
273
|
+
"Before"
|
|
274
|
+
],
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
204
277
|
"CompactFilters": {
|
|
205
278
|
"description": "Compact Filters",
|
|
206
279
|
"isViewNode": true,
|
|
@@ -225,7 +298,7 @@
|
|
|
225
298
|
"properties": {
|
|
226
299
|
"availability": {
|
|
227
300
|
"$ref": "#/definitions/Availability",
|
|
228
|
-
"description": "Defines where the selection field should be shown.\
|
|
301
|
+
"description": "Defines where the selection field should be shown.\n\n- Default: The filter field is shown by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field is initially not shown but is only available under Adapt Filters.\n- Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.",
|
|
229
302
|
"artifactType": "Manifest"
|
|
230
303
|
},
|
|
231
304
|
"visualFilterValueList": {
|
|
@@ -339,12 +412,13 @@
|
|
|
339
412
|
"type": "object",
|
|
340
413
|
"properties": {
|
|
341
414
|
"navigateToInstance": {
|
|
342
|
-
"description": "By default,
|
|
415
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
416
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
343
417
|
"type": "boolean",
|
|
344
418
|
"artifactType": "Manifest"
|
|
345
419
|
},
|
|
346
420
|
"enableAutoScroll": {
|
|
347
|
-
"description": "
|
|
421
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
348
422
|
"type": "boolean",
|
|
349
423
|
"artifactType": "Manifest"
|
|
350
424
|
}
|
|
@@ -388,7 +462,7 @@
|
|
|
388
462
|
"type": "string"
|
|
389
463
|
}
|
|
390
464
|
],
|
|
391
|
-
"description": "
|
|
465
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
392
466
|
"artifactType": "Manifest"
|
|
393
467
|
},
|
|
394
468
|
"enabled": {
|
|
@@ -404,7 +478,7 @@
|
|
|
404
478
|
"type": "string"
|
|
405
479
|
}
|
|
406
480
|
],
|
|
407
|
-
"description": "
|
|
481
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
408
482
|
"artifactType": "Manifest"
|
|
409
483
|
}
|
|
410
484
|
},
|
|
@@ -444,7 +518,7 @@
|
|
|
444
518
|
},
|
|
445
519
|
"initialLoad": {
|
|
446
520
|
"$ref": "#/definitions/InitialLoadType",
|
|
447
|
-
"description": "
|
|
521
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button."
|
|
448
522
|
},
|
|
449
523
|
"personalization": {
|
|
450
524
|
"$ref": "#/definitions/ViewPersonalizationType",
|
|
@@ -463,18 +537,19 @@
|
|
|
463
537
|
},
|
|
464
538
|
"selectionMode": {
|
|
465
539
|
"$ref": "#/definitions/SelectionMode",
|
|
466
|
-
"description": "
|
|
540
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
|
|
467
541
|
},
|
|
468
542
|
"selectAll": {
|
|
469
543
|
"description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
|
|
470
544
|
"type": "boolean"
|
|
471
545
|
},
|
|
472
546
|
"selectionLimit": {
|
|
473
|
-
"description": "
|
|
547
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
474
548
|
"type": "number"
|
|
475
549
|
},
|
|
476
550
|
"enableExport": {
|
|
477
|
-
"description": "
|
|
551
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
552
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
478
553
|
"type": "boolean"
|
|
479
554
|
},
|
|
480
555
|
"quickVariantSelection": {
|
|
@@ -482,7 +557,8 @@
|
|
|
482
557
|
"description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
|
|
483
558
|
},
|
|
484
559
|
"condensedTableLayout": {
|
|
485
|
-
"description": "
|
|
560
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
561
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
486
562
|
"type": "boolean"
|
|
487
563
|
}
|
|
488
564
|
},
|
|
@@ -604,7 +680,7 @@
|
|
|
604
680
|
"type": "string"
|
|
605
681
|
}
|
|
606
682
|
],
|
|
607
|
-
"description": "
|
|
683
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
608
684
|
"artifactType": "Manifest"
|
|
609
685
|
},
|
|
610
686
|
"enabled": {
|
|
@@ -620,7 +696,7 @@
|
|
|
620
696
|
"type": "string"
|
|
621
697
|
}
|
|
622
698
|
],
|
|
623
|
-
"description": "
|
|
699
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
624
700
|
"artifactType": "Manifest"
|
|
625
701
|
}
|
|
626
702
|
},
|
|
@@ -671,7 +747,8 @@
|
|
|
671
747
|
"type": "object",
|
|
672
748
|
"properties": {
|
|
673
749
|
"width": {
|
|
674
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
750
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
751
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
675
752
|
"type": "string",
|
|
676
753
|
"artifactType": "Manifest"
|
|
677
754
|
},
|
|
@@ -694,7 +771,8 @@
|
|
|
694
771
|
"artifactType": "Manifest"
|
|
695
772
|
},
|
|
696
773
|
"width": {
|
|
697
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
774
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
775
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
698
776
|
"type": "string",
|
|
699
777
|
"artifactType": "Manifest"
|
|
700
778
|
},
|
|
@@ -710,12 +788,13 @@
|
|
|
710
788
|
"type": "object",
|
|
711
789
|
"properties": {
|
|
712
790
|
"navigateToInstance": {
|
|
713
|
-
"description": "By default,
|
|
791
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
792
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
714
793
|
"type": "boolean",
|
|
715
794
|
"artifactType": "Manifest"
|
|
716
795
|
},
|
|
717
796
|
"enableAutoScroll": {
|
|
718
|
-
"description": "
|
|
797
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
719
798
|
"type": "boolean",
|
|
720
799
|
"artifactType": "Manifest"
|
|
721
800
|
}
|
|
@@ -739,8 +818,9 @@
|
|
|
739
818
|
"type": "string"
|
|
740
819
|
},
|
|
741
820
|
"width": {
|
|
742
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
821
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
743
822
|
"artifactType": "Manifest",
|
|
823
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
744
824
|
"type": "string"
|
|
745
825
|
},
|
|
746
826
|
"template": {
|
|
@@ -875,7 +955,7 @@
|
|
|
875
955
|
},
|
|
876
956
|
"initialLoad": {
|
|
877
957
|
"$ref": "#/definitions/InitialLoadType",
|
|
878
|
-
"description": "
|
|
958
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
|
|
879
959
|
"artifactType": "Manifest"
|
|
880
960
|
},
|
|
881
961
|
"personalization": {
|
|
@@ -900,7 +980,7 @@
|
|
|
900
980
|
},
|
|
901
981
|
"selectionMode": {
|
|
902
982
|
"$ref": "#/definitions/SelectionMode",
|
|
903
|
-
"description": "
|
|
983
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
904
984
|
"artifactType": "Manifest"
|
|
905
985
|
},
|
|
906
986
|
"selectAll": {
|
|
@@ -909,12 +989,13 @@
|
|
|
909
989
|
"artifactType": "Manifest"
|
|
910
990
|
},
|
|
911
991
|
"selectionLimit": {
|
|
912
|
-
"description": "
|
|
992
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
913
993
|
"type": "number",
|
|
914
994
|
"artifactType": "Manifest"
|
|
915
995
|
},
|
|
916
996
|
"enableExport": {
|
|
917
|
-
"description": "
|
|
997
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
998
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
918
999
|
"type": "boolean",
|
|
919
1000
|
"artifactType": "Manifest"
|
|
920
1001
|
},
|
|
@@ -924,7 +1005,8 @@
|
|
|
924
1005
|
"artifactType": "Manifest"
|
|
925
1006
|
},
|
|
926
1007
|
"condensedTableLayout": {
|
|
927
|
-
"description": "
|
|
1008
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1009
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
928
1010
|
"type": "boolean",
|
|
929
1011
|
"artifactType": "Manifest"
|
|
930
1012
|
}
|
|
@@ -1047,7 +1129,7 @@
|
|
|
1047
1129
|
},
|
|
1048
1130
|
"selectionMode": {
|
|
1049
1131
|
"$ref": "#/definitions/SelectionMode",
|
|
1050
|
-
"description": "
|
|
1132
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
1051
1133
|
"artifactType": "Manifest"
|
|
1052
1134
|
},
|
|
1053
1135
|
"selectAll": {
|
|
@@ -1056,12 +1138,13 @@
|
|
|
1056
1138
|
"artifactType": "Manifest"
|
|
1057
1139
|
},
|
|
1058
1140
|
"selectionLimit": {
|
|
1059
|
-
"description": "
|
|
1141
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
1060
1142
|
"type": "number",
|
|
1061
1143
|
"artifactType": "Manifest"
|
|
1062
1144
|
},
|
|
1063
1145
|
"enableExport": {
|
|
1064
|
-
"description": "
|
|
1146
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
1147
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
1065
1148
|
"type": "boolean",
|
|
1066
1149
|
"artifactType": "Manifest"
|
|
1067
1150
|
},
|
|
@@ -1071,7 +1154,8 @@
|
|
|
1071
1154
|
"artifactType": "Manifest"
|
|
1072
1155
|
},
|
|
1073
1156
|
"condensedTableLayout": {
|
|
1074
|
-
"description": "
|
|
1157
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1158
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
1075
1159
|
"type": "boolean",
|
|
1076
1160
|
"artifactType": "Manifest"
|
|
1077
1161
|
}
|
|
@@ -1210,7 +1294,8 @@
|
|
|
1210
1294
|
"type": "object",
|
|
1211
1295
|
"properties": {
|
|
1212
1296
|
"width": {
|
|
1213
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1297
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1298
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1214
1299
|
"type": "string",
|
|
1215
1300
|
"artifactType": "Manifest"
|
|
1216
1301
|
},
|
|
@@ -1233,7 +1318,8 @@
|
|
|
1233
1318
|
"artifactType": "Manifest"
|
|
1234
1319
|
},
|
|
1235
1320
|
"width": {
|
|
1236
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1321
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1322
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1237
1323
|
"type": "string",
|
|
1238
1324
|
"artifactType": "Manifest"
|
|
1239
1325
|
},
|
|
@@ -1262,8 +1348,9 @@
|
|
|
1262
1348
|
"type": "string"
|
|
1263
1349
|
},
|
|
1264
1350
|
"width": {
|
|
1265
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1351
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1266
1352
|
"artifactType": "Manifest",
|
|
1353
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1267
1354
|
"type": "string"
|
|
1268
1355
|
},
|
|
1269
1356
|
"template": {
|