@syncfusion/ej2-lists
Advanced tools
Comparing version 17.1.38 to 17.1.40
@@ -5,2 +5,8 @@ # Changelog | ||
### ListBase | ||
#### Bug Fixes | ||
- Issue with single level element generation with fields mapping has been fixed. | ||
## 17.1.32-beta (2019-03-13) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.1.38 | ||
* version : 17.1.40 | ||
* 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-lists", | ||
"version": "17.1.38", | ||
"version": "17.1.40", | ||
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views.", | ||
@@ -13,3 +13,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-data": "~17.1.38", | ||
"@syncfusion/ej2-buttons": "~17.1.38" | ||
"@syncfusion/ej2-buttons": "~17.1.40" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": {}, |
@@ -188,3 +188,3 @@ import { extend, merge, isNullOrUndefined, getValue } from '@syncfusion/ej2-base'; | ||
if (fieldData.hasOwnProperty(fields.id) && !isNullOrUndefined(fieldData[fields.id])) { | ||
id = fieldData.id; | ||
id = fieldData[fields.id]; | ||
} | ||
@@ -191,0 +191,0 @@ var innerEle = []; |
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
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
2122010