@openui5/ts-types 1.132.1 → 1.134.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 +175 -134
- package/types/sap.m.d.ts +2251 -802
- package/types/sap.tnt.d.ts +325 -14
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +970 -641
- 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 +315 -230
- package/types/sap.ui.layout.d.ts +70 -70
- package/types/sap.ui.mdc.d.ts +368 -125
- package/types/sap.ui.rta.d.ts +79 -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 +129 -135
- 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 +20 -14
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.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
|
|
@@ -1139,6 +1139,9 @@ declare namespace sap {
|
|
|
1139
1139
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
* The list of Subsections.
|
|
1142
|
+
*
|
|
1143
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
1144
|
+
* reasons.
|
|
1142
1145
|
*/
|
|
1143
1146
|
subSections?:
|
|
1144
1147
|
| sap.uxap.ObjectPageSubSection[]
|
|
@@ -3299,7 +3302,7 @@ declare namespace sap {
|
|
|
3299
3302
|
/**
|
|
3300
3303
|
* Adds some breadCrumbLink to the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3301
3304
|
*
|
|
3302
|
-
* @deprecated
|
|
3305
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3303
3306
|
*
|
|
3304
3307
|
* @returns Reference to `this` in order to allow method chaining
|
|
3305
3308
|
*/
|
|
@@ -3474,7 +3477,7 @@ declare namespace sap {
|
|
|
3474
3477
|
/**
|
|
3475
3478
|
* Destroys all the breadCrumbsLinks in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3476
3479
|
*
|
|
3477
|
-
* @deprecated
|
|
3480
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3478
3481
|
*
|
|
3479
3482
|
* @returns Reference to `this` in order to allow method chaining
|
|
3480
3483
|
*/
|
|
@@ -3624,7 +3627,7 @@ declare namespace sap {
|
|
|
3624
3627
|
*
|
|
3625
3628
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
3626
3629
|
*
|
|
3627
|
-
* @deprecated
|
|
3630
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3628
3631
|
*/
|
|
3629
3632
|
getBreadCrumbsLinks(): sap.m.Link[];
|
|
3630
3633
|
/**
|
|
@@ -3635,7 +3638,7 @@ declare namespace sap {
|
|
|
3635
3638
|
*
|
|
3636
3639
|
* Default value is `Light`.
|
|
3637
3640
|
*
|
|
3638
|
-
* @deprecated
|
|
3641
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
3639
3642
|
*
|
|
3640
3643
|
* @returns Value of property `headerDesign`
|
|
3641
3644
|
*/
|
|
@@ -3883,7 +3886,7 @@ declare namespace sap {
|
|
|
3883
3886
|
* Checks for the provided `sap.m.Link` in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3884
3887
|
* and returns its index if found or -1 otherwise.
|
|
3885
3888
|
*
|
|
3886
|
-
* @deprecated
|
|
3889
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3887
3890
|
*
|
|
3888
3891
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3889
3892
|
*/
|
|
@@ -3914,7 +3917,7 @@ declare namespace sap {
|
|
|
3914
3917
|
/**
|
|
3915
3918
|
* Inserts a breadCrumbLink into the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3916
3919
|
*
|
|
3917
|
-
* @deprecated
|
|
3920
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3918
3921
|
*
|
|
3919
3922
|
* @returns Reference to `this` in order to allow method chaining
|
|
3920
3923
|
*/
|
|
@@ -3956,7 +3959,7 @@ declare namespace sap {
|
|
|
3956
3959
|
*
|
|
3957
3960
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3958
3961
|
*
|
|
3959
|
-
* @deprecated
|
|
3962
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3960
3963
|
*
|
|
3961
3964
|
* @returns An array of the removed elements (might be empty)
|
|
3962
3965
|
*/
|
|
@@ -3964,7 +3967,7 @@ declare namespace sap {
|
|
|
3964
3967
|
/**
|
|
3965
3968
|
* Removes a breadCrumbLink from the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3966
3969
|
*
|
|
3967
|
-
* @deprecated
|
|
3970
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3968
3971
|
*
|
|
3969
3972
|
* @returns The removed breadCrumbLink or `null`
|
|
3970
3973
|
*/
|
|
@@ -4645,7 +4648,7 @@ declare namespace sap {
|
|
|
4645
4648
|
*
|
|
4646
4649
|
* Default value is `Light`.
|
|
4647
4650
|
*
|
|
4648
|
-
* @deprecated
|
|
4651
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4649
4652
|
*
|
|
4650
4653
|
* @returns Value of property `contentDesign`
|
|
4651
4654
|
*/
|
|
@@ -4712,7 +4715,7 @@ declare namespace sap {
|
|
|
4712
4715
|
*
|
|
4713
4716
|
* Default value is `Light`.
|
|
4714
4717
|
*
|
|
4715
|
-
* @deprecated
|
|
4718
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4716
4719
|
*
|
|
4717
4720
|
* @returns Reference to `this` in order to allow method chaining
|
|
4718
4721
|
*/
|
|
@@ -7095,6 +7098,9 @@ declare namespace sap {
|
|
|
7095
7098
|
* Gets content of aggregation {@link #getSubSections subSections}.
|
|
7096
7099
|
*
|
|
7097
7100
|
* The list of Subsections.
|
|
7101
|
+
*
|
|
7102
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7103
|
+
* reasons.
|
|
7098
7104
|
*/
|
|
7099
7105
|
getSubSections(): sap.uxap.ObjectPageSubSection[];
|
|
7100
7106
|
/**
|