mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
* Make dijit.Tooltip show and hide methods static. Fixes #16303. * Revert unintended deletion of type reference. * Move type reference back to the correct file.
This commit is contained in:
Vendored
+3
-3
@@ -29946,7 +29946,7 @@ declare module dijit {
|
||||
*
|
||||
* @param aroundNode
|
||||
*/
|
||||
hide(aroundNode: any): any;
|
||||
static hide(aroundNode: any): any;
|
||||
/**
|
||||
* Return true if this widget can currently be focused
|
||||
* and false if not
|
||||
@@ -30107,7 +30107,7 @@ declare module dijit {
|
||||
* @param rtl OptionalCorresponds to WidgetBase.dir attribute, where false means "ltr" and truemeans "rtl"; specifies GUI direction, not text direction.
|
||||
* @param textDir OptionalCorresponds to WidgetBase.textdir attribute; specifies direction of text.
|
||||
*/
|
||||
show(innerHTML: String, aroundNode: Object, position: String[], rtl: boolean, textDir: String): any;
|
||||
static show(innerHTML: String, aroundNode: Object, position?: String[], rtl?: boolean, textDir?: String): any;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -106941,4 +106941,4 @@ declare module "dijit/ConfirmDialog" {
|
||||
declare module "dijit/_ConfirmDialogMixin" {
|
||||
var exp: typeof dijit._ConfirmDialogMixin;
|
||||
export=exp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user