@openui5/ts-types-esm 1.120.44 → 1.120.46

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-esm",
3
- "version": "1.120.44",
3
+ "version": "1.120.46",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
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.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.44
283
+ // For Library Version: 1.120.46
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -2232,6 +2232,20 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2232
2232
  * Returns the content that is used for the autocomplete feature and for user input, if the entered text
2233
2233
  * leads to more than one filter result.
2234
2234
  *
2235
+ * By default, this method searches and returns an entry from a set of relevant contexts of the given {@link sap.ui.mdc.valuehelp.base.ListContent ListContent}.
2236
+ *
2237
+ * To determine which columns are relevant for the search, the currently active displayMode {@link sap.ui.mdc.enums.FieldDisplay Display }
2238
+ * of the connected control will be used. While a 'Value' configuration will lead to a 'key'-only search,
2239
+ * 'DescriptionValue' leads to searching 'description' first and 'key' afterwards. Other modes work accordingly.
2240
+ *
2241
+ * For each relevant column all items are searched for an exact match first and again with a startsWith
2242
+ * filter afterwards, if necessary.
2243
+ *
2244
+ * If the caseSensitive property is disabled, the letter case of the user's input and the corresponding
2245
+ * column value are completely ignored. Whichever entry comes first, wins.
2246
+ *
2247
+ * {@link sap.ui.mdc.valuehelp.base.ListContent ListContent}
2248
+ *
2235
2249
  * @since 1.120.0
2236
2250
  *
2237
2251
  * @returns Promise resolving in the `Context` that's relevant'
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.44
1
+ // For Library Version: 1.120.46
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**