@sap/ux-specification 1.136.14 → 1.136.16
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 +250 -146
- 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 +269 -266
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +120 -41
- package/dist/schemas/v4/ListReportConfig.json +275 -34
- package/dist/schemas/v4/ObjectPageConfig.json +417 -138
- package/dist/specification/package.json +13 -11
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +367 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts +40 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +98 -7
- 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 +11 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +2 -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 +2 -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/decorator-paths.d.ts +503 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- 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 +3 -3
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +6 -3
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -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 +35 -8
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +206 -22
- 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 +48 -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 +3 -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 +2 -0
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.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/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.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/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +21 -3
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +28 -3
- 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/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- 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 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.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/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.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 +24 -18
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +40 -49
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- 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 +125 -14
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -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/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 +11 -3
- 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 +25 -3
- 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.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +46 -19
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +195 -316
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- 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 +148 -56
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.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 +5 -4
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +112 -26
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +374 -46
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +5 -5
- 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 +162 -15
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +41 -2
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +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/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.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/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.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/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -392
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
|
@@ -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,
|
|
@@ -614,9 +726,15 @@
|
|
|
614
726
|
"description": "Tool Bar"
|
|
615
727
|
},
|
|
616
728
|
"personalization": {
|
|
617
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
618
729
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
619
|
-
"
|
|
730
|
+
"anyOf": [
|
|
731
|
+
{
|
|
732
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "boolean"
|
|
736
|
+
}
|
|
737
|
+
]
|
|
620
738
|
},
|
|
621
739
|
"quickVariantSelection": {
|
|
622
740
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -763,6 +881,9 @@
|
|
|
763
881
|
},
|
|
764
882
|
{
|
|
765
883
|
"$ref": "#/definitions/ObjectPageToolBarActionGroup"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
766
887
|
}
|
|
767
888
|
]
|
|
768
889
|
}
|
|
@@ -800,14 +921,24 @@
|
|
|
800
921
|
"artifactType": "Manifest",
|
|
801
922
|
"type": "boolean"
|
|
802
923
|
},
|
|
803
|
-
"
|
|
804
|
-
"description": "
|
|
805
|
-
"i18nClassification": "COL: Custom action text",
|
|
924
|
+
"press": {
|
|
925
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
806
926
|
"artifactType": "Manifest",
|
|
807
927
|
"type": "string"
|
|
808
928
|
},
|
|
809
|
-
"
|
|
810
|
-
"description": "
|
|
929
|
+
"menu": {
|
|
930
|
+
"description": "List of action names from the manifest.",
|
|
931
|
+
"hidden": true,
|
|
932
|
+
"isViewNode": false,
|
|
933
|
+
"type": "array",
|
|
934
|
+
"items": {
|
|
935
|
+
"type": "string"
|
|
936
|
+
},
|
|
937
|
+
"artifactType": "Manifest"
|
|
938
|
+
},
|
|
939
|
+
"text": {
|
|
940
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
941
|
+
"i18nClassification": "COL: Custom action text",
|
|
811
942
|
"artifactType": "Manifest",
|
|
812
943
|
"type": "string"
|
|
813
944
|
},
|
|
@@ -826,7 +957,7 @@
|
|
|
826
957
|
"type": "string"
|
|
827
958
|
}
|
|
828
959
|
],
|
|
829
|
-
"description": "
|
|
960
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
830
961
|
"artifactType": "Manifest"
|
|
831
962
|
},
|
|
832
963
|
"enabled": {
|
|
@@ -844,7 +975,7 @@
|
|
|
844
975
|
"type": "string"
|
|
845
976
|
}
|
|
846
977
|
],
|
|
847
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
978
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
848
979
|
"artifactType": "Manifest"
|
|
849
980
|
}
|
|
850
981
|
},
|
|
@@ -858,13 +989,13 @@
|
|
|
858
989
|
"type": "object",
|
|
859
990
|
"properties": {
|
|
860
991
|
"anchor": {
|
|
861
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
992
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
862
993
|
"artifactType": "Manifest",
|
|
863
994
|
"type": "string"
|
|
864
995
|
},
|
|
865
996
|
"placement": {
|
|
866
997
|
"$ref": "#/definitions/ActionPlacement",
|
|
867
|
-
"description": "
|
|
998
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
868
999
|
"artifactType": "Manifest"
|
|
869
1000
|
}
|
|
870
1001
|
},
|
|
@@ -879,6 +1010,205 @@
|
|
|
879
1010
|
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
880
1011
|
}
|
|
881
1012
|
},
|
|
1013
|
+
"ObjectPageCustomActionMenu": {
|
|
1014
|
+
"isViewNode": true,
|
|
1015
|
+
"type": "object",
|
|
1016
|
+
"properties": {
|
|
1017
|
+
"actions": {
|
|
1018
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenuActions",
|
|
1019
|
+
"description": "List of actions.",
|
|
1020
|
+
"artifactType": "Manifest"
|
|
1021
|
+
},
|
|
1022
|
+
"menu": {
|
|
1023
|
+
"description": "List of action names from the manifest.",
|
|
1024
|
+
"hidden": true,
|
|
1025
|
+
"isViewNode": false,
|
|
1026
|
+
"type": "array",
|
|
1027
|
+
"items": {
|
|
1028
|
+
"type": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"artifactType": "Manifest"
|
|
1031
|
+
},
|
|
1032
|
+
"defaultAction": {
|
|
1033
|
+
"description": "The default action for a menu button.",
|
|
1034
|
+
"isViewNode": false,
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"artifactType": "Manifest"
|
|
1037
|
+
},
|
|
1038
|
+
"position": {
|
|
1039
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1040
|
+
"description": "Defines the position of the action relative to other actions or action menus.",
|
|
1041
|
+
"artifactType": "Manifest"
|
|
1042
|
+
},
|
|
1043
|
+
"text": {
|
|
1044
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1045
|
+
"i18nClassification": "COL: Custom action text",
|
|
1046
|
+
"artifactType": "Manifest",
|
|
1047
|
+
"type": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"visible": {
|
|
1050
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1051
|
+
"anyOf": [
|
|
1052
|
+
{
|
|
1053
|
+
"enum": [
|
|
1054
|
+
false,
|
|
1055
|
+
true,
|
|
1056
|
+
"{ui>/isEditable}",
|
|
1057
|
+
"{= !${ui>/isEditable}}"
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"type": "string"
|
|
1062
|
+
}
|
|
1063
|
+
],
|
|
1064
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1065
|
+
"artifactType": "Manifest"
|
|
1066
|
+
},
|
|
1067
|
+
"enabled": {
|
|
1068
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1069
|
+
"anyOf": [
|
|
1070
|
+
{
|
|
1071
|
+
"enum": [
|
|
1072
|
+
false,
|
|
1073
|
+
true,
|
|
1074
|
+
"{ui>/isEditable}",
|
|
1075
|
+
"{= !${ui>/isEditable}}"
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"type": "string"
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1083
|
+
"artifactType": "Manifest"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"additionalProperties": false,
|
|
1087
|
+
"required": [
|
|
1088
|
+
"menu",
|
|
1089
|
+
"text"
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
"ObjectPageCustomActionMenuActions": {
|
|
1093
|
+
"isViewNode": false,
|
|
1094
|
+
"type": "object",
|
|
1095
|
+
"additionalProperties": {
|
|
1096
|
+
"anyOf": [
|
|
1097
|
+
{
|
|
1098
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"$ref": "#/definitions/CustomTableActionOP"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"$ref": "#/definitions/CustomFormActionOP"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"$ref": "#/definitions/FormAction"
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"CustomFormActionOP": {
|
|
1113
|
+
"type": "object",
|
|
1114
|
+
"properties": {
|
|
1115
|
+
"position": {
|
|
1116
|
+
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1117
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
1118
|
+
"artifactType": "Manifest"
|
|
1119
|
+
},
|
|
1120
|
+
"press": {
|
|
1121
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1122
|
+
"artifactType": "Manifest",
|
|
1123
|
+
"type": "string"
|
|
1124
|
+
},
|
|
1125
|
+
"menu": {
|
|
1126
|
+
"description": "List of action names from the manifest.",
|
|
1127
|
+
"hidden": true,
|
|
1128
|
+
"isViewNode": false,
|
|
1129
|
+
"type": "array",
|
|
1130
|
+
"items": {
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
},
|
|
1133
|
+
"artifactType": "Manifest"
|
|
1134
|
+
},
|
|
1135
|
+
"text": {
|
|
1136
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
1137
|
+
"i18nClassification": "COL: Custom action text",
|
|
1138
|
+
"artifactType": "Manifest",
|
|
1139
|
+
"type": "string"
|
|
1140
|
+
},
|
|
1141
|
+
"visible": {
|
|
1142
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1143
|
+
"anyOf": [
|
|
1144
|
+
{
|
|
1145
|
+
"enum": [
|
|
1146
|
+
false,
|
|
1147
|
+
true,
|
|
1148
|
+
"{ui>/isEditable}",
|
|
1149
|
+
"{= !${ui>/isEditable}}"
|
|
1150
|
+
]
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"type": "string"
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
1157
|
+
"artifactType": "Manifest"
|
|
1158
|
+
},
|
|
1159
|
+
"enabled": {
|
|
1160
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1161
|
+
"anyOf": [
|
|
1162
|
+
{
|
|
1163
|
+
"enum": [
|
|
1164
|
+
false,
|
|
1165
|
+
true,
|
|
1166
|
+
"{ui>/isEditable}",
|
|
1167
|
+
"{= !${ui>/isEditable}}"
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"type": "string"
|
|
1172
|
+
}
|
|
1173
|
+
],
|
|
1174
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
1175
|
+
"artifactType": "Manifest"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"additionalProperties": false,
|
|
1179
|
+
"required": [
|
|
1180
|
+
"press",
|
|
1181
|
+
"text"
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
|
+
"FormAction": {
|
|
1185
|
+
"type": "object",
|
|
1186
|
+
"properties": {
|
|
1187
|
+
"afterExecution": {
|
|
1188
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1189
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1190
|
+
"artifactType": "Manifest"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"additionalProperties": false
|
|
1194
|
+
},
|
|
1195
|
+
"ActionAfterExecutionConfigurationForm": {
|
|
1196
|
+
"type": "object",
|
|
1197
|
+
"properties": {
|
|
1198
|
+
"navigateToInstance": {
|
|
1199
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1200
|
+
"type": "boolean",
|
|
1201
|
+
"artifactType": "Manifest",
|
|
1202
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1203
|
+
},
|
|
1204
|
+
"enableAutoScroll": {
|
|
1205
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1206
|
+
"type": "boolean",
|
|
1207
|
+
"artifactType": "Manifest"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
"additionalProperties": false
|
|
1211
|
+
},
|
|
882
1212
|
"PersonalizationTypeOP": {
|
|
883
1213
|
"type": "object",
|
|
884
1214
|
"properties": {
|
|
@@ -1198,9 +1528,15 @@
|
|
|
1198
1528
|
"description": "Tool Bar"
|
|
1199
1529
|
},
|
|
1200
1530
|
"personalization": {
|
|
1201
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1202
1531
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1203
|
-
"
|
|
1532
|
+
"anyOf": [
|
|
1533
|
+
{
|
|
1534
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "boolean"
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1204
1540
|
},
|
|
1205
1541
|
"quickVariantSelection": {
|
|
1206
1542
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1452,9 +1788,15 @@
|
|
|
1452
1788
|
"description": "Tool Bar"
|
|
1453
1789
|
},
|
|
1454
1790
|
"personalization": {
|
|
1455
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1456
1791
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1457
|
-
"
|
|
1792
|
+
"anyOf": [
|
|
1793
|
+
{
|
|
1794
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"type": "boolean"
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1458
1800
|
},
|
|
1459
1801
|
"quickVariantSelection": {
|
|
1460
1802
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1612,9 +1954,15 @@
|
|
|
1612
1954
|
"description": "Tool Bar"
|
|
1613
1955
|
},
|
|
1614
1956
|
"personalization": {
|
|
1615
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1616
1957
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1617
|
-
"
|
|
1958
|
+
"anyOf": [
|
|
1959
|
+
{
|
|
1960
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": "boolean"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1618
1966
|
},
|
|
1619
1967
|
"quickVariantSelection": {
|
|
1620
1968
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1899,6 +2247,9 @@
|
|
|
1899
2247
|
"type": "object",
|
|
1900
2248
|
"additionalProperties": {
|
|
1901
2249
|
"anyOf": [
|
|
2250
|
+
{
|
|
2251
|
+
"$ref": "#/definitions/ObjectPageCustomActionMenu"
|
|
2252
|
+
},
|
|
1902
2253
|
{
|
|
1903
2254
|
"$ref": "#/definitions/CustomFormActionOP"
|
|
1904
2255
|
},
|
|
@@ -1911,96 +2262,6 @@
|
|
|
1911
2262
|
]
|
|
1912
2263
|
}
|
|
1913
2264
|
},
|
|
1914
|
-
"CustomFormActionOP": {
|
|
1915
|
-
"type": "object",
|
|
1916
|
-
"properties": {
|
|
1917
|
-
"position": {
|
|
1918
|
-
"$ref": "#/definitions/CustomActionPositionOP",
|
|
1919
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
1920
|
-
"artifactType": "Manifest"
|
|
1921
|
-
},
|
|
1922
|
-
"text": {
|
|
1923
|
-
"description": "The text that is displayed on the button (typically a binding to an i18n entry).",
|
|
1924
|
-
"i18nClassification": "COL: Custom action text",
|
|
1925
|
-
"artifactType": "Manifest",
|
|
1926
|
-
"type": "string"
|
|
1927
|
-
},
|
|
1928
|
-
"press": {
|
|
1929
|
-
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
1930
|
-
"artifactType": "Manifest",
|
|
1931
|
-
"type": "string"
|
|
1932
|
-
},
|
|
1933
|
-
"visible": {
|
|
1934
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1935
|
-
"anyOf": [
|
|
1936
|
-
{
|
|
1937
|
-
"enum": [
|
|
1938
|
-
false,
|
|
1939
|
-
true,
|
|
1940
|
-
"{ui>/isEditable}",
|
|
1941
|
-
"{= !${ui>/isEditable}}"
|
|
1942
|
-
]
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"type": "string"
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"description": "Defines if the action button is visible.",
|
|
1949
|
-
"artifactType": "Manifest"
|
|
1950
|
-
},
|
|
1951
|
-
"enabled": {
|
|
1952
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1953
|
-
"anyOf": [
|
|
1954
|
-
{
|
|
1955
|
-
"enum": [
|
|
1956
|
-
false,
|
|
1957
|
-
true,
|
|
1958
|
-
"{ui>/isEditable}",
|
|
1959
|
-
"{= !${ui>/isEditable}}"
|
|
1960
|
-
]
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"type": "string"
|
|
1964
|
-
}
|
|
1965
|
-
],
|
|
1966
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
1967
|
-
"artifactType": "Manifest"
|
|
1968
|
-
}
|
|
1969
|
-
},
|
|
1970
|
-
"additionalProperties": false,
|
|
1971
|
-
"required": [
|
|
1972
|
-
"press",
|
|
1973
|
-
"text"
|
|
1974
|
-
]
|
|
1975
|
-
},
|
|
1976
|
-
"FormAction": {
|
|
1977
|
-
"type": "object",
|
|
1978
|
-
"properties": {
|
|
1979
|
-
"afterExecution": {
|
|
1980
|
-
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1981
|
-
"description": "Settings that control the behavior after creating a new entry.",
|
|
1982
|
-
"artifactType": "Manifest"
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
"additionalProperties": false
|
|
1986
|
-
},
|
|
1987
|
-
"ActionAfterExecutionConfigurationForm": {
|
|
1988
|
-
"type": "object",
|
|
1989
|
-
"properties": {
|
|
1990
|
-
"navigateToInstance": {
|
|
1991
|
-
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1992
|
-
"type": "boolean",
|
|
1993
|
-
"artifactType": "Manifest",
|
|
1994
|
-
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
|
|
1995
|
-
},
|
|
1996
|
-
"enableAutoScroll": {
|
|
1997
|
-
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1998
|
-
"type": "boolean",
|
|
1999
|
-
"artifactType": "Manifest"
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
"additionalProperties": false
|
|
2003
|
-
},
|
|
2004
2265
|
"ObjectPageFormActionGroup": {
|
|
2005
2266
|
"type": "object",
|
|
2006
2267
|
"additionalProperties": {
|
|
@@ -2216,17 +2477,26 @@
|
|
|
2216
2477
|
"properties": {
|
|
2217
2478
|
"position": {
|
|
2218
2479
|
"$ref": "#/definitions/CustomSectionActionPositionOP",
|
|
2219
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2480
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2220
2481
|
"artifactType": "Manifest"
|
|
2221
2482
|
},
|
|
2222
|
-
"
|
|
2223
|
-
"description": "
|
|
2224
|
-
"i18nClassification": "COL: Custom action text",
|
|
2483
|
+
"press": {
|
|
2484
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2225
2485
|
"artifactType": "Manifest",
|
|
2226
2486
|
"type": "string"
|
|
2227
2487
|
},
|
|
2228
|
-
"
|
|
2229
|
-
"description": "
|
|
2488
|
+
"menu": {
|
|
2489
|
+
"description": "List of action names from the manifest.",
|
|
2490
|
+
"hidden": true,
|
|
2491
|
+
"isViewNode": false,
|
|
2492
|
+
"type": "array",
|
|
2493
|
+
"items": {
|
|
2494
|
+
"type": "string"
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
"text": {
|
|
2498
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2499
|
+
"i18nClassification": "COL: Custom action text",
|
|
2230
2500
|
"artifactType": "Manifest",
|
|
2231
2501
|
"type": "string"
|
|
2232
2502
|
},
|
|
@@ -2245,7 +2515,7 @@
|
|
|
2245
2515
|
"type": "string"
|
|
2246
2516
|
}
|
|
2247
2517
|
],
|
|
2248
|
-
"description": "
|
|
2518
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2249
2519
|
"artifactType": "Manifest"
|
|
2250
2520
|
},
|
|
2251
2521
|
"enabled": {
|
|
@@ -2263,7 +2533,7 @@
|
|
|
2263
2533
|
"type": "string"
|
|
2264
2534
|
}
|
|
2265
2535
|
],
|
|
2266
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2536
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2267
2537
|
"artifactType": "Manifest"
|
|
2268
2538
|
}
|
|
2269
2539
|
},
|
|
@@ -2277,13 +2547,13 @@
|
|
|
2277
2547
|
"type": "object",
|
|
2278
2548
|
"properties": {
|
|
2279
2549
|
"anchor": {
|
|
2280
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2550
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2281
2551
|
"artifactType": "Manifest",
|
|
2282
2552
|
"type": "string"
|
|
2283
2553
|
},
|
|
2284
2554
|
"placement": {
|
|
2285
2555
|
"$ref": "#/definitions/ActionPlacement",
|
|
2286
|
-
"description": "
|
|
2556
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2287
2557
|
"artifactType": "Manifest"
|
|
2288
2558
|
}
|
|
2289
2559
|
},
|
|
@@ -2321,17 +2591,26 @@
|
|
|
2321
2591
|
"properties": {
|
|
2322
2592
|
"position": {
|
|
2323
2593
|
"$ref": "#/definitions/CustomFooterActionPositionOP",
|
|
2324
|
-
"description": "Defines the position of the action relative to the anchor action.",
|
|
2594
|
+
"description": "Defines the position of the action relative to the anchor action or action menu.",
|
|
2325
2595
|
"artifactType": "Manifest"
|
|
2326
2596
|
},
|
|
2327
|
-
"
|
|
2328
|
-
"description": "
|
|
2329
|
-
"i18nClassification": "COL: Custom action text",
|
|
2597
|
+
"press": {
|
|
2598
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
2330
2599
|
"artifactType": "Manifest",
|
|
2331
2600
|
"type": "string"
|
|
2332
2601
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"description": "
|
|
2602
|
+
"menu": {
|
|
2603
|
+
"description": "List of action names from the manifest.",
|
|
2604
|
+
"hidden": true,
|
|
2605
|
+
"isViewNode": false,
|
|
2606
|
+
"type": "array",
|
|
2607
|
+
"items": {
|
|
2608
|
+
"type": "string"
|
|
2609
|
+
}
|
|
2610
|
+
},
|
|
2611
|
+
"text": {
|
|
2612
|
+
"description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
|
|
2613
|
+
"i18nClassification": "COL: Custom action text",
|
|
2335
2614
|
"artifactType": "Manifest",
|
|
2336
2615
|
"type": "string"
|
|
2337
2616
|
},
|
|
@@ -2350,7 +2629,7 @@
|
|
|
2350
2629
|
"type": "string"
|
|
2351
2630
|
}
|
|
2352
2631
|
],
|
|
2353
|
-
"description": "
|
|
2632
|
+
"description": "Determines if the action or action menu button is visible.",
|
|
2354
2633
|
"artifactType": "Manifest"
|
|
2355
2634
|
},
|
|
2356
2635
|
"enabled": {
|
|
@@ -2368,7 +2647,7 @@
|
|
|
2368
2647
|
"type": "string"
|
|
2369
2648
|
}
|
|
2370
2649
|
],
|
|
2371
|
-
"description": "Defines if the action is enabled. The default value is true.",
|
|
2650
|
+
"description": "Defines if the action or action menu is enabled. The default value is true.",
|
|
2372
2651
|
"artifactType": "Manifest"
|
|
2373
2652
|
}
|
|
2374
2653
|
},
|
|
@@ -2382,13 +2661,13 @@
|
|
|
2382
2661
|
"type": "object",
|
|
2383
2662
|
"properties": {
|
|
2384
2663
|
"anchor": {
|
|
2385
|
-
"description": "The key of another action to be used as placement anchor.",
|
|
2664
|
+
"description": "The key of another action or action menu to be used as a placement anchor.",
|
|
2386
2665
|
"artifactType": "Manifest",
|
|
2387
2666
|
"type": "string"
|
|
2388
2667
|
},
|
|
2389
2668
|
"placement": {
|
|
2390
2669
|
"$ref": "#/definitions/ActionPlacement",
|
|
2391
|
-
"description": "
|
|
2670
|
+
"description": "Defines the placement of the action or action menu relative to the placement anchor.",
|
|
2392
2671
|
"artifactType": "Manifest"
|
|
2393
2672
|
}
|
|
2394
2673
|
},
|