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
353
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.4.52 to 16.4.53

18

CHANGELOG.md

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

### DropDownList
- ItemData parameter supports `object` collection in select and change event.
- Filtering is not working when rendered control by using select element issue has been resolved.
### MultiSelect
#### Bug Fixes
- Lengthy placeholder breaks UI issue has been resolved.
- Values are not cleared in mobile devices issue has been resolved.
- Values are not selected based on selected attribute in select element rendering issue has been resolved.
## 16.4.52 (2019-02-05)
### ComboBox

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

2

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

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

"@syncfusion/ej2-data": "~16.4.52",
"@syncfusion/ej2-inputs": "~16.4.52",
"@syncfusion/ej2-inputs": "~16.4.53",
"@syncfusion/ej2-lists": "~16.4.52",
"@syncfusion/ej2-popups": "~16.4.52"
"@syncfusion/ej2-popups": "~16.4.53"
},

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

@@ -63,3 +63,5 @@ import { Component, KeyboardEvents, EmitType, L10n } from '@syncfusion/ej2-base';

*/
itemData: FieldSettingsModel;
itemData: FieldSettingsModel | {
[key: string]: string;
};
/**

@@ -66,0 +68,0 @@ * Specifies the original event arguments.

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

*/
previousItemData: FieldSettingsModel;
previousItemData: FieldSettingsModel | {
[key: string]: string;
};
/**

@@ -24,0 +26,0 @@ * Returns the root element of the component.

@@ -280,2 +280,3 @@ import { createCheckBox } from '@syncfusion/ej2-buttons';

removeClass([document.body, this.parent.popupObj.element], popupFullScreen);
this.parent.inputElement.focus();
};

@@ -282,0 +283,0 @@ CheckBoxSelection.prototype.clearText = function (e) {

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

private onBlur;
private checkPlaceholderSize;
private refreshInputHight;

@@ -551,2 +552,3 @@ private validateValues;

render(): void;
private checkInitialValue;
private checkAutoFocus;

@@ -553,0 +555,0 @@ private setFloatLabelType;

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

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

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

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

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

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