@sapui5/ts-types 1.120.7 → 1.121.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.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +50 -18
  4. package/types/sap.ca.ui.d.ts +1114 -546
  5. package/types/sap.chart.d.ts +191 -43
  6. package/types/sap.collaboration.d.ts +185 -64
  7. package/types/sap.esh.search.ui.d.ts +2 -1960
  8. package/types/sap.f.d.ts +1607 -886
  9. package/types/sap.fe.core.d.ts +212 -191
  10. package/types/sap.fe.macros.d.ts +371 -531
  11. package/types/sap.fe.navigation.d.ts +59 -26
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +7 -0
  14. package/types/sap.fe.templates.d.ts +16 -11
  15. package/types/sap.fe.test.d.ts +333 -33
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +3947 -1754
  19. package/types/sap.insights.d.ts +162 -43
  20. package/types/sap.m.d.ts +14867 -8374
  21. package/types/sap.makit.d.ts +379 -187
  22. package/types/sap.me.d.ts +237 -37
  23. package/types/sap.ndc.d.ts +40 -9
  24. package/types/sap.ovp.d.ts +9 -7
  25. package/types/sap.rules.ui.d.ts +134 -75
  26. package/types/sap.sac.df.d.ts +272 -49
  27. package/types/sap.suite.ui.commons.d.ts +4231 -1008
  28. package/types/sap.suite.ui.generic.template.d.ts +236 -171
  29. package/types/sap.suite.ui.microchart.d.ts +1027 -388
  30. package/types/sap.tnt.d.ts +827 -247
  31. package/types/sap.ui.codeeditor.d.ts +57 -24
  32. package/types/sap.ui.commons.d.ts +2075 -673
  33. package/types/sap.ui.comp.d.ts +3908 -2995
  34. package/types/sap.ui.core.d.ts +5739 -3520
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +88 -67
  37. package/types/sap.ui.fl.d.ts +169 -104
  38. package/types/sap.ui.generic.app.d.ts +250 -193
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +494 -388
  41. package/types/sap.ui.layout.d.ts +1345 -668
  42. package/types/sap.ui.mdc.d.ts +3395 -2036
  43. package/types/sap.ui.richtexteditor.d.ts +115 -55
  44. package/types/sap.ui.rta.d.ts +7 -7
  45. package/types/sap.ui.suite.d.ts +46 -12
  46. package/types/sap.ui.support.d.ts +58 -26
  47. package/types/sap.ui.table.d.ts +963 -627
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1979 -1249
  50. package/types/sap.ui.ux3.d.ts +1311 -491
  51. package/types/sap.ui.vbm.d.ts +5300 -2517
  52. package/types/sap.ui.vk.d.ts +2742 -836
  53. package/types/sap.ui.vtm.d.ts +685 -215
  54. package/types/sap.ui.webc.common.d.ts +11 -9
  55. package/types/sap.ui.webc.fiori.d.ts +884 -213
  56. package/types/sap.ui.webc.main.d.ts +2815 -601
  57. package/types/sap.uiext.inbox.d.ts +207 -36
  58. package/types/sap.ushell.d.ts +1954 -1270
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +626 -321
  61. package/types/sap.viz.d.ts +4324 -2527
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +79 -18
  64. package/types/sap.zen.crosstab.d.ts +83 -15
  65. package/types/sap.zen.dsh.d.ts +194 -143
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -12,6 +12,7 @@ declare namespace sap {
12
12
  /**
13
13
  * Get the Dimensions and Measures layout for a certain ChartType with provided Dimensions and Measures.
14
14
  *
15
+ *
15
16
  * @returns the chart layout object of the following form:
16
17
  * ```javascript
17
18
  *
@@ -39,6 +40,7 @@ declare namespace sap {
39
40
  /**
40
41
  * Returns all chart types currently supported by chart control (subset of viz types).
41
42
  *
43
+ *
42
44
  * @returns a map with chartType as key, localized chart name as value.
43
45
  */
44
46
  function getChartTypes(): object;
@@ -70,6 +72,8 @@ declare namespace sap {
70
72
  }
71
73
  /**
72
74
  * Enumeration for supported Gradation diverging color scheme in analytical chart
75
+ *
76
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationDivergingColorScheme'.
73
77
  */
74
78
  enum GradationDivergingColorScheme {
75
79
  /**
@@ -95,6 +99,8 @@ declare namespace sap {
95
99
  }
96
100
  /**
97
101
  * Enumeration for supported Gradation color saturation in analytical chart
102
+ *
103
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSaturation'.
98
104
  */
99
105
  enum GradationSaturation {
100
106
  /**
@@ -108,6 +114,8 @@ declare namespace sap {
108
114
  }
109
115
  /**
110
116
  * Enumeration for supported Gradation single color scheme in analytical chart
117
+ *
118
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationSingleColorScheme'.
111
119
  */
112
120
  enum GradationSingleColorScheme {
113
121
  /**
@@ -125,6 +133,8 @@ declare namespace sap {
125
133
  }
126
134
  /**
127
135
  * Enumeration for supported Gradation target color scheme in analytical chart
136
+ *
137
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.GradationTargetColorScheme'.
128
138
  */
129
139
  enum GradationTargetColorScheme {
130
140
  /**
@@ -134,6 +144,8 @@ declare namespace sap {
134
144
  }
135
145
  /**
136
146
  * Enumeration for supported ImprovementDirection types in analytical chart
147
+ *
148
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'coloring.ImprovementDirectionType'.
137
149
  */
138
150
  enum ImprovementDirectionType {
139
151
  /**
@@ -279,9 +291,9 @@ declare namespace sap {
279
291
  unitBinding?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
280
292
 
281
293
  /**
282
- * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
283
- *
284
294
  * A (core UI5) format pattern to be used by the formatter to format the measure value.
295
+ *
296
+ * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
285
297
  */
286
298
  valueFormat?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
287
299
 
@@ -335,10 +347,10 @@ declare namespace sap {
335
347
  | `{${string}}`;
336
348
 
337
349
  /**
350
+ * The analytical extra information
351
+ *
338
352
  * @since 1.63
339
353
  * @experimental
340
- *
341
- * The analytical extra information
342
354
  */
343
355
  analyticalInfo?:
344
356
  | object
@@ -384,8 +396,6 @@ declare namespace sap {
384
396
  }
385
397
 
386
398
  /**
387
- * @since 1.32.0
388
- *
389
399
  * Definition of a single dimension in a chart
390
400
  *
391
401
  * chartType binding rules pie, donut All
@@ -393,6 +403,8 @@ declare namespace sap {
393
403
  * with role category are assigned to feed uid “shape”. heatmap All dimensions
394
404
  * with role “series” and “category2” are assigned to the feed uid “categoryAxis2”. treemap
395
405
  * All dimensions are assigned to the feed uid “categoryAxis” in the default sequence.
406
+ *
407
+ * @since 1.32.0
396
408
  */
397
409
  class Dimension extends sap.ui.core.Element {
398
410
  /**
@@ -432,6 +444,7 @@ declare namespace sap {
432
444
  *
433
445
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
434
446
  *
447
+ *
435
448
  * @returns Created class / constructor function
436
449
  */
437
450
  static extend<T extends Record<string, unknown>>(
@@ -452,6 +465,7 @@ declare namespace sap {
452
465
  /**
453
466
  * Returns a metadata object for class sap.chart.data.Dimension.
454
467
  *
468
+ *
455
469
  * @returns Metadata object describing this class
456
470
  */
457
471
  static getMetadata(): sap.ui.core.ElementMetadata;
@@ -463,6 +477,7 @@ declare namespace sap {
463
477
  *
464
478
  * Default value is `true`.
465
479
  *
480
+ *
466
481
  * @returns Value of property `displayText`
467
482
  */
468
483
  getDisplayText(): boolean;
@@ -475,6 +490,7 @@ declare namespace sap {
475
490
  * **NOTE:** This property was bound internally if automatically created via metadata of oData service and
476
491
  * please call "unbindProperty" before setting.
477
492
  *
493
+ *
478
494
  * @returns Value of property `label`
479
495
  */
480
496
  getLabel(): string;
@@ -483,6 +499,7 @@ declare namespace sap {
483
499
  *
484
500
  * Property in the "data" model holding the (always unique) Dimension key.
485
501
  *
502
+ *
486
503
  * @returns Value of property `name`
487
504
  */
488
505
  getName(): string;
@@ -508,6 +525,7 @@ declare namespace sap {
508
525
  *
509
526
  * Default value is `"category"`.
510
527
  *
528
+ *
511
529
  * @returns Value of property `role`
512
530
  */
513
531
  getRole(): string;
@@ -518,6 +536,7 @@ declare namespace sap {
518
536
  * specified, this property takes precedence over the "textProperty" property of the Dimension. Dimension
519
537
  * key value and the corresponding text will be passed to the supplied function as parameters.
520
538
  *
539
+ *
521
540
  * @returns Value of property `textFormatter`
522
541
  */
523
542
  getTextFormatter(): Function;
@@ -530,6 +549,7 @@ declare namespace sap {
530
549
  * **NOTE:** This property was bound internally if automatically created via metadata of oData service and
531
550
  * please call "unbindProperty" before setting.
532
551
  *
552
+ *
533
553
  * @returns Value of property `textProperty`
534
554
  */
535
555
  getTextProperty(): string;
@@ -543,6 +563,7 @@ declare namespace sap {
543
563
  *
544
564
  * Default value is `true`.
545
565
  *
566
+ *
546
567
  * @returns Reference to `this` in order to allow method chaining
547
568
  */
548
569
  setDisplayText(
@@ -562,6 +583,7 @@ declare namespace sap {
562
583
  *
563
584
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
564
585
  *
586
+ *
565
587
  * @returns Reference to `this` in order to allow method chaining
566
588
  */
567
589
  setLabel(
@@ -577,6 +599,7 @@ declare namespace sap {
577
599
  *
578
600
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
579
601
  *
602
+ *
580
603
  * @returns Reference to `this` in order to allow method chaining
581
604
  */
582
605
  setName(
@@ -609,6 +632,7 @@ declare namespace sap {
609
632
  *
610
633
  * Default value is `"category"`.
611
634
  *
635
+ *
612
636
  * @returns Reference to `this` in order to allow method chaining
613
637
  */
614
638
  setRole(
@@ -626,6 +650,7 @@ declare namespace sap {
626
650
  *
627
651
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
628
652
  *
653
+ *
629
654
  * @returns Reference to `this` in order to allow method chaining
630
655
  */
631
656
  setTextFormatter(
@@ -645,6 +670,7 @@ declare namespace sap {
645
670
  *
646
671
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
647
672
  *
673
+ *
648
674
  * @returns Reference to `this` in order to allow method chaining
649
675
  */
650
676
  setTextProperty(
@@ -655,9 +681,9 @@ declare namespace sap {
655
681
  ): this;
656
682
  }
657
683
  /**
658
- * @since 1.54.0
659
- *
660
684
  * Definition of a single hierarchy dimension in a chart
685
+ *
686
+ * @since 1.54.0
661
687
  */
662
688
  class HierarchyDimension extends sap.chart.data.Dimension {
663
689
  /**
@@ -697,6 +723,7 @@ declare namespace sap {
697
723
  *
698
724
  * `oClassInfo` might contain the same kind of information as described in {@link sap.chart.data.Dimension.extend}.
699
725
  *
726
+ *
700
727
  * @returns Created class / constructor function
701
728
  */
702
729
  static extend<T extends Record<string, unknown>>(
@@ -717,6 +744,7 @@ declare namespace sap {
717
744
  /**
718
745
  * Returns a metadata object for class sap.chart.data.HierarchyDimension.
719
746
  *
747
+ *
720
748
  * @returns Metadata object describing this class
721
749
  */
722
750
  static getMetadata(): sap.ui.core.ElementMetadata;
@@ -729,6 +757,7 @@ declare namespace sap {
729
757
  *
730
758
  * Default value is `0`.
731
759
  *
760
+ *
732
761
  * @returns Value of property `level`
733
762
  */
734
763
  getLevel(): int;
@@ -743,6 +772,7 @@ declare namespace sap {
743
772
  *
744
773
  * Default value is `0`.
745
774
  *
775
+ *
746
776
  * @returns Reference to `this` in order to allow method chaining
747
777
  */
748
778
  setLevel(
@@ -753,8 +783,6 @@ declare namespace sap {
753
783
  ): this;
754
784
  }
755
785
  /**
756
- * @since 1.32.0
757
- *
758
786
  * Definition of a single measure in a chart
759
787
  *
760
788
  * chartType binding rules pie, donut The
@@ -771,6 +799,8 @@ declare namespace sap {
771
799
  * is assigned to the feed uid “color”. The other measure is assigned to feed uid “weight”.
772
800
  * ..dual.. At least one measure is assigned to each of the feed uids “valueAxis” and “valueAxis2”,
773
801
  * according to the general rule.
802
+ *
803
+ * @since 1.32.0
774
804
  */
775
805
  class Measure extends sap.ui.core.Element {
776
806
  /**
@@ -810,6 +840,7 @@ declare namespace sap {
810
840
  *
811
841
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
812
842
  *
843
+ *
813
844
  * @returns Created class / constructor function
814
845
  */
815
846
  static extend<T extends Record<string, unknown>>(
@@ -830,17 +861,18 @@ declare namespace sap {
830
861
  /**
831
862
  * Returns a metadata object for class sap.chart.data.Measure.
832
863
  *
864
+ *
833
865
  * @returns Metadata object describing this class
834
866
  */
835
867
  static getMetadata(): sap.ui.core.ElementMetadata;
836
868
  /**
837
- * @since 1.63
838
- * @experimental
839
- *
840
869
  * Gets current value of property {@link #getAnalyticalInfo analyticalInfo}.
841
870
  *
842
871
  * The analytical extra information
843
872
  *
873
+ * @since 1.63
874
+ * @experimental
875
+ *
844
876
  * @returns Value of property `analyticalInfo`
845
877
  */
846
878
  getAnalyticalInfo(): object;
@@ -850,6 +882,7 @@ declare namespace sap {
850
882
  * Label for the Measure, either as a string literal or by a pointer using the binding syntax to some property
851
883
  * containing the label.
852
884
  *
885
+ *
853
886
  * @returns Value of property `label`
854
887
  */
855
888
  getLabel(): string;
@@ -858,6 +891,7 @@ declare namespace sap {
858
891
  *
859
892
  * Property in the "data" model holding the raw measure value.
860
893
  *
894
+ *
861
895
  * @returns Value of property `name`
862
896
  */
863
897
  getName(): string;
@@ -886,6 +920,7 @@ declare namespace sap {
886
920
  *
887
921
  * Default value is `"axis1"`.
888
922
  *
923
+ *
889
924
  * @returns Value of property `role`
890
925
  */
891
926
  getRole(): string;
@@ -897,6 +932,7 @@ declare namespace sap {
897
932
  * - "projectedValueMeasure" identifing the projected value measure, and
898
933
  * - "referenceValueMeasure" identifing the reference value measure.
899
934
  *
935
+ *
900
936
  * @returns Value of property `semanticallyRelatedMeasures`
901
937
  */
902
938
  getSemanticallyRelatedMeasures(): object;
@@ -914,6 +950,7 @@ declare namespace sap {
914
950
  *
915
951
  * Default value is `Actual`.
916
952
  *
953
+ *
917
954
  * @returns Value of property `semantics`
918
955
  */
919
956
  getSemantics(): sap.chart.data.MeasureSemantics;
@@ -925,29 +962,30 @@ declare namespace sap {
925
962
  * tooltip and chart popover. NOTE: To work properly, the unit field must be set as visible dimension in
926
963
  * chart, and only one unit value exists for any visible dimension value combination.
927
964
  *
965
+ *
928
966
  * @returns Value of property `unitBinding`
929
967
  */
930
968
  getUnitBinding(): string;
931
969
  /**
932
- * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
933
- *
934
970
  * Gets current value of property {@link #getValueFormat valueFormat}.
935
971
  *
936
972
  * A (core UI5) format pattern to be used by the formatter to format the measure value.
937
973
  *
974
+ * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
975
+ *
938
976
  * @returns Value of property `valueFormat`
939
977
  */
940
978
  getValueFormat(): string;
941
979
  /**
942
- * @since 1.63
943
- * @experimental
944
- *
945
980
  * Sets a new value for property {@link #getAnalyticalInfo analyticalInfo}.
946
981
  *
947
982
  * The analytical extra information
948
983
  *
949
984
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
950
985
  *
986
+ * @since 1.63
987
+ * @experimental
988
+ *
951
989
  * @returns Reference to `this` in order to allow method chaining
952
990
  */
953
991
  setAnalyticalInfo(
@@ -964,6 +1002,7 @@ declare namespace sap {
964
1002
  *
965
1003
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
966
1004
  *
1005
+ *
967
1006
  * @returns Reference to `this` in order to allow method chaining
968
1007
  */
969
1008
  setLabel(
@@ -979,6 +1018,7 @@ declare namespace sap {
979
1018
  *
980
1019
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
981
1020
  *
1021
+ *
982
1022
  * @returns Reference to `this` in order to allow method chaining
983
1023
  */
984
1024
  setName(
@@ -1014,6 +1054,7 @@ declare namespace sap {
1014
1054
  *
1015
1055
  * Default value is `"axis1"`.
1016
1056
  *
1057
+ *
1017
1058
  * @returns Reference to `this` in order to allow method chaining
1018
1059
  */
1019
1060
  setRole(
@@ -1032,6 +1073,7 @@ declare namespace sap {
1032
1073
  *
1033
1074
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1034
1075
  *
1076
+ *
1035
1077
  * @returns Reference to `this` in order to allow method chaining
1036
1078
  */
1037
1079
  setSemanticallyRelatedMeasures(
@@ -1056,6 +1098,7 @@ declare namespace sap {
1056
1098
  *
1057
1099
  * Default value is `Actual`.
1058
1100
  *
1101
+ *
1059
1102
  * @returns Reference to `this` in order to allow method chaining
1060
1103
  */
1061
1104
  setSemantics(
@@ -1074,6 +1117,7 @@ declare namespace sap {
1074
1117
  *
1075
1118
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1076
1119
  *
1120
+ *
1077
1121
  * @returns Reference to `this` in order to allow method chaining
1078
1122
  */
1079
1123
  setUnitBinding(
@@ -1083,14 +1127,14 @@ declare namespace sap {
1083
1127
  sUnitBinding: string
1084
1128
  ): this;
1085
1129
  /**
1086
- * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
1087
- *
1088
1130
  * Sets a new value for property {@link #getValueFormat valueFormat}.
1089
1131
  *
1090
1132
  * A (core UI5) format pattern to be used by the formatter to format the measure value.
1091
1133
  *
1092
1134
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1093
1135
  *
1136
+ * @deprecated - Please use {@link sap.chart.Chart#setVizProperties} to set related formatStrings instead.
1137
+ *
1094
1138
  * @returns Reference to `this` in order to allow method chaining
1095
1139
  */
1096
1140
  setValueFormat(
@@ -1101,14 +1145,14 @@ declare namespace sap {
1101
1145
  ): this;
1102
1146
  }
1103
1147
  /**
1104
- * @since 1.38.0
1105
- *
1106
1148
  * Definition of a single time dimension in a chart
1107
1149
  *
1108
1150
  * If there is exactly one dimension with time semantics, then instead of line, time_line shall be used
1109
1151
  * (implicitly).
1110
1152
  *
1111
1153
  * TimeDmension is assigned to feed uid "timeAxis".
1154
+ *
1155
+ * @since 1.38.0
1112
1156
  */
1113
1157
  class TimeDimension extends sap.chart.data.Dimension {
1114
1158
  /**
@@ -1148,6 +1192,7 @@ declare namespace sap {
1148
1192
  *
1149
1193
  * `oClassInfo` might contain the same kind of information as described in {@link sap.chart.data.Dimension.extend}.
1150
1194
  *
1195
+ *
1151
1196
  * @returns Created class / constructor function
1152
1197
  */
1153
1198
  static extend<T extends Record<string, unknown>>(
@@ -1168,6 +1213,7 @@ declare namespace sap {
1168
1213
  /**
1169
1214
  * Returns a metadata object for class sap.chart.data.TimeDimension.
1170
1215
  *
1216
+ *
1171
1217
  * @returns Metadata object describing this class
1172
1218
  */
1173
1219
  static getMetadata(): sap.ui.core.ElementMetadata;
@@ -1187,12 +1233,14 @@ declare namespace sap {
1187
1233
  * ```
1188
1234
  *
1189
1235
  *
1236
+ *
1190
1237
  * @returns Value of property `fiscalYearPeriodCount`
1191
1238
  */
1192
1239
  getFiscalYearPeriodCount(): object;
1193
1240
  /**
1194
1241
  * Returns if UTC is used for the time dimension
1195
1242
  *
1243
+ *
1196
1244
  * @returns true if the time dimension data is parsed in UTC, otherwise return false
1197
1245
  */
1198
1246
  getIsUTC(): boolean;
@@ -1201,6 +1249,7 @@ declare namespace sap {
1201
1249
  *
1202
1250
  * A time value (aligned with 'timeUnit') to indicate the start point of projected values.
1203
1251
  *
1252
+ *
1204
1253
  * @returns Value of property `projectedValueStartTime`
1205
1254
  */
1206
1255
  getProjectedValueStartTime(): any;
@@ -1209,6 +1258,7 @@ declare namespace sap {
1209
1258
  *
1210
1259
  * Detailed unit infomation of TimeDimension. Please refer to {@link sap.chart.TimeUnitType TimeUnitType}.
1211
1260
  *
1261
+ *
1212
1262
  * @returns Value of property `timeUnit`
1213
1263
  */
1214
1264
  getTimeUnit(): sap.chart.TimeUnitType;
@@ -1230,6 +1280,7 @@ declare namespace sap {
1230
1280
  *
1231
1281
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1232
1282
  *
1283
+ *
1233
1284
  * @returns Reference to `this` in order to allow method chaining
1234
1285
  */
1235
1286
  setFiscalYearPeriodCount(
@@ -1254,6 +1305,7 @@ declare namespace sap {
1254
1305
  *
1255
1306
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1256
1307
  *
1308
+ *
1257
1309
  * @returns Reference to `this` in order to allow method chaining
1258
1310
  */
1259
1311
  setProjectedValueStartTime(
@@ -1269,6 +1321,7 @@ declare namespace sap {
1269
1321
  *
1270
1322
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1271
1323
  *
1324
+ *
1272
1325
  * @returns Reference to `this` in order to allow method chaining
1273
1326
  */
1274
1327
  setTimeUnit(
@@ -1330,10 +1383,10 @@ declare namespace sap {
1330
1383
  */
1331
1384
  axis3 = "axis3",
1332
1385
  /**
1333
- * @deprecated - Please use other MeasureRoleType for specific usage.
1334
- *
1335
1386
  * Once used by Bullet Chart, but as this chart layout is configured via semantic patterns instead, "Asix4"
1336
1387
  * has no special usage from now on.
1388
+ *
1389
+ * @deprecated - Please use other MeasureRoleType for specific usage.
1337
1390
  */
1338
1391
  axis4 = "axis4",
1339
1392
  }
@@ -1901,9 +1954,9 @@ declare namespace sap {
1901
1954
  }
1902
1955
 
1903
1956
  /**
1904
- * @since 1.32.0
1905
- *
1906
1957
  * UI5 Chart control
1958
+ *
1959
+ * @since 1.32.0
1907
1960
  */
1908
1961
  class Chart extends sap.viz.ui5.controls.common.BaseControl {
1909
1962
  /**
@@ -1943,6 +1996,7 @@ declare namespace sap {
1943
1996
  *
1944
1997
  * `oClassInfo` might contain the same kind of information as described in {@link sap.viz.ui5.controls.common.BaseControl.extend}.
1945
1998
  *
1999
+ *
1946
2000
  * @returns Created class / constructor function
1947
2001
  */
1948
2002
  static extend<T extends Record<string, unknown>>(
@@ -1963,6 +2017,7 @@ declare namespace sap {
1963
2017
  /**
1964
2018
  * Returns a metadata object for class sap.chart.Chart.
1965
2019
  *
2020
+ *
1966
2021
  * @returns Metadata object describing this class
1967
2022
  */
1968
2023
  static getMetadata(): sap.ui.core.ElementMetadata;
@@ -1978,6 +2033,7 @@ declare namespace sap {
1978
2033
  * be advised that time axis is supported with limited chart types (column, line, combination, stacked_column,
1979
2034
  * bubble, scatter, dual_combination, vertical_bullet, waterfall).
1980
2035
  *
2036
+ *
1981
2037
  * @returns Reference to this in order to allow method chaining
1982
2038
  */
1983
2039
  addDimension(
@@ -1989,6 +2045,7 @@ declare namespace sap {
1989
2045
  /**
1990
2046
  * Adds some measure to the aggregation {@link #getMeasures measures}.
1991
2047
  *
2048
+ *
1992
2049
  * @returns Reference to `this` in order to allow method chaining
1993
2050
  */
1994
2051
  addMeasure(
@@ -2016,6 +2073,7 @@ declare namespace sap {
2016
2073
  *
2017
2074
  * Only works when selectionBehavior is "CATEGORY"
2018
2075
  *
2076
+ *
2019
2077
  * @returns Reference to `this` in order to allow method chaining
2020
2078
  */
2021
2079
  addSelectedCategories(
@@ -2040,6 +2098,7 @@ declare namespace sap {
2040
2098
  *
2041
2099
  * Only works when selectionBehavior is "DATAPOINT"
2042
2100
  *
2101
+ *
2043
2102
  * @returns Reference to `this` in order to allow method chaining
2044
2103
  */
2045
2104
  addSelectedDataPoints(
@@ -2067,6 +2126,7 @@ declare namespace sap {
2067
2126
  *
2068
2127
  * Only works when selectionBehavior is "SERIES"
2069
2128
  *
2129
+ *
2070
2130
  * @returns Reference to `this` in order to allow method chaining
2071
2131
  */
2072
2132
  addSelectedSeries(
@@ -2084,6 +2144,7 @@ declare namespace sap {
2084
2144
  * Event fires when certain data point(s) is(are) deselected, data context of deselected item(s) would be
2085
2145
  * passed in
2086
2146
  *
2147
+ *
2087
2148
  * @returns Reference to `this` in order to allow method chaining
2088
2149
  */
2089
2150
  attachDeselectData(
@@ -2110,6 +2171,7 @@ declare namespace sap {
2110
2171
  * Event fires when certain data point(s) is(are) deselected, data context of deselected item(s) would be
2111
2172
  * passed in
2112
2173
  *
2174
+ *
2113
2175
  * @returns Reference to `this` in order to allow method chaining
2114
2176
  */
2115
2177
  attachDeselectData(
@@ -2130,6 +2192,7 @@ declare namespace sap {
2130
2192
  *
2131
2193
  * fired after a drill-down operation
2132
2194
  *
2195
+ *
2133
2196
  * @returns Reference to `this` in order to allow method chaining
2134
2197
  */
2135
2198
  attachDrilledDown(
@@ -2155,6 +2218,7 @@ declare namespace sap {
2155
2218
  *
2156
2219
  * fired after a drill-down operation
2157
2220
  *
2221
+ *
2158
2222
  * @returns Reference to `this` in order to allow method chaining
2159
2223
  */
2160
2224
  attachDrilledDown(
@@ -2175,6 +2239,7 @@ declare namespace sap {
2175
2239
  *
2176
2240
  * fired after a drill-up operation
2177
2241
  *
2242
+ *
2178
2243
  * @returns Reference to `this` in order to allow method chaining
2179
2244
  */
2180
2245
  attachDrilledUp(
@@ -2200,6 +2265,7 @@ declare namespace sap {
2200
2265
  *
2201
2266
  * fired after a drill-up operation
2202
2267
  *
2268
+ *
2203
2269
  * @returns Reference to `this` in order to allow method chaining
2204
2270
  */
2205
2271
  attachDrilledUp(
@@ -2222,6 +2288,7 @@ declare namespace sap {
2222
2288
  * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
2223
2289
  * shall be called in this event or after chart is rendered
2224
2290
  *
2291
+ *
2225
2292
  * @returns Reference to `this` in order to allow method chaining
2226
2293
  */
2227
2294
  attachDrillStackChanged(
@@ -2249,6 +2316,7 @@ declare namespace sap {
2249
2316
  * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
2250
2317
  * shall be called in this event or after chart is rendered
2251
2318
  *
2319
+ *
2252
2320
  * @returns Reference to `this` in order to allow method chaining
2253
2321
  */
2254
2322
  attachDrillStackChanged(
@@ -2270,6 +2338,7 @@ declare namespace sap {
2270
2338
  *
2271
2339
  * Event fires when the rendering ends.
2272
2340
  *
2341
+ *
2273
2342
  * @returns Reference to `this` in order to allow method chaining
2274
2343
  */
2275
2344
  attachRenderComplete(
@@ -2296,6 +2365,7 @@ declare namespace sap {
2296
2365
  *
2297
2366
  * Event fires when the rendering ends.
2298
2367
  *
2368
+ *
2299
2369
  * @returns Reference to `this` in order to allow method chaining
2300
2370
  */
2301
2371
  attachRenderComplete(
@@ -2317,6 +2387,7 @@ declare namespace sap {
2317
2387
  * Event fires when certain data point(s) is(are) selected, data context of selected item(s) would be passed
2318
2388
  * in.
2319
2389
  *
2390
+ *
2320
2391
  * @returns Reference to `this` in order to allow method chaining
2321
2392
  */
2322
2393
  attachSelectData(
@@ -2343,6 +2414,7 @@ declare namespace sap {
2343
2414
  * Event fires when certain data point(s) is(are) selected, data context of selected item(s) would be passed
2344
2415
  * in.
2345
2416
  *
2417
+ *
2346
2418
  * @returns Reference to `this` in order to allow method chaining
2347
2419
  */
2348
2420
  attachSelectData(
@@ -2364,6 +2436,7 @@ declare namespace sap {
2364
2436
  *
2365
2437
  * Event fires when fixed scale is turned off by adding or removing dimension
2366
2438
  *
2439
+ *
2367
2440
  * @returns Reference to `this` in order to allow method chaining
2368
2441
  */
2369
2442
  attachValueAxisFixedScaleTurnedOff(
@@ -2390,6 +2463,7 @@ declare namespace sap {
2390
2463
  *
2391
2464
  * Event fires when fixed scale is turned off by adding or removing dimension
2392
2465
  *
2466
+ *
2393
2467
  * @returns Reference to `this` in order to allow method chaining
2394
2468
  */
2395
2469
  attachValueAxisFixedScaleTurnedOff(
@@ -2411,6 +2485,7 @@ declare namespace sap {
2411
2485
  * **NOTE:** If the {@link sap.ui.model.odata.v4.ODataListBinding list binding} is suspended, data related
2412
2486
  * requests in Chart will be impacted, and the corresponding operations might not work as expected.
2413
2487
  *
2488
+ *
2414
2489
  * @returns Reference to `this` in order to allow method chaining
2415
2490
  */
2416
2491
  bindData(
@@ -2428,12 +2503,14 @@ declare namespace sap {
2428
2503
  * Destroys all the dimensions in the aggregation dimensions, only works when the property isAnalytical
2429
2504
  * is true.
2430
2505
  *
2506
+ *
2431
2507
  * @returns Reference to this in order to allow method chaining
2432
2508
  */
2433
2509
  destroyDimensions(): this;
2434
2510
  /**
2435
2511
  * Destroys all the measures in the aggregation {@link #getMeasures measures}.
2436
2512
  *
2513
+ *
2437
2514
  * @returns Reference to `this` in order to allow method chaining
2438
2515
  */
2439
2516
  destroyMeasures(): this;
@@ -2442,6 +2519,7 @@ declare namespace sap {
2442
2519
  *
2443
2520
  * The passed function and listener object must match the ones used for event registration.
2444
2521
  *
2522
+ *
2445
2523
  * @returns Reference to `this` in order to allow method chaining
2446
2524
  */
2447
2525
  detachDeselectData(
@@ -2459,6 +2537,7 @@ declare namespace sap {
2459
2537
  *
2460
2538
  * The passed function and listener object must match the ones used for event registration.
2461
2539
  *
2540
+ *
2462
2541
  * @returns Reference to `this` in order to allow method chaining
2463
2542
  */
2464
2543
  detachDrilledDown(
@@ -2476,6 +2555,7 @@ declare namespace sap {
2476
2555
  *
2477
2556
  * The passed function and listener object must match the ones used for event registration.
2478
2557
  *
2558
+ *
2479
2559
  * @returns Reference to `this` in order to allow method chaining
2480
2560
  */
2481
2561
  detachDrilledUp(
@@ -2494,6 +2574,7 @@ declare namespace sap {
2494
2574
  *
2495
2575
  * The passed function and listener object must match the ones used for event registration.
2496
2576
  *
2577
+ *
2497
2578
  * @returns Reference to `this` in order to allow method chaining
2498
2579
  */
2499
2580
  detachDrillStackChanged(
@@ -2512,6 +2593,7 @@ declare namespace sap {
2512
2593
  *
2513
2594
  * The passed function and listener object must match the ones used for event registration.
2514
2595
  *
2596
+ *
2515
2597
  * @returns Reference to `this` in order to allow method chaining
2516
2598
  */
2517
2599
  detachRenderComplete(
@@ -2529,6 +2611,7 @@ declare namespace sap {
2529
2611
  *
2530
2612
  * The passed function and listener object must match the ones used for event registration.
2531
2613
  *
2614
+ *
2532
2615
  * @returns Reference to `this` in order to allow method chaining
2533
2616
  */
2534
2617
  detachSelectData(
@@ -2547,6 +2630,7 @@ declare namespace sap {
2547
2630
  *
2548
2631
  * The passed function and listener object must match the ones used for event registration.
2549
2632
  *
2633
+ *
2550
2634
  * @returns Reference to `this` in order to allow method chaining
2551
2635
  */
2552
2636
  detachValueAxisFixedScaleTurnedOff(
@@ -2590,6 +2674,7 @@ declare namespace sap {
2590
2674
  * Export the current chart as SVG String. The chart is ready to be exported to SVG ONLY after the initialization
2591
2675
  * is finished. Any attempt to export to SVG before that will result in an empty SVG string.
2592
2676
  *
2677
+ *
2593
2678
  * @returns the SVG string of the current viz or empty svg if error occurs.
2594
2679
  */
2595
2680
  exportToSVGString(
@@ -2608,10 +2693,10 @@ declare namespace sap {
2608
2693
  option?: Object
2609
2694
  ): string;
2610
2695
  /**
2611
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2612
- *
2613
2696
  * Fires event {@link #event:deselectData deselectData} to attached listeners.
2614
2697
  *
2698
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2699
+ *
2615
2700
  * @returns Reference to `this` in order to allow method chaining
2616
2701
  */
2617
2702
  fireDeselectData(
@@ -2621,10 +2706,10 @@ declare namespace sap {
2621
2706
  mParameters?: object
2622
2707
  ): this;
2623
2708
  /**
2624
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2625
- *
2626
2709
  * Fires event {@link #event:drilledDown drilledDown} to attached listeners.
2627
2710
  *
2711
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2712
+ *
2628
2713
  * @returns Reference to `this` in order to allow method chaining
2629
2714
  */
2630
2715
  fireDrilledDown(
@@ -2634,10 +2719,10 @@ declare namespace sap {
2634
2719
  mParameters?: sap.chart.Chart$DrilledDownEventParameters
2635
2720
  ): this;
2636
2721
  /**
2637
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2638
- *
2639
2722
  * Fires event {@link #event:drilledUp drilledUp} to attached listeners.
2640
2723
  *
2724
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2725
+ *
2641
2726
  * @returns Reference to `this` in order to allow method chaining
2642
2727
  */
2643
2728
  fireDrilledUp(
@@ -2647,10 +2732,10 @@ declare namespace sap {
2647
2732
  mParameters?: sap.chart.Chart$DrilledUpEventParameters
2648
2733
  ): this;
2649
2734
  /**
2650
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2651
- *
2652
2735
  * Fires event {@link #event:drillStackChanged drillStackChanged} to attached listeners.
2653
2736
  *
2737
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2738
+ *
2654
2739
  * @returns Reference to `this` in order to allow method chaining
2655
2740
  */
2656
2741
  fireDrillStackChanged(
@@ -2660,10 +2745,10 @@ declare namespace sap {
2660
2745
  mParameters?: object
2661
2746
  ): this;
2662
2747
  /**
2663
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2664
- *
2665
2748
  * Fires event {@link #event:renderComplete renderComplete} to attached listeners.
2666
2749
  *
2750
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2751
+ *
2667
2752
  * @returns Reference to `this` in order to allow method chaining
2668
2753
  */
2669
2754
  fireRenderComplete(
@@ -2673,10 +2758,10 @@ declare namespace sap {
2673
2758
  mParameters?: object
2674
2759
  ): this;
2675
2760
  /**
2676
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2677
- *
2678
2761
  * Fires event {@link #event:selectData selectData} to attached listeners.
2679
2762
  *
2763
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2764
+ *
2680
2765
  * @returns Reference to `this` in order to allow method chaining
2681
2766
  */
2682
2767
  fireSelectData(
@@ -2686,10 +2771,10 @@ declare namespace sap {
2686
2771
  mParameters?: object
2687
2772
  ): this;
2688
2773
  /**
2689
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2690
- *
2691
2774
  * Fires event {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff} to attached listeners.
2692
2775
  *
2776
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2777
+ *
2693
2778
  * @returns Reference to `this` in order to allow method chaining
2694
2779
  */
2695
2780
  fireValueAxisFixedScaleTurnedOff(
@@ -2733,6 +2818,7 @@ declare namespace sap {
2733
2818
  * ```
2734
2819
  *
2735
2820
  *
2821
+ *
2736
2822
  * @returns Value of property `activeColoring`
2737
2823
  */
2738
2824
  getActiveColoring(): object;
@@ -2761,6 +2847,7 @@ declare namespace sap {
2761
2847
  * ```
2762
2848
  *
2763
2849
  *
2850
+ *
2764
2851
  * @returns chart types and errors for unavailable chart types, grouped by availability
2765
2852
  */
2766
2853
  getAvailableChartTypes(): object;
@@ -2771,6 +2858,7 @@ declare namespace sap {
2771
2858
  *
2772
2859
  * Default value is `"bar"`.
2773
2860
  *
2861
+ *
2774
2862
  * @returns Value of property `chartType`
2775
2863
  */
2776
2864
  getChartType(): string;
@@ -2803,6 +2891,7 @@ declare namespace sap {
2803
2891
  * {@link sap.chart.ColoringType.Emphasis}
2804
2892
  * for detailed usage
2805
2893
  *
2894
+ *
2806
2895
  * @returns Value of property `colorings`
2807
2896
  */
2808
2897
  getColorings(): object;
@@ -2811,6 +2900,7 @@ declare namespace sap {
2811
2900
  *
2812
2901
  * Chart custom messages.
2813
2902
  *
2903
+ *
2814
2904
  * @returns Value of property `customMessages`
2815
2905
  */
2816
2906
  getCustomMessages(): object;
@@ -2822,6 +2912,7 @@ declare namespace sap {
2822
2912
  /**
2823
2913
  * Return Dimension with the given name.
2824
2914
  *
2915
+ *
2825
2916
  * @returns Dimension of the specified name.
2826
2917
  */
2827
2918
  getDimensionByName(
@@ -2842,6 +2933,7 @@ declare namespace sap {
2842
2933
  * NOTE: If {@link sap.chart.data.HierarchyDimension} is used when calling {@link #setVisibleDimensions},
2843
2934
  * drill stack could not be determined synchronously. Listen to `drillStackChanged` event instead.
2844
2935
  *
2936
+ *
2845
2937
  * @returns array of drill state objects
2846
2938
  */
2847
2939
  getDrillStack(): Object[];
@@ -2863,6 +2955,7 @@ declare namespace sap {
2863
2955
  *
2864
2956
  * Default value is `false`.
2865
2957
  *
2958
+ *
2866
2959
  * @returns Value of property `enablePagination`
2867
2960
  */
2868
2961
  getEnablePagination(): boolean;
@@ -2873,6 +2966,7 @@ declare namespace sap {
2873
2966
  *
2874
2967
  * Default value is `false`.
2875
2968
  *
2969
+ *
2876
2970
  * @returns Value of property `enableScalingFactor`
2877
2971
  */
2878
2972
  getEnableScalingFactor(): boolean;
@@ -2883,6 +2977,7 @@ declare namespace sap {
2883
2977
  *
2884
2978
  * Default value is `false`.
2885
2979
  *
2980
+ *
2886
2981
  * @returns Value of property `enableStableColor`
2887
2982
  */
2888
2983
  getEnableStableColor(): boolean;
@@ -2894,6 +2989,7 @@ declare namespace sap {
2894
2989
  *
2895
2990
  * Default value is `true`.
2896
2991
  *
2992
+ *
2897
2993
  * @returns Value of property `hideSharedInformation`
2898
2994
  */
2899
2995
  getHideSharedInformation(): boolean;
@@ -2907,6 +3003,7 @@ declare namespace sap {
2907
3003
  *
2908
3004
  * Default value is `[]`.
2909
3005
  *
3006
+ *
2910
3007
  * @returns Value of property `inResultDimensions`
2911
3008
  */
2912
3009
  getInResultDimensions(): string[];
@@ -2918,12 +3015,14 @@ declare namespace sap {
2918
3015
  * The property isAnalytical will programmatically set according to data source. When the data source has
2919
3016
  * an aggregated entity set, isAnalytical is true, otherwise it's false.
2920
3017
  *
3018
+ *
2921
3019
  * @returns Value of property isAnalytical
2922
3020
  */
2923
3021
  getIsAnalytical(): boolean;
2924
3022
  /**
2925
3023
  * Return Measure with the given name.
2926
3024
  *
3025
+ *
2927
3026
  * @returns Measure of the specified name.
2928
3027
  */
2929
3028
  getMeasureByName(
@@ -2941,6 +3040,7 @@ declare namespace sap {
2941
3040
  /**
2942
3041
  * return the scaling factor. Or return null when scaling factor is disable.
2943
3042
  *
3043
+ *
2944
3044
  * @returns A scaling factor object or null
2945
3045
  */
2946
3046
  getScalingFactor(): object;
@@ -2963,6 +3063,7 @@ declare namespace sap {
2963
3063
  *
2964
3064
  * Return 0 and empty list if selectionBehavior is not "CATEGORY"
2965
3065
  *
3066
+ *
2966
3067
  * @returns a total number of selected data points, and an array of category objects for selected categories.
2967
3068
  */
2968
3069
  getSelectedCategories(): object;
@@ -2990,6 +3091,7 @@ declare namespace sap {
2990
3091
  *
2991
3092
  * Only works when selectionBehavior is "DATAPOINT"
2992
3093
  *
3094
+ *
2993
3095
  * @returns a total number of selected data points, and an array of datapoint objects.
2994
3096
  */
2995
3097
  getSelectedDataPoints(): object;
@@ -3012,6 +3114,7 @@ declare namespace sap {
3012
3114
  *
3013
3115
  * Return 0 and empty list if selectionBehavior is not "SERIES"
3014
3116
  *
3117
+ *
3015
3118
  * @returns object containing a total number of selected data points, and an array of series objects for
3016
3119
  * selected series.
3017
3120
  */
@@ -3023,6 +3126,7 @@ declare namespace sap {
3023
3126
  *
3024
3127
  * Default value is `DataPoint`.
3025
3128
  *
3129
+ *
3026
3130
  * @returns Value of property `selectionBehavior`
3027
3131
  */
3028
3132
  getSelectionBehavior(): sap.chart.SelectionBehavior;
@@ -3033,12 +3137,14 @@ declare namespace sap {
3033
3137
  *
3034
3138
  * Default value is `Multi`.
3035
3139
  *
3140
+ *
3036
3141
  * @returns Value of property `selectionMode`
3037
3142
  */
3038
3143
  getSelectionMode(): sap.chart.SelectionMode;
3039
3144
  /**
3040
3145
  * Return all TimeDimensions from current Dimensions.
3041
3146
  *
3147
+ *
3042
3148
  * @returns Dimensions which are instance of TimeDimension.
3043
3149
  */
3044
3150
  getTimeDimensions(): any[];
@@ -3048,6 +3154,7 @@ declare namespace sap {
3048
3154
  * Configuration for initialization to VizControl. This property could only set via settings parameter in
3049
3155
  * Constructor.
3050
3156
  *
3157
+ *
3051
3158
  * @returns Value of property `uiConfig`
3052
3159
  */
3053
3160
  getUiConfig(): object;
@@ -3128,6 +3235,7 @@ declare namespace sap {
3128
3235
  * {@link sap.chart.ScaleBehavior.FixedScale}
3129
3236
  * for detailed usage
3130
3237
  *
3238
+ *
3131
3239
  * @returns Value of property `valueAxisScale`
3132
3240
  */
3133
3241
  getValueAxisScale(): object;
@@ -3141,6 +3249,7 @@ declare namespace sap {
3141
3249
  *
3142
3250
  * Default value is `[]`.
3143
3251
  *
3252
+ *
3144
3253
  * @returns Value of property `visibleDimensions`
3145
3254
  */
3146
3255
  getVisibleDimensions(): string[];
@@ -3153,6 +3262,7 @@ declare namespace sap {
3153
3262
  *
3154
3263
  * Default value is `[]`.
3155
3264
  *
3265
+ *
3156
3266
  * @returns Value of property `visibleMeasures`
3157
3267
  */
3158
3268
  getVisibleMeasures(): string[];
@@ -3162,6 +3272,7 @@ declare namespace sap {
3162
3272
  * Refer to chart property documentation for more
3163
3273
  * details.
3164
3274
  *
3275
+ *
3165
3276
  * @returns the Chart properties object
3166
3277
  */
3167
3278
  getVizProperties(): object;
@@ -3171,18 +3282,18 @@ declare namespace sap {
3171
3282
  * Refer to chart property documentation for more
3172
3283
  * details.
3173
3284
  *
3285
+ *
3174
3286
  * @returns an array of scale objects
3175
3287
  */
3176
3288
  getVizScales(): object[];
3177
3289
  /**
3178
3290
  * Get the UID for Chart. It supports other controls to connect to a viz instance.
3179
3291
  *
3292
+ *
3180
3293
  * @returns Chart UID
3181
3294
  */
3182
3295
  getVizUid(): string;
3183
3296
  /**
3184
- * @since 1.54
3185
- *
3186
3297
  * Get zoom information.
3187
3298
  *
3188
3299
  * Return the zooming enablement and current zooming level of chart.
@@ -3199,6 +3310,8 @@ declare namespace sap {
3199
3310
  * ```
3200
3311
  *
3201
3312
  *
3313
+ * @since 1.54
3314
+ *
3202
3315
  * @returns The zooming enablement and current zooming level of chart.The zooming level is between 0 and
3203
3316
  * 1, and null when zooming isn't applicable.
3204
3317
  */
@@ -3212,6 +3325,7 @@ declare namespace sap {
3212
3325
  * Checks for the provided `sap.chart.data.Dimension` in the aggregation {@link #getDimensions dimensions}.
3213
3326
  * and returns its index if found or -1 otherwise.
3214
3327
  *
3328
+ *
3215
3329
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3216
3330
  */
3217
3331
  indexOfDimension(
@@ -3224,6 +3338,7 @@ declare namespace sap {
3224
3338
  * Checks for the provided `sap.chart.data.Measure` in the aggregation {@link #getMeasures measures}. and
3225
3339
  * returns its index if found or -1 otherwise.
3226
3340
  *
3341
+ *
3227
3342
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3228
3343
  */
3229
3344
  indexOfMeasure(
@@ -3240,6 +3355,7 @@ declare namespace sap {
3240
3355
  /**
3241
3356
  * Inserts a dimension into the aggregation {@link #getDimensions dimensions}.
3242
3357
  *
3358
+ *
3243
3359
  * @returns Reference to `this` in order to allow method chaining
3244
3360
  */
3245
3361
  insertDimension(
@@ -3257,6 +3373,7 @@ declare namespace sap {
3257
3373
  /**
3258
3374
  * Inserts a measure into the aggregation {@link #getMeasures measures}.
3259
3375
  *
3376
+ *
3260
3377
  * @returns Reference to `this` in order to allow method chaining
3261
3378
  */
3262
3379
  insertMeasure(
@@ -3282,6 +3399,7 @@ declare namespace sap {
3282
3399
  *
3283
3400
  * Additionally, it unregisters them from the hosting UIArea.
3284
3401
  *
3402
+ *
3285
3403
  * @returns An array of the removed elements (might be empty)
3286
3404
  */
3287
3405
  removeAllDimensions(): sap.chart.data.Dimension[];
@@ -3290,6 +3408,7 @@ declare namespace sap {
3290
3408
  *
3291
3409
  * Additionally, it unregisters them from the hosting UIArea.
3292
3410
  *
3411
+ *
3293
3412
  * @returns An array of the removed elements (might be empty)
3294
3413
  */
3295
3414
  removeAllMeasures(): sap.chart.data.Measure[];
@@ -3302,6 +3421,7 @@ declare namespace sap {
3302
3421
  * Removes a dimension from the aggregation dimensions, remove a visible dimension is unsupported when the
3303
3422
  * property isAnalytical is false.
3304
3423
  *
3424
+ *
3305
3425
  * @returns The removed dimension or null
3306
3426
  */
3307
3427
  removeDimension(
@@ -3313,6 +3433,7 @@ declare namespace sap {
3313
3433
  /**
3314
3434
  * Removes a measure from the aggregation {@link #getMeasures measures}.
3315
3435
  *
3436
+ *
3316
3437
  * @returns The removed measure or `null`
3317
3438
  */
3318
3439
  removeMeasure(
@@ -3340,6 +3461,7 @@ declare namespace sap {
3340
3461
  *
3341
3462
  * Only works when selectionBehavior is "CATEGORY"
3342
3463
  *
3464
+ *
3343
3465
  * @returns Reference to `this` in order to allow method chaining
3344
3466
  */
3345
3467
  removeSelectedCategories(
@@ -3364,6 +3486,7 @@ declare namespace sap {
3364
3486
  *
3365
3487
  * Only works when selectionBehavior is "DATAPOINT"
3366
3488
  *
3489
+ *
3367
3490
  * @returns Reference to `this` in order to allow method chaining
3368
3491
  */
3369
3492
  removeSelectedDataPoints(
@@ -3391,6 +3514,7 @@ declare namespace sap {
3391
3514
  *
3392
3515
  * Only works when selectionBehavior is "SERIES"
3393
3516
  *
3517
+ *
3394
3518
  * @returns Reference to `this` in order to allow method chaining
3395
3519
  */
3396
3520
  removeSelectedSeries(
@@ -3402,6 +3526,7 @@ declare namespace sap {
3402
3526
  /**
3403
3527
  * Reset to visible layout.
3404
3528
  *
3529
+ *
3405
3530
  * @returns Reference to `this` in order to allow method chaining
3406
3531
  */
3407
3532
  resetLayout(): this;
@@ -3442,6 +3567,7 @@ declare namespace sap {
3442
3567
  *
3443
3568
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3444
3569
  *
3570
+ *
3445
3571
  * @returns Reference to `this` in order to allow method chaining
3446
3572
  */
3447
3573
  setActiveColoring(
@@ -3459,6 +3585,7 @@ declare namespace sap {
3459
3585
  *
3460
3586
  * Default value is `"bar"`.
3461
3587
  *
3588
+ *
3462
3589
  * @returns Reference to `this` in order to allow method chaining
3463
3590
  */
3464
3591
  setChartType(
@@ -3498,6 +3625,7 @@ declare namespace sap {
3498
3625
  *
3499
3626
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3500
3627
  *
3628
+ *
3501
3629
  * @returns Reference to `this` in order to allow method chaining
3502
3630
  */
3503
3631
  setColorings(
@@ -3553,6 +3681,7 @@ declare namespace sap {
3553
3681
  *
3554
3682
  * Default value is false.
3555
3683
  *
3684
+ *
3556
3685
  * @returns Reference to this in order to allow method chaining
3557
3686
  */
3558
3687
  setEnablePagination(
@@ -3570,6 +3699,7 @@ declare namespace sap {
3570
3699
  *
3571
3700
  * Default value is `false`.
3572
3701
  *
3702
+ *
3573
3703
  * @returns Reference to `this` in order to allow method chaining
3574
3704
  */
3575
3705
  setEnableScalingFactor(
@@ -3587,6 +3717,7 @@ declare namespace sap {
3587
3717
  *
3588
3718
  * Default value is `false`.
3589
3719
  *
3720
+ *
3590
3721
  * @returns Reference to `this` in order to allow method chaining
3591
3722
  */
3592
3723
  setEnableStableColor(
@@ -3605,6 +3736,7 @@ declare namespace sap {
3605
3736
  *
3606
3737
  * Default value is `true`.
3607
3738
  *
3739
+ *
3608
3740
  * @returns Reference to `this` in order to allow method chaining
3609
3741
  */
3610
3742
  setHideSharedInformation(
@@ -3625,6 +3757,7 @@ declare namespace sap {
3625
3757
  *
3626
3758
  * Default value is `[]`.
3627
3759
  *
3760
+ *
3628
3761
  * @returns Reference to `this` in order to allow method chaining
3629
3762
  */
3630
3763
  setInResultDimensions(
@@ -3656,6 +3789,7 @@ declare namespace sap {
3656
3789
  *
3657
3790
  * Only works when selectionBehavior is "CATEGORY"
3658
3791
  *
3792
+ *
3659
3793
  * @returns Reference to `this` in order to allow method chaining
3660
3794
  */
3661
3795
  setSelectedCategories(
@@ -3680,6 +3814,7 @@ declare namespace sap {
3680
3814
  *
3681
3815
  * Only works when selectionBehavior is "DATAPOINT"
3682
3816
  *
3817
+ *
3683
3818
  * @returns Reference to `this` in order to allow method chaining
3684
3819
  */
3685
3820
  setSelectedDataPoints(
@@ -3707,6 +3842,7 @@ declare namespace sap {
3707
3842
  *
3708
3843
  * Only works when selectionBehavior is "SERIES"
3709
3844
  *
3845
+ *
3710
3846
  * @returns Reference to `this` in order to allow method chaining
3711
3847
  */
3712
3848
  setSelectedSeries(
@@ -3724,6 +3860,7 @@ declare namespace sap {
3724
3860
  *
3725
3861
  * Default value is `DataPoint`.
3726
3862
  *
3863
+ *
3727
3864
  * @returns Reference to `this` in order to allow method chaining
3728
3865
  */
3729
3866
  setSelectionBehavior(
@@ -3741,6 +3878,7 @@ declare namespace sap {
3741
3878
  *
3742
3879
  * Default value is `Multi`.
3743
3880
  *
3881
+ *
3744
3882
  * @returns Reference to `this` in order to allow method chaining
3745
3883
  */
3746
3884
  setSelectionMode(
@@ -3853,6 +3991,7 @@ declare namespace sap {
3853
3991
  *
3854
3992
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3855
3993
  *
3994
+ *
3856
3995
  * @returns Reference to `this` in order to allow method chaining
3857
3996
  */
3858
3997
  setValueAxisScale(
@@ -3873,6 +4012,7 @@ declare namespace sap {
3873
4012
  *
3874
4013
  * Default value is [].
3875
4014
  *
4015
+ *
3876
4016
  * @returns Reference to this in order to allow method chaining
3877
4017
  */
3878
4018
  setVisibleDimensions(
@@ -3892,6 +4032,7 @@ declare namespace sap {
3892
4032
  *
3893
4033
  * Default value is `[]`.
3894
4034
  *
4035
+ *
3895
4036
  * @returns Reference to `this` in order to allow method chaining
3896
4037
  */
3897
4038
  setVisibleMeasures(
@@ -3931,6 +4072,7 @@ declare namespace sap {
3931
4072
  /**
3932
4073
  * Unbinds aggregation {@link #getData data} from model data.
3933
4074
  *
4075
+ *
3934
4076
  * @returns Reference to `this` in order to allow method chaining
3935
4077
  */
3936
4078
  unbindData(): this;
@@ -4702,6 +4844,8 @@ declare namespace sap {
4702
4844
  }
4703
4845
  /**
4704
4846
  * Enumeration for supported message types in analytical chart.
4847
+ *
4848
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'MessageId'.
4705
4849
  */
4706
4850
  enum MessageId {
4707
4851
  /**
@@ -4728,6 +4872,8 @@ declare namespace sap {
4728
4872
  }
4729
4873
  /**
4730
4874
  * Enumeration for supported selection behavior in analytical chart
4875
+ *
4876
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionBehavior'.
4731
4877
  */
4732
4878
  enum SelectionBehavior {
4733
4879
  /**
@@ -4745,6 +4891,8 @@ declare namespace sap {
4745
4891
  }
4746
4892
  /**
4747
4893
  * Enumeration for supported selection mode in analytical chart
4894
+ *
4895
+ * This enum is part of the 'sap/chart/library' module export and must be accessed by the property 'SelectionMode'.
4748
4896
  */
4749
4897
  enum SelectionMode {
4750
4898
  /**