@syncfusion/ej2-data
Advanced tools
Comparing version 17.2.39 to 17.2.46
@@ -5,2 +5,4 @@ # Changelog | ||
## 17.2.39 (2019-07-30) | ||
### DataManager | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.39 | ||
* version : 17.2.46 | ||
* 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.2.36", | ||
"_id": "@syncfusion/ej2-data@17.2.39", | ||
"_inBundle": false, | ||
"_integrity": "sha512-cwEQfSpz6JSlTaWe/XBJwZ2SuQ/Bmq4omP2eoxwtUk9gYpT/wiCUck6Rx5tAwE8Gyziq49Um0f2m94Ps6/nRxQ==", | ||
"_integrity": "sha512-tsbu3zQ/ydt/UjerPB7dlpqGtfEhp9n15nJzJBPvtjCWMkKDEjkUIBRjtkCJWuKSWQQdPbAjtruN9JuEvCJJow==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -40,4 +40,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-17.2.36.tgz", | ||
"_shasum": "07a993dc46feffb6417adabf41fd77b13f488656", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-17.2.39.tgz", | ||
"_shasum": "f43fcde664843b935fc12d398eaab156f7ce8936", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -50,3 +50,3 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.2.39" | ||
"@syncfusion/ej2-base": "~17.2.46" | ||
}, | ||
@@ -61,4 +61,4 @@ "deprecated": false, | ||
"name": "@syncfusion/ej2-data", | ||
"version": "17.2.39", | ||
"version": "17.2.46", | ||
"sideEffects": false | ||
} |
@@ -581,2 +581,3 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
update(dm: DataManager, keyField: string, value: Object, tableName?: string): Object; | ||
batchRequest(dm: DataManager, changes: CrudOptions, e: RemoteArgs): Object; | ||
/** | ||
@@ -583,0 +584,0 @@ * Method will trigger before send the request to server side. |
@@ -170,5 +170,9 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
} | ||
else { | ||
else if (!isNullOrUndefined(result.url)) { | ||
this.makeRequest(result, deffered, args, query); | ||
} | ||
else { | ||
args = DataManager.getDeferedArgs(query, result, args); | ||
deffered.resolve(args); | ||
} | ||
} | ||
@@ -175,0 +179,0 @@ else { |
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
1911709
17220