@sap/ux-specification 1.71.37 → 1.71.41
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 +101 -3
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +394 -44
- package/dist/schemas/v2/ListReportConfig.json +257 -78
- package/dist/schemas/v2/ObjectPageConfig.json +220 -66
- package/dist/schemas/v2/OverviewPageConfig.json +80 -38
- package/dist/scripts/extractDocu.d.ts +1 -0
- package/dist/scripts/extractDocu.js +311 -0
- package/dist/scripts/extractDocu.js.map +1 -0
- package/dist/scripts/spec.d.ts +1 -0
- package/dist/scripts/spec.js +114 -0
- package/dist/scripts/spec.js.map +1 -0
- package/dist/scripts/to-json-schema.d.ts +10 -0
- package/dist/scripts/to-json-schema.js +109 -0
- package/dist/scripts/to-json-schema.js.map +1 -0
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/api.js +2 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +2 -1
- package/dist/src/extensionLogger.js +6 -0
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/specification/common/types.d.ts +4 -0
- package/dist/src/specification/common/types.js +5 -0
- package/dist/src/specification/common/types.js.map +1 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +7 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js +8 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
- package/dist/src/specification/v2/controls/Card.d.ts +4 -0
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +15 -0
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +9 -0
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +19 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +1 -0
- package/dist/src/specification/v2/controls/Table.d.ts +54 -5
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +19 -0
- package/dist/src/specification/v2/controls/ToolBar.js +3 -0
- package/dist/src/specification/v2/controls/ToolBar.js.map +1 -0
- package/dist/src/specification/v2/controls/index.d.ts +2 -0
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -2
- package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +3 -1
- package/dist/src/sync/common/appProvider.js +2 -1
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.js +7 -4
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/flexUtils.d.ts +3 -2
- package/dist/src/sync/common/flexUtils.js +4 -1
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +3 -1
- package/dist/src/sync/common/importProject.js +9 -7
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +20 -4
- package/dist/src/sync/common/types.js +20 -4
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +64 -20
- package/dist/src/sync/common/utils.js +216 -90
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.js +7 -6
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -5
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/Card.js +7 -0
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +3 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +36 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +11 -2
- package/dist/src/sync/v2/export/controls/Table.js +39 -6
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -2
- package/dist/src/sync/v2/export/export.js +15 -13
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +59 -16
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +5 -2
- package/dist/src/sync/v2/generate/generate.js +8 -5
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +6 -2
- package/dist/src/sync/v2/generate/listReport.js +60 -23
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +74 -52
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +19 -2
- package/dist/src/sync/v2/generate/utils.js +134 -55
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +3 -2
- package/dist/src/sync/v2/import/app/appProvider.js +10 -9
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +6 -6
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +1 -0
- package/dist/src/sync/v2/import/common/index.js +11 -7
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +10 -0
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +24 -13
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +10 -0
- package/dist/src/sync/v2/import/pages/listReport.js +24 -14
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +15 -13
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +5 -3
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +0 -12
- package/dist/src/sync/v2/import/utils.js +0 -35
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/test/test-utils/utils.d.ts +0 -1
- package/package.json +8 -8
|
@@ -3,19 +3,23 @@
|
|
|
3
3
|
"properties": {
|
|
4
4
|
"showConfirmationOnDraftActivate": {
|
|
5
5
|
"description": "Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings.",
|
|
6
|
-
"type": "boolean"
|
|
6
|
+
"type": "boolean",
|
|
7
|
+
"artifactType": "Manifest"
|
|
7
8
|
},
|
|
8
9
|
"hideChevronForUnauthorizedExtNav": {
|
|
9
10
|
"description": "If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate.",
|
|
10
|
-
"type": "boolean"
|
|
11
|
+
"type": "boolean",
|
|
12
|
+
"artifactType": "Manifest"
|
|
11
13
|
},
|
|
12
14
|
"allowDeepLinking": {
|
|
13
15
|
"description": "allowDeepLinking restricts deep linking to certain object page levels.",
|
|
14
|
-
"type": "boolean"
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"artifactType": "Manifest"
|
|
15
18
|
},
|
|
16
19
|
"navToListOnSave": {
|
|
17
20
|
"description": "If you set navToListOnSave to true, the application will navigate back to the list on a save.",
|
|
18
|
-
"type": "boolean"
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"artifactType": "Manifest"
|
|
19
23
|
},
|
|
20
24
|
"header": {
|
|
21
25
|
"$ref": "#/definitions/ObjectPageHeader<GenericActions>"
|
|
@@ -46,19 +50,32 @@
|
|
|
46
50
|
"properties": {
|
|
47
51
|
"showRelatedApps": {
|
|
48
52
|
"description": "Set showRelatedApps to true to show the navigation button for related apps.",
|
|
49
|
-
"type": "boolean"
|
|
53
|
+
"type": "boolean",
|
|
54
|
+
"artifactType": "Manifest"
|
|
50
55
|
},
|
|
51
56
|
"editableHeaderContent": {
|
|
52
57
|
"description": "Set editableHeaderContent to true to make the header fields editable.",
|
|
53
|
-
"type": "boolean"
|
|
58
|
+
"type": "boolean",
|
|
59
|
+
"artifactType": "Manifest"
|
|
54
60
|
},
|
|
55
61
|
"simpleHeaderFacets": {
|
|
56
62
|
"description": "Set simpleHeaderFacets to true to use simpler header facets.",
|
|
57
|
-
"type": "boolean"
|
|
63
|
+
"type": "boolean",
|
|
64
|
+
"artifactType": "Manifest"
|
|
58
65
|
},
|
|
59
66
|
"displayShape": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
67
|
+
"pattern": "^(Circle|Square)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
68
|
+
"anyOf": [
|
|
69
|
+
{
|
|
70
|
+
"$ref": "#/definitions/AvatarShape"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "string"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"description": "With displayShape you can define the shape of the avatar.",
|
|
77
|
+
"artifactType": "FlexChange",
|
|
78
|
+
"controlType": "sap.f.Avatar"
|
|
62
79
|
},
|
|
63
80
|
"actions": {
|
|
64
81
|
"$ref": "#/definitions/GenericActions",
|
|
@@ -86,12 +103,22 @@
|
|
|
86
103
|
"type": "object",
|
|
87
104
|
"properties": {
|
|
88
105
|
"visible": {
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
106
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
107
|
+
"anyOf": [
|
|
108
|
+
{
|
|
109
|
+
"enum": [
|
|
110
|
+
false,
|
|
111
|
+
true,
|
|
112
|
+
"{= !${ui>/editable}}",
|
|
113
|
+
"{ui>/editable}"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "string"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"artifactType": "FlexChange",
|
|
121
|
+
"controlType": "sap.m.Button"
|
|
95
122
|
}
|
|
96
123
|
},
|
|
97
124
|
"additionalProperties": false
|
|
@@ -103,19 +130,27 @@
|
|
|
103
130
|
"properties": {
|
|
104
131
|
"showHeaderContent": {
|
|
105
132
|
"description": "showHeaderContent determines the visibility of the Header content.",
|
|
106
|
-
"type": "boolean"
|
|
133
|
+
"type": "boolean",
|
|
134
|
+
"artifactType": "FlexChange",
|
|
135
|
+
"controlType": "sap.uxap.ObjectPageLayout"
|
|
107
136
|
},
|
|
108
137
|
"showAnchorBar": {
|
|
109
138
|
"description": "showAnchorBar determines whether the navigation bar (anchor bar) is displayed.",
|
|
110
|
-
"type": "boolean"
|
|
139
|
+
"type": "boolean",
|
|
140
|
+
"artifactType": "FlexChange",
|
|
141
|
+
"controlType": "sap.uxap.ObjectPageLayout"
|
|
111
142
|
},
|
|
112
143
|
"useIconTabBar": {
|
|
113
144
|
"description": "useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
|
|
114
|
-
"type": "boolean"
|
|
145
|
+
"type": "boolean",
|
|
146
|
+
"artifactType": "FlexChange",
|
|
147
|
+
"controlType": "sap.uxap.ObjectPageLayout"
|
|
115
148
|
},
|
|
116
149
|
"alwaysShowContentHeader": {
|
|
117
150
|
"description": "alwaysShowContentHeader determines whether header content will always be expanded on desktop.",
|
|
118
|
-
"type": "boolean"
|
|
151
|
+
"type": "boolean",
|
|
152
|
+
"artifactType": "FlexChange",
|
|
153
|
+
"controlType": "sap.uxap.ObjectPageLayout"
|
|
119
154
|
}
|
|
120
155
|
},
|
|
121
156
|
"additionalProperties": false
|
|
@@ -159,53 +194,86 @@
|
|
|
159
194
|
"type": "string",
|
|
160
195
|
"enum": [
|
|
161
196
|
"ResponsiveTable"
|
|
162
|
-
]
|
|
197
|
+
],
|
|
198
|
+
"artifactType": "Manifest"
|
|
163
199
|
},
|
|
164
200
|
"includeItemInSelection": {
|
|
165
201
|
"description": "Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.",
|
|
166
|
-
"type": "boolean"
|
|
202
|
+
"type": "boolean",
|
|
203
|
+
"artifactType": "FlexChange",
|
|
204
|
+
"controlType": "sap.m.Table"
|
|
167
205
|
},
|
|
168
206
|
"popinLayout": {
|
|
169
|
-
"
|
|
170
|
-
"
|
|
207
|
+
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
208
|
+
"anyOf": [
|
|
209
|
+
{
|
|
210
|
+
"$ref": "#/definitions/PopinLayout"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "string"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"description": "popinLayout defines the layout in which the table pop-in rows shall be rendered.",
|
|
217
|
+
"artifactType": "FlexChange",
|
|
218
|
+
"controlType": "sap.m.Table"
|
|
219
|
+
},
|
|
220
|
+
"growingThreshold": {
|
|
221
|
+
"description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
222
|
+
"type": "number",
|
|
223
|
+
"artifactType": "FlexChange",
|
|
224
|
+
"controlType": "sap.m.Table"
|
|
171
225
|
},
|
|
172
226
|
"editable": {
|
|
173
227
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
174
|
-
"type": "boolean"
|
|
228
|
+
"type": "boolean",
|
|
229
|
+
"artifactType": "FlexChange",
|
|
230
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
175
231
|
},
|
|
176
232
|
"multiSelect": {
|
|
177
233
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
178
|
-
"type": "boolean"
|
|
234
|
+
"type": "boolean",
|
|
235
|
+
"artifactType": "Manifest"
|
|
179
236
|
},
|
|
180
237
|
"selectAll": {
|
|
181
238
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
182
|
-
"type": "boolean"
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"artifactType": "Manifest"
|
|
183
241
|
},
|
|
184
242
|
"selectionLimit": {
|
|
185
243
|
"description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
|
|
186
|
-
"type": "number"
|
|
244
|
+
"type": "number",
|
|
245
|
+
"artifactType": "Manifest"
|
|
187
246
|
},
|
|
188
247
|
"quickVariantSelection": {
|
|
189
248
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
190
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
|
|
249
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
250
|
+
"artifactType": "Manifest"
|
|
191
251
|
},
|
|
192
252
|
"useExportToExcel": {
|
|
193
253
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
194
|
-
"type": "boolean"
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"artifactType": "FlexChange",
|
|
256
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
195
257
|
},
|
|
196
258
|
"createMode": {
|
|
197
259
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
198
260
|
"type": "string",
|
|
199
261
|
"enum": [
|
|
200
262
|
"inline"
|
|
201
|
-
]
|
|
263
|
+
],
|
|
264
|
+
"artifactType": "Manifest"
|
|
202
265
|
},
|
|
203
266
|
"disableDefaultInlineCreateSort": {
|
|
204
267
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
205
|
-
"type": "boolean"
|
|
268
|
+
"type": "boolean",
|
|
269
|
+
"artifactType": "Manifest"
|
|
206
270
|
},
|
|
207
271
|
"columns": {
|
|
208
272
|
"$ref": "#/definitions/GenericColumns"
|
|
273
|
+
},
|
|
274
|
+
"toolBar": {
|
|
275
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
276
|
+
"description": "Tool Bar"
|
|
209
277
|
}
|
|
210
278
|
},
|
|
211
279
|
"additionalProperties": false
|
|
@@ -223,7 +291,8 @@
|
|
|
223
291
|
"properties": {
|
|
224
292
|
"showCounts": {
|
|
225
293
|
"description": "To show the number of records available, set showCounts to true.",
|
|
226
|
-
"type": "boolean"
|
|
294
|
+
"type": "boolean",
|
|
295
|
+
"artifactType": "Manifest"
|
|
227
296
|
},
|
|
228
297
|
"variants": {
|
|
229
298
|
"description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
|
|
@@ -233,7 +302,8 @@
|
|
|
233
302
|
"^[0-9]+$": {
|
|
234
303
|
"$ref": "#/definitions/QuickVariant"
|
|
235
304
|
}
|
|
236
|
-
}
|
|
305
|
+
},
|
|
306
|
+
"artifactType": "Manifest"
|
|
237
307
|
}
|
|
238
308
|
},
|
|
239
309
|
"additionalProperties": false,
|
|
@@ -284,11 +354,23 @@
|
|
|
284
354
|
"properties": {
|
|
285
355
|
"width": {
|
|
286
356
|
"description": "The width property defines the width of the column.",
|
|
287
|
-
"type": "string"
|
|
357
|
+
"type": "string",
|
|
358
|
+
"artifactType": "FlexChange",
|
|
359
|
+
"controlType": "sap.m.Column"
|
|
288
360
|
},
|
|
289
361
|
"hAlign": {
|
|
290
|
-
"
|
|
291
|
-
"
|
|
362
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
363
|
+
"anyOf": [
|
|
364
|
+
{
|
|
365
|
+
"$ref": "#/definitions/HAlign"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "string"
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
372
|
+
"artifactType": "FlexChange",
|
|
373
|
+
"controlType": "sap.m.Column"
|
|
292
374
|
}
|
|
293
375
|
},
|
|
294
376
|
"additionalProperties": false
|
|
@@ -371,6 +453,30 @@
|
|
|
371
453
|
],
|
|
372
454
|
"type": "string"
|
|
373
455
|
},
|
|
456
|
+
"ObjectPageToolBar": {
|
|
457
|
+
"description": "Toolbar",
|
|
458
|
+
"isViewNode": true,
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {
|
|
461
|
+
"actions": {
|
|
462
|
+
"$ref": "#/definitions/ObjectPageToolBarActions"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"additionalProperties": false,
|
|
466
|
+
"required": [
|
|
467
|
+
"actions"
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
"ObjectPageToolBarActions": {
|
|
471
|
+
"description": "Actions",
|
|
472
|
+
"isViewNode": true,
|
|
473
|
+
"type": "object",
|
|
474
|
+
"additionalProperties": {
|
|
475
|
+
"type": "object",
|
|
476
|
+
"properties": {},
|
|
477
|
+
"additionalProperties": true
|
|
478
|
+
}
|
|
479
|
+
},
|
|
374
480
|
"ObjectPageAnalyticalTable": {
|
|
375
481
|
"description": "Table",
|
|
376
482
|
"isViewNode": true,
|
|
@@ -382,49 +488,65 @@
|
|
|
382
488
|
"type": "string",
|
|
383
489
|
"enum": [
|
|
384
490
|
"AnalyticalTable"
|
|
385
|
-
]
|
|
491
|
+
],
|
|
492
|
+
"artifactType": "Manifest"
|
|
386
493
|
},
|
|
387
494
|
"condensedTableLayout": {
|
|
388
495
|
"description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
|
|
389
|
-
"type": "boolean"
|
|
496
|
+
"type": "boolean",
|
|
497
|
+
"artifactType": "Manifest"
|
|
390
498
|
},
|
|
391
499
|
"editable": {
|
|
392
500
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
393
|
-
"type": "boolean"
|
|
501
|
+
"type": "boolean",
|
|
502
|
+
"artifactType": "FlexChange",
|
|
503
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
394
504
|
},
|
|
395
505
|
"multiSelect": {
|
|
396
506
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
397
|
-
"type": "boolean"
|
|
507
|
+
"type": "boolean",
|
|
508
|
+
"artifactType": "Manifest"
|
|
398
509
|
},
|
|
399
510
|
"selectAll": {
|
|
400
511
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
401
|
-
"type": "boolean"
|
|
512
|
+
"type": "boolean",
|
|
513
|
+
"artifactType": "Manifest"
|
|
402
514
|
},
|
|
403
515
|
"selectionLimit": {
|
|
404
516
|
"description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
|
|
405
|
-
"type": "number"
|
|
517
|
+
"type": "number",
|
|
518
|
+
"artifactType": "Manifest"
|
|
406
519
|
},
|
|
407
520
|
"quickVariantSelection": {
|
|
408
521
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
409
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
|
|
522
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
523
|
+
"artifactType": "Manifest"
|
|
410
524
|
},
|
|
411
525
|
"useExportToExcel": {
|
|
412
526
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
413
|
-
"type": "boolean"
|
|
527
|
+
"type": "boolean",
|
|
528
|
+
"artifactType": "FlexChange",
|
|
529
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
414
530
|
},
|
|
415
531
|
"createMode": {
|
|
416
532
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
417
533
|
"type": "string",
|
|
418
534
|
"enum": [
|
|
419
535
|
"inline"
|
|
420
|
-
]
|
|
536
|
+
],
|
|
537
|
+
"artifactType": "Manifest"
|
|
421
538
|
},
|
|
422
539
|
"disableDefaultInlineCreateSort": {
|
|
423
540
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
424
|
-
"type": "boolean"
|
|
541
|
+
"type": "boolean",
|
|
542
|
+
"artifactType": "Manifest"
|
|
425
543
|
},
|
|
426
544
|
"columns": {
|
|
427
545
|
"$ref": "#/definitions/GenericColumns"
|
|
546
|
+
},
|
|
547
|
+
"toolBar": {
|
|
548
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
549
|
+
"description": "Tool Bar"
|
|
428
550
|
}
|
|
429
551
|
},
|
|
430
552
|
"additionalProperties": false
|
|
@@ -440,49 +562,65 @@
|
|
|
440
562
|
"type": "string",
|
|
441
563
|
"enum": [
|
|
442
564
|
"GridTable"
|
|
443
|
-
]
|
|
565
|
+
],
|
|
566
|
+
"artifactType": "Manifest"
|
|
444
567
|
},
|
|
445
568
|
"condensedTableLayout": {
|
|
446
569
|
"description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
|
|
447
|
-
"type": "boolean"
|
|
570
|
+
"type": "boolean",
|
|
571
|
+
"artifactType": "Manifest"
|
|
448
572
|
},
|
|
449
573
|
"editable": {
|
|
450
574
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
451
|
-
"type": "boolean"
|
|
575
|
+
"type": "boolean",
|
|
576
|
+
"artifactType": "FlexChange",
|
|
577
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
452
578
|
},
|
|
453
579
|
"multiSelect": {
|
|
454
580
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
455
|
-
"type": "boolean"
|
|
581
|
+
"type": "boolean",
|
|
582
|
+
"artifactType": "Manifest"
|
|
456
583
|
},
|
|
457
584
|
"selectAll": {
|
|
458
585
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
459
|
-
"type": "boolean"
|
|
586
|
+
"type": "boolean",
|
|
587
|
+
"artifactType": "Manifest"
|
|
460
588
|
},
|
|
461
589
|
"selectionLimit": {
|
|
462
590
|
"description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
|
|
463
|
-
"type": "number"
|
|
591
|
+
"type": "number",
|
|
592
|
+
"artifactType": "Manifest"
|
|
464
593
|
},
|
|
465
594
|
"quickVariantSelection": {
|
|
466
595
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
467
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
|
|
596
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
597
|
+
"artifactType": "Manifest"
|
|
468
598
|
},
|
|
469
599
|
"useExportToExcel": {
|
|
470
600
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
471
|
-
"type": "boolean"
|
|
601
|
+
"type": "boolean",
|
|
602
|
+
"artifactType": "FlexChange",
|
|
603
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
472
604
|
},
|
|
473
605
|
"createMode": {
|
|
474
606
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
475
607
|
"type": "string",
|
|
476
608
|
"enum": [
|
|
477
609
|
"inline"
|
|
478
|
-
]
|
|
610
|
+
],
|
|
611
|
+
"artifactType": "Manifest"
|
|
479
612
|
},
|
|
480
613
|
"disableDefaultInlineCreateSort": {
|
|
481
614
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
482
|
-
"type": "boolean"
|
|
615
|
+
"type": "boolean",
|
|
616
|
+
"artifactType": "Manifest"
|
|
483
617
|
},
|
|
484
618
|
"columns": {
|
|
485
619
|
"$ref": "#/definitions/GenericColumns"
|
|
620
|
+
},
|
|
621
|
+
"toolBar": {
|
|
622
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
623
|
+
"description": "Tool Bar"
|
|
486
624
|
}
|
|
487
625
|
},
|
|
488
626
|
"additionalProperties": false
|
|
@@ -498,49 +636,65 @@
|
|
|
498
636
|
"type": "string",
|
|
499
637
|
"enum": [
|
|
500
638
|
"TreeTable"
|
|
501
|
-
]
|
|
639
|
+
],
|
|
640
|
+
"artifactType": "Manifest"
|
|
502
641
|
},
|
|
503
642
|
"condensedTableLayout": {
|
|
504
643
|
"description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
|
|
505
|
-
"type": "boolean"
|
|
644
|
+
"type": "boolean",
|
|
645
|
+
"artifactType": "Manifest"
|
|
506
646
|
},
|
|
507
647
|
"editable": {
|
|
508
648
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
509
|
-
"type": "boolean"
|
|
649
|
+
"type": "boolean",
|
|
650
|
+
"artifactType": "FlexChange",
|
|
651
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
510
652
|
},
|
|
511
653
|
"multiSelect": {
|
|
512
654
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
513
|
-
"type": "boolean"
|
|
655
|
+
"type": "boolean",
|
|
656
|
+
"artifactType": "Manifest"
|
|
514
657
|
},
|
|
515
658
|
"selectAll": {
|
|
516
659
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
517
|
-
"type": "boolean"
|
|
660
|
+
"type": "boolean",
|
|
661
|
+
"artifactType": "Manifest"
|
|
518
662
|
},
|
|
519
663
|
"selectionLimit": {
|
|
520
664
|
"description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
|
|
521
|
-
"type": "number"
|
|
665
|
+
"type": "number",
|
|
666
|
+
"artifactType": "Manifest"
|
|
522
667
|
},
|
|
523
668
|
"quickVariantSelection": {
|
|
524
669
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
525
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
|
|
670
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
671
|
+
"artifactType": "Manifest"
|
|
526
672
|
},
|
|
527
673
|
"useExportToExcel": {
|
|
528
674
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
529
|
-
"type": "boolean"
|
|
675
|
+
"type": "boolean",
|
|
676
|
+
"artifactType": "FlexChange",
|
|
677
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
530
678
|
},
|
|
531
679
|
"createMode": {
|
|
532
680
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
533
681
|
"type": "string",
|
|
534
682
|
"enum": [
|
|
535
683
|
"inline"
|
|
536
|
-
]
|
|
684
|
+
],
|
|
685
|
+
"artifactType": "Manifest"
|
|
537
686
|
},
|
|
538
687
|
"disableDefaultInlineCreateSort": {
|
|
539
688
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
540
|
-
"type": "boolean"
|
|
689
|
+
"type": "boolean",
|
|
690
|
+
"artifactType": "Manifest"
|
|
541
691
|
},
|
|
542
692
|
"columns": {
|
|
543
693
|
"$ref": "#/definitions/GenericColumns"
|
|
694
|
+
},
|
|
695
|
+
"toolBar": {
|
|
696
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
697
|
+
"description": "Tool Bar"
|
|
544
698
|
}
|
|
545
699
|
},
|
|
546
700
|
"additionalProperties": false
|