@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 +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 +1 -1
- 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 +15 -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
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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'
|
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