Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion types/openui5/openui5-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import DragDropInfo from "sap/ui/core/dnd/DragDropInfo";
import nextUIUpdate from "sap/ui/test/utils/nextUIUpdate";
import Link from "sap/m/Link";
import BaseObject from "sap/ui/base/Object";
import ObjectMarker from "sap/m/ObjectMarker";

/*
* REMARK: the type definition files are automatically generated and this generation is tested,
Expand Down Expand Up @@ -251,4 +252,7 @@ const preventDefault: boolean = oUploadDialog.fireBeforeOpen();
let something: unknown;
if (BaseObject.isObjectA<Dialog>(something, "sap.m.Dialog")) {
something.open();
}
}

// 1.133
new ObjectMarker().setReactiveAreaMode("Inline");
2 changes: 1 addition & 1 deletion types/openui5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/openui5",
"version": "1.132.9999",
"version": "1.133.9999",
"nonNpm": true,
"nonNpmDescription": "openui5",
"projects": [
Expand Down
Loading