@sap/ux-specification 1.90.15 → 1.90.19

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 (230) hide show
  1. package/CHANGELOG.md +99 -11
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +4 -5
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  5. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  6. package/dist/documentation/v2/v2-ListReport.html +1 -1
  7. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  8. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  9. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  10. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  11. package/dist/documentation/v4/v4-ListReport.html +1 -1
  12. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  13. package/dist/index-min.js +1 -1
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +148 -40
  15. package/dist/schemas/v2/ListReportConfig.json +162 -32
  16. package/dist/schemas/v2/ObjectPageConfig.json +252 -56
  17. package/dist/schemas/v2/OverviewPageConfig.json +298 -196
  18. package/dist/schemas/v4/AnalyticalListPageConfig.json +46 -70
  19. package/dist/schemas/v4/ListReportConfig.json +46 -70
  20. package/dist/schemas/v4/ObjectPageConfig.json +49 -76
  21. package/dist/scripts/extractDocu.js +18 -8
  22. package/dist/scripts/extractDocu.js.map +1 -1
  23. package/dist/scripts/runDocu.js +105 -89
  24. package/dist/scripts/runDocu.js.map +1 -1
  25. package/dist/scripts/to-json-schema.js +31 -37
  26. package/dist/scripts/to-json-schema.js.map +1 -1
  27. package/dist/specification/v2/index-min.js +1 -1
  28. package/dist/specification/v4/index-min.js +1 -1
  29. package/dist/src/api.js +9 -9
  30. package/dist/src/api.js.map +1 -1
  31. package/dist/src/apiTypes.d.ts +5 -2
  32. package/dist/src/specification/schemaAccess.js +1 -3
  33. package/dist/src/specification/schemaAccess.js.map +1 -1
  34. package/dist/src/specification/v2/controls/Action.d.ts +71 -0
  35. package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
  36. package/dist/src/specification/v2/controls/Action.js.map +1 -0
  37. package/dist/src/specification/v2/controls/Card.d.ts +20 -72
  38. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  39. package/dist/src/specification/v2/controls/FilterBar.d.ts +48 -6
  40. package/dist/src/specification/v2/controls/FilterBar.js +24 -0
  41. package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
  42. package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
  43. package/dist/src/specification/v2/controls/{ObjectPageFooter.js → Footer.js} +1 -1
  44. package/dist/src/specification/v2/controls/Footer.js.map +1 -0
  45. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
  46. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  47. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +4 -0
  48. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
  49. package/dist/src/specification/v2/controls/Table.d.ts +13 -10
  50. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  51. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
  52. package/dist/src/specification/v2/controls/index.d.ts +8 -10
  53. package/dist/src/specification/v2/controls/index.js +2 -2
  54. package/dist/src/specification/v2/controls/index.js.map +1 -1
  55. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
  56. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +3 -2
  57. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
  58. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
  59. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +5 -6
  60. package/dist/src/specification/v4/controls/Table.d.ts +3 -7
  61. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +51 -13
  62. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +6 -0
  63. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  64. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +2 -1
  65. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  66. package/dist/src/sync/common/appProvider.js.map +1 -1
  67. package/dist/src/sync/common/decoration/control.d.ts +11 -1
  68. package/dist/src/sync/common/decoration/control.js +29 -3
  69. package/dist/src/sync/common/decoration/control.js.map +1 -1
  70. package/dist/src/sync/common/decoration/factory.js +2 -4
  71. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  72. package/dist/src/sync/common/generate/index.d.ts +1 -0
  73. package/dist/src/sync/common/generate/index.js +1 -0
  74. package/dist/src/sync/common/generate/index.js.map +1 -1
  75. package/dist/src/sync/common/generate/objectPage.d.ts +8 -0
  76. package/dist/src/sync/common/generate/objectPage.js +28 -12
  77. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  78. package/dist/src/sync/common/generate/utils.d.ts +67 -0
  79. package/dist/src/sync/common/generate/utils.js +221 -0
  80. package/dist/src/sync/common/generate/utils.js.map +1 -0
  81. package/dist/src/sync/common/i18n.json +2 -0
  82. package/dist/src/sync/common/import/utils.d.ts +8 -1
  83. package/dist/src/sync/common/import/utils.js +14 -3
  84. package/dist/src/sync/common/import/utils.js.map +1 -1
  85. package/dist/src/sync/common/importProject.js +19 -28
  86. package/dist/src/sync/common/importProject.js.map +1 -1
  87. package/dist/src/sync/common/types.d.ts +29 -15
  88. package/dist/src/sync/common/types.js +25 -1
  89. package/dist/src/sync/common/types.js.map +1 -1
  90. package/dist/src/sync/common/utils.d.ts +6 -33
  91. package/dist/src/sync/common/utils.js +25 -131
  92. package/dist/src/sync/common/utils.js.map +1 -1
  93. package/dist/src/sync/v2/export/controls/Action.d.ts +29 -0
  94. package/dist/src/sync/v2/export/controls/Action.js +127 -0
  95. package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
  96. package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
  97. package/dist/src/sync/v2/export/controls/Card.js +15 -43
  98. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  99. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +7 -3
  100. package/dist/src/sync/v2/export/controls/FilterBar.js +36 -22
  101. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  102. package/dist/src/sync/v2/export/controls/FormAction.js +3 -2
  103. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  104. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  105. package/dist/src/sync/v2/export/controls/Fragment.js +244 -168
  106. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  107. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
  108. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
  109. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
  110. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
  111. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  112. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  113. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +4 -4
  114. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  115. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -1
  116. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
  117. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  118. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
  119. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +61 -0
  120. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
  121. package/dist/src/sync/v2/export/controls/Table.d.ts +4 -4
  122. package/dist/src/sync/v2/export/controls/Table.js +16 -21
  123. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  124. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +18 -2
  125. package/dist/src/sync/v2/export/controls/TableColumn.js +126 -1
  126. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  127. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
  128. package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
  129. package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
  130. package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
  131. package/dist/src/sync/v2/export/controls/index.js +12 -8
  132. package/dist/src/sync/v2/export/controls/index.js.map +1 -1
  133. package/dist/src/sync/v2/export/export.js +134 -111
  134. package/dist/src/sync/v2/export/export.js.map +1 -1
  135. package/dist/src/sync/v2/export/exportPage.js +3 -2
  136. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  137. package/dist/src/sync/v2/export/manifest.js +2 -5
  138. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  139. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
  140. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +3 -0
  141. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  142. package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -2
  143. package/dist/src/sync/v2/export/pages/ListReport.js +3 -0
  144. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  145. package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
  146. package/dist/src/sync/v2/export/view-controller-generator.js +20 -36
  147. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  148. package/dist/src/sync/v2/generate/analyticalListReport.js +16 -8
  149. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  150. package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
  151. package/dist/src/sync/v2/generate/listReport.js +26 -6
  152. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  153. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -6
  154. package/dist/src/sync/v2/generate/objectPage.js +208 -126
  155. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  156. package/dist/src/sync/v2/generate/utils.d.ts +16 -12
  157. package/dist/src/sync/v2/generate/utils.js +235 -98
  158. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  159. package/dist/src/sync/v2/import/common/index.d.ts +29 -4
  160. package/dist/src/sync/v2/import/common/index.js +330 -56
  161. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  162. package/dist/src/sync/v2/import/controls/table.js +3 -2
  163. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  164. package/dist/src/sync/v2/import/pages/analyticalListPage.js +27 -5
  165. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  166. package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
  167. package/dist/src/sync/v2/import/pages/listReport.js +21 -100
  168. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  169. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  170. package/dist/src/sync/v2/import/pages/objectPage.js +443 -303
  171. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  172. package/dist/src/sync/v2/import/utils.d.ts +4 -6
  173. package/dist/src/sync/v2/import/utils.js +32 -11
  174. package/dist/src/sync/v2/import/utils.js.map +1 -1
  175. package/dist/src/sync/v2/types.d.ts +28 -2
  176. package/dist/src/sync/v2/types.js +14 -0
  177. package/dist/src/sync/v2/types.js.map +1 -1
  178. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +5 -1
  179. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  180. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
  181. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -7
  182. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -33
  183. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  184. package/dist/src/sync/v4/export/controls/Table.js +1 -1
  185. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -6
  186. package/dist/src/sync/v4/export/controls/TableColumn.js +3 -33
  187. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  188. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
  189. package/dist/src/sync/v4/export/controls/ToolBar.js +3 -0
  190. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  191. package/dist/src/sync/v4/export/export.js +36 -25
  192. package/dist/src/sync/v4/export/export.js.map +1 -1
  193. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
  194. package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
  195. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  196. package/dist/src/sync/v4/export/types.d.ts +4 -0
  197. package/dist/src/sync/v4/generate/generate.d.ts +4 -2
  198. package/dist/src/sync/v4/generate/generate.js +15 -6
  199. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  200. package/dist/src/sync/v4/generate/listReport.d.ts +9 -7
  201. package/dist/src/sync/v4/generate/listReport.js +93 -22
  202. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  203. package/dist/src/sync/v4/generate/objectPage.js +111 -81
  204. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  205. package/dist/src/sync/v4/import/app/appProvider.js +2 -2
  206. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  207. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
  208. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -1
  209. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  210. package/dist/src/sync/v4/import/pages/listReport.d.ts +4 -6
  211. package/dist/src/sync/v4/import/pages/listReport.js +57 -36
  212. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  213. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  214. package/dist/src/sync/v4/import/pages/objectPage.js +21 -18
  215. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  216. package/dist/src/sync/v4/import/utils.js +6 -5
  217. package/dist/src/sync/v4/import/utils.js.map +1 -1
  218. package/dist/src/sync/v4/utils/utils.d.ts +15 -2
  219. package/dist/src/sync/v4/utils/utils.js +65 -26
  220. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  221. package/dist/test/unit/utils.test.d.ts +1 -1
  222. package/package.json +11 -10
  223. package/dist/src/specification/v2/controls/FormAction.d.ts +0 -27
  224. package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
  225. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
  226. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
  227. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +0 -27
  228. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -3
  229. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
  230. package/dist/test/test-utils/metadataParser.d.ts +0 -19
@@ -26,6 +26,9 @@
26
26
  "chart": {
27
27
  "$ref": "#/definitions/ChartSettings"
28
28
  },
29
+ "footer": {
30
+ "$ref": "#/definitions/GenericFooter"
31
+ },
29
32
  "keyPerformanceIndicators": {
30
33
  "description": "Key Performance Indicators",
31
34
  "isViewNode": true,
@@ -86,11 +89,6 @@
86
89
  "type": "boolean",
87
90
  "artifactType": "Manifest"
88
91
  },
89
- "filterDefaultsFromSelectionVariant": {
90
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
91
- "type": "boolean",
92
- "artifactType": "Manifest"
93
- },
94
92
  "allFiltersAsInParameters": {
95
93
  "description": "All filter fields will be set as in parameter",
96
94
  "type": "boolean",
@@ -128,6 +126,12 @@
128
126
  "artifactType": "FlexChange",
129
127
  "controlType": "sap.ui.comp.smarttable.SmartTable"
130
128
  },
129
+ "exportType": {
130
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
131
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
132
+ "artifactType": "FlexChange",
133
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
134
+ },
131
135
  "fitContainer": {
132
136
  "description": "Set to false if the table does not occupy the entire space available in the container.",
133
137
  "type": "boolean",
@@ -217,6 +221,14 @@
217
221
  "path"
218
222
  ]
219
223
  },
224
+ "sap.ui.comp.smarttable.ExportType": {
225
+ "description": "Provides the type of services available for export in the `SmartTable` control.",
226
+ "enum": [
227
+ "GW",
228
+ "UI5Client"
229
+ ],
230
+ "type": "string"
231
+ },
220
232
  "QuickVariantSelection": {
221
233
  "type": "object",
222
234
  "properties": {
@@ -384,28 +396,29 @@
384
396
  "isViewNode": true,
385
397
  "type": "object",
386
398
  "additionalProperties": {
387
- "$ref": "#/definitions/FormAction"
399
+ "$ref": "#/definitions/Action"
388
400
  }
389
401
  },
390
- "FormAction": {
402
+ "Action": {
391
403
  "description": "Action",
392
404
  "isViewNode": true,
393
405
  "type": "object",
394
406
  "properties": {
395
407
  "tooltip": {
396
- "description": "Text for tooltip of button",
408
+ "description": "The text of the button tooltip, preferably as an i18n key.",
409
+ "i18nClassification": "ACT: Text for tooltip of button.",
397
410
  "type": "string",
398
411
  "artifactType": "FlexChange",
399
412
  "controlType": "sap.m.Button"
400
413
  },
401
414
  "icon": {
402
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
415
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
403
416
  "type": "string",
404
417
  "artifactType": "FlexChange",
405
418
  "controlType": "sap.m.Button"
406
419
  },
407
420
  "activeIcon": {
408
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
421
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
409
422
  "type": "string",
410
423
  "artifactType": "FlexChange",
411
424
  "controlType": "sap.m.Button"
@@ -415,25 +428,6 @@
415
428
  "description": "Defines the Button type.",
416
429
  "artifactType": "FlexChange",
417
430
  "controlType": "sap.m.Button"
418
- },
419
- "visible": {
420
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
421
- "anyOf": [
422
- {
423
- "enum": [
424
- false,
425
- true,
426
- "{ui>/editable}",
427
- "{= !${ui>/editable}}"
428
- ]
429
- },
430
- {
431
- "type": "string"
432
- }
433
- ],
434
- "description": "Whether the button should be visible on the screen.",
435
- "artifactType": "FlexChange",
436
- "controlType": "sap.m.Button"
437
431
  }
438
432
  },
439
433
  "additionalProperties": false
@@ -465,6 +459,9 @@
465
459
  {
466
460
  "$ref": "#/definitions/TableColumn"
467
461
  },
462
+ {
463
+ "$ref": "#/definitions/TableColumnAction"
464
+ },
468
465
  {
469
466
  "description": "Custom Columns",
470
467
  "isViewNode": true,
@@ -516,6 +513,59 @@
516
513
  ],
517
514
  "type": "string"
518
515
  },
516
+ "TableColumnAction": {
517
+ "description": "Column Action",
518
+ "isViewNode": true,
519
+ "type": "object",
520
+ "properties": {
521
+ "tooltip": {
522
+ "description": "The text of the button tooltip, preferably as an i18n key.",
523
+ "i18nClassification": "ACT: Text for tooltip of button.",
524
+ "type": "string",
525
+ "artifactType": "FlexChange",
526
+ "controlType": "sap.m.Button"
527
+ },
528
+ "icon": {
529
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
530
+ "type": "string",
531
+ "artifactType": "FlexChange",
532
+ "controlType": "sap.m.Button"
533
+ },
534
+ "activeIcon": {
535
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
536
+ "type": "string",
537
+ "artifactType": "FlexChange",
538
+ "controlType": "sap.m.Button"
539
+ },
540
+ "type": {
541
+ "$ref": "#/definitions/sap.m.ButtonType",
542
+ "description": "Defines the Button type.",
543
+ "artifactType": "FlexChange",
544
+ "controlType": "sap.m.Button"
545
+ },
546
+ "width": {
547
+ "description": "The width property defines the width of the column.",
548
+ "type": "string",
549
+ "artifactType": "FlexChange",
550
+ "controlType": "sap.m.Column"
551
+ },
552
+ "hAlign": {
553
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
554
+ "anyOf": [
555
+ {
556
+ "$ref": "#/definitions/sap.ui.core.TextAlign"
557
+ },
558
+ {
559
+ "type": "string"
560
+ }
561
+ ],
562
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
563
+ "artifactType": "FlexChange",
564
+ "controlType": "sap.m.Column"
565
+ }
566
+ },
567
+ "additionalProperties": false
568
+ },
519
569
  "TableCustomColumn": {
520
570
  "description": "Custom Column",
521
571
  "isViewNode": true,
@@ -526,7 +576,7 @@
526
576
  "type": "string"
527
577
  },
528
578
  "text": {
529
- "description": "The label of the custom column, preferrable as an i18n key.",
579
+ "description": "The label of the custom column, preferably as an i18n key.",
530
580
  "i18nClassification": "COL: Custom column header text",
531
581
  "type": "string"
532
582
  },
@@ -623,11 +673,6 @@
623
673
  "type": "boolean",
624
674
  "artifactType": "Manifest"
625
675
  },
626
- "filterDefaultsFromSelectionVariant": {
627
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
628
- "type": "boolean",
629
- "artifactType": "Manifest"
630
- },
631
676
  "allFiltersAsInParameters": {
632
677
  "description": "All filter fields will be set as in parameter",
633
678
  "type": "boolean",
@@ -665,6 +710,12 @@
665
710
  "artifactType": "FlexChange",
666
711
  "controlType": "sap.ui.comp.smarttable.SmartTable"
667
712
  },
713
+ "exportType": {
714
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
715
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
716
+ "artifactType": "FlexChange",
717
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
718
+ },
668
719
  "fitContainer": {
669
720
  "description": "Set to false if the table does not occupy the entire space available in the container.",
670
721
  "type": "boolean",
@@ -747,11 +798,6 @@
747
798
  "type": "boolean",
748
799
  "artifactType": "Manifest"
749
800
  },
750
- "filterDefaultsFromSelectionVariant": {
751
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
752
- "type": "boolean",
753
- "artifactType": "Manifest"
754
- },
755
801
  "allFiltersAsInParameters": {
756
802
  "description": "All filter fields will be set as in parameter",
757
803
  "type": "boolean",
@@ -789,6 +835,12 @@
789
835
  "artifactType": "FlexChange",
790
836
  "controlType": "sap.ui.comp.smarttable.SmartTable"
791
837
  },
838
+ "exportType": {
839
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
840
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
841
+ "artifactType": "FlexChange",
842
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
843
+ },
792
844
  "fitContainer": {
793
845
  "description": "Set to false if the table does not occupy the entire space available in the container.",
794
846
  "type": "boolean",
@@ -841,6 +893,11 @@
841
893
  "type": "boolean",
842
894
  "artifactType": "Manifest"
843
895
  },
896
+ "filterDefaultsFromSelectionVariant": {
897
+ "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
898
+ "type": "boolean",
899
+ "artifactType": "Manifest"
900
+ },
844
901
  "smartVariantManagement": {
845
902
  "description": "Controls whether smart variant management is active. Default is true.",
846
903
  "type": "boolean",
@@ -1208,10 +1265,50 @@
1208
1265
  }
1209
1266
  ]
1210
1267
  }
1268
+ },
1269
+ "defaultValue": {
1270
+ "description": "You can set a default value for semantic date range.",
1271
+ "type": "object",
1272
+ "properties": {
1273
+ "operation": {
1274
+ "$ref": "#/definitions/DefaultDateRangeValueType",
1275
+ "description": "The operation property is the value that will be set for semantic date range."
1276
+ }
1277
+ },
1278
+ "additionalProperties": false,
1279
+ "required": [
1280
+ "operation"
1281
+ ]
1211
1282
  }
1212
1283
  },
1213
1284
  "additionalProperties": false
1214
1285
  },
1286
+ "DefaultDateRangeValueType": {
1287
+ "enum": [
1288
+ "DATETOYEAR",
1289
+ "LAST2WEEKS",
1290
+ "LAST3WEEKS",
1291
+ "LAST4WEEKS",
1292
+ "LAST5WEEKS",
1293
+ "LASTMONTH",
1294
+ "LASTQUARTER",
1295
+ "LASTWEEK",
1296
+ "LASTYEAR",
1297
+ "QUARTER1",
1298
+ "QUARTER2",
1299
+ "QUARTER3",
1300
+ "QUARTER4",
1301
+ "THISMONTH",
1302
+ "THISQUARTER",
1303
+ "THISWEEK",
1304
+ "THISYEAR",
1305
+ "TODAY",
1306
+ "TOMORROW",
1307
+ "YEARTODATE",
1308
+ "YESTERDAY"
1309
+ ],
1310
+ "type": "string"
1311
+ },
1215
1312
  "ChartSettings": {
1216
1313
  "description": "Chart",
1217
1314
  "isViewNode": true,
@@ -1284,6 +1381,17 @@
1284
1381
  },
1285
1382
  "additionalProperties": false
1286
1383
  },
1384
+ "GenericFooter": {
1385
+ "description": "Footer",
1386
+ "isViewNode": true,
1387
+ "type": "object",
1388
+ "properties": {
1389
+ "actions": {
1390
+ "$ref": "#/definitions/Actions"
1391
+ }
1392
+ },
1393
+ "additionalProperties": false
1394
+ },
1287
1395
  "KPISettings": {
1288
1396
  "description": "KPI Settings",
1289
1397
  "isViewNode": true,
@@ -27,7 +27,10 @@
27
27
  ]
28
28
  },
29
29
  "filterBar": {
30
- "$ref": "#/definitions/FilterBar"
30
+ "$ref": "#/definitions/ListReportFilterBar"
31
+ },
32
+ "footer": {
33
+ "$ref": "#/definitions/GenericFooter"
31
34
  },
32
35
  "$schema": {
33
36
  "type": "string"
@@ -117,6 +120,12 @@
117
120
  "artifactType": "FlexChange",
118
121
  "controlType": "sap.ui.comp.smarttable.SmartTable"
119
122
  },
123
+ "exportType": {
124
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
125
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
126
+ "artifactType": "FlexChange",
127
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
128
+ },
120
129
  "fitContainer": {
121
130
  "description": "Set to false if the table does not occupy the entire space available in the container.",
122
131
  "type": "boolean",
@@ -216,6 +225,14 @@
216
225
  "path"
217
226
  ]
218
227
  },
228
+ "sap.ui.comp.smarttable.ExportType": {
229
+ "description": "Provides the type of services available for export in the `SmartTable` control.",
230
+ "enum": [
231
+ "GW",
232
+ "UI5Client"
233
+ ],
234
+ "type": "string"
235
+ },
219
236
  "QuickVariantSelection": {
220
237
  "type": "object",
221
238
  "properties": {
@@ -383,28 +400,29 @@
383
400
  "isViewNode": true,
384
401
  "type": "object",
385
402
  "additionalProperties": {
386
- "$ref": "#/definitions/FormAction"
403
+ "$ref": "#/definitions/Action"
387
404
  }
388
405
  },
389
- "FormAction": {
406
+ "Action": {
390
407
  "description": "Action",
391
408
  "isViewNode": true,
392
409
  "type": "object",
393
410
  "properties": {
394
411
  "tooltip": {
395
- "description": "Text for tooltip of button",
412
+ "description": "The text of the button tooltip, preferably as an i18n key.",
413
+ "i18nClassification": "ACT: Text for tooltip of button.",
396
414
  "type": "string",
397
415
  "artifactType": "FlexChange",
398
416
  "controlType": "sap.m.Button"
399
417
  },
400
418
  "icon": {
401
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
419
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
402
420
  "type": "string",
403
421
  "artifactType": "FlexChange",
404
422
  "controlType": "sap.m.Button"
405
423
  },
406
424
  "activeIcon": {
407
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
425
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
408
426
  "type": "string",
409
427
  "artifactType": "FlexChange",
410
428
  "controlType": "sap.m.Button"
@@ -414,25 +432,6 @@
414
432
  "description": "Defines the Button type.",
415
433
  "artifactType": "FlexChange",
416
434
  "controlType": "sap.m.Button"
417
- },
418
- "visible": {
419
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
420
- "anyOf": [
421
- {
422
- "enum": [
423
- false,
424
- true,
425
- "{ui>/editable}",
426
- "{= !${ui>/editable}}"
427
- ]
428
- },
429
- {
430
- "type": "string"
431
- }
432
- ],
433
- "description": "Whether the button should be visible on the screen.",
434
- "artifactType": "FlexChange",
435
- "controlType": "sap.m.Button"
436
435
  }
437
436
  },
438
437
  "additionalProperties": false
@@ -464,6 +463,9 @@
464
463
  {
465
464
  "$ref": "#/definitions/TableColumn"
466
465
  },
466
+ {
467
+ "$ref": "#/definitions/TableColumnAction"
468
+ },
467
469
  {
468
470
  "description": "Custom Columns",
469
471
  "isViewNode": true,
@@ -515,6 +517,59 @@
515
517
  ],
516
518
  "type": "string"
517
519
  },
520
+ "TableColumnAction": {
521
+ "description": "Column Action",
522
+ "isViewNode": true,
523
+ "type": "object",
524
+ "properties": {
525
+ "tooltip": {
526
+ "description": "The text of the button tooltip, preferably as an i18n key.",
527
+ "i18nClassification": "ACT: Text for tooltip of button.",
528
+ "type": "string",
529
+ "artifactType": "FlexChange",
530
+ "controlType": "sap.m.Button"
531
+ },
532
+ "icon": {
533
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
534
+ "type": "string",
535
+ "artifactType": "FlexChange",
536
+ "controlType": "sap.m.Button"
537
+ },
538
+ "activeIcon": {
539
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
540
+ "type": "string",
541
+ "artifactType": "FlexChange",
542
+ "controlType": "sap.m.Button"
543
+ },
544
+ "type": {
545
+ "$ref": "#/definitions/sap.m.ButtonType",
546
+ "description": "Defines the Button type.",
547
+ "artifactType": "FlexChange",
548
+ "controlType": "sap.m.Button"
549
+ },
550
+ "width": {
551
+ "description": "The width property defines the width of the column.",
552
+ "type": "string",
553
+ "artifactType": "FlexChange",
554
+ "controlType": "sap.m.Column"
555
+ },
556
+ "hAlign": {
557
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
558
+ "anyOf": [
559
+ {
560
+ "$ref": "#/definitions/sap.ui.core.TextAlign"
561
+ },
562
+ {
563
+ "type": "string"
564
+ }
565
+ ],
566
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
567
+ "artifactType": "FlexChange",
568
+ "controlType": "sap.m.Column"
569
+ }
570
+ },
571
+ "additionalProperties": false
572
+ },
518
573
  "TableCustomColumn": {
519
574
  "description": "Custom Column",
520
575
  "isViewNode": true,
@@ -525,7 +580,7 @@
525
580
  "type": "string"
526
581
  },
527
582
  "text": {
528
- "description": "The label of the custom column, preferrable as an i18n key.",
583
+ "description": "The label of the custom column, preferably as an i18n key.",
529
584
  "i18nClassification": "COL: Custom column header text",
530
585
  "type": "string"
531
586
  },
@@ -664,6 +719,12 @@
664
719
  "artifactType": "FlexChange",
665
720
  "controlType": "sap.ui.comp.smarttable.SmartTable"
666
721
  },
722
+ "exportType": {
723
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
724
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
725
+ "artifactType": "FlexChange",
726
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
727
+ },
667
728
  "fitContainer": {
668
729
  "description": "Set to false if the table does not occupy the entire space available in the container.",
669
730
  "type": "boolean",
@@ -757,6 +818,12 @@
757
818
  "artifactType": "FlexChange",
758
819
  "controlType": "sap.ui.comp.smarttable.SmartTable"
759
820
  },
821
+ "exportType": {
822
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
823
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
824
+ "artifactType": "FlexChange",
825
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
826
+ },
760
827
  "fitContainer": {
761
828
  "description": "Set to false if the table does not occupy the entire space available in the container.",
762
829
  "type": "boolean",
@@ -834,11 +901,6 @@
834
901
  "type": "string",
835
902
  "artifactType": "Manifest"
836
903
  },
837
- "filterDefaultsFromSelectionVariant": {
838
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
839
- "type": "boolean",
840
- "artifactType": "Manifest"
841
- },
842
904
  "allFiltersAsInParameters": {
843
905
  "description": "All filter fields will be set as in parameter",
844
906
  "type": "boolean",
@@ -886,6 +948,12 @@
886
948
  "artifactType": "FlexChange",
887
949
  "controlType": "sap.ui.comp.smarttable.SmartTable"
888
950
  },
951
+ "exportType": {
952
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
953
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
954
+ "artifactType": "FlexChange",
955
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
956
+ },
889
957
  "fitContainer": {
890
958
  "description": "Set to false if the table does not occupy the entire space available in the container.",
891
959
  "type": "boolean",
@@ -999,6 +1067,12 @@
999
1067
  "artifactType": "FlexChange",
1000
1068
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1001
1069
  },
1070
+ "exportType": {
1071
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
1072
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1073
+ "artifactType": "FlexChange",
1074
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1075
+ },
1002
1076
  "fitContainer": {
1003
1077
  "description": "Set to false if the table does not occupy the entire space available in the container.",
1004
1078
  "type": "boolean",
@@ -1041,11 +1115,16 @@
1041
1115
  },
1042
1116
  "additionalProperties": false
1043
1117
  },
1044
- "FilterBar": {
1118
+ "ListReportFilterBar": {
1045
1119
  "description": "Filter Bar",
1046
1120
  "isViewNode": true,
1047
1121
  "type": "object",
1048
1122
  "properties": {
1123
+ "annotationPath": {
1124
+ "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
1125
+ "type": "string",
1126
+ "artifactType": "Manifest"
1127
+ },
1049
1128
  "smartVariantManagement": {
1050
1129
  "description": "Controls whether smart variant management is active. Default is true.",
1051
1130
  "type": "boolean",
@@ -1413,6 +1492,57 @@
1413
1492
  }
1414
1493
  ]
1415
1494
  }
1495
+ },
1496
+ "defaultValue": {
1497
+ "description": "You can set a default value for semantic date range.",
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "operation": {
1501
+ "$ref": "#/definitions/DefaultDateRangeValueType",
1502
+ "description": "The operation property is the value that will be set for semantic date range."
1503
+ }
1504
+ },
1505
+ "additionalProperties": false,
1506
+ "required": [
1507
+ "operation"
1508
+ ]
1509
+ }
1510
+ },
1511
+ "additionalProperties": false
1512
+ },
1513
+ "DefaultDateRangeValueType": {
1514
+ "enum": [
1515
+ "DATETOYEAR",
1516
+ "LAST2WEEKS",
1517
+ "LAST3WEEKS",
1518
+ "LAST4WEEKS",
1519
+ "LAST5WEEKS",
1520
+ "LASTMONTH",
1521
+ "LASTQUARTER",
1522
+ "LASTWEEK",
1523
+ "LASTYEAR",
1524
+ "QUARTER1",
1525
+ "QUARTER2",
1526
+ "QUARTER3",
1527
+ "QUARTER4",
1528
+ "THISMONTH",
1529
+ "THISQUARTER",
1530
+ "THISWEEK",
1531
+ "THISYEAR",
1532
+ "TODAY",
1533
+ "TOMORROW",
1534
+ "YEARTODATE",
1535
+ "YESTERDAY"
1536
+ ],
1537
+ "type": "string"
1538
+ },
1539
+ "GenericFooter": {
1540
+ "description": "Footer",
1541
+ "isViewNode": true,
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "actions": {
1545
+ "$ref": "#/definitions/Actions"
1416
1546
  }
1417
1547
  },
1418
1548
  "additionalProperties": false