@syncfusion/ej2-react-querybuilder
Advanced tools
Comparing version
@@ -9,2 +9,10 @@ # Changelog | ||
- `I379818` - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed. | ||
## 20.1.55 (2022-05-12) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `I375944` - Issue with Null value is not available in IN operator of query builder has been fixed. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: ej2-react-querybuilder.umd.min.js | ||
* version : 20.1.55 | ||
* version : 20.1.59 | ||
* 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-react-querybuilder@*", | ||
"_id": "@syncfusion/ej2-react-querybuilder@20.1.51", | ||
"_id": "@syncfusion/ej2-react-querybuilder@20.1.55", | ||
"_inBundle": false, | ||
"_integrity": "sha512-GnkyD+1WMnnzdIC9P6qWkEEYoyuE+8UNrE34XZ0g2+NcnTZz7ayhP8/mOD0p640LTE/RExcJy8LuLjz7/eLXnw==", | ||
"_integrity": "sha512-Q5k4LSpqURvn0KpCu9aU5geoF74baKWIcdYfrbkmFZQFh+A2NeUGNajaiXbckqUz/sDDyVgTz+BWZZj4N8kkjA==", | ||
"_location": "/@syncfusion/ej2-react-querybuilder", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-20.1.51.tgz", | ||
"_shasum": "472048d8deb9588e6be1922acf6810fc7a135e1e", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-20.1.55.tgz", | ||
"_shasum": "f23c5db3b06d6927332a9e130f96390a3e94adb5", | ||
"_spec": "@syncfusion/ej2-react-querybuilder@*", | ||
@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.55", | ||
"@syncfusion/ej2-querybuilder": "20.1.55", | ||
"@syncfusion/ej2-react-base": "~20.1.55" | ||
"@syncfusion/ej2-base": "~20.1.57", | ||
"@syncfusion/ej2-querybuilder": "20.1.59", | ||
"@syncfusion/ej2-react-base": "~20.1.59" | ||
}, | ||
@@ -68,4 +68,4 @@ "deprecated": false, | ||
}, | ||
"version": "20.1.55", | ||
"version": "20.1.59", | ||
"sideEffects": false | ||
} |
@@ -19,3 +19,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base'; | ||
*/ | ||
export declare class ColumnDirective extends ComplexBase<ColumnsModel | ColumnsDirTypecast, ColumnsModel | ColumnsDirTypecast> { | ||
export declare class ColumnDirective extends ComplexBase<ColumnsModel | ColumnsDirTypecast & { | ||
children?: React.ReactNode; | ||
}, ColumnsModel | ColumnsDirTypecast> { | ||
static moduleName: string; | ||
@@ -22,0 +24,0 @@ } |
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
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
6
20%838453
-0.52%22487
-5.19%+ Added
- Removed