@syncfusion/ej2-vue-navigations
Advanced tools
Comparing version 17.1.38 to 17.1.40
@@ -5,2 +5,10 @@ # Changelog | ||
### TreeView | ||
#### Bug Fixes | ||
- Now the selected node background color is removed before collapsing the parent node. | ||
## 17.1.38 (2019-03-29) | ||
### Menu | ||
@@ -7,0 +15,0 @@ |
/*! | ||
* filename: ej2-vue-navigations.umd.min.js | ||
* version : 17.1.38 | ||
* version : 17.1.40 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-vue-navigations", | ||
"version": "17.1.38", | ||
"version": "17.1.40", | ||
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue", | ||
@@ -120,3 +120,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-vue-base": "~17.1.38", | ||
"@syncfusion/ej2-navigations": "17.1.38" | ||
"@syncfusion/ej2-navigations": "17.1.40" | ||
}, | ||
@@ -123,0 +123,0 @@ "devDependencies": {}, |
@@ -31,5 +31,5 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
expandAll(nodes?: string[] | Object[], level?: number, excludeHiddenNodes?: boolean): void; | ||
getAllCheckedNodes(): undefined; | ||
getNode(node: string | Object): undefined; | ||
getTreeData(node?: string | Object): undefined; | ||
getAllCheckedNodes(): string[]; | ||
getNode(node: string | Object): Object; | ||
getTreeData(node?: string | Object): undefined[]; | ||
moveNodes(sourceNodes: string[] | Object[], target: string | Object, index: number, preventTargetExpand?: boolean): void; | ||
@@ -36,0 +36,0 @@ removeNodes(nodes: string[] | Object[]): void; |
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
4574178
+ Added@syncfusion/ej2-navigations@17.1.40(transitive)
- Removed@syncfusion/ej2-navigations@17.1.38(transitive)