@syncfusion/ej2-filemanager 29.1.37 → 29.1.39
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/dist/ej2-filemanager.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +11 -6
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +11 -6
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/file-manager/base/file-manager.js +11 -6
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version : 29.1.
|
3
|
+
* version : 29.1.39
|
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,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-filemanager@*",
|
3
|
-
"_id": "@syncfusion/ej2-filemanager@29.1.
|
3
|
+
"_id": "@syncfusion/ej2-filemanager@29.1.37",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-wTsFQZIE1s3sT8FdMoOcHbrpWJIyn4VH/xV65+2kuylugnIu+8eDKZRcxR3ifWhAUqNkhbeBI6Smam6+RZO7IQ==",
|
6
6
|
"_location": "/@syncfusion/ej2-filemanager",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"/@syncfusion/ej2-richtexteditor",
|
25
25
|
"/@syncfusion/ej2-vue-filemanager"
|
26
26
|
],
|
27
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-29.1.
|
28
|
-
"_shasum": "
|
27
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-29.1.37.tgz",
|
28
|
+
"_shasum": "eb24bbc14735c31919b43636df98a72d1fc5c28e",
|
29
29
|
"_spec": "@syncfusion/ej2-filemanager@*",
|
30
30
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
31
31
|
"author": {
|
@@ -39,11 +39,11 @@
|
|
39
39
|
"@syncfusion/ej2-base": "~29.1.36",
|
40
40
|
"@syncfusion/ej2-buttons": "~29.1.34",
|
41
41
|
"@syncfusion/ej2-data": "~29.1.33",
|
42
|
-
"@syncfusion/ej2-grids": "~29.1.
|
43
|
-
"@syncfusion/ej2-inputs": "~29.1.
|
44
|
-
"@syncfusion/ej2-layouts": "~29.1.
|
42
|
+
"@syncfusion/ej2-grids": "~29.1.39",
|
43
|
+
"@syncfusion/ej2-inputs": "~29.1.39",
|
44
|
+
"@syncfusion/ej2-layouts": "~29.1.39",
|
45
45
|
"@syncfusion/ej2-lists": "~29.1.34",
|
46
|
-
"@syncfusion/ej2-navigations": "~29.1.
|
46
|
+
"@syncfusion/ej2-navigations": "~29.1.38",
|
47
47
|
"@syncfusion/ej2-popups": "~29.1.37",
|
48
48
|
"@syncfusion/ej2-splitbuttons": "~29.1.33"
|
49
49
|
},
|
@@ -75,6 +75,6 @@
|
|
75
75
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
76
76
|
},
|
77
77
|
"typings": "index.d.ts",
|
78
|
-
"version": "29.1.
|
78
|
+
"version": "29.1.39",
|
79
79
|
"sideEffects": false
|
80
80
|
}
|
@@ -712,21 +712,24 @@ var FileManager = /** @class */ (function (_super) {
|
|
712
712
|
if (isBind) {
|
713
713
|
this.viewElem = this.view === 'LargeIcons' ? this.largeiconsviewModule.element : this.element.querySelector('.e-gridcontent');
|
714
714
|
}
|
715
|
-
if (!this.viewElem) {
|
716
|
-
return;
|
717
|
-
}
|
718
715
|
if (isBind) {
|
719
716
|
if (this.allowMultiSelection) {
|
720
|
-
EventHandler.add(this.viewElem, 'mousedown', this.onDragStart, this);
|
721
717
|
this.on(events.layoutChange, this.onLayoutChange, this);
|
722
718
|
this.on(events.selectionChanged, this.onLayoutChange, this);
|
723
719
|
}
|
724
720
|
}
|
725
721
|
else {
|
726
|
-
EventHandler.remove(this.viewElem, 'mousedown', this.onDragStart);
|
727
722
|
this.off(events.layoutChange, this.onLayoutChange);
|
728
723
|
this.off(events.selectionChanged, this.onLayoutChange);
|
729
724
|
}
|
725
|
+
if (this.viewElem) {
|
726
|
+
if (isBind && this.allowMultiSelection) {
|
727
|
+
EventHandler.add(this.viewElem, 'mousedown', this.onDragStart, this);
|
728
|
+
}
|
729
|
+
else {
|
730
|
+
EventHandler.remove(this.viewElem, 'mousedown', this.onDragStart);
|
731
|
+
}
|
732
|
+
}
|
730
733
|
};
|
731
734
|
FileManager.prototype.wireEvents = function () {
|
732
735
|
if (this.enableRangeSelection) {
|
@@ -826,7 +829,9 @@ var FileManager = /** @class */ (function (_super) {
|
|
826
829
|
addClass(selectAll('.e-rowcell', item), ['e-active']);
|
827
830
|
this.dragSelectedItems.push(item.querySelector('.e-drag-text').textContent);
|
828
831
|
}
|
829
|
-
|
832
|
+
if (this.showItemCheckBoxes) {
|
833
|
+
item.querySelector('.e-frame').classList.add('e-check');
|
834
|
+
}
|
830
835
|
}
|
831
836
|
}
|
832
837
|
};
|