@sap/ux-specification 1.120.6 → 1.120.8
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 +74 -0
- 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 +116 -117
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +14 -14
- package/dist/schemas/v2/ListReportConfig.json +1 -0
- package/dist/schemas/v2/ObjectPageConfig.json +2 -0
- package/dist/schemas/v2/OverviewPageConfig.json +1158 -88
- package/dist/schemas/v4/BuildingBlocksConfig.json +681 -509
- package/dist/schemas/v4/ObjectPageConfig.json +12 -12
- package/dist/src/api.js +1 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.js +2 -2
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/flexUtils.js +2 -2
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +8 -4
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.js +1 -1
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.js +2 -2
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/Action.js +10 -10
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +4 -7
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +61 -17
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.js +1 -1
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.js +6 -6
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/FormAction.js +2 -2
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js +5 -5
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +11 -11
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +8 -8
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/Table.js +13 -13
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js +3 -3
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.js +1 -1
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +2 -2
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.js +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js +2 -2
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js +2 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +2 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +8 -4
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +4 -2
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +2 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -4
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +41 -31
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.js +2 -2
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.js +2 -2
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +4 -4
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v4/export/controls/HeaderAction.js +2 -2
- package/dist/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +4 -4
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +3 -3
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +6 -6
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +4 -4
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +3 -3
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +15 -15
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +9 -9
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +7 -7
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +1 -1
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.js +2 -2
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +5 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +6 -3
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +8 -4
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +14 -14
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
"namespaces": [
|
|
5
5
|
"sap.fe.macros",
|
|
6
6
|
"sap.fe.macros.chart",
|
|
7
|
+
"sap.fe.macros.filterBar",
|
|
8
|
+
"sap.fe.macros.share",
|
|
7
9
|
"sap.fe.macros.table"
|
|
8
10
|
]
|
|
9
11
|
},
|
|
@@ -19,6 +21,26 @@
|
|
|
19
21
|
},
|
|
20
22
|
"additionalProperties": false,
|
|
21
23
|
"definitions": {
|
|
24
|
+
"sap.fe.macros.CollectionBindingInfo": {
|
|
25
|
+
"description": "API to add parameters to the collection binding infos.",
|
|
26
|
+
"isViewNode": true,
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"id": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Unique id of control",
|
|
32
|
+
"artifactType": "XMLProperty",
|
|
33
|
+
"metadata": {
|
|
34
|
+
"type": "Property"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"metadata": {
|
|
40
|
+
"path": [],
|
|
41
|
+
"type": "Control"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
22
44
|
"sap.fe.macros.MacroAPI": {
|
|
23
45
|
"description": "Base API control for building blocks.",
|
|
24
46
|
"isViewNode": true,
|
|
@@ -55,6 +77,227 @@
|
|
|
55
77
|
"type": "Control"
|
|
56
78
|
}
|
|
57
79
|
},
|
|
80
|
+
"sap.fe.macros.RichTextEditor": {
|
|
81
|
+
"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",
|
|
82
|
+
"isViewNode": true,
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"excludeDefaultPlugins": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"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\".",
|
|
88
|
+
"artifactType": "XMLProperty",
|
|
89
|
+
"metadata": {
|
|
90
|
+
"type": "Property"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"readOnly": {
|
|
94
|
+
"type": "boolean",
|
|
95
|
+
"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.",
|
|
96
|
+
"artifactType": "XMLProperty",
|
|
97
|
+
"metadata": {
|
|
98
|
+
"type": "Property"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"required": {
|
|
102
|
+
"type": "any",
|
|
103
|
+
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
104
|
+
"artifactType": "XMLProperty",
|
|
105
|
+
"metadata": {
|
|
106
|
+
"type": "Property"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"value": {
|
|
110
|
+
"type": "any",
|
|
111
|
+
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
112
|
+
"artifactType": "XMLProperty",
|
|
113
|
+
"metadata": {
|
|
114
|
+
"type": "Property"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"id": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "Unique id of control",
|
|
120
|
+
"artifactType": "XMLProperty",
|
|
121
|
+
"metadata": {
|
|
122
|
+
"type": "Property"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"buttonGroups": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"additionalProperties": {
|
|
128
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.buttonGroup"
|
|
129
|
+
},
|
|
130
|
+
"isViewNode": true,
|
|
131
|
+
"metadata": {
|
|
132
|
+
"path": [],
|
|
133
|
+
"type": "Aggregation"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"plugins": {
|
|
137
|
+
"type": "object",
|
|
138
|
+
"additionalProperties": {
|
|
139
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.plugin"
|
|
140
|
+
},
|
|
141
|
+
"isViewNode": true,
|
|
142
|
+
"metadata": {
|
|
143
|
+
"path": [],
|
|
144
|
+
"type": "Aggregation"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"additionalProperties": false,
|
|
149
|
+
"metadata": {
|
|
150
|
+
"path": [],
|
|
151
|
+
"type": "Control"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"sap.fe.macros.chart.Action": {
|
|
155
|
+
"description": "Definition of a custom action to be used in the chart toolbar",
|
|
156
|
+
"isViewNode": true,
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": {
|
|
159
|
+
"anchor": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
162
|
+
"artifactType": "XMLProperty",
|
|
163
|
+
"metadata": {
|
|
164
|
+
"type": "Property"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"enabled": {
|
|
168
|
+
"type": "boolean",
|
|
169
|
+
"description": "Enables or disables the action",
|
|
170
|
+
"artifactType": "XMLProperty",
|
|
171
|
+
"metadata": {
|
|
172
|
+
"type": "Property"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"key": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"description": "Unique identifier of the action",
|
|
178
|
+
"artifactType": "XMLProperty",
|
|
179
|
+
"metadata": {
|
|
180
|
+
"type": "Property"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"placement": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
186
|
+
"artifactType": "XMLProperty",
|
|
187
|
+
"metadata": {
|
|
188
|
+
"type": "Property"
|
|
189
|
+
},
|
|
190
|
+
"enum": [
|
|
191
|
+
"After",
|
|
192
|
+
"Before"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"press": {
|
|
196
|
+
"type": "string",
|
|
197
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
198
|
+
"artifactType": "XMLProperty",
|
|
199
|
+
"metadata": {
|
|
200
|
+
"type": "Property"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"requiresSelection": {
|
|
204
|
+
"type": "boolean",
|
|
205
|
+
"description": "Defines if the action requires a selection.",
|
|
206
|
+
"artifactType": "XMLProperty",
|
|
207
|
+
"metadata": {
|
|
208
|
+
"type": "Property"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"text": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "The text that will be displayed for this action",
|
|
214
|
+
"artifactType": "XMLProperty",
|
|
215
|
+
"metadata": {
|
|
216
|
+
"type": "Property"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"id": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"description": "Unique id of control",
|
|
222
|
+
"artifactType": "XMLProperty",
|
|
223
|
+
"metadata": {
|
|
224
|
+
"type": "Property"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"additionalProperties": false,
|
|
229
|
+
"metadata": {
|
|
230
|
+
"path": [],
|
|
231
|
+
"type": "Control"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"sap.fe.macros.chart.ActionGroup": {
|
|
235
|
+
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
236
|
+
"isViewNode": true,
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"anchor": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
242
|
+
"artifactType": "XMLProperty",
|
|
243
|
+
"metadata": {
|
|
244
|
+
"type": "Property"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"key": {
|
|
248
|
+
"type": "string",
|
|
249
|
+
"description": "Unique identifier of the action",
|
|
250
|
+
"artifactType": "XMLProperty",
|
|
251
|
+
"metadata": {
|
|
252
|
+
"type": "Property"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"placement": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
258
|
+
"artifactType": "XMLProperty",
|
|
259
|
+
"metadata": {
|
|
260
|
+
"type": "Property"
|
|
261
|
+
},
|
|
262
|
+
"enum": [
|
|
263
|
+
"After",
|
|
264
|
+
"Before"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"text": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "The text that will be displayed for this action group",
|
|
270
|
+
"artifactType": "XMLProperty",
|
|
271
|
+
"metadata": {
|
|
272
|
+
"type": "Property"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"id": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"description": "Unique id of control",
|
|
278
|
+
"artifactType": "XMLProperty",
|
|
279
|
+
"metadata": {
|
|
280
|
+
"type": "Property"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"actions": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"additionalProperties": {
|
|
286
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
287
|
+
},
|
|
288
|
+
"isViewNode": true,
|
|
289
|
+
"metadata": {
|
|
290
|
+
"path": [],
|
|
291
|
+
"type": "Aggregation"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"additionalProperties": false,
|
|
296
|
+
"metadata": {
|
|
297
|
+
"path": [],
|
|
298
|
+
"type": "Control"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
58
301
|
"sap.fe.macros.Chart": {
|
|
59
302
|
"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\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
|
|
60
303
|
"isViewNode": true,
|
|
@@ -193,7 +436,7 @@
|
|
|
193
436
|
}
|
|
194
437
|
},
|
|
195
438
|
"sap.fe.macros.Field": {
|
|
196
|
-
"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.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
|
|
439
|
+
"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<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
|
|
197
440
|
"isViewNode": true,
|
|
198
441
|
"type": "object",
|
|
199
442
|
"properties": {
|
|
@@ -333,7 +576,7 @@
|
|
|
333
576
|
"filterFields": {
|
|
334
577
|
"type": "object",
|
|
335
578
|
"additionalProperties": {
|
|
336
|
-
"$ref": "#/definitions/sap.fe.macros.FilterField"
|
|
579
|
+
"$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
|
|
337
580
|
},
|
|
338
581
|
"isViewNode": true,
|
|
339
582
|
"metadata": {
|
|
@@ -372,40 +615,104 @@
|
|
|
372
615
|
"type": "Control"
|
|
373
616
|
}
|
|
374
617
|
},
|
|
375
|
-
"sap.fe.macros.
|
|
376
|
-
"description": "
|
|
618
|
+
"sap.fe.macros.filterBar.FilterField": {
|
|
619
|
+
"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\n",
|
|
377
620
|
"isViewNode": true,
|
|
378
621
|
"type": "object",
|
|
379
622
|
"properties": {
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"description": "
|
|
623
|
+
"anchor": {
|
|
624
|
+
"type": "string",
|
|
625
|
+
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
383
626
|
"artifactType": "XMLProperty",
|
|
384
|
-
"isViewNode": true,
|
|
385
627
|
"metadata": {
|
|
386
628
|
"type": "Property"
|
|
387
629
|
}
|
|
388
630
|
},
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"description": "
|
|
631
|
+
"key": {
|
|
632
|
+
"type": "string",
|
|
633
|
+
"description": "The property name of the FilterField",
|
|
392
634
|
"artifactType": "XMLProperty",
|
|
393
|
-
"isViewNode": true,
|
|
394
635
|
"metadata": {
|
|
395
636
|
"type": "Property"
|
|
396
637
|
}
|
|
397
638
|
},
|
|
398
|
-
"
|
|
639
|
+
"label": {
|
|
399
640
|
"type": "string",
|
|
400
|
-
"description": "The
|
|
641
|
+
"description": "The text that will be displayed for this FilterField",
|
|
401
642
|
"artifactType": "XMLProperty",
|
|
402
643
|
"metadata": {
|
|
403
644
|
"type": "Property"
|
|
404
645
|
}
|
|
405
646
|
},
|
|
406
|
-
"
|
|
647
|
+
"placement": {
|
|
407
648
|
"type": "string",
|
|
408
|
-
"description": "
|
|
649
|
+
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
650
|
+
"artifactType": "XMLProperty",
|
|
651
|
+
"metadata": {
|
|
652
|
+
"type": "Property"
|
|
653
|
+
},
|
|
654
|
+
"enum": [
|
|
655
|
+
"After",
|
|
656
|
+
"Before"
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
"showMessages": {
|
|
660
|
+
"type": "boolean",
|
|
661
|
+
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
662
|
+
"artifactType": "XMLProperty",
|
|
663
|
+
"metadata": {
|
|
664
|
+
"type": "Property"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"id": {
|
|
668
|
+
"type": "string",
|
|
669
|
+
"description": "Unique id of control",
|
|
670
|
+
"artifactType": "XMLProperty",
|
|
671
|
+
"metadata": {
|
|
672
|
+
"type": "Property"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"additionalProperties": false,
|
|
677
|
+
"metadata": {
|
|
678
|
+
"path": [],
|
|
679
|
+
"type": "Control"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"sap.fe.macros.Form": {
|
|
683
|
+
"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<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
|
|
684
|
+
"isViewNode": true,
|
|
685
|
+
"type": "object",
|
|
686
|
+
"properties": {
|
|
687
|
+
"contextPath": {
|
|
688
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
689
|
+
"description": "contextPath",
|
|
690
|
+
"artifactType": "XMLProperty",
|
|
691
|
+
"isViewNode": true,
|
|
692
|
+
"metadata": {
|
|
693
|
+
"type": "Property"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"metaPath": {
|
|
697
|
+
"$ref": "#/definitions/sap.ui.model.Context",
|
|
698
|
+
"description": "metaPath",
|
|
699
|
+
"artifactType": "XMLProperty",
|
|
700
|
+
"isViewNode": true,
|
|
701
|
+
"metadata": {
|
|
702
|
+
"type": "Property"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"title": {
|
|
706
|
+
"type": "string",
|
|
707
|
+
"description": "The title of the form control.",
|
|
708
|
+
"artifactType": "XMLProperty",
|
|
709
|
+
"metadata": {
|
|
710
|
+
"type": "Property"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"id": {
|
|
714
|
+
"type": "string",
|
|
715
|
+
"description": "Unique id of control",
|
|
409
716
|
"artifactType": "XMLProperty",
|
|
410
717
|
"metadata": {
|
|
411
718
|
"type": "Property"
|
|
@@ -489,7 +796,15 @@
|
|
|
489
796
|
"type": "object",
|
|
490
797
|
"properties": {
|
|
491
798
|
"number": {
|
|
492
|
-
"
|
|
799
|
+
"anyOf": [
|
|
800
|
+
{
|
|
801
|
+
"type": "number"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"type": "string",
|
|
805
|
+
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
493
808
|
"description": "The Number to be displayed.",
|
|
494
809
|
"artifactType": "XMLProperty",
|
|
495
810
|
"metadata": {
|
|
@@ -637,53 +952,9 @@
|
|
|
637
952
|
"isViewNode": true,
|
|
638
953
|
"type": "object",
|
|
639
954
|
"properties": {
|
|
640
|
-
"
|
|
641
|
-
"type": "string",
|
|
642
|
-
"description": "Unique id of control",
|
|
643
|
-
"artifactType": "XMLProperty",
|
|
644
|
-
"metadata": {
|
|
645
|
-
"type": "Property"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
"additionalProperties": false,
|
|
650
|
-
"metadata": {
|
|
651
|
-
"path": [],
|
|
652
|
-
"type": "Control"
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
"sap.fe.macros.RichTextEditor": {
|
|
656
|
-
"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",
|
|
657
|
-
"isViewNode": true,
|
|
658
|
-
"type": "object",
|
|
659
|
-
"properties": {
|
|
660
|
-
"buttonGroups": {
|
|
661
|
-
"type": "array",
|
|
662
|
-
"description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
|
|
663
|
-
"artifactType": "XMLProperty",
|
|
664
|
-
"metadata": {
|
|
665
|
-
"type": "Property"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
"readOnly": {
|
|
669
|
-
"type": "boolean",
|
|
670
|
-
"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.",
|
|
671
|
-
"artifactType": "XMLProperty",
|
|
672
|
-
"metadata": {
|
|
673
|
-
"type": "Property"
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"required": {
|
|
677
|
-
"type": "boolean",
|
|
678
|
-
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
679
|
-
"artifactType": "XMLProperty",
|
|
680
|
-
"metadata": {
|
|
681
|
-
"type": "Property"
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
"value": {
|
|
955
|
+
"ariaTitle": {
|
|
685
956
|
"type": "string",
|
|
686
|
-
"description": "
|
|
957
|
+
"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.",
|
|
687
958
|
"artifactType": "XMLProperty",
|
|
688
959
|
"metadata": {
|
|
689
960
|
"type": "Property"
|
|
@@ -726,6 +997,14 @@
|
|
|
726
997
|
"type": "Property"
|
|
727
998
|
}
|
|
728
999
|
},
|
|
1000
|
+
"excludeDefaultPlugins": {
|
|
1001
|
+
"type": "boolean",
|
|
1002
|
+
"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\".",
|
|
1003
|
+
"artifactType": "XMLProperty",
|
|
1004
|
+
"metadata": {
|
|
1005
|
+
"type": "Property"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
729
1008
|
"metaPath": {
|
|
730
1009
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
731
1010
|
"description": "metaPath",
|
|
@@ -735,6 +1014,14 @@
|
|
|
735
1014
|
"type": "Property"
|
|
736
1015
|
}
|
|
737
1016
|
},
|
|
1017
|
+
"plugins": {
|
|
1018
|
+
"type": "array",
|
|
1019
|
+
"description": "With the 'plugins' attribute you can customize the plugins that will be loaded by the editor.",
|
|
1020
|
+
"artifactType": "XMLProperty",
|
|
1021
|
+
"metadata": {
|
|
1022
|
+
"type": "Property"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
738
1025
|
"readOnly": {
|
|
739
1026
|
"type": "boolean",
|
|
740
1027
|
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
|
|
@@ -771,6 +1058,14 @@
|
|
|
771
1058
|
"isViewNode": true,
|
|
772
1059
|
"type": "object",
|
|
773
1060
|
"properties": {
|
|
1061
|
+
"shareOptions": {
|
|
1062
|
+
"type": "object",
|
|
1063
|
+
"description": "Supported Share options sap.fe.macros.share.ShareOptions.",
|
|
1064
|
+
"artifactType": "XMLProperty",
|
|
1065
|
+
"metadata": {
|
|
1066
|
+
"type": "Property"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
774
1069
|
"visible": {
|
|
775
1070
|
"type": "boolean",
|
|
776
1071
|
"description": "Whether the share control should be visible on the screen.",
|
|
@@ -794,130 +1089,365 @@
|
|
|
794
1089
|
"type": "Control"
|
|
795
1090
|
}
|
|
796
1091
|
},
|
|
797
|
-
"sap.fe.macros.
|
|
798
|
-
"description": "
|
|
1092
|
+
"sap.fe.macros.table.Action": {
|
|
1093
|
+
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
799
1094
|
"isViewNode": true,
|
|
800
1095
|
"type": "object",
|
|
801
1096
|
"properties": {
|
|
802
|
-
"
|
|
803
|
-
"type": "
|
|
804
|
-
"description": "
|
|
1097
|
+
"anchor": {
|
|
1098
|
+
"type": "string",
|
|
1099
|
+
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
805
1100
|
"artifactType": "XMLProperty",
|
|
806
1101
|
"metadata": {
|
|
807
1102
|
"type": "Property"
|
|
808
1103
|
}
|
|
809
1104
|
},
|
|
810
|
-
"
|
|
811
|
-
"type": "
|
|
812
|
-
"description": "
|
|
1105
|
+
"enabled": {
|
|
1106
|
+
"type": "boolean",
|
|
1107
|
+
"description": "Enables or disables the action",
|
|
813
1108
|
"artifactType": "XMLProperty",
|
|
814
1109
|
"metadata": {
|
|
815
1110
|
"type": "Property"
|
|
816
1111
|
}
|
|
817
1112
|
},
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
"description": "
|
|
1113
|
+
"key": {
|
|
1114
|
+
"type": "string",
|
|
1115
|
+
"description": "Unique identifier of the action",
|
|
821
1116
|
"artifactType": "XMLProperty",
|
|
822
|
-
"isViewNode": true,
|
|
823
1117
|
"metadata": {
|
|
824
1118
|
"type": "Property"
|
|
825
1119
|
}
|
|
826
1120
|
},
|
|
827
|
-
"
|
|
828
|
-
"type": "
|
|
829
|
-
"description": "
|
|
1121
|
+
"placement": {
|
|
1122
|
+
"type": "string",
|
|
1123
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
830
1124
|
"artifactType": "XMLProperty",
|
|
831
1125
|
"metadata": {
|
|
832
1126
|
"type": "Property"
|
|
833
|
-
}
|
|
1127
|
+
},
|
|
1128
|
+
"enum": [
|
|
1129
|
+
"After",
|
|
1130
|
+
"Before"
|
|
1131
|
+
]
|
|
834
1132
|
},
|
|
835
|
-
"
|
|
836
|
-
"type": "
|
|
837
|
-
"description": "
|
|
1133
|
+
"press": {
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
838
1136
|
"artifactType": "XMLProperty",
|
|
839
1137
|
"metadata": {
|
|
840
1138
|
"type": "Property"
|
|
841
1139
|
}
|
|
842
1140
|
},
|
|
843
|
-
"
|
|
1141
|
+
"requiresSelection": {
|
|
844
1142
|
"type": "boolean",
|
|
845
|
-
"description": "
|
|
1143
|
+
"description": "Defines if the action requires a selection.",
|
|
846
1144
|
"artifactType": "XMLProperty",
|
|
847
1145
|
"metadata": {
|
|
848
1146
|
"type": "Property"
|
|
849
1147
|
}
|
|
850
1148
|
},
|
|
851
|
-
"
|
|
852
|
-
"type": "
|
|
853
|
-
"description": "
|
|
1149
|
+
"text": {
|
|
1150
|
+
"type": "string",
|
|
1151
|
+
"description": "The text that will be displayed for this action",
|
|
854
1152
|
"artifactType": "XMLProperty",
|
|
855
1153
|
"metadata": {
|
|
856
1154
|
"type": "Property"
|
|
857
1155
|
}
|
|
858
1156
|
},
|
|
859
|
-
"
|
|
1157
|
+
"id": {
|
|
860
1158
|
"type": "string",
|
|
861
|
-
"description": "
|
|
1159
|
+
"description": "Unique id of control",
|
|
862
1160
|
"artifactType": "XMLProperty",
|
|
863
1161
|
"metadata": {
|
|
864
1162
|
"type": "Property"
|
|
865
1163
|
}
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"additionalProperties": false,
|
|
1167
|
+
"metadata": {
|
|
1168
|
+
"path": [],
|
|
1169
|
+
"type": "Control"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"sap.fe.macros.table.ActionGroup": {
|
|
1173
|
+
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
1174
|
+
"isViewNode": true,
|
|
1175
|
+
"type": "object",
|
|
1176
|
+
"properties": {
|
|
1177
|
+
"anchor": {
|
|
1178
|
+
"type": "string",
|
|
1179
|
+
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
870
1180
|
"artifactType": "XMLProperty",
|
|
871
1181
|
"metadata": {
|
|
872
1182
|
"type": "Property"
|
|
873
1183
|
}
|
|
874
1184
|
},
|
|
875
|
-
"
|
|
1185
|
+
"key": {
|
|
876
1186
|
"type": "string",
|
|
877
|
-
"description": "
|
|
1187
|
+
"description": "Unique identifier of the ActionGroup",
|
|
878
1188
|
"artifactType": "XMLProperty",
|
|
879
1189
|
"metadata": {
|
|
880
1190
|
"type": "Property"
|
|
881
1191
|
}
|
|
882
1192
|
},
|
|
883
|
-
"
|
|
884
|
-
"type": "
|
|
885
|
-
"description": "
|
|
1193
|
+
"placement": {
|
|
1194
|
+
"type": "string",
|
|
1195
|
+
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
886
1196
|
"artifactType": "XMLProperty",
|
|
887
1197
|
"metadata": {
|
|
888
1198
|
"type": "Property"
|
|
889
|
-
}
|
|
1199
|
+
},
|
|
1200
|
+
"enum": [
|
|
1201
|
+
"After",
|
|
1202
|
+
"Before"
|
|
1203
|
+
]
|
|
890
1204
|
},
|
|
891
|
-
"
|
|
892
|
-
"type": "
|
|
893
|
-
"description": "
|
|
1205
|
+
"text": {
|
|
1206
|
+
"type": "string",
|
|
1207
|
+
"description": "The text that will be displayed for this action group",
|
|
894
1208
|
"artifactType": "XMLProperty",
|
|
895
1209
|
"metadata": {
|
|
896
1210
|
"type": "Property"
|
|
897
1211
|
}
|
|
898
1212
|
},
|
|
899
|
-
"
|
|
1213
|
+
"id": {
|
|
900
1214
|
"type": "string",
|
|
901
|
-
"description": "
|
|
1215
|
+
"description": "Unique id of control",
|
|
902
1216
|
"artifactType": "XMLProperty",
|
|
903
1217
|
"metadata": {
|
|
904
1218
|
"type": "Property"
|
|
905
1219
|
}
|
|
906
1220
|
},
|
|
907
|
-
"
|
|
908
|
-
"
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
{
|
|
913
|
-
"$ref": "#/definitions/ string"
|
|
914
|
-
}
|
|
915
|
-
],
|
|
916
|
-
"description": "personalization",
|
|
917
|
-
"artifactType": "XMLProperty",
|
|
1221
|
+
"actions": {
|
|
1222
|
+
"type": "object",
|
|
1223
|
+
"additionalProperties": {
|
|
1224
|
+
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
1225
|
+
},
|
|
918
1226
|
"isViewNode": true,
|
|
919
1227
|
"metadata": {
|
|
920
|
-
"
|
|
1228
|
+
"path": [],
|
|
1229
|
+
"type": "Aggregation"
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"additionalProperties": false,
|
|
1234
|
+
"metadata": {
|
|
1235
|
+
"path": [],
|
|
1236
|
+
"type": "Control"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
"sap.fe.macros.table.Column": {
|
|
1240
|
+
"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",
|
|
1241
|
+
"isViewNode": true,
|
|
1242
|
+
"type": "object",
|
|
1243
|
+
"properties": {
|
|
1244
|
+
"anchor": {
|
|
1245
|
+
"type": "string",
|
|
1246
|
+
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
1247
|
+
"artifactType": "XMLProperty",
|
|
1248
|
+
"metadata": {
|
|
1249
|
+
"type": "Property"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
"header": {
|
|
1253
|
+
"type": "string",
|
|
1254
|
+
"description": "The text that will be displayed for this column header",
|
|
1255
|
+
"artifactType": "XMLProperty",
|
|
1256
|
+
"metadata": {
|
|
1257
|
+
"type": "Property"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"horizontalAlign": {
|
|
1261
|
+
"type": "string",
|
|
1262
|
+
"description": "Aligns the header as well as the content horizontally",
|
|
1263
|
+
"artifactType": "XMLProperty",
|
|
1264
|
+
"metadata": {
|
|
1265
|
+
"type": "Property"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"importance": {
|
|
1269
|
+
"type": "string",
|
|
1270
|
+
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
1271
|
+
"artifactType": "XMLProperty",
|
|
1272
|
+
"metadata": {
|
|
1273
|
+
"type": "Property"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"key": {
|
|
1277
|
+
"type": "string",
|
|
1278
|
+
"description": "Unique identifier of the column",
|
|
1279
|
+
"artifactType": "XMLProperty",
|
|
1280
|
+
"metadata": {
|
|
1281
|
+
"type": "Property"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"placement": {
|
|
1285
|
+
"type": "string",
|
|
1286
|
+
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1287
|
+
"artifactType": "XMLProperty",
|
|
1288
|
+
"metadata": {
|
|
1289
|
+
"type": "Property"
|
|
1290
|
+
},
|
|
1291
|
+
"enum": [
|
|
1292
|
+
"After",
|
|
1293
|
+
"Before"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"width": {
|
|
1297
|
+
"type": "string",
|
|
1298
|
+
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1299
|
+
"artifactType": "XMLProperty",
|
|
1300
|
+
"metadata": {
|
|
1301
|
+
"type": "Property"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"widthIncludingColumnHeader": {
|
|
1305
|
+
"type": "boolean",
|
|
1306
|
+
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
1307
|
+
"artifactType": "XMLProperty",
|
|
1308
|
+
"metadata": {
|
|
1309
|
+
"type": "Property"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"id": {
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"description": "Unique id of control",
|
|
1315
|
+
"artifactType": "XMLProperty",
|
|
1316
|
+
"metadata": {
|
|
1317
|
+
"type": "Property"
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
"additionalProperties": false,
|
|
1322
|
+
"metadata": {
|
|
1323
|
+
"path": [],
|
|
1324
|
+
"type": "Control"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"sap.fe.macros.Table": {
|
|
1328
|
+
"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<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
|
|
1329
|
+
"isViewNode": true,
|
|
1330
|
+
"type": "object",
|
|
1331
|
+
"properties": {
|
|
1332
|
+
"busy": {
|
|
1333
|
+
"type": "boolean",
|
|
1334
|
+
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
1335
|
+
"artifactType": "XMLProperty",
|
|
1336
|
+
"metadata": {
|
|
1337
|
+
"type": "Property"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"contextPath": {
|
|
1341
|
+
"type": "string",
|
|
1342
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1343
|
+
"artifactType": "XMLProperty",
|
|
1344
|
+
"metadata": {
|
|
1345
|
+
"type": "Property"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"creationMode": {
|
|
1349
|
+
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
1350
|
+
"description": "creationMode",
|
|
1351
|
+
"artifactType": "XMLProperty",
|
|
1352
|
+
"isViewNode": true,
|
|
1353
|
+
"metadata": {
|
|
1354
|
+
"type": "Property"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
"enableAutoColumnWidth": {
|
|
1358
|
+
"type": "boolean",
|
|
1359
|
+
"description": "Specifies if the column width is automatically calculated.",
|
|
1360
|
+
"artifactType": "XMLProperty",
|
|
1361
|
+
"metadata": {
|
|
1362
|
+
"type": "Property"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"enableExport": {
|
|
1366
|
+
"type": "boolean",
|
|
1367
|
+
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
1368
|
+
"artifactType": "XMLProperty",
|
|
1369
|
+
"metadata": {
|
|
1370
|
+
"type": "Property"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"enableFullScreen": {
|
|
1374
|
+
"type": "boolean",
|
|
1375
|
+
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
1376
|
+
"artifactType": "XMLProperty",
|
|
1377
|
+
"metadata": {
|
|
1378
|
+
"type": "Property"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"enablePaste": {
|
|
1382
|
+
"type": "boolean",
|
|
1383
|
+
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
1384
|
+
"artifactType": "XMLProperty",
|
|
1385
|
+
"metadata": {
|
|
1386
|
+
"type": "Property"
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"filterBar": {
|
|
1390
|
+
"type": "string",
|
|
1391
|
+
"description": "ID of the FilterBar building block associated with the table.",
|
|
1392
|
+
"artifactType": "XMLProperty",
|
|
1393
|
+
"metadata": {
|
|
1394
|
+
"type": "Property"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"frozenColumnCount": {
|
|
1398
|
+
"type": "number",
|
|
1399
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
1400
|
+
"artifactType": "XMLProperty",
|
|
1401
|
+
"metadata": {
|
|
1402
|
+
"type": "Property"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"header": {
|
|
1406
|
+
"type": "string",
|
|
1407
|
+
"description": "Specifies the header text that is shown in the table.",
|
|
1408
|
+
"artifactType": "XMLProperty",
|
|
1409
|
+
"metadata": {
|
|
1410
|
+
"type": "Property"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"headerVisible": {
|
|
1414
|
+
"type": "boolean",
|
|
1415
|
+
"description": "Controls if the header text should be shown or not.",
|
|
1416
|
+
"artifactType": "XMLProperty",
|
|
1417
|
+
"metadata": {
|
|
1418
|
+
"type": "Property"
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"isSearchable": {
|
|
1422
|
+
"type": "boolean",
|
|
1423
|
+
"description": "Defines whether to display the search action.",
|
|
1424
|
+
"artifactType": "XMLProperty",
|
|
1425
|
+
"metadata": {
|
|
1426
|
+
"type": "Property"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
"metaPath": {
|
|
1430
|
+
"type": "string",
|
|
1431
|
+
"description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
|
|
1432
|
+
"artifactType": "XMLProperty",
|
|
1433
|
+
"metadata": {
|
|
1434
|
+
"type": "Property"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"personalization": {
|
|
1438
|
+
"anyOf": [
|
|
1439
|
+
{
|
|
1440
|
+
"$ref": "#/definitions/boolean "
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"$ref": "#/definitions/ string"
|
|
1444
|
+
}
|
|
1445
|
+
],
|
|
1446
|
+
"description": "personalization",
|
|
1447
|
+
"artifactType": "XMLProperty",
|
|
1448
|
+
"isViewNode": true,
|
|
1449
|
+
"metadata": {
|
|
1450
|
+
"type": "Property"
|
|
921
1451
|
}
|
|
922
1452
|
},
|
|
923
1453
|
"readOnly": {
|
|
@@ -966,14 +1496,15 @@
|
|
|
966
1496
|
},
|
|
967
1497
|
"type": {
|
|
968
1498
|
"type": "string",
|
|
969
|
-
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable` and `
|
|
1499
|
+
"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",
|
|
970
1500
|
"artifactType": "XMLProperty",
|
|
971
1501
|
"metadata": {
|
|
972
1502
|
"type": "Property"
|
|
973
1503
|
},
|
|
974
1504
|
"enum": [
|
|
975
1505
|
"GridTable",
|
|
976
|
-
"ResponsiveTable"
|
|
1506
|
+
"ResponsiveTable",
|
|
1507
|
+
"AnalyticalTable"
|
|
977
1508
|
]
|
|
978
1509
|
},
|
|
979
1510
|
"variantManagement": {
|
|
@@ -1027,6 +1558,14 @@
|
|
|
1027
1558
|
"type": "Aggregation"
|
|
1028
1559
|
}
|
|
1029
1560
|
},
|
|
1561
|
+
"beforeRebindTable": {
|
|
1562
|
+
"type": "string",
|
|
1563
|
+
"description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
|
|
1564
|
+
"artifactType": "XMLProperty",
|
|
1565
|
+
"metadata": {
|
|
1566
|
+
"type": "Event"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1030
1569
|
"rowPress": {
|
|
1031
1570
|
"type": "string",
|
|
1032
1571
|
"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",
|
|
@@ -1115,165 +1654,53 @@
|
|
|
1115
1654
|
"defaultAggregation": "actions"
|
|
1116
1655
|
}
|
|
1117
1656
|
},
|
|
1118
|
-
"sap.fe.macros.
|
|
1119
|
-
"description": "
|
|
1657
|
+
"sap.fe.macros.FieldFormatOptions": {
|
|
1658
|
+
"description": "Additional format options for the field.",
|
|
1120
1659
|
"isViewNode": true,
|
|
1121
1660
|
"type": "object",
|
|
1122
1661
|
"properties": {
|
|
1123
|
-
"
|
|
1662
|
+
"displayMode": {
|
|
1124
1663
|
"type": "string",
|
|
1125
|
-
"description": "
|
|
1126
|
-
"artifactType": "XMLProperty",
|
|
1127
|
-
"metadata": {
|
|
1128
|
-
"type": "Property"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"enabled": {
|
|
1132
|
-
"type": "boolean",
|
|
1133
|
-
"description": "Enables or disables the action",
|
|
1664
|
+
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
1134
1665
|
"artifactType": "XMLProperty",
|
|
1135
1666
|
"metadata": {
|
|
1136
1667
|
"type": "Property"
|
|
1137
|
-
}
|
|
1668
|
+
},
|
|
1669
|
+
"enum": [
|
|
1670
|
+
"Description",
|
|
1671
|
+
"DescriptionValue",
|
|
1672
|
+
"Value",
|
|
1673
|
+
"ValueDescription"
|
|
1674
|
+
]
|
|
1138
1675
|
},
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"description": "
|
|
1676
|
+
"fieldEditStyle": {
|
|
1677
|
+
"$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
|
|
1678
|
+
"description": "fieldEditStyle",
|
|
1142
1679
|
"artifactType": "XMLProperty",
|
|
1680
|
+
"isViewNode": true,
|
|
1143
1681
|
"metadata": {
|
|
1144
1682
|
"type": "Property"
|
|
1145
1683
|
}
|
|
1146
1684
|
},
|
|
1147
|
-
"
|
|
1685
|
+
"measureDisplayMode": {
|
|
1148
1686
|
"type": "string",
|
|
1149
|
-
"description": "Defines
|
|
1687
|
+
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
1150
1688
|
"artifactType": "XMLProperty",
|
|
1151
1689
|
"metadata": {
|
|
1152
1690
|
"type": "Property"
|
|
1153
1691
|
},
|
|
1154
1692
|
"enum": [
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1693
|
+
"Hidden",
|
|
1694
|
+
"ReadOnly"
|
|
1157
1695
|
]
|
|
1158
1696
|
},
|
|
1159
|
-
"
|
|
1160
|
-
"type": "string",
|
|
1161
|
-
"description": "Event handler to be called when the user chooses the action",
|
|
1162
|
-
"artifactType": "XMLProperty",
|
|
1163
|
-
"metadata": {
|
|
1164
|
-
"type": "Property"
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
"requiresSelection": {
|
|
1697
|
+
"radioButtonsHorizontalLayout": {
|
|
1168
1698
|
"type": "boolean",
|
|
1169
|
-
"description": "
|
|
1170
|
-
"artifactType": "XMLProperty",
|
|
1171
|
-
"metadata": {
|
|
1172
|
-
"type": "Property"
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"text": {
|
|
1176
|
-
"type": "string",
|
|
1177
|
-
"description": "The text that will be displayed for this action",
|
|
1178
|
-
"artifactType": "XMLProperty",
|
|
1179
|
-
"metadata": {
|
|
1180
|
-
"type": "Property"
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
"additionalProperties": false,
|
|
1185
|
-
"metadata": {
|
|
1186
|
-
"path": [],
|
|
1187
|
-
"type": "Control"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"sap.fe.macros.chart.ActionGroup": {
|
|
1191
|
-
"description": "Definition of a custom action group to be used inside the chart toolbar",
|
|
1192
|
-
"isViewNode": true,
|
|
1193
|
-
"type": "object",
|
|
1194
|
-
"properties": {
|
|
1195
|
-
"actions": {
|
|
1196
|
-
"$ref": "#/definitions/sap.fe.macros.chart.Action[]",
|
|
1197
|
-
"description": "actions",
|
|
1198
|
-
"artifactType": "XMLProperty",
|
|
1199
|
-
"isViewNode": true,
|
|
1200
|
-
"metadata": {
|
|
1201
|
-
"type": "Property"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
"anchor": {
|
|
1205
|
-
"type": "string",
|
|
1206
|
-
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
1207
|
-
"artifactType": "XMLProperty",
|
|
1208
|
-
"metadata": {
|
|
1209
|
-
"type": "Property"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
"key": {
|
|
1213
|
-
"type": "string",
|
|
1214
|
-
"description": "Unique identifier of the action",
|
|
1215
|
-
"artifactType": "XMLProperty",
|
|
1216
|
-
"metadata": {
|
|
1217
|
-
"type": "Property"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
"placement": {
|
|
1221
|
-
"type": "string",
|
|
1222
|
-
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1223
|
-
"artifactType": "XMLProperty",
|
|
1224
|
-
"metadata": {
|
|
1225
|
-
"type": "Property"
|
|
1226
|
-
},
|
|
1227
|
-
"enum": [
|
|
1228
|
-
"After",
|
|
1229
|
-
"Before"
|
|
1230
|
-
]
|
|
1231
|
-
},
|
|
1232
|
-
"text": {
|
|
1233
|
-
"type": "string",
|
|
1234
|
-
"description": "The text that will be displayed for this action group",
|
|
1699
|
+
"description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
|
|
1235
1700
|
"artifactType": "XMLProperty",
|
|
1236
1701
|
"metadata": {
|
|
1237
1702
|
"type": "Property"
|
|
1238
1703
|
}
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"additionalProperties": false,
|
|
1242
|
-
"metadata": {
|
|
1243
|
-
"path": [],
|
|
1244
|
-
"type": "Control"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"sap.fe.macros.FieldFormatOptions": {
|
|
1248
|
-
"description": "Additional format options for the field.",
|
|
1249
|
-
"isViewNode": true,
|
|
1250
|
-
"type": "object",
|
|
1251
|
-
"properties": {
|
|
1252
|
-
"displayMode": {
|
|
1253
|
-
"type": "string",
|
|
1254
|
-
"description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
|
|
1255
|
-
"artifactType": "XMLProperty",
|
|
1256
|
-
"metadata": {
|
|
1257
|
-
"type": "Property"
|
|
1258
|
-
},
|
|
1259
|
-
"enum": [
|
|
1260
|
-
"Description",
|
|
1261
|
-
"DescriptionValue",
|
|
1262
|
-
"Value",
|
|
1263
|
-
"ValueDescription"
|
|
1264
|
-
]
|
|
1265
|
-
},
|
|
1266
|
-
"measureDisplayMode": {
|
|
1267
|
-
"type": "string",
|
|
1268
|
-
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
1269
|
-
"artifactType": "XMLProperty",
|
|
1270
|
-
"metadata": {
|
|
1271
|
-
"type": "Property"
|
|
1272
|
-
},
|
|
1273
|
-
"enum": [
|
|
1274
|
-
"Hidden",
|
|
1275
|
-
"ReadOnly"
|
|
1276
|
-
]
|
|
1277
1704
|
},
|
|
1278
1705
|
"showDate": {
|
|
1279
1706
|
"type": "boolean",
|
|
@@ -1350,266 +1777,11 @@
|
|
|
1350
1777
|
"type": "Control"
|
|
1351
1778
|
}
|
|
1352
1779
|
},
|
|
1353
|
-
"sap.fe.macros.
|
|
1354
|
-
"description": "
|
|
1355
|
-
"isViewNode": true,
|
|
1356
|
-
"type": "object",
|
|
1357
|
-
"properties": {
|
|
1358
|
-
"anchor": {
|
|
1359
|
-
"type": "string",
|
|
1360
|
-
"description": "Reference to the key of another filter already displayed in the table to properly place this one",
|
|
1361
|
-
"artifactType": "XMLProperty",
|
|
1362
|
-
"metadata": {
|
|
1363
|
-
"type": "Property"
|
|
1364
|
-
}
|
|
1365
|
-
},
|
|
1366
|
-
"key": {
|
|
1367
|
-
"type": "string",
|
|
1368
|
-
"description": "The property name of the FilterField",
|
|
1369
|
-
"artifactType": "XMLProperty",
|
|
1370
|
-
"metadata": {
|
|
1371
|
-
"type": "Property"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
"label": {
|
|
1375
|
-
"type": "string",
|
|
1376
|
-
"description": "The text that will be displayed for this FilterField",
|
|
1377
|
-
"artifactType": "XMLProperty",
|
|
1378
|
-
"metadata": {
|
|
1379
|
-
"type": "Property"
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
"placement": {
|
|
1383
|
-
"type": "string",
|
|
1384
|
-
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1385
|
-
"artifactType": "XMLProperty",
|
|
1386
|
-
"metadata": {
|
|
1387
|
-
"type": "Property"
|
|
1388
|
-
},
|
|
1389
|
-
"enum": [
|
|
1390
|
-
"After",
|
|
1391
|
-
"Before"
|
|
1392
|
-
]
|
|
1393
|
-
},
|
|
1394
|
-
"showMessages": {
|
|
1395
|
-
"type": "boolean",
|
|
1396
|
-
"description": "If set, possible errors that occur during the search will be displayed in a message box.",
|
|
1397
|
-
"artifactType": "XMLProperty",
|
|
1398
|
-
"metadata": {
|
|
1399
|
-
"type": "Property"
|
|
1400
|
-
}
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
"additionalProperties": false,
|
|
1404
|
-
"metadata": {
|
|
1405
|
-
"path": [],
|
|
1406
|
-
"type": "Control"
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"sap.fe.macros.table.Action": {
|
|
1410
|
-
"description": "Definition of a custom action to be used inside the table toolbar",
|
|
1411
|
-
"isViewNode": true,
|
|
1412
|
-
"type": "object",
|
|
1413
|
-
"properties": {
|
|
1414
|
-
"anchor": {
|
|
1415
|
-
"type": "string",
|
|
1416
|
-
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
1417
|
-
"artifactType": "XMLProperty",
|
|
1418
|
-
"metadata": {
|
|
1419
|
-
"type": "Property"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
"enabled": {
|
|
1423
|
-
"type": "boolean",
|
|
1424
|
-
"description": "Enables or disables the action",
|
|
1425
|
-
"artifactType": "XMLProperty",
|
|
1426
|
-
"metadata": {
|
|
1427
|
-
"type": "Property"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
"key": {
|
|
1431
|
-
"type": "string",
|
|
1432
|
-
"description": "Unique identifier of the action",
|
|
1433
|
-
"artifactType": "XMLProperty",
|
|
1434
|
-
"metadata": {
|
|
1435
|
-
"type": "Property"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
"placement": {
|
|
1439
|
-
"type": "string",
|
|
1440
|
-
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1441
|
-
"artifactType": "XMLProperty",
|
|
1442
|
-
"metadata": {
|
|
1443
|
-
"type": "Property"
|
|
1444
|
-
},
|
|
1445
|
-
"enum": [
|
|
1446
|
-
"After",
|
|
1447
|
-
"Before"
|
|
1448
|
-
]
|
|
1449
|
-
},
|
|
1450
|
-
"press": {
|
|
1451
|
-
"type": "string",
|
|
1452
|
-
"description": "Event handler to be called when the user chooses the action",
|
|
1453
|
-
"artifactType": "XMLProperty",
|
|
1454
|
-
"metadata": {
|
|
1455
|
-
"type": "Property"
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
"requiresSelection": {
|
|
1459
|
-
"type": "boolean",
|
|
1460
|
-
"description": "Defines if the action requires a selection.",
|
|
1461
|
-
"artifactType": "XMLProperty",
|
|
1462
|
-
"metadata": {
|
|
1463
|
-
"type": "Property"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
"text": {
|
|
1467
|
-
"type": "string",
|
|
1468
|
-
"description": "The text that will be displayed for this action",
|
|
1469
|
-
"artifactType": "XMLProperty",
|
|
1470
|
-
"metadata": {
|
|
1471
|
-
"type": "Property"
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
|
-
"additionalProperties": false,
|
|
1476
|
-
"metadata": {
|
|
1477
|
-
"path": [],
|
|
1478
|
-
"type": "Control"
|
|
1479
|
-
}
|
|
1480
|
-
},
|
|
1481
|
-
"sap.fe.macros.table.ActionGroup": {
|
|
1482
|
-
"description": "Definition of a custom ActionGroup to be used inside the table toolbar",
|
|
1483
|
-
"isViewNode": true,
|
|
1484
|
-
"type": "object",
|
|
1485
|
-
"properties": {
|
|
1486
|
-
"actions": {
|
|
1487
|
-
"$ref": "#/definitions/sap.fe.macros.table.Action[]",
|
|
1488
|
-
"description": "actions",
|
|
1489
|
-
"artifactType": "XMLProperty",
|
|
1490
|
-
"isViewNode": true,
|
|
1491
|
-
"metadata": {
|
|
1492
|
-
"type": "Property"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
"anchor": {
|
|
1496
|
-
"type": "string",
|
|
1497
|
-
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
1498
|
-
"artifactType": "XMLProperty",
|
|
1499
|
-
"metadata": {
|
|
1500
|
-
"type": "Property"
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
|
-
"key": {
|
|
1504
|
-
"type": "string",
|
|
1505
|
-
"description": "Unique identifier of the ActionGroup",
|
|
1506
|
-
"artifactType": "XMLProperty",
|
|
1507
|
-
"metadata": {
|
|
1508
|
-
"type": "Property"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
"placement": {
|
|
1512
|
-
"type": "string",
|
|
1513
|
-
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1514
|
-
"artifactType": "XMLProperty",
|
|
1515
|
-
"metadata": {
|
|
1516
|
-
"type": "Property"
|
|
1517
|
-
},
|
|
1518
|
-
"enum": [
|
|
1519
|
-
"After",
|
|
1520
|
-
"Before"
|
|
1521
|
-
]
|
|
1522
|
-
},
|
|
1523
|
-
"text": {
|
|
1524
|
-
"type": "string",
|
|
1525
|
-
"description": "The text that will be displayed for this action group",
|
|
1526
|
-
"artifactType": "XMLProperty",
|
|
1527
|
-
"metadata": {
|
|
1528
|
-
"type": "Property"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
"additionalProperties": false,
|
|
1533
|
-
"metadata": {
|
|
1534
|
-
"path": [],
|
|
1535
|
-
"type": "Control"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
"sap.fe.macros.table.Column": {
|
|
1539
|
-
"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",
|
|
1780
|
+
"sap.fe.macros.share.ShareOptions": {
|
|
1781
|
+
"description": "Share Options.",
|
|
1540
1782
|
"isViewNode": true,
|
|
1541
1783
|
"type": "object",
|
|
1542
|
-
"properties": {
|
|
1543
|
-
"anchor": {
|
|
1544
|
-
"type": "string",
|
|
1545
|
-
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
1546
|
-
"artifactType": "XMLProperty",
|
|
1547
|
-
"metadata": {
|
|
1548
|
-
"type": "Property"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
"header": {
|
|
1552
|
-
"type": "string",
|
|
1553
|
-
"description": "The text that will be displayed for this column header",
|
|
1554
|
-
"artifactType": "XMLProperty",
|
|
1555
|
-
"metadata": {
|
|
1556
|
-
"type": "Property"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
"horizontalAlign": {
|
|
1560
|
-
"$ref": "#/definitions/sap.fe.core.converters.ManifestSettings.HorizontalAlign",
|
|
1561
|
-
"description": "horizontalAlign",
|
|
1562
|
-
"artifactType": "XMLProperty",
|
|
1563
|
-
"isViewNode": true,
|
|
1564
|
-
"metadata": {
|
|
1565
|
-
"type": "Property"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
"importance": {
|
|
1569
|
-
"type": "string",
|
|
1570
|
-
"description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
1571
|
-
"artifactType": "XMLProperty",
|
|
1572
|
-
"metadata": {
|
|
1573
|
-
"type": "Property"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"key": {
|
|
1577
|
-
"type": "string",
|
|
1578
|
-
"description": "Unique identifier of the column",
|
|
1579
|
-
"artifactType": "XMLProperty",
|
|
1580
|
-
"metadata": {
|
|
1581
|
-
"type": "Property"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"placement": {
|
|
1585
|
-
"type": "string",
|
|
1586
|
-
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
1587
|
-
"artifactType": "XMLProperty",
|
|
1588
|
-
"metadata": {
|
|
1589
|
-
"type": "Property"
|
|
1590
|
-
},
|
|
1591
|
-
"enum": [
|
|
1592
|
-
"After",
|
|
1593
|
-
"Before"
|
|
1594
|
-
]
|
|
1595
|
-
},
|
|
1596
|
-
"width": {
|
|
1597
|
-
"type": "string",
|
|
1598
|
-
"description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
|
|
1599
|
-
"artifactType": "XMLProperty",
|
|
1600
|
-
"metadata": {
|
|
1601
|
-
"type": "Property"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
"widthIncludingColumnHeader": {
|
|
1605
|
-
"type": "boolean",
|
|
1606
|
-
"description": "Indicates if the column header should be a part of the width calculation.",
|
|
1607
|
-
"artifactType": "XMLProperty",
|
|
1608
|
-
"metadata": {
|
|
1609
|
-
"type": "Property"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1784
|
+
"properties": {},
|
|
1613
1785
|
"additionalProperties": false,
|
|
1614
1786
|
"metadata": {
|
|
1615
1787
|
"path": [],
|