@sap/ux-specification 1.142.1 → 1.142.2
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 +39 -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-ListReportNew.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 +253 -254
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +84 -41
- package/dist/schemas/v4/ListReportConfig.json +302 -44
- package/dist/schemas/v4/ObjectPageConfig.json +477 -186
- package/dist/specification/package.json +8 -8
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +17 -1
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +10 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +2 -1
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
- package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
- package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +0 -1
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +0 -3
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +1 -2
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +1 -2
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
- package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +0 -1
- package/dist/specification/src/sync/common/import/utils.js.map +1 -1
- package/dist/specification/src/sync/common/rules.js +0 -1
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +13 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +84 -4
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +46 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +5 -6
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +1 -1
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +1 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
- package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/actions.js +99 -0
- package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -6
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -44
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +54 -11
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +55 -12
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -3
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +0 -3
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +17 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +80 -23
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +100 -11
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +19 -17
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/actions.js +112 -0
- package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +10 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +9 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +25 -5
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +85 -263
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +8 -14
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +0 -1
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +103 -26
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +350 -64
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +3 -2
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +1 -0
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +40 -1
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +39 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/controls/Action.d.ts +2 -2
- package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +10 -3
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -76,6 +76,9 @@
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"$ref": "#/definitions/ObjectPageHeaderActionGroup"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"$ref": "#/definitions/ObjectPageHeaderCustomActionMenu"
|
|
79
82
|
}
|
|
80
83
|
]
|
|
81
84
|
}
|
|
@@ -85,17 +88,27 @@
|
|
|
85
88
|
"properties": {
|
|
86
89
|
"position": {
|
|
87
90
|
"$ref": "#/definitions/CustomHeaderActionPositionOP",
|
|
88
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
91
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
89
92
|
"artifactType": "Manifest"
|
|
90
93
|
},
|
|
91
|
-
"
|
|
92
|
-
"description": "
|
|
93
|
-
"i18nClassification": "COL: Custom action text",
|
|
94
|
+
"press": {
|
|
95
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
94
96
|
"artifactType": "Manifest",
|
|
95
97
|
"type": "string"
|
|
96
98
|
},
|
|
97
|
-
"
|
|
98
|
-
"description": "
|
|
99
|
+
"menu": {
|
|
100
|
+
"description": "List of action names from the manifest.",
|
|
101
|
+
"hidden": true,
|
|
102
|
+
"isViewNode": false,
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"artifactType": "Manifest"
|
|
108
|
+
},
|
|
109
|
+
"text": {
|
|
110
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
111
|
+
"i18nClassification": "COL: Custom action text",
|
|
99
112
|
"artifactType": "Manifest",
|
|
100
113
|
"type": "string"
|
|
101
114
|
},
|
|
@@ -114,7 +127,7 @@
|
|
|
114
127
|
"type": "string"
|
|
115
128
|
}
|
|
116
129
|
],
|
|
117
|
-
"description": "
|
|
130
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
118
131
|
"artifactType": "Manifest"
|
|
119
132
|
},
|
|
120
133
|
"enabled": {
|
|
@@ -132,17 +145,17 @@
|
|
|
132
145
|
"type": "string"
|
|
133
146
|
}
|
|
134
147
|
],
|
|
135
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
148
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
136
149
|
"artifactType": "Manifest"
|
|
137
150
|
},
|
|
138
151
|
"overflowGroup": {
|
|
139
|
-
"description": "
|
|
152
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
140
153
|
"artifactType": "Manifest",
|
|
141
154
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
142
155
|
"type": "integer"
|
|
143
156
|
},
|
|
144
157
|
"priority": {
|
|
145
|
-
"description": "
|
|
158
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
146
159
|
"artifactType": "Manifest",
|
|
147
160
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
148
161
|
"enum": [
|
|
@@ -164,13 +177,13 @@
|
|
|
164
177
|
"type": "object",
|
|
165
178
|
"properties": {
|
|
166
179
|
"anchor": {
|
|
167
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
180
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
168
181
|
"artifactType": "Manifest",
|
|
169
182
|
"type": "string"
|
|
170
183
|
},
|
|
171
184
|
"placement": {
|
|
172
185
|
"$ref": "#/definitions/ActionPlacement",
|
|
173
|
-
"description": "
|
|
186
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
174
187
|
"artifactType": "Manifest"
|
|
175
188
|
}
|
|
176
189
|
},
|
|
@@ -195,13 +208,13 @@
|
|
|
195
208
|
"artifactType": "Manifest"
|
|
196
209
|
},
|
|
197
210
|
"overflowGroup": {
|
|
198
|
-
"description": "
|
|
211
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
199
212
|
"artifactType": "Manifest",
|
|
200
213
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
201
214
|
"type": "integer"
|
|
202
215
|
},
|
|
203
216
|
"priority": {
|
|
204
|
-
"description": "
|
|
217
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
205
218
|
"artifactType": "Manifest",
|
|
206
219
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
207
220
|
"enum": [
|
|
@@ -242,7 +255,7 @@
|
|
|
242
255
|
},
|
|
243
256
|
"additionalSemanticObjects": {
|
|
244
257
|
"$ref": "#/definitions/AdditionalSemanticObjects",
|
|
245
|
-
"description": "Additional Semantic Objects
|
|
258
|
+
"description": "Additional Semantic Objects",
|
|
246
259
|
"artifactType": "Manifest"
|
|
247
260
|
}
|
|
248
261
|
},
|
|
@@ -319,13 +332,13 @@
|
|
|
319
332
|
},
|
|
320
333
|
"properties": {
|
|
321
334
|
"overflowGroup": {
|
|
322
|
-
"description": "
|
|
335
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
323
336
|
"artifactType": "Manifest",
|
|
324
337
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
325
338
|
"type": "integer"
|
|
326
339
|
},
|
|
327
340
|
"priority": {
|
|
328
|
-
"description": "
|
|
341
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
329
342
|
"artifactType": "Manifest",
|
|
330
343
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
331
344
|
"enum": [
|
|
@@ -349,6 +362,123 @@
|
|
|
349
362
|
},
|
|
350
363
|
"additionalProperties": false
|
|
351
364
|
},
|
|
365
|
+
"ObjectPageHeaderCustomActionMenu": {
|
|
366
|
+
"isViewNode": true,
|
|
367
|
+
"type": "object",
|
|
368
|
+
"properties": {
|
|
369
|
+
"actions": {
|
|
370
|
+
"$ref": "#/definitions/ObjectPageHeaderCustomActionMenuActions",
|
|
371
|
+
"description": "List of actions.",
|
|
372
|
+
"artifactType": "Manifest"
|
|
373
|
+
},
|
|
374
|
+
"position": {
|
|
375
|
+
"$ref": "#/definitions/CustomHeaderActionPositionOP",
|
|
376
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
377
|
+
"artifactType": "Manifest"
|
|
378
|
+
},
|
|
379
|
+
"menu": {
|
|
380
|
+
"description": "List of action names from the manifest.",
|
|
381
|
+
"hidden": true,
|
|
382
|
+
"isViewNode": false,
|
|
383
|
+
"type": "array",
|
|
384
|
+
"items": {
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
"artifactType": "Manifest"
|
|
388
|
+
},
|
|
389
|
+
"defaultAction": {
|
|
390
|
+
"description": "The default action for a menu button.",
|
|
391
|
+
"isViewNode": false,
|
|
392
|
+
"type": "string",
|
|
393
|
+
"artifactType": "Manifest"
|
|
394
|
+
},
|
|
395
|
+
"text": {
|
|
396
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
397
|
+
"i18nClassification": "COL: Custom action text",
|
|
398
|
+
"artifactType": "Manifest",
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"visible": {
|
|
402
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
403
|
+
"anyOf": [
|
|
404
|
+
{
|
|
405
|
+
"enum": [
|
|
406
|
+
false,
|
|
407
|
+
true,
|
|
408
|
+
"{ui>/isEditable}",
|
|
409
|
+
"{= !${ui>/isEditable}}"
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"type": "string"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
417
|
+
"artifactType": "Manifest"
|
|
418
|
+
},
|
|
419
|
+
"enabled": {
|
|
420
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
421
|
+
"anyOf": [
|
|
422
|
+
{
|
|
423
|
+
"enum": [
|
|
424
|
+
false,
|
|
425
|
+
true,
|
|
426
|
+
"{ui>/isEditable}",
|
|
427
|
+
"{= !${ui>/isEditable}}"
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"type": "string"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
435
|
+
"artifactType": "Manifest"
|
|
436
|
+
},
|
|
437
|
+
"overflowGroup": {
|
|
438
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
439
|
+
"artifactType": "Manifest",
|
|
440
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
441
|
+
"type": "integer"
|
|
442
|
+
},
|
|
443
|
+
"priority": {
|
|
444
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
445
|
+
"artifactType": "Manifest",
|
|
446
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
447
|
+
"enum": [
|
|
448
|
+
"AlwaysOverflow",
|
|
449
|
+
"High",
|
|
450
|
+
"Low",
|
|
451
|
+
"NeverOverflow"
|
|
452
|
+
],
|
|
453
|
+
"type": "string"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"additionalProperties": false,
|
|
457
|
+
"required": [
|
|
458
|
+
"menu",
|
|
459
|
+
"text"
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
"ObjectPageHeaderCustomActionMenuActions": {
|
|
463
|
+
"isViewNode": false,
|
|
464
|
+
"type": "object",
|
|
465
|
+
"additionalProperties": {
|
|
466
|
+
"anyOf": [
|
|
467
|
+
{
|
|
468
|
+
"$ref": "#/definitions/CustomHeaderActionOP"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"$ref": "#/definitions/ObjectPageHeaderAction"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"$ref": "#/definitions/RelatedApps"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"$ref": "#/definitions/ObjectPageHeaderActionGroup"
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
},
|
|
352
482
|
"HeaderSections": {
|
|
353
483
|
"description": "Header Sections",
|
|
354
484
|
"isViewNode": true,
|
|
@@ -846,6 +976,9 @@
|
|
|
846
976
|
},
|
|
847
977
|
{
|
|
848
978
|
"$ref": "#/definitions/ObjectPageToolBarActionGroup"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
849
982
|
}
|
|
850
983
|
]
|
|
851
984
|
}
|
|
@@ -861,13 +994,13 @@
|
|
|
861
994
|
"artifactType": "Manifest"
|
|
862
995
|
},
|
|
863
996
|
"overflowGroup": {
|
|
864
|
-
"description": "
|
|
997
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
865
998
|
"artifactType": "Manifest",
|
|
866
999
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
867
1000
|
"type": "integer"
|
|
868
1001
|
},
|
|
869
1002
|
"priority": {
|
|
870
|
-
"description": "
|
|
1003
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
871
1004
|
"artifactType": "Manifest",
|
|
872
1005
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
873
1006
|
"enum": [
|
|
@@ -901,14 +1034,24 @@
|
|
|
901
1034
|
"artifactType": "Manifest",
|
|
902
1035
|
"type": "boolean"
|
|
903
1036
|
},
|
|
904
|
-
"
|
|
905
|
-
"description": "
|
|
906
|
-
"i18nClassification": "COL: Custom action text",
|
|
1037
|
+
"press": {
|
|
1038
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
907
1039
|
"artifactType": "Manifest",
|
|
908
1040
|
"type": "string"
|
|
909
1041
|
},
|
|
910
|
-
"
|
|
911
|
-
"description": "
|
|
1042
|
+
"menu": {
|
|
1043
|
+
"description": "List of action names from the manifest.",
|
|
1044
|
+
"hidden": true,
|
|
1045
|
+
"isViewNode": false,
|
|
1046
|
+
"type": "array",
|
|
1047
|
+
"items": {
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
},
|
|
1050
|
+
"artifactType": "Manifest"
|
|
1051
|
+
},
|
|
1052
|
+
"text": {
|
|
1053
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1054
|
+
"i18nClassification": "COL: Custom action text",
|
|
912
1055
|
"artifactType": "Manifest",
|
|
913
1056
|
"type": "string"
|
|
914
1057
|
},
|
|
@@ -927,7 +1070,7 @@
|
|
|
927
1070
|
"type": "string"
|
|
928
1071
|
}
|
|
929
1072
|
],
|
|
930
|
-
"description": "
|
|
1073
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
931
1074
|
"artifactType": "Manifest"
|
|
932
1075
|
},
|
|
933
1076
|
"enabled": {
|
|
@@ -945,17 +1088,17 @@
|
|
|
945
1088
|
"type": "string"
|
|
946
1089
|
}
|
|
947
1090
|
],
|
|
948
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
1091
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
949
1092
|
"artifactType": "Manifest"
|
|
950
1093
|
},
|
|
951
1094
|
"overflowGroup": {
|
|
952
|
-
"description": "
|
|
1095
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
953
1096
|
"artifactType": "Manifest",
|
|
954
1097
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
955
1098
|
"type": "integer"
|
|
956
1099
|
},
|
|
957
1100
|
"priority": {
|
|
958
|
-
"description": "
|
|
1101
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
959
1102
|
"artifactType": "Manifest",
|
|
960
1103
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
961
1104
|
"enum": [
|
|
@@ -977,13 +1120,13 @@
|
|
|
977
1120
|
"type": "object",
|
|
978
1121
|
"properties": {
|
|
979
1122
|
"anchor": {
|
|
980
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
1123
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
981
1124
|
"artifactType": "Manifest",
|
|
982
1125
|
"type": "string"
|
|
983
1126
|
},
|
|
984
1127
|
"placement": {
|
|
985
1128
|
"$ref": "#/definitions/ActionPlacement",
|
|
986
|
-
"description": "
|
|
1129
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
987
1130
|
"artifactType": "Manifest"
|
|
988
1131
|
}
|
|
989
1132
|
},
|
|
@@ -1015,13 +1158,13 @@
|
|
|
1015
1158
|
},
|
|
1016
1159
|
"properties": {
|
|
1017
1160
|
"overflowGroup": {
|
|
1018
|
-
"description": "
|
|
1161
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
1019
1162
|
"artifactType": "Manifest",
|
|
1020
1163
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1021
1164
|
"type": "integer"
|
|
1022
1165
|
},
|
|
1023
1166
|
"priority": {
|
|
1024
|
-
"description": "
|
|
1167
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
1025
1168
|
"artifactType": "Manifest",
|
|
1026
1169
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1027
1170
|
"enum": [
|
|
@@ -1045,6 +1188,259 @@
|
|
|
1045
1188
|
},
|
|
1046
1189
|
"additionalProperties": false
|
|
1047
1190
|
},
|
|
1191
|
+
"ObjectPageCustomActionMenu": {
|
|
1192
|
+
"isViewNode": true,
|
|
1193
|
+
"type": "object",
|
|
1194
|
+
"properties": {
|
|
1195
|
+
"actions": {
|
|
1196
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenuActions",
|
|
1197
|
+
"description": "List of actions.",
|
|
1198
|
+
"artifactType": "Manifest"
|
|
1199
|
+
},
|
|
1200
|
+
"menu": {
|
|
1201
|
+
"description": "List of action names from the manifest.",
|
|
1202
|
+
"hidden": true,
|
|
1203
|
+
"isViewNode": false,
|
|
1204
|
+
"type": "array",
|
|
1205
|
+
"items": {
|
|
1206
|
+
"type": "string"
|
|
1207
|
+
},
|
|
1208
|
+
"artifactType": "Manifest"
|
|
1209
|
+
},
|
|
1210
|
+
"defaultAction": {
|
|
1211
|
+
"description": "The default action for a menu button.",
|
|
1212
|
+
"isViewNode": false,
|
|
1213
|
+
"type": "string",
|
|
1214
|
+
"artifactType": "Manifest"
|
|
1215
|
+
},
|
|
1216
|
+
"position": {
|
|
1217
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1218
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
1219
|
+
"artifactType": "Manifest"
|
|
1220
|
+
},
|
|
1221
|
+
"text": {
|
|
1222
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1223
|
+
"i18nClassification": "COL: Custom action text",
|
|
1224
|
+
"artifactType": "Manifest",
|
|
1225
|
+
"type": "string"
|
|
1226
|
+
},
|
|
1227
|
+
"visible": {
|
|
1228
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1229
|
+
"anyOf": [
|
|
1230
|
+
{
|
|
1231
|
+
"enum": [
|
|
1232
|
+
false,
|
|
1233
|
+
true,
|
|
1234
|
+
"{ui>/isEditable}",
|
|
1235
|
+
"{= !${ui>/isEditable}}"
|
|
1236
|
+
]
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"type": "string"
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1243
|
+
"artifactType": "Manifest"
|
|
1244
|
+
},
|
|
1245
|
+
"enabled": {
|
|
1246
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1247
|
+
"anyOf": [
|
|
1248
|
+
{
|
|
1249
|
+
"enum": [
|
|
1250
|
+
false,
|
|
1251
|
+
true,
|
|
1252
|
+
"{ui>/isEditable}",
|
|
1253
|
+
"{= !${ui>/isEditable}}"
|
|
1254
|
+
]
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"type": "string"
|
|
1258
|
+
}
|
|
1259
|
+
],
|
|
1260
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1261
|
+
"artifactType": "Manifest"
|
|
1262
|
+
},
|
|
1263
|
+
"overflowGroup": {
|
|
1264
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
1265
|
+
"artifactType": "Manifest",
|
|
1266
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1267
|
+
"type": "integer"
|
|
1268
|
+
},
|
|
1269
|
+
"priority": {
|
|
1270
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
1271
|
+
"artifactType": "Manifest",
|
|
1272
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1273
|
+
"enum": [
|
|
1274
|
+
"AlwaysOverflow",
|
|
1275
|
+
"High",
|
|
1276
|
+
"Low",
|
|
1277
|
+
"NeverOverflow"
|
|
1278
|
+
],
|
|
1279
|
+
"type": "string"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"additionalProperties": false,
|
|
1283
|
+
"required": [
|
|
1284
|
+
"menu",
|
|
1285
|
+
"text"
|
|
1286
|
+
]
|
|
1287
|
+
},
|
|
1288
|
+
"ObjectPageCustomActionMenuActions": {
|
|
1289
|
+
"isViewNode": false,
|
|
1290
|
+
"type": "object",
|
|
1291
|
+
"additionalProperties": {
|
|
1292
|
+
"anyOf": [
|
|
1293
|
+
{
|
|
1294
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"$ref": "#/definitions/CustomTableActionOP"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"$ref": "#/definitions/CustomFormActionOP"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"$ref": "#/definitions/FormAction"
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"CustomFormActionOP": {
|
|
1309
|
+
"type": "object",
|
|
1310
|
+
"properties": {
|
|
1311
|
+
"position": {
|
|
1312
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1313
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
1314
|
+
"artifactType": "Manifest"
|
|
1315
|
+
},
|
|
1316
|
+
"press": {
|
|
1317
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1318
|
+
"artifactType": "Manifest",
|
|
1319
|
+
"type": "string"
|
|
1320
|
+
},
|
|
1321
|
+
"menu": {
|
|
1322
|
+
"description": "List of action names from the manifest.",
|
|
1323
|
+
"hidden": true,
|
|
1324
|
+
"isViewNode": false,
|
|
1325
|
+
"type": "array",
|
|
1326
|
+
"items": {
|
|
1327
|
+
"type": "string"
|
|
1328
|
+
},
|
|
1329
|
+
"artifactType": "Manifest"
|
|
1330
|
+
},
|
|
1331
|
+
"text": {
|
|
1332
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1333
|
+
"i18nClassification": "COL: Custom action text",
|
|
1334
|
+
"artifactType": "Manifest",
|
|
1335
|
+
"type": "string"
|
|
1336
|
+
},
|
|
1337
|
+
"visible": {
|
|
1338
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1339
|
+
"anyOf": [
|
|
1340
|
+
{
|
|
1341
|
+
"enum": [
|
|
1342
|
+
false,
|
|
1343
|
+
true,
|
|
1344
|
+
"{ui>/isEditable}",
|
|
1345
|
+
"{= !${ui>/isEditable}}"
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"type": "string"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1353
|
+
"artifactType": "Manifest"
|
|
1354
|
+
},
|
|
1355
|
+
"enabled": {
|
|
1356
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1357
|
+
"anyOf": [
|
|
1358
|
+
{
|
|
1359
|
+
"enum": [
|
|
1360
|
+
false,
|
|
1361
|
+
true,
|
|
1362
|
+
"{ui>/isEditable}",
|
|
1363
|
+
"{= !${ui>/isEditable}}"
|
|
1364
|
+
]
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"type": "string"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1371
|
+
"artifactType": "Manifest"
|
|
1372
|
+
},
|
|
1373
|
+
"overflowGroup": {
|
|
1374
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
1375
|
+
"artifactType": "Manifest",
|
|
1376
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1377
|
+
"type": "integer"
|
|
1378
|
+
},
|
|
1379
|
+
"priority": {
|
|
1380
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
1381
|
+
"artifactType": "Manifest",
|
|
1382
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1383
|
+
"enum": [
|
|
1384
|
+
"AlwaysOverflow",
|
|
1385
|
+
"High",
|
|
1386
|
+
"Low",
|
|
1387
|
+
"NeverOverflow"
|
|
1388
|
+
],
|
|
1389
|
+
"type": "string"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
"additionalProperties": false,
|
|
1393
|
+
"required": [
|
|
1394
|
+
"press",
|
|
1395
|
+
"text"
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1398
|
+
"FormAction": {
|
|
1399
|
+
"type": "object",
|
|
1400
|
+
"properties": {
|
|
1401
|
+
"afterExecution": {
|
|
1402
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1403
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1404
|
+
"artifactType": "Manifest"
|
|
1405
|
+
},
|
|
1406
|
+
"overflowGroup": {
|
|
1407
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
1408
|
+
"artifactType": "Manifest",
|
|
1409
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1410
|
+
"type": "integer"
|
|
1411
|
+
},
|
|
1412
|
+
"priority": {
|
|
1413
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
1414
|
+
"artifactType": "Manifest",
|
|
1415
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1416
|
+
"enum": [
|
|
1417
|
+
"AlwaysOverflow",
|
|
1418
|
+
"High",
|
|
1419
|
+
"Low",
|
|
1420
|
+
"NeverOverflow"
|
|
1421
|
+
],
|
|
1422
|
+
"type": "string"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"additionalProperties": false
|
|
1426
|
+
},
|
|
1427
|
+
"ActionAfterExecutionConfigurationForm": {
|
|
1428
|
+
"type": "object",
|
|
1429
|
+
"properties": {
|
|
1430
|
+
"navigateToInstance": {
|
|
1431
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1432
|
+
"type": "boolean",
|
|
1433
|
+
"artifactType": "Manifest",
|
|
1434
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1435
|
+
},
|
|
1436
|
+
"enableAutoScroll": {
|
|
1437
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1438
|
+
"type": "boolean",
|
|
1439
|
+
"artifactType": "Manifest"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"additionalProperties": false
|
|
1443
|
+
},
|
|
1048
1444
|
"PersonalizationTypeOP": {
|
|
1049
1445
|
"type": "object",
|
|
1050
1446
|
"properties": {
|
|
@@ -2076,6 +2472,9 @@
|
|
|
2076
2472
|
"type": "object",
|
|
2077
2473
|
"additionalProperties": {
|
|
2078
2474
|
"anyOf": [
|
|
2475
|
+
{
|
|
2476
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
2477
|
+
},
|
|
2079
2478
|
{
|
|
2080
2479
|
"$ref": "#/definitions/CustomFormActionOP"
|
|
2081
2480
|
},
|
|
@@ -2088,132 +2487,6 @@
|
|
|
2088
2487
|
]
|
|
2089
2488
|
}
|
|
2090
2489
|
},
|
|
2091
|
-
"CustomFormActionOP": {
|
|
2092
|
-
"type": "object",
|
|
2093
|
-
"properties": {
|
|
2094
|
-
"position": {
|
|
2095
|
-
"$ref": "#/definitions/CustomActionPositionOP",
|
|
2096
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2097
|
-
"artifactType": "Manifest"
|
|
2098
|
-
},
|
|
2099
|
-
"text": {
|
|
2100
|
-
"description": "The text that is displayed on the button (typically a binding to an i18n entry).",
|
|
2101
|
-
"i18nClassification": "COL: Custom action text",
|
|
2102
|
-
"artifactType": "Manifest",
|
|
2103
|
-
"type": "string"
|
|
2104
|
-
},
|
|
2105
|
-
"press": {
|
|
2106
|
-
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2107
|
-
"artifactType": "Manifest",
|
|
2108
|
-
"type": "string"
|
|
2109
|
-
},
|
|
2110
|
-
"visible": {
|
|
2111
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
2112
|
-
"anyOf": [
|
|
2113
|
-
{
|
|
2114
|
-
"enum": [
|
|
2115
|
-
false,
|
|
2116
|
-
true,
|
|
2117
|
-
"{ui>/isEditable}",
|
|
2118
|
-
"{= !${ui>/isEditable}}"
|
|
2119
|
-
]
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"type": "string"
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"description": "Defines if the action button is visible.",
|
|
2126
|
-
"artifactType": "Manifest"
|
|
2127
|
-
},
|
|
2128
|
-
"enabled": {
|
|
2129
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
2130
|
-
"anyOf": [
|
|
2131
|
-
{
|
|
2132
|
-
"enum": [
|
|
2133
|
-
false,
|
|
2134
|
-
true,
|
|
2135
|
-
"{ui>/isEditable}",
|
|
2136
|
-
"{= !${ui>/isEditable}}"
|
|
2137
|
-
]
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"type": "string"
|
|
2141
|
-
}
|
|
2142
|
-
],
|
|
2143
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2144
|
-
"artifactType": "Manifest"
|
|
2145
|
-
},
|
|
2146
|
-
"overflowGroup": {
|
|
2147
|
-
"description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2148
|
-
"artifactType": "Manifest",
|
|
2149
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2150
|
-
"type": "integer"
|
|
2151
|
-
},
|
|
2152
|
-
"priority": {
|
|
2153
|
-
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2154
|
-
"artifactType": "Manifest",
|
|
2155
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2156
|
-
"enum": [
|
|
2157
|
-
"AlwaysOverflow",
|
|
2158
|
-
"High",
|
|
2159
|
-
"Low",
|
|
2160
|
-
"NeverOverflow"
|
|
2161
|
-
],
|
|
2162
|
-
"type": "string"
|
|
2163
|
-
}
|
|
2164
|
-
},
|
|
2165
|
-
"additionalProperties": false,
|
|
2166
|
-
"required": [
|
|
2167
|
-
"press",
|
|
2168
|
-
"text"
|
|
2169
|
-
]
|
|
2170
|
-
},
|
|
2171
|
-
"FormAction": {
|
|
2172
|
-
"type": "object",
|
|
2173
|
-
"properties": {
|
|
2174
|
-
"afterExecution": {
|
|
2175
|
-
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
2176
|
-
"description": "Settings that control the behavior after creating a new entry.",
|
|
2177
|
-
"artifactType": "Manifest"
|
|
2178
|
-
},
|
|
2179
|
-
"overflowGroup": {
|
|
2180
|
-
"description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2181
|
-
"artifactType": "Manifest",
|
|
2182
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2183
|
-
"type": "integer"
|
|
2184
|
-
},
|
|
2185
|
-
"priority": {
|
|
2186
|
-
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2187
|
-
"artifactType": "Manifest",
|
|
2188
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2189
|
-
"enum": [
|
|
2190
|
-
"AlwaysOverflow",
|
|
2191
|
-
"High",
|
|
2192
|
-
"Low",
|
|
2193
|
-
"NeverOverflow"
|
|
2194
|
-
],
|
|
2195
|
-
"type": "string"
|
|
2196
|
-
}
|
|
2197
|
-
},
|
|
2198
|
-
"additionalProperties": false
|
|
2199
|
-
},
|
|
2200
|
-
"ActionAfterExecutionConfigurationForm": {
|
|
2201
|
-
"type": "object",
|
|
2202
|
-
"properties": {
|
|
2203
|
-
"navigateToInstance": {
|
|
2204
|
-
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
2205
|
-
"type": "boolean",
|
|
2206
|
-
"artifactType": "Manifest",
|
|
2207
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
2208
|
-
},
|
|
2209
|
-
"enableAutoScroll": {
|
|
2210
|
-
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
2211
|
-
"type": "boolean",
|
|
2212
|
-
"artifactType": "Manifest"
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
"additionalProperties": false
|
|
2216
|
-
},
|
|
2217
2490
|
"ObjectPageFormActionGroup": {
|
|
2218
2491
|
"type": "object",
|
|
2219
2492
|
"additionalProperties": {
|
|
@@ -2237,13 +2510,13 @@
|
|
|
2237
2510
|
},
|
|
2238
2511
|
"properties": {
|
|
2239
2512
|
"overflowGroup": {
|
|
2240
|
-
"description": "
|
|
2513
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2241
2514
|
"artifactType": "Manifest",
|
|
2242
2515
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2243
2516
|
"type": "integer"
|
|
2244
2517
|
},
|
|
2245
2518
|
"priority": {
|
|
2246
|
-
"description": "
|
|
2519
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
2247
2520
|
"artifactType": "Manifest",
|
|
2248
2521
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2249
2522
|
"enum": [
|
|
@@ -2476,17 +2749,26 @@
|
|
|
2476
2749
|
"properties": {
|
|
2477
2750
|
"position": {
|
|
2478
2751
|
"$ref": "#/definitions/CustomSectionActionPositionOP",
|
|
2479
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2752
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2480
2753
|
"artifactType": "Manifest"
|
|
2481
2754
|
},
|
|
2482
|
-
"
|
|
2483
|
-
"description": "
|
|
2484
|
-
"i18nClassification": "COL: Custom action text",
|
|
2755
|
+
"press": {
|
|
2756
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2485
2757
|
"artifactType": "Manifest",
|
|
2486
2758
|
"type": "string"
|
|
2487
2759
|
},
|
|
2488
|
-
"
|
|
2489
|
-
"description": "
|
|
2760
|
+
"menu": {
|
|
2761
|
+
"description": "List of action names from the manifest.",
|
|
2762
|
+
"hidden": true,
|
|
2763
|
+
"isViewNode": false,
|
|
2764
|
+
"type": "array",
|
|
2765
|
+
"items": {
|
|
2766
|
+
"type": "string"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"text": {
|
|
2770
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2771
|
+
"i18nClassification": "COL: Custom action text",
|
|
2490
2772
|
"artifactType": "Manifest",
|
|
2491
2773
|
"type": "string"
|
|
2492
2774
|
},
|
|
@@ -2505,7 +2787,7 @@
|
|
|
2505
2787
|
"type": "string"
|
|
2506
2788
|
}
|
|
2507
2789
|
],
|
|
2508
|
-
"description": "
|
|
2790
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2509
2791
|
"artifactType": "Manifest"
|
|
2510
2792
|
},
|
|
2511
2793
|
"enabled": {
|
|
@@ -2523,17 +2805,17 @@
|
|
|
2523
2805
|
"type": "string"
|
|
2524
2806
|
}
|
|
2525
2807
|
],
|
|
2526
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2808
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2527
2809
|
"artifactType": "Manifest"
|
|
2528
2810
|
},
|
|
2529
2811
|
"overflowGroup": {
|
|
2530
|
-
"description": "
|
|
2812
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2531
2813
|
"artifactType": "Manifest",
|
|
2532
2814
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2533
2815
|
"type": "integer"
|
|
2534
2816
|
},
|
|
2535
2817
|
"priority": {
|
|
2536
|
-
"description": "
|
|
2818
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
2537
2819
|
"artifactType": "Manifest",
|
|
2538
2820
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2539
2821
|
"enum": [
|
|
@@ -2555,13 +2837,13 @@
|
|
|
2555
2837
|
"type": "object",
|
|
2556
2838
|
"properties": {
|
|
2557
2839
|
"anchor": {
|
|
2558
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2840
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2559
2841
|
"artifactType": "Manifest",
|
|
2560
2842
|
"type": "string"
|
|
2561
2843
|
},
|
|
2562
2844
|
"placement": {
|
|
2563
2845
|
"$ref": "#/definitions/ActionPlacement",
|
|
2564
|
-
"description": "
|
|
2846
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2565
2847
|
"artifactType": "Manifest"
|
|
2566
2848
|
}
|
|
2567
2849
|
},
|
|
@@ -2599,17 +2881,26 @@
|
|
|
2599
2881
|
"properties": {
|
|
2600
2882
|
"position": {
|
|
2601
2883
|
"$ref": "#/definitions/CustomFooterActionPositionOP",
|
|
2602
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2884
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2603
2885
|
"artifactType": "Manifest"
|
|
2604
2886
|
},
|
|
2605
|
-
"
|
|
2606
|
-
"description": "
|
|
2607
|
-
"i18nClassification": "COL: Custom action text",
|
|
2887
|
+
"press": {
|
|
2888
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2608
2889
|
"artifactType": "Manifest",
|
|
2609
2890
|
"type": "string"
|
|
2610
2891
|
},
|
|
2611
|
-
"
|
|
2612
|
-
"description": "
|
|
2892
|
+
"menu": {
|
|
2893
|
+
"description": "List of action names from the manifest.",
|
|
2894
|
+
"hidden": true,
|
|
2895
|
+
"isViewNode": false,
|
|
2896
|
+
"type": "array",
|
|
2897
|
+
"items": {
|
|
2898
|
+
"type": "string"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"text": {
|
|
2902
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2903
|
+
"i18nClassification": "COL: Custom action text",
|
|
2613
2904
|
"artifactType": "Manifest",
|
|
2614
2905
|
"type": "string"
|
|
2615
2906
|
},
|
|
@@ -2628,7 +2919,7 @@
|
|
|
2628
2919
|
"type": "string"
|
|
2629
2920
|
}
|
|
2630
2921
|
],
|
|
2631
|
-
"description": "
|
|
2922
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2632
2923
|
"artifactType": "Manifest"
|
|
2633
2924
|
},
|
|
2634
2925
|
"enabled": {
|
|
@@ -2646,17 +2937,17 @@
|
|
|
2646
2937
|
"type": "string"
|
|
2647
2938
|
}
|
|
2648
2939
|
],
|
|
2649
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2940
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2650
2941
|
"artifactType": "Manifest"
|
|
2651
2942
|
},
|
|
2652
2943
|
"overflowGroup": {
|
|
2653
|
-
"description": "
|
|
2944
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2654
2945
|
"artifactType": "Manifest",
|
|
2655
2946
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2656
2947
|
"type": "integer"
|
|
2657
2948
|
},
|
|
2658
2949
|
"priority": {
|
|
2659
|
-
"description": "
|
|
2950
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
2660
2951
|
"artifactType": "Manifest",
|
|
2661
2952
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2662
2953
|
"enum": [
|
|
@@ -2678,13 +2969,13 @@
|
|
|
2678
2969
|
"type": "object",
|
|
2679
2970
|
"properties": {
|
|
2680
2971
|
"anchor": {
|
|
2681
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2972
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2682
2973
|
"artifactType": "Manifest",
|
|
2683
2974
|
"type": "string"
|
|
2684
2975
|
},
|
|
2685
2976
|
"placement": {
|
|
2686
2977
|
"$ref": "#/definitions/ActionPlacement",
|
|
2687
|
-
"description": "
|
|
2978
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2688
2979
|
"artifactType": "Manifest"
|
|
2689
2980
|
}
|
|
2690
2981
|
},
|
|
@@ -2702,13 +2993,13 @@
|
|
|
2702
2993
|
"artifactType": "Manifest"
|
|
2703
2994
|
},
|
|
2704
2995
|
"overflowGroup": {
|
|
2705
|
-
"description": "
|
|
2996
|
+
"description": "Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow.",
|
|
2706
2997
|
"artifactType": "Manifest",
|
|
2707
2998
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2708
2999
|
"type": "integer"
|
|
2709
3000
|
},
|
|
2710
3001
|
"priority": {
|
|
2711
|
-
"description": "
|
|
3002
|
+
"description": "Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow.",
|
|
2712
3003
|
"artifactType": "Manifest",
|
|
2713
3004
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2714
3005
|
"enum": [
|