@sapui5/ts-types 1.104.2 → 1.106.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 (64) 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 +1 -1
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +25 -25
  6. package/types/sap.esh.search.ui.d.ts +939 -1
  7. package/types/sap.f.d.ts +80 -4
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +5 -5
  10. package/types/sap.fe.macros.d.ts +30 -98
  11. package/types/sap.fe.navigation.d.ts +53 -5
  12. package/types/sap.fe.templates.d.ts +155 -1
  13. package/types/sap.fe.test.d.ts +17 -3
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +218 -57
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +583 -149
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +68 -3
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +152 -171
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +121 -16
  27. package/types/sap.suite.ui.generic.template.d.ts +17 -3
  28. package/types/sap.suite.ui.microchart.d.ts +13 -13
  29. package/types/sap.tnt.d.ts +3 -3
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +31 -31
  32. package/types/sap.ui.comp.d.ts +182 -57
  33. package/types/sap.ui.core.d.ts +618 -265
  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 +1117 -5
  37. package/types/sap.ui.generic.app.d.ts +14 -11
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +101 -18
  40. package/types/sap.ui.layout.d.ts +7 -7
  41. package/types/sap.ui.mdc.d.ts +5 -1
  42. package/types/sap.ui.richtexteditor.d.ts +2 -2
  43. package/types/sap.ui.rta.d.ts +3 -1
  44. package/types/sap.ui.suite.d.ts +5 -5
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +26 -8
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +66 -19
  49. package/types/sap.ui.ux3.d.ts +11 -11
  50. package/types/sap.ui.vbm.d.ts +3 -3
  51. package/types/sap.ui.vk.d.ts +315 -24
  52. package/types/sap.ui.vtm.d.ts +2 -2
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +239 -43
  55. package/types/sap.ui.webc.main.d.ts +636 -146
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +12 -10
  58. package/types/sap.ushell_abap.d.ts +1 -215
  59. package/types/sap.uxap.d.ts +41 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +2 -6
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,16 @@
1
- // For Library Version: 1.104.1
1
+ // For Library Version: 1.106.0
2
+
3
+ declare module "sap/suite/ui/commons/collaborationhelper/CollaborationHelper" {
4
+ /**
5
+ * @SINCE 1.104
6
+ * @EXPERIMENTAL (since 1.104)
7
+ *
8
+ * Provides functionality Share options
9
+ */
10
+ interface CollaborationHelper {}
11
+ const CollaborationHelper: CollaborationHelper;
12
+ export default CollaborationHelper;
13
+ }
2
14
 
3
15
  declare namespace sap {
4
16
  namespace suite {
@@ -1739,7 +1751,15 @@ declare namespace sap {
1739
1751
  *
1740
1752
  * @returns Crop area with properties x, y, width, and height
1741
1753
  */
1742
- getCropArea(): Object;
1754
+ getCropArea(): {
1755
+ x: int;
1756
+
1757
+ y: int;
1758
+
1759
+ width: int;
1760
+
1761
+ height: int;
1762
+ };
1743
1763
  /**
1744
1764
  * Returns `true` when the `src` property is set and the specified image has been successfuly loaded.
1745
1765
  *
@@ -2590,7 +2610,19 @@ declare namespace sap {
2590
2610
  *
2591
2611
  * @returns IDs of the default items in the header toolbar
2592
2612
  */
2593
- getMobileFooterToolbarIds(): Object;
2613
+ getMobileFooterToolbarIds(): {
2614
+ filter: string;
2615
+
2616
+ crop: string;
2617
+
2618
+ transform: string;
2619
+
2620
+ undo: string;
2621
+
2622
+ history: string;
2623
+
2624
+ apply: string;
2625
+ };
2594
2626
  /**
2595
2627
  * Returns the mobile header toolbar of the `ImageEditorContainer` for customization of its content.
2596
2628
  *
@@ -2612,7 +2644,19 @@ declare namespace sap {
2612
2644
  *
2613
2645
  * @returns IDs of the default items in the header toolbar
2614
2646
  */
2615
- getMobileZoomToolbarIds(): Object;
2647
+ getMobileZoomToolbarIds(): {
2648
+ zoomIn: string;
2649
+
2650
+ zoomOut: string;
2651
+
2652
+ zoomToFit: string;
2653
+
2654
+ zoomLabel: string;
2655
+
2656
+ scaleSwitch: string;
2657
+
2658
+ scaleLabel: string;
2659
+ };
2616
2660
  /**
2617
2661
  * Gets current value of property {@link #getMode mode}.
2618
2662
  *
@@ -2637,7 +2681,27 @@ declare namespace sap {
2637
2681
  *
2638
2682
  * @returns Ids of the default items in the header toolbar
2639
2683
  */
2640
- getToolbarIds(): Object;
2684
+ getToolbarIds(): {
2685
+ filter: string;
2686
+
2687
+ crop: string;
2688
+
2689
+ transform: string;
2690
+
2691
+ undo: string;
2692
+
2693
+ history: string;
2694
+
2695
+ zoomIn: string;
2696
+
2697
+ zoomOut: string;
2698
+
2699
+ zoomToFit: string;
2700
+
2701
+ zoomLabel: string;
2702
+
2703
+ separator: string;
2704
+ };
2641
2705
  /**
2642
2706
  * Checks for the provided `sap.suite.ui.commons.imageeditor.CustomSizeItem` in the aggregation {@link #getCustomEllipseCropItems
2643
2707
  * customEllipseCropItems}. and returns its index if found or -1 otherwise.
@@ -6846,7 +6910,7 @@ declare namespace sap {
6846
6910
  * The ariaDescribedBy to be removed or its index or ID
6847
6911
  */
6848
6912
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
6849
- ): sap.ui.core.ID;
6913
+ ): sap.ui.core.ID | null;
6850
6914
  /**
6851
6915
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6852
6916
  *
@@ -6857,7 +6921,7 @@ declare namespace sap {
6857
6921
  * The ariaLabelledBy to be removed or its index or ID
6858
6922
  */
6859
6923
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
6860
- ): sap.ui.core.ID;
6924
+ ): sap.ui.core.ID | null;
6861
6925
  /**
6862
6926
  * Removes a group from the aggregation {@link #getGroups groups}.
6863
6927
  *
@@ -7992,7 +8056,11 @@ declare namespace sap {
7992
8056
  /**
7993
8057
  * X and Y coordinates
7994
8058
  */
7995
- oPoint: Object
8059
+ oPoint: {
8060
+ x: float;
8061
+
8062
+ y: float;
8063
+ }
7996
8064
  ): sap.suite.ui.commons.networkgraph.Coordinate;
7997
8065
  /**
7998
8066
  * Adds some coordinate to the aggregation {@link #getCoordinates coordinates}.
@@ -14093,7 +14161,7 @@ declare namespace sap {
14093
14161
  * The ariaDescribedBy to be removed or its index or ID
14094
14162
  */
14095
14163
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
14096
- ): sap.ui.core.ID;
14164
+ ): sap.ui.core.ID | null;
14097
14165
  /**
14098
14166
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
14099
14167
  *
@@ -14104,7 +14172,7 @@ declare namespace sap {
14104
14172
  * The ariaLabelledBy to be removed or its index or ID
14105
14173
  */
14106
14174
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
14107
- ): sap.ui.core.ID;
14175
+ ): sap.ui.core.ID | null;
14108
14176
  /**
14109
14177
  * Removes a discreteThreshold from the aggregation {@link #getDiscreteThresholds discreteThresholds}.
14110
14178
  *
@@ -17319,6 +17387,14 @@ declare namespace sap {
17319
17387
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17320
17388
  | `{${string}}`;
17321
17389
 
17390
+ /**
17391
+ * Specifies whether new folder can be created
17392
+ */
17393
+ enableNewFolderCreation?:
17394
+ | boolean
17395
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17396
+ | `{${string}}`;
17397
+
17322
17398
  /**
17323
17399
  * Event is fired when the selection is made
17324
17400
  */
@@ -24546,6 +24622,16 @@ declare namespace sap {
24546
24622
  * @returns Value of property `enableDuplicateCheck`
24547
24623
  */
24548
24624
  getEnableDuplicateCheck(): boolean;
24625
+ /**
24626
+ * Gets current value of property {@link #getEnableNewFolderCreation enableNewFolderCreation}.
24627
+ *
24628
+ * Specifies whether new folder can be created
24629
+ *
24630
+ * Default value is `false`.
24631
+ *
24632
+ * @returns Value of property `enableNewFolderCreation`
24633
+ */
24634
+ getEnableNewFolderCreation(): boolean;
24549
24635
  /**
24550
24636
  * Gets current value of property {@link #getFileNameMandatory fileNameMandatory}.
24551
24637
  *
@@ -24645,6 +24731,23 @@ declare namespace sap {
24645
24731
  */
24646
24732
  bEnableDuplicateCheck?: boolean
24647
24733
  ): this;
24734
+ /**
24735
+ * Sets a new value for property {@link #getEnableNewFolderCreation enableNewFolderCreation}.
24736
+ *
24737
+ * Specifies whether new folder can be created
24738
+ *
24739
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24740
+ *
24741
+ * Default value is `false`.
24742
+ *
24743
+ * @returns Reference to `this` in order to allow method chaining
24744
+ */
24745
+ setEnableNewFolderCreation(
24746
+ /**
24747
+ * New value for property `enableNewFolderCreation`
24748
+ */
24749
+ bEnableNewFolderCreation?: boolean
24750
+ ): this;
24648
24751
  /**
24649
24752
  * Sets a new value for property {@link #getFileNameMandatory fileNameMandatory}.
24650
24753
  *
@@ -25332,7 +25435,7 @@ declare namespace sap {
25332
25435
  * The ariaDescribedBy to be removed or its index or ID
25333
25436
  */
25334
25437
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
25335
- ): sap.ui.core.ID;
25438
+ ): sap.ui.core.ID | null;
25336
25439
  /**
25337
25440
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
25338
25441
  *
@@ -25343,7 +25446,7 @@ declare namespace sap {
25343
25446
  * The ariaLabelledBy to be removed or its index or ID
25344
25447
  */
25345
25448
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
25346
- ): sap.ui.core.ID;
25449
+ ): sap.ui.core.ID | null;
25347
25450
  /**
25348
25451
  * Setter for dateFormat which is used for formating the dates If passed object is null or is of incorrect
25349
25452
  * type, control's default formatting will be used.
@@ -35914,7 +36017,7 @@ declare namespace sap {
35914
36017
  * The parent to be removed or its index or ID
35915
36018
  */
35916
36019
  vParent: int | sap.ui.core.ID | sap.suite.ui.commons.ProcessFlowNode
35917
- ): sap.ui.core.ID;
36020
+ ): sap.ui.core.ID | null;
35918
36021
  /**
35919
36022
  * Sets the aggregated {@link #getAriaProperties ariaProperties}.
35920
36023
  *
@@ -37340,7 +37443,7 @@ declare namespace sap {
37340
37443
  | int
37341
37444
  | sap.ui.core.ID
37342
37445
  | sap.suite.ui.commons.TargetFilterColumn
37343
- ): sap.ui.core.ID;
37446
+ ): sap.ui.core.ID | null;
37344
37447
  /**
37345
37448
  * Triggers filtering in the controls that use this control. Returns this control for the method chaining.
37346
37449
  *
@@ -40132,7 +40235,7 @@ declare namespace sap {
40132
40235
  * The ariaLabelledBy to be removed or its index or ID
40133
40236
  */
40134
40237
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
40135
- ): sap.ui.core.ID;
40238
+ ): sap.ui.core.ID | null;
40136
40239
  /**
40137
40240
  * Removes a content from the aggregation {@link #getContent content}.
40138
40241
  *
@@ -42175,7 +42278,7 @@ declare namespace sap {
42175
42278
  * The ariaLabelledBy to be removed or its index or ID
42176
42279
  */
42177
42280
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
42178
- ): sap.ui.core.ID;
42281
+ ): sap.ui.core.ID | null;
42179
42282
  /**
42180
42283
  * Removes a customAction from the aggregation {@link #getCustomAction customAction}.
42181
42284
  *
@@ -45716,6 +45819,8 @@ declare namespace sap {
45716
45819
 
45717
45820
  "sap/suite/ui/commons/CloudFilePicker": undefined;
45718
45821
 
45822
+ "sap/suite/ui/commons/collaborationhelper/CollaborationHelper": undefined;
45823
+
45719
45824
  "sap/suite/ui/commons/ColumnData": undefined;
45720
45825
 
45721
45826
  "sap/suite/ui/commons/ColumnMicroChart": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -933,9 +933,12 @@ declare namespace sap {
933
933
  */
934
934
  oNavigationData?: {
935
935
  /**
936
- * The navigation property identifying the target of the navigation
936
+ * This property is used if the target of the navigation should be a page which is not configured via an
937
+ * entity set (thus it is a canvas page). In this case the value of this property should match the name
938
+ * of the route which was defined in the routingSpec of this page. If the page requires a key, this key
939
+ * should be added as content of `vContext`, which should be a string in this case.
937
940
  */
938
- navigationProperty?: string;
941
+ routeName?: string;
939
942
  /**
940
943
  * If this is truthy the page navigated to will replace the current page in the browser history
941
944
  */
@@ -945,6 +948,17 @@ declare namespace sap {
945
948
  * page
946
949
  */
947
950
  displayMode?: sap.suite.ui.generic.template.displayMode;
951
+ /**
952
+ * This property is only relevant if this instance is obtained from the extension api of a reuse component
953
+ * (on object page) or an implementing component (of a canvas page) and property routeName is set.
954
+ * In this case the navigation triggered by this method is by default restricted to child pages of that
955
+ * component. If the target page of the navigation should be a page which is not a child page of that component
956
+ * this property should be set to `>true`. In this case the target of the navigation can also be a child
957
+ * of any of the hierarchical ancestors of the current page. Note that this establishes a strong dependency
958
+ * from the business logic of that component to the structure of the app. This is problematic if the component
959
+ * is defined independently of the app.
960
+ */
961
+ isAbsolute?: boolean;
948
962
  }
949
963
  ): void;
950
964
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -2614,7 +2614,7 @@ declare namespace sap {
2614
2614
  * The ariaLabelledBy to be removed or its index or ID
2615
2615
  */
2616
2616
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
2617
- ): sap.ui.core.ID;
2617
+ ): sap.ui.core.ID | null;
2618
2618
  /**
2619
2619
  * Removes a line from the aggregation {@link #getLines lines}.
2620
2620
  *
@@ -3949,7 +3949,7 @@ declare namespace sap {
3949
3949
  * The ariaLabelledBy to be removed or its index or ID
3950
3950
  */
3951
3951
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
3952
- ): sap.ui.core.ID;
3952
+ ): sap.ui.core.ID | null;
3953
3953
  /**
3954
3954
  * Removes a threshold from the aggregation {@link #getThresholds thresholds}.
3955
3955
  *
@@ -4886,7 +4886,7 @@ declare namespace sap {
4886
4886
  * The ariaLabelledBy to be removed or its index or ID
4887
4887
  */
4888
4888
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
4889
- ): sap.ui.core.ID;
4889
+ ): sap.ui.core.ID | null;
4890
4890
  /**
4891
4891
  * Removes a column from the aggregation {@link #getColumns columns}.
4892
4892
  *
@@ -5839,7 +5839,7 @@ declare namespace sap {
5839
5839
  * The ariaLabelledBy to be removed or its index or ID
5840
5840
  */
5841
5841
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
5842
- ): sap.ui.core.ID;
5842
+ ): sap.ui.core.ID | null;
5843
5843
  /**
5844
5844
  * Removes a data from the aggregation {@link #getData data}.
5845
5845
  *
@@ -6628,7 +6628,7 @@ declare namespace sap {
6628
6628
  * The ariaLabelledBy to be removed or its index or ID
6629
6629
  */
6630
6630
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
6631
- ): sap.ui.core.ID;
6631
+ ): sap.ui.core.ID | null;
6632
6632
  /**
6633
6633
  * Sets a new value for property {@link #getColor color}.
6634
6634
  *
@@ -7262,7 +7262,7 @@ declare namespace sap {
7262
7262
  * The ariaLabelledBy to be removed or its index or ID
7263
7263
  */
7264
7264
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
7265
- ): sap.ui.core.ID;
7265
+ ): sap.ui.core.ID | null;
7266
7266
  /**
7267
7267
  * Removes a item from the aggregation {@link #getItems items}.
7268
7268
  *
@@ -8146,7 +8146,7 @@ declare namespace sap {
8146
8146
  * The ariaLabelledBy to be removed or its index or ID
8147
8147
  */
8148
8148
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
8149
- ): sap.ui.core.ID;
8149
+ ): sap.ui.core.ID | null;
8150
8150
  /**
8151
8151
  * Removes a bar from the aggregation {@link #getBars bars}.
8152
8152
  *
@@ -8902,7 +8902,7 @@ declare namespace sap {
8902
8902
  * The ariaLabelledBy to be removed or its index or ID
8903
8903
  */
8904
8904
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
8905
- ): sap.ui.core.ID;
8905
+ ): sap.ui.core.ID | null;
8906
8906
  /**
8907
8907
  * Removes a segment from the aggregation {@link #getSegments segments}.
8908
8908
  *
@@ -9636,7 +9636,7 @@ declare namespace sap {
9636
9636
  * The ariaLabelledBy to be removed or its index or ID
9637
9637
  */
9638
9638
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
9639
- ): sap.ui.core.ID;
9639
+ ): sap.ui.core.ID | null;
9640
9640
  /**
9641
9641
  * Removes a point from the aggregation {@link #getPoints points}.
9642
9642
  *
@@ -10555,7 +10555,7 @@ declare namespace sap {
10555
10555
  * The ariaLabelledBy to be removed or its index or ID
10556
10556
  */
10557
10557
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
10558
- ): sap.ui.core.ID;
10558
+ ): sap.ui.core.ID | null;
10559
10559
  /**
10560
10560
  * Removes a line from the aggregation {@link #getLines lines}.
10561
10561
  *
@@ -11722,7 +11722,7 @@ declare namespace sap {
11722
11722
  * The ariaLabelledBy to be removed or its index or ID
11723
11723
  */
11724
11724
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
11725
- ): sap.ui.core.ID;
11725
+ ): sap.ui.core.ID | null;
11726
11726
  /**
11727
11727
  * @SINCE 1.62.0
11728
11728
  *
@@ -12228,7 +12228,7 @@ declare namespace sap {
12228
12228
  * The ariaLabelledBy to be removed or its index or ID
12229
12229
  */
12230
12230
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
12231
- ): sap.ui.core.ID;
12231
+ ): sap.ui.core.ID | null;
12232
12232
  /**
12233
12233
  * Removes a bar from the aggregation {@link #getBars bars}.
12234
12234
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -905,7 +905,7 @@ declare namespace sap {
905
905
  * The ariaDescribedBy to be removed or its index or ID
906
906
  */
907
907
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
908
- ): sap.ui.core.ID;
908
+ ): sap.ui.core.ID | null;
909
909
  /**
910
910
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
911
911
  *
@@ -916,7 +916,7 @@ declare namespace sap {
916
916
  * The ariaLabelledBy to be removed or its index or ID
917
917
  */
918
918
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
919
- ): sap.ui.core.ID;
919
+ ): sap.ui.core.ID | null;
920
920
  /**
921
921
  * Removes a item from the aggregation {@link #getItems items}.
922
922
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {