@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.121.2",
3
+ "version": "1.121.3",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.121.2
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 is deselected.
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(): number[];
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.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.2
1
+ // For Library Version: 1.121.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**