@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 19.4.53 to 19.4.55
@@ -9,2 +9,11 @@ # Changelog | ||
- `SF-364586` - Issue with Odata query with nested objects, value field loads endlessly has been resolved. | ||
- Issue with 'validateFields' method has been resolved. | ||
## 19.4.53 (2022-02-22) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- Issue with 'getValidRules' method has been resolved. | ||
@@ -11,0 +20,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 19.4.53 | ||
* version : 19.4.55 | ||
* 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@19.4.52", | ||
"_id": "@syncfusion/ej2-querybuilder@19.4.53", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ibDuiNun8AQg5i/ZLJeKA+UwlmdpzS0rk0kQvnvzYbp+OGco4KO0uQCQCzvYS7LvyIgrJpehA0hC9/9nEfOZ5Q==", | ||
"_integrity": "sha512-wjydgzJ6JoacRoDcF7M7iXFfMoQbz2yvFWFdm5GBdcIMocU9H006IRzsODPTN/chUwep6Z/FglbDrx/e/uiLfg==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-19.4.52.tgz", | ||
"_shasum": "275f7e0a9bcc0c9f7a9778cc2bb2e3032cfe2ca5", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-19.4.53.tgz", | ||
"_shasum": "0483a7a0bbce16c90279e698024edb294ad25e78", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -37,5 +37,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"@syncfusion/ej2-base": "~19.4.52", | ||
"@syncfusion/ej2-buttons": "~19.4.53", | ||
"@syncfusion/ej2-calendars": "~19.4.52", | ||
"@syncfusion/ej2-dropdowns": "~19.4.52", | ||
"@syncfusion/ej2-buttons": "~19.4.55", | ||
"@syncfusion/ej2-calendars": "~19.4.55", | ||
"@syncfusion/ej2-dropdowns": "~19.4.55", | ||
"@syncfusion/ej2-inputs": "~19.4.52", | ||
@@ -74,4 +74,4 @@ "@syncfusion/ej2-splitbuttons": "~19.4.52" | ||
"typings": "index.d.ts", | ||
"version": "19.4.53", | ||
"version": "19.4.55", | ||
"sideEffects": false | ||
} |
@@ -291,2 +291,3 @@ /** | ||
private isDestroy; | ||
private isGetNestedData; | ||
/** | ||
@@ -293,0 +294,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 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
3272411
37496