@sap/ux-specification 1.120.8 → 1.120.10
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 +71 -33
- 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-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 +115 -115
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ObjectPageConfig.json +75 -40
- package/dist/schemas/v4/BuildingBlocksConfig.json +6 -8
- package/dist/schemas/v4/ListReportConfig.json +115 -52
- package/dist/schemas/v4/ObjectPageConfig.json +42 -21
- package/dist/specification/package.json +113 -0
- package/dist/specification/scripts/distTagWriter.d.ts +2 -0
- package/dist/specification/scripts/distTagWriter.d.ts.map +1 -0
- package/dist/specification/scripts/distTagWriter.js +43 -0
- package/dist/specification/scripts/distTagWriter.js.map +1 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +10 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.js +50 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -0
- package/dist/specification/scripts/documentation/components/filter.d.ts +5 -0
- package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/filter.js +49 -0
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -0
- package/dist/specification/scripts/documentation/components/types.d.ts +31 -0
- package/dist/specification/scripts/documentation/components/types.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/types.js +5 -0
- package/dist/specification/scripts/documentation/components/types.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +41 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +482 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/icons.d.ts +2 -0
- package/dist/specification/scripts/documentation/components/ui/icons.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/icons.js +15 -0
- package/dist/specification/scripts/documentation/components/ui/icons.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/index.d.ts +2 -0
- package/dist/specification/scripts/documentation/components/ui/index.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/index.js +6 -0
- package/dist/specification/scripts/documentation/components/ui/index.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +7 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +105 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/search.d.ts +5 -0
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/search.js +108 -0
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +7 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.js +43 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +7 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +93 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts +9 -0
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/components/ui/utils.js +73 -0
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -0
- package/dist/specification/scripts/documentation/runDocu.d.ts +7 -0
- package/dist/specification/scripts/documentation/runDocu.d.ts.map +1 -0
- package/dist/specification/scripts/documentation/runDocu.js +8 -0
- package/dist/specification/scripts/documentation/runDocu.js.map +1 -0
- package/dist/specification/scripts/extractDocu.d.ts +2 -0
- package/dist/specification/scripts/extractDocu.d.ts.map +1 -0
- package/dist/specification/scripts/extractDocu.js +522 -0
- package/dist/specification/scripts/extractDocu.js.map +1 -0
- package/dist/specification/scripts/macros/api.d.ts +15 -0
- package/dist/specification/scripts/macros/api.d.ts.map +1 -0
- package/dist/specification/scripts/macros/api.js +188 -0
- package/dist/specification/scripts/macros/api.js.map +1 -0
- package/dist/specification/scripts/macros/cmd.d.ts +7 -0
- package/dist/specification/scripts/macros/cmd.d.ts.map +1 -0
- package/dist/specification/scripts/macros/cmd.js +49 -0
- package/dist/specification/scripts/macros/cmd.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts +19 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -0
- package/dist/specification/scripts/macros/corrections.js +242 -0
- package/dist/specification/scripts/macros/corrections.js.map +1 -0
- package/dist/specification/scripts/macros/index.d.ts +2 -0
- package/dist/specification/scripts/macros/index.d.ts.map +1 -0
- package/dist/specification/scripts/macros/index.js +8 -0
- package/dist/specification/scripts/macros/index.js.map +1 -0
- package/dist/specification/scripts/macros/schema.d.ts +9 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -0
- package/dist/specification/scripts/macros/schema.js +256 -0
- package/dist/specification/scripts/macros/schema.js.map +1 -0
- package/dist/specification/scripts/macros/types.d.ts +87 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -0
- package/dist/specification/scripts/macros/types.js +14 -0
- package/dist/specification/scripts/macros/types.js.map +1 -0
- package/dist/specification/scripts/spec.d.ts +2 -0
- package/dist/specification/scripts/spec.d.ts.map +1 -0
- package/dist/specification/scripts/spec.js +113 -0
- package/dist/specification/scripts/spec.js.map +1 -0
- package/dist/specification/scripts/to-json-schema.d.ts +11 -0
- package/dist/specification/scripts/to-json-schema.d.ts.map +1 -0
- package/dist/specification/scripts/to-json-schema.js +160 -0
- package/dist/specification/scripts/to-json-schema.js.map +1 -0
- package/dist/specification/src/api.d.ts.map +1 -0
- package/dist/specification/src/api.js +264 -0
- package/dist/specification/src/api.js.map +1 -0
- package/dist/specification/src/extensionLogger.d.ts.map +1 -0
- package/dist/specification/src/extensionLogger.js.map +1 -0
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -0
- package/dist/specification/src/i18n/i18n.js.map +1 -0
- package/dist/specification/src/index.d.ts.map +1 -0
- package/dist/specification/src/index.js.map +1 -0
- package/dist/specification/src/project.d.ts.map +1 -0
- package/dist/specification/src/project.js.map +1 -0
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -0
- package/dist/specification/src/specification/schemaAccess.js.map +1 -0
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -0
- package/dist/specification/src/sync/common/appProvider.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +16 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.js +64 -0
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/factory.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/flex.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -0
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -0
- package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -0
- package/dist/specification/src/sync/common/generate/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/generate/index.js.map +1 -0
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -0
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -0
- package/dist/specification/src/sync/common/i18n.json +38 -0
- package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/import/utils.js.map +1 -0
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -0
- package/dist/specification/src/sync/common/importProject.js.map +1 -0
- package/dist/specification/src/sync/common/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/index.js.map +1 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/utils.js +1551 -0
- package/dist/specification/src/sync/common/utils.js.map +1 -0
- package/dist/specification/src/sync/i18n.d.ts.map +1 -0
- package/dist/specification/src/sync/i18n.js.map +1 -0
- package/dist/specification/src/sync/v2/application.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/application.js +211 -0
- package/dist/specification/src/sync/v2/application.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Field.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Field.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/FormAction.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageChart.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js +73 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts +41 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js +192 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +62 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +430 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/index.d.ts +22 -0
- package/dist/specification/src/sync/v2/export/controls/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/controls/index.js +38 -0
- package/dist/specification/src/sync/v2/export/controls/index.js.map +1 -0
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/export.js.map +1 -0
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -0
- package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/factory.js.map +1 -0
- package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/ListReport.js.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/pages/index.js.map +1 -0
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +67 -0
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +150 -0
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +193 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/generate.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/index.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -0
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/generate/utils.js +659 -0
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -0
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -0
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -0
- package/dist/specification/src/sync/v2/import/getPageType.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/getPageType.js.map +1 -0
- package/dist/specification/src/sync/v2/import/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/index.js.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -0
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -0
- package/dist/specification/src/sync/v2/types.d.ts +85 -0
- package/dist/specification/src/sync/v2/types.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/types.js +56 -0
- package/dist/specification/src/sync/v2/types.js.map +1 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/application.js +232 -0
- package/dist/specification/src/sync/v4/application.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +159 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +125 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +49 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +106 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.js +67 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageLayout.js +26 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +32 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +272 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +26 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +165 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +161 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/Table.js +763 -0
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +66 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +338 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +44 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +247 -0
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.d.ts +21 -0
- package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.js +37 -0
- package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -0
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/export.js +1036 -0
- package/dist/specification/src/sync/v4/export/export.js.map +1 -0
- package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -0
- package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/factory.js +61 -0
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -0
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +175 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -0
- package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/FreestylePage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/FreestylePage.js.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +86 -0
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.js +42 -0
- package/dist/specification/src/sync/v4/export/pages/ObjectPage.js.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/pages/index.js.map +1 -0
- package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/types.js.map +1 -0
- package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/freestylePage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/freestylePage.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/generate.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/listReport.js +895 -0
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.js +1075 -0
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -0
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -0
- package/dist/specification/src/sync/v4/import/app/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/app/index.js.map +1 -0
- package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/fragment.js.map +1 -0
- package/dist/specification/src/sync/v4/import/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/index.js.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +457 -0
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -0
- package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -0
- package/dist/specification/src/sync/v4/types.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/types.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.js +889 -0
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -0
- package/dist/templates/AnalyticalTableColumnsExtension.xml +9 -9
- package/dist/templates/GridTableColumnsExtension.xml +9 -9
- package/dist/templates/ResponsiveTableColumnsExtension.xml +6 -6
- package/dist/templates/TreeTableColumnsExtension.xml +9 -9
- package/dist/types/src/apiTypes.d.ts +490 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -0
- package/dist/types/src/apiTypes.js +44 -0
- package/dist/types/src/apiTypes.js.map +1 -0
- package/dist/types/src/common/Application.d.ts +61 -0
- package/dist/types/src/common/Application.d.ts.map +1 -0
- package/dist/types/src/common/Application.js +25 -0
- package/dist/types/src/common/Application.js.map +1 -0
- package/dist/types/src/common/color.d.ts +91 -0
- package/dist/types/src/common/color.d.ts.map +1 -0
- package/dist/types/src/common/color.js +99 -0
- package/dist/types/src/common/color.js.map +1 -0
- package/dist/types/src/common/index.d.ts +6 -0
- package/dist/types/src/common/index.d.ts.map +1 -0
- package/dist/types/src/common/index.js +22 -0
- package/dist/types/src/common/index.js.map +1 -0
- package/dist/types/src/common/page.d.ts +81 -0
- package/dist/types/src/common/page.d.ts.map +1 -0
- package/dist/types/src/common/page.js +36 -0
- package/dist/types/src/common/page.js.map +1 -0
- package/dist/types/src/common/types.d.ts +499 -0
- package/dist/types/src/common/types.d.ts.map +1 -0
- package/dist/types/src/common/types.js +345 -0
- package/dist/types/src/common/types.js.map +1 -0
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts +124 -0
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -0
- package/dist/types/src/common/webapp/manifest/Manifest.js +24 -0
- package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -0
- package/dist/types/src/common/webapp/manifest/index.d.ts +4 -0
- package/dist/types/src/common/webapp/manifest/index.d.ts.map +1 -0
- package/dist/types/src/common/webapp/manifest/index.js +20 -0
- package/dist/types/src/common/webapp/manifest/index.js.map +1 -0
- package/dist/types/src/common/webapp/manifest/sapOvp.d.ts +19 -0
- package/dist/types/src/common/webapp/manifest/sapOvp.d.ts.map +1 -0
- package/dist/types/src/common/webapp/manifest/sapOvp.js +3 -0
- package/dist/types/src/common/webapp/manifest/sapOvp.js.map +1 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +106 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.js +17 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -0
- package/dist/types/src/index.d.ts +5 -0
- package/dist/types/src/index.d.ts.map +1 -0
- package/dist/types/src/index.js +34 -0
- package/dist/types/src/index.js.map +1 -0
- package/dist/types/src/v2/ApplicationV2.d.ts +7 -0
- package/dist/types/src/v2/ApplicationV2.d.ts.map +1 -0
- package/dist/types/src/v2/ApplicationV2.js +3 -0
- package/dist/types/src/v2/ApplicationV2.js.map +1 -0
- package/dist/types/src/v2/application.d.ts +24 -0
- package/dist/types/src/v2/application.d.ts.map +1 -0
- package/dist/types/src/v2/application.js +3 -0
- package/dist/types/src/v2/application.js.map +1 -0
- package/dist/types/src/v2/controls/Action.d.ts +125 -0
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Action.js +3 -0
- package/dist/types/src/v2/controls/Action.js.map +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +59 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.js +37 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.js.map +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +31 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.js +4 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.js.map +1 -0
- package/dist/types/src/v2/controls/Card.d.ts +477 -0
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Card.js +78 -0
- package/dist/types/src/v2/controls/Card.js.map +1 -0
- package/dist/types/src/v2/controls/Field.d.ts +11 -0
- package/dist/types/src/v2/controls/Field.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Field.js +4 -0
- package/dist/types/src/v2/controls/Field.js.map +1 -0
- package/dist/types/src/v2/controls/FilterBar.d.ts +220 -0
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -0
- package/dist/types/src/v2/controls/FilterBar.js +84 -0
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -0
- package/dist/types/src/v2/controls/Header.d.ts +9 -0
- package/dist/types/src/v2/controls/Header.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Header.js +3 -0
- package/dist/types/src/v2/controls/Header.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +17 -0
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageChart.js +4 -0
- package/dist/types/src/v2/controls/ObjectPageChart.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +20 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.js +3 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts +16 -0
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageForm.js +3 -0
- package/dist/types/src/v2/controls/ObjectPageForm.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +39 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.js +3 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +32 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.js +3 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +23 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.js +4 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +121 -0
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageSection.js +14 -0
- package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +224 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageTable.js +10 -0
- package/dist/types/src/v2/controls/ObjectPageTable.js.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +16 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.js +3 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.js.map +1 -0
- package/dist/types/src/v2/controls/Table.d.ts +502 -0
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Table.js +47 -0
- package/dist/types/src/v2/controls/Table.js.map +1 -0
- package/dist/types/src/v2/controls/ToolBar.d.ts +9 -0
- package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ToolBar.js +3 -0
- package/dist/types/src/v2/controls/ToolBar.js.map +1 -0
- package/dist/types/src/v2/controls/index.d.ts +19 -0
- package/dist/types/src/v2/controls/index.d.ts.map +1 -0
- package/dist/types/src/v2/controls/index.js +35 -0
- package/dist/types/src/v2/controls/index.js.map +1 -0
- package/dist/types/src/v2/index.d.ts +8 -0
- package/dist/types/src/v2/index.d.ts.map +1 -0
- package/dist/types/src/v2/index.js +24 -0
- package/dist/types/src/v2/index.js.map +1 -0
- package/dist/types/src/v2/overviewPage.d.ts +67 -0
- package/dist/types/src/v2/overviewPage.d.ts.map +1 -0
- package/dist/types/src/v2/overviewPage.js +15 -0
- package/dist/types/src/v2/overviewPage.js.map +1 -0
- package/dist/types/src/v2/page.d.ts +8 -0
- package/dist/types/src/v2/page.d.ts.map +1 -0
- package/dist/types/src/v2/page.js +3 -0
- package/dist/types/src/v2/page.js.map +1 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +25 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js +3 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js.map +1 -0
- package/dist/types/src/v2/pages/ListReportConfigV2.d.ts +17 -0
- package/dist/types/src/v2/pages/ListReportConfigV2.d.ts.map +1 -0
- package/dist/types/src/v2/pages/ListReportConfigV2.js +3 -0
- package/dist/types/src/v2/pages/ListReportConfigV2.js.map +1 -0
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +37 -0
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -0
- package/dist/types/src/v2/pages/ObjectPageConfigV2.js +3 -0
- package/dist/types/src/v2/pages/ObjectPageConfigV2.js.map +1 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +102 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.js +7 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.js.map +1 -0
- package/dist/types/src/v2/pages/index.d.ts +5 -0
- package/dist/types/src/v2/pages/index.d.ts.map +1 -0
- package/dist/types/src/v2/pages/index.js +21 -0
- package/dist/types/src/v2/pages/index.js.map +1 -0
- package/dist/types/src/v2/webapp/index.d.ts +2 -0
- package/dist/types/src/v2/webapp/index.d.ts.map +1 -0
- package/dist/types/src/v2/webapp/index.js +18 -0
- package/dist/types/src/v2/webapp/index.js.map +1 -0
- package/dist/types/src/v2/webapp/manifest/index.d.ts +4 -0
- package/dist/types/src/v2/webapp/manifest/index.d.ts.map +1 -0
- package/dist/types/src/v2/webapp/manifest/index.js +20 -0
- package/dist/types/src/v2/webapp/manifest/index.js.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUi.d.ts +11 -0
- package/dist/types/src/v2/webapp/manifest/sapUi.d.ts.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUi.js +3 -0
- package/dist/types/src/v2/webapp/manifest/sapUi.js.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUi5.d.ts +77 -0
- package/dist/types/src/v2/webapp/manifest/sapUi5.d.ts.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUi5.js +10 -0
- package/dist/types/src/v2/webapp/manifest/sapUi5.js.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUiPageV2.d.ts +32 -0
- package/dist/types/src/v2/webapp/manifest/sapUiPageV2.d.ts.map +1 -0
- package/dist/types/src/v2/webapp/manifest/sapUiPageV2.js +8 -0
- package/dist/types/src/v2/webapp/manifest/sapUiPageV2.js.map +1 -0
- package/dist/types/src/v4/ApplicationV4.d.ts +7 -0
- package/dist/types/src/v4/ApplicationV4.d.ts.map +1 -0
- package/dist/types/src/v4/ApplicationV4.js +3 -0
- package/dist/types/src/v4/ApplicationV4.js.map +1 -0
- package/dist/types/src/v4/application.d.ts +24 -0
- package/dist/types/src/v4/application.d.ts.map +1 -0
- package/dist/types/src/v4/application.js +3 -0
- package/dist/types/src/v4/application.js.map +1 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts +63 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -0
- package/dist/types/src/v4/controls/CustomAction.js +9 -0
- package/dist/types/src/v4/controls/CustomAction.js.map +1 -0
- package/dist/types/src/v4/controls/FilterBar.d.ts +127 -0
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -0
- package/dist/types/src/v4/controls/FilterBar.js +19 -0
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -0
- package/dist/types/src/v4/controls/Header.d.ts +17 -0
- package/dist/types/src/v4/controls/Header.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Header.js +3 -0
- package/dist/types/src/v4/controls/Header.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +27 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.js +3 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +28 -0
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageForm.js +3 -0
- package/dist/types/src/v4/controls/ObjectPageForm.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +44 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.js +3 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +79 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.js +3 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +18 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.js +9 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +136 -0
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageSection.js +16 -0
- package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +119 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageTable.js +10 -0
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +34 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.js +3 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.js.map +1 -0
- package/dist/types/src/v4/controls/Table.d.ts +326 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Table.js +30 -0
- package/dist/types/src/v4/controls/Table.js.map +1 -0
- package/dist/types/src/v4/controls/ToolBar.d.ts +88 -0
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ToolBar.js +9 -0
- package/dist/types/src/v4/controls/ToolBar.js.map +1 -0
- package/dist/types/src/v4/controls/index.d.ts +15 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -0
- package/dist/types/src/v4/controls/index.js +31 -0
- package/dist/types/src/v4/controls/index.js.map +1 -0
- package/dist/types/src/v4/index.d.ts +7 -0
- package/dist/types/src/v4/index.d.ts.map +1 -0
- package/dist/types/src/v4/index.js +23 -0
- package/dist/types/src/v4/index.js.map +1 -0
- package/dist/types/src/v4/page.d.ts +31 -0
- package/dist/types/src/v4/page.d.ts.map +1 -0
- package/dist/types/src/v4/page.js +3 -0
- package/dist/types/src/v4/page.js.map +1 -0
- package/dist/types/src/v4/pages/FreestylePageConfigV4.d.ts +3 -0
- package/dist/types/src/v4/pages/FreestylePageConfigV4.d.ts.map +1 -0
- package/dist/types/src/v4/pages/FreestylePageConfigV4.js +3 -0
- package/dist/types/src/v4/pages/FreestylePageConfigV4.js.map +1 -0
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +45 -0
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -0
- package/dist/types/src/v4/pages/ListReportConfigV4.js +10 -0
- package/dist/types/src/v4/pages/ListReportConfigV4.js.map +1 -0
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +20 -0
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -0
- package/dist/types/src/v4/pages/ObjectPageConfigV4.js +9 -0
- package/dist/types/src/v4/pages/ObjectPageConfigV4.js.map +1 -0
- package/dist/types/src/v4/pages/index.d.ts +4 -0
- package/dist/types/src/v4/pages/index.d.ts.map +1 -0
- package/dist/types/src/v4/pages/index.js +20 -0
- package/dist/types/src/v4/pages/index.js.map +1 -0
- package/dist/types/src/v4/webapp/index.d.ts +2 -0
- package/dist/types/src/v4/webapp/index.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/index.js +18 -0
- package/dist/types/src/v4/webapp/index.js.map +1 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +204 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.js +22 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -0
- package/dist/types/src/v4/webapp/manifest/index.d.ts +4 -0
- package/dist/types/src/v4/webapp/manifest/index.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/manifest/index.js +20 -0
- package/dist/types/src/v4/webapp/manifest/index.js.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +89 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.js +9 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +108 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +15 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -0
- package/package.json +10 -10
- package/dist/package.json +0 -113
- package/dist/src/api.d.ts.map +0 -1
- package/dist/src/api.js +0 -264
- package/dist/src/api.js.map +0 -1
- package/dist/src/extensionLogger.d.ts.map +0 -1
- package/dist/src/extensionLogger.js.map +0 -1
- package/dist/src/i18n/i18n.d.ts.map +0 -1
- package/dist/src/i18n/i18n.js.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js.map +0 -1
- package/dist/src/project.d.ts.map +0 -1
- package/dist/src/project.js.map +0 -1
- package/dist/src/specification/schemaAccess.d.ts.map +0 -1
- package/dist/src/specification/schemaAccess.js.map +0 -1
- package/dist/src/sync/common/appProvider.d.ts.map +0 -1
- package/dist/src/sync/common/appProvider.js.map +0 -1
- package/dist/src/sync/common/decoration/control.d.ts.map +0 -1
- package/dist/src/sync/common/decoration/control.js.map +0 -1
- package/dist/src/sync/common/decoration/decorators.d.ts +0 -13
- package/dist/src/sync/common/decoration/decorators.d.ts.map +0 -1
- package/dist/src/sync/common/decoration/decorators.js +0 -52
- package/dist/src/sync/common/decoration/decorators.js.map +0 -1
- package/dist/src/sync/common/decoration/factory.d.ts.map +0 -1
- package/dist/src/sync/common/decoration/factory.js.map +0 -1
- package/dist/src/sync/common/decoration/flex.d.ts.map +0 -1
- package/dist/src/sync/common/decoration/flex.js.map +0 -1
- package/dist/src/sync/common/decoration/index.d.ts.map +0 -1
- package/dist/src/sync/common/decoration/index.js.map +0 -1
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +0 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +0 -1
- package/dist/src/sync/common/flexUtils.d.ts.map +0 -1
- package/dist/src/sync/common/flexUtils.js.map +0 -1
- package/dist/src/sync/common/generate/index.d.ts.map +0 -1
- package/dist/src/sync/common/generate/index.js.map +0 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +0 -1
- package/dist/src/sync/common/generate/objectPage.js.map +0 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +0 -1
- package/dist/src/sync/common/generate/utils.js.map +0 -1
- package/dist/src/sync/common/i18n.json +0 -33
- package/dist/src/sync/common/import/utils.d.ts.map +0 -1
- package/dist/src/sync/common/import/utils.js.map +0 -1
- package/dist/src/sync/common/importProject.d.ts.map +0 -1
- package/dist/src/sync/common/importProject.js.map +0 -1
- package/dist/src/sync/common/index.d.ts.map +0 -1
- package/dist/src/sync/common/index.js.map +0 -1
- package/dist/src/sync/common/utils.d.ts.map +0 -1
- package/dist/src/sync/common/utils.js +0 -1535
- package/dist/src/sync/common/utils.js.map +0 -1
- package/dist/src/sync/i18n.d.ts.map +0 -1
- package/dist/src/sync/i18n.js.map +0 -1
- package/dist/src/sync/v2/application.d.ts.map +0 -1
- package/dist/src/sync/v2/application.js +0 -210
- package/dist/src/sync/v2/application.js.map +0 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/Action.js.map +0 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +0 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +0 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/Card.js.map +0 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/Field.js.map +0 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +0 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/FormAction.js.map +0 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/Fragment.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +0 -72
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +0 -41
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +0 -192
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +0 -62
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +0 -426
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +0 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +0 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +0 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +0 -1
- package/dist/src/sync/v2/export/controls/index.d.ts +0 -22
- package/dist/src/sync/v2/export/controls/index.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/index.js +0 -38
- package/dist/src/sync/v2/export/controls/index.js.map +0 -1
- package/dist/src/sync/v2/export/export.d.ts.map +0 -1
- package/dist/src/sync/v2/export/export.js.map +0 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +0 -1
- package/dist/src/sync/v2/export/exportPage.js.map +0 -1
- package/dist/src/sync/v2/export/factory.d.ts.map +0 -1
- package/dist/src/sync/v2/export/factory.js.map +0 -1
- package/dist/src/sync/v2/export/manifest.d.ts.map +0 -1
- package/dist/src/sync/v2/export/manifest.js.map +0 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +0 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +0 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +0 -1
- package/dist/src/sync/v2/export/pages/ListReport.js.map +0 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +0 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +0 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +0 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +0 -1
- package/dist/src/sync/v2/export/pages/index.d.ts.map +0 -1
- package/dist/src/sync/v2/export/pages/index.js.map +0 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +0 -67
- package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +0 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +0 -149
- package/dist/src/sync/v2/export/view-controller-generator.js.map +0 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +0 -144
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +0 -1
- package/dist/src/sync/v2/generate/generate.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/generate.js.map +0 -1
- package/dist/src/sync/v2/generate/index.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/index.js.map +0 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/listReport.js.map +0 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +0 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +0 -1
- package/dist/src/sync/v2/generate/utils.d.ts.map +0 -1
- package/dist/src/sync/v2/generate/utils.js +0 -653
- package/dist/src/sync/v2/generate/utils.js.map +0 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +0 -1
- package/dist/src/sync/v2/import/app/appProvider.js.map +0 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +0 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +0 -1
- package/dist/src/sync/v2/import/common/index.d.ts.map +0 -1
- package/dist/src/sync/v2/import/common/index.js.map +0 -1
- package/dist/src/sync/v2/import/controls/table.d.ts.map +0 -1
- package/dist/src/sync/v2/import/controls/table.js.map +0 -1
- package/dist/src/sync/v2/import/getPageType.d.ts.map +0 -1
- package/dist/src/sync/v2/import/getPageType.js.map +0 -1
- package/dist/src/sync/v2/import/index.d.ts.map +0 -1
- package/dist/src/sync/v2/import/index.js.map +0 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +0 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +0 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +0 -1
- package/dist/src/sync/v2/import/pages/listReport.js.map +0 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +0 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +0 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +0 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +0 -1
- package/dist/src/sync/v2/import/utils.d.ts.map +0 -1
- package/dist/src/sync/v2/import/utils.js.map +0 -1
- package/dist/src/sync/v2/types.d.ts +0 -84
- package/dist/src/sync/v2/types.d.ts.map +0 -1
- package/dist/src/sync/v2/types.js +0 -51
- package/dist/src/sync/v2/types.js.map +0 -1
- package/dist/src/sync/v4/application.d.ts.map +0 -1
- package/dist/src/sync/v4/application.js +0 -228
- package/dist/src/sync/v4/application.js.map +0 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +0 -155
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +0 -1
- package/dist/src/sync/v4/export/controls/Header.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/Header.js.map +0 -1
- package/dist/src/sync/v4/export/controls/HeaderAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/HeaderAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +0 -124
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js +0 -48
- package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +0 -105
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +0 -66
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +0 -25
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +0 -31
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +0 -258
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +0 -25
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -151
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +0 -157
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/Table.js +0 -721
- package/dist/src/sync/v4/export/controls/Table.js.map +0 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +0 -64
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +0 -311
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ToolBar.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +0 -43
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +0 -239
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/index.d.ts +0 -22
- package/dist/src/sync/v4/export/controls/index.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/index.js +0 -38
- package/dist/src/sync/v4/export/controls/index.js.map +0 -1
- package/dist/src/sync/v4/export/export.d.ts.map +0 -1
- package/dist/src/sync/v4/export/export.js +0 -943
- package/dist/src/sync/v4/export/export.js.map +0 -1
- package/dist/src/sync/v4/export/exportCustomColumn.d.ts.map +0 -1
- package/dist/src/sync/v4/export/exportCustomColumn.js.map +0 -1
- package/dist/src/sync/v4/export/factory.d.ts.map +0 -1
- package/dist/src/sync/v4/export/factory.js +0 -61
- package/dist/src/sync/v4/export/factory.js.map +0 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts.map +0 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +0 -1
- package/dist/src/sync/v4/export/fpmCustomPage.d.ts.map +0 -1
- package/dist/src/sync/v4/export/fpmCustomPage.js +0 -175
- package/dist/src/sync/v4/export/fpmCustomPage.js.map +0 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +0 -1
- package/dist/src/sync/v4/export/manifest.js.map +0 -1
- package/dist/src/sync/v4/export/pages/FreestylePage.d.ts.map +0 -1
- package/dist/src/sync/v4/export/pages/FreestylePage.js.map +0 -1
- package/dist/src/sync/v4/export/pages/ListReport.d.ts.map +0 -1
- package/dist/src/sync/v4/export/pages/ListReport.js +0 -85
- package/dist/src/sync/v4/export/pages/ListReport.js.map +0 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +0 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js +0 -41
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +0 -1
- package/dist/src/sync/v4/export/pages/index.d.ts.map +0 -1
- package/dist/src/sync/v4/export/pages/index.js.map +0 -1
- package/dist/src/sync/v4/export/types.d.ts.map +0 -1
- package/dist/src/sync/v4/export/types.js.map +0 -1
- package/dist/src/sync/v4/export/utils.d.ts.map +0 -1
- package/dist/src/sync/v4/export/utils.js.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.js.map +0 -1
- package/dist/src/sync/v4/generate/freestylePage.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/freestylePage.js.map +0 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/generate.js.map +0 -1
- package/dist/src/sync/v4/generate/index.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/index.js.map +0 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/listReport.js +0 -891
- package/dist/src/sync/v4/generate/listReport.js.map +0 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/objectPage.js +0 -1066
- package/dist/src/sync/v4/generate/objectPage.js.map +0 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/appProvider.js.map +0 -1
- package/dist/src/sync/v4/import/app/index.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/index.js.map +0 -1
- package/dist/src/sync/v4/import/fragment.d.ts.map +0 -1
- package/dist/src/sync/v4/import/fragment.js.map +0 -1
- package/dist/src/sync/v4/import/index.d.ts.map +0 -1
- package/dist/src/sync/v4/import/index.js.map +0 -1
- package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +0 -1
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +0 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +0 -1
- package/dist/src/sync/v4/import/pages/listReport.js.map +0 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +0 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +0 -459
- package/dist/src/sync/v4/import/pages/objectPage.js.map +0 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +0 -1
- package/dist/src/sync/v4/import/utils.js.map +0 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +0 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +0 -1
- package/dist/src/sync/v4/types.d.ts.map +0 -1
- package/dist/src/sync/v4/types.js.map +0 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +0 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +0 -1
- package/dist/src/sync/v4/utils/macros.d.ts.map +0 -1
- package/dist/src/sync/v4/utils/macros.js.map +0 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +0 -1
- package/dist/src/sync/v4/utils/utils.js +0 -858
- package/dist/src/sync/v4/utils/utils.js.map +0 -1
- /package/dist/{src → specification/src}/api.d.ts +0 -0
- /package/dist/{src → specification/src}/extensionLogger.d.ts +0 -0
- /package/dist/{src → specification/src}/extensionLogger.js +0 -0
- /package/dist/{src → specification/src}/i18n/i18n.d.ts +0 -0
- /package/dist/{src → specification/src}/i18n/i18n.js +0 -0
- /package/dist/{src → specification/src}/index.d.ts +0 -0
- /package/dist/{src → specification/src}/index.js +0 -0
- /package/dist/{src → specification/src}/project.d.ts +0 -0
- /package/dist/{src → specification/src}/project.js +0 -0
- /package/dist/{src → specification/src}/specification/schemaAccess.d.ts +0 -0
- /package/dist/{src → specification/src}/specification/schemaAccess.js +0 -0
- /package/dist/{src → specification/src}/sync/common/appProvider.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/appProvider.js +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/control.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/control.js +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/factory.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/factory.js +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/flex.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/flex.js +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/decoration/index.js +0 -0
- /package/dist/{src → specification/src}/sync/common/distTagEvaluator.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/distTagEvaluator.js +0 -0
- /package/dist/{src → specification/src}/sync/common/dist_tag.json +0 -0
- /package/dist/{src → specification/src}/sync/common/flexUtils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/flexUtils.js +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/index.js +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/objectPage.js +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/generate/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/common/import/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/import/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/common/importProject.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/importProject.js +0 -0
- /package/dist/{src → specification/src}/sync/common/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/common/index.js +0 -0
- /package/dist/{src → specification/src}/sync/common/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/i18n.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/i18n.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/application.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Action.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Action.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/AnalyticalListPageChart.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/AnalyticalListPageChart.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/AnalyticalListPageKPI.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Card.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Card.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Field.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Field.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/FilterBar.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/FilterBar.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/FormAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/FormAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Fragment.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Fragment.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageChart.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageChart.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageCustomSection.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageCustomSection.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageFooterAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageFooterAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageHeader.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageHeaderAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageHeaderSection.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageHeaderSection.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageLayout.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageLayout.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ObjectPageToolBarAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Table.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/Table.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/TableColumn.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/TableColumn.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ToolBar.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/controls/ToolBar.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/export.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/export.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/exportPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/exportPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/factory.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/factory.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/manifest.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/manifest.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/AnalyticalListPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/AnalyticalListPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/ListReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/ListReport.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/ObjectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/ObjectPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/OverviewPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/OverviewPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/pages/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/analyticalListReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/generate.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/generate.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/listReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/listReport.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/objectPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/overviewPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/overviewPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/generate/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/app/appProvider.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/app/appProvider.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/app/ovpProvider.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/app/ovpProvider.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/common/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/common/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/controls/table.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/controls/table.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/getPageType.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/getPageType.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/analyticalListPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/analyticalListPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/listReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/listReport.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/objectPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/overviewPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/pages/overviewPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/import/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/application.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/FilterBar.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/Header.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/Header.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/HeaderAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/HeaderAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageCustomSection.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageCustomSection.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageFooter.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageFooter.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageFooterAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageForm.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageFormAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageFormAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageHeader.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageHeader.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageLayout.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ObjectPageToolBarAction.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ToolBar.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/ToolBar.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/export.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/exportCustomColumn.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/exportCustomColumn.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/factory.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/flexibleColumnLayout.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/flexibleColumnLayout.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/fpmCustomPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/manifest.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/manifest.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/FreestylePage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/FreestylePage.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/ListReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/ObjectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/pages/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/types.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/types.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/annotations.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/annotations.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/extensions.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/extensions.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/generator.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/generator.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/pageExtensions.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/fpm-custom-page/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/freestylePage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/freestylePage.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/generate.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/generate.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/listReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/app/appProvider.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/app/appProvider.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/app/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/app/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/fragment.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/fragment.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/index.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/pages/fpmCustomPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/pages/fpmCustomPage.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/pages/listReport.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/pages/listReport.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/pages/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/import/utils.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/sync-rules/controllerExtensions.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/sync-rules/controllerExtensions.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/types.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/types.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/StableIdHelper.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/StableIdHelper.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/macros.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/macros.js +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/utils.d.ts +0 -0
|
@@ -0,0 +1,1036 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.exportConfigEntityByPathV4 = exports.exportPageV4 = void 0;
|
|
4
|
+
const exportCustomColumn_1 = require("./exportCustomColumn");
|
|
5
|
+
const common_1 = require("../../common");
|
|
6
|
+
const application_1 = require("../application");
|
|
7
|
+
const manifest_1 = require("./manifest");
|
|
8
|
+
const flexibleColumnLayout_1 = require("./flexibleColumnLayout");
|
|
9
|
+
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
10
|
+
const utils_1 = require("../../common/utils");
|
|
11
|
+
const factory_1 = require("./factory");
|
|
12
|
+
const utils_2 = require("./utils");
|
|
13
|
+
const fpmCustomPage_1 = require("./fpmCustomPage");
|
|
14
|
+
const viewProperties = ['key', 'index', 'label', 'visible', 'showCounts', 'entitySet', 'keepPreviousPersonalization'];
|
|
15
|
+
const doTransfer = [...viewProperties, 'views', 'initialLoad', 'template'];
|
|
16
|
+
/**
|
|
17
|
+
* Returns a fresh export results object with default values.
|
|
18
|
+
* @param manifest - manifest to clone
|
|
19
|
+
*
|
|
20
|
+
* @returns New export results object with default values.
|
|
21
|
+
*/
|
|
22
|
+
const prepareDefaultExportResult = (manifest) => {
|
|
23
|
+
const exportResults = ux_specification_types_1.defaultExportResult;
|
|
24
|
+
exportResults.fragments = [];
|
|
25
|
+
exportResults.views = [];
|
|
26
|
+
exportResults.manifest = JSON.parse(JSON.stringify(manifest));
|
|
27
|
+
return exportResults;
|
|
28
|
+
};
|
|
29
|
+
function determineTargetAnnotationOfTable(ids, transferParameters, configObject) {
|
|
30
|
+
let targetAnnotationEncoded = `@${"com.sap.vocabularies.UI.v1.LineItem" /* UIAnnotationTerms.LineItem */}`;
|
|
31
|
+
let targetAnnotation = `@${"com.sap.vocabularies.UI.v1.LineItem" /* UIAnnotationTerms.LineItem */}`;
|
|
32
|
+
const annotationPath = transferParameters.appSchema.definitions[ux_specification_types_1.DefinitionName.TableSPV]?.[ux_specification_types_1.SchemaTag.annotationPath];
|
|
33
|
+
if (ids.length > 1 && transferParameters.config['table']?.annotationPath) {
|
|
34
|
+
const annoPath = transferParameters.appSchema.definitions[ux_specification_types_1.DefinitionName.ALPTable]?.[ux_specification_types_1.SchemaTag.annotationPath];
|
|
35
|
+
targetAnnotationEncoded = targetAnnotation = annoPath && annoPath.substr(annoPath.lastIndexOf('@'));
|
|
36
|
+
}
|
|
37
|
+
else if (configObject.table?.annotationPath) {
|
|
38
|
+
//view definition
|
|
39
|
+
targetAnnotationEncoded = targetAnnotation = `@${configObject.table.annotationPath}`;
|
|
40
|
+
}
|
|
41
|
+
else if (ids[0] === ux_specification_types_1.PropertyName.table && annotationPath) {
|
|
42
|
+
const annotationPathArray = annotationPath.split('/');
|
|
43
|
+
targetAnnotationEncoded = targetAnnotation = annotationPathArray[annotationPathArray.length - 1];
|
|
44
|
+
}
|
|
45
|
+
return { targetAnnotationEncoded, targetAnnotation };
|
|
46
|
+
}
|
|
47
|
+
function determineTargetAnnotationOfChart(ids, transferParameters, configObject) {
|
|
48
|
+
let targetAnnotationEncoded, targetAnnotation;
|
|
49
|
+
if (ids.length > 1) {
|
|
50
|
+
const annoPath = transferParameters.appSchema.definitions[ux_specification_types_1.DefinitionName.ALPChart]?.[ux_specification_types_1.SchemaTag.annotationPath];
|
|
51
|
+
targetAnnotationEncoded = targetAnnotation = annoPath && annoPath.substr(annoPath.lastIndexOf('@'));
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
//chart level
|
|
55
|
+
targetAnnotationEncoded = targetAnnotation = `@${configObject.chart?.annotationPath}`;
|
|
56
|
+
}
|
|
57
|
+
return { targetAnnotationEncoded, targetAnnotation };
|
|
58
|
+
}
|
|
59
|
+
function determineTargetAnnotationBasedOnParentView(ids, targetAnnotation, targetAnnotationEncoded, parentDefinition, transferParameters) {
|
|
60
|
+
if (ids.length === 3) {
|
|
61
|
+
//the parent definition comprises the annotation of the visualization of the (Selection)PresentationVariant.
|
|
62
|
+
targetAnnotation = targetAnnotationEncoded =
|
|
63
|
+
parentDefinition[ux_specification_types_1.SchemaTag.annotationPath] &&
|
|
64
|
+
parentDefinition[ux_specification_types_1.SchemaTag.annotationPath].substr(parentDefinition[ux_specification_types_1.SchemaTag.annotationPath].lastIndexOf('@'));
|
|
65
|
+
}
|
|
66
|
+
else if (ids.length > 3) {
|
|
67
|
+
//the own definition comprises the lineItem or chart annotation from the visualization
|
|
68
|
+
const ownDefinitionName = parentDefinition.$ref?.split(common_1.DEFINITION_LINK_PREFIX)[1];
|
|
69
|
+
const ownDefinition = ownDefinitionName && transferParameters.appSchema.definitions[ownDefinitionName];
|
|
70
|
+
const annotation = ownDefinition?.[ux_specification_types_1.SchemaTag.annotationPath] &&
|
|
71
|
+
ownDefinition[ux_specification_types_1.SchemaTag.annotationPath].substr(ownDefinition[ux_specification_types_1.SchemaTag.annotationPath].lastIndexOf('@'));
|
|
72
|
+
targetAnnotation = targetAnnotationEncoded = ownDefinition['entitySet']
|
|
73
|
+
? `/${ownDefinition['entitySet']}/${annotation}`
|
|
74
|
+
: annotation;
|
|
75
|
+
}
|
|
76
|
+
return { targetAnnotation, targetAnnotationEncoded };
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Determines the target annotation of a view
|
|
80
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
81
|
+
* @param {string[]} ids - list of ids of parent elements
|
|
82
|
+
* @returns { targetAnnotationEncoded, targetAnnotation}
|
|
83
|
+
*/
|
|
84
|
+
function determineTargetAnnotationOfView(transferParameters, ids) {
|
|
85
|
+
let targetAnnotation, targetAnnotationEncoded;
|
|
86
|
+
const parentDefinition = transferParameters.appSchema.definitions.MultiTableModeV4?.properties[ids[2]];
|
|
87
|
+
if (parentDefinition) {
|
|
88
|
+
({ targetAnnotation, targetAnnotationEncoded } = determineTargetAnnotationBasedOnParentView(ids, targetAnnotation, targetAnnotationEncoded, parentDefinition, transferParameters));
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
//newly created view ==> compare annotationPath with that of the table
|
|
92
|
+
const viewPathInConfig = transferParameters.config[ids[0]][ids[1]][ids[2]].annotationPath;
|
|
93
|
+
let tableInSchema = transferParameters.appSchema.definitions.Table;
|
|
94
|
+
if (tableInSchema[ux_specification_types_1.SchemaTag.annotationPath] &&
|
|
95
|
+
tableInSchema[ux_specification_types_1.SchemaTag.annotationPath].endsWith(viewPathInConfig)) {
|
|
96
|
+
if (tableInSchema.$ref === '#/definitions/TableSPV') {
|
|
97
|
+
tableInSchema = transferParameters.appSchema.definitions.TableSPV;
|
|
98
|
+
//the view got derived from the previous table
|
|
99
|
+
const annoParts = tableInSchema[ux_specification_types_1.SchemaTag.annotationPath].split('/');
|
|
100
|
+
targetAnnotation = targetAnnotationEncoded = annoParts[annoParts.length - 1];
|
|
101
|
+
return { targetAnnotation, targetAnnotationEncoded };
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
delete transferParameters.appSchema.definitions.Table[ux_specification_types_1.SchemaTag.annotationPath];
|
|
106
|
+
return { targetAnnotation, targetAnnotationEncoded };
|
|
107
|
+
}
|
|
108
|
+
function determineTargetAnnotationOfHeaderSections(ids, custom, title) {
|
|
109
|
+
let targetAnnotation, targetAnnotationEncoded;
|
|
110
|
+
// check if id is in `@com.sap.vocabularies.UI.v1.DataPoint#FlightPrice` format
|
|
111
|
+
const isAnnotationBased = ids[2].split(`@${ux_specification_types_1.UIVOCABULARY}`)[1];
|
|
112
|
+
if (!isAnnotationBased) {
|
|
113
|
+
custom = true;
|
|
114
|
+
targetAnnotationEncoded = ids[2];
|
|
115
|
+
targetAnnotation = targetAnnotationEncoded && targetAnnotationEncoded.replace(/::/g, '/');
|
|
116
|
+
}
|
|
117
|
+
else {
|
|
118
|
+
if (title && title.indexOf(ux_specification_types_1.FacetTitlePrefix) > -1) {
|
|
119
|
+
targetAnnotation = targetAnnotationEncoded = title.split(ux_specification_types_1.FacetTitlePrefix)[1];
|
|
120
|
+
}
|
|
121
|
+
else if (ids[2]) {
|
|
122
|
+
targetAnnotation = targetAnnotationEncoded = ids[2].split('@')[1];
|
|
123
|
+
}
|
|
124
|
+
else if (targetAnnotationEncoded) {
|
|
125
|
+
targetAnnotation = targetAnnotationEncoded = targetAnnotationEncoded.replace(/::/g, '/');
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
return { custom, targetAnnotationEncoded, targetAnnotation };
|
|
129
|
+
}
|
|
130
|
+
function determineTargetAnnotationOfSections(ids, custom) {
|
|
131
|
+
let targetAnnotation, targetAnnotationEncoded;
|
|
132
|
+
if (ids[1] === 'custom' && ids[2] !== ids[ids.length - 1]) {
|
|
133
|
+
custom = true;
|
|
134
|
+
targetAnnotationEncoded = ids[2];
|
|
135
|
+
targetAnnotation = targetAnnotationEncoded && targetAnnotationEncoded.replace(/::/g, '/');
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
const sectionId = (0, utils_2.extractLastIdPart)(ids[1]);
|
|
139
|
+
targetAnnotationEncoded = sectionId && sectionId.replace(/\//g, '::');
|
|
140
|
+
targetAnnotation = targetAnnotationEncoded && targetAnnotationEncoded.replace(/::/g, '/');
|
|
141
|
+
}
|
|
142
|
+
return { custom, targetAnnotationEncoded, targetAnnotation };
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Determines the target annotation that is relevant for the sync rule
|
|
146
|
+
* @param {string[]} ids - list of ids of parent elements
|
|
147
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
148
|
+
* @param { [key: string]: any } configObject - the given section of config.json, to be exported
|
|
149
|
+
* @returns { targetAnnotationEncoded, targetAnnotation, custom }
|
|
150
|
+
*/
|
|
151
|
+
function determineTargetAnnotation(ids, transferParameters, configObject) {
|
|
152
|
+
let targetAnnotation, targetAnnotationEncoded, custom = false;
|
|
153
|
+
if (ids[0] === ux_specification_types_1.PropertyName.table && ids[1] !== ux_specification_types_1.PropertyName.views) {
|
|
154
|
+
({ targetAnnotationEncoded, targetAnnotation } = determineTargetAnnotationOfTable(ids, transferParameters, configObject));
|
|
155
|
+
}
|
|
156
|
+
else if (ids[0] === ux_specification_types_1.PropertyName.chart && transferParameters.templateType === ux_specification_types_1.TemplateType.AnalyticalListPageV4) {
|
|
157
|
+
({ targetAnnotationEncoded, targetAnnotation } = determineTargetAnnotationOfChart(ids, transferParameters, configObject));
|
|
158
|
+
}
|
|
159
|
+
else if (ids[0] === ux_specification_types_1.PropertyName.sections) {
|
|
160
|
+
({ custom, targetAnnotationEncoded, targetAnnotation } = determineTargetAnnotationOfSections(ids, custom));
|
|
161
|
+
}
|
|
162
|
+
else if (ids[1] === ux_specification_types_1.PropertyName.sections) {
|
|
163
|
+
//header sections
|
|
164
|
+
({ custom, targetAnnotationEncoded, targetAnnotation } = determineTargetAnnotationOfHeaderSections(ids, custom, transferParameters.title));
|
|
165
|
+
}
|
|
166
|
+
else if (ids[1] === ux_specification_types_1.PropertyName.views) {
|
|
167
|
+
({ targetAnnotation, targetAnnotationEncoded } = determineTargetAnnotationOfView(transferParameters, ids));
|
|
168
|
+
}
|
|
169
|
+
return { targetAnnotationEncoded, targetAnnotation, custom };
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Calculates an additional key for the sync rule from the given ID's
|
|
173
|
+
* @param {string[]} ids - list of ids of parent elements
|
|
174
|
+
* @returns the key for the sync rule
|
|
175
|
+
*/
|
|
176
|
+
function determineKeyForSyncRule(ids) {
|
|
177
|
+
let idIndex = 0;
|
|
178
|
+
for (let index = ids.length - 1; index > -1; index--) {
|
|
179
|
+
const element = ids[index];
|
|
180
|
+
if ([
|
|
181
|
+
ux_specification_types_1.PropertyName.actions,
|
|
182
|
+
ux_specification_types_1.PropertyName.columns,
|
|
183
|
+
ux_specification_types_1.PropertyName.views,
|
|
184
|
+
ux_specification_types_1.PropertyName.visualFilters,
|
|
185
|
+
ux_specification_types_1.PropertyName.selectionFields
|
|
186
|
+
].includes(ux_specification_types_1.PropertyName[element])) {
|
|
187
|
+
idIndex = index + 1;
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
return idIndex > 0 ? ids[idIndex]?.replace(/\//gi, '??') : undefined;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Creates a new object in manifest
|
|
195
|
+
* @param {ExportToManifestParams} params - list of parameters
|
|
196
|
+
*/
|
|
197
|
+
function createNewObjectInManifest(params) {
|
|
198
|
+
if (params.syncRule.manifest.export && typeof params.syncRule.manifest.export === 'function') {
|
|
199
|
+
params.syncRule.manifest.export(params.manifestSection, params.configObject, params.configPropertyKey, params.manifestKey, params.syncRuleKey);
|
|
200
|
+
}
|
|
201
|
+
else if (!params.manifestSection[params.manifestKey]) {
|
|
202
|
+
params.manifestSection[params.manifestKey] = {};
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Transfers a property value from config to manifest
|
|
207
|
+
* @param {ExportToManifestParams} params - list of parameters
|
|
208
|
+
* @param propertyDefinition - schema definition of a particular property
|
|
209
|
+
* @param nextDefinition - schema definition referred by $ref
|
|
210
|
+
*/
|
|
211
|
+
function transferPropertyToManifest(params, propertyDefinition, nextDefinition) {
|
|
212
|
+
if (!(propertyDefinition['type'] !== 'array' &&
|
|
213
|
+
nextDefinition?.['targetDefinition']?.type === 'object' &&
|
|
214
|
+
nextDefinition?.['targetDefinition']?.properties)) {
|
|
215
|
+
if (params.syncRule.manifest.export !== false) {
|
|
216
|
+
if (params.syncRule.manifest.export && typeof params.syncRule.manifest.export === 'function') {
|
|
217
|
+
params.syncRule.manifest.export(params.manifestSection, params.configObject, params.configPropertyKey, params.manifestKey, params.syncRuleKey);
|
|
218
|
+
}
|
|
219
|
+
else if ((Array.isArray(params.configObject[params.configPropertyKey]) &&
|
|
220
|
+
!params.configObject[params.configPropertyKey].length) ||
|
|
221
|
+
(!Array.isArray(params.configObject[params.configPropertyKey]) &&
|
|
222
|
+
params.configObject[params.configPropertyKey] === undefined)) {
|
|
223
|
+
delete params.manifestSection[params.manifestKey];
|
|
224
|
+
}
|
|
225
|
+
else {
|
|
226
|
+
params.manifestSection[params.manifestKey] = params.configObject[params.configPropertyKey];
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
else if (propertyDefinition['type'] !== 'array' && params.manifestSection[params.manifestKey] === undefined) {
|
|
231
|
+
createNewObjectInManifest(params);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* Deletes a setting from manifest
|
|
236
|
+
* @param {string[]} ids - list of parent & child ids
|
|
237
|
+
* @param {ExportToManifestParams} params - special transfer structure for the export to manifest
|
|
238
|
+
* @param {TransferParameterTypeV4} transferParameters - general transfer structure of the export
|
|
239
|
+
* @param {object} manifestSection - the given section in manifest
|
|
240
|
+
* @param {string} path - the xpath expression for the manifest section
|
|
241
|
+
* @param {string} targetAnnotation
|
|
242
|
+
* @param {string} targetAnnotationEncoded
|
|
243
|
+
*/
|
|
244
|
+
function deleteFromManifest(ids, params, transferParameters, manifestSection, path, targetAnnotation, targetAnnotationEncoded) {
|
|
245
|
+
//special condition to prevent table export overwriting views' export and vice versa
|
|
246
|
+
//(but deletion must be possible for the non-remaining table configuration)
|
|
247
|
+
const parentDefinition = transferParameters.appSchema.definitions.MultiTableModeV4?.properties[ids[2]];
|
|
248
|
+
if (ids[0] !== 'table' ||
|
|
249
|
+
(ids[1] !== 'views' && !transferParameters.config['table']?.views) ||
|
|
250
|
+
(ids[1] === 'views' &&
|
|
251
|
+
(transferParameters.config['table']?.views ||
|
|
252
|
+
(!transferParameters.config['defaultTemplateAnnotationPath'] &&
|
|
253
|
+
ids.length === 4 &&
|
|
254
|
+
viewProperties.indexOf(params.configPropertyKey) > -1) ||
|
|
255
|
+
(transferParameters.config['defaultTemplateAnnotationPath'] &&
|
|
256
|
+
parentDefinition?.['annotationPath'] &&
|
|
257
|
+
!parentDefinition['annotationPath'].endsWith(transferParameters.config['defaultTemplateAnnotationPath'])) ||
|
|
258
|
+
(ids[1] === 'views' && ids.length === 4 && doTransfer.indexOf(params.configPropertyKey) > -1)))) {
|
|
259
|
+
if (params.syncRule.manifest.delete) {
|
|
260
|
+
const deleteHandler = params.syncRule.manifest.delete;
|
|
261
|
+
if (typeof deleteHandler === 'function') {
|
|
262
|
+
deleteHandler(manifestSection, params.configObject, params.configPropertyKey, params.manifestKey, params.syncRuleKey, transferParameters.config);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
else if (manifestSection[params.manifestKey] !== undefined) {
|
|
266
|
+
delete manifestSection[params.manifestKey];
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
(0, utils_1.deleteEmptyStructure)(transferParameters.exportResults.manifest, path, transferParameters.deletionRequest, transferParameters.entityPathArray, targetAnnotation, targetAnnotationEncoded);
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* Transfers a change in config.json to manifest
|
|
273
|
+
* @param {string[]} ids - list of parent & child ids
|
|
274
|
+
* @param {SyncRule} syncRule - syncRule (metadata)
|
|
275
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
276
|
+
* @param {string} configPropertyKey - key of property in the config
|
|
277
|
+
* @param { [key: string]: any } configObject - the given config.json, to be exported
|
|
278
|
+
* @param propertyDefinition - schema definition of a particular property
|
|
279
|
+
* @param nextDefinition - schema definition referred by $ref
|
|
280
|
+
*/
|
|
281
|
+
function exportManifestChange(ids, syncRule, parameters, nextDefinition) {
|
|
282
|
+
const originalIds = [...ids];
|
|
283
|
+
//eliminate subsections' hierarchy
|
|
284
|
+
let index = ids.indexOf('subsections');
|
|
285
|
+
while (index > -1) {
|
|
286
|
+
ids.splice(index - 1, 2);
|
|
287
|
+
index = ids.indexOf('subsections');
|
|
288
|
+
}
|
|
289
|
+
const { targetAnnotationEncoded, targetAnnotation, custom } = determineTargetAnnotation(ids, parameters.transferParameters, parameters.configObject);
|
|
290
|
+
const syncRuleKey = determineKeyForSyncRule(ids);
|
|
291
|
+
const path = syncRule.manifest.path(parameters.transferParameters.pageNameArray, parameters.transferParameters.exportResults.manifest, targetAnnotationEncoded, syncRuleKey, targetAnnotation, parameters.configObject, originalIds);
|
|
292
|
+
const manifestSection = (0, common_1.getManifestSectionByPathV4)(parameters.transferParameters.exportResults.manifest, path, targetAnnotation, custom ? undefined : targetAnnotationEncoded);
|
|
293
|
+
if (manifestSection) {
|
|
294
|
+
const exportParams = {
|
|
295
|
+
syncRule,
|
|
296
|
+
manifestSection,
|
|
297
|
+
configObject: parameters.configObject,
|
|
298
|
+
configPropertyKey: parameters.key,
|
|
299
|
+
manifestKey: syncRule.manifest.key || parameters.key,
|
|
300
|
+
syncRuleKey
|
|
301
|
+
};
|
|
302
|
+
if (parameters.configObject[parameters.key] !== undefined) {
|
|
303
|
+
transferPropertyToManifest(exportParams, parameters.propertyDefinition, nextDefinition);
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
deleteFromManifest(ids, exportParams, parameters.transferParameters, manifestSection, path, targetAnnotation, targetAnnotationEncoded);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Evaluates an export rule for a property or object, transfers to flex change or manifest setting
|
|
312
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
313
|
+
* @param ids - list of parent & child ids
|
|
314
|
+
* @param nextDefinition - schema definition referred by $ref
|
|
315
|
+
*/
|
|
316
|
+
function evaluateExportRule(parameters, ids, nextDefinition) {
|
|
317
|
+
const syncRule = (0, common_1.getReflectMetadata)(parameters.configObject, parameters.key);
|
|
318
|
+
if (syncRule) {
|
|
319
|
+
if (syncRule.xml) {
|
|
320
|
+
const templateName = syncRule.xml(parameters.configObject);
|
|
321
|
+
(0, fpmCustomPage_1.exportXMLFragmentConfig)(parameters.transferParameters, templateName, nextDefinition['configObject']);
|
|
322
|
+
}
|
|
323
|
+
else if (syncRule.manifest) {
|
|
324
|
+
exportManifestChange(ids, syncRule, parameters, nextDefinition);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* Processes an (object-like) sub-object of the app schema and transfer all connected config entries to manifest
|
|
330
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
331
|
+
* @param {NextDefinition} nextDefinition - the next definition in app schema to be processed
|
|
332
|
+
* @param currentConfigObject - current config object
|
|
333
|
+
* @param ids - list of parent & child ID's
|
|
334
|
+
* @param localIdParts - list of ID parts for building the stable ID
|
|
335
|
+
*/
|
|
336
|
+
function transferSubObject(parameters, nextDefinition, currentConfigObject, ids, localIdParts) {
|
|
337
|
+
let objects = [], isArray = false;
|
|
338
|
+
if (parameters.propertyDefinition.$ref && nextDefinition) {
|
|
339
|
+
objects.push(nextDefinition.configObject);
|
|
340
|
+
}
|
|
341
|
+
else if (parameters.propertyDefinition['anyOf']) {
|
|
342
|
+
objects.push(currentConfigObject);
|
|
343
|
+
}
|
|
344
|
+
else if (parameters.propertyDefinition.type === 'array') {
|
|
345
|
+
objects = currentConfigObject;
|
|
346
|
+
isArray = true;
|
|
347
|
+
}
|
|
348
|
+
else {
|
|
349
|
+
objects.push(currentConfigObject);
|
|
350
|
+
}
|
|
351
|
+
parameters.index = 0;
|
|
352
|
+
for (const innerObject of objects) {
|
|
353
|
+
const additionalIds = [];
|
|
354
|
+
if (parameters.breadcrumbs[0] === ux_specification_types_1.PropertyName.sections && parameters.key === 'custom' && isArray) {
|
|
355
|
+
// We need add custom section 'id' into breadcrumbs to retrieve correct path to manifest
|
|
356
|
+
additionalIds.push(innerObject['id']);
|
|
357
|
+
}
|
|
358
|
+
parameters.transferParameters.title = nextDefinition?.title;
|
|
359
|
+
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
360
|
+
transferManifestEntriesAndFlexChange(parameters.transferParameters, innerObject, [...ids, ...additionalIds], localIdParts, [...parameters.breadcrumbs, parameters.key], nextDefinition?.targetDefinition);
|
|
361
|
+
parameters.index++;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Creates an ALP 'views' entry in the resulting manifest if not yet existing.
|
|
366
|
+
* Adds the secondary = table view if missing.
|
|
367
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
368
|
+
* @param configObject - current object in config.json
|
|
369
|
+
* @returns
|
|
370
|
+
* - a boolean indicating that the views entry got created.
|
|
371
|
+
* - a boolean indicating if the processing of sub-objects shall be stopped
|
|
372
|
+
**/
|
|
373
|
+
function createALPTableView(transferParameters, configObject, key) {
|
|
374
|
+
let newElementCreated = false;
|
|
375
|
+
if (!configObject[key] || Object.keys(configObject[key]).length === 0 || !configObject.chart) {
|
|
376
|
+
return { newElementCreated, stopProcessing: true };
|
|
377
|
+
}
|
|
378
|
+
const path = (0, application_1.getSettingsPathForPage)(transferParameters.pageNameArray) + `/views`;
|
|
379
|
+
const views = (0, common_1.getManifestSectionByPathV4)(transferParameters.exportResults.manifest, path);
|
|
380
|
+
if (!views['paths'] || Object.keys(views['paths']).length === 0) {
|
|
381
|
+
views['paths'] = [
|
|
382
|
+
{
|
|
383
|
+
secondary: [
|
|
384
|
+
{
|
|
385
|
+
annotationPath: configObject[key].annotationPath
|
|
386
|
+
}
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
];
|
|
390
|
+
newElementCreated = true;
|
|
391
|
+
}
|
|
392
|
+
else if (!views['paths'][0].secondary) {
|
|
393
|
+
views['paths'][0].secondary = [
|
|
394
|
+
{
|
|
395
|
+
annotationPath: configObject[key].annotationPath
|
|
396
|
+
}
|
|
397
|
+
];
|
|
398
|
+
newElementCreated = true;
|
|
399
|
+
}
|
|
400
|
+
return { newElementCreated, stopProcessing: false };
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Creates an ALP 'views' entry in the resulting manifest if not yet existing.
|
|
404
|
+
* Adds the primary = chart view if missing.
|
|
405
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
406
|
+
* @returns
|
|
407
|
+
* - a boolean indicating that the views entry got created.
|
|
408
|
+
* - a boolean indicating if the processing of sub-objects shall be stopped
|
|
409
|
+
*/
|
|
410
|
+
function createALPChartView(parameters) {
|
|
411
|
+
let newElementCreated = false;
|
|
412
|
+
const key = parameters.key;
|
|
413
|
+
if (!parameters.configObject[key] || Object.keys(parameters.configObject[key]).length === 0) {
|
|
414
|
+
return { newElementCreated, stopProcessing: true };
|
|
415
|
+
}
|
|
416
|
+
const path = (0, application_1.getSettingsPathForPage)(parameters.transferParameters.pageNameArray) + `/views`;
|
|
417
|
+
const views = (0, common_1.getManifestSectionByPathV4)(parameters.transferParameters.exportResults.manifest, path);
|
|
418
|
+
if (!views['paths'] || Object.keys(views['paths']).length === 0) {
|
|
419
|
+
views['paths'] = [
|
|
420
|
+
{
|
|
421
|
+
primary: [
|
|
422
|
+
{
|
|
423
|
+
annotationPath: parameters.configObject[key].annotationPath
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
];
|
|
428
|
+
newElementCreated = true;
|
|
429
|
+
}
|
|
430
|
+
else if (!views['paths'][0].primary) {
|
|
431
|
+
views['paths'][0].primary = [
|
|
432
|
+
{
|
|
433
|
+
annotationPath: parameters.configObject[key].annotationPath
|
|
434
|
+
}
|
|
435
|
+
];
|
|
436
|
+
newElementCreated = true;
|
|
437
|
+
}
|
|
438
|
+
if (!views['paths'][0].secondary) {
|
|
439
|
+
views['paths'][0].secondary = [
|
|
440
|
+
{
|
|
441
|
+
annotationPath: parameters.configObject?.table?.annotationPath || "com.sap.vocabularies.UI.v1.LineItem" /* UIAnnotationTerms.LineItem */
|
|
442
|
+
}
|
|
443
|
+
];
|
|
444
|
+
}
|
|
445
|
+
return { newElementCreated, stopProcessing: false };
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* Creates an controlConfiguration with filterFields in the resulting manifest if not yet existing.
|
|
449
|
+
* Adds the current visual filters if missing.
|
|
450
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
451
|
+
* @param configObject - current object in config.json
|
|
452
|
+
* @returns a boolean indicating that the filter fields entry got created.
|
|
453
|
+
*/
|
|
454
|
+
function createVisualFilters(transferParameters, configObject) {
|
|
455
|
+
if (!configObject || Object.keys(configObject).length === 0) {
|
|
456
|
+
return false;
|
|
457
|
+
}
|
|
458
|
+
let newElementCreated = false;
|
|
459
|
+
const path = (0, application_1.getSettingsPathForPage)(transferParameters.pageNameArray);
|
|
460
|
+
const settings = (0, common_1.getManifestSectionByPathV4)(transferParameters.exportResults.manifest, path);
|
|
461
|
+
const SelectionFields = `@${"com.sap.vocabularies.UI.v1.SelectionFields" /* UIAnnotationTerms.SelectionFields */}`;
|
|
462
|
+
// No visual filters yet
|
|
463
|
+
if (!settings['controlConfiguration']) {
|
|
464
|
+
settings['controlConfiguration'] = { [SelectionFields]: { filterFields: {} } };
|
|
465
|
+
newElementCreated = true;
|
|
466
|
+
}
|
|
467
|
+
else if (!settings['controlConfiguration'][SelectionFields]) {
|
|
468
|
+
settings['controlConfiguration'][SelectionFields] = { filterFields: {} };
|
|
469
|
+
newElementCreated = true;
|
|
470
|
+
}
|
|
471
|
+
else if (!settings['controlConfiguration'][SelectionFields]['filterFields']) {
|
|
472
|
+
settings['controlConfiguration'][SelectionFields]['filterFields'] = {};
|
|
473
|
+
newElementCreated = true;
|
|
474
|
+
}
|
|
475
|
+
if (newElementCreated) {
|
|
476
|
+
const filterFields = settings['controlConfiguration'][SelectionFields]['filterFields'];
|
|
477
|
+
Object.keys(configObject).forEach((filterName) => {
|
|
478
|
+
const filterConfig = configObject[filterName];
|
|
479
|
+
filterFields[filterName] = {};
|
|
480
|
+
for (const property in filterConfig) {
|
|
481
|
+
// Special handling for visualFilterValueList (split)
|
|
482
|
+
if (property === 'visualFilterValueList') {
|
|
483
|
+
filterFields[filterName]['visualFilter'] = { valueList: filterConfig[property] };
|
|
484
|
+
}
|
|
485
|
+
else {
|
|
486
|
+
filterFields[filterName][property] = filterConfig[property];
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
return newElementCreated;
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* Creates an LR 'views' entry in the resulting manifest if not yet existing yet.
|
|
495
|
+
* Adds the current table view if missing.
|
|
496
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
497
|
+
* @param configObject - current object in config.json
|
|
498
|
+
* @returns a boolean indicating that the views entry got created.
|
|
499
|
+
*/
|
|
500
|
+
function createLRTableView(index, transferParameters, key, configObject) {
|
|
501
|
+
if (!configObject || Object.keys(configObject).length === 0) {
|
|
502
|
+
return false;
|
|
503
|
+
}
|
|
504
|
+
let newElementCreated = false;
|
|
505
|
+
const path = (0, application_1.getSettingsPathForPage)(transferParameters.pageNameArray) + `/views`;
|
|
506
|
+
const views = (0, common_1.getManifestSectionByPathV4)(transferParameters.exportResults.manifest, path);
|
|
507
|
+
const newEntry = {
|
|
508
|
+
key: configObject['key'],
|
|
509
|
+
annotationPath: configObject.annotationPath
|
|
510
|
+
};
|
|
511
|
+
if (!views['paths'] || Object.keys(views['paths']).length === 0) {
|
|
512
|
+
//No views yet
|
|
513
|
+
views['paths'] = [newEntry];
|
|
514
|
+
newElementCreated = true;
|
|
515
|
+
}
|
|
516
|
+
else {
|
|
517
|
+
const existingIndex = views['paths'].findIndex((view) => view.key === configObject['key'] || view.key === key);
|
|
518
|
+
if (existingIndex === -1) {
|
|
519
|
+
//Given view does not exist yet
|
|
520
|
+
views['paths'].push(newEntry);
|
|
521
|
+
newElementCreated = true;
|
|
522
|
+
}
|
|
523
|
+
else if (existingIndex !== configObject.index) {
|
|
524
|
+
//Reordering scenario
|
|
525
|
+
const savedContent = JSON.parse(JSON.stringify(views['paths'][existingIndex]));
|
|
526
|
+
views['paths'].splice(existingIndex, 1);
|
|
527
|
+
views['paths'].splice(index, 0, savedContent);
|
|
528
|
+
newElementCreated = true;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
return newElementCreated;
|
|
532
|
+
}
|
|
533
|
+
/**
|
|
534
|
+
* Special logic to create new elements in manifest
|
|
535
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
536
|
+
* @param {string} definitionName - schema definition name of the current object
|
|
537
|
+
* @param {boolean} preprocessed - indicates that the element was already processed
|
|
538
|
+
* @returns
|
|
539
|
+
* - newElementCreated - indicates that a new element was created ==> no further sync rule on this level
|
|
540
|
+
* - createNewElement - indicates that further processing shall be stopped
|
|
541
|
+
*/
|
|
542
|
+
function createNewElement(parameters, definitionName, preprocessed) {
|
|
543
|
+
let newElementCreated = false;
|
|
544
|
+
const stopProcessing = false;
|
|
545
|
+
if (definitionName && !preprocessed) {
|
|
546
|
+
if (definitionName.startsWith(ux_specification_types_1.DefinitionName.CustomColumn)) {
|
|
547
|
+
newElementCreated = (0, exportCustomColumn_1.createNewCustomColumn)(parameters.key, parameters.transferParameters, parameters.configObject[parameters.key], parameters.transferParameters.logger, parameters.breadcrumbs);
|
|
548
|
+
}
|
|
549
|
+
else if (definitionName === ux_specification_types_1.DefinitionName.ALPChartView &&
|
|
550
|
+
parameters.key === ux_specification_types_1.PropertyName.chart &&
|
|
551
|
+
parameters.configObject) {
|
|
552
|
+
return createALPChartView(parameters);
|
|
553
|
+
}
|
|
554
|
+
else if (definitionName === ux_specification_types_1.DefinitionName.ALPTableView &&
|
|
555
|
+
parameters.key === ux_specification_types_1.PropertyName.table &&
|
|
556
|
+
parameters.configObject) {
|
|
557
|
+
return createALPTableView(parameters.transferParameters, parameters.configObject, parameters.key);
|
|
558
|
+
}
|
|
559
|
+
else if (parameters.key &&
|
|
560
|
+
(definitionName.startsWith(ux_specification_types_1.DefinitionName.LRTableView) ||
|
|
561
|
+
definitionName.startsWith(ux_specification_types_1.DefinitionName.LRChartView))) {
|
|
562
|
+
newElementCreated = createLRTableView(parameters.index, parameters.transferParameters, parameters.key, parameters.configObject[parameters.key]);
|
|
563
|
+
}
|
|
564
|
+
else if (parameters.key && definitionName.startsWith(ux_specification_types_1.DefinitionName.VisualFilters)) {
|
|
565
|
+
newElementCreated = createVisualFilters(parameters.transferParameters, parameters.configObject[parameters.key]);
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
return { newElementCreated, stopProcessing };
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* Function checks if passed schema definition is traversable.
|
|
572
|
+
* It checks if definition has reference or object properties defined directly in definition.
|
|
573
|
+
* @param {Definition} definition Definition to check.
|
|
574
|
+
*
|
|
575
|
+
* @returns True if passed schema definition is traversable.
|
|
576
|
+
*/
|
|
577
|
+
function isDefinitionTraversable(definition) {
|
|
578
|
+
return (!!definition.$ref ||
|
|
579
|
+
(typeof definition.properties === 'object' && Object.keys(definition.properties).length !== 0));
|
|
580
|
+
}
|
|
581
|
+
/**
|
|
582
|
+
* Transfers one entry of a list (aka one property of the config) to the manifest
|
|
583
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
584
|
+
* @param {string[]} parentIds - array of collected parent ids
|
|
585
|
+
* @param {string[]} stableIdParts - list of parts of the stable ID for flex changes
|
|
586
|
+
* @param {boolean} preprocessed - indicates that the list was already preprocessed by following the config order
|
|
587
|
+
*/
|
|
588
|
+
function transferSortedListEntry(parameters, parentIds, stableIdParts, preprocessed = false) {
|
|
589
|
+
const currentConfigObject = parameters.configObject[parameters.key];
|
|
590
|
+
const childId = (0, common_1.getChildId)(parameters.configObject, parameters.key);
|
|
591
|
+
const nextDefinition = (0, utils_1.getNextTargetDefinition)(parameters.transferParameters.appSchema, parameters.transferParameters.title, currentConfigObject, parameters.propertyDefinition, parameters.key, parameters.transferParameters.factory, parameters.transferParameters.pageType);
|
|
592
|
+
const { newElementCreated, stopProcessing } = createNewElement(parameters, parameters.propertyDefinition.$ref?.split(common_1.DEFINITION_LINK_PREFIX)[1], preprocessed);
|
|
593
|
+
const ids = childId ? [...parentIds, childId] : [...parentIds, parameters.key];
|
|
594
|
+
if (!newElementCreated) {
|
|
595
|
+
evaluateExportRule(parameters, ids, nextDefinition);
|
|
596
|
+
}
|
|
597
|
+
if (parameters.propertyDefinition &&
|
|
598
|
+
((typeof currentConfigObject === 'object' && Object.keys(currentConfigObject).length !== 0) ||
|
|
599
|
+
(isDefinitionTraversable(parameters.propertyDefinition) && nextDefinition.configObject)) &&
|
|
600
|
+
!stopProcessing) {
|
|
601
|
+
const localIdParts = childId ? [...stableIdParts, childId] : stableIdParts;
|
|
602
|
+
transferSubObject(parameters, nextDefinition, currentConfigObject, ids, localIdParts);
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* Function for special handling of anyOf definitions during the export
|
|
607
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
608
|
+
* @param anyOfDefinitions - the array of definitions from the anyOf (of additionalProperties)
|
|
609
|
+
* @param schemaDefinition - parent definition, comprising properties as well as additionalProperties
|
|
610
|
+
* @param parentIds - array of collected parent ids
|
|
611
|
+
* @param stableIdParts - list of parts of the stable ID for flex changes
|
|
612
|
+
* @returns
|
|
613
|
+
*/
|
|
614
|
+
function transferConfigEntriesWithAnyOfDefinitions(transferEntryParameters, anyOfDefinitions, schemaDefinition, parentIds, stableIdParts) {
|
|
615
|
+
let preprocessed = false;
|
|
616
|
+
if (anyOfDefinitions) {
|
|
617
|
+
const configEntries = Object.entries(transferEntryParameters.configObject);
|
|
618
|
+
if (!configEntries || configEntries.length < 1) {
|
|
619
|
+
return preprocessed;
|
|
620
|
+
}
|
|
621
|
+
configEntries.sort((a, b) => a[1]['index'] - b[1]['index']);
|
|
622
|
+
//follow the config order, to support reordering
|
|
623
|
+
configEntries.forEach((configEntry) => {
|
|
624
|
+
if (schemaDefinition.properties?.[configEntry[0]]) {
|
|
625
|
+
transferEntryParameters.key = configEntry[0];
|
|
626
|
+
transferEntryParameters.propertyDefinition = schemaDefinition.properties[configEntry[0]];
|
|
627
|
+
//already part of schema
|
|
628
|
+
transferSortedListEntry(transferEntryParameters, parentIds, stableIdParts);
|
|
629
|
+
preprocessed = true;
|
|
630
|
+
}
|
|
631
|
+
else if (typeof configEntry[1] === 'object') {
|
|
632
|
+
//match against potential schema definitions
|
|
633
|
+
anyOfDefinitions.forEach((anyOfDefinition) => {
|
|
634
|
+
if (anyOfDefinition.$ref) {
|
|
635
|
+
transferEntryParameters.key = configEntry[0];
|
|
636
|
+
transferEntryParameters.propertyDefinition = anyOfDefinition;
|
|
637
|
+
transferSortedListEntry(transferEntryParameters, parentIds, stableIdParts);
|
|
638
|
+
preprocessed = true;
|
|
639
|
+
}
|
|
640
|
+
});
|
|
641
|
+
}
|
|
642
|
+
transferEntryParameters.index++;
|
|
643
|
+
});
|
|
644
|
+
}
|
|
645
|
+
return preprocessed;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* Method updates list of definition entries from schema with entries for insertion based on `additionalProperties` entry.
|
|
649
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API.
|
|
650
|
+
* @param {Definition} additionalProperties - allowed additional properties.
|
|
651
|
+
* @param {[string, DefinitionOrBoolean][]} list - list with entries.
|
|
652
|
+
* @param {{ [key: string]: unknown }} configObject - configuration object.
|
|
653
|
+
*/
|
|
654
|
+
function mergeEntriesForInsert(transferParameters, additionalProperties, list, configObject) {
|
|
655
|
+
const keys = (0, common_1.findMatchingKeysByAdditionalProperties)(transferParameters.appSchema, additionalProperties, configObject);
|
|
656
|
+
if (keys) {
|
|
657
|
+
if (!list) {
|
|
658
|
+
list = [];
|
|
659
|
+
}
|
|
660
|
+
// Merge new entries for creation into list
|
|
661
|
+
for (const key of keys) {
|
|
662
|
+
// Check if entry from config does not exist in list - potential insert.
|
|
663
|
+
if (!list.some((item) => item[0] === key)) {
|
|
664
|
+
list.push([key, additionalProperties]);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* Sorts the properties of a schema definition, considering the propertyIndex
|
|
671
|
+
* @param {[key: string]: DefinitionOrBoolean} properties
|
|
672
|
+
* @returns a sorted list of properties, as object entries
|
|
673
|
+
*/
|
|
674
|
+
function sortProperties(properties) {
|
|
675
|
+
let sortedList = properties && Object.entries(properties);
|
|
676
|
+
if (sortedList?.[0]?.[1][ux_specification_types_1.SchemaTag.propertyIndex]) {
|
|
677
|
+
sortedList = Object.entries(properties).sort((a, b) => a[1][ux_specification_types_1.SchemaTag.propertyIndex] - b[1][ux_specification_types_1.SchemaTag.propertyIndex]);
|
|
678
|
+
}
|
|
679
|
+
return sortedList;
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
*
|
|
683
|
+
* @param {Definition} additionalProperties - additionalProperties definition at the given schema definition
|
|
684
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
685
|
+
* @param {TransferEntryParameters} parameters - list of parameters
|
|
686
|
+
* @param {Definition} schemaDefinition - the current schema definition
|
|
687
|
+
* @param {string[]} parentIds - array of collected parent ids
|
|
688
|
+
* @param {string[]} stableIdParts - list of parts of the stable ID for flex changes
|
|
689
|
+
* @returns an indicator showing if the defintion was processed.
|
|
690
|
+
*/
|
|
691
|
+
function checkIfAnyOfDefinition(additionalProperties, transferParameters, transferEntryParameters, schemaDefinition, parentIds, stableIdParts) {
|
|
692
|
+
let preprocessed = false;
|
|
693
|
+
if (additionalProperties) {
|
|
694
|
+
let anyOfDefinitions = additionalProperties.anyOf;
|
|
695
|
+
if (!anyOfDefinitions) {
|
|
696
|
+
const referredDefinition = additionalProperties.$ref?.split(common_1.DEFINITION_LINK_PREFIX)[1];
|
|
697
|
+
anyOfDefinitions = referredDefinition
|
|
698
|
+
? transferParameters.appSchema.definitions[referredDefinition]?.anyOf
|
|
699
|
+
: undefined;
|
|
700
|
+
}
|
|
701
|
+
preprocessed = transferConfigEntriesWithAnyOfDefinitions(transferEntryParameters, anyOfDefinitions, schemaDefinition, parentIds, stableIdParts);
|
|
702
|
+
}
|
|
703
|
+
return preprocessed;
|
|
704
|
+
}
|
|
705
|
+
/**
|
|
706
|
+
* Recursive function that traverses the content of the current object. It reads decorators and fills exportResultManifest entries and flex changes
|
|
707
|
+
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
708
|
+
* @param {{ [key: string]: any }} configObject - current object to traverse
|
|
709
|
+
* @param {string[]} parentIds - array of collected parent ids
|
|
710
|
+
* @param {string[]} stableIdParts - list of parts of the stable ID for flex changes
|
|
711
|
+
* @param {string[]} breadcrumbs - array of sequence of properties that we are currently processing. Required for instance for table column name
|
|
712
|
+
* @param {Definition} schemaDefinition - the current entry point or definition in the app schema
|
|
713
|
+
*/
|
|
714
|
+
function transferManifestEntriesAndFlexChange(transferParameters, configObject, parentIds, stableIdParts, breadcrumbs, schemaDefinition) {
|
|
715
|
+
if (!schemaDefinition?.properties && !schemaDefinition?.additionalProperties) {
|
|
716
|
+
return;
|
|
717
|
+
}
|
|
718
|
+
let index = 0;
|
|
719
|
+
//In case of additionalProperties = flexible array definition ==> new entries from the config shall be exported too
|
|
720
|
+
const transferEntryParameters = {
|
|
721
|
+
transferParameters,
|
|
722
|
+
breadcrumbs,
|
|
723
|
+
key: undefined,
|
|
724
|
+
index,
|
|
725
|
+
configObject,
|
|
726
|
+
propertyDefinition: undefined
|
|
727
|
+
};
|
|
728
|
+
const additionalProperties = schemaDefinition.additionalProperties;
|
|
729
|
+
const preprocessed = checkIfAnyOfDefinition(additionalProperties, transferParameters, transferEntryParameters, schemaDefinition, parentIds, stableIdParts);
|
|
730
|
+
//Sort if there is a propertyIndex, so that the exported list ends up in manifest in the right order
|
|
731
|
+
const sortedList = sortProperties(schemaDefinition.properties);
|
|
732
|
+
if (additionalProperties?.$ref) {
|
|
733
|
+
// Merge new entries for creation into list
|
|
734
|
+
mergeEntriesForInsert(transferParameters, additionalProperties, sortedList, configObject);
|
|
735
|
+
}
|
|
736
|
+
index = 0;
|
|
737
|
+
if (sortedList) {
|
|
738
|
+
sortedList.forEach((element) => {
|
|
739
|
+
if (transferParameters.entityPathArray) {
|
|
740
|
+
if (transferParameters.entityPathArray[breadcrumbs.length] !== element[0] &&
|
|
741
|
+
!(0, common_1.arrayIncludes)(breadcrumbs, transferParameters.entityPathArray)) {
|
|
742
|
+
return;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
transferEntryParameters.key = element[0];
|
|
746
|
+
transferEntryParameters.propertyDefinition = element[1];
|
|
747
|
+
transferEntryParameters.index = index;
|
|
748
|
+
transferSortedListEntry(transferEntryParameters, parentIds, stableIdParts, preprocessed);
|
|
749
|
+
if (element[1].$ref) {
|
|
750
|
+
index++;
|
|
751
|
+
}
|
|
752
|
+
});
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* Instantiates the export classes for a single object page section
|
|
757
|
+
* @param sectionId - Current section ID
|
|
758
|
+
*/
|
|
759
|
+
function getClassesForSingleSection(objectPageConfig, sectionId, factory) {
|
|
760
|
+
if (sectionId === 'custom' && Array.isArray(objectPageConfig.sections[sectionId])) {
|
|
761
|
+
// Custom sections
|
|
762
|
+
const customSections = objectPageConfig.sections
|
|
763
|
+
.custom;
|
|
764
|
+
for (let index = 0; index < customSections.length; index++) {
|
|
765
|
+
customSections[index] = factory.createInstance(ux_specification_types_1.PageTypeV2.ObjectPage, 'ObjectPageCustomSectionView', customSections[index], customSections[index].className);
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
/**
|
|
770
|
+
* Recursive sub-function for handling subsections
|
|
771
|
+
* @param section - Object page section in config
|
|
772
|
+
*/
|
|
773
|
+
function getSubsectionClasses(section, factory) {
|
|
774
|
+
if (section['subsections']) {
|
|
775
|
+
let subSection;
|
|
776
|
+
for (const subSectionId in section['subsections']) {
|
|
777
|
+
subSection = section['subsections'][subSectionId];
|
|
778
|
+
getClassesForSingleSection(subSection, subSectionId, factory);
|
|
779
|
+
getSubsectionClasses(subSection, factory);
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* Instantiates the export classes for the object page section
|
|
785
|
+
* @param objectPageConfig - the given object page configuration
|
|
786
|
+
* @param objectPage - the overall object page export class where the sections shall be included
|
|
787
|
+
*/
|
|
788
|
+
function getExportClassesForSections(objectPageConfig, objectPage, factory) {
|
|
789
|
+
let section;
|
|
790
|
+
for (const sectionId in objectPageConfig.sections) {
|
|
791
|
+
section = objectPage.sections[sectionId];
|
|
792
|
+
getClassesForSingleSection(objectPageConfig, sectionId, factory);
|
|
793
|
+
getSubsectionClasses(section, factory);
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Calculates the baseId
|
|
798
|
+
* @param {v4.ListReportConfigV4 | v4.ObjectPageConfigV4} config - content of the config file
|
|
799
|
+
* @param {ExportListReportV4Parameters | ExportObjectPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
800
|
+
* @returns the baseId for changes
|
|
801
|
+
*/
|
|
802
|
+
function calculateBaseId(config, exportParameters) {
|
|
803
|
+
const pageLayoutInformation = (0, common_1.getPageLayoutInformation)(config);
|
|
804
|
+
return `${exportParameters.appId}::${pageLayoutInformation.id}::${exportParameters.page.name}--`;
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* Run through the given ObjectPage config and return respective exportResultManifest entry and flex changes
|
|
808
|
+
* @param {ExportObjectPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
809
|
+
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
810
|
+
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
811
|
+
*/
|
|
812
|
+
const exportObjectPage = (exportParameters, ui5Version, deletionRequest = false) => {
|
|
813
|
+
const exportResults = prepareDefaultExportResult(exportParameters.manifest);
|
|
814
|
+
const factory = new factory_1.MetadataInstanceFactoryV4();
|
|
815
|
+
const pageInstance = factory.createPageInstance(ux_specification_types_1.PageTypeV4.ObjectPage, exportParameters.page.config);
|
|
816
|
+
if (exportParameters.page.config?.[ux_specification_types_1.PropertyName.sections]) {
|
|
817
|
+
getExportClassesForSections(exportParameters.page.config, pageInstance, factory);
|
|
818
|
+
}
|
|
819
|
+
const transferParameters = {
|
|
820
|
+
exportResults,
|
|
821
|
+
appId: exportParameters.appId,
|
|
822
|
+
appRootPath: exportParameters.appRootPath,
|
|
823
|
+
baseId: calculateBaseId(pageInstance, exportParameters),
|
|
824
|
+
appSchema: exportParameters.jsonSchema,
|
|
825
|
+
config: pageInstance,
|
|
826
|
+
ui5Version,
|
|
827
|
+
factory,
|
|
828
|
+
pageNameArray: [exportParameters.page.name],
|
|
829
|
+
pageType: ux_specification_types_1.PageTypeV4.ObjectPage,
|
|
830
|
+
title: undefined,
|
|
831
|
+
logger: exportParameters.logger,
|
|
832
|
+
templateType: ux_specification_types_1.TemplateType.ListReportObjectPageV4,
|
|
833
|
+
fragments: exportParameters['fragments'],
|
|
834
|
+
entityPathArray: exportParameters['entityPath'],
|
|
835
|
+
deletionRequest
|
|
836
|
+
};
|
|
837
|
+
transferManifestEntriesAndFlexChange(transferParameters, pageInstance, [], //no parentIds
|
|
838
|
+
[], // no stableIds
|
|
839
|
+
[], // no breadcrumbs
|
|
840
|
+
exportParameters.jsonSchema //starting point for target definition
|
|
841
|
+
);
|
|
842
|
+
return exportResults;
|
|
843
|
+
};
|
|
844
|
+
/**
|
|
845
|
+
* Run through the given List Page (LR or ALP) config and return respective exportResultManifest entry and flex changes
|
|
846
|
+
* @param {ExportListReportV4Parameters} exportParameters - all API parameters needed for the export
|
|
847
|
+
* @param {Factory} factory - metadata factory
|
|
848
|
+
* @param {v4.ListReportConfigV4} config - content of the config file, filled into a factory class for metadata access
|
|
849
|
+
* @param {PageTypeV4} pageType - Page type (enum value)
|
|
850
|
+
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
851
|
+
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
852
|
+
* @param {TemplateType} templateType - Template type (enum value)
|
|
853
|
+
*/
|
|
854
|
+
const exportListPage = (exportParameters, factory, config, pageType, ui5Version, templateType, deletionRequest = false) => {
|
|
855
|
+
const exportResults = prepareDefaultExportResult(exportParameters.manifest);
|
|
856
|
+
const appSchema = exportParameters.jsonSchema;
|
|
857
|
+
const definitionName = config.table?.[ux_specification_types_1.PropertyName.annotationPath]
|
|
858
|
+
? ux_specification_types_1.DefinitionName.ALPTableView
|
|
859
|
+
: ux_specification_types_1.DefinitionName.Table;
|
|
860
|
+
const tableDefinition = (config.table = factory.createInstance(pageType, definitionName, config.table));
|
|
861
|
+
let tableDefinitionName = ux_specification_types_1.DefinitionName.LineItems;
|
|
862
|
+
if (appSchema.definitions[ux_specification_types_1.DefinitionName.TableSPV]) {
|
|
863
|
+
const tableRef = appSchema.definitions[ux_specification_types_1.DefinitionName.TableSPV].properties.columns['$ref'];
|
|
864
|
+
tableDefinitionName = tableRef.split(common_1.DEFINITION_LINK_PREFIX)[1];
|
|
865
|
+
}
|
|
866
|
+
const appSchemaActions = appSchema.definitions[`${ux_specification_types_1.DefinitionName.Actions}<${tableDefinitionName}>`];
|
|
867
|
+
if (tableDefinition.toolBar?.actions && appSchemaActions) {
|
|
868
|
+
for (const actionKey in appSchemaActions.properties) {
|
|
869
|
+
tableDefinition.toolBar.actions[actionKey] = factory.createInstance(pageType, ux_specification_types_1.DefinitionName.ToolBarAction, tableDefinition.toolBar.actions[actionKey]);
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
const transferParameters = {
|
|
873
|
+
exportResults,
|
|
874
|
+
appId: exportParameters.appId,
|
|
875
|
+
appRootPath: exportParameters.appRootPath,
|
|
876
|
+
baseId: calculateBaseId(config, exportParameters),
|
|
877
|
+
appSchema: exportParameters.jsonSchema,
|
|
878
|
+
config,
|
|
879
|
+
ui5Version,
|
|
880
|
+
factory,
|
|
881
|
+
pageNameArray: [exportParameters.page.name],
|
|
882
|
+
pageType: ux_specification_types_1.PageTypeV4.ObjectPage,
|
|
883
|
+
title: undefined,
|
|
884
|
+
logger: exportParameters.logger,
|
|
885
|
+
templateType,
|
|
886
|
+
fragments: exportParameters['fragments'],
|
|
887
|
+
entityPathArray: exportParameters['entityPath'],
|
|
888
|
+
deletionRequest
|
|
889
|
+
};
|
|
890
|
+
transferManifestEntriesAndFlexChange(transferParameters, config, [], //no parentIds
|
|
891
|
+
[], // no stableIds
|
|
892
|
+
[], // no breadcrumbs
|
|
893
|
+
appSchema //starting point for target definition
|
|
894
|
+
);
|
|
895
|
+
return exportResults;
|
|
896
|
+
};
|
|
897
|
+
/**
|
|
898
|
+
* Run through the given ListReport config and return respective exportResultManifest entry and flex changes
|
|
899
|
+
* @param {ExportListReportV4Parameters} exportParameters - all API parameters needed for the export
|
|
900
|
+
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
901
|
+
* @param {TemplateType} templateType - Template type (enum value)
|
|
902
|
+
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
903
|
+
* @returns ExportResults - The export result comprises the enhanced manifest as well as a list of flex changes.
|
|
904
|
+
*/
|
|
905
|
+
const exportListReportPage = (exportParameters, ui5Version, templateType, deletionRequest = false) => {
|
|
906
|
+
const factory = new factory_1.MetadataInstanceFactoryV4();
|
|
907
|
+
const listReport = factory.createPageInstance(ux_specification_types_1.PageTypeV2.ListReport, exportParameters.page.config);
|
|
908
|
+
return exportListPage(exportParameters, factory, listReport, ux_specification_types_1.PageTypeV4.ListReport, ui5Version, templateType, deletionRequest);
|
|
909
|
+
};
|
|
910
|
+
/**
|
|
911
|
+
* Run through the given Analytical List Page config and return respective exportResultManifest entry and flex changes
|
|
912
|
+
* @param {ExportAnalyticalListPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
913
|
+
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
914
|
+
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
915
|
+
* @returns ExportResults - The export result comprises the enhanced manifest as well as a list of flex changes.
|
|
916
|
+
*/
|
|
917
|
+
const exportAnalyticalListPage = (exportParameters, ui5Version, deletionRequest = false) => {
|
|
918
|
+
return exportListReportPage(exportParameters, ui5Version, ux_specification_types_1.TemplateType.AnalyticalListPageV4, deletionRequest);
|
|
919
|
+
};
|
|
920
|
+
/**
|
|
921
|
+
* Method applies passed export rule for passed property and path.
|
|
922
|
+
* @param rule - sync rule to apply
|
|
923
|
+
* @param path - path in manifest which shold be updated by export
|
|
924
|
+
* @param key - property name/key
|
|
925
|
+
* @param application - V4 application (app.json config file)
|
|
926
|
+
* @param manifest - Manifest of the given app
|
|
927
|
+
* @param appSchema - App schema
|
|
928
|
+
*/
|
|
929
|
+
const applyExportRule = (rule, path, key, application, manifest, appSchema) => {
|
|
930
|
+
let manifestSection = (0, common_1.getManifestSectionByPathV4)(manifest, path, undefined, undefined, true);
|
|
931
|
+
let existing = true;
|
|
932
|
+
if (manifestSection === undefined) {
|
|
933
|
+
existing = false;
|
|
934
|
+
manifestSection = (0, common_1.prepareValueForPath)();
|
|
935
|
+
}
|
|
936
|
+
const exportParams = {
|
|
937
|
+
syncRule: rule,
|
|
938
|
+
manifestSection,
|
|
939
|
+
configObject: application,
|
|
940
|
+
configPropertyKey: key,
|
|
941
|
+
manifestKey: key,
|
|
942
|
+
syncRuleKey: key
|
|
943
|
+
};
|
|
944
|
+
const propertyDefinition = appSchema.definitions.AppSettings.properties[key];
|
|
945
|
+
transferPropertyToManifest(exportParams, propertyDefinition, {});
|
|
946
|
+
if (!existing && Object.keys(manifestSection).length) {
|
|
947
|
+
// Apply virtual object to existing manifest
|
|
948
|
+
(0, common_1.setManifestSectionByPathV4)(manifest, path, manifestSection);
|
|
949
|
+
}
|
|
950
|
+
};
|
|
951
|
+
/**
|
|
952
|
+
* API for the export of a V4 app configuration
|
|
953
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
954
|
+
* @param application - V4 application (app.json config file)
|
|
955
|
+
* @param manifest - Manifest of the given app
|
|
956
|
+
* @param appSchema - App schema
|
|
957
|
+
*
|
|
958
|
+
* @returns ExportResults = object comprising the updated manifest and a list of flex changes
|
|
959
|
+
*/
|
|
960
|
+
const exportApplicationV4 = (application, manifest, appSchema) => {
|
|
961
|
+
const exportResults = prepareDefaultExportResult(manifest);
|
|
962
|
+
const applicationV4 = Object.assign(new application_1.ApplicationV4(), application);
|
|
963
|
+
//transform application settings
|
|
964
|
+
applicationV4.settings = Object.assign(new application_1.AppSettings(), applicationV4.settings);
|
|
965
|
+
for (const key in appSchema.definitions.AppSettings.properties) {
|
|
966
|
+
const syncRule = (0, common_1.getReflectMetadata)(applicationV4.settings, key);
|
|
967
|
+
if (syncRule && syncRule.manifest) {
|
|
968
|
+
const path = syncRule.manifest.path();
|
|
969
|
+
if (syncRule.manifest.export) {
|
|
970
|
+
applyExportRule(syncRule, path, key, application, exportResults.manifest, appSchema);
|
|
971
|
+
}
|
|
972
|
+
else {
|
|
973
|
+
const manifestSection = (0, common_1.getManifestSectionByPathV4)(exportResults.manifest, path);
|
|
974
|
+
if (application.settings?.[key] !== undefined) {
|
|
975
|
+
manifestSection[key] = application.settings[key];
|
|
976
|
+
}
|
|
977
|
+
else if (key in manifestSection) {
|
|
978
|
+
delete manifestSection[key];
|
|
979
|
+
(0, utils_1.deleteEmptyStructure)(exportResults.manifest, path, false);
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
//transform routing
|
|
985
|
+
exportResults.manifest[ux_specification_types_1.ManifestSection.ui5].routing = (0, manifest_1.transformRoutingV4)(application['home'], application['pages'], exportResults.manifest);
|
|
986
|
+
// Update FCL data
|
|
987
|
+
(0, flexibleColumnLayout_1.updateFcl)(exportResults.manifest[ux_specification_types_1.ManifestSection.ui5], application);
|
|
988
|
+
return exportResults;
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* General API for the export of a V4 config page
|
|
992
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
993
|
+
* @param exportParametersV4 - list of parameters for the export; the list varies for the different schema types
|
|
994
|
+
* @param ui5Version - the minUi5Version of the app
|
|
995
|
+
* @returns ExportResults = object comprising the updated manifest and a list of flex changes
|
|
996
|
+
*/
|
|
997
|
+
const exportPageV4 = (exportParametersV4, ui5Version) => {
|
|
998
|
+
if (exportParametersV4[ux_specification_types_1.SchemaType.ListReport]) {
|
|
999
|
+
return exportListReportPage(exportParametersV4[ux_specification_types_1.SchemaType.ListReport], ui5Version, ux_specification_types_1.TemplateType.ListReportObjectPageV4);
|
|
1000
|
+
}
|
|
1001
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.ObjectPage]) {
|
|
1002
|
+
return exportObjectPage(exportParametersV4[ux_specification_types_1.SchemaType.ObjectPage], ui5Version);
|
|
1003
|
+
}
|
|
1004
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.Application]) {
|
|
1005
|
+
const { application, manifest, jsonSchema } = exportParametersV4[ux_specification_types_1.SchemaType.Application];
|
|
1006
|
+
return exportApplicationV4(application, manifest, jsonSchema);
|
|
1007
|
+
}
|
|
1008
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.AnalyticalListPage]) {
|
|
1009
|
+
return exportAnalyticalListPage(exportParametersV4[ux_specification_types_1.SchemaType.AnalyticalListPage], ui5Version);
|
|
1010
|
+
}
|
|
1011
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.FPMCustomPage]) {
|
|
1012
|
+
return (0, fpmCustomPage_1.exportFPMCustomPageConfig)(exportParametersV4[ux_specification_types_1.SchemaType.FPMCustomPage], ux_specification_types_1.defaultExportResult);
|
|
1013
|
+
}
|
|
1014
|
+
};
|
|
1015
|
+
exports.exportPageV4 = exportPageV4;
|
|
1016
|
+
/**
|
|
1017
|
+
* Exports the config change of a single entity of the config, as indicated by an entityPath
|
|
1018
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
1019
|
+
* @param exportParametersV4 - list of parameters for the export; the list varies for the different schema types
|
|
1020
|
+
* @param ui5Version - the minUi5Version of the app
|
|
1021
|
+
* @param deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
1022
|
+
* @returns ExportResults = object comprising the updated manifest and a list of flex changes
|
|
1023
|
+
*/
|
|
1024
|
+
const exportConfigEntityByPathV4 = (exportParametersV4, ui5Version, deletionRequest = false) => {
|
|
1025
|
+
if (exportParametersV4[ux_specification_types_1.SchemaType.ListReport]) {
|
|
1026
|
+
return exportListReportPage(exportParametersV4[ux_specification_types_1.SchemaType.ListReport], ui5Version, ux_specification_types_1.TemplateType.ListReportObjectPageV4, deletionRequest);
|
|
1027
|
+
}
|
|
1028
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.ObjectPage]) {
|
|
1029
|
+
return exportObjectPage(exportParametersV4[ux_specification_types_1.SchemaType.ObjectPage], ui5Version, deletionRequest);
|
|
1030
|
+
}
|
|
1031
|
+
else if (exportParametersV4[ux_specification_types_1.SchemaType.AnalyticalListPage]) {
|
|
1032
|
+
return exportAnalyticalListPage(exportParametersV4[ux_specification_types_1.SchemaType.AnalyticalListPage], ui5Version, deletionRequest);
|
|
1033
|
+
}
|
|
1034
|
+
};
|
|
1035
|
+
exports.exportConfigEntityByPathV4 = exportConfigEntityByPathV4;
|
|
1036
|
+
//# sourceMappingURL=export.js.map
|