@sapui5/ts-types 1.115.0 → 1.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -0
  3. package/types/sap.chart.d.ts +92 -49
  4. package/types/sap.f.d.ts +775 -686
  5. package/types/sap.fe.core.d.ts +57 -57
  6. package/types/sap.fe.macros.d.ts +66 -10
  7. package/types/sap.fe.navigation.d.ts +5 -5
  8. package/types/sap.fe.placeholder.d.ts +3 -0
  9. package/types/sap.fe.templates.d.ts +5 -6
  10. package/types/sap.fe.test.d.ts +4 -4
  11. package/types/sap.fe.tools.d.ts +3 -0
  12. package/types/sap.m.d.ts +7827 -6468
  13. package/types/sap.makit.d.ts +77 -30
  14. package/types/sap.me.d.ts +108 -75
  15. package/types/sap.ndc.d.ts +42 -30
  16. package/types/sap.suite.ui.generic.template.d.ts +72 -64
  17. package/types/sap.suite.ui.microchart.d.ts +354 -225
  18. package/types/sap.tnt.d.ts +67 -73
  19. package/types/sap.ui.codeeditor.d.ts +38 -34
  20. package/types/sap.ui.commons.d.ts +841 -675
  21. package/types/sap.ui.comp.d.ts +2545 -2065
  22. package/types/sap.ui.core.d.ts +2532 -1908
  23. package/types/sap.ui.dt.d.ts +1 -1
  24. package/types/sap.ui.export.d.ts +42 -27
  25. package/types/sap.ui.fl.d.ts +78 -56
  26. package/types/sap.ui.integration.d.ts +345 -299
  27. package/types/sap.ui.layout.d.ts +347 -337
  28. package/types/sap.ui.mdc.d.ts +959 -801
  29. package/types/sap.ui.richtexteditor.d.ts +62 -37
  30. package/types/sap.ui.rta.d.ts +7 -7
  31. package/types/sap.ui.suite.d.ts +23 -8
  32. package/types/sap.ui.support.d.ts +11 -11
  33. package/types/sap.ui.table.d.ts +476 -420
  34. package/types/sap.ui.testrecorder.d.ts +1 -1
  35. package/types/sap.ui.unified.d.ts +1186 -909
  36. package/types/sap.ui.ux3.d.ts +957 -736
  37. package/types/sap.ui.webc.common.d.ts +9 -9
  38. package/types/sap.ui.webc.fiori.d.ts +519 -386
  39. package/types/sap.ui.webc.main.d.ts +1377 -902
  40. package/types/sap.uiext.inbox.d.ts +135 -31
  41. package/types/sap.ushell.d.ts +379 -267
  42. package/types/sap.ushell_abap.d.ts +1 -1
  43. package/types/sap.uxap.d.ts +280 -242
  44. package/types/sap.viz.d.ts +1677 -601
package/types/sap.f.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
5
- * @SINCE 1.44
5
+ * @since 1.44
6
6
  *
7
7
  * SAPUI5 library with controls specialized for SAP Fiori apps.
8
8
  */
@@ -10,13 +10,13 @@ declare namespace sap {
10
10
  namespace cards {
11
11
  namespace loading {
12
12
  /**
13
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14
14
  *
15
15
  * PlaceholderBase renderer.
16
16
  */
17
17
  interface PlaceholderBaseRenderer {
18
18
  /**
19
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
20
20
  *
21
21
  * This method is reserved for derived classes to add their respective attributes.
22
22
  */
@@ -31,7 +31,7 @@ declare namespace sap {
31
31
  oRm: sap.ui.core.RenderManager
32
32
  ): void;
33
33
  /**
34
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
34
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
35
35
  *
36
36
  * This method is reserved for derived classes to render their respective content.
37
37
  */
@@ -48,7 +48,7 @@ declare namespace sap {
48
48
  }
49
49
  }
50
50
  /**
51
- * @SINCE 1.62
51
+ * @since 1.62
52
52
  *
53
53
  * Marker interface for controls suitable as a header in controls that implement the {@link sap.f.ICard }
54
54
  * interface.
@@ -59,7 +59,7 @@ declare namespace sap {
59
59
 
60
60
  interface $BaseHeaderSettings extends sap.ui.core.$ControlSettings {
61
61
  /**
62
- * @EXPERIMENTAL (since 1.89) - this feature is experimental and the API may change.
62
+ * @experimental (since 1.89) - this feature is experimental and the API may change.
63
63
  *
64
64
  * Defines the timestamp of the oldest data in the card. Use this to show to the end user how fresh the
65
65
  * information in the card is.
@@ -71,8 +71,8 @@ declare namespace sap {
71
71
  dataTimestamp?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
72
72
 
73
73
  /**
74
- * @SINCE 1.86
75
- * @EXPERIMENTAL (since 1.86)
74
+ * @since 1.86
75
+ * @experimental (since 1.86)
76
76
  *
77
77
  * Defines the toolbar.
78
78
  */
@@ -86,7 +86,7 @@ declare namespace sap {
86
86
  title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
87
87
 
88
88
  /**
89
- * @EXPERIMENTAL (since 1.101)
89
+ * @experimental (since 1.101)
90
90
  *
91
91
  * Limits the number of lines for the title.
92
92
  */
@@ -101,7 +101,7 @@ declare namespace sap {
101
101
  subtitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
102
102
 
103
103
  /**
104
- * @EXPERIMENTAL (since 1.101)
104
+ * @experimental (since 1.101)
105
105
  *
106
106
  * Limits the number of lines for the subtitle.
107
107
  */
@@ -137,14 +137,14 @@ declare namespace sap {
137
137
  iconInitials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
138
138
 
139
139
  /**
140
- * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
140
+ * @experimental (since 1.81) - this feature is experimental and the API may change.
141
141
  *
142
142
  * Defines an alt text for the avatar or icon.
143
143
  */
144
144
  iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
145
145
 
146
146
  /**
147
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
147
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
148
148
  *
149
149
  * Defines a background color for the avatar or icon.
150
150
  */
@@ -154,7 +154,7 @@ declare namespace sap {
154
154
  | `{${string}}`;
155
155
 
156
156
  /**
157
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
157
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
158
158
  *
159
159
  * Defines whether the card icon is visible.
160
160
  */
@@ -176,7 +176,7 @@ declare namespace sap {
176
176
  title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
177
177
 
178
178
  /**
179
- * @EXPERIMENTAL (since 1.101)
179
+ * @experimental (since 1.101)
180
180
  *
181
181
  * Limits the number of lines for the title.
182
182
  */
@@ -191,7 +191,7 @@ declare namespace sap {
191
191
  subtitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
192
192
 
193
193
  /**
194
- * @EXPERIMENTAL (since 1.101)
194
+ * @experimental (since 1.101)
195
195
  *
196
196
  * Limits the number of lines for the subtitle.
197
197
  */
@@ -219,7 +219,7 @@ declare namespace sap {
219
219
  number?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
220
220
 
221
221
  /**
222
- * @SINCE 1.109
222
+ * @since 1.109
223
223
  *
224
224
  * Whether the main numeric indicator is visible or not
225
225
  */
@@ -244,7 +244,7 @@ declare namespace sap {
244
244
  | `{${string}}`;
245
245
 
246
246
  /**
247
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
247
+ * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
248
248
  * may be done before its official public release. Use at your own discretion.
249
249
  *
250
250
  * The semantic color which represents the state of the main number indicator.
@@ -260,7 +260,7 @@ declare namespace sap {
260
260
  details?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
261
261
 
262
262
  /**
263
- * @EXPERIMENTAL (since 1.101)
263
+ * @experimental (since 1.101)
264
264
  *
265
265
  * Limits the number of lines for the details.
266
266
  */
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  unit?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
312
312
 
313
313
  /**
314
- * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
314
+ * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
315
315
  * may be done before its official public release. Use at your own discretion.
316
316
  *
317
317
  * The semantic color which represents the state of the side indicator.
@@ -322,12 +322,12 @@ declare namespace sap {
322
322
  | `{${string}}`;
323
323
  }
324
324
 
325
- interface $HeaderPressEventParameters {}
325
+ interface Header$PressEventParameters {}
326
326
 
327
- interface $NumericHeaderPressEventParameters {}
327
+ interface NumericHeader$PressEventParameters {}
328
328
 
329
329
  /**
330
- * @SINCE 1.86
330
+ * @since 1.86
331
331
  *
332
332
  * Provides basic functionality for header controls that can be used in sap.f.Card
333
333
  */
@@ -393,8 +393,8 @@ declare namespace sap {
393
393
  */
394
394
  static getMetadata(): sap.ui.core.ElementMetadata;
395
395
  /**
396
- * @SINCE 1.86
397
- * @EXPERIMENTAL (since 1.86)
396
+ * @since 1.86
397
+ * @experimental (since 1.86)
398
398
  *
399
399
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
400
400
  *
@@ -402,7 +402,7 @@ declare namespace sap {
402
402
  */
403
403
  destroyToolbar(): this;
404
404
  /**
405
- * @EXPERIMENTAL (since 1.89) - this feature is experimental and the API may change.
405
+ * @experimental (since 1.89) - this feature is experimental and the API may change.
406
406
  *
407
407
  * Gets current value of property {@link #getDataTimestamp dataTimestamp}.
408
408
  *
@@ -419,8 +419,8 @@ declare namespace sap {
419
419
  */
420
420
  getDataTimestamp(): string;
421
421
  /**
422
- * @SINCE 1.86
423
- * @EXPERIMENTAL (since 1.86)
422
+ * @since 1.86
423
+ * @experimental (since 1.86)
424
424
  *
425
425
  * Gets content of aggregation {@link #getToolbar toolbar}.
426
426
  *
@@ -428,8 +428,8 @@ declare namespace sap {
428
428
  */
429
429
  getToolbar(): sap.ui.core.Control;
430
430
  /**
431
- * @SINCE 1.86
432
- * @EXPERIMENTAL (since 1.86)
431
+ * @since 1.86
432
+ * @experimental (since 1.86)
433
433
  *
434
434
  * Sets the aggregated {@link #getToolbar toolbar}.
435
435
  *
@@ -443,7 +443,7 @@ declare namespace sap {
443
443
  ): this;
444
444
  }
445
445
  /**
446
- * @SINCE 1.64
446
+ * @since 1.64
447
447
  *
448
448
  * Displays general information in the header of the {@link sap.f.Card}.
449
449
  *
@@ -580,7 +580,7 @@ declare namespace sap {
580
580
  oListener?: object
581
581
  ): this;
582
582
  /**
583
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
583
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
584
584
  *
585
585
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
586
586
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
@@ -600,7 +600,7 @@ declare namespace sap {
600
600
  }
601
601
  ): void;
602
602
  /**
603
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
603
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
604
604
  *
605
605
  * Fires event {@link #event:press press} to attached listeners.
606
606
  *
@@ -613,7 +613,7 @@ declare namespace sap {
613
613
  mParameters?: object
614
614
  ): this;
615
615
  /**
616
- * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
616
+ * @experimental (since 1.81) - this feature is experimental and the API may change.
617
617
  *
618
618
  * Gets current value of property {@link #getIconAlt iconAlt}.
619
619
  *
@@ -625,7 +625,7 @@ declare namespace sap {
625
625
  */
626
626
  getIconAlt(): string;
627
627
  /**
628
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
628
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
629
629
  *
630
630
  * Gets current value of property {@link #getIconBackgroundColor iconBackgroundColor}.
631
631
  *
@@ -667,7 +667,7 @@ declare namespace sap {
667
667
  */
668
668
  getIconSrc(): sap.ui.core.URI;
669
669
  /**
670
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
670
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
671
671
  *
672
672
  * Gets current value of property {@link #getIconVisible iconVisible}.
673
673
  *
@@ -699,7 +699,7 @@ declare namespace sap {
699
699
  */
700
700
  getSubtitle(): string;
701
701
  /**
702
- * @EXPERIMENTAL (since 1.101)
702
+ * @experimental (since 1.101)
703
703
  *
704
704
  * Gets current value of property {@link #getSubtitleMaxLines subtitleMaxLines}.
705
705
  *
@@ -721,7 +721,7 @@ declare namespace sap {
721
721
  */
722
722
  getTitle(): string;
723
723
  /**
724
- * @EXPERIMENTAL (since 1.101)
724
+ * @experimental (since 1.101)
725
725
  *
726
726
  * Gets current value of property {@link #getTitleMaxLines titleMaxLines}.
727
727
  *
@@ -733,7 +733,7 @@ declare namespace sap {
733
733
  */
734
734
  getTitleMaxLines(): int;
735
735
  /**
736
- * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
736
+ * @experimental (since 1.81) - this feature is experimental and the API may change.
737
737
  *
738
738
  * Sets a new value for property {@link #getIconAlt iconAlt}.
739
739
  *
@@ -752,7 +752,7 @@ declare namespace sap {
752
752
  sIconAlt?: string
753
753
  ): this;
754
754
  /**
755
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
755
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
756
756
  *
757
757
  * Sets a new value for property {@link #getIconBackgroundColor iconBackgroundColor}.
758
758
  *
@@ -822,7 +822,7 @@ declare namespace sap {
822
822
  sIconSrc?: sap.ui.core.URI
823
823
  ): this;
824
824
  /**
825
- * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
825
+ * @experimental (since 1.83) - this feature is experimental and the API may change.
826
826
  *
827
827
  * Sets a new value for property {@link #getIconVisible iconVisible}.
828
828
  *
@@ -875,7 +875,7 @@ declare namespace sap {
875
875
  sSubtitle?: string
876
876
  ): this;
877
877
  /**
878
- * @EXPERIMENTAL (since 1.101)
878
+ * @experimental (since 1.101)
879
879
  *
880
880
  * Sets a new value for property {@link #getSubtitleMaxLines subtitleMaxLines}.
881
881
  *
@@ -911,7 +911,7 @@ declare namespace sap {
911
911
  sTitle?: string
912
912
  ): this;
913
913
  /**
914
- * @EXPERIMENTAL (since 1.101)
914
+ * @experimental (since 1.101)
915
915
  *
916
916
  * Sets a new value for property {@link #getTitleMaxLines titleMaxLines}.
917
917
  *
@@ -931,7 +931,7 @@ declare namespace sap {
931
931
  ): this;
932
932
  }
933
933
  /**
934
- * @SINCE 1.64
934
+ * @since 1.64
935
935
  *
936
936
  * Displays general information in the header of the {@link sap.f.Card} and allows the configuration of
937
937
  * a numeric value visualization.
@@ -1088,7 +1088,7 @@ declare namespace sap {
1088
1088
  oListener?: object
1089
1089
  ): this;
1090
1090
  /**
1091
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1091
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1092
1092
  *
1093
1093
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
1094
1094
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
@@ -1108,7 +1108,7 @@ declare namespace sap {
1108
1108
  }
1109
1109
  ): void;
1110
1110
  /**
1111
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1111
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1112
1112
  *
1113
1113
  * Fires event {@link #event:press press} to attached listeners.
1114
1114
  *
@@ -1129,7 +1129,7 @@ declare namespace sap {
1129
1129
  */
1130
1130
  getDetails(): string;
1131
1131
  /**
1132
- * @EXPERIMENTAL (since 1.101)
1132
+ * @experimental (since 1.101)
1133
1133
  *
1134
1134
  * Gets current value of property {@link #getDetailsMaxLines detailsMaxLines}.
1135
1135
  *
@@ -1150,7 +1150,7 @@ declare namespace sap {
1150
1150
  */
1151
1151
  getNumber(): string;
1152
1152
  /**
1153
- * @SINCE 1.109
1153
+ * @since 1.109
1154
1154
  *
1155
1155
  * Gets current value of property {@link #getNumberVisible numberVisible}.
1156
1156
  *
@@ -1189,7 +1189,7 @@ declare namespace sap {
1189
1189
  */
1190
1190
  getSideIndicatorsAlignment(): sap.f.cards.NumericHeaderSideIndicatorsAlignment;
1191
1191
  /**
1192
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1192
+ * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1193
1193
  * may be done before its official public release. Use at your own discretion.
1194
1194
  *
1195
1195
  * Gets current value of property {@link #getState state}.
@@ -1220,7 +1220,7 @@ declare namespace sap {
1220
1220
  */
1221
1221
  getSubtitle(): string;
1222
1222
  /**
1223
- * @EXPERIMENTAL (since 1.101)
1223
+ * @experimental (since 1.101)
1224
1224
  *
1225
1225
  * Gets current value of property {@link #getSubtitleMaxLines subtitleMaxLines}.
1226
1226
  *
@@ -1240,7 +1240,7 @@ declare namespace sap {
1240
1240
  */
1241
1241
  getTitle(): string;
1242
1242
  /**
1243
- * @EXPERIMENTAL (since 1.101)
1243
+ * @experimental (since 1.101)
1244
1244
  *
1245
1245
  * Gets current value of property {@link #getTitleMaxLines titleMaxLines}.
1246
1246
  *
@@ -1333,7 +1333,7 @@ declare namespace sap {
1333
1333
  sDetails: string
1334
1334
  ): this;
1335
1335
  /**
1336
- * @EXPERIMENTAL (since 1.101)
1336
+ * @experimental (since 1.101)
1337
1337
  *
1338
1338
  * Sets a new value for property {@link #getDetailsMaxLines detailsMaxLines}.
1339
1339
  *
@@ -1368,7 +1368,7 @@ declare namespace sap {
1368
1368
  sNumber: string
1369
1369
  ): this;
1370
1370
  /**
1371
- * @SINCE 1.109
1371
+ * @since 1.109
1372
1372
  *
1373
1373
  * Sets a new value for property {@link #getNumberVisible numberVisible}.
1374
1374
  *
@@ -1421,7 +1421,7 @@ declare namespace sap {
1421
1421
  sSideIndicatorsAlignment?: sap.f.cards.NumericHeaderSideIndicatorsAlignment
1422
1422
  ): this;
1423
1423
  /**
1424
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1424
+ * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1425
1425
  * may be done before its official public release. Use at your own discretion.
1426
1426
  *
1427
1427
  * Sets a new value for property {@link #getState state}.
@@ -1473,7 +1473,7 @@ declare namespace sap {
1473
1473
  sSubtitle: string
1474
1474
  ): this;
1475
1475
  /**
1476
- * @EXPERIMENTAL (since 1.101)
1476
+ * @experimental (since 1.101)
1477
1477
  *
1478
1478
  * Sets a new value for property {@link #getSubtitleMaxLines subtitleMaxLines}.
1479
1479
  *
@@ -1507,7 +1507,7 @@ declare namespace sap {
1507
1507
  sTitle: string
1508
1508
  ): this;
1509
1509
  /**
1510
- * @EXPERIMENTAL (since 1.101)
1510
+ * @experimental (since 1.101)
1511
1511
  *
1512
1512
  * Sets a new value for property {@link #getTitleMaxLines titleMaxLines}.
1513
1513
  *
@@ -1559,7 +1559,7 @@ declare namespace sap {
1559
1559
  ): this;
1560
1560
  }
1561
1561
  /**
1562
- * @SINCE 1.64
1562
+ * @since 1.64
1563
1563
  *
1564
1564
  * Holds a set of side indicator attributes used in the {@link sap.f.cards.NumericHeader} control.
1565
1565
  */
@@ -1633,7 +1633,7 @@ declare namespace sap {
1633
1633
  */
1634
1634
  getNumber(): string;
1635
1635
  /**
1636
- * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1636
+ * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1637
1637
  * may be done before its official public release. Use at your own discretion.
1638
1638
  *
1639
1639
  * Gets current value of property {@link #getState state}.
@@ -1673,7 +1673,7 @@ declare namespace sap {
1673
1673
  sValue: string
1674
1674
  ): this;
1675
1675
  /**
1676
- * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1676
+ * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1677
1677
  * may be done before its official public release. Use at your own discretion.
1678
1678
  *
1679
1679
  * Sets a new value for property {@link #getState state}.
@@ -1716,7 +1716,7 @@ declare namespace sap {
1716
1716
  ): this;
1717
1717
  }
1718
1718
  /**
1719
- * @SINCE 1.65
1719
+ * @since 1.65
1720
1720
  *
1721
1721
  * Different options for the position of the header in controls that implement the {@link sap.f.ICard} interface.
1722
1722
  */
@@ -1731,7 +1731,7 @@ declare namespace sap {
1731
1731
  Top = "Top",
1732
1732
  }
1733
1733
  /**
1734
- * @SINCE 1.96
1734
+ * @since 1.96
1735
1735
  *
1736
1736
  * Different options for the alignment of the side indicators in the numeric header.
1737
1737
  */
@@ -1745,11 +1745,26 @@ declare namespace sap {
1745
1745
  */
1746
1746
  End = "End",
1747
1747
  }
1748
+ /**
1749
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Header$PressEventParameters'
1750
+ * in 1.115.1 and any later releases.
1751
+ */
1752
+ type $HeaderPressEventParameters = sap.f.cards.Header$PressEventParameters;
1753
+
1754
+ type Header$PressEvent = sap.ui.base.Event<Header$PressEventParameters>;
1755
+
1756
+ /**
1757
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NumericHeader$PressEventParameters'
1758
+ * in 1.115.1 and any later releases.
1759
+ */
1760
+ type $NumericHeaderPressEventParameters = sap.f.cards.NumericHeader$PressEventParameters;
1761
+
1762
+ type NumericHeader$PressEvent = sap.ui.base.Event<NumericHeader$PressEventParameters>;
1748
1763
  }
1749
1764
 
1750
1765
  namespace dnd {
1751
1766
  /**
1752
- * @SINCE 1.68
1767
+ * @since 1.68
1753
1768
  *
1754
1769
  * Interface that should be implemented by grid controls, if they are working with the `sap.f.dnd.GridDropInfo`.
1755
1770
  *
@@ -1783,8 +1798,8 @@ declare namespace sap {
1783
1798
  }
1784
1799
 
1785
1800
  /**
1786
- * @SINCE 1.68
1787
- * @EXPERIMENTAL (since 1.68) - This class is experimental. The API may change.
1801
+ * @since 1.68
1802
+ * @experimental (since 1.68) - This class is experimental. The API may change.
1788
1803
  *
1789
1804
  * Provides enhanced configuration for drop operations inside grid-based controls.
1790
1805
  *
@@ -2075,7 +2090,7 @@ declare namespace sap {
2075
2090
 
2076
2091
  namespace routing {
2077
2092
  /**
2078
- * @SINCE 1.46
2093
+ * @since 1.46
2079
2094
  *
2080
2095
  * The `sap.f.routing.Router` class is intended to be used with `{@link sap.f.FlexibleColumnLayout}` as
2081
2096
  * a root control.
@@ -2147,7 +2162,7 @@ declare namespace sap {
2147
2162
  getTargetHandler(): sap.f.routing.TargetHandler;
2148
2163
  }
2149
2164
  /**
2150
- * @SINCE 1.46
2165
+ * @since 1.46
2151
2166
  *
2152
2167
  * Used for closing dialogs and showing transitions in `NavContainers` when targets are displayed.
2153
2168
  *
@@ -2221,7 +2236,7 @@ declare namespace sap {
2221
2236
  ): this;
2222
2237
  }
2223
2238
  /**
2224
- * @SINCE 1.46
2239
+ * @since 1.46
2225
2240
  *
2226
2241
  * Provides a convenient way for placing views into the correct containers of your app.
2227
2242
  *
@@ -2788,7 +2803,7 @@ declare namespace sap {
2788
2803
  | `{${string}}`;
2789
2804
 
2790
2805
  /**
2791
- * @SINCE 1.52
2806
+ * @since 1.52
2792
2807
  * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
2793
2808
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
2794
2809
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
@@ -2810,7 +2825,7 @@ declare namespace sap {
2810
2825
  | `{${string}}`;
2811
2826
 
2812
2827
  /**
2813
- * @SINCE 1.58
2828
+ * @since 1.58
2814
2829
  *
2815
2830
  * Assigns shrinking ratio to the `SemanticPage` title areas (Heading, Content, Actions). The greater value
2816
2831
  * a section has the faster it shrinks when the screen size is being reduced.
@@ -2831,7 +2846,7 @@ declare namespace sap {
2831
2846
  | `{${string}}`;
2832
2847
 
2833
2848
  /**
2834
- * @SINCE 1.73
2849
+ * @since 1.73
2835
2850
  *
2836
2851
  * Optimizes `SemanticPage` responsiveness on small screens and behavior when expanding/collapsing the `SemanticPageHeader`.
2837
2852
  *
@@ -2862,7 +2877,7 @@ declare namespace sap {
2862
2877
  titleHeading?: sap.ui.core.Control;
2863
2878
 
2864
2879
  /**
2865
- * @SINCE 1.58
2880
+ * @since 1.58
2866
2881
  *
2867
2882
  * The `titleExpandedHeading` is positioned in the `SemanticPage` title left area and is displayed when
2868
2883
  * the header is in expanded state only. Use this aggregation to display a title (or any other UI5 control
@@ -2875,7 +2890,7 @@ declare namespace sap {
2875
2890
  titleExpandedHeading?: sap.ui.core.Control;
2876
2891
 
2877
2892
  /**
2878
- * @SINCE 1.58
2893
+ * @since 1.58
2879
2894
  *
2880
2895
  * The `titleSnappedHeading` is positioned in the `SemanticPage` title left area and is displayed when the
2881
2896
  * header is in collapsed (snapped) state only. Use this aggregation to display a title (or any other UI5
@@ -2891,7 +2906,7 @@ declare namespace sap {
2891
2906
  titleSnappedHeading?: sap.ui.core.Control;
2892
2907
 
2893
2908
  /**
2894
- * @SINCE 1.52
2909
+ * @since 1.52
2895
2910
  *
2896
2911
  * The `SemanticPage` breadcrumbs.
2897
2912
  *
@@ -2907,7 +2922,7 @@ declare namespace sap {
2907
2922
  titleBreadcrumbs?: sap.m.IBreadcrumbs;
2908
2923
 
2909
2924
  /**
2910
- * @SINCE 1.63
2925
+ * @since 1.63
2911
2926
  *
2912
2927
  * The only content that is displayed in the `SemanticPage` title when it is viewed on a phone mobile device
2913
2928
  * and the `SemanticPage` header is in collapsed (snapped) state.
@@ -2948,7 +2963,7 @@ declare namespace sap {
2948
2963
  | `{${string}}`;
2949
2964
 
2950
2965
  /**
2951
- * @SINCE 1.52
2966
+ * @since 1.52
2952
2967
  *
2953
2968
  * The content, displayed in the title.
2954
2969
  *
@@ -2974,7 +2989,7 @@ declare namespace sap {
2974
2989
  titleMainAction?: sap.f.semantic.TitleMainAction;
2975
2990
 
2976
2991
  /**
2977
- * @SINCE 1.50
2992
+ * @since 1.50
2978
2993
  *
2979
2994
  * A semantic-specific button which is placed in the `TextActions` area of the `SemanticPage` title.
2980
2995
  *
@@ -3233,7 +3248,7 @@ declare namespace sap {
3233
3248
  | `{${string}}`;
3234
3249
 
3235
3250
  /**
3236
- * @SINCE 1.61
3251
+ * @since 1.61
3237
3252
  *
3238
3253
  * Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
3239
3254
  *
@@ -3258,7 +3273,7 @@ declare namespace sap {
3258
3273
  extends sap.f.semantic.$MainActionSettings {}
3259
3274
 
3260
3275
  /**
3261
- * @SINCE 1.46.0
3276
+ * @since 1.46.0
3262
3277
  *
3263
3278
  * A semantic-specific button, eligible for the `addAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3264
3279
  * to be placed in its title.
@@ -3334,7 +3349,7 @@ declare namespace sap {
3334
3349
  static getMetadata(): sap.ui.core.ElementMetadata;
3335
3350
  }
3336
3351
  /**
3337
- * @SINCE 1.46.0
3352
+ * @since 1.46.0
3338
3353
  *
3339
3354
  * A semantic-specific button, eligible for the `closeAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3340
3355
  * to be placed in its title.
@@ -3410,7 +3425,7 @@ declare namespace sap {
3410
3425
  static getMetadata(): sap.ui.core.ElementMetadata;
3411
3426
  }
3412
3427
  /**
3413
- * @SINCE 1.46.0
3428
+ * @since 1.46.0
3414
3429
  *
3415
3430
  * A semantic-specific button, eligible for the `copyAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3416
3431
  * to be placed in its title.
@@ -3486,7 +3501,7 @@ declare namespace sap {
3486
3501
  static getMetadata(): sap.ui.core.ElementMetadata;
3487
3502
  }
3488
3503
  /**
3489
- * @SINCE 1.46.0
3504
+ * @since 1.46.0
3490
3505
  *
3491
3506
  * A semantic-specific button, eligible for the `deleteAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3492
3507
  * to be placed in its title.
@@ -3562,7 +3577,7 @@ declare namespace sap {
3562
3577
  static getMetadata(): sap.ui.core.ElementMetadata;
3563
3578
  }
3564
3579
  /**
3565
- * @SINCE 1.46.0
3580
+ * @since 1.46.0
3566
3581
  *
3567
3582
  * A semantic-specific button, eligible for the `discussInJamAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3568
3583
  * to be placed in the share menu within its title.
@@ -3638,7 +3653,7 @@ declare namespace sap {
3638
3653
  static getMetadata(): sap.ui.core.ElementMetadata;
3639
3654
  }
3640
3655
  /**
3641
- * @SINCE 1.50
3656
+ * @since 1.50
3642
3657
  *
3643
3658
  * A semantic-specific button, eligible for the `editAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3644
3659
  * to be placed in its title.
@@ -3714,7 +3729,7 @@ declare namespace sap {
3714
3729
  static getMetadata(): sap.ui.core.ElementMetadata;
3715
3730
  }
3716
3731
  /**
3717
- * @SINCE 1.46.0
3732
+ * @since 1.46.0
3718
3733
  *
3719
3734
  * A semantic-specific button, eligible for the `exitFullScreenAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3720
3735
  * to be placed in its title.
@@ -3790,7 +3805,7 @@ declare namespace sap {
3790
3805
  static getMetadata(): sap.ui.core.ElementMetadata;
3791
3806
  }
3792
3807
  /**
3793
- * @SINCE 1.46.0
3808
+ * @since 1.46.0
3794
3809
  *
3795
3810
  * A semantic-specific button, eligible for the `favoriteAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3796
3811
  * to be placed in its title.
@@ -3866,7 +3881,7 @@ declare namespace sap {
3866
3881
  static getMetadata(): sap.ui.core.ElementMetadata;
3867
3882
  }
3868
3883
  /**
3869
- * @SINCE 1.46.0
3884
+ * @since 1.46.0
3870
3885
  *
3871
3886
  * A semantic-specific button, eligible for the `flagAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3872
3887
  * to be placed in its title.
@@ -3942,7 +3957,7 @@ declare namespace sap {
3942
3957
  static getMetadata(): sap.ui.core.ElementMetadata;
3943
3958
  }
3944
3959
  /**
3945
- * @SINCE 1.46.0
3960
+ * @since 1.46.0
3946
3961
  *
3947
3962
  * A semantic-specific button, eligible for the `footerMainAction` aggregation of the {@link sap.f.semantic.SemanticPage }
3948
3963
  * to be placed in its footer.
@@ -4018,7 +4033,7 @@ declare namespace sap {
4018
4033
  static getMetadata(): sap.ui.core.ElementMetadata;
4019
4034
  }
4020
4035
  /**
4021
- * @SINCE 1.46.0
4036
+ * @since 1.46.0
4022
4037
  *
4023
4038
  * A semantic-specific button, eligible for the `fullScreenAction` aggregation of the {@link sap.f.semantic.SemanticPage }
4024
4039
  * to be placed in its title.
@@ -4094,7 +4109,7 @@ declare namespace sap {
4094
4109
  static getMetadata(): sap.ui.core.ElementMetadata;
4095
4110
  }
4096
4111
  /**
4097
- * @SINCE 1.46.0
4112
+ * @since 1.46.0
4098
4113
  *
4099
4114
  * Serves as a base class for the {@link sap.f.semantic.TitleMainAction} and {@link sap.f.semantic.FooterMainAction }
4100
4115
  * controls.
@@ -4187,7 +4202,7 @@ declare namespace sap {
4187
4202
  ): this;
4188
4203
  }
4189
4204
  /**
4190
- * @SINCE 1.46.0
4205
+ * @since 1.46.0
4191
4206
  *
4192
4207
  * A semantic-specific button, eligible for the `messagesIndicator` aggregation of the {@link sap.f.semantic.SemanticPage }
4193
4208
  * to be placed in its footer.
@@ -4263,7 +4278,7 @@ declare namespace sap {
4263
4278
  static getMetadata(): sap.ui.core.ElementMetadata;
4264
4279
  }
4265
4280
  /**
4266
- * @SINCE 1.46.0
4281
+ * @since 1.46.0
4267
4282
  *
4268
4283
  * A semantic-specific button, eligible for the `negativeAction` aggregation of the {@link sap.f.semantic.SemanticPage }
4269
4284
  * to be placed in its footer.
@@ -4356,7 +4371,7 @@ declare namespace sap {
4356
4371
  ): this;
4357
4372
  }
4358
4373
  /**
4359
- * @SINCE 1.46.0
4374
+ * @since 1.46.0
4360
4375
  *
4361
4376
  * A semantic-specific button, eligible for the `positiveAction` aggregation of the {@link sap.f.semantic.SemanticPage }
4362
4377
  * to be placed in its footer.
@@ -4449,7 +4464,7 @@ declare namespace sap {
4449
4464
  ): this;
4450
4465
  }
4451
4466
  /**
4452
- * @SINCE 1.46.0
4467
+ * @since 1.46.0
4453
4468
  *
4454
4469
  * A semantic-specific button, eligible for the `printAction` aggregation of the {@link sap.f.semantic.SemanticPage }
4455
4470
  * to be placed in the share menu within its title.
@@ -4525,7 +4540,7 @@ declare namespace sap {
4525
4540
  static getMetadata(): sap.ui.core.ElementMetadata;
4526
4541
  }
4527
4542
  /**
4528
- * @SINCE 1.46.0
4543
+ * @since 1.46.0
4529
4544
  *
4530
4545
  * A base class for the available semantic actions, such as {@link sap.f.semantic.AddAction AddAction},
4531
4546
  * {@link sap.f.semantic.CloseAction CloseAction}, etc.
@@ -4599,7 +4614,7 @@ declare namespace sap {
4599
4614
  static getMetadata(): sap.ui.core.ElementMetadata;
4600
4615
  }
4601
4616
  /**
4602
- * @SINCE 1.46.0
4617
+ * @since 1.46.0
4603
4618
  *
4604
4619
  * The base class for the {@link sap.f.semantic.SemanticButton}.
4605
4620
  */
@@ -4693,7 +4708,7 @@ declare namespace sap {
4693
4708
  ): this;
4694
4709
  }
4695
4710
  /**
4696
- * @SINCE 1.46.0
4711
+ * @since 1.46.0
4697
4712
  *
4698
4713
  * Provides enhanced functionality by internally aggregating {@link sap.f.DynamicPage} and contains controls
4699
4714
  * with semantic-specific meaning.
@@ -4850,7 +4865,7 @@ declare namespace sap {
4850
4865
  oHeaderContent: sap.ui.core.Control
4851
4866
  ): this;
4852
4867
  /**
4853
- * @SINCE 1.52
4868
+ * @since 1.52
4854
4869
  *
4855
4870
  * Adds some titleContent to the aggregation {@link #getTitleContent titleContent}.
4856
4871
  *
@@ -4955,7 +4970,7 @@ declare namespace sap {
4955
4970
  */
4956
4971
  destroyDraftIndicator(): this;
4957
4972
  /**
4958
- * @SINCE 1.50
4973
+ * @since 1.50
4959
4974
  *
4960
4975
  * Destroys the editAction in the aggregation {@link #getEditAction editAction}.
4961
4976
  *
@@ -5005,7 +5020,7 @@ declare namespace sap {
5005
5020
  */
5006
5021
  destroyHeaderContent(): this;
5007
5022
  /**
5008
- * @SINCE 1.61
5023
+ * @since 1.61
5009
5024
  *
5010
5025
  * Destroys the landmarkInfo in the aggregation {@link #getLandmarkInfo landmarkInfo}.
5011
5026
  *
@@ -5061,7 +5076,7 @@ declare namespace sap {
5061
5076
  */
5062
5077
  destroyShareInJamAction(): this;
5063
5078
  /**
5064
- * @SINCE 1.52
5079
+ * @since 1.52
5065
5080
  *
5066
5081
  * Destroys the titleBreadcrumbs in the aggregation {@link #getTitleBreadcrumbs titleBreadcrumbs}.
5067
5082
  *
@@ -5069,7 +5084,7 @@ declare namespace sap {
5069
5084
  */
5070
5085
  destroyTitleBreadcrumbs(): this;
5071
5086
  /**
5072
- * @SINCE 1.52
5087
+ * @since 1.52
5073
5088
  *
5074
5089
  * Destroys all the titleContent in the aggregation {@link #getTitleContent titleContent}.
5075
5090
  *
@@ -5095,7 +5110,7 @@ declare namespace sap {
5095
5110
  */
5096
5111
  destroyTitleExpandedContent(): this;
5097
5112
  /**
5098
- * @SINCE 1.58
5113
+ * @since 1.58
5099
5114
  *
5100
5115
  * Destroys the titleExpandedHeading in the aggregation {@link #getTitleExpandedHeading titleExpandedHeading}.
5101
5116
  *
@@ -5121,7 +5136,7 @@ declare namespace sap {
5121
5136
  */
5122
5137
  destroyTitleSnappedContent(): this;
5123
5138
  /**
5124
- * @SINCE 1.58
5139
+ * @since 1.58
5125
5140
  *
5126
5141
  * Destroys the titleSnappedHeading in the aggregation {@link #getTitleSnappedHeading titleSnappedHeading}.
5127
5142
  *
@@ -5129,7 +5144,7 @@ declare namespace sap {
5129
5144
  */
5130
5145
  destroyTitleSnappedHeading(): this;
5131
5146
  /**
5132
- * @SINCE 1.63
5147
+ * @since 1.63
5133
5148
  *
5134
5149
  * Destroys the titleSnappedOnMobile in the aggregation {@link #getTitleSnappedOnMobile titleSnappedOnMobile}.
5135
5150
  *
@@ -5231,7 +5246,7 @@ declare namespace sap {
5231
5246
  */
5232
5247
  getDraftIndicator(): sap.m.DraftIndicator;
5233
5248
  /**
5234
- * @SINCE 1.50
5249
+ * @since 1.50
5235
5250
  *
5236
5251
  * Gets content of aggregation {@link #getEditAction editAction}.
5237
5252
  *
@@ -5263,7 +5278,7 @@ declare namespace sap {
5263
5278
  */
5264
5279
  getFavoriteAction(): sap.f.semantic.FavoriteAction;
5265
5280
  /**
5266
- * @SINCE 1.73
5281
+ * @since 1.73
5267
5282
  *
5268
5283
  * Gets current value of property {@link #getFitContent fitContent}.
5269
5284
  *
@@ -5348,7 +5363,7 @@ declare namespace sap {
5348
5363
  */
5349
5364
  getHeaderPinnable(): boolean;
5350
5365
  /**
5351
- * @SINCE 1.61
5366
+ * @since 1.61
5352
5367
  *
5353
5368
  * Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
5354
5369
  *
@@ -5456,7 +5471,7 @@ declare namespace sap {
5456
5471
  */
5457
5472
  getShowFooter(): boolean;
5458
5473
  /**
5459
- * @SINCE 1.58
5474
+ * @since 1.58
5460
5475
  *
5461
5476
  * Gets current value of property {@link #getTitleAreaShrinkRatio titleAreaShrinkRatio}.
5462
5477
  *
@@ -5479,7 +5494,7 @@ declare namespace sap {
5479
5494
  */
5480
5495
  getTitleAreaShrinkRatio(): sap.f.DynamicPageTitleShrinkRatio;
5481
5496
  /**
5482
- * @SINCE 1.52
5497
+ * @since 1.52
5483
5498
  *
5484
5499
  * Gets content of aggregation {@link #getTitleBreadcrumbs titleBreadcrumbs}.
5485
5500
  *
@@ -5496,7 +5511,7 @@ declare namespace sap {
5496
5511
  */
5497
5512
  getTitleBreadcrumbs(): sap.m.IBreadcrumbs;
5498
5513
  /**
5499
- * @SINCE 1.52
5514
+ * @since 1.52
5500
5515
  *
5501
5516
  * Gets content of aggregation {@link #getTitleContent titleContent}.
5502
5517
  *
@@ -5543,7 +5558,7 @@ declare namespace sap {
5543
5558
  */
5544
5559
  getTitleExpandedContent(): sap.ui.core.Control[];
5545
5560
  /**
5546
- * @SINCE 1.58
5561
+ * @since 1.58
5547
5562
  *
5548
5563
  * Gets content of aggregation {@link #getTitleExpandedHeading titleExpandedHeading}.
5549
5564
  *
@@ -5585,7 +5600,7 @@ declare namespace sap {
5585
5600
  */
5586
5601
  getTitleMainAction(): sap.f.semantic.TitleMainAction;
5587
5602
  /**
5588
- * @SINCE 1.52
5603
+ * @since 1.52
5589
5604
  * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
5590
5605
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
5591
5606
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
@@ -5621,7 +5636,7 @@ declare namespace sap {
5621
5636
  */
5622
5637
  getTitleSnappedContent(): sap.ui.core.Control[];
5623
5638
  /**
5624
- * @SINCE 1.58
5639
+ * @since 1.58
5625
5640
  *
5626
5641
  * Gets content of aggregation {@link #getTitleSnappedHeading titleSnappedHeading}.
5627
5642
  *
@@ -5638,7 +5653,7 @@ declare namespace sap {
5638
5653
  */
5639
5654
  getTitleSnappedHeading(): sap.ui.core.Control;
5640
5655
  /**
5641
- * @SINCE 1.63
5656
+ * @since 1.63
5642
5657
  *
5643
5658
  * Gets content of aggregation {@link #getTitleSnappedOnMobile titleSnappedOnMobile}.
5644
5659
  *
@@ -5704,7 +5719,7 @@ declare namespace sap {
5704
5719
  oHeaderContent: sap.ui.core.Control
5705
5720
  ): int;
5706
5721
  /**
5707
- * @SINCE 1.52
5722
+ * @since 1.52
5708
5723
  *
5709
5724
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTitleContent titleContent}.
5710
5725
  * and returns its index if found or -1 otherwise.
@@ -5817,7 +5832,7 @@ declare namespace sap {
5817
5832
  iIndex: int
5818
5833
  ): this;
5819
5834
  /**
5820
- * @SINCE 1.52
5835
+ * @since 1.52
5821
5836
  *
5822
5837
  * Inserts a titleContent into the aggregation {@link #getTitleContent titleContent}.
5823
5838
  *
@@ -5928,7 +5943,7 @@ declare namespace sap {
5928
5943
  */
5929
5944
  removeAllHeaderContent(): sap.ui.core.Control[];
5930
5945
  /**
5931
- * @SINCE 1.52
5946
+ * @since 1.52
5932
5947
  *
5933
5948
  * Removes all the controls from the aggregation {@link #getTitleContent titleContent}.
5934
5949
  *
@@ -6003,7 +6018,7 @@ declare namespace sap {
6003
6018
  vHeaderContent: int | string | sap.ui.core.Control
6004
6019
  ): sap.ui.core.Control | null;
6005
6020
  /**
6006
- * @SINCE 1.52
6021
+ * @since 1.52
6007
6022
  *
6008
6023
  * Removes a titleContent from the aggregation {@link #getTitleContent titleContent}.
6009
6024
  *
@@ -6137,7 +6152,7 @@ declare namespace sap {
6137
6152
  oDraftIndicator: sap.m.DraftIndicator
6138
6153
  ): this;
6139
6154
  /**
6140
- * @SINCE 1.50
6155
+ * @since 1.50
6141
6156
  *
6142
6157
  * Sets the aggregated {@link #getEditAction editAction}.
6143
6158
  *
@@ -6172,7 +6187,7 @@ declare namespace sap {
6172
6187
  oFavoriteAction: sap.f.semantic.FavoriteAction
6173
6188
  ): this;
6174
6189
  /**
6175
- * @SINCE 1.73
6190
+ * @since 1.73
6176
6191
  *
6177
6192
  * Sets a new value for property {@link #getFitContent fitContent}.
6178
6193
  *
@@ -6268,7 +6283,7 @@ declare namespace sap {
6268
6283
  bHeaderPinnable?: boolean
6269
6284
  ): this;
6270
6285
  /**
6271
- * @SINCE 1.61
6286
+ * @since 1.61
6272
6287
  *
6273
6288
  * Sets the aggregated {@link #getLandmarkInfo landmarkInfo}.
6274
6289
  *
@@ -6410,7 +6425,7 @@ declare namespace sap {
6410
6425
  bShowFooter?: boolean
6411
6426
  ): this;
6412
6427
  /**
6413
- * @SINCE 1.58
6428
+ * @since 1.58
6414
6429
  *
6415
6430
  * Sets a new value for property {@link #getTitleAreaShrinkRatio titleAreaShrinkRatio}.
6416
6431
  *
@@ -6440,7 +6455,7 @@ declare namespace sap {
6440
6455
  sTitleAreaShrinkRatio?: sap.f.DynamicPageTitleShrinkRatio
6441
6456
  ): this;
6442
6457
  /**
6443
- * @SINCE 1.52
6458
+ * @since 1.52
6444
6459
  *
6445
6460
  * Sets the aggregated {@link #getTitleBreadcrumbs titleBreadcrumbs}.
6446
6461
  *
@@ -6453,7 +6468,7 @@ declare namespace sap {
6453
6468
  oTitleBreadcrumbs: sap.m.IBreadcrumbs
6454
6469
  ): this;
6455
6470
  /**
6456
- * @SINCE 1.58
6471
+ * @since 1.58
6457
6472
  *
6458
6473
  * Sets the aggregated {@link #getTitleExpandedHeading titleExpandedHeading}.
6459
6474
  *
@@ -6488,7 +6503,7 @@ declare namespace sap {
6488
6503
  oTitleMainAction: sap.f.semantic.TitleMainAction
6489
6504
  ): this;
6490
6505
  /**
6491
- * @SINCE 1.58
6506
+ * @since 1.58
6492
6507
  *
6493
6508
  * Sets the aggregated {@link #getTitleSnappedHeading titleSnappedHeading}.
6494
6509
  *
@@ -6501,7 +6516,7 @@ declare namespace sap {
6501
6516
  oTitleSnappedHeading: sap.ui.core.Control
6502
6517
  ): this;
6503
6518
  /**
6504
- * @SINCE 1.63
6519
+ * @since 1.63
6505
6520
  *
6506
6521
  * Sets the aggregated {@link #getTitleSnappedOnMobile titleSnappedOnMobile}.
6507
6522
  *
@@ -6536,7 +6551,7 @@ declare namespace sap {
6536
6551
  ): this;
6537
6552
  }
6538
6553
  /**
6539
- * @SINCE 1.46.0
6554
+ * @since 1.46.0
6540
6555
  *
6541
6556
  * A base class for the {@link sap.f.semantic.FavoriteAction} and {@link sap.f.semantic.FlagAction}.
6542
6557
  */
@@ -6609,7 +6624,7 @@ declare namespace sap {
6609
6624
  static getMetadata(): sap.ui.core.ElementMetadata;
6610
6625
  }
6611
6626
  /**
6612
- * @SINCE 1.46.0
6627
+ * @since 1.46.0
6613
6628
  *
6614
6629
  * A semantic-specific button, eligible for the `sendEmailAction` aggregation of the {@link sap.f.semantic.SemanticPage }
6615
6630
  * to be placed in the share menu within its title.
@@ -6685,7 +6700,7 @@ declare namespace sap {
6685
6700
  static getMetadata(): sap.ui.core.ElementMetadata;
6686
6701
  }
6687
6702
  /**
6688
- * @SINCE 1.46.0
6703
+ * @since 1.46.0
6689
6704
  *
6690
6705
  * A semantic-specific button, eligible for the `sendMessageAction` aggregation of the {@link sap.f.semantic.SemanticPage }
6691
6706
  * to be placed in the share menu within its title.
@@ -6761,7 +6776,7 @@ declare namespace sap {
6761
6776
  static getMetadata(): sap.ui.core.ElementMetadata;
6762
6777
  }
6763
6778
  /**
6764
- * @SINCE 1.46.0
6779
+ * @since 1.46.0
6765
6780
  *
6766
6781
  * A semantic-specific button, eligible for the `shareInJamAction` aggregation of the {@link sap.f.semantic.SemanticPage }
6767
6782
  * to be placed in the share menu within its title.
@@ -6837,7 +6852,7 @@ declare namespace sap {
6837
6852
  static getMetadata(): sap.ui.core.ElementMetadata;
6838
6853
  }
6839
6854
  /**
6840
- * @SINCE 1.46.0
6855
+ * @since 1.46.0
6841
6856
  *
6842
6857
  * A semantic-specific button, eligible for the `titleMainAction` aggregation of the {@link sap.f.semantic.SemanticPage }
6843
6858
  * to be placed in its title.
@@ -6914,7 +6929,7 @@ declare namespace sap {
6914
6929
  }
6915
6930
  }
6916
6931
  /**
6917
- * @SINCE 1.62
6932
+ * @since 1.62
6918
6933
  *
6919
6934
  * Interface that should be implemented by all card controls.
6920
6935
  */
@@ -6923,7 +6938,7 @@ declare namespace sap {
6923
6938
  }
6924
6939
 
6925
6940
  /**
6926
- * @SINCE 1.65
6941
+ * @since 1.65
6927
6942
  *
6928
6943
  * Interface for controls suitable for the `stickySubheaderProvider` association of `{@link sap.f.DynamicPage}`.
6929
6944
  *
@@ -6941,8 +6956,8 @@ declare namespace sap {
6941
6956
  }
6942
6957
 
6943
6958
  /**
6944
- * @SINCE 1.63
6945
- * @EXPERIMENTAL (since 1.63) - that provides only limited functionality. Also, it can be removed in future
6959
+ * @since 1.63
6960
+ * @experimental (since 1.63) - that provides only limited functionality. Also, it can be removed in future
6946
6961
  * versions.
6947
6962
  *
6948
6963
  * Interface for controls suitable for the `additionalContent` aggregation of `{@link sap.f.ShellBar}`.
@@ -6971,7 +6986,7 @@ declare namespace sap {
6971
6986
  | `{${string}}`;
6972
6987
 
6973
6988
  /**
6974
- * @SINCE 1.103
6989
+ * @since 1.103
6975
6990
  *
6976
6991
  * Specifies a custom display size for each avatar.
6977
6992
  *
@@ -6985,7 +7000,7 @@ declare namespace sap {
6985
7000
  | `{${string}}`;
6986
7001
 
6987
7002
  /**
6988
- * @SINCE 1.103
7003
+ * @since 1.103
6989
7004
  *
6990
7005
  * Specifies a custom font size for each avatar.
6991
7006
  *
@@ -7009,7 +7024,7 @@ declare namespace sap {
7009
7024
  * Fired when the user clicks or taps on the control.
7010
7025
  */
7011
7026
  press?: (
7012
- oEvent: sap.ui.base.Event<sap.f.$AvatarGroupPressEventParameters>
7027
+ oEvent: sap.ui.base.Event<sap.f.AvatarGroup$PressEventParameters>
7013
7028
  ) => void;
7014
7029
  }
7015
7030
 
@@ -7039,7 +7054,7 @@ declare namespace sap {
7039
7054
 
7040
7055
  interface $CardSettings extends sap.f.$CardBaseSettings {
7041
7056
  /**
7042
- * @SINCE 1.65
7057
+ * @since 1.65
7043
7058
  *
7044
7059
  * Defines the position of the Card Header.
7045
7060
  */
@@ -7105,7 +7120,7 @@ declare namespace sap {
7105
7120
  | `{${string}}`;
7106
7121
 
7107
7122
  /**
7108
- * @SINCE 1.93
7123
+ * @since 1.93
7109
7124
  *
7110
7125
  * Determines whether the `DynamicPageHeader` is pinned.
7111
7126
  *
@@ -7148,7 +7163,7 @@ declare namespace sap {
7148
7163
  | `{${string}}`;
7149
7164
 
7150
7165
  /**
7151
- * @SINCE 1.68
7166
+ * @since 1.68
7152
7167
  *
7153
7168
  * Determines the background color of `DynamicPage`.
7154
7169
  */
@@ -7221,7 +7236,7 @@ declare namespace sap {
7221
7236
  footer?: sap.m.IBar;
7222
7237
 
7223
7238
  /**
7224
- * @SINCE 1.61
7239
+ * @since 1.61
7225
7240
  *
7226
7241
  * Accessible landmark settings to be applied on the containers of the `sap.f.DynamicPage` control.
7227
7242
  *
@@ -7230,7 +7245,7 @@ declare namespace sap {
7230
7245
  landmarkInfo?: sap.f.DynamicPageAccessibleLandmarkInfo;
7231
7246
 
7232
7247
  /**
7233
- * @SINCE 1.65
7248
+ * @since 1.65
7234
7249
  *
7235
7250
  * Association of Controls / IDs, that provide sticky subheader content. All controls that provide this
7236
7251
  * content have to implement the `sap.f.IDynamicPageStickyContent` interface.
@@ -7238,12 +7253,12 @@ declare namespace sap {
7238
7253
  stickySubheaderProvider?: sap.f.IDynamicPageStickyContent | string;
7239
7254
 
7240
7255
  /**
7241
- * @SINCE 1.93
7256
+ * @since 1.93
7242
7257
  *
7243
7258
  * The event is fired when the `headerPinned` property is changed via user interaction.
7244
7259
  */
7245
7260
  pinnedStateChange?: (
7246
- oEvent: sap.ui.base.Event<sap.f.$DynamicPagePinnedStateChangeEventParameters>
7261
+ oEvent: sap.ui.base.Event<sap.f.DynamicPage$PinnedStateChangeEventParameters>
7247
7262
  ) => void;
7248
7263
  }
7249
7264
 
@@ -7332,7 +7347,7 @@ declare namespace sap {
7332
7347
  | `{${string}}`;
7333
7348
 
7334
7349
  /**
7335
- * @SINCE 1.58
7350
+ * @since 1.58
7336
7351
  *
7337
7352
  * Determines the background color of the `DynamicPageHeader`.
7338
7353
  *
@@ -7356,7 +7371,7 @@ declare namespace sap {
7356
7371
 
7357
7372
  interface $DynamicPageTitleSettings extends sap.ui.core.$ControlSettings {
7358
7373
  /**
7359
- * @SINCE 1.50
7374
+ * @since 1.50
7360
7375
  * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
7361
7376
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
7362
7377
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
@@ -7378,7 +7393,7 @@ declare namespace sap {
7378
7393
  | `{${string}}`;
7379
7394
 
7380
7395
  /**
7381
- * @SINCE 1.54
7396
+ * @since 1.54
7382
7397
  *
7383
7398
  * Assigns shrinking ratio to the `DynamicPageTitle` areas (Heading, Content, Actions). The greater value
7384
7399
  * a section has the faster it shrinks when the screen size is being reduced.
@@ -7401,7 +7416,7 @@ declare namespace sap {
7401
7416
  | `{${string}}`;
7402
7417
 
7403
7418
  /**
7404
- * @SINCE 1.58
7419
+ * @since 1.58
7405
7420
  *
7406
7421
  * Determines the background color of the `DynamicPageTitle`.
7407
7422
  *
@@ -7429,7 +7444,7 @@ declare namespace sap {
7429
7444
  heading?: sap.ui.core.Control;
7430
7445
 
7431
7446
  /**
7432
- * @SINCE 1.52
7447
+ * @since 1.52
7433
7448
  *
7434
7449
  * The `snappedHeading` is positioned in the `DynamicPageTitle` left area and is displayed when the header
7435
7450
  * is in collapsed (snapped) state only. Use this aggregation to display a title (or any other UI5 control
@@ -7445,7 +7460,7 @@ declare namespace sap {
7445
7460
  snappedHeading?: sap.ui.core.Control;
7446
7461
 
7447
7462
  /**
7448
- * @SINCE 1.52
7463
+ * @since 1.52
7449
7464
  *
7450
7465
  * The `expandedHeading` is positioned in the `DynamicPageTitle` left area and is displayed when the header
7451
7466
  * is in expanded state only. Use this aggregation to display a title (or any other UI5 control that serves
@@ -7472,7 +7487,7 @@ declare namespace sap {
7472
7487
  | `{${string}}`;
7473
7488
 
7474
7489
  /**
7475
- * @SINCE 1.52
7490
+ * @since 1.52
7476
7491
  *
7477
7492
  * The `DynamicPageTitle` navigation actions.
7478
7493
  *
@@ -7492,7 +7507,7 @@ declare namespace sap {
7492
7507
  | `{${string}}`;
7493
7508
 
7494
7509
  /**
7495
- * @SINCE 1.50
7510
+ * @since 1.50
7496
7511
  *
7497
7512
  * The content is positioned in the `DynamicPageTitle` middle area and displayed in both expanded and collapsed
7498
7513
  * (snapped) states.
@@ -7530,7 +7545,7 @@ declare namespace sap {
7530
7545
  | `{${string}}`;
7531
7546
 
7532
7547
  /**
7533
- * @SINCE 1.63
7548
+ * @since 1.63
7534
7549
  *
7535
7550
  * The only content that is displayed in the `DynamicPageTitle` when it is viewed on a phone mobile device
7536
7551
  * and the `DynamicPageHeader` is in collapsed (snapped) state.
@@ -7544,21 +7559,21 @@ declare namespace sap {
7544
7559
  snappedTitleOnMobile?: sap.m.Title;
7545
7560
 
7546
7561
  /**
7547
- * @SINCE 1.52
7562
+ * @since 1.52
7548
7563
  *
7549
7564
  * The breadcrumbs displayed in the `DynamicPageTitle` top-left area.
7550
7565
  */
7551
7566
  breadcrumbs?: sap.m.IBreadcrumbs;
7552
7567
 
7553
7568
  /**
7554
- * @SINCE 1.78
7569
+ * @since 1.78
7555
7570
  *
7556
7571
  * Association to controls / IDs which describe this control (see WAI-ARIA attribute aria-describedby).
7557
7572
  */
7558
7573
  ariaDescribedBy?: Array<sap.ui.core.Control | string>;
7559
7574
 
7560
7575
  /**
7561
- * @SINCE 1.54
7576
+ * @since 1.54
7562
7577
  *
7563
7578
  * Fired when the title state (expanded/collapsed) is toggled by user interaction. For example, scrolling,
7564
7579
  * title clicking/tapping, using expand/collapse button.
@@ -7567,14 +7582,14 @@ declare namespace sap {
7567
7582
  * of the scrollbar of `DynamicPage`.
7568
7583
  */
7569
7584
  stateChange?: (
7570
- oEvent: sap.ui.base.Event<sap.f.$DynamicPageTitleStateChangeEventParameters>
7585
+ oEvent: sap.ui.base.Event<sap.f.DynamicPageTitle$StateChangeEventParameters>
7571
7586
  ) => void;
7572
7587
  }
7573
7588
 
7574
7589
  interface $FlexibleColumnLayoutSettings
7575
7590
  extends sap.ui.core.$ControlSettings {
7576
7591
  /**
7577
- * @SINCE 1.76
7592
+ * @since 1.76
7578
7593
  *
7579
7594
  * Determines whether the initial focus is set automatically on first rendering and after navigating to
7580
7595
  * a new page.
@@ -7625,7 +7640,7 @@ declare namespace sap {
7625
7640
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
7626
7641
 
7627
7642
  /**
7628
- * @SINCE 1.54
7643
+ * @since 1.54
7629
7644
  *
7630
7645
  * Specifies the background color of the content. The visualization of the different options depends on
7631
7646
  * the used theme.
@@ -7636,7 +7651,7 @@ declare namespace sap {
7636
7651
  | `{${string}}`;
7637
7652
 
7638
7653
  /**
7639
- * @SINCE 1.77
7654
+ * @since 1.77
7640
7655
  *
7641
7656
  * Determines whether the focus is restored to the last known when navigating back to a prevously opened
7642
7657
  * column, for example, upon closing of the end column and being transfered back to the mid column.
@@ -7686,7 +7701,7 @@ declare namespace sap {
7686
7701
  | `{${string}}`;
7687
7702
 
7688
7703
  /**
7689
- * @SINCE 1.95
7704
+ * @since 1.95
7690
7705
  *
7691
7706
  * Accessible landmark settings to be applied on the containers of the `sap.f.FlexibleColumnLayout` control.
7692
7707
  *
@@ -7722,7 +7737,7 @@ declare namespace sap {
7722
7737
  * it gets a non-zero width
7723
7738
  */
7724
7739
  stateChange?: (
7725
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutStateChangeEventParameters>
7740
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$StateChangeEventParameters>
7726
7741
  ) => void;
7727
7742
 
7728
7743
  /**
@@ -7731,7 +7746,7 @@ declare namespace sap {
7731
7746
  * which means that there will be no navigation.
7732
7747
  */
7733
7748
  beginColumnNavigate?: (
7734
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutBeginColumnNavigateEventParameters>
7749
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$BeginColumnNavigateEventParameters>
7735
7750
  ) => void;
7736
7751
 
7737
7752
  /**
@@ -7740,7 +7755,7 @@ declare namespace sap {
7740
7755
  * NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
7741
7756
  */
7742
7757
  afterBeginColumnNavigate?: (
7743
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters>
7758
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters>
7744
7759
  ) => void;
7745
7760
 
7746
7761
  /**
@@ -7749,7 +7764,7 @@ declare namespace sap {
7749
7764
  * which means that there will be no navigation.
7750
7765
  */
7751
7766
  midColumnNavigate?: (
7752
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutMidColumnNavigateEventParameters>
7767
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$MidColumnNavigateEventParameters>
7753
7768
  ) => void;
7754
7769
 
7755
7770
  /**
@@ -7758,7 +7773,7 @@ declare namespace sap {
7758
7773
  * NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
7759
7774
  */
7760
7775
  afterMidColumnNavigate?: (
7761
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterMidColumnNavigateEventParameters>
7776
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$AfterMidColumnNavigateEventParameters>
7762
7777
  ) => void;
7763
7778
 
7764
7779
  /**
@@ -7767,7 +7782,7 @@ declare namespace sap {
7767
7782
  * which means that there will be no navigation.
7768
7783
  */
7769
7784
  endColumnNavigate?: (
7770
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutEndColumnNavigateEventParameters>
7785
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$EndColumnNavigateEventParameters>
7771
7786
  ) => void;
7772
7787
 
7773
7788
  /**
@@ -7776,16 +7791,16 @@ declare namespace sap {
7776
7791
  * NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
7777
7792
  */
7778
7793
  afterEndColumnNavigate?: (
7779
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterEndColumnNavigateEventParameters>
7794
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$AfterEndColumnNavigateEventParameters>
7780
7795
  ) => void;
7781
7796
 
7782
7797
  /**
7783
- * @SINCE 1.76
7798
+ * @since 1.76
7784
7799
  *
7785
7800
  * Fired when resize of each column has completed.
7786
7801
  */
7787
7802
  columnResize?: (
7788
- oEvent: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutColumnResizeEventParameters>
7803
+ oEvent: sap.ui.base.Event<sap.f.FlexibleColumnLayout$ColumnResizeEventParameters>
7789
7804
  ) => void;
7790
7805
  }
7791
7806
 
@@ -7868,7 +7883,7 @@ declare namespace sap {
7868
7883
  | `{${string}}`;
7869
7884
 
7870
7885
  /**
7871
- * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
7886
+ * @experimental (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
7872
7887
  * may be done before its official public release.
7873
7888
  *
7874
7889
  * Defines the minimum height of the grid.
@@ -7900,7 +7915,7 @@ declare namespace sap {
7900
7915
  | `{${string}}`;
7901
7916
 
7902
7917
  /**
7903
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7918
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7904
7919
  * may be done before its official public release. Use at your own discretion.
7905
7920
  *
7906
7921
  * Increases the density when arranging the items. Smaller items will take up all of the available space,
@@ -7914,7 +7929,7 @@ declare namespace sap {
7914
7929
  | `{${string}}`;
7915
7930
 
7916
7931
  /**
7917
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7932
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7918
7933
  * may be done before its official public release. Use at your own discretion.
7919
7934
  *
7920
7935
  * Makes the grid items act like an inline-block elements. They will be arranged in rows with height equal
@@ -7949,7 +7964,7 @@ declare namespace sap {
7949
7964
  layout?: sap.f.GridContainerSettings;
7950
7965
 
7951
7966
  /**
7952
- * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
7967
+ * @experimental (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
7953
7968
  * may be done before its official public release. Use at your own discretion.
7954
7969
  *
7955
7970
  * The sap.f.GridContainerSettings applied for size "XS". Range: up to 374px.
@@ -7990,21 +8005,21 @@ declare namespace sap {
7990
8005
  * Fired when the currently active GridSettings change.
7991
8006
  */
7992
8007
  layoutChange?: (
7993
- oEvent: sap.ui.base.Event<sap.f.$GridContainerLayoutChangeEventParameters>
8008
+ oEvent: sap.ui.base.Event<sap.f.GridContainer$LayoutChangeEventParameters>
7994
8009
  ) => void;
7995
8010
 
7996
8011
  /**
7997
8012
  * Fired when the grid columns count is changed.
7998
8013
  */
7999
8014
  columnsChange?: (
8000
- oEvent: sap.ui.base.Event<sap.f.$GridContainerColumnsChangeEventParameters>
8015
+ oEvent: sap.ui.base.Event<sap.f.GridContainer$ColumnsChangeEventParameters>
8001
8016
  ) => void;
8002
8017
 
8003
8018
  /**
8004
8019
  * Fires if the border of the visualizations is reached so that an application can react on this.
8005
8020
  */
8006
8021
  borderReached?: (
8007
- oEvent: sap.ui.base.Event<sap.f.$GridContainerBorderReachedEventParameters>
8022
+ oEvent: sap.ui.base.Event<sap.f.GridContainer$BorderReachedEventParameters>
8008
8023
  ) => void;
8009
8024
  }
8010
8025
 
@@ -8032,7 +8047,7 @@ declare namespace sap {
8032
8047
  | `{${string}}`;
8033
8048
 
8034
8049
  /**
8035
- * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
8050
+ * @experimental (since 1.65) - this property may soon be removed, use minRows instead
8036
8051
  *
8037
8052
  * Specifies the number of rows, which the item should take.
8038
8053
  */
@@ -8115,7 +8130,7 @@ declare namespace sap {
8115
8130
  * Fires if the border of the visualizations is reached so that an application can react on this.
8116
8131
  */
8117
8132
  borderReached?: (
8118
- oEvent: sap.ui.base.Event<sap.f.$GridListBorderReachedEventParameters>
8133
+ oEvent: sap.ui.base.Event<sap.f.GridList$BorderReachedEventParameters>
8119
8134
  ) => void;
8120
8135
  }
8121
8136
 
@@ -8154,7 +8169,7 @@ declare namespace sap {
8154
8169
  * Fires when an unselected item is pressed.
8155
8170
  */
8156
8171
  change?: (
8157
- oEvent: sap.ui.base.Event<sap.f.$ProductSwitchChangeEventParameters>
8172
+ oEvent: sap.ui.base.Event<sap.f.ProductSwitch$ChangeEventParameters>
8158
8173
  ) => void;
8159
8174
  }
8160
8175
 
@@ -8253,7 +8268,7 @@ declare namespace sap {
8253
8268
  * Fired when the user triggers a search.
8254
8269
  */
8255
8270
  search?: (
8256
- oEvent: sap.ui.base.Event<sap.f.$SearchManagerSearchEventParameters>
8271
+ oEvent: sap.ui.base.Event<sap.f.SearchManager$SearchEventParameters>
8257
8272
  ) => void;
8258
8273
 
8259
8274
  /**
@@ -8262,7 +8277,7 @@ declare namespace sap {
8262
8277
  * **Note:** Do not invalidate or re-render a focused search field, especially during the `liveChange` event.
8263
8278
  */
8264
8279
  liveChange?: (
8265
- oEvent: sap.ui.base.Event<sap.f.$SearchManagerLiveChangeEventParameters>
8280
+ oEvent: sap.ui.base.Event<sap.f.SearchManager$LiveChangeEventParameters>
8266
8281
  ) => void;
8267
8282
 
8268
8283
  /**
@@ -8271,7 +8286,7 @@ declare namespace sap {
8271
8286
  * new suggestions for it.
8272
8287
  */
8273
8288
  suggest?: (
8274
- oEvent: sap.ui.base.Event<sap.f.$SearchManagerSuggestEventParameters>
8289
+ oEvent: sap.ui.base.Event<sap.f.SearchManager$SuggestEventParameters>
8275
8290
  ) => void;
8276
8291
  }
8277
8292
 
@@ -8295,7 +8310,7 @@ declare namespace sap {
8295
8310
  | `{${string}}`;
8296
8311
 
8297
8312
  /**
8298
- * @SINCE 1.67
8313
+ * @since 1.67
8299
8314
  *
8300
8315
  * Defines a custom tooltip for the home icon. If not set, a default tooltip is used.
8301
8316
  */
@@ -8351,7 +8366,7 @@ declare namespace sap {
8351
8366
  | `{${string}}`;
8352
8367
 
8353
8368
  /**
8354
- * @SINCE 1.64
8369
+ * @since 1.64
8355
8370
  *
8356
8371
  * Defines the displayed number of upcoming notifications.
8357
8372
  */
@@ -8365,7 +8380,7 @@ declare namespace sap {
8365
8380
  menu?: sap.m.Menu;
8366
8381
 
8367
8382
  /**
8368
- * @SINCE 1.67
8383
+ * @since 1.67
8369
8384
  *
8370
8385
  * Configurable search.
8371
8386
  *
@@ -8393,56 +8408,56 @@ declare namespace sap {
8393
8408
  * Fired when the `homeIcon` is pressed.
8394
8409
  */
8395
8410
  homeIconPressed?: (
8396
- oEvent: sap.ui.base.Event<sap.f.$ShellBarHomeIconPressedEventParameters>
8411
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$HomeIconPressedEventParameters>
8397
8412
  ) => void;
8398
8413
 
8399
8414
  /**
8400
8415
  * Fired when the alternative menu button is pressed.
8401
8416
  */
8402
8417
  menuButtonPressed?: (
8403
- oEvent: sap.ui.base.Event<sap.f.$ShellBarMenuButtonPressedEventParameters>
8418
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$MenuButtonPressedEventParameters>
8404
8419
  ) => void;
8405
8420
 
8406
8421
  /**
8407
8422
  * Fired when the navigation/back button is pressed.
8408
8423
  */
8409
8424
  navButtonPressed?: (
8410
- oEvent: sap.ui.base.Event<sap.f.$ShellBarNavButtonPressedEventParameters>
8425
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$NavButtonPressedEventParameters>
8411
8426
  ) => void;
8412
8427
 
8413
8428
  /**
8414
8429
  * Fired when the SAP CoPilot icon is pressed.
8415
8430
  */
8416
8431
  copilotPressed?: (
8417
- oEvent: sap.ui.base.Event<sap.f.$ShellBarCopilotPressedEventParameters>
8432
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$CopilotPressedEventParameters>
8418
8433
  ) => void;
8419
8434
 
8420
8435
  /**
8421
8436
  * Fired when the search button is pressed.
8422
8437
  */
8423
8438
  searchButtonPressed?: (
8424
- oEvent: sap.ui.base.Event<sap.f.$ShellBarSearchButtonPressedEventParameters>
8439
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$SearchButtonPressedEventParameters>
8425
8440
  ) => void;
8426
8441
 
8427
8442
  /**
8428
8443
  * Fired when the notifications button is pressed.
8429
8444
  */
8430
8445
  notificationsPressed?: (
8431
- oEvent: sap.ui.base.Event<sap.f.$ShellBarNotificationsPressedEventParameters>
8446
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$NotificationsPressedEventParameters>
8432
8447
  ) => void;
8433
8448
 
8434
8449
  /**
8435
8450
  * Fired when the product switcher button is pressed.
8436
8451
  */
8437
8452
  productSwitcherPressed?: (
8438
- oEvent: sap.ui.base.Event<sap.f.$ShellBarProductSwitcherPressedEventParameters>
8453
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$ProductSwitcherPressedEventParameters>
8439
8454
  ) => void;
8440
8455
 
8441
8456
  /**
8442
8457
  * Fired when the profile avatar is pressed.
8443
8458
  */
8444
8459
  avatarPressed?: (
8445
- oEvent: sap.ui.base.Event<sap.f.$ShellBarAvatarPressedEventParameters>
8460
+ oEvent: sap.ui.base.Event<sap.f.ShellBar$AvatarPressedEventParameters>
8446
8461
  ) => void;
8447
8462
  }
8448
8463
 
@@ -8480,7 +8495,7 @@ declare namespace sap {
8480
8495
  | `{${string}}`;
8481
8496
 
8482
8497
  /**
8483
- * @SINCE 1.109.0
8498
+ * @since 1.109.0
8484
8499
  *
8485
8500
  * Determines the minimum side panel width (Side Content width + Action Bar width). **Note:** if the width
8486
8501
  * is given in percent(%), it is calculated as given percent from the Side Panel parent container width,
@@ -8492,7 +8507,7 @@ declare namespace sap {
8492
8507
  | `{${string}}`;
8493
8508
 
8494
8509
  /**
8495
- * @SINCE 1.109.0
8510
+ * @since 1.109.0
8496
8511
  *
8497
8512
  * Determines the maximum side panel width (Side Content width + Action Bar width). **Note:** if the width
8498
8513
  * is given in percent(%), it is calculated as given percent from the Side Panel parent container width,
@@ -8504,7 +8519,7 @@ declare namespace sap {
8504
8519
  | `{${string}}`;
8505
8520
 
8506
8521
  /**
8507
- * @SINCE 1.109.0
8522
+ * @since 1.109.0
8508
8523
  *
8509
8524
  * Determines the step (in pixels) when changing the width of the side panel with the keyboard. **Note:**
8510
8525
  * the width can be changed by this step with `Left Arrow` and `Right Arrow` keys when the resize splitter
@@ -8516,7 +8531,7 @@ declare namespace sap {
8516
8531
  | `{${string}}`;
8517
8532
 
8518
8533
  /**
8519
- * @SINCE 1.109.0
8534
+ * @since 1.109.0
8520
8535
  *
8521
8536
  * Determines the large step (in pixels) when changing the width of the side panel with the keyboard. **Note:**
8522
8537
  * the width can be changed by large step with `Shift + Left Arrow` and `Shift + Right Arrow` keys when
@@ -8571,7 +8586,7 @@ declare namespace sap {
8571
8586
  * action item) will not be fired and the new side content will not be displayed.
8572
8587
  */
8573
8588
  toggle?: (
8574
- oEvent: sap.ui.base.Event<sap.f.$SidePanelToggleEventParameters>
8589
+ oEvent: sap.ui.base.Event<sap.f.SidePanel$ToggleEventParameters>
8575
8590
  ) => void;
8576
8591
  }
8577
8592
 
@@ -8594,7 +8609,7 @@ declare namespace sap {
8594
8609
  | `{${string}}`;
8595
8610
  }
8596
8611
 
8597
- interface $AvatarGroupPressEventParameters {
8612
+ interface AvatarGroup$PressEventParameters {
8598
8613
  /**
8599
8614
  * The `GroupType` of the control.
8600
8615
  */
@@ -8611,21 +8626,21 @@ declare namespace sap {
8611
8626
  avatarsDisplayed?: int;
8612
8627
  }
8613
8628
 
8614
- interface $DynamicPagePinnedStateChangeEventParameters {
8629
+ interface DynamicPage$PinnedStateChangeEventParameters {
8615
8630
  /**
8616
8631
  * False or True values indicate the new pinned property value.
8617
8632
  */
8618
8633
  pinned?: boolean;
8619
8634
  }
8620
8635
 
8621
- interface $DynamicPageTitleStateChangeEventParameters {
8636
+ interface DynamicPageTitle$StateChangeEventParameters {
8622
8637
  /**
8623
8638
  * Whether the title was expanded (true) or collapsed (false).
8624
8639
  */
8625
8640
  isExpanded?: boolean;
8626
8641
  }
8627
8642
 
8628
- interface $FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters {
8643
+ interface FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters {
8629
8644
  /**
8630
8645
  * The page, which had been displayed before navigation.
8631
8646
  */
@@ -8678,7 +8693,7 @@ declare namespace sap {
8678
8693
  direction?: string;
8679
8694
  }
8680
8695
 
8681
- interface $FlexibleColumnLayoutAfterEndColumnNavigateEventParameters {
8696
+ interface FlexibleColumnLayout$AfterEndColumnNavigateEventParameters {
8682
8697
  /**
8683
8698
  * The page, which had been displayed before navigation.
8684
8699
  */
@@ -8731,7 +8746,7 @@ declare namespace sap {
8731
8746
  direction?: string;
8732
8747
  }
8733
8748
 
8734
- interface $FlexibleColumnLayoutAfterMidColumnNavigateEventParameters {
8749
+ interface FlexibleColumnLayout$AfterMidColumnNavigateEventParameters {
8735
8750
  /**
8736
8751
  * The page, which had been displayed before navigation.
8737
8752
  */
@@ -8784,7 +8799,7 @@ declare namespace sap {
8784
8799
  direction?: string;
8785
8800
  }
8786
8801
 
8787
- interface $FlexibleColumnLayoutBeginColumnNavigateEventParameters {
8802
+ interface FlexibleColumnLayout$BeginColumnNavigateEventParameters {
8788
8803
  /**
8789
8804
  * The page, which was displayed before the current navigation.
8790
8805
  */
@@ -8837,7 +8852,7 @@ declare namespace sap {
8837
8852
  direction?: string;
8838
8853
  }
8839
8854
 
8840
- interface $FlexibleColumnLayoutColumnResizeEventParameters {
8855
+ interface FlexibleColumnLayout$ColumnResizeEventParameters {
8841
8856
  /**
8842
8857
  * Determines whether `beginColumn` resize has completed.
8843
8858
  */
@@ -8854,7 +8869,7 @@ declare namespace sap {
8854
8869
  endColumn?: boolean;
8855
8870
  }
8856
8871
 
8857
- interface $FlexibleColumnLayoutEndColumnNavigateEventParameters {
8872
+ interface FlexibleColumnLayout$EndColumnNavigateEventParameters {
8858
8873
  /**
8859
8874
  * The page, which was displayed before the current navigation.
8860
8875
  */
@@ -8907,7 +8922,7 @@ declare namespace sap {
8907
8922
  direction?: string;
8908
8923
  }
8909
8924
 
8910
- interface $FlexibleColumnLayoutMidColumnNavigateEventParameters {
8925
+ interface FlexibleColumnLayout$MidColumnNavigateEventParameters {
8911
8926
  /**
8912
8927
  * The page, which was displayed before the current navigation.
8913
8928
  */
@@ -8960,7 +8975,7 @@ declare namespace sap {
8960
8975
  direction?: string;
8961
8976
  }
8962
8977
 
8963
- interface $FlexibleColumnLayoutStateChangeEventParameters {
8978
+ interface FlexibleColumnLayout$StateChangeEventParameters {
8964
8979
  /**
8965
8980
  * The value of the `layout` property
8966
8981
  */
@@ -8988,7 +9003,7 @@ declare namespace sap {
8988
9003
  isResize?: boolean;
8989
9004
  }
8990
9005
 
8991
- interface $GridContainerBorderReachedEventParameters {
9006
+ interface GridContainer$BorderReachedEventParameters {
8992
9007
  /**
8993
9008
  * Event that leads to the focus change.
8994
9009
  */
@@ -9010,21 +9025,21 @@ declare namespace sap {
9010
9025
  column?: int;
9011
9026
  }
9012
9027
 
9013
- interface $GridContainerColumnsChangeEventParameters {
9028
+ interface GridContainer$ColumnsChangeEventParameters {
9014
9029
  /**
9015
9030
  * The count of the gird columns.
9016
9031
  */
9017
9032
  columns?: int;
9018
9033
  }
9019
9034
 
9020
- interface $GridContainerLayoutChangeEventParameters {
9035
+ interface GridContainer$LayoutChangeEventParameters {
9021
9036
  /**
9022
9037
  * The name of the newly active layout.
9023
9038
  */
9024
9039
  layout?: string;
9025
9040
  }
9026
9041
 
9027
- interface $GridListBorderReachedEventParameters {
9042
+ interface GridList$BorderReachedEventParameters {
9028
9043
  /**
9029
9044
  * Event that leads to the focus change.
9030
9045
  */
@@ -9046,21 +9061,21 @@ declare namespace sap {
9046
9061
  column?: int;
9047
9062
  }
9048
9063
 
9049
- interface $ProductSwitchChangeEventParameters {
9064
+ interface ProductSwitch$ChangeEventParameters {
9050
9065
  /**
9051
9066
  * Reference to the new item that has been selected.
9052
9067
  */
9053
9068
  itemPressed?: sap.f.ProductSwitchItem;
9054
9069
  }
9055
9070
 
9056
- interface $SearchManagerLiveChangeEventParameters {
9071
+ interface SearchManager$LiveChangeEventParameters {
9057
9072
  /**
9058
9073
  * Current search string.
9059
9074
  */
9060
9075
  newValue?: string;
9061
9076
  }
9062
9077
 
9063
- interface $SearchManagerSearchEventParameters {
9078
+ interface SearchManager$SearchEventParameters {
9064
9079
  /**
9065
9080
  * The search query string.
9066
9081
  */
@@ -9072,70 +9087,70 @@ declare namespace sap {
9072
9087
  clearButtonPressed?: boolean;
9073
9088
  }
9074
9089
 
9075
- interface $SearchManagerSuggestEventParameters {
9090
+ interface SearchManager$SuggestEventParameters {
9076
9091
  /**
9077
9092
  * Current search string of the search field.
9078
9093
  */
9079
9094
  suggestValue?: string;
9080
9095
  }
9081
9096
 
9082
- interface $ShellBarAvatarPressedEventParameters {
9097
+ interface ShellBar$AvatarPressedEventParameters {
9083
9098
  /**
9084
9099
  * Reference to the button that has been pressed
9085
9100
  */
9086
9101
  avatar?: sap.m.Avatar;
9087
9102
  }
9088
9103
 
9089
- interface $ShellBarCopilotPressedEventParameters {
9104
+ interface ShellBar$CopilotPressedEventParameters {
9090
9105
  /**
9091
9106
  * Reference to the button that has been pressed
9092
9107
  */
9093
9108
  image?: sap.m.Image;
9094
9109
  }
9095
9110
 
9096
- interface $ShellBarHomeIconPressedEventParameters {
9111
+ interface ShellBar$HomeIconPressedEventParameters {
9097
9112
  /**
9098
9113
  * Reference to the image that has been pressed
9099
9114
  */
9100
9115
  icon?: sap.m.Image;
9101
9116
  }
9102
9117
 
9103
- interface $ShellBarMenuButtonPressedEventParameters {
9118
+ interface ShellBar$MenuButtonPressedEventParameters {
9104
9119
  /**
9105
9120
  * Reference to the button that has been pressed
9106
9121
  */
9107
9122
  button?: sap.m.Button;
9108
9123
  }
9109
9124
 
9110
- interface $ShellBarNavButtonPressedEventParameters {
9125
+ interface ShellBar$NavButtonPressedEventParameters {
9111
9126
  /**
9112
9127
  * Reference to the button that has been pressed
9113
9128
  */
9114
9129
  button?: sap.m.Button;
9115
9130
  }
9116
9131
 
9117
- interface $ShellBarNotificationsPressedEventParameters {
9132
+ interface ShellBar$NotificationsPressedEventParameters {
9118
9133
  /**
9119
9134
  * Reference to the button that has been pressed
9120
9135
  */
9121
9136
  button?: sap.m.Button;
9122
9137
  }
9123
9138
 
9124
- interface $ShellBarProductSwitcherPressedEventParameters {
9139
+ interface ShellBar$ProductSwitcherPressedEventParameters {
9125
9140
  /**
9126
9141
  * Reference to the button that has been pressed
9127
9142
  */
9128
9143
  button?: sap.m.Button;
9129
9144
  }
9130
9145
 
9131
- interface $ShellBarSearchButtonPressedEventParameters {
9146
+ interface ShellBar$SearchButtonPressedEventParameters {
9132
9147
  /**
9133
9148
  * Reference to the button that has been pressed
9134
9149
  */
9135
9150
  button?: sap.m.Button;
9136
9151
  }
9137
9152
 
9138
- interface $SidePanelToggleEventParameters {
9153
+ interface SidePanel$ToggleEventParameters {
9139
9154
  /**
9140
9155
  * The action item that triggers the event.
9141
9156
  */
@@ -9148,7 +9163,7 @@ declare namespace sap {
9148
9163
  }
9149
9164
 
9150
9165
  /**
9151
- * @SINCE 1.88
9166
+ * @since 1.88
9152
9167
  * @deprecated (since 1.98) - Use the {@link sap.m.IllustrationPool} instead.
9153
9168
  *
9154
9169
  * `IllustrationPool` loads the illustration assets (SVGs) via XMLHttpRequest requests.
@@ -9170,7 +9185,7 @@ declare namespace sap {
9170
9185
  interface IllustrationPool {}
9171
9186
 
9172
9187
  /**
9173
- * @SINCE 1.46
9188
+ * @since 1.46
9174
9189
  * @deprecated (since 1.73) - Use the {@link sap.m.Avatar} instead.
9175
9190
  *
9176
9191
  * An image-like control that has different display options for representing images, initials, and icons.
@@ -9260,8 +9275,8 @@ declare namespace sap {
9260
9275
  static getMetadata(): sap.ui.core.ElementMetadata;
9261
9276
  }
9262
9277
  /**
9263
- * @SINCE 1.73
9264
- * @EXPERIMENTAL (since 1.73) - This class is experimental and provides only limited functionality. Also
9278
+ * @since 1.73
9279
+ * @experimental (since 1.73) - This class is experimental and provides only limited functionality. Also
9265
9280
  * the API might be changed in future.
9266
9281
  *
9267
9282
  * Displays a group of avatars arranged horizontally. It is useful to visually showcase a group of related
@@ -9385,9 +9400,7 @@ declare namespace sap {
9385
9400
  /**
9386
9401
  * The function to be called when the event occurs
9387
9402
  */
9388
- fnFunction: (
9389
- p1: sap.ui.base.Event<sap.f.$AvatarGroupPressEventParameters>
9390
- ) => void,
9403
+ fnFunction: (p1: AvatarGroup$PressEvent) => void,
9391
9404
  /**
9392
9405
  * Context object to call the event handler with. Defaults to this `sap.f.AvatarGroup` itself
9393
9406
  */
@@ -9407,9 +9420,7 @@ declare namespace sap {
9407
9420
  /**
9408
9421
  * The function to be called when the event occurs
9409
9422
  */
9410
- fnFunction: (
9411
- p1: sap.ui.base.Event<sap.f.$AvatarGroupPressEventParameters>
9412
- ) => void,
9423
+ fnFunction: (p1: AvatarGroup$PressEvent) => void,
9413
9424
  /**
9414
9425
  * Context object to call the event handler with. Defaults to this `sap.f.AvatarGroup` itself
9415
9426
  */
@@ -9432,16 +9443,14 @@ declare namespace sap {
9432
9443
  /**
9433
9444
  * The function to be called, when the event occurs
9434
9445
  */
9435
- fnFunction: (
9436
- p1: sap.ui.base.Event<sap.f.$AvatarGroupPressEventParameters>
9437
- ) => void,
9446
+ fnFunction: (p1: AvatarGroup$PressEvent) => void,
9438
9447
  /**
9439
9448
  * Context object on which the given function had to be called
9440
9449
  */
9441
9450
  oListener?: object
9442
9451
  ): this;
9443
9452
  /**
9444
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9453
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9445
9454
  *
9446
9455
  * Fires event {@link #event:press press} to attached listeners.
9447
9456
  *
@@ -9451,10 +9460,10 @@ declare namespace sap {
9451
9460
  /**
9452
9461
  * Parameters to pass along with the event
9453
9462
  */
9454
- mParameters?: sap.f.$AvatarGroupPressEventParameters
9463
+ mParameters?: sap.f.AvatarGroup$PressEventParameters
9455
9464
  ): this;
9456
9465
  /**
9457
- * @SINCE 1.103
9466
+ * @since 1.103
9458
9467
  *
9459
9468
  * Gets current value of property {@link #getAvatarCustomDisplaySize avatarCustomDisplaySize}.
9460
9469
  *
@@ -9470,7 +9479,7 @@ declare namespace sap {
9470
9479
  */
9471
9480
  getAvatarCustomDisplaySize(): sap.ui.core.AbsoluteCSSSize;
9472
9481
  /**
9473
- * @SINCE 1.103
9482
+ * @since 1.103
9474
9483
  *
9475
9484
  * Gets current value of property {@link #getAvatarCustomFontSize avatarCustomFontSize}.
9476
9485
  *
@@ -9558,7 +9567,7 @@ declare namespace sap {
9558
9567
  vItem: int | string | sap.f.AvatarGroupItem
9559
9568
  ): sap.f.AvatarGroupItem | null;
9560
9569
  /**
9561
- * @SINCE 1.103
9570
+ * @since 1.103
9562
9571
  *
9563
9572
  * Sets a new value for property {@link #getAvatarCustomDisplaySize avatarCustomDisplaySize}.
9564
9573
  *
@@ -9581,7 +9590,7 @@ declare namespace sap {
9581
9590
  sAvatarCustomDisplaySize?: sap.ui.core.AbsoluteCSSSize
9582
9591
  ): this;
9583
9592
  /**
9584
- * @SINCE 1.103
9593
+ * @since 1.103
9585
9594
  *
9586
9595
  * Sets a new value for property {@link #getAvatarCustomFontSize avatarCustomFontSize}.
9587
9596
  *
@@ -9637,8 +9646,8 @@ declare namespace sap {
9637
9646
  ): this;
9638
9647
  }
9639
9648
  /**
9640
- * @SINCE 1.73
9641
- * @EXPERIMENTAL (since 1.73) - This class is experimental and provides only limited functionality. Also
9649
+ * @since 1.73
9650
+ * @experimental (since 1.73) - This class is experimental and provides only limited functionality. Also
9642
9651
  * the API might be changed in future.
9643
9652
  *
9644
9653
  * Represents a single avatar item displayed in the {@link sap.f.AvatarGroup} control.
@@ -9792,7 +9801,7 @@ declare namespace sap {
9792
9801
  ): this;
9793
9802
  }
9794
9803
  /**
9795
- * @SINCE 1.64
9804
+ * @since 1.64
9796
9805
  *
9797
9806
  * A control that represents a container with a predefined header and content.
9798
9807
  *
@@ -9909,7 +9918,7 @@ declare namespace sap {
9909
9918
  */
9910
9919
  getHeader(): sap.f.cards.IHeader;
9911
9920
  /**
9912
- * @SINCE 1.65
9921
+ * @since 1.65
9913
9922
  *
9914
9923
  * Gets current value of property {@link #getHeaderPosition headerPosition}.
9915
9924
  *
@@ -9943,7 +9952,7 @@ declare namespace sap {
9943
9952
  oHeader: sap.f.cards.IHeader
9944
9953
  ): this;
9945
9954
  /**
9946
- * @SINCE 1.65
9955
+ * @since 1.65
9947
9956
  *
9948
9957
  * Sets a new value for property {@link #getHeaderPosition headerPosition}.
9949
9958
  *
@@ -10031,7 +10040,7 @@ declare namespace sap {
10031
10040
  */
10032
10041
  static getMetadata(): sap.ui.core.ElementMetadata;
10033
10042
  /**
10034
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10043
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10035
10044
  *
10036
10045
  * Returns the DOM Element that should get the focus.
10037
10046
  *
@@ -10094,7 +10103,7 @@ declare namespace sap {
10094
10103
  ): this;
10095
10104
  }
10096
10105
  /**
10097
- * @SINCE 1.42
10106
+ * @since 1.42
10098
10107
  *
10099
10108
  * A layout control, representing a web page, consisting of a title, header with dynamic behavior, a content
10100
10109
  * area, and an optional floating footer.
@@ -10210,7 +10219,7 @@ declare namespace sap {
10210
10219
  */
10211
10220
  static getMetadata(): sap.ui.core.ElementMetadata;
10212
10221
  /**
10213
- * @SINCE 1.93
10222
+ * @since 1.93
10214
10223
  *
10215
10224
  * Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
10216
10225
  * this `sap.f.DynamicPage`.
@@ -10231,16 +10240,14 @@ declare namespace sap {
10231
10240
  /**
10232
10241
  * The function to be called when the event occurs
10233
10242
  */
10234
- fnFunction: (
10235
- p1: sap.ui.base.Event<sap.f.$DynamicPagePinnedStateChangeEventParameters>
10236
- ) => void,
10243
+ fnFunction: (p1: DynamicPage$PinnedStateChangeEvent) => void,
10237
10244
  /**
10238
10245
  * Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
10239
10246
  */
10240
10247
  oListener?: object
10241
10248
  ): this;
10242
10249
  /**
10243
- * @SINCE 1.93
10250
+ * @since 1.93
10244
10251
  *
10245
10252
  * Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
10246
10253
  * this `sap.f.DynamicPage`.
@@ -10256,9 +10263,7 @@ declare namespace sap {
10256
10263
  /**
10257
10264
  * The function to be called when the event occurs
10258
10265
  */
10259
- fnFunction: (
10260
- p1: sap.ui.base.Event<sap.f.$DynamicPagePinnedStateChangeEventParameters>
10261
- ) => void,
10266
+ fnFunction: (p1: DynamicPage$PinnedStateChangeEvent) => void,
10262
10267
  /**
10263
10268
  * Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
10264
10269
  */
@@ -10283,7 +10288,7 @@ declare namespace sap {
10283
10288
  */
10284
10289
  destroyHeader(): this;
10285
10290
  /**
10286
- * @SINCE 1.61
10291
+ * @since 1.61
10287
10292
  *
10288
10293
  * Destroys the landmarkInfo in the aggregation {@link #getLandmarkInfo landmarkInfo}.
10289
10294
  *
@@ -10297,7 +10302,7 @@ declare namespace sap {
10297
10302
  */
10298
10303
  destroyTitle(): this;
10299
10304
  /**
10300
- * @SINCE 1.93
10305
+ * @since 1.93
10301
10306
  *
10302
10307
  * Detaches event handler `fnFunction` from the {@link #event:pinnedStateChange pinnedStateChange} event
10303
10308
  * of this `sap.f.DynamicPage`.
@@ -10310,17 +10315,15 @@ declare namespace sap {
10310
10315
  /**
10311
10316
  * The function to be called, when the event occurs
10312
10317
  */
10313
- fnFunction: (
10314
- p1: sap.ui.base.Event<sap.f.$DynamicPagePinnedStateChangeEventParameters>
10315
- ) => void,
10318
+ fnFunction: (p1: DynamicPage$PinnedStateChangeEvent) => void,
10316
10319
  /**
10317
10320
  * Context object on which the given function had to be called
10318
10321
  */
10319
10322
  oListener?: object
10320
10323
  ): this;
10321
10324
  /**
10322
- * @SINCE 1.93
10323
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10325
+ * @since 1.93
10326
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10324
10327
  *
10325
10328
  * Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
10326
10329
  *
@@ -10330,10 +10333,10 @@ declare namespace sap {
10330
10333
  /**
10331
10334
  * Parameters to pass along with the event
10332
10335
  */
10333
- mParameters?: sap.f.$DynamicPagePinnedStateChangeEventParameters
10336
+ mParameters?: sap.f.DynamicPage$PinnedStateChangeEventParameters
10334
10337
  ): this;
10335
10338
  /**
10336
- * @SINCE 1.68
10339
+ * @since 1.68
10337
10340
  *
10338
10341
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
10339
10342
  *
@@ -10424,7 +10427,7 @@ declare namespace sap {
10424
10427
  */
10425
10428
  getHeaderExpanded(): boolean;
10426
10429
  /**
10427
- * @SINCE 1.93
10430
+ * @since 1.93
10428
10431
  *
10429
10432
  * Gets current value of property {@link #getHeaderPinned headerPinned}.
10430
10433
  *
@@ -10447,7 +10450,7 @@ declare namespace sap {
10447
10450
  */
10448
10451
  getHeaderPinned(): boolean;
10449
10452
  /**
10450
- * @SINCE 1.61
10453
+ * @since 1.61
10451
10454
  *
10452
10455
  * Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
10453
10456
  *
@@ -10487,7 +10490,7 @@ declare namespace sap {
10487
10490
  */
10488
10491
  getShowFooter(): boolean;
10489
10492
  /**
10490
- * @SINCE 1.65
10493
+ * @since 1.65
10491
10494
  *
10492
10495
  * ID of the element which is the current target of the association {@link #getStickySubheaderProvider stickySubheaderProvider},
10493
10496
  * or `null`.
@@ -10516,7 +10519,7 @@ declare namespace sap {
10516
10519
  */
10517
10520
  getToggleHeaderOnTitleClick(): boolean;
10518
10521
  /**
10519
- * @SINCE 1.68
10522
+ * @since 1.68
10520
10523
  *
10521
10524
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
10522
10525
  *
@@ -10617,7 +10620,7 @@ declare namespace sap {
10617
10620
  bHeaderExpanded?: boolean
10618
10621
  ): this;
10619
10622
  /**
10620
- * @SINCE 1.93
10623
+ * @since 1.93
10621
10624
  *
10622
10625
  * Sets a new value for property {@link #getHeaderPinned headerPinned}.
10623
10626
  *
@@ -10647,7 +10650,7 @@ declare namespace sap {
10647
10650
  bHeaderPinned?: boolean
10648
10651
  ): this;
10649
10652
  /**
10650
- * @SINCE 1.61
10653
+ * @since 1.61
10651
10654
  *
10652
10655
  * Sets the aggregated {@link #getLandmarkInfo landmarkInfo}.
10653
10656
  *
@@ -10698,7 +10701,7 @@ declare namespace sap {
10698
10701
  bShowFooter?: boolean
10699
10702
  ): this;
10700
10703
  /**
10701
- * @SINCE 1.65
10704
+ * @since 1.65
10702
10705
  *
10703
10706
  * Sets the associated {@link #getStickySubheaderProvider stickySubheaderProvider}.
10704
10707
  *
@@ -10749,7 +10752,7 @@ declare namespace sap {
10749
10752
  ): this;
10750
10753
  }
10751
10754
  /**
10752
- * @SINCE 1.61
10755
+ * @since 1.61
10753
10756
  *
10754
10757
  * Settings for accessible landmarks which can be applied to the container elements of a `sap.f.DynamicPage`
10755
10758
  * control.
@@ -11060,7 +11063,7 @@ declare namespace sap {
11060
11063
  ): this;
11061
11064
  }
11062
11065
  /**
11063
- * @SINCE 1.42
11066
+ * @since 1.42
11064
11067
  *
11065
11068
  * Header of the {@link sap.f.DynamicPage}.
11066
11069
  *
@@ -11162,7 +11165,7 @@ declare namespace sap {
11162
11165
  */
11163
11166
  destroyContent(): this;
11164
11167
  /**
11165
- * @SINCE 1.58
11168
+ * @since 1.58
11166
11169
  *
11167
11170
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
11168
11171
  *
@@ -11239,7 +11242,7 @@ declare namespace sap {
11239
11242
  vContent: int | string | sap.ui.core.Control
11240
11243
  ): sap.ui.core.Control | null;
11241
11244
  /**
11242
- * @SINCE 1.58
11245
+ * @since 1.58
11243
11246
  *
11244
11247
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
11245
11248
  *
@@ -11277,7 +11280,7 @@ declare namespace sap {
11277
11280
  ): this;
11278
11281
  }
11279
11282
  /**
11280
- * @SINCE 1.42
11283
+ * @since 1.42
11281
11284
  *
11282
11285
  * Title of the {@link sap.f.DynamicPage}.
11283
11286
  *
@@ -11379,7 +11382,7 @@ declare namespace sap {
11379
11382
  oAction: sap.ui.core.Control
11380
11383
  ): this;
11381
11384
  /**
11382
- * @SINCE 1.78
11385
+ * @since 1.78
11383
11386
  *
11384
11387
  * Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
11385
11388
  *
@@ -11392,7 +11395,7 @@ declare namespace sap {
11392
11395
  vAriaDescribedBy: sap.ui.core.ID | sap.ui.core.Control
11393
11396
  ): this;
11394
11397
  /**
11395
- * @SINCE 1.50
11398
+ * @since 1.50
11396
11399
  *
11397
11400
  * Adds some content to the aggregation {@link #getContent content}.
11398
11401
  *
@@ -11416,7 +11419,7 @@ declare namespace sap {
11416
11419
  oExpandedContent: sap.ui.core.Control
11417
11420
  ): this;
11418
11421
  /**
11419
- * @SINCE 1.52
11422
+ * @since 1.52
11420
11423
  *
11421
11424
  * Adds some navigationAction to the aggregation {@link #getNavigationActions navigationActions}.
11422
11425
  *
@@ -11440,7 +11443,7 @@ declare namespace sap {
11440
11443
  oSnappedContent: sap.ui.core.Control
11441
11444
  ): this;
11442
11445
  /**
11443
- * @SINCE 1.54
11446
+ * @since 1.54
11444
11447
  *
11445
11448
  * Attaches event handler `fnFunction` to the {@link #event:stateChange stateChange} event of this `sap.f.DynamicPageTitle`.
11446
11449
  *
@@ -11464,16 +11467,14 @@ declare namespace sap {
11464
11467
  /**
11465
11468
  * The function to be called when the event occurs
11466
11469
  */
11467
- fnFunction: (
11468
- p1: sap.ui.base.Event<sap.f.$DynamicPageTitleStateChangeEventParameters>
11469
- ) => void,
11470
+ fnFunction: (p1: DynamicPageTitle$StateChangeEvent) => void,
11470
11471
  /**
11471
11472
  * Context object to call the event handler with. Defaults to this `sap.f.DynamicPageTitle` itself
11472
11473
  */
11473
11474
  oListener?: object
11474
11475
  ): this;
11475
11476
  /**
11476
- * @SINCE 1.54
11477
+ * @since 1.54
11477
11478
  *
11478
11479
  * Attaches event handler `fnFunction` to the {@link #event:stateChange stateChange} event of this `sap.f.DynamicPageTitle`.
11479
11480
  *
@@ -11492,9 +11493,7 @@ declare namespace sap {
11492
11493
  /**
11493
11494
  * The function to be called when the event occurs
11494
11495
  */
11495
- fnFunction: (
11496
- p1: sap.ui.base.Event<sap.f.$DynamicPageTitleStateChangeEventParameters>
11497
- ) => void,
11496
+ fnFunction: (p1: DynamicPageTitle$StateChangeEvent) => void,
11498
11497
  /**
11499
11498
  * Context object to call the event handler with. Defaults to this `sap.f.DynamicPageTitle` itself
11500
11499
  */
@@ -11507,7 +11506,7 @@ declare namespace sap {
11507
11506
  */
11508
11507
  destroyActions(): this;
11509
11508
  /**
11510
- * @SINCE 1.52
11509
+ * @since 1.52
11511
11510
  *
11512
11511
  * Destroys the breadcrumbs in the aggregation {@link #getBreadcrumbs breadcrumbs}.
11513
11512
  *
@@ -11515,7 +11514,7 @@ declare namespace sap {
11515
11514
  */
11516
11515
  destroyBreadcrumbs(): this;
11517
11516
  /**
11518
- * @SINCE 1.50
11517
+ * @since 1.50
11519
11518
  *
11520
11519
  * Destroys all the content in the aggregation {@link #getContent content}.
11521
11520
  *
@@ -11529,7 +11528,7 @@ declare namespace sap {
11529
11528
  */
11530
11529
  destroyExpandedContent(): this;
11531
11530
  /**
11532
- * @SINCE 1.52
11531
+ * @since 1.52
11533
11532
  *
11534
11533
  * Destroys the expandedHeading in the aggregation {@link #getExpandedHeading expandedHeading}.
11535
11534
  *
@@ -11543,7 +11542,7 @@ declare namespace sap {
11543
11542
  */
11544
11543
  destroyHeading(): this;
11545
11544
  /**
11546
- * @SINCE 1.52
11545
+ * @since 1.52
11547
11546
  *
11548
11547
  * Destroys all the navigationActions in the aggregation {@link #getNavigationActions navigationActions}.
11549
11548
  *
@@ -11557,7 +11556,7 @@ declare namespace sap {
11557
11556
  */
11558
11557
  destroySnappedContent(): this;
11559
11558
  /**
11560
- * @SINCE 1.52
11559
+ * @since 1.52
11561
11560
  *
11562
11561
  * Destroys the snappedHeading in the aggregation {@link #getSnappedHeading snappedHeading}.
11563
11562
  *
@@ -11565,7 +11564,7 @@ declare namespace sap {
11565
11564
  */
11566
11565
  destroySnappedHeading(): this;
11567
11566
  /**
11568
- * @SINCE 1.63
11567
+ * @since 1.63
11569
11568
  *
11570
11569
  * Destroys the snappedTitleOnMobile in the aggregation {@link #getSnappedTitleOnMobile snappedTitleOnMobile}.
11571
11570
  *
@@ -11573,7 +11572,7 @@ declare namespace sap {
11573
11572
  */
11574
11573
  destroySnappedTitleOnMobile(): this;
11575
11574
  /**
11576
- * @SINCE 1.54
11575
+ * @since 1.54
11577
11576
  *
11578
11577
  * Detaches event handler `fnFunction` from the {@link #event:stateChange stateChange} event of this `sap.f.DynamicPageTitle`.
11579
11578
  *
@@ -11585,17 +11584,15 @@ declare namespace sap {
11585
11584
  /**
11586
11585
  * The function to be called, when the event occurs
11587
11586
  */
11588
- fnFunction: (
11589
- p1: sap.ui.base.Event<sap.f.$DynamicPageTitleStateChangeEventParameters>
11590
- ) => void,
11587
+ fnFunction: (p1: DynamicPageTitle$StateChangeEvent) => void,
11591
11588
  /**
11592
11589
  * Context object on which the given function had to be called
11593
11590
  */
11594
11591
  oListener?: object
11595
11592
  ): this;
11596
11593
  /**
11597
- * @SINCE 1.54
11598
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11594
+ * @since 1.54
11595
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11599
11596
  *
11600
11597
  * Fires event {@link #event:stateChange stateChange} to attached listeners.
11601
11598
  *
@@ -11605,7 +11602,7 @@ declare namespace sap {
11605
11602
  /**
11606
11603
  * Parameters to pass along with the event
11607
11604
  */
11608
- mParameters?: sap.f.$DynamicPageTitleStateChangeEventParameters
11605
+ mParameters?: sap.f.DynamicPageTitle$StateChangeEventParameters
11609
11606
  ): this;
11610
11607
  /**
11611
11608
  * Gets content of aggregation {@link #getActions actions}.
@@ -11620,7 +11617,7 @@ declare namespace sap {
11620
11617
  */
11621
11618
  getActions(): sap.ui.core.Control[];
11622
11619
  /**
11623
- * @SINCE 1.54
11620
+ * @since 1.54
11624
11621
  *
11625
11622
  * Gets current value of property {@link #getAreaShrinkRatio areaShrinkRatio}.
11626
11623
  *
@@ -11645,13 +11642,13 @@ declare namespace sap {
11645
11642
  */
11646
11643
  getAreaShrinkRatio(): sap.f.DynamicPageTitleShrinkRatio;
11647
11644
  /**
11648
- * @SINCE 1.78
11645
+ * @since 1.78
11649
11646
  *
11650
11647
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
11651
11648
  */
11652
11649
  getAriaDescribedBy(): sap.ui.core.ID[];
11653
11650
  /**
11654
- * @SINCE 1.58
11651
+ * @since 1.58
11655
11652
  *
11656
11653
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
11657
11654
  *
@@ -11664,7 +11661,7 @@ declare namespace sap {
11664
11661
  */
11665
11662
  getBackgroundDesign(): sap.m.BackgroundDesign;
11666
11663
  /**
11667
- * @SINCE 1.52
11664
+ * @since 1.52
11668
11665
  *
11669
11666
  * Gets content of aggregation {@link #getBreadcrumbs breadcrumbs}.
11670
11667
  *
@@ -11672,7 +11669,7 @@ declare namespace sap {
11672
11669
  */
11673
11670
  getBreadcrumbs(): sap.m.IBreadcrumbs;
11674
11671
  /**
11675
- * @SINCE 1.50
11672
+ * @since 1.50
11676
11673
  *
11677
11674
  * Gets content of aggregation {@link #getContent content}.
11678
11675
  *
@@ -11691,7 +11688,7 @@ declare namespace sap {
11691
11688
  */
11692
11689
  getExpandedContent(): sap.ui.core.Control[];
11693
11690
  /**
11694
- * @SINCE 1.52
11691
+ * @since 1.52
11695
11692
  *
11696
11693
  * Gets content of aggregation {@link #getExpandedHeading expandedHeading}.
11697
11694
  *
@@ -11720,7 +11717,7 @@ declare namespace sap {
11720
11717
  */
11721
11718
  getHeading(): sap.ui.core.Control;
11722
11719
  /**
11723
- * @SINCE 1.52
11720
+ * @since 1.52
11724
11721
  *
11725
11722
  * Gets content of aggregation {@link #getNavigationActions navigationActions}.
11726
11723
  *
@@ -11737,7 +11734,7 @@ declare namespace sap {
11737
11734
  */
11738
11735
  getNavigationActions(): sap.m.Button[];
11739
11736
  /**
11740
- * @SINCE 1.50
11737
+ * @since 1.50
11741
11738
  * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
11742
11739
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
11743
11740
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
@@ -11771,7 +11768,7 @@ declare namespace sap {
11771
11768
  */
11772
11769
  getSnappedContent(): sap.ui.core.Control[];
11773
11770
  /**
11774
- * @SINCE 1.52
11771
+ * @since 1.52
11775
11772
  *
11776
11773
  * Gets content of aggregation {@link #getSnappedHeading snappedHeading}.
11777
11774
  *
@@ -11788,7 +11785,7 @@ declare namespace sap {
11788
11785
  */
11789
11786
  getSnappedHeading(): sap.ui.core.Control;
11790
11787
  /**
11791
- * @SINCE 1.63
11788
+ * @since 1.63
11792
11789
  *
11793
11790
  * Gets content of aggregation {@link #getSnappedTitleOnMobile snappedTitleOnMobile}.
11794
11791
  *
@@ -11815,7 +11812,7 @@ declare namespace sap {
11815
11812
  oAction: sap.ui.core.Control
11816
11813
  ): int;
11817
11814
  /**
11818
- * @SINCE 1.50
11815
+ * @since 1.50
11819
11816
  *
11820
11817
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
11821
11818
  * its index if found or -1 otherwise.
@@ -11841,7 +11838,7 @@ declare namespace sap {
11841
11838
  oExpandedContent: sap.ui.core.Control
11842
11839
  ): int;
11843
11840
  /**
11844
- * @SINCE 1.52
11841
+ * @since 1.52
11845
11842
  *
11846
11843
  * Checks for the provided `sap.m.Button` in the aggregation {@link #getNavigationActions navigationActions}.
11847
11844
  * and returns its index if found or -1 otherwise.
@@ -11884,7 +11881,7 @@ declare namespace sap {
11884
11881
  iIndex: int
11885
11882
  ): this;
11886
11883
  /**
11887
- * @SINCE 1.50
11884
+ * @since 1.50
11888
11885
  *
11889
11886
  * Inserts a content into the aggregation {@link #getContent content}.
11890
11887
  *
@@ -11920,7 +11917,7 @@ declare namespace sap {
11920
11917
  iIndex: int
11921
11918
  ): this;
11922
11919
  /**
11923
- * @SINCE 1.52
11920
+ * @since 1.52
11924
11921
  *
11925
11922
  * Inserts a navigationAction into the aggregation {@link #getNavigationActions navigationActions}.
11926
11923
  *
@@ -11975,7 +11972,7 @@ declare namespace sap {
11975
11972
  */
11976
11973
  removeAllActions(): sap.ui.core.Control[];
11977
11974
  /**
11978
- * @SINCE 1.78
11975
+ * @since 1.78
11979
11976
  *
11980
11977
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
11981
11978
  *
@@ -11983,7 +11980,7 @@ declare namespace sap {
11983
11980
  */
11984
11981
  removeAllAriaDescribedBy(): sap.ui.core.ID[];
11985
11982
  /**
11986
- * @SINCE 1.50
11983
+ * @since 1.50
11987
11984
  *
11988
11985
  * Removes all the controls from the aggregation {@link #getContent content}.
11989
11986
  *
@@ -12001,7 +11998,7 @@ declare namespace sap {
12001
11998
  */
12002
11999
  removeAllExpandedContent(): sap.ui.core.Control[];
12003
12000
  /**
12004
- * @SINCE 1.52
12001
+ * @since 1.52
12005
12002
  *
12006
12003
  * Removes all the controls from the aggregation {@link #getNavigationActions navigationActions}.
12007
12004
  *
@@ -12019,7 +12016,7 @@ declare namespace sap {
12019
12016
  */
12020
12017
  removeAllSnappedContent(): sap.ui.core.Control[];
12021
12018
  /**
12022
- * @SINCE 1.78
12019
+ * @since 1.78
12023
12020
  *
12024
12021
  * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
12025
12022
  *
@@ -12032,7 +12029,7 @@ declare namespace sap {
12032
12029
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
12033
12030
  ): sap.ui.core.ID | null;
12034
12031
  /**
12035
- * @SINCE 1.50
12032
+ * @since 1.50
12036
12033
  *
12037
12034
  * Removes a content from the aggregation {@link #getContent content}.
12038
12035
  *
@@ -12056,7 +12053,7 @@ declare namespace sap {
12056
12053
  vExpandedContent: int | string | sap.ui.core.Control
12057
12054
  ): sap.ui.core.Control | null;
12058
12055
  /**
12059
- * @SINCE 1.52
12056
+ * @since 1.52
12060
12057
  *
12061
12058
  * Removes a navigationAction from the aggregation {@link #getNavigationActions navigationActions}.
12062
12059
  *
@@ -12080,7 +12077,7 @@ declare namespace sap {
12080
12077
  vSnappedContent: int | string | sap.ui.core.Control
12081
12078
  ): sap.ui.core.Control | null;
12082
12079
  /**
12083
- * @SINCE 1.54
12080
+ * @since 1.54
12084
12081
  *
12085
12082
  * Sets the value of the `areaShrinkRatio` property.
12086
12083
  *
@@ -12093,7 +12090,7 @@ declare namespace sap {
12093
12090
  sAreaShrinkRatio: sap.f.DynamicPageTitleShrinkRatio
12094
12091
  ): this;
12095
12092
  /**
12096
- * @SINCE 1.58
12093
+ * @since 1.58
12097
12094
  *
12098
12095
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
12099
12096
  *
@@ -12113,7 +12110,7 @@ declare namespace sap {
12113
12110
  sBackgroundDesign: sap.m.BackgroundDesign
12114
12111
  ): this;
12115
12112
  /**
12116
- * @SINCE 1.52
12113
+ * @since 1.52
12117
12114
  *
12118
12115
  * Sets the aggregated {@link #getBreadcrumbs breadcrumbs}.
12119
12116
  *
@@ -12126,7 +12123,7 @@ declare namespace sap {
12126
12123
  oBreadcrumbs: sap.m.IBreadcrumbs
12127
12124
  ): this;
12128
12125
  /**
12129
- * @SINCE 1.52
12126
+ * @since 1.52
12130
12127
  *
12131
12128
  * Sets the aggregated {@link #getExpandedHeading expandedHeading}.
12132
12129
  *
@@ -12150,7 +12147,7 @@ declare namespace sap {
12150
12147
  oHeading: sap.ui.core.Control
12151
12148
  ): this;
12152
12149
  /**
12153
- * @SINCE 1.50
12150
+ * @since 1.50
12154
12151
  * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
12155
12152
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
12156
12153
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
@@ -12181,7 +12178,7 @@ declare namespace sap {
12181
12178
  sPrimaryArea?: sap.f.DynamicPageTitleArea
12182
12179
  ): this;
12183
12180
  /**
12184
- * @SINCE 1.52
12181
+ * @since 1.52
12185
12182
  *
12186
12183
  * Sets the aggregated {@link #getSnappedHeading snappedHeading}.
12187
12184
  *
@@ -12194,7 +12191,7 @@ declare namespace sap {
12194
12191
  oSnappedHeading: sap.ui.core.Control
12195
12192
  ): this;
12196
12193
  /**
12197
- * @SINCE 1.63
12194
+ * @since 1.63
12198
12195
  *
12199
12196
  * Sets the aggregated {@link #getSnappedTitleOnMobile snappedTitleOnMobile}.
12200
12197
  *
@@ -12208,7 +12205,7 @@ declare namespace sap {
12208
12205
  ): this;
12209
12206
  }
12210
12207
  /**
12211
- * @SINCE 1.46
12208
+ * @since 1.46
12212
12209
  *
12213
12210
  * Implements the list-detail-detail paradigm by displaying up to three pages in separate columns.
12214
12211
  *
@@ -12376,7 +12373,7 @@ declare namespace sap {
12376
12373
  * The function to be called when the event occurs
12377
12374
  */
12378
12375
  fnFunction: (
12379
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters>
12376
+ p1: FlexibleColumnLayout$AfterBeginColumnNavigateEvent
12380
12377
  ) => void,
12381
12378
  /**
12382
12379
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12401,7 +12398,7 @@ declare namespace sap {
12401
12398
  * The function to be called when the event occurs
12402
12399
  */
12403
12400
  fnFunction: (
12404
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters>
12401
+ p1: FlexibleColumnLayout$AfterBeginColumnNavigateEvent
12405
12402
  ) => void,
12406
12403
  /**
12407
12404
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12431,7 +12428,7 @@ declare namespace sap {
12431
12428
  * The function to be called when the event occurs
12432
12429
  */
12433
12430
  fnFunction: (
12434
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterEndColumnNavigateEventParameters>
12431
+ p1: FlexibleColumnLayout$AfterEndColumnNavigateEvent
12435
12432
  ) => void,
12436
12433
  /**
12437
12434
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12456,7 +12453,7 @@ declare namespace sap {
12456
12453
  * The function to be called when the event occurs
12457
12454
  */
12458
12455
  fnFunction: (
12459
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterEndColumnNavigateEventParameters>
12456
+ p1: FlexibleColumnLayout$AfterEndColumnNavigateEvent
12460
12457
  ) => void,
12461
12458
  /**
12462
12459
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12486,7 +12483,7 @@ declare namespace sap {
12486
12483
  * The function to be called when the event occurs
12487
12484
  */
12488
12485
  fnFunction: (
12489
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterMidColumnNavigateEventParameters>
12486
+ p1: FlexibleColumnLayout$AfterMidColumnNavigateEvent
12490
12487
  ) => void,
12491
12488
  /**
12492
12489
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12511,7 +12508,7 @@ declare namespace sap {
12511
12508
  * The function to be called when the event occurs
12512
12509
  */
12513
12510
  fnFunction: (
12514
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterMidColumnNavigateEventParameters>
12511
+ p1: FlexibleColumnLayout$AfterMidColumnNavigateEvent
12515
12512
  ) => void,
12516
12513
  /**
12517
12514
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
@@ -12540,9 +12537,7 @@ declare namespace sap {
12540
12537
  /**
12541
12538
  * The function to be called when the event occurs
12542
12539
  */
12543
- fnFunction: (
12544
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutBeginColumnNavigateEventParameters>
12545
- ) => void,
12540
+ fnFunction: (p1: FlexibleColumnLayout$BeginColumnNavigateEvent) => void,
12546
12541
  /**
12547
12542
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12548
12543
  */
@@ -12565,16 +12560,14 @@ declare namespace sap {
12565
12560
  /**
12566
12561
  * The function to be called when the event occurs
12567
12562
  */
12568
- fnFunction: (
12569
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutBeginColumnNavigateEventParameters>
12570
- ) => void,
12563
+ fnFunction: (p1: FlexibleColumnLayout$BeginColumnNavigateEvent) => void,
12571
12564
  /**
12572
12565
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12573
12566
  */
12574
12567
  oListener?: object
12575
12568
  ): this;
12576
12569
  /**
12577
- * @SINCE 1.76
12570
+ * @since 1.76
12578
12571
  *
12579
12572
  * Attaches event handler `fnFunction` to the {@link #event:columnResize columnResize} event of this `sap.f.FlexibleColumnLayout`.
12580
12573
  *
@@ -12594,16 +12587,14 @@ declare namespace sap {
12594
12587
  /**
12595
12588
  * The function to be called when the event occurs
12596
12589
  */
12597
- fnFunction: (
12598
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutColumnResizeEventParameters>
12599
- ) => void,
12590
+ fnFunction: (p1: FlexibleColumnLayout$ColumnResizeEvent) => void,
12600
12591
  /**
12601
12592
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12602
12593
  */
12603
12594
  oListener?: object
12604
12595
  ): this;
12605
12596
  /**
12606
- * @SINCE 1.76
12597
+ * @since 1.76
12607
12598
  *
12608
12599
  * Attaches event handler `fnFunction` to the {@link #event:columnResize columnResize} event of this `sap.f.FlexibleColumnLayout`.
12609
12600
  *
@@ -12618,9 +12609,7 @@ declare namespace sap {
12618
12609
  /**
12619
12610
  * The function to be called when the event occurs
12620
12611
  */
12621
- fnFunction: (
12622
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutColumnResizeEventParameters>
12623
- ) => void,
12612
+ fnFunction: (p1: FlexibleColumnLayout$ColumnResizeEvent) => void,
12624
12613
  /**
12625
12614
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12626
12615
  */
@@ -12648,9 +12637,7 @@ declare namespace sap {
12648
12637
  /**
12649
12638
  * The function to be called when the event occurs
12650
12639
  */
12651
- fnFunction: (
12652
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutEndColumnNavigateEventParameters>
12653
- ) => void,
12640
+ fnFunction: (p1: FlexibleColumnLayout$EndColumnNavigateEvent) => void,
12654
12641
  /**
12655
12642
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12656
12643
  */
@@ -12673,9 +12660,7 @@ declare namespace sap {
12673
12660
  /**
12674
12661
  * The function to be called when the event occurs
12675
12662
  */
12676
- fnFunction: (
12677
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutEndColumnNavigateEventParameters>
12678
- ) => void,
12663
+ fnFunction: (p1: FlexibleColumnLayout$EndColumnNavigateEvent) => void,
12679
12664
  /**
12680
12665
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12681
12666
  */
@@ -12703,9 +12688,7 @@ declare namespace sap {
12703
12688
  /**
12704
12689
  * The function to be called when the event occurs
12705
12690
  */
12706
- fnFunction: (
12707
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutMidColumnNavigateEventParameters>
12708
- ) => void,
12691
+ fnFunction: (p1: FlexibleColumnLayout$MidColumnNavigateEvent) => void,
12709
12692
  /**
12710
12693
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12711
12694
  */
@@ -12728,9 +12711,7 @@ declare namespace sap {
12728
12711
  /**
12729
12712
  * The function to be called when the event occurs
12730
12713
  */
12731
- fnFunction: (
12732
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutMidColumnNavigateEventParameters>
12733
- ) => void,
12714
+ fnFunction: (p1: FlexibleColumnLayout$MidColumnNavigateEvent) => void,
12734
12715
  /**
12735
12716
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12736
12717
  */
@@ -12764,9 +12745,7 @@ declare namespace sap {
12764
12745
  /**
12765
12746
  * The function to be called when the event occurs
12766
12747
  */
12767
- fnFunction: (
12768
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutStateChangeEventParameters>
12769
- ) => void,
12748
+ fnFunction: (p1: FlexibleColumnLayout$StateChangeEvent) => void,
12770
12749
  /**
12771
12750
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12772
12751
  */
@@ -12795,9 +12774,7 @@ declare namespace sap {
12795
12774
  /**
12796
12775
  * The function to be called when the event occurs
12797
12776
  */
12798
- fnFunction: (
12799
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutStateChangeEventParameters>
12800
- ) => void,
12777
+ fnFunction: (p1: FlexibleColumnLayout$StateChangeEvent) => void,
12801
12778
  /**
12802
12779
  * Context object to call the event handler with. Defaults to this `sap.f.FlexibleColumnLayout` itself
12803
12780
  */
@@ -12966,7 +12943,7 @@ declare namespace sap {
12966
12943
  */
12967
12944
  destroyEndColumnPages(): this;
12968
12945
  /**
12969
- * @SINCE 1.95
12946
+ * @since 1.95
12970
12947
  *
12971
12948
  * Destroys the landmarkInfo in the aggregation {@link #getLandmarkInfo landmarkInfo}.
12972
12949
  *
@@ -12992,7 +12969,7 @@ declare namespace sap {
12992
12969
  * The function to be called, when the event occurs
12993
12970
  */
12994
12971
  fnFunction: (
12995
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters>
12972
+ p1: FlexibleColumnLayout$AfterBeginColumnNavigateEvent
12996
12973
  ) => void,
12997
12974
  /**
12998
12975
  * Context object on which the given function had to be called
@@ -13012,7 +12989,7 @@ declare namespace sap {
13012
12989
  * The function to be called, when the event occurs
13013
12990
  */
13014
12991
  fnFunction: (
13015
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterEndColumnNavigateEventParameters>
12992
+ p1: FlexibleColumnLayout$AfterEndColumnNavigateEvent
13016
12993
  ) => void,
13017
12994
  /**
13018
12995
  * Context object on which the given function had to be called
@@ -13032,7 +13009,7 @@ declare namespace sap {
13032
13009
  * The function to be called, when the event occurs
13033
13010
  */
13034
13011
  fnFunction: (
13035
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutAfterMidColumnNavigateEventParameters>
13012
+ p1: FlexibleColumnLayout$AfterMidColumnNavigateEvent
13036
13013
  ) => void,
13037
13014
  /**
13038
13015
  * Context object on which the given function had to be called
@@ -13051,16 +13028,14 @@ declare namespace sap {
13051
13028
  /**
13052
13029
  * The function to be called, when the event occurs
13053
13030
  */
13054
- fnFunction: (
13055
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutBeginColumnNavigateEventParameters>
13056
- ) => void,
13031
+ fnFunction: (p1: FlexibleColumnLayout$BeginColumnNavigateEvent) => void,
13057
13032
  /**
13058
13033
  * Context object on which the given function had to be called
13059
13034
  */
13060
13035
  oListener?: object
13061
13036
  ): this;
13062
13037
  /**
13063
- * @SINCE 1.76
13038
+ * @since 1.76
13064
13039
  *
13065
13040
  * Detaches event handler `fnFunction` from the {@link #event:columnResize columnResize} event of this `sap.f.FlexibleColumnLayout`.
13066
13041
  *
@@ -13072,9 +13047,7 @@ declare namespace sap {
13072
13047
  /**
13073
13048
  * The function to be called, when the event occurs
13074
13049
  */
13075
- fnFunction: (
13076
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutColumnResizeEventParameters>
13077
- ) => void,
13050
+ fnFunction: (p1: FlexibleColumnLayout$ColumnResizeEvent) => void,
13078
13051
  /**
13079
13052
  * Context object on which the given function had to be called
13080
13053
  */
@@ -13092,9 +13065,7 @@ declare namespace sap {
13092
13065
  /**
13093
13066
  * The function to be called, when the event occurs
13094
13067
  */
13095
- fnFunction: (
13096
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutEndColumnNavigateEventParameters>
13097
- ) => void,
13068
+ fnFunction: (p1: FlexibleColumnLayout$EndColumnNavigateEvent) => void,
13098
13069
  /**
13099
13070
  * Context object on which the given function had to be called
13100
13071
  */
@@ -13112,9 +13083,7 @@ declare namespace sap {
13112
13083
  /**
13113
13084
  * The function to be called, when the event occurs
13114
13085
  */
13115
- fnFunction: (
13116
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutMidColumnNavigateEventParameters>
13117
- ) => void,
13086
+ fnFunction: (p1: FlexibleColumnLayout$MidColumnNavigateEvent) => void,
13118
13087
  /**
13119
13088
  * Context object on which the given function had to be called
13120
13089
  */
@@ -13131,16 +13100,14 @@ declare namespace sap {
13131
13100
  /**
13132
13101
  * The function to be called, when the event occurs
13133
13102
  */
13134
- fnFunction: (
13135
- p1: sap.ui.base.Event<sap.f.$FlexibleColumnLayoutStateChangeEventParameters>
13136
- ) => void,
13103
+ fnFunction: (p1: FlexibleColumnLayout$StateChangeEvent) => void,
13137
13104
  /**
13138
13105
  * Context object on which the given function had to be called
13139
13106
  */
13140
13107
  oListener?: object
13141
13108
  ): this;
13142
13109
  /**
13143
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13110
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13144
13111
  *
13145
13112
  * Fires event {@link #event:afterBeginColumnNavigate afterBeginColumnNavigate} to attached listeners.
13146
13113
  *
@@ -13150,10 +13117,10 @@ declare namespace sap {
13150
13117
  /**
13151
13118
  * Parameters to pass along with the event
13152
13119
  */
13153
- mParameters?: sap.f.$FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters
13120
+ mParameters?: sap.f.FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters
13154
13121
  ): this;
13155
13122
  /**
13156
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13123
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13157
13124
  *
13158
13125
  * Fires event {@link #event:afterEndColumnNavigate afterEndColumnNavigate} to attached listeners.
13159
13126
  *
@@ -13163,10 +13130,10 @@ declare namespace sap {
13163
13130
  /**
13164
13131
  * Parameters to pass along with the event
13165
13132
  */
13166
- mParameters?: sap.f.$FlexibleColumnLayoutAfterEndColumnNavigateEventParameters
13133
+ mParameters?: sap.f.FlexibleColumnLayout$AfterEndColumnNavigateEventParameters
13167
13134
  ): this;
13168
13135
  /**
13169
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13136
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13170
13137
  *
13171
13138
  * Fires event {@link #event:afterMidColumnNavigate afterMidColumnNavigate} to attached listeners.
13172
13139
  *
@@ -13176,10 +13143,10 @@ declare namespace sap {
13176
13143
  /**
13177
13144
  * Parameters to pass along with the event
13178
13145
  */
13179
- mParameters?: sap.f.$FlexibleColumnLayoutAfterMidColumnNavigateEventParameters
13146
+ mParameters?: sap.f.FlexibleColumnLayout$AfterMidColumnNavigateEventParameters
13180
13147
  ): this;
13181
13148
  /**
13182
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13149
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13183
13150
  *
13184
13151
  * Fires event {@link #event:beginColumnNavigate beginColumnNavigate} to attached listeners.
13185
13152
  *
@@ -13192,11 +13159,11 @@ declare namespace sap {
13192
13159
  /**
13193
13160
  * Parameters to pass along with the event
13194
13161
  */
13195
- mParameters?: sap.f.$FlexibleColumnLayoutBeginColumnNavigateEventParameters
13162
+ mParameters?: sap.f.FlexibleColumnLayout$BeginColumnNavigateEventParameters
13196
13163
  ): boolean;
13197
13164
  /**
13198
- * @SINCE 1.76
13199
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13165
+ * @since 1.76
13166
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13200
13167
  *
13201
13168
  * Fires event {@link #event:columnResize columnResize} to attached listeners.
13202
13169
  *
@@ -13206,10 +13173,10 @@ declare namespace sap {
13206
13173
  /**
13207
13174
  * Parameters to pass along with the event
13208
13175
  */
13209
- mParameters?: sap.f.$FlexibleColumnLayoutColumnResizeEventParameters
13176
+ mParameters?: sap.f.FlexibleColumnLayout$ColumnResizeEventParameters
13210
13177
  ): this;
13211
13178
  /**
13212
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13179
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13213
13180
  *
13214
13181
  * Fires event {@link #event:endColumnNavigate endColumnNavigate} to attached listeners.
13215
13182
  *
@@ -13222,10 +13189,10 @@ declare namespace sap {
13222
13189
  /**
13223
13190
  * Parameters to pass along with the event
13224
13191
  */
13225
- mParameters?: sap.f.$FlexibleColumnLayoutEndColumnNavigateEventParameters
13192
+ mParameters?: sap.f.FlexibleColumnLayout$EndColumnNavigateEventParameters
13226
13193
  ): boolean;
13227
13194
  /**
13228
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13195
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13229
13196
  *
13230
13197
  * Fires event {@link #event:midColumnNavigate midColumnNavigate} to attached listeners.
13231
13198
  *
@@ -13238,10 +13205,10 @@ declare namespace sap {
13238
13205
  /**
13239
13206
  * Parameters to pass along with the event
13240
13207
  */
13241
- mParameters?: sap.f.$FlexibleColumnLayoutMidColumnNavigateEventParameters
13208
+ mParameters?: sap.f.FlexibleColumnLayout$MidColumnNavigateEventParameters
13242
13209
  ): boolean;
13243
13210
  /**
13244
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13211
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13245
13212
  *
13246
13213
  * Fires event {@link #event:stateChange stateChange} to attached listeners.
13247
13214
  *
@@ -13251,10 +13218,10 @@ declare namespace sap {
13251
13218
  /**
13252
13219
  * Parameters to pass along with the event
13253
13220
  */
13254
- mParameters?: sap.f.$FlexibleColumnLayoutStateChangeEventParameters
13221
+ mParameters?: sap.f.FlexibleColumnLayout$StateChangeEventParameters
13255
13222
  ): this;
13256
13223
  /**
13257
- * @SINCE 1.76
13224
+ * @since 1.76
13258
13225
  *
13259
13226
  * Gets current value of property {@link #getAutoFocus autoFocus}.
13260
13227
  *
@@ -13269,7 +13236,7 @@ declare namespace sap {
13269
13236
  */
13270
13237
  getAutoFocus(): boolean;
13271
13238
  /**
13272
- * @SINCE 1.54
13239
+ * @since 1.54
13273
13240
  *
13274
13241
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
13275
13242
  *
@@ -13371,7 +13338,7 @@ declare namespace sap {
13371
13338
  */
13372
13339
  getInitialMidColumnPage(): sap.ui.core.ID;
13373
13340
  /**
13374
- * @SINCE 1.95
13341
+ * @since 1.95
13375
13342
  *
13376
13343
  * Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
13377
13344
  *
@@ -13410,7 +13377,7 @@ declare namespace sap {
13410
13377
  */
13411
13378
  getMidColumnPages(): sap.ui.core.Control[];
13412
13379
  /**
13413
- * @SINCE 1.77
13380
+ * @since 1.77
13414
13381
  *
13415
13382
  * Gets current value of property {@link #getRestoreFocusOnBackNavigation restoreFocusOnBackNavigation}.
13416
13383
  *
@@ -13567,7 +13534,7 @@ declare namespace sap {
13567
13534
  vMidColumnPage: int | string | sap.ui.core.Control
13568
13535
  ): sap.ui.core.Control | null;
13569
13536
  /**
13570
- * @SINCE 1.76
13537
+ * @since 1.76
13571
13538
  *
13572
13539
  * Sets a new value for property {@link #getAutoFocus autoFocus}.
13573
13540
  *
@@ -13589,7 +13556,7 @@ declare namespace sap {
13589
13556
  bAutoFocus?: boolean
13590
13557
  ): this;
13591
13558
  /**
13592
- * @SINCE 1.54
13559
+ * @since 1.54
13593
13560
  *
13594
13561
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
13595
13562
  *
@@ -13702,7 +13669,7 @@ declare namespace sap {
13702
13669
  oInitialMidColumnPage: sap.ui.core.ID | sap.ui.core.Control
13703
13670
  ): this;
13704
13671
  /**
13705
- * @SINCE 1.95
13672
+ * @since 1.95
13706
13673
  *
13707
13674
  * Sets the aggregated {@link #getLandmarkInfo landmarkInfo}.
13708
13675
  *
@@ -13735,7 +13702,7 @@ declare namespace sap {
13735
13702
  sLayout?: sap.f.LayoutType
13736
13703
  ): this;
13737
13704
  /**
13738
- * @SINCE 1.77
13705
+ * @since 1.77
13739
13706
  *
13740
13707
  * Sets a new value for property {@link #getRestoreFocusOnBackNavigation restoreFocusOnBackNavigation}.
13741
13708
  *
@@ -14066,7 +14033,7 @@ declare namespace sap {
14066
14033
  ): this;
14067
14034
  }
14068
14035
  /**
14069
- * @SINCE 1.95
14036
+ * @since 1.95
14070
14037
  *
14071
14038
  * Settings for accessible landmarks which can be applied to the container elements of a `sap.f.FlexibleColumnLayout`
14072
14039
  * control. For example, these landmarks are used by assistive technologies (such as screen readers) to
@@ -14342,7 +14309,7 @@ declare namespace sap {
14342
14309
  ): this;
14343
14310
  }
14344
14311
  /**
14345
- * @SINCE 1.46.0
14312
+ * @since 1.46.0
14346
14313
  *
14347
14314
  * Helper class, facilitating the implementation of the recommended UX design of a `sap.f.FlexibleColumnLayout`-based
14348
14315
  * app.
@@ -14498,7 +14465,7 @@ declare namespace sap {
14498
14465
  iNextLevel: int
14499
14466
  ): sap.f.FlexibleColumnLayoutSemanticHelper.UIState;
14500
14467
  /**
14501
- * @SINCE 1.72
14468
+ * @since 1.72
14502
14469
  *
14503
14470
  * Returns `true` if internal `FlexibleColumnLayout` reference is rendered in the DOM tree.
14504
14471
  *
@@ -14506,7 +14473,7 @@ declare namespace sap {
14506
14473
  */
14507
14474
  isDOMReady(): boolean;
14508
14475
  /**
14509
- * @SINCE 1.72
14476
+ * @since 1.72
14510
14477
  *
14511
14478
  * Abstract wrapper for {@link sap.f.FlexibleColumnLayoutSemanticHelper#isDOMReady}. Returns `true` if criteria
14512
14479
  * are met for the APIs in this helper to be used.
@@ -14515,7 +14482,7 @@ declare namespace sap {
14515
14482
  */
14516
14483
  isReady(): boolean;
14517
14484
  /**
14518
- * @SINCE 1.72
14485
+ * @since 1.72
14519
14486
  *
14520
14487
  * Returns promise which can be used to find out when the internal `FlexibleColumnLayout` is rendered. This
14521
14488
  * is needed because methods in `FlexibleColumnLayout` rely on the control being rendered.
@@ -14524,7 +14491,7 @@ declare namespace sap {
14524
14491
  */
14525
14492
  whenDOMReady(): Promise<any>;
14526
14493
  /**
14527
- * @SINCE 1.72
14494
+ * @since 1.72
14528
14495
  *
14529
14496
  * Returns promise which can be used to find out when internal criteria for this helper's API reliability
14530
14497
  * are met.
@@ -14534,7 +14501,7 @@ declare namespace sap {
14534
14501
  whenReady(): Promise<any>;
14535
14502
  }
14536
14503
  /**
14537
- * @SINCE 1.65
14504
+ * @since 1.65
14538
14505
  *
14539
14506
  * A layout container control used for aligning items with various sizes in a simple grid.
14540
14507
  *
@@ -14737,9 +14704,7 @@ declare namespace sap {
14737
14704
  /**
14738
14705
  * The function to be called when the event occurs
14739
14706
  */
14740
- fnFunction: (
14741
- p1: sap.ui.base.Event<sap.f.$GridContainerBorderReachedEventParameters>
14742
- ) => void,
14707
+ fnFunction: (p1: GridContainer$BorderReachedEvent) => void,
14743
14708
  /**
14744
14709
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14745
14710
  */
@@ -14759,9 +14724,7 @@ declare namespace sap {
14759
14724
  /**
14760
14725
  * The function to be called when the event occurs
14761
14726
  */
14762
- fnFunction: (
14763
- p1: sap.ui.base.Event<sap.f.$GridContainerBorderReachedEventParameters>
14764
- ) => void,
14727
+ fnFunction: (p1: GridContainer$BorderReachedEvent) => void,
14765
14728
  /**
14766
14729
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14767
14730
  */
@@ -14786,9 +14749,7 @@ declare namespace sap {
14786
14749
  /**
14787
14750
  * The function to be called when the event occurs
14788
14751
  */
14789
- fnFunction: (
14790
- p1: sap.ui.base.Event<sap.f.$GridContainerColumnsChangeEventParameters>
14791
- ) => void,
14752
+ fnFunction: (p1: GridContainer$ColumnsChangeEvent) => void,
14792
14753
  /**
14793
14754
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14794
14755
  */
@@ -14808,9 +14769,7 @@ declare namespace sap {
14808
14769
  /**
14809
14770
  * The function to be called when the event occurs
14810
14771
  */
14811
- fnFunction: (
14812
- p1: sap.ui.base.Event<sap.f.$GridContainerColumnsChangeEventParameters>
14813
- ) => void,
14772
+ fnFunction: (p1: GridContainer$ColumnsChangeEvent) => void,
14814
14773
  /**
14815
14774
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14816
14775
  */
@@ -14835,9 +14794,7 @@ declare namespace sap {
14835
14794
  /**
14836
14795
  * The function to be called when the event occurs
14837
14796
  */
14838
- fnFunction: (
14839
- p1: sap.ui.base.Event<sap.f.$GridContainerLayoutChangeEventParameters>
14840
- ) => void,
14797
+ fnFunction: (p1: GridContainer$LayoutChangeEvent) => void,
14841
14798
  /**
14842
14799
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14843
14800
  */
@@ -14857,9 +14814,7 @@ declare namespace sap {
14857
14814
  /**
14858
14815
  * The function to be called when the event occurs
14859
14816
  */
14860
- fnFunction: (
14861
- p1: sap.ui.base.Event<sap.f.$GridContainerLayoutChangeEventParameters>
14862
- ) => void,
14817
+ fnFunction: (p1: GridContainer$LayoutChangeEvent) => void,
14863
14818
  /**
14864
14819
  * Context object to call the event handler with. Defaults to this `sap.f.GridContainer` itself
14865
14820
  */
@@ -14902,7 +14857,7 @@ declare namespace sap {
14902
14857
  */
14903
14858
  destroyLayoutXL(): this;
14904
14859
  /**
14905
- * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
14860
+ * @experimental (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
14906
14861
  * may be done before its official public release. Use at your own discretion.
14907
14862
  *
14908
14863
  * Destroys the layoutXS in the aggregation {@link #getLayoutXS layoutXS}.
@@ -14922,9 +14877,7 @@ declare namespace sap {
14922
14877
  /**
14923
14878
  * The function to be called, when the event occurs
14924
14879
  */
14925
- fnFunction: (
14926
- p1: sap.ui.base.Event<sap.f.$GridContainerBorderReachedEventParameters>
14927
- ) => void,
14880
+ fnFunction: (p1: GridContainer$BorderReachedEvent) => void,
14928
14881
  /**
14929
14882
  * Context object on which the given function had to be called
14930
14883
  */
@@ -14942,9 +14895,7 @@ declare namespace sap {
14942
14895
  /**
14943
14896
  * The function to be called, when the event occurs
14944
14897
  */
14945
- fnFunction: (
14946
- p1: sap.ui.base.Event<sap.f.$GridContainerColumnsChangeEventParameters>
14947
- ) => void,
14898
+ fnFunction: (p1: GridContainer$ColumnsChangeEvent) => void,
14948
14899
  /**
14949
14900
  * Context object on which the given function had to be called
14950
14901
  */
@@ -14961,16 +14912,14 @@ declare namespace sap {
14961
14912
  /**
14962
14913
  * The function to be called, when the event occurs
14963
14914
  */
14964
- fnFunction: (
14965
- p1: sap.ui.base.Event<sap.f.$GridContainerLayoutChangeEventParameters>
14966
- ) => void,
14915
+ fnFunction: (p1: GridContainer$LayoutChangeEvent) => void,
14967
14916
  /**
14968
14917
  * Context object on which the given function had to be called
14969
14918
  */
14970
14919
  oListener?: object
14971
14920
  ): this;
14972
14921
  /**
14973
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14922
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14974
14923
  *
14975
14924
  * Fires event {@link #event:borderReached borderReached} to attached listeners.
14976
14925
  *
@@ -14980,10 +14929,10 @@ declare namespace sap {
14980
14929
  /**
14981
14930
  * Parameters to pass along with the event
14982
14931
  */
14983
- mParameters?: sap.f.$GridContainerBorderReachedEventParameters
14932
+ mParameters?: sap.f.GridContainer$BorderReachedEventParameters
14984
14933
  ): this;
14985
14934
  /**
14986
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14935
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14987
14936
  *
14988
14937
  * Fires event {@link #event:columnsChange columnsChange} to attached listeners.
14989
14938
  *
@@ -14993,10 +14942,10 @@ declare namespace sap {
14993
14942
  /**
14994
14943
  * Parameters to pass along with the event
14995
14944
  */
14996
- mParameters?: sap.f.$GridContainerColumnsChangeEventParameters
14945
+ mParameters?: sap.f.GridContainer$ColumnsChangeEventParameters
14997
14946
  ): this;
14998
14947
  /**
14999
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14948
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15000
14949
  *
15001
14950
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
15002
14951
  *
@@ -15006,10 +14955,10 @@ declare namespace sap {
15006
14955
  /**
15007
14956
  * Parameters to pass along with the event
15008
14957
  */
15009
- mParameters?: sap.f.$GridContainerLayoutChangeEventParameters
14958
+ mParameters?: sap.f.GridContainer$LayoutChangeEventParameters
15010
14959
  ): this;
15011
14960
  /**
15012
- * @EXPERIMENTAL (since 1.81) - Behavior might change.
14961
+ * @experimental (since 1.81) - Behavior might change.
15013
14962
  *
15014
14963
  * Focuses the item on the given index. Should be called after successful drop operation.
15015
14964
  *
@@ -15022,7 +14971,7 @@ declare namespace sap {
15022
14971
  iIndex: int
15023
14972
  ): void;
15024
14973
  /**
15025
- * @EXPERIMENTAL (since 1.85) - Behavior might change.
14974
+ * @experimental (since 1.85) - Behavior might change.
15026
14975
  *
15027
14976
  * Focuses an item in the given direction - up, down, left or right, from the starting position specified
15028
14977
  * by row and column.
@@ -15056,7 +15005,7 @@ declare namespace sap {
15056
15005
  */
15057
15006
  getActiveLayoutSettings(): sap.f.GridContainerSettings;
15058
15007
  /**
15059
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15008
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15060
15009
  * may be done before its official public release. Use at your own discretion.
15061
15010
  *
15062
15011
  * Gets current value of property {@link #getAllowDenseFill allowDenseFill}.
@@ -15091,7 +15040,7 @@ declare namespace sap {
15091
15040
  */
15092
15041
  getContainerQuery(): boolean;
15093
15042
  /**
15094
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15043
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15095
15044
  * may be done before its official public release. Use at your own discretion.
15096
15045
  *
15097
15046
  * Gets current value of property {@link #getInlineBlockLayout inlineBlockLayout}.
@@ -15150,7 +15099,7 @@ declare namespace sap {
15150
15099
  */
15151
15100
  getLayoutXL(): sap.f.GridContainerSettings;
15152
15101
  /**
15153
- * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
15102
+ * @experimental (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
15154
15103
  * may be done before its official public release. Use at your own discretion.
15155
15104
  *
15156
15105
  * Gets content of aggregation {@link #getLayoutXS layoutXS}.
@@ -15159,7 +15108,7 @@ declare namespace sap {
15159
15108
  */
15160
15109
  getLayoutXS(): sap.f.GridContainerSettings;
15161
15110
  /**
15162
- * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
15111
+ * @experimental (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
15163
15112
  * may be done before its official public release.
15164
15113
  *
15165
15114
  * Gets current value of property {@link #getMinHeight minHeight}.
@@ -15278,7 +15227,7 @@ declare namespace sap {
15278
15227
  vItem: int | string | sap.ui.core.Control
15279
15228
  ): sap.ui.core.Control | null;
15280
15229
  /**
15281
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15230
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15282
15231
  * may be done before its official public release. Use at your own discretion.
15283
15232
  *
15284
15233
  * Sets a new value for property {@link #getAllowDenseFill allowDenseFill}.
@@ -15319,7 +15268,7 @@ declare namespace sap {
15319
15268
  bContainerQuery?: boolean
15320
15269
  ): this;
15321
15270
  /**
15322
- * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15271
+ * @experimental (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
15323
15272
  * may be done before its official public release. Use at your own discretion.
15324
15273
  *
15325
15274
  * Sets a new value for property {@link #getInlineBlockLayout inlineBlockLayout}.
@@ -15398,7 +15347,7 @@ declare namespace sap {
15398
15347
  oLayoutXL: sap.f.GridContainerSettings
15399
15348
  ): this;
15400
15349
  /**
15401
- * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
15350
+ * @experimental (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
15402
15351
  * may be done before its official public release. Use at your own discretion.
15403
15352
  *
15404
15353
  * Sets the aggregated {@link #getLayoutXS layoutXS}.
@@ -15412,7 +15361,7 @@ declare namespace sap {
15412
15361
  oLayoutXS: sap.f.GridContainerSettings
15413
15362
  ): this;
15414
15363
  /**
15415
- * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
15364
+ * @experimental (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
15416
15365
  * may be done before its official public release.
15417
15366
  *
15418
15367
  * Sets a new value for property {@link #getMinHeight minHeight}.
@@ -15471,8 +15420,8 @@ declare namespace sap {
15471
15420
  ): this;
15472
15421
  }
15473
15422
  /**
15474
- * @SINCE 1.65
15475
- * @EXPERIMENTAL (since 1.65) - This class is experimental. The API may change.
15423
+ * @since 1.65
15424
+ * @experimental (since 1.65) - This class is experimental. The API may change.
15476
15425
  *
15477
15426
  * Holds layout data for an item inside a `sap.f.GridContainer`.
15478
15427
  */
@@ -15565,7 +15514,7 @@ declare namespace sap {
15565
15514
  */
15566
15515
  getMinRows(): int;
15567
15516
  /**
15568
- * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
15517
+ * @experimental (since 1.65) - this property may soon be removed, use minRows instead
15569
15518
  *
15570
15519
  * Gets current value of property {@link #getRows rows}.
15571
15520
  *
@@ -15612,7 +15561,7 @@ declare namespace sap {
15612
15561
  iMinRows: int
15613
15562
  ): this;
15614
15563
  /**
15615
- * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
15564
+ * @experimental (since 1.65) - this property may soon be removed, use minRows instead
15616
15565
  *
15617
15566
  * Sets a new value for property {@link #getRows rows}.
15618
15567
  *
@@ -15630,8 +15579,8 @@ declare namespace sap {
15630
15579
  ): this;
15631
15580
  }
15632
15581
  /**
15633
- * @SINCE 1.65
15634
- * @EXPERIMENTAL (since 1.65) - This class is experimental. The API may change.
15582
+ * @since 1.65
15583
+ * @experimental (since 1.65) - This class is experimental. The API may change.
15635
15584
  *
15636
15585
  * Holds a set of settings that define the dimensions of `sap.f.GridContainer`.
15637
15586
  *
@@ -15879,7 +15828,7 @@ declare namespace sap {
15879
15828
  ): this;
15880
15829
  }
15881
15830
  /**
15882
- * @SINCE 1.60
15831
+ * @since 1.60
15883
15832
  *
15884
15833
  * A list-based control with grid layout capabilities.
15885
15834
  *
@@ -16027,9 +15976,7 @@ declare namespace sap {
16027
15976
  /**
16028
15977
  * The function to be called when the event occurs
16029
15978
  */
16030
- fnFunction: (
16031
- p1: sap.ui.base.Event<sap.f.$GridListBorderReachedEventParameters>
16032
- ) => void,
15979
+ fnFunction: (p1: GridList$BorderReachedEvent) => void,
16033
15980
  /**
16034
15981
  * Context object to call the event handler with. Defaults to this `sap.f.GridList` itself
16035
15982
  */
@@ -16049,9 +15996,7 @@ declare namespace sap {
16049
15996
  /**
16050
15997
  * The function to be called when the event occurs
16051
15998
  */
16052
- fnFunction: (
16053
- p1: sap.ui.base.Event<sap.f.$GridListBorderReachedEventParameters>
16054
- ) => void,
15999
+ fnFunction: (p1: GridList$BorderReachedEvent) => void,
16055
16000
  /**
16056
16001
  * Context object to call the event handler with. Defaults to this `sap.f.GridList` itself
16057
16002
  */
@@ -16075,16 +16020,14 @@ declare namespace sap {
16075
16020
  /**
16076
16021
  * The function to be called, when the event occurs
16077
16022
  */
16078
- fnFunction: (
16079
- p1: sap.ui.base.Event<sap.f.$GridListBorderReachedEventParameters>
16080
- ) => void,
16023
+ fnFunction: (p1: GridList$BorderReachedEvent) => void,
16081
16024
  /**
16082
16025
  * Context object on which the given function had to be called
16083
16026
  */
16084
16027
  oListener?: object
16085
16028
  ): this;
16086
16029
  /**
16087
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16030
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16088
16031
  *
16089
16032
  * Fires event {@link #event:borderReached borderReached} to attached listeners.
16090
16033
  *
@@ -16094,10 +16037,10 @@ declare namespace sap {
16094
16037
  /**
16095
16038
  * Parameters to pass along with the event
16096
16039
  */
16097
- mParameters?: sap.f.$GridListBorderReachedEventParameters
16040
+ mParameters?: sap.f.GridList$BorderReachedEventParameters
16098
16041
  ): this;
16099
16042
  /**
16100
- * @EXPERIMENTAL (since 1.87) - Behavior might change.
16043
+ * @experimental (since 1.87) - Behavior might change.
16101
16044
  *
16102
16045
  * Focuses an item in the given direction - up, down, left or right, from the starting position specified
16103
16046
  * by row and column.
@@ -16131,7 +16074,7 @@ declare namespace sap {
16131
16074
  */
16132
16075
  getCustomLayout(): sap.ui.layout.cssgrid.GridLayoutBase;
16133
16076
  /**
16134
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16077
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16135
16078
  *
16136
16079
  * Implements IGridConfigurable interface.
16137
16080
  *
@@ -16139,7 +16082,7 @@ declare namespace sap {
16139
16082
  */
16140
16083
  getGridDomRefs(): HTMLElement[];
16141
16084
  /**
16142
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16085
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16143
16086
  *
16144
16087
  * Implements IGridConfigurable interface.
16145
16088
  *
@@ -16159,7 +16102,7 @@ declare namespace sap {
16159
16102
  ): this;
16160
16103
  }
16161
16104
  /**
16162
- * @SINCE 1.70
16105
+ * @since 1.70
16163
16106
  *
16164
16107
  * The `GridListItem` with a content aggregation can be used to display all kind of information. It is used
16165
16108
  * in {@link sap.f.GridList sap.f.GridList}. **Note:** Even though the content aggregation can be used for
@@ -16320,7 +16263,7 @@ declare namespace sap {
16320
16263
  unbindContent(): this;
16321
16264
  }
16322
16265
  /**
16323
- * @SINCE 1.88
16266
+ * @since 1.88
16324
16267
  * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessage} instead.
16325
16268
  *
16326
16269
  * A combination of message and illustration to represent an empty or a success state.
@@ -16419,7 +16362,7 @@ declare namespace sap {
16419
16362
  static getMetadata(): sap.ui.core.ElementMetadata;
16420
16363
  }
16421
16364
  /**
16422
- * @SINCE 1.88
16365
+ * @since 1.88
16423
16366
  * @deprecated (since 1.98) - Use the {@link sap.m.Illustration} instead.
16424
16367
  *
16425
16368
  * A simple control which uses a Symbol ID to visualize an SVG which has already been loaded in the {@link sap.f.IllustrationPool}.
@@ -16495,8 +16438,8 @@ declare namespace sap {
16495
16438
  static getMetadata(): sap.ui.core.ElementMetadata;
16496
16439
  }
16497
16440
  /**
16498
- * @SINCE 1.72
16499
- * @EXPERIMENTAL (since 1.72) - This class is experimental and provides only limited functionality. Also
16441
+ * @since 1.72
16442
+ * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
16500
16443
  * the API might be changed in future.
16501
16444
  *
16502
16445
  * A layout control that provides specific configuration about how the items should be displayed.
@@ -16592,9 +16535,7 @@ declare namespace sap {
16592
16535
  /**
16593
16536
  * The function to be called when the event occurs
16594
16537
  */
16595
- fnFunction: (
16596
- p1: sap.ui.base.Event<sap.f.$ProductSwitchChangeEventParameters>
16597
- ) => void,
16538
+ fnFunction: (p1: ProductSwitch$ChangeEvent) => void,
16598
16539
  /**
16599
16540
  * Context object to call the event handler with. Defaults to this `sap.f.ProductSwitch` itself
16600
16541
  */
@@ -16614,9 +16555,7 @@ declare namespace sap {
16614
16555
  /**
16615
16556
  * The function to be called when the event occurs
16616
16557
  */
16617
- fnFunction: (
16618
- p1: sap.ui.base.Event<sap.f.$ProductSwitchChangeEventParameters>
16619
- ) => void,
16558
+ fnFunction: (p1: ProductSwitch$ChangeEvent) => void,
16620
16559
  /**
16621
16560
  * Context object to call the event handler with. Defaults to this `sap.f.ProductSwitch` itself
16622
16561
  */
@@ -16639,16 +16578,14 @@ declare namespace sap {
16639
16578
  /**
16640
16579
  * The function to be called, when the event occurs
16641
16580
  */
16642
- fnFunction: (
16643
- p1: sap.ui.base.Event<sap.f.$ProductSwitchChangeEventParameters>
16644
- ) => void,
16581
+ fnFunction: (p1: ProductSwitch$ChangeEvent) => void,
16645
16582
  /**
16646
16583
  * Context object on which the given function had to be called
16647
16584
  */
16648
16585
  oListener?: object
16649
16586
  ): this;
16650
16587
  /**
16651
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16588
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16652
16589
  *
16653
16590
  * Fires event {@link #event:change change} to attached listeners.
16654
16591
  *
@@ -16658,7 +16595,7 @@ declare namespace sap {
16658
16595
  /**
16659
16596
  * Parameters to pass along with the event
16660
16597
  */
16661
- mParameters?: sap.f.$ProductSwitchChangeEventParameters
16598
+ mParameters?: sap.f.ProductSwitch$ChangeEventParameters
16662
16599
  ): this;
16663
16600
  /**
16664
16601
  * Gets content of aggregation {@link #getItems items}.
@@ -16734,8 +16671,8 @@ declare namespace sap {
16734
16671
  ): this;
16735
16672
  }
16736
16673
  /**
16737
- * @SINCE 1.72
16738
- * @EXPERIMENTAL (since 1.72) - This class is experimental and provides only limited functionality. Also
16674
+ * @since 1.72
16675
+ * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
16739
16676
  * the API might be changed in future.
16740
16677
  *
16741
16678
  * A control that is used as a child of `ProductSwitch`
@@ -16934,7 +16871,7 @@ declare namespace sap {
16934
16871
  ): this;
16935
16872
  }
16936
16873
  /**
16937
- * @SINCE 1.67
16874
+ * @since 1.67
16938
16875
  *
16939
16876
  * Defines specific properties of the search that are applied to `sap.f.ShellBar`.
16940
16877
  */
@@ -17031,9 +16968,7 @@ declare namespace sap {
17031
16968
  /**
17032
16969
  * The function to be called when the event occurs
17033
16970
  */
17034
- fnFunction: (
17035
- p1: sap.ui.base.Event<sap.f.$SearchManagerLiveChangeEventParameters>
17036
- ) => void,
16971
+ fnFunction: (p1: SearchManager$LiveChangeEvent) => void,
17037
16972
  /**
17038
16973
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17039
16974
  */
@@ -17055,9 +16990,7 @@ declare namespace sap {
17055
16990
  /**
17056
16991
  * The function to be called when the event occurs
17057
16992
  */
17058
- fnFunction: (
17059
- p1: sap.ui.base.Event<sap.f.$SearchManagerLiveChangeEventParameters>
17060
- ) => void,
16993
+ fnFunction: (p1: SearchManager$LiveChangeEvent) => void,
17061
16994
  /**
17062
16995
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17063
16996
  */
@@ -17082,9 +17015,7 @@ declare namespace sap {
17082
17015
  /**
17083
17016
  * The function to be called when the event occurs
17084
17017
  */
17085
- fnFunction: (
17086
- p1: sap.ui.base.Event<sap.f.$SearchManagerSearchEventParameters>
17087
- ) => void,
17018
+ fnFunction: (p1: SearchManager$SearchEvent) => void,
17088
17019
  /**
17089
17020
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17090
17021
  */
@@ -17104,9 +17035,7 @@ declare namespace sap {
17104
17035
  /**
17105
17036
  * The function to be called when the event occurs
17106
17037
  */
17107
- fnFunction: (
17108
- p1: sap.ui.base.Event<sap.f.$SearchManagerSearchEventParameters>
17109
- ) => void,
17038
+ fnFunction: (p1: SearchManager$SearchEvent) => void,
17110
17039
  /**
17111
17040
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17112
17041
  */
@@ -17133,9 +17062,7 @@ declare namespace sap {
17133
17062
  /**
17134
17063
  * The function to be called when the event occurs
17135
17064
  */
17136
- fnFunction: (
17137
- p1: sap.ui.base.Event<sap.f.$SearchManagerSuggestEventParameters>
17138
- ) => void,
17065
+ fnFunction: (p1: SearchManager$SuggestEvent) => void,
17139
17066
  /**
17140
17067
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17141
17068
  */
@@ -17157,9 +17084,7 @@ declare namespace sap {
17157
17084
  /**
17158
17085
  * The function to be called when the event occurs
17159
17086
  */
17160
- fnFunction: (
17161
- p1: sap.ui.base.Event<sap.f.$SearchManagerSuggestEventParameters>
17162
- ) => void,
17087
+ fnFunction: (p1: SearchManager$SuggestEvent) => void,
17163
17088
  /**
17164
17089
  * Context object to call the event handler with. Defaults to this `sap.f.SearchManager` itself
17165
17090
  */
@@ -17196,9 +17121,7 @@ declare namespace sap {
17196
17121
  /**
17197
17122
  * The function to be called, when the event occurs
17198
17123
  */
17199
- fnFunction: (
17200
- p1: sap.ui.base.Event<sap.f.$SearchManagerLiveChangeEventParameters>
17201
- ) => void,
17124
+ fnFunction: (p1: SearchManager$LiveChangeEvent) => void,
17202
17125
  /**
17203
17126
  * Context object on which the given function had to be called
17204
17127
  */
@@ -17215,9 +17138,7 @@ declare namespace sap {
17215
17138
  /**
17216
17139
  * The function to be called, when the event occurs
17217
17140
  */
17218
- fnFunction: (
17219
- p1: sap.ui.base.Event<sap.f.$SearchManagerSearchEventParameters>
17220
- ) => void,
17141
+ fnFunction: (p1: SearchManager$SearchEvent) => void,
17221
17142
  /**
17222
17143
  * Context object on which the given function had to be called
17223
17144
  */
@@ -17234,16 +17155,14 @@ declare namespace sap {
17234
17155
  /**
17235
17156
  * The function to be called, when the event occurs
17236
17157
  */
17237
- fnFunction: (
17238
- p1: sap.ui.base.Event<sap.f.$SearchManagerSuggestEventParameters>
17239
- ) => void,
17158
+ fnFunction: (p1: SearchManager$SuggestEvent) => void,
17240
17159
  /**
17241
17160
  * Context object on which the given function had to be called
17242
17161
  */
17243
17162
  oListener?: object
17244
17163
  ): this;
17245
17164
  /**
17246
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17165
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17247
17166
  *
17248
17167
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
17249
17168
  *
@@ -17253,10 +17172,10 @@ declare namespace sap {
17253
17172
  /**
17254
17173
  * Parameters to pass along with the event
17255
17174
  */
17256
- mParameters?: sap.f.$SearchManagerLiveChangeEventParameters
17175
+ mParameters?: sap.f.SearchManager$LiveChangeEventParameters
17257
17176
  ): this;
17258
17177
  /**
17259
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17178
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17260
17179
  *
17261
17180
  * Fires event {@link #event:search search} to attached listeners.
17262
17181
  *
@@ -17266,10 +17185,10 @@ declare namespace sap {
17266
17185
  /**
17267
17186
  * Parameters to pass along with the event
17268
17187
  */
17269
- mParameters?: sap.f.$SearchManagerSearchEventParameters
17188
+ mParameters?: sap.f.SearchManager$SearchEventParameters
17270
17189
  ): this;
17271
17190
  /**
17272
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17191
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17273
17192
  *
17274
17193
  * Fires event {@link #event:suggest suggest} to attached listeners.
17275
17194
  *
@@ -17279,7 +17198,7 @@ declare namespace sap {
17279
17198
  /**
17280
17199
  * Parameters to pass along with the event
17281
17200
  */
17282
- mParameters?: sap.f.$SearchManagerSuggestEventParameters
17201
+ mParameters?: sap.f.SearchManager$SuggestEventParameters
17283
17202
  ): this;
17284
17203
  /**
17285
17204
  * Gets current value of property {@link #getEnabled enabled}.
@@ -17479,7 +17398,7 @@ declare namespace sap {
17479
17398
  unbindValue(): this;
17480
17399
  }
17481
17400
  /**
17482
- * @SINCE 1.63
17401
+ * @since 1.63
17483
17402
  *
17484
17403
  * A horizontal bar control holding multiple child controls used as application shell header.
17485
17404
  *
@@ -17560,8 +17479,8 @@ declare namespace sap {
17560
17479
  */
17561
17480
  static getMetadata(): sap.ui.core.ElementMetadata;
17562
17481
  /**
17563
- * @SINCE 1.65
17564
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17482
+ * @since 1.65
17483
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17565
17484
  *
17566
17485
  * Sets classes according to the context of the page. Possible contexts are header, footer, and subheader.
17567
17486
  *
@@ -17569,8 +17488,8 @@ declare namespace sap {
17569
17488
  */
17570
17489
  _applyContextClassFor(): sap.m.IBar;
17571
17490
  /**
17572
- * @SINCE 1.65
17573
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17491
+ * @since 1.65
17492
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17574
17493
  *
17575
17494
  * Sets the HTML tag according to the context of the page. Possible contexts are header, footer, and subheader.
17576
17495
  *
@@ -17589,8 +17508,8 @@ declare namespace sap {
17589
17508
  oAdditionalContent: sap.f.IShellBar
17590
17509
  ): this;
17591
17510
  /**
17592
- * @SINCE 1.65
17593
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17511
+ * @since 1.65
17512
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17594
17513
  *
17595
17514
  * Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer,
17596
17515
  * and subheader
@@ -17617,9 +17536,7 @@ declare namespace sap {
17617
17536
  /**
17618
17537
  * The function to be called when the event occurs
17619
17538
  */
17620
- fnFunction: (
17621
- p1: sap.ui.base.Event<sap.f.$ShellBarAvatarPressedEventParameters>
17622
- ) => void,
17539
+ fnFunction: (p1: ShellBar$AvatarPressedEvent) => void,
17623
17540
  /**
17624
17541
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17625
17542
  */
@@ -17639,9 +17556,7 @@ declare namespace sap {
17639
17556
  /**
17640
17557
  * The function to be called when the event occurs
17641
17558
  */
17642
- fnFunction: (
17643
- p1: sap.ui.base.Event<sap.f.$ShellBarAvatarPressedEventParameters>
17644
- ) => void,
17559
+ fnFunction: (p1: ShellBar$AvatarPressedEvent) => void,
17645
17560
  /**
17646
17561
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17647
17562
  */
@@ -17667,9 +17582,7 @@ declare namespace sap {
17667
17582
  /**
17668
17583
  * The function to be called when the event occurs
17669
17584
  */
17670
- fnFunction: (
17671
- p1: sap.ui.base.Event<sap.f.$ShellBarCopilotPressedEventParameters>
17672
- ) => void,
17585
+ fnFunction: (p1: ShellBar$CopilotPressedEvent) => void,
17673
17586
  /**
17674
17587
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17675
17588
  */
@@ -17690,9 +17603,7 @@ declare namespace sap {
17690
17603
  /**
17691
17604
  * The function to be called when the event occurs
17692
17605
  */
17693
- fnFunction: (
17694
- p1: sap.ui.base.Event<sap.f.$ShellBarCopilotPressedEventParameters>
17695
- ) => void,
17606
+ fnFunction: (p1: ShellBar$CopilotPressedEvent) => void,
17696
17607
  /**
17697
17608
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17698
17609
  */
@@ -17718,9 +17629,7 @@ declare namespace sap {
17718
17629
  /**
17719
17630
  * The function to be called when the event occurs
17720
17631
  */
17721
- fnFunction: (
17722
- p1: sap.ui.base.Event<sap.f.$ShellBarHomeIconPressedEventParameters>
17723
- ) => void,
17632
+ fnFunction: (p1: ShellBar$HomeIconPressedEvent) => void,
17724
17633
  /**
17725
17634
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17726
17635
  */
@@ -17741,9 +17650,7 @@ declare namespace sap {
17741
17650
  /**
17742
17651
  * The function to be called when the event occurs
17743
17652
  */
17744
- fnFunction: (
17745
- p1: sap.ui.base.Event<sap.f.$ShellBarHomeIconPressedEventParameters>
17746
- ) => void,
17653
+ fnFunction: (p1: ShellBar$HomeIconPressedEvent) => void,
17747
17654
  /**
17748
17655
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17749
17656
  */
@@ -17769,9 +17676,7 @@ declare namespace sap {
17769
17676
  /**
17770
17677
  * The function to be called when the event occurs
17771
17678
  */
17772
- fnFunction: (
17773
- p1: sap.ui.base.Event<sap.f.$ShellBarMenuButtonPressedEventParameters>
17774
- ) => void,
17679
+ fnFunction: (p1: ShellBar$MenuButtonPressedEvent) => void,
17775
17680
  /**
17776
17681
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17777
17682
  */
@@ -17792,9 +17697,7 @@ declare namespace sap {
17792
17697
  /**
17793
17698
  * The function to be called when the event occurs
17794
17699
  */
17795
- fnFunction: (
17796
- p1: sap.ui.base.Event<sap.f.$ShellBarMenuButtonPressedEventParameters>
17797
- ) => void,
17700
+ fnFunction: (p1: ShellBar$MenuButtonPressedEvent) => void,
17798
17701
  /**
17799
17702
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17800
17703
  */
@@ -17820,9 +17723,7 @@ declare namespace sap {
17820
17723
  /**
17821
17724
  * The function to be called when the event occurs
17822
17725
  */
17823
- fnFunction: (
17824
- p1: sap.ui.base.Event<sap.f.$ShellBarNavButtonPressedEventParameters>
17825
- ) => void,
17726
+ fnFunction: (p1: ShellBar$NavButtonPressedEvent) => void,
17826
17727
  /**
17827
17728
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17828
17729
  */
@@ -17843,9 +17744,7 @@ declare namespace sap {
17843
17744
  /**
17844
17745
  * The function to be called when the event occurs
17845
17746
  */
17846
- fnFunction: (
17847
- p1: sap.ui.base.Event<sap.f.$ShellBarNavButtonPressedEventParameters>
17848
- ) => void,
17747
+ fnFunction: (p1: ShellBar$NavButtonPressedEvent) => void,
17849
17748
  /**
17850
17749
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17851
17750
  */
@@ -17871,9 +17770,7 @@ declare namespace sap {
17871
17770
  /**
17872
17771
  * The function to be called when the event occurs
17873
17772
  */
17874
- fnFunction: (
17875
- p1: sap.ui.base.Event<sap.f.$ShellBarNotificationsPressedEventParameters>
17876
- ) => void,
17773
+ fnFunction: (p1: ShellBar$NotificationsPressedEvent) => void,
17877
17774
  /**
17878
17775
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17879
17776
  */
@@ -17894,9 +17791,7 @@ declare namespace sap {
17894
17791
  /**
17895
17792
  * The function to be called when the event occurs
17896
17793
  */
17897
- fnFunction: (
17898
- p1: sap.ui.base.Event<sap.f.$ShellBarNotificationsPressedEventParameters>
17899
- ) => void,
17794
+ fnFunction: (p1: ShellBar$NotificationsPressedEvent) => void,
17900
17795
  /**
17901
17796
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17902
17797
  */
@@ -17922,9 +17817,7 @@ declare namespace sap {
17922
17817
  /**
17923
17818
  * The function to be called when the event occurs
17924
17819
  */
17925
- fnFunction: (
17926
- p1: sap.ui.base.Event<sap.f.$ShellBarProductSwitcherPressedEventParameters>
17927
- ) => void,
17820
+ fnFunction: (p1: ShellBar$ProductSwitcherPressedEvent) => void,
17928
17821
  /**
17929
17822
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17930
17823
  */
@@ -17945,9 +17838,7 @@ declare namespace sap {
17945
17838
  /**
17946
17839
  * The function to be called when the event occurs
17947
17840
  */
17948
- fnFunction: (
17949
- p1: sap.ui.base.Event<sap.f.$ShellBarProductSwitcherPressedEventParameters>
17950
- ) => void,
17841
+ fnFunction: (p1: ShellBar$ProductSwitcherPressedEvent) => void,
17951
17842
  /**
17952
17843
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17953
17844
  */
@@ -17973,9 +17864,7 @@ declare namespace sap {
17973
17864
  /**
17974
17865
  * The function to be called when the event occurs
17975
17866
  */
17976
- fnFunction: (
17977
- p1: sap.ui.base.Event<sap.f.$ShellBarSearchButtonPressedEventParameters>
17978
- ) => void,
17867
+ fnFunction: (p1: ShellBar$SearchButtonPressedEvent) => void,
17979
17868
  /**
17980
17869
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
17981
17870
  */
@@ -17996,9 +17885,7 @@ declare namespace sap {
17996
17885
  /**
17997
17886
  * The function to be called when the event occurs
17998
17887
  */
17999
- fnFunction: (
18000
- p1: sap.ui.base.Event<sap.f.$ShellBarSearchButtonPressedEventParameters>
18001
- ) => void,
17888
+ fnFunction: (p1: ShellBar$SearchButtonPressedEvent) => void,
18002
17889
  /**
18003
17890
  * Context object to call the event handler with. Defaults to this `sap.f.ShellBar` itself
18004
17891
  */
@@ -18023,7 +17910,7 @@ declare namespace sap {
18023
17910
  */
18024
17911
  destroyProfile(): this;
18025
17912
  /**
18026
- * @SINCE 1.67
17913
+ * @since 1.67
18027
17914
  *
18028
17915
  * Destroys the searchManager in the aggregation {@link #getSearchManager searchManager}.
18029
17916
  *
@@ -18042,9 +17929,7 @@ declare namespace sap {
18042
17929
  /**
18043
17930
  * The function to be called, when the event occurs
18044
17931
  */
18045
- fnFunction: (
18046
- p1: sap.ui.base.Event<sap.f.$ShellBarAvatarPressedEventParameters>
18047
- ) => void,
17932
+ fnFunction: (p1: ShellBar$AvatarPressedEvent) => void,
18048
17933
  /**
18049
17934
  * Context object on which the given function had to be called
18050
17935
  */
@@ -18062,9 +17947,7 @@ declare namespace sap {
18062
17947
  /**
18063
17948
  * The function to be called, when the event occurs
18064
17949
  */
18065
- fnFunction: (
18066
- p1: sap.ui.base.Event<sap.f.$ShellBarCopilotPressedEventParameters>
18067
- ) => void,
17950
+ fnFunction: (p1: ShellBar$CopilotPressedEvent) => void,
18068
17951
  /**
18069
17952
  * Context object on which the given function had to be called
18070
17953
  */
@@ -18082,9 +17965,7 @@ declare namespace sap {
18082
17965
  /**
18083
17966
  * The function to be called, when the event occurs
18084
17967
  */
18085
- fnFunction: (
18086
- p1: sap.ui.base.Event<sap.f.$ShellBarHomeIconPressedEventParameters>
18087
- ) => void,
17968
+ fnFunction: (p1: ShellBar$HomeIconPressedEvent) => void,
18088
17969
  /**
18089
17970
  * Context object on which the given function had to be called
18090
17971
  */
@@ -18102,9 +17983,7 @@ declare namespace sap {
18102
17983
  /**
18103
17984
  * The function to be called, when the event occurs
18104
17985
  */
18105
- fnFunction: (
18106
- p1: sap.ui.base.Event<sap.f.$ShellBarMenuButtonPressedEventParameters>
18107
- ) => void,
17986
+ fnFunction: (p1: ShellBar$MenuButtonPressedEvent) => void,
18108
17987
  /**
18109
17988
  * Context object on which the given function had to be called
18110
17989
  */
@@ -18122,9 +18001,7 @@ declare namespace sap {
18122
18001
  /**
18123
18002
  * The function to be called, when the event occurs
18124
18003
  */
18125
- fnFunction: (
18126
- p1: sap.ui.base.Event<sap.f.$ShellBarNavButtonPressedEventParameters>
18127
- ) => void,
18004
+ fnFunction: (p1: ShellBar$NavButtonPressedEvent) => void,
18128
18005
  /**
18129
18006
  * Context object on which the given function had to be called
18130
18007
  */
@@ -18142,9 +18019,7 @@ declare namespace sap {
18142
18019
  /**
18143
18020
  * The function to be called, when the event occurs
18144
18021
  */
18145
- fnFunction: (
18146
- p1: sap.ui.base.Event<sap.f.$ShellBarNotificationsPressedEventParameters>
18147
- ) => void,
18022
+ fnFunction: (p1: ShellBar$NotificationsPressedEvent) => void,
18148
18023
  /**
18149
18024
  * Context object on which the given function had to be called
18150
18025
  */
@@ -18162,9 +18037,7 @@ declare namespace sap {
18162
18037
  /**
18163
18038
  * The function to be called, when the event occurs
18164
18039
  */
18165
- fnFunction: (
18166
- p1: sap.ui.base.Event<sap.f.$ShellBarProductSwitcherPressedEventParameters>
18167
- ) => void,
18040
+ fnFunction: (p1: ShellBar$ProductSwitcherPressedEvent) => void,
18168
18041
  /**
18169
18042
  * Context object on which the given function had to be called
18170
18043
  */
@@ -18182,16 +18055,14 @@ declare namespace sap {
18182
18055
  /**
18183
18056
  * The function to be called, when the event occurs
18184
18057
  */
18185
- fnFunction: (
18186
- p1: sap.ui.base.Event<sap.f.$ShellBarSearchButtonPressedEventParameters>
18187
- ) => void,
18058
+ fnFunction: (p1: ShellBar$SearchButtonPressedEvent) => void,
18188
18059
  /**
18189
18060
  * Context object on which the given function had to be called
18190
18061
  */
18191
18062
  oListener?: object
18192
18063
  ): this;
18193
18064
  /**
18194
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18065
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18195
18066
  *
18196
18067
  * Fires event {@link #event:avatarPressed avatarPressed} to attached listeners.
18197
18068
  *
@@ -18201,10 +18072,10 @@ declare namespace sap {
18201
18072
  /**
18202
18073
  * Parameters to pass along with the event
18203
18074
  */
18204
- mParameters?: sap.f.$ShellBarAvatarPressedEventParameters
18075
+ mParameters?: sap.f.ShellBar$AvatarPressedEventParameters
18205
18076
  ): this;
18206
18077
  /**
18207
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18078
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18208
18079
  *
18209
18080
  * Fires event {@link #event:copilotPressed copilotPressed} to attached listeners.
18210
18081
  *
@@ -18214,10 +18085,10 @@ declare namespace sap {
18214
18085
  /**
18215
18086
  * Parameters to pass along with the event
18216
18087
  */
18217
- mParameters?: sap.f.$ShellBarCopilotPressedEventParameters
18088
+ mParameters?: sap.f.ShellBar$CopilotPressedEventParameters
18218
18089
  ): this;
18219
18090
  /**
18220
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18091
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18221
18092
  *
18222
18093
  * Fires event {@link #event:homeIconPressed homeIconPressed} to attached listeners.
18223
18094
  *
@@ -18227,10 +18098,10 @@ declare namespace sap {
18227
18098
  /**
18228
18099
  * Parameters to pass along with the event
18229
18100
  */
18230
- mParameters?: sap.f.$ShellBarHomeIconPressedEventParameters
18101
+ mParameters?: sap.f.ShellBar$HomeIconPressedEventParameters
18231
18102
  ): this;
18232
18103
  /**
18233
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18104
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18234
18105
  *
18235
18106
  * Fires event {@link #event:menuButtonPressed menuButtonPressed} to attached listeners.
18236
18107
  *
@@ -18240,10 +18111,10 @@ declare namespace sap {
18240
18111
  /**
18241
18112
  * Parameters to pass along with the event
18242
18113
  */
18243
- mParameters?: sap.f.$ShellBarMenuButtonPressedEventParameters
18114
+ mParameters?: sap.f.ShellBar$MenuButtonPressedEventParameters
18244
18115
  ): this;
18245
18116
  /**
18246
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18117
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18247
18118
  *
18248
18119
  * Fires event {@link #event:navButtonPressed navButtonPressed} to attached listeners.
18249
18120
  *
@@ -18253,10 +18124,10 @@ declare namespace sap {
18253
18124
  /**
18254
18125
  * Parameters to pass along with the event
18255
18126
  */
18256
- mParameters?: sap.f.$ShellBarNavButtonPressedEventParameters
18127
+ mParameters?: sap.f.ShellBar$NavButtonPressedEventParameters
18257
18128
  ): this;
18258
18129
  /**
18259
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18130
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18260
18131
  *
18261
18132
  * Fires event {@link #event:notificationsPressed notificationsPressed} to attached listeners.
18262
18133
  *
@@ -18266,10 +18137,10 @@ declare namespace sap {
18266
18137
  /**
18267
18138
  * Parameters to pass along with the event
18268
18139
  */
18269
- mParameters?: sap.f.$ShellBarNotificationsPressedEventParameters
18140
+ mParameters?: sap.f.ShellBar$NotificationsPressedEventParameters
18270
18141
  ): this;
18271
18142
  /**
18272
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18143
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18273
18144
  *
18274
18145
  * Fires event {@link #event:productSwitcherPressed productSwitcherPressed} to attached listeners.
18275
18146
  *
@@ -18279,10 +18150,10 @@ declare namespace sap {
18279
18150
  /**
18280
18151
  * Parameters to pass along with the event
18281
18152
  */
18282
- mParameters?: sap.f.$ShellBarProductSwitcherPressedEventParameters
18153
+ mParameters?: sap.f.ShellBar$ProductSwitcherPressedEventParameters
18283
18154
  ): this;
18284
18155
  /**
18285
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18156
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18286
18157
  *
18287
18158
  * Fires event {@link #event:searchButtonPressed searchButtonPressed} to attached listeners.
18288
18159
  *
@@ -18292,7 +18163,7 @@ declare namespace sap {
18292
18163
  /**
18293
18164
  * Parameters to pass along with the event
18294
18165
  */
18295
- mParameters?: sap.f.$ShellBarSearchButtonPressedEventParameters
18166
+ mParameters?: sap.f.ShellBar$SearchButtonPressedEventParameters
18296
18167
  ): this;
18297
18168
  /**
18298
18169
  * Gets content of aggregation {@link #getAdditionalContent additionalContent}.
@@ -18303,8 +18174,8 @@ declare namespace sap {
18303
18174
  */
18304
18175
  getAdditionalContent(): sap.f.IShellBar[];
18305
18176
  /**
18306
- * @SINCE 1.65
18307
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18177
+ * @since 1.65
18178
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18308
18179
  *
18309
18180
  * Gets the available Bar contexts.
18310
18181
  *
@@ -18322,7 +18193,7 @@ declare namespace sap {
18322
18193
  */
18323
18194
  getHomeIcon(): sap.ui.core.URI;
18324
18195
  /**
18325
- * @SINCE 1.67
18196
+ * @since 1.67
18326
18197
  *
18327
18198
  * Gets current value of property {@link #getHomeIconTooltip homeIconTooltip}.
18328
18199
  *
@@ -18334,8 +18205,8 @@ declare namespace sap {
18334
18205
  */
18335
18206
  getHomeIconTooltip(): string;
18336
18207
  /**
18337
- * @SINCE 1.65
18338
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18208
+ * @since 1.65
18209
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18339
18210
  *
18340
18211
  * Gets the HTML tag of the root DOM Reference.
18341
18212
  *
@@ -18349,7 +18220,7 @@ declare namespace sap {
18349
18220
  */
18350
18221
  getMenu(): sap.m.Menu;
18351
18222
  /**
18352
- * @SINCE 1.64
18223
+ * @since 1.64
18353
18224
  *
18354
18225
  * Gets current value of property {@link #getNotificationsNumber notificationsNumber}.
18355
18226
  *
@@ -18367,7 +18238,7 @@ declare namespace sap {
18367
18238
  */
18368
18239
  getProfile(): sap.m.Avatar;
18369
18240
  /**
18370
- * @SINCE 1.67
18241
+ * @since 1.67
18371
18242
  *
18372
18243
  * Gets content of aggregation {@link #getSearchManager searchManager}.
18373
18244
  *
@@ -18487,8 +18358,8 @@ declare namespace sap {
18487
18358
  iIndex: int
18488
18359
  ): this;
18489
18360
  /**
18490
- * @SINCE 1.65
18491
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18361
+ * @since 1.65
18362
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18492
18363
  *
18493
18364
  * Returns if the bar is sensitive to the container context. Implementation of the IBar interface
18494
18365
  *
@@ -18532,7 +18403,7 @@ declare namespace sap {
18532
18403
  sHomeIcon?: sap.ui.core.URI
18533
18404
  ): this;
18534
18405
  /**
18535
- * @SINCE 1.67
18406
+ * @since 1.67
18536
18407
  *
18537
18408
  * Sets a new value for property {@link #getHomeIconTooltip homeIconTooltip}.
18538
18409
  *
@@ -18551,8 +18422,8 @@ declare namespace sap {
18551
18422
  sHomeIconTooltip?: string
18552
18423
  ): this;
18553
18424
  /**
18554
- * @SINCE 1.65
18555
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18425
+ * @since 1.65
18426
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18556
18427
  *
18557
18428
  * Sets the HTML tag of the root DOM Reference.
18558
18429
  *
@@ -18582,7 +18453,7 @@ declare namespace sap {
18582
18453
  oProfile: sap.m.Avatar
18583
18454
  ): this;
18584
18455
  /**
18585
- * @SINCE 1.67
18456
+ * @since 1.67
18586
18457
  *
18587
18458
  * Sets the aggregated {@link #getSearchManager searchManager}.
18588
18459
  *
@@ -18733,7 +18604,7 @@ declare namespace sap {
18733
18604
  ): this;
18734
18605
  }
18735
18606
  /**
18736
- * @SINCE 1.107
18607
+ * @since 1.107
18737
18608
  *
18738
18609
  * Overview:
18739
18610
  *
@@ -18922,9 +18793,7 @@ declare namespace sap {
18922
18793
  /**
18923
18794
  * The function to be called when the event occurs
18924
18795
  */
18925
- fnFunction: (
18926
- p1: sap.ui.base.Event<sap.f.$SidePanelToggleEventParameters>
18927
- ) => void,
18796
+ fnFunction: (p1: SidePanel$ToggleEvent) => void,
18928
18797
  /**
18929
18798
  * Context object to call the event handler with. Defaults to this `sap.f.SidePanel` itself
18930
18799
  */
@@ -18953,9 +18822,7 @@ declare namespace sap {
18953
18822
  /**
18954
18823
  * The function to be called when the event occurs
18955
18824
  */
18956
- fnFunction: (
18957
- p1: sap.ui.base.Event<sap.f.$SidePanelToggleEventParameters>
18958
- ) => void,
18825
+ fnFunction: (p1: SidePanel$ToggleEvent) => void,
18959
18826
  /**
18960
18827
  * Context object to call the event handler with. Defaults to this `sap.f.SidePanel` itself
18961
18828
  */
@@ -18984,16 +18851,14 @@ declare namespace sap {
18984
18851
  /**
18985
18852
  * The function to be called, when the event occurs
18986
18853
  */
18987
- fnFunction: (
18988
- p1: sap.ui.base.Event<sap.f.$SidePanelToggleEventParameters>
18989
- ) => void,
18854
+ fnFunction: (p1: SidePanel$ToggleEvent) => void,
18990
18855
  /**
18991
18856
  * Context object on which the given function had to be called
18992
18857
  */
18993
18858
  oListener?: object
18994
18859
  ): this;
18995
18860
  /**
18996
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18861
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
18997
18862
  *
18998
18863
  * Fires event {@link #event:toggle toggle} to attached listeners.
18999
18864
  *
@@ -19006,7 +18871,7 @@ declare namespace sap {
19006
18871
  /**
19007
18872
  * Parameters to pass along with the event
19008
18873
  */
19009
- mParameters?: sap.f.$SidePanelToggleEventParameters
18874
+ mParameters?: sap.f.SidePanel$ToggleEventParameters
19010
18875
  ): boolean;
19011
18876
  /**
19012
18877
  * Gets current value of property {@link #getActionBarExpanded actionBarExpanded}.
@@ -19046,7 +18911,7 @@ declare namespace sap {
19046
18911
  */
19047
18912
  getSelectedItem(): sap.ui.core.ID;
19048
18913
  /**
19049
- * @SINCE 1.109.0
18914
+ * @since 1.109.0
19050
18915
  *
19051
18916
  * Gets current value of property {@link #getSidePanelMaxWidth sidePanelMaxWidth}.
19052
18917
  *
@@ -19060,7 +18925,7 @@ declare namespace sap {
19060
18925
  */
19061
18926
  getSidePanelMaxWidth(): sap.ui.core.CSSSize;
19062
18927
  /**
19063
- * @SINCE 1.109.0
18928
+ * @since 1.109.0
19064
18929
  *
19065
18930
  * Gets current value of property {@link #getSidePanelMinWidth sidePanelMinWidth}.
19066
18931
  *
@@ -19095,7 +18960,7 @@ declare namespace sap {
19095
18960
  */
19096
18961
  getSidePanelResizable(): boolean;
19097
18962
  /**
19098
- * @SINCE 1.109.0
18963
+ * @since 1.109.0
19099
18964
  *
19100
18965
  * Gets current value of property {@link #getSidePanelResizeLargerStep sidePanelResizeLargerStep}.
19101
18966
  *
@@ -19109,7 +18974,7 @@ declare namespace sap {
19109
18974
  */
19110
18975
  getSidePanelResizeLargerStep(): int;
19111
18976
  /**
19112
- * @SINCE 1.109.0
18977
+ * @since 1.109.0
19113
18978
  *
19114
18979
  * Gets current value of property {@link #getSidePanelResizeStep sidePanelResizeStep}.
19115
18980
  *
@@ -19265,7 +19130,7 @@ declare namespace sap {
19265
19130
  sAriaLabel?: string
19266
19131
  ): this;
19267
19132
  /**
19268
- * @SINCE 1.109.0
19133
+ * @since 1.109.0
19269
19134
  *
19270
19135
  * Sets a new value for property {@link #getSidePanelMaxWidth sidePanelMaxWidth}.
19271
19136
  *
@@ -19286,7 +19151,7 @@ declare namespace sap {
19286
19151
  sSidePanelMaxWidth?: sap.ui.core.CSSSize
19287
19152
  ): this;
19288
19153
  /**
19289
- * @SINCE 1.109.0
19154
+ * @since 1.109.0
19290
19155
  *
19291
19156
  * Sets a new value for property {@link #getSidePanelMinWidth sidePanelMinWidth}.
19292
19157
  *
@@ -19342,7 +19207,7 @@ declare namespace sap {
19342
19207
  bSidePanelResizable?: boolean
19343
19208
  ): this;
19344
19209
  /**
19345
- * @SINCE 1.109.0
19210
+ * @since 1.109.0
19346
19211
  *
19347
19212
  * Sets a new value for property {@link #getSidePanelResizeLargerStep sidePanelResizeLargerStep}.
19348
19213
  *
@@ -19363,7 +19228,7 @@ declare namespace sap {
19363
19228
  iSidePanelResizeLargerStep?: int
19364
19229
  ): this;
19365
19230
  /**
19366
- * @SINCE 1.109.0
19231
+ * @since 1.109.0
19367
19232
  *
19368
19233
  * Sets a new value for property {@link #getSidePanelResizeStep sidePanelResizeStep}.
19369
19234
  *
@@ -19385,7 +19250,7 @@ declare namespace sap {
19385
19250
  ): this;
19386
19251
  }
19387
19252
  /**
19388
- * @SINCE 1.107
19253
+ * @since 1.107
19389
19254
  *
19390
19255
  * Overview:
19391
19256
  *
@@ -19552,8 +19417,8 @@ declare namespace sap {
19552
19417
  ): this;
19553
19418
  }
19554
19419
  /**
19555
- * @SINCE 1.73
19556
- * @EXPERIMENTAL (since 1.73)
19420
+ * @since 1.73
19421
+ * @experimental (since 1.73)
19557
19422
  *
19558
19423
  * Group modes for the {@link sap.f.AvatarGroup} control.
19559
19424
  */
@@ -19569,7 +19434,7 @@ declare namespace sap {
19569
19434
  Individual = "Individual",
19570
19435
  }
19571
19436
  /**
19572
- * @SINCE 1.50
19437
+ * @since 1.50
19573
19438
  * @deprecated (since 1.54) - Consumers of the {@link sap.f.DynamicPageTitle} control should now use the
19574
19439
  * `areaShrinkRatio` property instead of the `primaryArea` property.
19575
19440
  *
@@ -19587,7 +19452,7 @@ declare namespace sap {
19587
19452
  Middle = "Middle",
19588
19453
  }
19589
19454
  /**
19590
- * @SINCE 1.46
19455
+ * @since 1.46
19591
19456
  *
19592
19457
  * Layouts, representing the number of columns to be displayed and their relative widths for a {@link sap.f.FlexibleColumnLayout }
19593
19458
  * control.
@@ -19700,7 +19565,7 @@ declare namespace sap {
19700
19565
  TwoColumnsMidExpanded = "TwoColumnsMidExpanded",
19701
19566
  }
19702
19567
  /**
19703
- * @SINCE 1.85
19568
+ * @since 1.85
19704
19569
  *
19705
19570
  * Enumeration for different navigation directions.
19706
19571
  */
@@ -19723,7 +19588,7 @@ declare namespace sap {
19723
19588
  Up = "Up",
19724
19589
  }
19725
19590
  /**
19726
- * @SINCE 1.104
19591
+ * @since 1.104
19727
19592
  *
19728
19593
  * Enumeration for different SidePanel position.
19729
19594
  */
@@ -19738,7 +19603,7 @@ declare namespace sap {
19738
19603
  Right = "Right",
19739
19604
  }
19740
19605
  /**
19741
- * @SINCE 1.69
19606
+ * @since 1.69
19742
19607
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.
19743
19608
  *
19744
19609
  * Possible background color options for the {@link sap.f.Avatar} control.
@@ -19754,7 +19619,7 @@ declare namespace sap {
19754
19619
  type AvatarColor = sap.m.AvatarColor;
19755
19620
 
19756
19621
  /**
19757
- * @SINCE 1.46
19622
+ * @since 1.46
19758
19623
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarImageFitType} instead.
19759
19624
  *
19760
19625
  * Types of image size and position that determine how an image fits in the {@link sap.f.Avatar} control
@@ -19765,7 +19630,7 @@ declare namespace sap {
19765
19630
  type AvatarImageFitType = sap.m.AvatarImageFitType;
19766
19631
 
19767
19632
  /**
19768
- * @SINCE 1.46
19633
+ * @since 1.46
19769
19634
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarShape} instead.
19770
19635
  *
19771
19636
  * Types of shape for the {@link sap.f.Avatar} control.
@@ -19775,7 +19640,7 @@ declare namespace sap {
19775
19640
  type AvatarShape = sap.m.AvatarShape;
19776
19641
 
19777
19642
  /**
19778
- * @SINCE 1.46
19643
+ * @since 1.46
19779
19644
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarSize} instead.
19780
19645
  *
19781
19646
  * Predefined sizes for the {@link sap.f.Avatar} control.
@@ -19785,7 +19650,7 @@ declare namespace sap {
19785
19650
  type AvatarSize = sap.m.AvatarSize;
19786
19651
 
19787
19652
  /**
19788
- * @SINCE 1.46
19653
+ * @since 1.46
19789
19654
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarType} instead.
19790
19655
  *
19791
19656
  * Types of {@link sap.f.Avatar} based on the displayed content.
@@ -19795,14 +19660,14 @@ declare namespace sap {
19795
19660
  type AvatarType = sap.m.AvatarType;
19796
19661
 
19797
19662
  /**
19798
- * @SINCE 1.54
19663
+ * @since 1.54
19799
19664
  *
19800
19665
  * A string type that represents the shrink ratios of the areas within the `sap.f.DynamicPageTitle`.
19801
19666
  */
19802
19667
  type DynamicPageTitleShrinkRatio = string;
19803
19668
 
19804
19669
  /**
19805
- * @SINCE 1.88
19670
+ * @since 1.88
19806
19671
  * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageSize} instead.
19807
19672
  *
19808
19673
  * Available `Illustration` sizes for the {@link sap.f.IllustratedMessage} control.
@@ -19812,7 +19677,7 @@ declare namespace sap {
19812
19677
  type IllustratedMessageSize = sap.m.IllustratedMessageSize;
19813
19678
 
19814
19679
  /**
19815
- * @SINCE 1.88
19680
+ * @since 1.88
19816
19681
  * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageType} instead.
19817
19682
  *
19818
19683
  * Available `Illustration` types for the {@link sap.f.IllustratedMessage} control.
@@ -19820,6 +19685,230 @@ declare namespace sap {
19820
19685
  * This is an alias for {@link sap.m.IllustratedMessageType} and only kept for compatibility reasons.
19821
19686
  */
19822
19687
  type IllustratedMessageType = sap.m.IllustratedMessageType;
19688
+
19689
+ /**
19690
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'AvatarGroup$PressEventParameters'
19691
+ * in 1.115.1 and any later releases.
19692
+ */
19693
+ type $AvatarGroupPressEventParameters = sap.f.AvatarGroup$PressEventParameters;
19694
+
19695
+ type AvatarGroup$PressEvent = sap.ui.base.Event<AvatarGroup$PressEventParameters>;
19696
+
19697
+ /**
19698
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DynamicPage$PinnedStateChangeEventParameters'
19699
+ * in 1.115.1 and any later releases.
19700
+ */
19701
+ type $DynamicPagePinnedStateChangeEventParameters = sap.f.DynamicPage$PinnedStateChangeEventParameters;
19702
+
19703
+ type DynamicPage$PinnedStateChangeEvent = sap.ui.base.Event<DynamicPage$PinnedStateChangeEventParameters>;
19704
+
19705
+ /**
19706
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DynamicPageTitle$StateChangeEventParameters'
19707
+ * in 1.115.1 and any later releases.
19708
+ */
19709
+ type $DynamicPageTitleStateChangeEventParameters = sap.f.DynamicPageTitle$StateChangeEventParameters;
19710
+
19711
+ type DynamicPageTitle$StateChangeEvent = sap.ui.base.Event<DynamicPageTitle$StateChangeEventParameters>;
19712
+
19713
+ /**
19714
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters'
19715
+ * in 1.115.1 and any later releases.
19716
+ */
19717
+ type $FlexibleColumnLayoutAfterBeginColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters;
19718
+
19719
+ type FlexibleColumnLayout$AfterBeginColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters>;
19720
+
19721
+ /**
19722
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$AfterEndColumnNavigateEventParameters'
19723
+ * in 1.115.1 and any later releases.
19724
+ */
19725
+ type $FlexibleColumnLayoutAfterEndColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$AfterEndColumnNavigateEventParameters;
19726
+
19727
+ type FlexibleColumnLayout$AfterEndColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterEndColumnNavigateEventParameters>;
19728
+
19729
+ /**
19730
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$AfterMidColumnNavigateEventParameters'
19731
+ * in 1.115.1 and any later releases.
19732
+ */
19733
+ type $FlexibleColumnLayoutAfterMidColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$AfterMidColumnNavigateEventParameters;
19734
+
19735
+ type FlexibleColumnLayout$AfterMidColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterMidColumnNavigateEventParameters>;
19736
+
19737
+ /**
19738
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$BeginColumnNavigateEventParameters'
19739
+ * in 1.115.1 and any later releases.
19740
+ */
19741
+ type $FlexibleColumnLayoutBeginColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$BeginColumnNavigateEventParameters;
19742
+
19743
+ type FlexibleColumnLayout$BeginColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$BeginColumnNavigateEventParameters>;
19744
+
19745
+ /**
19746
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$ColumnResizeEventParameters'
19747
+ * in 1.115.1 and any later releases.
19748
+ */
19749
+ type $FlexibleColumnLayoutColumnResizeEventParameters = sap.f.FlexibleColumnLayout$ColumnResizeEventParameters;
19750
+
19751
+ type FlexibleColumnLayout$ColumnResizeEvent = sap.ui.base.Event<FlexibleColumnLayout$ColumnResizeEventParameters>;
19752
+
19753
+ /**
19754
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$EndColumnNavigateEventParameters'
19755
+ * in 1.115.1 and any later releases.
19756
+ */
19757
+ type $FlexibleColumnLayoutEndColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$EndColumnNavigateEventParameters;
19758
+
19759
+ type FlexibleColumnLayout$EndColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$EndColumnNavigateEventParameters>;
19760
+
19761
+ /**
19762
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$MidColumnNavigateEventParameters'
19763
+ * in 1.115.1 and any later releases.
19764
+ */
19765
+ type $FlexibleColumnLayoutMidColumnNavigateEventParameters = sap.f.FlexibleColumnLayout$MidColumnNavigateEventParameters;
19766
+
19767
+ type FlexibleColumnLayout$MidColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$MidColumnNavigateEventParameters>;
19768
+
19769
+ /**
19770
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FlexibleColumnLayout$StateChangeEventParameters'
19771
+ * in 1.115.1 and any later releases.
19772
+ */
19773
+ type $FlexibleColumnLayoutStateChangeEventParameters = sap.f.FlexibleColumnLayout$StateChangeEventParameters;
19774
+
19775
+ type FlexibleColumnLayout$StateChangeEvent = sap.ui.base.Event<FlexibleColumnLayout$StateChangeEventParameters>;
19776
+
19777
+ /**
19778
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridContainer$BorderReachedEventParameters'
19779
+ * in 1.115.1 and any later releases.
19780
+ */
19781
+ type $GridContainerBorderReachedEventParameters = sap.f.GridContainer$BorderReachedEventParameters;
19782
+
19783
+ type GridContainer$BorderReachedEvent = sap.ui.base.Event<GridContainer$BorderReachedEventParameters>;
19784
+
19785
+ /**
19786
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridContainer$ColumnsChangeEventParameters'
19787
+ * in 1.115.1 and any later releases.
19788
+ */
19789
+ type $GridContainerColumnsChangeEventParameters = sap.f.GridContainer$ColumnsChangeEventParameters;
19790
+
19791
+ type GridContainer$ColumnsChangeEvent = sap.ui.base.Event<GridContainer$ColumnsChangeEventParameters>;
19792
+
19793
+ /**
19794
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridContainer$LayoutChangeEventParameters'
19795
+ * in 1.115.1 and any later releases.
19796
+ */
19797
+ type $GridContainerLayoutChangeEventParameters = sap.f.GridContainer$LayoutChangeEventParameters;
19798
+
19799
+ type GridContainer$LayoutChangeEvent = sap.ui.base.Event<GridContainer$LayoutChangeEventParameters>;
19800
+
19801
+ /**
19802
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridList$BorderReachedEventParameters'
19803
+ * in 1.115.1 and any later releases.
19804
+ */
19805
+ type $GridListBorderReachedEventParameters = sap.f.GridList$BorderReachedEventParameters;
19806
+
19807
+ type GridList$BorderReachedEvent = sap.ui.base.Event<GridList$BorderReachedEventParameters>;
19808
+
19809
+ /**
19810
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ProductSwitch$ChangeEventParameters'
19811
+ * in 1.115.1 and any later releases.
19812
+ */
19813
+ type $ProductSwitchChangeEventParameters = sap.f.ProductSwitch$ChangeEventParameters;
19814
+
19815
+ type ProductSwitch$ChangeEvent = sap.ui.base.Event<ProductSwitch$ChangeEventParameters>;
19816
+
19817
+ /**
19818
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SearchManager$LiveChangeEventParameters'
19819
+ * in 1.115.1 and any later releases.
19820
+ */
19821
+ type $SearchManagerLiveChangeEventParameters = sap.f.SearchManager$LiveChangeEventParameters;
19822
+
19823
+ type SearchManager$LiveChangeEvent = sap.ui.base.Event<SearchManager$LiveChangeEventParameters>;
19824
+
19825
+ /**
19826
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SearchManager$SearchEventParameters'
19827
+ * in 1.115.1 and any later releases.
19828
+ */
19829
+ type $SearchManagerSearchEventParameters = sap.f.SearchManager$SearchEventParameters;
19830
+
19831
+ type SearchManager$SearchEvent = sap.ui.base.Event<SearchManager$SearchEventParameters>;
19832
+
19833
+ /**
19834
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SearchManager$SuggestEventParameters'
19835
+ * in 1.115.1 and any later releases.
19836
+ */
19837
+ type $SearchManagerSuggestEventParameters = sap.f.SearchManager$SuggestEventParameters;
19838
+
19839
+ type SearchManager$SuggestEvent = sap.ui.base.Event<SearchManager$SuggestEventParameters>;
19840
+
19841
+ /**
19842
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$AvatarPressedEventParameters'
19843
+ * in 1.115.1 and any later releases.
19844
+ */
19845
+ type $ShellBarAvatarPressedEventParameters = sap.f.ShellBar$AvatarPressedEventParameters;
19846
+
19847
+ type ShellBar$AvatarPressedEvent = sap.ui.base.Event<ShellBar$AvatarPressedEventParameters>;
19848
+
19849
+ /**
19850
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$CopilotPressedEventParameters'
19851
+ * in 1.115.1 and any later releases.
19852
+ */
19853
+ type $ShellBarCopilotPressedEventParameters = sap.f.ShellBar$CopilotPressedEventParameters;
19854
+
19855
+ type ShellBar$CopilotPressedEvent = sap.ui.base.Event<ShellBar$CopilotPressedEventParameters>;
19856
+
19857
+ /**
19858
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$HomeIconPressedEventParameters'
19859
+ * in 1.115.1 and any later releases.
19860
+ */
19861
+ type $ShellBarHomeIconPressedEventParameters = sap.f.ShellBar$HomeIconPressedEventParameters;
19862
+
19863
+ type ShellBar$HomeIconPressedEvent = sap.ui.base.Event<ShellBar$HomeIconPressedEventParameters>;
19864
+
19865
+ /**
19866
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$MenuButtonPressedEventParameters'
19867
+ * in 1.115.1 and any later releases.
19868
+ */
19869
+ type $ShellBarMenuButtonPressedEventParameters = sap.f.ShellBar$MenuButtonPressedEventParameters;
19870
+
19871
+ type ShellBar$MenuButtonPressedEvent = sap.ui.base.Event<ShellBar$MenuButtonPressedEventParameters>;
19872
+
19873
+ /**
19874
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$NavButtonPressedEventParameters'
19875
+ * in 1.115.1 and any later releases.
19876
+ */
19877
+ type $ShellBarNavButtonPressedEventParameters = sap.f.ShellBar$NavButtonPressedEventParameters;
19878
+
19879
+ type ShellBar$NavButtonPressedEvent = sap.ui.base.Event<ShellBar$NavButtonPressedEventParameters>;
19880
+
19881
+ /**
19882
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$NotificationsPressedEventParameters'
19883
+ * in 1.115.1 and any later releases.
19884
+ */
19885
+ type $ShellBarNotificationsPressedEventParameters = sap.f.ShellBar$NotificationsPressedEventParameters;
19886
+
19887
+ type ShellBar$NotificationsPressedEvent = sap.ui.base.Event<ShellBar$NotificationsPressedEventParameters>;
19888
+
19889
+ /**
19890
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$ProductSwitcherPressedEventParameters'
19891
+ * in 1.115.1 and any later releases.
19892
+ */
19893
+ type $ShellBarProductSwitcherPressedEventParameters = sap.f.ShellBar$ProductSwitcherPressedEventParameters;
19894
+
19895
+ type ShellBar$ProductSwitcherPressedEvent = sap.ui.base.Event<ShellBar$ProductSwitcherPressedEventParameters>;
19896
+
19897
+ /**
19898
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ShellBar$SearchButtonPressedEventParameters'
19899
+ * in 1.115.1 and any later releases.
19900
+ */
19901
+ type $ShellBarSearchButtonPressedEventParameters = sap.f.ShellBar$SearchButtonPressedEventParameters;
19902
+
19903
+ type ShellBar$SearchButtonPressedEvent = sap.ui.base.Event<ShellBar$SearchButtonPressedEventParameters>;
19904
+
19905
+ /**
19906
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SidePanel$ToggleEventParameters'
19907
+ * in 1.115.1 and any later releases.
19908
+ */
19909
+ type $SidePanelToggleEventParameters = sap.f.SidePanel$ToggleEventParameters;
19910
+
19911
+ type SidePanel$ToggleEvent = sap.ui.base.Event<SidePanel$ToggleEventParameters>;
19823
19912
  }
19824
19913
 
19825
19914
  namespace tnt {