@openui5/types 1.122.1 → 1.123.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.1
1
+ // For Library Version: 1.123.1
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.122.1
1
+ // For Library Version: 1.123.1
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -380,7 +380,13 @@ declare module "sap/ui/suite/TaskCircle" {
380
380
  iValue?: int
381
381
  ): this;
382
382
  }
383
-
383
+ /**
384
+ * Describes the settings that can be provided to the TaskCircle constructor.
385
+ *
386
+ * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
387
+ * known
388
+ * @experimental (since 1.2) - The API may change. Use with care.
389
+ */
384
390
  export interface $TaskCircleSettings extends $ControlSettings {
385
391
  /**
386
392
  * Current value of the task circle to be displayed. In dependency of the parameters maxValue and minValue
@@ -422,8 +428,14 @@ declare module "sap/ui/suite/TaskCircle" {
422
428
  press?: (oEvent: Event) => void;
423
429
  }
424
430
 
431
+ /**
432
+ * Parameters of the TaskCircle#press event.
433
+ */
425
434
  export interface TaskCircle$PressEventParameters {}
426
435
 
436
+ /**
437
+ * Event object of the TaskCircle#press event.
438
+ */
427
439
  export type TaskCircle$PressEvent = Event<
428
440
  TaskCircle$PressEventParameters,
429
441
  TaskCircle
@@ -686,7 +698,13 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
686
698
  */
687
699
  setPercentage(iPercentage: int): this;
688
700
  }
689
-
701
+ /**
702
+ * Describes the settings that can be provided to the VerticalProgressIndicator constructor.
703
+ *
704
+ * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
705
+ * known
706
+ * @experimental (since 1.2) - The API may change. Use with care.
707
+ */
690
708
  export interface $VerticalProgressIndicatorSettings extends $ControlSettings {
691
709
  /**
692
710
  * The numerical value between 0 and 100 which determines the height of the vertical bar. Values higher
@@ -710,8 +728,14 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
710
728
  press?: (oEvent: Event) => void;
711
729
  }
712
730
 
731
+ /**
732
+ * Parameters of the VerticalProgressIndicator#press event.
733
+ */
713
734
  export interface VerticalProgressIndicator$PressEventParameters {}
714
735
 
736
+ /**
737
+ * Event object of the VerticalProgressIndicator#press event.
738
+ */
715
739
  export type VerticalProgressIndicator$PressEvent = Event<
716
740
  VerticalProgressIndicator$PressEventParameters,
717
741
  VerticalProgressIndicator
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.1
1
+ // For Library Version: 1.123.1
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**