@sapui5/ts-types 1.116.0 → 1.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +144 -57
  5. package/types/sap.chart.d.ts +29 -8
  6. package/types/sap.collaboration.d.ts +5 -2
  7. package/types/sap.esh.search.ui.d.ts +9 -3
  8. package/types/sap.f.d.ts +160 -63
  9. package/types/sap.fe.core.d.ts +21 -35
  10. package/types/sap.fe.macros.d.ts +148 -16
  11. package/types/sap.fe.placeholder.d.ts +1 -1
  12. package/types/sap.fe.plugins.optimisticBatch.d.ts +3 -0
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +344 -1208
  17. package/types/sap.insights.d.ts +251 -11
  18. package/types/sap.landvisz.d.ts +64 -25
  19. package/types/sap.m.d.ts +2259 -806
  20. package/types/sap.makit.d.ts +22 -7
  21. package/types/sap.me.d.ts +40 -16
  22. package/types/sap.ndc.d.ts +20 -15
  23. package/types/sap.ovp.d.ts +24 -111
  24. package/types/sap.rules.ui.d.ts +17 -5
  25. package/types/sap.sac.df.d.ts +87 -1
  26. package/types/sap.suite.ui.commons.d.ts +531 -182
  27. package/types/sap.suite.ui.generic.template.d.ts +5 -2
  28. package/types/sap.suite.ui.microchart.d.ts +85 -34
  29. package/types/sap.tnt.d.ts +13 -4
  30. package/types/sap.ui.codeeditor.d.ts +9 -3
  31. package/types/sap.ui.commons.d.ts +297 -116
  32. package/types/sap.ui.comp.d.ts +631 -256
  33. package/types/sap.ui.core.d.ts +976 -286
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +193 -3
  36. package/types/sap.ui.fl.d.ts +25 -10
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +90 -23
  40. package/types/sap.ui.layout.d.ts +93 -30
  41. package/types/sap.ui.mdc.d.ts +6507 -6291
  42. package/types/sap.ui.richtexteditor.d.ts +17 -5
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +9 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +149 -43
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +265 -103
  49. package/types/sap.ui.ux3.d.ts +300 -120
  50. package/types/sap.ui.vbm.d.ts +288 -120
  51. package/types/sap.ui.vk.d.ts +685 -271
  52. package/types/sap.ui.vtm.d.ts +177 -72
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +170 -68
  55. package/types/sap.ui.webc.main.d.ts +495 -198
  56. package/types/sap.uiext.inbox.d.ts +64 -25
  57. package/types/sap.ushell.d.ts +658 -47
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +51 -21
  60. package/types/sap.viz.d.ts +675 -267
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +35 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.116.0",
3
+ "version": "1.117.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -44,6 +44,7 @@
44
44
  /// <reference path="./sap.fe.macros.d.ts"/>
45
45
  /// <reference path="./sap.fe.navigation.d.ts"/>
46
46
  /// <reference path="./sap.fe.placeholder.d.ts"/>
47
+ /// <reference path="./sap.fe.plugins.optimisticBatch.d.ts"/>
47
48
  /// <reference path="./sap.fe.templates.d.ts"/>
48
49
  /// <reference path="./sap.fe.test.d.ts"/>
49
50
  /// <reference path="./sap.fe.tools.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -6025,19 +6025,40 @@ declare namespace sap {
6025
6025
  NeutralLight = "NeutralLight",
6026
6026
  }
6027
6027
 
6028
- type Chart$PopoverAfterOpenEvent = sap.ui.base.Event<Chart$PopoverAfterOpenEventParameters>;
6029
-
6030
- type Chart$PopoverBeforeOpenEvent = sap.ui.base.Event<Chart$PopoverBeforeOpenEventParameters>;
6031
-
6032
- type Chart$SelectDataPointEvent = sap.ui.base.Event<Chart$SelectDataPointEventParameters>;
6033
-
6034
- type ChartToolBar$FirstDimensionKeySelectedEvent = sap.ui.base.Event<ChartToolBar$FirstDimensionKeySelectedEventParameters>;
6035
-
6036
- type ChartToolBar$PersonalizationPressedEvent = sap.ui.base.Event<ChartToolBar$PersonalizationPressedEventParameters>;
6037
-
6038
- type ChartToolBar$SecondDimensionKeySelectedEvent = sap.ui.base.Event<ChartToolBar$SecondDimensionKeySelectedEventParameters>;
6039
-
6040
- type LineChart$OnDetailsSelectedEvent = sap.ui.base.Event<LineChart$OnDetailsSelectedEventParameters>;
6028
+ type Chart$PopoverAfterOpenEvent = sap.ui.base.Event<
6029
+ Chart$PopoverAfterOpenEventParameters,
6030
+ Chart
6031
+ >;
6032
+
6033
+ type Chart$PopoverBeforeOpenEvent = sap.ui.base.Event<
6034
+ Chart$PopoverBeforeOpenEventParameters,
6035
+ Chart
6036
+ >;
6037
+
6038
+ type Chart$SelectDataPointEvent = sap.ui.base.Event<
6039
+ Chart$SelectDataPointEventParameters,
6040
+ Chart
6041
+ >;
6042
+
6043
+ type ChartToolBar$FirstDimensionKeySelectedEvent = sap.ui.base.Event<
6044
+ ChartToolBar$FirstDimensionKeySelectedEventParameters,
6045
+ ChartToolBar
6046
+ >;
6047
+
6048
+ type ChartToolBar$PersonalizationPressedEvent = sap.ui.base.Event<
6049
+ ChartToolBar$PersonalizationPressedEventParameters,
6050
+ ChartToolBar
6051
+ >;
6052
+
6053
+ type ChartToolBar$SecondDimensionKeySelectedEvent = sap.ui.base.Event<
6054
+ ChartToolBar$SecondDimensionKeySelectedEventParameters,
6055
+ ChartToolBar
6056
+ >;
6057
+
6058
+ type LineChart$OnDetailsSelectedEvent = sap.ui.base.Event<
6059
+ LineChart$OnDetailsSelectedEventParameters,
6060
+ LineChart
6061
+ >;
6041
6062
  }
6042
6063
  /**
6043
6064
  * @deprecated (since 1.26) - The content of this package is deprecated since 1.26 as per central UX requirements.
@@ -13907,49 +13928,115 @@ declare namespace sap {
13907
13928
  ): this;
13908
13929
  }
13909
13930
 
13910
- type AddPicture$FileNotSupportedEvent = sap.ui.base.Event<AddPicture$FileNotSupportedEventParameters>;
13911
-
13912
- type AddPicture$ImageUploadFailedEvent = sap.ui.base.Event<AddPicture$ImageUploadFailedEventParameters>;
13913
-
13914
- type AddPicture$MaxPictureLimitReachedEvent = sap.ui.base.Event<AddPicture$MaxPictureLimitReachedEventParameters>;
13915
-
13916
- type AddPicture$PictureAddedEvent = sap.ui.base.Event<AddPicture$PictureAddedEventParameters>;
13917
-
13918
- type AddPicture$ShowEvent = sap.ui.base.Event<AddPicture$ShowEventParameters>;
13919
-
13920
- type CustomerContext$CustomerSelectedEvent = sap.ui.base.Event<CustomerContext$CustomerSelectedEventParameters>;
13921
-
13922
- type FileUpload$BeforeUploadFileEvent = sap.ui.base.Event<FileUpload$BeforeUploadFileEventParameters>;
13923
-
13924
- type FileUpload$CancelClickedEvent = sap.ui.base.Event<FileUpload$CancelClickedEventParameters>;
13925
-
13926
- type FileUpload$DeleteFileEvent = sap.ui.base.Event<FileUpload$DeleteFileEventParameters>;
13927
-
13928
- type FileUpload$FileUploadFailedEvent = sap.ui.base.Event<FileUpload$FileUploadFailedEventParameters>;
13929
-
13930
- type FileUpload$RenameFileEvent = sap.ui.base.Event<FileUpload$RenameFileEventParameters>;
13931
-
13932
- type FileUpload$SaveClickedEvent = sap.ui.base.Event<FileUpload$SaveClickedEventParameters>;
13933
-
13934
- type FileUpload$UploadFileEvent = sap.ui.base.Event<FileUpload$UploadFileEventParameters>;
13935
-
13936
- type HierarchicalSelectDialog$CancelEvent = sap.ui.base.Event<HierarchicalSelectDialog$CancelEventParameters>;
13937
-
13938
- type HierarchicalSelectDialog$SelectEvent = sap.ui.base.Event<HierarchicalSelectDialog$SelectEventParameters>;
13939
-
13940
- type HierarchyItem$LinkPressEvent = sap.ui.base.Event<HierarchyItem$LinkPressEventParameters>;
13941
-
13942
- type InPlaceEdit$ChangeEvent = sap.ui.base.Event<InPlaceEdit$ChangeEventParameters>;
13943
-
13944
- type Notes$AddNoteEvent = sap.ui.base.Event<Notes$AddNoteEventParameters>;
13945
-
13946
- type OverviewTile$ContactPressEvent = sap.ui.base.Event<OverviewTile$ContactPressEventParameters>;
13947
-
13948
- type PictureItem$LoadedEvent = sap.ui.base.Event<PictureItem$LoadedEventParameters>;
13949
-
13950
- type PictureTile$PictureDeleteEvent = sap.ui.base.Event<PictureTile$PictureDeleteEventParameters>;
13951
-
13952
- type PictureViewer$PictureDeletedEvent = sap.ui.base.Event<PictureViewer$PictureDeletedEventParameters>;
13931
+ type AddPicture$FileNotSupportedEvent = sap.ui.base.Event<
13932
+ AddPicture$FileNotSupportedEventParameters,
13933
+ AddPicture
13934
+ >;
13935
+
13936
+ type AddPicture$ImageUploadFailedEvent = sap.ui.base.Event<
13937
+ AddPicture$ImageUploadFailedEventParameters,
13938
+ AddPicture
13939
+ >;
13940
+
13941
+ type AddPicture$MaxPictureLimitReachedEvent = sap.ui.base.Event<
13942
+ AddPicture$MaxPictureLimitReachedEventParameters,
13943
+ AddPicture
13944
+ >;
13945
+
13946
+ type AddPicture$PictureAddedEvent = sap.ui.base.Event<
13947
+ AddPicture$PictureAddedEventParameters,
13948
+ AddPicture
13949
+ >;
13950
+
13951
+ type AddPicture$ShowEvent = sap.ui.base.Event<
13952
+ AddPicture$ShowEventParameters,
13953
+ AddPicture
13954
+ >;
13955
+
13956
+ type CustomerContext$CustomerSelectedEvent = sap.ui.base.Event<
13957
+ CustomerContext$CustomerSelectedEventParameters,
13958
+ CustomerContext
13959
+ >;
13960
+
13961
+ type FileUpload$BeforeUploadFileEvent = sap.ui.base.Event<
13962
+ FileUpload$BeforeUploadFileEventParameters,
13963
+ FileUpload
13964
+ >;
13965
+
13966
+ type FileUpload$CancelClickedEvent = sap.ui.base.Event<
13967
+ FileUpload$CancelClickedEventParameters,
13968
+ FileUpload
13969
+ >;
13970
+
13971
+ type FileUpload$DeleteFileEvent = sap.ui.base.Event<
13972
+ FileUpload$DeleteFileEventParameters,
13973
+ FileUpload
13974
+ >;
13975
+
13976
+ type FileUpload$FileUploadFailedEvent = sap.ui.base.Event<
13977
+ FileUpload$FileUploadFailedEventParameters,
13978
+ FileUpload
13979
+ >;
13980
+
13981
+ type FileUpload$RenameFileEvent = sap.ui.base.Event<
13982
+ FileUpload$RenameFileEventParameters,
13983
+ FileUpload
13984
+ >;
13985
+
13986
+ type FileUpload$SaveClickedEvent = sap.ui.base.Event<
13987
+ FileUpload$SaveClickedEventParameters,
13988
+ FileUpload
13989
+ >;
13990
+
13991
+ type FileUpload$UploadFileEvent = sap.ui.base.Event<
13992
+ FileUpload$UploadFileEventParameters,
13993
+ FileUpload
13994
+ >;
13995
+
13996
+ type HierarchicalSelectDialog$CancelEvent = sap.ui.base.Event<
13997
+ HierarchicalSelectDialog$CancelEventParameters,
13998
+ HierarchicalSelectDialog
13999
+ >;
14000
+
14001
+ type HierarchicalSelectDialog$SelectEvent = sap.ui.base.Event<
14002
+ HierarchicalSelectDialog$SelectEventParameters,
14003
+ HierarchicalSelectDialog
14004
+ >;
14005
+
14006
+ type HierarchyItem$LinkPressEvent = sap.ui.base.Event<
14007
+ HierarchyItem$LinkPressEventParameters,
14008
+ HierarchyItem
14009
+ >;
14010
+
14011
+ type InPlaceEdit$ChangeEvent = sap.ui.base.Event<
14012
+ InPlaceEdit$ChangeEventParameters,
14013
+ InPlaceEdit
14014
+ >;
14015
+
14016
+ type Notes$AddNoteEvent = sap.ui.base.Event<
14017
+ Notes$AddNoteEventParameters,
14018
+ Notes
14019
+ >;
14020
+
14021
+ type OverviewTile$ContactPressEvent = sap.ui.base.Event<
14022
+ OverviewTile$ContactPressEventParameters,
14023
+ OverviewTile
14024
+ >;
14025
+
14026
+ type PictureItem$LoadedEvent = sap.ui.base.Event<
14027
+ PictureItem$LoadedEventParameters,
14028
+ PictureItem
14029
+ >;
14030
+
14031
+ type PictureTile$PictureDeleteEvent = sap.ui.base.Event<
14032
+ PictureTile$PictureDeleteEventParameters,
14033
+ PictureTile
14034
+ >;
14035
+
14036
+ type PictureViewer$PictureDeletedEvent = sap.ui.base.Event<
14037
+ PictureViewer$PictureDeletedEventParameters,
14038
+ PictureViewer
14039
+ >;
13953
14040
  }
13954
14041
  }
13955
14042
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -4780,19 +4780,40 @@ declare namespace sap {
4780
4780
  yearweek = "yearweek",
4781
4781
  }
4782
4782
 
4783
- type Chart$DeselectDataEvent = sap.ui.base.Event<Chart$DeselectDataEventParameters>;
4783
+ type Chart$DeselectDataEvent = sap.ui.base.Event<
4784
+ Chart$DeselectDataEventParameters,
4785
+ Chart
4786
+ >;
4784
4787
 
4785
- type Chart$DrilledDownEvent = sap.ui.base.Event<Chart$DrilledDownEventParameters>;
4788
+ type Chart$DrilledDownEvent = sap.ui.base.Event<
4789
+ Chart$DrilledDownEventParameters,
4790
+ Chart
4791
+ >;
4786
4792
 
4787
- type Chart$DrilledUpEvent = sap.ui.base.Event<Chart$DrilledUpEventParameters>;
4793
+ type Chart$DrilledUpEvent = sap.ui.base.Event<
4794
+ Chart$DrilledUpEventParameters,
4795
+ Chart
4796
+ >;
4788
4797
 
4789
- type Chart$DrillStackChangedEvent = sap.ui.base.Event<Chart$DrillStackChangedEventParameters>;
4798
+ type Chart$DrillStackChangedEvent = sap.ui.base.Event<
4799
+ Chart$DrillStackChangedEventParameters,
4800
+ Chart
4801
+ >;
4790
4802
 
4791
- type Chart$RenderCompleteEvent = sap.ui.base.Event<Chart$RenderCompleteEventParameters>;
4803
+ type Chart$RenderCompleteEvent = sap.ui.base.Event<
4804
+ Chart$RenderCompleteEventParameters,
4805
+ Chart
4806
+ >;
4792
4807
 
4793
- type Chart$SelectDataEvent = sap.ui.base.Event<Chart$SelectDataEventParameters>;
4808
+ type Chart$SelectDataEvent = sap.ui.base.Event<
4809
+ Chart$SelectDataEventParameters,
4810
+ Chart
4811
+ >;
4794
4812
 
4795
- type Chart$ValueAxisFixedScaleTurnedOffEvent = sap.ui.base.Event<Chart$ValueAxisFixedScaleTurnedOffEventParameters>;
4813
+ type Chart$ValueAxisFixedScaleTurnedOffEvent = sap.ui.base.Event<
4814
+ Chart$ValueAxisFixedScaleTurnedOffEventParameters,
4815
+ Chart
4816
+ >;
4796
4817
  }
4797
4818
 
4798
4819
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -2625,7 +2625,10 @@ declare namespace sap {
2625
2625
  ): this;
2626
2626
  }
2627
2627
 
2628
- type Component$CustomActionPressEvent = sap.ui.base.Event<Component$CustomActionPressEventParameters>;
2628
+ type Component$CustomActionPressEvent = sap.ui.base.Event<
2629
+ Component$CustomActionPressEventParameters,
2630
+ Component
2631
+ >;
2629
2632
  }
2630
2633
  }
2631
2634
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
@@ -1796,9 +1796,15 @@ declare namespace sap {
1796
1796
  ): this;
1797
1797
  }
1798
1798
 
1799
- type SearchCompositeControl$SearchFinishedEvent = sap.ui.base.Event<SearchCompositeControl$SearchFinishedEventParameters>;
1799
+ type SearchCompositeControl$SearchFinishedEvent = sap.ui.base.Event<
1800
+ SearchCompositeControl$SearchFinishedEventParameters,
1801
+ SearchCompositeControl
1802
+ >;
1800
1803
 
1801
- type SearchCompositeControl$SearchStartedEvent = sap.ui.base.Event<SearchCompositeControl$SearchStartedEventParameters>;
1804
+ type SearchCompositeControl$SearchStartedEvent = sap.ui.base.Event<
1805
+ SearchCompositeControl$SearchStartedEventParameters,
1806
+ SearchCompositeControl
1807
+ >;
1802
1808
  }
1803
1809
  }
1804
1810
  }
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -970,6 +970,13 @@ declare namespace sap {
970
970
  */
971
971
  iTitleMaxLines?: int
972
972
  ): this;
973
+ /**
974
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
975
+ *
976
+ *
977
+ * @returns If the icon should be shown.
978
+ */
979
+ shouldShowIcon(): boolean;
973
980
  }
974
981
  /**
975
982
  * @since 1.64
@@ -1787,9 +1794,15 @@ declare namespace sap {
1787
1794
  End = "End",
1788
1795
  }
1789
1796
 
1790
- type Header$PressEvent = sap.ui.base.Event<Header$PressEventParameters>;
1797
+ type Header$PressEvent = sap.ui.base.Event<
1798
+ Header$PressEventParameters,
1799
+ Header
1800
+ >;
1791
1801
 
1792
- type NumericHeader$PressEvent = sap.ui.base.Event<NumericHeader$PressEventParameters>;
1802
+ type NumericHeader$PressEvent = sap.ui.base.Event<
1803
+ NumericHeader$PressEventParameters,
1804
+ NumericHeader
1805
+ >;
1793
1806
  }
1794
1807
 
1795
1808
  namespace dnd {
@@ -10464,7 +10477,7 @@ declare namespace sap {
10464
10477
  */
10465
10478
  getPreserveHeaderStateOnScroll(): boolean;
10466
10479
  /**
10467
- * Returns the `sap.ui.core.ScrollEnablement` delegate which is used with this control.
10480
+ * Returns the `sap.ui.core.delegate.ScrollEnablement` delegate which is used with this control.
10468
10481
  *
10469
10482
  * @returns The scroll delegate instance
10470
10483
  */
@@ -18667,10 +18680,10 @@ declare namespace sap {
18667
18680
  * - [Enter] - set the expanded side panel width to the default value defined in `sidePanelWidth` property
18668
18681
  *
18669
18682
  * - [Shift]+[F10] or [Context menu] - show the resize context menu
18670
- * - [Arrow Left] / [Arrow Right] - increase/decrease the width of the expanded side panel with the regular
18671
- * step
18672
- * - [Shift] + [Arrow Left] / [Arrow Right] - increase/decrease the width of the expanded side panel with
18673
- * the larger step
18683
+ * - [Arrow Left] or [Arrow Up] / [Arrow Right] or [Arrow Down] - increase/decrease the width of the expanded
18684
+ * side panel with the regular step
18685
+ * - [Shift] + [Arrow Left] or [Shift] + [Arrow Up] / [Shift] + [Arrow Right] or [Shift] + [Arrow Down]
18686
+ * - increase/decrease the width of the expanded side panel with the larger step
18674
18687
  */
18675
18688
  class SidePanel extends sap.ui.core.Control {
18676
18689
  /**
@@ -19676,61 +19689,145 @@ declare namespace sap {
19676
19689
  */
19677
19690
  type IllustratedMessageType = sap.m.IllustratedMessageType;
19678
19691
 
19679
- type AvatarGroup$PressEvent = sap.ui.base.Event<AvatarGroup$PressEventParameters>;
19680
-
19681
- type DynamicPage$PinnedStateChangeEvent = sap.ui.base.Event<DynamicPage$PinnedStateChangeEventParameters>;
19682
-
19683
- type DynamicPageTitle$StateChangeEvent = sap.ui.base.Event<DynamicPageTitle$StateChangeEventParameters>;
19684
-
19685
- type FlexibleColumnLayout$AfterBeginColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters>;
19686
-
19687
- type FlexibleColumnLayout$AfterEndColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterEndColumnNavigateEventParameters>;
19688
-
19689
- type FlexibleColumnLayout$AfterMidColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$AfterMidColumnNavigateEventParameters>;
19690
-
19691
- type FlexibleColumnLayout$BeginColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$BeginColumnNavigateEventParameters>;
19692
-
19693
- type FlexibleColumnLayout$ColumnResizeEvent = sap.ui.base.Event<FlexibleColumnLayout$ColumnResizeEventParameters>;
19694
-
19695
- type FlexibleColumnLayout$EndColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$EndColumnNavigateEventParameters>;
19696
-
19697
- type FlexibleColumnLayout$MidColumnNavigateEvent = sap.ui.base.Event<FlexibleColumnLayout$MidColumnNavigateEventParameters>;
19698
-
19699
- type FlexibleColumnLayout$StateChangeEvent = sap.ui.base.Event<FlexibleColumnLayout$StateChangeEventParameters>;
19700
-
19701
- type GridContainer$BorderReachedEvent = sap.ui.base.Event<GridContainer$BorderReachedEventParameters>;
19702
-
19703
- type GridContainer$ColumnsChangeEvent = sap.ui.base.Event<GridContainer$ColumnsChangeEventParameters>;
19704
-
19705
- type GridContainer$LayoutChangeEvent = sap.ui.base.Event<GridContainer$LayoutChangeEventParameters>;
19706
-
19707
- type GridList$BorderReachedEvent = sap.ui.base.Event<GridList$BorderReachedEventParameters>;
19708
-
19709
- type ProductSwitch$ChangeEvent = sap.ui.base.Event<ProductSwitch$ChangeEventParameters>;
19710
-
19711
- type SearchManager$LiveChangeEvent = sap.ui.base.Event<SearchManager$LiveChangeEventParameters>;
19712
-
19713
- type SearchManager$SearchEvent = sap.ui.base.Event<SearchManager$SearchEventParameters>;
19714
-
19715
- type SearchManager$SuggestEvent = sap.ui.base.Event<SearchManager$SuggestEventParameters>;
19716
-
19717
- type ShellBar$AvatarPressedEvent = sap.ui.base.Event<ShellBar$AvatarPressedEventParameters>;
19718
-
19719
- type ShellBar$CopilotPressedEvent = sap.ui.base.Event<ShellBar$CopilotPressedEventParameters>;
19720
-
19721
- type ShellBar$HomeIconPressedEvent = sap.ui.base.Event<ShellBar$HomeIconPressedEventParameters>;
19722
-
19723
- type ShellBar$MenuButtonPressedEvent = sap.ui.base.Event<ShellBar$MenuButtonPressedEventParameters>;
19724
-
19725
- type ShellBar$NavButtonPressedEvent = sap.ui.base.Event<ShellBar$NavButtonPressedEventParameters>;
19726
-
19727
- type ShellBar$NotificationsPressedEvent = sap.ui.base.Event<ShellBar$NotificationsPressedEventParameters>;
19728
-
19729
- type ShellBar$ProductSwitcherPressedEvent = sap.ui.base.Event<ShellBar$ProductSwitcherPressedEventParameters>;
19730
-
19731
- type ShellBar$SearchButtonPressedEvent = sap.ui.base.Event<ShellBar$SearchButtonPressedEventParameters>;
19732
-
19733
- type SidePanel$ToggleEvent = sap.ui.base.Event<SidePanel$ToggleEventParameters>;
19692
+ type AvatarGroup$PressEvent = sap.ui.base.Event<
19693
+ AvatarGroup$PressEventParameters,
19694
+ AvatarGroup
19695
+ >;
19696
+
19697
+ type DynamicPage$PinnedStateChangeEvent = sap.ui.base.Event<
19698
+ DynamicPage$PinnedStateChangeEventParameters,
19699
+ DynamicPage
19700
+ >;
19701
+
19702
+ type DynamicPageTitle$StateChangeEvent = sap.ui.base.Event<
19703
+ DynamicPageTitle$StateChangeEventParameters,
19704
+ DynamicPageTitle
19705
+ >;
19706
+
19707
+ type FlexibleColumnLayout$AfterBeginColumnNavigateEvent = sap.ui.base.Event<
19708
+ FlexibleColumnLayout$AfterBeginColumnNavigateEventParameters,
19709
+ FlexibleColumnLayout
19710
+ >;
19711
+
19712
+ type FlexibleColumnLayout$AfterEndColumnNavigateEvent = sap.ui.base.Event<
19713
+ FlexibleColumnLayout$AfterEndColumnNavigateEventParameters,
19714
+ FlexibleColumnLayout
19715
+ >;
19716
+
19717
+ type FlexibleColumnLayout$AfterMidColumnNavigateEvent = sap.ui.base.Event<
19718
+ FlexibleColumnLayout$AfterMidColumnNavigateEventParameters,
19719
+ FlexibleColumnLayout
19720
+ >;
19721
+
19722
+ type FlexibleColumnLayout$BeginColumnNavigateEvent = sap.ui.base.Event<
19723
+ FlexibleColumnLayout$BeginColumnNavigateEventParameters,
19724
+ FlexibleColumnLayout
19725
+ >;
19726
+
19727
+ type FlexibleColumnLayout$ColumnResizeEvent = sap.ui.base.Event<
19728
+ FlexibleColumnLayout$ColumnResizeEventParameters,
19729
+ FlexibleColumnLayout
19730
+ >;
19731
+
19732
+ type FlexibleColumnLayout$EndColumnNavigateEvent = sap.ui.base.Event<
19733
+ FlexibleColumnLayout$EndColumnNavigateEventParameters,
19734
+ FlexibleColumnLayout
19735
+ >;
19736
+
19737
+ type FlexibleColumnLayout$MidColumnNavigateEvent = sap.ui.base.Event<
19738
+ FlexibleColumnLayout$MidColumnNavigateEventParameters,
19739
+ FlexibleColumnLayout
19740
+ >;
19741
+
19742
+ type FlexibleColumnLayout$StateChangeEvent = sap.ui.base.Event<
19743
+ FlexibleColumnLayout$StateChangeEventParameters,
19744
+ FlexibleColumnLayout
19745
+ >;
19746
+
19747
+ type GridContainer$BorderReachedEvent = sap.ui.base.Event<
19748
+ GridContainer$BorderReachedEventParameters,
19749
+ GridContainer
19750
+ >;
19751
+
19752
+ type GridContainer$ColumnsChangeEvent = sap.ui.base.Event<
19753
+ GridContainer$ColumnsChangeEventParameters,
19754
+ GridContainer
19755
+ >;
19756
+
19757
+ type GridContainer$LayoutChangeEvent = sap.ui.base.Event<
19758
+ GridContainer$LayoutChangeEventParameters,
19759
+ GridContainer
19760
+ >;
19761
+
19762
+ type GridList$BorderReachedEvent = sap.ui.base.Event<
19763
+ GridList$BorderReachedEventParameters,
19764
+ GridList
19765
+ >;
19766
+
19767
+ type ProductSwitch$ChangeEvent = sap.ui.base.Event<
19768
+ ProductSwitch$ChangeEventParameters,
19769
+ ProductSwitch
19770
+ >;
19771
+
19772
+ type SearchManager$LiveChangeEvent = sap.ui.base.Event<
19773
+ SearchManager$LiveChangeEventParameters,
19774
+ SearchManager
19775
+ >;
19776
+
19777
+ type SearchManager$SearchEvent = sap.ui.base.Event<
19778
+ SearchManager$SearchEventParameters,
19779
+ SearchManager
19780
+ >;
19781
+
19782
+ type SearchManager$SuggestEvent = sap.ui.base.Event<
19783
+ SearchManager$SuggestEventParameters,
19784
+ SearchManager
19785
+ >;
19786
+
19787
+ type ShellBar$AvatarPressedEvent = sap.ui.base.Event<
19788
+ ShellBar$AvatarPressedEventParameters,
19789
+ ShellBar
19790
+ >;
19791
+
19792
+ type ShellBar$CopilotPressedEvent = sap.ui.base.Event<
19793
+ ShellBar$CopilotPressedEventParameters,
19794
+ ShellBar
19795
+ >;
19796
+
19797
+ type ShellBar$HomeIconPressedEvent = sap.ui.base.Event<
19798
+ ShellBar$HomeIconPressedEventParameters,
19799
+ ShellBar
19800
+ >;
19801
+
19802
+ type ShellBar$MenuButtonPressedEvent = sap.ui.base.Event<
19803
+ ShellBar$MenuButtonPressedEventParameters,
19804
+ ShellBar
19805
+ >;
19806
+
19807
+ type ShellBar$NavButtonPressedEvent = sap.ui.base.Event<
19808
+ ShellBar$NavButtonPressedEventParameters,
19809
+ ShellBar
19810
+ >;
19811
+
19812
+ type ShellBar$NotificationsPressedEvent = sap.ui.base.Event<
19813
+ ShellBar$NotificationsPressedEventParameters,
19814
+ ShellBar
19815
+ >;
19816
+
19817
+ type ShellBar$ProductSwitcherPressedEvent = sap.ui.base.Event<
19818
+ ShellBar$ProductSwitcherPressedEventParameters,
19819
+ ShellBar
19820
+ >;
19821
+
19822
+ type ShellBar$SearchButtonPressedEvent = sap.ui.base.Event<
19823
+ ShellBar$SearchButtonPressedEventParameters,
19824
+ ShellBar
19825
+ >;
19826
+
19827
+ type SidePanel$ToggleEvent = sap.ui.base.Event<
19828
+ SidePanel$ToggleEventParameters,
19829
+ SidePanel
19830
+ >;
19734
19831
  }
19735
19832
 
19736
19833
  namespace tnt {