@syncfusion/ej2-lists
Advanced tools
Comparing version 16.1.28 to 16.1.32
@@ -5,2 +5,10 @@ # Changelog | ||
### ListView | ||
#### Bug Fixes | ||
- The `addItem` public method without `FieldSettings` not properly working issue resolved. | ||
## 16.1.28-preview (2018-03-09) | ||
### Common | ||
@@ -7,0 +15,0 @@ |
/*! | ||
* filename: ej2-lists.umd.min.js | ||
* version : 16.1.28 | ||
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved. | ||
* version : 16.1.32 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
/*! | ||
* filename: index.d.ts | ||
* version : 16.1.26 | ||
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved. | ||
* version : 16.1.28 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
{ | ||
"name": "@syncfusion/ej2-lists", | ||
"version": "16.1.28", | ||
"version": "16.1.32", | ||
"description": "Essential JS 2 List Components", | ||
@@ -11,5 +11,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.1.28", | ||
"@syncfusion/ej2-data": "~16.1.28", | ||
"@syncfusion/ej2-buttons": "~16.1.28" | ||
"@syncfusion/ej2-base": "~16.1.32", | ||
"@syncfusion/ej2-data": "~16.1.32", | ||
"@syncfusion/ej2-buttons": "~16.1.32" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -382,3 +382,3 @@ import { Component, BaseEventArgs } from '@syncfusion/ej2-base'; | ||
[key: string]: Object; | ||
}[], fields: Fields): void; | ||
}[], fields: Fields | undefined): void; | ||
/** | ||
@@ -385,0 +385,0 @@ * A function that removes the item from data source based on passed element like fields: { text: 'Name', tooltip: 'Name', id:'id'} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3880351
21698