@sap/ux-specification 1.142.3 → 1.142.5
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 +71 -0
- 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 +334 -327
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +202 -7
- package/dist/schemas/v4/ApplicationV4.json +14 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +161 -57
- package/dist/schemas/v4/ObjectPageConfig.json +112 -728
- package/dist/specification/package.json +10 -10
- package/dist/specification/scripts/generate-validity-report.js +1 -1
- package/dist/specification/scripts/generate-validity-report.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +48 -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 +36 -10
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +1 -1
- 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 +39 -3
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +1 -0
- package/dist/specification/src/ftfs/ftfs.js.map +1 -1
- package/dist/specification/src/ftfs/index.d.ts +1 -1
- package/dist/specification/src/ftfs/index.d.ts.map +1 -1
- package/dist/specification/src/ftfs/index.js +2 -1
- package/dist/specification/src/ftfs/index.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +6 -48
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +4 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
- package/dist/specification/src/sync/common/i18n.json +28 -0
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +2 -0
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/rules.d.ts +25 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +27 -2
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +3 -2
- package/dist/specification/src/sync/v2/export/export.js.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 +48 -19
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.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 +56 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
- 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/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/types.d.ts +2 -0
- package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/types.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +25 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +28 -4
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +12 -0
- 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/controls/FilterBar.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -21
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +46 -37
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +3 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +2 -4
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
- package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/app.js +31 -0
- package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
- 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 +93 -13
- 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.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
- 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 +29 -27
- 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 +12 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +13 -6
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js +107 -108
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +162 -118
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.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 +11 -50
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
- 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 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -302
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +34 -0
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +23 -3
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +239 -42
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-utils/utils.d.ts +1 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
- package/dist/specification/test/test-utils/utils.js +11 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
- package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
- package/dist/templates/GridTableColumnsExtension.xml +3 -3
- package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
- package/dist/templates/TreeTableColumnsExtension.xml +4 -4
- package/dist/templates/fragment.xml +3 -3
- package/dist/templates/view.xml +3 -3
- package/dist/types/src/apiTypes.d.ts +15 -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 +11 -6
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +12 -7
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +15 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/application.js +10 -0
- package/dist/types/src/v4/application.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/package.json +11 -11
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"type": "Property"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
"filterBar": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
46
|
+
"artifactType": "XMLProperty",
|
|
47
|
+
"metadata": {
|
|
48
|
+
"type": "Property"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
43
51
|
"header": {
|
|
44
52
|
"type": "string",
|
|
45
53
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -365,7 +373,8 @@
|
|
|
365
373
|
"path": [],
|
|
366
374
|
"type": "Aggregation",
|
|
367
375
|
"aggregationCardinality": "Single"
|
|
368
|
-
}
|
|
376
|
+
},
|
|
377
|
+
"description": "A set of options that can be configured."
|
|
369
378
|
},
|
|
370
379
|
"change": {
|
|
371
380
|
"type": "string",
|
|
@@ -460,7 +469,7 @@
|
|
|
460
469
|
"type": "object",
|
|
461
470
|
"properties": {
|
|
462
471
|
"number": {
|
|
463
|
-
"type": "
|
|
472
|
+
"type": "any",
|
|
464
473
|
"description": "The Number to be displayed.",
|
|
465
474
|
"artifactType": "XMLProperty",
|
|
466
475
|
"metadata": {
|
|
@@ -476,22 +485,15 @@
|
|
|
476
485
|
}
|
|
477
486
|
},
|
|
478
487
|
"status": {
|
|
479
|
-
"type": "
|
|
488
|
+
"type": "any",
|
|
480
489
|
"description": "The Status to be displayed.",
|
|
481
490
|
"artifactType": "XMLProperty",
|
|
482
491
|
"metadata": {
|
|
483
492
|
"type": "Property"
|
|
484
|
-
}
|
|
485
|
-
"enum": [
|
|
486
|
-
"Success",
|
|
487
|
-
"Error",
|
|
488
|
-
"Warning",
|
|
489
|
-
"None",
|
|
490
|
-
"Information"
|
|
491
|
-
]
|
|
493
|
+
}
|
|
492
494
|
},
|
|
493
495
|
"text": {
|
|
494
|
-
"type": "
|
|
496
|
+
"type": "any",
|
|
495
497
|
"description": "The Text to be displayed.",
|
|
496
498
|
"artifactType": "XMLProperty",
|
|
497
499
|
"metadata": {
|
|
@@ -500,7 +502,7 @@
|
|
|
500
502
|
"i18nClassification": "TXT: Text of the KPITag"
|
|
501
503
|
},
|
|
502
504
|
"tooltip": {
|
|
503
|
-
"type": "
|
|
505
|
+
"type": "any",
|
|
504
506
|
"description": "The Tooltip to be displayed.",
|
|
505
507
|
"artifactType": "XMLProperty",
|
|
506
508
|
"metadata": {
|
|
@@ -509,7 +511,7 @@
|
|
|
509
511
|
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
510
512
|
},
|
|
511
513
|
"unit": {
|
|
512
|
-
"type": "
|
|
514
|
+
"type": "any",
|
|
513
515
|
"description": "The Unit of Measure of the number to be displayed.",
|
|
514
516
|
"artifactType": "XMLProperty",
|
|
515
517
|
"metadata": {
|
|
@@ -646,13 +648,7 @@
|
|
|
646
648
|
"artifactType": "XMLProperty",
|
|
647
649
|
"metadata": {
|
|
648
650
|
"type": "Property"
|
|
649
|
-
}
|
|
650
|
-
"enum": [
|
|
651
|
-
"XS",
|
|
652
|
-
"S",
|
|
653
|
-
"M",
|
|
654
|
-
"L"
|
|
655
|
-
]
|
|
651
|
+
}
|
|
656
652
|
},
|
|
657
653
|
"id": {
|
|
658
654
|
"type": "string",
|
|
@@ -736,7 +732,7 @@
|
|
|
736
732
|
},
|
|
737
733
|
"description": {
|
|
738
734
|
"type": "string",
|
|
739
|
-
"description": "Provides additional details of the page. This property is considered only if the title property is defined.",
|
|
735
|
+
"description": "Provides additional details of the page. This property is considered only if the title property is defined.\nCan be a string or a binding info object.",
|
|
740
736
|
"artifactType": "XMLProperty",
|
|
741
737
|
"metadata": {
|
|
742
738
|
"type": "Property"
|
|
@@ -744,7 +740,7 @@
|
|
|
744
740
|
},
|
|
745
741
|
"title": {
|
|
746
742
|
"type": "string",
|
|
747
|
-
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.",
|
|
743
|
+
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.\nCan be a string or a binding info object.",
|
|
748
744
|
"artifactType": "XMLProperty",
|
|
749
745
|
"metadata": {
|
|
750
746
|
"type": "Property"
|
|
@@ -828,7 +824,7 @@
|
|
|
828
824
|
}
|
|
829
825
|
},
|
|
830
826
|
"required": {
|
|
831
|
-
"type": "
|
|
827
|
+
"type": "boolean",
|
|
832
828
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
833
829
|
"artifactType": "XMLProperty",
|
|
834
830
|
"metadata": {
|
|
@@ -836,7 +832,7 @@
|
|
|
836
832
|
}
|
|
837
833
|
},
|
|
838
834
|
"value": {
|
|
839
|
-
"type": "
|
|
835
|
+
"type": "string",
|
|
840
836
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
841
837
|
"artifactType": "XMLProperty",
|
|
842
838
|
"metadata": {
|
|
@@ -928,7 +924,7 @@
|
|
|
928
924
|
}
|
|
929
925
|
},
|
|
930
926
|
"required": {
|
|
931
|
-
"type": "
|
|
927
|
+
"type": "boolean",
|
|
932
928
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
933
929
|
"artifactType": "XMLProperty",
|
|
934
930
|
"metadata": {
|
|
@@ -936,7 +932,7 @@
|
|
|
936
932
|
}
|
|
937
933
|
},
|
|
938
934
|
"value": {
|
|
939
|
-
"type": "
|
|
935
|
+
"type": "string",
|
|
940
936
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
941
937
|
"artifactType": "XMLProperty",
|
|
942
938
|
"metadata": {
|
|
@@ -992,12 +988,13 @@
|
|
|
992
988
|
"additionalProperties": {
|
|
993
989
|
"$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
|
|
994
990
|
},
|
|
995
|
-
"isViewNode":
|
|
991
|
+
"isViewNode": false,
|
|
996
992
|
"metadata": {
|
|
997
993
|
"path": [],
|
|
998
994
|
"type": "Aggregation",
|
|
999
995
|
"aggregationCardinality": "Single"
|
|
1000
|
-
}
|
|
996
|
+
},
|
|
997
|
+
"description": "Supported Share options sap.fe.macros.share.ShareOptions."
|
|
1001
998
|
}
|
|
1002
999
|
},
|
|
1003
1000
|
"additionalProperties": false,
|
|
@@ -1096,6 +1093,14 @@
|
|
|
1096
1093
|
"isViewNode": true,
|
|
1097
1094
|
"type": "object",
|
|
1098
1095
|
"properties": {
|
|
1096
|
+
"for": {
|
|
1097
|
+
"$ref": "#/definitions/string[]",
|
|
1098
|
+
"description": "A list of control IDs to which the variant management is applied.",
|
|
1099
|
+
"artifactType": "XMLProperty",
|
|
1100
|
+
"metadata": {
|
|
1101
|
+
"type": "Property"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1099
1104
|
"headerLevel": {
|
|
1100
1105
|
"type": "string",
|
|
1101
1106
|
"description": "Header level for the variant management, determining its position or style.",
|
|
@@ -1184,6 +1189,14 @@
|
|
|
1184
1189
|
"type": "Property"
|
|
1185
1190
|
}
|
|
1186
1191
|
},
|
|
1192
|
+
"priority": {
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
1195
|
+
"artifactType": "XMLProperty",
|
|
1196
|
+
"metadata": {
|
|
1197
|
+
"type": "Property"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1187
1200
|
"requiresSelection": {
|
|
1188
1201
|
"type": "boolean",
|
|
1189
1202
|
"description": "Defines if the action requires a selection.",
|
|
@@ -1290,6 +1303,14 @@
|
|
|
1290
1303
|
"type": "Property"
|
|
1291
1304
|
}
|
|
1292
1305
|
},
|
|
1306
|
+
"priority": {
|
|
1307
|
+
"type": "string",
|
|
1308
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
1309
|
+
"artifactType": "XMLProperty",
|
|
1310
|
+
"metadata": {
|
|
1311
|
+
"type": "Property"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1293
1314
|
"requiresSelection": {
|
|
1294
1315
|
"type": "boolean",
|
|
1295
1316
|
"description": "Defines if the action requires a selection.",
|
|
@@ -1331,6 +1352,14 @@
|
|
|
1331
1352
|
"type": "Property"
|
|
1332
1353
|
}
|
|
1333
1354
|
},
|
|
1355
|
+
"filterBar": {
|
|
1356
|
+
"type": "string",
|
|
1357
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
1358
|
+
"artifactType": "XMLProperty",
|
|
1359
|
+
"metadata": {
|
|
1360
|
+
"type": "Property"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1334
1363
|
"header": {
|
|
1335
1364
|
"type": "string",
|
|
1336
1365
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -1599,7 +1628,8 @@
|
|
|
1599
1628
|
"path": [],
|
|
1600
1629
|
"type": "Aggregation",
|
|
1601
1630
|
"aggregationCardinality": "Single"
|
|
1602
|
-
}
|
|
1631
|
+
},
|
|
1632
|
+
"description": "A set of options that can be configured."
|
|
1603
1633
|
},
|
|
1604
1634
|
"change": {
|
|
1605
1635
|
"type": "string",
|
|
@@ -1672,10 +1702,7 @@
|
|
|
1672
1702
|
"metadata": {
|
|
1673
1703
|
"type": "Property"
|
|
1674
1704
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"RadioButtons",
|
|
1677
|
-
""
|
|
1678
|
-
]
|
|
1705
|
+
"const": "RadioButtons"
|
|
1679
1706
|
},
|
|
1680
1707
|
"measureDisplayMode": {
|
|
1681
1708
|
"type": "string",
|
|
@@ -1746,7 +1773,7 @@
|
|
|
1746
1773
|
]
|
|
1747
1774
|
},
|
|
1748
1775
|
"textLinesEdit": {
|
|
1749
|
-
"type": "
|
|
1776
|
+
"type": "any",
|
|
1750
1777
|
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
1751
1778
|
"artifactType": "XMLProperty",
|
|
1752
1779
|
"metadata": {
|
|
@@ -1754,7 +1781,7 @@
|
|
|
1754
1781
|
}
|
|
1755
1782
|
},
|
|
1756
1783
|
"textMaxCharactersDisplay": {
|
|
1757
|
-
"type": "
|
|
1784
|
+
"type": "any",
|
|
1758
1785
|
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
1759
1786
|
"artifactType": "XMLProperty",
|
|
1760
1787
|
"metadata": {
|
|
@@ -1762,7 +1789,7 @@
|
|
|
1762
1789
|
}
|
|
1763
1790
|
},
|
|
1764
1791
|
"textMaxLength": {
|
|
1765
|
-
"type": "
|
|
1792
|
+
"type": "any",
|
|
1766
1793
|
"description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
|
|
1767
1794
|
"artifactType": "XMLProperty",
|
|
1768
1795
|
"metadata": {
|
|
@@ -1770,7 +1797,7 @@
|
|
|
1770
1797
|
}
|
|
1771
1798
|
},
|
|
1772
1799
|
"textMaxLines": {
|
|
1773
|
-
"type": "
|
|
1800
|
+
"type": "any",
|
|
1774
1801
|
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
1775
1802
|
"artifactType": "XMLProperty",
|
|
1776
1803
|
"metadata": {
|
|
@@ -2125,12 +2152,25 @@
|
|
|
2125
2152
|
"metadata": {
|
|
2126
2153
|
"type": "Property"
|
|
2127
2154
|
}
|
|
2155
|
+
},
|
|
2156
|
+
"fields": {
|
|
2157
|
+
"type": "object",
|
|
2158
|
+
"additionalProperties": {
|
|
2159
|
+
"$ref": "#/definitions/sap.fe.macros.FormElement"
|
|
2160
|
+
},
|
|
2161
|
+
"isViewNode": true,
|
|
2162
|
+
"metadata": {
|
|
2163
|
+
"path": [],
|
|
2164
|
+
"type": "Aggregation",
|
|
2165
|
+
"aggregationCardinality": "Multiple"
|
|
2166
|
+
}
|
|
2128
2167
|
}
|
|
2129
2168
|
},
|
|
2130
2169
|
"additionalProperties": false,
|
|
2131
2170
|
"metadata": {
|
|
2132
2171
|
"path": [],
|
|
2133
|
-
"type": "Control"
|
|
2172
|
+
"type": "Control",
|
|
2173
|
+
"defaultAggregation": "fields"
|
|
2134
2174
|
}
|
|
2135
2175
|
},
|
|
2136
2176
|
"sap.fe.macros.microchart.MicroChart": {
|
|
@@ -2176,13 +2216,7 @@
|
|
|
2176
2216
|
"artifactType": "XMLProperty",
|
|
2177
2217
|
"metadata": {
|
|
2178
2218
|
"type": "Property"
|
|
2179
|
-
}
|
|
2180
|
-
"enum": [
|
|
2181
|
-
"XS",
|
|
2182
|
-
"S",
|
|
2183
|
-
"M",
|
|
2184
|
-
"L"
|
|
2185
|
-
]
|
|
2219
|
+
}
|
|
2186
2220
|
},
|
|
2187
2221
|
"id": {
|
|
2188
2222
|
"type": "string",
|
|
@@ -2676,6 +2710,14 @@
|
|
|
2676
2710
|
"type": "Property"
|
|
2677
2711
|
}
|
|
2678
2712
|
},
|
|
2713
|
+
"disableStrictHandling": {
|
|
2714
|
+
"type": "boolean",
|
|
2715
|
+
"description": "Disables strict handling for this action.\nWhen true, the action does not use strict message handling.",
|
|
2716
|
+
"artifactType": "XMLProperty",
|
|
2717
|
+
"metadata": {
|
|
2718
|
+
"type": "Property"
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2679
2721
|
"enableAutoScroll": {
|
|
2680
2722
|
"type": "boolean",
|
|
2681
2723
|
"description": "Determines if the auto scroll is enabled after executing the action.",
|
|
@@ -3099,7 +3141,8 @@
|
|
|
3099
3141
|
"path": [],
|
|
3100
3142
|
"type": "Aggregation",
|
|
3101
3143
|
"aggregationCardinality": "Single"
|
|
3102
|
-
}
|
|
3144
|
+
},
|
|
3145
|
+
"description": "Determines the export settings for the column."
|
|
3103
3146
|
}
|
|
3104
3147
|
},
|
|
3105
3148
|
"additionalProperties": false,
|
|
@@ -3154,12 +3197,13 @@
|
|
|
3154
3197
|
"additionalProperties": {
|
|
3155
3198
|
"$ref": "#/definitions/sap.ui.layout.form.FormContainer"
|
|
3156
3199
|
},
|
|
3157
|
-
"isViewNode":
|
|
3200
|
+
"isViewNode": false,
|
|
3158
3201
|
"metadata": {
|
|
3159
3202
|
"path": [],
|
|
3160
3203
|
"type": "Aggregation",
|
|
3161
3204
|
"aggregationCardinality": "Single"
|
|
3162
|
-
}
|
|
3205
|
+
},
|
|
3206
|
+
"description": "The custom form container that can be displayed at the top of the mass edit dialog"
|
|
3163
3207
|
}
|
|
3164
3208
|
},
|
|
3165
3209
|
"additionalProperties": false,
|
|
@@ -3609,7 +3653,8 @@
|
|
|
3609
3653
|
"path": [],
|
|
3610
3654
|
"type": "Aggregation",
|
|
3611
3655
|
"aggregationCardinality": "Single"
|
|
3612
|
-
}
|
|
3656
|
+
},
|
|
3657
|
+
"description": "A set of options that can be configured to control the aggregation behavior"
|
|
3613
3658
|
},
|
|
3614
3659
|
"columns": {
|
|
3615
3660
|
"type": "object",
|
|
@@ -3633,7 +3678,21 @@
|
|
|
3633
3678
|
"path": [],
|
|
3634
3679
|
"type": "Aggregation",
|
|
3635
3680
|
"aggregationCardinality": "Single"
|
|
3636
|
-
}
|
|
3681
|
+
},
|
|
3682
|
+
"description": "Aggregate mass edit of the table."
|
|
3683
|
+
},
|
|
3684
|
+
"quickVariantSelection": {
|
|
3685
|
+
"type": "object",
|
|
3686
|
+
"additionalProperties": {
|
|
3687
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
3688
|
+
},
|
|
3689
|
+
"isViewNode": false,
|
|
3690
|
+
"metadata": {
|
|
3691
|
+
"path": [],
|
|
3692
|
+
"type": "Aggregation",
|
|
3693
|
+
"aggregationCardinality": "Single"
|
|
3694
|
+
},
|
|
3695
|
+
"description": "Aggregate quickVariantSelection of the table."
|
|
3637
3696
|
},
|
|
3638
3697
|
"beforeRebindTable": {
|
|
3639
3698
|
"type": "string",
|
|
@@ -4030,7 +4089,8 @@
|
|
|
4030
4089
|
"path": [],
|
|
4031
4090
|
"type": "Aggregation",
|
|
4032
4091
|
"aggregationCardinality": "Single"
|
|
4033
|
-
}
|
|
4092
|
+
},
|
|
4093
|
+
"description": "A set of options that can be configured to control the aggregation behavior"
|
|
4034
4094
|
},
|
|
4035
4095
|
"columns": {
|
|
4036
4096
|
"type": "object",
|
|
@@ -4054,7 +4114,21 @@
|
|
|
4054
4114
|
"path": [],
|
|
4055
4115
|
"type": "Aggregation",
|
|
4056
4116
|
"aggregationCardinality": "Single"
|
|
4057
|
-
}
|
|
4117
|
+
},
|
|
4118
|
+
"description": "Aggregate mass edit of the table."
|
|
4119
|
+
},
|
|
4120
|
+
"quickVariantSelection": {
|
|
4121
|
+
"type": "object",
|
|
4122
|
+
"additionalProperties": {
|
|
4123
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
4124
|
+
},
|
|
4125
|
+
"isViewNode": false,
|
|
4126
|
+
"metadata": {
|
|
4127
|
+
"path": [],
|
|
4128
|
+
"type": "Aggregation",
|
|
4129
|
+
"aggregationCardinality": "Single"
|
|
4130
|
+
},
|
|
4131
|
+
"description": "Aggregate quickVariantSelection of the table."
|
|
4058
4132
|
},
|
|
4059
4133
|
"beforeRebindTable": {
|
|
4060
4134
|
"type": "string",
|
|
@@ -4553,7 +4627,8 @@
|
|
|
4553
4627
|
"path": [],
|
|
4554
4628
|
"type": "Aggregation",
|
|
4555
4629
|
"aggregationCardinality": "Single"
|
|
4556
|
-
}
|
|
4630
|
+
},
|
|
4631
|
+
"description": "A set of options that can be configured to control the aggregation behavior"
|
|
4557
4632
|
},
|
|
4558
4633
|
"columns": {
|
|
4559
4634
|
"type": "object",
|
|
@@ -4577,7 +4652,21 @@
|
|
|
4577
4652
|
"path": [],
|
|
4578
4653
|
"type": "Aggregation",
|
|
4579
4654
|
"aggregationCardinality": "Single"
|
|
4580
|
-
}
|
|
4655
|
+
},
|
|
4656
|
+
"description": "Aggregate mass edit of the table."
|
|
4657
|
+
},
|
|
4658
|
+
"quickVariantSelection": {
|
|
4659
|
+
"type": "object",
|
|
4660
|
+
"additionalProperties": {
|
|
4661
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
4662
|
+
},
|
|
4663
|
+
"isViewNode": false,
|
|
4664
|
+
"metadata": {
|
|
4665
|
+
"path": [],
|
|
4666
|
+
"type": "Aggregation",
|
|
4667
|
+
"aggregationCardinality": "Single"
|
|
4668
|
+
},
|
|
4669
|
+
"description": "Aggregate quickVariantSelection of the table."
|
|
4581
4670
|
},
|
|
4582
4671
|
"beforeRebindTable": {
|
|
4583
4672
|
"type": "string",
|
|
@@ -5009,7 +5098,8 @@
|
|
|
5009
5098
|
"path": [],
|
|
5010
5099
|
"type": "Aggregation",
|
|
5011
5100
|
"aggregationCardinality": "Single"
|
|
5012
|
-
}
|
|
5101
|
+
},
|
|
5102
|
+
"description": "A set of options that can be configured to control the aggregation behavior"
|
|
5013
5103
|
},
|
|
5014
5104
|
"columns": {
|
|
5015
5105
|
"type": "object",
|
|
@@ -5033,7 +5123,21 @@
|
|
|
5033
5123
|
"path": [],
|
|
5034
5124
|
"type": "Aggregation",
|
|
5035
5125
|
"aggregationCardinality": "Single"
|
|
5036
|
-
}
|
|
5126
|
+
},
|
|
5127
|
+
"description": "Aggregate mass edit of the table."
|
|
5128
|
+
},
|
|
5129
|
+
"quickVariantSelection": {
|
|
5130
|
+
"type": "object",
|
|
5131
|
+
"additionalProperties": {
|
|
5132
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
5133
|
+
},
|
|
5134
|
+
"isViewNode": false,
|
|
5135
|
+
"metadata": {
|
|
5136
|
+
"path": [],
|
|
5137
|
+
"type": "Aggregation",
|
|
5138
|
+
"aggregationCardinality": "Single"
|
|
5139
|
+
},
|
|
5140
|
+
"description": "Aggregate quickVariantSelection of the table."
|
|
5037
5141
|
},
|
|
5038
5142
|
"beforeRebindTable": {
|
|
5039
5143
|
"type": "string",
|