@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
|
@@ -1,14 +1,31 @@
|
|
|
1
1
|
import type { DataFieldForActionAbstractTypes, LineItem } from '@sap-ux/vocabularies-types/vocabularies/UI';
|
|
2
2
|
import type { AnnotationTerm, ConvertedMetadata, EntitySet, EntityType } from '@sap-ux/vocabularies-types';
|
|
3
3
|
import { type ManifestPathParams } from '../../common/utils';
|
|
4
|
-
import type { Definition } from 'typescript-json-schema';
|
|
5
|
-
import { DefinitionName, type ExtensionLogger, type FileData, type Manifest, TemplateType, v4 } from '@sap/ux-specification-types';
|
|
6
|
-
import type
|
|
4
|
+
import type { Definition, DefinitionOrBoolean } from 'typescript-json-schema';
|
|
5
|
+
import { DefinitionName, type ExtensionLogger, type FileData, type Manifest, TemplatePropertyName, TemplateType, v4 } from '@sap/ux-specification-types';
|
|
6
|
+
import { type ExtensionFileData } from '../types';
|
|
7
7
|
import type { MetadataInstanceInterface } from '../../common/decoration/factory';
|
|
8
|
-
export type CustomExtension = v4.TableCustomColumn | v4.CustomAction | v4.SapUi5RoutingTargetContentSection | v4.SapUiGenericAppPageCustomFilterField;
|
|
8
|
+
export type CustomExtension = v4.TableCustomColumn | v4.CustomAction | v4.CustomActionMenu | v4.SapUi5RoutingTargetContentSection | v4.SapUiGenericAppPageCustomFilterField;
|
|
9
9
|
export interface CustomExtensions {
|
|
10
10
|
[key: string]: CustomExtension;
|
|
11
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* Parameter object used while generating/appending LineItem entries (columns and actions) into the app schema.
|
|
14
|
+
*
|
|
15
|
+
* This bundle is passed into helpers that write schema fragments for different record types
|
|
16
|
+
* (e.g. DataField columns, single actions, and action groups). It provides:
|
|
17
|
+
* - the current LineItem context (entity type, schema, annotation path),
|
|
18
|
+
* - the target schema node (actions definition / line item definition),
|
|
19
|
+
* - the concrete record and its index in the annotation collection.
|
|
20
|
+
*
|
|
21
|
+
* @property lineItemData Context describing where the LineItem is written (app schema, entity type, annotation, etc.).
|
|
22
|
+
* @property actions Target schema definition that collects action entries (toolbar/actions container).
|
|
23
|
+
* @property lineItemPath Annotation path pointing to the LineItem collection being processed.
|
|
24
|
+
* @property lineItemRecord The concrete LineItem record currently processed (may represent an action or a field-like record).
|
|
25
|
+
* @property index Index of `lineItemRecord` within the LineItem annotation array; used for ordering and annotationPath.
|
|
26
|
+
* @property lineItemDefinition Optional schema definition to write into when generating inline/embedded objects (no $ref case).
|
|
27
|
+
* @property columnDefinitionName Base definition name used for column records (may be specialized for action columns).
|
|
28
|
+
*/
|
|
12
29
|
export interface AddLineItemDefinitionParams {
|
|
13
30
|
lineItemData: LineItemDataForSchema;
|
|
14
31
|
actions: Definition;
|
|
@@ -18,6 +35,25 @@ export interface AddLineItemDefinitionParams {
|
|
|
18
35
|
lineItemDefinition?: Definition;
|
|
19
36
|
columnDefinitionName: string;
|
|
20
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* Parameter object used when importing action settings from a schema definition reference into the generated config.
|
|
40
|
+
*
|
|
41
|
+
* This bundle is passed through the different action-import helpers/strategies (single action, group action,
|
|
42
|
+
* manifest-based action menu) and carries:
|
|
43
|
+
* - the schema fragments needed to resolve/read properties,
|
|
44
|
+
* - the target config object where settings are written,
|
|
45
|
+
* - manifest routing/context information required to compute correct manifest paths.
|
|
46
|
+
*
|
|
47
|
+
* @property actionPropertyDefinition Schema definition describing the action's properties (source of truth for what can be imported).
|
|
48
|
+
* @property appSchema Application-specific JSON schema containing all definitions and references.
|
|
49
|
+
* @property factory Metadata factory used to resolve sync rules / decorators and to materialize config instances.
|
|
50
|
+
* @property actionsInConfig Target object in the config that receives imported action settings (e.g. actions map under a section/table).
|
|
51
|
+
* @property actionKey Key/name of the action within `actionsInConfig` (the entry to read/write).
|
|
52
|
+
* @property manifest The application manifest; used to resolve manifest paths for the imported settings.
|
|
53
|
+
* @property routingId Routing target/page identifier providing context for manifest path resolution.
|
|
54
|
+
* @property manifestSectionId Optional section identifier in the manifest (e.g. OP section id) to scope the action settings.
|
|
55
|
+
* @property targetAnnotation Optional annotation path/identifier that further scopes action settings (e.g. LineItem qualifier / view context).
|
|
56
|
+
*/
|
|
21
57
|
export interface ImportActionSettingsOfReferenceParams {
|
|
22
58
|
actionPropertyDefinition: Definition;
|
|
23
59
|
appSchema: Definition;
|
|
@@ -29,21 +65,37 @@ export interface ImportActionSettingsOfReferenceParams {
|
|
|
29
65
|
manifestSectionId?: string;
|
|
30
66
|
targetAnnotation?: string;
|
|
31
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* Parsed schema definition identifier split into base name and optional qualifier.
|
|
70
|
+
*
|
|
71
|
+
* Used when a schema definition name encodes additional context (e.g. qualifier, facet/lineItem id) and callers
|
|
72
|
+
* need to distinguish the generic base definition from the specific qualified variant.
|
|
73
|
+
*
|
|
74
|
+
* @property baseDefinitionName The unqualified/base schema definition name.
|
|
75
|
+
* @property definitionQualifier Optional qualifier extracted from the full definition name (format depends on naming convention).
|
|
76
|
+
*/
|
|
77
|
+
export interface ParsedDefinitionName {
|
|
78
|
+
baseDefinitionName: DefinitionName;
|
|
79
|
+
definitionQualifier?: string;
|
|
80
|
+
}
|
|
81
|
+
export type ActionDetails = [string, DefinitionOrBoolean];
|
|
32
82
|
export declare const DATA_FIELD_FOR_ACTION_GROUP = "DataFieldForActionGroup";
|
|
33
83
|
export declare const FIELD_SEPARATOR = "::";
|
|
34
84
|
export declare const QUALIFIER_SEPARATOR = "#";
|
|
35
85
|
/**
|
|
36
|
-
* Adds extension
|
|
86
|
+
* Adds extension entries to a sorted array of extensions based on specific rules,
|
|
87
|
+
* including using anchors, callbacks, and custom templates.
|
|
37
88
|
*
|
|
38
|
-
* @param extensions -
|
|
39
|
-
* @param sortedExtensionsArray -
|
|
40
|
-
* @param extensionDefinitionName -
|
|
41
|
-
* @param
|
|
42
|
-
*
|
|
43
|
-
* @param
|
|
44
|
-
* @
|
|
89
|
+
* @param {CustomExtensions} extensions - The object containing custom extensions to be added to the array.
|
|
90
|
+
* @param {ActionDetails[]} sortedExtensionsArray - The array of sorted extensions to which new extensions will be added.
|
|
91
|
+
* @param {string} extensionDefinitionName - The definition name associated with the extensions being added.
|
|
92
|
+
* @param {TemplatePropertyName | TemplatePropertyName[]} [templatePropertyName=TemplatePropertyName.Template] -
|
|
93
|
+
* The property name(s) to check for existence in an extension; used to determine compatibility.
|
|
94
|
+
* @param {ExtensionLogger} [logger] - An optional logger to handle logging of invalid extensions or other events.
|
|
95
|
+
* @param {boolean} [ignoreAnnotationAnchors=false] - A flag to indicate whether extension anchors should be ignored.
|
|
96
|
+
* @returns {ActionDetails[]} The updated sorted extensions array, including newly added and valid extensions.
|
|
45
97
|
*/
|
|
46
|
-
export declare function addExtensionToArray(extensions: CustomExtensions, sortedExtensionsArray: [
|
|
98
|
+
export declare function addExtensionToArray(extensions: CustomExtensions, sortedExtensionsArray: ActionDetails[], extensionDefinitionName: string, templatePropertyName?: TemplatePropertyName | TemplatePropertyName[], logger?: ExtensionLogger, ignoreAnnotationAnchors?: boolean): ActionDetails[];
|
|
47
99
|
/**
|
|
48
100
|
* Adds enum values to the properties definition of a custom column.
|
|
49
101
|
*
|
|
@@ -77,7 +129,6 @@ export declare function addActionRecordToSchema(lineItemDefinitionParams: AddLin
|
|
|
77
129
|
*
|
|
78
130
|
* @param {AddLineItemDefinitionParams} lineItemDefinitionParams - Parameters that define the line item, including data, record, path, index, and actions.
|
|
79
131
|
* @param {boolean} [createRef] - Indicates whether to create a reference for the action definition or to use an inline object.
|
|
80
|
-
* @returns {void} - Does not return any value.
|
|
81
132
|
*/
|
|
82
133
|
export declare function addGroupActionRecordToSchema(lineItemDefinitionParams: AddLineItemDefinitionParams, createRef?: boolean): void;
|
|
83
134
|
/**
|
|
@@ -89,14 +140,12 @@ export declare function addGroupActionRecordToSchema(lineItemDefinitionParams: A
|
|
|
89
140
|
* @param {boolean} data.lineItemRecord.Inline - Indicates whether the line item is inline.
|
|
90
141
|
* @param {boolean} data.lineItemRecord.Determining - Indicates if the line item is determining.
|
|
91
142
|
* @param {boolean} data.lineItemDefinition - Indicates whether the line item definition is present.
|
|
92
|
-
* @returns {void} This method does not return a value.
|
|
93
143
|
*/
|
|
94
144
|
export declare function addLineItemActionDefinition(data: AddLineItemDefinitionParams): void;
|
|
95
145
|
/**
|
|
96
146
|
* Adds a line item record to the provided schema based on the definition parameters.
|
|
97
147
|
*
|
|
98
148
|
* @param {AddLineItemDefinitionParams} lineItemDefinitionParams - The parameters defining the line item data, schema information, and record.
|
|
99
|
-
* @returns {void} This function does not return a value.
|
|
100
149
|
*/
|
|
101
150
|
export declare function addLineItemRecordToSchema(lineItemDefinitionParams: AddLineItemDefinitionParams): void;
|
|
102
151
|
export type LineItemDataForSchema = {
|
|
@@ -165,7 +214,6 @@ export declare function addEnumForActionAnchor(appSchema: Definition, definition
|
|
|
165
214
|
* @param {string} tableDefinitionName - The name of the table definition in the schema.
|
|
166
215
|
* @param {string} columnsDefinitionName - The name of the columns definition used to extract column enumerations.
|
|
167
216
|
* @param {EntityType} [entityType] - Optional entity type for additional context when retrieving column definitions.
|
|
168
|
-
* @returns {void} No return value as this function modifies the schema in place.
|
|
169
217
|
*/
|
|
170
218
|
export declare function addEnumForEnableMassEdit(appSchema: Definition, tableDefinitionName: string, columnsDefinitionName: string, entityType?: EntityType): void;
|
|
171
219
|
/**
|
|
@@ -209,14 +257,15 @@ export declare function alignSchemaWithTemplateType(appSchema: Definition, templ
|
|
|
209
257
|
/**
|
|
210
258
|
* Common function for enhancing LineItems, FieldGroups and Custom Section definitions of app schema by custom action definitions.
|
|
211
259
|
*
|
|
212
|
-
* @param appSchema
|
|
213
|
-
* @param v4Page
|
|
214
|
-
* @param logger
|
|
215
|
-
* @param customActionDefinitionName
|
|
216
|
-
* @param sectionDefinitionName
|
|
217
|
-
* @param sectionIdInManifest
|
|
260
|
+
* @param appSchema The application schema where the custom action definition will be added.
|
|
261
|
+
* @param v4Page The V4 page configuration object that contains metadata and settings for the page.
|
|
262
|
+
* @param logger A logging instance for logging warnings or errors during the processing.
|
|
263
|
+
* @param customActionDefinitionName The name of the custom action definition to be added. Defaults to `DefinitionName.CustomTableAction`.
|
|
264
|
+
* @param sectionDefinitionName The name of the section definition within the schema to which the action definition will be added.
|
|
265
|
+
* @param sectionIdInManifest Optional: The section ID in the manifest, used to derive the configuration ID.
|
|
266
|
+
* @param lineItemId Optional: The ID of the line item, if applicable.
|
|
218
267
|
*/
|
|
219
|
-
export declare function addCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: string, sectionDefinitionName?: string, sectionIdInManifest?: string): void;
|
|
268
|
+
export declare function addCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: string, sectionDefinitionName?: string, sectionIdInManifest?: string, lineItemId?: string): void;
|
|
220
269
|
/**
|
|
221
270
|
* Common function for enhancing header and footer definitions of app schema by custom action definitions.
|
|
222
271
|
*
|
|
@@ -227,6 +276,14 @@ export declare function addCustomActionDefinition(appSchema: Definition, v4Page:
|
|
|
227
276
|
* @param sectionId - identifier of the current object page section in schema
|
|
228
277
|
*/
|
|
229
278
|
export declare function addHeaderFooterCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: DefinitionName, sectionId?: string): void;
|
|
279
|
+
/**
|
|
280
|
+
* Parses a given definition name into its base name and optional qualifier.
|
|
281
|
+
*
|
|
282
|
+
* @param definitionName The definition name to parse. This should be a string in the format "BaseName" or "BaseName<Qualifier>".
|
|
283
|
+
* @returns An object containing the base definition name and, if applicable, its qualifier.
|
|
284
|
+
* If there is no qualifier, it will return undefined for the qualifier field.
|
|
285
|
+
*/
|
|
286
|
+
export declare function parseDefinitionName(definitionName?: string): ParsedDefinitionName;
|
|
230
287
|
/**
|
|
231
288
|
* Method returns page from manifest by passed page key.
|
|
232
289
|
*
|
|
@@ -277,13 +334,34 @@ export declare function addCustomSectionDefinition(appSchema: Definition, defini
|
|
|
277
334
|
* @param v4Page - actual page in the manifest
|
|
278
335
|
*/
|
|
279
336
|
export declare function addCustomFilterFieldDefinition(appSchema: Definition, definition: Definition, v4Page: v4.SapUiAppPageV4): void;
|
|
337
|
+
/**
|
|
338
|
+
* Imports the settings of a single action reference into the configuration object.
|
|
339
|
+
*
|
|
340
|
+
* @param {ImportActionSettingsOfReferenceParams} importActionParams - The parameters required for importing action settings, including property definitions.
|
|
341
|
+
* @param {Definition} definitionOfReference - The reference definition object used to resolve the action.
|
|
342
|
+
*/
|
|
343
|
+
export declare function importSingleActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
|
|
344
|
+
/**
|
|
345
|
+
* Imports and processes the settings for a group of actions based on a reference definition.
|
|
346
|
+
*
|
|
347
|
+
* @param {ImportActionSettingsOfReferenceParams} importActionParams - The parameters used for importing and configuring the action settings.
|
|
348
|
+
* @param {Definition} definitionOfReference - The reference definition from which the action group settings are imported.
|
|
349
|
+
* @returns {void} This function does not return a value; it modifies the configurations directly.
|
|
350
|
+
*/
|
|
351
|
+
export declare function importGroupActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
|
|
352
|
+
/**
|
|
353
|
+
* Imports and updates the action menu settings in a configuration object based on a given reference definition and related action parameters.
|
|
354
|
+
*
|
|
355
|
+
* @param {ImportActionSettingsOfReferenceParams} importActionParams - An object containing details such as the action property definition, application schema, actions configuration, and action key. These parameters are used for resolving and importing the settings.
|
|
356
|
+
* @param {Definition} definitionOfReference - The reference definition object which includes properties and other settings required to define action menus and their related configurations.
|
|
357
|
+
*/
|
|
358
|
+
export declare function importManifestBasedActionMenuSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
|
|
280
359
|
/**
|
|
281
360
|
* Imports the action settings of a specified reference based on the given parameters.
|
|
282
361
|
*
|
|
283
362
|
* @param {object} importActionParams - The parameters required for importing action settings.
|
|
284
363
|
* @param {object} importActionParams.actionPropertyDefinition - The action property definition containing the $ref to the reference.
|
|
285
364
|
* @param {object} importActionParams.appSchema - The application schema containing definitions and other related metadata.
|
|
286
|
-
* @returns {void} This function does not return a value.
|
|
287
365
|
*/
|
|
288
366
|
export declare function importActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams): void;
|
|
289
367
|
/**
|
|
@@ -305,6 +383,14 @@ export declare function addCustomFieldDefinition(appSchema: Definition, v4Page:
|
|
|
305
383
|
* If `undefined`, the function attempts to resolve the definition name from the `$ref` property of the provided definition.
|
|
306
384
|
* @param {Definition} definition - The definition object containing property schemas.
|
|
307
385
|
* @param {ManifestPathParams} pathParams - Additional context required to compute manifest paths.
|
|
386
|
+
* @param handleRelative - A flag indicating whether to use relative paths for definition properties.
|
|
387
|
+
*/
|
|
388
|
+
export declare function addManifestPathsToProperties(appSchema: Definition, definitionName: string | undefined, definition: Definition, pathParams: ManifestPathParams, handleRelative?: boolean): void;
|
|
389
|
+
/**
|
|
390
|
+
* Returns the manifest path for a given page based on the provided path parameters.
|
|
391
|
+
*
|
|
392
|
+
* @param {ManifestPathParams} pathParams - Parameters containing page information for path resolution.
|
|
393
|
+
* @returns {string | undefined} The resolved manifest path as a string, or undefined if not applicable.
|
|
308
394
|
*/
|
|
309
|
-
export declare function
|
|
395
|
+
export declare function getPageManifestPath(pathParams: ManifestPathParams): string | undefined;
|
|
310
396
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v4/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAER,+BAA+B,EAC/B,QAAQ,EACX,MAAM,4CAA4C,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC3G,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v4/utils/utils.ts"],"names":[],"mappings":"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"}
|