@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 22.2.5 to 22.2.8
@@ -5,2 +5,8 @@ # Changelog | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property. | ||
## 22.1.38 (2023-07-11) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.2.5 | ||
* version : 22.2.8 | ||
* 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-querybuilder@*", | ||
"_id": "@syncfusion/ej2-querybuilder@22.1.38", | ||
"_id": "@syncfusion/ej2-querybuilder@22.2.5", | ||
"_inBundle": false, | ||
"_integrity": "sha512-4S0ODcrkHeymm1iQODXWSgWGgafRnRJVLpFm3x800YjFBXF3Av6G73r8ZQ+OyQ8czxRzRe3zoja4TK0emKWGmg==", | ||
"_integrity": "sha512-pQdz9bohFRkMJoTbcLmoYakmMvScFw5vdRR/zg9PBb08/e8Te5TE6pQX2RVnVEnc7X1zyUrz427I2uFxOFk52w==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-22.1.38.tgz", | ||
"_shasum": "20f0d5c313ed17555d147dbb15d61f9108aca1d7", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-22.2.5.tgz", | ||
"_shasum": "d033be8e3c560f1fbda82027b3241a28c81250c1", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -37,7 +37,7 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~22.2.5", | ||
"@syncfusion/ej2-buttons": "~22.2.5", | ||
"@syncfusion/ej2-calendars": "~22.2.5", | ||
"@syncfusion/ej2-dropdowns": "~22.2.5", | ||
"@syncfusion/ej2-inputs": "~22.2.5", | ||
"@syncfusion/ej2-splitbuttons": "~22.2.5" | ||
"@syncfusion/ej2-buttons": "~22.2.8", | ||
"@syncfusion/ej2-calendars": "~22.2.8", | ||
"@syncfusion/ej2-dropdowns": "~22.2.8", | ||
"@syncfusion/ej2-inputs": "~22.2.7", | ||
"@syncfusion/ej2-splitbuttons": "~22.2.8" | ||
}, | ||
@@ -71,5 +71,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "22.2.5", | ||
"version": "22.2.8", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -305,2 +305,3 @@ /** | ||
private isGetNestedData; | ||
private isCustomOprCols; | ||
/** | ||
@@ -307,0 +308,0 @@ * Triggers when the component is created. |
Sorry, the diff of this file is too big to display
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
3799353
43593