@syncfusion/ej2-filemanager
Advanced tools
Comparing version 20.1.47 to 20.1.52
@@ -5,2 +5,8 @@ # Changelog | ||
### File Manager | ||
#### Bug Fixes | ||
- `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved. | ||
## 19.2.56 (2021-08-17) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.1.47 | ||
* version : 20.1.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-filemanager@*", | ||
"_id": "@syncfusion/ej2-filemanager@18.7.1", | ||
"_id": "@syncfusion/ej2-filemanager@20.1.47", | ||
"_inBundle": false, | ||
"_integrity": "sha512-wsnuSB+MYYQpdZG6SYqwEVDP86hvjINtr1XTMQbNCrY/2PRou2aGeuSJvdgDF3BRVVjeWXIKk7AknNunebAbOQ==", | ||
"_integrity": "sha512-X2ntzEAEsLkMwTr5MxCZGed0nFIN1Booq2Qmz6ABLlp0gQhLGO1v4ZQar0RiRjVHY0ViLasSRyCL7A3VOkvjkQ==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.7.1.tgz", | ||
"_shasum": "d5f8ab31e8b86e0c8fe7e8bbec9934c840b3d37c", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.47.tgz", | ||
"_shasum": "b533db437939ff1a76e373430a820cff89b68c87", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -41,10 +41,10 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.47", | ||
"@syncfusion/ej2-buttons": "~20.1.47", | ||
"@syncfusion/ej2-base": "~20.1.50", | ||
"@syncfusion/ej2-buttons": "~20.1.52", | ||
"@syncfusion/ej2-data": "~20.1.47", | ||
"@syncfusion/ej2-grids": "~20.1.47", | ||
"@syncfusion/ej2-inputs": "~20.1.47", | ||
"@syncfusion/ej2-grids": "~20.1.52", | ||
"@syncfusion/ej2-inputs": "~20.1.48", | ||
"@syncfusion/ej2-layouts": "~20.1.47", | ||
"@syncfusion/ej2-lists": "~20.1.47", | ||
"@syncfusion/ej2-navigations": "~20.1.47", | ||
"@syncfusion/ej2-navigations": "~20.1.51", | ||
"@syncfusion/ej2-popups": "~20.1.47", | ||
@@ -72,4 +72,4 @@ "@syncfusion/ej2-splitbuttons": "~20.1.47" | ||
"typings": "index.d.ts", | ||
"version": "20.1.47", | ||
"version": "20.1.52", | ||
"sideEffects": false | ||
} |
@@ -1477,3 +1477,3 @@ import { ListBase } from '@syncfusion/ej2-lists'; | ||
var name_2 = getValue('filterPath', this.items[i]) + getValue('name', this.items[i]); | ||
if (items.indexOf(name_2) !== -1) { | ||
if ((items.indexOf(name_2) !== -1) || (items.indexOf(getValue(filterName, this.items[i])) !== -1)) { | ||
indexes.push(i); | ||
@@ -1480,0 +1480,0 @@ } |
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 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
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
10586486
96383
4
7