@openui5/types 1.116.0 → 1.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -928,7 +928,10 @@ declare module "sap/ui/ux3/ActionBar" {
928
928
  newState?: string;
929
929
  }
930
930
 
931
- export type ActionBar$ActionSelectedEvent = Event<ActionBar$ActionSelectedEventParameters>;
931
+ export type ActionBar$ActionSelectedEvent = Event<
932
+ ActionBar$ActionSelectedEventParameters,
933
+ ActionBar
934
+ >;
932
935
 
933
936
  export interface ActionBar$FeedSubmitEventParameters {
934
937
  /**
@@ -937,7 +940,10 @@ declare module "sap/ui/ux3/ActionBar" {
937
940
  text?: string;
938
941
  }
939
942
 
940
- export type ActionBar$FeedSubmitEvent = Event<ActionBar$FeedSubmitEventParameters>;
943
+ export type ActionBar$FeedSubmitEvent = Event<
944
+ ActionBar$FeedSubmitEventParameters,
945
+ ActionBar
946
+ >;
941
947
  }
942
948
 
943
949
  declare module "sap/ui/ux3/Collection" {
@@ -1398,11 +1404,17 @@ declare module "sap/ui/ux3/Collection" {
1398
1404
 
1399
1405
  export interface Collection$PropertyChangedEventParameters {}
1400
1406
 
1401
- export type Collection$PropertyChangedEvent = Event<Collection$PropertyChangedEventParameters>;
1407
+ export type Collection$PropertyChangedEvent = Event<
1408
+ Collection$PropertyChangedEventParameters,
1409
+ Collection
1410
+ >;
1402
1411
 
1403
1412
  export interface Collection$SelectionChangedEventParameters {}
1404
1413
 
1405
- export type Collection$SelectionChangedEvent = Event<Collection$SelectionChangedEventParameters>;
1414
+ export type Collection$SelectionChangedEvent = Event<
1415
+ Collection$SelectionChangedEventParameters,
1416
+ Collection
1417
+ >;
1406
1418
  }
1407
1419
 
1408
1420
  declare module "sap/ui/ux3/CollectionInspector" {
@@ -1995,15 +2007,24 @@ declare module "sap/ui/ux3/CollectionInspector" {
1995
2007
 
1996
2008
  export interface CollectionInspector$CollectionSelectedEventParameters {}
1997
2009
 
1998
- export type CollectionInspector$CollectionSelectedEvent = Event<CollectionInspector$CollectionSelectedEventParameters>;
2010
+ export type CollectionInspector$CollectionSelectedEvent = Event<
2011
+ CollectionInspector$CollectionSelectedEventParameters,
2012
+ CollectionInspector
2013
+ >;
1999
2014
 
2000
2015
  export interface CollectionInspector$EditCollectionEventParameters {}
2001
2016
 
2002
- export type CollectionInspector$EditCollectionEvent = Event<CollectionInspector$EditCollectionEventParameters>;
2017
+ export type CollectionInspector$EditCollectionEvent = Event<
2018
+ CollectionInspector$EditCollectionEventParameters,
2019
+ CollectionInspector
2020
+ >;
2003
2021
 
2004
2022
  export interface CollectionInspector$ItemSelectionChangedEventParameters {}
2005
2023
 
2006
- export type CollectionInspector$ItemSelectionChangedEvent = Event<CollectionInspector$ItemSelectionChangedEventParameters>;
2024
+ export type CollectionInspector$ItemSelectionChangedEvent = Event<
2025
+ CollectionInspector$ItemSelectionChangedEventParameters,
2026
+ CollectionInspector
2027
+ >;
2007
2028
  }
2008
2029
 
2009
2030
  declare module "sap/ui/ux3/DataSet" {
@@ -2763,7 +2784,10 @@ declare module "sap/ui/ux3/DataSet" {
2763
2784
  query?: string;
2764
2785
  }
2765
2786
 
2766
- export type DataSet$SearchEvent = Event<DataSet$SearchEventParameters>;
2787
+ export type DataSet$SearchEvent = Event<
2788
+ DataSet$SearchEventParameters,
2789
+ DataSet
2790
+ >;
2767
2791
 
2768
2792
  export interface DataSet$SelectionChangedEventParameters {
2769
2793
  /**
@@ -2777,7 +2801,10 @@ declare module "sap/ui/ux3/DataSet" {
2777
2801
  newLeadSelectedIndex?: int;
2778
2802
  }
2779
2803
 
2780
- export type DataSet$SelectionChangedEvent = Event<DataSet$SelectionChangedEventParameters>;
2804
+ export type DataSet$SelectionChangedEvent = Event<
2805
+ DataSet$SelectionChangedEventParameters,
2806
+ DataSet
2807
+ >;
2781
2808
  }
2782
2809
 
2783
2810
  declare module "sap/ui/ux3/DataSetItem" {
@@ -3072,7 +3099,10 @@ declare module "sap/ui/ux3/DataSetItem" {
3072
3099
  itemId?: string;
3073
3100
  }
3074
3101
 
3075
- export type DataSetItem$SelectedEvent = Event<DataSetItem$SelectedEventParameters>;
3102
+ export type DataSetItem$SelectedEvent = Event<
3103
+ DataSetItem$SelectedEventParameters,
3104
+ DataSetItem
3105
+ >;
3076
3106
  }
3077
3107
 
3078
3108
  declare module "sap/ui/ux3/DataSetSimpleView" {
@@ -4030,7 +4060,10 @@ declare module "sap/ui/ux3/Exact" {
4030
4060
  allSelectedAttributes?: object;
4031
4061
  }
4032
4062
 
4033
- export type Exact$RefineSearchEvent = Event<Exact$RefineSearchEventParameters>;
4063
+ export type Exact$RefineSearchEvent = Event<
4064
+ Exact$RefineSearchEventParameters,
4065
+ Exact
4066
+ >;
4034
4067
 
4035
4068
  export interface Exact$SearchEventParameters {
4036
4069
  /**
@@ -4039,7 +4072,7 @@ declare module "sap/ui/ux3/Exact" {
4039
4072
  query?: string;
4040
4073
  }
4041
4074
 
4042
- export type Exact$SearchEvent = Event<Exact$SearchEventParameters>;
4075
+ export type Exact$SearchEvent = Event<Exact$SearchEventParameters, Exact>;
4043
4076
  }
4044
4077
 
4045
4078
  declare module "sap/ui/ux3/ExactArea" {
@@ -4899,7 +4932,10 @@ declare module "sap/ui/ux3/ExactAttribute" {
4899
4932
  attribute?: ExactAttribute;
4900
4933
  }
4901
4934
 
4902
- export type ExactAttribute$SupplyAttributesEvent = Event<ExactAttribute$SupplyAttributesEventParameters>;
4935
+ export type ExactAttribute$SupplyAttributesEvent = Event<
4936
+ ExactAttribute$SupplyAttributesEventParameters,
4937
+ ExactAttribute
4938
+ >;
4903
4939
  }
4904
4940
 
4905
4941
  declare module "sap/ui/ux3/ExactBrowser" {
@@ -5651,11 +5687,17 @@ declare module "sap/ui/ux3/ExactBrowser" {
5651
5687
  allAttributes?: object;
5652
5688
  }
5653
5689
 
5654
- export type ExactBrowser$AttributeSelectedEvent = Event<ExactBrowser$AttributeSelectedEventParameters>;
5690
+ export type ExactBrowser$AttributeSelectedEvent = Event<
5691
+ ExactBrowser$AttributeSelectedEventParameters,
5692
+ ExactBrowser
5693
+ >;
5655
5694
 
5656
5695
  export interface ExactBrowser$SaveEventParameters {}
5657
5696
 
5658
- export type ExactBrowser$SaveEvent = Event<ExactBrowser$SaveEventParameters>;
5697
+ export type ExactBrowser$SaveEvent = Event<
5698
+ ExactBrowser$SaveEventParameters,
5699
+ ExactBrowser
5700
+ >;
5659
5701
  }
5660
5702
 
5661
5703
  declare module "sap/ui/ux3/ExactList" {
@@ -6031,7 +6073,10 @@ declare module "sap/ui/ux3/ExactList" {
6031
6073
  allAttributes?: object;
6032
6074
  }
6033
6075
 
6034
- export type ExactList$AttributeSelectedEvent = Event<ExactList$AttributeSelectedEventParameters>;
6076
+ export type ExactList$AttributeSelectedEvent = Event<
6077
+ ExactList$AttributeSelectedEventParameters,
6078
+ ExactList
6079
+ >;
6035
6080
  }
6036
6081
 
6037
6082
  declare module "sap/ui/ux3/FacetFilter" {
@@ -6665,7 +6710,10 @@ declare module "sap/ui/ux3/FacetFilterList" {
6665
6710
  all?: boolean;
6666
6711
  }
6667
6712
 
6668
- export type FacetFilterList$SelectEvent = Event<FacetFilterList$SelectEventParameters>;
6713
+ export type FacetFilterList$SelectEvent = Event<
6714
+ FacetFilterList$SelectEventParameters,
6715
+ FacetFilterList
6716
+ >;
6669
6717
  }
6670
6718
 
6671
6719
  declare module "sap/ui/ux3/Feed" {
@@ -7585,7 +7633,10 @@ declare module "sap/ui/ux3/Feed" {
7585
7633
  chunk?: FeedChunk;
7586
7634
  }
7587
7635
 
7588
- export type Feed$ChunkAddedEvent = Event<Feed$ChunkAddedEventParameters>;
7636
+ export type Feed$ChunkAddedEvent = Event<
7637
+ Feed$ChunkAddedEventParameters,
7638
+ Feed
7639
+ >;
7589
7640
 
7590
7641
  export interface Feed$FilterChangeEventParameters {
7591
7642
  /**
@@ -7594,7 +7645,10 @@ declare module "sap/ui/ux3/Feed" {
7594
7645
  newValue?: string;
7595
7646
  }
7596
7647
 
7597
- export type Feed$FilterChangeEvent = Event<Feed$FilterChangeEventParameters>;
7648
+ export type Feed$FilterChangeEvent = Event<
7649
+ Feed$FilterChangeEventParameters,
7650
+ Feed
7651
+ >;
7598
7652
 
7599
7653
  export interface Feed$SearchEventParameters {
7600
7654
  /**
@@ -7603,7 +7657,7 @@ declare module "sap/ui/ux3/Feed" {
7603
7657
  query?: string;
7604
7658
  }
7605
7659
 
7606
- export type Feed$SearchEvent = Event<Feed$SearchEventParameters>;
7660
+ export type Feed$SearchEvent = Event<Feed$SearchEventParameters, Feed>;
7607
7661
 
7608
7662
  export interface Feed$ToggleLiveEventParameters {
7609
7663
  /**
@@ -7612,7 +7666,10 @@ declare module "sap/ui/ux3/Feed" {
7612
7666
  live?: boolean;
7613
7667
  }
7614
7668
 
7615
- export type Feed$ToggleLiveEvent = Event<Feed$ToggleLiveEventParameters>;
7669
+ export type Feed$ToggleLiveEvent = Event<
7670
+ Feed$ToggleLiveEventParameters,
7671
+ Feed
7672
+ >;
7616
7673
 
7617
7674
  export interface Feed$ToolsItemSelectedEventParameters {
7618
7675
  /**
@@ -7626,7 +7683,10 @@ declare module "sap/ui/ux3/Feed" {
7626
7683
  item?: MenuItemBase;
7627
7684
  }
7628
7685
 
7629
- export type Feed$ToolsItemSelectedEvent = Event<Feed$ToolsItemSelectedEventParameters>;
7686
+ export type Feed$ToolsItemSelectedEvent = Event<
7687
+ Feed$ToolsItemSelectedEventParameters,
7688
+ Feed
7689
+ >;
7630
7690
  }
7631
7691
 
7632
7692
  declare module "sap/ui/ux3/FeedChunk" {
@@ -9175,7 +9235,10 @@ declare module "sap/ui/ux3/FeedChunk" {
9175
9235
  item?: MenuItemBase;
9176
9236
  }
9177
9237
 
9178
- export type FeedChunk$ActionItemSelectedEvent = Event<FeedChunk$ActionItemSelectedEventParameters>;
9238
+ export type FeedChunk$ActionItemSelectedEvent = Event<
9239
+ FeedChunk$ActionItemSelectedEventParameters,
9240
+ FeedChunk
9241
+ >;
9179
9242
 
9180
9243
  export interface FeedChunk$CommentAddedEventParameters {
9181
9244
  /**
@@ -9184,15 +9247,24 @@ declare module "sap/ui/ux3/FeedChunk" {
9184
9247
  comment?: FeedChunk;
9185
9248
  }
9186
9249
 
9187
- export type FeedChunk$CommentAddedEvent = Event<FeedChunk$CommentAddedEventParameters>;
9250
+ export type FeedChunk$CommentAddedEvent = Event<
9251
+ FeedChunk$CommentAddedEventParameters,
9252
+ FeedChunk
9253
+ >;
9188
9254
 
9189
9255
  export interface FeedChunk$DeletedEventParameters {}
9190
9256
 
9191
- export type FeedChunk$DeletedEvent = Event<FeedChunk$DeletedEventParameters>;
9257
+ export type FeedChunk$DeletedEvent = Event<
9258
+ FeedChunk$DeletedEventParameters,
9259
+ FeedChunk
9260
+ >;
9192
9261
 
9193
9262
  export interface FeedChunk$InspectEventParameters {}
9194
9263
 
9195
- export type FeedChunk$InspectEvent = Event<FeedChunk$InspectEventParameters>;
9264
+ export type FeedChunk$InspectEvent = Event<
9265
+ FeedChunk$InspectEventParameters,
9266
+ FeedChunk
9267
+ >;
9196
9268
 
9197
9269
  export interface FeedChunk$ReferenceClickedEventParameters {
9198
9270
  /**
@@ -9201,11 +9273,17 @@ declare module "sap/ui/ux3/FeedChunk" {
9201
9273
  text?: string;
9202
9274
  }
9203
9275
 
9204
- export type FeedChunk$ReferenceClickedEvent = Event<FeedChunk$ReferenceClickedEventParameters>;
9276
+ export type FeedChunk$ReferenceClickedEvent = Event<
9277
+ FeedChunk$ReferenceClickedEventParameters,
9278
+ FeedChunk
9279
+ >;
9205
9280
 
9206
9281
  export interface FeedChunk$SenderClickedEventParameters {}
9207
9282
 
9208
- export type FeedChunk$SenderClickedEvent = Event<FeedChunk$SenderClickedEventParameters>;
9283
+ export type FeedChunk$SenderClickedEvent = Event<
9284
+ FeedChunk$SenderClickedEventParameters,
9285
+ FeedChunk
9286
+ >;
9209
9287
 
9210
9288
  export interface FeedChunk$ToggleFavoriteEventParameters {
9211
9289
  /**
@@ -9214,7 +9292,10 @@ declare module "sap/ui/ux3/FeedChunk" {
9214
9292
  favorite?: boolean;
9215
9293
  }
9216
9294
 
9217
- export type FeedChunk$ToggleFavoriteEvent = Event<FeedChunk$ToggleFavoriteEventParameters>;
9295
+ export type FeedChunk$ToggleFavoriteEvent = Event<
9296
+ FeedChunk$ToggleFavoriteEventParameters,
9297
+ FeedChunk
9298
+ >;
9218
9299
 
9219
9300
  export interface FeedChunk$ToggleFlaggedEventParameters {
9220
9301
  /**
@@ -9223,7 +9304,10 @@ declare module "sap/ui/ux3/FeedChunk" {
9223
9304
  flagged?: boolean;
9224
9305
  }
9225
9306
 
9226
- export type FeedChunk$ToggleFlaggedEvent = Event<FeedChunk$ToggleFlaggedEventParameters>;
9307
+ export type FeedChunk$ToggleFlaggedEvent = Event<
9308
+ FeedChunk$ToggleFlaggedEventParameters,
9309
+ FeedChunk
9310
+ >;
9227
9311
 
9228
9312
  export interface FeedChunk$ToggleSharedEventParameters {
9229
9313
  /**
@@ -9232,7 +9316,10 @@ declare module "sap/ui/ux3/FeedChunk" {
9232
9316
  shareed?: boolean;
9233
9317
  }
9234
9318
 
9235
- export type FeedChunk$ToggleSharedEvent = Event<FeedChunk$ToggleSharedEventParameters>;
9319
+ export type FeedChunk$ToggleSharedEvent = Event<
9320
+ FeedChunk$ToggleSharedEventParameters,
9321
+ FeedChunk
9322
+ >;
9236
9323
  }
9237
9324
 
9238
9325
  declare module "sap/ui/ux3/Feeder" {
@@ -9535,7 +9622,7 @@ declare module "sap/ui/ux3/Feeder" {
9535
9622
  text?: string;
9536
9623
  }
9537
9624
 
9538
- export type Feeder$SubmitEvent = Event<Feeder$SubmitEventParameters>;
9625
+ export type Feeder$SubmitEvent = Event<Feeder$SubmitEventParameters, Feeder>;
9539
9626
  }
9540
9627
 
9541
9628
  declare module "sap/ui/ux3/NavigationBar" {
@@ -9952,7 +10039,10 @@ declare module "sap/ui/ux3/NavigationBar" {
9952
10039
  item?: NavigationItem;
9953
10040
  }
9954
10041
 
9955
- export type NavigationBar$SelectEvent = Event<NavigationBar$SelectEventParameters>;
10042
+ export type NavigationBar$SelectEvent = Event<
10043
+ NavigationBar$SelectEventParameters,
10044
+ NavigationBar
10045
+ >;
9956
10046
  }
9957
10047
 
9958
10048
  declare module "sap/ui/ux3/NavigationItem" {
@@ -10694,7 +10784,10 @@ declare module "sap/ui/ux3/NotificationBar" {
10694
10784
  show?: boolean;
10695
10785
  }
10696
10786
 
10697
- export type NotificationBar$DisplayEvent = Event<NotificationBar$DisplayEventParameters>;
10787
+ export type NotificationBar$DisplayEvent = Event<
10788
+ NotificationBar$DisplayEventParameters,
10789
+ NotificationBar
10790
+ >;
10698
10791
 
10699
10792
  export interface NotificationBar$ResizeEventParameters {
10700
10793
  /**
@@ -10704,7 +10797,10 @@ declare module "sap/ui/ux3/NotificationBar" {
10704
10797
  status?: NotificationBarStatus | keyof typeof NotificationBarStatus;
10705
10798
  }
10706
10799
 
10707
- export type NotificationBar$ResizeEvent = Event<NotificationBar$ResizeEventParameters>;
10800
+ export type NotificationBar$ResizeEvent = Event<
10801
+ NotificationBar$ResizeEventParameters,
10802
+ NotificationBar
10803
+ >;
10708
10804
  }
10709
10805
 
10710
10806
  declare module "sap/ui/ux3/Notifier" {
@@ -11024,7 +11120,10 @@ declare module "sap/ui/ux3/Notifier" {
11024
11120
  notifier?: Notifier;
11025
11121
  }
11026
11122
 
11027
- export type Notifier$MessageSelectedEvent = Event<Notifier$MessageSelectedEventParameters>;
11123
+ export type Notifier$MessageSelectedEvent = Event<
11124
+ Notifier$MessageSelectedEventParameters,
11125
+ Notifier
11126
+ >;
11028
11127
  }
11029
11128
 
11030
11129
  declare module "sap/ui/ux3/Overlay" {
@@ -11523,7 +11622,7 @@ declare module "sap/ui/ux3/Overlay" {
11523
11622
  id?: string;
11524
11623
  }
11525
11624
 
11526
- export type Overlay$CloseEvent = Event<Overlay$CloseEventParameters>;
11625
+ export type Overlay$CloseEvent = Event<Overlay$CloseEventParameters, Overlay>;
11527
11626
 
11528
11627
  export interface Overlay$ClosedEventParameters {
11529
11628
  /**
@@ -11532,7 +11631,10 @@ declare module "sap/ui/ux3/Overlay" {
11532
11631
  id?: string;
11533
11632
  }
11534
11633
 
11535
- export type Overlay$ClosedEvent = Event<Overlay$ClosedEventParameters>;
11634
+ export type Overlay$ClosedEvent = Event<
11635
+ Overlay$ClosedEventParameters,
11636
+ Overlay
11637
+ >;
11536
11638
 
11537
11639
  export interface Overlay$OpenEventParameters {
11538
11640
  /**
@@ -11541,7 +11643,7 @@ declare module "sap/ui/ux3/Overlay" {
11541
11643
  id?: string;
11542
11644
  }
11543
11645
 
11544
- export type Overlay$OpenEvent = Event<Overlay$OpenEventParameters>;
11646
+ export type Overlay$OpenEvent = Event<Overlay$OpenEventParameters, Overlay>;
11545
11647
 
11546
11648
  export interface Overlay$OpenNewEventParameters {
11547
11649
  /**
@@ -11550,7 +11652,10 @@ declare module "sap/ui/ux3/Overlay" {
11550
11652
  id?: string;
11551
11653
  }
11552
11654
 
11553
- export type Overlay$OpenNewEvent = Event<Overlay$OpenNewEventParameters>;
11655
+ export type Overlay$OpenNewEvent = Event<
11656
+ Overlay$OpenNewEventParameters,
11657
+ Overlay
11658
+ >;
11554
11659
  }
11555
11660
 
11556
11661
  declare module "sap/ui/ux3/OverlayContainer" {
@@ -12937,7 +13042,10 @@ declare module "sap/ui/ux3/QuickView" {
12937
13042
  newState?: string;
12938
13043
  }
12939
13044
 
12940
- export type QuickView$ActionSelectedEvent = Event<QuickView$ActionSelectedEventParameters>;
13045
+ export type QuickView$ActionSelectedEvent = Event<
13046
+ QuickView$ActionSelectedEventParameters,
13047
+ QuickView
13048
+ >;
12941
13049
 
12942
13050
  export interface QuickView$FeedSubmitEventParameters {
12943
13051
  /**
@@ -12946,7 +13054,10 @@ declare module "sap/ui/ux3/QuickView" {
12946
13054
  text?: string;
12947
13055
  }
12948
13056
 
12949
- export type QuickView$FeedSubmitEvent = Event<QuickView$FeedSubmitEventParameters>;
13057
+ export type QuickView$FeedSubmitEvent = Event<
13058
+ QuickView$FeedSubmitEventParameters,
13059
+ QuickView
13060
+ >;
12950
13061
 
12951
13062
  export interface QuickView$NavigateEventParameters {
12952
13063
  /**
@@ -12955,7 +13066,10 @@ declare module "sap/ui/ux3/QuickView" {
12955
13066
  href?: string;
12956
13067
  }
12957
13068
 
12958
- export type QuickView$NavigateEvent = Event<QuickView$NavigateEventParameters>;
13069
+ export type QuickView$NavigateEvent = Event<
13070
+ QuickView$NavigateEventParameters,
13071
+ QuickView
13072
+ >;
12959
13073
  }
12960
13074
 
12961
13075
  declare module "sap/ui/ux3/Shell" {
@@ -14778,11 +14892,14 @@ declare module "sap/ui/ux3/Shell" {
14778
14892
 
14779
14893
  export interface Shell$FeedSubmitEventParameters {}
14780
14894
 
14781
- export type Shell$FeedSubmitEvent = Event<Shell$FeedSubmitEventParameters>;
14895
+ export type Shell$FeedSubmitEvent = Event<
14896
+ Shell$FeedSubmitEventParameters,
14897
+ Shell
14898
+ >;
14782
14899
 
14783
14900
  export interface Shell$LogoutEventParameters {}
14784
14901
 
14785
- export type Shell$LogoutEvent = Event<Shell$LogoutEventParameters>;
14902
+ export type Shell$LogoutEvent = Event<Shell$LogoutEventParameters, Shell>;
14786
14903
 
14787
14904
  export interface Shell$PaneBarItemSelectedEventParameters {
14788
14905
  /**
@@ -14801,7 +14918,10 @@ declare module "sap/ui/ux3/Shell" {
14801
14918
  key?: string;
14802
14919
  }
14803
14920
 
14804
- export type Shell$PaneBarItemSelectedEvent = Event<Shell$PaneBarItemSelectedEventParameters>;
14921
+ export type Shell$PaneBarItemSelectedEvent = Event<
14922
+ Shell$PaneBarItemSelectedEventParameters,
14923
+ Shell
14924
+ >;
14805
14925
 
14806
14926
  export interface Shell$PaneClosedEventParameters {
14807
14927
  /**
@@ -14810,11 +14930,14 @@ declare module "sap/ui/ux3/Shell" {
14810
14930
  id?: string;
14811
14931
  }
14812
14932
 
14813
- export type Shell$PaneClosedEvent = Event<Shell$PaneClosedEventParameters>;
14933
+ export type Shell$PaneClosedEvent = Event<
14934
+ Shell$PaneClosedEventParameters,
14935
+ Shell
14936
+ >;
14814
14937
 
14815
14938
  export interface Shell$SearchEventParameters {}
14816
14939
 
14817
- export type Shell$SearchEvent = Event<Shell$SearchEventParameters>;
14940
+ export type Shell$SearchEvent = Event<Shell$SearchEventParameters, Shell>;
14818
14941
 
14819
14942
  export interface Shell$WorksetItemSelectedEventParameters {
14820
14943
  /**
@@ -14834,7 +14957,10 @@ declare module "sap/ui/ux3/Shell" {
14834
14957
  key?: string;
14835
14958
  }
14836
14959
 
14837
- export type Shell$WorksetItemSelectedEvent = Event<Shell$WorksetItemSelectedEventParameters>;
14960
+ export type Shell$WorksetItemSelectedEvent = Event<
14961
+ Shell$WorksetItemSelectedEventParameters,
14962
+ Shell
14963
+ >;
14838
14964
  }
14839
14965
 
14840
14966
  declare module "sap/ui/ux3/ThingAction" {
@@ -15068,7 +15194,10 @@ declare module "sap/ui/ux3/ThingAction" {
15068
15194
  action?: ThingAction;
15069
15195
  }
15070
15196
 
15071
- export type ThingAction$SelectEvent = Event<ThingAction$SelectEventParameters>;
15197
+ export type ThingAction$SelectEvent = Event<
15198
+ ThingAction$SelectEventParameters,
15199
+ ThingAction
15200
+ >;
15072
15201
  }
15073
15202
 
15074
15203
  declare module "sap/ui/ux3/ThingGroup" {
@@ -16480,7 +16609,10 @@ declare module "sap/ui/ux3/ThingInspector" {
16480
16609
  action?: ThingAction;
16481
16610
  }
16482
16611
 
16483
- export type ThingInspector$ActionSelectedEvent = Event<ThingInspector$ActionSelectedEventParameters>;
16612
+ export type ThingInspector$ActionSelectedEvent = Event<
16613
+ ThingInspector$ActionSelectedEventParameters,
16614
+ ThingInspector
16615
+ >;
16484
16616
 
16485
16617
  export interface ThingInspector$FacetSelectedEventParameters {
16486
16618
  /**
@@ -16499,7 +16631,10 @@ declare module "sap/ui/ux3/ThingInspector" {
16499
16631
  key?: string;
16500
16632
  }
16501
16633
 
16502
- export type ThingInspector$FacetSelectedEvent = Event<ThingInspector$FacetSelectedEventParameters>;
16634
+ export type ThingInspector$FacetSelectedEvent = Event<
16635
+ ThingInspector$FacetSelectedEventParameters,
16636
+ ThingInspector
16637
+ >;
16503
16638
 
16504
16639
  export interface ThingInspector$FeedSubmitEventParameters {
16505
16640
  /**
@@ -16508,7 +16643,10 @@ declare module "sap/ui/ux3/ThingInspector" {
16508
16643
  text?: string;
16509
16644
  }
16510
16645
 
16511
- export type ThingInspector$FeedSubmitEvent = Event<ThingInspector$FeedSubmitEventParameters>;
16646
+ export type ThingInspector$FeedSubmitEvent = Event<
16647
+ ThingInspector$FeedSubmitEventParameters,
16648
+ ThingInspector
16649
+ >;
16512
16650
  }
16513
16651
 
16514
16652
  declare module "sap/ui/ux3/ThingViewer" {
@@ -17217,7 +17355,10 @@ declare module "sap/ui/ux3/ThingViewer" {
17217
17355
  key?: string;
17218
17356
  }
17219
17357
 
17220
- export type ThingViewer$FacetSelectedEvent = Event<ThingViewer$FacetSelectedEventParameters>;
17358
+ export type ThingViewer$FacetSelectedEvent = Event<
17359
+ ThingViewer$FacetSelectedEventParameters,
17360
+ ThingViewer
17361
+ >;
17221
17362
  }
17222
17363
 
17223
17364
  declare module "sap/ui/ux3/ToolPopup" {
@@ -18453,11 +18594,17 @@ declare module "sap/ui/ux3/ToolPopup" {
18453
18594
 
18454
18595
  export interface ToolPopup$CloseEventParameters {}
18455
18596
 
18456
- export type ToolPopup$CloseEvent = Event<ToolPopup$CloseEventParameters>;
18597
+ export type ToolPopup$CloseEvent = Event<
18598
+ ToolPopup$CloseEventParameters,
18599
+ ToolPopup
18600
+ >;
18457
18601
 
18458
18602
  export interface ToolPopup$ClosedEventParameters {}
18459
18603
 
18460
- export type ToolPopup$ClosedEvent = Event<ToolPopup$ClosedEventParameters>;
18604
+ export type ToolPopup$ClosedEvent = Event<
18605
+ ToolPopup$ClosedEventParameters,
18606
+ ToolPopup
18607
+ >;
18461
18608
 
18462
18609
  export interface ToolPopup$EnterEventParameters {
18463
18610
  /**
@@ -18471,19 +18618,31 @@ declare module "sap/ui/ux3/ToolPopup" {
18471
18618
  originalSrcControl?: Control;
18472
18619
  }
18473
18620
 
18474
- export type ToolPopup$EnterEvent = Event<ToolPopup$EnterEventParameters>;
18621
+ export type ToolPopup$EnterEvent = Event<
18622
+ ToolPopup$EnterEventParameters,
18623
+ ToolPopup
18624
+ >;
18475
18625
 
18476
18626
  export interface ToolPopup$IconChangedEventParameters {}
18477
18627
 
18478
- export type ToolPopup$IconChangedEvent = Event<ToolPopup$IconChangedEventParameters>;
18628
+ export type ToolPopup$IconChangedEvent = Event<
18629
+ ToolPopup$IconChangedEventParameters,
18630
+ ToolPopup
18631
+ >;
18479
18632
 
18480
18633
  export interface ToolPopup$OpenEventParameters {}
18481
18634
 
18482
- export type ToolPopup$OpenEvent = Event<ToolPopup$OpenEventParameters>;
18635
+ export type ToolPopup$OpenEvent = Event<
18636
+ ToolPopup$OpenEventParameters,
18637
+ ToolPopup
18638
+ >;
18483
18639
 
18484
18640
  export interface ToolPopup$OpenedEventParameters {}
18485
18641
 
18486
- export type ToolPopup$OpenedEvent = Event<ToolPopup$OpenedEventParameters>;
18642
+ export type ToolPopup$OpenedEvent = Event<
18643
+ ToolPopup$OpenedEventParameters,
18644
+ ToolPopup
18645
+ >;
18487
18646
  }
18488
18647
 
18489
18648
  declare namespace sap {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4