@openui5/ts-types-esm 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 module "sap/uxap/library" {
4
4
  /**
@@ -774,7 +774,7 @@ declare module "sap/uxap/BlockBase" {
774
774
  * The mapping to remove or its index or id
775
775
  */
776
776
  vMapping: int | string | ModelMapping
777
- ): ModelMapping;
777
+ ): ModelMapping | null;
778
778
  /**
779
779
  * Set the column layout for this particular block.
780
780
  *
@@ -1121,7 +1121,7 @@ declare module "sap/uxap/BreadCrumbs" {
1121
1121
  * The link to remove or its index or id
1122
1122
  */
1123
1123
  vLink: int | string | Link
1124
- ): Link;
1124
+ ): Link | null;
1125
1125
  /**
1126
1126
  * Sets the aggregated {@link #getCurrentLocation currentLocation}.
1127
1127
  *
@@ -2912,7 +2912,7 @@ declare module "sap/uxap/ObjectPageHeader" {
2912
2912
  * The action to remove or its index or id
2913
2913
  */
2914
2914
  vAction: int | string | Control
2915
- ): Control;
2915
+ ): Control | null;
2916
2916
  /**
2917
2917
  * Removes all the controls from the aggregation {@link #getActions actions}.
2918
2918
  *
@@ -2943,7 +2943,7 @@ declare module "sap/uxap/ObjectPageHeader" {
2943
2943
  * The breadCrumbLink to remove or its index or id
2944
2944
  */
2945
2945
  vBreadCrumbLink: int | string | Link
2946
- ): Link;
2946
+ ): Link | null;
2947
2947
  /**
2948
2948
  * @SINCE 1.50
2949
2949
  *
@@ -3904,7 +3904,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
3904
3904
  * The content to remove or its index or id
3905
3905
  */
3906
3906
  vContent: int | string | Control
3907
- ): Control;
3907
+ ): Control | null;
3908
3908
  /**
3909
3909
  * @deprecated (since 1.40.1)
3910
3910
  *
@@ -5416,7 +5416,7 @@ declare module "sap/uxap/ObjectPageLayout" {
5416
5416
  * The headerContent to remove or its index or id
5417
5417
  */
5418
5418
  vHeaderContent: int | string | Control
5419
- ): Control;
5419
+ ): Control | null;
5420
5420
  /**
5421
5421
  * Removes a section from the aggregation {@link #getSections sections}.
5422
5422
  *
@@ -5427,7 +5427,7 @@ declare module "sap/uxap/ObjectPageLayout" {
5427
5427
  * The section to remove or its index or id
5428
5428
  */
5429
5429
  vSection: int | string | ObjectPageSection
5430
- ): ObjectPageSection;
5430
+ ): ObjectPageSection | null;
5431
5431
  /**
5432
5432
  * Scrolls the Object page to the given Section.
5433
5433
  */
@@ -6427,7 +6427,7 @@ declare module "sap/uxap/ObjectPageLazyLoader" {
6427
6427
  * The content to remove or its index or id
6428
6428
  */
6429
6429
  vContent: int | string | Control
6430
- ): Control;
6430
+ ): Control | null;
6431
6431
  }
6432
6432
 
6433
6433
  export interface $ObjectPageLazyLoaderSettings extends $ElementSettings {
@@ -6620,7 +6620,7 @@ declare module "sap/uxap/ObjectPageSection" {
6620
6620
  * The subSection to remove or its index or id
6621
6621
  */
6622
6622
  vSubSection: int | string | ObjectPageSubSection
6623
- ): ObjectPageSubSection;
6623
+ ): ObjectPageSubSection | null;
6624
6624
  /**
6625
6625
  * Sets the associated {@link #getSelectedSubSection selectedSubSection}.
6626
6626
  *
@@ -7340,7 +7340,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
7340
7340
  * The action to remove or its index or id
7341
7341
  */
7342
7342
  vAction: int | string | Control
7343
- ): Control;
7343
+ ): Control | null;
7344
7344
  /**
7345
7345
  * Removes all the controls from the aggregation {@link #getActions actions}.
7346
7346
  *
@@ -7375,7 +7375,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
7375
7375
  * The block to remove or its index or id
7376
7376
  */
7377
7377
  vBlock: int | string | Control
7378
- ): Control;
7378
+ ): Control | null;
7379
7379
  /**
7380
7380
  * Removes a moreBlock from the aggregation {@link #getMoreBlocks moreBlocks}.
7381
7381
  *
@@ -7386,7 +7386,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
7386
7386
  * The moreBlock to remove or its index or id
7387
7387
  */
7388
7388
  vMoreBlock: int | string | Control
7389
- ): Control;
7389
+ ): Control | null;
7390
7390
  /**
7391
7391
  * Sets a new value for property {@link #getMode mode}.
7392
7392
  *