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

@syncfusion/ej2-vue-navigations

Package Overview
Dependencies
Maintainers
3
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-vue-navigations - npm Package Compare versions

Comparing version 17.1.38 to 17.1.40

8

CHANGELOG.md

@@ -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 @@

2

dist/ej2-vue-navigations.umd.min.js
/*!
* 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;

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