@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
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  },
53
53
  "footer": {
54
- "$ref": "#/definitions/ObjectPageFooter<GenericFooterActions>"
54
+ "$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
55
55
  },
56
56
  "$schema": {
57
57
  "type": "string"
@@ -156,13 +156,13 @@
156
156
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
157
157
  },
158
158
  "icon": {
159
- "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.",
159
+ "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.",
160
160
  "type": "string",
161
161
  "artifactType": "FlexChange",
162
162
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
163
163
  },
164
164
  "activeIcon": {
165
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
165
+ "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.",
166
166
  "type": "string",
167
167
  "artifactType": "FlexChange",
168
168
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -361,13 +361,13 @@
361
361
  "controlType": "sap.m.Button"
362
362
  },
363
363
  "icon": {
364
- "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.",
364
+ "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.",
365
365
  "type": "string",
366
366
  "artifactType": "FlexChange",
367
367
  "controlType": "sap.m.Button"
368
368
  },
369
369
  "activeIcon": {
370
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
370
+ "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.",
371
371
  "type": "string",
372
372
  "artifactType": "FlexChange",
373
373
  "controlType": "sap.m.Button"
@@ -504,6 +504,12 @@
504
504
  "artifactType": "FlexChange",
505
505
  "controlType": "sap.ui.comp.smarttable.SmartTable"
506
506
  },
507
+ "exportType": {
508
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
509
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
510
+ "artifactType": "FlexChange",
511
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
512
+ },
507
513
  "createMode": {
508
514
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
509
515
  "type": "string",
@@ -616,6 +622,9 @@
616
622
  "key"
617
623
  ]
618
624
  },
625
+ "sap.ui.comp.smarttable.ExportType": {
626
+ "description": "Provides the type of services available for export in the `SmartTable` control."
627
+ },
619
628
  "ObjectPageToolBar": {
620
629
  "description": "Toolbar",
621
630
  "isViewNode": true,
@@ -670,13 +679,13 @@
670
679
  "controlType": "sap.m.Button"
671
680
  },
672
681
  "icon": {
673
- "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.",
682
+ "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.",
674
683
  "type": "string",
675
684
  "artifactType": "FlexChange",
676
685
  "controlType": "sap.m.Button"
677
686
  },
678
687
  "activeIcon": {
679
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
688
+ "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.",
680
689
  "type": "string",
681
690
  "artifactType": "FlexChange",
682
691
  "controlType": "sap.m.Button"
@@ -697,6 +706,9 @@
697
706
  {
698
707
  "$ref": "#/definitions/TableColumn"
699
708
  },
709
+ {
710
+ "$ref": "#/definitions/TableColumnAction"
711
+ },
700
712
  {
701
713
  "description": "Custom Columns",
702
714
  "isViewNode": true,
@@ -747,6 +759,59 @@
747
759
  ],
748
760
  "type": "string"
749
761
  },
762
+ "TableColumnAction": {
763
+ "description": "Column Action",
764
+ "isViewNode": true,
765
+ "type": "object",
766
+ "properties": {
767
+ "tooltip": {
768
+ "description": "The text of the button tooltip, preferably as an i18n key.",
769
+ "i18nClassification": "ACT: Text for tooltip of button.",
770
+ "type": "string",
771
+ "artifactType": "FlexChange",
772
+ "controlType": "sap.m.Button"
773
+ },
774
+ "icon": {
775
+ "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.",
776
+ "type": "string",
777
+ "artifactType": "FlexChange",
778
+ "controlType": "sap.m.Button"
779
+ },
780
+ "activeIcon": {
781
+ "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.",
782
+ "type": "string",
783
+ "artifactType": "FlexChange",
784
+ "controlType": "sap.m.Button"
785
+ },
786
+ "type": {
787
+ "$ref": "#/definitions/ButtonType",
788
+ "description": "Defines the Button type.",
789
+ "artifactType": "FlexChange",
790
+ "controlType": "sap.m.Button"
791
+ },
792
+ "width": {
793
+ "description": "The width property defines the width of the column.",
794
+ "type": "string",
795
+ "artifactType": "FlexChange",
796
+ "controlType": "sap.m.Column"
797
+ },
798
+ "hAlign": {
799
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
800
+ "anyOf": [
801
+ {
802
+ "$ref": "#/definitions/HAlign"
803
+ },
804
+ {
805
+ "type": "string"
806
+ }
807
+ ],
808
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
809
+ "artifactType": "FlexChange",
810
+ "controlType": "sap.m.Column"
811
+ }
812
+ },
813
+ "additionalProperties": false
814
+ },
750
815
  "TableCustomColumn": {
751
816
  "description": "Custom Column",
752
817
  "isViewNode": true,
@@ -891,6 +956,12 @@
891
956
  "artifactType": "FlexChange",
892
957
  "controlType": "sap.ui.comp.smarttable.SmartTable"
893
958
  },
959
+ "exportType": {
960
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
961
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
962
+ "artifactType": "FlexChange",
963
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
964
+ },
894
965
  "createMode": {
895
966
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
896
967
  "type": "string",
@@ -976,6 +1047,12 @@
976
1047
  "artifactType": "FlexChange",
977
1048
  "controlType": "sap.ui.comp.smarttable.SmartTable"
978
1049
  },
1050
+ "exportType": {
1051
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
1052
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1053
+ "artifactType": "FlexChange",
1054
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1055
+ },
979
1056
  "createMode": {
980
1057
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
981
1058
  "type": "string",
@@ -1061,6 +1138,12 @@
1061
1138
  "artifactType": "FlexChange",
1062
1139
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1063
1140
  },
1141
+ "exportType": {
1142
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
1143
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1144
+ "artifactType": "FlexChange",
1145
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1146
+ },
1064
1147
  "createMode": {
1065
1148
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1066
1149
  "type": "string",
@@ -1146,6 +1229,12 @@
1146
1229
  "artifactType": "FlexChange",
1147
1230
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1148
1231
  },
1232
+ "exportType": {
1233
+ "$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
1234
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1235
+ "artifactType": "FlexChange",
1236
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1237
+ },
1149
1238
  "createMode": {
1150
1239
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1151
1240
  "type": "string",
@@ -1369,28 +1458,47 @@
1369
1458
  "type"
1370
1459
  ]
1371
1460
  },
1372
- "ObjectPageFooter<GenericFooterActions>": {
1461
+ "ObjectPageFooter<ObjectPageFooterActions>": {
1373
1462
  "description": "Footer",
1374
1463
  "isViewNode": true,
1375
1464
  "type": "object",
1376
1465
  "properties": {
1377
1466
  "actions": {
1378
- "$ref": "#/definitions/GenericFooterActions"
1467
+ "$ref": "#/definitions/ObjectPageFooterActions"
1379
1468
  }
1380
1469
  },
1381
1470
  "additionalProperties": false
1382
1471
  },
1383
- "GenericFooterActions": {
1472
+ "ObjectPageFooterActions": {
1384
1473
  "type": "object",
1385
1474
  "additionalProperties": {
1386
- "$ref": "#/definitions/FooterAction"
1475
+ "$ref": "#/definitions/ObjectPageFooterAction"
1387
1476
  }
1388
1477
  },
1389
- "FooterAction": {
1478
+ "ObjectPageFooterAction": {
1390
1479
  "description": "Footer Action",
1391
1480
  "isViewNode": true,
1392
1481
  "type": "object",
1393
1482
  "properties": {
1483
+ "visible": {
1484
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
1485
+ "anyOf": [
1486
+ {
1487
+ "enum": [
1488
+ false,
1489
+ true,
1490
+ "{ui>/editable}",
1491
+ "{= !${ui>/editable}}"
1492
+ ]
1493
+ },
1494
+ {
1495
+ "type": "string"
1496
+ }
1497
+ ],
1498
+ "description": "Whether the button should be visible on the screen.",
1499
+ "artifactType": "FlexChange",
1500
+ "controlType": "sap.m.Button"
1501
+ },
1394
1502
  "tooltip": {
1395
1503
  "description": "The text of the button tooltip, preferably as an i18n key.",
1396
1504
  "i18nClassification": "ACT: Text for tooltip of button.",
@@ -1399,13 +1507,13 @@
1399
1507
  "controlType": "sap.m.Button"
1400
1508
  },
1401
1509
  "icon": {
1402
- "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.",
1510
+ "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.",
1403
1511
  "type": "string",
1404
1512
  "artifactType": "FlexChange",
1405
1513
  "controlType": "sap.m.Button"
1406
1514
  },
1407
1515
  "activeIcon": {
1408
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
1516
+ "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.",
1409
1517
  "type": "string",
1410
1518
  "artifactType": "FlexChange",
1411
1519
  "controlType": "sap.m.Button"
@@ -1415,25 +1523,6 @@
1415
1523
  "description": "Defines the Button type.",
1416
1524
  "artifactType": "FlexChange",
1417
1525
  "controlType": "sap.m.Button"
1418
- },
1419
- "visible": {
1420
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
1421
- "anyOf": [
1422
- {
1423
- "enum": [
1424
- false,
1425
- true,
1426
- "{ui>/editable}",
1427
- "{= !${ui>/editable}}"
1428
- ]
1429
- },
1430
- {
1431
- "type": "string"
1432
- }
1433
- ],
1434
- "description": "Whether the button should be visible on the screen.",
1435
- "artifactType": "FlexChange",
1436
- "controlType": "sap.m.Button"
1437
1526
  }
1438
1527
  },
1439
1528
  "additionalProperties": false
@@ -73,7 +73,7 @@
73
73
  "type": "object",
74
74
  "properties": {
75
75
  "dateSettings": {
76
- "$ref": "#/definitions/DateRange",
76
+ "$ref": "#/definitions/DateRangeOVP",
77
77
  "description": "You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"
78
78
  }
79
79
  },
@@ -135,13 +135,19 @@
135
135
  ],
136
136
  "type": "string"
137
137
  },
138
- "DateRange": {
138
+ "DateRangeOVP": {
139
139
  "type": "object",
140
140
  "properties": {
141
+ "fields": {
142
+ "description": "For a fields' list you can define the set of standard date range values separately.",
143
+ "type": "object",
144
+ "additionalProperties": {
145
+ "$ref": "#/definitions/SelectedValues"
146
+ }
147
+ },
141
148
  "useDateRange": {
142
149
  "description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
143
- "type": "boolean",
144
- "artifactType": "Manifest"
150
+ "type": "boolean"
145
151
  },
146
152
  "selectedValues": {
147
153
  "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
@@ -198,26 +204,17 @@
198
204
  "YESTERDAY"
199
205
  ],
200
206
  "type": "string"
201
- },
202
- "artifactType": "Manifest"
207
+ }
203
208
  },
204
209
  "exclude": {
205
210
  "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.",
206
- "type": "boolean",
207
- "artifactType": "Manifest"
208
- },
209
- "fields": {
210
- "description": "For a fields' list you can define the set of standard date range values separately.",
211
- "type": "object",
212
- "additionalProperties": {
213
- "$ref": "#/definitions/SelectedValues"
214
- },
215
- "artifactType": "Manifest"
211
+ "type": "boolean"
216
212
  }
217
213
  },
218
214
  "additionalProperties": false
219
215
  },
220
216
  "SelectedValues": {
217
+ "isViewNode": false,
221
218
  "type": "object",
222
219
  "properties": {
223
220
  "selectedValues": {
@@ -255,90 +255,32 @@
255
255
  "additionalProperties": {
256
256
  "anyOf": [
257
257
  {
258
- "description": "Table Column",
259
- "isViewNode": true,
260
- "type": "object",
261
- "properties": {
262
- "width": {
263
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
264
- "type": "string"
265
- },
266
- "availability": {
267
- "$ref": "#/definitions/Availability",
268
- "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."
269
- }
270
- },
271
- "additionalProperties": false
258
+ "$ref": "#/definitions/TableColumn"
272
259
  },
273
260
  {
274
- "description": "Inline Action",
275
- "isViewNode": true,
276
- "additionalProperties": false,
277
- "type": "object",
278
- "properties": {
279
- "width": {
280
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
281
- "type": "string"
282
- },
283
- "availability": {
284
- "$ref": "#/definitions/Availability",
285
- "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."
286
- },
287
- "afterExecution": {
288
- "$ref": "#/definitions/ActionAfterExecutionConfiguration",
289
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"
290
- }
291
- }
292
- },
293
- {
294
- "description": "Custom Columns",
295
- "isViewNode": true,
296
- "type": "array",
297
- "items": {
298
- "description": "Custom Column",
299
- "isViewNode": true,
300
- "additionalProperties": false,
301
- "type": "object",
302
- "properties": {
303
- "position": {
304
- "description": "Defines the position of the column relative to other columns.",
305
- "type": "object",
306
- "properties": {
307
- "anchor": {
308
- "description": "The key of another column to be used as placement anchor.",
309
- "type": "string"
310
- },
311
- "placement": {
312
- "$ref": "#/definitions/Placement",
313
- "description": "Define the placement, either before or after the anchor column."
314
- }
315
- },
316
- "additionalProperties": false,
317
- "required": [
318
- "placement"
319
- ]
320
- },
321
- "header": {
322
- "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
323
- "type": "string"
324
- },
325
- "width": {
326
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
327
- "type": "string"
328
- },
329
- "template": {
330
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
331
- "type": "string"
332
- }
333
- },
334
- "required": [
335
- "header"
336
- ]
337
- }
261
+ "$ref": "#/definitions/TableColumnAction"
338
262
  }
339
263
  ]
340
264
  }
341
265
  },
266
+ "TableColumn": {
267
+ "description": "Table Column",
268
+ "isViewNode": true,
269
+ "type": "object",
270
+ "properties": {
271
+ "width": {
272
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
273
+ "type": "string",
274
+ "artifactType": "Manifest"
275
+ },
276
+ "availability": {
277
+ "$ref": "#/definitions/Availability",
278
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
279
+ "artifactType": "Manifest"
280
+ }
281
+ },
282
+ "additionalProperties": false
283
+ },
342
284
  "Availability": {
343
285
  "enum": [
344
286
  "Adaptation",
@@ -347,6 +289,29 @@
347
289
  ],
348
290
  "type": "string"
349
291
  },
292
+ "TableColumnAction": {
293
+ "description": "Inline Action",
294
+ "isViewNode": true,
295
+ "type": "object",
296
+ "properties": {
297
+ "afterExecution": {
298
+ "$ref": "#/definitions/ActionAfterExecutionConfiguration",
299
+ "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
300
+ "artifactType": "Manifest"
301
+ },
302
+ "width": {
303
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
304
+ "type": "string",
305
+ "artifactType": "Manifest"
306
+ },
307
+ "availability": {
308
+ "$ref": "#/definitions/Availability",
309
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
310
+ "artifactType": "Manifest"
311
+ }
312
+ },
313
+ "additionalProperties": false
314
+ },
350
315
  "ActionAfterExecutionConfiguration": {
351
316
  "type": "object",
352
317
  "properties": {
@@ -363,14 +328,6 @@
363
328
  },
364
329
  "additionalProperties": false
365
330
  },
366
- "Placement": {
367
- "enum": [
368
- "After",
369
- "Before",
370
- "End"
371
- ],
372
- "type": "string"
373
- },
374
331
  "VariantManagementTypeListReport": {
375
332
  "enum": [
376
333
  "Control",
@@ -255,90 +255,32 @@
255
255
  "additionalProperties": {
256
256
  "anyOf": [
257
257
  {
258
- "description": "Table Column",
259
- "isViewNode": true,
260
- "type": "object",
261
- "properties": {
262
- "width": {
263
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
264
- "type": "string"
265
- },
266
- "availability": {
267
- "$ref": "#/definitions/Availability",
268
- "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."
269
- }
270
- },
271
- "additionalProperties": false
258
+ "$ref": "#/definitions/TableColumn"
272
259
  },
273
260
  {
274
- "description": "Inline Action",
275
- "isViewNode": true,
276
- "additionalProperties": false,
277
- "type": "object",
278
- "properties": {
279
- "width": {
280
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
281
- "type": "string"
282
- },
283
- "availability": {
284
- "$ref": "#/definitions/Availability",
285
- "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."
286
- },
287
- "afterExecution": {
288
- "$ref": "#/definitions/ActionAfterExecutionConfiguration",
289
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"
290
- }
291
- }
292
- },
293
- {
294
- "description": "Custom Columns",
295
- "isViewNode": true,
296
- "type": "array",
297
- "items": {
298
- "description": "Custom Column",
299
- "isViewNode": true,
300
- "additionalProperties": false,
301
- "type": "object",
302
- "properties": {
303
- "position": {
304
- "description": "Defines the position of the column relative to other columns.",
305
- "type": "object",
306
- "properties": {
307
- "anchor": {
308
- "description": "The key of another column to be used as placement anchor.",
309
- "type": "string"
310
- },
311
- "placement": {
312
- "$ref": "#/definitions/Placement",
313
- "description": "Define the placement, either before or after the anchor column."
314
- }
315
- },
316
- "additionalProperties": false,
317
- "required": [
318
- "placement"
319
- ]
320
- },
321
- "header": {
322
- "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
323
- "type": "string"
324
- },
325
- "width": {
326
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
327
- "type": "string"
328
- },
329
- "template": {
330
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
331
- "type": "string"
332
- }
333
- },
334
- "required": [
335
- "header"
336
- ]
337
- }
261
+ "$ref": "#/definitions/TableColumnAction"
338
262
  }
339
263
  ]
340
264
  }
341
265
  },
266
+ "TableColumn": {
267
+ "description": "Table Column",
268
+ "isViewNode": true,
269
+ "type": "object",
270
+ "properties": {
271
+ "width": {
272
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
273
+ "type": "string",
274
+ "artifactType": "Manifest"
275
+ },
276
+ "availability": {
277
+ "$ref": "#/definitions/Availability",
278
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
279
+ "artifactType": "Manifest"
280
+ }
281
+ },
282
+ "additionalProperties": false
283
+ },
342
284
  "Availability": {
343
285
  "enum": [
344
286
  "Adaptation",
@@ -347,6 +289,29 @@
347
289
  ],
348
290
  "type": "string"
349
291
  },
292
+ "TableColumnAction": {
293
+ "description": "Inline Action",
294
+ "isViewNode": true,
295
+ "type": "object",
296
+ "properties": {
297
+ "afterExecution": {
298
+ "$ref": "#/definitions/ActionAfterExecutionConfiguration",
299
+ "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
300
+ "artifactType": "Manifest"
301
+ },
302
+ "width": {
303
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
304
+ "type": "string",
305
+ "artifactType": "Manifest"
306
+ },
307
+ "availability": {
308
+ "$ref": "#/definitions/Availability",
309
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
310
+ "artifactType": "Manifest"
311
+ }
312
+ },
313
+ "additionalProperties": false
314
+ },
350
315
  "ActionAfterExecutionConfiguration": {
351
316
  "type": "object",
352
317
  "properties": {
@@ -363,14 +328,6 @@
363
328
  },
364
329
  "additionalProperties": false
365
330
  },
366
- "Placement": {
367
- "enum": [
368
- "After",
369
- "Before",
370
- "End"
371
- ],
372
- "type": "string"
373
- },
374
331
  "VariantManagementTypeListReport": {
375
332
  "enum": [
376
333
  "Control",