@sap/ux-specification 1.108.41 → 1.108.42

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 +22 -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/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 +101 -101
  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 +86 -85
  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 +45 -45
  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 +52 -47
  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 +6 -6
  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
@@ -94,39 +94,39 @@
94
94
  "artifactType": "Manifest"
95
95
  },
96
96
  "growingThreshold": {
97
- "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.",
97
+ "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.",
98
98
  "type": "number",
99
99
  "artifactType": "FlexChange",
100
100
  "controlType": "sap.m.Table"
101
101
  },
102
102
  "qualifier": {
103
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
103
+ "description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
104
104
  "type": "string",
105
105
  "artifactType": "Manifest"
106
106
  },
107
107
  "defaultContentView": {
108
108
  "$ref": "#/definitions/DefaultContentView",
109
- "description": "Determines the visualization of content area",
109
+ "description": "Determines the visualization of content area.",
110
110
  "artifactType": "Manifest"
111
111
  },
112
112
  "defaultFilterMode": {
113
113
  "$ref": "#/definitions/DefaultFilterMode",
114
- "description": "Determines the filter mode that is used",
114
+ "description": "Determines the filter mode that is used.",
115
115
  "artifactType": "Manifest"
116
116
  },
117
117
  "contentTitle": {
118
- "description": "Lets you define title for the content area",
118
+ "description": "Lets you define a title for the content area.",
119
119
  "i18nClassification": "TIT: Title for the content area",
120
120
  "type": "string",
121
121
  "artifactType": "Manifest"
122
122
  },
123
123
  "autoHide": {
124
- "description": "This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.",
124
+ "description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
125
125
  "type": "boolean",
126
126
  "artifactType": "Manifest"
127
127
  },
128
128
  "allFiltersAsInParameters": {
129
- "description": "All filter fields will be set as in parameter",
129
+ "description": "Determines if filter fields will be set as in parameter.",
130
130
  "type": "boolean",
131
131
  "artifactType": "Manifest"
132
132
  },
@@ -137,16 +137,16 @@
137
137
  },
138
138
  "createWithParameterDialog": {
139
139
  "$ref": "#/definitions/Fields4Dialog",
140
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
140
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
141
141
  "artifactType": "Manifest"
142
142
  },
143
143
  "selectAll": {
144
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
144
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
145
145
  "type": "boolean",
146
146
  "artifactType": "Manifest"
147
147
  },
148
148
  "selectionLimit": {
149
- "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.",
149
+ "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.",
150
150
  "type": "number",
151
151
  "artifactType": "Manifest"
152
152
  },
@@ -170,16 +170,16 @@
170
170
  },
171
171
  "quickVariantSelection": {
172
172
  "$ref": "#/definitions/QuickVariantSelection",
173
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
173
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
174
174
  "artifactType": "Manifest"
175
175
  },
176
176
  "quickVariantSelectionX": {
177
177
  "$ref": "#/definitions/QuickVariantSelectionX",
178
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
178
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
179
179
  "artifactType": "Manifest"
180
180
  },
181
181
  "condensedTableLayout": {
182
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
182
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
183
183
  "type": "boolean",
184
184
  "artifactType": "Manifest"
185
185
  },
@@ -254,7 +254,7 @@
254
254
  "artifactType": "Manifest"
255
255
  },
256
256
  "variants": {
257
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
257
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
258
258
  "type": "object",
259
259
  "additionalProperties": {
260
260
  "$ref": "#/definitions/QuickVariant"
@@ -271,7 +271,7 @@
271
271
  "type": "object",
272
272
  "properties": {
273
273
  "key": {
274
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
274
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
275
275
  "type": "string"
276
276
  },
277
277
  "annotationPath": {
@@ -294,7 +294,7 @@
294
294
  "artifactType": "Manifest"
295
295
  },
296
296
  "variants": {
297
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
297
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
298
298
  "type": "object",
299
299
  "additionalProperties": {
300
300
  "$ref": "#/definitions/QuickVariantX"
@@ -316,7 +316,7 @@
316
316
  "type": "object",
317
317
  "properties": {
318
318
  "entitySet": {
319
- "description": "Represents the entity set that will be displayed in this variant",
319
+ "description": "Represents the entity set that is displayed in this variant.",
320
320
  "type": "string"
321
321
  },
322
322
  "multiSelect": {
@@ -328,7 +328,7 @@
328
328
  "type": "boolean"
329
329
  },
330
330
  "selectionLimit": {
331
- "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.",
331
+ "description": "When new data is loaded from the back-end system, 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.",
332
332
  "type": "number"
333
333
  },
334
334
  "type": {
@@ -344,7 +344,7 @@
344
344
  "type": "boolean"
345
345
  },
346
346
  "key": {
347
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
347
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
348
348
  "type": "string"
349
349
  },
350
350
  "annotationPath": {
@@ -373,7 +373,7 @@
373
373
  "properties": {
374
374
  "loadDataOnAppLaunch": {
375
375
  "$ref": "#/definitions/LoadDataOnAppLaunchSettings",
376
- "description": "Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting.",
376
+ "description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
377
377
  "artifactType": "Manifest"
378
378
  }
379
379
  },
@@ -425,13 +425,13 @@
425
425
  "controlType": "sap.m.Button"
426
426
  },
427
427
  "icon": {
428
- "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.",
428
+ "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.",
429
429
  "type": "string",
430
430
  "artifactType": "FlexChange",
431
431
  "controlType": "sap.m.Button"
432
432
  },
433
433
  "activeIcon": {
434
- "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.",
434
+ "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.",
435
435
  "type": "string",
436
436
  "artifactType": "FlexChange",
437
437
  "controlType": "sap.m.Button"
@@ -492,7 +492,7 @@
492
492
  "type": "object",
493
493
  "properties": {
494
494
  "width": {
495
- "description": "The width property defines the width of the column.",
495
+ "description": "Defines the width of the column.",
496
496
  "type": "string",
497
497
  "artifactType": "FlexChange",
498
498
  "controlType": "sap.m.Column"
@@ -507,7 +507,7 @@
507
507
  "type": "string"
508
508
  }
509
509
  ],
510
- "description": "The hAlign property defines the horizontal alignment of the column content.",
510
+ "description": "Defines the horizontal alignment of the column content.",
511
511
  "artifactType": "FlexChange",
512
512
  "controlType": "sap.m.Column"
513
513
  }
@@ -539,13 +539,13 @@
539
539
  "controlType": "sap.m.Button"
540
540
  },
541
541
  "icon": {
542
- "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.",
542
+ "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.",
543
543
  "type": "string",
544
544
  "artifactType": "FlexChange",
545
545
  "controlType": "sap.m.Button"
546
546
  },
547
547
  "activeIcon": {
548
- "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.",
548
+ "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.",
549
549
  "type": "string",
550
550
  "artifactType": "FlexChange",
551
551
  "controlType": "sap.m.Button"
@@ -557,7 +557,7 @@
557
557
  "controlType": "sap.m.Button"
558
558
  },
559
559
  "width": {
560
- "description": "The width property defines the width of the column.",
560
+ "description": "Defines the width of the column.",
561
561
  "type": "string",
562
562
  "artifactType": "FlexChange",
563
563
  "controlType": "sap.m.Column"
@@ -572,7 +572,7 @@
572
572
  "type": "string"
573
573
  }
574
574
  ],
575
- "description": "The hAlign property defines the horizontal alignment of the column content.",
575
+ "description": "Defines the horizontal alignment of the column content.",
576
576
  "artifactType": "FlexChange",
577
577
  "controlType": "sap.m.Column"
578
578
  }
@@ -585,7 +585,7 @@
585
585
  "type": "object",
586
586
  "properties": {
587
587
  "id": {
588
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
588
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
589
589
  "artifactType": "XMLProperty",
590
590
  "type": "string"
591
591
  },
@@ -596,7 +596,7 @@
596
596
  "type": "string"
597
597
  },
598
598
  "columnKey": {
599
- "description": "The column key",
599
+ "description": "The column key.",
600
600
  "artifactType": "XMLProperty",
601
601
  "type": "string"
602
602
  },
@@ -613,7 +613,7 @@
613
613
  "type": "string"
614
614
  },
615
615
  "className": {
616
- "description": "The UI5 control used for your extension",
616
+ "description": "The UI5 control used for your extension.",
617
617
  "artifactType": "Manifest",
618
618
  "type": "string",
619
619
  "const": "sap.ui.core.Fragment"
@@ -663,39 +663,39 @@
663
663
  "type": "object",
664
664
  "properties": {
665
665
  "type": {
666
- "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.",
666
+ "description": "Specifies the type of table.",
667
667
  "type": "string",
668
668
  "const": "GridTable",
669
669
  "artifactType": "Manifest"
670
670
  },
671
671
  "qualifier": {
672
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
672
+ "description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
673
673
  "type": "string",
674
674
  "artifactType": "Manifest"
675
675
  },
676
676
  "defaultContentView": {
677
677
  "$ref": "#/definitions/DefaultContentView",
678
- "description": "Determines the visualization of content area",
678
+ "description": "Determines the visualization of content area.",
679
679
  "artifactType": "Manifest"
680
680
  },
681
681
  "defaultFilterMode": {
682
682
  "$ref": "#/definitions/DefaultFilterMode",
683
- "description": "Determines the filter mode that is used",
683
+ "description": "Determines the filter mode that is used.",
684
684
  "artifactType": "Manifest"
685
685
  },
686
686
  "contentTitle": {
687
- "description": "Lets you define title for the content area",
687
+ "description": "Lets you define a title for the content area.",
688
688
  "i18nClassification": "TIT: Title for the content area",
689
689
  "type": "string",
690
690
  "artifactType": "Manifest"
691
691
  },
692
692
  "autoHide": {
693
- "description": "This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.",
693
+ "description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
694
694
  "type": "boolean",
695
695
  "artifactType": "Manifest"
696
696
  },
697
697
  "allFiltersAsInParameters": {
698
- "description": "All filter fields will be set as in parameter",
698
+ "description": "Determines if filter fields will be set as in parameter.",
699
699
  "type": "boolean",
700
700
  "artifactType": "Manifest"
701
701
  },
@@ -706,16 +706,16 @@
706
706
  },
707
707
  "createWithParameterDialog": {
708
708
  "$ref": "#/definitions/Fields4Dialog",
709
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
709
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
710
710
  "artifactType": "Manifest"
711
711
  },
712
712
  "selectAll": {
713
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
713
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
714
714
  "type": "boolean",
715
715
  "artifactType": "Manifest"
716
716
  },
717
717
  "selectionLimit": {
718
- "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.",
718
+ "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.",
719
719
  "type": "number",
720
720
  "artifactType": "Manifest"
721
721
  },
@@ -739,16 +739,16 @@
739
739
  },
740
740
  "quickVariantSelection": {
741
741
  "$ref": "#/definitions/QuickVariantSelection",
742
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
742
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
743
743
  "artifactType": "Manifest"
744
744
  },
745
745
  "quickVariantSelectionX": {
746
746
  "$ref": "#/definitions/QuickVariantSelectionX",
747
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
747
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
748
748
  "artifactType": "Manifest"
749
749
  },
750
750
  "condensedTableLayout": {
751
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
751
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
752
752
  "type": "boolean",
753
753
  "artifactType": "Manifest"
754
754
  },
@@ -781,39 +781,39 @@
781
781
  "type": "object",
782
782
  "properties": {
783
783
  "type": {
784
- "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.",
784
+ "description": "Specifies the type of table.",
785
785
  "type": "string",
786
786
  "const": "AnalyticalTable",
787
787
  "artifactType": "Manifest"
788
788
  },
789
789
  "qualifier": {
790
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
790
+ "description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
791
791
  "type": "string",
792
792
  "artifactType": "Manifest"
793
793
  },
794
794
  "defaultContentView": {
795
795
  "$ref": "#/definitions/DefaultContentView",
796
- "description": "Determines the visualization of content area",
796
+ "description": "Determines the visualization of content area.",
797
797
  "artifactType": "Manifest"
798
798
  },
799
799
  "defaultFilterMode": {
800
800
  "$ref": "#/definitions/DefaultFilterMode",
801
- "description": "Determines the filter mode that is used",
801
+ "description": "Determines the filter mode that is used.",
802
802
  "artifactType": "Manifest"
803
803
  },
804
804
  "contentTitle": {
805
- "description": "Lets you define title for the content area",
805
+ "description": "Lets you define a title for the content area.",
806
806
  "i18nClassification": "TIT: Title for the content area",
807
807
  "type": "string",
808
808
  "artifactType": "Manifest"
809
809
  },
810
810
  "autoHide": {
811
- "description": "This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.",
811
+ "description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
812
812
  "type": "boolean",
813
813
  "artifactType": "Manifest"
814
814
  },
815
815
  "allFiltersAsInParameters": {
816
- "description": "All filter fields will be set as in parameter",
816
+ "description": "Determines if filter fields will be set as in parameter.",
817
817
  "type": "boolean",
818
818
  "artifactType": "Manifest"
819
819
  },
@@ -824,16 +824,16 @@
824
824
  },
825
825
  "createWithParameterDialog": {
826
826
  "$ref": "#/definitions/Fields4Dialog",
827
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
827
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
828
828
  "artifactType": "Manifest"
829
829
  },
830
830
  "selectAll": {
831
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
831
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
832
832
  "type": "boolean",
833
833
  "artifactType": "Manifest"
834
834
  },
835
835
  "selectionLimit": {
836
- "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.",
836
+ "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.",
837
837
  "type": "number",
838
838
  "artifactType": "Manifest"
839
839
  },
@@ -857,16 +857,16 @@
857
857
  },
858
858
  "quickVariantSelection": {
859
859
  "$ref": "#/definitions/QuickVariantSelection",
860
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
860
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
861
861
  "artifactType": "Manifest"
862
862
  },
863
863
  "quickVariantSelectionX": {
864
864
  "$ref": "#/definitions/QuickVariantSelectionX",
865
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
865
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
866
866
  "artifactType": "Manifest"
867
867
  },
868
868
  "condensedTableLayout": {
869
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
869
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
870
870
  "type": "boolean",
871
871
  "artifactType": "Manifest"
872
872
  },
@@ -898,12 +898,12 @@
898
898
  "type": "object",
899
899
  "properties": {
900
900
  "showGoButtonOnFilterBar": {
901
- "description": "Go button is displayed for compact filters when this is set to true",
901
+ "description": "Determines whether the Go button is displayed for compact filters.",
902
902
  "type": "boolean",
903
903
  "artifactType": "Manifest"
904
904
  },
905
905
  "filterDefaultsFromSelectionVariant": {
906
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
906
+ "description": "Determines whether you can add default values for the filter bar using a SelectionVariant annotation.",
907
907
  "type": "boolean",
908
908
  "artifactType": "Manifest"
909
909
  },
@@ -919,7 +919,7 @@
919
919
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
920
920
  },
921
921
  "variantManagementHidden": {
922
- "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 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.",
922
+ "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.",
923
923
  "type": "boolean",
924
924
  "artifactType": "Manifest"
925
925
  },
@@ -931,23 +931,23 @@
931
931
  },
932
932
  "dateSettings": {
933
933
  "$ref": "#/definitions/DateRange",
934
- "description": "Use to set date settings for fields in smart filter bar",
934
+ "description": "Defines the date settings for fields in the smart filter bar.",
935
935
  "artifactType": "Manifest"
936
936
  },
937
937
  "showClearOnFB": {
938
- "description": "Handles visibility of the Clear button on the FilterBar.",
938
+ "description": "Handles the visibility of the Clear button on the filter bar.",
939
939
  "type": "boolean",
940
940
  "artifactType": "FlexChange",
941
941
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
942
942
  },
943
943
  "showFilterConfiguration": {
944
- "description": "Handles visibility of the Filter button on the FilterBar.",
944
+ "description": "Handles the visibility of the Filter button on the filter bar.",
945
945
  "type": "boolean",
946
946
  "artifactType": "FlexChange",
947
947
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
948
948
  },
949
949
  "showRestoreOnFB": {
950
- "description": "Handles visibility of the Restore button on the FilterBar.",
950
+ "description": "Handles the visibility of the Restore button on the filter bar.",
951
951
  "type": "boolean",
952
952
  "artifactType": "FlexChange",
953
953
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
@@ -1025,7 +1025,7 @@
1025
1025
  "artifactType": "Manifest"
1026
1026
  },
1027
1027
  "exclude": {
1028
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1028
+ "description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1029
1029
  "type": "boolean",
1030
1030
  "artifactType": "Manifest"
1031
1031
  }
@@ -1056,7 +1056,7 @@
1056
1056
  "type": "object",
1057
1057
  "properties": {
1058
1058
  "selectedValues": {
1059
- "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
1059
+ "description": "Defines a set of standard date range values that you want to include or exclude.",
1060
1060
  "type": "array",
1061
1061
  "items": {
1062
1062
  "enum": [
@@ -1114,12 +1114,12 @@
1114
1114
  "artifactType": "Manifest"
1115
1115
  },
1116
1116
  "exclude": {
1117
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1117
+ "description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
1118
1118
  "type": "boolean",
1119
1119
  "artifactType": "Manifest"
1120
1120
  },
1121
1121
  "customDateRangeImplementation": {
1122
- "description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
1122
+ "description": "This property references a JS class, which can be used to modify the date range value list.\nYou can either remove the standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
1123
1123
  "type": "string",
1124
1124
  "artifactType": "Manifest"
1125
1125
  },
@@ -1134,7 +1134,7 @@
1134
1134
  "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1135
1135
  },
1136
1136
  "contains": {
1137
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1137
+ "description": "Specifies a filter describing a set of values of the date range type.",
1138
1138
  "type": "string"
1139
1139
  },
1140
1140
  "equals": {
@@ -1195,7 +1195,7 @@
1195
1195
  }
1196
1196
  },
1197
1197
  "exclude": {
1198
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1198
+ "description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
1199
1199
  "type": "boolean"
1200
1200
  }
1201
1201
  },
@@ -1350,32 +1350,32 @@
1350
1350
  "type": "object",
1351
1351
  "properties": {
1352
1352
  "model": {
1353
- "description": "Links to the item in \"models\" section which provides additional information",
1353
+ "description": "Link to the item in the models section which provides additional information.",
1354
1354
  "type": "string",
1355
1355
  "artifactType": "Manifest"
1356
1356
  },
1357
1357
  "entitySet": {
1358
- "description": "EntitySet used for bringing up the details displayed within the KPI tag/card",
1358
+ "description": "EntitySet used for bringing up the details displayed within the KPI tag/card.",
1359
1359
  "type": "string",
1360
1360
  "artifactType": "Manifest"
1361
1361
  },
1362
1362
  "qualifier": {
1363
- "description": "Refers to the UI.KPI annotation",
1363
+ "description": "Refers to the UI.KPI annotation.",
1364
1364
  "type": "string",
1365
1365
  "artifactType": "Manifest"
1366
1366
  },
1367
1367
  "filterable": {
1368
- "description": "It ensures that KPI shows up as filterable",
1368
+ "description": "This ensures that the KPI is filterable.",
1369
1369
  "type": "boolean",
1370
1370
  "artifactType": "Manifest"
1371
1371
  },
1372
1372
  "detailNavigation": {
1373
- "description": "Points to an element within \"outbound\" property of the \"crossNavigation\" section",
1373
+ "description": "Points to an element within the outbound property of the crossNavigation section.",
1374
1374
  "type": "string",
1375
1375
  "artifactType": "Manifest"
1376
1376
  },
1377
1377
  "groupId": {
1378
- "description": "To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file",
1378
+ "description": "To achieve a faster end-to-end response time within this page, enable batching by defining a groupId in the KPI section of the descriptor configuration file.",
1379
1379
  "type": "string",
1380
1380
  "artifactType": "Manifest"
1381
1381
  }
@@ -39,24 +39,24 @@
39
39
  },
40
40
  "draftDiscardConfirmationSettings": {
41
41
  "$ref": "#/definitions/DraftDiscardConfirmationSettings",
42
- "description": "Allows applications to configure confirmation popups in various scenarios"
42
+ "description": "Allows applications to configure confirmation popups in various scenarios."
43
43
  },
44
44
  "statePreservationMode": {
45
45
  "$ref": "#/definitions/StatePreservationMode",
46
46
  "description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."
47
47
  },
48
48
  "title": {
49
- "description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file.",
49
+ "description": "Defines the title for the application.",
50
50
  "i18nClassification": "TIT: Title of the application",
51
51
  "type": "string"
52
52
  },
53
53
  "description": {
54
- "description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file.",
54
+ "description": "Defines the description for the application.",
55
55
  "i18nClassification": "TIT: Description of the application",
56
56
  "type": "string"
57
57
  },
58
58
  "flexEnabled": {
59
- "description": "Allows you to enable key user adaptation for an application.",
59
+ "description": "Enables key user adaptation for an application.",
60
60
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
61
61
  "type": "boolean"
62
62
  }
@@ -101,7 +101,7 @@
101
101
  "type": "object",
102
102
  "properties": {
103
103
  "enabled": {
104
- "description": "Allows applications to turn off the discard draft confirmation popup in various scenarios",
104
+ "description": "Allows applications to turn off the discard draft confirmation popup in various scenarios.",
105
105
  "type": "string",
106
106
  "const": "restricted"
107
107
  }