@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.0
1
+ // For Library Version: 1.103.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -262,8 +262,8 @@ declare namespace sap {
262
262
  /**
263
263
  * semantic type for cluster. The type specifies the icon and the color of the cluster control.
264
264
  */
265
- type?: /* was: sap.ui.vbm.SemanticType */
266
- | any
265
+ type?:
266
+ | sap.ui.vbm.SemanticType
267
267
  | sap.ui.base.ManagedObject.PropertyBindingInfo
268
268
  | `{${string}}`;
269
269
  }
@@ -958,8 +958,8 @@ declare namespace sap {
958
958
  /**
959
959
  * The semantic spot type for the legend marker.
960
960
  */
961
- semanticSpotType?: /* was: sap.ui.vbm.SemanticType */
962
- | any
961
+ semanticSpotType?:
962
+ | sap.ui.vbm.SemanticType
963
963
  | sap.ui.base.ManagedObject.PropertyBindingInfo
964
964
  | `{${string}}`;
965
965
 
@@ -1075,8 +1075,8 @@ declare namespace sap {
1075
1075
  /**
1076
1076
  * Type for semantic labels. A given semantic type will overrule color settings and add an icon.
1077
1077
  */
1078
- labelType?: /* was: sap.ui.vbm.SemanticType */
1079
- | any
1078
+ labelType?:
1079
+ | sap.ui.vbm.SemanticType
1080
1080
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1081
1081
  | `{${string}}`;
1082
1082
 
@@ -1189,8 +1189,8 @@ declare namespace sap {
1189
1189
  * Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
1190
1190
  * path between two points, e.g. flightroutes
1191
1191
  */
1192
- routetype?: /* was: sap.ui.vbm.RouteType */
1193
- | any
1192
+ routetype?:
1193
+ | sap.ui.vbm.RouteType
1194
1194
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1195
1195
  | `{${string}}`;
1196
1196
 
@@ -1339,8 +1339,8 @@ declare namespace sap {
1339
1339
  /**
1340
1340
  * Spot type for semantic spots. A given semantic type will overrule settings for image, scale, and content.
1341
1341
  */
1342
- type?: /* was: sap.ui.vbm.SemanticType */
1343
- | any
1342
+ type?:
1343
+ | sap.ui.vbm.SemanticType
1344
1344
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1345
1345
  | `{${string}}`;
1346
1346
 
@@ -1719,8 +1719,8 @@ declare namespace sap {
1719
1719
  /**
1720
1720
  * Type for semantic labels. A given semantic type will overrule color settings and add an icon.
1721
1721
  */
1722
- labelType?: /* was: sap.ui.vbm.SemanticType */
1723
- | any
1722
+ labelType?:
1723
+ | sap.ui.vbm.SemanticType
1724
1724
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1725
1725
  | `{${string}}`;
1726
1726
 
@@ -2621,7 +2621,7 @@ declare namespace sap {
2621
2621
  * The region to remove or its index or id
2622
2622
  */
2623
2623
  vRegion: int | string | sap.ui.vbm.Region
2624
- ): sap.ui.vbm.Region;
2624
+ ): sap.ui.vbm.Region | null;
2625
2625
  /**
2626
2626
  * Zoom to one ore more regions.
2627
2627
  */
@@ -3272,7 +3272,7 @@ declare namespace sap {
3272
3272
  * The item to remove or its index or id
3273
3273
  */
3274
3274
  vItem: int | string | sap.ui.vbm.Area
3275
- ): sap.ui.vbm.Area;
3275
+ ): sap.ui.vbm.Area | null;
3276
3276
  /**
3277
3277
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
3278
3278
  *
@@ -3625,7 +3625,7 @@ declare namespace sap {
3625
3625
  * The item to remove or its index or id
3626
3626
  */
3627
3627
  vItem: int | string | sap.ui.vbm.Box
3628
- ): sap.ui.vbm.Box;
3628
+ ): sap.ui.vbm.Box | null;
3629
3629
  /**
3630
3630
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
3631
3631
  *
@@ -4016,7 +4016,7 @@ declare namespace sap {
4016
4016
  * The item to remove or its index or id
4017
4017
  */
4018
4018
  vItem: int | string | sap.ui.vbm.Circle
4019
- ): sap.ui.vbm.Circle;
4019
+ ): sap.ui.vbm.Circle | null;
4020
4020
  /**
4021
4021
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
4022
4022
  *
@@ -4159,7 +4159,7 @@ declare namespace sap {
4159
4159
  *
4160
4160
  * @returns Value of property `type`
4161
4161
  */
4162
- getType(): /* was: sap.ui.vbm.SemanticType */ any;
4162
+ getType(): sap.ui.vbm.SemanticType;
4163
4163
  /**
4164
4164
  * Sets a new value for property {@link #getColor color}.
4165
4165
  *
@@ -4221,7 +4221,7 @@ declare namespace sap {
4221
4221
  /**
4222
4222
  * New value for property `type`
4223
4223
  */
4224
- sType?: /* was: sap.ui.vbm.SemanticType */ any
4224
+ sType?: sap.ui.vbm.SemanticType
4225
4225
  ): this;
4226
4226
  }
4227
4227
  /**
@@ -4717,7 +4717,7 @@ declare namespace sap {
4717
4717
  * The clusterContainer to remove or its index or id
4718
4718
  */
4719
4719
  vClusterContainer: int | string | sap.ui.vbm.ClusterContainer
4720
- ): sap.ui.vbm.ClusterContainer;
4720
+ ): sap.ui.vbm.ClusterContainer | null;
4721
4721
  /**
4722
4722
  * Removes a clusterVo from the aggregation {@link #getClusterVos clusterVos}.
4723
4723
  *
@@ -4728,7 +4728,7 @@ declare namespace sap {
4728
4728
  * The clusterVo to remove or its index or id
4729
4729
  */
4730
4730
  vClusterVo: int | string | sap.ui.core.Control
4731
- ): sap.ui.core.Control;
4731
+ ): sap.ui.core.Control | null;
4732
4732
  /**
4733
4733
  * Sets a new value for property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
4734
4734
  *
@@ -5626,7 +5626,7 @@ declare namespace sap {
5626
5626
  * The item to remove or its index or id
5627
5627
  */
5628
5628
  vItem: int | string | sap.ui.vbm.Container
5629
- ): sap.ui.vbm.Container;
5629
+ ): sap.ui.vbm.Container | null;
5630
5630
  }
5631
5631
  /**
5632
5632
  * DragSource Aggregation element
@@ -6408,7 +6408,7 @@ declare namespace sap {
6408
6408
  * The item to remove or its index or id
6409
6409
  */
6410
6410
  vItem: int | string | sap.ui.vbm.Feature
6411
- ): sap.ui.vbm.Feature;
6411
+ ): sap.ui.vbm.Feature | null;
6412
6412
  }
6413
6413
  /**
6414
6414
  * Specific Visual Object element for a GeoCircle. A GeoCircle is positioned with its centerpoint
@@ -6768,7 +6768,7 @@ declare namespace sap {
6768
6768
  * The item to remove or its index or id
6769
6769
  */
6770
6770
  vItem: int | string | sap.ui.vbm.GeoCircle
6771
- ): sap.ui.vbm.GeoCircle;
6771
+ ): sap.ui.vbm.GeoCircle | null;
6772
6772
  /**
6773
6773
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
6774
6774
  *
@@ -7218,7 +7218,7 @@ declare namespace sap {
7218
7218
  * The item to remove or its index or id
7219
7219
  */
7220
7220
  vItem: int | string | sap.ui.vbm.Feature
7221
- ): sap.ui.vbm.Feature;
7221
+ ): sap.ui.vbm.Feature | null;
7222
7222
  /**
7223
7223
  * Sets a new value for property {@link #getData data}.
7224
7224
  *
@@ -8701,7 +8701,7 @@ declare namespace sap {
8701
8701
  * The cluster to remove or its index or id
8702
8702
  */
8703
8703
  vCluster: int | string | sap.ui.vbm.ClusterBase
8704
- ): sap.ui.vbm.ClusterBase;
8704
+ ): sap.ui.vbm.ClusterBase | null;
8705
8705
  /**
8706
8706
  * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8707
8707
  * more generic`geoJsonLayers` aggregation.
@@ -8715,7 +8715,7 @@ declare namespace sap {
8715
8715
  * The featureCollection to remove or its index or id
8716
8716
  */
8717
8717
  vFeatureCollection: int | string | sap.ui.vbm.FeatureCollection
8718
- ): sap.ui.vbm.FeatureCollection;
8718
+ ): sap.ui.vbm.FeatureCollection | null;
8719
8719
  /**
8720
8720
  * Removes a geoJsonLayer from the aggregation {@link #getGeoJsonLayers geoJsonLayers}.
8721
8721
  *
@@ -8726,7 +8726,7 @@ declare namespace sap {
8726
8726
  * The geoJsonLayer to remove or its index or id
8727
8727
  */
8728
8728
  vGeoJsonLayer: int | string | sap.ui.vbm.GeoJsonLayer
8729
- ): sap.ui.vbm.GeoJsonLayer;
8729
+ ): sap.ui.vbm.GeoJsonLayer | null;
8730
8730
  /**
8731
8731
  * Removes a resource from the aggregation {@link #getResources resources}.
8732
8732
  *
@@ -8737,7 +8737,7 @@ declare namespace sap {
8737
8737
  * The resource to remove or its index or id
8738
8738
  */
8739
8739
  vResource: int | string | sap.ui.vbm.Resource
8740
- ): sap.ui.vbm.Resource;
8740
+ ): sap.ui.vbm.Resource | null;
8741
8741
  /**
8742
8742
  * Removes a vo from the aggregation {@link #getVos vos}.
8743
8743
  *
@@ -8748,7 +8748,7 @@ declare namespace sap {
8748
8748
  * The vo to remove or its index or id
8749
8749
  */
8750
8750
  vVo: int | string | sap.ui.vbm.VoAbstract
8751
- ): sap.ui.vbm.VoAbstract;
8751
+ ): sap.ui.vbm.VoAbstract | null;
8752
8752
  /**
8753
8753
  * Sets a new value for property {@link #getCenterPosition centerPosition}.
8754
8754
  *
@@ -9290,7 +9290,7 @@ declare namespace sap {
9290
9290
  * The item to remove or its index or id
9291
9291
  */
9292
9292
  vItem: int | string | sap.ui.vbm.HeatPoint
9293
- ): sap.ui.vbm.HeatPoint;
9293
+ ): sap.ui.vbm.HeatPoint | null;
9294
9294
  /**
9295
9295
  * Sets a new value for property {@link #getAlphaExponent alphaExponent}.
9296
9296
  *
@@ -9804,7 +9804,7 @@ declare namespace sap {
9804
9804
  * The item to remove or its index or id
9805
9805
  */
9806
9806
  vItem: int | string | sap.ui.vbm.LegendItem
9807
- ): sap.ui.vbm.LegendItem;
9807
+ ): sap.ui.vbm.LegendItem | null;
9808
9808
  /**
9809
9809
  * Sets a new value for property {@link #getCaption caption}.
9810
9810
  *
@@ -10008,7 +10008,7 @@ declare namespace sap {
10008
10008
  *
10009
10009
  * @returns Value of property `semanticSpotType`
10010
10010
  */
10011
- getSemanticSpotType(): /* was: sap.ui.vbm.SemanticType */ any;
10011
+ getSemanticSpotType(): sap.ui.vbm.SemanticType;
10012
10012
  /**
10013
10013
  * Gets current value of property {@link #getText text}.
10014
10014
  *
@@ -10062,7 +10062,7 @@ declare namespace sap {
10062
10062
  /**
10063
10063
  * New value for property `semanticSpotType`
10064
10064
  */
10065
- sSemanticSpotType?: /* was: sap.ui.vbm.SemanticType */ any
10065
+ sSemanticSpotType?: sap.ui.vbm.SemanticType
10066
10066
  ): this;
10067
10067
  /**
10068
10068
  * Sets a new value for property {@link #getText text}.
@@ -10236,7 +10236,7 @@ declare namespace sap {
10236
10236
  * The item to remove or its index or id
10237
10237
  */
10238
10238
  vItem: int | string | sap.ui.vbm.PieItem
10239
- ): sap.ui.vbm.PieItem;
10239
+ ): sap.ui.vbm.PieItem | null;
10240
10240
  /**
10241
10241
  * Sets a new value for property {@link #getPosition position}.
10242
10242
  *
@@ -10644,7 +10644,7 @@ declare namespace sap {
10644
10644
  * The item to remove or its index or id
10645
10645
  */
10646
10646
  vItem: int | string | sap.ui.vbm.Pie
10647
- ): sap.ui.vbm.Pie;
10647
+ ): sap.ui.vbm.Pie | null;
10648
10648
  /**
10649
10649
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
10650
10650
  *
@@ -10966,7 +10966,7 @@ declare namespace sap {
10966
10966
  *
10967
10967
  * @returns Value of property `labelType`
10968
10968
  */
10969
- getLabelType(): /* was: sap.ui.vbm.SemanticType */ any;
10969
+ getLabelType(): sap.ui.vbm.SemanticType;
10970
10970
  /**
10971
10971
  * Gets current value of property {@link #getSelect select}.
10972
10972
  *
@@ -11081,7 +11081,7 @@ declare namespace sap {
11081
11081
  /**
11082
11082
  * New value for property `labelType`
11083
11083
  */
11084
- sLabelType?: /* was: sap.ui.vbm.SemanticType */ any
11084
+ sLabelType?: sap.ui.vbm.SemanticType
11085
11085
  ): this;
11086
11086
  /**
11087
11087
  * Sets a new value for property {@link #getSelect select}.
@@ -11480,7 +11480,7 @@ declare namespace sap {
11480
11480
  *
11481
11481
  * @returns Value of property `routetype`
11482
11482
  */
11483
- getRoutetype(): /* was: sap.ui.vbm.RouteType */ any;
11483
+ getRoutetype(): sap.ui.vbm.RouteType;
11484
11484
  /**
11485
11485
  * Gets current value of property {@link #getStart start}.
11486
11486
  *
@@ -11576,7 +11576,7 @@ declare namespace sap {
11576
11576
  * The dragSource to remove or its index or id
11577
11577
  */
11578
11578
  vDragSource: int | string | sap.ui.vbm.DragSource
11579
- ): sap.ui.vbm.DragSource;
11579
+ ): sap.ui.vbm.DragSource | null;
11580
11580
  /**
11581
11581
  * Removes a dropTarget from the aggregation {@link #getDropTarget dropTarget}.
11582
11582
  *
@@ -11587,7 +11587,7 @@ declare namespace sap {
11587
11587
  * The dropTarget to remove or its index or id
11588
11588
  */
11589
11589
  vDropTarget: int | string | sap.ui.vbm.DropTarget
11590
- ): sap.ui.vbm.DropTarget;
11590
+ ): sap.ui.vbm.DropTarget | null;
11591
11591
  /**
11592
11592
  * Sets a new value for property {@link #getColor color}.
11593
11593
  *
@@ -11778,7 +11778,7 @@ declare namespace sap {
11778
11778
  /**
11779
11779
  * New value for property `routetype`
11780
11780
  */
11781
- sRoutetype?: /* was: sap.ui.vbm.RouteType */ any
11781
+ sRoutetype?: sap.ui.vbm.RouteType
11782
11782
  ): this;
11783
11783
  /**
11784
11784
  * Sets a new value for property {@link #getStart start}.
@@ -12287,7 +12287,7 @@ declare namespace sap {
12287
12287
  * The dragSource to remove or its index or id
12288
12288
  */
12289
12289
  vDragSource: int | string | sap.ui.vbm.DragSource
12290
- ): sap.ui.vbm.DragSource;
12290
+ ): sap.ui.vbm.DragSource | null;
12291
12291
  /**
12292
12292
  * Removes a dropTarget from the aggregation {@link #getDropTarget dropTarget}.
12293
12293
  *
@@ -12298,7 +12298,7 @@ declare namespace sap {
12298
12298
  * The dropTarget to remove or its index or id
12299
12299
  */
12300
12300
  vDropTarget: int | string | sap.ui.vbm.DropTarget
12301
- ): sap.ui.vbm.DropTarget;
12301
+ ): sap.ui.vbm.DropTarget | null;
12302
12302
  /**
12303
12303
  * Removes a item from the aggregation {@link #getItems items}.
12304
12304
  *
@@ -12309,7 +12309,7 @@ declare namespace sap {
12309
12309
  * The item to remove or its index or id
12310
12310
  */
12311
12311
  vItem: int | string | sap.ui.vbm.Route
12312
- ): sap.ui.vbm.Route;
12312
+ ): sap.ui.vbm.Route | null;
12313
12313
  /**
12314
12314
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
12315
12315
  *
@@ -12559,7 +12559,7 @@ declare namespace sap {
12559
12559
  *
12560
12560
  * @returns Value of property `type`
12561
12561
  */
12562
- getType(): /* was: sap.ui.vbm.SemanticType */ any;
12562
+ getType(): sap.ui.vbm.SemanticType;
12563
12563
  /**
12564
12564
  * Checks for the provided `sap.ui.vbm.DragSource` in the aggregation {@link #getDragSource dragSource}.
12565
12565
  * and returns its index if found or -1 otherwise.
@@ -12644,7 +12644,7 @@ declare namespace sap {
12644
12644
  * The dragSource to remove or its index or id
12645
12645
  */
12646
12646
  vDragSource: int | string | sap.ui.vbm.DragSource
12647
- ): sap.ui.vbm.DragSource;
12647
+ ): sap.ui.vbm.DragSource | null;
12648
12648
  /**
12649
12649
  * Removes a dropTarget from the aggregation {@link #getDropTarget dropTarget}.
12650
12650
  *
@@ -12655,7 +12655,7 @@ declare namespace sap {
12655
12655
  * The dropTarget to remove or its index or id
12656
12656
  */
12657
12657
  vDropTarget: int | string | sap.ui.vbm.DropTarget
12658
- ): sap.ui.vbm.DropTarget;
12658
+ ): sap.ui.vbm.DropTarget | null;
12659
12659
  /**
12660
12660
  * Sets a new value for property {@link #getAlignment alignment}.
12661
12661
  *
@@ -12848,7 +12848,7 @@ declare namespace sap {
12848
12848
  /**
12849
12849
  * New value for property `type`
12850
12850
  */
12851
- sType?: /* was: sap.ui.vbm.SemanticType */ any
12851
+ sType?: sap.ui.vbm.SemanticType
12852
12852
  ): this;
12853
12853
  }
12854
12854
  /**
@@ -13131,7 +13131,7 @@ declare namespace sap {
13131
13131
  * The dragSource to remove or its index or id
13132
13132
  */
13133
13133
  vDragSource: int | string | sap.ui.vbm.DragSource
13134
- ): sap.ui.vbm.DragSource;
13134
+ ): sap.ui.vbm.DragSource | null;
13135
13135
  /**
13136
13136
  * Removes a dropTarget from the aggregation {@link #getDropTarget dropTarget}.
13137
13137
  *
@@ -13142,7 +13142,7 @@ declare namespace sap {
13142
13142
  * The dropTarget to remove or its index or id
13143
13143
  */
13144
13144
  vDropTarget: int | string | sap.ui.vbm.DropTarget
13145
- ): sap.ui.vbm.DropTarget;
13145
+ ): sap.ui.vbm.DropTarget | null;
13146
13146
  /**
13147
13147
  * Removes a item from the aggregation {@link #getItems items}.
13148
13148
  *
@@ -13153,7 +13153,7 @@ declare namespace sap {
13153
13153
  * The item to remove or its index or id
13154
13154
  */
13155
13155
  vItem: int | string | sap.ui.vbm.Spot
13156
- ): sap.ui.vbm.Spot;
13156
+ ): sap.ui.vbm.Spot | null;
13157
13157
  /**
13158
13158
  * Sets a new value for property {@link #getPosChangeable posChangeable}.
13159
13159
  *
@@ -14202,7 +14202,7 @@ declare namespace sap {
14202
14202
  /**
14203
14203
  * Type of information which should be returned
14204
14204
  */
14205
- iType: /* was: sap.ui.vbm.ClusterInfoType */ any
14205
+ iType: sap.ui.vbm.ClusterInfoType
14206
14206
  ): Object;
14207
14207
  /**
14208
14208
  * Gets current value of property {@link #getKeyEventDelay keyEventDelay}.
@@ -16415,7 +16415,7 @@ declare namespace sap {
16415
16415
  *
16416
16416
  * @returns Value of property `labelType`
16417
16417
  */
16418
- getLabelType(): /* was: sap.ui.vbm.SemanticType */ any;
16418
+ getLabelType(): sap.ui.vbm.SemanticType;
16419
16419
  /**
16420
16420
  * Gets current value of property {@link #getSelect select}.
16421
16421
  *
@@ -16713,7 +16713,7 @@ declare namespace sap {
16713
16713
  /**
16714
16714
  * New value for property `labelType`
16715
16715
  */
16716
- sLabelType?: /* was: sap.ui.vbm.SemanticType */ any
16716
+ sLabelType?: sap.ui.vbm.SemanticType
16717
16717
  ): this;
16718
16718
  /**
16719
16719
  * Sets a new value for property {@link #getSelect select}.
@@ -16750,6 +16750,81 @@ declare namespace sap {
16750
16750
  sSelectColor?: string
16751
16751
  ): this;
16752
16752
  }
16753
+ /**
16754
+ * Cluster Info Type
16755
+ */
16756
+ enum ClusterInfoType {
16757
+ /**
16758
+ * Type indicating that Cluster Info should return info on child cluster nodes (next LOD). This is only
16759
+ * supported for tree clustering.
16760
+ */
16761
+ ChildCluster = "1",
16762
+ /**
16763
+ * Type indicating that Cluster Info should return only VOs covered by the Cluster object
16764
+ */
16765
+ ContainedVOs = "0",
16766
+ /**
16767
+ * Type indicating that Cluster Info should return info on Edges of the Voronoi Area for the cluster. This
16768
+ * is only supported for tree clustering. Edges not merged with rectangles.
16769
+ */
16770
+ Edges = "11",
16771
+ /**
16772
+ * Type indicating that Cluster Info should return info on cluster node itself.
16773
+ */
16774
+ NodeInfo = "10",
16775
+ /**
16776
+ * Type indicating that Cluster Info should return info on parent cluster node (previous LOD). This is only
16777
+ * supported for tree clustering.
16778
+ */
16779
+ ParentNode = "2",
16780
+ }
16781
+ /**
16782
+ * Route type, determining how line between start and endpoint should be drawn.
16783
+ */
16784
+ enum RouteType {
16785
+ /**
16786
+ * Type indicating a geodesic connection
16787
+ */
16788
+ Geodesic = "Geodesic",
16789
+ /**
16790
+ * Type indicating a straight connection
16791
+ */
16792
+ Straight = "Straight",
16793
+ }
16794
+ /**
16795
+ * Semantic type with pre-defined display properties, like colors, icon, pin image, and so on. Semantic
16796
+ * types enforce to fiori guidelines.
16797
+ */
16798
+ enum SemanticType {
16799
+ /**
16800
+ * Type indicating the Default state
16801
+ */
16802
+ Default = "Default",
16803
+ /**
16804
+ * Type indicating an Error state
16805
+ */
16806
+ Error = "Error",
16807
+ /**
16808
+ * Type indicating a Hidden state
16809
+ */
16810
+ Hidden = "Hidden",
16811
+ /**
16812
+ * Type indicating an Inactive state
16813
+ */
16814
+ Inactive = "Inactive",
16815
+ /**
16816
+ * Type indicating no state
16817
+ */
16818
+ None = "None",
16819
+ /**
16820
+ * Type indicating a Success/Positive state
16821
+ */
16822
+ Success = "Success",
16823
+ /**
16824
+ * Type indicating a Warning state
16825
+ */
16826
+ Warning = "Warning",
16827
+ }
16753
16828
  }
16754
16829
  }
16755
16830