@sapui5/types 1.114.0 → 1.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -0
  3. package/types/sap.apf.d.ts +70 -60
  4. package/types/sap.ca.ui.d.ts +207 -105
  5. package/types/sap.chart.d.ts +213 -143
  6. package/types/sap.collaboration.d.ts +98 -87
  7. package/types/sap.esh.search.ui.d.ts +92 -2
  8. package/types/sap.f.d.ts +1780 -1315
  9. package/types/sap.fe.core.d.ts +78 -205
  10. package/types/sap.fe.macros.d.ts +120 -10
  11. package/types/sap.fe.navigation.d.ts +39 -32
  12. package/types/sap.fe.placeholder.d.ts +3 -0
  13. package/types/sap.fe.templates.d.ts +16 -292
  14. package/types/sap.fe.test.d.ts +40 -13
  15. package/types/sap.fe.tools.d.ts +3 -0
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1987 -1251
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.landvisz.d.ts +75 -29
  20. package/types/sap.m.d.ts +12407 -8461
  21. package/types/sap.makit.d.ts +88 -28
  22. package/types/sap.me.d.ts +167 -78
  23. package/types/sap.ndc.d.ts +115 -42
  24. package/types/sap.ovp.d.ts +3 -3
  25. package/types/sap.rules.ui.d.ts +53 -24
  26. package/types/sap.sac.df.d.ts +11 -8
  27. package/types/sap.suite.ui.commons.d.ts +2090 -1437
  28. package/types/sap.suite.ui.generic.template.d.ts +99 -97
  29. package/types/sap.suite.ui.microchart.d.ts +492 -322
  30. package/types/sap.tnt.d.ts +173 -95
  31. package/types/sap.ui.codeeditor.d.ts +61 -39
  32. package/types/sap.ui.commons.d.ts +1393 -846
  33. package/types/sap.ui.comp.d.ts +4159 -2878
  34. package/types/sap.ui.core.d.ts +6286 -3651
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +76 -53
  37. package/types/sap.ui.fl.d.ts +160 -100
  38. package/types/sap.ui.generic.app.d.ts +58 -49
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +502 -375
  41. package/types/sap.ui.layout.d.ts +603 -640
  42. package/types/sap.ui.mdc.d.ts +22208 -140
  43. package/types/sap.ui.richtexteditor.d.ts +106 -70
  44. package/types/sap.ui.rta.d.ts +7 -7
  45. package/types/sap.ui.suite.d.ts +29 -13
  46. package/types/sap.ui.support.d.ts +15 -16
  47. package/types/sap.ui.table.d.ts +907 -647
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1765 -1179
  50. package/types/sap.ui.ux3.d.ts +1472 -807
  51. package/types/sap.ui.vbm.d.ts +1018 -760
  52. package/types/sap.ui.vk.d.ts +2858 -1896
  53. package/types/sap.ui.vtm.d.ts +650 -479
  54. package/types/sap.ui.webc.common.d.ts +5 -5
  55. package/types/sap.ui.webc.fiori.d.ts +817 -462
  56. package/types/sap.ui.webc.main.d.ts +2018 -1096
  57. package/types/sap.uiext.inbox.d.ts +168 -38
  58. package/types/sap.ushell.d.ts +738 -429
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +472 -348
  61. package/types/sap.viz.d.ts +2203 -835
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +15 -10
  64. package/types/sap.zen.crosstab.d.ts +7 -4
  65. package/types/sap.zen.dsh.d.ts +143 -87
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
5
- * @SINCE 1.34
5
+ * @since 1.34
6
6
  *
7
7
  * Enum of available views for the area micro chart concerning the position of the labels.
8
8
  */
@@ -17,7 +17,7 @@ declare module "sap/suite/ui/microchart/library" {
17
17
  Wide = "Wide",
18
18
  }
19
19
  /**
20
- * @SINCE 1.34
20
+ * @since 1.34
21
21
  *
22
22
  * Defines if the horizontal bar represents a current value only or if it represents the delta between a
23
23
  * current value and a threshold value.
@@ -33,7 +33,7 @@ declare module "sap/suite/ui/microchart/library" {
33
33
  Delta = "Delta",
34
34
  }
35
35
  /**
36
- * @SINCE 1.34
36
+ * @since 1.34
37
37
  *
38
38
  * Lists the available theme-specific background colors.
39
39
  */
@@ -76,7 +76,7 @@ declare module "sap/suite/ui/microchart/library" {
76
76
  Transparent = "Transparent",
77
77
  }
78
78
  /**
79
- * @SINCE 1.34
79
+ * @since 1.34
80
80
  *
81
81
  * Lists the views of the comparison micro chart concerning the position of titles and labels.
82
82
  */
@@ -96,7 +96,7 @@ declare module "sap/suite/ui/microchart/library" {
96
96
  Wide = "Wide",
97
97
  }
98
98
  /**
99
- * @SINCE 1.61
99
+ * @since 1.61
100
100
  *
101
101
  * Lists the views of the delta micro chart concerning the position of titles.
102
102
  */
@@ -116,7 +116,7 @@ declare module "sap/suite/ui/microchart/library" {
116
116
  Wide = "Wide",
117
117
  }
118
118
  /**
119
- * @SINCE 1.62
119
+ * @since 1.62
120
120
  *
121
121
  * Alignment type for the microchart content.
122
122
  */
@@ -135,7 +135,7 @@ declare module "sap/suite/ui/microchart/library" {
135
135
  Right = "Right",
136
136
  }
137
137
  /**
138
- * @SINCE 1.60
138
+ * @since 1.60
139
139
  *
140
140
  * Type of the microchart line.
141
141
  */
@@ -178,7 +178,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
178
178
  import { AreaMicroChartViewType } from "sap/suite/ui/microchart/library";
179
179
 
180
180
  /**
181
- * @SINCE 1.34
181
+ * @since 1.34
182
182
  *
183
183
  *
184
184
  * Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression
@@ -249,7 +249,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
249
249
  */
250
250
  static getMetadata(): ElementMetadata;
251
251
  /**
252
- * @SINCE 1.60.0
252
+ * @since 1.60.0
253
253
  *
254
254
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
255
255
  *
@@ -457,7 +457,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
457
457
  oListener?: object
458
458
  ): this;
459
459
  /**
460
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
460
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
461
461
  *
462
462
  * Enables x-values of all points are automatically indexed with numeric, equidistant values.
463
463
  */
@@ -468,7 +468,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
468
468
  useIndex: boolean
469
469
  ): void;
470
470
  /**
471
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
471
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
472
472
  *
473
473
  * Fires event {@link #event:press press} to attached listeners.
474
474
  *
@@ -481,10 +481,9 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
481
481
  mParameters?: object
482
482
  ): this;
483
483
  /**
484
- * @SINCE 1.60.0
484
+ * @since 1.60.0
485
485
  *
486
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
487
- * ariaLabelledBy}.
486
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
488
487
  */
489
488
  getAriaLabelledBy(): ID[];
490
489
  /**
@@ -527,7 +526,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
527
526
  */
528
527
  getHeight(): CSSSize;
529
528
  /**
530
- * @SINCE 1.84
529
+ * @since 1.84
531
530
  *
532
531
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
533
532
  *
@@ -556,7 +555,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
556
555
  */
557
556
  getInnerMinThreshold(): AreaMicroChartItem;
558
557
  /**
559
- * @SINCE 1.38.0
558
+ * @since 1.38.0
560
559
  * @deprecated (since 1.60)
561
560
  *
562
561
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -692,8 +691,8 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
692
691
  */
693
692
  getWidth(): CSSSize;
694
693
  /**
695
- * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartItem` in the aggregation {@link #getLines
696
- * lines}. and returns its index if found or -1 otherwise.
694
+ * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartItem` in the aggregation {@link #getLines lines}.
695
+ * and returns its index if found or -1 otherwise.
697
696
  *
698
697
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
699
698
  */
@@ -721,7 +720,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
721
720
  iIndex: int
722
721
  ): this;
723
722
  /**
724
- * @SINCE 1.60.0
723
+ * @since 1.60.0
725
724
  *
726
725
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
727
726
  *
@@ -737,7 +736,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
737
736
  */
738
737
  removeAllLines(): AreaMicroChartItem[];
739
738
  /**
740
- * @SINCE 1.60.0
739
+ * @since 1.60.0
741
740
  *
742
741
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
743
742
  *
@@ -828,7 +827,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
828
827
  sHeight: CSSSize
829
828
  ): this;
830
829
  /**
831
- * @SINCE 1.84
830
+ * @since 1.84
832
831
  *
833
832
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
834
833
  *
@@ -869,7 +868,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
869
868
  oInnerMinThreshold: AreaMicroChartItem
870
869
  ): this;
871
870
  /**
872
- * @SINCE 1.38.0
871
+ * @since 1.38.0
873
872
  * @deprecated (since 1.60)
874
873
  *
875
874
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -1163,7 +1162,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
1163
1162
  showLabel?: boolean | PropertyBindingInfo | `{${string}}`;
1164
1163
 
1165
1164
  /**
1166
- * @SINCE 1.38.0
1165
+ * @since 1.38.0
1167
1166
  * @deprecated (since 1.60)
1168
1167
  *
1169
1168
  * If this set to true, width and height of the control are determined by the width and height of the container
@@ -1172,7 +1171,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
1172
1171
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
1173
1172
 
1174
1173
  /**
1175
- * @SINCE 1.84
1174
+ * @since 1.84
1176
1175
  *
1177
1176
  * If this is set to True, the control will be hidden in 'No data' scenario.
1178
1177
  */
@@ -1257,7 +1256,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
1257
1256
  | `{${string}}`;
1258
1257
 
1259
1258
  /**
1260
- * @SINCE 1.60.0
1259
+ * @since 1.60.0
1261
1260
  *
1262
1261
  * Controls or IDs that label this control. Can be used by screen reader software.
1263
1262
  */
@@ -1268,6 +1267,16 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
1268
1267
  */
1269
1268
  press?: (oEvent: Event) => void;
1270
1269
  }
1270
+
1271
+ export interface AreaMicroChart$PressEventParameters {}
1272
+
1273
+ /**
1274
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'AreaMicroChart$PressEventParameters'
1275
+ * in 1.115.1 and any later releases.
1276
+ */
1277
+ export type $AreaMicroChartPressEventParameters = AreaMicroChart$PressEventParameters;
1278
+
1279
+ export type AreaMicroChart$PressEvent = Event<AreaMicroChart$PressEventParameters>;
1271
1280
  }
1272
1281
 
1273
1282
  declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
@@ -1285,7 +1294,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
1285
1294
  import ElementMetadata from "sap/ui/core/ElementMetadata";
1286
1295
 
1287
1296
  /**
1288
- * @SINCE 1.34
1297
+ * @since 1.34
1289
1298
  *
1290
1299
  * Graphical representation of the area micro chart regarding the value lines, the thresholds, and the target
1291
1300
  * values.
@@ -1407,8 +1416,8 @@ declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
1407
1416
  */
1408
1417
  getTitle(): string;
1409
1418
  /**
1410
- * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartPoint` in the aggregation {@link #getPoints
1411
- * points}. and returns its index if found or -1 otherwise.
1419
+ * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartPoint` in the aggregation {@link #getPoints points}.
1420
+ * and returns its index if found or -1 otherwise.
1412
1421
  *
1413
1422
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1414
1423
  */
@@ -1526,7 +1535,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChartLabel" {
1526
1535
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1527
1536
 
1528
1537
  /**
1529
- * @SINCE 1.34
1538
+ * @since 1.34
1530
1539
  *
1531
1540
  * Displays or hides the labels for start and end dates, start and end values, and minimum and maximum values.
1532
1541
  */
@@ -1668,7 +1677,7 @@ declare module "sap/suite/ui/microchart/AreaMicroChartPoint" {
1668
1677
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1669
1678
 
1670
1679
  /**
1671
- * @SINCE 1.34
1680
+ * @since 1.34
1672
1681
  *
1673
1682
  * Contains the data for the point.
1674
1683
  */
@@ -1830,7 +1839,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
1830
1839
  import { Size } from "sap/m/library";
1831
1840
 
1832
1841
  /**
1833
- * @SINCE 1.34
1842
+ * @since 1.34
1834
1843
  *
1835
1844
  * Displays a colored horizontal bar representing a current value on top of a background bar representing
1836
1845
  * the compared value. The vertical bars can represent the numeric values, the scaling factors, the thresholds,
@@ -1903,7 +1912,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
1903
1912
  */
1904
1913
  static getMetadata(): ElementMetadata;
1905
1914
  /**
1906
- * @SINCE 1.60.0
1915
+ * @since 1.60.0
1907
1916
  *
1908
1917
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
1909
1918
  *
@@ -2031,7 +2040,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2031
2040
  oListener?: object
2032
2041
  ): this;
2033
2042
  /**
2034
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2043
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2035
2044
  *
2036
2045
  * Fires event {@link #event:press press} to attached listeners.
2037
2046
  *
@@ -2060,10 +2069,9 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2060
2069
  */
2061
2070
  getActualValueLabel(): string;
2062
2071
  /**
2063
- * @SINCE 1.60.0
2072
+ * @since 1.60.0
2064
2073
  *
2065
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
2066
- * ariaLabelledBy}.
2074
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
2067
2075
  */
2068
2076
  getAriaLabelledBy(): ID[];
2069
2077
  /**
@@ -2094,7 +2102,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2094
2102
  */
2095
2103
  getHeight(): CSSSize;
2096
2104
  /**
2097
- * @SINCE 1.84
2105
+ * @since 1.84
2098
2106
  *
2099
2107
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
2100
2108
  *
@@ -2106,7 +2114,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2106
2114
  */
2107
2115
  getHideOnNoData(): boolean;
2108
2116
  /**
2109
- * @SINCE 1.38.0
2117
+ * @since 1.38.0
2110
2118
  * @deprecated (since 1.58)
2111
2119
  *
2112
2120
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -2242,7 +2250,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2242
2250
  */
2243
2251
  getSize(): Size | keyof typeof Size;
2244
2252
  /**
2245
- * @SINCE 1.86
2253
+ * @since 1.86
2246
2254
  *
2247
2255
  * Gets current value of property {@link #getSmallRangeAllowed smallRangeAllowed}.
2248
2256
  *
@@ -2287,8 +2295,8 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2287
2295
  */
2288
2296
  getWidth(): CSSSize;
2289
2297
  /**
2290
- * Checks for the provided `sap.suite.ui.microchart.BulletMicroChartData` in the aggregation {@link #getThresholds
2291
- * thresholds}. and returns its index if found or -1 otherwise.
2298
+ * Checks for the provided `sap.suite.ui.microchart.BulletMicroChartData` in the aggregation {@link #getThresholds thresholds}.
2299
+ * and returns its index if found or -1 otherwise.
2292
2300
  *
2293
2301
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2294
2302
  */
@@ -2316,7 +2324,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2316
2324
  iIndex: int
2317
2325
  ): this;
2318
2326
  /**
2319
- * @SINCE 1.60.0
2327
+ * @since 1.60.0
2320
2328
  *
2321
2329
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
2322
2330
  *
@@ -2332,7 +2340,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2332
2340
  */
2333
2341
  removeAllThresholds(): BulletMicroChartData[];
2334
2342
  /**
2335
- * @SINCE 1.60.0
2343
+ * @since 1.60.0
2336
2344
  *
2337
2345
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
2338
2346
  *
@@ -2432,7 +2440,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2432
2440
  sHeight: CSSSize
2433
2441
  ): this;
2434
2442
  /**
2435
- * @SINCE 1.84
2443
+ * @since 1.84
2436
2444
  *
2437
2445
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
2438
2446
  *
@@ -2451,7 +2459,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2451
2459
  bHideOnNoData?: boolean
2452
2460
  ): this;
2453
2461
  /**
2454
- * @SINCE 1.38.0
2462
+ * @since 1.38.0
2455
2463
  * @deprecated (since 1.58)
2456
2464
  *
2457
2465
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -2678,7 +2686,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2678
2686
  sSize?: Size | keyof typeof Size
2679
2687
  ): this;
2680
2688
  /**
2681
- * @SINCE 1.86
2689
+ * @since 1.86
2682
2690
  *
2683
2691
  * Sets a new value for property {@link #getSmallRangeAllowed smallRangeAllowed}.
2684
2692
  *
@@ -2868,7 +2876,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2868
2876
  | `{${string}}`;
2869
2877
 
2870
2878
  /**
2871
- * @SINCE 1.38.0
2879
+ * @since 1.38.0
2872
2880
  * @deprecated (since 1.58)
2873
2881
  *
2874
2882
  * If this set to true, width and height of the control are determined by the width and height of the container
@@ -2877,14 +2885,14 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2877
2885
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
2878
2886
 
2879
2887
  /**
2880
- * @SINCE 1.84
2888
+ * @since 1.84
2881
2889
  *
2882
2890
  * If this is set to True, the control will be hidden in 'No data' scenario.
2883
2891
  */
2884
2892
  hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
2885
2893
 
2886
2894
  /**
2887
- * @SINCE 1.86
2895
+ * @since 1.86
2888
2896
  *
2889
2897
  * If set to True, the control allows small value ranges for comparing different values. The minimum value
2890
2898
  * of the value range is not taken as 0.
@@ -2906,7 +2914,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2906
2914
  | `{${string}}`;
2907
2915
 
2908
2916
  /**
2909
- * @SINCE 1.60.0
2917
+ * @since 1.60.0
2910
2918
  *
2911
2919
  * Controls or IDs that label this control. Can be used by screen reader software.
2912
2920
  */
@@ -2917,6 +2925,16 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2917
2925
  */
2918
2926
  press?: (oEvent: Event) => void;
2919
2927
  }
2928
+
2929
+ export interface BulletMicroChart$PressEventParameters {}
2930
+
2931
+ /**
2932
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BulletMicroChart$PressEventParameters'
2933
+ * in 1.115.1 and any later releases.
2934
+ */
2935
+ export type $BulletMicroChartPressEventParameters = BulletMicroChart$PressEventParameters;
2936
+
2937
+ export type BulletMicroChart$PressEvent = Event<BulletMicroChart$PressEventParameters>;
2920
2938
  }
2921
2939
 
2922
2940
  declare module "sap/suite/ui/microchart/BulletMicroChartData" {
@@ -2929,7 +2947,7 @@ declare module "sap/suite/ui/microchart/BulletMicroChartData" {
2929
2947
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2930
2948
 
2931
2949
  /**
2932
- * @SINCE 1.34
2950
+ * @since 1.34
2933
2951
  *
2934
2952
  * Contains the thresholds data.
2935
2953
  */
@@ -3087,7 +3105,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3087
3105
  import { Size } from "sap/m/library";
3088
3106
 
3089
3107
  /**
3090
- * @SINCE 1.34
3108
+ * @since 1.34
3091
3109
  *
3092
3110
  * Compares different values which are represented as vertical bars. This control replaces the deprecated
3093
3111
  * sap.suite.ui.commons.ColumnMicroChart.
@@ -3159,7 +3177,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3159
3177
  */
3160
3178
  static getMetadata(): ElementMetadata;
3161
3179
  /**
3162
- * @SINCE 1.60.0
3180
+ * @since 1.60.0
3163
3181
  *
3164
3182
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
3165
3183
  *
@@ -3291,7 +3309,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3291
3309
  oListener?: object
3292
3310
  ): this;
3293
3311
  /**
3294
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3312
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3295
3313
  *
3296
3314
  * Fires event {@link #event:press press} to attached listeners.
3297
3315
  *
@@ -3304,7 +3322,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3304
3322
  mParameters?: object
3305
3323
  ): this;
3306
3324
  /**
3307
- * @SINCE 1.60.0
3325
+ * @since 1.60.0
3308
3326
  *
3309
3327
  * Gets current value of property {@link #getAllowColumnLabels allowColumnLabels}.
3310
3328
  *
@@ -3315,10 +3333,9 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3315
3333
  */
3316
3334
  getAllowColumnLabels(): boolean;
3317
3335
  /**
3318
- * @SINCE 1.60.0
3336
+ * @since 1.60.0
3319
3337
  *
3320
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
3321
- * ariaLabelledBy}.
3338
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3322
3339
  */
3323
3340
  getAriaLabelledBy(): ID[];
3324
3341
  /**
@@ -3336,7 +3353,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3336
3353
  */
3337
3354
  getHeight(): CSSSize;
3338
3355
  /**
3339
- * @SINCE 1.84
3356
+ * @since 1.84
3340
3357
  *
3341
3358
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
3342
3359
  *
@@ -3348,7 +3365,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3348
3365
  */
3349
3366
  getHideOnNoData(): boolean;
3350
3367
  /**
3351
- * @SINCE 1.38.0
3368
+ * @since 1.38.0
3352
3369
  * @deprecated (since 1.60.0)
3353
3370
  *
3354
3371
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -3425,8 +3442,8 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3425
3442
  */
3426
3443
  getWidth(): CSSSize;
3427
3444
  /**
3428
- * Checks for the provided `sap.suite.ui.microchart.ColumnMicroChartData` in the aggregation {@link #getColumns
3429
- * columns}. and returns its index if found or -1 otherwise.
3445
+ * Checks for the provided `sap.suite.ui.microchart.ColumnMicroChartData` in the aggregation {@link #getColumns columns}.
3446
+ * and returns its index if found or -1 otherwise.
3430
3447
  *
3431
3448
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3432
3449
  */
@@ -3454,7 +3471,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3454
3471
  iIndex: int
3455
3472
  ): this;
3456
3473
  /**
3457
- * @SINCE 1.60.0
3474
+ * @since 1.60.0
3458
3475
  *
3459
3476
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3460
3477
  *
@@ -3470,7 +3487,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3470
3487
  */
3471
3488
  removeAllColumns(): ColumnMicroChartData[];
3472
3489
  /**
3473
- * @SINCE 1.60.0
3490
+ * @since 1.60.0
3474
3491
  *
3475
3492
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
3476
3493
  *
@@ -3494,7 +3511,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3494
3511
  vColumn: int | string | ColumnMicroChartData
3495
3512
  ): ColumnMicroChartData | null;
3496
3513
  /**
3497
- * @SINCE 1.60.0
3514
+ * @since 1.60.0
3498
3515
  *
3499
3516
  * Sets a new value for property {@link #getAllowColumnLabels allowColumnLabels}.
3500
3517
  *
@@ -3525,7 +3542,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3525
3542
  sHeight: CSSSize
3526
3543
  ): this;
3527
3544
  /**
3528
- * @SINCE 1.84
3545
+ * @since 1.84
3529
3546
  *
3530
3547
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
3531
3548
  *
@@ -3544,7 +3561,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3544
3561
  bHideOnNoData?: boolean
3545
3562
  ): this;
3546
3563
  /**
3547
- * @SINCE 1.38.0
3564
+ * @since 1.38.0
3548
3565
  * @deprecated (since 1.60.0)
3549
3566
  *
3550
3567
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -3701,7 +3718,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3701
3718
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
3702
3719
 
3703
3720
  /**
3704
- * @SINCE 1.38.0
3721
+ * @since 1.38.0
3705
3722
  * @deprecated (since 1.60.0)
3706
3723
  *
3707
3724
  * If set to true, width and height of the control are determined by the width and height of the container
@@ -3728,7 +3745,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3728
3745
  allowColumnLabels?: boolean | PropertyBindingInfo | `{${string}}`;
3729
3746
 
3730
3747
  /**
3731
- * @SINCE 1.84
3748
+ * @since 1.84
3732
3749
  *
3733
3750
  * If this is set to True, the control will be hidden in 'No data' scenario.
3734
3751
  */
@@ -3764,7 +3781,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3764
3781
  rightBottomLabel?: ColumnMicroChartLabel;
3765
3782
 
3766
3783
  /**
3767
- * @SINCE 1.60.0
3784
+ * @since 1.60.0
3768
3785
  *
3769
3786
  * Controls or IDs that label this control. Can be used by screen reader software.
3770
3787
  */
@@ -3775,6 +3792,16 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3775
3792
  */
3776
3793
  press?: (oEvent: Event) => void;
3777
3794
  }
3795
+
3796
+ export interface ColumnMicroChart$PressEventParameters {}
3797
+
3798
+ /**
3799
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ColumnMicroChart$PressEventParameters'
3800
+ * in 1.115.1 and any later releases.
3801
+ */
3802
+ export type $ColumnMicroChartPressEventParameters = ColumnMicroChart$PressEventParameters;
3803
+
3804
+ export type ColumnMicroChart$PressEvent = Event<ColumnMicroChart$PressEventParameters>;
3778
3805
  }
3779
3806
 
3780
3807
  declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
@@ -3789,7 +3816,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
3789
3816
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3790
3817
 
3791
3818
  /**
3792
- * @SINCE 1.34
3819
+ * @since 1.34
3793
3820
  *
3794
3821
  * Defines the column chart data.
3795
3822
  */
@@ -3919,7 +3946,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
3919
3946
  oListener?: object
3920
3947
  ): this;
3921
3948
  /**
3922
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3949
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3923
3950
  *
3924
3951
  * Fires event {@link #event:press press} to attached listeners.
3925
3952
  *
@@ -3944,7 +3971,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
3944
3971
  /**
3945
3972
  * Gets current value of property {@link #getDisplayValue displayValue}.
3946
3973
  *
3947
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
3974
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
3948
3975
  * `allowColumnLabels`.
3949
3976
  *
3950
3977
  * @returns Value of property `displayValue`
@@ -3988,7 +4015,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
3988
4015
  /**
3989
4016
  * Sets a new value for property {@link #getDisplayValue displayValue}.
3990
4017
  *
3991
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
4018
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
3992
4019
  * `allowColumnLabels`.
3993
4020
  *
3994
4021
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -4047,7 +4074,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
4047
4074
  label?: string | PropertyBindingInfo;
4048
4075
 
4049
4076
  /**
4050
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
4077
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
4051
4078
  * `allowColumnLabels`.
4052
4079
  */
4053
4080
  displayValue?: string | PropertyBindingInfo;
@@ -4062,6 +4089,16 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
4062
4089
  */
4063
4090
  press?: (oEvent: Event) => void;
4064
4091
  }
4092
+
4093
+ export interface ColumnMicroChartData$PressEventParameters {}
4094
+
4095
+ /**
4096
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ColumnMicroChartData$PressEventParameters'
4097
+ * in 1.115.1 and any later releases.
4098
+ */
4099
+ export type $ColumnMicroChartDataPressEventParameters = ColumnMicroChartData$PressEventParameters;
4100
+
4101
+ export type ColumnMicroChartData$PressEvent = Event<ColumnMicroChartData$PressEventParameters>;
4065
4102
  }
4066
4103
 
4067
4104
  declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
@@ -4074,7 +4111,7 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
4074
4111
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4075
4112
 
4076
4113
  /**
4077
- * @SINCE 1.34
4114
+ * @since 1.34
4078
4115
  *
4079
4116
  * Displays or hides the labels of a column micro chart.
4080
4117
  */
@@ -4229,7 +4266,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4229
4266
  import { ComparisonMicroChartViewType } from "sap/suite/ui/microchart/library";
4230
4267
 
4231
4268
  /**
4232
- * @SINCE 1.34
4269
+ * @since 1.34
4233
4270
  *
4234
4271
  * Illustrates values as colored bar charts with title, numeric value, and scaling factor in the content
4235
4272
  * area. This control replaces the deprecated sap.suite.ui.commons.ComparisonChart.
@@ -4301,7 +4338,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4301
4338
  */
4302
4339
  static getMetadata(): ElementMetadata;
4303
4340
  /**
4304
- * @SINCE 1.60.0
4341
+ * @since 1.60.0
4305
4342
  *
4306
4343
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
4307
4344
  *
@@ -4409,7 +4446,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4409
4446
  oListener?: object
4410
4447
  ): this;
4411
4448
  /**
4412
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4449
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4413
4450
  *
4414
4451
  * Fires event {@link #event:press press} to attached listeners.
4415
4452
  *
@@ -4422,10 +4459,9 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4422
4459
  mParameters?: object
4423
4460
  ): this;
4424
4461
  /**
4425
- * @SINCE 1.60.0
4462
+ * @since 1.60.0
4426
4463
  *
4427
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
4428
- * ariaLabelledBy}.
4464
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
4429
4465
  */
4430
4466
  getAriaLabelledBy(): ID[];
4431
4467
  /**
@@ -4455,7 +4491,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4455
4491
  */
4456
4492
  getHeight(): CSSSize;
4457
4493
  /**
4458
- * @SINCE 1.84
4494
+ * @since 1.84
4459
4495
  *
4460
4496
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
4461
4497
  *
@@ -4467,7 +4503,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4467
4503
  */
4468
4504
  getHideOnNoData(): boolean;
4469
4505
  /**
4470
- * @SINCE 1.38.0
4506
+ * @since 1.38.0
4471
4507
  * @deprecated (since 1.58)
4472
4508
  *
4473
4509
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -4481,7 +4517,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4481
4517
  */
4482
4518
  getIsResponsive(): boolean;
4483
4519
  /**
4484
- * @SINCE 1.42.0
4520
+ * @since 1.42.0
4485
4521
  *
4486
4522
  * Gets current value of property {@link #getMaxValue maxValue}.
4487
4523
  *
@@ -4492,7 +4528,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4492
4528
  */
4493
4529
  getMaxValue(): float;
4494
4530
  /**
4495
- * @SINCE 1.42.0
4531
+ * @since 1.42.0
4496
4532
  *
4497
4533
  * Gets current value of property {@link #getMinValue minValue}.
4498
4534
  *
@@ -4554,8 +4590,8 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4554
4590
  */
4555
4591
  getWidth(): CSSSize;
4556
4592
  /**
4557
- * Checks for the provided `sap.suite.ui.microchart.ComparisonMicroChartData` in the aggregation {@link
4558
- * #getData data}. and returns its index if found or -1 otherwise.
4593
+ * Checks for the provided `sap.suite.ui.microchart.ComparisonMicroChartData` in the aggregation {@link #getData data}.
4594
+ * and returns its index if found or -1 otherwise.
4559
4595
  *
4560
4596
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
4561
4597
  */
@@ -4583,7 +4619,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4583
4619
  iIndex: int
4584
4620
  ): this;
4585
4621
  /**
4586
- * @SINCE 1.60.0
4622
+ * @since 1.60.0
4587
4623
  *
4588
4624
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
4589
4625
  *
@@ -4599,7 +4635,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4599
4635
  */
4600
4636
  removeAllData(): ComparisonMicroChartData[];
4601
4637
  /**
4602
- * @SINCE 1.60.0
4638
+ * @since 1.60.0
4603
4639
  *
4604
4640
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
4605
4641
  *
@@ -4657,7 +4693,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4657
4693
  sHeight: CSSSize
4658
4694
  ): this;
4659
4695
  /**
4660
- * @SINCE 1.84
4696
+ * @since 1.84
4661
4697
  *
4662
4698
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
4663
4699
  *
@@ -4676,7 +4712,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4676
4712
  bHideOnNoData?: boolean
4677
4713
  ): this;
4678
4714
  /**
4679
- * @SINCE 1.38.0
4715
+ * @since 1.38.0
4680
4716
  * @deprecated (since 1.58)
4681
4717
  *
4682
4718
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -4697,7 +4733,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4697
4733
  bIsResponsive?: boolean
4698
4734
  ): this;
4699
4735
  /**
4700
- * @SINCE 1.42.0
4736
+ * @since 1.42.0
4701
4737
  *
4702
4738
  * Sets a new value for property {@link #getMaxValue maxValue}.
4703
4739
  *
@@ -4715,7 +4751,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4715
4751
  fMaxValue?: float
4716
4752
  ): this;
4717
4753
  /**
4718
- * @SINCE 1.42.0
4754
+ * @since 1.42.0
4719
4755
  *
4720
4756
  * Sets a new value for property {@link #getMinValue minValue}.
4721
4757
  *
@@ -4839,7 +4875,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4839
4875
  scale?: string | PropertyBindingInfo;
4840
4876
 
4841
4877
  /**
4842
- * @SINCE 1.42.0
4878
+ * @since 1.42.0
4843
4879
  *
4844
4880
  * The minimum scale value for the chart used to define the value range of the scale for comparing different
4845
4881
  * values.
@@ -4847,7 +4883,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4847
4883
  minValue?: float | PropertyBindingInfo | `{${string}}`;
4848
4884
 
4849
4885
  /**
4850
- * @SINCE 1.42.0
4886
+ * @since 1.42.0
4851
4887
  *
4852
4888
  * The maximum scale value for the chart used to define the value range of the scale for comparing different
4853
4889
  * values.
@@ -4888,7 +4924,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4888
4924
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
4889
4925
 
4890
4926
  /**
4891
- * @SINCE 1.38.0
4927
+ * @since 1.38.0
4892
4928
  * @deprecated (since 1.58)
4893
4929
  *
4894
4930
  * If this set to true, width and height of the control are determined by the width and height of the container
@@ -4897,7 +4933,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4897
4933
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
4898
4934
 
4899
4935
  /**
4900
- * @SINCE 1.84
4936
+ * @since 1.84
4901
4937
  *
4902
4938
  * If this is set to True, the control will be hidden in 'No data' scenario.
4903
4939
  */
@@ -4913,7 +4949,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4913
4949
  | `{${string}}`;
4914
4950
 
4915
4951
  /**
4916
- * @SINCE 1.60.0
4952
+ * @since 1.60.0
4917
4953
  *
4918
4954
  * Controls or IDs that label this control. Can be used by screen reader software.
4919
4955
  */
@@ -4924,6 +4960,16 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4924
4960
  */
4925
4961
  press?: (oEvent: Event) => void;
4926
4962
  }
4963
+
4964
+ export interface ComparisonMicroChart$PressEventParameters {}
4965
+
4966
+ /**
4967
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ComparisonMicroChart$PressEventParameters'
4968
+ * in 1.115.1 and any later releases.
4969
+ */
4970
+ export type $ComparisonMicroChartPressEventParameters = ComparisonMicroChart$PressEventParameters;
4971
+
4972
+ export type ComparisonMicroChart$PressEvent = Event<ComparisonMicroChart$PressEventParameters>;
4927
4973
  }
4928
4974
 
4929
4975
  declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
@@ -4938,7 +4984,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
4938
4984
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4939
4985
 
4940
4986
  /**
4941
- * @SINCE 1.34
4987
+ * @since 1.34
4942
4988
  *
4943
4989
  * Contains the values of the comparison chart.
4944
4990
  */
@@ -5068,7 +5114,7 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
5068
5114
  oListener?: object
5069
5115
  ): this;
5070
5116
  /**
5071
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5117
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5072
5118
  *
5073
5119
  * Fires event {@link #event:press press} to attached listeners.
5074
5120
  *
@@ -5216,6 +5262,16 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
5216
5262
  */
5217
5263
  press?: (oEvent: Event) => void;
5218
5264
  }
5265
+
5266
+ export interface ComparisonMicroChartData$PressEventParameters {}
5267
+
5268
+ /**
5269
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ComparisonMicroChartData$PressEventParameters'
5270
+ * in 1.115.1 and any later releases.
5271
+ */
5272
+ export type $ComparisonMicroChartDataPressEventParameters = ComparisonMicroChartData$PressEventParameters;
5273
+
5274
+ export type ComparisonMicroChartData$PressEvent = Event<ComparisonMicroChartData$PressEventParameters>;
5219
5275
  }
5220
5276
 
5221
5277
  declare module "sap/suite/ui/microchart/DeltaMicroChart" {
@@ -5234,7 +5290,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5234
5290
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
5235
5291
 
5236
5292
  /**
5237
- * @SINCE 1.34
5293
+ * @since 1.34
5238
5294
  *
5239
5295
  * Represents the delta of two values as a chart. This control replaces the deprecated sap.suite.ui.commons.DeltaMicroChart.
5240
5296
  *
@@ -5305,7 +5361,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5305
5361
  */
5306
5362
  static getMetadata(): ElementMetadata;
5307
5363
  /**
5308
- * @SINCE 1.60.0
5364
+ * @since 1.60.0
5309
5365
  *
5310
5366
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
5311
5367
  *
@@ -5382,7 +5438,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5382
5438
  oListener?: object
5383
5439
  ): this;
5384
5440
  /**
5385
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5441
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5386
5442
  *
5387
5443
  * Fires event {@link #event:press press} to attached listeners.
5388
5444
  *
@@ -5395,10 +5451,9 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5395
5451
  mParameters?: object
5396
5452
  ): this;
5397
5453
  /**
5398
- * @SINCE 1.60.0
5454
+ * @since 1.60.0
5399
5455
  *
5400
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
5401
- * ariaLabelledBy}.
5456
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
5402
5457
  */
5403
5458
  getAriaLabelledBy(): ID[];
5404
5459
  /**
@@ -5444,7 +5499,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5444
5499
  */
5445
5500
  getHeight(): CSSSize;
5446
5501
  /**
5447
- * @SINCE 1.84
5502
+ * @since 1.84
5448
5503
  *
5449
5504
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
5450
5505
  *
@@ -5456,7 +5511,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5456
5511
  */
5457
5512
  getHideOnNoData(): boolean;
5458
5513
  /**
5459
- * @SINCE 1.38.0
5514
+ * @since 1.38.0
5460
5515
  * @deprecated (since 1.61.0)
5461
5516
  *
5462
5517
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -5513,7 +5568,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5513
5568
  */
5514
5569
  getValue2(): float;
5515
5570
  /**
5516
- * @SINCE 1.61.0
5571
+ * @since 1.61.0
5517
5572
  *
5518
5573
  * Gets current value of property {@link #getView view}.
5519
5574
  *
@@ -5533,7 +5588,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5533
5588
  */
5534
5589
  getWidth(): CSSSize;
5535
5590
  /**
5536
- * @SINCE 1.60.0
5591
+ * @since 1.60.0
5537
5592
  *
5538
5593
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
5539
5594
  *
@@ -5541,7 +5596,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5541
5596
  */
5542
5597
  removeAllAriaLabelledBy(): ID[];
5543
5598
  /**
5544
- * @SINCE 1.60.0
5599
+ * @since 1.60.0
5545
5600
  *
5546
5601
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
5547
5602
  *
@@ -5631,7 +5686,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5631
5686
  sHeight: CSSSize
5632
5687
  ): this;
5633
5688
  /**
5634
- * @SINCE 1.84
5689
+ * @since 1.84
5635
5690
  *
5636
5691
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
5637
5692
  *
@@ -5650,7 +5705,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5650
5705
  bHideOnNoData?: boolean
5651
5706
  ): this;
5652
5707
  /**
5653
- * @SINCE 1.38.0
5708
+ * @since 1.38.0
5654
5709
  * @deprecated (since 1.61.0)
5655
5710
  *
5656
5711
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -5749,7 +5804,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5749
5804
  fValue2: float
5750
5805
  ): this;
5751
5806
  /**
5752
- * @SINCE 1.61.0
5807
+ * @since 1.61.0
5753
5808
  *
5754
5809
  * Sets a new value for property {@link #getView view}.
5755
5810
  *
@@ -5826,7 +5881,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5826
5881
  color?: ValueCSSColor | PropertyBindingInfo | `{${string}}`;
5827
5882
 
5828
5883
  /**
5829
- * @SINCE 1.61.0
5884
+ * @since 1.61.0
5830
5885
  *
5831
5886
  * The view of the chart. If not set, the `Normal` view is used by default.
5832
5887
  */
@@ -5852,7 +5907,7 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5852
5907
  size?: (Size | keyof typeof Size) | PropertyBindingInfo | `{${string}}`;
5853
5908
 
5854
5909
  /**
5855
- * @SINCE 1.38.0
5910
+ * @since 1.38.0
5856
5911
  * @deprecated (since 1.61.0)
5857
5912
  *
5858
5913
  * If this set to true, width and height of the control are determined by the width and height of the container
@@ -5861,14 +5916,14 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5861
5916
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
5862
5917
 
5863
5918
  /**
5864
- * @SINCE 1.84
5919
+ * @since 1.84
5865
5920
  *
5866
5921
  * If this is set to True, the control will be hidden in 'No data' scenario.
5867
5922
  */
5868
5923
  hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
5869
5924
 
5870
5925
  /**
5871
- * @SINCE 1.60.0
5926
+ * @since 1.60.0
5872
5927
  *
5873
5928
  * Controls or IDs that label this control. Can be used by screen reader software.
5874
5929
  */
@@ -5879,6 +5934,16 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5879
5934
  */
5880
5935
  press?: (oEvent: Event) => void;
5881
5936
  }
5937
+
5938
+ export interface DeltaMicroChart$PressEventParameters {}
5939
+
5940
+ /**
5941
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DeltaMicroChart$PressEventParameters'
5942
+ * in 1.115.1 and any later releases.
5943
+ */
5944
+ export type $DeltaMicroChartPressEventParameters = DeltaMicroChart$PressEventParameters;
5945
+
5946
+ export type DeltaMicroChart$PressEvent = Event<DeltaMicroChart$PressEventParameters>;
5882
5947
  }
5883
5948
 
5884
5949
  declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
@@ -5902,7 +5967,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
5902
5967
  import { Size } from "sap/m/library";
5903
5968
 
5904
5969
  /**
5905
- * @SINCE 1.34
5970
+ * @since 1.34
5906
5971
  *
5907
5972
  * A radial chart that displays a value compared to its total.
5908
5973
  * Unlike a pie chart, which shows multiple values or sectors, a Harvey Ball microchart shows only one value
@@ -5977,7 +6042,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
5977
6042
  */
5978
6043
  static getMetadata(): ElementMetadata;
5979
6044
  /**
5980
- * @SINCE 1.60.0
6045
+ * @since 1.60.0
5981
6046
  *
5982
6047
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
5983
6048
  *
@@ -6085,7 +6150,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6085
6150
  oListener?: object
6086
6151
  ): this;
6087
6152
  /**
6088
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6153
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6089
6154
  *
6090
6155
  * Fires event {@link #event:press press} to attached listeners.
6091
6156
  *
@@ -6098,7 +6163,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6098
6163
  mParameters?: object
6099
6164
  ): this;
6100
6165
  /**
6101
- * @SINCE 1.62.0
6166
+ * @since 1.62.0
6102
6167
  *
6103
6168
  * Gets current value of property {@link #getAlignContent alignContent}.
6104
6169
  *
@@ -6112,10 +6177,9 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6112
6177
  | HorizontalAlignmentType
6113
6178
  | keyof typeof HorizontalAlignmentType;
6114
6179
  /**
6115
- * @SINCE 1.60.0
6180
+ * @since 1.60.0
6116
6181
  *
6117
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
6118
- * ariaLabelledBy}.
6182
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6119
6183
  */
6120
6184
  getAriaLabelledBy(): ID[];
6121
6185
  /**
@@ -6123,7 +6187,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6123
6187
  *
6124
6188
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
6125
6189
  *
6126
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
6190
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
6127
6191
  * is ignored.
6128
6192
  *
6129
6193
  * Default value is `[]`.
@@ -6145,7 +6209,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6145
6209
  */
6146
6210
  getFormattedLabel(): boolean;
6147
6211
  /**
6148
- * @SINCE 1.62.0
6212
+ * @since 1.62.0
6149
6213
  *
6150
6214
  * Gets current value of property {@link #getHeight height}.
6151
6215
  *
@@ -6155,7 +6219,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6155
6219
  */
6156
6220
  getHeight(): CSSSize;
6157
6221
  /**
6158
- * @SINCE 1.84
6222
+ * @since 1.84
6159
6223
  *
6160
6224
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
6161
6225
  *
@@ -6167,7 +6231,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6167
6231
  */
6168
6232
  getHideOnNoData(): boolean;
6169
6233
  /**
6170
- * @SINCE 1.38.0
6234
+ * @since 1.38.0
6171
6235
  * @deprecated (since 1.62.0)
6172
6236
  *
6173
6237
  * Gets current value of property {@link #getIsResponsive isResponsive}.
@@ -6249,8 +6313,8 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6249
6313
  */
6250
6314
  getWidth(): CSSSize;
6251
6315
  /**
6252
- * Checks for the provided `sap.suite.ui.microchart.HarveyBallMicroChartItem` in the aggregation {@link
6253
- * #getItems items}. and returns its index if found or -1 otherwise.
6316
+ * Checks for the provided `sap.suite.ui.microchart.HarveyBallMicroChartItem` in the aggregation {@link #getItems items}.
6317
+ * and returns its index if found or -1 otherwise.
6254
6318
  *
6255
6319
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
6256
6320
  */
@@ -6278,7 +6342,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6278
6342
  iIndex: int
6279
6343
  ): this;
6280
6344
  /**
6281
- * @SINCE 1.60.0
6345
+ * @since 1.60.0
6282
6346
  *
6283
6347
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6284
6348
  *
@@ -6294,7 +6358,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6294
6358
  */
6295
6359
  removeAllItems(): HarveyBallMicroChartItem[];
6296
6360
  /**
6297
- * @SINCE 1.60.0
6361
+ * @since 1.60.0
6298
6362
  *
6299
6363
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6300
6364
  *
@@ -6318,7 +6382,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6318
6382
  vItem: int | string | HarveyBallMicroChartItem
6319
6383
  ): HarveyBallMicroChartItem | null;
6320
6384
  /**
6321
- * @SINCE 1.62.0
6385
+ * @since 1.62.0
6322
6386
  *
6323
6387
  * Sets a new value for property {@link #getAlignContent alignContent}.
6324
6388
  *
@@ -6343,7 +6407,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6343
6407
  *
6344
6408
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
6345
6409
  *
6346
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
6410
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
6347
6411
  * is ignored.
6348
6412
  *
6349
6413
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -6379,7 +6443,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6379
6443
  bFormattedLabel?: boolean
6380
6444
  ): this;
6381
6445
  /**
6382
- * @SINCE 1.62.0
6446
+ * @since 1.62.0
6383
6447
  *
6384
6448
  * Sets a new value for property {@link #getHeight height}.
6385
6449
  *
@@ -6396,7 +6460,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6396
6460
  sHeight: CSSSize
6397
6461
  ): this;
6398
6462
  /**
6399
- * @SINCE 1.84
6463
+ * @since 1.84
6400
6464
  *
6401
6465
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
6402
6466
  *
@@ -6415,7 +6479,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6415
6479
  bHideOnNoData?: boolean
6416
6480
  ): this;
6417
6481
  /**
6418
- * @SINCE 1.38.0
6482
+ * @since 1.38.0
6419
6483
  * @deprecated (since 1.62.0)
6420
6484
  *
6421
6485
  * Sets a new value for property {@link #getIsResponsive isResponsive}.
@@ -6596,7 +6660,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6596
6660
  /**
6597
6661
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
6598
6662
  *
6599
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
6663
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
6600
6664
  * is ignored.
6601
6665
  */
6602
6666
  colorPalette?: string[] | PropertyBindingInfo | `{${string}}`;
@@ -6607,14 +6671,14 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6607
6671
  width?: CSSSize | PropertyBindingInfo | `{${string}}`;
6608
6672
 
6609
6673
  /**
6610
- * @SINCE 1.62.0
6674
+ * @since 1.62.0
6611
6675
  *
6612
6676
  * The height of the chart. Overrides the height specified in the `size` property.
6613
6677
  */
6614
6678
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
6615
6679
 
6616
6680
  /**
6617
- * @SINCE 1.62.0
6681
+ * @since 1.62.0
6618
6682
  *
6619
6683
  * The alignment of the content. If not set, the `Left` alignment type is used.
6620
6684
  */
@@ -6624,7 +6688,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6624
6688
  | `{${string}}`;
6625
6689
 
6626
6690
  /**
6627
- * @SINCE 1.38.0
6691
+ * @since 1.38.0
6628
6692
  * @deprecated (since 1.62.0)
6629
6693
  *
6630
6694
  * If set to `true`, the width and height of the control are determined by the width and height of the parent
@@ -6633,7 +6697,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6633
6697
  isResponsive?: boolean | PropertyBindingInfo | `{${string}}`;
6634
6698
 
6635
6699
  /**
6636
- * @SINCE 1.84
6700
+ * @since 1.84
6637
6701
  *
6638
6702
  * If this is set to True, the control will be hidden in 'No data' scenario.
6639
6703
  */
@@ -6649,7 +6713,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6649
6713
  | `{${string}}`;
6650
6714
 
6651
6715
  /**
6652
- * @SINCE 1.60.0
6716
+ * @since 1.60.0
6653
6717
  *
6654
6718
  * Controls or IDs that label this control. Can be used by screen reader software.
6655
6719
  */
@@ -6660,6 +6724,16 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6660
6724
  */
6661
6725
  press?: (oEvent: Event) => void;
6662
6726
  }
6727
+
6728
+ export interface HarveyBallMicroChart$PressEventParameters {}
6729
+
6730
+ /**
6731
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HarveyBallMicroChart$PressEventParameters'
6732
+ * in 1.115.1 and any later releases.
6733
+ */
6734
+ export type $HarveyBallMicroChartPressEventParameters = HarveyBallMicroChart$PressEventParameters;
6735
+
6736
+ export type HarveyBallMicroChart$PressEvent = Event<HarveyBallMicroChart$PressEventParameters>;
6663
6737
  }
6664
6738
 
6665
6739
  declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
@@ -6672,7 +6746,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
6672
6746
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
6673
6747
 
6674
6748
  /**
6675
- * @SINCE 1.34
6749
+ * @since 1.34
6676
6750
  *
6677
6751
  * Defines the fraction value that is compared with total in a {@link sap.suite.ui.microchart.HarveyBallMicroChart}.
6678
6752
  */
@@ -6932,7 +7006,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
6932
7006
  import ElementMetadata from "sap/ui/core/ElementMetadata";
6933
7007
 
6934
7008
  /**
6935
- * @SINCE 1.42.0
7009
+ * @since 1.42.0
6936
7010
  *
6937
7011
  * The InteractiveBarChart control belongs to a chart control group in the MicroChart library with a number
6938
7012
  * of interactive features. These interactive features provide more information on a chart value. For example,
@@ -7090,7 +7164,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7090
7164
  /**
7091
7165
  * The function to be called when the event occurs
7092
7166
  */
7093
- fnFunction: (p1: Event) => void,
7167
+ fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
7094
7168
  /**
7095
7169
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
7096
7170
  * itself
@@ -7112,7 +7186,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7112
7186
  /**
7113
7187
  * The function to be called when the event occurs
7114
7188
  */
7115
- fnFunction: (p1: Event) => void,
7189
+ fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
7116
7190
  /**
7117
7191
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
7118
7192
  * itself
@@ -7168,14 +7242,14 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7168
7242
  /**
7169
7243
  * The function to be called, when the event occurs
7170
7244
  */
7171
- fnFunction: (p1: Event) => void,
7245
+ fnFunction: (p1: InteractiveBarChart$SelectionChangedEvent) => void,
7172
7246
  /**
7173
7247
  * Context object on which the given function had to be called
7174
7248
  */
7175
7249
  oListener?: object
7176
7250
  ): this;
7177
7251
  /**
7178
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7252
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7179
7253
  *
7180
7254
  * Fires event {@link #event:press press} to attached listeners.
7181
7255
  *
@@ -7188,7 +7262,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7188
7262
  mParameters?: object
7189
7263
  ): this;
7190
7264
  /**
7191
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7265
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7192
7266
  *
7193
7267
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
7194
7268
  *
@@ -7198,24 +7272,10 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7198
7272
  /**
7199
7273
  * Parameters to pass along with the event
7200
7274
  */
7201
- mParameters?: {
7202
- /**
7203
- * All bars which are in selected state.
7204
- */
7205
- selectedBars?: InteractiveBarChartBar[];
7206
- /**
7207
- * The bar being selected or deselected.
7208
- */
7209
- bar?: InteractiveBarChartBar;
7210
- /**
7211
- * The selection state of the bar being selected or deselected.
7212
- */
7213
- selected?: boolean;
7214
- }
7215
- ): this;
7216
- /**
7217
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
7218
- * ariaLabelledBy}.
7275
+ mParameters?: InteractiveBarChart$SelectionChangedEventParameters
7276
+ ): this;
7277
+ /**
7278
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
7219
7279
  */
7220
7280
  getAriaLabelledBy(): ID[];
7221
7281
  /**
@@ -7304,8 +7364,8 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7304
7364
  */
7305
7365
  getShowError(): boolean;
7306
7366
  /**
7307
- * Checks for the provided `sap.suite.ui.microchart.InteractiveBarChartBar` in the aggregation {@link #getBars
7308
- * bars}. and returns its index if found or -1 otherwise.
7367
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveBarChartBar` in the aggregation {@link #getBars bars}.
7368
+ * and returns its index if found or -1 otherwise.
7309
7369
  *
7310
7370
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
7311
7371
  */
@@ -7576,7 +7636,9 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7576
7636
  /**
7577
7637
  * Event is fired when user has selected or deselected a bar.
7578
7638
  */
7579
- selectionChanged?: (oEvent: Event) => void;
7639
+ selectionChanged?: (
7640
+ oEvent: Event<InteractiveBarChart$SelectionChangedEventParameters>
7641
+ ) => void;
7580
7642
 
7581
7643
  /**
7582
7644
  * The event is fired when the user presses the chart while its bars are not selectable in non-interactive
@@ -7584,6 +7646,41 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7584
7646
  */
7585
7647
  press?: (oEvent: Event) => void;
7586
7648
  }
7649
+
7650
+ export interface InteractiveBarChart$PressEventParameters {}
7651
+
7652
+ /**
7653
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveBarChart$PressEventParameters'
7654
+ * in 1.115.1 and any later releases.
7655
+ */
7656
+ export type $InteractiveBarChartPressEventParameters = InteractiveBarChart$PressEventParameters;
7657
+
7658
+ export type InteractiveBarChart$PressEvent = Event<InteractiveBarChart$PressEventParameters>;
7659
+
7660
+ export interface InteractiveBarChart$SelectionChangedEventParameters {
7661
+ /**
7662
+ * All bars which are in selected state.
7663
+ */
7664
+ selectedBars?: InteractiveBarChartBar[];
7665
+
7666
+ /**
7667
+ * The bar being selected or deselected.
7668
+ */
7669
+ bar?: InteractiveBarChartBar;
7670
+
7671
+ /**
7672
+ * The selection state of the bar being selected or deselected.
7673
+ */
7674
+ selected?: boolean;
7675
+ }
7676
+
7677
+ /**
7678
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveBarChart$SelectionChangedEventParameters'
7679
+ * in 1.115.1 and any later releases.
7680
+ */
7681
+ export type $InteractiveBarChartSelectionChangedEventParameters = InteractiveBarChart$SelectionChangedEventParameters;
7682
+
7683
+ export type InteractiveBarChart$SelectionChangedEvent = Event<InteractiveBarChart$SelectionChangedEventParameters>;
7587
7684
  }
7588
7685
 
7589
7686
  declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
@@ -7596,7 +7693,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
7596
7693
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7597
7694
 
7598
7695
  /**
7599
- * @SINCE 1.42.0
7696
+ * @since 1.42.0
7600
7697
  *
7601
7698
  * A bar element for the InteractiveBarChart.
7602
7699
  */
@@ -7662,7 +7759,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
7662
7759
  */
7663
7760
  static getMetadata(): ElementMetadata;
7664
7761
  /**
7665
- * @SINCE 1.50.0
7762
+ * @since 1.50.0
7666
7763
  *
7667
7764
  * Gets current value of property {@link #getColor color}.
7668
7765
  *
@@ -7708,7 +7805,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
7708
7805
  */
7709
7806
  getValue(): float;
7710
7807
  /**
7711
- * @SINCE 1.50.0
7808
+ * @since 1.50.0
7712
7809
  *
7713
7810
  * Sets a new value for property {@link #getColor color}.
7714
7811
  *
@@ -7807,7 +7904,7 @@ declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
7807
7904
  displayedValue?: string | PropertyBindingInfo;
7808
7905
 
7809
7906
  /**
7810
- * @SINCE 1.50.0
7907
+ * @since 1.50.0
7811
7908
  *
7812
7909
  * Determines the color of the bar.
7813
7910
  */
@@ -7840,7 +7937,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
7840
7937
  import ElementMetadata from "sap/ui/core/ElementMetadata";
7841
7938
 
7842
7939
  /**
7843
- * @SINCE 1.42.0
7940
+ * @since 1.42.0
7844
7941
  *
7845
7942
  * The InteractiveDonutChart control belongs to a chart control group in the MicroChart library with a number
7846
7943
  * of interactive features. These interactive features provide more information on a chart value. For example,
@@ -7998,7 +8095,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
7998
8095
  /**
7999
8096
  * The function to be called when the event occurs
8000
8097
  */
8001
- fnFunction: (p1: Event) => void,
8098
+ fnFunction: (p1: InteractiveDonutChart$SelectionChangedEvent) => void,
8002
8099
  /**
8003
8100
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
8004
8101
  * itself
@@ -8020,7 +8117,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8020
8117
  /**
8021
8118
  * The function to be called when the event occurs
8022
8119
  */
8023
- fnFunction: (p1: Event) => void,
8120
+ fnFunction: (p1: InteractiveDonutChart$SelectionChangedEvent) => void,
8024
8121
  /**
8025
8122
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
8026
8123
  * itself
@@ -8076,14 +8173,14 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8076
8173
  /**
8077
8174
  * The function to be called, when the event occurs
8078
8175
  */
8079
- fnFunction: (p1: Event) => void,
8176
+ fnFunction: (p1: InteractiveDonutChart$SelectionChangedEvent) => void,
8080
8177
  /**
8081
8178
  * Context object on which the given function had to be called
8082
8179
  */
8083
8180
  oListener?: object
8084
8181
  ): this;
8085
8182
  /**
8086
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8183
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8087
8184
  *
8088
8185
  * Fires event {@link #event:press press} to attached listeners.
8089
8186
  *
@@ -8096,7 +8193,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8096
8193
  mParameters?: object
8097
8194
  ): this;
8098
8195
  /**
8099
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8196
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8100
8197
  *
8101
8198
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
8102
8199
  *
@@ -8106,24 +8203,10 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8106
8203
  /**
8107
8204
  * Parameters to pass along with the event
8108
8205
  */
8109
- mParameters?: {
8110
- /**
8111
- * Contains all selected segments.
8112
- */
8113
- selectedSegments?: InteractiveDonutChartSegment[];
8114
- /**
8115
- * The segment whose selection state has changed.
8116
- */
8117
- segment?: InteractiveDonutChartSegment;
8118
- /**
8119
- * Indicates whether the segment "segment" is selected or not.
8120
- */
8121
- selected?: boolean;
8122
- }
8123
- ): this;
8124
- /**
8125
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
8126
- * ariaLabelledBy}.
8206
+ mParameters?: InteractiveDonutChart$SelectionChangedEventParameters
8207
+ ): this;
8208
+ /**
8209
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
8127
8210
  */
8128
8211
  getAriaLabelledBy(): ID[];
8129
8212
  /**
@@ -8185,8 +8268,8 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8185
8268
  */
8186
8269
  getShowError(): boolean;
8187
8270
  /**
8188
- * Checks for the provided `sap.suite.ui.microchart.InteractiveDonutChartSegment` in the aggregation {@link
8189
- * #getSegments segments}. and returns its index if found or -1 otherwise.
8271
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveDonutChartSegment` in the aggregation {@link #getSegments segments}.
8272
+ * and returns its index if found or -1 otherwise.
8190
8273
  *
8191
8274
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8192
8275
  */
@@ -8395,7 +8478,9 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8395
8478
  /**
8396
8479
  * Event is fired when a user has selected or deselected a segment or a legend entry.
8397
8480
  */
8398
- selectionChanged?: (oEvent: Event) => void;
8481
+ selectionChanged?: (
8482
+ oEvent: Event<InteractiveDonutChart$SelectionChangedEventParameters>
8483
+ ) => void;
8399
8484
 
8400
8485
  /**
8401
8486
  * The event is fired when the user presses the chart while its segments are not selectable in non-interactive
@@ -8403,6 +8488,41 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8403
8488
  */
8404
8489
  press?: (oEvent: Event) => void;
8405
8490
  }
8491
+
8492
+ export interface InteractiveDonutChart$PressEventParameters {}
8493
+
8494
+ /**
8495
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveDonutChart$PressEventParameters'
8496
+ * in 1.115.1 and any later releases.
8497
+ */
8498
+ export type $InteractiveDonutChartPressEventParameters = InteractiveDonutChart$PressEventParameters;
8499
+
8500
+ export type InteractiveDonutChart$PressEvent = Event<InteractiveDonutChart$PressEventParameters>;
8501
+
8502
+ export interface InteractiveDonutChart$SelectionChangedEventParameters {
8503
+ /**
8504
+ * Contains all selected segments.
8505
+ */
8506
+ selectedSegments?: InteractiveDonutChartSegment[];
8507
+
8508
+ /**
8509
+ * The segment whose selection state has changed.
8510
+ */
8511
+ segment?: InteractiveDonutChartSegment;
8512
+
8513
+ /**
8514
+ * Indicates whether the segment "segment" is selected or not.
8515
+ */
8516
+ selected?: boolean;
8517
+ }
8518
+
8519
+ /**
8520
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveDonutChart$SelectionChangedEventParameters'
8521
+ * in 1.115.1 and any later releases.
8522
+ */
8523
+ export type $InteractiveDonutChartSelectionChangedEventParameters = InteractiveDonutChart$SelectionChangedEventParameters;
8524
+
8525
+ export type InteractiveDonutChart$SelectionChangedEvent = Event<InteractiveDonutChart$SelectionChangedEventParameters>;
8406
8526
  }
8407
8527
 
8408
8528
  declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
@@ -8415,7 +8535,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
8415
8535
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8416
8536
 
8417
8537
  /**
8418
- * @SINCE 1.42.0
8538
+ * @since 1.42.0
8419
8539
  *
8420
8540
  * A donut chart segment.
8421
8541
  */
@@ -8481,7 +8601,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
8481
8601
  */
8482
8602
  static getMetadata(): ElementMetadata;
8483
8603
  /**
8484
- * @SINCE 1.50.0
8604
+ * @since 1.50.0
8485
8605
  *
8486
8606
  * Gets current value of property {@link #getColor color}.
8487
8607
  *
@@ -8527,7 +8647,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
8527
8647
  */
8528
8648
  getValue(): float;
8529
8649
  /**
8530
- * @SINCE 1.50.0
8650
+ * @since 1.50.0
8531
8651
  *
8532
8652
  * Sets a new value for property {@link #getColor color}.
8533
8653
  *
@@ -8632,7 +8752,7 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
8632
8752
  displayedValue?: string | PropertyBindingInfo;
8633
8753
 
8634
8754
  /**
8635
- * @SINCE 1.50.0
8755
+ * @since 1.50.0
8636
8756
  *
8637
8757
  * Determines the color of the segment.
8638
8758
  */
@@ -8660,7 +8780,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8660
8780
  import ElementMetadata from "sap/ui/core/ElementMetadata";
8661
8781
 
8662
8782
  /**
8663
- * @SINCE 1.42.0
8783
+ * @since 1.42.0
8664
8784
  *
8665
8785
  * The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a
8666
8786
  * number of interactive features.
@@ -8819,7 +8939,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8819
8939
  /**
8820
8940
  * The function to be called when the event occurs
8821
8941
  */
8822
- fnFunction: (p1: Event) => void,
8942
+ fnFunction: (p1: InteractiveLineChart$SelectionChangedEvent) => void,
8823
8943
  /**
8824
8944
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
8825
8945
  * itself
@@ -8841,7 +8961,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8841
8961
  /**
8842
8962
  * The function to be called when the event occurs
8843
8963
  */
8844
- fnFunction: (p1: Event) => void,
8964
+ fnFunction: (p1: InteractiveLineChart$SelectionChangedEvent) => void,
8845
8965
  /**
8846
8966
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
8847
8967
  * itself
@@ -8897,14 +9017,14 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8897
9017
  /**
8898
9018
  * The function to be called, when the event occurs
8899
9019
  */
8900
- fnFunction: (p1: Event) => void,
9020
+ fnFunction: (p1: InteractiveLineChart$SelectionChangedEvent) => void,
8901
9021
  /**
8902
9022
  * Context object on which the given function had to be called
8903
9023
  */
8904
9024
  oListener?: object
8905
9025
  ): this;
8906
9026
  /**
8907
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9027
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8908
9028
  *
8909
9029
  * Fires event {@link #event:press press} to attached listeners.
8910
9030
  *
@@ -8917,7 +9037,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8917
9037
  mParameters?: object
8918
9038
  ): this;
8919
9039
  /**
8920
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9040
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8921
9041
  *
8922
9042
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
8923
9043
  *
@@ -8927,24 +9047,10 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
8927
9047
  /**
8928
9048
  * Parameters to pass along with the event
8929
9049
  */
8930
- mParameters?: {
8931
- /**
8932
- * All points which are in selected state.
8933
- */
8934
- selectedPoints?: InteractiveLineChartPoint[];
8935
- /**
8936
- * The point which is pressed.
8937
- */
8938
- point?: InteractiveLineChartPoint;
8939
- /**
8940
- * The selection state of the point which is pressed.
8941
- */
8942
- selected?: boolean;
8943
- }
8944
- ): this;
8945
- /**
8946
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
8947
- * ariaLabelledBy}.
9050
+ mParameters?: InteractiveLineChart$SelectionChangedEventParameters
9051
+ ): this;
9052
+ /**
9053
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
8948
9054
  */
8949
9055
  getAriaLabelledBy(): ID[];
8950
9056
  /**
@@ -9028,8 +9134,8 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
9028
9134
  */
9029
9135
  getSucceedingPoint(): float;
9030
9136
  /**
9031
- * Checks for the provided `sap.suite.ui.microchart.InteractiveLineChartPoint` in the aggregation {@link
9032
- * #getPoints points}. and returns its index if found or -1 otherwise.
9137
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveLineChartPoint` in the aggregation {@link #getPoints points}.
9138
+ * and returns its index if found or -1 otherwise.
9033
9139
  *
9034
9140
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
9035
9141
  */
@@ -9284,7 +9390,9 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
9284
9390
  /**
9285
9391
  * Event is fired when a user has selected or deselected a point.
9286
9392
  */
9287
- selectionChanged?: (oEvent: Event) => void;
9393
+ selectionChanged?: (
9394
+ oEvent: Event<InteractiveLineChart$SelectionChangedEventParameters>
9395
+ ) => void;
9288
9396
 
9289
9397
  /**
9290
9398
  * The event is fired only in non-interactive mode when the user presses the chart; in this mode, the points
@@ -9293,6 +9401,41 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
9293
9401
  */
9294
9402
  press?: (oEvent: Event) => void;
9295
9403
  }
9404
+
9405
+ export interface InteractiveLineChart$PressEventParameters {}
9406
+
9407
+ /**
9408
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveLineChart$PressEventParameters'
9409
+ * in 1.115.1 and any later releases.
9410
+ */
9411
+ export type $InteractiveLineChartPressEventParameters = InteractiveLineChart$PressEventParameters;
9412
+
9413
+ export type InteractiveLineChart$PressEvent = Event<InteractiveLineChart$PressEventParameters>;
9414
+
9415
+ export interface InteractiveLineChart$SelectionChangedEventParameters {
9416
+ /**
9417
+ * All points which are in selected state.
9418
+ */
9419
+ selectedPoints?: InteractiveLineChartPoint[];
9420
+
9421
+ /**
9422
+ * The point which is pressed.
9423
+ */
9424
+ point?: InteractiveLineChartPoint;
9425
+
9426
+ /**
9427
+ * The selection state of the point which is pressed.
9428
+ */
9429
+ selected?: boolean;
9430
+ }
9431
+
9432
+ /**
9433
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveLineChart$SelectionChangedEventParameters'
9434
+ * in 1.115.1 and any later releases.
9435
+ */
9436
+ export type $InteractiveLineChartSelectionChangedEventParameters = InteractiveLineChart$SelectionChangedEventParameters;
9437
+
9438
+ export type InteractiveLineChart$SelectionChangedEvent = Event<InteractiveLineChart$SelectionChangedEventParameters>;
9296
9439
  }
9297
9440
 
9298
9441
  declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
@@ -9305,7 +9448,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
9305
9448
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
9306
9449
 
9307
9450
  /**
9308
- * @SINCE 1.42.0
9451
+ * @since 1.42.0
9309
9452
  *
9310
9453
  * A point element for the InteractiveLineChart.
9311
9454
  */
@@ -9371,7 +9514,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
9371
9514
  */
9372
9515
  static getMetadata(): ElementMetadata;
9373
9516
  /**
9374
- * @SINCE 1.50.0
9517
+ * @since 1.50.0
9375
9518
  *
9376
9519
  * Gets current value of property {@link #getColor color}.
9377
9520
  *
@@ -9425,7 +9568,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
9425
9568
  */
9426
9569
  getValue(): float;
9427
9570
  /**
9428
- * @SINCE 1.50.0
9571
+ * @since 1.50.0
9429
9572
  *
9430
9573
  * Sets a new value for property {@link #getColor color}.
9431
9574
  *
@@ -9549,7 +9692,7 @@ declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
9549
9692
  displayedValue?: string | PropertyBindingInfo;
9550
9693
 
9551
9694
  /**
9552
- * @SINCE 1.50.0
9695
+ * @since 1.50.0
9553
9696
  *
9554
9697
  * Determines the color of the point.
9555
9698
  */
@@ -9581,7 +9724,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
9581
9724
  import { Size } from "sap/m/library";
9582
9725
 
9583
9726
  /**
9584
- * @SINCE 1.48.0
9727
+ * @since 1.48.0
9585
9728
  *
9586
9729
  * Chart that displays the history of values as segmented lines along a threshold line. The scale is optional
9587
9730
  * and showing the points is also optional.
@@ -9652,7 +9795,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
9652
9795
  */
9653
9796
  static getMetadata(): ElementMetadata;
9654
9797
  /**
9655
- * @SINCE 1.60.0
9798
+ * @since 1.60.0
9656
9799
  *
9657
9800
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
9658
9801
  *
@@ -9791,7 +9934,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
9791
9934
  oListener?: object
9792
9935
  ): this;
9793
9936
  /**
9794
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9937
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9795
9938
  *
9796
9939
  * Fires event {@link #event:press press} to attached listeners.
9797
9940
  *
@@ -9804,10 +9947,9 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
9804
9947
  mParameters?: object
9805
9948
  ): this;
9806
9949
  /**
9807
- * @SINCE 1.60.0
9950
+ * @since 1.60.0
9808
9951
  *
9809
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
9810
- * ariaLabelledBy}.
9952
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
9811
9953
  */
9812
9954
  getAriaLabelledBy(): ID[];
9813
9955
  /**
@@ -9837,7 +9979,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
9837
9979
  */
9838
9980
  getHeight(): CSSSize;
9839
9981
  /**
9840
- * @SINCE 1.84
9982
+ * @since 1.84
9841
9983
  *
9842
9984
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
9843
9985
  *
@@ -10032,8 +10174,8 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10032
10174
  */
10033
10175
  getWidth(): CSSSize;
10034
10176
  /**
10035
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartLine` in the aggregation {@link #getLines
10036
- * lines}. and returns its index if found or -1 otherwise.
10177
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartLine` in the aggregation {@link #getLines lines}.
10178
+ * and returns its index if found or -1 otherwise.
10037
10179
  *
10038
10180
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
10039
10181
  */
@@ -10044,8 +10186,8 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10044
10186
  oLine: LineMicroChartLine
10045
10187
  ): int;
10046
10188
  /**
10047
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints
10048
- * points}. and returns its index if found or -1 otherwise.
10189
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints points}.
10190
+ * and returns its index if found or -1 otherwise.
10049
10191
  *
10050
10192
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
10051
10193
  */
@@ -10090,7 +10232,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10090
10232
  iIndex: int
10091
10233
  ): this;
10092
10234
  /**
10093
- * @SINCE 1.60.0
10235
+ * @since 1.60.0
10094
10236
  *
10095
10237
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10096
10238
  *
@@ -10114,7 +10256,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10114
10256
  */
10115
10257
  removeAllPoints(): LineMicroChartPoint[];
10116
10258
  /**
10117
- * @SINCE 1.60.0
10259
+ * @since 1.60.0
10118
10260
  *
10119
10261
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10120
10262
  *
@@ -10189,7 +10331,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10189
10331
  sHeight: CSSSize
10190
10332
  ): this;
10191
10333
  /**
10192
- * @SINCE 1.84
10334
+ * @since 1.84
10193
10335
  *
10194
10336
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
10195
10337
  *
@@ -10627,7 +10769,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10627
10769
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
10628
10770
 
10629
10771
  /**
10630
- * @SINCE 1.84
10772
+ * @since 1.84
10631
10773
  *
10632
10774
  * If this is set to True, the control will be hidden in 'No data' scenario.
10633
10775
  */
@@ -10657,7 +10799,7 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10657
10799
  | `{${string}}`;
10658
10800
 
10659
10801
  /**
10660
- * @SINCE 1.60.0
10802
+ * @since 1.60.0
10661
10803
  *
10662
10804
  * Controls or IDs that label this control. Can be used by screen reader software.
10663
10805
  */
@@ -10668,6 +10810,16 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10668
10810
  */
10669
10811
  press?: (oEvent: Event) => void;
10670
10812
  }
10813
+
10814
+ export interface LineMicroChart$PressEventParameters {}
10815
+
10816
+ /**
10817
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'LineMicroChart$PressEventParameters'
10818
+ * in 1.115.1 and any later releases.
10819
+ */
10820
+ export type $LineMicroChartPressEventParameters = LineMicroChart$PressEventParameters;
10821
+
10822
+ export type LineMicroChart$PressEvent = Event<LineMicroChart$PressEventParameters>;
10671
10823
  }
10672
10824
 
10673
10825
  declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
@@ -10683,7 +10835,7 @@ declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
10683
10835
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
10684
10836
 
10685
10837
  /**
10686
- * @SINCE 1.48.0
10838
+ * @since 1.48.0
10687
10839
  *
10688
10840
  * Contains the emphasized point of the line micro chart.
10689
10841
  */
@@ -10839,7 +10991,7 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
10839
10991
  import { LineType } from "sap/suite/ui/microchart/library";
10840
10992
 
10841
10993
  /**
10842
- * @SINCE 1.60
10994
+ * @since 1.60
10843
10995
  *
10844
10996
  * The container containing all the points of the line.
10845
10997
  */
@@ -10939,14 +11091,14 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
10939
11091
  * Gets current value of property {@link #getColor color}.
10940
11092
  *
10941
11093
  * Defines the color of the chart.
10942
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
11094
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
10943
11095
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
10944
11096
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
10945
11097
  *
10946
11098
  *
10947
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
11099
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
10948
11100
  * in case it is set.
10949
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
11101
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
10950
11102
  * is used instead.
10951
11103
  *
10952
11104
  * @returns Value of property `color`
@@ -10960,8 +11112,8 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
10960
11112
  *
10961
11113
  * **Note:** Points can be bound without template/factory method.
10962
11114
  * This approach is more efficient when many points are used, because no new objects will be created for
10963
- * them and only their representation in the model will be kept. See the {@link https://ui5.sap.com/#/sample/sap.suite.ui.microchart.sample.LineMicroChartBinding/preview
10964
- * samples}.
11115
+ * them and only their representation in the model will be kept. See the {@link https://ui5.sap.com/#/sample/sap.suite.ui.microchart.sample.LineMicroChartBinding/preview samples}.
11116
+ *
10965
11117
  * To use emphasized points, the `emphasized` property has to be set in the model of the point and can be
10966
11118
  * used together with the properties `show` and `color`, as shown in the sample. When this binding method
10967
11119
  * is used, the #getPoints method will always return an empty array.
@@ -10975,9 +11127,9 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
10975
11127
  * If this property is set to `true`, the points in the `points` aggregation are shown.
10976
11128
  *
10977
11129
  *
10978
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
11130
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
10979
11131
  * in case it is set.
10980
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
11132
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
10981
11133
  * is used instead.
10982
11134
  *
10983
11135
  * @returns Value of property `showPoints`
@@ -10994,8 +11146,8 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
10994
11146
  */
10995
11147
  getType(): LineType | keyof typeof LineType;
10996
11148
  /**
10997
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints
10998
- * points}. and returns its index if found or -1 otherwise.
11149
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints points}.
11150
+ * and returns its index if found or -1 otherwise.
10999
11151
  *
11000
11152
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11001
11153
  */
@@ -11045,14 +11197,14 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
11045
11197
  * Sets a new value for property {@link #getColor color}.
11046
11198
  *
11047
11199
  * Defines the color of the chart.
11048
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
11200
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
11049
11201
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
11050
11202
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
11051
11203
  *
11052
11204
  *
11053
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
11205
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
11054
11206
  * in case it is set.
11055
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
11207
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
11056
11208
  * is used instead.
11057
11209
  *
11058
11210
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -11073,9 +11225,9 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
11073
11225
  * If this property is set to `true`, the points in the `points` aggregation are shown.
11074
11226
  *
11075
11227
  *
11076
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
11228
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
11077
11229
  * in case it is set.
11078
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
11230
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
11079
11231
  * is used instead.
11080
11232
  *
11081
11233
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -11116,14 +11268,14 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
11116
11268
  export interface $LineMicroChartLineSettings extends $ElementSettings {
11117
11269
  /**
11118
11270
  * Defines the color of the chart.
11119
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
11271
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
11120
11272
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
11121
11273
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
11122
11274
  *
11123
11275
  *
11124
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
11276
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
11125
11277
  * in case it is set.
11126
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
11278
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
11127
11279
  * is used instead.
11128
11280
  */
11129
11281
  color?: any | PropertyBindingInfo | `{${string}}`;
@@ -11134,9 +11286,9 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
11134
11286
  * If this property is set to `true`, the points in the `points` aggregation are shown.
11135
11287
  *
11136
11288
  *
11137
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
11289
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
11138
11290
  * in case it is set.
11139
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
11291
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
11140
11292
  * is used instead.
11141
11293
  */
11142
11294
  showPoints?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -11155,8 +11307,8 @@ declare module "sap/suite/ui/microchart/LineMicroChartLine" {
11155
11307
  *
11156
11308
  * **Note:** Points can be bound without template/factory method.
11157
11309
  * This approach is more efficient when many points are used, because no new objects will be created for
11158
- * them and only their representation in the model will be kept. See the {@link https://ui5.sap.com/#/sample/sap.suite.ui.microchart.sample.LineMicroChartBinding/preview
11159
- * samples}.
11310
+ * them and only their representation in the model will be kept. See the {@link https://ui5.sap.com/#/sample/sap.suite.ui.microchart.sample.LineMicroChartBinding/preview samples}.
11311
+ *
11160
11312
  * To use emphasized points, the `emphasized` property has to be set in the model of the point and can be
11161
11313
  * used together with the properties `show` and `color`, as shown in the sample. When this binding method
11162
11314
  * is used, the #getPoints method will always return an empty array.
@@ -11177,7 +11329,7 @@ declare module "sap/suite/ui/microchart/LineMicroChartPoint" {
11177
11329
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
11178
11330
 
11179
11331
  /**
11180
- * @SINCE 1.48.0
11332
+ * @since 1.48.0
11181
11333
  *
11182
11334
  * Contains the point of the line micro chart.
11183
11335
  */
@@ -11327,7 +11479,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11327
11479
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
11328
11480
 
11329
11481
  /**
11330
- * @SINCE 1.36.0
11482
+ * @since 1.36.0
11331
11483
  *
11332
11484
  * Displays a ring chart highlighting a current status. The status is displayed with a semantically colored
11333
11485
  * radial bar and a percentage value.
@@ -11376,7 +11528,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11376
11528
  */
11377
11529
  static getMetadata(): ElementMetadata;
11378
11530
  /**
11379
- * @SINCE 1.60.0
11531
+ * @since 1.60.0
11380
11532
  *
11381
11533
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
11382
11534
  *
@@ -11453,7 +11605,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11453
11605
  oListener?: object
11454
11606
  ): this;
11455
11607
  /**
11456
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11608
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11457
11609
  *
11458
11610
  * Fires event {@link #event:press press} to attached listeners.
11459
11611
  *
@@ -11466,7 +11618,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11466
11618
  mParameters?: object
11467
11619
  ): this;
11468
11620
  /**
11469
- * @SINCE 1.62.0
11621
+ * @since 1.62.0
11470
11622
  *
11471
11623
  * Gets current value of property {@link #getAlignContent alignContent}.
11472
11624
  *
@@ -11480,10 +11632,9 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11480
11632
  | HorizontalAlignmentType
11481
11633
  | keyof typeof HorizontalAlignmentType;
11482
11634
  /**
11483
- * @SINCE 1.60.0
11635
+ * @since 1.60.0
11484
11636
  *
11485
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
11486
- * ariaLabelledBy}.
11637
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
11487
11638
  */
11488
11639
  getAriaLabelledBy(): ID[];
11489
11640
  /**
@@ -11495,7 +11646,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11495
11646
  */
11496
11647
  getFraction(): float;
11497
11648
  /**
11498
- * @SINCE 1.62.0
11649
+ * @since 1.62.0
11499
11650
  *
11500
11651
  * Gets current value of property {@link #getHeight height}.
11501
11652
  *
@@ -11505,7 +11656,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11505
11656
  */
11506
11657
  getHeight(): CSSSize;
11507
11658
  /**
11508
- * @SINCE 1.84
11659
+ * @since 1.84
11509
11660
  *
11510
11661
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
11511
11662
  *
@@ -11525,7 +11676,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11525
11676
  */
11526
11677
  getPercentage(): float;
11527
11678
  /**
11528
- * @SINCE 1.44.0
11679
+ * @since 1.44.0
11529
11680
  *
11530
11681
  * Gets current value of property {@link #getSize size}.
11531
11682
  *
@@ -11555,7 +11706,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11555
11706
  */
11556
11707
  getValueColor(): ValueCSSColor;
11557
11708
  /**
11558
- * @SINCE 1.62.0
11709
+ * @since 1.62.0
11559
11710
  *
11560
11711
  * Gets current value of property {@link #getWidth width}.
11561
11712
  *
@@ -11565,7 +11716,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11565
11716
  */
11566
11717
  getWidth(): CSSSize;
11567
11718
  /**
11568
- * @SINCE 1.60.0
11719
+ * @since 1.60.0
11569
11720
  *
11570
11721
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
11571
11722
  *
@@ -11573,7 +11724,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11573
11724
  */
11574
11725
  removeAllAriaLabelledBy(): ID[];
11575
11726
  /**
11576
- * @SINCE 1.60.0
11727
+ * @since 1.60.0
11577
11728
  *
11578
11729
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
11579
11730
  *
@@ -11586,7 +11737,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11586
11737
  vAriaLabelledBy: int | ID | Control
11587
11738
  ): ID | null;
11588
11739
  /**
11589
- * @SINCE 1.62.0
11740
+ * @since 1.62.0
11590
11741
  *
11591
11742
  * Sets a new value for property {@link #getAlignContent alignContent}.
11592
11743
  *
@@ -11622,7 +11773,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11622
11773
  fFraction?: float
11623
11774
  ): this;
11624
11775
  /**
11625
- * @SINCE 1.62.0
11776
+ * @since 1.62.0
11626
11777
  *
11627
11778
  * Sets a new value for property {@link #getHeight height}.
11628
11779
  *
@@ -11639,7 +11790,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11639
11790
  sHeight: CSSSize
11640
11791
  ): this;
11641
11792
  /**
11642
- * @SINCE 1.84
11793
+ * @since 1.84
11643
11794
  *
11644
11795
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
11645
11796
  *
@@ -11673,7 +11824,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11673
11824
  fPercentage?: float
11674
11825
  ): this;
11675
11826
  /**
11676
- * @SINCE 1.44.0
11827
+ * @since 1.44.0
11677
11828
  *
11678
11829
  * Sets a new value for property {@link #getSize size}.
11679
11830
  *
@@ -11724,7 +11875,7 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11724
11875
  sValueColor?: ValueCSSColor
11725
11876
  ): this;
11726
11877
  /**
11727
- * @SINCE 1.62.0
11878
+ * @since 1.62.0
11728
11879
  *
11729
11880
  * Sets a new value for property {@link #getWidth width}.
11730
11881
  *
@@ -11764,28 +11915,28 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11764
11915
  valueColor?: ValueCSSColor | PropertyBindingInfo | `{${string}}`;
11765
11916
 
11766
11917
  /**
11767
- * @SINCE 1.44.0
11918
+ * @since 1.44.0
11768
11919
  *
11769
11920
  * The size of the chart. If it is not set, the Auto size is used.
11770
11921
  */
11771
11922
  size?: (Size | keyof typeof Size) | PropertyBindingInfo | `{${string}}`;
11772
11923
 
11773
11924
  /**
11774
- * @SINCE 1.62.0
11925
+ * @since 1.62.0
11775
11926
  *
11776
11927
  * The width of the chart. Overrides the width specified in the `size` property.
11777
11928
  */
11778
11929
  width?: CSSSize | PropertyBindingInfo | `{${string}}`;
11779
11930
 
11780
11931
  /**
11781
- * @SINCE 1.62.0
11932
+ * @since 1.62.0
11782
11933
  *
11783
11934
  * The height of the chart. Overrides the height specified in the `size` property.
11784
11935
  */
11785
11936
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
11786
11937
 
11787
11938
  /**
11788
- * @SINCE 1.62.0
11939
+ * @since 1.62.0
11789
11940
  *
11790
11941
  * The alignment of the content. If it is not set, the `Left` alignment type is used.
11791
11942
  */
@@ -11795,14 +11946,14 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11795
11946
  | `{${string}}`;
11796
11947
 
11797
11948
  /**
11798
- * @SINCE 1.84
11949
+ * @since 1.84
11799
11950
  *
11800
11951
  * If this is set to True, the control will be hidden in 'No data' scenario.
11801
11952
  */
11802
11953
  hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
11803
11954
 
11804
11955
  /**
11805
- * @SINCE 1.60.0
11956
+ * @since 1.60.0
11806
11957
  *
11807
11958
  * Controls or IDs that label this control. Can be used by screen reader software.
11808
11959
  */
@@ -11813,6 +11964,16 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11813
11964
  */
11814
11965
  press?: (oEvent: Event) => void;
11815
11966
  }
11967
+
11968
+ export interface RadialMicroChart$PressEventParameters {}
11969
+
11970
+ /**
11971
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RadialMicroChart$PressEventParameters'
11972
+ * in 1.115.1 and any later releases.
11973
+ */
11974
+ export type $RadialMicroChartPressEventParameters = RadialMicroChart$PressEventParameters;
11975
+
11976
+ export type RadialMicroChart$PressEvent = Event<RadialMicroChart$PressEventParameters>;
11816
11977
  }
11817
11978
 
11818
11979
  declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
@@ -11834,7 +11995,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
11834
11995
  import { Size } from "sap/m/library";
11835
11996
 
11836
11997
  /**
11837
- * @SINCE 1.44.0
11998
+ * @since 1.44.0
11838
11999
  *
11839
12000
  * Illustrates values as stacked and colored bar charts displaying numeric values (as absolute values or
11840
12001
  * percentages) inside the bars.
@@ -11906,7 +12067,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
11906
12067
  */
11907
12068
  static getMetadata(): ElementMetadata;
11908
12069
  /**
11909
- * @SINCE 1.60.0
12070
+ * @since 1.60.0
11910
12071
  *
11911
12072
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
11912
12073
  *
@@ -12014,7 +12175,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12014
12175
  oListener?: object
12015
12176
  ): this;
12016
12177
  /**
12017
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12178
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12018
12179
  *
12019
12180
  * Fires event {@link #event:press press} to attached listeners.
12020
12181
  *
@@ -12027,10 +12188,9 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12027
12188
  mParameters?: object
12028
12189
  ): this;
12029
12190
  /**
12030
- * @SINCE 1.60.0
12191
+ * @since 1.60.0
12031
12192
  *
12032
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
12033
- * ariaLabelledBy}.
12193
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
12034
12194
  */
12035
12195
  getAriaLabelledBy(): ID[];
12036
12196
  /**
@@ -12040,7 +12200,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12040
12200
  */
12041
12201
  getBars(): StackedBarMicroChartBar[];
12042
12202
  /**
12043
- * @SINCE 1.76
12203
+ * @since 1.76
12044
12204
  *
12045
12205
  * Gets current value of property {@link #getDisplayZeroValue displayZeroValue}.
12046
12206
  *
@@ -12061,7 +12221,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12061
12221
  */
12062
12222
  getHeight(): CSSSize;
12063
12223
  /**
12064
- * @SINCE 1.84
12224
+ * @since 1.84
12065
12225
  *
12066
12226
  * Gets current value of property {@link #getHideOnNoData hideOnNoData}.
12067
12227
  *
@@ -12127,8 +12287,8 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12127
12287
  */
12128
12288
  getWidth(): CSSSize;
12129
12289
  /**
12130
- * Checks for the provided `sap.suite.ui.microchart.StackedBarMicroChartBar` in the aggregation {@link #getBars
12131
- * bars}. and returns its index if found or -1 otherwise.
12290
+ * Checks for the provided `sap.suite.ui.microchart.StackedBarMicroChartBar` in the aggregation {@link #getBars bars}.
12291
+ * and returns its index if found or -1 otherwise.
12132
12292
  *
12133
12293
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
12134
12294
  */
@@ -12156,7 +12316,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12156
12316
  iIndex: int
12157
12317
  ): this;
12158
12318
  /**
12159
- * @SINCE 1.60.0
12319
+ * @since 1.60.0
12160
12320
  *
12161
12321
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
12162
12322
  *
@@ -12172,7 +12332,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12172
12332
  */
12173
12333
  removeAllBars(): StackedBarMicroChartBar[];
12174
12334
  /**
12175
- * @SINCE 1.60.0
12335
+ * @since 1.60.0
12176
12336
  *
12177
12337
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
12178
12338
  *
@@ -12196,7 +12356,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12196
12356
  vBar: int | string | StackedBarMicroChartBar
12197
12357
  ): StackedBarMicroChartBar | null;
12198
12358
  /**
12199
- * @SINCE 1.76
12359
+ * @since 1.76
12200
12360
  *
12201
12361
  * Sets a new value for property {@link #getDisplayZeroValue displayZeroValue}.
12202
12362
  *
@@ -12231,7 +12391,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12231
12391
  sHeight: CSSSize
12232
12392
  ): this;
12233
12393
  /**
12234
- * @SINCE 1.84
12394
+ * @since 1.84
12235
12395
  *
12236
12396
  * Sets a new value for property {@link #getHideOnNoData hideOnNoData}.
12237
12397
  *
@@ -12370,7 +12530,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12370
12530
  precision?: int | PropertyBindingInfo | `{${string}}`;
12371
12531
 
12372
12532
  /**
12373
- * @SINCE 1.76
12533
+ * @since 1.76
12374
12534
  *
12375
12535
  * Defines whether stacked bars with zero value should be rendered. The default is `true` where these zero
12376
12536
  * value stacked bars are rendered with a minimum width of 0.25rem.
@@ -12394,7 +12554,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12394
12554
  showLabels?: boolean | PropertyBindingInfo | `{${string}}`;
12395
12555
 
12396
12556
  /**
12397
- * @SINCE 1.84
12557
+ * @since 1.84
12398
12558
  *
12399
12559
  * If this is set to True, the control will be hidden in 'No data' scenario.
12400
12560
  */
@@ -12410,7 +12570,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12410
12570
  | `{${string}}`;
12411
12571
 
12412
12572
  /**
12413
- * @SINCE 1.60.0
12573
+ * @since 1.60.0
12414
12574
  *
12415
12575
  * Controls or IDs that label this control. Can be used by screen reader software.
12416
12576
  */
@@ -12421,6 +12581,16 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12421
12581
  */
12422
12582
  press?: (oEvent: Event) => void;
12423
12583
  }
12584
+
12585
+ export interface StackedBarMicroChart$PressEventParameters {}
12586
+
12587
+ /**
12588
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedBarMicroChart$PressEventParameters'
12589
+ * in 1.115.1 and any later releases.
12590
+ */
12591
+ export type $StackedBarMicroChartPressEventParameters = StackedBarMicroChart$PressEventParameters;
12592
+
12593
+ export type StackedBarMicroChart$PressEvent = Event<StackedBarMicroChart$PressEventParameters>;
12424
12594
  }
12425
12595
 
12426
12596
  declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
@@ -12433,7 +12603,7 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
12433
12603
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
12434
12604
 
12435
12605
  /**
12436
- * @SINCE 1.44.0
12606
+ * @since 1.44.0
12437
12607
  *
12438
12608
  * Contains the values of the stacked bar chart.
12439
12609
  */