@openui5/ts-types 1.110.0 → 1.111.0

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.110.0",
3
+ "version": "1.111.0",
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.110.0
1
+ // For Library Version: 1.111.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1835,8 +1835,7 @@ declare namespace sap {
1835
1835
  rows: int;
1836
1836
 
1837
1837
  columns: int;
1838
- })
1839
- | null
1838
+ } | null)
1840
1839
  | undefined;
1841
1840
  /**
1842
1841
  * Sets a new value for property {@link #setDropIndicatorSize dropIndicatorSize}.
@@ -1860,15 +1859,13 @@ declare namespace sap {
1860
1859
  /**
1861
1860
  * New value for property `dropIndicatorSize`
1862
1861
  */
1863
- fnDropIndicatorSize?:
1864
- | ((
1865
- p1: sap.ui.core.Control
1866
- ) => {
1867
- rows: int;
1862
+ fnDropIndicatorSize?: (
1863
+ p1: sap.ui.core.Control
1864
+ ) => {
1865
+ rows: int;
1868
1866
 
1869
- columns: int;
1870
- })
1871
- | null
1867
+ columns: int;
1868
+ } | null
1872
1869
  ): this;
1873
1870
  }
1874
1871
  }