@sapui5/ts-types 1.114.0 → 1.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +2 -2
  3. package/types/sap.ca.ui.d.ts +135 -67
  4. package/types/sap.chart.d.ts +154 -125
  5. package/types/sap.collaboration.d.ts +80 -78
  6. package/types/sap.esh.search.ui.d.ts +93 -1
  7. package/types/sap.f.d.ts +1331 -950
  8. package/types/sap.fe.core.d.ts +38 -152
  9. package/types/sap.fe.macros.d.ts +53 -7
  10. package/types/sap.fe.navigation.d.ts +34 -27
  11. package/types/sap.fe.templates.d.ts +8 -275
  12. package/types/sap.fe.test.d.ts +4 -10
  13. package/types/sap.feedback.ui.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +1716 -1087
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +35 -9
  17. package/types/sap.m.d.ts +7228 -4499
  18. package/types/sap.makit.d.ts +17 -5
  19. package/types/sap.me.d.ts +122 -63
  20. package/types/sap.ndc.d.ts +99 -39
  21. package/types/sap.ovp.d.ts +1 -2
  22. package/types/sap.rules.ui.d.ts +43 -19
  23. package/types/sap.sac.df.d.ts +3 -3
  24. package/types/sap.suite.ui.commons.d.ts +2056 -1282
  25. package/types/sap.suite.ui.generic.template.d.ts +29 -40
  26. package/types/sap.suite.ui.microchart.d.ts +188 -136
  27. package/types/sap.tnt.d.ts +134 -54
  28. package/types/sap.ui.codeeditor.d.ts +51 -29
  29. package/types/sap.ui.commons.d.ts +1017 -599
  30. package/types/sap.ui.comp.d.ts +2370 -1523
  31. package/types/sap.ui.core.d.ts +4086 -2346
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +32 -29
  34. package/types/sap.ui.fl.d.ts +123 -80
  35. package/types/sap.ui.generic.app.d.ts +40 -39
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +241 -163
  38. package/types/sap.ui.layout.d.ts +312 -355
  39. package/types/sap.ui.mdc.d.ts +21827 -6
  40. package/types/sap.ui.richtexteditor.d.ts +61 -49
  41. package/types/sap.ui.rta.d.ts +1 -2
  42. package/types/sap.ui.suite.d.ts +9 -9
  43. package/types/sap.ui.support.d.ts +5 -7
  44. package/types/sap.ui.table.d.ts +678 -452
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +925 -593
  47. package/types/sap.ui.ux3.d.ts +1038 -549
  48. package/types/sap.ui.vbm.d.ts +1262 -710
  49. package/types/sap.ui.vk.d.ts +2981 -1751
  50. package/types/sap.ui.vtm.d.ts +704 -457
  51. package/types/sap.ui.webc.common.d.ts +1 -1
  52. package/types/sap.ui.webc.fiori.d.ts +532 -301
  53. package/types/sap.ui.webc.main.d.ts +1222 -720
  54. package/types/sap.uiext.inbox.d.ts +47 -24
  55. package/types/sap.ushell.d.ts +359 -173
  56. package/types/sap.ushell_abap.d.ts +1 -1
  57. package/types/sap.uxap.d.ts +287 -199
  58. package/types/sap.viz.d.ts +678 -391
  59. package/types/sap.webanalytics.core.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +5 -5
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.d.ts +147 -81
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -632,7 +632,7 @@ declare namespace sap {
632
632
  label?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
633
633
 
634
634
  /**
635
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
635
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
636
636
  * `allowColumnLabels`.
637
637
  */
638
638
  displayValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -1010,7 +1010,7 @@ declare namespace sap {
1010
1010
  /**
1011
1011
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
1012
1012
  *
1013
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
1013
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
1014
1014
  * is ignored.
1015
1015
  */
1016
1016
  colorPalette?:
@@ -1218,7 +1218,9 @@ declare namespace sap {
1218
1218
  /**
1219
1219
  * Event is fired when user has selected or deselected a bar.
1220
1220
  */
1221
- selectionChanged?: (oEvent: sap.ui.base.Event) => void;
1221
+ selectionChanged?: (
1222
+ oEvent: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
1223
+ ) => void;
1222
1224
 
1223
1225
  /**
1224
1226
  * The event is fired when the user presses the chart while its bars are not selectable in non-interactive
@@ -1323,7 +1325,9 @@ declare namespace sap {
1323
1325
  /**
1324
1326
  * Event is fired when a user has selected or deselected a segment or a legend entry.
1325
1327
  */
1326
- selectionChanged?: (oEvent: sap.ui.base.Event) => void;
1328
+ selectionChanged?: (
1329
+ oEvent: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveDonutChartSelectionChangedEventParameters>
1330
+ ) => void;
1327
1331
 
1328
1332
  /**
1329
1333
  * The event is fired when the user presses the chart while its segments are not selectable in non-interactive
@@ -1446,7 +1450,9 @@ declare namespace sap {
1446
1450
  /**
1447
1451
  * Event is fired when a user has selected or deselected a point.
1448
1452
  */
1449
- selectionChanged?: (oEvent: sap.ui.base.Event) => void;
1453
+ selectionChanged?: (
1454
+ oEvent: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveLineChartSelectionChangedEventParameters>
1455
+ ) => void;
1450
1456
 
1451
1457
  /**
1452
1458
  * The event is fired only in non-interactive mode when the user presses the chart; in this mode, the points
@@ -1745,14 +1751,14 @@ declare namespace sap {
1745
1751
  extends sap.ui.core.$ElementSettings {
1746
1752
  /**
1747
1753
  * Defines the color of the chart.
1748
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
1754
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
1749
1755
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
1750
1756
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
1751
1757
  *
1752
1758
  *
1753
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
1759
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
1754
1760
  * in case it is set.
1755
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
1761
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
1756
1762
  * is used instead.
1757
1763
  */
1758
1764
  color?:
@@ -1766,9 +1772,9 @@ declare namespace sap {
1766
1772
  * If this property is set to `true`, the points in the `points` aggregation are shown.
1767
1773
  *
1768
1774
  *
1769
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
1775
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
1770
1776
  * in case it is set.
1771
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
1777
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
1772
1778
  * is used instead.
1773
1779
  */
1774
1780
  showPoints?:
@@ -1790,8 +1796,8 @@ declare namespace sap {
1790
1796
  *
1791
1797
  * **Note:** Points can be bound without template/factory method.
1792
1798
  * This approach is more efficient when many points are used, because no new objects will be created for
1793
- * 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
1794
- * samples}.
1799
+ * 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}.
1800
+ *
1795
1801
  * To use emphasized points, the `emphasized` property has to be set in the model of the point and can be
1796
1802
  * used together with the properties `show` and `color`, as shown in the sample. When this binding method
1797
1803
  * is used, the #getPoints method will always return an empty array.
@@ -2044,6 +2050,85 @@ declare namespace sap {
2044
2050
  displayValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2045
2051
  }
2046
2052
 
2053
+ interface $AreaMicroChartPressEventParameters {}
2054
+
2055
+ interface $BulletMicroChartPressEventParameters {}
2056
+
2057
+ interface $ColumnMicroChartPressEventParameters {}
2058
+
2059
+ interface $ColumnMicroChartDataPressEventParameters {}
2060
+
2061
+ interface $ComparisonMicroChartPressEventParameters {}
2062
+
2063
+ interface $ComparisonMicroChartDataPressEventParameters {}
2064
+
2065
+ interface $DeltaMicroChartPressEventParameters {}
2066
+
2067
+ interface $HarveyBallMicroChartPressEventParameters {}
2068
+
2069
+ interface $InteractiveBarChartPressEventParameters {}
2070
+
2071
+ interface $InteractiveBarChartSelectionChangedEventParameters {
2072
+ /**
2073
+ * All bars which are in selected state.
2074
+ */
2075
+ selectedBars?: sap.suite.ui.microchart.InteractiveBarChartBar[];
2076
+
2077
+ /**
2078
+ * The bar being selected or deselected.
2079
+ */
2080
+ bar?: sap.suite.ui.microchart.InteractiveBarChartBar;
2081
+
2082
+ /**
2083
+ * The selection state of the bar being selected or deselected.
2084
+ */
2085
+ selected?: boolean;
2086
+ }
2087
+
2088
+ interface $InteractiveDonutChartPressEventParameters {}
2089
+
2090
+ interface $InteractiveDonutChartSelectionChangedEventParameters {
2091
+ /**
2092
+ * Contains all selected segments.
2093
+ */
2094
+ selectedSegments?: sap.suite.ui.microchart.InteractiveDonutChartSegment[];
2095
+
2096
+ /**
2097
+ * The segment whose selection state has changed.
2098
+ */
2099
+ segment?: sap.suite.ui.microchart.InteractiveDonutChartSegment;
2100
+
2101
+ /**
2102
+ * Indicates whether the segment "segment" is selected or not.
2103
+ */
2104
+ selected?: boolean;
2105
+ }
2106
+
2107
+ interface $InteractiveLineChartPressEventParameters {}
2108
+
2109
+ interface $InteractiveLineChartSelectionChangedEventParameters {
2110
+ /**
2111
+ * All points which are in selected state.
2112
+ */
2113
+ selectedPoints?: sap.suite.ui.microchart.InteractiveLineChartPoint[];
2114
+
2115
+ /**
2116
+ * The point which is pressed.
2117
+ */
2118
+ point?: sap.suite.ui.microchart.InteractiveLineChartPoint;
2119
+
2120
+ /**
2121
+ * The selection state of the point which is pressed.
2122
+ */
2123
+ selected?: boolean;
2124
+ }
2125
+
2126
+ interface $LineMicroChartPressEventParameters {}
2127
+
2128
+ interface $RadialMicroChartPressEventParameters {}
2129
+
2130
+ interface $StackedBarMicroChartPressEventParameters {}
2131
+
2047
2132
  /**
2048
2133
  * @SINCE 1.34
2049
2134
  *
@@ -2353,8 +2438,7 @@ declare namespace sap {
2353
2438
  /**
2354
2439
  * @SINCE 1.60.0
2355
2440
  *
2356
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
2357
- * ariaLabelledBy}.
2441
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
2358
2442
  */
2359
2443
  getAriaLabelledBy(): sap.ui.core.ID[];
2360
2444
  /**
@@ -2562,8 +2646,8 @@ declare namespace sap {
2562
2646
  */
2563
2647
  getWidth(): sap.ui.core.CSSSize;
2564
2648
  /**
2565
- * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartItem` in the aggregation {@link #getLines
2566
- * lines}. and returns its index if found or -1 otherwise.
2649
+ * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartItem` in the aggregation {@link #getLines lines}.
2650
+ * and returns its index if found or -1 otherwise.
2567
2651
  *
2568
2652
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2569
2653
  */
@@ -3100,8 +3184,8 @@ declare namespace sap {
3100
3184
  */
3101
3185
  getTitle(): string;
3102
3186
  /**
3103
- * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartPoint` in the aggregation {@link #getPoints
3104
- * points}. and returns its index if found or -1 otherwise.
3187
+ * Checks for the provided `sap.suite.ui.microchart.AreaMicroChartPoint` in the aggregation {@link #getPoints points}.
3188
+ * and returns its index if found or -1 otherwise.
3105
3189
  *
3106
3190
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3107
3191
  */
@@ -3674,8 +3758,7 @@ declare namespace sap {
3674
3758
  /**
3675
3759
  * @SINCE 1.60.0
3676
3760
  *
3677
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
3678
- * ariaLabelledBy}.
3761
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3679
3762
  */
3680
3763
  getAriaLabelledBy(): sap.ui.core.ID[];
3681
3764
  /**
@@ -3899,8 +3982,8 @@ declare namespace sap {
3899
3982
  */
3900
3983
  getWidth(): sap.ui.core.CSSSize;
3901
3984
  /**
3902
- * Checks for the provided `sap.suite.ui.microchart.BulletMicroChartData` in the aggregation {@link #getThresholds
3903
- * thresholds}. and returns its index if found or -1 otherwise.
3985
+ * Checks for the provided `sap.suite.ui.microchart.BulletMicroChartData` in the aggregation {@link #getThresholds thresholds}.
3986
+ * and returns its index if found or -1 otherwise.
3904
3987
  *
3905
3988
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
3906
3989
  */
@@ -4730,8 +4813,7 @@ declare namespace sap {
4730
4813
  /**
4731
4814
  * @SINCE 1.60.0
4732
4815
  *
4733
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
4734
- * ariaLabelledBy}.
4816
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
4735
4817
  */
4736
4818
  getAriaLabelledBy(): sap.ui.core.ID[];
4737
4819
  /**
@@ -4838,8 +4920,8 @@ declare namespace sap {
4838
4920
  */
4839
4921
  getWidth(): sap.ui.core.CSSSize;
4840
4922
  /**
4841
- * Checks for the provided `sap.suite.ui.microchart.ColumnMicroChartData` in the aggregation {@link #getColumns
4842
- * columns}. and returns its index if found or -1 otherwise.
4923
+ * Checks for the provided `sap.suite.ui.microchart.ColumnMicroChartData` in the aggregation {@link #getColumns columns}.
4924
+ * and returns its index if found or -1 otherwise.
4843
4925
  *
4844
4926
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
4845
4927
  */
@@ -5254,7 +5336,7 @@ declare namespace sap {
5254
5336
  /**
5255
5337
  * Gets current value of property {@link #getDisplayValue displayValue}.
5256
5338
  *
5257
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
5339
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
5258
5340
  * `allowColumnLabels`.
5259
5341
  *
5260
5342
  * @returns Value of property `displayValue`
@@ -5298,7 +5380,7 @@ declare namespace sap {
5298
5380
  /**
5299
5381
  * Sets a new value for property {@link #getDisplayValue displayValue}.
5300
5382
  *
5301
- * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart}
5383
+ * Overrides the value with a string that is shown when used in combination with {@link sap.suite.ui.microchart.ColumnMicroChart }
5302
5384
  * `allowColumnLabels`.
5303
5385
  *
5304
5386
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -5667,8 +5749,7 @@ declare namespace sap {
5667
5749
  /**
5668
5750
  * @SINCE 1.60.0
5669
5751
  *
5670
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
5671
- * ariaLabelledBy}.
5752
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
5672
5753
  */
5673
5754
  getAriaLabelledBy(): sap.ui.core.ID[];
5674
5755
  /**
@@ -5795,8 +5876,8 @@ declare namespace sap {
5795
5876
  */
5796
5877
  getWidth(): sap.ui.core.CSSSize;
5797
5878
  /**
5798
- * Checks for the provided `sap.suite.ui.microchart.ComparisonMicroChartData` in the aggregation {@link
5799
- * #getData data}. and returns its index if found or -1 otherwise.
5879
+ * Checks for the provided `sap.suite.ui.microchart.ComparisonMicroChartData` in the aggregation {@link #getData data}.
5880
+ * and returns its index if found or -1 otherwise.
5800
5881
  *
5801
5882
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
5802
5883
  */
@@ -6489,8 +6570,7 @@ declare namespace sap {
6489
6570
  /**
6490
6571
  * @SINCE 1.60.0
6491
6572
  *
6492
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
6493
- * ariaLabelledBy}.
6573
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6494
6574
  */
6495
6575
  getAriaLabelledBy(): sap.ui.core.ID[];
6496
6576
  /**
@@ -7089,8 +7169,7 @@ declare namespace sap {
7089
7169
  /**
7090
7170
  * @SINCE 1.60.0
7091
7171
  *
7092
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
7093
- * ariaLabelledBy}.
7172
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
7094
7173
  */
7095
7174
  getAriaLabelledBy(): sap.ui.core.ID[];
7096
7175
  /**
@@ -7098,7 +7177,7 @@ declare namespace sap {
7098
7177
  *
7099
7178
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
7100
7179
  *
7101
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
7180
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
7102
7181
  * is ignored.
7103
7182
  *
7104
7183
  * Default value is `[]`.
@@ -7224,8 +7303,8 @@ declare namespace sap {
7224
7303
  */
7225
7304
  getWidth(): sap.ui.core.CSSSize;
7226
7305
  /**
7227
- * Checks for the provided `sap.suite.ui.microchart.HarveyBallMicroChartItem` in the aggregation {@link
7228
- * #getItems items}. and returns its index if found or -1 otherwise.
7306
+ * Checks for the provided `sap.suite.ui.microchart.HarveyBallMicroChartItem` in the aggregation {@link #getItems items}.
7307
+ * and returns its index if found or -1 otherwise.
7229
7308
  *
7230
7309
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
7231
7310
  */
@@ -7319,7 +7398,7 @@ declare namespace sap {
7319
7398
  *
7320
7399
  * The color palette for the chart. Currently only a single color (first color in the array) is supported.
7321
7400
  *
7322
- * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem}
7401
+ * If this property is defined, the semantic color defined in the {@link sap.suite.ui.microchart.HarveyBallMicroChartItem }
7323
7402
  * is ignored.
7324
7403
  *
7325
7404
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -7902,7 +7981,9 @@ declare namespace sap {
7902
7981
  /**
7903
7982
  * The function to be called when the event occurs
7904
7983
  */
7905
- fnFunction: (p1: sap.ui.base.Event) => void,
7984
+ fnFunction: (
7985
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
7986
+ ) => void,
7906
7987
  /**
7907
7988
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
7908
7989
  * itself
@@ -7924,7 +8005,9 @@ declare namespace sap {
7924
8005
  /**
7925
8006
  * The function to be called when the event occurs
7926
8007
  */
7927
- fnFunction: (p1: sap.ui.base.Event) => void,
8008
+ fnFunction: (
8009
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
8010
+ ) => void,
7928
8011
  /**
7929
8012
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveBarChart`
7930
8013
  * itself
@@ -7980,7 +8063,9 @@ declare namespace sap {
7980
8063
  /**
7981
8064
  * The function to be called, when the event occurs
7982
8065
  */
7983
- fnFunction: (p1: sap.ui.base.Event) => void,
8066
+ fnFunction: (
8067
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters>
8068
+ ) => void,
7984
8069
  /**
7985
8070
  * Context object on which the given function had to be called
7986
8071
  */
@@ -8010,24 +8095,10 @@ declare namespace sap {
8010
8095
  /**
8011
8096
  * Parameters to pass along with the event
8012
8097
  */
8013
- mParameters?: {
8014
- /**
8015
- * All bars which are in selected state.
8016
- */
8017
- selectedBars?: sap.suite.ui.microchart.InteractiveBarChartBar[];
8018
- /**
8019
- * The bar being selected or deselected.
8020
- */
8021
- bar?: sap.suite.ui.microchart.InteractiveBarChartBar;
8022
- /**
8023
- * The selection state of the bar being selected or deselected.
8024
- */
8025
- selected?: boolean;
8026
- }
8027
- ): this;
8028
- /**
8029
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
8030
- * ariaLabelledBy}.
8098
+ mParameters?: sap.suite.ui.microchart.$InteractiveBarChartSelectionChangedEventParameters
8099
+ ): this;
8100
+ /**
8101
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
8031
8102
  */
8032
8103
  getAriaLabelledBy(): sap.ui.core.ID[];
8033
8104
  /**
@@ -8116,8 +8187,8 @@ declare namespace sap {
8116
8187
  */
8117
8188
  getShowError(): boolean;
8118
8189
  /**
8119
- * Checks for the provided `sap.suite.ui.microchart.InteractiveBarChartBar` in the aggregation {@link #getBars
8120
- * bars}. and returns its index if found or -1 otherwise.
8190
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveBarChartBar` in the aggregation {@link #getBars bars}.
8191
+ * and returns its index if found or -1 otherwise.
8121
8192
  *
8122
8193
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8123
8194
  */
@@ -8689,7 +8760,9 @@ declare namespace sap {
8689
8760
  /**
8690
8761
  * The function to be called when the event occurs
8691
8762
  */
8692
- fnFunction: (p1: sap.ui.base.Event) => void,
8763
+ fnFunction: (
8764
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveDonutChartSelectionChangedEventParameters>
8765
+ ) => void,
8693
8766
  /**
8694
8767
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
8695
8768
  * itself
@@ -8711,7 +8784,9 @@ declare namespace sap {
8711
8784
  /**
8712
8785
  * The function to be called when the event occurs
8713
8786
  */
8714
- fnFunction: (p1: sap.ui.base.Event) => void,
8787
+ fnFunction: (
8788
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveDonutChartSelectionChangedEventParameters>
8789
+ ) => void,
8715
8790
  /**
8716
8791
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveDonutChart`
8717
8792
  * itself
@@ -8767,7 +8842,9 @@ declare namespace sap {
8767
8842
  /**
8768
8843
  * The function to be called, when the event occurs
8769
8844
  */
8770
- fnFunction: (p1: sap.ui.base.Event) => void,
8845
+ fnFunction: (
8846
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveDonutChartSelectionChangedEventParameters>
8847
+ ) => void,
8771
8848
  /**
8772
8849
  * Context object on which the given function had to be called
8773
8850
  */
@@ -8797,24 +8874,10 @@ declare namespace sap {
8797
8874
  /**
8798
8875
  * Parameters to pass along with the event
8799
8876
  */
8800
- mParameters?: {
8801
- /**
8802
- * Contains all selected segments.
8803
- */
8804
- selectedSegments?: sap.suite.ui.microchart.InteractiveDonutChartSegment[];
8805
- /**
8806
- * The segment whose selection state has changed.
8807
- */
8808
- segment?: sap.suite.ui.microchart.InteractiveDonutChartSegment;
8809
- /**
8810
- * Indicates whether the segment "segment" is selected or not.
8811
- */
8812
- selected?: boolean;
8813
- }
8814
- ): this;
8815
- /**
8816
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
8817
- * ariaLabelledBy}.
8877
+ mParameters?: sap.suite.ui.microchart.$InteractiveDonutChartSelectionChangedEventParameters
8878
+ ): this;
8879
+ /**
8880
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
8818
8881
  */
8819
8882
  getAriaLabelledBy(): sap.ui.core.ID[];
8820
8883
  /**
@@ -8876,8 +8939,8 @@ declare namespace sap {
8876
8939
  */
8877
8940
  getShowError(): boolean;
8878
8941
  /**
8879
- * Checks for the provided `sap.suite.ui.microchart.InteractiveDonutChartSegment` in the aggregation {@link
8880
- * #getSegments segments}. and returns its index if found or -1 otherwise.
8942
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveDonutChartSegment` in the aggregation {@link #getSegments segments}.
8943
+ * and returns its index if found or -1 otherwise.
8881
8944
  *
8882
8945
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8883
8946
  */
@@ -9405,7 +9468,9 @@ declare namespace sap {
9405
9468
  /**
9406
9469
  * The function to be called when the event occurs
9407
9470
  */
9408
- fnFunction: (p1: sap.ui.base.Event) => void,
9471
+ fnFunction: (
9472
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveLineChartSelectionChangedEventParameters>
9473
+ ) => void,
9409
9474
  /**
9410
9475
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
9411
9476
  * itself
@@ -9427,7 +9492,9 @@ declare namespace sap {
9427
9492
  /**
9428
9493
  * The function to be called when the event occurs
9429
9494
  */
9430
- fnFunction: (p1: sap.ui.base.Event) => void,
9495
+ fnFunction: (
9496
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveLineChartSelectionChangedEventParameters>
9497
+ ) => void,
9431
9498
  /**
9432
9499
  * Context object to call the event handler with. Defaults to this `sap.suite.ui.microchart.InteractiveLineChart`
9433
9500
  * itself
@@ -9483,7 +9550,9 @@ declare namespace sap {
9483
9550
  /**
9484
9551
  * The function to be called, when the event occurs
9485
9552
  */
9486
- fnFunction: (p1: sap.ui.base.Event) => void,
9553
+ fnFunction: (
9554
+ p1: sap.ui.base.Event<sap.suite.ui.microchart.$InteractiveLineChartSelectionChangedEventParameters>
9555
+ ) => void,
9487
9556
  /**
9488
9557
  * Context object on which the given function had to be called
9489
9558
  */
@@ -9513,24 +9582,10 @@ declare namespace sap {
9513
9582
  /**
9514
9583
  * Parameters to pass along with the event
9515
9584
  */
9516
- mParameters?: {
9517
- /**
9518
- * All points which are in selected state.
9519
- */
9520
- selectedPoints?: sap.suite.ui.microchart.InteractiveLineChartPoint[];
9521
- /**
9522
- * The point which is pressed.
9523
- */
9524
- point?: sap.suite.ui.microchart.InteractiveLineChartPoint;
9525
- /**
9526
- * The selection state of the point which is pressed.
9527
- */
9528
- selected?: boolean;
9529
- }
9530
- ): this;
9531
- /**
9532
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
9533
- * ariaLabelledBy}.
9585
+ mParameters?: sap.suite.ui.microchart.$InteractiveLineChartSelectionChangedEventParameters
9586
+ ): this;
9587
+ /**
9588
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
9534
9589
  */
9535
9590
  getAriaLabelledBy(): sap.ui.core.ID[];
9536
9591
  /**
@@ -9614,8 +9669,8 @@ declare namespace sap {
9614
9669
  */
9615
9670
  getSucceedingPoint(): float;
9616
9671
  /**
9617
- * Checks for the provided `sap.suite.ui.microchart.InteractiveLineChartPoint` in the aggregation {@link
9618
- * #getPoints points}. and returns its index if found or -1 otherwise.
9672
+ * Checks for the provided `sap.suite.ui.microchart.InteractiveLineChartPoint` in the aggregation {@link #getPoints points}.
9673
+ * and returns its index if found or -1 otherwise.
9619
9674
  *
9620
9675
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
9621
9676
  */
@@ -10268,8 +10323,7 @@ declare namespace sap {
10268
10323
  /**
10269
10324
  * @SINCE 1.60.0
10270
10325
  *
10271
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
10272
- * ariaLabelledBy}.
10326
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
10273
10327
  */
10274
10328
  getAriaLabelledBy(): sap.ui.core.ID[];
10275
10329
  /**
@@ -10494,8 +10548,8 @@ declare namespace sap {
10494
10548
  */
10495
10549
  getWidth(): sap.ui.core.CSSSize;
10496
10550
  /**
10497
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartLine` in the aggregation {@link #getLines
10498
- * lines}. and returns its index if found or -1 otherwise.
10551
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartLine` in the aggregation {@link #getLines lines}.
10552
+ * and returns its index if found or -1 otherwise.
10499
10553
  *
10500
10554
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
10501
10555
  */
@@ -10506,8 +10560,8 @@ declare namespace sap {
10506
10560
  oLine: sap.suite.ui.microchart.LineMicroChartLine
10507
10561
  ): int;
10508
10562
  /**
10509
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints
10510
- * points}. and returns its index if found or -1 otherwise.
10563
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints points}.
10564
+ * and returns its index if found or -1 otherwise.
10511
10565
  *
10512
10566
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
10513
10567
  */
@@ -11200,14 +11254,14 @@ declare namespace sap {
11200
11254
  * Gets current value of property {@link #getColor color}.
11201
11255
  *
11202
11256
  * Defines the color of the chart.
11203
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
11257
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
11204
11258
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
11205
11259
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
11206
11260
  *
11207
11261
  *
11208
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
11262
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
11209
11263
  * in case it is set.
11210
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
11264
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
11211
11265
  * is used instead.
11212
11266
  *
11213
11267
  * @returns Value of property `color`
@@ -11221,8 +11275,8 @@ declare namespace sap {
11221
11275
  *
11222
11276
  * **Note:** Points can be bound without template/factory method.
11223
11277
  * This approach is more efficient when many points are used, because no new objects will be created for
11224
- * 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
11225
- * samples}.
11278
+ * 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}.
11279
+ *
11226
11280
  * To use emphasized points, the `emphasized` property has to be set in the model of the point and can be
11227
11281
  * used together with the properties `show` and `color`, as shown in the sample. When this binding method
11228
11282
  * is used, the #getPoints method will always return an empty array.
@@ -11236,9 +11290,9 @@ declare namespace sap {
11236
11290
  * If this property is set to `true`, the points in the `points` aggregation are shown.
11237
11291
  *
11238
11292
  *
11239
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
11293
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
11240
11294
  * in case it is set.
11241
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
11295
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
11242
11296
  * is used instead.
11243
11297
  *
11244
11298
  * @returns Value of property `showPoints`
@@ -11255,8 +11309,8 @@ declare namespace sap {
11255
11309
  */
11256
11310
  getType(): sap.suite.ui.microchart.LineType;
11257
11311
  /**
11258
- * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints
11259
- * points}. and returns its index if found or -1 otherwise.
11312
+ * Checks for the provided `sap.suite.ui.microchart.LineMicroChartPoint` in the aggregation {@link #getPoints points}.
11313
+ * and returns its index if found or -1 otherwise.
11260
11314
  *
11261
11315
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11262
11316
  */
@@ -11306,14 +11360,14 @@ declare namespace sap {
11306
11360
  * Sets a new value for property {@link #getColor color}.
11307
11361
  *
11308
11362
  * Defines the color of the chart.
11309
- * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral}
11363
+ * In conjunction with emphasized points, this property is only used if all points have the {@link sap.m.ValueColor.Neutral }
11310
11364
  * color. The color can be set as an {@link sap.m.ValueCSSColor} or as a plain object. It has the `above`
11311
11365
  * and `below` properties that determine the color of the graph above and below the threshold, respectively.
11312
11366
  *
11313
11367
  *
11314
- * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart}
11368
+ * This property has priority over the property `color` of {@link sap.suite.ui.microchart.LineMicroChart }
11315
11369
  * in case it is set.
11316
- * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart}
11370
+ * If this property is not defined, the value of the `color` property from the parent {@link sap.suite.ui.microchart.LineMicroChart }
11317
11371
  * is used instead.
11318
11372
  *
11319
11373
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -11334,9 +11388,9 @@ declare namespace sap {
11334
11388
  * If this property is set to `true`, the points in the `points` aggregation are shown.
11335
11389
  *
11336
11390
  *
11337
- * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart}
11391
+ * This property has priority over the property `showPoints` of {@link sap.suite.ui.microchart.LineMicroChart }
11338
11392
  * in case it is set.
11339
- * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart}
11393
+ * If this property is not defined, the `showPoints` property of the {@link sap.suite.ui.microchart.LineMicroChart }
11340
11394
  * is used instead.
11341
11395
  *
11342
11396
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -11654,8 +11708,7 @@ declare namespace sap {
11654
11708
  /**
11655
11709
  * @SINCE 1.60.0
11656
11710
  *
11657
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
11658
- * ariaLabelledBy}.
11711
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
11659
11712
  */
11660
11713
  getAriaLabelledBy(): sap.ui.core.ID[];
11661
11714
  /**
@@ -12110,8 +12163,7 @@ declare namespace sap {
12110
12163
  /**
12111
12164
  * @SINCE 1.60.0
12112
12165
  *
12113
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
12114
- * ariaLabelledBy}.
12166
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
12115
12167
  */
12116
12168
  getAriaLabelledBy(): sap.ui.core.ID[];
12117
12169
  /**
@@ -12208,8 +12260,8 @@ declare namespace sap {
12208
12260
  */
12209
12261
  getWidth(): sap.ui.core.CSSSize;
12210
12262
  /**
12211
- * Checks for the provided `sap.suite.ui.microchart.StackedBarMicroChartBar` in the aggregation {@link #getBars
12212
- * bars}. and returns its index if found or -1 otherwise.
12263
+ * Checks for the provided `sap.suite.ui.microchart.StackedBarMicroChartBar` in the aggregation {@link #getBars bars}.
12264
+ * and returns its index if found or -1 otherwise.
12213
12265
  *
12214
12266
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
12215
12267
  */