@sapui5/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.
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.1
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2591,7 +2591,7 @@ declare namespace sap {
2591
2591
  * The disabledDate to remove or its index or id
2592
2592
  */
2593
2593
  vDisabledDate: int | string | sap.ui.unified.DateRange
2594
- ): sap.ui.unified.DateRange;
2594
+ ): sap.ui.unified.DateRange | null;
2595
2595
  /**
2596
2596
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
2597
2597
  *
@@ -2602,7 +2602,7 @@ declare namespace sap {
2602
2602
  * The selectedDate to remove or its index or id
2603
2603
  */
2604
2604
  vSelectedDate: int | string | sap.ui.unified.DateRange
2605
- ): sap.ui.unified.DateRange;
2605
+ ): sap.ui.unified.DateRange | null;
2606
2606
  /**
2607
2607
  * Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
2608
2608
  *
@@ -2613,7 +2613,7 @@ declare namespace sap {
2613
2613
  * The specialDate to remove or its index or id
2614
2614
  */
2615
2615
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
2616
- ): sap.ui.unified.DateTypeRange;
2616
+ ): sap.ui.unified.DateTypeRange | null;
2617
2617
  /**
2618
2618
  * Sets a new value for property {@link #getDate date}.
2619
2619
  *
@@ -3230,7 +3230,7 @@ declare namespace sap {
3230
3230
  * The selectedDate to remove or its index or id
3231
3231
  */
3232
3232
  vSelectedDate: int | string | sap.ui.unified.DateRange
3233
- ): sap.ui.unified.DateRange;
3233
+ ): sap.ui.unified.DateRange | null;
3234
3234
  /**
3235
3235
  * @SINCE 1.30.0
3236
3236
  *
@@ -3831,7 +3831,7 @@ declare namespace sap {
3831
3831
  * The selectedDate to remove or its index or id
3832
3832
  */
3833
3833
  vSelectedDate: int | string | sap.ui.unified.DateRange
3834
- ): sap.ui.unified.DateRange;
3834
+ ): sap.ui.unified.DateRange | null;
3835
3835
  /**
3836
3836
  * Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
3837
3837
  *
@@ -3842,7 +3842,7 @@ declare namespace sap {
3842
3842
  * The specialDate to remove or its index or id
3843
3843
  */
3844
3844
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
3845
- ): sap.ui.unified.DateTypeRange;
3845
+ ): sap.ui.unified.DateTypeRange | null;
3846
3846
  /**
3847
3847
  * Sets a new value for property {@link #getIntervalSelection intervalSelection}.
3848
3848
  *
@@ -4444,7 +4444,7 @@ declare namespace sap {
4444
4444
  * The selectedDate to remove or its index or id
4445
4445
  */
4446
4446
  vSelectedDate: int | string | sap.ui.unified.DateRange
4447
- ): sap.ui.unified.DateRange;
4447
+ ): sap.ui.unified.DateRange | null;
4448
4448
  /**
4449
4449
  * Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
4450
4450
  *
@@ -4455,7 +4455,7 @@ declare namespace sap {
4455
4455
  * The specialDate to remove or its index or id
4456
4456
  */
4457
4457
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
4458
- ): sap.ui.unified.DateTypeRange;
4458
+ ): sap.ui.unified.DateTypeRange | null;
4459
4459
  /**
4460
4460
  * Sets a new value for property {@link #getDate date}.
4461
4461
  *
@@ -4998,7 +4998,7 @@ declare namespace sap {
4998
4998
  * The selectedDate to remove or its index or id
4999
4999
  */
5000
5000
  vSelectedDate: int | string | sap.ui.unified.DateRange
5001
- ): sap.ui.unified.DateRange;
5001
+ ): sap.ui.unified.DateRange | null;
5002
5002
  /**
5003
5003
  * @SINCE 1.30.0
5004
5004
  *
@@ -8173,7 +8173,7 @@ declare namespace sap {
8173
8173
  * The disabledDate to remove or its index or id
8174
8174
  */
8175
8175
  vDisabledDate: int | string | sap.ui.unified.DateRange
8176
- ): sap.ui.unified.DateRange;
8176
+ ): sap.ui.unified.DateRange | null;
8177
8177
  /**
8178
8178
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
8179
8179
  *
@@ -8184,7 +8184,7 @@ declare namespace sap {
8184
8184
  * The selectedDate to remove or its index or id
8185
8185
  */
8186
8186
  vSelectedDate: int | string | sap.ui.unified.DateRange
8187
- ): sap.ui.unified.DateRange;
8187
+ ): sap.ui.unified.DateRange | null;
8188
8188
  /**
8189
8189
  * @SINCE 1.24.0
8190
8190
  *
@@ -8197,7 +8197,7 @@ declare namespace sap {
8197
8197
  * The specialDate to remove or its index or id
8198
8198
  */
8199
8199
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
8200
- ): sap.ui.unified.DateTypeRange;
8200
+ ): sap.ui.unified.DateTypeRange | null;
8201
8201
  /**
8202
8202
  * @SINCE 1.28.9
8203
8203
  *
@@ -8666,7 +8666,7 @@ declare namespace sap {
8666
8666
  * The customContent to remove or its index or id
8667
8667
  */
8668
8668
  vCustomContent: int | string | sap.ui.core.Control
8669
- ): sap.ui.core.Control;
8669
+ ): sap.ui.core.Control | null;
8670
8670
  /**
8671
8671
  * @SINCE 1.46.0
8672
8672
  *
@@ -9174,7 +9174,7 @@ declare namespace sap {
9174
9174
  * The item to remove or its index or id
9175
9175
  */
9176
9176
  vItem: int | string | sap.ui.unified.CalendarLegendItem
9177
- ): sap.ui.unified.CalendarLegendItem;
9177
+ ): sap.ui.unified.CalendarLegendItem | null;
9178
9178
  /**
9179
9179
  * Sets a new value for property {@link #getColumnWidth columnWidth}.
9180
9180
  *
@@ -9958,7 +9958,7 @@ declare namespace sap {
9958
9958
  * The selectedDate to remove or its index or id
9959
9959
  */
9960
9960
  vSelectedDate: int | string | sap.ui.unified.DateRange
9961
- ): sap.ui.unified.DateRange;
9961
+ ): sap.ui.unified.DateRange | null;
9962
9962
  /**
9963
9963
  * Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
9964
9964
  *
@@ -9969,7 +9969,7 @@ declare namespace sap {
9969
9969
  * The specialDate to remove or its index or id
9970
9970
  */
9971
9971
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
9972
- ): sap.ui.unified.DateTypeRange;
9972
+ ): sap.ui.unified.DateTypeRange | null;
9973
9973
  /**
9974
9974
  * Sets a new value for property {@link #getIntervalSelection intervalSelection}.
9975
9975
  *
@@ -10973,7 +10973,7 @@ declare namespace sap {
10973
10973
  * The appointment to remove or its index or id
10974
10974
  */
10975
10975
  vAppointment: int | string | sap.ui.unified.CalendarAppointment
10976
- ): sap.ui.unified.CalendarAppointment;
10976
+ ): sap.ui.unified.CalendarAppointment | null;
10977
10977
  /**
10978
10978
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10979
10979
  *
@@ -10995,7 +10995,7 @@ declare namespace sap {
10995
10995
  * The intervalHeader to remove or its index or id
10996
10996
  */
10997
10997
  vIntervalHeader: int | string | sap.ui.unified.CalendarAppointment
10998
- ): sap.ui.unified.CalendarAppointment;
10998
+ ): sap.ui.unified.CalendarAppointment | null;
10999
10999
  /**
11000
11000
  * @SINCE 1.81.0
11001
11001
  *
@@ -11991,7 +11991,7 @@ declare namespace sap {
11991
11991
  * The selectedDate to remove or its index or id
11992
11992
  */
11993
11993
  vSelectedDate: int | string | sap.ui.unified.DateRange
11994
- ): sap.ui.unified.DateRange;
11994
+ ): sap.ui.unified.DateRange | null;
11995
11995
  /**
11996
11996
  * Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
11997
11997
  *
@@ -12002,7 +12002,7 @@ declare namespace sap {
12002
12002
  * The specialDate to remove or its index or id
12003
12003
  */
12004
12004
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
12005
- ): sap.ui.unified.DateTypeRange;
12005
+ ): sap.ui.unified.DateTypeRange | null;
12006
12006
  /**
12007
12007
  * Sets a new value for property {@link #getIntervalMinutes intervalMinutes}.
12008
12008
  *
@@ -13250,7 +13250,7 @@ declare namespace sap {
13250
13250
  * The content1 to remove or its index or id
13251
13251
  */
13252
13252
  vContent1: int | string | sap.ui.core.Control
13253
- ): sap.ui.core.Control;
13253
+ ): sap.ui.core.Control | null;
13254
13254
  /**
13255
13255
  * Removes a content2 from the aggregation {@link #getContent2 content2}.
13256
13256
  *
@@ -13261,7 +13261,7 @@ declare namespace sap {
13261
13261
  * The content2 to remove or its index or id
13262
13262
  */
13263
13263
  vContent2: int | string | sap.ui.core.Control
13264
- ): sap.ui.core.Control;
13264
+ ): sap.ui.core.Control | null;
13265
13265
  /**
13266
13266
  * Sets a new value for property {@link #getActiveContent activeContent}.
13267
13267
  *
@@ -15602,7 +15602,7 @@ declare namespace sap {
15602
15602
  * The headerParameter to remove or its index or id
15603
15603
  */
15604
15604
  vHeaderParameter: int | string | sap.ui.unified.FileUploaderParameter
15605
- ): sap.ui.unified.FileUploaderParameter;
15605
+ ): sap.ui.unified.FileUploaderParameter | null;
15606
15606
  /**
15607
15607
  * @SINCE 1.12.2
15608
15608
  *
@@ -15615,7 +15615,7 @@ declare namespace sap {
15615
15615
  * The parameter to remove or its index or id
15616
15616
  */
15617
15617
  vParameter: int | string | sap.ui.unified.FileUploaderParameter
15618
- ): sap.ui.unified.FileUploaderParameter;
15618
+ ): sap.ui.unified.FileUploaderParameter | null;
15619
15619
  /**
15620
15620
  * Sets a new value for property {@link #getAdditionalData additionalData}.
15621
15621
  *
@@ -16739,7 +16739,7 @@ declare namespace sap {
16739
16739
  * The item to remove or its index or id
16740
16740
  */
16741
16741
  vItem: int | string | sap.ui.unified.MenuItemBase
16742
- ): sap.ui.unified.MenuItemBase;
16742
+ ): sap.ui.unified.MenuItemBase | null;
16743
16743
  /**
16744
16744
  * @deprecated (since 1.27.0) - replaced by `ariaLabelledBy` association
16745
16745
  *
@@ -17885,7 +17885,7 @@ declare namespace sap {
17885
17885
  * The curtainContent to remove or its index or id
17886
17886
  */
17887
17887
  vCurtainContent: int | string | sap.ui.core.Control
17888
- ): sap.ui.core.Control;
17888
+ ): sap.ui.core.Control | null;
17889
17889
  /**
17890
17890
  * Removes a curtainPaneContent from the aggregation {@link #getCurtainPaneContent curtainPaneContent}.
17891
17891
  *
@@ -17896,7 +17896,7 @@ declare namespace sap {
17896
17896
  * The curtainPaneContent to remove or its index or id
17897
17897
  */
17898
17898
  vCurtainPaneContent: int | string | sap.ui.core.Control
17899
- ): sap.ui.core.Control;
17899
+ ): sap.ui.core.Control | null;
17900
17900
  /**
17901
17901
  * Removes a headEndItem from the aggregation {@link #getHeadEndItems headEndItems}.
17902
17902
  *
@@ -17907,7 +17907,7 @@ declare namespace sap {
17907
17907
  * The headEndItem to remove or its index or id
17908
17908
  */
17909
17909
  vHeadEndItem: int | string | sap.ui.unified.ShellHeadItem
17910
- ): sap.ui.unified.ShellHeadItem;
17910
+ ): sap.ui.unified.ShellHeadItem | null;
17911
17911
  /**
17912
17912
  * Removes a headItem from the aggregation {@link #getHeadItems headItems}.
17913
17913
  *
@@ -17918,7 +17918,7 @@ declare namespace sap {
17918
17918
  * The headItem to remove or its index or id
17919
17919
  */
17920
17920
  vHeadItem: int | string | sap.ui.unified.ShellHeadItem
17921
- ): sap.ui.unified.ShellHeadItem;
17921
+ ): sap.ui.unified.ShellHeadItem | null;
17922
17922
  /**
17923
17923
  * Setter for the aggregated `header`.
17924
17924
  *
@@ -18909,7 +18909,7 @@ declare namespace sap {
18909
18909
  * The content to remove or its index or id
18910
18910
  */
18911
18911
  vContent: int | string | sap.ui.core.Control
18912
- ): sap.ui.core.Control;
18912
+ ): sap.ui.core.Control | null;
18913
18913
  /**
18914
18914
  * Removes a paneContent from the aggregation {@link #getPaneContent paneContent}.
18915
18915
  *
@@ -18920,7 +18920,7 @@ declare namespace sap {
18920
18920
  * The paneContent to remove or its index or id
18921
18921
  */
18922
18922
  vPaneContent: int | string | sap.ui.core.Control
18923
- ): sap.ui.core.Control;
18923
+ ): sap.ui.core.Control | null;
18924
18924
  /**
18925
18925
  * Sets the aggregated {@link #getHeader header}.
18926
18926
  *
@@ -19253,7 +19253,7 @@ declare namespace sap {
19253
19253
  * The content to remove or its index or id
19254
19254
  */
19255
19255
  vContent: int | string | sap.ui.core.Control
19256
- ): sap.ui.core.Control;
19256
+ ): sap.ui.core.Control | null;
19257
19257
  /**
19258
19258
  * Sets the aggregated {@link #getSearch search}.
19259
19259
  *
@@ -19518,7 +19518,7 @@ declare namespace sap {
19518
19518
  * The content to remove or its index or id
19519
19519
  */
19520
19520
  vContent: int | string | sap.ui.core.Control
19521
- ): sap.ui.core.Control;
19521
+ ): sap.ui.core.Control | null;
19522
19522
  /**
19523
19523
  * Removes a secondaryContent from the aggregation {@link #getSecondaryContent secondaryContent}.
19524
19524
  *
@@ -19529,7 +19529,7 @@ declare namespace sap {
19529
19529
  * The secondaryContent to remove or its index or id
19530
19530
  */
19531
19531
  vSecondaryContent: int | string | sap.ui.core.Control
19532
- ): sap.ui.core.Control;
19532
+ ): sap.ui.core.Control | null;
19533
19533
  /**
19534
19534
  * @SINCE 1.22.0
19535
19535
  *
@@ -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 {
@@ -3246,7 +3246,7 @@ declare namespace sap {
3246
3246
  * The item to remove or its index or id
3247
3247
  */
3248
3248
  vItem: int | string | sap.ui.core.Item
3249
- ): sap.ui.core.Item;
3249
+ ): sap.ui.core.Item | null;
3250
3250
  /**
3251
3251
  *
3252
3252
  * @returns the id of the removed selectedItem or null
@@ -4376,7 +4376,7 @@ declare namespace sap {
4376
4376
  * The filter to remove or its index or id
4377
4377
  */
4378
4378
  vFilter: int | string | sap.ui.core.Control
4379
- ): sap.ui.core.Control;
4379
+ ): sap.ui.core.Control | null;
4380
4380
  /**
4381
4381
  * Removes a item from the aggregation {@link #getItems items}.
4382
4382
  *
@@ -4387,7 +4387,7 @@ declare namespace sap {
4387
4387
  * The item to remove or its index or id
4388
4388
  */
4389
4389
  vItem: int | string | sap.ui.ux3.DataSetItem
4390
- ): sap.ui.ux3.DataSetItem;
4390
+ ): sap.ui.ux3.DataSetItem | null;
4391
4391
  /**
4392
4392
  * remove a toolbarItem to the toolbar
4393
4393
  */
@@ -4402,7 +4402,7 @@ declare namespace sap {
4402
4402
  * The view to remove or its index or id
4403
4403
  */
4404
4404
  vView: int | string | sap.ui.ux3.DataSetView
4405
- ): sap.ui.ux3.DataSetView;
4405
+ ): sap.ui.ux3.DataSetView | null;
4406
4406
  /**
4407
4407
  * Set the LeadSelection index
4408
4408
  */
@@ -5505,7 +5505,7 @@ declare namespace sap {
5505
5505
  * The attribute to remove or its index or id
5506
5506
  */
5507
5507
  vAttribute: int | string | sap.ui.ux3.ExactAttribute
5508
- ): sap.ui.ux3.ExactAttribute;
5508
+ ): sap.ui.ux3.ExactAttribute | null;
5509
5509
  /**
5510
5510
  * Sets a new value for property {@link #getResultText resultText}.
5511
5511
  *
@@ -5741,7 +5741,7 @@ declare namespace sap {
5741
5741
  * The content to remove or its index or id
5742
5742
  */
5743
5743
  vContent: int | string | sap.ui.core.Control
5744
- ): sap.ui.core.Control;
5744
+ ): sap.ui.core.Control | null;
5745
5745
  /**
5746
5746
  * Removes a toolbarItem from the aggregation {@link #getToolbarItems toolbarItems}.
5747
5747
  *
@@ -5752,7 +5752,7 @@ declare namespace sap {
5752
5752
  * The toolbarItem to remove or its index or id
5753
5753
  */
5754
5754
  vToolbarItem: int | string | sap.ui.commons.ToolbarItem
5755
- ): sap.ui.commons.ToolbarItem;
5755
+ ): sap.ui.commons.ToolbarItem | null;
5756
5756
  /**
5757
5757
  * Sets a new value for property {@link #getToolbarVisible toolbarVisible}.
5758
5758
  *
@@ -6083,7 +6083,7 @@ declare namespace sap {
6083
6083
  * The attribute to remove or its index or id
6084
6084
  */
6085
6085
  vAttribute: int | string | sap.ui.ux3.ExactAttribute
6086
- ): sap.ui.ux3.ExactAttribute;
6086
+ ): sap.ui.ux3.ExactAttribute | null;
6087
6087
  /**
6088
6088
  * Scrolls the corresponding list of this attribute until the given direct child attribute is visible. If
6089
6089
  * the corresponding list is not yet visible the call is buffered until the list is available.
@@ -6679,7 +6679,7 @@ declare namespace sap {
6679
6679
  * The attribute to remove or its index or id
6680
6680
  */
6681
6681
  vAttribute: int | string | sap.ui.ux3.ExactAttribute
6682
- ): sap.ui.ux3.ExactAttribute;
6682
+ ): sap.ui.ux3.ExactAttribute | null;
6683
6683
  /**
6684
6684
  * Deselects all currently selected attributes and closes all attribute lists.
6685
6685
  */
@@ -7139,7 +7139,7 @@ declare namespace sap {
7139
7139
  * The subList to remove or its index or id
7140
7140
  */
7141
7141
  vSubList: int | string | sap.ui.ux3.ExactList
7142
- ): sap.ui.ux3.ExactList;
7142
+ ): sap.ui.ux3.ExactList | null;
7143
7143
  /**
7144
7144
  * Sets the associated {@link #getData data}.
7145
7145
  *
@@ -7349,7 +7349,7 @@ declare namespace sap {
7349
7349
  * The list to remove or its index or id
7350
7350
  */
7351
7351
  vList: int | string | sap.ui.ux3.FacetFilterList
7352
- ): sap.ui.ux3.FacetFilterList;
7352
+ ): sap.ui.ux3.FacetFilterList | null;
7353
7353
  /**
7354
7354
  * Sets a new value for property {@link #getVisibleItemCountMode visibleItemCountMode}.
7355
7355
  *
@@ -7645,7 +7645,7 @@ declare namespace sap {
7645
7645
  * The item to remove or its index or id
7646
7646
  */
7647
7647
  vItem: int | string | sap.ui.core.ListItem
7648
- ): sap.ui.core.ListItem;
7648
+ ): sap.ui.core.ListItem | null;
7649
7649
  /**
7650
7650
  * @SINCE 1.9.0
7651
7651
  *
@@ -8461,7 +8461,7 @@ declare namespace sap {
8461
8461
  * The chunk to remove or its index or id
8462
8462
  */
8463
8463
  vChunk: int | string | sap.ui.ux3.FeedChunk
8464
- ): sap.ui.ux3.FeedChunk;
8464
+ ): sap.ui.ux3.FeedChunk | null;
8465
8465
  /**
8466
8466
  * Removes a filterItem from the aggregation {@link #getFilterItems filterItems}.
8467
8467
  *
@@ -8472,7 +8472,7 @@ declare namespace sap {
8472
8472
  * The filterItem to remove or its index or id
8473
8473
  */
8474
8474
  vFilterItem: int | string | sap.ui.core.ListItem
8475
- ): sap.ui.core.ListItem;
8475
+ ): sap.ui.core.ListItem | null;
8476
8476
  /**
8477
8477
  * Removes a toolsMenuItem from the aggregation {@link #getToolsMenuItems toolsMenuItems}.
8478
8478
  *
@@ -8483,7 +8483,7 @@ declare namespace sap {
8483
8483
  * The toolsMenuItem to remove or its index or id
8484
8484
  */
8485
8485
  vToolsMenuItem: int | string | sap.ui.commons.MenuItem
8486
- ): sap.ui.commons.MenuItem;
8486
+ ): sap.ui.commons.MenuItem | null;
8487
8487
  /**
8488
8488
  * Sets a new value for property {@link #getFeederSender feederSender}.
8489
8489
  *
@@ -9635,7 +9635,7 @@ declare namespace sap {
9635
9635
  * The actionMenuItem to remove or its index or id
9636
9636
  */
9637
9637
  vActionMenuItem: int | string | sap.ui.commons.MenuItem
9638
- ): sap.ui.commons.MenuItem;
9638
+ ): sap.ui.commons.MenuItem | null;
9639
9639
  /**
9640
9640
  * Removes all the controls from the aggregation {@link #getActionMenuItems actionMenuItems}.
9641
9641
  *
@@ -9662,7 +9662,7 @@ declare namespace sap {
9662
9662
  * The comment to remove or its index or id
9663
9663
  */
9664
9664
  vComment: int | string | sap.ui.ux3.FeedChunk
9665
- ): sap.ui.ux3.FeedChunk;
9665
+ ): sap.ui.ux3.FeedChunk | null;
9666
9666
  /**
9667
9667
  * @deprecated (since 1.4.0) - Not longer used. If a chunk is a comment is determined from hierarchy. If
9668
9668
  * the parent is a chunk it's automatically a comment.
@@ -10484,7 +10484,7 @@ declare namespace sap {
10484
10484
  * The item to remove or its index or id
10485
10485
  */
10486
10486
  vItem: int | string | sap.ui.ux3.NavigationItem
10487
- ): sap.ui.ux3.NavigationItem;
10487
+ ): sap.ui.ux3.NavigationItem | null;
10488
10488
  /**
10489
10489
  * Replaces the currently associated items with the ones in the given array
10490
10490
  */
@@ -10707,7 +10707,7 @@ declare namespace sap {
10707
10707
  * The subItem to remove or its index or id
10708
10708
  */
10709
10709
  vSubItem: int | string | sap.ui.ux3.NavigationItem
10710
- ): sap.ui.ux3.NavigationItem;
10710
+ ): sap.ui.ux3.NavigationItem | null;
10711
10711
  /**
10712
10712
  * Sets a new value for property {@link #getHref href}.
10713
10713
  *
@@ -11109,7 +11109,7 @@ declare namespace sap {
11109
11109
  * The notifier to remove or its index or id
11110
11110
  */
11111
11111
  vNotifier: int | string | sap.ui.core.Element
11112
- ): sap.ui.core.Element;
11112
+ ): sap.ui.core.Element | null;
11113
11113
  /**
11114
11114
  * @SINCE 1.22.11
11115
11115
  */
@@ -11406,7 +11406,7 @@ declare namespace sap {
11406
11406
  * The message to remove or its index or id
11407
11407
  */
11408
11408
  vMessage: int | string | sap.ui.core.Message
11409
- ): sap.ui.core.Message;
11409
+ ): sap.ui.core.Message | null;
11410
11410
  /**
11411
11411
  * Sets a new value for property {@link #getIcon icon}.
11412
11412
  *
@@ -12033,7 +12033,7 @@ declare namespace sap {
12033
12033
  * The content to remove or its index or id
12034
12034
  */
12035
12035
  vContent: int | string | sap.ui.core.Control
12036
- ): sap.ui.core.Control;
12036
+ ): sap.ui.core.Control | null;
12037
12037
  }
12038
12038
  /**
12039
12039
  * @deprecated (since 1.38)
@@ -12194,7 +12194,7 @@ declare namespace sap {
12194
12194
  * The content to remove or its index or id
12195
12195
  */
12196
12196
  vContent: int | string | sap.ui.core.Control
12197
- ): sap.ui.core.Control;
12197
+ ): sap.ui.core.Control | null;
12198
12198
  /**
12199
12199
  * The height for the OverlayDialog.
12200
12200
  */
@@ -12795,7 +12795,7 @@ declare namespace sap {
12795
12795
  * The action to remove or its index or id
12796
12796
  */
12797
12797
  vAction: int | string | sap.ui.ux3.ThingAction
12798
- ): sap.ui.ux3.ThingAction;
12798
+ ): sap.ui.ux3.ThingAction | null;
12799
12799
  /**
12800
12800
  * Removes all the controls from the aggregation {@link #getActions actions}.
12801
12801
  *
@@ -12822,7 +12822,7 @@ declare namespace sap {
12822
12822
  * The content to remove or its index or id
12823
12823
  */
12824
12824
  vContent: int | string | sap.ui.core.Element
12825
- ): sap.ui.core.Element;
12825
+ ): sap.ui.core.Element | null;
12826
12826
  /**
12827
12827
  * Sets the aggregated {@link #getActionBar actionBar}.
12828
12828
  *
@@ -14261,7 +14261,7 @@ declare namespace sap {
14261
14261
  * The content to remove or its index or id
14262
14262
  */
14263
14263
  vContent: int | string | sap.ui.core.Control
14264
- ): sap.ui.core.Control;
14264
+ ): sap.ui.core.Control | null;
14265
14265
  /**
14266
14266
  * Removes a headerItem from the aggregation {@link #getHeaderItems headerItems}.
14267
14267
  *
@@ -14272,7 +14272,7 @@ declare namespace sap {
14272
14272
  * The headerItem to remove or its index or id
14273
14273
  */
14274
14274
  vHeaderItem: int | string | sap.ui.core.Control
14275
- ): sap.ui.core.Control;
14275
+ ): sap.ui.core.Control | null;
14276
14276
  /**
14277
14277
  * Removes a paneBarItem from the aggregation {@link #getPaneBarItems paneBarItems}.
14278
14278
  *
@@ -14283,7 +14283,7 @@ declare namespace sap {
14283
14283
  * The paneBarItem to remove or its index or id
14284
14284
  */
14285
14285
  vPaneBarItem: int | string | sap.ui.core.Item
14286
- ): sap.ui.core.Item;
14286
+ ): sap.ui.core.Item | null;
14287
14287
  /**
14288
14288
  * Removes a paneContent from the aggregation {@link #getPaneContent paneContent}.
14289
14289
  *
@@ -14294,7 +14294,7 @@ declare namespace sap {
14294
14294
  * The paneContent to remove or its index or id
14295
14295
  */
14296
14296
  vPaneContent: int | string | sap.ui.core.Control
14297
- ): sap.ui.core.Control;
14297
+ ): sap.ui.core.Control | null;
14298
14298
  /**
14299
14299
  * Removes a toolPopup from the aggregation {@link #getToolPopups toolPopups}.
14300
14300
  *
@@ -14305,7 +14305,7 @@ declare namespace sap {
14305
14305
  * The toolPopup to remove or its index or id
14306
14306
  */
14307
14307
  vToolPopup: int | string | sap.ui.ux3.ToolPopup
14308
- ): sap.ui.ux3.ToolPopup;
14308
+ ): sap.ui.ux3.ToolPopup | null;
14309
14309
  /**
14310
14310
  * Removes a worksetItem from the aggregation {@link #getWorksetItems worksetItems}.
14311
14311
  *
@@ -14316,7 +14316,7 @@ declare namespace sap {
14316
14316
  * The worksetItem to remove or its index or id
14317
14317
  */
14318
14318
  vWorksetItem: int | string | sap.ui.ux3.NavigationItem
14319
- ): sap.ui.ux3.NavigationItem;
14319
+ ): sap.ui.ux3.NavigationItem | null;
14320
14320
  /**
14321
14321
  * @SINCE 1.14.0
14322
14322
  *
@@ -15083,7 +15083,7 @@ declare namespace sap {
15083
15083
  * The action to remove or its index or id
15084
15084
  */
15085
15085
  vAction: int | string | sap.ui.ux3.ThingGroup
15086
- ): sap.ui.ux3.ThingGroup;
15086
+ ): sap.ui.ux3.ThingGroup | null;
15087
15087
  /**
15088
15088
  * Removes all the controls from the aggregation {@link #getActions actions}.
15089
15089
  *
@@ -15110,7 +15110,7 @@ declare namespace sap {
15110
15110
  * The content to remove or its index or id
15111
15111
  */
15112
15112
  vContent: int | string | sap.ui.core.Control
15113
- ): sap.ui.core.Control;
15113
+ ): sap.ui.core.Control | null;
15114
15114
  /**
15115
15115
  * Sets a new value for property {@link #getColspan colspan}.
15116
15116
  *
@@ -15818,7 +15818,7 @@ declare namespace sap {
15818
15818
  * The action to remove or its index or id
15819
15819
  */
15820
15820
  vAction: int | string | sap.ui.ux3.ThingAction
15821
- ): sap.ui.ux3.ThingAction;
15821
+ ): sap.ui.ux3.ThingAction | null;
15822
15822
  /**
15823
15823
  * Removes all the controls from the aggregation {@link #getActions actions}.
15824
15824
  *
@@ -15861,7 +15861,7 @@ declare namespace sap {
15861
15861
  * The facet to remove or its index or id
15862
15862
  */
15863
15863
  vFacet: int | string | sap.ui.ux3.NavigationItem
15864
- ): sap.ui.ux3.NavigationItem;
15864
+ ): sap.ui.ux3.NavigationItem | null;
15865
15865
  /**
15866
15866
  * Removes a facetContent from the aggregation {@link #getFacetContent facetContent}.
15867
15867
  *
@@ -15872,7 +15872,7 @@ declare namespace sap {
15872
15872
  * The facetContent to remove or its index or id
15873
15873
  */
15874
15874
  vFacetContent: int | string | sap.ui.ux3.ThingGroup
15875
- ): sap.ui.ux3.ThingGroup;
15875
+ ): sap.ui.ux3.ThingGroup | null;
15876
15876
  /**
15877
15877
  * Removes a headerContent from the aggregation {@link #getHeaderContent headerContent}.
15878
15878
  *
@@ -15883,7 +15883,7 @@ declare namespace sap {
15883
15883
  * The headerContent to remove or its index or id
15884
15884
  */
15885
15885
  vHeaderContent: int | string | sap.ui.ux3.ThingGroup
15886
- ): sap.ui.ux3.ThingGroup;
15886
+ ): sap.ui.ux3.ThingGroup | null;
15887
15887
  /**
15888
15888
  * Sets the aggregated {@link #getActionBar actionBar}.
15889
15889
  *
@@ -16538,7 +16538,7 @@ declare namespace sap {
16538
16538
  * The facet to remove or its index or id
16539
16539
  */
16540
16540
  vFacet: int | string | sap.ui.ux3.NavigationItem
16541
- ): sap.ui.ux3.NavigationItem;
16541
+ ): sap.ui.ux3.NavigationItem | null;
16542
16542
  /**
16543
16543
  * Removes a facetContent from the aggregation {@link #getFacetContent facetContent}.
16544
16544
  *
@@ -16549,7 +16549,7 @@ declare namespace sap {
16549
16549
  * The facetContent to remove or its index or id
16550
16550
  */
16551
16551
  vFacetContent: int | string | sap.ui.ux3.ThingGroup
16552
- ): sap.ui.ux3.ThingGroup;
16552
+ ): sap.ui.ux3.ThingGroup | null;
16553
16553
  /**
16554
16554
  * Removes a headerContent from the aggregation {@link #getHeaderContent headerContent}.
16555
16555
  *
@@ -16560,7 +16560,7 @@ declare namespace sap {
16560
16560
  * The headerContent to remove or its index or id
16561
16561
  */
16562
16562
  vHeaderContent: int | string | sap.ui.ux3.ThingGroup
16563
- ): sap.ui.ux3.ThingGroup;
16563
+ ): sap.ui.ux3.ThingGroup | null;
16564
16564
  /**
16565
16565
  * Sets the aggregated {@link #getActionBar actionBar}.
16566
16566
  *
@@ -17560,7 +17560,7 @@ declare namespace sap {
17560
17560
  * The button to remove or its index or id
17561
17561
  */
17562
17562
  vButton: int | string | sap.ui.core.Control
17563
- ): sap.ui.core.Control;
17563
+ ): sap.ui.core.Control | null;
17564
17564
  /**
17565
17565
  * Removes a content from the aggregation {@link #getContent content}.
17566
17566
  *
@@ -17571,7 +17571,7 @@ declare namespace sap {
17571
17571
  * The content to remove or its index or id
17572
17572
  */
17573
17573
  vContent: int | string | sap.ui.core.Control
17574
- ): sap.ui.core.Control;
17574
+ ): sap.ui.core.Control | null;
17575
17575
  /**
17576
17576
  * @SINCE 1.19.0
17577
17577
  *