@openui5/types 1.115.0 → 1.116.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,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
5
5
  * @deprecated (since 1.38)
6
- * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
6
+ * @experimental (since 1.2) - API is not yet finished and might change completely
7
7
  *
8
8
  * Enumeration of available standard actions for 'sap.ui.ux3.ActionBar'. To be used as parameters for function
9
9
  * 'sap.ui.ux3.ActionBar.getSocialAction'.
@@ -40,7 +40,7 @@ declare module "sap/ui/ux3/library" {
40
40
  }
41
41
 
42
42
  /**
43
- * @SINCE 1.7.1
43
+ * @since 1.7.1
44
44
  * @deprecated (since 1.38)
45
45
  *
46
46
  * Defines the order of the sub lists of a list in the ExactBrowser.
@@ -57,7 +57,7 @@ declare module "sap/ui/ux3/library" {
57
57
  }
58
58
  /**
59
59
  * @deprecated (since 1.38)
60
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
60
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
61
61
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
62
62
  * Feed model topic is still open.
63
63
  *
@@ -120,7 +120,7 @@ declare module "sap/ui/ux3/library" {
120
120
  None = "None",
121
121
  }
122
122
  /**
123
- * @SINCE 1.12.0
123
+ * @since 1.12.0
124
124
  * @deprecated (since 1.38)
125
125
  *
126
126
  * Available shell design types.
@@ -164,7 +164,7 @@ declare module "sap/ui/ux3/library" {
164
164
  Standard = "Standard",
165
165
  }
166
166
  /**
167
- * @SINCE 1.16.3
167
+ * @since 1.16.3
168
168
  * @deprecated (since 1.38)
169
169
  *
170
170
  * Available ThingViewer header display types.
@@ -201,7 +201,7 @@ declare module "sap/ui/ux3/library" {
201
201
  declare module "sap/ui/ux3/ShellPersonalization" {
202
202
  /**
203
203
  * @deprecated (since 1.36) - This class was never released for productive use and will never be.
204
- * @EXPERIMENTAL (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
204
+ * @experimental (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
205
205
  * experimental work and might change or disappear in future versions.
206
206
  *
207
207
  * Experimental implementation of visual Ux3 Shell personalization / branding.
@@ -220,8 +220,6 @@ declare module "sap/ui/ux3/ShellPersonalization" {
220
220
  declare module "sap/ui/ux3/ActionBar" {
221
221
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
222
222
 
223
- import Event from "sap/ui/base/Event";
224
-
225
223
  import ThingAction from "sap/ui/ux3/ThingAction";
226
224
 
227
225
  import { CSSSize, URI } from "sap/ui/core/library";
@@ -235,6 +233,8 @@ declare module "sap/ui/ux3/ActionBar" {
235
233
  AggregationBindingInfo,
236
234
  } from "sap/ui/base/ManagedObject";
237
235
 
236
+ import Event from "sap/ui/base/Event";
237
+
238
238
  /**
239
239
  * @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
240
240
  *
@@ -247,7 +247,7 @@ declare module "sap/ui/ux3/ActionBar" {
247
247
  * When using this control, please be aware that it fulfills rather specific requirements: it has been designed
248
248
  * for and is used within composite controls QuickView and ThingInspector.
249
249
  */
250
- class ActionBar extends Control {
250
+ export default class ActionBar extends Control {
251
251
  /**
252
252
  * Constructor for a new ActionBar.
253
253
  *
@@ -334,7 +334,7 @@ declare module "sap/ui/ux3/ActionBar" {
334
334
  /**
335
335
  * The function to be called when the event occurs
336
336
  */
337
- fnFunction: (p1: Event<$ActionBarActionSelectedEventParameters>) => void,
337
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
338
338
  /**
339
339
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
340
340
  */
@@ -361,7 +361,7 @@ declare module "sap/ui/ux3/ActionBar" {
361
361
  /**
362
362
  * The function to be called when the event occurs
363
363
  */
364
- fnFunction: (p1: Event<$ActionBarActionSelectedEventParameters>) => void,
364
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
365
365
  /**
366
366
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
367
367
  */
@@ -386,7 +386,7 @@ declare module "sap/ui/ux3/ActionBar" {
386
386
  /**
387
387
  * The function to be called when the event occurs
388
388
  */
389
- fnFunction: (p1: Event<$ActionBarFeedSubmitEventParameters>) => void,
389
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
390
390
  /**
391
391
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
392
392
  */
@@ -406,7 +406,7 @@ declare module "sap/ui/ux3/ActionBar" {
406
406
  /**
407
407
  * The function to be called when the event occurs
408
408
  */
409
- fnFunction: (p1: Event<$ActionBarFeedSubmitEventParameters>) => void,
409
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
410
410
  /**
411
411
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
412
412
  */
@@ -429,7 +429,7 @@ declare module "sap/ui/ux3/ActionBar" {
429
429
  /**
430
430
  * The function to be called, when the event occurs
431
431
  */
432
- fnFunction: (p1: Event<$ActionBarActionSelectedEventParameters>) => void,
432
+ fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
433
433
  /**
434
434
  * Context object on which the given function had to be called
435
435
  */
@@ -446,14 +446,14 @@ declare module "sap/ui/ux3/ActionBar" {
446
446
  /**
447
447
  * The function to be called, when the event occurs
448
448
  */
449
- fnFunction: (p1: Event<$ActionBarFeedSubmitEventParameters>) => void,
449
+ fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
450
450
  /**
451
451
  * Context object on which the given function had to be called
452
452
  */
453
453
  oListener?: object
454
454
  ): this;
455
455
  /**
456
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
456
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
457
457
  *
458
458
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
459
459
  *
@@ -463,10 +463,10 @@ declare module "sap/ui/ux3/ActionBar" {
463
463
  /**
464
464
  * Parameters to pass along with the event
465
465
  */
466
- mParameters?: $ActionBarActionSelectedEventParameters
466
+ mParameters?: ActionBar$ActionSelectedEventParameters
467
467
  ): this;
468
468
  /**
469
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
469
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
470
470
  *
471
471
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
472
472
  *
@@ -476,7 +476,7 @@ declare module "sap/ui/ux3/ActionBar" {
476
476
  /**
477
477
  * Parameters to pass along with the event
478
478
  */
479
- mParameters?: $ActionBarFeedSubmitEventParameters
479
+ mParameters?: ActionBar$FeedSubmitEventParameters
480
480
  ): this;
481
481
  /**
482
482
  * Gets current value of property {@link #getAlwaysShowMoreMenu alwaysShowMoreMenu}.
@@ -610,7 +610,7 @@ declare module "sap/ui/ux3/ActionBar" {
610
610
  oBusinessAction: ThingAction
611
611
  ): int;
612
612
  /**
613
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
613
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
614
614
  *
615
615
  * Checks whether the control is still valid (is in the DOM). ActionBar instance is rendered if and only
616
616
  * if 'isActive' returns 'true'. This check is called implicitely by the rendere, MUST not be removed.
@@ -816,7 +816,6 @@ declare module "sap/ui/ux3/ActionBar" {
816
816
  bUpdateState?: boolean
817
817
  ): this;
818
818
  }
819
- export default ActionBar;
820
819
 
821
820
  export interface $ActionBarSettings extends $ControlSettings {
822
821
  /**
@@ -903,17 +902,15 @@ declare module "sap/ui/ux3/ActionBar" {
903
902
  *
904
903
  * For ‘Update’, please refer to event ‘feedSubmit’
905
904
  */
906
- actionSelected?: (
907
- oEvent: Event<$ActionBarActionSelectedEventParameters>
908
- ) => void;
905
+ actionSelected?: (oEvent: ActionBar$ActionSelectedEvent) => void;
909
906
 
910
907
  /**
911
908
  * Fired when a new feed entry is submitted.
912
909
  */
913
- feedSubmit?: (oEvent: Event<$ActionBarFeedSubmitEventParameters>) => void;
910
+ feedSubmit?: (oEvent: ActionBar$FeedSubmitEvent) => void;
914
911
  }
915
912
 
916
- export interface $ActionBarActionSelectedEventParameters {
913
+ export interface ActionBar$ActionSelectedEventParameters {
917
914
  /**
918
915
  * Id of selected ThingAction
919
916
  */
@@ -931,12 +928,16 @@ declare module "sap/ui/ux3/ActionBar" {
931
928
  newState?: string;
932
929
  }
933
930
 
934
- export interface $ActionBarFeedSubmitEventParameters {
931
+ export type ActionBar$ActionSelectedEvent = Event<ActionBar$ActionSelectedEventParameters>;
932
+
933
+ export interface ActionBar$FeedSubmitEventParameters {
935
934
  /**
936
935
  * Feed text
937
936
  */
938
937
  text?: string;
939
938
  }
939
+
940
+ export type ActionBar$FeedSubmitEvent = Event<ActionBar$FeedSubmitEventParameters>;
940
941
  }
941
942
 
942
943
  declare module "sap/ui/ux3/Collection" {
@@ -956,12 +957,12 @@ declare module "sap/ui/ux3/Collection" {
956
957
  } from "sap/ui/base/ManagedObject";
957
958
 
958
959
  /**
959
- * @SINCE 1.9.0
960
+ * @since 1.9.0
960
961
  * @deprecated (since 1.38)
961
962
  *
962
963
  * Collection
963
964
  */
964
- class Collection extends UI5Element {
965
+ export default class Collection extends UI5Element {
965
966
  /**
966
967
  * Constructor for a new Collection.
967
968
  *
@@ -1181,7 +1182,7 @@ declare module "sap/ui/ux3/Collection" {
1181
1182
  oListener?: object
1182
1183
  ): this;
1183
1184
  /**
1184
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1185
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1185
1186
  *
1186
1187
  * Fires event {@link #event:propertyChanged propertyChanged} to attached listeners.
1187
1188
  *
@@ -1194,7 +1195,7 @@ declare module "sap/ui/ux3/Collection" {
1194
1195
  mParameters?: object
1195
1196
  ): this;
1196
1197
  /**
1197
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1198
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1198
1199
  *
1199
1200
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
1200
1201
  *
@@ -1357,7 +1358,6 @@ declare module "sap/ui/ux3/Collection" {
1357
1358
  sTitle?: string
1358
1359
  ): this;
1359
1360
  }
1360
- export default Collection;
1361
1361
 
1362
1362
  export interface $CollectionSettings extends $ElementSettings {
1363
1363
  /**
@@ -1396,9 +1396,13 @@ declare module "sap/ui/ux3/Collection" {
1396
1396
  propertyChanged?: (oEvent: Event) => void;
1397
1397
  }
1398
1398
 
1399
- export interface $CollectionPropertyChangedEventParameters {}
1399
+ export interface Collection$PropertyChangedEventParameters {}
1400
+
1401
+ export type Collection$PropertyChangedEvent = Event<Collection$PropertyChangedEventParameters>;
1402
+
1403
+ export interface Collection$SelectionChangedEventParameters {}
1400
1404
 
1401
- export interface $CollectionSelectionChangedEventParameters {}
1405
+ export type Collection$SelectionChangedEvent = Event<Collection$SelectionChangedEventParameters>;
1402
1406
  }
1403
1407
 
1404
1408
  declare module "sap/ui/ux3/CollectionInspector" {
@@ -1418,12 +1422,12 @@ declare module "sap/ui/ux3/CollectionInspector" {
1418
1422
  } from "sap/ui/base/ManagedObject";
1419
1423
 
1420
1424
  /**
1421
- * @SINCE 1.9.0
1425
+ * @since 1.9.0
1422
1426
  * @deprecated (since 1.38)
1423
1427
  *
1424
1428
  * CollectionInspector
1425
1429
  */
1426
- class CollectionInspector extends Control {
1430
+ export default class CollectionInspector extends Control {
1427
1431
  /**
1428
1432
  * Constructor for a new CollectionInspector.
1429
1433
  *
@@ -1718,7 +1722,7 @@ declare module "sap/ui/ux3/CollectionInspector" {
1718
1722
  oListener?: object
1719
1723
  ): this;
1720
1724
  /**
1721
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1725
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1722
1726
  *
1723
1727
  * Fires event {@link #event:collectionSelected collectionSelected} to attached listeners.
1724
1728
  *
@@ -1731,7 +1735,7 @@ declare module "sap/ui/ux3/CollectionInspector" {
1731
1735
  mParameters?: object
1732
1736
  ): this;
1733
1737
  /**
1734
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1738
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1735
1739
  *
1736
1740
  * Fires event {@link #event:editCollection editCollection} to attached listeners.
1737
1741
  *
@@ -1744,7 +1748,7 @@ declare module "sap/ui/ux3/CollectionInspector" {
1744
1748
  mParameters?: object
1745
1749
  ): this;
1746
1750
  /**
1747
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1751
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1748
1752
  *
1749
1753
  * Fires event {@link #event:itemSelectionChanged itemSelectionChanged} to attached listeners.
1750
1754
  *
@@ -1942,7 +1946,6 @@ declare module "sap/ui/ux3/CollectionInspector" {
1942
1946
  bSidebarVisible?: boolean
1943
1947
  ): this;
1944
1948
  }
1945
- export default CollectionInspector;
1946
1949
 
1947
1950
  export interface $CollectionInspectorSettings extends $ControlSettings {
1948
1951
  /**
@@ -1990,11 +1993,17 @@ declare module "sap/ui/ux3/CollectionInspector" {
1990
1993
  editCollection?: (oEvent: Event) => void;
1991
1994
  }
1992
1995
 
1993
- export interface $CollectionInspectorCollectionSelectedEventParameters {}
1996
+ export interface CollectionInspector$CollectionSelectedEventParameters {}
1994
1997
 
1995
- export interface $CollectionInspectorEditCollectionEventParameters {}
1998
+ export type CollectionInspector$CollectionSelectedEvent = Event<CollectionInspector$CollectionSelectedEventParameters>;
1996
1999
 
1997
- export interface $CollectionInspectorItemSelectionChangedEventParameters {}
2000
+ export interface CollectionInspector$EditCollectionEventParameters {}
2001
+
2002
+ export type CollectionInspector$EditCollectionEvent = Event<CollectionInspector$EditCollectionEventParameters>;
2003
+
2004
+ export interface CollectionInspector$ItemSelectionChangedEventParameters {}
2005
+
2006
+ export type CollectionInspector$ItemSelectionChangedEvent = Event<CollectionInspector$ItemSelectionChangedEventParameters>;
1998
2007
  }
1999
2008
 
2000
2009
  declare module "sap/ui/ux3/DataSet" {
@@ -2006,8 +2015,6 @@ declare module "sap/ui/ux3/DataSet" {
2006
2015
 
2007
2016
  import { DataSetView } from "sap/ui/ux3/library";
2008
2017
 
2009
- import Event from "sap/ui/base/Event";
2010
-
2011
2018
  import {
2012
2019
  AggregationBindingInfo,
2013
2020
  PropertyBindingInfo,
@@ -2017,12 +2024,14 @@ declare module "sap/ui/ux3/DataSet" {
2017
2024
 
2018
2025
  import { ID } from "sap/ui/core/library";
2019
2026
 
2027
+ import Event from "sap/ui/base/Event";
2028
+
2020
2029
  /**
2021
2030
  * @deprecated (since 1.38) - Use a container by choice from the {@link sap.m} library, instead.
2022
2031
  *
2023
2032
  * DataSet
2024
2033
  */
2025
- class DataSet extends Control {
2034
+ export default class DataSet extends Control {
2026
2035
  /**
2027
2036
  * Constructor for a new DataSet.
2028
2037
  *
@@ -2084,13 +2093,13 @@ declare module "sap/ui/ux3/DataSet" {
2084
2093
  */
2085
2094
  static getMetadata(): ElementMetadata;
2086
2095
  /**
2087
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2096
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2088
2097
  *
2089
2098
  * Rerendering of the FilterArea
2090
2099
  */
2091
2100
  _rerenderFilter(): void;
2092
2101
  /**
2093
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2102
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2094
2103
  *
2095
2104
  * Rerendering of the Toolbar
2096
2105
  */
@@ -2156,7 +2165,7 @@ declare module "sap/ui/ux3/DataSet" {
2156
2165
  /**
2157
2166
  * The function to be called when the event occurs
2158
2167
  */
2159
- fnFunction: (p1: Event<$DataSetSearchEventParameters>) => void,
2168
+ fnFunction: (p1: DataSet$SearchEvent) => void,
2160
2169
  /**
2161
2170
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
2162
2171
  */
@@ -2176,7 +2185,7 @@ declare module "sap/ui/ux3/DataSet" {
2176
2185
  /**
2177
2186
  * The function to be called when the event occurs
2178
2187
  */
2179
- fnFunction: (p1: Event<$DataSetSearchEventParameters>) => void,
2188
+ fnFunction: (p1: DataSet$SearchEvent) => void,
2180
2189
  /**
2181
2190
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
2182
2191
  */
@@ -2202,7 +2211,7 @@ declare module "sap/ui/ux3/DataSet" {
2202
2211
  /**
2203
2212
  * The function to be called when the event occurs
2204
2213
  */
2205
- fnFunction: (p1: Event<$DataSetSelectionChangedEventParameters>) => void,
2214
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
2206
2215
  /**
2207
2216
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
2208
2217
  */
@@ -2223,7 +2232,7 @@ declare module "sap/ui/ux3/DataSet" {
2223
2232
  /**
2224
2233
  * The function to be called when the event occurs
2225
2234
  */
2226
- fnFunction: (p1: Event<$DataSetSelectionChangedEventParameters>) => void,
2235
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
2227
2236
  /**
2228
2237
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
2229
2238
  */
@@ -2248,7 +2257,7 @@ declare module "sap/ui/ux3/DataSet" {
2248
2257
  */
2249
2258
  clearSelection(): void;
2250
2259
  /**
2251
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2260
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2252
2261
  *
2253
2262
  * Creates a view switch button
2254
2263
  *
@@ -2293,7 +2302,7 @@ declare module "sap/ui/ux3/DataSet" {
2293
2302
  /**
2294
2303
  * The function to be called, when the event occurs
2295
2304
  */
2296
- fnFunction: (p1: Event<$DataSetSearchEventParameters>) => void,
2305
+ fnFunction: (p1: DataSet$SearchEvent) => void,
2297
2306
  /**
2298
2307
  * Context object on which the given function had to be called
2299
2308
  */
@@ -2311,14 +2320,14 @@ declare module "sap/ui/ux3/DataSet" {
2311
2320
  /**
2312
2321
  * The function to be called, when the event occurs
2313
2322
  */
2314
- fnFunction: (p1: Event<$DataSetSelectionChangedEventParameters>) => void,
2323
+ fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
2315
2324
  /**
2316
2325
  * Context object on which the given function had to be called
2317
2326
  */
2318
2327
  oListener?: object
2319
2328
  ): this;
2320
2329
  /**
2321
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2330
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2322
2331
  *
2323
2332
  * Fires event {@link #event:search search} to attached listeners.
2324
2333
  *
@@ -2328,10 +2337,10 @@ declare module "sap/ui/ux3/DataSet" {
2328
2337
  /**
2329
2338
  * Parameters to pass along with the event
2330
2339
  */
2331
- mParameters?: $DataSetSearchEventParameters
2340
+ mParameters?: DataSet$SearchEventParameters
2332
2341
  ): this;
2333
2342
  /**
2334
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2343
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2335
2344
  *
2336
2345
  * Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
2337
2346
  *
@@ -2341,7 +2350,7 @@ declare module "sap/ui/ux3/DataSet" {
2341
2350
  /**
2342
2351
  * Parameters to pass along with the event
2343
2352
  */
2344
- mParameters?: $DataSetSelectionChangedEventParameters
2353
+ mParameters?: DataSet$SelectionChangedEventParameters
2345
2354
  ): this;
2346
2355
  /**
2347
2356
  * Gets content of aggregation {@link #getFilter filter}.
@@ -2356,7 +2365,7 @@ declare module "sap/ui/ux3/DataSet" {
2356
2365
  */
2357
2366
  getItems(): DataSetItem[];
2358
2367
  /**
2359
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2368
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2360
2369
  *
2361
2370
  * Returns the LeadSelection index
2362
2371
  *
@@ -2382,7 +2391,7 @@ declare module "sap/ui/ux3/DataSet" {
2382
2391
  */
2383
2392
  getSelectedIndices(): void;
2384
2393
  /**
2385
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2394
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2386
2395
  *
2387
2396
  * Returns id of selected Item from given index
2388
2397
  *
@@ -2523,7 +2532,7 @@ declare module "sap/ui/ux3/DataSet" {
2523
2532
  iIndex: int
2524
2533
  ): this;
2525
2534
  /**
2526
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2535
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2527
2536
  *
2528
2537
  * Returns true if iIndex is selected
2529
2538
  *
@@ -2597,7 +2606,7 @@ declare module "sap/ui/ux3/DataSet" {
2597
2606
  vView: int | string | DataSetView
2598
2607
  ): DataSetView | null;
2599
2608
  /**
2600
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2609
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2601
2610
  *
2602
2611
  * Set the LeadSelection index
2603
2612
  */
@@ -2686,7 +2695,6 @@ declare module "sap/ui/ux3/DataSet" {
2686
2695
  */
2687
2696
  unbindItems(): this;
2688
2697
  }
2689
- export default DataSet;
2690
2698
 
2691
2699
  export interface $DataSetSettings extends $ControlSettings {
2692
2700
  /**
@@ -2740,24 +2748,24 @@ declare module "sap/ui/ux3/DataSet" {
2740
2748
  /**
2741
2749
  * selection Changed
2742
2750
  */
2743
- selectionChanged?: (
2744
- oEvent: Event<$DataSetSelectionChangedEventParameters>
2745
- ) => void;
2751
+ selectionChanged?: (oEvent: DataSet$SelectionChangedEvent) => void;
2746
2752
 
2747
2753
  /**
2748
2754
  * Event which is fired when the user triggers a search
2749
2755
  */
2750
- search?: (oEvent: Event<$DataSetSearchEventParameters>) => void;
2756
+ search?: (oEvent: DataSet$SearchEvent) => void;
2751
2757
  }
2752
2758
 
2753
- export interface $DataSetSearchEventParameters {
2759
+ export interface DataSet$SearchEventParameters {
2754
2760
  /**
2755
2761
  * The search query
2756
2762
  */
2757
2763
  query?: string;
2758
2764
  }
2759
2765
 
2760
- export interface $DataSetSelectionChangedEventParameters {
2766
+ export type DataSet$SearchEvent = Event<DataSet$SearchEventParameters>;
2767
+
2768
+ export interface DataSet$SelectionChangedEventParameters {
2761
2769
  /**
2762
2770
  * Old lead selected index
2763
2771
  */
@@ -2768,25 +2776,27 @@ declare module "sap/ui/ux3/DataSet" {
2768
2776
  */
2769
2777
  newLeadSelectedIndex?: int;
2770
2778
  }
2779
+
2780
+ export type DataSet$SelectionChangedEvent = Event<DataSet$SelectionChangedEventParameters>;
2771
2781
  }
2772
2782
 
2773
2783
  declare module "sap/ui/ux3/DataSetItem" {
2774
2784
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
2775
2785
 
2776
- import Event from "sap/ui/base/Event";
2777
-
2778
2786
  import { URI } from "sap/ui/core/library";
2779
2787
 
2780
2788
  import ElementMetadata from "sap/ui/core/ElementMetadata";
2781
2789
 
2782
2790
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2783
2791
 
2792
+ import Event from "sap/ui/base/Event";
2793
+
2784
2794
  /**
2785
2795
  * @deprecated (since 1.38)
2786
2796
  *
2787
2797
  * DataSet Item
2788
2798
  */
2789
- class DataSetItem extends UI5Element {
2799
+ export default class DataSetItem extends UI5Element {
2790
2800
  /**
2791
2801
  * Constructor for a new DataSetItem.
2792
2802
  *
@@ -2866,7 +2876,7 @@ declare module "sap/ui/ux3/DataSetItem" {
2866
2876
  /**
2867
2877
  * The function to be called when the event occurs
2868
2878
  */
2869
- fnFunction: (p1: Event<$DataSetItemSelectedEventParameters>) => void,
2879
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
2870
2880
  /**
2871
2881
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
2872
2882
  */
@@ -2886,7 +2896,7 @@ declare module "sap/ui/ux3/DataSetItem" {
2886
2896
  /**
2887
2897
  * The function to be called when the event occurs
2888
2898
  */
2889
- fnFunction: (p1: Event<$DataSetItemSelectedEventParameters>) => void,
2899
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
2890
2900
  /**
2891
2901
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
2892
2902
  */
@@ -2903,14 +2913,14 @@ declare module "sap/ui/ux3/DataSetItem" {
2903
2913
  /**
2904
2914
  * The function to be called, when the event occurs
2905
2915
  */
2906
- fnFunction: (p1: Event<$DataSetItemSelectedEventParameters>) => void,
2916
+ fnFunction: (p1: DataSetItem$SelectedEvent) => void,
2907
2917
  /**
2908
2918
  * Context object on which the given function had to be called
2909
2919
  */
2910
2920
  oListener?: object
2911
2921
  ): this;
2912
2922
  /**
2913
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2923
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2914
2924
  *
2915
2925
  * Fires event {@link #event:selected selected} to attached listeners.
2916
2926
  *
@@ -2920,7 +2930,7 @@ declare module "sap/ui/ux3/DataSetItem" {
2920
2930
  /**
2921
2931
  * Parameters to pass along with the event
2922
2932
  */
2923
- mParameters?: $DataSetItemSelectedEventParameters
2933
+ mParameters?: DataSetItem$SelectedEventParameters
2924
2934
  ): this;
2925
2935
  /**
2926
2936
  * Gets current value of property {@link #getCheckable checkable}.
@@ -3027,7 +3037,6 @@ declare module "sap/ui/ux3/DataSetItem" {
3027
3037
  sTitle?: string
3028
3038
  ): this;
3029
3039
  }
3030
- export default DataSetItem;
3031
3040
 
3032
3041
  export interface $DataSetItemSettings extends $ElementSettings {
3033
3042
  /**
@@ -3053,15 +3062,17 @@ declare module "sap/ui/ux3/DataSetItem" {
3053
3062
  /**
3054
3063
  * Event Fired when Datset item is selected.
3055
3064
  */
3056
- selected?: (oEvent: Event<$DataSetItemSelectedEventParameters>) => void;
3065
+ selected?: (oEvent: DataSetItem$SelectedEvent) => void;
3057
3066
  }
3058
3067
 
3059
- export interface $DataSetItemSelectedEventParameters {
3068
+ export interface DataSetItem$SelectedEventParameters {
3060
3069
  /**
3061
3070
  * Id of the selected Datset item
3062
3071
  */
3063
3072
  itemId?: string;
3064
3073
  }
3074
+
3075
+ export type DataSetItem$SelectedEvent = Event<DataSetItem$SelectedEventParameters>;
3065
3076
  }
3066
3077
 
3067
3078
  declare module "sap/ui/ux3/DataSetSimpleView" {
@@ -3084,7 +3095,9 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3084
3095
  *
3085
3096
  * DataSetSimpleView provides a simple view example for DataSet usage.
3086
3097
  */
3087
- class DataSetSimpleView extends Control implements DataSetView {
3098
+ export default class DataSetSimpleView
3099
+ extends Control
3100
+ implements DataSetView {
3088
3101
  __implements__sap_ui_ux3_DataSetView: boolean;
3089
3102
  /**
3090
3103
  * Constructor for a new DataSetSimpleView.
@@ -3153,7 +3166,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3153
3166
  */
3154
3167
  destroyTemplate(): this;
3155
3168
  /**
3156
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3169
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3157
3170
  *
3158
3171
  * View finalization: Called when leaving the view
3159
3172
  */
@@ -3170,7 +3183,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3170
3183
  */
3171
3184
  getFloating(): boolean;
3172
3185
  /**
3173
- * @SINCE 1.13.0
3186
+ * @since 1.13.0
3174
3187
  *
3175
3188
  * Gets current value of property {@link #getHeight height}.
3176
3189
  *
@@ -3205,7 +3218,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3205
3218
  */
3206
3219
  getIconSelected(): URI;
3207
3220
  /**
3208
- * @SINCE 1.13.0
3221
+ * @since 1.13.0
3209
3222
  *
3210
3223
  * Gets current value of property {@link #getInitialItemCount initialItemCount}.
3211
3224
  *
@@ -3219,7 +3232,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3219
3232
  */
3220
3233
  getInitialItemCount(): int;
3221
3234
  /**
3222
- * @SINCE 1.9.2
3235
+ * @since 1.9.2
3223
3236
  *
3224
3237
  * Gets current value of property {@link #getItemMinWidth itemMinWidth}.
3225
3238
  *
@@ -3242,7 +3255,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3242
3255
  */
3243
3256
  getName(): string;
3244
3257
  /**
3245
- * @SINCE 1.13.0
3258
+ * @since 1.13.0
3246
3259
  *
3247
3260
  * Gets current value of property {@link #getReloadItemCount reloadItemCount}.
3248
3261
  *
@@ -3254,7 +3267,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3254
3267
  */
3255
3268
  getReloadItemCount(): int;
3256
3269
  /**
3257
- * @SINCE 1.9.2
3270
+ * @since 1.9.2
3258
3271
  *
3259
3272
  * Gets current value of property {@link #getResponsive responsive}.
3260
3273
  *
@@ -3267,7 +3280,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3267
3280
  */
3268
3281
  getResponsive(): boolean;
3269
3282
  /**
3270
- * @SINCE 1.13.0
3283
+ * @since 1.13.0
3271
3284
  *
3272
3285
  * Gets current value of property {@link #getScrollArea scrollArea}.
3273
3286
  *
@@ -3283,7 +3296,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3283
3296
  */
3284
3297
  getTemplate(): Control;
3285
3298
  /**
3286
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3299
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3287
3300
  *
3288
3301
  * Eventhandler for the selection of an Item
3289
3302
  */
@@ -3294,7 +3307,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3294
3307
  oEvent: Event
3295
3308
  ): void;
3296
3309
  /**
3297
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3310
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3298
3311
  *
3299
3312
  * View Initialization: Called when selecting the view
3300
3313
  */
@@ -3305,7 +3318,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3305
3318
  aItems: any[]
3306
3319
  ): void;
3307
3320
  /**
3308
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3321
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3309
3322
  *
3310
3323
  * Check if Item `oItem` is selected
3311
3324
  */
@@ -3334,7 +3347,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3334
3347
  bFloating?: boolean
3335
3348
  ): this;
3336
3349
  /**
3337
- * @SINCE 1.13.0
3350
+ * @since 1.13.0
3338
3351
  *
3339
3352
  * Sets a new value for property {@link #getHeight height}.
3340
3353
  *
@@ -3397,7 +3410,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3397
3410
  sIconSelected?: URI
3398
3411
  ): this;
3399
3412
  /**
3400
- * @SINCE 1.13.0
3413
+ * @since 1.13.0
3401
3414
  *
3402
3415
  * Sets a new value for property {@link #getInitialItemCount initialItemCount}.
3403
3416
  *
@@ -3418,7 +3431,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3418
3431
  iInitialItemCount?: int
3419
3432
  ): this;
3420
3433
  /**
3421
- * @SINCE 1.9.2
3434
+ * @since 1.9.2
3422
3435
  *
3423
3436
  * Sets a new value for property {@link #getItemMinWidth itemMinWidth}.
3424
3437
  *
@@ -3455,7 +3468,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3455
3468
  sName?: string
3456
3469
  ): this;
3457
3470
  /**
3458
- * @SINCE 1.13.0
3471
+ * @since 1.13.0
3459
3472
  *
3460
3473
  * Sets a new value for property {@link #getReloadItemCount reloadItemCount}.
3461
3474
  *
@@ -3474,7 +3487,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3474
3487
  iReloadItemCount?: int
3475
3488
  ): this;
3476
3489
  /**
3477
- * @SINCE 1.9.2
3490
+ * @since 1.9.2
3478
3491
  *
3479
3492
  * Sets a new value for property {@link #getResponsive responsive}.
3480
3493
  *
@@ -3511,7 +3524,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3511
3524
  oTemplate: Control
3512
3525
  ): this;
3513
3526
  /**
3514
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3527
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3515
3528
  *
3516
3529
  * View update: Called when pagination adds items
3517
3530
  */
@@ -3522,7 +3535,6 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3522
3535
  aDiff: DataSetItem[]
3523
3536
  ): void;
3524
3537
  }
3525
- export default DataSetSimpleView;
3526
3538
 
3527
3539
  export interface $DataSetSimpleViewSettings extends $ControlSettings {
3528
3540
  /**
@@ -3552,7 +3564,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3552
3564
  iconSelected?: URI | PropertyBindingInfo | `{${string}}`;
3553
3565
 
3554
3566
  /**
3555
- * @SINCE 1.9.2
3567
+ * @since 1.9.2
3556
3568
  *
3557
3569
  * When true and the property floating is true the DatSet items are floating containers filling the whole
3558
3570
  * space of a row.
@@ -3560,7 +3572,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3560
3572
  responsive?: boolean | PropertyBindingInfo | `{${string}}`;
3561
3573
 
3562
3574
  /**
3563
- * @SINCE 1.9.2
3575
+ * @since 1.9.2
3564
3576
  *
3565
3577
  * When itemMinWidth>0 and the property floating is true the given minimum width in pixels is set to DatSet
3566
3578
  * items. A minimum width must be given when the property responsive is set.
@@ -3568,7 +3580,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3568
3580
  itemMinWidth?: int | PropertyBindingInfo | `{${string}}`;
3569
3581
 
3570
3582
  /**
3571
- * @SINCE 1.13.0
3583
+ * @since 1.13.0
3572
3584
  *
3573
3585
  * If this value is greater zero only this amount of items is loaded in the first place. New items are loaded
3574
3586
  * automatically when the user scrolls down. The number of items which are reloaded can be defined with
@@ -3577,21 +3589,21 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3577
3589
  initialItemCount?: int | PropertyBindingInfo | `{${string}}`;
3578
3590
 
3579
3591
  /**
3580
- * @SINCE 1.13.0
3592
+ * @since 1.13.0
3581
3593
  *
3582
3594
  * This number defines the item count which is reloaded on scroll if initialItemCount is enabled.
3583
3595
  */
3584
3596
  reloadItemCount?: int | PropertyBindingInfo | `{${string}}`;
3585
3597
 
3586
3598
  /**
3587
- * @SINCE 1.13.0
3599
+ * @since 1.13.0
3588
3600
  *
3589
3601
  * ID of the DOM Element or jQuery reference to the dom which holds the scrollbar for the dataset
3590
3602
  */
3591
3603
  scrollArea?: any | PropertyBindingInfo | `{${string}}`;
3592
3604
 
3593
3605
  /**
3594
- * @SINCE 1.13.0
3606
+ * @since 1.13.0
3595
3607
  *
3596
3608
  * If the pagination feature is used without specifying a scroll area, a height for the dataset must be
3597
3609
  * defined.
@@ -3610,8 +3622,6 @@ declare module "sap/ui/ux3/Exact" {
3610
3622
 
3611
3623
  import ExactAttribute from "sap/ui/ux3/ExactAttribute";
3612
3624
 
3613
- import Event from "sap/ui/base/Event";
3614
-
3615
3625
  import ElementMetadata from "sap/ui/core/ElementMetadata";
3616
3626
 
3617
3627
  import ExactArea from "sap/ui/ux3/ExactArea";
@@ -3625,14 +3635,16 @@ declare module "sap/ui/ux3/Exact" {
3625
3635
  AggregationBindingInfo,
3626
3636
  } from "sap/ui/base/ManagedObject";
3627
3637
 
3638
+ import Event from "sap/ui/base/Event";
3639
+
3628
3640
  /**
3629
3641
  * @deprecated (since 1.38)
3630
- * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
3642
+ * @experimental (since 1.2) - API is not yet finished and might change completely
3631
3643
  *
3632
3644
  * A comprehensive UI design approach with graphical and functional elements for searching data, exploring
3633
3645
  * data, and acting on the data ("Explore and Act (Exact) Pattern").
3634
3646
  */
3635
- class Exact extends Control {
3647
+ export default class Exact extends Control {
3636
3648
  /**
3637
3649
  * Constructor for a new Exact.
3638
3650
  *
@@ -3723,7 +3735,7 @@ declare module "sap/ui/ux3/Exact" {
3723
3735
  /**
3724
3736
  * The function to be called when the event occurs
3725
3737
  */
3726
- fnFunction: (p1: Event<$ExactRefineSearchEventParameters>) => void,
3738
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
3727
3739
  /**
3728
3740
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
3729
3741
  */
@@ -3743,7 +3755,7 @@ declare module "sap/ui/ux3/Exact" {
3743
3755
  /**
3744
3756
  * The function to be called when the event occurs
3745
3757
  */
3746
- fnFunction: (p1: Event<$ExactRefineSearchEventParameters>) => void,
3758
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
3747
3759
  /**
3748
3760
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
3749
3761
  */
@@ -3768,7 +3780,7 @@ declare module "sap/ui/ux3/Exact" {
3768
3780
  /**
3769
3781
  * The function to be called when the event occurs
3770
3782
  */
3771
- fnFunction: (p1: Event<$ExactSearchEventParameters>) => void,
3783
+ fnFunction: (p1: Exact$SearchEvent) => void,
3772
3784
  /**
3773
3785
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
3774
3786
  */
@@ -3788,7 +3800,7 @@ declare module "sap/ui/ux3/Exact" {
3788
3800
  /**
3789
3801
  * The function to be called when the event occurs
3790
3802
  */
3791
- fnFunction: (p1: Event<$ExactSearchEventParameters>) => void,
3803
+ fnFunction: (p1: Exact$SearchEvent) => void,
3792
3804
  /**
3793
3805
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
3794
3806
  */
@@ -3817,7 +3829,7 @@ declare module "sap/ui/ux3/Exact" {
3817
3829
  /**
3818
3830
  * The function to be called, when the event occurs
3819
3831
  */
3820
- fnFunction: (p1: Event<$ExactRefineSearchEventParameters>) => void,
3832
+ fnFunction: (p1: Exact$RefineSearchEvent) => void,
3821
3833
  /**
3822
3834
  * Context object on which the given function had to be called
3823
3835
  */
@@ -3834,14 +3846,14 @@ declare module "sap/ui/ux3/Exact" {
3834
3846
  /**
3835
3847
  * The function to be called, when the event occurs
3836
3848
  */
3837
- fnFunction: (p1: Event<$ExactSearchEventParameters>) => void,
3849
+ fnFunction: (p1: Exact$SearchEvent) => void,
3838
3850
  /**
3839
3851
  * Context object on which the given function had to be called
3840
3852
  */
3841
3853
  oListener?: object
3842
3854
  ): this;
3843
3855
  /**
3844
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3856
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3845
3857
  *
3846
3858
  * Fires event {@link #event:refineSearch refineSearch} to attached listeners.
3847
3859
  *
@@ -3851,10 +3863,10 @@ declare module "sap/ui/ux3/Exact" {
3851
3863
  /**
3852
3864
  * Parameters to pass along with the event
3853
3865
  */
3854
- mParameters?: $ExactRefineSearchEventParameters
3866
+ mParameters?: Exact$RefineSearchEventParameters
3855
3867
  ): this;
3856
3868
  /**
3857
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3869
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3858
3870
  *
3859
3871
  * Fires event {@link #event:search search} to attached listeners.
3860
3872
  *
@@ -3864,7 +3876,7 @@ declare module "sap/ui/ux3/Exact" {
3864
3876
  /**
3865
3877
  * Parameters to pass along with the event
3866
3878
  */
3867
- mParameters?: $ExactSearchEventParameters
3879
+ mParameters?: Exact$SearchEventParameters
3868
3880
  ): this;
3869
3881
  /**
3870
3882
  * Gets content of aggregation {@link #getAttributes attributes}.
@@ -3969,7 +3981,6 @@ declare module "sap/ui/ux3/Exact" {
3969
3981
  oSettingsMenu: Menu
3970
3982
  ): this;
3971
3983
  }
3972
- export default Exact;
3973
3984
 
3974
3985
  export interface $ExactSettings extends $ControlSettings {
3975
3986
  /**
@@ -3994,15 +4005,15 @@ declare module "sap/ui/ux3/Exact" {
3994
4005
  /**
3995
4006
  * Event is fired when the search button is clicked
3996
4007
  */
3997
- search?: (oEvent: Event<$ExactSearchEventParameters>) => void;
4008
+ search?: (oEvent: Exact$SearchEvent) => void;
3998
4009
 
3999
4010
  /**
4000
4011
  * Event which is fired when an attribute is selected or unselected.
4001
4012
  */
4002
- refineSearch?: (oEvent: Event<$ExactRefineSearchEventParameters>) => void;
4013
+ refineSearch?: (oEvent: Exact$RefineSearchEvent) => void;
4003
4014
  }
4004
4015
 
4005
- export interface $ExactRefineSearchEventParameters {
4016
+ export interface Exact$RefineSearchEventParameters {
4006
4017
  /**
4007
4018
  * The query string which was entered in the search field
4008
4019
  */
@@ -4019,12 +4030,16 @@ declare module "sap/ui/ux3/Exact" {
4019
4030
  allSelectedAttributes?: object;
4020
4031
  }
4021
4032
 
4022
- export interface $ExactSearchEventParameters {
4033
+ export type Exact$RefineSearchEvent = Event<Exact$RefineSearchEventParameters>;
4034
+
4035
+ export interface Exact$SearchEventParameters {
4023
4036
  /**
4024
4037
  * The query string which was entered in the search field.
4025
4038
  */
4026
4039
  query?: string;
4027
4040
  }
4041
+
4042
+ export type Exact$SearchEvent = Event<Exact$SearchEventParameters>;
4028
4043
  }
4029
4044
 
4030
4045
  declare module "sap/ui/ux3/ExactArea" {
@@ -4041,12 +4056,12 @@ declare module "sap/ui/ux3/ExactArea" {
4041
4056
 
4042
4057
  /**
4043
4058
  * @deprecated (since 1.38)
4044
- * @EXPERIMENTAL (since 1.6) - API is not yet finished and might change completely
4059
+ * @experimental (since 1.6) - API is not yet finished and might change completely
4045
4060
  *
4046
4061
  * Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
4047
4062
  * is intended to be used for the Exact design approach but alternatively also in a stand alone version.
4048
4063
  */
4049
- class ExactArea extends Control {
4064
+ export default class ExactArea extends Control {
4050
4065
  /**
4051
4066
  * Constructor for a new ExactArea.
4052
4067
  *
@@ -4277,7 +4292,6 @@ declare module "sap/ui/ux3/ExactArea" {
4277
4292
  bToolbarVisible?: boolean
4278
4293
  ): this;
4279
4294
  }
4280
- export default ExactArea;
4281
4295
 
4282
4296
  export interface $ExactAreaSettings extends $ControlSettings {
4283
4297
  /**
@@ -4304,8 +4318,6 @@ declare module "sap/ui/ux3/ExactArea" {
4304
4318
  declare module "sap/ui/ux3/ExactAttribute" {
4305
4319
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
4306
4320
 
4307
- import Event from "sap/ui/base/Event";
4308
-
4309
4321
  import { ExactOrder } from "sap/ui/ux3/library";
4310
4322
 
4311
4323
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -4317,12 +4329,14 @@ declare module "sap/ui/ux3/ExactAttribute" {
4317
4329
  AggregationBindingInfo,
4318
4330
  } from "sap/ui/base/ManagedObject";
4319
4331
 
4332
+ import Event from "sap/ui/base/Event";
4333
+
4320
4334
  /**
4321
4335
  * @deprecated (since 1.38)
4322
4336
  *
4323
4337
  * An element for defining attributes and sub-attributes used within the Exact pattern.
4324
4338
  */
4325
- class ExactAttribute extends UI5Element {
4339
+ export default class ExactAttribute extends UI5Element {
4326
4340
  /**
4327
4341
  * Constructor for a new ExactAttribute.
4328
4342
  *
@@ -4416,9 +4430,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4416
4430
  /**
4417
4431
  * The function to be called when the event occurs
4418
4432
  */
4419
- fnFunction: (
4420
- p1: Event<$ExactAttributeSupplyAttributesEventParameters>
4421
- ) => void,
4433
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
4422
4434
  /**
4423
4435
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
4424
4436
  */
@@ -4441,9 +4453,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4441
4453
  /**
4442
4454
  * The function to be called when the event occurs
4443
4455
  */
4444
- fnFunction: (
4445
- p1: Event<$ExactAttributeSupplyAttributesEventParameters>
4446
- ) => void,
4456
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
4447
4457
  /**
4448
4458
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
4449
4459
  */
@@ -4467,16 +4477,14 @@ declare module "sap/ui/ux3/ExactAttribute" {
4467
4477
  /**
4468
4478
  * The function to be called, when the event occurs
4469
4479
  */
4470
- fnFunction: (
4471
- p1: Event<$ExactAttributeSupplyAttributesEventParameters>
4472
- ) => void,
4480
+ fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
4473
4481
  /**
4474
4482
  * Context object on which the given function had to be called
4475
4483
  */
4476
4484
  oListener?: object
4477
4485
  ): this;
4478
4486
  /**
4479
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4487
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4480
4488
  *
4481
4489
  * Fires event {@link #event:supplyAttributes supplyAttributes} to attached listeners.
4482
4490
  *
@@ -4486,7 +4494,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4486
4494
  /**
4487
4495
  * Parameters to pass along with the event
4488
4496
  */
4489
- mParameters?: $ExactAttributeSupplyAttributesEventParameters
4497
+ mParameters?: ExactAttribute$SupplyAttributesEventParameters
4490
4498
  ): this;
4491
4499
  /**
4492
4500
  * Gets current value of property {@link #getAdditionalData additionalData}.
@@ -4514,7 +4522,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4514
4522
  */
4515
4523
  getAutoActivateSupply(): boolean;
4516
4524
  /**
4517
- * @SINCE 1.7.1
4525
+ * @since 1.7.1
4518
4526
  *
4519
4527
  * Gets current value of property {@link #getListOrder listOrder}.
4520
4528
  *
@@ -4574,7 +4582,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4574
4582
  */
4575
4583
  getText(): string;
4576
4584
  /**
4577
- * @SINCE 1.7.0
4585
+ * @since 1.7.0
4578
4586
  *
4579
4587
  * Gets current value of property {@link #getWidth width}.
4580
4588
  *
@@ -4677,7 +4685,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4677
4685
  bAutoActivateSupply?: boolean
4678
4686
  ): this;
4679
4687
  /**
4680
- * @SINCE 1.7.1
4688
+ * @since 1.7.1
4681
4689
  *
4682
4690
  * Sets a new value for property {@link #getListOrder listOrder}.
4683
4691
  *
@@ -4696,7 +4704,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4696
4704
  sListOrder?: ExactOrder | keyof typeof ExactOrder
4697
4705
  ): this;
4698
4706
  /**
4699
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4707
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4700
4708
  *
4701
4709
  * See:
4702
4710
  * sap.ui.base.ManagedObject.prototype.setProperty
@@ -4790,7 +4798,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
4790
4798
  */
4791
4799
  setTooltip(oTooltip: string | TooltipBase): this;
4792
4800
  /**
4793
- * @SINCE 1.7.0
4801
+ * @since 1.7.0
4794
4802
  *
4795
4803
  * Sets a new value for property {@link #getWidth width}.
4796
4804
  *
@@ -4809,7 +4817,6 @@ declare module "sap/ui/ux3/ExactAttribute" {
4809
4817
  iWidth?: int
4810
4818
  ): this;
4811
4819
  }
4812
- export default ExactAttribute;
4813
4820
 
4814
4821
  export interface $ExactAttributeSettings extends $ElementSettings {
4815
4822
  /**
@@ -4823,14 +4830,14 @@ declare module "sap/ui/ux3/ExactAttribute" {
4823
4830
  selected?: boolean | PropertyBindingInfo | `{${string}}`;
4824
4831
 
4825
4832
  /**
4826
- * @SINCE 1.7.0
4833
+ * @since 1.7.0
4827
4834
  *
4828
4835
  * Specifies the width of the corresponding list in pixels. The value must be between 70 and 500.
4829
4836
  */
4830
4837
  width?: int | PropertyBindingInfo | `{${string}}`;
4831
4838
 
4832
4839
  /**
4833
- * @SINCE 1.7.1
4840
+ * @since 1.7.1
4834
4841
  *
4835
4842
  * The order how the sublists of this attribute should be displayed.
4836
4843
  */
@@ -4882,17 +4889,17 @@ declare module "sap/ui/ux3/ExactAttribute" {
4882
4889
  * the corresponding ExactAttribute is selected, it was already selected when a handler is attached or function
4883
4890
  * getAttributes() is called.
4884
4891
  */
4885
- supplyAttributes?: (
4886
- oEvent: Event<$ExactAttributeSupplyAttributesEventParameters>
4887
- ) => void;
4892
+ supplyAttributes?: (oEvent: ExactAttribute$SupplyAttributesEvent) => void;
4888
4893
  }
4889
4894
 
4890
- export interface $ExactAttributeSupplyAttributesEventParameters {
4895
+ export interface ExactAttribute$SupplyAttributesEventParameters {
4891
4896
  /**
4892
4897
  * The ExactAttribute
4893
4898
  */
4894
4899
  attribute?: ExactAttribute;
4895
4900
  }
4901
+
4902
+ export type ExactAttribute$SupplyAttributesEvent = Event<ExactAttribute$SupplyAttributesEventParameters>;
4896
4903
  }
4897
4904
 
4898
4905
  declare module "sap/ui/ux3/ExactBrowser" {
@@ -4924,7 +4931,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
4924
4931
  * and thereby trigger the display of further information, depending on the chosen entry/entries (multiple
4925
4932
  * selection supported).
4926
4933
  */
4927
- class ExactBrowser extends Control {
4934
+ export default class ExactBrowser extends Control {
4928
4935
  /**
4929
4936
  * Constructor for a new ExactBrowser.
4930
4937
  *
@@ -5016,9 +5023,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5016
5023
  /**
5017
5024
  * The function to be called when the event occurs
5018
5025
  */
5019
- fnFunction: (
5020
- p1: Event<$ExactBrowserAttributeSelectedEventParameters>
5021
- ) => void,
5026
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
5022
5027
  /**
5023
5028
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
5024
5029
  */
@@ -5039,9 +5044,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5039
5044
  /**
5040
5045
  * The function to be called when the event occurs
5041
5046
  */
5042
- fnFunction: (
5043
- p1: Event<$ExactBrowserAttributeSelectedEventParameters>
5044
- ) => void,
5047
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
5045
5048
  /**
5046
5049
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
5047
5050
  */
@@ -5116,9 +5119,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5116
5119
  /**
5117
5120
  * The function to be called, when the event occurs
5118
5121
  */
5119
- fnFunction: (
5120
- p1: Event<$ExactBrowserAttributeSelectedEventParameters>
5121
- ) => void,
5122
+ fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
5122
5123
  /**
5123
5124
  * Context object on which the given function had to be called
5124
5125
  */
@@ -5142,7 +5143,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5142
5143
  oListener?: object
5143
5144
  ): this;
5144
5145
  /**
5145
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5146
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5146
5147
  *
5147
5148
  * Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
5148
5149
  *
@@ -5152,10 +5153,10 @@ declare module "sap/ui/ux3/ExactBrowser" {
5152
5153
  /**
5153
5154
  * Parameters to pass along with the event
5154
5155
  */
5155
- mParameters?: $ExactBrowserAttributeSelectedEventParameters
5156
+ mParameters?: ExactBrowser$AttributeSelectedEventParameters
5156
5157
  ): this;
5157
5158
  /**
5158
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5159
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5159
5160
  *
5160
5161
  * Fires event {@link #event:save save} to attached listeners.
5161
5162
  *
@@ -5194,7 +5195,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5194
5195
  */
5195
5196
  getEnableReset(): boolean;
5196
5197
  /**
5197
- * @SINCE 1.9.2
5198
+ * @since 1.9.2
5198
5199
  *
5199
5200
  * Gets current value of property {@link #getEnableSave enableSave}.
5200
5201
  *
@@ -5245,7 +5246,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5245
5246
  */
5246
5247
  getShowHeader(): boolean;
5247
5248
  /**
5248
- * @SINCE 1.7.0
5249
+ * @since 1.7.0
5249
5250
  *
5250
5251
  * Gets current value of property {@link #getShowTopList showTopList}.
5251
5252
  *
@@ -5267,7 +5268,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5267
5268
  */
5268
5269
  getTitle(): string;
5269
5270
  /**
5270
- * @SINCE 1.7.1
5271
+ * @since 1.7.1
5271
5272
  *
5272
5273
  * Gets current value of property {@link #getTopListOrder topListOrder}.
5273
5274
  *
@@ -5279,7 +5280,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5279
5280
  */
5280
5281
  getTopListOrder(): ExactOrder | keyof typeof ExactOrder;
5281
5282
  /**
5282
- * @SINCE 1.7.0
5283
+ * @since 1.7.0
5283
5284
  *
5284
5285
  * Gets current value of property {@link #getTopListWidth topListWidth}.
5285
5286
  *
@@ -5377,7 +5378,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5377
5378
  bEnableReset?: boolean
5378
5379
  ): this;
5379
5380
  /**
5380
- * @SINCE 1.9.2
5381
+ * @since 1.9.2
5381
5382
  *
5382
5383
  * Sets a new value for property {@link #getEnableSave enableSave}.
5383
5384
  *
@@ -5468,7 +5469,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5468
5469
  bShowHeader?: boolean
5469
5470
  ): this;
5470
5471
  /**
5471
- * @SINCE 1.7.0
5472
+ * @since 1.7.0
5472
5473
  *
5473
5474
  * Sets a new value for property {@link #getShowTopList showTopList}.
5474
5475
  *
@@ -5504,7 +5505,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5504
5505
  sTitle?: string
5505
5506
  ): this;
5506
5507
  /**
5507
- * @SINCE 1.7.1
5508
+ * @since 1.7.1
5508
5509
  *
5509
5510
  * Sets a new value for property {@link #getTopListOrder topListOrder}.
5510
5511
  *
@@ -5523,7 +5524,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5523
5524
  sTopListOrder?: ExactOrder | keyof typeof ExactOrder
5524
5525
  ): this;
5525
5526
  /**
5526
- * @SINCE 1.7.0
5527
+ * @since 1.7.0
5527
5528
  *
5528
5529
  * Sets a new value for property {@link #getTopListWidth topListWidth}.
5529
5530
  *
@@ -5542,7 +5543,6 @@ declare module "sap/ui/ux3/ExactBrowser" {
5542
5543
  iTopListWidth?: int
5543
5544
  ): this;
5544
5545
  }
5545
- export default ExactBrowser;
5546
5546
 
5547
5547
  export interface $ExactBrowserSettings extends $ControlSettings {
5548
5548
  /**
@@ -5557,7 +5557,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5557
5557
  headerTitle?: string | PropertyBindingInfo;
5558
5558
 
5559
5559
  /**
5560
- * @SINCE 1.7.1
5560
+ * @since 1.7.1
5561
5561
  *
5562
5562
  * The order how the sublists of the top level list should be displayed.
5563
5563
  */
@@ -5582,7 +5582,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5582
5582
  showHeader?: boolean | PropertyBindingInfo | `{${string}}`;
5583
5583
 
5584
5584
  /**
5585
- * @SINCE 1.7.0
5585
+ * @since 1.7.0
5586
5586
  *
5587
5587
  * Whether the top list of the ExactBrowser should be shown. When the property is set to false the application
5588
5588
  * must ensure to select top level attributes appropriately.
@@ -5595,14 +5595,14 @@ declare module "sap/ui/ux3/ExactBrowser" {
5595
5595
  enableReset?: boolean | PropertyBindingInfo | `{${string}}`;
5596
5596
 
5597
5597
  /**
5598
- * @SINCE 1.9.2
5598
+ * @since 1.9.2
5599
5599
  *
5600
5600
  * Whether the save button should be available in the header area.
5601
5601
  */
5602
5602
  enableSave?: boolean | PropertyBindingInfo | `{${string}}`;
5603
5603
 
5604
5604
  /**
5605
- * @SINCE 1.7.0
5605
+ * @since 1.7.0
5606
5606
  *
5607
5607
  * Specifies the width of the top list in pixels. The value must be between 70 and 500.
5608
5608
  */
@@ -5631,9 +5631,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5631
5631
  /**
5632
5632
  * Event is fired when an attribute is selected or unselected.
5633
5633
  */
5634
- attributeSelected?: (
5635
- oEvent: Event<$ExactBrowserAttributeSelectedEventParameters>
5636
- ) => void;
5634
+ attributeSelected?: (oEvent: ExactBrowser$AttributeSelectedEvent) => void;
5637
5635
 
5638
5636
  /**
5639
5637
  * Event is fired when an attribute is selected or unselected.
@@ -5641,7 +5639,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
5641
5639
  save?: (oEvent: Event) => void;
5642
5640
  }
5643
5641
 
5644
- export interface $ExactBrowserAttributeSelectedEventParameters {
5642
+ export interface ExactBrowser$AttributeSelectedEventParameters {
5645
5643
  /**
5646
5644
  * The attribute which was selected or unselected recently
5647
5645
  */
@@ -5653,14 +5651,16 @@ declare module "sap/ui/ux3/ExactBrowser" {
5653
5651
  allAttributes?: object;
5654
5652
  }
5655
5653
 
5656
- export interface $ExactBrowserSaveEventParameters {}
5654
+ export type ExactBrowser$AttributeSelectedEvent = Event<ExactBrowser$AttributeSelectedEventParameters>;
5655
+
5656
+ export interface ExactBrowser$SaveEventParameters {}
5657
+
5658
+ export type ExactBrowser$SaveEvent = Event<ExactBrowser$SaveEventParameters>;
5657
5659
  }
5658
5660
 
5659
5661
  declare module "sap/ui/ux3/ExactList" {
5660
5662
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
5661
5663
 
5662
- import Event from "sap/ui/base/Event";
5663
-
5664
5664
  import { ID } from "sap/ui/core/library";
5665
5665
 
5666
5666
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -5672,13 +5672,15 @@ declare module "sap/ui/ux3/ExactList" {
5672
5672
  AggregationBindingInfo,
5673
5673
  } from "sap/ui/base/ManagedObject";
5674
5674
 
5675
+ import Event from "sap/ui/base/Event";
5676
+
5675
5677
  /**
5676
5678
  * @deprecated (since 1.38)
5677
5679
  *
5678
5680
  * Internal sub-control of the ExactBrowser. The control is not intended to be used stand alone. For this
5679
5681
  * purpose, the ExactBrowser control can be used.
5680
5682
  */
5681
- class ExactList extends Control {
5683
+ export default class ExactList extends Control {
5682
5684
  /**
5683
5685
  * Constructor for a new ExactList.
5684
5686
  *
@@ -5770,9 +5772,7 @@ declare module "sap/ui/ux3/ExactList" {
5770
5772
  /**
5771
5773
  * The function to be called when the event occurs
5772
5774
  */
5773
- fnFunction: (
5774
- p1: Event<$ExactListAttributeSelectedEventParameters>
5775
- ) => void,
5775
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
5776
5776
  /**
5777
5777
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
5778
5778
  */
@@ -5793,9 +5793,7 @@ declare module "sap/ui/ux3/ExactList" {
5793
5793
  /**
5794
5794
  * The function to be called when the event occurs
5795
5795
  */
5796
- fnFunction: (
5797
- p1: Event<$ExactListAttributeSelectedEventParameters>
5798
- ) => void,
5796
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
5799
5797
  /**
5800
5798
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
5801
5799
  */
@@ -5819,16 +5817,14 @@ declare module "sap/ui/ux3/ExactList" {
5819
5817
  /**
5820
5818
  * The function to be called, when the event occurs
5821
5819
  */
5822
- fnFunction: (
5823
- p1: Event<$ExactListAttributeSelectedEventParameters>
5824
- ) => void,
5820
+ fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
5825
5821
  /**
5826
5822
  * Context object on which the given function had to be called
5827
5823
  */
5828
5824
  oListener?: object
5829
5825
  ): this;
5830
5826
  /**
5831
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5827
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5832
5828
  *
5833
5829
  * Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
5834
5830
  *
@@ -5838,7 +5834,7 @@ declare module "sap/ui/ux3/ExactList" {
5838
5834
  /**
5839
5835
  * Parameters to pass along with the event
5840
5836
  */
5841
- mParameters?: $ExactListAttributeSelectedEventParameters
5837
+ mParameters?: ExactList$AttributeSelectedEventParameters
5842
5838
  ): this;
5843
5839
  /**
5844
5840
  * ID of the element which is the current target of the association {@link #getData data}, or `null`.
@@ -5989,7 +5985,6 @@ declare module "sap/ui/ux3/ExactList" {
5989
5985
  sTopTitle?: string
5990
5986
  ): this;
5991
5987
  }
5992
- export default ExactList;
5993
5988
 
5994
5989
  export interface $ExactListSettings extends $ControlSettings {
5995
5990
  /**
@@ -6021,12 +6016,10 @@ declare module "sap/ui/ux3/ExactList" {
6021
6016
  /**
6022
6017
  * Event which is fired when an attribute is selected/unselected
6023
6018
  */
6024
- attributeSelected?: (
6025
- oEvent: Event<$ExactListAttributeSelectedEventParameters>
6026
- ) => void;
6019
+ attributeSelected?: (oEvent: ExactList$AttributeSelectedEvent) => void;
6027
6020
  }
6028
6021
 
6029
- export interface $ExactListAttributeSelectedEventParameters {
6022
+ export interface ExactList$AttributeSelectedEventParameters {
6030
6023
  /**
6031
6024
  * The attribute which was selected/unselected recently
6032
6025
  */
@@ -6037,6 +6030,8 @@ declare module "sap/ui/ux3/ExactList" {
6037
6030
  */
6038
6031
  allAttributes?: object;
6039
6032
  }
6033
+
6034
+ export type ExactList$AttributeSelectedEvent = Event<ExactList$AttributeSelectedEventParameters>;
6040
6035
  }
6041
6036
 
6042
6037
  declare module "sap/ui/ux3/FacetFilter" {
@@ -6058,7 +6053,7 @@ declare module "sap/ui/ux3/FacetFilter" {
6058
6053
  *
6059
6054
  * FacetFilter Control.
6060
6055
  */
6061
- class FacetFilter extends Control {
6056
+ export default class FacetFilter extends Control {
6062
6057
  /**
6063
6058
  * Constructor for a new FacetFilter.
6064
6059
  *
@@ -6224,7 +6219,6 @@ declare module "sap/ui/ux3/FacetFilter" {
6224
6219
  | keyof typeof VisibleItemCountMode
6225
6220
  ): this;
6226
6221
  }
6227
- export default FacetFilter;
6228
6222
 
6229
6223
  export interface $FacetFilterSettings extends $ControlSettings {
6230
6224
  /**
@@ -6252,8 +6246,6 @@ declare module "sap/ui/ux3/FacetFilterList" {
6252
6246
 
6253
6247
  import ListItem from "sap/ui/core/ListItem";
6254
6248
 
6255
- import Event from "sap/ui/base/Event";
6256
-
6257
6249
  import ElementMetadata from "sap/ui/core/ElementMetadata";
6258
6250
 
6259
6251
  import {
@@ -6261,12 +6253,14 @@ declare module "sap/ui/ux3/FacetFilterList" {
6261
6253
  AggregationBindingInfo,
6262
6254
  } from "sap/ui/base/ManagedObject";
6263
6255
 
6256
+ import Event from "sap/ui/base/Event";
6257
+
6264
6258
  /**
6265
6259
  * @deprecated (since 1.38) - replaced by {@link sap.m.FacetFilter}
6266
6260
  *
6267
6261
  * List to be used with the FacetFilter control. The control is not intended to be used stand alone.
6268
6262
  */
6269
- class FacetFilterList extends Control {
6263
+ export default class FacetFilterList extends Control {
6270
6264
  /**
6271
6265
  * Constructor for a new FacetFilterList.
6272
6266
  *
@@ -6357,7 +6351,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
6357
6351
  /**
6358
6352
  * The function to be called when the event occurs
6359
6353
  */
6360
- fnFunction: (p1: Event<$FacetFilterListSelectEventParameters>) => void,
6354
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
6361
6355
  /**
6362
6356
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
6363
6357
  */
@@ -6377,7 +6371,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
6377
6371
  /**
6378
6372
  * The function to be called when the event occurs
6379
6373
  */
6380
- fnFunction: (p1: Event<$FacetFilterListSelectEventParameters>) => void,
6374
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
6381
6375
  /**
6382
6376
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
6383
6377
  */
@@ -6400,14 +6394,14 @@ declare module "sap/ui/ux3/FacetFilterList" {
6400
6394
  /**
6401
6395
  * The function to be called, when the event occurs
6402
6396
  */
6403
- fnFunction: (p1: Event<$FacetFilterListSelectEventParameters>) => void,
6397
+ fnFunction: (p1: FacetFilterList$SelectEvent) => void,
6404
6398
  /**
6405
6399
  * Context object on which the given function had to be called
6406
6400
  */
6407
6401
  oListener?: object
6408
6402
  ): this;
6409
6403
  /**
6410
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6404
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6411
6405
  *
6412
6406
  * Fires event {@link #event:select select} to attached listeners.
6413
6407
  *
@@ -6417,10 +6411,10 @@ declare module "sap/ui/ux3/FacetFilterList" {
6417
6411
  /**
6418
6412
  * Parameters to pass along with the event
6419
6413
  */
6420
- mParameters?: $FacetFilterListSelectEventParameters
6414
+ mParameters?: FacetFilterList$SelectEventParameters
6421
6415
  ): this;
6422
6416
  /**
6423
- * @SINCE 1.9.0
6417
+ * @since 1.9.0
6424
6418
  *
6425
6419
  * Gets current value of property {@link #getDisplaySecondaryValues displaySecondaryValues}.
6426
6420
  *
@@ -6523,7 +6517,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
6523
6517
  vItem: int | string | ListItem
6524
6518
  ): ListItem | null;
6525
6519
  /**
6526
- * @SINCE 1.9.0
6520
+ * @since 1.9.0
6527
6521
  *
6528
6522
  * Sets a new value for property {@link #getDisplaySecondaryValues displaySecondaryValues}.
6529
6523
  *
@@ -6607,7 +6601,6 @@ declare module "sap/ui/ux3/FacetFilterList" {
6607
6601
  sTitle?: string
6608
6602
  ): this;
6609
6603
  }
6610
- export default FacetFilterList;
6611
6604
 
6612
6605
  export interface $FacetFilterListSettings extends $ControlSettings {
6613
6606
  /**
@@ -6621,7 +6614,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
6621
6614
  multiSelect?: boolean | PropertyBindingInfo | `{${string}}`;
6622
6615
 
6623
6616
  /**
6624
- * @SINCE 1.9.0
6617
+ * @since 1.9.0
6625
6618
  *
6626
6619
  * Specifies whether the text values from the additionalText property (see sap.ui.core.ListItems) shall
6627
6620
  * be displayed.
@@ -6646,10 +6639,10 @@ declare module "sap/ui/ux3/FacetFilterList" {
6646
6639
  /**
6647
6640
  * On Select event.
6648
6641
  */
6649
- select?: (oEvent: Event<$FacetFilterListSelectEventParameters>) => void;
6642
+ select?: (oEvent: FacetFilterList$SelectEvent) => void;
6650
6643
  }
6651
6644
 
6652
- export interface $FacetFilterListSelectEventParameters {
6645
+ export interface FacetFilterList$SelectEventParameters {
6653
6646
  /**
6654
6647
  * Id of the FacetFilterList taht fires the event.
6655
6648
  */
@@ -6671,6 +6664,8 @@ declare module "sap/ui/ux3/FacetFilterList" {
6671
6664
  */
6672
6665
  all?: boolean;
6673
6666
  }
6667
+
6668
+ export type FacetFilterList$SelectEvent = Event<FacetFilterList$SelectEventParameters>;
6674
6669
  }
6675
6670
 
6676
6671
  declare module "sap/ui/ux3/Feed" {
@@ -6682,8 +6677,6 @@ declare module "sap/ui/ux3/Feed" {
6682
6677
 
6683
6678
  import MenuItem from "sap/ui/commons/MenuItem";
6684
6679
 
6685
- import Event from "sap/ui/base/Event";
6686
-
6687
6680
  import {
6688
6681
  AggregationBindingInfo,
6689
6682
  PropertyBindingInfo,
@@ -6693,17 +6686,19 @@ declare module "sap/ui/ux3/Feed" {
6693
6686
 
6694
6687
  import ElementMetadata from "sap/ui/core/ElementMetadata";
6695
6688
 
6689
+ import Event from "sap/ui/base/Event";
6690
+
6696
6691
  import MenuItemBase from "sap/ui/unified/MenuItemBase";
6697
6692
 
6698
6693
  /**
6699
6694
  * @deprecated (since 1.38) - Instead, use **any** `sap.ui.layout` container control.
6700
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
6695
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
6701
6696
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
6702
6697
  * Feed model topic is still open.
6703
6698
  *
6704
6699
  * A container control representing a full feed page, including feeder and updates.
6705
6700
  */
6706
- class Feed extends Control {
6701
+ export default class Feed extends Control {
6707
6702
  /**
6708
6703
  * Constructor for a new Feed.
6709
6704
  *
@@ -6816,7 +6811,7 @@ declare module "sap/ui/ux3/Feed" {
6816
6811
  /**
6817
6812
  * The function to be called when the event occurs
6818
6813
  */
6819
- fnFunction: (p1: Event<$FeedChunkAddedEventParameters>) => void,
6814
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
6820
6815
  /**
6821
6816
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6822
6817
  */
@@ -6836,7 +6831,7 @@ declare module "sap/ui/ux3/Feed" {
6836
6831
  /**
6837
6832
  * The function to be called when the event occurs
6838
6833
  */
6839
- fnFunction: (p1: Event<$FeedChunkAddedEventParameters>) => void,
6834
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
6840
6835
  /**
6841
6836
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6842
6837
  */
@@ -6861,7 +6856,7 @@ declare module "sap/ui/ux3/Feed" {
6861
6856
  /**
6862
6857
  * The function to be called when the event occurs
6863
6858
  */
6864
- fnFunction: (p1: Event<$FeedFilterChangeEventParameters>) => void,
6859
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
6865
6860
  /**
6866
6861
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6867
6862
  */
@@ -6881,7 +6876,7 @@ declare module "sap/ui/ux3/Feed" {
6881
6876
  /**
6882
6877
  * The function to be called when the event occurs
6883
6878
  */
6884
- fnFunction: (p1: Event<$FeedFilterChangeEventParameters>) => void,
6879
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
6885
6880
  /**
6886
6881
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6887
6882
  */
@@ -6906,7 +6901,7 @@ declare module "sap/ui/ux3/Feed" {
6906
6901
  /**
6907
6902
  * The function to be called when the event occurs
6908
6903
  */
6909
- fnFunction: (p1: Event<$FeedSearchEventParameters>) => void,
6904
+ fnFunction: (p1: Feed$SearchEvent) => void,
6910
6905
  /**
6911
6906
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6912
6907
  */
@@ -6926,7 +6921,7 @@ declare module "sap/ui/ux3/Feed" {
6926
6921
  /**
6927
6922
  * The function to be called when the event occurs
6928
6923
  */
6929
- fnFunction: (p1: Event<$FeedSearchEventParameters>) => void,
6924
+ fnFunction: (p1: Feed$SearchEvent) => void,
6930
6925
  /**
6931
6926
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6932
6927
  */
@@ -6951,7 +6946,7 @@ declare module "sap/ui/ux3/Feed" {
6951
6946
  /**
6952
6947
  * The function to be called when the event occurs
6953
6948
  */
6954
- fnFunction: (p1: Event<$FeedToggleLiveEventParameters>) => void,
6949
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
6955
6950
  /**
6956
6951
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6957
6952
  */
@@ -6971,7 +6966,7 @@ declare module "sap/ui/ux3/Feed" {
6971
6966
  /**
6972
6967
  * The function to be called when the event occurs
6973
6968
  */
6974
- fnFunction: (p1: Event<$FeedToggleLiveEventParameters>) => void,
6969
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
6975
6970
  /**
6976
6971
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
6977
6972
  */
@@ -6997,7 +6992,7 @@ declare module "sap/ui/ux3/Feed" {
6997
6992
  /**
6998
6993
  * The function to be called when the event occurs
6999
6994
  */
7000
- fnFunction: (p1: Event<$FeedToolsItemSelectedEventParameters>) => void,
6995
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
7001
6996
  /**
7002
6997
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
7003
6998
  */
@@ -7018,7 +7013,7 @@ declare module "sap/ui/ux3/Feed" {
7018
7013
  /**
7019
7014
  * The function to be called when the event occurs
7020
7015
  */
7021
- fnFunction: (p1: Event<$FeedToolsItemSelectedEventParameters>) => void,
7016
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
7022
7017
  /**
7023
7018
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
7024
7019
  */
@@ -7095,7 +7090,7 @@ declare module "sap/ui/ux3/Feed" {
7095
7090
  /**
7096
7091
  * The function to be called, when the event occurs
7097
7092
  */
7098
- fnFunction: (p1: Event<$FeedChunkAddedEventParameters>) => void,
7093
+ fnFunction: (p1: Feed$ChunkAddedEvent) => void,
7099
7094
  /**
7100
7095
  * Context object on which the given function had to be called
7101
7096
  */
@@ -7112,7 +7107,7 @@ declare module "sap/ui/ux3/Feed" {
7112
7107
  /**
7113
7108
  * The function to be called, when the event occurs
7114
7109
  */
7115
- fnFunction: (p1: Event<$FeedFilterChangeEventParameters>) => void,
7110
+ fnFunction: (p1: Feed$FilterChangeEvent) => void,
7116
7111
  /**
7117
7112
  * Context object on which the given function had to be called
7118
7113
  */
@@ -7129,7 +7124,7 @@ declare module "sap/ui/ux3/Feed" {
7129
7124
  /**
7130
7125
  * The function to be called, when the event occurs
7131
7126
  */
7132
- fnFunction: (p1: Event<$FeedSearchEventParameters>) => void,
7127
+ fnFunction: (p1: Feed$SearchEvent) => void,
7133
7128
  /**
7134
7129
  * Context object on which the given function had to be called
7135
7130
  */
@@ -7146,7 +7141,7 @@ declare module "sap/ui/ux3/Feed" {
7146
7141
  /**
7147
7142
  * The function to be called, when the event occurs
7148
7143
  */
7149
- fnFunction: (p1: Event<$FeedToggleLiveEventParameters>) => void,
7144
+ fnFunction: (p1: Feed$ToggleLiveEvent) => void,
7150
7145
  /**
7151
7146
  * Context object on which the given function had to be called
7152
7147
  */
@@ -7164,14 +7159,14 @@ declare module "sap/ui/ux3/Feed" {
7164
7159
  /**
7165
7160
  * The function to be called, when the event occurs
7166
7161
  */
7167
- fnFunction: (p1: Event<$FeedToolsItemSelectedEventParameters>) => void,
7162
+ fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
7168
7163
  /**
7169
7164
  * Context object on which the given function had to be called
7170
7165
  */
7171
7166
  oListener?: object
7172
7167
  ): this;
7173
7168
  /**
7174
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7169
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7175
7170
  *
7176
7171
  * Fires event {@link #event:chunkAdded chunkAdded} to attached listeners.
7177
7172
  *
@@ -7181,10 +7176,10 @@ declare module "sap/ui/ux3/Feed" {
7181
7176
  /**
7182
7177
  * Parameters to pass along with the event
7183
7178
  */
7184
- mParameters?: $FeedChunkAddedEventParameters
7179
+ mParameters?: Feed$ChunkAddedEventParameters
7185
7180
  ): this;
7186
7181
  /**
7187
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7182
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7188
7183
  *
7189
7184
  * Fires event {@link #event:filterChange filterChange} to attached listeners.
7190
7185
  *
@@ -7194,10 +7189,10 @@ declare module "sap/ui/ux3/Feed" {
7194
7189
  /**
7195
7190
  * Parameters to pass along with the event
7196
7191
  */
7197
- mParameters?: $FeedFilterChangeEventParameters
7192
+ mParameters?: Feed$FilterChangeEventParameters
7198
7193
  ): this;
7199
7194
  /**
7200
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7195
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7201
7196
  *
7202
7197
  * Fires event {@link #event:search search} to attached listeners.
7203
7198
  *
@@ -7207,10 +7202,10 @@ declare module "sap/ui/ux3/Feed" {
7207
7202
  /**
7208
7203
  * Parameters to pass along with the event
7209
7204
  */
7210
- mParameters?: $FeedSearchEventParameters
7205
+ mParameters?: Feed$SearchEventParameters
7211
7206
  ): this;
7212
7207
  /**
7213
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7208
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7214
7209
  *
7215
7210
  * Fires event {@link #event:toggleLive toggleLive} to attached listeners.
7216
7211
  *
@@ -7220,10 +7215,10 @@ declare module "sap/ui/ux3/Feed" {
7220
7215
  /**
7221
7216
  * Parameters to pass along with the event
7222
7217
  */
7223
- mParameters?: $FeedToggleLiveEventParameters
7218
+ mParameters?: Feed$ToggleLiveEventParameters
7224
7219
  ): this;
7225
7220
  /**
7226
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7221
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7227
7222
  *
7228
7223
  * Fires event {@link #event:toolsItemSelected toolsItemSelected} to attached listeners.
7229
7224
  *
@@ -7233,7 +7228,7 @@ declare module "sap/ui/ux3/Feed" {
7233
7228
  /**
7234
7229
  * Parameters to pass along with the event
7235
7230
  */
7236
- mParameters?: $FeedToolsItemSelectedEventParameters
7231
+ mParameters?: Feed$ToolsItemSelectedEventParameters
7237
7232
  ): this;
7238
7233
  /**
7239
7234
  * Gets content of aggregation {@link #getChunks chunks}.
@@ -7512,7 +7507,6 @@ declare module "sap/ui/ux3/Feed" {
7512
7507
  */
7513
7508
  unbindToolsMenuItems(): this;
7514
7509
  }
7515
- export default Feed;
7516
7510
 
7517
7511
  export interface $FeedSettings extends $ControlSettings {
7518
7512
  /**
@@ -7561,60 +7555,66 @@ declare module "sap/ui/ux3/Feed" {
7561
7555
  /**
7562
7556
  * Event is fired when the filter is changed
7563
7557
  */
7564
- filterChange?: (oEvent: Event<$FeedFilterChangeEventParameters>) => void;
7558
+ filterChange?: (oEvent: Feed$FilterChangeEvent) => void;
7565
7559
 
7566
7560
  /**
7567
7561
  * Event is fired when the search function on SearchField is triggered
7568
7562
  */
7569
- search?: (oEvent: Event<$FeedSearchEventParameters>) => void;
7563
+ search?: (oEvent: Feed$SearchEvent) => void;
7570
7564
 
7571
7565
  /**
7572
7566
  * Event is fired when a new chunk is added
7573
7567
  */
7574
- chunkAdded?: (oEvent: Event<$FeedChunkAddedEventParameters>) => void;
7568
+ chunkAdded?: (oEvent: Feed$ChunkAddedEvent) => void;
7575
7569
 
7576
7570
  /**
7577
7571
  * Event is fired when an item from the tools MenuButton was selected
7578
7572
  */
7579
- toolsItemSelected?: (
7580
- oEvent: Event<$FeedToolsItemSelectedEventParameters>
7581
- ) => void;
7573
+ toolsItemSelected?: (oEvent: Feed$ToolsItemSelectedEvent) => void;
7582
7574
 
7583
7575
  /**
7584
7576
  * Event is fired when the live mode has changed
7585
7577
  */
7586
- toggleLive?: (oEvent: Event<$FeedToggleLiveEventParameters>) => void;
7578
+ toggleLive?: (oEvent: Feed$ToggleLiveEvent) => void;
7587
7579
  }
7588
7580
 
7589
- export interface $FeedChunkAddedEventParameters {
7581
+ export interface Feed$ChunkAddedEventParameters {
7590
7582
  /**
7591
7583
  * New chunk
7592
7584
  */
7593
7585
  chunk?: FeedChunk;
7594
7586
  }
7595
7587
 
7596
- export interface $FeedFilterChangeEventParameters {
7588
+ export type Feed$ChunkAddedEvent = Event<Feed$ChunkAddedEventParameters>;
7589
+
7590
+ export interface Feed$FilterChangeEventParameters {
7597
7591
  /**
7598
7592
  * The new/changed value of the filter
7599
7593
  */
7600
7594
  newValue?: string;
7601
7595
  }
7602
7596
 
7603
- export interface $FeedSearchEventParameters {
7597
+ export type Feed$FilterChangeEvent = Event<Feed$FilterChangeEventParameters>;
7598
+
7599
+ export interface Feed$SearchEventParameters {
7604
7600
  /**
7605
7601
  * The search query
7606
7602
  */
7607
7603
  query?: string;
7608
7604
  }
7609
7605
 
7610
- export interface $FeedToggleLiveEventParameters {
7606
+ export type Feed$SearchEvent = Event<Feed$SearchEventParameters>;
7607
+
7608
+ export interface Feed$ToggleLiveEventParameters {
7611
7609
  /**
7612
7610
  * Current live indicator
7613
7611
  */
7614
7612
  live?: boolean;
7615
7613
  }
7616
7614
 
7617
- export interface $FeedToolsItemSelectedEventParameters {
7615
+ export type Feed$ToggleLiveEvent = Event<Feed$ToggleLiveEventParameters>;
7616
+
7617
+ export interface Feed$ToolsItemSelectedEventParameters {
7618
7618
  /**
7619
7619
  * The Id of the selected item
7620
7620
  */
@@ -7625,6 +7625,8 @@ declare module "sap/ui/ux3/Feed" {
7625
7625
  */
7626
7626
  item?: MenuItemBase;
7627
7627
  }
7628
+
7629
+ export type Feed$ToolsItemSelectedEvent = Event<Feed$ToolsItemSelectedEventParameters>;
7628
7630
  }
7629
7631
 
7630
7632
  declare module "sap/ui/ux3/FeedChunk" {
@@ -7647,7 +7649,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7647
7649
 
7648
7650
  /**
7649
7651
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedListItem` control.
7650
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
7652
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
7651
7653
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
7652
7654
  * Feed model topic is still open.
7653
7655
  *
@@ -7655,7 +7657,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7655
7657
  * a set of properties for text, sender information, time stamp, comments, and functions such as flagging
7656
7658
  * the entry to be favorite, shared, or flagged.
7657
7659
  */
7658
- class FeedChunk extends Control {
7660
+ export default class FeedChunk extends Control {
7659
7661
  /**
7660
7662
  * Constructor for a new FeedChunk.
7661
7663
  *
@@ -7758,9 +7760,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7758
7760
  /**
7759
7761
  * The function to be called when the event occurs
7760
7762
  */
7761
- fnFunction: (
7762
- p1: Event<$FeedChunkActionItemSelectedEventParameters>
7763
- ) => void,
7763
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
7764
7764
  /**
7765
7765
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7766
7766
  */
@@ -7781,9 +7781,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7781
7781
  /**
7782
7782
  * The function to be called when the event occurs
7783
7783
  */
7784
- fnFunction: (
7785
- p1: Event<$FeedChunkActionItemSelectedEventParameters>
7786
- ) => void,
7784
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
7787
7785
  /**
7788
7786
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7789
7787
  */
@@ -7808,7 +7806,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7808
7806
  /**
7809
7807
  * The function to be called when the event occurs
7810
7808
  */
7811
- fnFunction: (p1: Event<$FeedChunkCommentAddedEventParameters>) => void,
7809
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
7812
7810
  /**
7813
7811
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7814
7812
  */
@@ -7828,7 +7826,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7828
7826
  /**
7829
7827
  * The function to be called when the event occurs
7830
7828
  */
7831
- fnFunction: (p1: Event<$FeedChunkCommentAddedEventParameters>) => void,
7829
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
7832
7830
  /**
7833
7831
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7834
7832
  */
@@ -7944,9 +7942,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7944
7942
  /**
7945
7943
  * The function to be called when the event occurs
7946
7944
  */
7947
- fnFunction: (
7948
- p1: Event<$FeedChunkReferenceClickedEventParameters>
7949
- ) => void,
7945
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
7950
7946
  /**
7951
7947
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7952
7948
  */
@@ -7967,9 +7963,7 @@ declare module "sap/ui/ux3/FeedChunk" {
7967
7963
  /**
7968
7964
  * The function to be called when the event occurs
7969
7965
  */
7970
- fnFunction: (
7971
- p1: Event<$FeedChunkReferenceClickedEventParameters>
7972
- ) => void,
7966
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
7973
7967
  /**
7974
7968
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
7975
7969
  */
@@ -8041,7 +8035,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8041
8035
  /**
8042
8036
  * The function to be called when the event occurs
8043
8037
  */
8044
- fnFunction: (p1: Event<$FeedChunkToggleFavoriteEventParameters>) => void,
8038
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
8045
8039
  /**
8046
8040
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8047
8041
  */
@@ -8063,7 +8057,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8063
8057
  /**
8064
8058
  * The function to be called when the event occurs
8065
8059
  */
8066
- fnFunction: (p1: Event<$FeedChunkToggleFavoriteEventParameters>) => void,
8060
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
8067
8061
  /**
8068
8062
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8069
8063
  */
@@ -8088,7 +8082,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8088
8082
  /**
8089
8083
  * The function to be called when the event occurs
8090
8084
  */
8091
- fnFunction: (p1: Event<$FeedChunkToggleFlaggedEventParameters>) => void,
8085
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
8092
8086
  /**
8093
8087
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8094
8088
  */
@@ -8108,7 +8102,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8108
8102
  /**
8109
8103
  * The function to be called when the event occurs
8110
8104
  */
8111
- fnFunction: (p1: Event<$FeedChunkToggleFlaggedEventParameters>) => void,
8105
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
8112
8106
  /**
8113
8107
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8114
8108
  */
@@ -8133,7 +8127,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8133
8127
  /**
8134
8128
  * The function to be called when the event occurs
8135
8129
  */
8136
- fnFunction: (p1: Event<$FeedChunkToggleSharedEventParameters>) => void,
8130
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
8137
8131
  /**
8138
8132
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8139
8133
  */
@@ -8153,7 +8147,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8153
8147
  /**
8154
8148
  * The function to be called when the event occurs
8155
8149
  */
8156
- fnFunction: (p1: Event<$FeedChunkToggleSharedEventParameters>) => void,
8150
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
8157
8151
  /**
8158
8152
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
8159
8153
  */
@@ -8211,9 +8205,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8211
8205
  /**
8212
8206
  * The function to be called, when the event occurs
8213
8207
  */
8214
- fnFunction: (
8215
- p1: Event<$FeedChunkActionItemSelectedEventParameters>
8216
- ) => void,
8208
+ fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
8217
8209
  /**
8218
8210
  * Context object on which the given function had to be called
8219
8211
  */
@@ -8230,7 +8222,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8230
8222
  /**
8231
8223
  * The function to be called, when the event occurs
8232
8224
  */
8233
- fnFunction: (p1: Event<$FeedChunkCommentAddedEventParameters>) => void,
8225
+ fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
8234
8226
  /**
8235
8227
  * Context object on which the given function had to be called
8236
8228
  */
@@ -8282,9 +8274,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8282
8274
  /**
8283
8275
  * The function to be called, when the event occurs
8284
8276
  */
8285
- fnFunction: (
8286
- p1: Event<$FeedChunkReferenceClickedEventParameters>
8287
- ) => void,
8277
+ fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
8288
8278
  /**
8289
8279
  * Context object on which the given function had to be called
8290
8280
  */
@@ -8320,7 +8310,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8320
8310
  /**
8321
8311
  * The function to be called, when the event occurs
8322
8312
  */
8323
- fnFunction: (p1: Event<$FeedChunkToggleFavoriteEventParameters>) => void,
8313
+ fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
8324
8314
  /**
8325
8315
  * Context object on which the given function had to be called
8326
8316
  */
@@ -8338,7 +8328,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8338
8328
  /**
8339
8329
  * The function to be called, when the event occurs
8340
8330
  */
8341
- fnFunction: (p1: Event<$FeedChunkToggleFlaggedEventParameters>) => void,
8331
+ fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
8342
8332
  /**
8343
8333
  * Context object on which the given function had to be called
8344
8334
  */
@@ -8355,14 +8345,14 @@ declare module "sap/ui/ux3/FeedChunk" {
8355
8345
  /**
8356
8346
  * The function to be called, when the event occurs
8357
8347
  */
8358
- fnFunction: (p1: Event<$FeedChunkToggleSharedEventParameters>) => void,
8348
+ fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
8359
8349
  /**
8360
8350
  * Context object on which the given function had to be called
8361
8351
  */
8362
8352
  oListener?: object
8363
8353
  ): this;
8364
8354
  /**
8365
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8355
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8366
8356
  *
8367
8357
  * Fires event {@link #event:actionItemSelected actionItemSelected} to attached listeners.
8368
8358
  *
@@ -8372,10 +8362,10 @@ declare module "sap/ui/ux3/FeedChunk" {
8372
8362
  /**
8373
8363
  * Parameters to pass along with the event
8374
8364
  */
8375
- mParameters?: $FeedChunkActionItemSelectedEventParameters
8365
+ mParameters?: FeedChunk$ActionItemSelectedEventParameters
8376
8366
  ): this;
8377
8367
  /**
8378
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8368
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8379
8369
  *
8380
8370
  * Fires event {@link #event:commentAdded commentAdded} to attached listeners.
8381
8371
  *
@@ -8385,10 +8375,10 @@ declare module "sap/ui/ux3/FeedChunk" {
8385
8375
  /**
8386
8376
  * Parameters to pass along with the event
8387
8377
  */
8388
- mParameters?: $FeedChunkCommentAddedEventParameters
8378
+ mParameters?: FeedChunk$CommentAddedEventParameters
8389
8379
  ): this;
8390
8380
  /**
8391
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8381
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8392
8382
  *
8393
8383
  * Fires event {@link #event:deleted deleted} to attached listeners.
8394
8384
  *
@@ -8401,7 +8391,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8401
8391
  mParameters?: object
8402
8392
  ): this;
8403
8393
  /**
8404
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8394
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8405
8395
  *
8406
8396
  * Fires event {@link #event:inspect inspect} to attached listeners.
8407
8397
  *
@@ -8414,7 +8404,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8414
8404
  mParameters?: object
8415
8405
  ): this;
8416
8406
  /**
8417
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8407
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8418
8408
  *
8419
8409
  * Fires event {@link #event:referenceClicked referenceClicked} to attached listeners.
8420
8410
  *
@@ -8424,10 +8414,10 @@ declare module "sap/ui/ux3/FeedChunk" {
8424
8414
  /**
8425
8415
  * Parameters to pass along with the event
8426
8416
  */
8427
- mParameters?: $FeedChunkReferenceClickedEventParameters
8417
+ mParameters?: FeedChunk$ReferenceClickedEventParameters
8428
8418
  ): this;
8429
8419
  /**
8430
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8420
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8431
8421
  *
8432
8422
  * Fires event {@link #event:senderClicked senderClicked} to attached listeners.
8433
8423
  *
@@ -8440,7 +8430,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8440
8430
  mParameters?: object
8441
8431
  ): this;
8442
8432
  /**
8443
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8433
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8444
8434
  *
8445
8435
  * Fires event {@link #event:toggleFavorite toggleFavorite} to attached listeners.
8446
8436
  *
@@ -8450,10 +8440,10 @@ declare module "sap/ui/ux3/FeedChunk" {
8450
8440
  /**
8451
8441
  * Parameters to pass along with the event
8452
8442
  */
8453
- mParameters?: $FeedChunkToggleFavoriteEventParameters
8443
+ mParameters?: FeedChunk$ToggleFavoriteEventParameters
8454
8444
  ): this;
8455
8445
  /**
8456
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8446
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8457
8447
  *
8458
8448
  * Fires event {@link #event:toggleFlagged toggleFlagged} to attached listeners.
8459
8449
  *
@@ -8463,10 +8453,10 @@ declare module "sap/ui/ux3/FeedChunk" {
8463
8453
  /**
8464
8454
  * Parameters to pass along with the event
8465
8455
  */
8466
- mParameters?: $FeedChunkToggleFlaggedEventParameters
8456
+ mParameters?: FeedChunk$ToggleFlaggedEventParameters
8467
8457
  ): this;
8468
8458
  /**
8469
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8459
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8470
8460
  *
8471
8461
  * Fires event {@link #event:toggleShared toggleShared} to attached listeners.
8472
8462
  *
@@ -8476,7 +8466,7 @@ declare module "sap/ui/ux3/FeedChunk" {
8476
8466
  /**
8477
8467
  * Parameters to pass along with the event
8478
8468
  */
8479
- mParameters?: $FeedChunkToggleSharedEventParameters
8469
+ mParameters?: FeedChunk$ToggleSharedEventParameters
8480
8470
  ): this;
8481
8471
  /**
8482
8472
  * Gets content of aggregation {@link #getActionMenuItems actionMenuItems}.
@@ -9021,7 +9011,6 @@ declare module "sap/ui/ux3/FeedChunk" {
9021
9011
  */
9022
9012
  unbindComments(): this;
9023
9013
  }
9024
- export default FeedChunk;
9025
9014
 
9026
9015
  export interface $FeedChunkSettings extends $ControlSettings {
9027
9016
  /**
@@ -9135,16 +9124,12 @@ declare module "sap/ui/ux3/FeedChunk" {
9135
9124
  /**
9136
9125
  * Event is raised when a comment is added to the entry. This event is not supported for comment chunks.
9137
9126
  */
9138
- commentAdded?: (
9139
- oEvent: Event<$FeedChunkCommentAddedEventParameters>
9140
- ) => void;
9127
+ commentAdded?: (oEvent: FeedChunk$CommentAddedEvent) => void;
9141
9128
 
9142
9129
  /**
9143
9130
  * Event is raised when the user clicks to flag the entry. This event is not supported for comment chunks.
9144
9131
  */
9145
- toggleFlagged?: (
9146
- oEvent: Event<$FeedChunkToggleFlaggedEventParameters>
9147
- ) => void;
9132
+ toggleFlagged?: (oEvent: FeedChunk$ToggleFlaggedEvent) => void;
9148
9133
 
9149
9134
  /**
9150
9135
  * Event is fired when the thumbnail or the name of the sender is clicked.
@@ -9154,17 +9139,13 @@ declare module "sap/ui/ux3/FeedChunk" {
9154
9139
  /**
9155
9140
  * Click on a @-reference
9156
9141
  */
9157
- referenceClicked?: (
9158
- oEvent: Event<$FeedChunkReferenceClickedEventParameters>
9159
- ) => void;
9142
+ referenceClicked?: (oEvent: FeedChunk$ReferenceClickedEvent) => void;
9160
9143
 
9161
9144
  /**
9162
9145
  * Event is raised when the user clicks to set the entry as favorite. This event is not supported for comment
9163
9146
  * chunks.
9164
9147
  */
9165
- toggleFavorite?: (
9166
- oEvent: Event<$FeedChunkToggleFavoriteEventParameters>
9167
- ) => void;
9148
+ toggleFavorite?: (oEvent: FeedChunk$ToggleFavoriteEvent) => void;
9168
9149
 
9169
9150
  /**
9170
9151
  * Event is fired when the inspect button was pressed
@@ -9174,19 +9155,15 @@ declare module "sap/ui/ux3/FeedChunk" {
9174
9155
  /**
9175
9156
  * Event is raised when the user clicks to share the entry. This event is not supported for comment chunks.
9176
9157
  */
9177
- toggleShared?: (
9178
- oEvent: Event<$FeedChunkToggleSharedEventParameters>
9179
- ) => void;
9158
+ toggleShared?: (oEvent: FeedChunk$ToggleSharedEvent) => void;
9180
9159
 
9181
9160
  /**
9182
9161
  * Event is fired when an item from the action menu button was selected.
9183
9162
  */
9184
- actionItemSelected?: (
9185
- oEvent: Event<$FeedChunkActionItemSelectedEventParameters>
9186
- ) => void;
9163
+ actionItemSelected?: (oEvent: FeedChunk$ActionItemSelectedEvent) => void;
9187
9164
  }
9188
9165
 
9189
- export interface $FeedChunkActionItemSelectedEventParameters {
9166
+ export interface FeedChunk$ActionItemSelectedEventParameters {
9190
9167
  /**
9191
9168
  * The Id of the selected item
9192
9169
  */
@@ -9198,53 +9175,69 @@ declare module "sap/ui/ux3/FeedChunk" {
9198
9175
  item?: MenuItemBase;
9199
9176
  }
9200
9177
 
9201
- export interface $FeedChunkCommentAddedEventParameters {
9178
+ export type FeedChunk$ActionItemSelectedEvent = Event<FeedChunk$ActionItemSelectedEventParameters>;
9179
+
9180
+ export interface FeedChunk$CommentAddedEventParameters {
9202
9181
  /**
9203
9182
  * New comment chunk
9204
9183
  */
9205
9184
  comment?: FeedChunk;
9206
9185
  }
9207
9186
 
9208
- export interface $FeedChunkDeletedEventParameters {}
9187
+ export type FeedChunk$CommentAddedEvent = Event<FeedChunk$CommentAddedEventParameters>;
9188
+
9189
+ export interface FeedChunk$DeletedEventParameters {}
9209
9190
 
9210
- export interface $FeedChunkInspectEventParameters {}
9191
+ export type FeedChunk$DeletedEvent = Event<FeedChunk$DeletedEventParameters>;
9211
9192
 
9212
- export interface $FeedChunkReferenceClickedEventParameters {
9193
+ export interface FeedChunk$InspectEventParameters {}
9194
+
9195
+ export type FeedChunk$InspectEvent = Event<FeedChunk$InspectEventParameters>;
9196
+
9197
+ export interface FeedChunk$ReferenceClickedEventParameters {
9213
9198
  /**
9214
9199
  * Text of the @-reference
9215
9200
  */
9216
9201
  text?: string;
9217
9202
  }
9218
9203
 
9219
- export interface $FeedChunkSenderClickedEventParameters {}
9204
+ export type FeedChunk$ReferenceClickedEvent = Event<FeedChunk$ReferenceClickedEventParameters>;
9205
+
9206
+ export interface FeedChunk$SenderClickedEventParameters {}
9207
+
9208
+ export type FeedChunk$SenderClickedEvent = Event<FeedChunk$SenderClickedEventParameters>;
9220
9209
 
9221
- export interface $FeedChunkToggleFavoriteEventParameters {
9210
+ export interface FeedChunk$ToggleFavoriteEventParameters {
9222
9211
  /**
9223
9212
  * Current favorite state
9224
9213
  */
9225
9214
  favorite?: boolean;
9226
9215
  }
9227
9216
 
9228
- export interface $FeedChunkToggleFlaggedEventParameters {
9217
+ export type FeedChunk$ToggleFavoriteEvent = Event<FeedChunk$ToggleFavoriteEventParameters>;
9218
+
9219
+ export interface FeedChunk$ToggleFlaggedEventParameters {
9229
9220
  /**
9230
9221
  * Current flagged state
9231
9222
  */
9232
9223
  flagged?: boolean;
9233
9224
  }
9234
9225
 
9235
- export interface $FeedChunkToggleSharedEventParameters {
9226
+ export type FeedChunk$ToggleFlaggedEvent = Event<FeedChunk$ToggleFlaggedEventParameters>;
9227
+
9228
+ export interface FeedChunk$ToggleSharedEventParameters {
9236
9229
  /**
9237
9230
  * Current shared state
9238
9231
  */
9239
9232
  shareed?: boolean;
9240
9233
  }
9234
+
9235
+ export type FeedChunk$ToggleSharedEvent = Event<FeedChunk$ToggleSharedEventParameters>;
9241
9236
  }
9242
9237
 
9243
9238
  declare module "sap/ui/ux3/Feeder" {
9244
9239
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
9245
9240
 
9246
- import Event from "sap/ui/base/Event";
9247
-
9248
9241
  import ElementMetadata from "sap/ui/core/ElementMetadata";
9249
9242
 
9250
9243
  import { URI } from "sap/ui/core/library";
@@ -9253,9 +9246,11 @@ declare module "sap/ui/ux3/Feeder" {
9253
9246
 
9254
9247
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
9255
9248
 
9249
+ import Event from "sap/ui/base/Event";
9250
+
9256
9251
  /**
9257
9252
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedInput` control.
9258
- * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9253
+ * @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9259
9254
  * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
9260
9255
  * Feed model topic is still open.
9261
9256
  *
@@ -9263,7 +9258,7 @@ declare module "sap/ui/ux3/Feeder" {
9263
9258
  * The control can be used stand alone or in a multiple way, and generally would be integrated directly
9264
9259
  * into a UIArea.
9265
9260
  */
9266
- class Feeder extends Control {
9261
+ export default class Feeder extends Control {
9267
9262
  /**
9268
9263
  * Constructor for a new Feeder.
9269
9264
  *
@@ -9343,7 +9338,7 @@ declare module "sap/ui/ux3/Feeder" {
9343
9338
  /**
9344
9339
  * The function to be called when the event occurs
9345
9340
  */
9346
- fnFunction: (p1: Event<$FeederSubmitEventParameters>) => void,
9341
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
9347
9342
  /**
9348
9343
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
9349
9344
  */
@@ -9363,7 +9358,7 @@ declare module "sap/ui/ux3/Feeder" {
9363
9358
  /**
9364
9359
  * The function to be called when the event occurs
9365
9360
  */
9366
- fnFunction: (p1: Event<$FeederSubmitEventParameters>) => void,
9361
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
9367
9362
  /**
9368
9363
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
9369
9364
  */
@@ -9380,14 +9375,14 @@ declare module "sap/ui/ux3/Feeder" {
9380
9375
  /**
9381
9376
  * The function to be called, when the event occurs
9382
9377
  */
9383
- fnFunction: (p1: Event<$FeederSubmitEventParameters>) => void,
9378
+ fnFunction: (p1: Feeder$SubmitEvent) => void,
9384
9379
  /**
9385
9380
  * Context object on which the given function had to be called
9386
9381
  */
9387
9382
  oListener?: object
9388
9383
  ): this;
9389
9384
  /**
9390
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9385
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9391
9386
  *
9392
9387
  * Fires event {@link #event:submit submit} to attached listeners.
9393
9388
  *
@@ -9397,7 +9392,7 @@ declare module "sap/ui/ux3/Feeder" {
9397
9392
  /**
9398
9393
  * Parameters to pass along with the event
9399
9394
  */
9400
- mParameters?: $FeederSubmitEventParameters
9395
+ mParameters?: Feeder$SubmitEventParameters
9401
9396
  ): this;
9402
9397
  /**
9403
9398
  * Gets current value of property {@link #getPlaceholderText placeholderText}.
@@ -9500,7 +9495,6 @@ declare module "sap/ui/ux3/Feeder" {
9500
9495
  sType?: FeederType | keyof typeof FeederType
9501
9496
  ): this;
9502
9497
  }
9503
- export default Feeder;
9504
9498
 
9505
9499
  export interface $FeederSettings extends $ControlSettings {
9506
9500
  /**
@@ -9531,15 +9525,17 @@ declare module "sap/ui/ux3/Feeder" {
9531
9525
  /**
9532
9526
  * Event is fired when the entered text is submitted
9533
9527
  */
9534
- submit?: (oEvent: Event<$FeederSubmitEventParameters>) => void;
9528
+ submit?: (oEvent: Feeder$SubmitEvent) => void;
9535
9529
  }
9536
9530
 
9537
- export interface $FeederSubmitEventParameters {
9531
+ export interface Feeder$SubmitEventParameters {
9538
9532
  /**
9539
9533
  * The text that is submitted
9540
9534
  */
9541
9535
  text?: string;
9542
9536
  }
9537
+
9538
+ export type Feeder$SubmitEvent = Event<Feeder$SubmitEventParameters>;
9543
9539
  }
9544
9540
 
9545
9541
  declare module "sap/ui/ux3/NavigationBar" {
@@ -9549,8 +9545,6 @@ declare module "sap/ui/ux3/NavigationBar" {
9549
9545
 
9550
9546
  import NavigationItem from "sap/ui/ux3/NavigationItem";
9551
9547
 
9552
- import Event from "sap/ui/base/Event";
9553
-
9554
9548
  import ElementMetadata from "sap/ui/core/ElementMetadata";
9555
9549
 
9556
9550
  import {
@@ -9558,6 +9552,8 @@ declare module "sap/ui/ux3/NavigationBar" {
9558
9552
  AggregationBindingInfo,
9559
9553
  } from "sap/ui/base/ManagedObject";
9560
9554
 
9555
+ import Event from "sap/ui/base/Event";
9556
+
9561
9557
  /**
9562
9558
  * @deprecated (since 1.38) - Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
9563
9559
  * control.
@@ -9568,7 +9564,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9568
9564
  * items are defined for the bar, this is made transparent to the user by showing symbols for scrolling
9569
9565
  * options (forwards and backwards) to see the next or previous items.
9570
9566
  */
9571
- class NavigationBar extends Control {
9567
+ export default class NavigationBar extends Control {
9572
9568
  /**
9573
9569
  * Constructor for a new NavigationBar.
9574
9570
  *
@@ -9670,7 +9666,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9670
9666
  /**
9671
9667
  * The function to be called when the event occurs
9672
9668
  */
9673
- fnFunction: (p1: Event<$NavigationBarSelectEventParameters>) => void,
9669
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
9674
9670
  /**
9675
9671
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
9676
9672
  */
@@ -9690,7 +9686,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9690
9686
  /**
9691
9687
  * The function to be called when the event occurs
9692
9688
  */
9693
- fnFunction: (p1: Event<$NavigationBarSelectEventParameters>) => void,
9689
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
9694
9690
  /**
9695
9691
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
9696
9692
  */
@@ -9713,14 +9709,14 @@ declare module "sap/ui/ux3/NavigationBar" {
9713
9709
  /**
9714
9710
  * The function to be called, when the event occurs
9715
9711
  */
9716
- fnFunction: (p1: Event<$NavigationBarSelectEventParameters>) => void,
9712
+ fnFunction: (p1: NavigationBar$SelectEvent) => void,
9717
9713
  /**
9718
9714
  * Context object on which the given function had to be called
9719
9715
  */
9720
9716
  oListener?: object
9721
9717
  ): this;
9722
9718
  /**
9723
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9719
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9724
9720
  *
9725
9721
  * Fires event {@link #event:select select} to attached listeners.
9726
9722
  *
@@ -9733,7 +9729,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9733
9729
  /**
9734
9730
  * Parameters to pass along with the event
9735
9731
  */
9736
- mParameters?: $NavigationBarSelectEventParameters
9732
+ mParameters?: NavigationBar$SelectEventParameters
9737
9733
  ): boolean;
9738
9734
  /**
9739
9735
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAssociatedItems associatedItems}.
@@ -9748,7 +9744,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9748
9744
  */
9749
9745
  getItems(): NavigationItem[];
9750
9746
  /**
9751
- * @SINCE 1.36
9747
+ * @since 1.36
9752
9748
  *
9753
9749
  * Gets current value of property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
9754
9750
  *
@@ -9854,7 +9850,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9854
9850
  aItems: NavigationItem[]
9855
9851
  ): this;
9856
9852
  /**
9857
- * @SINCE 1.36
9853
+ * @since 1.36
9858
9854
  *
9859
9855
  * Sets a new value for property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
9860
9856
  *
@@ -9902,7 +9898,6 @@ declare module "sap/ui/ux3/NavigationBar" {
9902
9898
  bToplevelVariant?: boolean
9903
9899
  ): this;
9904
9900
  }
9905
- export default NavigationBar;
9906
9901
 
9907
9902
  export interface $NavigationBarSettings extends $ControlSettings {
9908
9903
  /**
@@ -9911,7 +9906,7 @@ declare module "sap/ui/ux3/NavigationBar" {
9911
9906
  toplevelVariant?: boolean | PropertyBindingInfo | `{${string}}`;
9912
9907
 
9913
9908
  /**
9914
- * @SINCE 1.36
9909
+ * @since 1.36
9915
9910
  *
9916
9911
  * Sets the appearance of the menu items in the overflow menu to uppercase
9917
9912
  */
@@ -9942,10 +9937,10 @@ declare module "sap/ui/ux3/NavigationBar" {
9942
9937
  /**
9943
9938
  * Event is fired when an item is selected by the user
9944
9939
  */
9945
- select?: (oEvent: Event<$NavigationBarSelectEventParameters>) => void;
9940
+ select?: (oEvent: NavigationBar$SelectEvent) => void;
9946
9941
  }
9947
9942
 
9948
- export interface $NavigationBarSelectEventParameters {
9943
+ export interface NavigationBar$SelectEventParameters {
9949
9944
  /**
9950
9945
  * The ID of the newly selected NavigationItem.
9951
9946
  */
@@ -9956,6 +9951,8 @@ declare module "sap/ui/ux3/NavigationBar" {
9956
9951
  */
9957
9952
  item?: NavigationItem;
9958
9953
  }
9954
+
9955
+ export type NavigationBar$SelectEvent = Event<NavigationBar$SelectEventParameters>;
9959
9956
  }
9960
9957
 
9961
9958
  declare module "sap/ui/ux3/NavigationItem" {
@@ -9976,7 +9973,7 @@ declare module "sap/ui/ux3/NavigationItem" {
9976
9973
  *
9977
9974
  * Is the item to be used within the NavigationBar
9978
9975
  */
9979
- class NavigationItem extends Item {
9976
+ export default class NavigationItem extends Item {
9980
9977
  /**
9981
9978
  * Constructor for a new NavigationItem.
9982
9979
  *
@@ -10074,7 +10071,7 @@ declare module "sap/ui/ux3/NavigationItem" {
10074
10071
  */
10075
10072
  getSubItems(): NavigationItem[];
10076
10073
  /**
10077
- * @SINCE 1.9.0
10074
+ * @since 1.9.0
10078
10075
  *
10079
10076
  * Gets current value of property {@link #getVisible visible}.
10080
10077
  *
@@ -10156,7 +10153,7 @@ declare module "sap/ui/ux3/NavigationItem" {
10156
10153
  sHref?: URI
10157
10154
  ): this;
10158
10155
  /**
10159
- * @SINCE 1.9.0
10156
+ * @since 1.9.0
10160
10157
  *
10161
10158
  * Sets a new value for property {@link #getVisible visible}.
10162
10159
  *
@@ -10177,11 +10174,10 @@ declare module "sap/ui/ux3/NavigationItem" {
10177
10174
  bVisible?: boolean
10178
10175
  ): this;
10179
10176
  }
10180
- export default NavigationItem;
10181
10177
 
10182
10178
  export interface $NavigationItemSettings extends $ItemSettings {
10183
10179
  /**
10184
- * @SINCE 1.9.0
10180
+ * @since 1.9.0
10185
10181
  *
10186
10182
  * Whether the NavigationItem is currently visible. When making NavigationItems invisible at runtime it
10187
10183
  * is the application's responsibility to make sure it is not the currently selected one - or to select
@@ -10215,8 +10211,6 @@ declare module "sap/ui/ux3/NotificationBar" {
10215
10211
 
10216
10212
  import UI5Element from "sap/ui/core/Element";
10217
10213
 
10218
- import Event from "sap/ui/base/Event";
10219
-
10220
10214
  import ElementMetadata from "sap/ui/core/ElementMetadata";
10221
10215
 
10222
10216
  import { NotificationBarStatus } from "sap/ui/ux3/library";
@@ -10226,8 +10220,10 @@ declare module "sap/ui/ux3/NotificationBar" {
10226
10220
  AggregationBindingInfo,
10227
10221
  } from "sap/ui/base/ManagedObject";
10228
10222
 
10223
+ import Event from "sap/ui/base/Event";
10224
+
10229
10225
  /**
10230
- * @SINCE 1.7.0
10226
+ * @since 1.7.0
10231
10227
  * @deprecated (since 1.38) - Instead, use the `sap.m.MessagePopover` control.
10232
10228
  *
10233
10229
  * A NotificationBar is a "toolbar" that can be added to a page to show messages and notifications from
@@ -10236,7 +10232,7 @@ declare module "sap/ui/ux3/NotificationBar" {
10236
10232
  * CSS may sometimes cause issues when nested deeply inside other controls. To have a proper behavior of
10237
10233
  * the NotificationBar use it as high in the control hierarchy as possible.
10238
10234
  */
10239
- class NotificationBar extends Control {
10235
+ export default class NotificationBar extends Control {
10240
10236
  /**
10241
10237
  * Constructor for a new NotificationBar.
10242
10238
  *
@@ -10328,7 +10324,7 @@ declare module "sap/ui/ux3/NotificationBar" {
10328
10324
  /**
10329
10325
  * The function to be called when the event occurs
10330
10326
  */
10331
- fnFunction: (p1: Event<$NotificationBarDisplayEventParameters>) => void,
10327
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
10332
10328
  /**
10333
10329
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
10334
10330
  */
@@ -10349,14 +10345,14 @@ declare module "sap/ui/ux3/NotificationBar" {
10349
10345
  /**
10350
10346
  * The function to be called when the event occurs
10351
10347
  */
10352
- fnFunction: (p1: Event<$NotificationBarDisplayEventParameters>) => void,
10348
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
10353
10349
  /**
10354
10350
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
10355
10351
  */
10356
10352
  oListener?: object
10357
10353
  ): this;
10358
10354
  /**
10359
- * @SINCE 1.12.2
10355
+ * @since 1.12.2
10360
10356
  *
10361
10357
  * Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
10362
10358
  *
@@ -10378,14 +10374,14 @@ declare module "sap/ui/ux3/NotificationBar" {
10378
10374
  /**
10379
10375
  * The function to be called when the event occurs
10380
10376
  */
10381
- fnFunction: (p1: Event<$NotificationBarResizeEventParameters>) => void,
10377
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
10382
10378
  /**
10383
10379
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
10384
10380
  */
10385
10381
  oListener?: object
10386
10382
  ): this;
10387
10383
  /**
10388
- * @SINCE 1.12.2
10384
+ * @since 1.12.2
10389
10385
  *
10390
10386
  * Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
10391
10387
  *
@@ -10402,7 +10398,7 @@ declare module "sap/ui/ux3/NotificationBar" {
10402
10398
  /**
10403
10399
  * The function to be called when the event occurs
10404
10400
  */
10405
- fnFunction: (p1: Event<$NotificationBarResizeEventParameters>) => void,
10401
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
10406
10402
  /**
10407
10403
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
10408
10404
  */
@@ -10431,14 +10427,14 @@ declare module "sap/ui/ux3/NotificationBar" {
10431
10427
  /**
10432
10428
  * The function to be called, when the event occurs
10433
10429
  */
10434
- fnFunction: (p1: Event<$NotificationBarDisplayEventParameters>) => void,
10430
+ fnFunction: (p1: NotificationBar$DisplayEvent) => void,
10435
10431
  /**
10436
10432
  * Context object on which the given function had to be called
10437
10433
  */
10438
10434
  oListener?: object
10439
10435
  ): this;
10440
10436
  /**
10441
- * @SINCE 1.12.2
10437
+ * @since 1.12.2
10442
10438
  *
10443
10439
  * Detaches event handler `fnFunction` from the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
10444
10440
  *
@@ -10450,14 +10446,14 @@ declare module "sap/ui/ux3/NotificationBar" {
10450
10446
  /**
10451
10447
  * The function to be called, when the event occurs
10452
10448
  */
10453
- fnFunction: (p1: Event<$NotificationBarResizeEventParameters>) => void,
10449
+ fnFunction: (p1: NotificationBar$ResizeEvent) => void,
10454
10450
  /**
10455
10451
  * Context object on which the given function had to be called
10456
10452
  */
10457
10453
  oListener?: object
10458
10454
  ): this;
10459
10455
  /**
10460
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10456
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10461
10457
  *
10462
10458
  * Fires event {@link #event:display display} to attached listeners.
10463
10459
  *
@@ -10467,11 +10463,11 @@ declare module "sap/ui/ux3/NotificationBar" {
10467
10463
  /**
10468
10464
  * Parameters to pass along with the event
10469
10465
  */
10470
- mParameters?: $NotificationBarDisplayEventParameters
10466
+ mParameters?: NotificationBar$DisplayEventParameters
10471
10467
  ): this;
10472
10468
  /**
10473
- * @SINCE 1.12.2
10474
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10469
+ * @since 1.12.2
10470
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10475
10471
  *
10476
10472
  * Fires event {@link #event:resize resize} to attached listeners.
10477
10473
  *
@@ -10481,10 +10477,10 @@ declare module "sap/ui/ux3/NotificationBar" {
10481
10477
  /**
10482
10478
  * Parameters to pass along with the event
10483
10479
  */
10484
- mParameters?: $NotificationBarResizeEventParameters
10480
+ mParameters?: NotificationBar$ResizeEventParameters
10485
10481
  ): this;
10486
10482
  /**
10487
- * @SINCE 1.24.5
10483
+ * @since 1.24.5
10488
10484
  *
10489
10485
  * Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
10490
10486
  *
@@ -10583,7 +10579,7 @@ declare module "sap/ui/ux3/NotificationBar" {
10583
10579
  vNotifier: int | string | UI5Element
10584
10580
  ): UI5Element | null;
10585
10581
  /**
10586
- * @SINCE 1.22.11
10582
+ * @since 1.22.11
10587
10583
  */
10588
10584
  setAlwaysShowToggler(
10589
10585
  /**
@@ -10639,7 +10635,6 @@ declare module "sap/ui/ux3/NotificationBar" {
10639
10635
  | keyof typeof NotificationBarStatus
10640
10636
  ): this;
10641
10637
  }
10642
- export default NotificationBar;
10643
10638
 
10644
10639
  export interface $NotificationBarSettings extends $ControlSettings {
10645
10640
  /**
@@ -10656,7 +10651,7 @@ declare module "sap/ui/ux3/NotificationBar" {
10656
10651
  resizeEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
10657
10652
 
10658
10653
  /**
10659
- * @SINCE 1.24.5
10654
+ * @since 1.24.5
10660
10655
  *
10661
10656
  * This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
10662
10657
  */
@@ -10680,32 +10675,36 @@ declare module "sap/ui/ux3/NotificationBar" {
10680
10675
  * Event is fired when the bar wants to be displayed depending on given flag. This allows the application
10681
10676
  * to decide what to do.
10682
10677
  */
10683
- display?: (oEvent: Event<$NotificationBarDisplayEventParameters>) => void;
10678
+ display?: (oEvent: NotificationBar$DisplayEvent) => void;
10684
10679
 
10685
10680
  /**
10686
- * @SINCE 1.12.2
10681
+ * @since 1.12.2
10687
10682
  *
10688
10683
  * This event is thrown when the bar was resized (to the different valid states: Min, Max, Default, None).
10689
10684
  * The event itself can be used from SAPUI5-version 1.12.2 since there was a bug in the previous versions
10690
10685
  * firing this event.
10691
10686
  */
10692
- resize?: (oEvent: Event<$NotificationBarResizeEventParameters>) => void;
10687
+ resize?: (oEvent: NotificationBar$ResizeEvent) => void;
10693
10688
  }
10694
10689
 
10695
- export interface $NotificationBarDisplayEventParameters {
10690
+ export interface NotificationBar$DisplayEventParameters {
10696
10691
  /**
10697
10692
  * Indicates if the bar wants to be shown or hidden
10698
10693
  */
10699
10694
  show?: boolean;
10700
10695
  }
10701
10696
 
10702
- export interface $NotificationBarResizeEventParameters {
10697
+ export type NotificationBar$DisplayEvent = Event<NotificationBar$DisplayEventParameters>;
10698
+
10699
+ export interface NotificationBar$ResizeEventParameters {
10703
10700
  /**
10704
10701
  * The corresponding status to which the bar was resized. The corresponding heights can be taken for the
10705
10702
  * bar's CSS file.
10706
10703
  */
10707
10704
  status?: NotificationBarStatus | keyof typeof NotificationBarStatus;
10708
10705
  }
10706
+
10707
+ export type NotificationBar$ResizeEvent = Event<NotificationBar$ResizeEventParameters>;
10709
10708
  }
10710
10709
 
10711
10710
  declare module "sap/ui/ux3/Notifier" {
@@ -10713,8 +10712,6 @@ declare module "sap/ui/ux3/Notifier" {
10713
10712
 
10714
10713
  import Message from "sap/ui/core/Message";
10715
10714
 
10716
- import Event from "sap/ui/base/Event";
10717
-
10718
10715
  import { URI } from "sap/ui/core/library";
10719
10716
 
10720
10717
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -10724,12 +10721,14 @@ declare module "sap/ui/ux3/Notifier" {
10724
10721
  AggregationBindingInfo,
10725
10722
  } from "sap/ui/base/ManagedObject";
10726
10723
 
10724
+ import Event from "sap/ui/base/Event";
10725
+
10727
10726
  /**
10728
10727
  * @deprecated (since 1.38)
10729
10728
  *
10730
10729
  * This element can be docked to a notification bar to show notification items
10731
10730
  */
10732
- class Notifier extends UI5Element {
10731
+ export default class Notifier extends UI5Element {
10733
10732
  /**
10734
10733
  * Constructor for a new Notifier.
10735
10734
  *
@@ -10821,7 +10820,7 @@ declare module "sap/ui/ux3/Notifier" {
10821
10820
  /**
10822
10821
  * The function to be called when the event occurs
10823
10822
  */
10824
- fnFunction: (p1: Event<$NotifierMessageSelectedEventParameters>) => void,
10823
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
10825
10824
  /**
10826
10825
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
10827
10826
  */
@@ -10842,7 +10841,7 @@ declare module "sap/ui/ux3/Notifier" {
10842
10841
  /**
10843
10842
  * The function to be called when the event occurs
10844
10843
  */
10845
- fnFunction: (p1: Event<$NotifierMessageSelectedEventParameters>) => void,
10844
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
10846
10845
  /**
10847
10846
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
10848
10847
  */
@@ -10866,14 +10865,14 @@ declare module "sap/ui/ux3/Notifier" {
10866
10865
  /**
10867
10866
  * The function to be called, when the event occurs
10868
10867
  */
10869
- fnFunction: (p1: Event<$NotifierMessageSelectedEventParameters>) => void,
10868
+ fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
10870
10869
  /**
10871
10870
  * Context object on which the given function had to be called
10872
10871
  */
10873
10872
  oListener?: object
10874
10873
  ): this;
10875
10874
  /**
10876
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10875
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10877
10876
  *
10878
10877
  * Fires event {@link #event:messageSelected messageSelected} to attached listeners.
10879
10878
  *
@@ -10883,7 +10882,7 @@ declare module "sap/ui/ux3/Notifier" {
10883
10882
  /**
10884
10883
  * Parameters to pass along with the event
10885
10884
  */
10886
- mParameters?: $NotifierMessageSelectedEventParameters
10885
+ mParameters?: Notifier$MessageSelectedEventParameters
10887
10886
  ): this;
10888
10887
  /**
10889
10888
  * Gets current value of property {@link #getIcon icon}.
@@ -10990,7 +10989,6 @@ declare module "sap/ui/ux3/Notifier" {
10990
10989
  sTitle?: string
10991
10990
  ): this;
10992
10991
  }
10993
- export default Notifier;
10994
10992
 
10995
10993
  export interface $NotifierSettings extends $ElementSettings {
10996
10994
  /**
@@ -11011,12 +11009,10 @@ declare module "sap/ui/ux3/Notifier" {
11011
11009
  /**
11012
11010
  * Event is fired when a message of the notifiers was selected.
11013
11011
  */
11014
- messageSelected?: (
11015
- oEvent: Event<$NotifierMessageSelectedEventParameters>
11016
- ) => void;
11012
+ messageSelected?: (oEvent: Notifier$MessageSelectedEvent) => void;
11017
11013
  }
11018
11014
 
11019
- export interface $NotifierMessageSelectedEventParameters {
11015
+ export interface Notifier$MessageSelectedEventParameters {
11020
11016
  /**
11021
11017
  * The message that was selected
11022
11018
  */
@@ -11027,6 +11023,8 @@ declare module "sap/ui/ux3/Notifier" {
11027
11023
  */
11028
11024
  notifier?: Notifier;
11029
11025
  }
11026
+
11027
+ export type Notifier$MessageSelectedEvent = Event<Notifier$MessageSelectedEventParameters>;
11030
11028
  }
11031
11029
 
11032
11030
  declare module "sap/ui/ux3/Overlay" {
@@ -11034,18 +11032,18 @@ declare module "sap/ui/ux3/Overlay" {
11034
11032
 
11035
11033
  import { PopupInterface } from "sap/ui/core/library";
11036
11034
 
11037
- import Event from "sap/ui/base/Event";
11038
-
11039
11035
  import ElementMetadata from "sap/ui/core/ElementMetadata";
11040
11036
 
11041
11037
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
11042
11038
 
11039
+ import Event from "sap/ui/base/Event";
11040
+
11043
11041
  /**
11044
11042
  * @deprecated (since 1.38)
11045
11043
  *
11046
11044
  * Overlay Control
11047
11045
  */
11048
- class Overlay extends Control implements PopupInterface {
11046
+ export default class Overlay extends Control implements PopupInterface {
11049
11047
  __implements__sap_ui_core_PopupInterface: boolean;
11050
11048
  /**
11051
11049
  * Constructor for a new Overlay.
@@ -11126,7 +11124,7 @@ declare module "sap/ui/ux3/Overlay" {
11126
11124
  /**
11127
11125
  * The function to be called when the event occurs
11128
11126
  */
11129
- fnFunction: (p1: Event<$OverlayCloseEventParameters>) => void,
11127
+ fnFunction: (p1: Overlay$CloseEvent) => void,
11130
11128
  /**
11131
11129
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11132
11130
  */
@@ -11146,7 +11144,7 @@ declare module "sap/ui/ux3/Overlay" {
11146
11144
  /**
11147
11145
  * The function to be called when the event occurs
11148
11146
  */
11149
- fnFunction: (p1: Event<$OverlayCloseEventParameters>) => void,
11147
+ fnFunction: (p1: Overlay$CloseEvent) => void,
11150
11148
  /**
11151
11149
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11152
11150
  */
@@ -11171,7 +11169,7 @@ declare module "sap/ui/ux3/Overlay" {
11171
11169
  /**
11172
11170
  * The function to be called when the event occurs
11173
11171
  */
11174
- fnFunction: (p1: Event<$OverlayClosedEventParameters>) => void,
11172
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
11175
11173
  /**
11176
11174
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11177
11175
  */
@@ -11191,7 +11189,7 @@ declare module "sap/ui/ux3/Overlay" {
11191
11189
  /**
11192
11190
  * The function to be called when the event occurs
11193
11191
  */
11194
- fnFunction: (p1: Event<$OverlayClosedEventParameters>) => void,
11192
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
11195
11193
  /**
11196
11194
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11197
11195
  */
@@ -11216,7 +11214,7 @@ declare module "sap/ui/ux3/Overlay" {
11216
11214
  /**
11217
11215
  * The function to be called when the event occurs
11218
11216
  */
11219
- fnFunction: (p1: Event<$OverlayOpenEventParameters>) => void,
11217
+ fnFunction: (p1: Overlay$OpenEvent) => void,
11220
11218
  /**
11221
11219
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11222
11220
  */
@@ -11236,7 +11234,7 @@ declare module "sap/ui/ux3/Overlay" {
11236
11234
  /**
11237
11235
  * The function to be called when the event occurs
11238
11236
  */
11239
- fnFunction: (p1: Event<$OverlayOpenEventParameters>) => void,
11237
+ fnFunction: (p1: Overlay$OpenEvent) => void,
11240
11238
  /**
11241
11239
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11242
11240
  */
@@ -11261,7 +11259,7 @@ declare module "sap/ui/ux3/Overlay" {
11261
11259
  /**
11262
11260
  * The function to be called when the event occurs
11263
11261
  */
11264
- fnFunction: (p1: Event<$OverlayOpenNewEventParameters>) => void,
11262
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
11265
11263
  /**
11266
11264
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11267
11265
  */
@@ -11281,7 +11279,7 @@ declare module "sap/ui/ux3/Overlay" {
11281
11279
  /**
11282
11280
  * The function to be called when the event occurs
11283
11281
  */
11284
- fnFunction: (p1: Event<$OverlayOpenNewEventParameters>) => void,
11282
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
11285
11283
  /**
11286
11284
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
11287
11285
  */
@@ -11302,7 +11300,7 @@ declare module "sap/ui/ux3/Overlay" {
11302
11300
  /**
11303
11301
  * The function to be called, when the event occurs
11304
11302
  */
11305
- fnFunction: (p1: Event<$OverlayCloseEventParameters>) => void,
11303
+ fnFunction: (p1: Overlay$CloseEvent) => void,
11306
11304
  /**
11307
11305
  * Context object on which the given function had to be called
11308
11306
  */
@@ -11319,7 +11317,7 @@ declare module "sap/ui/ux3/Overlay" {
11319
11317
  /**
11320
11318
  * The function to be called, when the event occurs
11321
11319
  */
11322
- fnFunction: (p1: Event<$OverlayClosedEventParameters>) => void,
11320
+ fnFunction: (p1: Overlay$ClosedEvent) => void,
11323
11321
  /**
11324
11322
  * Context object on which the given function had to be called
11325
11323
  */
@@ -11336,7 +11334,7 @@ declare module "sap/ui/ux3/Overlay" {
11336
11334
  /**
11337
11335
  * The function to be called, when the event occurs
11338
11336
  */
11339
- fnFunction: (p1: Event<$OverlayOpenEventParameters>) => void,
11337
+ fnFunction: (p1: Overlay$OpenEvent) => void,
11340
11338
  /**
11341
11339
  * Context object on which the given function had to be called
11342
11340
  */
@@ -11353,14 +11351,14 @@ declare module "sap/ui/ux3/Overlay" {
11353
11351
  /**
11354
11352
  * The function to be called, when the event occurs
11355
11353
  */
11356
- fnFunction: (p1: Event<$OverlayOpenNewEventParameters>) => void,
11354
+ fnFunction: (p1: Overlay$OpenNewEvent) => void,
11357
11355
  /**
11358
11356
  * Context object on which the given function had to be called
11359
11357
  */
11360
11358
  oListener?: object
11361
11359
  ): this;
11362
11360
  /**
11363
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11361
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11364
11362
  *
11365
11363
  * Fires event {@link #event:close close} to attached listeners.
11366
11364
  *
@@ -11373,10 +11371,10 @@ declare module "sap/ui/ux3/Overlay" {
11373
11371
  /**
11374
11372
  * Parameters to pass along with the event
11375
11373
  */
11376
- mParameters?: $OverlayCloseEventParameters
11374
+ mParameters?: Overlay$CloseEventParameters
11377
11375
  ): boolean;
11378
11376
  /**
11379
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11377
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11380
11378
  *
11381
11379
  * Fires event {@link #event:closed closed} to attached listeners.
11382
11380
  *
@@ -11389,10 +11387,10 @@ declare module "sap/ui/ux3/Overlay" {
11389
11387
  /**
11390
11388
  * Parameters to pass along with the event
11391
11389
  */
11392
- mParameters?: $OverlayClosedEventParameters
11390
+ mParameters?: Overlay$ClosedEventParameters
11393
11391
  ): boolean;
11394
11392
  /**
11395
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11393
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11396
11394
  *
11397
11395
  * Fires event {@link #event:open open} to attached listeners.
11398
11396
  *
@@ -11402,10 +11400,10 @@ declare module "sap/ui/ux3/Overlay" {
11402
11400
  /**
11403
11401
  * Parameters to pass along with the event
11404
11402
  */
11405
- mParameters?: $OverlayOpenEventParameters
11403
+ mParameters?: Overlay$OpenEventParameters
11406
11404
  ): this;
11407
11405
  /**
11408
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11406
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11409
11407
  *
11410
11408
  * Fires event {@link #event:openNew openNew} to attached listeners.
11411
11409
  *
@@ -11415,7 +11413,7 @@ declare module "sap/ui/ux3/Overlay" {
11415
11413
  /**
11416
11414
  * Parameters to pass along with the event
11417
11415
  */
11418
- mParameters?: $OverlayOpenNewEventParameters
11416
+ mParameters?: Overlay$OpenNewEventParameters
11419
11417
  ): this;
11420
11418
  /**
11421
11419
  * Gets current value of property {@link #getCloseButtonVisible closeButtonVisible}.
@@ -11485,7 +11483,6 @@ declare module "sap/ui/ux3/Overlay" {
11485
11483
  bOpenButtonVisible?: boolean
11486
11484
  ): this;
11487
11485
  }
11488
- export default Overlay;
11489
11486
 
11490
11487
  export interface $OverlaySettings extends $ControlSettings {
11491
11488
  /**
@@ -11501,51 +11498,59 @@ declare module "sap/ui/ux3/Overlay" {
11501
11498
  /**
11502
11499
  * Event is fired when the Overlay starts closing.
11503
11500
  */
11504
- close?: (oEvent: Event<$OverlayCloseEventParameters>) => void;
11501
+ close?: (oEvent: Overlay$CloseEvent) => void;
11505
11502
 
11506
11503
  /**
11507
11504
  * Event is fired when the Overlay is closed.
11508
11505
  */
11509
- closed?: (oEvent: Event<$OverlayClosedEventParameters>) => void;
11506
+ closed?: (oEvent: Overlay$ClosedEvent) => void;
11510
11507
 
11511
11508
  /**
11512
11509
  * Event is fired when the 'Open' button of the Overlay is clicked.
11513
11510
  */
11514
- openNew?: (oEvent: Event<$OverlayOpenNewEventParameters>) => void;
11511
+ openNew?: (oEvent: Overlay$OpenNewEvent) => void;
11515
11512
 
11516
11513
  /**
11517
11514
  * Event is fired when the Overlay is opened.
11518
11515
  */
11519
- open?: (oEvent: Event<$OverlayOpenEventParameters>) => void;
11516
+ open?: (oEvent: Overlay$OpenEvent) => void;
11520
11517
  }
11521
11518
 
11522
- export interface $OverlayCloseEventParameters {
11519
+ export interface Overlay$CloseEventParameters {
11523
11520
  /**
11524
11521
  * The ID of the Overlay instance.
11525
11522
  */
11526
11523
  id?: string;
11527
11524
  }
11528
11525
 
11529
- export interface $OverlayClosedEventParameters {
11526
+ export type Overlay$CloseEvent = Event<Overlay$CloseEventParameters>;
11527
+
11528
+ export interface Overlay$ClosedEventParameters {
11530
11529
  /**
11531
11530
  * The ID of the Overlay instance.
11532
11531
  */
11533
11532
  id?: string;
11534
11533
  }
11535
11534
 
11536
- export interface $OverlayOpenEventParameters {
11535
+ export type Overlay$ClosedEvent = Event<Overlay$ClosedEventParameters>;
11536
+
11537
+ export interface Overlay$OpenEventParameters {
11537
11538
  /**
11538
11539
  * The ID of the Overlay instance
11539
11540
  */
11540
11541
  id?: string;
11541
11542
  }
11542
11543
 
11543
- export interface $OverlayOpenNewEventParameters {
11544
+ export type Overlay$OpenEvent = Event<Overlay$OpenEventParameters>;
11545
+
11546
+ export interface Overlay$OpenNewEventParameters {
11544
11547
  /**
11545
11548
  * The ID of the Overlay instance.
11546
11549
  */
11547
11550
  id?: string;
11548
11551
  }
11552
+
11553
+ export type Overlay$OpenNewEvent = Event<Overlay$OpenNewEventParameters>;
11549
11554
  }
11550
11555
 
11551
11556
  declare module "sap/ui/ux3/OverlayContainer" {
@@ -11562,7 +11567,7 @@ declare module "sap/ui/ux3/OverlayContainer" {
11562
11567
  *
11563
11568
  * Is to be embedded into the Overlay control as content container
11564
11569
  */
11565
- class OverlayContainer extends Overlay {
11570
+ export default class OverlayContainer extends Overlay {
11566
11571
  /**
11567
11572
  * Constructor for a new OverlayContainer.
11568
11573
  *
@@ -11695,7 +11700,6 @@ declare module "sap/ui/ux3/OverlayContainer" {
11695
11700
  vContent: int | string | Control
11696
11701
  ): Control | null;
11697
11702
  }
11698
- export default OverlayContainer;
11699
11703
 
11700
11704
  export interface $OverlayContainerSettings extends $OverlaySettings {
11701
11705
  /**
@@ -11725,7 +11729,7 @@ declare module "sap/ui/ux3/OverlayDialog" {
11725
11729
  * Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and
11726
11730
  * Header-Items accessible.
11727
11731
  */
11728
- class OverlayDialog extends Overlay {
11732
+ export default class OverlayDialog extends Overlay {
11729
11733
  /**
11730
11734
  * Constructor for a new OverlayDialog.
11731
11735
  *
@@ -11894,7 +11898,6 @@ declare module "sap/ui/ux3/OverlayDialog" {
11894
11898
  */
11895
11899
  setWidth(sWidth: CSSSize): void;
11896
11900
  }
11897
- export default OverlayDialog;
11898
11901
 
11899
11902
  export interface $OverlayDialogSettings extends $OverlaySettings {
11900
11903
  /**
@@ -11926,8 +11929,6 @@ declare module "sap/ui/ux3/QuickView" {
11926
11929
 
11927
11930
  import UI5Element from "sap/ui/core/Element";
11928
11931
 
11929
- import Event from "sap/ui/base/Event";
11930
-
11931
11932
  import ActionBar from "sap/ui/ux3/ActionBar";
11932
11933
 
11933
11934
  import { FollowActionState } from "sap/ui/ux3/library";
@@ -11941,13 +11942,15 @@ declare module "sap/ui/ux3/QuickView" {
11941
11942
  AggregationBindingInfo,
11942
11943
  } from "sap/ui/base/ManagedObject";
11943
11944
 
11945
+ import Event from "sap/ui/base/Event";
11946
+
11944
11947
  /**
11945
11948
  * @deprecated (since 1.38) - Instead, use the `sap.m.QuickView` control.
11946
11949
  *
11947
11950
  * QuickView is a small popup with a short overview of a Thing. QuickView is shown when a user holds the
11948
11951
  * mouse pointer over a related screen element.
11949
11952
  */
11950
- class QuickView extends CalloutBase {
11953
+ export default class QuickView extends CalloutBase {
11951
11954
  /**
11952
11955
  * Constructor for a new QuickView.
11953
11956
  *
@@ -12050,7 +12053,7 @@ declare module "sap/ui/ux3/QuickView" {
12050
12053
  /**
12051
12054
  * The function to be called when the event occurs
12052
12055
  */
12053
- fnFunction: (p1: Event<$QuickViewActionSelectedEventParameters>) => void,
12056
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
12054
12057
  /**
12055
12058
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12056
12059
  */
@@ -12071,7 +12074,7 @@ declare module "sap/ui/ux3/QuickView" {
12071
12074
  /**
12072
12075
  * The function to be called when the event occurs
12073
12076
  */
12074
- fnFunction: (p1: Event<$QuickViewActionSelectedEventParameters>) => void,
12077
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
12075
12078
  /**
12076
12079
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12077
12080
  */
@@ -12096,7 +12099,7 @@ declare module "sap/ui/ux3/QuickView" {
12096
12099
  /**
12097
12100
  * The function to be called when the event occurs
12098
12101
  */
12099
- fnFunction: (p1: Event<$QuickViewFeedSubmitEventParameters>) => void,
12102
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
12100
12103
  /**
12101
12104
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12102
12105
  */
@@ -12116,7 +12119,7 @@ declare module "sap/ui/ux3/QuickView" {
12116
12119
  /**
12117
12120
  * The function to be called when the event occurs
12118
12121
  */
12119
- fnFunction: (p1: Event<$QuickViewFeedSubmitEventParameters>) => void,
12122
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
12120
12123
  /**
12121
12124
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12122
12125
  */
@@ -12142,7 +12145,7 @@ declare module "sap/ui/ux3/QuickView" {
12142
12145
  /**
12143
12146
  * The function to be called when the event occurs
12144
12147
  */
12145
- fnFunction: (p1: Event<$QuickViewNavigateEventParameters>) => void,
12148
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
12146
12149
  /**
12147
12150
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12148
12151
  */
@@ -12163,7 +12166,7 @@ declare module "sap/ui/ux3/QuickView" {
12163
12166
  /**
12164
12167
  * The function to be called when the event occurs
12165
12168
  */
12166
- fnFunction: (p1: Event<$QuickViewNavigateEventParameters>) => void,
12169
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
12167
12170
  /**
12168
12171
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
12169
12172
  */
@@ -12199,7 +12202,7 @@ declare module "sap/ui/ux3/QuickView" {
12199
12202
  /**
12200
12203
  * The function to be called, when the event occurs
12201
12204
  */
12202
- fnFunction: (p1: Event<$QuickViewActionSelectedEventParameters>) => void,
12205
+ fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
12203
12206
  /**
12204
12207
  * Context object on which the given function had to be called
12205
12208
  */
@@ -12216,7 +12219,7 @@ declare module "sap/ui/ux3/QuickView" {
12216
12219
  /**
12217
12220
  * The function to be called, when the event occurs
12218
12221
  */
12219
- fnFunction: (p1: Event<$QuickViewFeedSubmitEventParameters>) => void,
12222
+ fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
12220
12223
  /**
12221
12224
  * Context object on which the given function had to be called
12222
12225
  */
@@ -12233,14 +12236,14 @@ declare module "sap/ui/ux3/QuickView" {
12233
12236
  /**
12234
12237
  * The function to be called, when the event occurs
12235
12238
  */
12236
- fnFunction: (p1: Event<$QuickViewNavigateEventParameters>) => void,
12239
+ fnFunction: (p1: QuickView$NavigateEvent) => void,
12237
12240
  /**
12238
12241
  * Context object on which the given function had to be called
12239
12242
  */
12240
12243
  oListener?: object
12241
12244
  ): this;
12242
12245
  /**
12243
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12246
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12244
12247
  *
12245
12248
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
12246
12249
  *
@@ -12250,10 +12253,10 @@ declare module "sap/ui/ux3/QuickView" {
12250
12253
  /**
12251
12254
  * Parameters to pass along with the event
12252
12255
  */
12253
- mParameters?: $QuickViewActionSelectedEventParameters
12256
+ mParameters?: QuickView$ActionSelectedEventParameters
12254
12257
  ): this;
12255
12258
  /**
12256
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12259
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12257
12260
  *
12258
12261
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
12259
12262
  *
@@ -12263,10 +12266,10 @@ declare module "sap/ui/ux3/QuickView" {
12263
12266
  /**
12264
12267
  * Parameters to pass along with the event
12265
12268
  */
12266
- mParameters?: $QuickViewFeedSubmitEventParameters
12269
+ mParameters?: QuickView$FeedSubmitEventParameters
12267
12270
  ): this;
12268
12271
  /**
12269
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12272
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12270
12273
  *
12271
12274
  * Fires event {@link #event:navigate navigate} to attached listeners.
12272
12275
  *
@@ -12279,7 +12282,7 @@ declare module "sap/ui/ux3/QuickView" {
12279
12282
  /**
12280
12283
  * Parameters to pass along with the event
12281
12284
  */
12282
- mParameters?: $QuickViewNavigateEventParameters
12285
+ mParameters?: QuickView$NavigateEventParameters
12283
12286
  ): boolean;
12284
12287
  /**
12285
12288
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -12793,7 +12796,6 @@ declare module "sap/ui/ux3/QuickView" {
12793
12796
  sWidth?: CSSSize
12794
12797
  ): this;
12795
12798
  }
12796
- export default QuickView;
12797
12799
 
12798
12800
  export interface $QuickViewSettings extends $CalloutBaseSettings {
12799
12801
  /**
@@ -12903,23 +12905,21 @@ declare module "sap/ui/ux3/QuickView" {
12903
12905
  /**
12904
12906
  * Action is selected in Action Bar
12905
12907
  */
12906
- actionSelected?: (
12907
- oEvent: Event<$QuickViewActionSelectedEventParameters>
12908
- ) => void;
12908
+ actionSelected?: (oEvent: QuickView$ActionSelectedEvent) => void;
12909
12909
 
12910
12910
  /**
12911
12911
  * Fired when a new feed entry is submitted.
12912
12912
  */
12913
- feedSubmit?: (oEvent: Event<$QuickViewFeedSubmitEventParameters>) => void;
12913
+ feedSubmit?: (oEvent: QuickView$FeedSubmitEvent) => void;
12914
12914
 
12915
12915
  /**
12916
12916
  * Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event
12917
12917
  * object to cancel browser navigation.
12918
12918
  */
12919
- navigate?: (oEvent: Event<$QuickViewNavigateEventParameters>) => void;
12919
+ navigate?: (oEvent: QuickView$NavigateEvent) => void;
12920
12920
  }
12921
12921
 
12922
- export interface $QuickViewActionSelectedEventParameters {
12922
+ export interface QuickView$ActionSelectedEventParameters {
12923
12923
  /**
12924
12924
  * Id of selected ThingAction
12925
12925
  */
@@ -12937,19 +12937,25 @@ declare module "sap/ui/ux3/QuickView" {
12937
12937
  newState?: string;
12938
12938
  }
12939
12939
 
12940
- export interface $QuickViewFeedSubmitEventParameters {
12940
+ export type QuickView$ActionSelectedEvent = Event<QuickView$ActionSelectedEventParameters>;
12941
+
12942
+ export interface QuickView$FeedSubmitEventParameters {
12941
12943
  /**
12942
12944
  * Feed text
12943
12945
  */
12944
12946
  text?: string;
12945
12947
  }
12946
12948
 
12947
- export interface $QuickViewNavigateEventParameters {
12949
+ export type QuickView$FeedSubmitEvent = Event<QuickView$FeedSubmitEventParameters>;
12950
+
12951
+ export interface QuickView$NavigateEventParameters {
12948
12952
  /**
12949
12953
  * URI of the Thing Inspector application.
12950
12954
  */
12951
12955
  href?: string;
12952
12956
  }
12957
+
12958
+ export type QuickView$NavigateEvent = Event<QuickView$NavigateEventParameters>;
12953
12959
  }
12954
12960
 
12955
12961
  declare module "sap/ui/ux3/Shell" {
@@ -12985,7 +12991,7 @@ declare module "sap/ui/ux3/Shell" {
12985
12991
  * to be added to a direct child of the BODY tag of a page and there should be no other parts of the page
12986
12992
  * consuming space outside the Shell.
12987
12993
  */
12988
- class Shell extends Control {
12994
+ export default class Shell extends Control {
12989
12995
  /**
12990
12996
  * Constructor for a new Shell.
12991
12997
  *
@@ -13223,7 +13229,7 @@ declare module "sap/ui/ux3/Shell" {
13223
13229
  /**
13224
13230
  * The function to be called when the event occurs
13225
13231
  */
13226
- fnFunction: (p1: Event<$ShellPaneBarItemSelectedEventParameters>) => void,
13232
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
13227
13233
  /**
13228
13234
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13229
13235
  */
@@ -13245,14 +13251,14 @@ declare module "sap/ui/ux3/Shell" {
13245
13251
  /**
13246
13252
  * The function to be called when the event occurs
13247
13253
  */
13248
- fnFunction: (p1: Event<$ShellPaneBarItemSelectedEventParameters>) => void,
13254
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
13249
13255
  /**
13250
13256
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13251
13257
  */
13252
13258
  oListener?: object
13253
13259
  ): this;
13254
13260
  /**
13255
- * @SINCE 1.12.0
13261
+ * @since 1.12.0
13256
13262
  *
13257
13263
  * Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
13258
13264
  *
@@ -13273,14 +13279,14 @@ declare module "sap/ui/ux3/Shell" {
13273
13279
  /**
13274
13280
  * The function to be called when the event occurs
13275
13281
  */
13276
- fnFunction: (p1: Event<$ShellPaneClosedEventParameters>) => void,
13282
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
13277
13283
  /**
13278
13284
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13279
13285
  */
13280
13286
  oListener?: object
13281
13287
  ): this;
13282
13288
  /**
13283
- * @SINCE 1.12.0
13289
+ * @since 1.12.0
13284
13290
  *
13285
13291
  * Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
13286
13292
  *
@@ -13296,7 +13302,7 @@ declare module "sap/ui/ux3/Shell" {
13296
13302
  /**
13297
13303
  * The function to be called when the event occurs
13298
13304
  */
13299
- fnFunction: (p1: Event<$ShellPaneClosedEventParameters>) => void,
13305
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
13300
13306
  /**
13301
13307
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13302
13308
  */
@@ -13370,7 +13376,7 @@ declare module "sap/ui/ux3/Shell" {
13370
13376
  /**
13371
13377
  * The function to be called when the event occurs
13372
13378
  */
13373
- fnFunction: (p1: Event<$ShellWorksetItemSelectedEventParameters>) => void,
13379
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
13374
13380
  /**
13375
13381
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13376
13382
  */
@@ -13394,7 +13400,7 @@ declare module "sap/ui/ux3/Shell" {
13394
13400
  /**
13395
13401
  * The function to be called when the event occurs
13396
13402
  */
13397
- fnFunction: (p1: Event<$ShellWorksetItemSelectedEventParameters>) => void,
13403
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
13398
13404
  /**
13399
13405
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
13400
13406
  */
@@ -13419,7 +13425,7 @@ declare module "sap/ui/ux3/Shell" {
13419
13425
  */
13420
13426
  destroyHeaderItems(): this;
13421
13427
  /**
13422
- * @SINCE 1.7.0
13428
+ * @since 1.7.0
13423
13429
  *
13424
13430
  * Destroys the notificationBar in the aggregation {@link #getNotificationBar notificationBar}.
13425
13431
  *
@@ -13496,14 +13502,14 @@ declare module "sap/ui/ux3/Shell" {
13496
13502
  /**
13497
13503
  * The function to be called, when the event occurs
13498
13504
  */
13499
- fnFunction: (p1: Event<$ShellPaneBarItemSelectedEventParameters>) => void,
13505
+ fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
13500
13506
  /**
13501
13507
  * Context object on which the given function had to be called
13502
13508
  */
13503
13509
  oListener?: object
13504
13510
  ): this;
13505
13511
  /**
13506
- * @SINCE 1.12.0
13512
+ * @since 1.12.0
13507
13513
  *
13508
13514
  * Detaches event handler `fnFunction` from the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
13509
13515
  *
@@ -13515,7 +13521,7 @@ declare module "sap/ui/ux3/Shell" {
13515
13521
  /**
13516
13522
  * The function to be called, when the event occurs
13517
13523
  */
13518
- fnFunction: (p1: Event<$ShellPaneClosedEventParameters>) => void,
13524
+ fnFunction: (p1: Shell$PaneClosedEvent) => void,
13519
13525
  /**
13520
13526
  * Context object on which the given function had to be called
13521
13527
  */
@@ -13550,14 +13556,14 @@ declare module "sap/ui/ux3/Shell" {
13550
13556
  /**
13551
13557
  * The function to be called, when the event occurs
13552
13558
  */
13553
- fnFunction: (p1: Event<$ShellWorksetItemSelectedEventParameters>) => void,
13559
+ fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
13554
13560
  /**
13555
13561
  * Context object on which the given function had to be called
13556
13562
  */
13557
13563
  oListener?: object
13558
13564
  ): this;
13559
13565
  /**
13560
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13566
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13561
13567
  *
13562
13568
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
13563
13569
  *
@@ -13570,7 +13576,7 @@ declare module "sap/ui/ux3/Shell" {
13570
13576
  mParameters?: object
13571
13577
  ): this;
13572
13578
  /**
13573
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13579
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13574
13580
  *
13575
13581
  * Fires event {@link #event:logout logout} to attached listeners.
13576
13582
  *
@@ -13583,7 +13589,7 @@ declare module "sap/ui/ux3/Shell" {
13583
13589
  mParameters?: object
13584
13590
  ): this;
13585
13591
  /**
13586
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13592
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13587
13593
  *
13588
13594
  * Fires event {@link #event:paneBarItemSelected paneBarItemSelected} to attached listeners.
13589
13595
  *
@@ -13593,11 +13599,11 @@ declare module "sap/ui/ux3/Shell" {
13593
13599
  /**
13594
13600
  * Parameters to pass along with the event
13595
13601
  */
13596
- mParameters?: $ShellPaneBarItemSelectedEventParameters
13602
+ mParameters?: Shell$PaneBarItemSelectedEventParameters
13597
13603
  ): this;
13598
13604
  /**
13599
- * @SINCE 1.12.0
13600
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13605
+ * @since 1.12.0
13606
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13601
13607
  *
13602
13608
  * Fires event {@link #event:paneClosed paneClosed} to attached listeners.
13603
13609
  *
@@ -13607,10 +13613,10 @@ declare module "sap/ui/ux3/Shell" {
13607
13613
  /**
13608
13614
  * Parameters to pass along with the event
13609
13615
  */
13610
- mParameters?: $ShellPaneClosedEventParameters
13616
+ mParameters?: Shell$PaneClosedEventParameters
13611
13617
  ): this;
13612
13618
  /**
13613
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13619
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13614
13620
  *
13615
13621
  * Fires event {@link #event:search search} to attached listeners.
13616
13622
  *
@@ -13623,7 +13629,7 @@ declare module "sap/ui/ux3/Shell" {
13623
13629
  mParameters?: object
13624
13630
  ): this;
13625
13631
  /**
13626
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13632
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13627
13633
  *
13628
13634
  * Fires event {@link #event:worksetItemSelected worksetItemSelected} to attached listeners.
13629
13635
  *
@@ -13636,10 +13642,10 @@ declare module "sap/ui/ux3/Shell" {
13636
13642
  /**
13637
13643
  * Parameters to pass along with the event
13638
13644
  */
13639
- mParameters?: $ShellWorksetItemSelectedEventParameters
13645
+ mParameters?: Shell$WorksetItemSelectedEventParameters
13640
13646
  ): boolean;
13641
13647
  /**
13642
- * @SINCE 1.14.0
13648
+ * @since 1.14.0
13643
13649
  *
13644
13650
  * Gets current value of property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
13645
13651
  *
@@ -13671,7 +13677,7 @@ declare module "sap/ui/ux3/Shell" {
13671
13677
  */
13672
13678
  getAppIconTooltip(): string;
13673
13679
  /**
13674
- * @SINCE 1.9.0
13680
+ * @since 1.9.0
13675
13681
  *
13676
13682
  * Gets current value of property {@link #getApplyContentPadding applyContentPadding}.
13677
13683
  *
@@ -13699,7 +13705,7 @@ declare module "sap/ui/ux3/Shell" {
13699
13705
  */
13700
13706
  getContent(): Control[];
13701
13707
  /**
13702
- * @SINCE 1.12.0
13708
+ * @since 1.12.0
13703
13709
  *
13704
13710
  * Gets current value of property {@link #getDesignType designType}.
13705
13711
  *
@@ -13711,7 +13717,7 @@ declare module "sap/ui/ux3/Shell" {
13711
13717
  */
13712
13718
  getDesignType(): ShellDesignType | keyof typeof ShellDesignType;
13713
13719
  /**
13714
- * @SINCE 1.9.0
13720
+ * @since 1.9.0
13715
13721
  *
13716
13722
  * Gets current value of property {@link #getFullHeightContent fullHeightContent}.
13717
13723
  *
@@ -13743,7 +13749,7 @@ declare module "sap/ui/ux3/Shell" {
13743
13749
  */
13744
13750
  getHeaderType(): ShellHeaderType | keyof typeof ShellHeaderType;
13745
13751
  /**
13746
- * @SINCE 1.9.0
13752
+ * @since 1.9.0
13747
13753
  *
13748
13754
  * Gets current value of property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
13749
13755
  *
@@ -13754,7 +13760,7 @@ declare module "sap/ui/ux3/Shell" {
13754
13760
  */
13755
13761
  getLogoutButtonTooltip(): string;
13756
13762
  /**
13757
- * @SINCE 1.7.0
13763
+ * @since 1.7.0
13758
13764
  *
13759
13765
  * Gets content of aggregation {@link #getNotificationBar notificationBar}.
13760
13766
  *
@@ -14195,7 +14201,7 @@ declare module "sap/ui/ux3/Shell" {
14195
14201
  vWorksetItem: int | string | NavigationItem
14196
14202
  ): NavigationItem | null;
14197
14203
  /**
14198
- * @SINCE 1.14.0
14204
+ * @since 1.14.0
14199
14205
  *
14200
14206
  * Sets a new value for property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
14201
14207
  *
@@ -14248,7 +14254,7 @@ declare module "sap/ui/ux3/Shell" {
14248
14254
  sAppIconTooltip?: string
14249
14255
  ): this;
14250
14256
  /**
14251
- * @SINCE 1.9.0
14257
+ * @since 1.9.0
14252
14258
  *
14253
14259
  * Sets a new value for property {@link #getApplyContentPadding applyContentPadding}.
14254
14260
  *
@@ -14304,7 +14310,7 @@ declare module "sap/ui/ux3/Shell" {
14304
14310
  bDestroyOldContent: boolean
14305
14311
  ): Control[];
14306
14312
  /**
14307
- * @SINCE 1.12.0
14313
+ * @since 1.12.0
14308
14314
  *
14309
14315
  * Sets a new value for property {@link #getDesignType designType}.
14310
14316
  *
@@ -14323,7 +14329,7 @@ declare module "sap/ui/ux3/Shell" {
14323
14329
  sDesignType?: ShellDesignType | keyof typeof ShellDesignType
14324
14330
  ): this;
14325
14331
  /**
14326
- * @SINCE 1.9.0
14332
+ * @since 1.9.0
14327
14333
  *
14328
14334
  * Sets a new value for property {@link #getFullHeightContent fullHeightContent}.
14329
14335
  *
@@ -14362,7 +14368,7 @@ declare module "sap/ui/ux3/Shell" {
14362
14368
  sHeaderType?: ShellHeaderType | keyof typeof ShellHeaderType
14363
14369
  ): this;
14364
14370
  /**
14365
- * @SINCE 1.9.0
14371
+ * @since 1.9.0
14366
14372
  *
14367
14373
  * Sets a new value for property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
14368
14374
  *
@@ -14380,8 +14386,8 @@ declare module "sap/ui/ux3/Shell" {
14380
14386
  sLogoutButtonTooltip?: string
14381
14387
  ): this;
14382
14388
  /**
14383
- * @SINCE 1.7.0
14384
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14389
+ * @since 1.7.0
14390
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14385
14391
  *
14386
14392
  * Moves the complete Shell away from the right window border by the given number of pixels (left border
14387
14393
  * in RTL case).
@@ -14564,7 +14570,6 @@ declare module "sap/ui/ux3/Shell" {
14564
14570
  bShowTools?: boolean
14565
14571
  ): this;
14566
14572
  }
14567
- export default Shell;
14568
14573
 
14569
14574
  export interface $ShellSettings extends $ControlSettings {
14570
14575
  /**
@@ -14592,7 +14597,7 @@ declare module "sap/ui/ux3/Shell" {
14592
14597
  showLogoutButton?: boolean | PropertyBindingInfo | `{${string}}`;
14593
14598
 
14594
14599
  /**
14595
- * @SINCE 1.9.0
14600
+ * @since 1.9.0
14596
14601
  *
14597
14602
  * The tooltip to be displayed for the Logout Button of the Shell. If not set, a text meaning "Logout" in
14598
14603
  * the current language will be displayed.
@@ -14638,7 +14643,7 @@ declare module "sap/ui/ux3/Shell" {
14638
14643
  | `{${string}}`;
14639
14644
 
14640
14645
  /**
14641
- * @SINCE 1.12.0
14646
+ * @since 1.12.0
14642
14647
  *
14643
14648
  * Defines which design type is to be used.
14644
14649
  */
@@ -14654,14 +14659,14 @@ declare module "sap/ui/ux3/Shell" {
14654
14659
  paneWidth?: int | PropertyBindingInfo | `{${string}}`;
14655
14660
 
14656
14661
  /**
14657
- * @SINCE 1.9.0
14662
+ * @since 1.9.0
14658
14663
  *
14659
14664
  * Whether the Shell content area should have a theme-dependent padding or not.
14660
14665
  */
14661
14666
  applyContentPadding?: boolean | PropertyBindingInfo | `{${string}}`;
14662
14667
 
14663
14668
  /**
14664
- * @SINCE 1.9.0
14669
+ * @since 1.9.0
14665
14670
  *
14666
14671
  * If set to true, the content area has a defined height. This means that any content put inside can use
14667
14672
  * "100%" height in CSS and will then consume all available space. However, if content is larger, scrollbars
@@ -14670,7 +14675,7 @@ declare module "sap/ui/ux3/Shell" {
14670
14675
  fullHeightContent?: boolean | PropertyBindingInfo | `{${string}}`;
14671
14676
 
14672
14677
  /**
14673
- * @SINCE 1.14.0
14678
+ * @since 1.14.0
14674
14679
  *
14675
14680
  * Whether the Shell header (Title Area + Header Items) can be accessed when an Overlay, OverlayContainer
14676
14681
  * or ThingInspector is open.
@@ -14718,7 +14723,7 @@ declare module "sap/ui/ux3/Shell" {
14718
14723
  headerItems?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
14719
14724
 
14720
14725
  /**
14721
- * @SINCE 1.7.0
14726
+ * @since 1.7.0
14722
14727
  *
14723
14728
  * The NotificationBar which should be integrated into the Shell.
14724
14729
  */
@@ -14739,17 +14744,13 @@ declare module "sap/ui/ux3/Shell" {
14739
14744
  * is responsible for displaying the correct content for the selected one of the newly created sub-items.
14740
14745
  * The Shell will currently always mark the first sub-item as selected.
14741
14746
  */
14742
- worksetItemSelected?: (
14743
- oEvent: Event<$ShellWorksetItemSelectedEventParameters>
14744
- ) => void;
14747
+ worksetItemSelected?: (oEvent: Shell$WorksetItemSelectedEvent) => void;
14745
14748
 
14746
14749
  /**
14747
14750
  * An item in the right-hand-side pane bar has been selected, the pane is now visible and can be filled
14748
14751
  * with UI elements.
14749
14752
  */
14750
- paneBarItemSelected?: (
14751
- oEvent: Event<$ShellPaneBarItemSelectedEventParameters>
14752
- ) => void;
14753
+ paneBarItemSelected?: (oEvent: Shell$PaneBarItemSelectedEvent) => void;
14753
14754
 
14754
14755
  /**
14755
14756
  * Fired when the user clicks the "Log-off" button
@@ -14767,19 +14768,23 @@ declare module "sap/ui/ux3/Shell" {
14767
14768
  feedSubmit?: (oEvent: Event) => void;
14768
14769
 
14769
14770
  /**
14770
- * @SINCE 1.12.0
14771
+ * @since 1.12.0
14771
14772
  *
14772
14773
  * Fired after a side pane of the shell is closed. It is also fired, when an open pane is closed by calling
14773
14774
  * setShowPane(false), if and only if the pane was opened before.
14774
14775
  */
14775
- paneClosed?: (oEvent: Event<$ShellPaneClosedEventParameters>) => void;
14776
+ paneClosed?: (oEvent: Shell$PaneClosedEvent) => void;
14776
14777
  }
14777
14778
 
14778
- export interface $ShellFeedSubmitEventParameters {}
14779
+ export interface Shell$FeedSubmitEventParameters {}
14780
+
14781
+ export type Shell$FeedSubmitEvent = Event<Shell$FeedSubmitEventParameters>;
14779
14782
 
14780
- export interface $ShellLogoutEventParameters {}
14783
+ export interface Shell$LogoutEventParameters {}
14781
14784
 
14782
- export interface $ShellPaneBarItemSelectedEventParameters {
14785
+ export type Shell$LogoutEvent = Event<Shell$LogoutEventParameters>;
14786
+
14787
+ export interface Shell$PaneBarItemSelectedEventParameters {
14783
14788
  /**
14784
14789
  * The ID of the selected PaneBarItem.
14785
14790
  */
@@ -14796,16 +14801,22 @@ declare module "sap/ui/ux3/Shell" {
14796
14801
  key?: string;
14797
14802
  }
14798
14803
 
14799
- export interface $ShellPaneClosedEventParameters {
14804
+ export type Shell$PaneBarItemSelectedEvent = Event<Shell$PaneBarItemSelectedEventParameters>;
14805
+
14806
+ export interface Shell$PaneClosedEventParameters {
14800
14807
  /**
14801
14808
  * The id of the PaneBarItem to which the closed pane belonged.
14802
14809
  */
14803
14810
  id?: string;
14804
14811
  }
14805
14812
 
14806
- export interface $ShellSearchEventParameters {}
14813
+ export type Shell$PaneClosedEvent = Event<Shell$PaneClosedEventParameters>;
14814
+
14815
+ export interface Shell$SearchEventParameters {}
14816
+
14817
+ export type Shell$SearchEvent = Event<Shell$SearchEventParameters>;
14807
14818
 
14808
- export interface $ShellWorksetItemSelectedEventParameters {
14819
+ export interface Shell$WorksetItemSelectedEventParameters {
14809
14820
  /**
14810
14821
  * The id of the workset item that has been newly selected by the user. If a top-level item has been clicked
14811
14822
  * which has sub-items, the ID of the currently active sub-item (/leaf) is given.
@@ -14822,23 +14833,25 @@ declare module "sap/ui/ux3/Shell" {
14822
14833
  */
14823
14834
  key?: string;
14824
14835
  }
14836
+
14837
+ export type Shell$WorksetItemSelectedEvent = Event<Shell$WorksetItemSelectedEventParameters>;
14825
14838
  }
14826
14839
 
14827
14840
  declare module "sap/ui/ux3/ThingAction" {
14828
14841
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
14829
14842
 
14830
- import Event from "sap/ui/base/Event";
14831
-
14832
14843
  import ElementMetadata from "sap/ui/core/ElementMetadata";
14833
14844
 
14834
14845
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
14835
14846
 
14847
+ import Event from "sap/ui/base/Event";
14848
+
14836
14849
  /**
14837
14850
  * @deprecated (since 1.38)
14838
14851
  *
14839
14852
  * Thing Action for Swatch, QuickView, Thinginspector
14840
14853
  */
14841
- class ThingAction extends UI5Element {
14854
+ export default class ThingAction extends UI5Element {
14842
14855
  /**
14843
14856
  * Constructor for a new ThingAction.
14844
14857
  *
@@ -14918,7 +14931,7 @@ declare module "sap/ui/ux3/ThingAction" {
14918
14931
  /**
14919
14932
  * The function to be called when the event occurs
14920
14933
  */
14921
- fnFunction: (p1: Event<$ThingActionSelectEventParameters>) => void,
14934
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
14922
14935
  /**
14923
14936
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
14924
14937
  */
@@ -14938,7 +14951,7 @@ declare module "sap/ui/ux3/ThingAction" {
14938
14951
  /**
14939
14952
  * The function to be called when the event occurs
14940
14953
  */
14941
- fnFunction: (p1: Event<$ThingActionSelectEventParameters>) => void,
14954
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
14942
14955
  /**
14943
14956
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
14944
14957
  */
@@ -14955,14 +14968,14 @@ declare module "sap/ui/ux3/ThingAction" {
14955
14968
  /**
14956
14969
  * The function to be called, when the event occurs
14957
14970
  */
14958
- fnFunction: (p1: Event<$ThingActionSelectEventParameters>) => void,
14971
+ fnFunction: (p1: ThingAction$SelectEvent) => void,
14959
14972
  /**
14960
14973
  * Context object on which the given function had to be called
14961
14974
  */
14962
14975
  oListener?: object
14963
14976
  ): this;
14964
14977
  /**
14965
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14978
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14966
14979
  *
14967
14980
  * Fires event {@link #event:select select} to attached listeners.
14968
14981
  *
@@ -14972,7 +14985,7 @@ declare module "sap/ui/ux3/ThingAction" {
14972
14985
  /**
14973
14986
  * Parameters to pass along with the event
14974
14987
  */
14975
- mParameters?: $ThingActionSelectEventParameters
14988
+ mParameters?: ThingAction$SelectEventParameters
14976
14989
  ): this;
14977
14990
  /**
14978
14991
  * Gets current value of property {@link #getEnabled enabled}.
@@ -15025,7 +15038,6 @@ declare module "sap/ui/ux3/ThingAction" {
15025
15038
  sText?: string
15026
15039
  ): this;
15027
15040
  }
15028
- export default ThingAction;
15029
15041
 
15030
15042
  export interface $ThingActionSettings extends $ElementSettings {
15031
15043
  /**
@@ -15041,10 +15053,10 @@ declare module "sap/ui/ux3/ThingAction" {
15041
15053
  /**
15042
15054
  * Event will be fired when the action was triggered.
15043
15055
  */
15044
- select?: (oEvent: Event<$ThingActionSelectEventParameters>) => void;
15056
+ select?: (oEvent: ThingAction$SelectEvent) => void;
15045
15057
  }
15046
15058
 
15047
- export interface $ThingActionSelectEventParameters {
15059
+ export interface ThingAction$SelectEventParameters {
15048
15060
  /**
15049
15061
  * Id of selected action
15050
15062
  */
@@ -15055,6 +15067,8 @@ declare module "sap/ui/ux3/ThingAction" {
15055
15067
  */
15056
15068
  action?: ThingAction;
15057
15069
  }
15070
+
15071
+ export type ThingAction$SelectEvent = Event<ThingAction$SelectEventParameters>;
15058
15072
  }
15059
15073
 
15060
15074
  declare module "sap/ui/ux3/ThingGroup" {
@@ -15074,7 +15088,7 @@ declare module "sap/ui/ux3/ThingGroup" {
15074
15088
  *
15075
15089
  * Thing Group Area
15076
15090
  */
15077
- class ThingGroup extends UI5Element {
15091
+ export default class ThingGroup extends UI5Element {
15078
15092
  /**
15079
15093
  * Constructor for a new ThingGroup.
15080
15094
  *
@@ -15328,7 +15342,6 @@ declare module "sap/ui/ux3/ThingGroup" {
15328
15342
  sTitle?: string
15329
15343
  ): this;
15330
15344
  }
15331
- export default ThingGroup;
15332
15345
 
15333
15346
  export interface $ThingGroupSettings extends $ElementSettings {
15334
15347
  /**
@@ -15366,8 +15379,6 @@ declare module "sap/ui/ux3/ThingInspector" {
15366
15379
 
15367
15380
  import ThingGroup from "sap/ui/ux3/ThingGroup";
15368
15381
 
15369
- import Event from "sap/ui/base/Event";
15370
-
15371
15382
  import ActionBar from "sap/ui/ux3/ActionBar";
15372
15383
 
15373
15384
  import { FollowActionState, ThingViewerHeaderType } from "sap/ui/ux3/library";
@@ -15381,12 +15392,14 @@ declare module "sap/ui/ux3/ThingInspector" {
15381
15392
  AggregationBindingInfo,
15382
15393
  } from "sap/ui/base/ManagedObject";
15383
15394
 
15395
+ import Event from "sap/ui/base/Event";
15396
+
15384
15397
  /**
15385
15398
  * @deprecated (since 1.38) - There is not an exact replacement.
15386
15399
  *
15387
15400
  * Thing Inspector
15388
15401
  */
15389
- class ThingInspector extends Overlay {
15402
+ export default class ThingInspector extends Overlay {
15390
15403
  /**
15391
15404
  * Constructor for a new ThingInspector.
15392
15405
  *
@@ -15511,9 +15524,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15511
15524
  /**
15512
15525
  * The function to be called when the event occurs
15513
15526
  */
15514
- fnFunction: (
15515
- p1: Event<$ThingInspectorActionSelectedEventParameters>
15516
- ) => void,
15527
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
15517
15528
  /**
15518
15529
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15519
15530
  */
@@ -15534,9 +15545,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15534
15545
  /**
15535
15546
  * The function to be called when the event occurs
15536
15547
  */
15537
- fnFunction: (
15538
- p1: Event<$ThingInspectorActionSelectedEventParameters>
15539
- ) => void,
15548
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
15540
15549
  /**
15541
15550
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15542
15551
  */
@@ -15562,9 +15571,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15562
15571
  /**
15563
15572
  * The function to be called when the event occurs
15564
15573
  */
15565
- fnFunction: (
15566
- p1: Event<$ThingInspectorFacetSelectedEventParameters>
15567
- ) => void,
15574
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
15568
15575
  /**
15569
15576
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15570
15577
  */
@@ -15585,9 +15592,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15585
15592
  /**
15586
15593
  * The function to be called when the event occurs
15587
15594
  */
15588
- fnFunction: (
15589
- p1: Event<$ThingInspectorFacetSelectedEventParameters>
15590
- ) => void,
15595
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
15591
15596
  /**
15592
15597
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15593
15598
  */
@@ -15612,7 +15617,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15612
15617
  /**
15613
15618
  * The function to be called when the event occurs
15614
15619
  */
15615
- fnFunction: (p1: Event<$ThingInspectorFeedSubmitEventParameters>) => void,
15620
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
15616
15621
  /**
15617
15622
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15618
15623
  */
@@ -15632,7 +15637,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15632
15637
  /**
15633
15638
  * The function to be called when the event occurs
15634
15639
  */
15635
- fnFunction: (p1: Event<$ThingInspectorFeedSubmitEventParameters>) => void,
15640
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
15636
15641
  /**
15637
15642
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
15638
15643
  */
@@ -15680,9 +15685,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15680
15685
  /**
15681
15686
  * The function to be called, when the event occurs
15682
15687
  */
15683
- fnFunction: (
15684
- p1: Event<$ThingInspectorActionSelectedEventParameters>
15685
- ) => void,
15688
+ fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
15686
15689
  /**
15687
15690
  * Context object on which the given function had to be called
15688
15691
  */
@@ -15700,9 +15703,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15700
15703
  /**
15701
15704
  * The function to be called, when the event occurs
15702
15705
  */
15703
- fnFunction: (
15704
- p1: Event<$ThingInspectorFacetSelectedEventParameters>
15705
- ) => void,
15706
+ fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
15706
15707
  /**
15707
15708
  * Context object on which the given function had to be called
15708
15709
  */
@@ -15719,14 +15720,14 @@ declare module "sap/ui/ux3/ThingInspector" {
15719
15720
  /**
15720
15721
  * The function to be called, when the event occurs
15721
15722
  */
15722
- fnFunction: (p1: Event<$ThingInspectorFeedSubmitEventParameters>) => void,
15723
+ fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
15723
15724
  /**
15724
15725
  * Context object on which the given function had to be called
15725
15726
  */
15726
15727
  oListener?: object
15727
15728
  ): this;
15728
15729
  /**
15729
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15730
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15730
15731
  *
15731
15732
  * Fires event {@link #event:actionSelected actionSelected} to attached listeners.
15732
15733
  *
@@ -15736,10 +15737,10 @@ declare module "sap/ui/ux3/ThingInspector" {
15736
15737
  /**
15737
15738
  * Parameters to pass along with the event
15738
15739
  */
15739
- mParameters?: $ThingInspectorActionSelectedEventParameters
15740
+ mParameters?: ThingInspector$ActionSelectedEventParameters
15740
15741
  ): this;
15741
15742
  /**
15742
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15743
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15743
15744
  *
15744
15745
  * Fires event {@link #event:facetSelected facetSelected} to attached listeners.
15745
15746
  *
@@ -15752,10 +15753,10 @@ declare module "sap/ui/ux3/ThingInspector" {
15752
15753
  /**
15753
15754
  * Parameters to pass along with the event
15754
15755
  */
15755
- mParameters?: $ThingInspectorFacetSelectedEventParameters
15756
+ mParameters?: ThingInspector$FacetSelectedEventParameters
15756
15757
  ): boolean;
15757
15758
  /**
15758
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15759
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15759
15760
  *
15760
15761
  * Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
15761
15762
  *
@@ -15765,7 +15766,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15765
15766
  /**
15766
15767
  * Parameters to pass along with the event
15767
15768
  */
15768
- mParameters?: $ThingInspectorFeedSubmitEventParameters
15769
+ mParameters?: ThingInspector$FeedSubmitEventParameters
15769
15770
  ): this;
15770
15771
  /**
15771
15772
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -15866,7 +15867,7 @@ declare module "sap/ui/ux3/ThingInspector" {
15866
15867
  */
15867
15868
  getHeaderContent(): ThingGroup[];
15868
15869
  /**
15869
- * @SINCE 1.16.3
15870
+ * @since 1.16.3
15870
15871
  *
15871
15872
  * Gets current value of property {@link #getHeaderType headerType}.
15872
15873
  *
@@ -16241,7 +16242,7 @@ declare module "sap/ui/ux3/ThingInspector" {
16241
16242
  sFollowState?: FollowActionState | keyof typeof FollowActionState
16242
16243
  ): this;
16243
16244
  /**
16244
- * @SINCE 1.16.3
16245
+ * @since 1.16.3
16245
16246
  *
16246
16247
  * Sets a new value for property {@link #getHeaderType headerType}.
16247
16248
  *
@@ -16334,7 +16335,6 @@ declare module "sap/ui/ux3/ThingInspector" {
16334
16335
  bUpdateActionEnabled?: boolean
16335
16336
  ): this;
16336
16337
  }
16337
- export default ThingInspector;
16338
16338
 
16339
16339
  export interface $ThingInspectorSettings extends $OverlaySettings {
16340
16340
  /**
@@ -16396,7 +16396,7 @@ declare module "sap/ui/ux3/ThingInspector" {
16396
16396
  flagActionEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
16397
16397
 
16398
16398
  /**
16399
- * @SINCE 1.16.3
16399
+ * @since 1.16.3
16400
16400
  *
16401
16401
  * Defines which header type should be used.
16402
16402
  */
@@ -16454,27 +16454,21 @@ declare module "sap/ui/ux3/ThingInspector" {
16454
16454
  /**
16455
16455
  * Further thing related Action selected
16456
16456
  */
16457
- actionSelected?: (
16458
- oEvent: Event<$ThingInspectorActionSelectedEventParameters>
16459
- ) => void;
16457
+ actionSelected?: (oEvent: ThingInspector$ActionSelectedEvent) => void;
16460
16458
 
16461
16459
  /**
16462
16460
  * Event for facet selection. The application is responsible for displaying the correct content for the
16463
16461
  * selected one. The ThingInspector will currently always mark the first facet as selected.
16464
16462
  */
16465
- facetSelected?: (
16466
- oEvent: Event<$ThingInspectorFacetSelectedEventParameters>
16467
- ) => void;
16463
+ facetSelected?: (oEvent: ThingInspector$FacetSelectedEvent) => void;
16468
16464
 
16469
16465
  /**
16470
16466
  * Fired when a new feed entry is submitted.
16471
16467
  */
16472
- feedSubmit?: (
16473
- oEvent: Event<$ThingInspectorFeedSubmitEventParameters>
16474
- ) => void;
16468
+ feedSubmit?: (oEvent: ThingInspector$FeedSubmitEvent) => void;
16475
16469
  }
16476
16470
 
16477
- export interface $ThingInspectorActionSelectedEventParameters {
16471
+ export interface ThingInspector$ActionSelectedEventParameters {
16478
16472
  /**
16479
16473
  * Id of selected ThingAction
16480
16474
  */
@@ -16486,7 +16480,9 @@ declare module "sap/ui/ux3/ThingInspector" {
16486
16480
  action?: ThingAction;
16487
16481
  }
16488
16482
 
16489
- export interface $ThingInspectorFacetSelectedEventParameters {
16483
+ export type ThingInspector$ActionSelectedEvent = Event<ThingInspector$ActionSelectedEventParameters>;
16484
+
16485
+ export interface ThingInspector$FacetSelectedEventParameters {
16490
16486
  /**
16491
16487
  * Id of selected NavigationItem
16492
16488
  */
@@ -16503,12 +16499,16 @@ declare module "sap/ui/ux3/ThingInspector" {
16503
16499
  key?: string;
16504
16500
  }
16505
16501
 
16506
- export interface $ThingInspectorFeedSubmitEventParameters {
16502
+ export type ThingInspector$FacetSelectedEvent = Event<ThingInspector$FacetSelectedEventParameters>;
16503
+
16504
+ export interface ThingInspector$FeedSubmitEventParameters {
16507
16505
  /**
16508
16506
  * Feed text
16509
16507
  */
16510
16508
  text?: string;
16511
16509
  }
16510
+
16511
+ export type ThingInspector$FeedSubmitEvent = Event<ThingInspector$FeedSubmitEventParameters>;
16512
16512
  }
16513
16513
 
16514
16514
  declare module "sap/ui/ux3/ThingViewer" {
@@ -16518,8 +16518,6 @@ declare module "sap/ui/ux3/ThingViewer" {
16518
16518
 
16519
16519
  import ThingGroup from "sap/ui/ux3/ThingGroup";
16520
16520
 
16521
- import Event from "sap/ui/base/Event";
16522
-
16523
16521
  import ActionBar from "sap/ui/ux3/ActionBar";
16524
16522
 
16525
16523
  import { ThingViewerHeaderType } from "sap/ui/ux3/library";
@@ -16533,15 +16531,17 @@ declare module "sap/ui/ux3/ThingViewer" {
16533
16531
  AggregationBindingInfo,
16534
16532
  } from "sap/ui/base/ManagedObject";
16535
16533
 
16534
+ import Event from "sap/ui/base/Event";
16535
+
16536
16536
  /**
16537
- * @SINCE 1.9.1
16537
+ * @since 1.9.1
16538
16538
  * @deprecated (since 1.38) - There is not an exact replacement.
16539
16539
  *
16540
16540
  * ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar. The control can
16541
16541
  * be added to a Parent container that has a defined width. The ThingViewer fill the whole container. If
16542
16542
  * the parent container has no width defined the control will not work properly.
16543
16543
  */
16544
- class ThingViewer extends Control {
16544
+ export default class ThingViewer extends Control {
16545
16545
  /**
16546
16546
  * Constructor for a new ThingViewer.
16547
16547
  *
@@ -16655,7 +16655,7 @@ declare module "sap/ui/ux3/ThingViewer" {
16655
16655
  /**
16656
16656
  * The function to be called when the event occurs
16657
16657
  */
16658
- fnFunction: (p1: Event<$ThingViewerFacetSelectedEventParameters>) => void,
16658
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16659
16659
  /**
16660
16660
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
16661
16661
  */
@@ -16676,7 +16676,7 @@ declare module "sap/ui/ux3/ThingViewer" {
16676
16676
  /**
16677
16677
  * The function to be called when the event occurs
16678
16678
  */
16679
- fnFunction: (p1: Event<$ThingViewerFacetSelectedEventParameters>) => void,
16679
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16680
16680
  /**
16681
16681
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
16682
16682
  */
@@ -16718,14 +16718,14 @@ declare module "sap/ui/ux3/ThingViewer" {
16718
16718
  /**
16719
16719
  * The function to be called, when the event occurs
16720
16720
  */
16721
- fnFunction: (p1: Event<$ThingViewerFacetSelectedEventParameters>) => void,
16721
+ fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
16722
16722
  /**
16723
16723
  * Context object on which the given function had to be called
16724
16724
  */
16725
16725
  oListener?: object
16726
16726
  ): this;
16727
16727
  /**
16728
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16728
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16729
16729
  *
16730
16730
  * Fires event {@link #event:facetSelected facetSelected} to attached listeners.
16731
16731
  *
@@ -16738,7 +16738,7 @@ declare module "sap/ui/ux3/ThingViewer" {
16738
16738
  /**
16739
16739
  * Parameters to pass along with the event
16740
16740
  */
16741
- mParameters?: $ThingViewerFacetSelectedEventParameters
16741
+ mParameters?: ThingViewer$FacetSelectedEventParameters
16742
16742
  ): boolean;
16743
16743
  /**
16744
16744
  * Gets content of aggregation {@link #getActionBar actionBar}.
@@ -16765,7 +16765,7 @@ declare module "sap/ui/ux3/ThingViewer" {
16765
16765
  */
16766
16766
  getHeaderContent(): ThingGroup[];
16767
16767
  /**
16768
- * @SINCE 1.16.3
16768
+ * @since 1.16.3
16769
16769
  *
16770
16770
  * Gets current value of property {@link #getHeaderType headerType}.
16771
16771
  *
@@ -16989,7 +16989,7 @@ declare module "sap/ui/ux3/ThingViewer" {
16989
16989
  oActionBar: ActionBar
16990
16990
  ): this;
16991
16991
  /**
16992
- * @SINCE 1.16.3
16992
+ * @since 1.16.3
16993
16993
  *
16994
16994
  * Sets a new value for property {@link #getHeaderType headerType}.
16995
16995
  *
@@ -17114,7 +17114,6 @@ declare module "sap/ui/ux3/ThingViewer" {
17114
17114
  sWidth?: CSSSize
17115
17115
  ): this;
17116
17116
  }
17117
- export default ThingViewer;
17118
17117
 
17119
17118
  export interface $ThingViewerSettings extends $ControlSettings {
17120
17119
  /**
@@ -17148,7 +17147,7 @@ declare module "sap/ui/ux3/ThingViewer" {
17148
17147
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
17149
17148
 
17150
17149
  /**
17151
- * @SINCE 1.16.3
17150
+ * @since 1.16.3
17152
17151
  *
17153
17152
  * Defines which header type should be used.
17154
17153
  */
@@ -17198,12 +17197,10 @@ declare module "sap/ui/ux3/ThingViewer" {
17198
17197
  * Event for facet selection. The application is responsible for displaying the correct content for the
17199
17198
  * selected one. The ThingInspector will currently always mark the first facet as selected.
17200
17199
  */
17201
- facetSelected?: (
17202
- oEvent: Event<$ThingViewerFacetSelectedEventParameters>
17203
- ) => void;
17200
+ facetSelected?: (oEvent: ThingViewer$FacetSelectedEvent) => void;
17204
17201
  }
17205
17202
 
17206
- export interface $ThingViewerFacetSelectedEventParameters {
17203
+ export interface ThingViewer$FacetSelectedEventParameters {
17207
17204
  /**
17208
17205
  * Id of selected NavigationItem
17209
17206
  */
@@ -17219,6 +17216,8 @@ declare module "sap/ui/ux3/ThingViewer" {
17219
17216
  */
17220
17217
  key?: string;
17221
17218
  }
17219
+
17220
+ export type ThingViewer$FacetSelectedEvent = Event<ThingViewer$FacetSelectedEventParameters>;
17222
17221
  }
17223
17222
 
17224
17223
  declare module "sap/ui/ux3/ToolPopup" {
@@ -17245,7 +17244,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17245
17244
  * look like any common dialog box. A ToolPopup can have any content. Depending on the application type
17246
17245
  * and design, the structure of the texts and input fields can be for example form-like.
17247
17246
  */
17248
- class ToolPopup extends Control implements PopupInterface {
17247
+ export default class ToolPopup extends Control implements PopupInterface {
17249
17248
  __implements__sap_ui_core_PopupInterface: boolean;
17250
17249
  /**
17251
17250
  * Constructor for a new ToolPopup.
@@ -17330,7 +17329,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17330
17329
  oContent: Control
17331
17330
  ): this;
17332
17331
  /**
17333
- * @SINCE 1.19.0
17332
+ * @since 1.19.0
17334
17333
  *
17335
17334
  * Adds an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only possible
17336
17335
  * if a valid type (string) is given.
@@ -17454,7 +17453,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17454
17453
  /**
17455
17454
  * The function to be called when the event occurs
17456
17455
  */
17457
- fnFunction: (p1: Event<$ToolPopupEnterEventParameters>) => void,
17456
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17458
17457
  /**
17459
17458
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
17460
17459
  */
@@ -17474,7 +17473,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17474
17473
  /**
17475
17474
  * The function to be called when the event occurs
17476
17475
  */
17477
- fnFunction: (p1: Event<$ToolPopupEnterEventParameters>) => void,
17476
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17478
17477
  /**
17479
17478
  * Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
17480
17479
  */
@@ -17573,7 +17572,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17573
17572
  oListener?: object
17574
17573
  ): this;
17575
17574
  /**
17576
- * @SINCE 1.19.0
17575
+ * @since 1.19.0
17577
17576
  *
17578
17577
  * Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17579
17578
  *
@@ -17600,7 +17599,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17600
17599
  oListener?: object
17601
17600
  ): this;
17602
17601
  /**
17603
- * @SINCE 1.19.0
17602
+ * @since 1.19.0
17604
17603
  *
17605
17604
  * Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17606
17605
  *
@@ -17690,7 +17689,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17690
17689
  /**
17691
17690
  * The function to be called, when the event occurs
17692
17691
  */
17693
- fnFunction: (p1: Event<$ToolPopupEnterEventParameters>) => void,
17692
+ fnFunction: (p1: ToolPopup$EnterEvent) => void,
17694
17693
  /**
17695
17694
  * Context object on which the given function had to be called
17696
17695
  */
@@ -17731,7 +17730,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17731
17730
  oListener?: object
17732
17731
  ): this;
17733
17732
  /**
17734
- * @SINCE 1.19.0
17733
+ * @since 1.19.0
17735
17734
  *
17736
17735
  * Detaches event handler `fnFunction` from the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
17737
17736
  *
@@ -17750,7 +17749,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17750
17749
  oListener?: object
17751
17750
  ): this;
17752
17751
  /**
17753
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17752
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17754
17753
  *
17755
17754
  * Fires event {@link #event:close close} to attached listeners.
17756
17755
  *
@@ -17766,7 +17765,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17766
17765
  mParameters?: object
17767
17766
  ): boolean;
17768
17767
  /**
17769
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17768
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17770
17769
  *
17771
17770
  * Fires event {@link #event:closed closed} to attached listeners.
17772
17771
  *
@@ -17779,7 +17778,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17779
17778
  mParameters?: object
17780
17779
  ): this;
17781
17780
  /**
17782
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17781
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17783
17782
  *
17784
17783
  * Fires event {@link #event:enter enter} to attached listeners.
17785
17784
  *
@@ -17789,10 +17788,10 @@ declare module "sap/ui/ux3/ToolPopup" {
17789
17788
  /**
17790
17789
  * Parameters to pass along with the event
17791
17790
  */
17792
- mParameters?: $ToolPopupEnterEventParameters
17791
+ mParameters?: ToolPopup$EnterEventParameters
17793
17792
  ): this;
17794
17793
  /**
17795
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17794
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17796
17795
  *
17797
17796
  * Fires event {@link #event:iconChanged iconChanged} to attached listeners.
17798
17797
  *
@@ -17805,7 +17804,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17805
17804
  mParameters?: object
17806
17805
  ): this;
17807
17806
  /**
17808
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17807
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17809
17808
  *
17810
17809
  * Fires event {@link #event:open open} to attached listeners.
17811
17810
  *
@@ -17818,8 +17817,8 @@ declare module "sap/ui/ux3/ToolPopup" {
17818
17817
  mParameters?: object
17819
17818
  ): this;
17820
17819
  /**
17821
- * @SINCE 1.19.0
17822
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17820
+ * @since 1.19.0
17821
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17823
17822
  *
17824
17823
  * Fires event {@link #event:opened opened} to attached listeners.
17825
17824
  *
@@ -17832,7 +17831,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17832
17831
  mParameters?: object
17833
17832
  ): this;
17834
17833
  /**
17835
- * @SINCE 1.13.2
17834
+ * @since 1.13.2
17836
17835
  *
17837
17836
  * Gets current value of property {@link #getAutoClose autoClose}.
17838
17837
  *
@@ -17852,7 +17851,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17852
17851
  */
17853
17852
  getButtons(): Control[];
17854
17853
  /**
17855
- * @SINCE 1.19.0
17854
+ * @since 1.19.0
17856
17855
  *
17857
17856
  * Gets current value of property {@link #getCloseDuration closeDuration}.
17858
17857
  *
@@ -17870,14 +17869,14 @@ declare module "sap/ui/ux3/ToolPopup" {
17870
17869
  */
17871
17870
  getContent(): Control[];
17872
17871
  /**
17873
- * @SINCE 1.20.1
17872
+ * @since 1.20.1
17874
17873
  *
17875
17874
  * ID of the element which is the current target of the association {@link #getDefaultButton defaultButton},
17876
17875
  * or `null`.
17877
17876
  */
17878
17877
  getDefaultButton(): ID;
17879
17878
  /**
17880
- * @SINCE 1.13.1
17879
+ * @since 1.13.1
17881
17880
  *
17882
17881
  * Indicates whether the ToolPopup is currently enabled or not.
17883
17882
  *
@@ -17923,7 +17922,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17923
17922
  */
17924
17923
  getInitialFocus(): ID;
17925
17924
  /**
17926
- * @SINCE 1.11.1
17925
+ * @since 1.11.1
17927
17926
  *
17928
17927
  * Gets current value of property {@link #getInverted inverted}.
17929
17928
  *
@@ -17936,7 +17935,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17936
17935
  */
17937
17936
  getInverted(): boolean;
17938
17937
  /**
17939
- * @SINCE 1.13.2
17938
+ * @since 1.13.2
17940
17939
  *
17941
17940
  * Gets current value of property {@link #getMaxHeight maxHeight}.
17942
17941
  *
@@ -17947,7 +17946,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17947
17946
  */
17948
17947
  getMaxHeight(): CSSSize;
17949
17948
  /**
17950
- * @SINCE 1.15.0
17949
+ * @since 1.15.0
17951
17950
  *
17952
17951
  * Gets current value of property {@link #getMaxWidth maxWidth}.
17953
17952
  *
@@ -17970,7 +17969,7 @@ declare module "sap/ui/ux3/ToolPopup" {
17970
17969
  */
17971
17970
  getModal(): boolean;
17972
17971
  /**
17973
- * @SINCE 1.19.0
17972
+ * @since 1.19.0
17974
17973
  *
17975
17974
  * Gets current value of property {@link #getOpenDuration openDuration}.
17976
17975
  *
@@ -18112,7 +18111,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18112
18111
  vContent: int | string | Control
18113
18112
  ): Control | null;
18114
18113
  /**
18115
- * @SINCE 1.19.0
18114
+ * @since 1.19.0
18116
18115
  *
18117
18116
  * Removes an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only
18118
18117
  * possible if a valid type (string) is given.
@@ -18124,7 +18123,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18124
18123
  sID?: string
18125
18124
  ): void;
18126
18125
  /**
18127
- * @SINCE 1.13.2
18126
+ * @since 1.13.2
18128
18127
  *
18129
18128
  * Sets a new value for property {@link #getAutoClose autoClose}.
18130
18129
  *
@@ -18145,13 +18144,13 @@ declare module "sap/ui/ux3/ToolPopup" {
18145
18144
  bAutoClose?: boolean
18146
18145
  ): this;
18147
18146
  /**
18148
- * @SINCE 1.19.0
18147
+ * @since 1.19.0
18149
18148
  *
18150
18149
  * This is just a forward to the Popup's function (sap.ui.core.Popup.setAutoCloseAreas) with the same functionality.
18151
18150
  */
18152
18151
  setAutoCloseAreas(aAutoCloseAreas: Element[]): void;
18153
18152
  /**
18154
- * @SINCE 1.19.0
18153
+ * @since 1.19.0
18155
18154
  *
18156
18155
  * Sets a new value for property {@link #getCloseDuration closeDuration}.
18157
18156
  *
@@ -18170,7 +18169,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18170
18169
  iCloseDuration?: int
18171
18170
  ): this;
18172
18171
  /**
18173
- * @SINCE 1.20.1
18172
+ * @since 1.20.1
18174
18173
  *
18175
18174
  * Sets the associated {@link #getDefaultButton defaultButton}.
18176
18175
  *
@@ -18196,7 +18195,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18196
18195
  oInitialFocus: ID | Control
18197
18196
  ): this;
18198
18197
  /**
18199
- * @SINCE 1.11.1
18198
+ * @since 1.11.1
18200
18199
  *
18201
18200
  * Sets a new value for property {@link #getInverted inverted}.
18202
18201
  *
@@ -18216,7 +18215,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18216
18215
  bInverted?: boolean
18217
18216
  ): this;
18218
18217
  /**
18219
- * @SINCE 1.13.2
18218
+ * @since 1.13.2
18220
18219
  *
18221
18220
  * Sets a new value for property {@link #getMaxHeight maxHeight}.
18222
18221
  *
@@ -18254,7 +18253,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18254
18253
  bModal?: boolean
18255
18254
  ): this;
18256
18255
  /**
18257
- * @SINCE 1.19.0
18256
+ * @since 1.19.0
18258
18257
  *
18259
18258
  * Sets a new value for property {@link #getOpenDuration openDuration}.
18260
18259
  *
@@ -18304,7 +18303,6 @@ declare module "sap/ui/ux3/ToolPopup" {
18304
18303
  sTitle?: string
18305
18304
  ): this;
18306
18305
  }
18307
- export default ToolPopup;
18308
18306
 
18309
18307
  export interface $ToolPopupSettings extends $ControlSettings {
18310
18308
  /**
@@ -18340,7 +18338,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18340
18338
  modal?: boolean | PropertyBindingInfo | `{${string}}`;
18341
18339
 
18342
18340
  /**
18343
- * @SINCE 1.11.1
18341
+ * @since 1.11.1
18344
18342
  *
18345
18343
  * Specifies whether the ToolPopup has a dark or bright background. If set to true the background and borders
18346
18344
  * will be dark. If false they will be bright. This property only has an effect for the GoldReflection-theme.
@@ -18348,7 +18346,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18348
18346
  inverted?: boolean | PropertyBindingInfo | `{${string}}`;
18349
18347
 
18350
18348
  /**
18351
- * @SINCE 1.13.2
18349
+ * @since 1.13.2
18352
18350
  *
18353
18351
  * Determines whether the ToolPopup will auto close when it loses focus. If the user e.g. clicks outside
18354
18352
  * of the ToolPopup it will be closed. Please don't use "modal" and "autoclose" at the same time. In this
@@ -18357,7 +18355,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18357
18355
  autoClose?: boolean | PropertyBindingInfo | `{${string}}`;
18358
18356
 
18359
18357
  /**
18360
- * @SINCE 1.13.2
18358
+ * @since 1.13.2
18361
18359
  *
18362
18360
  * Forces a maximum height of the ToolPopup in pixels. If the ToolPopup content is higher than the ToolPopup,
18363
18361
  * the content will be scrollable.
@@ -18365,21 +18363,21 @@ declare module "sap/ui/ux3/ToolPopup" {
18365
18363
  maxHeight?: CSSSize | PropertyBindingInfo | `{${string}}`;
18366
18364
 
18367
18365
  /**
18368
- * @SINCE 1.15.0
18366
+ * @since 1.15.0
18369
18367
  *
18370
18368
  * Forces a maximum width of the ToolPopup in pixels.
18371
18369
  */
18372
18370
  maxWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
18373
18371
 
18374
18372
  /**
18375
- * @SINCE 1.19.0
18373
+ * @since 1.19.0
18376
18374
  *
18377
18375
  * Time in milliseconds for the open animation.
18378
18376
  */
18379
18377
  openDuration?: int | PropertyBindingInfo | `{${string}}`;
18380
18378
 
18381
18379
  /**
18382
- * @SINCE 1.19.0
18380
+ * @since 1.19.0
18383
18381
  *
18384
18382
  * Time in milliseconds for the close animation.
18385
18383
  */
@@ -18408,7 +18406,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18408
18406
  opener?: Control | string;
18409
18407
 
18410
18408
  /**
18411
- * @SINCE 1.20.1
18409
+ * @since 1.20.1
18412
18410
  *
18413
18411
  * Defines one of the buttons that have been provided via button aggregation to be the default button. This
18414
18412
  * default button is initially selected, if no control is set via the initialFocus association explicitly.
@@ -18431,7 +18429,7 @@ declare module "sap/ui/ux3/ToolPopup" {
18431
18429
  /**
18432
18430
  * Event is fired whenever the user clicks the Enter or the Enter key inside the pop up
18433
18431
  */
18434
- enter?: (oEvent: Event<$ToolPopupEnterEventParameters>) => void;
18432
+ enter?: (oEvent: ToolPopup$EnterEvent) => void;
18435
18433
 
18436
18434
  /**
18437
18435
  * Event is fired when one of the icon properties is modified (Note: The icon is not rendered by the ToolPopup).
@@ -18446,18 +18444,22 @@ declare module "sap/ui/ux3/ToolPopup" {
18446
18444
  closed?: (oEvent: Event) => void;
18447
18445
 
18448
18446
  /**
18449
- * @SINCE 1.19.0
18447
+ * @since 1.19.0
18450
18448
  *
18451
18449
  * Event is being fired after the ToolPopup has been opened.
18452
18450
  */
18453
18451
  opened?: (oEvent: Event) => void;
18454
18452
  }
18455
18453
 
18456
- export interface $ToolPopupCloseEventParameters {}
18454
+ export interface ToolPopup$CloseEventParameters {}
18455
+
18456
+ export type ToolPopup$CloseEvent = Event<ToolPopup$CloseEventParameters>;
18457
+
18458
+ export interface ToolPopup$ClosedEventParameters {}
18457
18459
 
18458
- export interface $ToolPopupClosedEventParameters {}
18460
+ export type ToolPopup$ClosedEvent = Event<ToolPopup$ClosedEventParameters>;
18459
18461
 
18460
- export interface $ToolPopupEnterEventParameters {
18462
+ export interface ToolPopup$EnterEventParameters {
18461
18463
  /**
18462
18464
  * The onsapenter event, received by the pop up
18463
18465
  */
@@ -18469,11 +18471,19 @@ declare module "sap/ui/ux3/ToolPopup" {
18469
18471
  originalSrcControl?: Control;
18470
18472
  }
18471
18473
 
18472
- export interface $ToolPopupIconChangedEventParameters {}
18474
+ export type ToolPopup$EnterEvent = Event<ToolPopup$EnterEventParameters>;
18475
+
18476
+ export interface ToolPopup$IconChangedEventParameters {}
18477
+
18478
+ export type ToolPopup$IconChangedEvent = Event<ToolPopup$IconChangedEventParameters>;
18479
+
18480
+ export interface ToolPopup$OpenEventParameters {}
18481
+
18482
+ export type ToolPopup$OpenEvent = Event<ToolPopup$OpenEventParameters>;
18473
18483
 
18474
- export interface $ToolPopupOpenEventParameters {}
18484
+ export interface ToolPopup$OpenedEventParameters {}
18475
18485
 
18476
- export interface $ToolPopupOpenedEventParameters {}
18486
+ export type ToolPopup$OpenedEvent = Event<ToolPopup$OpenedEventParameters>;
18477
18487
  }
18478
18488
 
18479
18489
  declare namespace sap {