@sap/ux-specification 1.139.4 → 1.139.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 +30 -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 +234 -237
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +18 -9
- package/dist/schemas/v2/ListReportNewConfig.json +91 -0
- package/dist/schemas/v4/ApplicationV4.json +43 -16
- package/dist/schemas/v4/BuildingBlocksConfig.json +107 -41
- package/dist/schemas/v4/ListReportConfig.json +200 -9
- package/dist/schemas/v4/ObjectPageConfig.json +245 -3
- package/dist/specification/package.json +5 -5
- 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 +54 -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/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/i18n.json +7 -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 +26 -5
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +25 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +57 -14
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +1 -10
- package/dist/specification/src/sync/v2/export/exportPageGeneric.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/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/Table.d.ts +54 -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 +148 -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 +2 -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 +2 -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 +28 -13
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +7 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +10 -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/HeaderAction.d.ts +1 -0
- 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 -0
- 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/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/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/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +93 -0
- 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 +63 -7
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +35 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +143 -22
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +10 -2
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +7 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +7 -0
- 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/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/package.json +5 -5
|
@@ -27,42 +27,51 @@
|
|
|
27
27
|
"properties": {
|
|
28
28
|
"forceGlobalRefresh": {
|
|
29
29
|
"description": "If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed.",
|
|
30
|
-
"type": "boolean"
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.forceGlobalRefresh"
|
|
31
32
|
},
|
|
32
33
|
"flexibleColumnLayout": {
|
|
33
34
|
"$ref": "#/definitions/FlexibleColumnLayout",
|
|
34
|
-
"description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas."
|
|
35
|
+
"description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas.",
|
|
36
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout"
|
|
35
37
|
},
|
|
36
38
|
"tableColumnVerticalAlignment": {
|
|
37
39
|
"$ref": "#/definitions/TableColumnVerticalAlignment",
|
|
38
|
-
"description": "tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."
|
|
40
|
+
"description": "tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table.",
|
|
41
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.tableColumnVerticalAlignment"
|
|
39
42
|
},
|
|
40
43
|
"draftDiscardConfirmationSettings": {
|
|
41
44
|
"$ref": "#/definitions/DraftDiscardConfirmationSettings",
|
|
42
|
-
"description": "Allows applications to configure confirmation popups in various scenarios."
|
|
45
|
+
"description": "Allows applications to configure confirmation popups in various scenarios.",
|
|
46
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.draftDiscardConfirmationSettings"
|
|
43
47
|
},
|
|
44
48
|
"statePreservationMode": {
|
|
45
49
|
"$ref": "#/definitions/StatePreservationMode",
|
|
46
|
-
"description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."
|
|
50
|
+
"description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases.",
|
|
51
|
+
"manifestPath": "$[\"sap.ui.generic.app\"].settings.statePreservationMode"
|
|
47
52
|
},
|
|
48
53
|
"title": {
|
|
49
54
|
"description": "Defines the title for the application.",
|
|
50
55
|
"i18nClassification": "TIT: Title of the application",
|
|
51
|
-
"type": "string"
|
|
56
|
+
"type": "string",
|
|
57
|
+
"manifestPath": "$[\"sap.app\"].title"
|
|
52
58
|
},
|
|
53
59
|
"description": {
|
|
54
60
|
"description": "Defines the description for the application.",
|
|
55
61
|
"i18nClassification": "TIT: Description of the application",
|
|
56
|
-
"type": "string"
|
|
62
|
+
"type": "string",
|
|
63
|
+
"manifestPath": "$[\"sap.app\"].description"
|
|
57
64
|
},
|
|
58
65
|
"flexEnabled": {
|
|
59
66
|
"description": "Enables key user adaptation for an application.",
|
|
60
67
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
61
|
-
"type": "boolean"
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"manifestPath": "$[\"sap.ui5\"].flexEnabled"
|
|
62
70
|
},
|
|
63
71
|
"cloudDevAdaptationStatus": {
|
|
64
72
|
"$ref": "#/definitions/CloudDevAdaptationStatus",
|
|
65
|
-
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released."
|
|
73
|
+
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released.",
|
|
74
|
+
"manifestPath": "$[\"sap.fiori\"].cloudDevAdaptationStatus"
|
|
66
75
|
}
|
|
67
76
|
},
|
|
68
77
|
"additionalProperties": false
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"$ref": "#/definitions/ListReportFilterBar",
|
|
16
16
|
"description": "Filter Bar"
|
|
17
17
|
},
|
|
18
|
+
"table": {
|
|
19
|
+
"$ref": "#/definitions/Table",
|
|
20
|
+
"description": "Table"
|
|
21
|
+
},
|
|
18
22
|
"footer": {
|
|
19
23
|
"$ref": "#/definitions/Toolbar",
|
|
20
24
|
"description": "Footer"
|
|
@@ -418,6 +422,93 @@
|
|
|
418
422
|
],
|
|
419
423
|
"type": "string"
|
|
420
424
|
},
|
|
425
|
+
"Table": {
|
|
426
|
+
"description": "Table",
|
|
427
|
+
"isViewNode": true,
|
|
428
|
+
"type": "object",
|
|
429
|
+
"properties": {
|
|
430
|
+
"entitySet": {
|
|
431
|
+
"description": "This property can be used to indicate that a table or chart should be based on a different entity set than the main entity set",
|
|
432
|
+
"type": "string",
|
|
433
|
+
"artifactType": "Manifest",
|
|
434
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/b6b59e4a4c3548cf83ff9c3b955d3ba3"
|
|
435
|
+
},
|
|
436
|
+
"annotationPath": {
|
|
437
|
+
"description": "Specify a SelectionVariant or SelectionPresentationVariant annotation for the entity set to configure the table or chart",
|
|
438
|
+
"type": "string",
|
|
439
|
+
"artifactType": "Manifest",
|
|
440
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/37aeed74e17a42caa2cba3123f0c15fc"
|
|
441
|
+
},
|
|
442
|
+
"showItemNavigationOnChart": {
|
|
443
|
+
"description": "To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest.",
|
|
444
|
+
"type": "boolean",
|
|
445
|
+
"artifactType": "Manifest"
|
|
446
|
+
},
|
|
447
|
+
"views": {
|
|
448
|
+
"$ref": "#/definitions/MultiViewsDefinition"
|
|
449
|
+
},
|
|
450
|
+
"showTablePersonalisation": {
|
|
451
|
+
"description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
|
|
452
|
+
"type": "boolean",
|
|
453
|
+
"artifactType": "FlexChange",
|
|
454
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
455
|
+
},
|
|
456
|
+
"exportType": {
|
|
457
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
458
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
459
|
+
"artifactType": "FlexChange",
|
|
460
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
461
|
+
},
|
|
462
|
+
"useExportToExcel": {
|
|
463
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"artifactType": "FlexChange",
|
|
466
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"additionalProperties": false
|
|
470
|
+
},
|
|
471
|
+
"MultiViewsDefinition": {
|
|
472
|
+
"description": "Views",
|
|
473
|
+
"isViewNode": true,
|
|
474
|
+
"type": "object",
|
|
475
|
+
"properties": {
|
|
476
|
+
"enableAutoBinding": {
|
|
477
|
+
"description": "Use this property to ensure that data are automatically loaded when the page is opened.",
|
|
478
|
+
"type": "boolean",
|
|
479
|
+
"artifactType": "Manifest"
|
|
480
|
+
},
|
|
481
|
+
"showCounts": {
|
|
482
|
+
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
483
|
+
"type": "boolean",
|
|
484
|
+
"artifactType": "Manifest"
|
|
485
|
+
},
|
|
486
|
+
"variants": {
|
|
487
|
+
"$ref": "#/definitions/MultiViewsVariants",
|
|
488
|
+
"description": "List of views"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"additionalProperties": false,
|
|
492
|
+
"required": [
|
|
493
|
+
"variants"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"MultiViewsVariants": {
|
|
497
|
+
"isViewNode": false,
|
|
498
|
+
"type": "object",
|
|
499
|
+
"additionalProperties": {
|
|
500
|
+
"$ref": "#/definitions/Table"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"smarttable.ExportType": {
|
|
504
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
|
|
505
|
+
"enum": [
|
|
506
|
+
"GW",
|
|
507
|
+
"UI5Client",
|
|
508
|
+
"UI5ClientPDF"
|
|
509
|
+
],
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
421
512
|
"Toolbar": {
|
|
422
513
|
"description": "Toolbar",
|
|
423
514
|
"isViewNode": true,
|
|
@@ -27,23 +27,28 @@
|
|
|
27
27
|
"properties": {
|
|
28
28
|
"flexibleColumnLayout": {
|
|
29
29
|
"$ref": "#/definitions/FlexibleColumnLayoutV4",
|
|
30
|
-
"description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas."
|
|
30
|
+
"description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas.",
|
|
31
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout"
|
|
31
32
|
},
|
|
32
33
|
"path": {
|
|
33
34
|
"description": "Represents a prefix that is prepended in front of the viewName",
|
|
34
|
-
"type": "string"
|
|
35
|
+
"type": "string",
|
|
36
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.path"
|
|
35
37
|
},
|
|
36
38
|
"viewType": {
|
|
37
39
|
"$ref": "#/definitions/ViewTypes",
|
|
38
|
-
"description": "standard view type of views"
|
|
40
|
+
"description": "standard view type of views",
|
|
41
|
+
"manifestPath": "$[\"sap.ui5\"].routing.config.viewType"
|
|
39
42
|
},
|
|
40
43
|
"controllerExtensions": {
|
|
41
44
|
"$ref": "#/definitions/ControllerExtensions",
|
|
42
|
-
"description": "Controller extensions allow users to extensiate default behaviour with custom controllers code."
|
|
45
|
+
"description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
|
|
46
|
+
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"].controllerExtensions"
|
|
43
47
|
},
|
|
44
48
|
"dependencies": {
|
|
45
49
|
"$ref": "#/definitions/Dependencies",
|
|
46
|
-
"description": "Dependencies of the application."
|
|
50
|
+
"description": "Dependencies of the application.",
|
|
51
|
+
"manifestPath": "$[\"sap.ui5\"].dependencies"
|
|
47
52
|
},
|
|
48
53
|
"hideDraft": {
|
|
49
54
|
"description": "Hidden draft features.",
|
|
@@ -55,22 +60,26 @@
|
|
|
55
60
|
"description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
|
|
56
61
|
"descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
57
62
|
"type": "boolean",
|
|
58
|
-
"const": true
|
|
63
|
+
"const": true,
|
|
64
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
|
|
59
65
|
},
|
|
60
66
|
"stayOnCurrentPageAfterSave": {
|
|
61
67
|
"description": "Determines whether to stay on the current page after saving an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Cancel' to the same value.",
|
|
62
68
|
"descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
63
|
-
"type": "boolean"
|
|
69
|
+
"type": "boolean",
|
|
70
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterSave"
|
|
64
71
|
},
|
|
65
72
|
"stayOnCurrentPageAfterCancel": {
|
|
66
73
|
"description": "Determines whether to stay on the current page after canceling an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Save' to the same value.",
|
|
67
74
|
"descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
68
|
-
"type": "boolean"
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterCancel"
|
|
69
77
|
},
|
|
70
78
|
"hideCreateNext": {
|
|
71
79
|
"description": "Controls the visibility of the 'Create Next' button.",
|
|
72
80
|
"descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
73
|
-
"type": "boolean"
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft.hideCreateNext"
|
|
74
83
|
}
|
|
75
84
|
},
|
|
76
85
|
"additionalProperties": false,
|
|
@@ -85,12 +94,14 @@
|
|
|
85
94
|
"description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
|
|
86
95
|
"descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
|
|
87
96
|
"type": "boolean",
|
|
88
|
-
"const": false
|
|
97
|
+
"const": false,
|
|
98
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
|
|
89
99
|
}
|
|
90
100
|
},
|
|
91
101
|
"additionalProperties": false
|
|
92
102
|
}
|
|
93
|
-
]
|
|
103
|
+
],
|
|
104
|
+
"manifestPath": "$[\"sap.fe\"].app.hideDraft"
|
|
94
105
|
},
|
|
95
106
|
"defaultCreationMode": {
|
|
96
107
|
"description": "Define the default creation mode that is used for all tables, unless a specific creation mode has been set.",
|
|
@@ -98,26 +109,42 @@
|
|
|
98
109
|
"enum": [
|
|
99
110
|
"InlineCreationRows"
|
|
100
111
|
],
|
|
101
|
-
"type": "string"
|
|
112
|
+
"type": "string",
|
|
113
|
+
"manifestPath": "$[\"sap.fe\"].macros.table.defaultCreationMode"
|
|
114
|
+
},
|
|
115
|
+
"defaultPopinLayout": {
|
|
116
|
+
"description": "Defines the default layout options of the table popins. A separate layout options of the table popins can be set for each responsive table in the application.",
|
|
117
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
118
|
+
"enum": [
|
|
119
|
+
"Block",
|
|
120
|
+
"GridLarge",
|
|
121
|
+
"GridSmall"
|
|
122
|
+
],
|
|
123
|
+
"type": "string",
|
|
124
|
+
"manifestPath": "$[\"sap.fe\"].macros.table.defaultPopinLayout"
|
|
102
125
|
},
|
|
103
126
|
"title": {
|
|
104
127
|
"description": "Defines the title for the application.",
|
|
105
128
|
"i18nClassification": "TIT: Title of the application",
|
|
106
|
-
"type": "string"
|
|
129
|
+
"type": "string",
|
|
130
|
+
"manifestPath": "$[\"sap.app\"].title"
|
|
107
131
|
},
|
|
108
132
|
"description": {
|
|
109
133
|
"description": "Defines the description for the application.",
|
|
110
134
|
"i18nClassification": "TIT: Description of the application",
|
|
111
|
-
"type": "string"
|
|
135
|
+
"type": "string",
|
|
136
|
+
"manifestPath": "$[\"sap.app\"].description"
|
|
112
137
|
},
|
|
113
138
|
"flexEnabled": {
|
|
114
139
|
"description": "Enables key user adaptation for an application.",
|
|
115
140
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
116
|
-
"type": "boolean"
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"manifestPath": "$[\"sap.ui5\"].flexEnabled"
|
|
117
143
|
},
|
|
118
144
|
"cloudDevAdaptationStatus": {
|
|
119
145
|
"$ref": "#/definitions/CloudDevAdaptationStatus",
|
|
120
|
-
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released."
|
|
146
|
+
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released.",
|
|
147
|
+
"manifestPath": "$[\"sap.fiori\"].cloudDevAdaptationStatus"
|
|
121
148
|
}
|
|
122
149
|
},
|
|
123
150
|
"additionalProperties": false
|
|
@@ -227,9 +227,8 @@
|
|
|
227
227
|
"properties": {
|
|
228
228
|
"factory": {
|
|
229
229
|
"$ref": "#/definitions/function",
|
|
230
|
-
"description": "
|
|
230
|
+
"description": "A function that returns the content to be rendered based on the evaluation of the switchProperties.\nThe function receives an object with the switchProperties as key-value pairs, the binding context, and the displayed control.\nThe function should return a single UI5 control.",
|
|
231
231
|
"artifactType": "XMLProperty",
|
|
232
|
-
"isViewNode": true,
|
|
233
232
|
"metadata": {
|
|
234
233
|
"type": "Property"
|
|
235
234
|
}
|
|
@@ -359,7 +358,7 @@
|
|
|
359
358
|
"additionalProperties": {
|
|
360
359
|
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
361
360
|
},
|
|
362
|
-
"isViewNode":
|
|
361
|
+
"isViewNode": false,
|
|
363
362
|
"metadata": {
|
|
364
363
|
"path": [],
|
|
365
364
|
"type": "Aggregation"
|
|
@@ -438,7 +437,7 @@
|
|
|
438
437
|
"additionalProperties": {
|
|
439
438
|
"$ref": "#/definitions/sap.ui.core.Control"
|
|
440
439
|
},
|
|
441
|
-
"isViewNode":
|
|
440
|
+
"isViewNode": false,
|
|
442
441
|
"metadata": {
|
|
443
442
|
"path": [],
|
|
444
443
|
"type": "Aggregation"
|
|
@@ -863,7 +862,7 @@
|
|
|
863
862
|
"additionalProperties": {
|
|
864
863
|
"$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
|
|
865
864
|
},
|
|
866
|
-
"isViewNode":
|
|
865
|
+
"isViewNode": false,
|
|
867
866
|
"metadata": {
|
|
868
867
|
"path": [],
|
|
869
868
|
"type": "Aggregation"
|
|
@@ -904,6 +903,60 @@
|
|
|
904
903
|
"metadata": {
|
|
905
904
|
"type": "Property"
|
|
906
905
|
}
|
|
906
|
+
},
|
|
907
|
+
"excludeDefaultPlugins": {
|
|
908
|
+
"type": "boolean",
|
|
909
|
+
"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\".",
|
|
910
|
+
"artifactType": "XMLProperty",
|
|
911
|
+
"metadata": {
|
|
912
|
+
"type": "Property"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"readOnly": {
|
|
916
|
+
"type": "boolean",
|
|
917
|
+
"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.",
|
|
918
|
+
"artifactType": "XMLProperty",
|
|
919
|
+
"metadata": {
|
|
920
|
+
"type": "Property"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"required": {
|
|
924
|
+
"type": "any",
|
|
925
|
+
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
926
|
+
"artifactType": "XMLProperty",
|
|
927
|
+
"metadata": {
|
|
928
|
+
"type": "Property"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"value": {
|
|
932
|
+
"type": "any",
|
|
933
|
+
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
934
|
+
"artifactType": "XMLProperty",
|
|
935
|
+
"metadata": {
|
|
936
|
+
"type": "Property"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"buttonGroups": {
|
|
940
|
+
"type": "object",
|
|
941
|
+
"additionalProperties": {
|
|
942
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
|
|
943
|
+
},
|
|
944
|
+
"isViewNode": true,
|
|
945
|
+
"metadata": {
|
|
946
|
+
"path": [],
|
|
947
|
+
"type": "Aggregation"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"plugins": {
|
|
951
|
+
"type": "object",
|
|
952
|
+
"additionalProperties": {
|
|
953
|
+
"$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
|
|
954
|
+
},
|
|
955
|
+
"isViewNode": false,
|
|
956
|
+
"metadata": {
|
|
957
|
+
"path": [],
|
|
958
|
+
"type": "Aggregation"
|
|
959
|
+
}
|
|
907
960
|
}
|
|
908
961
|
},
|
|
909
962
|
"additionalProperties": false,
|
|
@@ -1211,6 +1264,30 @@
|
|
|
1211
1264
|
"type": "Property"
|
|
1212
1265
|
}
|
|
1213
1266
|
},
|
|
1267
|
+
"enabled": {
|
|
1268
|
+
"type": "boolean",
|
|
1269
|
+
"description": "Enables or disables the action",
|
|
1270
|
+
"artifactType": "XMLProperty",
|
|
1271
|
+
"metadata": {
|
|
1272
|
+
"type": "Property"
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"press": {
|
|
1276
|
+
"type": "string",
|
|
1277
|
+
"description": "Event handler to be called when the user chooses the action",
|
|
1278
|
+
"artifactType": "XMLProperty",
|
|
1279
|
+
"metadata": {
|
|
1280
|
+
"type": "Property"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"requiresSelection": {
|
|
1284
|
+
"type": "boolean",
|
|
1285
|
+
"description": "Defines if the action requires a selection.",
|
|
1286
|
+
"artifactType": "XMLProperty",
|
|
1287
|
+
"metadata": {
|
|
1288
|
+
"type": "Property"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1214
1291
|
"actions": {
|
|
1215
1292
|
"type": "object",
|
|
1216
1293
|
"additionalProperties": {
|
|
@@ -1504,7 +1581,7 @@
|
|
|
1504
1581
|
"additionalProperties": {
|
|
1505
1582
|
"$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
|
|
1506
1583
|
},
|
|
1507
|
-
"isViewNode":
|
|
1584
|
+
"isViewNode": false,
|
|
1508
1585
|
"metadata": {
|
|
1509
1586
|
"path": [],
|
|
1510
1587
|
"type": "Aggregation"
|
|
@@ -1535,7 +1612,7 @@
|
|
|
1535
1612
|
},
|
|
1536
1613
|
"sap.fe.macros.field.FieldFormatOptions": {
|
|
1537
1614
|
"description": "Additional format options for the field.",
|
|
1538
|
-
"isViewNode":
|
|
1615
|
+
"isViewNode": false,
|
|
1539
1616
|
"type": "object",
|
|
1540
1617
|
"properties": {
|
|
1541
1618
|
"dateTimePattern": {
|
|
@@ -1994,9 +2071,8 @@
|
|
|
1994
2071
|
"properties": {
|
|
1995
2072
|
"contextPath": {
|
|
1996
2073
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1997
|
-
"description": "
|
|
2074
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
1998
2075
|
"artifactType": "XMLProperty",
|
|
1999
|
-
"isViewNode": true,
|
|
2000
2076
|
"metadata": {
|
|
2001
2077
|
"type": "Property"
|
|
2002
2078
|
}
|
|
@@ -2011,9 +2087,8 @@
|
|
|
2011
2087
|
},
|
|
2012
2088
|
"metaPath": {
|
|
2013
2089
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
2014
|
-
"description": "
|
|
2090
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
2015
2091
|
"artifactType": "XMLProperty",
|
|
2016
|
-
"isViewNode": true,
|
|
2017
2092
|
"metadata": {
|
|
2018
2093
|
"type": "Property"
|
|
2019
2094
|
}
|
|
@@ -2206,7 +2281,7 @@
|
|
|
2206
2281
|
},
|
|
2207
2282
|
"sap.fe.macros.share.ShareOptions": {
|
|
2208
2283
|
"description": "Share Options.",
|
|
2209
|
-
"isViewNode":
|
|
2284
|
+
"isViewNode": false,
|
|
2210
2285
|
"type": "object",
|
|
2211
2286
|
"properties": {
|
|
2212
2287
|
"id": {
|
|
@@ -2730,9 +2805,8 @@
|
|
|
2730
2805
|
},
|
|
2731
2806
|
"properties": {
|
|
2732
2807
|
"$ref": "#/definitions/string[]",
|
|
2733
|
-
"description": "properties",
|
|
2808
|
+
"description": "Determines the properties displayed in the column\nThe properties allow to export, sort, group, copy, and paste in the column\n",
|
|
2734
2809
|
"artifactType": "XMLProperty",
|
|
2735
|
-
"isViewNode": true,
|
|
2736
2810
|
"metadata": {
|
|
2737
2811
|
"type": "Property"
|
|
2738
2812
|
}
|
|
@@ -2807,9 +2881,8 @@
|
|
|
2807
2881
|
},
|
|
2808
2882
|
"property": {
|
|
2809
2883
|
"$ref": "#/definitions/string[]",
|
|
2810
|
-
"description": "
|
|
2884
|
+
"description": "Determines the properties of the column.",
|
|
2811
2885
|
"artifactType": "XMLProperty",
|
|
2812
|
-
"isViewNode": true,
|
|
2813
2886
|
"metadata": {
|
|
2814
2887
|
"type": "Property"
|
|
2815
2888
|
}
|
|
@@ -2959,7 +3032,7 @@
|
|
|
2959
3032
|
"additionalProperties": {
|
|
2960
3033
|
"$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
|
|
2961
3034
|
},
|
|
2962
|
-
"isViewNode":
|
|
3035
|
+
"isViewNode": false,
|
|
2963
3036
|
"metadata": {
|
|
2964
3037
|
"path": [],
|
|
2965
3038
|
"type": "Aggregation"
|
|
@@ -2979,9 +3052,8 @@
|
|
|
2979
3052
|
"properties": {
|
|
2980
3053
|
"ignoredFields": {
|
|
2981
3054
|
"$ref": "#/definitions/string[]",
|
|
2982
|
-
"description": "
|
|
3055
|
+
"description": "Defines the list of fields that should be ignored in the mass edit dialog",
|
|
2983
3056
|
"artifactType": "XMLProperty",
|
|
2984
|
-
"isViewNode": true,
|
|
2985
3057
|
"metadata": {
|
|
2986
3058
|
"type": "Property"
|
|
2987
3059
|
}
|
|
@@ -3000,9 +3072,8 @@
|
|
|
3000
3072
|
},
|
|
3001
3073
|
"visibleFields": {
|
|
3002
3074
|
"$ref": "#/definitions/string[]",
|
|
3003
|
-
"description": "
|
|
3075
|
+
"description": "Defines the list of fields that should be visible in the mass edit dialog",
|
|
3004
3076
|
"artifactType": "XMLProperty",
|
|
3005
|
-
"isViewNode": true,
|
|
3006
3077
|
"metadata": {
|
|
3007
3078
|
"type": "Property"
|
|
3008
3079
|
}
|
|
@@ -3077,9 +3148,8 @@
|
|
|
3077
3148
|
"properties": {
|
|
3078
3149
|
"paths": {
|
|
3079
3150
|
"$ref": "#/definitions/string[]",
|
|
3080
|
-
"description": "paths",
|
|
3151
|
+
"description": "Defines the list of paths pointing to the selection variants that should be used as quick filters",
|
|
3081
3152
|
"artifactType": "XMLProperty",
|
|
3082
|
-
"isViewNode": true,
|
|
3083
3153
|
"metadata": {
|
|
3084
3154
|
"type": "Property"
|
|
3085
3155
|
}
|
|
@@ -3138,9 +3208,8 @@
|
|
|
3138
3208
|
},
|
|
3139
3209
|
"creationMode": {
|
|
3140
3210
|
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
3141
|
-
"description": "
|
|
3211
|
+
"description": "A set of options that can be configured.",
|
|
3142
3212
|
"artifactType": "XMLProperty",
|
|
3143
|
-
"isViewNode": true,
|
|
3144
3213
|
"metadata": {
|
|
3145
3214
|
"type": "Property"
|
|
3146
3215
|
}
|
|
@@ -3469,7 +3538,7 @@
|
|
|
3469
3538
|
"additionalProperties": {
|
|
3470
3539
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3471
3540
|
},
|
|
3472
|
-
"isViewNode":
|
|
3541
|
+
"isViewNode": false,
|
|
3473
3542
|
"metadata": {
|
|
3474
3543
|
"path": [],
|
|
3475
3544
|
"type": "Aggregation"
|
|
@@ -3491,7 +3560,7 @@
|
|
|
3491
3560
|
"additionalProperties": {
|
|
3492
3561
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
3493
3562
|
},
|
|
3494
|
-
"isViewNode":
|
|
3563
|
+
"isViewNode": false,
|
|
3495
3564
|
"metadata": {
|
|
3496
3565
|
"path": [],
|
|
3497
3566
|
"type": "Aggregation"
|
|
@@ -3560,9 +3629,8 @@
|
|
|
3560
3629
|
},
|
|
3561
3630
|
"creationMode": {
|
|
3562
3631
|
"$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
|
|
3563
|
-
"description": "
|
|
3632
|
+
"description": "A set of options that can be configured.",
|
|
3564
3633
|
"artifactType": "XMLProperty",
|
|
3565
|
-
"isViewNode": true,
|
|
3566
3634
|
"metadata": {
|
|
3567
3635
|
"type": "Property"
|
|
3568
3636
|
}
|
|
@@ -3886,7 +3954,7 @@
|
|
|
3886
3954
|
"additionalProperties": {
|
|
3887
3955
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
3888
3956
|
},
|
|
3889
|
-
"isViewNode":
|
|
3957
|
+
"isViewNode": false,
|
|
3890
3958
|
"metadata": {
|
|
3891
3959
|
"path": [],
|
|
3892
3960
|
"type": "Aggregation"
|
|
@@ -3908,7 +3976,7 @@
|
|
|
3908
3976
|
"additionalProperties": {
|
|
3909
3977
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
3910
3978
|
},
|
|
3911
|
-
"isViewNode":
|
|
3979
|
+
"isViewNode": false,
|
|
3912
3980
|
"metadata": {
|
|
3913
3981
|
"path": [],
|
|
3914
3982
|
"type": "Aggregation"
|
|
@@ -3947,7 +4015,7 @@
|
|
|
3947
4015
|
},
|
|
3948
4016
|
"sap.fe.macros.table.TableCreationOptions": {
|
|
3949
4017
|
"description": "Create options for the table.",
|
|
3950
|
-
"isViewNode":
|
|
4018
|
+
"isViewNode": false,
|
|
3951
4019
|
"type": "object",
|
|
3952
4020
|
"properties": {
|
|
3953
4021
|
"createAtEnd": {
|
|
@@ -4043,9 +4111,8 @@
|
|
|
4043
4111
|
},
|
|
4044
4112
|
"creationMode": {
|
|
4045
4113
|
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
4046
|
-
"description": "
|
|
4114
|
+
"description": "A set of options that can be configured.",
|
|
4047
4115
|
"artifactType": "XMLProperty",
|
|
4048
|
-
"isViewNode": true,
|
|
4049
4116
|
"metadata": {
|
|
4050
4117
|
"type": "Property"
|
|
4051
4118
|
}
|
|
@@ -4405,7 +4472,7 @@
|
|
|
4405
4472
|
"additionalProperties": {
|
|
4406
4473
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
4407
4474
|
},
|
|
4408
|
-
"isViewNode":
|
|
4475
|
+
"isViewNode": false,
|
|
4409
4476
|
"metadata": {
|
|
4410
4477
|
"path": [],
|
|
4411
4478
|
"type": "Aggregation"
|
|
@@ -4427,7 +4494,7 @@
|
|
|
4427
4494
|
"additionalProperties": {
|
|
4428
4495
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
4429
4496
|
},
|
|
4430
|
-
"isViewNode":
|
|
4497
|
+
"isViewNode": false,
|
|
4431
4498
|
"metadata": {
|
|
4432
4499
|
"path": [],
|
|
4433
4500
|
"type": "Aggregation"
|
|
@@ -4495,9 +4562,8 @@
|
|
|
4495
4562
|
},
|
|
4496
4563
|
"creationMode": {
|
|
4497
4564
|
"$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
|
|
4498
|
-
"description": "
|
|
4565
|
+
"description": "A set of options that can be configured.",
|
|
4499
4566
|
"artifactType": "XMLProperty",
|
|
4500
|
-
"isViewNode": true,
|
|
4501
4567
|
"metadata": {
|
|
4502
4568
|
"type": "Property"
|
|
4503
4569
|
}
|
|
@@ -4857,7 +4923,7 @@
|
|
|
4857
4923
|
"additionalProperties": {
|
|
4858
4924
|
"$ref": "#/definitions/sap.fe.macros.table.AnalyticalConfiguration"
|
|
4859
4925
|
},
|
|
4860
|
-
"isViewNode":
|
|
4926
|
+
"isViewNode": false,
|
|
4861
4927
|
"metadata": {
|
|
4862
4928
|
"path": [],
|
|
4863
4929
|
"type": "Aggregation"
|
|
@@ -4879,7 +4945,7 @@
|
|
|
4879
4945
|
"additionalProperties": {
|
|
4880
4946
|
"$ref": "#/definitions/sap.fe.macros.table.MassEdit"
|
|
4881
4947
|
},
|
|
4882
|
-
"isViewNode":
|
|
4948
|
+
"isViewNode": false,
|
|
4883
4949
|
"metadata": {
|
|
4884
4950
|
"path": [],
|
|
4885
4951
|
"type": "Aggregation"
|
|
@@ -4918,7 +4984,7 @@
|
|
|
4918
4984
|
},
|
|
4919
4985
|
"sap.fe.macros.table.TreeTableCreationOptions": {
|
|
4920
4986
|
"description": "Create options for the tree table.",
|
|
4921
|
-
"isViewNode":
|
|
4987
|
+
"isViewNode": false,
|
|
4922
4988
|
"type": "object",
|
|
4923
4989
|
"properties": {
|
|
4924
4990
|
"createInPlace": {
|