@sap/ux-specification 1.71.65 → 1.71.67
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/dist/documentation/runDocu-min.js +27 -2
- package/dist/documentation/runDocu-min.js.map +7 -0
- package/dist/documentation/styleDocu.css +32 -28
- package/dist/documentation/v2/v2-AnalyticalListPage.html +20 -8
- package/dist/documentation/v2/v2-ApplicationV2.html +20 -8
- package/dist/documentation/v2/v2-ListReport.html +20 -8
- package/dist/documentation/v2/v2-ObjectPage.html +20 -8
- package/dist/documentation/v2/v2-OverviewPage.html +20 -8
- package/dist/index-min.js +123 -2
- package/dist/index-min.js.map +7 -0
- package/dist/schemas/v2/ListReportConfig.json +83 -83
- package/dist/schemas/v2/ObjectPageConfig.json +1 -1
- package/dist/scripts/extractDocu.d.ts +1 -0
- package/dist/scripts/extractDocu.d.ts.map +1 -0
- package/dist/scripts/extractDocu.js +47 -38
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.d.ts +1 -0
- package/dist/scripts/runDocu.d.ts.map +1 -0
- package/dist/scripts/runDocu.js +59 -50
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/spec.d.ts +1 -0
- package/dist/scripts/spec.d.ts.map +1 -0
- package/dist/scripts/to-json-schema.d.ts +2 -1
- package/dist/scripts/to-json-schema.d.ts.map +1 -0
- package/dist/scripts/to-json-schema.js +27 -19
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/src/api.d.ts +3 -2
- package/dist/src/api.d.ts.map +1 -0
- package/dist/src/api.js +25 -26
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +12 -13
- package/dist/src/apiTypes.d.ts.map +1 -0
- package/dist/src/extensionLogger.d.ts +1 -0
- package/dist/src/extensionLogger.d.ts.map +1 -0
- package/dist/src/i18n/i18n.d.ts +1 -0
- package/dist/src/i18n/i18n.d.ts.map +1 -0
- package/dist/src/i18n/i18n.js +2 -2
- package/dist/src/i18n/i18n.js.map +1 -1
- package/dist/src/index.d.ts +3 -2
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +2 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/project.d.ts +3 -1
- package/dist/src/project.d.ts.map +1 -0
- package/dist/src/project.js +12 -14
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/schemaAccess.d.ts +7 -9
- package/dist/src/specification/schemaAccess.d.ts.map +1 -0
- package/dist/src/specification/schemaAccess.js +19 -21
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +5 -5
- package/dist/src/sync/common/appProvider.d.ts.map +1 -0
- package/dist/src/sync/common/appProvider.js +5 -5
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +1 -0
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/decorators.d.ts +1 -0
- package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/factory.d.ts +2 -1
- package/dist/src/sync/common/decoration/factory.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/flex.d.ts +2 -3
- package/dist/src/sync/common/decoration/flex.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/flex.js.map +1 -1
- package/dist/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/src/sync/common/decoration/index.d.ts.map +1 -0
- package/dist/src/sync/common/flexUtils.d.ts +3 -3
- package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.d.ts.map +1 -0
- package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
- package/dist/src/sync/common/generate/objectPage.js +14 -14
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +3 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
- package/dist/src/sync/common/generate/utils.js +2 -1
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.d.ts +1 -0
- package/dist/src/sync/common/import/utils.d.ts.map +1 -0
- package/dist/src/sync/common/importProject.d.ts +1 -0
- package/dist/src/sync/common/importProject.d.ts.map +1 -0
- package/dist/src/sync/common/importProject.js +26 -31
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/index.d.ts +1 -0
- package/dist/src/sync/common/index.d.ts.map +1 -0
- package/dist/src/sync/common/types.d.ts +7 -54
- package/dist/src/sync/common/types.d.ts.map +1 -0
- package/dist/src/sync/common/types.js +1 -49
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -0
- package/dist/src/sync/common/utils.js +33 -35
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/i18n.d.ts +1 -0
- package/dist/src/sync/i18n.d.ts.map +1 -0
- package/dist/src/sync/v2/application.d.ts +7 -6
- package/dist/src/sync/v2/application.d.ts.map +1 -0
- package/dist/src/sync/v2/application.js +13 -14
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +14 -13
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Action.js +3 -3
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -4
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +31 -30
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Field.js +15 -6
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +3 -3
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +10 -9
- package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/FormAction.js +12 -12
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -5
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +7 -8
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +5 -5
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +14 -13
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +13 -12
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +15 -16
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +48 -48
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +23 -23
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.js +33 -33
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +15 -15
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/TableColumn.js +5 -5
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts.map +1 -0
- package/dist/src/sync/v2/export/export.d.ts +2 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -0
- package/dist/src/sync/v2/export/export.js +11 -12
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +3 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/exportPage.js +28 -29
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.d.ts +1 -0
- package/dist/src/sync/v2/export/factory.d.ts.map +1 -0
- package/dist/src/sync/v2/export/factory.js +12 -13
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.d.ts +3 -2
- package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
- package/dist/src/sync/v2/export/manifest.js +4 -5
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +7 -8
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +4 -6
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +5 -4
- package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/ListReport.js +5 -7
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +6 -6
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js +3 -3
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +4 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/index.d.ts +1 -0
- package/dist/src/sync/v2/export/pages/index.d.ts.map +1 -0
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +5 -4
- package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +2 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -6
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +2 -1
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/generate.js +4 -4
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/index.d.ts +1 -0
- package/dist/src/sync/v2/generate/index.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/listReport.js +6 -6
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +2 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/objectPage.js +47 -47
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/utils.d.ts +4 -4
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/utils.js +10 -9
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +5 -4
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
- package/dist/src/sync/v2/import/app/appProvider.js +12 -21
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
- package/dist/src/sync/v2/import/app/ovpProvider.js +10 -11
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +7 -9
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
- package/dist/src/sync/v2/import/common/index.js +22 -24
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts +3 -2
- package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
- package/dist/src/sync/v2/import/controls/table.js +2 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/getPageType.d.ts +1 -0
- package/dist/src/sync/v2/import/getPageType.d.ts.map +1 -0
- package/dist/src/sync/v2/import/index.d.ts +1 -0
- package/dist/src/sync/v2/import/index.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -2
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +28 -28
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -2
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/listReport.js +26 -26
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +4 -2
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/objectPage.js +57 -58
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +3 -3
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/overviewPage.js +21 -24
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +6 -5
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
- package/dist/src/sync/v2/import/utils.js +56 -34
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +6 -6
- package/dist/src/sync/v2/types.d.ts.map +1 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts +1 -0
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -0
- package/package.json +24 -27
- package/CHANGELOG.md +0 -1050
- package/dist/documentation/runDocu-min.js.LICENSE.txt +0 -24
- package/dist/index-min.js.LICENSE.txt +0 -26
- package/dist/specification/v2/index-min.js +0 -1
- package/dist/src/specification/common/Application.d.ts +0 -15
- package/dist/src/specification/common/Application.js +0 -3
- package/dist/src/specification/common/Application.js.map +0 -1
- package/dist/src/specification/common/i18n.json +0 -1
- package/dist/src/specification/common/index.d.ts +0 -5
- package/dist/src/specification/common/index.js +0 -10
- package/dist/src/specification/common/index.js.map +0 -1
- package/dist/src/specification/common/page.d.ts +0 -41
- package/dist/src/specification/common/page.js +0 -26
- package/dist/src/specification/common/page.js.map +0 -1
- package/dist/src/specification/common/types.d.ts +0 -20
- package/dist/src/specification/common/types.js +0 -25
- package/dist/src/specification/common/types.js.map +0 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +0 -48
- package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
- package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
- package/dist/src/specification/common/webapp/manifest/index.d.ts +0 -3
- package/dist/src/specification/common/webapp/manifest/index.js +0 -8
- package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
- package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +0 -375
- package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
- package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
- package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +0 -33
- package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
- package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
- package/dist/src/specification/v2/ApplicationV2.d.ts +0 -30
- package/dist/src/specification/v2/ApplicationV2.js +0 -3
- package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
- package/dist/src/specification/v2/controls/Action.d.ts +0 -82
- package/dist/src/specification/v2/controls/Action.js +0 -15
- package/dist/src/specification/v2/controls/Action.js.map +0 -1
- package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -54
- package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
- package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
- package/dist/src/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -30
- package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
- package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
- package/dist/src/specification/v2/controls/Card.d.ts +0 -625
- package/dist/src/specification/v2/controls/Card.js +0 -53
- package/dist/src/specification/v2/controls/Card.js.map +0 -1
- package/dist/src/specification/v2/controls/Facets.d.ts +0 -17
- package/dist/src/specification/v2/controls/Facets.js +0 -3
- package/dist/src/specification/v2/controls/Facets.js.map +0 -1
- package/dist/src/specification/v2/controls/Field.d.ts +0 -10
- package/dist/src/specification/v2/controls/Field.js +0 -3
- package/dist/src/specification/v2/controls/Field.js.map +0 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +0 -80
- package/dist/src/specification/v2/controls/FilterBar.js +0 -3
- package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
- package/dist/src/specification/v2/controls/Footer.d.ts +0 -20
- package/dist/src/specification/v2/controls/Footer.js +0 -3
- package/dist/src/specification/v2/controls/Footer.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +0 -16
- package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +0 -15
- package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +0 -34
- package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -8
- package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageLayout.d.ts +0 -22
- package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +0 -120
- package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
- package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +0 -130
- package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +0 -15
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
- package/dist/src/specification/v2/controls/Table.d.ts +0 -401
- package/dist/src/specification/v2/controls/Table.js +0 -51
- package/dist/src/specification/v2/controls/Table.js.map +0 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +0 -8
- package/dist/src/specification/v2/controls/ToolBar.js +0 -3
- package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
- package/dist/src/specification/v2/controls/index.d.ts +0 -17
- package/dist/src/specification/v2/controls/index.js +0 -13
- package/dist/src/specification/v2/controls/index.js.map +0 -1
- package/dist/src/specification/v2/index.d.ts +0 -5
- package/dist/src/specification/v2/index.js +0 -9
- package/dist/src/specification/v2/index.js.map +0 -1
- package/dist/src/specification/v2/page.d.ts +0 -7
- package/dist/src/specification/v2/page.js +0 -3
- package/dist/src/specification/v2/page.js.map +0 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -21
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +0 -12
- package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
- package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
- package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +0 -24
- package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
- package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
- package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +0 -82
- package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
- package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
- package/dist/src/specification/v2/pages/index.d.ts +0 -4
- package/dist/src/specification/v2/pages/index.js +0 -7
- package/dist/src/specification/v2/pages/index.js.map +0 -1
- package/dist/src/specification/v2/webapp/index.d.ts +0 -1
- package/dist/src/specification/v2/webapp/index.js +0 -7
- package/dist/src/specification/v2/webapp/index.js.map +0 -1
- package/dist/src/specification/v2/webapp/manifest/index.d.ts +0 -2
- package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
- package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi.d.ts +0 -10
- package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
- package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +0 -98
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -9
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -31
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
- package/dist/src/v2.d.ts +0 -2
- package/dist/src/v2.js +0 -8
- package/dist/src/v2.js.map +0 -1
- package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +0 -7
- package/dist/test/test-projects/index.d.ts +0 -2
- package/dist/test/test-utils/utils.d.ts +0 -33
- package/dist/test/unit/customSections/exportV2.test.d.ts +0 -1
- package/dist/test/unit/customSections/generateFacetsSchemaV2.test.d.ts +0 -1
- package/dist/test/unit/customSections/importV2.test.d.ts +0 -1
- package/dist/test/unit/export/exportALPV2.test.d.ts +0 -1
- package/dist/test/unit/export/exportAppV2.test.d.ts +0 -1
- package/dist/test/unit/export/exportLRPV2.test.d.ts +0 -1
- package/dist/test/unit/export/exportLRPV2CustomColumns.test.d.ts +0 -1
- package/dist/test/unit/export/exportOVPV2.test.d.ts +0 -1
- package/dist/test/unit/export/exportObjectPageV2.test.d.ts +0 -1
- package/dist/test/unit/export/flexUtils.test.d.ts +0 -1
- package/dist/test/unit/export/manifest.test.d.ts +0 -1
- package/dist/test/unit/fcl/exportV2.test.d.ts +0 -1
- package/dist/test/unit/fcl/importV2.test.d.ts +0 -1
- package/dist/test/unit/generateAppSchema/generateAppSchemaALPV2.test.d.ts +0 -1
- package/dist/test/unit/generateAppSchema/generateAppSchemaLRV2.test.d.ts +0 -1
- package/dist/test/unit/generateAppSchema/generateAppSchemaOPV2.test.d.ts +0 -1
- package/dist/test/unit/generateAppSchema/generateAppSchemaOVPV2.test.d.ts +0 -1
- package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV2.test.d.ts +0 -1
- package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV2.test.d.ts +0 -1
- package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV2.test.d.ts +0 -1
- package/dist/test/unit/generateGenericSchema/generateI18nV2.test.d.ts +0 -1
- package/dist/test/unit/generateGenericSchema/genericSchemas.test.d.ts +0 -1
- package/dist/test/unit/import/importALPV2.test.d.ts +0 -1
- package/dist/test/unit/import/importAppV2.test.d.ts +0 -1
- package/dist/test/unit/import/importLRPV2.test.d.ts +0 -1
- package/dist/test/unit/import/importOPV2.test.d.ts +0 -1
- package/dist/test/unit/import/importOVPV2.test.d.ts +0 -1
- package/dist/test/unit/index.test.d.ts +0 -1
- package/dist/test/unit/projects.test.d.ts +0 -1
- package/dist/test/unit/schemaAccess.test.d.ts +0 -1
- package/dist/test/unit/utils.test.d.ts +0 -1
- package/dist/test/unit/view-controller-generator.test.d.ts +0 -1
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is is based on a json schema to typescript generator and adjusted to our needs.
|
|
3
|
-
* JSON schema source: https://github.wdf.sap.corp/AppDescriptor/manifest/blob/master/schema/sap.ovp/subschema_sapovp.json
|
|
4
|
-
*/
|
|
5
|
-
import type { PageConfig } from '../../common/page';
|
|
6
|
-
import type { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
|
|
7
|
-
export declare enum ContainerLayoutType {
|
|
8
|
-
fixed = "fixed",
|
|
9
|
-
resizable = "resizable"
|
|
10
|
-
}
|
|
11
|
-
export declare type CardType = ListCard | AnalyticalCard | StackCard | LinklistCard | TableCard | CustomCard;
|
|
12
|
-
export declare type ChartSettingsType = {
|
|
13
|
-
/**
|
|
14
|
-
* Set the showDataLabel property to true to make data labels visible in analytical cards.
|
|
15
|
-
*/
|
|
16
|
-
showDataLabel?: boolean;
|
|
17
|
-
};
|
|
18
|
-
export interface OverviewPageConfig extends PageConfig {
|
|
19
|
-
/**
|
|
20
|
-
* globalFilterModel defines the OData model that contains entity definitions relevant for global filters.
|
|
21
|
-
*/
|
|
22
|
-
globalFilterModel?: string;
|
|
23
|
-
/**
|
|
24
|
-
* globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control.
|
|
25
|
-
*/
|
|
26
|
-
globalFilterEntityType?: string;
|
|
27
|
-
/**
|
|
28
|
-
* globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control.
|
|
29
|
-
*/
|
|
30
|
-
globalFilterEntitySet?: string;
|
|
31
|
-
/**
|
|
32
|
-
* containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed.
|
|
33
|
-
*/
|
|
34
|
-
containerLayout?: ContainerLayoutType;
|
|
35
|
-
/**
|
|
36
|
-
* Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true.
|
|
37
|
-
*/
|
|
38
|
-
smartVariantRequired?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications.
|
|
41
|
-
*/
|
|
42
|
-
showDateInRelativeFormat?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button..
|
|
45
|
-
*/
|
|
46
|
-
enableLiveFilter?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* imageSupported allows the condensed list card to show images or icons.
|
|
49
|
-
*/
|
|
50
|
-
imageSupported?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* considerAnalyticalParameters enables analytical parameter support for the smart filter bar.
|
|
53
|
-
*/
|
|
54
|
-
considerAnalyticalParameters?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models.
|
|
57
|
-
*/
|
|
58
|
-
refreshIntervalInMinutes?: number;
|
|
59
|
-
/**
|
|
60
|
-
* Set useDateRangeType to true to enable semantic date range control for the smart filter bar.
|
|
61
|
-
*/
|
|
62
|
-
useDateRangeType?: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Determines if the basic search shall be part of the global filters.
|
|
65
|
-
*/
|
|
66
|
-
showBasicSearch?: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* Disables the error page of OVP. Error page in OVP appears only when all cards have failed.
|
|
69
|
-
*/
|
|
70
|
-
disableErrorPage?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Shows smart filter bar in expanded mode.
|
|
73
|
-
*/
|
|
74
|
-
bHeaderExpanded?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* Cards
|
|
77
|
-
* @isViewNode true
|
|
78
|
-
*/
|
|
79
|
-
cards?: {
|
|
80
|
-
[k: string]: CardType;
|
|
81
|
-
};
|
|
82
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var ContainerLayoutType;
|
|
4
|
-
(function (ContainerLayoutType) {
|
|
5
|
-
ContainerLayoutType["fixed"] = "fixed";
|
|
6
|
-
ContainerLayoutType["resizable"] = "resizable";
|
|
7
|
-
})(ContainerLayoutType = exports.ContainerLayoutType || (exports.ContainerLayoutType = {}));
|
|
8
|
-
//# sourceMappingURL=OverviewPageConfig.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OverviewPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/OverviewPageConfig.ts"],"names":[],"mappings":";;AAOA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sCAAe,CAAA;IACf,8CAAuB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/index.ts"],"names":[],"mappings":";;;;;AAEA,0CAAqC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './manifest';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/webapp/index.ts"],"names":[],"mappings":";;;;;AAAA,gCAA2B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
function __export(m) {
|
|
3
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
4
|
-
}
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
__export(require("./sapUiPageV2"));
|
|
7
|
-
__export(require("./sapUi5"));
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/index.ts"],"names":[],"mappings":";;;;;AAAA,mCAA8B;AAC9B,8BAAyB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sapUi.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUi.ts"],"names":[],"mappings":""}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import type { ManifestSection } from '../../../common';
|
|
2
|
-
import type { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes } from '../../../common/webapp/manifest/sapUi5';
|
|
3
|
-
export interface SapUi5 {
|
|
4
|
-
flexEnabled?: boolean;
|
|
5
|
-
resources?: object;
|
|
6
|
-
dependencies?: object;
|
|
7
|
-
models?: {
|
|
8
|
-
[key: string]: SapUi5OdataModel | SapUi5ResourceModel;
|
|
9
|
-
};
|
|
10
|
-
routing?: SapUi5RoutingV2;
|
|
11
|
-
[key: string]: string | object | boolean;
|
|
12
|
-
rootView?: SapUi5RootView;
|
|
13
|
-
extends?: SapUi5Extends;
|
|
14
|
-
}
|
|
15
|
-
export interface SapUi5RoutingV2 {
|
|
16
|
-
routes?: SapUi5RoutingRoute[];
|
|
17
|
-
targets: SapUi5RoutingTargetsV2;
|
|
18
|
-
}
|
|
19
|
-
export interface SapUi5RoutingTargetsV2 {
|
|
20
|
-
[key: string]: SapUi5RoutingTargetV2 | SapUi5RoutingTargetCustomPageV2;
|
|
21
|
-
}
|
|
22
|
-
export interface SapUi5RoutingTargetBaseV2 {
|
|
23
|
-
options?: {
|
|
24
|
-
settings?: SapUi5RoutingTargetSettingsV2;
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
export interface SapUi5RoutingTargetV2 extends SapUi5RoutingTargetBaseV2 {
|
|
28
|
-
type: string;
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
}
|
|
32
|
-
export interface SapUi5RoutingTargetCustomPageV2 extends SapUi5RoutingTargetBaseV2 {
|
|
33
|
-
viewId: string;
|
|
34
|
-
viewName: string;
|
|
35
|
-
viewLevel?: number;
|
|
36
|
-
title?: string;
|
|
37
|
-
}
|
|
38
|
-
export interface SapUi5RoutingTargetNavigationV2 {
|
|
39
|
-
detail?: {
|
|
40
|
-
route?: string;
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
export interface SapUi5RoutingTargetSettingsV2 {
|
|
44
|
-
entitySet?: string;
|
|
45
|
-
navigation?: {
|
|
46
|
-
[key: string]: SapUi5RoutingTargetNavigationV2;
|
|
47
|
-
};
|
|
48
|
-
variantManagement?: string;
|
|
49
|
-
}
|
|
50
|
-
export declare const SAPUI5_VIEW_EXTENSION = "sap.ui.viewExtensions";
|
|
51
|
-
export declare const SAPUI5_CONTROLLER_EXTENSION = "sap.ui.controllerExtensions";
|
|
52
|
-
export interface SapUi5Extends {
|
|
53
|
-
extensions?: SapUi5Extensions;
|
|
54
|
-
}
|
|
55
|
-
export interface SapUi5Extensions {
|
|
56
|
-
[SAPUI5_VIEW_EXTENSION]?: SapUi5ViewExtensions;
|
|
57
|
-
[SAPUI5_CONTROLLER_EXTENSION]?: SapUi5ControllerExtensions;
|
|
58
|
-
}
|
|
59
|
-
export declare const SAPUI5_VIEW_EXTENSION_OBJECT_PAGE = "sap.suite.ui.generic.template.ObjectPage.view.Details";
|
|
60
|
-
export declare const SAPUI5_VIEW_EXTENSION_LIST_REPORT = "sap.suite.ui.generic.template.ListReport.view.ListReport";
|
|
61
|
-
export declare const SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE = "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage";
|
|
62
|
-
export interface SapUi5PageViewExtensions {
|
|
63
|
-
[key: string]: SapUi5ViewExtensionView | SapUi5ViewExtensionFragment;
|
|
64
|
-
}
|
|
65
|
-
export interface SapUi5ViewExtensions {
|
|
66
|
-
[SAPUI5_VIEW_EXTENSION_OBJECT_PAGE]?: SapUi5PageViewExtensions;
|
|
67
|
-
[SAPUI5_VIEW_EXTENSION_LIST_REPORT]?: SapUi5PageViewExtensions;
|
|
68
|
-
}
|
|
69
|
-
export interface SapUi5ViewExtensionBase {
|
|
70
|
-
type: ViewTypes;
|
|
71
|
-
}
|
|
72
|
-
export interface SapUi5ViewExtensionView extends SapUi5ViewExtensionBase {
|
|
73
|
-
className: typeof SAPUI5_VIEW_CLASS;
|
|
74
|
-
viewName: string;
|
|
75
|
-
}
|
|
76
|
-
export interface SapUi5ViewExtensionFragment extends SapUi5ViewExtensionBase {
|
|
77
|
-
className: typeof SAPUI5_FRAGMENT_CLASS;
|
|
78
|
-
fragmentName: string;
|
|
79
|
-
}
|
|
80
|
-
export interface SapUi5ControllerExtensions {
|
|
81
|
-
[SAPUI5_VIEW_EXTENSION_OBJECT_PAGE]?: SapUi5PageControllerExtensions;
|
|
82
|
-
[SAPUI5_VIEW_EXTENSION_LIST_REPORT]?: SapUi5PageControllerExtensions;
|
|
83
|
-
}
|
|
84
|
-
export interface SapUi5PageControllerExtensions {
|
|
85
|
-
[key: string]: SapUi5ControllerExtension;
|
|
86
|
-
}
|
|
87
|
-
export interface SapUi5ControllerExtension {
|
|
88
|
-
controllerName: string;
|
|
89
|
-
[ManifestSection.generic]: {
|
|
90
|
-
[key: string]: SapUi5ControllerExtensionSettings;
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
export interface SapUi5ControllerExtensionSettings {
|
|
94
|
-
EntitySet: string;
|
|
95
|
-
Actions?: unknown;
|
|
96
|
-
Header?: unknown;
|
|
97
|
-
Sections?: unknown;
|
|
98
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// SAPUI5 EXTENDS
|
|
4
|
-
exports.SAPUI5_VIEW_EXTENSION = 'sap.ui.viewExtensions';
|
|
5
|
-
exports.SAPUI5_CONTROLLER_EXTENSION = 'sap.ui.controllerExtensions';
|
|
6
|
-
exports.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE = 'sap.suite.ui.generic.template.ObjectPage.view.Details';
|
|
7
|
-
exports.SAPUI5_VIEW_EXTENSION_LIST_REPORT = 'sap.suite.ui.generic.template.ListReport.view.ListReport';
|
|
8
|
-
exports.SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE = 'sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage';
|
|
9
|
-
//# sourceMappingURL=sapUi5.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;AA6DA,iBAAiB;AACJ,QAAA,qBAAqB,GAAG,uBAAuB,CAAC;AAChD,QAAA,2BAA2B,GAAG,6BAA6B,CAAC;AAW5D,QAAA,iCAAiC,GAAG,uDAAuD,CAAC;AAC5F,QAAA,iCAAiC,GAAG,0DAA0D,CAAC;AAC/F,QAAA,0CAA0C,GACnD,0EAA0E,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
2
|
-
import type { FlexibleColumnLayout, FlexibleColumnLayoutType } from '../../../common';
|
|
3
|
-
export interface SapUiAppV2 {
|
|
4
|
-
pages: SapUiAppPagesV2;
|
|
5
|
-
_version?: string;
|
|
6
|
-
settings?: SapUiAppSettingsV2;
|
|
7
|
-
}
|
|
8
|
-
export interface SapUiAppPagesV2 {
|
|
9
|
-
[key: string]: SapUiAppPageV2;
|
|
10
|
-
}
|
|
11
|
-
export declare const FE_TEMPLATE_V2 = "sap.suite.ui.generic.template";
|
|
12
|
-
export declare const FE_TEMPLATE_V2_OBJECT_PAGE = "sap.suite.ui.generic.template.ObjectPage";
|
|
13
|
-
export declare const FE_TEMPLATE_V2_LIST_REPORT = "sap.suite.ui.generic.template.ListReport";
|
|
14
|
-
export declare const FE_TEMPLATE_V2_ALP = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
15
|
-
export interface SapUiAppPageV2 {
|
|
16
|
-
entitySet?: string;
|
|
17
|
-
navigationProperty?: string;
|
|
18
|
-
component?: {
|
|
19
|
-
name: string;
|
|
20
|
-
list?: boolean;
|
|
21
|
-
settings?: SapUiGenericAppPageSettings;
|
|
22
|
-
sections?: {
|
|
23
|
-
sectionIds?: SapUiGenericAppPageSettings;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
pages?: SapUiAppPagesV2;
|
|
27
|
-
defaultLayoutType?: FlexibleColumnLayoutType;
|
|
28
|
-
}
|
|
29
|
-
export interface SapUiAppSettingsV2 {
|
|
30
|
-
flexibleColumnLayout?: FlexibleColumnLayout;
|
|
31
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FE_TEMPLATE_V2 = 'sap.suite.ui.generic.template';
|
|
4
|
-
exports.FE_TEMPLATE_V2_OBJECT_PAGE = 'sap.suite.ui.generic.template.ObjectPage';
|
|
5
|
-
exports.FE_TEMPLATE_V2_LIST_REPORT = 'sap.suite.ui.generic.template.ListReport';
|
|
6
|
-
exports.FE_TEMPLATE_V2_ALP = 'sap.suite.ui.generic.template.AnalyticalListPage';
|
|
7
|
-
//# sourceMappingURL=sapUiPageV2.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sapUiPageV2.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUiPageV2.ts"],"names":[],"mappings":";;AAaa,QAAA,cAAc,GAAG,+BAA+B,CAAC;AACjD,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,0BAA0B,GAAG,0CAA0C,CAAC;AACxE,QAAA,kBAAkB,GAAG,kDAAkD,CAAC"}
|
package/dist/src/v2.d.ts
DELETED
package/dist/src/v2.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
function __export(m) {
|
|
3
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
4
|
-
}
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
__export(require("./index"));
|
|
7
|
-
__export(require("./specification/v2"));
|
|
8
|
-
//# sourceMappingURL=v2.js.map
|
package/dist/src/v2.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v2.js","sourceRoot":"","sources":["../../src/v2.ts"],"names":[],"mappings":";;;;;AAAA,6BAAwB;AACxB,wCAAmC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { FileData } from '../../src';
|
|
2
|
-
import type { ExtensionLogger } from '../../src';
|
|
3
|
-
import type { Location } from '../../src/extensionLogger';
|
|
4
|
-
import type { ExportResults } from '../../src/sync/common';
|
|
5
|
-
export declare class Logger implements ExtensionLogger {
|
|
6
|
-
logInfo: string[];
|
|
7
|
-
logWarning: string[];
|
|
8
|
-
logError: string[];
|
|
9
|
-
constructor();
|
|
10
|
-
info(message: string, location?: Location): void;
|
|
11
|
-
warning(message: string, location?: Location): void;
|
|
12
|
-
error(message: string, location?: Location): void;
|
|
13
|
-
}
|
|
14
|
-
export declare function createTestLogger(): Logger;
|
|
15
|
-
/**
|
|
16
|
-
* Returns the content of a list of files that are indicated by a list of file paths
|
|
17
|
-
*/
|
|
18
|
-
export declare function retrieveFileContent(path: string): string;
|
|
19
|
-
export declare function prepareFileData(path: string): FileData;
|
|
20
|
-
export declare function getSTTAAnnotations(): FileData[];
|
|
21
|
-
export declare function getSDV4Annotations(): FileData[];
|
|
22
|
-
export declare function getSTTAAnnotationsProdMan2(): FileData[];
|
|
23
|
-
export declare function getExtensionsProdMan2(): FileData[];
|
|
24
|
-
export declare function getSEPMRAAnnotations(): FileData[];
|
|
25
|
-
export declare function getExtensionsForS2pMmPurSrcgprojMaintains1(specificFiles?: string[]): FileData[];
|
|
26
|
-
export declare function findFlexChangeBySelector(exportResult: ExportResults, selectorId: string, property: string): object;
|
|
27
|
-
/**
|
|
28
|
-
* Function to find out the flexChange from a list. Uses global variable exportResult
|
|
29
|
-
*
|
|
30
|
-
* @param {string} property Property for which the flexChange is to be found
|
|
31
|
-
* @returns {object} contents of the flexChange
|
|
32
|
-
*/
|
|
33
|
-
export declare function findFlexChange(exportResult: ExportResults, property: string): object;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function readAndPushFlexChange(flexChanges: string[], action: string, projectPath: string[], fakeFlexChange?: boolean): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|