@openui5/types 1.132.0 → 1.133.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.132.0
1
+ // For Library Version: 1.133.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.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -42,9 +42,9 @@ declare module "sap/ui/suite/TaskCircle" {
42
42
  /**
43
43
  * This control shows a circle which radius and color depends on the given parameters
44
44
  *
45
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
46
- * known
47
- * @experimental (since 1.2) - The API may change. Use with care.
45
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
46
+ * are known
47
+ * @experimental As of version 1.2. The API may change. Use with care.
48
48
  */
49
49
  export default class TaskCircle extends Control {
50
50
  /**
@@ -233,7 +233,7 @@ declare module "sap/ui/suite/TaskCircle" {
233
233
  *
234
234
  * @returns Value of property `color`
235
235
  */
236
- getColor(): TaskCircleColor | keyof typeof TaskCircleColor;
236
+ getColor(): TaskCircleColor;
237
237
  /**
238
238
  * Gets current value of property {@link #getMaxValue maxValue}.
239
239
  *
@@ -383,9 +383,9 @@ declare module "sap/ui/suite/TaskCircle" {
383
383
  /**
384
384
  * Describes the settings that can be provided to the TaskCircle constructor.
385
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.
386
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
387
+ * are known
388
+ * @experimental As of version 1.2. The API may change. Use with care.
389
389
  */
390
390
  export interface $TaskCircleSettings extends $ControlSettings {
391
391
  /**
@@ -457,9 +457,9 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
457
457
  * This control shows a vertical progress bar in dependency of the given percentage. Only values between
458
458
  * 0 and 100 are valid.
459
459
  *
460
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
461
- * known
462
- * @experimental (since 1.2) - The API may change. Use with care.
460
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
461
+ * are known
462
+ * @experimental As of version 1.2. The API may change. Use with care.
463
463
  */
464
464
  export default class VerticalProgressIndicator extends Control {
465
465
  /**
@@ -701,9 +701,9 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
701
701
  /**
702
702
  * Describes the settings that can be provided to the VerticalProgressIndicator constructor.
703
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.
704
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
705
+ * are known
706
+ * @experimental As of version 1.2. The API may change. Use with care.
707
707
  */
708
708
  export interface $VerticalProgressIndicatorSettings extends $ControlSettings {
709
709
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -166,7 +166,7 @@ declare module "sap/ui/support/library" {
166
166
  /**
167
167
  * Preset to find usages of deprecated controls, properties, aggregations and others.
168
168
  *
169
- * @experimental (since 1.120)
169
+ * @experimental As of version 1.120.
170
170
  */
171
171
  Deprecations = "undefined",
172
172
  }