@sap/ux-specification 1.120.22 → 1.120.24

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 (113) hide show
  1. package/CHANGELOG.md +51 -20
  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 +104 -104
  13. package/dist/index-min.js.map +4 -4
  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 +83 -83
  18. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  19. package/dist/schemas/v4/ApplicationV4.json +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +47 -47
  21. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  22. package/dist/specification/package.json +8 -8
  23. package/dist/specification/src/api.js +2 -2
  24. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  25. package/dist/specification/src/sync/common/appProvider.js +19 -3
  26. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
  28. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/decoration/control.js +17 -11
  30. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  31. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  33. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  35. package/dist/specification/src/sync/v2/export/export.js +6 -1
  36. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
  38. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/common/index.js +62 -69
  40. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  41. package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
  42. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
  44. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  45. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
  47. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  48. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
  49. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
  51. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
  54. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  56. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
  59. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  60. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
  62. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  63. package/dist/types/src/common/Application.d.ts +4 -8
  64. package/dist/types/src/common/Application.d.ts.map +1 -1
  65. package/dist/types/src/v2/application.d.ts +1 -1
  66. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  67. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  68. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  69. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  70. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  71. package/dist/types/src/v2/controls/Card.js.map +1 -1
  72. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  73. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  74. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  75. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  76. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  77. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  78. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  79. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  80. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  81. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  83. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  84. package/dist/types/src/v2/controls/Table.js.map +1 -1
  85. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  86. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  87. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  88. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  89. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  90. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  91. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  92. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  93. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  94. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  95. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  96. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  97. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  99. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  101. package/dist/types/src/v4/controls/Table.d.ts +27 -34
  102. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  104. package/dist/types/src/v4/page.d.ts +1 -1
  105. package/dist/types/src/v4/page.d.ts.map +1 -1
  106. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  107. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  108. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  109. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  110. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  111. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  112. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  113. package/package.json +8 -8
@@ -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
  },
@@ -175,16 +175,16 @@
175
175
  },
176
176
  "quickVariantSelection": {
177
177
  "$ref": "#/definitions/QuickVariantSelection",
178
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
178
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
179
179
  "artifactType": "Manifest"
180
180
  },
181
181
  "quickVariantSelectionX": {
182
182
  "$ref": "#/definitions/QuickVariantSelectionX",
183
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
183
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
184
184
  "artifactType": "Manifest"
185
185
  },
186
186
  "condensedTableLayout": {
187
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
187
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
188
188
  "type": "boolean",
189
189
  "artifactType": "Manifest"
190
190
  },
@@ -259,7 +259,7 @@
259
259
  "artifactType": "Manifest"
260
260
  },
261
261
  "variants": {
262
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
262
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
263
263
  "type": "object",
264
264
  "additionalProperties": {
265
265
  "$ref": "#/definitions/QuickVariant"
@@ -276,7 +276,7 @@
276
276
  "type": "object",
277
277
  "properties": {
278
278
  "key": {
279
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
279
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
280
280
  "type": "string"
281
281
  },
282
282
  "annotationPath": {
@@ -299,7 +299,7 @@
299
299
  "artifactType": "Manifest"
300
300
  },
301
301
  "variants": {
302
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
302
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
303
303
  "type": "object",
304
304
  "additionalProperties": {
305
305
  "$ref": "#/definitions/QuickVariantX"
@@ -321,7 +321,7 @@
321
321
  "type": "object",
322
322
  "properties": {
323
323
  "entitySet": {
324
- "description": "Represents the entity set that will be displayed in this variant",
324
+ "description": "Represents the entity set that is displayed in this variant.",
325
325
  "type": "string"
326
326
  },
327
327
  "multiSelect": {
@@ -333,7 +333,7 @@
333
333
  "type": "boolean"
334
334
  },
335
335
  "selectionLimit": {
336
- "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.",
336
+ "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.",
337
337
  "type": "number"
338
338
  },
339
339
  "type": {
@@ -349,7 +349,7 @@
349
349
  "type": "boolean"
350
350
  },
351
351
  "key": {
352
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
352
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
353
353
  "type": "string"
354
354
  },
355
355
  "annotationPath": {
@@ -378,7 +378,7 @@
378
378
  "properties": {
379
379
  "loadDataOnAppLaunch": {
380
380
  "$ref": "#/definitions/LoadDataOnAppLaunchSettings",
381
- "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.",
381
+ "description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
382
382
  "artifactType": "Manifest"
383
383
  }
384
384
  },
@@ -430,13 +430,13 @@
430
430
  "controlType": "sap.m.Button"
431
431
  },
432
432
  "icon": {
433
- "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.",
433
+ "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.",
434
434
  "type": "string",
435
435
  "artifactType": "FlexChange",
436
436
  "controlType": "sap.m.Button"
437
437
  },
438
438
  "activeIcon": {
439
- "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.",
439
+ "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.",
440
440
  "type": "string",
441
441
  "artifactType": "FlexChange",
442
442
  "controlType": "sap.m.Button"
@@ -497,7 +497,7 @@
497
497
  "type": "object",
498
498
  "properties": {
499
499
  "width": {
500
- "description": "The width property defines the width of the column.",
500
+ "description": "Defines the width of the column.",
501
501
  "type": "string",
502
502
  "artifactType": "FlexChange",
503
503
  "controlType": "sap.m.Column"
@@ -512,7 +512,7 @@
512
512
  "type": "string"
513
513
  }
514
514
  ],
515
- "description": "The hAlign property defines the horizontal alignment of the column content.",
515
+ "description": "Defines the horizontal alignment of the column content.",
516
516
  "artifactType": "FlexChange",
517
517
  "controlType": "sap.m.Column"
518
518
  }
@@ -544,13 +544,13 @@
544
544
  "controlType": "sap.m.Button"
545
545
  },
546
546
  "icon": {
547
- "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.",
547
+ "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.",
548
548
  "type": "string",
549
549
  "artifactType": "FlexChange",
550
550
  "controlType": "sap.m.Button"
551
551
  },
552
552
  "activeIcon": {
553
- "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.",
553
+ "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.",
554
554
  "type": "string",
555
555
  "artifactType": "FlexChange",
556
556
  "controlType": "sap.m.Button"
@@ -562,7 +562,7 @@
562
562
  "controlType": "sap.m.Button"
563
563
  },
564
564
  "width": {
565
- "description": "The width property defines the width of the column.",
565
+ "description": "Defines the width of the column.",
566
566
  "type": "string",
567
567
  "artifactType": "FlexChange",
568
568
  "controlType": "sap.m.Column"
@@ -577,7 +577,7 @@
577
577
  "type": "string"
578
578
  }
579
579
  ],
580
- "description": "The hAlign property defines the horizontal alignment of the column content.",
580
+ "description": "Defines the horizontal alignment of the column content.",
581
581
  "artifactType": "FlexChange",
582
582
  "controlType": "sap.m.Column"
583
583
  }
@@ -590,7 +590,7 @@
590
590
  "type": "object",
591
591
  "properties": {
592
592
  "id": {
593
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
593
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
594
594
  "artifactType": "XMLProperty",
595
595
  "type": "string"
596
596
  },
@@ -601,7 +601,7 @@
601
601
  "type": "string"
602
602
  },
603
603
  "columnKey": {
604
- "description": "The column key",
604
+ "description": "The column key.",
605
605
  "artifactType": "XMLProperty",
606
606
  "type": "string"
607
607
  },
@@ -618,7 +618,7 @@
618
618
  "type": "string"
619
619
  },
620
620
  "className": {
621
- "description": "The UI5 control used for your extension",
621
+ "description": "The UI5 control used for your extension.",
622
622
  "artifactType": "Manifest",
623
623
  "type": "string",
624
624
  "const": "sap.ui.core.Fragment"
@@ -668,39 +668,39 @@
668
668
  "type": "object",
669
669
  "properties": {
670
670
  "type": {
671
- "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.",
671
+ "description": "Specifies the type of table.",
672
672
  "type": "string",
673
673
  "const": "GridTable",
674
674
  "artifactType": "Manifest"
675
675
  },
676
676
  "qualifier": {
677
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
677
+ "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.",
678
678
  "type": "string",
679
679
  "artifactType": "Manifest"
680
680
  },
681
681
  "defaultContentView": {
682
682
  "$ref": "#/definitions/DefaultContentView",
683
- "description": "Determines the visualization of content area",
683
+ "description": "Determines the visualization of content area.",
684
684
  "artifactType": "Manifest"
685
685
  },
686
686
  "defaultFilterMode": {
687
687
  "$ref": "#/definitions/DefaultFilterMode",
688
- "description": "Determines the filter mode that is used",
688
+ "description": "Determines the filter mode that is used.",
689
689
  "artifactType": "Manifest"
690
690
  },
691
691
  "contentTitle": {
692
- "description": "Lets you define title for the content area",
692
+ "description": "Lets you define a title for the content area.",
693
693
  "i18nClassification": "TIT: Title for the content area",
694
694
  "type": "string",
695
695
  "artifactType": "Manifest"
696
696
  },
697
697
  "autoHide": {
698
- "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.",
698
+ "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.",
699
699
  "type": "boolean",
700
700
  "artifactType": "Manifest"
701
701
  },
702
702
  "allFiltersAsInParameters": {
703
- "description": "All filter fields will be set as in parameter",
703
+ "description": "Determines if filter fields will be set as in parameter.",
704
704
  "type": "boolean",
705
705
  "artifactType": "Manifest"
706
706
  },
@@ -711,16 +711,16 @@
711
711
  },
712
712
  "createWithParameterDialog": {
713
713
  "$ref": "#/definitions/Fields4Dialog",
714
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
714
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
715
715
  "artifactType": "Manifest"
716
716
  },
717
717
  "selectAll": {
718
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
718
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
719
719
  "type": "boolean",
720
720
  "artifactType": "Manifest"
721
721
  },
722
722
  "selectionLimit": {
723
- "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.",
723
+ "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.",
724
724
  "type": "number",
725
725
  "artifactType": "Manifest"
726
726
  },
@@ -749,16 +749,16 @@
749
749
  },
750
750
  "quickVariantSelection": {
751
751
  "$ref": "#/definitions/QuickVariantSelection",
752
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
752
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
753
753
  "artifactType": "Manifest"
754
754
  },
755
755
  "quickVariantSelectionX": {
756
756
  "$ref": "#/definitions/QuickVariantSelectionX",
757
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
757
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
758
758
  "artifactType": "Manifest"
759
759
  },
760
760
  "condensedTableLayout": {
761
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
761
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
762
762
  "type": "boolean",
763
763
  "artifactType": "Manifest"
764
764
  },
@@ -791,39 +791,39 @@
791
791
  "type": "object",
792
792
  "properties": {
793
793
  "type": {
794
- "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.",
794
+ "description": "Specifies the type of table.",
795
795
  "type": "string",
796
796
  "const": "AnalyticalTable",
797
797
  "artifactType": "Manifest"
798
798
  },
799
799
  "qualifier": {
800
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
800
+ "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.",
801
801
  "type": "string",
802
802
  "artifactType": "Manifest"
803
803
  },
804
804
  "defaultContentView": {
805
805
  "$ref": "#/definitions/DefaultContentView",
806
- "description": "Determines the visualization of content area",
806
+ "description": "Determines the visualization of content area.",
807
807
  "artifactType": "Manifest"
808
808
  },
809
809
  "defaultFilterMode": {
810
810
  "$ref": "#/definitions/DefaultFilterMode",
811
- "description": "Determines the filter mode that is used",
811
+ "description": "Determines the filter mode that is used.",
812
812
  "artifactType": "Manifest"
813
813
  },
814
814
  "contentTitle": {
815
- "description": "Lets you define title for the content area",
815
+ "description": "Lets you define a title for the content area.",
816
816
  "i18nClassification": "TIT: Title for the content area",
817
817
  "type": "string",
818
818
  "artifactType": "Manifest"
819
819
  },
820
820
  "autoHide": {
821
- "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.",
821
+ "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.",
822
822
  "type": "boolean",
823
823
  "artifactType": "Manifest"
824
824
  },
825
825
  "allFiltersAsInParameters": {
826
- "description": "All filter fields will be set as in parameter",
826
+ "description": "Determines if filter fields will be set as in parameter.",
827
827
  "type": "boolean",
828
828
  "artifactType": "Manifest"
829
829
  },
@@ -834,16 +834,16 @@
834
834
  },
835
835
  "createWithParameterDialog": {
836
836
  "$ref": "#/definitions/Fields4Dialog",
837
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
837
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
838
838
  "artifactType": "Manifest"
839
839
  },
840
840
  "selectAll": {
841
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
841
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
842
842
  "type": "boolean",
843
843
  "artifactType": "Manifest"
844
844
  },
845
845
  "selectionLimit": {
846
- "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.",
846
+ "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.",
847
847
  "type": "number",
848
848
  "artifactType": "Manifest"
849
849
  },
@@ -872,16 +872,16 @@
872
872
  },
873
873
  "quickVariantSelection": {
874
874
  "$ref": "#/definitions/QuickVariantSelection",
875
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
875
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
876
876
  "artifactType": "Manifest"
877
877
  },
878
878
  "quickVariantSelectionX": {
879
879
  "$ref": "#/definitions/QuickVariantSelectionX",
880
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
880
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
881
881
  "artifactType": "Manifest"
882
882
  },
883
883
  "condensedTableLayout": {
884
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
884
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
885
885
  "type": "boolean",
886
886
  "artifactType": "Manifest"
887
887
  },
@@ -913,12 +913,12 @@
913
913
  "type": "object",
914
914
  "properties": {
915
915
  "showGoButtonOnFilterBar": {
916
- "description": "Go button is displayed for compact filters when this is set to true",
916
+ "description": "Determines whether the Go button is displayed for compact filters.",
917
917
  "type": "boolean",
918
918
  "artifactType": "Manifest"
919
919
  },
920
920
  "filterDefaultsFromSelectionVariant": {
921
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
921
+ "description": "Determines whether you can add default values for the filter bar using a SelectionVariant annotation.",
922
922
  "type": "boolean",
923
923
  "artifactType": "Manifest"
924
924
  },
@@ -934,7 +934,7 @@
934
934
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
935
935
  },
936
936
  "variantManagementHidden": {
937
- "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.",
937
+ "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.",
938
938
  "type": "boolean",
939
939
  "artifactType": "Manifest"
940
940
  },
@@ -946,23 +946,23 @@
946
946
  },
947
947
  "dateSettings": {
948
948
  "$ref": "#/definitions/DateRange",
949
- "description": "Use to set date settings for fields in smart filter bar",
949
+ "description": "Defines the date settings for fields in the smart filter bar.",
950
950
  "artifactType": "Manifest"
951
951
  },
952
952
  "showClearOnFB": {
953
- "description": "Handles visibility of the Clear button on the FilterBar.",
953
+ "description": "Handles the visibility of the Clear button on the filter bar.",
954
954
  "type": "boolean",
955
955
  "artifactType": "FlexChange",
956
956
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
957
957
  },
958
958
  "showFilterConfiguration": {
959
- "description": "Handles visibility of the Filter button on the FilterBar.",
959
+ "description": "Handles the visibility of the Filter button on the filter bar.",
960
960
  "type": "boolean",
961
961
  "artifactType": "FlexChange",
962
962
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
963
963
  },
964
964
  "showRestoreOnFB": {
965
- "description": "Handles visibility of the Restore button on the FilterBar.",
965
+ "description": "Handles the visibility of the Restore button on the filter bar.",
966
966
  "type": "boolean",
967
967
  "artifactType": "FlexChange",
968
968
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
@@ -1040,7 +1040,7 @@
1040
1040
  "artifactType": "Manifest"
1041
1041
  },
1042
1042
  "exclude": {
1043
- "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.",
1043
+ "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.",
1044
1044
  "type": "boolean",
1045
1045
  "artifactType": "Manifest"
1046
1046
  }
@@ -1071,7 +1071,7 @@
1071
1071
  "type": "object",
1072
1072
  "properties": {
1073
1073
  "selectedValues": {
1074
- "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
1074
+ "description": "Defines a set of standard date range values that you want to include or exclude.",
1075
1075
  "type": "array",
1076
1076
  "items": {
1077
1077
  "enum": [
@@ -1129,12 +1129,12 @@
1129
1129
  "artifactType": "Manifest"
1130
1130
  },
1131
1131
  "exclude": {
1132
- "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.",
1132
+ "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.",
1133
1133
  "type": "boolean",
1134
1134
  "artifactType": "Manifest"
1135
1135
  },
1136
1136
  "customDateRangeImplementation": {
1137
- "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.",
1137
+ "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.",
1138
1138
  "type": "string",
1139
1139
  "artifactType": "Manifest"
1140
1140
  },
@@ -1149,7 +1149,7 @@
1149
1149
  "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1150
1150
  },
1151
1151
  "contains": {
1152
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1152
+ "description": "Specifies a filter describing a set of values of the date range type.",
1153
1153
  "type": "string"
1154
1154
  },
1155
1155
  "equals": {
@@ -1210,7 +1210,7 @@
1210
1210
  }
1211
1211
  },
1212
1212
  "exclude": {
1213
- "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.",
1213
+ "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.",
1214
1214
  "type": "boolean"
1215
1215
  }
1216
1216
  },
@@ -1365,32 +1365,32 @@
1365
1365
  "type": "object",
1366
1366
  "properties": {
1367
1367
  "model": {
1368
- "description": "Links to the item in \"models\" section which provides additional information",
1368
+ "description": "Link to the item in the models section which provides additional information.",
1369
1369
  "type": "string",
1370
1370
  "artifactType": "Manifest"
1371
1371
  },
1372
1372
  "entitySet": {
1373
- "description": "EntitySet used for bringing up the details displayed within the KPI tag/card",
1373
+ "description": "EntitySet used for bringing up the details displayed within the KPI tag/card.",
1374
1374
  "type": "string",
1375
1375
  "artifactType": "Manifest"
1376
1376
  },
1377
1377
  "qualifier": {
1378
- "description": "Refers to the UI.KPI annotation",
1378
+ "description": "Refers to the UI.KPI annotation.",
1379
1379
  "type": "string",
1380
1380
  "artifactType": "Manifest"
1381
1381
  },
1382
1382
  "filterable": {
1383
- "description": "It ensures that KPI shows up as filterable",
1383
+ "description": "This ensures that the KPI is filterable.",
1384
1384
  "type": "boolean",
1385
1385
  "artifactType": "Manifest"
1386
1386
  },
1387
1387
  "detailNavigation": {
1388
- "description": "Points to an element within \"outbound\" property of the \"crossNavigation\" section",
1388
+ "description": "Points to an element within the outbound property of the crossNavigation section.",
1389
1389
  "type": "string",
1390
1390
  "artifactType": "Manifest"
1391
1391
  },
1392
1392
  "groupId": {
1393
- "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",
1393
+ "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.",
1394
1394
  "type": "string",
1395
1395
  "artifactType": "Manifest"
1396
1396
  }
@@ -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
  }