@sap/ux-specification 1.84.31 → 1.84.36
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 +78 -12
- 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 +570 -165
- package/dist/schemas/v4/ObjectPageConfig.json +6 -38
- 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 +14 -18
- 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/ObjectPageHeaderSection.d.ts +2 -14
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -17
- package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v4/controls/Table.d.ts +144 -33
- 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 +1 -1
- 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 +64 -68
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +23 -15
- package/dist/src/sync/common/generate/utils.js +54 -60
- 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 +13 -22
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +60 -12
- package/dist/src/sync/common/types.js +59 -7
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +18 -8
- package/dist/src/sync/common/utils.js +179 -65
- 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.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 +6 -6
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +14 -17
- 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/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/Table.js +26 -25
- 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/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
- package/dist/src/sync/v2/export/export.d.ts +3 -3
- package/dist/src/sync/v2/export/export.js +6 -4
- 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 +2 -10
- 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 +17 -1
- package/dist/src/sync/v2/export/manifest.js +29 -2
- 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 +2 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js +6 -3
- 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 +83 -108
- 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 +5 -5
- package/dist/src/sync/v2/generate/utils.js +34 -33
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +4 -4
- 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.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +6 -5
- package/dist/src/sync/v2/import/common/index.js +4 -17
- 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 +33 -20
- 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 +9 -5
- package/dist/src/sync/v4/application.js +23 -2
- 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 +3 -3
- 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/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 +105 -8
- package/dist/src/sync/v4/export/controls/Table.js +361 -34
- 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 +246 -0
- 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 +317 -78
- 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 +2 -2
- package/dist/src/sync/v4/export/manifest.js +28 -16
- 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/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 +7 -5
- 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 +406 -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 +39 -19
- 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 +15 -19
- 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 +2 -2
- package/dist/src/sync/v4/import/pages/objectPage.js +19 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +2 -2
- 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 +2 -2
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +17 -12
- package/dist/src/sync/v4/utils/utils.js +72 -25
- 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 +18 -16
- package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
- package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -362
- 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,16 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"table": {
|
|
5
|
-
"$ref": "#/definitions/Table"
|
|
6
|
-
},
|
|
7
4
|
"variantManagement": {
|
|
8
5
|
"$ref": "#/definitions/VariantManagementTypeListReport",
|
|
9
6
|
"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
7
|
"artifactType": "Manifest"
|
|
11
8
|
},
|
|
12
9
|
"filterBar": {
|
|
13
|
-
"$ref": "#/definitions/FilterBar"
|
|
10
|
+
"$ref": "#/definitions/FilterBar",
|
|
11
|
+
"description": "Filter bar"
|
|
12
|
+
},
|
|
13
|
+
"chart": {
|
|
14
|
+
"$ref": "#/definitions/ALPChartView",
|
|
15
|
+
"description": "Chart",
|
|
16
|
+
"artifactType": "Manifest"
|
|
17
|
+
},
|
|
18
|
+
"table": {
|
|
19
|
+
"description": "Table",
|
|
20
|
+
"anyOf": [
|
|
21
|
+
{
|
|
22
|
+
"$ref": "#/definitions/ALPTableView"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"$ref": "#/definitions/Table"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"defaultTemplateAnnotationPath": {
|
|
30
|
+
"description": "defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area.",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"artifactType": "Manifest"
|
|
33
|
+
},
|
|
34
|
+
"defaultPath": {
|
|
35
|
+
"$ref": "#/definitions/DefaultPathType",
|
|
36
|
+
"description": "defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
|
|
37
|
+
"artifactType": "Manifest"
|
|
14
38
|
},
|
|
15
39
|
"$schema": {
|
|
16
40
|
"type": "string"
|
|
@@ -18,124 +42,61 @@
|
|
|
18
42
|
},
|
|
19
43
|
"additionalProperties": false,
|
|
20
44
|
"definitions": {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
45
|
+
"VariantManagementTypeListReport": {
|
|
46
|
+
"enum": [
|
|
47
|
+
"Control",
|
|
48
|
+
"None",
|
|
49
|
+
"Page"
|
|
50
|
+
],
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"FilterBar": {
|
|
54
|
+
"description": "Filter Bar",
|
|
23
55
|
"isViewNode": true,
|
|
24
56
|
"type": "object",
|
|
25
57
|
"properties": {
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"type": "boolean",
|
|
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
|
-
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.",
|
|
52
|
-
"type": "boolean",
|
|
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"
|
|
58
|
+
"selectionFields": {
|
|
59
|
+
"$ref": "#/definitions/SelectionFields"
|
|
87
60
|
}
|
|
88
61
|
},
|
|
89
62
|
"additionalProperties": false
|
|
90
63
|
},
|
|
91
|
-
"
|
|
64
|
+
"SelectionFields": {
|
|
65
|
+
"description": "Filter Fields",
|
|
66
|
+
"isViewNode": true,
|
|
92
67
|
"type": "object",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"$ref": "#/definitions/AnnotationPathWithKey"
|
|
99
|
-
},
|
|
100
|
-
"artifactType": "Manifest"
|
|
101
|
-
},
|
|
102
|
-
"showCounts": {
|
|
103
|
-
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
104
|
-
"type": "boolean",
|
|
105
|
-
"artifactType": "Manifest"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"additionalProperties": false,
|
|
109
|
-
"required": [
|
|
110
|
-
"paths"
|
|
111
|
-
]
|
|
68
|
+
"additionalProperties": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {},
|
|
71
|
+
"additionalProperties": true
|
|
72
|
+
}
|
|
112
73
|
},
|
|
113
|
-
"
|
|
74
|
+
"ALPChartView": {
|
|
75
|
+
"description": "Chart View",
|
|
76
|
+
"isViewNode": true,
|
|
114
77
|
"type": "object",
|
|
115
78
|
"properties": {
|
|
116
|
-
"key": {
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
79
|
"annotationPath": {
|
|
80
|
+
"description": "The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
120
81
|
"type": "string"
|
|
121
82
|
},
|
|
122
|
-
"
|
|
123
|
-
"
|
|
83
|
+
"toolBar": {
|
|
84
|
+
"$ref": "#/definitions/ViewChartToolBar",
|
|
85
|
+
"description": "Chart Toolbar"
|
|
124
86
|
}
|
|
125
87
|
},
|
|
126
88
|
"additionalProperties": false,
|
|
127
89
|
"required": [
|
|
128
|
-
"annotationPath"
|
|
129
|
-
"key"
|
|
90
|
+
"annotationPath"
|
|
130
91
|
]
|
|
131
92
|
},
|
|
132
|
-
"
|
|
133
|
-
"description": "Toolbar",
|
|
93
|
+
"ViewChartToolBar": {
|
|
94
|
+
"description": "Chart Toolbar",
|
|
134
95
|
"isViewNode": true,
|
|
135
96
|
"type": "object",
|
|
136
97
|
"properties": {
|
|
137
98
|
"actions": {
|
|
138
|
-
"$ref": "#/definitions/
|
|
99
|
+
"$ref": "#/definitions/ViewActions"
|
|
139
100
|
}
|
|
140
101
|
},
|
|
141
102
|
"additionalProperties": false,
|
|
@@ -143,15 +104,23 @@
|
|
|
143
104
|
"actions"
|
|
144
105
|
]
|
|
145
106
|
},
|
|
146
|
-
"
|
|
107
|
+
"ViewActions": {
|
|
147
108
|
"description": "Actions",
|
|
148
109
|
"isViewNode": true,
|
|
149
110
|
"type": "object",
|
|
150
111
|
"additionalProperties": {
|
|
151
|
-
"
|
|
112
|
+
"anyOf": [
|
|
113
|
+
{
|
|
114
|
+
"$ref": "#/definitions/ViewToolBarAction"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "object",
|
|
118
|
+
"properties": {}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
152
121
|
}
|
|
153
122
|
},
|
|
154
|
-
"
|
|
123
|
+
"ViewToolBarAction": {
|
|
155
124
|
"description": "Action",
|
|
156
125
|
"isViewNode": true,
|
|
157
126
|
"type": "object",
|
|
@@ -171,14 +140,69 @@
|
|
|
171
140
|
],
|
|
172
141
|
"type": "string"
|
|
173
142
|
},
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
143
|
+
"ALPTableView": {
|
|
144
|
+
"description": "Table View",
|
|
145
|
+
"isViewNode": true,
|
|
146
|
+
"type": "object",
|
|
147
|
+
"properties": {
|
|
148
|
+
"annotationPath": {
|
|
149
|
+
"description": "The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
"initialLoad": {
|
|
153
|
+
"description": "initialLoad defines whether or not the data in the table is automatically loaded.",
|
|
154
|
+
"type": "boolean"
|
|
155
|
+
},
|
|
156
|
+
"personalization": {
|
|
157
|
+
"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.",
|
|
158
|
+
"type": "boolean"
|
|
159
|
+
},
|
|
160
|
+
"creationMode": {
|
|
161
|
+
"$ref": "#/definitions/ViewTableCreationMode",
|
|
162
|
+
"description": "Defines the page behavior when a new record is created."
|
|
163
|
+
},
|
|
164
|
+
"toolBar": {
|
|
165
|
+
"$ref": "#/definitions/ToolBar",
|
|
166
|
+
"description": "Table Toolbar"
|
|
167
|
+
},
|
|
168
|
+
"columns": {
|
|
169
|
+
"$ref": "#/definitions/ViewColumns"
|
|
170
|
+
},
|
|
171
|
+
"type": {
|
|
172
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
173
|
+
"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."
|
|
174
|
+
},
|
|
175
|
+
"selectionMode": {
|
|
176
|
+
"$ref": "#/definitions/SelectionMode",
|
|
177
|
+
"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."
|
|
178
|
+
},
|
|
179
|
+
"selectAll": {
|
|
180
|
+
"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.",
|
|
181
|
+
"type": "boolean"
|
|
182
|
+
},
|
|
183
|
+
"selectionLimit": {
|
|
184
|
+
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
185
|
+
"type": "number"
|
|
186
|
+
},
|
|
187
|
+
"enableExport": {
|
|
188
|
+
"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.",
|
|
189
|
+
"type": "boolean"
|
|
190
|
+
},
|
|
191
|
+
"quickVariantSelection": {
|
|
192
|
+
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
193
|
+
"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."
|
|
194
|
+
},
|
|
195
|
+
"condensedTableLayout": {
|
|
196
|
+
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
197
|
+
"type": "boolean"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"additionalProperties": false,
|
|
201
|
+
"required": [
|
|
202
|
+
"annotationPath"
|
|
203
|
+
]
|
|
180
204
|
},
|
|
181
|
-
"
|
|
205
|
+
"ViewTableCreationMode": {
|
|
182
206
|
"type": "object",
|
|
183
207
|
"properties": {
|
|
184
208
|
"name": {
|
|
@@ -202,68 +226,58 @@
|
|
|
202
226
|
],
|
|
203
227
|
"type": "string"
|
|
204
228
|
},
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
"Multi",
|
|
209
|
-
"None",
|
|
210
|
-
"Single"
|
|
211
|
-
],
|
|
212
|
-
"type": "string"
|
|
213
|
-
},
|
|
214
|
-
"QuickVariantSelectionV4": {
|
|
229
|
+
"ToolBar": {
|
|
230
|
+
"description": "Table Toolbar",
|
|
231
|
+
"isViewNode": true,
|
|
215
232
|
"type": "object",
|
|
216
233
|
"properties": {
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"type": "array",
|
|
220
|
-
"items": {
|
|
221
|
-
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
222
|
-
},
|
|
223
|
-
"artifactType": "Manifest"
|
|
224
|
-
},
|
|
225
|
-
"hideTableTitle": {
|
|
226
|
-
"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.",
|
|
227
|
-
"type": "boolean",
|
|
228
|
-
"artifactType": "Manifest"
|
|
229
|
-
},
|
|
230
|
-
"showCounts": {
|
|
231
|
-
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
232
|
-
"type": "boolean",
|
|
233
|
-
"artifactType": "Manifest"
|
|
234
|
+
"actions": {
|
|
235
|
+
"$ref": "#/definitions/Actions"
|
|
234
236
|
}
|
|
235
237
|
},
|
|
236
238
|
"additionalProperties": false,
|
|
237
239
|
"required": [
|
|
238
|
-
"
|
|
240
|
+
"actions"
|
|
239
241
|
]
|
|
240
242
|
},
|
|
241
|
-
"
|
|
243
|
+
"Actions": {
|
|
244
|
+
"description": "Actions",
|
|
245
|
+
"isViewNode": true,
|
|
246
|
+
"type": "object",
|
|
247
|
+
"additionalProperties": {
|
|
248
|
+
"$ref": "#/definitions/ToolBarAction"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"ToolBarAction": {
|
|
252
|
+
"description": "Action",
|
|
253
|
+
"isViewNode": true,
|
|
242
254
|
"type": "object",
|
|
243
255
|
"properties": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
256
|
+
"enableOnSelect": {
|
|
257
|
+
"$ref": "#/definitions/SelectType",
|
|
258
|
+
"description": "Enables single selection for a bound action",
|
|
259
|
+
"artifactType": "Manifest"
|
|
246
260
|
}
|
|
247
261
|
},
|
|
248
|
-
"additionalProperties": false
|
|
249
|
-
"required": [
|
|
250
|
-
"annotationPath"
|
|
251
|
-
]
|
|
262
|
+
"additionalProperties": false
|
|
252
263
|
},
|
|
253
|
-
"
|
|
264
|
+
"ViewColumns": {
|
|
254
265
|
"type": "object",
|
|
255
266
|
"additionalProperties": {
|
|
256
267
|
"anyOf": [
|
|
257
268
|
{
|
|
258
|
-
"$ref": "#/definitions/
|
|
269
|
+
"$ref": "#/definitions/ViewTableColumn"
|
|
259
270
|
},
|
|
260
271
|
{
|
|
261
|
-
"$ref": "#/definitions/
|
|
272
|
+
"$ref": "#/definitions/ViewTableColumnAction"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"$ref": "#/definitions/ViewTableCustomColumn"
|
|
262
276
|
}
|
|
263
277
|
]
|
|
264
278
|
}
|
|
265
279
|
},
|
|
266
|
-
"
|
|
280
|
+
"ViewTableColumn": {
|
|
267
281
|
"description": "Table Column",
|
|
268
282
|
"isViewNode": true,
|
|
269
283
|
"type": "object",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
],
|
|
290
304
|
"type": "string"
|
|
291
305
|
},
|
|
292
|
-
"
|
|
306
|
+
"ViewTableColumnAction": {
|
|
293
307
|
"description": "Inline Action",
|
|
294
308
|
"isViewNode": true,
|
|
295
309
|
"type": "object",
|
|
@@ -328,34 +342,425 @@
|
|
|
328
342
|
},
|
|
329
343
|
"additionalProperties": false
|
|
330
344
|
},
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"Control",
|
|
334
|
-
"None",
|
|
335
|
-
"Page"
|
|
336
|
-
],
|
|
337
|
-
"type": "string"
|
|
338
|
-
},
|
|
339
|
-
"FilterBar": {
|
|
340
|
-
"description": "Filter Bar",
|
|
345
|
+
"ViewTableCustomColumn": {
|
|
346
|
+
"description": "Custom Column",
|
|
341
347
|
"isViewNode": true,
|
|
342
348
|
"type": "object",
|
|
343
349
|
"properties": {
|
|
344
|
-
"
|
|
345
|
-
"$ref": "#/definitions/
|
|
350
|
+
"position": {
|
|
351
|
+
"$ref": "#/definitions/ViewPosition",
|
|
352
|
+
"description": "Defines the position of the column relative to other columns.",
|
|
353
|
+
"artifactType": "Manifest"
|
|
354
|
+
},
|
|
355
|
+
"header": {
|
|
356
|
+
"description": "The header is shown on the table as header, as well as in the add/remove dialog.",
|
|
357
|
+
"i18nClassification": "COL: Custom column header text",
|
|
358
|
+
"type": "string",
|
|
359
|
+
"artifactType": "Manifest"
|
|
360
|
+
},
|
|
361
|
+
"width": {
|
|
362
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
363
|
+
"type": "string",
|
|
364
|
+
"artifactType": "Manifest"
|
|
365
|
+
},
|
|
366
|
+
"template": {
|
|
367
|
+
"description": "Relevant for extension columns; allows the definition of a target fragment.",
|
|
368
|
+
"type": "string",
|
|
369
|
+
"artifactType": "Manifest"
|
|
370
|
+
},
|
|
371
|
+
"horizontalAlign": {
|
|
372
|
+
"$ref": "#/definitions/HorizontalAlign",
|
|
373
|
+
"description": "Aligns the header as well as the content horizontally.",
|
|
374
|
+
"artifactType": "Manifest"
|
|
375
|
+
},
|
|
376
|
+
"availability": {
|
|
377
|
+
"$ref": "#/definitions/Availability",
|
|
378
|
+
"description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
|
|
379
|
+
"artifactType": "Manifest"
|
|
380
|
+
},
|
|
381
|
+
"properties": {
|
|
382
|
+
"description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
|
|
383
|
+
"type": "array",
|
|
384
|
+
"items": {
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
"artifactType": "Manifest"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"additionalProperties": false,
|
|
391
|
+
"required": [
|
|
392
|
+
"header",
|
|
393
|
+
"template"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
"ViewPosition": {
|
|
397
|
+
"type": "object",
|
|
398
|
+
"properties": {
|
|
399
|
+
"anchor": {
|
|
400
|
+
"description": "The key of another column to be used as placement anchor.",
|
|
401
|
+
"type": "string",
|
|
402
|
+
"artifactType": "Manifest"
|
|
403
|
+
},
|
|
404
|
+
"placement": {
|
|
405
|
+
"$ref": "#/definitions/Placement",
|
|
406
|
+
"description": "Define the placement, either before or after the anchor column.",
|
|
407
|
+
"artifactType": "Manifest"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"additionalProperties": false,
|
|
411
|
+
"required": [
|
|
412
|
+
"placement"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
"Placement": {
|
|
416
|
+
"enum": [
|
|
417
|
+
"After",
|
|
418
|
+
"Before",
|
|
419
|
+
"End"
|
|
420
|
+
],
|
|
421
|
+
"type": "string"
|
|
422
|
+
},
|
|
423
|
+
"HorizontalAlign": {
|
|
424
|
+
"enum": [
|
|
425
|
+
"Begin",
|
|
426
|
+
"Center",
|
|
427
|
+
"End"
|
|
428
|
+
],
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
"TableTypeV4": {
|
|
432
|
+
"enum": [
|
|
433
|
+
"GridTable",
|
|
434
|
+
"ResponsiveTable"
|
|
435
|
+
],
|
|
436
|
+
"type": "string"
|
|
437
|
+
},
|
|
438
|
+
"SelectionMode": {
|
|
439
|
+
"enum": [
|
|
440
|
+
"Auto",
|
|
441
|
+
"Multi",
|
|
442
|
+
"None",
|
|
443
|
+
"Single"
|
|
444
|
+
],
|
|
445
|
+
"type": "string"
|
|
446
|
+
},
|
|
447
|
+
"QuickVariantSelectionV4": {
|
|
448
|
+
"type": "object",
|
|
449
|
+
"properties": {
|
|
450
|
+
"paths": {
|
|
451
|
+
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
452
|
+
"type": "array",
|
|
453
|
+
"items": {
|
|
454
|
+
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
455
|
+
},
|
|
456
|
+
"artifactType": "Manifest"
|
|
457
|
+
},
|
|
458
|
+
"hideTableTitle": {
|
|
459
|
+
"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.",
|
|
460
|
+
"type": "boolean",
|
|
461
|
+
"artifactType": "Manifest"
|
|
462
|
+
},
|
|
463
|
+
"showCounts": {
|
|
464
|
+
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
465
|
+
"type": "boolean",
|
|
466
|
+
"artifactType": "Manifest"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"additionalProperties": false,
|
|
470
|
+
"required": [
|
|
471
|
+
"paths"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"AnnotationPathAsObject": {
|
|
475
|
+
"type": "object",
|
|
476
|
+
"properties": {
|
|
477
|
+
"annotationPath": {
|
|
478
|
+
"type": "string"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"additionalProperties": false,
|
|
482
|
+
"required": [
|
|
483
|
+
"annotationPath"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"Table": {
|
|
487
|
+
"description": "Table",
|
|
488
|
+
"isViewNode": true,
|
|
489
|
+
"type": "object",
|
|
490
|
+
"properties": {
|
|
491
|
+
"annotationPath": {
|
|
492
|
+
"description": "The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
493
|
+
"type": "string",
|
|
494
|
+
"artifactType": "Manifest"
|
|
495
|
+
},
|
|
496
|
+
"initialLoad": {
|
|
497
|
+
"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).",
|
|
498
|
+
"type": "boolean",
|
|
499
|
+
"artifactType": "Manifest"
|
|
500
|
+
},
|
|
501
|
+
"creationMode": {
|
|
502
|
+
"$ref": "#/definitions/TableCreationMode",
|
|
503
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
504
|
+
"artifactType": "Manifest"
|
|
505
|
+
},
|
|
506
|
+
"personalization": {
|
|
507
|
+
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.",
|
|
508
|
+
"type": "boolean",
|
|
509
|
+
"artifactType": "Manifest"
|
|
510
|
+
},
|
|
511
|
+
"views": {
|
|
512
|
+
"$ref": "#/definitions/MultiTableModeV4"
|
|
513
|
+
},
|
|
514
|
+
"toolBar": {
|
|
515
|
+
"$ref": "#/definitions/ToolBar",
|
|
516
|
+
"description": "Tool Bar"
|
|
517
|
+
},
|
|
518
|
+
"columns": {
|
|
519
|
+
"$ref": "#/definitions/GenericColumns"
|
|
520
|
+
},
|
|
521
|
+
"type": {
|
|
522
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
523
|
+
"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.",
|
|
524
|
+
"artifactType": "Manifest"
|
|
525
|
+
},
|
|
526
|
+
"selectionMode": {
|
|
527
|
+
"$ref": "#/definitions/SelectionMode",
|
|
528
|
+
"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.",
|
|
529
|
+
"artifactType": "Manifest"
|
|
530
|
+
},
|
|
531
|
+
"selectAll": {
|
|
532
|
+
"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.",
|
|
533
|
+
"type": "boolean",
|
|
534
|
+
"artifactType": "Manifest"
|
|
535
|
+
},
|
|
536
|
+
"selectionLimit": {
|
|
537
|
+
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
538
|
+
"type": "number",
|
|
539
|
+
"artifactType": "Manifest"
|
|
540
|
+
},
|
|
541
|
+
"enableExport": {
|
|
542
|
+
"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.",
|
|
543
|
+
"type": "boolean",
|
|
544
|
+
"artifactType": "Manifest"
|
|
545
|
+
},
|
|
546
|
+
"quickVariantSelection": {
|
|
547
|
+
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
548
|
+
"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.",
|
|
549
|
+
"artifactType": "Manifest"
|
|
550
|
+
},
|
|
551
|
+
"condensedTableLayout": {
|
|
552
|
+
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
553
|
+
"type": "boolean",
|
|
554
|
+
"artifactType": "Manifest"
|
|
346
555
|
}
|
|
347
556
|
},
|
|
348
557
|
"additionalProperties": false
|
|
349
558
|
},
|
|
350
|
-
"
|
|
351
|
-
"
|
|
559
|
+
"TableCreationMode": {
|
|
560
|
+
"type": "object",
|
|
561
|
+
"properties": {
|
|
562
|
+
"name": {
|
|
563
|
+
"$ref": "#/definitions/TableCreationModeType",
|
|
564
|
+
"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\".",
|
|
565
|
+
"artifactType": "Manifest"
|
|
566
|
+
},
|
|
567
|
+
"createAtEnd": {
|
|
568
|
+
"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\"",
|
|
569
|
+
"type": "boolean",
|
|
570
|
+
"artifactType": "Manifest"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"additionalProperties": false
|
|
574
|
+
},
|
|
575
|
+
"MultiTableModeV4": {
|
|
576
|
+
"description": "Views",
|
|
352
577
|
"isViewNode": true,
|
|
353
578
|
"type": "object",
|
|
354
579
|
"additionalProperties": {
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
580
|
+
"anyOf": [
|
|
581
|
+
{
|
|
582
|
+
"$ref": "#/definitions/LRChartView"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"$ref": "#/definitions/LRTableView"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"type": "boolean"
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
"properties": {
|
|
593
|
+
"showCounts": {
|
|
594
|
+
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
595
|
+
"type": "boolean",
|
|
596
|
+
"artifactType": "Manifest"
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"LRChartView": {
|
|
601
|
+
"description": "Chart View",
|
|
602
|
+
"isViewNode": true,
|
|
603
|
+
"type": "object",
|
|
604
|
+
"properties": {
|
|
605
|
+
"annotationPath": {
|
|
606
|
+
"description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
|
|
607
|
+
"type": "string",
|
|
608
|
+
"artifactType": "Manifest"
|
|
609
|
+
},
|
|
610
|
+
"entitySet": {
|
|
611
|
+
"description": "Each chart can be based on a different entitySet.",
|
|
612
|
+
"type": "string",
|
|
613
|
+
"artifactType": "Manifest"
|
|
614
|
+
},
|
|
615
|
+
"toolBar": {
|
|
616
|
+
"$ref": "#/definitions/ViewChartToolBar",
|
|
617
|
+
"description": "Chart Toolbar"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"additionalProperties": false,
|
|
621
|
+
"required": [
|
|
622
|
+
"annotationPath"
|
|
623
|
+
]
|
|
624
|
+
},
|
|
625
|
+
"LRTableView": {
|
|
626
|
+
"description": "Table View",
|
|
627
|
+
"isViewNode": true,
|
|
628
|
+
"type": "object",
|
|
629
|
+
"properties": {
|
|
630
|
+
"annotationPath": {
|
|
631
|
+
"description": "The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
632
|
+
"type": "string",
|
|
633
|
+
"artifactType": "Manifest"
|
|
634
|
+
},
|
|
635
|
+
"entitySet": {
|
|
636
|
+
"description": "Each table can be based on a different entitySet.",
|
|
637
|
+
"type": "string",
|
|
638
|
+
"artifactType": "Manifest"
|
|
639
|
+
},
|
|
640
|
+
"keepPreviousPersonalization": {
|
|
641
|
+
"description": "The tab keeps the default LineItem ID (without the key), so the variant is applied to it.",
|
|
642
|
+
"type": "boolean",
|
|
643
|
+
"artifactType": "Manifest"
|
|
644
|
+
},
|
|
645
|
+
"personalization": {
|
|
646
|
+
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.",
|
|
647
|
+
"type": "boolean",
|
|
648
|
+
"artifactType": "Manifest"
|
|
649
|
+
},
|
|
650
|
+
"creationMode": {
|
|
651
|
+
"$ref": "#/definitions/ViewTableCreationMode",
|
|
652
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
653
|
+
"artifactType": "Manifest"
|
|
654
|
+
},
|
|
655
|
+
"toolBar": {
|
|
656
|
+
"$ref": "#/definitions/ToolBar",
|
|
657
|
+
"description": "Table Toolbar"
|
|
658
|
+
},
|
|
659
|
+
"columns": {
|
|
660
|
+
"$ref": "#/definitions/ViewColumns"
|
|
661
|
+
},
|
|
662
|
+
"type": {
|
|
663
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
664
|
+
"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.",
|
|
665
|
+
"artifactType": "Manifest"
|
|
666
|
+
},
|
|
667
|
+
"selectionMode": {
|
|
668
|
+
"$ref": "#/definitions/SelectionMode",
|
|
669
|
+
"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.",
|
|
670
|
+
"artifactType": "Manifest"
|
|
671
|
+
},
|
|
672
|
+
"selectAll": {
|
|
673
|
+
"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.",
|
|
674
|
+
"type": "boolean",
|
|
675
|
+
"artifactType": "Manifest"
|
|
676
|
+
},
|
|
677
|
+
"selectionLimit": {
|
|
678
|
+
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
679
|
+
"type": "number",
|
|
680
|
+
"artifactType": "Manifest"
|
|
681
|
+
},
|
|
682
|
+
"enableExport": {
|
|
683
|
+
"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.",
|
|
684
|
+
"type": "boolean",
|
|
685
|
+
"artifactType": "Manifest"
|
|
686
|
+
},
|
|
687
|
+
"quickVariantSelection": {
|
|
688
|
+
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
689
|
+
"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.",
|
|
690
|
+
"artifactType": "Manifest"
|
|
691
|
+
},
|
|
692
|
+
"condensedTableLayout": {
|
|
693
|
+
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
694
|
+
"type": "boolean",
|
|
695
|
+
"artifactType": "Manifest"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"additionalProperties": false,
|
|
699
|
+
"required": [
|
|
700
|
+
"annotationPath"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"GenericColumns": {
|
|
704
|
+
"type": "object",
|
|
705
|
+
"additionalProperties": {
|
|
706
|
+
"anyOf": [
|
|
707
|
+
{
|
|
708
|
+
"$ref": "#/definitions/TableColumn"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"$ref": "#/definitions/TableColumnAction"
|
|
712
|
+
}
|
|
713
|
+
]
|
|
358
714
|
}
|
|
715
|
+
},
|
|
716
|
+
"TableColumn": {
|
|
717
|
+
"description": "Table Column",
|
|
718
|
+
"isViewNode": true,
|
|
719
|
+
"type": "object",
|
|
720
|
+
"properties": {
|
|
721
|
+
"width": {
|
|
722
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
723
|
+
"type": "string",
|
|
724
|
+
"artifactType": "Manifest"
|
|
725
|
+
},
|
|
726
|
+
"availability": {
|
|
727
|
+
"$ref": "#/definitions/Availability",
|
|
728
|
+
"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.",
|
|
729
|
+
"artifactType": "Manifest"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"additionalProperties": false
|
|
733
|
+
},
|
|
734
|
+
"TableColumnAction": {
|
|
735
|
+
"description": "Inline Action",
|
|
736
|
+
"isViewNode": true,
|
|
737
|
+
"type": "object",
|
|
738
|
+
"properties": {
|
|
739
|
+
"afterExecution": {
|
|
740
|
+
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
741
|
+
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
|
|
742
|
+
"artifactType": "Manifest"
|
|
743
|
+
},
|
|
744
|
+
"width": {
|
|
745
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
746
|
+
"type": "string",
|
|
747
|
+
"artifactType": "Manifest"
|
|
748
|
+
},
|
|
749
|
+
"availability": {
|
|
750
|
+
"$ref": "#/definitions/Availability",
|
|
751
|
+
"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.",
|
|
752
|
+
"artifactType": "Manifest"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"additionalProperties": false
|
|
756
|
+
},
|
|
757
|
+
"DefaultPathType": {
|
|
758
|
+
"enum": [
|
|
759
|
+
"both",
|
|
760
|
+
"primary",
|
|
761
|
+
"secondary"
|
|
762
|
+
],
|
|
763
|
+
"type": "string"
|
|
359
764
|
}
|
|
360
765
|
},
|
|
361
766
|
"$schema": "http://json-schema.org/draft-07/schema#"
|