@syncfusion/ej2-filemanager 28.2.11 → 29.1.34
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/README.md +1 -1
- 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 +17 -21
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +17 -21
- 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 +24 -26
- package/src/file-manager/layout/details-view.js +13 -12
- package/src/file-manager/layout/large-icons-view.js +2 -2
- package/src/file-manager/layout/navigation-pane.d.ts +0 -1
- package/src/file-manager/layout/navigation-pane.js +1 -6
- package/src/file-manager/pop-up/context-menu.js +1 -1
- package/styles/bds-lite.css +0 -2
- package/styles/bds.css +0 -2
- package/styles/bootstrap-dark-lite.css +15 -17
- package/styles/bootstrap-dark.css +15 -17
- package/styles/bootstrap-lite.css +0 -2
- package/styles/bootstrap.css +0 -2
- package/styles/bootstrap4-lite.css +7 -9
- package/styles/bootstrap4.css +7 -9
- package/styles/bootstrap5-dark-lite.css +19 -21
- package/styles/bootstrap5-dark.css +20 -22
- package/styles/bootstrap5-lite.css +6 -8
- package/styles/bootstrap5.3-lite.css +6 -2
- package/styles/bootstrap5.3.css +6 -2
- package/styles/bootstrap5.css +6 -8
- package/styles/fabric-dark-lite.css +6 -8
- package/styles/fabric-dark.css +6 -8
- package/styles/fabric-lite.css +8 -10
- package/styles/fabric.css +8 -10
- package/styles/file-manager/_bootstrap-dark-definition.scss +5 -3
- package/styles/file-manager/_bootstrap4-definition.scss +6 -4
- package/styles/file-manager/_fabric-definition.scss +3 -1
- package/styles/file-manager/_layout.scss +7 -1
- package/styles/file-manager/_material-dark-definition.scss +3 -1
- package/styles/file-manager/_material-definition.scss +4 -2
- package/styles/file-manager/bds.css +0 -2
- package/styles/file-manager/bootstrap-dark.css +15 -17
- package/styles/file-manager/bootstrap.css +0 -2
- package/styles/file-manager/bootstrap4.css +7 -9
- package/styles/file-manager/bootstrap5-dark.css +20 -22
- package/styles/file-manager/bootstrap5.3.css +6 -2
- package/styles/file-manager/bootstrap5.css +6 -8
- package/styles/file-manager/fabric-dark.css +6 -8
- package/styles/file-manager/fabric.css +8 -10
- package/styles/file-manager/fluent-dark.css +0 -2
- package/styles/file-manager/fluent.css +0 -2
- package/styles/file-manager/fluent2.css +0 -2
- package/styles/file-manager/highcontrast-light.css +0 -2
- package/styles/file-manager/highcontrast.css +0 -2
- package/styles/file-manager/material-dark.css +3 -5
- package/styles/file-manager/material.css +3 -5
- package/styles/file-manager/material3-dark.css +0 -2
- package/styles/file-manager/material3.css +0 -2
- package/styles/file-manager/tailwind-dark.css +3 -5
- package/styles/file-manager/tailwind.css +0 -2
- package/styles/file-manager/tailwind3.css +0 -2
- package/styles/fluent-dark-lite.css +0 -2
- package/styles/fluent-dark.css +0 -2
- package/styles/fluent-lite.css +0 -2
- package/styles/fluent.css +0 -2
- package/styles/fluent2-lite.css +0 -2
- package/styles/fluent2.css +0 -2
- package/styles/highcontrast-light-lite.css +0 -2
- package/styles/highcontrast-light.css +0 -2
- package/styles/highcontrast-lite.css +0 -2
- package/styles/highcontrast.css +0 -2
- package/styles/material-dark-lite.css +3 -5
- package/styles/material-dark.css +3 -5
- package/styles/material-lite.css +3 -5
- package/styles/material.css +3 -5
- package/styles/material3-dark-lite.css +0 -2
- package/styles/material3-dark.css +0 -2
- package/styles/material3-lite.css +0 -2
- package/styles/material3.css +0 -2
- package/styles/tailwind-dark-lite.css +3 -5
- package/styles/tailwind-dark.css +3 -5
- package/styles/tailwind-lite.css +0 -2
- package/styles/tailwind.css +0 -2
- package/styles/tailwind3-lite.css +0 -2
- package/styles/tailwind3.css +0 -2
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version :
|
3
|
+
* version : 29.1.33
|
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,33 +1,31 @@
|
|
1
1
|
{
|
2
|
-
"_from": "@syncfusion/ej2-filemanager
|
3
|
-
"_id": "@syncfusion/ej2-filemanager@
|
2
|
+
"_from": "@syncfusion/ej2-filemanager@29.1.33",
|
3
|
+
"_id": "@syncfusion/ej2-filemanager@29.1.33",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-mnVcIAupHHgo20Ug3piaUPdtmwNqTt8Y48dSADBJBN0lha7LsIL98M0v21nIXJymhFHwyoWlF2hs7iQZJPxgUQ==",
|
6
6
|
"_location": "/@syncfusion/ej2-filemanager",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
9
|
-
"type": "
|
9
|
+
"type": "version",
|
10
10
|
"registry": true,
|
11
|
-
"raw": "@syncfusion/ej2-filemanager
|
11
|
+
"raw": "@syncfusion/ej2-filemanager@29.1.33",
|
12
12
|
"name": "@syncfusion/ej2-filemanager",
|
13
13
|
"escapedName": "@syncfusion%2fej2-filemanager",
|
14
14
|
"scope": "@syncfusion",
|
15
|
-
"rawSpec": "
|
15
|
+
"rawSpec": "29.1.34",
|
16
16
|
"saveSpec": null,
|
17
|
-
"fetchSpec": "
|
17
|
+
"fetchSpec": "29.1.34"
|
18
18
|
},
|
19
19
|
"_requiredBy": [
|
20
|
-
"/",
|
21
|
-
"/@syncfusion/ej2",
|
22
20
|
"/@syncfusion/ej2-angular-filemanager",
|
23
21
|
"/@syncfusion/ej2-react-filemanager",
|
24
22
|
"/@syncfusion/ej2-richtexteditor",
|
25
23
|
"/@syncfusion/ej2-vue-filemanager"
|
26
24
|
],
|
27
|
-
"_resolved": "https://
|
28
|
-
"_shasum": "
|
29
|
-
"_spec": "@syncfusion/ej2-filemanager
|
30
|
-
"_where": "
|
25
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-filemanager/-/ej2-filemanager-29.1.33.tgz",
|
26
|
+
"_shasum": "1bd1df2ce719b8dbe6d0de34667db78fe1d5288b",
|
27
|
+
"_spec": "@syncfusion/ej2-filemanager@29.1.33",
|
28
|
+
"_where": "E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-angular-filemanager",
|
31
29
|
"author": {
|
32
30
|
"name": "Syncfusion Inc."
|
33
31
|
},
|
@@ -36,16 +34,16 @@
|
|
36
34
|
},
|
37
35
|
"bundleDependencies": false,
|
38
36
|
"dependencies": {
|
39
|
-
"@syncfusion/ej2-base": "~
|
40
|
-
"@syncfusion/ej2-buttons": "~
|
41
|
-
"@syncfusion/ej2-data": "~
|
42
|
-
"@syncfusion/ej2-grids": "~
|
43
|
-
"@syncfusion/ej2-inputs": "~
|
44
|
-
"@syncfusion/ej2-layouts": "~
|
45
|
-
"@syncfusion/ej2-lists": "~
|
46
|
-
"@syncfusion/ej2-navigations": "~
|
47
|
-
"@syncfusion/ej2-popups": "~
|
48
|
-
"@syncfusion/ej2-splitbuttons": "~
|
37
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
38
|
+
"@syncfusion/ej2-buttons": "~29.1.33",
|
39
|
+
"@syncfusion/ej2-data": "~29.1.33",
|
40
|
+
"@syncfusion/ej2-grids": "~29.1.33",
|
41
|
+
"@syncfusion/ej2-inputs": "~29.1.33",
|
42
|
+
"@syncfusion/ej2-layouts": "~29.1.33",
|
43
|
+
"@syncfusion/ej2-lists": "~29.1.33",
|
44
|
+
"@syncfusion/ej2-navigations": "~29.1.33",
|
45
|
+
"@syncfusion/ej2-popups": "~29.1.33",
|
46
|
+
"@syncfusion/ej2-splitbuttons": "~29.1.33"
|
49
47
|
},
|
50
48
|
"deprecated": false,
|
51
49
|
"description": "Essential JS 2 FileManager Component",
|
@@ -74,7 +72,7 @@
|
|
74
72
|
"type": "git",
|
75
73
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
76
74
|
},
|
75
|
+
"sideEffects": false,
|
77
76
|
"typings": "index.d.ts",
|
78
|
-
"version": "
|
79
|
-
|
80
|
-
}
|
77
|
+
"version": "29.1.34"
|
78
|
+
}
|
@@ -489,7 +489,7 @@ var DetailsView = /** @class */ (function () {
|
|
489
489
|
this.isLoaded = false;
|
490
490
|
};
|
491
491
|
DetailsView.prototype.selectRecords = function (nodes) {
|
492
|
-
var gridRecords = this.gridObj.
|
492
|
+
var gridRecords = this.gridObj.getCurrentViewRecords();
|
493
493
|
var sRecords = [];
|
494
494
|
for (var i = 0, len = gridRecords.length; i < len; i++) {
|
495
495
|
var node = this.parent.hasId ? getValue('id', gridRecords[i]) : getName(this.parent, gridRecords[i]);
|
@@ -625,6 +625,7 @@ var DetailsView = /** @class */ (function () {
|
|
625
625
|
if (this.parent.isReact) {
|
626
626
|
this.gridObj.on('reactTemplateRender', this.reactTemplateRender, this);
|
627
627
|
}
|
628
|
+
this.wireClickEvent(true);
|
628
629
|
}
|
629
630
|
this.emptyArgs = args;
|
630
631
|
};
|
@@ -1020,28 +1021,28 @@ var DetailsView = /** @class */ (function () {
|
|
1020
1021
|
if ((!this.isNameWidth && gridHeaderColNames[i].field === 'name') || gridHeaderColNames[i].field === 'filterPath') {
|
1021
1022
|
if (this.parent.breadcrumbbarModule.searchObj.element.value === '' && !this.parent.isFiltered) {
|
1022
1023
|
if (this.element.clientWidth <= 500) {
|
1023
|
-
gridHeaderColGroup.children[i].
|
1024
|
-
gridContentColGroup.children[i].
|
1024
|
+
gridHeaderColGroup.children[i].style.width = '120px';
|
1025
|
+
gridContentColGroup.children[i].style.width = '120px';
|
1025
1026
|
}
|
1026
1027
|
else if (this.element.clientWidth > 500) {
|
1027
|
-
gridHeaderColGroup.children[i].
|
1028
|
-
gridContentColGroup.children[i].
|
1028
|
+
gridHeaderColGroup.children[i].style.width = 'auto';
|
1029
|
+
gridContentColGroup.children[i].style.width = 'auto';
|
1029
1030
|
}
|
1030
1031
|
}
|
1031
1032
|
else {
|
1032
1033
|
if (this.element.clientWidth <= 680) {
|
1033
1034
|
if (gridHeaderColNames[i].field === 'name') {
|
1034
|
-
gridHeaderColGroup.children[i].
|
1035
|
-
gridContentColGroup.children[i].
|
1035
|
+
gridHeaderColGroup.children[i].style.width = '120px';
|
1036
|
+
gridContentColGroup.children[i].style.width = '120px';
|
1036
1037
|
}
|
1037
1038
|
else {
|
1038
|
-
gridHeaderColGroup.children[i].
|
1039
|
-
gridContentColGroup.children[i].
|
1039
|
+
gridHeaderColGroup.children[i].style.width = '180px';
|
1040
|
+
gridContentColGroup.children[i].style.width = '180px';
|
1040
1041
|
}
|
1041
1042
|
}
|
1042
1043
|
else if (this.element.clientWidth > 680) {
|
1043
|
-
gridHeaderColGroup.children[i].
|
1044
|
-
gridContentColGroup.children[i].
|
1044
|
+
gridHeaderColGroup.children[i].style.width = 'auto';
|
1045
|
+
gridContentColGroup.children[i].style.width = 'auto';
|
1045
1046
|
}
|
1046
1047
|
}
|
1047
1048
|
}
|
@@ -1363,7 +1364,7 @@ var DetailsView = /** @class */ (function () {
|
|
1363
1364
|
};
|
1364
1365
|
DetailsView.prototype.getFocusedItemIndex = function () {
|
1365
1366
|
return (!isNOU(this.getFocusedItem())) ?
|
1366
|
-
parseInt(this.getFocusedItem().getAttribute('
|
1367
|
+
parseInt(this.getFocusedItem().getAttribute('aria-rowindex'), 10) - 1 : null;
|
1367
1368
|
};
|
1368
1369
|
/* istanbul ignore next */
|
1369
1370
|
DetailsView.prototype.keydownHandler = function (e) {
|
@@ -782,7 +782,7 @@ var LargeIconsView = /** @class */ (function () {
|
|
782
782
|
&& (ctrlKey || target.classList.contains(CLS.CHECK))) {
|
783
783
|
action = 'unselect';
|
784
784
|
}
|
785
|
-
if (
|
785
|
+
if (ctrlKey && e.shiftKey && !isMacRightClick) {
|
786
786
|
this.isSelectAllCalled = true;
|
787
787
|
}
|
788
788
|
var fileSelectionArgs = this.triggerSelection(action, item);
|
@@ -793,7 +793,7 @@ var LargeIconsView = /** @class */ (function () {
|
|
793
793
|
this.clearSelect();
|
794
794
|
}
|
795
795
|
if (this.parent.allowMultiSelection && e.shiftKey && !isMacRightClick) {
|
796
|
-
if (!(e &&
|
796
|
+
if (!(e && ctrlKey)) {
|
797
797
|
this.clearSelect();
|
798
798
|
}
|
799
799
|
if (!this.startItem) {
|
@@ -26,7 +26,6 @@ var NavigationPane = /** @class */ (function () {
|
|
26
26
|
this.moveNames = [];
|
27
27
|
// Specifies the previously selected nodes in the treeview control.
|
28
28
|
this.previousSelected = [];
|
29
|
-
this.expandTree = false;
|
30
29
|
this.isDrag = false;
|
31
30
|
this.isPathDragged = false;
|
32
31
|
this.isRenameParent = false;
|
@@ -270,7 +269,6 @@ var NavigationPane = /** @class */ (function () {
|
|
270
269
|
if (previousPath !== this.parent.path) {
|
271
270
|
if (!this.isRightClick && this.isSameNodeClicked) {
|
272
271
|
read(this.parent, this.isPathDragged ? events.pasteEnd : events.pathChanged, this.parent.path);
|
273
|
-
this.isNodeClickCalled = true;
|
274
272
|
}
|
275
273
|
this.parent.visitedItem = args.node;
|
276
274
|
}
|
@@ -326,7 +324,6 @@ var NavigationPane = /** @class */ (function () {
|
|
326
324
|
}
|
327
325
|
this.isSameNodeClicked = true;
|
328
326
|
this.isNodeClickCalled = true;
|
329
|
-
this.treeObj.setProperties({ selectedNodes: [args.node.getAttribute('data-uid')] });
|
330
327
|
}
|
331
328
|
};
|
332
329
|
/* istanbul ignore next */
|
@@ -342,11 +339,10 @@ var NavigationPane = /** @class */ (function () {
|
|
342
339
|
var sNode = select('[data-uid="' + this.treeObj.selectedNodes[0] + '"]', this.treeObj.element);
|
343
340
|
var ul = (!isNOU(sNode)) ? select('.' + CLS.LIST_PARENT, sNode) : null;
|
344
341
|
if (isNOU(ul)) {
|
345
|
-
this.addChild(args.files, this.treeObj.selectedNodes[0],
|
342
|
+
this.addChild(args.files, this.treeObj.selectedNodes[0], true);
|
346
343
|
}
|
347
344
|
this.expandNodeTarget = '';
|
348
345
|
}
|
349
|
-
this.expandTree = false;
|
350
346
|
if (isNOU(currFiles)) {
|
351
347
|
setValue(this.parent.pathId[this.parent.pathId.length - 1], args.files, this.parent.feFiles);
|
352
348
|
}
|
@@ -434,7 +430,6 @@ var NavigationPane = /** @class */ (function () {
|
|
434
430
|
/* istanbul ignore next */
|
435
431
|
NavigationPane.prototype.onRenameEndParent = function (args) {
|
436
432
|
var id = this.renameParent ? this.renameParent : this.parent.pathId[this.parent.pathId.length - 1];
|
437
|
-
this.expandTree = this.treeObj.expandedNodes.indexOf(this.treeObj.selectedNodes[0]) !== -1;
|
438
433
|
this.updateTreeNode(args, id);
|
439
434
|
this.parent.expandedId = null;
|
440
435
|
if (this.renameParent) {
|
@@ -146,7 +146,7 @@ var ContextMenu = /** @class */ (function () {
|
|
146
146
|
data = this.parent.detailsviewModule.gridObj.getRowObjectFromUID(uid).data;
|
147
147
|
if (isNOU(this.targetElement.getAttribute('aria-selected'))) {
|
148
148
|
/* istanbul ignore next */
|
149
|
-
this.parent.detailsviewModule.gridObj.selectRows([parseInt(this.targetElement.getAttribute('
|
149
|
+
this.parent.detailsviewModule.gridObj.selectRows([parseInt(this.targetElement.getAttribute('aria-rowindex'), 10) - 1]);
|
150
150
|
}
|
151
151
|
selected = true;
|
152
152
|
/* istanbul ignore next */
|
package/styles/bds-lite.css
CHANGED
@@ -478,8 +478,6 @@ ejs-filemanager {
|
|
478
478
|
}
|
479
479
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
480
480
|
border: 0;
|
481
|
-
-webkit-box-shadow: none;
|
482
|
-
box-shadow: none;
|
483
481
|
font-weight: normal;
|
484
482
|
height: calc(100% - 10px);
|
485
483
|
padding: 0;
|
package/styles/bds.css
CHANGED
@@ -478,8 +478,6 @@ ejs-filemanager {
|
|
478
478
|
}
|
479
479
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
480
480
|
border: 0;
|
481
|
-
-webkit-box-shadow: none;
|
482
|
-
box-shadow: none;
|
483
481
|
font-weight: normal;
|
484
482
|
height: calc(100% - 10px);
|
485
483
|
padding: 0;
|
@@ -253,8 +253,6 @@ ejs-filemanager {
|
|
253
253
|
}
|
254
254
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
255
255
|
border: 0;
|
256
|
-
-webkit-box-shadow: none;
|
257
|
-
box-shadow: none;
|
258
256
|
font-weight: normal;
|
259
257
|
height: calc(100% - 2px);
|
260
258
|
padding: 1px 2.5px;
|
@@ -520,16 +518,16 @@ ejs-filemanager {
|
|
520
518
|
box-shadow: none;
|
521
519
|
}
|
522
520
|
.e-filemanager .e-grid .e-row.e-focused td {
|
523
|
-
-webkit-box-shadow: inset 0 1px 0 0
|
524
|
-
box-shadow: inset 0 1px 0 0
|
521
|
+
-webkit-box-shadow: inset 0 1px 0 0 rgb(36, 138.2, 255), inset 0 -1px 0 0 rgb(36, 138.2, 255);
|
522
|
+
box-shadow: inset 0 1px 0 0 rgb(36, 138.2, 255), inset 0 -1px 0 0 rgb(36, 138.2, 255);
|
525
523
|
}
|
526
524
|
.e-filemanager .e-grid .e-row.e-focused td:first-child {
|
527
|
-
-webkit-box-shadow: inset 1px 1px 0 0
|
528
|
-
box-shadow: inset 1px 1px 0 0
|
525
|
+
-webkit-box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
526
|
+
box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
529
527
|
}
|
530
528
|
.e-filemanager .e-grid .e-row.e-focused td:last-child {
|
531
|
-
-webkit-box-shadow: inset -1px 1px 0 0
|
532
|
-
box-shadow: inset -1px 1px 0 0
|
529
|
+
-webkit-box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
530
|
+
box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
533
531
|
}
|
534
532
|
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
|
535
533
|
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
|
@@ -731,12 +729,12 @@ ejs-filemanager {
|
|
731
729
|
transform: rotate(180deg);
|
732
730
|
}
|
733
731
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child {
|
734
|
-
-webkit-box-shadow: inset -1px 1px 0 0
|
735
|
-
box-shadow: inset -1px 1px 0 0
|
732
|
+
-webkit-box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
733
|
+
box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
736
734
|
}
|
737
735
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
|
738
|
-
-webkit-box-shadow: inset 1px 1px 0 0
|
739
|
-
box-shadow: inset 1px 1px 0 0
|
736
|
+
-webkit-box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
737
|
+
box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
740
738
|
}
|
741
739
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
|
742
740
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
|
@@ -926,24 +924,24 @@ ejs-filemanager {
|
|
926
924
|
color: #f0f0f0;
|
927
925
|
}
|
928
926
|
.e-filemanager .e-address .e-list-text {
|
929
|
-
color:
|
927
|
+
color: rgb(36, 138.2, 255);
|
930
928
|
}
|
931
929
|
.e-filemanager .e-address .e-address-list-item {
|
932
|
-
color:
|
930
|
+
color: rgb(36, 138.2, 255);
|
933
931
|
}
|
934
932
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
935
933
|
background: #1a1a1a;
|
936
|
-
color:
|
934
|
+
color: rgb(87, 165.4, 255);
|
937
935
|
}
|
938
936
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
939
937
|
color: #f0f0f0;
|
940
938
|
}
|
941
939
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
942
940
|
background: #1a1a1a;
|
943
|
-
color:
|
941
|
+
color: rgb(87, 165.4, 255);
|
944
942
|
}
|
945
943
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
946
|
-
color:
|
944
|
+
color: rgb(87, 165.4, 255);
|
947
945
|
}
|
948
946
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
949
947
|
background: #1a1a1a;
|
@@ -253,8 +253,6 @@ ejs-filemanager {
|
|
253
253
|
}
|
254
254
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
255
255
|
border: 0;
|
256
|
-
-webkit-box-shadow: none;
|
257
|
-
box-shadow: none;
|
258
256
|
font-weight: normal;
|
259
257
|
height: calc(100% - 2px);
|
260
258
|
padding: 1px 2.5px;
|
@@ -520,16 +518,16 @@ ejs-filemanager {
|
|
520
518
|
box-shadow: none;
|
521
519
|
}
|
522
520
|
.e-filemanager .e-grid .e-row.e-focused td {
|
523
|
-
-webkit-box-shadow: inset 0 1px 0 0
|
524
|
-
box-shadow: inset 0 1px 0 0
|
521
|
+
-webkit-box-shadow: inset 0 1px 0 0 rgb(36, 138.2, 255), inset 0 -1px 0 0 rgb(36, 138.2, 255);
|
522
|
+
box-shadow: inset 0 1px 0 0 rgb(36, 138.2, 255), inset 0 -1px 0 0 rgb(36, 138.2, 255);
|
525
523
|
}
|
526
524
|
.e-filemanager .e-grid .e-row.e-focused td:first-child {
|
527
|
-
-webkit-box-shadow: inset 1px 1px 0 0
|
528
|
-
box-shadow: inset 1px 1px 0 0
|
525
|
+
-webkit-box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
526
|
+
box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
529
527
|
}
|
530
528
|
.e-filemanager .e-grid .e-row.e-focused td:last-child {
|
531
|
-
-webkit-box-shadow: inset -1px 1px 0 0
|
532
|
-
box-shadow: inset -1px 1px 0 0
|
529
|
+
-webkit-box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
530
|
+
box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
533
531
|
}
|
534
532
|
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
|
535
533
|
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
|
@@ -731,12 +729,12 @@ ejs-filemanager {
|
|
731
729
|
transform: rotate(180deg);
|
732
730
|
}
|
733
731
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child {
|
734
|
-
-webkit-box-shadow: inset -1px 1px 0 0
|
735
|
-
box-shadow: inset -1px 1px 0 0
|
732
|
+
-webkit-box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
733
|
+
box-shadow: inset -1px 1px 0 0 rgb(36, 138.2, 255), inset -1px -1px 0 0 rgb(36, 138.2, 255);
|
736
734
|
}
|
737
735
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
|
738
|
-
-webkit-box-shadow: inset 1px 1px 0 0
|
739
|
-
box-shadow: inset 1px 1px 0 0
|
736
|
+
-webkit-box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
737
|
+
box-shadow: inset 1px 1px 0 0 rgb(36, 138.2, 255), inset 1px -1px 0 0 rgb(36, 138.2, 255);
|
740
738
|
}
|
741
739
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
|
742
740
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
|
@@ -926,24 +924,24 @@ ejs-filemanager {
|
|
926
924
|
color: #f0f0f0;
|
927
925
|
}
|
928
926
|
.e-filemanager .e-address .e-list-text {
|
929
|
-
color:
|
927
|
+
color: rgb(36, 138.2, 255);
|
930
928
|
}
|
931
929
|
.e-filemanager .e-address .e-address-list-item {
|
932
|
-
color:
|
930
|
+
color: rgb(36, 138.2, 255);
|
933
931
|
}
|
934
932
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
935
933
|
background: #1a1a1a;
|
936
|
-
color:
|
934
|
+
color: rgb(87, 165.4, 255);
|
937
935
|
}
|
938
936
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
939
937
|
color: #f0f0f0;
|
940
938
|
}
|
941
939
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
942
940
|
background: #1a1a1a;
|
943
|
-
color:
|
941
|
+
color: rgb(87, 165.4, 255);
|
944
942
|
}
|
945
943
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
946
|
-
color:
|
944
|
+
color: rgb(87, 165.4, 255);
|
947
945
|
}
|
948
946
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
949
947
|
background: #1a1a1a;
|
@@ -254,8 +254,6 @@ ejs-filemanager {
|
|
254
254
|
}
|
255
255
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
256
256
|
border: 0;
|
257
|
-
-webkit-box-shadow: none;
|
258
|
-
box-shadow: none;
|
259
257
|
font-weight: normal;
|
260
258
|
height: calc(100% - 2px);
|
261
259
|
padding: 1px 2.5px;
|
package/styles/bootstrap.css
CHANGED
@@ -254,8 +254,6 @@ ejs-filemanager {
|
|
254
254
|
}
|
255
255
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
256
256
|
border: 0;
|
257
|
-
-webkit-box-shadow: none;
|
258
|
-
box-shadow: none;
|
259
257
|
font-weight: normal;
|
260
258
|
height: calc(100% - 2px);
|
261
259
|
padding: 1px 2.5px;
|
@@ -253,8 +253,6 @@ ejs-filemanager {
|
|
253
253
|
}
|
254
254
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
255
255
|
border: 0;
|
256
|
-
-webkit-box-shadow: none;
|
257
|
-
box-shadow: none;
|
258
256
|
font-weight: normal;
|
259
257
|
height: calc(100% - 2px);
|
260
258
|
padding: 1px 2.5px;
|
@@ -944,17 +942,17 @@ ejs-filemanager {
|
|
944
942
|
}
|
945
943
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
946
944
|
background: #fff;
|
947
|
-
color:
|
945
|
+
color: rgb(0, 86.1, 178.5);
|
948
946
|
}
|
949
947
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
950
948
|
color: #6c757d;
|
951
949
|
}
|
952
950
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
953
951
|
background: #fff;
|
954
|
-
color:
|
952
|
+
color: rgb(0, 86.1, 178.5);
|
955
953
|
}
|
956
954
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
957
|
-
color:
|
955
|
+
color: rgb(0, 86.1, 178.5);
|
958
956
|
}
|
959
957
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
960
958
|
background: #fff;
|
@@ -970,7 +968,7 @@ ejs-filemanager {
|
|
970
968
|
background: #fff;
|
971
969
|
}
|
972
970
|
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
|
973
|
-
background:
|
971
|
+
background: rgb(242.05, 243.9, 245.75);
|
974
972
|
}
|
975
973
|
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
976
974
|
background: #fff;
|
@@ -1007,15 +1005,15 @@ ejs-filemanager {
|
|
1007
1005
|
border-color: #007bff;
|
1008
1006
|
}
|
1009
1007
|
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
|
1010
|
-
background:
|
1011
|
-
border-color:
|
1008
|
+
background: rgb(242.05, 243.9, 245.75);
|
1009
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
1012
1010
|
}
|
1013
1011
|
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
|
1014
1012
|
background: #007bff;
|
1015
1013
|
border-color: #007bff;
|
1016
1014
|
}
|
1017
1015
|
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
1018
|
-
border-color:
|
1016
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
1019
1017
|
}
|
1020
1018
|
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
|
1021
1019
|
border-color: #007bff;
|
package/styles/bootstrap4.css
CHANGED
@@ -253,8 +253,6 @@ ejs-filemanager {
|
|
253
253
|
}
|
254
254
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
255
255
|
border: 0;
|
256
|
-
-webkit-box-shadow: none;
|
257
|
-
box-shadow: none;
|
258
256
|
font-weight: normal;
|
259
257
|
height: calc(100% - 2px);
|
260
258
|
padding: 1px 2.5px;
|
@@ -944,17 +942,17 @@ ejs-filemanager {
|
|
944
942
|
}
|
945
943
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
946
944
|
background: #fff;
|
947
|
-
color:
|
945
|
+
color: rgb(0, 86.1, 178.5);
|
948
946
|
}
|
949
947
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
950
948
|
color: #6c757d;
|
951
949
|
}
|
952
950
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
953
951
|
background: #fff;
|
954
|
-
color:
|
952
|
+
color: rgb(0, 86.1, 178.5);
|
955
953
|
}
|
956
954
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
957
|
-
color:
|
955
|
+
color: rgb(0, 86.1, 178.5);
|
958
956
|
}
|
959
957
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
960
958
|
background: #fff;
|
@@ -970,7 +968,7 @@ ejs-filemanager {
|
|
970
968
|
background: #fff;
|
971
969
|
}
|
972
970
|
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
|
973
|
-
background:
|
971
|
+
background: rgb(242.05, 243.9, 245.75);
|
974
972
|
}
|
975
973
|
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
976
974
|
background: #fff;
|
@@ -1007,15 +1005,15 @@ ejs-filemanager {
|
|
1007
1005
|
border-color: #007bff;
|
1008
1006
|
}
|
1009
1007
|
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
|
1010
|
-
background:
|
1011
|
-
border-color:
|
1008
|
+
background: rgb(242.05, 243.9, 245.75);
|
1009
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
1012
1010
|
}
|
1013
1011
|
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
|
1014
1012
|
background: #007bff;
|
1015
1013
|
border-color: #007bff;
|
1016
1014
|
}
|
1017
1015
|
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
1018
|
-
border-color:
|
1016
|
+
border-color: rgb(242.05, 243.9, 245.75);
|
1019
1017
|
}
|
1020
1018
|
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
|
1021
1019
|
border-color: #007bff;
|