@sap/ux-specification 1.96.47 → 1.96.49
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 +68 -3
- 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 +579 -541
- package/dist/schemas/v2/ObjectPageConfig.json +92 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +122 -36
- 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 +74 -49
- 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 +61 -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
|
},
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
},
|
|
177
177
|
"initialLayout": {
|
|
178
178
|
"$ref": "#/definitions/InitialLayoutType",
|
|
179
|
-
"description": "
|
|
179
|
+
"description": "Allows you to specify the default filter mode on the initial load.",
|
|
180
180
|
"artifactType": "Manifest"
|
|
181
181
|
},
|
|
182
182
|
"layout": {
|
|
183
183
|
"$ref": "#/definitions/LayoutType",
|
|
184
|
-
"description": "
|
|
184
|
+
"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.",
|
|
185
185
|
"artifactType": "Manifest"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
@@ -192,10 +192,82 @@
|
|
|
192
192
|
"isViewNode": true,
|
|
193
193
|
"type": "object",
|
|
194
194
|
"additionalProperties": {
|
|
195
|
-
"
|
|
196
|
-
|
|
195
|
+
"anyOf": [
|
|
196
|
+
{
|
|
197
|
+
"type": "object",
|
|
198
|
+
"properties": {}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"$ref": "#/definitions/CustomFilterField"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
197
204
|
}
|
|
198
205
|
},
|
|
206
|
+
"CustomFilterField": {
|
|
207
|
+
"description": "Custom Filter Field",
|
|
208
|
+
"isViewNode": true,
|
|
209
|
+
"type": "object",
|
|
210
|
+
"properties": {
|
|
211
|
+
"label": {
|
|
212
|
+
"description": "A static or i18n binding string.",
|
|
213
|
+
"i18nClassification": "COL: Custom filter field label",
|
|
214
|
+
"type": "string",
|
|
215
|
+
"artifactType": "Manifest"
|
|
216
|
+
},
|
|
217
|
+
"property": {
|
|
218
|
+
"description": "The full path to the property to be filtered.",
|
|
219
|
+
"type": "string",
|
|
220
|
+
"artifactType": "Manifest"
|
|
221
|
+
},
|
|
222
|
+
"template": {
|
|
223
|
+
"description": "The path to the XML template containing the filter control.",
|
|
224
|
+
"type": "string",
|
|
225
|
+
"artifactType": "Manifest"
|
|
226
|
+
},
|
|
227
|
+
"required": {
|
|
228
|
+
"description": "If filter field is mandatory, i.e. it requires a value.",
|
|
229
|
+
"type": "boolean",
|
|
230
|
+
"artifactType": "Manifest"
|
|
231
|
+
},
|
|
232
|
+
"position": {
|
|
233
|
+
"$ref": "#/definitions/CustomFilterFieldPosition",
|
|
234
|
+
"description": "Defines the position of the filter field relative to another filter field.",
|
|
235
|
+
"artifactType": "Manifest"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"additionalProperties": false,
|
|
239
|
+
"required": [
|
|
240
|
+
"label",
|
|
241
|
+
"property",
|
|
242
|
+
"template"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"CustomFilterFieldPosition": {
|
|
246
|
+
"type": "object",
|
|
247
|
+
"properties": {
|
|
248
|
+
"anchor": {
|
|
249
|
+
"description": "The key of another filter field is to be used as a placement anchor.",
|
|
250
|
+
"type": "string",
|
|
251
|
+
"artifactType": "Manifest"
|
|
252
|
+
},
|
|
253
|
+
"placement": {
|
|
254
|
+
"$ref": "#/definitions/FilterFieldPlacement",
|
|
255
|
+
"description": "Define the placement, either before or after the anchor filter field.",
|
|
256
|
+
"artifactType": "Manifest"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"additionalProperties": false,
|
|
260
|
+
"required": [
|
|
261
|
+
"placement"
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
"FilterFieldPlacement": {
|
|
265
|
+
"enum": [
|
|
266
|
+
"After",
|
|
267
|
+
"Before"
|
|
268
|
+
],
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
199
271
|
"CompactFilters": {
|
|
200
272
|
"description": "Compact Filters",
|
|
201
273
|
"isViewNode": true,
|
|
@@ -220,7 +292,7 @@
|
|
|
220
292
|
"properties": {
|
|
221
293
|
"availability": {
|
|
222
294
|
"$ref": "#/definitions/Availability",
|
|
223
|
-
"description": "Defines where the selection field should be shown.\
|
|
295
|
+
"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.",
|
|
224
296
|
"artifactType": "Manifest"
|
|
225
297
|
},
|
|
226
298
|
"visualFilterValueList": {
|
|
@@ -334,12 +406,13 @@
|
|
|
334
406
|
"type": "object",
|
|
335
407
|
"properties": {
|
|
336
408
|
"navigateToInstance": {
|
|
337
|
-
"description": "By default,
|
|
409
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
410
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
338
411
|
"type": "boolean",
|
|
339
412
|
"artifactType": "Manifest"
|
|
340
413
|
},
|
|
341
414
|
"enableAutoScroll": {
|
|
342
|
-
"description": "
|
|
415
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
343
416
|
"type": "boolean",
|
|
344
417
|
"artifactType": "Manifest"
|
|
345
418
|
}
|
|
@@ -383,7 +456,7 @@
|
|
|
383
456
|
"type": "string"
|
|
384
457
|
}
|
|
385
458
|
],
|
|
386
|
-
"description": "
|
|
459
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
387
460
|
"artifactType": "Manifest"
|
|
388
461
|
},
|
|
389
462
|
"enabled": {
|
|
@@ -399,7 +472,7 @@
|
|
|
399
472
|
"type": "string"
|
|
400
473
|
}
|
|
401
474
|
],
|
|
402
|
-
"description": "
|
|
475
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
403
476
|
"artifactType": "Manifest"
|
|
404
477
|
}
|
|
405
478
|
},
|
|
@@ -439,7 +512,7 @@
|
|
|
439
512
|
},
|
|
440
513
|
"initialLoad": {
|
|
441
514
|
"$ref": "#/definitions/InitialLoadType",
|
|
442
|
-
"description": "
|
|
515
|
+
"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."
|
|
443
516
|
},
|
|
444
517
|
"personalization": {
|
|
445
518
|
"$ref": "#/definitions/ViewPersonalizationType",
|
|
@@ -458,18 +531,19 @@
|
|
|
458
531
|
},
|
|
459
532
|
"selectionMode": {
|
|
460
533
|
"$ref": "#/definitions/SelectionMode",
|
|
461
|
-
"description": "
|
|
534
|
+
"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."
|
|
462
535
|
},
|
|
463
536
|
"selectAll": {
|
|
464
537
|
"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.",
|
|
465
538
|
"type": "boolean"
|
|
466
539
|
},
|
|
467
540
|
"selectionLimit": {
|
|
468
|
-
"description": "
|
|
541
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
469
542
|
"type": "number"
|
|
470
543
|
},
|
|
471
544
|
"enableExport": {
|
|
472
|
-
"description": "
|
|
545
|
+
"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.",
|
|
546
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
473
547
|
"type": "boolean"
|
|
474
548
|
},
|
|
475
549
|
"quickVariantSelection": {
|
|
@@ -477,7 +551,8 @@
|
|
|
477
551
|
"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."
|
|
478
552
|
},
|
|
479
553
|
"condensedTableLayout": {
|
|
480
|
-
"description": "
|
|
554
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
555
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
481
556
|
"type": "boolean"
|
|
482
557
|
}
|
|
483
558
|
},
|
|
@@ -599,7 +674,7 @@
|
|
|
599
674
|
"type": "string"
|
|
600
675
|
}
|
|
601
676
|
],
|
|
602
|
-
"description": "
|
|
677
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
603
678
|
"artifactType": "Manifest"
|
|
604
679
|
},
|
|
605
680
|
"enabled": {
|
|
@@ -615,7 +690,7 @@
|
|
|
615
690
|
"type": "string"
|
|
616
691
|
}
|
|
617
692
|
],
|
|
618
|
-
"description": "
|
|
693
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
619
694
|
"artifactType": "Manifest"
|
|
620
695
|
}
|
|
621
696
|
},
|
|
@@ -666,7 +741,8 @@
|
|
|
666
741
|
"type": "object",
|
|
667
742
|
"properties": {
|
|
668
743
|
"width": {
|
|
669
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
744
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
745
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
670
746
|
"type": "string",
|
|
671
747
|
"artifactType": "Manifest"
|
|
672
748
|
},
|
|
@@ -689,7 +765,8 @@
|
|
|
689
765
|
"artifactType": "Manifest"
|
|
690
766
|
},
|
|
691
767
|
"width": {
|
|
692
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
768
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
769
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
693
770
|
"type": "string",
|
|
694
771
|
"artifactType": "Manifest"
|
|
695
772
|
},
|
|
@@ -705,12 +782,13 @@
|
|
|
705
782
|
"type": "object",
|
|
706
783
|
"properties": {
|
|
707
784
|
"navigateToInstance": {
|
|
708
|
-
"description": "By default,
|
|
785
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
786
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
709
787
|
"type": "boolean",
|
|
710
788
|
"artifactType": "Manifest"
|
|
711
789
|
},
|
|
712
790
|
"enableAutoScroll": {
|
|
713
|
-
"description": "
|
|
791
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
714
792
|
"type": "boolean",
|
|
715
793
|
"artifactType": "Manifest"
|
|
716
794
|
}
|
|
@@ -734,8 +812,9 @@
|
|
|
734
812
|
"type": "string"
|
|
735
813
|
},
|
|
736
814
|
"width": {
|
|
737
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
815
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
738
816
|
"artifactType": "Manifest",
|
|
817
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
739
818
|
"type": "string"
|
|
740
819
|
},
|
|
741
820
|
"template": {
|
|
@@ -870,7 +949,7 @@
|
|
|
870
949
|
},
|
|
871
950
|
"initialLoad": {
|
|
872
951
|
"$ref": "#/definitions/InitialLoadType",
|
|
873
|
-
"description": "
|
|
952
|
+
"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.",
|
|
874
953
|
"artifactType": "Manifest"
|
|
875
954
|
},
|
|
876
955
|
"personalization": {
|
|
@@ -895,7 +974,7 @@
|
|
|
895
974
|
},
|
|
896
975
|
"selectionMode": {
|
|
897
976
|
"$ref": "#/definitions/SelectionMode",
|
|
898
|
-
"description": "
|
|
977
|
+
"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.",
|
|
899
978
|
"artifactType": "Manifest"
|
|
900
979
|
},
|
|
901
980
|
"selectAll": {
|
|
@@ -904,12 +983,13 @@
|
|
|
904
983
|
"artifactType": "Manifest"
|
|
905
984
|
},
|
|
906
985
|
"selectionLimit": {
|
|
907
|
-
"description": "
|
|
986
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
908
987
|
"type": "number",
|
|
909
988
|
"artifactType": "Manifest"
|
|
910
989
|
},
|
|
911
990
|
"enableExport": {
|
|
912
|
-
"description": "
|
|
991
|
+
"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.",
|
|
992
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
913
993
|
"type": "boolean",
|
|
914
994
|
"artifactType": "Manifest"
|
|
915
995
|
},
|
|
@@ -919,7 +999,8 @@
|
|
|
919
999
|
"artifactType": "Manifest"
|
|
920
1000
|
},
|
|
921
1001
|
"condensedTableLayout": {
|
|
922
|
-
"description": "
|
|
1002
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1003
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
923
1004
|
"type": "boolean",
|
|
924
1005
|
"artifactType": "Manifest"
|
|
925
1006
|
}
|
|
@@ -1042,7 +1123,7 @@
|
|
|
1042
1123
|
},
|
|
1043
1124
|
"selectionMode": {
|
|
1044
1125
|
"$ref": "#/definitions/SelectionMode",
|
|
1045
|
-
"description": "
|
|
1126
|
+
"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.",
|
|
1046
1127
|
"artifactType": "Manifest"
|
|
1047
1128
|
},
|
|
1048
1129
|
"selectAll": {
|
|
@@ -1051,12 +1132,13 @@
|
|
|
1051
1132
|
"artifactType": "Manifest"
|
|
1052
1133
|
},
|
|
1053
1134
|
"selectionLimit": {
|
|
1054
|
-
"description": "
|
|
1135
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
1055
1136
|
"type": "number",
|
|
1056
1137
|
"artifactType": "Manifest"
|
|
1057
1138
|
},
|
|
1058
1139
|
"enableExport": {
|
|
1059
|
-
"description": "
|
|
1140
|
+
"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.",
|
|
1141
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
1060
1142
|
"type": "boolean",
|
|
1061
1143
|
"artifactType": "Manifest"
|
|
1062
1144
|
},
|
|
@@ -1066,7 +1148,8 @@
|
|
|
1066
1148
|
"artifactType": "Manifest"
|
|
1067
1149
|
},
|
|
1068
1150
|
"condensedTableLayout": {
|
|
1069
|
-
"description": "
|
|
1151
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1152
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
1070
1153
|
"type": "boolean",
|
|
1071
1154
|
"artifactType": "Manifest"
|
|
1072
1155
|
}
|
|
@@ -1205,7 +1288,8 @@
|
|
|
1205
1288
|
"type": "object",
|
|
1206
1289
|
"properties": {
|
|
1207
1290
|
"width": {
|
|
1208
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1291
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1292
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1209
1293
|
"type": "string",
|
|
1210
1294
|
"artifactType": "Manifest"
|
|
1211
1295
|
},
|
|
@@ -1228,7 +1312,8 @@
|
|
|
1228
1312
|
"artifactType": "Manifest"
|
|
1229
1313
|
},
|
|
1230
1314
|
"width": {
|
|
1231
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1315
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1316
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1232
1317
|
"type": "string",
|
|
1233
1318
|
"artifactType": "Manifest"
|
|
1234
1319
|
},
|
|
@@ -1257,8 +1342,9 @@
|
|
|
1257
1342
|
"type": "string"
|
|
1258
1343
|
},
|
|
1259
1344
|
"width": {
|
|
1260
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1345
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1261
1346
|
"artifactType": "Manifest",
|
|
1347
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1262
1348
|
"type": "string"
|
|
1263
1349
|
},
|
|
1264
1350
|
"template": {
|