@sap/ux-specification 1.90.20 → 1.90.25
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 +91 -0
- 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 +621 -195
- 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 -3
- package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v4/controls/Table.d.ts +166 -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 +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 +24 -16
- package/dist/src/sync/common/generate/utils.js +55 -62
- 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/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/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 +126 -9
- package/dist/src/sync/v4/export/controls/Table.js +439 -48
- 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 +43 -31
- 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 +37 -14
- 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 +55 -43
- 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 +12 -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,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,175 +42,550 @@
|
|
|
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": {
|
|
58
|
+
"selectionFields": {
|
|
59
|
+
"$ref": "#/definitions/SelectionFields"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"additionalProperties": false
|
|
63
|
+
},
|
|
64
|
+
"SelectionFields": {
|
|
65
|
+
"description": "Filter Fields",
|
|
66
|
+
"isViewNode": true,
|
|
67
|
+
"type": "object",
|
|
68
|
+
"additionalProperties": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {},
|
|
71
|
+
"additionalProperties": true
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"ALPChartView": {
|
|
75
|
+
"description": "Chart View",
|
|
76
|
+
"isViewNode": true,
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"annotationPath": {
|
|
80
|
+
"description": "The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"toolBar": {
|
|
84
|
+
"$ref": "#/definitions/ViewChartToolBar",
|
|
85
|
+
"description": "Chart Toolbar"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"additionalProperties": false,
|
|
89
|
+
"required": [
|
|
90
|
+
"annotationPath"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"ViewChartToolBar": {
|
|
94
|
+
"description": "Chart Toolbar",
|
|
95
|
+
"isViewNode": true,
|
|
96
|
+
"type": "object",
|
|
97
|
+
"properties": {
|
|
98
|
+
"actions": {
|
|
99
|
+
"$ref": "#/definitions/ViewActions"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"additionalProperties": false,
|
|
103
|
+
"required": [
|
|
104
|
+
"actions"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"ViewActions": {
|
|
108
|
+
"description": "Actions",
|
|
109
|
+
"isViewNode": true,
|
|
110
|
+
"type": "object",
|
|
111
|
+
"additionalProperties": {
|
|
112
|
+
"anyOf": [
|
|
113
|
+
{
|
|
114
|
+
"$ref": "#/definitions/ViewToolBarAction"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "object",
|
|
118
|
+
"properties": {}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"ViewToolBarAction": {
|
|
124
|
+
"description": "Action",
|
|
125
|
+
"isViewNode": true,
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"enableOnSelect": {
|
|
129
|
+
"$ref": "#/definitions/SelectType",
|
|
130
|
+
"description": "Enables single selection for a bound action",
|
|
131
|
+
"artifactType": "Manifest"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"additionalProperties": false
|
|
135
|
+
},
|
|
136
|
+
"SelectType": {
|
|
137
|
+
"enum": [
|
|
138
|
+
"multi",
|
|
139
|
+
"single"
|
|
140
|
+
],
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
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
|
+
},
|
|
26
152
|
"initialLoad": {
|
|
27
153
|
"$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"
|
|
154
|
+
"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)."
|
|
30
155
|
},
|
|
31
|
-
"
|
|
32
|
-
"$ref": "#/definitions/
|
|
33
|
-
"description": "
|
|
34
|
-
|
|
156
|
+
"personalization": {
|
|
157
|
+
"$ref": "#/definitions/ViewPersonalizationType",
|
|
158
|
+
"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."
|
|
159
|
+
},
|
|
160
|
+
"creationMode": {
|
|
161
|
+
"$ref": "#/definitions/ViewTableCreationMode",
|
|
162
|
+
"description": "Defines the page behavior when a new record is created."
|
|
35
163
|
},
|
|
36
164
|
"toolBar": {
|
|
37
165
|
"$ref": "#/definitions/ToolBar",
|
|
38
|
-
"description": "
|
|
166
|
+
"description": "Table Toolbar"
|
|
167
|
+
},
|
|
168
|
+
"columns": {
|
|
169
|
+
"$ref": "#/definitions/ViewColumns"
|
|
39
170
|
},
|
|
40
171
|
"type": {
|
|
41
172
|
"$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"
|
|
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."
|
|
54
174
|
},
|
|
55
175
|
"selectionMode": {
|
|
56
176
|
"$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"
|
|
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."
|
|
59
178
|
},
|
|
60
179
|
"selectAll": {
|
|
61
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.",
|
|
62
|
-
"type": "boolean"
|
|
63
|
-
"artifactType": "Manifest"
|
|
181
|
+
"type": "boolean"
|
|
64
182
|
},
|
|
65
183
|
"selectionLimit": {
|
|
66
184
|
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
67
|
-
"type": "number"
|
|
68
|
-
"artifactType": "Manifest"
|
|
185
|
+
"type": "number"
|
|
69
186
|
},
|
|
70
187
|
"enableExport": {
|
|
71
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.",
|
|
72
|
-
"type": "boolean"
|
|
73
|
-
"artifactType": "Manifest"
|
|
189
|
+
"type": "boolean"
|
|
74
190
|
},
|
|
75
191
|
"quickVariantSelection": {
|
|
76
192
|
"$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"
|
|
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."
|
|
79
194
|
},
|
|
80
195
|
"condensedTableLayout": {
|
|
81
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
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"InitialLoadType": {
|
|
206
|
+
"enum": [
|
|
207
|
+
"Auto",
|
|
208
|
+
"Disabled",
|
|
209
|
+
"Enabled"
|
|
210
|
+
],
|
|
211
|
+
"type": "string"
|
|
212
|
+
},
|
|
213
|
+
"ViewPersonalizationType": {
|
|
214
|
+
"type": "object",
|
|
215
|
+
"properties": {
|
|
216
|
+
"column": {
|
|
217
|
+
"description": "Defines whether the user can add and remove columns to a given table.",
|
|
82
218
|
"type": "boolean",
|
|
83
219
|
"artifactType": "Manifest"
|
|
84
220
|
},
|
|
85
|
-
"
|
|
86
|
-
"
|
|
221
|
+
"sort": {
|
|
222
|
+
"description": "Defines whether the user can sort a given table.",
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"artifactType": "Manifest"
|
|
225
|
+
},
|
|
226
|
+
"filter": {
|
|
227
|
+
"description": "Defines whether the user can filter data of a given table.",
|
|
228
|
+
"type": "boolean",
|
|
229
|
+
"artifactType": "Manifest"
|
|
87
230
|
}
|
|
88
231
|
},
|
|
89
232
|
"additionalProperties": false
|
|
90
233
|
},
|
|
91
|
-
"
|
|
234
|
+
"ViewTableCreationMode": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"properties": {
|
|
237
|
+
"name": {
|
|
238
|
+
"$ref": "#/definitions/TableCreationModeType",
|
|
239
|
+
"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\".",
|
|
240
|
+
"artifactType": "Manifest"
|
|
241
|
+
},
|
|
242
|
+
"createAtEnd": {
|
|
243
|
+
"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\"",
|
|
244
|
+
"type": "boolean",
|
|
245
|
+
"artifactType": "Manifest"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"additionalProperties": false
|
|
249
|
+
},
|
|
250
|
+
"TableCreationModeType": {
|
|
251
|
+
"enum": [
|
|
252
|
+
"CreationRow",
|
|
253
|
+
"Inline",
|
|
254
|
+
"NewPage"
|
|
255
|
+
],
|
|
256
|
+
"type": "string"
|
|
257
|
+
},
|
|
258
|
+
"ToolBar": {
|
|
259
|
+
"description": "Table Toolbar",
|
|
260
|
+
"isViewNode": true,
|
|
261
|
+
"type": "object",
|
|
262
|
+
"properties": {
|
|
263
|
+
"actions": {
|
|
264
|
+
"$ref": "#/definitions/Actions"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"additionalProperties": false,
|
|
268
|
+
"required": [
|
|
269
|
+
"actions"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
"Actions": {
|
|
273
|
+
"description": "Actions",
|
|
274
|
+
"isViewNode": true,
|
|
275
|
+
"type": "object",
|
|
276
|
+
"additionalProperties": {
|
|
277
|
+
"$ref": "#/definitions/ToolBarAction"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"ToolBarAction": {
|
|
281
|
+
"description": "Action",
|
|
282
|
+
"isViewNode": true,
|
|
283
|
+
"type": "object",
|
|
284
|
+
"properties": {
|
|
285
|
+
"enableOnSelect": {
|
|
286
|
+
"$ref": "#/definitions/SelectType",
|
|
287
|
+
"description": "Enables single selection for a bound action",
|
|
288
|
+
"artifactType": "Manifest"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"additionalProperties": false
|
|
292
|
+
},
|
|
293
|
+
"ViewColumns": {
|
|
294
|
+
"type": "object",
|
|
295
|
+
"additionalProperties": {
|
|
296
|
+
"anyOf": [
|
|
297
|
+
{
|
|
298
|
+
"$ref": "#/definitions/ViewTableColumn"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"$ref": "#/definitions/ViewTableColumnAction"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"$ref": "#/definitions/ViewTableCustomColumn"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"ViewTableColumn": {
|
|
310
|
+
"description": "Table Column",
|
|
311
|
+
"isViewNode": true,
|
|
312
|
+
"type": "object",
|
|
313
|
+
"properties": {
|
|
314
|
+
"width": {
|
|
315
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
316
|
+
"type": "string",
|
|
317
|
+
"artifactType": "Manifest"
|
|
318
|
+
},
|
|
319
|
+
"availability": {
|
|
320
|
+
"$ref": "#/definitions/Availability",
|
|
321
|
+
"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.",
|
|
322
|
+
"artifactType": "Manifest"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"additionalProperties": false
|
|
326
|
+
},
|
|
327
|
+
"Availability": {
|
|
328
|
+
"enum": [
|
|
329
|
+
"Adaptation",
|
|
330
|
+
"Default",
|
|
331
|
+
"Hidden"
|
|
332
|
+
],
|
|
333
|
+
"type": "string"
|
|
334
|
+
},
|
|
335
|
+
"ViewTableColumnAction": {
|
|
336
|
+
"description": "Inline Action",
|
|
337
|
+
"isViewNode": true,
|
|
338
|
+
"type": "object",
|
|
339
|
+
"properties": {
|
|
340
|
+
"afterExecution": {
|
|
341
|
+
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
342
|
+
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
|
|
343
|
+
"artifactType": "Manifest"
|
|
344
|
+
},
|
|
345
|
+
"width": {
|
|
346
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
347
|
+
"type": "string",
|
|
348
|
+
"artifactType": "Manifest"
|
|
349
|
+
},
|
|
350
|
+
"availability": {
|
|
351
|
+
"$ref": "#/definitions/Availability",
|
|
352
|
+
"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.",
|
|
353
|
+
"artifactType": "Manifest"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"additionalProperties": false
|
|
357
|
+
},
|
|
358
|
+
"ActionAfterExecutionConfiguration": {
|
|
359
|
+
"type": "object",
|
|
360
|
+
"properties": {
|
|
361
|
+
"navigateToInstance": {
|
|
362
|
+
"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”.",
|
|
363
|
+
"type": "boolean",
|
|
364
|
+
"artifactType": "Manifest"
|
|
365
|
+
},
|
|
366
|
+
"enableAutoScroll": {
|
|
367
|
+
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
368
|
+
"type": "boolean",
|
|
369
|
+
"artifactType": "Manifest"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"additionalProperties": false
|
|
373
|
+
},
|
|
374
|
+
"ViewTableCustomColumn": {
|
|
375
|
+
"description": "Custom Column",
|
|
376
|
+
"isViewNode": true,
|
|
377
|
+
"type": "object",
|
|
378
|
+
"properties": {
|
|
379
|
+
"position": {
|
|
380
|
+
"$ref": "#/definitions/ViewPosition",
|
|
381
|
+
"description": "Defines the position of the column relative to other columns.",
|
|
382
|
+
"artifactType": "Manifest"
|
|
383
|
+
},
|
|
384
|
+
"header": {
|
|
385
|
+
"description": "The header is shown on the table as header, as well as in the add/remove dialog.",
|
|
386
|
+
"i18nClassification": "COL: Custom column header text",
|
|
387
|
+
"type": "string",
|
|
388
|
+
"artifactType": "Manifest"
|
|
389
|
+
},
|
|
390
|
+
"width": {
|
|
391
|
+
"description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
|
|
392
|
+
"type": "string",
|
|
393
|
+
"artifactType": "Manifest"
|
|
394
|
+
},
|
|
395
|
+
"template": {
|
|
396
|
+
"description": "Relevant for extension columns; allows the definition of a target fragment.",
|
|
397
|
+
"type": "string",
|
|
398
|
+
"artifactType": "Manifest"
|
|
399
|
+
},
|
|
400
|
+
"horizontalAlign": {
|
|
401
|
+
"$ref": "#/definitions/HorizontalAlign",
|
|
402
|
+
"description": "Aligns the header as well as the content horizontally.",
|
|
403
|
+
"artifactType": "Manifest"
|
|
404
|
+
},
|
|
405
|
+
"availability": {
|
|
406
|
+
"$ref": "#/definitions/Availability",
|
|
407
|
+
"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",
|
|
408
|
+
"artifactType": "Manifest"
|
|
409
|
+
},
|
|
410
|
+
"properties": {
|
|
411
|
+
"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.",
|
|
412
|
+
"type": "array",
|
|
413
|
+
"items": {
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
"artifactType": "Manifest"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"additionalProperties": false,
|
|
420
|
+
"required": [
|
|
421
|
+
"header",
|
|
422
|
+
"template"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"ViewPosition": {
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"anchor": {
|
|
429
|
+
"description": "The key of another column to be used as placement anchor.",
|
|
430
|
+
"type": "string",
|
|
431
|
+
"artifactType": "Manifest"
|
|
432
|
+
},
|
|
433
|
+
"placement": {
|
|
434
|
+
"$ref": "#/definitions/Placement",
|
|
435
|
+
"description": "Define the placement, either before or after the anchor column.",
|
|
436
|
+
"artifactType": "Manifest"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"additionalProperties": false,
|
|
440
|
+
"required": [
|
|
441
|
+
"placement"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"Placement": {
|
|
445
|
+
"enum": [
|
|
446
|
+
"After",
|
|
447
|
+
"Before",
|
|
448
|
+
"End"
|
|
449
|
+
],
|
|
450
|
+
"type": "string"
|
|
451
|
+
},
|
|
452
|
+
"HorizontalAlign": {
|
|
453
|
+
"enum": [
|
|
454
|
+
"Begin",
|
|
455
|
+
"Center",
|
|
456
|
+
"End"
|
|
457
|
+
],
|
|
458
|
+
"type": "string"
|
|
459
|
+
},
|
|
460
|
+
"TableTypeV4": {
|
|
461
|
+
"enum": [
|
|
462
|
+
"AnalyticalTable",
|
|
463
|
+
"GridTable",
|
|
464
|
+
"ResponsiveTable"
|
|
465
|
+
],
|
|
466
|
+
"type": "string"
|
|
467
|
+
},
|
|
468
|
+
"SelectionMode": {
|
|
92
469
|
"enum": [
|
|
93
470
|
"Auto",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
471
|
+
"Multi",
|
|
472
|
+
"None",
|
|
473
|
+
"Single"
|
|
96
474
|
],
|
|
97
475
|
"type": "string"
|
|
98
476
|
},
|
|
99
|
-
"
|
|
477
|
+
"QuickVariantSelectionV4": {
|
|
100
478
|
"type": "object",
|
|
101
479
|
"properties": {
|
|
102
480
|
"paths": {
|
|
103
481
|
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
104
482
|
"type": "array",
|
|
105
483
|
"items": {
|
|
106
|
-
"$ref": "#/definitions/
|
|
484
|
+
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
107
485
|
},
|
|
108
486
|
"artifactType": "Manifest"
|
|
109
487
|
},
|
|
110
|
-
"
|
|
111
|
-
"description": "You can
|
|
488
|
+
"hideTableTitle": {
|
|
489
|
+
"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.",
|
|
490
|
+
"type": "boolean",
|
|
491
|
+
"artifactType": "Manifest"
|
|
492
|
+
},
|
|
493
|
+
"showCounts": {
|
|
494
|
+
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
495
|
+
"type": "boolean",
|
|
496
|
+
"artifactType": "Manifest"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"additionalProperties": false,
|
|
500
|
+
"required": [
|
|
501
|
+
"paths"
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
"AnnotationPathAsObject": {
|
|
505
|
+
"type": "object",
|
|
506
|
+
"properties": {
|
|
507
|
+
"annotationPath": {
|
|
508
|
+
"type": "string"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"additionalProperties": false,
|
|
512
|
+
"required": [
|
|
513
|
+
"annotationPath"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
"Table": {
|
|
517
|
+
"description": "Table",
|
|
518
|
+
"isViewNode": true,
|
|
519
|
+
"type": "object",
|
|
520
|
+
"properties": {
|
|
521
|
+
"annotationPath": {
|
|
522
|
+
"description": "The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
523
|
+
"type": "string",
|
|
524
|
+
"artifactType": "Manifest"
|
|
525
|
+
},
|
|
526
|
+
"initialLoad": {
|
|
527
|
+
"$ref": "#/definitions/InitialLoadType",
|
|
528
|
+
"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).",
|
|
529
|
+
"artifactType": "Manifest"
|
|
530
|
+
},
|
|
531
|
+
"creationMode": {
|
|
532
|
+
"$ref": "#/definitions/TableCreationMode",
|
|
533
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
534
|
+
"artifactType": "Manifest"
|
|
535
|
+
},
|
|
536
|
+
"personalization": {
|
|
537
|
+
"$ref": "#/definitions/PersonalizationType",
|
|
538
|
+
"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.",
|
|
539
|
+
"artifactType": "Manifest"
|
|
540
|
+
},
|
|
541
|
+
"views": {
|
|
542
|
+
"$ref": "#/definitions/MultiTableModeV4"
|
|
543
|
+
},
|
|
544
|
+
"toolBar": {
|
|
545
|
+
"$ref": "#/definitions/ToolBar",
|
|
546
|
+
"description": "Tool Bar"
|
|
547
|
+
},
|
|
548
|
+
"columns": {
|
|
549
|
+
"$ref": "#/definitions/GenericColumns"
|
|
550
|
+
},
|
|
551
|
+
"type": {
|
|
552
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
553
|
+
"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.",
|
|
554
|
+
"artifactType": "Manifest"
|
|
555
|
+
},
|
|
556
|
+
"selectionMode": {
|
|
557
|
+
"$ref": "#/definitions/SelectionMode",
|
|
558
|
+
"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.",
|
|
559
|
+
"artifactType": "Manifest"
|
|
560
|
+
},
|
|
561
|
+
"selectAll": {
|
|
562
|
+
"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.",
|
|
112
563
|
"type": "boolean",
|
|
113
564
|
"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
565
|
},
|
|
127
|
-
"
|
|
128
|
-
"
|
|
566
|
+
"selectionLimit": {
|
|
567
|
+
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
568
|
+
"type": "number",
|
|
569
|
+
"artifactType": "Manifest"
|
|
129
570
|
},
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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",
|
|
571
|
+
"enableExport": {
|
|
572
|
+
"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.",
|
|
573
|
+
"type": "boolean",
|
|
574
|
+
"artifactType": "Manifest"
|
|
575
|
+
},
|
|
576
|
+
"quickVariantSelection": {
|
|
577
|
+
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
578
|
+
"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.",
|
|
579
|
+
"artifactType": "Manifest"
|
|
580
|
+
},
|
|
581
|
+
"condensedTableLayout": {
|
|
582
|
+
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
583
|
+
"type": "boolean",
|
|
170
584
|
"artifactType": "Manifest"
|
|
171
585
|
}
|
|
172
586
|
},
|
|
173
587
|
"additionalProperties": false
|
|
174
588
|
},
|
|
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
589
|
"TableCreationMode": {
|
|
191
590
|
"type": "object",
|
|
192
591
|
"properties": {
|
|
@@ -203,14 +602,6 @@
|
|
|
203
602
|
},
|
|
204
603
|
"additionalProperties": false
|
|
205
604
|
},
|
|
206
|
-
"TableCreationModeType": {
|
|
207
|
-
"enum": [
|
|
208
|
-
"CreationRow",
|
|
209
|
-
"Inline",
|
|
210
|
-
"NewPage"
|
|
211
|
-
],
|
|
212
|
-
"type": "string"
|
|
213
|
-
},
|
|
214
605
|
"PersonalizationType": {
|
|
215
606
|
"type": "object",
|
|
216
607
|
"properties": {
|
|
@@ -232,47 +623,127 @@
|
|
|
232
623
|
},
|
|
233
624
|
"additionalProperties": false
|
|
234
625
|
},
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
|
|
626
|
+
"MultiTableModeV4": {
|
|
627
|
+
"description": "Views",
|
|
628
|
+
"isViewNode": true,
|
|
629
|
+
"type": "object",
|
|
630
|
+
"additionalProperties": {
|
|
631
|
+
"anyOf": [
|
|
632
|
+
{
|
|
633
|
+
"$ref": "#/definitions/LRChartView"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"$ref": "#/definitions/LRTableView"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"type": "boolean"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"properties": {
|
|
644
|
+
"showCounts": {
|
|
645
|
+
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
646
|
+
"type": "boolean",
|
|
647
|
+
"artifactType": "Manifest"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
243
650
|
},
|
|
244
|
-
"
|
|
651
|
+
"LRChartView": {
|
|
652
|
+
"description": "Chart View",
|
|
653
|
+
"isViewNode": true,
|
|
245
654
|
"type": "object",
|
|
246
655
|
"properties": {
|
|
247
|
-
"
|
|
248
|
-
"description": "
|
|
249
|
-
"type": "
|
|
250
|
-
"items": {
|
|
251
|
-
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
252
|
-
},
|
|
656
|
+
"annotationPath": {
|
|
657
|
+
"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.",
|
|
658
|
+
"type": "string",
|
|
253
659
|
"artifactType": "Manifest"
|
|
254
660
|
},
|
|
255
|
-
"
|
|
256
|
-
"description": "
|
|
257
|
-
"type": "
|
|
661
|
+
"entitySet": {
|
|
662
|
+
"description": "Each chart can be based on a different entitySet.",
|
|
663
|
+
"type": "string",
|
|
258
664
|
"artifactType": "Manifest"
|
|
259
665
|
},
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"artifactType": "Manifest"
|
|
666
|
+
"toolBar": {
|
|
667
|
+
"$ref": "#/definitions/ViewChartToolBar",
|
|
668
|
+
"description": "Chart Toolbar"
|
|
264
669
|
}
|
|
265
670
|
},
|
|
266
671
|
"additionalProperties": false,
|
|
267
672
|
"required": [
|
|
268
|
-
"
|
|
673
|
+
"annotationPath"
|
|
269
674
|
]
|
|
270
675
|
},
|
|
271
|
-
"
|
|
676
|
+
"LRTableView": {
|
|
677
|
+
"description": "Table View",
|
|
678
|
+
"isViewNode": true,
|
|
272
679
|
"type": "object",
|
|
273
680
|
"properties": {
|
|
274
681
|
"annotationPath": {
|
|
275
|
-
"
|
|
682
|
+
"description": "The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
683
|
+
"type": "string",
|
|
684
|
+
"artifactType": "Manifest"
|
|
685
|
+
},
|
|
686
|
+
"entitySet": {
|
|
687
|
+
"description": "Each table can be based on a different entitySet.",
|
|
688
|
+
"type": "string",
|
|
689
|
+
"artifactType": "Manifest"
|
|
690
|
+
},
|
|
691
|
+
"keepPreviousPersonalization": {
|
|
692
|
+
"description": "The tab keeps the default LineItem ID (without the key), so the variant is applied to it.",
|
|
693
|
+
"type": "boolean",
|
|
694
|
+
"artifactType": "Manifest"
|
|
695
|
+
},
|
|
696
|
+
"personalization": {
|
|
697
|
+
"$ref": "#/definitions/ViewPersonalizationType",
|
|
698
|
+
"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.",
|
|
699
|
+
"artifactType": "Manifest"
|
|
700
|
+
},
|
|
701
|
+
"creationMode": {
|
|
702
|
+
"$ref": "#/definitions/ViewTableCreationMode",
|
|
703
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
704
|
+
"artifactType": "Manifest"
|
|
705
|
+
},
|
|
706
|
+
"toolBar": {
|
|
707
|
+
"$ref": "#/definitions/ToolBar",
|
|
708
|
+
"description": "Table Toolbar"
|
|
709
|
+
},
|
|
710
|
+
"columns": {
|
|
711
|
+
"$ref": "#/definitions/ViewColumns"
|
|
712
|
+
},
|
|
713
|
+
"type": {
|
|
714
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
715
|
+
"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.",
|
|
716
|
+
"artifactType": "Manifest"
|
|
717
|
+
},
|
|
718
|
+
"selectionMode": {
|
|
719
|
+
"$ref": "#/definitions/SelectionMode",
|
|
720
|
+
"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.",
|
|
721
|
+
"artifactType": "Manifest"
|
|
722
|
+
},
|
|
723
|
+
"selectAll": {
|
|
724
|
+
"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.",
|
|
725
|
+
"type": "boolean",
|
|
726
|
+
"artifactType": "Manifest"
|
|
727
|
+
},
|
|
728
|
+
"selectionLimit": {
|
|
729
|
+
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
730
|
+
"type": "number",
|
|
731
|
+
"artifactType": "Manifest"
|
|
732
|
+
},
|
|
733
|
+
"enableExport": {
|
|
734
|
+
"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.",
|
|
735
|
+
"type": "boolean",
|
|
736
|
+
"artifactType": "Manifest"
|
|
737
|
+
},
|
|
738
|
+
"quickVariantSelection": {
|
|
739
|
+
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
740
|
+
"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.",
|
|
741
|
+
"artifactType": "Manifest"
|
|
742
|
+
},
|
|
743
|
+
"condensedTableLayout": {
|
|
744
|
+
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
745
|
+
"type": "boolean",
|
|
746
|
+
"artifactType": "Manifest"
|
|
276
747
|
}
|
|
277
748
|
},
|
|
278
749
|
"additionalProperties": false,
|
|
@@ -311,14 +782,6 @@
|
|
|
311
782
|
},
|
|
312
783
|
"additionalProperties": false
|
|
313
784
|
},
|
|
314
|
-
"Availability": {
|
|
315
|
-
"enum": [
|
|
316
|
-
"Adaptation",
|
|
317
|
-
"Default",
|
|
318
|
-
"Hidden"
|
|
319
|
-
],
|
|
320
|
-
"type": "string"
|
|
321
|
-
},
|
|
322
785
|
"TableColumnAction": {
|
|
323
786
|
"description": "Inline Action",
|
|
324
787
|
"isViewNode": true,
|
|
@@ -342,50 +805,13 @@
|
|
|
342
805
|
},
|
|
343
806
|
"additionalProperties": false
|
|
344
807
|
},
|
|
345
|
-
"
|
|
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": {
|
|
808
|
+
"DefaultPathType": {
|
|
362
809
|
"enum": [
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
810
|
+
"both",
|
|
811
|
+
"primary",
|
|
812
|
+
"secondary"
|
|
366
813
|
],
|
|
367
814
|
"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
815
|
}
|
|
390
816
|
},
|
|
391
817
|
"$schema": "http://json-schema.org/draft-07/schema#"
|