@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 17.2.36 to 17.2.46
@@ -7,2 +7,10 @@ # Changelog | ||
#### New Features | ||
- Provided Null and Empty operator support. | ||
## 17.2.36 (2019-07-24) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
@@ -9,0 +17,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.36 | ||
* 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-querybuilder@*", | ||
"_id": "@syncfusion/ej2-querybuilder@17.2.35", | ||
"_id": "@syncfusion/ej2-querybuilder@17.2.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-6rKINuUoqdctBVWKCcKqjmsQhvNyx9QXa0kkcXGf9ab3DOi5PWAt7/b3mLbFoclS50+HZphicU5A0cMjSp2Csw==", | ||
"_integrity": "sha512-j0Xaf9Yfbrxx3ETCCQtK3/I3xvOxMJC49oHXKvvexwW4Gs0MtdlbvFfPyM9E6Zrxbcxto2Kvrq0nVIYa9Lqc8Q==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.35.tgz", | ||
"_shasum": "99a49ed583772a7c3144b842b9fae74b0d825cab", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.36.tgz", | ||
"_shasum": "aa2af95c5032a30a3c50ca7ae446c8a1642390b2", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.2.35", | ||
"@syncfusion/ej2-buttons": "~17.2.35", | ||
"@syncfusion/ej2-calendars": "~17.2.36", | ||
"@syncfusion/ej2-dropdowns": "~17.2.36", | ||
"@syncfusion/ej2-inputs": "~17.2.36", | ||
"@syncfusion/ej2-splitbuttons": "~17.2.34" | ||
"@syncfusion/ej2-base": "~17.2.46", | ||
"@syncfusion/ej2-buttons": "~17.2.46", | ||
"@syncfusion/ej2-calendars": "~17.2.46", | ||
"@syncfusion/ej2-dropdowns": "~17.2.46", | ||
"@syncfusion/ej2-inputs": "~17.2.46", | ||
"@syncfusion/ej2-splitbuttons": "~17.2.46" | ||
}, | ||
@@ -73,4 +73,4 @@ "deprecated": false, | ||
}, | ||
"version": "17.2.36", | ||
"version": "17.2.46", | ||
"sideEffects": false | ||
} |
@@ -436,2 +436,3 @@ /** | ||
private getOperator; | ||
private getTypeFromColumn; | ||
private processParser; | ||
@@ -438,0 +439,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1975907
21854