@sap/ux-specification 1.84.32 → 1.84.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +81 -16
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +9 -5
- package/dist/schemas/v2/ApplicationV2.json +11 -11
- package/dist/schemas/v2/ListReportConfig.json +11 -7
- package/dist/schemas/v2/ObjectPageConfig.json +11 -7
- package/dist/schemas/v4/ApplicationV4.json +9 -5
- package/dist/schemas/v4/ListReportConfig.json +590 -165
- package/dist/schemas/v4/ObjectPageConfig.json +36 -0
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +10 -40
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/spec.js.map +1 -1
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.d.ts +2 -2
- package/dist/src/api.js +11 -11
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +16 -19
- package/dist/src/apiTypes.js +0 -2
- package/dist/src/apiTypes.js.map +1 -1
- package/dist/src/extensionLogger.d.ts +1 -1
- package/dist/src/project.d.ts +1 -1
- package/dist/src/project.js +11 -3
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/common/Application.d.ts +24 -4
- package/dist/src/specification/common/page.d.ts +1 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
- package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
- package/dist/src/specification/schemaAccess.d.ts +1 -1
- package/dist/src/specification/schemaAccess.js +1 -2
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
- package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
- package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +3 -4
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v2/controls/Table.d.ts +8 -5
- package/dist/src/specification/v2/controls/Table.js +5 -0
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
- package/dist/src/specification/v2/page.d.ts +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
- package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
- package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +3 -3
- package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
- package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
- package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +24 -3
- package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -17
- package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/src/specification/v4/controls/Table.d.ts +148 -33
- package/dist/src/specification/v4/controls/Table.js +6 -0
- package/dist/src/specification/v4/controls/Table.js.map +1 -1
- package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
- package/dist/src/specification/v4/page.d.ts +2 -2
- package/dist/src/specification/v4/pages/ListReportConfig.d.ts +22 -3
- package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
- package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +1 -1
- package/dist/src/specification/v4/pages/index.d.ts +0 -1
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
- package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +21 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +6 -5
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +1 -1
- package/dist/src/sync/common/decoration/control.js +27 -22
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
- package/dist/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.d.ts +3 -3
- package/dist/src/sync/common/decoration/flex.d.ts +3 -3
- package/dist/src/sync/common/flexUtils.d.ts +4 -4
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +9 -7
- package/dist/src/sync/common/generate/objectPage.js +69 -73
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +51 -18
- package/dist/src/sync/common/generate/utils.js +126 -68
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.d.ts +4 -3
- package/dist/src/sync/common/import/utils.js +3 -2
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts +4 -4
- package/dist/src/sync/common/importProject.js +33 -41
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +110 -13
- package/dist/src/sync/common/types.js +107 -7
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +23 -15
- package/dist/src/sync/common/utils.js +138 -72
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/i18n.d.ts +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -2
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +2 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
- package/dist/src/sync/v2/export/controls/Fragment.js +110 -34
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +4 -5
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/Table.js +89 -47
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
- package/dist/src/sync/v2/export/export.d.ts +3 -4
- package/dist/src/sync/v2/export/export.js +222 -160
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
- package/dist/src/sync/v2/export/exportPage.js +4 -11
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.d.ts +2 -1
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.d.ts +23 -1
- package/dist/src/sync/v2/export/manifest.js +77 -35
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +3 -3
- package/dist/src/sync/v2/export/pages/OverviewPage.js +20 -15
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +27 -36
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +2 -2
- package/dist/src/sync/v2/generate/generate.js +3 -0
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
- package/dist/src/sync/v2/generate/listReport.js +38 -36
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +98 -96
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +8 -7
- package/dist/src/sync/v2/generate/utils.js +73 -69
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +13 -4
- package/dist/src/sync/v2/import/app/appProvider.js +36 -13
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
- package/dist/src/sync/v2/import/app/ovpProvider.js +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +6 -5
- package/dist/src/sync/v2/import/common/index.js +9 -22
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
- package/dist/src/sync/v2/import/controls/table.js +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +1 -9
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +36 -44
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
- package/dist/src/sync/v2/import/pages/overviewPage.js +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +3 -2
- package/dist/src/sync/v2/import/utils.js +16 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +7 -7
- package/dist/src/sync/v4/application.d.ts +28 -12
- package/dist/src/sync/v4/application.js +85 -15
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +109 -8
- package/dist/src/sync/v4/export/controls/Table.js +406 -44
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +52 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +248 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +10 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +2 -2
- package/dist/src/sync/v4/export/export.js +465 -96
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/factory.d.ts +2 -1
- package/dist/src/sync/v4/export/factory.js.map +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts +1 -1
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +9 -3
- package/dist/src/sync/v4/export/pages/ListReport.js +49 -0
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js +3 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
- package/dist/src/sync/v4/export/pages/index.js +0 -1
- package/dist/src/sync/v4/export/pages/index.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +8 -6
- package/dist/src/sync/v4/export/utils.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +5 -4
- package/dist/src/sync/v4/generate/generate.js +6 -3
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
- package/dist/src/sync/v4/generate/listReport.js +450 -36
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +302 -146
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
- package/dist/src/sync/v4/import/app/appProvider.js +38 -32
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.d.ts +2 -2
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/index.d.ts +0 -1
- package/dist/src/sync/v4/import/index.js +0 -1
- package/dist/src/sync/v4/import/index.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
- package/dist/src/sync/v4/import/pages/listReport.js +120 -29
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +15 -2
- package/dist/src/sync/v4/import/pages/objectPage.js +69 -40
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +4 -3
- package/dist/src/sync/v4/import/utils.js +2 -2
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/types.d.ts +4 -2
- package/dist/src/sync/v4/utils/StableIdHelper.js +13 -10
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +18 -12
- package/dist/src/sync/v4/utils/utils.js +77 -30
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
- package/dist/test/test-projects/index.d.ts +1 -1
- package/dist/test/test-utils/utils.d.ts +5 -4
- package/dist/test/unit/export/manifest.test.d.ts +1 -0
- package/package.json +17 -14
- package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
- package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -362
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
- package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
|
@@ -9,6 +9,59 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
const common_1 = require("../../../common");
|
|
10
10
|
const decorators_1 = require("../../../common/decoration/decorators");
|
|
11
11
|
const application_1 = require("../../application");
|
|
12
|
+
/**
|
|
13
|
+
* Special edition of the global function getManifestSectionByPathV4 that initializes the views array if empty
|
|
14
|
+
* @param manifest - manifest.json
|
|
15
|
+
* @param path - path to the views array in manifest
|
|
16
|
+
* @param key - key of the view
|
|
17
|
+
* @returns the paths array of the views
|
|
18
|
+
*/
|
|
19
|
+
const getManifestSectionByPathV4 = (manifest, path) => {
|
|
20
|
+
let manifestSection = manifest;
|
|
21
|
+
for (const element of path.split('/')) {
|
|
22
|
+
if (!manifestSection[element]) {
|
|
23
|
+
if (element === 'paths') {
|
|
24
|
+
manifestSection[element] = [];
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
manifestSection[element] = {};
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
manifestSection = manifestSection[element];
|
|
31
|
+
}
|
|
32
|
+
return manifestSection;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Common function for determining the path in manifest of a list report view's path
|
|
36
|
+
* @param pageName - page name in manifest
|
|
37
|
+
* @param manifest - manifest.json
|
|
38
|
+
* @param _targetAnnotationEncoded - target annotation (not used here)
|
|
39
|
+
* @param viewKey - value of the key property of the view
|
|
40
|
+
* @returns the path to the entry in manifest
|
|
41
|
+
*/
|
|
42
|
+
function getSettingsPathForLRViewsPath(pageName, manifest, _targetAnnotationEncoded, viewKey) {
|
|
43
|
+
const viewsPath = application_1.getSettingsPathForLRViewsPaths(pageName);
|
|
44
|
+
const manifestSection = getManifestSectionByPathV4(JSON.parse(JSON.stringify(manifest)), viewsPath);
|
|
45
|
+
let path;
|
|
46
|
+
for (let index = 0; index < manifestSection.length; index++) {
|
|
47
|
+
const view = manifestSection[index];
|
|
48
|
+
if (view && view[common_1.SchemaTag.key] === viewKey) {
|
|
49
|
+
path = `${viewsPath}/${index}`;
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
if (!path) {
|
|
54
|
+
path = `${viewsPath}/[]`;
|
|
55
|
+
}
|
|
56
|
+
return path;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* sync rule function for export of creationMode.name
|
|
60
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
61
|
+
* @param configObject - section in config.json describing the table settings
|
|
62
|
+
* @param key - key or property in config.json
|
|
63
|
+
* @param manifestKey - key or property in manifest
|
|
64
|
+
*/
|
|
12
65
|
function exportCreationModeName(manifestSection, configObject, key, manifestKey) {
|
|
13
66
|
if (typeof manifestSection['creationMode'] === 'object') {
|
|
14
67
|
manifestSection['creationMode'][manifestKey] = configObject[key];
|
|
@@ -18,6 +71,11 @@ function exportCreationModeName(manifestSection, configObject, key, manifestKey)
|
|
|
18
71
|
}
|
|
19
72
|
}
|
|
20
73
|
exports.exportCreationModeName = exportCreationModeName;
|
|
74
|
+
/**
|
|
75
|
+
* sync rule function for the deletion of creationMode.name
|
|
76
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
77
|
+
* @param manifestKey - key or property in manifest
|
|
78
|
+
*/
|
|
21
79
|
function deleteCreationModeName(manifestSection, manifestKey) {
|
|
22
80
|
if (typeof manifestSection['creationMode'] === 'object' &&
|
|
23
81
|
manifestSection['creationMode'][manifestKey] !== undefined) {
|
|
@@ -28,6 +86,26 @@ function deleteCreationModeName(manifestSection, manifestKey) {
|
|
|
28
86
|
}
|
|
29
87
|
}
|
|
30
88
|
exports.deleteCreationModeName = deleteCreationModeName;
|
|
89
|
+
/**
|
|
90
|
+
* sync rule deleting a view if the annotation path gets deleted
|
|
91
|
+
* @param manifestSection - manifest section of the given view
|
|
92
|
+
*/
|
|
93
|
+
function deleteView(manifestSection) {
|
|
94
|
+
Object.keys(manifestSection).forEach((key) => delete manifestSection[key]);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* sync rule for preventing the deletion of a property
|
|
98
|
+
*/
|
|
99
|
+
function doNotDelete() {
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* sync rule function for export of creationMode.createAtEnd
|
|
104
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
105
|
+
* @param configObject - section in config.json describing the table settings
|
|
106
|
+
* @param key - key or property in config.json
|
|
107
|
+
* @param manifestKey - key or property in manifest
|
|
108
|
+
*/
|
|
31
109
|
function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey) {
|
|
32
110
|
if (typeof manifestSection['creationMode'] === 'object') {
|
|
33
111
|
manifestSection['creationMode'][manifestKey] = configObject[key];
|
|
@@ -41,6 +119,11 @@ function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manif
|
|
|
41
119
|
}
|
|
42
120
|
}
|
|
43
121
|
exports.exportCreationModeCreateAtEnd = exportCreationModeCreateAtEnd;
|
|
122
|
+
/**
|
|
123
|
+
* sync rule function for the deletion of creationMode.createAtEnd
|
|
124
|
+
* @param manifestSection - section in manifest comprising the table settings
|
|
125
|
+
* @param manifestKey - key or property in manifest
|
|
126
|
+
*/
|
|
44
127
|
function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
|
|
45
128
|
if (typeof manifestSection['creationMode'] === 'object' &&
|
|
46
129
|
manifestSection['creationMode'][manifestKey] !== undefined) {
|
|
@@ -48,16 +131,47 @@ function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
|
|
|
48
131
|
}
|
|
49
132
|
}
|
|
50
133
|
exports.deleteCreationModeCreateAtEnd = deleteCreationModeCreateAtEnd;
|
|
134
|
+
/**
|
|
135
|
+
* sync rule for the import of creationMode, does an implicit conversion of the former string value to the new object representation
|
|
136
|
+
* @param tableSettings - table settings in manifest, to be analyzed
|
|
137
|
+
* @returns - object rpresenting the value(s) for the config file
|
|
138
|
+
*/
|
|
139
|
+
function importCreationMode(tableSettings) {
|
|
140
|
+
const value = tableSettings['creationMode'];
|
|
141
|
+
if (typeof value === 'object') {
|
|
142
|
+
return value;
|
|
143
|
+
}
|
|
144
|
+
else if (typeof value === 'string') {
|
|
145
|
+
return {
|
|
146
|
+
name: value
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* sync rule for the import of the index of a table view
|
|
152
|
+
* @param manifestSection - manifest section, as determined by synRule.path
|
|
153
|
+
* @param _sectionId - not used
|
|
154
|
+
* @param _propertyKey - not used
|
|
155
|
+
* @param breadcrumbs - list if breadcrumbs, includes the given view key
|
|
156
|
+
* @returns index of the view in manifest, undefined if not found
|
|
157
|
+
*/
|
|
158
|
+
function determineIndexOfView(manifestSection, _sectionId, _propertyKey, breadcrumbs) {
|
|
159
|
+
const viewIndex = manifestSection.findIndex((view) => view['key'] === breadcrumbs[0]);
|
|
160
|
+
return viewIndex === -1 ? undefined : viewIndex;
|
|
161
|
+
}
|
|
162
|
+
/**********************************
|
|
163
|
+
* Sync class for TableCreationMode
|
|
164
|
+
*/
|
|
51
165
|
class TableCreationMode {
|
|
52
166
|
}
|
|
53
167
|
__decorate([
|
|
54
168
|
decorators_1.syncRule({
|
|
55
169
|
manifest: {
|
|
56
|
-
path:
|
|
170
|
+
path: application_1.getTableSettingsPathForLR,
|
|
57
171
|
export: (manifestSection, configObject, key, manifestKey) => {
|
|
58
172
|
exportCreationModeName(manifestSection, configObject, key, manifestKey);
|
|
59
173
|
},
|
|
60
|
-
delete: (manifestSection,
|
|
174
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
61
175
|
deleteCreationModeName(manifestSection, manifestKey);
|
|
62
176
|
}
|
|
63
177
|
}
|
|
@@ -66,161 +180,297 @@ __decorate([
|
|
|
66
180
|
__decorate([
|
|
67
181
|
decorators_1.syncRule({
|
|
68
182
|
manifest: {
|
|
69
|
-
path:
|
|
183
|
+
path: application_1.getTableSettingsPathForLR,
|
|
70
184
|
export: (manifestSection, configObject, key, manifestKey) => {
|
|
71
185
|
exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
|
|
72
186
|
},
|
|
73
|
-
delete: (manifestSection,
|
|
187
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
74
188
|
deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
|
|
75
189
|
}
|
|
76
190
|
}
|
|
77
191
|
})
|
|
78
192
|
], TableCreationMode.prototype, "createAtEnd", void 0);
|
|
79
193
|
exports.TableCreationMode = TableCreationMode;
|
|
194
|
+
/**********************************
|
|
195
|
+
* Sync class for TableCreationMode
|
|
196
|
+
*/
|
|
197
|
+
class ViewTableCreationMode {
|
|
198
|
+
}
|
|
199
|
+
__decorate([
|
|
200
|
+
decorators_1.syncRule({
|
|
201
|
+
manifest: {
|
|
202
|
+
path: application_1.getTableSettingsPathForView,
|
|
203
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
204
|
+
exportCreationModeName(manifestSection, configObject, key, manifestKey);
|
|
205
|
+
},
|
|
206
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
207
|
+
deleteCreationModeName(manifestSection, manifestKey);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
})
|
|
211
|
+
], ViewTableCreationMode.prototype, "name", void 0);
|
|
212
|
+
__decorate([
|
|
213
|
+
decorators_1.syncRule({
|
|
214
|
+
manifest: {
|
|
215
|
+
path: application_1.getTableSettingsPathForView,
|
|
216
|
+
export: (manifestSection, configObject, key, manifestKey) => {
|
|
217
|
+
exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
|
|
218
|
+
},
|
|
219
|
+
delete: (manifestSection, _configObject, _key, manifestKey) => {
|
|
220
|
+
deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
})
|
|
224
|
+
], ViewTableCreationMode.prototype, "createAtEnd", void 0);
|
|
225
|
+
exports.ViewTableCreationMode = ViewTableCreationMode;
|
|
226
|
+
/****************************************
|
|
227
|
+
* Sync class for QuickVariantSelectionV4
|
|
228
|
+
*/
|
|
80
229
|
class QuickVariantSelectionV4 {
|
|
81
230
|
}
|
|
82
231
|
__decorate([
|
|
83
232
|
decorators_1.syncRule({
|
|
84
233
|
manifest: {
|
|
85
|
-
path:
|
|
234
|
+
path: application_1.getQuickVariantPath
|
|
86
235
|
}
|
|
87
236
|
})
|
|
88
237
|
], QuickVariantSelectionV4.prototype, "paths", void 0);
|
|
89
238
|
__decorate([
|
|
90
239
|
decorators_1.syncRule({
|
|
91
240
|
manifest: {
|
|
92
|
-
path:
|
|
241
|
+
path: application_1.getQuickVariantPath
|
|
93
242
|
}
|
|
94
243
|
})
|
|
95
244
|
], QuickVariantSelectionV4.prototype, "hideTableTitle", void 0);
|
|
96
245
|
__decorate([
|
|
97
246
|
decorators_1.syncRule({
|
|
98
247
|
manifest: {
|
|
99
|
-
path:
|
|
248
|
+
path: application_1.getQuickVariantPath
|
|
100
249
|
}
|
|
101
250
|
})
|
|
102
251
|
], QuickVariantSelectionV4.prototype, "showCounts", void 0);
|
|
103
252
|
exports.QuickVariantSelectionV4 = QuickVariantSelectionV4;
|
|
104
|
-
|
|
253
|
+
/****************************************
|
|
254
|
+
* Sync class for TableSettings
|
|
255
|
+
*/
|
|
256
|
+
class TableSettings {
|
|
105
257
|
}
|
|
106
258
|
__decorate([
|
|
107
259
|
decorators_1.syncRule({
|
|
108
260
|
manifest: {
|
|
109
|
-
path:
|
|
261
|
+
path: application_1.getTableSettingsPathForLR
|
|
110
262
|
}
|
|
263
|
+
}),
|
|
264
|
+
decorators_1.validity({
|
|
265
|
+
since: '1.84.0'
|
|
111
266
|
})
|
|
112
|
-
],
|
|
267
|
+
], TableSettings.prototype, "type", void 0);
|
|
113
268
|
__decorate([
|
|
114
269
|
decorators_1.syncRule({
|
|
115
270
|
manifest: {
|
|
116
|
-
path:
|
|
271
|
+
path: application_1.getTableSettingsPathForLR,
|
|
272
|
+
import: importCreationMode
|
|
273
|
+
}
|
|
274
|
+
}),
|
|
275
|
+
decorators_1.validity({
|
|
276
|
+
since: '1.84.0'
|
|
277
|
+
})
|
|
278
|
+
], TableSettings.prototype, "creationMode", void 0);
|
|
279
|
+
__decorate([
|
|
280
|
+
decorators_1.syncRule({
|
|
281
|
+
manifest: {
|
|
282
|
+
path: application_1.getTableSettingsPathForLR
|
|
117
283
|
}
|
|
284
|
+
}),
|
|
285
|
+
decorators_1.validity({
|
|
286
|
+
since: '1.86.0'
|
|
118
287
|
})
|
|
119
|
-
],
|
|
120
|
-
|
|
121
|
-
|
|
288
|
+
], TableSettings.prototype, "personalization", void 0);
|
|
289
|
+
__decorate([
|
|
290
|
+
decorators_1.syncRule({
|
|
291
|
+
manifest: {
|
|
292
|
+
path: application_1.getTableSettingsPathForLR
|
|
293
|
+
}
|
|
294
|
+
}),
|
|
295
|
+
decorators_1.validity({
|
|
296
|
+
since: '1.84.0'
|
|
297
|
+
})
|
|
298
|
+
], TableSettings.prototype, "selectionMode", void 0);
|
|
299
|
+
__decorate([
|
|
300
|
+
decorators_1.syncRule({
|
|
301
|
+
manifest: {
|
|
302
|
+
path: application_1.getTableSettingsPathForLR
|
|
303
|
+
}
|
|
304
|
+
}),
|
|
305
|
+
decorators_1.validity({
|
|
306
|
+
since: '1.84.0'
|
|
307
|
+
})
|
|
308
|
+
], TableSettings.prototype, "selectAll", void 0);
|
|
309
|
+
__decorate([
|
|
310
|
+
decorators_1.syncRule({
|
|
311
|
+
manifest: {
|
|
312
|
+
path: application_1.getTableSettingsPathForLR
|
|
313
|
+
}
|
|
314
|
+
}),
|
|
315
|
+
decorators_1.validity({
|
|
316
|
+
since: '1.84.0'
|
|
317
|
+
})
|
|
318
|
+
], TableSettings.prototype, "selectionLimit", void 0);
|
|
319
|
+
__decorate([
|
|
320
|
+
decorators_1.syncRule({
|
|
321
|
+
manifest: {
|
|
322
|
+
path: application_1.getTableSettingsPathForLR
|
|
323
|
+
}
|
|
324
|
+
}),
|
|
325
|
+
decorators_1.validity({
|
|
326
|
+
since: '1.84.0'
|
|
327
|
+
})
|
|
328
|
+
], TableSettings.prototype, "enableExport", void 0);
|
|
329
|
+
__decorate([
|
|
330
|
+
decorators_1.syncRule({
|
|
331
|
+
manifest: {
|
|
332
|
+
path: application_1.getTableSettingsPathForLR
|
|
333
|
+
}
|
|
334
|
+
}),
|
|
335
|
+
decorators_1.validity({
|
|
336
|
+
since: '1.84.0'
|
|
337
|
+
})
|
|
338
|
+
], TableSettings.prototype, "quickVariantSelection", void 0);
|
|
339
|
+
__decorate([
|
|
340
|
+
decorators_1.syncRule({
|
|
341
|
+
manifest: {
|
|
342
|
+
path: application_1.getTableSettingsPathForLR
|
|
343
|
+
}
|
|
344
|
+
}),
|
|
345
|
+
decorators_1.validity({
|
|
346
|
+
since: '1.84.0'
|
|
347
|
+
})
|
|
348
|
+
], TableSettings.prototype, "condensedTableLayout", void 0);
|
|
349
|
+
exports.TableSettings = TableSettings;
|
|
350
|
+
/****************************************
|
|
351
|
+
* Sync class for ALPChartView (renamed due to indirection in app schema)
|
|
352
|
+
*/
|
|
353
|
+
class ALPChart {
|
|
122
354
|
}
|
|
123
355
|
__decorate([
|
|
124
356
|
decorators_1.syncRule({
|
|
125
357
|
manifest: {
|
|
126
|
-
path: (entitySet) => application_1.
|
|
358
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/primary/0',
|
|
359
|
+
delete: deleteView
|
|
360
|
+
}
|
|
361
|
+
})
|
|
362
|
+
], ALPChart.prototype, "annotationPath", void 0);
|
|
363
|
+
exports.ALPChart = ALPChart;
|
|
364
|
+
/****************************************
|
|
365
|
+
* Sync class for view table settings
|
|
366
|
+
*/
|
|
367
|
+
class TableViewSettings {
|
|
368
|
+
}
|
|
369
|
+
__decorate([
|
|
370
|
+
decorators_1.syncRule({
|
|
371
|
+
manifest: {
|
|
372
|
+
path: application_1.getTableSettingsPathForView
|
|
127
373
|
}
|
|
128
374
|
}),
|
|
129
375
|
decorators_1.validity({
|
|
130
376
|
since: '1.84.0'
|
|
131
377
|
})
|
|
132
|
-
],
|
|
378
|
+
], TableViewSettings.prototype, "type", void 0);
|
|
133
379
|
__decorate([
|
|
134
380
|
decorators_1.syncRule({
|
|
135
381
|
manifest: {
|
|
136
|
-
path:
|
|
137
|
-
import:
|
|
138
|
-
const value = tableSettings['creationMode'];
|
|
139
|
-
if (typeof value === 'object') {
|
|
140
|
-
return value;
|
|
141
|
-
}
|
|
142
|
-
else if (typeof value === 'string') {
|
|
143
|
-
return {
|
|
144
|
-
name: value
|
|
145
|
-
};
|
|
146
|
-
}
|
|
147
|
-
}
|
|
382
|
+
path: application_1.getTableSettingsPathForView,
|
|
383
|
+
import: importCreationMode
|
|
148
384
|
}
|
|
149
385
|
}),
|
|
150
386
|
decorators_1.validity({
|
|
151
387
|
since: '1.84.0'
|
|
152
388
|
})
|
|
153
|
-
],
|
|
389
|
+
], TableViewSettings.prototype, "creationMode", void 0);
|
|
154
390
|
__decorate([
|
|
155
391
|
decorators_1.syncRule({
|
|
156
392
|
manifest: {
|
|
157
|
-
path:
|
|
393
|
+
path: application_1.getTableSettingsPathForView
|
|
158
394
|
}
|
|
159
395
|
}),
|
|
160
396
|
decorators_1.validity({
|
|
161
397
|
since: '1.86.0'
|
|
162
398
|
})
|
|
163
|
-
],
|
|
399
|
+
], TableViewSettings.prototype, "personalization", void 0);
|
|
164
400
|
__decorate([
|
|
165
401
|
decorators_1.syncRule({
|
|
166
402
|
manifest: {
|
|
167
|
-
path:
|
|
403
|
+
path: application_1.getTableSettingsPathForView
|
|
168
404
|
}
|
|
169
405
|
}),
|
|
170
406
|
decorators_1.validity({
|
|
171
407
|
since: '1.84.0'
|
|
172
408
|
})
|
|
173
|
-
],
|
|
409
|
+
], TableViewSettings.prototype, "selectionMode", void 0);
|
|
174
410
|
__decorate([
|
|
175
411
|
decorators_1.syncRule({
|
|
176
412
|
manifest: {
|
|
177
|
-
path:
|
|
413
|
+
path: application_1.getTableSettingsPathForView
|
|
178
414
|
}
|
|
179
415
|
}),
|
|
180
416
|
decorators_1.validity({
|
|
181
417
|
since: '1.84.0'
|
|
182
418
|
})
|
|
183
|
-
],
|
|
419
|
+
], TableViewSettings.prototype, "selectAll", void 0);
|
|
184
420
|
__decorate([
|
|
185
421
|
decorators_1.syncRule({
|
|
186
422
|
manifest: {
|
|
187
|
-
path:
|
|
423
|
+
path: application_1.getTableSettingsPathForView
|
|
188
424
|
}
|
|
189
425
|
}),
|
|
190
426
|
decorators_1.validity({
|
|
191
427
|
since: '1.84.0'
|
|
192
428
|
})
|
|
193
|
-
],
|
|
429
|
+
], TableViewSettings.prototype, "selectionLimit", void 0);
|
|
194
430
|
__decorate([
|
|
195
431
|
decorators_1.syncRule({
|
|
196
432
|
manifest: {
|
|
197
|
-
path:
|
|
433
|
+
path: application_1.getTableSettingsPathForView
|
|
198
434
|
}
|
|
199
435
|
}),
|
|
200
436
|
decorators_1.validity({
|
|
201
437
|
since: '1.84.0'
|
|
202
438
|
})
|
|
203
|
-
],
|
|
439
|
+
], TableViewSettings.prototype, "enableExport", void 0);
|
|
204
440
|
__decorate([
|
|
205
441
|
decorators_1.syncRule({
|
|
206
442
|
manifest: {
|
|
207
|
-
path:
|
|
443
|
+
path: application_1.getTableSettingsPathForView
|
|
208
444
|
}
|
|
209
445
|
}),
|
|
210
446
|
decorators_1.validity({
|
|
211
447
|
since: '1.84.0'
|
|
212
448
|
})
|
|
213
|
-
],
|
|
449
|
+
], TableViewSettings.prototype, "quickVariantSelection", void 0);
|
|
214
450
|
__decorate([
|
|
215
451
|
decorators_1.syncRule({
|
|
216
452
|
manifest: {
|
|
217
|
-
path:
|
|
453
|
+
path: application_1.getTableSettingsPathForView
|
|
218
454
|
}
|
|
219
455
|
}),
|
|
220
456
|
decorators_1.validity({
|
|
221
457
|
since: '1.84.0'
|
|
222
458
|
})
|
|
223
|
-
],
|
|
459
|
+
], TableViewSettings.prototype, "condensedTableLayout", void 0);
|
|
460
|
+
exports.TableViewSettings = TableViewSettings;
|
|
461
|
+
/****************************************
|
|
462
|
+
* Sync class for ALPTableView (renamed due to indirection in app schema)
|
|
463
|
+
*/
|
|
464
|
+
class ALPTable extends TableViewSettings {
|
|
465
|
+
}
|
|
466
|
+
__decorate([
|
|
467
|
+
decorators_1.syncRule({
|
|
468
|
+
manifest: {
|
|
469
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
|
|
470
|
+
delete: doNotDelete
|
|
471
|
+
}
|
|
472
|
+
})
|
|
473
|
+
], ALPTable.prototype, "annotationPath", void 0);
|
|
224
474
|
__decorate([
|
|
225
475
|
decorators_1.syncRule({
|
|
226
476
|
manifest: {
|
|
@@ -230,7 +480,119 @@ __decorate([
|
|
|
230
480
|
decorators_1.validity({
|
|
231
481
|
since: '1.84.0'
|
|
232
482
|
})
|
|
233
|
-
],
|
|
483
|
+
], ALPTable.prototype, "initialLoad", void 0);
|
|
484
|
+
exports.ALPTable = ALPTable;
|
|
485
|
+
/****************************************
|
|
486
|
+
* Sync class for LRChartView
|
|
487
|
+
*/
|
|
488
|
+
class LRChartView {
|
|
489
|
+
}
|
|
490
|
+
__decorate([
|
|
491
|
+
decorators_1.syncRule({
|
|
492
|
+
manifest: {
|
|
493
|
+
path: getSettingsPathForLRViewsPath,
|
|
494
|
+
delete: doNotDelete
|
|
495
|
+
}
|
|
496
|
+
})
|
|
497
|
+
], LRChartView.prototype, "key", void 0);
|
|
498
|
+
__decorate([
|
|
499
|
+
decorators_1.syncRule({
|
|
500
|
+
manifest: {
|
|
501
|
+
path: application_1.getSettingsPathForLRViewsPaths,
|
|
502
|
+
import: determineIndexOfView,
|
|
503
|
+
export: false,
|
|
504
|
+
delete: doNotDelete
|
|
505
|
+
}
|
|
506
|
+
})
|
|
507
|
+
], LRChartView.prototype, "index", void 0);
|
|
508
|
+
__decorate([
|
|
509
|
+
decorators_1.syncRule({
|
|
510
|
+
manifest: {
|
|
511
|
+
path: getSettingsPathForLRViewsPath,
|
|
512
|
+
delete: deleteView
|
|
513
|
+
}
|
|
514
|
+
})
|
|
515
|
+
], LRChartView.prototype, "annotationPath", void 0);
|
|
516
|
+
__decorate([
|
|
517
|
+
decorators_1.syncRule({
|
|
518
|
+
manifest: {
|
|
519
|
+
path: getSettingsPathForLRViewsPath
|
|
520
|
+
}
|
|
521
|
+
})
|
|
522
|
+
], LRChartView.prototype, "entitySet", void 0);
|
|
523
|
+
exports.LRChartView = LRChartView;
|
|
524
|
+
/****************************************
|
|
525
|
+
* Sync class for LRTableView
|
|
526
|
+
*/
|
|
527
|
+
class LRTableView extends TableViewSettings {
|
|
528
|
+
}
|
|
529
|
+
__decorate([
|
|
530
|
+
decorators_1.syncRule({
|
|
531
|
+
manifest: {
|
|
532
|
+
path: getSettingsPathForLRViewsPath,
|
|
533
|
+
delete: doNotDelete
|
|
534
|
+
}
|
|
535
|
+
})
|
|
536
|
+
], LRTableView.prototype, "key", void 0);
|
|
537
|
+
__decorate([
|
|
538
|
+
decorators_1.syncRule({
|
|
539
|
+
manifest: {
|
|
540
|
+
path: application_1.getSettingsPathForLRViewsPaths,
|
|
541
|
+
import: determineIndexOfView,
|
|
542
|
+
export: false,
|
|
543
|
+
delete: doNotDelete
|
|
544
|
+
}
|
|
545
|
+
})
|
|
546
|
+
], LRTableView.prototype, "index", void 0);
|
|
547
|
+
__decorate([
|
|
548
|
+
decorators_1.syncRule({
|
|
549
|
+
manifest: {
|
|
550
|
+
path: getSettingsPathForLRViewsPath,
|
|
551
|
+
delete: deleteView
|
|
552
|
+
}
|
|
553
|
+
})
|
|
554
|
+
], LRTableView.prototype, "annotationPath", void 0);
|
|
555
|
+
__decorate([
|
|
556
|
+
decorators_1.syncRule({
|
|
557
|
+
manifest: {
|
|
558
|
+
path: getSettingsPathForLRViewsPath
|
|
559
|
+
}
|
|
560
|
+
})
|
|
561
|
+
], LRTableView.prototype, "keepPreviousPersonalization", void 0);
|
|
562
|
+
__decorate([
|
|
563
|
+
decorators_1.syncRule({
|
|
564
|
+
manifest: {
|
|
565
|
+
path: getSettingsPathForLRViewsPath
|
|
566
|
+
}
|
|
567
|
+
})
|
|
568
|
+
], LRTableView.prototype, "entitySet", void 0);
|
|
569
|
+
exports.LRTableView = LRTableView;
|
|
570
|
+
/**
|
|
571
|
+
* LR mulit-view: own class for properties on views' level
|
|
572
|
+
*/
|
|
573
|
+
class MultiTableModeV4 {
|
|
574
|
+
}
|
|
575
|
+
__decorate([
|
|
576
|
+
decorators_1.syncRule({
|
|
577
|
+
manifest: {
|
|
578
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
|
|
579
|
+
}
|
|
580
|
+
})
|
|
581
|
+
], MultiTableModeV4.prototype, "showCounts", void 0);
|
|
582
|
+
exports.MultiTableModeV4 = MultiTableModeV4;
|
|
583
|
+
/****************************************
|
|
584
|
+
* Sync class for Table
|
|
585
|
+
*/
|
|
586
|
+
class Table extends TableSettings {
|
|
587
|
+
}
|
|
588
|
+
__decorate([
|
|
589
|
+
decorators_1.syncRule({
|
|
590
|
+
manifest: {
|
|
591
|
+
path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
|
|
592
|
+
delete: doNotDelete
|
|
593
|
+
}
|
|
594
|
+
})
|
|
595
|
+
], Table.prototype, "annotationPath", void 0);
|
|
234
596
|
__decorate([
|
|
235
597
|
decorators_1.syncRule({
|
|
236
598
|
manifest: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/export/controls/Table.ts"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/export/controls/Table.ts"],"names":[],"mappings":"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"}
|