Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-pane-manager

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-pane-manager - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

test/5.htm

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc