@openui5/ts-types 1.115.0 → 1.115.1

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.
@@ -1,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 0.13
6
+ * @since 0.13
7
7
  * @deprecated (since 1.38)
8
8
  *
9
9
  * Controls that implement the SAP User Experience (UX) Guidelines 3.0
@@ -11,7 +11,7 @@ declare namespace sap {
11
11
  namespace ux3 {
12
12
  /**
13
13
  * @deprecated (since 1.36) - This class was never released for productive use and will never be.
14
- * @EXPERIMENTAL (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
14
+ * @experimental (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
15
15
  * experimental work and might change or disappear in future versions.
16
16
  *
17
17
  * Experimental implementation of visual Ux3 Shell personalization / branding.
@@ -152,14 +152,14 @@ declare namespace sap {
152
152
  * For ‘Update’, please refer to event ‘feedSubmit’
153
153
  */
154
154
  actionSelected?: (
155
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
155
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ActionBar$ActionSelectedEventParameters>
156
156
  ) => void;
157
157
 
158
158
  /**
159
159
  * Fired when a new feed entry is submitted.
160
160
  */
161
161
  feedSubmit?: (
162
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
162
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ActionBar$FeedSubmitEventParameters>
163
163
  ) => void;
164
164
  }
165
165
 
@@ -336,14 +336,14 @@ declare namespace sap {
336
336
  * selection Changed
337
337
  */
338
338
  selectionChanged?: (
339
- oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
339
+ oEvent: sap.ui.base.Event<sap.ui.ux3.DataSet$SelectionChangedEventParameters>
340
340
  ) => void;
341
341
 
342
342
  /**
343
343
  * Event which is fired when the user triggers a search
344
344
  */
345
345
  search?: (
346
- oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
346
+ oEvent: sap.ui.base.Event<sap.ui.ux3.DataSet$SearchEventParameters>
347
347
  ) => void;
348
348
  }
349
349
 
@@ -378,7 +378,7 @@ declare namespace sap {
378
378
  * Event Fired when Datset item is selected.
379
379
  */
380
380
  selected?: (
381
- oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
381
+ oEvent: sap.ui.base.Event<sap.ui.ux3.DataSetItem$SelectedEventParameters>
382
382
  ) => void;
383
383
  }
384
384
 
@@ -423,7 +423,7 @@ declare namespace sap {
423
423
  | `{${string}}`;
424
424
 
425
425
  /**
426
- * @SINCE 1.9.2
426
+ * @since 1.9.2
427
427
  *
428
428
  * When true and the property floating is true the DatSet items are floating containers filling the whole
429
429
  * space of a row.
@@ -434,7 +434,7 @@ declare namespace sap {
434
434
  | `{${string}}`;
435
435
 
436
436
  /**
437
- * @SINCE 1.9.2
437
+ * @since 1.9.2
438
438
  *
439
439
  * When itemMinWidth>0 and the property floating is true the given minimum width in pixels is set to DatSet
440
440
  * items. A minimum width must be given when the property responsive is set.
@@ -445,7 +445,7 @@ declare namespace sap {
445
445
  | `{${string}}`;
446
446
 
447
447
  /**
448
- * @SINCE 1.13.0
448
+ * @since 1.13.0
449
449
  *
450
450
  * If this value is greater zero only this amount of items is loaded in the first place. New items are loaded
451
451
  * automatically when the user scrolls down. The number of items which are reloaded can be defined with
@@ -457,7 +457,7 @@ declare namespace sap {
457
457
  | `{${string}}`;
458
458
 
459
459
  /**
460
- * @SINCE 1.13.0
460
+ * @since 1.13.0
461
461
  *
462
462
  * This number defines the item count which is reloaded on scroll if initialItemCount is enabled.
463
463
  */
@@ -467,7 +467,7 @@ declare namespace sap {
467
467
  | `{${string}}`;
468
468
 
469
469
  /**
470
- * @SINCE 1.13.0
470
+ * @since 1.13.0
471
471
  *
472
472
  * ID of the DOM Element or jQuery reference to the dom which holds the scrollbar for the dataset
473
473
  */
@@ -477,7 +477,7 @@ declare namespace sap {
477
477
  | `{${string}}`;
478
478
 
479
479
  /**
480
- * @SINCE 1.13.0
480
+ * @since 1.13.0
481
481
  *
482
482
  * If the pagination feature is used without specifying a scroll area, a height for the dataset must be
483
483
  * defined.
@@ -517,14 +517,14 @@ declare namespace sap {
517
517
  * Event is fired when the search button is clicked
518
518
  */
519
519
  search?: (
520
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
520
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Exact$SearchEventParameters>
521
521
  ) => void;
522
522
 
523
523
  /**
524
524
  * Event which is fired when an attribute is selected or unselected.
525
525
  */
526
526
  refineSearch?: (
527
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
527
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Exact$RefineSearchEventParameters>
528
528
  ) => void;
529
529
  }
530
530
 
@@ -571,7 +571,7 @@ declare namespace sap {
571
571
  | `{${string}}`;
572
572
 
573
573
  /**
574
- * @SINCE 1.7.0
574
+ * @since 1.7.0
575
575
  *
576
576
  * Specifies the width of the corresponding list in pixels. The value must be between 70 and 500.
577
577
  */
@@ -581,7 +581,7 @@ declare namespace sap {
581
581
  | `{${string}}`;
582
582
 
583
583
  /**
584
- * @SINCE 1.7.1
584
+ * @since 1.7.1
585
585
  *
586
586
  * The order how the sublists of this attribute should be displayed.
587
587
  */
@@ -646,7 +646,7 @@ declare namespace sap {
646
646
  * getAttributes() is called.
647
647
  */
648
648
  supplyAttributes?: (
649
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
649
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ExactAttribute$SupplyAttributesEventParameters>
650
650
  ) => void;
651
651
  }
652
652
 
@@ -663,7 +663,7 @@ declare namespace sap {
663
663
  headerTitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
664
664
 
665
665
  /**
666
- * @SINCE 1.7.1
666
+ * @since 1.7.1
667
667
  *
668
668
  * The order how the sublists of the top level list should be displayed.
669
669
  */
@@ -697,7 +697,7 @@ declare namespace sap {
697
697
  | `{${string}}`;
698
698
 
699
699
  /**
700
- * @SINCE 1.7.0
700
+ * @since 1.7.0
701
701
  *
702
702
  * Whether the top list of the ExactBrowser should be shown. When the property is set to false the application
703
703
  * must ensure to select top level attributes appropriately.
@@ -716,7 +716,7 @@ declare namespace sap {
716
716
  | `{${string}}`;
717
717
 
718
718
  /**
719
- * @SINCE 1.9.2
719
+ * @since 1.9.2
720
720
  *
721
721
  * Whether the save button should be available in the header area.
722
722
  */
@@ -726,7 +726,7 @@ declare namespace sap {
726
726
  | `{${string}}`;
727
727
 
728
728
  /**
729
- * @SINCE 1.7.0
729
+ * @since 1.7.0
730
730
  *
731
731
  * Specifies the width of the top list in pixels. The value must be between 70 and 500.
732
732
  */
@@ -759,7 +759,7 @@ declare namespace sap {
759
759
  * Event is fired when an attribute is selected or unselected.
760
760
  */
761
761
  attributeSelected?: (
762
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
762
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ExactBrowser$AttributeSelectedEventParameters>
763
763
  ) => void;
764
764
 
765
765
  /**
@@ -809,7 +809,7 @@ declare namespace sap {
809
809
  * Event which is fired when an attribute is selected/unselected
810
810
  */
811
811
  attributeSelected?: (
812
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
812
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ExactList$AttributeSelectedEventParameters>
813
813
  ) => void;
814
814
  }
815
815
 
@@ -848,7 +848,7 @@ declare namespace sap {
848
848
  | `{${string}}`;
849
849
 
850
850
  /**
851
- * @SINCE 1.9.0
851
+ * @since 1.9.0
852
852
  *
853
853
  * Specifies whether the text values from the additionalText property (see sap.ui.core.ListItems) shall
854
854
  * be displayed.
@@ -887,7 +887,7 @@ declare namespace sap {
887
887
  * On Select event.
888
888
  */
889
889
  select?: (
890
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
890
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FacetFilterList$SelectEventParameters>
891
891
  ) => void;
892
892
  }
893
893
 
@@ -949,35 +949,35 @@ declare namespace sap {
949
949
  * Event is fired when the filter is changed
950
950
  */
951
951
  filterChange?: (
952
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
952
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$FilterChangeEventParameters>
953
953
  ) => void;
954
954
 
955
955
  /**
956
956
  * Event is fired when the search function on SearchField is triggered
957
957
  */
958
958
  search?: (
959
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
959
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$SearchEventParameters>
960
960
  ) => void;
961
961
 
962
962
  /**
963
963
  * Event is fired when a new chunk is added
964
964
  */
965
965
  chunkAdded?: (
966
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
966
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ChunkAddedEventParameters>
967
967
  ) => void;
968
968
 
969
969
  /**
970
970
  * Event is fired when an item from the tools MenuButton was selected
971
971
  */
972
972
  toolsItemSelected?: (
973
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
973
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ToolsItemSelectedEventParameters>
974
974
  ) => void;
975
975
 
976
976
  /**
977
977
  * Event is fired when the live mode has changed
978
978
  */
979
979
  toggleLive?: (
980
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
980
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feed$ToggleLiveEventParameters>
981
981
  ) => void;
982
982
  }
983
983
 
@@ -1134,14 +1134,14 @@ declare namespace sap {
1134
1134
  * Event is raised when a comment is added to the entry. This event is not supported for comment chunks.
1135
1135
  */
1136
1136
  commentAdded?: (
1137
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
1137
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$CommentAddedEventParameters>
1138
1138
  ) => void;
1139
1139
 
1140
1140
  /**
1141
1141
  * Event is raised when the user clicks to flag the entry. This event is not supported for comment chunks.
1142
1142
  */
1143
1143
  toggleFlagged?: (
1144
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
1144
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleFlaggedEventParameters>
1145
1145
  ) => void;
1146
1146
 
1147
1147
  /**
@@ -1153,7 +1153,7 @@ declare namespace sap {
1153
1153
  * Click on a @-reference
1154
1154
  */
1155
1155
  referenceClicked?: (
1156
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
1156
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ReferenceClickedEventParameters>
1157
1157
  ) => void;
1158
1158
 
1159
1159
  /**
@@ -1161,7 +1161,7 @@ declare namespace sap {
1161
1161
  * chunks.
1162
1162
  */
1163
1163
  toggleFavorite?: (
1164
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
1164
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleFavoriteEventParameters>
1165
1165
  ) => void;
1166
1166
 
1167
1167
  /**
@@ -1173,14 +1173,14 @@ declare namespace sap {
1173
1173
  * Event is raised when the user clicks to share the entry. This event is not supported for comment chunks.
1174
1174
  */
1175
1175
  toggleShared?: (
1176
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
1176
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ToggleSharedEventParameters>
1177
1177
  ) => void;
1178
1178
 
1179
1179
  /**
1180
1180
  * Event is fired when an item from the action menu button was selected.
1181
1181
  */
1182
1182
  actionItemSelected?: (
1183
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
1183
+ oEvent: sap.ui.base.Event<sap.ui.ux3.FeedChunk$ActionItemSelectedEventParameters>
1184
1184
  ) => void;
1185
1185
  }
1186
1186
 
@@ -1219,7 +1219,7 @@ declare namespace sap {
1219
1219
  * Event is fired when the entered text is submitted
1220
1220
  */
1221
1221
  submit?: (
1222
- oEvent: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
1222
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Feeder$SubmitEventParameters>
1223
1223
  ) => void;
1224
1224
  }
1225
1225
 
@@ -1233,7 +1233,7 @@ declare namespace sap {
1233
1233
  | `{${string}}`;
1234
1234
 
1235
1235
  /**
1236
- * @SINCE 1.36
1236
+ * @since 1.36
1237
1237
  *
1238
1238
  * Sets the appearance of the menu items in the overflow menu to uppercase
1239
1239
  */
@@ -1268,13 +1268,13 @@ declare namespace sap {
1268
1268
  * Event is fired when an item is selected by the user
1269
1269
  */
1270
1270
  select?: (
1271
- oEvent: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
1271
+ oEvent: sap.ui.base.Event<sap.ui.ux3.NavigationBar$SelectEventParameters>
1272
1272
  ) => void;
1273
1273
  }
1274
1274
 
1275
1275
  interface $NavigationItemSettings extends sap.ui.core.$ItemSettings {
1276
1276
  /**
1277
- * @SINCE 1.9.0
1277
+ * @since 1.9.0
1278
1278
  *
1279
1279
  * Whether the NavigationItem is currently visible. When making NavigationItems invisible at runtime it
1280
1280
  * is the application's responsibility to make sure it is not the currently selected one - or to select
@@ -1326,7 +1326,7 @@ declare namespace sap {
1326
1326
  | `{${string}}`;
1327
1327
 
1328
1328
  /**
1329
- * @SINCE 1.24.5
1329
+ * @since 1.24.5
1330
1330
  *
1331
1331
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
1332
1332
  */
@@ -1354,18 +1354,18 @@ declare namespace sap {
1354
1354
  * to decide what to do.
1355
1355
  */
1356
1356
  display?: (
1357
- oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
1357
+ oEvent: sap.ui.base.Event<sap.ui.ux3.NotificationBar$DisplayEventParameters>
1358
1358
  ) => void;
1359
1359
 
1360
1360
  /**
1361
- * @SINCE 1.12.2
1361
+ * @since 1.12.2
1362
1362
  *
1363
1363
  * This event is thrown when the bar was resized (to the different valid states: Min, Max, Default, None).
1364
1364
  * The event itself can be used from SAPUI5-version 1.12.2 since there was a bug in the previous versions
1365
1365
  * firing this event.
1366
1366
  */
1367
1367
  resize?: (
1368
- oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
1368
+ oEvent: sap.ui.base.Event<sap.ui.ux3.NotificationBar$ResizeEventParameters>
1369
1369
  ) => void;
1370
1370
  }
1371
1371
 
@@ -1396,7 +1396,7 @@ declare namespace sap {
1396
1396
  * Event is fired when a message of the notifiers was selected.
1397
1397
  */
1398
1398
  messageSelected?: (
1399
- oEvent: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
1399
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Notifier$MessageSelectedEventParameters>
1400
1400
  ) => void;
1401
1401
  }
1402
1402
 
@@ -1421,28 +1421,28 @@ declare namespace sap {
1421
1421
  * Event is fired when the Overlay starts closing.
1422
1422
  */
1423
1423
  close?: (
1424
- oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
1424
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$CloseEventParameters>
1425
1425
  ) => void;
1426
1426
 
1427
1427
  /**
1428
1428
  * Event is fired when the Overlay is closed.
1429
1429
  */
1430
1430
  closed?: (
1431
- oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
1431
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$ClosedEventParameters>
1432
1432
  ) => void;
1433
1433
 
1434
1434
  /**
1435
1435
  * Event is fired when the 'Open' button of the Overlay is clicked.
1436
1436
  */
1437
1437
  openNew?: (
1438
- oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
1438
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$OpenNewEventParameters>
1439
1439
  ) => void;
1440
1440
 
1441
1441
  /**
1442
1442
  * Event is fired when the Overlay is opened.
1443
1443
  */
1444
1444
  open?: (
1445
- oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
1445
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Overlay$OpenEventParameters>
1446
1446
  ) => void;
1447
1447
  }
1448
1448
 
@@ -1625,14 +1625,14 @@ declare namespace sap {
1625
1625
  * Action is selected in Action Bar
1626
1626
  */
1627
1627
  actionSelected?: (
1628
- oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
1628
+ oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$ActionSelectedEventParameters>
1629
1629
  ) => void;
1630
1630
 
1631
1631
  /**
1632
1632
  * Fired when a new feed entry is submitted.
1633
1633
  */
1634
1634
  feedSubmit?: (
1635
- oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
1635
+ oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$FeedSubmitEventParameters>
1636
1636
  ) => void;
1637
1637
 
1638
1638
  /**
@@ -1640,7 +1640,7 @@ declare namespace sap {
1640
1640
  * object to cancel browser navigation.
1641
1641
  */
1642
1642
  navigate?: (
1643
- oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
1643
+ oEvent: sap.ui.base.Event<sap.ui.ux3.QuickView$NavigateEventParameters>
1644
1644
  ) => void;
1645
1645
  }
1646
1646
 
@@ -1676,7 +1676,7 @@ declare namespace sap {
1676
1676
  | `{${string}}`;
1677
1677
 
1678
1678
  /**
1679
- * @SINCE 1.9.0
1679
+ * @since 1.9.0
1680
1680
  *
1681
1681
  * The tooltip to be displayed for the Logout Button of the Shell. If not set, a text meaning "Logout" in
1682
1682
  * the current language will be displayed.
@@ -1739,7 +1739,7 @@ declare namespace sap {
1739
1739
  | `{${string}}`;
1740
1740
 
1741
1741
  /**
1742
- * @SINCE 1.12.0
1742
+ * @since 1.12.0
1743
1743
  *
1744
1744
  * Defines which design type is to be used.
1745
1745
  */
@@ -1758,7 +1758,7 @@ declare namespace sap {
1758
1758
  | `{${string}}`;
1759
1759
 
1760
1760
  /**
1761
- * @SINCE 1.9.0
1761
+ * @since 1.9.0
1762
1762
  *
1763
1763
  * Whether the Shell content area should have a theme-dependent padding or not.
1764
1764
  */
@@ -1768,7 +1768,7 @@ declare namespace sap {
1768
1768
  | `{${string}}`;
1769
1769
 
1770
1770
  /**
1771
- * @SINCE 1.9.0
1771
+ * @since 1.9.0
1772
1772
  *
1773
1773
  * If set to true, the content area has a defined height. This means that any content put inside can use
1774
1774
  * "100%" height in CSS and will then consume all available space. However, if content is larger, scrollbars
@@ -1780,7 +1780,7 @@ declare namespace sap {
1780
1780
  | `{${string}}`;
1781
1781
 
1782
1782
  /**
1783
- * @SINCE 1.14.0
1783
+ * @since 1.14.0
1784
1784
  *
1785
1785
  * Whether the Shell header (Title Area + Header Items) can be accessed when an Overlay, OverlayContainer
1786
1786
  * or ThingInspector is open.
@@ -1847,7 +1847,7 @@ declare namespace sap {
1847
1847
  | `{${string}}`;
1848
1848
 
1849
1849
  /**
1850
- * @SINCE 1.7.0
1850
+ * @since 1.7.0
1851
1851
  *
1852
1852
  * The NotificationBar which should be integrated into the Shell.
1853
1853
  */
@@ -1869,7 +1869,7 @@ declare namespace sap {
1869
1869
  * The Shell will currently always mark the first sub-item as selected.
1870
1870
  */
1871
1871
  worksetItemSelected?: (
1872
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
1872
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$WorksetItemSelectedEventParameters>
1873
1873
  ) => void;
1874
1874
 
1875
1875
  /**
@@ -1877,7 +1877,7 @@ declare namespace sap {
1877
1877
  * with UI elements.
1878
1878
  */
1879
1879
  paneBarItemSelected?: (
1880
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
1880
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$PaneBarItemSelectedEventParameters>
1881
1881
  ) => void;
1882
1882
 
1883
1883
  /**
@@ -1896,13 +1896,13 @@ declare namespace sap {
1896
1896
  feedSubmit?: (oEvent: sap.ui.base.Event) => void;
1897
1897
 
1898
1898
  /**
1899
- * @SINCE 1.12.0
1899
+ * @since 1.12.0
1900
1900
  *
1901
1901
  * Fired after a side pane of the shell is closed. It is also fired, when an open pane is closed by calling
1902
1902
  * setShowPane(false), if and only if the pane was opened before.
1903
1903
  */
1904
1904
  paneClosed?: (
1905
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
1905
+ oEvent: sap.ui.base.Event<sap.ui.ux3.Shell$PaneClosedEventParameters>
1906
1906
  ) => void;
1907
1907
  }
1908
1908
 
@@ -1924,7 +1924,7 @@ declare namespace sap {
1924
1924
  * Event will be fired when the action was triggered.
1925
1925
  */
1926
1926
  select?: (
1927
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
1927
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ThingAction$SelectEventParameters>
1928
1928
  ) => void;
1929
1929
  }
1930
1930
 
@@ -2042,7 +2042,7 @@ declare namespace sap {
2042
2042
  | `{${string}}`;
2043
2043
 
2044
2044
  /**
2045
- * @SINCE 1.16.3
2045
+ * @since 1.16.3
2046
2046
  *
2047
2047
  * Defines which header type should be used.
2048
2048
  */
@@ -2101,7 +2101,7 @@ declare namespace sap {
2101
2101
  * Further thing related Action selected
2102
2102
  */
2103
2103
  actionSelected?: (
2104
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
2104
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$ActionSelectedEventParameters>
2105
2105
  ) => void;
2106
2106
 
2107
2107
  /**
@@ -2109,14 +2109,14 @@ declare namespace sap {
2109
2109
  * selected one. The ThingInspector will currently always mark the first facet as selected.
2110
2110
  */
2111
2111
  facetSelected?: (
2112
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
2112
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$FacetSelectedEventParameters>
2113
2113
  ) => void;
2114
2114
 
2115
2115
  /**
2116
2116
  * Fired when a new feed entry is submitted.
2117
2117
  */
2118
2118
  feedSubmit?: (
2119
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
2119
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ThingInspector$FeedSubmitEventParameters>
2120
2120
  ) => void;
2121
2121
  }
2122
2122
 
@@ -2161,7 +2161,7 @@ declare namespace sap {
2161
2161
  | `{${string}}`;
2162
2162
 
2163
2163
  /**
2164
- * @SINCE 1.16.3
2164
+ * @since 1.16.3
2165
2165
  *
2166
2166
  * Defines which header type should be used.
2167
2167
  */
@@ -2212,7 +2212,7 @@ declare namespace sap {
2212
2212
  * selected one. The ThingInspector will currently always mark the first facet as selected.
2213
2213
  */
2214
2214
  facetSelected?: (
2215
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
2215
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ThingViewer$FacetSelectedEventParameters>
2216
2216
  ) => void;
2217
2217
  }
2218
2218
 
@@ -2262,7 +2262,7 @@ declare namespace sap {
2262
2262
  | `{${string}}`;
2263
2263
 
2264
2264
  /**
2265
- * @SINCE 1.11.1
2265
+ * @since 1.11.1
2266
2266
  *
2267
2267
  * Specifies whether the ToolPopup has a dark or bright background. If set to true the background and borders
2268
2268
  * will be dark. If false they will be bright. This property only has an effect for the GoldReflection-theme.
@@ -2273,7 +2273,7 @@ declare namespace sap {
2273
2273
  | `{${string}}`;
2274
2274
 
2275
2275
  /**
2276
- * @SINCE 1.13.2
2276
+ * @since 1.13.2
2277
2277
  *
2278
2278
  * Determines whether the ToolPopup will auto close when it loses focus. If the user e.g. clicks outside
2279
2279
  * of the ToolPopup it will be closed. Please don't use "modal" and "autoclose" at the same time. In this
@@ -2285,7 +2285,7 @@ declare namespace sap {
2285
2285
  | `{${string}}`;
2286
2286
 
2287
2287
  /**
2288
- * @SINCE 1.13.2
2288
+ * @since 1.13.2
2289
2289
  *
2290
2290
  * Forces a maximum height of the ToolPopup in pixels. If the ToolPopup content is higher than the ToolPopup,
2291
2291
  * the content will be scrollable.
@@ -2296,7 +2296,7 @@ declare namespace sap {
2296
2296
  | `{${string}}`;
2297
2297
 
2298
2298
  /**
2299
- * @SINCE 1.15.0
2299
+ * @since 1.15.0
2300
2300
  *
2301
2301
  * Forces a maximum width of the ToolPopup in pixels.
2302
2302
  */
@@ -2306,7 +2306,7 @@ declare namespace sap {
2306
2306
  | `{${string}}`;
2307
2307
 
2308
2308
  /**
2309
- * @SINCE 1.19.0
2309
+ * @since 1.19.0
2310
2310
  *
2311
2311
  * Time in milliseconds for the open animation.
2312
2312
  */
@@ -2316,7 +2316,7 @@ declare namespace sap {
2316
2316
  | `{${string}}`;
2317
2317
 
2318
2318
  /**
2319
- * @SINCE 1.19.0
2319
+ * @since 1.19.0
2320
2320
  *
2321
2321
  * Time in milliseconds for the close animation.
2322
2322
  */
@@ -2356,7 +2356,7 @@ declare namespace sap {
2356
2356
  opener?: sap.ui.core.Control | string;
2357
2357
 
2358
2358
  /**
2359
- * @SINCE 1.20.1
2359
+ * @since 1.20.1
2360
2360
  *
2361
2361
  * Defines one of the buttons that have been provided via button aggregation to be the default button. This
2362
2362
  * default button is initially selected, if no control is set via the initialFocus association explicitly.
@@ -2380,7 +2380,7 @@ declare namespace sap {
2380
2380
  * Event is fired whenever the user clicks the Enter or the Enter key inside the pop up
2381
2381
  */
2382
2382
  enter?: (
2383
- oEvent: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
2383
+ oEvent: sap.ui.base.Event<sap.ui.ux3.ToolPopup$EnterEventParameters>
2384
2384
  ) => void;
2385
2385
 
2386
2386
  /**
@@ -2396,14 +2396,14 @@ declare namespace sap {
2396
2396
  closed?: (oEvent: sap.ui.base.Event) => void;
2397
2397
 
2398
2398
  /**
2399
- * @SINCE 1.19.0
2399
+ * @since 1.19.0
2400
2400
  *
2401
2401
  * Event is being fired after the ToolPopup has been opened.
2402
2402
  */
2403
2403
  opened?: (oEvent: sap.ui.base.Event) => void;
2404
2404
  }
2405
2405
 
2406
- interface $ActionBarActionSelectedEventParameters {
2406
+ interface ActionBar$ActionSelectedEventParameters {
2407
2407
  /**
2408
2408
  * Id of selected ThingAction
2409
2409
  */
@@ -2421,31 +2421,31 @@ declare namespace sap {
2421
2421
  newState?: string;
2422
2422
  }
2423
2423
 
2424
- interface $ActionBarFeedSubmitEventParameters {
2424
+ interface ActionBar$FeedSubmitEventParameters {
2425
2425
  /**
2426
2426
  * Feed text
2427
2427
  */
2428
2428
  text?: string;
2429
2429
  }
2430
2430
 
2431
- interface $CollectionPropertyChangedEventParameters {}
2431
+ interface Collection$PropertyChangedEventParameters {}
2432
2432
 
2433
- interface $CollectionSelectionChangedEventParameters {}
2433
+ interface Collection$SelectionChangedEventParameters {}
2434
2434
 
2435
- interface $CollectionInspectorCollectionSelectedEventParameters {}
2435
+ interface CollectionInspector$CollectionSelectedEventParameters {}
2436
2436
 
2437
- interface $CollectionInspectorEditCollectionEventParameters {}
2437
+ interface CollectionInspector$EditCollectionEventParameters {}
2438
2438
 
2439
- interface $CollectionInspectorItemSelectionChangedEventParameters {}
2439
+ interface CollectionInspector$ItemSelectionChangedEventParameters {}
2440
2440
 
2441
- interface $DataSetSearchEventParameters {
2441
+ interface DataSet$SearchEventParameters {
2442
2442
  /**
2443
2443
  * The search query
2444
2444
  */
2445
2445
  query?: string;
2446
2446
  }
2447
2447
 
2448
- interface $DataSetSelectionChangedEventParameters {
2448
+ interface DataSet$SelectionChangedEventParameters {
2449
2449
  /**
2450
2450
  * Old lead selected index
2451
2451
  */
@@ -2457,14 +2457,14 @@ declare namespace sap {
2457
2457
  newLeadSelectedIndex?: int;
2458
2458
  }
2459
2459
 
2460
- interface $DataSetItemSelectedEventParameters {
2460
+ interface DataSetItem$SelectedEventParameters {
2461
2461
  /**
2462
2462
  * Id of the selected Datset item
2463
2463
  */
2464
2464
  itemId?: string;
2465
2465
  }
2466
2466
 
2467
- interface $ExactRefineSearchEventParameters {
2467
+ interface Exact$RefineSearchEventParameters {
2468
2468
  /**
2469
2469
  * The query string which was entered in the search field
2470
2470
  */
@@ -2481,21 +2481,21 @@ declare namespace sap {
2481
2481
  allSelectedAttributes?: object;
2482
2482
  }
2483
2483
 
2484
- interface $ExactSearchEventParameters {
2484
+ interface Exact$SearchEventParameters {
2485
2485
  /**
2486
2486
  * The query string which was entered in the search field.
2487
2487
  */
2488
2488
  query?: string;
2489
2489
  }
2490
2490
 
2491
- interface $ExactAttributeSupplyAttributesEventParameters {
2491
+ interface ExactAttribute$SupplyAttributesEventParameters {
2492
2492
  /**
2493
2493
  * The ExactAttribute
2494
2494
  */
2495
2495
  attribute?: sap.ui.ux3.ExactAttribute;
2496
2496
  }
2497
2497
 
2498
- interface $ExactBrowserAttributeSelectedEventParameters {
2498
+ interface ExactBrowser$AttributeSelectedEventParameters {
2499
2499
  /**
2500
2500
  * The attribute which was selected or unselected recently
2501
2501
  */
@@ -2507,9 +2507,9 @@ declare namespace sap {
2507
2507
  allAttributes?: object;
2508
2508
  }
2509
2509
 
2510
- interface $ExactBrowserSaveEventParameters {}
2510
+ interface ExactBrowser$SaveEventParameters {}
2511
2511
 
2512
- interface $ExactListAttributeSelectedEventParameters {
2512
+ interface ExactList$AttributeSelectedEventParameters {
2513
2513
  /**
2514
2514
  * The attribute which was selected/unselected recently
2515
2515
  */
@@ -2521,7 +2521,7 @@ declare namespace sap {
2521
2521
  allAttributes?: object;
2522
2522
  }
2523
2523
 
2524
- interface $FacetFilterListSelectEventParameters {
2524
+ interface FacetFilterList$SelectEventParameters {
2525
2525
  /**
2526
2526
  * Id of the FacetFilterList taht fires the event.
2527
2527
  */
@@ -2544,35 +2544,35 @@ declare namespace sap {
2544
2544
  all?: boolean;
2545
2545
  }
2546
2546
 
2547
- interface $FeedChunkAddedEventParameters {
2547
+ interface Feed$ChunkAddedEventParameters {
2548
2548
  /**
2549
2549
  * New chunk
2550
2550
  */
2551
2551
  chunk?: sap.ui.ux3.FeedChunk;
2552
2552
  }
2553
2553
 
2554
- interface $FeedFilterChangeEventParameters {
2554
+ interface Feed$FilterChangeEventParameters {
2555
2555
  /**
2556
2556
  * The new/changed value of the filter
2557
2557
  */
2558
2558
  newValue?: string;
2559
2559
  }
2560
2560
 
2561
- interface $FeedSearchEventParameters {
2561
+ interface Feed$SearchEventParameters {
2562
2562
  /**
2563
2563
  * The search query
2564
2564
  */
2565
2565
  query?: string;
2566
2566
  }
2567
2567
 
2568
- interface $FeedToggleLiveEventParameters {
2568
+ interface Feed$ToggleLiveEventParameters {
2569
2569
  /**
2570
2570
  * Current live indicator
2571
2571
  */
2572
2572
  live?: boolean;
2573
2573
  }
2574
2574
 
2575
- interface $FeedToolsItemSelectedEventParameters {
2575
+ interface Feed$ToolsItemSelectedEventParameters {
2576
2576
  /**
2577
2577
  * The Id of the selected item
2578
2578
  */
@@ -2584,7 +2584,7 @@ declare namespace sap {
2584
2584
  item?: sap.ui.unified.MenuItemBase;
2585
2585
  }
2586
2586
 
2587
- interface $FeedChunkActionItemSelectedEventParameters {
2587
+ interface FeedChunk$ActionItemSelectedEventParameters {
2588
2588
  /**
2589
2589
  * The Id of the selected item
2590
2590
  */
@@ -2596,55 +2596,55 @@ declare namespace sap {
2596
2596
  item?: sap.ui.unified.MenuItemBase;
2597
2597
  }
2598
2598
 
2599
- interface $FeedChunkCommentAddedEventParameters {
2599
+ interface FeedChunk$CommentAddedEventParameters {
2600
2600
  /**
2601
2601
  * New comment chunk
2602
2602
  */
2603
2603
  comment?: sap.ui.ux3.FeedChunk;
2604
2604
  }
2605
2605
 
2606
- interface $FeedChunkDeletedEventParameters {}
2606
+ interface FeedChunk$DeletedEventParameters {}
2607
2607
 
2608
- interface $FeedChunkInspectEventParameters {}
2608
+ interface FeedChunk$InspectEventParameters {}
2609
2609
 
2610
- interface $FeedChunkReferenceClickedEventParameters {
2610
+ interface FeedChunk$ReferenceClickedEventParameters {
2611
2611
  /**
2612
2612
  * Text of the @-reference
2613
2613
  */
2614
2614
  text?: string;
2615
2615
  }
2616
2616
 
2617
- interface $FeedChunkSenderClickedEventParameters {}
2617
+ interface FeedChunk$SenderClickedEventParameters {}
2618
2618
 
2619
- interface $FeedChunkToggleFavoriteEventParameters {
2619
+ interface FeedChunk$ToggleFavoriteEventParameters {
2620
2620
  /**
2621
2621
  * Current favorite state
2622
2622
  */
2623
2623
  favorite?: boolean;
2624
2624
  }
2625
2625
 
2626
- interface $FeedChunkToggleFlaggedEventParameters {
2626
+ interface FeedChunk$ToggleFlaggedEventParameters {
2627
2627
  /**
2628
2628
  * Current flagged state
2629
2629
  */
2630
2630
  flagged?: boolean;
2631
2631
  }
2632
2632
 
2633
- interface $FeedChunkToggleSharedEventParameters {
2633
+ interface FeedChunk$ToggleSharedEventParameters {
2634
2634
  /**
2635
2635
  * Current shared state
2636
2636
  */
2637
2637
  shareed?: boolean;
2638
2638
  }
2639
2639
 
2640
- interface $FeederSubmitEventParameters {
2640
+ interface Feeder$SubmitEventParameters {
2641
2641
  /**
2642
2642
  * The text that is submitted
2643
2643
  */
2644
2644
  text?: string;
2645
2645
  }
2646
2646
 
2647
- interface $NavigationBarSelectEventParameters {
2647
+ interface NavigationBar$SelectEventParameters {
2648
2648
  /**
2649
2649
  * The ID of the newly selected NavigationItem.
2650
2650
  */
@@ -2656,14 +2656,14 @@ declare namespace sap {
2656
2656
  item?: sap.ui.ux3.NavigationItem;
2657
2657
  }
2658
2658
 
2659
- interface $NotificationBarDisplayEventParameters {
2659
+ interface NotificationBar$DisplayEventParameters {
2660
2660
  /**
2661
2661
  * Indicates if the bar wants to be shown or hidden
2662
2662
  */
2663
2663
  show?: boolean;
2664
2664
  }
2665
2665
 
2666
- interface $NotificationBarResizeEventParameters {
2666
+ interface NotificationBar$ResizeEventParameters {
2667
2667
  /**
2668
2668
  * The corresponding status to which the bar was resized. The corresponding heights can be taken for the
2669
2669
  * bar's CSS file.
@@ -2671,7 +2671,7 @@ declare namespace sap {
2671
2671
  status?: sap.ui.ux3.NotificationBarStatus;
2672
2672
  }
2673
2673
 
2674
- interface $NotifierMessageSelectedEventParameters {
2674
+ interface Notifier$MessageSelectedEventParameters {
2675
2675
  /**
2676
2676
  * The message that was selected
2677
2677
  */
@@ -2683,35 +2683,35 @@ declare namespace sap {
2683
2683
  notifier?: sap.ui.ux3.Notifier;
2684
2684
  }
2685
2685
 
2686
- interface $OverlayCloseEventParameters {
2686
+ interface Overlay$CloseEventParameters {
2687
2687
  /**
2688
2688
  * The ID of the Overlay instance.
2689
2689
  */
2690
2690
  id?: string;
2691
2691
  }
2692
2692
 
2693
- interface $OverlayClosedEventParameters {
2693
+ interface Overlay$ClosedEventParameters {
2694
2694
  /**
2695
2695
  * The ID of the Overlay instance.
2696
2696
  */
2697
2697
  id?: string;
2698
2698
  }
2699
2699
 
2700
- interface $OverlayOpenEventParameters {
2700
+ interface Overlay$OpenEventParameters {
2701
2701
  /**
2702
2702
  * The ID of the Overlay instance
2703
2703
  */
2704
2704
  id?: string;
2705
2705
  }
2706
2706
 
2707
- interface $OverlayOpenNewEventParameters {
2707
+ interface Overlay$OpenNewEventParameters {
2708
2708
  /**
2709
2709
  * The ID of the Overlay instance.
2710
2710
  */
2711
2711
  id?: string;
2712
2712
  }
2713
2713
 
2714
- interface $QuickViewActionSelectedEventParameters {
2714
+ interface QuickView$ActionSelectedEventParameters {
2715
2715
  /**
2716
2716
  * Id of selected ThingAction
2717
2717
  */
@@ -2729,25 +2729,25 @@ declare namespace sap {
2729
2729
  newState?: string;
2730
2730
  }
2731
2731
 
2732
- interface $QuickViewFeedSubmitEventParameters {
2732
+ interface QuickView$FeedSubmitEventParameters {
2733
2733
  /**
2734
2734
  * Feed text
2735
2735
  */
2736
2736
  text?: string;
2737
2737
  }
2738
2738
 
2739
- interface $QuickViewNavigateEventParameters {
2739
+ interface QuickView$NavigateEventParameters {
2740
2740
  /**
2741
2741
  * URI of the Thing Inspector application.
2742
2742
  */
2743
2743
  href?: string;
2744
2744
  }
2745
2745
 
2746
- interface $ShellFeedSubmitEventParameters {}
2746
+ interface Shell$FeedSubmitEventParameters {}
2747
2747
 
2748
- interface $ShellLogoutEventParameters {}
2748
+ interface Shell$LogoutEventParameters {}
2749
2749
 
2750
- interface $ShellPaneBarItemSelectedEventParameters {
2750
+ interface Shell$PaneBarItemSelectedEventParameters {
2751
2751
  /**
2752
2752
  * The ID of the selected PaneBarItem.
2753
2753
  */
@@ -2764,16 +2764,16 @@ declare namespace sap {
2764
2764
  key?: string;
2765
2765
  }
2766
2766
 
2767
- interface $ShellPaneClosedEventParameters {
2767
+ interface Shell$PaneClosedEventParameters {
2768
2768
  /**
2769
2769
  * The id of the PaneBarItem to which the closed pane belonged.
2770
2770
  */
2771
2771
  id?: string;
2772
2772
  }
2773
2773
 
2774
- interface $ShellSearchEventParameters {}
2774
+ interface Shell$SearchEventParameters {}
2775
2775
 
2776
- interface $ShellWorksetItemSelectedEventParameters {
2776
+ interface Shell$WorksetItemSelectedEventParameters {
2777
2777
  /**
2778
2778
  * The id of the workset item that has been newly selected by the user. If a top-level item has been clicked
2779
2779
  * which has sub-items, the ID of the currently active sub-item (/leaf) is given.
@@ -2791,7 +2791,7 @@ declare namespace sap {
2791
2791
  key?: string;
2792
2792
  }
2793
2793
 
2794
- interface $ThingActionSelectEventParameters {
2794
+ interface ThingAction$SelectEventParameters {
2795
2795
  /**
2796
2796
  * Id of selected action
2797
2797
  */
@@ -2803,7 +2803,7 @@ declare namespace sap {
2803
2803
  action?: sap.ui.ux3.ThingAction;
2804
2804
  }
2805
2805
 
2806
- interface $ThingInspectorActionSelectedEventParameters {
2806
+ interface ThingInspector$ActionSelectedEventParameters {
2807
2807
  /**
2808
2808
  * Id of selected ThingAction
2809
2809
  */
@@ -2815,7 +2815,7 @@ declare namespace sap {
2815
2815
  action?: sap.ui.ux3.ThingAction;
2816
2816
  }
2817
2817
 
2818
- interface $ThingInspectorFacetSelectedEventParameters {
2818
+ interface ThingInspector$FacetSelectedEventParameters {
2819
2819
  /**
2820
2820
  * Id of selected NavigationItem
2821
2821
  */
@@ -2832,14 +2832,14 @@ declare namespace sap {
2832
2832
  key?: string;
2833
2833
  }
2834
2834
 
2835
- interface $ThingInspectorFeedSubmitEventParameters {
2835
+ interface ThingInspector$FeedSubmitEventParameters {
2836
2836
  /**
2837
2837
  * Feed text
2838
2838
  */
2839
2839
  text?: string;
2840
2840
  }
2841
2841
 
2842
- interface $ThingViewerFacetSelectedEventParameters {
2842
+ interface ThingViewer$FacetSelectedEventParameters {
2843
2843
  /**
2844
2844
  * Id of selected NavigationItem
2845
2845
  */
@@ -2856,11 +2856,11 @@ declare namespace sap {
2856
2856
  key?: string;
2857
2857
  }
2858
2858
 
2859
- interface $ToolPopupCloseEventParameters {}
2859
+ interface ToolPopup$CloseEventParameters {}
2860
2860
 
2861
- interface $ToolPopupClosedEventParameters {}
2861
+ interface ToolPopup$ClosedEventParameters {}
2862
2862
 
2863
- interface $ToolPopupEnterEventParameters {
2863
+ interface ToolPopup$EnterEventParameters {
2864
2864
  /**
2865
2865
  * The onsapenter event, received by the pop up
2866
2866
  */
@@ -2872,11 +2872,11 @@ declare namespace sap {
2872
2872
  originalSrcControl?: sap.ui.core.Control;
2873
2873
  }
2874
2874
 
2875
- interface $ToolPopupIconChangedEventParameters {}
2875
+ interface ToolPopup$IconChangedEventParameters {}
2876
2876
 
2877
- interface $ToolPopupOpenEventParameters {}
2877
+ interface ToolPopup$OpenEventParameters {}
2878
2878
 
2879
- interface $ToolPopupOpenedEventParameters {}
2879
+ interface ToolPopup$OpenedEventParameters {}
2880
2880
 
2881
2881
  /**
2882
2882
  * @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
@@ -2977,9 +2977,7 @@ declare namespace sap {
2977
2977
  /**
2978
2978
  * The function to be called when the event occurs
2979
2979
  */
2980
- fnFunction: (
2981
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
2982
- ) => void,
2980
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
2983
2981
  /**
2984
2982
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
2985
2983
  */
@@ -3006,9 +3004,7 @@ declare namespace sap {
3006
3004
  /**
3007
3005
  * The function to be called when the event occurs
3008
3006
  */
3009
- fnFunction: (
3010
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
3011
- ) => void,
3007
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
3012
3008
  /**
3013
3009
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
3014
3010
  */
@@ -3033,9 +3029,7 @@ declare namespace sap {
3033
3029
  /**
3034
3030
  * The function to be called when the event occurs
3035
3031
  */
3036
- fnFunction: (
3037
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
3038
- ) => void,
3032
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
3039
3033
  /**
3040
3034
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
3041
3035
  */
@@ -3055,9 +3049,7 @@ declare namespace sap {
3055
3049
  /**
3056
3050
  * The function to be called when the event occurs
3057
3051
  */
3058
- fnFunction: (
3059
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
3060
- ) => void,
3052
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
3061
3053
  /**
3062
3054
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
3063
3055
  */
@@ -3080,9 +3072,7 @@ declare namespace sap {
3080
3072
  /**
3081
3073
  * The function to be called, when the event occurs
3082
3074
  */
3083
- fnFunction: (
3084
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
3085
- ) => void,
3075
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
3086
3076
  /**
3087
3077
  * Context object on which the given function had to be called
3088
3078
  */
@@ -3099,16 +3089,14 @@ declare namespace sap {
3099
3089
  /**
3100
3090
  * The function to be called, when the event occurs
3101
3091
  */
3102
- fnFunction: (
3103
- p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
3104
- ) => void,
3092
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
3105
3093
  /**
3106
3094
  * Context object on which the given function had to be called
3107
3095
  */
3108
3096
  oListener?: object
3109
3097
  ): this;
3110
3098
  /**
3111
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3099
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3112
3100
  *
3113
3101
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
3114
3102
  *
@@ -3118,10 +3106,10 @@ declare namespace sap {
3118
3106
  /**
3119
3107
  * Parameters to pass along with the event
3120
3108
  */
3121
- mParameters?: sap.ui.ux3.$ActionBarActionSelectedEventParameters
3109
+ mParameters?: sap.ui.ux3.ActionBar$ActionSelectedEventParameters
3122
3110
  ): this;
3123
3111
  /**
3124
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3112
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3125
3113
  *
3126
3114
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
3127
3115
  *
@@ -3131,7 +3119,7 @@ declare namespace sap {
3131
3119
  /**
3132
3120
  * Parameters to pass along with the event
3133
3121
  */
3134
- mParameters?: sap.ui.ux3.$ActionBarFeedSubmitEventParameters
3122
+ mParameters?: sap.ui.ux3.ActionBar$FeedSubmitEventParameters
3135
3123
  ): this;
3136
3124
  /**
3137
3125
  * Gets current value of property {@link #getAlwaysShowMoreMenu alwaysShowMoreMenu}.
@@ -3265,7 +3253,7 @@ declare namespace sap {
3265
3253
  oBusinessAction: sap.ui.ux3.ThingAction
3266
3254
  ): int;
3267
3255
  /**
3268
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3256
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3269
3257
  *
3270
3258
  * Checks whether the control is still valid (is in the DOM). ActionBar instance is rendered if and only
3271
3259
  * if 'isActive' returns 'true'. This check is called implicitely by the rendere, MUST not be removed.
@@ -3472,7 +3460,7 @@ declare namespace sap {
3472
3460
  ): this;
3473
3461
  }
3474
3462
  /**
3475
- * @SINCE 1.9.0
3463
+ * @since 1.9.0
3476
3464
  * @deprecated (since 1.38)
3477
3465
  *
3478
3466
  * Collection
@@ -3697,7 +3685,7 @@ declare namespace sap {
3697
3685
  oListener?: object
3698
3686
  ): this;
3699
3687
  /**
3700
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3688
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3701
3689
  *
3702
3690
  * Fires event {@link #event:propertyChanged propertyChanged} to attached listeners.
3703
3691
  *
@@ -3710,7 +3698,7 @@ declare namespace sap {
3710
3698
  mParameters?: object
3711
3699
  ): this;
3712
3700
  /**
3713
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3701
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3714
3702
  *
3715
3703
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
3716
3704
  *
@@ -3874,7 +3862,7 @@ declare namespace sap {
3874
3862
  ): this;
3875
3863
  }
3876
3864
  /**
3877
- * @SINCE 1.9.0
3865
+ * @since 1.9.0
3878
3866
  * @deprecated (since 1.38)
3879
3867
  *
3880
3868
  * CollectionInspector
@@ -4174,7 +4162,7 @@ declare namespace sap {
4174
4162
  oListener?: object
4175
4163
  ): this;
4176
4164
  /**
4177
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4165
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4178
4166
  *
4179
4167
  * Fires event {@link #event:collectionSelected collectionSelected} to attached listeners.
4180
4168
  *
@@ -4187,7 +4175,7 @@ declare namespace sap {
4187
4175
  mParameters?: object
4188
4176
  ): this;
4189
4177
  /**
4190
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4178
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4191
4179
  *
4192
4180
  * Fires event {@link #event:editCollection editCollection} to attached listeners.
4193
4181
  *
@@ -4200,7 +4188,7 @@ declare namespace sap {
4200
4188
  mParameters?: object
4201
4189
  ): this;
4202
4190
  /**
4203
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4191
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4204
4192
  *
4205
4193
  * Fires event {@link #event:itemSelectionChanged itemSelectionChanged} to attached listeners.
4206
4194
  *
@@ -4465,13 +4453,13 @@ declare namespace sap {
4465
4453
  */
4466
4454
  static getMetadata(): sap.ui.core.ElementMetadata;
4467
4455
  /**
4468
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4456
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4469
4457
  *
4470
4458
  * Rerendering of the FilterArea
4471
4459
  */
4472
4460
  _rerenderFilter(): void;
4473
4461
  /**
4474
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4462
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4475
4463
  *
4476
4464
  * Rerendering of the Toolbar
4477
4465
  */
@@ -4537,9 +4525,7 @@ declare namespace sap {
4537
4525
  /**
4538
4526
  * The function to be called when the event occurs
4539
4527
  */
4540
- fnFunction: (
4541
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
4542
- ) => void,
4528
+ fnFunction: (p1: DataSet$SearchEvent) => void,
4543
4529
  /**
4544
4530
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
4545
4531
  */
@@ -4559,9 +4545,7 @@ declare namespace sap {
4559
4545
  /**
4560
4546
  * The function to be called when the event occurs
4561
4547
  */
4562
- fnFunction: (
4563
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
4564
- ) => void,
4548
+ fnFunction: (p1: DataSet$SearchEvent) => void,
4565
4549
  /**
4566
4550
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
4567
4551
  */
@@ -4587,9 +4571,7 @@ declare namespace sap {
4587
4571
  /**
4588
4572
  * The function to be called when the event occurs
4589
4573
  */
4590
- fnFunction: (
4591
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
4592
- ) => void,
4574
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
4593
4575
  /**
4594
4576
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
4595
4577
  */
@@ -4610,9 +4592,7 @@ declare namespace sap {
4610
4592
  /**
4611
4593
  * The function to be called when the event occurs
4612
4594
  */
4613
- fnFunction: (
4614
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
4615
- ) => void,
4595
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
4616
4596
  /**
4617
4597
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
4618
4598
  */
@@ -4637,7 +4617,7 @@ declare namespace sap {
4637
4617
  */
4638
4618
  clearSelection(): void;
4639
4619
  /**
4640
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4620
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4641
4621
  *
4642
4622
  * Creates a view switch button
4643
4623
  *
@@ -4682,9 +4662,7 @@ declare namespace sap {
4682
4662
  /**
4683
4663
  * The function to be called, when the event occurs
4684
4664
  */
4685
- fnFunction: (
4686
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
4687
- ) => void,
4665
+ fnFunction: (p1: DataSet$SearchEvent) => void,
4688
4666
  /**
4689
4667
  * Context object on which the given function had to be called
4690
4668
  */
@@ -4702,16 +4680,14 @@ declare namespace sap {
4702
4680
  /**
4703
4681
  * The function to be called, when the event occurs
4704
4682
  */
4705
- fnFunction: (
4706
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
4707
- ) => void,
4683
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
4708
4684
  /**
4709
4685
  * Context object on which the given function had to be called
4710
4686
  */
4711
4687
  oListener?: object
4712
4688
  ): this;
4713
4689
  /**
4714
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4690
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4715
4691
  *
4716
4692
  * Fires event {@link #event:search search} to attached listeners.
4717
4693
  *
@@ -4721,10 +4697,10 @@ declare namespace sap {
4721
4697
  /**
4722
4698
  * Parameters to pass along with the event
4723
4699
  */
4724
- mParameters?: sap.ui.ux3.$DataSetSearchEventParameters
4700
+ mParameters?: sap.ui.ux3.DataSet$SearchEventParameters
4725
4701
  ): this;
4726
4702
  /**
4727
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4703
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4728
4704
  *
4729
4705
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
4730
4706
  *
@@ -4734,7 +4710,7 @@ declare namespace sap {
4734
4710
  /**
4735
4711
  * Parameters to pass along with the event
4736
4712
  */
4737
- mParameters?: sap.ui.ux3.$DataSetSelectionChangedEventParameters
4713
+ mParameters?: sap.ui.ux3.DataSet$SelectionChangedEventParameters
4738
4714
  ): this;
4739
4715
  /**
4740
4716
  * Gets content of aggregation {@link #getFilter filter}.
@@ -4749,7 +4725,7 @@ declare namespace sap {
4749
4725
  */
4750
4726
  getItems(): sap.ui.ux3.DataSetItem[];
4751
4727
  /**
4752
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4728
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4753
4729
  *
4754
4730
  * Returns the LeadSelection index
4755
4731
  *
@@ -4775,7 +4751,7 @@ declare namespace sap {
4775
4751
  */
4776
4752
  getSelectedIndices(): void;
4777
4753
  /**
4778
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4754
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4779
4755
  *
4780
4756
  * Returns id of selected Item from given index
4781
4757
  *
@@ -4916,7 +4892,7 @@ declare namespace sap {
4916
4892
  iIndex: int
4917
4893
  ): this;
4918
4894
  /**
4919
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4895
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4920
4896
  *
4921
4897
  * Returns true if iIndex is selected
4922
4898
  *
@@ -4990,7 +4966,7 @@ declare namespace sap {
4990
4966
  vView: int | string | sap.ui.ux3.DataSetView
4991
4967
  ): sap.ui.ux3.DataSetView | null;
4992
4968
  /**
4993
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4969
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4994
4970
  *
4995
4971
  * Set the LeadSelection index
4996
4972
  */
@@ -5164,9 +5140,7 @@ declare namespace sap {
5164
5140
  /**
5165
5141
  * The function to be called when the event occurs
5166
5142
  */
5167
- fnFunction: (
5168
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
5169
- ) => void,
5143
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
5170
5144
  /**
5171
5145
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
5172
5146
  */
@@ -5186,9 +5160,7 @@ declare namespace sap {
5186
5160
  /**
5187
5161
  * The function to be called when the event occurs
5188
5162
  */
5189
- fnFunction: (
5190
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
5191
- ) => void,
5163
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
5192
5164
  /**
5193
5165
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
5194
5166
  */
@@ -5205,16 +5177,14 @@ declare namespace sap {
5205
5177
  /**
5206
5178
  * The function to be called, when the event occurs
5207
5179
  */
5208
- fnFunction: (
5209
- p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
5210
- ) => void,
5180
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
5211
5181
  /**
5212
5182
  * Context object on which the given function had to be called
5213
5183
  */
5214
5184
  oListener?: object
5215
5185
  ): this;
5216
5186
  /**
5217
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5187
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5218
5188
  *
5219
5189
  * Fires event {@link #event:selected selected} to attached listeners.
5220
5190
  *
@@ -5224,7 +5194,7 @@ declare namespace sap {
5224
5194
  /**
5225
5195
  * Parameters to pass along with the event
5226
5196
  */
5227
- mParameters?: sap.ui.ux3.$DataSetItemSelectedEventParameters
5197
+ mParameters?: sap.ui.ux3.DataSetItem$SelectedEventParameters
5228
5198
  ): this;
5229
5199
  /**
5230
5200
  * Gets current value of property {@link #getCheckable checkable}.
@@ -5407,7 +5377,7 @@ declare namespace sap {
5407
5377
  */
5408
5378
  destroyTemplate(): this;
5409
5379
  /**
5410
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5380
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5411
5381
  *
5412
5382
  * View finalization: Called when leaving the view
5413
5383
  */
@@ -5424,7 +5394,7 @@ declare namespace sap {
5424
5394
  */
5425
5395
  getFloating(): boolean;
5426
5396
  /**
5427
- * @SINCE 1.13.0
5397
+ * @since 1.13.0
5428
5398
  *
5429
5399
  * Gets current value of property {@link #getHeight height}.
5430
5400
  *
@@ -5459,7 +5429,7 @@ declare namespace sap {
5459
5429
  */
5460
5430
  getIconSelected(): sap.ui.core.URI;
5461
5431
  /**
5462
- * @SINCE 1.13.0
5432
+ * @since 1.13.0
5463
5433
  *
5464
5434
  * Gets current value of property {@link #getInitialItemCount initialItemCount}.
5465
5435
  *
@@ -5473,7 +5443,7 @@ declare namespace sap {
5473
5443
  */
5474
5444
  getInitialItemCount(): int;
5475
5445
  /**
5476
- * @SINCE 1.9.2
5446
+ * @since 1.9.2
5477
5447
  *
5478
5448
  * Gets current value of property {@link #getItemMinWidth itemMinWidth}.
5479
5449
  *
@@ -5496,7 +5466,7 @@ declare namespace sap {
5496
5466
  */
5497
5467
  getName(): string;
5498
5468
  /**
5499
- * @SINCE 1.13.0
5469
+ * @since 1.13.0
5500
5470
  *
5501
5471
  * Gets current value of property {@link #getReloadItemCount reloadItemCount}.
5502
5472
  *
@@ -5508,7 +5478,7 @@ declare namespace sap {
5508
5478
  */
5509
5479
  getReloadItemCount(): int;
5510
5480
  /**
5511
- * @SINCE 1.9.2
5481
+ * @since 1.9.2
5512
5482
  *
5513
5483
  * Gets current value of property {@link #getResponsive responsive}.
5514
5484
  *
@@ -5521,7 +5491,7 @@ declare namespace sap {
5521
5491
  */
5522
5492
  getResponsive(): boolean;
5523
5493
  /**
5524
- * @SINCE 1.13.0
5494
+ * @since 1.13.0
5525
5495
  *
5526
5496
  * Gets current value of property {@link #getScrollArea scrollArea}.
5527
5497
  *
@@ -5537,7 +5507,7 @@ declare namespace sap {
5537
5507
  */
5538
5508
  getTemplate(): sap.ui.core.Control;
5539
5509
  /**
5540
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5510
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5541
5511
  *
5542
5512
  * Eventhandler for the selection of an Item
5543
5513
  */
@@ -5548,7 +5518,7 @@ declare namespace sap {
5548
5518
  oEvent: sap.ui.base.Event
5549
5519
  ): void;
5550
5520
  /**
5551
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5521
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5552
5522
  *
5553
5523
  * View Initialization: Called when selecting the view
5554
5524
  */
@@ -5559,7 +5529,7 @@ declare namespace sap {
5559
5529
  aItems: any[]
5560
5530
  ): void;
5561
5531
  /**
5562
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5532
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5563
5533
  *
5564
5534
  * Check if Item `oItem` is selected
5565
5535
  */
@@ -5588,7 +5558,7 @@ declare namespace sap {
5588
5558
  bFloating?: boolean
5589
5559
  ): this;
5590
5560
  /**
5591
- * @SINCE 1.13.0
5561
+ * @since 1.13.0
5592
5562
  *
5593
5563
  * Sets a new value for property {@link #getHeight height}.
5594
5564
  *
@@ -5651,7 +5621,7 @@ declare namespace sap {
5651
5621
  sIconSelected?: sap.ui.core.URI
5652
5622
  ): this;
5653
5623
  /**
5654
- * @SINCE 1.13.0
5624
+ * @since 1.13.0
5655
5625
  *
5656
5626
  * Sets a new value for property {@link #getInitialItemCount initialItemCount}.
5657
5627
  *
@@ -5672,7 +5642,7 @@ declare namespace sap {
5672
5642
  iInitialItemCount?: int
5673
5643
  ): this;
5674
5644
  /**
5675
- * @SINCE 1.9.2
5645
+ * @since 1.9.2
5676
5646
  *
5677
5647
  * Sets a new value for property {@link #getItemMinWidth itemMinWidth}.
5678
5648
  *
@@ -5709,7 +5679,7 @@ declare namespace sap {
5709
5679
  sName?: string
5710
5680
  ): this;
5711
5681
  /**
5712
- * @SINCE 1.13.0
5682
+ * @since 1.13.0
5713
5683
  *
5714
5684
  * Sets a new value for property {@link #getReloadItemCount reloadItemCount}.
5715
5685
  *
@@ -5728,7 +5698,7 @@ declare namespace sap {
5728
5698
  iReloadItemCount?: int
5729
5699
  ): this;
5730
5700
  /**
5731
- * @SINCE 1.9.2
5701
+ * @since 1.9.2
5732
5702
  *
5733
5703
  * Sets a new value for property {@link #getResponsive responsive}.
5734
5704
  *
@@ -5765,7 +5735,7 @@ declare namespace sap {
5765
5735
  oTemplate: sap.ui.core.Control
5766
5736
  ): this;
5767
5737
  /**
5768
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5738
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5769
5739
  *
5770
5740
  * View update: Called when pagination adds items
5771
5741
  */
@@ -5778,7 +5748,7 @@ declare namespace sap {
5778
5748
  }
5779
5749
  /**
5780
5750
  * @deprecated (since 1.38)
5781
- * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
5751
+ * @experimental (since 1.2) - API is not yet finished and might change completely
5782
5752
  *
5783
5753
  * A comprehensive UI design approach with graphical and functional elements for searching data, exploring
5784
5754
  * data, and acting on the data ("Explore and Act (Exact) Pattern").
@@ -5874,9 +5844,7 @@ declare namespace sap {
5874
5844
  /**
5875
5845
  * The function to be called when the event occurs
5876
5846
  */
5877
- fnFunction: (
5878
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
5879
- ) => void,
5847
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
5880
5848
  /**
5881
5849
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
5882
5850
  */
@@ -5896,9 +5864,7 @@ declare namespace sap {
5896
5864
  /**
5897
5865
  * The function to be called when the event occurs
5898
5866
  */
5899
- fnFunction: (
5900
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
5901
- ) => void,
5867
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
5902
5868
  /**
5903
5869
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
5904
5870
  */
@@ -5923,9 +5889,7 @@ declare namespace sap {
5923
5889
  /**
5924
5890
  * The function to be called when the event occurs
5925
5891
  */
5926
- fnFunction: (
5927
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
5928
- ) => void,
5892
+ fnFunction: (p1: Exact$SearchEvent) => void,
5929
5893
  /**
5930
5894
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
5931
5895
  */
@@ -5945,9 +5909,7 @@ declare namespace sap {
5945
5909
  /**
5946
5910
  * The function to be called when the event occurs
5947
5911
  */
5948
- fnFunction: (
5949
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
5950
- ) => void,
5912
+ fnFunction: (p1: Exact$SearchEvent) => void,
5951
5913
  /**
5952
5914
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
5953
5915
  */
@@ -5976,9 +5938,7 @@ declare namespace sap {
5976
5938
  /**
5977
5939
  * The function to be called, when the event occurs
5978
5940
  */
5979
- fnFunction: (
5980
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
5981
- ) => void,
5941
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
5982
5942
  /**
5983
5943
  * Context object on which the given function had to be called
5984
5944
  */
@@ -5995,16 +5955,14 @@ declare namespace sap {
5995
5955
  /**
5996
5956
  * The function to be called, when the event occurs
5997
5957
  */
5998
- fnFunction: (
5999
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
6000
- ) => void,
5958
+ fnFunction: (p1: Exact$SearchEvent) => void,
6001
5959
  /**
6002
5960
  * Context object on which the given function had to be called
6003
5961
  */
6004
5962
  oListener?: object
6005
5963
  ): this;
6006
5964
  /**
6007
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5965
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6008
5966
  *
6009
5967
  * Fires event {@link #event:refineSearch refineSearch} to attached listeners.
6010
5968
  *
@@ -6014,10 +5972,10 @@ declare namespace sap {
6014
5972
  /**
6015
5973
  * Parameters to pass along with the event
6016
5974
  */
6017
- mParameters?: sap.ui.ux3.$ExactRefineSearchEventParameters
5975
+ mParameters?: sap.ui.ux3.Exact$RefineSearchEventParameters
6018
5976
  ): this;
6019
5977
  /**
6020
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5978
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6021
5979
  *
6022
5980
  * Fires event {@link #event:search search} to attached listeners.
6023
5981
  *
@@ -6027,7 +5985,7 @@ declare namespace sap {
6027
5985
  /**
6028
5986
  * Parameters to pass along with the event
6029
5987
  */
6030
- mParameters?: sap.ui.ux3.$ExactSearchEventParameters
5988
+ mParameters?: sap.ui.ux3.Exact$SearchEventParameters
6031
5989
  ): this;
6032
5990
  /**
6033
5991
  * Gets content of aggregation {@link #getAttributes attributes}.
@@ -6134,7 +6092,7 @@ declare namespace sap {
6134
6092
  }
6135
6093
  /**
6136
6094
  * @deprecated (since 1.38)
6137
- * @EXPERIMENTAL (since 1.6) - API is not yet finished and might change completely
6095
+ * @experimental (since 1.6) - API is not yet finished and might change completely
6138
6096
  *
6139
6097
  * Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
6140
6098
  * is intended to be used for the Exact design approach but alternatively also in a stand alone version.
@@ -6469,9 +6427,7 @@ declare namespace sap {
6469
6427
  /**
6470
6428
  * The function to be called when the event occurs
6471
6429
  */
6472
- fnFunction: (
6473
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
6474
- ) => void,
6430
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
6475
6431
  /**
6476
6432
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
6477
6433
  */
@@ -6494,9 +6450,7 @@ declare namespace sap {
6494
6450
  /**
6495
6451
  * The function to be called when the event occurs
6496
6452
  */
6497
- fnFunction: (
6498
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
6499
- ) => void,
6453
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
6500
6454
  /**
6501
6455
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
6502
6456
  */
@@ -6520,16 +6474,14 @@ declare namespace sap {
6520
6474
  /**
6521
6475
  * The function to be called, when the event occurs
6522
6476
  */
6523
- fnFunction: (
6524
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
6525
- ) => void,
6477
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
6526
6478
  /**
6527
6479
  * Context object on which the given function had to be called
6528
6480
  */
6529
6481
  oListener?: object
6530
6482
  ): this;
6531
6483
  /**
6532
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6484
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6533
6485
  *
6534
6486
  * Fires event {@link #event:supplyAttributes supplyAttributes} to attached listeners.
6535
6487
  *
@@ -6539,7 +6491,7 @@ declare namespace sap {
6539
6491
  /**
6540
6492
  * Parameters to pass along with the event
6541
6493
  */
6542
- mParameters?: sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters
6494
+ mParameters?: sap.ui.ux3.ExactAttribute$SupplyAttributesEventParameters
6543
6495
  ): this;
6544
6496
  /**
6545
6497
  * Gets current value of property {@link #getAdditionalData additionalData}.
@@ -6567,7 +6519,7 @@ declare namespace sap {
6567
6519
  */
6568
6520
  getAutoActivateSupply(): boolean;
6569
6521
  /**
6570
- * @SINCE 1.7.1
6522
+ * @since 1.7.1
6571
6523
  *
6572
6524
  * Gets current value of property {@link #getListOrder listOrder}.
6573
6525
  *
@@ -6627,7 +6579,7 @@ declare namespace sap {
6627
6579
  */
6628
6580
  getText(): string;
6629
6581
  /**
6630
- * @SINCE 1.7.0
6582
+ * @since 1.7.0
6631
6583
  *
6632
6584
  * Gets current value of property {@link #getWidth width}.
6633
6585
  *
@@ -6730,7 +6682,7 @@ declare namespace sap {
6730
6682
  bAutoActivateSupply?: boolean
6731
6683
  ): this;
6732
6684
  /**
6733
- * @SINCE 1.7.1
6685
+ * @since 1.7.1
6734
6686
  *
6735
6687
  * Sets a new value for property {@link #getListOrder listOrder}.
6736
6688
  *
@@ -6749,7 +6701,7 @@ declare namespace sap {
6749
6701
  sListOrder?: sap.ui.ux3.ExactOrder
6750
6702
  ): this;
6751
6703
  /**
6752
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6704
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6753
6705
  *
6754
6706
  * See:
6755
6707
  * sap.ui.base.ManagedObject.prototype.setProperty
@@ -6843,7 +6795,7 @@ declare namespace sap {
6843
6795
  */
6844
6796
  setTooltip(oTooltip: string | sap.ui.core.TooltipBase): this;
6845
6797
  /**
6846
- * @SINCE 1.7.0
6798
+ * @since 1.7.0
6847
6799
  *
6848
6800
  * Sets a new value for property {@link #getWidth width}.
6849
6801
  *
@@ -6963,9 +6915,7 @@ declare namespace sap {
6963
6915
  /**
6964
6916
  * The function to be called when the event occurs
6965
6917
  */
6966
- fnFunction: (
6967
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
6968
- ) => void,
6918
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
6969
6919
  /**
6970
6920
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
6971
6921
  */
@@ -6986,9 +6936,7 @@ declare namespace sap {
6986
6936
  /**
6987
6937
  * The function to be called when the event occurs
6988
6938
  */
6989
- fnFunction: (
6990
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
6991
- ) => void,
6939
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
6992
6940
  /**
6993
6941
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
6994
6942
  */
@@ -7063,9 +7011,7 @@ declare namespace sap {
7063
7011
  /**
7064
7012
  * The function to be called, when the event occurs
7065
7013
  */
7066
- fnFunction: (
7067
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
7068
- ) => void,
7014
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
7069
7015
  /**
7070
7016
  * Context object on which the given function had to be called
7071
7017
  */
@@ -7089,7 +7035,7 @@ declare namespace sap {
7089
7035
  oListener?: object
7090
7036
  ): this;
7091
7037
  /**
7092
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7038
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7093
7039
  *
7094
7040
  * Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
7095
7041
  *
@@ -7099,10 +7045,10 @@ declare namespace sap {
7099
7045
  /**
7100
7046
  * Parameters to pass along with the event
7101
7047
  */
7102
- mParameters?: sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters
7048
+ mParameters?: sap.ui.ux3.ExactBrowser$AttributeSelectedEventParameters
7103
7049
  ): this;
7104
7050
  /**
7105
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7051
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7106
7052
  *
7107
7053
  * Fires event {@link #event:save save} to attached listeners.
7108
7054
  *
@@ -7141,7 +7087,7 @@ declare namespace sap {
7141
7087
  */
7142
7088
  getEnableReset(): boolean;
7143
7089
  /**
7144
- * @SINCE 1.9.2
7090
+ * @since 1.9.2
7145
7091
  *
7146
7092
  * Gets current value of property {@link #getEnableSave enableSave}.
7147
7093
  *
@@ -7192,7 +7138,7 @@ declare namespace sap {
7192
7138
  */
7193
7139
  getShowHeader(): boolean;
7194
7140
  /**
7195
- * @SINCE 1.7.0
7141
+ * @since 1.7.0
7196
7142
  *
7197
7143
  * Gets current value of property {@link #getShowTopList showTopList}.
7198
7144
  *
@@ -7214,7 +7160,7 @@ declare namespace sap {
7214
7160
  */
7215
7161
  getTitle(): string;
7216
7162
  /**
7217
- * @SINCE 1.7.1
7163
+ * @since 1.7.1
7218
7164
  *
7219
7165
  * Gets current value of property {@link #getTopListOrder topListOrder}.
7220
7166
  *
@@ -7226,7 +7172,7 @@ declare namespace sap {
7226
7172
  */
7227
7173
  getTopListOrder(): sap.ui.ux3.ExactOrder;
7228
7174
  /**
7229
- * @SINCE 1.7.0
7175
+ * @since 1.7.0
7230
7176
  *
7231
7177
  * Gets current value of property {@link #getTopListWidth topListWidth}.
7232
7178
  *
@@ -7324,7 +7270,7 @@ declare namespace sap {
7324
7270
  bEnableReset?: boolean
7325
7271
  ): this;
7326
7272
  /**
7327
- * @SINCE 1.9.2
7273
+ * @since 1.9.2
7328
7274
  *
7329
7275
  * Sets a new value for property {@link #getEnableSave enableSave}.
7330
7276
  *
@@ -7415,7 +7361,7 @@ declare namespace sap {
7415
7361
  bShowHeader?: boolean
7416
7362
  ): this;
7417
7363
  /**
7418
- * @SINCE 1.7.0
7364
+ * @since 1.7.0
7419
7365
  *
7420
7366
  * Sets a new value for property {@link #getShowTopList showTopList}.
7421
7367
  *
@@ -7451,7 +7397,7 @@ declare namespace sap {
7451
7397
  sTitle?: string
7452
7398
  ): this;
7453
7399
  /**
7454
- * @SINCE 1.7.1
7400
+ * @since 1.7.1
7455
7401
  *
7456
7402
  * Sets a new value for property {@link #getTopListOrder topListOrder}.
7457
7403
  *
@@ -7470,7 +7416,7 @@ declare namespace sap {
7470
7416
  sTopListOrder?: sap.ui.ux3.ExactOrder
7471
7417
  ): this;
7472
7418
  /**
7473
- * @SINCE 1.7.0
7419
+ * @since 1.7.0
7474
7420
  *
7475
7421
  * Sets a new value for property {@link #getTopListWidth topListWidth}.
7476
7422
  *
@@ -7587,9 +7533,7 @@ declare namespace sap {
7587
7533
  /**
7588
7534
  * The function to be called when the event occurs
7589
7535
  */
7590
- fnFunction: (
7591
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
7592
- ) => void,
7536
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
7593
7537
  /**
7594
7538
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
7595
7539
  */
@@ -7610,9 +7554,7 @@ declare namespace sap {
7610
7554
  /**
7611
7555
  * The function to be called when the event occurs
7612
7556
  */
7613
- fnFunction: (
7614
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
7615
- ) => void,
7557
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
7616
7558
  /**
7617
7559
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
7618
7560
  */
@@ -7636,16 +7578,14 @@ declare namespace sap {
7636
7578
  /**
7637
7579
  * The function to be called, when the event occurs
7638
7580
  */
7639
- fnFunction: (
7640
- p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
7641
- ) => void,
7581
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
7642
7582
  /**
7643
7583
  * Context object on which the given function had to be called
7644
7584
  */
7645
7585
  oListener?: object
7646
7586
  ): this;
7647
7587
  /**
7648
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7588
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7649
7589
  *
7650
7590
  * Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
7651
7591
  *
@@ -7655,7 +7595,7 @@ declare namespace sap {
7655
7595
  /**
7656
7596
  * Parameters to pass along with the event
7657
7597
  */
7658
- mParameters?: sap.ui.ux3.$ExactListAttributeSelectedEventParameters
7598
+ mParameters?: sap.ui.ux3.ExactList$AttributeSelectedEventParameters
7659
7599
  ): this;
7660
7600
  /**
7661
7601
  * ID of the element which is the current target of the association {@link #getData data}, or `null`.
@@ -8069,9 +8009,7 @@ declare namespace sap {
8069
8009
  /**
8070
8010
  * The function to be called when the event occurs
8071
8011
  */
8072
- fnFunction: (
8073
- p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
8074
- ) => void,
8012
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
8075
8013
  /**
8076
8014
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
8077
8015
  */
@@ -8091,9 +8029,7 @@ declare namespace sap {
8091
8029
  /**
8092
8030
  * The function to be called when the event occurs
8093
8031
  */
8094
- fnFunction: (
8095
- p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
8096
- ) => void,
8032
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
8097
8033
  /**
8098
8034
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
8099
8035
  */
@@ -8116,16 +8052,14 @@ declare namespace sap {
8116
8052
  /**
8117
8053
  * The function to be called, when the event occurs
8118
8054
  */
8119
- fnFunction: (
8120
- p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
8121
- ) => void,
8055
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
8122
8056
  /**
8123
8057
  * Context object on which the given function had to be called
8124
8058
  */
8125
8059
  oListener?: object
8126
8060
  ): this;
8127
8061
  /**
8128
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8062
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8129
8063
  *
8130
8064
  * Fires event {@link #event:select select} to attached listeners.
8131
8065
  *
@@ -8135,10 +8069,10 @@ declare namespace sap {
8135
8069
  /**
8136
8070
  * Parameters to pass along with the event
8137
8071
  */
8138
- mParameters?: sap.ui.ux3.$FacetFilterListSelectEventParameters
8072
+ mParameters?: sap.ui.ux3.FacetFilterList$SelectEventParameters
8139
8073
  ): this;
8140
8074
  /**
8141
- * @SINCE 1.9.0
8075
+ * @since 1.9.0
8142
8076
  *
8143
8077
  * Gets current value of property {@link #getDisplaySecondaryValues displaySecondaryValues}.
8144
8078
  *
@@ -8241,7 +8175,7 @@ declare namespace sap {
8241
8175
  vItem: int | string | sap.ui.core.ListItem
8242
8176
  ): sap.ui.core.ListItem | null;
8243
8177
  /**
8244
- * @SINCE 1.9.0
8178
+ * @since 1.9.0
8245
8179
  *
8246
8180
  * Sets a new value for property {@link #getDisplaySecondaryValues displaySecondaryValues}.
8247
8181
  *
@@ -8327,7 +8261,7 @@ declare namespace sap {
8327
8261
  }
8328
8262
  /**
8329
8263
  * @deprecated (since 1.38) - Instead, use **any** `sap.ui.layout` container control.
8330
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
8264
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
8331
8265
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
8332
8266
  * Feed model topic is still open.
8333
8267
  *
@@ -8446,9 +8380,7 @@ declare namespace sap {
8446
8380
  /**
8447
8381
  * The function to be called when the event occurs
8448
8382
  */
8449
- fnFunction: (
8450
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
8451
- ) => void,
8383
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
8452
8384
  /**
8453
8385
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8454
8386
  */
@@ -8468,9 +8400,7 @@ declare namespace sap {
8468
8400
  /**
8469
8401
  * The function to be called when the event occurs
8470
8402
  */
8471
- fnFunction: (
8472
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
8473
- ) => void,
8403
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
8474
8404
  /**
8475
8405
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8476
8406
  */
@@ -8495,9 +8425,7 @@ declare namespace sap {
8495
8425
  /**
8496
8426
  * The function to be called when the event occurs
8497
8427
  */
8498
- fnFunction: (
8499
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
8500
- ) => void,
8428
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
8501
8429
  /**
8502
8430
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8503
8431
  */
@@ -8517,9 +8445,7 @@ declare namespace sap {
8517
8445
  /**
8518
8446
  * The function to be called when the event occurs
8519
8447
  */
8520
- fnFunction: (
8521
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
8522
- ) => void,
8448
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
8523
8449
  /**
8524
8450
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8525
8451
  */
@@ -8544,9 +8470,7 @@ declare namespace sap {
8544
8470
  /**
8545
8471
  * The function to be called when the event occurs
8546
8472
  */
8547
- fnFunction: (
8548
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
8549
- ) => void,
8473
+ fnFunction: (p1: Feed$SearchEvent) => void,
8550
8474
  /**
8551
8475
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8552
8476
  */
@@ -8566,9 +8490,7 @@ declare namespace sap {
8566
8490
  /**
8567
8491
  * The function to be called when the event occurs
8568
8492
  */
8569
- fnFunction: (
8570
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
8571
- ) => void,
8493
+ fnFunction: (p1: Feed$SearchEvent) => void,
8572
8494
  /**
8573
8495
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8574
8496
  */
@@ -8593,9 +8515,7 @@ declare namespace sap {
8593
8515
  /**
8594
8516
  * The function to be called when the event occurs
8595
8517
  */
8596
- fnFunction: (
8597
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
8598
- ) => void,
8518
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
8599
8519
  /**
8600
8520
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8601
8521
  */
@@ -8615,9 +8535,7 @@ declare namespace sap {
8615
8535
  /**
8616
8536
  * The function to be called when the event occurs
8617
8537
  */
8618
- fnFunction: (
8619
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
8620
- ) => void,
8538
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
8621
8539
  /**
8622
8540
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8623
8541
  */
@@ -8643,9 +8561,7 @@ declare namespace sap {
8643
8561
  /**
8644
8562
  * The function to be called when the event occurs
8645
8563
  */
8646
- fnFunction: (
8647
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
8648
- ) => void,
8564
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
8649
8565
  /**
8650
8566
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8651
8567
  */
@@ -8666,9 +8582,7 @@ declare namespace sap {
8666
8582
  /**
8667
8583
  * The function to be called when the event occurs
8668
8584
  */
8669
- fnFunction: (
8670
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
8671
- ) => void,
8585
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
8672
8586
  /**
8673
8587
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
8674
8588
  */
@@ -8745,9 +8659,7 @@ declare namespace sap {
8745
8659
  /**
8746
8660
  * The function to be called, when the event occurs
8747
8661
  */
8748
- fnFunction: (
8749
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
8750
- ) => void,
8662
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
8751
8663
  /**
8752
8664
  * Context object on which the given function had to be called
8753
8665
  */
@@ -8764,9 +8676,7 @@ declare namespace sap {
8764
8676
  /**
8765
8677
  * The function to be called, when the event occurs
8766
8678
  */
8767
- fnFunction: (
8768
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
8769
- ) => void,
8679
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
8770
8680
  /**
8771
8681
  * Context object on which the given function had to be called
8772
8682
  */
@@ -8783,9 +8693,7 @@ declare namespace sap {
8783
8693
  /**
8784
8694
  * The function to be called, when the event occurs
8785
8695
  */
8786
- fnFunction: (
8787
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
8788
- ) => void,
8696
+ fnFunction: (p1: Feed$SearchEvent) => void,
8789
8697
  /**
8790
8698
  * Context object on which the given function had to be called
8791
8699
  */
@@ -8802,9 +8710,7 @@ declare namespace sap {
8802
8710
  /**
8803
8711
  * The function to be called, when the event occurs
8804
8712
  */
8805
- fnFunction: (
8806
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
8807
- ) => void,
8713
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
8808
8714
  /**
8809
8715
  * Context object on which the given function had to be called
8810
8716
  */
@@ -8822,16 +8728,14 @@ declare namespace sap {
8822
8728
  /**
8823
8729
  * The function to be called, when the event occurs
8824
8730
  */
8825
- fnFunction: (
8826
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
8827
- ) => void,
8731
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
8828
8732
  /**
8829
8733
  * Context object on which the given function had to be called
8830
8734
  */
8831
8735
  oListener?: object
8832
8736
  ): this;
8833
8737
  /**
8834
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8738
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8835
8739
  *
8836
8740
  * Fires event {@link #event:chunkAdded chunkAdded} to attached listeners.
8837
8741
  *
@@ -8841,10 +8745,10 @@ declare namespace sap {
8841
8745
  /**
8842
8746
  * Parameters to pass along with the event
8843
8747
  */
8844
- mParameters?: sap.ui.ux3.$FeedChunkAddedEventParameters
8748
+ mParameters?: sap.ui.ux3.Feed$ChunkAddedEventParameters
8845
8749
  ): this;
8846
8750
  /**
8847
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8751
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8848
8752
  *
8849
8753
  * Fires event {@link #event:filterChange filterChange} to attached listeners.
8850
8754
  *
@@ -8854,10 +8758,10 @@ declare namespace sap {
8854
8758
  /**
8855
8759
  * Parameters to pass along with the event
8856
8760
  */
8857
- mParameters?: sap.ui.ux3.$FeedFilterChangeEventParameters
8761
+ mParameters?: sap.ui.ux3.Feed$FilterChangeEventParameters
8858
8762
  ): this;
8859
8763
  /**
8860
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8764
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8861
8765
  *
8862
8766
  * Fires event {@link #event:search search} to attached listeners.
8863
8767
  *
@@ -8867,10 +8771,10 @@ declare namespace sap {
8867
8771
  /**
8868
8772
  * Parameters to pass along with the event
8869
8773
  */
8870
- mParameters?: sap.ui.ux3.$FeedSearchEventParameters
8774
+ mParameters?: sap.ui.ux3.Feed$SearchEventParameters
8871
8775
  ): this;
8872
8776
  /**
8873
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8777
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8874
8778
  *
8875
8779
  * Fires event {@link #event:toggleLive toggleLive} to attached listeners.
8876
8780
  *
@@ -8880,10 +8784,10 @@ declare namespace sap {
8880
8784
  /**
8881
8785
  * Parameters to pass along with the event
8882
8786
  */
8883
- mParameters?: sap.ui.ux3.$FeedToggleLiveEventParameters
8787
+ mParameters?: sap.ui.ux3.Feed$ToggleLiveEventParameters
8884
8788
  ): this;
8885
8789
  /**
8886
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8790
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8887
8791
  *
8888
8792
  * Fires event {@link #event:toolsItemSelected toolsItemSelected} to attached listeners.
8889
8793
  *
@@ -8893,7 +8797,7 @@ declare namespace sap {
8893
8797
  /**
8894
8798
  * Parameters to pass along with the event
8895
8799
  */
8896
- mParameters?: sap.ui.ux3.$FeedToolsItemSelectedEventParameters
8800
+ mParameters?: sap.ui.ux3.Feed$ToolsItemSelectedEventParameters
8897
8801
  ): this;
8898
8802
  /**
8899
8803
  * Gets content of aggregation {@link #getChunks chunks}.
@@ -9174,7 +9078,7 @@ declare namespace sap {
9174
9078
  }
9175
9079
  /**
9176
9080
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedListItem` control.
9177
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9081
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9178
9082
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
9179
9083
  * Feed model topic is still open.
9180
9084
  *
@@ -9285,9 +9189,7 @@ declare namespace sap {
9285
9189
  /**
9286
9190
  * The function to be called when the event occurs
9287
9191
  */
9288
- fnFunction: (
9289
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
9290
- ) => void,
9192
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
9291
9193
  /**
9292
9194
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9293
9195
  */
@@ -9308,9 +9210,7 @@ declare namespace sap {
9308
9210
  /**
9309
9211
  * The function to be called when the event occurs
9310
9212
  */
9311
- fnFunction: (
9312
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
9313
- ) => void,
9213
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
9314
9214
  /**
9315
9215
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9316
9216
  */
@@ -9335,9 +9235,7 @@ declare namespace sap {
9335
9235
  /**
9336
9236
  * The function to be called when the event occurs
9337
9237
  */
9338
- fnFunction: (
9339
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
9340
- ) => void,
9238
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
9341
9239
  /**
9342
9240
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9343
9241
  */
@@ -9357,9 +9255,7 @@ declare namespace sap {
9357
9255
  /**
9358
9256
  * The function to be called when the event occurs
9359
9257
  */
9360
- fnFunction: (
9361
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
9362
- ) => void,
9258
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
9363
9259
  /**
9364
9260
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9365
9261
  */
@@ -9475,9 +9371,7 @@ declare namespace sap {
9475
9371
  /**
9476
9372
  * The function to be called when the event occurs
9477
9373
  */
9478
- fnFunction: (
9479
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
9480
- ) => void,
9374
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
9481
9375
  /**
9482
9376
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9483
9377
  */
@@ -9498,9 +9392,7 @@ declare namespace sap {
9498
9392
  /**
9499
9393
  * The function to be called when the event occurs
9500
9394
  */
9501
- fnFunction: (
9502
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
9503
- ) => void,
9395
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
9504
9396
  /**
9505
9397
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9506
9398
  */
@@ -9572,9 +9464,7 @@ declare namespace sap {
9572
9464
  /**
9573
9465
  * The function to be called when the event occurs
9574
9466
  */
9575
- fnFunction: (
9576
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
9577
- ) => void,
9467
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
9578
9468
  /**
9579
9469
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9580
9470
  */
@@ -9596,9 +9486,7 @@ declare namespace sap {
9596
9486
  /**
9597
9487
  * The function to be called when the event occurs
9598
9488
  */
9599
- fnFunction: (
9600
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
9601
- ) => void,
9489
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
9602
9490
  /**
9603
9491
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9604
9492
  */
@@ -9623,9 +9511,7 @@ declare namespace sap {
9623
9511
  /**
9624
9512
  * The function to be called when the event occurs
9625
9513
  */
9626
- fnFunction: (
9627
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
9628
- ) => void,
9514
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
9629
9515
  /**
9630
9516
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9631
9517
  */
@@ -9645,9 +9531,7 @@ declare namespace sap {
9645
9531
  /**
9646
9532
  * The function to be called when the event occurs
9647
9533
  */
9648
- fnFunction: (
9649
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
9650
- ) => void,
9534
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
9651
9535
  /**
9652
9536
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9653
9537
  */
@@ -9672,9 +9556,7 @@ declare namespace sap {
9672
9556
  /**
9673
9557
  * The function to be called when the event occurs
9674
9558
  */
9675
- fnFunction: (
9676
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
9677
- ) => void,
9559
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
9678
9560
  /**
9679
9561
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9680
9562
  */
@@ -9694,9 +9576,7 @@ declare namespace sap {
9694
9576
  /**
9695
9577
  * The function to be called when the event occurs
9696
9578
  */
9697
- fnFunction: (
9698
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
9699
- ) => void,
9579
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
9700
9580
  /**
9701
9581
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
9702
9582
  */
@@ -9754,9 +9634,7 @@ declare namespace sap {
9754
9634
  /**
9755
9635
  * The function to be called, when the event occurs
9756
9636
  */
9757
- fnFunction: (
9758
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
9759
- ) => void,
9637
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
9760
9638
  /**
9761
9639
  * Context object on which the given function had to be called
9762
9640
  */
@@ -9773,9 +9651,7 @@ declare namespace sap {
9773
9651
  /**
9774
9652
  * The function to be called, when the event occurs
9775
9653
  */
9776
- fnFunction: (
9777
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
9778
- ) => void,
9654
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
9779
9655
  /**
9780
9656
  * Context object on which the given function had to be called
9781
9657
  */
@@ -9827,9 +9703,7 @@ declare namespace sap {
9827
9703
  /**
9828
9704
  * The function to be called, when the event occurs
9829
9705
  */
9830
- fnFunction: (
9831
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
9832
- ) => void,
9706
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
9833
9707
  /**
9834
9708
  * Context object on which the given function had to be called
9835
9709
  */
@@ -9865,9 +9739,7 @@ declare namespace sap {
9865
9739
  /**
9866
9740
  * The function to be called, when the event occurs
9867
9741
  */
9868
- fnFunction: (
9869
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
9870
- ) => void,
9742
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
9871
9743
  /**
9872
9744
  * Context object on which the given function had to be called
9873
9745
  */
@@ -9885,9 +9757,7 @@ declare namespace sap {
9885
9757
  /**
9886
9758
  * The function to be called, when the event occurs
9887
9759
  */
9888
- fnFunction: (
9889
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
9890
- ) => void,
9760
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
9891
9761
  /**
9892
9762
  * Context object on which the given function had to be called
9893
9763
  */
@@ -9904,16 +9774,14 @@ declare namespace sap {
9904
9774
  /**
9905
9775
  * The function to be called, when the event occurs
9906
9776
  */
9907
- fnFunction: (
9908
- p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
9909
- ) => void,
9777
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
9910
9778
  /**
9911
9779
  * Context object on which the given function had to be called
9912
9780
  */
9913
9781
  oListener?: object
9914
9782
  ): this;
9915
9783
  /**
9916
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9784
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9917
9785
  *
9918
9786
  * Fires event {@link #event:actionItemSelected actionItemSelected} to attached listeners.
9919
9787
  *
@@ -9923,10 +9791,10 @@ declare namespace sap {
9923
9791
  /**
9924
9792
  * Parameters to pass along with the event
9925
9793
  */
9926
- mParameters?: sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters
9794
+ mParameters?: sap.ui.ux3.FeedChunk$ActionItemSelectedEventParameters
9927
9795
  ): this;
9928
9796
  /**
9929
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9797
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9930
9798
  *
9931
9799
  * Fires event {@link #event:commentAdded commentAdded} to attached listeners.
9932
9800
  *
@@ -9936,10 +9804,10 @@ declare namespace sap {
9936
9804
  /**
9937
9805
  * Parameters to pass along with the event
9938
9806
  */
9939
- mParameters?: sap.ui.ux3.$FeedChunkCommentAddedEventParameters
9807
+ mParameters?: sap.ui.ux3.FeedChunk$CommentAddedEventParameters
9940
9808
  ): this;
9941
9809
  /**
9942
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9810
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9943
9811
  *
9944
9812
  * Fires event {@link #event:deleted deleted} to attached listeners.
9945
9813
  *
@@ -9952,7 +9820,7 @@ declare namespace sap {
9952
9820
  mParameters?: object
9953
9821
  ): this;
9954
9822
  /**
9955
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9823
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9956
9824
  *
9957
9825
  * Fires event {@link #event:inspect inspect} to attached listeners.
9958
9826
  *
@@ -9965,7 +9833,7 @@ declare namespace sap {
9965
9833
  mParameters?: object
9966
9834
  ): this;
9967
9835
  /**
9968
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9836
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9969
9837
  *
9970
9838
  * Fires event {@link #event:referenceClicked referenceClicked} to attached listeners.
9971
9839
  *
@@ -9975,10 +9843,10 @@ declare namespace sap {
9975
9843
  /**
9976
9844
  * Parameters to pass along with the event
9977
9845
  */
9978
- mParameters?: sap.ui.ux3.$FeedChunkReferenceClickedEventParameters
9846
+ mParameters?: sap.ui.ux3.FeedChunk$ReferenceClickedEventParameters
9979
9847
  ): this;
9980
9848
  /**
9981
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9849
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9982
9850
  *
9983
9851
  * Fires event {@link #event:senderClicked senderClicked} to attached listeners.
9984
9852
  *
@@ -9991,7 +9859,7 @@ declare namespace sap {
9991
9859
  mParameters?: object
9992
9860
  ): this;
9993
9861
  /**
9994
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9862
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9995
9863
  *
9996
9864
  * Fires event {@link #event:toggleFavorite toggleFavorite} to attached listeners.
9997
9865
  *
@@ -10001,10 +9869,10 @@ declare namespace sap {
10001
9869
  /**
10002
9870
  * Parameters to pass along with the event
10003
9871
  */
10004
- mParameters?: sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters
9872
+ mParameters?: sap.ui.ux3.FeedChunk$ToggleFavoriteEventParameters
10005
9873
  ): this;
10006
9874
  /**
10007
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9875
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10008
9876
  *
10009
9877
  * Fires event {@link #event:toggleFlagged toggleFlagged} to attached listeners.
10010
9878
  *
@@ -10014,10 +9882,10 @@ declare namespace sap {
10014
9882
  /**
10015
9883
  * Parameters to pass along with the event
10016
9884
  */
10017
- mParameters?: sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters
9885
+ mParameters?: sap.ui.ux3.FeedChunk$ToggleFlaggedEventParameters
10018
9886
  ): this;
10019
9887
  /**
10020
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9888
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10021
9889
  *
10022
9890
  * Fires event {@link #event:toggleShared toggleShared} to attached listeners.
10023
9891
  *
@@ -10027,7 +9895,7 @@ declare namespace sap {
10027
9895
  /**
10028
9896
  * Parameters to pass along with the event
10029
9897
  */
10030
- mParameters?: sap.ui.ux3.$FeedChunkToggleSharedEventParameters
9898
+ mParameters?: sap.ui.ux3.FeedChunk$ToggleSharedEventParameters
10031
9899
  ): this;
10032
9900
  /**
10033
9901
  * Gets content of aggregation {@link #getActionMenuItems actionMenuItems}.
@@ -10574,7 +10442,7 @@ declare namespace sap {
10574
10442
  }
10575
10443
  /**
10576
10444
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedInput` control.
10577
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
10445
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
10578
10446
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
10579
10447
  * Feed model topic is still open.
10580
10448
  *
@@ -10662,9 +10530,7 @@ declare namespace sap {
10662
10530
  /**
10663
10531
  * The function to be called when the event occurs
10664
10532
  */
10665
- fnFunction: (
10666
- p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
10667
- ) => void,
10533
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
10668
10534
  /**
10669
10535
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
10670
10536
  */
@@ -10684,9 +10550,7 @@ declare namespace sap {
10684
10550
  /**
10685
10551
  * The function to be called when the event occurs
10686
10552
  */
10687
- fnFunction: (
10688
- p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
10689
- ) => void,
10553
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
10690
10554
  /**
10691
10555
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
10692
10556
  */
@@ -10703,16 +10567,14 @@ declare namespace sap {
10703
10567
  /**
10704
10568
  * The function to be called, when the event occurs
10705
10569
  */
10706
- fnFunction: (
10707
- p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
10708
- ) => void,
10570
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
10709
10571
  /**
10710
10572
  * Context object on which the given function had to be called
10711
10573
  */
10712
10574
  oListener?: object
10713
10575
  ): this;
10714
10576
  /**
10715
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10577
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10716
10578
  *
10717
10579
  * Fires event {@link #event:submit submit} to attached listeners.
10718
10580
  *
@@ -10722,7 +10584,7 @@ declare namespace sap {
10722
10584
  /**
10723
10585
  * Parameters to pass along with the event
10724
10586
  */
10725
- mParameters?: sap.ui.ux3.$FeederSubmitEventParameters
10587
+ mParameters?: sap.ui.ux3.Feeder$SubmitEventParameters
10726
10588
  ): this;
10727
10589
  /**
10728
10590
  * Gets current value of property {@link #getPlaceholderText placeholderText}.
@@ -10937,9 +10799,7 @@ declare namespace sap {
10937
10799
  /**
10938
10800
  * The function to be called when the event occurs
10939
10801
  */
10940
- fnFunction: (
10941
- p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
10942
- ) => void,
10802
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
10943
10803
  /**
10944
10804
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
10945
10805
  */
@@ -10959,9 +10819,7 @@ declare namespace sap {
10959
10819
  /**
10960
10820
  * The function to be called when the event occurs
10961
10821
  */
10962
- fnFunction: (
10963
- p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
10964
- ) => void,
10822
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
10965
10823
  /**
10966
10824
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
10967
10825
  */
@@ -10984,16 +10842,14 @@ declare namespace sap {
10984
10842
  /**
10985
10843
  * The function to be called, when the event occurs
10986
10844
  */
10987
- fnFunction: (
10988
- p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
10989
- ) => void,
10845
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
10990
10846
  /**
10991
10847
  * Context object on which the given function had to be called
10992
10848
  */
10993
10849
  oListener?: object
10994
10850
  ): this;
10995
10851
  /**
10996
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10852
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10997
10853
  *
10998
10854
  * Fires event {@link #event:select select} to attached listeners.
10999
10855
  *
@@ -11006,7 +10862,7 @@ declare namespace sap {
11006
10862
  /**
11007
10863
  * Parameters to pass along with the event
11008
10864
  */
11009
- mParameters?: sap.ui.ux3.$NavigationBarSelectEventParameters
10865
+ mParameters?: sap.ui.ux3.NavigationBar$SelectEventParameters
11010
10866
  ): boolean;
11011
10867
  /**
11012
10868
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAssociatedItems associatedItems}.
@@ -11021,7 +10877,7 @@ declare namespace sap {
11021
10877
  */
11022
10878
  getItems(): sap.ui.ux3.NavigationItem[];
11023
10879
  /**
11024
- * @SINCE 1.36
10880
+ * @since 1.36
11025
10881
  *
11026
10882
  * Gets current value of property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
11027
10883
  *
@@ -11127,7 +10983,7 @@ declare namespace sap {
11127
10983
  aItems: sap.ui.ux3.NavigationItem[]
11128
10984
  ): this;
11129
10985
  /**
11130
- * @SINCE 1.36
10986
+ * @since 1.36
11131
10987
  *
11132
10988
  * Sets a new value for property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
11133
10989
  *
@@ -11279,7 +11135,7 @@ declare namespace sap {
11279
11135
  */
11280
11136
  getSubItems(): sap.ui.ux3.NavigationItem[];
11281
11137
  /**
11282
- * @SINCE 1.9.0
11138
+ * @since 1.9.0
11283
11139
  *
11284
11140
  * Gets current value of property {@link #getVisible visible}.
11285
11141
  *
@@ -11361,7 +11217,7 @@ declare namespace sap {
11361
11217
  sHref?: sap.ui.core.URI
11362
11218
  ): this;
11363
11219
  /**
11364
- * @SINCE 1.9.0
11220
+ * @since 1.9.0
11365
11221
  *
11366
11222
  * Sets a new value for property {@link #getVisible visible}.
11367
11223
  *
@@ -11383,7 +11239,7 @@ declare namespace sap {
11383
11239
  ): this;
11384
11240
  }
11385
11241
  /**
11386
- * @SINCE 1.7.0
11242
+ * @since 1.7.0
11387
11243
  * @deprecated (since 1.38) - Instead, use the `sap.m.MessagePopover` control.
11388
11244
  *
11389
11245
  * A NotificationBar is a "toolbar" that can be added to a page to show messages and notifications from
@@ -11484,9 +11340,7 @@ declare namespace sap {
11484
11340
  /**
11485
11341
  * The function to be called when the event occurs
11486
11342
  */
11487
- fnFunction: (
11488
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
11489
- ) => void,
11343
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
11490
11344
  /**
11491
11345
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
11492
11346
  */
@@ -11507,16 +11361,14 @@ declare namespace sap {
11507
11361
  /**
11508
11362
  * The function to be called when the event occurs
11509
11363
  */
11510
- fnFunction: (
11511
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
11512
- ) => void,
11364
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
11513
11365
  /**
11514
11366
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
11515
11367
  */
11516
11368
  oListener?: object
11517
11369
  ): this;
11518
11370
  /**
11519
- * @SINCE 1.12.2
11371
+ * @since 1.12.2
11520
11372
  *
11521
11373
  * Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
11522
11374
  *
@@ -11538,16 +11390,14 @@ declare namespace sap {
11538
11390
  /**
11539
11391
  * The function to be called when the event occurs
11540
11392
  */
11541
- fnFunction: (
11542
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
11543
- ) => void,
11393
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
11544
11394
  /**
11545
11395
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
11546
11396
  */
11547
11397
  oListener?: object
11548
11398
  ): this;
11549
11399
  /**
11550
- * @SINCE 1.12.2
11400
+ * @since 1.12.2
11551
11401
  *
11552
11402
  * Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
11553
11403
  *
@@ -11564,9 +11414,7 @@ declare namespace sap {
11564
11414
  /**
11565
11415
  * The function to be called when the event occurs
11566
11416
  */
11567
- fnFunction: (
11568
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
11569
- ) => void,
11417
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
11570
11418
  /**
11571
11419
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
11572
11420
  */
@@ -11595,16 +11443,14 @@ declare namespace sap {
11595
11443
  /**
11596
11444
  * The function to be called, when the event occurs
11597
11445
  */
11598
- fnFunction: (
11599
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
11600
- ) => void,
11446
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
11601
11447
  /**
11602
11448
  * Context object on which the given function had to be called
11603
11449
  */
11604
11450
  oListener?: object
11605
11451
  ): this;
11606
11452
  /**
11607
- * @SINCE 1.12.2
11453
+ * @since 1.12.2
11608
11454
  *
11609
11455
  * Detaches event handler `fnFunction` from the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
11610
11456
  *
@@ -11616,16 +11462,14 @@ declare namespace sap {
11616
11462
  /**
11617
11463
  * The function to be called, when the event occurs
11618
11464
  */
11619
- fnFunction: (
11620
- p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
11621
- ) => void,
11465
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
11622
11466
  /**
11623
11467
  * Context object on which the given function had to be called
11624
11468
  */
11625
11469
  oListener?: object
11626
11470
  ): this;
11627
11471
  /**
11628
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11472
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11629
11473
  *
11630
11474
  * Fires event {@link #event:display display} to attached listeners.
11631
11475
  *
@@ -11635,11 +11479,11 @@ declare namespace sap {
11635
11479
  /**
11636
11480
  * Parameters to pass along with the event
11637
11481
  */
11638
- mParameters?: sap.ui.ux3.$NotificationBarDisplayEventParameters
11482
+ mParameters?: sap.ui.ux3.NotificationBar$DisplayEventParameters
11639
11483
  ): this;
11640
11484
  /**
11641
- * @SINCE 1.12.2
11642
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11485
+ * @since 1.12.2
11486
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11643
11487
  *
11644
11488
  * Fires event {@link #event:resize resize} to attached listeners.
11645
11489
  *
@@ -11649,10 +11493,10 @@ declare namespace sap {
11649
11493
  /**
11650
11494
  * Parameters to pass along with the event
11651
11495
  */
11652
- mParameters?: sap.ui.ux3.$NotificationBarResizeEventParameters
11496
+ mParameters?: sap.ui.ux3.NotificationBar$ResizeEventParameters
11653
11497
  ): this;
11654
11498
  /**
11655
- * @SINCE 1.24.5
11499
+ * @since 1.24.5
11656
11500
  *
11657
11501
  * Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
11658
11502
  *
@@ -11749,7 +11593,7 @@ declare namespace sap {
11749
11593
  vNotifier: int | string | sap.ui.core.Element
11750
11594
  ): sap.ui.core.Element | null;
11751
11595
  /**
11752
- * @SINCE 1.22.11
11596
+ * @since 1.22.11
11753
11597
  */
11754
11598
  setAlwaysShowToggler(
11755
11599
  /**
@@ -11900,9 +11744,7 @@ declare namespace sap {
11900
11744
  /**
11901
11745
  * The function to be called when the event occurs
11902
11746
  */
11903
- fnFunction: (
11904
- p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
11905
- ) => void,
11747
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
11906
11748
  /**
11907
11749
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
11908
11750
  */
@@ -11923,9 +11765,7 @@ declare namespace sap {
11923
11765
  /**
11924
11766
  * The function to be called when the event occurs
11925
11767
  */
11926
- fnFunction: (
11927
- p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
11928
- ) => void,
11768
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
11929
11769
  /**
11930
11770
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
11931
11771
  */
@@ -11949,16 +11789,14 @@ declare namespace sap {
11949
11789
  /**
11950
11790
  * The function to be called, when the event occurs
11951
11791
  */
11952
- fnFunction: (
11953
- p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
11954
- ) => void,
11792
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
11955
11793
  /**
11956
11794
  * Context object on which the given function had to be called
11957
11795
  */
11958
11796
  oListener?: object
11959
11797
  ): this;
11960
11798
  /**
11961
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11799
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11962
11800
  *
11963
11801
  * Fires event {@link #event:messageSelected messageSelected} to attached listeners.
11964
11802
  *
@@ -11968,7 +11806,7 @@ declare namespace sap {
11968
11806
  /**
11969
11807
  * Parameters to pass along with the event
11970
11808
  */
11971
- mParameters?: sap.ui.ux3.$NotifierMessageSelectedEventParameters
11809
+ mParameters?: sap.ui.ux3.Notifier$MessageSelectedEventParameters
11972
11810
  ): this;
11973
11811
  /**
11974
11812
  * Gets current value of property {@link #getIcon icon}.
@@ -12163,9 +12001,7 @@ declare namespace sap {
12163
12001
  /**
12164
12002
  * The function to be called when the event occurs
12165
12003
  */
12166
- fnFunction: (
12167
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
12168
- ) => void,
12004
+ fnFunction: (p1: Overlay$CloseEvent) => void,
12169
12005
  /**
12170
12006
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12171
12007
  */
@@ -12185,9 +12021,7 @@ declare namespace sap {
12185
12021
  /**
12186
12022
  * The function to be called when the event occurs
12187
12023
  */
12188
- fnFunction: (
12189
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
12190
- ) => void,
12024
+ fnFunction: (p1: Overlay$CloseEvent) => void,
12191
12025
  /**
12192
12026
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12193
12027
  */
@@ -12212,9 +12046,7 @@ declare namespace sap {
12212
12046
  /**
12213
12047
  * The function to be called when the event occurs
12214
12048
  */
12215
- fnFunction: (
12216
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
12217
- ) => void,
12049
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
12218
12050
  /**
12219
12051
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12220
12052
  */
@@ -12234,9 +12066,7 @@ declare namespace sap {
12234
12066
  /**
12235
12067
  * The function to be called when the event occurs
12236
12068
  */
12237
- fnFunction: (
12238
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
12239
- ) => void,
12069
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
12240
12070
  /**
12241
12071
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12242
12072
  */
@@ -12261,9 +12091,7 @@ declare namespace sap {
12261
12091
  /**
12262
12092
  * The function to be called when the event occurs
12263
12093
  */
12264
- fnFunction: (
12265
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
12266
- ) => void,
12094
+ fnFunction: (p1: Overlay$OpenEvent) => void,
12267
12095
  /**
12268
12096
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12269
12097
  */
@@ -12283,9 +12111,7 @@ declare namespace sap {
12283
12111
  /**
12284
12112
  * The function to be called when the event occurs
12285
12113
  */
12286
- fnFunction: (
12287
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
12288
- ) => void,
12114
+ fnFunction: (p1: Overlay$OpenEvent) => void,
12289
12115
  /**
12290
12116
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12291
12117
  */
@@ -12310,9 +12136,7 @@ declare namespace sap {
12310
12136
  /**
12311
12137
  * The function to be called when the event occurs
12312
12138
  */
12313
- fnFunction: (
12314
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
12315
- ) => void,
12139
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
12316
12140
  /**
12317
12141
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12318
12142
  */
@@ -12332,9 +12156,7 @@ declare namespace sap {
12332
12156
  /**
12333
12157
  * The function to be called when the event occurs
12334
12158
  */
12335
- fnFunction: (
12336
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
12337
- ) => void,
12159
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
12338
12160
  /**
12339
12161
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
12340
12162
  */
@@ -12355,9 +12177,7 @@ declare namespace sap {
12355
12177
  /**
12356
12178
  * The function to be called, when the event occurs
12357
12179
  */
12358
- fnFunction: (
12359
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
12360
- ) => void,
12180
+ fnFunction: (p1: Overlay$CloseEvent) => void,
12361
12181
  /**
12362
12182
  * Context object on which the given function had to be called
12363
12183
  */
@@ -12374,9 +12194,7 @@ declare namespace sap {
12374
12194
  /**
12375
12195
  * The function to be called, when the event occurs
12376
12196
  */
12377
- fnFunction: (
12378
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
12379
- ) => void,
12197
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
12380
12198
  /**
12381
12199
  * Context object on which the given function had to be called
12382
12200
  */
@@ -12393,9 +12211,7 @@ declare namespace sap {
12393
12211
  /**
12394
12212
  * The function to be called, when the event occurs
12395
12213
  */
12396
- fnFunction: (
12397
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
12398
- ) => void,
12214
+ fnFunction: (p1: Overlay$OpenEvent) => void,
12399
12215
  /**
12400
12216
  * Context object on which the given function had to be called
12401
12217
  */
@@ -12412,16 +12228,14 @@ declare namespace sap {
12412
12228
  /**
12413
12229
  * The function to be called, when the event occurs
12414
12230
  */
12415
- fnFunction: (
12416
- p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
12417
- ) => void,
12231
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
12418
12232
  /**
12419
12233
  * Context object on which the given function had to be called
12420
12234
  */
12421
12235
  oListener?: object
12422
12236
  ): this;
12423
12237
  /**
12424
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12238
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12425
12239
  *
12426
12240
  * Fires event {@link #event:close close} to attached listeners.
12427
12241
  *
@@ -12434,10 +12248,10 @@ declare namespace sap {
12434
12248
  /**
12435
12249
  * Parameters to pass along with the event
12436
12250
  */
12437
- mParameters?: sap.ui.ux3.$OverlayCloseEventParameters
12251
+ mParameters?: sap.ui.ux3.Overlay$CloseEventParameters
12438
12252
  ): boolean;
12439
12253
  /**
12440
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12254
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12441
12255
  *
12442
12256
  * Fires event {@link #event:closed closed} to attached listeners.
12443
12257
  *
@@ -12450,10 +12264,10 @@ declare namespace sap {
12450
12264
  /**
12451
12265
  * Parameters to pass along with the event
12452
12266
  */
12453
- mParameters?: sap.ui.ux3.$OverlayClosedEventParameters
12267
+ mParameters?: sap.ui.ux3.Overlay$ClosedEventParameters
12454
12268
  ): boolean;
12455
12269
  /**
12456
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12270
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12457
12271
  *
12458
12272
  * Fires event {@link #event:open open} to attached listeners.
12459
12273
  *
@@ -12463,10 +12277,10 @@ declare namespace sap {
12463
12277
  /**
12464
12278
  * Parameters to pass along with the event
12465
12279
  */
12466
- mParameters?: sap.ui.ux3.$OverlayOpenEventParameters
12280
+ mParameters?: sap.ui.ux3.Overlay$OpenEventParameters
12467
12281
  ): this;
12468
12282
  /**
12469
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12283
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12470
12284
  *
12471
12285
  * Fires event {@link #event:openNew openNew} to attached listeners.
12472
12286
  *
@@ -12476,7 +12290,7 @@ declare namespace sap {
12476
12290
  /**
12477
12291
  * Parameters to pass along with the event
12478
12292
  */
12479
- mParameters?: sap.ui.ux3.$OverlayOpenNewEventParameters
12293
+ mParameters?: sap.ui.ux3.Overlay$OpenNewEventParameters
12480
12294
  ): this;
12481
12295
  /**
12482
12296
  * Gets current value of property {@link #getCloseButtonVisible closeButtonVisible}.
@@ -12968,9 +12782,7 @@ declare namespace sap {
12968
12782
  /**
12969
12783
  * The function to be called when the event occurs
12970
12784
  */
12971
- fnFunction: (
12972
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
12973
- ) => void,
12785
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
12974
12786
  /**
12975
12787
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12976
12788
  */
@@ -12991,9 +12803,7 @@ declare namespace sap {
12991
12803
  /**
12992
12804
  * The function to be called when the event occurs
12993
12805
  */
12994
- fnFunction: (
12995
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
12996
- ) => void,
12806
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
12997
12807
  /**
12998
12808
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12999
12809
  */
@@ -13018,9 +12828,7 @@ declare namespace sap {
13018
12828
  /**
13019
12829
  * The function to be called when the event occurs
13020
12830
  */
13021
- fnFunction: (
13022
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
13023
- ) => void,
12831
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
13024
12832
  /**
13025
12833
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
13026
12834
  */
@@ -13040,9 +12848,7 @@ declare namespace sap {
13040
12848
  /**
13041
12849
  * The function to be called when the event occurs
13042
12850
  */
13043
- fnFunction: (
13044
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
13045
- ) => void,
12851
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
13046
12852
  /**
13047
12853
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
13048
12854
  */
@@ -13068,9 +12874,7 @@ declare namespace sap {
13068
12874
  /**
13069
12875
  * The function to be called when the event occurs
13070
12876
  */
13071
- fnFunction: (
13072
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
13073
- ) => void,
12877
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
13074
12878
  /**
13075
12879
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
13076
12880
  */
@@ -13091,9 +12895,7 @@ declare namespace sap {
13091
12895
  /**
13092
12896
  * The function to be called when the event occurs
13093
12897
  */
13094
- fnFunction: (
13095
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
13096
- ) => void,
12898
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
13097
12899
  /**
13098
12900
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
13099
12901
  */
@@ -13129,9 +12931,7 @@ declare namespace sap {
13129
12931
  /**
13130
12932
  * The function to be called, when the event occurs
13131
12933
  */
13132
- fnFunction: (
13133
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
13134
- ) => void,
12934
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
13135
12935
  /**
13136
12936
  * Context object on which the given function had to be called
13137
12937
  */
@@ -13148,9 +12948,7 @@ declare namespace sap {
13148
12948
  /**
13149
12949
  * The function to be called, when the event occurs
13150
12950
  */
13151
- fnFunction: (
13152
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
13153
- ) => void,
12951
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
13154
12952
  /**
13155
12953
  * Context object on which the given function had to be called
13156
12954
  */
@@ -13167,16 +12965,14 @@ declare namespace sap {
13167
12965
  /**
13168
12966
  * The function to be called, when the event occurs
13169
12967
  */
13170
- fnFunction: (
13171
- p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
13172
- ) => void,
12968
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
13173
12969
  /**
13174
12970
  * Context object on which the given function had to be called
13175
12971
  */
13176
12972
  oListener?: object
13177
12973
  ): this;
13178
12974
  /**
13179
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12975
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13180
12976
  *
13181
12977
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
13182
12978
  *
@@ -13186,10 +12982,10 @@ declare namespace sap {
13186
12982
  /**
13187
12983
  * Parameters to pass along with the event
13188
12984
  */
13189
- mParameters?: sap.ui.ux3.$QuickViewActionSelectedEventParameters
12985
+ mParameters?: sap.ui.ux3.QuickView$ActionSelectedEventParameters
13190
12986
  ): this;
13191
12987
  /**
13192
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12988
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13193
12989
  *
13194
12990
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
13195
12991
  *
@@ -13199,10 +12995,10 @@ declare namespace sap {
13199
12995
  /**
13200
12996
  * Parameters to pass along with the event
13201
12997
  */
13202
- mParameters?: sap.ui.ux3.$QuickViewFeedSubmitEventParameters
12998
+ mParameters?: sap.ui.ux3.QuickView$FeedSubmitEventParameters
13203
12999
  ): this;
13204
13000
  /**
13205
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13001
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13206
13002
  *
13207
13003
  * Fires event {@link #event:navigate navigate} to attached listeners.
13208
13004
  *
@@ -13215,7 +13011,7 @@ declare namespace sap {
13215
13011
  /**
13216
13012
  * Parameters to pass along with the event
13217
13013
  */
13218
- mParameters?: sap.ui.ux3.$QuickViewNavigateEventParameters
13014
+ mParameters?: sap.ui.ux3.QuickView$NavigateEventParameters
13219
13015
  ): boolean;
13220
13016
  /**
13221
13017
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -13974,9 +13770,7 @@ declare namespace sap {
13974
13770
  /**
13975
13771
  * The function to be called when the event occurs
13976
13772
  */
13977
- fnFunction: (
13978
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
13979
- ) => void,
13773
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
13980
13774
  /**
13981
13775
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13982
13776
  */
@@ -13998,16 +13792,14 @@ declare namespace sap {
13998
13792
  /**
13999
13793
  * The function to be called when the event occurs
14000
13794
  */
14001
- fnFunction: (
14002
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
14003
- ) => void,
13795
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
14004
13796
  /**
14005
13797
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
14006
13798
  */
14007
13799
  oListener?: object
14008
13800
  ): this;
14009
13801
  /**
14010
- * @SINCE 1.12.0
13802
+ * @since 1.12.0
14011
13803
  *
14012
13804
  * Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
14013
13805
  *
@@ -14028,16 +13820,14 @@ declare namespace sap {
14028
13820
  /**
14029
13821
  * The function to be called when the event occurs
14030
13822
  */
14031
- fnFunction: (
14032
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
14033
- ) => void,
13823
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
14034
13824
  /**
14035
13825
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
14036
13826
  */
14037
13827
  oListener?: object
14038
13828
  ): this;
14039
13829
  /**
14040
- * @SINCE 1.12.0
13830
+ * @since 1.12.0
14041
13831
  *
14042
13832
  * Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
14043
13833
  *
@@ -14053,9 +13843,7 @@ declare namespace sap {
14053
13843
  /**
14054
13844
  * The function to be called when the event occurs
14055
13845
  */
14056
- fnFunction: (
14057
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
14058
- ) => void,
13846
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
14059
13847
  /**
14060
13848
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
14061
13849
  */
@@ -14129,9 +13917,7 @@ declare namespace sap {
14129
13917
  /**
14130
13918
  * The function to be called when the event occurs
14131
13919
  */
14132
- fnFunction: (
14133
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
14134
- ) => void,
13920
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
14135
13921
  /**
14136
13922
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
14137
13923
  */
@@ -14155,9 +13941,7 @@ declare namespace sap {
14155
13941
  /**
14156
13942
  * The function to be called when the event occurs
14157
13943
  */
14158
- fnFunction: (
14159
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
14160
- ) => void,
13944
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
14161
13945
  /**
14162
13946
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
14163
13947
  */
@@ -14182,7 +13966,7 @@ declare namespace sap {
14182
13966
  */
14183
13967
  destroyHeaderItems(): this;
14184
13968
  /**
14185
- * @SINCE 1.7.0
13969
+ * @since 1.7.0
14186
13970
  *
14187
13971
  * Destroys the notificationBar in the aggregation {@link #getNotificationBar notificationBar}.
14188
13972
  *
@@ -14259,16 +14043,14 @@ declare namespace sap {
14259
14043
  /**
14260
14044
  * The function to be called, when the event occurs
14261
14045
  */
14262
- fnFunction: (
14263
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
14264
- ) => void,
14046
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
14265
14047
  /**
14266
14048
  * Context object on which the given function had to be called
14267
14049
  */
14268
14050
  oListener?: object
14269
14051
  ): this;
14270
14052
  /**
14271
- * @SINCE 1.12.0
14053
+ * @since 1.12.0
14272
14054
  *
14273
14055
  * Detaches event handler `fnFunction` from the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
14274
14056
  *
@@ -14280,9 +14062,7 @@ declare namespace sap {
14280
14062
  /**
14281
14063
  * The function to be called, when the event occurs
14282
14064
  */
14283
- fnFunction: (
14284
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
14285
- ) => void,
14065
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
14286
14066
  /**
14287
14067
  * Context object on which the given function had to be called
14288
14068
  */
@@ -14317,16 +14097,14 @@ declare namespace sap {
14317
14097
  /**
14318
14098
  * The function to be called, when the event occurs
14319
14099
  */
14320
- fnFunction: (
14321
- p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
14322
- ) => void,
14100
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
14323
14101
  /**
14324
14102
  * Context object on which the given function had to be called
14325
14103
  */
14326
14104
  oListener?: object
14327
14105
  ): this;
14328
14106
  /**
14329
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14107
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14330
14108
  *
14331
14109
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
14332
14110
  *
@@ -14339,7 +14117,7 @@ declare namespace sap {
14339
14117
  mParameters?: object
14340
14118
  ): this;
14341
14119
  /**
14342
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14120
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14343
14121
  *
14344
14122
  * Fires event {@link #event:logout logout} to attached listeners.
14345
14123
  *
@@ -14352,7 +14130,7 @@ declare namespace sap {
14352
14130
  mParameters?: object
14353
14131
  ): this;
14354
14132
  /**
14355
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14133
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14356
14134
  *
14357
14135
  * Fires event {@link #event:paneBarItemSelected paneBarItemSelected} to attached listeners.
14358
14136
  *
@@ -14362,11 +14140,11 @@ declare namespace sap {
14362
14140
  /**
14363
14141
  * Parameters to pass along with the event
14364
14142
  */
14365
- mParameters?: sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters
14143
+ mParameters?: sap.ui.ux3.Shell$PaneBarItemSelectedEventParameters
14366
14144
  ): this;
14367
14145
  /**
14368
- * @SINCE 1.12.0
14369
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14146
+ * @since 1.12.0
14147
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14370
14148
  *
14371
14149
  * Fires event {@link #event:paneClosed paneClosed} to attached listeners.
14372
14150
  *
@@ -14376,10 +14154,10 @@ declare namespace sap {
14376
14154
  /**
14377
14155
  * Parameters to pass along with the event
14378
14156
  */
14379
- mParameters?: sap.ui.ux3.$ShellPaneClosedEventParameters
14157
+ mParameters?: sap.ui.ux3.Shell$PaneClosedEventParameters
14380
14158
  ): this;
14381
14159
  /**
14382
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14160
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14383
14161
  *
14384
14162
  * Fires event {@link #event:search search} to attached listeners.
14385
14163
  *
@@ -14392,7 +14170,7 @@ declare namespace sap {
14392
14170
  mParameters?: object
14393
14171
  ): this;
14394
14172
  /**
14395
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14173
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14396
14174
  *
14397
14175
  * Fires event {@link #event:worksetItemSelected worksetItemSelected} to attached listeners.
14398
14176
  *
@@ -14405,10 +14183,10 @@ declare namespace sap {
14405
14183
  /**
14406
14184
  * Parameters to pass along with the event
14407
14185
  */
14408
- mParameters?: sap.ui.ux3.$ShellWorksetItemSelectedEventParameters
14186
+ mParameters?: sap.ui.ux3.Shell$WorksetItemSelectedEventParameters
14409
14187
  ): boolean;
14410
14188
  /**
14411
- * @SINCE 1.14.0
14189
+ * @since 1.14.0
14412
14190
  *
14413
14191
  * Gets current value of property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
14414
14192
  *
@@ -14440,7 +14218,7 @@ declare namespace sap {
14440
14218
  */
14441
14219
  getAppIconTooltip(): string;
14442
14220
  /**
14443
- * @SINCE 1.9.0
14221
+ * @since 1.9.0
14444
14222
  *
14445
14223
  * Gets current value of property {@link #getApplyContentPadding applyContentPadding}.
14446
14224
  *
@@ -14468,7 +14246,7 @@ declare namespace sap {
14468
14246
  */
14469
14247
  getContent(): sap.ui.core.Control[];
14470
14248
  /**
14471
- * @SINCE 1.12.0
14249
+ * @since 1.12.0
14472
14250
  *
14473
14251
  * Gets current value of property {@link #getDesignType designType}.
14474
14252
  *
@@ -14480,7 +14258,7 @@ declare namespace sap {
14480
14258
  */
14481
14259
  getDesignType(): sap.ui.ux3.ShellDesignType;
14482
14260
  /**
14483
- * @SINCE 1.9.0
14261
+ * @since 1.9.0
14484
14262
  *
14485
14263
  * Gets current value of property {@link #getFullHeightContent fullHeightContent}.
14486
14264
  *
@@ -14512,7 +14290,7 @@ declare namespace sap {
14512
14290
  */
14513
14291
  getHeaderType(): sap.ui.ux3.ShellHeaderType;
14514
14292
  /**
14515
- * @SINCE 1.9.0
14293
+ * @since 1.9.0
14516
14294
  *
14517
14295
  * Gets current value of property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
14518
14296
  *
@@ -14523,7 +14301,7 @@ declare namespace sap {
14523
14301
  */
14524
14302
  getLogoutButtonTooltip(): string;
14525
14303
  /**
14526
- * @SINCE 1.7.0
14304
+ * @since 1.7.0
14527
14305
  *
14528
14306
  * Gets content of aggregation {@link #getNotificationBar notificationBar}.
14529
14307
  *
@@ -14964,7 +14742,7 @@ declare namespace sap {
14964
14742
  vWorksetItem: int | string | sap.ui.ux3.NavigationItem
14965
14743
  ): sap.ui.ux3.NavigationItem | null;
14966
14744
  /**
14967
- * @SINCE 1.14.0
14745
+ * @since 1.14.0
14968
14746
  *
14969
14747
  * Sets a new value for property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
14970
14748
  *
@@ -15017,7 +14795,7 @@ declare namespace sap {
15017
14795
  sAppIconTooltip?: string
15018
14796
  ): this;
15019
14797
  /**
15020
- * @SINCE 1.9.0
14798
+ * @since 1.9.0
15021
14799
  *
15022
14800
  * Sets a new value for property {@link #getApplyContentPadding applyContentPadding}.
15023
14801
  *
@@ -15073,7 +14851,7 @@ declare namespace sap {
15073
14851
  bDestroyOldContent: boolean
15074
14852
  ): sap.ui.core.Control[];
15075
14853
  /**
15076
- * @SINCE 1.12.0
14854
+ * @since 1.12.0
15077
14855
  *
15078
14856
  * Sets a new value for property {@link #getDesignType designType}.
15079
14857
  *
@@ -15092,7 +14870,7 @@ declare namespace sap {
15092
14870
  sDesignType?: sap.ui.ux3.ShellDesignType
15093
14871
  ): this;
15094
14872
  /**
15095
- * @SINCE 1.9.0
14873
+ * @since 1.9.0
15096
14874
  *
15097
14875
  * Sets a new value for property {@link #getFullHeightContent fullHeightContent}.
15098
14876
  *
@@ -15131,7 +14909,7 @@ declare namespace sap {
15131
14909
  sHeaderType?: sap.ui.ux3.ShellHeaderType
15132
14910
  ): this;
15133
14911
  /**
15134
- * @SINCE 1.9.0
14912
+ * @since 1.9.0
15135
14913
  *
15136
14914
  * Sets a new value for property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
15137
14915
  *
@@ -15149,8 +14927,8 @@ declare namespace sap {
15149
14927
  sLogoutButtonTooltip?: string
15150
14928
  ): this;
15151
14929
  /**
15152
- * @SINCE 1.7.0
15153
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14930
+ * @since 1.7.0
14931
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15154
14932
  *
15155
14933
  * Moves the complete Shell away from the right window border by the given number of pixels (left border
15156
14934
  * in RTL case).
@@ -15418,9 +15196,7 @@ declare namespace sap {
15418
15196
  /**
15419
15197
  * The function to be called when the event occurs
15420
15198
  */
15421
- fnFunction: (
15422
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
15423
- ) => void,
15199
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
15424
15200
  /**
15425
15201
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
15426
15202
  */
@@ -15440,9 +15216,7 @@ declare namespace sap {
15440
15216
  /**
15441
15217
  * The function to be called when the event occurs
15442
15218
  */
15443
- fnFunction: (
15444
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
15445
- ) => void,
15219
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
15446
15220
  /**
15447
15221
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
15448
15222
  */
@@ -15459,16 +15233,14 @@ declare namespace sap {
15459
15233
  /**
15460
15234
  * The function to be called, when the event occurs
15461
15235
  */
15462
- fnFunction: (
15463
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
15464
- ) => void,
15236
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
15465
15237
  /**
15466
15238
  * Context object on which the given function had to be called
15467
15239
  */
15468
15240
  oListener?: object
15469
15241
  ): this;
15470
15242
  /**
15471
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15243
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15472
15244
  *
15473
15245
  * Fires event {@link #event:select select} to attached listeners.
15474
15246
  *
@@ -15478,7 +15250,7 @@ declare namespace sap {
15478
15250
  /**
15479
15251
  * Parameters to pass along with the event
15480
15252
  */
15481
- mParameters?: sap.ui.ux3.$ThingActionSelectEventParameters
15253
+ mParameters?: sap.ui.ux3.ThingAction$SelectEventParameters
15482
15254
  ): this;
15483
15255
  /**
15484
15256
  * Gets current value of property {@link #getEnabled enabled}.
@@ -15920,9 +15692,7 @@ declare namespace sap {
15920
15692
  /**
15921
15693
  * The function to be called when the event occurs
15922
15694
  */
15923
- fnFunction: (
15924
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
15925
- ) => void,
15695
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
15926
15696
  /**
15927
15697
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15928
15698
  */
@@ -15943,9 +15713,7 @@ declare namespace sap {
15943
15713
  /**
15944
15714
  * The function to be called when the event occurs
15945
15715
  */
15946
- fnFunction: (
15947
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
15948
- ) => void,
15716
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
15949
15717
  /**
15950
15718
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15951
15719
  */
@@ -15971,9 +15739,7 @@ declare namespace sap {
15971
15739
  /**
15972
15740
  * The function to be called when the event occurs
15973
15741
  */
15974
- fnFunction: (
15975
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
15976
- ) => void,
15742
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
15977
15743
  /**
15978
15744
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15979
15745
  */
@@ -15994,9 +15760,7 @@ declare namespace sap {
15994
15760
  /**
15995
15761
  * The function to be called when the event occurs
15996
15762
  */
15997
- fnFunction: (
15998
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
15999
- ) => void,
15763
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
16000
15764
  /**
16001
15765
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
16002
15766
  */
@@ -16021,9 +15785,7 @@ declare namespace sap {
16021
15785
  /**
16022
15786
  * The function to be called when the event occurs
16023
15787
  */
16024
- fnFunction: (
16025
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
16026
- ) => void,
15788
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
16027
15789
  /**
16028
15790
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
16029
15791
  */
@@ -16043,9 +15805,7 @@ declare namespace sap {
16043
15805
  /**
16044
15806
  * The function to be called when the event occurs
16045
15807
  */
16046
- fnFunction: (
16047
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
16048
- ) => void,
15808
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
16049
15809
  /**
16050
15810
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
16051
15811
  */
@@ -16093,9 +15853,7 @@ declare namespace sap {
16093
15853
  /**
16094
15854
  * The function to be called, when the event occurs
16095
15855
  */
16096
- fnFunction: (
16097
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
16098
- ) => void,
15856
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
16099
15857
  /**
16100
15858
  * Context object on which the given function had to be called
16101
15859
  */
@@ -16113,9 +15871,7 @@ declare namespace sap {
16113
15871
  /**
16114
15872
  * The function to be called, when the event occurs
16115
15873
  */
16116
- fnFunction: (
16117
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
16118
- ) => void,
15874
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
16119
15875
  /**
16120
15876
  * Context object on which the given function had to be called
16121
15877
  */
@@ -16132,16 +15888,14 @@ declare namespace sap {
16132
15888
  /**
16133
15889
  * The function to be called, when the event occurs
16134
15890
  */
16135
- fnFunction: (
16136
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
16137
- ) => void,
15891
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
16138
15892
  /**
16139
15893
  * Context object on which the given function had to be called
16140
15894
  */
16141
15895
  oListener?: object
16142
15896
  ): this;
16143
15897
  /**
16144
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15898
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16145
15899
  *
16146
15900
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
16147
15901
  *
@@ -16151,10 +15905,10 @@ declare namespace sap {
16151
15905
  /**
16152
15906
  * Parameters to pass along with the event
16153
15907
  */
16154
- mParameters?: sap.ui.ux3.$ThingInspectorActionSelectedEventParameters
15908
+ mParameters?: sap.ui.ux3.ThingInspector$ActionSelectedEventParameters
16155
15909
  ): this;
16156
15910
  /**
16157
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15911
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16158
15912
  *
16159
15913
  * Fires event {@link #event:facetSelected facetSelected} to attached listeners.
16160
15914
  *
@@ -16167,10 +15921,10 @@ declare namespace sap {
16167
15921
  /**
16168
15922
  * Parameters to pass along with the event
16169
15923
  */
16170
- mParameters?: sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters
15924
+ mParameters?: sap.ui.ux3.ThingInspector$FacetSelectedEventParameters
16171
15925
  ): boolean;
16172
15926
  /**
16173
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15927
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16174
15928
  *
16175
15929
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
16176
15930
  *
@@ -16180,7 +15934,7 @@ declare namespace sap {
16180
15934
  /**
16181
15935
  * Parameters to pass along with the event
16182
15936
  */
16183
- mParameters?: sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters
15937
+ mParameters?: sap.ui.ux3.ThingInspector$FeedSubmitEventParameters
16184
15938
  ): this;
16185
15939
  /**
16186
15940
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -16281,7 +16035,7 @@ declare namespace sap {
16281
16035
  */
16282
16036
  getHeaderContent(): sap.ui.ux3.ThingGroup[];
16283
16037
  /**
16284
- * @SINCE 1.16.3
16038
+ * @since 1.16.3
16285
16039
  *
16286
16040
  * Gets current value of property {@link #getHeaderType headerType}.
16287
16041
  *
@@ -16656,7 +16410,7 @@ declare namespace sap {
16656
16410
  sFollowState?: sap.ui.ux3.FollowActionState
16657
16411
  ): this;
16658
16412
  /**
16659
- * @SINCE 1.16.3
16413
+ * @since 1.16.3
16660
16414
  *
16661
16415
  * Sets a new value for property {@link #getHeaderType headerType}.
16662
16416
  *
@@ -16750,7 +16504,7 @@ declare namespace sap {
16750
16504
  ): this;
16751
16505
  }
16752
16506
  /**
16753
- * @SINCE 1.9.1
16507
+ * @since 1.9.1
16754
16508
  * @deprecated (since 1.38) - There is not an exact replacement.
16755
16509
  *
16756
16510
  * ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar. The control can
@@ -16871,9 +16625,7 @@ declare namespace sap {
16871
16625
  /**
16872
16626
  * The function to be called when the event occurs
16873
16627
  */
16874
- fnFunction: (
16875
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
16876
- ) => void,
16628
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16877
16629
  /**
16878
16630
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
16879
16631
  */
@@ -16894,9 +16646,7 @@ declare namespace sap {
16894
16646
  /**
16895
16647
  * The function to be called when the event occurs
16896
16648
  */
16897
- fnFunction: (
16898
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
16899
- ) => void,
16649
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16900
16650
  /**
16901
16651
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
16902
16652
  */
@@ -16938,16 +16688,14 @@ declare namespace sap {
16938
16688
  /**
16939
16689
  * The function to be called, when the event occurs
16940
16690
  */
16941
- fnFunction: (
16942
- p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
16943
- ) => void,
16691
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16944
16692
  /**
16945
16693
  * Context object on which the given function had to be called
16946
16694
  */
16947
16695
  oListener?: object
16948
16696
  ): this;
16949
16697
  /**
16950
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16698
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16951
16699
  *
16952
16700
  * Fires event {@link #event:facetSelected facetSelected} to attached listeners.
16953
16701
  *
@@ -16960,7 +16708,7 @@ declare namespace sap {
16960
16708
  /**
16961
16709
  * Parameters to pass along with the event
16962
16710
  */
16963
- mParameters?: sap.ui.ux3.$ThingViewerFacetSelectedEventParameters
16711
+ mParameters?: sap.ui.ux3.ThingViewer$FacetSelectedEventParameters
16964
16712
  ): boolean;
16965
16713
  /**
16966
16714
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -16987,7 +16735,7 @@ declare namespace sap {
16987
16735
  */
16988
16736
  getHeaderContent(): sap.ui.ux3.ThingGroup[];
16989
16737
  /**
16990
- * @SINCE 1.16.3
16738
+ * @since 1.16.3
16991
16739
  *
16992
16740
  * Gets current value of property {@link #getHeaderType headerType}.
16993
16741
  *
@@ -17211,7 +16959,7 @@ declare namespace sap {
17211
16959
  oActionBar: sap.ui.ux3.ActionBar
17212
16960
  ): this;
17213
16961
  /**
17214
- * @SINCE 1.16.3
16962
+ * @since 1.16.3
17215
16963
  *
17216
16964
  * Sets a new value for property {@link #getHeaderType headerType}.
17217
16965
  *
@@ -17431,7 +17179,7 @@ declare namespace sap {
17431
17179
  oContent: sap.ui.core.Control
17432
17180
  ): this;
17433
17181
  /**
17434
- * @SINCE 1.19.0
17182
+ * @since 1.19.0
17435
17183
  *
17436
17184
  * Adds an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only possible
17437
17185
  * if a valid type (string) is given.
@@ -17555,9 +17303,7 @@ declare namespace sap {
17555
17303
  /**
17556
17304
  * The function to be called when the event occurs
17557
17305
  */
17558
- fnFunction: (
17559
- p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
17560
- ) => void,
17306
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17561
17307
  /**
17562
17308
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
17563
17309
  */
@@ -17577,9 +17323,7 @@ declare namespace sap {
17577
17323
  /**
17578
17324
  * The function to be called when the event occurs
17579
17325
  */
17580
- fnFunction: (
17581
- p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
17582
- ) => void,
17326
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17583
17327
  /**
17584
17328
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
17585
17329
  */
@@ -17678,7 +17422,7 @@ declare namespace sap {
17678
17422
  oListener?: object
17679
17423
  ): this;
17680
17424
  /**
17681
- * @SINCE 1.19.0
17425
+ * @since 1.19.0
17682
17426
  *
17683
17427
  * Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17684
17428
  *
@@ -17705,7 +17449,7 @@ declare namespace sap {
17705
17449
  oListener?: object
17706
17450
  ): this;
17707
17451
  /**
17708
- * @SINCE 1.19.0
17452
+ * @since 1.19.0
17709
17453
  *
17710
17454
  * Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17711
17455
  *
@@ -17795,9 +17539,7 @@ declare namespace sap {
17795
17539
  /**
17796
17540
  * The function to be called, when the event occurs
17797
17541
  */
17798
- fnFunction: (
17799
- p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
17800
- ) => void,
17542
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17801
17543
  /**
17802
17544
  * Context object on which the given function had to be called
17803
17545
  */
@@ -17838,7 +17580,7 @@ declare namespace sap {
17838
17580
  oListener?: object
17839
17581
  ): this;
17840
17582
  /**
17841
- * @SINCE 1.19.0
17583
+ * @since 1.19.0
17842
17584
  *
17843
17585
  * Detaches event handler `fnFunction` from the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17844
17586
  *
@@ -17857,7 +17599,7 @@ declare namespace sap {
17857
17599
  oListener?: object
17858
17600
  ): this;
17859
17601
  /**
17860
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17602
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17861
17603
  *
17862
17604
  * Fires event {@link #event:close close} to attached listeners.
17863
17605
  *
@@ -17873,7 +17615,7 @@ declare namespace sap {
17873
17615
  mParameters?: object
17874
17616
  ): boolean;
17875
17617
  /**
17876
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17618
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17877
17619
  *
17878
17620
  * Fires event {@link #event:closed closed} to attached listeners.
17879
17621
  *
@@ -17886,7 +17628,7 @@ declare namespace sap {
17886
17628
  mParameters?: object
17887
17629
  ): this;
17888
17630
  /**
17889
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17631
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17890
17632
  *
17891
17633
  * Fires event {@link #event:enter enter} to attached listeners.
17892
17634
  *
@@ -17896,10 +17638,10 @@ declare namespace sap {
17896
17638
  /**
17897
17639
  * Parameters to pass along with the event
17898
17640
  */
17899
- mParameters?: sap.ui.ux3.$ToolPopupEnterEventParameters
17641
+ mParameters?: sap.ui.ux3.ToolPopup$EnterEventParameters
17900
17642
  ): this;
17901
17643
  /**
17902
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17644
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17903
17645
  *
17904
17646
  * Fires event {@link #event:iconChanged iconChanged} to attached listeners.
17905
17647
  *
@@ -17912,7 +17654,7 @@ declare namespace sap {
17912
17654
  mParameters?: object
17913
17655
  ): this;
17914
17656
  /**
17915
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17657
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17916
17658
  *
17917
17659
  * Fires event {@link #event:open open} to attached listeners.
17918
17660
  *
@@ -17925,8 +17667,8 @@ declare namespace sap {
17925
17667
  mParameters?: object
17926
17668
  ): this;
17927
17669
  /**
17928
- * @SINCE 1.19.0
17929
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17670
+ * @since 1.19.0
17671
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17930
17672
  *
17931
17673
  * Fires event {@link #event:opened opened} to attached listeners.
17932
17674
  *
@@ -17939,7 +17681,7 @@ declare namespace sap {
17939
17681
  mParameters?: object
17940
17682
  ): this;
17941
17683
  /**
17942
- * @SINCE 1.13.2
17684
+ * @since 1.13.2
17943
17685
  *
17944
17686
  * Gets current value of property {@link #getAutoClose autoClose}.
17945
17687
  *
@@ -17959,7 +17701,7 @@ declare namespace sap {
17959
17701
  */
17960
17702
  getButtons(): sap.ui.core.Control[];
17961
17703
  /**
17962
- * @SINCE 1.19.0
17704
+ * @since 1.19.0
17963
17705
  *
17964
17706
  * Gets current value of property {@link #getCloseDuration closeDuration}.
17965
17707
  *
@@ -17977,14 +17719,14 @@ declare namespace sap {
17977
17719
  */
17978
17720
  getContent(): sap.ui.core.Control[];
17979
17721
  /**
17980
- * @SINCE 1.20.1
17722
+ * @since 1.20.1
17981
17723
  *
17982
17724
  * ID of the element which is the current target of the association {@link #getDefaultButton defaultButton},
17983
17725
  * or `null`.
17984
17726
  */
17985
17727
  getDefaultButton(): sap.ui.core.ID;
17986
17728
  /**
17987
- * @SINCE 1.13.1
17729
+ * @since 1.13.1
17988
17730
  *
17989
17731
  * Indicates whether the ToolPopup is currently enabled or not.
17990
17732
  *
@@ -18030,7 +17772,7 @@ declare namespace sap {
18030
17772
  */
18031
17773
  getInitialFocus(): sap.ui.core.ID;
18032
17774
  /**
18033
- * @SINCE 1.11.1
17775
+ * @since 1.11.1
18034
17776
  *
18035
17777
  * Gets current value of property {@link #getInverted inverted}.
18036
17778
  *
@@ -18043,7 +17785,7 @@ declare namespace sap {
18043
17785
  */
18044
17786
  getInverted(): boolean;
18045
17787
  /**
18046
- * @SINCE 1.13.2
17788
+ * @since 1.13.2
18047
17789
  *
18048
17790
  * Gets current value of property {@link #getMaxHeight maxHeight}.
18049
17791
  *
@@ -18054,7 +17796,7 @@ declare namespace sap {
18054
17796
  */
18055
17797
  getMaxHeight(): sap.ui.core.CSSSize;
18056
17798
  /**
18057
- * @SINCE 1.15.0
17799
+ * @since 1.15.0
18058
17800
  *
18059
17801
  * Gets current value of property {@link #getMaxWidth maxWidth}.
18060
17802
  *
@@ -18077,7 +17819,7 @@ declare namespace sap {
18077
17819
  */
18078
17820
  getModal(): boolean;
18079
17821
  /**
18080
- * @SINCE 1.19.0
17822
+ * @since 1.19.0
18081
17823
  *
18082
17824
  * Gets current value of property {@link #getOpenDuration openDuration}.
18083
17825
  *
@@ -18219,7 +17961,7 @@ declare namespace sap {
18219
17961
  vContent: int | string | sap.ui.core.Control
18220
17962
  ): sap.ui.core.Control | null;
18221
17963
  /**
18222
- * @SINCE 1.19.0
17964
+ * @since 1.19.0
18223
17965
  *
18224
17966
  * Removes an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only
18225
17967
  * possible if a valid type (string) is given.
@@ -18231,7 +17973,7 @@ declare namespace sap {
18231
17973
  sID?: string
18232
17974
  ): void;
18233
17975
  /**
18234
- * @SINCE 1.13.2
17976
+ * @since 1.13.2
18235
17977
  *
18236
17978
  * Sets a new value for property {@link #getAutoClose autoClose}.
18237
17979
  *
@@ -18252,13 +17994,13 @@ declare namespace sap {
18252
17994
  bAutoClose?: boolean
18253
17995
  ): this;
18254
17996
  /**
18255
- * @SINCE 1.19.0
17997
+ * @since 1.19.0
18256
17998
  *
18257
17999
  * This is just a forward to the Popup's function (sap.ui.core.Popup.setAutoCloseAreas) with the same functionality.
18258
18000
  */
18259
18001
  setAutoCloseAreas(aAutoCloseAreas: Element[]): void;
18260
18002
  /**
18261
- * @SINCE 1.19.0
18003
+ * @since 1.19.0
18262
18004
  *
18263
18005
  * Sets a new value for property {@link #getCloseDuration closeDuration}.
18264
18006
  *
@@ -18277,7 +18019,7 @@ declare namespace sap {
18277
18019
  iCloseDuration?: int
18278
18020
  ): this;
18279
18021
  /**
18280
- * @SINCE 1.20.1
18022
+ * @since 1.20.1
18281
18023
  *
18282
18024
  * Sets the associated {@link #getDefaultButton defaultButton}.
18283
18025
  *
@@ -18303,7 +18045,7 @@ declare namespace sap {
18303
18045
  oInitialFocus: sap.ui.core.ID | sap.ui.core.Control
18304
18046
  ): this;
18305
18047
  /**
18306
- * @SINCE 1.11.1
18048
+ * @since 1.11.1
18307
18049
  *
18308
18050
  * Sets a new value for property {@link #getInverted inverted}.
18309
18051
  *
@@ -18323,7 +18065,7 @@ declare namespace sap {
18323
18065
  bInverted?: boolean
18324
18066
  ): this;
18325
18067
  /**
18326
- * @SINCE 1.13.2
18068
+ * @since 1.13.2
18327
18069
  *
18328
18070
  * Sets a new value for property {@link #getMaxHeight maxHeight}.
18329
18071
  *
@@ -18361,7 +18103,7 @@ declare namespace sap {
18361
18103
  bModal?: boolean
18362
18104
  ): this;
18363
18105
  /**
18364
- * @SINCE 1.19.0
18106
+ * @since 1.19.0
18365
18107
  *
18366
18108
  * Sets a new value for property {@link #getOpenDuration openDuration}.
18367
18109
  *
@@ -18413,7 +18155,7 @@ declare namespace sap {
18413
18155
  }
18414
18156
  /**
18415
18157
  * @deprecated (since 1.38)
18416
- * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
18158
+ * @experimental (since 1.2) - API is not yet finished and might change completely
18417
18159
  *
18418
18160
  * Enumeration of available standard actions for 'sap.ui.ux3.ActionBar'. To be used as parameters for function
18419
18161
  * 'sap.ui.ux3.ActionBar.getSocialAction'.
@@ -18441,7 +18183,7 @@ declare namespace sap {
18441
18183
  Update = "Update",
18442
18184
  }
18443
18185
  /**
18444
- * @SINCE 1.7.1
18186
+ * @since 1.7.1
18445
18187
  * @deprecated (since 1.38)
18446
18188
  *
18447
18189
  * Defines the order of the sub lists of a list in the ExactBrowser.
@@ -18458,7 +18200,7 @@ declare namespace sap {
18458
18200
  }
18459
18201
  /**
18460
18202
  * @deprecated (since 1.38)
18461
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
18203
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
18462
18204
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
18463
18205
  * Feed model topic is still open.
18464
18206
  *
@@ -18521,7 +18263,7 @@ declare namespace sap {
18521
18263
  None = "None",
18522
18264
  }
18523
18265
  /**
18524
- * @SINCE 1.12.0
18266
+ * @since 1.12.0
18525
18267
  * @deprecated (since 1.38)
18526
18268
  *
18527
18269
  * Available shell design types.
@@ -18565,7 +18307,7 @@ declare namespace sap {
18565
18307
  Standard = "Standard",
18566
18308
  }
18567
18309
  /**
18568
- * @SINCE 1.16.3
18310
+ * @since 1.16.3
18569
18311
  * @deprecated (since 1.38)
18570
18312
  *
18571
18313
  * Available ThingViewer header display types.
@@ -18597,6 +18339,485 @@ declare namespace sap {
18597
18339
  */
18598
18340
  Fixed = "Fixed",
18599
18341
  }
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
+
18820
+ type ToolPopup$OpenedEvent = sap.ui.base.Event<ToolPopup$OpenedEventParameters>;
18600
18821
  }
18601
18822
  }
18602
18823