@sap/ux-specification 1.142.2 → 1.144.0

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 (263) hide show
  1. package/CHANGELOG.md +26 -78
  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-ListReportNew.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 +256 -255
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +21 -3
  16. package/dist/schemas/v2/ListReportConfig.json +35 -5
  17. package/dist/schemas/v2/ListReportNewConfig.json +1 -1
  18. package/dist/schemas/v2/ObjectPageConfig.json +35 -5
  19. package/dist/schemas/v4/ApplicationV4.json +7 -1
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +1943 -1447
  21. package/dist/schemas/v4/ListReportConfig.json +24 -6
  22. package/dist/schemas/v4/ObjectPageConfig.json +38 -8
  23. package/dist/specification/package.json +14 -12
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +367 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  31. package/dist/specification/scripts/macros/corrections.js +21 -9
  32. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  33. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  34. package/dist/specification/scripts/macros/schema.js +13 -0
  35. package/dist/specification/scripts/macros/schema.js.map +1 -1
  36. package/dist/specification/src/api.d.ts.map +1 -1
  37. package/dist/specification/src/api.js +7 -7
  38. package/dist/specification/src/api.js.map +1 -1
  39. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
  40. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  41. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  42. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  43. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  44. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  45. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  46. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  47. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  48. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  50. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  51. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  52. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/common/generate/objectPage.js +4 -1
  54. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/common/i18n.json +6 -2
  56. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  57. package/dist/specification/src/sync/common/importProject.js +3 -1
  58. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  59. package/dist/specification/src/sync/common/utils.d.ts +22 -6
  60. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  61. package/dist/specification/src/sync/common/utils.js +122 -18
  62. package/dist/specification/src/sync/common/utils.js.map +1 -1
  63. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
  64. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +25 -40
  66. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  67. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +1 -0
  68. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/export/controls/Table.js +24 -34
  70. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  71. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +17 -1
  73. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  74. package/dist/specification/src/sync/v2/generate/generate.d.ts +6 -3
  75. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/generate/generate.js +12 -7
  77. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  78. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/generate/listReport.js +5 -1
  80. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  81. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/generate/objectPage.js +22 -6
  83. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  84. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  85. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  87. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  88. package/dist/specification/src/sync/v2/generate/utils.d.ts +19 -0
  89. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/generate/utils.js +75 -0
  91. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  92. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +8 -0
  94. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  95. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  97. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  98. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  99. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  101. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  102. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  103. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  105. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  106. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  107. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  108. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  109. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  110. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  111. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  112. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  113. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  114. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  115. package/dist/specification/src/sync/v2/utils.js +19 -2
  116. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  117. package/dist/specification/src/sync/v4/application.d.ts +21 -2
  118. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  119. package/dist/specification/src/sync/v4/application.js +37 -2
  120. package/dist/specification/src/sync/v4/application.js.map +1 -1
  121. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  122. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  124. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  125. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  126. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  128. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  129. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  130. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  132. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  133. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  134. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  136. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  137. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  138. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  140. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  141. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -15
  142. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -46
  144. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  146. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  147. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  148. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  149. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  150. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
  151. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  152. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  153. package/dist/specification/src/sync/v4/export/export.js +25 -3
  154. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  155. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  156. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  157. package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts +1 -0
  158. package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/pages/ObjectPage.js +11 -0
  160. package/dist/specification/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  161. package/dist/specification/src/sync/v4/generate/actions.d.ts +1 -1
  162. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +1 -1
  164. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  165. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +2 -1
  167. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  168. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +12 -0
  170. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  171. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  172. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
  173. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  174. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  175. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  176. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  177. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  178. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  179. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  180. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
  181. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  182. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +22 -15
  183. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  184. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +115 -69
  185. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  186. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  187. package/dist/specification/src/sync/v4/generate/objectPage.js +142 -44
  188. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  189. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  191. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  192. package/dist/specification/src/sync/v4/import/utils.js +5 -3
  193. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  194. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  195. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  196. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  197. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  198. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  199. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  200. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  201. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  202. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  203. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  204. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  205. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  206. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  207. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  208. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  209. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  210. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  211. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  213. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  214. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  215. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  216. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  217. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  218. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  220. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  221. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  222. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  223. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  224. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  225. package/dist/specification/src/sync/v4/utils/utils.d.ts +10 -2
  226. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/utils/utils.js +18 -3
  228. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  229. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  230. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  231. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  232. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  233. package/dist/specification/test/test-utils/utils.js +403 -0
  234. package/dist/specification/test/test-utils/utils.js.map +1 -0
  235. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  236. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  237. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  238. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  239. package/dist/types/src/apiTypes.d.ts +6 -3
  240. package/dist/types/src/apiTypes.d.ts.map +1 -1
  241. package/dist/types/src/apiTypes.js.map +1 -1
  242. package/dist/types/src/common/types.d.ts +126 -13
  243. package/dist/types/src/common/types.d.ts.map +1 -1
  244. package/dist/types/src/common/types.js.map +1 -1
  245. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +5 -1
  246. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  247. package/dist/types/src/v2/controls/Table.d.ts +5 -1
  248. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  249. package/dist/types/src/v4/application.d.ts +6 -0
  250. package/dist/types/src/v4/application.d.ts.map +1 -1
  251. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  252. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  253. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  254. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  255. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +4 -0
  256. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  257. package/package.json +15 -13
  258. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  259. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  260. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -394
  261. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  262. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  263. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
@@ -157,6 +157,12 @@
157
157
  "artifactType": "FlexChange",
158
158
  "controlType": "sap.ui.comp.smarttable.SmartTable"
159
159
  },
160
+ "enableExport": {
161
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
162
+ "type": "boolean",
163
+ "artifactType": "FlexChange",
164
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
165
+ },
160
166
  "useExportToExcel": {
161
167
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
162
168
  "type": "boolean",
@@ -165,7 +171,7 @@
165
171
  },
166
172
  "exportType": {
167
173
  "$ref": "#/definitions/smarttable.ExportType",
168
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
174
+ "description": "Specifies the type of export to be used in the SmartTable control.",
169
175
  "artifactType": "FlexChange",
170
176
  "controlType": "sap.ui.comp.smarttable.SmartTable"
171
177
  },
@@ -732,6 +738,12 @@
732
738
  "artifactType": "FlexChange",
733
739
  "controlType": "sap.ui.comp.smarttable.SmartTable"
734
740
  },
741
+ "enableExport": {
742
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
743
+ "type": "boolean",
744
+ "artifactType": "FlexChange",
745
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
746
+ },
735
747
  "useExportToExcel": {
736
748
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
737
749
  "type": "boolean",
@@ -740,7 +752,7 @@
740
752
  },
741
753
  "exportType": {
742
754
  "$ref": "#/definitions/smarttable.ExportType",
743
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
755
+ "description": "Specifies the type of export to be used in the SmartTable control.",
744
756
  "artifactType": "FlexChange",
745
757
  "controlType": "sap.ui.comp.smarttable.SmartTable"
746
758
  },
@@ -856,6 +868,12 @@
856
868
  "artifactType": "FlexChange",
857
869
  "controlType": "sap.ui.comp.smarttable.SmartTable"
858
870
  },
871
+ "enableExport": {
872
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
873
+ "type": "boolean",
874
+ "artifactType": "FlexChange",
875
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
876
+ },
859
877
  "useExportToExcel": {
860
878
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
861
879
  "type": "boolean",
@@ -864,7 +882,7 @@
864
882
  },
865
883
  "exportType": {
866
884
  "$ref": "#/definitions/smarttable.ExportType",
867
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
885
+ "description": "Specifies the type of export to be used in the SmartTable control.",
868
886
  "artifactType": "FlexChange",
869
887
  "controlType": "sap.ui.comp.smarttable.SmartTable"
870
888
  },
@@ -511,6 +511,12 @@
511
511
  "artifactType": "FlexChange",
512
512
  "controlType": "sap.ui.comp.smarttable.SmartTable"
513
513
  },
514
+ "enableExport": {
515
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
516
+ "type": "boolean",
517
+ "artifactType": "FlexChange",
518
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
519
+ },
514
520
  "useExportToExcel": {
515
521
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
516
522
  "type": "boolean",
@@ -519,7 +525,7 @@
519
525
  },
520
526
  "exportType": {
521
527
  "$ref": "#/definitions/smarttable.ExportType",
522
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
528
+ "description": "Specifies the type of export to be used in the SmartTable control.",
523
529
  "artifactType": "FlexChange",
524
530
  "controlType": "sap.ui.comp.smarttable.SmartTable"
525
531
  },
@@ -1076,6 +1082,12 @@
1076
1082
  "artifactType": "FlexChange",
1077
1083
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1078
1084
  },
1085
+ "enableExport": {
1086
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1087
+ "type": "boolean",
1088
+ "artifactType": "FlexChange",
1089
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1090
+ },
1079
1091
  "useExportToExcel": {
1080
1092
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1081
1093
  "type": "boolean",
@@ -1084,7 +1096,7 @@
1084
1096
  },
1085
1097
  "exportType": {
1086
1098
  "$ref": "#/definitions/smarttable.ExportType",
1087
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1099
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1088
1100
  "artifactType": "FlexChange",
1089
1101
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1090
1102
  },
@@ -1169,6 +1181,12 @@
1169
1181
  "artifactType": "FlexChange",
1170
1182
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1171
1183
  },
1184
+ "enableExport": {
1185
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1186
+ "type": "boolean",
1187
+ "artifactType": "FlexChange",
1188
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1189
+ },
1172
1190
  "useExportToExcel": {
1173
1191
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1174
1192
  "type": "boolean",
@@ -1177,7 +1195,7 @@
1177
1195
  },
1178
1196
  "exportType": {
1179
1197
  "$ref": "#/definitions/smarttable.ExportType",
1180
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1198
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1181
1199
  "artifactType": "FlexChange",
1182
1200
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1183
1201
  },
@@ -1298,6 +1316,12 @@
1298
1316
  "artifactType": "FlexChange",
1299
1317
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1300
1318
  },
1319
+ "enableExport": {
1320
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1321
+ "type": "boolean",
1322
+ "artifactType": "FlexChange",
1323
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1324
+ },
1301
1325
  "useExportToExcel": {
1302
1326
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1303
1327
  "type": "boolean",
@@ -1306,7 +1330,7 @@
1306
1330
  },
1307
1331
  "exportType": {
1308
1332
  "$ref": "#/definitions/smarttable.ExportType",
1309
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1333
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1310
1334
  "artifactType": "FlexChange",
1311
1335
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1312
1336
  },
@@ -1461,6 +1485,12 @@
1461
1485
  "artifactType": "FlexChange",
1462
1486
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1463
1487
  },
1488
+ "enableExport": {
1489
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1490
+ "type": "boolean",
1491
+ "artifactType": "FlexChange",
1492
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1493
+ },
1464
1494
  "useExportToExcel": {
1465
1495
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1466
1496
  "type": "boolean",
@@ -1469,7 +1499,7 @@
1469
1499
  },
1470
1500
  "exportType": {
1471
1501
  "$ref": "#/definitions/smarttable.ExportType",
1472
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1502
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1473
1503
  "artifactType": "FlexChange",
1474
1504
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1475
1505
  },
@@ -459,7 +459,7 @@
459
459
  },
460
460
  "exportType": {
461
461
  "$ref": "#/definitions/smarttable.ExportType",
462
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
462
+ "description": "Specifies the type of export to be used in the SmartTable control.",
463
463
  "artifactType": "FlexChange",
464
464
  "controlType": "sap.ui.comp.smarttable.SmartTable"
465
465
  },
@@ -747,6 +747,12 @@
747
747
  "type": "boolean",
748
748
  "artifactType": "Manifest"
749
749
  },
750
+ "enableExport": {
751
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
752
+ "type": "boolean",
753
+ "artifactType": "FlexChange",
754
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
755
+ },
750
756
  "useExportToExcel": {
751
757
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
752
758
  "type": "boolean",
@@ -755,7 +761,7 @@
755
761
  },
756
762
  "exportType": {
757
763
  "$ref": "#/definitions/smarttable.ExportType",
758
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
764
+ "description": "Specifies the type of export to be used in the SmartTable control.",
759
765
  "artifactType": "FlexChange",
760
766
  "controlType": "sap.ui.comp.smarttable.SmartTable"
761
767
  },
@@ -1218,6 +1224,12 @@
1218
1224
  "type": "boolean",
1219
1225
  "artifactType": "Manifest"
1220
1226
  },
1227
+ "enableExport": {
1228
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1229
+ "type": "boolean",
1230
+ "artifactType": "FlexChange",
1231
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1232
+ },
1221
1233
  "useExportToExcel": {
1222
1234
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1223
1235
  "type": "boolean",
@@ -1226,7 +1238,7 @@
1226
1238
  },
1227
1239
  "exportType": {
1228
1240
  "$ref": "#/definitions/smarttable.ExportType",
1229
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1241
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1230
1242
  "artifactType": "FlexChange",
1231
1243
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1232
1244
  },
@@ -1318,6 +1330,12 @@
1318
1330
  "type": "boolean",
1319
1331
  "artifactType": "Manifest"
1320
1332
  },
1333
+ "enableExport": {
1334
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1335
+ "type": "boolean",
1336
+ "artifactType": "FlexChange",
1337
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1338
+ },
1321
1339
  "useExportToExcel": {
1322
1340
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1323
1341
  "type": "boolean",
@@ -1326,7 +1344,7 @@
1326
1344
  },
1327
1345
  "exportType": {
1328
1346
  "$ref": "#/definitions/smarttable.ExportType",
1329
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1347
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1330
1348
  "artifactType": "FlexChange",
1331
1349
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1332
1350
  },
@@ -1418,6 +1436,12 @@
1418
1436
  "type": "boolean",
1419
1437
  "artifactType": "Manifest"
1420
1438
  },
1439
+ "enableExport": {
1440
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1441
+ "type": "boolean",
1442
+ "artifactType": "FlexChange",
1443
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1444
+ },
1421
1445
  "useExportToExcel": {
1422
1446
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1423
1447
  "type": "boolean",
@@ -1426,7 +1450,7 @@
1426
1450
  },
1427
1451
  "exportType": {
1428
1452
  "$ref": "#/definitions/smarttable.ExportType",
1429
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1453
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1430
1454
  "artifactType": "FlexChange",
1431
1455
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1432
1456
  },
@@ -1518,6 +1542,12 @@
1518
1542
  "type": "boolean",
1519
1543
  "artifactType": "Manifest"
1520
1544
  },
1545
+ "enableExport": {
1546
+ "description": "Enables the export of data from the SmartTable control to another file, for example, a spreadsheet. If exportType is GW, any $expand parameters are removed when sending the request to generate the file.",
1547
+ "type": "boolean",
1548
+ "artifactType": "FlexChange",
1549
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1550
+ },
1521
1551
  "useExportToExcel": {
1522
1552
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1523
1553
  "type": "boolean",
@@ -1526,7 +1556,7 @@
1526
1556
  },
1527
1557
  "exportType": {
1528
1558
  "$ref": "#/definitions/smarttable.ExportType",
1529
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1559
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1530
1560
  "artifactType": "FlexChange",
1531
1561
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1532
1562
  },
@@ -43,7 +43,7 @@
43
43
  "controllerExtensions": {
44
44
  "$ref": "#/definitions/ControllerExtensions",
45
45
  "description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
46
- "manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"].controllerExtensions"
46
+ "manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]"
47
47
  },
48
48
  "dependencies": {
49
49
  "$ref": "#/definitions/Dependencies",
@@ -123,6 +123,12 @@
123
123
  "type": "string",
124
124
  "manifestPath": "$[\"sap.fe\"].macros.table.defaultPopinLayout"
125
125
  },
126
+ "enableLazyLoading": {
127
+ "description": "Enables lazy loading for sections in object pages. If a specific object page defines its own `enableLazyLoading` property, that page-level setting overrides this application-level setting.",
128
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/ac035701f0f94bcca2d051bba9f1880d",
129
+ "type": "boolean",
130
+ "manifestPath": "$[\"sap.fe\"].app.enableLazyLoading"
131
+ },
126
132
  "title": {
127
133
  "description": "Defines the title for the application.",
128
134
  "i18nClassification": "TIT: Title of the application",