Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#59389 [openui5] Update the definition file…
Browse files Browse the repository at this point in the history
…s for OpenUI5 1.100 by @akudev
  • Loading branch information
akudev committed Mar 22, 2022
1 parent b7adfa4 commit df9cf1f
Show file tree
Hide file tree
Showing 24 changed files with 2,587 additions and 1,448 deletions.
2 changes: 1 addition & 1 deletion types/openui5/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for OpenUI5 1.99
// Type definitions for OpenUI5 1.100
// Project: https://github.com/SAP/openui5
// Definitions by: OpenUI5 Bot <https://github.com/openui5bot>
// Peter Muessig <https://github.com/petermuessig>
Expand Down
3 changes: 3 additions & 0 deletions types/openui5/openui5-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Target from "sap/ui/core/routing/Target";
import MessagePage from "sap/m/MessagePage";
import { TitleLevel } from "sap/ui/core/library";
import DateTimePicker from "sap/m/DateTimePicker";
import DateFormatTimezoneDisplay from "sap/ui/core/format/DateFormatTimezoneDisplay";

/*
* REMARK: the type definition files are automatically generated and this generation is tested,
Expand Down Expand Up @@ -144,3 +145,5 @@ messagePage.setTitleLevel(TitleLevel.H1);
const odataV4ListBinding = new ODataV4ListBinding();
const odataV4ListBindingCount = odataV4ListBinding.getCount();
const context = odataV4ListBinding.getKeepAliveContext("x");

const showTimeZone = DateFormatTimezoneDisplay.Show;
2 changes: 1 addition & 1 deletion types/openui5/sap.f.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.99.0
// For Library Version: 1.100.0

declare module "sap/tnt/library" {
export interface IToolHeader {
Expand Down
554 changes: 466 additions & 88 deletions types/openui5/sap.m.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/openui5/sap.tnt.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.98.0
// For Library Version: 1.100.0

declare module "sap/tnt/library" {
/**
Expand Down
2 changes: 1 addition & 1 deletion types/openui5/sap.ui.codeeditor.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.99.0
// For Library Version: 1.100.0

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

Expand Down
2 changes: 1 addition & 1 deletion types/openui5/sap.ui.commons.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.99.0
// For Library Version: 1.100.0

declare module "sap/ui/commons/library" {
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
Expand Down
Loading

0 comments on commit df9cf1f

Please sign in to comment.