@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 16.4.44 to 16.4.47
@@ -5,2 +5,4 @@ # Changelog | ||
## 16.4.44 (2018-12-24) | ||
### QueryBuilder | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: ej2-querybuilder.umd.min.js | ||
* version : 16.4.44 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* version : 16.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
/*! | ||
* filename: ej2-querybuilder.min.js | ||
* version : 16.4.44 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* version : 16.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.44 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* version : 16.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
{ | ||
"name": "@syncfusion/ej2-querybuilder", | ||
"version": "16.4.44", | ||
"version": "16.4.47", | ||
"description": "Essential JS 2 QueryBuilder", | ||
@@ -11,8 +11,8 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.4.42", | ||
"@syncfusion/ej2-buttons": "~16.4.42", | ||
"@syncfusion/ej2-calendars": "~16.4.44", | ||
"@syncfusion/ej2-dropdowns": "~16.4.44", | ||
"@syncfusion/ej2-splitbuttons": "~16.4.42", | ||
"@syncfusion/ej2-inputs": "~16.4.44" | ||
"@syncfusion/ej2-base": "~16.4.47", | ||
"@syncfusion/ej2-buttons": "~16.4.47", | ||
"@syncfusion/ej2-calendars": "~16.4.47", | ||
"@syncfusion/ej2-dropdowns": "~16.4.47", | ||
"@syncfusion/ej2-splitbuttons": "~16.4.47", | ||
"@syncfusion/ej2-inputs": "~16.4.47" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
@@ -70,2 +70,2 @@ # ej2-querybuilder | ||
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. | ||
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
@@ -316,2 +316,6 @@ /** | ||
private renderToolTip; | ||
/** | ||
* Validate the conditions and it display errors for invalid fields. | ||
* @returns boolean. | ||
*/ | ||
validateFields(): boolean; | ||
@@ -434,4 +438,16 @@ private groupTemplate; | ||
export interface TemplateColumn { | ||
/** | ||
* Creates the custom component. | ||
* @default null | ||
*/ | ||
create?: Element | Function | string; | ||
/** | ||
* Wire events for the custom component. | ||
* @default null | ||
*/ | ||
write?: void | Function | string; | ||
/** | ||
* Destroy the custom component. | ||
* @default null | ||
*/ | ||
destroy?: Function | string; | ||
@@ -438,0 +454,0 @@ } |
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 too big to display
1457777
15579