@sapui5/ts-types 1.115.0 → 1.116.0
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/README.md +4 -14
- package/package.json +1 -1
- package/types/index.d.ts +11 -3
- package/types/sap.apf.d.ts +38 -30
- package/types/sap.ca.ui.d.ts +129 -87
- package/types/sap.chart.d.ts +51 -53
- package/types/sap.collaboration.d.ts +22 -20
- package/types/sap.esh.search.ui.d.ts +111 -107
- package/types/sap.f.d.ts +637 -726
- package/types/sap.fe.core.d.ts +187 -61
- package/types/sap.fe.macros.d.ts +46 -16
- package/types/sap.fe.navigation.d.ts +5 -5
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +5 -6
- package/types/sap.fe.test.d.ts +4 -4
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1074 -1207
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +53 -27
- package/types/sap.m.d.ts +6012 -6875
- package/types/sap.makit.d.ts +42 -30
- package/types/sap.me.d.ts +61 -85
- package/types/sap.ndc.d.ts +43 -34
- package/types/sap.ovp.d.ts +19 -6
- package/types/sap.rules.ui.d.ts +29 -37
- package/types/sap.sac.df.d.ts +7 -5
- package/types/sap.suite.ui.commons.d.ts +1012 -1165
- package/types/sap.suite.ui.generic.template.d.ts +66 -64
- package/types/sap.suite.ui.microchart.d.ts +253 -225
- package/types/sap.tnt.d.ts +108 -87
- package/types/sap.ui.codeeditor.d.ts +26 -38
- package/types/sap.ui.commons.d.ts +541 -751
- package/types/sap.ui.comp.d.ts +2160 -2168
- package/types/sap.ui.core.d.ts +2094 -2062
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +31 -27
- package/types/sap.ui.fl.d.ts +48 -100
- package/types/sap.ui.generic.app.d.ts +28 -30
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +391 -319
- package/types/sap.ui.layout.d.ts +317 -341
- package/types/sap.ui.mdc.d.ts +1505 -1386
- package/types/sap.ui.richtexteditor.d.ts +39 -39
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +12 -8
- package/types/sap.ui.support.d.ts +11 -11
- package/types/sap.ui.table.d.ts +344 -454
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +875 -953
- package/types/sap.ui.ux3.d.ts +598 -816
- package/types/sap.ui.vbm.d.ts +496 -764
- package/types/sap.ui.vk.d.ts +1332 -1844
- package/types/sap.ui.vtm.d.ts +312 -386
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +1036 -480
- package/types/sap.ui.webc.main.d.ts +4920 -1500
- package/types/sap.uiext.inbox.d.ts +57 -31
- package/types/sap.ushell.d.ts +451 -981
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +220 -252
- package/types/sap.viz.d.ts +861 -605
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +2 -2
- package/types/sap.zen.crosstab.d.ts +2 -2
- package/types/sap.zen.dsh.d.ts +127 -157
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -92,7 +92,7 @@ declare namespace sap {
|
|
|
92
92
|
| `{${string}}`;
|
|
93
93
|
|
|
94
94
|
/**
|
|
95
|
-
* @
|
|
95
|
+
* @since 1.38.0
|
|
96
96
|
* @deprecated (since 1.60)
|
|
97
97
|
*
|
|
98
98
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
@@ -104,7 +104,7 @@ declare namespace sap {
|
|
|
104
104
|
| `{${string}}`;
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* @
|
|
107
|
+
* @since 1.84
|
|
108
108
|
*
|
|
109
109
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
110
110
|
*/
|
|
@@ -192,7 +192,7 @@ declare namespace sap {
|
|
|
192
192
|
| `{${string}}`;
|
|
193
193
|
|
|
194
194
|
/**
|
|
195
|
-
* @
|
|
195
|
+
* @since 1.60.0
|
|
196
196
|
*
|
|
197
197
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
198
198
|
*/
|
|
@@ -420,7 +420,7 @@ declare namespace sap {
|
|
|
420
420
|
| `{${string}}`;
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
|
-
* @
|
|
423
|
+
* @since 1.38.0
|
|
424
424
|
* @deprecated (since 1.58)
|
|
425
425
|
*
|
|
426
426
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
@@ -432,7 +432,7 @@ declare namespace sap {
|
|
|
432
432
|
| `{${string}}`;
|
|
433
433
|
|
|
434
434
|
/**
|
|
435
|
-
* @
|
|
435
|
+
* @since 1.84
|
|
436
436
|
*
|
|
437
437
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
438
438
|
*/
|
|
@@ -442,7 +442,7 @@ declare namespace sap {
|
|
|
442
442
|
| `{${string}}`;
|
|
443
443
|
|
|
444
444
|
/**
|
|
445
|
-
* @
|
|
445
|
+
* @since 1.86
|
|
446
446
|
*
|
|
447
447
|
* If set to True, the control allows small value ranges for comparing different values. The minimum value
|
|
448
448
|
* of the value range is not taken as 0.
|
|
@@ -467,7 +467,7 @@ declare namespace sap {
|
|
|
467
467
|
| `{${string}}`;
|
|
468
468
|
|
|
469
469
|
/**
|
|
470
|
-
* @
|
|
470
|
+
* @since 1.60.0
|
|
471
471
|
*
|
|
472
472
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
473
473
|
*/
|
|
@@ -526,7 +526,7 @@ declare namespace sap {
|
|
|
526
526
|
| `{${string}}`;
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
* @
|
|
529
|
+
* @since 1.38.0
|
|
530
530
|
* @deprecated (since 1.60.0)
|
|
531
531
|
*
|
|
532
532
|
* If set to true, width and height of the control are determined by the width and height of the container
|
|
@@ -565,7 +565,7 @@ declare namespace sap {
|
|
|
565
565
|
| `{${string}}`;
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
|
-
* @
|
|
568
|
+
* @since 1.84
|
|
569
569
|
*
|
|
570
570
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
571
571
|
*/
|
|
@@ -604,7 +604,7 @@ declare namespace sap {
|
|
|
604
604
|
rightBottomLabel?: sap.suite.ui.microchart.ColumnMicroChartLabel;
|
|
605
605
|
|
|
606
606
|
/**
|
|
607
|
-
* @
|
|
607
|
+
* @since 1.60.0
|
|
608
608
|
*
|
|
609
609
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
610
610
|
*/
|
|
@@ -684,7 +684,7 @@ declare namespace sap {
|
|
|
684
684
|
scale?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
685
685
|
|
|
686
686
|
/**
|
|
687
|
-
* @
|
|
687
|
+
* @since 1.42.0
|
|
688
688
|
*
|
|
689
689
|
* The minimum scale value for the chart used to define the value range of the scale for comparing different
|
|
690
690
|
* values.
|
|
@@ -695,7 +695,7 @@ declare namespace sap {
|
|
|
695
695
|
| `{${string}}`;
|
|
696
696
|
|
|
697
697
|
/**
|
|
698
|
-
* @
|
|
698
|
+
* @since 1.42.0
|
|
699
699
|
*
|
|
700
700
|
* The maximum scale value for the chart used to define the value range of the scale for comparing different
|
|
701
701
|
* values.
|
|
@@ -748,7 +748,7 @@ declare namespace sap {
|
|
|
748
748
|
| `{${string}}`;
|
|
749
749
|
|
|
750
750
|
/**
|
|
751
|
-
* @
|
|
751
|
+
* @since 1.38.0
|
|
752
752
|
* @deprecated (since 1.58)
|
|
753
753
|
*
|
|
754
754
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
@@ -760,7 +760,7 @@ declare namespace sap {
|
|
|
760
760
|
| `{${string}}`;
|
|
761
761
|
|
|
762
762
|
/**
|
|
763
|
-
* @
|
|
763
|
+
* @since 1.84
|
|
764
764
|
*
|
|
765
765
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
766
766
|
*/
|
|
@@ -779,7 +779,7 @@ declare namespace sap {
|
|
|
779
779
|
| `{${string}}`;
|
|
780
780
|
|
|
781
781
|
/**
|
|
782
|
-
* @
|
|
782
|
+
* @since 1.60.0
|
|
783
783
|
*
|
|
784
784
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
785
785
|
*/
|
|
@@ -883,7 +883,7 @@ declare namespace sap {
|
|
|
883
883
|
| `{${string}}`;
|
|
884
884
|
|
|
885
885
|
/**
|
|
886
|
-
* @
|
|
886
|
+
* @since 1.61.0
|
|
887
887
|
*
|
|
888
888
|
* The view of the chart. If not set, the `Normal` view is used by default.
|
|
889
889
|
*/
|
|
@@ -918,7 +918,7 @@ declare namespace sap {
|
|
|
918
918
|
| `{${string}}`;
|
|
919
919
|
|
|
920
920
|
/**
|
|
921
|
-
* @
|
|
921
|
+
* @since 1.38.0
|
|
922
922
|
* @deprecated (since 1.61.0)
|
|
923
923
|
*
|
|
924
924
|
* If this set to true, width and height of the control are determined by the width and height of the container
|
|
@@ -930,7 +930,7 @@ declare namespace sap {
|
|
|
930
930
|
| `{${string}}`;
|
|
931
931
|
|
|
932
932
|
/**
|
|
933
|
-
* @
|
|
933
|
+
* @since 1.84
|
|
934
934
|
*
|
|
935
935
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
936
936
|
*/
|
|
@@ -940,7 +940,7 @@ declare namespace sap {
|
|
|
940
940
|
| `{${string}}`;
|
|
941
941
|
|
|
942
942
|
/**
|
|
943
|
-
* @
|
|
943
|
+
* @since 1.60.0
|
|
944
944
|
*
|
|
945
945
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
946
946
|
*/
|
|
@@ -1027,7 +1027,7 @@ declare namespace sap {
|
|
|
1027
1027
|
| `{${string}}`;
|
|
1028
1028
|
|
|
1029
1029
|
/**
|
|
1030
|
-
* @
|
|
1030
|
+
* @since 1.62.0
|
|
1031
1031
|
*
|
|
1032
1032
|
* The height of the chart. Overrides the height specified in the `size` property.
|
|
1033
1033
|
*/
|
|
@@ -1037,7 +1037,7 @@ declare namespace sap {
|
|
|
1037
1037
|
| `{${string}}`;
|
|
1038
1038
|
|
|
1039
1039
|
/**
|
|
1040
|
-
* @
|
|
1040
|
+
* @since 1.62.0
|
|
1041
1041
|
*
|
|
1042
1042
|
* The alignment of the content. If not set, the `Left` alignment type is used.
|
|
1043
1043
|
*/
|
|
@@ -1047,7 +1047,7 @@ declare namespace sap {
|
|
|
1047
1047
|
| `{${string}}`;
|
|
1048
1048
|
|
|
1049
1049
|
/**
|
|
1050
|
-
* @
|
|
1050
|
+
* @since 1.38.0
|
|
1051
1051
|
* @deprecated (since 1.62.0)
|
|
1052
1052
|
*
|
|
1053
1053
|
* If set to `true`, the width and height of the control are determined by the width and height of the parent
|
|
@@ -1059,7 +1059,7 @@ declare namespace sap {
|
|
|
1059
1059
|
| `{${string}}`;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
|
-
* @
|
|
1062
|
+
* @since 1.84
|
|
1063
1063
|
*
|
|
1064
1064
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
1065
1065
|
*/
|
|
@@ -1078,7 +1078,7 @@ declare namespace sap {
|
|
|
1078
1078
|
| `{${string}}`;
|
|
1079
1079
|
|
|
1080
1080
|
/**
|
|
1081
|
-
* @
|
|
1081
|
+
* @since 1.60.0
|
|
1082
1082
|
*
|
|
1083
1083
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
1084
1084
|
*/
|
|
@@ -1219,7 +1219,7 @@ declare namespace sap {
|
|
|
1219
1219
|
* Event is fired when user has selected or deselected a bar.
|
|
1220
1220
|
*/
|
|
1221
1221
|
selectionChanged?: (
|
|
1222
|
-
oEvent:
|
|
1222
|
+
oEvent: InteractiveBarChart$SelectionChangedEvent
|
|
1223
1223
|
) => void;
|
|
1224
1224
|
|
|
1225
1225
|
/**
|
|
@@ -1252,7 +1252,7 @@ declare namespace sap {
|
|
|
1252
1252
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1253
1253
|
|
|
1254
1254
|
/**
|
|
1255
|
-
* @
|
|
1255
|
+
* @since 1.50.0
|
|
1256
1256
|
*
|
|
1257
1257
|
* Determines the color of the bar.
|
|
1258
1258
|
*/
|
|
@@ -1326,7 +1326,7 @@ declare namespace sap {
|
|
|
1326
1326
|
* Event is fired when a user has selected or deselected a segment or a legend entry.
|
|
1327
1327
|
*/
|
|
1328
1328
|
selectionChanged?: (
|
|
1329
|
-
oEvent:
|
|
1329
|
+
oEvent: InteractiveDonutChart$SelectionChangedEvent
|
|
1330
1330
|
) => void;
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
@@ -1367,7 +1367,7 @@ declare namespace sap {
|
|
|
1367
1367
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1368
1368
|
|
|
1369
1369
|
/**
|
|
1370
|
-
* @
|
|
1370
|
+
* @since 1.50.0
|
|
1371
1371
|
*
|
|
1372
1372
|
* Determines the color of the segment.
|
|
1373
1373
|
*/
|
|
@@ -1451,7 +1451,7 @@ declare namespace sap {
|
|
|
1451
1451
|
* Event is fired when a user has selected or deselected a point.
|
|
1452
1452
|
*/
|
|
1453
1453
|
selectionChanged?: (
|
|
1454
|
-
oEvent:
|
|
1454
|
+
oEvent: InteractiveLineChart$SelectionChangedEvent
|
|
1455
1455
|
) => void;
|
|
1456
1456
|
|
|
1457
1457
|
/**
|
|
@@ -1500,7 +1500,7 @@ declare namespace sap {
|
|
|
1500
1500
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1501
1501
|
|
|
1502
1502
|
/**
|
|
1503
|
-
* @
|
|
1503
|
+
* @since 1.50.0
|
|
1504
1504
|
*
|
|
1505
1505
|
* Determines the color of the point.
|
|
1506
1506
|
*/
|
|
@@ -1681,7 +1681,7 @@ declare namespace sap {
|
|
|
1681
1681
|
| `{${string}}`;
|
|
1682
1682
|
|
|
1683
1683
|
/**
|
|
1684
|
-
* @
|
|
1684
|
+
* @since 1.84
|
|
1685
1685
|
*
|
|
1686
1686
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
1687
1687
|
*/
|
|
@@ -1714,7 +1714,7 @@ declare namespace sap {
|
|
|
1714
1714
|
| `{${string}}`;
|
|
1715
1715
|
|
|
1716
1716
|
/**
|
|
1717
|
-
* @
|
|
1717
|
+
* @since 1.60.0
|
|
1718
1718
|
*
|
|
1719
1719
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
1720
1720
|
*/
|
|
@@ -1863,7 +1863,7 @@ declare namespace sap {
|
|
|
1863
1863
|
| `{${string}}`;
|
|
1864
1864
|
|
|
1865
1865
|
/**
|
|
1866
|
-
* @
|
|
1866
|
+
* @since 1.44.0
|
|
1867
1867
|
*
|
|
1868
1868
|
* The size of the chart. If it is not set, the Auto size is used.
|
|
1869
1869
|
*/
|
|
@@ -1873,7 +1873,7 @@ declare namespace sap {
|
|
|
1873
1873
|
| `{${string}}`;
|
|
1874
1874
|
|
|
1875
1875
|
/**
|
|
1876
|
-
* @
|
|
1876
|
+
* @since 1.62.0
|
|
1877
1877
|
*
|
|
1878
1878
|
* The width of the chart. Overrides the width specified in the `size` property.
|
|
1879
1879
|
*/
|
|
@@ -1883,7 +1883,7 @@ declare namespace sap {
|
|
|
1883
1883
|
| `{${string}}`;
|
|
1884
1884
|
|
|
1885
1885
|
/**
|
|
1886
|
-
* @
|
|
1886
|
+
* @since 1.62.0
|
|
1887
1887
|
*
|
|
1888
1888
|
* The height of the chart. Overrides the height specified in the `size` property.
|
|
1889
1889
|
*/
|
|
@@ -1893,7 +1893,7 @@ declare namespace sap {
|
|
|
1893
1893
|
| `{${string}}`;
|
|
1894
1894
|
|
|
1895
1895
|
/**
|
|
1896
|
-
* @
|
|
1896
|
+
* @since 1.62.0
|
|
1897
1897
|
*
|
|
1898
1898
|
* The alignment of the content. If it is not set, the `Left` alignment type is used.
|
|
1899
1899
|
*/
|
|
@@ -1903,7 +1903,7 @@ declare namespace sap {
|
|
|
1903
1903
|
| `{${string}}`;
|
|
1904
1904
|
|
|
1905
1905
|
/**
|
|
1906
|
-
* @
|
|
1906
|
+
* @since 1.84
|
|
1907
1907
|
*
|
|
1908
1908
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
1909
1909
|
*/
|
|
@@ -1913,7 +1913,7 @@ declare namespace sap {
|
|
|
1913
1913
|
| `{${string}}`;
|
|
1914
1914
|
|
|
1915
1915
|
/**
|
|
1916
|
-
* @
|
|
1916
|
+
* @since 1.60.0
|
|
1917
1917
|
*
|
|
1918
1918
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
1919
1919
|
*/
|
|
@@ -1959,7 +1959,7 @@ declare namespace sap {
|
|
|
1959
1959
|
| `{${string}}`;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
* @
|
|
1962
|
+
* @since 1.76
|
|
1963
1963
|
*
|
|
1964
1964
|
* Defines whether stacked bars with zero value should be rendered. The default is `true` where these zero
|
|
1965
1965
|
* value stacked bars are rendered with a minimum width of 0.25rem.
|
|
@@ -1995,7 +1995,7 @@ declare namespace sap {
|
|
|
1995
1995
|
| `{${string}}`;
|
|
1996
1996
|
|
|
1997
1997
|
/**
|
|
1998
|
-
* @
|
|
1998
|
+
* @since 1.84
|
|
1999
1999
|
*
|
|
2000
2000
|
* If this is set to True, the control will be hidden in 'No data' scenario.
|
|
2001
2001
|
*/
|
|
@@ -2014,7 +2014,7 @@ declare namespace sap {
|
|
|
2014
2014
|
| `{${string}}`;
|
|
2015
2015
|
|
|
2016
2016
|
/**
|
|
2017
|
-
* @
|
|
2017
|
+
* @since 1.60.0
|
|
2018
2018
|
*
|
|
2019
2019
|
* Controls or IDs that label this control. Can be used by screen reader software.
|
|
2020
2020
|
*/
|
|
@@ -2050,25 +2050,25 @@ declare namespace sap {
|
|
|
2050
2050
|
displayValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
|
-
interface $
|
|
2053
|
+
interface AreaMicroChart$PressEventParameters {}
|
|
2054
2054
|
|
|
2055
|
-
interface $
|
|
2055
|
+
interface BulletMicroChart$PressEventParameters {}
|
|
2056
2056
|
|
|
2057
|
-
interface $
|
|
2057
|
+
interface ColumnMicroChart$PressEventParameters {}
|
|
2058
2058
|
|
|
2059
|
-
interface $
|
|
2059
|
+
interface ColumnMicroChartData$PressEventParameters {}
|
|
2060
2060
|
|
|
2061
|
-
interface $
|
|
2061
|
+
interface ComparisonMicroChart$PressEventParameters {}
|
|
2062
2062
|
|
|
2063
|
-
interface $
|
|
2063
|
+
interface ComparisonMicroChartData$PressEventParameters {}
|
|
2064
2064
|
|
|
2065
|
-
interface $
|
|
2065
|
+
interface DeltaMicroChart$PressEventParameters {}
|
|
2066
2066
|
|
|
2067
|
-
interface $
|
|
2067
|
+
interface HarveyBallMicroChart$PressEventParameters {}
|
|
2068
2068
|
|
|
2069
|
-
interface $
|
|
2069
|
+
interface InteractiveBarChart$PressEventParameters {}
|
|
2070
2070
|
|
|
2071
|
-
interface $
|
|
2071
|
+
interface InteractiveBarChart$SelectionChangedEventParameters {
|
|
2072
2072
|
/**
|
|
2073
2073
|
* All bars which are in selected state.
|
|
2074
2074
|
*/
|
|
@@ -2085,9 +2085,9 @@ declare namespace sap {
|
|
|
2085
2085
|
selected?: boolean;
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
|
-
interface $
|
|
2088
|
+
interface InteractiveDonutChart$PressEventParameters {}
|
|
2089
2089
|
|
|
2090
|
-
interface $
|
|
2090
|
+
interface InteractiveDonutChart$SelectionChangedEventParameters {
|
|
2091
2091
|
/**
|
|
2092
2092
|
* Contains all selected segments.
|
|
2093
2093
|
*/
|
|
@@ -2104,9 +2104,9 @@ declare namespace sap {
|
|
|
2104
2104
|
selected?: boolean;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
|
-
interface $
|
|
2107
|
+
interface InteractiveLineChart$PressEventParameters {}
|
|
2108
2108
|
|
|
2109
|
-
interface $
|
|
2109
|
+
interface InteractiveLineChart$SelectionChangedEventParameters {
|
|
2110
2110
|
/**
|
|
2111
2111
|
* All points which are in selected state.
|
|
2112
2112
|
*/
|
|
@@ -2123,14 +2123,14 @@ declare namespace sap {
|
|
|
2123
2123
|
selected?: boolean;
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
2126
|
-
interface $
|
|
2126
|
+
interface LineMicroChart$PressEventParameters {}
|
|
2127
2127
|
|
|
2128
|
-
interface $
|
|
2128
|
+
interface RadialMicroChart$PressEventParameters {}
|
|
2129
2129
|
|
|
2130
|
-
interface $
|
|
2130
|
+
interface StackedBarMicroChart$PressEventParameters {}
|
|
2131
2131
|
|
|
2132
2132
|
/**
|
|
2133
|
-
* @
|
|
2133
|
+
* @since 1.34
|
|
2134
2134
|
*
|
|
2135
2135
|
*
|
|
2136
2136
|
* Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression
|
|
@@ -2204,7 +2204,7 @@ declare namespace sap {
|
|
|
2204
2204
|
*/
|
|
2205
2205
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2206
2206
|
/**
|
|
2207
|
-
* @
|
|
2207
|
+
* @since 1.60.0
|
|
2208
2208
|
*
|
|
2209
2209
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
2210
2210
|
*
|
|
@@ -2412,7 +2412,7 @@ declare namespace sap {
|
|
|
2412
2412
|
oListener?: object
|
|
2413
2413
|
): this;
|
|
2414
2414
|
/**
|
|
2415
|
-
* @
|
|
2415
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2416
2416
|
*
|
|
2417
2417
|
* Enables x-values of all points are automatically indexed with numeric, equidistant values.
|
|
2418
2418
|
*/
|
|
@@ -2423,7 +2423,7 @@ declare namespace sap {
|
|
|
2423
2423
|
useIndex: boolean
|
|
2424
2424
|
): void;
|
|
2425
2425
|
/**
|
|
2426
|
-
* @
|
|
2426
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2427
2427
|
*
|
|
2428
2428
|
* Fires event {@link #event:press press} to attached listeners.
|
|
2429
2429
|
*
|
|
@@ -2436,7 +2436,7 @@ declare namespace sap {
|
|
|
2436
2436
|
mParameters?: object
|
|
2437
2437
|
): this;
|
|
2438
2438
|
/**
|
|
2439
|
-
* @
|
|
2439
|
+
* @since 1.60.0
|
|
2440
2440
|
*
|
|
2441
2441
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
2442
2442
|
*/
|
|
@@ -2481,7 +2481,7 @@ declare namespace sap {
|
|
|
2481
2481
|
*/
|
|
2482
2482
|
getHeight(): sap.ui.core.CSSSize;
|
|
2483
2483
|
/**
|
|
2484
|
-
* @
|
|
2484
|
+
* @since 1.84
|
|
2485
2485
|
*
|
|
2486
2486
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
2487
2487
|
*
|
|
@@ -2510,7 +2510,7 @@ declare namespace sap {
|
|
|
2510
2510
|
*/
|
|
2511
2511
|
getInnerMinThreshold(): sap.suite.ui.microchart.AreaMicroChartItem;
|
|
2512
2512
|
/**
|
|
2513
|
-
* @
|
|
2513
|
+
* @since 1.38.0
|
|
2514
2514
|
* @deprecated (since 1.60)
|
|
2515
2515
|
*
|
|
2516
2516
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -2675,7 +2675,7 @@ declare namespace sap {
|
|
|
2675
2675
|
iIndex: int
|
|
2676
2676
|
): this;
|
|
2677
2677
|
/**
|
|
2678
|
-
* @
|
|
2678
|
+
* @since 1.60.0
|
|
2679
2679
|
*
|
|
2680
2680
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
2681
2681
|
*
|
|
@@ -2691,7 +2691,7 @@ declare namespace sap {
|
|
|
2691
2691
|
*/
|
|
2692
2692
|
removeAllLines(): sap.suite.ui.microchart.AreaMicroChartItem[];
|
|
2693
2693
|
/**
|
|
2694
|
-
* @
|
|
2694
|
+
* @since 1.60.0
|
|
2695
2695
|
*
|
|
2696
2696
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
2697
2697
|
*
|
|
@@ -2782,7 +2782,7 @@ declare namespace sap {
|
|
|
2782
2782
|
sHeight: sap.ui.core.CSSSize
|
|
2783
2783
|
): this;
|
|
2784
2784
|
/**
|
|
2785
|
-
* @
|
|
2785
|
+
* @since 1.84
|
|
2786
2786
|
*
|
|
2787
2787
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
2788
2788
|
*
|
|
@@ -2823,7 +2823,7 @@ declare namespace sap {
|
|
|
2823
2823
|
oInnerMinThreshold: sap.suite.ui.microchart.AreaMicroChartItem
|
|
2824
2824
|
): this;
|
|
2825
2825
|
/**
|
|
2826
|
-
* @
|
|
2826
|
+
* @since 1.38.0
|
|
2827
2827
|
* @deprecated (since 1.60)
|
|
2828
2828
|
*
|
|
2829
2829
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -3059,7 +3059,7 @@ declare namespace sap {
|
|
|
3059
3059
|
unbindTarget(): this;
|
|
3060
3060
|
}
|
|
3061
3061
|
/**
|
|
3062
|
-
* @
|
|
3062
|
+
* @since 1.34
|
|
3063
3063
|
*
|
|
3064
3064
|
* Graphical representation of the area micro chart regarding the value lines, the thresholds, and the target
|
|
3065
3065
|
* values.
|
|
@@ -3271,7 +3271,7 @@ declare namespace sap {
|
|
|
3271
3271
|
unbindPoints(): this;
|
|
3272
3272
|
}
|
|
3273
3273
|
/**
|
|
3274
|
-
* @
|
|
3274
|
+
* @since 1.34
|
|
3275
3275
|
*
|
|
3276
3276
|
* Displays or hides the labels for start and end dates, start and end values, and minimum and maximum values.
|
|
3277
3277
|
*/
|
|
@@ -3395,7 +3395,7 @@ declare namespace sap {
|
|
|
3395
3395
|
): this;
|
|
3396
3396
|
}
|
|
3397
3397
|
/**
|
|
3398
|
-
* @
|
|
3398
|
+
* @since 1.34
|
|
3399
3399
|
*
|
|
3400
3400
|
* Contains the data for the point.
|
|
3401
3401
|
*/
|
|
@@ -3523,7 +3523,7 @@ declare namespace sap {
|
|
|
3523
3523
|
): this;
|
|
3524
3524
|
}
|
|
3525
3525
|
/**
|
|
3526
|
-
* @
|
|
3526
|
+
* @since 1.34
|
|
3527
3527
|
*
|
|
3528
3528
|
* Displays a colored horizontal bar representing a current value on top of a background bar representing
|
|
3529
3529
|
* the compared value. The vertical bars can represent the numeric values, the scaling factors, the thresholds,
|
|
@@ -3599,7 +3599,7 @@ declare namespace sap {
|
|
|
3599
3599
|
*/
|
|
3600
3600
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3601
3601
|
/**
|
|
3602
|
-
* @
|
|
3602
|
+
* @since 1.60.0
|
|
3603
3603
|
*
|
|
3604
3604
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3605
3605
|
*
|
|
@@ -3727,7 +3727,7 @@ declare namespace sap {
|
|
|
3727
3727
|
oListener?: object
|
|
3728
3728
|
): this;
|
|
3729
3729
|
/**
|
|
3730
|
-
* @
|
|
3730
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3731
3731
|
*
|
|
3732
3732
|
* Fires event {@link #event:press press} to attached listeners.
|
|
3733
3733
|
*
|
|
@@ -3756,7 +3756,7 @@ declare namespace sap {
|
|
|
3756
3756
|
*/
|
|
3757
3757
|
getActualValueLabel(): string;
|
|
3758
3758
|
/**
|
|
3759
|
-
* @
|
|
3759
|
+
* @since 1.60.0
|
|
3760
3760
|
*
|
|
3761
3761
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
3762
3762
|
*/
|
|
@@ -3789,7 +3789,7 @@ declare namespace sap {
|
|
|
3789
3789
|
*/
|
|
3790
3790
|
getHeight(): sap.ui.core.CSSSize;
|
|
3791
3791
|
/**
|
|
3792
|
-
* @
|
|
3792
|
+
* @since 1.84
|
|
3793
3793
|
*
|
|
3794
3794
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
3795
3795
|
*
|
|
@@ -3801,7 +3801,7 @@ declare namespace sap {
|
|
|
3801
3801
|
*/
|
|
3802
3802
|
getHideOnNoData(): boolean;
|
|
3803
3803
|
/**
|
|
3804
|
-
* @
|
|
3804
|
+
* @since 1.38.0
|
|
3805
3805
|
* @deprecated (since 1.58)
|
|
3806
3806
|
*
|
|
3807
3807
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -3937,7 +3937,7 @@ declare namespace sap {
|
|
|
3937
3937
|
*/
|
|
3938
3938
|
getSize(): sap.m.Size;
|
|
3939
3939
|
/**
|
|
3940
|
-
* @
|
|
3940
|
+
* @since 1.86
|
|
3941
3941
|
*
|
|
3942
3942
|
* Gets current value of property {@link #getSmallRangeAllowed smallRangeAllowed}.
|
|
3943
3943
|
*
|
|
@@ -4011,7 +4011,7 @@ declare namespace sap {
|
|
|
4011
4011
|
iIndex: int
|
|
4012
4012
|
): this;
|
|
4013
4013
|
/**
|
|
4014
|
-
* @
|
|
4014
|
+
* @since 1.60.0
|
|
4015
4015
|
*
|
|
4016
4016
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4017
4017
|
*
|
|
@@ -4027,7 +4027,7 @@ declare namespace sap {
|
|
|
4027
4027
|
*/
|
|
4028
4028
|
removeAllThresholds(): sap.suite.ui.microchart.BulletMicroChartData[];
|
|
4029
4029
|
/**
|
|
4030
|
-
* @
|
|
4030
|
+
* @since 1.60.0
|
|
4031
4031
|
*
|
|
4032
4032
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4033
4033
|
*
|
|
@@ -4130,7 +4130,7 @@ declare namespace sap {
|
|
|
4130
4130
|
sHeight: sap.ui.core.CSSSize
|
|
4131
4131
|
): this;
|
|
4132
4132
|
/**
|
|
4133
|
-
* @
|
|
4133
|
+
* @since 1.84
|
|
4134
4134
|
*
|
|
4135
4135
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
4136
4136
|
*
|
|
@@ -4149,7 +4149,7 @@ declare namespace sap {
|
|
|
4149
4149
|
bHideOnNoData?: boolean
|
|
4150
4150
|
): this;
|
|
4151
4151
|
/**
|
|
4152
|
-
* @
|
|
4152
|
+
* @since 1.38.0
|
|
4153
4153
|
* @deprecated (since 1.58)
|
|
4154
4154
|
*
|
|
4155
4155
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -4376,7 +4376,7 @@ declare namespace sap {
|
|
|
4376
4376
|
sSize?: sap.m.Size
|
|
4377
4377
|
): this;
|
|
4378
4378
|
/**
|
|
4379
|
-
* @
|
|
4379
|
+
* @since 1.86
|
|
4380
4380
|
*
|
|
4381
4381
|
* Sets a new value for property {@link #getSmallRangeAllowed smallRangeAllowed}.
|
|
4382
4382
|
*
|
|
@@ -4456,7 +4456,7 @@ declare namespace sap {
|
|
|
4456
4456
|
unbindThresholds(): this;
|
|
4457
4457
|
}
|
|
4458
4458
|
/**
|
|
4459
|
-
* @
|
|
4459
|
+
* @since 1.34
|
|
4460
4460
|
*
|
|
4461
4461
|
* Contains the thresholds data.
|
|
4462
4462
|
*/
|
|
@@ -4580,7 +4580,7 @@ declare namespace sap {
|
|
|
4580
4580
|
): this;
|
|
4581
4581
|
}
|
|
4582
4582
|
/**
|
|
4583
|
-
* @
|
|
4583
|
+
* @since 1.34
|
|
4584
4584
|
*
|
|
4585
4585
|
* Compares different values which are represented as vertical bars. This control replaces the deprecated
|
|
4586
4586
|
* sap.suite.ui.commons.ColumnMicroChart.
|
|
@@ -4655,7 +4655,7 @@ declare namespace sap {
|
|
|
4655
4655
|
*/
|
|
4656
4656
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4657
4657
|
/**
|
|
4658
|
-
* @
|
|
4658
|
+
* @since 1.60.0
|
|
4659
4659
|
*
|
|
4660
4660
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4661
4661
|
*
|
|
@@ -4787,7 +4787,7 @@ declare namespace sap {
|
|
|
4787
4787
|
oListener?: object
|
|
4788
4788
|
): this;
|
|
4789
4789
|
/**
|
|
4790
|
-
* @
|
|
4790
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4791
4791
|
*
|
|
4792
4792
|
* Fires event {@link #event:press press} to attached listeners.
|
|
4793
4793
|
*
|
|
@@ -4800,7 +4800,7 @@ declare namespace sap {
|
|
|
4800
4800
|
mParameters?: object
|
|
4801
4801
|
): this;
|
|
4802
4802
|
/**
|
|
4803
|
-
* @
|
|
4803
|
+
* @since 1.60.0
|
|
4804
4804
|
*
|
|
4805
4805
|
* Gets current value of property {@link #getAllowColumnLabels allowColumnLabels}.
|
|
4806
4806
|
*
|
|
@@ -4811,7 +4811,7 @@ declare namespace sap {
|
|
|
4811
4811
|
*/
|
|
4812
4812
|
getAllowColumnLabels(): boolean;
|
|
4813
4813
|
/**
|
|
4814
|
-
* @
|
|
4814
|
+
* @since 1.60.0
|
|
4815
4815
|
*
|
|
4816
4816
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4817
4817
|
*/
|
|
@@ -4831,7 +4831,7 @@ declare namespace sap {
|
|
|
4831
4831
|
*/
|
|
4832
4832
|
getHeight(): sap.ui.core.CSSSize;
|
|
4833
4833
|
/**
|
|
4834
|
-
* @
|
|
4834
|
+
* @since 1.84
|
|
4835
4835
|
*
|
|
4836
4836
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
4837
4837
|
*
|
|
@@ -4843,7 +4843,7 @@ declare namespace sap {
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
getHideOnNoData(): boolean;
|
|
4845
4845
|
/**
|
|
4846
|
-
* @
|
|
4846
|
+
* @since 1.38.0
|
|
4847
4847
|
* @deprecated (since 1.60.0)
|
|
4848
4848
|
*
|
|
4849
4849
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -4949,7 +4949,7 @@ declare namespace sap {
|
|
|
4949
4949
|
iIndex: int
|
|
4950
4950
|
): this;
|
|
4951
4951
|
/**
|
|
4952
|
-
* @
|
|
4952
|
+
* @since 1.60.0
|
|
4953
4953
|
*
|
|
4954
4954
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4955
4955
|
*
|
|
@@ -4965,7 +4965,7 @@ declare namespace sap {
|
|
|
4965
4965
|
*/
|
|
4966
4966
|
removeAllColumns(): sap.suite.ui.microchart.ColumnMicroChartData[];
|
|
4967
4967
|
/**
|
|
4968
|
-
* @
|
|
4968
|
+
* @since 1.60.0
|
|
4969
4969
|
*
|
|
4970
4970
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
4971
4971
|
*
|
|
@@ -4989,7 +4989,7 @@ declare namespace sap {
|
|
|
4989
4989
|
vColumn: int | string | sap.suite.ui.microchart.ColumnMicroChartData
|
|
4990
4990
|
): sap.suite.ui.microchart.ColumnMicroChartData | null;
|
|
4991
4991
|
/**
|
|
4992
|
-
* @
|
|
4992
|
+
* @since 1.60.0
|
|
4993
4993
|
*
|
|
4994
4994
|
* Sets a new value for property {@link #getAllowColumnLabels allowColumnLabels}.
|
|
4995
4995
|
*
|
|
@@ -5020,7 +5020,7 @@ declare namespace sap {
|
|
|
5020
5020
|
sHeight: sap.ui.core.CSSSize
|
|
5021
5021
|
): this;
|
|
5022
5022
|
/**
|
|
5023
|
-
* @
|
|
5023
|
+
* @since 1.84
|
|
5024
5024
|
*
|
|
5025
5025
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
5026
5026
|
*
|
|
@@ -5039,7 +5039,7 @@ declare namespace sap {
|
|
|
5039
5039
|
bHideOnNoData?: boolean
|
|
5040
5040
|
): this;
|
|
5041
5041
|
/**
|
|
5042
|
-
* @
|
|
5042
|
+
* @since 1.38.0
|
|
5043
5043
|
* @deprecated (since 1.60.0)
|
|
5044
5044
|
*
|
|
5045
5045
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -5178,7 +5178,7 @@ declare namespace sap {
|
|
|
5178
5178
|
unbindColumns(): this;
|
|
5179
5179
|
}
|
|
5180
5180
|
/**
|
|
5181
|
-
* @
|
|
5181
|
+
* @since 1.34
|
|
5182
5182
|
*
|
|
5183
5183
|
* Defines the column chart data.
|
|
5184
5184
|
*/
|
|
@@ -5311,7 +5311,7 @@ declare namespace sap {
|
|
|
5311
5311
|
oListener?: object
|
|
5312
5312
|
): this;
|
|
5313
5313
|
/**
|
|
5314
|
-
* @
|
|
5314
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5315
5315
|
*
|
|
5316
5316
|
* Fires event {@link #event:press press} to attached listeners.
|
|
5317
5317
|
*
|
|
@@ -5427,7 +5427,7 @@ declare namespace sap {
|
|
|
5427
5427
|
): this;
|
|
5428
5428
|
}
|
|
5429
5429
|
/**
|
|
5430
|
-
* @
|
|
5430
|
+
* @since 1.34
|
|
5431
5431
|
*
|
|
5432
5432
|
* Displays or hides the labels of a column micro chart.
|
|
5433
5433
|
*/
|
|
@@ -5551,7 +5551,7 @@ declare namespace sap {
|
|
|
5551
5551
|
): this;
|
|
5552
5552
|
}
|
|
5553
5553
|
/**
|
|
5554
|
-
* @
|
|
5554
|
+
* @since 1.34
|
|
5555
5555
|
*
|
|
5556
5556
|
* Illustrates values as colored bar charts with title, numeric value, and scaling factor in the content
|
|
5557
5557
|
* area. This control replaces the deprecated sap.suite.ui.commons.ComparisonChart.
|
|
@@ -5626,7 +5626,7 @@ declare namespace sap {
|
|
|
5626
5626
|
*/
|
|
5627
5627
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5628
5628
|
/**
|
|
5629
|
-
* @
|
|
5629
|
+
* @since 1.60.0
|
|
5630
5630
|
*
|
|
5631
5631
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5632
5632
|
*
|
|
@@ -5734,7 +5734,7 @@ declare namespace sap {
|
|
|
5734
5734
|
oListener?: object
|
|
5735
5735
|
): this;
|
|
5736
5736
|
/**
|
|
5737
|
-
* @
|
|
5737
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5738
5738
|
*
|
|
5739
5739
|
* Fires event {@link #event:press press} to attached listeners.
|
|
5740
5740
|
*
|
|
@@ -5747,7 +5747,7 @@ declare namespace sap {
|
|
|
5747
5747
|
mParameters?: object
|
|
5748
5748
|
): this;
|
|
5749
5749
|
/**
|
|
5750
|
-
* @
|
|
5750
|
+
* @since 1.60.0
|
|
5751
5751
|
*
|
|
5752
5752
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5753
5753
|
*/
|
|
@@ -5779,7 +5779,7 @@ declare namespace sap {
|
|
|
5779
5779
|
*/
|
|
5780
5780
|
getHeight(): sap.ui.core.CSSSize;
|
|
5781
5781
|
/**
|
|
5782
|
-
* @
|
|
5782
|
+
* @since 1.84
|
|
5783
5783
|
*
|
|
5784
5784
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
5785
5785
|
*
|
|
@@ -5791,7 +5791,7 @@ declare namespace sap {
|
|
|
5791
5791
|
*/
|
|
5792
5792
|
getHideOnNoData(): boolean;
|
|
5793
5793
|
/**
|
|
5794
|
-
* @
|
|
5794
|
+
* @since 1.38.0
|
|
5795
5795
|
* @deprecated (since 1.58)
|
|
5796
5796
|
*
|
|
5797
5797
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -5805,7 +5805,7 @@ declare namespace sap {
|
|
|
5805
5805
|
*/
|
|
5806
5806
|
getIsResponsive(): boolean;
|
|
5807
5807
|
/**
|
|
5808
|
-
* @
|
|
5808
|
+
* @since 1.42.0
|
|
5809
5809
|
*
|
|
5810
5810
|
* Gets current value of property {@link #getMaxValue maxValue}.
|
|
5811
5811
|
*
|
|
@@ -5816,7 +5816,7 @@ declare namespace sap {
|
|
|
5816
5816
|
*/
|
|
5817
5817
|
getMaxValue(): float;
|
|
5818
5818
|
/**
|
|
5819
|
-
* @
|
|
5819
|
+
* @since 1.42.0
|
|
5820
5820
|
*
|
|
5821
5821
|
* Gets current value of property {@link #getMinValue minValue}.
|
|
5822
5822
|
*
|
|
@@ -5905,7 +5905,7 @@ declare namespace sap {
|
|
|
5905
5905
|
iIndex: int
|
|
5906
5906
|
): this;
|
|
5907
5907
|
/**
|
|
5908
|
-
* @
|
|
5908
|
+
* @since 1.60.0
|
|
5909
5909
|
*
|
|
5910
5910
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5911
5911
|
*
|
|
@@ -5921,7 +5921,7 @@ declare namespace sap {
|
|
|
5921
5921
|
*/
|
|
5922
5922
|
removeAllData(): sap.suite.ui.microchart.ComparisonMicroChartData[];
|
|
5923
5923
|
/**
|
|
5924
|
-
* @
|
|
5924
|
+
* @since 1.60.0
|
|
5925
5925
|
*
|
|
5926
5926
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5927
5927
|
*
|
|
@@ -5982,7 +5982,7 @@ declare namespace sap {
|
|
|
5982
5982
|
sHeight: sap.ui.core.CSSSize
|
|
5983
5983
|
): this;
|
|
5984
5984
|
/**
|
|
5985
|
-
* @
|
|
5985
|
+
* @since 1.84
|
|
5986
5986
|
*
|
|
5987
5987
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
5988
5988
|
*
|
|
@@ -6001,7 +6001,7 @@ declare namespace sap {
|
|
|
6001
6001
|
bHideOnNoData?: boolean
|
|
6002
6002
|
): this;
|
|
6003
6003
|
/**
|
|
6004
|
-
* @
|
|
6004
|
+
* @since 1.38.0
|
|
6005
6005
|
* @deprecated (since 1.58)
|
|
6006
6006
|
*
|
|
6007
6007
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -6022,7 +6022,7 @@ declare namespace sap {
|
|
|
6022
6022
|
bIsResponsive?: boolean
|
|
6023
6023
|
): this;
|
|
6024
6024
|
/**
|
|
6025
|
-
* @
|
|
6025
|
+
* @since 1.42.0
|
|
6026
6026
|
*
|
|
6027
6027
|
* Sets a new value for property {@link #getMaxValue maxValue}.
|
|
6028
6028
|
*
|
|
@@ -6040,7 +6040,7 @@ declare namespace sap {
|
|
|
6040
6040
|
fMaxValue?: float
|
|
6041
6041
|
): this;
|
|
6042
6042
|
/**
|
|
6043
|
-
* @
|
|
6043
|
+
* @since 1.42.0
|
|
6044
6044
|
*
|
|
6045
6045
|
* Sets a new value for property {@link #getMinValue minValue}.
|
|
6046
6046
|
*
|
|
@@ -6149,7 +6149,7 @@ declare namespace sap {
|
|
|
6149
6149
|
unbindData(): this;
|
|
6150
6150
|
}
|
|
6151
6151
|
/**
|
|
6152
|
-
* @
|
|
6152
|
+
* @since 1.34
|
|
6153
6153
|
*
|
|
6154
6154
|
* Contains the values of the comparison chart.
|
|
6155
6155
|
*/
|
|
@@ -6282,7 +6282,7 @@ declare namespace sap {
|
|
|
6282
6282
|
oListener?: object
|
|
6283
6283
|
): this;
|
|
6284
6284
|
/**
|
|
6285
|
-
* @
|
|
6285
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6286
6286
|
*
|
|
6287
6287
|
* Fires event {@link #event:press press} to attached listeners.
|
|
6288
6288
|
*
|
|
@@ -6404,7 +6404,7 @@ declare namespace sap {
|
|
|
6404
6404
|
): this;
|
|
6405
6405
|
}
|
|
6406
6406
|
/**
|
|
6407
|
-
* @
|
|
6407
|
+
* @since 1.34
|
|
6408
6408
|
*
|
|
6409
6409
|
* Represents the delta of two values as a chart. This control replaces the deprecated sap.suite.ui.commons.DeltaMicroChart.
|
|
6410
6410
|
*
|
|
@@ -6478,7 +6478,7 @@ declare namespace sap {
|
|
|
6478
6478
|
*/
|
|
6479
6479
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6480
6480
|
/**
|
|
6481
|
-
* @
|
|
6481
|
+
* @since 1.60.0
|
|
6482
6482
|
*
|
|
6483
6483
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6484
6484
|
*
|
|
@@ -6555,7 +6555,7 @@ declare namespace sap {
|
|
|
6555
6555
|
oListener?: object
|
|
6556
6556
|
): this;
|
|
6557
6557
|
/**
|
|
6558
|
-
* @
|
|
6558
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6559
6559
|
*
|
|
6560
6560
|
* Fires event {@link #event:press press} to attached listeners.
|
|
6561
6561
|
*
|
|
@@ -6568,7 +6568,7 @@ declare namespace sap {
|
|
|
6568
6568
|
mParameters?: object
|
|
6569
6569
|
): this;
|
|
6570
6570
|
/**
|
|
6571
|
-
* @
|
|
6571
|
+
* @since 1.60.0
|
|
6572
6572
|
*
|
|
6573
6573
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6574
6574
|
*/
|
|
@@ -6616,7 +6616,7 @@ declare namespace sap {
|
|
|
6616
6616
|
*/
|
|
6617
6617
|
getHeight(): sap.ui.core.CSSSize;
|
|
6618
6618
|
/**
|
|
6619
|
-
* @
|
|
6619
|
+
* @since 1.84
|
|
6620
6620
|
*
|
|
6621
6621
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
6622
6622
|
*
|
|
@@ -6628,7 +6628,7 @@ declare namespace sap {
|
|
|
6628
6628
|
*/
|
|
6629
6629
|
getHideOnNoData(): boolean;
|
|
6630
6630
|
/**
|
|
6631
|
-
* @
|
|
6631
|
+
* @since 1.38.0
|
|
6632
6632
|
* @deprecated (since 1.61.0)
|
|
6633
6633
|
*
|
|
6634
6634
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -6685,7 +6685,7 @@ declare namespace sap {
|
|
|
6685
6685
|
*/
|
|
6686
6686
|
getValue2(): float;
|
|
6687
6687
|
/**
|
|
6688
|
-
* @
|
|
6688
|
+
* @since 1.61.0
|
|
6689
6689
|
*
|
|
6690
6690
|
* Gets current value of property {@link #getView view}.
|
|
6691
6691
|
*
|
|
@@ -6705,7 +6705,7 @@ declare namespace sap {
|
|
|
6705
6705
|
*/
|
|
6706
6706
|
getWidth(): sap.ui.core.CSSSize;
|
|
6707
6707
|
/**
|
|
6708
|
-
* @
|
|
6708
|
+
* @since 1.60.0
|
|
6709
6709
|
*
|
|
6710
6710
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6711
6711
|
*
|
|
@@ -6713,7 +6713,7 @@ declare namespace sap {
|
|
|
6713
6713
|
*/
|
|
6714
6714
|
removeAllAriaLabelledBy(): sap.ui.core.ID[];
|
|
6715
6715
|
/**
|
|
6716
|
-
* @
|
|
6716
|
+
* @since 1.60.0
|
|
6717
6717
|
*
|
|
6718
6718
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6719
6719
|
*
|
|
@@ -6803,7 +6803,7 @@ declare namespace sap {
|
|
|
6803
6803
|
sHeight: sap.ui.core.CSSSize
|
|
6804
6804
|
): this;
|
|
6805
6805
|
/**
|
|
6806
|
-
* @
|
|
6806
|
+
* @since 1.84
|
|
6807
6807
|
*
|
|
6808
6808
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
6809
6809
|
*
|
|
@@ -6822,7 +6822,7 @@ declare namespace sap {
|
|
|
6822
6822
|
bHideOnNoData?: boolean
|
|
6823
6823
|
): this;
|
|
6824
6824
|
/**
|
|
6825
|
-
* @
|
|
6825
|
+
* @since 1.38.0
|
|
6826
6826
|
* @deprecated (since 1.61.0)
|
|
6827
6827
|
*
|
|
6828
6828
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -6921,7 +6921,7 @@ declare namespace sap {
|
|
|
6921
6921
|
fValue2: float
|
|
6922
6922
|
): this;
|
|
6923
6923
|
/**
|
|
6924
|
-
* @
|
|
6924
|
+
* @since 1.61.0
|
|
6925
6925
|
*
|
|
6926
6926
|
* Sets a new value for property {@link #getView view}.
|
|
6927
6927
|
*
|
|
@@ -6956,7 +6956,7 @@ declare namespace sap {
|
|
|
6956
6956
|
): this;
|
|
6957
6957
|
}
|
|
6958
6958
|
/**
|
|
6959
|
-
* @
|
|
6959
|
+
* @since 1.34
|
|
6960
6960
|
*
|
|
6961
6961
|
* A radial chart that displays a value compared to its total.
|
|
6962
6962
|
* Unlike a pie chart, which shows multiple values or sectors, a Harvey Ball microchart shows only one value
|
|
@@ -7034,7 +7034,7 @@ declare namespace sap {
|
|
|
7034
7034
|
*/
|
|
7035
7035
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7036
7036
|
/**
|
|
7037
|
-
* @
|
|
7037
|
+
* @since 1.60.0
|
|
7038
7038
|
*
|
|
7039
7039
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7040
7040
|
*
|
|
@@ -7142,7 +7142,7 @@ declare namespace sap {
|
|
|
7142
7142
|
oListener?: object
|
|
7143
7143
|
): this;
|
|
7144
7144
|
/**
|
|
7145
|
-
* @
|
|
7145
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7146
7146
|
*
|
|
7147
7147
|
* Fires event {@link #event:press press} to attached listeners.
|
|
7148
7148
|
*
|
|
@@ -7155,7 +7155,7 @@ declare namespace sap {
|
|
|
7155
7155
|
mParameters?: object
|
|
7156
7156
|
): this;
|
|
7157
7157
|
/**
|
|
7158
|
-
* @
|
|
7158
|
+
* @since 1.62.0
|
|
7159
7159
|
*
|
|
7160
7160
|
* Gets current value of property {@link #getAlignContent alignContent}.
|
|
7161
7161
|
*
|
|
@@ -7167,7 +7167,7 @@ declare namespace sap {
|
|
|
7167
7167
|
*/
|
|
7168
7168
|
getAlignContent(): sap.suite.ui.microchart.HorizontalAlignmentType;
|
|
7169
7169
|
/**
|
|
7170
|
-
* @
|
|
7170
|
+
* @since 1.60.0
|
|
7171
7171
|
*
|
|
7172
7172
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7173
7173
|
*/
|
|
@@ -7199,7 +7199,7 @@ declare namespace sap {
|
|
|
7199
7199
|
*/
|
|
7200
7200
|
getFormattedLabel(): boolean;
|
|
7201
7201
|
/**
|
|
7202
|
-
* @
|
|
7202
|
+
* @since 1.62.0
|
|
7203
7203
|
*
|
|
7204
7204
|
* Gets current value of property {@link #getHeight height}.
|
|
7205
7205
|
*
|
|
@@ -7209,7 +7209,7 @@ declare namespace sap {
|
|
|
7209
7209
|
*/
|
|
7210
7210
|
getHeight(): sap.ui.core.CSSSize;
|
|
7211
7211
|
/**
|
|
7212
|
-
* @
|
|
7212
|
+
* @since 1.84
|
|
7213
7213
|
*
|
|
7214
7214
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
7215
7215
|
*
|
|
@@ -7221,7 +7221,7 @@ declare namespace sap {
|
|
|
7221
7221
|
*/
|
|
7222
7222
|
getHideOnNoData(): boolean;
|
|
7223
7223
|
/**
|
|
7224
|
-
* @
|
|
7224
|
+
* @since 1.38.0
|
|
7225
7225
|
* @deprecated (since 1.62.0)
|
|
7226
7226
|
*
|
|
7227
7227
|
* Gets current value of property {@link #getIsResponsive isResponsive}.
|
|
@@ -7332,7 +7332,7 @@ declare namespace sap {
|
|
|
7332
7332
|
iIndex: int
|
|
7333
7333
|
): this;
|
|
7334
7334
|
/**
|
|
7335
|
-
* @
|
|
7335
|
+
* @since 1.60.0
|
|
7336
7336
|
*
|
|
7337
7337
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7338
7338
|
*
|
|
@@ -7348,7 +7348,7 @@ declare namespace sap {
|
|
|
7348
7348
|
*/
|
|
7349
7349
|
removeAllItems(): sap.suite.ui.microchart.HarveyBallMicroChartItem[];
|
|
7350
7350
|
/**
|
|
7351
|
-
* @
|
|
7351
|
+
* @since 1.60.0
|
|
7352
7352
|
*
|
|
7353
7353
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7354
7354
|
*
|
|
@@ -7375,7 +7375,7 @@ declare namespace sap {
|
|
|
7375
7375
|
| sap.suite.ui.microchart.HarveyBallMicroChartItem
|
|
7376
7376
|
): sap.suite.ui.microchart.HarveyBallMicroChartItem | null;
|
|
7377
7377
|
/**
|
|
7378
|
-
* @
|
|
7378
|
+
* @since 1.62.0
|
|
7379
7379
|
*
|
|
7380
7380
|
* Sets a new value for property {@link #getAlignContent alignContent}.
|
|
7381
7381
|
*
|
|
@@ -7434,7 +7434,7 @@ declare namespace sap {
|
|
|
7434
7434
|
bFormattedLabel?: boolean
|
|
7435
7435
|
): this;
|
|
7436
7436
|
/**
|
|
7437
|
-
* @
|
|
7437
|
+
* @since 1.62.0
|
|
7438
7438
|
*
|
|
7439
7439
|
* Sets a new value for property {@link #getHeight height}.
|
|
7440
7440
|
*
|
|
@@ -7451,7 +7451,7 @@ declare namespace sap {
|
|
|
7451
7451
|
sHeight: sap.ui.core.CSSSize
|
|
7452
7452
|
): this;
|
|
7453
7453
|
/**
|
|
7454
|
-
* @
|
|
7454
|
+
* @since 1.84
|
|
7455
7455
|
*
|
|
7456
7456
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
7457
7457
|
*
|
|
@@ -7470,7 +7470,7 @@ declare namespace sap {
|
|
|
7470
7470
|
bHideOnNoData?: boolean
|
|
7471
7471
|
): this;
|
|
7472
7472
|
/**
|
|
7473
|
-
* @
|
|
7473
|
+
* @since 1.38.0
|
|
7474
7474
|
* @deprecated (since 1.62.0)
|
|
7475
7475
|
*
|
|
7476
7476
|
* Sets a new value for property {@link #getIsResponsive isResponsive}.
|
|
@@ -7609,7 +7609,7 @@ declare namespace sap {
|
|
|
7609
7609
|
unbindItems(): this;
|
|
7610
7610
|
}
|
|
7611
7611
|
/**
|
|
7612
|
-
* @
|
|
7612
|
+
* @since 1.34
|
|
7613
7613
|
*
|
|
7614
7614
|
* Defines the fraction value that is compared with total in a {@link sap.suite.ui.microchart.HarveyBallMicroChart}.
|
|
7615
7615
|
*/
|
|
@@ -7820,7 +7820,7 @@ declare namespace sap {
|
|
|
7820
7820
|
): this;
|
|
7821
7821
|
}
|
|
7822
7822
|
/**
|
|
7823
|
-
* @
|
|
7823
|
+
* @since 1.42.0
|
|
7824
7824
|
*
|
|
7825
7825
|
* The InteractiveBarChart control belongs to a chart control group in the MicroChart library with a number
|
|
7826
7826
|
* of interactive features. These interactive features provide more information on a chart value. For example,
|
|
@@ -7981,9 +7981,7 @@ declare namespace sap {
|
|
|
7981
7981
|
/**
|
|
7982
7982
|
* The function to be called when the event occurs
|
|
7983
7983
|
*/
|
|
7984
|
-
fnFunction: (
|
|
7985
|
-
p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
|
|
7986
|
-
) => void,
|
|
7984
|
+
fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
|
|
7987
7985
|
/**
|
|
7988
7986
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
|
|
7989
7987
|
* itself
|
|
@@ -8005,9 +8003,7 @@ declare namespace sap {
|
|
|
8005
8003
|
/**
|
|
8006
8004
|
* The function to be called when the event occurs
|
|
8007
8005
|
*/
|
|
8008
|
-
fnFunction: (
|
|
8009
|
-
p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
|
|
8010
|
-
) => void,
|
|
8006
|
+
fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
|
|
8011
8007
|
/**
|
|
8012
8008
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
|
|
8013
8009
|
* itself
|
|
@@ -8063,16 +8059,14 @@ declare namespace sap {
|
|
|
8063
8059
|
/**
|
|
8064
8060
|
* The function to be called, when the event occurs
|
|
8065
8061
|
*/
|
|
8066
|
-
fnFunction: (
|
|
8067
|
-
p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
|
|
8068
|
-
) => void,
|
|
8062
|
+
fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
|
|
8069
8063
|
/**
|
|
8070
8064
|
* Context object on which the given function had to be called
|
|
8071
8065
|
*/
|
|
8072
8066
|
oListener?: object
|
|
8073
8067
|
): this;
|
|
8074
8068
|
/**
|
|
8075
|
-
* @
|
|
8069
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8076
8070
|
*
|
|
8077
8071
|
* Fires event {@link #event:press press} to attached listeners.
|
|
8078
8072
|
*
|
|
@@ -8085,7 +8079,7 @@ declare namespace sap {
|
|
|
8085
8079
|
mParameters?: object
|
|
8086
8080
|
): this;
|
|
8087
8081
|
/**
|
|
8088
|
-
* @
|
|
8082
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8089
8083
|
*
|
|
8090
8084
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
8091
8085
|
*
|
|
@@ -8095,7 +8089,7 @@ declare namespace sap {
|
|
|
8095
8089
|
/**
|
|
8096
8090
|
* Parameters to pass along with the event
|
|
8097
8091
|
*/
|
|
8098
|
-
mParameters?: sap.suite.ui.microchart
|
|
8092
|
+
mParameters?: sap.suite.ui.microchart.InteractiveBarChart$SelectionChangedEventParameters
|
|
8099
8093
|
): this;
|
|
8100
8094
|
/**
|
|
8101
8095
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
@@ -8402,7 +8396,7 @@ declare namespace sap {
|
|
|
8402
8396
|
unbindBars(): this;
|
|
8403
8397
|
}
|
|
8404
8398
|
/**
|
|
8405
|
-
* @
|
|
8399
|
+
* @since 1.42.0
|
|
8406
8400
|
*
|
|
8407
8401
|
* A bar element for the InteractiveBarChart.
|
|
8408
8402
|
*/
|
|
@@ -8471,7 +8465,7 @@ declare namespace sap {
|
|
|
8471
8465
|
*/
|
|
8472
8466
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8473
8467
|
/**
|
|
8474
|
-
* @
|
|
8468
|
+
* @since 1.50.0
|
|
8475
8469
|
*
|
|
8476
8470
|
* Gets current value of property {@link #getColor color}.
|
|
8477
8471
|
*
|
|
@@ -8517,7 +8511,7 @@ declare namespace sap {
|
|
|
8517
8511
|
*/
|
|
8518
8512
|
getValue(): float;
|
|
8519
8513
|
/**
|
|
8520
|
-
* @
|
|
8514
|
+
* @since 1.50.0
|
|
8521
8515
|
*
|
|
8522
8516
|
* Sets a new value for property {@link #getColor color}.
|
|
8523
8517
|
*
|
|
@@ -8599,7 +8593,7 @@ declare namespace sap {
|
|
|
8599
8593
|
): this;
|
|
8600
8594
|
}
|
|
8601
8595
|
/**
|
|
8602
|
-
* @
|
|
8596
|
+
* @since 1.42.0
|
|
8603
8597
|
*
|
|
8604
8598
|
* The InteractiveDonutChart control belongs to a chart control group in the MicroChart library with a number
|
|
8605
8599
|
* of interactive features. These interactive features provide more information on a chart value. For example,
|
|
@@ -8761,7 +8755,7 @@ declare namespace sap {
|
|
|
8761
8755
|
* The function to be called when the event occurs
|
|
8762
8756
|
*/
|
|
8763
8757
|
fnFunction: (
|
|
8764
|
-
p1:
|
|
8758
|
+
p1: InteractiveDonutChart$SelectionChangedEvent
|
|
8765
8759
|
) => void,
|
|
8766
8760
|
/**
|
|
8767
8761
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
|
|
@@ -8785,7 +8779,7 @@ declare namespace sap {
|
|
|
8785
8779
|
* The function to be called when the event occurs
|
|
8786
8780
|
*/
|
|
8787
8781
|
fnFunction: (
|
|
8788
|
-
p1:
|
|
8782
|
+
p1: InteractiveDonutChart$SelectionChangedEvent
|
|
8789
8783
|
) => void,
|
|
8790
8784
|
/**
|
|
8791
8785
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
|
|
@@ -8843,7 +8837,7 @@ declare namespace sap {
|
|
|
8843
8837
|
* The function to be called, when the event occurs
|
|
8844
8838
|
*/
|
|
8845
8839
|
fnFunction: (
|
|
8846
|
-
p1:
|
|
8840
|
+
p1: InteractiveDonutChart$SelectionChangedEvent
|
|
8847
8841
|
) => void,
|
|
8848
8842
|
/**
|
|
8849
8843
|
* Context object on which the given function had to be called
|
|
@@ -8851,7 +8845,7 @@ declare namespace sap {
|
|
|
8851
8845
|
oListener?: object
|
|
8852
8846
|
): this;
|
|
8853
8847
|
/**
|
|
8854
|
-
* @
|
|
8848
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8855
8849
|
*
|
|
8856
8850
|
* Fires event {@link #event:press press} to attached listeners.
|
|
8857
8851
|
*
|
|
@@ -8864,7 +8858,7 @@ declare namespace sap {
|
|
|
8864
8858
|
mParameters?: object
|
|
8865
8859
|
): this;
|
|
8866
8860
|
/**
|
|
8867
|
-
* @
|
|
8861
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8868
8862
|
*
|
|
8869
8863
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
8870
8864
|
*
|
|
@@ -8874,7 +8868,7 @@ declare namespace sap {
|
|
|
8874
8868
|
/**
|
|
8875
8869
|
* Parameters to pass along with the event
|
|
8876
8870
|
*/
|
|
8877
|
-
mParameters?: sap.suite.ui.microchart
|
|
8871
|
+
mParameters?: sap.suite.ui.microchart.InteractiveDonutChart$SelectionChangedEventParameters
|
|
8878
8872
|
): this;
|
|
8879
8873
|
/**
|
|
8880
8874
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
@@ -9109,7 +9103,7 @@ declare namespace sap {
|
|
|
9109
9103
|
unbindSegments(): this;
|
|
9110
9104
|
}
|
|
9111
9105
|
/**
|
|
9112
|
-
* @
|
|
9106
|
+
* @since 1.42.0
|
|
9113
9107
|
*
|
|
9114
9108
|
* A donut chart segment.
|
|
9115
9109
|
*/
|
|
@@ -9178,7 +9172,7 @@ declare namespace sap {
|
|
|
9178
9172
|
*/
|
|
9179
9173
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9180
9174
|
/**
|
|
9181
|
-
* @
|
|
9175
|
+
* @since 1.50.0
|
|
9182
9176
|
*
|
|
9183
9177
|
* Gets current value of property {@link #getColor color}.
|
|
9184
9178
|
*
|
|
@@ -9224,7 +9218,7 @@ declare namespace sap {
|
|
|
9224
9218
|
*/
|
|
9225
9219
|
getValue(): float;
|
|
9226
9220
|
/**
|
|
9227
|
-
* @
|
|
9221
|
+
* @since 1.50.0
|
|
9228
9222
|
*
|
|
9229
9223
|
* Sets a new value for property {@link #getColor color}.
|
|
9230
9224
|
*
|
|
@@ -9306,7 +9300,7 @@ declare namespace sap {
|
|
|
9306
9300
|
): this;
|
|
9307
9301
|
}
|
|
9308
9302
|
/**
|
|
9309
|
-
* @
|
|
9303
|
+
* @since 1.42.0
|
|
9310
9304
|
*
|
|
9311
9305
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a
|
|
9312
9306
|
* number of interactive features.
|
|
@@ -9469,7 +9463,7 @@ declare namespace sap {
|
|
|
9469
9463
|
* The function to be called when the event occurs
|
|
9470
9464
|
*/
|
|
9471
9465
|
fnFunction: (
|
|
9472
|
-
p1:
|
|
9466
|
+
p1: InteractiveLineChart$SelectionChangedEvent
|
|
9473
9467
|
) => void,
|
|
9474
9468
|
/**
|
|
9475
9469
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
|
|
@@ -9493,7 +9487,7 @@ declare namespace sap {
|
|
|
9493
9487
|
* The function to be called when the event occurs
|
|
9494
9488
|
*/
|
|
9495
9489
|
fnFunction: (
|
|
9496
|
-
p1:
|
|
9490
|
+
p1: InteractiveLineChart$SelectionChangedEvent
|
|
9497
9491
|
) => void,
|
|
9498
9492
|
/**
|
|
9499
9493
|
* Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
|
|
@@ -9551,7 +9545,7 @@ declare namespace sap {
|
|
|
9551
9545
|
* The function to be called, when the event occurs
|
|
9552
9546
|
*/
|
|
9553
9547
|
fnFunction: (
|
|
9554
|
-
p1:
|
|
9548
|
+
p1: InteractiveLineChart$SelectionChangedEvent
|
|
9555
9549
|
) => void,
|
|
9556
9550
|
/**
|
|
9557
9551
|
* Context object on which the given function had to be called
|
|
@@ -9559,7 +9553,7 @@ declare namespace sap {
|
|
|
9559
9553
|
oListener?: object
|
|
9560
9554
|
): this;
|
|
9561
9555
|
/**
|
|
9562
|
-
* @
|
|
9556
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9563
9557
|
*
|
|
9564
9558
|
* Fires event {@link #event:press press} to attached listeners.
|
|
9565
9559
|
*
|
|
@@ -9572,7 +9566,7 @@ declare namespace sap {
|
|
|
9572
9566
|
mParameters?: object
|
|
9573
9567
|
): this;
|
|
9574
9568
|
/**
|
|
9575
|
-
* @
|
|
9569
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9576
9570
|
*
|
|
9577
9571
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
9578
9572
|
*
|
|
@@ -9582,7 +9576,7 @@ declare namespace sap {
|
|
|
9582
9576
|
/**
|
|
9583
9577
|
* Parameters to pass along with the event
|
|
9584
9578
|
*/
|
|
9585
|
-
mParameters?: sap.suite.ui.microchart
|
|
9579
|
+
mParameters?: sap.suite.ui.microchart.InteractiveLineChart$SelectionChangedEventParameters
|
|
9586
9580
|
): this;
|
|
9587
9581
|
/**
|
|
9588
9582
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
@@ -9875,7 +9869,7 @@ declare namespace sap {
|
|
|
9875
9869
|
unbindPoints(): this;
|
|
9876
9870
|
}
|
|
9877
9871
|
/**
|
|
9878
|
-
* @
|
|
9872
|
+
* @since 1.42.0
|
|
9879
9873
|
*
|
|
9880
9874
|
* A point element for the InteractiveLineChart.
|
|
9881
9875
|
*/
|
|
@@ -9944,7 +9938,7 @@ declare namespace sap {
|
|
|
9944
9938
|
*/
|
|
9945
9939
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9946
9940
|
/**
|
|
9947
|
-
* @
|
|
9941
|
+
* @since 1.50.0
|
|
9948
9942
|
*
|
|
9949
9943
|
* Gets current value of property {@link #getColor color}.
|
|
9950
9944
|
*
|
|
@@ -9998,7 +9992,7 @@ declare namespace sap {
|
|
|
9998
9992
|
*/
|
|
9999
9993
|
getValue(): float;
|
|
10000
9994
|
/**
|
|
10001
|
-
* @
|
|
9995
|
+
* @since 1.50.0
|
|
10002
9996
|
*
|
|
10003
9997
|
* Sets a new value for property {@link #getColor color}.
|
|
10004
9998
|
*
|
|
@@ -10095,7 +10089,7 @@ declare namespace sap {
|
|
|
10095
10089
|
): this;
|
|
10096
10090
|
}
|
|
10097
10091
|
/**
|
|
10098
|
-
* @
|
|
10092
|
+
* @since 1.48.0
|
|
10099
10093
|
*
|
|
10100
10094
|
* Chart that displays the history of values as segmented lines along a threshold line. The scale is optional
|
|
10101
10095
|
* and showing the points is also optional.
|
|
@@ -10169,7 +10163,7 @@ declare namespace sap {
|
|
|
10169
10163
|
*/
|
|
10170
10164
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10171
10165
|
/**
|
|
10172
|
-
* @
|
|
10166
|
+
* @since 1.60.0
|
|
10173
10167
|
*
|
|
10174
10168
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10175
10169
|
*
|
|
@@ -10308,7 +10302,7 @@ declare namespace sap {
|
|
|
10308
10302
|
oListener?: object
|
|
10309
10303
|
): this;
|
|
10310
10304
|
/**
|
|
10311
|
-
* @
|
|
10305
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10312
10306
|
*
|
|
10313
10307
|
* Fires event {@link #event:press press} to attached listeners.
|
|
10314
10308
|
*
|
|
@@ -10321,7 +10315,7 @@ declare namespace sap {
|
|
|
10321
10315
|
mParameters?: object
|
|
10322
10316
|
): this;
|
|
10323
10317
|
/**
|
|
10324
|
-
* @
|
|
10318
|
+
* @since 1.60.0
|
|
10325
10319
|
*
|
|
10326
10320
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10327
10321
|
*/
|
|
@@ -10353,7 +10347,7 @@ declare namespace sap {
|
|
|
10353
10347
|
*/
|
|
10354
10348
|
getHeight(): sap.ui.core.CSSSize;
|
|
10355
10349
|
/**
|
|
10356
|
-
* @
|
|
10350
|
+
* @since 1.84
|
|
10357
10351
|
*
|
|
10358
10352
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
10359
10353
|
*
|
|
@@ -10606,7 +10600,7 @@ declare namespace sap {
|
|
|
10606
10600
|
iIndex: int
|
|
10607
10601
|
): this;
|
|
10608
10602
|
/**
|
|
10609
|
-
* @
|
|
10603
|
+
* @since 1.60.0
|
|
10610
10604
|
*
|
|
10611
10605
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10612
10606
|
*
|
|
@@ -10630,7 +10624,7 @@ declare namespace sap {
|
|
|
10630
10624
|
*/
|
|
10631
10625
|
removeAllPoints(): sap.suite.ui.microchart.LineMicroChartPoint[];
|
|
10632
10626
|
/**
|
|
10633
|
-
* @
|
|
10627
|
+
* @since 1.60.0
|
|
10634
10628
|
*
|
|
10635
10629
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10636
10630
|
*
|
|
@@ -10705,7 +10699,7 @@ declare namespace sap {
|
|
|
10705
10699
|
sHeight: sap.ui.core.CSSSize
|
|
10706
10700
|
): this;
|
|
10707
10701
|
/**
|
|
10708
|
-
* @
|
|
10702
|
+
* @since 1.84
|
|
10709
10703
|
*
|
|
10710
10704
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
10711
10705
|
*
|
|
@@ -11022,7 +11016,7 @@ declare namespace sap {
|
|
|
11022
11016
|
unbindPoints(): this;
|
|
11023
11017
|
}
|
|
11024
11018
|
/**
|
|
11025
|
-
* @
|
|
11019
|
+
* @since 1.48.0
|
|
11026
11020
|
*
|
|
11027
11021
|
* Contains the emphasized point of the line micro chart.
|
|
11028
11022
|
*/
|
|
@@ -11151,7 +11145,7 @@ declare namespace sap {
|
|
|
11151
11145
|
): this;
|
|
11152
11146
|
}
|
|
11153
11147
|
/**
|
|
11154
|
-
* @
|
|
11148
|
+
* @since 1.60
|
|
11155
11149
|
*
|
|
11156
11150
|
* The container containing all the points of the line.
|
|
11157
11151
|
*/
|
|
@@ -11428,7 +11422,7 @@ declare namespace sap {
|
|
|
11428
11422
|
unbindPoints(): this;
|
|
11429
11423
|
}
|
|
11430
11424
|
/**
|
|
11431
|
-
* @
|
|
11425
|
+
* @since 1.48.0
|
|
11432
11426
|
*
|
|
11433
11427
|
* Contains the point of the line micro chart.
|
|
11434
11428
|
*/
|
|
@@ -11552,7 +11546,7 @@ declare namespace sap {
|
|
|
11552
11546
|
): this;
|
|
11553
11547
|
}
|
|
11554
11548
|
/**
|
|
11555
|
-
* @
|
|
11549
|
+
* @since 1.36.0
|
|
11556
11550
|
*
|
|
11557
11551
|
* Displays a ring chart highlighting a current status. The status is displayed with a semantically colored
|
|
11558
11552
|
* radial bar and a percentage value.
|
|
@@ -11604,7 +11598,7 @@ declare namespace sap {
|
|
|
11604
11598
|
*/
|
|
11605
11599
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11606
11600
|
/**
|
|
11607
|
-
* @
|
|
11601
|
+
* @since 1.60.0
|
|
11608
11602
|
*
|
|
11609
11603
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
11610
11604
|
*
|
|
@@ -11681,7 +11675,7 @@ declare namespace sap {
|
|
|
11681
11675
|
oListener?: object
|
|
11682
11676
|
): this;
|
|
11683
11677
|
/**
|
|
11684
|
-
* @
|
|
11678
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11685
11679
|
*
|
|
11686
11680
|
* Fires event {@link #event:press press} to attached listeners.
|
|
11687
11681
|
*
|
|
@@ -11694,7 +11688,7 @@ declare namespace sap {
|
|
|
11694
11688
|
mParameters?: object
|
|
11695
11689
|
): this;
|
|
11696
11690
|
/**
|
|
11697
|
-
* @
|
|
11691
|
+
* @since 1.62.0
|
|
11698
11692
|
*
|
|
11699
11693
|
* Gets current value of property {@link #getAlignContent alignContent}.
|
|
11700
11694
|
*
|
|
@@ -11706,7 +11700,7 @@ declare namespace sap {
|
|
|
11706
11700
|
*/
|
|
11707
11701
|
getAlignContent(): sap.suite.ui.microchart.HorizontalAlignmentType;
|
|
11708
11702
|
/**
|
|
11709
|
-
* @
|
|
11703
|
+
* @since 1.60.0
|
|
11710
11704
|
*
|
|
11711
11705
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
11712
11706
|
*/
|
|
@@ -11720,7 +11714,7 @@ declare namespace sap {
|
|
|
11720
11714
|
*/
|
|
11721
11715
|
getFraction(): float;
|
|
11722
11716
|
/**
|
|
11723
|
-
* @
|
|
11717
|
+
* @since 1.62.0
|
|
11724
11718
|
*
|
|
11725
11719
|
* Gets current value of property {@link #getHeight height}.
|
|
11726
11720
|
*
|
|
@@ -11730,7 +11724,7 @@ declare namespace sap {
|
|
|
11730
11724
|
*/
|
|
11731
11725
|
getHeight(): sap.ui.core.CSSSize;
|
|
11732
11726
|
/**
|
|
11733
|
-
* @
|
|
11727
|
+
* @since 1.84
|
|
11734
11728
|
*
|
|
11735
11729
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
11736
11730
|
*
|
|
@@ -11750,7 +11744,7 @@ declare namespace sap {
|
|
|
11750
11744
|
*/
|
|
11751
11745
|
getPercentage(): float;
|
|
11752
11746
|
/**
|
|
11753
|
-
* @
|
|
11747
|
+
* @since 1.44.0
|
|
11754
11748
|
*
|
|
11755
11749
|
* Gets current value of property {@link #getSize size}.
|
|
11756
11750
|
*
|
|
@@ -11780,7 +11774,7 @@ declare namespace sap {
|
|
|
11780
11774
|
*/
|
|
11781
11775
|
getValueColor(): sap.m.ValueCSSColor;
|
|
11782
11776
|
/**
|
|
11783
|
-
* @
|
|
11777
|
+
* @since 1.62.0
|
|
11784
11778
|
*
|
|
11785
11779
|
* Gets current value of property {@link #getWidth width}.
|
|
11786
11780
|
*
|
|
@@ -11790,7 +11784,7 @@ declare namespace sap {
|
|
|
11790
11784
|
*/
|
|
11791
11785
|
getWidth(): sap.ui.core.CSSSize;
|
|
11792
11786
|
/**
|
|
11793
|
-
* @
|
|
11787
|
+
* @since 1.60.0
|
|
11794
11788
|
*
|
|
11795
11789
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
11796
11790
|
*
|
|
@@ -11798,7 +11792,7 @@ declare namespace sap {
|
|
|
11798
11792
|
*/
|
|
11799
11793
|
removeAllAriaLabelledBy(): sap.ui.core.ID[];
|
|
11800
11794
|
/**
|
|
11801
|
-
* @
|
|
11795
|
+
* @since 1.60.0
|
|
11802
11796
|
*
|
|
11803
11797
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
11804
11798
|
*
|
|
@@ -11811,7 +11805,7 @@ declare namespace sap {
|
|
|
11811
11805
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
11812
11806
|
): sap.ui.core.ID | null;
|
|
11813
11807
|
/**
|
|
11814
|
-
* @
|
|
11808
|
+
* @since 1.62.0
|
|
11815
11809
|
*
|
|
11816
11810
|
* Sets a new value for property {@link #getAlignContent alignContent}.
|
|
11817
11811
|
*
|
|
@@ -11845,7 +11839,7 @@ declare namespace sap {
|
|
|
11845
11839
|
fFraction?: float
|
|
11846
11840
|
): this;
|
|
11847
11841
|
/**
|
|
11848
|
-
* @
|
|
11842
|
+
* @since 1.62.0
|
|
11849
11843
|
*
|
|
11850
11844
|
* Sets a new value for property {@link #getHeight height}.
|
|
11851
11845
|
*
|
|
@@ -11862,7 +11856,7 @@ declare namespace sap {
|
|
|
11862
11856
|
sHeight: sap.ui.core.CSSSize
|
|
11863
11857
|
): this;
|
|
11864
11858
|
/**
|
|
11865
|
-
* @
|
|
11859
|
+
* @since 1.84
|
|
11866
11860
|
*
|
|
11867
11861
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
11868
11862
|
*
|
|
@@ -11896,7 +11890,7 @@ declare namespace sap {
|
|
|
11896
11890
|
fPercentage?: float
|
|
11897
11891
|
): this;
|
|
11898
11892
|
/**
|
|
11899
|
-
* @
|
|
11893
|
+
* @since 1.44.0
|
|
11900
11894
|
*
|
|
11901
11895
|
* Sets a new value for property {@link #getSize size}.
|
|
11902
11896
|
*
|
|
@@ -11947,7 +11941,7 @@ declare namespace sap {
|
|
|
11947
11941
|
sValueColor?: sap.m.ValueCSSColor
|
|
11948
11942
|
): this;
|
|
11949
11943
|
/**
|
|
11950
|
-
* @
|
|
11944
|
+
* @since 1.62.0
|
|
11951
11945
|
*
|
|
11952
11946
|
* Sets a new value for property {@link #getWidth width}.
|
|
11953
11947
|
*
|
|
@@ -11965,7 +11959,7 @@ declare namespace sap {
|
|
|
11965
11959
|
): this;
|
|
11966
11960
|
}
|
|
11967
11961
|
/**
|
|
11968
|
-
* @
|
|
11962
|
+
* @since 1.44.0
|
|
11969
11963
|
*
|
|
11970
11964
|
* Illustrates values as stacked and colored bar charts displaying numeric values (as absolute values or
|
|
11971
11965
|
* percentages) inside the bars.
|
|
@@ -12040,7 +12034,7 @@ declare namespace sap {
|
|
|
12040
12034
|
*/
|
|
12041
12035
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12042
12036
|
/**
|
|
12043
|
-
* @
|
|
12037
|
+
* @since 1.60.0
|
|
12044
12038
|
*
|
|
12045
12039
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12046
12040
|
*
|
|
@@ -12148,7 +12142,7 @@ declare namespace sap {
|
|
|
12148
12142
|
oListener?: object
|
|
12149
12143
|
): this;
|
|
12150
12144
|
/**
|
|
12151
|
-
* @
|
|
12145
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12152
12146
|
*
|
|
12153
12147
|
* Fires event {@link #event:press press} to attached listeners.
|
|
12154
12148
|
*
|
|
@@ -12161,7 +12155,7 @@ declare namespace sap {
|
|
|
12161
12155
|
mParameters?: object
|
|
12162
12156
|
): this;
|
|
12163
12157
|
/**
|
|
12164
|
-
* @
|
|
12158
|
+
* @since 1.60.0
|
|
12165
12159
|
*
|
|
12166
12160
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12167
12161
|
*/
|
|
@@ -12173,7 +12167,7 @@ declare namespace sap {
|
|
|
12173
12167
|
*/
|
|
12174
12168
|
getBars(): sap.suite.ui.microchart.StackedBarMicroChartBar[];
|
|
12175
12169
|
/**
|
|
12176
|
-
* @
|
|
12170
|
+
* @since 1.76
|
|
12177
12171
|
*
|
|
12178
12172
|
* Gets current value of property {@link #getDisplayZeroValue displayZeroValue}.
|
|
12179
12173
|
*
|
|
@@ -12194,7 +12188,7 @@ declare namespace sap {
|
|
|
12194
12188
|
*/
|
|
12195
12189
|
getHeight(): sap.ui.core.CSSSize;
|
|
12196
12190
|
/**
|
|
12197
|
-
* @
|
|
12191
|
+
* @since 1.84
|
|
12198
12192
|
*
|
|
12199
12193
|
* Gets current value of property {@link #getHideOnNoData hideOnNoData}.
|
|
12200
12194
|
*
|
|
@@ -12289,7 +12283,7 @@ declare namespace sap {
|
|
|
12289
12283
|
iIndex: int
|
|
12290
12284
|
): this;
|
|
12291
12285
|
/**
|
|
12292
|
-
* @
|
|
12286
|
+
* @since 1.60.0
|
|
12293
12287
|
*
|
|
12294
12288
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12295
12289
|
*
|
|
@@ -12305,7 +12299,7 @@ declare namespace sap {
|
|
|
12305
12299
|
*/
|
|
12306
12300
|
removeAllBars(): sap.suite.ui.microchart.StackedBarMicroChartBar[];
|
|
12307
12301
|
/**
|
|
12308
|
-
* @
|
|
12302
|
+
* @since 1.60.0
|
|
12309
12303
|
*
|
|
12310
12304
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
12311
12305
|
*
|
|
@@ -12329,7 +12323,7 @@ declare namespace sap {
|
|
|
12329
12323
|
vBar: int | string | sap.suite.ui.microchart.StackedBarMicroChartBar
|
|
12330
12324
|
): sap.suite.ui.microchart.StackedBarMicroChartBar | null;
|
|
12331
12325
|
/**
|
|
12332
|
-
* @
|
|
12326
|
+
* @since 1.76
|
|
12333
12327
|
*
|
|
12334
12328
|
* Sets a new value for property {@link #getDisplayZeroValue displayZeroValue}.
|
|
12335
12329
|
*
|
|
@@ -12364,7 +12358,7 @@ declare namespace sap {
|
|
|
12364
12358
|
sHeight: sap.ui.core.CSSSize
|
|
12365
12359
|
): this;
|
|
12366
12360
|
/**
|
|
12367
|
-
* @
|
|
12361
|
+
* @since 1.84
|
|
12368
12362
|
*
|
|
12369
12363
|
* Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
|
|
12370
12364
|
*
|
|
@@ -12479,7 +12473,7 @@ declare namespace sap {
|
|
|
12479
12473
|
unbindBars(): this;
|
|
12480
12474
|
}
|
|
12481
12475
|
/**
|
|
12482
|
-
* @
|
|
12476
|
+
* @since 1.44.0
|
|
12483
12477
|
*
|
|
12484
12478
|
* Contains the values of the stacked bar chart.
|
|
12485
12479
|
*/
|
|
@@ -12622,7 +12616,7 @@ declare namespace sap {
|
|
|
12622
12616
|
): this;
|
|
12623
12617
|
}
|
|
12624
12618
|
/**
|
|
12625
|
-
* @
|
|
12619
|
+
* @since 1.34
|
|
12626
12620
|
*
|
|
12627
12621
|
* Enum of available views for the area micro chart concerning the position of the labels.
|
|
12628
12622
|
*/
|
|
@@ -12637,7 +12631,7 @@ declare namespace sap {
|
|
|
12637
12631
|
Wide = "Wide",
|
|
12638
12632
|
}
|
|
12639
12633
|
/**
|
|
12640
|
-
* @
|
|
12634
|
+
* @since 1.34
|
|
12641
12635
|
*
|
|
12642
12636
|
* Defines if the horizontal bar represents a current value only or if it represents the delta between a
|
|
12643
12637
|
* current value and a threshold value.
|
|
@@ -12653,7 +12647,7 @@ declare namespace sap {
|
|
|
12653
12647
|
Delta = "Delta",
|
|
12654
12648
|
}
|
|
12655
12649
|
/**
|
|
12656
|
-
* @
|
|
12650
|
+
* @since 1.34
|
|
12657
12651
|
*
|
|
12658
12652
|
* Lists the available theme-specific background colors.
|
|
12659
12653
|
*/
|
|
@@ -12696,7 +12690,7 @@ declare namespace sap {
|
|
|
12696
12690
|
Transparent = "Transparent",
|
|
12697
12691
|
}
|
|
12698
12692
|
/**
|
|
12699
|
-
* @
|
|
12693
|
+
* @since 1.34
|
|
12700
12694
|
*
|
|
12701
12695
|
* Lists the views of the comparison micro chart concerning the position of titles and labels.
|
|
12702
12696
|
*/
|
|
@@ -12716,7 +12710,7 @@ declare namespace sap {
|
|
|
12716
12710
|
Wide = "Wide",
|
|
12717
12711
|
}
|
|
12718
12712
|
/**
|
|
12719
|
-
* @
|
|
12713
|
+
* @since 1.61
|
|
12720
12714
|
*
|
|
12721
12715
|
* Lists the views of the delta micro chart concerning the position of titles.
|
|
12722
12716
|
*/
|
|
@@ -12736,7 +12730,7 @@ declare namespace sap {
|
|
|
12736
12730
|
Wide = "Wide",
|
|
12737
12731
|
}
|
|
12738
12732
|
/**
|
|
12739
|
-
* @
|
|
12733
|
+
* @since 1.62
|
|
12740
12734
|
*
|
|
12741
12735
|
* Alignment type for the microchart content.
|
|
12742
12736
|
*/
|
|
@@ -12755,7 +12749,7 @@ declare namespace sap {
|
|
|
12755
12749
|
Right = "Right",
|
|
12756
12750
|
}
|
|
12757
12751
|
/**
|
|
12758
|
-
* @
|
|
12752
|
+
* @since 1.60
|
|
12759
12753
|
*
|
|
12760
12754
|
* Type of the microchart line.
|
|
12761
12755
|
*/
|
|
@@ -12773,6 +12767,40 @@ declare namespace sap {
|
|
|
12773
12767
|
*/
|
|
12774
12768
|
Solid = "Solid",
|
|
12775
12769
|
}
|
|
12770
|
+
|
|
12771
|
+
type AreaMicroChart$PressEvent = sap.ui.base.Event<AreaMicroChart$PressEventParameters>;
|
|
12772
|
+
|
|
12773
|
+
type BulletMicroChart$PressEvent = sap.ui.base.Event<BulletMicroChart$PressEventParameters>;
|
|
12774
|
+
|
|
12775
|
+
type ColumnMicroChart$PressEvent = sap.ui.base.Event<ColumnMicroChart$PressEventParameters>;
|
|
12776
|
+
|
|
12777
|
+
type ColumnMicroChartData$PressEvent = sap.ui.base.Event<ColumnMicroChartData$PressEventParameters>;
|
|
12778
|
+
|
|
12779
|
+
type ComparisonMicroChart$PressEvent = sap.ui.base.Event<ComparisonMicroChart$PressEventParameters>;
|
|
12780
|
+
|
|
12781
|
+
type ComparisonMicroChartData$PressEvent = sap.ui.base.Event<ComparisonMicroChartData$PressEventParameters>;
|
|
12782
|
+
|
|
12783
|
+
type DeltaMicroChart$PressEvent = sap.ui.base.Event<DeltaMicroChart$PressEventParameters>;
|
|
12784
|
+
|
|
12785
|
+
type HarveyBallMicroChart$PressEvent = sap.ui.base.Event<HarveyBallMicroChart$PressEventParameters>;
|
|
12786
|
+
|
|
12787
|
+
type InteractiveBarChart$PressEvent = sap.ui.base.Event<InteractiveBarChart$PressEventParameters>;
|
|
12788
|
+
|
|
12789
|
+
type InteractiveBarChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveBarChart$SelectionChangedEventParameters>;
|
|
12790
|
+
|
|
12791
|
+
type InteractiveDonutChart$PressEvent = sap.ui.base.Event<InteractiveDonutChart$PressEventParameters>;
|
|
12792
|
+
|
|
12793
|
+
type InteractiveDonutChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveDonutChart$SelectionChangedEventParameters>;
|
|
12794
|
+
|
|
12795
|
+
type InteractiveLineChart$PressEvent = sap.ui.base.Event<InteractiveLineChart$PressEventParameters>;
|
|
12796
|
+
|
|
12797
|
+
type InteractiveLineChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveLineChart$SelectionChangedEventParameters>;
|
|
12798
|
+
|
|
12799
|
+
type LineMicroChart$PressEvent = sap.ui.base.Event<LineMicroChart$PressEventParameters>;
|
|
12800
|
+
|
|
12801
|
+
type RadialMicroChart$PressEvent = sap.ui.base.Event<RadialMicroChart$PressEventParameters>;
|
|
12802
|
+
|
|
12803
|
+
type StackedBarMicroChart$PressEvent = sap.ui.base.Event<StackedBarMicroChart$PressEventParameters>;
|
|
12776
12804
|
}
|
|
12777
12805
|
}
|
|
12778
12806
|
}
|