@sap/ux-specification 1.90.5 → 1.90.9

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 (228) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/dist/index-min.js +1 -1
  3. package/dist/schemas/v2/AnalyticalListPageConfig.json +460 -53
  4. package/dist/schemas/v2/ListReportConfig.json +358 -104
  5. package/dist/schemas/v2/ObjectPageConfig.json +293 -92
  6. package/dist/schemas/v2/OverviewPageConfig.json +126 -46
  7. package/dist/schemas/v4/AnalyticalListPageConfig.json +110 -36
  8. package/dist/schemas/v4/ApplicationV4.json +0 -6
  9. package/dist/schemas/v4/ListReportConfig.json +110 -36
  10. package/dist/schemas/v4/ObjectPageConfig.json +349 -68
  11. package/dist/scripts/extractDocu.d.ts +1 -0
  12. package/dist/scripts/extractDocu.js +311 -0
  13. package/dist/scripts/extractDocu.js.map +1 -0
  14. package/dist/scripts/spec.d.ts +1 -0
  15. package/dist/scripts/spec.js +114 -0
  16. package/dist/scripts/spec.js.map +1 -0
  17. package/dist/scripts/to-json-schema.d.ts +10 -0
  18. package/dist/scripts/to-json-schema.js +121 -0
  19. package/dist/scripts/to-json-schema.js.map +1 -0
  20. package/dist/specification/v2/index-min.js +1 -1
  21. package/dist/specification/v4/index-min.js +1 -1
  22. package/dist/src/api.js +3 -5
  23. package/dist/src/api.js.map +1 -1
  24. package/dist/src/apiTypes.d.ts +2 -1
  25. package/dist/src/extensionLogger.js +6 -0
  26. package/dist/src/extensionLogger.js.map +1 -1
  27. package/dist/src/specification/common/types.d.ts +4 -0
  28. package/dist/src/specification/common/types.js +5 -0
  29. package/dist/src/specification/common/types.js.map +1 -1
  30. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +7 -0
  31. package/dist/src/specification/common/webapp/manifest/Manifest.js +8 -0
  32. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
  33. package/dist/src/specification/v2/controls/Card.d.ts +8 -2
  34. package/dist/src/specification/v2/controls/Card.js +2 -0
  35. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  36. package/dist/src/specification/v2/controls/FilterBar.d.ts +20 -0
  37. package/dist/src/specification/v2/controls/FilterBar.js +51 -0
  38. package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
  39. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -3
  40. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
  41. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +19 -0
  42. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +3 -0
  43. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +1 -0
  44. package/dist/src/specification/v2/controls/Table.d.ts +53 -5
  45. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  46. package/dist/src/specification/v2/controls/ToolBar.d.ts +19 -0
  47. package/dist/src/specification/v2/controls/ToolBar.js +3 -0
  48. package/dist/src/specification/v2/controls/ToolBar.js.map +1 -0
  49. package/dist/src/specification/v2/controls/index.d.ts +2 -0
  50. package/dist/src/specification/v2/controls/index.js.map +1 -1
  51. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -2
  52. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -1
  53. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +1 -0
  54. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
  55. package/dist/src/specification/v4/controls/FilterBar.d.ts +1 -1
  56. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +2 -0
  57. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +58 -0
  58. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +7 -0
  59. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +1 -0
  60. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +27 -3
  61. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
  62. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +71 -2
  63. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +25 -0
  64. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +3 -0
  65. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +1 -0
  66. package/dist/src/specification/v4/controls/Table.d.ts +7 -1
  67. package/dist/src/specification/v4/controls/Table.js +1 -1
  68. package/dist/src/specification/v4/controls/Table.js.map +1 -1
  69. package/dist/src/specification/v4/controls/ToolBar.d.ts +28 -0
  70. package/dist/src/specification/v4/controls/ToolBar.js +8 -0
  71. package/dist/src/specification/v4/controls/ToolBar.js.map +1 -0
  72. package/dist/src/specification/v4/controls/index.d.ts +3 -0
  73. package/dist/src/specification/v4/controls/index.js +2 -0
  74. package/dist/src/specification/v4/controls/index.js.map +1 -1
  75. package/dist/src/specification/v4/page.d.ts +0 -2
  76. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +34 -2
  77. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  78. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +6 -1
  79. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
  80. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  81. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +1 -0
  82. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  83. package/dist/src/sync/common/appProvider.d.ts +3 -1
  84. package/dist/src/sync/common/appProvider.js +2 -1
  85. package/dist/src/sync/common/appProvider.js.map +1 -1
  86. package/dist/src/sync/common/decoration/control.js +7 -4
  87. package/dist/src/sync/common/decoration/control.js.map +1 -1
  88. package/dist/src/sync/common/decoration/factory.d.ts +1 -1
  89. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  90. package/dist/src/sync/common/flexUtils.d.ts +3 -2
  91. package/dist/src/sync/common/flexUtils.js +4 -1
  92. package/dist/src/sync/common/flexUtils.js.map +1 -1
  93. package/dist/src/sync/common/i18n.json +2 -1
  94. package/dist/src/sync/common/importProject.js +6 -6
  95. package/dist/src/sync/common/importProject.js.map +1 -1
  96. package/dist/src/sync/common/types.d.ts +22 -5
  97. package/dist/src/sync/common/types.js +20 -4
  98. package/dist/src/sync/common/types.js.map +1 -1
  99. package/dist/src/sync/common/utils.d.ts +72 -20
  100. package/dist/src/sync/common/utils.js +233 -97
  101. package/dist/src/sync/common/utils.js.map +1 -1
  102. package/dist/src/sync/v2/application.js +7 -6
  103. package/dist/src/sync/v2/application.js.map +1 -1
  104. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -0
  105. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -5
  106. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  107. package/dist/src/sync/v2/export/controls/Card.d.ts +2 -1
  108. package/dist/src/sync/v2/export/controls/Card.js +7 -0
  109. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  110. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +3 -0
  111. package/dist/src/sync/v2/export/controls/FilterBar.js +36 -0
  112. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  113. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -1
  114. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  115. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
  116. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
  117. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  118. package/dist/src/sync/v2/export/controls/Table.d.ts +11 -2
  119. package/dist/src/sync/v2/export/controls/Table.js +38 -5
  120. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  121. package/dist/src/sync/v2/export/export.d.ts +2 -2
  122. package/dist/src/sync/v2/export/export.js +15 -13
  123. package/dist/src/sync/v2/export/export.js.map +1 -1
  124. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +1 -1
  125. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -1
  126. package/dist/src/sync/v2/generate/analyticalListReport.js +59 -16
  127. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  128. package/dist/src/sync/v2/generate/generate.d.ts +5 -2
  129. package/dist/src/sync/v2/generate/generate.js +7 -4
  130. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  131. package/dist/src/sync/v2/generate/listReport.d.ts +5 -2
  132. package/dist/src/sync/v2/generate/listReport.js +63 -30
  133. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  134. package/dist/src/sync/v2/generate/objectPage.js +75 -56
  135. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  136. package/dist/src/sync/v2/generate/utils.d.ts +19 -2
  137. package/dist/src/sync/v2/generate/utils.js +134 -57
  138. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  139. package/dist/src/sync/v2/import/app/appProvider.d.ts +3 -2
  140. package/dist/src/sync/v2/import/app/appProvider.js +10 -9
  141. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  142. package/dist/src/sync/v2/import/app/ovpProvider.js +6 -6
  143. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  144. package/dist/src/sync/v2/import/common/index.d.ts +1 -0
  145. package/dist/src/sync/v2/import/common/index.js +11 -7
  146. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  147. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +1 -1
  148. package/dist/src/sync/v2/import/pages/analyticalListPage.js +15 -14
  149. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  150. package/dist/src/sync/v2/import/pages/listReport.d.ts +1 -1
  151. package/dist/src/sync/v2/import/pages/listReport.js +15 -15
  152. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  153. package/dist/src/sync/v2/import/pages/objectPage.js +12 -11
  154. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  155. package/dist/src/sync/v2/import/pages/overviewPage.js +5 -3
  156. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  157. package/dist/src/sync/v2/import/utils.d.ts +0 -12
  158. package/dist/src/sync/v2/import/utils.js +0 -35
  159. package/dist/src/sync/v2/import/utils.js.map +1 -1
  160. package/dist/src/sync/v4/application.d.ts +3 -0
  161. package/dist/src/sync/v4/application.js +9 -0
  162. package/dist/src/sync/v4/application.js.map +1 -1
  163. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -1
  164. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  165. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +21 -0
  166. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +65 -0
  167. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
  168. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +18 -4
  169. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +96 -0
  170. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  171. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +6 -2
  172. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +17 -0
  173. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  174. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +4 -0
  175. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +21 -0
  176. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
  177. package/dist/src/sync/v4/export/controls/Table.d.ts +25 -1
  178. package/dist/src/sync/v4/export/controls/Table.js +169 -0
  179. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  180. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +5 -1
  181. package/dist/src/sync/v4/export/controls/TableColumn.js +17 -0
  182. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  183. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +4 -0
  184. package/dist/src/sync/v4/export/controls/ToolBar.js +6 -0
  185. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -0
  186. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -0
  187. package/dist/src/sync/v4/export/controls/ToolBarAction.js +21 -0
  188. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
  189. package/dist/src/sync/v4/export/controls/index.d.ts +4 -0
  190. package/dist/src/sync/v4/export/controls/index.js +4 -0
  191. package/dist/src/sync/v4/export/controls/index.js.map +1 -1
  192. package/dist/src/sync/v4/export/export.d.ts +2 -1
  193. package/dist/src/sync/v4/export/export.js +60 -50
  194. package/dist/src/sync/v4/export/export.js.map +1 -1
  195. package/dist/src/sync/v4/export/factory.js +3 -1
  196. package/dist/src/sync/v4/export/factory.js.map +1 -1
  197. package/dist/src/sync/v4/export/manifest.js +28 -7
  198. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  199. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +2 -2
  200. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
  201. package/dist/src/sync/v4/export/pages/ListReport.js +1 -4
  202. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  203. package/dist/src/sync/v4/generate/listReport.d.ts +1 -0
  204. package/dist/src/sync/v4/generate/listReport.js +7 -2
  205. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  206. package/dist/src/sync/v4/generate/objectPage.js +167 -69
  207. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  208. package/dist/src/sync/v4/import/app/appProvider.d.ts +2 -1
  209. package/dist/src/sync/v4/import/app/appProvider.js +25 -11
  210. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  211. package/dist/src/sync/v4/import/fragment.js +4 -3
  212. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  213. package/dist/src/sync/v4/import/pages/analyticalListPage.js +7 -6
  214. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  215. package/dist/src/sync/v4/import/pages/listReport.d.ts +2 -2
  216. package/dist/src/sync/v4/import/pages/listReport.js +32 -19
  217. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  218. package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -1
  219. package/dist/src/sync/v4/import/pages/objectPage.js +74 -21
  220. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  221. package/dist/src/sync/v4/utils/StableIdHelper.js +12 -1
  222. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  223. package/dist/src/sync/v4/utils/utils.d.ts +13 -2
  224. package/dist/src/sync/v4/utils/utils.js +49 -29
  225. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  226. package/dist/test/test-utils/utils.d.ts +0 -1
  227. package/dist/test/unit/import/importAppV4.test.d.ts +1 -0
  228. package/package.json +9 -9
@@ -3,7 +3,9 @@
3
3
  "properties": {
4
4
  "fitContent": {
5
5
  "description": "Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.",
6
- "type": "boolean"
6
+ "type": "boolean",
7
+ "artifactType": "FlexChange",
8
+ "controlType": "sap.f.DynamicPage"
7
9
  },
8
10
  "table": {
9
11
  "anyOf": [
@@ -41,74 +43,114 @@
41
43
  "properties": {
42
44
  "multiSelect": {
43
45
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
44
- "type": "boolean"
46
+ "type": "boolean",
47
+ "artifactType": "Manifest"
45
48
  },
46
49
  "type": {
47
50
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
48
51
  "type": "string",
49
52
  "enum": [
50
53
  "ResponsiveTable"
51
- ]
54
+ ],
55
+ "artifactType": "Manifest"
52
56
  },
53
57
  "includeItemInSelection": {
54
58
  "description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
55
- "type": "boolean"
59
+ "type": "boolean",
60
+ "artifactType": "FlexChange",
61
+ "controlType": "sap.m.Table"
56
62
  },
57
63
  "popinLayout": {
58
- "$ref": "#/definitions/PopinLayout",
59
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered."
64
+ "pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
65
+ "anyOf": [
66
+ {
67
+ "$ref": "#/definitions/PopinLayout"
68
+ },
69
+ {
70
+ "type": "string"
71
+ }
72
+ ],
73
+ "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
74
+ "artifactType": "FlexChange",
75
+ "controlType": "sap.m.Table"
60
76
  },
61
77
  "createWithFilters": {
62
78
  "$ref": "#/definitions/CreateWithFilters",
63
- "description": "createWithFilters adds a new create action that uses the filter settings as input."
79
+ "description": "createWithFilters adds a new create action that uses the filter settings as input.",
80
+ "artifactType": "Manifest"
64
81
  },
65
82
  "showDraftToggle": {
66
83
  "description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
67
- "type": "boolean"
84
+ "type": "boolean",
85
+ "artifactType": "Manifest"
86
+ },
87
+ "growingThreshold": {
88
+ "description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
89
+ "type": "number",
90
+ "artifactType": "FlexChange",
91
+ "controlType": "sap.m.Table"
68
92
  },
69
93
  "createWithParameterDialog": {
70
94
  "$ref": "#/definitions/Fields4Dialog",
71
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
95
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
96
+ "artifactType": "Manifest"
72
97
  },
73
98
  "selectAll": {
74
99
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
75
- "type": "boolean"
100
+ "type": "boolean",
101
+ "artifactType": "Manifest"
76
102
  },
77
103
  "selectionLimit": {
78
104
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
79
- "type": "number"
105
+ "type": "number",
106
+ "artifactType": "Manifest"
80
107
  },
81
108
  "showTablePersonalisation": {
82
109
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
83
- "type": "boolean"
110
+ "type": "boolean",
111
+ "artifactType": "FlexChange",
112
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
84
113
  },
85
114
  "useExportToExcel": {
86
115
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
87
- "type": "boolean"
116
+ "type": "boolean",
117
+ "artifactType": "FlexChange",
118
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
88
119
  },
89
120
  "fitContainer": {
90
121
  "description": "Set to false if the table does not occupy the entire space available in the container.",
91
- "type": "boolean"
122
+ "type": "boolean",
123
+ "artifactType": "FlexChange",
124
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
92
125
  },
93
126
  "quickVariantSelection": {
94
127
  "$ref": "#/definitions/QuickVariantSelection",
95
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
128
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
129
+ "artifactType": "Manifest"
96
130
  },
97
131
  "quickVariantSelectionX": {
98
132
  "$ref": "#/definitions/QuickVariantSelectionX",
99
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
133
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
134
+ "artifactType": "Manifest"
100
135
  },
101
136
  "condensedTableLayout": {
102
137
  "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
103
- "type": "boolean"
138
+ "type": "boolean",
139
+ "artifactType": "Manifest"
104
140
  },
105
141
  "enableTableFilterInPageVariant": {
106
142
  "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
107
- "type": "boolean"
143
+ "type": "boolean",
144
+ "artifactType": "Manifest"
108
145
  },
109
146
  "dataLoadSettings": {
110
147
  "$ref": "#/definitions/DataLoadSettings",
111
- "description": "Change the default behavior for autoloading of data."
148
+ "description": "Change the default behavior for autoloading of data.",
149
+ "artifactType": "Manifest"
150
+ },
151
+ "toolBar": {
152
+ "$ref": "#/definitions/ToolBar",
153
+ "description": "Tool Bar"
112
154
  },
113
155
  "columns": {
114
156
  "$ref": "#/definitions/GenericColumns",
@@ -133,7 +175,8 @@
133
175
  "type": "string",
134
176
  "enum": [
135
177
  "extension"
136
- ]
178
+ ],
179
+ "artifactType": "Manifest"
137
180
  }
138
181
  },
139
182
  "additionalProperties": false,
@@ -148,7 +191,8 @@
148
191
  "type": "object",
149
192
  "additionalProperties": {
150
193
  "$ref": "#/definitions/FieldPath"
151
- }
194
+ },
195
+ "artifactType": "Manifest"
152
196
  }
153
197
  },
154
198
  "additionalProperties": false,
@@ -173,7 +217,8 @@
173
217
  "properties": {
174
218
  "showCounts": {
175
219
  "description": "To show the number of records available, set showCounts to true.",
176
- "type": "boolean"
220
+ "type": "boolean",
221
+ "artifactType": "Manifest"
177
222
  },
178
223
  "variants": {
179
224
  "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
@@ -183,7 +228,8 @@
183
228
  "^[0-9]+$": {
184
229
  "$ref": "#/definitions/QuickVariant"
185
230
  }
186
- }
231
+ },
232
+ "artifactType": "Manifest"
187
233
  }
188
234
  },
189
235
  "additionalProperties": false,
@@ -294,7 +340,8 @@
294
340
  "properties": {
295
341
  "loadDataOnAppLaunch": {
296
342
  "$ref": "#/definitions/LoadDataOnAppLaunchSettings",
297
- "description": "Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."
343
+ "description": "Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting.",
344
+ "artifactType": "Manifest"
298
345
  }
299
346
  },
300
347
  "additionalProperties": false,
@@ -310,6 +357,30 @@
310
357
  ],
311
358
  "type": "string"
312
359
  },
360
+ "ToolBar": {
361
+ "description": "Toolbar",
362
+ "isViewNode": true,
363
+ "type": "object",
364
+ "properties": {
365
+ "actions": {
366
+ "$ref": "#/definitions/Actions"
367
+ }
368
+ },
369
+ "additionalProperties": false,
370
+ "required": [
371
+ "actions"
372
+ ]
373
+ },
374
+ "Actions": {
375
+ "description": "Actions",
376
+ "isViewNode": true,
377
+ "type": "object",
378
+ "additionalProperties": {
379
+ "type": "object",
380
+ "properties": {},
381
+ "additionalProperties": true
382
+ }
383
+ },
313
384
  "GenericColumns": {
314
385
  "type": "object",
315
386
  "additionalProperties": {
@@ -335,11 +406,23 @@
335
406
  "properties": {
336
407
  "width": {
337
408
  "description": "The width property defines the width of the column.",
338
- "type": "string"
409
+ "type": "string",
410
+ "artifactType": "FlexChange",
411
+ "controlType": "sap.m.Column"
339
412
  },
340
413
  "hAlign": {
341
- "$ref": "#/definitions/HAlign",
342
- "description": "The hAlign property defines the horizontal alignment of the column content."
414
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
415
+ "anyOf": [
416
+ {
417
+ "$ref": "#/definitions/HAlign"
418
+ },
419
+ {
420
+ "type": "string"
421
+ }
422
+ ],
423
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
424
+ "artifactType": "FlexChange",
425
+ "controlType": "sap.m.Column"
343
426
  }
344
427
  },
345
428
  "additionalProperties": false
@@ -430,74 +513,114 @@
430
513
  "properties": {
431
514
  "inlineDelete": {
432
515
  "description": "Used to enable inline deletion in a responsive table of list report and object page",
433
- "type": "boolean"
516
+ "type": "boolean",
517
+ "artifactType": "Manifest"
434
518
  },
435
519
  "type": {
436
520
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
437
521
  "type": "string",
438
522
  "enum": [
439
523
  "ResponsiveTable"
440
- ]
524
+ ],
525
+ "artifactType": "Manifest"
441
526
  },
442
527
  "includeItemInSelection": {
443
528
  "description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
444
- "type": "boolean"
529
+ "type": "boolean",
530
+ "artifactType": "FlexChange",
531
+ "controlType": "sap.m.Table"
445
532
  },
446
533
  "popinLayout": {
447
- "$ref": "#/definitions/PopinLayout",
448
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered."
534
+ "pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
535
+ "anyOf": [
536
+ {
537
+ "$ref": "#/definitions/PopinLayout"
538
+ },
539
+ {
540
+ "type": "string"
541
+ }
542
+ ],
543
+ "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
544
+ "artifactType": "FlexChange",
545
+ "controlType": "sap.m.Table"
449
546
  },
450
547
  "createWithFilters": {
451
548
  "$ref": "#/definitions/CreateWithFilters",
452
- "description": "createWithFilters adds a new create action that uses the filter settings as input."
549
+ "description": "createWithFilters adds a new create action that uses the filter settings as input.",
550
+ "artifactType": "Manifest"
453
551
  },
454
552
  "showDraftToggle": {
455
553
  "description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
456
- "type": "boolean"
554
+ "type": "boolean",
555
+ "artifactType": "Manifest"
556
+ },
557
+ "growingThreshold": {
558
+ "description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
559
+ "type": "number",
560
+ "artifactType": "FlexChange",
561
+ "controlType": "sap.m.Table"
457
562
  },
458
563
  "createWithParameterDialog": {
459
564
  "$ref": "#/definitions/Fields4Dialog",
460
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
565
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
566
+ "artifactType": "Manifest"
461
567
  },
462
568
  "selectAll": {
463
569
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
464
- "type": "boolean"
570
+ "type": "boolean",
571
+ "artifactType": "Manifest"
465
572
  },
466
573
  "selectionLimit": {
467
574
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
468
- "type": "number"
575
+ "type": "number",
576
+ "artifactType": "Manifest"
469
577
  },
470
578
  "showTablePersonalisation": {
471
579
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
472
- "type": "boolean"
580
+ "type": "boolean",
581
+ "artifactType": "FlexChange",
582
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
473
583
  },
474
584
  "useExportToExcel": {
475
585
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
476
- "type": "boolean"
586
+ "type": "boolean",
587
+ "artifactType": "FlexChange",
588
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
477
589
  },
478
590
  "fitContainer": {
479
591
  "description": "Set to false if the table does not occupy the entire space available in the container.",
480
- "type": "boolean"
592
+ "type": "boolean",
593
+ "artifactType": "FlexChange",
594
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
481
595
  },
482
596
  "quickVariantSelection": {
483
597
  "$ref": "#/definitions/QuickVariantSelection",
484
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
598
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
599
+ "artifactType": "Manifest"
485
600
  },
486
601
  "quickVariantSelectionX": {
487
602
  "$ref": "#/definitions/QuickVariantSelectionX",
488
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
603
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
604
+ "artifactType": "Manifest"
489
605
  },
490
606
  "condensedTableLayout": {
491
607
  "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
492
- "type": "boolean"
608
+ "type": "boolean",
609
+ "artifactType": "Manifest"
493
610
  },
494
611
  "enableTableFilterInPageVariant": {
495
612
  "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
496
- "type": "boolean"
613
+ "type": "boolean",
614
+ "artifactType": "Manifest"
497
615
  },
498
616
  "dataLoadSettings": {
499
617
  "$ref": "#/definitions/DataLoadSettings",
500
- "description": "Change the default behavior for autoloading of data."
618
+ "description": "Change the default behavior for autoloading of data.",
619
+ "artifactType": "Manifest"
620
+ },
621
+ "toolBar": {
622
+ "$ref": "#/definitions/ToolBar",
623
+ "description": "Tool Bar"
501
624
  },
502
625
  "columns": {
503
626
  "$ref": "#/definitions/GenericColumns",
@@ -517,59 +640,80 @@
517
640
  "type": "string",
518
641
  "enum": [
519
642
  "TreeTable"
520
- ]
643
+ ],
644
+ "artifactType": "Manifest"
521
645
  },
522
646
  "multiSelect": {
523
647
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
524
- "type": "boolean"
648
+ "type": "boolean",
649
+ "artifactType": "Manifest"
525
650
  },
526
651
  "showDraftToggle": {
527
652
  "description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
528
- "type": "boolean"
653
+ "type": "boolean",
654
+ "artifactType": "Manifest"
529
655
  },
530
656
  "createWithParameterDialog": {
531
657
  "$ref": "#/definitions/Fields4Dialog",
532
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
658
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
659
+ "artifactType": "Manifest"
533
660
  },
534
661
  "selectAll": {
535
662
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
536
- "type": "boolean"
663
+ "type": "boolean",
664
+ "artifactType": "Manifest"
537
665
  },
538
666
  "selectionLimit": {
539
667
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
540
- "type": "number"
668
+ "type": "number",
669
+ "artifactType": "Manifest"
541
670
  },
542
671
  "showTablePersonalisation": {
543
672
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
544
- "type": "boolean"
673
+ "type": "boolean",
674
+ "artifactType": "FlexChange",
675
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
545
676
  },
546
677
  "useExportToExcel": {
547
678
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
548
- "type": "boolean"
679
+ "type": "boolean",
680
+ "artifactType": "FlexChange",
681
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
549
682
  },
550
683
  "fitContainer": {
551
684
  "description": "Set to false if the table does not occupy the entire space available in the container.",
552
- "type": "boolean"
685
+ "type": "boolean",
686
+ "artifactType": "FlexChange",
687
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
553
688
  },
554
689
  "quickVariantSelection": {
555
690
  "$ref": "#/definitions/QuickVariantSelection",
556
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
691
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
692
+ "artifactType": "Manifest"
557
693
  },
558
694
  "quickVariantSelectionX": {
559
695
  "$ref": "#/definitions/QuickVariantSelectionX",
560
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
696
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
697
+ "artifactType": "Manifest"
561
698
  },
562
699
  "condensedTableLayout": {
563
700
  "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
564
- "type": "boolean"
701
+ "type": "boolean",
702
+ "artifactType": "Manifest"
565
703
  },
566
704
  "enableTableFilterInPageVariant": {
567
705
  "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
568
- "type": "boolean"
706
+ "type": "boolean",
707
+ "artifactType": "Manifest"
569
708
  },
570
709
  "dataLoadSettings": {
571
710
  "$ref": "#/definitions/DataLoadSettings",
572
- "description": "Change the default behavior for autoloading of data."
711
+ "description": "Change the default behavior for autoloading of data.",
712
+ "artifactType": "Manifest"
713
+ },
714
+ "toolBar": {
715
+ "$ref": "#/definitions/ToolBar",
716
+ "description": "Tool Bar"
573
717
  },
574
718
  "columns": {
575
719
  "$ref": "#/definitions/GenericColumns",
@@ -589,88 +733,116 @@
589
733
  "type": "string",
590
734
  "enum": [
591
735
  "AnalyticalTable"
592
- ]
736
+ ],
737
+ "artifactType": "Manifest"
593
738
  },
594
739
  "qualifier": {
595
740
  "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
596
- "type": "string"
741
+ "type": "string",
742
+ "artifactType": "Manifest"
597
743
  },
598
744
  "defaultContentView": {
599
745
  "$ref": "#/definitions/DefaultContentView",
600
- "description": "Determines the visualization of content area"
746
+ "description": "Determines the visualization of content area",
747
+ "artifactType": "Manifest"
601
748
  },
602
749
  "defaultFilterMode": {
603
750
  "$ref": "#/definitions/DefaultFilterMode",
604
- "description": "Determines the filter mode that is used"
751
+ "description": "Determines the filter mode that is used",
752
+ "artifactType": "Manifest"
605
753
  },
606
754
  "contentTitle": {
607
755
  "description": "Lets you define title for the content area",
608
756
  "i18nClassification": "TIT: Title for the content area",
609
- "type": "string"
757
+ "type": "string",
758
+ "artifactType": "Manifest"
610
759
  },
611
760
  "filterDefaultsFromSelectionVariant": {
612
761
  "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
613
- "type": "boolean"
762
+ "type": "boolean",
763
+ "artifactType": "Manifest"
614
764
  },
615
765
  "allFiltersAsInParameters": {
616
766
  "description": "All filter fields will be set as in parameter",
617
- "type": "boolean"
767
+ "type": "boolean",
768
+ "artifactType": "Manifest"
618
769
  },
619
770
  "createWithFilters": {
620
771
  "$ref": "#/definitions/CreateWithFilters",
621
- "description": "createWithFilters adds a new create action that uses the filter settings as input."
772
+ "description": "createWithFilters adds a new create action that uses the filter settings as input.",
773
+ "artifactType": "Manifest"
622
774
  },
623
775
  "multiSelect": {
624
776
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
625
- "type": "boolean"
777
+ "type": "boolean",
778
+ "artifactType": "Manifest"
626
779
  },
627
780
  "showDraftToggle": {
628
781
  "description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
629
- "type": "boolean"
782
+ "type": "boolean",
783
+ "artifactType": "Manifest"
630
784
  },
631
785
  "createWithParameterDialog": {
632
786
  "$ref": "#/definitions/Fields4Dialog",
633
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
787
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
788
+ "artifactType": "Manifest"
634
789
  },
635
790
  "selectAll": {
636
791
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
637
- "type": "boolean"
792
+ "type": "boolean",
793
+ "artifactType": "Manifest"
638
794
  },
639
795
  "selectionLimit": {
640
796
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
641
- "type": "number"
797
+ "type": "number",
798
+ "artifactType": "Manifest"
642
799
  },
643
800
  "showTablePersonalisation": {
644
801
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
645
- "type": "boolean"
802
+ "type": "boolean",
803
+ "artifactType": "FlexChange",
804
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
646
805
  },
647
806
  "useExportToExcel": {
648
807
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
649
- "type": "boolean"
808
+ "type": "boolean",
809
+ "artifactType": "FlexChange",
810
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
650
811
  },
651
812
  "fitContainer": {
652
813
  "description": "Set to false if the table does not occupy the entire space available in the container.",
653
- "type": "boolean"
814
+ "type": "boolean",
815
+ "artifactType": "FlexChange",
816
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
654
817
  },
655
818
  "quickVariantSelection": {
656
819
  "$ref": "#/definitions/QuickVariantSelection",
657
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
820
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
821
+ "artifactType": "Manifest"
658
822
  },
659
823
  "quickVariantSelectionX": {
660
824
  "$ref": "#/definitions/QuickVariantSelectionX",
661
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
825
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
826
+ "artifactType": "Manifest"
662
827
  },
663
828
  "condensedTableLayout": {
664
829
  "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
665
- "type": "boolean"
830
+ "type": "boolean",
831
+ "artifactType": "Manifest"
666
832
  },
667
833
  "enableTableFilterInPageVariant": {
668
834
  "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
669
- "type": "boolean"
835
+ "type": "boolean",
836
+ "artifactType": "Manifest"
670
837
  },
671
838
  "dataLoadSettings": {
672
839
  "$ref": "#/definitions/DataLoadSettings",
673
- "description": "Change the default behavior for autoloading of data."
840
+ "description": "Change the default behavior for autoloading of data.",
841
+ "artifactType": "Manifest"
842
+ },
843
+ "toolBar": {
844
+ "$ref": "#/definitions/ToolBar",
845
+ "description": "Tool Bar"
674
846
  },
675
847
  "columns": {
676
848
  "$ref": "#/definitions/GenericColumns",
@@ -705,63 +877,85 @@
705
877
  "type": "string",
706
878
  "enum": [
707
879
  "GridTable"
708
- ]
880
+ ],
881
+ "artifactType": "Manifest"
709
882
  },
710
883
  "createWithFilters": {
711
884
  "$ref": "#/definitions/CreateWithFilters",
712
- "description": "createWithFilters adds a new create action that uses the filter settings as input."
885
+ "description": "createWithFilters adds a new create action that uses the filter settings as input.",
886
+ "artifactType": "Manifest"
713
887
  },
714
888
  "multiSelect": {
715
889
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
716
- "type": "boolean"
890
+ "type": "boolean",
891
+ "artifactType": "Manifest"
717
892
  },
718
893
  "showDraftToggle": {
719
894
  "description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
720
- "type": "boolean"
895
+ "type": "boolean",
896
+ "artifactType": "Manifest"
721
897
  },
722
898
  "createWithParameterDialog": {
723
899
  "$ref": "#/definitions/Fields4Dialog",
724
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
900
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
901
+ "artifactType": "Manifest"
725
902
  },
726
903
  "selectAll": {
727
904
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
728
- "type": "boolean"
905
+ "type": "boolean",
906
+ "artifactType": "Manifest"
729
907
  },
730
908
  "selectionLimit": {
731
909
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
732
- "type": "number"
910
+ "type": "number",
911
+ "artifactType": "Manifest"
733
912
  },
734
913
  "showTablePersonalisation": {
735
914
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
736
- "type": "boolean"
915
+ "type": "boolean",
916
+ "artifactType": "FlexChange",
917
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
737
918
  },
738
919
  "useExportToExcel": {
739
920
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
740
- "type": "boolean"
921
+ "type": "boolean",
922
+ "artifactType": "FlexChange",
923
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
741
924
  },
742
925
  "fitContainer": {
743
926
  "description": "Set to false if the table does not occupy the entire space available in the container.",
744
- "type": "boolean"
927
+ "type": "boolean",
928
+ "artifactType": "FlexChange",
929
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
745
930
  },
746
931
  "quickVariantSelection": {
747
932
  "$ref": "#/definitions/QuickVariantSelection",
748
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
933
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
934
+ "artifactType": "Manifest"
749
935
  },
750
936
  "quickVariantSelectionX": {
751
937
  "$ref": "#/definitions/QuickVariantSelectionX",
752
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
938
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
939
+ "artifactType": "Manifest"
753
940
  },
754
941
  "condensedTableLayout": {
755
942
  "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
756
- "type": "boolean"
943
+ "type": "boolean",
944
+ "artifactType": "Manifest"
757
945
  },
758
946
  "enableTableFilterInPageVariant": {
759
947
  "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
760
- "type": "boolean"
948
+ "type": "boolean",
949
+ "artifactType": "Manifest"
761
950
  },
762
951
  "dataLoadSettings": {
763
952
  "$ref": "#/definitions/DataLoadSettings",
764
- "description": "Change the default behavior for autoloading of data."
953
+ "description": "Change the default behavior for autoloading of data.",
954
+ "artifactType": "Manifest"
955
+ },
956
+ "toolBar": {
957
+ "$ref": "#/definitions/ToolBar",
958
+ "description": "Tool Bar"
765
959
  },
766
960
  "columns": {
767
961
  "$ref": "#/definitions/GenericColumns",
@@ -777,24 +971,48 @@
777
971
  "properties": {
778
972
  "smartVariantManagement": {
779
973
  "description": "Controls whether smart variant management is active. Default is true.",
780
- "type": "boolean"
974
+ "type": "boolean",
975
+ "artifactType": "Manifest"
781
976
  },
782
977
  "liveMode": {
783
978
  "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
784
- "type": "boolean"
979
+ "type": "boolean",
980
+ "artifactType": "FlexChange",
981
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
785
982
  },
786
983
  "variantManagementHidden": {
787
984
  "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
788
- "type": "boolean"
985
+ "type": "boolean",
986
+ "artifactType": "Manifest"
789
987
  },
790
988
  "subTitleIfVariantMgmtHidden": {
791
989
  "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
792
990
  "i18nClassification": "TIT: Subtitle if variant management is hidden",
793
- "type": "string"
991
+ "type": "string",
992
+ "artifactType": "Manifest"
794
993
  },
795
994
  "dateSettings": {
796
995
  "$ref": "#/definitions/DateRange",
797
- "description": "Use to set date settings for fields in smart filter bar"
996
+ "description": "Use to set date settings for fields in smart filter bar",
997
+ "artifactType": "Manifest"
998
+ },
999
+ "showClearOnFB": {
1000
+ "description": "Handles visibility of the Clear button on the FilterBar.",
1001
+ "type": "boolean",
1002
+ "artifactType": "FlexChange",
1003
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1004
+ },
1005
+ "showFilterConfiguration": {
1006
+ "description": "Handles visibility of the Filter button on the FilterBar.",
1007
+ "type": "boolean",
1008
+ "artifactType": "FlexChange",
1009
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1010
+ },
1011
+ "showRestoreOnFB": {
1012
+ "description": "Handles visibility of the Restore button on the FilterBar.",
1013
+ "type": "boolean",
1014
+ "artifactType": "FlexChange",
1015
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
798
1016
  }
799
1017
  },
800
1018
  "additionalProperties": false
@@ -804,7 +1022,8 @@
804
1022
  "properties": {
805
1023
  "useDateRange": {
806
1024
  "description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
807
- "type": "boolean"
1025
+ "type": "boolean",
1026
+ "artifactType": "Manifest"
808
1027
  },
809
1028
  "selectedValues": {
810
1029
  "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
@@ -813,6 +1032,7 @@
813
1032
  "enum": [
814
1033
  "DATE",
815
1034
  "DATERANGE",
1035
+ "DAYS",
816
1036
  "FROM",
817
1037
  "LAST2WEEKS",
818
1038
  "LAST3WEEKS",
@@ -825,7 +1045,10 @@
825
1045
  "LASTQUARTERS",
826
1046
  "LASTWEEK",
827
1047
  "LASTWEEKS",
1048
+ "LASTYEAR",
828
1049
  "LASTYEARS",
1050
+ "MONTH",
1051
+ "NEXT",
829
1052
  "NEXT2WEEKS",
830
1053
  "NEXT3WEEKS",
831
1054
  "NEXT4WEEKS",
@@ -838,6 +1061,7 @@
838
1061
  "NEXTWEEK",
839
1062
  "NEXTWEEKS",
840
1063
  "NEXTYEARS",
1064
+ "QUARTER",
841
1065
  "QUARTER1",
842
1066
  "QUARTER2",
843
1067
  "QUARTER3",
@@ -850,21 +1074,27 @@
850
1074
  "TODAY",
851
1075
  "TODAYFROMTO",
852
1076
  "TOMORROW",
1077
+ "WEEK",
1078
+ "YEAR",
1079
+ "YEARTODATE",
853
1080
  "YESTERDAY"
854
1081
  ],
855
1082
  "type": "string"
856
- }
1083
+ },
1084
+ "artifactType": "Manifest"
857
1085
  },
858
1086
  "exclude": {
859
1087
  "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.",
860
- "type": "boolean"
1088
+ "type": "boolean",
1089
+ "artifactType": "Manifest"
861
1090
  },
862
1091
  "fields": {
863
1092
  "description": "For a fields' list you can define the set of standard date range values separately.",
864
1093
  "type": "object",
865
1094
  "additionalProperties": {
866
1095
  "$ref": "#/definitions/SelectedValues"
867
- }
1096
+ },
1097
+ "artifactType": "Manifest"
868
1098
  }
869
1099
  },
870
1100
  "additionalProperties": false
@@ -879,6 +1109,7 @@
879
1109
  "enum": [
880
1110
  "DATE",
881
1111
  "DATERANGE",
1112
+ "DAYS",
882
1113
  "FROM",
883
1114
  "LAST2WEEKS",
884
1115
  "LAST3WEEKS",
@@ -891,7 +1122,10 @@
891
1122
  "LASTQUARTERS",
892
1123
  "LASTWEEK",
893
1124
  "LASTWEEKS",
1125
+ "LASTYEAR",
894
1126
  "LASTYEARS",
1127
+ "MONTH",
1128
+ "NEXT",
895
1129
  "NEXT2WEEKS",
896
1130
  "NEXT3WEEKS",
897
1131
  "NEXT4WEEKS",
@@ -904,6 +1138,7 @@
904
1138
  "NEXTWEEK",
905
1139
  "NEXTWEEKS",
906
1140
  "NEXTYEARS",
1141
+ "QUARTER",
907
1142
  "QUARTER1",
908
1143
  "QUARTER2",
909
1144
  "QUARTER3",
@@ -916,6 +1151,9 @@
916
1151
  "TODAY",
917
1152
  "TODAYFROMTO",
918
1153
  "TOMORROW",
1154
+ "WEEK",
1155
+ "YEAR",
1156
+ "YEARTODATE",
919
1157
  "YESTERDAY"
920
1158
  ],
921
1159
  "type": "string"
@@ -955,6 +1193,7 @@
955
1193
  "enum": [
956
1194
  "DATE",
957
1195
  "DATERANGE",
1196
+ "DAYS",
958
1197
  "FROM",
959
1198
  "LAST2WEEKS",
960
1199
  "LAST3WEEKS",
@@ -967,7 +1206,10 @@
967
1206
  "LASTQUARTERS",
968
1207
  "LASTWEEK",
969
1208
  "LASTWEEKS",
1209
+ "LASTYEAR",
970
1210
  "LASTYEARS",
1211
+ "MONTH",
1212
+ "NEXT",
971
1213
  "NEXT2WEEKS",
972
1214
  "NEXT3WEEKS",
973
1215
  "NEXT4WEEKS",
@@ -980,6 +1222,7 @@
980
1222
  "NEXTWEEK",
981
1223
  "NEXTWEEKS",
982
1224
  "NEXTYEARS",
1225
+ "QUARTER",
983
1226
  "QUARTER1",
984
1227
  "QUARTER2",
985
1228
  "QUARTER3",
@@ -992,6 +1235,9 @@
992
1235
  "TODAY",
993
1236
  "TODAYFROMTO",
994
1237
  "TOMORROW",
1238
+ "WEEK",
1239
+ "YEAR",
1240
+ "YEARTODATE",
995
1241
  "YESTERDAY"
996
1242
  ],
997
1243
  "type": "string"
@@ -1028,6 +1274,7 @@
1028
1274
  "enum": [
1029
1275
  "DATE",
1030
1276
  "DATERANGE",
1277
+ "DAYS",
1031
1278
  "FROM",
1032
1279
  "LAST2WEEKS",
1033
1280
  "LAST3WEEKS",
@@ -1040,7 +1287,10 @@
1040
1287
  "LASTQUARTERS",
1041
1288
  "LASTWEEK",
1042
1289
  "LASTWEEKS",
1290
+ "LASTYEAR",
1043
1291
  "LASTYEARS",
1292
+ "MONTH",
1293
+ "NEXT",
1044
1294
  "NEXT2WEEKS",
1045
1295
  "NEXT3WEEKS",
1046
1296
  "NEXT4WEEKS",
@@ -1053,6 +1303,7 @@
1053
1303
  "NEXTWEEK",
1054
1304
  "NEXTWEEKS",
1055
1305
  "NEXTYEARS",
1306
+ "QUARTER",
1056
1307
  "QUARTER1",
1057
1308
  "QUARTER2",
1058
1309
  "QUARTER3",
@@ -1065,6 +1316,9 @@
1065
1316
  "TODAY",
1066
1317
  "TODAYFROMTO",
1067
1318
  "TOMORROW",
1319
+ "WEEK",
1320
+ "YEAR",
1321
+ "YEARTODATE",
1068
1322
  "YESTERDAY"
1069
1323
  ],
1070
1324
  "type": "string"