@sap/ux-specification 1.136.13 → 1.136.15
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 +73 -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 +260 -261
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +28 -3
- package/dist/schemas/v2/ListReportNewConfig.json +45 -0
- package/dist/schemas/v2/ObjectPageConfig.json +11 -5
- package/dist/schemas/v4/ApplicationV4.json +18 -12
- package/dist/schemas/v4/BuildingBlocksConfig.json +72 -35
- package/dist/schemas/v4/ListReportConfig.json +299 -28
- package/dist/schemas/v4/ObjectPageConfig.json +409 -130
- package/dist/specification/package.json +17 -17
- 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/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +23 -13
- package/dist/specification/scripts/schema/to-json-schema.js.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/decoration/decorators.d.ts +65 -4
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
- package/dist/specification/src/sync/common/distTagEvaluator.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 +12 -6
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +33 -22
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +6 -4
- 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.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +18 -13
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +52 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +176 -5
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/application.d.ts +1 -0
- package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/application.js +18 -0
- package/dist/specification/src/sync/v2/application.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
- package/dist/specification/src/sync/v2/export/exportPage.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 +8 -15
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
- package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +3 -3
- package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.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/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
- package/dist/specification/src/sync/v2/generate/objectPage.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/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.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/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +17 -1
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +57 -0
- package/dist/specification/src/sync/v2/utils.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/Header.d.ts +3 -2
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -2
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- 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 -4
- 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 -21
- 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 +52 -9
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.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 +53 -10
- 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/TableColumn.d.ts +7 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.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 +76 -19
- 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/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.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 +107 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +394 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
- 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 +129 -4
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +196 -353
- 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 +15 -21
- 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/sync-rules/App.d.ts +141 -0
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +105 -49
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +363 -97
- 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 +152 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +47 -2
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +18 -0
- package/dist/types/src/v2/application.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +6 -6
- 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/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.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 +3 -3
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/package.json +17 -17
|
@@ -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
|
},
|
|
@@ -146,13 +159,13 @@
|
|
|
146
159
|
"type": "object",
|
|
147
160
|
"properties": {
|
|
148
161
|
"anchor": {
|
|
149
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
162
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
150
163
|
"artifactType": "Manifest",
|
|
151
164
|
"type": "string"
|
|
152
165
|
},
|
|
153
166
|
"placement": {
|
|
154
167
|
"$ref": "#/definitions/ActionPlacement",
|
|
155
|
-
"description": "
|
|
168
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
156
169
|
"artifactType": "Manifest"
|
|
157
170
|
}
|
|
158
171
|
},
|
|
@@ -206,7 +219,7 @@
|
|
|
206
219
|
},
|
|
207
220
|
"additionalSemanticObjects": {
|
|
208
221
|
"$ref": "#/definitions/AdditionalSemanticObjects",
|
|
209
|
-
"description": "Additional Semantic Objects
|
|
222
|
+
"description": "Additional Semantic Objects",
|
|
210
223
|
"artifactType": "Manifest"
|
|
211
224
|
}
|
|
212
225
|
},
|
|
@@ -266,6 +279,105 @@
|
|
|
266
279
|
"$ref": "#/definitions/ObjectPageHeaderAction"
|
|
267
280
|
}
|
|
268
281
|
},
|
|
282
|
+
"ObjectPageHeaderCustomActionMenu": {
|
|
283
|
+
"isViewNode": true,
|
|
284
|
+
"type": "object",
|
|
285
|
+
"properties": {
|
|
286
|
+
"actions": {
|
|
287
|
+
"$ref": "#/definitions/ObjectPageHeaderCustomActionMenuActions",
|
|
288
|
+
"description": "List of actions.",
|
|
289
|
+
"artifactType": "Manifest"
|
|
290
|
+
},
|
|
291
|
+
"position": {
|
|
292
|
+
"$ref": "#/definitions/CustomHeaderActionPositionOP",
|
|
293
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
294
|
+
"artifactType": "Manifest"
|
|
295
|
+
},
|
|
296
|
+
"menu": {
|
|
297
|
+
"description": "List of action names from the manifest.",
|
|
298
|
+
"hidden": true,
|
|
299
|
+
"isViewNode": false,
|
|
300
|
+
"type": "array",
|
|
301
|
+
"items": {
|
|
302
|
+
"type": "string"
|
|
303
|
+
},
|
|
304
|
+
"artifactType": "Manifest"
|
|
305
|
+
},
|
|
306
|
+
"defaultAction": {
|
|
307
|
+
"description": "The default action for a menu button.",
|
|
308
|
+
"isViewNode": false,
|
|
309
|
+
"type": "string",
|
|
310
|
+
"artifactType": "Manifest"
|
|
311
|
+
},
|
|
312
|
+
"text": {
|
|
313
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
314
|
+
"i18nClassification": "COL: Custom action text",
|
|
315
|
+
"artifactType": "Manifest",
|
|
316
|
+
"type": "string"
|
|
317
|
+
},
|
|
318
|
+
"visible": {
|
|
319
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
320
|
+
"anyOf": [
|
|
321
|
+
{
|
|
322
|
+
"enum": [
|
|
323
|
+
false,
|
|
324
|
+
true,
|
|
325
|
+
"{ui>/isEditable}",
|
|
326
|
+
"{= !${ui>/isEditable}}"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"type": "string"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
334
|
+
"artifactType": "Manifest"
|
|
335
|
+
},
|
|
336
|
+
"enabled": {
|
|
337
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
338
|
+
"anyOf": [
|
|
339
|
+
{
|
|
340
|
+
"enum": [
|
|
341
|
+
false,
|
|
342
|
+
true,
|
|
343
|
+
"{ui>/isEditable}",
|
|
344
|
+
"{= !${ui>/isEditable}}"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"type": "string"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
352
|
+
"artifactType": "Manifest"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"additionalProperties": false,
|
|
356
|
+
"required": [
|
|
357
|
+
"menu",
|
|
358
|
+
"text"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"ObjectPageHeaderCustomActionMenuActions": {
|
|
362
|
+
"isViewNode": false,
|
|
363
|
+
"type": "object",
|
|
364
|
+
"additionalProperties": {
|
|
365
|
+
"anyOf": [
|
|
366
|
+
{
|
|
367
|
+
"$ref": "#/definitions/CustomHeaderActionOP"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"$ref": "#/definitions/ObjectPageHeaderAction"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"$ref": "#/definitions/RelatedApps"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"$ref": "#/definitions/ObjectPageHeaderActionGroup"
|
|
377
|
+
}
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
},
|
|
269
381
|
"HeaderSections": {
|
|
270
382
|
"description": "Header Sections",
|
|
271
383
|
"isViewNode": true,
|
|
@@ -763,6 +875,9 @@
|
|
|
763
875
|
},
|
|
764
876
|
{
|
|
765
877
|
"$ref": "#/definitions/ObjectPageToolBarActionGroup"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
766
881
|
}
|
|
767
882
|
]
|
|
768
883
|
}
|
|
@@ -800,14 +915,24 @@
|
|
|
800
915
|
"artifactType": "Manifest",
|
|
801
916
|
"type": "boolean"
|
|
802
917
|
},
|
|
803
|
-
"
|
|
804
|
-
"description": "
|
|
805
|
-
"i18nClassification": "COL: Custom action text",
|
|
918
|
+
"press": {
|
|
919
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
806
920
|
"artifactType": "Manifest",
|
|
807
921
|
"type": "string"
|
|
808
922
|
},
|
|
809
|
-
"
|
|
810
|
-
"description": "
|
|
923
|
+
"menu": {
|
|
924
|
+
"description": "List of action names from the manifest.",
|
|
925
|
+
"hidden": true,
|
|
926
|
+
"isViewNode": false,
|
|
927
|
+
"type": "array",
|
|
928
|
+
"items": {
|
|
929
|
+
"type": "string"
|
|
930
|
+
},
|
|
931
|
+
"artifactType": "Manifest"
|
|
932
|
+
},
|
|
933
|
+
"text": {
|
|
934
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
935
|
+
"i18nClassification": "COL: Custom action text",
|
|
811
936
|
"artifactType": "Manifest",
|
|
812
937
|
"type": "string"
|
|
813
938
|
},
|
|
@@ -826,7 +951,7 @@
|
|
|
826
951
|
"type": "string"
|
|
827
952
|
}
|
|
828
953
|
],
|
|
829
|
-
"description": "
|
|
954
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
830
955
|
"artifactType": "Manifest"
|
|
831
956
|
},
|
|
832
957
|
"enabled": {
|
|
@@ -844,7 +969,7 @@
|
|
|
844
969
|
"type": "string"
|
|
845
970
|
}
|
|
846
971
|
],
|
|
847
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
972
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
848
973
|
"artifactType": "Manifest"
|
|
849
974
|
}
|
|
850
975
|
},
|
|
@@ -858,13 +983,13 @@
|
|
|
858
983
|
"type": "object",
|
|
859
984
|
"properties": {
|
|
860
985
|
"anchor": {
|
|
861
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
986
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
862
987
|
"artifactType": "Manifest",
|
|
863
988
|
"type": "string"
|
|
864
989
|
},
|
|
865
990
|
"placement": {
|
|
866
991
|
"$ref": "#/definitions/ActionPlacement",
|
|
867
|
-
"description": "
|
|
992
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
868
993
|
"artifactType": "Manifest"
|
|
869
994
|
}
|
|
870
995
|
},
|
|
@@ -879,6 +1004,205 @@
|
|
|
879
1004
|
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
880
1005
|
}
|
|
881
1006
|
},
|
|
1007
|
+
"ObjectPageCustomActionMenu": {
|
|
1008
|
+
"isViewNode": true,
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"actions": {
|
|
1012
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenuActions",
|
|
1013
|
+
"description": "List of actions.",
|
|
1014
|
+
"artifactType": "Manifest"
|
|
1015
|
+
},
|
|
1016
|
+
"menu": {
|
|
1017
|
+
"description": "List of action names from the manifest.",
|
|
1018
|
+
"hidden": true,
|
|
1019
|
+
"isViewNode": false,
|
|
1020
|
+
"type": "array",
|
|
1021
|
+
"items": {
|
|
1022
|
+
"type": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"artifactType": "Manifest"
|
|
1025
|
+
},
|
|
1026
|
+
"defaultAction": {
|
|
1027
|
+
"description": "The default action for a menu button.",
|
|
1028
|
+
"isViewNode": false,
|
|
1029
|
+
"type": "string",
|
|
1030
|
+
"artifactType": "Manifest"
|
|
1031
|
+
},
|
|
1032
|
+
"position": {
|
|
1033
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1034
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
1035
|
+
"artifactType": "Manifest"
|
|
1036
|
+
},
|
|
1037
|
+
"text": {
|
|
1038
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1039
|
+
"i18nClassification": "COL: Custom action text",
|
|
1040
|
+
"artifactType": "Manifest",
|
|
1041
|
+
"type": "string"
|
|
1042
|
+
},
|
|
1043
|
+
"visible": {
|
|
1044
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1045
|
+
"anyOf": [
|
|
1046
|
+
{
|
|
1047
|
+
"enum": [
|
|
1048
|
+
false,
|
|
1049
|
+
true,
|
|
1050
|
+
"{ui>/isEditable}",
|
|
1051
|
+
"{= !${ui>/isEditable}}"
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1059
|
+
"artifactType": "Manifest"
|
|
1060
|
+
},
|
|
1061
|
+
"enabled": {
|
|
1062
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1063
|
+
"anyOf": [
|
|
1064
|
+
{
|
|
1065
|
+
"enum": [
|
|
1066
|
+
false,
|
|
1067
|
+
true,
|
|
1068
|
+
"{ui>/isEditable}",
|
|
1069
|
+
"{= !${ui>/isEditable}}"
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"type": "string"
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1077
|
+
"artifactType": "Manifest"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"additionalProperties": false,
|
|
1081
|
+
"required": [
|
|
1082
|
+
"menu",
|
|
1083
|
+
"text"
|
|
1084
|
+
]
|
|
1085
|
+
},
|
|
1086
|
+
"ObjectPageCustomActionMenuActions": {
|
|
1087
|
+
"isViewNode": false,
|
|
1088
|
+
"type": "object",
|
|
1089
|
+
"additionalProperties": {
|
|
1090
|
+
"anyOf": [
|
|
1091
|
+
{
|
|
1092
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"$ref": "#/definitions/CustomTableActionOP"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"$ref": "#/definitions/CustomFormActionOP"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"$ref": "#/definitions/FormAction"
|
|
1102
|
+
}
|
|
1103
|
+
]
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"CustomFormActionOP": {
|
|
1107
|
+
"type": "object",
|
|
1108
|
+
"properties": {
|
|
1109
|
+
"position": {
|
|
1110
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1111
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
1112
|
+
"artifactType": "Manifest"
|
|
1113
|
+
},
|
|
1114
|
+
"press": {
|
|
1115
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1116
|
+
"artifactType": "Manifest",
|
|
1117
|
+
"type": "string"
|
|
1118
|
+
},
|
|
1119
|
+
"menu": {
|
|
1120
|
+
"description": "List of action names from the manifest.",
|
|
1121
|
+
"hidden": true,
|
|
1122
|
+
"isViewNode": false,
|
|
1123
|
+
"type": "array",
|
|
1124
|
+
"items": {
|
|
1125
|
+
"type": "string"
|
|
1126
|
+
},
|
|
1127
|
+
"artifactType": "Manifest"
|
|
1128
|
+
},
|
|
1129
|
+
"text": {
|
|
1130
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1131
|
+
"i18nClassification": "COL: Custom action text",
|
|
1132
|
+
"artifactType": "Manifest",
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
"visible": {
|
|
1136
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1137
|
+
"anyOf": [
|
|
1138
|
+
{
|
|
1139
|
+
"enum": [
|
|
1140
|
+
false,
|
|
1141
|
+
true,
|
|
1142
|
+
"{ui>/isEditable}",
|
|
1143
|
+
"{= !${ui>/isEditable}}"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"type": "string"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1151
|
+
"artifactType": "Manifest"
|
|
1152
|
+
},
|
|
1153
|
+
"enabled": {
|
|
1154
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1155
|
+
"anyOf": [
|
|
1156
|
+
{
|
|
1157
|
+
"enum": [
|
|
1158
|
+
false,
|
|
1159
|
+
true,
|
|
1160
|
+
"{ui>/isEditable}",
|
|
1161
|
+
"{= !${ui>/isEditable}}"
|
|
1162
|
+
]
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
}
|
|
1167
|
+
],
|
|
1168
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1169
|
+
"artifactType": "Manifest"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"additionalProperties": false,
|
|
1173
|
+
"required": [
|
|
1174
|
+
"press",
|
|
1175
|
+
"text"
|
|
1176
|
+
]
|
|
1177
|
+
},
|
|
1178
|
+
"FormAction": {
|
|
1179
|
+
"type": "object",
|
|
1180
|
+
"properties": {
|
|
1181
|
+
"afterExecution": {
|
|
1182
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1183
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1184
|
+
"artifactType": "Manifest"
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
1187
|
+
"additionalProperties": false
|
|
1188
|
+
},
|
|
1189
|
+
"ActionAfterExecutionConfigurationForm": {
|
|
1190
|
+
"type": "object",
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"navigateToInstance": {
|
|
1193
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1194
|
+
"type": "boolean",
|
|
1195
|
+
"artifactType": "Manifest",
|
|
1196
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1197
|
+
},
|
|
1198
|
+
"enableAutoScroll": {
|
|
1199
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1200
|
+
"type": "boolean",
|
|
1201
|
+
"artifactType": "Manifest"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
"additionalProperties": false
|
|
1205
|
+
},
|
|
882
1206
|
"PersonalizationTypeOP": {
|
|
883
1207
|
"type": "object",
|
|
884
1208
|
"properties": {
|
|
@@ -1055,6 +1379,30 @@
|
|
|
1055
1379
|
"items": {
|
|
1056
1380
|
"type": "string"
|
|
1057
1381
|
}
|
|
1382
|
+
},
|
|
1383
|
+
"required": {
|
|
1384
|
+
"description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
|
|
1385
|
+
"artifactType": "Manifest",
|
|
1386
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1387
|
+
"type": "boolean"
|
|
1388
|
+
},
|
|
1389
|
+
"importance": {
|
|
1390
|
+
"description": "The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed.",
|
|
1391
|
+
"artifactType": "Manifest",
|
|
1392
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1393
|
+
"enum": [
|
|
1394
|
+
"High",
|
|
1395
|
+
"Low",
|
|
1396
|
+
"Medium"
|
|
1397
|
+
],
|
|
1398
|
+
"type": "string"
|
|
1399
|
+
},
|
|
1400
|
+
"tooltip": {
|
|
1401
|
+
"description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
|
|
1402
|
+
"i18nClassification": "COL: Custom column tooltip text",
|
|
1403
|
+
"artifactType": "Manifest",
|
|
1404
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1405
|
+
"type": "string"
|
|
1058
1406
|
}
|
|
1059
1407
|
},
|
|
1060
1408
|
"additionalProperties": false,
|
|
@@ -1875,6 +2223,9 @@
|
|
|
1875
2223
|
"type": "object",
|
|
1876
2224
|
"additionalProperties": {
|
|
1877
2225
|
"anyOf": [
|
|
2226
|
+
{
|
|
2227
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
2228
|
+
},
|
|
1878
2229
|
{
|
|
1879
2230
|
"$ref": "#/definitions/CustomFormActionOP"
|
|
1880
2231
|
},
|
|
@@ -1887,96 +2238,6 @@
|
|
|
1887
2238
|
]
|
|
1888
2239
|
}
|
|
1889
2240
|
},
|
|
1890
|
-
"CustomFormActionOP": {
|
|
1891
|
-
"type": "object",
|
|
1892
|
-
"properties": {
|
|
1893
|
-
"position": {
|
|
1894
|
-
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1895
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
1896
|
-
"artifactType": "Manifest"
|
|
1897
|
-
},
|
|
1898
|
-
"text": {
|
|
1899
|
-
"description": "The text that is displayed on the button (typically a binding to an i18n entry).",
|
|
1900
|
-
"i18nClassification": "COL: Custom action text",
|
|
1901
|
-
"artifactType": "Manifest",
|
|
1902
|
-
"type": "string"
|
|
1903
|
-
},
|
|
1904
|
-
"press": {
|
|
1905
|
-
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1906
|
-
"artifactType": "Manifest",
|
|
1907
|
-
"type": "string"
|
|
1908
|
-
},
|
|
1909
|
-
"visible": {
|
|
1910
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1911
|
-
"anyOf": [
|
|
1912
|
-
{
|
|
1913
|
-
"enum": [
|
|
1914
|
-
false,
|
|
1915
|
-
true,
|
|
1916
|
-
"{ui>/isEditable}",
|
|
1917
|
-
"{= !${ui>/isEditable}}"
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"type": "string"
|
|
1922
|
-
}
|
|
1923
|
-
],
|
|
1924
|
-
"description": "Defines if the action button is visible.",
|
|
1925
|
-
"artifactType": "Manifest"
|
|
1926
|
-
},
|
|
1927
|
-
"enabled": {
|
|
1928
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1929
|
-
"anyOf": [
|
|
1930
|
-
{
|
|
1931
|
-
"enum": [
|
|
1932
|
-
false,
|
|
1933
|
-
true,
|
|
1934
|
-
"{ui>/isEditable}",
|
|
1935
|
-
"{= !${ui>/isEditable}}"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"type": "string"
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
1943
|
-
"artifactType": "Manifest"
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
"additionalProperties": false,
|
|
1947
|
-
"required": [
|
|
1948
|
-
"press",
|
|
1949
|
-
"text"
|
|
1950
|
-
]
|
|
1951
|
-
},
|
|
1952
|
-
"FormAction": {
|
|
1953
|
-
"type": "object",
|
|
1954
|
-
"properties": {
|
|
1955
|
-
"afterExecution": {
|
|
1956
|
-
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1957
|
-
"description": "Settings that control the behavior after creating a new entry.",
|
|
1958
|
-
"artifactType": "Manifest"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
"additionalProperties": false
|
|
1962
|
-
},
|
|
1963
|
-
"ActionAfterExecutionConfigurationForm": {
|
|
1964
|
-
"type": "object",
|
|
1965
|
-
"properties": {
|
|
1966
|
-
"navigateToInstance": {
|
|
1967
|
-
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1968
|
-
"type": "boolean",
|
|
1969
|
-
"artifactType": "Manifest",
|
|
1970
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1971
|
-
},
|
|
1972
|
-
"enableAutoScroll": {
|
|
1973
|
-
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1974
|
-
"type": "boolean",
|
|
1975
|
-
"artifactType": "Manifest"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"additionalProperties": false
|
|
1979
|
-
},
|
|
1980
2241
|
"ObjectPageFormActionGroup": {
|
|
1981
2242
|
"type": "object",
|
|
1982
2243
|
"additionalProperties": {
|
|
@@ -2192,17 +2453,26 @@
|
|
|
2192
2453
|
"properties": {
|
|
2193
2454
|
"position": {
|
|
2194
2455
|
"$ref": "#/definitions/CustomSectionActionPositionOP",
|
|
2195
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2456
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2196
2457
|
"artifactType": "Manifest"
|
|
2197
2458
|
},
|
|
2198
|
-
"
|
|
2199
|
-
"description": "
|
|
2200
|
-
"i18nClassification": "COL: Custom action text",
|
|
2459
|
+
"press": {
|
|
2460
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2201
2461
|
"artifactType": "Manifest",
|
|
2202
2462
|
"type": "string"
|
|
2203
2463
|
},
|
|
2204
|
-
"
|
|
2205
|
-
"description": "
|
|
2464
|
+
"menu": {
|
|
2465
|
+
"description": "List of action names from the manifest.",
|
|
2466
|
+
"hidden": true,
|
|
2467
|
+
"isViewNode": false,
|
|
2468
|
+
"type": "array",
|
|
2469
|
+
"items": {
|
|
2470
|
+
"type": "string"
|
|
2471
|
+
}
|
|
2472
|
+
},
|
|
2473
|
+
"text": {
|
|
2474
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2475
|
+
"i18nClassification": "COL: Custom action text",
|
|
2206
2476
|
"artifactType": "Manifest",
|
|
2207
2477
|
"type": "string"
|
|
2208
2478
|
},
|
|
@@ -2221,7 +2491,7 @@
|
|
|
2221
2491
|
"type": "string"
|
|
2222
2492
|
}
|
|
2223
2493
|
],
|
|
2224
|
-
"description": "
|
|
2494
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2225
2495
|
"artifactType": "Manifest"
|
|
2226
2496
|
},
|
|
2227
2497
|
"enabled": {
|
|
@@ -2239,7 +2509,7 @@
|
|
|
2239
2509
|
"type": "string"
|
|
2240
2510
|
}
|
|
2241
2511
|
],
|
|
2242
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2512
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2243
2513
|
"artifactType": "Manifest"
|
|
2244
2514
|
}
|
|
2245
2515
|
},
|
|
@@ -2253,13 +2523,13 @@
|
|
|
2253
2523
|
"type": "object",
|
|
2254
2524
|
"properties": {
|
|
2255
2525
|
"anchor": {
|
|
2256
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2526
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2257
2527
|
"artifactType": "Manifest",
|
|
2258
2528
|
"type": "string"
|
|
2259
2529
|
},
|
|
2260
2530
|
"placement": {
|
|
2261
2531
|
"$ref": "#/definitions/ActionPlacement",
|
|
2262
|
-
"description": "
|
|
2532
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2263
2533
|
"artifactType": "Manifest"
|
|
2264
2534
|
}
|
|
2265
2535
|
},
|
|
@@ -2297,17 +2567,26 @@
|
|
|
2297
2567
|
"properties": {
|
|
2298
2568
|
"position": {
|
|
2299
2569
|
"$ref": "#/definitions/CustomFooterActionPositionOP",
|
|
2300
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2570
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2301
2571
|
"artifactType": "Manifest"
|
|
2302
2572
|
},
|
|
2303
|
-
"
|
|
2304
|
-
"description": "
|
|
2305
|
-
"i18nClassification": "COL: Custom action text",
|
|
2573
|
+
"press": {
|
|
2574
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2306
2575
|
"artifactType": "Manifest",
|
|
2307
2576
|
"type": "string"
|
|
2308
2577
|
},
|
|
2309
|
-
"
|
|
2310
|
-
"description": "
|
|
2578
|
+
"menu": {
|
|
2579
|
+
"description": "List of action names from the manifest.",
|
|
2580
|
+
"hidden": true,
|
|
2581
|
+
"isViewNode": false,
|
|
2582
|
+
"type": "array",
|
|
2583
|
+
"items": {
|
|
2584
|
+
"type": "string"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
"text": {
|
|
2588
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2589
|
+
"i18nClassification": "COL: Custom action text",
|
|
2311
2590
|
"artifactType": "Manifest",
|
|
2312
2591
|
"type": "string"
|
|
2313
2592
|
},
|
|
@@ -2326,7 +2605,7 @@
|
|
|
2326
2605
|
"type": "string"
|
|
2327
2606
|
}
|
|
2328
2607
|
],
|
|
2329
|
-
"description": "
|
|
2608
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2330
2609
|
"artifactType": "Manifest"
|
|
2331
2610
|
},
|
|
2332
2611
|
"enabled": {
|
|
@@ -2344,7 +2623,7 @@
|
|
|
2344
2623
|
"type": "string"
|
|
2345
2624
|
}
|
|
2346
2625
|
],
|
|
2347
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2626
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2348
2627
|
"artifactType": "Manifest"
|
|
2349
2628
|
}
|
|
2350
2629
|
},
|
|
@@ -2358,13 +2637,13 @@
|
|
|
2358
2637
|
"type": "object",
|
|
2359
2638
|
"properties": {
|
|
2360
2639
|
"anchor": {
|
|
2361
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2640
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2362
2641
|
"artifactType": "Manifest",
|
|
2363
2642
|
"type": "string"
|
|
2364
2643
|
},
|
|
2365
2644
|
"placement": {
|
|
2366
2645
|
"$ref": "#/definitions/ActionPlacement",
|
|
2367
|
-
"description": "
|
|
2646
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2368
2647
|
"artifactType": "Manifest"
|
|
2369
2648
|
}
|
|
2370
2649
|
},
|