@sapui5/ts-types 1.115.1 → 1.117.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 (65) hide show
  1. package/README.md +4 -14
  2. package/package.json +1 -1
  3. package/types/index.d.ts +10 -3
  4. package/types/sap.apf.d.ts +38 -30
  5. package/types/sap.ca.ui.d.ts +216 -87
  6. package/types/sap.chart.d.ts +31 -55
  7. package/types/sap.collaboration.d.ts +25 -20
  8. package/types/sap.esh.search.ui.d.ts +117 -107
  9. package/types/sap.f.d.ts +229 -310
  10. package/types/sap.fe.core.d.ts +147 -35
  11. package/types/sap.fe.macros.d.ts +167 -61
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.optimisticBatch.d.ts +3 -0
  14. package/types/sap.fe.test.d.ts +1 -1
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1255 -2252
  18. package/types/sap.insights.d.ts +251 -11
  19. package/types/sap.landvisz.d.ts +92 -27
  20. package/types/sap.m.d.ts +2631 -3400
  21. package/types/sap.makit.d.ts +22 -42
  22. package/types/sap.me.d.ts +45 -78
  23. package/types/sap.ndc.d.ts +41 -39
  24. package/types/sap.ovp.d.ts +24 -98
  25. package/types/sap.rules.ui.d.ts +41 -37
  26. package/types/sap.sac.df.d.ts +93 -5
  27. package/types/sap.suite.ui.commons.d.ts +1361 -1165
  28. package/types/sap.suite.ui.generic.template.d.ts +5 -8
  29. package/types/sap.suite.ui.microchart.d.ts +88 -138
  30. package/types/sap.tnt.d.ts +63 -27
  31. package/types/sap.ui.codeeditor.d.ts +11 -21
  32. package/types/sap.ui.commons.d.ts +335 -530
  33. package/types/sap.ui.comp.d.ts +919 -1032
  34. package/types/sap.ui.core.d.ts +1176 -1078
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +192 -13
  37. package/types/sap.ui.fl.d.ts +28 -87
  38. package/types/sap.ui.generic.app.d.ts +28 -30
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +207 -114
  41. package/types/sap.ui.layout.d.ts +98 -69
  42. package/types/sap.ui.mdc.d.ts +7003 -6826
  43. package/types/sap.ui.richtexteditor.d.ts +18 -31
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +9 -14
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +169 -229
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +288 -481
  50. package/types/sap.ui.ux3.d.ts +343 -602
  51. package/types/sap.ui.vbm.d.ts +664 -764
  52. package/types/sap.ui.vk.d.ts +1746 -1844
  53. package/types/sap.ui.vtm.d.ts +417 -386
  54. package/types/sap.ui.webc.common.d.ts +1 -1
  55. package/types/sap.ui.webc.fiori.d.ts +894 -369
  56. package/types/sap.ui.webc.main.d.ts +4598 -1356
  57. package/types/sap.uiext.inbox.d.ts +64 -103
  58. package/types/sap.ushell.d.ts +285 -316
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +60 -100
  61. package/types/sap.viz.d.ts +677 -1089
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +2 -2
  64. package/types/sap.zen.crosstab.d.ts +2 -2
  65. package/types/sap.zen.dsh.d.ts +148 -157
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -151,16 +151,12 @@ declare namespace sap {
151
151
  *
152
152
  * For ‘Update’, please refer to event ‘feedSubmit’
153
153
  */
154
- actionSelected?: (
155
- oEvent: sap.ui.base.Event<sap.ui.ux3.ActionBar$ActionSelectedEventParameters>
156
- ) => void;
154
+ actionSelected?: (oEvent: ActionBar$ActionSelectedEvent) => void;
157
155
 
158
156
  /**
159
157
  * Fired when a new feed entry is submitted.
160
158
  */
161
- feedSubmit?: (
162
- oEvent: sap.ui.base.Event<sap.ui.ux3.ActionBar$FeedSubmitEventParameters>
163
- ) => void;
159
+ feedSubmit?: (oEvent: ActionBar$FeedSubmitEvent) => void;
164
160
  }
165
161
 
166
162
  interface $CollectionSettings extends sap.ui.core.$ElementSettings {
@@ -335,16 +331,12 @@ declare namespace sap {
335
331
  /**
336
332
  * selection Changed
337
333
  */
338
- selectionChanged?: (
339
- oEvent: sap.ui.base.Event<sap.ui.ux3.DataSet$SelectionChangedEventParameters>
340
- ) => void;
334
+ selectionChanged?: (oEvent: DataSet$SelectionChangedEvent) => void;
341
335
 
342
336
  /**
343
337
  * Event which is fired when the user triggers a search
344
338
  */
345
- search?: (
346
- oEvent: sap.ui.base.Event<sap.ui.ux3.DataSet$SearchEventParameters>
347
- ) => void;
339
+ search?: (oEvent: DataSet$SearchEvent) => void;
348
340
  }
349
341
 
350
342
  interface $DataSetItemSettings extends sap.ui.core.$ElementSettings {
@@ -377,9 +369,7 @@ declare namespace sap {
377
369
  /**
378
370
  * Event Fired when Datset item is selected.
379
371
  */
380
- selected?: (
381
- oEvent: sap.ui.base.Event<sap.ui.ux3.DataSetItem$SelectedEventParameters>
382
- ) => void;
372
+ selected?: (oEvent: DataSetItem$SelectedEvent) => void;
383
373
  }
384
374
 
385
375
  interface $DataSetSimpleViewSettings
@@ -516,16 +506,12 @@ declare namespace sap {
516
506
  /**
517
507
  * Event is fired when the search button is clicked
518
508
  */
519
- search?: (
520
- oEvent: sap.ui.base.Event<sap.ui.ux3.Exact$SearchEventParameters>
521
- ) => void;
509
+ search?: (oEvent: Exact$SearchEvent) => void;
522
510
 
523
511
  /**
524
512
  * Event which is fired when an attribute is selected or unselected.
525
513
  */
526
- refineSearch?: (
527
- oEvent: sap.ui.base.Event<sap.ui.ux3.Exact$RefineSearchEventParameters>
528
- ) => void;
514
+ refineSearch?: (oEvent: Exact$RefineSearchEvent) => void;
529
515
  }
530
516
 
531
517
  interface $ExactAreaSettings extends sap.ui.core.$ControlSettings {
@@ -646,7 +632,7 @@ declare namespace sap {
646
632
  * getAttributes() is called.
647
633
  */
648
634
  supplyAttributes?: (
649
- oEvent: sap.ui.base.Event<sap.ui.ux3.ExactAttribute$SupplyAttributesEventParameters>
635
+ oEvent: ExactAttribute$SupplyAttributesEvent
650
636
  ) => void;
651
637
  }
652
638
 
@@ -759,7 +745,7 @@ declare namespace sap {
759
745
  * Event is fired when an attribute is selected or unselected.
760
746
  */
761
747
  attributeSelected?: (
762
- oEvent: sap.ui.base.Event<sap.ui.ux3.ExactBrowser$AttributeSelectedEventParameters>
748
+ oEvent: ExactBrowser$AttributeSelectedEvent
763
749
  ) => void;
764
750
 
765
751
  /**
@@ -808,9 +794,7 @@ declare namespace sap {
808
794
  /**
809
795
  * Event which is fired when an attribute is selected/unselected
810
796
  */
811
- attributeSelected?: (
812
- oEvent: sap.ui.base.Event<sap.ui.ux3.ExactList$AttributeSelectedEventParameters>
813
- ) => void;
797
+ attributeSelected?: (oEvent: ExactList$AttributeSelectedEvent) => void;
814
798
  }
815
799
 
816
800
  interface $FacetFilterSettings extends sap.ui.core.$ControlSettings {
@@ -886,9 +870,7 @@ declare namespace sap {
886
870
  /**
887
871
  * On Select event.
888
872
  */
889
- select?: (
890
- oEvent: sap.ui.base.Event<sap.ui.ux3.FacetFilterList$SelectEventParameters>
891
- ) => void;
873
+ select?: (oEvent: FacetFilterList$SelectEvent) => void;
892
874
  }
893
875
 
894
876
  interface $FeedSettings extends sap.ui.core.$ControlSettings {
@@ -948,37 +930,27 @@ declare namespace sap {
948
930
  /**
949
931
  * Event is fired when the filter is changed
950
932
  */
951
- filterChange?: (
952
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$FilterChangeEventParameters>
953
- ) => void;
933
+ filterChange?: (oEvent: Feed$FilterChangeEvent) => void;
954
934
 
955
935
  /**
956
936
  * Event is fired when the search function on SearchField is triggered
957
937
  */
958
- search?: (
959
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$SearchEventParameters>
960
- ) => void;
938
+ search?: (oEvent: Feed$SearchEvent) => void;
961
939
 
962
940
  /**
963
941
  * Event is fired when a new chunk is added
964
942
  */
965
- chunkAdded?: (
966
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ChunkAddedEventParameters>
967
- ) => void;
943
+ chunkAdded?: (oEvent: Feed$ChunkAddedEvent) => void;
968
944
 
969
945
  /**
970
946
  * Event is fired when an item from the tools MenuButton was selected
971
947
  */
972
- toolsItemSelected?: (
973
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ToolsItemSelectedEventParameters>
974
- ) => void;
948
+ toolsItemSelected?: (oEvent: Feed$ToolsItemSelectedEvent) => void;
975
949
 
976
950
  /**
977
951
  * Event is fired when the live mode has changed
978
952
  */
979
- toggleLive?: (
980
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ToggleLiveEventParameters>
981
- ) => void;
953
+ toggleLive?: (oEvent: Feed$ToggleLiveEvent) => void;
982
954
  }
983
955
 
984
956
  interface $FeedChunkSettings extends sap.ui.core.$ControlSettings {
@@ -1133,16 +1105,12 @@ declare namespace sap {
1133
1105
  /**
1134
1106
  * Event is raised when a comment is added to the entry. This event is not supported for comment chunks.
1135
1107
  */
1136
- commentAdded?: (
1137
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$CommentAddedEventParameters>
1138
- ) => void;
1108
+ commentAdded?: (oEvent: FeedChunk$CommentAddedEvent) => void;
1139
1109
 
1140
1110
  /**
1141
1111
  * Event is raised when the user clicks to flag the entry. This event is not supported for comment chunks.
1142
1112
  */
1143
- toggleFlagged?: (
1144
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleFlaggedEventParameters>
1145
- ) => void;
1113
+ toggleFlagged?: (oEvent: FeedChunk$ToggleFlaggedEvent) => void;
1146
1114
 
1147
1115
  /**
1148
1116
  * Event is fired when the thumbnail or the name of the sender is clicked.
@@ -1152,17 +1120,13 @@ declare namespace sap {
1152
1120
  /**
1153
1121
  * Click on a @-reference
1154
1122
  */
1155
- referenceClicked?: (
1156
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ReferenceClickedEventParameters>
1157
- ) => void;
1123
+ referenceClicked?: (oEvent: FeedChunk$ReferenceClickedEvent) => void;
1158
1124
 
1159
1125
  /**
1160
1126
  * Event is raised when the user clicks to set the entry as favorite. This event is not supported for comment
1161
1127
  * chunks.
1162
1128
  */
1163
- toggleFavorite?: (
1164
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleFavoriteEventParameters>
1165
- ) => void;
1129
+ toggleFavorite?: (oEvent: FeedChunk$ToggleFavoriteEvent) => void;
1166
1130
 
1167
1131
  /**
1168
1132
  * Event is fired when the inspect button was pressed
@@ -1172,15 +1136,13 @@ declare namespace sap {
1172
1136
  /**
1173
1137
  * Event is raised when the user clicks to share the entry. This event is not supported for comment chunks.
1174
1138
  */
1175
- toggleShared?: (
1176
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleSharedEventParameters>
1177
- ) => void;
1139
+ toggleShared?: (oEvent: FeedChunk$ToggleSharedEvent) => void;
1178
1140
 
1179
1141
  /**
1180
1142
  * Event is fired when an item from the action menu button was selected.
1181
1143
  */
1182
1144
  actionItemSelected?: (
1183
- oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ActionItemSelectedEventParameters>
1145
+ oEvent: FeedChunk$ActionItemSelectedEvent
1184
1146
  ) => void;
1185
1147
  }
1186
1148
 
@@ -1218,9 +1180,7 @@ declare namespace sap {
1218
1180
  /**
1219
1181
  * Event is fired when the entered text is submitted
1220
1182
  */
1221
- submit?: (
1222
- oEvent: sap.ui.base.Event<sap.ui.ux3.Feeder$SubmitEventParameters>
1223
- ) => void;
1183
+ submit?: (oEvent: Feeder$SubmitEvent) => void;
1224
1184
  }
1225
1185
 
1226
1186
  interface $NavigationBarSettings extends sap.ui.core.$ControlSettings {
@@ -1267,9 +1227,7 @@ declare namespace sap {
1267
1227
  /**
1268
1228
  * Event is fired when an item is selected by the user
1269
1229
  */
1270
- select?: (
1271
- oEvent: sap.ui.base.Event<sap.ui.ux3.NavigationBar$SelectEventParameters>
1272
- ) => void;
1230
+ select?: (oEvent: NavigationBar$SelectEvent) => void;
1273
1231
  }
1274
1232
 
1275
1233
  interface $NavigationItemSettings extends sap.ui.core.$ItemSettings {
@@ -1353,9 +1311,7 @@ declare namespace sap {
1353
1311
  * Event is fired when the bar wants to be displayed depending on given flag. This allows the application
1354
1312
  * to decide what to do.
1355
1313
  */
1356
- display?: (
1357
- oEvent: sap.ui.base.Event<sap.ui.ux3.NotificationBar$DisplayEventParameters>
1358
- ) => void;
1314
+ display?: (oEvent: NotificationBar$DisplayEvent) => void;
1359
1315
 
1360
1316
  /**
1361
1317
  * @since 1.12.2
@@ -1364,9 +1320,7 @@ declare namespace sap {
1364
1320
  * The event itself can be used from SAPUI5-version 1.12.2 since there was a bug in the previous versions
1365
1321
  * firing this event.
1366
1322
  */
1367
- resize?: (
1368
- oEvent: sap.ui.base.Event<sap.ui.ux3.NotificationBar$ResizeEventParameters>
1369
- ) => void;
1323
+ resize?: (oEvent: NotificationBar$ResizeEvent) => void;
1370
1324
  }
1371
1325
 
1372
1326
  interface $NotifierSettings extends sap.ui.core.$ElementSettings {
@@ -1395,9 +1349,7 @@ declare namespace sap {
1395
1349
  /**
1396
1350
  * Event is fired when a message of the notifiers was selected.
1397
1351
  */
1398
- messageSelected?: (
1399
- oEvent: sap.ui.base.Event<sap.ui.ux3.Notifier$MessageSelectedEventParameters>
1400
- ) => void;
1352
+ messageSelected?: (oEvent: Notifier$MessageSelectedEvent) => void;
1401
1353
  }
1402
1354
 
1403
1355
  interface $OverlaySettings extends sap.ui.core.$ControlSettings {
@@ -1420,30 +1372,22 @@ declare namespace sap {
1420
1372
  /**
1421
1373
  * Event is fired when the Overlay starts closing.
1422
1374
  */
1423
- close?: (
1424
- oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$CloseEventParameters>
1425
- ) => void;
1375
+ close?: (oEvent: Overlay$CloseEvent) => void;
1426
1376
 
1427
1377
  /**
1428
1378
  * Event is fired when the Overlay is closed.
1429
1379
  */
1430
- closed?: (
1431
- oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$ClosedEventParameters>
1432
- ) => void;
1380
+ closed?: (oEvent: Overlay$ClosedEvent) => void;
1433
1381
 
1434
1382
  /**
1435
1383
  * Event is fired when the 'Open' button of the Overlay is clicked.
1436
1384
  */
1437
- openNew?: (
1438
- oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$OpenNewEventParameters>
1439
- ) => void;
1385
+ openNew?: (oEvent: Overlay$OpenNewEvent) => void;
1440
1386
 
1441
1387
  /**
1442
1388
  * Event is fired when the Overlay is opened.
1443
1389
  */
1444
- open?: (
1445
- oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$OpenEventParameters>
1446
- ) => void;
1390
+ open?: (oEvent: Overlay$OpenEvent) => void;
1447
1391
  }
1448
1392
 
1449
1393
  interface $OverlayContainerSettings extends sap.ui.ux3.$OverlaySettings {
@@ -1624,24 +1568,18 @@ declare namespace sap {
1624
1568
  /**
1625
1569
  * Action is selected in Action Bar
1626
1570
  */
1627
- actionSelected?: (
1628
- oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$ActionSelectedEventParameters>
1629
- ) => void;
1571
+ actionSelected?: (oEvent: QuickView$ActionSelectedEvent) => void;
1630
1572
 
1631
1573
  /**
1632
1574
  * Fired when a new feed entry is submitted.
1633
1575
  */
1634
- feedSubmit?: (
1635
- oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$FeedSubmitEventParameters>
1636
- ) => void;
1576
+ feedSubmit?: (oEvent: QuickView$FeedSubmitEvent) => void;
1637
1577
 
1638
1578
  /**
1639
1579
  * Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event
1640
1580
  * object to cancel browser navigation.
1641
1581
  */
1642
- navigate?: (
1643
- oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$NavigateEventParameters>
1644
- ) => void;
1582
+ navigate?: (oEvent: QuickView$NavigateEvent) => void;
1645
1583
  }
1646
1584
 
1647
1585
  interface $ShellSettings extends sap.ui.core.$ControlSettings {
@@ -1868,17 +1806,13 @@ declare namespace sap {
1868
1806
  * is responsible for displaying the correct content for the selected one of the newly created sub-items.
1869
1807
  * The Shell will currently always mark the first sub-item as selected.
1870
1808
  */
1871
- worksetItemSelected?: (
1872
- oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$WorksetItemSelectedEventParameters>
1873
- ) => void;
1809
+ worksetItemSelected?: (oEvent: Shell$WorksetItemSelectedEvent) => void;
1874
1810
 
1875
1811
  /**
1876
1812
  * An item in the right-hand-side pane bar has been selected, the pane is now visible and can be filled
1877
1813
  * with UI elements.
1878
1814
  */
1879
- paneBarItemSelected?: (
1880
- oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$PaneBarItemSelectedEventParameters>
1881
- ) => void;
1815
+ paneBarItemSelected?: (oEvent: Shell$PaneBarItemSelectedEvent) => void;
1882
1816
 
1883
1817
  /**
1884
1818
  * Fired when the user clicks the "Log-off" button
@@ -1901,9 +1835,7 @@ declare namespace sap {
1901
1835
  * Fired after a side pane of the shell is closed. It is also fired, when an open pane is closed by calling
1902
1836
  * setShowPane(false), if and only if the pane was opened before.
1903
1837
  */
1904
- paneClosed?: (
1905
- oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$PaneClosedEventParameters>
1906
- ) => void;
1838
+ paneClosed?: (oEvent: Shell$PaneClosedEvent) => void;
1907
1839
  }
1908
1840
 
1909
1841
  interface $ThingActionSettings extends sap.ui.core.$ElementSettings {
@@ -1923,9 +1855,7 @@ declare namespace sap {
1923
1855
  /**
1924
1856
  * Event will be fired when the action was triggered.
1925
1857
  */
1926
- select?: (
1927
- oEvent: sap.ui.base.Event<sap.ui.ux3.ThingAction$SelectEventParameters>
1928
- ) => void;
1858
+ select?: (oEvent: ThingAction$SelectEvent) => void;
1929
1859
  }
1930
1860
 
1931
1861
  interface $ThingGroupSettings extends sap.ui.core.$ElementSettings {
@@ -2100,24 +2030,18 @@ declare namespace sap {
2100
2030
  /**
2101
2031
  * Further thing related Action selected
2102
2032
  */
2103
- actionSelected?: (
2104
- oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$ActionSelectedEventParameters>
2105
- ) => void;
2033
+ actionSelected?: (oEvent: ThingInspector$ActionSelectedEvent) => void;
2106
2034
 
2107
2035
  /**
2108
2036
  * Event for facet selection. The application is responsible for displaying the correct content for the
2109
2037
  * selected one. The ThingInspector will currently always mark the first facet as selected.
2110
2038
  */
2111
- facetSelected?: (
2112
- oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$FacetSelectedEventParameters>
2113
- ) => void;
2039
+ facetSelected?: (oEvent: ThingInspector$FacetSelectedEvent) => void;
2114
2040
 
2115
2041
  /**
2116
2042
  * Fired when a new feed entry is submitted.
2117
2043
  */
2118
- feedSubmit?: (
2119
- oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$FeedSubmitEventParameters>
2120
- ) => void;
2044
+ feedSubmit?: (oEvent: ThingInspector$FeedSubmitEvent) => void;
2121
2045
  }
2122
2046
 
2123
2047
  interface $ThingViewerSettings extends sap.ui.core.$ControlSettings {
@@ -2211,9 +2135,7 @@ declare namespace sap {
2211
2135
  * Event for facet selection. The application is responsible for displaying the correct content for the
2212
2136
  * selected one. The ThingInspector will currently always mark the first facet as selected.
2213
2137
  */
2214
- facetSelected?: (
2215
- oEvent: sap.ui.base.Event<sap.ui.ux3.ThingViewer$FacetSelectedEventParameters>
2216
- ) => void;
2138
+ facetSelected?: (oEvent: ThingViewer$FacetSelectedEvent) => void;
2217
2139
  }
2218
2140
 
2219
2141
  interface $ToolPopupSettings extends sap.ui.core.$ControlSettings {
@@ -2379,9 +2301,7 @@ declare namespace sap {
2379
2301
  /**
2380
2302
  * Event is fired whenever the user clicks the Enter or the Enter key inside the pop up
2381
2303
  */
2382
- enter?: (
2383
- oEvent: sap.ui.base.Event<sap.ui.ux3.ToolPopup$EnterEventParameters>
2384
- ) => void;
2304
+ enter?: (oEvent: ToolPopup$EnterEvent) => void;
2385
2305
 
2386
2306
  /**
2387
2307
  * Event is fired when one of the icon properties is modified (Note: The icon is not rendered by the ToolPopup).
@@ -18339,485 +18259,306 @@ declare namespace sap {
18339
18259
  */
18340
18260
  Fixed = "Fixed",
18341
18261
  }
18342
- /**
18343
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ActionBar$ActionSelectedEventParameters'
18344
- * in 1.115.1 and any later releases.
18345
- */
18346
- type $ActionBarActionSelectedEventParameters = sap.ui.ux3.ActionBar$ActionSelectedEventParameters;
18347
-
18348
- type ActionBar$ActionSelectedEvent = sap.ui.base.Event<ActionBar$ActionSelectedEventParameters>;
18349
-
18350
- /**
18351
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ActionBar$FeedSubmitEventParameters'
18352
- * in 1.115.1 and any later releases.
18353
- */
18354
- type $ActionBarFeedSubmitEventParameters = sap.ui.ux3.ActionBar$FeedSubmitEventParameters;
18355
-
18356
- type ActionBar$FeedSubmitEvent = sap.ui.base.Event<ActionBar$FeedSubmitEventParameters>;
18357
-
18358
- /**
18359
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Collection$PropertyChangedEventParameters'
18360
- * in 1.115.1 and any later releases.
18361
- */
18362
- type $CollectionPropertyChangedEventParameters = sap.ui.ux3.Collection$PropertyChangedEventParameters;
18363
-
18364
- type Collection$PropertyChangedEvent = sap.ui.base.Event<Collection$PropertyChangedEventParameters>;
18365
-
18366
- /**
18367
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Collection$SelectionChangedEventParameters'
18368
- * in 1.115.1 and any later releases.
18369
- */
18370
- type $CollectionSelectionChangedEventParameters = sap.ui.ux3.Collection$SelectionChangedEventParameters;
18371
-
18372
- type Collection$SelectionChangedEvent = sap.ui.base.Event<Collection$SelectionChangedEventParameters>;
18373
-
18374
- /**
18375
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CollectionInspector$CollectionSelectedEventParameters'
18376
- * in 1.115.1 and any later releases.
18377
- */
18378
- type $CollectionInspectorCollectionSelectedEventParameters = sap.ui.ux3.CollectionInspector$CollectionSelectedEventParameters;
18379
-
18380
- type CollectionInspector$CollectionSelectedEvent = sap.ui.base.Event<CollectionInspector$CollectionSelectedEventParameters>;
18381
-
18382
- /**
18383
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CollectionInspector$EditCollectionEventParameters'
18384
- * in 1.115.1 and any later releases.
18385
- */
18386
- type $CollectionInspectorEditCollectionEventParameters = sap.ui.ux3.CollectionInspector$EditCollectionEventParameters;
18387
-
18388
- type CollectionInspector$EditCollectionEvent = sap.ui.base.Event<CollectionInspector$EditCollectionEventParameters>;
18389
-
18390
- /**
18391
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CollectionInspector$ItemSelectionChangedEventParameters'
18392
- * in 1.115.1 and any later releases.
18393
- */
18394
- type $CollectionInspectorItemSelectionChangedEventParameters = sap.ui.ux3.CollectionInspector$ItemSelectionChangedEventParameters;
18395
-
18396
- type CollectionInspector$ItemSelectionChangedEvent = sap.ui.base.Event<CollectionInspector$ItemSelectionChangedEventParameters>;
18397
-
18398
- /**
18399
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DataSet$SearchEventParameters'
18400
- * in 1.115.1 and any later releases.
18401
- */
18402
- type $DataSetSearchEventParameters = sap.ui.ux3.DataSet$SearchEventParameters;
18403
-
18404
- type DataSet$SearchEvent = sap.ui.base.Event<DataSet$SearchEventParameters>;
18405
-
18406
- /**
18407
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DataSet$SelectionChangedEventParameters'
18408
- * in 1.115.1 and any later releases.
18409
- */
18410
- type $DataSetSelectionChangedEventParameters = sap.ui.ux3.DataSet$SelectionChangedEventParameters;
18411
-
18412
- type DataSet$SelectionChangedEvent = sap.ui.base.Event<DataSet$SelectionChangedEventParameters>;
18413
-
18414
- /**
18415
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DataSetItem$SelectedEventParameters'
18416
- * in 1.115.1 and any later releases.
18417
- */
18418
- type $DataSetItemSelectedEventParameters = sap.ui.ux3.DataSetItem$SelectedEventParameters;
18419
-
18420
- type DataSetItem$SelectedEvent = sap.ui.base.Event<DataSetItem$SelectedEventParameters>;
18421
-
18422
- /**
18423
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Exact$RefineSearchEventParameters'
18424
- * in 1.115.1 and any later releases.
18425
- */
18426
- type $ExactRefineSearchEventParameters = sap.ui.ux3.Exact$RefineSearchEventParameters;
18427
-
18428
- type Exact$RefineSearchEvent = sap.ui.base.Event<Exact$RefineSearchEventParameters>;
18429
-
18430
- /**
18431
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Exact$SearchEventParameters'
18432
- * in 1.115.1 and any later releases.
18433
- */
18434
- type $ExactSearchEventParameters = sap.ui.ux3.Exact$SearchEventParameters;
18435
-
18436
- type Exact$SearchEvent = sap.ui.base.Event<Exact$SearchEventParameters>;
18437
-
18438
- /**
18439
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ExactAttribute$SupplyAttributesEventParameters'
18440
- * in 1.115.1 and any later releases.
18441
- */
18442
- type $ExactAttributeSupplyAttributesEventParameters = sap.ui.ux3.ExactAttribute$SupplyAttributesEventParameters;
18443
-
18444
- type ExactAttribute$SupplyAttributesEvent = sap.ui.base.Event<ExactAttribute$SupplyAttributesEventParameters>;
18445
-
18446
- /**
18447
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ExactBrowser$AttributeSelectedEventParameters'
18448
- * in 1.115.1 and any later releases.
18449
- */
18450
- type $ExactBrowserAttributeSelectedEventParameters = sap.ui.ux3.ExactBrowser$AttributeSelectedEventParameters;
18451
-
18452
- type ExactBrowser$AttributeSelectedEvent = sap.ui.base.Event<ExactBrowser$AttributeSelectedEventParameters>;
18453
-
18454
- /**
18455
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ExactBrowser$SaveEventParameters'
18456
- * in 1.115.1 and any later releases.
18457
- */
18458
- type $ExactBrowserSaveEventParameters = sap.ui.ux3.ExactBrowser$SaveEventParameters;
18459
-
18460
- type ExactBrowser$SaveEvent = sap.ui.base.Event<ExactBrowser$SaveEventParameters>;
18461
-
18462
- /**
18463
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ExactList$AttributeSelectedEventParameters'
18464
- * in 1.115.1 and any later releases.
18465
- */
18466
- type $ExactListAttributeSelectedEventParameters = sap.ui.ux3.ExactList$AttributeSelectedEventParameters;
18467
-
18468
- type ExactList$AttributeSelectedEvent = sap.ui.base.Event<ExactList$AttributeSelectedEventParameters>;
18469
-
18470
- /**
18471
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FacetFilterList$SelectEventParameters'
18472
- * in 1.115.1 and any later releases.
18473
- */
18474
- type $FacetFilterListSelectEventParameters = sap.ui.ux3.FacetFilterList$SelectEventParameters;
18475
-
18476
- type FacetFilterList$SelectEvent = sap.ui.base.Event<FacetFilterList$SelectEventParameters>;
18477
-
18478
- /**
18479
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feed$ChunkAddedEventParameters'
18480
- * in 1.115.1 and any later releases.
18481
- */
18482
- type $FeedChunkAddedEventParameters = sap.ui.ux3.Feed$ChunkAddedEventParameters;
18483
-
18484
- type Feed$ChunkAddedEvent = sap.ui.base.Event<Feed$ChunkAddedEventParameters>;
18485
-
18486
- /**
18487
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feed$FilterChangeEventParameters'
18488
- * in 1.115.1 and any later releases.
18489
- */
18490
- type $FeedFilterChangeEventParameters = sap.ui.ux3.Feed$FilterChangeEventParameters;
18491
-
18492
- type Feed$FilterChangeEvent = sap.ui.base.Event<Feed$FilterChangeEventParameters>;
18493
-
18494
- /**
18495
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feed$SearchEventParameters'
18496
- * in 1.115.1 and any later releases.
18497
- */
18498
- type $FeedSearchEventParameters = sap.ui.ux3.Feed$SearchEventParameters;
18499
-
18500
- type Feed$SearchEvent = sap.ui.base.Event<Feed$SearchEventParameters>;
18501
-
18502
- /**
18503
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feed$ToggleLiveEventParameters'
18504
- * in 1.115.1 and any later releases.
18505
- */
18506
- type $FeedToggleLiveEventParameters = sap.ui.ux3.Feed$ToggleLiveEventParameters;
18507
-
18508
- type Feed$ToggleLiveEvent = sap.ui.base.Event<Feed$ToggleLiveEventParameters>;
18509
-
18510
- /**
18511
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feed$ToolsItemSelectedEventParameters'
18512
- * in 1.115.1 and any later releases.
18513
- */
18514
- type $FeedToolsItemSelectedEventParameters = sap.ui.ux3.Feed$ToolsItemSelectedEventParameters;
18515
-
18516
- type Feed$ToolsItemSelectedEvent = sap.ui.base.Event<Feed$ToolsItemSelectedEventParameters>;
18517
-
18518
- /**
18519
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$ActionItemSelectedEventParameters'
18520
- * in 1.115.1 and any later releases.
18521
- */
18522
- type $FeedChunkActionItemSelectedEventParameters = sap.ui.ux3.FeedChunk$ActionItemSelectedEventParameters;
18523
-
18524
- type FeedChunk$ActionItemSelectedEvent = sap.ui.base.Event<FeedChunk$ActionItemSelectedEventParameters>;
18525
-
18526
- /**
18527
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$CommentAddedEventParameters'
18528
- * in 1.115.1 and any later releases.
18529
- */
18530
- type $FeedChunkCommentAddedEventParameters = sap.ui.ux3.FeedChunk$CommentAddedEventParameters;
18531
-
18532
- type FeedChunk$CommentAddedEvent = sap.ui.base.Event<FeedChunk$CommentAddedEventParameters>;
18533
-
18534
- /**
18535
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$DeletedEventParameters'
18536
- * in 1.115.1 and any later releases.
18537
- */
18538
- type $FeedChunkDeletedEventParameters = sap.ui.ux3.FeedChunk$DeletedEventParameters;
18539
-
18540
- type FeedChunk$DeletedEvent = sap.ui.base.Event<FeedChunk$DeletedEventParameters>;
18541
-
18542
- /**
18543
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$InspectEventParameters'
18544
- * in 1.115.1 and any later releases.
18545
- */
18546
- type $FeedChunkInspectEventParameters = sap.ui.ux3.FeedChunk$InspectEventParameters;
18547
-
18548
- type FeedChunk$InspectEvent = sap.ui.base.Event<FeedChunk$InspectEventParameters>;
18549
-
18550
- /**
18551
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$ReferenceClickedEventParameters'
18552
- * in 1.115.1 and any later releases.
18553
- */
18554
- type $FeedChunkReferenceClickedEventParameters = sap.ui.ux3.FeedChunk$ReferenceClickedEventParameters;
18555
-
18556
- type FeedChunk$ReferenceClickedEvent = sap.ui.base.Event<FeedChunk$ReferenceClickedEventParameters>;
18557
-
18558
- /**
18559
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$SenderClickedEventParameters'
18560
- * in 1.115.1 and any later releases.
18561
- */
18562
- type $FeedChunkSenderClickedEventParameters = sap.ui.ux3.FeedChunk$SenderClickedEventParameters;
18563
-
18564
- type FeedChunk$SenderClickedEvent = sap.ui.base.Event<FeedChunk$SenderClickedEventParameters>;
18565
-
18566
- /**
18567
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$ToggleFavoriteEventParameters'
18568
- * in 1.115.1 and any later releases.
18569
- */
18570
- type $FeedChunkToggleFavoriteEventParameters = sap.ui.ux3.FeedChunk$ToggleFavoriteEventParameters;
18571
-
18572
- type FeedChunk$ToggleFavoriteEvent = sap.ui.base.Event<FeedChunk$ToggleFavoriteEventParameters>;
18573
-
18574
- /**
18575
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$ToggleFlaggedEventParameters'
18576
- * in 1.115.1 and any later releases.
18577
- */
18578
- type $FeedChunkToggleFlaggedEventParameters = sap.ui.ux3.FeedChunk$ToggleFlaggedEventParameters;
18579
-
18580
- type FeedChunk$ToggleFlaggedEvent = sap.ui.base.Event<FeedChunk$ToggleFlaggedEventParameters>;
18581
-
18582
- /**
18583
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FeedChunk$ToggleSharedEventParameters'
18584
- * in 1.115.1 and any later releases.
18585
- */
18586
- type $FeedChunkToggleSharedEventParameters = sap.ui.ux3.FeedChunk$ToggleSharedEventParameters;
18587
-
18588
- type FeedChunk$ToggleSharedEvent = sap.ui.base.Event<FeedChunk$ToggleSharedEventParameters>;
18589
-
18590
- /**
18591
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Feeder$SubmitEventParameters'
18592
- * in 1.115.1 and any later releases.
18593
- */
18594
- type $FeederSubmitEventParameters = sap.ui.ux3.Feeder$SubmitEventParameters;
18595
-
18596
- type Feeder$SubmitEvent = sap.ui.base.Event<Feeder$SubmitEventParameters>;
18597
-
18598
- /**
18599
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationBar$SelectEventParameters'
18600
- * in 1.115.1 and any later releases.
18601
- */
18602
- type $NavigationBarSelectEventParameters = sap.ui.ux3.NavigationBar$SelectEventParameters;
18603
-
18604
- type NavigationBar$SelectEvent = sap.ui.base.Event<NavigationBar$SelectEventParameters>;
18605
-
18606
- /**
18607
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NotificationBar$DisplayEventParameters'
18608
- * in 1.115.1 and any later releases.
18609
- */
18610
- type $NotificationBarDisplayEventParameters = sap.ui.ux3.NotificationBar$DisplayEventParameters;
18611
-
18612
- type NotificationBar$DisplayEvent = sap.ui.base.Event<NotificationBar$DisplayEventParameters>;
18613
-
18614
- /**
18615
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NotificationBar$ResizeEventParameters'
18616
- * in 1.115.1 and any later releases.
18617
- */
18618
- type $NotificationBarResizeEventParameters = sap.ui.ux3.NotificationBar$ResizeEventParameters;
18619
-
18620
- type NotificationBar$ResizeEvent = sap.ui.base.Event<NotificationBar$ResizeEventParameters>;
18621
-
18622
- /**
18623
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Notifier$MessageSelectedEventParameters'
18624
- * in 1.115.1 and any later releases.
18625
- */
18626
- type $NotifierMessageSelectedEventParameters = sap.ui.ux3.Notifier$MessageSelectedEventParameters;
18627
-
18628
- type Notifier$MessageSelectedEvent = sap.ui.base.Event<Notifier$MessageSelectedEventParameters>;
18629
-
18630
- /**
18631
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Overlay$CloseEventParameters'
18632
- * in 1.115.1 and any later releases.
18633
- */
18634
- type $OverlayCloseEventParameters = sap.ui.ux3.Overlay$CloseEventParameters;
18635
-
18636
- type Overlay$CloseEvent = sap.ui.base.Event<Overlay$CloseEventParameters>;
18637
-
18638
- /**
18639
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Overlay$ClosedEventParameters'
18640
- * in 1.115.1 and any later releases.
18641
- */
18642
- type $OverlayClosedEventParameters = sap.ui.ux3.Overlay$ClosedEventParameters;
18643
-
18644
- type Overlay$ClosedEvent = sap.ui.base.Event<Overlay$ClosedEventParameters>;
18645
-
18646
- /**
18647
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Overlay$OpenEventParameters'
18648
- * in 1.115.1 and any later releases.
18649
- */
18650
- type $OverlayOpenEventParameters = sap.ui.ux3.Overlay$OpenEventParameters;
18651
-
18652
- type Overlay$OpenEvent = sap.ui.base.Event<Overlay$OpenEventParameters>;
18653
-
18654
- /**
18655
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Overlay$OpenNewEventParameters'
18656
- * in 1.115.1 and any later releases.
18657
- */
18658
- type $OverlayOpenNewEventParameters = sap.ui.ux3.Overlay$OpenNewEventParameters;
18659
-
18660
- type Overlay$OpenNewEvent = sap.ui.base.Event<Overlay$OpenNewEventParameters>;
18661
-
18662
- /**
18663
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'QuickView$ActionSelectedEventParameters'
18664
- * in 1.115.1 and any later releases.
18665
- */
18666
- type $QuickViewActionSelectedEventParameters = sap.ui.ux3.QuickView$ActionSelectedEventParameters;
18667
-
18668
- type QuickView$ActionSelectedEvent = sap.ui.base.Event<QuickView$ActionSelectedEventParameters>;
18669
-
18670
- /**
18671
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'QuickView$FeedSubmitEventParameters'
18672
- * in 1.115.1 and any later releases.
18673
- */
18674
- type $QuickViewFeedSubmitEventParameters = sap.ui.ux3.QuickView$FeedSubmitEventParameters;
18675
-
18676
- type QuickView$FeedSubmitEvent = sap.ui.base.Event<QuickView$FeedSubmitEventParameters>;
18677
-
18678
- /**
18679
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'QuickView$NavigateEventParameters'
18680
- * in 1.115.1 and any later releases.
18681
- */
18682
- type $QuickViewNavigateEventParameters = sap.ui.ux3.QuickView$NavigateEventParameters;
18683
-
18684
- type QuickView$NavigateEvent = sap.ui.base.Event<QuickView$NavigateEventParameters>;
18685
-
18686
- /**
18687
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$FeedSubmitEventParameters'
18688
- * in 1.115.1 and any later releases.
18689
- */
18690
- type $ShellFeedSubmitEventParameters = sap.ui.ux3.Shell$FeedSubmitEventParameters;
18691
-
18692
- type Shell$FeedSubmitEvent = sap.ui.base.Event<Shell$FeedSubmitEventParameters>;
18693
-
18694
- /**
18695
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$LogoutEventParameters'
18696
- * in 1.115.1 and any later releases.
18697
- */
18698
- type $ShellLogoutEventParameters = sap.ui.ux3.Shell$LogoutEventParameters;
18699
-
18700
- type Shell$LogoutEvent = sap.ui.base.Event<Shell$LogoutEventParameters>;
18701
-
18702
- /**
18703
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$PaneBarItemSelectedEventParameters'
18704
- * in 1.115.1 and any later releases.
18705
- */
18706
- type $ShellPaneBarItemSelectedEventParameters = sap.ui.ux3.Shell$PaneBarItemSelectedEventParameters;
18707
-
18708
- type Shell$PaneBarItemSelectedEvent = sap.ui.base.Event<Shell$PaneBarItemSelectedEventParameters>;
18709
-
18710
- /**
18711
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$PaneClosedEventParameters'
18712
- * in 1.115.1 and any later releases.
18713
- */
18714
- type $ShellPaneClosedEventParameters = sap.ui.ux3.Shell$PaneClosedEventParameters;
18715
-
18716
- type Shell$PaneClosedEvent = sap.ui.base.Event<Shell$PaneClosedEventParameters>;
18717
-
18718
- /**
18719
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$SearchEventParameters'
18720
- * in 1.115.1 and any later releases.
18721
- */
18722
- type $ShellSearchEventParameters = sap.ui.ux3.Shell$SearchEventParameters;
18723
-
18724
- type Shell$SearchEvent = sap.ui.base.Event<Shell$SearchEventParameters>;
18725
-
18726
- /**
18727
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Shell$WorksetItemSelectedEventParameters'
18728
- * in 1.115.1 and any later releases.
18729
- */
18730
- type $ShellWorksetItemSelectedEventParameters = sap.ui.ux3.Shell$WorksetItemSelectedEventParameters;
18731
-
18732
- type Shell$WorksetItemSelectedEvent = sap.ui.base.Event<Shell$WorksetItemSelectedEventParameters>;
18733
-
18734
- /**
18735
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ThingAction$SelectEventParameters'
18736
- * in 1.115.1 and any later releases.
18737
- */
18738
- type $ThingActionSelectEventParameters = sap.ui.ux3.ThingAction$SelectEventParameters;
18739
-
18740
- type ThingAction$SelectEvent = sap.ui.base.Event<ThingAction$SelectEventParameters>;
18741
-
18742
- /**
18743
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ThingInspector$ActionSelectedEventParameters'
18744
- * in 1.115.1 and any later releases.
18745
- */
18746
- type $ThingInspectorActionSelectedEventParameters = sap.ui.ux3.ThingInspector$ActionSelectedEventParameters;
18747
-
18748
- type ThingInspector$ActionSelectedEvent = sap.ui.base.Event<ThingInspector$ActionSelectedEventParameters>;
18749
-
18750
- /**
18751
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ThingInspector$FacetSelectedEventParameters'
18752
- * in 1.115.1 and any later releases.
18753
- */
18754
- type $ThingInspectorFacetSelectedEventParameters = sap.ui.ux3.ThingInspector$FacetSelectedEventParameters;
18755
-
18756
- type ThingInspector$FacetSelectedEvent = sap.ui.base.Event<ThingInspector$FacetSelectedEventParameters>;
18757
-
18758
- /**
18759
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ThingInspector$FeedSubmitEventParameters'
18760
- * in 1.115.1 and any later releases.
18761
- */
18762
- type $ThingInspectorFeedSubmitEventParameters = sap.ui.ux3.ThingInspector$FeedSubmitEventParameters;
18763
-
18764
- type ThingInspector$FeedSubmitEvent = sap.ui.base.Event<ThingInspector$FeedSubmitEventParameters>;
18765
-
18766
- /**
18767
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ThingViewer$FacetSelectedEventParameters'
18768
- * in 1.115.1 and any later releases.
18769
- */
18770
- type $ThingViewerFacetSelectedEventParameters = sap.ui.ux3.ThingViewer$FacetSelectedEventParameters;
18771
-
18772
- type ThingViewer$FacetSelectedEvent = sap.ui.base.Event<ThingViewer$FacetSelectedEventParameters>;
18773
-
18774
- /**
18775
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$CloseEventParameters'
18776
- * in 1.115.1 and any later releases.
18777
- */
18778
- type $ToolPopupCloseEventParameters = sap.ui.ux3.ToolPopup$CloseEventParameters;
18779
-
18780
- type ToolPopup$CloseEvent = sap.ui.base.Event<ToolPopup$CloseEventParameters>;
18781
-
18782
- /**
18783
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$ClosedEventParameters'
18784
- * in 1.115.1 and any later releases.
18785
- */
18786
- type $ToolPopupClosedEventParameters = sap.ui.ux3.ToolPopup$ClosedEventParameters;
18787
-
18788
- type ToolPopup$ClosedEvent = sap.ui.base.Event<ToolPopup$ClosedEventParameters>;
18789
-
18790
- /**
18791
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$EnterEventParameters'
18792
- * in 1.115.1 and any later releases.
18793
- */
18794
- type $ToolPopupEnterEventParameters = sap.ui.ux3.ToolPopup$EnterEventParameters;
18795
-
18796
- type ToolPopup$EnterEvent = sap.ui.base.Event<ToolPopup$EnterEventParameters>;
18797
-
18798
- /**
18799
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$IconChangedEventParameters'
18800
- * in 1.115.1 and any later releases.
18801
- */
18802
- type $ToolPopupIconChangedEventParameters = sap.ui.ux3.ToolPopup$IconChangedEventParameters;
18803
-
18804
- type ToolPopup$IconChangedEvent = sap.ui.base.Event<ToolPopup$IconChangedEventParameters>;
18805
-
18806
- /**
18807
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$OpenEventParameters'
18808
- * in 1.115.1 and any later releases.
18809
- */
18810
- type $ToolPopupOpenEventParameters = sap.ui.ux3.ToolPopup$OpenEventParameters;
18811
-
18812
- type ToolPopup$OpenEvent = sap.ui.base.Event<ToolPopup$OpenEventParameters>;
18813
-
18814
- /**
18815
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ToolPopup$OpenedEventParameters'
18816
- * in 1.115.1 and any later releases.
18817
- */
18818
- type $ToolPopupOpenedEventParameters = sap.ui.ux3.ToolPopup$OpenedEventParameters;
18819
18262
 
18820
- type ToolPopup$OpenedEvent = sap.ui.base.Event<ToolPopup$OpenedEventParameters>;
18263
+ type ActionBar$ActionSelectedEvent = sap.ui.base.Event<
18264
+ ActionBar$ActionSelectedEventParameters,
18265
+ ActionBar
18266
+ >;
18267
+
18268
+ type ActionBar$FeedSubmitEvent = sap.ui.base.Event<
18269
+ ActionBar$FeedSubmitEventParameters,
18270
+ ActionBar
18271
+ >;
18272
+
18273
+ type Collection$PropertyChangedEvent = sap.ui.base.Event<
18274
+ Collection$PropertyChangedEventParameters,
18275
+ Collection
18276
+ >;
18277
+
18278
+ type Collection$SelectionChangedEvent = sap.ui.base.Event<
18279
+ Collection$SelectionChangedEventParameters,
18280
+ Collection
18281
+ >;
18282
+
18283
+ type CollectionInspector$CollectionSelectedEvent = sap.ui.base.Event<
18284
+ CollectionInspector$CollectionSelectedEventParameters,
18285
+ CollectionInspector
18286
+ >;
18287
+
18288
+ type CollectionInspector$EditCollectionEvent = sap.ui.base.Event<
18289
+ CollectionInspector$EditCollectionEventParameters,
18290
+ CollectionInspector
18291
+ >;
18292
+
18293
+ type CollectionInspector$ItemSelectionChangedEvent = sap.ui.base.Event<
18294
+ CollectionInspector$ItemSelectionChangedEventParameters,
18295
+ CollectionInspector
18296
+ >;
18297
+
18298
+ type DataSet$SearchEvent = sap.ui.base.Event<
18299
+ DataSet$SearchEventParameters,
18300
+ DataSet
18301
+ >;
18302
+
18303
+ type DataSet$SelectionChangedEvent = sap.ui.base.Event<
18304
+ DataSet$SelectionChangedEventParameters,
18305
+ DataSet
18306
+ >;
18307
+
18308
+ type DataSetItem$SelectedEvent = sap.ui.base.Event<
18309
+ DataSetItem$SelectedEventParameters,
18310
+ DataSetItem
18311
+ >;
18312
+
18313
+ type Exact$RefineSearchEvent = sap.ui.base.Event<
18314
+ Exact$RefineSearchEventParameters,
18315
+ Exact
18316
+ >;
18317
+
18318
+ type Exact$SearchEvent = sap.ui.base.Event<
18319
+ Exact$SearchEventParameters,
18320
+ Exact
18321
+ >;
18322
+
18323
+ type ExactAttribute$SupplyAttributesEvent = sap.ui.base.Event<
18324
+ ExactAttribute$SupplyAttributesEventParameters,
18325
+ ExactAttribute
18326
+ >;
18327
+
18328
+ type ExactBrowser$AttributeSelectedEvent = sap.ui.base.Event<
18329
+ ExactBrowser$AttributeSelectedEventParameters,
18330
+ ExactBrowser
18331
+ >;
18332
+
18333
+ type ExactBrowser$SaveEvent = sap.ui.base.Event<
18334
+ ExactBrowser$SaveEventParameters,
18335
+ ExactBrowser
18336
+ >;
18337
+
18338
+ type ExactList$AttributeSelectedEvent = sap.ui.base.Event<
18339
+ ExactList$AttributeSelectedEventParameters,
18340
+ ExactList
18341
+ >;
18342
+
18343
+ type FacetFilterList$SelectEvent = sap.ui.base.Event<
18344
+ FacetFilterList$SelectEventParameters,
18345
+ FacetFilterList
18346
+ >;
18347
+
18348
+ type Feed$ChunkAddedEvent = sap.ui.base.Event<
18349
+ Feed$ChunkAddedEventParameters,
18350
+ Feed
18351
+ >;
18352
+
18353
+ type Feed$FilterChangeEvent = sap.ui.base.Event<
18354
+ Feed$FilterChangeEventParameters,
18355
+ Feed
18356
+ >;
18357
+
18358
+ type Feed$SearchEvent = sap.ui.base.Event<
18359
+ Feed$SearchEventParameters,
18360
+ Feed
18361
+ >;
18362
+
18363
+ type Feed$ToggleLiveEvent = sap.ui.base.Event<
18364
+ Feed$ToggleLiveEventParameters,
18365
+ Feed
18366
+ >;
18367
+
18368
+ type Feed$ToolsItemSelectedEvent = sap.ui.base.Event<
18369
+ Feed$ToolsItemSelectedEventParameters,
18370
+ Feed
18371
+ >;
18372
+
18373
+ type FeedChunk$ActionItemSelectedEvent = sap.ui.base.Event<
18374
+ FeedChunk$ActionItemSelectedEventParameters,
18375
+ FeedChunk
18376
+ >;
18377
+
18378
+ type FeedChunk$CommentAddedEvent = sap.ui.base.Event<
18379
+ FeedChunk$CommentAddedEventParameters,
18380
+ FeedChunk
18381
+ >;
18382
+
18383
+ type FeedChunk$DeletedEvent = sap.ui.base.Event<
18384
+ FeedChunk$DeletedEventParameters,
18385
+ FeedChunk
18386
+ >;
18387
+
18388
+ type FeedChunk$InspectEvent = sap.ui.base.Event<
18389
+ FeedChunk$InspectEventParameters,
18390
+ FeedChunk
18391
+ >;
18392
+
18393
+ type FeedChunk$ReferenceClickedEvent = sap.ui.base.Event<
18394
+ FeedChunk$ReferenceClickedEventParameters,
18395
+ FeedChunk
18396
+ >;
18397
+
18398
+ type FeedChunk$SenderClickedEvent = sap.ui.base.Event<
18399
+ FeedChunk$SenderClickedEventParameters,
18400
+ FeedChunk
18401
+ >;
18402
+
18403
+ type FeedChunk$ToggleFavoriteEvent = sap.ui.base.Event<
18404
+ FeedChunk$ToggleFavoriteEventParameters,
18405
+ FeedChunk
18406
+ >;
18407
+
18408
+ type FeedChunk$ToggleFlaggedEvent = sap.ui.base.Event<
18409
+ FeedChunk$ToggleFlaggedEventParameters,
18410
+ FeedChunk
18411
+ >;
18412
+
18413
+ type FeedChunk$ToggleSharedEvent = sap.ui.base.Event<
18414
+ FeedChunk$ToggleSharedEventParameters,
18415
+ FeedChunk
18416
+ >;
18417
+
18418
+ type Feeder$SubmitEvent = sap.ui.base.Event<
18419
+ Feeder$SubmitEventParameters,
18420
+ Feeder
18421
+ >;
18422
+
18423
+ type NavigationBar$SelectEvent = sap.ui.base.Event<
18424
+ NavigationBar$SelectEventParameters,
18425
+ NavigationBar
18426
+ >;
18427
+
18428
+ type NotificationBar$DisplayEvent = sap.ui.base.Event<
18429
+ NotificationBar$DisplayEventParameters,
18430
+ NotificationBar
18431
+ >;
18432
+
18433
+ type NotificationBar$ResizeEvent = sap.ui.base.Event<
18434
+ NotificationBar$ResizeEventParameters,
18435
+ NotificationBar
18436
+ >;
18437
+
18438
+ type Notifier$MessageSelectedEvent = sap.ui.base.Event<
18439
+ Notifier$MessageSelectedEventParameters,
18440
+ Notifier
18441
+ >;
18442
+
18443
+ type Overlay$CloseEvent = sap.ui.base.Event<
18444
+ Overlay$CloseEventParameters,
18445
+ Overlay
18446
+ >;
18447
+
18448
+ type Overlay$ClosedEvent = sap.ui.base.Event<
18449
+ Overlay$ClosedEventParameters,
18450
+ Overlay
18451
+ >;
18452
+
18453
+ type Overlay$OpenEvent = sap.ui.base.Event<
18454
+ Overlay$OpenEventParameters,
18455
+ Overlay
18456
+ >;
18457
+
18458
+ type Overlay$OpenNewEvent = sap.ui.base.Event<
18459
+ Overlay$OpenNewEventParameters,
18460
+ Overlay
18461
+ >;
18462
+
18463
+ type QuickView$ActionSelectedEvent = sap.ui.base.Event<
18464
+ QuickView$ActionSelectedEventParameters,
18465
+ QuickView
18466
+ >;
18467
+
18468
+ type QuickView$FeedSubmitEvent = sap.ui.base.Event<
18469
+ QuickView$FeedSubmitEventParameters,
18470
+ QuickView
18471
+ >;
18472
+
18473
+ type QuickView$NavigateEvent = sap.ui.base.Event<
18474
+ QuickView$NavigateEventParameters,
18475
+ QuickView
18476
+ >;
18477
+
18478
+ type Shell$FeedSubmitEvent = sap.ui.base.Event<
18479
+ Shell$FeedSubmitEventParameters,
18480
+ Shell
18481
+ >;
18482
+
18483
+ type Shell$LogoutEvent = sap.ui.base.Event<
18484
+ Shell$LogoutEventParameters,
18485
+ Shell
18486
+ >;
18487
+
18488
+ type Shell$PaneBarItemSelectedEvent = sap.ui.base.Event<
18489
+ Shell$PaneBarItemSelectedEventParameters,
18490
+ Shell
18491
+ >;
18492
+
18493
+ type Shell$PaneClosedEvent = sap.ui.base.Event<
18494
+ Shell$PaneClosedEventParameters,
18495
+ Shell
18496
+ >;
18497
+
18498
+ type Shell$SearchEvent = sap.ui.base.Event<
18499
+ Shell$SearchEventParameters,
18500
+ Shell
18501
+ >;
18502
+
18503
+ type Shell$WorksetItemSelectedEvent = sap.ui.base.Event<
18504
+ Shell$WorksetItemSelectedEventParameters,
18505
+ Shell
18506
+ >;
18507
+
18508
+ type ThingAction$SelectEvent = sap.ui.base.Event<
18509
+ ThingAction$SelectEventParameters,
18510
+ ThingAction
18511
+ >;
18512
+
18513
+ type ThingInspector$ActionSelectedEvent = sap.ui.base.Event<
18514
+ ThingInspector$ActionSelectedEventParameters,
18515
+ ThingInspector
18516
+ >;
18517
+
18518
+ type ThingInspector$FacetSelectedEvent = sap.ui.base.Event<
18519
+ ThingInspector$FacetSelectedEventParameters,
18520
+ ThingInspector
18521
+ >;
18522
+
18523
+ type ThingInspector$FeedSubmitEvent = sap.ui.base.Event<
18524
+ ThingInspector$FeedSubmitEventParameters,
18525
+ ThingInspector
18526
+ >;
18527
+
18528
+ type ThingViewer$FacetSelectedEvent = sap.ui.base.Event<
18529
+ ThingViewer$FacetSelectedEventParameters,
18530
+ ThingViewer
18531
+ >;
18532
+
18533
+ type ToolPopup$CloseEvent = sap.ui.base.Event<
18534
+ ToolPopup$CloseEventParameters,
18535
+ ToolPopup
18536
+ >;
18537
+
18538
+ type ToolPopup$ClosedEvent = sap.ui.base.Event<
18539
+ ToolPopup$ClosedEventParameters,
18540
+ ToolPopup
18541
+ >;
18542
+
18543
+ type ToolPopup$EnterEvent = sap.ui.base.Event<
18544
+ ToolPopup$EnterEventParameters,
18545
+ ToolPopup
18546
+ >;
18547
+
18548
+ type ToolPopup$IconChangedEvent = sap.ui.base.Event<
18549
+ ToolPopup$IconChangedEventParameters,
18550
+ ToolPopup
18551
+ >;
18552
+
18553
+ type ToolPopup$OpenEvent = sap.ui.base.Event<
18554
+ ToolPopup$OpenEventParameters,
18555
+ ToolPopup
18556
+ >;
18557
+
18558
+ type ToolPopup$OpenedEvent = sap.ui.base.Event<
18559
+ ToolPopup$OpenedEventParameters,
18560
+ ToolPopup
18561
+ >;
18821
18562
  }
18822
18563
  }
18823
18564