@syncfusion/ej2-filemanager 29.2.4 → 29.2.10

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.2.4
3
+ * version : 29.2.10
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,57 +1,25 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@29.1.39",
4
- "_inBundle": false,
5
- "_integrity": "sha512-p5x5HwziUe5OMG4A51sngKiLzi4/+zcMdE4AcHQj4FXX7CgdgtZf2GVPbe9m5aGhguxlFzvr7C21WDoE56EOfg==",
6
- "_location": "/@syncfusion/ej2-filemanager",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-filemanager@*",
12
- "name": "@syncfusion/ej2-filemanager",
13
- "escapedName": "@syncfusion%2fej2-filemanager",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2",
22
- "/@syncfusion/ej2-angular-filemanager",
23
- "/@syncfusion/ej2-react-filemanager",
24
- "/@syncfusion/ej2-richtexteditor",
25
- "/@syncfusion/ej2-vue-filemanager"
26
- ],
27
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-29.1.39.tgz",
28
- "_shasum": "d424ce063416976707acd7533b3396ea8a536006",
29
- "_spec": "@syncfusion/ej2-filemanager@*",
30
- "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
31
- "author": {
32
- "name": "Syncfusion Inc."
33
- },
34
- "bugs": {
35
- "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
36
- },
37
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-filemanager",
3
+ "version": "29.2.10",
4
+ "description": "Essential JS 2 FileManager Component",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "main": "./dist/ej2-filemanager.umd.min.js",
8
+ "module": "./index.js",
9
+ "es2015": "./dist/es6/ej2-filemanager.es5.js",
38
10
  "dependencies": {
39
11
  "@syncfusion/ej2-base": "~29.2.4",
40
- "@syncfusion/ej2-buttons": "~29.2.4",
12
+ "@syncfusion/ej2-buttons": "~29.2.5",
41
13
  "@syncfusion/ej2-data": "~29.2.4",
42
- "@syncfusion/ej2-grids": "~29.2.4",
43
- "@syncfusion/ej2-inputs": "~29.2.4",
14
+ "@syncfusion/ej2-grids": "~29.2.10",
15
+ "@syncfusion/ej2-inputs": "~29.2.5",
44
16
  "@syncfusion/ej2-layouts": "~29.2.4",
45
17
  "@syncfusion/ej2-lists": "~29.2.4",
46
- "@syncfusion/ej2-navigations": "~29.2.4",
47
- "@syncfusion/ej2-popups": "~29.2.4",
18
+ "@syncfusion/ej2-navigations": "~29.2.8",
19
+ "@syncfusion/ej2-popups": "~29.2.8",
48
20
  "@syncfusion/ej2-splitbuttons": "~29.2.4"
49
21
  },
50
- "deprecated": false,
51
- "description": "Essential JS 2 FileManager Component",
52
22
  "devDependencies": {},
53
- "es2015": "./dist/es6/ej2-filemanager.es5.js",
54
- "homepage": "https://www.syncfusion.com/javascript-ui-controls",
55
23
  "keywords": [
56
24
  "ej2",
57
25
  "syncfusion",
@@ -66,15 +34,11 @@
66
34
  "file selector",
67
35
  "directory viewer"
68
36
  ],
69
- "license": "SEE LICENSE IN license",
70
- "main": "./dist/ej2-filemanager.umd.min.js",
71
- "module": "./index.js",
72
- "name": "@syncfusion/ej2-filemanager",
73
37
  "repository": {
74
38
  "type": "git",
75
- "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
39
+ "url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
76
40
  },
77
41
  "typings": "index.d.ts",
78
- "version": "29.2.4",
79
- "sideEffects": false
42
+ "sideEffects": false,
43
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls"
80
44
  }
@@ -216,6 +216,7 @@ var NavigationPane = /** @class */ (function () {
216
216
  }
217
217
  }
218
218
  else if (this.previousSelected[0] !== args.node.getAttribute('data-uid')) {
219
+ this.isSameNodeClicked = true;
219
220
  var selecEventArgs = { action: args.action, fileDetails: nodeData[0], isInteracted: this.isNodeClickCalled };
220
221
  this.parent.trigger('fileSelect', selecEventArgs);
221
222
  }
@@ -269,6 +270,7 @@ var NavigationPane = /** @class */ (function () {
269
270
  if (previousPath !== this.parent.path) {
270
271
  if (!this.isRightClick && this.isSameNodeClicked) {
271
272
  read(this.parent, this.isPathDragged ? events.pasteEnd : events.pathChanged, this.parent.path);
273
+ this.isNodeClickCalled = true;
272
274
  }
273
275
  this.parent.visitedItem = args.node;
274
276
  }