@sapui5/types 1.113.0 → 1.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +70 -60
  4. package/types/sap.ca.ui.d.ts +207 -105
  5. package/types/sap.chart.d.ts +148 -129
  6. package/types/sap.collaboration.d.ts +98 -87
  7. package/types/sap.esh.search.ui.d.ts +133 -2
  8. package/types/sap.f.d.ts +1416 -1005
  9. package/types/sap.fe.core.d.ts +55 -166
  10. package/types/sap.fe.macros.d.ts +96 -20
  11. package/types/sap.fe.navigation.d.ts +42 -31
  12. package/types/sap.fe.templates.d.ts +15 -293
  13. package/types/sap.fe.test.d.ts +102 -46
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +1987 -1251
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +75 -29
  18. package/types/sap.m.d.ts +7415 -5818
  19. package/types/sap.makit.d.ts +43 -18
  20. package/types/sap.me.d.ts +112 -69
  21. package/types/sap.ndc.d.ts +101 -39
  22. package/types/sap.ovp.d.ts +3 -3
  23. package/types/sap.rules.ui.d.ts +53 -24
  24. package/types/sap.sac.df.d.ts +39 -632
  25. package/types/sap.suite.ui.commons.d.ts +2094 -1437
  26. package/types/sap.suite.ui.generic.template.d.ts +47 -44
  27. package/types/sap.suite.ui.microchart.d.ts +242 -163
  28. package/types/sap.tnt.d.ts +138 -67
  29. package/types/sap.ui.codeeditor.d.ts +37 -30
  30. package/types/sap.ui.commons.d.ts +936 -708
  31. package/types/sap.ui.comp.d.ts +2707 -1862
  32. package/types/sap.ui.core.d.ts +6435 -3941
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +38 -32
  35. package/types/sap.ui.fl.d.ts +102 -82
  36. package/types/sap.ui.generic.app.d.ts +59 -50
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +2489 -2327
  39. package/types/sap.ui.layout.d.ts +378 -398
  40. package/types/sap.ui.mdc.d.ts +22041 -115
  41. package/types/sap.ui.richtexteditor.d.ts +55 -50
  42. package/types/sap.ui.rta.d.ts +1 -1
  43. package/types/sap.ui.suite.d.ts +13 -11
  44. package/types/sap.ui.support.d.ts +7 -7
  45. package/types/sap.ui.table.d.ts +628 -478
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +1013 -723
  48. package/types/sap.ui.ux3.d.ts +847 -592
  49. package/types/sap.ui.vbm.d.ts +1018 -760
  50. package/types/sap.ui.vk.d.ts +2897 -1896
  51. package/types/sap.ui.vtm.d.ts +650 -479
  52. package/types/sap.ui.webc.common.d.ts +5 -3
  53. package/types/sap.ui.webc.fiori.d.ts +530 -345
  54. package/types/sap.ui.webc.main.d.ts +1114 -835
  55. package/types/sap.uiext.inbox.d.ts +79 -37
  56. package/types/sap.ushell.d.ts +444 -212
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +309 -222
  59. package/types/sap.viz.d.ts +932 -521
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +15 -10
  62. package/types/sap.zen.crosstab.d.ts +7 -4
  63. package/types/sap.zen.dsh.d.ts +143 -87
  64. package/types/sap.sac.grid.d.ts +0 -774
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.115.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -92,7 +92,7 @@ declare module "sap/ui/vbm/Adapter" {
92
92
  /**
93
93
  * Provides the ability to load VBI JSON into {@link sap.ui.vbm.GeoMap sap.ui.vbm.GeoMap} control.
94
94
  */
95
- export default class Adapter extends UI5Element {
95
+ class Adapter extends UI5Element {
96
96
  /**
97
97
  * Constructor for a new GeoMap Adapter.
98
98
  *
@@ -173,7 +173,7 @@ declare module "sap/ui/vbm/Adapter" {
173
173
  /**
174
174
  * The function to be called when the event occurs
175
175
  */
176
- fnFunction: (p1: Event) => void,
176
+ fnFunction: (p1: Event<$AdapterSubmitEventParameters>) => void,
177
177
  /**
178
178
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
179
179
  */
@@ -194,7 +194,7 @@ declare module "sap/ui/vbm/Adapter" {
194
194
  /**
195
195
  * The function to be called when the event occurs
196
196
  */
197
- fnFunction: (p1: Event) => void,
197
+ fnFunction: (p1: Event<$AdapterSubmitEventParameters>) => void,
198
198
  /**
199
199
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
200
200
  */
@@ -211,7 +211,7 @@ declare module "sap/ui/vbm/Adapter" {
211
211
  /**
212
212
  * The function to be called, when the event occurs
213
213
  */
214
- fnFunction: (p1: Event) => void,
214
+ fnFunction: (p1: Event<$AdapterSubmitEventParameters>) => void,
215
215
  /**
216
216
  * Context object on which the given function had to be called
217
217
  */
@@ -228,9 +228,7 @@ declare module "sap/ui/vbm/Adapter" {
228
228
  /**
229
229
  * Parameters to pass along with the event
230
230
  */
231
- mParameters?: {
232
- data?: string;
233
- }
231
+ mParameters?: $AdapterSubmitEventParameters
234
232
  ): this;
235
233
  /**
236
234
  * ID of the element which is the current target of the association {@link #getMap map}, or `null`.
@@ -260,6 +258,7 @@ declare module "sap/ui/vbm/Adapter" {
260
258
  oMap: ID | GeoMap
261
259
  ): this;
262
260
  }
261
+ export default Adapter;
263
262
 
264
263
  export interface $AdapterSettings extends $ElementSettings {
265
264
  /**
@@ -272,7 +271,11 @@ declare module "sap/ui/vbm/Adapter" {
272
271
  * The event is raised when a when the Adapter receives an event from GeoMap control. It is intended to
273
272
  * unify the various GeoMap events as provided by VBI.
274
273
  */
275
- submit?: (oEvent: Event) => void;
274
+ submit?: (oEvent: Event<$AdapterSubmitEventParameters>) => void;
275
+ }
276
+
277
+ export interface $AdapterSubmitEventParameters {
278
+ data?: string;
276
279
  }
277
280
  }
278
281
 
@@ -290,7 +293,7 @@ declare module "sap/ui/vbm/Adapter3D" {
290
293
  /**
291
294
  * Provides the ability to load VBI JSON into {@link sap.ui.vbm.Viewport sap.ui.vbm.Viewport} control.
292
295
  */
293
- export default class Adapter3D extends UI5Element {
296
+ class Adapter3D extends UI5Element {
294
297
  /**
295
298
  * Constructor for a new Visual Business Adapter 3D.
296
299
  *
@@ -370,7 +373,7 @@ declare module "sap/ui/vbm/Adapter3D" {
370
373
  /**
371
374
  * The function to be called when the event occurs
372
375
  */
373
- fnFunction: (p1: Event) => void,
376
+ fnFunction: (p1: Event<$Adapter3DSubmitEventParameters>) => void,
374
377
  /**
375
378
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
376
379
  */
@@ -390,7 +393,7 @@ declare module "sap/ui/vbm/Adapter3D" {
390
393
  /**
391
394
  * The function to be called when the event occurs
392
395
  */
393
- fnFunction: (p1: Event) => void,
396
+ fnFunction: (p1: Event<$Adapter3DSubmitEventParameters>) => void,
394
397
  /**
395
398
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
396
399
  */
@@ -407,7 +410,7 @@ declare module "sap/ui/vbm/Adapter3D" {
407
410
  /**
408
411
  * The function to be called, when the event occurs
409
412
  */
410
- fnFunction: (p1: Event) => void,
413
+ fnFunction: (p1: Event<$Adapter3DSubmitEventParameters>) => void,
411
414
  /**
412
415
  * Context object on which the given function had to be called
413
416
  */
@@ -424,12 +427,7 @@ declare module "sap/ui/vbm/Adapter3D" {
424
427
  /**
425
428
  * Parameters to pass along with the event
426
429
  */
427
- mParameters?: {
428
- /**
429
- * A string in the VBI JSON format.
430
- */
431
- data?: string;
432
- }
430
+ mParameters?: $Adapter3DSubmitEventParameters
433
431
  ): this;
434
432
  /**
435
433
  * ID of the element which is the current target of the association {@link #getViewport viewport}, or `null`.
@@ -461,6 +459,7 @@ declare module "sap/ui/vbm/Adapter3D" {
461
459
  oViewport: ID | Viewport
462
460
  ): this;
463
461
  }
462
+ export default Adapter3D;
464
463
 
465
464
  export interface $Adapter3DSettings extends $ElementSettings {
466
465
  /**
@@ -472,7 +471,14 @@ declare module "sap/ui/vbm/Adapter3D" {
472
471
  /**
473
472
  * This event is fired when interactions in the viewport happen.
474
473
  */
475
- submit?: (oEvent: Event) => void;
474
+ submit?: (oEvent: Event<$Adapter3DSubmitEventParameters>) => void;
475
+ }
476
+
477
+ export interface $Adapter3DSubmitEventParameters {
478
+ /**
479
+ * A string in the VBI JSON format.
480
+ */
481
+ data?: string;
476
482
  }
477
483
  }
478
484
 
@@ -498,7 +504,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
498
504
  * By adding Region elements to the regions aggregation it is possible to make feature from the GeoJSON
499
505
  * interactive. Region elements need to match by ISO code.
500
506
  */
501
- export default class AnalyticMap extends GeoMap {
507
+ class AnalyticMap extends GeoMap {
502
508
  /**
503
509
  * Constructor for a new AnalyticMap.
504
510
  *
@@ -589,7 +595,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
589
595
  /**
590
596
  * The function to be called when the event occurs
591
597
  */
592
- fnFunction: (p1: Event) => void,
598
+ fnFunction: (p1: Event<$AnalyticMapRegionClickEventParameters>) => void,
593
599
  /**
594
600
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
595
601
  */
@@ -609,7 +615,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
609
615
  /**
610
616
  * The function to be called when the event occurs
611
617
  */
612
- fnFunction: (p1: Event) => void,
618
+ fnFunction: (p1: Event<$AnalyticMapRegionClickEventParameters>) => void,
613
619
  /**
614
620
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
615
621
  */
@@ -635,7 +641,9 @@ declare module "sap/ui/vbm/AnalyticMap" {
635
641
  /**
636
642
  * The function to be called when the event occurs
637
643
  */
638
- fnFunction: (p1: Event) => void,
644
+ fnFunction: (
645
+ p1: Event<$AnalyticMapRegionContextMenuEventParameters>
646
+ ) => void,
639
647
  /**
640
648
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
641
649
  */
@@ -656,7 +664,9 @@ declare module "sap/ui/vbm/AnalyticMap" {
656
664
  /**
657
665
  * The function to be called when the event occurs
658
666
  */
659
- fnFunction: (p1: Event) => void,
667
+ fnFunction: (
668
+ p1: Event<$AnalyticMapRegionContextMenuEventParameters>
669
+ ) => void,
660
670
  /**
661
671
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
662
672
  */
@@ -771,7 +781,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
771
781
  /**
772
782
  * The function to be called, when the event occurs
773
783
  */
774
- fnFunction: (p1: Event) => void,
784
+ fnFunction: (p1: Event<$AnalyticMapRegionClickEventParameters>) => void,
775
785
  /**
776
786
  * Context object on which the given function had to be called
777
787
  */
@@ -789,7 +799,9 @@ declare module "sap/ui/vbm/AnalyticMap" {
789
799
  /**
790
800
  * The function to be called, when the event occurs
791
801
  */
792
- fnFunction: (p1: Event) => void,
802
+ fnFunction: (
803
+ p1: Event<$AnalyticMapRegionContextMenuEventParameters>
804
+ ) => void,
793
805
  /**
794
806
  * Context object on which the given function had to be called
795
807
  */
@@ -841,12 +853,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
841
853
  /**
842
854
  * Parameters to pass along with the event
843
855
  */
844
- mParameters?: {
845
- /**
846
- * The regions code.
847
- */
848
- code?: string;
849
- }
856
+ mParameters?: $AnalyticMapRegionClickEventParameters
850
857
  ): this;
851
858
  /**
852
859
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -859,12 +866,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
859
866
  /**
860
867
  * Parameters to pass along with the event
861
868
  */
862
- mParameters?: {
863
- /**
864
- * The regions code.
865
- */
866
- code?: string;
867
- }
869
+ mParameters?: $AnalyticMapRegionContextMenuEventParameters
868
870
  ): this;
869
871
  /**
870
872
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -975,6 +977,7 @@ declare module "sap/ui/vbm/AnalyticMap" {
975
977
  oCorr: object
976
978
  ): void;
977
979
  }
980
+ export default AnalyticMap;
978
981
 
979
982
  export interface $AnalyticMapSettings extends $GeoMapSettings {
980
983
  /**
@@ -986,12 +989,16 @@ declare module "sap/ui/vbm/AnalyticMap" {
986
989
  /**
987
990
  * The event is raised when there is a click or a tap on a region.
988
991
  */
989
- regionClick?: (oEvent: Event) => void;
992
+ regionClick?: (
993
+ oEvent: Event<$AnalyticMapRegionClickEventParameters>
994
+ ) => void;
990
995
 
991
996
  /**
992
997
  * The event is raised when there is a right click or a tap and hold action on a region.
993
998
  */
994
- regionContextMenu?: (oEvent: Event) => void;
999
+ regionContextMenu?: (
1000
+ oEvent: Event<$AnalyticMapRegionContextMenuEventParameters>
1001
+ ) => void;
995
1002
 
996
1003
  /**
997
1004
  * Raised when regions get selected
@@ -1003,6 +1010,24 @@ declare module "sap/ui/vbm/AnalyticMap" {
1003
1010
  */
1004
1011
  regionDeselect?: (oEvent: Event) => void;
1005
1012
  }
1013
+
1014
+ export interface $AnalyticMapRegionClickEventParameters {
1015
+ /**
1016
+ * The regions code.
1017
+ */
1018
+ code?: string;
1019
+ }
1020
+
1021
+ export interface $AnalyticMapRegionContextMenuEventParameters {
1022
+ /**
1023
+ * The regions code.
1024
+ */
1025
+ code?: string;
1026
+ }
1027
+
1028
+ export interface $AnalyticMapRegionDeselectEventParameters {}
1029
+
1030
+ export interface $AnalyticMapRegionSelectEventParameters {}
1006
1031
  }
1007
1032
 
1008
1033
  declare module "sap/ui/vbm/Area" {
@@ -1022,7 +1047,7 @@ declare module "sap/ui/vbm/Area" {
1022
1047
  * Since the actual size of an area depends on the zoom level it might be only partly visible. Thus detail
1023
1048
  * windows will open at the click position.
1024
1049
  */
1025
- export default class Area extends VoBase {
1050
+ class Area extends VoBase {
1026
1051
  /**
1027
1052
  * Constructor for a new Area.
1028
1053
  *
@@ -1339,6 +1364,7 @@ declare module "sap/ui/vbm/Area" {
1339
1364
  sPosition?: string
1340
1365
  ): this;
1341
1366
  }
1367
+ export default Area;
1342
1368
 
1343
1369
  export interface $AreaSettings extends $VoBaseSettings {
1344
1370
  /**
@@ -1376,6 +1402,10 @@ declare module "sap/ui/vbm/Area" {
1376
1402
  */
1377
1403
  edgeContextMenu?: (oEvent: Event) => void;
1378
1404
  }
1405
+
1406
+ export interface $AreaEdgeClickEventParameters {}
1407
+
1408
+ export interface $AreaEdgeContextMenuEventParameters {}
1379
1409
  }
1380
1410
 
1381
1411
  declare module "sap/ui/vbm/Areas" {
@@ -1398,7 +1428,7 @@ declare module "sap/ui/vbm/Areas" {
1398
1428
  /**
1399
1429
  * Type specific Visual Object aggregation for Area instances.
1400
1430
  */
1401
- export default class Areas extends VoAggregation {
1431
+ class Areas extends VoAggregation {
1402
1432
  /**
1403
1433
  * Constructor for a new Areas.
1404
1434
  *
@@ -1489,7 +1519,7 @@ declare module "sap/ui/vbm/Areas" {
1489
1519
  /**
1490
1520
  * The function to be called when the event occurs
1491
1521
  */
1492
- fnFunction: (p1: Event) => void,
1522
+ fnFunction: (p1: Event<$AreasEdgeClickEventParameters>) => void,
1493
1523
  /**
1494
1524
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
1495
1525
  */
@@ -1509,7 +1539,7 @@ declare module "sap/ui/vbm/Areas" {
1509
1539
  /**
1510
1540
  * The function to be called when the event occurs
1511
1541
  */
1512
- fnFunction: (p1: Event) => void,
1542
+ fnFunction: (p1: Event<$AreasEdgeClickEventParameters>) => void,
1513
1543
  /**
1514
1544
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
1515
1545
  */
@@ -1535,7 +1565,7 @@ declare module "sap/ui/vbm/Areas" {
1535
1565
  /**
1536
1566
  * The function to be called when the event occurs
1537
1567
  */
1538
- fnFunction: (p1: Event) => void,
1568
+ fnFunction: (p1: Event<$AreasEdgeContextMenuEventParameters>) => void,
1539
1569
  /**
1540
1570
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
1541
1571
  */
@@ -1556,7 +1586,7 @@ declare module "sap/ui/vbm/Areas" {
1556
1586
  /**
1557
1587
  * The function to be called when the event occurs
1558
1588
  */
1559
- fnFunction: (p1: Event) => void,
1589
+ fnFunction: (p1: Event<$AreasEdgeContextMenuEventParameters>) => void,
1560
1590
  /**
1561
1591
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
1562
1592
  */
@@ -1579,7 +1609,7 @@ declare module "sap/ui/vbm/Areas" {
1579
1609
  /**
1580
1610
  * The function to be called, when the event occurs
1581
1611
  */
1582
- fnFunction: (p1: Event) => void,
1612
+ fnFunction: (p1: Event<$AreasEdgeClickEventParameters>) => void,
1583
1613
  /**
1584
1614
  * Context object on which the given function had to be called
1585
1615
  */
@@ -1597,7 +1627,7 @@ declare module "sap/ui/vbm/Areas" {
1597
1627
  /**
1598
1628
  * The function to be called, when the event occurs
1599
1629
  */
1600
- fnFunction: (p1: Event) => void,
1630
+ fnFunction: (p1: Event<$AreasEdgeContextMenuEventParameters>) => void,
1601
1631
  /**
1602
1632
  * Context object on which the given function had to be called
1603
1633
  */
@@ -1614,17 +1644,7 @@ declare module "sap/ui/vbm/Areas" {
1614
1644
  /**
1615
1645
  * Parameters to pass along with the event
1616
1646
  */
1617
- mParameters?: {
1618
- /**
1619
- * Clicked instance
1620
- */
1621
- instance?: Area;
1622
- /**
1623
- * The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
1624
- * to point 2 has number 0
1625
- */
1626
- edge?: int;
1627
- }
1647
+ mParameters?: $AreasEdgeClickEventParameters
1628
1648
  ): this;
1629
1649
  /**
1630
1650
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -1637,17 +1657,7 @@ declare module "sap/ui/vbm/Areas" {
1637
1657
  /**
1638
1658
  * Parameters to pass along with the event
1639
1659
  */
1640
- mParameters?: {
1641
- /**
1642
- * Clicked instance
1643
- */
1644
- instance?: Area;
1645
- /**
1646
- * The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
1647
- * to point 2 has number 0
1648
- */
1649
- edge?: int;
1650
- }
1660
+ mParameters?: $AreasEdgeContextMenuEventParameters
1651
1661
  ): this;
1652
1662
  /**
1653
1663
  * Gets content of aggregation {@link #getItems items}.
@@ -1733,6 +1743,7 @@ declare module "sap/ui/vbm/Areas" {
1733
1743
  bPosChangeable?: boolean
1734
1744
  ): this;
1735
1745
  }
1746
+ export default Areas;
1736
1747
 
1737
1748
  export interface $AreasSettings extends $VoAggregationSettings {
1738
1749
  /**
@@ -1749,12 +1760,40 @@ declare module "sap/ui/vbm/Areas" {
1749
1760
  /**
1750
1761
  * This event is raised when the edge of an Area is clicked.
1751
1762
  */
1752
- edgeClick?: (oEvent: Event) => void;
1763
+ edgeClick?: (oEvent: Event<$AreasEdgeClickEventParameters>) => void;
1753
1764
 
1754
1765
  /**
1755
1766
  * This event is raised when the edge of an Area is right clicked.
1756
1767
  */
1757
- edgeContextMenu?: (oEvent: Event) => void;
1768
+ edgeContextMenu?: (
1769
+ oEvent: Event<$AreasEdgeContextMenuEventParameters>
1770
+ ) => void;
1771
+ }
1772
+
1773
+ export interface $AreasEdgeClickEventParameters {
1774
+ /**
1775
+ * Clicked instance
1776
+ */
1777
+ instance?: Area;
1778
+
1779
+ /**
1780
+ * The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
1781
+ * to point 2 has number 0
1782
+ */
1783
+ edge?: int;
1784
+ }
1785
+
1786
+ export interface $AreasEdgeContextMenuEventParameters {
1787
+ /**
1788
+ * Clicked instance
1789
+ */
1790
+ instance?: Area;
1791
+
1792
+ /**
1793
+ * The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
1794
+ * to point 2 has number 0
1795
+ */
1796
+ edge?: int;
1758
1797
  }
1759
1798
  }
1760
1799
 
@@ -1772,7 +1811,7 @@ declare module "sap/ui/vbm/Box" {
1772
1811
  * Since the actual size of a box may depend on the zoom level it might be only partly visible. Thus detail
1773
1812
  * windows will open at the click position.
1774
1813
  */
1775
- export default class Box extends VoBase {
1814
+ class Box extends VoBase {
1776
1815
  /**
1777
1816
  * Constructor for a new Box.
1778
1817
  *
@@ -1942,6 +1981,7 @@ declare module "sap/ui/vbm/Box" {
1942
1981
  sScale?: string
1943
1982
  ): this;
1944
1983
  }
1984
+ export default Box;
1945
1985
 
1946
1986
  export interface $BoxSettings extends $VoBaseSettings {
1947
1987
  /**
@@ -1984,7 +2024,7 @@ declare module "sap/ui/vbm/Boxes" {
1984
2024
  /**
1985
2025
  * Type specific Visual Object aggregation for Box instances.
1986
2026
  */
1987
- export default class Boxes extends VoAggregation {
2027
+ class Boxes extends VoAggregation {
1988
2028
  /**
1989
2029
  * Constructor for a new Boxes.
1990
2030
  *
@@ -2175,6 +2215,7 @@ declare module "sap/ui/vbm/Boxes" {
2175
2215
  bScaleChangeable?: boolean
2176
2216
  ): this;
2177
2217
  }
2218
+ export default Boxes;
2178
2219
 
2179
2220
  export interface $BoxesSettings extends $VoAggregationSettings {
2180
2221
  /**
@@ -2207,7 +2248,7 @@ declare module "sap/ui/vbm/Circle" {
2207
2248
  * Specific Visual Object element for an Circle. A Circle is positioned with its centerpoint at the
2208
2249
  * given position. The detail window will open at the center of the circle.
2209
2250
  */
2210
- export default class Circle extends VoBase {
2251
+ class Circle extends VoBase {
2211
2252
  /**
2212
2253
  * Constructor for a new Circle.
2213
2254
  *
@@ -2400,6 +2441,7 @@ declare module "sap/ui/vbm/Circle" {
2400
2441
  sSlices?: string
2401
2442
  ): this;
2402
2443
  }
2444
+ export default Circle;
2403
2445
 
2404
2446
  export interface $CircleSettings extends $VoBaseSettings {
2405
2447
  /**
@@ -2447,7 +2489,7 @@ declare module "sap/ui/vbm/Circles" {
2447
2489
  /**
2448
2490
  * Type specific Visual Object aggregation for Circle elements.
2449
2491
  */
2450
- export default class Circles extends VoAggregation {
2492
+ class Circles extends VoAggregation {
2451
2493
  /**
2452
2494
  * Constructor for a new Circles.
2453
2495
  *
@@ -2638,6 +2680,7 @@ declare module "sap/ui/vbm/Circles" {
2638
2680
  bRadiusChangeable?: boolean
2639
2681
  ): this;
2640
2682
  }
2683
+ export default Circles;
2641
2684
 
2642
2685
  export interface $CirclesSettings extends $VoAggregationSettings {
2643
2686
  /**
@@ -2680,7 +2723,7 @@ declare module "sap/ui/vbm/Cluster" {
2680
2723
  * defined and may overrule the semantic icon; if no icon is defined ( and no type) then the semantic icon
2681
2724
  * for type inactive is chosen.
2682
2725
  */
2683
- export default class Cluster extends Control {
2726
+ class Cluster extends Control {
2684
2727
  /**
2685
2728
  * Constructor for a new Cluster.
2686
2729
  *
@@ -2840,6 +2883,7 @@ declare module "sap/ui/vbm/Cluster" {
2840
2883
  sType?: SemanticType | keyof typeof SemanticType
2841
2884
  ): this;
2842
2885
  }
2886
+ export default Cluster;
2843
2887
 
2844
2888
  export interface $ClusterSettings extends $ControlSettings {
2845
2889
  /**
@@ -2873,8 +2917,6 @@ declare module "sap/ui/vbm/ClusterBase" {
2873
2917
 
2874
2918
  import Event from "sap/ui/base/Event";
2875
2919
 
2876
- import Menu from "sap/ui/unified/Menu";
2877
-
2878
2920
  import { CSSColor } from "sap/ui/core/library";
2879
2921
 
2880
2922
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -2885,6 +2927,8 @@ declare module "sap/ui/vbm/ClusterBase" {
2885
2927
 
2886
2928
  import ClusterContainer from "sap/ui/vbm/ClusterContainer";
2887
2929
 
2930
+ import Menu from "sap/ui/unified/Menu";
2931
+
2888
2932
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2889
2933
 
2890
2934
  /**
@@ -2903,7 +2947,7 @@ declare module "sap/ui/vbm/ClusterBase" {
2903
2947
  * The actual color, font, size, and positioning of the text can be influence via property `textSettings`.
2904
2948
  * For interaction with the cluster you can use the events provided by the spot.
2905
2949
  */
2906
- export default class ClusterBase extends UI5Element {
2950
+ class ClusterBase extends UI5Element {
2907
2951
  /**
2908
2952
  * Constructor for a new ClusterBase.
2909
2953
  *
@@ -2983,7 +3027,7 @@ declare module "sap/ui/vbm/ClusterBase" {
2983
3027
  /**
2984
3028
  * The function to be called when the event occurs
2985
3029
  */
2986
- fnFunction: (p1: Event) => void,
3030
+ fnFunction: (p1: Event<$ClusterBaseClickEventParameters>) => void,
2987
3031
  /**
2988
3032
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
2989
3033
  */
@@ -3003,7 +3047,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3003
3047
  /**
3004
3048
  * The function to be called when the event occurs
3005
3049
  */
3006
- fnFunction: (p1: Event) => void,
3050
+ fnFunction: (p1: Event<$ClusterBaseClickEventParameters>) => void,
3007
3051
  /**
3008
3052
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
3009
3053
  */
@@ -3028,7 +3072,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3028
3072
  /**
3029
3073
  * The function to be called when the event occurs
3030
3074
  */
3031
- fnFunction: (p1: Event) => void,
3075
+ fnFunction: (p1: Event<$ClusterBaseContextMenuEventParameters>) => void,
3032
3076
  /**
3033
3077
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
3034
3078
  */
@@ -3048,7 +3092,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3048
3092
  /**
3049
3093
  * The function to be called when the event occurs
3050
3094
  */
3051
- fnFunction: (p1: Event) => void,
3095
+ fnFunction: (p1: Event<$ClusterBaseContextMenuEventParameters>) => void,
3052
3096
  /**
3053
3097
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
3054
3098
  */
@@ -3077,7 +3121,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3077
3121
  /**
3078
3122
  * The function to be called, when the event occurs
3079
3123
  */
3080
- fnFunction: (p1: Event) => void,
3124
+ fnFunction: (p1: Event<$ClusterBaseClickEventParameters>) => void,
3081
3125
  /**
3082
3126
  * Context object on which the given function had to be called
3083
3127
  */
@@ -3094,7 +3138,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3094
3138
  /**
3095
3139
  * The function to be called, when the event occurs
3096
3140
  */
3097
- fnFunction: (p1: Event) => void,
3141
+ fnFunction: (p1: Event<$ClusterBaseContextMenuEventParameters>) => void,
3098
3142
  /**
3099
3143
  * Context object on which the given function had to be called
3100
3144
  */
@@ -3111,12 +3155,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3111
3155
  /**
3112
3156
  * Parameters to pass along with the event
3113
3157
  */
3114
- mParameters?: {
3115
- /**
3116
- * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
3117
- */
3118
- clusterID?: string;
3119
- }
3158
+ mParameters?: $ClusterBaseClickEventParameters
3120
3159
  ): this;
3121
3160
  /**
3122
3161
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -3129,16 +3168,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3129
3168
  /**
3130
3169
  * Parameters to pass along with the event
3131
3170
  */
3132
- mParameters?: {
3133
- /**
3134
- * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
3135
- */
3136
- clusterID?: string;
3137
- /**
3138
- * Menu to open
3139
- */
3140
- menu?: Menu;
3141
- }
3171
+ mParameters?: $ClusterBaseContextMenuEventParameters
3142
3172
  ): this;
3143
3173
  /**
3144
3174
  * Gets current value of property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
@@ -3372,6 +3402,7 @@ declare module "sap/ui/vbm/ClusterBase" {
3372
3402
  oVizVo: Spot
3373
3403
  ): this;
3374
3404
  }
3405
+ export default ClusterBase;
3375
3406
 
3376
3407
  export interface $ClusterBaseSettings extends $ElementSettings {
3377
3408
  /**
@@ -3420,12 +3451,33 @@ declare module "sap/ui/vbm/ClusterBase" {
3420
3451
  /**
3421
3452
  * The event is raised when there is a click action on a Cluster Object.
3422
3453
  */
3423
- click?: (oEvent: Event) => void;
3454
+ click?: (oEvent: Event<$ClusterBaseClickEventParameters>) => void;
3424
3455
 
3425
3456
  /**
3426
3457
  * The event is raised when there is a right click or a tap and hold action on a Cluster.
3427
3458
  */
3428
- contextMenu?: (oEvent: Event) => void;
3459
+ contextMenu?: (
3460
+ oEvent: Event<$ClusterBaseContextMenuEventParameters>
3461
+ ) => void;
3462
+ }
3463
+
3464
+ export interface $ClusterBaseClickEventParameters {
3465
+ /**
3466
+ * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
3467
+ */
3468
+ clusterID?: string;
3469
+ }
3470
+
3471
+ export interface $ClusterBaseContextMenuEventParameters {
3472
+ /**
3473
+ * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
3474
+ */
3475
+ clusterID?: string;
3476
+
3477
+ /**
3478
+ * Menu to open
3479
+ */
3480
+ menu?: Menu;
3429
3481
  }
3430
3482
  }
3431
3483
 
@@ -3446,7 +3498,7 @@ declare module "sap/ui/vbm/ClusterContainer" {
3446
3498
  * click may only be fired if the aggregated control is not handling them. The properties are not changeable
3447
3499
  * as well as the aggregated item. Only read access is possible**
3448
3500
  */
3449
- export default class ClusterContainer extends Container {
3501
+ class ClusterContainer extends Container {
3450
3502
  /**
3451
3503
  * Constructor for a new ClusterContainer.
3452
3504
  *
@@ -3454,8 +3506,8 @@ declare module "sap/ui/vbm/ClusterContainer" {
3454
3506
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3455
3507
  * of the syntax of the settings object.
3456
3508
  *
3457
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor
3458
- * sap.ui.vbm.Container} can be used.
3509
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor sap.ui.vbm.Container }
3510
+ * can be used.
3459
3511
  */
3460
3512
  constructor(
3461
3513
  /**
@@ -3470,8 +3522,8 @@ declare module "sap/ui/vbm/ClusterContainer" {
3470
3522
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3471
3523
  * of the syntax of the settings object.
3472
3524
  *
3473
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor
3474
- * sap.ui.vbm.Container} can be used.
3525
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor sap.ui.vbm.Container }
3526
+ * can be used.
3475
3527
  */
3476
3528
  constructor(
3477
3529
  /**
@@ -3514,6 +3566,7 @@ declare module "sap/ui/vbm/ClusterContainer" {
3514
3566
  */
3515
3567
  static getMetadata(): ElementMetadata;
3516
3568
  }
3569
+ export default ClusterContainer;
3517
3570
 
3518
3571
  export interface $ClusterContainerSettings extends $ContainerSettings {}
3519
3572
  }
@@ -3536,7 +3589,7 @@ declare module "sap/ui/vbm/ClusterDistance" {
3536
3589
  * of gravity of the covered objects. Thus the actual distance between them may vary.
3537
3590
  * This clustering is fast, but the results may not be very convincing.
3538
3591
  */
3539
- export default class ClusterDistance extends ClusterBase {
3592
+ class ClusterDistance extends ClusterBase {
3540
3593
  /**
3541
3594
  * Constructor for a new ClusterDistance.
3542
3595
  *
@@ -3629,6 +3682,7 @@ declare module "sap/ui/vbm/ClusterDistance" {
3629
3682
  iDistance?: int
3630
3683
  ): this;
3631
3684
  }
3685
+ export default ClusterDistance;
3632
3686
 
3633
3687
  export interface $ClusterDistanceSettings extends $ClusterBaseSettings {
3634
3688
  /**
@@ -3655,7 +3709,7 @@ declare module "sap/ui/vbm/ClusterGrid" {
3655
3709
  * is possible to have multiple grid based clusters. The visualization object is placed in the center of
3656
3710
  * the grid cell plus a given offset.
3657
3711
  */
3658
- export default class ClusterGrid extends ClusterBase {
3712
+ class ClusterGrid extends ClusterBase {
3659
3713
  /**
3660
3714
  * Constructor for a new ClusterGrid.
3661
3715
  *
@@ -3877,6 +3931,7 @@ declare module "sap/ui/vbm/ClusterGrid" {
3877
3931
  iOrderIndex?: int
3878
3932
  ): this;
3879
3933
  }
3934
+ export default ClusterGrid;
3880
3935
 
3881
3936
  export interface $ClusterGridSettings extends $ClusterBaseSettings {
3882
3937
  /**
@@ -3927,7 +3982,7 @@ declare module "sap/ui/vbm/ClusterTree" {
3927
3982
  * clustering is based on the areas in the Voronoi diagram and cluster objects get aggregated to a hierarchy
3928
3983
  * over several levels of detail.
3929
3984
  */
3930
- export default class ClusterTree extends ClusterBase {
3985
+ class ClusterTree extends ClusterBase {
3931
3986
  /**
3932
3987
  * Constructor for a new ClusterTree.
3933
3988
  *
@@ -4016,6 +4071,7 @@ declare module "sap/ui/vbm/ClusterTree" {
4016
4071
  bAnimateClusterSplit?: boolean
4017
4072
  ): this;
4018
4073
  }
4074
+ export default ClusterTree;
4019
4075
 
4020
4076
  export interface $ClusterTreeSettings extends $ClusterBaseSettings {
4021
4077
  /**
@@ -4041,7 +4097,7 @@ declare module "sap/ui/vbm/Container" {
4041
4097
  * There is no label, no edit mode, and no drop support. Events like click will only be fired if the aggregated
4042
4098
  * control is not handling them.**
4043
4099
  */
4044
- export default class Container extends VoBase {
4100
+ class Container extends VoBase {
4045
4101
  /**
4046
4102
  * Constructor for a new Container.
4047
4103
  *
@@ -4180,6 +4236,7 @@ declare module "sap/ui/vbm/Container" {
4180
4236
  sPosition?: string
4181
4237
  ): this;
4182
4238
  }
4239
+ export default Container;
4183
4240
 
4184
4241
  export interface $ContainerSettings extends $VoBaseSettings {
4185
4242
  /**
@@ -4216,7 +4273,7 @@ declare module "sap/ui/vbm/Containers" {
4216
4273
  /**
4217
4274
  * Type specific Visual Object aggregation for Container instances.
4218
4275
  */
4219
- export default class Containers extends VoAggregation {
4276
+ class Containers extends VoAggregation {
4220
4277
  /**
4221
4278
  * Constructor for a new Containers.
4222
4279
  *
@@ -4349,6 +4406,7 @@ declare module "sap/ui/vbm/Containers" {
4349
4406
  vItem: int | string | Container
4350
4407
  ): Container | null;
4351
4408
  }
4409
+ export default Containers;
4352
4410
 
4353
4411
  export interface $ContainersSettings extends $VoAggregationSettings {
4354
4412
  /**
@@ -4368,7 +4426,7 @@ declare module "sap/ui/vbm/DragSource" {
4368
4426
  /**
4369
4427
  * DragSource Aggregation element
4370
4428
  */
4371
- export default class DragSource extends UI5Element {
4429
+ class DragSource extends UI5Element {
4372
4430
  /**
4373
4431
  * Constructor for a new DragSource.
4374
4432
  *
@@ -4453,6 +4511,7 @@ declare module "sap/ui/vbm/DragSource" {
4453
4511
  sType?: string
4454
4512
  ): this;
4455
4513
  }
4514
+ export default DragSource;
4456
4515
 
4457
4516
  export interface $DragSourceSettings extends $ElementSettings {
4458
4517
  /**
@@ -4472,7 +4531,7 @@ declare module "sap/ui/vbm/DropTarget" {
4472
4531
  /**
4473
4532
  * DropTarget Aggregation element
4474
4533
  */
4475
- export default class DropTarget extends UI5Element {
4534
+ class DropTarget extends UI5Element {
4476
4535
  /**
4477
4536
  * Constructor for a new DropTarget.
4478
4537
  *
@@ -4557,6 +4616,7 @@ declare module "sap/ui/vbm/DropTarget" {
4557
4616
  sType?: string
4558
4617
  ): this;
4559
4618
  }
4619
+ export default DropTarget;
4560
4620
 
4561
4621
  export interface $DropTargetSettings extends $ElementSettings {
4562
4622
  /**
@@ -4571,19 +4631,19 @@ declare module "sap/ui/vbm/Feature" {
4571
4631
 
4572
4632
  import Event from "sap/ui/base/Event";
4573
4633
 
4574
- import Menu from "sap/ui/unified/Menu";
4575
-
4576
4634
  import { CSSColor } from "sap/ui/core/library";
4577
4635
 
4578
4636
  import ElementMetadata from "sap/ui/core/ElementMetadata";
4579
4637
 
4580
4638
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4581
4639
 
4640
+ import Menu from "sap/ui/unified/Menu";
4641
+
4582
4642
  /**
4583
4643
  * The Feature element can be added to the items aggregation of a FeatureCollection. By matching
4584
4644
  * the id it allows to redefine the color of a GeoJSON feature and adds interactivity.
4585
4645
  */
4586
- export default class Feature extends UI5Element {
4646
+ class Feature extends UI5Element {
4587
4647
  /**
4588
4648
  * Constructor for a new Feature.
4589
4649
  *
@@ -4708,7 +4768,7 @@ declare module "sap/ui/vbm/Feature" {
4708
4768
  /**
4709
4769
  * The function to be called when the event occurs
4710
4770
  */
4711
- fnFunction: (p1: Event) => void,
4771
+ fnFunction: (p1: Event<$FeatureContextMenuEventParameters>) => void,
4712
4772
  /**
4713
4773
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
4714
4774
  */
@@ -4728,7 +4788,7 @@ declare module "sap/ui/vbm/Feature" {
4728
4788
  /**
4729
4789
  * The function to be called when the event occurs
4730
4790
  */
4731
- fnFunction: (p1: Event) => void,
4791
+ fnFunction: (p1: Event<$FeatureContextMenuEventParameters>) => void,
4732
4792
  /**
4733
4793
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
4734
4794
  */
@@ -4762,7 +4822,7 @@ declare module "sap/ui/vbm/Feature" {
4762
4822
  /**
4763
4823
  * The function to be called, when the event occurs
4764
4824
  */
4765
- fnFunction: (p1: Event) => void,
4825
+ fnFunction: (p1: Event<$FeatureContextMenuEventParameters>) => void,
4766
4826
  /**
4767
4827
  * Context object on which the given function had to be called
4768
4828
  */
@@ -4792,12 +4852,7 @@ declare module "sap/ui/vbm/Feature" {
4792
4852
  /**
4793
4853
  * Parameters to pass along with the event
4794
4854
  */
4795
- mParameters?: {
4796
- /**
4797
- * Menu object to be used with openContextMenu().
4798
- */
4799
- menu?: Menu;
4800
- }
4855
+ mParameters?: $FeatureContextMenuEventParameters
4801
4856
  ): this;
4802
4857
  /**
4803
4858
  * Gets current value of property {@link #getColor color}.
@@ -4872,6 +4927,7 @@ declare module "sap/ui/vbm/Feature" {
4872
4927
  sFeatureId?: string
4873
4928
  ): this;
4874
4929
  }
4930
+ export default Feature;
4875
4931
 
4876
4932
  export interface $FeatureSettings extends $ElementSettings {
4877
4933
  /**
@@ -4892,7 +4948,16 @@ declare module "sap/ui/vbm/Feature" {
4892
4948
  /**
4893
4949
  * The event is raised when there is a right click or a tap and hold action on a Feature.
4894
4950
  */
4895
- contextMenu?: (oEvent: Event) => void;
4951
+ contextMenu?: (oEvent: Event<$FeatureContextMenuEventParameters>) => void;
4952
+ }
4953
+
4954
+ export interface $FeatureClickEventParameters {}
4955
+
4956
+ export interface $FeatureContextMenuEventParameters {
4957
+ /**
4958
+ * Menu object to be used with openContextMenu().
4959
+ */
4960
+ menu?: Menu;
4896
4961
  }
4897
4962
  }
4898
4963
 
@@ -4900,6 +4965,8 @@ declare module "sap/ui/vbm/FeatureCollection" {
4900
4965
  import {
4901
4966
  default as GeoJsonLayer,
4902
4967
  $GeoJsonLayerSettings,
4968
+ $GeoJsonLayerClickEventParameters,
4969
+ $GeoJsonLayerContextMenuEventParameters,
4903
4970
  } from "sap/ui/vbm/GeoJsonLayer";
4904
4971
 
4905
4972
  import Feature from "sap/ui/vbm/Feature";
@@ -4921,7 +4988,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
4921
4988
  * By adding Feature elements to the items aggregation you can make the match (by id) feature from
4922
4989
  * the GeoJSON interactive and give it alternative colors.
4923
4990
  */
4924
- export default class FeatureCollection extends GeoJsonLayer {
4991
+ class FeatureCollection extends GeoJsonLayer {
4925
4992
  /**
4926
4993
  * Constructor for a new FeatureCollection.
4927
4994
  *
@@ -5013,7 +5080,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5013
5080
  /**
5014
5081
  * The function to be called when the event occurs
5015
5082
  */
5016
- fnFunction: (p1: Event) => void,
5083
+ fnFunction: (p1: Event<$FeatureCollectionClickEventParameters>) => void,
5017
5084
  /**
5018
5085
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
5019
5086
  */
@@ -5034,7 +5101,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5034
5101
  /**
5035
5102
  * The function to be called when the event occurs
5036
5103
  */
5037
- fnFunction: (p1: Event) => void,
5104
+ fnFunction: (p1: Event<$FeatureCollectionClickEventParameters>) => void,
5038
5105
  /**
5039
5106
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
5040
5107
  */
@@ -5060,7 +5127,9 @@ declare module "sap/ui/vbm/FeatureCollection" {
5060
5127
  /**
5061
5128
  * The function to be called when the event occurs
5062
5129
  */
5063
- fnFunction: (p1: Event) => void,
5130
+ fnFunction: (
5131
+ p1: Event<$FeatureCollectionContextMenuEventParameters>
5132
+ ) => void,
5064
5133
  /**
5065
5134
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
5066
5135
  */
@@ -5081,7 +5150,9 @@ declare module "sap/ui/vbm/FeatureCollection" {
5081
5150
  /**
5082
5151
  * The function to be called when the event occurs
5083
5152
  */
5084
- fnFunction: (p1: Event) => void,
5153
+ fnFunction: (
5154
+ p1: Event<$FeatureCollectionContextMenuEventParameters>
5155
+ ) => void,
5085
5156
  /**
5086
5157
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
5087
5158
  */
@@ -5104,7 +5175,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5104
5175
  /**
5105
5176
  * The function to be called, when the event occurs
5106
5177
  */
5107
- fnFunction: (p1: Event) => void,
5178
+ fnFunction: (p1: Event<$FeatureCollectionClickEventParameters>) => void,
5108
5179
  /**
5109
5180
  * Context object on which the given function had to be called
5110
5181
  */
@@ -5121,7 +5192,9 @@ declare module "sap/ui/vbm/FeatureCollection" {
5121
5192
  /**
5122
5193
  * The function to be called, when the event occurs
5123
5194
  */
5124
- fnFunction: (p1: Event) => void,
5195
+ fnFunction: (
5196
+ p1: Event<$FeatureCollectionContextMenuEventParameters>
5197
+ ) => void,
5125
5198
  /**
5126
5199
  * Context object on which the given function had to be called
5127
5200
  */
@@ -5138,12 +5211,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5138
5211
  /**
5139
5212
  * Parameters to pass along with the event
5140
5213
  */
5141
- mParameters?: {
5142
- /**
5143
- * Id of clicked Feature
5144
- */
5145
- featureId?: string;
5146
- }
5214
+ mParameters?: $FeatureCollectionClickEventParameters
5147
5215
  ): this;
5148
5216
  /**
5149
5217
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -5156,12 +5224,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5156
5224
  /**
5157
5225
  * Parameters to pass along with the event
5158
5226
  */
5159
- mParameters?: {
5160
- /**
5161
- * Id of clicked Feature
5162
- */
5163
- featureId?: string;
5164
- }
5227
+ mParameters?: $FeatureCollectionContextMenuEventParameters
5165
5228
  ): this;
5166
5229
  /**
5167
5230
  * Returns Properties for Features like name, bounding box, and midpoint
@@ -5231,6 +5294,7 @@ declare module "sap/ui/vbm/FeatureCollection" {
5231
5294
  vItem: int | string | Feature
5232
5295
  ): Feature | null;
5233
5296
  }
5297
+ export default FeatureCollection;
5234
5298
 
5235
5299
  export interface $FeatureCollectionSettings extends $GeoJsonLayerSettings {
5236
5300
  /**
@@ -5242,14 +5306,22 @@ declare module "sap/ui/vbm/FeatureCollection" {
5242
5306
  * The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
5243
5307
  * the GeoJSON are ignored.
5244
5308
  */
5245
- click?: (oEvent: Event) => void;
5309
+ click?: (oEvent: Event<$FeatureCollectionClickEventParameters>) => void;
5246
5310
 
5247
5311
  /**
5248
5312
  * The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
5249
5313
  * on other Features from the GeoJSON are ignored.
5250
5314
  */
5251
- contextMenu?: (oEvent: Event) => void;
5315
+ contextMenu?: (
5316
+ oEvent: Event<$FeatureCollectionContextMenuEventParameters>
5317
+ ) => void;
5252
5318
  }
5319
+
5320
+ export interface $FeatureCollectionClickEventParameters
5321
+ extends $GeoJsonLayerClickEventParameters {}
5322
+
5323
+ export interface $FeatureCollectionContextMenuEventParameters
5324
+ extends $GeoJsonLayerContextMenuEventParameters {}
5253
5325
  }
5254
5326
 
5255
5327
  declare module "sap/ui/vbm/GeoCircle" {
@@ -5264,7 +5336,7 @@ declare module "sap/ui/vbm/GeoCircle" {
5264
5336
  * at the given position. Since the actual size of a geocircle may depend on the zoom level it might
5265
5337
  * be only partly visible. Thus detail windows will open at the click position.
5266
5338
  */
5267
- export default class GeoCircle extends VoBase {
5339
+ class GeoCircle extends VoBase {
5268
5340
  /**
5269
5341
  * Constructor for a new GeoCircle.
5270
5342
  *
@@ -5461,6 +5533,7 @@ declare module "sap/ui/vbm/GeoCircle" {
5461
5533
  sSlices?: string
5462
5534
  ): this;
5463
5535
  }
5536
+ export default GeoCircle;
5464
5537
 
5465
5538
  export interface $GeoCircleSettings extends $VoBaseSettings {
5466
5539
  /**
@@ -5508,7 +5581,7 @@ declare module "sap/ui/vbm/GeoCircles" {
5508
5581
  /**
5509
5582
  * Type specific Visual Object aggregation for GeoCircle elements.
5510
5583
  */
5511
- export default class GeoCircles extends VoAggregation {
5584
+ class GeoCircles extends VoAggregation {
5512
5585
  /**
5513
5586
  * Constructor for a new GeoCircles.
5514
5587
  *
@@ -5699,6 +5772,7 @@ declare module "sap/ui/vbm/GeoCircles" {
5699
5772
  bRadiusChangeable?: boolean
5700
5773
  ): this;
5701
5774
  }
5775
+ export default GeoCircles;
5702
5776
 
5703
5777
  export interface $GeoCirclesSettings extends $VoAggregationSettings {
5704
5778
  /**
@@ -5749,7 +5823,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5749
5823
  * The GeoJSON can be given as a URL using property srcURL, directly as object using property data,
5750
5824
  * or as a combination of both.
5751
5825
  */
5752
- export default class GeoJsonLayer extends UI5Element {
5826
+ class GeoJsonLayer extends UI5Element {
5753
5827
  /**
5754
5828
  * Constructor for a new GeoJsonLayer.
5755
5829
  *
@@ -5850,7 +5924,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5850
5924
  /**
5851
5925
  * The function to be called when the event occurs
5852
5926
  */
5853
- fnFunction: (p1: Event) => void,
5927
+ fnFunction: (p1: Event<$GeoJsonLayerClickEventParameters>) => void,
5854
5928
  /**
5855
5929
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
5856
5930
  */
@@ -5871,7 +5945,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5871
5945
  /**
5872
5946
  * The function to be called when the event occurs
5873
5947
  */
5874
- fnFunction: (p1: Event) => void,
5948
+ fnFunction: (p1: Event<$GeoJsonLayerClickEventParameters>) => void,
5875
5949
  /**
5876
5950
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
5877
5951
  */
@@ -5897,7 +5971,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5897
5971
  /**
5898
5972
  * The function to be called when the event occurs
5899
5973
  */
5900
- fnFunction: (p1: Event) => void,
5974
+ fnFunction: (p1: Event<$GeoJsonLayerContextMenuEventParameters>) => void,
5901
5975
  /**
5902
5976
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
5903
5977
  */
@@ -5918,7 +5992,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5918
5992
  /**
5919
5993
  * The function to be called when the event occurs
5920
5994
  */
5921
- fnFunction: (p1: Event) => void,
5995
+ fnFunction: (p1: Event<$GeoJsonLayerContextMenuEventParameters>) => void,
5922
5996
  /**
5923
5997
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
5924
5998
  */
@@ -5941,7 +6015,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5941
6015
  /**
5942
6016
  * The function to be called, when the event occurs
5943
6017
  */
5944
- fnFunction: (p1: Event) => void,
6018
+ fnFunction: (p1: Event<$GeoJsonLayerClickEventParameters>) => void,
5945
6019
  /**
5946
6020
  * Context object on which the given function had to be called
5947
6021
  */
@@ -5958,7 +6032,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5958
6032
  /**
5959
6033
  * The function to be called, when the event occurs
5960
6034
  */
5961
- fnFunction: (p1: Event) => void,
6035
+ fnFunction: (p1: Event<$GeoJsonLayerContextMenuEventParameters>) => void,
5962
6036
  /**
5963
6037
  * Context object on which the given function had to be called
5964
6038
  */
@@ -5975,12 +6049,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5975
6049
  /**
5976
6050
  * Parameters to pass along with the event
5977
6051
  */
5978
- mParameters?: {
5979
- /**
5980
- * Id of clicked Feature
5981
- */
5982
- featureId?: string;
5983
- }
6052
+ mParameters?: $GeoJsonLayerClickEventParameters
5984
6053
  ): this;
5985
6054
  /**
5986
6055
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -5993,17 +6062,12 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
5993
6062
  /**
5994
6063
  * Parameters to pass along with the event
5995
6064
  */
5996
- mParameters?: {
5997
- /**
5998
- * Id of clicked Feature
5999
- */
6000
- featureId?: string;
6001
- }
6065
+ mParameters?: $GeoJsonLayerContextMenuEventParameters
6002
6066
  ): this;
6003
6067
  /**
6004
6068
  * Gets current value of property {@link #getData data}.
6005
6069
  *
6006
- * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
6070
+ * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
6007
6071
  * or array of such objects
6008
6072
  *
6009
6073
  * @returns Value of property `data`
@@ -6156,7 +6220,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
6156
6220
  /**
6157
6221
  * Sets a new value for property {@link #getData data}.
6158
6222
  *
6159
- * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
6223
+ * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
6160
6224
  * or array of such objects
6161
6225
  *
6162
6226
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -6236,6 +6300,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
6236
6300
  sSrcURL?: string
6237
6301
  ): this;
6238
6302
  }
6303
+ export default GeoJsonLayer;
6239
6304
 
6240
6305
  export interface $GeoJsonLayerSettings extends $ElementSettings {
6241
6306
  /**
@@ -6244,7 +6309,7 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
6244
6309
  srcURL?: string | PropertyBindingInfo;
6245
6310
 
6246
6311
  /**
6247
- * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
6312
+ * GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
6248
6313
  * or array of such objects
6249
6314
  */
6250
6315
  data?: object | PropertyBindingInfo | `{${string}}`;
@@ -6273,13 +6338,29 @@ declare module "sap/ui/vbm/GeoJsonLayer" {
6273
6338
  * The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
6274
6339
  * the GeoJSON are ignored.
6275
6340
  */
6276
- click?: (oEvent: Event) => void;
6341
+ click?: (oEvent: Event<$GeoJsonLayerClickEventParameters>) => void;
6277
6342
 
6278
6343
  /**
6279
6344
  * The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
6280
6345
  * on other Features from the GeoJSON are ignored.
6281
6346
  */
6282
- contextMenu?: (oEvent: Event) => void;
6347
+ contextMenu?: (
6348
+ oEvent: Event<$GeoJsonLayerContextMenuEventParameters>
6349
+ ) => void;
6350
+ }
6351
+
6352
+ export interface $GeoJsonLayerClickEventParameters {
6353
+ /**
6354
+ * Id of clicked Feature
6355
+ */
6356
+ featureId?: string;
6357
+ }
6358
+
6359
+ export interface $GeoJsonLayerContextMenuEventParameters {
6360
+ /**
6361
+ * Id of clicked Feature
6362
+ */
6363
+ featureId?: string;
6283
6364
  }
6284
6365
  }
6285
6366
 
@@ -6327,7 +6408,7 @@ declare module "sap/ui/vbm/GeoMap" {
6327
6408
  * an arbitrary number of VO aggregations can be assigned to the vos aggregation.
6328
6409
  * The second aggregation featureCollections allows the use of GeoJSON as source for visual objects.
6329
6410
  */
6330
- export default class GeoMap extends VBI {
6411
+ class GeoMap extends VBI {
6331
6412
  /**
6332
6413
  * Constructor for a new GeoMap.
6333
6414
  *
@@ -6465,7 +6546,7 @@ declare module "sap/ui/vbm/GeoMap" {
6465
6546
  /**
6466
6547
  * The function to be called when the event occurs
6467
6548
  */
6468
- fnFunction: (p1: Event) => void,
6549
+ fnFunction: (p1: Event<$GeoMapCenterChangedEventParameters>) => void,
6469
6550
  /**
6470
6551
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6471
6552
  */
@@ -6485,7 +6566,7 @@ declare module "sap/ui/vbm/GeoMap" {
6485
6566
  /**
6486
6567
  * The function to be called when the event occurs
6487
6568
  */
6488
- fnFunction: (p1: Event) => void,
6569
+ fnFunction: (p1: Event<$GeoMapCenterChangedEventParameters>) => void,
6489
6570
  /**
6490
6571
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6491
6572
  */
@@ -6510,7 +6591,7 @@ declare module "sap/ui/vbm/GeoMap" {
6510
6591
  /**
6511
6592
  * The function to be called when the event occurs
6512
6593
  */
6513
- fnFunction: (p1: Event) => void,
6594
+ fnFunction: (p1: Event<$GeoMapClickEventParameters>) => void,
6514
6595
  /**
6515
6596
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6516
6597
  */
@@ -6530,7 +6611,7 @@ declare module "sap/ui/vbm/GeoMap" {
6530
6611
  /**
6531
6612
  * The function to be called when the event occurs
6532
6613
  */
6533
- fnFunction: (p1: Event) => void,
6614
+ fnFunction: (p1: Event<$GeoMapClickEventParameters>) => void,
6534
6615
  /**
6535
6616
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6536
6617
  */
@@ -6555,7 +6636,7 @@ declare module "sap/ui/vbm/GeoMap" {
6555
6636
  /**
6556
6637
  * The function to be called when the event occurs
6557
6638
  */
6558
- fnFunction: (p1: Event) => void,
6639
+ fnFunction: (p1: Event<$GeoMapContextMenuEventParameters>) => void,
6559
6640
  /**
6560
6641
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6561
6642
  */
@@ -6575,7 +6656,7 @@ declare module "sap/ui/vbm/GeoMap" {
6575
6656
  /**
6576
6657
  * The function to be called when the event occurs
6577
6658
  */
6578
- fnFunction: (p1: Event) => void,
6659
+ fnFunction: (p1: Event<$GeoMapContextMenuEventParameters>) => void,
6579
6660
  /**
6580
6661
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6581
6662
  */
@@ -6600,7 +6681,7 @@ declare module "sap/ui/vbm/GeoMap" {
6600
6681
  /**
6601
6682
  * The function to be called when the event occurs
6602
6683
  */
6603
- fnFunction: (p1: Event) => void,
6684
+ fnFunction: (p1: Event<$GeoMapDropEventParameters>) => void,
6604
6685
  /**
6605
6686
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6606
6687
  */
@@ -6620,7 +6701,7 @@ declare module "sap/ui/vbm/GeoMap" {
6620
6701
  /**
6621
6702
  * The function to be called when the event occurs
6622
6703
  */
6623
- fnFunction: (p1: Event) => void,
6704
+ fnFunction: (p1: Event<$GeoMapDropEventParameters>) => void,
6624
6705
  /**
6625
6706
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6626
6707
  */
@@ -6645,7 +6726,7 @@ declare module "sap/ui/vbm/GeoMap" {
6645
6726
  /**
6646
6727
  * The function to be called when the event occurs
6647
6728
  */
6648
- fnFunction: (p1: Event) => void,
6729
+ fnFunction: (p1: Event<$GeoMapKeyDownEventParameters>) => void,
6649
6730
  /**
6650
6731
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6651
6732
  */
@@ -6665,7 +6746,7 @@ declare module "sap/ui/vbm/GeoMap" {
6665
6746
  /**
6666
6747
  * The function to be called when the event occurs
6667
6748
  */
6668
- fnFunction: (p1: Event) => void,
6749
+ fnFunction: (p1: Event<$GeoMapKeyDownEventParameters>) => void,
6669
6750
  /**
6670
6751
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6671
6752
  */
@@ -6690,7 +6771,7 @@ declare module "sap/ui/vbm/GeoMap" {
6690
6771
  /**
6691
6772
  * The function to be called when the event occurs
6692
6773
  */
6693
- fnFunction: (p1: Event) => void,
6774
+ fnFunction: (p1: Event<$GeoMapKeyPressEventParameters>) => void,
6694
6775
  /**
6695
6776
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6696
6777
  */
@@ -6710,7 +6791,7 @@ declare module "sap/ui/vbm/GeoMap" {
6710
6791
  /**
6711
6792
  * The function to be called when the event occurs
6712
6793
  */
6713
- fnFunction: (p1: Event) => void,
6794
+ fnFunction: (p1: Event<$GeoMapKeyPressEventParameters>) => void,
6714
6795
  /**
6715
6796
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6716
6797
  */
@@ -6735,7 +6816,7 @@ declare module "sap/ui/vbm/GeoMap" {
6735
6816
  /**
6736
6817
  * The function to be called when the event occurs
6737
6818
  */
6738
- fnFunction: (p1: Event) => void,
6819
+ fnFunction: (p1: Event<$GeoMapKeyUpEventParameters>) => void,
6739
6820
  /**
6740
6821
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6741
6822
  */
@@ -6755,7 +6836,7 @@ declare module "sap/ui/vbm/GeoMap" {
6755
6836
  /**
6756
6837
  * The function to be called when the event occurs
6757
6838
  */
6758
- fnFunction: (p1: Event) => void,
6839
+ fnFunction: (p1: Event<$GeoMapKeyUpEventParameters>) => void,
6759
6840
  /**
6760
6841
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6761
6842
  */
@@ -6825,7 +6906,7 @@ declare module "sap/ui/vbm/GeoMap" {
6825
6906
  /**
6826
6907
  * The function to be called when the event occurs
6827
6908
  */
6828
- fnFunction: (p1: Event) => void,
6909
+ fnFunction: (p1: Event<$GeoMapZoomChangedEventParameters>) => void,
6829
6910
  /**
6830
6911
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6831
6912
  */
@@ -6845,7 +6926,7 @@ declare module "sap/ui/vbm/GeoMap" {
6845
6926
  /**
6846
6927
  * The function to be called when the event occurs
6847
6928
  */
6848
- fnFunction: (p1: Event) => void,
6929
+ fnFunction: (p1: Event<$GeoMapZoomChangedEventParameters>) => void,
6849
6930
  /**
6850
6931
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
6851
6932
  */
@@ -6906,7 +6987,7 @@ declare module "sap/ui/vbm/GeoMap" {
6906
6987
  /**
6907
6988
  * The function to be called, when the event occurs
6908
6989
  */
6909
- fnFunction: (p1: Event) => void,
6990
+ fnFunction: (p1: Event<$GeoMapCenterChangedEventParameters>) => void,
6910
6991
  /**
6911
6992
  * Context object on which the given function had to be called
6912
6993
  */
@@ -6923,7 +7004,7 @@ declare module "sap/ui/vbm/GeoMap" {
6923
7004
  /**
6924
7005
  * The function to be called, when the event occurs
6925
7006
  */
6926
- fnFunction: (p1: Event) => void,
7007
+ fnFunction: (p1: Event<$GeoMapClickEventParameters>) => void,
6927
7008
  /**
6928
7009
  * Context object on which the given function had to be called
6929
7010
  */
@@ -6940,7 +7021,7 @@ declare module "sap/ui/vbm/GeoMap" {
6940
7021
  /**
6941
7022
  * The function to be called, when the event occurs
6942
7023
  */
6943
- fnFunction: (p1: Event) => void,
7024
+ fnFunction: (p1: Event<$GeoMapContextMenuEventParameters>) => void,
6944
7025
  /**
6945
7026
  * Context object on which the given function had to be called
6946
7027
  */
@@ -6957,7 +7038,7 @@ declare module "sap/ui/vbm/GeoMap" {
6957
7038
  /**
6958
7039
  * The function to be called, when the event occurs
6959
7040
  */
6960
- fnFunction: (p1: Event) => void,
7041
+ fnFunction: (p1: Event<$GeoMapDropEventParameters>) => void,
6961
7042
  /**
6962
7043
  * Context object on which the given function had to be called
6963
7044
  */
@@ -6974,7 +7055,7 @@ declare module "sap/ui/vbm/GeoMap" {
6974
7055
  /**
6975
7056
  * The function to be called, when the event occurs
6976
7057
  */
6977
- fnFunction: (p1: Event) => void,
7058
+ fnFunction: (p1: Event<$GeoMapKeyDownEventParameters>) => void,
6978
7059
  /**
6979
7060
  * Context object on which the given function had to be called
6980
7061
  */
@@ -6991,7 +7072,7 @@ declare module "sap/ui/vbm/GeoMap" {
6991
7072
  /**
6992
7073
  * The function to be called, when the event occurs
6993
7074
  */
6994
- fnFunction: (p1: Event) => void,
7075
+ fnFunction: (p1: Event<$GeoMapKeyPressEventParameters>) => void,
6995
7076
  /**
6996
7077
  * Context object on which the given function had to be called
6997
7078
  */
@@ -7008,7 +7089,7 @@ declare module "sap/ui/vbm/GeoMap" {
7008
7089
  /**
7009
7090
  * The function to be called, when the event occurs
7010
7091
  */
7011
- fnFunction: (p1: Event) => void,
7092
+ fnFunction: (p1: Event<$GeoMapKeyUpEventParameters>) => void,
7012
7093
  /**
7013
7094
  * Context object on which the given function had to be called
7014
7095
  */
@@ -7042,7 +7123,7 @@ declare module "sap/ui/vbm/GeoMap" {
7042
7123
  /**
7043
7124
  * The function to be called, when the event occurs
7044
7125
  */
7045
- fnFunction: (p1: Event) => void,
7126
+ fnFunction: (p1: Event<$GeoMapZoomChangedEventParameters>) => void,
7046
7127
  /**
7047
7128
  * Context object on which the given function had to be called
7048
7129
  */
@@ -7059,20 +7140,7 @@ declare module "sap/ui/vbm/GeoMap" {
7059
7140
  /**
7060
7141
  * Parameters to pass along with the event
7061
7142
  */
7062
- mParameters?: {
7063
- /**
7064
- * Center point of the map. Format : Lon;Lat;0.0.
7065
- */
7066
- centerPoint?: string;
7067
- /**
7068
- * Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
7069
- */
7070
- viewportBB?: object;
7071
- /**
7072
- * Level of detail.
7073
- */
7074
- zoomLevel?: int;
7075
- }
7143
+ mParameters?: $GeoMapCenterChangedEventParameters
7076
7144
  ): this;
7077
7145
  /**
7078
7146
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7085,12 +7153,7 @@ declare module "sap/ui/vbm/GeoMap" {
7085
7153
  /**
7086
7154
  * Parameters to pass along with the event
7087
7155
  */
7088
- mParameters?: {
7089
- /**
7090
- * Geo coordinates in format "<longitude>;<latitude>;0"
7091
- */
7092
- pos?: string;
7093
- }
7156
+ mParameters?: $GeoMapClickEventParameters
7094
7157
  ): this;
7095
7158
  /**
7096
7159
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7103,20 +7166,7 @@ declare module "sap/ui/vbm/GeoMap" {
7103
7166
  /**
7104
7167
  * Parameters to pass along with the event
7105
7168
  */
7106
- mParameters?: {
7107
- /**
7108
- * Client coordinate X
7109
- */
7110
- clientX?: int;
7111
- /**
7112
- * Client coordinate Y
7113
- */
7114
- clientY?: int;
7115
- /**
7116
- * Geo coordinates in format "<longitude>;<latitude>;0"
7117
- */
7118
- pos?: string;
7119
- }
7169
+ mParameters?: $GeoMapContextMenuEventParameters
7120
7170
  ): this;
7121
7171
  /**
7122
7172
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7129,12 +7179,7 @@ declare module "sap/ui/vbm/GeoMap" {
7129
7179
  /**
7130
7180
  * Parameters to pass along with the event
7131
7181
  */
7132
- mParameters?: {
7133
- /**
7134
- * Geo coordinates in format "<longitude>;<latitude>;0"
7135
- */
7136
- pos?: string;
7137
- }
7182
+ mParameters?: $GeoMapDropEventParameters
7138
7183
  ): this;
7139
7184
  /**
7140
7185
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7147,32 +7192,7 @@ declare module "sap/ui/vbm/GeoMap" {
7147
7192
  /**
7148
7193
  * Parameters to pass along with the event
7149
7194
  */
7150
- mParameters?: {
7151
- /**
7152
- * Key value of the key
7153
- */
7154
- key?: string;
7155
- /**
7156
- * Code value of the key
7157
- */
7158
- code?: int;
7159
- /**
7160
- * Shift key modifier state
7161
- */
7162
- shift?: boolean;
7163
- /**
7164
- * Ctrl key modifier state
7165
- */
7166
- ctrl?: boolean;
7167
- /**
7168
- * Alt key modifier state
7169
- */
7170
- alt?: boolean;
7171
- /**
7172
- * Meta key modifier state
7173
- */
7174
- meta?: boolean;
7175
- }
7195
+ mParameters?: $GeoMapKeyDownEventParameters
7176
7196
  ): this;
7177
7197
  /**
7178
7198
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7185,32 +7205,7 @@ declare module "sap/ui/vbm/GeoMap" {
7185
7205
  /**
7186
7206
  * Parameters to pass along with the event
7187
7207
  */
7188
- mParameters?: {
7189
- /**
7190
- * Key value of the key
7191
- */
7192
- key?: string;
7193
- /**
7194
- * Code value of the key
7195
- */
7196
- code?: int;
7197
- /**
7198
- * Shift key modifier state
7199
- */
7200
- shift?: boolean;
7201
- /**
7202
- * Ctrl key modifier state
7203
- */
7204
- ctrl?: boolean;
7205
- /**
7206
- * Alt key modifier state
7207
- */
7208
- alt?: boolean;
7209
- /**
7210
- * Meta key modifier state
7211
- */
7212
- meta?: boolean;
7213
- }
7208
+ mParameters?: $GeoMapKeyPressEventParameters
7214
7209
  ): this;
7215
7210
  /**
7216
7211
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7223,32 +7218,7 @@ declare module "sap/ui/vbm/GeoMap" {
7223
7218
  /**
7224
7219
  * Parameters to pass along with the event
7225
7220
  */
7226
- mParameters?: {
7227
- /**
7228
- * Key value of the key
7229
- */
7230
- key?: string;
7231
- /**
7232
- * Code value of the key
7233
- */
7234
- code?: int;
7235
- /**
7236
- * Shift key modifier state
7237
- */
7238
- shift?: boolean;
7239
- /**
7240
- * Ctrl key modifier state
7241
- */
7242
- ctrl?: boolean;
7243
- /**
7244
- * Alt key modifier state
7245
- */
7246
- alt?: boolean;
7247
- /**
7248
- * Meta key modifier state
7249
- */
7250
- meta?: boolean;
7251
- }
7221
+ mParameters?: $GeoMapKeyUpEventParameters
7252
7222
  ): this;
7253
7223
  /**
7254
7224
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -7274,20 +7244,7 @@ declare module "sap/ui/vbm/GeoMap" {
7274
7244
  /**
7275
7245
  * Parameters to pass along with the event
7276
7246
  */
7277
- mParameters?: {
7278
- /**
7279
- * Center point of the map. Format : Lon;Lat;0.0.
7280
- */
7281
- centerPoint?: string;
7282
- /**
7283
- * Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
7284
- */
7285
- viewportBB?: object;
7286
- /**
7287
- * Level of detail.
7288
- */
7289
- zoomLevel?: int;
7290
- }
7247
+ mParameters?: $GeoMapZoomChangedEventParameters
7291
7248
  ): this;
7292
7249
  /**
7293
7250
  * Retrieves the center position of the current map.
@@ -7525,8 +7482,8 @@ declare module "sap/ui/vbm/GeoMap" {
7525
7482
  * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
7526
7483
  * by the more generic`geoJsonLayers` aggregation.
7527
7484
  *
7528
- * Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections
7529
- * featureCollections}. and returns its index if found or -1 otherwise.
7485
+ * Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections featureCollections}.
7486
+ * and returns its index if found or -1 otherwise.
7530
7487
  *
7531
7488
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
7532
7489
  */
@@ -8104,6 +8061,7 @@ declare module "sap/ui/vbm/GeoMap" {
8104
8061
  correlationFactor: float
8105
8062
  ): GeoMap;
8106
8063
  }
8064
+ export default GeoMap;
8107
8065
 
8108
8066
  export interface $GeoMapSettings extends $VBISettings {
8109
8067
  /**
@@ -8230,17 +8188,17 @@ declare module "sap/ui/vbm/GeoMap" {
8230
8188
  /**
8231
8189
  * Raised when the map is clicked.
8232
8190
  */
8233
- click?: (oEvent: Event) => void;
8191
+ click?: (oEvent: Event<$GeoMapClickEventParameters>) => void;
8234
8192
 
8235
8193
  /**
8236
8194
  * Raised when the map is right clicked/longPressed(tap and hold).
8237
8195
  */
8238
- contextMenu?: (oEvent: Event) => void;
8196
+ contextMenu?: (oEvent: Event<$GeoMapContextMenuEventParameters>) => void;
8239
8197
 
8240
8198
  /**
8241
8199
  * Raised when something is dropped on the map.
8242
8200
  */
8243
- drop?: (oEvent: Event) => void;
8201
+ drop?: (oEvent: Event<$GeoMapDropEventParameters>) => void;
8244
8202
 
8245
8203
  /**
8246
8204
  * This event is raised when a multi selection of visual objects has occurred
@@ -8250,34 +8208,199 @@ declare module "sap/ui/vbm/GeoMap" {
8250
8208
  /**
8251
8209
  * this event is raised on zoom in or zoom out.
8252
8210
  */
8253
- zoomChanged?: (oEvent: Event) => void;
8211
+ zoomChanged?: (oEvent: Event<$GeoMapZoomChangedEventParameters>) => void;
8254
8212
 
8255
8213
  /**
8256
8214
  * this event is raised on map move.
8257
8215
  */
8258
- centerChanged?: (oEvent: Event) => void;
8216
+ centerChanged?: (
8217
+ oEvent: Event<$GeoMapCenterChangedEventParameters>
8218
+ ) => void;
8259
8219
 
8260
8220
  /**
8261
8221
  * this event is raised on map key down
8262
8222
  */
8263
- keyDown?: (oEvent: Event) => void;
8223
+ keyDown?: (oEvent: Event<$GeoMapKeyDownEventParameters>) => void;
8264
8224
 
8265
8225
  /**
8266
8226
  * this event is raised on map key press
8267
8227
  */
8268
- keyPress?: (oEvent: Event) => void;
8228
+ keyPress?: (oEvent: Event<$GeoMapKeyPressEventParameters>) => void;
8269
8229
 
8270
8230
  /**
8271
8231
  * this event is raised on map key up
8272
8232
  */
8273
- keyUp?: (oEvent: Event) => void;
8233
+ keyUp?: (oEvent: Event<$GeoMapKeyUpEventParameters>) => void;
8274
8234
  }
8275
- }
8276
8235
 
8277
- declare module "sap/ui/vbm/Heatmap" {
8278
- import {
8279
- default as VoAbstract,
8280
- $VoAbstractSettings,
8236
+ export interface $GeoMapCenterChangedEventParameters {
8237
+ /**
8238
+ * Center point of the map. Format : Lon;Lat;0.0.
8239
+ */
8240
+ centerPoint?: string;
8241
+
8242
+ /**
8243
+ * Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
8244
+ */
8245
+ viewportBB?: object;
8246
+
8247
+ /**
8248
+ * Level of detail.
8249
+ */
8250
+ zoomLevel?: int;
8251
+ }
8252
+
8253
+ export interface $GeoMapClickEventParameters {
8254
+ /**
8255
+ * Geo coordinates in format "<longitude>;<latitude>;0"
8256
+ */
8257
+ pos?: string;
8258
+ }
8259
+
8260
+ export interface $GeoMapContextMenuEventParameters {
8261
+ /**
8262
+ * Client coordinate X
8263
+ */
8264
+ clientX?: int;
8265
+
8266
+ /**
8267
+ * Client coordinate Y
8268
+ */
8269
+ clientY?: int;
8270
+
8271
+ /**
8272
+ * Geo coordinates in format "<longitude>;<latitude>;0"
8273
+ */
8274
+ pos?: string;
8275
+ }
8276
+
8277
+ export interface $GeoMapDropEventParameters {
8278
+ /**
8279
+ * Geo coordinates in format "<longitude>;<latitude>;0"
8280
+ */
8281
+ pos?: string;
8282
+ }
8283
+
8284
+ export interface $GeoMapKeyDownEventParameters {
8285
+ /**
8286
+ * Key value of the key
8287
+ */
8288
+ key?: string;
8289
+
8290
+ /**
8291
+ * Code value of the key
8292
+ */
8293
+ code?: int;
8294
+
8295
+ /**
8296
+ * Shift key modifier state
8297
+ */
8298
+ shift?: boolean;
8299
+
8300
+ /**
8301
+ * Ctrl key modifier state
8302
+ */
8303
+ ctrl?: boolean;
8304
+
8305
+ /**
8306
+ * Alt key modifier state
8307
+ */
8308
+ alt?: boolean;
8309
+
8310
+ /**
8311
+ * Meta key modifier state
8312
+ */
8313
+ meta?: boolean;
8314
+ }
8315
+
8316
+ export interface $GeoMapKeyPressEventParameters {
8317
+ /**
8318
+ * Key value of the key
8319
+ */
8320
+ key?: string;
8321
+
8322
+ /**
8323
+ * Code value of the key
8324
+ */
8325
+ code?: int;
8326
+
8327
+ /**
8328
+ * Shift key modifier state
8329
+ */
8330
+ shift?: boolean;
8331
+
8332
+ /**
8333
+ * Ctrl key modifier state
8334
+ */
8335
+ ctrl?: boolean;
8336
+
8337
+ /**
8338
+ * Alt key modifier state
8339
+ */
8340
+ alt?: boolean;
8341
+
8342
+ /**
8343
+ * Meta key modifier state
8344
+ */
8345
+ meta?: boolean;
8346
+ }
8347
+
8348
+ export interface $GeoMapKeyUpEventParameters {
8349
+ /**
8350
+ * Key value of the key
8351
+ */
8352
+ key?: string;
8353
+
8354
+ /**
8355
+ * Code value of the key
8356
+ */
8357
+ code?: int;
8358
+
8359
+ /**
8360
+ * Shift key modifier state
8361
+ */
8362
+ shift?: boolean;
8363
+
8364
+ /**
8365
+ * Ctrl key modifier state
8366
+ */
8367
+ ctrl?: boolean;
8368
+
8369
+ /**
8370
+ * Alt key modifier state
8371
+ */
8372
+ alt?: boolean;
8373
+
8374
+ /**
8375
+ * Meta key modifier state
8376
+ */
8377
+ meta?: boolean;
8378
+ }
8379
+
8380
+ export interface $GeoMapSelectEventParameters {}
8381
+
8382
+ export interface $GeoMapZoomChangedEventParameters {
8383
+ /**
8384
+ * Center point of the map. Format : Lon;Lat;0.0.
8385
+ */
8386
+ centerPoint?: string;
8387
+
8388
+ /**
8389
+ * Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
8390
+ */
8391
+ viewportBB?: object;
8392
+
8393
+ /**
8394
+ * Level of detail.
8395
+ */
8396
+ zoomLevel?: int;
8397
+ }
8398
+ }
8399
+
8400
+ declare module "sap/ui/vbm/Heatmap" {
8401
+ import {
8402
+ default as VoAbstract,
8403
+ $VoAbstractSettings,
8281
8404
  } from "sap/ui/vbm/VoAbstract";
8282
8405
 
8283
8406
  import HeatPoint from "sap/ui/vbm/HeatPoint";
@@ -8292,7 +8415,7 @@ declare module "sap/ui/vbm/Heatmap" {
8292
8415
  /**
8293
8416
  * Type specific Visual Object aggregation for HeatPoint instances.
8294
8417
  */
8295
- export default class Heatmap extends VoAbstract {
8418
+ class Heatmap extends VoAbstract {
8296
8419
  /**
8297
8420
  * Constructor for a new Heatmap.
8298
8421
  *
@@ -8638,6 +8761,7 @@ declare module "sap/ui/vbm/Heatmap" {
8638
8761
  sValueScale?: string
8639
8762
  ): this;
8640
8763
  }
8764
+ export default Heatmap;
8641
8765
 
8642
8766
  export interface $HeatmapSettings extends $VoAbstractSettings {
8643
8767
  /**
@@ -8705,7 +8829,7 @@ declare module "sap/ui/vbm/HeatPoint" {
8705
8829
  /**
8706
8830
  * Specific Visual Object element for a HeatPoint.
8707
8831
  */
8708
- export default class HeatPoint extends VoBase {
8832
+ class HeatPoint extends VoBase {
8709
8833
  /**
8710
8834
  * Constructor for a new HeatPoint.
8711
8835
  *
@@ -8840,6 +8964,7 @@ declare module "sap/ui/vbm/HeatPoint" {
8840
8964
  sValue?: string
8841
8965
  ): this;
8842
8966
  }
8967
+ export default HeatPoint;
8843
8968
 
8844
8969
  export interface $HeatPointSettings extends $VoBaseSettings {
8845
8970
  /**
@@ -8877,7 +9002,7 @@ declare module "sap/ui/vbm/Legend" {
8877
9002
  * The Legend is a window in the GeoMap or AnalyticMap control wich can be used to display color/icon-text
8878
9003
  * pairs on a map.
8879
9004
  */
8880
- export default class Legend extends UI5Element {
9005
+ class Legend extends UI5Element {
8881
9006
  /**
8882
9007
  * Constructor for a new Legend.
8883
9008
  *
@@ -8968,7 +9093,7 @@ declare module "sap/ui/vbm/Legend" {
8968
9093
  /**
8969
9094
  * The function to be called when the event occurs
8970
9095
  */
8971
- fnFunction: (p1: Event) => void,
9096
+ fnFunction: (p1: Event<$LegendClickEventParameters>) => void,
8972
9097
  /**
8973
9098
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
8974
9099
  */
@@ -8988,7 +9113,7 @@ declare module "sap/ui/vbm/Legend" {
8988
9113
  /**
8989
9114
  * The function to be called when the event occurs
8990
9115
  */
8991
- fnFunction: (p1: Event) => void,
9116
+ fnFunction: (p1: Event<$LegendClickEventParameters>) => void,
8992
9117
  /**
8993
9118
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
8994
9119
  */
@@ -9011,7 +9136,7 @@ declare module "sap/ui/vbm/Legend" {
9011
9136
  /**
9012
9137
  * The function to be called, when the event occurs
9013
9138
  */
9014
- fnFunction: (p1: Event) => void,
9139
+ fnFunction: (p1: Event<$LegendClickEventParameters>) => void,
9015
9140
  /**
9016
9141
  * Context object on which the given function had to be called
9017
9142
  */
@@ -9028,32 +9153,7 @@ declare module "sap/ui/vbm/Legend" {
9028
9153
  /**
9029
9154
  * Parameters to pass along with the event
9030
9155
  */
9031
- mParameters?: {
9032
- /**
9033
- * Event data object
9034
- */
9035
- data?: object;
9036
- /**
9037
- * The row number where the click occurred
9038
- */
9039
- row?: int;
9040
- /**
9041
- * key modifier Ctrl pressed
9042
- */
9043
- ctrlKey?: boolean;
9044
- /**
9045
- * key modifier Shift pressed
9046
- */
9047
- shiftKey?: boolean;
9048
- /**
9049
- * key modifier Meta pressed
9050
- */
9051
- metaKey?: boolean;
9052
- /**
9053
- * key modifier Alt pressed
9054
- */
9055
- altKey?: boolean;
9056
- }
9156
+ mParameters?: $LegendClickEventParameters
9057
9157
  ): this;
9058
9158
  /**
9059
9159
  * Gets current value of property {@link #getCaption caption}.
@@ -9137,6 +9237,7 @@ declare module "sap/ui/vbm/Legend" {
9137
9237
  sCaption?: string
9138
9238
  ): this;
9139
9239
  }
9240
+ export default Legend;
9140
9241
 
9141
9242
  export interface $LegendSettings extends $ElementSettings {
9142
9243
  /**
@@ -9152,7 +9253,39 @@ declare module "sap/ui/vbm/Legend" {
9152
9253
  /**
9153
9254
  * The event is raised when there is a click action on a legend.
9154
9255
  */
9155
- click?: (oEvent: Event) => void;
9256
+ click?: (oEvent: Event<$LegendClickEventParameters>) => void;
9257
+ }
9258
+
9259
+ export interface $LegendClickEventParameters {
9260
+ /**
9261
+ * Event data object
9262
+ */
9263
+ data?: object;
9264
+
9265
+ /**
9266
+ * The row number where the click occurred
9267
+ */
9268
+ row?: int;
9269
+
9270
+ /**
9271
+ * key modifier Ctrl pressed
9272
+ */
9273
+ ctrlKey?: boolean;
9274
+
9275
+ /**
9276
+ * key modifier Shift pressed
9277
+ */
9278
+ shiftKey?: boolean;
9279
+
9280
+ /**
9281
+ * key modifier Meta pressed
9282
+ */
9283
+ metaKey?: boolean;
9284
+
9285
+ /**
9286
+ * key modifier Alt pressed
9287
+ */
9288
+ altKey?: boolean;
9156
9289
  }
9157
9290
  }
9158
9291
 
@@ -9172,7 +9305,7 @@ declare module "sap/ui/vbm/LegendItem" {
9172
9305
  * is either a rectangle in the given color or the given image or a semantic spot type. If no marker but
9173
9306
  * only a text is provided then it is shown in italic letters and can be regarded as a header.
9174
9307
  */
9175
- export default class LegendItem extends UI5Element {
9308
+ class LegendItem extends UI5Element {
9176
9309
  /**
9177
9310
  * Constructor for a new LegendItem.
9178
9311
  *
@@ -9252,7 +9385,7 @@ declare module "sap/ui/vbm/LegendItem" {
9252
9385
  /**
9253
9386
  * The function to be called when the event occurs
9254
9387
  */
9255
- fnFunction: (p1: Event) => void,
9388
+ fnFunction: (p1: Event<$LegendItemClickEventParameters>) => void,
9256
9389
  /**
9257
9390
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
9258
9391
  */
@@ -9272,7 +9405,7 @@ declare module "sap/ui/vbm/LegendItem" {
9272
9405
  /**
9273
9406
  * The function to be called when the event occurs
9274
9407
  */
9275
- fnFunction: (p1: Event) => void,
9408
+ fnFunction: (p1: Event<$LegendItemClickEventParameters>) => void,
9276
9409
  /**
9277
9410
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
9278
9411
  */
@@ -9289,7 +9422,7 @@ declare module "sap/ui/vbm/LegendItem" {
9289
9422
  /**
9290
9423
  * The function to be called, when the event occurs
9291
9424
  */
9292
- fnFunction: (p1: Event) => void,
9425
+ fnFunction: (p1: Event<$LegendItemClickEventParameters>) => void,
9293
9426
  /**
9294
9427
  * Context object on which the given function had to be called
9295
9428
  */
@@ -9306,28 +9439,7 @@ declare module "sap/ui/vbm/LegendItem" {
9306
9439
  /**
9307
9440
  * Parameters to pass along with the event
9308
9441
  */
9309
- mParameters?: {
9310
- /**
9311
- * Event data object
9312
- */
9313
- data?: object;
9314
- /**
9315
- * key modifier Ctrl pressed
9316
- */
9317
- ctrlKey?: boolean;
9318
- /**
9319
- * key modifier Shift pressed
9320
- */
9321
- shiftKey?: boolean;
9322
- /**
9323
- * key modifier Meta pressed
9324
- */
9325
- metaKey?: boolean;
9326
- /**
9327
- * key modifier Alt pressed
9328
- */
9329
- altKey?: boolean;
9330
- }
9442
+ mParameters?: $LegendItemClickEventParameters
9331
9443
  ): this;
9332
9444
  /**
9333
9445
  * Gets current value of property {@link #getColor color}.
@@ -9426,6 +9538,7 @@ declare module "sap/ui/vbm/LegendItem" {
9426
9538
  sText?: string
9427
9539
  ): this;
9428
9540
  }
9541
+ export default LegendItem;
9429
9542
 
9430
9543
  export interface $LegendItemSettings extends $ElementSettings {
9431
9544
  /**
@@ -9454,7 +9567,34 @@ declare module "sap/ui/vbm/LegendItem" {
9454
9567
  /**
9455
9568
  * The event is raised when there is a click action on a legend item.
9456
9569
  */
9457
- click?: (oEvent: Event) => void;
9570
+ click?: (oEvent: Event<$LegendItemClickEventParameters>) => void;
9571
+ }
9572
+
9573
+ export interface $LegendItemClickEventParameters {
9574
+ /**
9575
+ * Event data object
9576
+ */
9577
+ data?: object;
9578
+
9579
+ /**
9580
+ * key modifier Ctrl pressed
9581
+ */
9582
+ ctrlKey?: boolean;
9583
+
9584
+ /**
9585
+ * key modifier Shift pressed
9586
+ */
9587
+ shiftKey?: boolean;
9588
+
9589
+ /**
9590
+ * key modifier Meta pressed
9591
+ */
9592
+ metaKey?: boolean;
9593
+
9594
+ /**
9595
+ * key modifier Alt pressed
9596
+ */
9597
+ altKey?: boolean;
9458
9598
  }
9459
9599
  }
9460
9600
 
@@ -9478,7 +9618,7 @@ declare module "sap/ui/vbm/Pie" {
9478
9618
  * The property hotDeltaColor borrowed from VoBase is applied only to the hot PieItem and not the
9479
9619
  * whole pie.
9480
9620
  */
9481
- export default class Pie extends VoBase {
9621
+ class Pie extends VoBase {
9482
9622
  /**
9483
9623
  * Constructor for a new Pie.
9484
9624
  *
@@ -9659,6 +9799,7 @@ declare module "sap/ui/vbm/Pie" {
9659
9799
  sScale?: string
9660
9800
  ): this;
9661
9801
  }
9802
+ export default Pie;
9662
9803
 
9663
9804
  export interface $PieSettings extends $VoBaseSettings {
9664
9805
  /**
@@ -9691,7 +9832,7 @@ declare module "sap/ui/vbm/PieItem" {
9691
9832
  /**
9692
9833
  * Slice element for a Pie Chart.
9693
9834
  */
9694
- export default class PieItem extends UI5Element {
9835
+ class PieItem extends UI5Element {
9695
9836
  /**
9696
9837
  * Constructor for a new PieItem.
9697
9838
  *
@@ -9908,6 +10049,7 @@ declare module "sap/ui/vbm/PieItem" {
9908
10049
  sValue?: string
9909
10050
  ): this;
9910
10051
  }
10052
+ export default PieItem;
9911
10053
 
9912
10054
  export interface $PieItemSettings extends $ElementSettings {
9913
10055
  /**
@@ -9931,6 +10073,8 @@ declare module "sap/ui/vbm/PieItem" {
9931
10073
  */
9932
10074
  click?: (oEvent: Event) => void;
9933
10075
  }
10076
+
10077
+ export interface $PieItemClickEventParameters {}
9934
10078
  }
9935
10079
 
9936
10080
  declare module "sap/ui/vbm/Pies" {
@@ -9951,7 +10095,7 @@ declare module "sap/ui/vbm/Pies" {
9951
10095
  /**
9952
10096
  * Type specific Visual Object aggregation for Pie instances.
9953
10097
  */
9954
- export default class Pies extends VoAggregation {
10098
+ class Pies extends VoAggregation {
9955
10099
  /**
9956
10100
  * Constructor for a new Pies.
9957
10101
  *
@@ -10142,6 +10286,7 @@ declare module "sap/ui/vbm/Pies" {
10142
10286
  bScaleChangeable?: boolean
10143
10287
  ): this;
10144
10288
  }
10289
+ export default Pies;
10145
10290
 
10146
10291
  export interface $PiesSettings extends $VoAggregationSettings {
10147
10292
  /**
@@ -10179,7 +10324,7 @@ declare module "sap/ui/vbm/Region" {
10179
10324
  /**
10180
10325
  * Region properties.
10181
10326
  */
10182
- export default class Region extends UI5Element {
10327
+ class Region extends UI5Element {
10183
10328
  /**
10184
10329
  * Constructor for a new Region.
10185
10330
  *
@@ -10259,7 +10404,7 @@ declare module "sap/ui/vbm/Region" {
10259
10404
  /**
10260
10405
  * The function to be called when the event occurs
10261
10406
  */
10262
- fnFunction: (p1: Event) => void,
10407
+ fnFunction: (p1: Event<$RegionClickEventParameters>) => void,
10263
10408
  /**
10264
10409
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
10265
10410
  */
@@ -10279,7 +10424,7 @@ declare module "sap/ui/vbm/Region" {
10279
10424
  /**
10280
10425
  * The function to be called when the event occurs
10281
10426
  */
10282
- fnFunction: (p1: Event) => void,
10427
+ fnFunction: (p1: Event<$RegionClickEventParameters>) => void,
10283
10428
  /**
10284
10429
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
10285
10430
  */
@@ -10304,7 +10449,7 @@ declare module "sap/ui/vbm/Region" {
10304
10449
  /**
10305
10450
  * The function to be called when the event occurs
10306
10451
  */
10307
- fnFunction: (p1: Event) => void,
10452
+ fnFunction: (p1: Event<$RegionContextMenuEventParameters>) => void,
10308
10453
  /**
10309
10454
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
10310
10455
  */
@@ -10324,7 +10469,7 @@ declare module "sap/ui/vbm/Region" {
10324
10469
  /**
10325
10470
  * The function to be called when the event occurs
10326
10471
  */
10327
- fnFunction: (p1: Event) => void,
10472
+ fnFunction: (p1: Event<$RegionContextMenuEventParameters>) => void,
10328
10473
  /**
10329
10474
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
10330
10475
  */
@@ -10341,7 +10486,7 @@ declare module "sap/ui/vbm/Region" {
10341
10486
  /**
10342
10487
  * The function to be called, when the event occurs
10343
10488
  */
10344
- fnFunction: (p1: Event) => void,
10489
+ fnFunction: (p1: Event<$RegionClickEventParameters>) => void,
10345
10490
  /**
10346
10491
  * Context object on which the given function had to be called
10347
10492
  */
@@ -10358,7 +10503,7 @@ declare module "sap/ui/vbm/Region" {
10358
10503
  /**
10359
10504
  * The function to be called, when the event occurs
10360
10505
  */
10361
- fnFunction: (p1: Event) => void,
10506
+ fnFunction: (p1: Event<$RegionContextMenuEventParameters>) => void,
10362
10507
  /**
10363
10508
  * Context object on which the given function had to be called
10364
10509
  */
@@ -10375,12 +10520,7 @@ declare module "sap/ui/vbm/Region" {
10375
10520
  /**
10376
10521
  * Parameters to pass along with the event
10377
10522
  */
10378
- mParameters?: {
10379
- /**
10380
- * The region code.
10381
- */
10382
- code?: string;
10383
- }
10523
+ mParameters?: $RegionClickEventParameters
10384
10524
  ): this;
10385
10525
  /**
10386
10526
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -10393,12 +10533,7 @@ declare module "sap/ui/vbm/Region" {
10393
10533
  /**
10394
10534
  * Parameters to pass along with the event
10395
10535
  */
10396
- mParameters?: {
10397
- /**
10398
- * The region code.
10399
- */
10400
- code?: string;
10401
- }
10536
+ mParameters?: $RegionContextMenuEventParameters
10402
10537
  ): this;
10403
10538
  /**
10404
10539
  * Gets current value of property {@link #getCode code}.
@@ -10599,6 +10734,7 @@ declare module "sap/ui/vbm/Region" {
10599
10734
  bSelect?: boolean
10600
10735
  ): this;
10601
10736
  }
10737
+ export default Region;
10602
10738
 
10603
10739
  export interface $RegionSettings extends $ElementSettings {
10604
10740
  /**
@@ -10639,12 +10775,26 @@ declare module "sap/ui/vbm/Region" {
10639
10775
  /**
10640
10776
  * The event is raised when there is a click action on a region.
10641
10777
  */
10642
- click?: (oEvent: Event) => void;
10778
+ click?: (oEvent: Event<$RegionClickEventParameters>) => void;
10643
10779
 
10644
10780
  /**
10645
10781
  * The event is raised when there is a right click or a tap and hold action on a region.
10646
10782
  */
10647
- contextMenu?: (oEvent: Event) => void;
10783
+ contextMenu?: (oEvent: Event<$RegionContextMenuEventParameters>) => void;
10784
+ }
10785
+
10786
+ export interface $RegionClickEventParameters {
10787
+ /**
10788
+ * The region code.
10789
+ */
10790
+ code?: string;
10791
+ }
10792
+
10793
+ export interface $RegionContextMenuEventParameters {
10794
+ /**
10795
+ * The region code.
10796
+ */
10797
+ code?: string;
10648
10798
  }
10649
10799
  }
10650
10800
 
@@ -10662,7 +10812,7 @@ declare module "sap/ui/vbm/Resource" {
10662
10812
  * a Base64 encoded binary. This happens asynchronously and it may require several re-renderings of the
10663
10813
  * control until all resource show up correctly.
10664
10814
  */
10665
- export default class Resource extends UI5Element {
10815
+ class Resource extends UI5Element {
10666
10816
  /**
10667
10817
  * Constructor for a new Resource.
10668
10818
  *
@@ -10801,6 +10951,7 @@ declare module "sap/ui/vbm/Resource" {
10801
10951
  sValue?: string
10802
10952
  ): this;
10803
10953
  }
10954
+ export default Resource;
10804
10955
 
10805
10956
  export interface $ResourceSettings extends $ElementSettings {
10806
10957
  /**
@@ -10850,7 +11001,7 @@ declare module "sap/ui/vbm/Route" {
10850
11001
  * types defined on element level apply only for a single element instance, except the element is used as
10851
11002
  * template.
10852
11003
  */
10853
- export default class Route extends VoBase {
11004
+ class Route extends VoBase {
10854
11005
  /**
10855
11006
  * Constructor for a new Route.
10856
11007
  *
@@ -11392,6 +11543,7 @@ declare module "sap/ui/vbm/Route" {
11392
11543
  sStart?: string
11393
11544
  ): this;
11394
11545
  }
11546
+ export default Route;
11395
11547
 
11396
11548
  export interface $RouteSettings extends $VoBaseSettings {
11397
11549
  /**
@@ -11494,6 +11646,9 @@ declare module "sap/ui/vbm/Routes" {
11494
11646
  import {
11495
11647
  default as VoAggregation,
11496
11648
  $VoAggregationSettings,
11649
+ $VoAggregationClickEventParameters,
11650
+ $VoAggregationContextMenuEventParameters,
11651
+ $VoAggregationDropEventParameters,
11497
11652
  } from "sap/ui/vbm/VoAggregation";
11498
11653
 
11499
11654
  import DragSource from "sap/ui/vbm/DragSource";
@@ -11518,7 +11673,7 @@ declare module "sap/ui/vbm/Routes" {
11518
11673
  * visual object matches a type in the drop target aggregation of the target vo. If drag source and drop
11519
11674
  * target types are defined on aggregation level they apply for all aggregated elements.
11520
11675
  */
11521
- export default class Routes extends VoAggregation {
11676
+ class Routes extends VoAggregation {
11522
11677
  /**
11523
11678
  * Constructor for a new Routes.
11524
11679
  *
@@ -12047,6 +12202,7 @@ declare module "sap/ui/vbm/Routes" {
12047
12202
  bPosChangeable?: boolean
12048
12203
  ): this;
12049
12204
  }
12205
+ export default Routes;
12050
12206
 
12051
12207
  export interface $RoutesSettings extends $VoAggregationSettings {
12052
12208
  /**
@@ -12093,6 +12249,15 @@ declare module "sap/ui/vbm/Routes" {
12093
12249
  */
12094
12250
  drop?: (oEvent: Event) => void;
12095
12251
  }
12252
+
12253
+ export interface $RoutesClickEventParameters
12254
+ extends $VoAggregationClickEventParameters {}
12255
+
12256
+ export interface $RoutesContextMenuEventParameters
12257
+ extends $VoAggregationContextMenuEventParameters {}
12258
+
12259
+ export interface $RoutesDropEventParameters
12260
+ extends $VoAggregationDropEventParameters {}
12096
12261
  }
12097
12262
 
12098
12263
  declare module "sap/ui/vbm/Spot" {
@@ -12115,17 +12280,17 @@ declare module "sap/ui/vbm/Spot" {
12115
12280
  * Specific Visual Object element for a Spot. A Spot is actually an image drawn at the given position.
12116
12281
  * There are two modes for using spots:
12117
12282
  * - A controlled mode by providing a spot type. In this mode many properties for the spot are automatically
12118
- * set by programmed defaults according to the Fiori guidelines.
12283
+ * set by programmed defaults according to the Fiori guidelines.
12119
12284
  * - A freestyle mode, providing the full control on colors and layout. Beside the visualization
12120
- * with an image a spot can have an icon or text, which can be controlled and positioned using
12121
- * the content properties.
12285
+ * with an image a spot can have an icon or text, which can be controlled and positioned using
12286
+ * the content properties.
12122
12287
  * A Spot supports GeoMap internal drag'n drop with fine grained control on matching drag sources and drop
12123
12288
  * targets. A drag'n drop operation is possible if any type in the drag source aggregation of the dragged
12124
12289
  * visual object matches a type in the drop target aggregation of the target vo. Drag source and drop target
12125
12290
  * types defined on element level apply only for a single element instance, except the element is used as
12126
12291
  * template.
12127
12292
  */
12128
- export default class Spot extends VoBase {
12293
+ class Spot extends VoBase {
12129
12294
  /**
12130
12295
  * Constructor for a new Spot.
12131
12296
  *
@@ -12633,6 +12798,7 @@ declare module "sap/ui/vbm/Spot" {
12633
12798
  sType?: SemanticType | keyof typeof SemanticType
12634
12799
  ): this;
12635
12800
  }
12801
+ export default Spot;
12636
12802
 
12637
12803
  export interface $SpotSettings extends $VoBaseSettings {
12638
12804
  /**
@@ -12748,7 +12914,7 @@ declare module "sap/ui/vbm/Spots" {
12748
12914
  * visual object matches a type in the drop target aggregation of the target vo. If drag source and drop
12749
12915
  * target types are defined on aggregation level they apply for all aggregated elements.
12750
12916
  */
12751
- export default class Spots extends VoAggregation {
12917
+ class Spots extends VoAggregation {
12752
12918
  /**
12753
12919
  * Constructor for a new Spots.
12754
12920
  *
@@ -13081,6 +13247,7 @@ declare module "sap/ui/vbm/Spots" {
13081
13247
  bScaleChangeable?: boolean
13082
13248
  ): this;
13083
13249
  }
13250
+ export default Spots;
13084
13251
 
13085
13252
  export interface $SpotsSettings extends $VoAggregationSettings {
13086
13253
  /**
@@ -13141,11 +13308,11 @@ declare module "sap/ui/vbm/VBI" {
13141
13308
  * The main or high level API of the VBI control is made of
13142
13309
  * - method load for sending JSON to the control for processing, and
13143
13310
  * - event submit returning a result JSON as parameter data containing actual event information
13144
- * and changed data. Further the high level API provides the thumbnail support.
13311
+ * and changed data. Further the high level API provides the thumbnail support.
13145
13312
  * Additionally the control offers a low level API made of several events, like render, zoom, move and
13146
13313
  * so on, which allow to render application specific content directly on the controls canvas.
13147
13314
  */
13148
- export default class VBI extends Control {
13315
+ class VBI extends Control {
13149
13316
  /**
13150
13317
  * Constructor for a new VBI.
13151
13318
  *
@@ -13263,7 +13430,7 @@ declare module "sap/ui/vbm/VBI" {
13263
13430
  /**
13264
13431
  * The function to be called when the event occurs
13265
13432
  */
13266
- fnFunction: (p1: Event) => void,
13433
+ fnFunction: (p1: Event<$VBIChangeTrackingModeEventParameters>) => void,
13267
13434
  /**
13268
13435
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13269
13436
  */
@@ -13284,7 +13451,7 @@ declare module "sap/ui/vbm/VBI" {
13284
13451
  /**
13285
13452
  * The function to be called when the event occurs
13286
13453
  */
13287
- fnFunction: (p1: Event) => void,
13454
+ fnFunction: (p1: Event<$VBIChangeTrackingModeEventParameters>) => void,
13288
13455
  /**
13289
13456
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13290
13457
  */
@@ -13310,7 +13477,7 @@ declare module "sap/ui/vbm/VBI" {
13310
13477
  /**
13311
13478
  * The function to be called when the event occurs
13312
13479
  */
13313
- fnFunction: (p1: Event) => void,
13480
+ fnFunction: (p1: Event<$VBICloseWindowEventParameters>) => void,
13314
13481
  /**
13315
13482
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13316
13483
  */
@@ -13331,7 +13498,7 @@ declare module "sap/ui/vbm/VBI" {
13331
13498
  /**
13332
13499
  * The function to be called when the event occurs
13333
13500
  */
13334
- fnFunction: (p1: Event) => void,
13501
+ fnFunction: (p1: Event<$VBICloseWindowEventParameters>) => void,
13335
13502
  /**
13336
13503
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13337
13504
  */
@@ -13358,7 +13525,7 @@ declare module "sap/ui/vbm/VBI" {
13358
13525
  /**
13359
13526
  * The function to be called when the event occurs
13360
13527
  */
13361
- fnFunction: (p1: Event) => void,
13528
+ fnFunction: (p1: Event<$VBIContainerCreatedEventParameters>) => void,
13362
13529
  /**
13363
13530
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13364
13531
  */
@@ -13380,7 +13547,7 @@ declare module "sap/ui/vbm/VBI" {
13380
13547
  /**
13381
13548
  * The function to be called when the event occurs
13382
13549
  */
13383
- fnFunction: (p1: Event) => void,
13550
+ fnFunction: (p1: Event<$VBIContainerCreatedEventParameters>) => void,
13384
13551
  /**
13385
13552
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13386
13553
  */
@@ -13407,7 +13574,7 @@ declare module "sap/ui/vbm/VBI" {
13407
13574
  /**
13408
13575
  * The function to be called when the event occurs
13409
13576
  */
13410
- fnFunction: (p1: Event) => void,
13577
+ fnFunction: (p1: Event<$VBIContainerDestroyedEventParameters>) => void,
13411
13578
  /**
13412
13579
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13413
13580
  */
@@ -13429,7 +13596,7 @@ declare module "sap/ui/vbm/VBI" {
13429
13596
  /**
13430
13597
  * The function to be called when the event occurs
13431
13598
  */
13432
- fnFunction: (p1: Event) => void,
13599
+ fnFunction: (p1: Event<$VBIContainerDestroyedEventParameters>) => void,
13433
13600
  /**
13434
13601
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13435
13602
  */
@@ -13454,7 +13621,7 @@ declare module "sap/ui/vbm/VBI" {
13454
13621
  /**
13455
13622
  * The function to be called when the event occurs
13456
13623
  */
13457
- fnFunction: (p1: Event) => void,
13624
+ fnFunction: (p1: Event<$VBIMoveEventParameters>) => void,
13458
13625
  /**
13459
13626
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13460
13627
  */
@@ -13474,7 +13641,7 @@ declare module "sap/ui/vbm/VBI" {
13474
13641
  /**
13475
13642
  * The function to be called when the event occurs
13476
13643
  */
13477
- fnFunction: (p1: Event) => void,
13644
+ fnFunction: (p1: Event<$VBIMoveEventParameters>) => void,
13478
13645
  /**
13479
13646
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13480
13647
  */
@@ -13500,7 +13667,7 @@ declare module "sap/ui/vbm/VBI" {
13500
13667
  /**
13501
13668
  * The function to be called when the event occurs
13502
13669
  */
13503
- fnFunction: (p1: Event) => void,
13670
+ fnFunction: (p1: Event<$VBIOpenWindowEventParameters>) => void,
13504
13671
  /**
13505
13672
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13506
13673
  */
@@ -13521,7 +13688,7 @@ declare module "sap/ui/vbm/VBI" {
13521
13688
  /**
13522
13689
  * The function to be called when the event occurs
13523
13690
  */
13524
- fnFunction: (p1: Event) => void,
13691
+ fnFunction: (p1: Event<$VBIOpenWindowEventParameters>) => void,
13525
13692
  /**
13526
13693
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13527
13694
  */
@@ -13547,7 +13714,7 @@ declare module "sap/ui/vbm/VBI" {
13547
13714
  /**
13548
13715
  * The function to be called when the event occurs
13549
13716
  */
13550
- fnFunction: (p1: Event) => void,
13717
+ fnFunction: (p1: Event<$VBIRenderEventParameters>) => void,
13551
13718
  /**
13552
13719
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13553
13720
  */
@@ -13568,7 +13735,7 @@ declare module "sap/ui/vbm/VBI" {
13568
13735
  /**
13569
13736
  * The function to be called when the event occurs
13570
13737
  */
13571
- fnFunction: (p1: Event) => void,
13738
+ fnFunction: (p1: Event<$VBIRenderEventParameters>) => void,
13572
13739
  /**
13573
13740
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13574
13741
  */
@@ -13593,7 +13760,7 @@ declare module "sap/ui/vbm/VBI" {
13593
13760
  /**
13594
13761
  * The function to be called when the event occurs
13595
13762
  */
13596
- fnFunction: (p1: Event) => void,
13763
+ fnFunction: (p1: Event<$VBISubmitEventParameters>) => void,
13597
13764
  /**
13598
13765
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13599
13766
  */
@@ -13613,7 +13780,7 @@ declare module "sap/ui/vbm/VBI" {
13613
13780
  /**
13614
13781
  * The function to be called when the event occurs
13615
13782
  */
13616
- fnFunction: (p1: Event) => void,
13783
+ fnFunction: (p1: Event<$VBISubmitEventParameters>) => void,
13617
13784
  /**
13618
13785
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13619
13786
  */
@@ -13639,7 +13806,7 @@ declare module "sap/ui/vbm/VBI" {
13639
13806
  /**
13640
13807
  * The function to be called when the event occurs
13641
13808
  */
13642
- fnFunction: (p1: Event) => void,
13809
+ fnFunction: (p1: Event<$VBIThumbnailClickEventParameters>) => void,
13643
13810
  /**
13644
13811
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13645
13812
  */
@@ -13660,7 +13827,7 @@ declare module "sap/ui/vbm/VBI" {
13660
13827
  /**
13661
13828
  * The function to be called when the event occurs
13662
13829
  */
13663
- fnFunction: (p1: Event) => void,
13830
+ fnFunction: (p1: Event<$VBIThumbnailClickEventParameters>) => void,
13664
13831
  /**
13665
13832
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13666
13833
  */
@@ -13685,7 +13852,7 @@ declare module "sap/ui/vbm/VBI" {
13685
13852
  /**
13686
13853
  * The function to be called when the event occurs
13687
13854
  */
13688
- fnFunction: (p1: Event) => void,
13855
+ fnFunction: (p1: Event<$VBIZoomEventParameters>) => void,
13689
13856
  /**
13690
13857
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13691
13858
  */
@@ -13705,7 +13872,7 @@ declare module "sap/ui/vbm/VBI" {
13705
13872
  /**
13706
13873
  * The function to be called when the event occurs
13707
13874
  */
13708
- fnFunction: (p1: Event) => void,
13875
+ fnFunction: (p1: Event<$VBIZoomEventParameters>) => void,
13709
13876
  /**
13710
13877
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13711
13878
  */
@@ -13723,7 +13890,7 @@ declare module "sap/ui/vbm/VBI" {
13723
13890
  /**
13724
13891
  * The function to be called, when the event occurs
13725
13892
  */
13726
- fnFunction: (p1: Event) => void,
13893
+ fnFunction: (p1: Event<$VBIChangeTrackingModeEventParameters>) => void,
13727
13894
  /**
13728
13895
  * Context object on which the given function had to be called
13729
13896
  */
@@ -13740,7 +13907,7 @@ declare module "sap/ui/vbm/VBI" {
13740
13907
  /**
13741
13908
  * The function to be called, when the event occurs
13742
13909
  */
13743
- fnFunction: (p1: Event) => void,
13910
+ fnFunction: (p1: Event<$VBICloseWindowEventParameters>) => void,
13744
13911
  /**
13745
13912
  * Context object on which the given function had to be called
13746
13913
  */
@@ -13758,7 +13925,7 @@ declare module "sap/ui/vbm/VBI" {
13758
13925
  /**
13759
13926
  * The function to be called, when the event occurs
13760
13927
  */
13761
- fnFunction: (p1: Event) => void,
13928
+ fnFunction: (p1: Event<$VBIContainerCreatedEventParameters>) => void,
13762
13929
  /**
13763
13930
  * Context object on which the given function had to be called
13764
13931
  */
@@ -13776,7 +13943,7 @@ declare module "sap/ui/vbm/VBI" {
13776
13943
  /**
13777
13944
  * The function to be called, when the event occurs
13778
13945
  */
13779
- fnFunction: (p1: Event) => void,
13946
+ fnFunction: (p1: Event<$VBIContainerDestroyedEventParameters>) => void,
13780
13947
  /**
13781
13948
  * Context object on which the given function had to be called
13782
13949
  */
@@ -13793,7 +13960,7 @@ declare module "sap/ui/vbm/VBI" {
13793
13960
  /**
13794
13961
  * The function to be called, when the event occurs
13795
13962
  */
13796
- fnFunction: (p1: Event) => void,
13963
+ fnFunction: (p1: Event<$VBIMoveEventParameters>) => void,
13797
13964
  /**
13798
13965
  * Context object on which the given function had to be called
13799
13966
  */
@@ -13810,7 +13977,7 @@ declare module "sap/ui/vbm/VBI" {
13810
13977
  /**
13811
13978
  * The function to be called, when the event occurs
13812
13979
  */
13813
- fnFunction: (p1: Event) => void,
13980
+ fnFunction: (p1: Event<$VBIOpenWindowEventParameters>) => void,
13814
13981
  /**
13815
13982
  * Context object on which the given function had to be called
13816
13983
  */
@@ -13827,7 +13994,7 @@ declare module "sap/ui/vbm/VBI" {
13827
13994
  /**
13828
13995
  * The function to be called, when the event occurs
13829
13996
  */
13830
- fnFunction: (p1: Event) => void,
13997
+ fnFunction: (p1: Event<$VBIRenderEventParameters>) => void,
13831
13998
  /**
13832
13999
  * Context object on which the given function had to be called
13833
14000
  */
@@ -13844,7 +14011,7 @@ declare module "sap/ui/vbm/VBI" {
13844
14011
  /**
13845
14012
  * The function to be called, when the event occurs
13846
14013
  */
13847
- fnFunction: (p1: Event) => void,
14014
+ fnFunction: (p1: Event<$VBISubmitEventParameters>) => void,
13848
14015
  /**
13849
14016
  * Context object on which the given function had to be called
13850
14017
  */
@@ -13862,7 +14029,7 @@ declare module "sap/ui/vbm/VBI" {
13862
14029
  /**
13863
14030
  * The function to be called, when the event occurs
13864
14031
  */
13865
- fnFunction: (p1: Event) => void,
14032
+ fnFunction: (p1: Event<$VBIThumbnailClickEventParameters>) => void,
13866
14033
  /**
13867
14034
  * Context object on which the given function had to be called
13868
14035
  */
@@ -13879,7 +14046,7 @@ declare module "sap/ui/vbm/VBI" {
13879
14046
  /**
13880
14047
  * The function to be called, when the event occurs
13881
14048
  */
13882
- fnFunction: (p1: Event) => void,
14049
+ fnFunction: (p1: Event<$VBIZoomEventParameters>) => void,
13883
14050
  /**
13884
14051
  * Context object on which the given function had to be called
13885
14052
  */
@@ -13896,16 +14063,7 @@ declare module "sap/ui/vbm/VBI" {
13896
14063
  /**
13897
14064
  * Parameters to pass along with the event
13898
14065
  */
13899
- mParameters?: {
13900
- /**
13901
- * tracking mode to set or reset
13902
- */
13903
- mode?: int;
13904
- /**
13905
- * set or reset the mode
13906
- */
13907
- bSet?: boolean;
13908
- }
14066
+ mParameters?: $VBIChangeTrackingModeEventParameters
13909
14067
  ): this;
13910
14068
  /**
13911
14069
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -13918,16 +14076,7 @@ declare module "sap/ui/vbm/VBI" {
13918
14076
  /**
13919
14077
  * Parameters to pass along with the event
13920
14078
  */
13921
- mParameters?: {
13922
- /**
13923
- * DomRef of placeholder Div for content.
13924
- */
13925
- contentarea?: object;
13926
- /**
13927
- * ID of the window that is closed.
13928
- */
13929
- id?: string;
13930
- }
14079
+ mParameters?: $VBICloseWindowEventParameters
13931
14080
  ): this;
13932
14081
  /**
13933
14082
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -13940,16 +14089,7 @@ declare module "sap/ui/vbm/VBI" {
13940
14089
  /**
13941
14090
  * Parameters to pass along with the event
13942
14091
  */
13943
- mParameters?: {
13944
- /**
13945
- * DomRef of placeholder Div to render into.
13946
- */
13947
- contentarea?: object;
13948
- /**
13949
- * ID of the container that was created.
13950
- */
13951
- id?: string;
13952
- }
14092
+ mParameters?: $VBIContainerCreatedEventParameters
13953
14093
  ): this;
13954
14094
  /**
13955
14095
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -13962,16 +14102,7 @@ declare module "sap/ui/vbm/VBI" {
13962
14102
  /**
13963
14103
  * Parameters to pass along with the event
13964
14104
  */
13965
- mParameters?: {
13966
- /**
13967
- * DomRef of placeholder Div of content.
13968
- */
13969
- contentarea?: object;
13970
- /**
13971
- * ID of the container that is destroyed.
13972
- */
13973
- id?: string;
13974
- }
14105
+ mParameters?: $VBIContainerDestroyedEventParameters
13975
14106
  ): this;
13976
14107
  /**
13977
14108
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -13984,12 +14115,7 @@ declare module "sap/ui/vbm/VBI" {
13984
14115
  /**
13985
14116
  * Parameters to pass along with the event
13986
14117
  */
13987
- mParameters?: {
13988
- /**
13989
- * Canvas object to render into.
13990
- */
13991
- canvas?: object;
13992
- }
14118
+ mParameters?: $VBIMoveEventParameters
13993
14119
  ): this;
13994
14120
  /**
13995
14121
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -14002,16 +14128,7 @@ declare module "sap/ui/vbm/VBI" {
14002
14128
  /**
14003
14129
  * Parameters to pass along with the event
14004
14130
  */
14005
- mParameters?: {
14006
- /**
14007
- * DomRef of placeholder Div to render into.
14008
- */
14009
- contentarea?: object;
14010
- /**
14011
- * ID of the window that is opened.
14012
- */
14013
- id?: string;
14014
- }
14131
+ mParameters?: $VBIOpenWindowEventParameters
14015
14132
  ): this;
14016
14133
  /**
14017
14134
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -14024,12 +14141,7 @@ declare module "sap/ui/vbm/VBI" {
14024
14141
  /**
14025
14142
  * Parameters to pass along with the event
14026
14143
  */
14027
- mParameters?: {
14028
- /**
14029
- * Canvas object to render into.
14030
- */
14031
- canvas?: object;
14032
- }
14144
+ mParameters?: $VBIRenderEventParameters
14033
14145
  ): this;
14034
14146
  /**
14035
14147
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -14042,13 +14154,7 @@ declare module "sap/ui/vbm/VBI" {
14042
14154
  /**
14043
14155
  * Parameters to pass along with the event
14044
14156
  */
14045
- mParameters?: {
14046
- /**
14047
- * JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
14048
- * and the information about the event.
14049
- */
14050
- data?: string;
14051
- }
14157
+ mParameters?: $VBISubmitEventParameters
14052
14158
  ): this;
14053
14159
  /**
14054
14160
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -14061,16 +14167,7 @@ declare module "sap/ui/vbm/VBI" {
14061
14167
  /**
14062
14168
  * Parameters to pass along with the event
14063
14169
  */
14064
- mParameters?: {
14065
- /**
14066
- * Geo coordinates in format "lon;lat;0"
14067
- */
14068
- pos?: string;
14069
- /**
14070
- * Level of detail.
14071
- */
14072
- zoomLevel?: int;
14073
- }
14170
+ mParameters?: $VBIThumbnailClickEventParameters
14074
14171
  ): this;
14075
14172
  /**
14076
14173
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -14083,12 +14180,7 @@ declare module "sap/ui/vbm/VBI" {
14083
14180
  /**
14084
14181
  * Parameters to pass along with the event
14085
14182
  */
14086
- mParameters?: {
14087
- /**
14088
- * Canvas object to render into
14089
- */
14090
- canvas?: object;
14091
- }
14183
+ mParameters?: $VBIZoomEventParameters
14092
14184
  ): this;
14093
14185
  /**
14094
14186
  * Gets current value of property {@link #getAllowKeyEventRepeat allowKeyEventRepeat}.
@@ -14101,8 +14193,7 @@ declare module "sap/ui/vbm/VBI" {
14101
14193
  */
14102
14194
  getAllowKeyEventRepeat(): boolean;
14103
14195
  /**
14104
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
14105
- * ariaDescribedBy}.
14196
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
14106
14197
  */
14107
14198
  getAriaDescribedBy(): ID[];
14108
14199
  /**
@@ -14114,8 +14205,7 @@ declare module "sap/ui/vbm/VBI" {
14114
14205
  */
14115
14206
  getAriaLabel(): string;
14116
14207
  /**
14117
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
14118
- * ariaLabelledBy}.
14208
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
14119
14209
  */
14120
14210
  getAriaLabelledBy(): ID[];
14121
14211
  /**
@@ -14544,6 +14634,7 @@ declare module "sap/ui/vbm/VBI" {
14544
14634
  iLod: int
14545
14635
  ): void;
14546
14636
  }
14637
+ export default VBI;
14547
14638
 
14548
14639
  export interface $VBISettings extends $ControlSettings {
14549
14640
  /**
@@ -14616,57 +14707,164 @@ declare module "sap/ui/vbm/VBI" {
14616
14707
  /**
14617
14708
  * High level API. Submit event is raised.
14618
14709
  */
14619
- submit?: (oEvent: Event) => void;
14710
+ submit?: (oEvent: Event<$VBISubmitEventParameters>) => void;
14620
14711
 
14621
14712
  /**
14622
14713
  * High level API. ThumbnailClick event is raised.
14623
14714
  */
14624
- thumbnailClick?: (oEvent: Event) => void;
14715
+ thumbnailClick?: (oEvent: Event<$VBIThumbnailClickEventParameters>) => void;
14625
14716
 
14626
14717
  /**
14627
14718
  * Low level API. Rendering of the canvas content is reqested. This event can be used to do custom rendering
14628
14719
  * into the Visual Business overlay canvas. This function is not supported in plugin mode.
14629
14720
  */
14630
- render?: (oEvent: Event) => void;
14721
+ render?: (oEvent: Event<$VBIRenderEventParameters>) => void;
14631
14722
 
14632
14723
  /**
14633
14724
  * Low level API. Tracking mode is set or reset. This function is not supported in plugin mode.
14634
14725
  */
14635
- changeTrackingMode?: (oEvent: Event) => void;
14726
+ changeTrackingMode?: (
14727
+ oEvent: Event<$VBIChangeTrackingModeEventParameters>
14728
+ ) => void;
14636
14729
 
14637
14730
  /**
14638
14731
  * Low level API. The canvas is zoomed. This function is not supported in plugin mode.
14639
14732
  */
14640
- zoom?: (oEvent: Event) => void;
14733
+ zoom?: (oEvent: Event<$VBIZoomEventParameters>) => void;
14641
14734
 
14642
14735
  /**
14643
14736
  * Low level API. The canvas was moved. This function is not supported in plugin mode.
14644
14737
  */
14645
- move?: (oEvent: Event) => void;
14738
+ move?: (oEvent: Event<$VBIMoveEventParameters>) => void;
14646
14739
 
14647
14740
  /**
14648
14741
  * The event is raised before a Visual Business window is opened. It is intended to be used to place arbitrary
14649
14742
  * content in e.g. a Detail Window. This event is not supported in plugin mode.
14650
14743
  */
14651
- openWindow?: (oEvent: Event) => void;
14744
+ openWindow?: (oEvent: Event<$VBIOpenWindowEventParameters>) => void;
14652
14745
 
14653
14746
  /**
14654
14747
  * The event is raised before a Visual Business window is closed. This function is not supported in plugin
14655
14748
  * mode.
14656
14749
  */
14657
- closeWindow?: (oEvent: Event) => void;
14750
+ closeWindow?: (oEvent: Event<$VBICloseWindowEventParameters>) => void;
14658
14751
 
14659
14752
  /**
14660
14753
  * The event is raised when a Visual Business container VO instance is created. It is intended to be used
14661
14754
  * to place arbitrary content in e.g. other controls. This event is not supported in plugin mode.
14662
14755
  */
14663
- containerCreated?: (oEvent: Event) => void;
14756
+ containerCreated?: (
14757
+ oEvent: Event<$VBIContainerCreatedEventParameters>
14758
+ ) => void;
14664
14759
 
14665
14760
  /**
14666
14761
  * The event is raised before a Visual Business container VO instance is destroyed. This function is not
14667
14762
  * supported in plugin mode.
14668
14763
  */
14669
- containerDestroyed?: (oEvent: Event) => void;
14764
+ containerDestroyed?: (
14765
+ oEvent: Event<$VBIContainerDestroyedEventParameters>
14766
+ ) => void;
14767
+ }
14768
+
14769
+ export interface $VBIChangeTrackingModeEventParameters {
14770
+ /**
14771
+ * tracking mode to set or reset
14772
+ */
14773
+ mode?: int;
14774
+
14775
+ /**
14776
+ * set or reset the mode
14777
+ */
14778
+ bSet?: boolean;
14779
+ }
14780
+
14781
+ export interface $VBICloseWindowEventParameters {
14782
+ /**
14783
+ * DomRef of placeholder Div for content.
14784
+ */
14785
+ contentarea?: object;
14786
+
14787
+ /**
14788
+ * ID of the window that is closed.
14789
+ */
14790
+ id?: string;
14791
+ }
14792
+
14793
+ export interface $VBIContainerCreatedEventParameters {
14794
+ /**
14795
+ * DomRef of placeholder Div to render into.
14796
+ */
14797
+ contentarea?: object;
14798
+
14799
+ /**
14800
+ * ID of the container that was created.
14801
+ */
14802
+ id?: string;
14803
+ }
14804
+
14805
+ export interface $VBIContainerDestroyedEventParameters {
14806
+ /**
14807
+ * DomRef of placeholder Div of content.
14808
+ */
14809
+ contentarea?: object;
14810
+
14811
+ /**
14812
+ * ID of the container that is destroyed.
14813
+ */
14814
+ id?: string;
14815
+ }
14816
+
14817
+ export interface $VBIMoveEventParameters {
14818
+ /**
14819
+ * Canvas object to render into.
14820
+ */
14821
+ canvas?: object;
14822
+ }
14823
+
14824
+ export interface $VBIOpenWindowEventParameters {
14825
+ /**
14826
+ * DomRef of placeholder Div to render into.
14827
+ */
14828
+ contentarea?: object;
14829
+
14830
+ /**
14831
+ * ID of the window that is opened.
14832
+ */
14833
+ id?: string;
14834
+ }
14835
+
14836
+ export interface $VBIRenderEventParameters {
14837
+ /**
14838
+ * Canvas object to render into.
14839
+ */
14840
+ canvas?: object;
14841
+ }
14842
+
14843
+ export interface $VBISubmitEventParameters {
14844
+ /**
14845
+ * JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
14846
+ * and the information about the event.
14847
+ */
14848
+ data?: string;
14849
+ }
14850
+
14851
+ export interface $VBIThumbnailClickEventParameters {
14852
+ /**
14853
+ * Geo coordinates in format "lon;lat;0"
14854
+ */
14855
+ pos?: string;
14856
+
14857
+ /**
14858
+ * Level of detail.
14859
+ */
14860
+ zoomLevel?: int;
14861
+ }
14862
+
14863
+ export interface $VBIZoomEventParameters {
14864
+ /**
14865
+ * Canvas object to render into
14866
+ */
14867
+ canvas?: object;
14670
14868
  }
14671
14869
  }
14672
14870
 
@@ -14684,7 +14882,7 @@ declare module "sap/ui/vbm/Viewport" {
14684
14882
  /**
14685
14883
  * Provides a control for three js canvas.
14686
14884
  */
14687
- export default class Viewport extends Control {
14885
+ class Viewport extends Control {
14688
14886
  /**
14689
14887
  * Constructor for a new three js viewport for Adapter3D.
14690
14888
  *
@@ -14742,7 +14940,7 @@ declare module "sap/ui/vbm/Viewport" {
14742
14940
  /**
14743
14941
  * The function to be called when the event occurs
14744
14942
  */
14745
- fnFunction: (p1: Event) => void,
14943
+ fnFunction: (p1: Event<$ViewportCameraChangeEventParameters>) => void,
14746
14944
  /**
14747
14945
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
14748
14946
  */
@@ -14762,7 +14960,7 @@ declare module "sap/ui/vbm/Viewport" {
14762
14960
  /**
14763
14961
  * The function to be called when the event occurs
14764
14962
  */
14765
- fnFunction: (p1: Event) => void,
14963
+ fnFunction: (p1: Event<$ViewportCameraChangeEventParameters>) => void,
14766
14964
  /**
14767
14965
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
14768
14966
  */
@@ -14779,7 +14977,7 @@ declare module "sap/ui/vbm/Viewport" {
14779
14977
  /**
14780
14978
  * The function to be called, when the event occurs
14781
14979
  */
14782
- fnFunction: (p1: Event) => void,
14980
+ fnFunction: (p1: Event<$ViewportCameraChangeEventParameters>) => void,
14783
14981
  /**
14784
14982
  * Context object on which the given function had to be called
14785
14983
  */
@@ -14796,16 +14994,7 @@ declare module "sap/ui/vbm/Viewport" {
14796
14994
  /**
14797
14995
  * Parameters to pass along with the event
14798
14996
  */
14799
- mParameters?: {
14800
- /**
14801
- * Current position in camera history
14802
- */
14803
- historyPos?: int;
14804
- /**
14805
- * Camera history length
14806
- */
14807
- historyLength?: int;
14808
- }
14997
+ mParameters?: $ViewportCameraChangeEventParameters
14809
14998
  ): this;
14810
14999
  /**
14811
15000
  * Gets current value of property {@link #getCameraHistoryLength cameraHistoryLength}.
@@ -14912,6 +15101,7 @@ declare module "sap/ui/vbm/Viewport" {
14912
15101
  sWidth?: CSSSize
14913
15102
  ): this;
14914
15103
  }
15104
+ export default Viewport;
14915
15105
 
14916
15106
  export interface $ViewportSettings extends $ControlSettings {
14917
15107
  /**
@@ -14937,7 +15127,21 @@ declare module "sap/ui/vbm/Viewport" {
14937
15127
  /**
14938
15128
  * This event is fired when camera positioning changed (whole movement has been finished)
14939
15129
  */
14940
- cameraChange?: (oEvent: Event) => void;
15130
+ cameraChange?: (
15131
+ oEvent: Event<$ViewportCameraChangeEventParameters>
15132
+ ) => void;
15133
+ }
15134
+
15135
+ export interface $ViewportCameraChangeEventParameters {
15136
+ /**
15137
+ * Current position in camera history
15138
+ */
15139
+ historyPos?: int;
15140
+
15141
+ /**
15142
+ * Camera history length
15143
+ */
15144
+ historyLength?: int;
14941
15145
  }
14942
15146
  }
14943
15147
 
@@ -14954,7 +15158,7 @@ declare module "sap/ui/vbm/VoAbstract" {
14954
15158
  * Abstract VO aggregation container. This element implements the common part for VOs. It must not be used
14955
15159
  * directly, but is the base for further extension.
14956
15160
  */
14957
- export default class VoAbstract extends UI5Element {
15161
+ class VoAbstract extends UI5Element {
14958
15162
  /**
14959
15163
  * Constructor for a new VoAbstract.
14960
15164
  *
@@ -14962,8 +15166,8 @@ declare module "sap/ui/vbm/VoAbstract" {
14962
15166
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14963
15167
  * of the syntax of the settings object.
14964
15168
  *
14965
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
14966
- * sap.ui.core.Element} can be used.
15169
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
15170
+ * can be used.
14967
15171
  */
14968
15172
  constructor(
14969
15173
  /**
@@ -14978,8 +15182,8 @@ declare module "sap/ui/vbm/VoAbstract" {
14978
15182
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14979
15183
  * of the syntax of the settings object.
14980
15184
  *
14981
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
14982
- * sap.ui.core.Element} can be used.
15185
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
15186
+ * can be used.
14983
15187
  */
14984
15188
  constructor(
14985
15189
  /**
@@ -15039,6 +15243,7 @@ declare module "sap/ui/vbm/VoAbstract" {
15039
15243
  oMenu: Menu
15040
15244
  ): void;
15041
15245
  }
15246
+ export default VoAbstract;
15042
15247
 
15043
15248
  export interface $VoAbstractSettings extends $ElementSettings {}
15044
15249
  }
@@ -15051,21 +15256,21 @@ declare module "sap/ui/vbm/VoAggregation" {
15051
15256
 
15052
15257
  import Event from "sap/ui/base/Event";
15053
15258
 
15259
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
15260
+
15054
15261
  import VoBase from "sap/ui/vbm/VoBase";
15055
15262
 
15263
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15264
+
15056
15265
  import Menu from "sap/ui/unified/Menu";
15057
15266
 
15058
15267
  import Spot from "sap/ui/vbm/Spot";
15059
15268
 
15060
- import ElementMetadata from "sap/ui/core/ElementMetadata";
15061
-
15062
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15063
-
15064
15269
  /**
15065
15270
  * Abstract VO aggregation container. This element implements the common part for all specific VO aggregations
15066
15271
  * with selection cardinatities. It must not be used directly, but is the base for further extension.
15067
15272
  */
15068
- export default class VoAggregation extends VoAbstract {
15273
+ class VoAggregation extends VoAbstract {
15069
15274
  /**
15070
15275
  * Constructor for a new VoAggregation.
15071
15276
  *
@@ -15145,7 +15350,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15145
15350
  /**
15146
15351
  * The function to be called when the event occurs
15147
15352
  */
15148
- fnFunction: (p1: Event) => void,
15353
+ fnFunction: (p1: Event<$VoAggregationClickEventParameters>) => void,
15149
15354
  /**
15150
15355
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15151
15356
  */
@@ -15165,7 +15370,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15165
15370
  /**
15166
15371
  * The function to be called when the event occurs
15167
15372
  */
15168
- fnFunction: (p1: Event) => void,
15373
+ fnFunction: (p1: Event<$VoAggregationClickEventParameters>) => void,
15169
15374
  /**
15170
15375
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15171
15376
  */
@@ -15190,7 +15395,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15190
15395
  /**
15191
15396
  * The function to be called when the event occurs
15192
15397
  */
15193
- fnFunction: (p1: Event) => void,
15398
+ fnFunction: (p1: Event<$VoAggregationContextMenuEventParameters>) => void,
15194
15399
  /**
15195
15400
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15196
15401
  */
@@ -15210,7 +15415,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15210
15415
  /**
15211
15416
  * The function to be called when the event occurs
15212
15417
  */
15213
- fnFunction: (p1: Event) => void,
15418
+ fnFunction: (p1: Event<$VoAggregationContextMenuEventParameters>) => void,
15214
15419
  /**
15215
15420
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15216
15421
  */
@@ -15235,7 +15440,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15235
15440
  /**
15236
15441
  * The function to be called when the event occurs
15237
15442
  */
15238
- fnFunction: (p1: Event) => void,
15443
+ fnFunction: (p1: Event<$VoAggregationDeselectEventParameters>) => void,
15239
15444
  /**
15240
15445
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15241
15446
  */
@@ -15255,7 +15460,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15255
15460
  /**
15256
15461
  * The function to be called when the event occurs
15257
15462
  */
15258
- fnFunction: (p1: Event) => void,
15463
+ fnFunction: (p1: Event<$VoAggregationDeselectEventParameters>) => void,
15259
15464
  /**
15260
15465
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15261
15466
  */
@@ -15280,7 +15485,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15280
15485
  /**
15281
15486
  * The function to be called when the event occurs
15282
15487
  */
15283
- fnFunction: (p1: Event) => void,
15488
+ fnFunction: (p1: Event<$VoAggregationDropEventParameters>) => void,
15284
15489
  /**
15285
15490
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15286
15491
  */
@@ -15300,7 +15505,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15300
15505
  /**
15301
15506
  * The function to be called when the event occurs
15302
15507
  */
15303
- fnFunction: (p1: Event) => void,
15508
+ fnFunction: (p1: Event<$VoAggregationDropEventParameters>) => void,
15304
15509
  /**
15305
15510
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15306
15511
  */
@@ -15325,7 +15530,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15325
15530
  /**
15326
15531
  * The function to be called when the event occurs
15327
15532
  */
15328
- fnFunction: (p1: Event) => void,
15533
+ fnFunction: (p1: Event<$VoAggregationHandleClickEventParameters>) => void,
15329
15534
  /**
15330
15535
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15331
15536
  */
@@ -15345,7 +15550,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15345
15550
  /**
15346
15551
  * The function to be called when the event occurs
15347
15552
  */
15348
- fnFunction: (p1: Event) => void,
15553
+ fnFunction: (p1: Event<$VoAggregationHandleClickEventParameters>) => void,
15349
15554
  /**
15350
15555
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15351
15556
  */
@@ -15371,7 +15576,9 @@ declare module "sap/ui/vbm/VoAggregation" {
15371
15576
  /**
15372
15577
  * The function to be called when the event occurs
15373
15578
  */
15374
- fnFunction: (p1: Event) => void,
15579
+ fnFunction: (
15580
+ p1: Event<$VoAggregationHandleContextMenuEventParameters>
15581
+ ) => void,
15375
15582
  /**
15376
15583
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15377
15584
  */
@@ -15392,7 +15599,9 @@ declare module "sap/ui/vbm/VoAggregation" {
15392
15599
  /**
15393
15600
  * The function to be called when the event occurs
15394
15601
  */
15395
- fnFunction: (p1: Event) => void,
15602
+ fnFunction: (
15603
+ p1: Event<$VoAggregationHandleContextMenuEventParameters>
15604
+ ) => void,
15396
15605
  /**
15397
15606
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15398
15607
  */
@@ -15417,7 +15626,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15417
15626
  /**
15418
15627
  * The function to be called when the event occurs
15419
15628
  */
15420
- fnFunction: (p1: Event) => void,
15629
+ fnFunction: (p1: Event<$VoAggregationHandleMovedEventParameters>) => void,
15421
15630
  /**
15422
15631
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15423
15632
  */
@@ -15437,7 +15646,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15437
15646
  /**
15438
15647
  * The function to be called when the event occurs
15439
15648
  */
15440
- fnFunction: (p1: Event) => void,
15649
+ fnFunction: (p1: Event<$VoAggregationHandleMovedEventParameters>) => void,
15441
15650
  /**
15442
15651
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15443
15652
  */
@@ -15462,7 +15671,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15462
15671
  /**
15463
15672
  * The function to be called when the event occurs
15464
15673
  */
15465
- fnFunction: (p1: Event) => void,
15674
+ fnFunction: (p1: Event<$VoAggregationSelectEventParameters>) => void,
15466
15675
  /**
15467
15676
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15468
15677
  */
@@ -15482,7 +15691,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15482
15691
  /**
15483
15692
  * The function to be called when the event occurs
15484
15693
  */
15485
- fnFunction: (p1: Event) => void,
15694
+ fnFunction: (p1: Event<$VoAggregationSelectEventParameters>) => void,
15486
15695
  /**
15487
15696
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15488
15697
  */
@@ -15499,7 +15708,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15499
15708
  /**
15500
15709
  * The function to be called, when the event occurs
15501
15710
  */
15502
- fnFunction: (p1: Event) => void,
15711
+ fnFunction: (p1: Event<$VoAggregationClickEventParameters>) => void,
15503
15712
  /**
15504
15713
  * Context object on which the given function had to be called
15505
15714
  */
@@ -15516,7 +15725,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15516
15725
  /**
15517
15726
  * The function to be called, when the event occurs
15518
15727
  */
15519
- fnFunction: (p1: Event) => void,
15728
+ fnFunction: (p1: Event<$VoAggregationContextMenuEventParameters>) => void,
15520
15729
  /**
15521
15730
  * Context object on which the given function had to be called
15522
15731
  */
@@ -15533,7 +15742,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15533
15742
  /**
15534
15743
  * The function to be called, when the event occurs
15535
15744
  */
15536
- fnFunction: (p1: Event) => void,
15745
+ fnFunction: (p1: Event<$VoAggregationDeselectEventParameters>) => void,
15537
15746
  /**
15538
15747
  * Context object on which the given function had to be called
15539
15748
  */
@@ -15550,7 +15759,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15550
15759
  /**
15551
15760
  * The function to be called, when the event occurs
15552
15761
  */
15553
- fnFunction: (p1: Event) => void,
15762
+ fnFunction: (p1: Event<$VoAggregationDropEventParameters>) => void,
15554
15763
  /**
15555
15764
  * Context object on which the given function had to be called
15556
15765
  */
@@ -15567,7 +15776,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15567
15776
  /**
15568
15777
  * The function to be called, when the event occurs
15569
15778
  */
15570
- fnFunction: (p1: Event) => void,
15779
+ fnFunction: (p1: Event<$VoAggregationHandleClickEventParameters>) => void,
15571
15780
  /**
15572
15781
  * Context object on which the given function had to be called
15573
15782
  */
@@ -15585,7 +15794,9 @@ declare module "sap/ui/vbm/VoAggregation" {
15585
15794
  /**
15586
15795
  * The function to be called, when the event occurs
15587
15796
  */
15588
- fnFunction: (p1: Event) => void,
15797
+ fnFunction: (
15798
+ p1: Event<$VoAggregationHandleContextMenuEventParameters>
15799
+ ) => void,
15589
15800
  /**
15590
15801
  * Context object on which the given function had to be called
15591
15802
  */
@@ -15602,7 +15813,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15602
15813
  /**
15603
15814
  * The function to be called, when the event occurs
15604
15815
  */
15605
- fnFunction: (p1: Event) => void,
15816
+ fnFunction: (p1: Event<$VoAggregationHandleMovedEventParameters>) => void,
15606
15817
  /**
15607
15818
  * Context object on which the given function had to be called
15608
15819
  */
@@ -15619,7 +15830,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15619
15830
  /**
15620
15831
  * The function to be called, when the event occurs
15621
15832
  */
15622
- fnFunction: (p1: Event) => void,
15833
+ fnFunction: (p1: Event<$VoAggregationSelectEventParameters>) => void,
15623
15834
  /**
15624
15835
  * Context object on which the given function had to be called
15625
15836
  */
@@ -15636,12 +15847,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15636
15847
  /**
15637
15848
  * Parameters to pass along with the event
15638
15849
  */
15639
- mParameters?: {
15640
- /**
15641
- * Clicked instance
15642
- */
15643
- instance?: VoBase;
15644
- }
15850
+ mParameters?: $VoAggregationClickEventParameters
15645
15851
  ): this;
15646
15852
  /**
15647
15853
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15654,16 +15860,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15654
15860
  /**
15655
15861
  * Parameters to pass along with the event
15656
15862
  */
15657
- mParameters?: {
15658
- /**
15659
- * Clicked instance
15660
- */
15661
- instance?: VoBase;
15662
- /**
15663
- * Menu to open
15664
- */
15665
- menu?: Menu;
15666
- }
15863
+ mParameters?: $VoAggregationContextMenuEventParameters
15667
15864
  ): this;
15668
15865
  /**
15669
15866
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15676,12 +15873,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15676
15873
  /**
15677
15874
  * Parameters to pass along with the event
15678
15875
  */
15679
- mParameters?: {
15680
- /**
15681
- * Array of deselected VOs
15682
- */
15683
- deselected?: any[];
15684
- }
15876
+ mParameters?: $VoAggregationDeselectEventParameters
15685
15877
  ): this;
15686
15878
  /**
15687
15879
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15694,16 +15886,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15694
15886
  /**
15695
15887
  * Parameters to pass along with the event
15696
15888
  */
15697
- mParameters?: {
15698
- /**
15699
- * Drop target instance
15700
- */
15701
- instance?: Spot;
15702
- /**
15703
- * Dragged instance
15704
- */
15705
- dragSource?: VoBase;
15706
- }
15889
+ mParameters?: $VoAggregationDropEventParameters
15707
15890
  ): this;
15708
15891
  /**
15709
15892
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15716,16 +15899,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15716
15899
  /**
15717
15900
  * Parameters to pass along with the event
15718
15901
  */
15719
- mParameters?: {
15720
- /**
15721
- * Clicked instance
15722
- */
15723
- instance?: VoBase;
15724
- /**
15725
- * The number of the handle where the click occured. Handles are numbered zero based.
15726
- */
15727
- handle?: int;
15728
- }
15902
+ mParameters?: $VoAggregationHandleClickEventParameters
15729
15903
  ): this;
15730
15904
  /**
15731
15905
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15738,20 +15912,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15738
15912
  /**
15739
15913
  * Parameters to pass along with the event
15740
15914
  */
15741
- mParameters?: {
15742
- /**
15743
- * Clicked instance
15744
- */
15745
- instance?: VoBase;
15746
- /**
15747
- * Menu to open
15748
- */
15749
- menu?: Menu;
15750
- /**
15751
- * The number of the handle where the click occured. Handles are numbered zero based.
15752
- */
15753
- handle?: int;
15754
- }
15915
+ mParameters?: $VoAggregationHandleContextMenuEventParameters
15755
15916
  ): this;
15756
15917
  /**
15757
15918
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15764,16 +15925,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15764
15925
  /**
15765
15926
  * Parameters to pass along with the event
15766
15927
  */
15767
- mParameters?: {
15768
- /**
15769
- * Clicked instance
15770
- */
15771
- instance?: VoBase;
15772
- /**
15773
- * The number of the handle where the click occured. Handles are numbered zero based.
15774
- */
15775
- handle?: int;
15776
- }
15928
+ mParameters?: $VoAggregationHandleMovedEventParameters
15777
15929
  ): this;
15778
15930
  /**
15779
15931
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15786,12 +15938,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15786
15938
  /**
15787
15939
  * Parameters to pass along with the event
15788
15940
  */
15789
- mParameters?: {
15790
- /**
15791
- * Array of selected VOs
15792
- */
15793
- selected?: any[];
15794
- }
15941
+ mParameters?: $VoAggregationSelectEventParameters
15795
15942
  ): this;
15796
15943
  /**
15797
15944
  * Gets current value of property {@link #getCustomProperties customProperties}.
@@ -15903,6 +16050,7 @@ declare module "sap/ui/vbm/VoAggregation" {
15903
16050
  sMinSel?: string
15904
16051
  ): this;
15905
16052
  }
16053
+ export default VoAggregation;
15906
16054
 
15907
16055
  export interface $VoAggregationSettings extends $VoAbstractSettings {
15908
16056
  /**
@@ -15924,42 +16072,136 @@ declare module "sap/ui/vbm/VoAggregation" {
15924
16072
  /**
15925
16073
  * This event is raised when a Design handle is moved.
15926
16074
  */
15927
- handleMoved?: (oEvent: Event) => void;
16075
+ handleMoved?: (
16076
+ oEvent: Event<$VoAggregationHandleMovedEventParameters>
16077
+ ) => void;
15928
16078
 
15929
16079
  /**
15930
16080
  * This event is raised when a Design handle is right clicked.
15931
16081
  */
15932
- handleContextMenu?: (oEvent: Event) => void;
16082
+ handleContextMenu?: (
16083
+ oEvent: Event<$VoAggregationHandleContextMenuEventParameters>
16084
+ ) => void;
15933
16085
 
15934
16086
  /**
15935
16087
  * This event is raised when a Design handle is clicked.
15936
16088
  */
15937
- handleClick?: (oEvent: Event) => void;
16089
+ handleClick?: (
16090
+ oEvent: Event<$VoAggregationHandleClickEventParameters>
16091
+ ) => void;
15938
16092
 
15939
16093
  /**
15940
16094
  * This event is raised when aggregated elements get selected
15941
16095
  */
15942
- select?: (oEvent: Event) => void;
16096
+ select?: (oEvent: Event<$VoAggregationSelectEventParameters>) => void;
15943
16097
 
15944
16098
  /**
15945
16099
  * This event is raised when aggregated elements get deselected
15946
16100
  */
15947
- deselect?: (oEvent: Event) => void;
16101
+ deselect?: (oEvent: Event<$VoAggregationDeselectEventParameters>) => void;
15948
16102
 
15949
16103
  /**
15950
16104
  * The event is raised when there is a click action on a VO.
15951
16105
  */
15952
- click?: (oEvent: Event) => void;
16106
+ click?: (oEvent: Event<$VoAggregationClickEventParameters>) => void;
15953
16107
 
15954
16108
  /**
15955
16109
  * The event is raised when there is a right click or a tap and hold action on a VO.
15956
16110
  */
15957
- contextMenu?: (oEvent: Event) => void;
16111
+ contextMenu?: (
16112
+ oEvent: Event<$VoAggregationContextMenuEventParameters>
16113
+ ) => void;
15958
16114
 
15959
16115
  /**
15960
16116
  * The event is raised when something is dropped on a VO.
15961
16117
  */
15962
- drop?: (oEvent: Event) => void;
16118
+ drop?: (oEvent: Event<$VoAggregationDropEventParameters>) => void;
16119
+ }
16120
+
16121
+ export interface $VoAggregationClickEventParameters {
16122
+ /**
16123
+ * Clicked instance
16124
+ */
16125
+ instance?: VoBase;
16126
+ }
16127
+
16128
+ export interface $VoAggregationContextMenuEventParameters {
16129
+ /**
16130
+ * Clicked instance
16131
+ */
16132
+ instance?: VoBase;
16133
+
16134
+ /**
16135
+ * Menu to open
16136
+ */
16137
+ menu?: Menu;
16138
+ }
16139
+
16140
+ export interface $VoAggregationDeselectEventParameters {
16141
+ /**
16142
+ * Array of deselected VOs
16143
+ */
16144
+ deselected?: any[];
16145
+ }
16146
+
16147
+ export interface $VoAggregationDropEventParameters {
16148
+ /**
16149
+ * Drop target instance
16150
+ */
16151
+ instance?: Spot;
16152
+
16153
+ /**
16154
+ * Dragged instance
16155
+ */
16156
+ dragSource?: VoBase;
16157
+ }
16158
+
16159
+ export interface $VoAggregationHandleClickEventParameters {
16160
+ /**
16161
+ * Clicked instance
16162
+ */
16163
+ instance?: VoBase;
16164
+
16165
+ /**
16166
+ * The number of the handle where the click occured. Handles are numbered zero based.
16167
+ */
16168
+ handle?: int;
16169
+ }
16170
+
16171
+ export interface $VoAggregationHandleContextMenuEventParameters {
16172
+ /**
16173
+ * Clicked instance
16174
+ */
16175
+ instance?: VoBase;
16176
+
16177
+ /**
16178
+ * Menu to open
16179
+ */
16180
+ menu?: Menu;
16181
+
16182
+ /**
16183
+ * The number of the handle where the click occured. Handles are numbered zero based.
16184
+ */
16185
+ handle?: int;
16186
+ }
16187
+
16188
+ export interface $VoAggregationHandleMovedEventParameters {
16189
+ /**
16190
+ * Clicked instance
16191
+ */
16192
+ instance?: VoBase;
16193
+
16194
+ /**
16195
+ * The number of the handle where the click occured. Handles are numbered zero based.
16196
+ */
16197
+ handle?: int;
16198
+ }
16199
+
16200
+ export interface $VoAggregationSelectEventParameters {
16201
+ /**
16202
+ * Array of selected VOs
16203
+ */
16204
+ selected?: any[];
15963
16205
  }
15964
16206
  }
15965
16207
 
@@ -15968,25 +16210,25 @@ declare module "sap/ui/vbm/VoBase" {
15968
16210
 
15969
16211
  import Event from "sap/ui/base/Event";
15970
16212
 
15971
- import Menu from "sap/ui/unified/Menu";
15972
-
15973
16213
  import { SemanticType } from "sap/ui/vbm/library";
15974
16214
 
15975
16215
  import ElementMetadata from "sap/ui/core/ElementMetadata";
15976
16216
 
15977
16217
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15978
16218
 
16219
+ import Menu from "sap/ui/unified/Menu";
16220
+
15979
16221
  /**
15980
16222
  * Abstract aggregation element for VO aggregations. This element implements the common part for all specific
15981
16223
  * VO elements. It must not be used directly, but is the base for further extension.
15982
16224
  * As a common feature it provides the Label, which may be attached to any visual object. There are two
15983
16225
  * modes for using labels:
15984
16226
  * - A controlled mode by providing a label type. In this mode most parameters for the label are automatically
15985
- * set by programmed defaults according to the Fiori guidelines.
16227
+ * set by programmed defaults according to the Fiori guidelines.
15986
16228
  * - A freestyle mode, providing the full control on colors and layout. Further all visual objects
15987
- * have common edit capabilities and it is possible to drop content on visual objects.
16229
+ * have common edit capabilities and it is possible to drop content on visual objects.
15988
16230
  */
15989
- export default class VoBase extends UI5Element {
16231
+ class VoBase extends UI5Element {
15990
16232
  /**
15991
16233
  * Constructor for a new VoBase.
15992
16234
  *
@@ -16111,7 +16353,7 @@ declare module "sap/ui/vbm/VoBase" {
16111
16353
  /**
16112
16354
  * The function to be called when the event occurs
16113
16355
  */
16114
- fnFunction: (p1: Event) => void,
16356
+ fnFunction: (p1: Event<$VoBaseContextMenuEventParameters>) => void,
16115
16357
  /**
16116
16358
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16117
16359
  */
@@ -16131,7 +16373,7 @@ declare module "sap/ui/vbm/VoBase" {
16131
16373
  /**
16132
16374
  * The function to be called when the event occurs
16133
16375
  */
16134
- fnFunction: (p1: Event) => void,
16376
+ fnFunction: (p1: Event<$VoBaseContextMenuEventParameters>) => void,
16135
16377
  /**
16136
16378
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16137
16379
  */
@@ -16156,7 +16398,7 @@ declare module "sap/ui/vbm/VoBase" {
16156
16398
  /**
16157
16399
  * The function to be called when the event occurs
16158
16400
  */
16159
- fnFunction: (p1: Event) => void,
16401
+ fnFunction: (p1: Event<$VoBaseDropEventParameters>) => void,
16160
16402
  /**
16161
16403
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16162
16404
  */
@@ -16176,7 +16418,7 @@ declare module "sap/ui/vbm/VoBase" {
16176
16418
  /**
16177
16419
  * The function to be called when the event occurs
16178
16420
  */
16179
- fnFunction: (p1: Event) => void,
16421
+ fnFunction: (p1: Event<$VoBaseDropEventParameters>) => void,
16180
16422
  /**
16181
16423
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16182
16424
  */
@@ -16201,7 +16443,7 @@ declare module "sap/ui/vbm/VoBase" {
16201
16443
  /**
16202
16444
  * The function to be called when the event occurs
16203
16445
  */
16204
- fnFunction: (p1: Event) => void,
16446
+ fnFunction: (p1: Event<$VoBaseHandleClickEventParameters>) => void,
16205
16447
  /**
16206
16448
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16207
16449
  */
@@ -16221,7 +16463,7 @@ declare module "sap/ui/vbm/VoBase" {
16221
16463
  /**
16222
16464
  * The function to be called when the event occurs
16223
16465
  */
16224
- fnFunction: (p1: Event) => void,
16466
+ fnFunction: (p1: Event<$VoBaseHandleClickEventParameters>) => void,
16225
16467
  /**
16226
16468
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16227
16469
  */
@@ -16247,7 +16489,7 @@ declare module "sap/ui/vbm/VoBase" {
16247
16489
  /**
16248
16490
  * The function to be called when the event occurs
16249
16491
  */
16250
- fnFunction: (p1: Event) => void,
16492
+ fnFunction: (p1: Event<$VoBaseHandleContextMenuEventParameters>) => void,
16251
16493
  /**
16252
16494
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16253
16495
  */
@@ -16268,7 +16510,7 @@ declare module "sap/ui/vbm/VoBase" {
16268
16510
  /**
16269
16511
  * The function to be called when the event occurs
16270
16512
  */
16271
- fnFunction: (p1: Event) => void,
16513
+ fnFunction: (p1: Event<$VoBaseHandleContextMenuEventParameters>) => void,
16272
16514
  /**
16273
16515
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16274
16516
  */
@@ -16293,7 +16535,7 @@ declare module "sap/ui/vbm/VoBase" {
16293
16535
  /**
16294
16536
  * The function to be called when the event occurs
16295
16537
  */
16296
- fnFunction: (p1: Event) => void,
16538
+ fnFunction: (p1: Event<$VoBaseHandleMovedEventParameters>) => void,
16297
16539
  /**
16298
16540
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16299
16541
  */
@@ -16313,7 +16555,7 @@ declare module "sap/ui/vbm/VoBase" {
16313
16555
  /**
16314
16556
  * The function to be called when the event occurs
16315
16557
  */
16316
- fnFunction: (p1: Event) => void,
16558
+ fnFunction: (p1: Event<$VoBaseHandleMovedEventParameters>) => void,
16317
16559
  /**
16318
16560
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16319
16561
  */
@@ -16347,7 +16589,7 @@ declare module "sap/ui/vbm/VoBase" {
16347
16589
  /**
16348
16590
  * The function to be called, when the event occurs
16349
16591
  */
16350
- fnFunction: (p1: Event) => void,
16592
+ fnFunction: (p1: Event<$VoBaseContextMenuEventParameters>) => void,
16351
16593
  /**
16352
16594
  * Context object on which the given function had to be called
16353
16595
  */
@@ -16364,7 +16606,7 @@ declare module "sap/ui/vbm/VoBase" {
16364
16606
  /**
16365
16607
  * The function to be called, when the event occurs
16366
16608
  */
16367
- fnFunction: (p1: Event) => void,
16609
+ fnFunction: (p1: Event<$VoBaseDropEventParameters>) => void,
16368
16610
  /**
16369
16611
  * Context object on which the given function had to be called
16370
16612
  */
@@ -16381,7 +16623,7 @@ declare module "sap/ui/vbm/VoBase" {
16381
16623
  /**
16382
16624
  * The function to be called, when the event occurs
16383
16625
  */
16384
- fnFunction: (p1: Event) => void,
16626
+ fnFunction: (p1: Event<$VoBaseHandleClickEventParameters>) => void,
16385
16627
  /**
16386
16628
  * Context object on which the given function had to be called
16387
16629
  */
@@ -16399,7 +16641,7 @@ declare module "sap/ui/vbm/VoBase" {
16399
16641
  /**
16400
16642
  * The function to be called, when the event occurs
16401
16643
  */
16402
- fnFunction: (p1: Event) => void,
16644
+ fnFunction: (p1: Event<$VoBaseHandleContextMenuEventParameters>) => void,
16403
16645
  /**
16404
16646
  * Context object on which the given function had to be called
16405
16647
  */
@@ -16416,7 +16658,7 @@ declare module "sap/ui/vbm/VoBase" {
16416
16658
  /**
16417
16659
  * The function to be called, when the event occurs
16418
16660
  */
16419
- fnFunction: (p1: Event) => void,
16661
+ fnFunction: (p1: Event<$VoBaseHandleMovedEventParameters>) => void,
16420
16662
  /**
16421
16663
  * Context object on which the given function had to be called
16422
16664
  */
@@ -16446,12 +16688,7 @@ declare module "sap/ui/vbm/VoBase" {
16446
16688
  /**
16447
16689
  * Parameters to pass along with the event
16448
16690
  */
16449
- mParameters?: {
16450
- /**
16451
- * Menu to open
16452
- */
16453
- menu?: Menu;
16454
- }
16691
+ mParameters?: $VoBaseContextMenuEventParameters
16455
16692
  ): this;
16456
16693
  /**
16457
16694
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -16464,12 +16701,7 @@ declare module "sap/ui/vbm/VoBase" {
16464
16701
  /**
16465
16702
  * Parameters to pass along with the event
16466
16703
  */
16467
- mParameters?: {
16468
- /**
16469
- * Dragged instance
16470
- */
16471
- dragSource?: VoBase;
16472
- }
16704
+ mParameters?: $VoBaseDropEventParameters
16473
16705
  ): this;
16474
16706
  /**
16475
16707
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -16482,12 +16714,7 @@ declare module "sap/ui/vbm/VoBase" {
16482
16714
  /**
16483
16715
  * Parameters to pass along with the event
16484
16716
  */
16485
- mParameters?: {
16486
- /**
16487
- * The number of the handle where the click occured. Handles are numbered zero based.
16488
- */
16489
- handle?: int;
16490
- }
16717
+ mParameters?: $VoBaseHandleClickEventParameters
16491
16718
  ): this;
16492
16719
  /**
16493
16720
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -16500,16 +16727,7 @@ declare module "sap/ui/vbm/VoBase" {
16500
16727
  /**
16501
16728
  * Parameters to pass along with the event
16502
16729
  */
16503
- mParameters?: {
16504
- /**
16505
- * The number of the handle where the click occured. Handles are numbered zero based.
16506
- */
16507
- handle?: int;
16508
- /**
16509
- * Menu to open
16510
- */
16511
- menu?: Menu;
16512
- }
16730
+ mParameters?: $VoBaseHandleContextMenuEventParameters
16513
16731
  ): this;
16514
16732
  /**
16515
16733
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -16522,12 +16740,7 @@ declare module "sap/ui/vbm/VoBase" {
16522
16740
  /**
16523
16741
  * Parameters to pass along with the event
16524
16742
  */
16525
- mParameters?: {
16526
- /**
16527
- * The number of the handle where the click occured. Handles are numbered zero based.
16528
- */
16529
- handle?: int;
16530
- }
16743
+ mParameters?: $VoBaseHandleMovedEventParameters
16531
16744
  ): this;
16532
16745
  /**
16533
16746
  * Gets current value of property {@link #getChangeable changeable}.
@@ -17016,6 +17229,7 @@ declare module "sap/ui/vbm/VoBase" {
17016
17229
  sSelectColor?: string
17017
17230
  ): this;
17018
17231
  }
17232
+ export default VoBase;
17019
17233
 
17020
17234
  export interface $VoBaseSettings extends $ElementSettings {
17021
17235
  /**
@@ -17134,27 +17348,71 @@ declare module "sap/ui/vbm/VoBase" {
17134
17348
  /**
17135
17349
  * The event is raised when there is a right click or a tap and hold action on a visual object.
17136
17350
  */
17137
- contextMenu?: (oEvent: Event) => void;
17351
+ contextMenu?: (oEvent: Event<$VoBaseContextMenuEventParameters>) => void;
17138
17352
 
17139
17353
  /**
17140
17354
  * This event is raised when the design handle is moved.
17141
17355
  */
17142
- handleMoved?: (oEvent: Event) => void;
17356
+ handleMoved?: (oEvent: Event<$VoBaseHandleMovedEventParameters>) => void;
17143
17357
 
17144
17358
  /**
17145
17359
  * This event is raised when the design handle is right clicked.
17146
17360
  */
17147
- handleContextMenu?: (oEvent: Event) => void;
17361
+ handleContextMenu?: (
17362
+ oEvent: Event<$VoBaseHandleContextMenuEventParameters>
17363
+ ) => void;
17148
17364
 
17149
17365
  /**
17150
17366
  * This event is raised when the design handle is clicked.
17151
17367
  */
17152
- handleClick?: (oEvent: Event) => void;
17368
+ handleClick?: (oEvent: Event<$VoBaseHandleClickEventParameters>) => void;
17153
17369
 
17154
17370
  /**
17155
17371
  * The event is raised when something is dropped on the object.
17156
17372
  */
17157
- drop?: (oEvent: Event) => void;
17373
+ drop?: (oEvent: Event<$VoBaseDropEventParameters>) => void;
17374
+ }
17375
+
17376
+ export interface $VoBaseClickEventParameters {}
17377
+
17378
+ export interface $VoBaseContextMenuEventParameters {
17379
+ /**
17380
+ * Menu to open
17381
+ */
17382
+ menu?: Menu;
17383
+ }
17384
+
17385
+ export interface $VoBaseDropEventParameters {
17386
+ /**
17387
+ * Dragged instance
17388
+ */
17389
+ dragSource?: VoBase;
17390
+ }
17391
+
17392
+ export interface $VoBaseHandleClickEventParameters {
17393
+ /**
17394
+ * The number of the handle where the click occured. Handles are numbered zero based.
17395
+ */
17396
+ handle?: int;
17397
+ }
17398
+
17399
+ export interface $VoBaseHandleContextMenuEventParameters {
17400
+ /**
17401
+ * The number of the handle where the click occured. Handles are numbered zero based.
17402
+ */
17403
+ handle?: int;
17404
+
17405
+ /**
17406
+ * Menu to open
17407
+ */
17408
+ menu?: Menu;
17409
+ }
17410
+
17411
+ export interface $VoBaseHandleMovedEventParameters {
17412
+ /**
17413
+ * The number of the handle where the click occured. Handles are numbered zero based.
17414
+ */
17415
+ handle?: int;
17158
17416
  }
17159
17417
  }
17160
17418