@sap/ux-specification 1.139.4 → 1.139.6
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 +66 -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 +251 -254
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +46 -12
- package/dist/schemas/v2/ListReportNewConfig.json +136 -0
- package/dist/schemas/v2/ObjectPageConfig.json +11 -5
- package/dist/schemas/v4/ApplicationV4.json +61 -28
- package/dist/schemas/v4/BuildingBlocksConfig.json +163 -640
- package/dist/schemas/v4/ListReportConfig.json +248 -9
- package/dist/schemas/v4/ObjectPageConfig.json +269 -3
- package/dist/specification/package.json +16 -16
- package/dist/specification/scripts/macros/schema.d.ts +7 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +61 -14
- 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 +64 -9
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +1 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.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/dist_tag.json +9 -5
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +10 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +63 -7
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +11 -4
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +32 -20
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +9 -2
- package/dist/specification/src/sync/common/rules.d.ts +1 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +38 -13
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +64 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +149 -15
- 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 +6 -12
- 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/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/manifestPropertyUtils.d.ts +1 -2
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.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 +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
- 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 +55 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +152 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +3 -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 +3 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.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 +32 -13
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +23 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +67 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +4 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +51 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- 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 +3 -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 +17 -2
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +3 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +6 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +27 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +37 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.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 +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +36 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +3 -0
- 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 -23
- 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/ToolBarAction.d.ts +14 -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 +75 -9
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
- package/dist/specification/src/sync/v4/export/fpmCustomPage.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/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 +392 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +107 -2
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +176 -91
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +64 -8
- package/dist/specification/src/sync/v4/generate/objectPage.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 +16 -4
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +100 -26
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +114 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +8 -0
- 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 +13 -6
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Action.d.ts +16 -0
- package/dist/types/src/v4/controls/Action.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Action.js +11 -0
- package/dist/types/src/v4/controls/Action.js.map +1 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts +2 -1
- 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/ObjectPageFooter.d.ts +2 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +6 -3
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -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/ObjectPageTable.d.ts +7 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +10 -7
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +14 -1
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +32 -10
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.js.map +1 -1
- package/dist/types/src/v4/controls/index.d.ts +1 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.js +1 -0
- package/dist/types/src/v4/controls/index.js.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 +16 -16
|
@@ -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",
|
|
@@ -103,17 +111,6 @@
|
|
|
103
111
|
"type": "Property"
|
|
104
112
|
}
|
|
105
113
|
},
|
|
106
|
-
"actionOverflowGroups": {
|
|
107
|
-
"type": "object",
|
|
108
|
-
"additionalProperties": {
|
|
109
|
-
"$ref": "#/definitions/sap.fe.macros.chart.OverflowGroup"
|
|
110
|
-
},
|
|
111
|
-
"isViewNode": true,
|
|
112
|
-
"metadata": {
|
|
113
|
-
"path": [],
|
|
114
|
-
"type": "Aggregation"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
114
|
"actions": {
|
|
118
115
|
"type": "object",
|
|
119
116
|
"additionalProperties": {
|
|
@@ -140,66 +137,6 @@
|
|
|
140
137
|
"type": "Control"
|
|
141
138
|
}
|
|
142
139
|
},
|
|
143
|
-
"sap.fe.macros.CollaborativeDraftHandler": {
|
|
144
|
-
"description": "A BuildingBlock to watch the lock status of a property and to react on changes.",
|
|
145
|
-
"isViewNode": true,
|
|
146
|
-
"type": "object",
|
|
147
|
-
"properties": {
|
|
148
|
-
"contextPath": {
|
|
149
|
-
"type": "string",
|
|
150
|
-
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework, and can be overwritten.",
|
|
151
|
-
"artifactType": "XMLProperty",
|
|
152
|
-
"metadata": {
|
|
153
|
-
"type": "Property"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"metaPath": {
|
|
157
|
-
"type": "string",
|
|
158
|
-
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
159
|
-
"artifactType": "XMLProperty",
|
|
160
|
-
"metadata": {
|
|
161
|
-
"type": "Property"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
"showAvatar": {
|
|
165
|
-
"type": "boolean",
|
|
166
|
-
"description": "If set to true, the standard Avatar control is displayed to indicate the lock status.\nIf set to false, nothing is displayed.",
|
|
167
|
-
"artifactType": "XMLProperty",
|
|
168
|
-
"metadata": {
|
|
169
|
-
"type": "Property"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"id": {
|
|
173
|
-
"type": "string",
|
|
174
|
-
"description": "Unique id of control",
|
|
175
|
-
"artifactType": "XMLProperty",
|
|
176
|
-
"metadata": {
|
|
177
|
-
"type": "Property"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"avatarPress": {
|
|
181
|
-
"type": "string",
|
|
182
|
-
"description": "Event fired when the user clicks on the avatar.\nParameters:\n- lockingUserID: The ID of the user locking the property\n- lockingUserName: The name of the user locking the property\n- lockingUserInitials: The initials of the user locking the property\n- lockingUserColor: The color associated to the user locking the property\n",
|
|
183
|
-
"artifactType": "XMLProperty",
|
|
184
|
-
"metadata": {
|
|
185
|
-
"type": "Event"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"lockChange": {
|
|
189
|
-
"type": "string",
|
|
190
|
-
"description": "Event fired when the lock status changes.\nParameters:\n- isLocked : True if the property is locked, false otherwise\n- lockingUserID: The ID of the user locking the property (undefined if not locked)\n- lockingUserName: The name of the user locking the property (undefined if not locked)\n- lockingUserInitials: The initials of the user locking the property (undefined if not locked)\n- lockingUserColor: The color associated to the user locking the property (undefined if not locked)\n",
|
|
191
|
-
"artifactType": "XMLProperty",
|
|
192
|
-
"metadata": {
|
|
193
|
-
"type": "Event"
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"additionalProperties": false,
|
|
198
|
-
"metadata": {
|
|
199
|
-
"path": [],
|
|
200
|
-
"type": "Control"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
140
|
"sap.fe.macros.CollectionBindingInfo": {
|
|
204
141
|
"description": "API to add parameters to the collection binding info.",
|
|
205
142
|
"isViewNode": true,
|
|
@@ -220,79 +157,6 @@
|
|
|
220
157
|
"type": "Control"
|
|
221
158
|
}
|
|
222
159
|
},
|
|
223
|
-
"sap.fe.macros.ConditionalSwitch": {
|
|
224
|
-
"description": "Defines a conditional template that renders content based on the evaluation of a set of switchProperties.\nThe switchProperties are defined using the sap.fe.macros.ConditionalSwitchProperty building block.",
|
|
225
|
-
"isViewNode": true,
|
|
226
|
-
"type": "object",
|
|
227
|
-
"properties": {
|
|
228
|
-
"factory": {
|
|
229
|
-
"$ref": "#/definitions/function",
|
|
230
|
-
"description": "factory",
|
|
231
|
-
"artifactType": "XMLProperty",
|
|
232
|
-
"isViewNode": true,
|
|
233
|
-
"metadata": {
|
|
234
|
-
"type": "Property"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"id": {
|
|
238
|
-
"type": "string",
|
|
239
|
-
"description": "Unique id of control",
|
|
240
|
-
"artifactType": "XMLProperty",
|
|
241
|
-
"metadata": {
|
|
242
|
-
"type": "Property"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"additionalProperties": false,
|
|
247
|
-
"metadata": {
|
|
248
|
-
"path": [],
|
|
249
|
-
"type": "Control"
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
"sap.fe.macros.ConditionalSwitchProperty": {
|
|
253
|
-
"description": "Defines a property with a key and a value that can be used in conditional templates.\nWhen the value is changed, a `valueChanged` event is fired.",
|
|
254
|
-
"isViewNode": true,
|
|
255
|
-
"type": "object",
|
|
256
|
-
"properties": {
|
|
257
|
-
"key": {
|
|
258
|
-
"type": "string",
|
|
259
|
-
"description": "The key of the property.",
|
|
260
|
-
"artifactType": "XMLProperty",
|
|
261
|
-
"metadata": {
|
|
262
|
-
"type": "Property"
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"value": {
|
|
266
|
-
"type": "any",
|
|
267
|
-
"description": "The value of the property.",
|
|
268
|
-
"artifactType": "XMLProperty",
|
|
269
|
-
"metadata": {
|
|
270
|
-
"type": "Property"
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"id": {
|
|
274
|
-
"type": "string",
|
|
275
|
-
"description": "Unique id of control",
|
|
276
|
-
"artifactType": "XMLProperty",
|
|
277
|
-
"metadata": {
|
|
278
|
-
"type": "Property"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"valueChanged": {
|
|
282
|
-
"type": "string",
|
|
283
|
-
"description": "Event fired when the value of the property is changed.\nThis is used internally by the `ConditionalTemplate` control to react to changes in the property value.",
|
|
284
|
-
"artifactType": "XMLProperty",
|
|
285
|
-
"metadata": {
|
|
286
|
-
"type": "Event"
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
"additionalProperties": false,
|
|
291
|
-
"metadata": {
|
|
292
|
-
"path": [],
|
|
293
|
-
"type": "Control"
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
160
|
"sap.fe.macros.Field": {
|
|
297
161
|
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\nOverview of Building Blocks\n",
|
|
298
162
|
"isViewNode": true,
|
|
@@ -359,7 +223,7 @@
|
|
|
359
223
|
"additionalProperties": {
|
|
360
224
|
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
361
225
|
},
|
|
362
|
-
"isViewNode":
|
|
226
|
+
"isViewNode": false,
|
|
363
227
|
"metadata": {
|
|
364
228
|
"path": [],
|
|
365
229
|
"type": "Aggregation"
|
|
@@ -438,7 +302,7 @@
|
|
|
438
302
|
"additionalProperties": {
|
|
439
303
|
"$ref": "#/definitions/sap.ui.core.Control"
|
|
440
304
|
},
|
|
441
|
-
"isViewNode":
|
|
305
|
+
"isViewNode": false,
|
|
442
306
|
"metadata": {
|
|
443
307
|
"path": [],
|
|
444
308
|
"type": "Aggregation"
|
|
@@ -457,7 +321,7 @@
|
|
|
457
321
|
"type": "object",
|
|
458
322
|
"properties": {
|
|
459
323
|
"number": {
|
|
460
|
-
"type": "
|
|
324
|
+
"type": "any",
|
|
461
325
|
"description": "The Number to be displayed.",
|
|
462
326
|
"artifactType": "XMLProperty",
|
|
463
327
|
"metadata": {
|
|
@@ -473,22 +337,15 @@
|
|
|
473
337
|
}
|
|
474
338
|
},
|
|
475
339
|
"status": {
|
|
476
|
-
"type": "
|
|
340
|
+
"type": "any",
|
|
477
341
|
"description": "The Status to be displayed.",
|
|
478
342
|
"artifactType": "XMLProperty",
|
|
479
343
|
"metadata": {
|
|
480
344
|
"type": "Property"
|
|
481
|
-
}
|
|
482
|
-
"enum": [
|
|
483
|
-
"Success",
|
|
484
|
-
"Error",
|
|
485
|
-
"Warning",
|
|
486
|
-
"None",
|
|
487
|
-
"Information"
|
|
488
|
-
]
|
|
345
|
+
}
|
|
489
346
|
},
|
|
490
347
|
"text": {
|
|
491
|
-
"type": "
|
|
348
|
+
"type": "any",
|
|
492
349
|
"description": "The Text to be displayed.",
|
|
493
350
|
"artifactType": "XMLProperty",
|
|
494
351
|
"metadata": {
|
|
@@ -497,7 +354,7 @@
|
|
|
497
354
|
"i18nClassification": "TXT: Text of the KPITag"
|
|
498
355
|
},
|
|
499
356
|
"tooltip": {
|
|
500
|
-
"type": "
|
|
357
|
+
"type": "any",
|
|
501
358
|
"description": "The Tooltip to be displayed.",
|
|
502
359
|
"artifactType": "XMLProperty",
|
|
503
360
|
"metadata": {
|
|
@@ -506,7 +363,7 @@
|
|
|
506
363
|
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
507
364
|
},
|
|
508
365
|
"unit": {
|
|
509
|
-
"type": "
|
|
366
|
+
"type": "any",
|
|
510
367
|
"description": "The Unit of Measure of the number to be displayed.",
|
|
511
368
|
"artifactType": "XMLProperty",
|
|
512
369
|
"metadata": {
|
|
@@ -643,13 +500,7 @@
|
|
|
643
500
|
"artifactType": "XMLProperty",
|
|
644
501
|
"metadata": {
|
|
645
502
|
"type": "Property"
|
|
646
|
-
}
|
|
647
|
-
"enum": [
|
|
648
|
-
"XS",
|
|
649
|
-
"S",
|
|
650
|
-
"M",
|
|
651
|
-
"L"
|
|
652
|
-
]
|
|
503
|
+
}
|
|
653
504
|
},
|
|
654
505
|
"id": {
|
|
655
506
|
"type": "string",
|
|
@@ -719,13 +570,13 @@
|
|
|
719
570
|
}
|
|
720
571
|
},
|
|
721
572
|
"sap.fe.macros.Page": {
|
|
722
|
-
"description": "
|
|
573
|
+
"description": "Provides a Page building block that can be used to create a page with a title and content\nBy default, the page comes with an ObjectTitle",
|
|
723
574
|
"isViewNode": true,
|
|
724
575
|
"type": "object",
|
|
725
576
|
"properties": {
|
|
726
577
|
"avatarSrc": {
|
|
727
578
|
"type": "string",
|
|
728
|
-
"description": "
|
|
579
|
+
"description": "Avatar source of the page. It is considered only if the title property is specified.",
|
|
729
580
|
"artifactType": "XMLProperty",
|
|
730
581
|
"metadata": {
|
|
731
582
|
"type": "Property"
|
|
@@ -733,7 +584,7 @@
|
|
|
733
584
|
},
|
|
734
585
|
"description": {
|
|
735
586
|
"type": "string",
|
|
736
|
-
"description": "
|
|
587
|
+
"description": "Description of the page. It is considered only if the title property is specified.",
|
|
737
588
|
"artifactType": "XMLProperty",
|
|
738
589
|
"metadata": {
|
|
739
590
|
"type": "Property"
|
|
@@ -741,7 +592,7 @@
|
|
|
741
592
|
},
|
|
742
593
|
"title": {
|
|
743
594
|
"type": "string",
|
|
744
|
-
"description": "Title of the page
|
|
595
|
+
"description": "Title of the page\nIf title is not given, then we will add a title, avatar and description based on the unqualified HeaderInfo associated to the entity",
|
|
745
596
|
"artifactType": "XMLProperty",
|
|
746
597
|
"metadata": {
|
|
747
598
|
"type": "Property"
|
|
@@ -863,7 +714,7 @@
|
|
|
863
714
|
"additionalProperties": {
|
|
864
715
|
"$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
|
|
865
716
|
},
|
|
866
|
-
"isViewNode":
|
|
717
|
+
"isViewNode": false,
|
|
867
718
|
"metadata": {
|
|
868
719
|
"path": [],
|
|
869
720
|
"type": "Aggregation"
|
|
@@ -897,26 +748,6 @@
|
|
|
897
748
|
"type": "Property"
|
|
898
749
|
}
|
|
899
750
|
},
|
|
900
|
-
"id": {
|
|
901
|
-
"type": "string",
|
|
902
|
-
"description": "Unique id of control",
|
|
903
|
-
"artifactType": "XMLProperty",
|
|
904
|
-
"metadata": {
|
|
905
|
-
"type": "Property"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
"additionalProperties": false,
|
|
910
|
-
"metadata": {
|
|
911
|
-
"path": [],
|
|
912
|
-
"type": "Control"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"sap.fe.macros.Share": {
|
|
916
|
-
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
917
|
-
"isViewNode": true,
|
|
918
|
-
"type": "object",
|
|
919
|
-
"properties": {
|
|
920
751
|
"id": {
|
|
921
752
|
"type": "string",
|
|
922
753
|
"description": "Unique id of control",
|
|
@@ -925,86 +756,72 @@
|
|
|
925
756
|
"type": "Property"
|
|
926
757
|
}
|
|
927
758
|
},
|
|
928
|
-
"
|
|
929
|
-
"type": "
|
|
930
|
-
"
|
|
931
|
-
"$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
|
|
932
|
-
},
|
|
933
|
-
"isViewNode": true,
|
|
934
|
-
"metadata": {
|
|
935
|
-
"path": [],
|
|
936
|
-
"type": "Aggregation"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
"additionalProperties": false,
|
|
941
|
-
"metadata": {
|
|
942
|
-
"path": [],
|
|
943
|
-
"type": "Control",
|
|
944
|
-
"defaultAggregation": "shareOptions"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"sap.fe.macros.Status": {
|
|
948
|
-
"description": "Building block to display a status and criticality.",
|
|
949
|
-
"isViewNode": true,
|
|
950
|
-
"type": "object",
|
|
951
|
-
"properties": {
|
|
952
|
-
"colorPalette": {
|
|
953
|
-
"type": "string",
|
|
954
|
-
"description": "Color palette to be used by the control. The supported values are \"Standard\" (default) and \"Pastel\".",
|
|
955
|
-
"artifactType": "XMLProperty",
|
|
956
|
-
"metadata": {
|
|
957
|
-
"type": "Property"
|
|
958
|
-
},
|
|
959
|
-
"enum": [
|
|
960
|
-
"Standard",
|
|
961
|
-
"Pastel"
|
|
962
|
-
]
|
|
963
|
-
},
|
|
964
|
-
"contextPath": {
|
|
965
|
-
"type": "string",
|
|
966
|
-
"description": "Context path for the binding context.",
|
|
759
|
+
"excludeDefaultPlugins": {
|
|
760
|
+
"type": "boolean",
|
|
761
|
+
"description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
|
|
967
762
|
"artifactType": "XMLProperty",
|
|
968
763
|
"metadata": {
|
|
969
764
|
"type": "Property"
|
|
970
765
|
}
|
|
971
766
|
},
|
|
972
|
-
"
|
|
767
|
+
"readOnly": {
|
|
973
768
|
"type": "boolean",
|
|
974
|
-
"description": "
|
|
769
|
+
"description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
|
|
975
770
|
"artifactType": "XMLProperty",
|
|
976
771
|
"metadata": {
|
|
977
772
|
"type": "Property"
|
|
978
773
|
}
|
|
979
774
|
},
|
|
980
|
-
"
|
|
981
|
-
"type": "
|
|
982
|
-
"description": "
|
|
775
|
+
"required": {
|
|
776
|
+
"type": "any",
|
|
777
|
+
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
983
778
|
"artifactType": "XMLProperty",
|
|
984
779
|
"metadata": {
|
|
985
780
|
"type": "Property"
|
|
986
781
|
}
|
|
987
782
|
},
|
|
988
|
-
"
|
|
989
|
-
"type": "
|
|
990
|
-
"description": "
|
|
783
|
+
"value": {
|
|
784
|
+
"type": "any",
|
|
785
|
+
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
991
786
|
"artifactType": "XMLProperty",
|
|
992
787
|
"metadata": {
|
|
993
788
|
"type": "Property"
|
|
994
789
|
}
|
|
995
790
|
},
|
|
996
|
-
"
|
|
997
|
-
"type": "
|
|
998
|
-
"
|
|
999
|
-
|
|
1000
|
-
"metadata": {
|
|
1001
|
-
"type": "Property"
|
|
791
|
+
"buttonGroups": {
|
|
792
|
+
"type": "object",
|
|
793
|
+
"additionalProperties": {
|
|
794
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
|
|
1002
795
|
},
|
|
1003
|
-
"
|
|
1004
|
-
|
|
1005
|
-
"
|
|
1006
|
-
|
|
796
|
+
"isViewNode": true,
|
|
797
|
+
"metadata": {
|
|
798
|
+
"path": [],
|
|
799
|
+
"type": "Aggregation"
|
|
800
|
+
}
|
|
1007
801
|
},
|
|
802
|
+
"plugins": {
|
|
803
|
+
"type": "object",
|
|
804
|
+
"additionalProperties": {
|
|
805
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
|
|
806
|
+
},
|
|
807
|
+
"isViewNode": false,
|
|
808
|
+
"metadata": {
|
|
809
|
+
"path": [],
|
|
810
|
+
"type": "Aggregation"
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"additionalProperties": false,
|
|
815
|
+
"metadata": {
|
|
816
|
+
"path": [],
|
|
817
|
+
"type": "Control"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"sap.fe.macros.Share": {
|
|
821
|
+
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
822
|
+
"isViewNode": true,
|
|
823
|
+
"type": "object",
|
|
824
|
+
"properties": {
|
|
1008
825
|
"id": {
|
|
1009
826
|
"type": "string",
|
|
1010
827
|
"description": "Unique id of control",
|
|
@@ -1013,12 +830,15 @@
|
|
|
1013
830
|
"type": "Property"
|
|
1014
831
|
}
|
|
1015
832
|
},
|
|
1016
|
-
"
|
|
1017
|
-
"type": "
|
|
1018
|
-
"
|
|
1019
|
-
|
|
833
|
+
"shareOptions": {
|
|
834
|
+
"type": "object",
|
|
835
|
+
"additionalProperties": {
|
|
836
|
+
"$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
|
|
837
|
+
},
|
|
838
|
+
"isViewNode": false,
|
|
1020
839
|
"metadata": {
|
|
1021
|
-
"
|
|
840
|
+
"path": [],
|
|
841
|
+
"type": "Aggregation"
|
|
1022
842
|
}
|
|
1023
843
|
}
|
|
1024
844
|
},
|
|
@@ -1033,6 +853,14 @@
|
|
|
1033
853
|
"isViewNode": true,
|
|
1034
854
|
"type": "object",
|
|
1035
855
|
"properties": {
|
|
856
|
+
"for": {
|
|
857
|
+
"$ref": "#/definitions/string[]",
|
|
858
|
+
"description": "A list of control IDs to which the variant management is applied.",
|
|
859
|
+
"artifactType": "XMLProperty",
|
|
860
|
+
"metadata": {
|
|
861
|
+
"type": "Property"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
1036
864
|
"headerLevel": {
|
|
1037
865
|
"type": "string",
|
|
1038
866
|
"description": "Header level for the variant management, determining its position or style.",
|
|
@@ -1093,14 +921,6 @@
|
|
|
1093
921
|
"type": "Property"
|
|
1094
922
|
}
|
|
1095
923
|
},
|
|
1096
|
-
"overflowGroup": {
|
|
1097
|
-
"type": "number",
|
|
1098
|
-
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
1099
|
-
"artifactType": "XMLProperty",
|
|
1100
|
-
"metadata": {
|
|
1101
|
-
"type": "Property"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
924
|
"placement": {
|
|
1105
925
|
"type": "string",
|
|
1106
926
|
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -1174,14 +994,6 @@
|
|
|
1174
994
|
"type": "Property"
|
|
1175
995
|
}
|
|
1176
996
|
},
|
|
1177
|
-
"overflowGroup": {
|
|
1178
|
-
"type": "number",
|
|
1179
|
-
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
1180
|
-
"artifactType": "XMLProperty",
|
|
1181
|
-
"metadata": {
|
|
1182
|
-
"type": "Property"
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
997
|
"placement": {
|
|
1186
998
|
"type": "string",
|
|
1187
999
|
"description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -1211,6 +1023,30 @@
|
|
|
1211
1023
|
"type": "Property"
|
|
1212
1024
|
}
|
|
1213
1025
|
},
|
|
1026
|
+
"enabled": {
|
|
1027
|
+
"type": "boolean",
|
|
1028
|
+
"description": "Enables or disables the action",
|
|
1029
|
+
"artifactType": "XMLProperty",
|
|
1030
|
+
"metadata": {
|
|
1031
|
+
"type": "Property"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"press": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
1037
|
+
"artifactType": "XMLProperty",
|
|
1038
|
+
"metadata": {
|
|
1039
|
+
"type": "Property"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
"requiresSelection": {
|
|
1043
|
+
"type": "boolean",
|
|
1044
|
+
"description": "Defines if the action requires a selection.",
|
|
1045
|
+
"artifactType": "XMLProperty",
|
|
1046
|
+
"metadata": {
|
|
1047
|
+
"type": "Property"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1214
1050
|
"actions": {
|
|
1215
1051
|
"type": "object",
|
|
1216
1052
|
"additionalProperties": {
|
|
@@ -1226,8 +1062,7 @@
|
|
|
1226
1062
|
"additionalProperties": false,
|
|
1227
1063
|
"metadata": {
|
|
1228
1064
|
"path": [],
|
|
1229
|
-
"type": "Control"
|
|
1230
|
-
"defaultAggregation": "actions"
|
|
1065
|
+
"type": "Control"
|
|
1231
1066
|
}
|
|
1232
1067
|
},
|
|
1233
1068
|
"sap.fe.macros.chart.Chart": {
|
|
@@ -1243,6 +1078,14 @@
|
|
|
1243
1078
|
"type": "Property"
|
|
1244
1079
|
}
|
|
1245
1080
|
},
|
|
1081
|
+
"filterBar": {
|
|
1082
|
+
"type": "string",
|
|
1083
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
1084
|
+
"artifactType": "XMLProperty",
|
|
1085
|
+
"metadata": {
|
|
1086
|
+
"type": "Property"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1246
1089
|
"header": {
|
|
1247
1090
|
"type": "string",
|
|
1248
1091
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -1305,70 +1148,23 @@
|
|
|
1305
1148
|
"type": "Property"
|
|
1306
1149
|
}
|
|
1307
1150
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"type": "object",
|
|
1310
|
-
"additionalProperties": {
|
|
1311
|
-
"$ref": "#/definitions/sap.fe.macros.chart.
|
|
1312
|
-
},
|
|
1313
|
-
"isViewNode": true,
|
|
1314
|
-
"metadata": {
|
|
1315
|
-
"path": [],
|
|
1316
|
-
"type": "Aggregation"
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
"actions": {
|
|
1320
|
-
"type": "object",
|
|
1321
|
-
"additionalProperties": {
|
|
1322
|
-
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
1323
|
-
},
|
|
1324
|
-
"isViewNode": true,
|
|
1325
|
-
"metadata": {
|
|
1326
|
-
"path": [],
|
|
1327
|
-
"type": "Aggregation"
|
|
1328
|
-
}
|
|
1329
|
-
},
|
|
1330
|
-
"selectionChange": {
|
|
1331
|
-
"type": "string",
|
|
1332
|
-
"description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
|
|
1333
|
-
"artifactType": "XMLProperty",
|
|
1334
|
-
"metadata": {
|
|
1335
|
-
"type": "Event"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
"additionalProperties": false,
|
|
1340
|
-
"metadata": {
|
|
1341
|
-
"path": [],
|
|
1342
|
-
"type": "Control"
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
|
-
"sap.fe.macros.chart.OverflowGroup": {
|
|
1346
|
-
"description": "Definition of an overflow group to be used in the chart toolbar",
|
|
1347
|
-
"isViewNode": true,
|
|
1348
|
-
"type": "object",
|
|
1349
|
-
"properties": {
|
|
1350
|
-
"overflowGroup": {
|
|
1351
|
-
"type": "number",
|
|
1352
|
-
"description": "Defines the group of the toolbar separator in the overflow toolbar.",
|
|
1353
|
-
"artifactType": "XMLProperty",
|
|
1354
|
-
"metadata": {
|
|
1355
|
-
"type": "Property"
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
"showSeparator": {
|
|
1359
|
-
"type": "boolean",
|
|
1360
|
-
"description": "Defines if a toolbar separator should be displayed.",
|
|
1361
|
-
"artifactType": "XMLProperty",
|
|
1151
|
+
"actions": {
|
|
1152
|
+
"type": "object",
|
|
1153
|
+
"additionalProperties": {
|
|
1154
|
+
"$ref": "#/definitions/sap.fe.macros.chart.Action"
|
|
1155
|
+
},
|
|
1156
|
+
"isViewNode": true,
|
|
1362
1157
|
"metadata": {
|
|
1363
|
-
"
|
|
1158
|
+
"path": [],
|
|
1159
|
+
"type": "Aggregation"
|
|
1364
1160
|
}
|
|
1365
1161
|
},
|
|
1366
|
-
"
|
|
1162
|
+
"selectionChange": {
|
|
1367
1163
|
"type": "string",
|
|
1368
|
-
"description": "
|
|
1164
|
+
"description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
|
|
1369
1165
|
"artifactType": "XMLProperty",
|
|
1370
1166
|
"metadata": {
|
|
1371
|
-
"type": "
|
|
1167
|
+
"type": "Event"
|
|
1372
1168
|
}
|
|
1373
1169
|
}
|
|
1374
1170
|
},
|
|
@@ -1504,7 +1300,7 @@
|
|
|
1504
1300
|
"additionalProperties": {
|
|
1505
1301
|
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
1506
1302
|
},
|
|
1507
|
-
"isViewNode":
|
|
1303
|
+
"isViewNode": false,
|
|
1508
1304
|
"metadata": {
|
|
1509
1305
|
"path": [],
|
|
1510
1306
|
"type": "Aggregation"
|
|
@@ -1535,7 +1331,7 @@
|
|
|
1535
1331
|
},
|
|
1536
1332
|
"sap.fe.macros.field.FieldFormatOptions": {
|
|
1537
1333
|
"description": "Additional format options for the field.",
|
|
1538
|
-
"isViewNode":
|
|
1334
|
+
"isViewNode": false,
|
|
1539
1335
|
"type": "object",
|
|
1540
1336
|
"properties": {
|
|
1541
1337
|
"dateTimePattern": {
|
|
@@ -1581,10 +1377,7 @@
|
|
|
1581
1377
|
"metadata": {
|
|
1582
1378
|
"type": "Property"
|
|
1583
1379
|
},
|
|
1584
|
-
"
|
|
1585
|
-
"RadioButtons",
|
|
1586
|
-
""
|
|
1587
|
-
]
|
|
1380
|
+
"const": "RadioButtons"
|
|
1588
1381
|
},
|
|
1589
1382
|
"measureDisplayMode": {
|
|
1590
1383
|
"type": "string",
|
|
@@ -1994,16 +1787,7 @@
|
|
|
1994
1787
|
"properties": {
|
|
1995
1788
|
"contextPath": {
|
|
1996
1789
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1997
|
-
"description": "
|
|
1998
|
-
"artifactType": "XMLProperty",
|
|
1999
|
-
"isViewNode": true,
|
|
2000
|
-
"metadata": {
|
|
2001
|
-
"type": "Property"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
"layout": {
|
|
2005
|
-
"type": "object",
|
|
2006
|
-
"description": "Defines the layout to be used within the form.\nIt defaults to the ColumnLayout, but you can also use a ResponsiveGridLayout.\nAll the properties of the ResponsiveGridLayout can be added to the configuration.",
|
|
1790
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
2007
1791
|
"artifactType": "XMLProperty",
|
|
2008
1792
|
"metadata": {
|
|
2009
1793
|
"type": "Property"
|
|
@@ -2011,9 +1795,8 @@
|
|
|
2011
1795
|
},
|
|
2012
1796
|
"metaPath": {
|
|
2013
1797
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
2014
|
-
"description": "
|
|
1798
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
2015
1799
|
"artifactType": "XMLProperty",
|
|
2016
|
-
"isViewNode": true,
|
|
2017
1800
|
"metadata": {
|
|
2018
1801
|
"type": "Property"
|
|
2019
1802
|
}
|
|
@@ -2085,13 +1868,7 @@
|
|
|
2085
1868
|
"artifactType": "XMLProperty",
|
|
2086
1869
|
"metadata": {
|
|
2087
1870
|
"type": "Property"
|
|
2088
|
-
}
|
|
2089
|
-
"enum": [
|
|
2090
|
-
"XS",
|
|
2091
|
-
"S",
|
|
2092
|
-
"M",
|
|
2093
|
-
"L"
|
|
2094
|
-
]
|
|
1871
|
+
}
|
|
2095
1872
|
},
|
|
2096
1873
|
"id": {
|
|
2097
1874
|
"type": "string",
|
|
@@ -2206,7 +1983,7 @@
|
|
|
2206
1983
|
},
|
|
2207
1984
|
"sap.fe.macros.share.ShareOptions": {
|
|
2208
1985
|
"description": "Share Options.",
|
|
2209
|
-
"isViewNode":
|
|
1986
|
+
"isViewNode": false,
|
|
2210
1987
|
"type": "object",
|
|
2211
1988
|
"properties": {
|
|
2212
1989
|
"id": {
|
|
@@ -2281,14 +2058,6 @@
|
|
|
2281
2058
|
"type": "Property"
|
|
2282
2059
|
}
|
|
2283
2060
|
},
|
|
2284
|
-
"overflowGroup": {
|
|
2285
|
-
"type": "number",
|
|
2286
|
-
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
2287
|
-
"artifactType": "XMLProperty",
|
|
2288
|
-
"metadata": {
|
|
2289
|
-
"type": "Property"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
2061
|
"placement": {
|
|
2293
2062
|
"type": "string",
|
|
2294
2063
|
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -2301,14 +2070,6 @@
|
|
|
2301
2070
|
"Before"
|
|
2302
2071
|
]
|
|
2303
2072
|
},
|
|
2304
|
-
"priority": {
|
|
2305
|
-
"type": "string",
|
|
2306
|
-
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
2307
|
-
"artifactType": "XMLProperty",
|
|
2308
|
-
"metadata": {
|
|
2309
|
-
"type": "Property"
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
2073
|
"requiresSelection": {
|
|
2313
2074
|
"type": "boolean",
|
|
2314
2075
|
"description": "Defines if the action requires a selection.",
|
|
@@ -2386,14 +2147,6 @@
|
|
|
2386
2147
|
"type": "Property"
|
|
2387
2148
|
}
|
|
2388
2149
|
},
|
|
2389
|
-
"overflowGroup": {
|
|
2390
|
-
"type": "number",
|
|
2391
|
-
"description": "Defines the overflow group of the action in the overflow toolbar.",
|
|
2392
|
-
"artifactType": "XMLProperty",
|
|
2393
|
-
"metadata": {
|
|
2394
|
-
"type": "Property"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
2150
|
"placement": {
|
|
2398
2151
|
"type": "string",
|
|
2399
2152
|
"description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
@@ -2406,14 +2159,6 @@
|
|
|
2406
2159
|
"Before"
|
|
2407
2160
|
]
|
|
2408
2161
|
},
|
|
2409
|
-
"priority": {
|
|
2410
|
-
"type": "string",
|
|
2411
|
-
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
2412
|
-
"artifactType": "XMLProperty",
|
|
2413
|
-
"metadata": {
|
|
2414
|
-
"type": "Property"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
2162
|
"text": {
|
|
2418
2163
|
"type": "string",
|
|
2419
2164
|
"description": "The text that will be displayed for this action group",
|
|
@@ -2446,8 +2191,7 @@
|
|
|
2446
2191
|
"additionalProperties": false,
|
|
2447
2192
|
"metadata": {
|
|
2448
2193
|
"path": [],
|
|
2449
|
-
"type": "Control"
|
|
2450
|
-
"defaultAggregation": "actions"
|
|
2194
|
+
"type": "Control"
|
|
2451
2195
|
}
|
|
2452
2196
|
},
|
|
2453
2197
|
"sap.fe.macros.table.ActionGroupOverride": {
|
|
@@ -2506,8 +2250,7 @@
|
|
|
2506
2250
|
"additionalProperties": false,
|
|
2507
2251
|
"metadata": {
|
|
2508
2252
|
"path": [],
|
|
2509
|
-
"type": "Control"
|
|
2510
|
-
"defaultAggregation": "actions"
|
|
2253
|
+
"type": "Control"
|
|
2511
2254
|
}
|
|
2512
2255
|
},
|
|
2513
2256
|
"sap.fe.macros.table.ActionOverride": {
|
|
@@ -2675,14 +2418,6 @@
|
|
|
2675
2418
|
"type": "Property"
|
|
2676
2419
|
}
|
|
2677
2420
|
},
|
|
2678
|
-
"disableExport": {
|
|
2679
|
-
"type": "boolean",
|
|
2680
|
-
"description": "Determines if the column should be excluded from the export.",
|
|
2681
|
-
"artifactType": "XMLProperty",
|
|
2682
|
-
"metadata": {
|
|
2683
|
-
"type": "Property"
|
|
2684
|
-
}
|
|
2685
|
-
},
|
|
2686
2421
|
"header": {
|
|
2687
2422
|
"type": "string",
|
|
2688
2423
|
"description": "The text that will be displayed for this column header",
|
|
@@ -2730,9 +2465,8 @@
|
|
|
2730
2465
|
},
|
|
2731
2466
|
"properties": {
|
|
2732
2467
|
"$ref": "#/definitions/string[]",
|
|
2733
|
-
"description": "properties",
|
|
2468
|
+
"description": "Determines the properties displayed in the column\nThe properties allow to export, sort, group, copy, and paste in the column\n",
|
|
2734
2469
|
"artifactType": "XMLProperty",
|
|
2735
|
-
"isViewNode": true,
|
|
2736
2470
|
"metadata": {
|
|
2737
2471
|
"type": "Property"
|
|
2738
2472
|
}
|
|
@@ -2789,27 +2523,10 @@
|
|
|
2789
2523
|
"isViewNode": true,
|
|
2790
2524
|
"type": "object",
|
|
2791
2525
|
"properties": {
|
|
2792
|
-
"falseValue": {
|
|
2793
|
-
"type": "string",
|
|
2794
|
-
"description": "Determines the text associated to a Boolean type with 'false' as value.",
|
|
2795
|
-
"artifactType": "XMLProperty",
|
|
2796
|
-
"metadata": {
|
|
2797
|
-
"type": "Property"
|
|
2798
|
-
}
|
|
2799
|
-
},
|
|
2800
|
-
"label": {
|
|
2801
|
-
"type": "string",
|
|
2802
|
-
"description": "Determines the column header text.",
|
|
2803
|
-
"artifactType": "XMLProperty",
|
|
2804
|
-
"metadata": {
|
|
2805
|
-
"type": "Property"
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
2526
|
"property": {
|
|
2809
2527
|
"$ref": "#/definitions/string[]",
|
|
2810
|
-
"description": "
|
|
2528
|
+
"description": "Determines the properties of the column.",
|
|
2811
2529
|
"artifactType": "XMLProperty",
|
|
2812
|
-
"isViewNode": true,
|
|
2813
2530
|
"metadata": {
|
|
2814
2531
|
"type": "Property"
|
|
2815
2532
|
}
|
|
@@ -2822,22 +2539,6 @@
|
|
|
2822
2539
|
"type": "Property"
|
|
2823
2540
|
}
|
|
2824
2541
|
},
|
|
2825
|
-
"textAlign": {
|
|
2826
|
-
"type": "string",
|
|
2827
|
-
"description": "Determines the alignment of the column of the cell contents.\nAvailable options are:\n- Left\n- Right\n- Center\n- Begin\n- End\n\n",
|
|
2828
|
-
"artifactType": "XMLProperty",
|
|
2829
|
-
"metadata": {
|
|
2830
|
-
"type": "Property"
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
"trueValue": {
|
|
2834
|
-
"type": "string",
|
|
2835
|
-
"description": "Determines the text associated to a Boolean type with 'true' as value.",
|
|
2836
|
-
"artifactType": "XMLProperty",
|
|
2837
|
-
"metadata": {
|
|
2838
|
-
"type": "Property"
|
|
2839
|
-
}
|
|
2840
|
-
},
|
|
2841
2542
|
"type": {
|
|
2842
2543
|
"type": "string",
|
|
2843
2544
|
"description": "Determines the data type of the field",
|
|
@@ -2846,14 +2547,6 @@
|
|
|
2846
2547
|
"type": "Property"
|
|
2847
2548
|
}
|
|
2848
2549
|
},
|
|
2849
|
-
"valueMap": {
|
|
2850
|
-
"type": "object",
|
|
2851
|
-
"description": "Determines the mapping object holding the values associated with a specific key.\nEnumeration type must be used when valueMap is provided.",
|
|
2852
|
-
"artifactType": "XMLProperty",
|
|
2853
|
-
"metadata": {
|
|
2854
|
-
"type": "Property"
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
2550
|
"width": {
|
|
2858
2551
|
"type": "number",
|
|
2859
2552
|
"description": "Determines the width of the column in characters",
|
|
@@ -2898,14 +2591,6 @@
|
|
|
2898
2591
|
"type": "Property"
|
|
2899
2592
|
}
|
|
2900
2593
|
},
|
|
2901
|
-
"disableExport": {
|
|
2902
|
-
"type": "boolean",
|
|
2903
|
-
"description": "Determines if the column should be excluded from the export.",
|
|
2904
|
-
"artifactType": "XMLProperty",
|
|
2905
|
-
"metadata": {
|
|
2906
|
-
"type": "Property"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
2594
|
"horizontalAlign": {
|
|
2910
2595
|
"type": "string",
|
|
2911
2596
|
"description": "Aligns the header as well as the content horizontally",
|
|
@@ -2959,7 +2644,7 @@
|
|
|
2959
2644
|
"additionalProperties": {
|
|
2960
2645
|
"$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
|
|
2961
2646
|
},
|
|
2962
|
-
"isViewNode":
|
|
2647
|
+
"isViewNode": false,
|
|
2963
2648
|
"metadata": {
|
|
2964
2649
|
"path": [],
|
|
2965
2650
|
"type": "Aggregation"
|
|
@@ -2979,9 +2664,8 @@
|
|
|
2979
2664
|
"properties": {
|
|
2980
2665
|
"ignoredFields": {
|
|
2981
2666
|
"$ref": "#/definitions/string[]",
|
|
2982
|
-
"description": "
|
|
2667
|
+
"description": "Defines the list of fields that should be ignored in the mass edit dialog",
|
|
2983
2668
|
"artifactType": "XMLProperty",
|
|
2984
|
-
"isViewNode": true,
|
|
2985
2669
|
"metadata": {
|
|
2986
2670
|
"type": "Property"
|
|
2987
2671
|
}
|
|
@@ -3000,9 +2684,8 @@
|
|
|
3000
2684
|
},
|
|
3001
2685
|
"visibleFields": {
|
|
3002
2686
|
"$ref": "#/definitions/string[]",
|
|
3003
|
-
"description": "
|
|
2687
|
+
"description": "Defines the list of fields that should be visible in the mass edit dialog",
|
|
3004
2688
|
"artifactType": "XMLProperty",
|
|
3005
|
-
"isViewNode": true,
|
|
3006
2689
|
"metadata": {
|
|
3007
2690
|
"type": "Property"
|
|
3008
2691
|
}
|
|
@@ -3020,7 +2703,7 @@
|
|
|
3020
2703
|
"additionalProperties": {
|
|
3021
2704
|
"$ref": "#/definitions/sap.ui.layout.form.FormContainer"
|
|
3022
2705
|
},
|
|
3023
|
-
"isViewNode":
|
|
2706
|
+
"isViewNode": false,
|
|
3024
2707
|
"metadata": {
|
|
3025
2708
|
"path": [],
|
|
3026
2709
|
"type": "Aggregation"
|
|
@@ -3028,43 +2711,6 @@
|
|
|
3028
2711
|
}
|
|
3029
2712
|
},
|
|
3030
2713
|
"additionalProperties": false,
|
|
3031
|
-
"metadata": {
|
|
3032
|
-
"path": [],
|
|
3033
|
-
"type": "Control",
|
|
3034
|
-
"defaultAggregation": "customContent"
|
|
3035
|
-
}
|
|
3036
|
-
},
|
|
3037
|
-
"sap.fe.macros.table.OverflowGroup": {
|
|
3038
|
-
"description": "Configuration of toolbar separators to be used inside the table toolbar",
|
|
3039
|
-
"isViewNode": true,
|
|
3040
|
-
"type": "object",
|
|
3041
|
-
"properties": {
|
|
3042
|
-
"overflowGroup": {
|
|
3043
|
-
"type": "number",
|
|
3044
|
-
"description": "Defines the group of the toolbar separator in the overflow toolbar.",
|
|
3045
|
-
"artifactType": "XMLProperty",
|
|
3046
|
-
"metadata": {
|
|
3047
|
-
"type": "Property"
|
|
3048
|
-
}
|
|
3049
|
-
},
|
|
3050
|
-
"showSeparator": {
|
|
3051
|
-
"type": "boolean",
|
|
3052
|
-
"description": "Defines if a toolbar separator should be displayed.",
|
|
3053
|
-
"artifactType": "XMLProperty",
|
|
3054
|
-
"metadata": {
|
|
3055
|
-
"type": "Property"
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
"id": {
|
|
3059
|
-
"type": "string",
|
|
3060
|
-
"description": "Unique id of control",
|
|
3061
|
-
"artifactType": "XMLProperty",
|
|
3062
|
-
"metadata": {
|
|
3063
|
-
"type": "Property"
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
},
|
|
3067
|
-
"additionalProperties": false,
|
|
3068
2714
|
"metadata": {
|
|
3069
2715
|
"path": [],
|
|
3070
2716
|
"type": "Control"
|
|
@@ -3077,9 +2723,8 @@
|
|
|
3077
2723
|
"properties": {
|
|
3078
2724
|
"paths": {
|
|
3079
2725
|
"$ref": "#/definitions/string[]",
|
|
3080
|
-
"description": "paths",
|
|
2726
|
+
"description": "Defines the list of paths pointing to the selection variants that should be used as quick filters",
|
|
3081
2727
|
"artifactType": "XMLProperty",
|
|
3082
|
-
"isViewNode": true,
|
|
3083
2728
|
"metadata": {
|
|
3084
2729
|
"type": "Property"
|
|
3085
2730
|
}
|
|
@@ -3138,9 +2783,8 @@
|
|
|
3138
2783
|
},
|
|
3139
2784
|
"creationMode": {
|
|
3140
2785
|
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
3141
|
-
"description": "
|
|
2786
|
+
"description": "A set of options that can be configured.",
|
|
3142
2787
|
"artifactType": "XMLProperty",
|
|
3143
|
-
"isViewNode": true,
|
|
3144
2788
|
"metadata": {
|
|
3145
2789
|
"type": "Property"
|
|
3146
2790
|
}
|
|
@@ -3209,14 +2853,6 @@
|
|
|
3209
2853
|
"type": "Property"
|
|
3210
2854
|
}
|
|
3211
2855
|
},
|
|
3212
|
-
"exportFileName": {
|
|
3213
|
-
"type": "string",
|
|
3214
|
-
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3215
|
-
"artifactType": "XMLProperty",
|
|
3216
|
-
"metadata": {
|
|
3217
|
-
"type": "Property"
|
|
3218
|
-
}
|
|
3219
|
-
},
|
|
3220
2856
|
"exportRequestSize": {
|
|
3221
2857
|
"type": "number",
|
|
3222
2858
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3225,14 +2861,6 @@
|
|
|
3225
2861
|
"type": "Property"
|
|
3226
2862
|
}
|
|
3227
2863
|
},
|
|
3228
|
-
"exportSheetName": {
|
|
3229
|
-
"type": "string",
|
|
3230
|
-
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3231
|
-
"artifactType": "XMLProperty",
|
|
3232
|
-
"metadata": {
|
|
3233
|
-
"type": "Property"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
2864
|
"filterBar": {
|
|
3237
2865
|
"type": "string",
|
|
3238
2866
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3442,17 +3070,6 @@
|
|
|
3442
3070
|
"type": "Property"
|
|
3443
3071
|
}
|
|
3444
3072
|
},
|
|
3445
|
-
"actionOverflowGroups": {
|
|
3446
|
-
"type": "object",
|
|
3447
|
-
"additionalProperties": {
|
|
3448
|
-
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
3449
|
-
},
|
|
3450
|
-
"isViewNode": true,
|
|
3451
|
-
"metadata": {
|
|
3452
|
-
"path": [],
|
|
3453
|
-
"type": "Aggregation"
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
3073
|
"actions": {
|
|
3457
3074
|
"type": "object",
|
|
3458
3075
|
"additionalProperties": {
|
|
@@ -3469,7 +3086,7 @@
|
|
|
3469
3086
|
"additionalProperties": {
|
|
3470
3087
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3471
3088
|
},
|
|
3472
|
-
"isViewNode":
|
|
3089
|
+
"isViewNode": false,
|
|
3473
3090
|
"metadata": {
|
|
3474
3091
|
"path": [],
|
|
3475
3092
|
"type": "Aggregation"
|
|
@@ -3491,7 +3108,7 @@
|
|
|
3491
3108
|
"additionalProperties": {
|
|
3492
3109
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
3493
3110
|
},
|
|
3494
|
-
"isViewNode":
|
|
3111
|
+
"isViewNode": false,
|
|
3495
3112
|
"metadata": {
|
|
3496
3113
|
"path": [],
|
|
3497
3114
|
"type": "Aggregation"
|
|
@@ -3499,7 +3116,7 @@
|
|
|
3499
3116
|
},
|
|
3500
3117
|
"beforeRebindTable": {
|
|
3501
3118
|
"type": "string",
|
|
3502
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\
|
|
3119
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3503
3120
|
"artifactType": "XMLProperty",
|
|
3504
3121
|
"metadata": {
|
|
3505
3122
|
"type": "Event"
|
|
@@ -3507,7 +3124,7 @@
|
|
|
3507
3124
|
},
|
|
3508
3125
|
"rowPress": {
|
|
3509
3126
|
"type": "string",
|
|
3510
|
-
"description": "An event is triggered when the user chooses a row
|
|
3127
|
+
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
3511
3128
|
"artifactType": "XMLProperty",
|
|
3512
3129
|
"metadata": {
|
|
3513
3130
|
"type": "Event"
|
|
@@ -3560,9 +3177,8 @@
|
|
|
3560
3177
|
},
|
|
3561
3178
|
"creationMode": {
|
|
3562
3179
|
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
3563
|
-
"description": "
|
|
3180
|
+
"description": "A set of options that can be configured.",
|
|
3564
3181
|
"artifactType": "XMLProperty",
|
|
3565
|
-
"isViewNode": true,
|
|
3566
3182
|
"metadata": {
|
|
3567
3183
|
"type": "Property"
|
|
3568
3184
|
}
|
|
@@ -3631,14 +3247,6 @@
|
|
|
3631
3247
|
"type": "Property"
|
|
3632
3248
|
}
|
|
3633
3249
|
},
|
|
3634
|
-
"exportFileName": {
|
|
3635
|
-
"type": "string",
|
|
3636
|
-
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3637
|
-
"artifactType": "XMLProperty",
|
|
3638
|
-
"metadata": {
|
|
3639
|
-
"type": "Property"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
3250
|
"exportRequestSize": {
|
|
3643
3251
|
"type": "number",
|
|
3644
3252
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3647,14 +3255,6 @@
|
|
|
3647
3255
|
"type": "Property"
|
|
3648
3256
|
}
|
|
3649
3257
|
},
|
|
3650
|
-
"exportSheetName": {
|
|
3651
|
-
"type": "string",
|
|
3652
|
-
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3653
|
-
"artifactType": "XMLProperty",
|
|
3654
|
-
"metadata": {
|
|
3655
|
-
"type": "Property"
|
|
3656
|
-
}
|
|
3657
|
-
},
|
|
3658
3258
|
"filterBar": {
|
|
3659
3259
|
"type": "string",
|
|
3660
3260
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3859,17 +3459,6 @@
|
|
|
3859
3459
|
"type": "Property"
|
|
3860
3460
|
}
|
|
3861
3461
|
},
|
|
3862
|
-
"actionOverflowGroups": {
|
|
3863
|
-
"type": "object",
|
|
3864
|
-
"additionalProperties": {
|
|
3865
|
-
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
3866
|
-
},
|
|
3867
|
-
"isViewNode": true,
|
|
3868
|
-
"metadata": {
|
|
3869
|
-
"path": [],
|
|
3870
|
-
"type": "Aggregation"
|
|
3871
|
-
}
|
|
3872
|
-
},
|
|
3873
3462
|
"actions": {
|
|
3874
3463
|
"type": "object",
|
|
3875
3464
|
"additionalProperties": {
|
|
@@ -3886,7 +3475,7 @@
|
|
|
3886
3475
|
"additionalProperties": {
|
|
3887
3476
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3888
3477
|
},
|
|
3889
|
-
"isViewNode":
|
|
3478
|
+
"isViewNode": false,
|
|
3890
3479
|
"metadata": {
|
|
3891
3480
|
"path": [],
|
|
3892
3481
|
"type": "Aggregation"
|
|
@@ -3908,7 +3497,7 @@
|
|
|
3908
3497
|
"additionalProperties": {
|
|
3909
3498
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
3910
3499
|
},
|
|
3911
|
-
"isViewNode":
|
|
3500
|
+
"isViewNode": false,
|
|
3912
3501
|
"metadata": {
|
|
3913
3502
|
"path": [],
|
|
3914
3503
|
"type": "Aggregation"
|
|
@@ -3916,7 +3505,7 @@
|
|
|
3916
3505
|
},
|
|
3917
3506
|
"beforeRebindTable": {
|
|
3918
3507
|
"type": "string",
|
|
3919
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\
|
|
3508
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3920
3509
|
"artifactType": "XMLProperty",
|
|
3921
3510
|
"metadata": {
|
|
3922
3511
|
"type": "Event"
|
|
@@ -3924,7 +3513,7 @@
|
|
|
3924
3513
|
},
|
|
3925
3514
|
"rowPress": {
|
|
3926
3515
|
"type": "string",
|
|
3927
|
-
"description": "An event is triggered when the user chooses a row
|
|
3516
|
+
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
3928
3517
|
"artifactType": "XMLProperty",
|
|
3929
3518
|
"metadata": {
|
|
3930
3519
|
"type": "Event"
|
|
@@ -3947,7 +3536,7 @@
|
|
|
3947
3536
|
},
|
|
3948
3537
|
"sap.fe.macros.table.TableCreationOptions": {
|
|
3949
3538
|
"description": "Create options for the table.",
|
|
3950
|
-
"isViewNode":
|
|
3539
|
+
"isViewNode": false,
|
|
3951
3540
|
"type": "object",
|
|
3952
3541
|
"properties": {
|
|
3953
3542
|
"createAtEnd": {
|
|
@@ -4043,9 +3632,8 @@
|
|
|
4043
3632
|
},
|
|
4044
3633
|
"creationMode": {
|
|
4045
3634
|
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
4046
|
-
"description": "
|
|
3635
|
+
"description": "A set of options that can be configured.",
|
|
4047
3636
|
"artifactType": "XMLProperty",
|
|
4048
|
-
"isViewNode": true,
|
|
4049
3637
|
"metadata": {
|
|
4050
3638
|
"type": "Property"
|
|
4051
3639
|
}
|
|
@@ -4114,14 +3702,6 @@
|
|
|
4114
3702
|
"type": "Property"
|
|
4115
3703
|
}
|
|
4116
3704
|
},
|
|
4117
|
-
"exportFileName": {
|
|
4118
|
-
"type": "string",
|
|
4119
|
-
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4120
|
-
"artifactType": "XMLProperty",
|
|
4121
|
-
"metadata": {
|
|
4122
|
-
"type": "Property"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
3705
|
"exportRequestSize": {
|
|
4126
3706
|
"type": "number",
|
|
4127
3707
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -4130,14 +3710,6 @@
|
|
|
4130
3710
|
"type": "Property"
|
|
4131
3711
|
}
|
|
4132
3712
|
},
|
|
4133
|
-
"exportSheetName": {
|
|
4134
|
-
"type": "string",
|
|
4135
|
-
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4136
|
-
"artifactType": "XMLProperty",
|
|
4137
|
-
"metadata": {
|
|
4138
|
-
"type": "Property"
|
|
4139
|
-
}
|
|
4140
|
-
},
|
|
4141
3713
|
"filterBar": {
|
|
4142
3714
|
"type": "string",
|
|
4143
3715
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -4378,17 +3950,6 @@
|
|
|
4378
3950
|
"type": "Property"
|
|
4379
3951
|
}
|
|
4380
3952
|
},
|
|
4381
|
-
"actionOverflowGroups": {
|
|
4382
|
-
"type": "object",
|
|
4383
|
-
"additionalProperties": {
|
|
4384
|
-
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
4385
|
-
},
|
|
4386
|
-
"isViewNode": true,
|
|
4387
|
-
"metadata": {
|
|
4388
|
-
"path": [],
|
|
4389
|
-
"type": "Aggregation"
|
|
4390
|
-
}
|
|
4391
|
-
},
|
|
4392
3953
|
"actions": {
|
|
4393
3954
|
"type": "object",
|
|
4394
3955
|
"additionalProperties": {
|
|
@@ -4405,7 +3966,7 @@
|
|
|
4405
3966
|
"additionalProperties": {
|
|
4406
3967
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
4407
3968
|
},
|
|
4408
|
-
"isViewNode":
|
|
3969
|
+
"isViewNode": false,
|
|
4409
3970
|
"metadata": {
|
|
4410
3971
|
"path": [],
|
|
4411
3972
|
"type": "Aggregation"
|
|
@@ -4427,7 +3988,7 @@
|
|
|
4427
3988
|
"additionalProperties": {
|
|
4428
3989
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
4429
3990
|
},
|
|
4430
|
-
"isViewNode":
|
|
3991
|
+
"isViewNode": false,
|
|
4431
3992
|
"metadata": {
|
|
4432
3993
|
"path": [],
|
|
4433
3994
|
"type": "Aggregation"
|
|
@@ -4435,7 +3996,7 @@
|
|
|
4435
3996
|
},
|
|
4436
3997
|
"beforeRebindTable": {
|
|
4437
3998
|
"type": "string",
|
|
4438
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\
|
|
3999
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4439
4000
|
"artifactType": "XMLProperty",
|
|
4440
4001
|
"metadata": {
|
|
4441
4002
|
"type": "Event"
|
|
@@ -4443,7 +4004,7 @@
|
|
|
4443
4004
|
},
|
|
4444
4005
|
"rowPress": {
|
|
4445
4006
|
"type": "string",
|
|
4446
|
-
"description": "An event is triggered when the user chooses a row
|
|
4007
|
+
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
4447
4008
|
"artifactType": "XMLProperty",
|
|
4448
4009
|
"metadata": {
|
|
4449
4010
|
"type": "Event"
|
|
@@ -4495,9 +4056,8 @@
|
|
|
4495
4056
|
},
|
|
4496
4057
|
"creationMode": {
|
|
4497
4058
|
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
4498
|
-
"description": "
|
|
4059
|
+
"description": "A set of options that can be configured.",
|
|
4499
4060
|
"artifactType": "XMLProperty",
|
|
4500
|
-
"isViewNode": true,
|
|
4501
4061
|
"metadata": {
|
|
4502
4062
|
"type": "Property"
|
|
4503
4063
|
}
|
|
@@ -4566,14 +4126,6 @@
|
|
|
4566
4126
|
"type": "Property"
|
|
4567
4127
|
}
|
|
4568
4128
|
},
|
|
4569
|
-
"exportFileName": {
|
|
4570
|
-
"type": "string",
|
|
4571
|
-
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4572
|
-
"artifactType": "XMLProperty",
|
|
4573
|
-
"metadata": {
|
|
4574
|
-
"type": "Property"
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
4129
|
"exportRequestSize": {
|
|
4578
4130
|
"type": "number",
|
|
4579
4131
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -4582,14 +4134,6 @@
|
|
|
4582
4134
|
"type": "Property"
|
|
4583
4135
|
}
|
|
4584
4136
|
},
|
|
4585
|
-
"exportSheetName": {
|
|
4586
|
-
"type": "string",
|
|
4587
|
-
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4588
|
-
"artifactType": "XMLProperty",
|
|
4589
|
-
"metadata": {
|
|
4590
|
-
"type": "Property"
|
|
4591
|
-
}
|
|
4592
|
-
},
|
|
4593
4137
|
"filterBar": {
|
|
4594
4138
|
"type": "string",
|
|
4595
4139
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -4830,17 +4374,6 @@
|
|
|
4830
4374
|
"type": "Property"
|
|
4831
4375
|
}
|
|
4832
4376
|
},
|
|
4833
|
-
"actionOverflowGroups": {
|
|
4834
|
-
"type": "object",
|
|
4835
|
-
"additionalProperties": {
|
|
4836
|
-
"$ref": "#/definitions/sap.fe.macros.table.OverflowGroup"
|
|
4837
|
-
},
|
|
4838
|
-
"isViewNode": true,
|
|
4839
|
-
"metadata": {
|
|
4840
|
-
"path": [],
|
|
4841
|
-
"type": "Aggregation"
|
|
4842
|
-
}
|
|
4843
|
-
},
|
|
4844
4377
|
"actions": {
|
|
4845
4378
|
"type": "object",
|
|
4846
4379
|
"additionalProperties": {
|
|
@@ -4857,7 +4390,7 @@
|
|
|
4857
4390
|
"additionalProperties": {
|
|
4858
4391
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
4859
4392
|
},
|
|
4860
|
-
"isViewNode":
|
|
4393
|
+
"isViewNode": false,
|
|
4861
4394
|
"metadata": {
|
|
4862
4395
|
"path": [],
|
|
4863
4396
|
"type": "Aggregation"
|
|
@@ -4879,7 +4412,7 @@
|
|
|
4879
4412
|
"additionalProperties": {
|
|
4880
4413
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
4881
4414
|
},
|
|
4882
|
-
"isViewNode":
|
|
4415
|
+
"isViewNode": false,
|
|
4883
4416
|
"metadata": {
|
|
4884
4417
|
"path": [],
|
|
4885
4418
|
"type": "Aggregation"
|
|
@@ -4887,7 +4420,7 @@
|
|
|
4887
4420
|
},
|
|
4888
4421
|
"beforeRebindTable": {
|
|
4889
4422
|
"type": "string",
|
|
4890
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\
|
|
4423
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4891
4424
|
"artifactType": "XMLProperty",
|
|
4892
4425
|
"metadata": {
|
|
4893
4426
|
"type": "Event"
|
|
@@ -4895,7 +4428,7 @@
|
|
|
4895
4428
|
},
|
|
4896
4429
|
"rowPress": {
|
|
4897
4430
|
"type": "string",
|
|
4898
|
-
"description": "An event is triggered when the user chooses a row
|
|
4431
|
+
"description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
4899
4432
|
"artifactType": "XMLProperty",
|
|
4900
4433
|
"metadata": {
|
|
4901
4434
|
"type": "Event"
|
|
@@ -4918,7 +4451,7 @@
|
|
|
4918
4451
|
},
|
|
4919
4452
|
"sap.fe.macros.table.TreeTableCreationOptions": {
|
|
4920
4453
|
"description": "Create options for the tree table.",
|
|
4921
|
-
"isViewNode":
|
|
4454
|
+
"isViewNode": false,
|
|
4922
4455
|
"type": "object",
|
|
4923
4456
|
"properties": {
|
|
4924
4457
|
"createInPlace": {
|
|
@@ -5046,16 +4579,6 @@
|
|
|
5046
4579
|
"defaultAggregation": "actions"
|
|
5047
4580
|
}
|
|
5048
4581
|
},
|
|
5049
|
-
"sap.fe.macros.CollectionBindingInfo.SerializedCollectionBindingInfo": {
|
|
5050
|
-
"isViewNode": true,
|
|
5051
|
-
"type": "object",
|
|
5052
|
-
"properties": {},
|
|
5053
|
-
"additionalProperties": false,
|
|
5054
|
-
"metadata": {
|
|
5055
|
-
"path": [],
|
|
5056
|
-
"type": "Control"
|
|
5057
|
-
}
|
|
5058
|
-
},
|
|
5059
4582
|
"sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData": {
|
|
5060
4583
|
"description": "Definition of data consumer by section from single control",
|
|
5061
4584
|
"isViewNode": true,
|