Skip to content

Commit b610055

Browse files
authored
🤖 Merge PR DefinitelyTyped#74403 [openui5] Update the definition files for OpenUI5 1.144 by @akudev
1 parent 8c32b9d commit b610055

24 files changed

+4770
-653
lines changed

‎types/openui5/openui5-tests.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ const p13nEngine = new Engine();
286286
// version 1.142.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested
287287

288288
// version 1.143.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested
289+
290+
// version 1.144.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested

‎types/openui5/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/openui5",
4-
"version": "1.143.9999",
4+
"version": "1.144.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "openui5",
77
"projects": [

‎types/openui5/sap.f.d.ts‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.143.0
1+
// For Library Version: 1.144.0
22

33
declare module "sap/tnt/library" {
44
export interface IToolHeader {
@@ -10862,7 +10862,7 @@ declare module "sap/f/FlexibleColumnLayoutData" {
1086210862

1086310863
/**
1086410864
* Holds layout data for `sap.f.FlexibleColumnLayout`. Allows LayoutData of type `sap.f.FlexibleColumnLayoutDataForDesktop`
10865-
* or `sap.f.FlexibleColumnLayoutFlexibleColumnLayoutDataForTablet`
10865+
* or `sap.f.FlexibleColumnLayoutDataForTablet`
1086610866
*
1086710867
* @since 1.128
1086810868
*/
@@ -18847,7 +18847,7 @@ declare module "sap/f/semantic/SemanticPage" {
1884718847
/**
1884818848
* Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
1884918849
*
18850-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
18850+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
1885118851
*
1885218852
* If not set, no landmarks will be written.
1885318853
*
@@ -20575,7 +20575,7 @@ declare module "sap/f/semantic/SemanticPage" {
2057520575
| `{${string}}`;
2057620576

2057720577
/**
20578-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
20578+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
2057920579
*
2058020580
* If not set, no landmarks will be written.
2058120581
*

0 commit comments

Comments
 (0)