@sap/ux-specification 1.84.87 → 1.84.89
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 +59 -3
- 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-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +30 -30
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ObjectPageConfig.json +87 -98
- package/dist/schemas/v4/ListReportConfig.json +51 -37
- package/dist/schemas/v4/ObjectPageConfig.json +17 -15
- package/dist/specification/package.json +106 -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/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.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 +225 -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 +36 -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 +362 -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 +1392 -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 +191 -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 +54 -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 +390 -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.map +1 -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 +671 -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 +662 -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 +444 -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 +157 -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 +26 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.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/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/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 +24 -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 +194 -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 +14 -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 +77 -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 +151 -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 +666 -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.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +316 -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 +12 -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 +50 -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.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -0
- package/dist/specification/src/sync/v4/export/export.d.ts +19 -0
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/export.js +936 -0
- package/dist/specification/src/sync/v4/export/export.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/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 +83 -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/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 +42 -0
- package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/generate.js +101 -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 +43 -0
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/listReport.js +737 -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.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/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.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/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/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +423 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -0
- package/dist/types/src/apiTypes.js +31 -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 +75 -0
- package/dist/types/src/common/page.d.ts.map +1 -0
- package/dist/types/src/common/page.js +35 -0
- package/dist/types/src/common/page.js.map +1 -0
- package/dist/types/src/common/types.d.ts +452 -0
- package/dist/types/src/common/types.d.ts.map +1 -0
- package/dist/types/src/common/types.js +328 -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 +101 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -0
- package/dist/types/src/common/webapp/manifest/sapUi5.js +15 -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 +16 -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 +138 -0
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Action.js +21 -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 +459 -0
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Card.js +76 -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 +181 -0
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -0
- package/dist/types/src/v2/controls/FilterBar.js +60 -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 +40 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.js +9 -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 +202 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/types/src/v2/controls/ObjectPageTable.js +8 -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 +501 -0
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -0
- package/dist/types/src/v2/controls/Table.js +58 -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 +63 -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 +13 -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/FilterBar.d.ts +19 -0
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -0
- package/dist/types/src/v4/controls/FilterBar.js +3 -0
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +12 -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/ObjectPageHeader.d.ts +30 -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 +47 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.js +8 -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 +126 -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 +74 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageTable.js +9 -0
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +26 -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 +308 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Table.js +31 -0
- package/dist/types/src/v4/controls/Table.js.map +1 -0
- package/dist/types/src/v4/controls/ToolBar.d.ts +54 -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 +11 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -0
- package/dist/types/src/v4/controls/index.js +27 -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 +35 -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 +41 -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 +238 -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 +77 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.js +6 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +89 -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 +6 -6
- package/dist/package.json +0 -106
- package/dist/src/api.d.ts.map +0 -1
- 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 +0 -227
- 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 -32
- 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 +0 -360
- 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 -1392
- 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 -190
- 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 -56
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +0 -406
- 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.map +0 -1
- 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 +0 -669
- 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 -656
- 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 +0 -445
- 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 -153
- 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 -25
- package/dist/src/sync/v4/export/controls/FilterBar.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/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/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 -23
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +0 -181
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +0 -13
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -65
- 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 -149
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/Table.js +0 -636
- package/dist/src/sync/v4/export/controls/Table.js.map +0 -1
- 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 -8
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +0 -32
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +0 -1
- package/dist/src/sync/v4/export/controls/index.d.ts.map +0 -1
- package/dist/src/sync/v4/export/controls/index.js.map +0 -1
- package/dist/src/sync/v4/export/export.d.ts +0 -19
- package/dist/src/sync/v4/export/export.d.ts.map +0 -1
- package/dist/src/sync/v4/export/export.js +0 -830
- package/dist/src/sync/v4/export/export.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/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 -82
- 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/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 +0 -42
- package/dist/src/sync/v4/generate/generate.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/generate.js +0 -97
- 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 +0 -24
- package/dist/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/listReport.js +0 -731
- 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.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/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.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/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/utils.d.ts.map +0 -1
- 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}/api.js +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/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/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/export/view-controller-generator.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v2/export/view-controller-generator.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/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/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/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/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/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/TableColumn.d.ts +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/controls/index.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/export/controls/index.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/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/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/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/objectPage.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/generate/objectPage.js +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/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/pages/objectPage.js +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/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/utils.d.ts +0 -0
- /package/dist/{src → specification/src}/sync/v4/utils/utils.js +0 -0
|
@@ -1,669 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.generateObjectPageSchemaV2 = void 0;
|
|
7
|
-
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
8
|
-
const common_1 = require("../../common");
|
|
9
|
-
const utils_1 = require("./utils");
|
|
10
|
-
const import_1 = require("../import");
|
|
11
|
-
const extensionLogger_1 = require("../../../extensionLogger");
|
|
12
|
-
const i18next_1 = __importDefault(require("i18next"));
|
|
13
|
-
const i18n_1 = require("../../../i18n/i18n");
|
|
14
|
-
const types_1 = require("../types");
|
|
15
|
-
const StableIdHelper_1 = require("../../v4/utils/StableIdHelper");
|
|
16
|
-
const ROOT_PROPERTIES_ORDER = ['header', 'sections', 'footer'];
|
|
17
|
-
/**
|
|
18
|
-
* Adds flexChange properties for sub(sections)
|
|
19
|
-
* @param appSchema - app schema in general
|
|
20
|
-
* @param schemaSection - current section
|
|
21
|
-
* @param property - property that will be enhanced
|
|
22
|
-
* @param sectionType - type of section
|
|
23
|
-
*/
|
|
24
|
-
function addFlexChangeForSection(appSchema, schemaSection, property, sectionType) {
|
|
25
|
-
schemaSection.properties[property][ux_specification_types_1.SchemaTag.artifactType] = ux_specification_types_1.ArtifactType.FlexChange;
|
|
26
|
-
let controlType;
|
|
27
|
-
switch (sectionType) {
|
|
28
|
-
case types_1.SectionTypeV2.Section:
|
|
29
|
-
case types_1.SectionTypeV2.SectionForm:
|
|
30
|
-
case types_1.SectionTypeV2.SectionChart:
|
|
31
|
-
case types_1.SectionTypeV2.SectionTable:
|
|
32
|
-
controlType = ux_specification_types_1.ControlType.Section;
|
|
33
|
-
break;
|
|
34
|
-
case types_1.SectionTypeV2.SubSection:
|
|
35
|
-
controlType = ux_specification_types_1.ControlType.SubSection;
|
|
36
|
-
break;
|
|
37
|
-
case types_1.SectionTypeV2.SubSectionForm:
|
|
38
|
-
controlType = ux_specification_types_1.ControlType.Group;
|
|
39
|
-
break;
|
|
40
|
-
case types_1.SectionTypeV2.SubSectionChart:
|
|
41
|
-
controlType = ux_specification_types_1.ControlType.SmartChart;
|
|
42
|
-
break;
|
|
43
|
-
case types_1.SectionTypeV2.SubSectionTable:
|
|
44
|
-
controlType = ux_specification_types_1.ControlType.SmartTable;
|
|
45
|
-
break;
|
|
46
|
-
case types_1.SectionTypeV2.HeaderSection:
|
|
47
|
-
case types_1.SectionTypeV2.HeaderSectionAddress:
|
|
48
|
-
case types_1.SectionTypeV2.HeaderSectionChart:
|
|
49
|
-
case types_1.SectionTypeV2.HeaderSectionDataPoint:
|
|
50
|
-
case types_1.SectionTypeV2.HeaderSectionForm:
|
|
51
|
-
controlType = ux_specification_types_1.ControlType.ObjectPageHeaderSection;
|
|
52
|
-
break;
|
|
53
|
-
}
|
|
54
|
-
if (!controlType) {
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
(0, common_1.addPatternForBindingChangeOfEnumOP)(appSchema, schemaSection, property);
|
|
58
|
-
schemaSection.properties[property][ux_specification_types_1.SchemaTag.controlType] = controlType;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Callback for adding a single action to headerActions of V2
|
|
62
|
-
* @param {EntityType} entityType - current entity type
|
|
63
|
-
* @param {object} appSchema Schema of the app
|
|
64
|
-
* @param actionAnnotation - annotation as present in AVT ConvertedMetadata
|
|
65
|
-
* @param headerActions - list of header actions, to be enhanced
|
|
66
|
-
*/
|
|
67
|
-
function addHeaderActionCallBackV2(entityType, appSchema, identification, headerActions, oDataServiceAVT) {
|
|
68
|
-
identification?.forEach((item) => {
|
|
69
|
-
if (!item['Determining'] && item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* UIAnnotationTypes.DataFieldForAction */) {
|
|
70
|
-
const { actionName, actionId, namespace } = (0, common_1.getActionNameAndId)(item, oDataServiceAVT);
|
|
71
|
-
//actionId is used as key in V2, as this is the right part for building the full stable ID
|
|
72
|
-
if (!actionId) {
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
const description = item.Label || actionName;
|
|
76
|
-
const actionDefinitionKey = `HeaderAction<${(0, common_1.prepareRef)(actionId)}>`;
|
|
77
|
-
appSchema.definitions[actionDefinitionKey] = JSON.parse(JSON.stringify(appSchema.definitions['HeaderAction']));
|
|
78
|
-
const convertedIdentification = item.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* UIAnnotationTerms.Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* UIAnnotationTerms.Identification */}`);
|
|
79
|
-
appSchema.definitions[actionDefinitionKey][ux_specification_types_1.SchemaTag.annotationPath] = `/${convertedIdentification}`;
|
|
80
|
-
appSchema.definitions[actionDefinitionKey][ux_specification_types_1.SchemaTag.actionType] = ux_specification_types_1.ActionType.Annotation;
|
|
81
|
-
appSchema.definitions[actionDefinitionKey].description = description;
|
|
82
|
-
appSchema.definitions[actionDefinitionKey][ux_specification_types_1.SchemaTag.keys] = [
|
|
83
|
-
{ name: ux_specification_types_1.SchemaKeyName.action, value: actionName }
|
|
84
|
-
];
|
|
85
|
-
if (namespace) {
|
|
86
|
-
appSchema.definitions[actionDefinitionKey][ux_specification_types_1.SchemaTag.target] = namespace;
|
|
87
|
-
}
|
|
88
|
-
headerActions.properties[actionId] = {
|
|
89
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Callback for adding a single action to footerActions of V2
|
|
96
|
-
* @param {EntityType} entityType - current entity type
|
|
97
|
-
* @param {Definition} appSchema Schema of the app
|
|
98
|
-
* @param {Definition} footerActions - list of footer actions, to be enhanced
|
|
99
|
-
* @param {String} identification - converted UI.Identification term
|
|
100
|
-
*/
|
|
101
|
-
function addFooterActionCallBackV2(entityType, appSchema, footerActions, identification) {
|
|
102
|
-
identification.forEach((item) => {
|
|
103
|
-
if (item['Determining'] && item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* UIAnnotationTypes.DataFieldForAction */) {
|
|
104
|
-
const actionId = (0, StableIdHelper_1.getStableIdPartFromDataField)(item).split('::').splice(1).join('::');
|
|
105
|
-
const description = (0, common_1.getDataFieldDescription)(item, entityType);
|
|
106
|
-
const actionDefinitionKey = (0, common_1.prepareRef)(`${ux_specification_types_1.DefinitionName.ObjectPageFooterAction}<${actionId}>`);
|
|
107
|
-
const convertedIdentification = item.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* UIAnnotationTerms.Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* UIAnnotationTerms.Identification */}`);
|
|
108
|
-
appSchema.definitions[actionDefinitionKey] = {
|
|
109
|
-
...JSON.parse(JSON.stringify(appSchema.definitions[ux_specification_types_1.DefinitionName.ObjectPageFooterAction])),
|
|
110
|
-
description,
|
|
111
|
-
annotationPath: `/${convertedIdentification}`
|
|
112
|
-
};
|
|
113
|
-
footerActions.properties[actionId] = {
|
|
114
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
});
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* Method ensures that definitions for custom columns are created for passed entitySet.
|
|
121
|
-
* @param {object} appSchema App schema in general
|
|
122
|
-
* @param {object} manifest manifest.json of the app
|
|
123
|
-
* @param {string} entitySetName Entity set name.
|
|
124
|
-
* @param {string} entityTypeName Entity type name.
|
|
125
|
-
* @param {ConvertedMetadata} oDataServiceAVT Complete service information, as returned by annotation vocabularies tool
|
|
126
|
-
* @param {FacetConfig} facet information
|
|
127
|
-
* @param {string} facetKey - key of the facet, as listed in FacetConfigs
|
|
128
|
-
* @param {FileData[]} [fragments] Array with XML fragments.
|
|
129
|
-
* @return {string} Name of custom columns definition.
|
|
130
|
-
*/
|
|
131
|
-
function ensureCustomColumnDefinitionExists(appSchema, manifest, entitySetName, entityTypeName, oDataServiceAVT, facet, facetKey, fragments) {
|
|
132
|
-
let suffix, customColumnsDefinitionName;
|
|
133
|
-
if (facet.ID && facet.Label) {
|
|
134
|
-
suffix = facet.ID + facet.Label.replace(/\s+/g, '');
|
|
135
|
-
}
|
|
136
|
-
else if (facet.ID) {
|
|
137
|
-
suffix = facet.ID;
|
|
138
|
-
}
|
|
139
|
-
else if (facet.Label) {
|
|
140
|
-
suffix = facet.Label.replace(/\s+/g, '');
|
|
141
|
-
}
|
|
142
|
-
if (suffix) {
|
|
143
|
-
customColumnsDefinitionName = `${ux_specification_types_1.DefinitionName.CustomColumns}<${entitySetName}><${facetKey}><${suffix}>`;
|
|
144
|
-
}
|
|
145
|
-
else {
|
|
146
|
-
customColumnsDefinitionName = `${ux_specification_types_1.DefinitionName.CustomColumns}<${entitySetName}><${facetKey}>`;
|
|
147
|
-
}
|
|
148
|
-
if (appSchema.definitions[customColumnsDefinitionName]) {
|
|
149
|
-
// Definition is already created - we do not need to create it again
|
|
150
|
-
return customColumnsDefinitionName;
|
|
151
|
-
}
|
|
152
|
-
// Create type specific 'TableCustomColumn' definition - use entity set as type.
|
|
153
|
-
const customColumnDefinitionName = `${ux_specification_types_1.DefinitionName.CustomColumn}<${entitySetName}>`;
|
|
154
|
-
const customColumnDefinition = JSON.parse(JSON.stringify(appSchema.definitions['TableCustomColumn']));
|
|
155
|
-
appSchema.definitions[customColumnDefinitionName] = customColumnDefinition;
|
|
156
|
-
// Update definitions for type specific custom columns
|
|
157
|
-
const pageKeys = [];
|
|
158
|
-
const entityType = oDataServiceAVT?.entityTypes.find((et) => et.name === entityTypeName);
|
|
159
|
-
const v2Page = (0, import_1.findObjectPageV2)(manifest[ux_specification_types_1.ManifestSection.generic].pages, entitySetName, pageKeys);
|
|
160
|
-
(0, utils_1.addTableColumnExtensions)(appSchema, entityType, v2Page, manifest, fragments, customColumnsDefinitionName, customColumnDefinitionName, facet.ID);
|
|
161
|
-
return customColumnsDefinitionName;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Method fills new app schema section with properties.
|
|
165
|
-
* @param {Definition} appSchema App schema in general
|
|
166
|
-
* @param {object} appSchemaSection app schema section to be filled
|
|
167
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
168
|
-
* @param {SectionTypeV2} mainSectionType main section type, used to fill app schema section
|
|
169
|
-
*/
|
|
170
|
-
function addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, mainSectionType) {
|
|
171
|
-
appSchemaSection.properties = JSON.parse(JSON.stringify(appSchema.definitions[mainSectionType].properties));
|
|
172
|
-
if (appSchemaSection.properties.visible) {
|
|
173
|
-
addFlexChangeForSection(appSchema, appSchemaSection, 'visible', sectionType);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* Method adds reference to section property key.
|
|
178
|
-
* @param {object} sections - schema of current sections definition
|
|
179
|
-
* @param {string} key section key which will contain the reference
|
|
180
|
-
* @param {string} definitionKey key which the section should point to
|
|
181
|
-
*/
|
|
182
|
-
function addSectionReference(sections, key, definitionKey) {
|
|
183
|
-
sections.properties[key] = { $ref: `${common_1.DEFINITION_LINK_PREFIX}${definitionKey}` };
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* Reuse function for all table types, copies and adapts the generic definition
|
|
187
|
-
* @param tableType - Table type
|
|
188
|
-
* @param facetId - facet ID, as derived for the given section
|
|
189
|
-
* @param facet - facet or section information
|
|
190
|
-
* @param appSchema - app-specific schema, to be updated
|
|
191
|
-
*/
|
|
192
|
-
function addTableDefinition(tableType, facetId, facet, appSchema) {
|
|
193
|
-
const schemaId = (0, common_1.prepareRef)(`${tableType}<${facetId}>`);
|
|
194
|
-
appSchema.definitions[schemaId] = JSON.parse(JSON.stringify(appSchema.definitions[tableType]));
|
|
195
|
-
appSchema.definitions[schemaId]['properties']['columns']['$ref'] = common_1.DEFINITION_LINK_PREFIX + facetId;
|
|
196
|
-
appSchema.definitions[schemaId].properties.toolBar['$ref'] =
|
|
197
|
-
`${common_1.DEFINITION_LINK_PREFIX}ObjectPageToolBar<${facetId}>`;
|
|
198
|
-
appSchema.definitions[schemaId][ux_specification_types_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
199
|
-
if (facet.ID !== undefined) {
|
|
200
|
-
appSchema.definitions[schemaId].title = ux_specification_types_1.FacetTitlePrefix + facet.ID;
|
|
201
|
-
appSchema.definitions[schemaId][ux_specification_types_1.SchemaTag.keys] = [{ name: `ID`, value: facet.ID }];
|
|
202
|
-
}
|
|
203
|
-
appSchema.definitions[schemaId].description = ux_specification_types_1.DefinitionName.Table;
|
|
204
|
-
//adjust quickVariantSelection
|
|
205
|
-
appSchema.definitions[schemaId].properties['quickVariantSelection']['$ref'] =
|
|
206
|
-
`${common_1.DEFINITION_LINK_PREFIX}QuickVariantSelectionOP<${facetId}>`;
|
|
207
|
-
appSchema.definitions[`QuickVariantSelectionOP<${facetId}>`] = JSON.parse(JSON.stringify(appSchema.definitions['QuickVariantSelectionOP']));
|
|
208
|
-
appSchema.definitions[`QuickVariant<${facetId}>`] = JSON.parse(JSON.stringify(appSchema.definitions['QuickVariant']));
|
|
209
|
-
appSchema.definitions[`QuickVariantSelectionOP<${facetId}>`].properties.variants.patternProperties['^[0-9]+$']['$ref'] = `${common_1.DEFINITION_LINK_PREFIX}QuickVariant<${facetId}>`;
|
|
210
|
-
(0, common_1.addEnumForSingleTabVariant)(facet.entityType, appSchema, `QuickVariant<${facetId}>`);
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* Adds definitions for line items in object page sections to the app schema
|
|
214
|
-
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
215
|
-
* @param {string} facetKey - key of the facet, as listed in FacetConfigs
|
|
216
|
-
* @param {Definition} appSchema - app schema in general
|
|
217
|
-
* @param {FacetConfig} facet - the given facet from the UI annotations
|
|
218
|
-
* @param {FacetConfigs} facets - list of all facets
|
|
219
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
220
|
-
*/
|
|
221
|
-
function handleLineItem(generateParameters, facetKey, appSchema, facet, facets, sectionType) {
|
|
222
|
-
if (facet.base !== ux_specification_types_1.FacetBase.LineItem || !facetKey) {
|
|
223
|
-
//no properties
|
|
224
|
-
return;
|
|
225
|
-
}
|
|
226
|
-
const navigationProperty = facetKey.split('::')[0];
|
|
227
|
-
const schemaIdForOpSection = `${sectionType}<${facetKey}>`;
|
|
228
|
-
appSchema.definitions[schemaIdForOpSection] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
|
|
229
|
-
const appSchemaSection = appSchema.definitions[schemaIdForOpSection];
|
|
230
|
-
addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, types_1.SectionTypeV2.SectionTable);
|
|
231
|
-
appSchemaSection.properties.table = JSON.parse(JSON.stringify(appSchema.definitions[types_1.SectionTypeV2.SectionTable]['properties'][ux_specification_types_1.PropertyName.table]));
|
|
232
|
-
appSchemaSection.properties.table.anyOf = [
|
|
233
|
-
{
|
|
234
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}ObjectPageResponsiveTableWithMultiSelect<${facetKey}>`
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}ObjectPageResponsiveTableWithInlineDelete<${facetKey}>`
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}ObjectPageAnalyticalTable<${facetKey}>`
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}ObjectPageGridTable<${facetKey}>`
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
$ref: `${common_1.DEFINITION_LINK_PREFIX}ObjectPageTreeTable<${facetKey}>`
|
|
247
|
-
}
|
|
248
|
-
];
|
|
249
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
250
|
-
(0, common_1.addSectionTitleAndDescription)(facet, appSchemaSection, facetKey);
|
|
251
|
-
addTableDefinition('ObjectPageResponsiveTableWithMultiSelect', facetKey, facet, appSchema);
|
|
252
|
-
addTableDefinition('ObjectPageResponsiveTableWithInlineDelete', facetKey, facet, appSchema);
|
|
253
|
-
addTableDefinition('ObjectPageGridTable', facetKey, facet, appSchema);
|
|
254
|
-
addTableDefinition('ObjectPageTreeTable', facetKey, facet, appSchema);
|
|
255
|
-
addTableDefinition('ObjectPageAnalyticalTable', facetKey, facet, appSchema);
|
|
256
|
-
let customColumnDefinitionKey;
|
|
257
|
-
// Find target entity
|
|
258
|
-
const targetEntitySet = (0, common_1.determineEntitySetOfEntityType)(facet.entityType, generateParameters.serviceAVT);
|
|
259
|
-
if (targetEntitySet) {
|
|
260
|
-
// Make sure that custom columns definitions are created for passed entity
|
|
261
|
-
customColumnDefinitionKey = ensureCustomColumnDefinitionExists(appSchema, generateParameters.manifest, targetEntitySet.name, facet.entityType.name, generateParameters.serviceAVT, facet, facetKey, generateParameters.fragments);
|
|
262
|
-
}
|
|
263
|
-
for (const facetItem in facets) {
|
|
264
|
-
if (facets[facetItem].base === ux_specification_types_1.FacetBase.LineItem && facetItem.includes(navigationProperty)) {
|
|
265
|
-
(0, utils_1.addLineItemsType)(appSchema, facets[facetItem].target, facets[facetItem].entityType, facetItem, customColumnDefinitionKey);
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* Adds definitions for subsections in object page sections to the app schema
|
|
271
|
-
* @param {Definition} appSchema - app schema in general
|
|
272
|
-
* @param {string} definitionKey - key of app schema definition to be filled
|
|
273
|
-
* @param {FacetConfig} facet facet or section information
|
|
274
|
-
* @param {string} facetId - key of the facet, as listed in FacetConfigs
|
|
275
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
276
|
-
*/
|
|
277
|
-
function handleSubSection(appSchema, definitionKey, facet, facetId, sectionType, isHeaderFacet = false) {
|
|
278
|
-
appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetId);
|
|
279
|
-
const appSchemaSection = appSchema.definitions[definitionKey];
|
|
280
|
-
const sectionDefinition = isHeaderFacet ? types_1.SectionTypeV2.HeaderSection : types_1.SectionTypeV2.SubSection;
|
|
281
|
-
addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, sectionDefinition);
|
|
282
|
-
appSchemaSection.properties.subsections = {
|
|
283
|
-
type: 'object',
|
|
284
|
-
description: 'Subsections',
|
|
285
|
-
properties: {},
|
|
286
|
-
additionalProperties: false
|
|
287
|
-
};
|
|
288
|
-
appSchemaSection.properties.subsections[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* Method fills new chart section with properties.
|
|
292
|
-
* @param {Definition} appSchema App schema in general
|
|
293
|
-
* @param {string} definitionKey - key of app schema definition to be filled
|
|
294
|
-
* @param {FacetConfig} facet facet or section information
|
|
295
|
-
* @param {string} facetKey - facet key.
|
|
296
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
297
|
-
*/
|
|
298
|
-
function handleSectionChart(appSchema, definitionKey, facet, facetKey, sectionType) {
|
|
299
|
-
appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
|
|
300
|
-
const appSchemaSection = appSchema.definitions[definitionKey];
|
|
301
|
-
addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, types_1.SectionTypeV2.SectionChart);
|
|
302
|
-
}
|
|
303
|
-
/**
|
|
304
|
-
* Method fills new header section with properties.
|
|
305
|
-
* @param {Definition} appSchema App schema in general
|
|
306
|
-
* @param {string} definitionKey - key of app schema definition to be filled
|
|
307
|
-
* @param {FacetConfig} facet facet or section information
|
|
308
|
-
* @param {string} facetKey - facet key.
|
|
309
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
310
|
-
*/
|
|
311
|
-
function handleHeaderFacet(appSchema, definitionKey, facet, facetKey, sectionType, facetDefinition) {
|
|
312
|
-
appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
|
|
313
|
-
const appSchemaSection = appSchema.definitions[definitionKey];
|
|
314
|
-
addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, facetDefinition || types_1.SectionTypeV2.CommonHeaderFacetSettings);
|
|
315
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
316
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
317
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.dataType] = (0, common_1.determineDataTypeOfTarget)(facet?.target);
|
|
318
|
-
}
|
|
319
|
-
function addDataPointHeaderFacetDataType(appSchema, definitionKey, facet) {
|
|
320
|
-
const appSchemaSection = appSchema.definitions[definitionKey];
|
|
321
|
-
const dataType = (appSchemaSection[ux_specification_types_1.SchemaTag.dataType] = (0, common_1.determineDataTypeOfTarget)(facet?.target));
|
|
322
|
-
if (dataType === common_1.DataType.Rating) {
|
|
323
|
-
appSchemaSection.title = `${appSchemaSection.title}::RatingIndicatorVBox`;
|
|
324
|
-
}
|
|
325
|
-
else if (dataType === common_1.DataType.Progress) {
|
|
326
|
-
appSchemaSection.title = `${appSchemaSection.title}::ProgressIndicatorVBox`;
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
appSchemaSection.title = `${appSchemaSection.title}::DataPoint`;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* Method fills new form section in app schema with properties.
|
|
334
|
-
* @param {Definition} appSchema App schema in general
|
|
335
|
-
* @param {string} definitionKey - key of app schema definition to be filled
|
|
336
|
-
* @param {FacetConfig} facet facet or section information
|
|
337
|
-
* @param {string} facetKey - facet key.
|
|
338
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
339
|
-
* @return {object} returns filled form section in app schema.
|
|
340
|
-
*/
|
|
341
|
-
function handleFormSection(appSchema, definitionKey, facet, facetKey, sectionType) {
|
|
342
|
-
appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
|
|
343
|
-
const appSchemaSection = appSchema.definitions[definitionKey];
|
|
344
|
-
addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, types_1.SectionTypeV2.SectionForm);
|
|
345
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
346
|
-
appSchemaSection[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
347
|
-
return appSchemaSection;
|
|
348
|
-
}
|
|
349
|
-
/**
|
|
350
|
-
* Mapping of facet type to (sub)section type to enable correct further handling
|
|
351
|
-
* @param {FacetBase} facetType - facet type to be mapped
|
|
352
|
-
* @param {boolean} isSubSection - if section is subsection of section
|
|
353
|
-
* @return {SectionTypeV2} sectionType (sub)section type
|
|
354
|
-
*/
|
|
355
|
-
function getSectionType(facetType, isSubSection, isHeaderFacet) {
|
|
356
|
-
const headerSectionMap = new Map([
|
|
357
|
-
[ux_specification_types_1.FacetBase.CollectionFacet, types_1.SectionTypeV2.HeaderSection],
|
|
358
|
-
[ux_specification_types_1.FacetBase.Address, types_1.SectionTypeV2.HeaderSectionAddress],
|
|
359
|
-
[ux_specification_types_1.FacetBase.Chart, types_1.SectionTypeV2.HeaderSectionChart],
|
|
360
|
-
[ux_specification_types_1.FacetBase.DataPoint, types_1.SectionTypeV2.HeaderSectionDataPoint],
|
|
361
|
-
[ux_specification_types_1.FacetBase.Form, types_1.SectionTypeV2.HeaderSectionForm],
|
|
362
|
-
[ux_specification_types_1.FacetBase.Identification, types_1.SectionTypeV2.HeaderSectionForm]
|
|
363
|
-
]);
|
|
364
|
-
const sectionTypeMapping = new Map([
|
|
365
|
-
[ux_specification_types_1.FacetBase.CollectionFacet, types_1.SectionTypeV2.Section],
|
|
366
|
-
[ux_specification_types_1.FacetBase.LineItem, types_1.SectionTypeV2.SectionTable],
|
|
367
|
-
[ux_specification_types_1.FacetBase.Chart, types_1.SectionTypeV2.SectionChart],
|
|
368
|
-
[ux_specification_types_1.FacetBase.Address, types_1.SectionTypeV2.SectionAddress],
|
|
369
|
-
[ux_specification_types_1.FacetBase.Contact, types_1.SectionTypeV2.SectionContact],
|
|
370
|
-
[ux_specification_types_1.FacetBase.Form, types_1.SectionTypeV2.SectionForm],
|
|
371
|
-
[ux_specification_types_1.FacetBase.Identification, types_1.SectionTypeV2.SectionForm]
|
|
372
|
-
]);
|
|
373
|
-
const subSectionTypeMapping = new Map([
|
|
374
|
-
[ux_specification_types_1.FacetBase.CollectionFacet, types_1.SectionTypeV2.SubSection],
|
|
375
|
-
[ux_specification_types_1.FacetBase.LineItem, types_1.SectionTypeV2.SubSectionTable],
|
|
376
|
-
[ux_specification_types_1.FacetBase.Chart, types_1.SectionTypeV2.SubSectionChart],
|
|
377
|
-
[ux_specification_types_1.FacetBase.Address, types_1.SectionTypeV2.SubSectionAddress],
|
|
378
|
-
[ux_specification_types_1.FacetBase.Contact, types_1.SectionTypeV2.SubSectionContact],
|
|
379
|
-
[ux_specification_types_1.FacetBase.Form, types_1.SectionTypeV2.SubSectionForm],
|
|
380
|
-
[ux_specification_types_1.FacetBase.Identification, types_1.SectionTypeV2.SubSectionForm]
|
|
381
|
-
]);
|
|
382
|
-
if (isHeaderFacet) {
|
|
383
|
-
return headerSectionMap.get(facetType);
|
|
384
|
-
}
|
|
385
|
-
else if (isSubSection) {
|
|
386
|
-
return subSectionTypeMapping.get(facetType);
|
|
387
|
-
}
|
|
388
|
-
else {
|
|
389
|
-
return sectionTypeMapping.get(facetType);
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* Method returns reference key, special handling of (sub)sections
|
|
394
|
-
* @param {FacetConfig} facet facet or section information
|
|
395
|
-
* @param {string} facetKey - facet key.
|
|
396
|
-
* @param {SectionTypeV2} sectionType (sub)section type
|
|
397
|
-
* @return {string} reference key
|
|
398
|
-
*/
|
|
399
|
-
function getReferenceKey(facet, facetKey, sectionType) {
|
|
400
|
-
let referenceKey = facetKey;
|
|
401
|
-
if (sectionType === (types_1.SectionTypeV2.Section || types_1.SectionTypeV2.SubSection)) {
|
|
402
|
-
referenceKey = referenceKey.replace(`@${"com.sap.vocabularies.UI.v1.Facets" /* UIAnnotationTerms.Facets */}`, facet.base);
|
|
403
|
-
}
|
|
404
|
-
return `${referenceKey}`;
|
|
405
|
-
}
|
|
406
|
-
/**
|
|
407
|
-
* Creates a section definition in app schema.
|
|
408
|
-
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
409
|
-
* @param {FacetConfigs} facets - list of all facets.
|
|
410
|
-
* @param {string} facetKey - facet key.
|
|
411
|
-
* @param {object} sections - schema of current sections definition.
|
|
412
|
-
* @param {Definition} appSchema - app specific schema that potentially gets enhanced.
|
|
413
|
-
* @param {boolean} isSubSection - if section is subsection of section
|
|
414
|
-
*/
|
|
415
|
-
function addSection(generateParameters, facets, facetKey, sections, appSchema, isSubSection = false, isHeaderFacet = false) {
|
|
416
|
-
const facet = facets[facetKey];
|
|
417
|
-
const sectionType = getSectionType(facet.base, isSubSection, isHeaderFacet);
|
|
418
|
-
const referenceKey = getReferenceKey(facet, facetKey, sectionType);
|
|
419
|
-
const definitionKey = `${sectionType}<${referenceKey}>`;
|
|
420
|
-
addSectionReference(sections, referenceKey, definitionKey);
|
|
421
|
-
switch (sectionType) {
|
|
422
|
-
case types_1.SectionTypeV2.Section:
|
|
423
|
-
case types_1.SectionTypeV2.SubSection:
|
|
424
|
-
case types_1.SectionTypeV2.HeaderSection: {
|
|
425
|
-
//handle collection facets
|
|
426
|
-
isSubSection = isHeaderFacet ? false : true;
|
|
427
|
-
handleSubSection(appSchema, definitionKey, facet, facetKey, sectionType, isHeaderFacet);
|
|
428
|
-
const subSections = appSchema.definitions[definitionKey].properties
|
|
429
|
-
.subsections;
|
|
430
|
-
for (const key in facet.facets) {
|
|
431
|
-
addSection(generateParameters, facet.facets, key, subSections, appSchema, isSubSection, isHeaderFacet);
|
|
432
|
-
}
|
|
433
|
-
break;
|
|
434
|
-
}
|
|
435
|
-
case types_1.SectionTypeV2.SectionTable:
|
|
436
|
-
case types_1.SectionTypeV2.SubSectionTable: {
|
|
437
|
-
handleLineItem(generateParameters, facetKey, appSchema, facet, facets, sectionType);
|
|
438
|
-
//add fields for createWithParameterDialog
|
|
439
|
-
const floorplanSuffix = 'OP';
|
|
440
|
-
(0, common_1.addFieldsType)(appSchema, facet.entityType, floorplanSuffix);
|
|
441
|
-
break;
|
|
442
|
-
}
|
|
443
|
-
case types_1.SectionTypeV2.SectionChart:
|
|
444
|
-
case types_1.SectionTypeV2.SubSectionChart: {
|
|
445
|
-
//handle reference facet (if comprising chart)
|
|
446
|
-
handleSectionChart(appSchema, definitionKey, facet, facetKey, sectionType);
|
|
447
|
-
break;
|
|
448
|
-
}
|
|
449
|
-
case types_1.SectionTypeV2.SectionForm:
|
|
450
|
-
case types_1.SectionTypeV2.SubSectionForm: {
|
|
451
|
-
const appSchemaSection = handleFormSection(appSchema, definitionKey, facet, facetKey, sectionType);
|
|
452
|
-
(0, common_1.handleForm)(ux_specification_types_1.SectionType.Section, facet, appSchemaSection, appSchema, ux_specification_types_1.FioriElementsVersion.v2, facetKey);
|
|
453
|
-
break;
|
|
454
|
-
}
|
|
455
|
-
case types_1.SectionTypeV2.SectionAddress:
|
|
456
|
-
case types_1.SectionTypeV2.SectionContact: {
|
|
457
|
-
(0, common_1.handleAddressContact)(facet, facetKey, sections, appSchema, ux_specification_types_1.SectionType.Section, undefined, 'V2');
|
|
458
|
-
break;
|
|
459
|
-
}
|
|
460
|
-
case types_1.SectionTypeV2.SubSectionAddress:
|
|
461
|
-
case types_1.SectionTypeV2.SubSectionContact: {
|
|
462
|
-
(0, common_1.handleAddressContact)(facet, facetKey, sections, appSchema, ux_specification_types_1.SectionType.Section, ux_specification_types_1.SectionType.SubSection, 'V2');
|
|
463
|
-
break;
|
|
464
|
-
}
|
|
465
|
-
case types_1.SectionTypeV2.HeaderSectionForm:
|
|
466
|
-
case types_1.SectionTypeV2.HeaderSectionChart:
|
|
467
|
-
case types_1.SectionTypeV2.HeaderSectionAddress: {
|
|
468
|
-
handleHeaderFacet(appSchema, definitionKey, facet, facetKey, sectionType);
|
|
469
|
-
break;
|
|
470
|
-
}
|
|
471
|
-
case types_1.SectionTypeV2.HeaderSectionDataPoint: {
|
|
472
|
-
handleHeaderFacet(appSchema, definitionKey, facet, facetKey, sectionType);
|
|
473
|
-
addDataPointHeaderFacetDataType(appSchema, definitionKey, facet);
|
|
474
|
-
break;
|
|
475
|
-
}
|
|
476
|
-
default: {
|
|
477
|
-
// Other facets -> only default properties of ObjectPageSection
|
|
478
|
-
sections.properties[facetKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
/**
|
|
483
|
-
* Helper function to add facets to the app schema
|
|
484
|
-
* @param facetsExists flag if facets exists and should be added
|
|
485
|
-
* @param facets collection of facets
|
|
486
|
-
* @param generateParameters list of API input parameters
|
|
487
|
-
* @param sections sections in config to be extended
|
|
488
|
-
* @param appSchema app speci
|
|
489
|
-
* @param isHeaderFacet flag if facet is located in header section
|
|
490
|
-
* @returns void
|
|
491
|
-
*/
|
|
492
|
-
function addSectionsFromFacets(facetsExists, facets, sections, generateParameters, appSchema, isHeaderFacet = false) {
|
|
493
|
-
if (!facetsExists) {
|
|
494
|
-
return;
|
|
495
|
-
}
|
|
496
|
-
for (const facetKey in facets) {
|
|
497
|
-
addSection(generateParameters, facets, facetKey, sections, appSchema, false, isHeaderFacet);
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
/**
|
|
501
|
-
* Adds the sections to the app schema
|
|
502
|
-
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
503
|
-
* @param {Definition} appSchema - app specific schema that potentially gets enhanced
|
|
504
|
-
* @param {SapUiAppPagesV2} pages - list of (manifest) pages
|
|
505
|
-
*/
|
|
506
|
-
function addSections(generateParameters, appSchema, pages) {
|
|
507
|
-
const sections = appSchema.definitions[ux_specification_types_1.DefinitionName.Sections];
|
|
508
|
-
sections[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
509
|
-
if (generateParameters.entitySet?.entityType) {
|
|
510
|
-
sections[ux_specification_types_1.SchemaTag.annotationPath] =
|
|
511
|
-
`/${generateParameters.entitySet.entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Facets" /* UIAnnotationTerms.Facets */}`;
|
|
512
|
-
}
|
|
513
|
-
const headerSections = appSchema.definitions[ux_specification_types_1.DefinitionName.HeaderSections];
|
|
514
|
-
headerSections[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
515
|
-
if (!headerSections.properties) {
|
|
516
|
-
headerSections.properties = {};
|
|
517
|
-
}
|
|
518
|
-
headerSections.additionalProperties = false;
|
|
519
|
-
if (generateParameters.entitySet?.entityType) {
|
|
520
|
-
headerSections[ux_specification_types_1.SchemaTag.annotationPath] =
|
|
521
|
-
`/${generateParameters.entitySet.entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.HeaderFacets" /* UIAnnotationTerms.HeaderFacets */}`;
|
|
522
|
-
}
|
|
523
|
-
if (!pages) {
|
|
524
|
-
return;
|
|
525
|
-
}
|
|
526
|
-
// Get facet annotations
|
|
527
|
-
const facets = (0, common_1.getObjectPageFacets)(generateParameters.entitySet?.entityType, generateParameters.serviceAVT, ux_specification_types_1.FioriElementsVersion.v2, generateParameters.logger);
|
|
528
|
-
const headerFacets = (0, common_1.getObjectPageHeaderFacets)(generateParameters.entitySet?.entityType, generateParameters.serviceAVT, ux_specification_types_1.FioriElementsVersion.v2, generateParameters.logger);
|
|
529
|
-
const generateFacets = facets && !!Object.keys(facets).length;
|
|
530
|
-
const generateHeaderFacets = headerFacets && !!Object.keys(headerFacets).length;
|
|
531
|
-
if (!generateFacets && !generateHeaderFacets) {
|
|
532
|
-
return;
|
|
533
|
-
}
|
|
534
|
-
// Loop on all pages, look for the right entity set
|
|
535
|
-
for (const key in pages) {
|
|
536
|
-
const element = pages[key];
|
|
537
|
-
if (generateParameters.entitySet?.name?.includes(element.entitySet)) {
|
|
538
|
-
// Loop on all facets (of the given entitySet)
|
|
539
|
-
addSectionsFromFacets(generateFacets, facets, sections, generateParameters, appSchema);
|
|
540
|
-
addSectionsFromFacets(generateHeaderFacets, headerFacets, headerSections, generateParameters, appSchema, true);
|
|
541
|
-
}
|
|
542
|
-
else {
|
|
543
|
-
addSections(generateParameters, appSchema, element.pages);
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
// Add custom sections
|
|
547
|
-
const customSections = appSchema.definitions['CustomSections'];
|
|
548
|
-
for (const name in customSections.properties) {
|
|
549
|
-
sections.properties[name] = customSections.properties[name];
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
/**
|
|
553
|
-
* Add Object Page Header to app-specific schema
|
|
554
|
-
*
|
|
555
|
-
* @param {object} appSchema Schema of the app
|
|
556
|
-
* @param {EntitySet} entitySet - current entity set
|
|
557
|
-
* @param {EntityType} entityType - current entity type
|
|
558
|
-
* @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
|
|
559
|
-
*/
|
|
560
|
-
function addHeader(appSchema, entitySet, entityType, oDataServiceAVT) {
|
|
561
|
-
(0, common_1.addCommonHeaderSchema)(appSchema, entityType);
|
|
562
|
-
//Add header actions
|
|
563
|
-
(0, common_1.addHeaderActions)(appSchema, entityType, entitySet, oDataServiceAVT, addHeaderActionCallBackV2, true);
|
|
564
|
-
}
|
|
565
|
-
/**
|
|
566
|
-
* Adds the related facets keys 'enum' to the app schema
|
|
567
|
-
* @param schema - app specific schema that potentially gets enhanced
|
|
568
|
-
* @param {EntityType} entityType - current entity type
|
|
569
|
-
* @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
|
|
570
|
-
* @param {ExtensionLogger} logger - Logger class for logging messages
|
|
571
|
-
*/
|
|
572
|
-
function addRelatedFacetKeysType(schema, entityType, oDataServiceAVT, logger) {
|
|
573
|
-
// Find sections from annotation
|
|
574
|
-
// And create new definition in schema as enum with description
|
|
575
|
-
const facetSections = (0, common_1.getObjectPageFacetSection)(entityType, oDataServiceAVT, logger, undefined, true);
|
|
576
|
-
if (facetSections) {
|
|
577
|
-
(0, common_1.addDefinitionForRelatedFacetKeys)(schema, ['ObjectPageCustomSectionFragment', 'ObjectPageCustomSectionView'], facetSections, ['ID', 'key']);
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* Generates an app specific schema out of the generic schema.
|
|
582
|
-
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
583
|
-
* @param genericSchema - generic JSON schema of an object page
|
|
584
|
-
*
|
|
585
|
-
* @returns the app specific JSON schema
|
|
586
|
-
*/
|
|
587
|
-
function generateObjectPageSchemaV2(generateParameters, genericSchema) {
|
|
588
|
-
// Initialize i18next
|
|
589
|
-
(0, i18n_1.initI18n)();
|
|
590
|
-
const appSchema = JSON.parse(JSON.stringify(genericSchema));
|
|
591
|
-
// Custom sections as part of sections
|
|
592
|
-
const additionalSections = {};
|
|
593
|
-
for (const name in appSchema.definitions['CustomSections']['properties']) {
|
|
594
|
-
additionalSections[name] = appSchema.definitions['CustomSections'].properties[name];
|
|
595
|
-
}
|
|
596
|
-
// Change reference to generated sections
|
|
597
|
-
appSchema.properties[ux_specification_types_1.PropertyName.sections] = {
|
|
598
|
-
$ref: common_1.DEFINITION_LINK_PREFIX + 'Sections'
|
|
599
|
-
};
|
|
600
|
-
const entityType = generateParameters.entitySet?.entityType;
|
|
601
|
-
generateParameters.entityType = entityType;
|
|
602
|
-
const pages = generateParameters.manifest[ux_specification_types_1.ManifestSection.generic].pages;
|
|
603
|
-
if (!pages) {
|
|
604
|
-
(0, extensionLogger_1.log)(generateParameters.logger, {
|
|
605
|
-
severity: "error" /* LogSeverity.Error */,
|
|
606
|
-
message: i18next_1.default.t('NOPAGES', { appId: generateParameters.manifest['sap.app']['id'] }),
|
|
607
|
-
location: {
|
|
608
|
-
path: ux_specification_types_1.MANIFESTPATH,
|
|
609
|
-
range: [ux_specification_types_1.ManifestSection.generic]
|
|
610
|
-
}
|
|
611
|
-
});
|
|
612
|
-
return appSchema;
|
|
613
|
-
}
|
|
614
|
-
// Add header
|
|
615
|
-
addHeader(appSchema, generateParameters.entitySet, entityType, generateParameters.serviceAVT);
|
|
616
|
-
// Add sections
|
|
617
|
-
appSchema.definitions[ux_specification_types_1.DefinitionName.Sections] = {
|
|
618
|
-
type: 'object',
|
|
619
|
-
properties: {},
|
|
620
|
-
description: 'Sections',
|
|
621
|
-
additionalProperties: false
|
|
622
|
-
};
|
|
623
|
-
addSections(generateParameters, appSchema, pages);
|
|
624
|
-
// Custom section facets
|
|
625
|
-
addRelatedFacetKeysType(appSchema, entityType, generateParameters.serviceAVT, generateParameters.logger);
|
|
626
|
-
if (!appSchema.definitions.Sections) {
|
|
627
|
-
if (appSchema.definitions.RelatedFacetKeys && appSchema.definitions.RelatedFacetKeys['oneOf'].length) {
|
|
628
|
-
// If related facets exists - then we need sections definition
|
|
629
|
-
appSchema.definitions.Sections = {
|
|
630
|
-
type: 'object',
|
|
631
|
-
properties: additionalSections,
|
|
632
|
-
additionalProperties: false
|
|
633
|
-
};
|
|
634
|
-
appSchema.definitions.Sections[ux_specification_types_1.SchemaTag.isViewNode] = true;
|
|
635
|
-
}
|
|
636
|
-
else {
|
|
637
|
-
delete appSchema.properties[ux_specification_types_1.PropertyName.sections];
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
(0, common_1.addFooterActions)(appSchema, generateParameters, ux_specification_types_1.FioriElementsVersion.v2, addFooterActionCallBackV2, pages);
|
|
641
|
-
// Eliminate generic definitions
|
|
642
|
-
delete appSchema.definitions['GenericSections'];
|
|
643
|
-
delete appSchema.definitions['GenericSubSections'];
|
|
644
|
-
delete appSchema.definitions['ObjectPageSectionTableV2'];
|
|
645
|
-
delete appSchema.definitions['GenericColumns'];
|
|
646
|
-
delete appSchema.definitions['TableColumnAction'];
|
|
647
|
-
delete appSchema.definitions['CommonHeaderFacetSettings'];
|
|
648
|
-
delete appSchema.definitions['ObjectPageHeaderSection'];
|
|
649
|
-
// Currently not used
|
|
650
|
-
delete appSchema.definitions['ObjectPageCustomHeaderSectionFragment'];
|
|
651
|
-
delete appSchema.definitions['ObjectPageSectionFormV2'];
|
|
652
|
-
delete appSchema.definitions['ObjectPageSectionTableV2'];
|
|
653
|
-
delete appSchema.definitions['ObjectPageSubSectionV2'];
|
|
654
|
-
delete appSchema.definitions['ObjectPageResponsiveTableWithMultiSelect'];
|
|
655
|
-
delete appSchema.definitions['ObjectPageResponsiveTableWithInlineDelete'];
|
|
656
|
-
delete appSchema.definitions['ObjectPageAnalyticalTable'];
|
|
657
|
-
delete appSchema.definitions['ObjectPageTreeTable'];
|
|
658
|
-
delete appSchema.definitions['ObjectPageGridTable'];
|
|
659
|
-
delete appSchema.definitions['ObjectPageToolBar'];
|
|
660
|
-
delete appSchema.definitions['ObjectPageToolBarActions'];
|
|
661
|
-
delete appSchema.definitions['ObjectPageForm'];
|
|
662
|
-
delete appSchema.definitions['ObjectPageFormFields'];
|
|
663
|
-
delete appSchema.definitions['ObjectPageFormActions'];
|
|
664
|
-
delete appSchema.definitions['FieldPathOP'];
|
|
665
|
-
(0, common_1.updatePropertyIndices)(appSchema, ROOT_PROPERTIES_ORDER);
|
|
666
|
-
return appSchema;
|
|
667
|
-
}
|
|
668
|
-
exports.generateObjectPageSchemaV2 = generateObjectPageSchemaV2;
|
|
669
|
-
//# sourceMappingURL=objectPage.js.map
|