phosphor-boxpanel
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -218,11 +218,11 @@ import { Message } from 'phosphor-messaging'; | ||
/** | ||
* Get the box panel stretch factor for the given widget. | ||
* Get the box layout stretch factor for the given widget. | ||
* | ||
* @param widget - The widget of interest. | ||
* | ||
* @returns The box panel stretch factor for the widget. | ||
* @returns The box layout stretch factor for the widget. | ||
*/ | ||
function getStretch(widget: Widget): number; | ||
/** | ||
* Set the box panel stretch factor for the given widget. | ||
* Set the box layout stretch factor for the given widget. | ||
* | ||
@@ -235,11 +235,11 @@ * @param widget - The widget of interest. | ||
/** | ||
* Get the box panel size basis for the given widget. | ||
* Get the box layout size basis for the given widget. | ||
* | ||
* @param widget - The widget of interest. | ||
* | ||
* @returns The box panel size basis for the widget. | ||
* @returns The box layout size basis for the widget. | ||
*/ | ||
function getSizeBasis(widget: Widget): number; | ||
/** | ||
* Set the box panel size basis for the given widget. | ||
* Set the box layout size basis for the given widget. | ||
* | ||
@@ -246,0 +246,0 @@ * @param widget - The widget of interest. |
@@ -380,7 +380,7 @@ /*----------------------------------------------------------------------------- | ||
/** | ||
* Get the box panel stretch factor for the given widget. | ||
* Get the box layout stretch factor for the given widget. | ||
* | ||
* @param widget - The widget of interest. | ||
* | ||
* @returns The box panel stretch factor for the widget. | ||
* @returns The box layout stretch factor for the widget. | ||
*/ | ||
@@ -392,3 +392,3 @@ function getStretch(widget) { | ||
/** | ||
* Set the box panel stretch factor for the given widget. | ||
* Set the box layout stretch factor for the given widget. | ||
* | ||
@@ -404,7 +404,7 @@ * @param widget - The widget of interest. | ||
/** | ||
* Get the box panel size basis for the given widget. | ||
* Get the box layout size basis for the given widget. | ||
* | ||
* @param widget - The widget of interest. | ||
* | ||
* @returns The box panel size basis for the widget. | ||
* @returns The box layout size basis for the widget. | ||
*/ | ||
@@ -416,3 +416,3 @@ function getSizeBasis(widget) { | ||
/** | ||
* Set the box panel size basis for the given widget. | ||
* Set the box layout size basis for the given widget. | ||
* | ||
@@ -506,3 +506,3 @@ * @param widget - The widget of interest. | ||
/** | ||
* Fit the layout to total size required by the child widgets. | ||
* Fit the layout to the total size required by the child widgets. | ||
*/ | ||
@@ -771,2 +771,1 @@ function fit(layout) { | ||
})(BoxLayoutPrivate || (BoxLayoutPrivate = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "phosphor-boxpanel", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "A Phosphor layout panel which arranges its children into a single row or column.", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"phosphor-properties": "^2.0.0", | ||
"phosphor-widget": "^1.0.0-beta.4" | ||
"phosphor-widget": "^1.0.0-beta.6" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
41706