@openui5/types 1.121.1 → 1.121.3
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 +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.core.d.ts +17 -7
- 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 +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -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/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.121.
|
|
283
|
+
// For Library Version: 1.121.3
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -53399,9 +53399,9 @@ declare module "sap/ui/model/CompositeType" {
|
|
|
53399
53399
|
* @since 1.82.0
|
|
53400
53400
|
*
|
|
53401
53401
|
* @returns An array of indices that determine which parts of this type shall not propagate their model
|
|
53402
|
-
* messages to the attached control
|
|
53402
|
+
* messages to the attached control; an empty array is returned by default
|
|
53403
53403
|
*/
|
|
53404
|
-
getPartsIgnoringMessages():
|
|
53404
|
+
getPartsIgnoringMessages(): int[];
|
|
53405
53405
|
/**
|
|
53406
53406
|
* Returns whether the {@link #formatValue} and {@link #parseValue} methods operate on the internal, related
|
|
53407
53407
|
* native JavaScript values.
|
|
@@ -69993,7 +69993,8 @@ declare module "sap/ui/model/odata/v4/ODataContextBinding" {
|
|
|
69993
69993
|
): this;
|
|
69994
69994
|
/**
|
|
69995
69995
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
69996
|
-
* is deselected.
|
|
69996
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
69997
|
+
* the '$filter' or '$search' parameter is changed.
|
|
69997
69998
|
*
|
|
69998
69999
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
69999
70000
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -70600,7 +70601,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
70600
70601
|
): this;
|
|
70601
70602
|
/**
|
|
70602
70603
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
70603
|
-
* is deselected.
|
|
70604
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
70605
|
+
* the '$filter' or '$search' parameter is changed.
|
|
70604
70606
|
*
|
|
70605
70607
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
70606
70608
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -70819,7 +70821,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
70819
70821
|
): this;
|
|
70820
70822
|
/**
|
|
70821
70823
|
* Filters the list with the given filters. Since 1.97.0, if filters are unchanged, no request is sent,
|
|
70822
|
-
* regardless of pending changes. Since 1.111.0, the header context
|
|
70824
|
+
* regardless of pending changes. Since 1.111.0, all contexts (incl. the header context) are deselected,
|
|
70825
|
+
* but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set.
|
|
70823
70826
|
*
|
|
70824
70827
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
70825
70828
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -71396,7 +71399,9 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
71396
71399
|
* certain content will break the syntax of the system query option `$apply` and result in an invalid request.
|
|
71397
71400
|
* If the OData service supports the proposal ODATA-1452,
|
|
71398
71401
|
* then `ODataUtils.formatLiteral(sSearch, "Edm.String");` should be used to encapsulate the whole search
|
|
71399
|
-
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}).
|
|
71402
|
+
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}). Since 1.120.13, all contexts,
|
|
71403
|
+
* including the header context are deselected if the '$$clearSelectionOnFilter' binding parameter is set
|
|
71404
|
+
* and the search parameter is changed.
|
|
71400
71405
|
*/
|
|
71401
71406
|
search?: string;
|
|
71402
71407
|
/**
|
|
@@ -72895,6 +72900,11 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
|
|
|
72895
72900
|
* from its context's path for data service requests; only the value `true` is allowed.
|
|
72896
72901
|
*/
|
|
72897
72902
|
$$canonicalPath?: boolean;
|
|
72903
|
+
/**
|
|
72904
|
+
* Whether the selection state of the list binding is cleared when a filter is changed; this includes dynamic
|
|
72905
|
+
* filters, '$filter', '$search', and `$$aggregation.search`. Supported since 1.120.13.
|
|
72906
|
+
*/
|
|
72907
|
+
$$clearSelectionOnFilter?: boolean;
|
|
72898
72908
|
/**
|
|
72899
72909
|
* Whether this binding is considered for a match when {@link #getKeepAliveContext} is called; only the
|
|
72900
72910
|
* value `true` is allowed. Must not be combined with `$apply`, `$$aggregation`, `$$canonicalPath`, or `$$sharedRequest`.
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
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