@sap/ux-specification 1.124.4 → 1.124.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 +23 -28
- 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-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 +101 -101
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +86 -85
- package/dist/schemas/v2/ObjectPageConfig.json +83 -83
- package/dist/schemas/v2/OverviewPageConfig.json +84 -84
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
- package/dist/schemas/v4/ListReportConfig.json +50 -50
- package/dist/schemas/v4/ObjectPageConfig.json +47 -47
- package/dist/specification/package.json +4 -4
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +38 -23
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +37 -36
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +52 -47
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +28 -35
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +4 -4
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"artifactType": "Manifest"
|
|
13
13
|
},
|
|
14
14
|
"allowDeepLinking": {
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "Restricts deep linking to certain object page levels.",
|
|
16
16
|
"type": "boolean",
|
|
17
17
|
"artifactType": "Manifest"
|
|
18
18
|
},
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"artifactType": "Manifest"
|
|
23
23
|
},
|
|
24
24
|
"defaultLayoutTypeIfExternalNavigation": {
|
|
25
|
-
"description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object,
|
|
25
|
+
"description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, the object page is opened in full screen mode.",
|
|
26
26
|
"type": "string",
|
|
27
27
|
"const": "MidColumnFullScreen",
|
|
28
28
|
"artifactType": "Manifest"
|
|
29
29
|
},
|
|
30
30
|
"globalTableSettings": {
|
|
31
31
|
"$ref": "#/definitions/GlobalTableSettings",
|
|
32
|
-
"description": "Settings for all tables of the object page",
|
|
32
|
+
"description": "Settings for all tables of the object page.",
|
|
33
33
|
"artifactType": "Manifest"
|
|
34
34
|
},
|
|
35
35
|
"globalChartSettings": {
|
|
36
36
|
"$ref": "#/definitions/GlobalChartSettings",
|
|
37
|
-
"description": "Settings for all charts on an object page",
|
|
37
|
+
"description": "Settings for all charts on an object page.",
|
|
38
38
|
"artifactType": "Manifest"
|
|
39
39
|
},
|
|
40
40
|
"header": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
73
73
|
},
|
|
74
74
|
"multiSelect": {
|
|
75
|
-
"description": "Single selection in tables is enabled by default.
|
|
75
|
+
"description": "Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.",
|
|
76
76
|
"type": "boolean",
|
|
77
77
|
"artifactType": "Manifest"
|
|
78
78
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"artifactType": "Manifest"
|
|
83
83
|
},
|
|
84
84
|
"inlineDelete": {
|
|
85
|
-
"description": "Used to enable inline deletion in a responsive table
|
|
85
|
+
"description": "Used to enable inline deletion in a responsive table.",
|
|
86
86
|
"type": "boolean",
|
|
87
87
|
"artifactType": "Manifest"
|
|
88
88
|
},
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"type": "object",
|
|
118
118
|
"properties": {
|
|
119
119
|
"variantManagement": {
|
|
120
|
-
"description": "
|
|
120
|
+
"description": "Enables variant management for charts in an object page.",
|
|
121
121
|
"type": "boolean",
|
|
122
122
|
"artifactType": "Manifest"
|
|
123
123
|
}
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
},
|
|
161
161
|
"actions": {
|
|
162
162
|
"$ref": "#/definitions/ObjectPageHeaderActions",
|
|
163
|
-
"description": "Set properties of actions on Object Page
|
|
163
|
+
"description": "Set properties of actions on the Object Page header"
|
|
164
164
|
},
|
|
165
165
|
"showHeaderAsCarouselOnDesktop": {
|
|
166
|
-
"description": "
|
|
166
|
+
"description": "Enables the carousel header on the desktop",
|
|
167
167
|
"type": "boolean",
|
|
168
168
|
"artifactType": "Manifest",
|
|
169
169
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
229
229
|
},
|
|
230
230
|
"icon": {
|
|
231
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
231
|
+
"description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
232
232
|
"type": "string",
|
|
233
233
|
"artifactType": "FlexChange",
|
|
234
234
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
235
235
|
},
|
|
236
236
|
"activeIcon": {
|
|
237
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
237
|
+
"description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
238
238
|
"type": "string",
|
|
239
239
|
"artifactType": "FlexChange",
|
|
240
240
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"$ref": "#/definitions/SectionPosition"
|
|
374
374
|
},
|
|
375
375
|
"title": {
|
|
376
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
376
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
377
377
|
"i18nClassification": "TIT: Custom section title",
|
|
378
378
|
"type": "string"
|
|
379
379
|
},
|
|
@@ -420,24 +420,24 @@
|
|
|
420
420
|
"type": "string"
|
|
421
421
|
}
|
|
422
422
|
],
|
|
423
|
-
"description": "
|
|
423
|
+
"description": "Determines the visibility of the Header content.",
|
|
424
424
|
"artifactType": "FlexChange",
|
|
425
425
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
426
426
|
},
|
|
427
427
|
"showAnchorBar": {
|
|
428
|
-
"description": "
|
|
428
|
+
"description": "Determines whether the navigation bar (anchor bar) is displayed.",
|
|
429
429
|
"type": "boolean",
|
|
430
430
|
"artifactType": "FlexChange",
|
|
431
431
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
432
432
|
},
|
|
433
433
|
"useIconTabBar": {
|
|
434
|
-
"description": "
|
|
434
|
+
"description": "Determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
|
|
435
435
|
"type": "boolean",
|
|
436
436
|
"artifactType": "FlexChange",
|
|
437
437
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
438
438
|
},
|
|
439
439
|
"alwaysShowContentHeader": {
|
|
440
|
-
"description": "
|
|
440
|
+
"description": "Determines whether header content will always be expanded on the desktop.",
|
|
441
441
|
"type": "boolean",
|
|
442
442
|
"artifactType": "FlexChange",
|
|
443
443
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
"type": "string"
|
|
494
494
|
}
|
|
495
495
|
],
|
|
496
|
-
"description": "
|
|
496
|
+
"description": "Defines if this section should be visible.",
|
|
497
497
|
"artifactType": "FlexChange",
|
|
498
498
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
499
499
|
}
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"type": "string"
|
|
524
524
|
}
|
|
525
525
|
],
|
|
526
|
-
"description": "
|
|
526
|
+
"description": "Defines if this section should be visible.",
|
|
527
527
|
"artifactType": "FlexChange",
|
|
528
528
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
529
529
|
}
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"type": "string"
|
|
571
571
|
}
|
|
572
572
|
],
|
|
573
|
-
"description": "
|
|
573
|
+
"description": "Defines if the field is visible on the screen.",
|
|
574
574
|
"artifactType": "FlexChange",
|
|
575
575
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
576
576
|
}
|
|
@@ -615,13 +615,13 @@
|
|
|
615
615
|
"controlType": "sap.m.Button"
|
|
616
616
|
},
|
|
617
617
|
"icon": {
|
|
618
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
618
|
+
"description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
619
619
|
"type": "string",
|
|
620
620
|
"artifactType": "FlexChange",
|
|
621
621
|
"controlType": "sap.m.Button"
|
|
622
622
|
},
|
|
623
623
|
"activeIcon": {
|
|
624
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
624
|
+
"description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
625
625
|
"type": "string",
|
|
626
626
|
"artifactType": "FlexChange",
|
|
627
627
|
"controlType": "sap.m.Button"
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"type": "string"
|
|
675
675
|
}
|
|
676
676
|
],
|
|
677
|
-
"description": "
|
|
677
|
+
"description": "Defines if this section should be visible.",
|
|
678
678
|
"artifactType": "FlexChange",
|
|
679
679
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
680
680
|
}
|
|
@@ -688,19 +688,19 @@
|
|
|
688
688
|
"type": "object",
|
|
689
689
|
"properties": {
|
|
690
690
|
"multiSelect": {
|
|
691
|
-
"description": "
|
|
691
|
+
"description": "Determines whether multi-select is enabled for tables. By default, you can only single-select.",
|
|
692
692
|
"type": "boolean",
|
|
693
693
|
"artifactType": "Manifest"
|
|
694
694
|
},
|
|
695
695
|
"type": {
|
|
696
|
-
"description": "Specifies the type of table",
|
|
696
|
+
"description": "Specifies the type of table.",
|
|
697
697
|
"type": "string",
|
|
698
698
|
"const": "ResponsiveTable",
|
|
699
699
|
"artifactType": "Manifest",
|
|
700
700
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
701
701
|
},
|
|
702
702
|
"includeItemInSelection": {
|
|
703
|
-
"description": "Set
|
|
703
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
704
704
|
"type": "boolean",
|
|
705
705
|
"artifactType": "FlexChange",
|
|
706
706
|
"controlType": "sap.m.Table"
|
|
@@ -715,12 +715,12 @@
|
|
|
715
715
|
"type": "string"
|
|
716
716
|
}
|
|
717
717
|
],
|
|
718
|
-
"description": "
|
|
718
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
719
719
|
"artifactType": "FlexChange",
|
|
720
720
|
"controlType": "sap.m.Table"
|
|
721
721
|
},
|
|
722
722
|
"growingThreshold": {
|
|
723
|
-
"description": "
|
|
723
|
+
"description": "Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
724
724
|
"type": "number",
|
|
725
725
|
"artifactType": "FlexChange",
|
|
726
726
|
"controlType": "sap.m.Table"
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
733
733
|
},
|
|
734
734
|
"selectionLimit": {
|
|
735
|
-
"description": "
|
|
735
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
736
736
|
"type": "number",
|
|
737
737
|
"artifactType": "Manifest"
|
|
738
738
|
},
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
761
761
|
},
|
|
762
762
|
"showPasteButton": {
|
|
763
|
-
"description": "
|
|
763
|
+
"description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
|
|
764
764
|
"type": "boolean",
|
|
765
765
|
"artifactType": "FlexChange",
|
|
766
766
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -768,17 +768,17 @@
|
|
|
768
768
|
},
|
|
769
769
|
"createWithParameterDialog": {
|
|
770
770
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
771
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
771
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
772
772
|
"artifactType": "Manifest"
|
|
773
773
|
},
|
|
774
774
|
"copy": {
|
|
775
|
-
"description": "If
|
|
775
|
+
"description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
776
776
|
"type": "boolean",
|
|
777
777
|
"artifactType": "Manifest"
|
|
778
778
|
},
|
|
779
779
|
"quickVariantSelection": {
|
|
780
780
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
781
|
-
"description": "With quickVariantSelection you can
|
|
781
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
782
782
|
"artifactType": "Manifest"
|
|
783
783
|
},
|
|
784
784
|
"toolBar": {
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
"artifactType": "Manifest"
|
|
854
854
|
},
|
|
855
855
|
"variants": {
|
|
856
|
-
"description": "The variants section contains a set of entries that point to
|
|
856
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.",
|
|
857
857
|
"type": "object",
|
|
858
858
|
"additionalProperties": false,
|
|
859
859
|
"patternProperties": {
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"type": "object",
|
|
874
874
|
"properties": {
|
|
875
875
|
"key": {
|
|
876
|
-
"description": "
|
|
876
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
877
877
|
"type": "string"
|
|
878
878
|
},
|
|
879
879
|
"annotationPath": {
|
|
@@ -941,13 +941,13 @@
|
|
|
941
941
|
"controlType": "sap.m.Button"
|
|
942
942
|
},
|
|
943
943
|
"icon": {
|
|
944
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
944
|
+
"description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
945
945
|
"type": "string",
|
|
946
946
|
"artifactType": "FlexChange",
|
|
947
947
|
"controlType": "sap.m.Button"
|
|
948
948
|
},
|
|
949
949
|
"activeIcon": {
|
|
950
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
950
|
+
"description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
951
951
|
"type": "string",
|
|
952
952
|
"artifactType": "FlexChange",
|
|
953
953
|
"controlType": "sap.m.Button"
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
"type": "object",
|
|
989
989
|
"properties": {
|
|
990
990
|
"width": {
|
|
991
|
-
"description": "
|
|
991
|
+
"description": "Defines the width of the column.",
|
|
992
992
|
"type": "string",
|
|
993
993
|
"artifactType": "FlexChange",
|
|
994
994
|
"controlType": "sap.m.Column"
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
"type": "string"
|
|
1004
1004
|
}
|
|
1005
1005
|
],
|
|
1006
|
-
"description": "
|
|
1006
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
1007
1007
|
"artifactType": "FlexChange",
|
|
1008
1008
|
"controlType": "sap.m.Column"
|
|
1009
1009
|
}
|
|
@@ -1035,13 +1035,13 @@
|
|
|
1035
1035
|
"controlType": "sap.m.Button"
|
|
1036
1036
|
},
|
|
1037
1037
|
"icon": {
|
|
1038
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1038
|
+
"description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1039
1039
|
"type": "string",
|
|
1040
1040
|
"artifactType": "FlexChange",
|
|
1041
1041
|
"controlType": "sap.m.Button"
|
|
1042
1042
|
},
|
|
1043
1043
|
"activeIcon": {
|
|
1044
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1044
|
+
"description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1045
1045
|
"type": "string",
|
|
1046
1046
|
"artifactType": "FlexChange",
|
|
1047
1047
|
"controlType": "sap.m.Button"
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
"controlType": "sap.m.Button"
|
|
1054
1054
|
},
|
|
1055
1055
|
"width": {
|
|
1056
|
-
"description": "
|
|
1056
|
+
"description": "Defines the width of the column.",
|
|
1057
1057
|
"type": "string",
|
|
1058
1058
|
"artifactType": "FlexChange",
|
|
1059
1059
|
"controlType": "sap.m.Column"
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"type": "string"
|
|
1069
1069
|
}
|
|
1070
1070
|
],
|
|
1071
|
-
"description": "
|
|
1071
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
1072
1072
|
"artifactType": "FlexChange",
|
|
1073
1073
|
"controlType": "sap.m.Column"
|
|
1074
1074
|
}
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
"type": "object",
|
|
1082
1082
|
"properties": {
|
|
1083
1083
|
"id": {
|
|
1084
|
-
"description": "
|
|
1084
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
1085
1085
|
"artifactType": "XMLProperty",
|
|
1086
1086
|
"type": "string"
|
|
1087
1087
|
},
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"type": "string"
|
|
1093
1093
|
},
|
|
1094
1094
|
"columnKey": {
|
|
1095
|
-
"description": "The column key",
|
|
1095
|
+
"description": "The column key.",
|
|
1096
1096
|
"artifactType": "XMLProperty",
|
|
1097
1097
|
"type": "string"
|
|
1098
1098
|
},
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
"type": "string"
|
|
1110
1110
|
},
|
|
1111
1111
|
"className": {
|
|
1112
|
-
"description": "The UI5 control used for your extension",
|
|
1112
|
+
"description": "The UI5 control used for your extension.",
|
|
1113
1113
|
"artifactType": "Manifest",
|
|
1114
1114
|
"type": "string",
|
|
1115
1115
|
"const": "sap.ui.core.Fragment"
|
|
@@ -1159,19 +1159,19 @@
|
|
|
1159
1159
|
"type": "object",
|
|
1160
1160
|
"properties": {
|
|
1161
1161
|
"inlineDelete": {
|
|
1162
|
-
"description": "Used to enable inline deletion in a responsive table
|
|
1162
|
+
"description": "Used to enable inline deletion in a responsive table in list report and object pages.",
|
|
1163
1163
|
"type": "boolean",
|
|
1164
1164
|
"artifactType": "Manifest"
|
|
1165
1165
|
},
|
|
1166
1166
|
"type": {
|
|
1167
|
-
"description": "Specifies the type of table",
|
|
1167
|
+
"description": "Specifies the type of table.",
|
|
1168
1168
|
"type": "string",
|
|
1169
1169
|
"const": "ResponsiveTable",
|
|
1170
1170
|
"artifactType": "Manifest",
|
|
1171
1171
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
1172
1172
|
},
|
|
1173
1173
|
"includeItemInSelection": {
|
|
1174
|
-
"description": "Set
|
|
1174
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
1175
1175
|
"type": "boolean",
|
|
1176
1176
|
"artifactType": "FlexChange",
|
|
1177
1177
|
"controlType": "sap.m.Table"
|
|
@@ -1186,12 +1186,12 @@
|
|
|
1186
1186
|
"type": "string"
|
|
1187
1187
|
}
|
|
1188
1188
|
],
|
|
1189
|
-
"description": "
|
|
1189
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
1190
1190
|
"artifactType": "FlexChange",
|
|
1191
1191
|
"controlType": "sap.m.Table"
|
|
1192
1192
|
},
|
|
1193
1193
|
"growingThreshold": {
|
|
1194
|
-
"description": "
|
|
1194
|
+
"description": "Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
1195
1195
|
"type": "number",
|
|
1196
1196
|
"artifactType": "FlexChange",
|
|
1197
1197
|
"controlType": "sap.m.Table"
|
|
@@ -1203,7 +1203,7 @@
|
|
|
1203
1203
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1204
1204
|
},
|
|
1205
1205
|
"selectionLimit": {
|
|
1206
|
-
"description": "
|
|
1206
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1207
1207
|
"type": "number",
|
|
1208
1208
|
"artifactType": "Manifest"
|
|
1209
1209
|
},
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1232
1232
|
},
|
|
1233
1233
|
"showPasteButton": {
|
|
1234
|
-
"description": "
|
|
1234
|
+
"description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
|
|
1235
1235
|
"type": "boolean",
|
|
1236
1236
|
"artifactType": "FlexChange",
|
|
1237
1237
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1239,17 +1239,17 @@
|
|
|
1239
1239
|
},
|
|
1240
1240
|
"createWithParameterDialog": {
|
|
1241
1241
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1242
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1242
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1243
1243
|
"artifactType": "Manifest"
|
|
1244
1244
|
},
|
|
1245
1245
|
"copy": {
|
|
1246
|
-
"description": "If
|
|
1246
|
+
"description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1247
1247
|
"type": "boolean",
|
|
1248
1248
|
"artifactType": "Manifest"
|
|
1249
1249
|
},
|
|
1250
1250
|
"quickVariantSelection": {
|
|
1251
1251
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1252
|
-
"description": "With quickVariantSelection you can
|
|
1252
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1253
1253
|
"artifactType": "Manifest"
|
|
1254
1254
|
},
|
|
1255
1255
|
"toolBar": {
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
"type": "object",
|
|
1281
1281
|
"properties": {
|
|
1282
1282
|
"type": {
|
|
1283
|
-
"description": "Specifies the type of table",
|
|
1283
|
+
"description": "Specifies the type of table.",
|
|
1284
1284
|
"type": "string",
|
|
1285
1285
|
"const": "AnalyticalTable",
|
|
1286
1286
|
"artifactType": "Manifest",
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1304
1304
|
},
|
|
1305
1305
|
"selectionLimit": {
|
|
1306
|
-
"description": "
|
|
1306
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1307
1307
|
"type": "number",
|
|
1308
1308
|
"artifactType": "Manifest"
|
|
1309
1309
|
},
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1332
1332
|
},
|
|
1333
1333
|
"showPasteButton": {
|
|
1334
|
-
"description": "
|
|
1334
|
+
"description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
|
|
1335
1335
|
"type": "boolean",
|
|
1336
1336
|
"artifactType": "FlexChange",
|
|
1337
1337
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1339,17 +1339,17 @@
|
|
|
1339
1339
|
},
|
|
1340
1340
|
"createWithParameterDialog": {
|
|
1341
1341
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1342
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1342
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1343
1343
|
"artifactType": "Manifest"
|
|
1344
1344
|
},
|
|
1345
1345
|
"copy": {
|
|
1346
|
-
"description": "If
|
|
1346
|
+
"description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1347
1347
|
"type": "boolean",
|
|
1348
1348
|
"artifactType": "Manifest"
|
|
1349
1349
|
},
|
|
1350
1350
|
"quickVariantSelection": {
|
|
1351
1351
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1352
|
-
"description": "With quickVariantSelection you can
|
|
1352
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1353
1353
|
"artifactType": "Manifest"
|
|
1354
1354
|
},
|
|
1355
1355
|
"toolBar": {
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
"type": "object",
|
|
1381
1381
|
"properties": {
|
|
1382
1382
|
"type": {
|
|
1383
|
-
"description": "Specifies the type of table",
|
|
1383
|
+
"description": "Specifies the type of table.",
|
|
1384
1384
|
"type": "string",
|
|
1385
1385
|
"const": "GridTable",
|
|
1386
1386
|
"artifactType": "Manifest",
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1404
1404
|
},
|
|
1405
1405
|
"selectionLimit": {
|
|
1406
|
-
"description": "
|
|
1406
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1407
1407
|
"type": "number",
|
|
1408
1408
|
"artifactType": "Manifest"
|
|
1409
1409
|
},
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1432
1432
|
},
|
|
1433
1433
|
"showPasteButton": {
|
|
1434
|
-
"description": "
|
|
1434
|
+
"description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
|
|
1435
1435
|
"type": "boolean",
|
|
1436
1436
|
"artifactType": "FlexChange",
|
|
1437
1437
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1439,17 +1439,17 @@
|
|
|
1439
1439
|
},
|
|
1440
1440
|
"createWithParameterDialog": {
|
|
1441
1441
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1442
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1442
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1443
1443
|
"artifactType": "Manifest"
|
|
1444
1444
|
},
|
|
1445
1445
|
"copy": {
|
|
1446
|
-
"description": "If
|
|
1446
|
+
"description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1447
1447
|
"type": "boolean",
|
|
1448
1448
|
"artifactType": "Manifest"
|
|
1449
1449
|
},
|
|
1450
1450
|
"quickVariantSelection": {
|
|
1451
1451
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1452
|
-
"description": "With quickVariantSelection you can
|
|
1452
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1453
1453
|
"artifactType": "Manifest"
|
|
1454
1454
|
},
|
|
1455
1455
|
"toolBar": {
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"type": "object",
|
|
1481
1481
|
"properties": {
|
|
1482
1482
|
"type": {
|
|
1483
|
-
"description": "Specifies the type of table",
|
|
1483
|
+
"description": "Specifies the type of table.",
|
|
1484
1484
|
"type": "string",
|
|
1485
1485
|
"const": "TreeTable",
|
|
1486
1486
|
"artifactType": "Manifest",
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1504
1504
|
},
|
|
1505
1505
|
"selectionLimit": {
|
|
1506
|
-
"description": "
|
|
1506
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1507
1507
|
"type": "number",
|
|
1508
1508
|
"artifactType": "Manifest"
|
|
1509
1509
|
},
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1532
1532
|
},
|
|
1533
1533
|
"showPasteButton": {
|
|
1534
|
-
"description": "
|
|
1534
|
+
"description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
|
|
1535
1535
|
"type": "boolean",
|
|
1536
1536
|
"artifactType": "FlexChange",
|
|
1537
1537
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1539,17 +1539,17 @@
|
|
|
1539
1539
|
},
|
|
1540
1540
|
"createWithParameterDialog": {
|
|
1541
1541
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1542
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1542
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1543
1543
|
"artifactType": "Manifest"
|
|
1544
1544
|
},
|
|
1545
1545
|
"copy": {
|
|
1546
|
-
"description": "If
|
|
1546
|
+
"description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1547
1547
|
"type": "boolean",
|
|
1548
1548
|
"artifactType": "Manifest"
|
|
1549
1549
|
},
|
|
1550
1550
|
"quickVariantSelection": {
|
|
1551
1551
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1552
|
-
"description": "With quickVariantSelection you can
|
|
1552
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1553
1553
|
"artifactType": "Manifest"
|
|
1554
1554
|
},
|
|
1555
1555
|
"toolBar": {
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
"type": "string"
|
|
1597
1597
|
}
|
|
1598
1598
|
],
|
|
1599
|
-
"description": "
|
|
1599
|
+
"description": "Defines if this section should be visible.",
|
|
1600
1600
|
"artifactType": "FlexChange",
|
|
1601
1601
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1602
1602
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"type": "object",
|
|
1610
1610
|
"properties": {
|
|
1611
1611
|
"variantManagement": {
|
|
1612
|
-
"description": "
|
|
1612
|
+
"description": "Enables variant management for charts in an object page.",
|
|
1613
1613
|
"type": "boolean",
|
|
1614
1614
|
"artifactType": "Manifest"
|
|
1615
1615
|
}
|
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
"type": "string"
|
|
1642
1642
|
}
|
|
1643
1643
|
],
|
|
1644
|
-
"description": "
|
|
1644
|
+
"description": "Defines if this section should be visible.",
|
|
1645
1645
|
"artifactType": "FlexChange",
|
|
1646
1646
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1647
1647
|
}
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
"type": "string"
|
|
1674
1674
|
}
|
|
1675
1675
|
],
|
|
1676
|
-
"description": "
|
|
1676
|
+
"description": "Defines if this section should be visible.",
|
|
1677
1677
|
"artifactType": "FlexChange",
|
|
1678
1678
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1679
1679
|
}
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
"type": "string"
|
|
1704
1704
|
}
|
|
1705
1705
|
],
|
|
1706
|
-
"description": "
|
|
1706
|
+
"description": "Defines if this section should be visible.",
|
|
1707
1707
|
"artifactType": "FlexChange",
|
|
1708
1708
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1709
1709
|
}
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
"type": "string"
|
|
1758
1758
|
}
|
|
1759
1759
|
],
|
|
1760
|
-
"description": "
|
|
1760
|
+
"description": "Defines if this section should be visible.",
|
|
1761
1761
|
"artifactType": "FlexChange",
|
|
1762
1762
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1763
1763
|
}
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
"$ref": "#/definitions/SectionPosition"
|
|
1821
1821
|
},
|
|
1822
1822
|
"title": {
|
|
1823
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1823
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1824
1824
|
"i18nClassification": "TIT: Custom section title",
|
|
1825
1825
|
"type": "string"
|
|
1826
1826
|
}
|
|
@@ -1866,7 +1866,7 @@
|
|
|
1866
1866
|
"$ref": "#/definitions/SectionPosition"
|
|
1867
1867
|
},
|
|
1868
1868
|
"title": {
|
|
1869
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1869
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1870
1870
|
"i18nClassification": "TIT: Custom section title",
|
|
1871
1871
|
"type": "string"
|
|
1872
1872
|
}
|
|
@@ -1935,13 +1935,13 @@
|
|
|
1935
1935
|
"controlType": "sap.m.Button"
|
|
1936
1936
|
},
|
|
1937
1937
|
"icon": {
|
|
1938
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1938
|
+
"description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1939
1939
|
"type": "string",
|
|
1940
1940
|
"artifactType": "FlexChange",
|
|
1941
1941
|
"controlType": "sap.m.Button"
|
|
1942
1942
|
},
|
|
1943
1943
|
"activeIcon": {
|
|
1944
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1944
|
+
"description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1945
1945
|
"type": "string",
|
|
1946
1946
|
"artifactType": "FlexChange",
|
|
1947
1947
|
"controlType": "sap.m.Button"
|