@sap/ux-specification 1.96.20 → 1.96.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/dist/documentation/runDocu-min.js +5 -9623
- package/dist/documentation/runDocu-min.js.map +1 -1
- 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-FreestylePage.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 +83 -30542
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +11 -8
- package/dist/schemas/v2/ListReportConfig.json +132 -129
- package/dist/schemas/v4/ApplicationV4.json +26 -0
- package/dist/schemas/v4/ListReportConfig.json +21 -22
- package/dist/schemas/v4/ObjectPageConfig.json +1 -2
- package/dist/scripts/extractDocu.d.ts +2 -0
- package/dist/scripts/extractDocu.d.ts.map +1 -0
- package/dist/scripts/extractDocu.js +507 -0
- package/dist/scripts/extractDocu.js.map +1 -0
- package/dist/scripts/runDocu.d.ts +2 -0
- package/dist/scripts/runDocu.d.ts.map +1 -0
- package/dist/scripts/runDocu.js +579 -0
- package/dist/scripts/runDocu.js.map +1 -0
- package/dist/scripts/spec.d.ts +2 -0
- package/dist/scripts/spec.d.ts.map +1 -0
- package/dist/scripts/spec.js +113 -0
- package/dist/scripts/spec.js.map +1 -0
- package/dist/scripts/to-json-schema.d.ts +11 -0
- package/dist/scripts/to-json-schema.d.ts.map +1 -0
- package/dist/scripts/to-json-schema.js +146 -0
- package/dist/scripts/to-json-schema.js.map +1 -0
- package/dist/{types → src}/api.d.ts +1 -1
- package/dist/{types → src}/api.d.ts.map +1 -1
- package/dist/src/api.js +191 -0
- package/dist/src/api.js.map +1 -0
- package/dist/{types → src}/apiTypes.d.ts +17 -21
- package/dist/src/apiTypes.d.ts.map +1 -0
- package/dist/src/apiTypes.js +25 -0
- package/dist/src/apiTypes.js.map +1 -0
- package/dist/{types → src}/extensionLogger.d.ts +1 -1
- package/dist/{types → src}/extensionLogger.d.ts.map +1 -1
- package/dist/src/extensionLogger.js +41 -0
- package/dist/src/extensionLogger.js.map +1 -0
- package/dist/{types → src}/i18n/i18n.d.ts +0 -0
- package/dist/{types → src}/i18n/i18n.d.ts.map +0 -0
- package/dist/src/i18n/i18n.js +26 -0
- package/dist/src/i18n/i18n.js.map +1 -0
- package/dist/{types → src}/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +20 -0
- package/dist/src/index.js.map +1 -0
- package/dist/{types → src}/project.d.ts +2 -1
- package/dist/src/project.d.ts.map +1 -0
- package/dist/src/project.js +153 -0
- package/dist/src/project.js.map +1 -0
- package/dist/{types → src}/specification/schemaAccess.d.ts +3 -13
- package/dist/src/specification/schemaAccess.d.ts.map +1 -0
- package/dist/src/specification/schemaAccess.js +63 -0
- package/dist/src/specification/schemaAccess.js.map +1 -0
- package/dist/{types → src}/sync/common/appProvider.d.ts +3 -5
- package/dist/src/sync/common/appProvider.d.ts.map +1 -0
- package/dist/src/sync/common/appProvider.js +124 -0
- package/dist/src/sync/common/appProvider.js.map +1 -0
- package/dist/{types → src}/sync/common/decoration/control.d.ts +2 -2
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/control.js +219 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -0
- package/dist/{types → src}/sync/common/decoration/decorators.d.ts +0 -0
- package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/decorators.js +52 -0
- package/dist/src/sync/common/decoration/decorators.js.map +1 -0
- package/dist/{types → src}/sync/common/decoration/factory.d.ts +1 -1
- package/dist/{types → src}/sync/common/decoration/factory.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/factory.js +49 -0
- package/dist/src/sync/common/decoration/factory.js.map +1 -0
- package/dist/src/sync/common/decoration/flex.d.ts +4 -0
- package/dist/src/sync/common/decoration/flex.d.ts.map +1 -0
- package/dist/src/sync/common/decoration/flex.js +9 -0
- package/dist/src/sync/common/decoration/flex.js.map +1 -0
- package/dist/{types → src}/sync/common/decoration/index.d.ts +0 -0
- package/dist/{types → src}/sync/common/decoration/index.d.ts.map +0 -0
- package/dist/src/sync/common/decoration/index.js +16 -0
- package/dist/src/sync/common/decoration/index.js.map +1 -0
- package/dist/{types → src}/sync/common/flexUtils.d.ts +2 -4
- package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
- package/dist/src/sync/common/flexUtils.js +107 -0
- package/dist/src/sync/common/flexUtils.js.map +1 -0
- package/dist/{types → src}/sync/common/generate/index.d.ts +0 -0
- package/dist/{types → src}/sync/common/generate/index.d.ts.map +0 -0
- package/dist/src/sync/common/generate/index.js +15 -0
- package/dist/src/sync/common/generate/index.js.map +1 -0
- package/dist/{types → src}/sync/common/generate/objectPage.d.ts +1 -2
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
- package/dist/src/sync/common/generate/objectPage.js +380 -0
- package/dist/src/sync/common/generate/objectPage.js.map +1 -0
- package/dist/{types → src}/sync/common/generate/utils.d.ts +2 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
- package/dist/src/sync/common/generate/utils.js +490 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/i18n.json +23 -0
- package/dist/{types → src}/sync/common/import/utils.d.ts +0 -0
- package/dist/{types → src}/sync/common/import/utils.d.ts.map +0 -0
- package/dist/src/sync/common/import/utils.js +107 -0
- package/dist/src/sync/common/import/utils.js.map +1 -0
- package/dist/{types → src}/sync/common/importProject.d.ts +0 -0
- package/dist/src/sync/common/importProject.d.ts.map +1 -0
- package/dist/src/sync/common/importProject.js +336 -0
- package/dist/src/sync/common/importProject.js.map +1 -0
- package/dist/{types → src}/sync/common/index.d.ts +0 -0
- package/dist/{types → src}/sync/common/index.d.ts.map +0 -0
- package/dist/src/sync/common/index.js +23 -0
- package/dist/src/sync/common/index.js.map +1 -0
- package/dist/{types → src}/sync/common/types.d.ts +6 -56
- package/dist/src/sync/common/types.d.ts.map +1 -0
- package/dist/src/sync/common/types.js +176 -0
- package/dist/src/sync/common/types.js.map +1 -0
- package/dist/{types → src}/sync/common/utils.d.ts +8 -10
- package/dist/src/sync/common/utils.d.ts.map +1 -0
- package/dist/src/sync/common/utils.js +1263 -0
- package/dist/src/sync/common/utils.js.map +1 -0
- package/dist/{types → src}/sync/i18n.d.ts +0 -0
- package/dist/{types → src}/sync/i18n.d.ts.map +0 -0
- package/dist/src/sync/i18n.js +28 -0
- package/dist/src/sync/i18n.js.map +1 -0
- package/dist/{types → src}/sync/v2/application.d.ts +7 -7
- package/dist/src/sync/v2/application.d.ts.map +1 -0
- package/dist/src/sync/v2/application.js +206 -0
- package/dist/src/sync/v2/application.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/Action.d.ts +4 -4
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Action.js +129 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +10 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +75 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +10 -0
- package/dist/{types → src}/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +57 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/Card.d.ts +30 -30
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.js +656 -0
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Field.d.ts +5 -0
- package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Field.js +42 -0
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +41 -0
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +289 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/FormAction.d.ts +3 -3
- package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/FormAction.js +97 -0
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/Fragment.d.ts +5 -5
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Fragment.js +580 -0
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js +38 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +18 -0
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +111 -0
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +63 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +11 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +63 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +60 -0
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +45 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +200 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +52 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +337 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/Table.d.ts +24 -24
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.js +709 -0
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/TableColumn.d.ts +5 -6
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/TableColumn.js +173 -0
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +5 -0
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +7 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/controls/index.d.ts +0 -0
- package/dist/{types → src}/sync/v2/export/controls/index.d.ts.map +0 -0
- package/dist/src/sync/v2/export/controls/index.js +33 -0
- package/dist/src/sync/v2/export/controls/index.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/export.d.ts +1 -1
- package/dist/{types → src}/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +678 -0
- package/dist/src/sync/v2/export/export.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/exportPage.d.ts +2 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/exportPage.js +304 -0
- package/dist/src/sync/v2/export/exportPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/factory.d.ts +0 -0
- package/dist/{types → src}/sync/v2/export/factory.d.ts.map +1 -1
- package/dist/src/sync/v2/export/factory.js +71 -0
- package/dist/src/sync/v2/export/factory.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/manifest.d.ts +3 -3
- package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
- package/dist/src/sync/v2/export/manifest.js +159 -0
- package/dist/src/sync/v2/export/manifest.js.map +1 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +13 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +43 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -0
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +11 -0
- package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/ListReport.js +40 -0
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +18 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js +101 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/pages/OverviewPage.d.ts +7 -7
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
- package/dist/src/sync/v2/export/pages/OverviewPage.js +214 -0
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/pages/index.d.ts +0 -0
- package/dist/{types → src}/sync/v2/export/pages/index.d.ts.map +0 -0
- package/dist/src/sync/v2/export/pages/index.js +17 -0
- package/dist/src/sync/v2/export/pages/index.js.map +1 -0
- package/dist/{types → src}/sync/v2/export/view-controller-generator.d.ts +4 -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 +149 -0
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/analyticalListReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js +86 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/generate.d.ts +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/generate.js +100 -0
- package/dist/src/sync/v2/generate/generate.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/index.d.ts +0 -0
- package/dist/{types → src}/sync/v2/generate/index.d.ts.map +0 -0
- package/dist/src/sync/v2/generate/index.js +15 -0
- package/dist/src/sync/v2/generate/index.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/listReport.d.ts +2 -2
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/listReport.js +121 -0
- package/dist/src/sync/v2/generate/listReport.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/objectPage.js +547 -0
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts +1 -1
- package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +71 -0
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/generate/utils.d.ts +3 -4
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
- package/dist/src/sync/v2/generate/utils.js +540 -0
- package/dist/src/sync/v2/generate/utils.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/app/appProvider.d.ts +4 -4
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
- package/dist/src/sync/v2/import/app/appProvider.js +142 -0
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/app/ovpProvider.d.ts +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
- package/dist/src/sync/v2/import/app/ovpProvider.js +33 -0
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/common/index.d.ts +6 -9
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
- package/dist/src/sync/v2/import/common/index.js +420 -0
- package/dist/src/sync/v2/import/common/index.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/controls/table.d.ts +2 -2
- package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
- package/dist/src/sync/v2/import/controls/table.js +34 -0
- package/dist/src/sync/v2/import/controls/table.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/getPageType.d.ts +0 -0
- package/dist/{types → src}/sync/v2/import/getPageType.d.ts.map +0 -0
- package/dist/src/sync/v2/import/getPageType.js +1 -0
- package/dist/src/sync/v2/import/getPageType.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/index.d.ts +0 -0
- package/dist/{types → src}/sync/v2/import/index.d.ts.map +0 -0
- package/dist/src/sync/v2/import/index.js +18 -0
- package/dist/src/sync/v2/import/index.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +129 -0
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/pages/listReport.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/listReport.js +160 -0
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/pages/objectPage.d.ts +3 -2
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/objectPage.js +746 -0
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/pages/overviewPage.d.ts +2 -3
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
- package/dist/src/sync/v2/import/pages/overviewPage.js +112 -0
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -0
- package/dist/{types → src}/sync/v2/import/utils.d.ts +5 -5
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
- package/dist/src/sync/v2/import/utils.js +169 -0
- package/dist/src/sync/v2/import/utils.js.map +1 -0
- package/dist/{types → src}/sync/v2/types.d.ts +5 -6
- package/dist/src/sync/v2/types.d.ts.map +1 -0
- package/dist/src/sync/v2/types.js +38 -0
- package/dist/src/sync/v2/types.js.map +1 -0
- package/dist/{types → src}/sync/v4/application.d.ts +6 -9
- package/dist/src/sync/v4/application.d.ts.map +1 -0
- package/dist/src/sync/v4/application.js +171 -0
- package/dist/src/sync/v4/application.js.map +1 -0
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +6 -0
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/FilterBar.js +25 -0
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +11 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +136 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +9 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +55 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +22 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +66 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +5 -0
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +25 -0
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +29 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +234 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +26 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +161 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +20 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +114 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/controls/Table.d.ts +49 -35
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/Table.js +847 -0
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -0
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +64 -0
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/TableColumn.js +311 -0
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +9 -0
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js +10 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +38 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +215 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/controls/index.d.ts +0 -0
- package/dist/{types → src}/sync/v4/export/controls/index.d.ts.map +0 -0
- package/dist/src/sync/v4/export/controls/index.js +25 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/export.d.ts +3 -2
- package/dist/src/sync/v4/export/export.d.ts.map +1 -0
- package/dist/src/sync/v4/export/export.js +854 -0
- package/dist/src/sync/v4/export/export.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/exportCustomColumn.d.ts +0 -0
- package/dist/{types → src}/sync/v4/export/exportCustomColumn.d.ts.map +0 -0
- package/dist/src/sync/v4/export/exportCustomColumn.js +59 -0
- package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/factory.d.ts +0 -0
- package/dist/{types → src}/sync/v4/export/factory.d.ts.map +0 -0
- package/dist/src/sync/v4/export/factory.js +57 -0
- package/dist/src/sync/v4/export/factory.js.map +1 -0
- package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +9 -0
- package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -0
- package/dist/src/sync/v4/export/flexibleColumnLayout.js +126 -0
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/manifest.d.ts +2 -2
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -0
- package/dist/src/sync/v4/export/manifest.js +280 -0
- package/dist/src/sync/v4/export/manifest.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/pages/FreestylePage.d.ts +0 -0
- package/dist/{types → src}/sync/v4/export/pages/FreestylePage.d.ts.map +0 -0
- package/dist/src/sync/v4/export/pages/FreestylePage.js +10 -0
- package/dist/src/sync/v4/export/pages/FreestylePage.js.map +1 -0
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +14 -0
- package/dist/src/sync/v4/export/pages/ListReport.d.ts.map +1 -0
- package/dist/src/sync/v4/export/pages/ListReport.js +82 -0
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -0
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +9 -0
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -0
- package/dist/src/sync/v4/export/pages/ObjectPage.js +41 -0
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/pages/index.d.ts +0 -0
- package/dist/{types → src}/sync/v4/export/pages/index.d.ts.map +0 -0
- package/dist/src/sync/v4/export/pages/index.js +16 -0
- package/dist/src/sync/v4/export/pages/index.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/types.d.ts +1 -1
- package/dist/{types → src}/sync/v4/export/types.d.ts.map +1 -1
- package/dist/src/sync/v4/export/types.js +3 -0
- package/dist/src/sync/v4/export/types.js.map +1 -0
- package/dist/{types → src}/sync/v4/export/utils.d.ts +2 -2
- package/dist/src/sync/v4/export/utils.d.ts.map +1 -0
- package/dist/src/sync/v4/export/utils.js +44 -0
- package/dist/src/sync/v4/export/utils.js.map +1 -0
- package/dist/{types → src}/sync/v4/generate/freestylePage.d.ts +0 -0
- package/dist/{types → src}/sync/v4/generate/freestylePage.d.ts.map +0 -0
- package/dist/src/sync/v4/generate/freestylePage.js +16 -0
- package/dist/src/sync/v4/generate/freestylePage.js.map +1 -0
- package/dist/{types → src}/sync/v4/generate/generate.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/generate.js +82 -0
- package/dist/src/sync/v4/generate/generate.js.map +1 -0
- package/dist/{types → src}/sync/v4/generate/index.d.ts +0 -0
- package/dist/{types → src}/sync/v4/generate/index.d.ts.map +0 -0
- package/dist/src/sync/v4/generate/index.js +14 -0
- package/dist/src/sync/v4/generate/index.js.map +1 -0
- package/dist/{types → src}/sync/v4/generate/listReport.d.ts +0 -0
- package/dist/{types → src}/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +712 -0
- package/dist/src/sync/v4/generate/listReport.js.map +1 -0
- package/dist/{types → src}/sync/v4/generate/objectPage.d.ts +0 -0
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/objectPage.js +628 -0
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/app/appProvider.d.ts +2 -2
- package/dist/{types → src}/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +11 -0
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/app/baseAppProvider.d.ts +9 -9
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -0
- package/dist/src/sync/v4/import/app/baseAppProvider.js +358 -0
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/app/freestyleProvider.d.ts +2 -2
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -0
- package/dist/src/sync/v4/import/app/freestyleProvider.js +12 -0
- package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/app/index.d.ts +0 -0
- package/dist/{types → src}/sync/v4/import/app/index.d.ts.map +0 -0
- package/dist/src/sync/v4/import/app/index.js +13 -0
- package/dist/src/sync/v4/import/app/index.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/fragment.d.ts +1 -1
- package/dist/src/sync/v4/import/fragment.d.ts.map +1 -0
- package/dist/src/sync/v4/import/fragment.js +128 -0
- package/dist/src/sync/v4/import/fragment.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/index.d.ts +0 -0
- package/dist/{types → src}/sync/v4/import/index.d.ts.map +0 -0
- package/dist/src/sync/v4/import/index.js +15 -0
- package/dist/src/sync/v4/import/index.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/pages/listReport.d.ts +4 -4
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -0
- package/dist/src/sync/v4/import/pages/listReport.js +287 -0
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/pages/objectPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -0
- package/dist/src/sync/v4/import/pages/objectPage.js +265 -0
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -0
- package/dist/{types → src}/sync/v4/import/utils.d.ts +1 -1
- package/dist/{types → src}/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +35 -0
- package/dist/src/sync/v4/import/utils.js.map +1 -0
- package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts +9 -0
- package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -0
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js +104 -0
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -0
- package/dist/{types → src}/sync/v4/types.d.ts +0 -0
- package/dist/{types → src}/sync/v4/types.d.ts.map +0 -0
- package/dist/src/sync/v4/types.js +3 -0
- package/dist/src/sync/v4/types.js.map +1 -0
- package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts +1 -1
- package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +145 -0
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -0
- package/dist/{types → src}/sync/v4/utils/utils.d.ts +23 -25
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -0
- package/dist/src/sync/v4/utils/utils.js +432 -0
- package/dist/src/sync/v4/utils/utils.js.map +1 -0
- package/package.json +15 -15
- package/CHANGELOG.md +0 -458
- package/dist/types/apiTypes.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/project.d.ts.map +0 -1
- package/dist/types/specification/common/Application.d.ts +0 -37
- package/dist/types/specification/common/Application.d.ts.map +0 -1
- package/dist/types/specification/common/index.d.ts +0 -6
- package/dist/types/specification/common/index.d.ts.map +0 -1
- package/dist/types/specification/common/page.d.ts +0 -51
- package/dist/types/specification/common/page.d.ts.map +0 -1
- package/dist/types/specification/common/types.d.ts +0 -17
- package/dist/types/specification/common/types.d.ts.map +0 -1
- package/dist/types/specification/common/webapp/manifest/Manifest.d.ts +0 -50
- package/dist/types/specification/common/webapp/manifest/Manifest.d.ts.map +0 -1
- package/dist/types/specification/common/webapp/manifest/index.d.ts +0 -4
- package/dist/types/specification/common/webapp/manifest/index.d.ts.map +0 -1
- package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts +0 -376
- package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts.map +0 -1
- package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts +0 -36
- package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts.map +0 -1
- package/dist/types/specification/schemaAccess.d.ts.map +0 -1
- package/dist/types/specification/v2/ApplicationV2.d.ts +0 -47
- package/dist/types/specification/v2/ApplicationV2.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Action.d.ts +0 -74
- package/dist/types/specification/v2/controls/Action.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -59
- package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -31
- package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Card.d.ts +0 -658
- package/dist/types/specification/v2/controls/Card.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Facets.d.ts +0 -18
- package/dist/types/specification/v2/controls/Facets.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Field.d.ts +0 -11
- package/dist/types/specification/v2/controls/Field.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/FilterBar.d.ts +0 -235
- package/dist/types/specification/v2/controls/FilterBar.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Footer.d.ts +0 -21
- package/dist/types/specification/v2/controls/Footer.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageChart.d.ts +0 -17
- package/dist/types/specification/v2/controls/ObjectPageChart.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageForm.d.ts +0 -16
- package/dist/types/specification/v2/controls/ObjectPageForm.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts +0 -33
- package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts +0 -23
- package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageSection.d.ts +0 -121
- package/dist/types/specification/v2/controls/ObjectPageSection.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageTable.d.ts +0 -187
- package/dist/types/specification/v2/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts +0 -16
- package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/Table.d.ts +0 -483
- package/dist/types/specification/v2/controls/Table.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/ToolBar.d.ts +0 -9
- package/dist/types/specification/v2/controls/ToolBar.d.ts.map +0 -1
- package/dist/types/specification/v2/controls/index.d.ts +0 -18
- package/dist/types/specification/v2/controls/index.d.ts.map +0 -1
- package/dist/types/specification/v2/index.d.ts +0 -6
- package/dist/types/specification/v2/index.d.ts.map +0 -1
- package/dist/types/specification/v2/page.d.ts +0 -8
- package/dist/types/specification/v2/page.d.ts.map +0 -1
- package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -22
- package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts.map +0 -1
- package/dist/types/specification/v2/pages/ListReportConfig.d.ts +0 -13
- package/dist/types/specification/v2/pages/ListReportConfig.d.ts.map +0 -1
- package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts +0 -34
- package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts.map +0 -1
- package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts +0 -132
- package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts.map +0 -1
- package/dist/types/specification/v2/pages/index.d.ts +0 -5
- package/dist/types/specification/v2/pages/index.d.ts.map +0 -1
- package/dist/types/specification/v2/webapp/index.d.ts +0 -2
- package/dist/types/specification/v2/webapp/index.d.ts.map +0 -1
- package/dist/types/specification/v2/webapp/manifest/index.d.ts +0 -3
- package/dist/types/specification/v2/webapp/manifest/index.d.ts.map +0 -1
- package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts +0 -11
- package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts.map +0 -1
- package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts +0 -99
- package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts.map +0 -1
- package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -32
- package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts.map +0 -1
- package/dist/types/specification/v4/ApplicationV4.d.ts +0 -36
- package/dist/types/specification/v4/ApplicationV4.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/FilterBar.d.ts +0 -19
- package/dist/types/specification/v4/controls/FilterBar.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageFooter.d.ts +0 -12
- package/dist/types/specification/v4/controls/ObjectPageFooter.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageHeader.d.ts +0 -30
- package/dist/types/specification/v4/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageHeaderSection.d.ts +0 -47
- package/dist/types/specification/v4/controls/ObjectPageHeaderSection.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageLayout.d.ts +0 -15
- package/dist/types/specification/v4/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageSection.d.ts +0 -99
- package/dist/types/specification/v4/controls/ObjectPageSection.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageTable.d.ts +0 -107
- package/dist/types/specification/v4/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts +0 -38
- package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/Table.d.ts +0 -352
- package/dist/types/specification/v4/controls/Table.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/ToolBar.d.ts +0 -111
- package/dist/types/specification/v4/controls/ToolBar.d.ts.map +0 -1
- package/dist/types/specification/v4/controls/index.d.ts +0 -11
- package/dist/types/specification/v4/controls/index.d.ts.map +0 -1
- package/dist/types/specification/v4/index.d.ts +0 -6
- package/dist/types/specification/v4/index.d.ts.map +0 -1
- package/dist/types/specification/v4/page.d.ts +0 -21
- package/dist/types/specification/v4/page.d.ts.map +0 -1
- package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts +0 -3
- package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts.map +0 -1
- package/dist/types/specification/v4/pages/ListReportConfig.d.ts +0 -37
- package/dist/types/specification/v4/pages/ListReportConfig.d.ts.map +0 -1
- package/dist/types/specification/v4/pages/ObjectPageConfig.d.ts +0 -19
- package/dist/types/specification/v4/pages/ObjectPageConfig.d.ts.map +0 -1
- package/dist/types/specification/v4/pages/index.d.ts +0 -4
- package/dist/types/specification/v4/pages/index.d.ts.map +0 -1
- package/dist/types/specification/v4/webapp/index.d.ts +0 -2
- package/dist/types/specification/v4/webapp/index.d.ts.map +0 -1
- package/dist/types/specification/v4/webapp/manifest/ManifestSettings.d.ts +0 -225
- package/dist/types/specification/v4/webapp/manifest/ManifestSettings.d.ts.map +0 -1
- package/dist/types/specification/v4/webapp/manifest/index.d.ts +0 -5
- package/dist/types/specification/v4/webapp/manifest/index.d.ts.map +0 -1
- package/dist/types/specification/v4/webapp/manifest/sapUi5.d.ts +0 -110
- package/dist/types/specification/v4/webapp/manifest/sapUi5.d.ts.map +0 -1
- package/dist/types/specification/v4/webapp/manifest/sapUiPageV4.d.ts +0 -84
- package/dist/types/specification/v4/webapp/manifest/sapUiPageV4.d.ts.map +0 -1
- package/dist/types/sync/common/appProvider.d.ts.map +0 -1
- package/dist/types/sync/common/decoration/control.d.ts.map +0 -1
- package/dist/types/sync/common/decoration/decorators.d.ts.map +0 -1
- package/dist/types/sync/common/decoration/flex.d.ts +0 -7
- package/dist/types/sync/common/decoration/flex.d.ts.map +0 -1
- package/dist/types/sync/common/flexUtils.d.ts.map +0 -1
- package/dist/types/sync/common/generate/objectPage.d.ts.map +0 -1
- package/dist/types/sync/common/generate/utils.d.ts.map +0 -1
- package/dist/types/sync/common/importProject.d.ts.map +0 -1
- package/dist/types/sync/common/types.d.ts.map +0 -1
- package/dist/types/sync/common/utils.d.ts.map +0 -1
- package/dist/types/sync/v2/application.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/Action.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts +0 -10
- package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +0 -10
- package/dist/types/sync/v2/export/controls/Card.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/Field.d.ts +0 -5
- package/dist/types/sync/v2/export/controls/Field.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/FilterBar.d.ts +0 -42
- package/dist/types/sync/v2/export/controls/FilterBar.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/FormAction.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/Fragment.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageChart.d.ts +0 -8
- package/dist/types/sync/v2/export/controls/ObjectPageChart.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts +0 -20
- package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts +0 -11
- package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts +0 -8
- package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +0 -45
- package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts +0 -53
- package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/Table.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/TableColumn.d.ts.map +0 -1
- package/dist/types/sync/v2/export/controls/ToolBar.d.ts +0 -5
- package/dist/types/sync/v2/export/controls/ToolBar.d.ts.map +0 -1
- package/dist/types/sync/v2/export/exportPage.d.ts.map +0 -1
- package/dist/types/sync/v2/export/manifest.d.ts.map +0 -1
- package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts +0 -15
- package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts.map +0 -1
- package/dist/types/sync/v2/export/pages/ListReport.d.ts +0 -11
- package/dist/types/sync/v2/export/pages/ListReport.d.ts.map +0 -1
- package/dist/types/sync/v2/export/pages/ObjectPage.d.ts +0 -19
- package/dist/types/sync/v2/export/pages/ObjectPage.d.ts.map +0 -1
- package/dist/types/sync/v2/export/pages/OverviewPage.d.ts.map +0 -1
- package/dist/types/sync/v2/export/view-controller-generator.d.ts.map +0 -1
- package/dist/types/sync/v2/generate/analyticalListReport.d.ts.map +0 -1
- package/dist/types/sync/v2/generate/generate.d.ts.map +0 -1
- package/dist/types/sync/v2/generate/listReport.d.ts.map +0 -1
- package/dist/types/sync/v2/generate/objectPage.d.ts.map +0 -1
- package/dist/types/sync/v2/generate/utils.d.ts.map +0 -1
- package/dist/types/sync/v2/import/app/appProvider.d.ts.map +0 -1
- package/dist/types/sync/v2/import/app/ovpProvider.d.ts.map +0 -1
- package/dist/types/sync/v2/import/common/index.d.ts.map +0 -1
- package/dist/types/sync/v2/import/controls/table.d.ts.map +0 -1
- package/dist/types/sync/v2/import/pages/analyticalListPage.d.ts.map +0 -1
- package/dist/types/sync/v2/import/pages/listReport.d.ts.map +0 -1
- package/dist/types/sync/v2/import/pages/objectPage.d.ts.map +0 -1
- package/dist/types/sync/v2/import/pages/overviewPage.d.ts.map +0 -1
- package/dist/types/sync/v2/import/utils.d.ts.map +0 -1
- package/dist/types/sync/v2/types.d.ts.map +0 -1
- package/dist/types/sync/v4/application.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/FilterBar.d.ts +0 -5
- package/dist/types/sync/v4/export/controls/FilterBar.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageCustomSection.d.ts +0 -13
- package/dist/types/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageHeader.d.ts +0 -9
- package/dist/types/sync/v4/export/controls/ObjectPageHeader.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +0 -22
- package/dist/types/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageLayout.d.ts +0 -5
- package/dist/types/sync/v4/export/controls/ObjectPageLayout.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageTable.d.ts +0 -29
- package/dist/types/sync/v4/export/controls/ObjectPageTable.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageTableColumn.d.ts +0 -26
- package/dist/types/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +0 -20
- package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/Table.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/TableColumn.d.ts +0 -64
- package/dist/types/sync/v4/export/controls/TableColumn.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ToolBar.d.ts +0 -9
- package/dist/types/sync/v4/export/controls/ToolBar.d.ts.map +0 -1
- package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts +0 -38
- package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts.map +0 -1
- package/dist/types/sync/v4/export/export.d.ts.map +0 -1
- package/dist/types/sync/v4/export/flexibleColumnLayout.d.ts +0 -8
- package/dist/types/sync/v4/export/flexibleColumnLayout.d.ts.map +0 -1
- package/dist/types/sync/v4/export/manifest.d.ts.map +0 -1
- package/dist/types/sync/v4/export/pages/ListReport.d.ts +0 -14
- package/dist/types/sync/v4/export/pages/ListReport.d.ts.map +0 -1
- package/dist/types/sync/v4/export/pages/ObjectPage.d.ts +0 -9
- package/dist/types/sync/v4/export/pages/ObjectPage.d.ts.map +0 -1
- package/dist/types/sync/v4/export/utils.d.ts.map +0 -1
- package/dist/types/sync/v4/generate/generate.d.ts.map +0 -1
- package/dist/types/sync/v4/generate/objectPage.d.ts.map +0 -1
- package/dist/types/sync/v4/import/app/baseAppProvider.d.ts.map +0 -1
- package/dist/types/sync/v4/import/app/freestyleProvider.d.ts.map +0 -1
- package/dist/types/sync/v4/import/fragment.d.ts.map +0 -1
- package/dist/types/sync/v4/import/pages/listReport.d.ts.map +0 -1
- package/dist/types/sync/v4/import/pages/objectPage.d.ts.map +0 -1
- package/dist/types/sync/v4/utils/utils.d.ts.map +0 -1
- package/dist/types/v2.d.ts +0 -3
- package/dist/types/v2.d.ts.map +0 -1
- package/dist/types/v4.d.ts +0 -3
- package/dist/types/v4.d.ts.map +0 -1
|
@@ -0,0 +1,847 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Table = exports.MultiTableModeV4 = exports.TableViewExtension = exports.LRTableView = exports.LRChartView = exports.ALPTable = exports.TableViewSettings = exports.CommonViewSettings = exports.ALPChart = exports.TableSettings = exports.QuickVariantSelectionV4 = exports.ViewPersonalizationType = exports.PersonalizationType = exports.ViewTableCreationMode = exports.TableCreationMode = exports.deleteCreationModeCreateAtEnd = exports.exportCreationModeCreateAtEnd = exports.deletePersonalizationProperty = exports.deleteCreationModeName = exports.exportPersonalizationProperty = exports.exportPersonalization = exports.checkViewOrder = exports.exportCreationModeName = void 0;
|
|
10
|
+
const common_1 = require("../../../common");
|
|
11
|
+
const decorators_1 = require("../../../common/decoration/decorators");
|
|
12
|
+
const application_1 = require("../../application");
|
|
13
|
+
/**
|
|
14
|
+
* Special edition of the global function getManifestSectionByPathV4 that initializes the views array if empty
|
|
15
|
+
* @param manifest - manifest.json
|
|
16
|
+
* @param path - path to the views array in manifest
|
|
17
|
+
* @param key - key of the view
|
|
18
|
+
* @returns the paths array of the views
|
|
19
|
+
*/
|
|
20
|
+
const getManifestSectionByPathV4 = (manifest, path) => {
|
|
21
|
+
let manifestSection = manifest;
|
|
22
|
+
for (const element of path.split('/')) {
|
|
23
|
+
if (!manifestSection[element]) {
|
|
24
|
+
if (element === 'paths') {
|
|
25
|
+
manifestSection[element] = [];
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
manifestSection[element] = {};
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
manifestSection = manifestSection[element];
|
|
32
|
+
}
|
|
33
|
+
return manifestSection;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Common function for determining the path in manifest of a list report view's path
|
|
37
|
+
* @param pageName - page name in manifest
|
|
38
|
+
* @param manifest - manifest.json
|
|
39
|
+
* @param _targetAnnotationEncoded - target annotation (not used here)
|
|
40
|
+
* @param viewKey - value of the key property of the view
|
|
41
|
+
* @returns the path to the entry in manifest
|
|
42
|
+
*/
|
|
43
|
+
function getSettingsPathForLRViewsPath(pageName, manifest, _targetAnnotationEncoded, viewKey, _targetAnnotation, configObject) {
|
|
44
|
+
const viewsPath = application_1.getSettingsPathForLRViewsPaths(pageName);
|
|
45
|
+
const manifestSection = getManifestSectionByPathV4(JSON.parse(JSON.stringify(manifest)), viewsPath);
|
|
46
|
+
let path;
|
|
47
|
+
for (let index = 0; index < manifestSection.length; index++) {
|
|
48
|
+
const view = manifestSection[index];
|
|
49
|
+
if (view && (view[common_1.SchemaTag.key] === configObject?.['key'] || view[common_1.SchemaTag.key] === viewKey)) {
|
|
50
|
+
path = `${viewsPath}/${index}`;
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
if (!path) {
|
|
55
|
+
path = `${viewsPath}/[]`;
|
|
56
|
+
}
|
|
57
|
+
return path;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* sync rule function for export of creationMode.name
|
|
61
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
62
|
+
* @param configObject - section in config.json describing the table settings
|
|
63
|
+
* @param key - key or property in config.json
|
|
64
|
+
* @param manifestKey - key or property in manifest
|
|
65
|
+
*/
|
|
66
|
+
function exportCreationModeName(manifestSection, configObject, key, manifestKey) {
|
|
67
|
+
if (typeof manifestSection['creationMode'] === 'string') {
|
|
68
|
+
manifestSection['creationMode'] = {};
|
|
69
|
+
}
|
|
70
|
+
manifestSection['creationMode'][manifestKey] = configObject[key];
|
|
71
|
+
}
|
|
72
|
+
exports.exportCreationModeName = exportCreationModeName;
|
|
73
|
+
/**
|
|
74
|
+
* Subroutine of checkViewOrder, fills the new list of views for the manifest
|
|
75
|
+
*/
|
|
76
|
+
function fillNewlyOrderedViews(manifestSection, keyInConfig, newIndex, minIndex, maxIndex, direction) {
|
|
77
|
+
const newlyOrderedViews = JSON.parse(JSON.stringify(manifestSection));
|
|
78
|
+
const viewKeys = Object.keys(manifestSection);
|
|
79
|
+
for (const index of viewKeys) {
|
|
80
|
+
const indexInManifest = Number(index);
|
|
81
|
+
const view = manifestSection[index];
|
|
82
|
+
if (keyInConfig === view['key']) {
|
|
83
|
+
newlyOrderedViews[newIndex] = view;
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
if (indexInManifest >= minIndex && indexInManifest <= maxIndex) {
|
|
87
|
+
newlyOrderedViews[Math.max(0, indexInManifest + direction)] = view;
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
newlyOrderedViews[index] = view;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
return newlyOrderedViews;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* If a view index was changed we need to adapt the order of views in manifest
|
|
98
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
99
|
+
* @param configObject - section in config.json describing the table settings
|
|
100
|
+
*/
|
|
101
|
+
function checkViewOrder(manifestSection, configObject) {
|
|
102
|
+
const keyInConfig = configObject['key'];
|
|
103
|
+
const oldIndex = manifestSection.findIndex((view) => {
|
|
104
|
+
return view?.['key'] === keyInConfig;
|
|
105
|
+
});
|
|
106
|
+
const newIndex = configObject['index'];
|
|
107
|
+
if (oldIndex > -1 && oldIndex !== newIndex) {
|
|
108
|
+
const direction = newIndex > oldIndex ? -1 : 1;
|
|
109
|
+
const minIndex = Math.min(Number(oldIndex), newIndex);
|
|
110
|
+
const maxIndex = Math.max(Number(oldIndex), newIndex);
|
|
111
|
+
const newlyOrderedViews = fillNewlyOrderedViews(manifestSection, keyInConfig, newIndex, minIndex, maxIndex, direction);
|
|
112
|
+
for (const index of Object.keys(newlyOrderedViews)) {
|
|
113
|
+
manifestSection[index] = newlyOrderedViews[index];
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
exports.checkViewOrder = checkViewOrder;
|
|
118
|
+
/**
|
|
119
|
+
* common sync rule function for export of creation for personalization object
|
|
120
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
121
|
+
* @param configObject - section in config.json describing the table settings
|
|
122
|
+
* @param key - key or property in config.json
|
|
123
|
+
* @param manifestKey - key or property in manifest
|
|
124
|
+
*/
|
|
125
|
+
function exportPersonalization(manifestSection, configObject, key, manifestKey) {
|
|
126
|
+
if (!manifestSection[manifestKey] &&
|
|
127
|
+
typeof configObject[key] === 'object' &&
|
|
128
|
+
Object.keys(configObject[key]).length) {
|
|
129
|
+
// Create 'personalization' object only when config object is not empty
|
|
130
|
+
configObject[key] = {};
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
exports.exportPersonalization = exportPersonalization;
|
|
134
|
+
/**
|
|
135
|
+
* common sync rule function for export of personalization properties
|
|
136
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
137
|
+
* @param configObject - section in config.json describing the table settings
|
|
138
|
+
* @param key - key or property in config.json
|
|
139
|
+
* @param manifestKey - key or property in manifest
|
|
140
|
+
*/
|
|
141
|
+
function exportPersonalizationProperty(manifestSection, configObject, key, manifestKey) {
|
|
142
|
+
if (typeof manifestSection['personalization'] === 'boolean' || !manifestSection['personalization']) {
|
|
143
|
+
manifestSection['personalization'] = {};
|
|
144
|
+
}
|
|
145
|
+
manifestSection['personalization'][manifestKey] = configObject[key];
|
|
146
|
+
}
|
|
147
|
+
exports.exportPersonalizationProperty = exportPersonalizationProperty;
|
|
148
|
+
/**
|
|
149
|
+
* sync rule function for the deletion of creationMode.name
|
|
150
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
151
|
+
* @param manifestKey - key or property in manifest
|
|
152
|
+
*/
|
|
153
|
+
function deleteCreationModeName(manifestSection, manifestKey) {
|
|
154
|
+
if (typeof manifestSection['creationMode'] === 'object' &&
|
|
155
|
+
manifestSection['creationMode'][manifestKey] !== undefined) {
|
|
156
|
+
delete manifestSection['creationMode'][manifestKey];
|
|
157
|
+
}
|
|
158
|
+
else if (typeof manifestSection['creationMode'] === 'string' && manifestSection['creationMode'] !== undefined) {
|
|
159
|
+
delete manifestSection['creationMode'];
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
exports.deleteCreationModeName = deleteCreationModeName;
|
|
163
|
+
/**
|
|
164
|
+
* common sync rule function for the deletion of any property of personalization
|
|
165
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
166
|
+
* @param _configObject - page config object
|
|
167
|
+
* @param _key - key or property in page config object
|
|
168
|
+
* @param manifestKey - key or property in manifest
|
|
169
|
+
*/
|
|
170
|
+
function deletePersonalizationProperty(manifestSection, _configObject, _key, manifestKey) {
|
|
171
|
+
if (typeof manifestSection['personalization'] === 'object' &&
|
|
172
|
+
manifestSection['personalization'][manifestKey] !== undefined) {
|
|
173
|
+
delete manifestSection['personalization'][manifestKey];
|
|
174
|
+
if (Object.keys(manifestSection['personalization']).length === 0) {
|
|
175
|
+
delete manifestSection['personalization'];
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
else if (typeof manifestSection['personalization'] === 'string' &&
|
|
179
|
+
manifestSection['personalization'] !== undefined) {
|
|
180
|
+
delete manifestSection['personalization'];
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
exports.deletePersonalizationProperty = deletePersonalizationProperty;
|
|
184
|
+
/**
|
|
185
|
+
* sync rule deleting a view if the index gets deleted
|
|
186
|
+
* @param manifestSection - manifest section of the given view
|
|
187
|
+
* @param configObject - section of the configration JSON
|
|
188
|
+
* @param syncRuleKey - key of the view
|
|
189
|
+
* @param config - the complete config JSON
|
|
190
|
+
*/
|
|
191
|
+
function deleteView(manifestSection, configObject, _configPropertyKey, _manifestKey, syncRuleKey, config) {
|
|
192
|
+
let deletedViewIndex;
|
|
193
|
+
if (!configObject || Object.keys(configObject).length === 0) {
|
|
194
|
+
const viewsInManifest = manifestSection;
|
|
195
|
+
Object.keys(viewsInManifest).forEach((index) => {
|
|
196
|
+
if (viewsInManifest[index] && viewsInManifest[index].key === syncRuleKey) {
|
|
197
|
+
manifestSection[Number(index)] = {};
|
|
198
|
+
deletedViewIndex = index;
|
|
199
|
+
}
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
if (deletedViewIndex) {
|
|
203
|
+
const viewsInConfig = config['table']['views'];
|
|
204
|
+
for (const key in viewsInConfig) {
|
|
205
|
+
if (viewsInConfig[key].index > deletedViewIndex) {
|
|
206
|
+
viewsInConfig[key].index--;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* sync rule for preventing the deletion of a property
|
|
213
|
+
*/
|
|
214
|
+
function doNotDelete() {
|
|
215
|
+
return;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* sync rule function for export of creationMode.createAtEnd
|
|
219
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
220
|
+
* @param configObject - section in config.json describing the table settings
|
|
221
|
+
* @param key - key or property in config.json
|
|
222
|
+
* @param manifestKey - key or property in manifest
|
|
223
|
+
*/
|
|
224
|
+
function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey) {
|
|
225
|
+
if (typeof manifestSection['creationMode'] === 'object') {
|
|
226
|
+
manifestSection['creationMode'][manifestKey] = configObject[key];
|
|
227
|
+
}
|
|
228
|
+
else if (typeof manifestSection['creationMode'] === 'string') {
|
|
229
|
+
// If createAtEnd property is defined in config, then we have to convert manifest property creationMode to an object
|
|
230
|
+
manifestSection['creationMode'] = {
|
|
231
|
+
name: configObject['name'],
|
|
232
|
+
[manifestKey]: configObject[key]
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
exports.exportCreationModeCreateAtEnd = exportCreationModeCreateAtEnd;
|
|
237
|
+
/**
|
|
238
|
+
* sync rule function for the deletion of creationMode.createAtEnd
|
|
239
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
240
|
+
* @param manifestKey - key or property in manifest
|
|
241
|
+
*/
|
|
242
|
+
function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
|
|
243
|
+
if (typeof manifestSection['creationMode'] === 'object' &&
|
|
244
|
+
manifestSection['creationMode'][manifestKey] !== undefined) {
|
|
245
|
+
delete manifestSection['creationMode'][manifestKey];
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
exports.deleteCreationModeCreateAtEnd = deleteCreationModeCreateAtEnd;
|
|
249
|
+
/**
|
|
250
|
+
* sync rule for the import of personalization, does an implicit conversion of the former boolean value to the new object representation
|
|
251
|
+
* @param tableSettings - table settings in manifest, to be analyzed
|
|
252
|
+
* @returns - object representing the value(s) for the config file
|
|
253
|
+
*/
|
|
254
|
+
function importPersonalization(tableSettings) {
|
|
255
|
+
const value = tableSettings['personalization'];
|
|
256
|
+
if (typeof value === 'object') {
|
|
257
|
+
return value;
|
|
258
|
+
}
|
|
259
|
+
else if (typeof value === 'boolean') {
|
|
260
|
+
return {
|
|
261
|
+
column: value,
|
|
262
|
+
sort: value,
|
|
263
|
+
filter: value
|
|
264
|
+
};
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* sync rule for the import of creationMode, does an implicit conversion of the former string value to the new object representation
|
|
269
|
+
* @param tableSettings - table settings in manifest, to be analyzed
|
|
270
|
+
* @returns - object representing the value(s) for the config file
|
|
271
|
+
*/
|
|
272
|
+
function importCreationMode(tableSettings) {
|
|
273
|
+
const value = tableSettings['creationMode'];
|
|
274
|
+
if (typeof value === 'object') {
|
|
275
|
+
return value;
|
|
276
|
+
}
|
|
277
|
+
else if (typeof value === 'string') {
|
|
278
|
+
return {
|
|
279
|
+
name: value
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* sync rule for the import of the index of a table view
|
|
285
|
+
* @param manifestSection - manifest section, as determined by synRule.path
|
|
286
|
+
* @param _sectionId - not used
|
|
287
|
+
* @param _propertyKey - not used
|
|
288
|
+
* @param breadcrumbs - list if breadcrumbs, includes the given view key
|
|
289
|
+
* @returns index of the view in manifest, undefined if not found
|
|
290
|
+
*/
|
|
291
|
+
function determineIndexOfView(manifestSection, _sectionId, _propertyKey, breadcrumbs) {
|
|
292
|
+
const viewIndex = manifestSection.findIndex((view) => view['key'] === breadcrumbs[0]);
|
|
293
|
+
return viewIndex === -1 ? undefined : viewIndex;
|
|
294
|
+
}
|
|
295
|
+
/**********************************
|
|
296
|
+
* Sync class for TableCreationMode
|
|
297
|
+
*/
|
|
298
|
+
class TableCreationMode {
|
|
299
|
+
}
|
|
300
|
+
__decorate([
|
|
301
|
+
decorators_1.syncRule({
|
|
302
|
+
manifest: {
|
|
303
|
+
path: application_1.getTableSettingsPathForLR,
|
|
304
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
305
|
+
exportCreationModeName(manifestSection, configObject, key, manifestKey);
|
|
306
|
+
},
|
|
307
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
308
|
+
deleteCreationModeName(manifestSection, manifestKey);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
})
|
|
312
|
+
], TableCreationMode.prototype, "name", void 0);
|
|
313
|
+
__decorate([
|
|
314
|
+
decorators_1.syncRule({
|
|
315
|
+
manifest: {
|
|
316
|
+
path: application_1.getTableSettingsPathForLR,
|
|
317
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
318
|
+
exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
|
|
319
|
+
},
|
|
320
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
321
|
+
deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
})
|
|
325
|
+
], TableCreationMode.prototype, "createAtEnd", void 0);
|
|
326
|
+
exports.TableCreationMode = TableCreationMode;
|
|
327
|
+
/**********************************
|
|
328
|
+
* Sync class for TableCreationMode
|
|
329
|
+
*/
|
|
330
|
+
class ViewTableCreationMode {
|
|
331
|
+
}
|
|
332
|
+
__decorate([
|
|
333
|
+
decorators_1.syncRule({
|
|
334
|
+
manifest: {
|
|
335
|
+
path: application_1.getTableSettingsPathForView,
|
|
336
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
337
|
+
exportCreationModeName(manifestSection, configObject, key, manifestKey);
|
|
338
|
+
},
|
|
339
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
340
|
+
deleteCreationModeName(manifestSection, manifestKey);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
})
|
|
344
|
+
], ViewTableCreationMode.prototype, "name", void 0);
|
|
345
|
+
__decorate([
|
|
346
|
+
decorators_1.syncRule({
|
|
347
|
+
manifest: {
|
|
348
|
+
path: application_1.getTableSettingsPathForView,
|
|
349
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
350
|
+
exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
|
|
351
|
+
},
|
|
352
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
353
|
+
deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
})
|
|
357
|
+
], ViewTableCreationMode.prototype, "createAtEnd", void 0);
|
|
358
|
+
exports.ViewTableCreationMode = ViewTableCreationMode;
|
|
359
|
+
/************************************
|
|
360
|
+
* Sync class for PersonalizationType
|
|
361
|
+
*/
|
|
362
|
+
class PersonalizationType {
|
|
363
|
+
}
|
|
364
|
+
__decorate([
|
|
365
|
+
decorators_1.syncRule({
|
|
366
|
+
manifest: {
|
|
367
|
+
path: application_1.getTableSettingsPathForLR,
|
|
368
|
+
export: exportPersonalizationProperty,
|
|
369
|
+
delete: deletePersonalizationProperty
|
|
370
|
+
}
|
|
371
|
+
})
|
|
372
|
+
], PersonalizationType.prototype, "column", void 0);
|
|
373
|
+
__decorate([
|
|
374
|
+
decorators_1.syncRule({
|
|
375
|
+
manifest: {
|
|
376
|
+
path: application_1.getTableSettingsPathForLR,
|
|
377
|
+
export: exportPersonalizationProperty,
|
|
378
|
+
delete: deletePersonalizationProperty
|
|
379
|
+
}
|
|
380
|
+
})
|
|
381
|
+
], PersonalizationType.prototype, "sort", void 0);
|
|
382
|
+
__decorate([
|
|
383
|
+
decorators_1.syncRule({
|
|
384
|
+
manifest: {
|
|
385
|
+
path: application_1.getTableSettingsPathForLR,
|
|
386
|
+
export: exportPersonalizationProperty,
|
|
387
|
+
delete: deletePersonalizationProperty
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
], PersonalizationType.prototype, "filter", void 0);
|
|
391
|
+
exports.PersonalizationType = PersonalizationType;
|
|
392
|
+
class ViewPersonalizationType {
|
|
393
|
+
}
|
|
394
|
+
__decorate([
|
|
395
|
+
decorators_1.syncRule({
|
|
396
|
+
manifest: {
|
|
397
|
+
path: application_1.getTableSettingsPathForView,
|
|
398
|
+
export: exportPersonalizationProperty,
|
|
399
|
+
delete: deletePersonalizationProperty
|
|
400
|
+
}
|
|
401
|
+
})
|
|
402
|
+
], ViewPersonalizationType.prototype, "column", void 0);
|
|
403
|
+
__decorate([
|
|
404
|
+
decorators_1.syncRule({
|
|
405
|
+
manifest: {
|
|
406
|
+
path: application_1.getTableSettingsPathForView,
|
|
407
|
+
export: exportPersonalizationProperty,
|
|
408
|
+
delete: deletePersonalizationProperty
|
|
409
|
+
}
|
|
410
|
+
})
|
|
411
|
+
], ViewPersonalizationType.prototype, "sort", void 0);
|
|
412
|
+
__decorate([
|
|
413
|
+
decorators_1.syncRule({
|
|
414
|
+
manifest: {
|
|
415
|
+
path: application_1.getTableSettingsPathForLR,
|
|
416
|
+
export: exportPersonalizationProperty,
|
|
417
|
+
delete: deletePersonalizationProperty
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
], ViewPersonalizationType.prototype, "filter", void 0);
|
|
421
|
+
exports.ViewPersonalizationType = ViewPersonalizationType;
|
|
422
|
+
/****************************************
|
|
423
|
+
* Sync class for QuickVariantSelectionV4
|
|
424
|
+
*/
|
|
425
|
+
class QuickVariantSelectionV4 {
|
|
426
|
+
}
|
|
427
|
+
__decorate([
|
|
428
|
+
decorators_1.syncRule({
|
|
429
|
+
manifest: {
|
|
430
|
+
path: application_1.getQuickVariantPath
|
|
431
|
+
}
|
|
432
|
+
})
|
|
433
|
+
], QuickVariantSelectionV4.prototype, "paths", void 0);
|
|
434
|
+
__decorate([
|
|
435
|
+
decorators_1.syncRule({
|
|
436
|
+
manifest: {
|
|
437
|
+
path: application_1.getQuickVariantPath
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
], QuickVariantSelectionV4.prototype, "hideTableTitle", void 0);
|
|
441
|
+
__decorate([
|
|
442
|
+
decorators_1.syncRule({
|
|
443
|
+
manifest: {
|
|
444
|
+
path: application_1.getQuickVariantPath
|
|
445
|
+
}
|
|
446
|
+
})
|
|
447
|
+
], QuickVariantSelectionV4.prototype, "showCounts", void 0);
|
|
448
|
+
exports.QuickVariantSelectionV4 = QuickVariantSelectionV4;
|
|
449
|
+
/****************************************
|
|
450
|
+
* Sync class for TableSettings
|
|
451
|
+
*/
|
|
452
|
+
class TableSettings {
|
|
453
|
+
}
|
|
454
|
+
__decorate([
|
|
455
|
+
decorators_1.syncRule({
|
|
456
|
+
manifest: {
|
|
457
|
+
path: application_1.getTableSettingsPathForLR
|
|
458
|
+
}
|
|
459
|
+
}),
|
|
460
|
+
decorators_1.validity({
|
|
461
|
+
since: '1.84.0'
|
|
462
|
+
})
|
|
463
|
+
], TableSettings.prototype, "type", void 0);
|
|
464
|
+
__decorate([
|
|
465
|
+
decorators_1.syncRule({
|
|
466
|
+
manifest: {
|
|
467
|
+
path: application_1.getTableSettingsPathForLR,
|
|
468
|
+
import: importCreationMode
|
|
469
|
+
}
|
|
470
|
+
}),
|
|
471
|
+
decorators_1.validity({
|
|
472
|
+
since: '1.84.0'
|
|
473
|
+
})
|
|
474
|
+
], TableSettings.prototype, "creationMode", void 0);
|
|
475
|
+
__decorate([
|
|
476
|
+
decorators_1.syncRule({
|
|
477
|
+
manifest: {
|
|
478
|
+
path: application_1.getTableSettingsPathForLR,
|
|
479
|
+
import: importPersonalization
|
|
480
|
+
}
|
|
481
|
+
}),
|
|
482
|
+
decorators_1.validity({
|
|
483
|
+
since: '1.86.0'
|
|
484
|
+
})
|
|
485
|
+
], TableSettings.prototype, "personalization", void 0);
|
|
486
|
+
__decorate([
|
|
487
|
+
decorators_1.syncRule({
|
|
488
|
+
manifest: {
|
|
489
|
+
path: application_1.getTableSettingsPathForLR
|
|
490
|
+
}
|
|
491
|
+
}),
|
|
492
|
+
decorators_1.validity({
|
|
493
|
+
since: '1.84.0'
|
|
494
|
+
})
|
|
495
|
+
], TableSettings.prototype, "selectionMode", void 0);
|
|
496
|
+
__decorate([
|
|
497
|
+
decorators_1.syncRule({
|
|
498
|
+
manifest: {
|
|
499
|
+
path: application_1.getTableSettingsPathForLR
|
|
500
|
+
}
|
|
501
|
+
}),
|
|
502
|
+
decorators_1.validity({
|
|
503
|
+
since: '1.84.0'
|
|
504
|
+
})
|
|
505
|
+
], TableSettings.prototype, "selectAll", void 0);
|
|
506
|
+
__decorate([
|
|
507
|
+
decorators_1.syncRule({
|
|
508
|
+
manifest: {
|
|
509
|
+
path: application_1.getTableSettingsPathForLR
|
|
510
|
+
}
|
|
511
|
+
}),
|
|
512
|
+
decorators_1.validity({
|
|
513
|
+
since: '1.84.0'
|
|
514
|
+
})
|
|
515
|
+
], TableSettings.prototype, "selectionLimit", void 0);
|
|
516
|
+
__decorate([
|
|
517
|
+
decorators_1.syncRule({
|
|
518
|
+
manifest: {
|
|
519
|
+
path: application_1.getTableSettingsPathForLR
|
|
520
|
+
}
|
|
521
|
+
}),
|
|
522
|
+
decorators_1.validity({
|
|
523
|
+
since: '1.84.0'
|
|
524
|
+
})
|
|
525
|
+
], TableSettings.prototype, "enableExport", void 0);
|
|
526
|
+
__decorate([
|
|
527
|
+
decorators_1.syncRule({
|
|
528
|
+
manifest: {
|
|
529
|
+
path: application_1.getTableSettingsPathForLR
|
|
530
|
+
}
|
|
531
|
+
}),
|
|
532
|
+
decorators_1.validity({
|
|
533
|
+
since: '1.84.0'
|
|
534
|
+
})
|
|
535
|
+
], TableSettings.prototype, "quickVariantSelection", void 0);
|
|
536
|
+
__decorate([
|
|
537
|
+
decorators_1.syncRule({
|
|
538
|
+
manifest: {
|
|
539
|
+
path: application_1.getTableSettingsPathForLR
|
|
540
|
+
}
|
|
541
|
+
}),
|
|
542
|
+
decorators_1.validity({
|
|
543
|
+
since: '1.84.0'
|
|
544
|
+
})
|
|
545
|
+
], TableSettings.prototype, "condensedTableLayout", void 0);
|
|
546
|
+
exports.TableSettings = TableSettings;
|
|
547
|
+
/****************************************
|
|
548
|
+
* Sync class for ALPChartView (renamed due to indirection in app schema)
|
|
549
|
+
*/
|
|
550
|
+
class ALPChart {
|
|
551
|
+
}
|
|
552
|
+
__decorate([
|
|
553
|
+
decorators_1.syncRule({
|
|
554
|
+
manifest: {
|
|
555
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/primary/0',
|
|
556
|
+
delete: deleteView
|
|
557
|
+
}
|
|
558
|
+
})
|
|
559
|
+
], ALPChart.prototype, "annotationPath", void 0);
|
|
560
|
+
exports.ALPChart = ALPChart;
|
|
561
|
+
class CommonViewSettings {
|
|
562
|
+
}
|
|
563
|
+
__decorate([
|
|
564
|
+
decorators_1.syncRule({
|
|
565
|
+
manifest: {
|
|
566
|
+
path: getSettingsPathForLRViewsPath,
|
|
567
|
+
delete: doNotDelete
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
], CommonViewSettings.prototype, "key", void 0);
|
|
571
|
+
__decorate([
|
|
572
|
+
decorators_1.syncRule({
|
|
573
|
+
manifest: {
|
|
574
|
+
path: application_1.getSettingsPathForLRViewsPaths,
|
|
575
|
+
import: determineIndexOfView,
|
|
576
|
+
export: (manifestSection, configObject) => {
|
|
577
|
+
checkViewOrder(manifestSection, configObject);
|
|
578
|
+
},
|
|
579
|
+
delete: deleteView
|
|
580
|
+
}
|
|
581
|
+
})
|
|
582
|
+
], CommonViewSettings.prototype, "index", void 0);
|
|
583
|
+
__decorate([
|
|
584
|
+
decorators_1.syncRule({
|
|
585
|
+
manifest: {
|
|
586
|
+
path: getSettingsPathForLRViewsPath,
|
|
587
|
+
delete: doNotDelete
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
], CommonViewSettings.prototype, "annotationPath", void 0);
|
|
591
|
+
__decorate([
|
|
592
|
+
decorators_1.syncRule({
|
|
593
|
+
manifest: {
|
|
594
|
+
path: getSettingsPathForLRViewsPath
|
|
595
|
+
}
|
|
596
|
+
})
|
|
597
|
+
], CommonViewSettings.prototype, "entitySet", void 0);
|
|
598
|
+
exports.CommonViewSettings = CommonViewSettings;
|
|
599
|
+
/****************************************
|
|
600
|
+
* Sync class for view table settings
|
|
601
|
+
*/
|
|
602
|
+
class TableViewSettings extends CommonViewSettings {
|
|
603
|
+
}
|
|
604
|
+
__decorate([
|
|
605
|
+
decorators_1.syncRule({
|
|
606
|
+
manifest: {
|
|
607
|
+
path: application_1.getTableSettingsPathForView
|
|
608
|
+
}
|
|
609
|
+
}),
|
|
610
|
+
decorators_1.validity({
|
|
611
|
+
since: '1.84.0'
|
|
612
|
+
})
|
|
613
|
+
], TableViewSettings.prototype, "type", void 0);
|
|
614
|
+
__decorate([
|
|
615
|
+
decorators_1.syncRule({
|
|
616
|
+
manifest: {
|
|
617
|
+
path: application_1.getTableSettingsPathForView,
|
|
618
|
+
import: importCreationMode
|
|
619
|
+
}
|
|
620
|
+
}),
|
|
621
|
+
decorators_1.validity({
|
|
622
|
+
since: '1.84.0'
|
|
623
|
+
})
|
|
624
|
+
], TableViewSettings.prototype, "creationMode", void 0);
|
|
625
|
+
__decorate([
|
|
626
|
+
decorators_1.syncRule({
|
|
627
|
+
manifest: {
|
|
628
|
+
path: application_1.getTableSettingsPathForView,
|
|
629
|
+
import: importPersonalization
|
|
630
|
+
}
|
|
631
|
+
}),
|
|
632
|
+
decorators_1.validity({
|
|
633
|
+
since: '1.86.0'
|
|
634
|
+
})
|
|
635
|
+
], TableViewSettings.prototype, "personalization", void 0);
|
|
636
|
+
__decorate([
|
|
637
|
+
decorators_1.syncRule({
|
|
638
|
+
manifest: {
|
|
639
|
+
path: application_1.getTableSettingsPathForView
|
|
640
|
+
}
|
|
641
|
+
}),
|
|
642
|
+
decorators_1.validity({
|
|
643
|
+
since: '1.84.0'
|
|
644
|
+
})
|
|
645
|
+
], TableViewSettings.prototype, "selectionMode", void 0);
|
|
646
|
+
__decorate([
|
|
647
|
+
decorators_1.syncRule({
|
|
648
|
+
manifest: {
|
|
649
|
+
path: application_1.getTableSettingsPathForView
|
|
650
|
+
}
|
|
651
|
+
}),
|
|
652
|
+
decorators_1.validity({
|
|
653
|
+
since: '1.84.0'
|
|
654
|
+
})
|
|
655
|
+
], TableViewSettings.prototype, "selectAll", void 0);
|
|
656
|
+
__decorate([
|
|
657
|
+
decorators_1.syncRule({
|
|
658
|
+
manifest: {
|
|
659
|
+
path: application_1.getTableSettingsPathForView
|
|
660
|
+
}
|
|
661
|
+
}),
|
|
662
|
+
decorators_1.validity({
|
|
663
|
+
since: '1.84.0'
|
|
664
|
+
})
|
|
665
|
+
], TableViewSettings.prototype, "selectionLimit", void 0);
|
|
666
|
+
__decorate([
|
|
667
|
+
decorators_1.syncRule({
|
|
668
|
+
manifest: {
|
|
669
|
+
path: application_1.getTableSettingsPathForView
|
|
670
|
+
}
|
|
671
|
+
}),
|
|
672
|
+
decorators_1.validity({
|
|
673
|
+
since: '1.84.0'
|
|
674
|
+
})
|
|
675
|
+
], TableViewSettings.prototype, "enableExport", void 0);
|
|
676
|
+
__decorate([
|
|
677
|
+
decorators_1.syncRule({
|
|
678
|
+
manifest: {
|
|
679
|
+
path: application_1.getTableSettingsPathForView
|
|
680
|
+
}
|
|
681
|
+
}),
|
|
682
|
+
decorators_1.validity({
|
|
683
|
+
since: '1.84.0'
|
|
684
|
+
})
|
|
685
|
+
], TableViewSettings.prototype, "quickVariantSelection", void 0);
|
|
686
|
+
__decorate([
|
|
687
|
+
decorators_1.syncRule({
|
|
688
|
+
manifest: {
|
|
689
|
+
path: application_1.getTableSettingsPathForView
|
|
690
|
+
}
|
|
691
|
+
}),
|
|
692
|
+
decorators_1.validity({
|
|
693
|
+
since: '1.84.0'
|
|
694
|
+
})
|
|
695
|
+
], TableViewSettings.prototype, "condensedTableLayout", void 0);
|
|
696
|
+
exports.TableViewSettings = TableViewSettings;
|
|
697
|
+
function getTableViewSettings(SuperClass) {
|
|
698
|
+
return TableViewSettings;
|
|
699
|
+
}
|
|
700
|
+
/****************************************
|
|
701
|
+
* Sync class for ALPTableView (renamed due to indirection in app schema)
|
|
702
|
+
*/
|
|
703
|
+
class ALPTable extends TableViewSettings {
|
|
704
|
+
}
|
|
705
|
+
__decorate([
|
|
706
|
+
decorators_1.syncRule({
|
|
707
|
+
manifest: {
|
|
708
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
|
|
709
|
+
delete: doNotDelete
|
|
710
|
+
}
|
|
711
|
+
})
|
|
712
|
+
], ALPTable.prototype, "annotationPath", void 0);
|
|
713
|
+
__decorate([
|
|
714
|
+
decorators_1.syncRule({
|
|
715
|
+
manifest: {
|
|
716
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet)
|
|
717
|
+
}
|
|
718
|
+
}),
|
|
719
|
+
decorators_1.validity({
|
|
720
|
+
since: '1.84.0'
|
|
721
|
+
})
|
|
722
|
+
], ALPTable.prototype, "initialLoad", void 0);
|
|
723
|
+
exports.ALPTable = ALPTable;
|
|
724
|
+
/****************************************
|
|
725
|
+
* Sync class for LRChartView
|
|
726
|
+
*/
|
|
727
|
+
class LRChartView extends CommonViewSettings {
|
|
728
|
+
}
|
|
729
|
+
__decorate([
|
|
730
|
+
decorators_1.syncRule({
|
|
731
|
+
manifest: {
|
|
732
|
+
path: getSettingsPathForLRViewsPath
|
|
733
|
+
},
|
|
734
|
+
generate: common_1.addPatternForBindingChangeOfEnumLR
|
|
735
|
+
})
|
|
736
|
+
], LRChartView.prototype, "visible", void 0);
|
|
737
|
+
exports.LRChartView = LRChartView;
|
|
738
|
+
/****************************************
|
|
739
|
+
* Sync class for LRTableView
|
|
740
|
+
*/
|
|
741
|
+
class LRTableView extends getTableViewSettings(CommonViewSettings) {
|
|
742
|
+
}
|
|
743
|
+
__decorate([
|
|
744
|
+
decorators_1.syncRule({
|
|
745
|
+
manifest: {
|
|
746
|
+
path: getSettingsPathForLRViewsPath
|
|
747
|
+
}
|
|
748
|
+
})
|
|
749
|
+
], LRTableView.prototype, "keepPreviousPersonalization", void 0);
|
|
750
|
+
__decorate([
|
|
751
|
+
decorators_1.syncRule({
|
|
752
|
+
manifest: {
|
|
753
|
+
path: getSettingsPathForLRViewsPath
|
|
754
|
+
}
|
|
755
|
+
})
|
|
756
|
+
], LRTableView.prototype, "entitySet", void 0);
|
|
757
|
+
__decorate([
|
|
758
|
+
decorators_1.syncRule({
|
|
759
|
+
manifest: {
|
|
760
|
+
path: getSettingsPathForLRViewsPath
|
|
761
|
+
},
|
|
762
|
+
generate: common_1.addPatternForBindingChangeOfEnumLR
|
|
763
|
+
})
|
|
764
|
+
], LRTableView.prototype, "visible", void 0);
|
|
765
|
+
exports.LRTableView = LRTableView;
|
|
766
|
+
class TableViewExtension {
|
|
767
|
+
}
|
|
768
|
+
__decorate([
|
|
769
|
+
decorators_1.syncRule({
|
|
770
|
+
manifest: {
|
|
771
|
+
path: getSettingsPathForLRViewsPath
|
|
772
|
+
}
|
|
773
|
+
})
|
|
774
|
+
], TableViewExtension.prototype, "key", void 0);
|
|
775
|
+
__decorate([
|
|
776
|
+
decorators_1.syncRule({
|
|
777
|
+
manifest: {
|
|
778
|
+
path: application_1.getSettingsPathForLRViewsPaths,
|
|
779
|
+
import: determineIndexOfView,
|
|
780
|
+
export: (manifestSection, configObject) => {
|
|
781
|
+
checkViewOrder(manifestSection, configObject);
|
|
782
|
+
},
|
|
783
|
+
delete: deleteView
|
|
784
|
+
}
|
|
785
|
+
})
|
|
786
|
+
], TableViewExtension.prototype, "index", void 0);
|
|
787
|
+
__decorate([
|
|
788
|
+
decorators_1.syncRule({
|
|
789
|
+
manifest: {
|
|
790
|
+
path: getSettingsPathForLRViewsPath
|
|
791
|
+
}
|
|
792
|
+
})
|
|
793
|
+
], TableViewExtension.prototype, "label", void 0);
|
|
794
|
+
__decorate([
|
|
795
|
+
decorators_1.syncRule({
|
|
796
|
+
manifest: {
|
|
797
|
+
path: getSettingsPathForLRViewsPath
|
|
798
|
+
}
|
|
799
|
+
})
|
|
800
|
+
], TableViewExtension.prototype, "template", void 0);
|
|
801
|
+
__decorate([
|
|
802
|
+
decorators_1.syncRule({
|
|
803
|
+
manifest: {
|
|
804
|
+
path: getSettingsPathForLRViewsPath
|
|
805
|
+
},
|
|
806
|
+
generate: common_1.addPatternForBindingChangeOfEnumLR
|
|
807
|
+
})
|
|
808
|
+
], TableViewExtension.prototype, "visible", void 0);
|
|
809
|
+
exports.TableViewExtension = TableViewExtension;
|
|
810
|
+
/**
|
|
811
|
+
* LR multi-view: own class for properties on views' level
|
|
812
|
+
*/
|
|
813
|
+
class MultiTableModeV4 {
|
|
814
|
+
}
|
|
815
|
+
__decorate([
|
|
816
|
+
decorators_1.syncRule({
|
|
817
|
+
manifest: {
|
|
818
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
|
|
819
|
+
}
|
|
820
|
+
})
|
|
821
|
+
], MultiTableModeV4.prototype, "showCounts", void 0);
|
|
822
|
+
exports.MultiTableModeV4 = MultiTableModeV4;
|
|
823
|
+
/****************************************
|
|
824
|
+
* Sync class for Table
|
|
825
|
+
*/
|
|
826
|
+
class Table extends TableSettings {
|
|
827
|
+
}
|
|
828
|
+
__decorate([
|
|
829
|
+
decorators_1.syncRule({
|
|
830
|
+
manifest: {
|
|
831
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
|
|
832
|
+
delete: doNotDelete
|
|
833
|
+
}
|
|
834
|
+
})
|
|
835
|
+
], Table.prototype, "annotationPath", void 0);
|
|
836
|
+
__decorate([
|
|
837
|
+
decorators_1.syncRule({
|
|
838
|
+
manifest: {
|
|
839
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet)
|
|
840
|
+
}
|
|
841
|
+
}),
|
|
842
|
+
decorators_1.validity({
|
|
843
|
+
since: '1.84.0'
|
|
844
|
+
})
|
|
845
|
+
], Table.prototype, "initialLoad", void 0);
|
|
846
|
+
exports.Table = Table;
|
|
847
|
+
//# sourceMappingURL=Table.js.map
|