Skip to content

Commit 52da2c9

Browse files
authored
πŸ€– Merge PR DefinitelyTyped#74009 [openui5] Update the definition files for OpenUI5 1.142 by @akudev
1 parent 3163a00 commit 52da2c9

24 files changed

+3233
-1058
lines changed

β€Žtypes/openui5/openui5-tests.tsβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,5 @@ new FeedInput().addAction(link);
282282
// 1.140.0
283283
const p13nEngine = new Engine();
284284
// version 1.141.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested
285+
286+
// version 1.142.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.141.9999",
4+
"version": "1.142.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "openui5",
77
"projects": [

β€Žtypes/openui5/sap.f.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.141.0
1+
// For Library Version: 1.142.0
22

33
declare module "sap/tnt/library" {
44
export interface IToolHeader {

β€Žtypes/openui5/sap.m.d.tsβ€Ž

Lines changed: 401 additions & 55 deletions
Large diffs are not rendered by default.

β€Žtypes/openui5/sap.tnt.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.141.0
1+
// For Library Version: 1.142.0
22

33
declare module "sap/tnt/library" {
44
/**

β€Žtypes/openui5/sap.ui.codeeditor.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.141.0
1+
// For Library Version: 1.142.0
22

33
declare module "sap/ui/codeeditor/library" {}
44

β€Žtypes/openui5/sap.ui.commons.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.141.0
1+
// For Library Version: 1.142.0
22

33
declare module "sap/ui/commons/library" {
44
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";

0 commit comments

Comments
Β (0)