@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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.m.d.ts +1946 -1117
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.core.d.ts +693 -718
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uxap.d.ts +33 -51
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
|
46
|
-
* known
|
|
47
|
-
* @experimental
|
|
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
|
|
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
|
|
387
|
-
* known
|
|
388
|
-
* @experimental
|
|
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
|
|
461
|
-
* known
|
|
462
|
-
* @experimental
|
|
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
|
|
705
|
-
* known
|
|
706
|
-
* @experimental
|
|
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.
|
|
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
|
|
169
|
+
* @experimental As of version 1.120.
|
|
170
170
|
*/
|
|
171
171
|
Deprecations = "undefined",
|
|
172
172
|
}
|