@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
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "object",
|
|
3
|
-
"properties": {
|
|
4
|
-
"table": {
|
|
5
|
-
"$ref": "#/definitions/Table"
|
|
6
|
-
},
|
|
7
|
-
"variantManagement": {
|
|
8
|
-
"$ref": "#/definitions/VariantManagementTypeListReport",
|
|
9
|
-
"description": "variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control.",
|
|
10
|
-
"artifactType": "Manifest"
|
|
11
|
-
},
|
|
12
|
-
"filterBar": {
|
|
13
|
-
"$ref": "#/definitions/FilterBar"
|
|
14
|
-
},
|
|
15
|
-
"$schema": {
|
|
16
|
-
"type": "string"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"additionalProperties": false,
|
|
20
|
-
"definitions": {
|
|
21
|
-
"Table": {
|
|
22
|
-
"description": "Table",
|
|
23
|
-
"isViewNode": true,
|
|
24
|
-
"type": "object",
|
|
25
|
-
"properties": {
|
|
26
|
-
"initialLoad": {
|
|
27
|
-
"$ref": "#/definitions/InitialLoadType",
|
|
28
|
-
"description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
|
|
29
|
-
"artifactType": "Manifest"
|
|
30
|
-
},
|
|
31
|
-
"views": {
|
|
32
|
-
"$ref": "#/definitions/MultiTableModeV4",
|
|
33
|
-
"description": "With the views property you can switch on the multiple view feature. Contrary to quickVariantSelection, each view will be rendered in a different instance of table). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
|
|
34
|
-
"artifactType": "Manifest"
|
|
35
|
-
},
|
|
36
|
-
"toolBar": {
|
|
37
|
-
"$ref": "#/definitions/ToolBar",
|
|
38
|
-
"description": "Tool Bar"
|
|
39
|
-
},
|
|
40
|
-
"type": {
|
|
41
|
-
"$ref": "#/definitions/TableTypeV4",
|
|
42
|
-
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
43
|
-
"artifactType": "Manifest"
|
|
44
|
-
},
|
|
45
|
-
"creationMode": {
|
|
46
|
-
"$ref": "#/definitions/TableCreationMode",
|
|
47
|
-
"description": "Defines the page behavior when a new record is created.",
|
|
48
|
-
"artifactType": "Manifest"
|
|
49
|
-
},
|
|
50
|
-
"personalization": {
|
|
51
|
-
"$ref": "#/definitions/PersonalizationType",
|
|
52
|
-
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
53
|
-
"artifactType": "Manifest"
|
|
54
|
-
},
|
|
55
|
-
"selectionMode": {
|
|
56
|
-
"$ref": "#/definitions/SelectionMode",
|
|
57
|
-
"description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
|
|
58
|
-
"artifactType": "Manifest"
|
|
59
|
-
},
|
|
60
|
-
"selectAll": {
|
|
61
|
-
"description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
|
|
62
|
-
"type": "boolean",
|
|
63
|
-
"artifactType": "Manifest"
|
|
64
|
-
},
|
|
65
|
-
"selectionLimit": {
|
|
66
|
-
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
67
|
-
"type": "number",
|
|
68
|
-
"artifactType": "Manifest"
|
|
69
|
-
},
|
|
70
|
-
"enableExport": {
|
|
71
|
-
"description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
|
|
72
|
-
"type": "boolean",
|
|
73
|
-
"artifactType": "Manifest"
|
|
74
|
-
},
|
|
75
|
-
"quickVariantSelection": {
|
|
76
|
-
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
77
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
|
|
78
|
-
"artifactType": "Manifest"
|
|
79
|
-
},
|
|
80
|
-
"condensedTableLayout": {
|
|
81
|
-
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
82
|
-
"type": "boolean",
|
|
83
|
-
"artifactType": "Manifest"
|
|
84
|
-
},
|
|
85
|
-
"columns": {
|
|
86
|
-
"$ref": "#/definitions/GenericColumns"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"additionalProperties": false
|
|
90
|
-
},
|
|
91
|
-
"InitialLoadType": {
|
|
92
|
-
"enum": [
|
|
93
|
-
"Auto",
|
|
94
|
-
"Disabled",
|
|
95
|
-
"Enabled"
|
|
96
|
-
],
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
|
-
"MultiTableModeV4": {
|
|
100
|
-
"type": "object",
|
|
101
|
-
"properties": {
|
|
102
|
-
"paths": {
|
|
103
|
-
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
104
|
-
"type": "array",
|
|
105
|
-
"items": {
|
|
106
|
-
"$ref": "#/definitions/AnnotationPathWithKey"
|
|
107
|
-
},
|
|
108
|
-
"artifactType": "Manifest"
|
|
109
|
-
},
|
|
110
|
-
"showCounts": {
|
|
111
|
-
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
112
|
-
"type": "boolean",
|
|
113
|
-
"artifactType": "Manifest"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"additionalProperties": false,
|
|
117
|
-
"required": [
|
|
118
|
-
"paths"
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
|
-
"AnnotationPathWithKey": {
|
|
122
|
-
"type": "object",
|
|
123
|
-
"properties": {
|
|
124
|
-
"key": {
|
|
125
|
-
"type": "string"
|
|
126
|
-
},
|
|
127
|
-
"annotationPath": {
|
|
128
|
-
"type": "string"
|
|
129
|
-
},
|
|
130
|
-
"entitySet": {
|
|
131
|
-
"type": "string"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"additionalProperties": false,
|
|
135
|
-
"required": [
|
|
136
|
-
"annotationPath",
|
|
137
|
-
"key"
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
"ToolBar": {
|
|
141
|
-
"description": "Toolbar",
|
|
142
|
-
"isViewNode": true,
|
|
143
|
-
"type": "object",
|
|
144
|
-
"properties": {
|
|
145
|
-
"actions": {
|
|
146
|
-
"$ref": "#/definitions/Actions"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
"additionalProperties": false,
|
|
150
|
-
"required": [
|
|
151
|
-
"actions"
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
|
-
"Actions": {
|
|
155
|
-
"description": "Actions",
|
|
156
|
-
"isViewNode": true,
|
|
157
|
-
"type": "object",
|
|
158
|
-
"additionalProperties": {
|
|
159
|
-
"$ref": "#/definitions/ToolBarAction"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"ToolBarAction": {
|
|
163
|
-
"description": "Action",
|
|
164
|
-
"isViewNode": true,
|
|
165
|
-
"type": "object",
|
|
166
|
-
"properties": {
|
|
167
|
-
"enableOnSelect": {
|
|
168
|
-
"$ref": "#/definitions/SelectType",
|
|
169
|
-
"description": "Enables single selection for a bound action",
|
|
170
|
-
"artifactType": "Manifest"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"additionalProperties": false
|
|
174
|
-
},
|
|
175
|
-
"SelectType": {
|
|
176
|
-
"enum": [
|
|
177
|
-
"multi",
|
|
178
|
-
"single"
|
|
179
|
-
],
|
|
180
|
-
"type": "string"
|
|
181
|
-
},
|
|
182
|
-
"TableTypeV4": {
|
|
183
|
-
"enum": [
|
|
184
|
-
"AnalyticalTable",
|
|
185
|
-
"GridTable",
|
|
186
|
-
"ResponsiveTable"
|
|
187
|
-
],
|
|
188
|
-
"type": "string"
|
|
189
|
-
},
|
|
190
|
-
"TableCreationMode": {
|
|
191
|
-
"type": "object",
|
|
192
|
-
"properties": {
|
|
193
|
-
"name": {
|
|
194
|
-
"$ref": "#/definitions/TableCreationModeType",
|
|
195
|
-
"description": "The name property of TableCreationMode defines the creation mode; possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\".",
|
|
196
|
-
"artifactType": "Manifest"
|
|
197
|
-
},
|
|
198
|
-
"createAtEnd": {
|
|
199
|
-
"description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\"",
|
|
200
|
-
"type": "boolean",
|
|
201
|
-
"artifactType": "Manifest"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
"additionalProperties": false
|
|
205
|
-
},
|
|
206
|
-
"TableCreationModeType": {
|
|
207
|
-
"enum": [
|
|
208
|
-
"CreationRow",
|
|
209
|
-
"Inline",
|
|
210
|
-
"NewPage"
|
|
211
|
-
],
|
|
212
|
-
"type": "string"
|
|
213
|
-
},
|
|
214
|
-
"PersonalizationType": {
|
|
215
|
-
"type": "object",
|
|
216
|
-
"properties": {
|
|
217
|
-
"column": {
|
|
218
|
-
"description": "Defines whether the user can add and remove columns to a given table.",
|
|
219
|
-
"type": "boolean",
|
|
220
|
-
"artifactType": "Manifest"
|
|
221
|
-
},
|
|
222
|
-
"sort": {
|
|
223
|
-
"description": "Defines whether the user can sort a given table.",
|
|
224
|
-
"type": "boolean",
|
|
225
|
-
"artifactType": "Manifest"
|
|
226
|
-
},
|
|
227
|
-
"filter": {
|
|
228
|
-
"description": "Defines whether the user can filter data of a given table.",
|
|
229
|
-
"type": "boolean",
|
|
230
|
-
"artifactType": "Manifest"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"additionalProperties": false
|
|
234
|
-
},
|
|
235
|
-
"SelectionMode": {
|
|
236
|
-
"enum": [
|
|
237
|
-
"Auto",
|
|
238
|
-
"Multi",
|
|
239
|
-
"None",
|
|
240
|
-
"Single"
|
|
241
|
-
],
|
|
242
|
-
"type": "string"
|
|
243
|
-
},
|
|
244
|
-
"QuickVariantSelectionV4": {
|
|
245
|
-
"type": "object",
|
|
246
|
-
"properties": {
|
|
247
|
-
"paths": {
|
|
248
|
-
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
249
|
-
"type": "array",
|
|
250
|
-
"items": {
|
|
251
|
-
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
252
|
-
},
|
|
253
|
-
"artifactType": "Manifest"
|
|
254
|
-
},
|
|
255
|
-
"hideTableTitle": {
|
|
256
|
-
"description": "You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.",
|
|
257
|
-
"type": "boolean",
|
|
258
|
-
"artifactType": "Manifest"
|
|
259
|
-
},
|
|
260
|
-
"showCounts": {
|
|
261
|
-
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
262
|
-
"type": "boolean",
|
|
263
|
-
"artifactType": "Manifest"
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
"additionalProperties": false,
|
|
267
|
-
"required": [
|
|
268
|
-
"paths"
|
|
269
|
-
]
|
|
270
|
-
},
|
|
271
|
-
"AnnotationPathAsObject": {
|
|
272
|
-
"type": "object",
|
|
273
|
-
"properties": {
|
|
274
|
-
"annotationPath": {
|
|
275
|
-
"type": "string"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"additionalProperties": false,
|
|
279
|
-
"required": [
|
|
280
|
-
"annotationPath"
|
|
281
|
-
]
|
|
282
|
-
},
|
|
283
|
-
"GenericColumns": {
|
|
284
|
-
"type": "object",
|
|
285
|
-
"additionalProperties": {
|
|
286
|
-
"anyOf": [
|
|
287
|
-
{
|
|
288
|
-
"$ref": "#/definitions/TableColumn"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"$ref": "#/definitions/TableColumnAction"
|
|
292
|
-
}
|
|
293
|
-
]
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
"TableColumn": {
|
|
297
|
-
"description": "Table Column",
|
|
298
|
-
"isViewNode": true,
|
|
299
|
-
"type": "object",
|
|
300
|
-
"properties": {
|
|
301
|
-
"width": {
|
|
302
|
-
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
303
|
-
"type": "string",
|
|
304
|
-
"artifactType": "Manifest"
|
|
305
|
-
},
|
|
306
|
-
"availability": {
|
|
307
|
-
"$ref": "#/definitions/Availability",
|
|
308
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
309
|
-
"artifactType": "Manifest"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"additionalProperties": false
|
|
313
|
-
},
|
|
314
|
-
"Availability": {
|
|
315
|
-
"enum": [
|
|
316
|
-
"Adaptation",
|
|
317
|
-
"Default",
|
|
318
|
-
"Hidden"
|
|
319
|
-
],
|
|
320
|
-
"type": "string"
|
|
321
|
-
},
|
|
322
|
-
"TableColumnAction": {
|
|
323
|
-
"description": "Inline Action",
|
|
324
|
-
"isViewNode": true,
|
|
325
|
-
"type": "object",
|
|
326
|
-
"properties": {
|
|
327
|
-
"afterExecution": {
|
|
328
|
-
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
329
|
-
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
|
|
330
|
-
"artifactType": "Manifest"
|
|
331
|
-
},
|
|
332
|
-
"width": {
|
|
333
|
-
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
334
|
-
"type": "string",
|
|
335
|
-
"artifactType": "Manifest"
|
|
336
|
-
},
|
|
337
|
-
"availability": {
|
|
338
|
-
"$ref": "#/definitions/Availability",
|
|
339
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
340
|
-
"artifactType": "Manifest"
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
"additionalProperties": false
|
|
344
|
-
},
|
|
345
|
-
"ActionAfterExecutionConfiguration": {
|
|
346
|
-
"type": "object",
|
|
347
|
-
"properties": {
|
|
348
|
-
"navigateToInstance": {
|
|
349
|
-
"description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
|
|
350
|
-
"type": "boolean",
|
|
351
|
-
"artifactType": "Manifest"
|
|
352
|
-
},
|
|
353
|
-
"enableAutoScroll": {
|
|
354
|
-
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
355
|
-
"type": "boolean",
|
|
356
|
-
"artifactType": "Manifest"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"additionalProperties": false
|
|
360
|
-
},
|
|
361
|
-
"VariantManagementTypeListReport": {
|
|
362
|
-
"enum": [
|
|
363
|
-
"Control",
|
|
364
|
-
"None",
|
|
365
|
-
"Page"
|
|
366
|
-
],
|
|
367
|
-
"type": "string"
|
|
368
|
-
},
|
|
369
|
-
"FilterBar": {
|
|
370
|
-
"description": "Filter Bar",
|
|
371
|
-
"isViewNode": true,
|
|
372
|
-
"type": "object",
|
|
373
|
-
"properties": {
|
|
374
|
-
"selectionFields": {
|
|
375
|
-
"$ref": "#/definitions/SelectionFields"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
"additionalProperties": false
|
|
379
|
-
},
|
|
380
|
-
"SelectionFields": {
|
|
381
|
-
"description": "Filter Fields",
|
|
382
|
-
"isViewNode": true,
|
|
383
|
-
"type": "object",
|
|
384
|
-
"additionalProperties": {
|
|
385
|
-
"type": "object",
|
|
386
|
-
"properties": {},
|
|
387
|
-
"additionalProperties": true
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
392
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FilterBar, Table } from '../controls';
|
|
2
|
-
import { PageConfig } from '../../common/page';
|
|
3
|
-
import { VariantManagementTypeListReport } from './ListReportConfig';
|
|
4
|
-
export interface AnalyticalListPageConfig extends PageConfig {
|
|
5
|
-
table?: Table;
|
|
6
|
-
/**
|
|
7
|
-
* variantManagement defines how the variant management of page personalizations is controlled.
|
|
8
|
-
* - None - No variant management by default.
|
|
9
|
-
* - Control - Individual personalizations for each control.
|
|
10
|
-
*/
|
|
11
|
-
variantManagement?: VariantManagementTypeListReport;
|
|
12
|
-
filterBar?: FilterBar;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticalListPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v4/pages/AnalyticalListPageConfig.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AnalyticalListPageConfig as AnalyticalListPageConfigV4, VariantManagementTypeListReport } from '../../../../specification/v4';
|
|
2
|
-
import { Table } from '../controls/Table';
|
|
3
|
-
import { FilterBar } from '../controls';
|
|
4
|
-
export declare class AnalyticalListPage implements AnalyticalListPageConfigV4 {
|
|
5
|
-
variantManagement?: VariantManagementTypeListReport;
|
|
6
|
-
filterBar?: FilterBar;
|
|
7
|
-
table?: Table;
|
|
8
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
const v4_1 = require("../../../../specification/v4");
|
|
10
|
-
const decorators_1 = require("../../../common/decoration/decorators");
|
|
11
|
-
const application_1 = require("../../application");
|
|
12
|
-
// As there are no flex changes, this is not used. Need new logic when we have flex changes in V4
|
|
13
|
-
let AnalyticalListPage = class AnalyticalListPage {
|
|
14
|
-
};
|
|
15
|
-
__decorate([
|
|
16
|
-
decorators_1.syncRule({
|
|
17
|
-
manifest: {
|
|
18
|
-
path: (entitySet) => application_1.getSettingsPathForPage(entitySet)
|
|
19
|
-
}
|
|
20
|
-
}),
|
|
21
|
-
decorators_1.validity({
|
|
22
|
-
since: '1.84.0'
|
|
23
|
-
})
|
|
24
|
-
], AnalyticalListPage.prototype, "variantManagement", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
decorators_1.childId('fe::FilterBar')
|
|
27
|
-
], AnalyticalListPage.prototype, "filterBar", void 0);
|
|
28
|
-
__decorate([
|
|
29
|
-
decorators_1.childId('fe::table')
|
|
30
|
-
], AnalyticalListPage.prototype, "table", void 0);
|
|
31
|
-
AnalyticalListPage = __decorate([
|
|
32
|
-
decorators_1.pageLayoutInformation({
|
|
33
|
-
id: v4_1.FE_TEMPLATE_V4_ALP,
|
|
34
|
-
pageId: v4_1.FE_TEMPLATE_V4_ALP
|
|
35
|
-
})
|
|
36
|
-
], AnalyticalListPage);
|
|
37
|
-
exports.AnalyticalListPage = AnalyticalListPage;
|
|
38
|
-
//# sourceMappingURL=AnalyticalListPage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticalListPage.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/export/pages/AnalyticalListPage.ts"],"names":[],"mappings":";;;;;;;;AAAA,qDAIsC;AAEtC,sEAA2G;AAE3G,mDAA2D;AAE3D,iGAAiG;AAKjG,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;CAsB9B,CAAA;AAbG;IARC,qBAAQ,CAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,SAAmB,EAAU,EAAE,CAAC,oCAAsB,CAAC,SAAS,CAAC;SAC3E;KACJ,CAAC;IACD,qBAAQ,CAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;6DACkD;AAIpD;IADC,oBAAO,CAAC,eAAe,CAAC;qDACH;AAQtB;IADC,oBAAO,CAAC,WAAW,CAAC;iDACP;AArBL,kBAAkB;IAJ9B,kCAAqB,CAAC;QACnB,EAAE,EAAE,uBAAkB;QACtB,MAAM,EAAE,uBAAkB;KAC7B,CAAC;GACW,kBAAkB,CAsB9B;AAtBY,gDAAkB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AnalyticalListPageConfig as AnalyticalListPageConfigV4 } from '../../../../specification/v4';
|
|
2
|
-
import { ImportAnalyticalListPageV4Parameters } from '../../../../apiTypes';
|
|
3
|
-
/**
|
|
4
|
-
* Creates the configuration file content for an analytical list page V4
|
|
5
|
-
* @param {object} manifest - manifest.json of the given application
|
|
6
|
-
* @param jsonSchema - the application specific JSON schema
|
|
7
|
-
* @param {ExtensionLogger} logger - Logger class for logging messages
|
|
8
|
-
*
|
|
9
|
-
* @returns {AnalyticalListPageConfig} - the configuration (JSON)
|
|
10
|
-
*/
|
|
11
|
-
export declare function createAnalyticalListPageConfig(importParameters: ImportAnalyticalListPageV4Parameters): AnalyticalListPageConfigV4 | undefined;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const common_1 = require("../../../../specification/common");
|
|
7
|
-
const v4_1 = require("../../../../specification/v4");
|
|
8
|
-
const common_2 = require("../../../common");
|
|
9
|
-
const listReport_1 = require("./listReport");
|
|
10
|
-
const extensionLogger_1 = require("../../../../extensionLogger");
|
|
11
|
-
const i18next_1 = __importDefault(require("i18next"));
|
|
12
|
-
const i18n_1 = require("../../../../i18n/i18n");
|
|
13
|
-
const factory_1 = require("../../export/factory");
|
|
14
|
-
/**
|
|
15
|
-
* Creates the configuration file content for an analytical list page V4
|
|
16
|
-
* @param {object} manifest - manifest.json of the given application
|
|
17
|
-
* @param jsonSchema - the application specific JSON schema
|
|
18
|
-
* @param {ExtensionLogger} logger - Logger class for logging messages
|
|
19
|
-
*
|
|
20
|
-
* @returns {AnalyticalListPageConfig} - the configuration (JSON)
|
|
21
|
-
*/
|
|
22
|
-
function createAnalyticalListPageConfig(importParameters) {
|
|
23
|
-
// Initialize i18next
|
|
24
|
-
i18n_1.initI18n();
|
|
25
|
-
if (!importParameters.manifest[v4_1.ManifestSection.ui5] || !importParameters.manifest[v4_1.ManifestSection.ui5]['routing']) {
|
|
26
|
-
extensionLogger_1.log(importParameters.logger, {
|
|
27
|
-
severity: "error" /* Error */,
|
|
28
|
-
message: i18next_1.default.t('NOROUTING'),
|
|
29
|
-
location: {
|
|
30
|
-
path: common_2.MANIFESTPATH,
|
|
31
|
-
range: [v4_1.ManifestSection.ui5]
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
const v4Pages = importParameters.manifest[v4_1.ManifestSection.ui5]['routing']['targets'];
|
|
37
|
-
if (!v4Pages) {
|
|
38
|
-
extensionLogger_1.log(importParameters.logger, {
|
|
39
|
-
severity: "error" /* Error */,
|
|
40
|
-
message: i18next_1.default.t('NOTARGETS'),
|
|
41
|
-
location: {
|
|
42
|
-
path: common_2.MANIFESTPATH,
|
|
43
|
-
range: [v4_1.ManifestSection.ui5, 'routing']
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
const factory = new factory_1.MetadataInstanceFactoryV4();
|
|
49
|
-
//Instantiate Page
|
|
50
|
-
const config = factory.createPageInstance(common_1.PageTypeV4.AnalyticalListPage);
|
|
51
|
-
Object.keys(v4Pages).forEach((key) => {
|
|
52
|
-
const v4Page = v4Pages[key];
|
|
53
|
-
if ('name' in v4Page && common_2.getPageTypeV4(v4Page.name) === common_1.PageTypeV4.AnalyticalListPage) {
|
|
54
|
-
listReport_1.addSettings(importParameters, config, factory, v4Page, common_1.PageTypeV4.AnalyticalListPage);
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
return config;
|
|
58
|
-
}
|
|
59
|
-
exports.createAnalyticalListPageConfig = createAnalyticalListPageConfig;
|
|
60
|
-
//# sourceMappingURL=analyticalListPage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyticalListPage.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/import/pages/analyticalListPage.ts"],"names":[],"mappings":";;;;;AAAA,6DAA8D;AAC9D,qDAIsC;AACtC,4CAA8D;AAC9D,6CAA2C;AAC3C,iEAA+D;AAE/D,sDAA8B;AAC9B,gDAAiD;AACjD,kDAA4E;AAE5E;;;;;;;GAOG;AACH,SAAgB,8BAA8B,CAC1C,gBAAsD;IAEtD,qBAAqB;IACrB,eAAQ,EAAE,CAAC;IAEX,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,oBAAe,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,oBAAe,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,EAAE;QAC/G,qBAAG,CAAC,gBAAgB,CAAC,MAAM,EAAE;YACzB,QAAQ,qBAAmB;YAC3B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,WAAW,CAAC;YAC/B,QAAQ,EAAE;gBACN,IAAI,EAAE,qBAAY;gBAClB,KAAK,EAAE,CAAC,oBAAe,CAAC,GAAG,CAAC;aAC/B;SACJ,CAAC,CAAC;QACH,OAAO;KACV;IACD,MAAM,OAAO,GAAG,gBAAgB,CAAC,QAAQ,CAAC,oBAAe,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,CAAqB,CAAC;IACzG,IAAI,CAAC,OAAO,EAAE;QACV,qBAAG,CAAC,gBAAgB,CAAC,MAAM,EAAE;YACzB,QAAQ,qBAAmB;YAC3B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,WAAW,CAAC;YAC/B,QAAQ,EAAE;gBACN,IAAI,EAAE,qBAAY;gBAClB,KAAK,EAAE,CAAC,oBAAe,CAAC,GAAG,EAAE,SAAS,CAAC;aAC1C;SACJ,CAAC,CAAC;QACH,OAAO;KACV;IACD,MAAM,OAAO,GAAG,IAAI,mCAAO,EAAE,CAAC;IAC9B,kBAAkB;IAClB,MAAM,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,mBAAU,CAAC,kBAAkB,CAAC,CAAC;IAEzE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACjC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;QAC5B,IAAI,MAAM,IAAI,MAAM,IAAI,sBAAa,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,mBAAU,CAAC,kBAAkB,EAAE;YAClF,wBAAW,CAAC,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,mBAAU,CAAC,kBAAkB,CAAC,CAAC;SACzF;IACL,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAClB,CAAC;AAxCD,wEAwCC"}
|