@openui5/types 1.115.1 → 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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -403,13 +403,10 @@ declare module "sap/ui/suite/TaskCircle" {
403
403
 
404
404
  export interface TaskCircle$PressEventParameters {}
405
405
 
406
- /**
407
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TaskCircle$PressEventParameters'
408
- * in 1.115.1 and any later releases.
409
- */
410
- export type $TaskCirclePressEventParameters = TaskCircle$PressEventParameters;
411
-
412
- export type TaskCircle$PressEvent = Event<TaskCircle$PressEventParameters>;
406
+ export type TaskCircle$PressEvent = Event<
407
+ TaskCircle$PressEventParameters,
408
+ TaskCircle
409
+ >;
413
410
  }
414
411
 
415
412
  declare module "sap/ui/suite/VerticalProgressIndicator" {
@@ -681,13 +678,10 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
681
678
 
682
679
  export interface VerticalProgressIndicator$PressEventParameters {}
683
680
 
684
- /**
685
- * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VerticalProgressIndicator$PressEventParameters'
686
- * in 1.115.1 and any later releases.
687
- */
688
- export type $VerticalProgressIndicatorPressEventParameters = VerticalProgressIndicator$PressEventParameters;
689
-
690
- export type VerticalProgressIndicator$PressEvent = Event<VerticalProgressIndicator$PressEventParameters>;
681
+ export type VerticalProgressIndicator$PressEvent = Event<
682
+ VerticalProgressIndicator$PressEventParameters,
683
+ VerticalProgressIndicator
684
+ >;
691
685
  }
692
686
 
693
687
  declare namespace sap {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.1
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**