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

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
Maintainers
2
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-dropdowns - npm Package Compare versions

Comparing version 16.3.21 to 16.3.23

14

CHANGELOG.md

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

### MultiSelect
#### Bug Fixes
- MultiSelect values are cleared after performing add operation in Grid, that issue has been fixed.
- Item disappears from popup list after pressing the backspace key, that issue has been fixed.
### DropDownList
#### Bug Fixes
- DropDownList `ItemTemplate` with `addItem` method template issue has been resolved.
## 16.3.17 (2018-09-12)

@@ -7,0 +21,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.21
* version : 16.3.23
* 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-dropdowns",
"version": "16.3.21",
"version": "16.3.23",
"description": "Essential JS 2 DropDown Components",

@@ -12,5 +12,5 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.3.21",
"@syncfusion/ej2-data": "~16.3.21",
"@syncfusion/ej2-inputs": "~16.3.21",
"@syncfusion/ej2-lists": "~16.3.21",
"@syncfusion/ej2-data": "~16.3.22",
"@syncfusion/ej2-inputs": "~16.3.22",
"@syncfusion/ej2-lists": "~16.3.23",
"@syncfusion/ej2-popups": "~16.3.21"

@@ -17,0 +17,0 @@ },

@@ -322,3 +322,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" />

protected onFocus(): void;
private resetValueHandler();
private resetValueHandler(e);
protected wireEvent(): void;

@@ -325,0 +325,0 @@ protected bindCommonEvent(): void;

@@ -466,3 +466,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" />

private windowResize();
private resetValueHandler();
private resetValueHandler(e);
protected wireEvent(): void;

@@ -469,0 +469,0 @@ private onInput();

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

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