@syncfusion/ej2-data
Advanced tools
Comparing version 18.1.42 to 18.1.43
@@ -5,2 +5,8 @@ # Changelog | ||
### DataManager | ||
#### Bug Fixes | ||
- `269287` - Provided the support to use complex data field as primary key. | ||
## 17.4.41 (2020-01-07) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.1.42 | ||
* version : 18.1.43 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-xYEnD5HLkh4NGs7oeyIOZxKLCIWD59CfhqoUX/Xlzr+AaObangGk7EXKlJiqyJ1szlU6IB4SloPZPwFkKUwd7w==", | ||
"_integrity": "sha512-nQkUH8hEYMiwKon9kXxt5TT/lhaMZ1UY1LoNnLc7h12rU+vPHkBNNDnJJPE1oJE4FD7qFPaynNoOluzzJhliMA==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -28,3 +28,2 @@ "_phantomChildren": {}, | ||
"/@syncfusion/ej2-dropdowns", | ||
"/@syncfusion/ej2-filemanager", | ||
"/@syncfusion/ej2-gantt", | ||
@@ -45,4 +44,4 @@ "/@syncfusion/ej2-grids", | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-18.1.36.tgz", | ||
"_shasum": "c98b889bbcfeb2147c4ff558001915870f119f97", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-data/-/ej2-data-18.1.36.tgz", | ||
"_shasum": "6eeff177f92d1bfb5456205f9243abd3cfa5bb42", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -66,4 +65,4 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "18.1.42", | ||
"version": "18.1.43", | ||
"sideEffects": false | ||
} |
@@ -405,3 +405,3 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
if (typeof value === 'object') { | ||
value = value[keyField]; | ||
value = DataUtil.getObject(keyField, value); | ||
} | ||
@@ -408,0 +408,0 @@ if (tableName instanceof Query) { |
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
1937282