@syncfusion/ej2-data
Advanced tools
Comparing version 17.3.27 to 17.3.30
@@ -9,2 +9,10 @@ # Changelog | ||
- `#147532` - Provided `addParams` CRUD support for Batch Edit mode in `RemoteSaveAdaptor`. | ||
## 17.3.26 (2019-11-05) | ||
### DataManager | ||
#### Bug Fixes | ||
- `252550` - DataManager performance issue has been fixed. | ||
@@ -11,0 +19,0 @@ - `251226`, `252997` - Complex field primary key column is not working while the column type is string. |
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.27 | ||
* version : 17.3.30 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-data@*", | ||
"_id": "@syncfusion/ej2-data@17.3.19", | ||
"_id": "@syncfusion/ej2-data@17.3.27", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Fk8PqvgEEvxs4LF5dSzkuW57VyM3qpPqDd89LnA+/H1Tu5XuRsFdiFUHoMOQEP9xwiEctrtjHh39URDpify5Jw==", | ||
"_integrity": "sha512-0KkBW2TNIMEalQ2xm7wFf8Zj2mOis2nkLl55E8jZVXswzxNu/mq+SwsnROHxkzN5i0btBsvajUg0j6iogp59hg==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -40,4 +40,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-data/-/ej2-data-17.3.19.tgz", | ||
"_shasum": "8a4cfea1e4f8fd323f95ba610309fe7ef29214d4", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-data/-/ej2-data-17.3.27.tgz", | ||
"_shasum": "a25ffcc486c15d8189ec5c2826e487a054c9ddcf", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -61,4 +61,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "17.3.27", | ||
"version": "17.3.30", | ||
"sideEffects": false | ||
} |
@@ -640,3 +640,3 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
*/ | ||
batchRequest(dm: DataManager, changes: CrudOptions, e: RemoteArgs): Object; | ||
batchRequest(dm: DataManager, changes: CrudOptions, e: RemoteArgs, query?: Query, original?: Object): Object; | ||
addParams(options: { | ||
@@ -643,0 +643,0 @@ dm: DataManager; |
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
1935154