@sap/ux-specification 1.124.3 → 1.124.5

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 (234) hide show
  1. package/CHANGELOG.md +48 -26
  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 +89 -89
  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 +83 -83
  19. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  20. package/dist/schemas/v4/ApplicationV4.json +4 -4
  21. package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
  22. package/dist/schemas/v4/ListReportConfig.json +50 -50
  23. package/dist/schemas/v4/ObjectPageConfig.json +47 -47
  24. package/dist/specification/package.json +7 -7
  25. package/dist/specification/scripts/documentation/components/filter.js +0 -1
  26. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  28. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
  29. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  31. package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
  32. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  34. package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
  35. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  36. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  37. package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
  38. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  40. package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
  41. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  42. package/dist/specification/scripts/extractDocu.js +64 -24
  43. package/dist/specification/scripts/extractDocu.js.map +1 -1
  44. package/dist/specification/scripts/macros/api.js +5 -5
  45. package/dist/specification/scripts/macros/api.js.map +1 -1
  46. package/dist/specification/scripts/macros/cmd.js +2 -2
  47. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  48. package/dist/specification/scripts/macros/schema.js.map +1 -1
  49. package/dist/specification/scripts/to-json-schema.js +1 -1
  50. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  51. package/dist/specification/src/api.js +4 -4
  52. package/dist/specification/src/extensionLogger.js +3 -3
  53. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  54. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  55. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  56. package/dist/specification/src/sync/common/decoration/control.js +2 -2
  57. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  58. package/dist/specification/src/sync/common/flexUtils.js +1 -1
  59. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  60. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  61. package/dist/specification/src/sync/common/generate/objectPage.js +1 -3
  62. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  63. package/dist/specification/src/sync/common/generate/utils.js +10 -10
  64. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  65. package/dist/specification/src/sync/common/import/utils.js +2 -2
  66. package/dist/specification/src/sync/common/importProject.js +3 -3
  67. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  68. package/dist/specification/src/sync/common/utils.d.ts +1 -2
  69. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  70. package/dist/specification/src/sync/common/utils.js +113 -109
  71. package/dist/specification/src/sync/common/utils.js.map +1 -1
  72. package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/export/controls/Action.js +4 -8
  74. package/dist/specification/src/sync/v2/export/controls/Action.js.map +1 -1
  75. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js +4 -9
  77. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  78. package/dist/specification/src/sync/v2/export/controls/Field.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/export/controls/Field.js +1 -2
  80. package/dist/specification/src/sync/v2/export/controls/Field.js.map +1 -1
  81. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +1 -1
  82. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +1 -2
  84. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  85. package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/export/controls/FormAction.js +1 -2
  87. package/dist/specification/src/sync/v2/export/controls/FormAction.js.map +1 -1
  88. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  90. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  91. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  92. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -2
  93. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  94. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
  95. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js +1 -2
  96. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  97. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -2
  99. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  100. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +7 -8
  102. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  103. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js +4 -8
  105. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  106. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  107. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js +11 -22
  108. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  109. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  110. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +7 -14
  111. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  112. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -2
  114. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  115. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/export/controls/Table.js +7 -14
  117. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  118. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  119. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +4 -8
  120. package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  121. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  122. package/dist/specification/src/sync/v2/export/export.js +9 -8
  123. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  124. package/dist/specification/src/sync/v2/export/factory.js +8 -8
  125. package/dist/specification/src/sync/v2/export/manifest.js +0 -1
  126. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  127. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js +1 -2
  129. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  130. package/dist/specification/src/sync/v2/export/pages/ListReport.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v2/export/pages/ListReport.js +1 -2
  132. package/dist/specification/src/sync/v2/export/pages/ListReport.js.map +1 -1
  133. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
  134. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  135. package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
  136. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  137. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  138. package/dist/specification/src/sync/v2/generate/utils.js +0 -2
  139. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  140. package/dist/specification/src/sync/v2/import/app/appProvider.js +0 -1
  141. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  142. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  143. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  144. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v2/import/common/index.js +41 -24
  146. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  147. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  148. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  149. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  150. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  151. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
  153. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  168. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  170. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/export/export.js +9 -10
  172. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  173. package/dist/specification/src/sync/v4/export/factory.js +6 -6
  174. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +1 -1
  175. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  176. package/dist/specification/src/sync/v4/import/pages/objectPage.js +3 -3
  177. package/dist/types/src/apiTypes.d.ts +1 -1
  178. package/dist/types/src/apiTypes.js +2 -2
  179. package/dist/types/src/common/Application.d.ts +4 -8
  180. package/dist/types/src/common/Application.d.ts.map +1 -1
  181. package/dist/types/src/common/page.d.ts +1 -1
  182. package/dist/types/src/common/page.d.ts.map +1 -1
  183. package/dist/types/src/common/page.js.map +1 -1
  184. package/dist/types/src/common/types.d.ts +3 -5
  185. package/dist/types/src/common/types.d.ts.map +1 -1
  186. package/dist/types/src/common/types.js +4 -4
  187. package/dist/types/src/common/types.js.map +1 -1
  188. package/dist/types/src/v2/application.d.ts +1 -1
  189. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  190. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  191. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  192. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  193. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  194. package/dist/types/src/v2/controls/Card.js.map +1 -1
  195. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  196. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  197. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  198. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  199. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  200. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  201. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  202. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  203. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  204. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  205. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  206. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  207. package/dist/types/src/v2/controls/Table.js.map +1 -1
  208. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  209. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  210. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  211. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  212. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  213. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  214. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  216. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  217. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  218. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  219. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  220. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  221. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  222. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  223. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  224. package/dist/types/src/v4/controls/Table.d.ts +28 -35
  225. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  226. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  227. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  228. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  229. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  230. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  231. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  232. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  233. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  234. package/package.json +7 -7
@@ -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"
@@ -584,13 +584,13 @@
584
584
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
585
585
  },
586
586
  "widthIncludingColumnHeader": {
587
- "description": "By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json.",
587
+ "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
588
588
  "type": "boolean",
589
589
  "artifactType": "Manifest",
590
590
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
591
591
  },
592
592
  "disableCopyToClipboard": {
593
- "description": "By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode, such as single selection or multi selection, is configured for the corresponding table. However, you can also configure the visibility of the Copy to Clipboard button by the following property.",
593
+ "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
594
594
  "type": "boolean",
595
595
  "artifactType": "Manifest",
596
596
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
@@ -666,12 +666,12 @@
666
666
  "properties": {
667
667
  "enableOnSelect": {
668
668
  "$ref": "#/definitions/SelectType",
669
- "description": "Enables single selection for a bound action",
669
+ "description": "Enables single selection for a bound action.",
670
670
  "artifactType": "Manifest"
671
671
  },
672
672
  "afterExecution": {
673
673
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
674
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
674
+ "description": "Settings that control the behavior after creating a new entry.",
675
675
  "artifactType": "Manifest"
676
676
  }
677
677
  },
@@ -714,7 +714,7 @@
714
714
  "type": "string"
715
715
  }
716
716
  ],
717
- "description": "Allows you to define if the action button is visible on the screen.",
717
+ "description": "Defines if the action button is visible.",
718
718
  "artifactType": "Manifest"
719
719
  },
720
720
  "enabled": {
@@ -730,7 +730,7 @@
730
730
  "type": "string"
731
731
  }
732
732
  ],
733
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
733
+ "description": "Defines if the action is enabled. The default value is true.",
734
734
  "artifactType": "Manifest"
735
735
  }
736
736
  },
@@ -809,7 +809,7 @@
809
809
  "properties": {
810
810
  "afterExecution": {
811
811
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
812
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
812
+ "description": "Settings that control the behavior after creating a new entry.",
813
813
  "artifactType": "Manifest"
814
814
  },
815
815
  "width": {
@@ -860,7 +860,7 @@
860
860
  "artifactType": "Manifest"
861
861
  },
862
862
  "header": {
863
- "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
863
+ "description": "The header appears in the table as a header, as well as in the add and remove dialogs.",
864
864
  "i18nClassification": "COL: Custom column header text",
865
865
  "artifactType": "Manifest",
866
866
  "type": "string"
@@ -872,7 +872,7 @@
872
872
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
873
873
  },
874
874
  "template": {
875
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
875
+ "description": "Defines a target fragment.",
876
876
  "artifactType": "Manifest",
877
877
  "type": "string"
878
878
  },
@@ -887,7 +887,7 @@
887
887
  "artifactType": "Manifest"
888
888
  },
889
889
  "properties": {
890
- "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.",
890
+ "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.",
891
891
  "artifactType": "Manifest",
892
892
  "type": "array",
893
893
  "items": {
@@ -957,7 +957,7 @@
957
957
  "type": "object",
958
958
  "properties": {
959
959
  "paths": {
960
- "description": "List of annotation paths referring to SelectionVariant annotations",
960
+ "description": "List of annotation paths referring to SelectionVariant annotations.",
961
961
  "type": "array",
962
962
  "items": {
963
963
  "$ref": "#/definitions/AnnotationPathAsObject"
@@ -965,12 +965,12 @@
965
965
  "artifactType": "Manifest"
966
966
  },
967
967
  "hideTableTitle": {
968
- "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.",
968
+ "description": "Determines whether the table title is hidden and the tab titles are displayed.",
969
969
  "type": "boolean",
970
970
  "artifactType": "Manifest"
971
971
  },
972
972
  "showCounts": {
973
- "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
973
+ "description": "Determines whether the entry view counts are shown.",
974
974
  "type": "boolean",
975
975
  "artifactType": "Manifest"
976
976
  }
@@ -1004,7 +1004,7 @@
1004
1004
  },
1005
1005
  "initialLoad": {
1006
1006
  "$ref": "#/definitions/InitialLoadType",
1007
- "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.",
1007
+ "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.",
1008
1008
  "artifactType": "Manifest",
1009
1009
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
1010
1010
  },
@@ -1025,13 +1025,13 @@
1025
1025
  },
1026
1026
  "type": {
1027
1027
  "$ref": "#/definitions/TableTypeV4",
1028
- "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.",
1028
+ "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.",
1029
1029
  "artifactType": "Manifest",
1030
1030
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
1031
1031
  },
1032
1032
  "selectionMode": {
1033
1033
  "$ref": "#/definitions/SelectionMode",
1034
- "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.",
1034
+ "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.",
1035
1035
  "artifactType": "Manifest",
1036
1036
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd"
1037
1037
  },
@@ -1046,18 +1046,18 @@
1046
1046
  "artifactType": "Manifest"
1047
1047
  },
1048
1048
  "enableExport": {
1049
- "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.",
1049
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1050
1050
  "type": "boolean",
1051
1051
  "artifactType": "Manifest",
1052
1052
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1053
1053
  },
1054
1054
  "quickVariantSelection": {
1055
1055
  "$ref": "#/definitions/QuickVariantSelectionV4",
1056
- "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.",
1056
+ "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.",
1057
1057
  "artifactType": "Manifest"
1058
1058
  },
1059
1059
  "condensedTableLayout": {
1060
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1060
+ "description": "Determines whether the content density for ui.table is condensed.",
1061
1061
  "type": "boolean",
1062
1062
  "artifactType": "Manifest",
1063
1063
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1069,13 +1069,13 @@
1069
1069
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
1070
1070
  },
1071
1071
  "widthIncludingColumnHeader": {
1072
- "description": "By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json.",
1072
+ "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
1073
1073
  "type": "boolean",
1074
1074
  "artifactType": "Manifest",
1075
1075
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1076
1076
  },
1077
1077
  "disableCopyToClipboard": {
1078
- "description": "By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode, such as single selection or multi selection, is configured for the corresponding table. However, you can also configure the visibility of the Copy to Clipboard button by the following property.",
1078
+ "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
1079
1079
  "type": "boolean",
1080
1080
  "artifactType": "Manifest",
1081
1081
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
@@ -1189,17 +1189,17 @@
1189
1189
  "type": "string"
1190
1190
  }
1191
1191
  ],
1192
- "description": "Specifies whether the view is visible or not",
1192
+ "description": "Defines whether the view is visible.",
1193
1193
  "artifactType": "Manifest"
1194
1194
  },
1195
1195
  "type": {
1196
1196
  "$ref": "#/definitions/TableTypeV4",
1197
- "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.",
1197
+ "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.",
1198
1198
  "artifactType": "Manifest"
1199
1199
  },
1200
1200
  "selectionMode": {
1201
1201
  "$ref": "#/definitions/SelectionMode",
1202
- "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.",
1202
+ "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.",
1203
1203
  "artifactType": "Manifest"
1204
1204
  },
1205
1205
  "selectAll": {
@@ -1213,18 +1213,18 @@
1213
1213
  "artifactType": "Manifest"
1214
1214
  },
1215
1215
  "enableExport": {
1216
- "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.",
1216
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1217
1217
  "type": "boolean",
1218
1218
  "artifactType": "Manifest",
1219
1219
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1220
1220
  },
1221
1221
  "quickVariantSelection": {
1222
1222
  "$ref": "#/definitions/QuickVariantSelectionV4",
1223
- "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.",
1223
+ "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.",
1224
1224
  "artifactType": "Manifest"
1225
1225
  },
1226
1226
  "condensedTableLayout": {
1227
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1227
+ "description": "Determines whether the content density for ui.table is condensed.",
1228
1228
  "type": "boolean",
1229
1229
  "artifactType": "Manifest",
1230
1230
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -1236,13 +1236,13 @@
1236
1236
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
1237
1237
  },
1238
1238
  "widthIncludingColumnHeader": {
1239
- "description": "By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json.",
1239
+ "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
1240
1240
  "type": "boolean",
1241
1241
  "artifactType": "Manifest",
1242
1242
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1243
1243
  },
1244
1244
  "disableCopyToClipboard": {
1245
- "description": "By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode, such as single selection or multi selection, is configured for the corresponding table. However, you can also configure the visibility of the Copy to Clipboard button by the following property.",
1245
+ "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
1246
1246
  "type": "boolean",
1247
1247
  "artifactType": "Manifest",
1248
1248
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
@@ -1277,7 +1277,7 @@
1277
1277
  "type": "string"
1278
1278
  }
1279
1279
  ],
1280
- "description": "Specifies whether the view is visible or not",
1280
+ "description": "Defines whether the view is visible or not.",
1281
1281
  "artifactType": "Manifest"
1282
1282
  },
1283
1283
  "key": {
@@ -1292,7 +1292,7 @@
1292
1292
  "artifactType": "Manifest"
1293
1293
  },
1294
1294
  "annotationPath": {
1295
- "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.",
1295
+ "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.",
1296
1296
  "type": "string",
1297
1297
  "artifactType": "Manifest"
1298
1298
  },
@@ -1349,7 +1349,7 @@
1349
1349
  "type": "string"
1350
1350
  }
1351
1351
  ],
1352
- "description": "Specifies whether the view is visible or not",
1352
+ "description": "Defines whether the view is visible.",
1353
1353
  "artifactType": "Manifest"
1354
1354
  }
1355
1355
  },
@@ -1408,7 +1408,7 @@
1408
1408
  "properties": {
1409
1409
  "afterExecution": {
1410
1410
  "$ref": "#/definitions/ActionAfterExecutionConfiguration",
1411
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1411
+ "description": "Settings that control the behavior after creating a new entry.",
1412
1412
  "artifactType": "Manifest"
1413
1413
  },
1414
1414
  "width": {
@@ -1454,7 +1454,7 @@
1454
1454
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
1455
1455
  },
1456
1456
  "template": {
1457
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
1457
+ "description": "Defines a target fragment.",
1458
1458
  "artifactType": "Manifest",
1459
1459
  "type": "string"
1460
1460
  },
@@ -1469,7 +1469,7 @@
1469
1469
  "artifactType": "Manifest"
1470
1470
  },
1471
1471
  "properties": {
1472
- "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.",
1472
+ "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.",
1473
1473
  "artifactType": "Manifest",
1474
1474
  "type": "array",
1475
1475
  "items": {