@sap/ux-specification 1.90.19 → 1.90.24
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 +92 -0
- 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 +48 -24
- package/dist/schemas/v2/ApplicationV2.json +11 -11
- package/dist/schemas/v2/ListReportConfig.json +48 -24
- package/dist/schemas/v2/OverviewPageConfig.json +29 -28
- package/dist/schemas/v4/ApplicationV4.json +9 -5
- package/dist/schemas/v4/ListReportConfig.json +590 -174
- 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 +47 -31
- 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 +38 -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 +162 -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 +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 +122 -32
- 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 +17 -4
- package/dist/src/sync/v2/export/controls/FilterBar.js +102 -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/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 -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 +125 -9
- package/dist/src/sync/v4/export/controls/Table.js +431 -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 +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 +43 -31
- 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 +29 -6
- 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 +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 +45 -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 +11 -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,5 +1,5 @@
|
|
|
1
|
-
import { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
|
|
2
|
-
import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
|
|
1
|
+
import type { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
|
|
2
|
+
import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
|
|
3
3
|
export interface ObjectPageSectionForm {
|
|
4
4
|
/**
|
|
5
5
|
* Form
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnnotationPathAsObject, TableCreationModeType, TableSettings } from '../controls';
|
|
2
|
-
import { ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction } from '../webapp/manifest/ManifestSettings';
|
|
3
|
-
import { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
1
|
+
import type { AnnotationPathAsObject, TableCreationModeType, TableSettings } from '../controls';
|
|
2
|
+
import type { ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction } from '../webapp/manifest/ManifestSettings';
|
|
3
|
+
import type { ObjectPageToolBar } from './ObjectPageToolBar';
|
|
4
4
|
/**
|
|
5
5
|
* Table
|
|
6
6
|
* @isViewNode true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TableColumn, TableColumnAction } from './../webapp/manifest/ManifestSettings';
|
|
2
|
-
import { ToolBar } from './ToolBar';
|
|
1
|
+
import type { TableColumn, TableColumnAction, ViewTableColumn, ViewTableColumnAction, ViewTableCustomColumn } from './../webapp/manifest/ManifestSettings';
|
|
2
|
+
import type { ToolBar, ViewChartToolBar } from './ToolBar';
|
|
3
3
|
export declare enum SelectionMode {
|
|
4
4
|
Multi = "Multi",
|
|
5
5
|
None = "None",
|
|
@@ -21,6 +21,11 @@ export declare enum InitialLoadType {
|
|
|
21
21
|
Enabled = "Enabled",
|
|
22
22
|
Auto = "Auto"
|
|
23
23
|
}
|
|
24
|
+
export declare enum DefaultPathType {
|
|
25
|
+
Primary = "primary",
|
|
26
|
+
Secondary = "secondary",
|
|
27
|
+
Both = "both"
|
|
28
|
+
}
|
|
24
29
|
export interface TableCreationMode {
|
|
25
30
|
/**
|
|
26
31
|
* The name property of TableCreationMode defines the creation mode; possible values are:
|
|
@@ -35,6 +40,20 @@ export interface TableCreationMode {
|
|
|
35
40
|
*/
|
|
36
41
|
createAtEnd?: boolean;
|
|
37
42
|
}
|
|
43
|
+
export interface ViewTableCreationMode {
|
|
44
|
+
/**
|
|
45
|
+
* The name property of TableCreationMode defines the creation mode; possible values are:
|
|
46
|
+
* - NewPage: The create action leads to a new page.
|
|
47
|
+
* - Inline: The create action leads to a new row at the table.
|
|
48
|
+
* - CreationRow: No create button will be rendered, an empty row is directly given.
|
|
49
|
+
* The default is "NewPage".
|
|
50
|
+
*/
|
|
51
|
+
name?: TableCreationModeType;
|
|
52
|
+
/**
|
|
53
|
+
* 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"
|
|
54
|
+
*/
|
|
55
|
+
createAtEnd?: boolean;
|
|
56
|
+
}
|
|
38
57
|
export interface PersonalizationType {
|
|
39
58
|
/**
|
|
40
59
|
* Defines whether the user can add and remove columns to a given table.
|
|
@@ -49,6 +68,20 @@ export interface PersonalizationType {
|
|
|
49
68
|
*/
|
|
50
69
|
filter?: boolean;
|
|
51
70
|
}
|
|
71
|
+
export interface ViewPersonalizationType {
|
|
72
|
+
/**
|
|
73
|
+
* Defines whether the user can add and remove columns to a given table.
|
|
74
|
+
*/
|
|
75
|
+
column?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Defines whether the user can sort a given table.
|
|
78
|
+
*/
|
|
79
|
+
sort?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* Defines whether the user can filter data of a given table.
|
|
82
|
+
*/
|
|
83
|
+
filter?: boolean;
|
|
84
|
+
}
|
|
52
85
|
export interface AnnotationPathAsObject {
|
|
53
86
|
annotationPath: string;
|
|
54
87
|
}
|
|
@@ -71,34 +104,17 @@ export interface QuickVariantSelectionV4 {
|
|
|
71
104
|
*/
|
|
72
105
|
showCounts?: boolean;
|
|
73
106
|
}
|
|
74
|
-
export interface MultiTableModeV4 {
|
|
75
|
-
/**
|
|
76
|
-
* List of annotation paths referring to SelectionVariant annotations
|
|
77
|
-
*/
|
|
78
|
-
paths: AnnotationPathWithKey[];
|
|
79
|
-
/**
|
|
80
|
-
* You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.
|
|
81
|
-
*/
|
|
82
|
-
showCounts?: boolean;
|
|
83
|
-
}
|
|
84
107
|
export interface GenericColumns {
|
|
85
108
|
[key: string]: TableColumn | TableColumnAction;
|
|
86
109
|
}
|
|
87
|
-
export interface
|
|
110
|
+
export interface ViewColumns {
|
|
111
|
+
[key: string]: ViewTableColumn | ViewTableColumnAction | ViewTableCustomColumn;
|
|
112
|
+
}
|
|
113
|
+
export interface TableSettings {
|
|
88
114
|
/**
|
|
89
115
|
* 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.
|
|
90
116
|
*/
|
|
91
117
|
type?: TableTypeV4;
|
|
92
|
-
/**
|
|
93
|
-
* Defines the page behavior when a new record is created.
|
|
94
|
-
*/
|
|
95
|
-
creationMode?: TableCreationMode;
|
|
96
|
-
/**
|
|
97
|
-
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
98
|
-
* By 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.
|
|
99
|
-
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
100
|
-
*/
|
|
101
|
-
personalization?: PersonalizationType;
|
|
102
118
|
/**
|
|
103
119
|
* 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:
|
|
104
120
|
* - "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.
|
|
@@ -128,7 +144,120 @@ export interface TableSettings<COLS = GenericColumns> {
|
|
|
128
144
|
* You can set the content density to condensed for ui.table on the list report and object page applications.
|
|
129
145
|
*/
|
|
130
146
|
condensedTableLayout?: boolean;
|
|
131
|
-
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Views
|
|
150
|
+
* @isViewNode true
|
|
151
|
+
*/
|
|
152
|
+
export interface MultiTableModeV4 {
|
|
153
|
+
/**
|
|
154
|
+
* List of annotation paths
|
|
155
|
+
*/
|
|
156
|
+
[key: string]: LRTableView | LRChartView | boolean;
|
|
157
|
+
/**
|
|
158
|
+
* You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.
|
|
159
|
+
*/
|
|
160
|
+
showCounts?: boolean;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Chart View
|
|
164
|
+
* @isViewNode true
|
|
165
|
+
*/
|
|
166
|
+
export interface ALPChartView {
|
|
167
|
+
/**
|
|
168
|
+
* The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant.
|
|
169
|
+
*/
|
|
170
|
+
annotationPath: string;
|
|
171
|
+
/**
|
|
172
|
+
* Chart Toolbar
|
|
173
|
+
* @isViewNode true
|
|
174
|
+
*/
|
|
175
|
+
toolBar?: ViewChartToolBar;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Chart View
|
|
179
|
+
* @isViewNode true
|
|
180
|
+
*/
|
|
181
|
+
export interface LRChartView {
|
|
182
|
+
/**
|
|
183
|
+
* To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.
|
|
184
|
+
* Reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.
|
|
185
|
+
*/
|
|
186
|
+
annotationPath: string;
|
|
187
|
+
/**
|
|
188
|
+
* Each chart can be based on a different entitySet.
|
|
189
|
+
*/
|
|
190
|
+
entitySet?: string;
|
|
191
|
+
/**
|
|
192
|
+
* Chart Toolbar
|
|
193
|
+
* @isViewNode true
|
|
194
|
+
*/
|
|
195
|
+
toolBar?: ViewChartToolBar;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Table View
|
|
199
|
+
* @isViewNode true
|
|
200
|
+
*/
|
|
201
|
+
export interface ALPTableView extends TableSettings {
|
|
202
|
+
/**
|
|
203
|
+
* The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.
|
|
204
|
+
*/
|
|
205
|
+
annotationPath: string;
|
|
206
|
+
/**
|
|
207
|
+
* initialLoad defines whether or not the data in the table is automatically loaded.
|
|
208
|
+
* - Disabled - Data is never loaded when opening the app without an app state.
|
|
209
|
+
* - Enabled - Data is always loaded when opening the app.
|
|
210
|
+
* - Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by "SelectionVariant" definition, URL parameters or user defaults).
|
|
211
|
+
*/
|
|
212
|
+
initialLoad?: InitialLoadType;
|
|
213
|
+
/**
|
|
214
|
+
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
215
|
+
* By 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.
|
|
216
|
+
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
217
|
+
*/
|
|
218
|
+
personalization?: ViewPersonalizationType;
|
|
219
|
+
/**
|
|
220
|
+
* Defines the page behavior when a new record is created.
|
|
221
|
+
*/
|
|
222
|
+
creationMode?: ViewTableCreationMode;
|
|
223
|
+
/**
|
|
224
|
+
* Table Toolbar
|
|
225
|
+
*/
|
|
226
|
+
toolBar?: ToolBar;
|
|
227
|
+
columns?: ViewColumns;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Table View
|
|
231
|
+
* @isViewNode true
|
|
232
|
+
*/
|
|
233
|
+
export interface LRTableView extends TableSettings {
|
|
234
|
+
/**
|
|
235
|
+
* The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.
|
|
236
|
+
*/
|
|
237
|
+
annotationPath: string;
|
|
238
|
+
/**
|
|
239
|
+
* Each table can be based on a different entitySet.
|
|
240
|
+
*/
|
|
241
|
+
entitySet?: string;
|
|
242
|
+
/**
|
|
243
|
+
* The tab keeps the default LineItem ID (without the key), so the variant is applied to it.
|
|
244
|
+
*/
|
|
245
|
+
keepPreviousPersonalization?: boolean;
|
|
246
|
+
/**
|
|
247
|
+
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
248
|
+
* By 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.
|
|
249
|
+
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
250
|
+
*/
|
|
251
|
+
personalization?: ViewPersonalizationType;
|
|
252
|
+
/**
|
|
253
|
+
* Defines the page behavior when a new record is created.
|
|
254
|
+
*/
|
|
255
|
+
creationMode?: ViewTableCreationMode;
|
|
256
|
+
/**
|
|
257
|
+
* Table Toolbar
|
|
258
|
+
*/
|
|
259
|
+
toolBar?: ToolBar;
|
|
260
|
+
columns?: ViewColumns;
|
|
132
261
|
}
|
|
133
262
|
/**
|
|
134
263
|
* Table
|
|
@@ -143,11 +272,19 @@ export interface Table extends TableSettings {
|
|
|
143
272
|
*/
|
|
144
273
|
initialLoad?: InitialLoadType;
|
|
145
274
|
/**
|
|
146
|
-
*
|
|
275
|
+
* Defines the page behavior when a new record is created.
|
|
276
|
+
*/
|
|
277
|
+
creationMode?: TableCreationMode;
|
|
278
|
+
/**
|
|
279
|
+
* Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
|
|
280
|
+
* By 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.
|
|
281
|
+
* Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
|
|
147
282
|
*/
|
|
283
|
+
personalization?: PersonalizationType;
|
|
148
284
|
views?: MultiTableModeV4;
|
|
149
285
|
/**
|
|
150
286
|
* Tool Bar
|
|
151
287
|
*/
|
|
152
288
|
toolBar?: ToolBar;
|
|
289
|
+
columns?: GenericColumns;
|
|
153
290
|
}
|
|
@@ -27,4 +27,10 @@ var InitialLoadType;
|
|
|
27
27
|
InitialLoadType["Enabled"] = "Enabled";
|
|
28
28
|
InitialLoadType["Auto"] = "Auto";
|
|
29
29
|
})(InitialLoadType = exports.InitialLoadType || (exports.InitialLoadType = {}));
|
|
30
|
+
var DefaultPathType;
|
|
31
|
+
(function (DefaultPathType) {
|
|
32
|
+
DefaultPathType["Primary"] = "primary";
|
|
33
|
+
DefaultPathType["Secondary"] = "secondary";
|
|
34
|
+
DefaultPathType["Both"] = "both";
|
|
35
|
+
})(DefaultPathType = exports.DefaultPathType || (exports.DefaultPathType = {}));
|
|
30
36
|
//# sourceMappingURL=Table.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../src/specification/v4/controls/Table.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../src/specification/v4/controls/Table.ts"],"names":[],"mappings":";;AASA,IAAY,aAKX;AALD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,8BAAa,CAAA;AACjB,CAAC,EALW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAKxB;AAED,IAAY,WAMX;AAND,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC;6BACyB;AAC7B,CAAC,EANW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAMtB;AAED,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,0CAAiB,CAAA;IACjB,oDAA2B,CAAA;AAC/B,CAAC,EAJW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAIhC;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
|
|
@@ -12,6 +12,17 @@ export interface ToolBarAction {
|
|
|
12
12
|
*/
|
|
13
13
|
enableOnSelect?: SelectType;
|
|
14
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Action
|
|
17
|
+
* @isViewNode true
|
|
18
|
+
*/
|
|
19
|
+
export interface ViewToolBarAction {
|
|
20
|
+
/**
|
|
21
|
+
* Enables single selection for a bound action
|
|
22
|
+
*/
|
|
23
|
+
enableOnSelect?: SelectType;
|
|
24
|
+
}
|
|
25
|
+
export declare type ChartToolBarAction = {};
|
|
15
26
|
/**
|
|
16
27
|
* Actions
|
|
17
28
|
* @isViewNode true
|
|
@@ -20,9 +31,23 @@ export interface Actions {
|
|
|
20
31
|
[key: string]: ToolBarAction;
|
|
21
32
|
}
|
|
22
33
|
/**
|
|
23
|
-
*
|
|
34
|
+
* Actions
|
|
35
|
+
* @isViewNode true
|
|
36
|
+
*/
|
|
37
|
+
export interface ViewActions {
|
|
38
|
+
[key: string]: ViewToolBarAction | ChartToolBarAction;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Table Toolbar
|
|
24
42
|
* @isViewNode true
|
|
25
43
|
*/
|
|
26
44
|
export interface ToolBar {
|
|
27
45
|
actions: Actions;
|
|
28
46
|
}
|
|
47
|
+
/**
|
|
48
|
+
* Chart Toolbar
|
|
49
|
+
* @isViewNode true
|
|
50
|
+
*/
|
|
51
|
+
export interface ViewChartToolBar {
|
|
52
|
+
actions: ViewActions;
|
|
53
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PagesBase, PageBase, PageTypeV4, SapUiGenericAppPageSettings } from '../common';
|
|
2
|
-
import { FlexibleColumnLayoutAggregations } from '.';
|
|
1
|
+
import type { PagesBase, PageBase, PageTypeV4, SapUiGenericAppPageSettings } from '../common';
|
|
2
|
+
import type { FlexibleColumnLayoutAggregations } from '.';
|
|
3
3
|
export interface Pages extends PagesBase {
|
|
4
4
|
[key: string]: Page;
|
|
5
5
|
}
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Table, FilterBar } from '../controls';
|
|
2
|
-
import { PageConfig } from '../../common/page';
|
|
1
|
+
import type { Table, FilterBar, ALPTableView, ALPChartView, DefaultPathType } from '../controls';
|
|
2
|
+
import type { PageConfig } from '../../common/page';
|
|
3
3
|
export declare enum VariantManagementTypeListReport {
|
|
4
4
|
None = "None",
|
|
5
5
|
Control = "Control",
|
|
6
6
|
Page = "Page"
|
|
7
7
|
}
|
|
8
8
|
export interface ListReportConfig extends PageConfig {
|
|
9
|
-
table?: Table;
|
|
10
9
|
/**
|
|
11
10
|
* variantManagement defines how the variant management of page personalizations is controlled.
|
|
12
11
|
* - None - No variant management by default.
|
|
13
12
|
* - Control - Individual personalizations for each control.
|
|
14
13
|
*/
|
|
15
14
|
variantManagement?: VariantManagementTypeListReport;
|
|
15
|
+
/**
|
|
16
|
+
* Filter bar
|
|
17
|
+
*/
|
|
16
18
|
filterBar?: FilterBar;
|
|
19
|
+
/**
|
|
20
|
+
* Chart
|
|
21
|
+
*/
|
|
22
|
+
chart?: ALPChartView;
|
|
23
|
+
/**
|
|
24
|
+
* Table
|
|
25
|
+
*/
|
|
26
|
+
table?: Table | ALPTableView;
|
|
27
|
+
/**
|
|
28
|
+
* "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.
|
|
29
|
+
*/
|
|
30
|
+
defaultPath?: DefaultPathType;
|
|
17
31
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PageConfig } from '../../common/page';
|
|
2
|
-
import { ObjectPageLayout, ObjectPageHeader, ObjectPageFooter, GenericSections, CustomSections } from '../controls';
|
|
1
|
+
import type { PageConfig } from '../../common/page';
|
|
2
|
+
import type { ObjectPageLayout, ObjectPageHeader, ObjectPageFooter, GenericSections, CustomSections } from '../controls';
|
|
3
3
|
export declare enum VariantManagementTypeObjectPage {
|
|
4
4
|
None = "None",
|
|
5
5
|
Control = "Control"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v4/pages/ObjectPageConfig.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ObjectPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v4/pages/ObjectPageConfig.ts"],"names":[],"mappings":";;AASA,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACvC,gDAAa,CAAA;IACb,sDAAmB,CAAA;AACvB,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C"}
|
|
@@ -13,6 +13,16 @@ export interface Position {
|
|
|
13
13
|
*/
|
|
14
14
|
placement: Placement;
|
|
15
15
|
}
|
|
16
|
+
export interface ViewPosition {
|
|
17
|
+
/**
|
|
18
|
+
* The key of another column to be used as placement anchor.
|
|
19
|
+
*/
|
|
20
|
+
anchor?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Define the placement, either before or after the anchor column.
|
|
23
|
+
*/
|
|
24
|
+
placement: Placement;
|
|
25
|
+
}
|
|
16
26
|
export declare type Positionable = {
|
|
17
27
|
/**
|
|
18
28
|
* Defines the position of the column relative to other columns.
|
|
@@ -67,6 +77,24 @@ export interface TableColumn {
|
|
|
67
77
|
*/
|
|
68
78
|
availability?: Availability;
|
|
69
79
|
}
|
|
80
|
+
/**
|
|
81
|
+
* Table Column
|
|
82
|
+
* @isViewNode true
|
|
83
|
+
*/
|
|
84
|
+
export interface ViewTableColumn {
|
|
85
|
+
/**
|
|
86
|
+
* A string type that represents CSS size values.
|
|
87
|
+
* Refer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.
|
|
88
|
+
*/
|
|
89
|
+
width?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Defines where the column should be shown.
|
|
92
|
+
* Default: it will be shown by default in the table.
|
|
93
|
+
* Adaptation: it will initially not shown in the table but be available via end user adaptation.
|
|
94
|
+
* Hidden: the column is neither available in the table nor in adaptation.
|
|
95
|
+
*/
|
|
96
|
+
availability?: Availability;
|
|
97
|
+
}
|
|
70
98
|
/**
|
|
71
99
|
* Table Column
|
|
72
100
|
* @isViewNode true
|
|
@@ -95,6 +123,16 @@ export interface TableColumnAction extends TableColumn {
|
|
|
95
123
|
*/
|
|
96
124
|
afterExecution?: ActionAfterExecutionConfiguration;
|
|
97
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* Inline Action
|
|
128
|
+
* @isViewNode true
|
|
129
|
+
*/
|
|
130
|
+
export interface ViewTableColumnAction extends ViewTableColumn {
|
|
131
|
+
/**
|
|
132
|
+
* Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
|
|
133
|
+
*/
|
|
134
|
+
afterExecution?: ActionAfterExecutionConfiguration;
|
|
135
|
+
}
|
|
98
136
|
export declare type ColumnPropertiesType = string[];
|
|
99
137
|
/**
|
|
100
138
|
* Inline Action for Object Page
|
|
@@ -145,3 +183,42 @@ export interface TableCustomColumn {
|
|
|
145
183
|
*/
|
|
146
184
|
properties?: ColumnPropertiesType;
|
|
147
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* Custom Column
|
|
188
|
+
* @isViewNode true
|
|
189
|
+
*/
|
|
190
|
+
export interface ViewTableCustomColumn {
|
|
191
|
+
/**
|
|
192
|
+
* Defines the position of the column relative to other columns.
|
|
193
|
+
*/
|
|
194
|
+
position?: ViewPosition;
|
|
195
|
+
/**
|
|
196
|
+
* The header is shown on the table as header, as well as in the add/remove dialog.
|
|
197
|
+
* @i18nClassification COL: Custom column header text
|
|
198
|
+
*/
|
|
199
|
+
header: string;
|
|
200
|
+
/**
|
|
201
|
+
* A string type that represents CSS size values.
|
|
202
|
+
* Refer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.
|
|
203
|
+
*/
|
|
204
|
+
width?: string;
|
|
205
|
+
/**
|
|
206
|
+
* Relevant for extension columns; allows the definition of a target fragment.
|
|
207
|
+
*/
|
|
208
|
+
template: string;
|
|
209
|
+
/**
|
|
210
|
+
* Aligns the header as well as the content horizontally.
|
|
211
|
+
*/
|
|
212
|
+
horizontalAlign?: HorizontalAlign;
|
|
213
|
+
/**
|
|
214
|
+
* Defines where the column should be shown.
|
|
215
|
+
* - Default: it will be shown by default in the table.
|
|
216
|
+
* - Adaptation: it will initially not shown in the table but be available via end user adaptation
|
|
217
|
+
* - Hidden: the column is neither available in the table nor in adaptation
|
|
218
|
+
*/
|
|
219
|
+
availability?: Availability;
|
|
220
|
+
/**
|
|
221
|
+
* 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.
|
|
222
|
+
*/
|
|
223
|
+
properties?: ColumnPropertiesType;
|
|
224
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestSettings.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":";;AAAA,oCAAoC;AACpC,IAAY,SAIX;AAJD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,8BAAiB,CAAA;IACjB,wBAAW,CAAA;AACf,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB;
|
|
1
|
+
{"version":3,"file":"ManifestSettings.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":";;AAAA,oCAAoC;AACpC,IAAY,SAIX;AAJD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,8BAAiB,CAAA;IACjB,wBAAW,CAAA;AACf,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB;AAqDD,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,mCAAqB,CAAA;IACrB,yCAA2B,CAAA;IAC3B,iCAAmB,CAAA;AACvB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute } from '../../../common/webapp/manifest/sapUi5';
|
|
2
|
-
import { FlexibleColumnLayoutV4 } from '../../ApplicationV4';
|
|
3
|
-
import { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
1
|
+
import type { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute } from '../../../common/webapp/manifest/sapUi5';
|
|
2
|
+
import type { FlexibleColumnLayoutV4 } from '../../ApplicationV4';
|
|
3
|
+
import type { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
4
4
|
export interface SapUi5V4 {
|
|
5
5
|
flexEnabled?: boolean;
|
|
6
6
|
resources?: object;
|
|
@@ -50,12 +50,21 @@ export interface SapUi5RoutingTargetNavigationV4 {
|
|
|
50
50
|
route: string;
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
|
+
export interface SapUi5ViewPath {
|
|
54
|
+
key: string;
|
|
55
|
+
annotationPath: string;
|
|
56
|
+
entitySet?: string;
|
|
57
|
+
}
|
|
53
58
|
export interface SapUi5RoutingTargetSettingsV4 {
|
|
54
59
|
entitySet?: string;
|
|
55
60
|
navigation?: {
|
|
56
61
|
[key: string]: SapUi5RoutingTargetNavigationV4;
|
|
57
62
|
};
|
|
58
63
|
variantManagement?: string;
|
|
64
|
+
views?: {
|
|
65
|
+
paths: Array<SapUi5ViewPath>;
|
|
66
|
+
showCounts?: boolean;
|
|
67
|
+
};
|
|
59
68
|
content?: {
|
|
60
69
|
header?: {
|
|
61
70
|
facets?: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;AA6Fa,QAAA,sBAAsB,GAAG,sBAAsB,CAAC;AAO7D,IAAY,gCAIX;AAJD,WAAY,gCAAgC;IACxC,yEAAqC,CAAA;IACrC,qEAAiC,CAAA;IACjC,qEAAiC,CAAA;AACrC,CAAC,EAJW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAI3C;AAQY,QAAA,2BAA2B,GAAG,OAAO,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
1
|
+
import type { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
2
2
|
export interface SapUiAppV4 {
|
|
3
3
|
pages: SapUiAppPageV4[] | SapUiGenericAppPageMapV4;
|
|
4
4
|
_version?: string;
|
|
@@ -12,6 +12,24 @@ export interface SapUiNavDetailsV4 {
|
|
|
12
12
|
route?: string;
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
|
+
export declare type SapUi5MultiViewPath = {
|
|
16
|
+
key: string;
|
|
17
|
+
annotationPath: string;
|
|
18
|
+
};
|
|
19
|
+
export declare type SapUi5MultiViewPaths = SapUi5MultiViewPath[];
|
|
20
|
+
export declare type SapUi5ALPPaths = [{
|
|
21
|
+
primary: [{
|
|
22
|
+
annotationPath: string;
|
|
23
|
+
}];
|
|
24
|
+
secondary: [{
|
|
25
|
+
annotationPath: string;
|
|
26
|
+
}];
|
|
27
|
+
defaultPath: string;
|
|
28
|
+
}];
|
|
29
|
+
export declare type SapUi5Views = {
|
|
30
|
+
paths: SapUi5MultiViewPaths | SapUi5ALPPaths;
|
|
31
|
+
showCounts?: boolean;
|
|
32
|
+
};
|
|
15
33
|
export declare type SapUiPageSettingsV4 = SapUiGenericAppPageSettings & {
|
|
16
34
|
entitySet?: string;
|
|
17
35
|
navigation?: {
|
|
@@ -19,6 +37,7 @@ export declare type SapUiPageSettingsV4 = SapUiGenericAppPageSettings & {
|
|
|
19
37
|
};
|
|
20
38
|
controlConfiguration?: SapUiGenericAppPageSettings;
|
|
21
39
|
content?: SapUi5RoutingTargetContent;
|
|
40
|
+
views?: SapUi5Views;
|
|
22
41
|
};
|
|
23
42
|
export interface SapUiAppPageV4 {
|
|
24
43
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sapUiPageV4.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUiPageV4.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"sapUiPageV4.js","sourceRoot":"","sources":["../../../../../../src/specification/v4/webapp/manifest/sapUiPageV4.ts"],"names":[],"mappings":";;AAiEa,QAAA,cAAc,GAAG,kBAAkB,CAAC;AACpC,QAAA,0BAA0B,GAAG,iBAAiB,CAAC;AAC/C,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,0BAA0B,GAAG,6BAA6B,CAAC;AAC3D,QAAA,kBAAkB,GAAG,qCAAqC,CAAC;AAgB3D,QAAA,uBAAuB,GAAG,aAAa,CAAC;AAUrD,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,8CAAyB,CAAA;IACzB,gDAA2B,CAAA;AAC/B,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Application, Manifest as ManifestV2,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { Application, Manifest as ManifestV2, PagesBase } from '../../specification/common';
|
|
2
|
+
import { FioriElementsVersion } from '../../specification/common';
|
|
3
|
+
import type { AppSettings as AppSettingsV2 } from '../../specification/v2';
|
|
4
|
+
import type { Manifest as ManifestV4, AppSettings as AppSettingsV4 } from '../../specification/v4';
|
|
5
|
+
import type { Files } from './types';
|
|
6
|
+
import type { ExtensionLogger } from '../..';
|
|
6
7
|
export interface Controllers {
|
|
7
8
|
[key: string]: string;
|
|
8
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":";;AACA,uDAAgF;AAIhF,mCAA4C;AAC5C,mCAA4C;AAC5C,mEAA8D;AAO9D,MAAsB,WAAW;IAO7B,YACI,QAAiC,EACjC,OAAc,EACd,IAAY,EACZ,KAAgB,EAChB,OAA6B,EAC7B,QAAwC,EACxC,MAAwB;QAV5B,yDAAyD;QAClD,yBAAoB,GAAkB,EAAE,CAAC;QAW5C,MAAM,UAAU,GAAG,yBAAiB,CAAC,yBAAU,CAAC,WAAW,CAAC,CAAC;QAC7D,IAAI,CAAC,GAAG,mBACJ,OAAO,EAAE,UAAU,CAAC,IAAI,EACxB,EAAE,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,EAC1B,KAAK;YACL,IAAI,EACJ,MAAM,EAAE;gBACJ,aAAa,EAAE,OAAO;gBACtB,KAAK,EAAE,OAAO,KAAK,6BAAoB,CAAC,EAAE,CAAC,CAAC,CAAC,qBAAY,CAAC,EAAE,CAAC,CAAC,CAAC,qBAAY,CAAC,EAAE;aACjF,IACE,CAAC,QAAQ,IAAI,EAAE,QAAQ,EAAE,CAAC,CAChC,CAAC;QACF,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;IAED;;;;;;OAMG;IACI,iBAAiB;QACpB,MAAM,WAAW,GAAU,EAAE,CAAC;QAC9B,MAAM,SAAS,GAAU,EAAE,CAAC;QAC5B,IAAI,IAAqB,CAAC;QAC1B,oCAAoC;QACpC,KAAK,MAAM,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE;YACjC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YAC9B,IAAI,IAAI,CAAC,MAAM,EAAE;gBACb,MAAM,UAAU,GAAG,yBAAiB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;gBACpE,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;gBAC3B,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;oBACnC,MAAM,CAAC,OAAO,GAAG,UAAU,CAAC,IAAI,CAAC;iBACpC;qBAAM;oBACH,MAAM,iBAAiB,GAAG,yBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;oBAC3D,MAAM,CAAC,OAAO,GAAG,iBAAiB,CAAC,IAAI,CAAC;iBAC3C;gBACD,WAAW,CAAC,GAAG,eAAO,CAAC,KAAK,IAAI,MAAM,OAAO,CAAC,GAAG,MAAM,CAAC;aAC3D;SACJ;QACD,0CAA0C;QAC1C,MAAM,GAAG,GAAgB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QAC9D,KAAK,MAAM,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE;YAC5B,OAAO,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC;SACnC;QACD,SAAS,CAAC,gBAAQ,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;QAE9B,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;IACtC,CAAC;CACJ;AAnED,kCAmEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"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"}
|