@sapui5/ts-types 1.102.2 → 1.104.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +11 -11
  5. package/types/sap.chart.d.ts +2 -2
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +320 -24
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +29 -1159
  11. package/types/sap.fe.macros.d.ts +52 -627
  12. package/types/sap.fe.navigation.d.ts +1 -1309
  13. package/types/sap.fe.templates.d.ts +2 -161
  14. package/types/sap.fe.test.d.ts +12 -244
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +343 -63
  17. package/types/sap.insights.d.ts +1 -1
  18. package/types/sap.landvisz.d.ts +15 -15
  19. package/types/sap.m.d.ts +2388 -334
  20. package/types/sap.makit.d.ts +5 -5
  21. package/types/sap.me.d.ts +2 -2
  22. package/types/sap.ndc.d.ts +75 -3
  23. package/types/sap.ovp.d.ts +6 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +164 -2
  26. package/types/sap.sac.grid.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +556 -76
  28. package/types/sap.suite.ui.generic.template.d.ts +105 -12
  29. package/types/sap.suite.ui.microchart.d.ts +14 -14
  30. package/types/sap.tnt.d.ts +5 -5
  31. package/types/sap.ui.codeeditor.d.ts +1 -1
  32. package/types/sap.ui.commons.d.ts +36 -36
  33. package/types/sap.ui.comp.d.ts +1213 -270
  34. package/types/sap.ui.core.d.ts +384 -111
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +3 -3
  37. package/types/sap.ui.fl.d.ts +3 -1
  38. package/types/sap.ui.generic.app.d.ts +13 -6
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +43 -64
  41. package/types/sap.ui.layout.d.ts +33 -41
  42. package/types/sap.ui.mdc.d.ts +1 -1
  43. package/types/sap.ui.richtexteditor.d.ts +2 -2
  44. package/types/sap.ui.rta.d.ts +3 -1
  45. package/types/sap.ui.suite.d.ts +1 -1
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +9 -9
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +115 -35
  50. package/types/sap.ui.ux3.d.ts +43 -43
  51. package/types/sap.ui.vbm.d.ts +28 -188
  52. package/types/sap.ui.vk.d.ts +83 -25
  53. package/types/sap.ui.vtm.d.ts +12 -12
  54. package/types/sap.ui.webc.common.d.ts +118 -0
  55. package/types/sap.ui.webc.fiori.d.ts +13298 -0
  56. package/types/sap.ui.webc.main.d.ts +39842 -0
  57. package/types/sap.uiext.inbox.d.ts +3 -3
  58. package/types/sap.ushell.d.ts +45 -31
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +13 -13
  61. package/types/sap.viz.d.ts +8 -8
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +4 -4
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.2
1
+ // For Library Version: 1.104.0
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.2
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -910,11 +910,14 @@ declare namespace sap {
910
910
  constructor();
911
911
 
912
912
  /**
913
- * Attempts to use the browser history to navigate to the previous app. A navigation to the Fiori Launchpad
914
- * Home is performed in case this method is called on a first navigation. In all other cases, this function
915
- * simply performs a browser back navigation. Please note that the behavior of this method is subject
916
- * to change and therefore it may not yield to the expected results especially on mobile devices where "back"
917
- * is the previous inner app state iff these are put into the history!
913
+ * Attempts to use the browser history to navigate to the previous app.
914
+ *
915
+ * A navigation to the Fiori launchpad Home is performed when this method is called on a first navigation.
916
+ * In all other cases, this function simply performs a browser back navigation.
917
+ *
918
+ * Please note that the behavior of this method is subject to change and therefore it may not yield to the
919
+ * expected results especially on mobile devices where "back" is the previous inner-app state if these are
920
+ * put into the history!
918
921
  *
919
922
  * @returns A promise which resolves once the back navigation was triggered
920
923
  */
@@ -1186,8 +1189,8 @@ declare namespace sap {
1186
1189
  bCompactIntents?: boolean
1187
1190
  ): jQuery.Promise;
1188
1191
  /**
1189
- * performs window.history.go() with number of steps if provided and if supported by the underlying platform.
1190
- * May be a noop if the url is the first url in the browser. If no argument is provided it wil call window.history.go(-1)
1192
+ * Navigates back in history the number of given steps if this is supported by the underlying platform.
1193
+ * If no argument is provided it will navigate back 1 step.
1191
1194
  */
1192
1195
  historyBack(
1193
1196
  /**
@@ -1455,9 +1458,9 @@ declare namespace sap {
1455
1458
  * @SINCE 1.36.0
1456
1459
  * @deprecated (since 1.94) - Use `isInitialNavigationAsync` instead.
1457
1460
  *
1458
- * Checks whether the FLP has performed the first navigation. This method can be used to detect whether
1459
- * the current app was started directly, that is, without a previous navigation to another app, to the FLP
1460
- * home, or another target that adds an entry in the browser history.
1461
+ * Checks wether the FLP currently shows the initially loaded navigation target (i.e. the intent it was
1462
+ * started with). This method can be used to e.g. detect whether the current app was started directly, that
1463
+ * is, without a navigation from another app or FLP home.
1461
1464
  *
1462
1465
  * @returns Whether the initial navigation occurred.
1463
1466
  */
@@ -2722,7 +2725,7 @@ declare namespace sap {
2722
2725
  * {
2723
2726
  * "url": "/sap/bc/",
2724
2727
  * "text": "My targetmapping description",
2725
- * "externalNavigationMode": "embedded"
2728
+ * "externalNavigationMode": boolean
2726
2729
  * }
2727
2730
  * ```
2728
2731
  */
@@ -2986,7 +2989,7 @@ declare namespace sap {
2986
2989
  * Window), Infinity, undefined ( Backend persistence per user ) [Default] nn Minutes ( Backend persistence
2987
2990
  * per user, ignored if older than nn minutes)
2988
2991
  */
2989
- oScope: Object,
2992
+ oScope: object,
2990
2993
  /**
2991
2994
  * Since 1.27.0. SAPUI5 component which uses the container. This allows to associate the stored data with
2992
2995
  * the application.
@@ -3011,7 +3014,11 @@ declare namespace sap {
3011
3014
  /**
3012
3015
  * identifies the container
3013
3016
  */
3014
- sContainerKey: string
3017
+ sContainerKey: string,
3018
+ /**
3019
+ * scope object
3020
+ */
3021
+ oScope: object
3015
3022
  ): object;
3016
3023
  /**
3017
3024
  * @SINCE 1.18.0
@@ -3058,14 +3065,14 @@ declare namespace sap {
3058
3065
  * indefinitely at the front-end server.
3059
3066
  *
3060
3067
  * The validity parameter allows a designated storage validity for the created container. A 0 validity indicates
3061
- * the data is only persisted within the Fiori Launchpad window. No round trips to the front-end server
3062
- * are executed. Data is lost if the Fiori Launchpad window state is lost (e.g. by navigating to a different
3068
+ * the data is only persisted within the Fiori launchpad window. No round trips to the front-end server
3069
+ * are executed. Data is lost if the Fiori launchpad window state is lost (e.g. by navigating to a different
3063
3070
  * page, pressing F5 (reload page) or duplicating the window).
3064
3071
  *
3065
- * For versions > 1.24 it may happen that for cross-app navigation a reload of the Fiori Launchpad is triggered.
3066
- * In this case a storage of the personalization data in the Fiori lauchpad window would lead to data loss.
3072
+ * For versions > 1.24 it may happen that for cross-app navigation a reload of the Fiori launchpad is triggered.
3073
+ * In this case a storage of the personalization data in the Fiori launchpad window would lead to data loss.
3067
3074
  * To overcome this a validity 0 is automatically changed to a validity 1440 (24h; storage on the front-end
3068
- * server). This is only done if a reload of the Fiori Launchpad is triggered for a cross-app navigation.
3075
+ * server). This is only done if a reload of the Fiori launchpad is triggered for a cross-app navigation.
3069
3076
  *
3070
3077
  * Security: It is the responsibility of the application to not persist information relevant to auditing
3071
3078
  * or security using the PersonalizationService with inappropriate validity models. No mechanisms exist
@@ -3077,7 +3084,7 @@ declare namespace sap {
3077
3084
  * For limited validity, actual deletion of data on the front-end server is subject to explicit cleanup
3078
3085
  * execution of front-end server jobs and not guaranteed. The data may still be persisted and retrievable.
3079
3086
  * The interface only assures that expired data is no longer exposed to the application code in the Fiori
3080
- * Launchpad.
3087
+ * launchpad.
3081
3088
  *
3082
3089
  * The ContainerKey uniquely defines the Container, validity is not part of the key (there are no separate
3083
3090
  * namespaces per validity).
@@ -3112,7 +3119,7 @@ declare namespace sap {
3112
3119
  * nn Minutes (front-end server persistence per user, ignored if older than nn minutes) oScope.shared To
3113
3120
  * indicate that this container is intended to be shared by several applications
3114
3121
  */
3115
- oScope: Object,
3122
+ oScope: object,
3116
3123
  /**
3117
3124
  * Since 1.27.0. SAPUI5 component which uses the container. This allows to associate the stored data with
3118
3125
  * the application.
@@ -3175,6 +3182,9 @@ declare namespace sap {
3175
3182
  *
3176
3183
  * Do not mix the usage of a personalizer and a personalization container for one containerKey.
3177
3184
  *
3185
+ * Fetching multiple Personalizers for the same container, but different items is not supported. Use {@link
3186
+ * sap.ushell.services.Personalizer#getContainer} instead for this scenario.
3187
+ *
3178
3188
  * @returns {@link sap.ushell.services.Personalizer} which provides generic read and write access to the
3179
3189
  * currently logged on user's personalization settings.
3180
3190
  */
@@ -4725,7 +4735,7 @@ declare namespace sap {
4725
4735
  | int
4726
4736
  | string
4727
4737
  | sap.ushell.components.factsheet.controls.PictureViewerItem
4728
- ): sap.ushell.components.factsheet.controls.PictureViewerItem;
4738
+ ): sap.ushell.components.factsheet.controls.PictureViewerItem | null;
4729
4739
  /**
4730
4740
  * Select the picture at index `iIndex` from the `items` aggregation.
4731
4741
  *
@@ -7921,7 +7931,7 @@ declare namespace sap {
7921
7931
  * The group to remove or its index or id
7922
7932
  */
7923
7933
  vGroup: int | string | sap.ui.core.Control
7924
- ): sap.ui.core.Control;
7934
+ ): sap.ui.core.Control | null;
7925
7935
  /**
7926
7936
  * Sets a new value for property {@link #get_gridEnabled _gridEnabled}.
7927
7937
  *
@@ -8944,7 +8954,7 @@ declare namespace sap {
8944
8954
  * The afterContent to remove or its index or id
8945
8955
  */
8946
8956
  vAfterContent: int | string | sap.ui.core.Control
8947
- ): sap.ui.core.Control;
8957
+ ): sap.ui.core.Control | null;
8948
8958
  /**
8949
8959
  * Removes all the controls from the aggregation {@link #getAfterContent afterContent}.
8950
8960
  *
@@ -9003,7 +9013,7 @@ declare namespace sap {
9003
9013
  * The beforeContent to remove or its index or id
9004
9014
  */
9005
9015
  vBeforeContent: int | string | sap.ui.core.Control
9006
- ): sap.ui.core.Control;
9016
+ ): sap.ui.core.Control | null;
9007
9017
  /**
9008
9018
  * Removes a footerContent from the aggregation {@link #getFooterContent footerContent}.
9009
9019
  *
@@ -9014,7 +9024,7 @@ declare namespace sap {
9014
9024
  * The footerContent to remove or its index or id
9015
9025
  */
9016
9026
  vFooterContent: int | string | sap.ui.core.Control
9017
- ): sap.ui.core.Control;
9027
+ ): sap.ui.core.Control | null;
9018
9028
  /**
9019
9029
  * Removes a headerAction from the aggregation {@link #getHeaderActions headerActions}.
9020
9030
  *
@@ -9025,7 +9035,7 @@ declare namespace sap {
9025
9035
  * The headerAction to remove or its index or id
9026
9036
  */
9027
9037
  vHeaderAction: int | string | sap.ui.core.Control
9028
- ): sap.ui.core.Control;
9038
+ ): sap.ui.core.Control | null;
9029
9039
  /**
9030
9040
  * Removes a link from the aggregation {@link #getLinks links}.
9031
9041
  *
@@ -9036,7 +9046,7 @@ declare namespace sap {
9036
9046
  * The link to remove or its index or id
9037
9047
  */
9038
9048
  vLink: int | string | sap.ui.core.Control
9039
- ): sap.ui.core.Control;
9049
+ ): sap.ui.core.Control | null;
9040
9050
  /**
9041
9051
  * Removes a tile from the aggregation {@link #getTiles tiles}.
9042
9052
  *
@@ -9047,7 +9057,7 @@ declare namespace sap {
9047
9057
  * The tile to remove or its index or id
9048
9058
  */
9049
9059
  vTile: int | string | sap.ui.core.Control
9050
- ): sap.ui.core.Control;
9060
+ ): sap.ui.core.Control | null;
9051
9061
  /**
9052
9062
  * Sets a new value for property {@link #getDefaultGroup defaultGroup}.
9053
9063
  *
@@ -9916,7 +9926,7 @@ declare namespace sap {
9916
9926
  * The footItem to remove or its index or id
9917
9927
  */
9918
9928
  vFootItem: int | string | sap.ui.core.Control
9919
- ): sap.ui.core.Control;
9929
+ ): sap.ui.core.Control | null;
9920
9930
  /**
9921
9931
  * Removes a tileView from the aggregation {@link #getTileViews tileViews}.
9922
9932
  *
@@ -9927,7 +9937,7 @@ declare namespace sap {
9927
9937
  * The tileView to remove or its index or id
9928
9938
  */
9929
9939
  vTileView: int | string | sap.ui.core.Control
9930
- ): sap.ui.core.Control;
9940
+ ): sap.ui.core.Control | null;
9931
9941
  /**
9932
9942
  * Sets a new value for property {@link #getAnimationRendered animationRendered}.
9933
9943
  *
@@ -11430,6 +11440,8 @@ declare namespace sap {
11430
11440
 
11431
11441
  "sap/ushell/services/LaunchPage": undefined;
11432
11442
 
11443
+ "sap/ushell/services/Menu": undefined;
11444
+
11433
11445
  "sap/ushell/services/Message": undefined;
11434
11446
 
11435
11447
  "sap/ushell/services/NavTargetResolution": undefined;
@@ -11442,6 +11454,8 @@ declare namespace sap {
11442
11454
 
11443
11455
  "sap/ushell/services/SmartNavigation": undefined;
11444
11456
 
11457
+ "sap/ushell/services/SpaceContent": undefined;
11458
+
11445
11459
  "sap/ushell/services/SupportTicket": undefined;
11446
11460
 
11447
11461
  "sap/ushell/services/URLParsing": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.2
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.2
1
+ // For Library Version: 1.104.0
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.2
1
+ // For Library Version: 1.104.0
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.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.104.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {