@openui5/ts-types-esm 1.108.9 → 1.108.11

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.108.9",
3
+ "version": "1.108.11",
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.108.9
1
+ // For Library Version: 1.108.11
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.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -65871,6 +65871,9 @@ declare module "sap/m/p13n/SelectionPanel" {
65871
65871
  * An optional callback that may be used to display additional custom content in each selectable item. This
65872
65872
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
65873
65873
  *
65874
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
65875
+ * a focusable children control to provide the `labelFor` reference for the associated text.
65876
+ *
65874
65877
  * @returns Value of property `itemFactory`
65875
65878
  */
65876
65879
  getItemFactory(): Function;
@@ -65953,6 +65956,9 @@ declare module "sap/m/p13n/SelectionPanel" {
65953
65956
  * An optional callback that may be used to display additional custom content in each selectable item. This
65954
65957
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
65955
65958
  *
65959
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
65960
+ * a focusable children control to provide the `labelFor` reference for the associated text.
65961
+ *
65956
65962
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
65957
65963
  *
65958
65964
  * @returns Reference to `this` in order to allow method chaining
@@ -66042,6 +66048,9 @@ declare module "sap/m/p13n/SelectionPanel" {
66042
66048
  /**
66043
66049
  * An optional callback that may be used to display additional custom content in each selectable item. This
66044
66050
  * factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
66051
+ *
66052
+ * **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
66053
+ * a focusable children control to provide the `labelFor` reference for the associated text.
66045
66054
  */
66046
66055
  itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
66047
66056
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.9
267
+ // For Library Version: 1.108.11
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
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.108.9
1
+ // For Library Version: 1.108.11
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.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -171,7 +171,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
171
171
  *
172
172
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
173
173
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
174
- * control instance.
174
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
175
+ * control to provide the `labelFor` reference.
175
176
  *
176
177
  * @returns Value of property `itemFactory`
177
178
  */
@@ -187,7 +188,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
187
188
  *
188
189
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
189
190
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
190
- * control instance.
191
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
192
+ * control to provide the `labelFor` reference.
191
193
  *
192
194
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
193
195
  *
@@ -212,7 +214,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
212
214
  *
213
215
  * **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
214
216
  * the row is going to be removed, the according consumer needs to decide about destroying or keeping the
215
- * control instance.
217
+ * control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
218
+ * control to provide the `labelFor` reference.
216
219
  */
217
220
  itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
218
221
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
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.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
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.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.9
1
+ // For Library Version: 1.108.11
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**