Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-navigations

Package Overview
Dependencies
Maintainers
2
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-navigations - npm Package Compare versions

Comparing version 16.2.48 to 16.2.49

26

CHANGELOG.md

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

### Tab
#### Bug Fixes
- The issue with updating model on enable/disable tab has fixed in `enableTab` method.
### TreeView
#### Bug Fixes
- Issue with drag and drop nodes from one tree view to another empty tree view has been fixed
## 16.2.48 (2018-08-14)
### Tab
#### Breaking Changes
- Issue with triggering select events at initial load has been resolved
### Toolbar
#### Bug Fixes
- Resolved the tooltip issue on display special character in toolbar items.
## 16.2.47 (2018-08-07)

@@ -7,0 +33,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.2.48
* version : 16.2.49
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

{
"name": "@syncfusion/ej2-navigations",
"version": "16.2.48",
"version": "16.2.49",
"description": "Essential JS 2 Navigation Components",

@@ -11,8 +11,8 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.2.47",
"@syncfusion/ej2-data": "~16.2.48",
"@syncfusion/ej2-buttons": "~16.2.47",
"@syncfusion/ej2-popups": "~16.2.47",
"@syncfusion/ej2-lists": "~16.2.47",
"@syncfusion/ej2-inputs": "~16.2.48"
"@syncfusion/ej2-base": "~16.2.49",
"@syncfusion/ej2-data": "~16.2.49",
"@syncfusion/ej2-buttons": "~16.2.49",
"@syncfusion/ej2-popups": "~16.2.49",
"@syncfusion/ej2-lists": "~16.2.49",
"@syncfusion/ej2-inputs": "~16.2.49"
},

@@ -19,0 +19,0 @@ "devDependencies": {

@@ -310,2 +310,3 @@ var __extends = (this && this.__extends) || (function () {

});
this.tbObj.createElement = this.createElement;
this.tbObj.appendTo(this.hdrEle);

@@ -1059,2 +1060,6 @@ attributes(this.element, { 'aria-orientation': 'horizontal' });

}
if (!isNOU(this.items[index])) {
this.items[index].disabled = !value;
this.dataBind();
}
tbItems.setAttribute('aria-disabled', (value === true) ? 'false' : 'true');

@@ -1061,0 +1066,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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