@syncfusion/ej2-filemanager 32.2.3 → 33.1.44
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 +10 -4
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +12 -4
- 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 +11 -11
- package/src/file-manager/actions/toolbar.js +8 -0
- package/src/file-manager/models/default-locale.js +2 -2
- package/src/file-manager/pop-up/context-menu.js +2 -2
- package/styles/bds-lite.css +8 -0
- package/styles/bds.css +8 -0
- package/styles/bootstrap-dark-lite.css +8 -0
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap-lite.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4-lite.css +13 -1
- package/styles/bootstrap4.css +13 -1
- package/styles/bootstrap5-dark-lite.css +12 -0
- package/styles/bootstrap5-dark.css +12 -0
- package/styles/bootstrap5-lite.css +13 -1
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +12 -8
- package/styles/bootstrap5.css +13 -1
- package/styles/fabric-dark-lite.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric-lite.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/file-manager/_bigger.scss +1 -1
- package/styles/file-manager/_bootstrap4-definition.scss +3 -0
- package/styles/file-manager/_bootstrap5-dark-definition.scss +3 -0
- package/styles/file-manager/_bootstrap5-definition.scss +3 -0
- package/styles/file-manager/_fluent2-definition.scss +1 -0
- package/styles/file-manager/_layout.scss +9 -1
- package/styles/file-manager/_theme.scss +10 -1
- package/styles/file-manager/bds.css +8 -0
- package/styles/file-manager/bootstrap-dark.css +8 -0
- package/styles/file-manager/bootstrap.css +8 -0
- package/styles/file-manager/bootstrap4.css +13 -1
- package/styles/file-manager/bootstrap5-dark.css +12 -0
- package/styles/file-manager/bootstrap5.3.css +12 -8
- package/styles/file-manager/bootstrap5.css +13 -1
- package/styles/file-manager/fabric-dark.css +8 -0
- package/styles/file-manager/fabric.css +8 -0
- package/styles/file-manager/fluent-dark.css +8 -0
- package/styles/file-manager/fluent.css +8 -0
- package/styles/file-manager/fluent2.css +9 -0
- package/styles/file-manager/highcontrast-light.css +8 -0
- package/styles/file-manager/highcontrast.css +8 -0
- package/styles/file-manager/material-dark.css +8 -0
- package/styles/file-manager/material.css +8 -0
- package/styles/file-manager/material3-dark.css +8 -5
- package/styles/file-manager/material3.css +8 -5
- package/styles/file-manager/tailwind-dark.css +8 -0
- package/styles/file-manager/tailwind.css +8 -0
- package/styles/file-manager/tailwind3.css +8 -0
- package/styles/fluent-dark-lite.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent-lite.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/fluent2-lite.css +9 -0
- package/styles/fluent2.css +9 -0
- package/styles/highcontrast-light-lite.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast-lite.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark-lite.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material-lite.css +8 -0
- package/styles/material.css +8 -0
- package/styles/material3-dark-lite.css +8 -5
- package/styles/material3-dark.css +8 -5
- package/styles/material3-lite.css +8 -5
- package/styles/material3.css +8 -5
- package/styles/tailwind-dark-lite.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind-lite.css +8 -0
- package/styles/tailwind.css +8 -0
- package/styles/tailwind3-lite.css +8 -0
- package/styles/tailwind3.css +8 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 33.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-filemanager",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
4
4
|
"description": "Essential JS 2 FileManager Component",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-filemanager.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~
|
|
12
|
-
"@syncfusion/ej2-buttons": "~
|
|
13
|
-
"@syncfusion/ej2-data": "~
|
|
14
|
-
"@syncfusion/ej2-grids": "~
|
|
15
|
-
"@syncfusion/ej2-inputs": "~
|
|
16
|
-
"@syncfusion/ej2-layouts": "~
|
|
17
|
-
"@syncfusion/ej2-lists": "~
|
|
18
|
-
"@syncfusion/ej2-navigations": "~
|
|
19
|
-
"@syncfusion/ej2-popups": "~
|
|
20
|
-
"@syncfusion/ej2-splitbuttons": "~
|
|
11
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
12
|
+
"@syncfusion/ej2-buttons": "~33.1.44",
|
|
13
|
+
"@syncfusion/ej2-data": "~33.1.44",
|
|
14
|
+
"@syncfusion/ej2-grids": "~33.1.44",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~33.1.44",
|
|
16
|
+
"@syncfusion/ej2-layouts": "~33.1.44",
|
|
17
|
+
"@syncfusion/ej2-lists": "~33.1.44",
|
|
18
|
+
"@syncfusion/ej2-navigations": "~33.1.44",
|
|
19
|
+
"@syncfusion/ej2-popups": "~33.1.44",
|
|
20
|
+
"@syncfusion/ej2-splitbuttons": "~33.1.44"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {},
|
|
23
23
|
"keywords": [
|
|
@@ -285,6 +285,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
287
|
Toolbar.prototype.toolbarItemData = function (data) {
|
|
288
|
+
var _this = this;
|
|
288
289
|
var items = [];
|
|
289
290
|
var mode = 'Both';
|
|
290
291
|
if (this.parent.isMobile) {
|
|
@@ -384,6 +385,13 @@ var Toolbar = /** @class */ (function () {
|
|
|
384
385
|
items.push(item);
|
|
385
386
|
}
|
|
386
387
|
}
|
|
388
|
+
for (var _i = 0, _a = items; _i < _a.length; _i++) {
|
|
389
|
+
var item = _a[_i];
|
|
390
|
+
if (typeof item === 'object' && item !== null && typeof item.template === 'string') {
|
|
391
|
+
var template = item.template;
|
|
392
|
+
item.template = template.replace(/>((?:Upload|SortBy|View|Refresh|NewFolder|Cut|Copy|Paste|Delete|Rename|Download|SelectAll|Details))</g, function (_match, key) { return '>' + getLocaleText(_this.parent, key) + '<'; });
|
|
393
|
+
}
|
|
394
|
+
}
|
|
387
395
|
return items;
|
|
388
396
|
};
|
|
389
397
|
Toolbar.prototype.getItemModel = function (propItem) {
|
|
@@ -47,8 +47,8 @@ export var defaultLocale = {
|
|
|
47
47
|
'None': 'None',
|
|
48
48
|
'View-LargeIcons': 'Large icons',
|
|
49
49
|
'View-Details': 'Details',
|
|
50
|
-
'
|
|
51
|
-
'
|
|
50
|
+
'File': 'File',
|
|
51
|
+
'Folder': 'Folder',
|
|
52
52
|
'Search': 'Search',
|
|
53
53
|
'Button-Ok': 'OK',
|
|
54
54
|
'Button-Cancel': 'Cancel',
|
|
@@ -611,11 +611,11 @@ var ContextMenu = /** @class */ (function () {
|
|
|
611
611
|
id: itemId, text: itemText, iconCss: CLS.ICON_UPLOAD,
|
|
612
612
|
items: [
|
|
613
613
|
{
|
|
614
|
-
id: this.getMenuId('folderupload'), text: getLocaleText(this.parent, '
|
|
614
|
+
id: this.getMenuId('folderupload'), text: getLocaleText(this.parent, 'Folder'),
|
|
615
615
|
iconCss: !this.parent.uploadObj.directoryUpload ? null : CLS.TB_OPTION_TICK
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
|
-
id: this.getMenuId('fileupload'), text: getLocaleText(this.parent, '
|
|
618
|
+
id: this.getMenuId('fileupload'), text: getLocaleText(this.parent, 'File'),
|
|
619
619
|
iconCss: this.parent.uploadObj.directoryUpload ? null : CLS.TB_OPTION_TICK
|
|
620
620
|
}
|
|
621
621
|
]
|
package/styles/bds-lite.css
CHANGED
|
@@ -1258,6 +1258,14 @@ ejs-filemanager {
|
|
|
1258
1258
|
height: calc(100% - 35px);
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
1262
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
1263
|
+
position: absolute;
|
|
1264
|
+
display: block;
|
|
1265
|
+
overflow: hidden;
|
|
1266
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1261
1269
|
|
|
1262
1270
|
|
|
1263
1271
|
|
package/styles/bds.css
CHANGED
|
@@ -1258,6 +1258,14 @@ ejs-filemanager {
|
|
|
1258
1258
|
height: calc(100% - 35px);
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
1262
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
1263
|
+
position: absolute;
|
|
1264
|
+
display: block;
|
|
1265
|
+
overflow: hidden;
|
|
1266
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1261
1269
|
|
|
1262
1270
|
|
|
1263
1271
|
|
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: #1a1a1a;
|
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: #1a1a1a;
|
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: transparent;
|
package/styles/bootstrap.css
CHANGED
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: transparent;
|
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: #fff;
|
|
@@ -1045,11 +1053,12 @@ ejs-filemanager {
|
|
|
1045
1053
|
background: #fff;
|
|
1046
1054
|
}
|
|
1047
1055
|
.e-filemanager .e-grid td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1048
|
-
color: #
|
|
1056
|
+
color: #212529;
|
|
1049
1057
|
}
|
|
1050
1058
|
.e-filemanager .e-grid td.e-active {
|
|
1051
1059
|
background-color: #007bff;
|
|
1052
1060
|
color: #fff;
|
|
1061
|
+
background-color: #ced4da;
|
|
1053
1062
|
}
|
|
1054
1063
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1055
1064
|
background-color: #fff;
|
|
@@ -1062,6 +1071,9 @@ ejs-filemanager {
|
|
|
1062
1071
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1063
1072
|
background-color: transparent;
|
|
1064
1073
|
}
|
|
1074
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1075
|
+
color: #212529;
|
|
1076
|
+
}
|
|
1065
1077
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1066
1078
|
border-color: #dee2e6;
|
|
1067
1079
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -965,6 +965,14 @@ ejs-filemanager {
|
|
|
965
965
|
height: calc(100% - 34px);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
969
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
970
|
+
position: absolute;
|
|
971
|
+
display: block;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
974
|
+
}
|
|
975
|
+
|
|
968
976
|
/*! FileManager's bootstrap theme wise override definitions and variables */
|
|
969
977
|
.e-filemanager {
|
|
970
978
|
background: #fff;
|
|
@@ -1045,11 +1053,12 @@ ejs-filemanager {
|
|
|
1045
1053
|
background: #fff;
|
|
1046
1054
|
}
|
|
1047
1055
|
.e-filemanager .e-grid td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1048
|
-
color: #
|
|
1056
|
+
color: #212529;
|
|
1049
1057
|
}
|
|
1050
1058
|
.e-filemanager .e-grid td.e-active {
|
|
1051
1059
|
background-color: #007bff;
|
|
1052
1060
|
color: #fff;
|
|
1061
|
+
background-color: #ced4da;
|
|
1053
1062
|
}
|
|
1054
1063
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1055
1064
|
background-color: #fff;
|
|
@@ -1062,6 +1071,9 @@ ejs-filemanager {
|
|
|
1062
1071
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1063
1072
|
background-color: transparent;
|
|
1064
1073
|
}
|
|
1074
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1075
|
+
color: #212529;
|
|
1076
|
+
}
|
|
1065
1077
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1066
1078
|
border-color: #dee2e6;
|
|
1067
1079
|
}
|
|
@@ -967,6 +967,14 @@ ejs-filemanager {
|
|
|
967
967
|
height: calc(100% - 36px);
|
|
968
968
|
}
|
|
969
969
|
|
|
970
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
971
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
972
|
+
position: absolute;
|
|
973
|
+
display: block;
|
|
974
|
+
overflow: hidden;
|
|
975
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
976
|
+
}
|
|
977
|
+
|
|
970
978
|
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
971
979
|
.e-filemanager {
|
|
972
980
|
background: transparent;
|
|
@@ -1053,6 +1061,7 @@ ejs-filemanager {
|
|
|
1053
1061
|
.e-filemanager .e-grid td.e-active {
|
|
1054
1062
|
background-color: #0d6efd;
|
|
1055
1063
|
color: #fff;
|
|
1064
|
+
background-color: rgb(60.2918918919, 67.6, 74.9081081081);
|
|
1056
1065
|
}
|
|
1057
1066
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1058
1067
|
background-color: #fff;
|
|
@@ -1065,6 +1074,9 @@ ejs-filemanager {
|
|
|
1065
1074
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1066
1075
|
background-color: transparent;
|
|
1067
1076
|
}
|
|
1077
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1078
|
+
color: #e9ecef;
|
|
1079
|
+
}
|
|
1068
1080
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1069
1081
|
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1070
1082
|
}
|
|
@@ -967,6 +967,14 @@ ejs-filemanager {
|
|
|
967
967
|
height: calc(100% - 36px);
|
|
968
968
|
}
|
|
969
969
|
|
|
970
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
971
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
972
|
+
position: absolute;
|
|
973
|
+
display: block;
|
|
974
|
+
overflow: hidden;
|
|
975
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
976
|
+
}
|
|
977
|
+
|
|
970
978
|
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
971
979
|
.e-filemanager {
|
|
972
980
|
background: transparent;
|
|
@@ -1053,6 +1061,7 @@ ejs-filemanager {
|
|
|
1053
1061
|
.e-filemanager .e-grid td.e-active {
|
|
1054
1062
|
background-color: #0d6efd;
|
|
1055
1063
|
color: #fff;
|
|
1064
|
+
background-color: rgb(60.2918918919, 67.6, 74.9081081081);
|
|
1056
1065
|
}
|
|
1057
1066
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1058
1067
|
background-color: #fff;
|
|
@@ -1065,6 +1074,9 @@ ejs-filemanager {
|
|
|
1065
1074
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1066
1075
|
background-color: transparent;
|
|
1067
1076
|
}
|
|
1077
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1078
|
+
color: #e9ecef;
|
|
1079
|
+
}
|
|
1068
1080
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1069
1081
|
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1070
1082
|
}
|
|
@@ -967,6 +967,14 @@ ejs-filemanager {
|
|
|
967
967
|
height: calc(100% - 36px);
|
|
968
968
|
}
|
|
969
969
|
|
|
970
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
971
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
972
|
+
position: absolute;
|
|
973
|
+
display: block;
|
|
974
|
+
overflow: hidden;
|
|
975
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
976
|
+
}
|
|
977
|
+
|
|
970
978
|
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
971
979
|
.e-filemanager {
|
|
972
980
|
background: transparent;
|
|
@@ -1048,11 +1056,12 @@ ejs-filemanager {
|
|
|
1048
1056
|
color: #495057;
|
|
1049
1057
|
}
|
|
1050
1058
|
.e-filemanager .e-grid td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1051
|
-
color: #
|
|
1059
|
+
color: #212529;
|
|
1052
1060
|
}
|
|
1053
1061
|
.e-filemanager .e-grid td.e-active {
|
|
1054
1062
|
background-color: #0d6efd;
|
|
1055
1063
|
color: #fff;
|
|
1064
|
+
background-color: rgb(230.15, 233.7, 237.25);
|
|
1056
1065
|
}
|
|
1057
1066
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1058
1067
|
background-color: #fff;
|
|
@@ -1065,6 +1074,9 @@ ejs-filemanager {
|
|
|
1065
1074
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1066
1075
|
background-color: transparent;
|
|
1067
1076
|
}
|
|
1077
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1078
|
+
color: #343a40;
|
|
1079
|
+
}
|
|
1068
1080
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1069
1081
|
border-color: #dee2e6;
|
|
1070
1082
|
}
|
|
@@ -559,8 +559,7 @@ ejs-filemanager {
|
|
|
559
559
|
text-decoration: none;
|
|
560
560
|
}
|
|
561
561
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text {
|
|
562
|
-
|
|
563
|
-
text-decoration: underline var(--color-sf-primary-border-color);
|
|
562
|
+
text-decoration: underline var(--color-sf-primary-border-color);
|
|
564
563
|
}
|
|
565
564
|
.e-filemanager .e-address .e-address-list-item {
|
|
566
565
|
display: inline-block;
|
|
@@ -1120,6 +1119,14 @@ ejs-filemanager {
|
|
|
1120
1119
|
height: calc(100% - 36px);
|
|
1121
1120
|
}
|
|
1122
1121
|
|
|
1122
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
1123
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
1124
|
+
position: absolute;
|
|
1125
|
+
display: block;
|
|
1126
|
+
overflow: hidden;
|
|
1127
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1123
1130
|
|
|
1124
1131
|
|
|
1125
1132
|
|
|
@@ -1245,20 +1252,17 @@ ejs-filemanager {
|
|
|
1245
1252
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover {
|
|
1246
1253
|
background-color: var(--color-sf-content-bg-color-hover);
|
|
1247
1254
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1248
|
-
|
|
1249
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1255
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1250
1256
|
}
|
|
1251
1257
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
|
|
1252
1258
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1253
1259
|
border: 1px solid var(--color-sf-primary-bg-color-hover);
|
|
1254
|
-
|
|
1255
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1260
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1256
1261
|
}
|
|
1257
1262
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
|
1258
1263
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1259
1264
|
border: 1px solid var(--color-sf-primary-bg-color-hover);
|
|
1260
|
-
|
|
1261
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1265
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1262
1266
|
}
|
|
1263
1267
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
|
1264
1268
|
background: var(--color-sf-content-bg-color);
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -559,8 +559,7 @@ ejs-filemanager {
|
|
|
559
559
|
text-decoration: none;
|
|
560
560
|
}
|
|
561
561
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text {
|
|
562
|
-
|
|
563
|
-
text-decoration: underline var(--color-sf-primary-border-color);
|
|
562
|
+
text-decoration: underline var(--color-sf-primary-border-color);
|
|
564
563
|
}
|
|
565
564
|
.e-filemanager .e-address .e-address-list-item {
|
|
566
565
|
display: inline-block;
|
|
@@ -1120,6 +1119,14 @@ ejs-filemanager {
|
|
|
1120
1119
|
height: calc(100% - 36px);
|
|
1121
1120
|
}
|
|
1122
1121
|
|
|
1122
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
1123
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
1124
|
+
position: absolute;
|
|
1125
|
+
display: block;
|
|
1126
|
+
overflow: hidden;
|
|
1127
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1123
1130
|
|
|
1124
1131
|
|
|
1125
1132
|
|
|
@@ -1245,20 +1252,17 @@ ejs-filemanager {
|
|
|
1245
1252
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover {
|
|
1246
1253
|
background-color: var(--color-sf-content-bg-color-hover);
|
|
1247
1254
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1248
|
-
|
|
1249
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1255
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1250
1256
|
}
|
|
1251
1257
|
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
|
|
1252
1258
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1253
1259
|
border: 1px solid var(--color-sf-primary-bg-color-hover);
|
|
1254
|
-
|
|
1255
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1260
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1256
1261
|
}
|
|
1257
1262
|
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
|
1258
1263
|
color: var(--color-sf-primary-bg-color-hover);
|
|
1259
1264
|
border: 1px solid var(--color-sf-primary-bg-color-hover);
|
|
1260
|
-
|
|
1261
|
-
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1265
|
+
text-decoration: underline var(--color-sf-primary-bg-color-hover);
|
|
1262
1266
|
}
|
|
1263
1267
|
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
|
1264
1268
|
background: var(--color-sf-content-bg-color);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -967,6 +967,14 @@ ejs-filemanager {
|
|
|
967
967
|
height: calc(100% - 36px);
|
|
968
968
|
}
|
|
969
969
|
|
|
970
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
971
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
972
|
+
position: absolute;
|
|
973
|
+
display: block;
|
|
974
|
+
overflow: hidden;
|
|
975
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
976
|
+
}
|
|
977
|
+
|
|
970
978
|
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
971
979
|
.e-filemanager {
|
|
972
980
|
background: transparent;
|
|
@@ -1048,11 +1056,12 @@ ejs-filemanager {
|
|
|
1048
1056
|
color: #495057;
|
|
1049
1057
|
}
|
|
1050
1058
|
.e-filemanager .e-grid td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1051
|
-
color: #
|
|
1059
|
+
color: #212529;
|
|
1052
1060
|
}
|
|
1053
1061
|
.e-filemanager .e-grid td.e-active {
|
|
1054
1062
|
background-color: #0d6efd;
|
|
1055
1063
|
color: #fff;
|
|
1064
|
+
background-color: rgb(230.15, 233.7, 237.25);
|
|
1056
1065
|
}
|
|
1057
1066
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check {
|
|
1058
1067
|
background-color: #fff;
|
|
@@ -1065,6 +1074,9 @@ ejs-filemanager {
|
|
|
1065
1074
|
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1066
1075
|
background-color: transparent;
|
|
1067
1076
|
}
|
|
1077
|
+
.e-filemanager .e-grid.e-gridhover tr.e-row:not(.e-disable-gridhover):not(.e-detailrow):hover td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
1078
|
+
color: #343a40;
|
|
1079
|
+
}
|
|
1068
1080
|
.e-filemanager .e-large-icons .e-list-img {
|
|
1069
1081
|
border-color: #dee2e6;
|
|
1070
1082
|
}
|
|
@@ -963,6 +963,14 @@ ejs-filemanager {
|
|
|
963
963
|
height: calc(100% - 34px);
|
|
964
964
|
}
|
|
965
965
|
|
|
966
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
967
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
968
|
+
position: absolute;
|
|
969
|
+
display: block;
|
|
970
|
+
overflow: hidden;
|
|
971
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
972
|
+
}
|
|
973
|
+
|
|
966
974
|
/*! FileManager's fabric theme wise override definitions and variables */
|
|
967
975
|
.e-filemanager {
|
|
968
976
|
background: #201f1f;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -963,6 +963,14 @@ ejs-filemanager {
|
|
|
963
963
|
height: calc(100% - 34px);
|
|
964
964
|
}
|
|
965
965
|
|
|
966
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
967
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
968
|
+
position: absolute;
|
|
969
|
+
display: block;
|
|
970
|
+
overflow: hidden;
|
|
971
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
972
|
+
}
|
|
973
|
+
|
|
966
974
|
/*! FileManager's fabric theme wise override definitions and variables */
|
|
967
975
|
.e-filemanager {
|
|
968
976
|
background: #201f1f;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -964,6 +964,14 @@ ejs-filemanager {
|
|
|
964
964
|
height: calc(100% - 34px);
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
969
|
+
position: absolute;
|
|
970
|
+
display: block;
|
|
971
|
+
overflow: hidden;
|
|
972
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
973
|
+
}
|
|
974
|
+
|
|
967
975
|
/*! FileManager's fabric theme wise override definitions and variables */
|
|
968
976
|
.e-filemanager {
|
|
969
977
|
background: transparent;
|
package/styles/fabric.css
CHANGED
|
@@ -964,6 +964,14 @@ ejs-filemanager {
|
|
|
964
964
|
height: calc(100% - 34px);
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
968
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
969
|
+
position: absolute;
|
|
970
|
+
display: block;
|
|
971
|
+
overflow: hidden;
|
|
972
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
973
|
+
}
|
|
974
|
+
|
|
967
975
|
/*! FileManager's fabric theme wise override definitions and variables */
|
|
968
976
|
.e-filemanager {
|
|
969
977
|
background: transparent;
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
.e-fe-splitter {
|
|
635
|
-
height: calc($fe-full-height - #{if($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2', $fe-big-tb-height + 1px, $fe-big-tb-height)});
|
|
635
|
+
height: calc(#{$fe-full-height} - #{if($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2', $fe-big-tb-height + 1px, $fe-big-tb-height)});
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
.e-view-container .e-fe-grid-container {
|
|
@@ -24,6 +24,9 @@ $fe-text-color: $gray-900 !default;
|
|
|
24
24
|
$fe-tb-db-sep-color: $gray-200 !default;
|
|
25
25
|
$fe-active-border-color: $primary !default;
|
|
26
26
|
$fe-active-bg-color: $primary !default;
|
|
27
|
+
$fe-grid-active-bg-color: $gray-400 !default;
|
|
28
|
+
$fe-grid-active-font-color: $gray-900 !default;
|
|
29
|
+
$fe-selected-hover-font-color: $gray-900 !default;
|
|
27
30
|
$fe-active-font-color: $primary-font !default;
|
|
28
31
|
$fe-hover-border-color: color.adjust($gray-100, $lightness: -2%) !default;
|
|
29
32
|
$fe-hover-bg-color: color.adjust($gray-100, $lightness: -2%) !default;
|
|
@@ -290,6 +290,9 @@ $fe-active-border-color: $content-bg-color-selected !default;
|
|
|
290
290
|
$fe-tb-active-color: $secondary-text-color !default;
|
|
291
291
|
$fe-active-bg-color: $content-bg-color-selected !default;
|
|
292
292
|
$fe-active-font-color: $secondary-text-color !default;
|
|
293
|
+
$fe-grid-active-bg-color: $table-bg-color-selected !default;
|
|
294
|
+
$fe-grid-active-font-color: $table-text-color-selected !default;
|
|
295
|
+
$fe-selected-hover-font-color: $content-text-color-alt1 !default;
|
|
293
296
|
$fe-hover-border-color: $content-bg-color-hover !default;
|
|
294
297
|
$fe-hover-bg-color: $content-bg-color-hover !default;
|
|
295
298
|
$fe-ah-border-color: $content-bg-color-selected !default;
|
|
@@ -290,6 +290,9 @@ $fe-active-border-color: $content-bg-color-selected !default;
|
|
|
290
290
|
$fe-tb-active-color: $secondary-text-color !default;
|
|
291
291
|
$fe-active-bg-color: $content-bg-color-selected !default;
|
|
292
292
|
$fe-active-font-color: $secondary-text-color !default;
|
|
293
|
+
$fe-grid-active-bg-color: $table-bg-color-selected !default;
|
|
294
|
+
$fe-grid-active-font-color: $table-text-color-selected !default;
|
|
295
|
+
$fe-selected-hover-font-color: $content-text-color-alt1 !default;
|
|
293
296
|
$fe-hover-border-color: $content-bg-color-hover !default;
|
|
294
297
|
$fe-hover-bg-color: $content-bg-color-hover !default;
|
|
295
298
|
$fe-ah-border-color: $content-bg-color-selected !default;
|
|
@@ -25,6 +25,7 @@ $fe-label-color: $content-text-color-alt2 !default;
|
|
|
25
25
|
$fe-text-color: $content-text-color !default;
|
|
26
26
|
$fe-active-border-color: $content-bg-color-selected !default;
|
|
27
27
|
$fe-active-bg-color: $content-bg-color-selected !default;
|
|
28
|
+
$fe-grid-active-bg-color: $table-bg-color-selected !default;
|
|
28
29
|
$fe-active-font-color: $content-text-color !default;
|
|
29
30
|
$fe-hover-border-color: $content-bg-color-hover !default;
|
|
30
31
|
$fe-hover-bg-color: $content-bg-color-hover !default;
|
|
@@ -1376,10 +1376,18 @@
|
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
1378
|
.e-filemanager .e-fe-splitter {
|
|
1379
|
-
height: calc($fe-full-height - #{if($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2', $fe-tb-height + 1px, $fe-tb-height)});
|
|
1379
|
+
height: calc(#{$fe-full-height} - #{if($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2', $fe-tb-height + 1px, $fe-tb-height)});
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
1382
|
.e-filemanager .e-view-container .e-fe-grid-container {
|
|
1383
1383
|
height: calc($fe-full-height - $fe-address-height);
|
|
1384
1384
|
}
|
|
1385
|
+
|
|
1386
|
+
.e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
|
|
1387
|
+
.e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
1388
|
+
position: absolute;
|
|
1389
|
+
display: block;
|
|
1390
|
+
overflow: hidden;
|
|
1391
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1392
|
+
}
|
|
1385
1393
|
}
|