@sap/ux-specification 1.84.28 → 1.84.31

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 (195) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +7 -14
  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 +125 -15
  15. package/dist/schemas/v2/ListReportConfig.json +139 -17
  16. package/dist/schemas/v2/ObjectPageConfig.json +122 -33
  17. package/dist/schemas/v2/OverviewPageConfig.json +13 -16
  18. package/dist/schemas/v4/AnalyticalListPageConfig.json +43 -86
  19. package/dist/schemas/v4/ListReportConfig.json +43 -86
  20. package/dist/schemas/v4/ObjectPageConfig.json +64 -71
  21. package/dist/scripts/runDocu.js +30 -7
  22. package/dist/scripts/runDocu.js.map +1 -1
  23. package/dist/scripts/to-json-schema.js +32 -37
  24. package/dist/scripts/to-json-schema.js.map +1 -1
  25. package/dist/specification/v2/index-min.js +1 -1
  26. package/dist/specification/v4/index-min.js +1 -1
  27. package/dist/src/api.js +9 -9
  28. package/dist/src/api.js.map +1 -1
  29. package/dist/src/apiTypes.d.ts +5 -2
  30. package/dist/src/specification/schemaAccess.js +1 -3
  31. package/dist/src/specification/schemaAccess.js.map +1 -1
  32. package/dist/src/specification/v2/controls/Action.d.ts +19 -2
  33. package/dist/src/specification/v2/controls/FilterBar.d.ts +42 -27
  34. package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
  35. package/dist/src/specification/v2/controls/{ObjectPageFooter.js → Footer.js} +1 -1
  36. package/dist/src/specification/v2/controls/Footer.js.map +1 -0
  37. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -0
  38. package/dist/src/specification/v2/controls/Table.d.ts +13 -1
  39. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  40. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
  41. package/dist/src/specification/v2/controls/index.d.ts +1 -2
  42. package/dist/src/specification/v2/controls/index.js.map +1 -1
  43. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
  44. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +3 -2
  45. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +32 -2
  46. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +1 -1
  47. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
  48. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
  49. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +5 -6
  50. package/dist/src/specification/v4/controls/Table.d.ts +2 -7
  51. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +59 -10
  52. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +6 -0
  53. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  54. package/dist/src/sync/common/appProvider.js.map +1 -1
  55. package/dist/src/sync/common/decoration/control.d.ts +11 -1
  56. package/dist/src/sync/common/decoration/control.js +29 -3
  57. package/dist/src/sync/common/decoration/control.js.map +1 -1
  58. package/dist/src/sync/common/decoration/factory.js +2 -4
  59. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  60. package/dist/src/sync/common/generate/objectPage.d.ts +9 -0
  61. package/dist/src/sync/common/generate/objectPage.js +89 -43
  62. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  63. package/dist/src/sync/common/generate/utils.d.ts +27 -0
  64. package/dist/src/sync/common/generate/utils.js +118 -3
  65. package/dist/src/sync/common/generate/utils.js.map +1 -1
  66. package/dist/src/sync/common/i18n.json +2 -0
  67. package/dist/src/sync/common/import/utils.d.ts +8 -1
  68. package/dist/src/sync/common/import/utils.js +15 -4
  69. package/dist/src/sync/common/import/utils.js.map +1 -1
  70. package/dist/src/sync/common/importProject.js +13 -22
  71. package/dist/src/sync/common/importProject.js.map +1 -1
  72. package/dist/src/sync/common/types.d.ts +30 -16
  73. package/dist/src/sync/common/types.js +25 -1
  74. package/dist/src/sync/common/types.js.map +1 -1
  75. package/dist/src/sync/common/utils.d.ts +4 -3
  76. package/dist/src/sync/common/utils.js +19 -24
  77. package/dist/src/sync/common/utils.js.map +1 -1
  78. package/dist/src/sync/v2/export/controls/Action.d.ts +15 -0
  79. package/dist/src/sync/v2/export/controls/Action.js +68 -15
  80. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  81. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +14 -6
  82. package/dist/src/sync/v2/export/controls/FilterBar.js +94 -76
  83. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  84. package/dist/src/sync/v2/export/controls/FormAction.js +3 -2
  85. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  86. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  87. package/dist/src/sync/v2/export/controls/Fragment.js +239 -164
  88. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  89. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
  90. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +9 -9
  91. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  92. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  93. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +4 -4
  94. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  95. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +2 -0
  96. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
  97. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  98. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -4
  99. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  100. package/dist/src/sync/v2/export/controls/Table.d.ts +2 -0
  101. package/dist/src/sync/v2/export/controls/Table.js +12 -0
  102. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  103. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +18 -2
  104. package/dist/src/sync/v2/export/controls/TableColumn.js +126 -1
  105. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  106. package/dist/src/sync/v2/export/export.js +137 -111
  107. package/dist/src/sync/v2/export/export.js.map +1 -1
  108. package/dist/src/sync/v2/export/manifest.js +2 -5
  109. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  110. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
  111. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +3 -0
  112. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  113. package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -2
  114. package/dist/src/sync/v2/export/pages/ListReport.js +3 -0
  115. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  116. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +2 -1
  117. package/dist/src/sync/v2/export/pages/OverviewPage.js +32 -2
  118. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  119. package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
  120. package/dist/src/sync/v2/export/view-controller-generator.js +20 -36
  121. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  122. package/dist/src/sync/v2/generate/analyticalListReport.js +14 -6
  123. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  124. package/dist/src/sync/v2/generate/listReport.js +12 -3
  125. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  126. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -5
  127. package/dist/src/sync/v2/generate/objectPage.js +10 -10
  128. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  129. package/dist/src/sync/v2/generate/utils.d.ts +22 -11
  130. package/dist/src/sync/v2/generate/utils.js +282 -110
  131. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  132. package/dist/src/sync/v2/import/common/index.d.ts +22 -4
  133. package/dist/src/sync/v2/import/common/index.js +238 -28
  134. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  135. package/dist/src/sync/v2/import/controls/table.js +3 -2
  136. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  137. package/dist/src/sync/v2/import/pages/analyticalListPage.js +36 -5
  138. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  139. package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
  140. package/dist/src/sync/v2/import/pages/listReport.js +21 -122
  141. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  142. package/dist/src/sync/v2/import/pages/objectPage.js +182 -107
  143. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  144. package/dist/src/sync/v2/import/utils.d.ts +4 -6
  145. package/dist/src/sync/v2/import/utils.js +43 -11
  146. package/dist/src/sync/v2/import/utils.js.map +1 -1
  147. package/dist/src/sync/v2/types.d.ts +8 -1
  148. package/dist/src/sync/v2/types.js +8 -1
  149. package/dist/src/sync/v2/types.js.map +1 -1
  150. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -7
  151. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +2 -25
  152. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  153. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +1 -6
  154. package/dist/src/sync/v4/export/controls/TableColumn.js +0 -33
  155. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  156. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
  157. package/dist/src/sync/v4/export/controls/ToolBar.js +3 -0
  158. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  159. package/dist/src/sync/v4/export/export.js +20 -16
  160. package/dist/src/sync/v4/export/export.js.map +1 -1
  161. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  162. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
  163. package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
  164. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  165. package/dist/src/sync/v4/export/types.d.ts +3 -0
  166. package/dist/src/sync/v4/generate/generate.d.ts +4 -2
  167. package/dist/src/sync/v4/generate/generate.js +15 -6
  168. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  169. package/dist/src/sync/v4/generate/listReport.d.ts +7 -6
  170. package/dist/src/sync/v4/generate/listReport.js +50 -34
  171. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  172. package/dist/src/sync/v4/generate/objectPage.js +66 -85
  173. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  174. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
  175. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -1
  176. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  177. package/dist/src/sync/v4/import/pages/listReport.d.ts +3 -3
  178. package/dist/src/sync/v4/import/pages/listReport.js +34 -23
  179. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  180. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  181. package/dist/src/sync/v4/import/pages/objectPage.js +21 -16
  182. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  183. package/dist/src/sync/v4/import/utils.js +6 -5
  184. package/dist/src/sync/v4/import/utils.js.map +1 -1
  185. package/dist/src/sync/v4/utils/utils.d.ts +14 -1
  186. package/dist/src/sync/v4/utils/utils.js +62 -26
  187. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  188. package/dist/test/unit/utils.test.d.ts +1 -1
  189. package/package.json +10 -10
  190. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
  191. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
  192. package/dist/src/specification/v2/controls/ObjectPageFooterAction.d.ts +0 -28
  193. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +0 -3
  194. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +0 -1
  195. 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,
@@ -123,6 +126,12 @@
123
126
  "artifactType": "FlexChange",
124
127
  "controlType": "sap.ui.comp.smarttable.SmartTable"
125
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
+ },
126
135
  "fitContainer": {
127
136
  "description": "Set to false if the table does not occupy the entire space available in the container.",
128
137
  "type": "boolean",
@@ -212,6 +221,9 @@
212
221
  "path"
213
222
  ]
214
223
  },
224
+ "sap.ui.comp.smarttable.ExportType": {
225
+ "description": "Provides the type of services available for export in the `SmartTable` control."
226
+ },
215
227
  "QuickVariantSelection": {
216
228
  "type": "object",
217
229
  "properties": {
@@ -395,13 +407,13 @@
395
407
  "controlType": "sap.m.Button"
396
408
  },
397
409
  "icon": {
398
- "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.",
410
+ "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.",
399
411
  "type": "string",
400
412
  "artifactType": "FlexChange",
401
413
  "controlType": "sap.m.Button"
402
414
  },
403
415
  "activeIcon": {
404
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
416
+ "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.",
405
417
  "type": "string",
406
418
  "artifactType": "FlexChange",
407
419
  "controlType": "sap.m.Button"
@@ -441,6 +453,9 @@
441
453
  {
442
454
  "$ref": "#/definitions/TableColumn"
443
455
  },
456
+ {
457
+ "$ref": "#/definitions/TableColumnAction"
458
+ },
444
459
  {
445
460
  "description": "Custom Columns",
446
461
  "isViewNode": true,
@@ -491,6 +506,59 @@
491
506
  ],
492
507
  "type": "string"
493
508
  },
509
+ "TableColumnAction": {
510
+ "description": "Column Action",
511
+ "isViewNode": true,
512
+ "type": "object",
513
+ "properties": {
514
+ "tooltip": {
515
+ "description": "The text of the button tooltip, preferably as an i18n key.",
516
+ "i18nClassification": "ACT: Text for tooltip of button.",
517
+ "type": "string",
518
+ "artifactType": "FlexChange",
519
+ "controlType": "sap.m.Button"
520
+ },
521
+ "icon": {
522
+ "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.",
523
+ "type": "string",
524
+ "artifactType": "FlexChange",
525
+ "controlType": "sap.m.Button"
526
+ },
527
+ "activeIcon": {
528
+ "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.",
529
+ "type": "string",
530
+ "artifactType": "FlexChange",
531
+ "controlType": "sap.m.Button"
532
+ },
533
+ "type": {
534
+ "$ref": "#/definitions/ButtonType",
535
+ "description": "Defines the Button type.",
536
+ "artifactType": "FlexChange",
537
+ "controlType": "sap.m.Button"
538
+ },
539
+ "width": {
540
+ "description": "The width property defines the width of the column.",
541
+ "type": "string",
542
+ "artifactType": "FlexChange",
543
+ "controlType": "sap.m.Column"
544
+ },
545
+ "hAlign": {
546
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
547
+ "anyOf": [
548
+ {
549
+ "$ref": "#/definitions/HAlign"
550
+ },
551
+ {
552
+ "type": "string"
553
+ }
554
+ ],
555
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
556
+ "artifactType": "FlexChange",
557
+ "controlType": "sap.m.Column"
558
+ }
559
+ },
560
+ "additionalProperties": false
561
+ },
494
562
  "TableCustomColumn": {
495
563
  "description": "Custom Column",
496
564
  "isViewNode": true,
@@ -635,6 +703,12 @@
635
703
  "artifactType": "FlexChange",
636
704
  "controlType": "sap.ui.comp.smarttable.SmartTable"
637
705
  },
706
+ "exportType": {
707
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
708
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
709
+ "artifactType": "FlexChange",
710
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
711
+ },
638
712
  "fitContainer": {
639
713
  "description": "Set to false if the table does not occupy the entire space available in the container.",
640
714
  "type": "boolean",
@@ -754,6 +828,12 @@
754
828
  "artifactType": "FlexChange",
755
829
  "controlType": "sap.ui.comp.smarttable.SmartTable"
756
830
  },
831
+ "exportType": {
832
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
833
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
834
+ "artifactType": "FlexChange",
835
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
836
+ },
757
837
  "fitContainer": {
758
838
  "description": "Set to false if the table does not occupy the entire space available in the container.",
759
839
  "type": "boolean",
@@ -855,6 +935,9 @@
855
935
  "type": "boolean",
856
936
  "artifactType": "FlexChange",
857
937
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
938
+ },
939
+ "selectionFields": {
940
+ "$ref": "#/definitions/SelectionFields"
858
941
  }
859
942
  },
860
943
  "additionalProperties": false
@@ -929,19 +1012,31 @@
929
1012
  "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
930
1013
  "type": "boolean",
931
1014
  "artifactType": "Manifest"
932
- },
933
- "fields": {
934
- "description": "For a fields' list you can define the set of standard date range values separately.",
935
- "type": "object",
936
- "additionalProperties": {
937
- "$ref": "#/definitions/SelectedValues"
938
- },
939
- "artifactType": "Manifest"
940
1015
  }
941
1016
  },
942
1017
  "additionalProperties": false
943
1018
  },
944
- "SelectedValues": {
1019
+ "SelectionFields": {
1020
+ "description": "Filter Fields",
1021
+ "isViewNode": true,
1022
+ "type": "object",
1023
+ "additionalProperties": {
1024
+ "description": "Filter Field",
1025
+ "isViewNode": true,
1026
+ "anyOf": [
1027
+ {
1028
+ "type": "object",
1029
+ "properties": {}
1030
+ },
1031
+ {
1032
+ "$ref": "#/definitions/SelectionFieldDateSettings"
1033
+ }
1034
+ ]
1035
+ }
1036
+ },
1037
+ "SelectionFieldDateSettings": {
1038
+ "description": "Filter Field for Date Settings",
1039
+ "isViewNode": true,
945
1040
  "type": "object",
946
1041
  "properties": {
947
1042
  "selectedValues": {
@@ -999,15 +1094,18 @@
999
1094
  "YESTERDAY"
1000
1095
  ],
1001
1096
  "type": "string"
1002
- }
1097
+ },
1098
+ "artifactType": "Manifest"
1003
1099
  },
1004
1100
  "exclude": {
1005
1101
  "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1006
- "type": "boolean"
1102
+ "type": "boolean",
1103
+ "artifactType": "Manifest"
1007
1104
  },
1008
1105
  "customDateRangeImplementation": {
1009
1106
  "description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
1010
- "type": "string"
1107
+ "type": "string",
1108
+ "artifactType": "Manifest"
1011
1109
  },
1012
1110
  "filter": {
1013
1111
  "description": "You can use the filter settings to include and exclude specific date range values.",
@@ -1177,7 +1275,8 @@
1177
1275
  ]
1178
1276
  }
1179
1277
  ]
1180
- }
1278
+ },
1279
+ "artifactType": "Manifest"
1181
1280
  }
1182
1281
  },
1183
1282
  "additionalProperties": false
@@ -1254,6 +1353,17 @@
1254
1353
  },
1255
1354
  "additionalProperties": false
1256
1355
  },
1356
+ "GenericFooter": {
1357
+ "description": "Footer",
1358
+ "isViewNode": true,
1359
+ "type": "object",
1360
+ "properties": {
1361
+ "actions": {
1362
+ "$ref": "#/definitions/Actions"
1363
+ }
1364
+ },
1365
+ "additionalProperties": false
1366
+ },
1257
1367
  "KPISettings": {
1258
1368
  "description": "KPI Settings",
1259
1369
  "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,9 @@
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
+ },
219
231
  "QuickVariantSelection": {
220
232
  "type": "object",
221
233
  "properties": {
@@ -399,13 +411,13 @@
399
411
  "controlType": "sap.m.Button"
400
412
  },
401
413
  "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.",
414
+ "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
415
  "type": "string",
404
416
  "artifactType": "FlexChange",
405
417
  "controlType": "sap.m.Button"
406
418
  },
407
419
  "activeIcon": {
408
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
420
+ "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
421
  "type": "string",
410
422
  "artifactType": "FlexChange",
411
423
  "controlType": "sap.m.Button"
@@ -445,6 +457,9 @@
445
457
  {
446
458
  "$ref": "#/definitions/TableColumn"
447
459
  },
460
+ {
461
+ "$ref": "#/definitions/TableColumnAction"
462
+ },
448
463
  {
449
464
  "description": "Custom Columns",
450
465
  "isViewNode": true,
@@ -495,6 +510,59 @@
495
510
  ],
496
511
  "type": "string"
497
512
  },
513
+ "TableColumnAction": {
514
+ "description": "Column Action",
515
+ "isViewNode": true,
516
+ "type": "object",
517
+ "properties": {
518
+ "tooltip": {
519
+ "description": "The text of the button tooltip, preferably as an i18n key.",
520
+ "i18nClassification": "ACT: Text for tooltip of button.",
521
+ "type": "string",
522
+ "artifactType": "FlexChange",
523
+ "controlType": "sap.m.Button"
524
+ },
525
+ "icon": {
526
+ "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.",
527
+ "type": "string",
528
+ "artifactType": "FlexChange",
529
+ "controlType": "sap.m.Button"
530
+ },
531
+ "activeIcon": {
532
+ "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.",
533
+ "type": "string",
534
+ "artifactType": "FlexChange",
535
+ "controlType": "sap.m.Button"
536
+ },
537
+ "type": {
538
+ "$ref": "#/definitions/ButtonType",
539
+ "description": "Defines the Button type.",
540
+ "artifactType": "FlexChange",
541
+ "controlType": "sap.m.Button"
542
+ },
543
+ "width": {
544
+ "description": "The width property defines the width of the column.",
545
+ "type": "string",
546
+ "artifactType": "FlexChange",
547
+ "controlType": "sap.m.Column"
548
+ },
549
+ "hAlign": {
550
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
551
+ "anyOf": [
552
+ {
553
+ "$ref": "#/definitions/HAlign"
554
+ },
555
+ {
556
+ "type": "string"
557
+ }
558
+ ],
559
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
560
+ "artifactType": "FlexChange",
561
+ "controlType": "sap.m.Column"
562
+ }
563
+ },
564
+ "additionalProperties": false
565
+ },
498
566
  "TableCustomColumn": {
499
567
  "description": "Custom Column",
500
568
  "isViewNode": true,
@@ -644,6 +712,12 @@
644
712
  "artifactType": "FlexChange",
645
713
  "controlType": "sap.ui.comp.smarttable.SmartTable"
646
714
  },
715
+ "exportType": {
716
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
717
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
718
+ "artifactType": "FlexChange",
719
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
720
+ },
647
721
  "fitContainer": {
648
722
  "description": "Set to false if the table does not occupy the entire space available in the container.",
649
723
  "type": "boolean",
@@ -737,6 +811,12 @@
737
811
  "artifactType": "FlexChange",
738
812
  "controlType": "sap.ui.comp.smarttable.SmartTable"
739
813
  },
814
+ "exportType": {
815
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
816
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
817
+ "artifactType": "FlexChange",
818
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
819
+ },
740
820
  "fitContainer": {
741
821
  "description": "Set to false if the table does not occupy the entire space available in the container.",
742
822
  "type": "boolean",
@@ -861,6 +941,12 @@
861
941
  "artifactType": "FlexChange",
862
942
  "controlType": "sap.ui.comp.smarttable.SmartTable"
863
943
  },
944
+ "exportType": {
945
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
946
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
947
+ "artifactType": "FlexChange",
948
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
949
+ },
864
950
  "fitContainer": {
865
951
  "description": "Set to false if the table does not occupy the entire space available in the container.",
866
952
  "type": "boolean",
@@ -974,6 +1060,12 @@
974
1060
  "artifactType": "FlexChange",
975
1061
  "controlType": "sap.ui.comp.smarttable.SmartTable"
976
1062
  },
1063
+ "exportType": {
1064
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
1065
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1066
+ "artifactType": "FlexChange",
1067
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1068
+ },
977
1069
  "fitContainer": {
978
1070
  "description": "Set to false if the table does not occupy the entire space available in the container.",
979
1071
  "type": "boolean",
@@ -1016,7 +1108,7 @@
1016
1108
  },
1017
1109
  "additionalProperties": false
1018
1110
  },
1019
- "FilterBar": {
1111
+ "ListReportFilterBar": {
1020
1112
  "description": "Filter Bar",
1021
1113
  "isViewNode": true,
1022
1114
  "type": "object",
@@ -1065,6 +1157,9 @@
1065
1157
  "type": "boolean",
1066
1158
  "artifactType": "FlexChange",
1067
1159
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1160
+ },
1161
+ "selectionFields": {
1162
+ "$ref": "#/definitions/SelectionFields"
1068
1163
  }
1069
1164
  },
1070
1165
  "additionalProperties": false
@@ -1139,19 +1234,31 @@
1139
1234
  "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1140
1235
  "type": "boolean",
1141
1236
  "artifactType": "Manifest"
1142
- },
1143
- "fields": {
1144
- "description": "For a fields' list you can define the set of standard date range values separately.",
1145
- "type": "object",
1146
- "additionalProperties": {
1147
- "$ref": "#/definitions/SelectedValues"
1148
- },
1149
- "artifactType": "Manifest"
1150
1237
  }
1151
1238
  },
1152
1239
  "additionalProperties": false
1153
1240
  },
1154
- "SelectedValues": {
1241
+ "SelectionFields": {
1242
+ "description": "Filter Fields",
1243
+ "isViewNode": true,
1244
+ "type": "object",
1245
+ "additionalProperties": {
1246
+ "description": "Filter Field",
1247
+ "isViewNode": true,
1248
+ "anyOf": [
1249
+ {
1250
+ "type": "object",
1251
+ "properties": {}
1252
+ },
1253
+ {
1254
+ "$ref": "#/definitions/SelectionFieldDateSettings"
1255
+ }
1256
+ ]
1257
+ }
1258
+ },
1259
+ "SelectionFieldDateSettings": {
1260
+ "description": "Filter Field for Date Settings",
1261
+ "isViewNode": true,
1155
1262
  "type": "object",
1156
1263
  "properties": {
1157
1264
  "selectedValues": {
@@ -1209,15 +1316,18 @@
1209
1316
  "YESTERDAY"
1210
1317
  ],
1211
1318
  "type": "string"
1212
- }
1319
+ },
1320
+ "artifactType": "Manifest"
1213
1321
  },
1214
1322
  "exclude": {
1215
1323
  "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
1216
- "type": "boolean"
1324
+ "type": "boolean",
1325
+ "artifactType": "Manifest"
1217
1326
  },
1218
1327
  "customDateRangeImplementation": {
1219
1328
  "description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
1220
- "type": "string"
1329
+ "type": "string",
1330
+ "artifactType": "Manifest"
1221
1331
  },
1222
1332
  "filter": {
1223
1333
  "description": "You can use the filter settings to include and exclude specific date range values.",
@@ -1387,7 +1497,19 @@
1387
1497
  ]
1388
1498
  }
1389
1499
  ]
1390
- }
1500
+ },
1501
+ "artifactType": "Manifest"
1502
+ }
1503
+ },
1504
+ "additionalProperties": false
1505
+ },
1506
+ "GenericFooter": {
1507
+ "description": "Footer",
1508
+ "isViewNode": true,
1509
+ "type": "object",
1510
+ "properties": {
1511
+ "actions": {
1512
+ "$ref": "#/definitions/Actions"
1391
1513
  }
1392
1514
  },
1393
1515
  "additionalProperties": false