@sap/ux-specification 1.124.18 → 1.124.19
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 +42 -11
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/runDocu-min.js.map +2 -2
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +79 -79
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v4/ApplicationV4.json +6 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +782 -2049
- package/dist/specification/package.json +5 -5
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
- package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
- package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/filter.js +30 -0
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/extractDocu.js +49 -5
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/api.d.ts +4 -1
- package/dist/specification/scripts/macros/api.d.ts.map +1 -1
- package/dist/specification/scripts/macros/api.js +9 -1
- package/dist/specification/scripts/macros/api.js.map +1 -1
- package/dist/specification/scripts/macros/cmd.d.ts +1 -0
- package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
- package/dist/specification/scripts/macros/cmd.js +1 -0
- package/dist/specification/scripts/macros/cmd.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +5 -0
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/i18n.d.ts +1 -0
- package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
- package/dist/specification/scripts/macros/i18n.js +1 -0
- package/dist/specification/scripts/macros/i18n.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +1 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +18 -5
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts +9 -5
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +32 -5
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/scripts/spec.js +19 -9
- package/dist/specification/scripts/spec.js.map +1 -1
- package/dist/specification/src/api.d.ts +20 -12
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +22 -14
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/extensionLogger.d.ts +3 -2
- package/dist/specification/src/extensionLogger.d.ts.map +1 -1
- package/dist/specification/src/extensionLogger.js +3 -2
- package/dist/specification/src/extensionLogger.js.map +1 -1
- package/dist/specification/src/i18n/i18n.d.ts +5 -0
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +5 -0
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/project.d.ts +3 -1
- package/dist/specification/src/project.d.ts.map +1 -1
- package/dist/specification/src/project.js +3 -1
- package/dist/specification/src/project.js.map +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/specification/src/specification/schemaAccess.js +10 -4
- package/dist/specification/src/specification/schemaAccess.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +33 -17
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +32 -13
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
- package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/factory.js +6 -3
- package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
- package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/flex.js +7 -0
- package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts +13 -3
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +13 -3
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +12 -7
- package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
- package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +11 -10
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +27 -18
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +54 -33
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +65 -37
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +67 -37
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
- package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +9 -3
- package/dist/specification/src/sync/common/import/utils.js.map +1 -1
- package/dist/specification/src/sync/common/importProject.d.ts +17 -6
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +60 -30
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +129 -53
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +235 -94
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/i18n.d.ts +5 -0
- package/dist/specification/src/sync/i18n.d.ts.map +1 -1
- package/dist/specification/src/sync/i18n.js +5 -0
- package/dist/specification/src/sync/i18n.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
- package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
- package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +133 -44
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts +18 -10
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +34 -20
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +5 -2
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
- package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/manifest.js +30 -6
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
- package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.js +9 -12
- package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts +4 -2
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +24 -7
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +92 -33
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +20 -4
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +91 -35
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +4 -5
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +27 -15
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +26 -1
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +46 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +7 -5
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +7 -5
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +136 -58
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
- package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
- package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +46 -17
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.js +6 -4
- package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
- package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
- package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
- package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/generate.js +13 -11
- package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +210 -162
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
- package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/fragment.js +46 -7
- package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +70 -46
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +52 -39
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
- package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +4 -2
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +12 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +18 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +17 -1
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +38 -20
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +95 -50
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +6 -0
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/common/Application.js +4 -0
- package/dist/types/src/common/Application.js.map +1 -1
- package/dist/types/src/common/types.d.ts +51 -2
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +2 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
- package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
- package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +12 -0
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.d.ts +13 -0
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -0
- package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/Header.d.ts +1 -0
- package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +28 -0
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
- package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +1 -1
- package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/Header.d.ts +1 -0
- package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +2 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +9 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +16 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +9 -0
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/page.d.ts +4 -0
- package/dist/types/src/v4/page.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/package.json +6 -6
|
@@ -16,8 +16,8 @@ const viewProperties = ['key', 'index', 'label', 'visible', 'showCounts', 'entit
|
|
|
16
16
|
const doTransfer = [...viewProperties, 'views', 'initialLoad', 'template'];
|
|
17
17
|
/**
|
|
18
18
|
* Returns a fresh export results object with default values.
|
|
19
|
-
* @param manifest - manifest to clone
|
|
20
19
|
*
|
|
20
|
+
* @param manifest - manifest to clone
|
|
21
21
|
* @returns New export results object with default values.
|
|
22
22
|
*/
|
|
23
23
|
const prepareDefaultExportResult = (manifest) => {
|
|
@@ -27,6 +27,14 @@ const prepareDefaultExportResult = (manifest) => {
|
|
|
27
27
|
exportResults.manifest = JSON.parse(JSON.stringify(manifest));
|
|
28
28
|
return exportResults;
|
|
29
29
|
};
|
|
30
|
+
/**
|
|
31
|
+
* Determines the target annotation of a table based on the provided IDs and transfer parameters.
|
|
32
|
+
*
|
|
33
|
+
* @param ids - List of IDs of parent elements.
|
|
34
|
+
* @param transferParameters - Parameters used for transferring data.
|
|
35
|
+
* @param configObject - The configuration object containing table details.
|
|
36
|
+
* @returns An object containing the encoded and decoded target annotation.
|
|
37
|
+
*/
|
|
30
38
|
function determineTargetAnnotationOfTable(ids, transferParameters, configObject) {
|
|
31
39
|
let targetAnnotationEncoded = `@${"com.sap.vocabularies.UI.v1.LineItem" /* UIAnnotationTerms.LineItem */}`;
|
|
32
40
|
let targetAnnotation = `@${"com.sap.vocabularies.UI.v1.LineItem" /* UIAnnotationTerms.LineItem */}`;
|
|
@@ -45,6 +53,14 @@ function determineTargetAnnotationOfTable(ids, transferParameters, configObject)
|
|
|
45
53
|
}
|
|
46
54
|
return { targetAnnotationEncoded, targetAnnotation };
|
|
47
55
|
}
|
|
56
|
+
/**
|
|
57
|
+
* Determines the target annotation of a chart based on the provided IDs and transfer parameters.
|
|
58
|
+
*
|
|
59
|
+
* @param ids - List of IDs of parent elements.
|
|
60
|
+
* @param transferParameters - Parameters used for transferring data.
|
|
61
|
+
* @param configObject - The configuration object containing chart details.
|
|
62
|
+
* @returns An object containing the encoded and decoded target annotation.
|
|
63
|
+
*/
|
|
48
64
|
function determineTargetAnnotationOfChart(ids, transferParameters, configObject) {
|
|
49
65
|
let targetAnnotationEncoded, targetAnnotation;
|
|
50
66
|
if (ids.length > 1) {
|
|
@@ -57,6 +73,16 @@ function determineTargetAnnotationOfChart(ids, transferParameters, configObject)
|
|
|
57
73
|
}
|
|
58
74
|
return { targetAnnotationEncoded, targetAnnotation };
|
|
59
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Determines the target annotation based on the parent view.
|
|
78
|
+
*
|
|
79
|
+
* @param ids - List of IDs of parent elements.
|
|
80
|
+
* @param targetAnnotation - The target annotation to be determined.
|
|
81
|
+
* @param targetAnnotationEncoded - The encoded target annotation to be determined.
|
|
82
|
+
* @param parentDefinition - The parent definition containing annotation details.
|
|
83
|
+
* @param transferParameters - Parameters used for transferring data.
|
|
84
|
+
* @returns An object containing the updated targetAnnotation and targetAnnotationEncoded.
|
|
85
|
+
*/
|
|
60
86
|
function determineTargetAnnotationBasedOnParentView(ids, targetAnnotation, targetAnnotationEncoded, parentDefinition, transferParameters) {
|
|
61
87
|
if (ids.length === 3) {
|
|
62
88
|
//the parent definition comprises the annotation of the visualization of the (Selection)PresentationVariant.
|
|
@@ -77,10 +103,11 @@ function determineTargetAnnotationBasedOnParentView(ids, targetAnnotation, targe
|
|
|
77
103
|
return { targetAnnotation, targetAnnotationEncoded };
|
|
78
104
|
}
|
|
79
105
|
/**
|
|
80
|
-
* Determines the target annotation of a view
|
|
106
|
+
* Determines the target annotation of a view.
|
|
107
|
+
*
|
|
81
108
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
82
109
|
* @param {string[]} ids - list of ids of parent elements
|
|
83
|
-
* @returns
|
|
110
|
+
* @returns An object containing the target annotation and encoded target annotation.
|
|
84
111
|
*/
|
|
85
112
|
function determineTargetAnnotationOfView(transferParameters, ids) {
|
|
86
113
|
let targetAnnotation, targetAnnotationEncoded;
|
|
@@ -106,6 +133,14 @@ function determineTargetAnnotationOfView(transferParameters, ids) {
|
|
|
106
133
|
delete transferParameters.appSchema.definitions.Table[ux_specification_types_1.SchemaTag.annotationPath];
|
|
107
134
|
return { targetAnnotation, targetAnnotationEncoded };
|
|
108
135
|
}
|
|
136
|
+
/**
|
|
137
|
+
* Determines the target annotation of header sections based on the provided IDs, custom flag, and optional title.
|
|
138
|
+
*
|
|
139
|
+
* @param ids - List of IDs of parent elements.
|
|
140
|
+
* @param custom - Flag indicating whether the section is custom.
|
|
141
|
+
* @param title - Optional title of the section.
|
|
142
|
+
* @returns An object containing the custom flag, encoded target annotation, and decoded target annotation.
|
|
143
|
+
*/
|
|
109
144
|
function determineTargetAnnotationOfHeaderSections(ids, custom, title) {
|
|
110
145
|
let targetAnnotation, targetAnnotationEncoded;
|
|
111
146
|
// check if id is in `@com.sap.vocabularies.UI.v1.DataPoint#FlightPrice` format
|
|
@@ -128,6 +163,13 @@ function determineTargetAnnotationOfHeaderSections(ids, custom, title) {
|
|
|
128
163
|
}
|
|
129
164
|
return { custom, targetAnnotationEncoded, targetAnnotation };
|
|
130
165
|
}
|
|
166
|
+
/**
|
|
167
|
+
* Determines the target annotation of sections based on the provided IDs and custom flag.
|
|
168
|
+
*
|
|
169
|
+
* @param ids - List of IDs of parent elements.
|
|
170
|
+
* @param custom - Flag indicating whether the section is custom.
|
|
171
|
+
* @returns An object containing the custom flag, encoded target annotation, and decoded target annotation.
|
|
172
|
+
*/
|
|
131
173
|
function determineTargetAnnotationOfSections(ids, custom) {
|
|
132
174
|
const isAnnotationBased = ids[1].split(`@${ux_specification_types_1.UIVOCABULARY}`)[1];
|
|
133
175
|
let targetAnnotation, targetAnnotationEncoded;
|
|
@@ -144,11 +186,12 @@ function determineTargetAnnotationOfSections(ids, custom) {
|
|
|
144
186
|
return { custom, targetAnnotationEncoded, targetAnnotation };
|
|
145
187
|
}
|
|
146
188
|
/**
|
|
147
|
-
* Determines the target annotation that is relevant for the sync rule
|
|
148
|
-
*
|
|
149
|
-
* @param
|
|
150
|
-
* @param
|
|
151
|
-
* @
|
|
189
|
+
* Determines the target annotation that is relevant for the sync rule.
|
|
190
|
+
*
|
|
191
|
+
* @param ids - list of ids of parent elements
|
|
192
|
+
* @param transferParameters - list of parameters passed from API
|
|
193
|
+
* @param configObject - the given section of config.json, to be exported
|
|
194
|
+
* @returns an object containing the encoded target annotation, decoded target annotation, and custom flag
|
|
152
195
|
*/
|
|
153
196
|
function determineTargetAnnotation(ids, transferParameters, configObject) {
|
|
154
197
|
let targetAnnotation, targetAnnotationEncoded, custom = false;
|
|
@@ -171,7 +214,8 @@ function determineTargetAnnotation(ids, transferParameters, configObject) {
|
|
|
171
214
|
return { targetAnnotationEncoded, targetAnnotation, custom };
|
|
172
215
|
}
|
|
173
216
|
/**
|
|
174
|
-
* Calculates an additional key for the sync rule from the given ID's
|
|
217
|
+
* Calculates an additional key for the sync rule from the given ID's.
|
|
218
|
+
*
|
|
175
219
|
* @param {string[]} ids - list of ids of parent elements
|
|
176
220
|
* @returns the key for the sync rule
|
|
177
221
|
*/
|
|
@@ -193,7 +237,8 @@ function determineKeyForSyncRule(ids) {
|
|
|
193
237
|
return idIndex > 0 ? ids[idIndex]?.replace(/\//gi, '??') : undefined;
|
|
194
238
|
}
|
|
195
239
|
/**
|
|
196
|
-
* Creates a new object in manifest
|
|
240
|
+
* Creates a new object in manifest.
|
|
241
|
+
*
|
|
197
242
|
* @param {ExportToManifestParams} params - list of parameters
|
|
198
243
|
*/
|
|
199
244
|
function createNewObjectInManifest(params) {
|
|
@@ -205,7 +250,8 @@ function createNewObjectInManifest(params) {
|
|
|
205
250
|
}
|
|
206
251
|
}
|
|
207
252
|
/**
|
|
208
|
-
* Transfers a property value from config to manifest
|
|
253
|
+
* Transfers a property value from config to manifest.
|
|
254
|
+
*
|
|
209
255
|
* @param {ExportToManifestParams} params - list of parameters
|
|
210
256
|
* @param propertyDefinition - schema definition of a particular property
|
|
211
257
|
* @param nextDefinition - schema definition referred by $ref
|
|
@@ -239,14 +285,15 @@ function transferPropertyToManifest(params, propertyDefinition, nextDefinition)
|
|
|
239
285
|
return changed;
|
|
240
286
|
}
|
|
241
287
|
/**
|
|
242
|
-
* Deletes a setting from manifest
|
|
288
|
+
* Deletes a setting from manifest.
|
|
289
|
+
*
|
|
243
290
|
* @param {string[]} ids - list of parent & child ids
|
|
244
291
|
* @param {ExportToManifestParams} params - special transfer structure for the export to manifest
|
|
245
292
|
* @param {TransferParameterTypeV4} transferParameters - general transfer structure of the export
|
|
246
293
|
* @param {object} manifestSection - the given section in manifest
|
|
247
294
|
* @param {string} path - the xpath expression for the manifest section
|
|
248
|
-
* @param {string} targetAnnotation
|
|
249
|
-
* @param {string} targetAnnotationEncoded
|
|
295
|
+
* @param {string} targetAnnotation - The decoded target annotation.
|
|
296
|
+
* @param {string} targetAnnotationEncoded - The encoded target annotation.
|
|
250
297
|
* @returns a boolean indicator if any change happened to the manifest
|
|
251
298
|
*/
|
|
252
299
|
function deleteFromManifest(ids, params, transferParameters, manifestSection, path, targetAnnotation, targetAnnotationEncoded) {
|
|
@@ -281,14 +328,13 @@ function deleteFromManifest(ids, params, transferParameters, manifestSection, pa
|
|
|
281
328
|
return changed;
|
|
282
329
|
}
|
|
283
330
|
/**
|
|
284
|
-
* Transfers a change in config.json to manifest
|
|
285
|
-
*
|
|
286
|
-
* @param
|
|
287
|
-
* @param
|
|
288
|
-
* @param
|
|
289
|
-
* @param { [key: string]: any } configObject - the given config.json, to be exported
|
|
290
|
-
* @param propertyDefinition - schema definition of a particular property
|
|
331
|
+
* Transfers a change in config.json to manifest.
|
|
332
|
+
*
|
|
333
|
+
* @param ids - list of parent & child ids
|
|
334
|
+
* @param syncRule - syncRule (metadata)
|
|
335
|
+
* @param parameters - list of parameters passed from API
|
|
291
336
|
* @param nextDefinition - schema definition referred by $ref
|
|
337
|
+
* @returns a boolean indicator if any change happened to the manifest
|
|
292
338
|
*/
|
|
293
339
|
function exportManifestChange(ids, syncRule, parameters, nextDefinition) {
|
|
294
340
|
let changed = false;
|
|
@@ -324,7 +370,8 @@ function exportManifestChange(ids, syncRule, parameters, nextDefinition) {
|
|
|
324
370
|
return changed;
|
|
325
371
|
}
|
|
326
372
|
/**
|
|
327
|
-
* Evaluates an export rule for a property or object, transfers to flex change or manifest setting
|
|
373
|
+
* Evaluates an export rule for a property or object, transfers to flex change or manifest setting.
|
|
374
|
+
*
|
|
328
375
|
* @param {TransferEntryParameters} parameters - list of parameters
|
|
329
376
|
* @param ids - list of parent & child ids
|
|
330
377
|
* @param nextDefinition - schema definition referred by $ref
|
|
@@ -345,7 +392,8 @@ function evaluateExportRule(parameters, ids, nextDefinition) {
|
|
|
345
392
|
}
|
|
346
393
|
}
|
|
347
394
|
/**
|
|
348
|
-
* Processes an (object-like) sub-object of the app schema and transfer all connected config entries to manifest
|
|
395
|
+
* Processes an (object-like) sub-object of the app schema and transfer all connected config entries to manifest.
|
|
396
|
+
*
|
|
349
397
|
* @param {TransferEntryParameters} parameters - list of parameters
|
|
350
398
|
* @param {NextDefinition} nextDefinition - the next definition in app schema to be processed
|
|
351
399
|
* @param currentConfigObject - current config object
|
|
@@ -379,12 +427,14 @@ function transferSubObject(parameters, nextDefinition, currentConfigObject, ids,
|
|
|
379
427
|
/**
|
|
380
428
|
* Creates an ALP 'views' entry in the resulting manifest if not yet existing.
|
|
381
429
|
* Adds the secondary = table view if missing.
|
|
430
|
+
*
|
|
382
431
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
383
432
|
* @param configObject - current object in config.json
|
|
384
|
-
* @
|
|
433
|
+
* @param key - The key representing the property name or identifier.
|
|
434
|
+
* @returns A boolean indicating whether the views entry got created or if processing should stop.
|
|
385
435
|
* - a boolean indicating that the views entry got created.
|
|
386
436
|
* - a boolean indicating if the processing of sub-objects shall be stopped
|
|
387
|
-
|
|
437
|
+
*/
|
|
388
438
|
function createALPTableView(transferParameters, configObject, key) {
|
|
389
439
|
let newElementCreated = false;
|
|
390
440
|
if (!configObject[key] || Object.keys(configObject[key]).length === 0 || !configObject.chart) {
|
|
@@ -417,8 +467,9 @@ function createALPTableView(transferParameters, configObject, key) {
|
|
|
417
467
|
/**
|
|
418
468
|
* Creates an ALP 'views' entry in the resulting manifest if not yet existing.
|
|
419
469
|
* Adds the primary = chart view if missing.
|
|
470
|
+
*
|
|
420
471
|
* @param {TransferEntryParameters} parameters - list of parameters
|
|
421
|
-
* @returns
|
|
472
|
+
* @returns A boolean indicating whether the views entry got created or if processing should stop.
|
|
422
473
|
* - a boolean indicating that the views entry got created.
|
|
423
474
|
* - a boolean indicating if the processing of sub-objects shall be stopped
|
|
424
475
|
*/
|
|
@@ -462,6 +513,7 @@ function createALPChartView(parameters) {
|
|
|
462
513
|
/**
|
|
463
514
|
* Creates an controlConfiguration with filterFields in the resulting manifest if not yet existing.
|
|
464
515
|
* Adds the current visual filters if missing.
|
|
516
|
+
*
|
|
465
517
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
466
518
|
* @param configObject - current object in config.json
|
|
467
519
|
* @returns a boolean indicating that the filter fields entry got created.
|
|
@@ -508,7 +560,10 @@ function createVisualFilters(transferParameters, configObject) {
|
|
|
508
560
|
/**
|
|
509
561
|
* Creates an LR 'views' entry in the resulting manifest if not yet existing yet.
|
|
510
562
|
* Adds the current table view if missing.
|
|
563
|
+
*
|
|
564
|
+
* @param index - The index of the current item in the list.
|
|
511
565
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
566
|
+
* @param key - The key representing the property name or identifier.
|
|
512
567
|
* @param configObject - current object in config.json
|
|
513
568
|
* @returns a boolean indicating that the views entry got created.
|
|
514
569
|
*/
|
|
@@ -546,11 +601,12 @@ function createLRTableView(index, transferParameters, key, configObject) {
|
|
|
546
601
|
return newElementCreated;
|
|
547
602
|
}
|
|
548
603
|
/**
|
|
549
|
-
* Special logic to create new elements in manifest
|
|
604
|
+
* Special logic to create new elements in manifest.
|
|
605
|
+
*
|
|
550
606
|
* @param {TransferEntryParameters} parameters - list of parameters
|
|
551
607
|
* @param {string} definitionName - schema definition name of the current object
|
|
552
608
|
* @param {boolean} preprocessed - indicates that the element was already processed
|
|
553
|
-
* @returns
|
|
609
|
+
* @returns A boolean indicating whether the definition was processed.
|
|
554
610
|
* - newElementCreated - indicates that a new element was created ==> no further sync rule on this level
|
|
555
611
|
* - createNewElement - indicates that further processing shall be stopped
|
|
556
612
|
*/
|
|
@@ -585,8 +641,8 @@ function createNewElement(parameters, definitionName, preprocessed) {
|
|
|
585
641
|
/**
|
|
586
642
|
* Function checks if passed schema definition is traversable.
|
|
587
643
|
* It checks if definition has reference or object properties defined directly in definition.
|
|
588
|
-
* @param {Definition} definition Definition to check.
|
|
589
644
|
*
|
|
645
|
+
* @param {Definition} definition Definition to check.
|
|
590
646
|
* @returns True if passed schema definition is traversable.
|
|
591
647
|
*/
|
|
592
648
|
function isDefinitionTraversable(definition) {
|
|
@@ -595,7 +651,8 @@ function isDefinitionTraversable(definition) {
|
|
|
595
651
|
!!definition.anyOf);
|
|
596
652
|
}
|
|
597
653
|
/**
|
|
598
|
-
* Transfers one entry of a list (aka one property of the config) to the manifest
|
|
654
|
+
* Transfers one entry of a list (aka one property of the config) to the manifest.
|
|
655
|
+
*
|
|
599
656
|
* @param {TransferEntryParameters} parameters - list of parameters
|
|
600
657
|
* @param {string[]} parentIds - array of collected parent ids
|
|
601
658
|
* @param {string[]} stableIdParts - list of parts of the stable ID for flex changes
|
|
@@ -619,13 +676,14 @@ function transferSortedListEntry(parameters, parentIds, stableIdParts, preproces
|
|
|
619
676
|
}
|
|
620
677
|
}
|
|
621
678
|
/**
|
|
622
|
-
* Function for special handling of anyOf definitions during the export
|
|
623
|
-
*
|
|
679
|
+
* Function for special handling of anyOf definitions during the export.
|
|
680
|
+
*
|
|
681
|
+
* @param transferEntryParameters - Parameters for transferring configuration entries with anyOf definitions.
|
|
624
682
|
* @param anyOfDefinitions - the array of definitions from the anyOf (of additionalProperties)
|
|
625
683
|
* @param schemaDefinition - parent definition, comprising properties as well as additionalProperties
|
|
626
684
|
* @param parentIds - array of collected parent ids
|
|
627
685
|
* @param stableIdParts - list of parts of the stable ID for flex changes
|
|
628
|
-
* @returns
|
|
686
|
+
* @returns A boolean indicating whether the definition was processed.
|
|
629
687
|
*/
|
|
630
688
|
function transferConfigEntriesWithAnyOfDefinitions(transferEntryParameters, anyOfDefinitions, schemaDefinition, parentIds, stableIdParts) {
|
|
631
689
|
let preprocessed = false;
|
|
@@ -662,6 +720,7 @@ function transferConfigEntriesWithAnyOfDefinitions(transferEntryParameters, anyO
|
|
|
662
720
|
}
|
|
663
721
|
/**
|
|
664
722
|
* Method updates list of definition entries from schema with entries for insertion based on `additionalProperties` entry.
|
|
723
|
+
*
|
|
665
724
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API.
|
|
666
725
|
* @param {Definition} additionalProperties - allowed additional properties.
|
|
667
726
|
* @param {[string, DefinitionOrBoolean][]} list - list with entries.
|
|
@@ -683,8 +742,9 @@ function mergeEntriesForInsert(transferParameters, additionalProperties, list, c
|
|
|
683
742
|
}
|
|
684
743
|
}
|
|
685
744
|
/**
|
|
686
|
-
* Sorts the properties of a schema definition, considering the propertyIndex
|
|
687
|
-
*
|
|
745
|
+
* Sorts the properties of a schema definition, considering the propertyIndex.
|
|
746
|
+
*
|
|
747
|
+
* @param properties - The properties of a schema definition to be sorted.
|
|
688
748
|
* @returns a sorted list of properties, as object entries
|
|
689
749
|
*/
|
|
690
750
|
function sortProperties(properties) {
|
|
@@ -696,12 +756,12 @@ function sortProperties(properties) {
|
|
|
696
756
|
}
|
|
697
757
|
/**
|
|
698
758
|
*
|
|
699
|
-
* @param
|
|
700
|
-
* @param
|
|
701
|
-
* @param
|
|
702
|
-
* @param
|
|
703
|
-
* @param
|
|
704
|
-
* @param
|
|
759
|
+
* @param additionalProperties - additionalProperties definition at the given schema definition
|
|
760
|
+
* @param transferParameters - list of parameters passed from API
|
|
761
|
+
* @param transferEntryParameters - Parameters for transferring configuration entries with anyOf definitions.
|
|
762
|
+
* @param schemaDefinition - the current schema definition
|
|
763
|
+
* @param parentIds - array of collected parent ids
|
|
764
|
+
* @param stableIdParts - list of parts of the stable ID for flex changes
|
|
705
765
|
* @returns an indicator showing if the defintion was processed.
|
|
706
766
|
*/
|
|
707
767
|
function checkIfAnyOfDefinition(additionalProperties, transferParameters, transferEntryParameters, schemaDefinition, parentIds, stableIdParts) {
|
|
@@ -719,7 +779,8 @@ function checkIfAnyOfDefinition(additionalProperties, transferParameters, transf
|
|
|
719
779
|
return preprocessed;
|
|
720
780
|
}
|
|
721
781
|
/**
|
|
722
|
-
* Recursive function that traverses the content of the current object. It reads decorators and fills exportResultManifest entries and flex changes
|
|
782
|
+
* Recursive function that traverses the content of the current object. It reads decorators and fills exportResultManifest entries and flex changes.
|
|
783
|
+
*
|
|
723
784
|
* @param {TransferParameterTypeV4} transferParameters - list of parameters passed from API
|
|
724
785
|
* @param {{ [key: string]: any }} configObject - current object to traverse
|
|
725
786
|
* @param {string[]} parentIds - array of collected parent ids
|
|
@@ -769,9 +830,11 @@ function transferManifestEntriesAndFlexChange(transferParameters, configObject,
|
|
|
769
830
|
}
|
|
770
831
|
}
|
|
771
832
|
/**
|
|
772
|
-
* Instantiates the export classes for a single object page section
|
|
833
|
+
* Instantiates the export classes for a single object page section.
|
|
834
|
+
*
|
|
773
835
|
* @param objectPageConfig - the given object page configuration
|
|
774
836
|
* @param sectionId - section identificator to add class
|
|
837
|
+
* @param factory - The metadata factory used to create instances of export classes.
|
|
775
838
|
*/
|
|
776
839
|
function getClassesForSingleSection(objectPageConfig, sectionId, factory) {
|
|
777
840
|
const customSections = objectPageConfig.sections;
|
|
@@ -780,8 +843,10 @@ function getClassesForSingleSection(objectPageConfig, sectionId, factory) {
|
|
|
780
843
|
}
|
|
781
844
|
}
|
|
782
845
|
/**
|
|
783
|
-
* Recursive sub-function for handling subsections
|
|
846
|
+
* Recursive sub-function for handling subsections.
|
|
847
|
+
*
|
|
784
848
|
* @param section - Object page section in config
|
|
849
|
+
* @param factory - The metadata factory used to create instances of export classes.
|
|
785
850
|
*/
|
|
786
851
|
function getSubsectionClasses(section, factory) {
|
|
787
852
|
if (section['subsections']) {
|
|
@@ -794,9 +859,11 @@ function getSubsectionClasses(section, factory) {
|
|
|
794
859
|
}
|
|
795
860
|
}
|
|
796
861
|
/**
|
|
797
|
-
* Instantiates the export classes for the object page section
|
|
862
|
+
* Instantiates the export classes for the object page section.
|
|
863
|
+
*
|
|
798
864
|
* @param objectPageConfig - the given object page configuration
|
|
799
865
|
* @param objectPage - the overall object page export class where the sections shall be included
|
|
866
|
+
* @param factory - The metadata factory used to create instances of export classes.
|
|
800
867
|
*/
|
|
801
868
|
function getExportClassesForSections(objectPageConfig, objectPage, factory) {
|
|
802
869
|
let section;
|
|
@@ -807,7 +874,8 @@ function getExportClassesForSections(objectPageConfig, objectPage, factory) {
|
|
|
807
874
|
}
|
|
808
875
|
}
|
|
809
876
|
/**
|
|
810
|
-
* Calculates the baseId
|
|
877
|
+
* Calculates the baseId.
|
|
878
|
+
*
|
|
811
879
|
* @param {v4.ListReportConfigV4 | v4.ObjectPageConfigV4} config - content of the config file
|
|
812
880
|
* @param {ExportListReportV4Parameters | ExportObjectPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
813
881
|
* @returns the baseId for changes
|
|
@@ -817,10 +885,12 @@ function calculateBaseId(config, exportParameters) {
|
|
|
817
885
|
return `${exportParameters.appId}::${pageLayoutInformation.id}::${exportParameters.page.name}--`;
|
|
818
886
|
}
|
|
819
887
|
/**
|
|
820
|
-
* Run through the given ObjectPage config and return respective exportResultManifest entry and flex changes
|
|
888
|
+
* Run through the given ObjectPage config and return respective exportResultManifest entry and flex changes.
|
|
889
|
+
*
|
|
821
890
|
* @param {ExportObjectPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
822
891
|
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
823
892
|
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
893
|
+
* @returns ExportResults - The export result comprises the enhanced manifest as well as a list of flex changes.
|
|
824
894
|
*/
|
|
825
895
|
const exportObjectPage = (exportParameters, ui5Version, deletionRequest = false) => {
|
|
826
896
|
const exportResults = prepareDefaultExportResult(exportParameters.manifest);
|
|
@@ -855,14 +925,16 @@ const exportObjectPage = (exportParameters, ui5Version, deletionRequest = false)
|
|
|
855
925
|
return exportResults;
|
|
856
926
|
};
|
|
857
927
|
/**
|
|
858
|
-
* Run through the given List Page (LR or ALP) config and return respective exportResultManifest entry and flex changes
|
|
928
|
+
* Run through the given List Page (LR or ALP) config and return respective exportResultManifest entry and flex changes.
|
|
929
|
+
*
|
|
859
930
|
* @param {ExportListReportV4Parameters} exportParameters - all API parameters needed for the export
|
|
860
931
|
* @param {Factory} factory - metadata factory
|
|
861
932
|
* @param {v4.ListReportConfigV4} config - content of the config file, filled into a factory class for metadata access
|
|
862
933
|
* @param {PageTypeV4} pageType - Page type (enum value)
|
|
863
934
|
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
864
|
-
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
865
935
|
* @param {TemplateType} templateType - Template type (enum value)
|
|
936
|
+
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
937
|
+
* @returns ExportResults - The export result comprises the enhanced manifest as well as a list of flex changes.
|
|
866
938
|
*/
|
|
867
939
|
const exportListPage = (exportParameters, factory, config, pageType, ui5Version, templateType, deletionRequest = false) => {
|
|
868
940
|
const exportResults = prepareDefaultExportResult(exportParameters.manifest);
|
|
@@ -908,7 +980,8 @@ const exportListPage = (exportParameters, factory, config, pageType, ui5Version,
|
|
|
908
980
|
return exportResults;
|
|
909
981
|
};
|
|
910
982
|
/**
|
|
911
|
-
* Run through the given ListReport config and return respective exportResultManifest entry and flex changes
|
|
983
|
+
* Run through the given ListReport config and return respective exportResultManifest entry and flex changes.
|
|
984
|
+
*
|
|
912
985
|
* @param {ExportListReportV4Parameters} exportParameters - all API parameters needed for the export
|
|
913
986
|
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
914
987
|
* @param {TemplateType} templateType - Template type (enum value)
|
|
@@ -921,7 +994,8 @@ const exportListReportPage = (exportParameters, ui5Version, templateType, deleti
|
|
|
921
994
|
return exportListPage(exportParameters, factory, listReport, ux_specification_types_1.PageTypeV4.ListReport, ui5Version, templateType, deletionRequest);
|
|
922
995
|
};
|
|
923
996
|
/**
|
|
924
|
-
* Run through the given Analytical List Page config and return respective exportResultManifest entry and flex changes
|
|
997
|
+
* Run through the given Analytical List Page config and return respective exportResultManifest entry and flex changes.
|
|
998
|
+
*
|
|
925
999
|
* @param {ExportAnalyticalListPageV4Parameters} exportParameters - all API parameters needed for the export
|
|
926
1000
|
* @param {UI5Version} ui5Version - SAP UI5 version
|
|
927
1001
|
* @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|
|
@@ -932,6 +1006,7 @@ const exportAnalyticalListPage = (exportParameters, ui5Version, deletionRequest
|
|
|
932
1006
|
};
|
|
933
1007
|
/**
|
|
934
1008
|
* Method applies passed export rule for passed property and path.
|
|
1009
|
+
*
|
|
935
1010
|
* @param rule - sync rule to apply
|
|
936
1011
|
* @param path - path in manifest which shold be updated by export
|
|
937
1012
|
* @param key - property name/key
|
|
@@ -962,12 +1037,12 @@ const applyExportRule = (rule, path, key, application, manifest, appSchema) => {
|
|
|
962
1037
|
}
|
|
963
1038
|
};
|
|
964
1039
|
/**
|
|
965
|
-
* API for the export of a V4 app configuration
|
|
966
|
-
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
1040
|
+
* API for the export of a V4 app configuration.
|
|
1041
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes.
|
|
1042
|
+
*
|
|
967
1043
|
* @param application - V4 application (app.json config file)
|
|
968
1044
|
* @param manifest - Manifest of the given app
|
|
969
1045
|
* @param appSchema - App schema
|
|
970
|
-
*
|
|
971
1046
|
* @returns ExportResults = object comprising the updated manifest and a list of flex changes
|
|
972
1047
|
*/
|
|
973
1048
|
const exportApplicationV4 = (application, manifest, appSchema) => {
|
|
@@ -1001,8 +1076,9 @@ const exportApplicationV4 = (application, manifest, appSchema) => {
|
|
|
1001
1076
|
return exportResults;
|
|
1002
1077
|
};
|
|
1003
1078
|
/**
|
|
1004
|
-
* General API for the export of a V4 config page
|
|
1005
|
-
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
1079
|
+
* General API for the export of a V4 config page.
|
|
1080
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes.
|
|
1081
|
+
*
|
|
1006
1082
|
* @param exportParametersV4 - list of parameters for the export; the list varies for the different schema types
|
|
1007
1083
|
* @param ui5Version - the minUi5Version of the app
|
|
1008
1084
|
* @returns ExportResults = object comprising the updated manifest and a list of flex changes
|
|
@@ -1028,6 +1104,7 @@ const exportPageV4 = (exportParametersV4, ui5Version) => {
|
|
|
1028
1104
|
exports.exportPageV4 = exportPageV4;
|
|
1029
1105
|
/**
|
|
1030
1106
|
* Run through the given CustomPage config and return respective export result.
|
|
1107
|
+
*
|
|
1031
1108
|
* @param exportParameters - all API parameters needed for the export
|
|
1032
1109
|
* @returns Export result.
|
|
1033
1110
|
*/
|
|
@@ -1044,8 +1121,9 @@ const exportCustomPage = (exportParameters) => {
|
|
|
1044
1121
|
return exportResults;
|
|
1045
1122
|
};
|
|
1046
1123
|
/**
|
|
1047
|
-
* Exports the config change of a single entity of the config, as indicated by an entityPath
|
|
1048
|
-
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes
|
|
1124
|
+
* Exports the config change of a single entity of the config, as indicated by an entityPath.
|
|
1125
|
+
* Export means the transfer of the properties and values of the given config to manifest entries or flex changes.
|
|
1126
|
+
*
|
|
1049
1127
|
* @param exportParametersV4 - list of parameters for the export; the list varies for the different schema types
|
|
1050
1128
|
* @param ui5Version - the minUi5Version of the app
|
|
1051
1129
|
* @param deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
|