ng-pane-manager
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "ng-pane-manager", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"license": "GPL-3.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -250,2 +250,5 @@ # ngPaneManager | ||
- `closeButton`: The [template](#templates) describing how the windows' close buttons should be rendered. (default is an HTML template with a Unicode cross). | ||
- `tabNavAddButtonEnabled` (Boolean): If true, a button described by `tabNavAddButton` will be placed at the end of each tab bar | ||
- `tabNavAddButtonHandler` (Function): A single-argument function taking the node from which the add button was pressed that returns a [node](#layout) to be added to the tab split, or `null` not to add a new node. | ||
- `tabNavAddButton`: The [template](#templates) describing how to render the add button at the end of each tab bar | ||
- `refs`: An object describing the values to which ngPaneManager refs will be expanded (see [Serialize/Deserialize](#ser-deser) and `ngPaneManager.ref` in the [functions reference](#functions) for an explanation). | ||
@@ -263,2 +266,3 @@ - `layout`: The [object](#layout) describing the panel layout. If `getterSetter` is true, then this is a getter-setter function: if an argument is given, it should set the layout, otherwise it should return the layout. | ||
- `closeable` (Boolean): Whether the user should be able to close this panel's window. | ||
- `alwaysTab` (Boolean): Whether this panel should always be contained in a tab instead of having its own header (optional) | ||
- `icon` (Object): A [template](#templates) describing how the window's icon should be rendered. (optional) | ||
@@ -265,0 +269,0 @@ - `panel` (Object): A [template](#templates) describing how this panel should be rendered. (required) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11451046
40
5119
306