@openui5/ts-types 1.121.2 → 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
|
/**
|
|
@@ -62078,7 +62078,8 @@ declare namespace sap {
|
|
|
62078
62078
|
): this;
|
|
62079
62079
|
/**
|
|
62080
62080
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
62081
|
-
* is deselected.
|
|
62081
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
62082
|
+
* the '$filter' or '$search' parameter is changed.
|
|
62082
62083
|
*
|
|
62083
62084
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62084
62085
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -62612,7 +62613,8 @@ declare namespace sap {
|
|
|
62612
62613
|
): this;
|
|
62613
62614
|
/**
|
|
62614
62615
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's header context
|
|
62615
|
-
* is deselected.
|
|
62616
|
+
* is deselected, but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set and
|
|
62617
|
+
* the '$filter' or '$search' parameter is changed.
|
|
62616
62618
|
*
|
|
62617
62619
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62618
62620
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -62831,7 +62833,8 @@ declare namespace sap {
|
|
|
62831
62833
|
): this;
|
|
62832
62834
|
/**
|
|
62833
62835
|
* Filters the list with the given filters. Since 1.97.0, if filters are unchanged, no request is sent,
|
|
62834
|
-
* regardless of pending changes. Since 1.111.0, the header context
|
|
62836
|
+
* regardless of pending changes. Since 1.111.0, all contexts (incl. the header context) are deselected,
|
|
62837
|
+
* but (since 1.120.13) only if the binding parameter '$$clearSelectionOnFilter' is set.
|
|
62835
62838
|
*
|
|
62836
62839
|
* If there are pending changes that cannot be ignored, an error is thrown. Use {@link #hasPendingChanges }
|
|
62837
62840
|
* to check if there are such pending changes. If there are, call {@link sap.ui.model.odata.v4.ODataModel#submitBatch }
|
|
@@ -63408,7 +63411,9 @@ declare namespace sap {
|
|
|
63408
63411
|
* certain content will break the syntax of the system query option `$apply` and result in an invalid request.
|
|
63409
63412
|
* If the OData service supports the proposal ODATA-1452,
|
|
63410
63413
|
* then `ODataUtils.formatLiteral(sSearch, "Edm.String");` should be used to encapsulate the whole search
|
|
63411
|
-
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}).
|
|
63414
|
+
* string beforehand (see {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}). Since 1.120.13, all contexts,
|
|
63415
|
+
* including the header context are deselected if the '$$clearSelectionOnFilter' binding parameter is set
|
|
63416
|
+
* and the search parameter is changed.
|
|
63412
63417
|
*/
|
|
63413
63418
|
search?: string;
|
|
63414
63419
|
/**
|
|
@@ -64724,6 +64729,11 @@ declare namespace sap {
|
|
|
64724
64729
|
* from its context's path for data service requests; only the value `true` is allowed.
|
|
64725
64730
|
*/
|
|
64726
64731
|
$$canonicalPath?: boolean;
|
|
64732
|
+
/**
|
|
64733
|
+
* Whether the selection state of the list binding is cleared when a filter is changed; this includes dynamic
|
|
64734
|
+
* filters, '$filter', '$search', and `$$aggregation.search`. Supported since 1.120.13.
|
|
64735
|
+
*/
|
|
64736
|
+
$$clearSelectionOnFilter?: boolean;
|
|
64727
64737
|
/**
|
|
64728
64738
|
* Whether this binding is considered for a match when {@link #getKeepAliveContext} is called; only the
|
|
64729
64739
|
* value `true` is allowed. Must not be combined with `$apply`, `$$aggregation`, `$$canonicalPath`, or `$$sharedRequest`.
|
|
@@ -73785,9 +73795,9 @@ declare namespace sap {
|
|
|
73785
73795
|
* @since 1.82.0
|
|
73786
73796
|
*
|
|
73787
73797
|
* @returns An array of indices that determine which parts of this type shall not propagate their model
|
|
73788
|
-
* messages to the attached control
|
|
73798
|
+
* messages to the attached control; an empty array is returned by default
|
|
73789
73799
|
*/
|
|
73790
|
-
getPartsIgnoringMessages():
|
|
73800
|
+
getPartsIgnoringMessages(): int[];
|
|
73791
73801
|
/**
|
|
73792
73802
|
* Returns whether the {@link #formatValue} and {@link #parseValue} methods operate on the internal, related
|
|
73793
73803
|
* native JavaScript values.
|
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