@syncfusion/ej2-data
Advanced tools
Comparing version 19.4.50 to 19.4.52
@@ -9,2 +9,11 @@ # Changelog | ||
- `#F171919` - Diacritics letters are not changed to `lowercase` has been fixed. | ||
- `#I349854` - Expand query issue in complex columns with nested level is fixed. | ||
## 19.4.47 (2022-01-25) | ||
### DataManager | ||
#### Bug Fixes | ||
- `#SF-349854` - Expand query is not generated properly when complex columns with nested level is fixed. | ||
@@ -11,0 +20,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 19.4.50 | ||
* version : 19.4.52 | ||
* 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-data@*", | ||
"_id": "@syncfusion/ej2-data@19.4.42", | ||
"_id": "@syncfusion/ej2-data@19.4.50", | ||
"_inBundle": false, | ||
"_integrity": "sha512-pLSQBwyI65xYMlb5yeaLssYPJzylqOydgHeT0xtpcNnH6R4lqTQ5RE3LT1OqU6yoNfPg6Ka4Ak3g3TqQ9w+1/g==", | ||
"_integrity": "sha512-mFhdXNkx20Znyz+cUPxx2H/V6uanPp5xwr1k/I2EBGEhgJ8qcvy1KmSnx+1VMv3QNz9LL3c6C0riUB3JqLcvxQ==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -43,4 +43,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-data/-/ej2-data-19.4.42.tgz", | ||
"_shasum": "49577a5ee732423169770530f3266475430c8802", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-data/-/ej2-data-19.4.50.tgz", | ||
"_shasum": "a57914ce616d627061837397190dc70bfb76884d", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -53,3 +53,3 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~19.4.48" | ||
"@syncfusion/ej2-base": "~19.4.52" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "19.4.50", | ||
"version": "19.4.52", | ||
"sideEffects": false | ||
} |
@@ -535,2 +535,3 @@ import { Ajax } from '@syncfusion/ej2-base'; | ||
}): string; | ||
private expandQueryIndex; | ||
/** | ||
@@ -537,0 +538,0 @@ * Returns the groupby query string. |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2188648
19533