@openui5/ts-types 1.102.1 → 1.103.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -825,7 +825,7 @@ declare namespace sap {
825
825
  /**
826
826
  * Gets the currently selected `NavigationListItem`.
827
827
  *
828
- * @returns The selected item or null if nothing is selected
828
+ * @returns The selected item or `null` if nothing is selected
829
829
  */
830
830
  getSelectedItem(): sap.tnt.NavigationListItem | null;
831
831
  /**
@@ -927,7 +927,7 @@ declare namespace sap {
927
927
  * The item to remove or its index or id
928
928
  */
929
929
  vItem: int | string | sap.tnt.NavigationListItem
930
- ): sap.tnt.NavigationListItem;
930
+ ): sap.tnt.NavigationListItem | null;
931
931
  /**
932
932
  * Sets a new value for property {@link #getExpanded expanded}.
933
933
  *
@@ -1261,7 +1261,7 @@ declare namespace sap {
1261
1261
  * The item to remove or its index or id
1262
1262
  */
1263
1263
  vItem: int | string | sap.tnt.NavigationListItem
1264
- ): sap.tnt.NavigationListItem;
1264
+ ): sap.tnt.NavigationListItem | null;
1265
1265
  /**
1266
1266
  * Sets a new value for property {@link #getExpanded expanded}.
1267
1267
  *
@@ -2071,7 +2071,7 @@ declare namespace sap {
2071
2071
  * The mainContent to remove or its index or id
2072
2072
  */
2073
2073
  vMainContent: int | string | sap.ui.core.Control
2074
- ): sap.ui.core.Control;
2074
+ ): sap.ui.core.Control | null;
2075
2075
  /**
2076
2076
  * Sets the aggregated {@link #getHeader header}.
2077
2077
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2187,7 +2187,7 @@ declare namespace sap {
2187
2187
  * The content to remove or its index or id
2188
2188
  */
2189
2189
  vContent: int | string | sap.ui.core.Control
2190
- ): sap.ui.core.Control;
2190
+ ): sap.ui.core.Control | null;
2191
2191
  /**
2192
2192
  * @deprecated (since 1.3.3) - Redundant to the aggregation by the parent border layout.
2193
2193
  *
@@ -2571,7 +2571,7 @@ declare namespace sap {
2571
2571
  * The row to remove or its index or id
2572
2572
  */
2573
2573
  vRow: int | string | sap.ui.commons.layout.MatrixLayoutRow
2574
- ): sap.ui.commons.layout.MatrixLayoutRow;
2574
+ ): sap.ui.commons.layout.MatrixLayoutRow | null;
2575
2575
  /**
2576
2576
  * Sets a new value for property {@link #getColumns columns}.
2577
2577
  *
@@ -2918,7 +2918,7 @@ declare namespace sap {
2918
2918
  * The content to remove or its index or id
2919
2919
  */
2920
2920
  vContent: int | string | sap.ui.core.Control
2921
- ): sap.ui.core.Control;
2921
+ ): sap.ui.core.Control | null;
2922
2922
  /**
2923
2923
  * Removes the given string from the list of custom style classes that have been set previously. Regular
2924
2924
  * style classes like "sapUiBtn" cannot be removed.
@@ -3250,7 +3250,7 @@ declare namespace sap {
3250
3250
  * The cell to remove or its index or id
3251
3251
  */
3252
3252
  vCell: int | string | sap.ui.commons.layout.MatrixLayoutCell
3253
- ): sap.ui.commons.layout.MatrixLayoutCell;
3253
+ ): sap.ui.commons.layout.MatrixLayoutCell | null;
3254
3254
  /**
3255
3255
  * Removes the given string from the list of custom style classes that have been set previously. Regular
3256
3256
  * style classes like "sapUiBtn" cannot be removed.
@@ -8017,7 +8017,7 @@ declare namespace sap {
8017
8017
  * The section to remove or its index or id
8018
8018
  */
8019
8019
  vSection: int | string | sap.ui.commons.AccordionSection
8020
- ): sap.ui.commons.AccordionSection;
8020
+ ): sap.ui.commons.AccordionSection | null;
8021
8021
  /**
8022
8022
  * Redefinition of the method to add additional handling
8023
8023
  *
@@ -8306,7 +8306,7 @@ declare namespace sap {
8306
8306
  * The content to remove or its index or id
8307
8307
  */
8308
8308
  vContent: int | string | sap.ui.core.Control
8309
- ): sap.ui.core.Control;
8309
+ ): sap.ui.core.Control | null;
8310
8310
  /**
8311
8311
  * Property setter for the "collapsed" state
8312
8312
  *
@@ -9691,7 +9691,7 @@ declare namespace sap {
9691
9691
  * The content to remove or its index or id
9692
9692
  */
9693
9693
  vContent: int | string | sap.ui.core.Control
9694
- ): sap.ui.core.Control;
9694
+ ): sap.ui.core.Control | null;
9695
9695
  }
9696
9696
  /**
9697
9697
  * @deprecated (since 1.38)
@@ -10359,7 +10359,7 @@ declare namespace sap {
10359
10359
  * The content to remove or its index or id
10360
10360
  */
10361
10361
  vContent: int | string | sap.ui.core.Control
10362
- ): sap.ui.core.Control;
10362
+ ): sap.ui.core.Control | null;
10363
10363
  /**
10364
10364
  * Sets a new value for property {@link #getAnimationDuration animationDuration}.
10365
10365
  *
@@ -11210,11 +11210,11 @@ declare namespace sap {
11210
11210
  */
11211
11211
  getDisplaySecondaryValues(): boolean;
11212
11212
  /**
11213
- * Returns the DomRef which represents the icon for value help. Could be overwritten in child-classes
11213
+ * Returns the DOM element which represents the icon for value help. Could be overwritten in child-classes.
11214
11214
  *
11215
- * @returns The F4-element's DOM reference or null
11215
+ * @returns The F4-element's DOM reference or `null`
11216
11216
  */
11217
- getF4ButtonDomRef(): Element;
11217
+ getF4ButtonDomRef(): Element | null;
11218
11218
  /**
11219
11219
  * Gets content of aggregation {@link #getItems items}.
11220
11220
  *
@@ -11353,7 +11353,7 @@ declare namespace sap {
11353
11353
  * The item to remove or its index or id
11354
11354
  */
11355
11355
  vItem: int | string | sap.ui.core.ListItem
11356
- ): sap.ui.core.ListItem;
11356
+ ): sap.ui.core.ListItem | null;
11357
11357
  /**
11358
11358
  * Sets a new value for property {@link #getDisplaySecondaryValues displaySecondaryValues}.
11359
11359
  *
@@ -12107,7 +12107,7 @@ declare namespace sap {
12107
12107
  * The button to remove or its index or id
12108
12108
  */
12109
12109
  vButton: int | string | sap.ui.core.Control
12110
- ): sap.ui.core.Control;
12110
+ ): sap.ui.core.Control | null;
12111
12111
  /**
12112
12112
  * Removes a content from the aggregation {@link #getContent content}.
12113
12113
  *
@@ -12118,7 +12118,7 @@ declare namespace sap {
12118
12118
  * The content to remove or its index or id
12119
12119
  */
12120
12120
  vContent: int | string | sap.ui.core.Control
12121
- ): sap.ui.core.Control;
12121
+ ): sap.ui.core.Control | null;
12122
12122
  /**
12123
12123
  * Sets a new value for property {@link #getAccessibleRole accessibleRole}.
12124
12124
  *
@@ -13158,7 +13158,7 @@ declare namespace sap {
13158
13158
  * The control to remove or its index or id
13159
13159
  */
13160
13160
  vControl: int | string | sap.ui.core.Control
13161
- ): sap.ui.core.Control;
13161
+ ): sap.ui.core.Control | null;
13162
13162
  /**
13163
13163
  * Sets a new value for property {@link #getAccessibleRole accessibleRole}.
13164
13164
  *
@@ -13885,7 +13885,7 @@ declare namespace sap {
13885
13885
  * The area to remove or its index or id
13886
13886
  */
13887
13887
  vArea: int | string | sap.ui.commons.Area
13888
- ): sap.ui.commons.Area;
13888
+ ): sap.ui.commons.Area | null;
13889
13889
  /**
13890
13890
  * Sets a new value for property {@link #getName name}.
13891
13891
  *
@@ -15523,7 +15523,7 @@ declare namespace sap {
15523
15523
  * The item to remove or its index or id
15524
15524
  */
15525
15525
  vItem: int | string | sap.ui.core.Item
15526
- ): sap.ui.core.Item;
15526
+ ): sap.ui.core.Item | null;
15527
15527
  /**
15528
15528
  * Removes the given index from this selection. When the index is invalid or not selected, the call is ignored.
15529
15529
  *
@@ -16058,7 +16058,7 @@ declare namespace sap {
16058
16058
  * The item to remove or its index or id
16059
16059
  */
16060
16060
  vItem: int | string | sap.ui.unified.MenuItem
16061
- ): sap.ui.unified.MenuItem;
16061
+ ): sap.ui.unified.MenuItem | null;
16062
16062
  /**
16063
16063
  * Sets a new value for property {@link #getDesign design}.
16064
16064
  *
@@ -17867,7 +17867,7 @@ declare namespace sap {
17867
17867
  * The button to remove or its index or id
17868
17868
  */
17869
17869
  vButton: int | string | sap.ui.commons.Button
17870
- ): sap.ui.commons.Button;
17870
+ ): sap.ui.commons.Button | null;
17871
17871
  /**
17872
17872
  * Removes a content from the aggregation {@link #getContent content}.
17873
17873
  *
@@ -17878,7 +17878,7 @@ declare namespace sap {
17878
17878
  * The content to remove or its index or id
17879
17879
  */
17880
17880
  vContent: int | string | sap.ui.core.Control
17881
- ): sap.ui.core.Control;
17881
+ ): sap.ui.core.Control | null;
17882
17882
  /**
17883
17883
  * Property setter for the padding
17884
17884
  *
@@ -19190,7 +19190,7 @@ declare namespace sap {
19190
19190
  * The item to remove or its index or id
19191
19191
  */
19192
19192
  vItem: int | string | sap.ui.core.Item
19193
- ): sap.ui.core.Item;
19193
+ ): sap.ui.core.Item | null;
19194
19194
  /**
19195
19195
  * Sets a new value for property {@link #getColumns columns}.
19196
19196
  *
@@ -20115,7 +20115,7 @@ declare namespace sap {
20115
20115
  * The range to remove or its index or id
20116
20116
  */
20117
20117
  vRange: int | string | sap.ui.commons.ResponsiveContainerRange
20118
- ): sap.ui.commons.ResponsiveContainerRange;
20118
+ ): sap.ui.commons.ResponsiveContainerRange | null;
20119
20119
  /**
20120
20120
  * Sets the associated {@link #getDefaultContent defaultContent}.
20121
20121
  *
@@ -20821,7 +20821,7 @@ declare namespace sap {
20821
20821
  * The step to remove or its index or id
20822
20822
  */
20823
20823
  vStep: int | string | sap.ui.commons.RoadMapStep
20824
- ): sap.ui.commons.RoadMapStep;
20824
+ ): sap.ui.commons.RoadMapStep | null;
20825
20825
  /**
20826
20826
  * Sets a new value for property {@link #getFirstVisibleStep firstVisibleStep}.
20827
20827
  *
@@ -21084,7 +21084,7 @@ declare namespace sap {
21084
21084
  * The subStep to remove or its index or id
21085
21085
  */
21086
21086
  vSubStep: int | string | sap.ui.commons.RoadMapStep
21087
- ): sap.ui.commons.RoadMapStep;
21087
+ ): sap.ui.commons.RoadMapStep | null;
21088
21088
  /**
21089
21089
  * Sets a new value for property {@link #getEnabled enabled}.
21090
21090
  *
@@ -21864,7 +21864,7 @@ declare namespace sap {
21864
21864
  * The filter to remove or its index or id
21865
21865
  */
21866
21866
  vFilter: int | string | sap.ui.commons.RowRepeaterFilter
21867
- ): sap.ui.commons.RowRepeaterFilter;
21867
+ ): sap.ui.commons.RowRepeaterFilter | null;
21868
21868
  /**
21869
21869
  * Removes a row from the aggregation {@link #getRows rows}.
21870
21870
  *
@@ -21875,7 +21875,7 @@ declare namespace sap {
21875
21875
  * The row to remove or its index or id
21876
21876
  */
21877
21877
  vRow: int | string | sap.ui.core.Control
21878
- ): sap.ui.core.Control;
21878
+ ): sap.ui.core.Control | null;
21879
21879
  /**
21880
21880
  * Removes a sorter from the aggregation {@link #getSorters sorters}.
21881
21881
  *
@@ -21886,7 +21886,7 @@ declare namespace sap {
21886
21886
  * The sorter to remove or its index or id
21887
21887
  */
21888
21888
  vSorter: int | string | sap.ui.commons.RowRepeaterSorter
21889
- ): sap.ui.commons.RowRepeaterSorter;
21889
+ ): sap.ui.commons.RowRepeaterSorter | null;
21890
21890
  /**
21891
21891
  * Resizes the row repeater by changing the number of displayed rows. This method will only resize the RowRepeater
21892
21892
  * if the property showMoreSteps is set.
@@ -23451,7 +23451,7 @@ declare namespace sap {
23451
23451
  * The button to remove or its index or id
23452
23452
  */
23453
23453
  vButton: int | string | sap.ui.commons.Button
23454
- ): sap.ui.commons.Button;
23454
+ ): sap.ui.commons.Button | null;
23455
23455
  /**
23456
23456
  * Sets a new value for property {@link #getEnabled enabled}.
23457
23457
  *
@@ -24399,7 +24399,7 @@ declare namespace sap {
24399
24399
  * The firstPaneContent to remove or its index or id
24400
24400
  */
24401
24401
  vFirstPaneContent: int | string | sap.ui.core.Control
24402
- ): sap.ui.core.Control;
24402
+ ): sap.ui.core.Control | null;
24403
24403
  /**
24404
24404
  * Removes a secondPaneContent from the aggregation {@link #getSecondPaneContent secondPaneContent}.
24405
24405
  *
@@ -24410,7 +24410,7 @@ declare namespace sap {
24410
24410
  * The secondPaneContent to remove or its index or id
24411
24411
  */
24412
24412
  vSecondPaneContent: int | string | sap.ui.core.Control
24413
- ): sap.ui.core.Control;
24413
+ ): sap.ui.core.Control | null;
24414
24414
  /**
24415
24415
  * Sets a new value for property {@link #getHeight height}.
24416
24416
  *
@@ -25092,7 +25092,7 @@ declare namespace sap {
25092
25092
  * The tab to remove or its index or id
25093
25093
  */
25094
25094
  vTab: int | string | sap.ui.commons.Tab
25095
- ): sap.ui.commons.Tab;
25095
+ ): sap.ui.commons.Tab | null;
25096
25096
  /**
25097
25097
  * Sets whether tab reordering is enabled.
25098
25098
  *
@@ -27062,7 +27062,7 @@ declare namespace sap {
27062
27062
  * The item to remove or its index or id
27063
27063
  */
27064
27064
  vItem: int | string | sap.ui.commons.ToolbarItem
27065
- ): sap.ui.commons.ToolbarItem;
27065
+ ): sap.ui.commons.ToolbarItem | null;
27066
27066
  /**
27067
27067
  * Removes a rightItem from the aggregation {@link #getRightItems rightItems}.
27068
27068
  *
@@ -27073,7 +27073,7 @@ declare namespace sap {
27073
27073
  * The rightItem to remove or its index or id
27074
27074
  */
27075
27075
  vRightItem: int | string | sap.ui.commons.ToolbarItem
27076
- ): sap.ui.commons.ToolbarItem;
27076
+ ): sap.ui.commons.ToolbarItem | null;
27077
27077
  /**
27078
27078
  * Sets a new value for property {@link #getDesign design}.
27079
27079
  *
@@ -27667,7 +27667,7 @@ declare namespace sap {
27667
27667
  * The node to remove or its index or id
27668
27668
  */
27669
27669
  vNode: int | string | sap.ui.commons.TreeNode
27670
- ): sap.ui.commons.TreeNode;
27670
+ ): sap.ui.commons.TreeNode | null;
27671
27671
  /**
27672
27672
  * Sets a new value for property {@link #getHeight height}.
27673
27673
  *
@@ -28246,7 +28246,7 @@ declare namespace sap {
28246
28246
  * The node to remove or its index or id
28247
28247
  */
28248
28248
  vNode: int | string | sap.ui.commons.TreeNode
28249
- ): sap.ui.commons.TreeNode;
28249
+ ): sap.ui.commons.TreeNode | null;
28250
28250
  /**
28251
28251
  * Select the node, and if any, deselects the previously selected node
28252
28252
  */