@sapui5/ts-types 1.122.2 → 1.123.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 (66) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +5 -5
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +404 -3
  5. package/types/sap.chart.d.ts +58 -3
  6. package/types/sap.collaboration.d.ts +52 -3
  7. package/types/sap.esh.search.ui.d.ts +2152 -2
  8. package/types/sap.f.d.ts +432 -46
  9. package/types/sap.fe.core.d.ts +20 -15
  10. package/types/sap.fe.macros.d.ts +1048 -21
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +8 -6
  15. package/types/sap.fe.test.d.ts +288 -7
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1067 -15
  19. package/types/sap.insights.d.ts +4 -1
  20. package/types/{mobile-1.122.0-d.ts → sap.m.d.ts} +3962 -124
  21. package/types/sap.makit.d.ts +115 -2
  22. package/types/sap.me.d.ts +84 -2
  23. package/types/sap.ndc.d.ts +22 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.rules.ui.d.ts +44 -8
  26. package/types/sap.sac.df.d.ts +111 -60
  27. package/types/sap.suite.ui.commons.d.ts +1148 -2174
  28. package/types/sap.suite.ui.generic.template.d.ts +10 -1
  29. package/types/sap.suite.ui.microchart.d.ts +190 -2
  30. package/types/sap.tnt.d.ts +46 -2
  31. package/types/sap.ui.codeeditor.d.ts +16 -1
  32. package/types/{commons-1.122.0-d.ts → sap.ui.commons.d.ts} +792 -30
  33. package/types/sap.ui.comp.d.ts +964 -86
  34. package/types/{core-1.122.0-d.ts → sap.ui.core.d.ts} +2194 -1540
  35. package/types/sap.ui.dt.d.ts +3 -0
  36. package/types/sap.ui.export.d.ts +22 -4
  37. package/types/sap.ui.fl.d.ts +40 -1
  38. package/types/sap.ui.generic.app.d.ts +217 -203
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +147 -5
  41. package/types/sap.ui.layout.d.ts +171 -8
  42. package/types/sap.ui.mdc.d.ts +554 -33
  43. package/types/sap.ui.richtexteditor.d.ts +28 -2
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +27 -2
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +278 -57
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +481 -9
  50. package/types/{ux3-1.122.0-d.ts → sap.ui.ux3.d.ts} +527 -5
  51. package/types/sap.ui.vbm.d.ts +544 -2
  52. package/types/sap.ui.vk.d.ts +1580 -39
  53. package/types/sap.ui.vtm.d.ts +373 -2
  54. package/types/sap.ui.webc.common.d.ts +7 -2
  55. package/types/sap.ui.webc.fiori.d.ts +351 -2
  56. package/types/sap.ui.webc.main.d.ts +1035 -2
  57. package/types/sap.uiext.inbox.d.ts +124 -2
  58. package/types/sap.ushell.d.ts +1001 -322
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +123 -6
  61. package/types/sap.viz.d.ts +2619 -5
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +35 -10
  64. package/types/sap.zen.crosstab.d.ts +22 -7
  65. package/types/sap.zen.dsh.d.ts +64 -8
  66. package/types/dt-1.122.0-d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.0
1
+ // For Library Version: 1.123.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6,6 +6,9 @@ declare namespace sap {
6
6
  * SAP UI library: sap.ui.vbm
7
7
  */
8
8
  namespace vbm {
9
+ /**
10
+ * Describes the settings that can be provided to the Adapter constructor.
11
+ */
9
12
  interface $AdapterSettings extends sap.ui.core.$ElementSettings {
10
13
  /**
11
14
  * The GeoMap control associated with the Adapter. The adapter would invoke methods and subscribe to events
@@ -20,6 +23,9 @@ declare namespace sap {
20
23
  submit?: (oEvent: Adapter$SubmitEvent) => void;
21
24
  }
22
25
 
26
+ /**
27
+ * Describes the settings that can be provided to the Adapter3D constructor.
28
+ */
23
29
  interface $Adapter3DSettings extends sap.ui.core.$ElementSettings {
24
30
  /**
25
31
  * The {@link sap.ui.vbm.Viewport Viewport} control associated with the Adapter3D. The Adapter3D would invoke
@@ -33,6 +39,9 @@ declare namespace sap {
33
39
  submit?: (oEvent: Adapter3D$SubmitEvent) => void;
34
40
  }
35
41
 
42
+ /**
43
+ * Describes the settings that can be provided to the AnalyticMap constructor.
44
+ */
36
45
  interface $AnalyticMapSettings extends sap.ui.vbm.$GeoMapSettings {
37
46
  /**
38
47
  * Regions that are different from the defaults. It is possible to specify the tooltip and color for regions.
@@ -67,6 +76,9 @@ declare namespace sap {
67
76
  regionDeselect?: (oEvent: sap.ui.base.Event) => void;
68
77
  }
69
78
 
79
+ /**
80
+ * Describes the settings that can be provided to the Area constructor.
81
+ */
70
82
  interface $AreaSettings extends sap.ui.vbm.$VoBaseSettings {
71
83
  /**
72
84
  * The position array for the Area. For single part areas the format is "lon0;lat0;0.0;...;lonN,latN,0.0".
@@ -104,6 +116,9 @@ declare namespace sap {
104
116
  edgeContextMenu?: (oEvent: sap.ui.base.Event) => void;
105
117
  }
106
118
 
119
+ /**
120
+ * Describes the settings that can be provided to the Areas constructor.
121
+ */
107
122
  interface $AreasSettings extends sap.ui.vbm.$VoAggregationSettings {
108
123
  /**
109
124
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -134,6 +149,9 @@ declare namespace sap {
134
149
  edgeContextMenu?: (oEvent: Areas$EdgeContextMenuEvent) => void;
135
150
  }
136
151
 
152
+ /**
153
+ * Describes the settings that can be provided to the Box constructor.
154
+ */
137
155
  interface $BoxSettings extends sap.ui.vbm.$VoBaseSettings {
138
156
  /**
139
157
  * The position of the Box. The format is "lon;lat;0".
@@ -156,6 +174,9 @@ declare namespace sap {
156
174
  colorBorder?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
157
175
  }
158
176
 
177
+ /**
178
+ * Describes the settings that can be provided to the Boxes constructor.
179
+ */
159
180
  interface $BoxesSettings extends sap.ui.vbm.$VoAggregationSettings {
160
181
  /**
161
182
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -185,6 +206,9 @@ declare namespace sap {
185
206
  | `{${string}}`;
186
207
  }
187
208
 
209
+ /**
210
+ * Describes the settings that can be provided to the Circle constructor.
211
+ */
188
212
  interface $CircleSettings extends sap.ui.vbm.$VoBaseSettings {
189
213
  /**
190
214
  * The position of the circle.
@@ -212,6 +236,9 @@ declare namespace sap {
212
236
  slices?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
213
237
  }
214
238
 
239
+ /**
240
+ * Describes the settings that can be provided to the Circles constructor.
241
+ */
215
242
  interface $CirclesSettings extends sap.ui.vbm.$VoAggregationSettings {
216
243
  /**
217
244
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -241,6 +268,9 @@ declare namespace sap {
241
268
  | `{${string}}`;
242
269
  }
243
270
 
271
+ /**
272
+ * Describes the settings that can be provided to the Cluster constructor.
273
+ */
244
274
  interface $ClusterSettings extends sap.ui.core.$ControlSettings {
245
275
  /**
246
276
  * Set the color of the control. If a type is set then the semantic color of the type is taken instead.
@@ -270,6 +300,9 @@ declare namespace sap {
270
300
  | `{${string}}`;
271
301
  }
272
302
 
303
+ /**
304
+ * Describes the settings that can be provided to the ClusterBase constructor.
305
+ */
273
306
  interface $ClusterBaseSettings extends sap.ui.core.$ElementSettings {
274
307
  /**
275
308
  * Flag controlling the visibility of the area convered by a cluster object.
@@ -337,9 +370,15 @@ declare namespace sap {
337
370
  contextMenu?: (oEvent: ClusterBase$ContextMenuEvent) => void;
338
371
  }
339
372
 
373
+ /**
374
+ * Describes the settings that can be provided to the ClusterContainer constructor.
375
+ */
340
376
  interface $ClusterContainerSettings
341
377
  extends sap.ui.vbm.$ContainerSettings {}
342
378
 
379
+ /**
380
+ * Describes the settings that can be provided to the ClusterDistance constructor.
381
+ */
343
382
  interface $ClusterDistanceSettings
344
383
  extends sap.ui.vbm.$ClusterBaseSettings {
345
384
  /**
@@ -353,6 +392,9 @@ declare namespace sap {
353
392
  | `{${string}}`;
354
393
  }
355
394
 
395
+ /**
396
+ * Describes the settings that can be provided to the ClusterGrid constructor.
397
+ */
356
398
  interface $ClusterGridSettings extends sap.ui.vbm.$ClusterBaseSettings {
357
399
  /**
358
400
  * Size of grid cells in pixels. Format is "distanceX;distanceY"
@@ -398,6 +440,9 @@ declare namespace sap {
398
440
  | `{${string}}`;
399
441
  }
400
442
 
443
+ /**
444
+ * Describes the settings that can be provided to the ClusterTree constructor.
445
+ */
401
446
  interface $ClusterTreeSettings extends sap.ui.vbm.$ClusterBaseSettings {
402
447
  /**
403
448
  * Indicates whether the split of a cluster object into sub clusterers or visual objects should be animated
@@ -408,6 +453,9 @@ declare namespace sap {
408
453
  | `{${string}}`;
409
454
  }
410
455
 
456
+ /**
457
+ * Describes the settings that can be provided to the Container constructor.
458
+ */
411
459
  interface $ContainerSettings extends sap.ui.vbm.$VoBaseSettings {
412
460
  /**
413
461
  * The position for the Container. The format is "lon;lat;0".
@@ -427,6 +475,9 @@ declare namespace sap {
427
475
  item?: sap.ui.core.Control;
428
476
  }
429
477
 
478
+ /**
479
+ * Describes the settings that can be provided to the ContainerBase constructor.
480
+ */
430
481
  interface $ContainerBaseSettings extends sap.ui.core.$ControlSettings {
431
482
  /**
432
483
  * Show fullscreen toggle button in toolbar
@@ -494,6 +545,9 @@ declare namespace sap {
494
545
  settingsPressed?: (oEvent: sap.ui.base.Event) => void;
495
546
  }
496
547
 
548
+ /**
549
+ * Describes the settings that can be provided to the ContainerContent constructor.
550
+ */
497
551
  interface $ContainerContentSettings extends sap.ui.core.$ControlSettings {
498
552
  /**
499
553
  * Icon to show up in the toolbar
@@ -508,6 +562,9 @@ declare namespace sap {
508
562
  content?: sap.ui.core.Control;
509
563
  }
510
564
 
565
+ /**
566
+ * Describes the settings that can be provided to the Containers constructor.
567
+ */
511
568
  interface $ContainersSettings extends sap.ui.vbm.$VoAggregationSettings {
512
569
  /**
513
570
  * Container object aggregation
@@ -519,6 +576,9 @@ declare namespace sap {
519
576
  | `{${string}}`;
520
577
  }
521
578
 
579
+ /**
580
+ * Describes the settings that can be provided to the DragSource constructor.
581
+ */
522
582
  interface $DragSourceSettings extends sap.ui.core.$ElementSettings {
523
583
  /**
524
584
  * Drag type
@@ -526,6 +586,9 @@ declare namespace sap {
526
586
  type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
527
587
  }
528
588
 
589
+ /**
590
+ * Describes the settings that can be provided to the DropTarget constructor.
591
+ */
529
592
  interface $DropTargetSettings extends sap.ui.core.$ElementSettings {
530
593
  /**
531
594
  * Drop type
@@ -533,6 +596,9 @@ declare namespace sap {
533
596
  type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
534
597
  }
535
598
 
599
+ /**
600
+ * Describes the settings that can be provided to the Feature constructor.
601
+ */
536
602
  interface $FeatureSettings extends sap.ui.core.$ElementSettings {
537
603
  /**
538
604
  * The color, this should be provided in the rgba(r,g,b,a) format.
@@ -558,6 +624,9 @@ declare namespace sap {
558
624
  contextMenu?: (oEvent: Feature$ContextMenuEvent) => void;
559
625
  }
560
626
 
627
+ /**
628
+ * Describes the settings that can be provided to the FeatureCollection constructor.
629
+ */
561
630
  interface $FeatureCollectionSettings
562
631
  extends sap.ui.vbm.$GeoJsonLayerSettings {
563
632
  /**
@@ -582,6 +651,9 @@ declare namespace sap {
582
651
  contextMenu?: (oEvent: FeatureCollection$ContextMenuEvent) => void;
583
652
  }
584
653
 
654
+ /**
655
+ * Describes the settings that can be provided to the GeoCircle constructor.
656
+ */
585
657
  interface $GeoCircleSettings extends sap.ui.vbm.$VoBaseSettings {
586
658
  /**
587
659
  * The position of the geocircle. The format is "lon;lat;0".
@@ -609,6 +681,9 @@ declare namespace sap {
609
681
  slices?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
610
682
  }
611
683
 
684
+ /**
685
+ * Describes the settings that can be provided to the GeoCircles constructor.
686
+ */
612
687
  interface $GeoCirclesSettings extends sap.ui.vbm.$VoAggregationSettings {
613
688
  /**
614
689
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -638,6 +713,9 @@ declare namespace sap {
638
713
  | `{${string}}`;
639
714
  }
640
715
 
716
+ /**
717
+ * Describes the settings that can be provided to the GeoJsonLayer constructor.
718
+ */
641
719
  interface $GeoJsonLayerSettings extends sap.ui.core.$ElementSettings {
642
720
  /**
643
721
  * Source URL for GeoJSON
@@ -699,6 +777,9 @@ declare namespace sap {
699
777
  contextMenu?: (oEvent: GeoJsonLayer$ContextMenuEvent) => void;
700
778
  }
701
779
 
780
+ /**
781
+ * Describes the settings that can be provided to the GeoMap constructor.
782
+ */
702
783
  interface $GeoMapSettings extends sap.ui.vbm.$VBISettings {
703
784
  /**
704
785
  * This is the map configuration for the geo map. The map configuration defines the used maps, the layering
@@ -909,6 +990,9 @@ declare namespace sap {
909
990
  keyUp?: (oEvent: GeoMap$KeyUpEvent) => void;
910
991
  }
911
992
 
993
+ /**
994
+ * Describes the settings that can be provided to the Heatmap constructor.
995
+ */
912
996
  interface $HeatmapSettings extends sap.ui.vbm.$VoAbstractSettings {
913
997
  /**
914
998
  * Gradient Definition. Can be either provided as Ressource - then it is type string.
@@ -971,6 +1055,9 @@ declare namespace sap {
971
1055
  | `{${string}}`;
972
1056
  }
973
1057
 
1058
+ /**
1059
+ * Describes the settings that can be provided to the HeatPoint constructor.
1060
+ */
974
1061
  interface $HeatPointSettings extends sap.ui.vbm.$VoBaseSettings {
975
1062
  /**
976
1063
  * The position of a sample element of the heatmap. Should be bound. The format is "lon;lat;0"
@@ -988,6 +1075,9 @@ declare namespace sap {
988
1075
  radius?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
989
1076
  }
990
1077
 
1078
+ /**
1079
+ * Describes the settings that can be provided to the LegendItem constructor.
1080
+ */
991
1081
  interface $LegendItemSettings extends sap.ui.core.$ElementSettings {
992
1082
  /**
993
1083
  * The color of the legend marker.
@@ -1018,6 +1108,12 @@ declare namespace sap {
1018
1108
  click?: (oEvent: LegendItem$ClickEvent) => void;
1019
1109
  }
1020
1110
 
1111
+ /**
1112
+ * Describes the settings that can be provided to the ListPanel constructor.
1113
+ *
1114
+ * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
1115
+ * versions.
1116
+ */
1021
1117
  interface $ListPanelSettings extends sap.ui.core.$ControlSettings {
1022
1118
  /**
1023
1119
  * Header text
@@ -1086,6 +1182,12 @@ declare namespace sap {
1086
1182
  itemPress?: (oEvent: ListPanel$ItemPressEvent) => void;
1087
1183
  }
1088
1184
 
1185
+ /**
1186
+ * Describes the settings that can be provided to the ListPanelStack constructor.
1187
+ *
1188
+ * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
1189
+ * versions.
1190
+ */
1089
1191
  interface $ListPanelStackSettings extends sap.ui.core.$ControlSettings {
1090
1192
  /**
1091
1193
  * Control width
@@ -1126,6 +1228,9 @@ declare namespace sap {
1126
1228
  | `{${string}}`;
1127
1229
  }
1128
1230
 
1231
+ /**
1232
+ * Describes the settings that can be provided to the MapContainer constructor.
1233
+ */
1129
1234
  interface $MapContainerSettings
1130
1235
  extends sap.ui.vbm.$ContainerBaseSettings {
1131
1236
  /**
@@ -1174,6 +1279,9 @@ declare namespace sap {
1174
1279
  listPanelStack?: /* was: sap.ui.vk.ListPanelStack */ any;
1175
1280
  }
1176
1281
 
1282
+ /**
1283
+ * Describes the settings that can be provided to the Pie constructor.
1284
+ */
1177
1285
  interface $PieSettings extends sap.ui.vbm.$VoBaseSettings {
1178
1286
  /**
1179
1287
  * The position of the Pie.
@@ -1196,6 +1304,9 @@ declare namespace sap {
1196
1304
  | `{${string}}`;
1197
1305
  }
1198
1306
 
1307
+ /**
1308
+ * Describes the settings that can be provided to the PieItem constructor.
1309
+ */
1199
1310
  interface $PieItemSettings extends sap.ui.core.$ElementSettings {
1200
1311
  /**
1201
1312
  * The name of the Pie item.
@@ -1219,6 +1330,9 @@ declare namespace sap {
1219
1330
  click?: (oEvent: sap.ui.base.Event) => void;
1220
1331
  }
1221
1332
 
1333
+ /**
1334
+ * Describes the settings that can be provided to the Pies constructor.
1335
+ */
1222
1336
  interface $PiesSettings extends sap.ui.vbm.$VoAggregationSettings {
1223
1337
  /**
1224
1338
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -1248,6 +1362,9 @@ declare namespace sap {
1248
1362
  | `{${string}}`;
1249
1363
  }
1250
1364
 
1365
+ /**
1366
+ * Describes the settings that can be provided to the Region constructor.
1367
+ */
1251
1368
  interface $RegionSettings extends sap.ui.core.$ElementSettings {
1252
1369
  /**
1253
1370
  * The color, this must be provided in the rgba(r,g,b,a) format.
@@ -1306,6 +1423,9 @@ declare namespace sap {
1306
1423
  contextMenu?: (oEvent: Region$ContextMenuEvent) => void;
1307
1424
  }
1308
1425
 
1426
+ /**
1427
+ * Describes the settings that can be provided to the Resource constructor.
1428
+ */
1309
1429
  interface $ResourceSettings extends sap.ui.core.$ElementSettings {
1310
1430
  /**
1311
1431
  * Value of the resource. Base64 endode binary.
@@ -1325,6 +1445,9 @@ declare namespace sap {
1325
1445
  name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1326
1446
  }
1327
1447
 
1448
+ /**
1449
+ * Describes the settings that can be provided to the Route constructor.
1450
+ */
1328
1451
  interface $RouteSettings extends sap.ui.vbm.$VoBaseSettings {
1329
1452
  /**
1330
1453
  * The position array of the route. The format is "lon0;lat0;0;...lonN;latN;0".
@@ -1424,6 +1547,9 @@ declare namespace sap {
1424
1547
  | `{${string}}`;
1425
1548
  }
1426
1549
 
1550
+ /**
1551
+ * Describes the settings that can be provided to the Routes constructor.
1552
+ */
1427
1553
  interface $RoutesSettings extends sap.ui.vbm.$VoAggregationSettings {
1428
1554
  /**
1429
1555
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -1477,6 +1603,9 @@ declare namespace sap {
1477
1603
  drop?: (oEvent: sap.ui.base.Event) => void;
1478
1604
  }
1479
1605
 
1606
+ /**
1607
+ * Describes the settings that can be provided to the Spot constructor.
1608
+ */
1480
1609
  interface $SpotSettings extends sap.ui.vbm.$VoBaseSettings {
1481
1610
  /**
1482
1611
  * The position of the spot. The format is "lon;lat;0"
@@ -1564,6 +1693,9 @@ declare namespace sap {
1564
1693
  | `{${string}}`;
1565
1694
  }
1566
1695
 
1696
+ /**
1697
+ * Describes the settings that can be provided to the Spots constructor.
1698
+ */
1567
1699
  interface $SpotsSettings extends sap.ui.vbm.$VoAggregationSettings {
1568
1700
  /**
1569
1701
  * Set to true if position may be changed at runtime. The actual changeability is control on each aggregated
@@ -1611,6 +1743,9 @@ declare namespace sap {
1611
1743
  | `{${string}}`;
1612
1744
  }
1613
1745
 
1746
+ /**
1747
+ * Describes the settings that can be provided to the VBI constructor.
1748
+ */
1614
1749
  interface $VBISettings extends sap.ui.core.$ControlSettings {
1615
1750
  /**
1616
1751
  * Set the width of the control.
@@ -1765,6 +1900,9 @@ declare namespace sap {
1765
1900
  containerDestroyed?: (oEvent: VBI$ContainerDestroyedEvent) => void;
1766
1901
  }
1767
1902
 
1903
+ /**
1904
+ * Describes the settings that can be provided to the Viewport constructor.
1905
+ */
1768
1906
  interface $ViewportSettings extends sap.ui.core.$ControlSettings {
1769
1907
  /**
1770
1908
  * Viewport width
@@ -1804,8 +1942,14 @@ declare namespace sap {
1804
1942
  cameraChange?: (oEvent: Viewport$CameraChangeEvent) => void;
1805
1943
  }
1806
1944
 
1945
+ /**
1946
+ * Describes the settings that can be provided to the VoAbstract constructor.
1947
+ */
1807
1948
  interface $VoAbstractSettings extends sap.ui.core.$ElementSettings {}
1808
1949
 
1950
+ /**
1951
+ * Describes the settings that can be provided to the VoAggregation constructor.
1952
+ */
1809
1953
  interface $VoAggregationSettings extends sap.ui.vbm.$VoAbstractSettings {
1810
1954
  /**
1811
1955
  * Selection cardinality: minimum selected elements ("0" or "1" )
@@ -1869,6 +2013,9 @@ declare namespace sap {
1869
2013
  drop?: (oEvent: VoAggregation$DropEvent) => void;
1870
2014
  }
1871
2015
 
2016
+ /**
2017
+ * Describes the settings that can be provided to the VoBase constructor.
2018
+ */
1872
2019
  interface $VoBaseSettings extends sap.ui.core.$ElementSettings {
1873
2020
  /**
1874
2021
  * Unique identifier for the object. This is optional. If not provided the default identifier sId is used.
@@ -2020,10 +2167,16 @@ declare namespace sap {
2020
2167
  drop?: (oEvent: VoBase$DropEvent) => void;
2021
2168
  }
2022
2169
 
2170
+ /**
2171
+ * Parameters of the Adapter#submit event.
2172
+ */
2023
2173
  interface Adapter$SubmitEventParameters {
2024
2174
  data?: string;
2025
2175
  }
2026
2176
 
2177
+ /**
2178
+ * Parameters of the Adapter3D#submit event.
2179
+ */
2027
2180
  interface Adapter3D$SubmitEventParameters {
2028
2181
  /**
2029
2182
  * A string in the VBI JSON format.
@@ -2031,6 +2184,9 @@ declare namespace sap {
2031
2184
  data?: string;
2032
2185
  }
2033
2186
 
2187
+ /**
2188
+ * Parameters of the AnalyticMap#regionClick event.
2189
+ */
2034
2190
  interface AnalyticMap$RegionClickEventParameters {
2035
2191
  /**
2036
2192
  * The regions code.
@@ -2038,6 +2194,9 @@ declare namespace sap {
2038
2194
  code?: string;
2039
2195
  }
2040
2196
 
2197
+ /**
2198
+ * Parameters of the AnalyticMap#regionContextMenu event.
2199
+ */
2041
2200
  interface AnalyticMap$RegionContextMenuEventParameters {
2042
2201
  /**
2043
2202
  * The regions code.
@@ -2045,14 +2204,29 @@ declare namespace sap {
2045
2204
  code?: string;
2046
2205
  }
2047
2206
 
2207
+ /**
2208
+ * Parameters of the AnalyticMap#regionDeselect event.
2209
+ */
2048
2210
  interface AnalyticMap$RegionDeselectEventParameters {}
2049
2211
 
2212
+ /**
2213
+ * Parameters of the AnalyticMap#regionSelect event.
2214
+ */
2050
2215
  interface AnalyticMap$RegionSelectEventParameters {}
2051
2216
 
2217
+ /**
2218
+ * Parameters of the Area#edgeClick event.
2219
+ */
2052
2220
  interface Area$EdgeClickEventParameters {}
2053
2221
 
2222
+ /**
2223
+ * Parameters of the Area#edgeContextMenu event.
2224
+ */
2054
2225
  interface Area$EdgeContextMenuEventParameters {}
2055
2226
 
2227
+ /**
2228
+ * Parameters of the Areas#edgeClick event.
2229
+ */
2056
2230
  interface Areas$EdgeClickEventParameters {
2057
2231
  /**
2058
2232
  * Clicked instance
@@ -2066,6 +2240,9 @@ declare namespace sap {
2066
2240
  edge?: int;
2067
2241
  }
2068
2242
 
2243
+ /**
2244
+ * Parameters of the Areas#edgeContextMenu event.
2245
+ */
2069
2246
  interface Areas$EdgeContextMenuEventParameters {
2070
2247
  /**
2071
2248
  * Clicked instance
@@ -2079,6 +2256,9 @@ declare namespace sap {
2079
2256
  edge?: int;
2080
2257
  }
2081
2258
 
2259
+ /**
2260
+ * Parameters of the ClusterBase#click event.
2261
+ */
2082
2262
  interface ClusterBase$ClickEventParameters {
2083
2263
  /**
2084
2264
  * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
@@ -2086,6 +2266,9 @@ declare namespace sap {
2086
2266
  clusterID?: string;
2087
2267
  }
2088
2268
 
2269
+ /**
2270
+ * Parameters of the ClusterBase#contextMenu event.
2271
+ */
2089
2272
  interface ClusterBase$ContextMenuEventParameters {
2090
2273
  /**
2091
2274
  * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
@@ -2098,14 +2281,26 @@ declare namespace sap {
2098
2281
  menu?: sap.ui.unified.Menu;
2099
2282
  }
2100
2283
 
2284
+ /**
2285
+ * Parameters of the ContainerBase#contentChange event.
2286
+ */
2101
2287
  interface ContainerBase$ContentChangeEventParameters {
2102
2288
  selectedItemId?: string;
2103
2289
  }
2104
2290
 
2291
+ /**
2292
+ * Parameters of the ContainerBase#settingsPressed event.
2293
+ */
2105
2294
  interface ContainerBase$SettingsPressedEventParameters {}
2106
2295
 
2296
+ /**
2297
+ * Parameters of the Feature#click event.
2298
+ */
2107
2299
  interface Feature$ClickEventParameters {}
2108
2300
 
2301
+ /**
2302
+ * Parameters of the Feature#contextMenu event.
2303
+ */
2109
2304
  interface Feature$ContextMenuEventParameters {
2110
2305
  /**
2111
2306
  * Menu object to be used with openContextMenu().
@@ -2113,12 +2308,21 @@ declare namespace sap {
2113
2308
  menu?: sap.ui.unified.Menu;
2114
2309
  }
2115
2310
 
2311
+ /**
2312
+ * Parameters of the FeatureCollection#click event.
2313
+ */
2116
2314
  interface FeatureCollection$ClickEventParameters
2117
2315
  extends sap.ui.vbm.GeoJsonLayer$ClickEventParameters {}
2118
2316
 
2317
+ /**
2318
+ * Parameters of the FeatureCollection#contextMenu event.
2319
+ */
2119
2320
  interface FeatureCollection$ContextMenuEventParameters
2120
2321
  extends sap.ui.vbm.GeoJsonLayer$ContextMenuEventParameters {}
2121
2322
 
2323
+ /**
2324
+ * Parameters of the GeoJsonLayer#click event.
2325
+ */
2122
2326
  interface GeoJsonLayer$ClickEventParameters {
2123
2327
  /**
2124
2328
  * Id of clicked Feature
@@ -2126,6 +2330,9 @@ declare namespace sap {
2126
2330
  featureId?: string;
2127
2331
  }
2128
2332
 
2333
+ /**
2334
+ * Parameters of the GeoJsonLayer#contextMenu event.
2335
+ */
2129
2336
  interface GeoJsonLayer$ContextMenuEventParameters {
2130
2337
  /**
2131
2338
  * Id of clicked Feature
@@ -2133,6 +2340,9 @@ declare namespace sap {
2133
2340
  featureId?: string;
2134
2341
  }
2135
2342
 
2343
+ /**
2344
+ * Parameters of the GeoMap#centerChanged event.
2345
+ */
2136
2346
  interface GeoMap$CenterChangedEventParameters {
2137
2347
  /**
2138
2348
  * Center point of the map. Format : Lon;Lat;0.0.
@@ -2150,6 +2360,9 @@ declare namespace sap {
2150
2360
  zoomLevel?: int;
2151
2361
  }
2152
2362
 
2363
+ /**
2364
+ * Parameters of the GeoMap#click event.
2365
+ */
2153
2366
  interface GeoMap$ClickEventParameters {
2154
2367
  /**
2155
2368
  * Geo coordinates in format "<longitude>;<latitude>;0"
@@ -2157,6 +2370,9 @@ declare namespace sap {
2157
2370
  pos?: string;
2158
2371
  }
2159
2372
 
2373
+ /**
2374
+ * Parameters of the GeoMap#contextMenu event.
2375
+ */
2160
2376
  interface GeoMap$ContextMenuEventParameters {
2161
2377
  /**
2162
2378
  * Client coordinate X
@@ -2174,6 +2390,9 @@ declare namespace sap {
2174
2390
  pos?: string;
2175
2391
  }
2176
2392
 
2393
+ /**
2394
+ * Parameters of the GeoMap#drop event.
2395
+ */
2177
2396
  interface GeoMap$DropEventParameters {
2178
2397
  /**
2179
2398
  * Geo coordinates in format "<longitude>;<latitude>;0"
@@ -2181,6 +2400,9 @@ declare namespace sap {
2181
2400
  pos?: string;
2182
2401
  }
2183
2402
 
2403
+ /**
2404
+ * Parameters of the GeoMap#keyDown event.
2405
+ */
2184
2406
  interface GeoMap$KeyDownEventParameters {
2185
2407
  /**
2186
2408
  * Key value of the key
@@ -2213,6 +2435,9 @@ declare namespace sap {
2213
2435
  meta?: boolean;
2214
2436
  }
2215
2437
 
2438
+ /**
2439
+ * Parameters of the GeoMap#keyPress event.
2440
+ */
2216
2441
  interface GeoMap$KeyPressEventParameters {
2217
2442
  /**
2218
2443
  * Key value of the key
@@ -2245,6 +2470,9 @@ declare namespace sap {
2245
2470
  meta?: boolean;
2246
2471
  }
2247
2472
 
2473
+ /**
2474
+ * Parameters of the GeoMap#keyUp event.
2475
+ */
2248
2476
  interface GeoMap$KeyUpEventParameters {
2249
2477
  /**
2250
2478
  * Key value of the key
@@ -2277,8 +2505,14 @@ declare namespace sap {
2277
2505
  meta?: boolean;
2278
2506
  }
2279
2507
 
2508
+ /**
2509
+ * Parameters of the GeoMap#select event.
2510
+ */
2280
2511
  interface GeoMap$SelectEventParameters {}
2281
2512
 
2513
+ /**
2514
+ * Parameters of the GeoMap#zoomChanged event.
2515
+ */
2282
2516
  interface GeoMap$ZoomChangedEventParameters {
2283
2517
  /**
2284
2518
  * Center point of the map. Format : Lon;Lat;0.0.
@@ -2296,6 +2530,9 @@ declare namespace sap {
2296
2530
  zoomLevel?: int;
2297
2531
  }
2298
2532
 
2533
+ /**
2534
+ * Parameters of the LegendItem#click event.
2535
+ */
2299
2536
  interface LegendItem$ClickEventParameters {
2300
2537
  /**
2301
2538
  * Event data object
@@ -2323,10 +2560,19 @@ declare namespace sap {
2323
2560
  altKey?: boolean;
2324
2561
  }
2325
2562
 
2563
+ /**
2564
+ * Parameters of the ListPanel#expand event.
2565
+ */
2326
2566
  interface ListPanel$ExpandEventParameters {}
2327
2567
 
2568
+ /**
2569
+ * Parameters of the ListPanel#headerIconPress event.
2570
+ */
2328
2571
  interface ListPanel$HeaderIconPressEventParameters {}
2329
2572
 
2573
+ /**
2574
+ * Parameters of the ListPanel#itemPress event.
2575
+ */
2330
2576
  interface ListPanel$ItemPressEventParameters {
2331
2577
  /**
2332
2578
  * The item which fired the pressed event.
@@ -2339,6 +2585,9 @@ declare namespace sap {
2339
2585
  srcControl?: sap.ui.core.Control;
2340
2586
  }
2341
2587
 
2588
+ /**
2589
+ * Parameters of the ListPanel#selectionChange event.
2590
+ */
2342
2591
  interface ListPanel$SelectionChangeEventParameters {
2343
2592
  /**
2344
2593
  * The item whose selection has changed. In `MultiSelect` mode, only the up-most selected item is returned.
@@ -2357,8 +2606,17 @@ declare namespace sap {
2357
2606
  selected?: boolean;
2358
2607
  }
2359
2608
 
2609
+ /**
2610
+ * Parameters of the PieItem#click event.
2611
+ *
2612
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
2613
+ * Pie Item index when event occurs.
2614
+ */
2360
2615
  interface PieItem$ClickEventParameters {}
2361
2616
 
2617
+ /**
2618
+ * Parameters of the Region#click event.
2619
+ */
2362
2620
  interface Region$ClickEventParameters {
2363
2621
  /**
2364
2622
  * The region code.
@@ -2366,6 +2624,9 @@ declare namespace sap {
2366
2624
  code?: string;
2367
2625
  }
2368
2626
 
2627
+ /**
2628
+ * Parameters of the Region#contextMenu event.
2629
+ */
2369
2630
  interface Region$ContextMenuEventParameters {
2370
2631
  /**
2371
2632
  * The region code.
@@ -2373,15 +2634,27 @@ declare namespace sap {
2373
2634
  code?: string;
2374
2635
  }
2375
2636
 
2637
+ /**
2638
+ * Parameters of the Routes#click event.
2639
+ */
2376
2640
  interface Routes$ClickEventParameters
2377
2641
  extends sap.ui.vbm.VoAggregation$ClickEventParameters {}
2378
2642
 
2643
+ /**
2644
+ * Parameters of the Routes#contextMenu event.
2645
+ */
2379
2646
  interface Routes$ContextMenuEventParameters
2380
2647
  extends sap.ui.vbm.VoAggregation$ContextMenuEventParameters {}
2381
2648
 
2649
+ /**
2650
+ * Parameters of the Routes#drop event.
2651
+ */
2382
2652
  interface Routes$DropEventParameters
2383
2653
  extends sap.ui.vbm.VoAggregation$DropEventParameters {}
2384
2654
 
2655
+ /**
2656
+ * Parameters of the VBI#changeTrackingMode event.
2657
+ */
2385
2658
  interface VBI$ChangeTrackingModeEventParameters {
2386
2659
  /**
2387
2660
  * tracking mode to set or reset
@@ -2394,6 +2667,9 @@ declare namespace sap {
2394
2667
  bSet?: boolean;
2395
2668
  }
2396
2669
 
2670
+ /**
2671
+ * Parameters of the VBI#closeWindow event.
2672
+ */
2397
2673
  interface VBI$CloseWindowEventParameters {
2398
2674
  /**
2399
2675
  * DomRef of placeholder Div for content.
@@ -2406,6 +2682,9 @@ declare namespace sap {
2406
2682
  id?: string;
2407
2683
  }
2408
2684
 
2685
+ /**
2686
+ * Parameters of the VBI#containerCreated event.
2687
+ */
2409
2688
  interface VBI$ContainerCreatedEventParameters {
2410
2689
  /**
2411
2690
  * DomRef of placeholder Div to render into.
@@ -2418,6 +2697,9 @@ declare namespace sap {
2418
2697
  id?: string;
2419
2698
  }
2420
2699
 
2700
+ /**
2701
+ * Parameters of the VBI#containerDestroyed event.
2702
+ */
2421
2703
  interface VBI$ContainerDestroyedEventParameters {
2422
2704
  /**
2423
2705
  * DomRef of placeholder Div of content.
@@ -2430,6 +2712,9 @@ declare namespace sap {
2430
2712
  id?: string;
2431
2713
  }
2432
2714
 
2715
+ /**
2716
+ * Parameters of the VBI#move event.
2717
+ */
2433
2718
  interface VBI$MoveEventParameters {
2434
2719
  /**
2435
2720
  * Canvas object to render into.
@@ -2437,6 +2722,9 @@ declare namespace sap {
2437
2722
  canvas?: object;
2438
2723
  }
2439
2724
 
2725
+ /**
2726
+ * Parameters of the VBI#openWindow event.
2727
+ */
2440
2728
  interface VBI$OpenWindowEventParameters {
2441
2729
  /**
2442
2730
  * DomRef of placeholder Div to render into.
@@ -2449,6 +2737,9 @@ declare namespace sap {
2449
2737
  id?: string;
2450
2738
  }
2451
2739
 
2740
+ /**
2741
+ * Parameters of the VBI#render event.
2742
+ */
2452
2743
  interface VBI$RenderEventParameters {
2453
2744
  /**
2454
2745
  * Canvas object to render into.
@@ -2456,6 +2747,9 @@ declare namespace sap {
2456
2747
  canvas?: object;
2457
2748
  }
2458
2749
 
2750
+ /**
2751
+ * Parameters of the VBI#submit event.
2752
+ */
2459
2753
  interface VBI$SubmitEventParameters {
2460
2754
  /**
2461
2755
  * JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
@@ -2464,6 +2758,9 @@ declare namespace sap {
2464
2758
  data?: string;
2465
2759
  }
2466
2760
 
2761
+ /**
2762
+ * Parameters of the VBI#thumbnailClick event.
2763
+ */
2467
2764
  interface VBI$ThumbnailClickEventParameters {
2468
2765
  /**
2469
2766
  * Geo coordinates in format "lon;lat;0"
@@ -2476,6 +2773,9 @@ declare namespace sap {
2476
2773
  zoomLevel?: int;
2477
2774
  }
2478
2775
 
2776
+ /**
2777
+ * Parameters of the VBI#zoom event.
2778
+ */
2479
2779
  interface VBI$ZoomEventParameters {
2480
2780
  /**
2481
2781
  * Canvas object to render into
@@ -2483,6 +2783,9 @@ declare namespace sap {
2483
2783
  canvas?: object;
2484
2784
  }
2485
2785
 
2786
+ /**
2787
+ * Parameters of the Viewport#cameraChange event.
2788
+ */
2486
2789
  interface Viewport$CameraChangeEventParameters {
2487
2790
  /**
2488
2791
  * Current position in camera history
@@ -2495,6 +2798,9 @@ declare namespace sap {
2495
2798
  historyLength?: int;
2496
2799
  }
2497
2800
 
2801
+ /**
2802
+ * Parameters of the VoAggregation#click event.
2803
+ */
2498
2804
  interface VoAggregation$ClickEventParameters {
2499
2805
  /**
2500
2806
  * Clicked instance
@@ -2502,6 +2808,9 @@ declare namespace sap {
2502
2808
  instance?: sap.ui.vbm.VoBase;
2503
2809
  }
2504
2810
 
2811
+ /**
2812
+ * Parameters of the VoAggregation#contextMenu event.
2813
+ */
2505
2814
  interface VoAggregation$ContextMenuEventParameters {
2506
2815
  /**
2507
2816
  * Clicked instance
@@ -2514,6 +2823,9 @@ declare namespace sap {
2514
2823
  menu?: sap.ui.unified.Menu;
2515
2824
  }
2516
2825
 
2826
+ /**
2827
+ * Parameters of the VoAggregation#deselect event.
2828
+ */
2517
2829
  interface VoAggregation$DeselectEventParameters {
2518
2830
  /**
2519
2831
  * Array of deselected VOs
@@ -2521,6 +2833,9 @@ declare namespace sap {
2521
2833
  deselected?: any[];
2522
2834
  }
2523
2835
 
2836
+ /**
2837
+ * Parameters of the VoAggregation#drop event.
2838
+ */
2524
2839
  interface VoAggregation$DropEventParameters {
2525
2840
  /**
2526
2841
  * Drop target instance
@@ -2533,6 +2848,9 @@ declare namespace sap {
2533
2848
  dragSource?: sap.ui.vbm.VoBase;
2534
2849
  }
2535
2850
 
2851
+ /**
2852
+ * Parameters of the VoAggregation#handleClick event.
2853
+ */
2536
2854
  interface VoAggregation$HandleClickEventParameters {
2537
2855
  /**
2538
2856
  * Clicked instance
@@ -2545,6 +2863,9 @@ declare namespace sap {
2545
2863
  handle?: int;
2546
2864
  }
2547
2865
 
2866
+ /**
2867
+ * Parameters of the VoAggregation#handleContextMenu event.
2868
+ */
2548
2869
  interface VoAggregation$HandleContextMenuEventParameters {
2549
2870
  /**
2550
2871
  * Clicked instance
@@ -2562,6 +2883,9 @@ declare namespace sap {
2562
2883
  handle?: int;
2563
2884
  }
2564
2885
 
2886
+ /**
2887
+ * Parameters of the VoAggregation#handleMoved event.
2888
+ */
2565
2889
  interface VoAggregation$HandleMovedEventParameters {
2566
2890
  /**
2567
2891
  * Clicked instance
@@ -2574,6 +2898,9 @@ declare namespace sap {
2574
2898
  handle?: int;
2575
2899
  }
2576
2900
 
2901
+ /**
2902
+ * Parameters of the VoAggregation#select event.
2903
+ */
2577
2904
  interface VoAggregation$SelectEventParameters {
2578
2905
  /**
2579
2906
  * Array of selected VOs
@@ -2581,8 +2908,14 @@ declare namespace sap {
2581
2908
  selected?: any[];
2582
2909
  }
2583
2910
 
2911
+ /**
2912
+ * Parameters of the VoBase#click event.
2913
+ */
2584
2914
  interface VoBase$ClickEventParameters {}
2585
2915
 
2916
+ /**
2917
+ * Parameters of the VoBase#contextMenu event.
2918
+ */
2586
2919
  interface VoBase$ContextMenuEventParameters {
2587
2920
  /**
2588
2921
  * Menu to open
@@ -2590,6 +2923,9 @@ declare namespace sap {
2590
2923
  menu?: sap.ui.unified.Menu;
2591
2924
  }
2592
2925
 
2926
+ /**
2927
+ * Parameters of the VoBase#drop event.
2928
+ */
2593
2929
  interface VoBase$DropEventParameters {
2594
2930
  /**
2595
2931
  * Dragged instance
@@ -2597,6 +2933,9 @@ declare namespace sap {
2597
2933
  dragSource?: sap.ui.vbm.VoBase;
2598
2934
  }
2599
2935
 
2936
+ /**
2937
+ * Parameters of the VoBase#handleClick event.
2938
+ */
2600
2939
  interface VoBase$HandleClickEventParameters {
2601
2940
  /**
2602
2941
  * The number of the handle where the click occured. Handles are numbered zero based.
@@ -2604,6 +2943,9 @@ declare namespace sap {
2604
2943
  handle?: int;
2605
2944
  }
2606
2945
 
2946
+ /**
2947
+ * Parameters of the VoBase#handleContextMenu event.
2948
+ */
2607
2949
  interface VoBase$HandleContextMenuEventParameters {
2608
2950
  /**
2609
2951
  * The number of the handle where the click occured. Handles are numbered zero based.
@@ -2616,6 +2958,9 @@ declare namespace sap {
2616
2958
  menu?: sap.ui.unified.Menu;
2617
2959
  }
2618
2960
 
2961
+ /**
2962
+ * Parameters of the VoBase#handleMoved event.
2963
+ */
2619
2964
  interface VoBase$HandleMovedEventParameters {
2620
2965
  /**
2621
2966
  * The number of the handle where the click occured. Handles are numbered zero based.
@@ -19703,315 +20048,512 @@ declare namespace sap {
19703
20048
  */
19704
20049
  Warning = "Warning",
19705
20050
  }
19706
-
20051
+ /**
20052
+ * Event object of the Adapter#submit event.
20053
+ */
19707
20054
  type Adapter$SubmitEvent = sap.ui.base.Event<
19708
20055
  Adapter$SubmitEventParameters,
19709
20056
  Adapter
19710
20057
  >;
19711
20058
 
20059
+ /**
20060
+ * Event object of the Adapter3D#submit event.
20061
+ */
19712
20062
  type Adapter3D$SubmitEvent = sap.ui.base.Event<
19713
20063
  Adapter3D$SubmitEventParameters,
19714
20064
  Adapter3D
19715
20065
  >;
19716
20066
 
20067
+ /**
20068
+ * Event object of the AnalyticMap#regionClick event.
20069
+ */
19717
20070
  type AnalyticMap$RegionClickEvent = sap.ui.base.Event<
19718
20071
  AnalyticMap$RegionClickEventParameters,
19719
20072
  AnalyticMap
19720
20073
  >;
19721
20074
 
20075
+ /**
20076
+ * Event object of the AnalyticMap#regionContextMenu event.
20077
+ */
19722
20078
  type AnalyticMap$RegionContextMenuEvent = sap.ui.base.Event<
19723
20079
  AnalyticMap$RegionContextMenuEventParameters,
19724
20080
  AnalyticMap
19725
20081
  >;
19726
20082
 
20083
+ /**
20084
+ * Event object of the AnalyticMap#regionDeselect event.
20085
+ */
19727
20086
  type AnalyticMap$RegionDeselectEvent = sap.ui.base.Event<
19728
20087
  AnalyticMap$RegionDeselectEventParameters,
19729
20088
  AnalyticMap
19730
20089
  >;
19731
20090
 
20091
+ /**
20092
+ * Event object of the AnalyticMap#regionSelect event.
20093
+ */
19732
20094
  type AnalyticMap$RegionSelectEvent = sap.ui.base.Event<
19733
20095
  AnalyticMap$RegionSelectEventParameters,
19734
20096
  AnalyticMap
19735
20097
  >;
19736
20098
 
20099
+ /**
20100
+ * Event object of the Area#edgeClick event.
20101
+ */
19737
20102
  type Area$EdgeClickEvent = sap.ui.base.Event<
19738
20103
  Area$EdgeClickEventParameters,
19739
20104
  Area
19740
20105
  >;
19741
20106
 
20107
+ /**
20108
+ * Event object of the Area#edgeContextMenu event.
20109
+ */
19742
20110
  type Area$EdgeContextMenuEvent = sap.ui.base.Event<
19743
20111
  Area$EdgeContextMenuEventParameters,
19744
20112
  Area
19745
20113
  >;
19746
20114
 
20115
+ /**
20116
+ * Event object of the Areas#edgeClick event.
20117
+ */
19747
20118
  type Areas$EdgeClickEvent = sap.ui.base.Event<
19748
20119
  Areas$EdgeClickEventParameters,
19749
20120
  Areas
19750
20121
  >;
19751
20122
 
20123
+ /**
20124
+ * Event object of the Areas#edgeContextMenu event.
20125
+ */
19752
20126
  type Areas$EdgeContextMenuEvent = sap.ui.base.Event<
19753
20127
  Areas$EdgeContextMenuEventParameters,
19754
20128
  Areas
19755
20129
  >;
19756
20130
 
20131
+ /**
20132
+ * Event object of the ClusterBase#click event.
20133
+ */
19757
20134
  type ClusterBase$ClickEvent = sap.ui.base.Event<
19758
20135
  ClusterBase$ClickEventParameters,
19759
20136
  ClusterBase
19760
20137
  >;
19761
20138
 
20139
+ /**
20140
+ * Event object of the ClusterBase#contextMenu event.
20141
+ */
19762
20142
  type ClusterBase$ContextMenuEvent = sap.ui.base.Event<
19763
20143
  ClusterBase$ContextMenuEventParameters,
19764
20144
  ClusterBase
19765
20145
  >;
19766
20146
 
20147
+ /**
20148
+ * Event object of the ContainerBase#contentChange event.
20149
+ */
19767
20150
  type ContainerBase$ContentChangeEvent = sap.ui.base.Event<
19768
20151
  ContainerBase$ContentChangeEventParameters,
19769
20152
  ContainerBase
19770
20153
  >;
19771
20154
 
20155
+ /**
20156
+ * Event object of the ContainerBase#settingsPressed event.
20157
+ */
19772
20158
  type ContainerBase$SettingsPressedEvent = sap.ui.base.Event<
19773
20159
  ContainerBase$SettingsPressedEventParameters,
19774
20160
  ContainerBase
19775
20161
  >;
19776
20162
 
20163
+ /**
20164
+ * Event object of the Feature#click event.
20165
+ */
19777
20166
  type Feature$ClickEvent = sap.ui.base.Event<
19778
20167
  Feature$ClickEventParameters,
19779
20168
  Feature
19780
20169
  >;
19781
20170
 
20171
+ /**
20172
+ * Event object of the Feature#contextMenu event.
20173
+ */
19782
20174
  type Feature$ContextMenuEvent = sap.ui.base.Event<
19783
20175
  Feature$ContextMenuEventParameters,
19784
20176
  Feature
19785
20177
  >;
19786
20178
 
20179
+ /**
20180
+ * Event object of the FeatureCollection#click event.
20181
+ */
19787
20182
  type FeatureCollection$ClickEvent = sap.ui.base.Event<
19788
20183
  FeatureCollection$ClickEventParameters,
19789
20184
  FeatureCollection
19790
20185
  >;
19791
20186
 
20187
+ /**
20188
+ * Event object of the FeatureCollection#contextMenu event.
20189
+ */
19792
20190
  type FeatureCollection$ContextMenuEvent = sap.ui.base.Event<
19793
20191
  FeatureCollection$ContextMenuEventParameters,
19794
20192
  FeatureCollection
19795
20193
  >;
19796
20194
 
20195
+ /**
20196
+ * Event object of the GeoJsonLayer#click event.
20197
+ */
19797
20198
  type GeoJsonLayer$ClickEvent = sap.ui.base.Event<
19798
20199
  GeoJsonLayer$ClickEventParameters,
19799
20200
  GeoJsonLayer
19800
20201
  >;
19801
20202
 
20203
+ /**
20204
+ * Event object of the GeoJsonLayer#contextMenu event.
20205
+ */
19802
20206
  type GeoJsonLayer$ContextMenuEvent = sap.ui.base.Event<
19803
20207
  GeoJsonLayer$ContextMenuEventParameters,
19804
20208
  GeoJsonLayer
19805
20209
  >;
19806
20210
 
20211
+ /**
20212
+ * Event object of the GeoMap#centerChanged event.
20213
+ */
19807
20214
  type GeoMap$CenterChangedEvent = sap.ui.base.Event<
19808
20215
  GeoMap$CenterChangedEventParameters,
19809
20216
  GeoMap
19810
20217
  >;
19811
20218
 
20219
+ /**
20220
+ * Event object of the GeoMap#click event.
20221
+ */
19812
20222
  type GeoMap$ClickEvent = sap.ui.base.Event<
19813
20223
  GeoMap$ClickEventParameters,
19814
20224
  GeoMap
19815
20225
  >;
19816
20226
 
20227
+ /**
20228
+ * Event object of the GeoMap#contextMenu event.
20229
+ */
19817
20230
  type GeoMap$ContextMenuEvent = sap.ui.base.Event<
19818
20231
  GeoMap$ContextMenuEventParameters,
19819
20232
  GeoMap
19820
20233
  >;
19821
20234
 
20235
+ /**
20236
+ * Event object of the GeoMap#drop event.
20237
+ */
19822
20238
  type GeoMap$DropEvent = sap.ui.base.Event<
19823
20239
  GeoMap$DropEventParameters,
19824
20240
  GeoMap
19825
20241
  >;
19826
20242
 
20243
+ /**
20244
+ * Event object of the GeoMap#keyDown event.
20245
+ */
19827
20246
  type GeoMap$KeyDownEvent = sap.ui.base.Event<
19828
20247
  GeoMap$KeyDownEventParameters,
19829
20248
  GeoMap
19830
20249
  >;
19831
20250
 
20251
+ /**
20252
+ * Event object of the GeoMap#keyPress event.
20253
+ */
19832
20254
  type GeoMap$KeyPressEvent = sap.ui.base.Event<
19833
20255
  GeoMap$KeyPressEventParameters,
19834
20256
  GeoMap
19835
20257
  >;
19836
20258
 
20259
+ /**
20260
+ * Event object of the GeoMap#keyUp event.
20261
+ */
19837
20262
  type GeoMap$KeyUpEvent = sap.ui.base.Event<
19838
20263
  GeoMap$KeyUpEventParameters,
19839
20264
  GeoMap
19840
20265
  >;
19841
20266
 
20267
+ /**
20268
+ * Event object of the GeoMap#select event.
20269
+ */
19842
20270
  type GeoMap$SelectEvent = sap.ui.base.Event<
19843
20271
  GeoMap$SelectEventParameters,
19844
20272
  GeoMap
19845
20273
  >;
19846
20274
 
20275
+ /**
20276
+ * Event object of the GeoMap#zoomChanged event.
20277
+ */
19847
20278
  type GeoMap$ZoomChangedEvent = sap.ui.base.Event<
19848
20279
  GeoMap$ZoomChangedEventParameters,
19849
20280
  GeoMap
19850
20281
  >;
19851
20282
 
20283
+ /**
20284
+ * Event object of the LegendItem#click event.
20285
+ */
19852
20286
  type LegendItem$ClickEvent = sap.ui.base.Event<
19853
20287
  LegendItem$ClickEventParameters,
19854
20288
  LegendItem
19855
20289
  >;
19856
20290
 
20291
+ /**
20292
+ * Event object of the ListPanel#expand event.
20293
+ */
19857
20294
  type ListPanel$ExpandEvent = sap.ui.base.Event<
19858
20295
  ListPanel$ExpandEventParameters,
19859
20296
  ListPanel
19860
20297
  >;
19861
20298
 
20299
+ /**
20300
+ * Event object of the ListPanel#headerIconPress event.
20301
+ */
19862
20302
  type ListPanel$HeaderIconPressEvent = sap.ui.base.Event<
19863
20303
  ListPanel$HeaderIconPressEventParameters,
19864
20304
  ListPanel
19865
20305
  >;
19866
20306
 
20307
+ /**
20308
+ * Event object of the ListPanel#itemPress event.
20309
+ */
19867
20310
  type ListPanel$ItemPressEvent = sap.ui.base.Event<
19868
20311
  ListPanel$ItemPressEventParameters,
19869
20312
  ListPanel
19870
20313
  >;
19871
20314
 
20315
+ /**
20316
+ * Event object of the ListPanel#selectionChange event.
20317
+ */
19872
20318
  type ListPanel$SelectionChangeEvent = sap.ui.base.Event<
19873
20319
  ListPanel$SelectionChangeEventParameters,
19874
20320
  ListPanel
19875
20321
  >;
19876
20322
 
20323
+ /**
20324
+ * Event object of the PieItem#click event.
20325
+ *
20326
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
20327
+ * Pie Item index when event occurs.
20328
+ */
19877
20329
  type PieItem$ClickEvent = sap.ui.base.Event<
19878
20330
  PieItem$ClickEventParameters,
19879
20331
  PieItem
19880
20332
  >;
19881
20333
 
20334
+ /**
20335
+ * Event object of the Region#click event.
20336
+ */
19882
20337
  type Region$ClickEvent = sap.ui.base.Event<
19883
20338
  Region$ClickEventParameters,
19884
20339
  Region
19885
20340
  >;
19886
20341
 
20342
+ /**
20343
+ * Event object of the Region#contextMenu event.
20344
+ */
19887
20345
  type Region$ContextMenuEvent = sap.ui.base.Event<
19888
20346
  Region$ContextMenuEventParameters,
19889
20347
  Region
19890
20348
  >;
19891
20349
 
20350
+ /**
20351
+ * Event object of the Routes#click event.
20352
+ */
19892
20353
  type Routes$ClickEvent = sap.ui.base.Event<
19893
20354
  Routes$ClickEventParameters,
19894
20355
  Routes
19895
20356
  >;
19896
20357
 
20358
+ /**
20359
+ * Event object of the Routes#contextMenu event.
20360
+ */
19897
20361
  type Routes$ContextMenuEvent = sap.ui.base.Event<
19898
20362
  Routes$ContextMenuEventParameters,
19899
20363
  Routes
19900
20364
  >;
19901
20365
 
20366
+ /**
20367
+ * Event object of the Routes#drop event.
20368
+ */
19902
20369
  type Routes$DropEvent = sap.ui.base.Event<
19903
20370
  Routes$DropEventParameters,
19904
20371
  Routes
19905
20372
  >;
19906
20373
 
20374
+ /**
20375
+ * Event object of the VBI#changeTrackingMode event.
20376
+ */
19907
20377
  type VBI$ChangeTrackingModeEvent = sap.ui.base.Event<
19908
20378
  VBI$ChangeTrackingModeEventParameters,
19909
20379
  VBI
19910
20380
  >;
19911
20381
 
20382
+ /**
20383
+ * Event object of the VBI#closeWindow event.
20384
+ */
19912
20385
  type VBI$CloseWindowEvent = sap.ui.base.Event<
19913
20386
  VBI$CloseWindowEventParameters,
19914
20387
  VBI
19915
20388
  >;
19916
20389
 
20390
+ /**
20391
+ * Event object of the VBI#containerCreated event.
20392
+ */
19917
20393
  type VBI$ContainerCreatedEvent = sap.ui.base.Event<
19918
20394
  VBI$ContainerCreatedEventParameters,
19919
20395
  VBI
19920
20396
  >;
19921
20397
 
20398
+ /**
20399
+ * Event object of the VBI#containerDestroyed event.
20400
+ */
19922
20401
  type VBI$ContainerDestroyedEvent = sap.ui.base.Event<
19923
20402
  VBI$ContainerDestroyedEventParameters,
19924
20403
  VBI
19925
20404
  >;
19926
20405
 
20406
+ /**
20407
+ * Event object of the VBI#move event.
20408
+ */
19927
20409
  type VBI$MoveEvent = sap.ui.base.Event<VBI$MoveEventParameters, VBI>;
19928
20410
 
20411
+ /**
20412
+ * Event object of the VBI#openWindow event.
20413
+ */
19929
20414
  type VBI$OpenWindowEvent = sap.ui.base.Event<
19930
20415
  VBI$OpenWindowEventParameters,
19931
20416
  VBI
19932
20417
  >;
19933
20418
 
20419
+ /**
20420
+ * Event object of the VBI#render event.
20421
+ */
19934
20422
  type VBI$RenderEvent = sap.ui.base.Event<VBI$RenderEventParameters, VBI>;
19935
20423
 
20424
+ /**
20425
+ * Event object of the VBI#submit event.
20426
+ */
19936
20427
  type VBI$SubmitEvent = sap.ui.base.Event<VBI$SubmitEventParameters, VBI>;
19937
20428
 
20429
+ /**
20430
+ * Event object of the VBI#thumbnailClick event.
20431
+ */
19938
20432
  type VBI$ThumbnailClickEvent = sap.ui.base.Event<
19939
20433
  VBI$ThumbnailClickEventParameters,
19940
20434
  VBI
19941
20435
  >;
19942
20436
 
20437
+ /**
20438
+ * Event object of the VBI#zoom event.
20439
+ */
19943
20440
  type VBI$ZoomEvent = sap.ui.base.Event<VBI$ZoomEventParameters, VBI>;
19944
20441
 
20442
+ /**
20443
+ * Event object of the Viewport#cameraChange event.
20444
+ */
19945
20445
  type Viewport$CameraChangeEvent = sap.ui.base.Event<
19946
20446
  Viewport$CameraChangeEventParameters,
19947
20447
  Viewport
19948
20448
  >;
19949
20449
 
20450
+ /**
20451
+ * Event object of the VoAggregation#click event.
20452
+ */
19950
20453
  type VoAggregation$ClickEvent = sap.ui.base.Event<
19951
20454
  VoAggregation$ClickEventParameters,
19952
20455
  VoAggregation
19953
20456
  >;
19954
20457
 
20458
+ /**
20459
+ * Event object of the VoAggregation#contextMenu event.
20460
+ */
19955
20461
  type VoAggregation$ContextMenuEvent = sap.ui.base.Event<
19956
20462
  VoAggregation$ContextMenuEventParameters,
19957
20463
  VoAggregation
19958
20464
  >;
19959
20465
 
20466
+ /**
20467
+ * Event object of the VoAggregation#deselect event.
20468
+ */
19960
20469
  type VoAggregation$DeselectEvent = sap.ui.base.Event<
19961
20470
  VoAggregation$DeselectEventParameters,
19962
20471
  VoAggregation
19963
20472
  >;
19964
20473
 
20474
+ /**
20475
+ * Event object of the VoAggregation#drop event.
20476
+ */
19965
20477
  type VoAggregation$DropEvent = sap.ui.base.Event<
19966
20478
  VoAggregation$DropEventParameters,
19967
20479
  VoAggregation
19968
20480
  >;
19969
20481
 
20482
+ /**
20483
+ * Event object of the VoAggregation#handleClick event.
20484
+ */
19970
20485
  type VoAggregation$HandleClickEvent = sap.ui.base.Event<
19971
20486
  VoAggregation$HandleClickEventParameters,
19972
20487
  VoAggregation
19973
20488
  >;
19974
20489
 
20490
+ /**
20491
+ * Event object of the VoAggregation#handleContextMenu event.
20492
+ */
19975
20493
  type VoAggregation$HandleContextMenuEvent = sap.ui.base.Event<
19976
20494
  VoAggregation$HandleContextMenuEventParameters,
19977
20495
  VoAggregation
19978
20496
  >;
19979
20497
 
20498
+ /**
20499
+ * Event object of the VoAggregation#handleMoved event.
20500
+ */
19980
20501
  type VoAggregation$HandleMovedEvent = sap.ui.base.Event<
19981
20502
  VoAggregation$HandleMovedEventParameters,
19982
20503
  VoAggregation
19983
20504
  >;
19984
20505
 
20506
+ /**
20507
+ * Event object of the VoAggregation#select event.
20508
+ */
19985
20509
  type VoAggregation$SelectEvent = sap.ui.base.Event<
19986
20510
  VoAggregation$SelectEventParameters,
19987
20511
  VoAggregation
19988
20512
  >;
19989
20513
 
20514
+ /**
20515
+ * Event object of the VoBase#click event.
20516
+ */
19990
20517
  type VoBase$ClickEvent = sap.ui.base.Event<
19991
20518
  VoBase$ClickEventParameters,
19992
20519
  VoBase
19993
20520
  >;
19994
20521
 
20522
+ /**
20523
+ * Event object of the VoBase#contextMenu event.
20524
+ */
19995
20525
  type VoBase$ContextMenuEvent = sap.ui.base.Event<
19996
20526
  VoBase$ContextMenuEventParameters,
19997
20527
  VoBase
19998
20528
  >;
19999
20529
 
20530
+ /**
20531
+ * Event object of the VoBase#drop event.
20532
+ */
20000
20533
  type VoBase$DropEvent = sap.ui.base.Event<
20001
20534
  VoBase$DropEventParameters,
20002
20535
  VoBase
20003
20536
  >;
20004
20537
 
20538
+ /**
20539
+ * Event object of the VoBase#handleClick event.
20540
+ */
20005
20541
  type VoBase$HandleClickEvent = sap.ui.base.Event<
20006
20542
  VoBase$HandleClickEventParameters,
20007
20543
  VoBase
20008
20544
  >;
20009
20545
 
20546
+ /**
20547
+ * Event object of the VoBase#handleContextMenu event.
20548
+ */
20010
20549
  type VoBase$HandleContextMenuEvent = sap.ui.base.Event<
20011
20550
  VoBase$HandleContextMenuEventParameters,
20012
20551
  VoBase
20013
20552
  >;
20014
20553
 
20554
+ /**
20555
+ * Event object of the VoBase#handleMoved event.
20556
+ */
20015
20557
  type VoBase$HandleMovedEvent = sap.ui.base.Event<
20016
20558
  VoBase$HandleMovedEventParameters,
20017
20559
  VoBase