Skip to content

Commit 4deaed8

Browse files
authored
🤖 Merge PR DefinitelyTyped#72647 [openui5] Update the definition files for OpenUI5 1.135 by @akudev
1 parent 29e1a22 commit 4deaed8

24 files changed

+890
-230
lines changed

‎types/openui5/openui5-tests.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import nextUIUpdate from "sap/ui/test/utils/nextUIUpdate";
3737
import Link from "sap/m/Link";
3838
import BaseObject from "sap/ui/base/Object";
3939
import ObjectMarker from "sap/m/ObjectMarker";
40+
import Theming from "sap/ui/core/Theming";
4041

4142
/*
4243
* REMARK: the type definition files are automatically generated and this generation is tested,
@@ -259,3 +260,6 @@ new ObjectMarker().setReactiveAreaMode("Inline");
259260

260261
// 1.134
261262
const gap: CSSGapShortHand = "1px 2px 3px 4px";
263+
264+
// 1.135
265+
const theming = Theming.setFavicon("favicon.ico");

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

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For Library Version: 1.134.0
1+
// For Library Version: 1.135.0
22

33
declare module "sap/tnt/library" {
44
export interface IToolHeader {
@@ -20861,8 +20861,6 @@ declare module "sap/f/ShellBar" {
2086120861

2086220862
import { IBar } from "sap/m/library";
2086320863

20864-
import { IToolHeader } from "sap/tnt/library";
20865-
2086620864
import { BarContexts } from "sap/m/BarInPageEnabler";
2086720865

2086820866
import { URI } from "sap/ui/core/library";
@@ -20901,13 +20899,9 @@ declare module "sap/f/ShellBar" {
2090120899
*
2090220900
* @since 1.63
2090320901
*/
20904-
export default class ShellBar
20905-
extends Control
20906-
implements IShellBar, IBar, IToolHeader
20907-
{
20902+
export default class ShellBar extends Control implements IShellBar, IBar {
2090820903
__implements__sap_f_IShellBar: boolean;
2090920904
__implements__sap_m_IBar: boolean;
20910-
__implements__sap_tnt_IToolHeader: boolean;
2091120905
/**
2091220906
* Constructor for a new `ShellBar`.
2091320907
*

0 commit comments

Comments
 (0)