@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.uxap.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
|
/**
|
|
@@ -443,7 +443,7 @@ declare namespace sap {
|
|
|
443
443
|
* Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
|
|
444
444
|
* to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
|
|
445
445
|
*
|
|
446
|
-
* @deprecated
|
|
446
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
447
447
|
*/
|
|
448
448
|
headerDesign?:
|
|
449
449
|
| sap.uxap.ObjectPageHeaderDesign
|
|
@@ -523,7 +523,7 @@ declare namespace sap {
|
|
|
523
523
|
/**
|
|
524
524
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
525
525
|
*
|
|
526
|
-
* @deprecated
|
|
526
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
527
527
|
*/
|
|
528
528
|
breadCrumbsLinks?:
|
|
529
529
|
| sap.m.Link[]
|
|
@@ -638,7 +638,7 @@ declare namespace sap {
|
|
|
638
638
|
* Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
|
|
639
639
|
* to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
|
|
640
640
|
*
|
|
641
|
-
* @deprecated
|
|
641
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
642
642
|
*/
|
|
643
643
|
contentDesign?:
|
|
644
644
|
| sap.uxap.ObjectPageHeaderDesign
|
|
@@ -3299,7 +3299,7 @@ declare namespace sap {
|
|
|
3299
3299
|
/**
|
|
3300
3300
|
* Adds some breadCrumbLink to the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3301
3301
|
*
|
|
3302
|
-
* @deprecated
|
|
3302
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3303
3303
|
*
|
|
3304
3304
|
* @returns Reference to `this` in order to allow method chaining
|
|
3305
3305
|
*/
|
|
@@ -3474,7 +3474,7 @@ declare namespace sap {
|
|
|
3474
3474
|
/**
|
|
3475
3475
|
* Destroys all the breadCrumbsLinks in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3476
3476
|
*
|
|
3477
|
-
* @deprecated
|
|
3477
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3478
3478
|
*
|
|
3479
3479
|
* @returns Reference to `this` in order to allow method chaining
|
|
3480
3480
|
*/
|
|
@@ -3624,7 +3624,7 @@ declare namespace sap {
|
|
|
3624
3624
|
*
|
|
3625
3625
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
3626
3626
|
*
|
|
3627
|
-
* @deprecated
|
|
3627
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3628
3628
|
*/
|
|
3629
3629
|
getBreadCrumbsLinks(): sap.m.Link[];
|
|
3630
3630
|
/**
|
|
@@ -3635,7 +3635,7 @@ declare namespace sap {
|
|
|
3635
3635
|
*
|
|
3636
3636
|
* Default value is `Light`.
|
|
3637
3637
|
*
|
|
3638
|
-
* @deprecated
|
|
3638
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
3639
3639
|
*
|
|
3640
3640
|
* @returns Value of property `headerDesign`
|
|
3641
3641
|
*/
|
|
@@ -3883,7 +3883,7 @@ declare namespace sap {
|
|
|
3883
3883
|
* Checks for the provided `sap.m.Link` in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3884
3884
|
* and returns its index if found or -1 otherwise.
|
|
3885
3885
|
*
|
|
3886
|
-
* @deprecated
|
|
3886
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3887
3887
|
*
|
|
3888
3888
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3889
3889
|
*/
|
|
@@ -3914,7 +3914,7 @@ declare namespace sap {
|
|
|
3914
3914
|
/**
|
|
3915
3915
|
* Inserts a breadCrumbLink into the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3916
3916
|
*
|
|
3917
|
-
* @deprecated
|
|
3917
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3918
3918
|
*
|
|
3919
3919
|
* @returns Reference to `this` in order to allow method chaining
|
|
3920
3920
|
*/
|
|
@@ -3956,7 +3956,7 @@ declare namespace sap {
|
|
|
3956
3956
|
*
|
|
3957
3957
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3958
3958
|
*
|
|
3959
|
-
* @deprecated
|
|
3959
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3960
3960
|
*
|
|
3961
3961
|
* @returns An array of the removed elements (might be empty)
|
|
3962
3962
|
*/
|
|
@@ -3964,7 +3964,7 @@ declare namespace sap {
|
|
|
3964
3964
|
/**
|
|
3965
3965
|
* Removes a breadCrumbLink from the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3966
3966
|
*
|
|
3967
|
-
* @deprecated
|
|
3967
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3968
3968
|
*
|
|
3969
3969
|
* @returns The removed breadCrumbLink or `null`
|
|
3970
3970
|
*/
|
|
@@ -4645,7 +4645,7 @@ declare namespace sap {
|
|
|
4645
4645
|
*
|
|
4646
4646
|
* Default value is `Light`.
|
|
4647
4647
|
*
|
|
4648
|
-
* @deprecated
|
|
4648
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4649
4649
|
*
|
|
4650
4650
|
* @returns Value of property `contentDesign`
|
|
4651
4651
|
*/
|
|
@@ -4712,7 +4712,7 @@ declare namespace sap {
|
|
|
4712
4712
|
*
|
|
4713
4713
|
* Default value is `Light`.
|
|
4714
4714
|
*
|
|
4715
|
-
* @deprecated
|
|
4715
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4716
4716
|
*
|
|
4717
4717
|
* @returns Reference to `this` in order to allow method chaining
|
|
4718
4718
|
*/
|