@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,7 +3,9 @@
|
|
|
3
3
|
"properties": {
|
|
4
4
|
"fitContent": {
|
|
5
5
|
"description": "Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.",
|
|
6
|
-
"type": "boolean"
|
|
6
|
+
"type": "boolean",
|
|
7
|
+
"artifactType": "FlexChange",
|
|
8
|
+
"controlType": "sap.f.DynamicPage"
|
|
7
9
|
},
|
|
8
10
|
"table": {
|
|
9
11
|
"anyOf": [
|
|
@@ -39,70 +41,111 @@
|
|
|
39
41
|
"type": "string",
|
|
40
42
|
"enum": [
|
|
41
43
|
"ResponsiveTable"
|
|
42
|
-
]
|
|
44
|
+
],
|
|
45
|
+
"artifactType": "Manifest"
|
|
43
46
|
},
|
|
44
47
|
"includeItemInSelection": {
|
|
45
48
|
"description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
|
|
46
|
-
"type": "boolean"
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"artifactType": "FlexChange",
|
|
51
|
+
"controlType": "sap.m.Table"
|
|
47
52
|
},
|
|
48
53
|
"popinLayout": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
54
|
+
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
55
|
+
"anyOf": [
|
|
56
|
+
{
|
|
57
|
+
"$ref": "#/definitions/PopinLayout"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "string"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
|
|
64
|
+
"artifactType": "FlexChange",
|
|
65
|
+
"controlType": "sap.m.Table"
|
|
51
66
|
},
|
|
52
67
|
"createWithFilters": {
|
|
53
68
|
"$ref": "#/definitions/CreateWithFilters",
|
|
54
|
-
"description": "createWithFilters adds a new create action that uses the filter settings as input."
|
|
69
|
+
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
70
|
+
"artifactType": "Manifest"
|
|
55
71
|
},
|
|
56
72
|
"showDraftToggle": {
|
|
57
73
|
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
58
|
-
"type": "boolean"
|
|
74
|
+
"type": "boolean",
|
|
75
|
+
"artifactType": "Manifest"
|
|
76
|
+
},
|
|
77
|
+
"growingThreshold": {
|
|
78
|
+
"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.",
|
|
79
|
+
"type": "number",
|
|
80
|
+
"artifactType": "FlexChange",
|
|
81
|
+
"controlType": "sap.m.Table"
|
|
59
82
|
},
|
|
60
83
|
"multiSelect": {
|
|
61
84
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
62
|
-
"type": "boolean"
|
|
85
|
+
"type": "boolean",
|
|
86
|
+
"artifactType": "Manifest"
|
|
63
87
|
},
|
|
64
88
|
"selectAll": {
|
|
65
89
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
66
|
-
"type": "boolean"
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"artifactType": "Manifest"
|
|
67
92
|
},
|
|
68
93
|
"selectionLimit": {
|
|
69
94
|
"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.",
|
|
70
|
-
"type": "number"
|
|
95
|
+
"type": "number",
|
|
96
|
+
"artifactType": "Manifest"
|
|
71
97
|
},
|
|
72
98
|
"showTablePersonalisation": {
|
|
73
99
|
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
74
|
-
"type": "boolean"
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"artifactType": "FlexChange",
|
|
102
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
75
103
|
},
|
|
76
104
|
"useExportToExcel": {
|
|
77
105
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
78
|
-
"type": "boolean"
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"artifactType": "FlexChange",
|
|
108
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
79
109
|
},
|
|
80
110
|
"fitContainer": {
|
|
81
111
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
82
|
-
"type": "boolean"
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"artifactType": "FlexChange",
|
|
114
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
83
115
|
},
|
|
84
116
|
"quickVariantSelection": {
|
|
85
117
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
86
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
|
|
118
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
|
|
119
|
+
"artifactType": "Manifest"
|
|
87
120
|
},
|
|
88
121
|
"quickVariantSelectionX": {
|
|
89
122
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
90
|
-
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
|
|
123
|
+
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
|
|
124
|
+
"artifactType": "Manifest"
|
|
91
125
|
},
|
|
92
126
|
"enableAutoBinding": {
|
|
93
127
|
"description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
|
|
94
|
-
"type": "boolean"
|
|
128
|
+
"type": "boolean",
|
|
129
|
+
"artifactType": "FlexChange",
|
|
130
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
95
131
|
},
|
|
96
132
|
"condensedTableLayout": {
|
|
97
133
|
"description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
|
|
98
|
-
"type": "boolean"
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"artifactType": "Manifest"
|
|
99
136
|
},
|
|
100
137
|
"enableTableFilterInPageVariant": {
|
|
101
138
|
"description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
|
|
102
|
-
"type": "boolean"
|
|
139
|
+
"type": "boolean",
|
|
140
|
+
"artifactType": "Manifest"
|
|
141
|
+
},
|
|
142
|
+
"toolBar": {
|
|
143
|
+
"$ref": "#/definitions/ToolBar",
|
|
144
|
+
"description": "Tool Bar"
|
|
103
145
|
},
|
|
104
146
|
"columns": {
|
|
105
|
-
"$ref": "#/definitions/GenericColumns"
|
|
147
|
+
"$ref": "#/definitions/GenericColumns",
|
|
148
|
+
"description": "Columns"
|
|
106
149
|
}
|
|
107
150
|
},
|
|
108
151
|
"additionalProperties": false
|
|
@@ -123,7 +166,8 @@
|
|
|
123
166
|
"type": "string",
|
|
124
167
|
"enum": [
|
|
125
168
|
"extension"
|
|
126
|
-
]
|
|
169
|
+
],
|
|
170
|
+
"artifactType": "Manifest"
|
|
127
171
|
}
|
|
128
172
|
},
|
|
129
173
|
"additionalProperties": false,
|
|
@@ -136,7 +180,8 @@
|
|
|
136
180
|
"properties": {
|
|
137
181
|
"showCounts": {
|
|
138
182
|
"description": "To show the number of records available, set showCounts to true.",
|
|
139
|
-
"type": "boolean"
|
|
183
|
+
"type": "boolean",
|
|
184
|
+
"artifactType": "Manifest"
|
|
140
185
|
},
|
|
141
186
|
"variants": {
|
|
142
187
|
"description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
|
|
@@ -146,7 +191,8 @@
|
|
|
146
191
|
"^[0-9]+$": {
|
|
147
192
|
"$ref": "#/definitions/QuickVariant"
|
|
148
193
|
}
|
|
149
|
-
}
|
|
194
|
+
},
|
|
195
|
+
"artifactType": "Manifest"
|
|
150
196
|
}
|
|
151
197
|
},
|
|
152
198
|
"additionalProperties": false,
|
|
@@ -222,6 +268,30 @@
|
|
|
222
268
|
"key"
|
|
223
269
|
]
|
|
224
270
|
},
|
|
271
|
+
"ToolBar": {
|
|
272
|
+
"description": "Toolbar",
|
|
273
|
+
"isViewNode": true,
|
|
274
|
+
"type": "object",
|
|
275
|
+
"properties": {
|
|
276
|
+
"actions": {
|
|
277
|
+
"$ref": "#/definitions/Actions"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"additionalProperties": false,
|
|
281
|
+
"required": [
|
|
282
|
+
"actions"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"Actions": {
|
|
286
|
+
"description": "Actions",
|
|
287
|
+
"isViewNode": true,
|
|
288
|
+
"type": "object",
|
|
289
|
+
"additionalProperties": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"properties": {},
|
|
292
|
+
"additionalProperties": true
|
|
293
|
+
}
|
|
294
|
+
},
|
|
225
295
|
"GenericColumns": {
|
|
226
296
|
"type": "object",
|
|
227
297
|
"additionalProperties": {
|
|
@@ -247,11 +317,23 @@
|
|
|
247
317
|
"properties": {
|
|
248
318
|
"width": {
|
|
249
319
|
"description": "The width property defines the width of the column.",
|
|
250
|
-
"type": "string"
|
|
320
|
+
"type": "string",
|
|
321
|
+
"artifactType": "FlexChange",
|
|
322
|
+
"controlType": "sap.m.Column"
|
|
251
323
|
},
|
|
252
324
|
"hAlign": {
|
|
253
|
-
"
|
|
254
|
-
"
|
|
325
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
326
|
+
"anyOf": [
|
|
327
|
+
{
|
|
328
|
+
"$ref": "#/definitions/HAlign"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"type": "string"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
335
|
+
"artifactType": "FlexChange",
|
|
336
|
+
"controlType": "sap.m.Column"
|
|
255
337
|
}
|
|
256
338
|
},
|
|
257
339
|
"additionalProperties": false
|
|
@@ -345,58 +427,80 @@
|
|
|
345
427
|
"type": "string",
|
|
346
428
|
"enum": [
|
|
347
429
|
"TreeTable"
|
|
348
|
-
]
|
|
430
|
+
],
|
|
431
|
+
"artifactType": "Manifest"
|
|
349
432
|
},
|
|
350
433
|
"showDraftToggle": {
|
|
351
434
|
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
352
|
-
"type": "boolean"
|
|
435
|
+
"type": "boolean",
|
|
436
|
+
"artifactType": "Manifest"
|
|
353
437
|
},
|
|
354
438
|
"multiSelect": {
|
|
355
439
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
356
|
-
"type": "boolean"
|
|
440
|
+
"type": "boolean",
|
|
441
|
+
"artifactType": "Manifest"
|
|
357
442
|
},
|
|
358
443
|
"selectAll": {
|
|
359
444
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
360
|
-
"type": "boolean"
|
|
445
|
+
"type": "boolean",
|
|
446
|
+
"artifactType": "Manifest"
|
|
361
447
|
},
|
|
362
448
|
"selectionLimit": {
|
|
363
449
|
"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.",
|
|
364
|
-
"type": "number"
|
|
450
|
+
"type": "number",
|
|
451
|
+
"artifactType": "Manifest"
|
|
365
452
|
},
|
|
366
453
|
"showTablePersonalisation": {
|
|
367
454
|
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
368
|
-
"type": "boolean"
|
|
455
|
+
"type": "boolean",
|
|
456
|
+
"artifactType": "FlexChange",
|
|
457
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
369
458
|
},
|
|
370
459
|
"useExportToExcel": {
|
|
371
460
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
372
|
-
"type": "boolean"
|
|
461
|
+
"type": "boolean",
|
|
462
|
+
"artifactType": "FlexChange",
|
|
463
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
373
464
|
},
|
|
374
465
|
"fitContainer": {
|
|
375
466
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
376
|
-
"type": "boolean"
|
|
467
|
+
"type": "boolean",
|
|
468
|
+
"artifactType": "FlexChange",
|
|
469
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
377
470
|
},
|
|
378
471
|
"quickVariantSelection": {
|
|
379
472
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
380
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
|
|
473
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
|
|
474
|
+
"artifactType": "Manifest"
|
|
381
475
|
},
|
|
382
476
|
"quickVariantSelectionX": {
|
|
383
477
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
384
|
-
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
|
|
478
|
+
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
|
|
479
|
+
"artifactType": "Manifest"
|
|
385
480
|
},
|
|
386
481
|
"enableAutoBinding": {
|
|
387
482
|
"description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
|
|
388
|
-
"type": "boolean"
|
|
483
|
+
"type": "boolean",
|
|
484
|
+
"artifactType": "FlexChange",
|
|
485
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
389
486
|
},
|
|
390
487
|
"condensedTableLayout": {
|
|
391
488
|
"description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
|
|
392
|
-
"type": "boolean"
|
|
489
|
+
"type": "boolean",
|
|
490
|
+
"artifactType": "Manifest"
|
|
393
491
|
},
|
|
394
492
|
"enableTableFilterInPageVariant": {
|
|
395
493
|
"description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
|
|
396
|
-
"type": "boolean"
|
|
494
|
+
"type": "boolean",
|
|
495
|
+
"artifactType": "Manifest"
|
|
496
|
+
},
|
|
497
|
+
"toolBar": {
|
|
498
|
+
"$ref": "#/definitions/ToolBar",
|
|
499
|
+
"description": "Tool Bar"
|
|
397
500
|
},
|
|
398
501
|
"columns": {
|
|
399
|
-
"$ref": "#/definitions/GenericColumns"
|
|
502
|
+
"$ref": "#/definitions/GenericColumns",
|
|
503
|
+
"description": "Columns"
|
|
400
504
|
}
|
|
401
505
|
},
|
|
402
506
|
"additionalProperties": false
|
|
@@ -412,83 +516,111 @@
|
|
|
412
516
|
"type": "string",
|
|
413
517
|
"enum": [
|
|
414
518
|
"AnalyticalTable"
|
|
415
|
-
]
|
|
519
|
+
],
|
|
520
|
+
"artifactType": "Manifest"
|
|
416
521
|
},
|
|
417
522
|
"qualifier": {
|
|
418
523
|
"description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
|
|
419
|
-
"type": "string"
|
|
524
|
+
"type": "string",
|
|
525
|
+
"artifactType": "Manifest"
|
|
420
526
|
},
|
|
421
527
|
"defaultContentView": {
|
|
422
528
|
"$ref": "#/definitions/DefaultContentView",
|
|
423
|
-
"description": "Determines the visualization of content area"
|
|
529
|
+
"description": "Determines the visualization of content area",
|
|
530
|
+
"artifactType": "Manifest"
|
|
424
531
|
},
|
|
425
532
|
"defaultFilterMode": {
|
|
426
533
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
427
|
-
"description": "Determines the filter mode that is used"
|
|
534
|
+
"description": "Determines the filter mode that is used",
|
|
535
|
+
"artifactType": "Manifest"
|
|
428
536
|
},
|
|
429
537
|
"contentTitle": {
|
|
430
538
|
"description": "Lets you define title for the content area",
|
|
431
539
|
"i18nClassification": "TIT: Title for the content area",
|
|
432
|
-
"type": "string"
|
|
540
|
+
"type": "string",
|
|
541
|
+
"artifactType": "Manifest"
|
|
433
542
|
},
|
|
434
543
|
"filterDefaultsFromSelectionVariant": {
|
|
435
544
|
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
436
|
-
"type": "boolean"
|
|
545
|
+
"type": "boolean",
|
|
546
|
+
"artifactType": "Manifest"
|
|
437
547
|
},
|
|
438
548
|
"createWithFilters": {
|
|
439
549
|
"$ref": "#/definitions/CreateWithFilters",
|
|
440
|
-
"description": "createWithFilters adds a new create action that uses the filter settings as input."
|
|
550
|
+
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
551
|
+
"artifactType": "Manifest"
|
|
441
552
|
},
|
|
442
553
|
"showDraftToggle": {
|
|
443
554
|
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
444
|
-
"type": "boolean"
|
|
555
|
+
"type": "boolean",
|
|
556
|
+
"artifactType": "Manifest"
|
|
445
557
|
},
|
|
446
558
|
"multiSelect": {
|
|
447
559
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
448
|
-
"type": "boolean"
|
|
560
|
+
"type": "boolean",
|
|
561
|
+
"artifactType": "Manifest"
|
|
449
562
|
},
|
|
450
563
|
"selectAll": {
|
|
451
564
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
452
|
-
"type": "boolean"
|
|
565
|
+
"type": "boolean",
|
|
566
|
+
"artifactType": "Manifest"
|
|
453
567
|
},
|
|
454
568
|
"selectionLimit": {
|
|
455
569
|
"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.",
|
|
456
|
-
"type": "number"
|
|
570
|
+
"type": "number",
|
|
571
|
+
"artifactType": "Manifest"
|
|
457
572
|
},
|
|
458
573
|
"showTablePersonalisation": {
|
|
459
574
|
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
460
|
-
"type": "boolean"
|
|
575
|
+
"type": "boolean",
|
|
576
|
+
"artifactType": "FlexChange",
|
|
577
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
461
578
|
},
|
|
462
579
|
"useExportToExcel": {
|
|
463
580
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
464
|
-
"type": "boolean"
|
|
581
|
+
"type": "boolean",
|
|
582
|
+
"artifactType": "FlexChange",
|
|
583
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
465
584
|
},
|
|
466
585
|
"fitContainer": {
|
|
467
586
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
468
|
-
"type": "boolean"
|
|
587
|
+
"type": "boolean",
|
|
588
|
+
"artifactType": "FlexChange",
|
|
589
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
469
590
|
},
|
|
470
591
|
"quickVariantSelection": {
|
|
471
592
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
472
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
|
|
593
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
|
|
594
|
+
"artifactType": "Manifest"
|
|
473
595
|
},
|
|
474
596
|
"quickVariantSelectionX": {
|
|
475
597
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
476
|
-
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
|
|
598
|
+
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
|
|
599
|
+
"artifactType": "Manifest"
|
|
477
600
|
},
|
|
478
601
|
"enableAutoBinding": {
|
|
479
602
|
"description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
|
|
480
|
-
"type": "boolean"
|
|
603
|
+
"type": "boolean",
|
|
604
|
+
"artifactType": "FlexChange",
|
|
605
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
481
606
|
},
|
|
482
607
|
"condensedTableLayout": {
|
|
483
608
|
"description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
|
|
484
|
-
"type": "boolean"
|
|
609
|
+
"type": "boolean",
|
|
610
|
+
"artifactType": "Manifest"
|
|
485
611
|
},
|
|
486
612
|
"enableTableFilterInPageVariant": {
|
|
487
613
|
"description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
|
|
488
|
-
"type": "boolean"
|
|
614
|
+
"type": "boolean",
|
|
615
|
+
"artifactType": "Manifest"
|
|
616
|
+
},
|
|
617
|
+
"toolBar": {
|
|
618
|
+
"$ref": "#/definitions/ToolBar",
|
|
619
|
+
"description": "Tool Bar"
|
|
489
620
|
},
|
|
490
621
|
"columns": {
|
|
491
|
-
"$ref": "#/definitions/GenericColumns"
|
|
622
|
+
"$ref": "#/definitions/GenericColumns",
|
|
623
|
+
"description": "Columns"
|
|
492
624
|
}
|
|
493
625
|
},
|
|
494
626
|
"additionalProperties": false
|
|
@@ -519,62 +651,85 @@
|
|
|
519
651
|
"type": "string",
|
|
520
652
|
"enum": [
|
|
521
653
|
"GridTable"
|
|
522
|
-
]
|
|
654
|
+
],
|
|
655
|
+
"artifactType": "Manifest"
|
|
523
656
|
},
|
|
524
657
|
"createWithFilters": {
|
|
525
658
|
"$ref": "#/definitions/CreateWithFilters",
|
|
526
|
-
"description": "createWithFilters adds a new create action that uses the filter settings as input."
|
|
659
|
+
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
660
|
+
"artifactType": "Manifest"
|
|
527
661
|
},
|
|
528
662
|
"showDraftToggle": {
|
|
529
663
|
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
530
|
-
"type": "boolean"
|
|
664
|
+
"type": "boolean",
|
|
665
|
+
"artifactType": "Manifest"
|
|
531
666
|
},
|
|
532
667
|
"multiSelect": {
|
|
533
668
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
534
|
-
"type": "boolean"
|
|
669
|
+
"type": "boolean",
|
|
670
|
+
"artifactType": "Manifest"
|
|
535
671
|
},
|
|
536
672
|
"selectAll": {
|
|
537
673
|
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
538
|
-
"type": "boolean"
|
|
674
|
+
"type": "boolean",
|
|
675
|
+
"artifactType": "Manifest"
|
|
539
676
|
},
|
|
540
677
|
"selectionLimit": {
|
|
541
678
|
"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.",
|
|
542
|
-
"type": "number"
|
|
679
|
+
"type": "number",
|
|
680
|
+
"artifactType": "Manifest"
|
|
543
681
|
},
|
|
544
682
|
"showTablePersonalisation": {
|
|
545
683
|
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
546
|
-
"type": "boolean"
|
|
684
|
+
"type": "boolean",
|
|
685
|
+
"artifactType": "FlexChange",
|
|
686
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
547
687
|
},
|
|
548
688
|
"useExportToExcel": {
|
|
549
689
|
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
550
|
-
"type": "boolean"
|
|
690
|
+
"type": "boolean",
|
|
691
|
+
"artifactType": "FlexChange",
|
|
692
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
551
693
|
},
|
|
552
694
|
"fitContainer": {
|
|
553
695
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
554
|
-
"type": "boolean"
|
|
696
|
+
"type": "boolean",
|
|
697
|
+
"artifactType": "FlexChange",
|
|
698
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
555
699
|
},
|
|
556
700
|
"quickVariantSelection": {
|
|
557
701
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
558
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."
|
|
702
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
|
|
703
|
+
"artifactType": "Manifest"
|
|
559
704
|
},
|
|
560
705
|
"quickVariantSelectionX": {
|
|
561
706
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
562
|
-
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."
|
|
707
|
+
"description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
|
|
708
|
+
"artifactType": "Manifest"
|
|
563
709
|
},
|
|
564
710
|
"enableAutoBinding": {
|
|
565
711
|
"description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
|
|
566
|
-
"type": "boolean"
|
|
712
|
+
"type": "boolean",
|
|
713
|
+
"artifactType": "FlexChange",
|
|
714
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
567
715
|
},
|
|
568
716
|
"condensedTableLayout": {
|
|
569
717
|
"description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
|
|
570
|
-
"type": "boolean"
|
|
718
|
+
"type": "boolean",
|
|
719
|
+
"artifactType": "Manifest"
|
|
571
720
|
},
|
|
572
721
|
"enableTableFilterInPageVariant": {
|
|
573
722
|
"description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
|
|
574
|
-
"type": "boolean"
|
|
723
|
+
"type": "boolean",
|
|
724
|
+
"artifactType": "Manifest"
|
|
725
|
+
},
|
|
726
|
+
"toolBar": {
|
|
727
|
+
"$ref": "#/definitions/ToolBar",
|
|
728
|
+
"description": "Tool Bar"
|
|
575
729
|
},
|
|
576
730
|
"columns": {
|
|
577
|
-
"$ref": "#/definitions/GenericColumns"
|
|
731
|
+
"$ref": "#/definitions/GenericColumns",
|
|
732
|
+
"description": "Columns"
|
|
578
733
|
}
|
|
579
734
|
},
|
|
580
735
|
"additionalProperties": false
|
|
@@ -586,19 +741,43 @@
|
|
|
586
741
|
"properties": {
|
|
587
742
|
"smartVariantManagement": {
|
|
588
743
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
589
|
-
"type": "boolean"
|
|
744
|
+
"type": "boolean",
|
|
745
|
+
"artifactType": "Manifest"
|
|
590
746
|
},
|
|
591
747
|
"liveMode": {
|
|
592
748
|
"description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
|
|
593
|
-
"type": "boolean"
|
|
749
|
+
"type": "boolean",
|
|
750
|
+
"artifactType": "FlexChange",
|
|
751
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
594
752
|
},
|
|
595
753
|
"variantManagementHidden": {
|
|
596
|
-
"
|
|
754
|
+
"description": "If you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
|
|
755
|
+
"type": "boolean",
|
|
756
|
+
"artifactType": "Manifest"
|
|
597
757
|
},
|
|
598
758
|
"subTitleIfVariantMgmtHidden": {
|
|
599
759
|
"description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
|
|
600
760
|
"i18nClassification": "TIT: Subtitle if variant management is hidden",
|
|
601
|
-
"type": "string"
|
|
761
|
+
"type": "string",
|
|
762
|
+
"artifactType": "Manifest"
|
|
763
|
+
},
|
|
764
|
+
"showClearOnFB": {
|
|
765
|
+
"description": "Handles visibility of the Clear button on the FilterBar.",
|
|
766
|
+
"type": "boolean",
|
|
767
|
+
"artifactType": "FlexChange",
|
|
768
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
769
|
+
},
|
|
770
|
+
"showFilterConfiguration": {
|
|
771
|
+
"description": "Handles visibility of the Filter button on the FilterBar.",
|
|
772
|
+
"type": "boolean",
|
|
773
|
+
"artifactType": "FlexChange",
|
|
774
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
775
|
+
},
|
|
776
|
+
"showRestoreOnFB": {
|
|
777
|
+
"description": "Handles visibility of the Restore button on the FilterBar.",
|
|
778
|
+
"type": "boolean",
|
|
779
|
+
"artifactType": "FlexChange",
|
|
780
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
602
781
|
}
|
|
603
782
|
},
|
|
604
783
|
"additionalProperties": false
|