@sapui5/ts-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 +111 -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 +78 -74
  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 +5 -5
  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 +933 -15
  18. package/types/sap.insights.d.ts +93 -12
  19. package/types/sap.m.d.ts +6447 -913
  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 +4 -3
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +848 -975
  26. package/types/sap.suite.ui.commons.d.ts +34 -2
  27. package/types/sap.suite.ui.generic.template.d.ts +29 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +47 -1
  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 +572 -35
  33. package/types/sap.ui.core.d.ts +1925 -329
  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 +3 -1
  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 +1857 -1151
  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 +117 -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 +470 -136
  55. package/types/sap.ui.webc.main.d.ts +3623 -1052
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +1971 -832
  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 -7875
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.119.2",
3
+ "version": "1.120.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
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 namespace sap {
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 namespace sap {
4
4
  namespace ca {
@@ -35,7 +35,7 @@ declare namespace sap {
35
35
 
36
36
  interface $BubbleChartSettings extends sap.ca.ui.charts.$ChartSettings {
37
37
  /**
38
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
38
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
39
39
  * of data label
40
40
  *
41
41
  * Defines the formater string for the dataLabel value to be displayed on the bubble
@@ -161,7 +161,7 @@ declare namespace sap {
161
161
  | `{${string}}`;
162
162
 
163
163
  /**
164
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
164
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
165
165
  * of the axis labels
166
166
  *
167
167
  * Set the formatter function for the x-axis.
@@ -172,7 +172,7 @@ declare namespace sap {
172
172
  | `{${string}}`;
173
173
 
174
174
  /**
175
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
175
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
176
176
  * of the axis labels
177
177
  *
178
178
  * Set the format string for x-axis
@@ -182,7 +182,7 @@ declare namespace sap {
182
182
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
183
183
 
184
184
  /**
185
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
185
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
186
186
  * of the axis labels
187
187
  *
188
188
  * Set the formatter function for the y-axis.
@@ -193,7 +193,7 @@ declare namespace sap {
193
193
  | `{${string}}`;
194
194
 
195
195
  /**
196
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
196
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
197
197
  * of the axis labels
198
198
  *
199
199
  * Set the format string for y-axis
@@ -203,7 +203,7 @@ declare namespace sap {
203
203
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
204
204
 
205
205
  /**
206
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
206
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
207
207
  *
208
208
  * Flag to set the formatting of the tooltip on x-axis
209
209
  */
@@ -213,7 +213,7 @@ declare namespace sap {
213
213
  | `{${string}}`;
214
214
 
215
215
  /**
216
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
216
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
217
217
  *
218
218
  * Set the formatter function for the axis labels or tooltips
219
219
  */
@@ -223,7 +223,7 @@ declare namespace sap {
223
223
  | `{${string}}`;
224
224
 
225
225
  /**
226
- * @deprecated (since 7.20.0) - This method is deprecated now.
226
+ * @deprecated (since 1.20.0) - This method is deprecated now.
227
227
  *
228
228
  * Deprecated aggregation, do not use. Left for compatibility purposes.
229
229
  */
@@ -693,7 +693,7 @@ declare namespace sap {
693
693
  | `{${string}}`;
694
694
 
695
695
  /**
696
- * @deprecated (since 7.20.0) - This method is deprecated now.
696
+ * @deprecated (since 1.20.0) - This method is deprecated now.
697
697
  *
698
698
  * The scroll container
699
699
  */
@@ -705,7 +705,7 @@ declare namespace sap {
705
705
  horizontalBarChart?: sap.viz.ui5.Bar;
706
706
 
707
707
  /**
708
- * @deprecated (since 7.20.0) - This method is deprecated now.
708
+ * @deprecated (since 1.20.0) - This method is deprecated now.
709
709
  *
710
710
  * The vertical area within the scroll container
711
711
  */
@@ -972,7 +972,7 @@ declare namespace sap {
972
972
  | `{${string}}`;
973
973
 
974
974
  /**
975
- * @deprecated (since 7.20.0) - This method is deprecated now.
975
+ * @deprecated (since 1.20.0) - This method is deprecated now.
976
976
  *
977
977
  * Deprecated aggregation. Left for compatibility purposes.
978
978
  */
@@ -983,21 +983,21 @@ declare namespace sap {
983
983
  | `{${string}}`;
984
984
 
985
985
  /**
986
- * @deprecated (since 7.20.0) - This method is deprecated now.
986
+ * @deprecated (since 1.20.0) - This method is deprecated now.
987
987
  *
988
988
  * The scroll container
989
989
  */
990
990
  scroll?: sap.m.ScrollContainer;
991
991
 
992
992
  /**
993
- * @deprecated (since 7.20.0) - This method is deprecated now.
993
+ * @deprecated (since 1.20.0) - This method is deprecated now.
994
994
  *
995
995
  * The chart
996
996
  */
997
997
  verticalBarChart?: sap.viz.ui5.Column;
998
998
 
999
999
  /**
1000
- * @deprecated (since 7.20.0) - This method is deprecated now.
1000
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1001
1001
  *
1002
1002
  * The vertical layout
1003
1003
  */
@@ -1306,7 +1306,7 @@ declare namespace sap {
1306
1306
  */
1307
1307
  static getMetadata(): sap.ui.core.ElementMetadata;
1308
1308
  /**
1309
- * @deprecated (since 7.20.0) - This method is deprecated now.
1309
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1310
1310
  *
1311
1311
  * Adds some content to the aggregation {@link #getContent content}.
1312
1312
  *
@@ -1319,7 +1319,7 @@ declare namespace sap {
1319
1319
  oContent: sap.ui.core.Control
1320
1320
  ): this;
1321
1321
  /**
1322
- * @deprecated (since 7.20.0) - This method is deprecated now.
1322
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1323
1323
  *
1324
1324
  * Destroys all the content in the aggregation {@link #getContent content}.
1325
1325
  *
@@ -1327,7 +1327,7 @@ declare namespace sap {
1327
1327
  */
1328
1328
  destroyContent(): this;
1329
1329
  /**
1330
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1330
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1331
1331
  *
1332
1332
  * Gets current value of property {@link #getAxisFormatFunction axisFormatFunction}.
1333
1333
  *
@@ -1337,7 +1337,7 @@ declare namespace sap {
1337
1337
  */
1338
1338
  getAxisFormatFunction(): object;
1339
1339
  /**
1340
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1340
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1341
1341
  *
1342
1342
  * Gets current value of property {@link #getAxisTooltipFormatString axisTooltipFormatString}.
1343
1343
  *
@@ -1347,7 +1347,7 @@ declare namespace sap {
1347
1347
  */
1348
1348
  getAxisTooltipFormatString(): any;
1349
1349
  /**
1350
- * @deprecated (since 7.20.0) - This method is deprecated now.
1350
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1351
1351
  *
1352
1352
  * Gets content of aggregation {@link #getContent content}.
1353
1353
  *
@@ -1355,7 +1355,7 @@ declare namespace sap {
1355
1355
  */
1356
1356
  getContent(): sap.ui.core.Control[];
1357
1357
  /**
1358
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1358
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1359
1359
  * of data label
1360
1360
  *
1361
1361
  * Gets current value of property {@link #getDataLabelFormat dataLabelFormat}.
@@ -1445,7 +1445,7 @@ declare namespace sap {
1445
1445
  */
1446
1446
  getXAxisFixedRange(): boolean;
1447
1447
  /**
1448
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1448
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1449
1449
  * of the axis labels
1450
1450
  *
1451
1451
  * Gets current value of property {@link #getXAxisFormatFunction xAxisFormatFunction}.
@@ -1456,7 +1456,7 @@ declare namespace sap {
1456
1456
  */
1457
1457
  getXAxisFormatFunction(): object;
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 #getXAxisFormatString xAxisFormatString}.
@@ -1505,7 +1505,7 @@ declare namespace sap {
1505
1505
  */
1506
1506
  getYAxisFixedRange(): boolean;
1507
1507
  /**
1508
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1508
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1509
1509
  * of the axis labels
1510
1510
  *
1511
1511
  * Gets current value of property {@link #getYAxisFormatFunction yAxisFormatFunction}.
@@ -1516,7 +1516,7 @@ declare namespace sap {
1516
1516
  */
1517
1517
  getYAxisFormatFunction(): object;
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 #getYAxisFormatString yAxisFormatString}.
@@ -1555,7 +1555,7 @@ declare namespace sap {
1555
1555
  */
1556
1556
  getYAxisTitle(): string;
1557
1557
  /**
1558
- * @deprecated (since 7.20.0) - This method is deprecated now.
1558
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1559
1559
  *
1560
1560
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
1561
1561
  * its index if found or -1 otherwise.
@@ -1569,7 +1569,7 @@ declare namespace sap {
1569
1569
  oContent: sap.ui.core.Control
1570
1570
  ): int;
1571
1571
  /**
1572
- * @deprecated (since 7.20.0) - This method is deprecated now.
1572
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1573
1573
  *
1574
1574
  * Inserts a content into the aggregation {@link #getContent content}.
1575
1575
  *
@@ -1588,7 +1588,7 @@ declare namespace sap {
1588
1588
  iIndex: int
1589
1589
  ): this;
1590
1590
  /**
1591
- * @deprecated (since 7.20.0) - This method is deprecated now.
1591
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1592
1592
  *
1593
1593
  * Removes all the controls from the aggregation {@link #getContent content}.
1594
1594
  *
@@ -1598,7 +1598,7 @@ declare namespace sap {
1598
1598
  */
1599
1599
  removeAllContent(): sap.ui.core.Control[];
1600
1600
  /**
1601
- * @deprecated (since 7.20.0) - This method is deprecated now.
1601
+ * @deprecated (since 1.20.0) - This method is deprecated now.
1602
1602
  *
1603
1603
  * Removes a content from the aggregation {@link #getContent content}.
1604
1604
  *
@@ -1611,7 +1611,7 @@ declare namespace sap {
1611
1611
  vContent: int | string | sap.ui.core.Control
1612
1612
  ): sap.ui.core.Control | null;
1613
1613
  /**
1614
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1614
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1615
1615
  *
1616
1616
  * Sets a new value for property {@link #getAxisFormatFunction axisFormatFunction}.
1617
1617
  *
@@ -1628,7 +1628,7 @@ declare namespace sap {
1628
1628
  oAxisFormatFunction?: object
1629
1629
  ): this;
1630
1630
  /**
1631
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1631
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1632
1632
  *
1633
1633
  * Sets a new value for property {@link #getAxisTooltipFormatString axisTooltipFormatString}.
1634
1634
  *
@@ -1645,7 +1645,7 @@ declare namespace sap {
1645
1645
  oAxisTooltipFormatString?: any
1646
1646
  ): this;
1647
1647
  /**
1648
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1648
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the dataLabelFormatter for any formatting
1649
1649
  * of data label
1650
1650
  *
1651
1651
  * Sets a new value for property {@link #getDataLabelFormat dataLabelFormat}.
@@ -1798,7 +1798,7 @@ declare namespace sap {
1798
1798
  bXAxisFixedRange?: boolean
1799
1799
  ): this;
1800
1800
  /**
1801
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1801
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1802
1802
  * of the axis labels
1803
1803
  *
1804
1804
  * Sets a new value for property {@link #getXAxisFormatFunction xAxisFormatFunction}.
@@ -1816,7 +1816,7 @@ declare namespace sap {
1816
1816
  oXAxisFormatFunction?: object
1817
1817
  ): this;
1818
1818
  /**
1819
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1819
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the xAxisLabelFormatter for any formatting
1820
1820
  * of the axis labels
1821
1821
  *
1822
1822
  * Sets a new value for property {@link #getXAxisFormatString xAxisFormatString}.
@@ -1900,7 +1900,7 @@ declare namespace sap {
1900
1900
  bYAxisFixedRange?: boolean
1901
1901
  ): this;
1902
1902
  /**
1903
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1903
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1904
1904
  * of the axis labels
1905
1905
  *
1906
1906
  * Sets a new value for property {@link #getYAxisFormatFunction yAxisFormatFunction}.
@@ -1918,7 +1918,7 @@ declare namespace sap {
1918
1918
  oYAxisFormatFunction?: object
1919
1919
  ): this;
1920
1920
  /**
1921
- * @deprecated (since 7.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1921
+ * @deprecated (since 1.20.0) - This method is deprecated now. Use the yAxisLabelFormatter for any formatting
1922
1922
  * of the axis labels
1923
1923
  *
1924
1924
  * Sets a new value for property {@link #getYAxisFormatString yAxisFormatString}.
@@ -4305,7 +4305,7 @@ declare namespace sap {
4305
4305
  */
4306
4306
  destroyHorizontalBarChart(): this;
4307
4307
  /**
4308
- * @deprecated (since 7.20.0) - This method is deprecated now.
4308
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4309
4309
  *
4310
4310
  * Destroys the scroll in the aggregation {@link #getScroll scroll}.
4311
4311
  *
@@ -4313,7 +4313,7 @@ declare namespace sap {
4313
4313
  */
4314
4314
  destroyScroll(): this;
4315
4315
  /**
4316
- * @deprecated (since 7.20.0) - This method is deprecated now.
4316
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4317
4317
  *
4318
4318
  * Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
4319
4319
  *
@@ -4355,7 +4355,7 @@ declare namespace sap {
4355
4355
  */
4356
4356
  getHorizontalBarChart(): sap.viz.ui5.Bar;
4357
4357
  /**
4358
- * @deprecated (since 7.20.0) - This method is deprecated now.
4358
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4359
4359
  *
4360
4360
  * Gets content of aggregation {@link #getScroll scroll}.
4361
4361
  *
@@ -4363,7 +4363,7 @@ declare namespace sap {
4363
4363
  */
4364
4364
  getScroll(): sap.m.ScrollContainer;
4365
4365
  /**
4366
- * @deprecated (since 7.20.0) - This method is deprecated now.
4366
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4367
4367
  *
4368
4368
  * Gets content of aggregation {@link #getVerticalArea verticalArea}.
4369
4369
  *
@@ -4431,7 +4431,7 @@ declare namespace sap {
4431
4431
  oHorizontalBarChart: sap.viz.ui5.Bar
4432
4432
  ): this;
4433
4433
  /**
4434
- * @deprecated (since 7.20.0) - This method is deprecated now.
4434
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4435
4435
  *
4436
4436
  * Sets the aggregated {@link #getScroll scroll}.
4437
4437
  *
@@ -4444,7 +4444,7 @@ declare namespace sap {
4444
4444
  oScroll: sap.m.ScrollContainer
4445
4445
  ): this;
4446
4446
  /**
4447
- * @deprecated (since 7.20.0) - This method is deprecated now.
4447
+ * @deprecated (since 1.20.0) - This method is deprecated now.
4448
4448
  *
4449
4449
  * Sets the aggregated {@link #getVerticalArea verticalArea}.
4450
4450
  *
@@ -5641,7 +5641,7 @@ declare namespace sap {
5641
5641
  */
5642
5642
  static getMetadata(): sap.ui.core.ElementMetadata;
5643
5643
  /**
5644
- * @deprecated (since 7.20.0) - This method is deprecated now.
5644
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5645
5645
  *
5646
5646
  * Adds some content to the aggregation {@link #getContent content}.
5647
5647
  *
@@ -5654,7 +5654,7 @@ declare namespace sap {
5654
5654
  oContent: sap.ui.core.Control
5655
5655
  ): this;
5656
5656
  /**
5657
- * @deprecated (since 7.20.0) - This method is deprecated now.
5657
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5658
5658
  *
5659
5659
  * Destroys all the content in the aggregation {@link #getContent content}.
5660
5660
  *
@@ -5662,7 +5662,7 @@ declare namespace sap {
5662
5662
  */
5663
5663
  destroyContent(): this;
5664
5664
  /**
5665
- * @deprecated (since 7.20.0) - This method is deprecated now.
5665
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5666
5666
  *
5667
5667
  * Destroys the scroll in the aggregation {@link #getScroll scroll}.
5668
5668
  *
@@ -5670,7 +5670,7 @@ declare namespace sap {
5670
5670
  */
5671
5671
  destroyScroll(): this;
5672
5672
  /**
5673
- * @deprecated (since 7.20.0) - This method is deprecated now.
5673
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5674
5674
  *
5675
5675
  * Destroys the verticalArea in the aggregation {@link #getVerticalArea verticalArea}.
5676
5676
  *
@@ -5678,7 +5678,7 @@ declare namespace sap {
5678
5678
  */
5679
5679
  destroyVerticalArea(): this;
5680
5680
  /**
5681
- * @deprecated (since 7.20.0) - This method is deprecated now.
5681
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5682
5682
  *
5683
5683
  * Destroys the verticalBarChart in the aggregation {@link #getVerticalBarChart verticalBarChart}.
5684
5684
  *
@@ -5706,7 +5706,7 @@ declare namespace sap {
5706
5706
  */
5707
5707
  getContainer(): string;
5708
5708
  /**
5709
- * @deprecated (since 7.20.0) - This method is deprecated now.
5709
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5710
5710
  *
5711
5711
  * Gets content of aggregation {@link #getContent content}.
5712
5712
  *
@@ -5722,7 +5722,7 @@ declare namespace sap {
5722
5722
  */
5723
5723
  getData(): object;
5724
5724
  /**
5725
- * @deprecated (since 7.20.0) - This method is deprecated now.
5725
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5726
5726
  *
5727
5727
  * Gets content of aggregation {@link #getScroll scroll}.
5728
5728
  *
@@ -5730,7 +5730,7 @@ declare namespace sap {
5730
5730
  */
5731
5731
  getScroll(): sap.m.ScrollContainer;
5732
5732
  /**
5733
- * @deprecated (since 7.20.0) - This method is deprecated now.
5733
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5734
5734
  *
5735
5735
  * Gets content of aggregation {@link #getVerticalArea verticalArea}.
5736
5736
  *
@@ -5738,7 +5738,7 @@ declare namespace sap {
5738
5738
  */
5739
5739
  getVerticalArea(): sap.m.VBox;
5740
5740
  /**
5741
- * @deprecated (since 7.20.0) - This method is deprecated now.
5741
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5742
5742
  *
5743
5743
  * Gets content of aggregation {@link #getVerticalBarChart verticalBarChart}.
5744
5744
  *
@@ -5746,7 +5746,7 @@ declare namespace sap {
5746
5746
  */
5747
5747
  getVerticalBarChart(): sap.viz.ui5.Column;
5748
5748
  /**
5749
- * @deprecated (since 7.20.0) - This method is deprecated now.
5749
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5750
5750
  *
5751
5751
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
5752
5752
  * its index if found or -1 otherwise.
@@ -5760,7 +5760,7 @@ declare namespace sap {
5760
5760
  oContent: sap.ui.core.Control
5761
5761
  ): int;
5762
5762
  /**
5763
- * @deprecated (since 7.20.0) - This method is deprecated now.
5763
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5764
5764
  *
5765
5765
  * Inserts a content into the aggregation {@link #getContent content}.
5766
5766
  *
@@ -5779,7 +5779,7 @@ declare namespace sap {
5779
5779
  iIndex: int
5780
5780
  ): this;
5781
5781
  /**
5782
- * @deprecated (since 7.20.0) - This method is deprecated now.
5782
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5783
5783
  *
5784
5784
  * Removes all the controls from the aggregation {@link #getContent content}.
5785
5785
  *
@@ -5789,7 +5789,7 @@ declare namespace sap {
5789
5789
  */
5790
5790
  removeAllContent(): sap.ui.core.Control[];
5791
5791
  /**
5792
- * @deprecated (since 7.20.0) - This method is deprecated now.
5792
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5793
5793
  *
5794
5794
  * Removes a content from the aggregation {@link #getContent content}.
5795
5795
  *
@@ -5851,7 +5851,7 @@ declare namespace sap {
5851
5851
  oData?: object
5852
5852
  ): this;
5853
5853
  /**
5854
- * @deprecated (since 7.20.0) - This method is deprecated now.
5854
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5855
5855
  *
5856
5856
  * Sets the aggregated {@link #getScroll scroll}.
5857
5857
  *
@@ -5864,7 +5864,7 @@ declare namespace sap {
5864
5864
  oScroll: sap.m.ScrollContainer
5865
5865
  ): this;
5866
5866
  /**
5867
- * @deprecated (since 7.20.0) - This method is deprecated now.
5867
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5868
5868
  *
5869
5869
  * Sets the aggregated {@link #getVerticalArea verticalArea}.
5870
5870
  *
@@ -5877,7 +5877,7 @@ declare namespace sap {
5877
5877
  oVerticalArea: sap.m.VBox
5878
5878
  ): this;
5879
5879
  /**
5880
- * @deprecated (since 7.20.0) - This method is deprecated now.
5880
+ * @deprecated (since 1.20.0) - This method is deprecated now.
5881
5881
  *
5882
5882
  * Sets the aggregated {@link #getVerticalBarChart verticalBarChart}.
5883
5883
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.119.1
1
+ // For Library Version: 1.120.0
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
4
4
  /**