@sap/ux-specification 1.108.40 → 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 (233) hide show
  1. package/CHANGELOG.md +42 -28
  2. package/dist/documentation/runDocu-min.js.map +3 -3
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  4. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  5. package/dist/documentation/v2/v2-ListReport.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +86 -86
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  16. package/dist/schemas/v2/ApplicationV2.json +5 -5
  17. package/dist/schemas/v2/ListReportConfig.json +86 -85
  18. package/dist/schemas/v2/ObjectPageConfig.json +78 -78
  19. package/dist/schemas/v2/OverviewPageConfig.json +77 -77
  20. package/dist/schemas/v4/ApplicationV4.json +4 -4
  21. package/dist/schemas/v4/ListReportConfig.json +44 -44
  22. package/dist/schemas/v4/ObjectPageConfig.json +45 -45
  23. package/dist/specification/package.json +8 -8
  24. package/dist/specification/scripts/documentation/components/filter.js +0 -1
  25. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  26. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
  28. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  29. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
  31. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  32. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
  34. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  35. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  36. package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
  37. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  38. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
  40. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  41. package/dist/specification/scripts/extractDocu.js +64 -24
  42. package/dist/specification/scripts/extractDocu.js.map +1 -1
  43. package/dist/specification/scripts/macros/api.js +5 -5
  44. package/dist/specification/scripts/macros/api.js.map +1 -1
  45. package/dist/specification/scripts/macros/cmd.js +2 -2
  46. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  47. package/dist/specification/scripts/macros/schema.js.map +1 -1
  48. package/dist/specification/scripts/to-json-schema.js +1 -1
  49. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  50. package/dist/specification/src/api.js +4 -4
  51. package/dist/specification/src/extensionLogger.js +3 -3
  52. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  53. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  54. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/decoration/control.js +2 -2
  56. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  57. package/dist/specification/src/sync/common/flexUtils.js +1 -1
  58. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  59. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  60. package/dist/specification/src/sync/common/generate/objectPage.js +1 -3
  61. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  62. package/dist/specification/src/sync/common/generate/utils.js +10 -10
  63. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  64. package/dist/specification/src/sync/common/import/utils.js +2 -2
  65. package/dist/specification/src/sync/common/importProject.js +3 -3
  66. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  67. package/dist/specification/src/sync/common/utils.d.ts +1 -2
  68. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/utils.js +112 -108
  70. package/dist/specification/src/sync/common/utils.js.map +1 -1
  71. package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/export/controls/Action.js +4 -8
  73. package/dist/specification/src/sync/v2/export/controls/Action.js.map +1 -1
  74. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js +4 -9
  76. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  77. package/dist/specification/src/sync/v2/export/controls/Field.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v2/export/controls/Field.js +1 -2
  79. package/dist/specification/src/sync/v2/export/controls/Field.js.map +1 -1
  80. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +1 -1
  81. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +1 -2
  83. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  84. package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v2/export/controls/FormAction.js +1 -2
  86. package/dist/specification/src/sync/v2/export/controls/FormAction.js.map +1 -1
  87. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  89. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  90. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -2
  92. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  93. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js +1 -2
  95. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  96. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -2
  98. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  99. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +7 -8
  101. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  102. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js +4 -8
  104. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  105. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js +11 -22
  107. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  108. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +7 -14
  110. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  111. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -2
  113. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  114. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  115. package/dist/specification/src/sync/v2/export/controls/Table.js +7 -14
  116. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  117. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +4 -8
  119. package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  120. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v2/export/export.js +9 -8
  122. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  123. package/dist/specification/src/sync/v2/export/factory.js +8 -8
  124. package/dist/specification/src/sync/v2/export/manifest.js +0 -1
  125. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  126. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js +1 -2
  128. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  129. package/dist/specification/src/sync/v2/export/pages/ListReport.d.ts.map +1 -1
  130. package/dist/specification/src/sync/v2/export/pages/ListReport.js +1 -2
  131. package/dist/specification/src/sync/v2/export/pages/ListReport.js.map +1 -1
  132. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
  133. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  134. package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
  135. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  136. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v2/generate/utils.js +0 -2
  138. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  139. package/dist/specification/src/sync/v2/import/app/appProvider.js +0 -1
  140. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  141. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  142. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  143. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  144. package/dist/specification/src/sync/v2/import/common/index.js +41 -24
  145. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  146. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  147. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  148. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  149. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  150. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
  152. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +1 -1
  154. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts +1 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  168. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/export/export.js +9 -10
  171. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  172. package/dist/specification/src/sync/v4/export/factory.js +6 -6
  173. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +1 -1
  174. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  175. package/dist/specification/src/sync/v4/import/pages/objectPage.js +3 -3
  176. package/dist/types/src/apiTypes.d.ts +1 -1
  177. package/dist/types/src/apiTypes.js +2 -2
  178. package/dist/types/src/common/Application.d.ts +4 -8
  179. package/dist/types/src/common/Application.d.ts.map +1 -1
  180. package/dist/types/src/common/page.d.ts +1 -1
  181. package/dist/types/src/common/page.d.ts.map +1 -1
  182. package/dist/types/src/common/page.js.map +1 -1
  183. package/dist/types/src/common/types.d.ts +3 -5
  184. package/dist/types/src/common/types.d.ts.map +1 -1
  185. package/dist/types/src/common/types.js +4 -4
  186. package/dist/types/src/common/types.js.map +1 -1
  187. package/dist/types/src/v2/application.d.ts +1 -1
  188. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  189. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  190. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  191. package/dist/types/src/v2/controls/Card.d.ts +36 -35
  192. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  193. package/dist/types/src/v2/controls/Card.js.map +1 -1
  194. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  195. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  196. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  197. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  198. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  199. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  200. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  201. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  202. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
  203. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  204. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  205. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  206. package/dist/types/src/v2/controls/Table.js.map +1 -1
  207. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  208. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  209. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  210. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  211. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  212. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  213. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  214. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  216. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  217. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  218. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  219. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  220. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  221. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  222. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  223. package/dist/types/src/v4/controls/Table.d.ts +26 -33
  224. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  225. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  226. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  227. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  228. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  229. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  230. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  231. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  232. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  233. package/package.json +8 -8
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "defaultPath": {
39
39
  "$ref": "#/definitions/DefaultPathType",
40
- "description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
40
+ "description": "Definesthe initial view mode:\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
41
41
  "artifactType": "Manifest",
42
42
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
43
43
  },
@@ -104,7 +104,7 @@
104
104
  "type": "string"
105
105
  }
106
106
  ],
107
- "description": "Allows you to define if the action button is visible on the screen.",
107
+ "description": "Defines if the action button is visible.",
108
108
  "artifactType": "Manifest"
109
109
  },
110
110
  "enabled": {
@@ -120,7 +120,7 @@
120
120
  "type": "string"
121
121
  }
122
122
  ],
123
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
123
+ "description": "Defines if the action is enabled. The default value is true.",
124
124
  "artifactType": "Manifest"
125
125
  }
126
126
  },
@@ -189,7 +189,7 @@
189
189
  },
190
190
  "layout": {
191
191
  "$ref": "#/definitions/LayoutType",
192
- "description": "Allows you to specify the layout of the filter bar.\n\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
192
+ "description": "Allows you to specify the layout of the filter bar.\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
193
193
  "artifactType": "Manifest",
194
194
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
195
195
  }
@@ -234,7 +234,7 @@
234
234
  "artifactType": "Manifest"
235
235
  },
236
236
  "required": {
237
- "description": "If filter field is mandatory, i.e. it requires a value.",
237
+ "description": "Determines whether the filter field requires a value.",
238
238
  "type": "boolean",
239
239
  "artifactType": "Manifest"
240
240
  },
@@ -301,7 +301,7 @@
301
301
  "properties": {
302
302
  "availability": {
303
303
  "$ref": "#/definitions/Availability",
304
- "description": "Defines where the selection field should be shown.\n\n- Default: The filter field is shown by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field is initially not shown but is only available under Adapt Filters.\n- Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.",
304
+ "description": "Defines where the selection field appears.\n- Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field only appears under Adapt Filters.\n- Hidden: The filter field is hidden.",
305
305
  "artifactType": "Manifest",
306
306
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
307
307
  },
@@ -400,7 +400,7 @@
400
400
  },
401
401
  "afterExecution": {
402
402
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
403
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
403
+ "description": "Settings that control the behavior after creating a new entry.",
404
404
  "artifactType": "Manifest"
405
405
  }
406
406
  },
@@ -467,7 +467,7 @@
467
467
  "type": "string"
468
468
  }
469
469
  ],
470
- "description": "Allows you to define if the action button is visible on the screen.",
470
+ "description": "Defines if the action button is visible.",
471
471
  "artifactType": "Manifest"
472
472
  },
473
473
  "enabled": {
@@ -483,7 +483,7 @@
483
483
  "type": "string"
484
484
  }
485
485
  ],
486
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
486
+ "description": "Defines if the action is enabled. The default value is true.",
487
487
  "artifactType": "Manifest"
488
488
  }
489
489
  },
@@ -524,7 +524,7 @@
524
524
  },
525
525
  "initialLoad": {
526
526
  "$ref": "#/definitions/InitialLoadType",
527
- "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
527
+ "description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant.\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
528
528
  "artifactType": "Manifest",
529
529
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
530
530
  },
@@ -542,12 +542,12 @@
542
542
  },
543
543
  "type": {
544
544
  "$ref": "#/definitions/TableTypeV4",
545
- "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.",
545
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
546
546
  "artifactType": "Manifest"
547
547
  },
548
548
  "selectionMode": {
549
549
  "$ref": "#/definitions/SelectionMode",
550
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
550
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
551
551
  "artifactType": "Manifest"
552
552
  },
553
553
  "selectAll": {
@@ -561,18 +561,18 @@
561
561
  "artifactType": "Manifest"
562
562
  },
563
563
  "enableExport": {
564
- "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
564
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
565
565
  "type": "boolean",
566
566
  "artifactType": "Manifest",
567
567
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
568
568
  },
569
569
  "quickVariantSelection": {
570
570
  "$ref": "#/definitions/QuickVariantSelectionV4",
571
- "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
571
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
572
572
  "artifactType": "Manifest"
573
573
  },
574
574
  "condensedTableLayout": {
575
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
575
+ "description": "Determines whether the content density for ui.table is condensed.",
576
576
  "type": "boolean",
577
577
  "artifactType": "Manifest",
578
578
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -648,12 +648,12 @@
648
648
  "properties": {
649
649
  "enableOnSelect": {
650
650
  "$ref": "#/definitions/SelectType",
651
- "description": "Enables single selection for a bound action",
651
+ "description": "Enables single selection for a bound action.",
652
652
  "artifactType": "Manifest"
653
653
  },
654
654
  "afterExecution": {
655
655
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
656
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
656
+ "description": "Settings that control the behavior after creating a new entry.",
657
657
  "artifactType": "Manifest"
658
658
  }
659
659
  },
@@ -696,7 +696,7 @@
696
696
  "type": "string"
697
697
  }
698
698
  ],
699
- "description": "Allows you to define if the action button is visible on the screen.",
699
+ "description": "Defines if the action button is visible.",
700
700
  "artifactType": "Manifest"
701
701
  },
702
702
  "enabled": {
@@ -712,7 +712,7 @@
712
712
  "type": "string"
713
713
  }
714
714
  ],
715
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
715
+ "description": "Defines if the action is enabled. The default value is true.",
716
716
  "artifactType": "Manifest"
717
717
  }
718
718
  },
@@ -785,7 +785,7 @@
785
785
  "properties": {
786
786
  "afterExecution": {
787
787
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
788
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
788
+ "description": "Settings that control the behavior after creating a new entry.",
789
789
  "artifactType": "Manifest"
790
790
  },
791
791
  "width": {
@@ -830,7 +830,7 @@
830
830
  "artifactType": "Manifest"
831
831
  },
832
832
  "header": {
833
- "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
833
+ "description": "The header appears in the table as a header, as well as in the add and remove dialogs.",
834
834
  "i18nClassification": "COL: Custom column header text",
835
835
  "artifactType": "Manifest",
836
836
  "type": "string"
@@ -842,7 +842,7 @@
842
842
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
843
843
  },
844
844
  "template": {
845
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
845
+ "description": "Defines a target fragment.",
846
846
  "artifactType": "Manifest",
847
847
  "type": "string"
848
848
  },
@@ -857,7 +857,7 @@
857
857
  "artifactType": "Manifest"
858
858
  },
859
859
  "properties": {
860
- "description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
860
+ "description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
861
861
  "artifactType": "Manifest",
862
862
  "type": "array",
863
863
  "items": {
@@ -926,7 +926,7 @@
926
926
  "type": "object",
927
927
  "properties": {
928
928
  "paths": {
929
- "description": "List of annotation paths referring to SelectionVariant annotations",
929
+ "description": "List of annotation paths referring to SelectionVariant annotations.",
930
930
  "type": "array",
931
931
  "items": {
932
932
  "$ref": "#/definitions/AnnotationPathAsObject"
@@ -934,12 +934,12 @@
934
934
  "artifactType": "Manifest"
935
935
  },
936
936
  "hideTableTitle": {
937
- "description": "You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.",
937
+ "description": "Determines whether the table title is hidden and the tab titles are displayed.",
938
938
  "type": "boolean",
939
939
  "artifactType": "Manifest"
940
940
  },
941
941
  "showCounts": {
942
- "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
942
+ "description": "Determines whether the entry view counts are shown.",
943
943
  "type": "boolean",
944
944
  "artifactType": "Manifest"
945
945
  }
@@ -973,7 +973,7 @@
973
973
  },
974
974
  "initialLoad": {
975
975
  "$ref": "#/definitions/InitialLoadType",
976
- "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
976
+ "description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
977
977
  "artifactType": "Manifest",
978
978
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
979
979
  },
@@ -994,13 +994,13 @@
994
994
  },
995
995
  "type": {
996
996
  "$ref": "#/definitions/TableTypeV4",
997
- "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.",
997
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
998
998
  "artifactType": "Manifest",
999
999
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
1000
1000
  },
1001
1001
  "selectionMode": {
1002
1002
  "$ref": "#/definitions/SelectionMode",
1003
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
1003
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
1004
1004
  "artifactType": "Manifest",
1005
1005
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd"
1006
1006
  },
@@ -1015,18 +1015,18 @@
1015
1015
  "artifactType": "Manifest"
1016
1016
  },
1017
1017
  "enableExport": {
1018
- "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
1018
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1019
1019
  "type": "boolean",
1020
1020
  "artifactType": "Manifest",
1021
1021
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1022
1022
  },
1023
1023
  "quickVariantSelection": {
1024
1024
  "$ref": "#/definitions/QuickVariantSelectionV4",
1025
- "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
1025
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1026
1026
  "artifactType": "Manifest"
1027
1027
  },
1028
1028
  "condensedTableLayout": {
1029
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1029
+ "description": "Determines whether the content density for ui.table is condensed.",
1030
1030
  "type": "boolean",
1031
1031
  "artifactType": "Manifest",
1032
1032
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1140,17 +1140,17 @@
1140
1140
  "type": "string"
1141
1141
  }
1142
1142
  ],
1143
- "description": "Specifies whether the view is visible or not",
1143
+ "description": "Defines whether the view is visible.",
1144
1144
  "artifactType": "Manifest"
1145
1145
  },
1146
1146
  "type": {
1147
1147
  "$ref": "#/definitions/TableTypeV4",
1148
- "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.",
1148
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
1149
1149
  "artifactType": "Manifest"
1150
1150
  },
1151
1151
  "selectionMode": {
1152
1152
  "$ref": "#/definitions/SelectionMode",
1153
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
1153
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
1154
1154
  "artifactType": "Manifest"
1155
1155
  },
1156
1156
  "selectAll": {
@@ -1164,18 +1164,18 @@
1164
1164
  "artifactType": "Manifest"
1165
1165
  },
1166
1166
  "enableExport": {
1167
- "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
1167
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1168
1168
  "type": "boolean",
1169
1169
  "artifactType": "Manifest",
1170
1170
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1171
1171
  },
1172
1172
  "quickVariantSelection": {
1173
1173
  "$ref": "#/definitions/QuickVariantSelectionV4",
1174
- "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
1174
+ "description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1175
1175
  "artifactType": "Manifest"
1176
1176
  },
1177
1177
  "condensedTableLayout": {
1178
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1178
+ "description": "Determines whether the content density for ui.table is condensed.",
1179
1179
  "type": "boolean",
1180
1180
  "artifactType": "Manifest",
1181
1181
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1210,7 +1210,7 @@
1210
1210
  "type": "string"
1211
1211
  }
1212
1212
  ],
1213
- "description": "Specifies whether the view is visible or not",
1213
+ "description": "Defines whether the view is visible or not.",
1214
1214
  "artifactType": "Manifest"
1215
1215
  },
1216
1216
  "key": {
@@ -1225,7 +1225,7 @@
1225
1225
  "artifactType": "Manifest"
1226
1226
  },
1227
1227
  "annotationPath": {
1228
- "description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
1228
+ "description": "The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.\nTo use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.",
1229
1229
  "type": "string",
1230
1230
  "artifactType": "Manifest"
1231
1231
  },
@@ -1282,7 +1282,7 @@
1282
1282
  "type": "string"
1283
1283
  }
1284
1284
  ],
1285
- "description": "Specifies whether the view is visible or not",
1285
+ "description": "Defines whether the view is visible.",
1286
1286
  "artifactType": "Manifest"
1287
1287
  }
1288
1288
  },
@@ -1335,7 +1335,7 @@
1335
1335
  "properties": {
1336
1336
  "afterExecution": {
1337
1337
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
1338
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1338
+ "description": "Settings that control the behavior after creating a new entry.",
1339
1339
  "artifactType": "Manifest"
1340
1340
  },
1341
1341
  "width": {
@@ -1375,7 +1375,7 @@
1375
1375
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
1376
1376
  },
1377
1377
  "template": {
1378
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
1378
+ "description": "Defines a target fragment.",
1379
1379
  "artifactType": "Manifest",
1380
1380
  "type": "string"
1381
1381
  },
@@ -1390,7 +1390,7 @@
1390
1390
  "artifactType": "Manifest"
1391
1391
  },
1392
1392
  "properties": {
1393
- "description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
1393
+ "description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
1394
1394
  "artifactType": "Manifest",
1395
1395
  "type": "array",
1396
1396
  "items": {