@openui5/ts-types 1.120.0 → 1.120.2
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 +1 -1
- package/types/sap.m.d.ts +27 -9
- package/types/sap.tnt.d.ts +9 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +440 -135
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +19 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3529,6 +3529,7 @@ declare namespace sap {
|
|
|
3529
3529
|
oListener?: object
|
|
3530
3530
|
): this;
|
|
3531
3531
|
/**
|
|
3532
|
+
* @deprecated (since 1.120.0)
|
|
3532
3533
|
* @experimental (since 1.97)
|
|
3533
3534
|
*
|
|
3534
3535
|
* This function is called when a CSRF token has expired.
|
|
@@ -3542,6 +3543,7 @@ declare namespace sap {
|
|
|
3542
3543
|
}
|
|
3543
3544
|
): void;
|
|
3544
3545
|
/**
|
|
3546
|
+
* @deprecated (since 1.120.0)
|
|
3545
3547
|
* @experimental (since 1.97)
|
|
3546
3548
|
*
|
|
3547
3549
|
* This function is called when a CSRF token is fetched.
|
|
@@ -3781,7 +3783,9 @@ declare namespace sap {
|
|
|
3781
3783
|
sPath: string
|
|
3782
3784
|
): Promise<null>;
|
|
3783
3785
|
/**
|
|
3786
|
+
* @deprecated (since 1.120.0)
|
|
3784
3787
|
* @experimental (since 1.97)
|
|
3788
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3785
3789
|
*
|
|
3786
3790
|
* Resolves the CSRF token and returns a Promise with its value.
|
|
3787
3791
|
*
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -5100,6 +5100,10 @@ declare namespace sap {
|
|
|
5100
5100
|
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
5101
5101
|
*/
|
|
5102
5102
|
keepValue?: string;
|
|
5103
|
+
/**
|
|
5104
|
+
* If set, the input and output might contain multiple lines
|
|
5105
|
+
*/
|
|
5106
|
+
multipleLines?: boolean;
|
|
5103
5107
|
},
|
|
5104
5108
|
/**
|
|
5105
5109
|
* Value constraints
|
|
@@ -5306,6 +5310,10 @@ declare namespace sap {
|
|
|
5306
5310
|
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
5307
5311
|
*/
|
|
5308
5312
|
keepValue?: string;
|
|
5313
|
+
/**
|
|
5314
|
+
* If set, the input and output might contain multiple lines
|
|
5315
|
+
*/
|
|
5316
|
+
multipleLines?: boolean;
|
|
5309
5317
|
},
|
|
5310
5318
|
/**
|
|
5311
5319
|
* Value constraints
|
|
@@ -5512,6 +5520,10 @@ declare namespace sap {
|
|
|
5512
5520
|
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
5513
5521
|
*/
|
|
5514
5522
|
keepValue?: string;
|
|
5523
|
+
/**
|
|
5524
|
+
* If set, the input and output might contain multiple lines
|
|
5525
|
+
*/
|
|
5526
|
+
multipleLines?: boolean;
|
|
5515
5527
|
},
|
|
5516
5528
|
/**
|
|
5517
5529
|
* Value constraints
|
|
@@ -8808,6 +8820,8 @@ declare namespace sap {
|
|
|
8808
8820
|
interface $FilterableListContentSettings
|
|
8809
8821
|
extends sap.ui.mdc.valuehelp.base.$ListContentSettings {
|
|
8810
8822
|
/**
|
|
8823
|
+
* @deprecated (since 1.120.2) - replaced in future version by {@link sap.ui.mdc.ValueHelpDelegate.isSearchSupported isSearchSupported}
|
|
8824
|
+
*
|
|
8811
8825
|
* The fields based on which the table data is filtered. For filtering, the value of the `filterValue` property
|
|
8812
8826
|
* is used.
|
|
8813
8827
|
*
|
|
@@ -11224,6 +11238,8 @@ declare namespace sap {
|
|
|
11224
11238
|
*/
|
|
11225
11239
|
getFilterBar(): sap.ui.mdc.filterbar.vh.FilterBar;
|
|
11226
11240
|
/**
|
|
11241
|
+
* @deprecated (since 1.120.2) - replaced in future version by {@link sap.ui.mdc.ValueHelpDelegate.isSearchSupported isSearchSupported}
|
|
11242
|
+
*
|
|
11227
11243
|
* Gets current value of property {@link #getFilterFields filterFields}.
|
|
11228
11244
|
*
|
|
11229
11245
|
* The fields based on which the table data is filtered. For filtering, the value of the `filterValue` property
|
|
@@ -11331,6 +11347,8 @@ declare namespace sap {
|
|
|
11331
11347
|
oFilterBar: sap.ui.mdc.filterbar.vh.FilterBar
|
|
11332
11348
|
): this;
|
|
11333
11349
|
/**
|
|
11350
|
+
* @deprecated (since 1.120.2) - replaced in future version by {@link sap.ui.mdc.ValueHelpDelegate.isSearchSupported isSearchSupported}
|
|
11351
|
+
*
|
|
11334
11352
|
* Sets a new value for property {@link #getFilterFields filterFields}.
|
|
11335
11353
|
*
|
|
11336
11354
|
* The fields based on which the table data is filtered. For filtering, the value of the `filterValue` property
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED