@sap/ux-specification 1.71.120 → 1.71.121

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 (55) hide show
  1. package/CHANGELOG.md +25 -35
  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/index-min.js +30 -30
  8. package/dist/index-min.js.map +3 -3
  9. package/dist/schemas/v2/AnalyticalListPageConfig.json +61 -61
  10. package/dist/schemas/v2/ListReportConfig.json +56 -55
  11. package/dist/schemas/v2/ObjectPageConfig.json +55 -55
  12. package/dist/schemas/v2/OverviewPageConfig.json +64 -64
  13. package/dist/specification/package.json +4 -4
  14. package/dist/specification/src/sync/common/generate/utils.js +1 -1
  15. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  16. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  17. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  18. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  19. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  20. package/dist/specification/src/sync/v2/export/export.js +6 -1
  21. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  22. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  23. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  24. package/dist/specification/src/sync/v2/import/common/index.js +38 -23
  25. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  26. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  27. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  28. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  29. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  30. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  31. package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
  32. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  33. package/dist/types/src/common/Application.d.ts +4 -8
  34. package/dist/types/src/common/Application.d.ts.map +1 -1
  35. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  36. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  37. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  38. package/dist/types/src/v2/controls/Card.d.ts +35 -34
  39. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  40. package/dist/types/src/v2/controls/Card.js.map +1 -1
  41. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  42. package/dist/types/src/v2/controls/FilterBar.d.ts +10 -8
  43. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  44. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  45. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  46. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  47. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  48. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +12 -11
  49. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  50. package/dist/types/src/v2/controls/Table.d.ts +42 -38
  51. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  52. package/dist/types/src/v2/controls/Table.js.map +1 -1
  53. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +1 -1
  54. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  55. package/package.json +4 -4
@@ -90,7 +90,7 @@
90
90
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
91
91
  },
92
92
  "variantManagementHidden": {
93
- "description": "If you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
93
+ "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
94
94
  "type": "boolean",
95
95
  "artifactType": "Manifest"
96
96
  },
@@ -101,19 +101,19 @@
101
101
  "artifactType": "Manifest"
102
102
  },
103
103
  "showClearOnFB": {
104
- "description": "Handles visibility of the Clear button on the FilterBar.",
104
+ "description": "Handles the visibility of the Clear button on the filter bar.",
105
105
  "type": "boolean",
106
106
  "artifactType": "FlexChange",
107
107
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
108
108
  },
109
109
  "showFilterConfiguration": {
110
- "description": "Handles visibility of the Filter button on the FilterBar.",
110
+ "description": "Handles the visibility of the Filter button on the filter bar.",
111
111
  "type": "boolean",
112
112
  "artifactType": "FlexChange",
113
113
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
114
114
  },
115
115
  "showRestoreOnFB": {
116
- "description": "Handles visibility of the Restore button on the FilterBar.",
116
+ "description": "Handles the visibility of the Restore button on the filter bar.",
117
117
  "type": "boolean",
118
118
  "artifactType": "FlexChange",
119
119
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
@@ -142,35 +142,35 @@
142
142
  "type": "object",
143
143
  "properties": {
144
144
  "type": {
145
- "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.",
145
+ "description": "Specifies the type of table.",
146
146
  "type": "string",
147
147
  "const": "AnalyticalTable",
148
148
  "artifactType": "Manifest"
149
149
  },
150
150
  "qualifier": {
151
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
151
+ "description": "Represents the qualifier of an annotation. ALP looks for a SelectionPresentationVariant with this qualifier. If it's not found, it looks for a PresentationVariant with this qualifier instead.",
152
152
  "type": "string",
153
153
  "artifactType": "Manifest"
154
154
  },
155
155
  "defaultContentView": {
156
156
  "$ref": "#/definitions/DefaultContentView",
157
- "description": "Determines the visualization of content area",
157
+ "description": "Determines the visualization of the content area.",
158
158
  "artifactType": "Manifest"
159
159
  },
160
160
  "defaultFilterMode": {
161
161
  "$ref": "#/definitions/DefaultFilterMode",
162
- "description": "Determines the filter mode that is used",
162
+ "description": "Determines the filter mode that is used.",
163
163
  "artifactType": "Manifest"
164
164
  },
165
165
  "contentTitle": {
166
- "description": "Lets you define title for the content area",
166
+ "description": "Lets you define a title for the content area.",
167
167
  "i18nClassification": "TIT: Title for the content area",
168
168
  "type": "string",
169
169
  "artifactType": "Manifest"
170
170
  },
171
171
  "createWithFilters": {
172
172
  "$ref": "#/definitions/CreateWithFilters",
173
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
173
+ "description": "Adds a create action that uses the filter settings as input.",
174
174
  "artifactType": "Manifest"
175
175
  },
176
176
  "showDraftToggle": {
@@ -184,12 +184,12 @@
184
184
  "artifactType": "Manifest"
185
185
  },
186
186
  "selectAll": {
187
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
187
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
188
188
  "type": "boolean",
189
189
  "artifactType": "Manifest"
190
190
  },
191
191
  "selectionLimit": {
192
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
192
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
193
193
  "type": "number",
194
194
  "artifactType": "Manifest"
195
195
  },
@@ -213,12 +213,12 @@
213
213
  },
214
214
  "quickVariantSelection": {
215
215
  "$ref": "#/definitions/QuickVariantSelection",
216
- "description": "/**\n With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
216
+ "description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
217
217
  "artifactType": "Manifest"
218
218
  },
219
219
  "quickVariantSelectionX": {
220
220
  "$ref": "#/definitions/QuickVariantSelectionX",
221
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
221
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
222
222
  "artifactType": "Manifest"
223
223
  },
224
224
  "enableAutoBinding": {
@@ -228,7 +228,7 @@
228
228
  "controlType": "sap.ui.comp.smarttable.SmartTable"
229
229
  },
230
230
  "condensedTableLayout": {
231
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
231
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
232
232
  "type": "boolean",
233
233
  "artifactType": "Manifest"
234
234
  },
@@ -268,7 +268,8 @@
268
268
  "type": "object",
269
269
  "properties": {
270
270
  "strategy": {
271
- "description": "For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section Prefilling Fields When Creating a New Entity Using an Extension Point“.",
271
+ "description": "For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section \"Prefilling Fields When Creating a New Entity Using an Extension Point\".",
272
+ "descriptionSrcURL": "https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65",
272
273
  "type": "string",
273
274
  "const": "extension",
274
275
  "artifactType": "Manifest"
@@ -295,7 +296,7 @@
295
296
  "artifactType": "Manifest"
296
297
  },
297
298
  "variants": {
298
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
299
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
299
300
  "type": "object",
300
301
  "additionalProperties": {
301
302
  "$ref": "#/definitions/QuickVariant"
@@ -312,7 +313,7 @@
312
313
  "type": "object",
313
314
  "properties": {
314
315
  "key": {
315
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
316
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
316
317
  "type": "string"
317
318
  },
318
319
  "annotationPath": {
@@ -335,7 +336,7 @@
335
336
  "artifactType": "Manifest"
336
337
  },
337
338
  "variants": {
338
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
339
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
339
340
  "type": "object",
340
341
  "additionalProperties": {
341
342
  "$ref": "#/definitions/QuickVariantX"
@@ -357,7 +358,7 @@
357
358
  "type": "object",
358
359
  "properties": {
359
360
  "entitySet": {
360
- "description": "Represents the entity set that will be displayed in this variant",
361
+ "description": "Represents the entity set that is displayed in this variant.",
361
362
  "type": "string"
362
363
  },
363
364
  "showItemNavigationOnChart": {
@@ -365,7 +366,7 @@
365
366
  "type": "boolean"
366
367
  },
367
368
  "key": {
368
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
369
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
369
370
  "type": "string"
370
371
  },
371
372
  "annotationPath": {
@@ -415,13 +416,13 @@
415
416
  "controlType": "sap.m.Button"
416
417
  },
417
418
  "icon": {
418
- "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
419
+ "description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
419
420
  "type": "string",
420
421
  "artifactType": "FlexChange",
421
422
  "controlType": "sap.m.Button"
422
423
  },
423
424
  "activeIcon": {
424
- "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
425
+ "description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
425
426
  "type": "string",
426
427
  "artifactType": "FlexChange",
427
428
  "controlType": "sap.m.Button"
@@ -476,7 +477,7 @@
476
477
  "type": "object",
477
478
  "properties": {
478
479
  "width": {
479
- "description": "The width property defines the width of the column.",
480
+ "description": "Defines the width of the column.",
480
481
  "type": "string",
481
482
  "artifactType": "FlexChange",
482
483
  "controlType": "sap.m.Column"
@@ -491,7 +492,7 @@
491
492
  "type": "string"
492
493
  }
493
494
  ],
494
- "description": "The hAlign property defines the horizontal alignment of the column content.",
495
+ "description": "Defines the horizontal alignment of the column content.",
495
496
  "artifactType": "FlexChange",
496
497
  "controlType": "sap.m.Column"
497
498
  }
@@ -522,13 +523,13 @@
522
523
  "controlType": "sap.m.Button"
523
524
  },
524
525
  "icon": {
525
- "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
526
+ "description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
526
527
  "type": "string",
527
528
  "artifactType": "FlexChange",
528
529
  "controlType": "sap.m.Button"
529
530
  },
530
531
  "activeIcon": {
531
- "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
532
+ "description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
532
533
  "type": "string",
533
534
  "artifactType": "FlexChange",
534
535
  "controlType": "sap.m.Button"
@@ -540,7 +541,7 @@
540
541
  "controlType": "sap.m.Button"
541
542
  },
542
543
  "width": {
543
- "description": "The width property defines the width of the column.",
544
+ "description": "Defines the width of the column.",
544
545
  "type": "string",
545
546
  "artifactType": "FlexChange",
546
547
  "controlType": "sap.m.Column"
@@ -555,7 +556,7 @@
555
556
  "type": "string"
556
557
  }
557
558
  ],
558
- "description": "The hAlign property defines the horizontal alignment of the column content.",
559
+ "description": "Defines the horizontal alignment of the column content.",
559
560
  "artifactType": "FlexChange",
560
561
  "controlType": "sap.m.Column"
561
562
  }
@@ -568,7 +569,7 @@
568
569
  "type": "object",
569
570
  "properties": {
570
571
  "id": {
571
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
572
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
572
573
  "artifactType": "Fragment",
573
574
  "type": "string"
574
575
  },
@@ -579,7 +580,7 @@
579
580
  "type": "string"
580
581
  },
581
582
  "columnKey": {
582
- "description": "The column key",
583
+ "description": "The column key.",
583
584
  "artifactType": "Fragment",
584
585
  "type": "string"
585
586
  },
@@ -596,7 +597,7 @@
596
597
  "type": "string"
597
598
  },
598
599
  "className": {
599
- "description": "The UI5 control used for your extension",
600
+ "description": "The UI5 control used for your extension.",
600
601
  "artifactType": "Manifest",
601
602
  "type": "string",
602
603
  "const": "sap.ui.core.Fragment"
@@ -644,13 +645,13 @@
644
645
  "type": "object",
645
646
  "properties": {
646
647
  "type": {
647
- "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.",
648
+ "description": "Specifies the type of table.",
648
649
  "type": "string",
649
650
  "const": "ResponsiveTable",
650
651
  "artifactType": "Manifest"
651
652
  },
652
653
  "includeItemInSelection": {
653
- "description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
654
+ "description": "Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
654
655
  "type": "boolean",
655
656
  "artifactType": "FlexChange",
656
657
  "controlType": "sap.m.Table"
@@ -665,13 +666,13 @@
665
666
  "type": "string"
666
667
  }
667
668
  ],
668
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
669
+ "description": "Defines the layout the table pop-in rows are rendered in.",
669
670
  "artifactType": "FlexChange",
670
671
  "controlType": "sap.m.Table"
671
672
  },
672
673
  "createWithFilters": {
673
674
  "$ref": "#/definitions/CreateWithFilters",
674
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
675
+ "description": "Adds a new create action that uses the filter settings as input.",
675
676
  "artifactType": "Manifest"
676
677
  },
677
678
  "showDraftToggle": {
@@ -680,7 +681,7 @@
680
681
  "artifactType": "Manifest"
681
682
  },
682
683
  "growingThreshold": {
683
- "description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
684
+ "description": "Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
684
685
  "type": "number",
685
686
  "artifactType": "FlexChange",
686
687
  "controlType": "sap.m.Table"
@@ -691,12 +692,12 @@
691
692
  "artifactType": "Manifest"
692
693
  },
693
694
  "selectAll": {
694
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
695
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
695
696
  "type": "boolean",
696
697
  "artifactType": "Manifest"
697
698
  },
698
699
  "selectionLimit": {
699
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
700
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
700
701
  "type": "number",
701
702
  "artifactType": "Manifest"
702
703
  },
@@ -720,12 +721,12 @@
720
721
  },
721
722
  "quickVariantSelection": {
722
723
  "$ref": "#/definitions/QuickVariantSelection",
723
- "description": "/**\n With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
724
+ "description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
724
725
  "artifactType": "Manifest"
725
726
  },
726
727
  "quickVariantSelectionX": {
727
728
  "$ref": "#/definitions/QuickVariantSelectionX",
728
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
729
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
729
730
  "artifactType": "Manifest"
730
731
  },
731
732
  "enableAutoBinding": {
@@ -735,7 +736,7 @@
735
736
  "controlType": "sap.ui.comp.smarttable.SmartTable"
736
737
  },
737
738
  "condensedTableLayout": {
738
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
739
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
739
740
  "type": "boolean",
740
741
  "artifactType": "Manifest"
741
742
  },
@@ -771,14 +772,14 @@
771
772
  "type": "object",
772
773
  "properties": {
773
774
  "type": {
774
- "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.",
775
+ "description": "Specifies the type of table.",
775
776
  "type": "string",
776
777
  "const": "GridTable",
777
778
  "artifactType": "Manifest"
778
779
  },
779
780
  "createWithFilters": {
780
781
  "$ref": "#/definitions/CreateWithFilters",
781
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
782
+ "description": "Adds a create action that uses the filter settings as input.",
782
783
  "artifactType": "Manifest"
783
784
  },
784
785
  "showDraftToggle": {
@@ -792,12 +793,12 @@
792
793
  "artifactType": "Manifest"
793
794
  },
794
795
  "selectAll": {
795
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
796
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
796
797
  "type": "boolean",
797
798
  "artifactType": "Manifest"
798
799
  },
799
800
  "selectionLimit": {
800
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
801
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
801
802
  "type": "number",
802
803
  "artifactType": "Manifest"
803
804
  },
@@ -821,12 +822,12 @@
821
822
  },
822
823
  "quickVariantSelection": {
823
824
  "$ref": "#/definitions/QuickVariantSelection",
824
- "description": "/**\n With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
825
+ "description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
825
826
  "artifactType": "Manifest"
826
827
  },
827
828
  "quickVariantSelectionX": {
828
829
  "$ref": "#/definitions/QuickVariantSelectionX",
829
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
830
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
830
831
  "artifactType": "Manifest"
831
832
  },
832
833
  "enableAutoBinding": {
@@ -836,7 +837,7 @@
836
837
  "controlType": "sap.ui.comp.smarttable.SmartTable"
837
838
  },
838
839
  "condensedTableLayout": {
839
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
840
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
840
841
  "type": "boolean",
841
842
  "artifactType": "Manifest"
842
843
  },
@@ -864,7 +865,7 @@
864
865
  "type": "object",
865
866
  "properties": {
866
867
  "type": {
867
- "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.",
868
+ "description": "Specifies the type of table.",
868
869
  "type": "string",
869
870
  "const": "TreeTable",
870
871
  "artifactType": "Manifest"
@@ -880,12 +881,12 @@
880
881
  "artifactType": "Manifest"
881
882
  },
882
883
  "selectAll": {
883
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
884
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
884
885
  "type": "boolean",
885
886
  "artifactType": "Manifest"
886
887
  },
887
888
  "selectionLimit": {
888
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
889
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
889
890
  "type": "number",
890
891
  "artifactType": "Manifest"
891
892
  },
@@ -909,12 +910,12 @@
909
910
  },
910
911
  "quickVariantSelection": {
911
912
  "$ref": "#/definitions/QuickVariantSelection",
912
- "description": "/**\n With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
913
+ "description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
913
914
  "artifactType": "Manifest"
914
915
  },
915
916
  "quickVariantSelectionX": {
916
917
  "$ref": "#/definitions/QuickVariantSelectionX",
917
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
918
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
918
919
  "artifactType": "Manifest"
919
920
  },
920
921
  "enableAutoBinding": {
@@ -924,7 +925,7 @@
924
925
  "controlType": "sap.ui.comp.smarttable.SmartTable"
925
926
  },
926
927
  "condensedTableLayout": {
927
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
928
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
928
929
  "type": "boolean",
929
930
  "artifactType": "Manifest"
930
931
  },