New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-dropdowns

Package Overview
Dependencies
Maintainers
2
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-dropdowns - npm Package Compare versions

Comparing version 16.4.44 to 16.4.46

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
## 16.4.44 (2018-12-24)
### MultiSelect
#### Bug Fixes
- Item template with checkbox combination is not working issue has been resolved.

@@ -11,0 +19,0 @@

6

dist/ej2-react-dropdowns.umd.min.js
/*!
* filename: ej2-react-dropdowns.umd.min.js
* version : 16.4.44
* version : 16.4.46
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

* filename: ej2-react-dropdowns.umd.min.js
* version : 16.4.42
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* version : 16.4.44
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -16,0 +16,0 @@ * A copy of the current license can be obtained at any time by e-mailing

{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "16.4.44",
"version": "16.4.46",
"description": "Essential JS 2 DropDown Components for React",

@@ -34,4 +34,4 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.4.42",
"@syncfusion/ej2-react-base": "~16.4.42",
"@syncfusion/ej2-dropdowns": "16.4.44"
"@syncfusion/ej2-react-base": "~16.4.45",
"@syncfusion/ej2-dropdowns": "16.4.46"
},

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

@@ -5,6 +5,6 @@ import * as React from 'react';

export interface AutoCompleteTypecast {
footerTemplate?: string | Function;
headerTemplate?: string | Function;
groupTemplate?: string | Function;
itemTemplate?: string | Function;
footerTemplate?: string | Function | any;
headerTemplate?: string | Function | any;
groupTemplate?: string | Function | any;
itemTemplate?: string | Function | any;
}

@@ -11,0 +11,0 @@ /**

@@ -5,6 +5,6 @@ import * as React from 'react';

export interface ComboBoxTypecast {
footerTemplate?: string | Function;
headerTemplate?: string | Function;
groupTemplate?: string | Function;
itemTemplate?: string | Function;
footerTemplate?: string | Function | any;
headerTemplate?: string | Function | any;
groupTemplate?: string | Function | any;
itemTemplate?: string | Function | any;
}

@@ -11,0 +11,0 @@ /**

@@ -5,7 +5,7 @@ import * as React from 'react';

export interface DropDownListTypecast {
footerTemplate?: string | Function;
headerTemplate?: string | Function;
valueTemplate?: string | Function;
groupTemplate?: string | Function;
itemTemplate?: string | Function;
footerTemplate?: string | Function | any;
headerTemplate?: string | Function | any;
valueTemplate?: string | Function | any;
groupTemplate?: string | Function | any;
itemTemplate?: string | Function | any;
}

@@ -12,0 +12,0 @@ /**

@@ -5,6 +5,6 @@ import * as React from 'react';

export interface MultiSelectTypecast {
footerTemplate?: string | Function;
headerTemplate?: string | Function;
valueTemplate?: string | Function;
itemTemplate?: string | Function;
footerTemplate?: string | Function | any;
headerTemplate?: string | Function | any;
valueTemplate?: string | Function | any;
itemTemplate?: string | Function | any;
}

@@ -11,0 +11,0 @@ /**

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