@sapui5/ts-types-esm 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 +318 -24
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +60 -1175
  11. package/types/sap.fe.macros.d.ts +16 -588
  12. package/types/sap.fe.navigation.d.ts +1 -1332
  13. package/types/sap.fe.templates.d.ts +12 -162
  14. package/types/sap.fe.test.d.ts +12 -265
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +340 -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 +2471 -364
  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 +69 -3
  23. package/types/sap.ovp.d.ts +5 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +165 -4
  26. package/types/sap.sac.grid.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +554 -76
  28. package/types/sap.suite.ui.generic.template.d.ts +108 -13
  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 +1310 -382
  34. package/types/sap.ui.core.d.ts +390 -113
  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 +107 -66
  38. package/types/sap.ui.generic.app.d.ts +13 -10
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +48 -67
  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 +33 -192
  52. package/types/sap.ui.vk.d.ts +82 -25
  53. package/types/sap.ui.vtm.d.ts +12 -12
  54. package/types/sap.ui.webc.common.d.ts +113 -0
  55. package/types/sap.ui.webc.fiori.d.ts +13589 -0
  56. package/types/sap.ui.webc.main.d.ts +40164 -0
  57. package/types/sap.uiext.inbox.d.ts +3 -3
  58. package/types/sap.ushell.d.ts +76 -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-esm",
3
- "version": "1.102.2",
3
+ "version": "1.104.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
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 module "sap/apf/library" {}
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 module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -789,7 +789,7 @@ declare module "sap/ca/ui/AddPicture" {
789
789
  * The picture to remove or its index or id
790
790
  */
791
791
  vPicture: int | string | PictureItem
792
- ): PictureItem;
792
+ ): PictureItem | null;
793
793
  /**
794
794
  * Sets a new value for property {@link #getButtonPageType buttonPageType}.
795
795
  *
@@ -1587,7 +1587,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
1587
1587
  * The content to remove or its index or id
1588
1588
  */
1589
1589
  vContent: int | string | Control
1590
- ): Control;
1590
+ ): Control | null;
1591
1591
  /**
1592
1592
  * @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
1593
1593
  *
@@ -4049,7 +4049,7 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
4049
4049
  * The chart to remove or its index or id
4050
4050
  */
4051
4051
  vChart: int | string | Control
4052
- ): Control;
4052
+ ): Control | null;
4053
4053
  /**
4054
4054
  * Sets a new value for property {@link #getChartTitle chartTitle}.
4055
4055
  *
@@ -6015,7 +6015,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
6015
6015
  * The content to remove or its index or id
6016
6016
  */
6017
6017
  vContent: int | string | Control
6018
- ): Control;
6018
+ ): Control | null;
6019
6019
  /**
6020
6020
  * Sets a new value for property {@link #getDataLabelFormat dataLabelFormat}.
6021
6021
  *
@@ -6318,7 +6318,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
6318
6318
  * The content to remove or its index or id
6319
6319
  */
6320
6320
  vContent: int | string | Control
6321
- ): Control;
6321
+ ): Control | null;
6322
6322
  /**
6323
6323
  * @deprecated (since 1.16.3) - dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
6324
6324
  * instead.
@@ -6661,7 +6661,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
6661
6661
  * The content to remove or its index or id
6662
6662
  */
6663
6663
  vContent: int | string | Control
6664
- ): Control;
6664
+ ): Control | null;
6665
6665
  /**
6666
6666
  * Sets a new value for property {@link #getBarWidth barWidth}.
6667
6667
  *
@@ -9537,7 +9537,7 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
9537
9537
  * The item to remove or its index or id
9538
9538
  */
9539
9539
  vItem: int | string | HierarchicalSelectDialogItem
9540
- ): HierarchicalSelectDialogItem;
9540
+ ): HierarchicalSelectDialogItem | null;
9541
9541
  }
9542
9542
 
9543
9543
  export interface $HierarchicalSelectDialogSettings extends $DialogSettings {
@@ -9904,7 +9904,7 @@ declare module "sap/ca/ui/Hierarchy" {
9904
9904
  * The item to remove or its index or id
9905
9905
  */
9906
9906
  vItem: int | string | HierarchyItem
9907
- ): HierarchyItem;
9907
+ ): HierarchyItem | null;
9908
9908
  /**
9909
9909
  * Sets a new value for property {@link #getHideOptionalLevels hideOptionalLevels}.
9910
9910
  *
@@ -11826,7 +11826,7 @@ declare module "sap/ca/ui/OverflowContainer" {
11826
11826
  * The content to remove or its index or id
11827
11827
  */
11828
11828
  vContent: int | string | Control
11829
- ): Control;
11829
+ ): Control | null;
11830
11830
  /**
11831
11831
  * Sets a new value for property {@link #getExpanded expanded}.
11832
11832
  *
@@ -13270,7 +13270,7 @@ declare module "sap/ca/ui/PictureViewer" {
13270
13270
  * The item to remove or its index or id
13271
13271
  */
13272
13272
  vItem: int | string | PictureViewerItem
13273
- ): PictureViewerItem;
13273
+ ): PictureViewerItem | null;
13274
13274
  /**
13275
13275
  * Select the picture at index `iIndex` from the `items` aggregation.
13276
13276
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.2
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1650,7 +1650,7 @@ declare module "sap/chart/Chart" {
1650
1650
  * The measure to remove or its index or id
1651
1651
  */
1652
1652
  vMeasure: int | string | Measure
1653
- ): Measure;
1653
+ ): Measure | null;
1654
1654
  /**
1655
1655
  * Deselect one or more categories from current category selections, specified by category objects.
1656
1656
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
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 module "sap/esh/search/ui/library" {}
4
4