@syncfusion/ej2-angular-filemanager
Advanced tools
Comparing version 26.2.10 to 26.2.11-21788
@@ -9,2 +9,12 @@ # Changelog | ||
- `#I620497` - Provided `menuClose` event support to prevent the context menu close action in File Manager component. | ||
- `#I615927` - The issue with the drag and drop action in the navigation pane of the File Manager component has been resolved. | ||
- `#I608803` - The issue with the copy and paste a folder within File Manager component navigation pane has been resolved. | ||
## 26.2.10 (2024-08-20) | ||
### FileManager | ||
#### Bug Fixes | ||
- `#I620476` - Improved error handling and null value management in File Manager component file operations. | ||
@@ -11,0 +21,0 @@ |
{ | ||
"_from": "@syncfusion/ej2-angular-filemanager@*", | ||
"_id": "@syncfusion/ej2-angular-filemanager@26.2.7", | ||
"_id": "@syncfusion/ej2-angular-filemanager@26.2.10", | ||
"_inBundle": false, | ||
"_integrity": "sha512-k+Ie1KeQ131u5Y7LBbnAvhxYdcoQ3NndQf3F/AIimDoNOAH3u0Ydyy25JWpsmYPxNJa2jozUlukybqEpQ1bXNQ==", | ||
"_integrity": "sha512-NsF1DA3UUZrPzNhrOAjUAE2e2OENNluC0zUObDI/BZ6U+LjtubvgdnM1o/uXRSIFeqxPUvJiLqG2kKBNs7xvDA==", | ||
"_location": "/@syncfusion/ej2-angular-filemanager", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-26.2.7.tgz", | ||
"_shasum": "975b92960b7728e138fd664a4fe4236c1aeee71e", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-26.2.10.tgz", | ||
"_shasum": "36df2797c5fb7e271144002d25331e859fab8f53", | ||
"_spec": "@syncfusion/ej2-angular-filemanager@*", | ||
@@ -37,3 +37,3 @@ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included", | ||
"@syncfusion/ej2-base": "~26.2.10", | ||
"@syncfusion/ej2-filemanager": "26.2.10", | ||
"@syncfusion/ej2-filemanager": "26.2.11-21788", | ||
"tslib": "^2.3.0" | ||
@@ -82,3 +82,3 @@ }, | ||
"typings": "syncfusion-ej2-angular-filemanager.d.ts", | ||
"version": "26.2.10" | ||
"version": "26.2.11-21788" | ||
} |
export const pkgName = '@syncfusion/ej2-angular-filemanager'; | ||
export const pkgVer = '^26.2.7'; | ||
export const pkgVer = '^26.2.10'; | ||
export const moduleName = 'FileManagerModule'; | ||
export const themeVer = '~26.2.7'; | ||
export const themeVer = '~26.2.10'; |
@@ -45,2 +45,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
menuClick: any; | ||
menuClose: any; | ||
menuOpen: any; | ||
@@ -66,3 +67,3 @@ move: any; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fileSystemData": "fileSystemData"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortComparer": "sortComparer"; "sortOrder": "sortOrder"; "toolbarItems": "toolbarItems"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDelete": "beforeDelete"; "beforeDownload": "beforeDownload"; "beforeFolderCreate": "beforeFolderCreate"; "beforeImageLoad": "beforeImageLoad"; "beforeMove": "beforeMove"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeRename": "beforeRename"; "beforeSend": "beforeSend"; "created": "created"; "delete": "delete"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "folderCreate": "folderCreate"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "move": "move"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "rename": "rename"; "search": "search"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, ["childToolbarItems"], never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fileSystemData": "fileSystemData"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortComparer": "sortComparer"; "sortOrder": "sortOrder"; "toolbarItems": "toolbarItems"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDelete": "beforeDelete"; "beforeDownload": "beforeDownload"; "beforeFolderCreate": "beforeFolderCreate"; "beforeImageLoad": "beforeImageLoad"; "beforeMove": "beforeMove"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeRename": "beforeRename"; "beforeSend": "beforeSend"; "created": "created"; "delete": "delete"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "folderCreate": "folderCreate"; "menuClick": "menuClick"; "menuClose": "menuClose"; "menuOpen": "menuOpen"; "move": "move"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "rename": "rename"; "search": "search"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, ["childToolbarItems"], never>; | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
186003
1136
0
1
+ Added@syncfusion/ej2-filemanager@26.2.11-21788(transitive)
- Removed@syncfusion/ej2-filemanager@26.2.10(transitive)