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
4
Versions
249
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.2.46 to 17.2.47

18

CHANGELOG.md

@@ -5,2 +5,20 @@ # Changelog

### Sidebar
#### Bug Fixes
- Sidebar expand or collapse when scrolling in the landscape mode in chrome mobile browser is fixed.
### Toolbar
#### New Features
- `enableItems` public method will now support number type.
### Accordion
#### Breaking Changes
- The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
## 17.2.41 (2019-08-14)

@@ -7,0 +25,0 @@

2

dist/ej2-vue-navigations.umd.min.js
/*!
* filename: ej2-vue-navigations.umd.min.js
* version : 17.2.46
* version : 17.2.47
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-QtQkRC9TJ83n0/HQa+RXSR65tKpm4v2XtimQfoVmJFGSXSLsSJ5P/HYa9EgwRaZM+zAL6TJs59T/lQ9bEoP1YQ==",
"_integrity": "sha512-Kg4eGjoNBJR7+kNB+NsTl5jXTfHnjJuHTkjJ/7oXnLm5Zn0Go+wOb0LyGCeYPGPUIEJ0HpoqcwaPjQchxb1oZw==",
"_location": "/@syncfusion/ej2-vue-navigations",

@@ -24,5 +24,5 @@ "_phantomChildren": {},

"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-17.2.41.tgz",
"_shasum": "8790bfb55eb170755319788b48b72783ca741783",
"_shasum": "a0270c5e3c2be8962b430efc48c57ca04b801947",
"_spec": "@syncfusion/ej2-vue-navigations@*",
"_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",
"_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",
"author": {

@@ -36,5 +36,5 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "~17.2.46",
"@syncfusion/ej2-navigations": "17.2.46",
"@syncfusion/ej2-vue-base": "~17.2.46"
"@syncfusion/ej2-base": "~17.2.47",
"@syncfusion/ej2-navigations": "17.2.47",
"@syncfusion/ej2-vue-base": "~17.2.47"
},

@@ -156,4 +156,4 @@ "deprecated": false,

},
"version": "17.2.46",
"version": "17.2.47",
"sideEffects": false
}

@@ -25,3 +25,3 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base';

disable(value: boolean): void;
enableItems(items: Object | Object, isEnable?: boolean): void;
enableItems(items: number | Object | Object, isEnable?: boolean): void;
hideItem(index: number | Object | Object, value?: boolean): void;

@@ -28,0 +28,0 @@ refreshOverflow(): 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