@sap/ux-specification 1.96.26 → 1.96.28

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 (200) hide show
  1. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  2. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  3. package/dist/documentation/v2/v2-ListReport.html +1 -1
  4. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  5. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  6. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  7. package/dist/documentation/v4/v4-BuildingBlocks.html +60 -0
  8. package/dist/documentation/v4/v4-FreestylePage.html +1 -1
  9. package/dist/documentation/v4/v4-ListReport.html +1 -1
  10. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  11. package/dist/index-min.js +262 -48
  12. package/dist/index-min.js.map +3 -3
  13. package/dist/package.json +111 -0
  14. package/dist/schemas/v2/ObjectPageConfig.json +4 -4
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +750 -0
  16. package/dist/schemas/v4/ListReportConfig.json +38 -15
  17. package/dist/schemas/v4/ObjectPageConfig.json +309 -59
  18. package/dist/scripts/macros/api.d.ts +9 -0
  19. package/dist/scripts/macros/api.d.ts.map +1 -0
  20. package/dist/scripts/macros/api.js +161 -0
  21. package/dist/scripts/macros/api.js.map +1 -0
  22. package/dist/scripts/macros/cmd.d.ts +7 -0
  23. package/dist/scripts/macros/cmd.d.ts.map +1 -0
  24. package/dist/scripts/macros/cmd.js +49 -0
  25. package/dist/scripts/macros/cmd.js.map +1 -0
  26. package/dist/scripts/macros/corrections.d.ts +18 -0
  27. package/dist/scripts/macros/corrections.d.ts.map +1 -0
  28. package/dist/scripts/macros/corrections.js +188 -0
  29. package/dist/scripts/macros/corrections.js.map +1 -0
  30. package/dist/scripts/macros/index.d.ts +2 -0
  31. package/dist/scripts/macros/index.d.ts.map +1 -0
  32. package/dist/scripts/macros/index.js +8 -0
  33. package/dist/scripts/macros/index.js.map +1 -0
  34. package/dist/scripts/macros/schema.d.ts +9 -0
  35. package/dist/scripts/macros/schema.d.ts.map +1 -0
  36. package/dist/scripts/macros/schema.js +201 -0
  37. package/dist/scripts/macros/schema.js.map +1 -0
  38. package/dist/scripts/macros/types.d.ts +77 -0
  39. package/dist/scripts/macros/types.d.ts.map +1 -0
  40. package/dist/scripts/macros/types.js +14 -0
  41. package/dist/scripts/macros/types.js.map +1 -0
  42. package/dist/src/api.d.ts.map +1 -1
  43. package/dist/src/api.js +9 -2
  44. package/dist/src/api.js.map +1 -1
  45. package/dist/src/project.d.ts +1 -0
  46. package/dist/src/project.d.ts.map +1 -1
  47. package/dist/src/project.js +6 -4
  48. package/dist/src/project.js.map +1 -1
  49. package/dist/src/specification/schemaAccess.d.ts.map +1 -1
  50. package/dist/src/specification/schemaAccess.js +16 -3
  51. package/dist/src/specification/schemaAccess.js.map +1 -1
  52. package/dist/src/sync/common/appProvider.d.ts +12 -0
  53. package/dist/src/sync/common/appProvider.d.ts.map +1 -1
  54. package/dist/src/sync/common/appProvider.js +51 -18
  55. package/dist/src/sync/common/appProvider.js.map +1 -1
  56. package/dist/src/sync/common/generate/objectPage.d.ts +10 -6
  57. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  58. package/dist/src/sync/common/generate/objectPage.js +224 -115
  59. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  60. package/dist/src/sync/common/generate/utils.d.ts +8 -8
  61. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  62. package/dist/src/sync/common/generate/utils.js +40 -38
  63. package/dist/src/sync/common/generate/utils.js.map +1 -1
  64. package/dist/src/sync/common/i18n.json +2 -1
  65. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  66. package/dist/src/sync/common/importProject.js +67 -31
  67. package/dist/src/sync/common/importProject.js.map +1 -1
  68. package/dist/src/sync/common/types.d.ts +6 -0
  69. package/dist/src/sync/common/types.d.ts.map +1 -0
  70. package/dist/src/sync/common/types.js +3 -0
  71. package/dist/src/sync/common/types.js.map +1 -0
  72. package/dist/src/sync/common/utils.d.ts +26 -5
  73. package/dist/src/sync/common/utils.d.ts.map +1 -1
  74. package/dist/src/sync/common/utils.js +72 -18
  75. package/dist/src/sync/common/utils.js.map +1 -1
  76. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +2 -2
  77. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
  78. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  79. package/dist/src/sync/v2/generate/analyticalListReport.js +1 -0
  80. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  81. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  82. package/dist/src/sync/v2/generate/listReport.js +1 -0
  83. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  84. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  85. package/dist/src/sync/v2/generate/objectPage.js +75 -40
  86. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  87. package/dist/src/sync/v2/generate/utils.d.ts +1 -1
  88. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  89. package/dist/src/sync/v2/generate/utils.js +22 -19
  90. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  91. package/dist/src/sync/v4/application.d.ts +3 -0
  92. package/dist/src/sync/v4/application.d.ts.map +1 -1
  93. package/dist/src/sync/v4/application.js +13 -1
  94. package/dist/src/sync/v4/application.js.map +1 -1
  95. package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts +9 -0
  96. package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -0
  97. package/dist/src/sync/v4/export/controls/ObjectPageFooter.js +10 -0
  98. package/dist/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -0
  99. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +23 -0
  100. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  101. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +124 -0
  102. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -0
  103. package/dist/src/sync/v4/export/controls/ObjectPageForm.d.ts +10 -3
  104. package/dist/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  105. package/dist/src/sync/v4/export/controls/ObjectPageForm.js +39 -1
  106. package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  107. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +1 -1
  108. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js +8 -8
  109. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +5 -0
  110. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  111. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +4 -1
  112. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  113. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +23 -0
  114. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  115. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +124 -0
  116. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -0
  117. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -2
  118. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  119. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -10
  120. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  121. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  122. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  123. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +9 -9
  124. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  125. package/dist/src/sync/v4/export/controls/Table.js +1 -1
  126. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  127. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  128. package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  129. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -1
  130. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  131. package/dist/src/sync/v4/export/controls/ToolBarAction.js +33 -9
  132. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  133. package/dist/src/sync/v4/export/controls/index.d.ts +4 -0
  134. package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
  135. package/dist/src/sync/v4/export/controls/index.js +4 -0
  136. package/dist/src/sync/v4/export/controls/index.js.map +1 -1
  137. package/dist/src/sync/v4/export/export.d.ts +1 -0
  138. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  139. package/dist/src/sync/v4/export/export.js +11 -6
  140. package/dist/src/sync/v4/export/export.js.map +1 -1
  141. package/dist/src/sync/v4/export/fpmCustomPage.d.ts +11 -0
  142. package/dist/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -0
  143. package/dist/src/sync/v4/export/fpmCustomPage.js +131 -0
  144. package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -0
  145. package/dist/src/sync/v4/export/manifest.js +1 -1
  146. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  147. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +1 -0
  148. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -1
  149. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  150. package/dist/src/sync/v4/generate/fpmCustomPage.d.ts +10 -0
  151. package/dist/src/sync/v4/generate/fpmCustomPage.d.ts.map +1 -0
  152. package/dist/src/sync/v4/generate/fpmCustomPage.js +266 -0
  153. package/dist/src/sync/v4/generate/fpmCustomPage.js.map +1 -0
  154. package/dist/src/sync/v4/generate/generate.d.ts +13 -1
  155. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  156. package/dist/src/sync/v4/generate/generate.js +22 -1
  157. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  158. package/dist/src/sync/v4/generate/index.d.ts +2 -1
  159. package/dist/src/sync/v4/generate/index.d.ts.map +1 -1
  160. package/dist/src/sync/v4/generate/index.js +4 -1
  161. package/dist/src/sync/v4/generate/index.js.map +1 -1
  162. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  163. package/dist/src/sync/v4/generate/listReport.js +26 -10
  164. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  165. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  166. package/dist/src/sync/v4/generate/objectPage.js +112 -34
  167. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  168. package/dist/src/sync/v4/import/app/appProvider.d.ts +2 -1
  169. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  170. package/dist/src/sync/v4/import/app/appProvider.js +2 -2
  171. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  172. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +7 -2
  173. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -1
  174. package/dist/src/sync/v4/import/app/baseAppProvider.js +27 -7
  175. package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -1
  176. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +2 -1
  177. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -1
  178. package/dist/src/sync/v4/import/app/freestyleProvider.js +2 -2
  179. package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -1
  180. package/dist/src/sync/v4/import/index.d.ts +1 -0
  181. package/dist/src/sync/v4/import/index.d.ts.map +1 -1
  182. package/dist/src/sync/v4/import/index.js +1 -0
  183. package/dist/src/sync/v4/import/index.js.map +1 -1
  184. package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts +9 -0
  185. package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -0
  186. package/dist/src/sync/v4/import/pages/fpmCustomPage.js +102 -0
  187. package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -0
  188. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -1
  189. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  190. package/dist/src/sync/v4/import/pages/objectPage.js +84 -43
  191. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  192. package/dist/src/sync/v4/utils/macros.d.ts +29 -0
  193. package/dist/src/sync/v4/utils/macros.d.ts.map +1 -0
  194. package/dist/src/sync/v4/utils/macros.js +113 -0
  195. package/dist/src/sync/v4/utils/macros.js.map +1 -0
  196. package/dist/src/sync/v4/utils/utils.d.ts +11 -1
  197. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  198. package/dist/src/sync/v4/utils/utils.js +95 -8
  199. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  200. package/package.json +16 -9
@@ -0,0 +1,750 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "$filePath": {
5
+ "type": "string",
6
+ "hidden": true
7
+ },
8
+ "$schema": {
9
+ "type": "string",
10
+ "hidden": true
11
+ }
12
+ },
13
+ "additionalProperties": false,
14
+ "definitions": {
15
+ "sap.fe.macros.FlexibleColumnLayoutActions": {
16
+ "description": "Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.Usage example: \n<f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\">\n\t <f:navigationActions>\n\t <macros:FlexibleColumnLayoutActions />\n\t </f:navigationActions>\n</f:DynamicPageTitle>\n<macro:FlexibleColumnLayoutActions />\n",
17
+ "isViewNode": true,
18
+ "type": "object",
19
+ "properties": {},
20
+ "additionalProperties": false,
21
+ "metadata": {
22
+ "path": [],
23
+ "type": "Control"
24
+ }
25
+ },
26
+ "sap.fe.macros.FormElement": {
27
+ "description": "Building block used to create a form element containing a label and a field.",
28
+ "isViewNode": true,
29
+ "type": "object",
30
+ "properties": {
31
+ "contextPath": {
32
+ "$ref": "#/definitions/sap.ui.model.Context",
33
+ "description": "contextPath",
34
+ "isViewNode": true,
35
+ "metadata": {
36
+ "type": "Property"
37
+ }
38
+ },
39
+ "id": {
40
+ "type": "string",
41
+ "description": "The identifier of the table control.",
42
+ "metadata": {
43
+ "type": "Property"
44
+ }
45
+ },
46
+ "label": {
47
+ "type": "string",
48
+ "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
49
+ "metadata": {
50
+ "type": "Property"
51
+ }
52
+ },
53
+ "metaPath": {
54
+ "$ref": "#/definitions/sap.ui.model.Context",
55
+ "description": "metaPath",
56
+ "isViewNode": true,
57
+ "metadata": {
58
+ "type": "Property"
59
+ }
60
+ },
61
+ "visible": {
62
+ "type": "boolean",
63
+ "description": "If set to false, the FormElement is not rendered.",
64
+ "metadata": {
65
+ "type": "Property"
66
+ }
67
+ },
68
+ "fields": {
69
+ "description": "fields",
70
+ "type": "object",
71
+ "additionalProperties": {
72
+ "$ref": "#/definitions/sap.ui.core.Control"
73
+ },
74
+ "isViewNode": true,
75
+ "metadata": {
76
+ "path": [],
77
+ "type": "Aggregation"
78
+ }
79
+ }
80
+ },
81
+ "additionalProperties": false,
82
+ "metadata": {
83
+ "path": [],
84
+ "type": "Control"
85
+ }
86
+ },
87
+ "sap.fe.macros.MacroMetadata": {
88
+ "description": "Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.",
89
+ "isViewNode": true,
90
+ "type": "object",
91
+ "properties": {},
92
+ "additionalProperties": false,
93
+ "metadata": {
94
+ "path": [],
95
+ "type": "Control"
96
+ }
97
+ },
98
+ "sap.fe.macros.MicroChart": {
99
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
100
+ "isViewNode": true,
101
+ "type": "object",
102
+ "properties": {
103
+ "batchGroupId": {
104
+ "type": "string",
105
+ "description": "Batch group ID along with which this call should be grouped.",
106
+ "metadata": {
107
+ "type": "Property"
108
+ }
109
+ },
110
+ "contextPath": {
111
+ "$ref": "#/definitions/sap.ui.model.Context",
112
+ "description": "contextPath",
113
+ "isViewNode": true,
114
+ "metadata": {
115
+ "type": "Property"
116
+ }
117
+ },
118
+ "description": {
119
+ "type": "string",
120
+ "description": "Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.",
121
+ "metadata": {
122
+ "type": "Property"
123
+ }
124
+ },
125
+ "hideOnNoData": {
126
+ "type": "boolean",
127
+ "description": "Show blank space in case there is no data in the chart",
128
+ "metadata": {
129
+ "type": "Property"
130
+ }
131
+ },
132
+ "id": {
133
+ "type": "string",
134
+ "description": "ID of the MicroChart.",
135
+ "metadata": {
136
+ "type": "Property"
137
+ }
138
+ },
139
+ "isAnalytics": {
140
+ "type": "boolean",
141
+ "description": "Defines whether the MicroChart is part of an analytical table",
142
+ "metadata": {
143
+ "type": "Property"
144
+ }
145
+ },
146
+ "metaPath": {
147
+ "$ref": "#/definitions/sap.ui.model.Context",
148
+ "description": "metaPath",
149
+ "isViewNode": true,
150
+ "metadata": {
151
+ "type": "Property"
152
+ }
153
+ },
154
+ "navigationType": {
155
+ "$ref": "#/definitions/sap.fe.macros.NavigationType",
156
+ "description": "navigationType",
157
+ "isViewNode": true,
158
+ "metadata": {
159
+ "type": "Property"
160
+ }
161
+ },
162
+ "onTitlePressed": {
163
+ "type": "string",
164
+ "description": "Event handler for onTitlePressed event",
165
+ "metadata": {
166
+ "type": "Property"
167
+ }
168
+ },
169
+ "showOnlyChart": {
170
+ "type": "boolean",
171
+ "description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.",
172
+ "metadata": {
173
+ "type": "Property"
174
+ }
175
+ },
176
+ "size": {
177
+ "type": "string",
178
+ "description": "Size of the MicroChart",
179
+ "metadata": {
180
+ "type": "Property"
181
+ }
182
+ },
183
+ "title": {
184
+ "type": "string",
185
+ "description": "Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.",
186
+ "metadata": {
187
+ "type": "Property"
188
+ }
189
+ }
190
+ },
191
+ "additionalProperties": false,
192
+ "metadata": {
193
+ "path": [],
194
+ "type": "Control"
195
+ }
196
+ },
197
+ "sap.fe.macros.Paginator": {
198
+ "description": "Building block used to create a paginator control.Usage example: \n<macro:Paginator />\n",
199
+ "isViewNode": true,
200
+ "type": "object",
201
+ "properties": {
202
+ "id": {
203
+ "type": "string",
204
+ "description": "The identifier of the Paginator control.",
205
+ "metadata": {
206
+ "type": "Property"
207
+ }
208
+ },
209
+ "templateResourceBundle": {
210
+ "type": "boolean",
211
+ "description": "The identifier to get the tooltip for the paginator buttons",
212
+ "metadata": {
213
+ "type": "Property"
214
+ }
215
+ }
216
+ },
217
+ "additionalProperties": false,
218
+ "metadata": {
219
+ "path": [],
220
+ "type": "Control"
221
+ }
222
+ },
223
+ "sap.fe.macros.Share": {
224
+ "description": "Building block used to create the ‘Share’ functionality. Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.Usage example: \n<macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/>\n",
225
+ "isViewNode": true,
226
+ "type": "object",
227
+ "properties": {
228
+ "id": {
229
+ "type": "string",
230
+ "description": "The identifier of the share control.",
231
+ "metadata": {
232
+ "type": "Property"
233
+ }
234
+ },
235
+ "shortCutExists": {
236
+ "type": "boolean",
237
+ "description": "Whether the share shortcut exists or not.",
238
+ "metadata": {
239
+ "type": "Property"
240
+ }
241
+ },
242
+ "visible": {
243
+ "type": "boolean",
244
+ "description": "Whether the share macro is visible or not.",
245
+ "metadata": {
246
+ "type": "Property"
247
+ }
248
+ }
249
+ },
250
+ "additionalProperties": false,
251
+ "metadata": {
252
+ "path": [],
253
+ "type": "Control"
254
+ }
255
+ },
256
+ "sap.fe.macros.Chart": {
257
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.Usage example:\n\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
258
+ "isViewNode": true,
259
+ "type": "object",
260
+ "properties": {
261
+ "contextPath": {
262
+ "$ref": "#/definitions/sap.ui.model.Context",
263
+ "description": "contextPath",
264
+ "isViewNode": true,
265
+ "metadata": {
266
+ "type": "Property"
267
+ }
268
+ },
269
+ "id": {
270
+ "type": "string",
271
+ "description": "ID of the chart",
272
+ "metadata": {
273
+ "type": "Property"
274
+ }
275
+ },
276
+ "metaPath": {
277
+ "$ref": "#/definitions/sap.ui.model.Context",
278
+ "description": "metaPath",
279
+ "isViewNode": true,
280
+ "metadata": {
281
+ "type": "Property"
282
+ }
283
+ },
284
+ "personalization": {
285
+ "anyOf": [
286
+ {
287
+ "type": "boolean"
288
+ },
289
+ {
290
+ "type": "string"
291
+ }
292
+ ],
293
+ "description": "Parameter which sets the personalization of the MDC chart",
294
+ "metadata": {
295
+ "type": "Property"
296
+ }
297
+ },
298
+ "selectionMode": {
299
+ "type": "string",
300
+ "description": "Specifies the selection mode",
301
+ "metadata": {
302
+ "type": "Property"
303
+ }
304
+ },
305
+ "selectionChange": {
306
+ "type": "string",
307
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and\nboolean flag that indicates whether data is selected or deselected.",
308
+ "metadata": {
309
+ "type": "Event"
310
+ }
311
+ }
312
+ },
313
+ "additionalProperties": false,
314
+ "metadata": {
315
+ "path": [],
316
+ "type": "Control"
317
+ }
318
+ },
319
+ "sap.fe.macros.Field": {
320
+ "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.Usage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
321
+ "isViewNode": true,
322
+ "type": "object",
323
+ "properties": {
324
+ "contextPath": {
325
+ "type": "string",
326
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
327
+ "metadata": {
328
+ "type": "Property"
329
+ }
330
+ },
331
+ "formatOptions": {
332
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
333
+ "description": "formatOptions",
334
+ "isViewNode": true,
335
+ "metadata": {
336
+ "type": "Property"
337
+ }
338
+ },
339
+ "id": {
340
+ "type": "string",
341
+ "description": "The identifier of the Field control.",
342
+ "metadata": {
343
+ "type": "Property"
344
+ }
345
+ },
346
+ "metaPath": {
347
+ "type": "string",
348
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
349
+ "metadata": {
350
+ "type": "Property"
351
+ }
352
+ },
353
+ "readOnly": {
354
+ "type": "boolean",
355
+ "description": "An expression that allows you to control the read-only state of the field.If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
356
+ "metadata": {
357
+ "type": "Property"
358
+ }
359
+ },
360
+ "semanticObject": {
361
+ "type": "string",
362
+ "description": "Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects",
363
+ "metadata": {
364
+ "type": "Property"
365
+ }
366
+ },
367
+ "change": {
368
+ "type": "string",
369
+ "description": "An event containing details is triggered when the value of the field is changed.",
370
+ "metadata": {
371
+ "type": "Event"
372
+ }
373
+ }
374
+ },
375
+ "additionalProperties": false,
376
+ "metadata": {
377
+ "path": [],
378
+ "type": "Control"
379
+ }
380
+ },
381
+ "sap.fe.macros.FilterBar": {
382
+ "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.Usage example:\n\n<macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
383
+ "isViewNode": true,
384
+ "type": "object",
385
+ "properties": {
386
+ "contextPath": {
387
+ "type": "string",
388
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
389
+ "metadata": {
390
+ "type": "Property"
391
+ }
392
+ },
393
+ "id": {
394
+ "type": "string",
395
+ "description": "The identifier of the filterbar control.",
396
+ "metadata": {
397
+ "type": "Property"
398
+ }
399
+ },
400
+ "metaPath": {
401
+ "type": "string",
402
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
403
+ "metadata": {
404
+ "type": "Property"
405
+ }
406
+ },
407
+ "filterChanged": {
408
+ "type": "string",
409
+ "description": "This event is fired after either a filter value or the visibility of a filter item has been changed.\nThe event contains conditions that will be used as filters.",
410
+ "metadata": {
411
+ "type": "Event"
412
+ }
413
+ },
414
+ "search": {
415
+ "type": "string",
416
+ "description": "This event is fired when the Go button is pressed or after a condition change.",
417
+ "metadata": {
418
+ "type": "Event"
419
+ }
420
+ }
421
+ },
422
+ "additionalProperties": false,
423
+ "metadata": {
424
+ "path": [],
425
+ "type": "Control"
426
+ }
427
+ },
428
+ "sap.fe.macros.Table": {
429
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.Usage example:\n\n<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
430
+ "isViewNode": true,
431
+ "type": "object",
432
+ "properties": {
433
+ "busy": {
434
+ "type": "boolean",
435
+ "description": "An expression that allows you to control the 'busy' state of the table.",
436
+ "metadata": {
437
+ "type": "Property"
438
+ }
439
+ },
440
+ "contextPath": {
441
+ "type": "string",
442
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
443
+ "metadata": {
444
+ "type": "Property"
445
+ }
446
+ },
447
+ "enableAutoColumnWidth": {
448
+ "type": "boolean",
449
+ "description": "Specifies the header text that is shown in the table.",
450
+ "metadata": {
451
+ "type": "Property"
452
+ }
453
+ },
454
+ "enableExport": {
455
+ "type": "boolean",
456
+ "description": "Controls if the export functionality of the table is enabled or not.",
457
+ "metadata": {
458
+ "type": "Property"
459
+ }
460
+ },
461
+ "enableFullScreen": {
462
+ "type": "boolean",
463
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
464
+ "metadata": {
465
+ "type": "Property"
466
+ }
467
+ },
468
+ "enablePaste": {
469
+ "type": "boolean",
470
+ "description": "Controls if the paste functionality of the table is enabled or not.",
471
+ "metadata": {
472
+ "type": "Property"
473
+ }
474
+ },
475
+ "header": {
476
+ "type": "string",
477
+ "description": "Specifies the header text that is shown in the table.",
478
+ "metadata": {
479
+ "type": "Property"
480
+ }
481
+ },
482
+ "headerVisible": {
483
+ "type": "boolean",
484
+ "description": "Controls if the header text should be shown or not.",
485
+ "metadata": {
486
+ "type": "Property"
487
+ }
488
+ },
489
+ "id": {
490
+ "type": "string",
491
+ "description": "The identifier of the table control.",
492
+ "metadata": {
493
+ "type": "Property"
494
+ }
495
+ },
496
+ "metaPath": {
497
+ "type": "string",
498
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
499
+ "metadata": {
500
+ "type": "Property"
501
+ }
502
+ },
503
+ "personalization": {
504
+ "anyOf": [
505
+ {
506
+ "type": "boolean"
507
+ },
508
+ {
509
+ "type": "string"
510
+ }
511
+ ],
512
+ "description": "Controls which options should be enabled for the table personalization dialog.If it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
513
+ "metadata": {
514
+ "type": "Property"
515
+ }
516
+ },
517
+ "readOnly": {
518
+ "type": "boolean",
519
+ "description": "An expression that allows you to control the 'read-only' state of the table.If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
520
+ "metadata": {
521
+ "type": "Property"
522
+ }
523
+ },
524
+ "selectionMode": {
525
+ "type": "string",
526
+ "description": "Defines the selection mode to be used by the table.Allowed values are `None`, `Single`, `Multi` or `Auto`\n",
527
+ "metadata": {
528
+ "type": "Property"
529
+ }
530
+ },
531
+ "type": {
532
+ "type": "string",
533
+ "description": "Defines the type of table that will be used by the macro to render the data.Allowed values are `GridTable` and `ResponsiveTable`\n",
534
+ "metadata": {
535
+ "type": "Property"
536
+ }
537
+ },
538
+ "variantManagement": {
539
+ "type": "string",
540
+ "description": "Controls the kind of variant management that should be enabled for the table.Allowed values are `Page`, `Control` and `None`.\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.\nOtherwise it's `None`.\n",
541
+ "metadata": {
542
+ "type": "Property"
543
+ }
544
+ },
545
+ "title": {
546
+ "type": "string",
547
+ "description": "The text that will be displayed for table title",
548
+ "metadata": {
549
+ "type": "Property"
550
+ }
551
+ },
552
+ "actions": {
553
+ "description": "actions",
554
+ "type": "object",
555
+ "additionalProperties": {
556
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
557
+ },
558
+ "isViewNode": true,
559
+ "metadata": {
560
+ "path": [],
561
+ "type": "Aggregation"
562
+ }
563
+ },
564
+ "columns": {
565
+ "description": "columns",
566
+ "type": "object",
567
+ "additionalProperties": {
568
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
569
+ },
570
+ "isViewNode": true,
571
+ "metadata": {
572
+ "path": [],
573
+ "type": "Aggregation"
574
+ }
575
+ },
576
+ "rowPress": {
577
+ "type": "string",
578
+ "description": "An event triggered when the user chooses a row; the event contains information about which row was chosen.You can set this in order to handle the navigation manually.\n",
579
+ "metadata": {
580
+ "type": "Event"
581
+ }
582
+ }
583
+ },
584
+ "additionalProperties": false,
585
+ "metadata": {
586
+ "path": [],
587
+ "type": "Control"
588
+ }
589
+ },
590
+ "sap.fe.macros.ActionGroup": {
591
+ "description": "Definition of a actions group to be used inside the table toolbar",
592
+ "isViewNode": true,
593
+ "type": "object",
594
+ "properties": {
595
+ "text": {
596
+ "type": "string",
597
+ "description": "The text that will be displayed for this action group",
598
+ "metadata": {
599
+ "type": "Property"
600
+ }
601
+ },
602
+ "placement": {
603
+ "type": "string",
604
+ "description": "Defines where this action group should be placed relative to the defined anchor",
605
+ "metadata": {
606
+ "type": "Property"
607
+ }
608
+ },
609
+ "anchor": {
610
+ "type": "string",
611
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
612
+ "metadata": {
613
+ "type": "Property"
614
+ }
615
+ },
616
+ "actions": {
617
+ "description": "actions",
618
+ "type": "object",
619
+ "additionalProperties": {
620
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
621
+ },
622
+ "isViewNode": true,
623
+ "metadata": {
624
+ "path": [],
625
+ "type": "Aggregation"
626
+ }
627
+ }
628
+ },
629
+ "additionalProperties": false,
630
+ "metadata": {
631
+ "path": [],
632
+ "type": "Control"
633
+ }
634
+ },
635
+ "sap.fe.macros.FieldFormatOptions": {
636
+ "description": "Additional format options for the field.",
637
+ "isViewNode": true,
638
+ "type": "object",
639
+ "properties": {
640
+ "displayMode": {
641
+ "type": "string",
642
+ "description": " Defines how the field value and associated text will be displayed together. Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
643
+ "metadata": {
644
+ "type": "Property"
645
+ }
646
+ },
647
+ "measureDisplayMode": {
648
+ "type": "string",
649
+ "description": "Defines if and how the field measure will be displayed.Allowed values are \"Hidden\" and \"ReadOnly\"\n",
650
+ "metadata": {
651
+ "type": "Property"
652
+ }
653
+ }
654
+ },
655
+ "additionalProperties": false,
656
+ "metadata": {
657
+ "path": [],
658
+ "type": "Control"
659
+ }
660
+ },
661
+ "sap.fe.macros.table.Action": {
662
+ "description": "Definition of a custom action to be used inside the table toolbar",
663
+ "isViewNode": true,
664
+ "type": "object",
665
+ "properties": {
666
+ "anchor": {
667
+ "type": "string",
668
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
669
+ "metadata": {
670
+ "type": "Property"
671
+ }
672
+ },
673
+ "key": {
674
+ "type": "string",
675
+ "description": "Unique identifier of the action",
676
+ "metadata": {
677
+ "type": "Property"
678
+ }
679
+ },
680
+ "placement": {
681
+ "type": "string",
682
+ "description": "Defines where this action should be placed relative to the defined anchorAllowed values are `Before` and `After`\n",
683
+ "metadata": {
684
+ "type": "Property"
685
+ }
686
+ },
687
+ "press": {
688
+ "type": "string",
689
+ "description": "Event handler to be called when the user chooses the action",
690
+ "metadata": {
691
+ "type": "Property"
692
+ }
693
+ },
694
+ "text": {
695
+ "type": "string",
696
+ "description": "The text that will be displayed for this action",
697
+ "metadata": {
698
+ "type": "Property"
699
+ }
700
+ }
701
+ },
702
+ "additionalProperties": false,
703
+ "metadata": {
704
+ "path": [],
705
+ "type": "Control"
706
+ }
707
+ },
708
+ "sap.fe.macros.table.Column": {
709
+ "description": "Definition of a custom column to be used inside the table.The template for the column has to be provided as the default aggregation\n",
710
+ "isViewNode": true,
711
+ "type": "object",
712
+ "properties": {
713
+ "anchor": {
714
+ "type": "string",
715
+ "description": "Reference to the key of another column already displayed in the table to properly place this one",
716
+ "metadata": {
717
+ "type": "Property"
718
+ }
719
+ },
720
+ "header": {
721
+ "type": "string",
722
+ "description": "The text that will be displayed for this column header",
723
+ "metadata": {
724
+ "type": "Property"
725
+ }
726
+ },
727
+ "key": {
728
+ "type": "string",
729
+ "description": "Unique identifier of the column",
730
+ "metadata": {
731
+ "type": "Property"
732
+ }
733
+ },
734
+ "placement": {
735
+ "type": "string",
736
+ "description": "Defines where this column should be placed relative to the defined anchorAllowed values are `Before` and `After`\n",
737
+ "metadata": {
738
+ "type": "Property"
739
+ }
740
+ }
741
+ },
742
+ "additionalProperties": false,
743
+ "metadata": {
744
+ "path": [],
745
+ "type": "Control"
746
+ }
747
+ }
748
+ },
749
+ "$schema": "http://json-schema.org/draft-07/schema#"
750
+ }