@openui5/ts-types 1.115.1 → 1.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -158,9 +158,7 @@ declare namespace sap {
158
158
  *
159
159
  * Fired when an aggregated view is instantiated.
160
160
  */
161
- viewInit?: (
162
- oEvent: sap.ui.base.Event<sap.uxap.BlockBase$ViewInitEventParameters>
163
- ) => void;
161
+ viewInit?: (oEvent: BlockBase$ViewInitEvent) => void;
164
162
  }
165
163
 
166
164
  interface $BreadCrumbsSettings extends sap.ui.core.$ControlSettings {
@@ -540,21 +538,19 @@ declare namespace sap {
540
538
  * The event is fired when the objectPage header title selector (down-arrow) is pressed
541
539
  */
542
540
  titleSelectorPress?: (
543
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageHeader$TitleSelectorPressEventParameters>
541
+ oEvent: ObjectPageHeader$TitleSelectorPressEvent
544
542
  ) => void;
545
543
 
546
544
  /**
547
545
  * The event is fired when the Locked button is pressed
548
546
  */
549
- markLockedPress?: (
550
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageHeader$MarkLockedPressEventParameters>
551
- ) => void;
547
+ markLockedPress?: (oEvent: ObjectPageHeader$MarkLockedPressEvent) => void;
552
548
 
553
549
  /**
554
550
  * The event is fired when the unsaved changes button is pressed
555
551
  */
556
552
  markChangesPress?: (
557
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageHeader$MarkChangesPressEventParameters>
553
+ oEvent: ObjectPageHeader$MarkChangesPressEvent
558
554
  ) => void;
559
555
  }
560
556
 
@@ -990,24 +986,20 @@ declare namespace sap {
990
986
  * The event is fired when the `headerContentPinned` property is changed via user interaction.
991
987
  */
992
988
  headerContentPinnedStateChange?: (
993
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>
989
+ oEvent: ObjectPageLayout$HeaderContentPinnedStateChangeEvent
994
990
  ) => void;
995
991
 
996
992
  /**
997
993
  * The event is fired when the Anchor bar is switched from moving to fixed or the other way round.
998
994
  */
999
- toggleAnchorBar?: (
1000
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$ToggleAnchorBarEventParameters>
1001
- ) => void;
995
+ toggleAnchorBar?: (oEvent: ObjectPageLayout$ToggleAnchorBarEvent) => void;
1002
996
 
1003
997
  /**
1004
998
  * @since 1.73
1005
999
  *
1006
1000
  * Fired when the current section is changed by scrolling.
1007
1001
  */
1008
- sectionChange?: (
1009
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$SectionChangeEventParameters>
1010
- ) => void;
1002
+ sectionChange?: (oEvent: ObjectPageLayout$SectionChangeEvent) => void;
1011
1003
 
1012
1004
  /**
1013
1005
  * The event is fired when the Edit Header button is pressed
@@ -1019,9 +1011,7 @@ declare namespace sap {
1019
1011
  *
1020
1012
  * The event is fired when the selected section is changed using the navigation.
1021
1013
  */
1022
- navigate?: (
1023
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$NavigateEventParameters>
1024
- ) => void;
1014
+ navigate?: (oEvent: ObjectPageLayout$NavigateEvent) => void;
1025
1015
 
1026
1016
  /**
1027
1017
  * @since 1.77
@@ -1029,7 +1019,7 @@ declare namespace sap {
1029
1019
  * Fired when the visibility of subsections is changed.
1030
1020
  */
1031
1021
  subSectionVisibilityChange?: (
1032
- oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$SubSectionVisibilityChangeEventParameters>
1022
+ oEvent: ObjectPageLayout$SubSectionVisibilityChangeEvent
1033
1023
  ) => void;
1034
1024
  }
1035
1025
 
@@ -7532,84 +7522,24 @@ declare namespace sap {
7532
7522
  */
7533
7523
  type BlockBaseColumnLayout = string;
7534
7524
 
7535
- /**
7536
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BlockBase$ViewInitEventParameters'
7537
- * in 1.115.1 and any later releases.
7538
- */
7539
- type $BlockBaseViewInitEventParameters = sap.uxap.BlockBase$ViewInitEventParameters;
7540
-
7541
7525
  type BlockBase$ViewInitEvent = sap.ui.base.Event<BlockBase$ViewInitEventParameters>;
7542
7526
 
7543
- /**
7544
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkChangesPressEventParameters'
7545
- * in 1.115.1 and any later releases.
7546
- */
7547
- type $ObjectPageHeaderMarkChangesPressEventParameters = sap.uxap.ObjectPageHeader$MarkChangesPressEventParameters;
7548
-
7549
7527
  type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkChangesPressEventParameters>;
7550
7528
 
7551
- /**
7552
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkLockedPressEventParameters'
7553
- * in 1.115.1 and any later releases.
7554
- */
7555
- type $ObjectPageHeaderMarkLockedPressEventParameters = sap.uxap.ObjectPageHeader$MarkLockedPressEventParameters;
7556
-
7557
7529
  type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkLockedPressEventParameters>;
7558
7530
 
7559
- /**
7560
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$TitleSelectorPressEventParameters'
7561
- * in 1.115.1 and any later releases.
7562
- */
7563
- type $ObjectPageHeaderTitleSelectorPressEventParameters = sap.uxap.ObjectPageHeader$TitleSelectorPressEventParameters;
7564
-
7565
7531
  type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<ObjectPageHeader$TitleSelectorPressEventParameters>;
7566
7532
 
7567
- /**
7568
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$EditHeaderButtonPressEventParameters'
7569
- * in 1.115.1 and any later releases.
7570
- */
7571
- type $ObjectPageLayoutEditHeaderButtonPressEventParameters = sap.uxap.ObjectPageLayout$EditHeaderButtonPressEventParameters;
7572
-
7573
7533
  type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<ObjectPageLayout$EditHeaderButtonPressEventParameters>;
7574
7534
 
7575
- /**
7576
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters'
7577
- * in 1.115.1 and any later releases.
7578
- */
7579
- type $ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters = sap.uxap.ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters;
7580
-
7581
7535
  type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>;
7582
7536
 
7583
- /**
7584
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$NavigateEventParameters'
7585
- * in 1.115.1 and any later releases.
7586
- */
7587
- type $ObjectPageLayoutNavigateEventParameters = sap.uxap.ObjectPageLayout$NavigateEventParameters;
7588
-
7589
7537
  type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<ObjectPageLayout$NavigateEventParameters>;
7590
7538
 
7591
- /**
7592
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SectionChangeEventParameters'
7593
- * in 1.115.1 and any later releases.
7594
- */
7595
- type $ObjectPageLayoutSectionChangeEventParameters = sap.uxap.ObjectPageLayout$SectionChangeEventParameters;
7596
-
7597
7539
  type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<ObjectPageLayout$SectionChangeEventParameters>;
7598
7540
 
7599
- /**
7600
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SubSectionVisibilityChangeEventParameters'
7601
- * in 1.115.1 and any later releases.
7602
- */
7603
- type $ObjectPageLayoutSubSectionVisibilityChangeEventParameters = sap.uxap.ObjectPageLayout$SubSectionVisibilityChangeEventParameters;
7604
-
7605
7541
  type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<ObjectPageLayout$SubSectionVisibilityChangeEventParameters>;
7606
7542
 
7607
- /**
7608
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$ToggleAnchorBarEventParameters'
7609
- * in 1.115.1 and any later releases.
7610
- */
7611
- type $ObjectPageLayoutToggleAnchorBarEventParameters = sap.uxap.ObjectPageLayout$ToggleAnchorBarEventParameters;
7612
-
7613
7543
  type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<ObjectPageLayout$ToggleAnchorBarEventParameters>;
7614
7544
  }
7615
7545