@openui5/types 1.114.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,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -6,8 +6,8 @@ declare module "sap/ui/rta/api/startAdaptation" {
6
6
  import UIComponent from "sap/ui/core/UIComponent";
7
7
 
8
8
  /**
9
- * @SINCE 1.83
10
- * @EXPERIMENTAL (since 1.83)
9
+ * @since 1.83
10
+ * @experimental (since 1.83)
11
11
  *
12
12
  * Starts UI adaptation, initiated for an application at the passed root control instance. With this API
13
13
  * you are also able to modify the UI adaptation plugins list and or add some event handler functions to
@@ -64,8 +64,8 @@ declare module "sap/ui/rta/api/startKeyUserAdaptation" {
64
64
  import UIComponent from "sap/ui/core/UIComponent";
65
65
 
66
66
  /**
67
- * @SINCE 1.71
68
- * @EXPERIMENTAL (since 1.71)
67
+ * @since 1.71
68
+ * @experimental (since 1.71)
69
69
  *
70
70
  * Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
71
71
  * extends to all valid child controls.
@@ -87,8 +87,8 @@ declare module "sap/ui/rta/api/startKeyUserAdaptation" {
87
87
 
88
88
  declare module "sap/ui/rta/enablement/TestDelegate" {
89
89
  /**
90
- * @SINCE 1.77
91
- * @EXPERIMENTAL (since 1.77)
90
+ * @since 1.77
91
+ * @experimental (since 1.77)
92
92
  *
93
93
  * sap.ui.fl Delegate to be used in elementActionTests.
94
94
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -40,7 +40,7 @@ declare module "sap/ui/suite/TaskCircle" {
40
40
  /**
41
41
  * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
42
42
  * known
43
- * @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
43
+ * @experimental (since 1.2) - The API may change. Use with care.
44
44
  *
45
45
  * This control shows a circle which radius and color depends on the given parameters
46
46
  */
@@ -190,7 +190,7 @@ declare module "sap/ui/suite/TaskCircle" {
190
190
  oListener?: object
191
191
  ): this;
192
192
  /**
193
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
193
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
194
194
  *
195
195
  * Fires event {@link #event:press press} to attached listeners.
196
196
  *
@@ -207,13 +207,11 @@ declare module "sap/ui/suite/TaskCircle" {
207
207
  */
208
208
  focus(): void;
209
209
  /**
210
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
211
- * ariaDescribedBy}.
210
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
212
211
  */
213
212
  getAriaDescribedBy(): ID[];
214
213
  /**
215
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
216
- * ariaLabelledBy}.
214
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
217
215
  */
218
216
  getAriaLabelledBy(): ID[];
219
217
  /**
@@ -402,6 +400,16 @@ declare module "sap/ui/suite/TaskCircle" {
402
400
  */
403
401
  press?: (oEvent: Event) => void;
404
402
  }
403
+
404
+ export interface TaskCircle$PressEventParameters {}
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>;
405
413
  }
406
414
 
407
415
  declare module "sap/ui/suite/VerticalProgressIndicator" {
@@ -418,7 +426,7 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
418
426
  /**
419
427
  * @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
420
428
  * known
421
- * @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
429
+ * @experimental (since 1.2) - The API may change. Use with care.
422
430
  *
423
431
  * This control shows a vertical progress bar in dependency of the given percentage. Only values between
424
432
  * 0 and 100 are valid.
@@ -571,7 +579,7 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
571
579
  oListener?: object
572
580
  ): this;
573
581
  /**
574
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
582
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
575
583
  *
576
584
  * Fires event {@link #event:press press} to attached listeners.
577
585
  *
@@ -588,13 +596,11 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
588
596
  */
589
597
  focus(): void;
590
598
  /**
591
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
592
- * ariaDescribedBy}.
599
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
593
600
  */
594
601
  getAriaDescribedBy(): ID[];
595
602
  /**
596
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
597
- * ariaLabelledBy}.
603
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
598
604
  */
599
605
  getAriaLabelledBy(): ID[];
600
606
  /**
@@ -672,6 +678,16 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
672
678
  */
673
679
  press?: (oEvent: Event) => void;
674
680
  }
681
+
682
+ export interface VerticalProgressIndicator$PressEventParameters {}
683
+
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>;
675
691
  }
676
692
 
677
693
  declare namespace sap {
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.50
5
+ * @since 1.50
6
6
  *
7
7
  * Defines the Audiences.
8
8
  */
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
21
21
  Internal = "Internal",
22
22
  }
23
23
  /**
24
- * @SINCE 1.50
24
+ * @since 1.50
25
25
  *
26
26
  * Issue Categories.
27
27
  */
@@ -43,7 +43,7 @@ declare module "sap/ui/support/library" {
43
43
  */
44
44
  DataModel = "DataModel",
45
45
  /**
46
- * @SINCE 1.58
46
+ * @since 1.58
47
47
  *
48
48
  * Fiori Guidelines issue category.
49
49
  */
@@ -57,7 +57,7 @@ declare module "sap/ui/support/library" {
57
57
  */
58
58
  Memory = "Memory",
59
59
  /**
60
- * @SINCE 1.60
60
+ * @since 1.60
61
61
  *
62
62
  * Modularization issue category.
63
63
  */
@@ -80,7 +80,7 @@ declare module "sap/ui/support/library" {
80
80
  Usage = "Usage",
81
81
  }
82
82
  /**
83
- * @SINCE 1.58
83
+ * @since 1.58
84
84
  *
85
85
  * Analysis history formats.
86
86
  */
@@ -120,7 +120,7 @@ declare module "sap/ui/support/library" {
120
120
  };
121
121
 
122
122
  /**
123
- * @SINCE 1.50
123
+ * @since 1.50
124
124
  *
125
125
  * Defines severity types.
126
126
  */
@@ -139,7 +139,7 @@ declare module "sap/ui/support/library" {
139
139
  Medium = "Medium",
140
140
  }
141
141
  /**
142
- * @SINCE 1.60
142
+ * @since 1.60
143
143
  *
144
144
  * Contains the available system presets.
145
145
  */
@@ -189,7 +189,7 @@ declare module "sap/ui/support/supportRules/History" {
189
189
 
190
190
  declare module "sap/ui/support/supportRules/ExecutionScope" {
191
191
  /**
192
- * @SINCE 1.48
192
+ * @since 1.48
193
193
  *
194
194
  * Allows to select the scope of analysis on an application.
195
195
  *
@@ -284,13 +284,13 @@ declare module "sap/ui/support/RuleAnalyzer" {
284
284
  * - `sap.ui.support.RuleAnalyzer.addRule` method allows adding a new rule.
285
285
  * - `sap.ui.support.RuleAnalyzer.analyze` starts the analysis of the application.
286
286
  * - Then the result can be accessed with methods `sap.ui.support.RuleAnalyzer.getAnalysisHistory`, `sap.ui.support.RuleAnalyzer.getLastAnalysisHistory`
287
- * or `sap.ui.support.RuleAnalyzer.getFormattedAnalysisHistory`.
287
+ * or `sap.ui.support.RuleAnalyzer.getFormattedAnalysisHistory`.
288
288
  *
289
- * For more information, see {@link topic:a34eb58aaf124f538a3ead23a6cab04a Support Assistant API}.
289
+ * For more information, see {@link https://ui5.sap.com/#/topic/a34eb58aaf124f538a3ead23a6cab04a Support Assistant API}.
290
290
  */
291
291
  interface RuleAnalyzer {
292
292
  /**
293
- * @SINCE 1.60
293
+ * @since 1.60
294
294
  *
295
295
  * Adds new temporary rule when in silent mode
296
296
  *
@@ -298,8 +298,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
298
298
  */
299
299
  addRule(
300
300
  /**
301
- * Settings for the new rule. For detailed information about its properties see {@link topic:eaeea19a991d46f29e6d8d8827317d0e
302
- * Rule Property Values}
301
+ * Settings for the new rule. For detailed information about its properties see {@link https://ui5.sap.com/#/topic/eaeea19a991d46f29e6d8d8827317d0e Rule Property Values}
303
302
  */
304
303
  oRule: RuleConfiguration
305
304
  ): string;
@@ -313,7 +312,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
313
312
  */
314
313
  analyze(
315
314
  /**
316
- * The execution scope of the analysis (see {@link topic:e15067d976f24b11907f4c262bd749a0 Execution Scope}).
315
+ * The execution scope of the analysis (see {@link https://ui5.sap.com/#/topic/e15067d976f24b11907f4c262bd749a0 Execution Scope}).
317
316
  */
318
317
  oExecutionScope?: {
319
318
  /**
@@ -374,7 +373,7 @@ declare module "sap/ui/support/RuleAnalyzer" {
374
373
  declare namespace sap {
375
374
  namespace ui {
376
375
  /**
377
- * @SINCE 1.50
376
+ * @since 1.50
378
377
  *
379
378
  * UI5 library: sap.ui.support. A library for the Support Assistant tool. Overview: The library provides
380
379
  * the Support Assistant tool. It enables application developers to check whether their applications are