@sap/ux-specification 1.124.19 → 1.136.0
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.
- package/CHANGELOG.md +7 -481
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +106 -106
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/ApplicationV4.json +47 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +2499 -1001
- package/dist/schemas/v4/ListReportConfig.json +19 -1
- package/dist/schemas/v4/ObjectPageConfig.json +27 -0
- package/dist/specification/package.json +4 -4
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +63 -0
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -0
- package/dist/specification/src/sync/common/DataFieldStrategy.js +356 -0
- package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -0
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +62 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +164 -59
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +9 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +18 -0
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/index.d.ts +1 -0
- package/dist/specification/src/sync/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/index.js +1 -0
- package/dist/specification/src/sync/common/index.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +25 -5
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +27 -64
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +1 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +22 -0
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +4 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +4 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +4 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +6 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +7 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +7 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +15 -2
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +21 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +42 -36
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +13 -5
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +36 -38
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +21 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +24 -53
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +68 -2
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +273 -121
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +5 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +5 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
- package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +39 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +4 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +4 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +8 -2
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -1
- package/package.json +4 -4
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"sap.fe.macros.microchart",
|
|
11
11
|
"sap.fe.macros.richtexteditor",
|
|
12
12
|
"sap.fe.macros.share",
|
|
13
|
-
"sap.fe.macros.table"
|
|
13
|
+
"sap.fe.macros.table",
|
|
14
|
+
"sap.fe.macros.controls.section"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"properties": {
|
|
@@ -25,98 +26,81 @@
|
|
|
25
26
|
},
|
|
26
27
|
"additionalProperties": false,
|
|
27
28
|
"definitions": {
|
|
28
|
-
"sap.fe.macros.
|
|
29
|
-
"description": "
|
|
29
|
+
"sap.fe.macros.Chart": {
|
|
30
|
+
"description": "Building block used to create a chart based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"MyChart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
|
|
30
31
|
"isViewNode": true,
|
|
31
32
|
"type": "object",
|
|
32
33
|
"properties": {
|
|
33
|
-
"
|
|
34
|
+
"contextPath": {
|
|
34
35
|
"type": "string",
|
|
35
|
-
"description": "
|
|
36
|
+
"description": "Metadata path to the entitySet or navigationProperty",
|
|
36
37
|
"artifactType": "XMLProperty",
|
|
37
38
|
"metadata": {
|
|
38
39
|
"type": "Property"
|
|
39
40
|
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
"additionalProperties": false,
|
|
43
|
-
"metadata": {
|
|
44
|
-
"path": [],
|
|
45
|
-
"type": "Control"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"sap.fe.macros.MacroAPI": {
|
|
49
|
-
"description": "Base API control for building blocks.",
|
|
50
|
-
"isViewNode": true,
|
|
51
|
-
"type": "object",
|
|
52
|
-
"properties": {
|
|
53
|
-
"contextPath": {
|
|
41
|
+
},
|
|
42
|
+
"filterBar": {
|
|
54
43
|
"type": "string",
|
|
55
|
-
"description": "
|
|
44
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
56
45
|
"artifactType": "XMLProperty",
|
|
57
46
|
"metadata": {
|
|
58
47
|
"type": "Property"
|
|
59
48
|
}
|
|
60
49
|
},
|
|
61
|
-
"
|
|
50
|
+
"header": {
|
|
62
51
|
"type": "string",
|
|
63
|
-
"description": "
|
|
52
|
+
"description": "Specifies the header text that is shown in the chart",
|
|
64
53
|
"artifactType": "XMLProperty",
|
|
65
54
|
"metadata": {
|
|
66
55
|
"type": "Property"
|
|
67
|
-
}
|
|
56
|
+
},
|
|
57
|
+
"i18nClassification": "HED: Header of the chart"
|
|
68
58
|
},
|
|
69
|
-
"
|
|
70
|
-
"type": "
|
|
71
|
-
"description": "
|
|
59
|
+
"headerVisible": {
|
|
60
|
+
"type": "boolean",
|
|
61
|
+
"description": "Controls if the header text should be shown or not",
|
|
72
62
|
"artifactType": "XMLProperty",
|
|
73
63
|
"metadata": {
|
|
74
64
|
"type": "Property"
|
|
75
65
|
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"path": [],
|
|
81
|
-
"type": "Control"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"sap.fe.macros.RichTextEditor": {
|
|
85
|
-
"description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
|
|
86
|
-
"isViewNode": true,
|
|
87
|
-
"type": "object",
|
|
88
|
-
"properties": {
|
|
89
|
-
"excludeDefaultPlugins": {
|
|
90
|
-
"type": "boolean",
|
|
91
|
-
"description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
|
|
66
|
+
},
|
|
67
|
+
"metaPath": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
|
|
92
70
|
"artifactType": "XMLProperty",
|
|
93
71
|
"metadata": {
|
|
94
72
|
"type": "Property"
|
|
95
73
|
}
|
|
96
74
|
},
|
|
97
|
-
"
|
|
98
|
-
"type": "
|
|
99
|
-
"description": "
|
|
75
|
+
"personalization": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart 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- Type\n- Item\n- Filter\n",
|
|
100
78
|
"artifactType": "XMLProperty",
|
|
101
79
|
"metadata": {
|
|
102
80
|
"type": "Property"
|
|
103
81
|
}
|
|
104
82
|
},
|
|
105
|
-
"
|
|
106
|
-
"type": "
|
|
107
|
-
"description": "
|
|
83
|
+
"selectionMode": {
|
|
84
|
+
"type": "string",
|
|
85
|
+
"description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
|
|
108
86
|
"artifactType": "XMLProperty",
|
|
109
87
|
"metadata": {
|
|
110
88
|
"type": "Property"
|
|
111
|
-
}
|
|
89
|
+
},
|
|
90
|
+
"enum": [
|
|
91
|
+
"None",
|
|
92
|
+
"Single",
|
|
93
|
+
"Multiple"
|
|
94
|
+
]
|
|
112
95
|
},
|
|
113
|
-
"
|
|
114
|
-
"type": "
|
|
115
|
-
"description": "
|
|
96
|
+
"variantManagement": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
|
|
116
99
|
"artifactType": "XMLProperty",
|
|
117
100
|
"metadata": {
|
|
118
101
|
"type": "Property"
|
|
119
|
-
}
|
|
102
|
+
},
|
|
103
|
+
"const": "Control"
|
|
120
104
|
},
|
|
121
105
|
"id": {
|
|
122
106
|
"type": "string",
|
|
@@ -126,10 +110,10 @@
|
|
|
126
110
|
"type": "Property"
|
|
127
111
|
}
|
|
128
112
|
},
|
|
129
|
-
"
|
|
113
|
+
"actions": {
|
|
130
114
|
"type": "object",
|
|
131
115
|
"additionalProperties": {
|
|
132
|
-
"$ref": "#/definitions/sap.fe.macros.
|
|
116
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
133
117
|
},
|
|
134
118
|
"isViewNode": true,
|
|
135
119
|
"metadata": {
|
|
@@ -137,15 +121,12 @@
|
|
|
137
121
|
"type": "Aggregation"
|
|
138
122
|
}
|
|
139
123
|
},
|
|
140
|
-
"
|
|
141
|
-
"type": "
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
},
|
|
145
|
-
"isViewNode": true,
|
|
124
|
+
"selectionChange": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"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.",
|
|
127
|
+
"artifactType": "XMLProperty",
|
|
146
128
|
"metadata": {
|
|
147
|
-
"
|
|
148
|
-
"type": "Aggregation"
|
|
129
|
+
"type": "Event"
|
|
149
130
|
}
|
|
150
131
|
}
|
|
151
132
|
},
|
|
@@ -155,71 +136,78 @@
|
|
|
155
136
|
"type": "Control"
|
|
156
137
|
}
|
|
157
138
|
},
|
|
158
|
-
"sap.fe.macros.
|
|
159
|
-
"description": "
|
|
139
|
+
"sap.fe.macros.CollectionBindingInfo": {
|
|
140
|
+
"description": "API to add parameters to the collection binding infos.",
|
|
160
141
|
"isViewNode": true,
|
|
161
142
|
"type": "object",
|
|
162
143
|
"properties": {
|
|
163
|
-
"
|
|
144
|
+
"id": {
|
|
164
145
|
"type": "string",
|
|
165
|
-
"description": "
|
|
146
|
+
"description": "Unique id of control",
|
|
166
147
|
"artifactType": "XMLProperty",
|
|
167
148
|
"metadata": {
|
|
168
149
|
"type": "Property"
|
|
169
150
|
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"additionalProperties": false,
|
|
154
|
+
"metadata": {
|
|
155
|
+
"path": [],
|
|
156
|
+
"type": "Control"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"sap.fe.macros.Field": {
|
|
160
|
+
"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.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\nOverview of Building Blocks\n",
|
|
161
|
+
"isViewNode": true,
|
|
162
|
+
"type": "object",
|
|
163
|
+
"properties": {
|
|
164
|
+
"contextPath": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
174
167
|
"artifactType": "XMLProperty",
|
|
175
168
|
"metadata": {
|
|
176
169
|
"type": "Property"
|
|
177
170
|
}
|
|
178
171
|
},
|
|
179
|
-
"
|
|
172
|
+
"description": {
|
|
180
173
|
"type": "string",
|
|
181
|
-
"description": "
|
|
174
|
+
"description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
|
|
182
175
|
"artifactType": "XMLProperty",
|
|
183
176
|
"metadata": {
|
|
184
177
|
"type": "Property"
|
|
185
178
|
}
|
|
186
179
|
},
|
|
187
|
-
"
|
|
180
|
+
"metaPath": {
|
|
188
181
|
"type": "string",
|
|
189
|
-
"description": "Defines
|
|
182
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
190
183
|
"artifactType": "XMLProperty",
|
|
191
184
|
"metadata": {
|
|
192
185
|
"type": "Property"
|
|
193
|
-
}
|
|
194
|
-
"enum": [
|
|
195
|
-
"After",
|
|
196
|
-
"Before"
|
|
197
|
-
]
|
|
186
|
+
}
|
|
198
187
|
},
|
|
199
|
-
"
|
|
200
|
-
"type": "
|
|
201
|
-
"description": "
|
|
188
|
+
"readOnly": {
|
|
189
|
+
"type": "boolean",
|
|
190
|
+
"description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
202
191
|
"artifactType": "XMLProperty",
|
|
203
192
|
"metadata": {
|
|
204
193
|
"type": "Property"
|
|
205
194
|
}
|
|
206
195
|
},
|
|
207
|
-
"
|
|
208
|
-
"type": "
|
|
209
|
-
"description": "
|
|
196
|
+
"semanticObject": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
|
|
210
199
|
"artifactType": "XMLProperty",
|
|
211
200
|
"metadata": {
|
|
212
201
|
"type": "Property"
|
|
213
202
|
}
|
|
214
203
|
},
|
|
215
|
-
"
|
|
204
|
+
"value": {
|
|
216
205
|
"type": "string",
|
|
217
|
-
"description": "
|
|
206
|
+
"description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
|
|
218
207
|
"artifactType": "XMLProperty",
|
|
219
208
|
"metadata": {
|
|
220
209
|
"type": "Property"
|
|
221
|
-
}
|
|
222
|
-
"i18nClassification": "BUT: Text of the action button"
|
|
210
|
+
}
|
|
223
211
|
},
|
|
224
212
|
"id": {
|
|
225
213
|
"type": "string",
|
|
@@ -228,6 +216,33 @@
|
|
|
228
216
|
"metadata": {
|
|
229
217
|
"type": "Property"
|
|
230
218
|
}
|
|
219
|
+
},
|
|
220
|
+
"formatOptions": {
|
|
221
|
+
"type": "object",
|
|
222
|
+
"additionalProperties": {
|
|
223
|
+
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
224
|
+
},
|
|
225
|
+
"isViewNode": true,
|
|
226
|
+
"metadata": {
|
|
227
|
+
"path": [],
|
|
228
|
+
"type": "Aggregation"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"change": {
|
|
232
|
+
"type": "string",
|
|
233
|
+
"description": "An event containing details is triggered when the value of the field is changed.",
|
|
234
|
+
"artifactType": "XMLProperty",
|
|
235
|
+
"metadata": {
|
|
236
|
+
"type": "Event"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"liveChange": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"description": "An event containing details is triggered when the value of the field is live changed.",
|
|
242
|
+
"artifactType": "XMLProperty",
|
|
243
|
+
"metadata": {
|
|
244
|
+
"type": "Event"
|
|
245
|
+
}
|
|
231
246
|
}
|
|
232
247
|
},
|
|
233
248
|
"additionalProperties": false,
|
|
@@ -236,47 +251,60 @@
|
|
|
236
251
|
"type": "Control"
|
|
237
252
|
}
|
|
238
253
|
},
|
|
239
|
-
"sap.fe.macros.
|
|
240
|
-
"description": "
|
|
254
|
+
"sap.fe.macros.KPITag": {
|
|
255
|
+
"description": "Building block used to create a KPI tag.",
|
|
241
256
|
"isViewNode": true,
|
|
242
257
|
"type": "object",
|
|
243
258
|
"properties": {
|
|
244
|
-
"
|
|
245
|
-
"type": "
|
|
246
|
-
"description": "
|
|
259
|
+
"number": {
|
|
260
|
+
"type": "any",
|
|
261
|
+
"description": "The Number to be displayed.",
|
|
247
262
|
"artifactType": "XMLProperty",
|
|
248
263
|
"metadata": {
|
|
249
264
|
"type": "Property"
|
|
250
265
|
}
|
|
251
266
|
},
|
|
252
|
-
"
|
|
253
|
-
"type": "
|
|
254
|
-
"description": "
|
|
267
|
+
"showIcon": {
|
|
268
|
+
"type": "boolean",
|
|
269
|
+
"description": "Set it to `true` if the KPI should display its status icon.",
|
|
255
270
|
"artifactType": "XMLProperty",
|
|
256
271
|
"metadata": {
|
|
257
272
|
"type": "Property"
|
|
258
273
|
}
|
|
259
274
|
},
|
|
260
|
-
"
|
|
261
|
-
"type": "
|
|
262
|
-
"description": "
|
|
275
|
+
"status": {
|
|
276
|
+
"type": "any",
|
|
277
|
+
"description": "The Status to be displayed.",
|
|
263
278
|
"artifactType": "XMLProperty",
|
|
264
279
|
"metadata": {
|
|
265
280
|
"type": "Property"
|
|
266
|
-
}
|
|
267
|
-
"enum": [
|
|
268
|
-
"After",
|
|
269
|
-
"Before"
|
|
270
|
-
]
|
|
281
|
+
}
|
|
271
282
|
},
|
|
272
283
|
"text": {
|
|
273
|
-
"type": "
|
|
274
|
-
"description": "The
|
|
284
|
+
"type": "any",
|
|
285
|
+
"description": "The Text to be displayed.",
|
|
275
286
|
"artifactType": "XMLProperty",
|
|
276
287
|
"metadata": {
|
|
277
288
|
"type": "Property"
|
|
278
289
|
},
|
|
279
|
-
"i18nClassification": "
|
|
290
|
+
"i18nClassification": "TXT: Text of the KPITag"
|
|
291
|
+
},
|
|
292
|
+
"tooltip": {
|
|
293
|
+
"type": "any",
|
|
294
|
+
"description": "The Tooltip to be displayed.",
|
|
295
|
+
"artifactType": "XMLProperty",
|
|
296
|
+
"metadata": {
|
|
297
|
+
"type": "Property"
|
|
298
|
+
},
|
|
299
|
+
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
300
|
+
},
|
|
301
|
+
"unit": {
|
|
302
|
+
"type": "any",
|
|
303
|
+
"description": "The Unit of Measure of the number to be displayed.",
|
|
304
|
+
"artifactType": "XMLProperty",
|
|
305
|
+
"metadata": {
|
|
306
|
+
"type": "Property"
|
|
307
|
+
}
|
|
280
308
|
},
|
|
281
309
|
"id": {
|
|
282
310
|
"type": "string",
|
|
@@ -286,15 +314,12 @@
|
|
|
286
314
|
"type": "Property"
|
|
287
315
|
}
|
|
288
316
|
},
|
|
289
|
-
"
|
|
290
|
-
"type": "
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
},
|
|
294
|
-
"isViewNode": true,
|
|
317
|
+
"press": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"description": "An event is triggered when the KPI is pressed.",
|
|
320
|
+
"artifactType": "XMLProperty",
|
|
295
321
|
"metadata": {
|
|
296
|
-
"
|
|
297
|
-
"type": "Aggregation"
|
|
322
|
+
"type": "Event"
|
|
298
323
|
}
|
|
299
324
|
}
|
|
300
325
|
},
|
|
@@ -304,106 +329,121 @@
|
|
|
304
329
|
"type": "Control"
|
|
305
330
|
}
|
|
306
331
|
},
|
|
307
|
-
"sap.fe.macros.
|
|
308
|
-
"description": "
|
|
332
|
+
"sap.fe.macros.MacroAPI": {
|
|
333
|
+
"description": "Base API control for building blocks.",
|
|
309
334
|
"isViewNode": true,
|
|
310
335
|
"type": "object",
|
|
311
336
|
"properties": {
|
|
312
337
|
"contextPath": {
|
|
313
338
|
"type": "string",
|
|
314
|
-
"description": "
|
|
339
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
315
340
|
"artifactType": "XMLProperty",
|
|
316
341
|
"metadata": {
|
|
317
342
|
"type": "Property"
|
|
318
343
|
}
|
|
319
344
|
},
|
|
320
|
-
"
|
|
345
|
+
"metaPath": {
|
|
321
346
|
"type": "string",
|
|
322
|
-
"description": "
|
|
347
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
323
348
|
"artifactType": "XMLProperty",
|
|
324
349
|
"metadata": {
|
|
325
350
|
"type": "Property"
|
|
326
351
|
}
|
|
327
352
|
},
|
|
328
|
-
"
|
|
353
|
+
"id": {
|
|
329
354
|
"type": "string",
|
|
330
|
-
"description": "
|
|
355
|
+
"description": "Unique id of control",
|
|
331
356
|
"artifactType": "XMLProperty",
|
|
332
357
|
"metadata": {
|
|
333
358
|
"type": "Property"
|
|
334
359
|
}
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"additionalProperties": false,
|
|
363
|
+
"metadata": {
|
|
364
|
+
"path": [],
|
|
365
|
+
"type": "Control"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"sap.fe.macros.MessageButton": {
|
|
369
|
+
"description": "Building block used to show bound messages.\nThe Message Button Building Block gets the bound messages from the MessageModel.\nUsage example:\n\n<macros:MessageButton visibilityChange=\".handler.onMessageButtonVisibilityChange\" />\n\n",
|
|
370
|
+
"isViewNode": true,
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {
|
|
373
|
+
"id": {
|
|
374
|
+
"type": "string",
|
|
375
|
+
"description": "Unique id of control",
|
|
339
376
|
"artifactType": "XMLProperty",
|
|
340
377
|
"metadata": {
|
|
341
378
|
"type": "Property"
|
|
342
379
|
}
|
|
343
380
|
},
|
|
344
|
-
"
|
|
381
|
+
"visibilityChange": {
|
|
345
382
|
"type": "string",
|
|
346
|
-
"description": "
|
|
383
|
+
"description": "The event is triggered when the message button's visibility changes.",
|
|
347
384
|
"artifactType": "XMLProperty",
|
|
348
385
|
"metadata": {
|
|
349
|
-
"type": "
|
|
386
|
+
"type": "Event"
|
|
350
387
|
}
|
|
351
|
-
}
|
|
352
|
-
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"additionalProperties": false,
|
|
391
|
+
"metadata": {
|
|
392
|
+
"path": [],
|
|
393
|
+
"type": "Control"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"sap.fe.macros.MicroChart": {
|
|
397
|
+
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nOverview of Micro Chart Building Block\n\t\t\t\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:MicroChart id=\"MyMicroChart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n \nsap.ui.require([\"sap/fe/macros/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"myMicroChart\", {metaPath:\"@com.sap.vocabularies.UI.v1.Chart\"})\n})\n\n",
|
|
398
|
+
"isViewNode": true,
|
|
399
|
+
"type": "object",
|
|
400
|
+
"properties": {
|
|
401
|
+
"contextPath": {
|
|
353
402
|
"type": "string",
|
|
354
|
-
"description": "
|
|
403
|
+
"description": "context path to the MicroChart.",
|
|
355
404
|
"artifactType": "XMLProperty",
|
|
356
405
|
"metadata": {
|
|
357
406
|
"type": "Property"
|
|
358
407
|
}
|
|
359
408
|
},
|
|
360
|
-
"
|
|
361
|
-
"type": "
|
|
362
|
-
"description": "
|
|
409
|
+
"hideOnNoData": {
|
|
410
|
+
"type": "boolean",
|
|
411
|
+
"description": "Show blank space in case there is no data in the chart",
|
|
363
412
|
"artifactType": "XMLProperty",
|
|
364
413
|
"metadata": {
|
|
365
414
|
"type": "Property"
|
|
366
|
-
}
|
|
367
|
-
"enum": [
|
|
368
|
-
"None",
|
|
369
|
-
"Single",
|
|
370
|
-
"Multiple"
|
|
371
|
-
]
|
|
415
|
+
}
|
|
372
416
|
},
|
|
373
|
-
"
|
|
417
|
+
"metaPath": {
|
|
374
418
|
"type": "string",
|
|
375
|
-
"description": "
|
|
419
|
+
"description": "Metadata path to the MicroChart.",
|
|
376
420
|
"artifactType": "XMLProperty",
|
|
377
421
|
"metadata": {
|
|
378
422
|
"type": "Property"
|
|
379
|
-
}
|
|
380
|
-
"const": "Control"
|
|
423
|
+
}
|
|
381
424
|
},
|
|
382
|
-
"
|
|
383
|
-
"type": "
|
|
384
|
-
"description": "
|
|
425
|
+
"showOnlyChart": {
|
|
426
|
+
"type": "boolean",
|
|
427
|
+
"description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do\nnot see the inner labels of the MicroChart as well.",
|
|
385
428
|
"artifactType": "XMLProperty",
|
|
386
429
|
"metadata": {
|
|
387
430
|
"type": "Property"
|
|
388
431
|
}
|
|
389
432
|
},
|
|
390
|
-
"
|
|
391
|
-
"type": "
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
},
|
|
395
|
-
"isViewNode": true,
|
|
433
|
+
"size": {
|
|
434
|
+
"type": "string",
|
|
435
|
+
"description": "Size of the MicroChart",
|
|
436
|
+
"artifactType": "XMLProperty",
|
|
396
437
|
"metadata": {
|
|
397
|
-
"
|
|
398
|
-
"type": "Aggregation"
|
|
438
|
+
"type": "Property"
|
|
399
439
|
}
|
|
400
440
|
},
|
|
401
|
-
"
|
|
441
|
+
"id": {
|
|
402
442
|
"type": "string",
|
|
403
|
-
"description": "
|
|
443
|
+
"description": "Unique id of control",
|
|
404
444
|
"artifactType": "XMLProperty",
|
|
405
445
|
"metadata": {
|
|
406
|
-
"type": "
|
|
446
|
+
"type": "Property"
|
|
407
447
|
}
|
|
408
448
|
}
|
|
409
449
|
},
|
|
@@ -413,81 +453,86 @@
|
|
|
413
453
|
"type": "Control"
|
|
414
454
|
}
|
|
415
455
|
},
|
|
416
|
-
"sap.fe.macros.
|
|
417
|
-
"description": "Building block
|
|
456
|
+
"sap.fe.macros.MultiValueField": {
|
|
457
|
+
"description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\nid=\"SomeUniqueIdentifier\"\ncontextPath=\"{entitySet>}\"\nmetaPath=\"{dataField>}\"\n/>\n",
|
|
418
458
|
"isViewNode": true,
|
|
419
459
|
"type": "object",
|
|
420
460
|
"properties": {
|
|
421
461
|
"contextPath": {
|
|
422
462
|
"type": "string",
|
|
423
|
-
"description": "
|
|
463
|
+
"description": "The context path provided for the MultiValueField",
|
|
424
464
|
"artifactType": "XMLProperty",
|
|
425
465
|
"metadata": {
|
|
426
466
|
"type": "Property"
|
|
427
467
|
}
|
|
428
468
|
},
|
|
429
|
-
"
|
|
430
|
-
"type": "
|
|
431
|
-
"description": "
|
|
469
|
+
"items": {
|
|
470
|
+
"type": "any",
|
|
471
|
+
"description": "Property added to be able to add data / items to the multi value field via a different model",
|
|
432
472
|
"artifactType": "XMLProperty",
|
|
433
473
|
"metadata": {
|
|
434
474
|
"type": "Property"
|
|
435
475
|
}
|
|
436
476
|
},
|
|
437
|
-
"
|
|
477
|
+
"metaPath": {
|
|
438
478
|
"type": "string",
|
|
439
|
-
"description": "
|
|
479
|
+
"description": "Defines the relative Metadata path to the MultiValueField.\nThe metaPath should point to a Property or DataField.",
|
|
440
480
|
"artifactType": "XMLProperty",
|
|
441
481
|
"metadata": {
|
|
442
482
|
"type": "Property"
|
|
443
|
-
}
|
|
444
|
-
"i18nClassification": "HED: Header of the chart"
|
|
483
|
+
}
|
|
445
484
|
},
|
|
446
|
-
"
|
|
485
|
+
"readOnly": {
|
|
447
486
|
"type": "boolean",
|
|
448
|
-
"description": "
|
|
487
|
+
"description": "The readOnly flag",
|
|
449
488
|
"artifactType": "XMLProperty",
|
|
450
489
|
"metadata": {
|
|
451
490
|
"type": "Property"
|
|
452
491
|
}
|
|
453
492
|
},
|
|
454
|
-
"
|
|
493
|
+
"id": {
|
|
455
494
|
"type": "string",
|
|
456
|
-
"description": "
|
|
495
|
+
"description": "Unique id of control",
|
|
457
496
|
"artifactType": "XMLProperty",
|
|
458
497
|
"metadata": {
|
|
459
498
|
"type": "Property"
|
|
460
499
|
}
|
|
461
|
-
}
|
|
462
|
-
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"additionalProperties": false,
|
|
503
|
+
"metadata": {
|
|
504
|
+
"path": [],
|
|
505
|
+
"type": "Control"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"sap.fe.macros.Page": {
|
|
509
|
+
"description": "Provides a Page building block that can be used to create a page with a title and content\nBy default, the page comes with an ObjectTitle",
|
|
510
|
+
"isViewNode": true,
|
|
511
|
+
"type": "object",
|
|
512
|
+
"properties": {
|
|
513
|
+
"avatarSrc": {
|
|
463
514
|
"type": "string",
|
|
464
|
-
"description": "
|
|
515
|
+
"description": "Avatar source of the page. It is considered only if the title property is specified.",
|
|
465
516
|
"artifactType": "XMLProperty",
|
|
466
517
|
"metadata": {
|
|
467
518
|
"type": "Property"
|
|
468
519
|
}
|
|
469
520
|
},
|
|
470
|
-
"
|
|
521
|
+
"description": {
|
|
471
522
|
"type": "string",
|
|
472
|
-
"description": "
|
|
523
|
+
"description": "Description of the page. It is considered only if the title property is specified.",
|
|
473
524
|
"artifactType": "XMLProperty",
|
|
474
525
|
"metadata": {
|
|
475
526
|
"type": "Property"
|
|
476
|
-
}
|
|
477
|
-
"enum": [
|
|
478
|
-
"None",
|
|
479
|
-
"Single",
|
|
480
|
-
"Multiple"
|
|
481
|
-
]
|
|
527
|
+
}
|
|
482
528
|
},
|
|
483
|
-
"
|
|
529
|
+
"title": {
|
|
484
530
|
"type": "string",
|
|
485
|
-
"description": "
|
|
531
|
+
"description": "Title of the page\nIf title is not given, then we will add a title, avatar and description based on the unqualified HeaderInfo associated to the entity",
|
|
486
532
|
"artifactType": "XMLProperty",
|
|
487
533
|
"metadata": {
|
|
488
534
|
"type": "Property"
|
|
489
|
-
}
|
|
490
|
-
"const": "Control"
|
|
535
|
+
}
|
|
491
536
|
},
|
|
492
537
|
"id": {
|
|
493
538
|
"type": "string",
|
|
@@ -497,44 +542,16 @@
|
|
|
497
542
|
"type": "Property"
|
|
498
543
|
}
|
|
499
544
|
},
|
|
500
|
-
"
|
|
545
|
+
"items": {
|
|
501
546
|
"type": "object",
|
|
502
547
|
"additionalProperties": {
|
|
503
|
-
"$ref": "#/definitions/sap.
|
|
548
|
+
"$ref": "#/definitions/sap.ui.core.Control"
|
|
504
549
|
},
|
|
505
550
|
"isViewNode": true,
|
|
506
551
|
"metadata": {
|
|
507
552
|
"path": [],
|
|
508
553
|
"type": "Aggregation"
|
|
509
554
|
}
|
|
510
|
-
},
|
|
511
|
-
"selectionChange": {
|
|
512
|
-
"type": "string",
|
|
513
|
-
"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.",
|
|
514
|
-
"artifactType": "XMLProperty",
|
|
515
|
-
"metadata": {
|
|
516
|
-
"type": "Event"
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
"additionalProperties": false,
|
|
521
|
-
"metadata": {
|
|
522
|
-
"path": [],
|
|
523
|
-
"type": "Control"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
"sap.fe.macros.controls.BuildingBlockObjectProperty": {
|
|
527
|
-
"description": "Base class for building block complex object properties that can be serialized to XML.",
|
|
528
|
-
"isViewNode": true,
|
|
529
|
-
"type": "object",
|
|
530
|
-
"properties": {
|
|
531
|
-
"id": {
|
|
532
|
-
"type": "string",
|
|
533
|
-
"description": "Unique id of control",
|
|
534
|
-
"artifactType": "XMLProperty",
|
|
535
|
-
"metadata": {
|
|
536
|
-
"type": "Property"
|
|
537
|
-
}
|
|
538
555
|
}
|
|
539
556
|
},
|
|
540
557
|
"additionalProperties": false,
|
|
@@ -543,31 +560,19 @@
|
|
|
543
560
|
"type": "Control"
|
|
544
561
|
}
|
|
545
562
|
},
|
|
546
|
-
"sap.fe.macros.
|
|
547
|
-
"description": "
|
|
563
|
+
"sap.fe.macros.Paginator": {
|
|
564
|
+
"description": "Building block used to create a paginator control.\nUsage example:\n\n<macros:Paginator />\n\n",
|
|
548
565
|
"isViewNode": true,
|
|
549
566
|
"type": "object",
|
|
550
567
|
"properties": {
|
|
551
|
-
"
|
|
568
|
+
"ariaTitle": {
|
|
552
569
|
"type": "string",
|
|
553
|
-
"description": "
|
|
570
|
+
"description": "Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard focus on the paginator button.",
|
|
554
571
|
"artifactType": "XMLProperty",
|
|
555
572
|
"metadata": {
|
|
556
573
|
"type": "Property"
|
|
557
574
|
}
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
"additionalProperties": false,
|
|
561
|
-
"metadata": {
|
|
562
|
-
"path": [],
|
|
563
|
-
"type": "Control"
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"sap.fe.macros.FlexibleColumnLayoutActions": {
|
|
567
|
-
"description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
|
|
568
|
-
"isViewNode": true,
|
|
569
|
-
"type": "object",
|
|
570
|
-
"properties": {
|
|
575
|
+
},
|
|
571
576
|
"id": {
|
|
572
577
|
"type": "string",
|
|
573
578
|
"description": "Unique id of control",
|
|
@@ -583,31 +588,14 @@
|
|
|
583
588
|
"type": "Control"
|
|
584
589
|
}
|
|
585
590
|
},
|
|
586
|
-
"sap.fe.macros.
|
|
587
|
-
"description": "Building block
|
|
591
|
+
"sap.fe.macros.RichTextEditor": {
|
|
592
|
+
"description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
|
|
588
593
|
"isViewNode": true,
|
|
589
594
|
"type": "object",
|
|
590
595
|
"properties": {
|
|
591
|
-
"
|
|
592
|
-
"type": "
|
|
593
|
-
"description": "
|
|
594
|
-
"artifactType": "XMLProperty",
|
|
595
|
-
"metadata": {
|
|
596
|
-
"type": "Property"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"formatOptions": {
|
|
600
|
-
"$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
|
|
601
|
-
"description": "formatOptions",
|
|
602
|
-
"artifactType": "XMLProperty",
|
|
603
|
-
"isViewNode": true,
|
|
604
|
-
"metadata": {
|
|
605
|
-
"type": "Property"
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
"metaPath": {
|
|
609
|
-
"type": "string",
|
|
610
|
-
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
596
|
+
"excludeDefaultPlugins": {
|
|
597
|
+
"type": "boolean",
|
|
598
|
+
"description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
|
|
611
599
|
"artifactType": "XMLProperty",
|
|
612
600
|
"metadata": {
|
|
613
601
|
"type": "Property"
|
|
@@ -615,23 +603,23 @@
|
|
|
615
603
|
},
|
|
616
604
|
"readOnly": {
|
|
617
605
|
"type": "boolean",
|
|
618
|
-
"description": "
|
|
606
|
+
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
|
|
619
607
|
"artifactType": "XMLProperty",
|
|
620
608
|
"metadata": {
|
|
621
609
|
"type": "Property"
|
|
622
610
|
}
|
|
623
611
|
},
|
|
624
|
-
"
|
|
625
|
-
"type": "
|
|
626
|
-
"description": "
|
|
612
|
+
"required": {
|
|
613
|
+
"type": "any",
|
|
614
|
+
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
627
615
|
"artifactType": "XMLProperty",
|
|
628
616
|
"metadata": {
|
|
629
617
|
"type": "Property"
|
|
630
618
|
}
|
|
631
619
|
},
|
|
632
620
|
"value": {
|
|
633
|
-
"type": "
|
|
634
|
-
"description": "
|
|
621
|
+
"type": "any",
|
|
622
|
+
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
635
623
|
"artifactType": "XMLProperty",
|
|
636
624
|
"metadata": {
|
|
637
625
|
"type": "Property"
|
|
@@ -645,20 +633,26 @@
|
|
|
645
633
|
"type": "Property"
|
|
646
634
|
}
|
|
647
635
|
},
|
|
648
|
-
"
|
|
649
|
-
"type": "
|
|
650
|
-
"
|
|
651
|
-
|
|
636
|
+
"buttonGroups": {
|
|
637
|
+
"type": "object",
|
|
638
|
+
"additionalProperties": {
|
|
639
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
|
|
640
|
+
},
|
|
641
|
+
"isViewNode": true,
|
|
652
642
|
"metadata": {
|
|
653
|
-
"
|
|
643
|
+
"path": [],
|
|
644
|
+
"type": "Aggregation"
|
|
654
645
|
}
|
|
655
646
|
},
|
|
656
|
-
"
|
|
657
|
-
"type": "
|
|
658
|
-
"
|
|
659
|
-
|
|
647
|
+
"plugins": {
|
|
648
|
+
"type": "object",
|
|
649
|
+
"additionalProperties": {
|
|
650
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
|
|
651
|
+
},
|
|
652
|
+
"isViewNode": true,
|
|
660
653
|
"metadata": {
|
|
661
|
-
"
|
|
654
|
+
"path": [],
|
|
655
|
+
"type": "Aggregation"
|
|
662
656
|
}
|
|
663
657
|
}
|
|
664
658
|
},
|
|
@@ -668,82 +662,109 @@
|
|
|
668
662
|
"type": "Control"
|
|
669
663
|
}
|
|
670
664
|
},
|
|
671
|
-
"sap.fe.macros.
|
|
672
|
-
"description": "
|
|
665
|
+
"sap.fe.macros.RichTextEditorWithMetadata": {
|
|
666
|
+
"description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
|
|
673
667
|
"isViewNode": true,
|
|
674
668
|
"type": "object",
|
|
675
669
|
"properties": {
|
|
676
670
|
"contextPath": {
|
|
677
671
|
"type": "string",
|
|
678
|
-
"description": "
|
|
672
|
+
"description": "The context path of the property displayed",
|
|
679
673
|
"artifactType": "XMLProperty",
|
|
680
674
|
"metadata": {
|
|
681
675
|
"type": "Property"
|
|
682
676
|
}
|
|
683
677
|
},
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
"description": "
|
|
678
|
+
"metaPath": {
|
|
679
|
+
"type": "string",
|
|
680
|
+
"description": "The metaPath of the displayed property",
|
|
687
681
|
"artifactType": "XMLProperty",
|
|
688
|
-
"isViewNode": true,
|
|
689
682
|
"metadata": {
|
|
690
683
|
"type": "Property"
|
|
691
684
|
}
|
|
692
685
|
},
|
|
693
|
-
"
|
|
686
|
+
"id": {
|
|
694
687
|
"type": "string",
|
|
695
|
-
"description": "
|
|
688
|
+
"description": "Unique id of control",
|
|
696
689
|
"artifactType": "XMLProperty",
|
|
697
690
|
"metadata": {
|
|
698
691
|
"type": "Property"
|
|
699
692
|
}
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"additionalProperties": false,
|
|
696
|
+
"metadata": {
|
|
697
|
+
"path": [],
|
|
698
|
+
"type": "Control"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"sap.fe.macros.Share": {
|
|
702
|
+
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf 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.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
703
|
+
"isViewNode": true,
|
|
704
|
+
"type": "object",
|
|
705
|
+
"properties": {
|
|
706
|
+
"id": {
|
|
707
|
+
"type": "string",
|
|
708
|
+
"description": "Unique id of control",
|
|
704
709
|
"artifactType": "XMLProperty",
|
|
705
710
|
"metadata": {
|
|
706
711
|
"type": "Property"
|
|
707
712
|
}
|
|
708
713
|
},
|
|
709
|
-
"
|
|
710
|
-
"type": "
|
|
711
|
-
"
|
|
712
|
-
|
|
714
|
+
"shareOptions": {
|
|
715
|
+
"type": "object",
|
|
716
|
+
"additionalProperties": {
|
|
717
|
+
"$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
|
|
718
|
+
},
|
|
719
|
+
"isViewNode": true,
|
|
713
720
|
"metadata": {
|
|
714
|
-
"
|
|
721
|
+
"path": [],
|
|
722
|
+
"type": "Aggregation"
|
|
715
723
|
}
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"additionalProperties": false,
|
|
727
|
+
"metadata": {
|
|
728
|
+
"path": [],
|
|
729
|
+
"type": "Control"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"sap.fe.macros.VariantManagement": {
|
|
733
|
+
"description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
734
|
+
"isViewNode": true,
|
|
735
|
+
"type": "object",
|
|
736
|
+
"properties": {
|
|
737
|
+
"for": {
|
|
738
|
+
"$ref": "#/definitions/string[]",
|
|
739
|
+
"description": "for",
|
|
720
740
|
"artifactType": "XMLProperty",
|
|
741
|
+
"isViewNode": true,
|
|
721
742
|
"metadata": {
|
|
722
743
|
"type": "Property"
|
|
723
744
|
}
|
|
724
745
|
},
|
|
725
|
-
"
|
|
746
|
+
"headerLevel": {
|
|
726
747
|
"type": "string",
|
|
727
|
-
"description": "
|
|
748
|
+
"description": "Header level for the variant management, determining its position or style.",
|
|
728
749
|
"artifactType": "XMLProperty",
|
|
729
750
|
"metadata": {
|
|
730
751
|
"type": "Property"
|
|
731
752
|
}
|
|
732
753
|
},
|
|
733
|
-
"
|
|
734
|
-
"type": "
|
|
735
|
-
"description": "
|
|
754
|
+
"id": {
|
|
755
|
+
"type": "any",
|
|
756
|
+
"description": "Identifier for the variant management control.",
|
|
736
757
|
"artifactType": "XMLProperty",
|
|
737
758
|
"metadata": {
|
|
738
|
-
"type": "
|
|
759
|
+
"type": "Property"
|
|
739
760
|
}
|
|
740
761
|
},
|
|
741
|
-
"
|
|
742
|
-
"type": "
|
|
743
|
-
"description": "
|
|
762
|
+
"showSetAsDefault": {
|
|
763
|
+
"type": "boolean",
|
|
764
|
+
"description": "Whether the \"Set as Default\" option is visible.",
|
|
744
765
|
"artifactType": "XMLProperty",
|
|
745
766
|
"metadata": {
|
|
746
|
-
"type": "
|
|
767
|
+
"type": "Property"
|
|
747
768
|
}
|
|
748
769
|
}
|
|
749
770
|
},
|
|
@@ -753,100 +774,78 @@
|
|
|
753
774
|
"type": "Control"
|
|
754
775
|
}
|
|
755
776
|
},
|
|
756
|
-
"sap.fe.macros.
|
|
757
|
-
"description": "
|
|
777
|
+
"sap.fe.macros.chart.Action": {
|
|
778
|
+
"description": "Definition of a custom action to be used in the chart toolbar",
|
|
758
779
|
"isViewNode": true,
|
|
759
780
|
"type": "object",
|
|
760
781
|
"properties": {
|
|
761
|
-
"
|
|
782
|
+
"anchor": {
|
|
762
783
|
"type": "string",
|
|
763
|
-
"description": "
|
|
784
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
764
785
|
"artifactType": "XMLProperty",
|
|
765
786
|
"metadata": {
|
|
766
787
|
"type": "Property"
|
|
767
788
|
}
|
|
768
789
|
},
|
|
769
|
-
"
|
|
790
|
+
"enabled": {
|
|
770
791
|
"type": "boolean",
|
|
771
|
-
"description": "
|
|
792
|
+
"description": "Enables or disables the action",
|
|
772
793
|
"artifactType": "XMLProperty",
|
|
773
794
|
"metadata": {
|
|
774
795
|
"type": "Property"
|
|
775
796
|
}
|
|
776
797
|
},
|
|
777
|
-
"
|
|
798
|
+
"key": {
|
|
778
799
|
"type": "string",
|
|
779
|
-
"description": "
|
|
800
|
+
"description": "Unique identifier of the action",
|
|
780
801
|
"artifactType": "XMLProperty",
|
|
781
802
|
"metadata": {
|
|
782
803
|
"type": "Property"
|
|
783
804
|
}
|
|
784
805
|
},
|
|
785
|
-
"
|
|
786
|
-
"type": "
|
|
787
|
-
"description": "
|
|
806
|
+
"placement": {
|
|
807
|
+
"type": "string",
|
|
808
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
788
809
|
"artifactType": "XMLProperty",
|
|
789
810
|
"metadata": {
|
|
790
811
|
"type": "Property"
|
|
791
|
-
}
|
|
812
|
+
},
|
|
813
|
+
"enum": [
|
|
814
|
+
"After",
|
|
815
|
+
"Before"
|
|
816
|
+
]
|
|
792
817
|
},
|
|
793
|
-
"
|
|
794
|
-
"type": "
|
|
795
|
-
"description": "
|
|
818
|
+
"press": {
|
|
819
|
+
"type": "string",
|
|
820
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
796
821
|
"artifactType": "XMLProperty",
|
|
797
822
|
"metadata": {
|
|
798
823
|
"type": "Property"
|
|
799
824
|
}
|
|
800
825
|
},
|
|
801
|
-
"
|
|
826
|
+
"requiresSelection": {
|
|
802
827
|
"type": "boolean",
|
|
803
|
-
"description": "
|
|
828
|
+
"description": "Defines if the action requires a selection.",
|
|
804
829
|
"artifactType": "XMLProperty",
|
|
805
830
|
"metadata": {
|
|
806
831
|
"type": "Property"
|
|
807
832
|
}
|
|
808
833
|
},
|
|
809
|
-
"
|
|
834
|
+
"text": {
|
|
810
835
|
"type": "string",
|
|
811
|
-
"description": "
|
|
836
|
+
"description": "The text that will be displayed for this action",
|
|
812
837
|
"artifactType": "XMLProperty",
|
|
813
838
|
"metadata": {
|
|
814
839
|
"type": "Property"
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
"filterFields": {
|
|
818
|
-
"type": "object",
|
|
819
|
-
"additionalProperties": {
|
|
820
|
-
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
821
840
|
},
|
|
822
|
-
"
|
|
823
|
-
"metadata": {
|
|
824
|
-
"path": [],
|
|
825
|
-
"type": "Aggregation"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
"afterClear": {
|
|
829
|
-
"type": "string",
|
|
830
|
-
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
831
|
-
"artifactType": "XMLProperty",
|
|
832
|
-
"metadata": {
|
|
833
|
-
"type": "Event"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
"filterChanged": {
|
|
837
|
-
"type": "string",
|
|
838
|
-
"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.",
|
|
839
|
-
"artifactType": "XMLProperty",
|
|
840
|
-
"metadata": {
|
|
841
|
-
"type": "Event"
|
|
842
|
-
}
|
|
841
|
+
"i18nClassification": "BUT: Text of the action button"
|
|
843
842
|
},
|
|
844
|
-
"
|
|
843
|
+
"id": {
|
|
845
844
|
"type": "string",
|
|
846
|
-
"description": "
|
|
845
|
+
"description": "Unique id of control",
|
|
847
846
|
"artifactType": "XMLProperty",
|
|
848
847
|
"metadata": {
|
|
849
|
-
"type": "
|
|
848
|
+
"type": "Property"
|
|
850
849
|
}
|
|
851
850
|
}
|
|
852
851
|
},
|
|
@@ -856,58 +855,47 @@
|
|
|
856
855
|
"type": "Control"
|
|
857
856
|
}
|
|
858
857
|
},
|
|
859
|
-
"sap.fe.macros.
|
|
860
|
-
"description": "
|
|
858
|
+
"sap.fe.macros.chart.ActionGroup": {
|
|
859
|
+
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
861
860
|
"isViewNode": true,
|
|
862
861
|
"type": "object",
|
|
863
862
|
"properties": {
|
|
864
|
-
"
|
|
863
|
+
"anchor": {
|
|
865
864
|
"type": "string",
|
|
866
|
-
"description": "
|
|
867
|
-
"artifactType": "XMLProperty",
|
|
868
|
-
"metadata": {
|
|
869
|
-
"type": "Property"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
"liveMode": {
|
|
873
|
-
"type": "boolean",
|
|
874
|
-
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
865
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
875
866
|
"artifactType": "XMLProperty",
|
|
876
867
|
"metadata": {
|
|
877
868
|
"type": "Property"
|
|
878
869
|
}
|
|
879
870
|
},
|
|
880
|
-
"
|
|
871
|
+
"key": {
|
|
881
872
|
"type": "string",
|
|
882
|
-
"description": "
|
|
883
|
-
"artifactType": "XMLProperty",
|
|
884
|
-
"metadata": {
|
|
885
|
-
"type": "Property"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
"showClearButton": {
|
|
889
|
-
"type": "boolean",
|
|
890
|
-
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
873
|
+
"description": "Unique identifier of the action",
|
|
891
874
|
"artifactType": "XMLProperty",
|
|
892
875
|
"metadata": {
|
|
893
876
|
"type": "Property"
|
|
894
877
|
}
|
|
895
878
|
},
|
|
896
|
-
"
|
|
897
|
-
"type": "
|
|
898
|
-
"description": "
|
|
879
|
+
"placement": {
|
|
880
|
+
"type": "string",
|
|
881
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
899
882
|
"artifactType": "XMLProperty",
|
|
900
883
|
"metadata": {
|
|
901
884
|
"type": "Property"
|
|
902
|
-
}
|
|
885
|
+
},
|
|
886
|
+
"enum": [
|
|
887
|
+
"After",
|
|
888
|
+
"Before"
|
|
889
|
+
]
|
|
903
890
|
},
|
|
904
|
-
"
|
|
905
|
-
"type": "
|
|
906
|
-
"description": "
|
|
891
|
+
"text": {
|
|
892
|
+
"type": "string",
|
|
893
|
+
"description": "The text that will be displayed for this action group",
|
|
907
894
|
"artifactType": "XMLProperty",
|
|
908
895
|
"metadata": {
|
|
909
896
|
"type": "Property"
|
|
910
|
-
}
|
|
897
|
+
},
|
|
898
|
+
"i18nClassification": "BUT: Text of the action group button"
|
|
911
899
|
},
|
|
912
900
|
"id": {
|
|
913
901
|
"type": "string",
|
|
@@ -917,40 +905,16 @@
|
|
|
917
905
|
"type": "Property"
|
|
918
906
|
}
|
|
919
907
|
},
|
|
920
|
-
"
|
|
908
|
+
"actions": {
|
|
921
909
|
"type": "object",
|
|
922
910
|
"additionalProperties": {
|
|
923
|
-
"$ref": "#/definitions/sap.fe.macros.
|
|
911
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
924
912
|
},
|
|
925
913
|
"isViewNode": true,
|
|
926
914
|
"metadata": {
|
|
927
915
|
"path": [],
|
|
928
916
|
"type": "Aggregation"
|
|
929
917
|
}
|
|
930
|
-
},
|
|
931
|
-
"afterClear": {
|
|
932
|
-
"type": "string",
|
|
933
|
-
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
934
|
-
"artifactType": "XMLProperty",
|
|
935
|
-
"metadata": {
|
|
936
|
-
"type": "Event"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"filterChanged": {
|
|
940
|
-
"type": "string",
|
|
941
|
-
"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.",
|
|
942
|
-
"artifactType": "XMLProperty",
|
|
943
|
-
"metadata": {
|
|
944
|
-
"type": "Event"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"search": {
|
|
948
|
-
"type": "string",
|
|
949
|
-
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
950
|
-
"artifactType": "XMLProperty",
|
|
951
|
-
"metadata": {
|
|
952
|
-
"type": "Event"
|
|
953
|
-
}
|
|
954
918
|
}
|
|
955
919
|
},
|
|
956
920
|
"additionalProperties": false,
|
|
@@ -959,156 +923,80 @@
|
|
|
959
923
|
"type": "Control"
|
|
960
924
|
}
|
|
961
925
|
},
|
|
962
|
-
"sap.fe.macros.
|
|
963
|
-
"description": "
|
|
926
|
+
"sap.fe.macros.chart.Chart": {
|
|
927
|
+
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/chart/Chart\"], function(Chart) {\n\t ...\n\t new Chart(\"myChart\", {metaPath:\"MyChart\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Chart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
964
928
|
"isViewNode": true,
|
|
965
929
|
"type": "object",
|
|
966
930
|
"properties": {
|
|
967
|
-
"
|
|
931
|
+
"contextPath": {
|
|
968
932
|
"type": "string",
|
|
969
|
-
"description": "
|
|
933
|
+
"description": "Metadata path to the entitySet or navigationProperty",
|
|
970
934
|
"artifactType": "XMLProperty",
|
|
971
935
|
"metadata": {
|
|
972
936
|
"type": "Property"
|
|
973
937
|
}
|
|
974
938
|
},
|
|
975
|
-
"
|
|
939
|
+
"filterBar": {
|
|
976
940
|
"type": "string",
|
|
977
|
-
"description": "
|
|
941
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
978
942
|
"artifactType": "XMLProperty",
|
|
979
943
|
"metadata": {
|
|
980
944
|
"type": "Property"
|
|
981
945
|
}
|
|
982
946
|
},
|
|
983
|
-
"
|
|
947
|
+
"header": {
|
|
984
948
|
"type": "string",
|
|
985
|
-
"description": "
|
|
949
|
+
"description": "Specifies the header text that is shown in the chart",
|
|
986
950
|
"artifactType": "XMLProperty",
|
|
987
951
|
"metadata": {
|
|
988
952
|
"type": "Property"
|
|
989
953
|
}
|
|
990
954
|
},
|
|
991
|
-
"
|
|
992
|
-
"type": "
|
|
993
|
-
"description": "
|
|
955
|
+
"headerVisible": {
|
|
956
|
+
"type": "boolean",
|
|
957
|
+
"description": "Controls if the header text should be shown or not",
|
|
994
958
|
"artifactType": "XMLProperty",
|
|
995
959
|
"metadata": {
|
|
996
960
|
"type": "Property"
|
|
997
|
-
}
|
|
998
|
-
"enum": [
|
|
999
|
-
"After",
|
|
1000
|
-
"Before"
|
|
1001
|
-
]
|
|
961
|
+
}
|
|
1002
962
|
},
|
|
1003
|
-
"
|
|
1004
|
-
"type": "
|
|
1005
|
-
"description": "
|
|
963
|
+
"metaPath": {
|
|
964
|
+
"type": "string",
|
|
965
|
+
"description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
|
|
1006
966
|
"artifactType": "XMLProperty",
|
|
1007
967
|
"metadata": {
|
|
1008
968
|
"type": "Property"
|
|
1009
969
|
}
|
|
1010
970
|
},
|
|
1011
|
-
"
|
|
971
|
+
"personalization": {
|
|
1012
972
|
"type": "string",
|
|
1013
|
-
"description": "
|
|
973
|
+
"description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart 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- Type\n- Item\n- Filter\n",
|
|
1014
974
|
"artifactType": "XMLProperty",
|
|
1015
975
|
"metadata": {
|
|
1016
976
|
"type": "Property"
|
|
1017
977
|
}
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
"additionalProperties": false,
|
|
1021
|
-
"metadata": {
|
|
1022
|
-
"path": [],
|
|
1023
|
-
"type": "Control"
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
|
-
"sap.fe.macros.Form": {
|
|
1027
|
-
"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 CollectionFacet\nUsage example:\n\n<macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
|
|
1028
|
-
"isViewNode": true,
|
|
1029
|
-
"type": "object",
|
|
1030
|
-
"properties": {
|
|
1031
|
-
"contextPath": {
|
|
1032
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1033
|
-
"description": "contextPath",
|
|
1034
|
-
"artifactType": "XMLProperty",
|
|
1035
|
-
"isViewNode": true,
|
|
1036
|
-
"metadata": {
|
|
1037
|
-
"type": "Property"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
"metaPath": {
|
|
1041
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1042
|
-
"description": "metaPath",
|
|
1043
|
-
"artifactType": "XMLProperty",
|
|
1044
|
-
"isViewNode": true,
|
|
1045
|
-
"metadata": {
|
|
1046
|
-
"type": "Property"
|
|
1047
|
-
}
|
|
1048
978
|
},
|
|
1049
|
-
"
|
|
979
|
+
"selectionMode": {
|
|
1050
980
|
"type": "string",
|
|
1051
|
-
"description": "
|
|
981
|
+
"description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
|
|
1052
982
|
"artifactType": "XMLProperty",
|
|
1053
983
|
"metadata": {
|
|
1054
984
|
"type": "Property"
|
|
1055
985
|
},
|
|
1056
|
-
"
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
"artifactType": "XMLProperty",
|
|
1062
|
-
"metadata": {
|
|
1063
|
-
"type": "Property"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
"additionalProperties": false,
|
|
1068
|
-
"metadata": {
|
|
1069
|
-
"path": [],
|
|
1070
|
-
"type": "Control"
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
"sap.fe.macros.FormElement": {
|
|
1074
|
-
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
1075
|
-
"isViewNode": true,
|
|
1076
|
-
"type": "object",
|
|
1077
|
-
"properties": {
|
|
1078
|
-
"contextPath": {
|
|
1079
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1080
|
-
"description": "contextPath",
|
|
1081
|
-
"artifactType": "XMLProperty",
|
|
1082
|
-
"isViewNode": true,
|
|
1083
|
-
"metadata": {
|
|
1084
|
-
"type": "Property"
|
|
1085
|
-
}
|
|
986
|
+
"enum": [
|
|
987
|
+
"None",
|
|
988
|
+
"Single",
|
|
989
|
+
"Multiple"
|
|
990
|
+
]
|
|
1086
991
|
},
|
|
1087
|
-
"
|
|
992
|
+
"variantManagement": {
|
|
1088
993
|
"type": "string",
|
|
1089
|
-
"description": "
|
|
994
|
+
"description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
|
|
1090
995
|
"artifactType": "XMLProperty",
|
|
1091
996
|
"metadata": {
|
|
1092
997
|
"type": "Property"
|
|
1093
998
|
},
|
|
1094
|
-
"
|
|
1095
|
-
},
|
|
1096
|
-
"metaPath": {
|
|
1097
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1098
|
-
"description": "metaPath",
|
|
1099
|
-
"artifactType": "XMLProperty",
|
|
1100
|
-
"isViewNode": true,
|
|
1101
|
-
"metadata": {
|
|
1102
|
-
"type": "Property"
|
|
1103
|
-
}
|
|
1104
|
-
},
|
|
1105
|
-
"visible": {
|
|
1106
|
-
"type": "boolean",
|
|
1107
|
-
"description": "If set to false, the FormElement is not rendered.",
|
|
1108
|
-
"artifactType": "XMLProperty",
|
|
1109
|
-
"metadata": {
|
|
1110
|
-
"type": "Property"
|
|
1111
|
-
}
|
|
999
|
+
"const": "Control"
|
|
1112
1000
|
},
|
|
1113
1001
|
"id": {
|
|
1114
1002
|
"type": "string",
|
|
@@ -1118,16 +1006,24 @@
|
|
|
1118
1006
|
"type": "Property"
|
|
1119
1007
|
}
|
|
1120
1008
|
},
|
|
1121
|
-
"
|
|
1009
|
+
"actions": {
|
|
1122
1010
|
"type": "object",
|
|
1123
1011
|
"additionalProperties": {
|
|
1124
|
-
"$ref": "#/definitions/sap.
|
|
1012
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
1125
1013
|
},
|
|
1126
1014
|
"isViewNode": true,
|
|
1127
1015
|
"metadata": {
|
|
1128
1016
|
"path": [],
|
|
1129
1017
|
"type": "Aggregation"
|
|
1130
1018
|
}
|
|
1019
|
+
},
|
|
1020
|
+
"selectionChange": {
|
|
1021
|
+
"type": "string",
|
|
1022
|
+
"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.",
|
|
1023
|
+
"artifactType": "XMLProperty",
|
|
1024
|
+
"metadata": {
|
|
1025
|
+
"type": "Event"
|
|
1026
|
+
}
|
|
1131
1027
|
}
|
|
1132
1028
|
},
|
|
1133
1029
|
"additionalProperties": false,
|
|
@@ -1136,76 +1032,11 @@
|
|
|
1136
1032
|
"type": "Control"
|
|
1137
1033
|
}
|
|
1138
1034
|
},
|
|
1139
|
-
"sap.fe.macros.
|
|
1140
|
-
"description": "
|
|
1035
|
+
"sap.fe.macros.controls.BuildingBlockObjectProperty": {
|
|
1036
|
+
"description": "Base class for building block complex object properties that can be serialized to XML.",
|
|
1141
1037
|
"isViewNode": true,
|
|
1142
1038
|
"type": "object",
|
|
1143
1039
|
"properties": {
|
|
1144
|
-
"number": {
|
|
1145
|
-
"anyOf": [
|
|
1146
|
-
{
|
|
1147
|
-
"type": "number"
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"type": "string",
|
|
1151
|
-
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"description": "The Number to be displayed.",
|
|
1155
|
-
"artifactType": "XMLProperty",
|
|
1156
|
-
"metadata": {
|
|
1157
|
-
"type": "Property"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"showIcon": {
|
|
1161
|
-
"type": "boolean",
|
|
1162
|
-
"description": "Set it to `true` if the KPI should display its status icon.",
|
|
1163
|
-
"artifactType": "XMLProperty",
|
|
1164
|
-
"metadata": {
|
|
1165
|
-
"type": "Property"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
"status": {
|
|
1169
|
-
"type": "string",
|
|
1170
|
-
"description": "The Status to be displayed.",
|
|
1171
|
-
"artifactType": "XMLProperty",
|
|
1172
|
-
"metadata": {
|
|
1173
|
-
"type": "Property"
|
|
1174
|
-
},
|
|
1175
|
-
"enum": [
|
|
1176
|
-
"Success",
|
|
1177
|
-
"Error",
|
|
1178
|
-
"Warning",
|
|
1179
|
-
"None",
|
|
1180
|
-
"Information"
|
|
1181
|
-
]
|
|
1182
|
-
},
|
|
1183
|
-
"text": {
|
|
1184
|
-
"type": "string",
|
|
1185
|
-
"description": "The Text to be displayed.",
|
|
1186
|
-
"artifactType": "XMLProperty",
|
|
1187
|
-
"metadata": {
|
|
1188
|
-
"type": "Property"
|
|
1189
|
-
},
|
|
1190
|
-
"i18nClassification": "TXT: Text of the KPITag"
|
|
1191
|
-
},
|
|
1192
|
-
"tooltip": {
|
|
1193
|
-
"type": "string",
|
|
1194
|
-
"description": "The Tooltip to be displayed.",
|
|
1195
|
-
"artifactType": "XMLProperty",
|
|
1196
|
-
"metadata": {
|
|
1197
|
-
"type": "Property"
|
|
1198
|
-
},
|
|
1199
|
-
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
1200
|
-
},
|
|
1201
|
-
"unit": {
|
|
1202
|
-
"type": "string",
|
|
1203
|
-
"description": "The Unit of Measure of the number to be displayed.",
|
|
1204
|
-
"artifactType": "XMLProperty",
|
|
1205
|
-
"metadata": {
|
|
1206
|
-
"type": "Property"
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
1040
|
"id": {
|
|
1210
1041
|
"type": "string",
|
|
1211
1042
|
"description": "Unique id of control",
|
|
@@ -1213,14 +1044,6 @@
|
|
|
1213
1044
|
"metadata": {
|
|
1214
1045
|
"type": "Property"
|
|
1215
1046
|
}
|
|
1216
|
-
},
|
|
1217
|
-
"press": {
|
|
1218
|
-
"type": "string",
|
|
1219
|
-
"description": "An event is triggered when the KPI is pressed.",
|
|
1220
|
-
"artifactType": "XMLProperty",
|
|
1221
|
-
"metadata": {
|
|
1222
|
-
"type": "Event"
|
|
1223
|
-
}
|
|
1224
1047
|
}
|
|
1225
1048
|
},
|
|
1226
1049
|
"additionalProperties": false,
|
|
@@ -1229,8 +1052,8 @@
|
|
|
1229
1052
|
"type": "Control"
|
|
1230
1053
|
}
|
|
1231
1054
|
},
|
|
1232
|
-
"sap.fe.macros.
|
|
1233
|
-
"description": "
|
|
1055
|
+
"sap.fe.macros.controls.BuildingBlockWithTemplating": {
|
|
1056
|
+
"description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
|
|
1234
1057
|
"isViewNode": true,
|
|
1235
1058
|
"type": "object",
|
|
1236
1059
|
"properties": {
|
|
@@ -1249,8 +1072,8 @@
|
|
|
1249
1072
|
"type": "Control"
|
|
1250
1073
|
}
|
|
1251
1074
|
},
|
|
1252
|
-
"sap.fe.macros.
|
|
1253
|
-
"description": "Building block
|
|
1075
|
+
"sap.fe.macros.FlexibleColumnLayoutActions": {
|
|
1076
|
+
"description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
|
|
1254
1077
|
"isViewNode": true,
|
|
1255
1078
|
"type": "object",
|
|
1256
1079
|
"properties": {
|
|
@@ -1269,60 +1092,54 @@
|
|
|
1269
1092
|
"type": "Control"
|
|
1270
1093
|
}
|
|
1271
1094
|
},
|
|
1272
|
-
"sap.fe.macros.
|
|
1273
|
-
"description": "Building block for creating a
|
|
1095
|
+
"sap.fe.macros.field.Field": {
|
|
1096
|
+
"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.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
1274
1097
|
"isViewNode": true,
|
|
1275
1098
|
"type": "object",
|
|
1276
1099
|
"properties": {
|
|
1277
1100
|
"contextPath": {
|
|
1278
|
-
"
|
|
1279
|
-
"description": "
|
|
1101
|
+
"type": "string",
|
|
1102
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1103
|
+
"artifactType": "XMLProperty",
|
|
1104
|
+
"metadata": {
|
|
1105
|
+
"type": "Property"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"description": {
|
|
1109
|
+
"type": "string",
|
|
1110
|
+
"description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
|
|
1280
1111
|
"artifactType": "XMLProperty",
|
|
1281
|
-
"isViewNode": true,
|
|
1282
1112
|
"metadata": {
|
|
1283
1113
|
"type": "Property"
|
|
1284
1114
|
}
|
|
1285
1115
|
},
|
|
1286
1116
|
"metaPath": {
|
|
1287
|
-
"
|
|
1288
|
-
"description": "
|
|
1117
|
+
"type": "string",
|
|
1118
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
1289
1119
|
"artifactType": "XMLProperty",
|
|
1290
|
-
"isViewNode": true,
|
|
1291
1120
|
"metadata": {
|
|
1292
1121
|
"type": "Property"
|
|
1293
1122
|
}
|
|
1294
1123
|
},
|
|
1295
1124
|
"readOnly": {
|
|
1296
1125
|
"type": "boolean",
|
|
1297
|
-
"description": "
|
|
1126
|
+
"description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
1298
1127
|
"artifactType": "XMLProperty",
|
|
1299
1128
|
"metadata": {
|
|
1300
1129
|
"type": "Property"
|
|
1301
1130
|
}
|
|
1302
1131
|
},
|
|
1303
|
-
"
|
|
1132
|
+
"semanticObject": {
|
|
1304
1133
|
"type": "string",
|
|
1305
|
-
"description": "
|
|
1134
|
+
"description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
|
|
1306
1135
|
"artifactType": "XMLProperty",
|
|
1307
1136
|
"metadata": {
|
|
1308
1137
|
"type": "Property"
|
|
1309
1138
|
}
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
"additionalProperties": false,
|
|
1313
|
-
"metadata": {
|
|
1314
|
-
"path": [],
|
|
1315
|
-
"type": "Control"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"sap.fe.macros.Paginator": {
|
|
1319
|
-
"description": "Building block used to create a paginator control.\nUsage example:\n\n<macros:Paginator />\n\n",
|
|
1320
|
-
"isViewNode": true,
|
|
1321
|
-
"type": "object",
|
|
1322
|
-
"properties": {
|
|
1323
|
-
"ariaTitle": {
|
|
1139
|
+
},
|
|
1140
|
+
"value": {
|
|
1324
1141
|
"type": "string",
|
|
1325
|
-
"description": "
|
|
1142
|
+
"description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
|
|
1326
1143
|
"artifactType": "XMLProperty",
|
|
1327
1144
|
"metadata": {
|
|
1328
1145
|
"type": "Property"
|
|
@@ -1335,6 +1152,33 @@
|
|
|
1335
1152
|
"metadata": {
|
|
1336
1153
|
"type": "Property"
|
|
1337
1154
|
}
|
|
1155
|
+
},
|
|
1156
|
+
"formatOptions": {
|
|
1157
|
+
"type": "object",
|
|
1158
|
+
"additionalProperties": {
|
|
1159
|
+
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
1160
|
+
},
|
|
1161
|
+
"isViewNode": true,
|
|
1162
|
+
"metadata": {
|
|
1163
|
+
"path": [],
|
|
1164
|
+
"type": "Aggregation"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"change": {
|
|
1168
|
+
"type": "string",
|
|
1169
|
+
"description": "An event containing details is triggered when the value of the field is changed.",
|
|
1170
|
+
"artifactType": "XMLProperty",
|
|
1171
|
+
"metadata": {
|
|
1172
|
+
"type": "Event"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"liveChange": {
|
|
1176
|
+
"type": "string",
|
|
1177
|
+
"description": "An event containing details is triggered when the value of the field is live changed.",
|
|
1178
|
+
"artifactType": "XMLProperty",
|
|
1179
|
+
"metadata": {
|
|
1180
|
+
"type": "Event"
|
|
1181
|
+
}
|
|
1338
1182
|
}
|
|
1339
1183
|
},
|
|
1340
1184
|
"additionalProperties": false,
|
|
@@ -1343,153 +1187,144 @@
|
|
|
1343
1187
|
"type": "Control"
|
|
1344
1188
|
}
|
|
1345
1189
|
},
|
|
1346
|
-
"sap.fe.macros.
|
|
1347
|
-
"description": "
|
|
1190
|
+
"sap.fe.macros.field.FieldFormatOptions": {
|
|
1191
|
+
"description": "Additional format options for the field.",
|
|
1348
1192
|
"isViewNode": true,
|
|
1349
1193
|
"type": "object",
|
|
1350
1194
|
"properties": {
|
|
1351
|
-
"
|
|
1195
|
+
"dateTimePattern": {
|
|
1352
1196
|
"type": "string",
|
|
1353
|
-
"description": "
|
|
1197
|
+
"description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
|
|
1354
1198
|
"artifactType": "XMLProperty",
|
|
1355
1199
|
"metadata": {
|
|
1356
1200
|
"type": "Property"
|
|
1357
1201
|
}
|
|
1358
1202
|
},
|
|
1359
|
-
"
|
|
1203
|
+
"dateTimeStyle": {
|
|
1360
1204
|
"type": "string",
|
|
1361
|
-
"description": "
|
|
1205
|
+
"description": "Property for defining the display style for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
|
|
1362
1206
|
"artifactType": "XMLProperty",
|
|
1363
1207
|
"metadata": {
|
|
1364
1208
|
"type": "Property"
|
|
1365
|
-
}
|
|
1209
|
+
},
|
|
1210
|
+
"enum": [
|
|
1211
|
+
"short",
|
|
1212
|
+
"medium",
|
|
1213
|
+
"long",
|
|
1214
|
+
"full"
|
|
1215
|
+
]
|
|
1366
1216
|
},
|
|
1367
|
-
"
|
|
1217
|
+
"displayMode": {
|
|
1368
1218
|
"type": "string",
|
|
1369
|
-
"description": "
|
|
1219
|
+
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
1370
1220
|
"artifactType": "XMLProperty",
|
|
1371
1221
|
"metadata": {
|
|
1372
1222
|
"type": "Property"
|
|
1373
|
-
}
|
|
1223
|
+
},
|
|
1224
|
+
"enum": [
|
|
1225
|
+
"Description",
|
|
1226
|
+
"DescriptionValue",
|
|
1227
|
+
"Value",
|
|
1228
|
+
"ValueDescription"
|
|
1229
|
+
]
|
|
1374
1230
|
},
|
|
1375
|
-
"
|
|
1231
|
+
"fieldEditStyle": {
|
|
1376
1232
|
"type": "string",
|
|
1377
|
-
"description": "
|
|
1233
|
+
"description": "Determines how the field should be rendered, e.g. as radio buttons. \nIf not all prerequisites are met, the field will default back to the standard rendering.\n",
|
|
1378
1234
|
"artifactType": "XMLProperty",
|
|
1379
1235
|
"metadata": {
|
|
1380
1236
|
"type": "Property"
|
|
1381
|
-
}
|
|
1237
|
+
},
|
|
1238
|
+
"const": "RadioButtons"
|
|
1382
1239
|
},
|
|
1383
|
-
"
|
|
1240
|
+
"measureDisplayMode": {
|
|
1384
1241
|
"type": "string",
|
|
1385
|
-
"description": "
|
|
1242
|
+
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
1386
1243
|
"artifactType": "XMLProperty",
|
|
1387
1244
|
"metadata": {
|
|
1388
1245
|
"type": "Property"
|
|
1389
|
-
}
|
|
1246
|
+
},
|
|
1247
|
+
"enum": [
|
|
1248
|
+
"Hidden",
|
|
1249
|
+
"ReadOnly"
|
|
1250
|
+
]
|
|
1390
1251
|
},
|
|
1391
|
-
"
|
|
1392
|
-
"type": "
|
|
1393
|
-
"description": "
|
|
1394
|
-
"artifactType": "XMLProperty",
|
|
1395
|
-
"metadata": {
|
|
1396
|
-
"type": "Property"
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
"additionalProperties": false,
|
|
1401
|
-
"metadata": {
|
|
1402
|
-
"path": [],
|
|
1403
|
-
"type": "Control"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
"sap.fe.macros.richtexteditor.Plugin": {
|
|
1407
|
-
"description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
|
|
1408
|
-
"isViewNode": true,
|
|
1409
|
-
"type": "object",
|
|
1410
|
-
"properties": {
|
|
1411
|
-
"name": {
|
|
1412
|
-
"type": "string",
|
|
1413
|
-
"description": "The plugin name.",
|
|
1252
|
+
"radioButtonsHorizontalLayout": {
|
|
1253
|
+
"type": "boolean",
|
|
1254
|
+
"description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
|
|
1414
1255
|
"artifactType": "XMLProperty",
|
|
1415
1256
|
"metadata": {
|
|
1416
1257
|
"type": "Property"
|
|
1417
1258
|
}
|
|
1418
1259
|
},
|
|
1419
|
-
"
|
|
1420
|
-
"type": "
|
|
1421
|
-
"description": "
|
|
1260
|
+
"showDate": {
|
|
1261
|
+
"type": "boolean",
|
|
1262
|
+
"description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
1422
1263
|
"artifactType": "XMLProperty",
|
|
1423
1264
|
"metadata": {
|
|
1424
1265
|
"type": "Property"
|
|
1425
1266
|
}
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
"path": [],
|
|
1431
|
-
"type": "Control"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
"sap.fe.macros.RichTextEditorWithMetadata": {
|
|
1435
|
-
"description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
|
|
1436
|
-
"isViewNode": true,
|
|
1437
|
-
"type": "object",
|
|
1438
|
-
"properties": {
|
|
1439
|
-
"buttonGroups": {
|
|
1440
|
-
"type": "array",
|
|
1441
|
-
"description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
|
|
1267
|
+
},
|
|
1268
|
+
"showTime": {
|
|
1269
|
+
"type": "boolean",
|
|
1270
|
+
"description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
1442
1271
|
"artifactType": "XMLProperty",
|
|
1443
1272
|
"metadata": {
|
|
1444
1273
|
"type": "Property"
|
|
1445
1274
|
}
|
|
1446
1275
|
},
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1449
|
-
"description": "
|
|
1276
|
+
"showTimezone": {
|
|
1277
|
+
"type": "boolean",
|
|
1278
|
+
"description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
1450
1279
|
"artifactType": "XMLProperty",
|
|
1451
|
-
"isViewNode": true,
|
|
1452
1280
|
"metadata": {
|
|
1453
1281
|
"type": "Property"
|
|
1454
1282
|
}
|
|
1455
1283
|
},
|
|
1456
|
-
"
|
|
1457
|
-
"type": "
|
|
1458
|
-
"description": "
|
|
1284
|
+
"textExpandBehaviorDisplay": {
|
|
1285
|
+
"type": "string",
|
|
1286
|
+
"description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
|
|
1459
1287
|
"artifactType": "XMLProperty",
|
|
1460
1288
|
"metadata": {
|
|
1461
1289
|
"type": "Property"
|
|
1462
|
-
}
|
|
1290
|
+
},
|
|
1291
|
+
"enum": [
|
|
1292
|
+
"InPlace",
|
|
1293
|
+
"Popover"
|
|
1294
|
+
]
|
|
1463
1295
|
},
|
|
1464
|
-
"
|
|
1465
|
-
"$ref": "#/definitions/
|
|
1466
|
-
"description": "
|
|
1296
|
+
"textLinesEdit": {
|
|
1297
|
+
"$ref": "#/definitions/int",
|
|
1298
|
+
"description": "textLinesEdit",
|
|
1467
1299
|
"artifactType": "XMLProperty",
|
|
1468
1300
|
"isViewNode": true,
|
|
1469
1301
|
"metadata": {
|
|
1470
1302
|
"type": "Property"
|
|
1471
1303
|
}
|
|
1472
1304
|
},
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"description": "
|
|
1305
|
+
"textMaxCharactersDisplay": {
|
|
1306
|
+
"$ref": "#/definitions/int",
|
|
1307
|
+
"description": "textMaxCharactersDisplay",
|
|
1476
1308
|
"artifactType": "XMLProperty",
|
|
1309
|
+
"isViewNode": true,
|
|
1477
1310
|
"metadata": {
|
|
1478
1311
|
"type": "Property"
|
|
1479
1312
|
}
|
|
1480
1313
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"description": "
|
|
1314
|
+
"textMaxLength": {
|
|
1315
|
+
"$ref": "#/definitions/int",
|
|
1316
|
+
"description": "textMaxLength",
|
|
1484
1317
|
"artifactType": "XMLProperty",
|
|
1318
|
+
"isViewNode": true,
|
|
1485
1319
|
"metadata": {
|
|
1486
1320
|
"type": "Property"
|
|
1487
1321
|
}
|
|
1488
1322
|
},
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
"description": "
|
|
1323
|
+
"textMaxLines": {
|
|
1324
|
+
"$ref": "#/definitions/int",
|
|
1325
|
+
"description": "textMaxLines",
|
|
1492
1326
|
"artifactType": "XMLProperty",
|
|
1327
|
+
"isViewNode": true,
|
|
1493
1328
|
"metadata": {
|
|
1494
1329
|
"type": "Property"
|
|
1495
1330
|
}
|
|
@@ -1509,114 +1344,100 @@
|
|
|
1509
1344
|
"type": "Control"
|
|
1510
1345
|
}
|
|
1511
1346
|
},
|
|
1512
|
-
"sap.fe.macros.
|
|
1513
|
-
"description": "
|
|
1347
|
+
"sap.fe.macros.filterBar.FilterBar": {
|
|
1348
|
+
"description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
1514
1349
|
"isViewNode": true,
|
|
1515
1350
|
"type": "object",
|
|
1516
1351
|
"properties": {
|
|
1517
|
-
"
|
|
1518
|
-
"type": "
|
|
1519
|
-
"description": "
|
|
1352
|
+
"contextPath": {
|
|
1353
|
+
"type": "string",
|
|
1354
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1520
1355
|
"artifactType": "XMLProperty",
|
|
1521
1356
|
"metadata": {
|
|
1522
1357
|
"type": "Property"
|
|
1523
1358
|
}
|
|
1524
1359
|
},
|
|
1525
|
-
"
|
|
1360
|
+
"liveMode": {
|
|
1526
1361
|
"type": "boolean",
|
|
1527
|
-
"description": "
|
|
1362
|
+
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
1528
1363
|
"artifactType": "XMLProperty",
|
|
1529
1364
|
"metadata": {
|
|
1530
1365
|
"type": "Property"
|
|
1531
1366
|
}
|
|
1532
1367
|
},
|
|
1533
|
-
"
|
|
1368
|
+
"metaPath": {
|
|
1534
1369
|
"type": "string",
|
|
1535
|
-
"description": "
|
|
1370
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
1536
1371
|
"artifactType": "XMLProperty",
|
|
1537
1372
|
"metadata": {
|
|
1538
1373
|
"type": "Property"
|
|
1539
1374
|
}
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
"path": [],
|
|
1545
|
-
"type": "Control"
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
"sap.fe.macros.table.Action": {
|
|
1549
|
-
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
1550
|
-
"isViewNode": true,
|
|
1551
|
-
"type": "object",
|
|
1552
|
-
"properties": {
|
|
1553
|
-
"anchor": {
|
|
1554
|
-
"type": "string",
|
|
1555
|
-
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
1375
|
+
},
|
|
1376
|
+
"showClearButton": {
|
|
1377
|
+
"type": "boolean",
|
|
1378
|
+
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
1556
1379
|
"artifactType": "XMLProperty",
|
|
1557
1380
|
"metadata": {
|
|
1558
1381
|
"type": "Property"
|
|
1559
1382
|
}
|
|
1560
1383
|
},
|
|
1561
|
-
"
|
|
1384
|
+
"showMessages": {
|
|
1562
1385
|
"type": "boolean",
|
|
1563
|
-
"description": "
|
|
1386
|
+
"description": "Displays possible errors during the search in a message box",
|
|
1564
1387
|
"artifactType": "XMLProperty",
|
|
1565
1388
|
"metadata": {
|
|
1566
1389
|
"type": "Property"
|
|
1567
1390
|
}
|
|
1568
1391
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"type": "
|
|
1571
|
-
"description": "
|
|
1392
|
+
"visible": {
|
|
1393
|
+
"type": "boolean",
|
|
1394
|
+
"description": "Parameter which sets the visibility of the FilterBar building block",
|
|
1572
1395
|
"artifactType": "XMLProperty",
|
|
1573
1396
|
"metadata": {
|
|
1574
1397
|
"type": "Property"
|
|
1575
1398
|
}
|
|
1576
1399
|
},
|
|
1577
|
-
"
|
|
1400
|
+
"id": {
|
|
1578
1401
|
"type": "string",
|
|
1579
|
-
"description": "
|
|
1402
|
+
"description": "Unique id of control",
|
|
1580
1403
|
"artifactType": "XMLProperty",
|
|
1581
1404
|
"metadata": {
|
|
1582
1405
|
"type": "Property"
|
|
1583
|
-
}
|
|
1584
|
-
"enum": [
|
|
1585
|
-
"After",
|
|
1586
|
-
"Before"
|
|
1587
|
-
]
|
|
1406
|
+
}
|
|
1588
1407
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"type": "
|
|
1591
|
-
"
|
|
1592
|
-
|
|
1408
|
+
"filterFields": {
|
|
1409
|
+
"type": "object",
|
|
1410
|
+
"additionalProperties": {
|
|
1411
|
+
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
1412
|
+
},
|
|
1413
|
+
"isViewNode": true,
|
|
1593
1414
|
"metadata": {
|
|
1594
|
-
"
|
|
1415
|
+
"path": [],
|
|
1416
|
+
"type": "Aggregation"
|
|
1595
1417
|
}
|
|
1596
1418
|
},
|
|
1597
|
-
"
|
|
1598
|
-
"type": "
|
|
1599
|
-
"description": "
|
|
1419
|
+
"afterClear": {
|
|
1420
|
+
"type": "string",
|
|
1421
|
+
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
1600
1422
|
"artifactType": "XMLProperty",
|
|
1601
1423
|
"metadata": {
|
|
1602
|
-
"type": "
|
|
1424
|
+
"type": "Event"
|
|
1603
1425
|
}
|
|
1604
1426
|
},
|
|
1605
|
-
"
|
|
1427
|
+
"filterChanged": {
|
|
1606
1428
|
"type": "string",
|
|
1607
|
-
"description": "The
|
|
1429
|
+
"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.",
|
|
1608
1430
|
"artifactType": "XMLProperty",
|
|
1609
1431
|
"metadata": {
|
|
1610
|
-
"type": "
|
|
1611
|
-
}
|
|
1612
|
-
"i18nClassification": "BUT: Text of the action button"
|
|
1432
|
+
"type": "Event"
|
|
1433
|
+
}
|
|
1613
1434
|
},
|
|
1614
|
-
"
|
|
1435
|
+
"search": {
|
|
1615
1436
|
"type": "string",
|
|
1616
|
-
"description": "
|
|
1437
|
+
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
1617
1438
|
"artifactType": "XMLProperty",
|
|
1618
1439
|
"metadata": {
|
|
1619
|
-
"type": "
|
|
1440
|
+
"type": "Event"
|
|
1620
1441
|
}
|
|
1621
1442
|
}
|
|
1622
1443
|
},
|
|
@@ -1626,47 +1447,58 @@
|
|
|
1626
1447
|
"type": "Control"
|
|
1627
1448
|
}
|
|
1628
1449
|
},
|
|
1629
|
-
"sap.fe.macros.
|
|
1630
|
-
"description": "
|
|
1450
|
+
"sap.fe.macros.FilterBar": {
|
|
1451
|
+
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
|
|
1631
1452
|
"isViewNode": true,
|
|
1632
1453
|
"type": "object",
|
|
1633
1454
|
"properties": {
|
|
1634
|
-
"
|
|
1455
|
+
"contextPath": {
|
|
1635
1456
|
"type": "string",
|
|
1636
|
-
"description": "
|
|
1457
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1637
1458
|
"artifactType": "XMLProperty",
|
|
1638
1459
|
"metadata": {
|
|
1639
1460
|
"type": "Property"
|
|
1640
1461
|
}
|
|
1641
1462
|
},
|
|
1642
|
-
"
|
|
1643
|
-
"type": "
|
|
1644
|
-
"description": "
|
|
1463
|
+
"liveMode": {
|
|
1464
|
+
"type": "boolean",
|
|
1465
|
+
"description": "If true, the search is triggered automatically when a filter value is changed.",
|
|
1645
1466
|
"artifactType": "XMLProperty",
|
|
1646
1467
|
"metadata": {
|
|
1647
1468
|
"type": "Property"
|
|
1648
1469
|
}
|
|
1649
1470
|
},
|
|
1650
|
-
"
|
|
1471
|
+
"metaPath": {
|
|
1651
1472
|
"type": "string",
|
|
1652
|
-
"description": "Defines
|
|
1473
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
1653
1474
|
"artifactType": "XMLProperty",
|
|
1654
1475
|
"metadata": {
|
|
1655
1476
|
"type": "Property"
|
|
1656
|
-
}
|
|
1657
|
-
"enum": [
|
|
1658
|
-
"After",
|
|
1659
|
-
"Before"
|
|
1660
|
-
]
|
|
1477
|
+
}
|
|
1661
1478
|
},
|
|
1662
|
-
"
|
|
1663
|
-
"type": "
|
|
1664
|
-
"description": "
|
|
1479
|
+
"showClearButton": {
|
|
1480
|
+
"type": "boolean",
|
|
1481
|
+
"description": "Handles the visibility of the 'Clear' button on the FilterBar.",
|
|
1665
1482
|
"artifactType": "XMLProperty",
|
|
1666
1483
|
"metadata": {
|
|
1667
1484
|
"type": "Property"
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"showMessages": {
|
|
1488
|
+
"type": "boolean",
|
|
1489
|
+
"description": "Displays possible errors during the search in a message box",
|
|
1490
|
+
"artifactType": "XMLProperty",
|
|
1491
|
+
"metadata": {
|
|
1492
|
+
"type": "Property"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"visible": {
|
|
1496
|
+
"type": "boolean",
|
|
1497
|
+
"description": "Parameter which sets the visibility of the FilterBar building block",
|
|
1498
|
+
"artifactType": "XMLProperty",
|
|
1499
|
+
"metadata": {
|
|
1500
|
+
"type": "Property"
|
|
1501
|
+
}
|
|
1670
1502
|
},
|
|
1671
1503
|
"id": {
|
|
1672
1504
|
"type": "string",
|
|
@@ -1676,16 +1508,40 @@
|
|
|
1676
1508
|
"type": "Property"
|
|
1677
1509
|
}
|
|
1678
1510
|
},
|
|
1679
|
-
"
|
|
1511
|
+
"filterFields": {
|
|
1680
1512
|
"type": "object",
|
|
1681
1513
|
"additionalProperties": {
|
|
1682
|
-
"$ref": "#/definitions/sap.fe.macros.
|
|
1514
|
+
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
1683
1515
|
},
|
|
1684
1516
|
"isViewNode": true,
|
|
1685
1517
|
"metadata": {
|
|
1686
1518
|
"path": [],
|
|
1687
1519
|
"type": "Aggregation"
|
|
1688
1520
|
}
|
|
1521
|
+
},
|
|
1522
|
+
"afterClear": {
|
|
1523
|
+
"type": "string",
|
|
1524
|
+
"description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
|
|
1525
|
+
"artifactType": "XMLProperty",
|
|
1526
|
+
"metadata": {
|
|
1527
|
+
"type": "Event"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
"filterChanged": {
|
|
1531
|
+
"type": "string",
|
|
1532
|
+
"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.",
|
|
1533
|
+
"artifactType": "XMLProperty",
|
|
1534
|
+
"metadata": {
|
|
1535
|
+
"type": "Event"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"search": {
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"description": "This event is fired when the 'Go' button is pressed or after a condition change.",
|
|
1541
|
+
"artifactType": "XMLProperty",
|
|
1542
|
+
"metadata": {
|
|
1543
|
+
"type": "Event"
|
|
1544
|
+
}
|
|
1689
1545
|
}
|
|
1690
1546
|
},
|
|
1691
1547
|
"additionalProperties": false,
|
|
@@ -1694,75 +1550,247 @@
|
|
|
1694
1550
|
"type": "Control"
|
|
1695
1551
|
}
|
|
1696
1552
|
},
|
|
1697
|
-
"sap.fe.macros.
|
|
1698
|
-
"description": "Definition of a custom
|
|
1553
|
+
"sap.fe.macros.filterBar.FilterField": {
|
|
1554
|
+
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\nOverview of Building Blocks\n\t\t\t\n",
|
|
1699
1555
|
"isViewNode": true,
|
|
1700
1556
|
"type": "object",
|
|
1701
1557
|
"properties": {
|
|
1702
1558
|
"anchor": {
|
|
1703
1559
|
"type": "string",
|
|
1704
|
-
"description": "Reference to the key of another
|
|
1560
|
+
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
1705
1561
|
"artifactType": "XMLProperty",
|
|
1706
1562
|
"metadata": {
|
|
1707
1563
|
"type": "Property"
|
|
1708
1564
|
}
|
|
1709
1565
|
},
|
|
1710
|
-
"
|
|
1566
|
+
"key": {
|
|
1711
1567
|
"type": "string",
|
|
1712
|
-
"description": "The
|
|
1568
|
+
"description": "The property name of the FilterField",
|
|
1569
|
+
"artifactType": "XMLProperty",
|
|
1570
|
+
"metadata": {
|
|
1571
|
+
"type": "Property"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
"label": {
|
|
1575
|
+
"type": "string",
|
|
1576
|
+
"description": "The text that will be displayed for this FilterField",
|
|
1577
|
+
"artifactType": "XMLProperty",
|
|
1578
|
+
"metadata": {
|
|
1579
|
+
"type": "Property"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"placement": {
|
|
1583
|
+
"type": "string",
|
|
1584
|
+
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1713
1585
|
"artifactType": "XMLProperty",
|
|
1714
1586
|
"metadata": {
|
|
1715
1587
|
"type": "Property"
|
|
1716
1588
|
},
|
|
1717
|
-
"
|
|
1589
|
+
"enum": [
|
|
1590
|
+
"After",
|
|
1591
|
+
"Before"
|
|
1592
|
+
]
|
|
1718
1593
|
},
|
|
1719
|
-
"
|
|
1594
|
+
"property": {
|
|
1720
1595
|
"type": "string",
|
|
1721
|
-
"description": "
|
|
1596
|
+
"description": "Defines which property will be influenced by the FilterField.\nThis must be a valid property of the entity as this can be used for SAP Companion integration\n",
|
|
1722
1597
|
"artifactType": "XMLProperty",
|
|
1723
1598
|
"metadata": {
|
|
1724
1599
|
"type": "Property"
|
|
1725
1600
|
}
|
|
1726
1601
|
},
|
|
1727
|
-
"
|
|
1602
|
+
"required": {
|
|
1603
|
+
"type": "boolean",
|
|
1604
|
+
"description": "If set, the FilterField will be marked as a mandatory field.",
|
|
1605
|
+
"artifactType": "XMLProperty",
|
|
1606
|
+
"metadata": {
|
|
1607
|
+
"type": "Property"
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
"showMessages": {
|
|
1611
|
+
"type": "boolean",
|
|
1612
|
+
"description": "This property is not required at filter field level. To achieve the desired behavior, specify the showMessages property in the FilterBar building block.",
|
|
1613
|
+
"artifactType": "XMLProperty",
|
|
1614
|
+
"metadata": {
|
|
1615
|
+
"type": "Property"
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
"id": {
|
|
1728
1619
|
"type": "string",
|
|
1729
|
-
"description": "
|
|
1620
|
+
"description": "Unique id of control",
|
|
1621
|
+
"artifactType": "XMLProperty",
|
|
1622
|
+
"metadata": {
|
|
1623
|
+
"type": "Property"
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"additionalProperties": false,
|
|
1628
|
+
"metadata": {
|
|
1629
|
+
"path": [],
|
|
1630
|
+
"type": "Control"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"sap.fe.macros.Form": {
|
|
1634
|
+
"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 CollectionFacet\nUsage example:\n\n<macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
|
|
1635
|
+
"isViewNode": true,
|
|
1636
|
+
"type": "object",
|
|
1637
|
+
"properties": {
|
|
1638
|
+
"contextPath": {
|
|
1639
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1640
|
+
"description": "contextPath",
|
|
1730
1641
|
"artifactType": "XMLProperty",
|
|
1642
|
+
"isViewNode": true,
|
|
1731
1643
|
"metadata": {
|
|
1732
1644
|
"type": "Property"
|
|
1733
1645
|
}
|
|
1734
1646
|
},
|
|
1735
|
-
"
|
|
1647
|
+
"metaPath": {
|
|
1648
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1649
|
+
"description": "metaPath",
|
|
1650
|
+
"artifactType": "XMLProperty",
|
|
1651
|
+
"isViewNode": true,
|
|
1652
|
+
"metadata": {
|
|
1653
|
+
"type": "Property"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"title": {
|
|
1736
1657
|
"type": "string",
|
|
1737
|
-
"description": "
|
|
1658
|
+
"description": "The title of the form control.",
|
|
1659
|
+
"artifactType": "XMLProperty",
|
|
1660
|
+
"metadata": {
|
|
1661
|
+
"type": "Property"
|
|
1662
|
+
},
|
|
1663
|
+
"i18nClassification": "HED: Title of the form"
|
|
1664
|
+
},
|
|
1665
|
+
"id": {
|
|
1666
|
+
"type": "string",
|
|
1667
|
+
"description": "Unique id of control",
|
|
1668
|
+
"artifactType": "XMLProperty",
|
|
1669
|
+
"metadata": {
|
|
1670
|
+
"type": "Property"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"additionalProperties": false,
|
|
1675
|
+
"metadata": {
|
|
1676
|
+
"path": [],
|
|
1677
|
+
"type": "Control"
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
"sap.fe.macros.FormElement": {
|
|
1681
|
+
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
1682
|
+
"isViewNode": true,
|
|
1683
|
+
"type": "object",
|
|
1684
|
+
"properties": {
|
|
1685
|
+
"contextPath": {
|
|
1686
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1687
|
+
"description": "contextPath",
|
|
1738
1688
|
"artifactType": "XMLProperty",
|
|
1689
|
+
"isViewNode": true,
|
|
1739
1690
|
"metadata": {
|
|
1740
1691
|
"type": "Property"
|
|
1741
1692
|
}
|
|
1742
1693
|
},
|
|
1743
|
-
"
|
|
1694
|
+
"label": {
|
|
1744
1695
|
"type": "string",
|
|
1745
|
-
"description": "
|
|
1696
|
+
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
1746
1697
|
"artifactType": "XMLProperty",
|
|
1747
1698
|
"metadata": {
|
|
1748
1699
|
"type": "Property"
|
|
1749
1700
|
},
|
|
1750
|
-
"
|
|
1751
|
-
"After",
|
|
1752
|
-
"Before"
|
|
1753
|
-
]
|
|
1701
|
+
"i18nClassification": "FLD: Label of the form element"
|
|
1754
1702
|
},
|
|
1755
|
-
"
|
|
1703
|
+
"metaPath": {
|
|
1704
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1705
|
+
"description": "metaPath",
|
|
1706
|
+
"artifactType": "XMLProperty",
|
|
1707
|
+
"isViewNode": true,
|
|
1708
|
+
"metadata": {
|
|
1709
|
+
"type": "Property"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"visible": {
|
|
1713
|
+
"type": "boolean",
|
|
1714
|
+
"description": "If set to false, the FormElement is not rendered.",
|
|
1715
|
+
"artifactType": "XMLProperty",
|
|
1716
|
+
"metadata": {
|
|
1717
|
+
"type": "Property"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"id": {
|
|
1756
1721
|
"type": "string",
|
|
1757
|
-
"description": "
|
|
1722
|
+
"description": "Unique id of control",
|
|
1758
1723
|
"artifactType": "XMLProperty",
|
|
1759
1724
|
"metadata": {
|
|
1760
1725
|
"type": "Property"
|
|
1761
1726
|
}
|
|
1762
1727
|
},
|
|
1763
|
-
"
|
|
1728
|
+
"fields": {
|
|
1729
|
+
"type": "object",
|
|
1730
|
+
"additionalProperties": {
|
|
1731
|
+
"$ref": "#/definitions/sap.ui.core.Control"
|
|
1732
|
+
},
|
|
1733
|
+
"isViewNode": true,
|
|
1734
|
+
"metadata": {
|
|
1735
|
+
"path": [],
|
|
1736
|
+
"type": "Aggregation"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"change": {
|
|
1740
|
+
"type": "string",
|
|
1741
|
+
"description": "The event is triggered when the field is changed.",
|
|
1742
|
+
"artifactType": "XMLProperty",
|
|
1743
|
+
"metadata": {
|
|
1744
|
+
"type": "Event"
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
"additionalProperties": false,
|
|
1749
|
+
"metadata": {
|
|
1750
|
+
"path": [],
|
|
1751
|
+
"type": "Control"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"sap.fe.macros.microchart.MicroChart": {
|
|
1755
|
+
"description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
1756
|
+
"isViewNode": true,
|
|
1757
|
+
"type": "object",
|
|
1758
|
+
"properties": {
|
|
1759
|
+
"contextPath": {
|
|
1760
|
+
"type": "string",
|
|
1761
|
+
"description": "context path to the MicroChart.",
|
|
1762
|
+
"artifactType": "XMLProperty",
|
|
1763
|
+
"metadata": {
|
|
1764
|
+
"type": "Property"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"hideOnNoData": {
|
|
1764
1768
|
"type": "boolean",
|
|
1765
|
-
"description": "
|
|
1769
|
+
"description": "Show blank space in case there is no data in the chart",
|
|
1770
|
+
"artifactType": "XMLProperty",
|
|
1771
|
+
"metadata": {
|
|
1772
|
+
"type": "Property"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"metaPath": {
|
|
1776
|
+
"type": "string",
|
|
1777
|
+
"description": "Metadata path to the MicroChart.",
|
|
1778
|
+
"artifactType": "XMLProperty",
|
|
1779
|
+
"metadata": {
|
|
1780
|
+
"type": "Property"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"showOnlyChart": {
|
|
1784
|
+
"type": "boolean",
|
|
1785
|
+
"description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do\nnot see the inner labels of the MicroChart as well.",
|
|
1786
|
+
"artifactType": "XMLProperty",
|
|
1787
|
+
"metadata": {
|
|
1788
|
+
"type": "Property"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
"size": {
|
|
1792
|
+
"type": "string",
|
|
1793
|
+
"description": "Size of the MicroChart",
|
|
1766
1794
|
"artifactType": "XMLProperty",
|
|
1767
1795
|
"metadata": {
|
|
1768
1796
|
"type": "Property"
|
|
@@ -1783,8 +1811,1224 @@
|
|
|
1783
1811
|
"type": "Control"
|
|
1784
1812
|
}
|
|
1785
1813
|
},
|
|
1786
|
-
"sap.fe.macros.
|
|
1787
|
-
"description": "
|
|
1814
|
+
"sap.fe.macros.richtexteditor.ButtonGroup": {
|
|
1815
|
+
"description": "Button configurations for the RichTextEditor.",
|
|
1816
|
+
"isViewNode": true,
|
|
1817
|
+
"type": "object",
|
|
1818
|
+
"properties": {
|
|
1819
|
+
"buttons": {
|
|
1820
|
+
"type": "string",
|
|
1821
|
+
"description": "The buttons to be displayed in the group.",
|
|
1822
|
+
"artifactType": "XMLProperty",
|
|
1823
|
+
"metadata": {
|
|
1824
|
+
"type": "Property"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"customToolbarPriority": {
|
|
1828
|
+
"$ref": "#/definitions/int",
|
|
1829
|
+
"description": "customToolbarPriority",
|
|
1830
|
+
"artifactType": "XMLProperty",
|
|
1831
|
+
"isViewNode": true,
|
|
1832
|
+
"metadata": {
|
|
1833
|
+
"type": "Property"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
"name": {
|
|
1837
|
+
"type": "string",
|
|
1838
|
+
"description": "The name of the group.",
|
|
1839
|
+
"artifactType": "XMLProperty",
|
|
1840
|
+
"metadata": {
|
|
1841
|
+
"type": "Property"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
"priority": {
|
|
1845
|
+
"$ref": "#/definitions/int",
|
|
1846
|
+
"description": "priority",
|
|
1847
|
+
"artifactType": "XMLProperty",
|
|
1848
|
+
"isViewNode": true,
|
|
1849
|
+
"metadata": {
|
|
1850
|
+
"type": "Property"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"row": {
|
|
1854
|
+
"$ref": "#/definitions/int",
|
|
1855
|
+
"description": "row",
|
|
1856
|
+
"artifactType": "XMLProperty",
|
|
1857
|
+
"isViewNode": true,
|
|
1858
|
+
"metadata": {
|
|
1859
|
+
"type": "Property"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"visible": {
|
|
1863
|
+
"type": "string",
|
|
1864
|
+
"description": "Whether the group is visible.",
|
|
1865
|
+
"artifactType": "XMLProperty",
|
|
1866
|
+
"metadata": {
|
|
1867
|
+
"type": "Property"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
"id": {
|
|
1871
|
+
"type": "string",
|
|
1872
|
+
"description": "Unique id of control",
|
|
1873
|
+
"artifactType": "XMLProperty",
|
|
1874
|
+
"metadata": {
|
|
1875
|
+
"type": "Property"
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
"additionalProperties": false,
|
|
1880
|
+
"metadata": {
|
|
1881
|
+
"path": [],
|
|
1882
|
+
"type": "Control"
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
"sap.fe.macros.richtexteditor.Plugin": {
|
|
1886
|
+
"description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
|
|
1887
|
+
"isViewNode": true,
|
|
1888
|
+
"type": "object",
|
|
1889
|
+
"properties": {
|
|
1890
|
+
"name": {
|
|
1891
|
+
"type": "string",
|
|
1892
|
+
"description": "The plugin name.",
|
|
1893
|
+
"artifactType": "XMLProperty",
|
|
1894
|
+
"metadata": {
|
|
1895
|
+
"type": "Property"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"id": {
|
|
1899
|
+
"type": "string",
|
|
1900
|
+
"description": "Unique id of control",
|
|
1901
|
+
"artifactType": "XMLProperty",
|
|
1902
|
+
"metadata": {
|
|
1903
|
+
"type": "Property"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"additionalProperties": false,
|
|
1908
|
+
"metadata": {
|
|
1909
|
+
"path": [],
|
|
1910
|
+
"type": "Control"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
"sap.fe.macros.share.ShareOptions": {
|
|
1914
|
+
"description": "Share Options.",
|
|
1915
|
+
"isViewNode": true,
|
|
1916
|
+
"type": "object",
|
|
1917
|
+
"properties": {
|
|
1918
|
+
"id": {
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"description": "Unique id of control",
|
|
1921
|
+
"artifactType": "XMLProperty",
|
|
1922
|
+
"metadata": {
|
|
1923
|
+
"type": "Property"
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"additionalProperties": false,
|
|
1928
|
+
"metadata": {
|
|
1929
|
+
"path": [],
|
|
1930
|
+
"type": "Control"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
"sap.fe.macros.table.Action": {
|
|
1934
|
+
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
1935
|
+
"isViewNode": true,
|
|
1936
|
+
"type": "object",
|
|
1937
|
+
"properties": {
|
|
1938
|
+
"anchor": {
|
|
1939
|
+
"type": "string",
|
|
1940
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
1941
|
+
"artifactType": "XMLProperty",
|
|
1942
|
+
"metadata": {
|
|
1943
|
+
"type": "Property"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"command": {
|
|
1947
|
+
"type": "string",
|
|
1948
|
+
"description": "Determines the shortcut combination to trigger the action",
|
|
1949
|
+
"artifactType": "XMLProperty",
|
|
1950
|
+
"metadata": {
|
|
1951
|
+
"type": "Property"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"enableOnSelect": {
|
|
1955
|
+
"type": "string",
|
|
1956
|
+
"description": "Determines whether the action requires selecting one item or multiple items.\nAllowed values are `single` and `multi`",
|
|
1957
|
+
"artifactType": "XMLProperty",
|
|
1958
|
+
"metadata": {
|
|
1959
|
+
"type": "Property"
|
|
1960
|
+
},
|
|
1961
|
+
"enum": [
|
|
1962
|
+
"multi",
|
|
1963
|
+
"single"
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
"enabled": {
|
|
1967
|
+
"type": "boolean",
|
|
1968
|
+
"description": "Enables or disables the action",
|
|
1969
|
+
"artifactType": "XMLProperty",
|
|
1970
|
+
"metadata": {
|
|
1971
|
+
"type": "Property"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"key": {
|
|
1975
|
+
"type": "string",
|
|
1976
|
+
"description": "Unique identifier of the action",
|
|
1977
|
+
"artifactType": "XMLProperty",
|
|
1978
|
+
"metadata": {
|
|
1979
|
+
"type": "Property"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"placement": {
|
|
1983
|
+
"type": "string",
|
|
1984
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1985
|
+
"artifactType": "XMLProperty",
|
|
1986
|
+
"metadata": {
|
|
1987
|
+
"type": "Property"
|
|
1988
|
+
},
|
|
1989
|
+
"enum": [
|
|
1990
|
+
"After",
|
|
1991
|
+
"Before"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
"requiresSelection": {
|
|
1995
|
+
"type": "boolean",
|
|
1996
|
+
"description": "Defines if the action requires a selection.",
|
|
1997
|
+
"artifactType": "XMLProperty",
|
|
1998
|
+
"metadata": {
|
|
1999
|
+
"type": "Property"
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"text": {
|
|
2003
|
+
"type": "string",
|
|
2004
|
+
"description": "The text that will be displayed for this action",
|
|
2005
|
+
"artifactType": "XMLProperty",
|
|
2006
|
+
"metadata": {
|
|
2007
|
+
"type": "Property"
|
|
2008
|
+
},
|
|
2009
|
+
"i18nClassification": "BUT: Text of the action button"
|
|
2010
|
+
},
|
|
2011
|
+
"visible": {
|
|
2012
|
+
"type": "boolean",
|
|
2013
|
+
"description": "Determines whether the action is visible.",
|
|
2014
|
+
"artifactType": "XMLProperty",
|
|
2015
|
+
"metadata": {
|
|
2016
|
+
"type": "Property"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"id": {
|
|
2020
|
+
"type": "string",
|
|
2021
|
+
"description": "Unique id of control",
|
|
2022
|
+
"artifactType": "XMLProperty",
|
|
2023
|
+
"metadata": {
|
|
2024
|
+
"type": "Property"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"press": {
|
|
2028
|
+
"type": "string",
|
|
2029
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
2030
|
+
"artifactType": "XMLProperty",
|
|
2031
|
+
"metadata": {
|
|
2032
|
+
"type": "Event"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"additionalProperties": false,
|
|
2037
|
+
"metadata": {
|
|
2038
|
+
"path": [],
|
|
2039
|
+
"type": "Control"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"sap.fe.macros.table.ActionGroup": {
|
|
2043
|
+
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
2044
|
+
"isViewNode": true,
|
|
2045
|
+
"type": "object",
|
|
2046
|
+
"properties": {
|
|
2047
|
+
"anchor": {
|
|
2048
|
+
"type": "string",
|
|
2049
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
2050
|
+
"artifactType": "XMLProperty",
|
|
2051
|
+
"metadata": {
|
|
2052
|
+
"type": "Property"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
"defaultAction": {
|
|
2056
|
+
"type": "string",
|
|
2057
|
+
"description": "Determines the default action to be executed on the action group.",
|
|
2058
|
+
"artifactType": "XMLProperty",
|
|
2059
|
+
"metadata": {
|
|
2060
|
+
"type": "Property"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"key": {
|
|
2064
|
+
"type": "string",
|
|
2065
|
+
"description": "Unique identifier of the ActionGroup",
|
|
2066
|
+
"artifactType": "XMLProperty",
|
|
2067
|
+
"metadata": {
|
|
2068
|
+
"type": "Property"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
"placement": {
|
|
2072
|
+
"type": "string",
|
|
2073
|
+
"description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
2074
|
+
"artifactType": "XMLProperty",
|
|
2075
|
+
"metadata": {
|
|
2076
|
+
"type": "Property"
|
|
2077
|
+
},
|
|
2078
|
+
"enum": [
|
|
2079
|
+
"After",
|
|
2080
|
+
"Before"
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
"text": {
|
|
2084
|
+
"type": "string",
|
|
2085
|
+
"description": "The text that will be displayed for this action group",
|
|
2086
|
+
"artifactType": "XMLProperty",
|
|
2087
|
+
"metadata": {
|
|
2088
|
+
"type": "Property"
|
|
2089
|
+
},
|
|
2090
|
+
"i18nClassification": "BUT: Text of the action group button"
|
|
2091
|
+
},
|
|
2092
|
+
"id": {
|
|
2093
|
+
"type": "string",
|
|
2094
|
+
"description": "Unique id of control",
|
|
2095
|
+
"artifactType": "XMLProperty",
|
|
2096
|
+
"metadata": {
|
|
2097
|
+
"type": "Property"
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
"actions": {
|
|
2101
|
+
"type": "object",
|
|
2102
|
+
"additionalProperties": {
|
|
2103
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2104
|
+
},
|
|
2105
|
+
"isViewNode": true,
|
|
2106
|
+
"metadata": {
|
|
2107
|
+
"path": [],
|
|
2108
|
+
"type": "Aggregation"
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
"additionalProperties": false,
|
|
2113
|
+
"metadata": {
|
|
2114
|
+
"path": [],
|
|
2115
|
+
"type": "Control"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
"sap.fe.macros.table.ActionGroupOverride": {
|
|
2119
|
+
"description": "Definition of an action group override to be used inside the Table building block.",
|
|
2120
|
+
"isViewNode": true,
|
|
2121
|
+
"type": "object",
|
|
2122
|
+
"properties": {
|
|
2123
|
+
"anchor": {
|
|
2124
|
+
"type": "string",
|
|
2125
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
2126
|
+
"artifactType": "XMLProperty",
|
|
2127
|
+
"metadata": {
|
|
2128
|
+
"type": "Property"
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
"key": {
|
|
2132
|
+
"type": "string",
|
|
2133
|
+
"description": "Unique identifier of the ActionGroup to overridden.",
|
|
2134
|
+
"artifactType": "XMLProperty",
|
|
2135
|
+
"metadata": {
|
|
2136
|
+
"type": "Property"
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
"placement": {
|
|
2140
|
+
"type": "string",
|
|
2141
|
+
"description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
2142
|
+
"artifactType": "XMLProperty",
|
|
2143
|
+
"metadata": {
|
|
2144
|
+
"type": "Property"
|
|
2145
|
+
},
|
|
2146
|
+
"enum": [
|
|
2147
|
+
"After",
|
|
2148
|
+
"Before"
|
|
2149
|
+
]
|
|
2150
|
+
},
|
|
2151
|
+
"id": {
|
|
2152
|
+
"type": "string",
|
|
2153
|
+
"description": "Unique id of control",
|
|
2154
|
+
"artifactType": "XMLProperty",
|
|
2155
|
+
"metadata": {
|
|
2156
|
+
"type": "Property"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"actions": {
|
|
2160
|
+
"type": "object",
|
|
2161
|
+
"additionalProperties": {
|
|
2162
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2163
|
+
},
|
|
2164
|
+
"isViewNode": true,
|
|
2165
|
+
"metadata": {
|
|
2166
|
+
"path": [],
|
|
2167
|
+
"type": "Aggregation"
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"additionalProperties": false,
|
|
2172
|
+
"metadata": {
|
|
2173
|
+
"path": [],
|
|
2174
|
+
"type": "Control"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"sap.fe.macros.table.ActionOverride": {
|
|
2178
|
+
"description": "Definition of an override for the action to be used inside the Table building block.",
|
|
2179
|
+
"isViewNode": true,
|
|
2180
|
+
"type": "object",
|
|
2181
|
+
"properties": {
|
|
2182
|
+
"anchor": {
|
|
2183
|
+
"type": "string",
|
|
2184
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
2185
|
+
"artifactType": "XMLProperty",
|
|
2186
|
+
"metadata": {
|
|
2187
|
+
"type": "Property"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"command": {
|
|
2191
|
+
"type": "string",
|
|
2192
|
+
"description": "Determines the shortcut combination to trigger the action",
|
|
2193
|
+
"artifactType": "XMLProperty",
|
|
2194
|
+
"metadata": {
|
|
2195
|
+
"type": "Property"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"defaultValuesFunction": {
|
|
2199
|
+
"type": "string",
|
|
2200
|
+
"description": "Determines the function to get the default values of the action.",
|
|
2201
|
+
"artifactType": "XMLProperty",
|
|
2202
|
+
"metadata": {
|
|
2203
|
+
"type": "Property"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"enableAutoScroll": {
|
|
2207
|
+
"type": "boolean",
|
|
2208
|
+
"description": "Determines if the auto scroll is enabled after executing the action.",
|
|
2209
|
+
"artifactType": "XMLProperty",
|
|
2210
|
+
"metadata": {
|
|
2211
|
+
"type": "Property"
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"enableOnSelect": {
|
|
2215
|
+
"type": "string",
|
|
2216
|
+
"description": "Determines whether the action requires selecting one item or multiple items.\nAllowed values are `single` and `multi`",
|
|
2217
|
+
"artifactType": "XMLProperty",
|
|
2218
|
+
"metadata": {
|
|
2219
|
+
"type": "Property"
|
|
2220
|
+
},
|
|
2221
|
+
"enum": [
|
|
2222
|
+
"multi",
|
|
2223
|
+
"single"
|
|
2224
|
+
]
|
|
2225
|
+
},
|
|
2226
|
+
"enabled": {
|
|
2227
|
+
"type": "boolean",
|
|
2228
|
+
"description": "Enables or disables the action",
|
|
2229
|
+
"artifactType": "XMLProperty",
|
|
2230
|
+
"metadata": {
|
|
2231
|
+
"type": "Property"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"key": {
|
|
2235
|
+
"type": "string",
|
|
2236
|
+
"description": "Unique identifier of the action to overridden.",
|
|
2237
|
+
"artifactType": "XMLProperty",
|
|
2238
|
+
"metadata": {
|
|
2239
|
+
"type": "Property"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"navigateToInstance": {
|
|
2243
|
+
"type": "boolean",
|
|
2244
|
+
"description": "Determines whether there is a navigation after executing the action.",
|
|
2245
|
+
"artifactType": "XMLProperty",
|
|
2246
|
+
"metadata": {
|
|
2247
|
+
"type": "Property"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"placement": {
|
|
2251
|
+
"type": "string",
|
|
2252
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
2253
|
+
"artifactType": "XMLProperty",
|
|
2254
|
+
"metadata": {
|
|
2255
|
+
"type": "Property"
|
|
2256
|
+
},
|
|
2257
|
+
"enum": [
|
|
2258
|
+
"After",
|
|
2259
|
+
"Before"
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
"visible": {
|
|
2263
|
+
"type": "boolean",
|
|
2264
|
+
"description": "Determines whether the action is visible.",
|
|
2265
|
+
"artifactType": "XMLProperty",
|
|
2266
|
+
"metadata": {
|
|
2267
|
+
"type": "Property"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"id": {
|
|
2271
|
+
"type": "string",
|
|
2272
|
+
"description": "Unique id of control",
|
|
2273
|
+
"artifactType": "XMLProperty",
|
|
2274
|
+
"metadata": {
|
|
2275
|
+
"type": "Property"
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
"additionalProperties": false,
|
|
2280
|
+
"metadata": {
|
|
2281
|
+
"path": [],
|
|
2282
|
+
"type": "Control"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"sap.fe.macros.table.AnalyticalConfiguration": {
|
|
2286
|
+
"description": "A set of options that can be configured to control the aggregation behavior",
|
|
2287
|
+
"isViewNode": true,
|
|
2288
|
+
"type": "object",
|
|
2289
|
+
"properties": {
|
|
2290
|
+
"aggregationOnLeafLevel": {
|
|
2291
|
+
"type": "boolean",
|
|
2292
|
+
"description": "True if leaf level rows shall display aggregated data",
|
|
2293
|
+
"artifactType": "XMLProperty",
|
|
2294
|
+
"metadata": {
|
|
2295
|
+
"type": "Property"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"id": {
|
|
2299
|
+
"type": "string",
|
|
2300
|
+
"description": "Unique id of control",
|
|
2301
|
+
"artifactType": "XMLProperty",
|
|
2302
|
+
"metadata": {
|
|
2303
|
+
"type": "Property"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"additionalProperties": false,
|
|
2308
|
+
"metadata": {
|
|
2309
|
+
"path": [],
|
|
2310
|
+
"type": "Control"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"sap.fe.macros.table.Column": {
|
|
2314
|
+
"description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
|
|
2315
|
+
"isViewNode": true,
|
|
2316
|
+
"type": "object",
|
|
2317
|
+
"properties": {
|
|
2318
|
+
"anchor": {
|
|
2319
|
+
"type": "string",
|
|
2320
|
+
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
2321
|
+
"artifactType": "XMLProperty",
|
|
2322
|
+
"metadata": {
|
|
2323
|
+
"type": "Property"
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"header": {
|
|
2327
|
+
"type": "string",
|
|
2328
|
+
"description": "The text that will be displayed for this column header",
|
|
2329
|
+
"artifactType": "XMLProperty",
|
|
2330
|
+
"metadata": {
|
|
2331
|
+
"type": "Property"
|
|
2332
|
+
},
|
|
2333
|
+
"i18nClassification": "COL: Header of the column"
|
|
2334
|
+
},
|
|
2335
|
+
"horizontalAlign": {
|
|
2336
|
+
"type": "string",
|
|
2337
|
+
"description": "Aligns the header as well as the content horizontally",
|
|
2338
|
+
"artifactType": "XMLProperty",
|
|
2339
|
+
"metadata": {
|
|
2340
|
+
"type": "Property"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"importance": {
|
|
2344
|
+
"type": "string",
|
|
2345
|
+
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
2346
|
+
"artifactType": "XMLProperty",
|
|
2347
|
+
"metadata": {
|
|
2348
|
+
"type": "Property"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"key": {
|
|
2352
|
+
"type": "string",
|
|
2353
|
+
"description": "Unique identifier of the column",
|
|
2354
|
+
"artifactType": "XMLProperty",
|
|
2355
|
+
"metadata": {
|
|
2356
|
+
"type": "Property"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
"placement": {
|
|
2360
|
+
"type": "string",
|
|
2361
|
+
"description": "Determines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
2362
|
+
"artifactType": "XMLProperty",
|
|
2363
|
+
"metadata": {
|
|
2364
|
+
"type": "Property"
|
|
2365
|
+
},
|
|
2366
|
+
"enum": [
|
|
2367
|
+
"After",
|
|
2368
|
+
"Before"
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
"properties": {
|
|
2372
|
+
"$ref": "#/definitions/string[]",
|
|
2373
|
+
"description": "properties",
|
|
2374
|
+
"artifactType": "XMLProperty",
|
|
2375
|
+
"isViewNode": true,
|
|
2376
|
+
"metadata": {
|
|
2377
|
+
"type": "Property"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"width": {
|
|
2381
|
+
"type": "string",
|
|
2382
|
+
"description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
|
|
2383
|
+
"artifactType": "XMLProperty",
|
|
2384
|
+
"metadata": {
|
|
2385
|
+
"type": "Property"
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
"widthIncludingColumnHeader": {
|
|
2389
|
+
"type": "boolean",
|
|
2390
|
+
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
2391
|
+
"artifactType": "XMLProperty",
|
|
2392
|
+
"metadata": {
|
|
2393
|
+
"type": "Property"
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"id": {
|
|
2397
|
+
"type": "string",
|
|
2398
|
+
"description": "Unique id of control",
|
|
2399
|
+
"artifactType": "XMLProperty",
|
|
2400
|
+
"metadata": {
|
|
2401
|
+
"type": "Property"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"exportSettings": {
|
|
2405
|
+
"type": "object",
|
|
2406
|
+
"additionalProperties": {
|
|
2407
|
+
"$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
|
|
2408
|
+
},
|
|
2409
|
+
"isViewNode": true,
|
|
2410
|
+
"metadata": {
|
|
2411
|
+
"path": [],
|
|
2412
|
+
"type": "Aggregation"
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
2416
|
+
"additionalProperties": false,
|
|
2417
|
+
"metadata": {
|
|
2418
|
+
"path": [],
|
|
2419
|
+
"type": "Control"
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
"sap.fe.macros.table.ColumnExportSettings": {
|
|
2423
|
+
"description": "Definition of the export settings applied to a column within the table.",
|
|
2424
|
+
"isViewNode": true,
|
|
2425
|
+
"type": "object",
|
|
2426
|
+
"properties": {
|
|
2427
|
+
"property": {
|
|
2428
|
+
"$ref": "#/definitions/string[]",
|
|
2429
|
+
"description": "property",
|
|
2430
|
+
"artifactType": "XMLProperty",
|
|
2431
|
+
"isViewNode": true,
|
|
2432
|
+
"metadata": {
|
|
2433
|
+
"type": "Property"
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2436
|
+
"template": {
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"description": "Determines a formatting template that supports indexed placeholders within curly brackets.",
|
|
2439
|
+
"artifactType": "XMLProperty",
|
|
2440
|
+
"metadata": {
|
|
2441
|
+
"type": "Property"
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"type": {
|
|
2445
|
+
"type": "string",
|
|
2446
|
+
"description": "Determines the data type of the field",
|
|
2447
|
+
"artifactType": "XMLProperty",
|
|
2448
|
+
"metadata": {
|
|
2449
|
+
"type": "Property"
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
"width": {
|
|
2453
|
+
"type": "number",
|
|
2454
|
+
"description": "Determines the width of the column in characters",
|
|
2455
|
+
"artifactType": "XMLProperty",
|
|
2456
|
+
"metadata": {
|
|
2457
|
+
"type": "Property"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2460
|
+
"wrap": {
|
|
2461
|
+
"type": "boolean",
|
|
2462
|
+
"description": "Determines if the content needs to be wrapped.",
|
|
2463
|
+
"artifactType": "XMLProperty",
|
|
2464
|
+
"metadata": {
|
|
2465
|
+
"type": "Property"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
"id": {
|
|
2469
|
+
"type": "string",
|
|
2470
|
+
"description": "Unique id of control",
|
|
2471
|
+
"artifactType": "XMLProperty",
|
|
2472
|
+
"metadata": {
|
|
2473
|
+
"type": "Property"
|
|
2474
|
+
}
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"additionalProperties": false,
|
|
2478
|
+
"metadata": {
|
|
2479
|
+
"path": [],
|
|
2480
|
+
"type": "Control"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"sap.fe.macros.table.ColumnOverride": {
|
|
2484
|
+
"description": "Definition of an override for the column to be used inside the Table building block.",
|
|
2485
|
+
"isViewNode": true,
|
|
2486
|
+
"type": "object",
|
|
2487
|
+
"properties": {
|
|
2488
|
+
"horizontalAlign": {
|
|
2489
|
+
"type": "string",
|
|
2490
|
+
"description": "Aligns the header as well as the content horizontally",
|
|
2491
|
+
"artifactType": "XMLProperty",
|
|
2492
|
+
"metadata": {
|
|
2493
|
+
"type": "Property"
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"importance": {
|
|
2497
|
+
"type": "string",
|
|
2498
|
+
"description": "Defines the importance of the column.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
2499
|
+
"artifactType": "XMLProperty",
|
|
2500
|
+
"metadata": {
|
|
2501
|
+
"type": "Property"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
"key": {
|
|
2505
|
+
"type": "string",
|
|
2506
|
+
"description": "Unique identifier of the column to overridden.",
|
|
2507
|
+
"artifactType": "XMLProperty",
|
|
2508
|
+
"metadata": {
|
|
2509
|
+
"type": "Property"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
"width": {
|
|
2513
|
+
"type": "string",
|
|
2514
|
+
"description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
|
|
2515
|
+
"artifactType": "XMLProperty",
|
|
2516
|
+
"metadata": {
|
|
2517
|
+
"type": "Property"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"widthIncludingColumnHeader": {
|
|
2521
|
+
"type": "boolean",
|
|
2522
|
+
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
2523
|
+
"artifactType": "XMLProperty",
|
|
2524
|
+
"metadata": {
|
|
2525
|
+
"type": "Property"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
"id": {
|
|
2529
|
+
"type": "string",
|
|
2530
|
+
"description": "Unique id of control",
|
|
2531
|
+
"artifactType": "XMLProperty",
|
|
2532
|
+
"metadata": {
|
|
2533
|
+
"type": "Property"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
"exportSettings": {
|
|
2537
|
+
"type": "object",
|
|
2538
|
+
"additionalProperties": {
|
|
2539
|
+
"$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
|
|
2540
|
+
},
|
|
2541
|
+
"isViewNode": true,
|
|
2542
|
+
"metadata": {
|
|
2543
|
+
"path": [],
|
|
2544
|
+
"type": "Aggregation"
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
"additionalProperties": false,
|
|
2549
|
+
"metadata": {
|
|
2550
|
+
"path": [],
|
|
2551
|
+
"type": "Control"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
"sap.fe.macros.table.MassEdit": {
|
|
2555
|
+
"description": "Definition of the mass edit to be used inside the table.",
|
|
2556
|
+
"isViewNode": true,
|
|
2557
|
+
"type": "object",
|
|
2558
|
+
"properties": {
|
|
2559
|
+
"ignoredFields": {
|
|
2560
|
+
"$ref": "#/definitions/string[]",
|
|
2561
|
+
"description": "ignoredFields",
|
|
2562
|
+
"artifactType": "XMLProperty",
|
|
2563
|
+
"isViewNode": true,
|
|
2564
|
+
"metadata": {
|
|
2565
|
+
"type": "Property"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"operationGroupingMode": {
|
|
2569
|
+
"type": "string",
|
|
2570
|
+
"description": "Defines the mode of the operation grouping to save the new values\nAllowed values are `ChangeSet` and `Isolated`",
|
|
2571
|
+
"artifactType": "XMLProperty",
|
|
2572
|
+
"metadata": {
|
|
2573
|
+
"type": "Property"
|
|
2574
|
+
},
|
|
2575
|
+
"enum": [
|
|
2576
|
+
"ChangeSet",
|
|
2577
|
+
"Isolated"
|
|
2578
|
+
]
|
|
2579
|
+
},
|
|
2580
|
+
"visibleFields": {
|
|
2581
|
+
"$ref": "#/definitions/string[]",
|
|
2582
|
+
"description": "visibleFields",
|
|
2583
|
+
"artifactType": "XMLProperty",
|
|
2584
|
+
"isViewNode": true,
|
|
2585
|
+
"metadata": {
|
|
2586
|
+
"type": "Property"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
"id": {
|
|
2590
|
+
"type": "string",
|
|
2591
|
+
"description": "Unique id of control",
|
|
2592
|
+
"artifactType": "XMLProperty",
|
|
2593
|
+
"metadata": {
|
|
2594
|
+
"type": "Property"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
"customContent": {
|
|
2598
|
+
"type": "object",
|
|
2599
|
+
"additionalProperties": {
|
|
2600
|
+
"$ref": "#/definitions/sap.ui.layout.form.FormContainer"
|
|
2601
|
+
},
|
|
2602
|
+
"isViewNode": true,
|
|
2603
|
+
"metadata": {
|
|
2604
|
+
"path": [],
|
|
2605
|
+
"type": "Aggregation"
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"additionalProperties": false,
|
|
2610
|
+
"metadata": {
|
|
2611
|
+
"path": [],
|
|
2612
|
+
"type": "Control"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"sap.fe.macros.table.QuickVariantSelection": {
|
|
2616
|
+
"description": "Definition of the quickVariantSelection to be used inside the table.",
|
|
2617
|
+
"isViewNode": true,
|
|
2618
|
+
"type": "object",
|
|
2619
|
+
"properties": {
|
|
2620
|
+
"paths": {
|
|
2621
|
+
"$ref": "#/definitions/string[]",
|
|
2622
|
+
"description": "paths",
|
|
2623
|
+
"artifactType": "XMLProperty",
|
|
2624
|
+
"isViewNode": true,
|
|
2625
|
+
"metadata": {
|
|
2626
|
+
"type": "Property"
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
"showCounts": {
|
|
2630
|
+
"type": "boolean",
|
|
2631
|
+
"description": "Defines whether the counts should be displayed next to the text",
|
|
2632
|
+
"artifactType": "XMLProperty",
|
|
2633
|
+
"metadata": {
|
|
2634
|
+
"type": "Property"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"id": {
|
|
2638
|
+
"type": "string",
|
|
2639
|
+
"description": "Unique id of control",
|
|
2640
|
+
"artifactType": "XMLProperty",
|
|
2641
|
+
"metadata": {
|
|
2642
|
+
"type": "Property"
|
|
2643
|
+
}
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
"additionalProperties": false,
|
|
2647
|
+
"metadata": {
|
|
2648
|
+
"path": [],
|
|
2649
|
+
"type": "Control"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
"sap.fe.macros.Table": {
|
|
2653
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant, or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\nOverview of Table Building Blocks\n\t\t\t\n",
|
|
2654
|
+
"isViewNode": true,
|
|
2655
|
+
"type": "object",
|
|
2656
|
+
"properties": {
|
|
2657
|
+
"busy": {
|
|
2658
|
+
"type": "boolean",
|
|
2659
|
+
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
2660
|
+
"artifactType": "XMLProperty",
|
|
2661
|
+
"metadata": {
|
|
2662
|
+
"type": "Property"
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"condensedTableLayout": {
|
|
2666
|
+
"type": "boolean",
|
|
2667
|
+
"description": "Determines whether the table adapts to the condensed layout.",
|
|
2668
|
+
"artifactType": "XMLProperty",
|
|
2669
|
+
"metadata": {
|
|
2670
|
+
"type": "Property"
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
"contextPath": {
|
|
2674
|
+
"type": "string",
|
|
2675
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
2676
|
+
"artifactType": "XMLProperty",
|
|
2677
|
+
"metadata": {
|
|
2678
|
+
"type": "Property"
|
|
2679
|
+
}
|
|
2680
|
+
},
|
|
2681
|
+
"creationMode": {
|
|
2682
|
+
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
2683
|
+
"description": "creationMode",
|
|
2684
|
+
"artifactType": "XMLProperty",
|
|
2685
|
+
"isViewNode": true,
|
|
2686
|
+
"metadata": {
|
|
2687
|
+
"type": "Property"
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
"disableCopyToClipboard": {
|
|
2691
|
+
"type": "boolean",
|
|
2692
|
+
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
2693
|
+
"artifactType": "XMLProperty",
|
|
2694
|
+
"metadata": {
|
|
2695
|
+
"type": "Property"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
"enableAutoColumnWidth": {
|
|
2699
|
+
"type": "boolean",
|
|
2700
|
+
"description": "Specifies if the column width is automatically calculated.",
|
|
2701
|
+
"artifactType": "XMLProperty",
|
|
2702
|
+
"metadata": {
|
|
2703
|
+
"type": "Property"
|
|
2704
|
+
}
|
|
2705
|
+
},
|
|
2706
|
+
"enableExport": {
|
|
2707
|
+
"type": "boolean",
|
|
2708
|
+
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
2709
|
+
"artifactType": "XMLProperty",
|
|
2710
|
+
"metadata": {
|
|
2711
|
+
"type": "Property"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
"enableFullScreen": {
|
|
2715
|
+
"type": "boolean",
|
|
2716
|
+
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
2717
|
+
"artifactType": "XMLProperty",
|
|
2718
|
+
"metadata": {
|
|
2719
|
+
"type": "Property"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
"enablePaste": {
|
|
2723
|
+
"type": "boolean",
|
|
2724
|
+
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
2725
|
+
"artifactType": "XMLProperty",
|
|
2726
|
+
"metadata": {
|
|
2727
|
+
"type": "Property"
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2730
|
+
"enablePastingOfComputedProperties": {
|
|
2731
|
+
"type": "boolean",
|
|
2732
|
+
"description": "Determine whether the data copied to the computed columns is sent to the back end.",
|
|
2733
|
+
"artifactType": "XMLProperty",
|
|
2734
|
+
"metadata": {
|
|
2735
|
+
"type": "Property"
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
"enableSelectAll": {
|
|
2739
|
+
"type": "boolean",
|
|
2740
|
+
"description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
|
|
2741
|
+
"artifactType": "XMLProperty",
|
|
2742
|
+
"metadata": {
|
|
2743
|
+
"type": "Property"
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
"exportRequestSize": {
|
|
2747
|
+
"$ref": "#/definitions/int",
|
|
2748
|
+
"description": "exportRequestSize",
|
|
2749
|
+
"artifactType": "XMLProperty",
|
|
2750
|
+
"isViewNode": true,
|
|
2751
|
+
"metadata": {
|
|
2752
|
+
"type": "Property"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"filterBar": {
|
|
2756
|
+
"type": "string",
|
|
2757
|
+
"description": "ID of the FilterBar building block associated with the table.",
|
|
2758
|
+
"artifactType": "XMLProperty",
|
|
2759
|
+
"metadata": {
|
|
2760
|
+
"type": "Property"
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
"frozenColumnCount": {
|
|
2764
|
+
"$ref": "#/definitions/int",
|
|
2765
|
+
"description": "frozenColumnCount",
|
|
2766
|
+
"artifactType": "XMLProperty",
|
|
2767
|
+
"isViewNode": true,
|
|
2768
|
+
"metadata": {
|
|
2769
|
+
"type": "Property"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
"header": {
|
|
2773
|
+
"type": "string",
|
|
2774
|
+
"description": "Specifies the header text that is shown in the table.",
|
|
2775
|
+
"artifactType": "XMLProperty",
|
|
2776
|
+
"metadata": {
|
|
2777
|
+
"type": "Property"
|
|
2778
|
+
},
|
|
2779
|
+
"i18nClassification": "TIT: Header of the table"
|
|
2780
|
+
},
|
|
2781
|
+
"headerVisible": {
|
|
2782
|
+
"type": "boolean",
|
|
2783
|
+
"description": "Controls if the header text should be shown or not.",
|
|
2784
|
+
"artifactType": "XMLProperty",
|
|
2785
|
+
"metadata": {
|
|
2786
|
+
"type": "Property"
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"ignoredFields": {
|
|
2790
|
+
"type": "string",
|
|
2791
|
+
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
2792
|
+
"artifactType": "XMLProperty",
|
|
2793
|
+
"metadata": {
|
|
2794
|
+
"type": "Property"
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
"isSearchable": {
|
|
2798
|
+
"type": "boolean",
|
|
2799
|
+
"description": "Defines whether to display the search action.",
|
|
2800
|
+
"artifactType": "XMLProperty",
|
|
2801
|
+
"metadata": {
|
|
2802
|
+
"type": "Property"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"metaPath": {
|
|
2806
|
+
"type": "string",
|
|
2807
|
+
"description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
|
|
2808
|
+
"artifactType": "XMLProperty",
|
|
2809
|
+
"metadata": {
|
|
2810
|
+
"type": "Property"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"modeForNoDataMessage": {
|
|
2814
|
+
"type": "string",
|
|
2815
|
+
"description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
|
|
2816
|
+
"artifactType": "XMLProperty",
|
|
2817
|
+
"metadata": {
|
|
2818
|
+
"type": "Property"
|
|
2819
|
+
},
|
|
2820
|
+
"enum": [
|
|
2821
|
+
"illustratedMessage-Auto",
|
|
2822
|
+
"illustratedMessage-Base",
|
|
2823
|
+
"illustratedMessage-Medium",
|
|
2824
|
+
"illustratedMessage-Dot",
|
|
2825
|
+
"illustratedMessage-ExtraSmall",
|
|
2826
|
+
"illustratedMessage-Scene",
|
|
2827
|
+
"illustratedMessage-Large",
|
|
2828
|
+
"illustratedMessage-Spot",
|
|
2829
|
+
"illustratedMessage-Small",
|
|
2830
|
+
"text"
|
|
2831
|
+
]
|
|
2832
|
+
},
|
|
2833
|
+
"personalization": {
|
|
2834
|
+
"type": "string",
|
|
2835
|
+
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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- Group\n\nThe Group option is only applicable to analytical tables and responsive tables.\n",
|
|
2836
|
+
"artifactType": "XMLProperty",
|
|
2837
|
+
"metadata": {
|
|
2838
|
+
"type": "Property"
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2841
|
+
"readOnly": {
|
|
2842
|
+
"type": "boolean",
|
|
2843
|
+
"description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
2844
|
+
"artifactType": "XMLProperty",
|
|
2845
|
+
"metadata": {
|
|
2846
|
+
"type": "Property"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
"rowCount": {
|
|
2850
|
+
"$ref": "#/definitions/int",
|
|
2851
|
+
"description": "rowCount",
|
|
2852
|
+
"artifactType": "XMLProperty",
|
|
2853
|
+
"isViewNode": true,
|
|
2854
|
+
"metadata": {
|
|
2855
|
+
"type": "Property"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"rowCountMode": {
|
|
2859
|
+
"type": "string",
|
|
2860
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2861
|
+
"artifactType": "XMLProperty",
|
|
2862
|
+
"metadata": {
|
|
2863
|
+
"type": "Property"
|
|
2864
|
+
},
|
|
2865
|
+
"enum": [
|
|
2866
|
+
"Auto",
|
|
2867
|
+
"Fixed",
|
|
2868
|
+
"Interactive"
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
"scrollThreshold": {
|
|
2872
|
+
"$ref": "#/definitions/int",
|
|
2873
|
+
"description": "scrollThreshold",
|
|
2874
|
+
"artifactType": "XMLProperty",
|
|
2875
|
+
"isViewNode": true,
|
|
2876
|
+
"metadata": {
|
|
2877
|
+
"type": "Property"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
"selectionLimit": {
|
|
2881
|
+
"anyOf": [
|
|
2882
|
+
{
|
|
2883
|
+
"type": "number"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"type": "string",
|
|
2887
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
2891
|
+
"artifactType": "XMLProperty",
|
|
2892
|
+
"metadata": {
|
|
2893
|
+
"type": "Property"
|
|
2894
|
+
}
|
|
2895
|
+
},
|
|
2896
|
+
"selectionMode": {
|
|
2897
|
+
"type": "string",
|
|
2898
|
+
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
2899
|
+
"artifactType": "XMLProperty",
|
|
2900
|
+
"metadata": {
|
|
2901
|
+
"type": "Property"
|
|
2902
|
+
},
|
|
2903
|
+
"enum": [
|
|
2904
|
+
"None",
|
|
2905
|
+
"Single",
|
|
2906
|
+
"Multi",
|
|
2907
|
+
"Auto",
|
|
2908
|
+
"ForceMulti",
|
|
2909
|
+
"ForceSingle"
|
|
2910
|
+
]
|
|
2911
|
+
},
|
|
2912
|
+
"type": {
|
|
2913
|
+
"type": "string",
|
|
2914
|
+
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
|
|
2915
|
+
"artifactType": "XMLProperty",
|
|
2916
|
+
"metadata": {
|
|
2917
|
+
"type": "Property"
|
|
2918
|
+
},
|
|
2919
|
+
"enum": [
|
|
2920
|
+
"GridTable",
|
|
2921
|
+
"ResponsiveTable",
|
|
2922
|
+
"AnalyticalTable"
|
|
2923
|
+
]
|
|
2924
|
+
},
|
|
2925
|
+
"variantManagement": {
|
|
2926
|
+
"type": "string",
|
|
2927
|
+
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
|
|
2928
|
+
"artifactType": "XMLProperty",
|
|
2929
|
+
"metadata": {
|
|
2930
|
+
"type": "Property"
|
|
2931
|
+
},
|
|
2932
|
+
"enum": [
|
|
2933
|
+
"None",
|
|
2934
|
+
"Page",
|
|
2935
|
+
"Control"
|
|
2936
|
+
]
|
|
2937
|
+
},
|
|
2938
|
+
"widthIncludingColumnHeader": {
|
|
2939
|
+
"type": "boolean",
|
|
2940
|
+
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
2941
|
+
"artifactType": "XMLProperty",
|
|
2942
|
+
"metadata": {
|
|
2943
|
+
"type": "Property"
|
|
2944
|
+
}
|
|
2945
|
+
},
|
|
2946
|
+
"id": {
|
|
2947
|
+
"type": "string",
|
|
2948
|
+
"description": "Unique id of control",
|
|
2949
|
+
"artifactType": "XMLProperty",
|
|
2950
|
+
"metadata": {
|
|
2951
|
+
"type": "Property"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
"actions": {
|
|
2955
|
+
"type": "object",
|
|
2956
|
+
"additionalProperties": {
|
|
2957
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
2958
|
+
},
|
|
2959
|
+
"isViewNode": true,
|
|
2960
|
+
"metadata": {
|
|
2961
|
+
"path": [],
|
|
2962
|
+
"type": "Aggregation"
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"analyticalConfiguration": {
|
|
2966
|
+
"type": "object",
|
|
2967
|
+
"additionalProperties": {
|
|
2968
|
+
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
2969
|
+
},
|
|
2970
|
+
"isViewNode": true,
|
|
2971
|
+
"metadata": {
|
|
2972
|
+
"path": [],
|
|
2973
|
+
"type": "Aggregation"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"columns": {
|
|
2977
|
+
"type": "object",
|
|
2978
|
+
"additionalProperties": {
|
|
2979
|
+
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
2980
|
+
},
|
|
2981
|
+
"isViewNode": true,
|
|
2982
|
+
"metadata": {
|
|
2983
|
+
"path": [],
|
|
2984
|
+
"type": "Aggregation"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
"massEdit": {
|
|
2988
|
+
"type": "object",
|
|
2989
|
+
"additionalProperties": {
|
|
2990
|
+
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
2991
|
+
},
|
|
2992
|
+
"isViewNode": true,
|
|
2993
|
+
"metadata": {
|
|
2994
|
+
"path": [],
|
|
2995
|
+
"type": "Aggregation"
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
"beforeRebindTable": {
|
|
2999
|
+
"type": "string",
|
|
3000
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3001
|
+
"artifactType": "XMLProperty",
|
|
3002
|
+
"metadata": {
|
|
3003
|
+
"type": "Event"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"rowPress": {
|
|
3007
|
+
"type": "string",
|
|
3008
|
+
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
3009
|
+
"artifactType": "XMLProperty",
|
|
3010
|
+
"metadata": {
|
|
3011
|
+
"type": "Event"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
"selectionChange": {
|
|
3015
|
+
"type": "string",
|
|
3016
|
+
"description": "An event triggered when the selection in the table changes.",
|
|
3017
|
+
"artifactType": "XMLProperty",
|
|
3018
|
+
"metadata": {
|
|
3019
|
+
"type": "Event"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
"additionalProperties": false,
|
|
3024
|
+
"metadata": {
|
|
3025
|
+
"path": [],
|
|
3026
|
+
"type": "Control",
|
|
3027
|
+
"defaultAggregation": "columns"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
"sap.fe.macros.table.Table": {
|
|
3031
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
1788
3032
|
"isViewNode": true,
|
|
1789
3033
|
"type": "object",
|
|
1790
3034
|
"properties": {
|
|
@@ -1796,6 +3040,14 @@
|
|
|
1796
3040
|
"type": "Property"
|
|
1797
3041
|
}
|
|
1798
3042
|
},
|
|
3043
|
+
"condensedTableLayout": {
|
|
3044
|
+
"type": "boolean",
|
|
3045
|
+
"description": "Determines whether the table adapts to the condensed layout.",
|
|
3046
|
+
"artifactType": "XMLProperty",
|
|
3047
|
+
"metadata": {
|
|
3048
|
+
"type": "Property"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
1799
3051
|
"contextPath": {
|
|
1800
3052
|
"type": "string",
|
|
1801
3053
|
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
@@ -1853,6 +3105,22 @@
|
|
|
1853
3105
|
"type": "Property"
|
|
1854
3106
|
}
|
|
1855
3107
|
},
|
|
3108
|
+
"enablePastingOfComputedProperties": {
|
|
3109
|
+
"type": "boolean",
|
|
3110
|
+
"description": "Determine whether the data copied to the computed columns is sent to the back end.",
|
|
3111
|
+
"artifactType": "XMLProperty",
|
|
3112
|
+
"metadata": {
|
|
3113
|
+
"type": "Property"
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
"enableSelectAll": {
|
|
3117
|
+
"type": "boolean",
|
|
3118
|
+
"description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
|
|
3119
|
+
"artifactType": "XMLProperty",
|
|
3120
|
+
"metadata": {
|
|
3121
|
+
"type": "Property"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
1856
3124
|
"exportRequestSize": {
|
|
1857
3125
|
"$ref": "#/definitions/int",
|
|
1858
3126
|
"description": "exportRequestSize",
|
|
@@ -1885,8 +3153,7 @@
|
|
|
1885
3153
|
"artifactType": "XMLProperty",
|
|
1886
3154
|
"metadata": {
|
|
1887
3155
|
"type": "Property"
|
|
1888
|
-
}
|
|
1889
|
-
"i18nClassification": "TIT: Header of the table"
|
|
3156
|
+
}
|
|
1890
3157
|
},
|
|
1891
3158
|
"headerVisible": {
|
|
1892
3159
|
"type": "boolean",
|
|
@@ -1920,9 +3187,29 @@
|
|
|
1920
3187
|
"type": "Property"
|
|
1921
3188
|
}
|
|
1922
3189
|
},
|
|
3190
|
+
"modeForNoDataMessage": {
|
|
3191
|
+
"type": "string",
|
|
3192
|
+
"description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
|
|
3193
|
+
"artifactType": "XMLProperty",
|
|
3194
|
+
"metadata": {
|
|
3195
|
+
"type": "Property"
|
|
3196
|
+
},
|
|
3197
|
+
"enum": [
|
|
3198
|
+
"illustratedMessage-Auto",
|
|
3199
|
+
"illustratedMessage-Base",
|
|
3200
|
+
"illustratedMessage-Medium",
|
|
3201
|
+
"illustratedMessage-Dot",
|
|
3202
|
+
"illustratedMessage-ExtraSmall",
|
|
3203
|
+
"illustratedMessage-Scene",
|
|
3204
|
+
"illustratedMessage-Large",
|
|
3205
|
+
"illustratedMessage-Spot",
|
|
3206
|
+
"illustratedMessage-Small",
|
|
3207
|
+
"text"
|
|
3208
|
+
]
|
|
3209
|
+
},
|
|
1923
3210
|
"personalization": {
|
|
1924
3211
|
"type": "string",
|
|
1925
|
-
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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
|
|
3212
|
+
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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- Group\n\nThe Group option is only applicable to analytical tables and responsive tables.\n",
|
|
1926
3213
|
"artifactType": "XMLProperty",
|
|
1927
3214
|
"metadata": {
|
|
1928
3215
|
"type": "Property"
|
|
@@ -1947,16 +3234,42 @@
|
|
|
1947
3234
|
},
|
|
1948
3235
|
"rowCountMode": {
|
|
1949
3236
|
"type": "string",
|
|
1950
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
3237
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
1951
3238
|
"artifactType": "XMLProperty",
|
|
1952
3239
|
"metadata": {
|
|
1953
3240
|
"type": "Property"
|
|
1954
3241
|
},
|
|
1955
3242
|
"enum": [
|
|
1956
3243
|
"Auto",
|
|
1957
|
-
"Fixed"
|
|
3244
|
+
"Fixed",
|
|
3245
|
+
"Interactive"
|
|
1958
3246
|
]
|
|
1959
3247
|
},
|
|
3248
|
+
"scrollThreshold": {
|
|
3249
|
+
"$ref": "#/definitions/int",
|
|
3250
|
+
"description": "scrollThreshold",
|
|
3251
|
+
"artifactType": "XMLProperty",
|
|
3252
|
+
"isViewNode": true,
|
|
3253
|
+
"metadata": {
|
|
3254
|
+
"type": "Property"
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3257
|
+
"selectionLimit": {
|
|
3258
|
+
"anyOf": [
|
|
3259
|
+
{
|
|
3260
|
+
"type": "number"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"type": "string",
|
|
3264
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3268
|
+
"artifactType": "XMLProperty",
|
|
3269
|
+
"metadata": {
|
|
3270
|
+
"type": "Property"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
1960
3273
|
"selectionMode": {
|
|
1961
3274
|
"type": "string",
|
|
1962
3275
|
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
@@ -1993,11 +3306,7 @@
|
|
|
1993
3306
|
"metadata": {
|
|
1994
3307
|
"type": "Property"
|
|
1995
3308
|
},
|
|
1996
|
-
"
|
|
1997
|
-
"None",
|
|
1998
|
-
"Page",
|
|
1999
|
-
"Control"
|
|
2000
|
-
]
|
|
3309
|
+
"const": "Control"
|
|
2001
3310
|
},
|
|
2002
3311
|
"widthIncludingColumnHeader": {
|
|
2003
3312
|
"type": "boolean",
|
|
@@ -2026,6 +3335,17 @@
|
|
|
2026
3335
|
"type": "Aggregation"
|
|
2027
3336
|
}
|
|
2028
3337
|
},
|
|
3338
|
+
"analyticalConfiguration": {
|
|
3339
|
+
"type": "object",
|
|
3340
|
+
"additionalProperties": {
|
|
3341
|
+
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3342
|
+
},
|
|
3343
|
+
"isViewNode": true,
|
|
3344
|
+
"metadata": {
|
|
3345
|
+
"path": [],
|
|
3346
|
+
"type": "Aggregation"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
2029
3349
|
"columns": {
|
|
2030
3350
|
"type": "object",
|
|
2031
3351
|
"additionalProperties": {
|
|
@@ -2037,9 +3357,20 @@
|
|
|
2037
3357
|
"type": "Aggregation"
|
|
2038
3358
|
}
|
|
2039
3359
|
},
|
|
3360
|
+
"massEdit": {
|
|
3361
|
+
"type": "object",
|
|
3362
|
+
"additionalProperties": {
|
|
3363
|
+
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
3364
|
+
},
|
|
3365
|
+
"isViewNode": true,
|
|
3366
|
+
"metadata": {
|
|
3367
|
+
"path": [],
|
|
3368
|
+
"type": "Aggregation"
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
2040
3371
|
"beforeRebindTable": {
|
|
2041
3372
|
"type": "string",
|
|
2042
|
-
"description": "
|
|
3373
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
2043
3374
|
"artifactType": "XMLProperty",
|
|
2044
3375
|
"metadata": {
|
|
2045
3376
|
"type": "Event"
|
|
@@ -2065,12 +3396,78 @@
|
|
|
2065
3396
|
"additionalProperties": false,
|
|
2066
3397
|
"metadata": {
|
|
2067
3398
|
"path": [],
|
|
2068
|
-
"type": "Control"
|
|
2069
|
-
"defaultAggregation": "columns"
|
|
3399
|
+
"type": "Control"
|
|
2070
3400
|
}
|
|
2071
3401
|
},
|
|
2072
|
-
"sap.fe.macros.table.
|
|
2073
|
-
"description": "
|
|
3402
|
+
"sap.fe.macros.table.TableCreationOptions": {
|
|
3403
|
+
"description": "Create options for the table.",
|
|
3404
|
+
"isViewNode": true,
|
|
3405
|
+
"type": "object",
|
|
3406
|
+
"properties": {
|
|
3407
|
+
"createAtEnd": {
|
|
3408
|
+
"type": "boolean",
|
|
3409
|
+
"description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
|
|
3410
|
+
"artifactType": "XMLProperty",
|
|
3411
|
+
"metadata": {
|
|
3412
|
+
"type": "Property"
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3415
|
+
"creationFields": {
|
|
3416
|
+
"type": "string",
|
|
3417
|
+
"description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
|
|
3418
|
+
"artifactType": "XMLProperty",
|
|
3419
|
+
"metadata": {
|
|
3420
|
+
"type": "Property"
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
"inlineCreationRowsHiddenInEditMode": {
|
|
3424
|
+
"type": "boolean",
|
|
3425
|
+
"description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
|
|
3426
|
+
"artifactType": "XMLProperty",
|
|
3427
|
+
"metadata": {
|
|
3428
|
+
"type": "Property"
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
"name": {
|
|
3432
|
+
"type": "string",
|
|
3433
|
+
"description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows`, `External` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
3434
|
+
"artifactType": "XMLProperty",
|
|
3435
|
+
"metadata": {
|
|
3436
|
+
"type": "Property"
|
|
3437
|
+
},
|
|
3438
|
+
"enum": [
|
|
3439
|
+
"CreationDialog",
|
|
3440
|
+
"External",
|
|
3441
|
+
"Inline",
|
|
3442
|
+
"InlineCreationRows",
|
|
3443
|
+
"NewPage"
|
|
3444
|
+
]
|
|
3445
|
+
},
|
|
3446
|
+
"outbound": {
|
|
3447
|
+
"type": "string",
|
|
3448
|
+
"description": "The navigation target where the document is created in case of creationMode 'External'\n",
|
|
3449
|
+
"artifactType": "XMLProperty",
|
|
3450
|
+
"metadata": {
|
|
3451
|
+
"type": "Property"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
"id": {
|
|
3455
|
+
"type": "string",
|
|
3456
|
+
"description": "Unique id of control",
|
|
3457
|
+
"artifactType": "XMLProperty",
|
|
3458
|
+
"metadata": {
|
|
3459
|
+
"type": "Property"
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
"additionalProperties": false,
|
|
3464
|
+
"metadata": {
|
|
3465
|
+
"path": [],
|
|
3466
|
+
"type": "Control"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"sap.fe.macros.TreeTable": {
|
|
3470
|
+
"description": "Building block used to create a tree table based on the metadata provided by OData V4.\nOverview of Tree Table Building Block\n\t\t\t",
|
|
2074
3471
|
"isViewNode": true,
|
|
2075
3472
|
"type": "object",
|
|
2076
3473
|
"properties": {
|
|
@@ -2082,6 +3479,14 @@
|
|
|
2082
3479
|
"type": "Property"
|
|
2083
3480
|
}
|
|
2084
3481
|
},
|
|
3482
|
+
"condensedTableLayout": {
|
|
3483
|
+
"type": "boolean",
|
|
3484
|
+
"description": "Determines whether the table adapts to the condensed layout.",
|
|
3485
|
+
"artifactType": "XMLProperty",
|
|
3486
|
+
"metadata": {
|
|
3487
|
+
"type": "Property"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
2085
3490
|
"contextPath": {
|
|
2086
3491
|
"type": "string",
|
|
2087
3492
|
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
@@ -2091,7 +3496,7 @@
|
|
|
2091
3496
|
}
|
|
2092
3497
|
},
|
|
2093
3498
|
"creationMode": {
|
|
2094
|
-
"$ref": "#/definitions/sap.fe.macros.table.
|
|
3499
|
+
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
2095
3500
|
"description": "creationMode",
|
|
2096
3501
|
"artifactType": "XMLProperty",
|
|
2097
3502
|
"isViewNode": true,
|
|
@@ -2139,6 +3544,22 @@
|
|
|
2139
3544
|
"type": "Property"
|
|
2140
3545
|
}
|
|
2141
3546
|
},
|
|
3547
|
+
"enablePastingOfComputedProperties": {
|
|
3548
|
+
"type": "boolean",
|
|
3549
|
+
"description": "Determine whether the data copied to the computed columns is sent to the back end.",
|
|
3550
|
+
"artifactType": "XMLProperty",
|
|
3551
|
+
"metadata": {
|
|
3552
|
+
"type": "Property"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
"enableSelectAll": {
|
|
3556
|
+
"type": "boolean",
|
|
3557
|
+
"description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
|
|
3558
|
+
"artifactType": "XMLProperty",
|
|
3559
|
+
"metadata": {
|
|
3560
|
+
"type": "Property"
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
2142
3563
|
"exportRequestSize": {
|
|
2143
3564
|
"$ref": "#/definitions/int",
|
|
2144
3565
|
"description": "exportRequestSize",
|
|
@@ -2181,6 +3602,14 @@
|
|
|
2181
3602
|
"type": "Property"
|
|
2182
3603
|
}
|
|
2183
3604
|
},
|
|
3605
|
+
"hierarchyQualifier": {
|
|
3606
|
+
"type": "string",
|
|
3607
|
+
"description": "A set of options that can be configured.",
|
|
3608
|
+
"artifactType": "XMLProperty",
|
|
3609
|
+
"metadata": {
|
|
3610
|
+
"type": "Property"
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
2184
3613
|
"ignoredFields": {
|
|
2185
3614
|
"type": "string",
|
|
2186
3615
|
"description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
|
|
@@ -2189,6 +3618,38 @@
|
|
|
2189
3618
|
"type": "Property"
|
|
2190
3619
|
}
|
|
2191
3620
|
},
|
|
3621
|
+
"isCopyToPositionAllowed": {
|
|
3622
|
+
"type": "string",
|
|
3623
|
+
"description": "Defines the extension point to control whether a source node can be copied to a specific parent node.\n",
|
|
3624
|
+
"artifactType": "XMLProperty",
|
|
3625
|
+
"metadata": {
|
|
3626
|
+
"type": "Property"
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
"isMoveToPositionAllowed": {
|
|
3630
|
+
"type": "string",
|
|
3631
|
+
"description": "Defines the extension point to control whether a source node can be dropped on a specific parent node.\n",
|
|
3632
|
+
"artifactType": "XMLProperty",
|
|
3633
|
+
"metadata": {
|
|
3634
|
+
"type": "Property"
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
"isNodeCopyable": {
|
|
3638
|
+
"type": "string",
|
|
3639
|
+
"description": "efines the extension point to control whether a node can be copied.\n",
|
|
3640
|
+
"artifactType": "XMLProperty",
|
|
3641
|
+
"metadata": {
|
|
3642
|
+
"type": "Property"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
"isNodeMovable": {
|
|
3646
|
+
"type": "string",
|
|
3647
|
+
"description": "Defines the extension point to control if a node can be dragged.\n",
|
|
3648
|
+
"artifactType": "XMLProperty",
|
|
3649
|
+
"metadata": {
|
|
3650
|
+
"type": "Property"
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
2192
3653
|
"isSearchable": {
|
|
2193
3654
|
"type": "boolean",
|
|
2194
3655
|
"description": "Defines whether to display the search action.",
|
|
@@ -2205,9 +3666,29 @@
|
|
|
2205
3666
|
"type": "Property"
|
|
2206
3667
|
}
|
|
2207
3668
|
},
|
|
3669
|
+
"modeForNoDataMessage": {
|
|
3670
|
+
"type": "string",
|
|
3671
|
+
"description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
|
|
3672
|
+
"artifactType": "XMLProperty",
|
|
3673
|
+
"metadata": {
|
|
3674
|
+
"type": "Property"
|
|
3675
|
+
},
|
|
3676
|
+
"enum": [
|
|
3677
|
+
"illustratedMessage-Auto",
|
|
3678
|
+
"illustratedMessage-Base",
|
|
3679
|
+
"illustratedMessage-Medium",
|
|
3680
|
+
"illustratedMessage-Dot",
|
|
3681
|
+
"illustratedMessage-ExtraSmall",
|
|
3682
|
+
"illustratedMessage-Scene",
|
|
3683
|
+
"illustratedMessage-Large",
|
|
3684
|
+
"illustratedMessage-Spot",
|
|
3685
|
+
"illustratedMessage-Small",
|
|
3686
|
+
"text"
|
|
3687
|
+
]
|
|
3688
|
+
},
|
|
2208
3689
|
"personalization": {
|
|
2209
3690
|
"type": "string",
|
|
2210
|
-
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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
|
|
3691
|
+
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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- Group\n\nThe Group option is only applicable to analytical tables and responsive tables.\n",
|
|
2211
3692
|
"artifactType": "XMLProperty",
|
|
2212
3693
|
"metadata": {
|
|
2213
3694
|
"type": "Property"
|
|
@@ -2232,16 +3713,42 @@
|
|
|
2232
3713
|
},
|
|
2233
3714
|
"rowCountMode": {
|
|
2234
3715
|
"type": "string",
|
|
2235
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
3716
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2236
3717
|
"artifactType": "XMLProperty",
|
|
2237
3718
|
"metadata": {
|
|
2238
3719
|
"type": "Property"
|
|
2239
3720
|
},
|
|
2240
3721
|
"enum": [
|
|
2241
3722
|
"Auto",
|
|
2242
|
-
"Fixed"
|
|
3723
|
+
"Fixed",
|
|
3724
|
+
"Interactive"
|
|
2243
3725
|
]
|
|
2244
3726
|
},
|
|
3727
|
+
"scrollThreshold": {
|
|
3728
|
+
"$ref": "#/definitions/int",
|
|
3729
|
+
"description": "scrollThreshold",
|
|
3730
|
+
"artifactType": "XMLProperty",
|
|
3731
|
+
"isViewNode": true,
|
|
3732
|
+
"metadata": {
|
|
3733
|
+
"type": "Property"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"selectionLimit": {
|
|
3737
|
+
"anyOf": [
|
|
3738
|
+
{
|
|
3739
|
+
"type": "number"
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"type": "string",
|
|
3743
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
3744
|
+
}
|
|
3745
|
+
],
|
|
3746
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3747
|
+
"artifactType": "XMLProperty",
|
|
3748
|
+
"metadata": {
|
|
3749
|
+
"type": "Property"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
2245
3752
|
"selectionMode": {
|
|
2246
3753
|
"type": "string",
|
|
2247
3754
|
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
@@ -2260,16 +3767,12 @@
|
|
|
2260
3767
|
},
|
|
2261
3768
|
"type": {
|
|
2262
3769
|
"type": "string",
|
|
2263
|
-
"description": "Defines the type of table that will be used by the building block to render the data
|
|
3770
|
+
"description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
|
|
2264
3771
|
"artifactType": "XMLProperty",
|
|
2265
3772
|
"metadata": {
|
|
2266
3773
|
"type": "Property"
|
|
2267
3774
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"GridTable",
|
|
2270
|
-
"ResponsiveTable",
|
|
2271
|
-
"AnalyticalTable"
|
|
2272
|
-
]
|
|
3775
|
+
"const": "TreeTable"
|
|
2273
3776
|
},
|
|
2274
3777
|
"variantManagement": {
|
|
2275
3778
|
"type": "string",
|
|
@@ -2299,7 +3802,29 @@
|
|
|
2299
3802
|
"actions": {
|
|
2300
3803
|
"type": "object",
|
|
2301
3804
|
"additionalProperties": {
|
|
2302
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
3805
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
3806
|
+
},
|
|
3807
|
+
"isViewNode": true,
|
|
3808
|
+
"metadata": {
|
|
3809
|
+
"path": [],
|
|
3810
|
+
"type": "Aggregation"
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3813
|
+
"analyticalConfiguration": {
|
|
3814
|
+
"type": "object",
|
|
3815
|
+
"additionalProperties": {
|
|
3816
|
+
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3817
|
+
},
|
|
3818
|
+
"isViewNode": true,
|
|
3819
|
+
"metadata": {
|
|
3820
|
+
"path": [],
|
|
3821
|
+
"type": "Aggregation"
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
"columns": {
|
|
3825
|
+
"type": "object",
|
|
3826
|
+
"additionalProperties": {
|
|
3827
|
+
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
2303
3828
|
},
|
|
2304
3829
|
"isViewNode": true,
|
|
2305
3830
|
"metadata": {
|
|
@@ -2307,10 +3832,10 @@
|
|
|
2307
3832
|
"type": "Aggregation"
|
|
2308
3833
|
}
|
|
2309
3834
|
},
|
|
2310
|
-
"
|
|
3835
|
+
"massEdit": {
|
|
2311
3836
|
"type": "object",
|
|
2312
3837
|
"additionalProperties": {
|
|
2313
|
-
"$ref": "#/definitions/sap.fe.macros.table.
|
|
3838
|
+
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
2314
3839
|
},
|
|
2315
3840
|
"isViewNode": true,
|
|
2316
3841
|
"metadata": {
|
|
@@ -2320,7 +3845,7 @@
|
|
|
2320
3845
|
},
|
|
2321
3846
|
"beforeRebindTable": {
|
|
2322
3847
|
"type": "string",
|
|
2323
|
-
"description": "
|
|
3848
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
2324
3849
|
"artifactType": "XMLProperty",
|
|
2325
3850
|
"metadata": {
|
|
2326
3851
|
"type": "Event"
|
|
@@ -2349,72 +3874,22 @@
|
|
|
2349
3874
|
"type": "Control"
|
|
2350
3875
|
}
|
|
2351
3876
|
},
|
|
2352
|
-
"sap.fe.macros.table.
|
|
2353
|
-
"description": "
|
|
3877
|
+
"sap.fe.macros.table.TreeTable": {
|
|
3878
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/TreeTable\"], function(TreeTable) {\n\t ...\n\t new TreeTable(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
|
|
2354
3879
|
"isViewNode": true,
|
|
2355
3880
|
"type": "object",
|
|
2356
3881
|
"properties": {
|
|
2357
|
-
"
|
|
2358
|
-
"type": "boolean",
|
|
2359
|
-
"description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
|
|
2360
|
-
"artifactType": "XMLProperty",
|
|
2361
|
-
"metadata": {
|
|
2362
|
-
"type": "Property"
|
|
2363
|
-
}
|
|
2364
|
-
},
|
|
2365
|
-
"inlineCreationRowsHiddenInEditMode": {
|
|
3882
|
+
"busy": {
|
|
2366
3883
|
"type": "boolean",
|
|
2367
|
-
"description": "
|
|
2368
|
-
"artifactType": "XMLProperty",
|
|
2369
|
-
"metadata": {
|
|
2370
|
-
"type": "Property"
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
"name": {
|
|
2374
|
-
"type": "string",
|
|
2375
|
-
"description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
2376
|
-
"artifactType": "XMLProperty",
|
|
2377
|
-
"metadata": {
|
|
2378
|
-
"type": "Property"
|
|
2379
|
-
},
|
|
2380
|
-
"enum": [
|
|
2381
|
-
"External",
|
|
2382
|
-
"Inline",
|
|
2383
|
-
"InlineCreationRows",
|
|
2384
|
-
"NewPage"
|
|
2385
|
-
]
|
|
2386
|
-
},
|
|
2387
|
-
"outbound": {
|
|
2388
|
-
"type": "string",
|
|
2389
|
-
"description": "The navigation target where the document is created in case of creationMode 'External'\n",
|
|
3884
|
+
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
2390
3885
|
"artifactType": "XMLProperty",
|
|
2391
3886
|
"metadata": {
|
|
2392
3887
|
"type": "Property"
|
|
2393
3888
|
}
|
|
2394
3889
|
},
|
|
2395
|
-
"
|
|
2396
|
-
"type": "string",
|
|
2397
|
-
"description": "Unique id of control",
|
|
2398
|
-
"artifactType": "XMLProperty",
|
|
2399
|
-
"metadata": {
|
|
2400
|
-
"type": "Property"
|
|
2401
|
-
}
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
"additionalProperties": false,
|
|
2405
|
-
"metadata": {
|
|
2406
|
-
"path": [],
|
|
2407
|
-
"type": "Control"
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
"sap.fe.macros.TreeTable": {
|
|
2411
|
-
"description": "Building block used to create a tree table based on the metadata provided by OData V4.",
|
|
2412
|
-
"isViewNode": true,
|
|
2413
|
-
"type": "object",
|
|
2414
|
-
"properties": {
|
|
2415
|
-
"busy": {
|
|
3890
|
+
"condensedTableLayout": {
|
|
2416
3891
|
"type": "boolean",
|
|
2417
|
-
"description": "
|
|
3892
|
+
"description": "Determines whether the table adapts to the condensed layout.",
|
|
2418
3893
|
"artifactType": "XMLProperty",
|
|
2419
3894
|
"metadata": {
|
|
2420
3895
|
"type": "Property"
|
|
@@ -2477,6 +3952,22 @@
|
|
|
2477
3952
|
"type": "Property"
|
|
2478
3953
|
}
|
|
2479
3954
|
},
|
|
3955
|
+
"enablePastingOfComputedProperties": {
|
|
3956
|
+
"type": "boolean",
|
|
3957
|
+
"description": "Determine whether the data copied to the computed columns is sent to the back end.",
|
|
3958
|
+
"artifactType": "XMLProperty",
|
|
3959
|
+
"metadata": {
|
|
3960
|
+
"type": "Property"
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3963
|
+
"enableSelectAll": {
|
|
3964
|
+
"type": "boolean",
|
|
3965
|
+
"description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
|
|
3966
|
+
"artifactType": "XMLProperty",
|
|
3967
|
+
"metadata": {
|
|
3968
|
+
"type": "Property"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
2480
3971
|
"exportRequestSize": {
|
|
2481
3972
|
"$ref": "#/definitions/int",
|
|
2482
3973
|
"description": "exportRequestSize",
|
|
@@ -2535,9 +4026,25 @@
|
|
|
2535
4026
|
"type": "Property"
|
|
2536
4027
|
}
|
|
2537
4028
|
},
|
|
4029
|
+
"isCopyToPositionAllowed": {
|
|
4030
|
+
"type": "string",
|
|
4031
|
+
"description": "Defines the extension point to control whether a source node can be copied to a specific parent node.\n",
|
|
4032
|
+
"artifactType": "XMLProperty",
|
|
4033
|
+
"metadata": {
|
|
4034
|
+
"type": "Property"
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
2538
4037
|
"isMoveToPositionAllowed": {
|
|
2539
4038
|
"type": "string",
|
|
2540
|
-
"description": "Defines the extension point to control
|
|
4039
|
+
"description": "Defines the extension point to control whether a source node can be dropped on a specific parent node.\n",
|
|
4040
|
+
"artifactType": "XMLProperty",
|
|
4041
|
+
"metadata": {
|
|
4042
|
+
"type": "Property"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
"isNodeCopyable": {
|
|
4046
|
+
"type": "string",
|
|
4047
|
+
"description": "efines the extension point to control whether a node can be copied.\n",
|
|
2541
4048
|
"artifactType": "XMLProperty",
|
|
2542
4049
|
"metadata": {
|
|
2543
4050
|
"type": "Property"
|
|
@@ -2567,9 +4074,29 @@
|
|
|
2567
4074
|
"type": "Property"
|
|
2568
4075
|
}
|
|
2569
4076
|
},
|
|
4077
|
+
"modeForNoDataMessage": {
|
|
4078
|
+
"type": "string",
|
|
4079
|
+
"description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
|
|
4080
|
+
"artifactType": "XMLProperty",
|
|
4081
|
+
"metadata": {
|
|
4082
|
+
"type": "Property"
|
|
4083
|
+
},
|
|
4084
|
+
"enum": [
|
|
4085
|
+
"illustratedMessage-Auto",
|
|
4086
|
+
"illustratedMessage-Base",
|
|
4087
|
+
"illustratedMessage-Medium",
|
|
4088
|
+
"illustratedMessage-Dot",
|
|
4089
|
+
"illustratedMessage-ExtraSmall",
|
|
4090
|
+
"illustratedMessage-Scene",
|
|
4091
|
+
"illustratedMessage-Large",
|
|
4092
|
+
"illustratedMessage-Spot",
|
|
4093
|
+
"illustratedMessage-Small",
|
|
4094
|
+
"text"
|
|
4095
|
+
]
|
|
4096
|
+
},
|
|
2570
4097
|
"personalization": {
|
|
2571
4098
|
"type": "string",
|
|
2572
|
-
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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
|
|
4099
|
+
"description": "Controls which options should be enabled for the table personalization dialog.\nIf 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- Group\n\nThe Group option is only applicable to analytical tables and responsive tables.\n",
|
|
2573
4100
|
"artifactType": "XMLProperty",
|
|
2574
4101
|
"metadata": {
|
|
2575
4102
|
"type": "Property"
|
|
@@ -2594,16 +4121,42 @@
|
|
|
2594
4121
|
},
|
|
2595
4122
|
"rowCountMode": {
|
|
2596
4123
|
"type": "string",
|
|
2597
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
4124
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2598
4125
|
"artifactType": "XMLProperty",
|
|
2599
4126
|
"metadata": {
|
|
2600
4127
|
"type": "Property"
|
|
2601
4128
|
},
|
|
2602
4129
|
"enum": [
|
|
2603
4130
|
"Auto",
|
|
2604
|
-
"Fixed"
|
|
4131
|
+
"Fixed",
|
|
4132
|
+
"Interactive"
|
|
2605
4133
|
]
|
|
2606
4134
|
},
|
|
4135
|
+
"scrollThreshold": {
|
|
4136
|
+
"$ref": "#/definitions/int",
|
|
4137
|
+
"description": "scrollThreshold",
|
|
4138
|
+
"artifactType": "XMLProperty",
|
|
4139
|
+
"isViewNode": true,
|
|
4140
|
+
"metadata": {
|
|
4141
|
+
"type": "Property"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
"selectionLimit": {
|
|
4145
|
+
"anyOf": [
|
|
4146
|
+
{
|
|
4147
|
+
"type": "number"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"type": "string",
|
|
4151
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
4152
|
+
}
|
|
4153
|
+
],
|
|
4154
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
4155
|
+
"artifactType": "XMLProperty",
|
|
4156
|
+
"metadata": {
|
|
4157
|
+
"type": "Property"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
2607
4160
|
"selectionMode": {
|
|
2608
4161
|
"type": "string",
|
|
2609
4162
|
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
|
|
@@ -2665,6 +4218,17 @@
|
|
|
2665
4218
|
"type": "Aggregation"
|
|
2666
4219
|
}
|
|
2667
4220
|
},
|
|
4221
|
+
"analyticalConfiguration": {
|
|
4222
|
+
"type": "object",
|
|
4223
|
+
"additionalProperties": {
|
|
4224
|
+
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
4225
|
+
},
|
|
4226
|
+
"isViewNode": true,
|
|
4227
|
+
"metadata": {
|
|
4228
|
+
"path": [],
|
|
4229
|
+
"type": "Aggregation"
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
2668
4232
|
"columns": {
|
|
2669
4233
|
"type": "object",
|
|
2670
4234
|
"additionalProperties": {
|
|
@@ -2676,9 +4240,20 @@
|
|
|
2676
4240
|
"type": "Aggregation"
|
|
2677
4241
|
}
|
|
2678
4242
|
},
|
|
4243
|
+
"massEdit": {
|
|
4244
|
+
"type": "object",
|
|
4245
|
+
"additionalProperties": {
|
|
4246
|
+
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
4247
|
+
},
|
|
4248
|
+
"isViewNode": true,
|
|
4249
|
+
"metadata": {
|
|
4250
|
+
"path": [],
|
|
4251
|
+
"type": "Aggregation"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
2679
4254
|
"beforeRebindTable": {
|
|
2680
4255
|
"type": "string",
|
|
2681
|
-
"description": "
|
|
4256
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
2682
4257
|
"artifactType": "XMLProperty",
|
|
2683
4258
|
"metadata": {
|
|
2684
4259
|
"type": "Event"
|
|
@@ -2712,6 +4287,22 @@
|
|
|
2712
4287
|
"isViewNode": true,
|
|
2713
4288
|
"type": "object",
|
|
2714
4289
|
"properties": {
|
|
4290
|
+
"createInPlace": {
|
|
4291
|
+
"type": "boolean",
|
|
4292
|
+
"description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is 'false' (that is, the new entry is placed as the first child below its parent).\n",
|
|
4293
|
+
"artifactType": "XMLProperty",
|
|
4294
|
+
"metadata": {
|
|
4295
|
+
"type": "Property"
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
"creationFields": {
|
|
4299
|
+
"type": "string",
|
|
4300
|
+
"description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
|
|
4301
|
+
"artifactType": "XMLProperty",
|
|
4302
|
+
"metadata": {
|
|
4303
|
+
"type": "Property"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
2715
4306
|
"isCreateEnabled": {
|
|
2716
4307
|
"type": "string",
|
|
2717
4308
|
"description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
|
|
@@ -2722,19 +4313,20 @@
|
|
|
2722
4313
|
},
|
|
2723
4314
|
"name": {
|
|
2724
4315
|
"type": "string",
|
|
2725
|
-
"description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `
|
|
4316
|
+
"description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage`, `Inline` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
|
|
2726
4317
|
"artifactType": "XMLProperty",
|
|
2727
4318
|
"metadata": {
|
|
2728
4319
|
"type": "Property"
|
|
2729
4320
|
},
|
|
2730
4321
|
"enum": [
|
|
4322
|
+
"CreationDialog",
|
|
2731
4323
|
"Inline",
|
|
2732
4324
|
"NewPage"
|
|
2733
4325
|
]
|
|
2734
4326
|
},
|
|
2735
4327
|
"nodeType": {
|
|
2736
4328
|
"type": "object",
|
|
2737
|
-
"description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and
|
|
4329
|
+
"description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key, label and an optional creationFields that define a value of the property defined by the propertyName key, its label, and the specific fields to be shown in the creation dialog.\n",
|
|
2738
4330
|
"artifactType": "XMLProperty",
|
|
2739
4331
|
"metadata": {
|
|
2740
4332
|
"type": "Property"
|
|
@@ -2820,117 +4412,14 @@
|
|
|
2820
4412
|
"defaultAggregation": "actions"
|
|
2821
4413
|
}
|
|
2822
4414
|
},
|
|
2823
|
-
"sap.fe.macros.
|
|
2824
|
-
"description": "
|
|
4415
|
+
"sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData": {
|
|
4416
|
+
"description": "Definition of data consumer by section from single control",
|
|
2825
4417
|
"isViewNode": true,
|
|
2826
4418
|
"type": "object",
|
|
2827
4419
|
"properties": {
|
|
2828
|
-
"
|
|
2829
|
-
"type": "string",
|
|
2830
|
-
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
2831
|
-
"artifactType": "XMLProperty",
|
|
2832
|
-
"metadata": {
|
|
2833
|
-
"type": "Property"
|
|
2834
|
-
},
|
|
2835
|
-
"enum": [
|
|
2836
|
-
"Description",
|
|
2837
|
-
"DescriptionValue",
|
|
2838
|
-
"Value",
|
|
2839
|
-
"ValueDescription"
|
|
2840
|
-
]
|
|
2841
|
-
},
|
|
2842
|
-
"fieldEditStyle": {
|
|
2843
|
-
"$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
|
|
2844
|
-
"description": "fieldEditStyle",
|
|
2845
|
-
"artifactType": "XMLProperty",
|
|
2846
|
-
"isViewNode": true,
|
|
2847
|
-
"metadata": {
|
|
2848
|
-
"type": "Property"
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
"measureDisplayMode": {
|
|
2852
|
-
"type": "string",
|
|
2853
|
-
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
2854
|
-
"artifactType": "XMLProperty",
|
|
2855
|
-
"metadata": {
|
|
2856
|
-
"type": "Property"
|
|
2857
|
-
},
|
|
2858
|
-
"enum": [
|
|
2859
|
-
"Hidden",
|
|
2860
|
-
"ReadOnly"
|
|
2861
|
-
]
|
|
2862
|
-
},
|
|
2863
|
-
"radioButtonsHorizontalLayout": {
|
|
2864
|
-
"type": "boolean",
|
|
2865
|
-
"description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
|
|
2866
|
-
"artifactType": "XMLProperty",
|
|
2867
|
-
"metadata": {
|
|
2868
|
-
"type": "Property"
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
|
-
"showDate": {
|
|
2872
|
-
"type": "boolean",
|
|
2873
|
-
"description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
2874
|
-
"artifactType": "XMLProperty",
|
|
2875
|
-
"metadata": {
|
|
2876
|
-
"type": "Property"
|
|
2877
|
-
}
|
|
2878
|
-
},
|
|
2879
|
-
"showTime": {
|
|
2880
|
-
"type": "boolean",
|
|
2881
|
-
"description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
2882
|
-
"artifactType": "XMLProperty",
|
|
2883
|
-
"metadata": {
|
|
2884
|
-
"type": "Property"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
"showTimezone": {
|
|
2888
|
-
"type": "boolean",
|
|
2889
|
-
"description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
|
|
2890
|
-
"artifactType": "XMLProperty",
|
|
2891
|
-
"metadata": {
|
|
2892
|
-
"type": "Property"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
"textExpandBehaviorDisplay": {
|
|
4420
|
+
"title": {
|
|
2896
4421
|
"type": "string",
|
|
2897
|
-
"description": "Defines
|
|
2898
|
-
"artifactType": "XMLProperty",
|
|
2899
|
-
"metadata": {
|
|
2900
|
-
"type": "Property"
|
|
2901
|
-
},
|
|
2902
|
-
"enum": [
|
|
2903
|
-
"InPlace",
|
|
2904
|
-
"Popover"
|
|
2905
|
-
]
|
|
2906
|
-
},
|
|
2907
|
-
"textLinesEdit": {
|
|
2908
|
-
"type": "number",
|
|
2909
|
-
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
2910
|
-
"artifactType": "XMLProperty",
|
|
2911
|
-
"metadata": {
|
|
2912
|
-
"type": "Property"
|
|
2913
|
-
}
|
|
2914
|
-
},
|
|
2915
|
-
"textMaxCharactersDisplay": {
|
|
2916
|
-
"type": "number",
|
|
2917
|
-
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
2918
|
-
"artifactType": "XMLProperty",
|
|
2919
|
-
"metadata": {
|
|
2920
|
-
"type": "Property"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
"textMaxLength": {
|
|
2924
|
-
"type": "number",
|
|
2925
|
-
"description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
|
|
2926
|
-
"artifactType": "XMLProperty",
|
|
2927
|
-
"metadata": {
|
|
2928
|
-
"type": "Property"
|
|
2929
|
-
}
|
|
2930
|
-
},
|
|
2931
|
-
"textMaxLines": {
|
|
2932
|
-
"type": "number",
|
|
2933
|
-
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
4422
|
+
"description": "Defines the title to be used by the single control.",
|
|
2934
4423
|
"artifactType": "XMLProperty",
|
|
2935
4424
|
"metadata": {
|
|
2936
4425
|
"type": "Property"
|
|
@@ -2943,11 +4432,20 @@
|
|
|
2943
4432
|
"type": "Control"
|
|
2944
4433
|
}
|
|
2945
4434
|
},
|
|
2946
|
-
"sap.fe.macros.
|
|
2947
|
-
"description": "
|
|
4435
|
+
"sap.fe.macros.controls.section.ISingleSectionContributor.ProviderData": {
|
|
4436
|
+
"description": "Definition of data provided by section to single control",
|
|
2948
4437
|
"isViewNode": true,
|
|
2949
4438
|
"type": "object",
|
|
2950
|
-
"properties": {
|
|
4439
|
+
"properties": {
|
|
4440
|
+
"title": {
|
|
4441
|
+
"type": "string",
|
|
4442
|
+
"description": "Defines the title to be used by the section.",
|
|
4443
|
+
"artifactType": "XMLProperty",
|
|
4444
|
+
"metadata": {
|
|
4445
|
+
"type": "Property"
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
2951
4449
|
"additionalProperties": false,
|
|
2952
4450
|
"metadata": {
|
|
2953
4451
|
"path": [],
|