@sap/ux-specification 1.139.6 → 1.139.7
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 +40 -1
- 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 +258 -259
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +72 -35
- package/dist/schemas/v4/ListReportConfig.json +274 -28
- package/dist/schemas/v4/ObjectPageConfig.json +433 -154
- 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 +53 -10
- 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 +54 -11
- 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 +78 -21
- 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 +41 -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/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,7 +145,7 @@
|
|
|
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
|
"priority": {
|
|
@@ -158,13 +171,13 @@
|
|
|
158
171
|
"type": "object",
|
|
159
172
|
"properties": {
|
|
160
173
|
"anchor": {
|
|
161
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
174
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
162
175
|
"artifactType": "Manifest",
|
|
163
176
|
"type": "string"
|
|
164
177
|
},
|
|
165
178
|
"placement": {
|
|
166
179
|
"$ref": "#/definitions/ActionPlacement",
|
|
167
|
-
"description": "
|
|
180
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
168
181
|
"artifactType": "Manifest"
|
|
169
182
|
}
|
|
170
183
|
},
|
|
@@ -230,7 +243,7 @@
|
|
|
230
243
|
},
|
|
231
244
|
"additionalSemanticObjects": {
|
|
232
245
|
"$ref": "#/definitions/AdditionalSemanticObjects",
|
|
233
|
-
"description": "Additional Semantic Objects
|
|
246
|
+
"description": "Additional Semantic Objects",
|
|
234
247
|
"artifactType": "Manifest"
|
|
235
248
|
}
|
|
236
249
|
},
|
|
@@ -331,6 +344,117 @@
|
|
|
331
344
|
},
|
|
332
345
|
"additionalProperties": false
|
|
333
346
|
},
|
|
347
|
+
"ObjectPageHeaderCustomActionMenu": {
|
|
348
|
+
"isViewNode": true,
|
|
349
|
+
"type": "object",
|
|
350
|
+
"properties": {
|
|
351
|
+
"actions": {
|
|
352
|
+
"$ref": "#/definitions/ObjectPageHeaderCustomActionMenuActions",
|
|
353
|
+
"description": "List of actions.",
|
|
354
|
+
"artifactType": "Manifest"
|
|
355
|
+
},
|
|
356
|
+
"position": {
|
|
357
|
+
"$ref": "#/definitions/CustomHeaderActionPositionOP",
|
|
358
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
359
|
+
"artifactType": "Manifest"
|
|
360
|
+
},
|
|
361
|
+
"menu": {
|
|
362
|
+
"description": "List of action names from the manifest.",
|
|
363
|
+
"hidden": true,
|
|
364
|
+
"isViewNode": false,
|
|
365
|
+
"type": "array",
|
|
366
|
+
"items": {
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
369
|
+
"artifactType": "Manifest"
|
|
370
|
+
},
|
|
371
|
+
"defaultAction": {
|
|
372
|
+
"description": "The default action for a menu button.",
|
|
373
|
+
"isViewNode": false,
|
|
374
|
+
"type": "string",
|
|
375
|
+
"artifactType": "Manifest"
|
|
376
|
+
},
|
|
377
|
+
"text": {
|
|
378
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
379
|
+
"i18nClassification": "COL: Custom action text",
|
|
380
|
+
"artifactType": "Manifest",
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
"visible": {
|
|
384
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
385
|
+
"anyOf": [
|
|
386
|
+
{
|
|
387
|
+
"enum": [
|
|
388
|
+
false,
|
|
389
|
+
true,
|
|
390
|
+
"{ui>/isEditable}",
|
|
391
|
+
"{= !${ui>/isEditable}}"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": "string"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
399
|
+
"artifactType": "Manifest"
|
|
400
|
+
},
|
|
401
|
+
"enabled": {
|
|
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": "Defines if the action or action menu is enabled. The default value is true.",
|
|
417
|
+
"artifactType": "Manifest"
|
|
418
|
+
},
|
|
419
|
+
"priority": {
|
|
420
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
421
|
+
"artifactType": "Manifest",
|
|
422
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
423
|
+
"enum": [
|
|
424
|
+
"AlwaysOverflow",
|
|
425
|
+
"High",
|
|
426
|
+
"Low",
|
|
427
|
+
"NeverOverflow"
|
|
428
|
+
],
|
|
429
|
+
"type": "string"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"additionalProperties": false,
|
|
433
|
+
"required": [
|
|
434
|
+
"menu",
|
|
435
|
+
"text"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"ObjectPageHeaderCustomActionMenuActions": {
|
|
439
|
+
"isViewNode": false,
|
|
440
|
+
"type": "object",
|
|
441
|
+
"additionalProperties": {
|
|
442
|
+
"anyOf": [
|
|
443
|
+
{
|
|
444
|
+
"$ref": "#/definitions/CustomHeaderActionOP"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"$ref": "#/definitions/ObjectPageHeaderAction"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"$ref": "#/definitions/RelatedApps"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"$ref": "#/definitions/ObjectPageHeaderActionGroup"
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
}
|
|
457
|
+
},
|
|
334
458
|
"HeaderSections": {
|
|
335
459
|
"description": "Header Sections",
|
|
336
460
|
"isViewNode": true,
|
|
@@ -828,6 +952,9 @@
|
|
|
828
952
|
},
|
|
829
953
|
{
|
|
830
954
|
"$ref": "#/definitions/ObjectPageToolBarActionGroup"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
831
958
|
}
|
|
832
959
|
]
|
|
833
960
|
}
|
|
@@ -877,14 +1004,24 @@
|
|
|
877
1004
|
"artifactType": "Manifest",
|
|
878
1005
|
"type": "boolean"
|
|
879
1006
|
},
|
|
880
|
-
"
|
|
881
|
-
"description": "
|
|
882
|
-
"i18nClassification": "COL: Custom action text",
|
|
1007
|
+
"press": {
|
|
1008
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
883
1009
|
"artifactType": "Manifest",
|
|
884
1010
|
"type": "string"
|
|
885
1011
|
},
|
|
886
|
-
"
|
|
887
|
-
"description": "
|
|
1012
|
+
"menu": {
|
|
1013
|
+
"description": "List of action names from the manifest.",
|
|
1014
|
+
"hidden": true,
|
|
1015
|
+
"isViewNode": false,
|
|
1016
|
+
"type": "array",
|
|
1017
|
+
"items": {
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
},
|
|
1020
|
+
"artifactType": "Manifest"
|
|
1021
|
+
},
|
|
1022
|
+
"text": {
|
|
1023
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1024
|
+
"i18nClassification": "COL: Custom action text",
|
|
888
1025
|
"artifactType": "Manifest",
|
|
889
1026
|
"type": "string"
|
|
890
1027
|
},
|
|
@@ -903,7 +1040,7 @@
|
|
|
903
1040
|
"type": "string"
|
|
904
1041
|
}
|
|
905
1042
|
],
|
|
906
|
-
"description": "
|
|
1043
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
907
1044
|
"artifactType": "Manifest"
|
|
908
1045
|
},
|
|
909
1046
|
"enabled": {
|
|
@@ -921,7 +1058,7 @@
|
|
|
921
1058
|
"type": "string"
|
|
922
1059
|
}
|
|
923
1060
|
],
|
|
924
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
1061
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
925
1062
|
"artifactType": "Manifest"
|
|
926
1063
|
},
|
|
927
1064
|
"priority": {
|
|
@@ -947,13 +1084,13 @@
|
|
|
947
1084
|
"type": "object",
|
|
948
1085
|
"properties": {
|
|
949
1086
|
"anchor": {
|
|
950
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
1087
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
951
1088
|
"artifactType": "Manifest",
|
|
952
1089
|
"type": "string"
|
|
953
1090
|
},
|
|
954
1091
|
"placement": {
|
|
955
1092
|
"$ref": "#/definitions/ActionPlacement",
|
|
956
|
-
"description": "
|
|
1093
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
957
1094
|
"artifactType": "Manifest"
|
|
958
1095
|
}
|
|
959
1096
|
},
|
|
@@ -1009,6 +1146,241 @@
|
|
|
1009
1146
|
},
|
|
1010
1147
|
"additionalProperties": false
|
|
1011
1148
|
},
|
|
1149
|
+
"ObjectPageCustomActionMenu": {
|
|
1150
|
+
"isViewNode": true,
|
|
1151
|
+
"type": "object",
|
|
1152
|
+
"properties": {
|
|
1153
|
+
"actions": {
|
|
1154
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenuActions",
|
|
1155
|
+
"description": "List of actions.",
|
|
1156
|
+
"artifactType": "Manifest"
|
|
1157
|
+
},
|
|
1158
|
+
"menu": {
|
|
1159
|
+
"description": "List of action names from the manifest.",
|
|
1160
|
+
"hidden": true,
|
|
1161
|
+
"isViewNode": false,
|
|
1162
|
+
"type": "array",
|
|
1163
|
+
"items": {
|
|
1164
|
+
"type": "string"
|
|
1165
|
+
},
|
|
1166
|
+
"artifactType": "Manifest"
|
|
1167
|
+
},
|
|
1168
|
+
"defaultAction": {
|
|
1169
|
+
"description": "The default action for a menu button.",
|
|
1170
|
+
"isViewNode": false,
|
|
1171
|
+
"type": "string",
|
|
1172
|
+
"artifactType": "Manifest"
|
|
1173
|
+
},
|
|
1174
|
+
"position": {
|
|
1175
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1176
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
1177
|
+
"artifactType": "Manifest"
|
|
1178
|
+
},
|
|
1179
|
+
"text": {
|
|
1180
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1181
|
+
"i18nClassification": "COL: Custom action text",
|
|
1182
|
+
"artifactType": "Manifest",
|
|
1183
|
+
"type": "string"
|
|
1184
|
+
},
|
|
1185
|
+
"visible": {
|
|
1186
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1187
|
+
"anyOf": [
|
|
1188
|
+
{
|
|
1189
|
+
"enum": [
|
|
1190
|
+
false,
|
|
1191
|
+
true,
|
|
1192
|
+
"{ui>/isEditable}",
|
|
1193
|
+
"{= !${ui>/isEditable}}"
|
|
1194
|
+
]
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"type": "string"
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1201
|
+
"artifactType": "Manifest"
|
|
1202
|
+
},
|
|
1203
|
+
"enabled": {
|
|
1204
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1205
|
+
"anyOf": [
|
|
1206
|
+
{
|
|
1207
|
+
"enum": [
|
|
1208
|
+
false,
|
|
1209
|
+
true,
|
|
1210
|
+
"{ui>/isEditable}",
|
|
1211
|
+
"{= !${ui>/isEditable}}"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"type": "string"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1219
|
+
"artifactType": "Manifest"
|
|
1220
|
+
},
|
|
1221
|
+
"priority": {
|
|
1222
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
1223
|
+
"artifactType": "Manifest",
|
|
1224
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1225
|
+
"enum": [
|
|
1226
|
+
"AlwaysOverflow",
|
|
1227
|
+
"High",
|
|
1228
|
+
"Low",
|
|
1229
|
+
"NeverOverflow"
|
|
1230
|
+
],
|
|
1231
|
+
"type": "string"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"additionalProperties": false,
|
|
1235
|
+
"required": [
|
|
1236
|
+
"menu",
|
|
1237
|
+
"text"
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1240
|
+
"ObjectPageCustomActionMenuActions": {
|
|
1241
|
+
"isViewNode": false,
|
|
1242
|
+
"type": "object",
|
|
1243
|
+
"additionalProperties": {
|
|
1244
|
+
"anyOf": [
|
|
1245
|
+
{
|
|
1246
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"$ref": "#/definitions/CustomTableActionOP"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"$ref": "#/definitions/CustomFormActionOP"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"$ref": "#/definitions/FormAction"
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"CustomFormActionOP": {
|
|
1261
|
+
"type": "object",
|
|
1262
|
+
"properties": {
|
|
1263
|
+
"position": {
|
|
1264
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1265
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
1266
|
+
"artifactType": "Manifest"
|
|
1267
|
+
},
|
|
1268
|
+
"press": {
|
|
1269
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1270
|
+
"artifactType": "Manifest",
|
|
1271
|
+
"type": "string"
|
|
1272
|
+
},
|
|
1273
|
+
"menu": {
|
|
1274
|
+
"description": "List of action names from the manifest.",
|
|
1275
|
+
"hidden": true,
|
|
1276
|
+
"isViewNode": false,
|
|
1277
|
+
"type": "array",
|
|
1278
|
+
"items": {
|
|
1279
|
+
"type": "string"
|
|
1280
|
+
},
|
|
1281
|
+
"artifactType": "Manifest"
|
|
1282
|
+
},
|
|
1283
|
+
"text": {
|
|
1284
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1285
|
+
"i18nClassification": "COL: Custom action text",
|
|
1286
|
+
"artifactType": "Manifest",
|
|
1287
|
+
"type": "string"
|
|
1288
|
+
},
|
|
1289
|
+
"visible": {
|
|
1290
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1291
|
+
"anyOf": [
|
|
1292
|
+
{
|
|
1293
|
+
"enum": [
|
|
1294
|
+
false,
|
|
1295
|
+
true,
|
|
1296
|
+
"{ui>/isEditable}",
|
|
1297
|
+
"{= !${ui>/isEditable}}"
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"type": "string"
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1305
|
+
"artifactType": "Manifest"
|
|
1306
|
+
},
|
|
1307
|
+
"enabled": {
|
|
1308
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1309
|
+
"anyOf": [
|
|
1310
|
+
{
|
|
1311
|
+
"enum": [
|
|
1312
|
+
false,
|
|
1313
|
+
true,
|
|
1314
|
+
"{ui>/isEditable}",
|
|
1315
|
+
"{= !${ui>/isEditable}}"
|
|
1316
|
+
]
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"type": "string"
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1322
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1323
|
+
"artifactType": "Manifest"
|
|
1324
|
+
},
|
|
1325
|
+
"priority": {
|
|
1326
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
1327
|
+
"artifactType": "Manifest",
|
|
1328
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1329
|
+
"enum": [
|
|
1330
|
+
"AlwaysOverflow",
|
|
1331
|
+
"High",
|
|
1332
|
+
"Low",
|
|
1333
|
+
"NeverOverflow"
|
|
1334
|
+
],
|
|
1335
|
+
"type": "string"
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
"additionalProperties": false,
|
|
1339
|
+
"required": [
|
|
1340
|
+
"press",
|
|
1341
|
+
"text"
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
"FormAction": {
|
|
1345
|
+
"type": "object",
|
|
1346
|
+
"properties": {
|
|
1347
|
+
"afterExecution": {
|
|
1348
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1349
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1350
|
+
"artifactType": "Manifest"
|
|
1351
|
+
},
|
|
1352
|
+
"priority": {
|
|
1353
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
1354
|
+
"artifactType": "Manifest",
|
|
1355
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
1356
|
+
"enum": [
|
|
1357
|
+
"AlwaysOverflow",
|
|
1358
|
+
"High",
|
|
1359
|
+
"Low",
|
|
1360
|
+
"NeverOverflow"
|
|
1361
|
+
],
|
|
1362
|
+
"type": "string"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"additionalProperties": false
|
|
1366
|
+
},
|
|
1367
|
+
"ActionAfterExecutionConfigurationForm": {
|
|
1368
|
+
"type": "object",
|
|
1369
|
+
"properties": {
|
|
1370
|
+
"navigateToInstance": {
|
|
1371
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1372
|
+
"type": "boolean",
|
|
1373
|
+
"artifactType": "Manifest",
|
|
1374
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1375
|
+
},
|
|
1376
|
+
"enableAutoScroll": {
|
|
1377
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1378
|
+
"type": "boolean",
|
|
1379
|
+
"artifactType": "Manifest"
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
"additionalProperties": false
|
|
1383
|
+
},
|
|
1012
1384
|
"PersonalizationTypeOP": {
|
|
1013
1385
|
"type": "object",
|
|
1014
1386
|
"properties": {
|
|
@@ -2040,6 +2412,9 @@
|
|
|
2040
2412
|
"type": "object",
|
|
2041
2413
|
"additionalProperties": {
|
|
2042
2414
|
"anyOf": [
|
|
2415
|
+
{
|
|
2416
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
2417
|
+
},
|
|
2043
2418
|
{
|
|
2044
2419
|
"$ref": "#/definitions/CustomFormActionOP"
|
|
2045
2420
|
},
|
|
@@ -2052,120 +2427,6 @@
|
|
|
2052
2427
|
]
|
|
2053
2428
|
}
|
|
2054
2429
|
},
|
|
2055
|
-
"CustomFormActionOP": {
|
|
2056
|
-
"type": "object",
|
|
2057
|
-
"properties": {
|
|
2058
|
-
"position": {
|
|
2059
|
-
"$ref": "#/definitions/CustomActionPositionOP",
|
|
2060
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2061
|
-
"artifactType": "Manifest"
|
|
2062
|
-
},
|
|
2063
|
-
"text": {
|
|
2064
|
-
"description": "The text that is displayed on the button (typically a binding to an i18n entry).",
|
|
2065
|
-
"i18nClassification": "COL: Custom action text",
|
|
2066
|
-
"artifactType": "Manifest",
|
|
2067
|
-
"type": "string"
|
|
2068
|
-
},
|
|
2069
|
-
"press": {
|
|
2070
|
-
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2071
|
-
"artifactType": "Manifest",
|
|
2072
|
-
"type": "string"
|
|
2073
|
-
},
|
|
2074
|
-
"visible": {
|
|
2075
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
2076
|
-
"anyOf": [
|
|
2077
|
-
{
|
|
2078
|
-
"enum": [
|
|
2079
|
-
false,
|
|
2080
|
-
true,
|
|
2081
|
-
"{ui>/isEditable}",
|
|
2082
|
-
"{= !${ui>/isEditable}}"
|
|
2083
|
-
]
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"type": "string"
|
|
2087
|
-
}
|
|
2088
|
-
],
|
|
2089
|
-
"description": "Defines if the action button is visible.",
|
|
2090
|
-
"artifactType": "Manifest"
|
|
2091
|
-
},
|
|
2092
|
-
"enabled": {
|
|
2093
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
2094
|
-
"anyOf": [
|
|
2095
|
-
{
|
|
2096
|
-
"enum": [
|
|
2097
|
-
false,
|
|
2098
|
-
true,
|
|
2099
|
-
"{ui>/isEditable}",
|
|
2100
|
-
"{= !${ui>/isEditable}}"
|
|
2101
|
-
]
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"type": "string"
|
|
2105
|
-
}
|
|
2106
|
-
],
|
|
2107
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2108
|
-
"artifactType": "Manifest"
|
|
2109
|
-
},
|
|
2110
|
-
"priority": {
|
|
2111
|
-
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2112
|
-
"artifactType": "Manifest",
|
|
2113
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2114
|
-
"enum": [
|
|
2115
|
-
"AlwaysOverflow",
|
|
2116
|
-
"High",
|
|
2117
|
-
"Low",
|
|
2118
|
-
"NeverOverflow"
|
|
2119
|
-
],
|
|
2120
|
-
"type": "string"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
"additionalProperties": false,
|
|
2124
|
-
"required": [
|
|
2125
|
-
"press",
|
|
2126
|
-
"text"
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
|
-
"FormAction": {
|
|
2130
|
-
"type": "object",
|
|
2131
|
-
"properties": {
|
|
2132
|
-
"afterExecution": {
|
|
2133
|
-
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
2134
|
-
"description": "Settings that control the behavior after creating a new entry.",
|
|
2135
|
-
"artifactType": "Manifest"
|
|
2136
|
-
},
|
|
2137
|
-
"priority": {
|
|
2138
|
-
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2139
|
-
"artifactType": "Manifest",
|
|
2140
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2141
|
-
"enum": [
|
|
2142
|
-
"AlwaysOverflow",
|
|
2143
|
-
"High",
|
|
2144
|
-
"Low",
|
|
2145
|
-
"NeverOverflow"
|
|
2146
|
-
],
|
|
2147
|
-
"type": "string"
|
|
2148
|
-
}
|
|
2149
|
-
},
|
|
2150
|
-
"additionalProperties": false
|
|
2151
|
-
},
|
|
2152
|
-
"ActionAfterExecutionConfigurationForm": {
|
|
2153
|
-
"type": "object",
|
|
2154
|
-
"properties": {
|
|
2155
|
-
"navigateToInstance": {
|
|
2156
|
-
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
2157
|
-
"type": "boolean",
|
|
2158
|
-
"artifactType": "Manifest",
|
|
2159
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
2160
|
-
},
|
|
2161
|
-
"enableAutoScroll": {
|
|
2162
|
-
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
2163
|
-
"type": "boolean",
|
|
2164
|
-
"artifactType": "Manifest"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
"additionalProperties": false
|
|
2168
|
-
},
|
|
2169
2430
|
"ObjectPageFormActionGroup": {
|
|
2170
2431
|
"type": "object",
|
|
2171
2432
|
"additionalProperties": {
|
|
@@ -2422,17 +2683,26 @@
|
|
|
2422
2683
|
"properties": {
|
|
2423
2684
|
"position": {
|
|
2424
2685
|
"$ref": "#/definitions/CustomSectionActionPositionOP",
|
|
2425
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2686
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2426
2687
|
"artifactType": "Manifest"
|
|
2427
2688
|
},
|
|
2428
|
-
"
|
|
2429
|
-
"description": "
|
|
2430
|
-
"i18nClassification": "COL: Custom action text",
|
|
2689
|
+
"press": {
|
|
2690
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2431
2691
|
"artifactType": "Manifest",
|
|
2432
2692
|
"type": "string"
|
|
2433
2693
|
},
|
|
2434
|
-
"
|
|
2435
|
-
"description": "
|
|
2694
|
+
"menu": {
|
|
2695
|
+
"description": "List of action names from the manifest.",
|
|
2696
|
+
"hidden": true,
|
|
2697
|
+
"isViewNode": false,
|
|
2698
|
+
"type": "array",
|
|
2699
|
+
"items": {
|
|
2700
|
+
"type": "string"
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2703
|
+
"text": {
|
|
2704
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2705
|
+
"i18nClassification": "COL: Custom action text",
|
|
2436
2706
|
"artifactType": "Manifest",
|
|
2437
2707
|
"type": "string"
|
|
2438
2708
|
},
|
|
@@ -2451,7 +2721,7 @@
|
|
|
2451
2721
|
"type": "string"
|
|
2452
2722
|
}
|
|
2453
2723
|
],
|
|
2454
|
-
"description": "
|
|
2724
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2455
2725
|
"artifactType": "Manifest"
|
|
2456
2726
|
},
|
|
2457
2727
|
"enabled": {
|
|
@@ -2469,7 +2739,7 @@
|
|
|
2469
2739
|
"type": "string"
|
|
2470
2740
|
}
|
|
2471
2741
|
],
|
|
2472
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2742
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2473
2743
|
"artifactType": "Manifest"
|
|
2474
2744
|
},
|
|
2475
2745
|
"priority": {
|
|
@@ -2495,13 +2765,13 @@
|
|
|
2495
2765
|
"type": "object",
|
|
2496
2766
|
"properties": {
|
|
2497
2767
|
"anchor": {
|
|
2498
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2768
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2499
2769
|
"artifactType": "Manifest",
|
|
2500
2770
|
"type": "string"
|
|
2501
2771
|
},
|
|
2502
2772
|
"placement": {
|
|
2503
2773
|
"$ref": "#/definitions/ActionPlacement",
|
|
2504
|
-
"description": "
|
|
2774
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2505
2775
|
"artifactType": "Manifest"
|
|
2506
2776
|
}
|
|
2507
2777
|
},
|
|
@@ -2539,17 +2809,26 @@
|
|
|
2539
2809
|
"properties": {
|
|
2540
2810
|
"position": {
|
|
2541
2811
|
"$ref": "#/definitions/CustomFooterActionPositionOP",
|
|
2542
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2812
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2543
2813
|
"artifactType": "Manifest"
|
|
2544
2814
|
},
|
|
2545
|
-
"
|
|
2546
|
-
"description": "
|
|
2547
|
-
"i18nClassification": "COL: Custom action text",
|
|
2815
|
+
"press": {
|
|
2816
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2548
2817
|
"artifactType": "Manifest",
|
|
2549
2818
|
"type": "string"
|
|
2550
2819
|
},
|
|
2551
|
-
"
|
|
2552
|
-
"description": "
|
|
2820
|
+
"menu": {
|
|
2821
|
+
"description": "List of action names from the manifest.",
|
|
2822
|
+
"hidden": true,
|
|
2823
|
+
"isViewNode": false,
|
|
2824
|
+
"type": "array",
|
|
2825
|
+
"items": {
|
|
2826
|
+
"type": "string"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"text": {
|
|
2830
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2831
|
+
"i18nClassification": "COL: Custom action text",
|
|
2553
2832
|
"artifactType": "Manifest",
|
|
2554
2833
|
"type": "string"
|
|
2555
2834
|
},
|
|
@@ -2568,7 +2847,7 @@
|
|
|
2568
2847
|
"type": "string"
|
|
2569
2848
|
}
|
|
2570
2849
|
],
|
|
2571
|
-
"description": "
|
|
2850
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2572
2851
|
"artifactType": "Manifest"
|
|
2573
2852
|
},
|
|
2574
2853
|
"enabled": {
|
|
@@ -2586,7 +2865,7 @@
|
|
|
2586
2865
|
"type": "string"
|
|
2587
2866
|
}
|
|
2588
2867
|
],
|
|
2589
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2868
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2590
2869
|
"artifactType": "Manifest"
|
|
2591
2870
|
},
|
|
2592
2871
|
"priority": {
|
|
@@ -2612,13 +2891,13 @@
|
|
|
2612
2891
|
"type": "object",
|
|
2613
2892
|
"properties": {
|
|
2614
2893
|
"anchor": {
|
|
2615
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2894
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2616
2895
|
"artifactType": "Manifest",
|
|
2617
2896
|
"type": "string"
|
|
2618
2897
|
},
|
|
2619
2898
|
"placement": {
|
|
2620
2899
|
"$ref": "#/definitions/ActionPlacement",
|
|
2621
|
-
"description": "
|
|
2900
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2622
2901
|
"artifactType": "Manifest"
|
|
2623
2902
|
}
|
|
2624
2903
|
},
|