@syncfusion/ej2-angular-filemanager 29.1.34 → 29.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I708564` - The issue preventing the error dialog from appearing when a path was unavailable in the File Manager component has been fixed.
10
+
11
+ **Note**
12
+
13
+ Additionally, if you want to prevent the error dialog when a folder is unavailable and load the available parent directory instead, you can use the `beforePopupOpen` and `failure` events of the File Manager component. The `beforePopupOpen` event allows you to prevent the error dialog from appearing, while the `failure` event provides the failed location through `path` property. By setting the previous valid location to the File Manager's path and refreshing it, you can ensure that the available parent directory is loaded instead of displaying an error dialog.
14
+
15
+ ## 29.1.33 (2025-03-25)
16
+
17
+ ### FileManager
18
+
19
+ #### Bug Fixes
20
+
9
21
  - `#I696366` - Resolved the issue with copying and pasting a folder from the navigation pane to the layout pane in File Manager component.
10
22
 
11
23
  ## 28.2.9 (2025-03-04)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-filemanager@*",
3
3
  "_id": "@syncfusion/ej2-angular-filemanager@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-7ooBKd0p3VRyycS3UtQBCEI6LCUPd2RQXv5kDHFlcoTMUOUP8tCkqM+8os9qiRLS9btvrFLDWeZyvckI60FUxQ==",
5
+ "_integrity": "sha512-hIKlZiKncIa0li3dKF+eNp0W0+WRz6SurZUXynFXPu1JWBnCW2n7AwzkCP7BRthKTxvD0qytwKEgvo4pvXJ64w==",
6
6
  "_location": "/@syncfusion/ej2-angular-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-29.1.33.tgz",
23
- "_shasum": "d000e4174529cdb91d7be2880c28774160b1f473",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-29.1.33.tgz",
23
+ "_shasum": "535801a5d9503b2452a2a7f5496c87f25162938a",
24
24
  "_spec": "@syncfusion/ej2-angular-filemanager@*",
25
- "_where": "E:\\march2025\\memory-leaks",
25
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
- "@syncfusion/ej2-base": "~29.1.33",
36
- "@syncfusion/ej2-filemanager": "29.1.34"
35
+ "@syncfusion/ej2-base": "~29.1.36",
36
+ "@syncfusion/ej2-filemanager": "29.1.37"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for Angular",
@@ -76,5 +76,5 @@
76
76
  "schematics": "./schematics/collection.json",
77
77
  "sideEffects": false,
78
78
  "typings": "syncfusion-ej2-angular-filemanager.d.ts",
79
- "version": "29.1.34"
80
- }
79
+ "version": "29.1.37"
80
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
- export declare const pkgVer = "^18.28.1";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "FileManagerModule";
4
- export declare const themeVer = "~18.28.1";
4
+ export declare const themeVer = "~29.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-filemanager';
4
- exports.pkgVer = '^29.1.33';
4
+ exports.pkgVer = '^29.1.37';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~29.1.33';
6
+ exports.themeVer = '~29.1.37';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^29.1.33';
2
+ export const pkgVer = '^29.1.37';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~29.1.33';
4
+ export const themeVer = '~29.1.37';