@syncfusion/ej2-react-dropdowns
Advanced tools
Comparing version 16.4.44 to 16.4.46
@@ -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 @@ |
/*! | ||
* 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 @@ /** |
439405
+ Added@syncfusion/ej2-dropdowns@16.4.46(transitive)
- Removed@syncfusion/ej2-dropdowns@16.4.44(transitive)