@sap/ux-specification 1.96.74 → 1.96.75

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.
Files changed (89) hide show
  1. package/CHANGELOG.md +26 -23
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +102 -102
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  15. package/dist/schemas/v2/ApplicationV2.json +5 -5
  16. package/dist/schemas/v2/ListReportConfig.json +83 -82
  17. package/dist/schemas/v2/ObjectPageConfig.json +78 -78
  18. package/dist/schemas/v2/OverviewPageConfig.json +77 -77
  19. package/dist/schemas/v4/ApplicationV4.json +4 -4
  20. package/dist/schemas/v4/ListReportConfig.json +44 -44
  21. package/dist/schemas/v4/ObjectPageConfig.json +44 -44
  22. package/dist/specification/package.json +5 -5
  23. package/dist/specification/src/api.js +1 -1
  24. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  27. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  28. package/dist/specification/src/sync/v2/export/export.js +6 -1
  29. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  30. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  31. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/import/common/index.js +38 -23
  33. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  34. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  35. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  36. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  37. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  38. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
  40. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  41. package/dist/types/src/common/Application.d.ts +4 -8
  42. package/dist/types/src/common/Application.d.ts.map +1 -1
  43. package/dist/types/src/v2/application.d.ts +1 -1
  44. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  45. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  46. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  47. package/dist/types/src/v2/controls/Card.d.ts +36 -35
  48. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  49. package/dist/types/src/v2/controls/Card.js.map +1 -1
  50. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  51. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  52. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  53. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  54. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  55. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  56. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  57. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  58. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
  59. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  60. package/dist/types/src/v2/controls/Table.d.ts +50 -45
  61. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  62. package/dist/types/src/v2/controls/Table.js.map +1 -1
  63. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  64. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  65. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  66. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  67. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  68. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  69. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  70. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  71. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  72. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +5 -5
  73. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  74. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  75. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  76. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  77. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  78. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  79. package/dist/types/src/v4/controls/Table.d.ts +26 -33
  80. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  81. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  82. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  83. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  84. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  85. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  86. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  87. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  88. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  89. package/package.json +5 -5
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "defaultPath": {
39
39
  "$ref": "#/definitions/DefaultPathType",
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.",
40
+ "description": "Definesthe initial view mode:\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
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
43
43
  },
@@ -104,7 +104,7 @@
104
104
  "type": "string"
105
105
  }
106
106
  ],
107
- "description": "Allows you to define if the action button is visible on the screen.",
107
+ "description": "Defines if the action button is visible.",
108
108
  "artifactType": "Manifest"
109
109
  },
110
110
  "enabled": {
@@ -120,7 +120,7 @@
120
120
  "type": "string"
121
121
  }
122
122
  ],
123
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
123
+ "description": "Defines if the action is enabled. The default value is true.",
124
124
  "artifactType": "Manifest"
125
125
  }
126
126
  },
@@ -183,7 +183,7 @@
183
183
  },
184
184
  "layout": {
185
185
  "$ref": "#/definitions/LayoutType",
186
- "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.",
186
+ "description": "Allows you to specify the layout of the filter bar.\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
187
187
  "artifactType": "Manifest",
188
188
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
189
189
  }
@@ -228,7 +228,7 @@
228
228
  "artifactType": "Manifest"
229
229
  },
230
230
  "required": {
231
- "description": "If filter field is mandatory, i.e. it requires a value.",
231
+ "description": "Determines whether the filter field requires a value.",
232
232
  "type": "boolean",
233
233
  "artifactType": "Manifest"
234
234
  },
@@ -295,7 +295,7 @@
295
295
  "properties": {
296
296
  "availability": {
297
297
  "$ref": "#/definitions/Availability",
298
- "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.",
298
+ "description": "Defines where the selection field appears.\n- Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field only appears under Adapt Filters.\n- Hidden: The filter field is hidden.",
299
299
  "artifactType": "Manifest",
300
300
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
301
301
  },
@@ -394,7 +394,7 @@
394
394
  },
395
395
  "afterExecution": {
396
396
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
397
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
397
+ "description": "Settings that control the behavior after creating a new entry.",
398
398
  "artifactType": "Manifest"
399
399
  }
400
400
  },
@@ -461,7 +461,7 @@
461
461
  "type": "string"
462
462
  }
463
463
  ],
464
- "description": "Allows you to define if the action button is visible on the screen.",
464
+ "description": "Defines if the action button is visible.",
465
465
  "artifactType": "Manifest"
466
466
  },
467
467
  "enabled": {
@@ -477,7 +477,7 @@
477
477
  "type": "string"
478
478
  }
479
479
  ],
480
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
480
+ "description": "Defines if the action is enabled. The default value is true.",
481
481
  "artifactType": "Manifest"
482
482
  }
483
483
  },
@@ -518,7 +518,7 @@
518
518
  },
519
519
  "initialLoad": {
520
520
  "$ref": "#/definitions/InitialLoadType",
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.",
521
+ "description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant.\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
522
522
  "artifactType": "Manifest",
523
523
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
524
524
  },
@@ -536,12 +536,12 @@
536
536
  },
537
537
  "type": {
538
538
  "$ref": "#/definitions/TableTypeV4",
539
- "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
539
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
540
540
  "artifactType": "Manifest"
541
541
  },
542
542
  "selectionMode": {
543
543
  "$ref": "#/definitions/SelectionMode",
544
- "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.",
544
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
545
545
  "artifactType": "Manifest"
546
546
  },
547
547
  "selectAll": {
@@ -555,18 +555,18 @@
555
555
  "artifactType": "Manifest"
556
556
  },
557
557
  "enableExport": {
558
- "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.",
558
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
559
559
  "type": "boolean",
560
560
  "artifactType": "Manifest",
561
561
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
562
562
  },
563
563
  "quickVariantSelection": {
564
564
  "$ref": "#/definitions/QuickVariantSelectionV4",
565
- "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.",
565
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
566
566
  "artifactType": "Manifest"
567
567
  },
568
568
  "condensedTableLayout": {
569
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
569
+ "description": "Determines whether the content density for ui.table is condensed.",
570
570
  "type": "boolean",
571
571
  "artifactType": "Manifest",
572
572
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -642,12 +642,12 @@
642
642
  "properties": {
643
643
  "enableOnSelect": {
644
644
  "$ref": "#/definitions/SelectType",
645
- "description": "Enables single selection for a bound action",
645
+ "description": "Enables single selection for a bound action.",
646
646
  "artifactType": "Manifest"
647
647
  },
648
648
  "afterExecution": {
649
649
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
650
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
650
+ "description": "Settings that control the behavior after creating a new entry.",
651
651
  "artifactType": "Manifest"
652
652
  }
653
653
  },
@@ -690,7 +690,7 @@
690
690
  "type": "string"
691
691
  }
692
692
  ],
693
- "description": "Allows you to define if the action button is visible on the screen.",
693
+ "description": "Defines if the action button is visible.",
694
694
  "artifactType": "Manifest"
695
695
  },
696
696
  "enabled": {
@@ -706,7 +706,7 @@
706
706
  "type": "string"
707
707
  }
708
708
  ],
709
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
709
+ "description": "Defines if the action is enabled. The default value is true.",
710
710
  "artifactType": "Manifest"
711
711
  }
712
712
  },
@@ -779,7 +779,7 @@
779
779
  "properties": {
780
780
  "afterExecution": {
781
781
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
782
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
782
+ "description": "Settings that control the behavior after creating a new entry.",
783
783
  "artifactType": "Manifest"
784
784
  },
785
785
  "width": {
@@ -824,7 +824,7 @@
824
824
  "artifactType": "Manifest"
825
825
  },
826
826
  "header": {
827
- "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
827
+ "description": "The header appears in the table as a header, as well as in the add and remove dialogs.",
828
828
  "i18nClassification": "COL: Custom column header text",
829
829
  "artifactType": "Manifest",
830
830
  "type": "string"
@@ -836,7 +836,7 @@
836
836
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
837
837
  },
838
838
  "template": {
839
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
839
+ "description": "Defines a target fragment.",
840
840
  "artifactType": "Manifest",
841
841
  "type": "string"
842
842
  },
@@ -851,7 +851,7 @@
851
851
  "artifactType": "Manifest"
852
852
  },
853
853
  "properties": {
854
- "description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
854
+ "description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
855
855
  "artifactType": "Manifest",
856
856
  "type": "array",
857
857
  "items": {
@@ -920,7 +920,7 @@
920
920
  "type": "object",
921
921
  "properties": {
922
922
  "paths": {
923
- "description": "List of annotation paths referring to SelectionVariant annotations",
923
+ "description": "List of annotation paths referring to SelectionVariant annotations.",
924
924
  "type": "array",
925
925
  "items": {
926
926
  "$ref": "#/definitions/AnnotationPathAsObject"
@@ -928,12 +928,12 @@
928
928
  "artifactType": "Manifest"
929
929
  },
930
930
  "hideTableTitle": {
931
- "description": "You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.",
931
+ "description": "Determines whether the table title is hidden and the tab titles are displayed.",
932
932
  "type": "boolean",
933
933
  "artifactType": "Manifest"
934
934
  },
935
935
  "showCounts": {
936
- "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
936
+ "description": "Determines whether the entry view counts are shown.",
937
937
  "type": "boolean",
938
938
  "artifactType": "Manifest"
939
939
  }
@@ -967,7 +967,7 @@
967
967
  },
968
968
  "initialLoad": {
969
969
  "$ref": "#/definitions/InitialLoadType",
970
- "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.",
970
+ "description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
971
971
  "artifactType": "Manifest",
972
972
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
973
973
  },
@@ -988,13 +988,13 @@
988
988
  },
989
989
  "type": {
990
990
  "$ref": "#/definitions/TableTypeV4",
991
- "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
991
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
992
992
  "artifactType": "Manifest",
993
993
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
994
994
  },
995
995
  "selectionMode": {
996
996
  "$ref": "#/definitions/SelectionMode",
997
- "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.",
997
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
998
998
  "artifactType": "Manifest",
999
999
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd"
1000
1000
  },
@@ -1009,18 +1009,18 @@
1009
1009
  "artifactType": "Manifest"
1010
1010
  },
1011
1011
  "enableExport": {
1012
- "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.",
1012
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1013
1013
  "type": "boolean",
1014
1014
  "artifactType": "Manifest",
1015
1015
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1016
1016
  },
1017
1017
  "quickVariantSelection": {
1018
1018
  "$ref": "#/definitions/QuickVariantSelectionV4",
1019
- "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.",
1019
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1020
1020
  "artifactType": "Manifest"
1021
1021
  },
1022
1022
  "condensedTableLayout": {
1023
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1023
+ "description": "Determines whether the content density for ui.table is condensed.",
1024
1024
  "type": "boolean",
1025
1025
  "artifactType": "Manifest",
1026
1026
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1134,17 +1134,17 @@
1134
1134
  "type": "string"
1135
1135
  }
1136
1136
  ],
1137
- "description": "Specifies whether the view is visible or not",
1137
+ "description": "Defines whether the view is visible.",
1138
1138
  "artifactType": "Manifest"
1139
1139
  },
1140
1140
  "type": {
1141
1141
  "$ref": "#/definitions/TableTypeV4",
1142
- "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
1142
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
1143
1143
  "artifactType": "Manifest"
1144
1144
  },
1145
1145
  "selectionMode": {
1146
1146
  "$ref": "#/definitions/SelectionMode",
1147
- "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.",
1147
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
1148
1148
  "artifactType": "Manifest"
1149
1149
  },
1150
1150
  "selectAll": {
@@ -1158,18 +1158,18 @@
1158
1158
  "artifactType": "Manifest"
1159
1159
  },
1160
1160
  "enableExport": {
1161
- "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.",
1161
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1162
1162
  "type": "boolean",
1163
1163
  "artifactType": "Manifest",
1164
1164
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1165
1165
  },
1166
1166
  "quickVariantSelection": {
1167
1167
  "$ref": "#/definitions/QuickVariantSelectionV4",
1168
- "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.",
1168
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1169
1169
  "artifactType": "Manifest"
1170
1170
  },
1171
1171
  "condensedTableLayout": {
1172
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1172
+ "description": "Determines whether the content density for ui.table is condensed.",
1173
1173
  "type": "boolean",
1174
1174
  "artifactType": "Manifest",
1175
1175
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1204,7 +1204,7 @@
1204
1204
  "type": "string"
1205
1205
  }
1206
1206
  ],
1207
- "description": "Specifies whether the view is visible or not",
1207
+ "description": "Defines whether the view is visible or not.",
1208
1208
  "artifactType": "Manifest"
1209
1209
  },
1210
1210
  "key": {
@@ -1219,7 +1219,7 @@
1219
1219
  "artifactType": "Manifest"
1220
1220
  },
1221
1221
  "annotationPath": {
1222
- "description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
1222
+ "description": "The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.\nTo use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.",
1223
1223
  "type": "string",
1224
1224
  "artifactType": "Manifest"
1225
1225
  },
@@ -1276,7 +1276,7 @@
1276
1276
  "type": "string"
1277
1277
  }
1278
1278
  ],
1279
- "description": "Specifies whether the view is visible or not",
1279
+ "description": "Defines whether the view is visible.",
1280
1280
  "artifactType": "Manifest"
1281
1281
  }
1282
1282
  },
@@ -1329,7 +1329,7 @@
1329
1329
  "properties": {
1330
1330
  "afterExecution": {
1331
1331
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
1332
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1332
+ "description": "Settings that control the behavior after creating a new entry.",
1333
1333
  "artifactType": "Manifest"
1334
1334
  },
1335
1335
  "width": {
@@ -1369,7 +1369,7 @@
1369
1369
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
1370
1370
  },
1371
1371
  "template": {
1372
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
1372
+ "description": "Defines a target fragment.",
1373
1373
  "artifactType": "Manifest",
1374
1374
  "type": "string"
1375
1375
  },
@@ -1384,7 +1384,7 @@
1384
1384
  "artifactType": "Manifest"
1385
1385
  },
1386
1386
  "properties": {
1387
- "description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
1387
+ "description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
1388
1388
  "artifactType": "Manifest",
1389
1389
  "type": "array",
1390
1390
  "items": {