@openui5/ts-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
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6,15 +6,15 @@ declare namespace sap {
6
6
  * Suite controls library.
7
7
  *
8
8
  * @since 1.1
9
- * @deprecated (since 1.108)
9
+ * @deprecated As of version 1.108.
10
10
  */
11
11
  namespace suite {
12
12
  /**
13
13
  * Describes the settings that can be provided to the TaskCircle constructor.
14
14
  *
15
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
16
- * known
17
- * @experimental (since 1.2) - The API may change. Use with care.
15
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
16
+ * are known
17
+ * @experimental As of version 1.2. The API may change. Use with care.
18
18
  */
19
19
  interface $TaskCircleSettings extends sap.ui.core.$ControlSettings {
20
20
  /**
@@ -69,9 +69,9 @@ declare namespace sap {
69
69
  /**
70
70
  * Describes the settings that can be provided to the VerticalProgressIndicator constructor.
71
71
  *
72
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
73
- * known
74
- * @experimental (since 1.2) - The API may change. Use with care.
72
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
73
+ * are known
74
+ * @experimental As of version 1.2. The API may change. Use with care.
75
75
  */
76
76
  interface $VerticalProgressIndicatorSettings
77
77
  extends sap.ui.core.$ControlSettings {
@@ -113,9 +113,9 @@ declare namespace sap {
113
113
  /**
114
114
  * This control shows a circle which radius and color depends on the given parameters
115
115
  *
116
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
117
- * known
118
- * @experimental (since 1.2) - The API may change. Use with care.
116
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
117
+ * are known
118
+ * @experimental As of version 1.2. The API may change. Use with care.
119
119
  */
120
120
  class TaskCircle extends sap.ui.core.Control {
121
121
  /**
@@ -455,9 +455,9 @@ declare namespace sap {
455
455
  * This control shows a vertical progress bar in dependency of the given percentage. Only values between
456
456
  * 0 and 100 are valid.
457
457
  *
458
- * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
459
- * known
460
- * @experimental (since 1.2) - The API may change. Use with care.
458
+ * @deprecated As of version 1.108. there's no replacement for this functionality as no active use cases
459
+ * are known
460
+ * @experimental As of version 1.2. The API may change. Use with care.
461
461
  */
462
462
  class VerticalProgressIndicator extends sap.ui.core.Control {
463
463
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -392,7 +392,7 @@ declare namespace sap {
392
392
  /**
393
393
  * Preset to find usages of deprecated controls, properties, aggregations and others.
394
394
  *
395
- * @experimental (since 1.120)
395
+ * @experimental As of version 1.120.
396
396
  */
397
397
  Deprecations = "undefined",
398
398
  }