@openui5/ts-types 1.103.1 → 1.106.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 +236 -4
- package/types/sap.m.d.ts +2442 -195
- package/types/sap.tnt.d.ts +3 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +31 -31
- package/types/sap.ui.core.d.ts +728 -284
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1117 -5
- package/types/sap.ui.integration.d.ts +138 -76
- package/types/sap.ui.layout.d.ts +7 -7
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.rta.d.ts +5 -1
- package/types/sap.ui.suite.d.ts +5 -5
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +26 -8
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +146 -19
- package/types/sap.ui.ux3.d.ts +11 -11
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +239 -43
- package/types/sap.ui.webc.main.d.ts +636 -146
- package/types/sap.uxap.d.ts +41 -1
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.106.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -905,7 +905,7 @@ declare namespace sap {
|
|
|
905
905
|
* The ariaDescribedBy to be removed or its index or ID
|
|
906
906
|
*/
|
|
907
907
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
908
|
-
): sap.ui.core.ID;
|
|
908
|
+
): sap.ui.core.ID | null;
|
|
909
909
|
/**
|
|
910
910
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
911
911
|
*
|
|
@@ -916,7 +916,7 @@ declare namespace sap {
|
|
|
916
916
|
* The ariaLabelledBy to be removed or its index or ID
|
|
917
917
|
*/
|
|
918
918
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
919
|
-
): sap.ui.core.ID;
|
|
919
|
+
): sap.ui.core.ID | null;
|
|
920
920
|
/**
|
|
921
921
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
922
922
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.106.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -9332,7 +9332,7 @@ declare namespace sap {
|
|
|
9332
9332
|
* The ariaDescribedBy to be removed or its index or ID
|
|
9333
9333
|
*/
|
|
9334
9334
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
9335
|
-
): sap.ui.core.ID;
|
|
9335
|
+
): sap.ui.core.ID | null;
|
|
9336
9336
|
/**
|
|
9337
9337
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
9338
9338
|
*
|
|
@@ -9343,7 +9343,7 @@ declare namespace sap {
|
|
|
9343
9343
|
* The ariaLabelledBy to be removed or its index or ID
|
|
9344
9344
|
*/
|
|
9345
9345
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
9346
|
-
): sap.ui.core.ID;
|
|
9346
|
+
): sap.ui.core.ID | null;
|
|
9347
9347
|
/**
|
|
9348
9348
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
9349
9349
|
*
|
|
@@ -10829,7 +10829,7 @@ declare namespace sap {
|
|
|
10829
10829
|
* The ariaDescribedBy to be removed or its index or ID
|
|
10830
10830
|
*/
|
|
10831
10831
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
10832
|
-
): sap.ui.core.ID;
|
|
10832
|
+
): sap.ui.core.ID | null;
|
|
10833
10833
|
/**
|
|
10834
10834
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10835
10835
|
*
|
|
@@ -10840,7 +10840,7 @@ declare namespace sap {
|
|
|
10840
10840
|
* The ariaLabelledBy to be removed or its index or ID
|
|
10841
10841
|
*/
|
|
10842
10842
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
10843
|
-
): sap.ui.core.ID;
|
|
10843
|
+
): sap.ui.core.ID | null;
|
|
10844
10844
|
/**
|
|
10845
10845
|
* Sets a new value for property {@link #getChecked checked}.
|
|
10846
10846
|
*
|
|
@@ -12635,12 +12635,12 @@ declare namespace sap {
|
|
|
12635
12635
|
*/
|
|
12636
12636
|
getSearchHelpText(): string;
|
|
12637
12637
|
/**
|
|
12638
|
-
*
|
|
12639
|
-
* (if needed)
|
|
12638
|
+
* Overrides the method inherited from {@link sap.ui.core.Element} by providing information on Search Help
|
|
12639
|
+
* access (if needed)
|
|
12640
12640
|
*
|
|
12641
|
-
* @returns string tooltip or undefined
|
|
12641
|
+
* @returns string tooltip or `undefined`
|
|
12642
12642
|
*/
|
|
12643
|
-
getTooltip_AsString(): string;
|
|
12643
|
+
getTooltip_AsString(): string | undefined;
|
|
12644
12644
|
/**
|
|
12645
12645
|
* Ensure that handed in ListBoxes are taken from the visible UI immediately.
|
|
12646
12646
|
*/
|
|
@@ -14918,7 +14918,7 @@ declare namespace sap {
|
|
|
14918
14918
|
* The ariaDescribedBy to be removed or its index or ID
|
|
14919
14919
|
*/
|
|
14920
14920
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
14921
|
-
): sap.ui.core.ID;
|
|
14921
|
+
): sap.ui.core.ID | null;
|
|
14922
14922
|
/**
|
|
14923
14923
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
14924
14924
|
*
|
|
@@ -14929,7 +14929,7 @@ declare namespace sap {
|
|
|
14929
14929
|
* The ariaLabelledBy to be removed or its index or ID
|
|
14930
14930
|
*/
|
|
14931
14931
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
14932
|
-
): sap.ui.core.ID;
|
|
14932
|
+
): sap.ui.core.ID | null;
|
|
14933
14933
|
/**
|
|
14934
14934
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
14935
14935
|
*
|
|
@@ -15501,7 +15501,7 @@ declare namespace sap {
|
|
|
15501
15501
|
* The ariaDescribedBy to be removed or its index or ID
|
|
15502
15502
|
*/
|
|
15503
15503
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
15504
|
-
): sap.ui.core.ID;
|
|
15504
|
+
): sap.ui.core.ID | null;
|
|
15505
15505
|
/**
|
|
15506
15506
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
15507
15507
|
*
|
|
@@ -15512,7 +15512,7 @@ declare namespace sap {
|
|
|
15512
15512
|
* The ariaLabelledBy to be removed or its index or ID
|
|
15513
15513
|
*/
|
|
15514
15514
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
15515
|
-
): sap.ui.core.ID;
|
|
15515
|
+
): sap.ui.core.ID | null;
|
|
15516
15516
|
/**
|
|
15517
15517
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
15518
15518
|
*
|
|
@@ -18646,7 +18646,7 @@ declare namespace sap {
|
|
|
18646
18646
|
* The ariaDescribedBy to be removed or its index or ID
|
|
18647
18647
|
*/
|
|
18648
18648
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
18649
|
-
): sap.ui.core.ID;
|
|
18649
|
+
): sap.ui.core.ID | null;
|
|
18650
18650
|
/**
|
|
18651
18651
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
18652
18652
|
*
|
|
@@ -18657,7 +18657,7 @@ declare namespace sap {
|
|
|
18657
18657
|
* The ariaLabelledBy to be removed or its index or ID
|
|
18658
18658
|
*/
|
|
18659
18659
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
18660
|
-
): sap.ui.core.ID;
|
|
18660
|
+
): sap.ui.core.ID | null;
|
|
18661
18661
|
/**
|
|
18662
18662
|
* Sets a new value for property {@link #getEditable editable}.
|
|
18663
18663
|
*
|
|
@@ -19168,7 +19168,7 @@ declare namespace sap {
|
|
|
19168
19168
|
* The ariaDescribedBy to be removed or its index or ID
|
|
19169
19169
|
*/
|
|
19170
19170
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
19171
|
-
): sap.ui.core.ID;
|
|
19171
|
+
): sap.ui.core.ID | null;
|
|
19172
19172
|
/**
|
|
19173
19173
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
19174
19174
|
*
|
|
@@ -19179,7 +19179,7 @@ declare namespace sap {
|
|
|
19179
19179
|
* The ariaLabelledBy to be removed or its index or ID
|
|
19180
19180
|
*/
|
|
19181
19181
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
19182
|
-
): sap.ui.core.ID;
|
|
19182
|
+
): sap.ui.core.ID | null;
|
|
19183
19183
|
/**
|
|
19184
19184
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
19185
19185
|
*
|
|
@@ -19720,7 +19720,7 @@ declare namespace sap {
|
|
|
19720
19720
|
* The ariaDescribedBy to be removed or its index or ID
|
|
19721
19721
|
*/
|
|
19722
19722
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
19723
|
-
): sap.ui.core.ID;
|
|
19723
|
+
): sap.ui.core.ID | null;
|
|
19724
19724
|
/**
|
|
19725
19725
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
19726
19726
|
*
|
|
@@ -19731,7 +19731,7 @@ declare namespace sap {
|
|
|
19731
19731
|
* The ariaLabelledBy to be removed or its index or ID
|
|
19732
19732
|
*/
|
|
19733
19733
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
19734
|
-
): sap.ui.core.ID;
|
|
19734
|
+
): sap.ui.core.ID | null;
|
|
19735
19735
|
/**
|
|
19736
19736
|
* Sets a new value for property {@link #getAverageValue averageValue}.
|
|
19737
19737
|
*
|
|
@@ -22787,7 +22787,7 @@ declare namespace sap {
|
|
|
22787
22787
|
* The ariaDescribedBy to be removed or its index or ID
|
|
22788
22788
|
*/
|
|
22789
22789
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
22790
|
-
): sap.ui.core.ID;
|
|
22790
|
+
): sap.ui.core.ID | null;
|
|
22791
22791
|
/**
|
|
22792
22792
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
22793
22793
|
*
|
|
@@ -22798,7 +22798,7 @@ declare namespace sap {
|
|
|
22798
22798
|
* The ariaLabelledBy to be removed or its index or ID
|
|
22799
22799
|
*/
|
|
22800
22800
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
22801
|
-
): sap.ui.core.ID;
|
|
22801
|
+
): sap.ui.core.ID | null;
|
|
22802
22802
|
/**
|
|
22803
22803
|
* Sets a new value for property {@link #getEditable editable}.
|
|
22804
22804
|
*
|
|
@@ -23892,7 +23892,7 @@ declare namespace sap {
|
|
|
23892
23892
|
* The ariaDescribedBy to be removed or its index or ID
|
|
23893
23893
|
*/
|
|
23894
23894
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
23895
|
-
): sap.ui.core.ID;
|
|
23895
|
+
): sap.ui.core.ID | null;
|
|
23896
23896
|
/**
|
|
23897
23897
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
23898
23898
|
*
|
|
@@ -23903,7 +23903,7 @@ declare namespace sap {
|
|
|
23903
23903
|
* The ariaLabelledBy to be removed or its index or ID
|
|
23904
23904
|
*/
|
|
23905
23905
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
23906
|
-
): sap.ui.core.ID;
|
|
23906
|
+
): sap.ui.core.ID | null;
|
|
23907
23907
|
/**
|
|
23908
23908
|
* Sets a new value for property {@link #getEditable editable}.
|
|
23909
23909
|
*
|
|
@@ -25757,9 +25757,9 @@ declare namespace sap {
|
|
|
25757
25757
|
/**
|
|
25758
25758
|
* Method for accessing the DOM Ref of the input element.
|
|
25759
25759
|
*
|
|
25760
|
-
* @returns DOM reference or null
|
|
25760
|
+
* @returns DOM reference or `null`
|
|
25761
25761
|
*/
|
|
25762
|
-
getInputDomRef():
|
|
25762
|
+
getInputDomRef(): HTMLElement | null;
|
|
25763
25763
|
/**
|
|
25764
25764
|
* Returns the current value of the `TextField`. In case of editing the `TextField` you can access the current
|
|
25765
25765
|
* value via this method. The validated value is accessible via the property value.
|
|
@@ -25926,7 +25926,7 @@ declare namespace sap {
|
|
|
25926
25926
|
* The ariaDescribedBy to be removed or its index or ID
|
|
25927
25927
|
*/
|
|
25928
25928
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
25929
|
-
): sap.ui.core.ID;
|
|
25929
|
+
): sap.ui.core.ID | null;
|
|
25930
25930
|
/**
|
|
25931
25931
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
25932
25932
|
*
|
|
@@ -25937,7 +25937,7 @@ declare namespace sap {
|
|
|
25937
25937
|
* The ariaLabelledBy to be removed or its index or ID
|
|
25938
25938
|
*/
|
|
25939
25939
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
25940
|
-
): sap.ui.core.ID;
|
|
25940
|
+
): sap.ui.core.ID | null;
|
|
25941
25941
|
/**
|
|
25942
25942
|
* Sets a new value for property {@link #getAccessibleRole accessibleRole}.
|
|
25943
25943
|
*
|
|
@@ -26442,7 +26442,7 @@ declare namespace sap {
|
|
|
26442
26442
|
* The ariaDescribedBy to be removed or its index or ID
|
|
26443
26443
|
*/
|
|
26444
26444
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
26445
|
-
): sap.ui.core.ID;
|
|
26445
|
+
): sap.ui.core.ID | null;
|
|
26446
26446
|
/**
|
|
26447
26447
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
26448
26448
|
*
|
|
@@ -26453,7 +26453,7 @@ declare namespace sap {
|
|
|
26453
26453
|
* The ariaLabelledBy to be removed or its index or ID
|
|
26454
26454
|
*/
|
|
26455
26455
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
26456
|
-
): sap.ui.core.ID;
|
|
26456
|
+
): sap.ui.core.ID | null;
|
|
26457
26457
|
/**
|
|
26458
26458
|
* Sets a new value for property {@link #getAccessibleRole accessibleRole}.
|
|
26459
26459
|
*
|
|
@@ -28224,7 +28224,7 @@ declare namespace sap {
|
|
|
28224
28224
|
* The ariaDescribedBy to be removed or its index or ID
|
|
28225
28225
|
*/
|
|
28226
28226
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
28227
|
-
): sap.ui.core.ID;
|
|
28227
|
+
): sap.ui.core.ID | null;
|
|
28228
28228
|
/**
|
|
28229
28229
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
28230
28230
|
*
|
|
@@ -28235,7 +28235,7 @@ declare namespace sap {
|
|
|
28235
28235
|
* The ariaLabelledBy to be removed or its index or ID
|
|
28236
28236
|
*/
|
|
28237
28237
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
28238
|
-
): sap.ui.core.ID;
|
|
28238
|
+
): sap.ui.core.ID | null;
|
|
28239
28239
|
/**
|
|
28240
28240
|
* Removes a node from the aggregation {@link #getNodes nodes}.
|
|
28241
28241
|
*
|