phosphor-dockpanel
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -17,6 +17,2 @@ import { Message } from 'phosphor-messaging'; | ||
/** | ||
* The static type of the constructor. | ||
*/ | ||
'constructor': typeof DockPanel; | ||
/** | ||
* Construct a new dock panel. | ||
@@ -23,0 +19,0 @@ */ |
@@ -99,2 +99,15 @@ /*----------------------------------------------------------------------------- | ||
/** | ||
* Ensure the specified content widget is selected. | ||
* | ||
* @param widget - The content widget of interest. | ||
* | ||
* #### Notes | ||
* If the widget is not contained in a dock panel, or is already | ||
* the selected tab in its respective tab panel, this is a no-op. | ||
*/ | ||
// TODO figure out the right API for this. | ||
// static select(widget: Widget): void { | ||
// selectWidget(widget); | ||
// } | ||
/** | ||
* Construct a new dock panel. | ||
@@ -101,0 +114,0 @@ */ |
{ | ||
"name": "phosphor-dockpanel", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A widget which provides a flexible docking area for content widgets.", | ||
@@ -12,7 +12,7 @@ "main": "lib/index.js", | ||
"phosphor-messaging": "^1.0.6", | ||
"phosphor-nodewrapper": "^1.0.5", | ||
"phosphor-nodewrapper": "^1.0.6", | ||
"phosphor-properties": "^2.0.0", | ||
"phosphor-splitpanel": "^1.0.0-rc.1", | ||
"phosphor-stackedpanel": "^1.0.0-rc.0", | ||
"phosphor-tabs": "^1.0.0-rc.1", | ||
"phosphor-tabs": "^1.0.0-rc.2", | ||
"phosphor-widget": "^1.0.0-rc.0" | ||
@@ -19,0 +19,0 @@ }, |
55459
1367
Updatedphosphor-nodewrapper@^1.0.6
Updatedphosphor-tabs@^1.0.0-rc.2