@sapui5/types 1.120.6 → 1.120.8

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 (51) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +175 -43
  4. package/types/sap.f.d.ts +1484 -843
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +12919 -8169
  15. package/types/sap.makit.d.ts +367 -185
  16. package/types/sap.me.d.ts +229 -35
  17. package/types/sap.ndc.d.ts +40 -9
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +201 -126
  21. package/types/sap.suite.ui.microchart.d.ts +966 -392
  22. package/types/sap.tnt.d.ts +190 -95
  23. package/types/sap.ui.codeeditor.d.ts +46 -17
  24. package/types/sap.ui.commons.d.ts +1992 -668
  25. package/types/sap.ui.comp.d.ts +3653 -2889
  26. package/types/sap.ui.core.d.ts +5281 -3347
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +73 -65
  29. package/types/sap.ui.fl.d.ts +95 -46
  30. package/types/sap.ui.integration.d.ts +446 -387
  31. package/types/sap.ui.layout.d.ts +1116 -634
  32. package/types/sap.ui.mdc.d.ts +1907 -1277
  33. package/types/sap.ui.richtexteditor.d.ts +112 -55
  34. package/types/sap.ui.rta.d.ts +7 -7
  35. package/types/sap.ui.suite.d.ts +42 -10
  36. package/types/sap.ui.support.d.ts +31 -23
  37. package/types/sap.ui.table.d.ts +898 -616
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1834 -1207
  40. package/types/sap.ui.ux3.d.ts +1279 -477
  41. package/types/sap.ui.webc.common.d.ts +7 -5
  42. package/types/sap.ui.webc.fiori.d.ts +836 -213
  43. package/types/sap.ui.webc.main.d.ts +2670 -591
  44. package/types/sap.uiext.inbox.d.ts +207 -36
  45. package/types/sap.ushell.d.ts +1024 -782
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +571 -316
  48. package/types/sap.viz.d.ts +4030 -2318
  49. package/types/sap.zen.commons.d.ts +1 -1
  50. package/types/sap.zen.crosstab.d.ts +1 -1
  51. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,12 +1,12 @@
1
- // For Library Version: 1.120.6
1
+ // For Library Version: 1.120.8
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
5
+ * Enumeration for chart type
6
+ *
5
7
  * @since 1.8
6
8
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
7
9
  * will not be supported anymore from 1.38.
8
- *
9
- * Enumeration for chart type
10
10
  */
11
11
  export enum ChartType {
12
12
  /**
@@ -51,10 +51,10 @@ declare module "sap/makit/library" {
51
51
  WaterfallColumn = "WaterfallColumn",
52
52
  }
53
53
  /**
54
+ * Enumeration for legend position.
55
+ *
54
56
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
55
57
  * will not be supported anymore from 1.38.
56
- *
57
- * Enumeration for legend position.
58
58
  */
59
59
  export enum LegendPosition {
60
60
  /**
@@ -79,11 +79,11 @@ declare module "sap/makit/library" {
79
79
  Top = "Top",
80
80
  }
81
81
  /**
82
+ * Enumeration for sort order
83
+ *
82
84
  * @since 1.8
83
85
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
84
86
  * will not be supported anymore from 1.38.
85
- *
86
- * Enumeration for sort order
87
87
  */
88
88
  export enum SortOrder {
89
89
  /**
@@ -104,11 +104,11 @@ declare module "sap/makit/library" {
104
104
  Partial = "Partial",
105
105
  }
106
106
  /**
107
+ * Position for Value Bubble only applies to Pie/Donut Chart.
108
+ *
107
109
  * @since 1.8
108
110
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
109
111
  * will not be supported anymore from 1.38.
110
- *
111
- * Position for Value Bubble only applies to Pie/Donut Chart.
112
112
  */
113
113
  export enum ValueBubblePosition {
114
114
  /**
@@ -121,12 +121,12 @@ declare module "sap/makit/library" {
121
121
  Top = "Top",
122
122
  }
123
123
  /**
124
+ * Enumeration for Value Bubble's positioning style. This applies all chart types except Pie/Donut/HBar
125
+ * chart.
126
+ *
124
127
  * @since 1.8
125
128
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
126
129
  * will not be supported anymore from 1.38.
127
- *
128
- * Enumeration for Value Bubble's positioning style. This applies all chart types except Pie/Donut/HBar
129
- * chart.
130
130
  */
131
131
  export enum ValueBubbleStyle {
132
132
  /**
@@ -152,11 +152,11 @@ declare module "sap/makit/Axis" {
152
152
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
153
153
 
154
154
  /**
155
+ * Base element for the Axis object for the Chart.
156
+ *
155
157
  * @since 1.8
156
158
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
157
159
  * will not be supported anymore from 1.38.
158
- *
159
- * Base element for the Axis object for the Chart.
160
160
  */
161
161
  export default class Axis extends UI5Element {
162
162
  /**
@@ -196,6 +196,7 @@ declare module "sap/makit/Axis" {
196
196
  *
197
197
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
198
198
  *
199
+ *
199
200
  * @returns Created class / constructor function
200
201
  */
201
202
  static extend<T extends Record<string, unknown>>(
@@ -216,6 +217,7 @@ declare module "sap/makit/Axis" {
216
217
  /**
217
218
  * Returns a metadata object for class sap.makit.Axis.
218
219
  *
220
+ *
219
221
  * @returns Metadata object describing this class
220
222
  */
221
223
  static getMetadata(): ElementMetadata;
@@ -227,6 +229,7 @@ declare module "sap/makit/Axis" {
227
229
  *
228
230
  * Default value is `'gray'`.
229
231
  *
232
+ *
230
233
  * @returns Value of property `color`
231
234
  */
232
235
  getColor(): string;
@@ -237,6 +240,7 @@ declare module "sap/makit/Axis" {
237
240
  *
238
241
  * Default value is `false`.
239
242
  *
243
+ *
240
244
  * @returns Value of property `showGrid`
241
245
  */
242
246
  getShowGrid(): boolean;
@@ -247,6 +251,7 @@ declare module "sap/makit/Axis" {
247
251
  *
248
252
  * Default value is `true`.
249
253
  *
254
+ *
250
255
  * @returns Value of property `showLabel`
251
256
  */
252
257
  getShowLabel(): boolean;
@@ -257,6 +262,7 @@ declare module "sap/makit/Axis" {
257
262
  *
258
263
  * Default value is `true`.
259
264
  *
265
+ *
260
266
  * @returns Value of property `showPrimaryLine`
261
267
  */
262
268
  getShowPrimaryLine(): boolean;
@@ -267,6 +273,7 @@ declare module "sap/makit/Axis" {
267
273
  *
268
274
  * Default value is `1`.
269
275
  *
276
+ *
270
277
  * @returns Value of property `thickness`
271
278
  */
272
279
  getThickness(): float;
@@ -280,6 +287,7 @@ declare module "sap/makit/Axis" {
280
287
  *
281
288
  * Default value is `'gray'`.
282
289
  *
290
+ *
283
291
  * @returns Reference to `this` in order to allow method chaining
284
292
  */
285
293
  setColor(
@@ -297,6 +305,7 @@ declare module "sap/makit/Axis" {
297
305
  *
298
306
  * Default value is `false`.
299
307
  *
308
+ *
300
309
  * @returns Reference to `this` in order to allow method chaining
301
310
  */
302
311
  setShowGrid(
@@ -314,6 +323,7 @@ declare module "sap/makit/Axis" {
314
323
  *
315
324
  * Default value is `true`.
316
325
  *
326
+ *
317
327
  * @returns Reference to `this` in order to allow method chaining
318
328
  */
319
329
  setShowLabel(
@@ -331,6 +341,7 @@ declare module "sap/makit/Axis" {
331
341
  *
332
342
  * Default value is `true`.
333
343
  *
344
+ *
334
345
  * @returns Reference to `this` in order to allow method chaining
335
346
  */
336
347
  setShowPrimaryLine(
@@ -348,6 +359,7 @@ declare module "sap/makit/Axis" {
348
359
  *
349
360
  * Default value is `1`.
350
361
  *
362
+ *
351
363
  * @returns Reference to `this` in order to allow method chaining
352
364
  */
353
365
  setThickness(
@@ -395,11 +407,11 @@ declare module "sap/makit/Category" {
395
407
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
396
408
 
397
409
  /**
410
+ * Represents the Category data region of the Chart.
411
+ *
398
412
  * @since 1.8
399
413
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
400
414
  * will not be supported anymore from 1.38.
401
- *
402
- * Represents the Category data region of the Chart.
403
415
  */
404
416
  export default class Category extends UI5Element {
405
417
  /**
@@ -439,6 +451,7 @@ declare module "sap/makit/Category" {
439
451
  *
440
452
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
441
453
  *
454
+ *
442
455
  * @returns Created class / constructor function
443
456
  */
444
457
  static extend<T extends Record<string, unknown>>(
@@ -459,6 +472,7 @@ declare module "sap/makit/Category" {
459
472
  /**
460
473
  * Returns a metadata object for class sap.makit.Category.
461
474
  *
475
+ *
462
476
  * @returns Metadata object describing this class
463
477
  */
464
478
  static getMetadata(): ElementMetadata;
@@ -467,6 +481,7 @@ declare module "sap/makit/Category" {
467
481
  *
468
482
  * Specify the name of the column to be mapped to the Category Axis's value.
469
483
  *
484
+ *
470
485
  * @returns Value of property `column`
471
486
  */
472
487
  getColumn(): string;
@@ -475,6 +490,7 @@ declare module "sap/makit/Category" {
475
490
  *
476
491
  * The text label representing this Category(on value bubble or table's header)
477
492
  *
493
+ *
478
494
  * @returns Value of property `displayName`
479
495
  */
480
496
  getDisplayName(): string;
@@ -484,6 +500,7 @@ declare module "sap/makit/Category" {
484
500
  * Number formatting for the value. Accepted values: number currency percent roundedN - where N represents
485
501
  * number of decimal places e.g. rounded4
486
502
  *
503
+ *
487
504
  * @returns Value of property `format`
488
505
  */
489
506
  getFormat(): string;
@@ -494,6 +511,7 @@ declare module "sap/makit/Category" {
494
511
  *
495
512
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
496
513
  *
514
+ *
497
515
  * @returns Reference to `this` in order to allow method chaining
498
516
  */
499
517
  setColumn(
@@ -509,6 +527,7 @@ declare module "sap/makit/Category" {
509
527
  *
510
528
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
511
529
  *
530
+ *
512
531
  * @returns Reference to `this` in order to allow method chaining
513
532
  */
514
533
  setDisplayName(
@@ -525,6 +544,7 @@ declare module "sap/makit/Category" {
525
544
  *
526
545
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
527
546
  *
547
+ *
528
548
  * @returns Reference to `this` in order to allow method chaining
529
549
  */
530
550
  setFormat(
@@ -564,11 +584,11 @@ declare module "sap/makit/CategoryAxis" {
564
584
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
565
585
 
566
586
  /**
587
+ * Contains the properties of the Category's Axis.
588
+ *
567
589
  * @since 1.8
568
590
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
569
591
  * will not be supported anymore from 1.38.
570
- *
571
- * Contains the properties of the Category's Axis.
572
592
  */
573
593
  export default class CategoryAxis extends Axis {
574
594
  /**
@@ -608,6 +628,7 @@ declare module "sap/makit/CategoryAxis" {
608
628
  *
609
629
  * `oClassInfo` might contain the same kind of information as described in {@link sap.makit.Axis.extend}.
610
630
  *
631
+ *
611
632
  * @returns Created class / constructor function
612
633
  */
613
634
  static extend<T extends Record<string, unknown>>(
@@ -628,6 +649,7 @@ declare module "sap/makit/CategoryAxis" {
628
649
  /**
629
650
  * Returns a metadata object for class sap.makit.CategoryAxis.
630
651
  *
652
+ *
631
653
  * @returns Metadata object describing this class
632
654
  */
633
655
  static getMetadata(): ElementMetadata;
@@ -638,6 +660,7 @@ declare module "sap/makit/CategoryAxis" {
638
660
  *
639
661
  * Default value is `true`.
640
662
  *
663
+ *
641
664
  * @returns Value of property `displayAll`
642
665
  */
643
666
  getDisplayAll(): boolean;
@@ -648,6 +671,7 @@ declare module "sap/makit/CategoryAxis" {
648
671
  *
649
672
  * Default value is `false`.
650
673
  *
674
+ *
651
675
  * @returns Value of property `displayLastLabel`
652
676
  */
653
677
  getDisplayLastLabel(): boolean;
@@ -658,6 +682,7 @@ declare module "sap/makit/CategoryAxis" {
658
682
  *
659
683
  * Default value is `None`.
660
684
  *
685
+ *
661
686
  * @returns Value of property `sortOrder`
662
687
  */
663
688
  getSortOrder(): SortOrder | keyof typeof SortOrder;
@@ -670,6 +695,7 @@ declare module "sap/makit/CategoryAxis" {
670
695
  *
671
696
  * Default value is `true`.
672
697
  *
698
+ *
673
699
  * @returns Reference to `this` in order to allow method chaining
674
700
  */
675
701
  setDisplayAll(
@@ -687,6 +713,7 @@ declare module "sap/makit/CategoryAxis" {
687
713
  *
688
714
  * Default value is `false`.
689
715
  *
716
+ *
690
717
  * @returns Reference to `this` in order to allow method chaining
691
718
  */
692
719
  setDisplayLastLabel(
@@ -704,6 +731,7 @@ declare module "sap/makit/CategoryAxis" {
704
731
  *
705
732
  * Default value is `None`.
706
733
  *
734
+ *
707
735
  * @returns Reference to `this` in order to allow method chaining
708
736
  */
709
737
  setSortOrder(
@@ -768,11 +796,11 @@ declare module "sap/makit/Chart" {
768
796
  import Value from "sap/makit/Value";
769
797
 
770
798
  /**
799
+ * The Chart control.
800
+ *
771
801
  * @since 1.8
772
802
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and VizFrame in 1.38. This control
773
803
  * will not be supported anymore from 1.38.
774
- *
775
- * The Chart control.
776
804
  */
777
805
  export default class Chart extends Control {
778
806
  /**
@@ -812,6 +840,7 @@ declare module "sap/makit/Chart" {
812
840
  *
813
841
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
814
842
  *
843
+ *
815
844
  * @returns Created class / constructor function
816
845
  */
817
846
  static extend<T extends Record<string, unknown>>(
@@ -832,15 +861,16 @@ declare module "sap/makit/Chart" {
832
861
  /**
833
862
  * Returns a metadata object for class sap.makit.Chart.
834
863
  *
864
+ *
835
865
  * @returns Metadata object describing this class
836
866
  */
837
867
  static getMetadata(): ElementMetadata;
838
868
  /**
869
+ * Adds some column to the aggregation {@link #getColumns columns}.
870
+ *
839
871
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
840
872
  * will not be supported anymore from 1.38.
841
873
  *
842
- * Adds some column to the aggregation {@link #getColumns columns}.
843
- *
844
874
  * @returns Reference to `this` in order to allow method chaining
845
875
  */
846
876
  addColumn(
@@ -857,6 +887,7 @@ declare module "sap/makit/Chart" {
857
887
  *
858
888
  * Double tap event on the chart
859
889
  *
890
+ *
860
891
  * @returns Reference to `this` in order to allow method chaining
861
892
  */
862
893
  attachDoubletap(
@@ -882,6 +913,7 @@ declare module "sap/makit/Chart" {
882
913
  *
883
914
  * Double tap event on the chart
884
915
  *
916
+ *
885
917
  * @returns Reference to `this` in order to allow method chaining
886
918
  */
887
919
  attachDoubletap(
@@ -902,6 +934,7 @@ declare module "sap/makit/Chart" {
902
934
  *
903
935
  * Long press event on the chart
904
936
  *
937
+ *
905
938
  * @returns Reference to `this` in order to allow method chaining
906
939
  */
907
940
  attachLongpress(
@@ -927,6 +960,7 @@ declare module "sap/makit/Chart" {
927
960
  *
928
961
  * Long press event on the chart
929
962
  *
963
+ *
930
964
  * @returns Reference to `this` in order to allow method chaining
931
965
  */
932
966
  attachLongpress(
@@ -947,6 +981,7 @@ declare module "sap/makit/Chart" {
947
981
  *
948
982
  * Single tap event on the chart
949
983
  *
984
+ *
950
985
  * @returns Reference to `this` in order to allow method chaining
951
986
  */
952
987
  attachTap(
@@ -972,6 +1007,7 @@ declare module "sap/makit/Chart" {
972
1007
  *
973
1008
  * Single tap event on the chart
974
1009
  *
1010
+ *
975
1011
  * @returns Reference to `this` in order to allow method chaining
976
1012
  */
977
1013
  attachTap(
@@ -985,14 +1021,14 @@ declare module "sap/makit/Chart" {
985
1021
  oListener?: object
986
1022
  ): this;
987
1023
  /**
988
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
989
- * will not be supported anymore from 1.38.
990
- *
991
1024
  * Binds aggregation {@link #getColumns columns} to model data.
992
1025
  *
993
1026
  * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
994
1027
  * of the possible properties of `oBindingInfo`.
995
1028
  *
1029
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1030
+ * will not be supported anymore from 1.38.
1031
+ *
996
1032
  * @returns Reference to `this` in order to allow method chaining
997
1033
  */
998
1034
  bindColumns(
@@ -1002,14 +1038,14 @@ declare module "sap/makit/Chart" {
1002
1038
  oBindingInfo: AggregationBindingInfo
1003
1039
  ): this;
1004
1040
  /**
1005
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1006
- * will not be supported anymore from 1.38.
1007
- *
1008
1041
  * Binds aggregation {@link #getRows rows} to model data.
1009
1042
  *
1010
1043
  * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
1011
1044
  * of the possible properties of `oBindingInfo`.
1012
1045
  *
1046
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1047
+ * will not be supported anymore from 1.38.
1048
+ *
1013
1049
  * @returns Reference to `this` in order to allow method chaining
1014
1050
  */
1015
1051
  bindRows(
@@ -1019,65 +1055,65 @@ declare module "sap/makit/Chart" {
1019
1055
  oBindingInfo: AggregationBindingInfo
1020
1056
  ): this;
1021
1057
  /**
1058
+ * Destroys the categoryAxis in the aggregation {@link #getCategoryAxis categoryAxis}.
1059
+ *
1022
1060
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1023
1061
  * will not be supported anymore from 1.38.
1024
1062
  *
1025
- * Destroys the categoryAxis in the aggregation {@link #getCategoryAxis categoryAxis}.
1026
- *
1027
1063
  * @returns Reference to `this` in order to allow method chaining
1028
1064
  */
1029
1065
  destroyCategoryAxis(): this;
1030
1066
  /**
1067
+ * Destroys all the categoryRegions in the aggregation {@link #getCategoryRegions categoryRegions}.
1068
+ *
1031
1069
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1032
1070
  * will not be supported anymore from 1.38.
1033
1071
  *
1034
- * Destroys all the categoryRegions in the aggregation {@link #getCategoryRegions categoryRegions}.
1035
- *
1036
1072
  * @returns Reference to `this` in order to allow method chaining
1037
1073
  */
1038
1074
  destroyCategoryRegions(): this;
1039
1075
  /**
1076
+ * Destroys all the columns in the aggregation {@link #getColumns columns}.
1077
+ *
1040
1078
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1041
1079
  * will not be supported anymore from 1.38.
1042
1080
  *
1043
- * Destroys all the columns in the aggregation {@link #getColumns columns}.
1044
- *
1045
1081
  * @returns Reference to `this` in order to allow method chaining
1046
1082
  */
1047
1083
  destroyColumns(): this;
1048
1084
  /**
1085
+ * Destroys the series in the aggregation {@link #getSeries series}.
1086
+ *
1049
1087
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1050
1088
  * will not be supported anymore from 1.38.
1051
1089
  *
1052
- * Destroys the series in the aggregation {@link #getSeries series}.
1053
- *
1054
1090
  * @returns Reference to `this` in order to allow method chaining
1055
1091
  */
1056
1092
  destroySeries(): this;
1057
1093
  /**
1094
+ * Destroys the valueAxis in the aggregation {@link #getValueAxis valueAxis}.
1095
+ *
1058
1096
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1059
1097
  * will not be supported anymore from 1.38.
1060
1098
  *
1061
- * Destroys the valueAxis in the aggregation {@link #getValueAxis valueAxis}.
1062
- *
1063
1099
  * @returns Reference to `this` in order to allow method chaining
1064
1100
  */
1065
1101
  destroyValueAxis(): this;
1066
1102
  /**
1103
+ * Destroys the valueBubble in the aggregation {@link #getValueBubble valueBubble}.
1104
+ *
1067
1105
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1068
1106
  * will not be supported anymore from 1.38.
1069
1107
  *
1070
- * Destroys the valueBubble in the aggregation {@link #getValueBubble valueBubble}.
1071
- *
1072
1108
  * @returns Reference to `this` in order to allow method chaining
1073
1109
  */
1074
1110
  destroyValueBubble(): this;
1075
1111
  /**
1112
+ * Destroys all the values in the aggregation {@link #getValues values}.
1113
+ *
1076
1114
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1077
1115
  * will not be supported anymore from 1.38.
1078
1116
  *
1079
- * Destroys all the values in the aggregation {@link #getValues values}.
1080
- *
1081
1117
  * @returns Reference to `this` in order to allow method chaining
1082
1118
  */
1083
1119
  destroyValues(): this;
@@ -1086,6 +1122,7 @@ declare module "sap/makit/Chart" {
1086
1122
  *
1087
1123
  * The passed function and listener object must match the ones used for event registration.
1088
1124
  *
1125
+ *
1089
1126
  * @returns Reference to `this` in order to allow method chaining
1090
1127
  */
1091
1128
  detachDoubletap(
@@ -1103,6 +1140,7 @@ declare module "sap/makit/Chart" {
1103
1140
  *
1104
1141
  * The passed function and listener object must match the ones used for event registration.
1105
1142
  *
1143
+ *
1106
1144
  * @returns Reference to `this` in order to allow method chaining
1107
1145
  */
1108
1146
  detachLongpress(
@@ -1120,6 +1158,7 @@ declare module "sap/makit/Chart" {
1120
1158
  *
1121
1159
  * The passed function and listener object must match the ones used for event registration.
1122
1160
  *
1161
+ *
1123
1162
  * @returns Reference to `this` in order to allow method chaining
1124
1163
  */
1125
1164
  detachTap(
@@ -1133,10 +1172,10 @@ declare module "sap/makit/Chart" {
1133
1172
  oListener?: object
1134
1173
  ): this;
1135
1174
  /**
1136
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1137
- *
1138
1175
  * Fires event {@link #event:doubletap doubletap} to attached listeners.
1139
1176
  *
1177
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1178
+ *
1140
1179
  * @returns Reference to `this` in order to allow method chaining
1141
1180
  */
1142
1181
  fireDoubletap(
@@ -1146,10 +1185,10 @@ declare module "sap/makit/Chart" {
1146
1185
  mParameters?: object
1147
1186
  ): this;
1148
1187
  /**
1149
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1150
- *
1151
1188
  * Fires event {@link #event:longpress longpress} to attached listeners.
1152
1189
  *
1190
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1191
+ *
1153
1192
  * @returns Reference to `this` in order to allow method chaining
1154
1193
  */
1155
1194
  fireLongpress(
@@ -1159,10 +1198,10 @@ declare module "sap/makit/Chart" {
1159
1198
  mParameters?: object
1160
1199
  ): this;
1161
1200
  /**
1162
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1163
- *
1164
1201
  * Fires event {@link #event:tap tap} to attached listeners.
1165
1202
  *
1203
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1204
+ *
1166
1205
  * @returns Reference to `this` in order to allow method chaining
1167
1206
  */
1168
1207
  fireTap(
@@ -1172,30 +1211,30 @@ declare module "sap/makit/Chart" {
1172
1211
  mParameters?: object
1173
1212
  ): this;
1174
1213
  /**
1175
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1176
- * will not be supported anymore from 1.38.
1177
- *
1178
1214
  * Gets content of aggregation {@link #getCategoryAxis categoryAxis}.
1179
1215
  *
1180
1216
  * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
1217
+ *
1218
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1219
+ * will not be supported anymore from 1.38.
1181
1220
  */
1182
1221
  getCategoryAxis(): CategoryAxis;
1183
1222
  /**
1184
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1185
- * will not be supported anymore from 1.38.
1186
- *
1187
1223
  * Gets content of aggregation {@link #getCategoryRegions categoryRegions}.
1188
1224
  *
1189
1225
  * Data region property of the chart's Categories
1226
+ *
1227
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1228
+ * will not be supported anymore from 1.38.
1190
1229
  */
1191
1230
  getCategoryRegions(): Category[];
1192
1231
  /**
1193
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1194
- * will not be supported anymore from 1.38.
1195
- *
1196
1232
  * Gets content of aggregation {@link #getColumns columns}.
1197
1233
  *
1198
1234
  * The data column map of the chart.
1235
+ *
1236
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1237
+ * will not be supported anymore from 1.38.
1199
1238
  */
1200
1239
  getColumns(): Column[];
1201
1240
  /**
@@ -1205,6 +1244,7 @@ declare module "sap/makit/Chart" {
1205
1244
  *
1206
1245
  * Default value is `'100%'`.
1207
1246
  *
1247
+ *
1208
1248
  * @returns Value of property `height`
1209
1249
  */
1210
1250
  getHeight(): CSSSize;
@@ -1216,6 +1256,7 @@ declare module "sap/makit/Chart" {
1216
1256
  * first time, subsequent change to the chart type will keep using initial legend position unless it is
1217
1257
  * changed explicitly by user.
1218
1258
  *
1259
+ *
1219
1260
  * @returns Value of property `legendPosition`
1220
1261
  */
1221
1262
  getLegendPosition(): LegendPosition | keyof typeof LegendPosition;
@@ -1226,6 +1267,7 @@ declare module "sap/makit/Chart" {
1226
1267
  *
1227
1268
  * Default value is `1`.
1228
1269
  *
1270
+ *
1229
1271
  * @returns Value of property `lineThickness`
1230
1272
  */
1231
1273
  getLineThickness(): float;
@@ -1237,6 +1279,7 @@ declare module "sap/makit/Chart" {
1237
1279
  *
1238
1280
  * Default value is `12`.
1239
1281
  *
1282
+ *
1240
1283
  * @returns Value of property `maxSliceCount`
1241
1284
  */
1242
1285
  getMaxSliceCount(): int;
@@ -1250,6 +1293,7 @@ declare module "sap/makit/Chart" {
1250
1293
  * The number of categories that will be visible on the chart at any time. The minimum value is 2. If not
1251
1294
  * set, the number of visible categories will be automatically adjusted depending on the screen size
1252
1295
  *
1296
+ *
1253
1297
  * @returns Value of property `numberOfVisibleCategories`
1254
1298
  */
1255
1299
  getNumberOfVisibleCategories(): int;
@@ -1260,6 +1304,7 @@ declare module "sap/makit/Chart" {
1260
1304
  * set, the chart will use the default color palette defined in the theme. Accept an array of color in string
1261
1305
  * format or hex format. e.g. 0xff0000 "red" "rgb(255,0,0)"
1262
1306
  *
1307
+ *
1263
1308
  * @returns Value of property `primaryColorPalette`
1264
1309
  */
1265
1310
  getPrimaryColorPalette(): any;
@@ -1270,16 +1315,17 @@ declare module "sap/makit/Chart" {
1270
1315
  *
1271
1316
  * Default value is `0`.
1272
1317
  *
1318
+ *
1273
1319
  * @returns Value of property `rangeSelectorStartPosition`
1274
1320
  */
1275
1321
  getRangeSelectorStartPosition(): int;
1276
1322
  /**
1277
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1278
- * will not be supported anymore from 1.38.
1279
- *
1280
1323
  * Gets content of aggregation {@link #getRows rows}.
1281
1324
  *
1282
1325
  * The data rows of the chart. User should bind these to their data source
1326
+ *
1327
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1328
+ * will not be supported anymore from 1.38.
1283
1329
  */
1284
1330
  getRows(): Row[];
1285
1331
  /**
@@ -1295,12 +1341,12 @@ declare module "sap/makit/Chart" {
1295
1341
  */
1296
1342
  getSelectedSeries(): string;
1297
1343
  /**
1298
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1299
- * will not be supported anymore from 1.38.
1300
- *
1301
1344
  * Gets content of aggregation {@link #getSeries series}.
1302
1345
  *
1303
1346
  * Data region property of the chart's Series
1347
+ *
1348
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1349
+ * will not be supported anymore from 1.38.
1304
1350
  */
1305
1351
  getSeries(): Series;
1306
1352
  /**
@@ -1310,6 +1356,7 @@ declare module "sap/makit/Chart" {
1310
1356
  *
1311
1357
  * Default value is `true`.
1312
1358
  *
1359
+ *
1313
1360
  * @returns Value of property `showRangeSelector`
1314
1361
  */
1315
1362
  getShowRangeSelector(): boolean;
@@ -1320,6 +1367,7 @@ declare module "sap/makit/Chart" {
1320
1367
  *
1321
1368
  * Default value is `true`.
1322
1369
  *
1370
+ *
1323
1371
  * @returns Value of property `showTableValue`
1324
1372
  */
1325
1373
  getShowTableValue(): boolean;
@@ -1330,6 +1378,7 @@ declare module "sap/makit/Chart" {
1330
1378
  *
1331
1379
  * Default value is `false`.
1332
1380
  *
1381
+ *
1333
1382
  * @returns Value of property `showTableView`
1334
1383
  */
1335
1384
  getShowTableView(): boolean;
@@ -1341,6 +1390,7 @@ declare module "sap/makit/Chart" {
1341
1390
  *
1342
1391
  * Default value is `false`.
1343
1392
  *
1393
+ *
1344
1394
  * @returns Value of property `showTotalValue`
1345
1395
  */
1346
1396
  getShowTotalValue(): boolean;
@@ -1351,34 +1401,35 @@ declare module "sap/makit/Chart" {
1351
1401
  *
1352
1402
  * Default value is `Column`.
1353
1403
  *
1404
+ *
1354
1405
  * @returns Value of property `type`
1355
1406
  */
1356
1407
  getType(): ChartType | keyof typeof ChartType;
1357
1408
  /**
1358
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1359
- * will not be supported anymore from 1.38.
1360
- *
1361
1409
  * Gets content of aggregation {@link #getValueAxis valueAxis}.
1362
1410
  *
1363
1411
  * Value Axis property of the Chart. Accept only an instance of ValueAxis element.
1412
+ *
1413
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1414
+ * will not be supported anymore from 1.38.
1364
1415
  */
1365
1416
  getValueAxis(): ValueAxis;
1366
1417
  /**
1367
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1368
- * will not be supported anymore from 1.38.
1369
- *
1370
1418
  * Gets content of aggregation {@link #getValueBubble valueBubble}.
1371
1419
  *
1372
1420
  * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
1421
+ *
1422
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1423
+ * will not be supported anymore from 1.38.
1373
1424
  */
1374
1425
  getValueBubble(): ValueBubble;
1375
1426
  /**
1376
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1377
- * will not be supported anymore from 1.38.
1378
- *
1379
1427
  * Gets content of aggregation {@link #getValues values}.
1380
1428
  *
1381
1429
  * Data region property of the chart's Values
1430
+ *
1431
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1432
+ * will not be supported anymore from 1.38.
1382
1433
  */
1383
1434
  getValues(): Value[];
1384
1435
  /**
@@ -1388,16 +1439,17 @@ declare module "sap/makit/Chart" {
1388
1439
  *
1389
1440
  * Default value is `'100%'`.
1390
1441
  *
1442
+ *
1391
1443
  * @returns Value of property `width`
1392
1444
  */
1393
1445
  getWidth(): CSSSize;
1394
1446
  /**
1395
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1396
- * will not be supported anymore from 1.38.
1397
- *
1398
1447
  * Checks for the provided `sap.makit.Category` in the aggregation {@link #getCategoryRegions categoryRegions}.
1399
1448
  * and returns its index if found or -1 otherwise.
1400
1449
  *
1450
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1451
+ * will not be supported anymore from 1.38.
1452
+ *
1401
1453
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1402
1454
  */
1403
1455
  indexOfCategoryRegion(
@@ -1407,12 +1459,12 @@ declare module "sap/makit/Chart" {
1407
1459
  oCategoryRegion: Category
1408
1460
  ): int;
1409
1461
  /**
1410
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1411
- * will not be supported anymore from 1.38.
1412
- *
1413
1462
  * Checks for the provided `sap.makit.Column` in the aggregation {@link #getColumns columns}. and returns
1414
1463
  * its index if found or -1 otherwise.
1415
1464
  *
1465
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1466
+ * will not be supported anymore from 1.38.
1467
+ *
1416
1468
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1417
1469
  */
1418
1470
  indexOfColumn(
@@ -1422,12 +1474,12 @@ declare module "sap/makit/Chart" {
1422
1474
  oColumn: Column
1423
1475
  ): int;
1424
1476
  /**
1425
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1426
- * will not be supported anymore from 1.38.
1427
- *
1428
1477
  * Checks for the provided `sap.makit.Row` in the aggregation {@link #getRows rows}. and returns its index
1429
1478
  * if found or -1 otherwise.
1430
1479
  *
1480
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1481
+ * will not be supported anymore from 1.38.
1482
+ *
1431
1483
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1432
1484
  */
1433
1485
  indexOfRow(
@@ -1437,12 +1489,12 @@ declare module "sap/makit/Chart" {
1437
1489
  oRow: Row
1438
1490
  ): int;
1439
1491
  /**
1440
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1441
- * will not be supported anymore from 1.38.
1442
- *
1443
1492
  * Checks for the provided `sap.makit.Value` in the aggregation {@link #getValues values}. and returns its
1444
1493
  * index if found or -1 otherwise.
1445
1494
  *
1495
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1496
+ * will not be supported anymore from 1.38.
1497
+ *
1446
1498
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1447
1499
  */
1448
1500
  indexOfValue(
@@ -1452,11 +1504,11 @@ declare module "sap/makit/Chart" {
1452
1504
  oValue: Value
1453
1505
  ): int;
1454
1506
  /**
1507
+ * Inserts a column into the aggregation {@link #getColumns columns}.
1508
+ *
1455
1509
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1456
1510
  * will not be supported anymore from 1.38.
1457
1511
  *
1458
- * Inserts a column into the aggregation {@link #getColumns columns}.
1459
- *
1460
1512
  * @returns Reference to `this` in order to allow method chaining
1461
1513
  */
1462
1514
  insertColumn(
@@ -1472,22 +1524,22 @@ declare module "sap/makit/Chart" {
1472
1524
  iIndex: int
1473
1525
  ): this;
1474
1526
  /**
1475
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1476
- * will not be supported anymore from 1.38.
1477
- *
1478
1527
  * Removes all the controls from the aggregation {@link #getColumns columns}.
1479
1528
  *
1480
1529
  * Additionally, it unregisters them from the hosting UIArea.
1481
1530
  *
1531
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1532
+ * will not be supported anymore from 1.38.
1533
+ *
1482
1534
  * @returns An array of the removed elements (might be empty)
1483
1535
  */
1484
1536
  removeAllColumns(): Column[];
1485
1537
  /**
1538
+ * Removes a column from the aggregation {@link #getColumns columns}.
1539
+ *
1486
1540
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1487
1541
  * will not be supported anymore from 1.38.
1488
1542
  *
1489
- * Removes a column from the aggregation {@link #getColumns columns}.
1490
- *
1491
1543
  * @returns The removed column or `null`
1492
1544
  */
1493
1545
  removeColumn(
@@ -1505,6 +1557,7 @@ declare module "sap/makit/Chart" {
1505
1557
  *
1506
1558
  * Default value is `'100%'`.
1507
1559
  *
1560
+ *
1508
1561
  * @returns Reference to `this` in order to allow method chaining
1509
1562
  */
1510
1563
  setHeight(
@@ -1523,6 +1576,7 @@ declare module "sap/makit/Chart" {
1523
1576
  *
1524
1577
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1525
1578
  *
1579
+ *
1526
1580
  * @returns Reference to `this` in order to allow method chaining
1527
1581
  */
1528
1582
  setLegendPosition(
@@ -1540,6 +1594,7 @@ declare module "sap/makit/Chart" {
1540
1594
  *
1541
1595
  * Default value is `1`.
1542
1596
  *
1597
+ *
1543
1598
  * @returns Reference to `this` in order to allow method chaining
1544
1599
  */
1545
1600
  setLineThickness(
@@ -1558,6 +1613,7 @@ declare module "sap/makit/Chart" {
1558
1613
  *
1559
1614
  * Default value is `12`.
1560
1615
  *
1616
+ *
1561
1617
  * @returns Reference to `this` in order to allow method chaining
1562
1618
  */
1563
1619
  setMaxSliceCount(
@@ -1574,6 +1630,7 @@ declare module "sap/makit/Chart" {
1574
1630
  *
1575
1631
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1576
1632
  *
1633
+ *
1577
1634
  * @returns Reference to `this` in order to allow method chaining
1578
1635
  */
1579
1636
  setNumberOfVisibleCategories(
@@ -1591,6 +1648,7 @@ declare module "sap/makit/Chart" {
1591
1648
  *
1592
1649
  * Default value is `0`.
1593
1650
  *
1651
+ *
1594
1652
  * @returns Reference to `this` in order to allow method chaining
1595
1653
  */
1596
1654
  setRangeSelectorStartPosition(
@@ -1608,6 +1666,7 @@ declare module "sap/makit/Chart" {
1608
1666
  *
1609
1667
  * Default value is `true`.
1610
1668
  *
1669
+ *
1611
1670
  * @returns Reference to `this` in order to allow method chaining
1612
1671
  */
1613
1672
  setShowRangeSelector(
@@ -1625,6 +1684,7 @@ declare module "sap/makit/Chart" {
1625
1684
  *
1626
1685
  * Default value is `true`.
1627
1686
  *
1687
+ *
1628
1688
  * @returns Reference to `this` in order to allow method chaining
1629
1689
  */
1630
1690
  setShowTableValue(
@@ -1642,6 +1702,7 @@ declare module "sap/makit/Chart" {
1642
1702
  *
1643
1703
  * Default value is `false`.
1644
1704
  *
1705
+ *
1645
1706
  * @returns Reference to `this` in order to allow method chaining
1646
1707
  */
1647
1708
  setShowTableView(
@@ -1660,6 +1721,7 @@ declare module "sap/makit/Chart" {
1660
1721
  *
1661
1722
  * Default value is `false`.
1662
1723
  *
1724
+ *
1663
1725
  * @returns Reference to `this` in order to allow method chaining
1664
1726
  */
1665
1727
  setShowTotalValue(
@@ -1677,6 +1739,7 @@ declare module "sap/makit/Chart" {
1677
1739
  *
1678
1740
  * Default value is `Column`.
1679
1741
  *
1742
+ *
1680
1743
  * @returns Reference to `this` in order to allow method chaining
1681
1744
  */
1682
1745
  setType(
@@ -1694,6 +1757,7 @@ declare module "sap/makit/Chart" {
1694
1757
  *
1695
1758
  * Default value is `'100%'`.
1696
1759
  *
1760
+ *
1697
1761
  * @returns Reference to `this` in order to allow method chaining
1698
1762
  */
1699
1763
  setWidth(
@@ -1703,20 +1767,20 @@ declare module "sap/makit/Chart" {
1703
1767
  sWidth?: CSSSize
1704
1768
  ): this;
1705
1769
  /**
1770
+ * Unbinds aggregation {@link #getColumns columns} from model data.
1771
+ *
1706
1772
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1707
1773
  * will not be supported anymore from 1.38.
1708
1774
  *
1709
- * Unbinds aggregation {@link #getColumns columns} from model data.
1710
- *
1711
1775
  * @returns Reference to `this` in order to allow method chaining
1712
1776
  */
1713
1777
  unbindColumns(): this;
1714
1778
  /**
1779
+ * Unbinds aggregation {@link #getRows rows} from model data.
1780
+ *
1715
1781
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1716
1782
  * will not be supported anymore from 1.38.
1717
1783
  *
1718
- * Unbinds aggregation {@link #getRows rows} from model data.
1719
- *
1720
1784
  * @returns Reference to `this` in order to allow method chaining
1721
1785
  */
1722
1786
  unbindRows(): this;
@@ -1803,42 +1867,42 @@ declare module "sap/makit/Chart" {
1803
1867
  rangeSelectorStartPosition?: int | PropertyBindingInfo | `{${string}}`;
1804
1868
 
1805
1869
  /**
1870
+ * The data rows of the chart. User should bind these to their data source
1871
+ *
1806
1872
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1807
1873
  * will not be supported anymore from 1.38.
1808
- *
1809
- * The data rows of the chart. User should bind these to their data source
1810
1874
  */
1811
1875
  rows?: Row[] | Row | AggregationBindingInfo | `{${string}}`;
1812
1876
 
1813
1877
  /**
1878
+ * The data column map of the chart.
1879
+ *
1814
1880
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1815
1881
  * will not be supported anymore from 1.38.
1816
- *
1817
- * The data column map of the chart.
1818
1882
  */
1819
1883
  columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
1820
1884
 
1821
1885
  /**
1886
+ * Data region property of the chart's Series
1887
+ *
1822
1888
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1823
1889
  * will not be supported anymore from 1.38.
1824
- *
1825
- * Data region property of the chart's Series
1826
1890
  */
1827
1891
  series?: Series;
1828
1892
 
1829
1893
  /**
1894
+ * Data region property of the chart's Values
1895
+ *
1830
1896
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1831
1897
  * will not be supported anymore from 1.38.
1832
- *
1833
- * Data region property of the chart's Values
1834
1898
  */
1835
1899
  values?: Value[] | Value | AggregationBindingInfo | `{${string}}`;
1836
1900
 
1837
1901
  /**
1902
+ * Data region property of the chart's Categories
1903
+ *
1838
1904
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1839
1905
  * will not be supported anymore from 1.38.
1840
- *
1841
- * Data region property of the chart's Categories
1842
1906
  */
1843
1907
  categoryRegions?:
1844
1908
  | Category[]
@@ -1847,34 +1911,34 @@ declare module "sap/makit/Chart" {
1847
1911
  | `{${string}}`;
1848
1912
 
1849
1913
  /**
1914
+ * Data region property of the chart's Category
1915
+ *
1850
1916
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1851
1917
  * will not be supported anymore from 1.38.
1852
- *
1853
- * Data region property of the chart's Category
1854
1918
  */
1855
1919
  category?: Category;
1856
1920
 
1857
1921
  /**
1922
+ * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
1923
+ *
1858
1924
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1859
1925
  * will not be supported anymore from 1.38.
1860
- *
1861
- * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
1862
1926
  */
1863
1927
  categoryAxis?: CategoryAxis;
1864
1928
 
1865
1929
  /**
1930
+ * Value Axis property of the Chart. Accept only an instance of ValueAxis element.
1931
+ *
1866
1932
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1867
1933
  * will not be supported anymore from 1.38.
1868
- *
1869
- * Value Axis property of the Chart. Accept only an instance of ValueAxis element.
1870
1934
  */
1871
1935
  valueAxis?: ValueAxis;
1872
1936
 
1873
1937
  /**
1938
+ * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
1939
+ *
1874
1940
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1875
1941
  * will not be supported anymore from 1.38.
1876
- *
1877
- * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
1878
1942
  */
1879
1943
  valueBubble?: ValueBubble;
1880
1944
 
@@ -1921,11 +1985,11 @@ declare module "sap/makit/Column" {
1921
1985
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1922
1986
 
1923
1987
  /**
1988
+ * The data column of the Chart's data table
1989
+ *
1924
1990
  * @since 1.8
1925
1991
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
1926
1992
  * will not be supported anymore from 1.38.
1927
- *
1928
- * The data column of the Chart's data table
1929
1993
  */
1930
1994
  export default class Column extends UI5Element {
1931
1995
  /**
@@ -1965,6 +2029,7 @@ declare module "sap/makit/Column" {
1965
2029
  *
1966
2030
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
1967
2031
  *
2032
+ *
1968
2033
  * @returns Created class / constructor function
1969
2034
  */
1970
2035
  static extend<T extends Record<string, unknown>>(
@@ -1985,6 +2050,7 @@ declare module "sap/makit/Column" {
1985
2050
  /**
1986
2051
  * Returns a metadata object for class sap.makit.Column.
1987
2052
  *
2053
+ *
1988
2054
  * @returns Metadata object describing this class
1989
2055
  */
1990
2056
  static getMetadata(): ElementMetadata;
@@ -1993,6 +2059,7 @@ declare module "sap/makit/Column" {
1993
2059
  *
1994
2060
  * The name representing the Column
1995
2061
  *
2062
+ *
1996
2063
  * @returns Value of property `name`
1997
2064
  */
1998
2065
  getName(): string;
@@ -2003,6 +2070,7 @@ declare module "sap/makit/Column" {
2003
2070
  *
2004
2071
  * Default value is `'string'`.
2005
2072
  *
2073
+ *
2006
2074
  * @returns Value of property `type`
2007
2075
  */
2008
2076
  getType(): string;
@@ -2011,6 +2079,7 @@ declare module "sap/makit/Column" {
2011
2079
  *
2012
2080
  * The value mapped to this Column (User should map this using data binding)
2013
2081
  *
2082
+ *
2014
2083
  * @returns Value of property `value`
2015
2084
  */
2016
2085
  getValue(): any;
@@ -2021,6 +2090,7 @@ declare module "sap/makit/Column" {
2021
2090
  *
2022
2091
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2023
2092
  *
2093
+ *
2024
2094
  * @returns Reference to `this` in order to allow method chaining
2025
2095
  */
2026
2096
  setName(
@@ -2038,6 +2108,7 @@ declare module "sap/makit/Column" {
2038
2108
  *
2039
2109
  * Default value is `'string'`.
2040
2110
  *
2111
+ *
2041
2112
  * @returns Reference to `this` in order to allow method chaining
2042
2113
  */
2043
2114
  setType(
@@ -2053,6 +2124,7 @@ declare module "sap/makit/Column" {
2053
2124
  *
2054
2125
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2055
2126
  *
2127
+ *
2056
2128
  * @returns Reference to `this` in order to allow method chaining
2057
2129
  */
2058
2130
  setValue(
@@ -2108,11 +2180,11 @@ declare module "sap/makit/CombinationChart" {
2108
2180
  } from "sap/ui/base/ManagedObject";
2109
2181
 
2110
2182
  /**
2183
+ * The CombinationChart control.
2184
+ *
2111
2185
  * @since 1.12
2112
2186
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2113
2187
  * will not be supported anymore from 1.38.
2114
- *
2115
- * The CombinationChart control.
2116
2188
  */
2117
2189
  export default class CombinationChart extends Control {
2118
2190
  /**
@@ -2152,6 +2224,7 @@ declare module "sap/makit/CombinationChart" {
2152
2224
  *
2153
2225
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
2154
2226
  *
2227
+ *
2155
2228
  * @returns Created class / constructor function
2156
2229
  */
2157
2230
  static extend<T extends Record<string, unknown>>(
@@ -2172,6 +2245,7 @@ declare module "sap/makit/CombinationChart" {
2172
2245
  /**
2173
2246
  * Returns a metadata object for class sap.makit.CombinationChart.
2174
2247
  *
2248
+ *
2175
2249
  * @returns Metadata object describing this class
2176
2250
  */
2177
2251
  static getMetadata(): ElementMetadata;
@@ -2183,6 +2257,7 @@ declare module "sap/makit/CombinationChart" {
2183
2257
  *
2184
2258
  * Double tap event on the chart
2185
2259
  *
2260
+ *
2186
2261
  * @returns Reference to `this` in order to allow method chaining
2187
2262
  */
2188
2263
  attachDoubletap(
@@ -2208,6 +2283,7 @@ declare module "sap/makit/CombinationChart" {
2208
2283
  *
2209
2284
  * Double tap event on the chart
2210
2285
  *
2286
+ *
2211
2287
  * @returns Reference to `this` in order to allow method chaining
2212
2288
  */
2213
2289
  attachDoubletap(
@@ -2228,6 +2304,7 @@ declare module "sap/makit/CombinationChart" {
2228
2304
  *
2229
2305
  * Long press event on the chart
2230
2306
  *
2307
+ *
2231
2308
  * @returns Reference to `this` in order to allow method chaining
2232
2309
  */
2233
2310
  attachLongpress(
@@ -2253,6 +2330,7 @@ declare module "sap/makit/CombinationChart" {
2253
2330
  *
2254
2331
  * Long press event on the chart
2255
2332
  *
2333
+ *
2256
2334
  * @returns Reference to `this` in order to allow method chaining
2257
2335
  */
2258
2336
  attachLongpress(
@@ -2273,6 +2351,7 @@ declare module "sap/makit/CombinationChart" {
2273
2351
  *
2274
2352
  * Single tap event on the chart
2275
2353
  *
2354
+ *
2276
2355
  * @returns Reference to `this` in order to allow method chaining
2277
2356
  */
2278
2357
  attachTap(
@@ -2298,6 +2377,7 @@ declare module "sap/makit/CombinationChart" {
2298
2377
  *
2299
2378
  * Single tap event on the chart
2300
2379
  *
2380
+ *
2301
2381
  * @returns Reference to `this` in order to allow method chaining
2302
2382
  */
2303
2383
  attachTap(
@@ -2311,56 +2391,56 @@ declare module "sap/makit/CombinationChart" {
2311
2391
  oListener?: object
2312
2392
  ): this;
2313
2393
  /**
2394
+ * Destroys the categoryAxis in the aggregation {@link #getCategoryAxis categoryAxis}.
2395
+ *
2314
2396
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2315
2397
  * will not be supported anymore from 1.38.
2316
2398
  *
2317
- * Destroys the categoryAxis in the aggregation {@link #getCategoryAxis categoryAxis}.
2318
- *
2319
2399
  * @returns Reference to `this` in order to allow method chaining
2320
2400
  */
2321
2401
  destroyCategoryAxis(): this;
2322
2402
  /**
2403
+ * Destroys all the categoryRegions in the aggregation {@link #getCategoryRegions categoryRegions}.
2404
+ *
2323
2405
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2324
2406
  * will not be supported anymore from 1.38.
2325
2407
  *
2326
- * Destroys all the categoryRegions in the aggregation {@link #getCategoryRegions categoryRegions}.
2327
- *
2328
2408
  * @returns Reference to `this` in order to allow method chaining
2329
2409
  */
2330
2410
  destroyCategoryRegions(): this;
2331
2411
  /**
2412
+ * Destroys all the layers in the aggregation {@link #getLayers layers}.
2413
+ *
2332
2414
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2333
2415
  * will not be supported anymore from 1.38.
2334
2416
  *
2335
- * Destroys all the layers in the aggregation {@link #getLayers layers}.
2336
- *
2337
2417
  * @returns Reference to `this` in order to allow method chaining
2338
2418
  */
2339
2419
  destroyLayers(): this;
2340
2420
  /**
2421
+ * Destroys the primaryValueAxis in the aggregation {@link #getPrimaryValueAxis primaryValueAxis}.
2422
+ *
2341
2423
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2342
2424
  * will not be supported anymore from 1.38.
2343
2425
  *
2344
- * Destroys the primaryValueAxis in the aggregation {@link #getPrimaryValueAxis primaryValueAxis}.
2345
- *
2346
2426
  * @returns Reference to `this` in order to allow method chaining
2347
2427
  */
2348
2428
  destroyPrimaryValueAxis(): this;
2349
2429
  /**
2430
+ * Destroys the secondaryValueAxis in the aggregation {@link #getSecondaryValueAxis secondaryValueAxis}.
2431
+ *
2350
2432
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2351
2433
  * will not be supported anymore from 1.38.
2352
2434
  *
2353
- * Destroys the secondaryValueAxis in the aggregation {@link #getSecondaryValueAxis secondaryValueAxis}.
2354
- *
2355
2435
  * @returns Reference to `this` in order to allow method chaining
2356
2436
  */
2357
2437
  destroySecondaryValueAxis(): this;
2358
2438
  /**
2439
+ * Destroys the valueBubble in the aggregation {@link #getValueBubble valueBubble}.
2440
+ *
2359
2441
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2360
2442
  * will not be supported anymore from 1.38.
2361
2443
  *
2362
- * Destroys the valueBubble in the aggregation {@link #getValueBubble valueBubble}.
2363
- *
2364
2444
  * @returns Reference to `this` in order to allow method chaining
2365
2445
  */
2366
2446
  destroyValueBubble(): this;
@@ -2369,6 +2449,7 @@ declare module "sap/makit/CombinationChart" {
2369
2449
  *
2370
2450
  * The passed function and listener object must match the ones used for event registration.
2371
2451
  *
2452
+ *
2372
2453
  * @returns Reference to `this` in order to allow method chaining
2373
2454
  */
2374
2455
  detachDoubletap(
@@ -2386,6 +2467,7 @@ declare module "sap/makit/CombinationChart" {
2386
2467
  *
2387
2468
  * The passed function and listener object must match the ones used for event registration.
2388
2469
  *
2470
+ *
2389
2471
  * @returns Reference to `this` in order to allow method chaining
2390
2472
  */
2391
2473
  detachLongpress(
@@ -2403,6 +2485,7 @@ declare module "sap/makit/CombinationChart" {
2403
2485
  *
2404
2486
  * The passed function and listener object must match the ones used for event registration.
2405
2487
  *
2488
+ *
2406
2489
  * @returns Reference to `this` in order to allow method chaining
2407
2490
  */
2408
2491
  detachTap(
@@ -2416,10 +2499,10 @@ declare module "sap/makit/CombinationChart" {
2416
2499
  oListener?: object
2417
2500
  ): this;
2418
2501
  /**
2419
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2420
- *
2421
2502
  * Fires event {@link #event:doubletap doubletap} to attached listeners.
2422
2503
  *
2504
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2505
+ *
2423
2506
  * @returns Reference to `this` in order to allow method chaining
2424
2507
  */
2425
2508
  fireDoubletap(
@@ -2429,10 +2512,10 @@ declare module "sap/makit/CombinationChart" {
2429
2512
  mParameters?: object
2430
2513
  ): this;
2431
2514
  /**
2432
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2433
- *
2434
2515
  * Fires event {@link #event:longpress longpress} to attached listeners.
2435
2516
  *
2517
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2518
+ *
2436
2519
  * @returns Reference to `this` in order to allow method chaining
2437
2520
  */
2438
2521
  fireLongpress(
@@ -2442,10 +2525,10 @@ declare module "sap/makit/CombinationChart" {
2442
2525
  mParameters?: object
2443
2526
  ): this;
2444
2527
  /**
2445
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2446
- *
2447
2528
  * Fires event {@link #event:tap tap} to attached listeners.
2448
2529
  *
2530
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2531
+ *
2449
2532
  * @returns Reference to `this` in order to allow method chaining
2450
2533
  */
2451
2534
  fireTap(
@@ -2455,21 +2538,21 @@ declare module "sap/makit/CombinationChart" {
2455
2538
  mParameters?: object
2456
2539
  ): this;
2457
2540
  /**
2458
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2459
- * will not be supported anymore from 1.38.
2460
- *
2461
2541
  * Gets content of aggregation {@link #getCategoryAxis categoryAxis}.
2462
2542
  *
2463
2543
  * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
2544
+ *
2545
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2546
+ * will not be supported anymore from 1.38.
2464
2547
  */
2465
2548
  getCategoryAxis(): CategoryAxis;
2466
2549
  /**
2467
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2468
- * will not be supported anymore from 1.38.
2469
- *
2470
2550
  * Gets content of aggregation {@link #getCategoryRegions categoryRegions}.
2471
2551
  *
2472
2552
  * Data region property of the chart's Categories
2553
+ *
2554
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2555
+ * will not be supported anymore from 1.38.
2473
2556
  */
2474
2557
  getCategoryRegions(): Category[];
2475
2558
  /**
@@ -2479,16 +2562,17 @@ declare module "sap/makit/CombinationChart" {
2479
2562
  *
2480
2563
  * Default value is `'100%'`.
2481
2564
  *
2565
+ *
2482
2566
  * @returns Value of property `height`
2483
2567
  */
2484
2568
  getHeight(): CSSSize;
2485
2569
  /**
2486
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2487
- * will not be supported anymore from 1.38.
2488
- *
2489
2570
  * Gets content of aggregation {@link #getLayers layers}.
2490
2571
  *
2491
2572
  * The collection of charts
2573
+ *
2574
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2575
+ * will not be supported anymore from 1.38.
2492
2576
  */
2493
2577
  getLayers(): Layer[];
2494
2578
  /**
@@ -2498,6 +2582,7 @@ declare module "sap/makit/CombinationChart" {
2498
2582
  *
2499
2583
  * Default value is `Left`.
2500
2584
  *
2585
+ *
2501
2586
  * @returns Value of property `legendPosition`
2502
2587
  */
2503
2588
  getLegendPosition(): LegendPosition | keyof typeof LegendPosition;
@@ -2511,6 +2596,7 @@ declare module "sap/makit/CombinationChart" {
2511
2596
  * The number of categories that will be visible on the chart at any time. The minimum value is 2. If not
2512
2597
  * set, the number of visible categories will be automatically adjusted depending on the screen size
2513
2598
  *
2599
+ *
2514
2600
  * @returns Value of property `numberOfVisibleCategories`
2515
2601
  */
2516
2602
  getNumberOfVisibleCategories(): int;
@@ -2521,16 +2607,17 @@ declare module "sap/makit/CombinationChart" {
2521
2607
  * color palette. If not set, the chart will use the default color palette defined in the theme. Accept
2522
2608
  * an array of color in string format or hex format. e.g. 0xff0000 "red" "rgb(255,0,0)"
2523
2609
  *
2610
+ *
2524
2611
  * @returns Value of property `primaryColorPalette`
2525
2612
  */
2526
2613
  getPrimaryColorPalette(): any;
2527
2614
  /**
2528
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2529
- * will not be supported anymore from 1.38.
2530
- *
2531
2615
  * Gets content of aggregation {@link #getPrimaryValueAxis primaryValueAxis}.
2532
2616
  *
2533
2617
  * Property of the Combination Chart's primary Value Axis. Accept only an instance of ValueAxis element.
2618
+ *
2619
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2620
+ * will not be supported anymore from 1.38.
2534
2621
  */
2535
2622
  getPrimaryValueAxis(): ValueAxis;
2536
2623
  /**
@@ -2540,6 +2627,7 @@ declare module "sap/makit/CombinationChart" {
2540
2627
  *
2541
2628
  * Default value is `0`.
2542
2629
  *
2630
+ *
2543
2631
  * @returns Value of property `rangeSelectorStartPosition`
2544
2632
  */
2545
2633
  getRangeSelectorStartPosition(): int;
@@ -2550,16 +2638,17 @@ declare module "sap/makit/CombinationChart" {
2550
2638
  * color palette. If not set, the chart will use the default color palette defined in the theme. Accept
2551
2639
  * an array of color in string format or hex format. e.g. 0xff0000 "red" "rgb(255,0,0)"
2552
2640
  *
2641
+ *
2553
2642
  * @returns Value of property `secondaryColorPalette`
2554
2643
  */
2555
2644
  getSecondaryColorPalette(): any;
2556
2645
  /**
2557
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2558
- * will not be supported anymore from 1.38.
2559
- *
2560
2646
  * Gets content of aggregation {@link #getSecondaryValueAxis secondaryValueAxis}.
2561
2647
  *
2562
2648
  * Property of the Combination Chart's secondary Value Axis. Accept only an instance of ValueAxis element.
2649
+ *
2650
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2651
+ * will not be supported anymore from 1.38.
2563
2652
  */
2564
2653
  getSecondaryValueAxis(): ValueAxis;
2565
2654
  /**
@@ -2577,6 +2666,7 @@ declare module "sap/makit/CombinationChart" {
2577
2666
  *
2578
2667
  * Default value is `true`.
2579
2668
  *
2669
+ *
2580
2670
  * @returns Value of property `showRangeSelector`
2581
2671
  */
2582
2672
  getShowRangeSelector(): boolean;
@@ -2587,16 +2677,17 @@ declare module "sap/makit/CombinationChart" {
2587
2677
  *
2588
2678
  * Default value is `true`.
2589
2679
  *
2680
+ *
2590
2681
  * @returns Value of property `showTableValue`
2591
2682
  */
2592
2683
  getShowTableValue(): boolean;
2593
2684
  /**
2594
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2595
- * will not be supported anymore from 1.38.
2596
- *
2597
2685
  * Gets content of aggregation {@link #getValueBubble valueBubble}.
2598
2686
  *
2599
2687
  * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
2688
+ *
2689
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2690
+ * will not be supported anymore from 1.38.
2600
2691
  */
2601
2692
  getValueBubble(): ValueBubble;
2602
2693
  /**
@@ -2606,16 +2697,17 @@ declare module "sap/makit/CombinationChart" {
2606
2697
  *
2607
2698
  * Default value is `'100%'`.
2608
2699
  *
2700
+ *
2609
2701
  * @returns Value of property `width`
2610
2702
  */
2611
2703
  getWidth(): CSSSize;
2612
2704
  /**
2613
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2614
- * will not be supported anymore from 1.38.
2615
- *
2616
2705
  * Checks for the provided `sap.makit.Category` in the aggregation {@link #getCategoryRegions categoryRegions}.
2617
2706
  * and returns its index if found or -1 otherwise.
2618
2707
  *
2708
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2709
+ * will not be supported anymore from 1.38.
2710
+ *
2619
2711
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2620
2712
  */
2621
2713
  indexOfCategoryRegion(
@@ -2625,12 +2717,12 @@ declare module "sap/makit/CombinationChart" {
2625
2717
  oCategoryRegion: Category
2626
2718
  ): int;
2627
2719
  /**
2628
- * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2629
- * will not be supported anymore from 1.38.
2630
- *
2631
2720
  * Checks for the provided `sap.makit.Layer` in the aggregation {@link #getLayers layers}. and returns its
2632
2721
  * index if found or -1 otherwise.
2633
2722
  *
2723
+ * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2724
+ * will not be supported anymore from 1.38.
2725
+ *
2634
2726
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2635
2727
  */
2636
2728
  indexOfLayer(
@@ -2648,6 +2740,7 @@ declare module "sap/makit/CombinationChart" {
2648
2740
  *
2649
2741
  * Default value is `'100%'`.
2650
2742
  *
2743
+ *
2651
2744
  * @returns Reference to `this` in order to allow method chaining
2652
2745
  */
2653
2746
  setHeight(
@@ -2665,6 +2758,7 @@ declare module "sap/makit/CombinationChart" {
2665
2758
  *
2666
2759
  * Default value is `Left`.
2667
2760
  *
2761
+ *
2668
2762
  * @returns Reference to `this` in order to allow method chaining
2669
2763
  */
2670
2764
  setLegendPosition(
@@ -2681,6 +2775,7 @@ declare module "sap/makit/CombinationChart" {
2681
2775
  *
2682
2776
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2683
2777
  *
2778
+ *
2684
2779
  * @returns Reference to `this` in order to allow method chaining
2685
2780
  */
2686
2781
  setNumberOfVisibleCategories(
@@ -2698,6 +2793,7 @@ declare module "sap/makit/CombinationChart" {
2698
2793
  *
2699
2794
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2700
2795
  *
2796
+ *
2701
2797
  * @returns Reference to `this` in order to allow method chaining
2702
2798
  */
2703
2799
  setPrimaryColorPalette(
@@ -2715,6 +2811,7 @@ declare module "sap/makit/CombinationChart" {
2715
2811
  *
2716
2812
  * Default value is `0`.
2717
2813
  *
2814
+ *
2718
2815
  * @returns Reference to `this` in order to allow method chaining
2719
2816
  */
2720
2817
  setRangeSelectorStartPosition(
@@ -2732,6 +2829,7 @@ declare module "sap/makit/CombinationChart" {
2732
2829
  *
2733
2830
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2734
2831
  *
2832
+ *
2735
2833
  * @returns Reference to `this` in order to allow method chaining
2736
2834
  */
2737
2835
  setSecondaryColorPalette(
@@ -2749,6 +2847,7 @@ declare module "sap/makit/CombinationChart" {
2749
2847
  *
2750
2848
  * Default value is `true`.
2751
2849
  *
2850
+ *
2752
2851
  * @returns Reference to `this` in order to allow method chaining
2753
2852
  */
2754
2853
  setShowRangeSelector(
@@ -2766,6 +2865,7 @@ declare module "sap/makit/CombinationChart" {
2766
2865
  *
2767
2866
  * Default value is `true`.
2768
2867
  *
2868
+ *
2769
2869
  * @returns Reference to `this` in order to allow method chaining
2770
2870
  */
2771
2871
  setShowTableValue(
@@ -2783,6 +2883,7 @@ declare module "sap/makit/CombinationChart" {
2783
2883
  *
2784
2884
  * Default value is `'100%'`.
2785
2885
  *
2886
+ *
2786
2887
  * @returns Reference to `this` in order to allow method chaining
2787
2888
  */
2788
2889
  setWidth(
@@ -2848,10 +2949,10 @@ declare module "sap/makit/CombinationChart" {
2848
2949
  rangeSelectorStartPosition?: int | PropertyBindingInfo | `{${string}}`;
2849
2950
 
2850
2951
  /**
2952
+ * Data region property of the chart's Categories
2953
+ *
2851
2954
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2852
2955
  * will not be supported anymore from 1.38.
2853
- *
2854
- * Data region property of the chart's Categories
2855
2956
  */
2856
2957
  categoryRegions?:
2857
2958
  | Category[]
@@ -2860,42 +2961,42 @@ declare module "sap/makit/CombinationChart" {
2860
2961
  | `{${string}}`;
2861
2962
 
2862
2963
  /**
2964
+ * The collection of charts
2965
+ *
2863
2966
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2864
2967
  * will not be supported anymore from 1.38.
2865
- *
2866
- * The collection of charts
2867
2968
  */
2868
2969
  layers?: Layer[] | Layer | AggregationBindingInfo | `{${string}}`;
2869
2970
 
2870
2971
  /**
2972
+ * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
2973
+ *
2871
2974
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2872
2975
  * will not be supported anymore from 1.38.
2873
- *
2874
- * Category Axis property of the Chart. Accepts only an instance of CategoryAxis element.
2875
2976
  */
2876
2977
  categoryAxis?: CategoryAxis;
2877
2978
 
2878
2979
  /**
2980
+ * Property of the Combination Chart's primary Value Axis. Accept only an instance of ValueAxis element.
2981
+ *
2879
2982
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2880
2983
  * will not be supported anymore from 1.38.
2881
- *
2882
- * Property of the Combination Chart's primary Value Axis. Accept only an instance of ValueAxis element.
2883
2984
  */
2884
2985
  primaryValueAxis?: ValueAxis;
2885
2986
 
2886
2987
  /**
2988
+ * Property of the Combination Chart's secondary Value Axis. Accept only an instance of ValueAxis element.
2989
+ *
2887
2990
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2888
2991
  * will not be supported anymore from 1.38.
2889
- *
2890
- * Property of the Combination Chart's secondary Value Axis. Accept only an instance of ValueAxis element.
2891
2992
  */
2892
2993
  secondaryValueAxis?: ValueAxis;
2893
2994
 
2894
2995
  /**
2996
+ * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
2997
+ *
2895
2998
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2896
2999
  * will not be supported anymore from 1.38.
2897
- *
2898
- * Value Bubble property of the Chart. Accept only an instance of ValueBubble element.
2899
3000
  */
2900
3001
  valueBubble?: ValueBubble;
2901
3002
 
@@ -2958,11 +3059,11 @@ declare module "sap/makit/Layer" {
2958
3059
  import Value from "sap/makit/Value";
2959
3060
 
2960
3061
  /**
3062
+ * Layer represent a chart in the CombinationChart
3063
+ *
2961
3064
  * @since 1.12
2962
3065
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
2963
3066
  * will not be supported anymore from 1.38.
2964
- *
2965
- * Layer represent a chart in the CombinationChart
2966
3067
  */
2967
3068
  export default class Layer extends UI5Element {
2968
3069
  /**
@@ -3002,6 +3103,7 @@ declare module "sap/makit/Layer" {
3002
3103
  *
3003
3104
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3004
3105
  *
3106
+ *
3005
3107
  * @returns Created class / constructor function
3006
3108
  */
3007
3109
  static extend<T extends Record<string, unknown>>(
@@ -3022,12 +3124,14 @@ declare module "sap/makit/Layer" {
3022
3124
  /**
3023
3125
  * Returns a metadata object for class sap.makit.Layer.
3024
3126
  *
3127
+ *
3025
3128
  * @returns Metadata object describing this class
3026
3129
  */
3027
3130
  static getMetadata(): ElementMetadata;
3028
3131
  /**
3029
3132
  * Adds some column to the aggregation {@link #getColumns columns}.
3030
3133
  *
3134
+ *
3031
3135
  * @returns Reference to `this` in order to allow method chaining
3032
3136
  */
3033
3137
  addColumn(
@@ -3042,6 +3146,7 @@ declare module "sap/makit/Layer" {
3042
3146
  * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
3043
3147
  * of the possible properties of `oBindingInfo`.
3044
3148
  *
3149
+ *
3045
3150
  * @returns Reference to `this` in order to allow method chaining
3046
3151
  */
3047
3152
  bindColumns(
@@ -3056,6 +3161,7 @@ declare module "sap/makit/Layer" {
3056
3161
  * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
3057
3162
  * of the possible properties of `oBindingInfo`.
3058
3163
  *
3164
+ *
3059
3165
  * @returns Reference to `this` in order to allow method chaining
3060
3166
  */
3061
3167
  bindRows(
@@ -3067,18 +3173,21 @@ declare module "sap/makit/Layer" {
3067
3173
  /**
3068
3174
  * Destroys all the columns in the aggregation {@link #getColumns columns}.
3069
3175
  *
3176
+ *
3070
3177
  * @returns Reference to `this` in order to allow method chaining
3071
3178
  */
3072
3179
  destroyColumns(): this;
3073
3180
  /**
3074
3181
  * Destroys the series in the aggregation {@link #getSeries series}.
3075
3182
  *
3183
+ *
3076
3184
  * @returns Reference to `this` in order to allow method chaining
3077
3185
  */
3078
3186
  destroySeries(): this;
3079
3187
  /**
3080
3188
  * Destroys all the values in the aggregation {@link #getValues values}.
3081
3189
  *
3190
+ *
3082
3191
  * @returns Reference to `this` in order to allow method chaining
3083
3192
  */
3084
3193
  destroyValues(): this;
@@ -3095,6 +3204,7 @@ declare module "sap/makit/Layer" {
3095
3204
  *
3096
3205
  * Default value is `false`.
3097
3206
  *
3207
+ *
3098
3208
  * @returns Value of property `drawOnSecondaryAxis`
3099
3209
  */
3100
3210
  getDrawOnSecondaryAxis(): boolean;
@@ -3105,6 +3215,7 @@ declare module "sap/makit/Layer" {
3105
3215
  *
3106
3216
  * Default value is `1`.
3107
3217
  *
3218
+ *
3108
3219
  * @returns Value of property `lineThickness`
3109
3220
  */
3110
3221
  getLineThickness(): float;
@@ -3116,6 +3227,7 @@ declare module "sap/makit/Layer" {
3116
3227
  * will take precedence over other CombinationChart's color palette properties. Accept an array of color
3117
3228
  * in string format or hex format. e.g. 0xff0000 "red" "rgb(255,0,0)"
3118
3229
  *
3230
+ *
3119
3231
  * @returns Value of property `primaryColorPalette`
3120
3232
  */
3121
3233
  getPrimaryColorPalette(): any;
@@ -3142,6 +3254,7 @@ declare module "sap/makit/Layer" {
3142
3254
  *
3143
3255
  * Default value is `Column`.
3144
3256
  *
3257
+ *
3145
3258
  * @returns Value of property `type`
3146
3259
  */
3147
3260
  getType(): ChartType | keyof typeof ChartType;
@@ -3155,6 +3268,7 @@ declare module "sap/makit/Layer" {
3155
3268
  * Checks for the provided `sap.makit.Column` in the aggregation {@link #getColumns columns}. and returns
3156
3269
  * its index if found or -1 otherwise.
3157
3270
  *
3271
+ *
3158
3272
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3159
3273
  */
3160
3274
  indexOfColumn(
@@ -3167,6 +3281,7 @@ declare module "sap/makit/Layer" {
3167
3281
  * Checks for the provided `sap.makit.Row` in the aggregation {@link #getRows rows}. and returns its index
3168
3282
  * if found or -1 otherwise.
3169
3283
  *
3284
+ *
3170
3285
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3171
3286
  */
3172
3287
  indexOfRow(
@@ -3179,6 +3294,7 @@ declare module "sap/makit/Layer" {
3179
3294
  * Checks for the provided `sap.makit.Value` in the aggregation {@link #getValues values}. and returns its
3180
3295
  * index if found or -1 otherwise.
3181
3296
  *
3297
+ *
3182
3298
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3183
3299
  */
3184
3300
  indexOfValue(
@@ -3190,6 +3306,7 @@ declare module "sap/makit/Layer" {
3190
3306
  /**
3191
3307
  * Inserts a column into the aggregation {@link #getColumns columns}.
3192
3308
  *
3309
+ *
3193
3310
  * @returns Reference to `this` in order to allow method chaining
3194
3311
  */
3195
3312
  insertColumn(
@@ -3207,6 +3324,7 @@ declare module "sap/makit/Layer" {
3207
3324
  /**
3208
3325
  * Inserts a value into the aggregation {@link #getValues values}.
3209
3326
  *
3327
+ *
3210
3328
  * @returns Reference to `this` in order to allow method chaining
3211
3329
  */
3212
3330
  insertValue(
@@ -3226,6 +3344,7 @@ declare module "sap/makit/Layer" {
3226
3344
  *
3227
3345
  * Additionally, it unregisters them from the hosting UIArea.
3228
3346
  *
3347
+ *
3229
3348
  * @returns An array of the removed elements (might be empty)
3230
3349
  */
3231
3350
  removeAllColumns(): Column[];
@@ -3234,12 +3353,14 @@ declare module "sap/makit/Layer" {
3234
3353
  *
3235
3354
  * Additionally, it unregisters them from the hosting UIArea.
3236
3355
  *
3356
+ *
3237
3357
  * @returns An array of the removed elements (might be empty)
3238
3358
  */
3239
3359
  removeAllValues(): Value[];
3240
3360
  /**
3241
3361
  * Removes a column from the aggregation {@link #getColumns columns}.
3242
3362
  *
3363
+ *
3243
3364
  * @returns The removed column or `null`
3244
3365
  */
3245
3366
  removeColumn(
@@ -3251,6 +3372,7 @@ declare module "sap/makit/Layer" {
3251
3372
  /**
3252
3373
  * Removes a value from the aggregation {@link #getValues values}.
3253
3374
  *
3375
+ *
3254
3376
  * @returns The removed value or `null`
3255
3377
  */
3256
3378
  removeValue(
@@ -3268,6 +3390,7 @@ declare module "sap/makit/Layer" {
3268
3390
  *
3269
3391
  * Default value is `false`.
3270
3392
  *
3393
+ *
3271
3394
  * @returns Reference to `this` in order to allow method chaining
3272
3395
  */
3273
3396
  setDrawOnSecondaryAxis(
@@ -3285,6 +3408,7 @@ declare module "sap/makit/Layer" {
3285
3408
  *
3286
3409
  * Default value is `1`.
3287
3410
  *
3411
+ *
3288
3412
  * @returns Reference to `this` in order to allow method chaining
3289
3413
  */
3290
3414
  setLineThickness(
@@ -3303,6 +3427,7 @@ declare module "sap/makit/Layer" {
3303
3427
  *
3304
3428
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3305
3429
  *
3430
+ *
3306
3431
  * @returns Reference to `this` in order to allow method chaining
3307
3432
  */
3308
3433
  setPrimaryColorPalette(
@@ -3320,6 +3445,7 @@ declare module "sap/makit/Layer" {
3320
3445
  *
3321
3446
  * Default value is `Column`.
3322
3447
  *
3448
+ *
3323
3449
  * @returns Reference to `this` in order to allow method chaining
3324
3450
  */
3325
3451
  setType(
@@ -3331,12 +3457,14 @@ declare module "sap/makit/Layer" {
3331
3457
  /**
3332
3458
  * Unbinds aggregation {@link #getColumns columns} from model data.
3333
3459
  *
3460
+ *
3334
3461
  * @returns Reference to `this` in order to allow method chaining
3335
3462
  */
3336
3463
  unbindColumns(): this;
3337
3464
  /**
3338
3465
  * Unbinds aggregation {@link #getRows rows} from model data.
3339
3466
  *
3467
+ *
3340
3468
  * @returns Reference to `this` in order to allow method chaining
3341
3469
  */
3342
3470
  unbindRows(): this;
@@ -3397,11 +3525,11 @@ declare module "sap/makit/MakitLib" {
3397
3525
  import ElementMetadata from "sap/ui/core/ElementMetadata";
3398
3526
 
3399
3527
  /**
3528
+ * Wrapper for MAKit Chart Library. Only to be used used internally.
3529
+ *
3400
3530
  * @since 1.12
3401
3531
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
3402
3532
  * will not be supported anymore from 1.38.
3403
- *
3404
- * Wrapper for MAKit Chart Library. Only to be used used internally.
3405
3533
  */
3406
3534
  export default class MakitLib extends UI5Element {
3407
3535
  /**
@@ -3447,6 +3575,7 @@ declare module "sap/makit/MakitLib" {
3447
3575
  *
3448
3576
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3449
3577
  *
3578
+ *
3450
3579
  * @returns Created class / constructor function
3451
3580
  */
3452
3581
  static extend<T extends Record<string, unknown>>(
@@ -3467,6 +3596,7 @@ declare module "sap/makit/MakitLib" {
3467
3596
  /**
3468
3597
  * Returns a metadata object for class sap.makit.MakitLib.
3469
3598
  *
3599
+ *
3470
3600
  * @returns Metadata object describing this class
3471
3601
  */
3472
3602
  static getMetadata(): ElementMetadata;
@@ -3485,11 +3615,11 @@ declare module "sap/makit/Row" {
3485
3615
  import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
3486
3616
 
3487
3617
  /**
3618
+ * The data row of the Chart's data table
3619
+ *
3488
3620
  * @since 1.8
3489
3621
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
3490
3622
  * will not be supported anymore from 1.38.
3491
- *
3492
- * The data row of the Chart's data table
3493
3623
  */
3494
3624
  export default class Row extends UI5Element {
3495
3625
  /**
@@ -3529,6 +3659,7 @@ declare module "sap/makit/Row" {
3529
3659
  *
3530
3660
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3531
3661
  *
3662
+ *
3532
3663
  * @returns Created class / constructor function
3533
3664
  */
3534
3665
  static extend<T extends Record<string, unknown>>(
@@ -3549,12 +3680,14 @@ declare module "sap/makit/Row" {
3549
3680
  /**
3550
3681
  * Returns a metadata object for class sap.makit.Row.
3551
3682
  *
3683
+ *
3552
3684
  * @returns Metadata object describing this class
3553
3685
  */
3554
3686
  static getMetadata(): ElementMetadata;
3555
3687
  /**
3556
3688
  * Adds some cell to the aggregation {@link #getCells cells}.
3557
3689
  *
3690
+ *
3558
3691
  * @returns Reference to `this` in order to allow method chaining
3559
3692
  */
3560
3693
  addCell(
@@ -3566,6 +3699,7 @@ declare module "sap/makit/Row" {
3566
3699
  /**
3567
3700
  * Destroys all the cells in the aggregation {@link #getCells cells}.
3568
3701
  *
3702
+ *
3569
3703
  * @returns Reference to `this` in order to allow method chaining
3570
3704
  */
3571
3705
  destroyCells(): this;
@@ -3580,6 +3714,7 @@ declare module "sap/makit/Row" {
3580
3714
  * Checks for the provided `sap.makit.Column` in the aggregation {@link #getCells cells}. and returns its
3581
3715
  * index if found or -1 otherwise.
3582
3716
  *
3717
+ *
3583
3718
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3584
3719
  */
3585
3720
  indexOfCell(
@@ -3591,6 +3726,7 @@ declare module "sap/makit/Row" {
3591
3726
  /**
3592
3727
  * Inserts a cell into the aggregation {@link #getCells cells}.
3593
3728
  *
3729
+ *
3594
3730
  * @returns Reference to `this` in order to allow method chaining
3595
3731
  */
3596
3732
  insertCell(
@@ -3610,12 +3746,14 @@ declare module "sap/makit/Row" {
3610
3746
  *
3611
3747
  * Additionally, it unregisters them from the hosting UIArea.
3612
3748
  *
3749
+ *
3613
3750
  * @returns An array of the removed elements (might be empty)
3614
3751
  */
3615
3752
  removeAllCells(): Column[];
3616
3753
  /**
3617
3754
  * Removes a cell from the aggregation {@link #getCells cells}.
3618
3755
  *
3756
+ *
3619
3757
  * @returns The removed cell or `null`
3620
3758
  */
3621
3759
  removeCell(
@@ -3643,11 +3781,11 @@ declare module "sap/makit/Series" {
3643
3781
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3644
3782
 
3645
3783
  /**
3784
+ * Represents the Series data region of the Chart.
3785
+ *
3646
3786
  * @since 1.8
3647
3787
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
3648
3788
  * will not be supported anymore from 1.38.
3649
- *
3650
- * Represents the Series data region of the Chart.
3651
3789
  */
3652
3790
  export default class Series extends UI5Element {
3653
3791
  /**
@@ -3687,6 +3825,7 @@ declare module "sap/makit/Series" {
3687
3825
  *
3688
3826
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3689
3827
  *
3828
+ *
3690
3829
  * @returns Created class / constructor function
3691
3830
  */
3692
3831
  static extend<T extends Record<string, unknown>>(
@@ -3707,6 +3846,7 @@ declare module "sap/makit/Series" {
3707
3846
  /**
3708
3847
  * Returns a metadata object for class sap.makit.Series.
3709
3848
  *
3849
+ *
3710
3850
  * @returns Metadata object describing this class
3711
3851
  */
3712
3852
  static getMetadata(): ElementMetadata;
@@ -3715,6 +3855,7 @@ declare module "sap/makit/Series" {
3715
3855
  *
3716
3856
  * The name of the column that will be mapped to the chart's Series value
3717
3857
  *
3858
+ *
3718
3859
  * @returns Value of property `column`
3719
3860
  */
3720
3861
  getColumn(): string;
@@ -3723,6 +3864,7 @@ declare module "sap/makit/Series" {
3723
3864
  *
3724
3865
  * The displayed name of the Series
3725
3866
  *
3867
+ *
3726
3868
  * @returns Value of property `displayName`
3727
3869
  */
3728
3870
  getDisplayName(): string;
@@ -3732,6 +3874,7 @@ declare module "sap/makit/Series" {
3732
3874
  * Number formatting for the value. Accepted values: number currency percent roundedN - where N represents
3733
3875
  * number of decimal places e.g. rounded4
3734
3876
  *
3877
+ *
3735
3878
  * @returns Value of property `format`
3736
3879
  */
3737
3880
  getFormat(): string;
@@ -3742,6 +3885,7 @@ declare module "sap/makit/Series" {
3742
3885
  *
3743
3886
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3744
3887
  *
3888
+ *
3745
3889
  * @returns Reference to `this` in order to allow method chaining
3746
3890
  */
3747
3891
  setColumn(
@@ -3757,6 +3901,7 @@ declare module "sap/makit/Series" {
3757
3901
  *
3758
3902
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3759
3903
  *
3904
+ *
3760
3905
  * @returns Reference to `this` in order to allow method chaining
3761
3906
  */
3762
3907
  setDisplayName(
@@ -3773,6 +3918,7 @@ declare module "sap/makit/Series" {
3773
3918
  *
3774
3919
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3775
3920
  *
3921
+ *
3776
3922
  * @returns Reference to `this` in order to allow method chaining
3777
3923
  */
3778
3924
  setFormat(
@@ -3810,11 +3956,11 @@ declare module "sap/makit/Value" {
3810
3956
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3811
3957
 
3812
3958
  /**
3959
+ * Represents the Value data region of the Chart.
3960
+ *
3813
3961
  * @since 1.8
3814
3962
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
3815
3963
  * will not be supported anymore from 1.38.
3816
- *
3817
- * Represents the Value data region of the Chart.
3818
3964
  */
3819
3965
  export default class Value extends UI5Element {
3820
3966
  /**
@@ -3854,6 +4000,7 @@ declare module "sap/makit/Value" {
3854
4000
  *
3855
4001
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3856
4002
  *
4003
+ *
3857
4004
  * @returns Created class / constructor function
3858
4005
  */
3859
4006
  static extend<T extends Record<string, unknown>>(
@@ -3874,6 +4021,7 @@ declare module "sap/makit/Value" {
3874
4021
  /**
3875
4022
  * Returns a metadata object for class sap.makit.Value.
3876
4023
  *
4024
+ *
3877
4025
  * @returns Metadata object describing this class
3878
4026
  */
3879
4027
  static getMetadata(): ElementMetadata;
@@ -3882,6 +4030,7 @@ declare module "sap/makit/Value" {
3882
4030
  *
3883
4031
  * The text label representing this Value (on value bubble or table's header)
3884
4032
  *
4033
+ *
3885
4034
  * @returns Value of property `displayName`
3886
4035
  */
3887
4036
  getDisplayName(): string;
@@ -3894,6 +4043,7 @@ declare module "sap/makit/Value" {
3894
4043
  * following expression: "revenueValue - operatingCost" the resulting value displayed in the chart will
3895
4044
  * be the arithmatic operation result on these two columns.
3896
4045
  *
4046
+ *
3897
4047
  * @returns Value of property `expression`
3898
4048
  */
3899
4049
  getExpression(): string;
@@ -3903,6 +4053,7 @@ declare module "sap/makit/Value" {
3903
4053
  * Number formatting for the value. Accepted values: number currency percent roundedN - where N represents
3904
4054
  * number of decimal places e.g. rounded4
3905
4055
  *
4056
+ *
3906
4057
  * @returns Value of property `format`
3907
4058
  */
3908
4059
  getFormat(): string;
@@ -3915,6 +4066,7 @@ declare module "sap/makit/Value" {
3915
4066
  * format. Supported locales: en, zh, de, fr, es, ru, ja, pt and their more specific variations such as
3916
4067
  * en-CA, es-AR, zh-HK, etc.
3917
4068
  *
4069
+ *
3918
4070
  * @returns Value of property `locale`
3919
4071
  */
3920
4072
  getLocale(): string;
@@ -3925,6 +4077,7 @@ declare module "sap/makit/Value" {
3925
4077
  *
3926
4078
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3927
4079
  *
4080
+ *
3928
4081
  * @returns Reference to `this` in order to allow method chaining
3929
4082
  */
3930
4083
  setDisplayName(
@@ -3944,6 +4097,7 @@ declare module "sap/makit/Value" {
3944
4097
  *
3945
4098
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3946
4099
  *
4100
+ *
3947
4101
  * @returns Reference to `this` in order to allow method chaining
3948
4102
  */
3949
4103
  setExpression(
@@ -3960,6 +4114,7 @@ declare module "sap/makit/Value" {
3960
4114
  *
3961
4115
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3962
4116
  *
4117
+ *
3963
4118
  * @returns Reference to `this` in order to allow method chaining
3964
4119
  */
3965
4120
  setFormat(
@@ -3979,6 +4134,7 @@ declare module "sap/makit/Value" {
3979
4134
  *
3980
4135
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3981
4136
  *
4137
+ *
3982
4138
  * @returns Reference to `this` in order to allow method chaining
3983
4139
  */
3984
4140
  setLocale(
@@ -4029,11 +4185,11 @@ declare module "sap/makit/ValueAxis" {
4029
4185
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4030
4186
 
4031
4187
  /**
4188
+ * Contains the properties of the Value's Axis.
4189
+ *
4032
4190
  * @since 1.8
4033
4191
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
4034
4192
  * will not be supported anymore from 1.38.
4035
- *
4036
- * Contains the properties of the Value's Axis.
4037
4193
  */
4038
4194
  export default class ValueAxis extends Axis {
4039
4195
  /**
@@ -4073,6 +4229,7 @@ declare module "sap/makit/ValueAxis" {
4073
4229
  *
4074
4230
  * `oClassInfo` might contain the same kind of information as described in {@link sap.makit.Axis.extend}.
4075
4231
  *
4232
+ *
4076
4233
  * @returns Created class / constructor function
4077
4234
  */
4078
4235
  static extend<T extends Record<string, unknown>>(
@@ -4093,6 +4250,7 @@ declare module "sap/makit/ValueAxis" {
4093
4250
  /**
4094
4251
  * Returns a metadata object for class sap.makit.ValueAxis.
4095
4252
  *
4253
+ *
4096
4254
  * @returns Metadata object describing this class
4097
4255
  */
4098
4256
  static getMetadata(): ElementMetadata;
@@ -4102,6 +4260,7 @@ declare module "sap/makit/ValueAxis" {
4102
4260
  * Highest displayed value on the Value Axis (this value will be automatically adjusted to nearest major
4103
4261
  * tick value depending on the value's range)
4104
4262
  *
4263
+ *
4105
4264
  * @returns Value of property `max`
4106
4265
  */
4107
4266
  getMax(): string;
@@ -4111,6 +4270,7 @@ declare module "sap/makit/ValueAxis" {
4111
4270
  * Highest displayed value on the Value Axis (this value will be automatically adjusted to nearest major
4112
4271
  * tick value depending on the value's range). Set to empty string to switch back to automatic calculation.
4113
4272
  *
4273
+ *
4114
4274
  * @returns Value of property `min`
4115
4275
  */
4116
4276
  getMin(): string;
@@ -4122,6 +4282,7 @@ declare module "sap/makit/ValueAxis" {
4122
4282
  *
4123
4283
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4124
4284
  *
4285
+ *
4125
4286
  * @returns Reference to `this` in order to allow method chaining
4126
4287
  */
4127
4288
  setMax(
@@ -4138,6 +4299,7 @@ declare module "sap/makit/ValueAxis" {
4138
4299
  *
4139
4300
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4140
4301
  *
4302
+ *
4141
4303
  * @returns Reference to `this` in order to allow method chaining
4142
4304
  */
4143
4305
  setMin(
@@ -4173,11 +4335,11 @@ declare module "sap/makit/ValueBubble" {
4173
4335
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4174
4336
 
4175
4337
  /**
4338
+ * The properties of the Chart's Value Bubble.
4339
+ *
4176
4340
  * @since 1.8
4177
4341
  * @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
4178
4342
  * will not be supported anymore from 1.38.
4179
- *
4180
- * The properties of the Chart's Value Bubble.
4181
4343
  */
4182
4344
  export default class ValueBubble extends UI5Element {
4183
4345
  /**
@@ -4217,6 +4379,7 @@ declare module "sap/makit/ValueBubble" {
4217
4379
  *
4218
4380
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
4219
4381
  *
4382
+ *
4220
4383
  * @returns Created class / constructor function
4221
4384
  */
4222
4385
  static extend<T extends Record<string, unknown>>(
@@ -4237,6 +4400,7 @@ declare module "sap/makit/ValueBubble" {
4237
4400
  /**
4238
4401
  * Returns a metadata object for class sap.makit.ValueBubble.
4239
4402
  *
4403
+ *
4240
4404
  * @returns Metadata object describing this class
4241
4405
  */
4242
4406
  static getMetadata(): ElementMetadata;
@@ -4247,6 +4411,7 @@ declare module "sap/makit/ValueBubble" {
4247
4411
  *
4248
4412
  * Default value is `Top`.
4249
4413
  *
4414
+ *
4250
4415
  * @returns Value of property `position`
4251
4416
  */
4252
4417
  getPosition(): ValueBubblePosition | keyof typeof ValueBubblePosition;
@@ -4257,6 +4422,7 @@ declare module "sap/makit/ValueBubble" {
4257
4422
  *
4258
4423
  * Default value is `true`.
4259
4424
  *
4425
+ *
4260
4426
  * @returns Value of property `showCategoryDisplayName`
4261
4427
  */
4262
4428
  getShowCategoryDisplayName(): boolean;
@@ -4267,6 +4433,7 @@ declare module "sap/makit/ValueBubble" {
4267
4433
  *
4268
4434
  * Default value is `true`.
4269
4435
  *
4436
+ *
4270
4437
  * @returns Value of property `showCategoryText`
4271
4438
  */
4272
4439
  getShowCategoryText(): boolean;
@@ -4277,6 +4444,7 @@ declare module "sap/makit/ValueBubble" {
4277
4444
  *
4278
4445
  * Default value is `true`.
4279
4446
  *
4447
+ *
4280
4448
  * @returns Value of property `showLegendLabel`
4281
4449
  */
4282
4450
  getShowLegendLabel(): boolean;
@@ -4287,6 +4455,7 @@ declare module "sap/makit/ValueBubble" {
4287
4455
  *
4288
4456
  * Default value is `true`.
4289
4457
  *
4458
+ *
4290
4459
  * @returns Value of property `showNullValue`
4291
4460
  */
4292
4461
  getShowNullValue(): boolean;
@@ -4297,6 +4466,7 @@ declare module "sap/makit/ValueBubble" {
4297
4466
  *
4298
4467
  * Default value is `true`.
4299
4468
  *
4469
+ *
4300
4470
  * @returns Value of property `showValueDisplayName`
4301
4471
  */
4302
4472
  getShowValueDisplayName(): boolean;
@@ -4307,6 +4477,7 @@ declare module "sap/makit/ValueBubble" {
4307
4477
  *
4308
4478
  * Default value is `false`.
4309
4479
  *
4480
+ *
4310
4481
  * @returns Value of property `showValueOnPieChart`
4311
4482
  */
4312
4483
  getShowValueOnPieChart(): boolean;
@@ -4317,6 +4488,7 @@ declare module "sap/makit/ValueBubble" {
4317
4488
  *
4318
4489
  * Default value is `Top`.
4319
4490
  *
4491
+ *
4320
4492
  * @returns Value of property `style`
4321
4493
  */
4322
4494
  getStyle(): ValueBubbleStyle | keyof typeof ValueBubbleStyle;
@@ -4327,6 +4499,7 @@ declare module "sap/makit/ValueBubble" {
4327
4499
  *
4328
4500
  * Default value is `true`.
4329
4501
  *
4502
+ *
4330
4503
  * @returns Value of property `visible`
4331
4504
  */
4332
4505
  getVisible(): boolean;
@@ -4339,6 +4512,7 @@ declare module "sap/makit/ValueBubble" {
4339
4512
  *
4340
4513
  * Default value is `Top`.
4341
4514
  *
4515
+ *
4342
4516
  * @returns Reference to `this` in order to allow method chaining
4343
4517
  */
4344
4518
  setPosition(
@@ -4356,6 +4530,7 @@ declare module "sap/makit/ValueBubble" {
4356
4530
  *
4357
4531
  * Default value is `true`.
4358
4532
  *
4533
+ *
4359
4534
  * @returns Reference to `this` in order to allow method chaining
4360
4535
  */
4361
4536
  setShowCategoryDisplayName(
@@ -4373,6 +4548,7 @@ declare module "sap/makit/ValueBubble" {
4373
4548
  *
4374
4549
  * Default value is `true`.
4375
4550
  *
4551
+ *
4376
4552
  * @returns Reference to `this` in order to allow method chaining
4377
4553
  */
4378
4554
  setShowCategoryText(
@@ -4390,6 +4566,7 @@ declare module "sap/makit/ValueBubble" {
4390
4566
  *
4391
4567
  * Default value is `true`.
4392
4568
  *
4569
+ *
4393
4570
  * @returns Reference to `this` in order to allow method chaining
4394
4571
  */
4395
4572
  setShowLegendLabel(
@@ -4407,6 +4584,7 @@ declare module "sap/makit/ValueBubble" {
4407
4584
  *
4408
4585
  * Default value is `true`.
4409
4586
  *
4587
+ *
4410
4588
  * @returns Reference to `this` in order to allow method chaining
4411
4589
  */
4412
4590
  setShowNullValue(
@@ -4424,6 +4602,7 @@ declare module "sap/makit/ValueBubble" {
4424
4602
  *
4425
4603
  * Default value is `true`.
4426
4604
  *
4605
+ *
4427
4606
  * @returns Reference to `this` in order to allow method chaining
4428
4607
  */
4429
4608
  setShowValueDisplayName(
@@ -4441,6 +4620,7 @@ declare module "sap/makit/ValueBubble" {
4441
4620
  *
4442
4621
  * Default value is `false`.
4443
4622
  *
4623
+ *
4444
4624
  * @returns Reference to `this` in order to allow method chaining
4445
4625
  */
4446
4626
  setShowValueOnPieChart(
@@ -4458,6 +4638,7 @@ declare module "sap/makit/ValueBubble" {
4458
4638
  *
4459
4639
  * Default value is `Top`.
4460
4640
  *
4641
+ *
4461
4642
  * @returns Reference to `this` in order to allow method chaining
4462
4643
  */
4463
4644
  setStyle(
@@ -4475,6 +4656,7 @@ declare module "sap/makit/ValueBubble" {
4475
4656
  *
4476
4657
  * Default value is `true`.
4477
4658
  *
4659
+ *
4478
4660
  * @returns Reference to `this` in order to allow method chaining
4479
4661
  */
4480
4662
  setVisible(