@sapui5/ts-types 1.102.2 → 1.104.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 +3 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +11 -11
  5. package/types/sap.chart.d.ts +2 -2
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +320 -24
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +29 -1159
  11. package/types/sap.fe.macros.d.ts +52 -627
  12. package/types/sap.fe.navigation.d.ts +1 -1309
  13. package/types/sap.fe.templates.d.ts +2 -161
  14. package/types/sap.fe.test.d.ts +12 -244
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +343 -63
  17. package/types/sap.insights.d.ts +1 -1
  18. package/types/sap.landvisz.d.ts +15 -15
  19. package/types/sap.m.d.ts +2388 -334
  20. package/types/sap.makit.d.ts +5 -5
  21. package/types/sap.me.d.ts +2 -2
  22. package/types/sap.ndc.d.ts +75 -3
  23. package/types/sap.ovp.d.ts +6 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +164 -2
  26. package/types/sap.sac.grid.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +556 -76
  28. package/types/sap.suite.ui.generic.template.d.ts +105 -12
  29. package/types/sap.suite.ui.microchart.d.ts +14 -14
  30. package/types/sap.tnt.d.ts +5 -5
  31. package/types/sap.ui.codeeditor.d.ts +1 -1
  32. package/types/sap.ui.commons.d.ts +36 -36
  33. package/types/sap.ui.comp.d.ts +1213 -270
  34. package/types/sap.ui.core.d.ts +384 -111
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +3 -3
  37. package/types/sap.ui.fl.d.ts +3 -1
  38. package/types/sap.ui.generic.app.d.ts +13 -6
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +43 -64
  41. package/types/sap.ui.layout.d.ts +33 -41
  42. package/types/sap.ui.mdc.d.ts +1 -1
  43. package/types/sap.ui.richtexteditor.d.ts +2 -2
  44. package/types/sap.ui.rta.d.ts +3 -1
  45. package/types/sap.ui.suite.d.ts +1 -1
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +9 -9
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +115 -35
  50. package/types/sap.ui.ux3.d.ts +43 -43
  51. package/types/sap.ui.vbm.d.ts +28 -188
  52. package/types/sap.ui.vk.d.ts +83 -25
  53. package/types/sap.ui.vtm.d.ts +12 -12
  54. package/types/sap.ui.webc.common.d.ts +118 -0
  55. package/types/sap.ui.webc.fiori.d.ts +13298 -0
  56. package/types/sap.ui.webc.main.d.ts +39842 -0
  57. package/types/sap.uiext.inbox.d.ts +3 -3
  58. package/types/sap.ushell.d.ts +45 -31
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +13 -13
  61. package/types/sap.viz.d.ts +8 -8
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +4 -4
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.102.2",
3
+ "version": "1.104.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
@@ -63,3 +63,6 @@
63
63
  /// <reference path="./sap.uxap.d.ts"/>
64
64
  /// <reference path="./sap.ui.vbm.d.ts"/>
65
65
  /// <reference path="./sap.viz.d.ts"/>
66
+ /// <reference path="./sap.ui.webc.common.d.ts"/>
67
+ /// <reference path="./sap.ui.webc.fiori.d.ts"/>
68
+ /// <reference path="./sap.ui.webc.main.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.104.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1596,7 +1596,7 @@ declare namespace sap {
1596
1596
  * The content to remove or its index or id
1597
1597
  */
1598
1598
  vContent: int | string | sap.ui.core.Control
1599
- ): sap.ui.core.Control;
1599
+ ): sap.ui.core.Control | null;
1600
1600
  /**
1601
1601
  * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1602
1602
  *
@@ -3690,7 +3690,7 @@ declare namespace sap {
3690
3690
  * The chart to remove or its index or id
3691
3691
  */
3692
3692
  vChart: int | string | sap.ui.core.Control
3693
- ): sap.ui.core.Control;
3693
+ ): sap.ui.core.Control | null;
3694
3694
  /**
3695
3695
  * Sets a new value for property {@link #getChartTitle chartTitle}.
3696
3696
  *
@@ -5224,7 +5224,7 @@ declare namespace sap {
5224
5224
  * The content to remove or its index or id
5225
5225
  */
5226
5226
  vContent: int | string | sap.ui.core.Control
5227
- ): sap.ui.core.Control;
5227
+ ): sap.ui.core.Control | null;
5228
5228
  /**
5229
5229
  * Sets a new value for property {@link #getDataLabelFormat dataLabelFormat}.
5230
5230
  *
@@ -5484,7 +5484,7 @@ declare namespace sap {
5484
5484
  * The content to remove or its index or id
5485
5485
  */
5486
5486
  vContent: int | string | sap.ui.core.Control
5487
- ): sap.ui.core.Control;
5487
+ ): sap.ui.core.Control | null;
5488
5488
  /**
5489
5489
  * @deprecated (since 1.16.3) - dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
5490
5490
  * instead.
@@ -5774,7 +5774,7 @@ declare namespace sap {
5774
5774
  * The content to remove or its index or id
5775
5775
  */
5776
5776
  vContent: int | string | sap.ui.core.Control
5777
- ): sap.ui.core.Control;
5777
+ ): sap.ui.core.Control | null;
5778
5778
  /**
5779
5779
  * Sets a new value for property {@link #getBarWidth barWidth}.
5780
5780
  *
@@ -8455,7 +8455,7 @@ declare namespace sap {
8455
8455
  * The picture to remove or its index or id
8456
8456
  */
8457
8457
  vPicture: int | string | sap.ca.ui.PictureItem
8458
- ): sap.ca.ui.PictureItem;
8458
+ ): sap.ca.ui.PictureItem | null;
8459
8459
  /**
8460
8460
  * Sets a new value for property {@link #getButtonPageType buttonPageType}.
8461
8461
  *
@@ -10936,7 +10936,7 @@ declare namespace sap {
10936
10936
  * The item to remove or its index or id
10937
10937
  */
10938
10938
  vItem: int | string | sap.ca.ui.HierarchicalSelectDialogItem
10939
- ): sap.ca.ui.HierarchicalSelectDialogItem;
10939
+ ): sap.ca.ui.HierarchicalSelectDialogItem | null;
10940
10940
  }
10941
10941
  /**
10942
10942
  * @deprecated (since 1.24) - This control is deprecated as per central UX requirements. This control will
@@ -11239,7 +11239,7 @@ declare namespace sap {
11239
11239
  * The item to remove or its index or id
11240
11240
  */
11241
11241
  vItem: int | string | sap.ca.ui.HierarchyItem
11242
- ): sap.ca.ui.HierarchyItem;
11242
+ ): sap.ca.ui.HierarchyItem | null;
11243
11243
  /**
11244
11244
  * Sets a new value for property {@link #getHideOptionalLevels hideOptionalLevels}.
11245
11245
  *
@@ -12224,7 +12224,7 @@ declare namespace sap {
12224
12224
  * The content to remove or its index or id
12225
12225
  */
12226
12226
  vContent: int | string | sap.ui.core.Control
12227
- ): sap.ui.core.Control;
12227
+ ): sap.ui.core.Control | null;
12228
12228
  /**
12229
12229
  * Sets a new value for property {@link #getExpanded expanded}.
12230
12230
  *
@@ -13465,7 +13465,7 @@ declare namespace sap {
13465
13465
  * The item to remove or its index or id
13466
13466
  */
13467
13467
  vItem: int | string | sap.ca.ui.PictureViewerItem
13468
- ): sap.ca.ui.PictureViewerItem;
13468
+ ): sap.ca.ui.PictureViewerItem | null;
13469
13469
  /**
13470
13470
  * Select the picture at index `iIndex` from the `items` aggregation.
13471
13471
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.2
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -3258,7 +3258,7 @@ declare namespace sap {
3258
3258
  * The measure to remove or its index or id
3259
3259
  */
3260
3260
  vMeasure: int | string | sap.chart.data.Measure
3261
- ): sap.chart.data.Measure;
3261
+ ): sap.chart.data.Measure | null;
3262
3262
  /**
3263
3263
  * Deselect one or more categories from current category selections, specified by category objects.
3264
3264
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {