@sap/ux-specification 1.90.21 → 1.90.26
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 +97 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/ApplicationV2.json +11 -11
- package/dist/schemas/v4/ApplicationV4.json +9 -5
- package/dist/schemas/v4/ListReportConfig.json +629 -183
- package/dist/schemas/v4/ObjectPageConfig.json +36 -0
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +10 -40
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/spec.js.map +1 -1
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.d.ts +2 -2
- package/dist/src/api.js +11 -11
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +16 -19
- package/dist/src/apiTypes.js +0 -2
- package/dist/src/apiTypes.js.map +1 -1
- package/dist/src/extensionLogger.d.ts +1 -1
- package/dist/src/project.d.ts +1 -1
- package/dist/src/project.js +11 -3
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/common/Application.d.ts +24 -4
- package/dist/src/specification/common/page.d.ts +1 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
- package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
- package/dist/src/specification/schemaAccess.d.ts +1 -1
- package/dist/src/specification/schemaAccess.js +1 -2
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
- package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
- package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v2/controls/Table.d.ts +3 -3
- package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
- package/dist/src/specification/v2/page.d.ts +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
- package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
- package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +3 -3
- package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
- package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
- package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +24 -3
- package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -3
- package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v4/controls/Table.d.ts +170 -25
- package/dist/src/specification/v4/controls/Table.js +6 -0
- package/dist/src/specification/v4/controls/Table.js.map +1 -1
- package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
- package/dist/src/specification/v4/page.d.ts +2 -2
- package/dist/src/specification/v4/pages/ListReportConfig.d.ts +22 -3
- package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
- package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +1 -1
- package/dist/src/specification/v4/pages/index.d.ts +0 -1
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
- package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +21 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +6 -5
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +1 -1
- package/dist/src/sync/common/decoration/control.js +27 -22
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
- package/dist/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.d.ts +3 -3
- package/dist/src/sync/common/decoration/flex.d.ts +3 -3
- package/dist/src/sync/common/flexUtils.d.ts +4 -4
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +9 -7
- package/dist/src/sync/common/generate/objectPage.js +69 -73
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +52 -19
- package/dist/src/sync/common/generate/utils.js +127 -70
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.d.ts +4 -3
- package/dist/src/sync/common/import/utils.js +3 -2
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts +4 -4
- package/dist/src/sync/common/importProject.js +33 -41
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +110 -13
- package/dist/src/sync/common/types.js +107 -7
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +23 -15
- package/dist/src/sync/common/utils.js +138 -72
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/i18n.d.ts +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -2
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +2 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
- package/dist/src/sync/v2/export/controls/Fragment.js +110 -34
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +4 -2
- package/dist/src/sync/v2/export/controls/Table.js +89 -47
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
- package/dist/src/sync/v2/export/export.d.ts +3 -4
- package/dist/src/sync/v2/export/export.js +222 -160
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
- package/dist/src/sync/v2/export/exportPage.js +4 -11
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.d.ts +2 -1
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.d.ts +23 -1
- package/dist/src/sync/v2/export/manifest.js +77 -35
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +3 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.js +20 -15
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +27 -36
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +2 -2
- package/dist/src/sync/v2/generate/generate.js +3 -0
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
- package/dist/src/sync/v2/generate/listReport.js +38 -36
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +102 -100
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +8 -7
- package/dist/src/sync/v2/generate/utils.js +73 -69
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +13 -4
- package/dist/src/sync/v2/import/app/appProvider.js +36 -13
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
- package/dist/src/sync/v2/import/app/ovpProvider.js +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +6 -5
- package/dist/src/sync/v2/import/common/index.js +9 -22
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
- package/dist/src/sync/v2/import/controls/table.js +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +1 -9
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +36 -44
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/overviewPage.js +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +3 -2
- package/dist/src/sync/v2/import/utils.js +16 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +7 -7
- package/dist/src/sync/v4/application.d.ts +28 -12
- package/dist/src/sync/v4/application.js +85 -15
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +6 -18
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +131 -10
- package/dist/src/sync/v4/export/controls/Table.js +477 -75
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +52 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +248 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +10 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +2 -2
- package/dist/src/sync/v4/export/export.js +465 -96
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/factory.d.ts +2 -1
- package/dist/src/sync/v4/export/factory.js.map +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts +1 -1
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +9 -3
- package/dist/src/sync/v4/export/pages/ListReport.js +49 -0
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js +3 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
- package/dist/src/sync/v4/export/pages/index.js +0 -1
- package/dist/src/sync/v4/export/pages/index.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +8 -6
- package/dist/src/sync/v4/export/utils.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +5 -4
- package/dist/src/sync/v4/generate/generate.js +6 -3
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
- package/dist/src/sync/v4/generate/listReport.js +450 -36
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +302 -144
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
- package/dist/src/sync/v4/import/app/appProvider.js +78 -56
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.d.ts +2 -2
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/index.d.ts +0 -1
- package/dist/src/sync/v4/import/index.js +0 -1
- package/dist/src/sync/v4/import/index.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
- package/dist/src/sync/v4/import/pages/listReport.js +120 -29
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +15 -2
- package/dist/src/sync/v4/import/pages/objectPage.js +69 -40
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +4 -3
- package/dist/src/sync/v4/import/utils.js +2 -2
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/types.d.ts +4 -2
- package/dist/src/sync/v4/utils/StableIdHelper.js +13 -10
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +18 -12
- package/dist/src/sync/v4/utils/utils.js +77 -30
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
- package/dist/test/test-projects/index.d.ts +1 -1
- package/dist/test/test-utils/utils.d.ts +5 -4
- package/dist/test/unit/export/manifest.test.d.ts +1 -0
- package/package.json +13 -10
- package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
- package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -392
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
|
@@ -3,18 +3,18 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const i18next_1 = __importDefault(require("i18next"));
|
|
7
|
+
const extensionLogger_1 = require("../../../extensionLogger");
|
|
6
8
|
const common_1 = require("../../../specification/common");
|
|
7
9
|
const v4_1 = require("../../../v4");
|
|
8
10
|
const common_2 = require("../../common");
|
|
9
11
|
const utils_1 = require("../utils/utils");
|
|
10
|
-
const i18next_1 = __importDefault(require("i18next"));
|
|
11
|
-
const extensionLogger_1 = require("../../../extensionLogger");
|
|
12
12
|
/**
|
|
13
13
|
* Callback for adding a single action to headerActions of V4
|
|
14
14
|
* @param {EntityType} entityType - current entity type
|
|
15
|
-
* @param {
|
|
15
|
+
* @param {Definition} appSchema Schema of the app
|
|
16
16
|
* @param actionAnnotation - annotation as present in AVT ConverterOutput
|
|
17
|
-
* @param headerActions - list of header actions, to be enhanced
|
|
17
|
+
* @param {Definition} headerActions - list of header actions, to be enhanced
|
|
18
18
|
* @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
|
|
19
19
|
*/
|
|
20
20
|
function addHeaderActionCallBackV4(entityType, appSchema, actionAnnotation, headerActions, oDataServiceAVT) {
|
|
@@ -23,124 +23,276 @@ function addHeaderActionCallBackV4(entityType, appSchema, actionAnnotation, head
|
|
|
23
23
|
item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForIntentBasedNavigation" /* DataFieldForIntentBasedNavigation */) {
|
|
24
24
|
const action = common_2.replaceAlias(item.Action, oDataServiceAVT);
|
|
25
25
|
const { actionName, actionId } = common_2.getActionNameAndId(action, entityType);
|
|
26
|
-
const description = item.Label || actionName;
|
|
27
|
-
const actionDefinitionKey = `HeaderAction<${common_2.prepareRef(actionId)}>`;
|
|
28
26
|
const convertedIdentification = actionAnnotation.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`);
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
const actionDefinitionKey = `HeaderAction<${common_2.prepareRef(actionId)}>`;
|
|
28
|
+
const headerAction = (appSchema.definitions[actionDefinitionKey] = {
|
|
31
29
|
type: 'object',
|
|
32
30
|
properties: {},
|
|
33
|
-
description:
|
|
34
|
-
|
|
35
|
-
|
|
31
|
+
description: item.Label || actionName
|
|
32
|
+
});
|
|
33
|
+
headerAction[v4_1.SchemaTag.isViewNode] = true;
|
|
34
|
+
headerAction[v4_1.SchemaTag.annotationPath] = `/${convertedIdentification}/${index}`;
|
|
36
35
|
headerActions.properties[actionId] = {
|
|
37
36
|
$ref: `${common_2.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
|
|
38
37
|
};
|
|
39
38
|
}
|
|
40
39
|
};
|
|
41
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* Adds definitions for collections in object page sections to the app schema
|
|
43
|
+
* @param {FacetConfig} facet - the given facet from the UI annotations
|
|
44
|
+
* @param {string} facetKey - key of the facet, as used in annotation
|
|
45
|
+
* @param {Definition} appSchema - app schema in general
|
|
46
|
+
* @param {Definition} sections - schema of current sections definition.
|
|
47
|
+
* @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
|
|
48
|
+
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
49
|
+
* @param {SapUiAppPageV4} v4Page Current page in manifest
|
|
50
|
+
*/
|
|
51
|
+
function handleCollection(facet, facetKey, appSchema, sections, sectionPrefix, generateParameters, v4Page) {
|
|
52
|
+
const collectionFacet = (sections['properties'][facetKey] = common_2.createSectionWithoutProperties(facet, facetKey));
|
|
53
|
+
collectionFacet.properties = {
|
|
54
|
+
subsections: {
|
|
55
|
+
additionalProperties: false,
|
|
56
|
+
type: 'object',
|
|
57
|
+
properties: {},
|
|
58
|
+
description: 'Subsections'
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
const subSections = collectionFacet.properties.subsections;
|
|
62
|
+
subSections[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
63
|
+
subSections[v4_1.SchemaTag.isViewNode] = true;
|
|
64
|
+
for (const key in facet['facets']) {
|
|
65
|
+
addSection(generateParameters, facet['facets'], key, subSections, appSchema, sectionPrefix, v4Page);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
42
68
|
/**
|
|
43
69
|
* Adds definitions for line items in object page sections to the app schema
|
|
44
|
-
* @param facet - the given facet from the UI annotations
|
|
45
|
-
* @param
|
|
46
|
-
* @param
|
|
47
|
-
* @param
|
|
48
|
-
* @param appSchema - app schema in general
|
|
70
|
+
* @param {FacetConfig} facet - the given facet from the UI annotations
|
|
71
|
+
* @param {string} facetKey - key of the facet, as used in annotation
|
|
72
|
+
* @param {Definition} appSchema - app schema in general
|
|
73
|
+
* @param {object} lineItemFacet - current lineItem facet
|
|
49
74
|
* @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
|
|
50
75
|
* @param {SapUiAppPageV4} v4Page Current page in manifest
|
|
51
76
|
* @param {ExtensionLogger} logger - logger for exceptions
|
|
52
77
|
*/
|
|
53
|
-
function handleLineItem(facet,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
appSchema['definitions'][schemaIdForOpSection] = JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageSectionTableV4']));
|
|
58
|
-
const schemaIdForTable = `ObjectPageTable<${facetIdInSchema}>`;
|
|
59
|
-
appSchema['definitions'][schemaIdForOpSection].properties.table.$ref = `${common_2.DEFINITION_LINK_PREFIX}${schemaIdForTable}`;
|
|
60
|
-
appSchema['definitions'][schemaIdForTable] = JSON.parse(JSON.stringify(appSchema['definitions'][v4_1.DefinitionName.ObjectPageTable]));
|
|
61
|
-
appSchema['definitions'][schemaIdForOpSection].annotationPath = facet.annotationPath;
|
|
62
|
-
common_2.addSectionTitleAndDescription(facet, appSchema['definitions'][schemaIdForOpSection], facetIdInSchema);
|
|
63
|
-
appSchema['definitions'][schemaIdForOpSection].properties.table.$ref = `${common_2.DEFINITION_LINK_PREFIX}ObjectPageTable<${facetIdInSchema}>`;
|
|
64
|
-
const idForTable = `ObjectPageTable<${facetIdInSchema}>`;
|
|
65
|
-
appSchema['definitions'][idForTable] = JSON.parse(JSON.stringify(appSchema['definitions'][v4_1.DefinitionName.ObjectPageTable]));
|
|
78
|
+
function handleLineItem(facet, facetKey, appSchema, lineItemFacet, oDataServiceAVT, v4Page, logger) {
|
|
79
|
+
const lineItemId = common_2.getFacetKeyInSchema(facetKey);
|
|
80
|
+
const annotation = lineItemId.split('::')[1];
|
|
81
|
+
const tableDefinition = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageTable, facetKey, appSchema);
|
|
66
82
|
if (facet.entityType && annotation) {
|
|
67
|
-
|
|
83
|
+
tableDefinition[v4_1.SchemaTag.annotationPath] = `/${facet.entityType.fullyQualifiedName}/${annotation}`;
|
|
68
84
|
}
|
|
69
|
-
|
|
70
|
-
$ref: common_2.DEFINITION_LINK_PREFIX
|
|
85
|
+
tableDefinition.properties.columns = {
|
|
86
|
+
$ref: `${common_2.DEFINITION_LINK_PREFIX}${lineItemId}`
|
|
71
87
|
};
|
|
72
|
-
|
|
88
|
+
tableDefinition.properties.toolBar.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBar, facetKey);
|
|
73
89
|
//adjust quickVariantSelection
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
common_2.addEnumForSingleTabVariant(facet.entityType, appSchema,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
90
|
+
tableDefinition.properties.quickVariantSelection.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.QuickVariantSelectionV4OP, facetKey);
|
|
91
|
+
const tableQVS = common_2.parseSchemaDefinition(v4_1.DefinitionName.QuickVariantSelectionV4OP, facetKey, appSchema);
|
|
92
|
+
tableQVS.properties.paths['items'].$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.AnnotationPathAsObject, facetKey);
|
|
93
|
+
common_2.parseSchemaDefinition(v4_1.DefinitionName.AnnotationPathAsObject, facetKey, appSchema);
|
|
94
|
+
common_2.addEnumForSingleTabVariant(facet.entityType, appSchema, `${v4_1.DefinitionName.AnnotationPathAsObject}<${lineItemId}>`);
|
|
95
|
+
utils_1.addLineItemsType(appSchema, lineItemFacet['target'], lineItemFacet['entityType'], oDataServiceAVT, lineItemId, v4_1.DefinitionName.ObjectPageTableColumn);
|
|
96
|
+
return tableDefinition;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Adds definitions for table section in object page sections to the app schema
|
|
100
|
+
* @param {FacetConfig} facet - current facet.
|
|
101
|
+
* @param {string} facetKey - facet key.
|
|
102
|
+
* @param {Definition} appSchema - app specific schema that potentially gets enhanced.
|
|
103
|
+
* @param {object} lineItemFacet - current lineItem facet
|
|
104
|
+
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
105
|
+
* @param {SapUiAppPageV4} v4Page Current page in manifest
|
|
106
|
+
* @param {Definition} sections - schema of current sections definition.
|
|
107
|
+
* @returns {object} sectionTable - section of app schema containing added table section
|
|
108
|
+
*/
|
|
109
|
+
function handleSectionTable(facet, facetKey, appSchema, lineItemFacet, generateParameters, v4Page, sections) {
|
|
110
|
+
if (sections) {
|
|
111
|
+
sections.properties[facetKey] = {
|
|
112
|
+
$ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionTableV4, facetKey)
|
|
113
|
+
};
|
|
83
114
|
}
|
|
115
|
+
const sectionTable = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionTableV4, facetKey, appSchema);
|
|
116
|
+
common_2.addSectionTitleAndDescription(facet, sectionTable, common_2.getFacetKeyInSchema(facetKey));
|
|
117
|
+
sectionTable[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
118
|
+
sectionTable.properties.table['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageTable, facetKey);
|
|
119
|
+
const table = handleLineItem(facet, facetKey, appSchema, lineItemFacet, generateParameters.serviceAVT, v4Page, generateParameters.logger);
|
|
120
|
+
return { sectionTable, table };
|
|
84
121
|
}
|
|
85
122
|
/**
|
|
86
123
|
* Adds definitions for Identification and Form facet items in object page sections to the app schema
|
|
87
|
-
* @param {
|
|
124
|
+
* @param {FacetConfig} facet - current facet.
|
|
88
125
|
* @param {string} facetKey - facet key.
|
|
89
126
|
* @param {object} sections - schema of current sections definition.
|
|
90
127
|
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
91
128
|
* @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
|
|
92
|
-
* @param {SectionType} formDefinitionKey - key to identify new definition
|
|
93
129
|
*/
|
|
94
|
-
function handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix
|
|
130
|
+
function handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix) {
|
|
131
|
+
let definitionType;
|
|
132
|
+
if (sectionPrefix === v4_1.SectionType.Section) {
|
|
133
|
+
definitionType = v4_1.DefinitionName.ObjectPageSectionForm;
|
|
134
|
+
}
|
|
135
|
+
else if (sectionPrefix === v4_1.SectionType.HeaderSection) {
|
|
136
|
+
definitionType = v4_1.DefinitionName.ObjectPageHeaderSectionForm;
|
|
137
|
+
}
|
|
95
138
|
sections['properties'][facetKey] = {
|
|
96
|
-
$ref:
|
|
139
|
+
$ref: common_2.getFacetDefinitionLink(definitionType, facetKey)
|
|
97
140
|
};
|
|
98
|
-
|
|
141
|
+
const formSection = common_2.parseSchemaDefinition(definitionType, facetKey, appSchema);
|
|
99
142
|
if (!facet.ID) {
|
|
100
|
-
|
|
143
|
+
formSection.properties = {};
|
|
101
144
|
}
|
|
102
|
-
common_2.addSectionTitleAndDescription(facet,
|
|
103
|
-
|
|
104
|
-
|
|
145
|
+
common_2.addSectionTitleAndDescription(facet, formSection, facetKey);
|
|
146
|
+
formSection[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
147
|
+
formSection[v4_1.SchemaTag.isViewNode] = true;
|
|
105
148
|
const withActions = facet.base === common_2.FacetBase.Identification && facetKey.indexOf('#') < 0 ? false : true;
|
|
106
|
-
common_2.handleForm(sectionPrefix, facet,
|
|
149
|
+
common_2.handleForm(sectionPrefix, facet, formSection, appSchema, common_1.FioriElementsVersion.v4, withActions);
|
|
107
150
|
}
|
|
108
151
|
/**
|
|
109
|
-
* Adds definitions for DataPoint
|
|
110
|
-
* @param {
|
|
152
|
+
* Adds definitions for header sections (DataPoint, Chart) in object page sections to the app schema
|
|
153
|
+
* @param {FacetConfig} facet - current facet.
|
|
111
154
|
* @param {string} facetKey - facet key.
|
|
112
155
|
* @param {object} sections - schema of current sections definition.
|
|
113
156
|
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
114
|
-
* @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
|
|
115
157
|
* @param {SectionType} facetDefinitionKey - key to identify new definition
|
|
116
158
|
*/
|
|
117
|
-
function
|
|
159
|
+
function handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey) {
|
|
118
160
|
sections['properties'][facetKey] = {
|
|
119
161
|
$ref: `${common_2.DEFINITION_LINK_PREFIX}${facetDefinitionKey}`
|
|
120
162
|
};
|
|
121
|
-
|
|
122
|
-
common_2.addTargetTitleAndSectionDescription(facet,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
163
|
+
const sectionFacet = common_2.parseSchemaDefinition(v4_1.DefinitionName.CommonHeaderFacetSettings, facetDefinitionKey, appSchema, false);
|
|
164
|
+
common_2.addTargetTitleAndSectionDescription(facet, sectionFacet, facetKey);
|
|
165
|
+
sectionFacet[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
166
|
+
sectionFacet[v4_1.SchemaTag.dataType] = common_2.determineDataTypeOfTarget(facet === null || facet === void 0 ? void 0 : facet.target);
|
|
167
|
+
sectionFacet[v4_1.SchemaTag.isViewNode] = true;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Adds definitions for Chart items in object page sections to the app schema
|
|
171
|
+
* @param {FacetConfig | Chart | object} facet - current facet.
|
|
172
|
+
* @param {string} facetKey - facet key.
|
|
173
|
+
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
174
|
+
* @param {EntityType} entityType - current entity type
|
|
175
|
+
*/
|
|
176
|
+
function handleChartActions(facet, facetKey, appSchema, entityType) {
|
|
177
|
+
const actions = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBarActions, facetKey, appSchema);
|
|
178
|
+
actions.additionalProperties = false;
|
|
179
|
+
actions.properties = {};
|
|
180
|
+
if (facet.Actions) {
|
|
181
|
+
let i = 0;
|
|
182
|
+
facet.Actions.forEach((actionRecord) => {
|
|
183
|
+
const description = common_2.getDataFieldDescription(actionRecord, entityType);
|
|
184
|
+
const prefix = actionRecord.$Type.split(v4_1.UIVOCABULARYDOT)[1];
|
|
185
|
+
const actionId = actionRecord.Action.replace('/', '??');
|
|
186
|
+
const toolBarActionsProperty = (actions.properties[`${prefix}::${actionRecord.Action}`] = {
|
|
187
|
+
$ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBarAction, actionId),
|
|
188
|
+
description
|
|
189
|
+
});
|
|
190
|
+
toolBarActionsProperty[v4_1.SchemaTag.propertyIndex] = i;
|
|
191
|
+
toolBarActionsProperty[v4_1.SchemaTag.annotationType] = actionRecord.$Type;
|
|
192
|
+
const toolBarAction = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBarAction, common_2.prepareRef(actionId), appSchema);
|
|
193
|
+
toolBarAction[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(actionRecord);
|
|
194
|
+
toolBarAction[v4_1.SchemaTag.dataType] = common_2.determineDataType(actionRecord);
|
|
195
|
+
toolBarAction.properties = {};
|
|
196
|
+
i++;
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
return actions;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Adds definitions for Chart items in object page sections to the app schema
|
|
203
|
+
* @param {FacetConfig | Chart | object} facet - current facet.
|
|
204
|
+
* @param {string} facetKey - facet key.
|
|
205
|
+
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
206
|
+
* @param {EntityType} entityType - current entity type
|
|
207
|
+
*/
|
|
208
|
+
function handleChart(facet, facetKey, appSchema, entityType) {
|
|
209
|
+
const chart = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageChart, facetKey, appSchema);
|
|
210
|
+
chart[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(facet);
|
|
211
|
+
chart[v4_1.SchemaTag.dataType] = common_2.determineDataTypeOfTarget(facet.target || facet);
|
|
212
|
+
chart[v4_1.SchemaTag.isViewNode] = true;
|
|
213
|
+
chart.properties.toolBar['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBar, facetKey);
|
|
214
|
+
const chartToolBar = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBar, facetKey, appSchema);
|
|
215
|
+
chartToolBar.properties.actions['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBarActions, facetKey);
|
|
216
|
+
const chartActions = handleChartActions(facet, facetKey, appSchema, entityType);
|
|
217
|
+
return { chart, chartActions };
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Adds definitions for Chart section in object page sections to the app schema
|
|
221
|
+
* @param {FacetConfig} facet - current facet.
|
|
222
|
+
* @param {string} facetKey - facet key.
|
|
223
|
+
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
224
|
+
* @param {object} sections - schema of current sections definition.
|
|
225
|
+
* @param {EntityType} entityType - current entity type
|
|
226
|
+
*/
|
|
227
|
+
function handleSectionChart(facet, facetKey, appSchema, sections, entityType = facet.entityType) {
|
|
228
|
+
if (sections) {
|
|
229
|
+
sections.properties[facetKey] = {
|
|
230
|
+
$ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionChart, facetKey)
|
|
231
|
+
};
|
|
232
|
+
}
|
|
233
|
+
const sectionChart = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionChart, facetKey, appSchema);
|
|
234
|
+
sectionChart[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(facet);
|
|
235
|
+
sectionChart.properties.chart['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageChart, facetKey);
|
|
236
|
+
const { chart, chartActions } = handleChart(facet.target || facet, facetKey, appSchema, entityType);
|
|
237
|
+
return { sectionChart, chart, chartActions };
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Adds definitions for presentation variants in object page sections to the app schema
|
|
241
|
+
* @param {FacetConfig} facet - the given facet from the UI annotations
|
|
242
|
+
* @param {string} facetKey - key of the facet, as used in annotation
|
|
243
|
+
* @param {Definition} appSchema - app schema in general
|
|
244
|
+
* @param {object} sections - schema of current sections definition.
|
|
245
|
+
* @param {GenerateSchemaParameters} generateParameters - list of API input parameters
|
|
246
|
+
* @param {SapUiAppPageV4} v4Page Current page in manifest
|
|
247
|
+
*/
|
|
248
|
+
function handleSectionPresentationVariant(facet, facetKey, appSchema, sections, generateParameters, v4Page) {
|
|
249
|
+
var _a;
|
|
250
|
+
const facetTarget = facet.target.Visualizations
|
|
251
|
+
? (_a = facet.target.Visualizations[0]) === null || _a === void 0 ? void 0 : _a.$target : undefined;
|
|
252
|
+
if (facetTarget) {
|
|
253
|
+
const [namespace, target] = facet.target[v4_1.SchemaTag.fullyQualifiedName].split('@');
|
|
254
|
+
const visualizationKey = `@${facetTarget.fullyQualifiedName.split('@')[1]}`;
|
|
255
|
+
sections.properties[`${facetKey}<${visualizationKey}>`] = {
|
|
256
|
+
$ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionPresentationVariant, visualizationKey)
|
|
257
|
+
};
|
|
258
|
+
const sectionDefinition = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionPresentationVariant, visualizationKey, appSchema);
|
|
259
|
+
delete sectionDefinition.additionalProperties;
|
|
260
|
+
common_2.addTargetTitleAndSectionDescription(facet, sectionDefinition, facetKey);
|
|
261
|
+
sectionDefinition[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
262
|
+
sectionDefinition[v4_1.SchemaTag.isViewNode] = true;
|
|
263
|
+
const annotationPath = `/${namespace}/@${target}`;
|
|
264
|
+
const visualizationType = visualizationKey.split(v4_1.UIVOCABULARYDOT)[1];
|
|
265
|
+
if (visualizationType.startsWith('Chart')) {
|
|
266
|
+
sectionDefinition.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionChart, visualizationKey);
|
|
267
|
+
const { sectionChart, chart } = handleSectionChart(facetTarget, visualizationKey, appSchema, undefined, facet.entityType);
|
|
268
|
+
sectionChart[v4_1.SchemaTag.annotationPath] = annotationPath;
|
|
269
|
+
chart[v4_1.SchemaTag.annotationPath] = `/${namespace}/${visualizationKey}`;
|
|
270
|
+
}
|
|
271
|
+
else if (visualizationType.startsWith('LineItem')) {
|
|
272
|
+
sectionDefinition.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionTableV4, visualizationKey);
|
|
273
|
+
const { sectionTable, table } = handleSectionTable(facet, visualizationKey, appSchema, { target: facetTarget, entityType: facet.entityType }, generateParameters, v4Page);
|
|
274
|
+
sectionTable[v4_1.SchemaTag.annotationPath] = annotationPath;
|
|
275
|
+
table[v4_1.SchemaTag.annotationPath] = `/${namespace}/${visualizationKey}`;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
126
278
|
}
|
|
127
279
|
/**
|
|
128
280
|
* Adds definitions for Address and Contact items in object page sections to the app schema
|
|
129
|
-
* @param {
|
|
281
|
+
* @param {FacetConfig} facet - current facet.
|
|
130
282
|
* @param {string} facetKey - facet key.
|
|
131
283
|
* @param {object} sections - schema of current sections definition.
|
|
132
284
|
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
133
285
|
* @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
|
|
134
|
-
* @param {SectionType} facetDefinitionKey - key to identify new definition
|
|
135
286
|
*/
|
|
136
|
-
function handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix
|
|
137
|
-
|
|
138
|
-
|
|
287
|
+
function handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix) {
|
|
288
|
+
const definitionName = `ObjectPage${sectionPrefix}${facet.base}`;
|
|
289
|
+
sections.properties[facetKey] = {
|
|
290
|
+
$ref: common_2.getFacetDefinitionLink(definitionName, facetKey)
|
|
139
291
|
};
|
|
140
|
-
|
|
141
|
-
common_2.addSectionTitleAndDescription(facet,
|
|
142
|
-
|
|
143
|
-
|
|
292
|
+
const definition = common_2.parseSchemaDefinition(definitionName, facetKey, appSchema);
|
|
293
|
+
common_2.addSectionTitleAndDescription(facet, definition, facetKey);
|
|
294
|
+
definition[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
|
|
295
|
+
definition[v4_1.SchemaTag.isViewNode] = true;
|
|
144
296
|
}
|
|
145
297
|
/**
|
|
146
298
|
* Creates a section definition in app schema.
|
|
@@ -149,54 +301,56 @@ function handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefi
|
|
|
149
301
|
* @param {string} facetKey - facet key.
|
|
150
302
|
* @param {object} sections - schema of current sections definition.
|
|
151
303
|
* @param {object} appSchema - app specific schema that potentially gets enhanced.
|
|
152
|
-
* @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
|
|
153
304
|
* @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
|
|
154
305
|
* @param {SapUiAppPageV4} v4Page Current page in manifest
|
|
155
306
|
*/
|
|
156
307
|
function addSection(generateParameters, facets, facetKey, sections, appSchema, sectionPrefix, v4Page) {
|
|
157
308
|
const facet = facets[facetKey];
|
|
158
|
-
const
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
309
|
+
const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${common_2.getFacetKeyInSchema(facetKey)}>`;
|
|
310
|
+
switch (facet.base) {
|
|
311
|
+
case common_2.FacetBase.PresentationVariant: {
|
|
312
|
+
handleSectionPresentationVariant(facet, facetKey, appSchema, sections, generateParameters, v4Page);
|
|
313
|
+
break;
|
|
314
|
+
}
|
|
315
|
+
case common_2.FacetBase.CollectionFacet: {
|
|
316
|
+
handleCollection(facet, facetKey, appSchema, sections, sectionPrefix, generateParameters, v4Page);
|
|
317
|
+
break;
|
|
318
|
+
}
|
|
319
|
+
case common_2.FacetBase.LineItem: {
|
|
320
|
+
if (sectionPrefix === v4_1.SectionType.Section) {
|
|
321
|
+
const lineItemFacet = facets[facetKey];
|
|
322
|
+
handleSectionTable(facet, facetKey, appSchema, lineItemFacet, generateParameters, v4Page, sections);
|
|
323
|
+
break;
|
|
170
324
|
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
325
|
+
/* tslint:disable:no-fallthrough */
|
|
326
|
+
// fall through
|
|
327
|
+
}
|
|
328
|
+
case common_2.FacetBase.Form:
|
|
329
|
+
case common_2.FacetBase.Identification: {
|
|
330
|
+
handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix);
|
|
331
|
+
break;
|
|
332
|
+
}
|
|
333
|
+
case common_2.FacetBase.DataPoint: {
|
|
334
|
+
handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey);
|
|
335
|
+
break;
|
|
336
|
+
}
|
|
337
|
+
case common_2.FacetBase.Chart: {
|
|
338
|
+
if (sectionPrefix === v4_1.SectionType.HeaderSection) {
|
|
339
|
+
handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey);
|
|
340
|
+
}
|
|
341
|
+
else if (sectionPrefix === v4_1.SectionType.Section) {
|
|
342
|
+
handleSectionChart(facet, facetKey, appSchema, sections);
|
|
343
|
+
}
|
|
344
|
+
break;
|
|
345
|
+
}
|
|
346
|
+
case common_2.FacetBase.Address:
|
|
347
|
+
case common_2.FacetBase.Contact: {
|
|
348
|
+
handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix);
|
|
349
|
+
break;
|
|
350
|
+
}
|
|
351
|
+
default: {
|
|
352
|
+
sections['properties'][facetKey] = common_2.createSectionWithoutProperties(facet, facetKey);
|
|
175
353
|
}
|
|
176
|
-
}
|
|
177
|
-
else if (facet.base === 'LineItem' && sectionPrefix === v4_1.SectionType.Section) {
|
|
178
|
-
const tableDefinitionKey = `ObjectPage${sectionPrefix}TableV4<${facetKeyInSchema}>`;
|
|
179
|
-
//handle reference facet (if comprising line item)
|
|
180
|
-
sections['properties'][facetKey] = {
|
|
181
|
-
$ref: `${common_2.DEFINITION_LINK_PREFIX}${tableDefinitionKey}`
|
|
182
|
-
};
|
|
183
|
-
handleLineItem(facet, facetKey, facetKeyInSchema, facets, appSchema, generateParameters.serviceAVT, v4Page, generateParameters.logger);
|
|
184
|
-
}
|
|
185
|
-
else if (facet.base === common_2.FacetBase.Form || facet.base === common_2.FacetBase.Identification) {
|
|
186
|
-
const formDefinitionKey = `ObjectPage${sectionPrefix}Form<${facetKeyInSchema}>`;
|
|
187
|
-
handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix, formDefinitionKey);
|
|
188
|
-
}
|
|
189
|
-
else if (facet.base === common_2.FacetBase.DataPoint ||
|
|
190
|
-
(facet.base === common_2.FacetBase.Chart && sectionPrefix === v4_1.SectionType.HeaderSection)) {
|
|
191
|
-
const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${facetKeyInSchema}>`;
|
|
192
|
-
handleChartAndDataPoint(facet, facetKey, sections, appSchema, facetDefinitionKey);
|
|
193
|
-
}
|
|
194
|
-
else if (facet.base === common_2.FacetBase.Address || facet.base === common_2.FacetBase.Contact) {
|
|
195
|
-
const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${facetKeyInSchema}>`;
|
|
196
|
-
handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix, facetDefinitionKey);
|
|
197
|
-
}
|
|
198
|
-
else {
|
|
199
|
-
sections['properties'][facetKey] = common_2.createSectionWithoutProperties(facet, facetKey);
|
|
200
354
|
}
|
|
201
355
|
}
|
|
202
356
|
/**
|
|
@@ -210,16 +364,16 @@ function addSections(generateParameters, appSchema, entityType, v4Page) {
|
|
|
210
364
|
// Get facet annotations
|
|
211
365
|
const facets = common_2.getObjectPageFacets(entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, common_1.FioriElementsVersion.v4, generateParameters.logger);
|
|
212
366
|
if (!facets) {
|
|
213
|
-
delete appSchema
|
|
367
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSubSections];
|
|
214
368
|
return;
|
|
215
369
|
}
|
|
216
|
-
const sections = appSchema
|
|
370
|
+
const sections = appSchema.definitions[v4_1.DefinitionName.Sections];
|
|
217
371
|
for (const facetKey in facets) {
|
|
218
372
|
addSection(generateParameters, facets, facetKey, sections, appSchema, v4_1.SectionType.Section, v4Page);
|
|
219
373
|
}
|
|
220
374
|
// Custom sections as part of sections
|
|
221
|
-
if (appSchema
|
|
222
|
-
sections.properties = Object.assign(Object.assign({}, sections.properties), appSchema
|
|
375
|
+
if (appSchema.definitions[v4_1.DefinitionName.CustomSections]) {
|
|
376
|
+
sections.properties = Object.assign(Object.assign({}, sections.properties), appSchema.definitions[v4_1.DefinitionName.CustomSections].properties);
|
|
223
377
|
}
|
|
224
378
|
}
|
|
225
379
|
/**
|
|
@@ -232,7 +386,7 @@ function addSections(generateParameters, appSchema, entityType, v4Page) {
|
|
|
232
386
|
function addHeaderSections(generateParameters, appSchema, entityType, v4Page) {
|
|
233
387
|
// Get facet annotations
|
|
234
388
|
const facets = common_2.getObjectPageHeaderFacets(entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, common_1.FioriElementsVersion.v4, generateParameters.logger);
|
|
235
|
-
const sections = appSchema
|
|
389
|
+
const sections = appSchema.definitions[v4_1.DefinitionName.HeaderSections];
|
|
236
390
|
sections.properties = {};
|
|
237
391
|
sections.additionalProperties = false;
|
|
238
392
|
if (!facets) {
|
|
@@ -242,11 +396,11 @@ function addHeaderSections(generateParameters, appSchema, entityType, v4Page) {
|
|
|
242
396
|
addSection(generateParameters, facets, facetKey, sections, appSchema, v4_1.SectionType.HeaderSection, v4Page);
|
|
243
397
|
}
|
|
244
398
|
//delete generic definitions
|
|
245
|
-
delete appSchema
|
|
246
|
-
delete appSchema
|
|
247
|
-
delete appSchema
|
|
248
|
-
delete appSchema
|
|
249
|
-
delete appSchema
|
|
399
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionForm];
|
|
400
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionChart];
|
|
401
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionDataPoint];
|
|
402
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionContact];
|
|
403
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionAddress];
|
|
250
404
|
}
|
|
251
405
|
/**
|
|
252
406
|
* Adds the related facets keys 'enum' to the app schema
|
|
@@ -282,7 +436,7 @@ function addRelatedFacetKeysType(generateParameters, schema, entityType, entityS
|
|
|
282
436
|
});
|
|
283
437
|
}
|
|
284
438
|
// Update schema definition
|
|
285
|
-
common_2.addDefinitionForRelatedFacetKeys(schema, [
|
|
439
|
+
common_2.addDefinitionForRelatedFacetKeys(schema, [v4_1.DefinitionName.ObjectPageCustomSectionFragment], facetSections, [
|
|
286
440
|
'ID',
|
|
287
441
|
'label',
|
|
288
442
|
'key'
|
|
@@ -302,7 +456,7 @@ function addHeader(generateParameters, appSchema, entityType, v4Page) {
|
|
|
302
456
|
// Add header actions
|
|
303
457
|
common_2.addHeaderActions(appSchema, entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, addHeaderActionCallBackV4);
|
|
304
458
|
// Add header sections
|
|
305
|
-
appSchema
|
|
459
|
+
appSchema.definitions[v4_1.DefinitionName.HeaderSections][v4_1.SchemaTag.annotationPath] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.HeaderFacets" /* HeaderFacets */}`;
|
|
306
460
|
addHeaderSections(generateParameters, appSchema, entityType, v4Page);
|
|
307
461
|
}
|
|
308
462
|
/**
|
|
@@ -318,8 +472,8 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
|
|
|
318
472
|
var _a, _b;
|
|
319
473
|
const appSchema = JSON.parse(JSON.stringify(genericSchema));
|
|
320
474
|
// Change reference to generated sections
|
|
321
|
-
appSchema
|
|
322
|
-
$ref: common_2.DEFINITION_LINK_PREFIX
|
|
475
|
+
appSchema.properties.sections = {
|
|
476
|
+
$ref: `${common_2.DEFINITION_LINK_PREFIX}${v4_1.DefinitionName.Sections}`
|
|
323
477
|
};
|
|
324
478
|
const entitySet = (_b = (_a = generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT) === null || _a === void 0 ? void 0 : _a.entitySets) === null || _b === void 0 ? void 0 : _b.find((es) => es.entityType.name === entityTypeName);
|
|
325
479
|
if (!entitySet) {
|
|
@@ -344,13 +498,13 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
|
|
|
344
498
|
return appSchema;
|
|
345
499
|
}
|
|
346
500
|
//initialize sections
|
|
347
|
-
appSchema
|
|
501
|
+
const sections = (appSchema.definitions[v4_1.DefinitionName.Sections] = {
|
|
348
502
|
type: 'object',
|
|
349
503
|
properties: {},
|
|
350
504
|
additionalProperties: false,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
505
|
+
description: v4_1.DefinitionName.Sections
|
|
506
|
+
});
|
|
507
|
+
sections[v4_1.SchemaTag.isViewNode] = true;
|
|
354
508
|
if (entitySet) {
|
|
355
509
|
const pages = generateParameters.manifest[common_1.ManifestSection.ui5].routing.targets;
|
|
356
510
|
if (!pages) {
|
|
@@ -371,7 +525,8 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
|
|
|
371
525
|
// Add Header
|
|
372
526
|
addHeader(generateParameters, appSchema, entityType, v4Page);
|
|
373
527
|
// Add sections
|
|
374
|
-
|
|
528
|
+
sections[v4_1.SchemaTag.isViewNode] = true;
|
|
529
|
+
sections[v4_1.SchemaTag.annotationPath] = `/${entitySet.entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Facets" /* Facets */}`;
|
|
375
530
|
addSections(generateParameters, appSchema, entityType, v4Page);
|
|
376
531
|
// Custom Section facets
|
|
377
532
|
addRelatedFacetKeysType(generateParameters, appSchema, entityType, entitySet.name, pages);
|
|
@@ -379,20 +534,23 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
|
|
|
379
534
|
common_2.addFooterActions(appSchema, entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT);
|
|
380
535
|
}
|
|
381
536
|
// Delete generic definitions from schema
|
|
382
|
-
delete appSchema
|
|
383
|
-
delete appSchema
|
|
384
|
-
delete appSchema
|
|
385
|
-
delete appSchema
|
|
386
|
-
delete appSchema
|
|
387
|
-
delete appSchema
|
|
388
|
-
delete appSchema
|
|
389
|
-
delete appSchema
|
|
390
|
-
delete appSchema
|
|
391
|
-
delete appSchema
|
|
392
|
-
delete appSchema
|
|
393
|
-
delete appSchema
|
|
394
|
-
delete appSchema
|
|
395
|
-
delete appSchema
|
|
537
|
+
delete appSchema.definitions[v4_1.DefinitionName.CommonHeaderFacetSettings];
|
|
538
|
+
delete appSchema.definitions[v4_1.DefinitionName.GenericColumnsOP];
|
|
539
|
+
delete appSchema.definitions[v4_1.DefinitionName.GenericSections];
|
|
540
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageChart];
|
|
541
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionAddress];
|
|
542
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionChart];
|
|
543
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionContact];
|
|
544
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionDataPoint];
|
|
545
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionForm];
|
|
546
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionTableV4];
|
|
547
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionPresentationVariant];
|
|
548
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSubSections];
|
|
549
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageTable];
|
|
550
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBar];
|
|
551
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBarAction];
|
|
552
|
+
delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBarActions];
|
|
553
|
+
delete appSchema.definitions[v4_1.DefinitionName.QuickVariantSelectionV4OP];
|
|
396
554
|
return appSchema;
|
|
397
555
|
}
|
|
398
556
|
exports.generateObjectPageSchemaV4 = generateObjectPageSchemaV4;
|