@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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +127 -127
- package/types/sap.m.d.ts +1611 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- 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 +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
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 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
|
|
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
|
|
16
|
-
* known
|
|
17
|
-
* @experimental
|
|
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
|
|
73
|
-
* known
|
|
74
|
-
* @experimental
|
|
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
|
|
117
|
-
* known
|
|
118
|
-
* @experimental
|
|
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
|
|
459
|
-
* known
|
|
460
|
-
* @experimental
|
|
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.
|
|
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
|
|
395
|
+
* @experimental As of version 1.120.
|
|
396
396
|
*/
|
|
397
397
|
Deprecations = "undefined",
|
|
398
398
|
}
|