@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
@@ -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 suite {
@@ -1546,7 +1546,10 @@ declare namespace sap {
1546
1546
  ): this;
1547
1547
  }
1548
1548
 
1549
- type AppComponent$PageDataLoadedEvent = sap.ui.base.Event<AppComponent$PageDataLoadedEventParameters>;
1549
+ type AppComponent$PageDataLoadedEvent = sap.ui.base.Event<
1550
+ AppComponent$PageDataLoadedEventParameters,
1551
+ AppComponent
1552
+ >;
1550
1553
  }
1551
1554
 
1552
1555
  namespace ListReport {
@@ -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 suite {
@@ -12768,39 +12768,90 @@ declare namespace sap {
12768
12768
  Solid = "Solid",
12769
12769
  }
12770
12770
 
12771
- type AreaMicroChart$PressEvent = sap.ui.base.Event<AreaMicroChart$PressEventParameters>;
12772
-
12773
- type BulletMicroChart$PressEvent = sap.ui.base.Event<BulletMicroChart$PressEventParameters>;
12774
-
12775
- type ColumnMicroChart$PressEvent = sap.ui.base.Event<ColumnMicroChart$PressEventParameters>;
12776
-
12777
- type ColumnMicroChartData$PressEvent = sap.ui.base.Event<ColumnMicroChartData$PressEventParameters>;
12778
-
12779
- type ComparisonMicroChart$PressEvent = sap.ui.base.Event<ComparisonMicroChart$PressEventParameters>;
12780
-
12781
- type ComparisonMicroChartData$PressEvent = sap.ui.base.Event<ComparisonMicroChartData$PressEventParameters>;
12782
-
12783
- type DeltaMicroChart$PressEvent = sap.ui.base.Event<DeltaMicroChart$PressEventParameters>;
12784
-
12785
- type HarveyBallMicroChart$PressEvent = sap.ui.base.Event<HarveyBallMicroChart$PressEventParameters>;
12786
-
12787
- type InteractiveBarChart$PressEvent = sap.ui.base.Event<InteractiveBarChart$PressEventParameters>;
12788
-
12789
- type InteractiveBarChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveBarChart$SelectionChangedEventParameters>;
12790
-
12791
- type InteractiveDonutChart$PressEvent = sap.ui.base.Event<InteractiveDonutChart$PressEventParameters>;
12792
-
12793
- type InteractiveDonutChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveDonutChart$SelectionChangedEventParameters>;
12794
-
12795
- type InteractiveLineChart$PressEvent = sap.ui.base.Event<InteractiveLineChart$PressEventParameters>;
12796
-
12797
- type InteractiveLineChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveLineChart$SelectionChangedEventParameters>;
12798
-
12799
- type LineMicroChart$PressEvent = sap.ui.base.Event<LineMicroChart$PressEventParameters>;
12800
-
12801
- type RadialMicroChart$PressEvent = sap.ui.base.Event<RadialMicroChart$PressEventParameters>;
12802
-
12803
- type StackedBarMicroChart$PressEvent = sap.ui.base.Event<StackedBarMicroChart$PressEventParameters>;
12771
+ type AreaMicroChart$PressEvent = sap.ui.base.Event<
12772
+ AreaMicroChart$PressEventParameters,
12773
+ AreaMicroChart
12774
+ >;
12775
+
12776
+ type BulletMicroChart$PressEvent = sap.ui.base.Event<
12777
+ BulletMicroChart$PressEventParameters,
12778
+ BulletMicroChart
12779
+ >;
12780
+
12781
+ type ColumnMicroChart$PressEvent = sap.ui.base.Event<
12782
+ ColumnMicroChart$PressEventParameters,
12783
+ ColumnMicroChart
12784
+ >;
12785
+
12786
+ type ColumnMicroChartData$PressEvent = sap.ui.base.Event<
12787
+ ColumnMicroChartData$PressEventParameters,
12788
+ ColumnMicroChartData
12789
+ >;
12790
+
12791
+ type ComparisonMicroChart$PressEvent = sap.ui.base.Event<
12792
+ ComparisonMicroChart$PressEventParameters,
12793
+ ComparisonMicroChart
12794
+ >;
12795
+
12796
+ type ComparisonMicroChartData$PressEvent = sap.ui.base.Event<
12797
+ ComparisonMicroChartData$PressEventParameters,
12798
+ ComparisonMicroChartData
12799
+ >;
12800
+
12801
+ type DeltaMicroChart$PressEvent = sap.ui.base.Event<
12802
+ DeltaMicroChart$PressEventParameters,
12803
+ DeltaMicroChart
12804
+ >;
12805
+
12806
+ type HarveyBallMicroChart$PressEvent = sap.ui.base.Event<
12807
+ HarveyBallMicroChart$PressEventParameters,
12808
+ HarveyBallMicroChart
12809
+ >;
12810
+
12811
+ type InteractiveBarChart$PressEvent = sap.ui.base.Event<
12812
+ InteractiveBarChart$PressEventParameters,
12813
+ InteractiveBarChart
12814
+ >;
12815
+
12816
+ type InteractiveBarChart$SelectionChangedEvent = sap.ui.base.Event<
12817
+ InteractiveBarChart$SelectionChangedEventParameters,
12818
+ InteractiveBarChart
12819
+ >;
12820
+
12821
+ type InteractiveDonutChart$PressEvent = sap.ui.base.Event<
12822
+ InteractiveDonutChart$PressEventParameters,
12823
+ InteractiveDonutChart
12824
+ >;
12825
+
12826
+ type InteractiveDonutChart$SelectionChangedEvent = sap.ui.base.Event<
12827
+ InteractiveDonutChart$SelectionChangedEventParameters,
12828
+ InteractiveDonutChart
12829
+ >;
12830
+
12831
+ type InteractiveLineChart$PressEvent = sap.ui.base.Event<
12832
+ InteractiveLineChart$PressEventParameters,
12833
+ InteractiveLineChart
12834
+ >;
12835
+
12836
+ type InteractiveLineChart$SelectionChangedEvent = sap.ui.base.Event<
12837
+ InteractiveLineChart$SelectionChangedEventParameters,
12838
+ InteractiveLineChart
12839
+ >;
12840
+
12841
+ type LineMicroChart$PressEvent = sap.ui.base.Event<
12842
+ LineMicroChart$PressEventParameters,
12843
+ LineMicroChart
12844
+ >;
12845
+
12846
+ type RadialMicroChart$PressEvent = sap.ui.base.Event<
12847
+ RadialMicroChart$PressEventParameters,
12848
+ RadialMicroChart
12849
+ >;
12850
+
12851
+ type StackedBarMicroChart$PressEvent = sap.ui.base.Event<
12852
+ StackedBarMicroChart$PressEventParameters,
12853
+ StackedBarMicroChart
12854
+ >;
12804
12855
  }
12805
12856
  }
12806
12857
  }
@@ -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
  /**
@@ -2240,11 +2240,20 @@ declare namespace sap {
2240
2240
  Narrow = "Narrow",
2241
2241
  }
2242
2242
 
2243
- type NavigationList$ItemSelectEvent = sap.ui.base.Event<NavigationList$ItemSelectEventParameters>;
2243
+ type NavigationList$ItemSelectEvent = sap.ui.base.Event<
2244
+ NavigationList$ItemSelectEventParameters,
2245
+ NavigationList
2246
+ >;
2244
2247
 
2245
- type NavigationListItem$SelectEvent = sap.ui.base.Event<NavigationListItem$SelectEventParameters>;
2248
+ type NavigationListItem$SelectEvent = sap.ui.base.Event<
2249
+ NavigationListItem$SelectEventParameters,
2250
+ NavigationListItem
2251
+ >;
2246
2252
 
2247
- type SideNavigation$ItemSelectEvent = sap.ui.base.Event<SideNavigation$ItemSelectEventParameters>;
2253
+ type SideNavigation$ItemSelectEvent = sap.ui.base.Event<
2254
+ SideNavigation$ItemSelectEventParameters,
2255
+ SideNavigation
2256
+ >;
2248
2257
  }
2249
2258
 
2250
2259
  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
  namespace ui {
@@ -705,9 +705,15 @@ declare namespace sap {
705
705
  ): this;
706
706
  }
707
707
 
708
- type CodeEditor$ChangeEvent = sap.ui.base.Event<CodeEditor$ChangeEventParameters>;
708
+ type CodeEditor$ChangeEvent = sap.ui.base.Event<
709
+ CodeEditor$ChangeEventParameters,
710
+ CodeEditor
711
+ >;
709
712
 
710
- type CodeEditor$LiveChangeEvent = sap.ui.base.Event<CodeEditor$LiveChangeEventParameters>;
713
+ type CodeEditor$LiveChangeEvent = sap.ui.base.Event<
714
+ CodeEditor$LiveChangeEventParameters,
715
+ CodeEditor
716
+ >;
711
717
  }
712
718
  }
713
719
 
@@ -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 ui {
@@ -91,7 +91,25 @@ declare namespace sap {
91
91
  extends sap.ui.layout.form.$ResponsiveLayoutSettings {}
92
92
 
93
93
  interface $SimpleFormSettings
94
- extends sap.ui.layout.form.$SimpleFormSettings {}
94
+ extends sap.ui.layout.form.$SimpleFormSettings {
95
+ /**
96
+ * @since 1.14
97
+ *
98
+ * The `FormLayout` that is used to render the `SimpleForm`.
99
+ *
100
+ * We recommend using the `GridLayout` for rendering a `SimpleForm` in `sap.ui.commons` library, as responsive
101
+ * layouts are not designed for this library.
102
+ *
103
+ * **Note** If possible, set the `layout` before adding content to prevent calculations for the default
104
+ * layout.
105
+ *
106
+ * **Note** The `ResponsiveLayout` has been deprecated and must no longer be used.
107
+ */
108
+ layout?:
109
+ | sap.ui.layout.form.SimpleFormLayout
110
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
111
+ | `{${string}}`;
112
+ }
95
113
 
96
114
  /**
97
115
  * @since 1.9.1
@@ -784,9 +802,6 @@ declare namespace sap {
784
802
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
785
803
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
786
804
  * of the syntax of the settings object.
787
- *
788
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.SimpleForm#constructor sap.ui.layout.form.SimpleForm }
789
- * can be used.
790
805
  */
791
806
  constructor(
792
807
  /**
@@ -800,9 +815,6 @@ declare namespace sap {
800
815
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
801
816
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
802
817
  * of the syntax of the settings object.
803
- *
804
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.SimpleForm#constructor sap.ui.layout.form.SimpleForm }
805
- * can be used.
806
818
  */
807
819
  constructor(
808
820
  /**
@@ -847,27 +859,49 @@ declare namespace sap {
847
859
  /**
848
860
  * @since 1.14
849
861
  *
850
- * Getter for property `layout`. The FormLayout that is used to render the SimpleForm
862
+ * Gets current value of property {@link #getLayout layout}.
863
+ *
864
+ * The `FormLayout` that is used to render the `SimpleForm`.
851
865
  *
852
- * Default value is `ResponsiveLayout`
866
+ * We recommend using the `GridLayout` for rendering a `SimpleForm` in `sap.ui.commons` library, as responsive
867
+ * layouts are not designed for this library.
853
868
  *
854
- * @returns the value of property `layout`
869
+ * **Note** If possible, set the `layout` before adding content to prevent calculations for the default
870
+ * layout.
871
+ *
872
+ * **Note** The `ResponsiveLayout` has been deprecated and must no longer be used.
873
+ *
874
+ * Default value is `ResponsiveLayout`.
875
+ *
876
+ * @returns Value of property `layout`
855
877
  */
856
- getLayout(): sap.ui.commons.form.SimpleFormLayout;
878
+ getLayout(): sap.ui.layout.form.SimpleFormLayout;
857
879
  /**
858
880
  * @since 1.14
859
881
  *
860
- * Setter for property `layout`.
882
+ * Sets a new value for property {@link #getLayout layout}.
861
883
  *
862
- * Default value is `ResponsiveLayout`
884
+ * The `FormLayout` that is used to render the `SimpleForm`.
863
885
  *
864
- * @returns `this` to allow method chaining
886
+ * We recommend using the `GridLayout` for rendering a `SimpleForm` in `sap.ui.commons` library, as responsive
887
+ * layouts are not designed for this library.
888
+ *
889
+ * **Note** If possible, set the `layout` before adding content to prevent calculations for the default
890
+ * layout.
891
+ *
892
+ * **Note** The `ResponsiveLayout` has been deprecated and must no longer be used.
893
+ *
894
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
895
+ *
896
+ * Default value is `ResponsiveLayout`.
897
+ *
898
+ * @returns Reference to `this` in order to allow method chaining
865
899
  */
866
900
  setLayout(
867
901
  /**
868
- * new value for property `layout`
902
+ * New value for property `layout`
869
903
  */
870
- oLayout: sap.ui.commons.form.SimpleFormLayout
904
+ sLayout?: sap.ui.layout.form.SimpleFormLayout
871
905
  ): this;
872
906
  }
873
907
 
@@ -29639,105 +29673,252 @@ declare namespace sap {
29639
29673
  */
29640
29674
  type TitleLevel = sap.ui.core.TitleLevel;
29641
29675
 
29642
- type Accordion$SectionCloseEvent = sap.ui.base.Event<Accordion$SectionCloseEventParameters>;
29643
-
29644
- type Accordion$SectionOpenEvent = sap.ui.base.Event<Accordion$SectionOpenEventParameters>;
29645
-
29646
- type Accordion$SectionsReorderEvent = sap.ui.base.Event<Accordion$SectionsReorderEventParameters>;
29647
-
29648
- type AccordionSection$ScrollEvent = sap.ui.base.Event<AccordionSection$ScrollEventParameters>;
29649
-
29650
- type ApplicationHeader$LogoffEvent = sap.ui.base.Event<ApplicationHeader$LogoffEventParameters>;
29651
-
29652
- type AutoComplete$SuggestEvent = sap.ui.base.Event<AutoComplete$SuggestEventParameters>;
29653
-
29654
- type Button$PressEvent = sap.ui.base.Event<Button$PressEventParameters>;
29655
-
29656
- type CalloutBase$BeforeOpenEvent = sap.ui.base.Event<CalloutBase$BeforeOpenEventParameters>;
29657
-
29658
- type CalloutBase$CloseEvent = sap.ui.base.Event<CalloutBase$CloseEventParameters>;
29659
-
29660
- type CalloutBase$OpenEvent = sap.ui.base.Event<CalloutBase$OpenEventParameters>;
29661
-
29662
- type CalloutBase$OpenedEvent = sap.ui.base.Event<CalloutBase$OpenedEventParameters>;
29663
-
29664
- type CheckBox$ChangeEvent = sap.ui.base.Event<CheckBox$ChangeEventParameters>;
29665
-
29666
- type ComboBox$ChangeEvent = sap.ui.base.Event<ComboBox$ChangeEventParameters>;
29667
-
29668
- type Dialog$ClosedEvent = sap.ui.base.Event<Dialog$ClosedEventParameters>;
29669
-
29670
- type DropdownBox$SearchHelpEvent = sap.ui.base.Event<DropdownBox$SearchHelpEventParameters>;
29671
-
29672
- type Image$PressEvent = sap.ui.base.Event<Image$PressEventParameters>;
29673
-
29674
- type ImageMap$PressEvent = sap.ui.base.Event<ImageMap$PressEventParameters>;
29675
-
29676
- type InPlaceEdit$ChangeEvent = sap.ui.base.Event<InPlaceEdit$ChangeEventParameters>;
29677
-
29678
- type InPlaceEdit$LiveChangeEvent = sap.ui.base.Event<InPlaceEdit$LiveChangeEventParameters>;
29679
-
29680
- type Link$PressEvent = sap.ui.base.Event<Link$PressEventParameters>;
29681
-
29682
- type ListBox$SelectEvent = sap.ui.base.Event<ListBox$SelectEventParameters>;
29683
-
29684
- type MenuButton$ItemSelectedEvent = sap.ui.base.Event<MenuButton$ItemSelectedEventParameters>;
29685
-
29686
- type MenuButton$PressEvent = sap.ui.base.Event<MenuButton$PressEventParameters>;
29687
-
29688
- type MessageToast$NextEvent = sap.ui.base.Event<MessageToast$NextEventParameters>;
29689
-
29690
- type Paginator$PageEvent = sap.ui.base.Event<Paginator$PageEventParameters>;
29691
-
29692
- type RadioButton$SelectEvent = sap.ui.base.Event<RadioButton$SelectEventParameters>;
29693
-
29694
- type RadioButtonGroup$SelectEvent = sap.ui.base.Event<RadioButtonGroup$SelectEventParameters>;
29695
-
29696
- type RatingIndicator$ChangeEvent = sap.ui.base.Event<RatingIndicator$ChangeEventParameters>;
29697
-
29698
- type ResponsiveContainer$RangeSwitchEvent = sap.ui.base.Event<ResponsiveContainer$RangeSwitchEventParameters>;
29699
-
29700
- type RoadMap$StepExpandedEvent = sap.ui.base.Event<RoadMap$StepExpandedEventParameters>;
29701
-
29702
- type RoadMap$StepSelectedEvent = sap.ui.base.Event<RoadMap$StepSelectedEventParameters>;
29703
-
29704
- type RowRepeater$FilterEvent = sap.ui.base.Event<RowRepeater$FilterEventParameters>;
29705
-
29706
- type RowRepeater$PageEvent = sap.ui.base.Event<RowRepeater$PageEventParameters>;
29707
-
29708
- type RowRepeater$ResizeEvent = sap.ui.base.Event<RowRepeater$ResizeEventParameters>;
29709
-
29710
- type RowRepeater$SortEvent = sap.ui.base.Event<RowRepeater$SortEventParameters>;
29711
-
29712
- type SearchField$SearchEvent = sap.ui.base.Event<SearchField$SearchEventParameters>;
29713
-
29714
- type SearchField$SuggestEvent = sap.ui.base.Event<SearchField$SuggestEventParameters>;
29715
-
29716
- type SegmentedButton$SelectEvent = sap.ui.base.Event<SegmentedButton$SelectEventParameters>;
29717
-
29718
- type Slider$ChangeEvent = sap.ui.base.Event<Slider$ChangeEventParameters>;
29719
-
29720
- type Slider$LiveChangeEvent = sap.ui.base.Event<Slider$LiveChangeEventParameters>;
29721
-
29722
- type TabStrip$CloseEvent = sap.ui.base.Event<TabStrip$CloseEventParameters>;
29723
-
29724
- type TabStrip$SelectEvent = sap.ui.base.Event<TabStrip$SelectEventParameters>;
29725
-
29726
- type TextField$ChangeEvent = sap.ui.base.Event<TextField$ChangeEventParameters>;
29727
-
29728
- type TextField$LiveChangeEvent = sap.ui.base.Event<TextField$LiveChangeEventParameters>;
29729
-
29730
- type Tree$SelectEvent = sap.ui.base.Event<Tree$SelectEventParameters>;
29731
-
29732
- type Tree$SelectionChangeEvent = sap.ui.base.Event<Tree$SelectionChangeEventParameters>;
29733
-
29734
- type TreeNode$SelectedEvent = sap.ui.base.Event<TreeNode$SelectedEventParameters>;
29735
-
29736
- type TreeNode$ToggleOpenStateEvent = sap.ui.base.Event<TreeNode$ToggleOpenStateEventParameters>;
29737
-
29738
- type TriStateCheckBox$ChangeEvent = sap.ui.base.Event<TriStateCheckBox$ChangeEventParameters>;
29739
-
29740
- type ValueHelpField$ValueHelpRequestEvent = sap.ui.base.Event<ValueHelpField$ValueHelpRequestEventParameters>;
29676
+ type Accordion$SectionCloseEvent = sap.ui.base.Event<
29677
+ Accordion$SectionCloseEventParameters,
29678
+ Accordion
29679
+ >;
29680
+
29681
+ type Accordion$SectionOpenEvent = sap.ui.base.Event<
29682
+ Accordion$SectionOpenEventParameters,
29683
+ Accordion
29684
+ >;
29685
+
29686
+ type Accordion$SectionsReorderEvent = sap.ui.base.Event<
29687
+ Accordion$SectionsReorderEventParameters,
29688
+ Accordion
29689
+ >;
29690
+
29691
+ type AccordionSection$ScrollEvent = sap.ui.base.Event<
29692
+ AccordionSection$ScrollEventParameters,
29693
+ AccordionSection
29694
+ >;
29695
+
29696
+ type ApplicationHeader$LogoffEvent = sap.ui.base.Event<
29697
+ ApplicationHeader$LogoffEventParameters,
29698
+ ApplicationHeader
29699
+ >;
29700
+
29701
+ type AutoComplete$SuggestEvent = sap.ui.base.Event<
29702
+ AutoComplete$SuggestEventParameters,
29703
+ AutoComplete
29704
+ >;
29705
+
29706
+ type Button$PressEvent = sap.ui.base.Event<
29707
+ Button$PressEventParameters,
29708
+ Button
29709
+ >;
29710
+
29711
+ type CalloutBase$BeforeOpenEvent = sap.ui.base.Event<
29712
+ CalloutBase$BeforeOpenEventParameters,
29713
+ CalloutBase
29714
+ >;
29715
+
29716
+ type CalloutBase$CloseEvent = sap.ui.base.Event<
29717
+ CalloutBase$CloseEventParameters,
29718
+ CalloutBase
29719
+ >;
29720
+
29721
+ type CalloutBase$OpenEvent = sap.ui.base.Event<
29722
+ CalloutBase$OpenEventParameters,
29723
+ CalloutBase
29724
+ >;
29725
+
29726
+ type CalloutBase$OpenedEvent = sap.ui.base.Event<
29727
+ CalloutBase$OpenedEventParameters,
29728
+ CalloutBase
29729
+ >;
29730
+
29731
+ type CheckBox$ChangeEvent = sap.ui.base.Event<
29732
+ CheckBox$ChangeEventParameters,
29733
+ CheckBox
29734
+ >;
29735
+
29736
+ type ComboBox$ChangeEvent = sap.ui.base.Event<
29737
+ ComboBox$ChangeEventParameters,
29738
+ ComboBox
29739
+ >;
29740
+
29741
+ type Dialog$ClosedEvent = sap.ui.base.Event<
29742
+ Dialog$ClosedEventParameters,
29743
+ Dialog
29744
+ >;
29745
+
29746
+ type DropdownBox$SearchHelpEvent = sap.ui.base.Event<
29747
+ DropdownBox$SearchHelpEventParameters,
29748
+ DropdownBox
29749
+ >;
29750
+
29751
+ type Image$PressEvent = sap.ui.base.Event<
29752
+ Image$PressEventParameters,
29753
+ Image
29754
+ >;
29755
+
29756
+ type ImageMap$PressEvent = sap.ui.base.Event<
29757
+ ImageMap$PressEventParameters,
29758
+ ImageMap
29759
+ >;
29760
+
29761
+ type InPlaceEdit$ChangeEvent = sap.ui.base.Event<
29762
+ InPlaceEdit$ChangeEventParameters,
29763
+ InPlaceEdit
29764
+ >;
29765
+
29766
+ type InPlaceEdit$LiveChangeEvent = sap.ui.base.Event<
29767
+ InPlaceEdit$LiveChangeEventParameters,
29768
+ InPlaceEdit
29769
+ >;
29770
+
29771
+ type Link$PressEvent = sap.ui.base.Event<Link$PressEventParameters, Link>;
29772
+
29773
+ type ListBox$SelectEvent = sap.ui.base.Event<
29774
+ ListBox$SelectEventParameters,
29775
+ ListBox
29776
+ >;
29777
+
29778
+ type MenuButton$ItemSelectedEvent = sap.ui.base.Event<
29779
+ MenuButton$ItemSelectedEventParameters,
29780
+ MenuButton
29781
+ >;
29782
+
29783
+ type MenuButton$PressEvent = sap.ui.base.Event<
29784
+ MenuButton$PressEventParameters,
29785
+ MenuButton
29786
+ >;
29787
+
29788
+ type MessageToast$NextEvent = sap.ui.base.Event<
29789
+ MessageToast$NextEventParameters,
29790
+ MessageToast
29791
+ >;
29792
+
29793
+ type Paginator$PageEvent = sap.ui.base.Event<
29794
+ Paginator$PageEventParameters,
29795
+ Paginator
29796
+ >;
29797
+
29798
+ type RadioButton$SelectEvent = sap.ui.base.Event<
29799
+ RadioButton$SelectEventParameters,
29800
+ RadioButton
29801
+ >;
29802
+
29803
+ type RadioButtonGroup$SelectEvent = sap.ui.base.Event<
29804
+ RadioButtonGroup$SelectEventParameters,
29805
+ RadioButtonGroup
29806
+ >;
29807
+
29808
+ type RatingIndicator$ChangeEvent = sap.ui.base.Event<
29809
+ RatingIndicator$ChangeEventParameters,
29810
+ RatingIndicator
29811
+ >;
29812
+
29813
+ type ResponsiveContainer$RangeSwitchEvent = sap.ui.base.Event<
29814
+ ResponsiveContainer$RangeSwitchEventParameters,
29815
+ ResponsiveContainer
29816
+ >;
29817
+
29818
+ type RoadMap$StepExpandedEvent = sap.ui.base.Event<
29819
+ RoadMap$StepExpandedEventParameters,
29820
+ RoadMap
29821
+ >;
29822
+
29823
+ type RoadMap$StepSelectedEvent = sap.ui.base.Event<
29824
+ RoadMap$StepSelectedEventParameters,
29825
+ RoadMap
29826
+ >;
29827
+
29828
+ type RowRepeater$FilterEvent = sap.ui.base.Event<
29829
+ RowRepeater$FilterEventParameters,
29830
+ RowRepeater
29831
+ >;
29832
+
29833
+ type RowRepeater$PageEvent = sap.ui.base.Event<
29834
+ RowRepeater$PageEventParameters,
29835
+ RowRepeater
29836
+ >;
29837
+
29838
+ type RowRepeater$ResizeEvent = sap.ui.base.Event<
29839
+ RowRepeater$ResizeEventParameters,
29840
+ RowRepeater
29841
+ >;
29842
+
29843
+ type RowRepeater$SortEvent = sap.ui.base.Event<
29844
+ RowRepeater$SortEventParameters,
29845
+ RowRepeater
29846
+ >;
29847
+
29848
+ type SearchField$SearchEvent = sap.ui.base.Event<
29849
+ SearchField$SearchEventParameters,
29850
+ SearchField
29851
+ >;
29852
+
29853
+ type SearchField$SuggestEvent = sap.ui.base.Event<
29854
+ SearchField$SuggestEventParameters,
29855
+ SearchField
29856
+ >;
29857
+
29858
+ type SegmentedButton$SelectEvent = sap.ui.base.Event<
29859
+ SegmentedButton$SelectEventParameters,
29860
+ SegmentedButton
29861
+ >;
29862
+
29863
+ type Slider$ChangeEvent = sap.ui.base.Event<
29864
+ Slider$ChangeEventParameters,
29865
+ Slider
29866
+ >;
29867
+
29868
+ type Slider$LiveChangeEvent = sap.ui.base.Event<
29869
+ Slider$LiveChangeEventParameters,
29870
+ Slider
29871
+ >;
29872
+
29873
+ type TabStrip$CloseEvent = sap.ui.base.Event<
29874
+ TabStrip$CloseEventParameters,
29875
+ TabStrip
29876
+ >;
29877
+
29878
+ type TabStrip$SelectEvent = sap.ui.base.Event<
29879
+ TabStrip$SelectEventParameters,
29880
+ TabStrip
29881
+ >;
29882
+
29883
+ type TextField$ChangeEvent = sap.ui.base.Event<
29884
+ TextField$ChangeEventParameters,
29885
+ TextField
29886
+ >;
29887
+
29888
+ type TextField$LiveChangeEvent = sap.ui.base.Event<
29889
+ TextField$LiveChangeEventParameters,
29890
+ TextField
29891
+ >;
29892
+
29893
+ type Tree$SelectEvent = sap.ui.base.Event<
29894
+ Tree$SelectEventParameters,
29895
+ Tree
29896
+ >;
29897
+
29898
+ type Tree$SelectionChangeEvent = sap.ui.base.Event<
29899
+ Tree$SelectionChangeEventParameters,
29900
+ Tree
29901
+ >;
29902
+
29903
+ type TreeNode$SelectedEvent = sap.ui.base.Event<
29904
+ TreeNode$SelectedEventParameters,
29905
+ TreeNode
29906
+ >;
29907
+
29908
+ type TreeNode$ToggleOpenStateEvent = sap.ui.base.Event<
29909
+ TreeNode$ToggleOpenStateEventParameters,
29910
+ TreeNode
29911
+ >;
29912
+
29913
+ type TriStateCheckBox$ChangeEvent = sap.ui.base.Event<
29914
+ TriStateCheckBox$ChangeEventParameters,
29915
+ TriStateCheckBox
29916
+ >;
29917
+
29918
+ type ValueHelpField$ValueHelpRequestEvent = sap.ui.base.Event<
29919
+ ValueHelpField$ValueHelpRequestEventParameters,
29920
+ ValueHelpField
29921
+ >;
29741
29922
  }
29742
29923
  }
29743
29924