@openui5/ts-types 1.115.0 → 1.115.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,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
5
- * @SINCE 1.83
6
- * @EXPERIMENTAL (since 1.83)
5
+ * @since 1.83
6
+ * @experimental (since 1.83)
7
7
  *
8
8
  * Starts UI adaptation, initiated for an application at the passed root control instance. With this API
9
9
  * you are also able to modify the UI adaptation plugins list and or add some event handler functions to
@@ -56,8 +56,8 @@ declare module "sap/ui/rta/api/startAdaptation" {
56
56
 
57
57
  declare module "sap/ui/rta/api/startKeyUserAdaptation" {
58
58
  /**
59
- * @SINCE 1.71
60
- * @EXPERIMENTAL (since 1.71)
59
+ * @since 1.71
60
+ * @experimental (since 1.71)
61
61
  *
62
62
  * Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
63
63
  * extends to all valid child controls.
@@ -82,8 +82,8 @@ declare namespace sap {
82
82
  namespace rta {
83
83
  namespace enablement {
84
84
  /**
85
- * @SINCE 1.77
86
- * @EXPERIMENTAL (since 1.77)
85
+ * @since 1.77
86
+ * @experimental (since 1.77)
87
87
  *
88
88
  * sap.ui.fl Delegate to be used in elementActionTests.
89
89
  */
@@ -1,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 1.1
6
+ * @since 1.1
7
7
  * @deprecated (since 1.108)
8
8
  *
9
9
  * Suite controls library.
@@ -86,14 +86,14 @@ declare namespace sap {
86
86
  press?: (oEvent: sap.ui.base.Event) => void;
87
87
  }
88
88
 
89
- interface $TaskCirclePressEventParameters {}
89
+ interface TaskCircle$PressEventParameters {}
90
90
 
91
- interface $VerticalProgressIndicatorPressEventParameters {}
91
+ interface VerticalProgressIndicator$PressEventParameters {}
92
92
 
93
93
  /**
94
94
  * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
95
95
  * known
96
- * @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
96
+ * @experimental (since 1.2) - The API may change. Use with care.
97
97
  *
98
98
  * This control shows a circle which radius and color depends on the given parameters
99
99
  */
@@ -243,7 +243,7 @@ declare namespace sap {
243
243
  oListener?: object
244
244
  ): this;
245
245
  /**
246
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
246
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
247
247
  *
248
248
  * Fires event {@link #event:press press} to attached listeners.
249
249
  *
@@ -415,7 +415,7 @@ declare namespace sap {
415
415
  /**
416
416
  * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
417
417
  * known
418
- * @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
418
+ * @experimental (since 1.2) - The API may change. Use with care.
419
419
  *
420
420
  * This control shows a vertical progress bar in dependency of the given percentage. Only values between
421
421
  * 0 and 100 are valid.
@@ -568,7 +568,7 @@ declare namespace sap {
568
568
  oListener?: object
569
569
  ): this;
570
570
  /**
571
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
571
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
572
572
  *
573
573
  * Fires event {@link #event:press press} to attached listeners.
574
574
  *
@@ -665,6 +665,21 @@ declare namespace sap {
665
665
  */
666
666
  Yellow = "Yellow",
667
667
  }
668
+ /**
669
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TaskCircle$PressEventParameters'
670
+ * in 1.115.1 and any later releases.
671
+ */
672
+ type $TaskCirclePressEventParameters = sap.ui.suite.TaskCircle$PressEventParameters;
673
+
674
+ type TaskCircle$PressEvent = sap.ui.base.Event<TaskCircle$PressEventParameters>;
675
+
676
+ /**
677
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VerticalProgressIndicator$PressEventParameters'
678
+ * in 1.115.1 and any later releases.
679
+ */
680
+ type $VerticalProgressIndicatorPressEventParameters = sap.ui.suite.VerticalProgressIndicator$PressEventParameters;
681
+
682
+ type VerticalProgressIndicator$PressEvent = sap.ui.base.Event<VerticalProgressIndicator$PressEventParameters>;
668
683
  }
669
684
  }
670
685
 
@@ -1,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 1.50
6
+ * @since 1.50
7
7
  *
8
8
  * UI5 library: sap.ui.support. A library for the Support Assistant tool. Overview: The library provides
9
9
  * the Support Assistant tool. It enables application developers to check whether their applications are
@@ -29,7 +29,7 @@ declare namespace sap {
29
29
  */
30
30
  interface RuleAnalyzer {
31
31
  /**
32
- * @SINCE 1.60
32
+ * @since 1.60
33
33
  *
34
34
  * Adds new temporary rule when in silent mode
35
35
  *
@@ -133,7 +133,7 @@ declare namespace sap {
133
133
  getUIAreas(): void;
134
134
  }
135
135
  /**
136
- * @SINCE 1.48
136
+ * @since 1.48
137
137
  *
138
138
  * Allows to select the scope of analysis on an application.
139
139
  *
@@ -236,7 +236,7 @@ declare namespace sap {
236
236
  ): void;
237
237
  }
238
238
  /**
239
- * @SINCE 1.50
239
+ * @since 1.50
240
240
  *
241
241
  * Defines the Audiences.
242
242
  */
@@ -255,7 +255,7 @@ declare namespace sap {
255
255
  Internal = "Internal",
256
256
  }
257
257
  /**
258
- * @SINCE 1.50
258
+ * @since 1.50
259
259
  *
260
260
  * Issue Categories.
261
261
  */
@@ -277,7 +277,7 @@ declare namespace sap {
277
277
  */
278
278
  DataModel = "DataModel",
279
279
  /**
280
- * @SINCE 1.58
280
+ * @since 1.58
281
281
  *
282
282
  * Fiori Guidelines issue category.
283
283
  */
@@ -291,7 +291,7 @@ declare namespace sap {
291
291
  */
292
292
  Memory = "Memory",
293
293
  /**
294
- * @SINCE 1.60
294
+ * @since 1.60
295
295
  *
296
296
  * Modularization issue category.
297
297
  */
@@ -314,7 +314,7 @@ declare namespace sap {
314
314
  Usage = "Usage",
315
315
  }
316
316
  /**
317
- * @SINCE 1.58
317
+ * @since 1.58
318
318
  *
319
319
  * Analysis history formats.
320
320
  */
@@ -329,7 +329,7 @@ declare namespace sap {
329
329
  String = "String",
330
330
  }
331
331
  /**
332
- * @SINCE 1.50
332
+ * @since 1.50
333
333
  *
334
334
  * Defines severity types.
335
335
  */
@@ -348,7 +348,7 @@ declare namespace sap {
348
348
  Medium = "Medium",
349
349
  }
350
350
  /**
351
- * @SINCE 1.60
351
+ * @since 1.60
352
352
  *
353
353
  * Contains the available system presets.
354
354
  */