@sapui5/ts-types-esm 1.132.0 → 1.133.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.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1946 -1117
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vbm/library" {
|
|
4
4
|
/**
|
|
@@ -3047,7 +3047,7 @@ declare module "sap/ui/vbm/Cluster" {
|
|
|
3047
3047
|
*
|
|
3048
3048
|
* @returns Value of property `type`
|
|
3049
3049
|
*/
|
|
3050
|
-
getType(): SemanticType
|
|
3050
|
+
getType(): SemanticType;
|
|
3051
3051
|
/**
|
|
3052
3052
|
* Sets a new value for property {@link #getColor color}.
|
|
3053
3053
|
*
|
|
@@ -5398,7 +5398,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
|
5398
5398
|
/**
|
|
5399
5399
|
* Legend item control
|
|
5400
5400
|
*
|
|
5401
|
-
* @experimental
|
|
5401
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
5402
5402
|
* versions.
|
|
5403
5403
|
*/
|
|
5404
5404
|
export default class ContainerLegendItem
|
|
@@ -5470,7 +5470,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
|
|
|
5470
5470
|
*
|
|
5471
5471
|
* @returns Value of property `semanticSpotType`
|
|
5472
5472
|
*/
|
|
5473
|
-
getSemanticSpotType(): SemanticType
|
|
5473
|
+
getSemanticSpotType(): SemanticType;
|
|
5474
5474
|
/**
|
|
5475
5475
|
* Sets a new value for property {@link #getColor color}.
|
|
5476
5476
|
*
|
|
@@ -7885,8 +7885,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
7885
7885
|
/**
|
|
7886
7886
|
* Adds some featureCollection to the aggregation {@link #getFeatureCollections featureCollections}.
|
|
7887
7887
|
*
|
|
7888
|
-
* @deprecated
|
|
7889
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
7888
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
7889
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
7890
7890
|
*
|
|
7891
7891
|
* @returns Reference to `this` in order to allow method chaining
|
|
7892
7892
|
*/
|
|
@@ -8369,8 +8369,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
8369
8369
|
/**
|
|
8370
8370
|
* Destroys all the featureCollections in the aggregation {@link #getFeatureCollections featureCollections}.
|
|
8371
8371
|
*
|
|
8372
|
-
* @deprecated
|
|
8373
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
8372
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
8373
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
8374
8374
|
*
|
|
8375
8375
|
* @returns Reference to `this` in order to allow method chaining
|
|
8376
8376
|
*/
|
|
@@ -8705,7 +8705,7 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
8705
8705
|
/**
|
|
8706
8706
|
* Gets current value of property {@link #getClustering clustering}.
|
|
8707
8707
|
*
|
|
8708
|
-
* @deprecated
|
|
8708
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality has been replaced
|
|
8709
8709
|
* by the `clusters` aggregation.
|
|
8710
8710
|
*
|
|
8711
8711
|
* @returns Value of property `clustering`
|
|
@@ -8753,8 +8753,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
8753
8753
|
/**
|
|
8754
8754
|
* Gets content of aggregation {@link #getFeatureCollections featureCollections}.
|
|
8755
8755
|
*
|
|
8756
|
-
* @deprecated
|
|
8757
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
8756
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
8757
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
8758
8758
|
*/
|
|
8759
8759
|
getFeatureCollections(): FeatureCollection[];
|
|
8760
8760
|
/**
|
|
@@ -8828,8 +8828,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
8828
8828
|
/**
|
|
8829
8829
|
* Trigger the interactive creation mode to get a position or position array.
|
|
8830
8830
|
*
|
|
8831
|
-
* @experimental
|
|
8832
|
-
* versions.
|
|
8831
|
+
* @experimental As of version 1.30.0. This method is experimental and might be modified or removerd in
|
|
8832
|
+
* future versions.
|
|
8833
8833
|
*
|
|
8834
8834
|
* @returns Indicator whether the creation mode could be triggered successfully or not.
|
|
8835
8835
|
*/
|
|
@@ -8935,8 +8935,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
8935
8935
|
* Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections featureCollections}.
|
|
8936
8936
|
* and returns its index if found or -1 otherwise.
|
|
8937
8937
|
*
|
|
8938
|
-
* @deprecated
|
|
8939
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
8938
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
8939
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
8940
8940
|
*
|
|
8941
8941
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
8942
8942
|
*/
|
|
@@ -9006,8 +9006,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9006
9006
|
/**
|
|
9007
9007
|
* Inserts a featureCollection into the aggregation {@link #getFeatureCollections featureCollections}.
|
|
9008
9008
|
*
|
|
9009
|
-
* @deprecated
|
|
9010
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
9009
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
9010
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
9011
9011
|
*
|
|
9012
9012
|
* @returns Reference to `this` in order to allow method chaining
|
|
9013
9013
|
*/
|
|
@@ -9109,8 +9109,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9109
9109
|
*
|
|
9110
9110
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
9111
9111
|
*
|
|
9112
|
-
* @deprecated
|
|
9113
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
9112
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
9113
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
9114
9114
|
*
|
|
9115
9115
|
* @returns An array of the removed elements (might be empty)
|
|
9116
9116
|
*/
|
|
@@ -9157,8 +9157,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9157
9157
|
/**
|
|
9158
9158
|
* Removes a featureCollection from the aggregation {@link #getFeatureCollections featureCollections}.
|
|
9159
9159
|
*
|
|
9160
|
-
* @deprecated
|
|
9161
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
9160
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
9161
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
9162
9162
|
*
|
|
9163
9163
|
* @returns The removed featureCollection or `null`
|
|
9164
9164
|
*/
|
|
@@ -9225,7 +9225,7 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9225
9225
|
/**
|
|
9226
9226
|
* Set clustering definitions.
|
|
9227
9227
|
*
|
|
9228
|
-
* @deprecated
|
|
9228
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality has been replaced
|
|
9229
9229
|
* by the `clusters` aggregation.
|
|
9230
9230
|
*
|
|
9231
9231
|
* @returns This allows method chaining
|
|
@@ -9606,7 +9606,7 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9606
9606
|
visualFrame?: object | PropertyBindingInfo | `{${string}}`;
|
|
9607
9607
|
|
|
9608
9608
|
/**
|
|
9609
|
-
* @deprecated
|
|
9609
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality has been replaced
|
|
9610
9610
|
* by the `clusters` aggregation.
|
|
9611
9611
|
*/
|
|
9612
9612
|
clustering?: object | PropertyBindingInfo | `{${string}}`;
|
|
@@ -9644,8 +9644,8 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9644
9644
|
| `{${string}}`;
|
|
9645
9645
|
|
|
9646
9646
|
/**
|
|
9647
|
-
* @deprecated
|
|
9648
|
-
* by the more generic`geoJsonLayers` aggregation.
|
|
9647
|
+
* @deprecated As of version 1.31. This aggregation should not longer be used. Its functionality has been
|
|
9648
|
+
* replaced by the more generic`geoJsonLayers` aggregation.
|
|
9649
9649
|
*/
|
|
9650
9650
|
featureCollections?:
|
|
9651
9651
|
| FeatureCollection[]
|
|
@@ -10773,7 +10773,7 @@ declare module "sap/ui/vbm/LegendItem" {
|
|
|
10773
10773
|
*
|
|
10774
10774
|
* @returns Value of property `semanticSpotType`
|
|
10775
10775
|
*/
|
|
10776
|
-
getSemanticSpotType(): SemanticType
|
|
10776
|
+
getSemanticSpotType(): SemanticType;
|
|
10777
10777
|
/**
|
|
10778
10778
|
* Gets current value of property {@link #getText text}.
|
|
10779
10779
|
*
|
|
@@ -10939,7 +10939,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
10939
10939
|
/**
|
|
10940
10940
|
* Aggregation control for the Legend
|
|
10941
10941
|
*
|
|
10942
|
-
* @experimental
|
|
10942
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
10943
10943
|
* versions.
|
|
10944
10944
|
*/
|
|
10945
10945
|
export default class ListPanel extends Control {
|
|
@@ -11573,7 +11573,7 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11573
11573
|
/**
|
|
11574
11574
|
* Describes the settings that can be provided to the ListPanel constructor.
|
|
11575
11575
|
*
|
|
11576
|
-
* @experimental
|
|
11576
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
11577
11577
|
* versions.
|
|
11578
11578
|
*/
|
|
11579
11579
|
export interface $ListPanelSettings extends $ControlSettings {
|
|
@@ -11731,7 +11731,7 @@ declare module "sap/ui/vbm/ListPanelStack" {
|
|
|
11731
11731
|
/**
|
|
11732
11732
|
* ListPanelStack control
|
|
11733
11733
|
*
|
|
11734
|
-
* @experimental
|
|
11734
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
11735
11735
|
* versions.
|
|
11736
11736
|
*/
|
|
11737
11737
|
export default class ListPanelStack extends Control {
|
|
@@ -11992,7 +11992,7 @@ declare module "sap/ui/vbm/ListPanelStack" {
|
|
|
11992
11992
|
/**
|
|
11993
11993
|
* Describes the settings that can be provided to the ListPanelStack constructor.
|
|
11994
11994
|
*
|
|
11995
|
-
* @experimental
|
|
11995
|
+
* @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
|
|
11996
11996
|
* versions.
|
|
11997
11997
|
*/
|
|
11998
11998
|
export interface $ListPanelStackSettings extends $ControlSettings {
|
|
@@ -12697,8 +12697,8 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12697
12697
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
12698
12698
|
* otherwise it will be bound to this `sap.ui.vbm.PieItem` itself.
|
|
12699
12699
|
*
|
|
12700
|
-
* @deprecated
|
|
12701
|
-
* Pie Item index when event occurs.
|
|
12700
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12701
|
+
* includes Pie Item index when event occurs.
|
|
12702
12702
|
*
|
|
12703
12703
|
* @returns Reference to `this` in order to allow method chaining
|
|
12704
12704
|
*/
|
|
@@ -12723,8 +12723,8 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12723
12723
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
12724
12724
|
* otherwise it will be bound to this `sap.ui.vbm.PieItem` itself.
|
|
12725
12725
|
*
|
|
12726
|
-
* @deprecated
|
|
12727
|
-
* Pie Item index when event occurs.
|
|
12726
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12727
|
+
* includes Pie Item index when event occurs.
|
|
12728
12728
|
*
|
|
12729
12729
|
* @returns Reference to `this` in order to allow method chaining
|
|
12730
12730
|
*/
|
|
@@ -12743,8 +12743,8 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12743
12743
|
*
|
|
12744
12744
|
* The passed function and listener object must match the ones used for event registration.
|
|
12745
12745
|
*
|
|
12746
|
-
* @deprecated
|
|
12747
|
-
* Pie Item index when event occurs.
|
|
12746
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12747
|
+
* includes Pie Item index when event occurs.
|
|
12748
12748
|
*
|
|
12749
12749
|
* @returns Reference to `this` in order to allow method chaining
|
|
12750
12750
|
*/
|
|
@@ -12761,8 +12761,8 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12761
12761
|
/**
|
|
12762
12762
|
* Fires event {@link #event:click click} to attached listeners.
|
|
12763
12763
|
*
|
|
12764
|
-
* @deprecated
|
|
12765
|
-
* Pie Item index when event occurs.
|
|
12764
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12765
|
+
* includes Pie Item index when event occurs.
|
|
12766
12766
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12767
12767
|
*
|
|
12768
12768
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12873,8 +12873,8 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12873
12873
|
color?: string | PropertyBindingInfo;
|
|
12874
12874
|
|
|
12875
12875
|
/**
|
|
12876
|
-
* @deprecated
|
|
12877
|
-
* Pie Item index when event occurs.
|
|
12876
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12877
|
+
* includes Pie Item index when event occurs.
|
|
12878
12878
|
*/
|
|
12879
12879
|
click?: (oEvent: Event) => void;
|
|
12880
12880
|
}
|
|
@@ -12882,16 +12882,16 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12882
12882
|
/**
|
|
12883
12883
|
* Parameters of the PieItem#click event.
|
|
12884
12884
|
*
|
|
12885
|
-
* @deprecated
|
|
12886
|
-
* Pie Item index when event occurs.
|
|
12885
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12886
|
+
* includes Pie Item index when event occurs.
|
|
12887
12887
|
*/
|
|
12888
12888
|
export interface PieItem$ClickEventParameters {}
|
|
12889
12889
|
|
|
12890
12890
|
/**
|
|
12891
12891
|
* Event object of the PieItem#click event.
|
|
12892
12892
|
*
|
|
12893
|
-
* @deprecated
|
|
12894
|
-
* Pie Item index when event occurs.
|
|
12893
|
+
* @deprecated As of version 1.31. This event should no longer be used. Click event from Pie and Pies now
|
|
12894
|
+
* includes Pie Item index when event occurs.
|
|
12895
12895
|
*/
|
|
12896
12896
|
export type PieItem$ClickEvent = Event<PieItem$ClickEventParameters, PieItem>;
|
|
12897
12897
|
}
|
|
@@ -13447,7 +13447,7 @@ declare module "sap/ui/vbm/Region" {
|
|
|
13447
13447
|
*
|
|
13448
13448
|
* @returns Value of property `labelType`
|
|
13449
13449
|
*/
|
|
13450
|
-
getLabelType(): SemanticType
|
|
13450
|
+
getLabelType(): SemanticType;
|
|
13451
13451
|
/**
|
|
13452
13452
|
* Gets current value of property {@link #getSelect select}.
|
|
13453
13453
|
*
|
|
@@ -14120,12 +14120,12 @@ declare module "sap/ui/vbm/Route" {
|
|
|
14120
14120
|
*
|
|
14121
14121
|
* Default value is `'Straight'`.
|
|
14122
14122
|
*
|
|
14123
|
-
* @experimental
|
|
14123
|
+
* @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
|
|
14124
14124
|
* versions.
|
|
14125
14125
|
*
|
|
14126
14126
|
* @returns Value of property `routetype`
|
|
14127
14127
|
*/
|
|
14128
|
-
getRoutetype(): RouteType
|
|
14128
|
+
getRoutetype(): RouteType;
|
|
14129
14129
|
/**
|
|
14130
14130
|
* Gets current value of property {@link #getStart start}.
|
|
14131
14131
|
*
|
|
@@ -14434,7 +14434,7 @@ declare module "sap/ui/vbm/Route" {
|
|
|
14434
14434
|
*
|
|
14435
14435
|
* Default value is `'Straight'`.
|
|
14436
14436
|
*
|
|
14437
|
-
* @experimental
|
|
14437
|
+
* @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
|
|
14438
14438
|
* versions.
|
|
14439
14439
|
*
|
|
14440
14440
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14530,7 +14530,7 @@ declare module "sap/ui/vbm/Route" {
|
|
|
14530
14530
|
* Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
|
|
14531
14531
|
* path between two points, e.g. flightroutes
|
|
14532
14532
|
*
|
|
14533
|
-
* @experimental
|
|
14533
|
+
* @experimental As of version 1.32.0. this method is experimental and might be modified or removed in future
|
|
14534
14534
|
* versions.
|
|
14535
14535
|
*/
|
|
14536
14536
|
routetype?:
|
|
@@ -15506,7 +15506,7 @@ declare module "sap/ui/vbm/Spot" {
|
|
|
15506
15506
|
*
|
|
15507
15507
|
* @returns Value of property `type`
|
|
15508
15508
|
*/
|
|
15509
|
-
getType(): SemanticType
|
|
15509
|
+
getType(): SemanticType;
|
|
15510
15510
|
/**
|
|
15511
15511
|
* Checks for the provided `sap.ui.vbm.DragSource` in the aggregation {@link #getDragSource dragSource}.
|
|
15512
15512
|
* and returns its index if found or -1 otherwise.
|
|
@@ -17293,8 +17293,8 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17293
17293
|
/**
|
|
17294
17294
|
* Gets current value of property {@link #getConfig config}.
|
|
17295
17295
|
*
|
|
17296
|
-
* @deprecated
|
|
17297
|
-
* `load`.
|
|
17296
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality is covered
|
|
17297
|
+
* by method `load`.
|
|
17298
17298
|
*
|
|
17299
17299
|
* @returns Value of property `config`
|
|
17300
17300
|
*/
|
|
@@ -17566,8 +17566,8 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17566
17566
|
*
|
|
17567
17567
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17568
17568
|
*
|
|
17569
|
-
* @deprecated
|
|
17570
|
-
* `load`.
|
|
17569
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality is covered
|
|
17570
|
+
* by method `load`.
|
|
17571
17571
|
*
|
|
17572
17572
|
* @returns Reference to `this` in order to allow method chaining
|
|
17573
17573
|
*/
|
|
@@ -17755,8 +17755,8 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17755
17755
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
17756
17756
|
|
|
17757
17757
|
/**
|
|
17758
|
-
* @deprecated
|
|
17759
|
-
* `load`.
|
|
17758
|
+
* @deprecated As of version 1.31. This property should not longer be used. Its functionality is covered
|
|
17759
|
+
* by method `load`.
|
|
17760
17760
|
*/
|
|
17761
17761
|
config?: object | PropertyBindingInfo | `{${string}}`;
|
|
17762
17762
|
|
|
@@ -20254,7 +20254,7 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20254
20254
|
*
|
|
20255
20255
|
* @returns Value of property `labelType`
|
|
20256
20256
|
*/
|
|
20257
|
-
getLabelType(): SemanticType
|
|
20257
|
+
getLabelType(): SemanticType;
|
|
20258
20258
|
/**
|
|
20259
20259
|
* Gets current value of property {@link #getSelect select}.
|
|
20260
20260
|
*
|