@sapui5/types 1.119.2 → 1.120.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +58 -58
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +103 -1
  8. package/types/sap.f.d.ts +2 -2
  9. package/types/sap.fe.core.d.ts +10 -1
  10. package/types/sap.fe.macros.d.ts +84 -78
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.templates.d.ts +11 -2
  14. package/types/sap.fe.test.d.ts +15 -7
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +951 -15
  18. package/types/sap.insights.d.ts +92 -12
  19. package/types/sap.m.d.ts +5723 -155
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +7 -3
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +870 -1007
  26. package/types/sap.suite.ui.commons.d.ts +34 -2
  27. package/types/sap.suite.ui.generic.template.d.ts +26 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +45 -2
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +567 -40
  33. package/types/sap.ui.core.d.ts +1744 -143
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +14 -4
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +1 -1
  40. package/types/sap.ui.layout.d.ts +125 -102
  41. package/types/sap.ui.mdc.d.ts +2142 -1439
  42. package/types/sap.ui.richtexteditor.d.ts +4 -12
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +7 -1
  46. package/types/sap.ui.table.d.ts +121 -47
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +1 -1
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +5 -11
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +454 -136
  55. package/types/sap.ui.webc.main.d.ts +3737 -1084
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +1996 -808
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.landvisz.d.ts +0 -8043
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.119.2",
3
+ "version": "1.120.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -48,7 +48,6 @@
48
48
  /// <reference path="./sap.fe.test.d.ts"/>
49
49
  /// <reference path="./sap.fe.tools.d.ts"/>
50
50
  /// <reference path="./sap.feedback.ui.d.ts"/>
51
- /// <reference path="./sap.landvisz.d.ts"/>
52
51
  /// <reference path="./sap.rules.ui.d.ts"/>
53
52
  /// <reference path="./sap.suite.ui.generic.template.d.ts"/>
54
53
  /// <reference path="./sap.ui.vk.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1317,7 +1317,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1317
1317
  */
1318
1318
  static getMetadata(): ElementMetadata;
1319
1319
  /**
1320
- * @deprecated (since 7.20.0) - This method is deprecated now.
1320
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1321
1321
  *
1322
1322
  * Adds some content to the aggregation {@link #getContent content}.
1323
1323
  *
@@ -1330,7 +1330,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1330
1330
  oContent: Control
1331
1331
  ): this;
1332
1332
  /**
1333
- * @deprecated (since 7.20.0) - This method is deprecated now.
1333
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1334
1334
  *
1335
1335
  * Destroys all the content in the aggregation {@link #getContent content}.
1336
1336
  *
@@ -1338,7 +1338,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1338
1338
  */
1339
1339
  destroyContent(): this;
1340
1340
  /**
1341
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1341
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1342
1342
  *
1343
1343
  * Gets current value of property {@link #getAxisFormatFunction axisFormatFunction}.
1344
1344
  *
@@ -1348,7 +1348,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1348
1348
  */
1349
1349
  getAxisFormatFunction(): object;
1350
1350
  /**
1351
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1351
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1352
1352
  *
1353
1353
  * Gets current value of property {@link #getAxisTooltipFormatString axisTooltipFormatString}.
1354
1354
  *
@@ -1358,7 +1358,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1358
1358
  */
1359
1359
  getAxisTooltipFormatString(): any;
1360
1360
  /**
1361
- * @deprecated (since 7.20.0) - This method is deprecated now.
1361
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1362
1362
  *
1363
1363
  * Gets content of aggregation {@link #getContent content}.
1364
1364
  *
@@ -1366,7 +1366,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1366
1366
  */
1367
1367
  getContent(): Control[];
1368
1368
  /**
1369
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1369
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1370
1370
  * of data label
1371
1371
  *
1372
1372
  * Gets current value of property {@link #getDataLabelFormat dataLabelFormat}.
@@ -1456,7 +1456,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1456
1456
  */
1457
1457
  getXAxisFixedRange(): boolean;
1458
1458
  /**
1459
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1459
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1460
1460
  * of the axis labels
1461
1461
  *
1462
1462
  * Gets current value of property {@link #getXAxisFormatFunction xAxisFormatFunction}.
@@ -1467,7 +1467,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1467
1467
  */
1468
1468
  getXAxisFormatFunction(): object;
1469
1469
  /**
1470
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1470
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1471
1471
  * of the axis labels
1472
1472
  *
1473
1473
  * Gets current value of property {@link #getXAxisFormatString xAxisFormatString}.
@@ -1516,7 +1516,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1516
1516
  */
1517
1517
  getYAxisFixedRange(): boolean;
1518
1518
  /**
1519
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1519
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1520
1520
  * of the axis labels
1521
1521
  *
1522
1522
  * Gets current value of property {@link #getYAxisFormatFunction yAxisFormatFunction}.
@@ -1527,7 +1527,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1527
1527
  */
1528
1528
  getYAxisFormatFunction(): object;
1529
1529
  /**
1530
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1530
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1531
1531
  * of the axis labels
1532
1532
  *
1533
1533
  * Gets current value of property {@link #getYAxisFormatString yAxisFormatString}.
@@ -1566,7 +1566,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1566
1566
  */
1567
1567
  getYAxisTitle(): string;
1568
1568
  /**
1569
- * @deprecated (since 7.20.0) - This method is deprecated now.
1569
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1570
1570
  *
1571
1571
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
1572
1572
  * its index if found or -1 otherwise.
@@ -1580,7 +1580,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1580
1580
  oContent: Control
1581
1581
  ): int;
1582
1582
  /**
1583
- * @deprecated (since 7.20.0) - This method is deprecated now.
1583
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1584
1584
  *
1585
1585
  * Inserts a content into the aggregation {@link #getContent content}.
1586
1586
  *
@@ -1599,7 +1599,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1599
1599
  iIndex: int
1600
1600
  ): this;
1601
1601
  /**
1602
- * @deprecated (since 7.20.0) - This method is deprecated now.
1602
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1603
1603
  *
1604
1604
  * Removes all the controls from the aggregation {@link #getContent content}.
1605
1605
  *
@@ -1609,7 +1609,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1609
1609
  */
1610
1610
  removeAllContent(): Control[];
1611
1611
  /**
1612
- * @deprecated (since 7.20.0) - This method is deprecated now.
1612
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1613
1613
  *
1614
1614
  * Removes a content from the aggregation {@link #getContent content}.
1615
1615
  *
@@ -1622,7 +1622,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1622
1622
  vContent: int | string | Control
1623
1623
  ): Control | null;
1624
1624
  /**
1625
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1625
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1626
1626
  *
1627
1627
  * Sets a new value for property {@link #getAxisFormatFunction axisFormatFunction}.
1628
1628
  *
@@ -1639,7 +1639,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1639
1639
  oAxisFormatFunction?: object
1640
1640
  ): this;
1641
1641
  /**
1642
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1642
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1643
1643
  *
1644
1644
  * Sets a new value for property {@link #getAxisTooltipFormatString axisTooltipFormatString}.
1645
1645
  *
@@ -1656,7 +1656,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1656
1656
  oAxisTooltipFormatString?: any
1657
1657
  ): this;
1658
1658
  /**
1659
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1659
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1660
1660
  * of data label
1661
1661
  *
1662
1662
  * Sets a new value for property {@link #getDataLabelFormat dataLabelFormat}.
@@ -1809,7 +1809,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1809
1809
  bXAxisFixedRange?: boolean
1810
1810
  ): this;
1811
1811
  /**
1812
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1812
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1813
1813
  * of the axis labels
1814
1814
  *
1815
1815
  * Sets a new value for property {@link #getXAxisFormatFunction xAxisFormatFunction}.
@@ -1827,7 +1827,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1827
1827
  oXAxisFormatFunction?: object
1828
1828
  ): this;
1829
1829
  /**
1830
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1830
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1831
1831
  * of the axis labels
1832
1832
  *
1833
1833
  * Sets a new value for property {@link #getXAxisFormatString xAxisFormatString}.
@@ -1911,7 +1911,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1911
1911
  bYAxisFixedRange?: boolean
1912
1912
  ): this;
1913
1913
  /**
1914
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1914
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1915
1915
  * of the axis labels
1916
1916
  *
1917
1917
  * Sets a new value for property {@link #getYAxisFormatFunction yAxisFormatFunction}.
@@ -1929,7 +1929,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1929
1929
  oYAxisFormatFunction?: object
1930
1930
  ): this;
1931
1931
  /**
1932
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1932
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1933
1933
  * of the axis labels
1934
1934
  *
1935
1935
  * Sets a new value for property {@link #getYAxisFormatString yAxisFormatString}.
@@ -1999,7 +1999,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1999
1999
 
2000
2000
  export interface $BubbleChartSettings extends $ChartSettings {
2001
2001
  /**
2002
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
2002
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
2003
2003
  * of data label
2004
2004
  *
2005
2005
  * Defines the formater string for the dataLabel value to be displayed on the bubble
@@ -2083,7 +2083,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
2083
2083
  labelProperty?: object | PropertyBindingInfo | `{${string}}`;
2084
2084
 
2085
2085
  /**
2086
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
2086
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
2087
2087
  * of the axis labels
2088
2088
  *
2089
2089
  * Set the formatter function for the x-axis.
@@ -2091,7 +2091,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
2091
2091
  xAxisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
2092
2092
 
2093
2093
  /**
2094
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
2094
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
2095
2095
  * of the axis labels
2096
2096
  *
2097
2097
  * Set the format string for x-axis
@@ -2099,7 +2099,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
2099
2099
  xAxisFormatString?: string | PropertyBindingInfo;
2100
2100
 
2101
2101
  /**
2102
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
2102
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
2103
2103
  * of the axis labels
2104
2104
  *
2105
2105
  * Set the formatter function for the y-axis.
@@ -2107,7 +2107,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
2107
2107
  yAxisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
2108
2108
 
2109
2109
  /**
2110
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
2110
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
2111
2111
  * of the axis labels
2112
2112
  *
2113
2113
  * Set the format string for y-axis
@@ -2115,21 +2115,21 @@ declare module "sap/ca/ui/charts/BubbleChart" {
2115
2115
  yAxisFormatString?: string | PropertyBindingInfo;
2116
2116
 
2117
2117
  /**
2118
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
2118
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
2119
2119
  *
2120
2120
  * Flag to set the formatting of the tooltip on x-axis
2121
2121
  */
2122
2122
  axisTooltipFormatString?: any | PropertyBindingInfo | `{${string}}`;
2123
2123
 
2124
2124
  /**
2125
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
2125
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
2126
2126
  *
2127
2127
  * Set the formatter function for the axis labels or tooltips
2128
2128
  */
2129
2129
  axisFormatFunction?: object | PropertyBindingInfo | `{${string}}`;
2130
2130
 
2131
2131
  /**
2132
- * @deprecated (since 7.20.0) - This method is deprecated now.
2132
+ * @deprecated (since 1.20.0) - This method is deprecated now.
2133
2133
  *
2134
2134
  * Deprecated aggregation, do not use. Left for compatibility purposes.
2135
2135
  */
@@ -4974,7 +4974,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
4974
4974
  */
4975
4975
  destroyHorizontalBarChart(): this;
4976
4976
  /**
4977
- * @deprecated (since 7.20.0) - This method is deprecated now.
4977
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4978
4978
  *
4979
4979
  * Destroys the scroll in the aggregation {@link #getScroll scroll}.
4980
4980
  *
@@ -4982,7 +4982,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
4982
4982
  */
4983
4983
  destroyScroll(): this;
4984
4984
  /**
4985
- * @deprecated (since 7.20.0) - This method is deprecated now.
4985
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4986
4986
  *
4987
4987
  * Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
4988
4988
  *
@@ -5024,7 +5024,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5024
5024
  */
5025
5025
  getHorizontalBarChart(): Bar;
5026
5026
  /**
5027
- * @deprecated (since 7.20.0) - This method is deprecated now.
5027
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5028
5028
  *
5029
5029
  * Gets content of aggregation {@link #getScroll scroll}.
5030
5030
  *
@@ -5032,7 +5032,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5032
5032
  */
5033
5033
  getScroll(): ScrollContainer;
5034
5034
  /**
5035
- * @deprecated (since 7.20.0) - This method is deprecated now.
5035
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5036
5036
  *
5037
5037
  * Gets content of aggregation {@link #getVerticalArea verticalArea}.
5038
5038
  *
@@ -5100,7 +5100,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5100
5100
  oHorizontalBarChart: Bar
5101
5101
  ): this;
5102
5102
  /**
5103
- * @deprecated (since 7.20.0) - This method is deprecated now.
5103
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5104
5104
  *
5105
5105
  * Sets the aggregated {@link #getScroll scroll}.
5106
5106
  *
@@ -5113,7 +5113,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5113
5113
  oScroll: ScrollContainer
5114
5114
  ): this;
5115
5115
  /**
5116
- * @deprecated (since 7.20.0) - This method is deprecated now.
5116
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5117
5117
  *
5118
5118
  * Sets the aggregated {@link #getVerticalArea verticalArea}.
5119
5119
  *
@@ -5144,7 +5144,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5144
5144
  barHeight?: int | PropertyBindingInfo | `{${string}}`;
5145
5145
 
5146
5146
  /**
5147
- * @deprecated (since 7.20.0) - This method is deprecated now.
5147
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5148
5148
  *
5149
5149
  * The scroll container
5150
5150
  */
@@ -5156,7 +5156,7 @@ declare module "sap/ca/ui/charts/HorizontalBarChart" {
5156
5156
  horizontalBarChart?: Bar;
5157
5157
 
5158
5158
  /**
5159
- * @deprecated (since 7.20.0) - This method is deprecated now.
5159
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5160
5160
  *
5161
5161
  * The vertical area within the scroll container
5162
5162
  */
@@ -6597,7 +6597,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6597
6597
  */
6598
6598
  static getMetadata(): ElementMetadata;
6599
6599
  /**
6600
- * @deprecated (since 7.20.0) - This method is deprecated now.
6600
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6601
6601
  *
6602
6602
  * Adds some content to the aggregation {@link #getContent content}.
6603
6603
  *
@@ -6610,7 +6610,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6610
6610
  oContent: Control
6611
6611
  ): this;
6612
6612
  /**
6613
- * @deprecated (since 7.20.0) - This method is deprecated now.
6613
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6614
6614
  *
6615
6615
  * Destroys all the content in the aggregation {@link #getContent content}.
6616
6616
  *
@@ -6618,7 +6618,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6618
6618
  */
6619
6619
  destroyContent(): this;
6620
6620
  /**
6621
- * @deprecated (since 7.20.0) - This method is deprecated now.
6621
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6622
6622
  *
6623
6623
  * Destroys the scroll in the aggregation {@link #getScroll scroll}.
6624
6624
  *
@@ -6626,7 +6626,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6626
6626
  */
6627
6627
  destroyScroll(): this;
6628
6628
  /**
6629
- * @deprecated (since 7.20.0) - This method is deprecated now.
6629
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6630
6630
  *
6631
6631
  * Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
6632
6632
  *
@@ -6634,7 +6634,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6634
6634
  */
6635
6635
  destroyVerticalArea(): this;
6636
6636
  /**
6637
- * @deprecated (since 7.20.0) - This method is deprecated now.
6637
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6638
6638
  *
6639
6639
  * Destroys the verticalBarChart in the aggregation {@link #getVerticalBarChart verticalBarChart}.
6640
6640
  *
@@ -6662,7 +6662,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6662
6662
  */
6663
6663
  getContainer(): string;
6664
6664
  /**
6665
- * @deprecated (since 7.20.0) - This method is deprecated now.
6665
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6666
6666
  *
6667
6667
  * Gets content of aggregation {@link #getContent content}.
6668
6668
  *
@@ -6678,7 +6678,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6678
6678
  */
6679
6679
  getData(): object;
6680
6680
  /**
6681
- * @deprecated (since 7.20.0) - This method is deprecated now.
6681
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6682
6682
  *
6683
6683
  * Gets content of aggregation {@link #getScroll scroll}.
6684
6684
  *
@@ -6686,7 +6686,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6686
6686
  */
6687
6687
  getScroll(): ScrollContainer;
6688
6688
  /**
6689
- * @deprecated (since 7.20.0) - This method is deprecated now.
6689
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6690
6690
  *
6691
6691
  * Gets content of aggregation {@link #getVerticalArea verticalArea}.
6692
6692
  *
@@ -6694,7 +6694,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6694
6694
  */
6695
6695
  getVerticalArea(): VBox;
6696
6696
  /**
6697
- * @deprecated (since 7.20.0) - This method is deprecated now.
6697
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6698
6698
  *
6699
6699
  * Gets content of aggregation {@link #getVerticalBarChart verticalBarChart}.
6700
6700
  *
@@ -6702,7 +6702,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6702
6702
  */
6703
6703
  getVerticalBarChart(): Column;
6704
6704
  /**
6705
- * @deprecated (since 7.20.0) - This method is deprecated now.
6705
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6706
6706
  *
6707
6707
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
6708
6708
  * its index if found or -1 otherwise.
@@ -6716,7 +6716,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6716
6716
  oContent: Control
6717
6717
  ): int;
6718
6718
  /**
6719
- * @deprecated (since 7.20.0) - This method is deprecated now.
6719
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6720
6720
  *
6721
6721
  * Inserts a content into the aggregation {@link #getContent content}.
6722
6722
  *
@@ -6735,7 +6735,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6735
6735
  iIndex: int
6736
6736
  ): this;
6737
6737
  /**
6738
- * @deprecated (since 7.20.0) - This method is deprecated now.
6738
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6739
6739
  *
6740
6740
  * Removes all the controls from the aggregation {@link #getContent content}.
6741
6741
  *
@@ -6745,7 +6745,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6745
6745
  */
6746
6746
  removeAllContent(): Control[];
6747
6747
  /**
6748
- * @deprecated (since 7.20.0) - This method is deprecated now.
6748
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6749
6749
  *
6750
6750
  * Removes a content from the aggregation {@link #getContent content}.
6751
6751
  *
@@ -6807,7 +6807,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6807
6807
  oData?: object
6808
6808
  ): this;
6809
6809
  /**
6810
- * @deprecated (since 7.20.0) - This method is deprecated now.
6810
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6811
6811
  *
6812
6812
  * Sets the aggregated {@link #getScroll scroll}.
6813
6813
  *
@@ -6820,7 +6820,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6820
6820
  oScroll: ScrollContainer
6821
6821
  ): this;
6822
6822
  /**
6823
- * @deprecated (since 7.20.0) - This method is deprecated now.
6823
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6824
6824
  *
6825
6825
  * Sets the aggregated {@link #getVerticalArea verticalArea}.
6826
6826
  *
@@ -6833,7 +6833,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6833
6833
  oVerticalArea: VBox
6834
6834
  ): this;
6835
6835
  /**
6836
- * @deprecated (since 7.20.0) - This method is deprecated now.
6836
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6837
6837
  *
6838
6838
  * Sets the aggregated {@link #getVerticalBarChart verticalBarChart}.
6839
6839
  *
@@ -6864,28 +6864,28 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6864
6864
  barWidth?: int | PropertyBindingInfo | `{${string}}`;
6865
6865
 
6866
6866
  /**
6867
- * @deprecated (since 7.20.0) - This method is deprecated now.
6867
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6868
6868
  *
6869
6869
  * Deprecated aggregation. Left for compatibility purposes.
6870
6870
  */
6871
6871
  content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
6872
6872
 
6873
6873
  /**
6874
- * @deprecated (since 7.20.0) - This method is deprecated now.
6874
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6875
6875
  *
6876
6876
  * The scroll container
6877
6877
  */
6878
6878
  scroll?: ScrollContainer;
6879
6879
 
6880
6880
  /**
6881
- * @deprecated (since 7.20.0) - This method is deprecated now.
6881
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6882
6882
  *
6883
6883
  * The chart
6884
6884
  */
6885
6885
  verticalBarChart?: Column;
6886
6886
 
6887
6887
  /**
6888
- * @deprecated (since 7.20.0) - This method is deprecated now.
6888
+ * @deprecated (since 1.20.0) - This method is deprecated now.
6889
6889
  *
6890
6890
  * The vertical layout
6891
6891
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.1
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.0
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**