@syncfusion/ej2-data
Advanced tools
Comparing version 18.1.43 to 18.1.52
@@ -9,2 +9,10 @@ # Changelog | ||
- `274575` - Provided `addParams` support for CRUD action in `WebApiAdaptor`. | ||
## 18.1.43 (2020-04-07) | ||
### DataManager | ||
#### Bug Fixes | ||
- `269287` - Provided the support to use complex data field as primary key. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.1.43 | ||
* version : 18.1.52 | ||
* Copyright Syncfusion Inc. 2001 - 2020. 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@18.1.36", | ||
"_id": "@syncfusion/ej2-data@18.1.43", | ||
"_inBundle": false, | ||
"_integrity": "sha512-nQkUH8hEYMiwKon9kXxt5TT/lhaMZ1UY1LoNnLc7h12rU+vPHkBNNDnJJPE1oJE4FD7qFPaynNoOluzzJhliMA==", | ||
"_integrity": "sha512-/RpOdPCoN3fBWIUpj1RYG4KdvyHxeME2nV/9+jPBe2I61sw1qlBbZyz5KP3q3KsdLp7bmddqFEd9HsY51BUE/A==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -27,2 +27,3 @@ "_phantomChildren": {}, | ||
"/@syncfusion/ej2-dropdowns", | ||
"/@syncfusion/ej2-filemanager", | ||
"/@syncfusion/ej2-gantt", | ||
@@ -43,4 +44,4 @@ "/@syncfusion/ej2-grids", | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-data/-/ej2-data-18.1.36.tgz", | ||
"_shasum": "6eeff177f92d1bfb5456205f9243abd3cfa5bb42", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-data/-/ej2-data-18.1.43.tgz", | ||
"_shasum": "5d53933ff3fba29cdaf0f7b3b71c31fd654e7e71", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -53,3 +54,3 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.1.42" | ||
"@syncfusion/ej2-base": "~18.1.52" | ||
}, | ||
@@ -65,4 +66,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.1.43", | ||
"version": "18.1.52", | ||
"sideEffects": false | ||
} |
@@ -558,2 +558,10 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
protected getModuleName(): string; | ||
addParams(options: { | ||
dm: DataManager; | ||
query: Query; | ||
params: ParamOption[]; | ||
reqParams: { | ||
[key: string]: Object; | ||
}; | ||
}): void; | ||
/** | ||
@@ -565,3 +573,3 @@ * Prepare and returns request body which is used to insert a new record in the table. | ||
*/ | ||
insert(dm: DataManager, data: Object, tableName?: string): Object; | ||
insert(dm: DataManager, data: Object, tableName?: string, query?: Query): Object; | ||
/** | ||
@@ -574,3 +582,3 @@ * Prepare and return request body which is used to remove record from the table. | ||
*/ | ||
remove(dm: DataManager, keyField: string, value: number, tableName?: string): Object; | ||
remove(dm: DataManager, keyField: string, value: number, tableName?: string, query?: Query): Object; | ||
/** | ||
@@ -583,3 +591,3 @@ * Prepare and return request body which is used to update record. | ||
*/ | ||
update(dm: DataManager, keyField: string, value: Object, tableName?: string): Object; | ||
update(dm: DataManager, keyField: string, value: Object, tableName?: string, query?: Query): Object; | ||
batchRequest(dm: DataManager, changes: CrudOptions, e: RemoteArgs): Object; | ||
@@ -586,0 +594,0 @@ /** |
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
1941883
17375
150976