@sap/ux-specification 1.84.30 → 1.84.35
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 +94 -3
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +7 -14
- 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/AnalyticalListPageConfig.json +32 -13
- package/dist/schemas/v2/ApplicationV2.json +11 -11
- package/dist/schemas/v2/ListReportConfig.json +32 -13
- package/dist/schemas/v2/OverviewPageConfig.json +13 -16
- package/dist/schemas/v4/ApplicationV4.json +9 -5
- package/dist/schemas/v4/ListReportConfig.json +561 -166
- package/dist/schemas/v4/ObjectPageConfig.json +6 -38
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +40 -47
- 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/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/FilterBar.d.ts +40 -25
- 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 +34 -4
- package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +1 -1
- 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 +155 -23
- 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 +17 -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 +20 -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.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 +5 -3
- package/dist/src/sync/common/generate/objectPage.js +73 -44
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +43 -9
- package/dist/src/sync/common/generate/utils.js +121 -30
- 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 +28 -6
- package/dist/src/sync/common/types.js +24 -0
- 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 +178 -66
- 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 +13 -4
- package/dist/src/sync/v2/export/controls/FilterBar.js +83 -56
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -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 +108 -32
- 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 -1
- 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 +1 -9
- 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 +1 -1
- package/dist/src/sync/v2/export/manifest.js +2 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +3 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js +38 -5
- 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 +29 -35
- 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 +40 -34
- 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 +81 -106
- 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 +12 -5
- package/dist/src/sync/v2/generate/utils.js +43 -0
- 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 +3 -16
- 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 +11 -10
- 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/listReport.js +9 -0
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +29 -14
- 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.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +3 -2
- package/dist/src/sync/v2/import/utils.js +28 -3
- 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 +104 -8
- package/dist/src/sync/v4/export/controls/Table.js +353 -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 +293 -59
- 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 +8 -3
- package/dist/src/sync/v4/export/pages/ListReport.js +42 -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 +333 -42
- 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 +31 -11
- 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 +103 -20
- 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 +13 -14
- package/dist/src/sync/v4/utils/utils.js +44 -48
- 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/package.json +17 -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
|
@@ -935,6 +935,9 @@
|
|
|
935
935
|
"type": "boolean",
|
|
936
936
|
"artifactType": "FlexChange",
|
|
937
937
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
938
|
+
},
|
|
939
|
+
"selectionFields": {
|
|
940
|
+
"$ref": "#/definitions/SelectionFields"
|
|
938
941
|
}
|
|
939
942
|
},
|
|
940
943
|
"additionalProperties": false
|
|
@@ -1009,19 +1012,31 @@
|
|
|
1009
1012
|
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1010
1013
|
"type": "boolean",
|
|
1011
1014
|
"artifactType": "Manifest"
|
|
1012
|
-
},
|
|
1013
|
-
"fields": {
|
|
1014
|
-
"description": "For a fields' list you can define the set of standard date range values separately.",
|
|
1015
|
-
"type": "object",
|
|
1016
|
-
"additionalProperties": {
|
|
1017
|
-
"$ref": "#/definitions/SelectedValues"
|
|
1018
|
-
},
|
|
1019
|
-
"artifactType": "Manifest"
|
|
1020
1015
|
}
|
|
1021
1016
|
},
|
|
1022
1017
|
"additionalProperties": false
|
|
1023
1018
|
},
|
|
1024
|
-
"
|
|
1019
|
+
"SelectionFields": {
|
|
1020
|
+
"description": "Filter Fields",
|
|
1021
|
+
"isViewNode": true,
|
|
1022
|
+
"type": "object",
|
|
1023
|
+
"additionalProperties": {
|
|
1024
|
+
"description": "Filter Field",
|
|
1025
|
+
"isViewNode": true,
|
|
1026
|
+
"anyOf": [
|
|
1027
|
+
{
|
|
1028
|
+
"type": "object",
|
|
1029
|
+
"properties": {}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"$ref": "#/definitions/SelectionFieldDateSettings"
|
|
1033
|
+
}
|
|
1034
|
+
]
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"SelectionFieldDateSettings": {
|
|
1038
|
+
"description": "Filter Field for Date Settings",
|
|
1039
|
+
"isViewNode": true,
|
|
1025
1040
|
"type": "object",
|
|
1026
1041
|
"properties": {
|
|
1027
1042
|
"selectedValues": {
|
|
@@ -1079,15 +1094,18 @@
|
|
|
1079
1094
|
"YESTERDAY"
|
|
1080
1095
|
],
|
|
1081
1096
|
"type": "string"
|
|
1082
|
-
}
|
|
1097
|
+
},
|
|
1098
|
+
"artifactType": "Manifest"
|
|
1083
1099
|
},
|
|
1084
1100
|
"exclude": {
|
|
1085
1101
|
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1086
|
-
"type": "boolean"
|
|
1102
|
+
"type": "boolean",
|
|
1103
|
+
"artifactType": "Manifest"
|
|
1087
1104
|
},
|
|
1088
1105
|
"customDateRangeImplementation": {
|
|
1089
1106
|
"description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
|
|
1090
|
-
"type": "string"
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"artifactType": "Manifest"
|
|
1091
1109
|
},
|
|
1092
1110
|
"filter": {
|
|
1093
1111
|
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
@@ -1257,7 +1275,8 @@
|
|
|
1257
1275
|
]
|
|
1258
1276
|
}
|
|
1259
1277
|
]
|
|
1260
|
-
}
|
|
1278
|
+
},
|
|
1279
|
+
"artifactType": "Manifest"
|
|
1261
1280
|
}
|
|
1262
1281
|
},
|
|
1263
1282
|
"additionalProperties": false
|
|
@@ -25,16 +25,6 @@
|
|
|
25
25
|
"AppSettings": {
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
28
|
-
"title": {
|
|
29
|
-
"description": "To change the application header, in your project artifacts, change the i18n property file for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as {{appTitle}} in the sap.app section of the manifest file.",
|
|
30
|
-
"i18nClassification": "TIT: Title of the application",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
"description": {
|
|
34
|
-
"description": "To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description as {{appDescription}} in the sap.app section of the manifest file.",
|
|
35
|
-
"i18nClassification": "TIT: Description of the application",
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
38
28
|
"forceGlobalRefresh": {
|
|
39
29
|
"description": "If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed.",
|
|
40
30
|
"type": "boolean"
|
|
@@ -47,8 +37,18 @@
|
|
|
47
37
|
"$ref": "#/definitions/TableColumnVerticalAlignment",
|
|
48
38
|
"description": "tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."
|
|
49
39
|
},
|
|
40
|
+
"title": {
|
|
41
|
+
"description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file.",
|
|
42
|
+
"i18nClassification": "TIT: Title of the application",
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"description": {
|
|
46
|
+
"description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file.",
|
|
47
|
+
"i18nClassification": "TIT: Description of the application",
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
50
|
"flexEnabled": {
|
|
51
|
-
"description": "
|
|
51
|
+
"description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
|
|
52
52
|
"type": "boolean"
|
|
53
53
|
}
|
|
54
54
|
},
|
|
@@ -1157,6 +1157,9 @@
|
|
|
1157
1157
|
"type": "boolean",
|
|
1158
1158
|
"artifactType": "FlexChange",
|
|
1159
1159
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
1160
|
+
},
|
|
1161
|
+
"selectionFields": {
|
|
1162
|
+
"$ref": "#/definitions/SelectionFields"
|
|
1160
1163
|
}
|
|
1161
1164
|
},
|
|
1162
1165
|
"additionalProperties": false
|
|
@@ -1231,19 +1234,31 @@
|
|
|
1231
1234
|
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1232
1235
|
"type": "boolean",
|
|
1233
1236
|
"artifactType": "Manifest"
|
|
1234
|
-
},
|
|
1235
|
-
"fields": {
|
|
1236
|
-
"description": "For a fields' list you can define the set of standard date range values separately.",
|
|
1237
|
-
"type": "object",
|
|
1238
|
-
"additionalProperties": {
|
|
1239
|
-
"$ref": "#/definitions/SelectedValues"
|
|
1240
|
-
},
|
|
1241
|
-
"artifactType": "Manifest"
|
|
1242
1237
|
}
|
|
1243
1238
|
},
|
|
1244
1239
|
"additionalProperties": false
|
|
1245
1240
|
},
|
|
1246
|
-
"
|
|
1241
|
+
"SelectionFields": {
|
|
1242
|
+
"description": "Filter Fields",
|
|
1243
|
+
"isViewNode": true,
|
|
1244
|
+
"type": "object",
|
|
1245
|
+
"additionalProperties": {
|
|
1246
|
+
"description": "Filter Field",
|
|
1247
|
+
"isViewNode": true,
|
|
1248
|
+
"anyOf": [
|
|
1249
|
+
{
|
|
1250
|
+
"type": "object",
|
|
1251
|
+
"properties": {}
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"$ref": "#/definitions/SelectionFieldDateSettings"
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"SelectionFieldDateSettings": {
|
|
1260
|
+
"description": "Filter Field for Date Settings",
|
|
1261
|
+
"isViewNode": true,
|
|
1247
1262
|
"type": "object",
|
|
1248
1263
|
"properties": {
|
|
1249
1264
|
"selectedValues": {
|
|
@@ -1301,15 +1316,18 @@
|
|
|
1301
1316
|
"YESTERDAY"
|
|
1302
1317
|
],
|
|
1303
1318
|
"type": "string"
|
|
1304
|
-
}
|
|
1319
|
+
},
|
|
1320
|
+
"artifactType": "Manifest"
|
|
1305
1321
|
},
|
|
1306
1322
|
"exclude": {
|
|
1307
1323
|
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1308
|
-
"type": "boolean"
|
|
1324
|
+
"type": "boolean",
|
|
1325
|
+
"artifactType": "Manifest"
|
|
1309
1326
|
},
|
|
1310
1327
|
"customDateRangeImplementation": {
|
|
1311
1328
|
"description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
|
|
1312
|
-
"type": "string"
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"artifactType": "Manifest"
|
|
1313
1331
|
},
|
|
1314
1332
|
"filter": {
|
|
1315
1333
|
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
@@ -1479,7 +1497,8 @@
|
|
|
1479
1497
|
]
|
|
1480
1498
|
}
|
|
1481
1499
|
]
|
|
1482
|
-
}
|
|
1500
|
+
},
|
|
1501
|
+
"artifactType": "Manifest"
|
|
1483
1502
|
}
|
|
1484
1503
|
},
|
|
1485
1504
|
"additionalProperties": false
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"type": "object",
|
|
74
74
|
"properties": {
|
|
75
75
|
"dateSettings": {
|
|
76
|
-
"$ref": "#/definitions/
|
|
76
|
+
"$ref": "#/definitions/DateRangeOVP",
|
|
77
77
|
"description": "You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -135,13 +135,19 @@
|
|
|
135
135
|
],
|
|
136
136
|
"type": "string"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"DateRangeOVP": {
|
|
139
139
|
"type": "object",
|
|
140
140
|
"properties": {
|
|
141
|
+
"fields": {
|
|
142
|
+
"description": "For a fields' list you can define the set of standard date range values separately.",
|
|
143
|
+
"type": "object",
|
|
144
|
+
"additionalProperties": {
|
|
145
|
+
"$ref": "#/definitions/SelectedValues"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
141
148
|
"useDateRange": {
|
|
142
149
|
"description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
|
|
143
|
-
"type": "boolean"
|
|
144
|
-
"artifactType": "Manifest"
|
|
150
|
+
"type": "boolean"
|
|
145
151
|
},
|
|
146
152
|
"selectedValues": {
|
|
147
153
|
"description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
|
|
@@ -198,26 +204,17 @@
|
|
|
198
204
|
"YESTERDAY"
|
|
199
205
|
],
|
|
200
206
|
"type": "string"
|
|
201
|
-
}
|
|
202
|
-
"artifactType": "Manifest"
|
|
207
|
+
}
|
|
203
208
|
},
|
|
204
209
|
"exclude": {
|
|
205
210
|
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
206
|
-
"type": "boolean"
|
|
207
|
-
"artifactType": "Manifest"
|
|
208
|
-
},
|
|
209
|
-
"fields": {
|
|
210
|
-
"description": "For a fields' list you can define the set of standard date range values separately.",
|
|
211
|
-
"type": "object",
|
|
212
|
-
"additionalProperties": {
|
|
213
|
-
"$ref": "#/definitions/SelectedValues"
|
|
214
|
-
},
|
|
215
|
-
"artifactType": "Manifest"
|
|
211
|
+
"type": "boolean"
|
|
216
212
|
}
|
|
217
213
|
},
|
|
218
214
|
"additionalProperties": false
|
|
219
215
|
},
|
|
220
216
|
"SelectedValues": {
|
|
217
|
+
"isViewNode": false,
|
|
221
218
|
"type": "object",
|
|
222
219
|
"properties": {
|
|
223
220
|
"selectedValues": {
|
|
@@ -25,19 +25,23 @@
|
|
|
25
25
|
"AppSettings": {
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
28
|
+
"flexibleColumnLayout": {
|
|
29
|
+
"$ref": "#/definitions/FlexibleColumnLayoutV4",
|
|
30
|
+
"description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."
|
|
31
|
+
},
|
|
28
32
|
"title": {
|
|
29
|
-
"description": "To change the application header, in your project artifacts, change i18n property file
|
|
33
|
+
"description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file.",
|
|
30
34
|
"i18nClassification": "TIT: Title of the application",
|
|
31
35
|
"type": "string"
|
|
32
36
|
},
|
|
33
37
|
"description": {
|
|
34
|
-
"description": "To change the application header, in your project artifacts, change i18n property file
|
|
38
|
+
"description": "To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file.",
|
|
35
39
|
"i18nClassification": "TIT: Description of the application",
|
|
36
40
|
"type": "string"
|
|
37
41
|
},
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
42
|
+
"flexEnabled": {
|
|
43
|
+
"description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
|
|
44
|
+
"type": "boolean"
|
|
41
45
|
}
|
|
42
46
|
},
|
|
43
47
|
"additionalProperties": false
|