@openui5/ts-types-esm 1.110.0 → 1.111.1

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.110.0",
3
+ "version": "1.111.1",
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.110.0
1
+ // For Library Version: 1.111.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -3294,8 +3294,7 @@ declare module "sap/f/dnd/GridDropInfo" {
3294
3294
  rows: int;
3295
3295
 
3296
3296
  columns: int;
3297
- })
3298
- | null
3297
+ } | null)
3299
3298
  | undefined;
3300
3299
  /**
3301
3300
  * Sets a new value for property {@link #setDropIndicatorSize dropIndicatorSize}.
@@ -3319,15 +3318,13 @@ declare module "sap/f/dnd/GridDropInfo" {
3319
3318
  /**
3320
3319
  * New value for property `dropIndicatorSize`
3321
3320
  */
3322
- fnDropIndicatorSize?:
3323
- | ((
3324
- p1: Control
3325
- ) => {
3326
- rows: int;
3321
+ fnDropIndicatorSize?: (
3322
+ p1: Control
3323
+ ) => {
3324
+ rows: int;
3327
3325
 
3328
- columns: int;
3329
- })
3330
- | null
3326
+ columns: int;
3327
+ } | null
3331
3328
  ): this;
3332
3329
  }
3333
3330