Skip to content

Commit 6a5b8b4

Browse files
authored
🤖 Merge PR DefinitelyTyped#72164 [openui5] Update the definition files for OpenUI5 1.133 by @akudev
1 parent ea93fee commit 6a5b8b4

24 files changed

+5155
-4058
lines changed

‎types/openui5/openui5-tests.ts‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import DragDropInfo from "sap/ui/core/dnd/DragDropInfo";
3636
import nextUIUpdate from "sap/ui/test/utils/nextUIUpdate";
3737
import Link from "sap/m/Link";
3838
import BaseObject from "sap/ui/base/Object";
39+
import ObjectMarker from "sap/m/ObjectMarker";
3940

4041
/*
4142
* REMARK: the type definition files are automatically generated and this generation is tested,
@@ -251,4 +252,7 @@ const preventDefault: boolean = oUploadDialog.fireBeforeOpen();
251252
let something: unknown;
252253
if (BaseObject.isObjectA<Dialog>(something, "sap.m.Dialog")) {
253254
something.open();
254-
}
255+
}
256+
257+
// 1.133
258+
new ObjectMarker().setReactiveAreaMode("Inline");

‎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.132.9999",
4+
"version": "1.133.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "openui5",
77
"projects": [

0 commit comments

Comments
 (0)