@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 ui {
@@ -9396,7 +9396,7 @@ declare namespace sap {
9396
9396
  * The item to remove or its index or id
9397
9397
  */
9398
9398
  vItem: int | string | sap.ui.vk.NodeProxy
9399
- ): sap.ui.vk.NodeProxy;
9399
+ ): sap.ui.vk.NodeProxy | null;
9400
9400
  /**
9401
9401
  * Sets a new value for property {@link #getMagnitudeAdjustmentMultiplier magnitudeAdjustmentMultiplier}.
9402
9402
  *
@@ -10073,7 +10073,7 @@ declare namespace sap {
10073
10073
  * The item to remove or its index or id
10074
10074
  */
10075
10075
  vItem: int | string | sap.ui.vk.tools.ExplodeItemGroup
10076
- ): sap.ui.vk.tools.ExplodeItemGroup;
10076
+ ): sap.ui.vk.tools.ExplodeItemGroup | null;
10077
10077
  /**
10078
10078
  * Sets a new value for property {@link #getAnchor anchor}.
10079
10079
  *
@@ -11642,7 +11642,7 @@ declare namespace sap {
11642
11642
  * The redlineElement to remove or its index or id
11643
11643
  */
11644
11644
  vRedlineElement: int | string | sap.ui.vk.RedlineElement
11645
- ): sap.ui.vk.RedlineElement;
11645
+ ): sap.ui.vk.RedlineElement | null;
11646
11646
  /**
11647
11647
  * Sets a new value for property {@link #getEditable editable}.
11648
11648
  *
@@ -15695,8 +15695,8 @@ declare namespace sap {
15695
15695
  /**
15696
15696
  * The semantic spot type for the legend marker.
15697
15697
  */
15698
- semanticSpotType?: /* was: sap.ui.vbm.SemanticType */
15699
- | any
15698
+ semanticSpotType?:
15699
+ | sap.ui.vbm.SemanticType
15700
15700
  | sap.ui.base.ManagedObject.PropertyBindingInfo
15701
15701
  | `{${string}}`;
15702
15702
  }
@@ -19474,7 +19474,7 @@ declare namespace sap {
19474
19474
  * The content to remove or its index or id
19475
19475
  */
19476
19476
  vContent: int | string | sap.ui.vk.ContainerContent
19477
- ): sap.ui.vk.ContainerContent;
19477
+ ): sap.ui.vk.ContainerContent | null;
19478
19478
  /**
19479
19479
  * Sets a new value for property {@link #getAutoAdjustHeight autoAdjustHeight}.
19480
19480
  *
@@ -20548,7 +20548,7 @@ declare namespace sap {
20548
20548
  * The contentResource to remove or its index or id
20549
20549
  */
20550
20550
  vContentResource: int | string | sap.ui.vk.ContentResource
20551
- ): sap.ui.vk.ContentResource;
20551
+ ): sap.ui.vk.ContentResource | null;
20552
20552
  /**
20553
20553
  * Removes a viewStateManager from the aggregation {@link #getViewStateManagers viewStateManagers}.
20554
20554
  *
@@ -20559,7 +20559,7 @@ declare namespace sap {
20559
20559
  * The viewStateManager to remove or its index or id
20560
20560
  */
20561
20561
  vViewStateManager: int | string | sap.ui.vk.ViewStateManagerBase
20562
- ): sap.ui.vk.ViewStateManagerBase;
20562
+ ): sap.ui.vk.ViewStateManagerBase | null;
20563
20563
  /**
20564
20564
  * @SINCE 1.60.0
20565
20565
  *
@@ -21501,7 +21501,7 @@ declare namespace sap {
21501
21501
  * The contentResource to remove or its index or id
21502
21502
  */
21503
21503
  vContentResource: int | string | sap.ui.vk.ContentResource
21504
- ): sap.ui.vk.ContentResource;
21504
+ ): sap.ui.vk.ContentResource | null;
21505
21505
  /**
21506
21506
  * Sets a new value for property {@link #getActivateView activateView}.
21507
21507
  *
@@ -22047,7 +22047,7 @@ declare namespace sap {
22047
22047
  * The content to remove or its index or id
22048
22048
  */
22049
22049
  vContent: int | string | sap.ui.core.Control
22050
- ): sap.ui.core.Control;
22050
+ ): sap.ui.core.Control | null;
22051
22051
  /**
22052
22052
  * Sets the expanded property of the control.
22053
22053
  *
@@ -22241,7 +22241,7 @@ declare namespace sap {
22241
22241
  * The content to remove or its index or id
22242
22242
  */
22243
22243
  vContent: int | string | sap.ui.core.Control
22244
- ): sap.ui.core.Control;
22244
+ ): sap.ui.core.Control | null;
22245
22245
  /**
22246
22246
  * Sets a new value for property {@link #getEnabled enabled}.
22247
22247
  *
@@ -22718,7 +22718,7 @@ declare namespace sap {
22718
22718
  *
22719
22719
  * @returns Value of property `semanticSpotType`
22720
22720
  */
22721
- getSemanticSpotType(): /* was: sap.ui.vbm.SemanticType */ any;
22721
+ getSemanticSpotType(): sap.ui.vbm.SemanticType;
22722
22722
  /**
22723
22723
  * Sets a new value for property {@link #getColor color}.
22724
22724
  *
@@ -22747,7 +22747,7 @@ declare namespace sap {
22747
22747
  /**
22748
22748
  * New value for property `semanticSpotType`
22749
22749
  */
22750
- sSemanticSpotType?: /* was: sap.ui.vbm.SemanticType */ any
22750
+ sSemanticSpotType?: sap.ui.vbm.SemanticType
22751
22751
  ): this;
22752
22752
  }
22753
22753
  /**
@@ -23266,7 +23266,7 @@ declare namespace sap {
23266
23266
  * The item to remove or its index or id
23267
23267
  */
23268
23268
  vItem: int | string | sap.m.ListItemBase
23269
- ): sap.m.ListItemBase;
23269
+ ): sap.m.ListItemBase | null;
23270
23270
  /**
23271
23271
  * Sets a new value for property {@link #getExpandAnimation expandAnimation}.
23272
23272
  *
@@ -23540,7 +23540,7 @@ declare namespace sap {
23540
23540
  * The content to remove or its index or id
23541
23541
  */
23542
23542
  vContent: int | string | sap.ui.vk.ListPanel
23543
- ): sap.ui.vk.ListPanel;
23543
+ ): sap.ui.vk.ListPanel | null;
23544
23544
  /**
23545
23545
  * Sets a new value for property {@link #getCollapsible collapsible}.
23546
23546
  *
@@ -26968,7 +26968,7 @@ declare namespace sap {
26968
26968
  * The area to remove or its index or id
26969
26969
  */
26970
26970
  vArea: int | string | sap.ui.vk.OverlayArea
26971
- ): sap.ui.vk.OverlayArea;
26971
+ ): sap.ui.vk.OverlayArea | null;
26972
26972
  /**
26973
26973
  * Reset the Overlay to its initial size and position.
26974
26974
  *
@@ -28473,7 +28473,7 @@ declare namespace sap {
28473
28473
  * The conversation to remove or its index or id
28474
28474
  */
28475
28475
  vConversation: int | string | sap.ui.vk.RedlineConversation
28476
- ): sap.ui.vk.RedlineConversation;
28476
+ ): sap.ui.vk.RedlineConversation | null;
28477
28477
  /**
28478
28478
  * Sets the associated {@link #getActiveComment activeComment}.
28479
28479
  *
@@ -28635,7 +28635,7 @@ declare namespace sap {
28635
28635
  * The comment to remove or its index or id
28636
28636
  */
28637
28637
  vComment: int | string | sap.ui.vk.RedlineElementComment
28638
- ): sap.ui.vk.RedlineElementComment;
28638
+ ): sap.ui.vk.RedlineElementComment | null;
28639
28639
  /**
28640
28640
  * Sets a new value for property {@link #getAnimationOffset animationOffset}.
28641
28641
  *
@@ -30598,7 +30598,7 @@ declare namespace sap {
30598
30598
  * The redlineElement to remove or its index or id
30599
30599
  */
30600
30600
  vRedlineElement: int | string | sap.ui.vk.RedlineElement
30601
- ): sap.ui.vk.RedlineElement;
30601
+ ): sap.ui.vk.RedlineElement | null;
30602
30602
  /**
30603
30603
  * Sets a new value for property {@link #getPanningRatio panningRatio}.
30604
30604
  *
@@ -32812,7 +32812,7 @@ declare namespace sap {
32812
32812
  * The item to remove or its index or id
32813
32813
  */
32814
32814
  vItem: int | string | /* was: sap.ui.vk.ToggleMenuItem */ any
32815
- ): /* was: sap.ui.vk.ToggleMenuItem */ any;
32815
+ ): /* was: sap.ui.vk.ToggleMenuItem */ any | null;
32816
32816
  /**
32817
32817
  * Sets the arrow state to down or not down.
32818
32818
  */
@@ -33109,7 +33109,7 @@ declare namespace sap {
33109
33109
  * The content to remove or its index or id
33110
33110
  */
33111
33111
  vContent: int | string | sap.ui.core.Control
33112
- ): sap.ui.core.Control;
33112
+ ): sap.ui.core.Control | null;
33113
33113
  /**
33114
33114
  * Sets a new value for property {@link #getTitle title}.
33115
33115
  *
@@ -34582,7 +34582,7 @@ declare namespace sap {
34582
34582
  * The contentResource to remove or its index or id
34583
34583
  */
34584
34584
  vContentResource: int | string | sap.ui.vk.ContentResource
34585
- ): sap.ui.vk.ContentResource;
34585
+ ): sap.ui.vk.ContentResource | null;
34586
34586
  /**
34587
34587
  * Sets an callback function used to authorize user and provide authorization token.
34588
34588
  *
@@ -37154,7 +37154,7 @@ declare namespace sap {
37154
37154
  * The annotation to remove or its index or id
37155
37155
  */
37156
37156
  vAnnotation: int | string | sap.ui.vk.Annotation
37157
- ): sap.ui.vk.Annotation;
37157
+ ): sap.ui.vk.Annotation | null;
37158
37158
  /**
37159
37159
  * Removes a content from the aggregation {@link #getContent content}.
37160
37160
  *
@@ -37165,7 +37165,7 @@ declare namespace sap {
37165
37165
  * The content to remove or its index or id
37166
37166
  */
37167
37167
  vContent: int | string | sap.ui.core.Control
37168
- ): sap.ui.core.Control;
37168
+ ): sap.ui.core.Control | null;
37169
37169
  /**
37170
37170
  * Removes an tool from the association named {@link #getTools tools}.
37171
37171
  *
@@ -1,8 +1,9 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
+ * @deprecated (since 1.96.10)
6
7
  * @EXPERIMENTAL (since 1.50.0)
7
8
  *
8
9
  * SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
@@ -94,6 +95,7 @@ declare namespace sap {
94
95
  mSettings: object
95
96
  ): sap.ui.vtm.Vtm;
96
97
  /**
98
+ * @deprecated (since 1.96.10)
97
99
  * @EXPERIMENTAL (since 1.50.0)
98
100
  *
99
101
  * Namespace for extensions that are provided with the sap.ui.vtm library.
@@ -979,6 +981,7 @@ declare namespace sap {
979
981
  }
980
982
  }
981
983
  /**
984
+ * @deprecated (since 1.96.10)
982
985
  * @EXPERIMENTAL (since 1.50.0)
983
986
  *
984
987
  * Namespace for interfaces that are provided with the sap.ui.vtm library.
@@ -1041,8 +1044,8 @@ declare namespace sap {
1041
1044
  * @SINCE 1.50
1042
1045
  * @EXPERIMENTAL (since 1.50.0)
1043
1046
  *
1044
- * Interface for extensions which provide a behaviour when the icon in the column header for the {@link
1045
- * sap.ui.vtm.InternalColumnDescriptor.MessageStatus} column is clicked.
1047
+ * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1048
+ * column is clicked.
1046
1049
  */
1047
1050
  interface IMessageStatusHeaderIconClickExtension {
1048
1051
  __implements__sap_ui_vtm_interfaces_IMessageStatusHeaderIconClickExtension: boolean;
@@ -1052,7 +1055,7 @@ declare namespace sap {
1052
1055
  * @SINCE 1.50
1053
1056
  * @EXPERIMENTAL (since 1.50.0)
1054
1057
  *
1055
- * Interface for extensions which provide a behaviour when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1058
+ * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1056
1059
  * column is clicked.
1057
1060
  */
1058
1061
  interface IMessageStatusIconClickExtension {
@@ -1114,8 +1117,8 @@ declare namespace sap {
1114
1117
  * @SINCE 1.50
1115
1118
  * @EXPERIMENTAL (since 1.50.0)
1116
1119
  *
1117
- * Interface for extensions which provide a behaviour when the icon in the column header for the {@link
1118
- * sap.ui.vtm.InternalColumnDescriptor.Visibility} column is clicked.
1120
+ * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1121
+ * column is clicked.
1119
1122
  */
1120
1123
  interface IVisibilityHeaderIconClickExtension {
1121
1124
  __implements__sap_ui_vtm_interfaces_IVisibilityHeaderIconClickExtension: boolean;
@@ -1125,7 +1128,7 @@ declare namespace sap {
1125
1128
  * @SINCE 1.50
1126
1129
  * @EXPERIMENTAL (since 1.50.0)
1127
1130
  *
1128
- * Interface for extensions which provide a behaviour when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1131
+ * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1129
1132
  * column is clicked.
1130
1133
  */
1131
1134
  interface IVisibilityIconClickExtension {
@@ -4522,7 +4525,7 @@ declare namespace sap {
4522
4525
  * The titleControl to remove or its index or id
4523
4526
  */
4524
4527
  vTitleControl: int | string | sap.ui.core.Control
4525
- ): sap.ui.core.Control;
4528
+ ): sap.ui.core.Control | null;
4526
4529
  /**
4527
4530
  * Removes a treeHeaderControl from the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
4528
4531
  *
@@ -4533,7 +4536,7 @@ declare namespace sap {
4533
4536
  * The treeHeaderControl to remove or its index or id
4534
4537
  */
4535
4538
  vTreeHeaderControl: int | string | sap.ui.core.Control
4536
- ): sap.ui.core.Control;
4539
+ ): sap.ui.core.Control | null;
4537
4540
  /**
4538
4541
  * Removes a viewportHeaderControl from the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
4539
4542
  *
@@ -4544,7 +4547,7 @@ declare namespace sap {
4544
4547
  * The viewportHeaderControl to remove or its index or id
4545
4548
  */
4546
4549
  vViewportHeaderControl: int | string | sap.ui.core.Control
4547
- ): sap.ui.core.Control;
4550
+ ): sap.ui.core.Control | null;
4548
4551
  /**
4549
4552
  * Sets a new value for property {@link #getHeight height}.
4550
4553
  *
@@ -7602,7 +7605,7 @@ declare namespace sap {
7602
7605
  * The headerControl to remove or its index or id
7603
7606
  */
7604
7607
  vHeaderControl: int | string | sap.ui.core.Control
7605
- ): sap.ui.core.Control;
7608
+ ): sap.ui.core.Control | null;
7606
7609
  /**
7607
7610
  * Removes a root item from the tree.
7608
7611
  *
@@ -9798,7 +9801,7 @@ declare namespace sap {
9798
9801
  * The extension to remove or its index or id
9799
9802
  */
9800
9803
  vExtension: int | string | sap.ui.vtm.Extension
9801
- ): sap.ui.vtm.Extension;
9804
+ ): sap.ui.vtm.Extension | null;
9802
9805
  /**
9803
9806
  * Sets the active panel.
9804
9807
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -771,7 +771,7 @@ declare namespace sap {
771
771
  | int
772
772
  | string
773
773
  | sap.uiext.inbox.composite.InboxAttachmentTile
774
- ): sap.uiext.inbox.composite.InboxAttachmentTile;
774
+ ): sap.uiext.inbox.composite.InboxAttachmentTile | null;
775
775
  /**
776
776
  * method to remove a headerParameter of fileUploader
777
777
  */
@@ -1732,7 +1732,7 @@ declare namespace sap {
1732
1732
  * The comment to remove or its index or id
1733
1733
  */
1734
1734
  vComment: int | string | sap.uiext.inbox.composite.InboxComment
1735
- ): sap.uiext.inbox.composite.InboxComment;
1735
+ ): sap.uiext.inbox.composite.InboxComment | null;
1736
1736
  /**
1737
1737
  * Sets a new value for property {@link #getFeederSender feederSender}.
1738
1738
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -2722,7 +2722,7 @@ declare namespace sap {
2722
2722
  * {
2723
2723
  * "url": "/sap/bc/",
2724
2724
  * "text": "My targetmapping description",
2725
- * "externalNavigationMode": "embedded"
2725
+ * "externalNavigationMode": boolean
2726
2726
  * }
2727
2727
  * ```
2728
2728
  */
@@ -4725,7 +4725,7 @@ declare namespace sap {
4725
4725
  | int
4726
4726
  | string
4727
4727
  | sap.ushell.components.factsheet.controls.PictureViewerItem
4728
- ): sap.ushell.components.factsheet.controls.PictureViewerItem;
4728
+ ): sap.ushell.components.factsheet.controls.PictureViewerItem | null;
4729
4729
  /**
4730
4730
  * Select the picture at index `iIndex` from the `items` aggregation.
4731
4731
  *
@@ -7921,7 +7921,7 @@ declare namespace sap {
7921
7921
  * The group to remove or its index or id
7922
7922
  */
7923
7923
  vGroup: int | string | sap.ui.core.Control
7924
- ): sap.ui.core.Control;
7924
+ ): sap.ui.core.Control | null;
7925
7925
  /**
7926
7926
  * Sets a new value for property {@link #get_gridEnabled _gridEnabled}.
7927
7927
  *
@@ -8944,7 +8944,7 @@ declare namespace sap {
8944
8944
  * The afterContent to remove or its index or id
8945
8945
  */
8946
8946
  vAfterContent: int | string | sap.ui.core.Control
8947
- ): sap.ui.core.Control;
8947
+ ): sap.ui.core.Control | null;
8948
8948
  /**
8949
8949
  * Removes all the controls from the aggregation {@link #getAfterContent afterContent}.
8950
8950
  *
@@ -9003,7 +9003,7 @@ declare namespace sap {
9003
9003
  * The beforeContent to remove or its index or id
9004
9004
  */
9005
9005
  vBeforeContent: int | string | sap.ui.core.Control
9006
- ): sap.ui.core.Control;
9006
+ ): sap.ui.core.Control | null;
9007
9007
  /**
9008
9008
  * Removes a footerContent from the aggregation {@link #getFooterContent footerContent}.
9009
9009
  *
@@ -9014,7 +9014,7 @@ declare namespace sap {
9014
9014
  * The footerContent to remove or its index or id
9015
9015
  */
9016
9016
  vFooterContent: int | string | sap.ui.core.Control
9017
- ): sap.ui.core.Control;
9017
+ ): sap.ui.core.Control | null;
9018
9018
  /**
9019
9019
  * Removes a headerAction from the aggregation {@link #getHeaderActions headerActions}.
9020
9020
  *
@@ -9025,7 +9025,7 @@ declare namespace sap {
9025
9025
  * The headerAction to remove or its index or id
9026
9026
  */
9027
9027
  vHeaderAction: int | string | sap.ui.core.Control
9028
- ): sap.ui.core.Control;
9028
+ ): sap.ui.core.Control | null;
9029
9029
  /**
9030
9030
  * Removes a link from the aggregation {@link #getLinks links}.
9031
9031
  *
@@ -9036,7 +9036,7 @@ declare namespace sap {
9036
9036
  * The link to remove or its index or id
9037
9037
  */
9038
9038
  vLink: int | string | sap.ui.core.Control
9039
- ): sap.ui.core.Control;
9039
+ ): sap.ui.core.Control | null;
9040
9040
  /**
9041
9041
  * Removes a tile from the aggregation {@link #getTiles tiles}.
9042
9042
  *
@@ -9047,7 +9047,7 @@ declare namespace sap {
9047
9047
  * The tile to remove or its index or id
9048
9048
  */
9049
9049
  vTile: int | string | sap.ui.core.Control
9050
- ): sap.ui.core.Control;
9050
+ ): sap.ui.core.Control | null;
9051
9051
  /**
9052
9052
  * Sets a new value for property {@link #getDefaultGroup defaultGroup}.
9053
9053
  *
@@ -9916,7 +9916,7 @@ declare namespace sap {
9916
9916
  * The footItem to remove or its index or id
9917
9917
  */
9918
9918
  vFootItem: int | string | sap.ui.core.Control
9919
- ): sap.ui.core.Control;
9919
+ ): sap.ui.core.Control | null;
9920
9920
  /**
9921
9921
  * Removes a tileView from the aggregation {@link #getTileViews tileViews}.
9922
9922
  *
@@ -9927,7 +9927,7 @@ declare namespace sap {
9927
9927
  * The tileView to remove or its index or id
9928
9928
  */
9929
9929
  vTileView: int | string | sap.ui.core.Control
9930
- ): sap.ui.core.Control;
9930
+ ): sap.ui.core.Control | null;
9931
9931
  /**
9932
9932
  * Sets a new value for property {@link #getAnimationRendered animationRendered}.
9933
9933
  *
@@ -11442,6 +11442,8 @@ declare namespace sap {
11442
11442
 
11443
11443
  "sap/ushell/services/SmartNavigation": undefined;
11444
11444
 
11445
+ "sap/ushell/services/SpaceContent": undefined;
11446
+
11445
11447
  "sap/ushell/services/SupportTicket": undefined;
11446
11448
 
11447
11449
  "sap/ushell/services/URLParsing": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
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.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1749,7 +1749,7 @@ declare namespace sap {
1749
1749
  * The mapping to remove or its index or id
1750
1750
  */
1751
1751
  vMapping: int | string | sap.uxap.ModelMapping
1752
- ): sap.uxap.ModelMapping;
1752
+ ): sap.uxap.ModelMapping | null;
1753
1753
  /**
1754
1754
  * Set the column layout for this particular block.
1755
1755
  *
@@ -2011,7 +2011,7 @@ declare namespace sap {
2011
2011
  * The link to remove or its index or id
2012
2012
  */
2013
2013
  vLink: int | string | sap.m.Link
2014
- ): sap.m.Link;
2014
+ ): sap.m.Link | null;
2015
2015
  /**
2016
2016
  * Sets the aggregated {@link #getCurrentLocation currentLocation}.
2017
2017
  *
@@ -3563,7 +3563,7 @@ declare namespace sap {
3563
3563
  * The action to remove or its index or id
3564
3564
  */
3565
3565
  vAction: int | string | sap.ui.core.Control
3566
- ): sap.ui.core.Control;
3566
+ ): sap.ui.core.Control | null;
3567
3567
  /**
3568
3568
  * Removes all the controls from the aggregation {@link #getActions actions}.
3569
3569
  *
@@ -3594,7 +3594,7 @@ declare namespace sap {
3594
3594
  * The breadCrumbLink to remove or its index or id
3595
3595
  */
3596
3596
  vBreadCrumbLink: int | string | sap.m.Link
3597
- ): sap.m.Link;
3597
+ ): sap.m.Link | null;
3598
3598
  /**
3599
3599
  * @SINCE 1.50
3600
3600
  *
@@ -4311,7 +4311,7 @@ declare namespace sap {
4311
4311
  * The content to remove or its index or id
4312
4312
  */
4313
4313
  vContent: int | string | sap.ui.core.Control
4314
- ): sap.ui.core.Control;
4314
+ ): sap.ui.core.Control | null;
4315
4315
  /**
4316
4316
  * @deprecated (since 1.40.1)
4317
4317
  *
@@ -5723,7 +5723,7 @@ declare namespace sap {
5723
5723
  * The headerContent to remove or its index or id
5724
5724
  */
5725
5725
  vHeaderContent: int | string | sap.ui.core.Control
5726
- ): sap.ui.core.Control;
5726
+ ): sap.ui.core.Control | null;
5727
5727
  /**
5728
5728
  * Removes a section from the aggregation {@link #getSections sections}.
5729
5729
  *
@@ -5734,7 +5734,7 @@ declare namespace sap {
5734
5734
  * The section to remove or its index or id
5735
5735
  */
5736
5736
  vSection: int | string | sap.uxap.ObjectPageSection
5737
- ): sap.uxap.ObjectPageSection;
5737
+ ): sap.uxap.ObjectPageSection | null;
5738
5738
  /**
5739
5739
  * Scrolls the Object page to the given Section.
5740
5740
  */
@@ -6418,7 +6418,7 @@ declare namespace sap {
6418
6418
  * The content to remove or its index or id
6419
6419
  */
6420
6420
  vContent: int | string | sap.ui.core.Control
6421
- ): sap.ui.core.Control;
6421
+ ): sap.ui.core.Control | null;
6422
6422
  }
6423
6423
  /**
6424
6424
  * @SINCE 1.26
@@ -6585,7 +6585,7 @@ declare namespace sap {
6585
6585
  * The subSection to remove or its index or id
6586
6586
  */
6587
6587
  vSubSection: int | string | sap.uxap.ObjectPageSubSection
6588
- ): sap.uxap.ObjectPageSubSection;
6588
+ ): sap.uxap.ObjectPageSubSection | null;
6589
6589
  /**
6590
6590
  * Sets the associated {@link #getSelectedSubSection selectedSubSection}.
6591
6591
  *
@@ -7190,7 +7190,7 @@ declare namespace sap {
7190
7190
  * The action to remove or its index or id
7191
7191
  */
7192
7192
  vAction: int | string | sap.ui.core.Control
7193
- ): sap.ui.core.Control;
7193
+ ): sap.ui.core.Control | null;
7194
7194
  /**
7195
7195
  * Removes all the controls from the aggregation {@link #getActions actions}.
7196
7196
  *
@@ -7225,7 +7225,7 @@ declare namespace sap {
7225
7225
  * The block to remove or its index or id
7226
7226
  */
7227
7227
  vBlock: int | string | sap.ui.core.Control
7228
- ): sap.ui.core.Control;
7228
+ ): sap.ui.core.Control | null;
7229
7229
  /**
7230
7230
  * Removes a moreBlock from the aggregation {@link #getMoreBlocks moreBlocks}.
7231
7231
  *
@@ -7236,7 +7236,7 @@ declare namespace sap {
7236
7236
  * The moreBlock to remove or its index or id
7237
7237
  */
7238
7238
  vMoreBlock: int | string | sap.ui.core.Control
7239
- ): sap.ui.core.Control;
7239
+ ): sap.ui.core.Control | null;
7240
7240
  /**
7241
7241
  * Sets a new value for property {@link #getMode mode}.
7242
7242
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1462,7 +1462,7 @@ declare namespace sap {
1462
1462
  * The feed to remove or its index or id
1463
1463
  */
1464
1464
  vFeed: int | string | sap.viz.ui5.controls.common.feeds.FeedItem
1465
- ): sap.viz.ui5.controls.common.feeds.FeedItem;
1465
+ ): sap.viz.ui5.controls.common.feeds.FeedItem | null;
1466
1466
  /**
1467
1467
  * Set whether to enable overlay or not. If the value is true, the chart will be blocked with a transparent
1468
1468
  * overlay.
@@ -1885,7 +1885,7 @@ declare namespace sap {
1885
1885
  * The feed to remove or its index or id
1886
1886
  */
1887
1887
  vFeed: int | string | sap.viz.ui5.controls.common.feeds.FeedItem
1888
- ): sap.viz.ui5.controls.common.feeds.FeedItem;
1888
+ ): sap.viz.ui5.controls.common.feeds.FeedItem | null;
1889
1889
  /**
1890
1890
  * Sets the aggregated {@link #getDataset dataset}.
1891
1891
  *
@@ -3685,7 +3685,7 @@ declare namespace sap {
3685
3685
  * The data to remove or its index or id
3686
3686
  */
3687
3687
  vData: int | string | sap.ui.core.Element
3688
- ): sap.ui.core.Element;
3688
+ ): sap.ui.core.Element | null;
3689
3689
  /**
3690
3690
  * Removes a dimension from the aggregation {@link #getDimensions dimensions}.
3691
3691
  *
@@ -3696,7 +3696,7 @@ declare namespace sap {
3696
3696
  * The dimension to remove or its index or id
3697
3697
  */
3698
3698
  vDimension: int | string | sap.viz.ui5.data.DimensionDefinition
3699
- ): sap.viz.ui5.data.DimensionDefinition;
3699
+ ): sap.viz.ui5.data.DimensionDefinition | null;
3700
3700
  /**
3701
3701
  * Removes a measure from the aggregation {@link #getMeasures measures}.
3702
3702
  *
@@ -3707,7 +3707,7 @@ declare namespace sap {
3707
3707
  * The measure to remove or its index or id
3708
3708
  */
3709
3709
  vMeasure: int | string | sap.viz.ui5.data.MeasureDefinition
3710
- ): sap.viz.ui5.data.MeasureDefinition;
3710
+ ): sap.viz.ui5.data.MeasureDefinition | null;
3711
3711
  /**
3712
3712
  * Sets a new value for property {@link #getContext context}.
3713
3713
  *
@@ -49074,7 +49074,7 @@ declare namespace sap {
49074
49074
  | int
49075
49075
  | string
49076
49076
  | sap.viz.ui5.controls.common.feeds.AnalysisObject
49077
- ): sap.viz.ui5.controls.common.feeds.AnalysisObject;
49077
+ ): sap.viz.ui5.controls.common.feeds.AnalysisObject | null;
49078
49078
  /**
49079
49079
  * Removes a feed from the aggregation {@link #getFeeds feeds}.
49080
49080
  *
@@ -49085,7 +49085,7 @@ declare namespace sap {
49085
49085
  * The feed to remove or its index or id
49086
49086
  */
49087
49087
  vFeed: int | string | sap.viz.ui5.controls.common.feeds.FeedItem
49088
- ): sap.viz.ui5.controls.common.feeds.FeedItem;
49088
+ ): sap.viz.ui5.controls.common.feeds.FeedItem | null;
49089
49089
  /**
49090
49090
  * Setter for property enableMorphing. If set true, a tween animation will play when chart changed.
49091
49091
  */
@@ -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
  interface IUI5DefineDependencyNames {
@@ -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 zen {
@@ -437,7 +437,7 @@ declare namespace sap {
437
437
  * The position to remove or its index or id
438
438
  */
439
439
  vPosition: int | string | sap.zen.commons.layout.PositionContainer
440
- ): sap.zen.commons.layout.PositionContainer;
440
+ ): sap.zen.commons.layout.PositionContainer | null;
441
441
  /**
442
442
  * Sets a new value for property {@link #getHeight height}.
443
443
  *
@@ -721,7 +721,7 @@ declare namespace sap {
721
721
  * The row to remove or its index or id
722
722
  */
723
723
  vRow: int | string | sap.zen.commons.layout.MatrixLayoutRow
724
- ): sap.zen.commons.layout.MatrixLayoutRow;
724
+ ): sap.zen.commons.layout.MatrixLayoutRow | null;
725
725
  /**
726
726
  * Sets a new value for property {@link #getColumns columns}.
727
727
  *
@@ -1097,7 +1097,7 @@ declare namespace sap {
1097
1097
  * The cell to remove or its index or id
1098
1098
  */
1099
1099
  vCell: int | string | sap.zen.commons.layout.MatrixLayoutCell
1100
- ): sap.zen.commons.layout.MatrixLayoutCell;
1100
+ ): sap.zen.commons.layout.MatrixLayoutCell | null;
1101
1101
  /**
1102
1102
  * Removes the given string from the list of custom style classes that have been set previously. Regular
1103
1103
  * style classes like "sapUiBtn" cannot be removed.