@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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1780 -1315
- package/types/sap.m.d.ts +12407 -8461
- package/types/sap.tnt.d.ts +173 -95
- package/types/sap.ui.codeeditor.d.ts +61 -39
- package/types/sap.ui.commons.d.ts +1393 -846
- package/types/sap.ui.core.d.ts +6286 -3651
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +160 -100
- package/types/sap.ui.integration.d.ts +502 -375
- package/types/sap.ui.layout.d.ts +603 -640
- package/types/sap.ui.mdc.d.ts +22208 -140
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +29 -13
- package/types/sap.ui.support.d.ts +15 -16
- package/types/sap.ui.table.d.ts +907 -647
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1765 -1179
- package/types/sap.ui.ux3.d.ts +1472 -807
- package/types/sap.ui.webc.common.d.ts +5 -5
- package/types/sap.ui.webc.fiori.d.ts +817 -462
- package/types/sap.ui.webc.main.d.ts +2018 -1096
- package/types/sap.uxap.d.ts +472 -348
package/types/sap.ui.rta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
-
* @
|
|
10
|
-
* @
|
|
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
|
-
* @
|
|
68
|
-
* @
|
|
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
|
-
* @
|
|
91
|
-
* @
|
|
90
|
+
* @since 1.77
|
|
91
|
+
* @experimental (since 1.77)
|
|
92
92
|
*
|
|
93
93
|
* sap.ui.fl Delegate to be used in elementActionTests.
|
|
94
94
|
*/
|
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
*
|
|
287
|
+
* or `sap.ui.support.RuleAnalyzer.getFormattedAnalysisHistory`.
|
|
288
288
|
*
|
|
289
|
-
* For more information, see {@link topic
|
|
289
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/a34eb58aaf124f538a3ead23a6cab04a Support Assistant API}.
|
|
290
290
|
*/
|
|
291
291
|
interface RuleAnalyzer {
|
|
292
292
|
/**
|
|
293
|
-
* @
|
|
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
|
|
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
|
|
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
|
-
* @
|
|
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
|