@sapui5/ts-types-esm 1.120.42 → 1.120.44
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.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +118 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +3 -2
- 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 +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +20 -3
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +553 -49
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vbm/library" {
|
|
4
4
|
/**
|
|
@@ -265,7 +265,9 @@ declare module "sap/ui/vbm/Adapter" {
|
|
|
265
265
|
oMap: ID | GeoMap
|
|
266
266
|
): this;
|
|
267
267
|
}
|
|
268
|
-
|
|
268
|
+
/**
|
|
269
|
+
* Describes the settings that can be provided to the Adapter constructor.
|
|
270
|
+
*/
|
|
269
271
|
export interface $AdapterSettings extends $ElementSettings {
|
|
270
272
|
/**
|
|
271
273
|
* The GeoMap control associated with the Adapter. The adapter would invoke methods and subscribe to events
|
|
@@ -280,10 +282,16 @@ declare module "sap/ui/vbm/Adapter" {
|
|
|
280
282
|
submit?: (oEvent: Adapter$SubmitEvent) => void;
|
|
281
283
|
}
|
|
282
284
|
|
|
285
|
+
/**
|
|
286
|
+
* Parameters of the Adapter#submit event.
|
|
287
|
+
*/
|
|
283
288
|
export interface Adapter$SubmitEventParameters {
|
|
284
289
|
data?: string;
|
|
285
290
|
}
|
|
286
291
|
|
|
292
|
+
/**
|
|
293
|
+
* Event object of the Adapter#submit event.
|
|
294
|
+
*/
|
|
287
295
|
export type Adapter$SubmitEvent = Event<
|
|
288
296
|
Adapter$SubmitEventParameters,
|
|
289
297
|
Adapter
|
|
@@ -477,7 +485,9 @@ declare module "sap/ui/vbm/Adapter3D" {
|
|
|
477
485
|
oViewport: ID | Viewport
|
|
478
486
|
): this;
|
|
479
487
|
}
|
|
480
|
-
|
|
488
|
+
/**
|
|
489
|
+
* Describes the settings that can be provided to the Adapter3D constructor.
|
|
490
|
+
*/
|
|
481
491
|
export interface $Adapter3DSettings extends $ElementSettings {
|
|
482
492
|
/**
|
|
483
493
|
* The {@link sap.ui.vbm.Viewport Viewport} control associated with the Adapter3D. The Adapter3D would invoke
|
|
@@ -491,6 +501,9 @@ declare module "sap/ui/vbm/Adapter3D" {
|
|
|
491
501
|
submit?: (oEvent: Adapter3D$SubmitEvent) => void;
|
|
492
502
|
}
|
|
493
503
|
|
|
504
|
+
/**
|
|
505
|
+
* Parameters of the Adapter3D#submit event.
|
|
506
|
+
*/
|
|
494
507
|
export interface Adapter3D$SubmitEventParameters {
|
|
495
508
|
/**
|
|
496
509
|
* A string in the VBI JSON format.
|
|
@@ -498,6 +511,9 @@ declare module "sap/ui/vbm/Adapter3D" {
|
|
|
498
511
|
data?: string;
|
|
499
512
|
}
|
|
500
513
|
|
|
514
|
+
/**
|
|
515
|
+
* Event object of the Adapter3D#submit event.
|
|
516
|
+
*/
|
|
501
517
|
export type Adapter3D$SubmitEvent = Event<
|
|
502
518
|
Adapter3D$SubmitEventParameters,
|
|
503
519
|
Adapter3D
|
|
@@ -1014,7 +1030,9 @@ declare module "sap/ui/vbm/AnalyticMap" {
|
|
|
1014
1030
|
oCorr: object
|
|
1015
1031
|
): void;
|
|
1016
1032
|
}
|
|
1017
|
-
|
|
1033
|
+
/**
|
|
1034
|
+
* Describes the settings that can be provided to the AnalyticMap constructor.
|
|
1035
|
+
*/
|
|
1018
1036
|
export interface $AnalyticMapSettings extends $GeoMapSettings {
|
|
1019
1037
|
/**
|
|
1020
1038
|
* Regions that are different from the defaults. It is possible to specify the tooltip and color for regions.
|
|
@@ -1043,6 +1061,9 @@ declare module "sap/ui/vbm/AnalyticMap" {
|
|
|
1043
1061
|
regionDeselect?: (oEvent: Event) => void;
|
|
1044
1062
|
}
|
|
1045
1063
|
|
|
1064
|
+
/**
|
|
1065
|
+
* Parameters of the AnalyticMap#regionClick event.
|
|
1066
|
+
*/
|
|
1046
1067
|
export interface AnalyticMap$RegionClickEventParameters {
|
|
1047
1068
|
/**
|
|
1048
1069
|
* The regions code.
|
|
@@ -1050,11 +1071,17 @@ declare module "sap/ui/vbm/AnalyticMap" {
|
|
|
1050
1071
|
code?: string;
|
|
1051
1072
|
}
|
|
1052
1073
|
|
|
1074
|
+
/**
|
|
1075
|
+
* Event object of the AnalyticMap#regionClick event.
|
|
1076
|
+
*/
|
|
1053
1077
|
export type AnalyticMap$RegionClickEvent = Event<
|
|
1054
1078
|
AnalyticMap$RegionClickEventParameters,
|
|
1055
1079
|
AnalyticMap
|
|
1056
1080
|
>;
|
|
1057
1081
|
|
|
1082
|
+
/**
|
|
1083
|
+
* Parameters of the AnalyticMap#regionContextMenu event.
|
|
1084
|
+
*/
|
|
1058
1085
|
export interface AnalyticMap$RegionContextMenuEventParameters {
|
|
1059
1086
|
/**
|
|
1060
1087
|
* The regions code.
|
|
@@ -1062,20 +1089,35 @@ declare module "sap/ui/vbm/AnalyticMap" {
|
|
|
1062
1089
|
code?: string;
|
|
1063
1090
|
}
|
|
1064
1091
|
|
|
1092
|
+
/**
|
|
1093
|
+
* Event object of the AnalyticMap#regionContextMenu event.
|
|
1094
|
+
*/
|
|
1065
1095
|
export type AnalyticMap$RegionContextMenuEvent = Event<
|
|
1066
1096
|
AnalyticMap$RegionContextMenuEventParameters,
|
|
1067
1097
|
AnalyticMap
|
|
1068
1098
|
>;
|
|
1069
1099
|
|
|
1100
|
+
/**
|
|
1101
|
+
* Parameters of the AnalyticMap#regionDeselect event.
|
|
1102
|
+
*/
|
|
1070
1103
|
export interface AnalyticMap$RegionDeselectEventParameters {}
|
|
1071
1104
|
|
|
1105
|
+
/**
|
|
1106
|
+
* Event object of the AnalyticMap#regionDeselect event.
|
|
1107
|
+
*/
|
|
1072
1108
|
export type AnalyticMap$RegionDeselectEvent = Event<
|
|
1073
1109
|
AnalyticMap$RegionDeselectEventParameters,
|
|
1074
1110
|
AnalyticMap
|
|
1075
1111
|
>;
|
|
1076
1112
|
|
|
1113
|
+
/**
|
|
1114
|
+
* Parameters of the AnalyticMap#regionSelect event.
|
|
1115
|
+
*/
|
|
1077
1116
|
export interface AnalyticMap$RegionSelectEventParameters {}
|
|
1078
1117
|
|
|
1118
|
+
/**
|
|
1119
|
+
* Event object of the AnalyticMap#regionSelect event.
|
|
1120
|
+
*/
|
|
1079
1121
|
export type AnalyticMap$RegionSelectEvent = Event<
|
|
1080
1122
|
AnalyticMap$RegionSelectEventParameters,
|
|
1081
1123
|
AnalyticMap
|
|
@@ -1432,7 +1474,9 @@ declare module "sap/ui/vbm/Area" {
|
|
|
1432
1474
|
sPosition?: string
|
|
1433
1475
|
): this;
|
|
1434
1476
|
}
|
|
1435
|
-
|
|
1477
|
+
/**
|
|
1478
|
+
* Describes the settings that can be provided to the Area constructor.
|
|
1479
|
+
*/
|
|
1436
1480
|
export interface $AreaSettings extends $VoBaseSettings {
|
|
1437
1481
|
/**
|
|
1438
1482
|
* The position array for the Area. For single part areas the format is "lon0;lat0;0.0;...;lonN,latN,0.0".
|
|
@@ -1470,12 +1514,24 @@ declare module "sap/ui/vbm/Area" {
|
|
|
1470
1514
|
edgeContextMenu?: (oEvent: Event) => void;
|
|
1471
1515
|
}
|
|
1472
1516
|
|
|
1517
|
+
/**
|
|
1518
|
+
* Parameters of the Area#edgeClick event.
|
|
1519
|
+
*/
|
|
1473
1520
|
export interface Area$EdgeClickEventParameters {}
|
|
1474
1521
|
|
|
1522
|
+
/**
|
|
1523
|
+
* Event object of the Area#edgeClick event.
|
|
1524
|
+
*/
|
|
1475
1525
|
export type Area$EdgeClickEvent = Event<Area$EdgeClickEventParameters, Area>;
|
|
1476
1526
|
|
|
1527
|
+
/**
|
|
1528
|
+
* Parameters of the Area#edgeContextMenu event.
|
|
1529
|
+
*/
|
|
1477
1530
|
export interface Area$EdgeContextMenuEventParameters {}
|
|
1478
1531
|
|
|
1532
|
+
/**
|
|
1533
|
+
* Event object of the Area#edgeContextMenu event.
|
|
1534
|
+
*/
|
|
1479
1535
|
export type Area$EdgeContextMenuEvent = Event<
|
|
1480
1536
|
Area$EdgeContextMenuEventParameters,
|
|
1481
1537
|
Area
|
|
@@ -1833,7 +1889,9 @@ declare module "sap/ui/vbm/Areas" {
|
|
|
1833
1889
|
bPosChangeable?: boolean
|
|
1834
1890
|
): this;
|
|
1835
1891
|
}
|
|
1836
|
-
|
|
1892
|
+
/**
|
|
1893
|
+
* Describes the settings that can be provided to the Areas constructor.
|
|
1894
|
+
*/
|
|
1837
1895
|
export interface $AreasSettings extends $VoAggregationSettings {
|
|
1838
1896
|
/**
|
|
1839
1897
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -1857,6 +1915,9 @@ declare module "sap/ui/vbm/Areas" {
|
|
|
1857
1915
|
edgeContextMenu?: (oEvent: Areas$EdgeContextMenuEvent) => void;
|
|
1858
1916
|
}
|
|
1859
1917
|
|
|
1918
|
+
/**
|
|
1919
|
+
* Parameters of the Areas#edgeClick event.
|
|
1920
|
+
*/
|
|
1860
1921
|
export interface Areas$EdgeClickEventParameters {
|
|
1861
1922
|
/**
|
|
1862
1923
|
* Clicked instance
|
|
@@ -1870,11 +1931,17 @@ declare module "sap/ui/vbm/Areas" {
|
|
|
1870
1931
|
edge?: int;
|
|
1871
1932
|
}
|
|
1872
1933
|
|
|
1934
|
+
/**
|
|
1935
|
+
* Event object of the Areas#edgeClick event.
|
|
1936
|
+
*/
|
|
1873
1937
|
export type Areas$EdgeClickEvent = Event<
|
|
1874
1938
|
Areas$EdgeClickEventParameters,
|
|
1875
1939
|
Areas
|
|
1876
1940
|
>;
|
|
1877
1941
|
|
|
1942
|
+
/**
|
|
1943
|
+
* Parameters of the Areas#edgeContextMenu event.
|
|
1944
|
+
*/
|
|
1878
1945
|
export interface Areas$EdgeContextMenuEventParameters {
|
|
1879
1946
|
/**
|
|
1880
1947
|
* Clicked instance
|
|
@@ -1888,6 +1955,9 @@ declare module "sap/ui/vbm/Areas" {
|
|
|
1888
1955
|
edge?: int;
|
|
1889
1956
|
}
|
|
1890
1957
|
|
|
1958
|
+
/**
|
|
1959
|
+
* Event object of the Areas#edgeContextMenu event.
|
|
1960
|
+
*/
|
|
1891
1961
|
export type Areas$EdgeContextMenuEvent = Event<
|
|
1892
1962
|
Areas$EdgeContextMenuEventParameters,
|
|
1893
1963
|
Areas
|
|
@@ -2088,7 +2158,9 @@ declare module "sap/ui/vbm/Box" {
|
|
|
2088
2158
|
sScale?: string
|
|
2089
2159
|
): this;
|
|
2090
2160
|
}
|
|
2091
|
-
|
|
2161
|
+
/**
|
|
2162
|
+
* Describes the settings that can be provided to the Box constructor.
|
|
2163
|
+
*/
|
|
2092
2164
|
export interface $BoxSettings extends $VoBaseSettings {
|
|
2093
2165
|
/**
|
|
2094
2166
|
* The position of the Box. The format is "lon;lat;0".
|
|
@@ -2333,7 +2405,9 @@ declare module "sap/ui/vbm/Boxes" {
|
|
|
2333
2405
|
bScaleChangeable?: boolean
|
|
2334
2406
|
): this;
|
|
2335
2407
|
}
|
|
2336
|
-
|
|
2408
|
+
/**
|
|
2409
|
+
* Describes the settings that can be provided to the Boxes constructor.
|
|
2410
|
+
*/
|
|
2337
2411
|
export interface $BoxesSettings extends $VoAggregationSettings {
|
|
2338
2412
|
/**
|
|
2339
2413
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -2570,7 +2644,9 @@ declare module "sap/ui/vbm/Circle" {
|
|
|
2570
2644
|
sSlices?: string
|
|
2571
2645
|
): this;
|
|
2572
2646
|
}
|
|
2573
|
-
|
|
2647
|
+
/**
|
|
2648
|
+
* Describes the settings that can be provided to the Circle constructor.
|
|
2649
|
+
*/
|
|
2574
2650
|
export interface $CircleSettings extends $VoBaseSettings {
|
|
2575
2651
|
/**
|
|
2576
2652
|
* The position of the circle.
|
|
@@ -2820,7 +2896,9 @@ declare module "sap/ui/vbm/Circles" {
|
|
|
2820
2896
|
bRadiusChangeable?: boolean
|
|
2821
2897
|
): this;
|
|
2822
2898
|
}
|
|
2823
|
-
|
|
2899
|
+
/**
|
|
2900
|
+
* Describes the settings that can be provided to the Circles constructor.
|
|
2901
|
+
*/
|
|
2824
2902
|
export interface $CirclesSettings extends $VoAggregationSettings {
|
|
2825
2903
|
/**
|
|
2826
2904
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -3032,7 +3110,9 @@ declare module "sap/ui/vbm/Cluster" {
|
|
|
3032
3110
|
sType?: SemanticType | keyof typeof SemanticType
|
|
3033
3111
|
): this;
|
|
3034
3112
|
}
|
|
3035
|
-
|
|
3113
|
+
/**
|
|
3114
|
+
* Describes the settings that can be provided to the Cluster constructor.
|
|
3115
|
+
*/
|
|
3036
3116
|
export interface $ClusterSettings extends $ControlSettings {
|
|
3037
3117
|
/**
|
|
3038
3118
|
* Set the color of the control. If a type is set then the semantic color of the type is taken instead.
|
|
@@ -3574,7 +3654,9 @@ declare module "sap/ui/vbm/ClusterBase" {
|
|
|
3574
3654
|
oVizVo: Spot
|
|
3575
3655
|
): this;
|
|
3576
3656
|
}
|
|
3577
|
-
|
|
3657
|
+
/**
|
|
3658
|
+
* Describes the settings that can be provided to the ClusterBase constructor.
|
|
3659
|
+
*/
|
|
3578
3660
|
export interface $ClusterBaseSettings extends $ElementSettings {
|
|
3579
3661
|
/**
|
|
3580
3662
|
* Flag controlling the visibility of the area convered by a cluster object.
|
|
@@ -3630,6 +3712,9 @@ declare module "sap/ui/vbm/ClusterBase" {
|
|
|
3630
3712
|
contextMenu?: (oEvent: ClusterBase$ContextMenuEvent) => void;
|
|
3631
3713
|
}
|
|
3632
3714
|
|
|
3715
|
+
/**
|
|
3716
|
+
* Parameters of the ClusterBase#click event.
|
|
3717
|
+
*/
|
|
3633
3718
|
export interface ClusterBase$ClickEventParameters {
|
|
3634
3719
|
/**
|
|
3635
3720
|
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
@@ -3637,11 +3722,17 @@ declare module "sap/ui/vbm/ClusterBase" {
|
|
|
3637
3722
|
clusterID?: string;
|
|
3638
3723
|
}
|
|
3639
3724
|
|
|
3725
|
+
/**
|
|
3726
|
+
* Event object of the ClusterBase#click event.
|
|
3727
|
+
*/
|
|
3640
3728
|
export type ClusterBase$ClickEvent = Event<
|
|
3641
3729
|
ClusterBase$ClickEventParameters,
|
|
3642
3730
|
ClusterBase
|
|
3643
3731
|
>;
|
|
3644
3732
|
|
|
3733
|
+
/**
|
|
3734
|
+
* Parameters of the ClusterBase#contextMenu event.
|
|
3735
|
+
*/
|
|
3645
3736
|
export interface ClusterBase$ContextMenuEventParameters {
|
|
3646
3737
|
/**
|
|
3647
3738
|
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
@@ -3654,6 +3745,9 @@ declare module "sap/ui/vbm/ClusterBase" {
|
|
|
3654
3745
|
menu?: Menu;
|
|
3655
3746
|
}
|
|
3656
3747
|
|
|
3748
|
+
/**
|
|
3749
|
+
* Event object of the ClusterBase#contextMenu event.
|
|
3750
|
+
*/
|
|
3657
3751
|
export type ClusterBase$ContextMenuEvent = Event<
|
|
3658
3752
|
ClusterBase$ContextMenuEventParameters,
|
|
3659
3753
|
ClusterBase
|
|
@@ -3747,7 +3841,9 @@ declare module "sap/ui/vbm/ClusterContainer" {
|
|
|
3747
3841
|
*/
|
|
3748
3842
|
static getMetadata(): ElementMetadata;
|
|
3749
3843
|
}
|
|
3750
|
-
|
|
3844
|
+
/**
|
|
3845
|
+
* Describes the settings that can be provided to the ClusterContainer constructor.
|
|
3846
|
+
*/
|
|
3751
3847
|
export interface $ClusterContainerSettings extends $ContainerSettings {}
|
|
3752
3848
|
}
|
|
3753
3849
|
|
|
@@ -3866,7 +3962,9 @@ declare module "sap/ui/vbm/ClusterDistance" {
|
|
|
3866
3962
|
iDistance?: int
|
|
3867
3963
|
): this;
|
|
3868
3964
|
}
|
|
3869
|
-
|
|
3965
|
+
/**
|
|
3966
|
+
* Describes the settings that can be provided to the ClusterDistance constructor.
|
|
3967
|
+
*/
|
|
3870
3968
|
export interface $ClusterDistanceSettings extends $ClusterBaseSettings {
|
|
3871
3969
|
/**
|
|
3872
3970
|
* Distance in pixels between cluster objects. This distance is used as parameter during the clustering.
|
|
@@ -4128,7 +4226,9 @@ declare module "sap/ui/vbm/ClusterGrid" {
|
|
|
4128
4226
|
iOrderIndex?: int
|
|
4129
4227
|
): this;
|
|
4130
4228
|
}
|
|
4131
|
-
|
|
4229
|
+
/**
|
|
4230
|
+
* Describes the settings that can be provided to the ClusterGrid constructor.
|
|
4231
|
+
*/
|
|
4132
4232
|
export interface $ClusterGridSettings extends $ClusterBaseSettings {
|
|
4133
4233
|
/**
|
|
4134
4234
|
* Size of grid cells in pixels. Format is "distanceX;distanceY"
|
|
@@ -4271,7 +4371,9 @@ declare module "sap/ui/vbm/ClusterTree" {
|
|
|
4271
4371
|
bAnimateClusterSplit?: boolean
|
|
4272
4372
|
): this;
|
|
4273
4373
|
}
|
|
4274
|
-
|
|
4374
|
+
/**
|
|
4375
|
+
* Describes the settings that can be provided to the ClusterTree constructor.
|
|
4376
|
+
*/
|
|
4275
4377
|
export interface $ClusterTreeSettings extends $ClusterBaseSettings {
|
|
4276
4378
|
/**
|
|
4277
4379
|
* Indicates whether the split of a cluster object into sub clusterers or visual objects should be animated
|
|
@@ -4443,7 +4545,9 @@ declare module "sap/ui/vbm/Container" {
|
|
|
4443
4545
|
sPosition?: string
|
|
4444
4546
|
): this;
|
|
4445
4547
|
}
|
|
4446
|
-
|
|
4548
|
+
/**
|
|
4549
|
+
* Describes the settings that can be provided to the Container constructor.
|
|
4550
|
+
*/
|
|
4447
4551
|
export interface $ContainerSettings extends $VoBaseSettings {
|
|
4448
4552
|
/**
|
|
4449
4553
|
* The position for the Container. The format is "lon;lat;0".
|
|
@@ -5027,7 +5131,9 @@ declare module "sap/ui/vbm/ContainerBase" {
|
|
|
5027
5131
|
*/
|
|
5028
5132
|
updateContainer(): void;
|
|
5029
5133
|
}
|
|
5030
|
-
|
|
5134
|
+
/**
|
|
5135
|
+
* Describes the settings that can be provided to the ContainerBase constructor.
|
|
5136
|
+
*/
|
|
5031
5137
|
export interface $ContainerBaseSettings extends $ControlSettings {
|
|
5032
5138
|
/**
|
|
5033
5139
|
* Show fullscreen toggle button in toolbar
|
|
@@ -5080,17 +5186,29 @@ declare module "sap/ui/vbm/ContainerBase" {
|
|
|
5080
5186
|
settingsPressed?: (oEvent: Event) => void;
|
|
5081
5187
|
}
|
|
5082
5188
|
|
|
5189
|
+
/**
|
|
5190
|
+
* Parameters of the ContainerBase#contentChange event.
|
|
5191
|
+
*/
|
|
5083
5192
|
export interface ContainerBase$ContentChangeEventParameters {
|
|
5084
5193
|
selectedItemId?: string;
|
|
5085
5194
|
}
|
|
5086
5195
|
|
|
5196
|
+
/**
|
|
5197
|
+
* Event object of the ContainerBase#contentChange event.
|
|
5198
|
+
*/
|
|
5087
5199
|
export type ContainerBase$ContentChangeEvent = Event<
|
|
5088
5200
|
ContainerBase$ContentChangeEventParameters,
|
|
5089
5201
|
ContainerBase
|
|
5090
5202
|
>;
|
|
5091
5203
|
|
|
5204
|
+
/**
|
|
5205
|
+
* Parameters of the ContainerBase#settingsPressed event.
|
|
5206
|
+
*/
|
|
5092
5207
|
export interface ContainerBase$SettingsPressedEventParameters {}
|
|
5093
5208
|
|
|
5209
|
+
/**
|
|
5210
|
+
* Event object of the ContainerBase#settingsPressed event.
|
|
5211
|
+
*/
|
|
5094
5212
|
export type ContainerBase$SettingsPressedEvent = Event<
|
|
5095
5213
|
ContainerBase$SettingsPressedEventParameters,
|
|
5096
5214
|
ContainerBase
|
|
@@ -5246,7 +5364,9 @@ declare module "sap/ui/vbm/ContainerContent" {
|
|
|
5246
5364
|
sTitle?: string
|
|
5247
5365
|
): this;
|
|
5248
5366
|
}
|
|
5249
|
-
|
|
5367
|
+
/**
|
|
5368
|
+
* Describes the settings that can be provided to the ContainerContent constructor.
|
|
5369
|
+
*/
|
|
5250
5370
|
export interface $ContainerContentSettings extends $ControlSettings {
|
|
5251
5371
|
/**
|
|
5252
5372
|
* Icon to show up in the toolbar
|
|
@@ -5535,7 +5655,9 @@ declare module "sap/ui/vbm/Containers" {
|
|
|
5535
5655
|
vItem: int | string | Container
|
|
5536
5656
|
): Container | null;
|
|
5537
5657
|
}
|
|
5538
|
-
|
|
5658
|
+
/**
|
|
5659
|
+
* Describes the settings that can be provided to the Containers constructor.
|
|
5660
|
+
*/
|
|
5539
5661
|
export interface $ContainersSettings extends $VoAggregationSettings {
|
|
5540
5662
|
/**
|
|
5541
5663
|
* Container object aggregation
|
|
@@ -5643,7 +5765,9 @@ declare module "sap/ui/vbm/DragSource" {
|
|
|
5643
5765
|
sType?: string
|
|
5644
5766
|
): this;
|
|
5645
5767
|
}
|
|
5646
|
-
|
|
5768
|
+
/**
|
|
5769
|
+
* Describes the settings that can be provided to the DragSource constructor.
|
|
5770
|
+
*/
|
|
5647
5771
|
export interface $DragSourceSettings extends $ElementSettings {
|
|
5648
5772
|
/**
|
|
5649
5773
|
* Drag type
|
|
@@ -5751,7 +5875,9 @@ declare module "sap/ui/vbm/DropTarget" {
|
|
|
5751
5875
|
sType?: string
|
|
5752
5876
|
): this;
|
|
5753
5877
|
}
|
|
5754
|
-
|
|
5878
|
+
/**
|
|
5879
|
+
* Describes the settings that can be provided to the DropTarget constructor.
|
|
5880
|
+
*/
|
|
5755
5881
|
export interface $DropTargetSettings extends $ElementSettings {
|
|
5756
5882
|
/**
|
|
5757
5883
|
* Drop type
|
|
@@ -6073,7 +6199,9 @@ declare module "sap/ui/vbm/Feature" {
|
|
|
6073
6199
|
sFeatureId?: string
|
|
6074
6200
|
): this;
|
|
6075
6201
|
}
|
|
6076
|
-
|
|
6202
|
+
/**
|
|
6203
|
+
* Describes the settings that can be provided to the Feature constructor.
|
|
6204
|
+
*/
|
|
6077
6205
|
export interface $FeatureSettings extends $ElementSettings {
|
|
6078
6206
|
/**
|
|
6079
6207
|
* The color, this should be provided in the rgba(r,g,b,a) format.
|
|
@@ -6096,10 +6224,19 @@ declare module "sap/ui/vbm/Feature" {
|
|
|
6096
6224
|
contextMenu?: (oEvent: Feature$ContextMenuEvent) => void;
|
|
6097
6225
|
}
|
|
6098
6226
|
|
|
6227
|
+
/**
|
|
6228
|
+
* Parameters of the Feature#click event.
|
|
6229
|
+
*/
|
|
6099
6230
|
export interface Feature$ClickEventParameters {}
|
|
6100
6231
|
|
|
6232
|
+
/**
|
|
6233
|
+
* Event object of the Feature#click event.
|
|
6234
|
+
*/
|
|
6101
6235
|
export type Feature$ClickEvent = Event<Feature$ClickEventParameters, Feature>;
|
|
6102
6236
|
|
|
6237
|
+
/**
|
|
6238
|
+
* Parameters of the Feature#contextMenu event.
|
|
6239
|
+
*/
|
|
6103
6240
|
export interface Feature$ContextMenuEventParameters {
|
|
6104
6241
|
/**
|
|
6105
6242
|
* Menu object to be used with openContextMenu().
|
|
@@ -6107,6 +6244,9 @@ declare module "sap/ui/vbm/Feature" {
|
|
|
6107
6244
|
menu?: Menu;
|
|
6108
6245
|
}
|
|
6109
6246
|
|
|
6247
|
+
/**
|
|
6248
|
+
* Event object of the Feature#contextMenu event.
|
|
6249
|
+
*/
|
|
6110
6250
|
export type Feature$ContextMenuEvent = Event<
|
|
6111
6251
|
Feature$ContextMenuEventParameters,
|
|
6112
6252
|
Feature
|
|
@@ -6455,7 +6595,9 @@ declare module "sap/ui/vbm/FeatureCollection" {
|
|
|
6455
6595
|
vItem: int | string | Feature
|
|
6456
6596
|
): Feature | null;
|
|
6457
6597
|
}
|
|
6458
|
-
|
|
6598
|
+
/**
|
|
6599
|
+
* Describes the settings that can be provided to the FeatureCollection constructor.
|
|
6600
|
+
*/
|
|
6459
6601
|
export interface $FeatureCollectionSettings extends $GeoJsonLayerSettings {
|
|
6460
6602
|
/**
|
|
6461
6603
|
* Feature object aggregation
|
|
@@ -6475,17 +6617,29 @@ declare module "sap/ui/vbm/FeatureCollection" {
|
|
|
6475
6617
|
contextMenu?: (oEvent: FeatureCollection$ContextMenuEvent) => void;
|
|
6476
6618
|
}
|
|
6477
6619
|
|
|
6620
|
+
/**
|
|
6621
|
+
* Parameters of the FeatureCollection#click event.
|
|
6622
|
+
*/
|
|
6478
6623
|
export interface FeatureCollection$ClickEventParameters
|
|
6479
6624
|
extends GeoJsonLayer$ClickEventParameters {}
|
|
6480
6625
|
|
|
6626
|
+
/**
|
|
6627
|
+
* Event object of the FeatureCollection#click event.
|
|
6628
|
+
*/
|
|
6481
6629
|
export type FeatureCollection$ClickEvent = Event<
|
|
6482
6630
|
FeatureCollection$ClickEventParameters,
|
|
6483
6631
|
FeatureCollection
|
|
6484
6632
|
>;
|
|
6485
6633
|
|
|
6634
|
+
/**
|
|
6635
|
+
* Parameters of the FeatureCollection#contextMenu event.
|
|
6636
|
+
*/
|
|
6486
6637
|
export interface FeatureCollection$ContextMenuEventParameters
|
|
6487
6638
|
extends GeoJsonLayer$ContextMenuEventParameters {}
|
|
6488
6639
|
|
|
6640
|
+
/**
|
|
6641
|
+
* Event object of the FeatureCollection#contextMenu event.
|
|
6642
|
+
*/
|
|
6489
6643
|
export type FeatureCollection$ContextMenuEvent = Event<
|
|
6490
6644
|
FeatureCollection$ContextMenuEventParameters,
|
|
6491
6645
|
FeatureCollection
|
|
@@ -6713,7 +6867,9 @@ declare module "sap/ui/vbm/GeoCircle" {
|
|
|
6713
6867
|
sSlices?: string
|
|
6714
6868
|
): this;
|
|
6715
6869
|
}
|
|
6716
|
-
|
|
6870
|
+
/**
|
|
6871
|
+
* Describes the settings that can be provided to the GeoCircle constructor.
|
|
6872
|
+
*/
|
|
6717
6873
|
export interface $GeoCircleSettings extends $VoBaseSettings {
|
|
6718
6874
|
/**
|
|
6719
6875
|
* The position of the geocircle. The format is "lon;lat;0".
|
|
@@ -6963,7 +7119,9 @@ declare module "sap/ui/vbm/GeoCircles" {
|
|
|
6963
7119
|
bRadiusChangeable?: boolean
|
|
6964
7120
|
): this;
|
|
6965
7121
|
}
|
|
6966
|
-
|
|
7122
|
+
/**
|
|
7123
|
+
* Describes the settings that can be provided to the GeoCircles constructor.
|
|
7124
|
+
*/
|
|
6967
7125
|
export interface $GeoCirclesSettings extends $VoAggregationSettings {
|
|
6968
7126
|
/**
|
|
6969
7127
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -7515,7 +7673,9 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
|
|
|
7515
7673
|
sSrcURL?: string
|
|
7516
7674
|
): this;
|
|
7517
7675
|
}
|
|
7518
|
-
|
|
7676
|
+
/**
|
|
7677
|
+
* Describes the settings that can be provided to the GeoJsonLayer constructor.
|
|
7678
|
+
*/
|
|
7519
7679
|
export interface $GeoJsonLayerSettings extends $ElementSettings {
|
|
7520
7680
|
/**
|
|
7521
7681
|
* Source URL for GeoJSON
|
|
@@ -7561,6 +7721,9 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
|
|
|
7561
7721
|
contextMenu?: (oEvent: GeoJsonLayer$ContextMenuEvent) => void;
|
|
7562
7722
|
}
|
|
7563
7723
|
|
|
7724
|
+
/**
|
|
7725
|
+
* Parameters of the GeoJsonLayer#click event.
|
|
7726
|
+
*/
|
|
7564
7727
|
export interface GeoJsonLayer$ClickEventParameters {
|
|
7565
7728
|
/**
|
|
7566
7729
|
* Id of clicked Feature
|
|
@@ -7568,11 +7731,17 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
|
|
|
7568
7731
|
featureId?: string;
|
|
7569
7732
|
}
|
|
7570
7733
|
|
|
7734
|
+
/**
|
|
7735
|
+
* Event object of the GeoJsonLayer#click event.
|
|
7736
|
+
*/
|
|
7571
7737
|
export type GeoJsonLayer$ClickEvent = Event<
|
|
7572
7738
|
GeoJsonLayer$ClickEventParameters,
|
|
7573
7739
|
GeoJsonLayer
|
|
7574
7740
|
>;
|
|
7575
7741
|
|
|
7742
|
+
/**
|
|
7743
|
+
* Parameters of the GeoJsonLayer#contextMenu event.
|
|
7744
|
+
*/
|
|
7576
7745
|
export interface GeoJsonLayer$ContextMenuEventParameters {
|
|
7577
7746
|
/**
|
|
7578
7747
|
* Id of clicked Feature
|
|
@@ -7580,6 +7749,9 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
|
|
|
7580
7749
|
featureId?: string;
|
|
7581
7750
|
}
|
|
7582
7751
|
|
|
7752
|
+
/**
|
|
7753
|
+
* Event object of the GeoJsonLayer#contextMenu event.
|
|
7754
|
+
*/
|
|
7583
7755
|
export type GeoJsonLayer$ContextMenuEvent = Event<
|
|
7584
7756
|
GeoJsonLayer$ContextMenuEventParameters,
|
|
7585
7757
|
GeoJsonLayer
|
|
@@ -9370,7 +9542,9 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9370
9542
|
correlationFactor: float
|
|
9371
9543
|
): GeoMap;
|
|
9372
9544
|
}
|
|
9373
|
-
|
|
9545
|
+
/**
|
|
9546
|
+
* Describes the settings that can be provided to the GeoMap constructor.
|
|
9547
|
+
*/
|
|
9374
9548
|
export interface $GeoMapSettings extends $VBISettings {
|
|
9375
9549
|
/**
|
|
9376
9550
|
* This is the map configuration for the geo map. The map configuration defines the used maps, the layering
|
|
@@ -9539,6 +9713,9 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9539
9713
|
keyUp?: (oEvent: GeoMap$KeyUpEvent) => void;
|
|
9540
9714
|
}
|
|
9541
9715
|
|
|
9716
|
+
/**
|
|
9717
|
+
* Parameters of the GeoMap#centerChanged event.
|
|
9718
|
+
*/
|
|
9542
9719
|
export interface GeoMap$CenterChangedEventParameters {
|
|
9543
9720
|
/**
|
|
9544
9721
|
* Center point of the map. Format : Lon;Lat;0.0.
|
|
@@ -9556,11 +9733,17 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9556
9733
|
zoomLevel?: int;
|
|
9557
9734
|
}
|
|
9558
9735
|
|
|
9736
|
+
/**
|
|
9737
|
+
* Event object of the GeoMap#centerChanged event.
|
|
9738
|
+
*/
|
|
9559
9739
|
export type GeoMap$CenterChangedEvent = Event<
|
|
9560
9740
|
GeoMap$CenterChangedEventParameters,
|
|
9561
9741
|
GeoMap
|
|
9562
9742
|
>;
|
|
9563
9743
|
|
|
9744
|
+
/**
|
|
9745
|
+
* Parameters of the GeoMap#click event.
|
|
9746
|
+
*/
|
|
9564
9747
|
export interface GeoMap$ClickEventParameters {
|
|
9565
9748
|
/**
|
|
9566
9749
|
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
@@ -9568,8 +9751,14 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9568
9751
|
pos?: string;
|
|
9569
9752
|
}
|
|
9570
9753
|
|
|
9754
|
+
/**
|
|
9755
|
+
* Event object of the GeoMap#click event.
|
|
9756
|
+
*/
|
|
9571
9757
|
export type GeoMap$ClickEvent = Event<GeoMap$ClickEventParameters, GeoMap>;
|
|
9572
9758
|
|
|
9759
|
+
/**
|
|
9760
|
+
* Parameters of the GeoMap#contextMenu event.
|
|
9761
|
+
*/
|
|
9573
9762
|
export interface GeoMap$ContextMenuEventParameters {
|
|
9574
9763
|
/**
|
|
9575
9764
|
* Client coordinate X
|
|
@@ -9587,11 +9776,17 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9587
9776
|
pos?: string;
|
|
9588
9777
|
}
|
|
9589
9778
|
|
|
9779
|
+
/**
|
|
9780
|
+
* Event object of the GeoMap#contextMenu event.
|
|
9781
|
+
*/
|
|
9590
9782
|
export type GeoMap$ContextMenuEvent = Event<
|
|
9591
9783
|
GeoMap$ContextMenuEventParameters,
|
|
9592
9784
|
GeoMap
|
|
9593
9785
|
>;
|
|
9594
9786
|
|
|
9787
|
+
/**
|
|
9788
|
+
* Parameters of the GeoMap#drop event.
|
|
9789
|
+
*/
|
|
9595
9790
|
export interface GeoMap$DropEventParameters {
|
|
9596
9791
|
/**
|
|
9597
9792
|
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
@@ -9599,8 +9794,14 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9599
9794
|
pos?: string;
|
|
9600
9795
|
}
|
|
9601
9796
|
|
|
9797
|
+
/**
|
|
9798
|
+
* Event object of the GeoMap#drop event.
|
|
9799
|
+
*/
|
|
9602
9800
|
export type GeoMap$DropEvent = Event<GeoMap$DropEventParameters, GeoMap>;
|
|
9603
9801
|
|
|
9802
|
+
/**
|
|
9803
|
+
* Parameters of the GeoMap#keyDown event.
|
|
9804
|
+
*/
|
|
9604
9805
|
export interface GeoMap$KeyDownEventParameters {
|
|
9605
9806
|
/**
|
|
9606
9807
|
* Key value of the key
|
|
@@ -9633,11 +9834,17 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9633
9834
|
meta?: boolean;
|
|
9634
9835
|
}
|
|
9635
9836
|
|
|
9837
|
+
/**
|
|
9838
|
+
* Event object of the GeoMap#keyDown event.
|
|
9839
|
+
*/
|
|
9636
9840
|
export type GeoMap$KeyDownEvent = Event<
|
|
9637
9841
|
GeoMap$KeyDownEventParameters,
|
|
9638
9842
|
GeoMap
|
|
9639
9843
|
>;
|
|
9640
9844
|
|
|
9845
|
+
/**
|
|
9846
|
+
* Parameters of the GeoMap#keyPress event.
|
|
9847
|
+
*/
|
|
9641
9848
|
export interface GeoMap$KeyPressEventParameters {
|
|
9642
9849
|
/**
|
|
9643
9850
|
* Key value of the key
|
|
@@ -9670,11 +9877,17 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9670
9877
|
meta?: boolean;
|
|
9671
9878
|
}
|
|
9672
9879
|
|
|
9880
|
+
/**
|
|
9881
|
+
* Event object of the GeoMap#keyPress event.
|
|
9882
|
+
*/
|
|
9673
9883
|
export type GeoMap$KeyPressEvent = Event<
|
|
9674
9884
|
GeoMap$KeyPressEventParameters,
|
|
9675
9885
|
GeoMap
|
|
9676
9886
|
>;
|
|
9677
9887
|
|
|
9888
|
+
/**
|
|
9889
|
+
* Parameters of the GeoMap#keyUp event.
|
|
9890
|
+
*/
|
|
9678
9891
|
export interface GeoMap$KeyUpEventParameters {
|
|
9679
9892
|
/**
|
|
9680
9893
|
* Key value of the key
|
|
@@ -9707,12 +9920,24 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9707
9920
|
meta?: boolean;
|
|
9708
9921
|
}
|
|
9709
9922
|
|
|
9923
|
+
/**
|
|
9924
|
+
* Event object of the GeoMap#keyUp event.
|
|
9925
|
+
*/
|
|
9710
9926
|
export type GeoMap$KeyUpEvent = Event<GeoMap$KeyUpEventParameters, GeoMap>;
|
|
9711
9927
|
|
|
9928
|
+
/**
|
|
9929
|
+
* Parameters of the GeoMap#select event.
|
|
9930
|
+
*/
|
|
9712
9931
|
export interface GeoMap$SelectEventParameters {}
|
|
9713
9932
|
|
|
9933
|
+
/**
|
|
9934
|
+
* Event object of the GeoMap#select event.
|
|
9935
|
+
*/
|
|
9714
9936
|
export type GeoMap$SelectEvent = Event<GeoMap$SelectEventParameters, GeoMap>;
|
|
9715
9937
|
|
|
9938
|
+
/**
|
|
9939
|
+
* Parameters of the GeoMap#zoomChanged event.
|
|
9940
|
+
*/
|
|
9716
9941
|
export interface GeoMap$ZoomChangedEventParameters {
|
|
9717
9942
|
/**
|
|
9718
9943
|
* Center point of the map. Format : Lon;Lat;0.0.
|
|
@@ -9730,6 +9955,9 @@ declare module "sap/ui/vbm/GeoMap" {
|
|
|
9730
9955
|
zoomLevel?: int;
|
|
9731
9956
|
}
|
|
9732
9957
|
|
|
9958
|
+
/**
|
|
9959
|
+
* Event object of the GeoMap#zoomChanged event.
|
|
9960
|
+
*/
|
|
9733
9961
|
export type GeoMap$ZoomChangedEvent = Event<
|
|
9734
9962
|
GeoMap$ZoomChangedEventParameters,
|
|
9735
9963
|
GeoMap
|
|
@@ -10122,7 +10350,9 @@ declare module "sap/ui/vbm/Heatmap" {
|
|
|
10122
10350
|
sValueScale?: string
|
|
10123
10351
|
): this;
|
|
10124
10352
|
}
|
|
10125
|
-
|
|
10353
|
+
/**
|
|
10354
|
+
* Describes the settings that can be provided to the Heatmap constructor.
|
|
10355
|
+
*/
|
|
10126
10356
|
export interface $HeatmapSettings extends $VoAbstractSettings {
|
|
10127
10357
|
/**
|
|
10128
10358
|
* Gradient Definition. Can be either provided as Ressource - then it is type string.
|
|
@@ -10332,7 +10562,9 @@ declare module "sap/ui/vbm/HeatPoint" {
|
|
|
10332
10562
|
sValue?: string
|
|
10333
10563
|
): this;
|
|
10334
10564
|
}
|
|
10335
|
-
|
|
10565
|
+
/**
|
|
10566
|
+
* Describes the settings that can be provided to the HeatPoint constructor.
|
|
10567
|
+
*/
|
|
10336
10568
|
export interface $HeatPointSettings extends $VoBaseSettings {
|
|
10337
10569
|
/**
|
|
10338
10570
|
* The position of a sample element of the heatmap. Should be bound. The format is "lon;lat;0"
|
|
@@ -10617,7 +10849,9 @@ declare module "sap/ui/vbm/Legend" {
|
|
|
10617
10849
|
sCaption?: string
|
|
10618
10850
|
): this;
|
|
10619
10851
|
}
|
|
10620
|
-
|
|
10852
|
+
/**
|
|
10853
|
+
* Describes the settings that can be provided to the Legend constructor.
|
|
10854
|
+
*/
|
|
10621
10855
|
export interface $LegendSettings extends $ElementSettings {
|
|
10622
10856
|
/**
|
|
10623
10857
|
* The caption of the legend.
|
|
@@ -10635,6 +10869,9 @@ declare module "sap/ui/vbm/Legend" {
|
|
|
10635
10869
|
click?: (oEvent: Legend$ClickEvent) => void;
|
|
10636
10870
|
}
|
|
10637
10871
|
|
|
10872
|
+
/**
|
|
10873
|
+
* Parameters of the Legend#click event.
|
|
10874
|
+
*/
|
|
10638
10875
|
export interface Legend$ClickEventParameters {
|
|
10639
10876
|
/**
|
|
10640
10877
|
* Event data object
|
|
@@ -10667,6 +10904,9 @@ declare module "sap/ui/vbm/Legend" {
|
|
|
10667
10904
|
altKey?: boolean;
|
|
10668
10905
|
}
|
|
10669
10906
|
|
|
10907
|
+
/**
|
|
10908
|
+
* Event object of the Legend#click event.
|
|
10909
|
+
*/
|
|
10670
10910
|
export type Legend$ClickEvent = Event<Legend$ClickEventParameters, Legend>;
|
|
10671
10911
|
}
|
|
10672
10912
|
|
|
@@ -10932,7 +11172,9 @@ declare module "sap/ui/vbm/LegendItem" {
|
|
|
10932
11172
|
sText?: string
|
|
10933
11173
|
): this;
|
|
10934
11174
|
}
|
|
10935
|
-
|
|
11175
|
+
/**
|
|
11176
|
+
* Describes the settings that can be provided to the LegendItem constructor.
|
|
11177
|
+
*/
|
|
10936
11178
|
export interface $LegendItemSettings extends $ElementSettings {
|
|
10937
11179
|
/**
|
|
10938
11180
|
* The color of the legend marker.
|
|
@@ -10963,6 +11205,9 @@ declare module "sap/ui/vbm/LegendItem" {
|
|
|
10963
11205
|
click?: (oEvent: LegendItem$ClickEvent) => void;
|
|
10964
11206
|
}
|
|
10965
11207
|
|
|
11208
|
+
/**
|
|
11209
|
+
* Parameters of the LegendItem#click event.
|
|
11210
|
+
*/
|
|
10966
11211
|
export interface LegendItem$ClickEventParameters {
|
|
10967
11212
|
/**
|
|
10968
11213
|
* Event data object
|
|
@@ -10990,6 +11235,9 @@ declare module "sap/ui/vbm/LegendItem" {
|
|
|
10990
11235
|
altKey?: boolean;
|
|
10991
11236
|
}
|
|
10992
11237
|
|
|
11238
|
+
/**
|
|
11239
|
+
* Event object of the LegendItem#click event.
|
|
11240
|
+
*/
|
|
10993
11241
|
export type LegendItem$ClickEvent = Event<
|
|
10994
11242
|
LegendItem$ClickEventParameters,
|
|
10995
11243
|
LegendItem
|
|
@@ -11644,7 +11892,12 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11644
11892
|
sSelectionMode?: /* was: sap.m.ListMode */ any
|
|
11645
11893
|
): this;
|
|
11646
11894
|
}
|
|
11647
|
-
|
|
11895
|
+
/**
|
|
11896
|
+
* Describes the settings that can be provided to the ListPanel constructor.
|
|
11897
|
+
*
|
|
11898
|
+
* @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
|
|
11899
|
+
* versions.
|
|
11900
|
+
*/
|
|
11648
11901
|
export interface $ListPanelSettings extends $ControlSettings {
|
|
11649
11902
|
/**
|
|
11650
11903
|
* Header text
|
|
@@ -11704,20 +11957,35 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11704
11957
|
itemPress?: (oEvent: ListPanel$ItemPressEvent) => void;
|
|
11705
11958
|
}
|
|
11706
11959
|
|
|
11960
|
+
/**
|
|
11961
|
+
* Parameters of the ListPanel#expand event.
|
|
11962
|
+
*/
|
|
11707
11963
|
export interface ListPanel$ExpandEventParameters {}
|
|
11708
11964
|
|
|
11965
|
+
/**
|
|
11966
|
+
* Event object of the ListPanel#expand event.
|
|
11967
|
+
*/
|
|
11709
11968
|
export type ListPanel$ExpandEvent = Event<
|
|
11710
11969
|
ListPanel$ExpandEventParameters,
|
|
11711
11970
|
ListPanel
|
|
11712
11971
|
>;
|
|
11713
11972
|
|
|
11973
|
+
/**
|
|
11974
|
+
* Parameters of the ListPanel#headerIconPress event.
|
|
11975
|
+
*/
|
|
11714
11976
|
export interface ListPanel$HeaderIconPressEventParameters {}
|
|
11715
11977
|
|
|
11978
|
+
/**
|
|
11979
|
+
* Event object of the ListPanel#headerIconPress event.
|
|
11980
|
+
*/
|
|
11716
11981
|
export type ListPanel$HeaderIconPressEvent = Event<
|
|
11717
11982
|
ListPanel$HeaderIconPressEventParameters,
|
|
11718
11983
|
ListPanel
|
|
11719
11984
|
>;
|
|
11720
11985
|
|
|
11986
|
+
/**
|
|
11987
|
+
* Parameters of the ListPanel#itemPress event.
|
|
11988
|
+
*/
|
|
11721
11989
|
export interface ListPanel$ItemPressEventParameters {
|
|
11722
11990
|
/**
|
|
11723
11991
|
* The item which fired the pressed event.
|
|
@@ -11730,11 +11998,17 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11730
11998
|
srcControl?: Control;
|
|
11731
11999
|
}
|
|
11732
12000
|
|
|
12001
|
+
/**
|
|
12002
|
+
* Event object of the ListPanel#itemPress event.
|
|
12003
|
+
*/
|
|
11733
12004
|
export type ListPanel$ItemPressEvent = Event<
|
|
11734
12005
|
ListPanel$ItemPressEventParameters,
|
|
11735
12006
|
ListPanel
|
|
11736
12007
|
>;
|
|
11737
12008
|
|
|
12009
|
+
/**
|
|
12010
|
+
* Parameters of the ListPanel#selectionChange event.
|
|
12011
|
+
*/
|
|
11738
12012
|
export interface ListPanel$SelectionChangeEventParameters {
|
|
11739
12013
|
/**
|
|
11740
12014
|
* The item whose selection has changed. In `MultiSelect` mode, only the up-most selected item is returned.
|
|
@@ -11753,6 +12027,9 @@ declare module "sap/ui/vbm/ListPanel" {
|
|
|
11753
12027
|
selected?: boolean;
|
|
11754
12028
|
}
|
|
11755
12029
|
|
|
12030
|
+
/**
|
|
12031
|
+
* Event object of the ListPanel#selectionChange event.
|
|
12032
|
+
*/
|
|
11756
12033
|
export type ListPanel$SelectionChangeEvent = Event<
|
|
11757
12034
|
ListPanel$SelectionChangeEventParameters,
|
|
11758
12035
|
ListPanel
|
|
@@ -12034,7 +12311,12 @@ declare module "sap/ui/vbm/ListPanelStack" {
|
|
|
12034
12311
|
sWidth?: CSSSize
|
|
12035
12312
|
): this;
|
|
12036
12313
|
}
|
|
12037
|
-
|
|
12314
|
+
/**
|
|
12315
|
+
* Describes the settings that can be provided to the ListPanelStack constructor.
|
|
12316
|
+
*
|
|
12317
|
+
* @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
|
|
12318
|
+
* versions.
|
|
12319
|
+
*/
|
|
12038
12320
|
export interface $ListPanelStackSettings extends $ControlSettings {
|
|
12039
12321
|
/**
|
|
12040
12322
|
* Control width
|
|
@@ -12373,7 +12655,9 @@ declare module "sap/ui/vbm/MapContainer" {
|
|
|
12373
12655
|
}
|
|
12374
12656
|
): object;
|
|
12375
12657
|
}
|
|
12376
|
-
|
|
12658
|
+
/**
|
|
12659
|
+
* Describes the settings that can be provided to the MapContainer constructor.
|
|
12660
|
+
*/
|
|
12377
12661
|
export interface $MapContainerSettings extends $ContainerBaseSettings {
|
|
12378
12662
|
/**
|
|
12379
12663
|
* Show navbar
|
|
@@ -12632,7 +12916,9 @@ declare module "sap/ui/vbm/Pie" {
|
|
|
12632
12916
|
sScale?: string
|
|
12633
12917
|
): this;
|
|
12634
12918
|
}
|
|
12635
|
-
|
|
12919
|
+
/**
|
|
12920
|
+
* Describes the settings that can be provided to the Pie constructor.
|
|
12921
|
+
*/
|
|
12636
12922
|
export interface $PieSettings extends $VoBaseSettings {
|
|
12637
12923
|
/**
|
|
12638
12924
|
* The position of the Pie.
|
|
@@ -12889,7 +13175,9 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12889
13175
|
sValue?: string
|
|
12890
13176
|
): this;
|
|
12891
13177
|
}
|
|
12892
|
-
|
|
13178
|
+
/**
|
|
13179
|
+
* Describes the settings that can be provided to the PieItem constructor.
|
|
13180
|
+
*/
|
|
12893
13181
|
export interface $PieItemSettings extends $ElementSettings {
|
|
12894
13182
|
/**
|
|
12895
13183
|
* The name of the Pie item.
|
|
@@ -12913,8 +13201,20 @@ declare module "sap/ui/vbm/PieItem" {
|
|
|
12913
13201
|
click?: (oEvent: Event) => void;
|
|
12914
13202
|
}
|
|
12915
13203
|
|
|
13204
|
+
/**
|
|
13205
|
+
* Parameters of the PieItem#click event.
|
|
13206
|
+
*
|
|
13207
|
+
* @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
|
|
13208
|
+
* Pie Item index when event occurs.
|
|
13209
|
+
*/
|
|
12916
13210
|
export interface PieItem$ClickEventParameters {}
|
|
12917
13211
|
|
|
13212
|
+
/**
|
|
13213
|
+
* Event object of the PieItem#click event.
|
|
13214
|
+
*
|
|
13215
|
+
* @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
|
|
13216
|
+
* Pie Item index when event occurs.
|
|
13217
|
+
*/
|
|
12918
13218
|
export type PieItem$ClickEvent = Event<PieItem$ClickEventParameters, PieItem>;
|
|
12919
13219
|
}
|
|
12920
13220
|
|
|
@@ -13139,7 +13439,9 @@ declare module "sap/ui/vbm/Pies" {
|
|
|
13139
13439
|
bScaleChangeable?: boolean
|
|
13140
13440
|
): this;
|
|
13141
13441
|
}
|
|
13142
|
-
|
|
13442
|
+
/**
|
|
13443
|
+
* Describes the settings that can be provided to the Pies constructor.
|
|
13444
|
+
*/
|
|
13143
13445
|
export interface $PiesSettings extends $VoAggregationSettings {
|
|
13144
13446
|
/**
|
|
13145
13447
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -13611,7 +13913,9 @@ declare module "sap/ui/vbm/Region" {
|
|
|
13611
13913
|
bSelect?: boolean
|
|
13612
13914
|
): this;
|
|
13613
13915
|
}
|
|
13614
|
-
|
|
13916
|
+
/**
|
|
13917
|
+
* Describes the settings that can be provided to the Region constructor.
|
|
13918
|
+
*/
|
|
13615
13919
|
export interface $RegionSettings extends $ElementSettings {
|
|
13616
13920
|
/**
|
|
13617
13921
|
* The color, this must be provided in the rgba(r,g,b,a) format.
|
|
@@ -13659,6 +13963,9 @@ declare module "sap/ui/vbm/Region" {
|
|
|
13659
13963
|
contextMenu?: (oEvent: Region$ContextMenuEvent) => void;
|
|
13660
13964
|
}
|
|
13661
13965
|
|
|
13966
|
+
/**
|
|
13967
|
+
* Parameters of the Region#click event.
|
|
13968
|
+
*/
|
|
13662
13969
|
export interface Region$ClickEventParameters {
|
|
13663
13970
|
/**
|
|
13664
13971
|
* The region code.
|
|
@@ -13666,8 +13973,14 @@ declare module "sap/ui/vbm/Region" {
|
|
|
13666
13973
|
code?: string;
|
|
13667
13974
|
}
|
|
13668
13975
|
|
|
13976
|
+
/**
|
|
13977
|
+
* Event object of the Region#click event.
|
|
13978
|
+
*/
|
|
13669
13979
|
export type Region$ClickEvent = Event<Region$ClickEventParameters, Region>;
|
|
13670
13980
|
|
|
13981
|
+
/**
|
|
13982
|
+
* Parameters of the Region#contextMenu event.
|
|
13983
|
+
*/
|
|
13671
13984
|
export interface Region$ContextMenuEventParameters {
|
|
13672
13985
|
/**
|
|
13673
13986
|
* The region code.
|
|
@@ -13675,6 +13988,9 @@ declare module "sap/ui/vbm/Region" {
|
|
|
13675
13988
|
code?: string;
|
|
13676
13989
|
}
|
|
13677
13990
|
|
|
13991
|
+
/**
|
|
13992
|
+
* Event object of the Region#contextMenu event.
|
|
13993
|
+
*/
|
|
13678
13994
|
export type Region$ContextMenuEvent = Event<
|
|
13679
13995
|
Region$ContextMenuEventParameters,
|
|
13680
13996
|
Region
|
|
@@ -13842,7 +14158,9 @@ declare module "sap/ui/vbm/Resource" {
|
|
|
13842
14158
|
sValue?: string
|
|
13843
14159
|
): this;
|
|
13844
14160
|
}
|
|
13845
|
-
|
|
14161
|
+
/**
|
|
14162
|
+
* Describes the settings that can be provided to the Resource constructor.
|
|
14163
|
+
*/
|
|
13846
14164
|
export interface $ResourceSettings extends $ElementSettings {
|
|
13847
14165
|
/**
|
|
13848
14166
|
* Value of the resource. Base64 endode binary.
|
|
@@ -14469,7 +14787,9 @@ declare module "sap/ui/vbm/Route" {
|
|
|
14469
14787
|
sStart?: string
|
|
14470
14788
|
): this;
|
|
14471
14789
|
}
|
|
14472
|
-
|
|
14790
|
+
/**
|
|
14791
|
+
* Describes the settings that can be provided to the Route constructor.
|
|
14792
|
+
*/
|
|
14473
14793
|
export interface $RouteSettings extends $VoBaseSettings {
|
|
14474
14794
|
/**
|
|
14475
14795
|
* The position array of the route. The format is "lon0;lat0;0;...lonN;latN;0".
|
|
@@ -15158,7 +15478,9 @@ declare module "sap/ui/vbm/Routes" {
|
|
|
15158
15478
|
bPosChangeable?: boolean
|
|
15159
15479
|
): this;
|
|
15160
15480
|
}
|
|
15161
|
-
|
|
15481
|
+
/**
|
|
15482
|
+
* Describes the settings that can be provided to the Routes constructor.
|
|
15483
|
+
*/
|
|
15162
15484
|
export interface $RoutesSettings extends $VoAggregationSettings {
|
|
15163
15485
|
/**
|
|
15164
15486
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -15205,22 +15527,40 @@ declare module "sap/ui/vbm/Routes" {
|
|
|
15205
15527
|
drop?: (oEvent: Event) => void;
|
|
15206
15528
|
}
|
|
15207
15529
|
|
|
15530
|
+
/**
|
|
15531
|
+
* Parameters of the Routes#click event.
|
|
15532
|
+
*/
|
|
15208
15533
|
export interface Routes$ClickEventParameters
|
|
15209
15534
|
extends VoAggregation$ClickEventParameters {}
|
|
15210
15535
|
|
|
15536
|
+
/**
|
|
15537
|
+
* Event object of the Routes#click event.
|
|
15538
|
+
*/
|
|
15211
15539
|
export type Routes$ClickEvent = Event<Routes$ClickEventParameters, Routes>;
|
|
15212
15540
|
|
|
15541
|
+
/**
|
|
15542
|
+
* Parameters of the Routes#contextMenu event.
|
|
15543
|
+
*/
|
|
15213
15544
|
export interface Routes$ContextMenuEventParameters
|
|
15214
15545
|
extends VoAggregation$ContextMenuEventParameters {}
|
|
15215
15546
|
|
|
15547
|
+
/**
|
|
15548
|
+
* Event object of the Routes#contextMenu event.
|
|
15549
|
+
*/
|
|
15216
15550
|
export type Routes$ContextMenuEvent = Event<
|
|
15217
15551
|
Routes$ContextMenuEventParameters,
|
|
15218
15552
|
Routes
|
|
15219
15553
|
>;
|
|
15220
15554
|
|
|
15555
|
+
/**
|
|
15556
|
+
* Parameters of the Routes#drop event.
|
|
15557
|
+
*/
|
|
15221
15558
|
export interface Routes$DropEventParameters
|
|
15222
15559
|
extends VoAggregation$DropEventParameters {}
|
|
15223
15560
|
|
|
15561
|
+
/**
|
|
15562
|
+
* Event object of the Routes#drop event.
|
|
15563
|
+
*/
|
|
15224
15564
|
export type Routes$DropEvent = Event<Routes$DropEventParameters, Routes>;
|
|
15225
15565
|
}
|
|
15226
15566
|
|
|
@@ -15800,7 +16140,9 @@ declare module "sap/ui/vbm/Spot" {
|
|
|
15800
16140
|
sType?: SemanticType | keyof typeof SemanticType
|
|
15801
16141
|
): this;
|
|
15802
16142
|
}
|
|
15803
|
-
|
|
16143
|
+
/**
|
|
16144
|
+
* Describes the settings that can be provided to the Spot constructor.
|
|
16145
|
+
*/
|
|
15804
16146
|
export interface $SpotSettings extends $VoBaseSettings {
|
|
15805
16147
|
/**
|
|
15806
16148
|
* The position of the spot. The format is "lon;lat;0"
|
|
@@ -16272,7 +16614,9 @@ declare module "sap/ui/vbm/Spots" {
|
|
|
16272
16614
|
bScaleChangeable?: boolean
|
|
16273
16615
|
): this;
|
|
16274
16616
|
}
|
|
16275
|
-
|
|
16617
|
+
/**
|
|
16618
|
+
* Describes the settings that can be provided to the Spots constructor.
|
|
16619
|
+
*/
|
|
16276
16620
|
export interface $SpotsSettings extends $VoAggregationSettings {
|
|
16277
16621
|
/**
|
|
16278
16622
|
* Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
|
|
@@ -17718,7 +18062,9 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17718
18062
|
iLod: int
|
|
17719
18063
|
): void;
|
|
17720
18064
|
}
|
|
17721
|
-
|
|
18065
|
+
/**
|
|
18066
|
+
* Describes the settings that can be provided to the VBI constructor.
|
|
18067
|
+
*/
|
|
17722
18068
|
export interface $VBISettings extends $ControlSettings {
|
|
17723
18069
|
/**
|
|
17724
18070
|
* Set the width of the control.
|
|
@@ -17843,6 +18189,9 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17843
18189
|
containerDestroyed?: (oEvent: VBI$ContainerDestroyedEvent) => void;
|
|
17844
18190
|
}
|
|
17845
18191
|
|
|
18192
|
+
/**
|
|
18193
|
+
* Parameters of the VBI#changeTrackingMode event.
|
|
18194
|
+
*/
|
|
17846
18195
|
export interface VBI$ChangeTrackingModeEventParameters {
|
|
17847
18196
|
/**
|
|
17848
18197
|
* tracking mode to set or reset
|
|
@@ -17855,11 +18204,17 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17855
18204
|
bSet?: boolean;
|
|
17856
18205
|
}
|
|
17857
18206
|
|
|
18207
|
+
/**
|
|
18208
|
+
* Event object of the VBI#changeTrackingMode event.
|
|
18209
|
+
*/
|
|
17858
18210
|
export type VBI$ChangeTrackingModeEvent = Event<
|
|
17859
18211
|
VBI$ChangeTrackingModeEventParameters,
|
|
17860
18212
|
VBI
|
|
17861
18213
|
>;
|
|
17862
18214
|
|
|
18215
|
+
/**
|
|
18216
|
+
* Parameters of the VBI#closeWindow event.
|
|
18217
|
+
*/
|
|
17863
18218
|
export interface VBI$CloseWindowEventParameters {
|
|
17864
18219
|
/**
|
|
17865
18220
|
* DomRef of placeholder Div for content.
|
|
@@ -17872,8 +18227,14 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17872
18227
|
id?: string;
|
|
17873
18228
|
}
|
|
17874
18229
|
|
|
18230
|
+
/**
|
|
18231
|
+
* Event object of the VBI#closeWindow event.
|
|
18232
|
+
*/
|
|
17875
18233
|
export type VBI$CloseWindowEvent = Event<VBI$CloseWindowEventParameters, VBI>;
|
|
17876
18234
|
|
|
18235
|
+
/**
|
|
18236
|
+
* Parameters of the VBI#containerCreated event.
|
|
18237
|
+
*/
|
|
17877
18238
|
export interface VBI$ContainerCreatedEventParameters {
|
|
17878
18239
|
/**
|
|
17879
18240
|
* DomRef of placeholder Div to render into.
|
|
@@ -17886,11 +18247,17 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17886
18247
|
id?: string;
|
|
17887
18248
|
}
|
|
17888
18249
|
|
|
18250
|
+
/**
|
|
18251
|
+
* Event object of the VBI#containerCreated event.
|
|
18252
|
+
*/
|
|
17889
18253
|
export type VBI$ContainerCreatedEvent = Event<
|
|
17890
18254
|
VBI$ContainerCreatedEventParameters,
|
|
17891
18255
|
VBI
|
|
17892
18256
|
>;
|
|
17893
18257
|
|
|
18258
|
+
/**
|
|
18259
|
+
* Parameters of the VBI#containerDestroyed event.
|
|
18260
|
+
*/
|
|
17894
18261
|
export interface VBI$ContainerDestroyedEventParameters {
|
|
17895
18262
|
/**
|
|
17896
18263
|
* DomRef of placeholder Div of content.
|
|
@@ -17903,11 +18270,17 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17903
18270
|
id?: string;
|
|
17904
18271
|
}
|
|
17905
18272
|
|
|
18273
|
+
/**
|
|
18274
|
+
* Event object of the VBI#containerDestroyed event.
|
|
18275
|
+
*/
|
|
17906
18276
|
export type VBI$ContainerDestroyedEvent = Event<
|
|
17907
18277
|
VBI$ContainerDestroyedEventParameters,
|
|
17908
18278
|
VBI
|
|
17909
18279
|
>;
|
|
17910
18280
|
|
|
18281
|
+
/**
|
|
18282
|
+
* Parameters of the VBI#move event.
|
|
18283
|
+
*/
|
|
17911
18284
|
export interface VBI$MoveEventParameters {
|
|
17912
18285
|
/**
|
|
17913
18286
|
* Canvas object to render into.
|
|
@@ -17915,8 +18288,14 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17915
18288
|
canvas?: object;
|
|
17916
18289
|
}
|
|
17917
18290
|
|
|
18291
|
+
/**
|
|
18292
|
+
* Event object of the VBI#move event.
|
|
18293
|
+
*/
|
|
17918
18294
|
export type VBI$MoveEvent = Event<VBI$MoveEventParameters, VBI>;
|
|
17919
18295
|
|
|
18296
|
+
/**
|
|
18297
|
+
* Parameters of the VBI#openWindow event.
|
|
18298
|
+
*/
|
|
17920
18299
|
export interface VBI$OpenWindowEventParameters {
|
|
17921
18300
|
/**
|
|
17922
18301
|
* DomRef of placeholder Div to render into.
|
|
@@ -17929,8 +18308,14 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17929
18308
|
id?: string;
|
|
17930
18309
|
}
|
|
17931
18310
|
|
|
18311
|
+
/**
|
|
18312
|
+
* Event object of the VBI#openWindow event.
|
|
18313
|
+
*/
|
|
17932
18314
|
export type VBI$OpenWindowEvent = Event<VBI$OpenWindowEventParameters, VBI>;
|
|
17933
18315
|
|
|
18316
|
+
/**
|
|
18317
|
+
* Parameters of the VBI#render event.
|
|
18318
|
+
*/
|
|
17934
18319
|
export interface VBI$RenderEventParameters {
|
|
17935
18320
|
/**
|
|
17936
18321
|
* Canvas object to render into.
|
|
@@ -17938,8 +18323,14 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17938
18323
|
canvas?: object;
|
|
17939
18324
|
}
|
|
17940
18325
|
|
|
18326
|
+
/**
|
|
18327
|
+
* Event object of the VBI#render event.
|
|
18328
|
+
*/
|
|
17941
18329
|
export type VBI$RenderEvent = Event<VBI$RenderEventParameters, VBI>;
|
|
17942
18330
|
|
|
18331
|
+
/**
|
|
18332
|
+
* Parameters of the VBI#submit event.
|
|
18333
|
+
*/
|
|
17943
18334
|
export interface VBI$SubmitEventParameters {
|
|
17944
18335
|
/**
|
|
17945
18336
|
* JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
|
|
@@ -17948,8 +18339,14 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17948
18339
|
data?: string;
|
|
17949
18340
|
}
|
|
17950
18341
|
|
|
18342
|
+
/**
|
|
18343
|
+
* Event object of the VBI#submit event.
|
|
18344
|
+
*/
|
|
17951
18345
|
export type VBI$SubmitEvent = Event<VBI$SubmitEventParameters, VBI>;
|
|
17952
18346
|
|
|
18347
|
+
/**
|
|
18348
|
+
* Parameters of the VBI#thumbnailClick event.
|
|
18349
|
+
*/
|
|
17953
18350
|
export interface VBI$ThumbnailClickEventParameters {
|
|
17954
18351
|
/**
|
|
17955
18352
|
* Geo coordinates in format "lon;lat;0"
|
|
@@ -17962,11 +18359,17 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17962
18359
|
zoomLevel?: int;
|
|
17963
18360
|
}
|
|
17964
18361
|
|
|
18362
|
+
/**
|
|
18363
|
+
* Event object of the VBI#thumbnailClick event.
|
|
18364
|
+
*/
|
|
17965
18365
|
export type VBI$ThumbnailClickEvent = Event<
|
|
17966
18366
|
VBI$ThumbnailClickEventParameters,
|
|
17967
18367
|
VBI
|
|
17968
18368
|
>;
|
|
17969
18369
|
|
|
18370
|
+
/**
|
|
18371
|
+
* Parameters of the VBI#zoom event.
|
|
18372
|
+
*/
|
|
17970
18373
|
export interface VBI$ZoomEventParameters {
|
|
17971
18374
|
/**
|
|
17972
18375
|
* Canvas object to render into
|
|
@@ -17974,6 +18377,9 @@ declare module "sap/ui/vbm/VBI" {
|
|
|
17974
18377
|
canvas?: object;
|
|
17975
18378
|
}
|
|
17976
18379
|
|
|
18380
|
+
/**
|
|
18381
|
+
* Event object of the VBI#zoom event.
|
|
18382
|
+
*/
|
|
17977
18383
|
export type VBI$ZoomEvent = Event<VBI$ZoomEventParameters, VBI>;
|
|
17978
18384
|
}
|
|
17979
18385
|
|
|
@@ -18223,7 +18629,9 @@ declare module "sap/ui/vbm/Viewport" {
|
|
|
18223
18629
|
sWidth?: CSSSize
|
|
18224
18630
|
): this;
|
|
18225
18631
|
}
|
|
18226
|
-
|
|
18632
|
+
/**
|
|
18633
|
+
* Describes the settings that can be provided to the Viewport constructor.
|
|
18634
|
+
*/
|
|
18227
18635
|
export interface $ViewportSettings extends $ControlSettings {
|
|
18228
18636
|
/**
|
|
18229
18637
|
* Viewport width
|
|
@@ -18251,6 +18659,9 @@ declare module "sap/ui/vbm/Viewport" {
|
|
|
18251
18659
|
cameraChange?: (oEvent: Viewport$CameraChangeEvent) => void;
|
|
18252
18660
|
}
|
|
18253
18661
|
|
|
18662
|
+
/**
|
|
18663
|
+
* Parameters of the Viewport#cameraChange event.
|
|
18664
|
+
*/
|
|
18254
18665
|
export interface Viewport$CameraChangeEventParameters {
|
|
18255
18666
|
/**
|
|
18256
18667
|
* Current position in camera history
|
|
@@ -18263,6 +18674,9 @@ declare module "sap/ui/vbm/Viewport" {
|
|
|
18263
18674
|
historyLength?: int;
|
|
18264
18675
|
}
|
|
18265
18676
|
|
|
18677
|
+
/**
|
|
18678
|
+
* Event object of the Viewport#cameraChange event.
|
|
18679
|
+
*/
|
|
18266
18680
|
export type Viewport$CameraChangeEvent = Event<
|
|
18267
18681
|
Viewport$CameraChangeEventParameters,
|
|
18268
18682
|
Viewport
|
|
@@ -18369,7 +18783,9 @@ declare module "sap/ui/vbm/VoAbstract" {
|
|
|
18369
18783
|
oMenu: Menu
|
|
18370
18784
|
): void;
|
|
18371
18785
|
}
|
|
18372
|
-
|
|
18786
|
+
/**
|
|
18787
|
+
* Describes the settings that can be provided to the VoAbstract constructor.
|
|
18788
|
+
*/
|
|
18373
18789
|
export interface $VoAbstractSettings extends $ElementSettings {}
|
|
18374
18790
|
}
|
|
18375
18791
|
|
|
@@ -19201,7 +19617,9 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19201
19617
|
sMinSel?: string
|
|
19202
19618
|
): this;
|
|
19203
19619
|
}
|
|
19204
|
-
|
|
19620
|
+
/**
|
|
19621
|
+
* Describes the settings that can be provided to the VoAggregation constructor.
|
|
19622
|
+
*/
|
|
19205
19623
|
export interface $VoAggregationSettings extends $VoAbstractSettings {
|
|
19206
19624
|
/**
|
|
19207
19625
|
* Selection cardinality: minimum selected elements ("0" or "1" )
|
|
@@ -19260,6 +19678,9 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19260
19678
|
drop?: (oEvent: VoAggregation$DropEvent) => void;
|
|
19261
19679
|
}
|
|
19262
19680
|
|
|
19681
|
+
/**
|
|
19682
|
+
* Parameters of the VoAggregation#click event.
|
|
19683
|
+
*/
|
|
19263
19684
|
export interface VoAggregation$ClickEventParameters {
|
|
19264
19685
|
/**
|
|
19265
19686
|
* Clicked instance
|
|
@@ -19267,11 +19688,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19267
19688
|
instance?: VoBase;
|
|
19268
19689
|
}
|
|
19269
19690
|
|
|
19691
|
+
/**
|
|
19692
|
+
* Event object of the VoAggregation#click event.
|
|
19693
|
+
*/
|
|
19270
19694
|
export type VoAggregation$ClickEvent = Event<
|
|
19271
19695
|
VoAggregation$ClickEventParameters,
|
|
19272
19696
|
VoAggregation
|
|
19273
19697
|
>;
|
|
19274
19698
|
|
|
19699
|
+
/**
|
|
19700
|
+
* Parameters of the VoAggregation#contextMenu event.
|
|
19701
|
+
*/
|
|
19275
19702
|
export interface VoAggregation$ContextMenuEventParameters {
|
|
19276
19703
|
/**
|
|
19277
19704
|
* Clicked instance
|
|
@@ -19284,11 +19711,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19284
19711
|
menu?: Menu;
|
|
19285
19712
|
}
|
|
19286
19713
|
|
|
19714
|
+
/**
|
|
19715
|
+
* Event object of the VoAggregation#contextMenu event.
|
|
19716
|
+
*/
|
|
19287
19717
|
export type VoAggregation$ContextMenuEvent = Event<
|
|
19288
19718
|
VoAggregation$ContextMenuEventParameters,
|
|
19289
19719
|
VoAggregation
|
|
19290
19720
|
>;
|
|
19291
19721
|
|
|
19722
|
+
/**
|
|
19723
|
+
* Parameters of the VoAggregation#deselect event.
|
|
19724
|
+
*/
|
|
19292
19725
|
export interface VoAggregation$DeselectEventParameters {
|
|
19293
19726
|
/**
|
|
19294
19727
|
* Array of deselected VOs
|
|
@@ -19296,11 +19729,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19296
19729
|
deselected?: any[];
|
|
19297
19730
|
}
|
|
19298
19731
|
|
|
19732
|
+
/**
|
|
19733
|
+
* Event object of the VoAggregation#deselect event.
|
|
19734
|
+
*/
|
|
19299
19735
|
export type VoAggregation$DeselectEvent = Event<
|
|
19300
19736
|
VoAggregation$DeselectEventParameters,
|
|
19301
19737
|
VoAggregation
|
|
19302
19738
|
>;
|
|
19303
19739
|
|
|
19740
|
+
/**
|
|
19741
|
+
* Parameters of the VoAggregation#drop event.
|
|
19742
|
+
*/
|
|
19304
19743
|
export interface VoAggregation$DropEventParameters {
|
|
19305
19744
|
/**
|
|
19306
19745
|
* Drop target instance
|
|
@@ -19313,11 +19752,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19313
19752
|
dragSource?: VoBase;
|
|
19314
19753
|
}
|
|
19315
19754
|
|
|
19755
|
+
/**
|
|
19756
|
+
* Event object of the VoAggregation#drop event.
|
|
19757
|
+
*/
|
|
19316
19758
|
export type VoAggregation$DropEvent = Event<
|
|
19317
19759
|
VoAggregation$DropEventParameters,
|
|
19318
19760
|
VoAggregation
|
|
19319
19761
|
>;
|
|
19320
19762
|
|
|
19763
|
+
/**
|
|
19764
|
+
* Parameters of the VoAggregation#handleClick event.
|
|
19765
|
+
*/
|
|
19321
19766
|
export interface VoAggregation$HandleClickEventParameters {
|
|
19322
19767
|
/**
|
|
19323
19768
|
* Clicked instance
|
|
@@ -19330,11 +19775,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19330
19775
|
handle?: int;
|
|
19331
19776
|
}
|
|
19332
19777
|
|
|
19778
|
+
/**
|
|
19779
|
+
* Event object of the VoAggregation#handleClick event.
|
|
19780
|
+
*/
|
|
19333
19781
|
export type VoAggregation$HandleClickEvent = Event<
|
|
19334
19782
|
VoAggregation$HandleClickEventParameters,
|
|
19335
19783
|
VoAggregation
|
|
19336
19784
|
>;
|
|
19337
19785
|
|
|
19786
|
+
/**
|
|
19787
|
+
* Parameters of the VoAggregation#handleContextMenu event.
|
|
19788
|
+
*/
|
|
19338
19789
|
export interface VoAggregation$HandleContextMenuEventParameters {
|
|
19339
19790
|
/**
|
|
19340
19791
|
* Clicked instance
|
|
@@ -19352,11 +19803,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19352
19803
|
handle?: int;
|
|
19353
19804
|
}
|
|
19354
19805
|
|
|
19806
|
+
/**
|
|
19807
|
+
* Event object of the VoAggregation#handleContextMenu event.
|
|
19808
|
+
*/
|
|
19355
19809
|
export type VoAggregation$HandleContextMenuEvent = Event<
|
|
19356
19810
|
VoAggregation$HandleContextMenuEventParameters,
|
|
19357
19811
|
VoAggregation
|
|
19358
19812
|
>;
|
|
19359
19813
|
|
|
19814
|
+
/**
|
|
19815
|
+
* Parameters of the VoAggregation#handleMoved event.
|
|
19816
|
+
*/
|
|
19360
19817
|
export interface VoAggregation$HandleMovedEventParameters {
|
|
19361
19818
|
/**
|
|
19362
19819
|
* Clicked instance
|
|
@@ -19369,11 +19826,17 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19369
19826
|
handle?: int;
|
|
19370
19827
|
}
|
|
19371
19828
|
|
|
19829
|
+
/**
|
|
19830
|
+
* Event object of the VoAggregation#handleMoved event.
|
|
19831
|
+
*/
|
|
19372
19832
|
export type VoAggregation$HandleMovedEvent = Event<
|
|
19373
19833
|
VoAggregation$HandleMovedEventParameters,
|
|
19374
19834
|
VoAggregation
|
|
19375
19835
|
>;
|
|
19376
19836
|
|
|
19837
|
+
/**
|
|
19838
|
+
* Parameters of the VoAggregation#select event.
|
|
19839
|
+
*/
|
|
19377
19840
|
export interface VoAggregation$SelectEventParameters {
|
|
19378
19841
|
/**
|
|
19379
19842
|
* Array of selected VOs
|
|
@@ -19381,6 +19844,9 @@ declare module "sap/ui/vbm/VoAggregation" {
|
|
|
19381
19844
|
selected?: any[];
|
|
19382
19845
|
}
|
|
19383
19846
|
|
|
19847
|
+
/**
|
|
19848
|
+
* Event object of the VoAggregation#select event.
|
|
19849
|
+
*/
|
|
19384
19850
|
export type VoAggregation$SelectEvent = Event<
|
|
19385
19851
|
VoAggregation$SelectEventParameters,
|
|
19386
19852
|
VoAggregation
|
|
@@ -20463,7 +20929,9 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20463
20929
|
sSelectColor?: string
|
|
20464
20930
|
): this;
|
|
20465
20931
|
}
|
|
20466
|
-
|
|
20932
|
+
/**
|
|
20933
|
+
* Describes the settings that can be provided to the VoBase constructor.
|
|
20934
|
+
*/
|
|
20467
20935
|
export interface $VoBaseSettings extends $ElementSettings {
|
|
20468
20936
|
/**
|
|
20469
20937
|
* Unique identifier for the object. This is optional. If not provided the default identifier sId is used.
|
|
@@ -20604,10 +21072,19 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20604
21072
|
drop?: (oEvent: VoBase$DropEvent) => void;
|
|
20605
21073
|
}
|
|
20606
21074
|
|
|
21075
|
+
/**
|
|
21076
|
+
* Parameters of the VoBase#click event.
|
|
21077
|
+
*/
|
|
20607
21078
|
export interface VoBase$ClickEventParameters {}
|
|
20608
21079
|
|
|
21080
|
+
/**
|
|
21081
|
+
* Event object of the VoBase#click event.
|
|
21082
|
+
*/
|
|
20609
21083
|
export type VoBase$ClickEvent = Event<VoBase$ClickEventParameters, VoBase>;
|
|
20610
21084
|
|
|
21085
|
+
/**
|
|
21086
|
+
* Parameters of the VoBase#contextMenu event.
|
|
21087
|
+
*/
|
|
20611
21088
|
export interface VoBase$ContextMenuEventParameters {
|
|
20612
21089
|
/**
|
|
20613
21090
|
* Menu to open
|
|
@@ -20615,11 +21092,17 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20615
21092
|
menu?: Menu;
|
|
20616
21093
|
}
|
|
20617
21094
|
|
|
21095
|
+
/**
|
|
21096
|
+
* Event object of the VoBase#contextMenu event.
|
|
21097
|
+
*/
|
|
20618
21098
|
export type VoBase$ContextMenuEvent = Event<
|
|
20619
21099
|
VoBase$ContextMenuEventParameters,
|
|
20620
21100
|
VoBase
|
|
20621
21101
|
>;
|
|
20622
21102
|
|
|
21103
|
+
/**
|
|
21104
|
+
* Parameters of the VoBase#drop event.
|
|
21105
|
+
*/
|
|
20623
21106
|
export interface VoBase$DropEventParameters {
|
|
20624
21107
|
/**
|
|
20625
21108
|
* Dragged instance
|
|
@@ -20627,8 +21110,14 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20627
21110
|
dragSource?: VoBase;
|
|
20628
21111
|
}
|
|
20629
21112
|
|
|
21113
|
+
/**
|
|
21114
|
+
* Event object of the VoBase#drop event.
|
|
21115
|
+
*/
|
|
20630
21116
|
export type VoBase$DropEvent = Event<VoBase$DropEventParameters, VoBase>;
|
|
20631
21117
|
|
|
21118
|
+
/**
|
|
21119
|
+
* Parameters of the VoBase#handleClick event.
|
|
21120
|
+
*/
|
|
20632
21121
|
export interface VoBase$HandleClickEventParameters {
|
|
20633
21122
|
/**
|
|
20634
21123
|
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
@@ -20636,11 +21125,17 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20636
21125
|
handle?: int;
|
|
20637
21126
|
}
|
|
20638
21127
|
|
|
21128
|
+
/**
|
|
21129
|
+
* Event object of the VoBase#handleClick event.
|
|
21130
|
+
*/
|
|
20639
21131
|
export type VoBase$HandleClickEvent = Event<
|
|
20640
21132
|
VoBase$HandleClickEventParameters,
|
|
20641
21133
|
VoBase
|
|
20642
21134
|
>;
|
|
20643
21135
|
|
|
21136
|
+
/**
|
|
21137
|
+
* Parameters of the VoBase#handleContextMenu event.
|
|
21138
|
+
*/
|
|
20644
21139
|
export interface VoBase$HandleContextMenuEventParameters {
|
|
20645
21140
|
/**
|
|
20646
21141
|
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
@@ -20653,11 +21148,17 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20653
21148
|
menu?: Menu;
|
|
20654
21149
|
}
|
|
20655
21150
|
|
|
21151
|
+
/**
|
|
21152
|
+
* Event object of the VoBase#handleContextMenu event.
|
|
21153
|
+
*/
|
|
20656
21154
|
export type VoBase$HandleContextMenuEvent = Event<
|
|
20657
21155
|
VoBase$HandleContextMenuEventParameters,
|
|
20658
21156
|
VoBase
|
|
20659
21157
|
>;
|
|
20660
21158
|
|
|
21159
|
+
/**
|
|
21160
|
+
* Parameters of the VoBase#handleMoved event.
|
|
21161
|
+
*/
|
|
20661
21162
|
export interface VoBase$HandleMovedEventParameters {
|
|
20662
21163
|
/**
|
|
20663
21164
|
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
@@ -20665,6 +21166,9 @@ declare module "sap/ui/vbm/VoBase" {
|
|
|
20665
21166
|
handle?: int;
|
|
20666
21167
|
}
|
|
20667
21168
|
|
|
21169
|
+
/**
|
|
21170
|
+
* Event object of the VoBase#handleMoved event.
|
|
21171
|
+
*/
|
|
20668
21172
|
export type VoBase$HandleMovedEvent = Event<
|
|
20669
21173
|
VoBase$HandleMovedEventParameters,
|
|
20670
21174
|
VoBase
|