@sap/ux-specification 1.102.11 → 1.102.13

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 +762 -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,762 @@
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.MicroChart": {
27
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
28
+ "isViewNode": true,
29
+ "type": "object",
30
+ "properties": {},
31
+ "additionalProperties": false,
32
+ "metadata": {
33
+ "path": [],
34
+ "type": "Control"
35
+ }
36
+ },
37
+ "sap.fe.macros.Paginator": {
38
+ "description": "Building block used to create a paginator control.Usage example: \n<macro:Paginator />\n",
39
+ "isViewNode": true,
40
+ "type": "object",
41
+ "properties": {},
42
+ "additionalProperties": false,
43
+ "metadata": {
44
+ "path": [],
45
+ "type": "Control"
46
+ }
47
+ },
48
+ "sap.fe.macros.Share": {
49
+ "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",
50
+ "isViewNode": true,
51
+ "type": "object",
52
+ "properties": {},
53
+ "additionalProperties": false,
54
+ "metadata": {
55
+ "path": [],
56
+ "type": "Control"
57
+ }
58
+ },
59
+ "sap.fe.macros.MacroAPI": {
60
+ "description": "Base API control for macros.",
61
+ "isViewNode": true,
62
+ "type": "object",
63
+ "properties": {
64
+ "contextPath": {
65
+ "type": "string",
66
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
67
+ "metadata": {
68
+ "type": "Property"
69
+ }
70
+ },
71
+ "metaPath": {
72
+ "type": "string",
73
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
74
+ "metadata": {
75
+ "type": "Property"
76
+ }
77
+ }
78
+ },
79
+ "additionalProperties": false,
80
+ "metadata": {
81
+ "path": [],
82
+ "type": "Control"
83
+ }
84
+ },
85
+ "sap.fe.macros.Chart": {
86
+ "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",
87
+ "isViewNode": true,
88
+ "type": "object",
89
+ "properties": {
90
+ "contextPath": {
91
+ "type": "string",
92
+ "description": "Metadata path to the entitySet or navigationProperty",
93
+ "metadata": {
94
+ "type": "Property"
95
+ }
96
+ },
97
+ "filterBar": {
98
+ "type": "string",
99
+ "description": "Id of the FilterBar building block associated with the chart.",
100
+ "metadata": {
101
+ "type": "Property"
102
+ }
103
+ },
104
+ "id": {
105
+ "type": "string",
106
+ "description": "ID of the chart",
107
+ "metadata": {
108
+ "type": "Property"
109
+ }
110
+ },
111
+ "metaPath": {
112
+ "type": "string",
113
+ "description": "Metadata path to the presentation (UI.Chart w or w/o qualifier)",
114
+ "metadata": {
115
+ "type": "Property"
116
+ }
117
+ },
118
+ "personalization": {
119
+ "anyOf": [
120
+ {
121
+ "type": "boolean"
122
+ },
123
+ {
124
+ "type": "string"
125
+ }
126
+ ],
127
+ "description": "Parameter which sets the personalization of the MDC chart",
128
+ "metadata": {
129
+ "type": "Property"
130
+ }
131
+ },
132
+ "selectionMode": {
133
+ "type": "string",
134
+ "description": "Specifies the selection mode",
135
+ "metadata": {
136
+ "type": "Property"
137
+ }
138
+ },
139
+ "selectionChange": {
140
+ "type": "string",
141
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
142
+ "metadata": {
143
+ "type": "Event"
144
+ }
145
+ }
146
+ },
147
+ "additionalProperties": false,
148
+ "metadata": {
149
+ "path": [],
150
+ "type": "Control"
151
+ }
152
+ },
153
+ "sap.fe.macros.Field": {
154
+ "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",
155
+ "isViewNode": true,
156
+ "type": "object",
157
+ "properties": {
158
+ "contextPath": {
159
+ "type": "string",
160
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
161
+ "metadata": {
162
+ "type": "Property"
163
+ }
164
+ },
165
+ "formatOptions": {
166
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
167
+ "description": "formatOptions",
168
+ "isViewNode": true,
169
+ "metadata": {
170
+ "type": "Property"
171
+ }
172
+ },
173
+ "id": {
174
+ "type": "string",
175
+ "description": "The identifier of the Field control.",
176
+ "metadata": {
177
+ "type": "Property"
178
+ }
179
+ },
180
+ "metaPath": {
181
+ "type": "string",
182
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
183
+ "metadata": {
184
+ "type": "Property"
185
+ }
186
+ },
187
+ "readOnly": {
188
+ "type": "boolean",
189
+ "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",
190
+ "metadata": {
191
+ "type": "Property"
192
+ }
193
+ },
194
+ "semanticObject": {
195
+ "type": "string",
196
+ "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",
197
+ "metadata": {
198
+ "type": "Property"
199
+ }
200
+ },
201
+ "change": {
202
+ "type": "string",
203
+ "description": "An event containing details is triggered when the value of the field is changed.",
204
+ "metadata": {
205
+ "type": "Event"
206
+ }
207
+ }
208
+ },
209
+ "additionalProperties": false,
210
+ "metadata": {
211
+ "path": [],
212
+ "type": "Control"
213
+ }
214
+ },
215
+ "sap.fe.macros.FilterBar": {
216
+ "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",
217
+ "isViewNode": true,
218
+ "type": "object",
219
+ "properties": {
220
+ "contextPath": {
221
+ "type": "string",
222
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
223
+ "metadata": {
224
+ "type": "Property"
225
+ }
226
+ },
227
+ "id": {
228
+ "type": "string",
229
+ "description": "The identifier of the FilterBar control.",
230
+ "metadata": {
231
+ "type": "Property"
232
+ }
233
+ },
234
+ "metaPath": {
235
+ "type": "string",
236
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
237
+ "metadata": {
238
+ "type": "Property"
239
+ }
240
+ },
241
+ "filterChanged": {
242
+ "type": "string",
243
+ "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
244
+ "metadata": {
245
+ "type": "Event"
246
+ }
247
+ },
248
+ "search": {
249
+ "type": "string",
250
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
251
+ "metadata": {
252
+ "type": "Event"
253
+ }
254
+ }
255
+ },
256
+ "additionalProperties": false,
257
+ "metadata": {
258
+ "path": [],
259
+ "type": "Control"
260
+ }
261
+ },
262
+ "sap.fe.macros.Form": {
263
+ "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacetUsage example:\n\n<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
264
+ "isViewNode": true,
265
+ "type": "object",
266
+ "properties": {
267
+ "contextPath": {
268
+ "type": "string",
269
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
270
+ "metadata": {
271
+ "type": "Property"
272
+ }
273
+ },
274
+ "id": {
275
+ "type": "string",
276
+ "description": "The identifier of the form control.",
277
+ "metadata": {
278
+ "type": "Property"
279
+ }
280
+ },
281
+ "metaPath": {
282
+ "type": "string",
283
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
284
+ "metadata": {
285
+ "type": "Property"
286
+ }
287
+ },
288
+ "title": {
289
+ "type": "string",
290
+ "description": "The title of the form control.",
291
+ "metadata": {
292
+ "type": "Property"
293
+ }
294
+ }
295
+ },
296
+ "additionalProperties": false,
297
+ "metadata": {
298
+ "path": [],
299
+ "type": "Control"
300
+ }
301
+ },
302
+ "sap.fe.macros.Table": {
303
+ "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",
304
+ "isViewNode": true,
305
+ "type": "object",
306
+ "properties": {
307
+ "busy": {
308
+ "type": "boolean",
309
+ "description": "An expression that allows you to control the 'busy' state of the table.",
310
+ "metadata": {
311
+ "type": "Property"
312
+ }
313
+ },
314
+ "contextPath": {
315
+ "type": "string",
316
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
317
+ "metadata": {
318
+ "type": "Property"
319
+ }
320
+ },
321
+ "enableAutoColumnWidth": {
322
+ "type": "boolean",
323
+ "description": "Specifies the header text that is shown in the table.",
324
+ "metadata": {
325
+ "type": "Property"
326
+ }
327
+ },
328
+ "enableExport": {
329
+ "type": "boolean",
330
+ "description": "Controls if the export functionality of the table is enabled or not.",
331
+ "metadata": {
332
+ "type": "Property"
333
+ }
334
+ },
335
+ "enableFullScreen": {
336
+ "type": "boolean",
337
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
338
+ "metadata": {
339
+ "type": "Property"
340
+ }
341
+ },
342
+ "enablePaste": {
343
+ "type": "boolean",
344
+ "description": "Controls if the paste functionality of the table is enabled or not.",
345
+ "metadata": {
346
+ "type": "Property"
347
+ }
348
+ },
349
+ "filterBar": {
350
+ "type": "string",
351
+ "description": "ID of the FilterBar building block associated with the table.",
352
+ "metadata": {
353
+ "type": "Property"
354
+ }
355
+ },
356
+ "header": {
357
+ "type": "string",
358
+ "description": "Specifies the header text that is shown in the table.",
359
+ "metadata": {
360
+ "type": "Property"
361
+ }
362
+ },
363
+ "headerVisible": {
364
+ "type": "boolean",
365
+ "description": "Controls if the header text should be shown or not.",
366
+ "metadata": {
367
+ "type": "Property"
368
+ }
369
+ },
370
+ "id": {
371
+ "type": "string",
372
+ "description": "The identifier of the table control.",
373
+ "metadata": {
374
+ "type": "Property"
375
+ }
376
+ },
377
+ "isSearchable": {
378
+ "type": "boolean",
379
+ "description": "Defines whether to display the search action.",
380
+ "metadata": {
381
+ "type": "Property"
382
+ }
383
+ },
384
+ "menu": {
385
+ "type": "string",
386
+ "description": "Groups menu actions by key.",
387
+ "metadata": {
388
+ "type": "Property"
389
+ }
390
+ },
391
+ "metaPath": {
392
+ "type": "string",
393
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
394
+ "metadata": {
395
+ "type": "Property"
396
+ }
397
+ },
398
+ "personalization": {
399
+ "anyOf": [
400
+ {
401
+ "type": "boolean"
402
+ },
403
+ {
404
+ "type": "string"
405
+ }
406
+ ],
407
+ "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",
408
+ "metadata": {
409
+ "type": "Property"
410
+ }
411
+ },
412
+ "readOnly": {
413
+ "type": "boolean",
414
+ "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",
415
+ "metadata": {
416
+ "type": "Property"
417
+ }
418
+ },
419
+ "selectionMode": {
420
+ "type": "string",
421
+ "description": "Defines the selection mode to be used by the table.Allowed values are `None`, `Single`, `Multi` or `Auto`\n",
422
+ "metadata": {
423
+ "type": "Property"
424
+ }
425
+ },
426
+ "type": {
427
+ "type": "string",
428
+ "description": "Defines the type of table that will be used by the building block to render the data.Allowed values are `GridTable` and `ResponsiveTable`\n",
429
+ "metadata": {
430
+ "type": "Property"
431
+ }
432
+ },
433
+ "variantManagement": {
434
+ "type": "string",
435
+ "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",
436
+ "metadata": {
437
+ "type": "Property"
438
+ }
439
+ },
440
+ "title": {
441
+ "type": "string",
442
+ "description": "The text that will be displayed for table title",
443
+ "metadata": {
444
+ "type": "Property"
445
+ }
446
+ },
447
+ "actions": {
448
+ "description": "actions",
449
+ "type": "object",
450
+ "additionalProperties": {
451
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
452
+ },
453
+ "isViewNode": true,
454
+ "metadata": {
455
+ "path": [],
456
+ "type": "Aggregation"
457
+ }
458
+ },
459
+ "columns": {
460
+ "description": "columns",
461
+ "type": "object",
462
+ "additionalProperties": {
463
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
464
+ },
465
+ "isViewNode": true,
466
+ "metadata": {
467
+ "path": [],
468
+ "type": "Aggregation"
469
+ }
470
+ },
471
+ "rowPress": {
472
+ "type": "string",
473
+ "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",
474
+ "metadata": {
475
+ "type": "Event"
476
+ }
477
+ },
478
+ "selectionChange": {
479
+ "type": "string",
480
+ "description": "An event triggered when the selection in the table changes.",
481
+ "metadata": {
482
+ "type": "Event"
483
+ }
484
+ }
485
+ },
486
+ "additionalProperties": false,
487
+ "metadata": {
488
+ "path": [],
489
+ "type": "Control"
490
+ }
491
+ },
492
+ "sap.fe.macros.ActionGroup": {
493
+ "description": "Definition of a actions group to be used inside the table toolbar",
494
+ "isViewNode": true,
495
+ "type": "object",
496
+ "properties": {
497
+ "text": {
498
+ "type": "string",
499
+ "description": "The text that will be displayed for this action group",
500
+ "metadata": {
501
+ "type": "Property"
502
+ }
503
+ },
504
+ "placement": {
505
+ "type": "string",
506
+ "description": "Defines where this action group should be placed relative to the defined anchor",
507
+ "metadata": {
508
+ "type": "Property"
509
+ }
510
+ },
511
+ "anchor": {
512
+ "type": "string",
513
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
514
+ "metadata": {
515
+ "type": "Property"
516
+ }
517
+ },
518
+ "actions": {
519
+ "description": "actions",
520
+ "type": "object",
521
+ "additionalProperties": {
522
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
523
+ },
524
+ "isViewNode": true,
525
+ "metadata": {
526
+ "path": [],
527
+ "type": "Aggregation"
528
+ }
529
+ }
530
+ },
531
+ "additionalProperties": false,
532
+ "metadata": {
533
+ "path": [],
534
+ "type": "Control"
535
+ }
536
+ },
537
+ "sap.fe.macros.FieldFormatOptions": {
538
+ "description": "Additional format options for the field.",
539
+ "isViewNode": true,
540
+ "type": "object",
541
+ "properties": {
542
+ "displayMode": {
543
+ "type": "string",
544
+ "description": " Defines how the field value and associated text will be displayed together. Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
545
+ "metadata": {
546
+ "type": "Property"
547
+ }
548
+ },
549
+ "measureDisplayMode": {
550
+ "type": "string",
551
+ "description": "Defines if and how the field measure will be displayed.Allowed values are \"Hidden\" and \"ReadOnly\"\n",
552
+ "metadata": {
553
+ "type": "Property"
554
+ }
555
+ },
556
+ "textExpandBehaviorDisplay": {
557
+ "type": "string",
558
+ "description": "Defines how the full text will be displayed.Allowed values are \"InPlace\" and \"Popover\"\n",
559
+ "metadata": {
560
+ "type": "Property"
561
+ }
562
+ },
563
+ "textLinesEdit": {
564
+ "type": "number",
565
+ "description": "Maximum number of lines for multiline texts in edit mode.",
566
+ "metadata": {
567
+ "type": "Property"
568
+ }
569
+ },
570
+ "textMaxCharactersDisplay": {
571
+ "type": "number",
572
+ "description": "Maximum number of characters from the beginning of the text field that are shown initially.",
573
+ "metadata": {
574
+ "type": "Property"
575
+ }
576
+ },
577
+ "textMaxLines": {
578
+ "type": "number",
579
+ "description": "Maximum number of lines that multiline texts in edit mode can grow to.",
580
+ "metadata": {
581
+ "type": "Property"
582
+ }
583
+ }
584
+ },
585
+ "additionalProperties": false,
586
+ "metadata": {
587
+ "path": [],
588
+ "type": "Control"
589
+ }
590
+ },
591
+ "sap.fe.macros.FilterField": {
592
+ "description": "Definition of a custom filter to be used inside the FilterBar.The template for the FilterField has to be provided as the default aggregation\n",
593
+ "isViewNode": true,
594
+ "type": "object",
595
+ "properties": {
596
+ "anchor": {
597
+ "type": "string",
598
+ "description": "Reference to the key of another filter already displayed in the table to properly place this one",
599
+ "metadata": {
600
+ "type": "Property"
601
+ }
602
+ },
603
+ "key": {
604
+ "type": "string",
605
+ "description": "The property name of the FilterField",
606
+ "metadata": {
607
+ "type": "Property"
608
+ }
609
+ },
610
+ "label": {
611
+ "type": "string",
612
+ "description": "The text that will be displayed for this FilterField",
613
+ "metadata": {
614
+ "type": "Property"
615
+ }
616
+ },
617
+ "liveMode": {
618
+ "type": "boolean",
619
+ "description": "If set, the search is triggered automatically when a filter value is changed.",
620
+ "metadata": {
621
+ "type": "Property"
622
+ }
623
+ },
624
+ "placement": {
625
+ "type": "string",
626
+ "description": "Defines where this filter should be placed relative to the defined anchorAllowed values are `Before` and `After`\n",
627
+ "metadata": {
628
+ "type": "Property"
629
+ }
630
+ },
631
+ "showMessages": {
632
+ "type": "boolean",
633
+ "description": "If set, possible errors that occur during the search will be displayed in a message box.",
634
+ "metadata": {
635
+ "type": "Property"
636
+ }
637
+ },
638
+ "visible": {
639
+ "type": "boolean",
640
+ "description": "Parameter which sets the visibility of the FilterBar building block",
641
+ "metadata": {
642
+ "type": "Property"
643
+ }
644
+ }
645
+ },
646
+ "additionalProperties": false,
647
+ "metadata": {
648
+ "path": [],
649
+ "type": "Control"
650
+ }
651
+ },
652
+ "sap.fe.macros.table.Action": {
653
+ "description": "Definition of a custom action to be used inside the table toolbar",
654
+ "isViewNode": true,
655
+ "type": "object",
656
+ "properties": {
657
+ "anchor": {
658
+ "type": "string",
659
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
660
+ "metadata": {
661
+ "type": "Property"
662
+ }
663
+ },
664
+ "enabled": {
665
+ "type": "boolean",
666
+ "description": "Enables or disables the action",
667
+ "metadata": {
668
+ "type": "Property"
669
+ }
670
+ },
671
+ "key": {
672
+ "type": "string",
673
+ "description": "Unique identifier of the action",
674
+ "metadata": {
675
+ "type": "Property"
676
+ }
677
+ },
678
+ "placement": {
679
+ "type": "string",
680
+ "description": "Defines where this action should be placed relative to the defined anchorAllowed values are `Before` and `After`\n",
681
+ "metadata": {
682
+ "type": "Property"
683
+ }
684
+ },
685
+ "press": {
686
+ "type": "string",
687
+ "description": "Event handler to be called when the user chooses the action",
688
+ "metadata": {
689
+ "type": "Property"
690
+ }
691
+ },
692
+ "requiresSelection": {
693
+ "type": "boolean",
694
+ "description": "Defines if the action requires a selection.",
695
+ "metadata": {
696
+ "type": "Property"
697
+ }
698
+ },
699
+ "text": {
700
+ "type": "string",
701
+ "description": "The text that will be displayed for this action",
702
+ "metadata": {
703
+ "type": "Property"
704
+ }
705
+ }
706
+ },
707
+ "additionalProperties": false,
708
+ "metadata": {
709
+ "path": [],
710
+ "type": "Control"
711
+ }
712
+ },
713
+ "sap.fe.macros.table.Column": {
714
+ "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",
715
+ "isViewNode": true,
716
+ "type": "object",
717
+ "properties": {
718
+ "anchor": {
719
+ "type": "string",
720
+ "description": "Reference to the key of another column already displayed in the table to properly place this one",
721
+ "metadata": {
722
+ "type": "Property"
723
+ }
724
+ },
725
+ "header": {
726
+ "type": "string",
727
+ "description": "The text that will be displayed for this column header",
728
+ "metadata": {
729
+ "type": "Property"
730
+ }
731
+ },
732
+ "importance": {
733
+ "type": "string",
734
+ "description": "Defines the column importanceYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
735
+ "metadata": {
736
+ "type": "Property"
737
+ }
738
+ },
739
+ "key": {
740
+ "type": "string",
741
+ "description": "Unique identifier of the column",
742
+ "metadata": {
743
+ "type": "Property"
744
+ }
745
+ },
746
+ "placement": {
747
+ "type": "string",
748
+ "description": "Defines where this column should be placed relative to the defined anchorAllowed values are `Before` and `After`\n",
749
+ "metadata": {
750
+ "type": "Property"
751
+ }
752
+ }
753
+ },
754
+ "additionalProperties": false,
755
+ "metadata": {
756
+ "path": [],
757
+ "type": "Control"
758
+ }
759
+ }
760
+ },
761
+ "$schema": "http://json-schema.org/draft-07/schema#"
762
+ }