@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
  /**
@@ -225,9 +225,9 @@ declare namespace sap {
225
225
  | `{${string}}`;
226
226
 
227
227
  /**
228
- * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
229
- * category}, {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType
230
- * category2}. The default is {@link sap.chart.data.DimensionRoleType category}.
228
+ * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
229
+ * {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
230
+ * The default is {@link sap.chart.data.DimensionRoleType category}.
231
231
  *
232
232
  * You can create a new dimension as follow:
233
233
  * ```javascript
@@ -249,7 +249,7 @@ declare namespace sap {
249
249
  extends sap.chart.data.$DimensionSettings {
250
250
  /**
251
251
  * Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
252
- * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
252
+ * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
253
253
  * and refer to 'hierarchylevel' if you need current level after drilling
254
254
  */
255
255
  level?:
@@ -286,12 +286,12 @@ declare namespace sap {
286
286
  valueFormat?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
287
287
 
288
288
  /**
289
- * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
290
- * axis1}, {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and
291
- * {@link sap.chart.data.MeasureRoleType axis4}. The default is {@link sap.chart.data.MeasureRoleType axis1}.
292
- * They correspond to the well-known concepts of axis identifiers in the Cartesian coordinate system, e.g.
293
- * a Y-axis in a bar/column/line chart, an X- and a Y-axis in a scatter chart, or two Y-axes in bar charts,
294
- * and an optional third axis for the weight/size/intensity/temperature of a data point.
289
+ * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
290
+ * {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
291
+ * The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
292
+ * of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
293
+ * X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
294
+ * of a data point.
295
295
  *
296
296
  * You can create a new measure as follow:
297
297
  * ```javascript
@@ -312,7 +312,7 @@ declare namespace sap {
312
312
  * The semantics of the measure.
313
313
  *
314
314
  * **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
315
- * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
315
+ * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
316
316
  * for visible measure(s).
317
317
  *
318
318
  * **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
@@ -489,9 +489,9 @@ declare namespace sap {
489
489
  /**
490
490
  * Gets current value of property {@link #getRole role}.
491
491
  *
492
- * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
493
- * category}, {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType
494
- * category2}. The default is {@link sap.chart.data.DimensionRoleType category}.
492
+ * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
493
+ * {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
494
+ * The default is {@link sap.chart.data.DimensionRoleType category}.
495
495
  *
496
496
  * You can create a new dimension as follow:
497
497
  * ```javascript
@@ -588,9 +588,9 @@ declare namespace sap {
588
588
  /**
589
589
  * Sets a new value for property {@link #getRole role}.
590
590
  *
591
- * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType
592
- * category}, {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType
593
- * category2}. The default is {@link sap.chart.data.DimensionRoleType category}.
591
+ * How the Dimension will influence the chart layout. Possible values are {@link sap.chart.data.DimensionRoleType category},
592
+ * {@link sap.chart.data.DimensionRoleType series} or {@link sap.chart.data.DimensionRoleType category2}.
593
+ * The default is {@link sap.chart.data.DimensionRoleType category}.
594
594
  *
595
595
  * You can create a new dimension as follow:
596
596
  * ```javascript
@@ -724,7 +724,7 @@ declare namespace sap {
724
724
  * Gets current value of property {@link #getLevel level}.
725
725
  *
726
726
  * Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
727
- * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
727
+ * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
728
728
  * and refer to 'hierarchylevel' if you need current level after drilling
729
729
  *
730
730
  * Default value is `0`.
@@ -736,7 +736,7 @@ declare namespace sap {
736
736
  * Sets a new value for property {@link #getLevel level}.
737
737
  *
738
738
  * Level restriction to be applied to this hierarchy dimension. NOTE: Setting this property will cause initialization
739
- * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack}
739
+ * of drill stack. Getter of this property just returns level explicitly set by user, call {@link sap.chart.Chart#getDrillStack }
740
740
  * and refer to 'hierarchylevel' if you need current level after drilling
741
741
  *
742
742
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -864,12 +864,12 @@ declare namespace sap {
864
864
  /**
865
865
  * Gets current value of property {@link #getRole role}.
866
866
  *
867
- * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
868
- * axis1}, {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and
869
- * {@link sap.chart.data.MeasureRoleType axis4}. The default is {@link sap.chart.data.MeasureRoleType axis1}.
870
- * They correspond to the well-known concepts of axis identifiers in the Cartesian coordinate system, e.g.
871
- * a Y-axis in a bar/column/line chart, an X- and a Y-axis in a scatter chart, or two Y-axes in bar charts,
872
- * and an optional third axis for the weight/size/intensity/temperature of a data point.
867
+ * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
868
+ * {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
869
+ * The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
870
+ * of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
871
+ * X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
872
+ * of a data point.
873
873
  *
874
874
  * You can create a new measure as follow:
875
875
  * ```javascript
@@ -906,7 +906,7 @@ declare namespace sap {
906
906
  * The semantics of the measure.
907
907
  *
908
908
  * **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
909
- * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
909
+ * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
910
910
  * for visible measure(s).
911
911
  *
912
912
  * **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
@@ -990,12 +990,12 @@ declare namespace sap {
990
990
  /**
991
991
  * Sets a new value for property {@link #getRole role}.
992
992
  *
993
- * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType
994
- * axis1}, {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and
995
- * {@link sap.chart.data.MeasureRoleType axis4}. The default is {@link sap.chart.data.MeasureRoleType axis1}.
996
- * They correspond to the well-known concepts of axis identifiers in the Cartesian coordinate system, e.g.
997
- * a Y-axis in a bar/column/line chart, an X- and a Y-axis in a scatter chart, or two Y-axes in bar charts,
998
- * and an optional third axis for the weight/size/intensity/temperature of a data point.
993
+ * How values of Measure will be rendered in the chart. Possible role values are {@link sap.chart.data.MeasureRoleType axis1},
994
+ * {@link sap.chart.data.MeasureRoleType axis2}, {@link sap.chart.data.MeasureRoleType axis3}, and {@link sap.chart.data.MeasureRoleType axis4}.
995
+ * The default is {@link sap.chart.data.MeasureRoleType axis1}. They correspond to the well-known concepts
996
+ * of axis identifiers in the Cartesian coordinate system, e.g. a Y-axis in a bar/column/line chart, an
997
+ * X- and a Y-axis in a scatter chart, or two Y-axes in bar charts, and an optional third axis for the weight/size/intensity/temperature
998
+ * of a data point.
999
999
  *
1000
1000
  * You can create a new measure as follow:
1001
1001
  * ```javascript
@@ -1046,7 +1046,7 @@ declare namespace sap {
1046
1046
  * The semantics of the measure.
1047
1047
  *
1048
1048
  * **NOTE:** Dimension-based coloring (see {@link sap.chart.Chart#setColorings}) does not work when semantics
1049
- * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
1049
+ * is set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
1050
1050
  * for visible measure(s).
1051
1051
  *
1052
1052
  * **NOTE:** In Bullet chart measure defined as "Reference" maps to targetValues and "Projected" maps to
@@ -1292,16 +1292,16 @@ declare namespace sap {
1292
1292
  /**
1293
1293
  * General Rules for all chart types
1294
1294
  * - All measues with role "axis1" are assigned to feed uid "valueaxis". All measures with role "axis2"
1295
- * are assigned to feed uid "valueaxis2". All measures with role "axis3" are assigned to feed uid "bubbleWidth".
1295
+ * are assigned to feed uid "valueaxis2". All measures with role "axis3" are assigned to feed uid "bubbleWidth".
1296
1296
  *
1297
1297
  * - If a chart type does not use the feed uid "valueaxis2", then all measures with role "axis2" are treated
1298
- * as measures with role "axis1".
1298
+ * as measures with role "axis1".
1299
1299
  * - If a chart type requires at least 1 measure on the feed uid "valueaxis" (true for all non-"dual"
1300
- * chart types), but there is no measure with role "axis1", then the first measure with role "axis2" is
1301
- * assigned to feed uid "valueaxis"
1300
+ * chart types), but there is no measure with role "axis1", then the first measure with role "axis2" is
1301
+ * assigned to feed uid "valueaxis"
1302
1302
  * - If the chart type requires at least one measure on the feed uid "valueaxis2" (true for all "dual"
1303
- * chart types"), but there is no measure with role "axis2", then the first measure with role "axis3" or
1304
- * "axis4" or (if not exists) the last measure with role "axis1" is assigned to feed uid "valueaxis2".
1303
+ * chart types"), but there is no measure with role "axis2", then the first measure with role "axis3" or
1304
+ * "axis4" or (if not exists) the last measure with role "axis1" is assigned to feed uid "valueaxis2".
1305
1305
  */
1306
1306
  axis1 = "axis1",
1307
1307
  /**
@@ -1443,7 +1443,7 @@ declare namespace sap {
1443
1443
  * - Time charts did not enable pagination yet
1444
1444
  * - Series color might be inconsistent before/after jump pages
1445
1445
  * - OData V4 Model with relative binding is not supported in pagination Please refer to release
1446
- * notes for details.
1446
+ * notes for details.
1447
1447
  */
1448
1448
  enablePagination?:
1449
1449
  | boolean
@@ -1493,7 +1493,7 @@ declare namespace sap {
1493
1493
  *
1494
1494
  *
1495
1495
  * **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
1496
- * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
1496
+ * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
1497
1497
  * for visible measure(s).
1498
1498
  *
1499
1499
  * Refer to
@@ -1514,7 +1514,7 @@ declare namespace sap {
1514
1514
  *
1515
1515
  *
1516
1516
  * - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
1517
- * Possible values refer to {@link sap.chart.ColoringType} parameters:
1517
+ * Possible values refer to {@link sap.chart.ColoringType} parameters:
1518
1518
  * `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
1519
1519
  * only one) must be provided. This setting disambiguates when multiple colorings for different visible
1520
1520
  * dimensions and measures are applicable.
@@ -1522,8 +1522,8 @@ declare namespace sap {
1522
1522
  * `"measure"` supports two input types:
1523
1523
  * - `string` for single measure name
1524
1524
  * - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
1525
- * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
1526
- * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
1525
+ * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
1526
+ * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
1527
1527
  *
1528
1528
  * `"dimension"` holds the dimension name as string value.
1529
1529
  *
@@ -1550,28 +1550,28 @@ declare namespace sap {
1550
1550
  *
1551
1551
  *
1552
1552
  * - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
1553
- * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
1554
- * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
1555
- * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
1556
- * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
1557
- * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
1558
- * for all value axes.
1553
+ * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
1554
+ * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
1555
+ * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
1556
+ * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
1557
+ * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
1558
+ * for all value axes.
1559
1559
  * - fixedScaleSettings:
1560
1560
  * measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
1561
1561
  * Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
1562
1562
  * value.
1563
1563
  * `measure` Measure name
1564
1564
  * - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
1565
- * values only for stacked chart with multiple measures.
1565
+ * values only for stacked chart with multiple measures.
1566
1566
  * `measures` the array of measure name applied to the axis.
1567
1567
  * - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
1568
- * to certain axis.
1568
+ * to certain axis.
1569
1569
  * - autoScaleSettings:
1570
1570
  * `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
1571
1571
  * support the opposite), which is **optional**. The default value is true.
1572
1572
  * - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
1573
- * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
1574
- * {@link sap.chart.AutoScaleMode}.
1573
+ * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
1574
+ * {@link sap.chart.AutoScaleMode}.
1575
1575
  *
1576
1576
  * Example:
1577
1577
  * ```javascript
@@ -1665,12 +1665,16 @@ declare namespace sap {
1665
1665
  /**
1666
1666
  * fired after a drill-down operation
1667
1667
  */
1668
- drilledDown?: (oEvent: sap.ui.base.Event) => void;
1668
+ drilledDown?: (
1669
+ oEvent: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
1670
+ ) => void;
1669
1671
 
1670
1672
  /**
1671
1673
  * fired after a drill-up operation
1672
1674
  */
1673
- drilledUp?: (oEvent: sap.ui.base.Event) => void;
1675
+ drilledUp?: (
1676
+ oEvent: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
1677
+ ) => void;
1674
1678
 
1675
1679
  /**
1676
1680
  * Event fires when the rendering ends.
@@ -1695,12 +1699,36 @@ declare namespace sap {
1695
1699
  valueAxisFixedScaleTurnedOff?: (oEvent: sap.ui.base.Event) => void;
1696
1700
 
1697
1701
  /**
1698
- * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
1699
- * #drillUp} shall be called in this event or after chart is rendered
1702
+ * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
1703
+ * shall be called in this event or after chart is rendered
1700
1704
  */
1701
1705
  drillStackChanged?: (oEvent: sap.ui.base.Event) => void;
1702
1706
  }
1703
1707
 
1708
+ interface $ChartDeselectDataEventParameters {}
1709
+
1710
+ interface $ChartDrilledDownEventParameters {
1711
+ /**
1712
+ * array of strings holding the names of the added dimensions
1713
+ */
1714
+ dimensions?: string[];
1715
+ }
1716
+
1717
+ interface $ChartDrilledUpEventParameters {
1718
+ /**
1719
+ * array of strings holding the names of the removed dimensions
1720
+ */
1721
+ dimensions?: string[];
1722
+ }
1723
+
1724
+ interface $ChartDrillStackChangedEventParameters {}
1725
+
1726
+ interface $ChartRenderCompleteEventParameters {}
1727
+
1728
+ interface $ChartSelectDataEventParameters {}
1729
+
1730
+ interface $ChartValueAxisFixedScaleTurnedOffEventParameters {}
1731
+
1704
1732
  /**
1705
1733
  * Enumeration for supported chart types in analytical chart
1706
1734
  */
@@ -1860,7 +1888,6 @@ declare namespace sap {
1860
1888
  */
1861
1889
  Waterfall: undefined;
1862
1890
  }
1863
- const ChartType: ChartType;
1864
1891
 
1865
1892
  /**
1866
1893
  * @SINCE 1.32.0
@@ -2103,7 +2130,9 @@ declare namespace sap {
2103
2130
  /**
2104
2131
  * The function to be called when the event occurs
2105
2132
  */
2106
- fnFunction: (p1: sap.ui.base.Event) => void,
2133
+ fnFunction: (
2134
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
2135
+ ) => void,
2107
2136
  /**
2108
2137
  * Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
2109
2138
  */
@@ -2123,7 +2152,9 @@ declare namespace sap {
2123
2152
  /**
2124
2153
  * The function to be called when the event occurs
2125
2154
  */
2126
- fnFunction: (p1: sap.ui.base.Event) => void,
2155
+ fnFunction: (
2156
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
2157
+ ) => void,
2127
2158
  /**
2128
2159
  * Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
2129
2160
  */
@@ -2148,7 +2179,9 @@ declare namespace sap {
2148
2179
  /**
2149
2180
  * The function to be called when the event occurs
2150
2181
  */
2151
- fnFunction: (p1: sap.ui.base.Event) => void,
2182
+ fnFunction: (
2183
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
2184
+ ) => void,
2152
2185
  /**
2153
2186
  * Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
2154
2187
  */
@@ -2168,7 +2201,9 @@ declare namespace sap {
2168
2201
  /**
2169
2202
  * The function to be called when the event occurs
2170
2203
  */
2171
- fnFunction: (p1: sap.ui.base.Event) => void,
2204
+ fnFunction: (
2205
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
2206
+ ) => void,
2172
2207
  /**
2173
2208
  * Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
2174
2209
  */
@@ -2181,8 +2216,8 @@ declare namespace sap {
2181
2216
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
2182
2217
  * otherwise it will be bound to this `sap.chart.Chart` itself.
2183
2218
  *
2184
- * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
2185
- * #drillUp} shall be called in this event or after chart is rendered
2219
+ * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
2220
+ * shall be called in this event or after chart is rendered
2186
2221
  *
2187
2222
  * @returns Reference to `this` in order to allow method chaining
2188
2223
  */
@@ -2208,8 +2243,8 @@ declare namespace sap {
2208
2243
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
2209
2244
  * otherwise it will be bound to this `sap.chart.Chart` itself.
2210
2245
  *
2211
- * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link
2212
- * #drillUp} shall be called in this event or after chart is rendered
2246
+ * Event fires when drill stack changed. API that relies on drill stack like {@link #drillDown}, {@link #drillUp }
2247
+ * shall be called in this event or after chart is rendered
2213
2248
  *
2214
2249
  * @returns Reference to `this` in order to allow method chaining
2215
2250
  */
@@ -2318,7 +2353,7 @@ declare namespace sap {
2318
2353
  oListener?: object
2319
2354
  ): this;
2320
2355
  /**
2321
- * Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
2356
+ * Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
2322
2357
  * event of this `sap.chart.Chart`.
2323
2358
  *
2324
2359
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -2344,7 +2379,7 @@ declare namespace sap {
2344
2379
  oListener?: object
2345
2380
  ): this;
2346
2381
  /**
2347
- * Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
2382
+ * Attaches event handler `fnFunction` to the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
2348
2383
  * event of this `sap.chart.Chart`.
2349
2384
  *
2350
2385
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -2427,7 +2462,9 @@ declare namespace sap {
2427
2462
  /**
2428
2463
  * The function to be called, when the event occurs
2429
2464
  */
2430
- fnFunction: (p1: sap.ui.base.Event) => void,
2465
+ fnFunction: (
2466
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
2467
+ ) => void,
2431
2468
  /**
2432
2469
  * Context object on which the given function had to be called
2433
2470
  */
@@ -2444,7 +2481,9 @@ declare namespace sap {
2444
2481
  /**
2445
2482
  * The function to be called, when the event occurs
2446
2483
  */
2447
- fnFunction: (p1: sap.ui.base.Event) => void,
2484
+ fnFunction: (
2485
+ p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
2486
+ ) => void,
2448
2487
  /**
2449
2488
  * Context object on which the given function had to be called
2450
2489
  */
@@ -2504,7 +2543,7 @@ declare namespace sap {
2504
2543
  oListener?: object
2505
2544
  ): this;
2506
2545
  /**
2507
- * Detaches event handler `fnFunction` from the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff}
2546
+ * Detaches event handler `fnFunction` from the {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff }
2508
2547
  * event of this `sap.chart.Chart`.
2509
2548
  *
2510
2549
  * The passed function and listener object must match the ones used for event registration.
@@ -2527,7 +2566,7 @@ declare namespace sap {
2527
2566
  * The drill down Dimension(s) must present in the Dimension aggregation and must NOT present in previous
2528
2567
  * drill down or be visible already.
2529
2568
  *
2530
- * **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
2569
+ * **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
2531
2570
  * of {@link #getData data} always takes effect in drill workflow.
2532
2571
  */
2533
2572
  drillDown(
@@ -2539,7 +2578,7 @@ declare namespace sap {
2539
2578
  /**
2540
2579
  * Drill up to previous drill down state, only works when the property isAnalytical is true.
2541
2580
  *
2542
- * **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
2581
+ * **NOTE:** parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
2543
2582
  * of {@link #getData data} always takes effect in drill workflow.
2544
2583
  */
2545
2584
  drillUp(
@@ -2593,12 +2632,7 @@ declare namespace sap {
2593
2632
  /**
2594
2633
  * Parameters to pass along with the event
2595
2634
  */
2596
- mParameters?: {
2597
- /**
2598
- * array of strings holding the names of the added dimensions
2599
- */
2600
- dimensions?: string[];
2601
- }
2635
+ mParameters?: sap.chart.$ChartDrilledDownEventParameters
2602
2636
  ): this;
2603
2637
  /**
2604
2638
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -2611,12 +2645,7 @@ declare namespace sap {
2611
2645
  /**
2612
2646
  * Parameters to pass along with the event
2613
2647
  */
2614
- mParameters?: {
2615
- /**
2616
- * array of strings holding the names of the removed dimensions
2617
- */
2618
- dimensions?: string[];
2619
- }
2648
+ mParameters?: sap.chart.$ChartDrilledUpEventParameters
2620
2649
  ): this;
2621
2650
  /**
2622
2651
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -2680,7 +2709,7 @@ declare namespace sap {
2680
2709
  *
2681
2710
  *
2682
2711
  * - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
2683
- * Possible values refer to {@link sap.chart.ColoringType} parameters:
2712
+ * Possible values refer to {@link sap.chart.ColoringType} parameters:
2684
2713
  * `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
2685
2714
  * only one) must be provided. This setting disambiguates when multiple colorings for different visible
2686
2715
  * dimensions and measures are applicable.
@@ -2688,8 +2717,8 @@ declare namespace sap {
2688
2717
  * `"measure"` supports two input types:
2689
2718
  * - `string` for single measure name
2690
2719
  * - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
2691
- * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
2692
- * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
2720
+ * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
2721
+ * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
2693
2722
  *
2694
2723
  * `"dimension"` holds the dimension name as string value.
2695
2724
  *
@@ -2767,7 +2796,7 @@ declare namespace sap {
2767
2796
  *
2768
2797
  *
2769
2798
  * **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
2770
- * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
2799
+ * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
2771
2800
  * for visible measure(s).
2772
2801
  *
2773
2802
  * Refer to
@@ -2831,7 +2860,7 @@ declare namespace sap {
2831
2860
  * - Time charts did not enable pagination yet
2832
2861
  * - Series color might be inconsistent before/after jump pages
2833
2862
  * - OData V4 Model with relative binding is not supported in pagination Please refer to release
2834
- * notes for details.
2863
+ * notes for details.
2835
2864
  *
2836
2865
  * Default value is `false`.
2837
2866
  *
@@ -3032,28 +3061,28 @@ declare namespace sap {
3032
3061
  *
3033
3062
  *
3034
3063
  * - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
3035
- * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
3036
- * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
3037
- * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
3038
- * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
3039
- * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
3040
- * for all value axes.
3064
+ * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
3065
+ * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
3066
+ * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
3067
+ * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
3068
+ * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
3069
+ * for all value axes.
3041
3070
  * - fixedScaleSettings:
3042
3071
  * measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
3043
3072
  * Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
3044
3073
  * value.
3045
3074
  * `measure` Measure name
3046
3075
  * - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
3047
- * values only for stacked chart with multiple measures.
3076
+ * values only for stacked chart with multiple measures.
3048
3077
  * `measures` the array of measure name applied to the axis.
3049
3078
  * - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
3050
- * to certain axis.
3079
+ * to certain axis.
3051
3080
  * - autoScaleSettings:
3052
3081
  * `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
3053
3082
  * support the opposite), which is **optional**. The default value is true.
3054
3083
  * - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
3055
- * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
3056
- * {@link sap.chart.AutoScaleMode}.
3084
+ * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
3085
+ * {@link sap.chart.AutoScaleMode}.
3057
3086
  *
3058
3087
  * Example:
3059
3088
  * ```javascript
@@ -3387,7 +3416,7 @@ declare namespace sap {
3387
3416
  *
3388
3417
  *
3389
3418
  * - coloring: **mandatory**, specify which kind of coloring should take effect in current chart layout.
3390
- * Possible values refer to {@link sap.chart.ColoringType} parameters:
3419
+ * Possible values refer to {@link sap.chart.ColoringType} parameters:
3391
3420
  * `Criticality` supports two parameters: `"dimension"` and `"measure"`. Both are **optional**, one (and
3392
3421
  * only one) must be provided. This setting disambiguates when multiple colorings for different visible
3393
3422
  * dimensions and measures are applicable.
@@ -3395,8 +3424,8 @@ declare namespace sap {
3395
3424
  * `"measure"` supports two input types:
3396
3425
  * - `string` for single measure name
3397
3426
  * - `string[]` of multiple measure names(only supported in **static**), which is relevant in case of
3398
- * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
3399
- * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
3427
+ * a **static** measure criticality defined on multiple measures. `"dimension"` holds the dimension
3428
+ * name as string value. `Emphasis` supports only one parameter: `"dimension"` which is **optional**.
3400
3429
  *
3401
3430
  * `"dimension"` holds the dimension name as string value.
3402
3431
  *
@@ -3460,7 +3489,7 @@ declare namespace sap {
3460
3489
  *
3461
3490
  *
3462
3491
  * **NOTE:** Dimension-based coloring does not work when {@link sap.chart.data.Measure#setSemantics} is
3463
- * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference}
3492
+ * set to {@link sap.chart.data.MeasureSemantics.Projected} or {@link sap.chart.data.MeasureSemantics.Reference }
3464
3493
  * for visible measure(s).
3465
3494
  *
3466
3495
  * Refer to
@@ -3517,9 +3546,9 @@ declare namespace sap {
3517
3546
  *
3518
3547
  * - Time charts did not enable pagination yet
3519
3548
  * - Series color might be inconsistent before/after jump pages
3520
- * - parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation}
3521
- * of {@link #getData data} will not be respected in value axis scale Please refer to release notes
3522
- * for details.
3549
+ * - parameter `oBindingInfo.length` during {@link sap.ui.base.ManagedObject#bindAggregation bindAggregation }
3550
+ * of {@link #getData data} will not be respected in value axis scale Please refer to release notes
3551
+ * for details.
3523
3552
  *
3524
3553
  * When called with a value of null or undefined, the default value of the property will be restored.
3525
3554
  *
@@ -3755,28 +3784,28 @@ declare namespace sap {
3755
3784
  *
3756
3785
  *
3757
3786
  * - scaleBehavior: **optional**, determines whether or not all value axes in the chart should have a
3758
- * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
3759
- * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
3760
- * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
3761
- * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
3762
- * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
3763
- * for all value axes.
3787
+ * fixed scale. Possible values refer to {@link sap.chart.ScaleBehavior}. The default value is sap.chart.ScaleBehavior.AutoScale.
3788
+ * In order to apply a fixed scale, boundary values for minimum and maximum must have been specified for
3789
+ * all visible measures, and the axes boundaries are then created from the largest maximum and the smallest
3790
+ * minimum value of the measures put on the respective axis. If any visible measure lacks this information,
3791
+ * or scaleBehavior is set to sap.chart.ScaleBehavior.AutoScale, the chart will apply an automatic scaling
3792
+ * for all value axes.
3764
3793
  * - fixedScaleSettings:
3765
3794
  * measureBoundaryValues: An object holding the fixed “minimum” and “maximum” values for all the measures.
3766
3795
  * Stacked chart with only one measure also uses this object to describe the fixed “minimum” and “maximum”
3767
3796
  * value.
3768
3797
  * `measure` Measure name
3769
3798
  * - stackedMultipleMeasureBoundaryValues: An array of objects holding the fixed “minimum” and “maximum”
3770
- * values only for stacked chart with multiple measures.
3799
+ * values only for stacked chart with multiple measures.
3771
3800
  * `measures` the array of measure name applied to the axis.
3772
3801
  * - `boundaryValues:` An object holding the fixed “minimum” and “maximum” value all the measures applied
3773
- * to certain axis.
3802
+ * to certain axis.
3774
3803
  * - autoScaleSettings:
3775
3804
  * `zeroAlwaysVisible` forces the value axis to always display the zero value (only a few chart types
3776
3805
  * support the opposite), which is **optional**. The default value is true.
3777
3806
  * - `syncWith` selects how the chart adapts the value axis to the data: The axis boundaries may be determined
3778
- * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
3779
- * {@link sap.chart.AutoScaleMode}.
3807
+ * from the loaded data, which is **optional**. The default value is "DataSet". Possible values refer to
3808
+ * {@link sap.chart.AutoScaleMode}.
3780
3809
  *
3781
3810
  * Example:
3782
3811
  * ```javascript
@@ -4099,13 +4128,13 @@ declare namespace sap {
4099
4128
  * Thresholds are optional. For unassigned values, defaults are determined in this order:
4100
4129
  *
4101
4130
  * - For DeviationRange, an omitted LowValue translates into the smallest possible number (-INF), an omitted
4102
- * HighValue translates into the largest possible number (+INF)
4131
+ * HighValue translates into the largest possible number (+INF)
4103
4132
  *
4104
4133
  * - For ToleranceRange, an omitted LowValue will be initialized with DeviationRangeLowValue, an omitted
4105
- * HighValue will be initialized with DeviationRangeHighValue
4134
+ * HighValue will be initialized with DeviationRangeHighValue
4106
4135
  *
4107
4136
  * - For AcceptanceRange, an omitted LowValue will be initialized with ToleranceRangeLowValue, an omitted
4108
- * HighValue will be initialized with ToleranceRangeHighValue
4137
+ * HighValue will be initialized with ToleranceRangeHighValue
4109
4138
  *
4110
4139
  * Please refer to {@link sap.chart.coloring.ImprovementDirectionType} for detailed usage.
4111
4140
  * ```javascript
@@ -4158,13 +4187,13 @@ declare namespace sap {
4158
4187
  * Thresholds are optional. For unassigned values, defaults are determined in this order:
4159
4188
  *
4160
4189
  * - For DeviationRange, an omitted LowValue translates into the smallest possible number (-INF), an omitted
4161
- * HighValue translates into the largest possible number (+INF)
4190
+ * HighValue translates into the largest possible number (+INF)
4162
4191
  *
4163
4192
  * - For ToleranceRange, an omitted LowValue will be initialized with DeviationRangeLowValue, an omitted
4164
- * HighValue will be initialized with DeviationRangeHighValue
4193
+ * HighValue will be initialized with DeviationRangeHighValue
4165
4194
  *
4166
4195
  * - For AcceptanceRange, an omitted LowValue will be initialized with ToleranceRangeLowValue, an omitted
4167
- * HighValue will be initialized with ToleranceRangeHighValue
4196
+ * HighValue will be initialized with ToleranceRangeHighValue
4168
4197
  *
4169
4198
  * Also Aggregation level (the visible dimensions) must be specified for providing the context for assessing
4170
4199
  * the criticality.