@sapui5/ts-types 1.102.1 → 1.103.1

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 (61) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +11 -11
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +164 -24
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +29 -1159
  10. package/types/sap.fe.macros.d.ts +52 -627
  11. package/types/sap.fe.navigation.d.ts +1 -1309
  12. package/types/sap.fe.templates.d.ts +2 -161
  13. package/types/sap.fe.test.d.ts +12 -244
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +343 -63
  16. package/types/sap.insights.d.ts +2 -61
  17. package/types/sap.landvisz.d.ts +15 -15
  18. package/types/sap.m.d.ts +513 -284
  19. package/types/sap.makit.d.ts +5 -5
  20. package/types/sap.me.d.ts +2 -2
  21. package/types/sap.ndc.d.ts +75 -3
  22. package/types/sap.ovp.d.ts +6 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +163 -1
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +59 -59
  27. package/types/sap.suite.ui.generic.template.d.ts +98 -12
  28. package/types/sap.suite.ui.microchart.d.ts +14 -14
  29. package/types/sap.tnt.d.ts +5 -5
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +36 -36
  32. package/types/sap.ui.comp.d.ts +113 -28
  33. package/types/sap.ui.core.d.ts +294 -92
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +3 -1
  37. package/types/sap.ui.generic.app.d.ts +13 -6
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +3 -3
  40. package/types/sap.ui.layout.d.ts +33 -41
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +2 -2
  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 +1 -1
  46. package/types/sap.ui.table.d.ts +9 -9
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +35 -35
  49. package/types/sap.ui.ux3.d.ts +43 -43
  50. package/types/sap.ui.vbm.d.ts +130 -55
  51. package/types/sap.ui.vk.d.ts +25 -25
  52. package/types/sap.ui.vtm.d.ts +15 -12
  53. package/types/sap.uiext.inbox.d.ts +3 -3
  54. package/types/sap.ushell.d.ts +14 -12
  55. package/types/sap.ushell_abap.d.ts +1 -1
  56. package/types/sap.uxap.d.ts +13 -13
  57. package/types/sap.viz.d.ts +8 -8
  58. package/types/sap.webanalytics.core.d.ts +1 -1
  59. package/types/sap.zen.commons.d.ts +4 -4
  60. package/types/sap.zen.crosstab.d.ts +1 -1
  61. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -2799,7 +2799,7 @@ declare namespace sap {
2799
2799
  | int
2800
2800
  | string
2801
2801
  | sap.suite.ui.commons.imageeditor.CustomSizeItem
2802
- ): sap.suite.ui.commons.imageeditor.CustomSizeItem;
2802
+ ): sap.suite.ui.commons.imageeditor.CustomSizeItem | null;
2803
2803
  /**
2804
2804
  * Removes a customRectangleCropItem from the aggregation {@link #getCustomRectangleCropItems customRectangleCropItems}.
2805
2805
  *
@@ -2813,7 +2813,7 @@ declare namespace sap {
2813
2813
  | int
2814
2814
  | string
2815
2815
  | sap.suite.ui.commons.imageeditor.CustomSizeItem
2816
- ): sap.suite.ui.commons.imageeditor.CustomSizeItem;
2816
+ ): sap.suite.ui.commons.imageeditor.CustomSizeItem | null;
2817
2817
  /**
2818
2818
  * Removes a customResizeItem from the aggregation {@link #getCustomResizeItems customResizeItems}.
2819
2819
  *
@@ -2827,7 +2827,7 @@ declare namespace sap {
2827
2827
  | int
2828
2828
  | string
2829
2829
  | sap.suite.ui.commons.imageeditor.CustomSizeItem
2830
- ): sap.suite.ui.commons.imageeditor.CustomSizeItem;
2830
+ ): sap.suite.ui.commons.imageeditor.CustomSizeItem | null;
2831
2831
  /**
2832
2832
  * Removes a customToolbarControl from the aggregation {@link #getCustomToolbarControls customToolbarControls}.
2833
2833
  *
@@ -2838,7 +2838,7 @@ declare namespace sap {
2838
2838
  * The customToolbarControl to remove or its index or id
2839
2839
  */
2840
2840
  vCustomToolbarControl: int | string | sap.ui.core.Control
2841
- ): sap.ui.core.Control;
2841
+ ): sap.ui.core.Control | null;
2842
2842
  /**
2843
2843
  * Sets a new value for property {@link #getEnabledButtons enabledButtons}.
2844
2844
  *
@@ -5635,7 +5635,7 @@ declare namespace sap {
5635
5635
  | int
5636
5636
  | string
5637
5637
  | sap.suite.ui.commons.networkgraph.ElementAttribute
5638
- ): sap.suite.ui.commons.networkgraph.ElementAttribute;
5638
+ ): sap.suite.ui.commons.networkgraph.ElementAttribute | null;
5639
5639
  /**
5640
5640
  * Scrolls the view port to show this element
5641
5641
  */
@@ -6868,7 +6868,7 @@ declare namespace sap {
6868
6868
  * The group to remove or its index or id
6869
6869
  */
6870
6870
  vGroup: int | string | sap.suite.ui.commons.networkgraph.Group
6871
- ): sap.suite.ui.commons.networkgraph.Group;
6871
+ ): sap.suite.ui.commons.networkgraph.Group | null;
6872
6872
  /**
6873
6873
  * Removes a line from the aggregation {@link #getLines lines}.
6874
6874
  *
@@ -6879,7 +6879,7 @@ declare namespace sap {
6879
6879
  * The line to remove or its index or id
6880
6880
  */
6881
6881
  vLine: int | string | sap.suite.ui.commons.networkgraph.Line
6882
- ): sap.suite.ui.commons.networkgraph.Line;
6882
+ ): sap.suite.ui.commons.networkgraph.Line | null;
6883
6883
  /**
6884
6884
  * Removes a node from the aggregation {@link #getNodes nodes}.
6885
6885
  *
@@ -6890,7 +6890,7 @@ declare namespace sap {
6890
6890
  * The node to remove or its index or id
6891
6891
  */
6892
6892
  vNode: int | string | sap.suite.ui.commons.networkgraph.Node
6893
- ): sap.suite.ui.commons.networkgraph.Node;
6893
+ ): sap.suite.ui.commons.networkgraph.Node | null;
6894
6894
  /**
6895
6895
  * Removes a status from the aggregation {@link #getStatuses statuses}.
6896
6896
  *
@@ -6901,7 +6901,7 @@ declare namespace sap {
6901
6901
  * The status to remove or its index or id
6902
6902
  */
6903
6903
  vStatus: int | string | sap.suite.ui.commons.networkgraph.Status
6904
- ): sap.suite.ui.commons.networkgraph.Status;
6904
+ ): sap.suite.ui.commons.networkgraph.Status | null;
6905
6905
  /**
6906
6906
  * Scrolls to the element set in the parameter.
6907
6907
  */
@@ -8367,7 +8367,7 @@ declare namespace sap {
8367
8367
  | int
8368
8368
  | string
8369
8369
  | sap.suite.ui.commons.networkgraph.ActionButton
8370
- ): sap.suite.ui.commons.networkgraph.ActionButton;
8370
+ ): sap.suite.ui.commons.networkgraph.ActionButton | null;
8371
8371
  /**
8372
8372
  * Removes all the controls from the aggregation {@link #getActionButtons actionButtons}.
8373
8373
  *
@@ -8397,7 +8397,7 @@ declare namespace sap {
8397
8397
  | int
8398
8398
  | string
8399
8399
  | sap.suite.ui.commons.networkgraph.Coordinate
8400
- ): sap.suite.ui.commons.networkgraph.Coordinate;
8400
+ ): sap.suite.ui.commons.networkgraph.Coordinate | null;
8401
8401
  /**
8402
8402
  * Sets a new value for property {@link #getArrowOrientation arrowOrientation}.
8403
8403
  *
@@ -9346,7 +9346,7 @@ declare namespace sap {
9346
9346
  | int
9347
9347
  | string
9348
9348
  | sap.suite.ui.commons.networkgraph.ActionButton
9349
- ): sap.suite.ui.commons.networkgraph.ActionButton;
9349
+ ): sap.suite.ui.commons.networkgraph.ActionButton | null;
9350
9350
  /**
9351
9351
  * Removes a actionLink from the aggregation {@link #getActionLinks actionLinks}.
9352
9352
  *
@@ -9357,7 +9357,7 @@ declare namespace sap {
9357
9357
  * The actionLink to remove or its index or id
9358
9358
  */
9359
9359
  vActionLink: int | string | sap.ui.core.Control
9360
- ): sap.ui.core.Control;
9360
+ ): sap.ui.core.Control | null;
9361
9361
  /**
9362
9362
  * Removes all the controls from the aggregation {@link #getActionButtons actionButtons}.
9363
9363
  *
@@ -11798,7 +11798,7 @@ declare namespace sap {
11798
11798
  | int
11799
11799
  | string
11800
11800
  | sap.suite.ui.commons.statusindicator.FillingOption
11801
- ): sap.suite.ui.commons.statusindicator.FillingOption;
11801
+ ): sap.suite.ui.commons.statusindicator.FillingOption | null;
11802
11802
  /**
11803
11803
  * Removes a shape from the aggregation {@link #getShapes shapes}.
11804
11804
  *
@@ -11812,7 +11812,7 @@ declare namespace sap {
11812
11812
  | int
11813
11813
  | string
11814
11814
  | sap.suite.ui.commons.statusindicator.SimpleShape
11815
- ): sap.suite.ui.commons.statusindicator.SimpleShape;
11815
+ ): sap.suite.ui.commons.statusindicator.SimpleShape | null;
11816
11816
  /**
11817
11817
  * Sets a new value for property {@link #getDefinition definition}.
11818
11818
  *
@@ -13450,7 +13450,7 @@ declare namespace sap {
13450
13450
  * The shape to remove or its index or id
13451
13451
  */
13452
13452
  vShape: int | string | sap.suite.ui.commons.statusindicator.Shape
13453
- ): sap.suite.ui.commons.statusindicator.Shape;
13453
+ ): sap.suite.ui.commons.statusindicator.Shape | null;
13454
13454
  /**
13455
13455
  * Sets a new value for property {@link #getWeight weight}.
13456
13456
  *
@@ -14118,7 +14118,7 @@ declare namespace sap {
14118
14118
  | int
14119
14119
  | string
14120
14120
  | sap.suite.ui.commons.statusindicator.DiscreteThreshold
14121
- ): sap.suite.ui.commons.statusindicator.DiscreteThreshold;
14121
+ ): sap.suite.ui.commons.statusindicator.DiscreteThreshold | null;
14122
14122
  /**
14123
14123
  * Removes a group from the aggregation {@link #getGroups groups}.
14124
14124
  *
@@ -14132,7 +14132,7 @@ declare namespace sap {
14132
14132
  | int
14133
14133
  | string
14134
14134
  | sap.suite.ui.commons.statusindicator.ShapeGroup
14135
- ): sap.suite.ui.commons.statusindicator.ShapeGroup;
14135
+ ): sap.suite.ui.commons.statusindicator.ShapeGroup | null;
14136
14136
  /**
14137
14137
  * Removes a propertyThreshold from the aggregation {@link #getPropertyThresholds propertyThresholds}.
14138
14138
  *
@@ -14146,7 +14146,7 @@ declare namespace sap {
14146
14146
  | int
14147
14147
  | string
14148
14148
  | sap.suite.ui.commons.statusindicator.PropertyThreshold
14149
- ): sap.suite.ui.commons.statusindicator.PropertyThreshold;
14149
+ ): sap.suite.ui.commons.statusindicator.PropertyThreshold | null;
14150
14150
  /**
14151
14151
  * Sets a new value for property {@link #getAriaLabel ariaLabel}.
14152
14152
  *
@@ -14945,7 +14945,7 @@ declare namespace sap {
14945
14945
  * The credit to remove or its index or id
14946
14946
  */
14947
14947
  vCredit: int | string | sap.suite.ui.commons.taccount.TAccountItem
14948
- ): sap.suite.ui.commons.taccount.TAccountItem;
14948
+ ): sap.suite.ui.commons.taccount.TAccountItem | null;
14949
14949
  /**
14950
14950
  * Removes a debit from the aggregation {@link #getDebit debit}.
14951
14951
  *
@@ -14956,7 +14956,7 @@ declare namespace sap {
14956
14956
  * The debit to remove or its index or id
14957
14957
  */
14958
14958
  vDebit: int | string | sap.suite.ui.commons.taccount.TAccountItem
14959
- ): sap.suite.ui.commons.taccount.TAccountItem;
14959
+ ): sap.suite.ui.commons.taccount.TAccountItem | null;
14960
14960
  /**
14961
14961
  * @SINCE 1.68
14962
14962
  *
@@ -15250,7 +15250,7 @@ declare namespace sap {
15250
15250
  * The account to remove or its index or id
15251
15251
  */
15252
15252
  vAccount: int | string | sap.suite.ui.commons.taccount.TAccount
15253
- ): sap.suite.ui.commons.taccount.TAccount;
15253
+ ): sap.suite.ui.commons.taccount.TAccount | null;
15254
15254
  /**
15255
15255
  * Removes all the controls from the aggregation {@link #getAccounts accounts}.
15256
15256
  *
@@ -15556,7 +15556,7 @@ declare namespace sap {
15556
15556
  | int
15557
15557
  | string
15558
15558
  | sap.suite.ui.commons.taccount.TAccountItemProperty
15559
- ): sap.suite.ui.commons.taccount.TAccountItemProperty;
15559
+ ): sap.suite.ui.commons.taccount.TAccountItemProperty | null;
15560
15560
  /**
15561
15561
  * Sets a new value for property {@link #getAriaLabel ariaLabel}.
15562
15562
  *
@@ -16214,7 +16214,7 @@ declare namespace sap {
16214
16214
  | int
16215
16215
  | string
16216
16216
  | sap.suite.ui.commons.taccount.TAccountItemProperty
16217
- ): sap.suite.ui.commons.taccount.TAccountItemProperty;
16217
+ ): sap.suite.ui.commons.taccount.TAccountItemProperty | null;
16218
16218
  /**
16219
16219
  * @SINCE 1.68
16220
16220
  *
@@ -21682,7 +21682,7 @@ declare namespace sap {
21682
21682
  | int
21683
21683
  | string
21684
21684
  | sap.suite.ui.commons.CalculationBuilderFunction
21685
- ): sap.suite.ui.commons.CalculationBuilderFunction;
21685
+ ): sap.suite.ui.commons.CalculationBuilderFunction | null;
21686
21686
  /**
21687
21687
  * Removes a Group from the aggregation {@link #getGroups groups}.
21688
21688
  *
@@ -21693,7 +21693,7 @@ declare namespace sap {
21693
21693
  * The Group to remove or its index or id
21694
21694
  */
21695
21695
  vGroup: int | string | sap.suite.ui.commons.CalculationBuilderGroup
21696
- ): sap.suite.ui.commons.CalculationBuilderGroup;
21696
+ ): sap.suite.ui.commons.CalculationBuilderGroup | null;
21697
21697
  /**
21698
21698
  * Removes a item from the aggregation {@link #getItems items}.
21699
21699
  *
@@ -21704,7 +21704,7 @@ declare namespace sap {
21704
21704
  * The item to remove or its index or id
21705
21705
  */
21706
21706
  vItem: int | string | sap.suite.ui.commons.CalculationBuilderItem
21707
- ): sap.suite.ui.commons.CalculationBuilderItem;
21707
+ ): sap.suite.ui.commons.CalculationBuilderItem | null;
21708
21708
  /**
21709
21709
  * Removes a Operator from the aggregation {@link #getOperators operators}.
21710
21710
  *
@@ -21715,7 +21715,7 @@ declare namespace sap {
21715
21715
  * The Operator to remove or its index or id
21716
21716
  */
21717
21717
  vOperator: int | string | sap.ui.core.Item
21718
- ): sap.ui.core.Item;
21718
+ ): sap.ui.core.Item | null;
21719
21719
  /**
21720
21720
  * Removes a Variable from the aggregation {@link #getVariables variables}.
21721
21721
  *
@@ -21729,7 +21729,7 @@ declare namespace sap {
21729
21729
  | int
21730
21730
  | string
21731
21731
  | sap.suite.ui.commons.CalculationBuilderVariable
21732
- ): sap.suite.ui.commons.CalculationBuilderVariable;
21732
+ ): sap.suite.ui.commons.CalculationBuilderVariable | null;
21733
21733
  /**
21734
21734
  * Sets a new value for property {@link #getAllowComparisonOperators allowComparisonOperators}.
21735
21735
  *
@@ -22195,7 +22195,7 @@ declare namespace sap {
22195
22195
  * The item to remove or its index or id
22196
22196
  */
22197
22197
  vItem: int | string | sap.suite.ui.commons.CalculationBuilderItem
22198
- ): sap.suite.ui.commons.CalculationBuilderItem;
22198
+ ): sap.suite.ui.commons.CalculationBuilderItem | null;
22199
22199
  /**
22200
22200
  * Sets a new value for property {@link #getDescription description}.
22201
22201
  *
@@ -22868,7 +22868,7 @@ declare namespace sap {
22868
22868
  * The Item to remove or its index or id
22869
22869
  */
22870
22870
  vItem: int | string | sap.suite.ui.commons.CalculationBuilderItem
22871
- ): sap.suite.ui.commons.CalculationBuilderItem;
22871
+ ): sap.suite.ui.commons.CalculationBuilderItem | null;
22872
22872
  /**
22873
22873
  * Sets a new value for property {@link #getGroup group}.
22874
22874
  *
@@ -23666,7 +23666,7 @@ declare namespace sap {
23666
23666
  * The content to remove or its index or id
23667
23667
  */
23668
23668
  vContent: int | string | sap.suite.ui.commons.ChartContainerContent
23669
- ): sap.suite.ui.commons.ChartContainerContent;
23669
+ ): sap.suite.ui.commons.ChartContainerContent | null;
23670
23670
  /**
23671
23671
  * Removes a customIcon from the aggregation {@link #getCustomIcons customIcons}.
23672
23672
  *
@@ -23677,7 +23677,7 @@ declare namespace sap {
23677
23677
  * The customIcon to remove or its index or id
23678
23678
  */
23679
23679
  vCustomIcon: int | string | sap.ui.core.Icon
23680
- ): sap.ui.core.Icon;
23680
+ ): sap.ui.core.Icon | null;
23681
23681
  /**
23682
23682
  * Removes a dimensionSelector from the aggregation {@link #getDimensionSelectors dimensionSelectors}.
23683
23683
  *
@@ -23688,7 +23688,7 @@ declare namespace sap {
23688
23688
  * The dimensionSelector to remove or its index or id
23689
23689
  */
23690
23690
  vDimensionSelector: int | string | sap.ui.core.Control
23691
- ): sap.ui.core.Control;
23691
+ ): sap.ui.core.Control | null;
23692
23692
  /**
23693
23693
  * Sets a new value for property {@link #getAutoAdjustHeight autoAdjustHeight}.
23694
23694
  *
@@ -27060,7 +27060,7 @@ declare namespace sap {
27060
27060
  * The item to remove or its index or id
27061
27061
  */
27062
27062
  vItem: int | string | sap.suite.ui.commons.FeedItem
27063
- ): sap.suite.ui.commons.FeedItem;
27063
+ ): sap.suite.ui.commons.FeedItem | null;
27064
27064
  /**
27065
27065
  * Validate the array of URI first and then set the defaultImages property
27066
27066
  */
@@ -27507,7 +27507,7 @@ declare namespace sap {
27507
27507
  * The tileContent to remove or its index or id
27508
27508
  */
27509
27509
  vTileContent: int | string | sap.suite.ui.commons.TileContent2X2
27510
- ): sap.suite.ui.commons.TileContent2X2;
27510
+ ): sap.suite.ui.commons.TileContent2X2 | null;
27511
27511
  /**
27512
27512
  * Sets a new value for property {@link #getBackgroundImage backgroundImage}.
27513
27513
  *
@@ -28352,7 +28352,7 @@ declare namespace sap {
28352
28352
  * The item to remove or its index or id
28353
28353
  */
28354
28354
  vItem: int | string | sap.ui.core.Control
28355
- ): sap.ui.core.Control;
28355
+ ): sap.ui.core.Control | null;
28356
28356
  /**
28357
28357
  * @SINCE 1.38
28358
28358
  *
@@ -29452,7 +29452,7 @@ declare namespace sap {
29452
29452
  * The item to remove or its index or id
29453
29453
  */
29454
29454
  vItem: int | string | sap.ui.core.Control
29455
- ): sap.ui.core.Control;
29455
+ ): sap.ui.core.Control | null;
29456
29456
  }
29457
29457
  /**
29458
29458
  * @deprecated (since 1.34) - this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChart.
@@ -29910,7 +29910,7 @@ declare namespace sap {
29910
29910
  * The content to remove or its index or id
29911
29911
  */
29912
29912
  vContent: int | string | sap.suite.ui.commons.MicroProcessFlowItem
29913
- ): sap.suite.ui.commons.MicroProcessFlowItem;
29913
+ ): sap.suite.ui.commons.MicroProcessFlowItem | null;
29914
29914
  /**
29915
29915
  * Sets a new value for property {@link #getAriaLabel ariaLabel}.
29916
29916
  *
@@ -31707,7 +31707,7 @@ declare namespace sap {
31707
31707
  * The card to remove or its index or id
31708
31708
  */
31709
31709
  vCard: int | string | sap.suite.ui.commons.NoteTakerCard
31710
- ): sap.suite.ui.commons.NoteTakerCard;
31710
+ ): sap.suite.ui.commons.NoteTakerCard | null;
31711
31711
  /**
31712
31712
  * Sets a new value for property {@link #getAttachmentName attachmentName}.
31713
31713
  *
@@ -34155,7 +34155,7 @@ declare namespace sap {
34155
34155
  * The lane to remove or its index or id
34156
34156
  */
34157
34157
  vLane: int | string | sap.suite.ui.commons.ProcessFlowLaneHeader
34158
- ): sap.suite.ui.commons.ProcessFlowLaneHeader;
34158
+ ): sap.suite.ui.commons.ProcessFlowLaneHeader | null;
34159
34159
  /**
34160
34160
  * Removes a node from the aggregation {@link #getNodes nodes}.
34161
34161
  *
@@ -34166,7 +34166,7 @@ declare namespace sap {
34166
34166
  * The node to remove or its index or id
34167
34167
  */
34168
34168
  vNode: int | string | sap.suite.ui.commons.ProcessFlowNode
34169
- ): sap.suite.ui.commons.ProcessFlowNode;
34169
+ ): sap.suite.ui.commons.ProcessFlowNode | null;
34170
34170
  /**
34171
34171
  * Sets the aggregated {@link #getAriaProperties ariaProperties}.
34172
34172
  *
@@ -36831,7 +36831,7 @@ declare namespace sap {
36831
36831
  * The column to remove or its index or id
36832
36832
  */
36833
36833
  vColumn: int | string | sap.suite.ui.commons.TargetFilterColumn
36834
- ): sap.suite.ui.commons.TargetFilterColumn;
36834
+ ): sap.suite.ui.commons.TargetFilterColumn | null;
36835
36835
  /**
36836
36836
  * Removes an selectedColumn from the association named {@link #getSelectedColumns selectedColumns}.
36837
36837
  *
@@ -37346,7 +37346,7 @@ declare namespace sap {
37346
37346
  * The content to remove or its index or id
37347
37347
  */
37348
37348
  vContent: int | string | sap.ui.ux3.ThingViewer
37349
- ): sap.ui.ux3.ThingViewer;
37349
+ ): sap.ui.ux3.ThingViewer | null;
37350
37350
  /**
37351
37351
  * Sets a new value for property {@link #getHeight height}.
37352
37352
  *
@@ -37580,7 +37580,7 @@ declare namespace sap {
37580
37580
  * The menuContent to remove or its index or id
37581
37581
  */
37582
37582
  vMenuContent: int | string | sap.ui.commons.Link
37583
- ): sap.ui.commons.Link;
37583
+ ): sap.ui.commons.Link | null;
37584
37584
  /**
37585
37585
  * Sets a new value for property {@link #getLogo logo}.
37586
37586
  *
@@ -37802,7 +37802,7 @@ declare namespace sap {
37802
37802
  * The menuContent to remove or its index or id
37803
37803
  */
37804
37804
  vMenuContent: int | string | sap.ui.commons.Link
37805
- ): sap.ui.commons.Link;
37805
+ ): sap.ui.commons.Link | null;
37806
37806
  /**
37807
37807
  * Sets a new value for property {@link #getLogo logo}.
37808
37808
  *
@@ -39648,7 +39648,7 @@ declare namespace sap {
39648
39648
  * The content to remove or its index or id
39649
39649
  */
39650
39650
  vContent: int | string | sap.suite.ui.commons.TimelineItem
39651
- ): sap.suite.ui.commons.TimelineItem;
39651
+ ): sap.suite.ui.commons.TimelineItem | null;
39652
39652
  /**
39653
39653
  * Removes a filterList from the aggregation {@link #getFilterList filterList}.
39654
39654
  *
@@ -39662,7 +39662,7 @@ declare namespace sap {
39662
39662
  | int
39663
39663
  | string
39664
39664
  | sap.suite.ui.commons.TimelineFilterListItem
39665
- ): sap.suite.ui.commons.TimelineFilterListItem;
39665
+ ): sap.suite.ui.commons.TimelineFilterListItem | null;
39666
39666
  /**
39667
39667
  * @deprecated (since 1.46.0) - Use the Group Feed Component instead.
39668
39668
  *
@@ -39675,7 +39675,7 @@ declare namespace sap {
39675
39675
  * The suggestionItem to remove or its index or id
39676
39676
  */
39677
39677
  vSuggestionItem: int | string | sap.m.StandardListItem
39678
- ): sap.m.StandardListItem;
39678
+ ): sap.m.StandardListItem | null;
39679
39679
  /**
39680
39680
  * Reset all internal settings. Use if you want the same instance with different data.
39681
39681
  */
@@ -41691,7 +41691,7 @@ declare namespace sap {
41691
41691
  * The customAction to remove or its index or id
41692
41692
  */
41693
41693
  vCustomAction: int | string | sap.ui.core.CustomData
41694
- ): sap.ui.core.CustomData;
41694
+ ): sap.ui.core.CustomData | null;
41695
41695
  /**
41696
41696
  * @deprecated (since 1.46.0) - Use the Group Feed Component instead.
41697
41697
  *
@@ -41704,7 +41704,7 @@ declare namespace sap {
41704
41704
  * The suggestionItem to remove or its index or id
41705
41705
  */
41706
41706
  vSuggestionItem: int | string | sap.m.StandardListItem
41707
- ): sap.m.StandardListItem;
41707
+ ): sap.m.StandardListItem | null;
41708
41708
  /**
41709
41709
  * Sets the aggregated {@link #getCustomReply customReply}.
41710
41710
  *
@@ -43369,7 +43369,7 @@ declare namespace sap {
43369
43369
  * The action to remove or its index or id
43370
43370
  */
43371
43371
  vAction: int | string | sap.m.Button
43372
- ): sap.m.Button;
43372
+ ): sap.m.Button | null;
43373
43373
  /**
43374
43374
  * @deprecated (since 1.18.2) - Deprecated due to the incorrect work with data binding. Open the popup in
43375
43375
  * the actionsButtonPress event handler instead.
@@ -43434,7 +43434,7 @@ declare namespace sap {
43434
43434
  * The facet to remove or its index or id
43435
43435
  */
43436
43436
  vFacet: int | string | sap.suite.ui.commons.FacetOverview
43437
- ): sap.suite.ui.commons.FacetOverview;
43437
+ ): sap.suite.ui.commons.FacetOverview | null;
43438
43438
  /**
43439
43439
  * Removes a facetContent from the aggregation {@link #getFacetContent facetContent}.
43440
43440
  *
@@ -43445,7 +43445,7 @@ declare namespace sap {
43445
43445
  * The facetContent to remove or its index or id
43446
43446
  */
43447
43447
  vFacetContent: int | string | sap.ui.core.Control
43448
- ): sap.ui.core.Control;
43448
+ ): sap.ui.core.Control | null;
43449
43449
  /**
43450
43450
  * Removes a kpi from the aggregation {@link #getKpis kpis}.
43451
43451
  *
@@ -43456,7 +43456,7 @@ declare namespace sap {
43456
43456
  * The kpi to remove or its index or id
43457
43457
  */
43458
43458
  vKpi: int | string | sap.suite.ui.commons.KpiTile
43459
- ): sap.suite.ui.commons.KpiTile;
43459
+ ): sap.suite.ui.commons.KpiTile | null;
43460
43460
  /**
43461
43461
  * Removes a page from the aggregation {@link #getPages pages}.
43462
43462
  *
@@ -43467,7 +43467,7 @@ declare namespace sap {
43467
43467
  * The page to remove or its index or id
43468
43468
  */
43469
43469
  vPage: int | string | sap.ui.core.Control
43470
- ): sap.ui.core.Control;
43470
+ ): sap.ui.core.Control | null;
43471
43471
  /**
43472
43472
  * @deprecated (since 1.18.2) - Deprecated due to the incorrect work with data binding. Open the popup in
43473
43473
  * the transactionsButtonPress event handler instead.
@@ -43481,7 +43481,7 @@ declare namespace sap {
43481
43481
  * The transaction to remove or its index or id
43482
43482
  */
43483
43483
  vTransaction: int | string | sap.ui.core.Control
43484
- ): sap.ui.core.Control;
43484
+ ): sap.ui.core.Control | null;
43485
43485
  /**
43486
43486
  * Sets a new value for property {@link #getActionsVisible actionsVisible}.
43487
43487
  *
@@ -44105,7 +44105,7 @@ declare namespace sap {
44105
44105
  * The view to remove or its index or id
44106
44106
  */
44107
44107
  vView: int | string | sap.suite.ui.commons.RepeaterViewConfiguration
44108
- ): sap.suite.ui.commons.RepeaterViewConfiguration;
44108
+ ): sap.suite.ui.commons.RepeaterViewConfiguration | null;
44109
44109
  /**
44110
44110
  * Sets a new value for property {@link #getDefaultViewIndex defaultViewIndex}.
44111
44111
  *