@sapui5/ts-types-esm 1.135.0 → 1.136.1
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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +101 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +14 -6
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +310 -39
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -21
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.
|
|
282
|
+
// For Library Version: 1.136.0
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -1748,7 +1748,7 @@ declare module "sap/base/Log" {
|
|
|
1748
1748
|
sComponent?: string,
|
|
1749
1749
|
/**
|
|
1750
1750
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1751
|
-
* called if support info mode is turned on
|
|
1751
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1752
1752
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1753
1753
|
* with mostly static and stable content.
|
|
1754
1754
|
*/
|
|
@@ -1773,7 +1773,7 @@ declare module "sap/base/Log" {
|
|
|
1773
1773
|
sComponent?: string,
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1776
|
-
* called if support info mode is turned on
|
|
1776
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1777
1777
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1778
1778
|
* with mostly static and stable content.
|
|
1779
1779
|
*/
|
|
@@ -1798,7 +1798,7 @@ declare module "sap/base/Log" {
|
|
|
1798
1798
|
sComponent?: string,
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1801
|
-
* called if support info mode is turned on
|
|
1801
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1802
1802
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1803
1803
|
* with mostly static and stable content.
|
|
1804
1804
|
*/
|
|
@@ -1872,7 +1872,7 @@ declare module "sap/base/Log" {
|
|
|
1872
1872
|
sComponent?: string,
|
|
1873
1873
|
/**
|
|
1874
1874
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1875
|
-
* called if support info mode is turned on
|
|
1875
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1876
1876
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1877
1877
|
* with mostly static and stable content.
|
|
1878
1878
|
*/
|
|
@@ -1944,7 +1944,7 @@ declare module "sap/base/Log" {
|
|
|
1944
1944
|
sComponent?: string,
|
|
1945
1945
|
/**
|
|
1946
1946
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1947
|
-
* called if support info mode is turned on
|
|
1947
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1948
1948
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1949
1949
|
* with mostly static and stable content.
|
|
1950
1950
|
*/
|
|
@@ -1969,7 +1969,7 @@ declare module "sap/base/Log" {
|
|
|
1969
1969
|
sComponent?: string,
|
|
1970
1970
|
/**
|
|
1971
1971
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
1972
|
-
* called if support info mode is turned on
|
|
1972
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
1973
1973
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
1974
1974
|
* with mostly static and stable content.
|
|
1975
1975
|
*/
|
|
@@ -2133,7 +2133,7 @@ declare module "sap/base/Log" {
|
|
|
2133
2133
|
sComponent?: string,
|
|
2134
2134
|
/**
|
|
2135
2135
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2136
|
-
* called if support info mode is turned on
|
|
2136
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2137
2137
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2138
2138
|
* with mostly static and stable content.
|
|
2139
2139
|
*/
|
|
@@ -2158,7 +2158,7 @@ declare module "sap/base/Log" {
|
|
|
2158
2158
|
sComponent?: string,
|
|
2159
2159
|
/**
|
|
2160
2160
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2161
|
-
* called if support info mode is turned on
|
|
2161
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2162
2162
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2163
2163
|
* with mostly static and stable content.
|
|
2164
2164
|
*/
|
|
@@ -2183,7 +2183,7 @@ declare module "sap/base/Log" {
|
|
|
2183
2183
|
sComponent?: string,
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2186
|
-
* called if support info mode is turned on
|
|
2186
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2187
2187
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2188
2188
|
* with mostly static and stable content.
|
|
2189
2189
|
*/
|
|
@@ -2222,7 +2222,7 @@ declare module "sap/base/Log" {
|
|
|
2222
2222
|
sComponent?: string,
|
|
2223
2223
|
/**
|
|
2224
2224
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2225
|
-
* called if support info mode is turned on
|
|
2225
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2226
2226
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2227
2227
|
* with mostly static and stable content.
|
|
2228
2228
|
*/
|
|
@@ -2285,7 +2285,7 @@ declare module "sap/base/Log" {
|
|
|
2285
2285
|
sComponent?: string,
|
|
2286
2286
|
/**
|
|
2287
2287
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2288
|
-
* called if support info mode is turned on
|
|
2288
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2289
2289
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2290
2290
|
* with mostly static and stable content.
|
|
2291
2291
|
*/
|
|
@@ -2310,7 +2310,7 @@ declare module "sap/base/Log" {
|
|
|
2310
2310
|
sComponent?: string,
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Callback that returns an additional support object to be logged in support mode. This function is only
|
|
2313
|
-
* called if support info mode is turned on
|
|
2313
|
+
* called if support info mode is turned on via the Support Assistant. To avoid negative effects regarding
|
|
2314
2314
|
* execution times and memory consumption, the returned object should be a simple immutable JSON object
|
|
2315
2315
|
* with mostly static and stable content.
|
|
2316
2316
|
*/
|
|
@@ -6981,10 +6981,7 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
|
|
|
6981
6981
|
* - `properties` could be an array containing the property names which should be included in the new
|
|
6982
6982
|
* entry. Other properties defined in the entity type won't be included.
|
|
6983
6983
|
* - `properties` could be an object which includes the desired properties and the corresponding values
|
|
6984
|
-
* which should be used for the created entry.
|
|
6985
|
-
* the entity type will be included in the created entry.
|
|
6986
|
-
*
|
|
6987
|
-
* If there are no values specified, the properties will have `undefined` values.
|
|
6984
|
+
* which should be used for the created entry.
|
|
6988
6985
|
*
|
|
6989
6986
|
* The `properties` can be modified via property bindings relative to the returned context instance.
|
|
6990
6987
|
*
|
|
@@ -18377,7 +18374,9 @@ declare module "sap/ui/core/Component" {
|
|
|
18377
18374
|
* the manifest will not be evaluated before the controller. It might still be loaded synchronously if declared
|
|
18378
18375
|
* in the Component metadata. A non-empty string value will be interpreted as the URL to load the manifest
|
|
18379
18376
|
* from. If the manifest could not be loaded from a given URL, the Promise returned by the Component.create
|
|
18380
|
-
* factory rejects. A non-null object value will be interpreted as manifest content.
|
|
18377
|
+
* factory rejects. A non-null object value will be interpreted as manifest content. **Note:** If a manifest
|
|
18378
|
+
* is provided as URL or plain object, it must use the same major schema version as the original manifest
|
|
18379
|
+
* to avoid incompatible changes in the behavior of the component.
|
|
18381
18380
|
*/
|
|
18382
18381
|
manifest?: boolean | string | object;
|
|
18383
18382
|
/**
|
|
@@ -36871,86 +36870,15 @@ declare module "sap/ui/core/mvc/Controller" {
|
|
|
36871
36870
|
*/
|
|
36872
36871
|
static getMetadata(): Metadata;
|
|
36873
36872
|
/**
|
|
36874
|
-
*
|
|
36875
|
-
* of a specific controller. The code enhancements are returned either in sync or async mode.
|
|
36876
|
-
*
|
|
36877
|
-
* The extension provider module provides the `getControllerExtensions` function which returns either directly
|
|
36878
|
-
* an array of objects or a Promise that returns an array of objects when it resolves. These objects are
|
|
36879
|
-
* object literals defining the methods and properties of the controller in a similar way as for {@link sap.ui.core.mvc.Controller Controller }
|
|
36880
|
-
* subclasses.
|
|
36881
|
-
*
|
|
36882
|
-
* **Example for a callback module definition (sync):**
|
|
36883
|
-
* ```javascript
|
|
36884
|
-
*
|
|
36885
|
-
* sap.ui.define("my/custom/sync/ExtensionProvider", [], function() {
|
|
36886
|
-
* var ExtensionProvider = function() {};
|
|
36887
|
-
* ExtensionProvider.prototype.getControllerExtensions = function(sControllerName, sComponentId, bAsync) {
|
|
36888
|
-
* if (!bAsync && sControllerName == "my.own.Controller") {
|
|
36889
|
-
* // IMPORTANT: only return extensions for a specific controller
|
|
36890
|
-
* return [{
|
|
36891
|
-
* onInit: function() {
|
|
36892
|
-
* // Do something here...
|
|
36893
|
-
* },
|
|
36894
|
-
* onAfterRendering: function() {
|
|
36895
|
-
* // Do something here...
|
|
36896
|
-
* },
|
|
36897
|
-
* onButtonClick: function(oEvent) {
|
|
36898
|
-
* // Handle the button click event
|
|
36899
|
-
* }
|
|
36900
|
-
* }
|
|
36901
|
-
* }];
|
|
36902
|
-
* };
|
|
36903
|
-
* return ExtensionProvider;
|
|
36904
|
-
* });
|
|
36905
|
-
* ```
|
|
36906
|
-
*
|
|
36907
|
-
*
|
|
36908
|
-
* **Example for a callback module definition (async):**
|
|
36909
|
-
* ```javascript
|
|
36910
|
-
*
|
|
36911
|
-
* sap.ui.define("my/custom/async/ExtensionProvider", [], function() {
|
|
36912
|
-
* var ExtensionProvider = function() {};
|
|
36913
|
-
* ExtensionProvider.prototype.getControllerExtensions = function(sControllerName, sComponentId, bAsync) {
|
|
36914
|
-
* if (bAsync && sControllerName == "my.own.Controller") {
|
|
36915
|
-
* // IMPORTANT:
|
|
36916
|
-
* // only return a Promise for a specific controller since it
|
|
36917
|
-
* // requires the View/Controller and its parents to run in async
|
|
36918
|
-
* // mode!
|
|
36919
|
-
* return new Promise(function(fnResolve, fnReject) {
|
|
36920
|
-
* fnResolve([{
|
|
36921
|
-
* onInit: function() {
|
|
36922
|
-
* // Do something here...
|
|
36923
|
-
* },
|
|
36924
|
-
* onAfterRendering: function() {
|
|
36925
|
-
* // Do something here...
|
|
36926
|
-
* },
|
|
36927
|
-
* onButtonClick: function(oEvent) {
|
|
36928
|
-
* // Handle the button click event
|
|
36929
|
-
* }
|
|
36930
|
-
* }]);
|
|
36931
|
-
* }
|
|
36932
|
-
* };
|
|
36933
|
-
* };
|
|
36934
|
-
* return ExtensionProvider;
|
|
36935
|
-
* });
|
|
36936
|
-
* ```
|
|
36937
|
-
*
|
|
36938
|
-
*
|
|
36939
|
-
* The lifecycle functions `onInit`, `onExit`, `onBeforeRendering` and `onAfterRendering` are added before
|
|
36940
|
-
* or after the lifecycle functions of the original controller. The event handler functions, such as `onButtonClick`,
|
|
36941
|
-
* are replacing the original controller's function.
|
|
36942
|
-
*
|
|
36943
|
-
* When using an async extension provider, you need to ensure that the view is loaded in async mode.
|
|
36944
|
-
*
|
|
36945
|
-
* In both cases, return `undefined` if no controller extension shall be applied.
|
|
36873
|
+
* See {@link sap.ui.core.mvc.ControllerExtensionProvider.registerExtensionProvider}.
|
|
36946
36874
|
*
|
|
36947
36875
|
* @since 1.34.0
|
|
36876
|
+
* @deprecated As of version 1.136.0. without replacement, the extension provider concept is intended for
|
|
36877
|
+
* framework internal use only.
|
|
36948
36878
|
*/
|
|
36949
36879
|
static registerExtensionProvider(
|
|
36950
36880
|
/**
|
|
36951
36881
|
* the module name of the extension provider
|
|
36952
|
-
*
|
|
36953
|
-
* See {@link sap.ui.core.mvc.Controller} for an overview of the available functions for controllers.
|
|
36954
36882
|
*/
|
|
36955
36883
|
sExtensionProvider: string
|
|
36956
36884
|
): void;
|
|
@@ -40063,11 +39991,11 @@ declare module "sap/ui/core/Popup" {
|
|
|
40063
39991
|
/**
|
|
40064
39992
|
* the popup content's reference position for docking
|
|
40065
39993
|
*/
|
|
40066
|
-
my?: Dock,
|
|
39994
|
+
my?: Dock | keyof typeof Dock,
|
|
40067
39995
|
/**
|
|
40068
39996
|
* the "of" element's reference point for docking to
|
|
40069
39997
|
*/
|
|
40070
|
-
at?: Dock,
|
|
39998
|
+
at?: Dock | keyof typeof Dock,
|
|
40071
39999
|
/**
|
|
40072
40000
|
* specifies the reference element to which the given content should dock to
|
|
40073
40001
|
*/
|
|
@@ -40105,11 +40033,11 @@ declare module "sap/ui/core/Popup" {
|
|
|
40105
40033
|
/**
|
|
40106
40034
|
* the popup content's reference position for docking
|
|
40107
40035
|
*/
|
|
40108
|
-
my?: Dock,
|
|
40036
|
+
my?: Dock | keyof typeof Dock,
|
|
40109
40037
|
/**
|
|
40110
40038
|
* the "of" element's reference point for docking to
|
|
40111
40039
|
*/
|
|
40112
|
-
at?: Dock,
|
|
40040
|
+
at?: Dock | keyof typeof Dock,
|
|
40113
40041
|
/**
|
|
40114
40042
|
* specifies the reference element to which the given content should dock to
|
|
40115
40043
|
*/
|
|
@@ -40276,12 +40204,12 @@ declare module "sap/ui/core/Popup" {
|
|
|
40276
40204
|
/**
|
|
40277
40205
|
* specifies which point of the given Content should be aligned
|
|
40278
40206
|
*/
|
|
40279
|
-
my: Dock,
|
|
40207
|
+
my: Dock | keyof typeof Dock,
|
|
40280
40208
|
/**
|
|
40281
40209
|
* specifies the point of the reference element to which the given Content should be aligned
|
|
40282
40210
|
*/
|
|
40283
40211
|
at:
|
|
40284
|
-
| Dock
|
|
40212
|
+
| (Dock | keyof typeof Dock)
|
|
40285
40213
|
| {
|
|
40286
40214
|
left: CSSSize;
|
|
40287
40215
|
|
|
@@ -40331,35 +40259,35 @@ declare module "sap/ui/core/Popup" {
|
|
|
40331
40259
|
* This enum is part of the 'sap/ui/core/Popup' module export and must be accessed by the property 'Dock'.
|
|
40332
40260
|
*/
|
|
40333
40261
|
enum Dock {
|
|
40334
|
-
BeginBottom = "
|
|
40262
|
+
BeginBottom = "BeginBottom",
|
|
40335
40263
|
|
|
40336
|
-
BeginCenter = "
|
|
40264
|
+
BeginCenter = "BeginCenter",
|
|
40337
40265
|
|
|
40338
|
-
BeginTop = "
|
|
40266
|
+
BeginTop = "BeginTop",
|
|
40339
40267
|
|
|
40340
|
-
CenterBottom = "
|
|
40268
|
+
CenterBottom = "CenterBottom",
|
|
40341
40269
|
|
|
40342
|
-
CenterCenter = "
|
|
40270
|
+
CenterCenter = "CenterCenter",
|
|
40343
40271
|
|
|
40344
|
-
CenterTop = "
|
|
40272
|
+
CenterTop = "CenterTop",
|
|
40345
40273
|
|
|
40346
|
-
EndBottom = "
|
|
40274
|
+
EndBottom = "EndBottom",
|
|
40347
40275
|
|
|
40348
|
-
EndCenter = "
|
|
40276
|
+
EndCenter = "EndCenter",
|
|
40349
40277
|
|
|
40350
|
-
EndTop = "
|
|
40278
|
+
EndTop = "EndTop",
|
|
40351
40279
|
|
|
40352
|
-
LeftBottom = "
|
|
40280
|
+
LeftBottom = "LeftBottom",
|
|
40353
40281
|
|
|
40354
|
-
LeftCenter = "
|
|
40282
|
+
LeftCenter = "LeftCenter",
|
|
40355
40283
|
|
|
40356
|
-
LeftTop = "
|
|
40284
|
+
LeftTop = "LeftTop",
|
|
40357
40285
|
|
|
40358
|
-
RightBottom = "
|
|
40286
|
+
RightBottom = "RightBottom",
|
|
40359
40287
|
|
|
40360
|
-
RightCenter = "
|
|
40288
|
+
RightCenter = "RightCenter",
|
|
40361
40289
|
|
|
40362
|
-
RightTop = "
|
|
40290
|
+
RightTop = "RightTop",
|
|
40363
40291
|
}
|
|
40364
40292
|
|
|
40365
40293
|
export type PositionInfo = {
|
|
@@ -71894,8 +71822,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
71894
71822
|
*
|
|
71895
71823
|
* @since 1.125.0
|
|
71896
71824
|
*
|
|
71897
|
-
* @returns A promise which is resolved without a defined result when the move is finished, or
|
|
71898
|
-
* in case of an error
|
|
71825
|
+
* @returns A promise which is resolved without a defined result when the move is finished, or with the
|
|
71826
|
+
* index for the copied node, or rejected in case of an error
|
|
71899
71827
|
*/
|
|
71900
71828
|
move(
|
|
71901
71829
|
/**
|
|
@@ -71903,7 +71831,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
71903
71831
|
*/
|
|
71904
71832
|
oParameters: {
|
|
71905
71833
|
/**
|
|
71906
|
-
* Whether the node should be copied instead of moved (@experimental as of version 1.135.0)
|
|
71834
|
+
* Whether the node should be copied instead of moved (@experimental as of version 1.135.0). The returned
|
|
71835
|
+
* promise resolves with the index for the copied node.
|
|
71907
71836
|
*/
|
|
71908
71837
|
copy?: boolean;
|
|
71909
71838
|
/**
|
|
@@ -71916,7 +71845,7 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
71916
71845
|
*/
|
|
71917
71846
|
parent: Context | null;
|
|
71918
71847
|
}
|
|
71919
|
-
): Promise<
|
|
71848
|
+
): Promise<number | undefined>;
|
|
71920
71849
|
/**
|
|
71921
71850
|
* Refreshes the single entity represented by this context. Use {@link #requestRefresh} if you want to wait
|
|
71922
71851
|
* for the refresh.
|
|
@@ -73106,6 +73035,40 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
73106
73035
|
*/
|
|
73107
73036
|
oListener?: object
|
|
73108
73037
|
): this;
|
|
73038
|
+
/**
|
|
73039
|
+
* Attach event handler `fnFunction` to the 'selectionChanged' event of this binding.
|
|
73040
|
+
*
|
|
73041
|
+
* @since 1.136.0
|
|
73042
|
+
*
|
|
73043
|
+
* @returns `this` to allow method chaining
|
|
73044
|
+
*/
|
|
73045
|
+
attachSelectionChanged(
|
|
73046
|
+
/**
|
|
73047
|
+
* The function to call when the event occurs
|
|
73048
|
+
*/
|
|
73049
|
+
fnFunction: Function,
|
|
73050
|
+
/**
|
|
73051
|
+
* Object on which to call the given function
|
|
73052
|
+
*/
|
|
73053
|
+
oListener?: object
|
|
73054
|
+
): this;
|
|
73055
|
+
/**
|
|
73056
|
+
* Attach event handler `fnFunction` to the 'separateReceived' event of this binding.
|
|
73057
|
+
*
|
|
73058
|
+
* @since 1.136.0
|
|
73059
|
+
*
|
|
73060
|
+
* @returns `this` to allow method chaining
|
|
73061
|
+
*/
|
|
73062
|
+
attachSeparateReceived(
|
|
73063
|
+
/**
|
|
73064
|
+
* The function to call when the event occurs
|
|
73065
|
+
*/
|
|
73066
|
+
fnFunction: Function,
|
|
73067
|
+
/**
|
|
73068
|
+
* Object on which to call the given function
|
|
73069
|
+
*/
|
|
73070
|
+
oListener?: object
|
|
73071
|
+
): this;
|
|
73109
73072
|
/**
|
|
73110
73073
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
73111
73074
|
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
@@ -73337,6 +73300,40 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
73337
73300
|
*/
|
|
73338
73301
|
oListener?: object
|
|
73339
73302
|
): this;
|
|
73303
|
+
/**
|
|
73304
|
+
* Detach event handler `fnFunction` from the 'selectionChanged' event of this binding.
|
|
73305
|
+
*
|
|
73306
|
+
* @since 1.136.0
|
|
73307
|
+
*
|
|
73308
|
+
* @returns `this` to allow method chaining
|
|
73309
|
+
*/
|
|
73310
|
+
detachSelectionChanged(
|
|
73311
|
+
/**
|
|
73312
|
+
* The function to call when the event occurs
|
|
73313
|
+
*/
|
|
73314
|
+
fnFunction: (evt: ODataListBinding$SelectionChangedEvent) => void,
|
|
73315
|
+
/**
|
|
73316
|
+
* Object on which to call the given function
|
|
73317
|
+
*/
|
|
73318
|
+
oListener?: object
|
|
73319
|
+
): this;
|
|
73320
|
+
/**
|
|
73321
|
+
* Detach event handler `fnFunction` from the 'separateReceived' event of this binding.
|
|
73322
|
+
*
|
|
73323
|
+
* @since 1.136.0
|
|
73324
|
+
*
|
|
73325
|
+
* @returns `this` to allow method chaining
|
|
73326
|
+
*/
|
|
73327
|
+
detachSeparateReceived(
|
|
73328
|
+
/**
|
|
73329
|
+
* The function to call when the event occurs
|
|
73330
|
+
*/
|
|
73331
|
+
fnFunction: (evt: ODataListBinding$SeparateReceivedEvent) => void,
|
|
73332
|
+
/**
|
|
73333
|
+
* Object on which to call the given function
|
|
73334
|
+
*/
|
|
73335
|
+
oListener?: object
|
|
73336
|
+
): this;
|
|
73340
73337
|
/**
|
|
73341
73338
|
* Filters the list with the given filters. Since 1.97.0, if filters are unchanged, no request is sent,
|
|
73342
73339
|
* regardless of pending changes. Since 1.111.0, all contexts (incl. the header context) are deselected,
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -13,7 +13,9 @@ declare module "sap/ui/fl/apply/api/ControlVariantApplyAPI" {
|
|
|
13
13
|
interface ControlVariantApplyAPI {
|
|
14
14
|
/**
|
|
15
15
|
* Activates the passed variant applicable to the passed control/component. If the Variant is not available
|
|
16
|
-
* and the backend supports lazy loading, a backend request is made to fetch the variant.
|
|
16
|
+
* and the backend supports lazy loading, a backend request is made to fetch the variant. If the flag standardVariant
|
|
17
|
+
* is set to true, the standard variant is activated and the variantReference is ignored. In this scenario
|
|
18
|
+
* the passed element must be the variant management control.
|
|
17
19
|
*
|
|
18
20
|
*
|
|
19
21
|
* @returns Resolves after the variant is activated or rejects if an error occurs
|
|
@@ -31,6 +33,10 @@ declare module "sap/ui/fl/apply/api/ControlVariantApplyAPI" {
|
|
|
31
33
|
* Reference to the variant that needs to be activated
|
|
32
34
|
*/
|
|
33
35
|
variantReference: string;
|
|
36
|
+
/**
|
|
37
|
+
* If set to true, the standard variant is activated and the variantReference is ignored
|
|
38
|
+
*/
|
|
39
|
+
standardVariant?: boolean;
|
|
34
40
|
}
|
|
35
41
|
): Promise<any>;
|
|
36
42
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -6,7 +6,7 @@ declare module "sap/ui/integration/library" {
|
|
|
6
6
|
import { ButtonType } from "sap/m/library";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Defines the layout type of the List
|
|
9
|
+
* Defines the layout type of the List Card attributes.
|
|
10
10
|
*
|
|
11
11
|
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
12
12
|
* 'AttributesLayoutType'.
|
|
@@ -972,7 +972,9 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
972
972
|
/**
|
|
973
973
|
* Illustration size
|
|
974
974
|
*/
|
|
975
|
-
illustrationSize?:
|
|
975
|
+
illustrationSize?:
|
|
976
|
+
| IllustratedMessageSize
|
|
977
|
+
| keyof typeof IllustratedMessageSize;
|
|
976
978
|
/**
|
|
977
979
|
* Title
|
|
978
980
|
*/
|
package/types/sap.ui.layout.d.ts
CHANGED