@sap/ux-specification 1.139.6 → 1.139.8
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 +158 -68
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +259 -256
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +116 -37
- package/dist/schemas/v4/ListReportConfig.json +298 -34
- package/dist/schemas/v4/ObjectPageConfig.json +465 -162
- package/dist/specification/package.json +13 -11
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +367 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts +40 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +98 -7
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +11 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +2 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +2 -1
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
- package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
- package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
- package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +0 -1
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +3 -4
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +3 -3
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +6 -3
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
- package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +0 -1
- package/dist/specification/src/sync/common/import/utils.js.map +1 -1
- package/dist/specification/src/sync/common/rules.js +0 -1
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +35 -8
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +206 -22
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +5 -6
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +21 -3
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +28 -3
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
- package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/actions.js +99 -0
- package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -6
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -44
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +53 -10
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +54 -11
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -18
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +40 -49
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +19 -5
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +80 -22
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +125 -14
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/actions.js +112 -0
- package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +46 -19
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +185 -317
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +148 -56
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +5 -4
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +112 -27
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +367 -66
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +5 -5
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +1 -0
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +160 -14
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +39 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +10 -3
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -392
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"exportType": {
|
|
167
167
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
168
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
168
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
169
169
|
"artifactType": "FlexChange",
|
|
170
170
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
171
171
|
},
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
},
|
|
741
741
|
"exportType": {
|
|
742
742
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
743
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
743
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
744
744
|
"artifactType": "FlexChange",
|
|
745
745
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
746
746
|
},
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
},
|
|
865
865
|
"exportType": {
|
|
866
866
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
867
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
867
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
868
868
|
"artifactType": "FlexChange",
|
|
869
869
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
870
870
|
},
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
},
|
|
520
520
|
"exportType": {
|
|
521
521
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
522
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
522
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
523
523
|
"artifactType": "FlexChange",
|
|
524
524
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
525
525
|
},
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
},
|
|
1085
1085
|
"exportType": {
|
|
1086
1086
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1087
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1087
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1088
1088
|
"artifactType": "FlexChange",
|
|
1089
1089
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1090
1090
|
},
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
},
|
|
1178
1178
|
"exportType": {
|
|
1179
1179
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1180
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1180
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1181
1181
|
"artifactType": "FlexChange",
|
|
1182
1182
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1183
1183
|
},
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
},
|
|
1307
1307
|
"exportType": {
|
|
1308
1308
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1309
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1309
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1310
1310
|
"artifactType": "FlexChange",
|
|
1311
1311
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1312
1312
|
},
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
"exportType": {
|
|
1471
1471
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1472
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1472
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1473
1473
|
"artifactType": "FlexChange",
|
|
1474
1474
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1475
1475
|
},
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
},
|
|
460
460
|
"exportType": {
|
|
461
461
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
462
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
462
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
463
463
|
"artifactType": "FlexChange",
|
|
464
464
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
465
465
|
},
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
},
|
|
756
756
|
"exportType": {
|
|
757
757
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
758
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
758
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
759
759
|
"artifactType": "FlexChange",
|
|
760
760
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
761
761
|
},
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
},
|
|
1227
1227
|
"exportType": {
|
|
1228
1228
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1229
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1229
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1230
1230
|
"artifactType": "FlexChange",
|
|
1231
1231
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1232
1232
|
},
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
},
|
|
1327
1327
|
"exportType": {
|
|
1328
1328
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1329
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1329
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1330
1330
|
"artifactType": "FlexChange",
|
|
1331
1331
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1332
1332
|
},
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
},
|
|
1427
1427
|
"exportType": {
|
|
1428
1428
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1429
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1429
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1430
1430
|
"artifactType": "FlexChange",
|
|
1431
1431
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1432
1432
|
},
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
},
|
|
1527
1527
|
"exportType": {
|
|
1528
1528
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1529
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1529
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1530
1530
|
"artifactType": "FlexChange",
|
|
1531
1531
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1532
1532
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"controllerExtensions": {
|
|
44
44
|
"$ref": "#/definitions/ControllerExtensions",
|
|
45
45
|
"description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
|
|
46
|
-
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]
|
|
46
|
+
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"$ref": "#/definitions/Dependencies",
|
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
"isViewNode": true,
|
|
120
120
|
"metadata": {
|
|
121
121
|
"path": [],
|
|
122
|
-
"type": "Aggregation"
|
|
122
|
+
"type": "Aggregation",
|
|
123
|
+
"aggregationCardinality": "Multiple"
|
|
123
124
|
}
|
|
124
125
|
},
|
|
125
126
|
"selectionChange": {
|
|
@@ -226,7 +227,8 @@
|
|
|
226
227
|
"isViewNode": false,
|
|
227
228
|
"metadata": {
|
|
228
229
|
"path": [],
|
|
229
|
-
"type": "Aggregation"
|
|
230
|
+
"type": "Aggregation",
|
|
231
|
+
"aggregationCardinality": "Single"
|
|
230
232
|
}
|
|
231
233
|
},
|
|
232
234
|
"change": {
|
|
@@ -305,7 +307,8 @@
|
|
|
305
307
|
"isViewNode": false,
|
|
306
308
|
"metadata": {
|
|
307
309
|
"path": [],
|
|
308
|
-
"type": "Aggregation"
|
|
310
|
+
"type": "Aggregation",
|
|
311
|
+
"aggregationCardinality": "Multiple"
|
|
309
312
|
}
|
|
310
313
|
}
|
|
311
314
|
},
|
|
@@ -614,7 +617,8 @@
|
|
|
614
617
|
"isViewNode": true,
|
|
615
618
|
"metadata": {
|
|
616
619
|
"path": [],
|
|
617
|
-
"type": "Aggregation"
|
|
620
|
+
"type": "Aggregation",
|
|
621
|
+
"aggregationCardinality": "Multiple"
|
|
618
622
|
}
|
|
619
623
|
}
|
|
620
624
|
},
|
|
@@ -706,7 +710,8 @@
|
|
|
706
710
|
"isViewNode": true,
|
|
707
711
|
"metadata": {
|
|
708
712
|
"path": [],
|
|
709
|
-
"type": "Aggregation"
|
|
713
|
+
"type": "Aggregation",
|
|
714
|
+
"aggregationCardinality": "Multiple"
|
|
710
715
|
}
|
|
711
716
|
},
|
|
712
717
|
"plugins": {
|
|
@@ -717,7 +722,8 @@
|
|
|
717
722
|
"isViewNode": false,
|
|
718
723
|
"metadata": {
|
|
719
724
|
"path": [],
|
|
720
|
-
"type": "Aggregation"
|
|
725
|
+
"type": "Aggregation",
|
|
726
|
+
"aggregationCardinality": "Multiple"
|
|
721
727
|
}
|
|
722
728
|
}
|
|
723
729
|
},
|
|
@@ -796,7 +802,8 @@
|
|
|
796
802
|
"isViewNode": true,
|
|
797
803
|
"metadata": {
|
|
798
804
|
"path": [],
|
|
799
|
-
"type": "Aggregation"
|
|
805
|
+
"type": "Aggregation",
|
|
806
|
+
"aggregationCardinality": "Multiple"
|
|
800
807
|
}
|
|
801
808
|
},
|
|
802
809
|
"plugins": {
|
|
@@ -807,7 +814,8 @@
|
|
|
807
814
|
"isViewNode": false,
|
|
808
815
|
"metadata": {
|
|
809
816
|
"path": [],
|
|
810
|
-
"type": "Aggregation"
|
|
817
|
+
"type": "Aggregation",
|
|
818
|
+
"aggregationCardinality": "Multiple"
|
|
811
819
|
}
|
|
812
820
|
}
|
|
813
821
|
},
|
|
@@ -838,7 +846,8 @@
|
|
|
838
846
|
"isViewNode": false,
|
|
839
847
|
"metadata": {
|
|
840
848
|
"path": [],
|
|
841
|
-
"type": "Aggregation"
|
|
849
|
+
"type": "Aggregation",
|
|
850
|
+
"aggregationCardinality": "Single"
|
|
842
851
|
}
|
|
843
852
|
}
|
|
844
853
|
},
|
|
@@ -1055,7 +1064,8 @@
|
|
|
1055
1064
|
"isViewNode": true,
|
|
1056
1065
|
"metadata": {
|
|
1057
1066
|
"path": [],
|
|
1058
|
-
"type": "Aggregation"
|
|
1067
|
+
"type": "Aggregation",
|
|
1068
|
+
"aggregationCardinality": "Multiple"
|
|
1059
1069
|
}
|
|
1060
1070
|
}
|
|
1061
1071
|
},
|
|
@@ -1156,7 +1166,8 @@
|
|
|
1156
1166
|
"isViewNode": true,
|
|
1157
1167
|
"metadata": {
|
|
1158
1168
|
"path": [],
|
|
1159
|
-
"type": "Aggregation"
|
|
1169
|
+
"type": "Aggregation",
|
|
1170
|
+
"aggregationCardinality": "Multiple"
|
|
1160
1171
|
}
|
|
1161
1172
|
},
|
|
1162
1173
|
"selectionChange": {
|
|
@@ -1303,7 +1314,8 @@
|
|
|
1303
1314
|
"isViewNode": false,
|
|
1304
1315
|
"metadata": {
|
|
1305
1316
|
"path": [],
|
|
1306
|
-
"type": "Aggregation"
|
|
1317
|
+
"type": "Aggregation",
|
|
1318
|
+
"aggregationCardinality": "Single"
|
|
1307
1319
|
}
|
|
1308
1320
|
},
|
|
1309
1321
|
"change": {
|
|
@@ -1563,7 +1575,8 @@
|
|
|
1563
1575
|
"isViewNode": true,
|
|
1564
1576
|
"metadata": {
|
|
1565
1577
|
"path": [],
|
|
1566
|
-
"type": "Aggregation"
|
|
1578
|
+
"type": "Aggregation",
|
|
1579
|
+
"aggregationCardinality": "Multiple"
|
|
1567
1580
|
}
|
|
1568
1581
|
},
|
|
1569
1582
|
"afterClear": {
|
|
@@ -1666,7 +1679,8 @@
|
|
|
1666
1679
|
"isViewNode": true,
|
|
1667
1680
|
"metadata": {
|
|
1668
1681
|
"path": [],
|
|
1669
|
-
"type": "Aggregation"
|
|
1682
|
+
"type": "Aggregation",
|
|
1683
|
+
"aggregationCardinality": "Multiple"
|
|
1670
1684
|
}
|
|
1671
1685
|
},
|
|
1672
1686
|
"afterClear": {
|
|
@@ -1896,7 +1910,37 @@
|
|
|
1896
1910
|
"artifactType": "XMLProperty",
|
|
1897
1911
|
"metadata": {
|
|
1898
1912
|
"type": "Property"
|
|
1899
|
-
}
|
|
1913
|
+
},
|
|
1914
|
+
"enum": [
|
|
1915
|
+
"bold",
|
|
1916
|
+
"italic",
|
|
1917
|
+
"underline",
|
|
1918
|
+
"strikethrough",
|
|
1919
|
+
"fontfamily",
|
|
1920
|
+
"fontsize",
|
|
1921
|
+
"forecolor",
|
|
1922
|
+
"backcolor",
|
|
1923
|
+
"cut",
|
|
1924
|
+
"copy",
|
|
1925
|
+
"paste",
|
|
1926
|
+
"bullist",
|
|
1927
|
+
"numlist",
|
|
1928
|
+
"outdent",
|
|
1929
|
+
"indent",
|
|
1930
|
+
"undo",
|
|
1931
|
+
"redo",
|
|
1932
|
+
"image",
|
|
1933
|
+
"emoticons",
|
|
1934
|
+
"link",
|
|
1935
|
+
"unlink",
|
|
1936
|
+
"alignleft",
|
|
1937
|
+
"aligncenter",
|
|
1938
|
+
"alignright",
|
|
1939
|
+
"alignjustify",
|
|
1940
|
+
"table",
|
|
1941
|
+
"styleselect"
|
|
1942
|
+
],
|
|
1943
|
+
"multiSelect": true
|
|
1900
1944
|
},
|
|
1901
1945
|
"customToolbarPriority": {
|
|
1902
1946
|
"type": "number",
|
|
@@ -1910,9 +1954,22 @@
|
|
|
1910
1954
|
"type": "string",
|
|
1911
1955
|
"description": "The name of the group.",
|
|
1912
1956
|
"artifactType": "XMLProperty",
|
|
1957
|
+
"disabled": true,
|
|
1913
1958
|
"metadata": {
|
|
1914
1959
|
"type": "Property"
|
|
1915
|
-
}
|
|
1960
|
+
},
|
|
1961
|
+
"enum": [
|
|
1962
|
+
"font-style",
|
|
1963
|
+
"font",
|
|
1964
|
+
"clipboard",
|
|
1965
|
+
"structure",
|
|
1966
|
+
"undo",
|
|
1967
|
+
"insert",
|
|
1968
|
+
"link",
|
|
1969
|
+
"text-align",
|
|
1970
|
+
"table",
|
|
1971
|
+
"styleselect"
|
|
1972
|
+
]
|
|
1916
1973
|
},
|
|
1917
1974
|
"priority": {
|
|
1918
1975
|
"type": "number",
|
|
@@ -1942,6 +1999,7 @@
|
|
|
1942
1999
|
"type": "string",
|
|
1943
2000
|
"description": "Unique id of control",
|
|
1944
2001
|
"artifactType": "XMLProperty",
|
|
2002
|
+
"hidden": true,
|
|
1945
2003
|
"metadata": {
|
|
1946
2004
|
"type": "Property"
|
|
1947
2005
|
}
|
|
@@ -2184,7 +2242,8 @@
|
|
|
2184
2242
|
"isViewNode": true,
|
|
2185
2243
|
"metadata": {
|
|
2186
2244
|
"path": [],
|
|
2187
|
-
"type": "Aggregation"
|
|
2245
|
+
"type": "Aggregation",
|
|
2246
|
+
"aggregationCardinality": "Multiple"
|
|
2188
2247
|
}
|
|
2189
2248
|
}
|
|
2190
2249
|
},
|
|
@@ -2243,7 +2302,8 @@
|
|
|
2243
2302
|
"isViewNode": true,
|
|
2244
2303
|
"metadata": {
|
|
2245
2304
|
"path": [],
|
|
2246
|
-
"type": "Aggregation"
|
|
2305
|
+
"type": "Aggregation",
|
|
2306
|
+
"aggregationCardinality": "Multiple"
|
|
2247
2307
|
}
|
|
2248
2308
|
}
|
|
2249
2309
|
},
|
|
@@ -2647,7 +2707,8 @@
|
|
|
2647
2707
|
"isViewNode": false,
|
|
2648
2708
|
"metadata": {
|
|
2649
2709
|
"path": [],
|
|
2650
|
-
"type": "Aggregation"
|
|
2710
|
+
"type": "Aggregation",
|
|
2711
|
+
"aggregationCardinality": "Single"
|
|
2651
2712
|
}
|
|
2652
2713
|
}
|
|
2653
2714
|
},
|
|
@@ -2706,7 +2767,8 @@
|
|
|
2706
2767
|
"isViewNode": false,
|
|
2707
2768
|
"metadata": {
|
|
2708
2769
|
"path": [],
|
|
2709
|
-
"type": "Aggregation"
|
|
2770
|
+
"type": "Aggregation",
|
|
2771
|
+
"aggregationCardinality": "Single"
|
|
2710
2772
|
}
|
|
2711
2773
|
}
|
|
2712
2774
|
},
|
|
@@ -3078,7 +3140,8 @@
|
|
|
3078
3140
|
"isViewNode": true,
|
|
3079
3141
|
"metadata": {
|
|
3080
3142
|
"path": [],
|
|
3081
|
-
"type": "Aggregation"
|
|
3143
|
+
"type": "Aggregation",
|
|
3144
|
+
"aggregationCardinality": "Multiple"
|
|
3082
3145
|
}
|
|
3083
3146
|
},
|
|
3084
3147
|
"analyticalConfiguration": {
|
|
@@ -3089,7 +3152,8 @@
|
|
|
3089
3152
|
"isViewNode": false,
|
|
3090
3153
|
"metadata": {
|
|
3091
3154
|
"path": [],
|
|
3092
|
-
"type": "Aggregation"
|
|
3155
|
+
"type": "Aggregation",
|
|
3156
|
+
"aggregationCardinality": "Single"
|
|
3093
3157
|
}
|
|
3094
3158
|
},
|
|
3095
3159
|
"columns": {
|
|
@@ -3100,7 +3164,8 @@
|
|
|
3100
3164
|
"isViewNode": true,
|
|
3101
3165
|
"metadata": {
|
|
3102
3166
|
"path": [],
|
|
3103
|
-
"type": "Aggregation"
|
|
3167
|
+
"type": "Aggregation",
|
|
3168
|
+
"aggregationCardinality": "Multiple"
|
|
3104
3169
|
}
|
|
3105
3170
|
},
|
|
3106
3171
|
"massEdit": {
|
|
@@ -3111,7 +3176,8 @@
|
|
|
3111
3176
|
"isViewNode": false,
|
|
3112
3177
|
"metadata": {
|
|
3113
3178
|
"path": [],
|
|
3114
|
-
"type": "Aggregation"
|
|
3179
|
+
"type": "Aggregation",
|
|
3180
|
+
"aggregationCardinality": "Single"
|
|
3115
3181
|
}
|
|
3116
3182
|
},
|
|
3117
3183
|
"beforeRebindTable": {
|
|
@@ -3467,7 +3533,8 @@
|
|
|
3467
3533
|
"isViewNode": true,
|
|
3468
3534
|
"metadata": {
|
|
3469
3535
|
"path": [],
|
|
3470
|
-
"type": "Aggregation"
|
|
3536
|
+
"type": "Aggregation",
|
|
3537
|
+
"aggregationCardinality": "Multiple"
|
|
3471
3538
|
}
|
|
3472
3539
|
},
|
|
3473
3540
|
"analyticalConfiguration": {
|
|
@@ -3478,7 +3545,8 @@
|
|
|
3478
3545
|
"isViewNode": false,
|
|
3479
3546
|
"metadata": {
|
|
3480
3547
|
"path": [],
|
|
3481
|
-
"type": "Aggregation"
|
|
3548
|
+
"type": "Aggregation",
|
|
3549
|
+
"aggregationCardinality": "Single"
|
|
3482
3550
|
}
|
|
3483
3551
|
},
|
|
3484
3552
|
"columns": {
|
|
@@ -3489,7 +3557,8 @@
|
|
|
3489
3557
|
"isViewNode": true,
|
|
3490
3558
|
"metadata": {
|
|
3491
3559
|
"path": [],
|
|
3492
|
-
"type": "Aggregation"
|
|
3560
|
+
"type": "Aggregation",
|
|
3561
|
+
"aggregationCardinality": "Multiple"
|
|
3493
3562
|
}
|
|
3494
3563
|
},
|
|
3495
3564
|
"massEdit": {
|
|
@@ -3500,7 +3569,8 @@
|
|
|
3500
3569
|
"isViewNode": false,
|
|
3501
3570
|
"metadata": {
|
|
3502
3571
|
"path": [],
|
|
3503
|
-
"type": "Aggregation"
|
|
3572
|
+
"type": "Aggregation",
|
|
3573
|
+
"aggregationCardinality": "Single"
|
|
3504
3574
|
}
|
|
3505
3575
|
},
|
|
3506
3576
|
"beforeRebindTable": {
|
|
@@ -3958,7 +4028,8 @@
|
|
|
3958
4028
|
"isViewNode": true,
|
|
3959
4029
|
"metadata": {
|
|
3960
4030
|
"path": [],
|
|
3961
|
-
"type": "Aggregation"
|
|
4031
|
+
"type": "Aggregation",
|
|
4032
|
+
"aggregationCardinality": "Multiple"
|
|
3962
4033
|
}
|
|
3963
4034
|
},
|
|
3964
4035
|
"analyticalConfiguration": {
|
|
@@ -3969,7 +4040,8 @@
|
|
|
3969
4040
|
"isViewNode": false,
|
|
3970
4041
|
"metadata": {
|
|
3971
4042
|
"path": [],
|
|
3972
|
-
"type": "Aggregation"
|
|
4043
|
+
"type": "Aggregation",
|
|
4044
|
+
"aggregationCardinality": "Single"
|
|
3973
4045
|
}
|
|
3974
4046
|
},
|
|
3975
4047
|
"columns": {
|
|
@@ -3980,7 +4052,8 @@
|
|
|
3980
4052
|
"isViewNode": true,
|
|
3981
4053
|
"metadata": {
|
|
3982
4054
|
"path": [],
|
|
3983
|
-
"type": "Aggregation"
|
|
4055
|
+
"type": "Aggregation",
|
|
4056
|
+
"aggregationCardinality": "Multiple"
|
|
3984
4057
|
}
|
|
3985
4058
|
},
|
|
3986
4059
|
"massEdit": {
|
|
@@ -3991,7 +4064,8 @@
|
|
|
3991
4064
|
"isViewNode": false,
|
|
3992
4065
|
"metadata": {
|
|
3993
4066
|
"path": [],
|
|
3994
|
-
"type": "Aggregation"
|
|
4067
|
+
"type": "Aggregation",
|
|
4068
|
+
"aggregationCardinality": "Single"
|
|
3995
4069
|
}
|
|
3996
4070
|
},
|
|
3997
4071
|
"beforeRebindTable": {
|
|
@@ -4382,7 +4456,8 @@
|
|
|
4382
4456
|
"isViewNode": true,
|
|
4383
4457
|
"metadata": {
|
|
4384
4458
|
"path": [],
|
|
4385
|
-
"type": "Aggregation"
|
|
4459
|
+
"type": "Aggregation",
|
|
4460
|
+
"aggregationCardinality": "Multiple"
|
|
4386
4461
|
}
|
|
4387
4462
|
},
|
|
4388
4463
|
"analyticalConfiguration": {
|
|
@@ -4393,7 +4468,8 @@
|
|
|
4393
4468
|
"isViewNode": false,
|
|
4394
4469
|
"metadata": {
|
|
4395
4470
|
"path": [],
|
|
4396
|
-
"type": "Aggregation"
|
|
4471
|
+
"type": "Aggregation",
|
|
4472
|
+
"aggregationCardinality": "Single"
|
|
4397
4473
|
}
|
|
4398
4474
|
},
|
|
4399
4475
|
"columns": {
|
|
@@ -4404,7 +4480,8 @@
|
|
|
4404
4480
|
"isViewNode": true,
|
|
4405
4481
|
"metadata": {
|
|
4406
4482
|
"path": [],
|
|
4407
|
-
"type": "Aggregation"
|
|
4483
|
+
"type": "Aggregation",
|
|
4484
|
+
"aggregationCardinality": "Multiple"
|
|
4408
4485
|
}
|
|
4409
4486
|
},
|
|
4410
4487
|
"massEdit": {
|
|
@@ -4415,7 +4492,8 @@
|
|
|
4415
4492
|
"isViewNode": false,
|
|
4416
4493
|
"metadata": {
|
|
4417
4494
|
"path": [],
|
|
4418
|
-
"type": "Aggregation"
|
|
4495
|
+
"type": "Aggregation",
|
|
4496
|
+
"aggregationCardinality": "Single"
|
|
4419
4497
|
}
|
|
4420
4498
|
},
|
|
4421
4499
|
"beforeRebindTable": {
|
|
@@ -4568,7 +4646,8 @@
|
|
|
4568
4646
|
"isViewNode": true,
|
|
4569
4647
|
"metadata": {
|
|
4570
4648
|
"path": [],
|
|
4571
|
-
"type": "Aggregation"
|
|
4649
|
+
"type": "Aggregation",
|
|
4650
|
+
"aggregationCardinality": "Multiple"
|
|
4572
4651
|
}
|
|
4573
4652
|
}
|
|
4574
4653
|
},
|