@sap/ux-specification 1.136.13 → 1.136.15
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 +73 -1
- 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 +260 -261
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +28 -3
- package/dist/schemas/v2/ListReportNewConfig.json +45 -0
- package/dist/schemas/v2/ObjectPageConfig.json +11 -5
- package/dist/schemas/v4/ApplicationV4.json +18 -12
- package/dist/schemas/v4/BuildingBlocksConfig.json +72 -35
- package/dist/schemas/v4/ListReportConfig.json +299 -28
- package/dist/schemas/v4/ObjectPageConfig.json +409 -130
- package/dist/specification/package.json +17 -17
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +17 -1
- 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 +10 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +23 -13
- package/dist/specification/scripts/schema/to-json-schema.js.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/decorators.d.ts +65 -4
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- 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 +0 -3
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +12 -6
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +33 -22
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +6 -4
- 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.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +18 -13
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +52 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +176 -5
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/application.d.ts +1 -0
- package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/application.js +18 -0
- package/dist/specification/src/sync/v2/application.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
- package/dist/specification/src/sync/v2/export/exportPage.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 +8 -15
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
- package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +3 -3
- package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.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 +46 -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 +46 -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 +63 -13
- package/dist/specification/src/sync/v2/generate/objectPage.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/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.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/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +17 -1
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +57 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +1 -1
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +1 -1
- 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/Header.d.ts +3 -2
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
- 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 -2
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.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 -4
- 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 -21
- 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 +52 -9
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.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 +53 -10
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -3
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +0 -3
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +7 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
- 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 +17 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +76 -19
- 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 +100 -11
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -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/ListReportUtils.d.ts +107 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +394 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
- 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 +10 -2
- 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 +9 -2
- 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.js +2 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +129 -4
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +196 -353
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- 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 +15 -21
- package/dist/specification/src/sync/v4/generate/objectPage.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 +0 -1
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +105 -49
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +363 -97
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +3 -2
- 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 +152 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +47 -2
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +18 -0
- package/dist/types/src/v2/application.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +6 -6
- 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/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.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/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/package.json +17 -17
|
@@ -50,6 +50,11 @@
|
|
|
50
50
|
"description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases.",
|
|
51
51
|
"manifestPath": "$[\"sap.ui.generic.app\"].settings.statePreservationMode"
|
|
52
52
|
},
|
|
53
|
+
"globalTableSettings": {
|
|
54
|
+
"$ref": "#/definitions/GlobalApplicationTableSettings",
|
|
55
|
+
"description": "Settings for all tables.",
|
|
56
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings"
|
|
57
|
+
},
|
|
53
58
|
"title": {
|
|
54
59
|
"description": "Defines the title for the application.",
|
|
55
60
|
"i18nClassification": "TIT: Title of the application",
|
|
@@ -81,10 +86,12 @@
|
|
|
81
86
|
"type": "object",
|
|
82
87
|
"properties": {
|
|
83
88
|
"defaultTwoColumnLayoutType": {
|
|
84
|
-
"$ref": "#/definitions/FlexibleColumnLayoutType"
|
|
89
|
+
"$ref": "#/definitions/FlexibleColumnLayoutType",
|
|
90
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultTwoColumnLayoutType"
|
|
85
91
|
},
|
|
86
92
|
"defaultThreeColumnLayoutType": {
|
|
87
|
-
"$ref": "#/definitions/FlexibleColumnLayoutType"
|
|
93
|
+
"$ref": "#/definitions/FlexibleColumnLayoutType",
|
|
94
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultThreeColumnLayoutType"
|
|
88
95
|
}
|
|
89
96
|
},
|
|
90
97
|
"additionalProperties": false
|
|
@@ -117,7 +124,8 @@
|
|
|
117
124
|
"enabled": {
|
|
118
125
|
"description": "Allows applications to turn off the discard draft confirmation popup in various scenarios.",
|
|
119
126
|
"type": "string",
|
|
120
|
-
"const": "restricted"
|
|
127
|
+
"const": "restricted",
|
|
128
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.draftDiscardConfirmationSettings.enabled"
|
|
121
129
|
}
|
|
122
130
|
},
|
|
123
131
|
"additionalProperties": false,
|
|
@@ -132,6 +140,23 @@
|
|
|
132
140
|
],
|
|
133
141
|
"type": "string"
|
|
134
142
|
},
|
|
143
|
+
"GlobalApplicationTableSettings": {
|
|
144
|
+
"type": "object",
|
|
145
|
+
"properties": {
|
|
146
|
+
"createMode": {
|
|
147
|
+
"description": "This property acts as a global default for all pages and tables in the application. Page-level or table-level definitions override this setting.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
148
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
|
|
149
|
+
"enum": [
|
|
150
|
+
"creationRows",
|
|
151
|
+
"creationRowsHiddenInEditMode",
|
|
152
|
+
"inline"
|
|
153
|
+
],
|
|
154
|
+
"type": "string",
|
|
155
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings.createMode"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"additionalProperties": false
|
|
159
|
+
},
|
|
135
160
|
"CloudDevAdaptationStatus": {
|
|
136
161
|
"internal": true,
|
|
137
162
|
"enum": [
|
|
@@ -447,6 +447,10 @@
|
|
|
447
447
|
"views": {
|
|
448
448
|
"$ref": "#/definitions/MultiViewsDefinition"
|
|
449
449
|
},
|
|
450
|
+
"quickVariantSelection": {
|
|
451
|
+
"$ref": "#/definitions/MultiViewsOnTable",
|
|
452
|
+
"description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations."
|
|
453
|
+
},
|
|
450
454
|
"showTablePersonalisation": {
|
|
451
455
|
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
452
456
|
"type": "boolean",
|
|
@@ -500,6 +504,47 @@
|
|
|
500
504
|
"$ref": "#/definitions/Table"
|
|
501
505
|
}
|
|
502
506
|
},
|
|
507
|
+
"MultiViewsOnTable": {
|
|
508
|
+
"type": "object",
|
|
509
|
+
"properties": {
|
|
510
|
+
"showCounts": {
|
|
511
|
+
"description": "To show the number of available records, set showCounts to true.",
|
|
512
|
+
"type": "boolean",
|
|
513
|
+
"artifactType": "Manifest"
|
|
514
|
+
},
|
|
515
|
+
"variants": {
|
|
516
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
517
|
+
"type": "object",
|
|
518
|
+
"additionalProperties": {
|
|
519
|
+
"$ref": "#/definitions/ViewOnTable"
|
|
520
|
+
},
|
|
521
|
+
"artifactType": "Manifest"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"additionalProperties": false,
|
|
525
|
+
"required": [
|
|
526
|
+
"variants"
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
"ViewOnTable": {
|
|
530
|
+
"type": "object",
|
|
531
|
+
"properties": {
|
|
532
|
+
"key": {
|
|
533
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
534
|
+
"type": "string"
|
|
535
|
+
},
|
|
536
|
+
"annotationPath": {
|
|
537
|
+
"description": "Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
538
|
+
"type": "string",
|
|
539
|
+
"artifactType": "Manifest"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"additionalProperties": false,
|
|
543
|
+
"required": [
|
|
544
|
+
"annotationPath",
|
|
545
|
+
"key"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
503
548
|
"smarttable.ExportType": {
|
|
504
549
|
"description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
|
|
505
550
|
"enum": [
|
|
@@ -56,6 +56,12 @@
|
|
|
56
56
|
"footer": {
|
|
57
57
|
"$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
|
|
58
58
|
},
|
|
59
|
+
"createMode": {
|
|
60
|
+
"$ref": "#/definitions/CreateMode",
|
|
61
|
+
"description": "This property applies to all tables within the page. Individual tables can override this setting by defining the property explicitly at table level.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
62
|
+
"artifactType": "Manifest",
|
|
63
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
64
|
+
},
|
|
59
65
|
"$schema": {
|
|
60
66
|
"type": "string"
|
|
61
67
|
}
|
|
@@ -727,7 +733,7 @@
|
|
|
727
733
|
},
|
|
728
734
|
"createMode": {
|
|
729
735
|
"$ref": "#/definitions/CreateMode",
|
|
730
|
-
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create
|
|
736
|
+
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
731
737
|
"artifactType": "Manifest",
|
|
732
738
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
733
739
|
},
|
|
@@ -1198,7 +1204,7 @@
|
|
|
1198
1204
|
},
|
|
1199
1205
|
"createMode": {
|
|
1200
1206
|
"$ref": "#/definitions/CreateMode",
|
|
1201
|
-
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create
|
|
1207
|
+
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
1202
1208
|
"artifactType": "Manifest",
|
|
1203
1209
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1204
1210
|
},
|
|
@@ -1298,7 +1304,7 @@
|
|
|
1298
1304
|
},
|
|
1299
1305
|
"createMode": {
|
|
1300
1306
|
"$ref": "#/definitions/CreateMode",
|
|
1301
|
-
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create
|
|
1307
|
+
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
1302
1308
|
"artifactType": "Manifest",
|
|
1303
1309
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1304
1310
|
},
|
|
@@ -1398,7 +1404,7 @@
|
|
|
1398
1404
|
},
|
|
1399
1405
|
"createMode": {
|
|
1400
1406
|
"$ref": "#/definitions/CreateMode",
|
|
1401
|
-
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create
|
|
1407
|
+
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
1402
1408
|
"artifactType": "Manifest",
|
|
1403
1409
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1404
1410
|
},
|
|
@@ -1498,7 +1504,7 @@
|
|
|
1498
1504
|
},
|
|
1499
1505
|
"createMode": {
|
|
1500
1506
|
"$ref": "#/definitions/CreateMode",
|
|
1501
|
-
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create
|
|
1507
|
+
"description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
|
|
1502
1508
|
"artifactType": "Manifest",
|
|
1503
1509
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1504
1510
|
},
|
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
"properties": {
|
|
59
59
|
"enabled": {
|
|
60
60
|
"description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
|
|
61
|
-
"descriptionSrcURL": "https://
|
|
61
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
62
62
|
"type": "boolean",
|
|
63
63
|
"const": true,
|
|
64
64
|
"manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
|
|
65
65
|
},
|
|
66
66
|
"stayOnCurrentPageAfterSave": {
|
|
67
67
|
"description": "Determines whether to stay on the current page after saving an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Cancel' to the same value.",
|
|
68
|
-
"descriptionSrcURL": "https://
|
|
68
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
69
69
|
"type": "boolean",
|
|
70
70
|
"manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterSave"
|
|
71
71
|
},
|
|
72
72
|
"stayOnCurrentPageAfterCancel": {
|
|
73
73
|
"description": "Determines whether to stay on the current page after canceling an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Save' to the same value.",
|
|
74
|
-
"descriptionSrcURL": "https://
|
|
74
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
75
75
|
"type": "boolean",
|
|
76
76
|
"manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterCancel"
|
|
77
77
|
},
|
|
78
78
|
"hideCreateNext": {
|
|
79
79
|
"description": "Controls the visibility of the 'Create Next' button.",
|
|
80
|
-
"descriptionSrcURL": "https://
|
|
80
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
81
81
|
"type": "boolean",
|
|
82
82
|
"manifestPath": "$[\"sap.fe\"].app.hideDraft.hideCreateNext"
|
|
83
83
|
}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"properties": {
|
|
93
93
|
"enabled": {
|
|
94
94
|
"description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
|
|
95
|
-
"descriptionSrcURL": "https://
|
|
95
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
96
96
|
"type": "boolean",
|
|
97
97
|
"const": false,
|
|
98
98
|
"manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
},
|
|
106
106
|
"defaultCreationMode": {
|
|
107
107
|
"description": "Define the default creation mode that is used for all tables, unless a specific creation mode has been set.",
|
|
108
|
-
"descriptionSrcURL": "https://
|
|
108
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
|
|
109
109
|
"enum": [
|
|
110
110
|
"InlineCreationRows"
|
|
111
111
|
],
|
|
@@ -144,13 +144,16 @@
|
|
|
144
144
|
"properties": {
|
|
145
145
|
"limitFCLToTwoColumns": {
|
|
146
146
|
"description": "Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.",
|
|
147
|
-
"type": "boolean"
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.limitFCLToTwoColumns"
|
|
148
149
|
},
|
|
149
150
|
"defaultTwoColumnLayoutType": {
|
|
150
|
-
"$ref": "#/definitions/FlexibleColumnLayoutType"
|
|
151
|
+
"$ref": "#/definitions/FlexibleColumnLayoutType",
|
|
152
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultTwoColumnLayoutType"
|
|
151
153
|
},
|
|
152
154
|
"defaultThreeColumnLayoutType": {
|
|
153
|
-
"$ref": "#/definitions/FlexibleColumnLayoutType"
|
|
155
|
+
"$ref": "#/definitions/FlexibleColumnLayoutType",
|
|
156
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultThreeColumnLayoutType"
|
|
154
157
|
}
|
|
155
158
|
},
|
|
156
159
|
"additionalProperties": false
|
|
@@ -213,21 +216,24 @@
|
|
|
213
216
|
{
|
|
214
217
|
"type": "string"
|
|
215
218
|
}
|
|
216
|
-
]
|
|
219
|
+
],
|
|
220
|
+
"manifestPath": "$[\"sap.ui5\"].dependencies.minUI5Version"
|
|
217
221
|
},
|
|
218
222
|
"libs": {
|
|
219
223
|
"description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component",
|
|
220
224
|
"type": "object",
|
|
221
225
|
"additionalProperties": {
|
|
222
226
|
"$ref": "#/definitions/Lib"
|
|
223
|
-
}
|
|
227
|
+
},
|
|
228
|
+
"manifestPath": "$[\"sap.ui5\"].dependencies.libs"
|
|
224
229
|
},
|
|
225
230
|
"components": {
|
|
226
231
|
"description": "Represents the id (namespace) of the components that should be loaded by UI5 Core to be used in your component",
|
|
227
232
|
"type": "object",
|
|
228
233
|
"additionalProperties": {
|
|
229
234
|
"$ref": "#/definitions/Component"
|
|
230
|
-
}
|
|
235
|
+
},
|
|
236
|
+
"manifestPath": "$[\"sap.ui5\"].dependencies.components"
|
|
231
237
|
}
|
|
232
238
|
},
|
|
233
239
|
"additionalProperties": false,
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
"isViewNode": true,
|
|
119
119
|
"metadata": {
|
|
120
120
|
"path": [],
|
|
121
|
-
"type": "Aggregation"
|
|
121
|
+
"type": "Aggregation",
|
|
122
|
+
"aggregationCardinality": "Multiple"
|
|
122
123
|
}
|
|
123
124
|
},
|
|
124
125
|
"selectionChange": {
|
|
@@ -225,7 +226,8 @@
|
|
|
225
226
|
"isViewNode": false,
|
|
226
227
|
"metadata": {
|
|
227
228
|
"path": [],
|
|
228
|
-
"type": "Aggregation"
|
|
229
|
+
"type": "Aggregation",
|
|
230
|
+
"aggregationCardinality": "Single"
|
|
229
231
|
}
|
|
230
232
|
},
|
|
231
233
|
"change": {
|
|
@@ -550,7 +552,8 @@
|
|
|
550
552
|
"isViewNode": true,
|
|
551
553
|
"metadata": {
|
|
552
554
|
"path": [],
|
|
553
|
-
"type": "Aggregation"
|
|
555
|
+
"type": "Aggregation",
|
|
556
|
+
"aggregationCardinality": "Multiple"
|
|
554
557
|
}
|
|
555
558
|
}
|
|
556
559
|
},
|
|
@@ -642,7 +645,8 @@
|
|
|
642
645
|
"isViewNode": true,
|
|
643
646
|
"metadata": {
|
|
644
647
|
"path": [],
|
|
645
|
-
"type": "Aggregation"
|
|
648
|
+
"type": "Aggregation",
|
|
649
|
+
"aggregationCardinality": "Multiple"
|
|
646
650
|
}
|
|
647
651
|
},
|
|
648
652
|
"plugins": {
|
|
@@ -653,7 +657,8 @@
|
|
|
653
657
|
"isViewNode": false,
|
|
654
658
|
"metadata": {
|
|
655
659
|
"path": [],
|
|
656
|
-
"type": "Aggregation"
|
|
660
|
+
"type": "Aggregation",
|
|
661
|
+
"aggregationCardinality": "Multiple"
|
|
657
662
|
}
|
|
658
663
|
}
|
|
659
664
|
},
|
|
@@ -732,7 +737,8 @@
|
|
|
732
737
|
"isViewNode": true,
|
|
733
738
|
"metadata": {
|
|
734
739
|
"path": [],
|
|
735
|
-
"type": "Aggregation"
|
|
740
|
+
"type": "Aggregation",
|
|
741
|
+
"aggregationCardinality": "Multiple"
|
|
736
742
|
}
|
|
737
743
|
},
|
|
738
744
|
"plugins": {
|
|
@@ -743,7 +749,8 @@
|
|
|
743
749
|
"isViewNode": false,
|
|
744
750
|
"metadata": {
|
|
745
751
|
"path": [],
|
|
746
|
-
"type": "Aggregation"
|
|
752
|
+
"type": "Aggregation",
|
|
753
|
+
"aggregationCardinality": "Multiple"
|
|
747
754
|
}
|
|
748
755
|
}
|
|
749
756
|
},
|
|
@@ -774,7 +781,8 @@
|
|
|
774
781
|
"isViewNode": false,
|
|
775
782
|
"metadata": {
|
|
776
783
|
"path": [],
|
|
777
|
-
"type": "Aggregation"
|
|
784
|
+
"type": "Aggregation",
|
|
785
|
+
"aggregationCardinality": "Single"
|
|
778
786
|
}
|
|
779
787
|
}
|
|
780
788
|
},
|
|
@@ -991,7 +999,8 @@
|
|
|
991
999
|
"isViewNode": true,
|
|
992
1000
|
"metadata": {
|
|
993
1001
|
"path": [],
|
|
994
|
-
"type": "Aggregation"
|
|
1002
|
+
"type": "Aggregation",
|
|
1003
|
+
"aggregationCardinality": "Multiple"
|
|
995
1004
|
}
|
|
996
1005
|
}
|
|
997
1006
|
},
|
|
@@ -1092,7 +1101,8 @@
|
|
|
1092
1101
|
"isViewNode": true,
|
|
1093
1102
|
"metadata": {
|
|
1094
1103
|
"path": [],
|
|
1095
|
-
"type": "Aggregation"
|
|
1104
|
+
"type": "Aggregation",
|
|
1105
|
+
"aggregationCardinality": "Multiple"
|
|
1096
1106
|
}
|
|
1097
1107
|
},
|
|
1098
1108
|
"selectionChange": {
|
|
@@ -1239,7 +1249,8 @@
|
|
|
1239
1249
|
"isViewNode": false,
|
|
1240
1250
|
"metadata": {
|
|
1241
1251
|
"path": [],
|
|
1242
|
-
"type": "Aggregation"
|
|
1252
|
+
"type": "Aggregation",
|
|
1253
|
+
"aggregationCardinality": "Single"
|
|
1243
1254
|
}
|
|
1244
1255
|
},
|
|
1245
1256
|
"change": {
|
|
@@ -1487,7 +1498,8 @@
|
|
|
1487
1498
|
"isViewNode": true,
|
|
1488
1499
|
"metadata": {
|
|
1489
1500
|
"path": [],
|
|
1490
|
-
"type": "Aggregation"
|
|
1501
|
+
"type": "Aggregation",
|
|
1502
|
+
"aggregationCardinality": "Multiple"
|
|
1491
1503
|
}
|
|
1492
1504
|
},
|
|
1493
1505
|
"afterClear": {
|
|
@@ -1590,7 +1602,8 @@
|
|
|
1590
1602
|
"isViewNode": true,
|
|
1591
1603
|
"metadata": {
|
|
1592
1604
|
"path": [],
|
|
1593
|
-
"type": "Aggregation"
|
|
1605
|
+
"type": "Aggregation",
|
|
1606
|
+
"aggregationCardinality": "Multiple"
|
|
1594
1607
|
}
|
|
1595
1608
|
},
|
|
1596
1609
|
"afterClear": {
|
|
@@ -1803,7 +1816,8 @@
|
|
|
1803
1816
|
"isViewNode": false,
|
|
1804
1817
|
"metadata": {
|
|
1805
1818
|
"path": [],
|
|
1806
|
-
"type": "Aggregation"
|
|
1819
|
+
"type": "Aggregation",
|
|
1820
|
+
"aggregationCardinality": "Single"
|
|
1807
1821
|
}
|
|
1808
1822
|
},
|
|
1809
1823
|
"change": {
|
|
@@ -1906,6 +1920,7 @@
|
|
|
1906
1920
|
"type": "string",
|
|
1907
1921
|
"description": "The name of the group.",
|
|
1908
1922
|
"artifactType": "XMLProperty",
|
|
1923
|
+
"disabled": true,
|
|
1909
1924
|
"metadata": {
|
|
1910
1925
|
"type": "Property"
|
|
1911
1926
|
}
|
|
@@ -1938,6 +1953,7 @@
|
|
|
1938
1953
|
"type": "string",
|
|
1939
1954
|
"description": "Unique id of control",
|
|
1940
1955
|
"artifactType": "XMLProperty",
|
|
1956
|
+
"hidden": true,
|
|
1941
1957
|
"metadata": {
|
|
1942
1958
|
"type": "Property"
|
|
1943
1959
|
}
|
|
@@ -2172,7 +2188,8 @@
|
|
|
2172
2188
|
"isViewNode": true,
|
|
2173
2189
|
"metadata": {
|
|
2174
2190
|
"path": [],
|
|
2175
|
-
"type": "Aggregation"
|
|
2191
|
+
"type": "Aggregation",
|
|
2192
|
+
"aggregationCardinality": "Multiple"
|
|
2176
2193
|
}
|
|
2177
2194
|
}
|
|
2178
2195
|
},
|
|
@@ -2231,7 +2248,8 @@
|
|
|
2231
2248
|
"isViewNode": true,
|
|
2232
2249
|
"metadata": {
|
|
2233
2250
|
"path": [],
|
|
2234
|
-
"type": "Aggregation"
|
|
2251
|
+
"type": "Aggregation",
|
|
2252
|
+
"aggregationCardinality": "Multiple"
|
|
2235
2253
|
}
|
|
2236
2254
|
}
|
|
2237
2255
|
},
|
|
@@ -2627,7 +2645,8 @@
|
|
|
2627
2645
|
"isViewNode": false,
|
|
2628
2646
|
"metadata": {
|
|
2629
2647
|
"path": [],
|
|
2630
|
-
"type": "Aggregation"
|
|
2648
|
+
"type": "Aggregation",
|
|
2649
|
+
"aggregationCardinality": "Single"
|
|
2631
2650
|
}
|
|
2632
2651
|
}
|
|
2633
2652
|
},
|
|
@@ -2686,7 +2705,8 @@
|
|
|
2686
2705
|
"isViewNode": false,
|
|
2687
2706
|
"metadata": {
|
|
2688
2707
|
"path": [],
|
|
2689
|
-
"type": "Aggregation"
|
|
2708
|
+
"type": "Aggregation",
|
|
2709
|
+
"aggregationCardinality": "Single"
|
|
2690
2710
|
}
|
|
2691
2711
|
}
|
|
2692
2712
|
},
|
|
@@ -3029,7 +3049,8 @@
|
|
|
3029
3049
|
"isViewNode": true,
|
|
3030
3050
|
"metadata": {
|
|
3031
3051
|
"path": [],
|
|
3032
|
-
"type": "Aggregation"
|
|
3052
|
+
"type": "Aggregation",
|
|
3053
|
+
"aggregationCardinality": "Multiple"
|
|
3033
3054
|
}
|
|
3034
3055
|
},
|
|
3035
3056
|
"analyticalConfiguration": {
|
|
@@ -3040,7 +3061,8 @@
|
|
|
3040
3061
|
"isViewNode": false,
|
|
3041
3062
|
"metadata": {
|
|
3042
3063
|
"path": [],
|
|
3043
|
-
"type": "Aggregation"
|
|
3064
|
+
"type": "Aggregation",
|
|
3065
|
+
"aggregationCardinality": "Single"
|
|
3044
3066
|
}
|
|
3045
3067
|
},
|
|
3046
3068
|
"columns": {
|
|
@@ -3051,7 +3073,8 @@
|
|
|
3051
3073
|
"isViewNode": true,
|
|
3052
3074
|
"metadata": {
|
|
3053
3075
|
"path": [],
|
|
3054
|
-
"type": "Aggregation"
|
|
3076
|
+
"type": "Aggregation",
|
|
3077
|
+
"aggregationCardinality": "Multiple"
|
|
3055
3078
|
}
|
|
3056
3079
|
},
|
|
3057
3080
|
"massEdit": {
|
|
@@ -3062,7 +3085,8 @@
|
|
|
3062
3085
|
"isViewNode": false,
|
|
3063
3086
|
"metadata": {
|
|
3064
3087
|
"path": [],
|
|
3065
|
-
"type": "Aggregation"
|
|
3088
|
+
"type": "Aggregation",
|
|
3089
|
+
"aggregationCardinality": "Single"
|
|
3066
3090
|
}
|
|
3067
3091
|
},
|
|
3068
3092
|
"beforeRebindTable": {
|
|
@@ -3389,7 +3413,8 @@
|
|
|
3389
3413
|
"isViewNode": true,
|
|
3390
3414
|
"metadata": {
|
|
3391
3415
|
"path": [],
|
|
3392
|
-
"type": "Aggregation"
|
|
3416
|
+
"type": "Aggregation",
|
|
3417
|
+
"aggregationCardinality": "Multiple"
|
|
3393
3418
|
}
|
|
3394
3419
|
},
|
|
3395
3420
|
"analyticalConfiguration": {
|
|
@@ -3400,7 +3425,8 @@
|
|
|
3400
3425
|
"isViewNode": false,
|
|
3401
3426
|
"metadata": {
|
|
3402
3427
|
"path": [],
|
|
3403
|
-
"type": "Aggregation"
|
|
3428
|
+
"type": "Aggregation",
|
|
3429
|
+
"aggregationCardinality": "Single"
|
|
3404
3430
|
}
|
|
3405
3431
|
},
|
|
3406
3432
|
"columns": {
|
|
@@ -3411,7 +3437,8 @@
|
|
|
3411
3437
|
"isViewNode": true,
|
|
3412
3438
|
"metadata": {
|
|
3413
3439
|
"path": [],
|
|
3414
|
-
"type": "Aggregation"
|
|
3440
|
+
"type": "Aggregation",
|
|
3441
|
+
"aggregationCardinality": "Multiple"
|
|
3415
3442
|
}
|
|
3416
3443
|
},
|
|
3417
3444
|
"massEdit": {
|
|
@@ -3422,7 +3449,8 @@
|
|
|
3422
3449
|
"isViewNode": false,
|
|
3423
3450
|
"metadata": {
|
|
3424
3451
|
"path": [],
|
|
3425
|
-
"type": "Aggregation"
|
|
3452
|
+
"type": "Aggregation",
|
|
3453
|
+
"aggregationCardinality": "Single"
|
|
3426
3454
|
}
|
|
3427
3455
|
},
|
|
3428
3456
|
"beforeRebindTable": {
|
|
@@ -3851,7 +3879,8 @@
|
|
|
3851
3879
|
"isViewNode": true,
|
|
3852
3880
|
"metadata": {
|
|
3853
3881
|
"path": [],
|
|
3854
|
-
"type": "Aggregation"
|
|
3882
|
+
"type": "Aggregation",
|
|
3883
|
+
"aggregationCardinality": "Multiple"
|
|
3855
3884
|
}
|
|
3856
3885
|
},
|
|
3857
3886
|
"analyticalConfiguration": {
|
|
@@ -3862,7 +3891,8 @@
|
|
|
3862
3891
|
"isViewNode": false,
|
|
3863
3892
|
"metadata": {
|
|
3864
3893
|
"path": [],
|
|
3865
|
-
"type": "Aggregation"
|
|
3894
|
+
"type": "Aggregation",
|
|
3895
|
+
"aggregationCardinality": "Single"
|
|
3866
3896
|
}
|
|
3867
3897
|
},
|
|
3868
3898
|
"columns": {
|
|
@@ -3873,7 +3903,8 @@
|
|
|
3873
3903
|
"isViewNode": true,
|
|
3874
3904
|
"metadata": {
|
|
3875
3905
|
"path": [],
|
|
3876
|
-
"type": "Aggregation"
|
|
3906
|
+
"type": "Aggregation",
|
|
3907
|
+
"aggregationCardinality": "Multiple"
|
|
3877
3908
|
}
|
|
3878
3909
|
},
|
|
3879
3910
|
"massEdit": {
|
|
@@ -3884,7 +3915,8 @@
|
|
|
3884
3915
|
"isViewNode": false,
|
|
3885
3916
|
"metadata": {
|
|
3886
3917
|
"path": [],
|
|
3887
|
-
"type": "Aggregation"
|
|
3918
|
+
"type": "Aggregation",
|
|
3919
|
+
"aggregationCardinality": "Single"
|
|
3888
3920
|
}
|
|
3889
3921
|
},
|
|
3890
3922
|
"beforeRebindTable": {
|
|
@@ -4246,7 +4278,8 @@
|
|
|
4246
4278
|
"isViewNode": true,
|
|
4247
4279
|
"metadata": {
|
|
4248
4280
|
"path": [],
|
|
4249
|
-
"type": "Aggregation"
|
|
4281
|
+
"type": "Aggregation",
|
|
4282
|
+
"aggregationCardinality": "Multiple"
|
|
4250
4283
|
}
|
|
4251
4284
|
},
|
|
4252
4285
|
"analyticalConfiguration": {
|
|
@@ -4257,7 +4290,8 @@
|
|
|
4257
4290
|
"isViewNode": false,
|
|
4258
4291
|
"metadata": {
|
|
4259
4292
|
"path": [],
|
|
4260
|
-
"type": "Aggregation"
|
|
4293
|
+
"type": "Aggregation",
|
|
4294
|
+
"aggregationCardinality": "Single"
|
|
4261
4295
|
}
|
|
4262
4296
|
},
|
|
4263
4297
|
"columns": {
|
|
@@ -4268,7 +4302,8 @@
|
|
|
4268
4302
|
"isViewNode": true,
|
|
4269
4303
|
"metadata": {
|
|
4270
4304
|
"path": [],
|
|
4271
|
-
"type": "Aggregation"
|
|
4305
|
+
"type": "Aggregation",
|
|
4306
|
+
"aggregationCardinality": "Multiple"
|
|
4272
4307
|
}
|
|
4273
4308
|
},
|
|
4274
4309
|
"massEdit": {
|
|
@@ -4279,7 +4314,8 @@
|
|
|
4279
4314
|
"isViewNode": false,
|
|
4280
4315
|
"metadata": {
|
|
4281
4316
|
"path": [],
|
|
4282
|
-
"type": "Aggregation"
|
|
4317
|
+
"type": "Aggregation",
|
|
4318
|
+
"aggregationCardinality": "Single"
|
|
4283
4319
|
}
|
|
4284
4320
|
},
|
|
4285
4321
|
"beforeRebindTable": {
|
|
@@ -4432,7 +4468,8 @@
|
|
|
4432
4468
|
"isViewNode": true,
|
|
4433
4469
|
"metadata": {
|
|
4434
4470
|
"path": [],
|
|
4435
|
-
"type": "Aggregation"
|
|
4471
|
+
"type": "Aggregation",
|
|
4472
|
+
"aggregationCardinality": "Multiple"
|
|
4436
4473
|
}
|
|
4437
4474
|
}
|
|
4438
4475
|
},
|