@syncfusion/ej2-filemanager 23.1.36 → 23.1.38

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,7 +1,7 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2023. 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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@18.26.0",
3
+ "_id": "@syncfusion/ej2-filemanager@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-7hwYtgKq0Jgz+YhlqXvEUPpNUQ2MR9xtMO92G90q4kxa/a3QZk6Efl7pCbAnDbjHM7zFyCmkEjrjMs8XLVbuPg==",
5
+ "_integrity": "sha512-inDlT6xPbUpZpboqEsJRhXQ3YJrDhxpDuLt94BggB84M/3KN3CYVNIIKzbg0AhhS/ghDmklxAvtOxikrSaD4/w==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -25,8 +25,8 @@
25
25
  "/@syncfusion/ej2-richtexteditor",
26
26
  "/@syncfusion/ej2-vue-filemanager"
27
27
  ],
28
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.26.0.tgz",
29
- "_shasum": "aaa7376ddda53928417cc660e08379fc44d6dec0",
28
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-23.1.36.tgz",
29
+ "_shasum": "7047e09e8e538c5df61362148eb51fb06f31423a",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
32
32
  "author": {
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
- "@syncfusion/ej2-base": "~23.1.36",
40
+ "@syncfusion/ej2-base": "~23.1.38",
41
41
  "@syncfusion/ej2-buttons": "~23.1.36",
42
42
  "@syncfusion/ej2-data": "~23.1.36",
43
- "@syncfusion/ej2-grids": "~23.1.36",
44
- "@syncfusion/ej2-inputs": "~23.1.36",
43
+ "@syncfusion/ej2-grids": "~23.1.38",
44
+ "@syncfusion/ej2-inputs": "~23.1.38",
45
45
  "@syncfusion/ej2-layouts": "~23.1.36",
46
46
  "@syncfusion/ej2-lists": "~23.1.36",
47
47
  "@syncfusion/ej2-navigations": "~23.1.36",
48
- "@syncfusion/ej2-popups": "~23.1.36",
48
+ "@syncfusion/ej2-popups": "~23.1.38",
49
49
  "@syncfusion/ej2-splitbuttons": "~23.1.36"
50
50
  },
51
51
  "deprecated": false,
@@ -76,6 +76,6 @@
76
76
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "23.1.36",
79
+ "version": "23.1.38",
80
80
  "sideEffects": false
81
81
  }
@@ -1031,7 +1031,7 @@ var DetailsView = /** @class */ (function () {
1031
1031
  };
1032
1032
  DetailsView.prototype.createDragObj = function () {
1033
1033
  var _this = this;
1034
- if (!this.parent.isMobile && this.gridObj) {
1034
+ if (this.gridObj) {
1035
1035
  if (this.parent.allowDragAndDrop) {
1036
1036
  if (this.dragObj) {
1037
1037
  this.dragObj.destroy();
@@ -183,7 +183,7 @@ var LargeIconsView = /** @class */ (function () {
183
183
  };
184
184
  LargeIconsView.prototype.createDragObj = function () {
185
185
  var _this = this;
186
- if (!this.parent.isMobile && this.listObj) {
186
+ if (this.listObj) {
187
187
  if (this.parent.allowDragAndDrop) {
188
188
  if (this.dragObj) {
189
189
  this.dragObj.destroy();
@@ -181,8 +181,12 @@ var NavigationPane = /** @class */ (function () {
181
181
  }
182
182
  length_1++;
183
183
  }
184
- // eslint-disable-next-line
185
- this.treeObj.addNodes(directories, target, null, prevent);
184
+ var element = select('[data-uid="' + target + '"]', this.treeObj.element);
185
+ var childElements = select('ul', element);
186
+ if (isNOU(childElements)) {
187
+ // eslint-disable-next-line
188
+ this.treeObj.addNodes(directories, target, null, prevent);
189
+ }
186
190
  }
187
191
  };
188
192
  // Node Selecting event handler