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