@syncfusion/ej2-data
Advanced tools
Comparing version 17.2.35 to 17.2.36
@@ -9,2 +9,10 @@ # Changelog | ||
- `241939` - In Predicate or function , Date type has been added to give support for filtering Date values. | ||
## 17.2.35 (2019-07-17) | ||
### DataManager | ||
#### Bug Fixes | ||
- `#144418`, `#234444`, `#238765`, `#241262`, `#241163` - Date value is handled based on the server time zone offset. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: ej2-data.umd.min.js | ||
* version : 17.2.35 | ||
* version : 17.2.36 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-data.min.js | ||
* version : 17.2.35 | ||
* version : 17.2.36 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.35 | ||
* version : 17.2.36 | ||
* 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.34", | ||
"_id": "@syncfusion/ej2-data@17.2.35", | ||
"_inBundle": false, | ||
"_integrity": "sha512-emtd8gEtD9RtX48vg4D+/n5gAGjkZV9PqFs6et+JiMKMMzdNFRL95KXvKRfffxJ8v3B1QFAx8jDoxGUEDVP8+Q==", | ||
"_integrity": "sha512-SQ7kHfVqE6p9Vp+pZRAbxMXZbX71GPI5cXRhqTAAEIS5FZZK0ebDXN14mQJ75MymAIInoHNIU1TqtieyxjXrTA==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -40,4 +40,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-17.2.34.tgz", | ||
"_shasum": "097658201b6cba331bdeae8fe09f607ce61791e3", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-17.2.35.tgz", | ||
"_shasum": "3acbe2b32dc748542214c09fde72d3ec716f05e0", | ||
"_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.34" | ||
"@syncfusion/ej2-base": "~17.2.35" | ||
}, | ||
@@ -61,4 +61,4 @@ "deprecated": false, | ||
"name": "@syncfusion/ej2-data", | ||
"version": "17.2.35", | ||
"version": "17.2.36", | ||
"sideEffects": false | ||
} |
@@ -256,3 +256,3 @@ import { DataManager } from './manager'; | ||
*/ | ||
or(field: string | Predicate, operator?: string, value?: string | number | null, ignoreCase?: boolean, ignoreAccent?: boolean): Predicate; | ||
or(field: string | Predicate, operator?: string, value?: string | number | Date | null, ignoreCase?: boolean, ignoreAccent?: boolean): Predicate; | ||
/** | ||
@@ -259,0 +259,0 @@ * Converts plain JavaScript object to Predicate object. |
1848144