@phosphor/widgets
Advanced tools
Comparing version 1.7.1 to 1.8.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BoxLayout } from './boxlayout'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { CommandRegistry } from '@phosphor/commands'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './boxengine'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterable, IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { CommandRegistry } from '@phosphor/commands'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { PanelLayout } from './panellayout'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISignal } from '@phosphor/signaling'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISignal } from '@phosphor/signaling'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISignal } from '@phosphor/signaling'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { IIterator } from '@phosphor/algorithm'; | ||
import { IDisposable } from '@phosphor/disposable'; | ||
import { IObservableDisposable } from '@phosphor/disposable'; | ||
import { ConflatableMessage, IMessageHandler, Message } from '@phosphor/messaging'; | ||
@@ -15,3 +15,3 @@ import { ISignal } from '@phosphor/signaling'; | ||
*/ | ||
export declare class Widget implements IDisposable, IMessageHandler { | ||
export declare class Widget implements IMessageHandler, IObservableDisposable { | ||
/** | ||
@@ -18,0 +18,0 @@ * Construct a new widget. |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@phosphor/widgets", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "PhosphorJS - Widgets", | ||
@@ -46,7 +46,7 @@ "homepage": "https://github.com/phosphorjs/phosphor", | ||
"@phosphor/algorithm": "^1.1.3", | ||
"@phosphor/commands": "^1.6.2", | ||
"@phosphor/commands": "^1.6.3", | ||
"@phosphor/coreutils": "^1.3.1", | ||
"@phosphor/disposable": "^1.1.3", | ||
"@phosphor/disposable": "^1.2.0", | ||
"@phosphor/domutils": "^1.1.3", | ||
"@phosphor/dragdrop": "^1.3.2", | ||
"@phosphor/dragdrop": "^1.3.3", | ||
"@phosphor/keyboard": "^1.1.3", | ||
@@ -78,3 +78,3 @@ "@phosphor/messaging": "^1.2.3", | ||
}, | ||
"gitHead": "5a944b21c9f6bd60414476846ca63d10b6ad155a" | ||
"gitHead": "e68b5791676599c99afe6c3be6e64f02b6d01862" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
771462
Updated@phosphor/commands@^1.6.3
Updated@phosphor/disposable@^1.2.0
Updated@phosphor/dragdrop@^1.3.3