@syncfusion/ej2-filemanager 33.2.4 → 33.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.
- 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 +53 -23
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +54 -23
- 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 +8 -8
- package/src/file-manager/actions/breadcrumb-bar.d.ts +5 -0
- package/src/file-manager/actions/breadcrumb-bar.js +41 -19
- package/src/file-manager/base/file-manager.d.ts +1 -0
- package/src/file-manager/base/file-manager.js +3 -0
- package/src/file-manager/base/interface.d.ts +1 -0
- package/src/file-manager/layout/details-view.js +5 -1
- package/src/file-manager/layout/large-icons-view.js +5 -3
- package/styles/bds-lite.css +3 -3
- package/styles/bds.css +6 -6
- package/styles/bootstrap4-lite.css +3 -3
- package/styles/bootstrap4.css +6 -6
- package/styles/bootstrap5-dark-lite.css +3 -3
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5-lite.css +3 -3
- package/styles/bootstrap5.3-lite.css +3 -3
- package/styles/bootstrap5.3.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/fabric-dark-lite.css +3 -3
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric-lite.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/file-manager/_bds-definition.scss +6 -6
- package/styles/file-manager/_bootstrap4-definition.scss +6 -6
- package/styles/file-manager/_bootstrap5-dark-definition.scss +5 -5
- package/styles/file-manager/_bootstrap5-definition.scss +5 -5
- package/styles/file-manager/_bootstrap5.3-definition.scss +5 -5
- package/styles/file-manager/_fabric-dark-definition.scss +3 -3
- package/styles/file-manager/_fabric-definition.scss +3 -3
- package/styles/file-manager/_fluent-dark-definition.scss +5 -5
- package/styles/file-manager/_fluent-definition.scss +5 -5
- package/styles/file-manager/_material-dark-definition.scss +6 -6
- package/styles/file-manager/_material-definition.scss +6 -6
- package/styles/file-manager/_tailwind-dark-definition.scss +6 -6
- package/styles/file-manager/_tailwind-definition.scss +6 -6
- package/styles/file-manager/bds.css +6 -6
- package/styles/file-manager/bootstrap4.css +6 -6
- package/styles/file-manager/bootstrap5-dark.css +5 -5
- package/styles/file-manager/bootstrap5.3.css +5 -5
- package/styles/file-manager/bootstrap5.css +5 -5
- package/styles/file-manager/fabric-dark.css +3 -3
- package/styles/file-manager/fabric.css +3 -3
- package/styles/file-manager/fluent-dark.css +5 -5
- package/styles/file-manager/fluent.css +5 -5
- package/styles/file-manager/material-dark.css +6 -6
- package/styles/file-manager/material.css +6 -6
- package/styles/file-manager/tailwind-dark.css +6 -6
- package/styles/file-manager/tailwind.css +6 -6
- package/styles/fluent-dark-lite.css +2 -2
- package/styles/fluent-dark.css +5 -5
- package/styles/fluent-lite.css +2 -2
- package/styles/fluent.css +5 -5
- package/styles/material-dark-lite.css +3 -3
- package/styles/material-dark.css +6 -6
- package/styles/material-lite.css +3 -3
- package/styles/material.css +6 -6
- package/styles/tailwind-dark-lite.css +3 -3
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind-lite.css +3 -3
- package/styles/tailwind.css +6 -6
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 33.2.
|
|
3
|
+
* version : 33.2.10
|
|
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": "33.2.
|
|
3
|
+
"version": "33.2.10",
|
|
4
4
|
"description": "Essential JS 2 FileManager Component",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"es2015": "./dist/es6/ej2-filemanager.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
12
|
-
"@syncfusion/ej2-buttons": "~33.2.
|
|
13
|
-
"@syncfusion/ej2-data": "~33.2.
|
|
14
|
-
"@syncfusion/ej2-grids": "~33.2.
|
|
15
|
-
"@syncfusion/ej2-inputs": "~33.2.
|
|
12
|
+
"@syncfusion/ej2-buttons": "~33.2.5",
|
|
13
|
+
"@syncfusion/ej2-data": "~33.2.5",
|
|
14
|
+
"@syncfusion/ej2-grids": "~33.2.10",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~33.2.10",
|
|
16
16
|
"@syncfusion/ej2-layouts": "~33.2.3",
|
|
17
17
|
"@syncfusion/ej2-lists": "~33.2.3",
|
|
18
|
-
"@syncfusion/ej2-navigations": "~33.2.
|
|
19
|
-
"@syncfusion/ej2-popups": "~33.2.
|
|
20
|
-
"@syncfusion/ej2-splitbuttons": "~33.2.
|
|
18
|
+
"@syncfusion/ej2-navigations": "~33.2.10",
|
|
19
|
+
"@syncfusion/ej2-popups": "~33.2.7",
|
|
20
|
+
"@syncfusion/ej2-splitbuttons": "~33.2.6"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {},
|
|
23
23
|
"keywords": [
|
|
@@ -13,6 +13,10 @@ export declare class BreadCrumbBar {
|
|
|
13
13
|
private searchTimer;
|
|
14
14
|
private keyConfigs;
|
|
15
15
|
private searchWrapWidth;
|
|
16
|
+
private boundSearchChangeHandler;
|
|
17
|
+
private boundOnKeyUp;
|
|
18
|
+
private searchIcon;
|
|
19
|
+
private searchSibling;
|
|
16
20
|
/**
|
|
17
21
|
* constructor for addressbar module
|
|
18
22
|
*
|
|
@@ -24,6 +28,7 @@ export declare class BreadCrumbBar {
|
|
|
24
28
|
constructor(parent?: IFileManager);
|
|
25
29
|
private onPropertyChanged;
|
|
26
30
|
private render;
|
|
31
|
+
private setBreadcrumbNavAttributes;
|
|
27
32
|
onPathChange(): void;
|
|
28
33
|
private updateBreadCrumbBar;
|
|
29
34
|
private onFocus;
|
|
@@ -23,10 +23,14 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
23
23
|
this.addressBarLink = '';
|
|
24
24
|
this.searchTimer = null;
|
|
25
25
|
this.searchWrapWidth = null;
|
|
26
|
+
this.searchIcon = null;
|
|
27
|
+
this.searchSibling = null;
|
|
26
28
|
this.parent = parent;
|
|
27
29
|
this.keyConfigs = {
|
|
28
30
|
enter: 'enter'
|
|
29
31
|
};
|
|
32
|
+
this.boundSearchChangeHandler = this.searchChangeHandler.bind(this);
|
|
33
|
+
this.boundOnKeyUp = this.onKeyUp.bind(this);
|
|
30
34
|
this.render();
|
|
31
35
|
}
|
|
32
36
|
BreadCrumbBar.prototype.onPropertyChanged = function (e) {
|
|
@@ -51,8 +55,15 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
51
55
|
}
|
|
52
56
|
};
|
|
53
57
|
BreadCrumbBar.prototype.render = function () {
|
|
58
|
+
this.setBreadcrumbNavAttributes();
|
|
54
59
|
this.addEventListener();
|
|
55
60
|
};
|
|
61
|
+
BreadCrumbBar.prototype.setBreadcrumbNavAttributes = function () {
|
|
62
|
+
var navElement = this.parent && this.parent.breadCrumbNavElement;
|
|
63
|
+
if (navElement) {
|
|
64
|
+
navElement.setAttribute('aria-label', 'Breadcrumb');
|
|
65
|
+
}
|
|
66
|
+
};
|
|
56
67
|
BreadCrumbBar.prototype.onPathChange = function () {
|
|
57
68
|
var pathNames = this.parent.pathNames;
|
|
58
69
|
var paths = this.parent.path.split('/');
|
|
@@ -73,7 +84,6 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
73
84
|
addressbarLI.appendChild(icon);
|
|
74
85
|
}
|
|
75
86
|
addressbarLI.setAttribute('tabindex', '0');
|
|
76
|
-
addressbarLI.setAttribute('role', 'link');
|
|
77
87
|
var pathLabel = pathNames.slice(0, i + 1).join(' / ');
|
|
78
88
|
addressbarLI.setAttribute('aria-label', pathLabel);
|
|
79
89
|
if (pathNamesLen - i === 1) {
|
|
@@ -81,24 +91,24 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
81
91
|
}
|
|
82
92
|
id = '';
|
|
83
93
|
addressATag = createElement('a', { className: CLS.LIST_TEXT });
|
|
84
|
-
addressATag.setAttribute('role', '
|
|
94
|
+
addressATag.setAttribute('role', 'link');
|
|
85
95
|
addressATag.innerText = pathNames[i];
|
|
86
96
|
addressbarLI.appendChild(addressATag);
|
|
87
97
|
addressbarUL.appendChild(addressbarLI);
|
|
88
98
|
}
|
|
89
|
-
var ulElement = this.parent.
|
|
99
|
+
var ulElement = this.parent.breadCrumbNavElement.querySelector('.e-addressbar-ul');
|
|
90
100
|
if (!isNullOrUndefined(ulElement)) {
|
|
91
101
|
if (!isNullOrUndefined(this.subMenuObj)) {
|
|
92
102
|
this.subMenuObj.destroy();
|
|
93
103
|
}
|
|
94
104
|
remove(ulElement);
|
|
95
105
|
}
|
|
96
|
-
var searchWrap = this.parent.
|
|
106
|
+
var searchWrap = this.parent.breadCrumbNavElement.querySelector('.e-search-wrap');
|
|
97
107
|
if (!searchWrap) {
|
|
98
|
-
this.parent.
|
|
108
|
+
this.parent.breadCrumbNavElement.insertBefore(addressbarUL, searchWrap);
|
|
99
109
|
}
|
|
100
110
|
else {
|
|
101
|
-
this.parent.
|
|
111
|
+
this.parent.breadCrumbNavElement.appendChild(addressbarUL);
|
|
102
112
|
}
|
|
103
113
|
this.updateBreadCrumbBar(addressbarUL);
|
|
104
114
|
}
|
|
@@ -106,7 +116,7 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
106
116
|
/* istanbul ignore next */
|
|
107
117
|
BreadCrumbBar.prototype.updateBreadCrumbBar = function (addresBarUL) {
|
|
108
118
|
var liElements = addresBarUL.querySelectorAll('li');
|
|
109
|
-
var ulElement = this.parent.
|
|
119
|
+
var ulElement = this.parent.breadCrumbNavElement.querySelector('.e-addressbar-ul');
|
|
110
120
|
var style = window.getComputedStyle(ulElement, null);
|
|
111
121
|
var pRight = parseFloat(style.getPropertyValue('padding-right'));
|
|
112
122
|
var pLeft = parseFloat(style.getPropertyValue('padding-left'));
|
|
@@ -128,12 +138,12 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
128
138
|
var searchInput = createElement('input', { id: id,
|
|
129
139
|
attrs: { autocomplete: 'off', 'aria-label': getLocaleText(this.parent, 'Search') } });
|
|
130
140
|
searchContainer.appendChild(searchInput);
|
|
131
|
-
var searchEle = this.parent.
|
|
141
|
+
var searchEle = this.parent.breadCrumbNavElement.querySelector('.e-search-wrap .e-input');
|
|
132
142
|
if (isNullOrUndefined(searchEle)) {
|
|
133
|
-
this.parent.
|
|
134
|
-
|
|
135
|
-
EventHandler.add(
|
|
136
|
-
searchInput.parentElement.insertBefore(
|
|
143
|
+
this.parent.breadCrumbNavElement.appendChild(searchContainer);
|
|
144
|
+
this.searchIcon = createElement('span', { className: 'e-icons e-fe-search' });
|
|
145
|
+
EventHandler.add(this.searchIcon, 'click', this.onShowInput, this);
|
|
146
|
+
searchInput.parentElement.insertBefore(this.searchIcon, searchInput);
|
|
137
147
|
this.searchObj = new TextBox({
|
|
138
148
|
value: '',
|
|
139
149
|
showClearButton: true,
|
|
@@ -143,11 +153,11 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
143
153
|
});
|
|
144
154
|
this.searchObj.appendTo('#' + this.parent.element.id + CLS.SEARCH_ID);
|
|
145
155
|
this.searchEventBind(this.parent.searchSettings.allowSearchOnTyping);
|
|
146
|
-
|
|
147
|
-
EventHandler.add(
|
|
148
|
-
EventHandler.add(this.searchObj.element, 'keyup', this.
|
|
156
|
+
this.searchSibling = this.searchObj.element.nextElementSibling;
|
|
157
|
+
EventHandler.add(this.searchSibling, 'mousedown', this.boundSearchChangeHandler, this);
|
|
158
|
+
EventHandler.add(this.searchObj.element, 'keyup', this.boundOnKeyUp, this);
|
|
149
159
|
}
|
|
150
|
-
var searchWrap = this.parent.
|
|
160
|
+
var searchWrap = this.parent.breadCrumbNavElement.querySelector('.e-search-wrap');
|
|
151
161
|
breadCrumbBarWidth = breadCrumbBarWidth - (this.searchWrapWidth ? this.searchWrapWidth : searchWrap.offsetWidth);
|
|
152
162
|
if (liElementsWidth > breadCrumbBarWidth) {
|
|
153
163
|
var i = liElements.length;
|
|
@@ -185,10 +195,10 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
185
195
|
break;
|
|
186
196
|
}
|
|
187
197
|
}
|
|
188
|
-
this.parent.
|
|
198
|
+
this.parent.breadCrumbNavElement.insertBefore(addressbarUL, searchWrap);
|
|
189
199
|
}
|
|
190
200
|
else {
|
|
191
|
-
this.parent.
|
|
201
|
+
this.parent.breadCrumbNavElement.insertBefore(addresBarUL, searchWrap);
|
|
192
202
|
}
|
|
193
203
|
};
|
|
194
204
|
/* istanbul ignore next */
|
|
@@ -267,7 +277,7 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
267
277
|
this.searchWrapWidth = null;
|
|
268
278
|
}
|
|
269
279
|
else {
|
|
270
|
-
var searchWrap = this.parent.
|
|
280
|
+
var searchWrap = this.parent.breadCrumbNavElement.querySelector('.e-search-wrap');
|
|
271
281
|
this.searchWrapWidth = searchWrap.offsetWidth;
|
|
272
282
|
addClass([this.parent.element], CLS.FILTER);
|
|
273
283
|
this.searchObj.element.focus();
|
|
@@ -368,6 +378,18 @@ var BreadCrumbBar = /** @class */ (function () {
|
|
|
368
378
|
this.parent.off(events.dropInit, this.onDropInit);
|
|
369
379
|
this.parent.off(events.layoutRefresh, this.onResize);
|
|
370
380
|
this.parent.off(events.dropPath, this.onPathChange);
|
|
381
|
+
if (this.parent.breadCrumbBarNavigation) {
|
|
382
|
+
EventHandler.remove(this.parent.breadCrumbBarNavigation, 'click', this.addressPathClickHandler);
|
|
383
|
+
}
|
|
384
|
+
if (this.searchIcon) {
|
|
385
|
+
EventHandler.remove(this.searchIcon, 'click', this.onShowInput);
|
|
386
|
+
}
|
|
387
|
+
if (this.searchSibling) {
|
|
388
|
+
EventHandler.remove(this.searchSibling, 'mousedown', this.boundSearchChangeHandler);
|
|
389
|
+
}
|
|
390
|
+
if (this.searchObj && this.searchObj.element) {
|
|
391
|
+
EventHandler.remove(this.searchObj.element, 'keyup', this.boundOnKeyUp);
|
|
392
|
+
}
|
|
371
393
|
};
|
|
372
394
|
/* istanbul ignore next */
|
|
373
395
|
BreadCrumbBar.prototype.onDropInit = function (args) {
|
|
@@ -119,6 +119,7 @@ export declare class FileManager extends Component<HTMLElement> implements INoti
|
|
|
119
119
|
splitterObj: Splitter;
|
|
120
120
|
persistData: boolean;
|
|
121
121
|
breadCrumbBarNavigation: HTMLElement;
|
|
122
|
+
breadCrumbNavElement: HTMLElement;
|
|
122
123
|
localeObj: L10n;
|
|
123
124
|
uploadObj: Uploader;
|
|
124
125
|
uploadDialogObj: Dialog;
|
|
@@ -289,6 +289,8 @@ var FileManager = /** @class */ (function (_super) {
|
|
|
289
289
|
id: this.element.id + CLS.BREADCRUMBBAR_ID,
|
|
290
290
|
className: CLS.BREADCRUMBS
|
|
291
291
|
});
|
|
292
|
+
this.breadCrumbNavElement = this.createElement('nav');
|
|
293
|
+
this.breadCrumbBarNavigation.appendChild(this.breadCrumbNavElement);
|
|
292
294
|
contentWrap.appendChild(this.breadCrumbBarNavigation);
|
|
293
295
|
var gridWrap = this.createElement('div', {
|
|
294
296
|
id: this.element.id + CLS.GRID_ID
|
|
@@ -1157,6 +1159,7 @@ var FileManager = /** @class */ (function (_super) {
|
|
|
1157
1159
|
removeClass([this.element], [CLS.RTL, CLS.MOBILE, CLS.CHECK_SELECT]);
|
|
1158
1160
|
this.element.innerHTML = '';
|
|
1159
1161
|
this.breadCrumbBarNavigation = null;
|
|
1162
|
+
this.breadCrumbNavElement = null;
|
|
1160
1163
|
this.activeElements = null;
|
|
1161
1164
|
this.virtualDragElement = null;
|
|
1162
1165
|
this.visitedItem = null;
|
|
@@ -822,6 +822,7 @@ export interface IFileManager extends Component<HTMLElement> {
|
|
|
822
822
|
extDialogObj: Dialog;
|
|
823
823
|
splitterObj: Splitter;
|
|
824
824
|
breadCrumbBarNavigation: HTMLElement;
|
|
825
|
+
breadCrumbNavElement: HTMLElement;
|
|
825
826
|
searchSettings: SearchSettingsModel;
|
|
826
827
|
activeElements: Element[];
|
|
827
828
|
contextMenuSettings: ContextMenuSettingsModel;
|
|
@@ -548,7 +548,11 @@ var DetailsView = /** @class */ (function () {
|
|
|
548
548
|
}
|
|
549
549
|
};
|
|
550
550
|
DetailsView.prototype.onSortColumn = function () {
|
|
551
|
-
|
|
551
|
+
var _this = this;
|
|
552
|
+
var columns = this.gridObj.columns;
|
|
553
|
+
var isValidSortField = !isNullOrUndefined(columns) &&
|
|
554
|
+
columns.some(function (col) { return col.field === _this.parent.sortBy; });
|
|
555
|
+
if (this.parent.sortOrder !== 'None' && isValidSortField) {
|
|
552
556
|
this.gridObj.sortModule.sortColumn(this.parent.sortBy, this.parent.sortOrder);
|
|
553
557
|
}
|
|
554
558
|
else {
|
|
@@ -762,13 +762,15 @@ var LargeIconsView = /** @class */ (function () {
|
|
|
762
762
|
}
|
|
763
763
|
};
|
|
764
764
|
LargeIconsView.prototype.destroy = function () {
|
|
765
|
-
if (this.parent.isDestroyed) {
|
|
766
|
-
return;
|
|
767
|
-
}
|
|
768
765
|
this.removeEventListener();
|
|
769
766
|
if (this.listObj) {
|
|
770
767
|
this.unWireEvents();
|
|
771
768
|
}
|
|
769
|
+
if (this.itemList) {
|
|
770
|
+
this.itemList.forEach(function (el) {
|
|
771
|
+
el.ondragstart = null;
|
|
772
|
+
});
|
|
773
|
+
}
|
|
772
774
|
this.startItem = null;
|
|
773
775
|
this.listElements = null;
|
|
774
776
|
};
|
package/styles/bds-lite.css
CHANGED
|
@@ -588,11 +588,11 @@ ejs-filemanager {
|
|
|
588
588
|
padding-top: 0;
|
|
589
589
|
}
|
|
590
590
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
591
|
-
height:
|
|
591
|
+
height: 38px;
|
|
592
592
|
}
|
|
593
593
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
594
|
-
height:
|
|
595
|
-
line-height:
|
|
594
|
+
height: 38px;
|
|
595
|
+
line-height: 38px;
|
|
596
596
|
}
|
|
597
597
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
598
598
|
border: 1px dashed;
|
package/styles/bds.css
CHANGED
|
@@ -588,11 +588,11 @@ ejs-filemanager {
|
|
|
588
588
|
padding-top: 0;
|
|
589
589
|
}
|
|
590
590
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
591
|
-
height:
|
|
591
|
+
height: 38px;
|
|
592
592
|
}
|
|
593
593
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
594
|
-
height:
|
|
595
|
-
line-height:
|
|
594
|
+
height: 38px;
|
|
595
|
+
line-height: 38px;
|
|
596
596
|
}
|
|
597
597
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
598
598
|
border: 1px dashed;
|
|
@@ -1824,12 +1824,12 @@ ejs-filemanager {
|
|
|
1824
1824
|
}
|
|
1825
1825
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
|
|
1826
1826
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
1827
|
-
height:
|
|
1827
|
+
height: 48px;
|
|
1828
1828
|
}
|
|
1829
1829
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
|
1830
1830
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
1831
|
-
height:
|
|
1832
|
-
line-height:
|
|
1831
|
+
height: 48px;
|
|
1832
|
+
line-height: 48px;
|
|
1833
1833
|
}
|
|
1834
1834
|
.e-bigger .e-filemanager .e-address,
|
|
1835
1835
|
.e-filemanager.e-bigger .e-address {
|
|
@@ -298,11 +298,11 @@ ejs-filemanager {
|
|
|
298
298
|
padding-top: 0;
|
|
299
299
|
}
|
|
300
300
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
301
|
-
height:
|
|
301
|
+
height: 40px;
|
|
302
302
|
}
|
|
303
303
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
304
|
-
height:
|
|
305
|
-
line-height:
|
|
304
|
+
height: 40px;
|
|
305
|
+
line-height: 40px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
308
308
|
border: 1px solid;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -298,11 +298,11 @@ ejs-filemanager {
|
|
|
298
298
|
padding-top: 0;
|
|
299
299
|
}
|
|
300
300
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
301
|
-
height:
|
|
301
|
+
height: 40px;
|
|
302
302
|
}
|
|
303
303
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
304
|
-
height:
|
|
305
|
-
line-height:
|
|
304
|
+
height: 40px;
|
|
305
|
+
line-height: 40px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
308
308
|
border: 1px solid;
|
|
@@ -1513,12 +1513,12 @@ ejs-filemanager {
|
|
|
1513
1513
|
}
|
|
1514
1514
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
|
|
1515
1515
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
1516
|
-
height:
|
|
1516
|
+
height: 50px;
|
|
1517
1517
|
}
|
|
1518
1518
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
|
1519
1519
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
1520
|
-
height:
|
|
1521
|
-
line-height:
|
|
1520
|
+
height: 50px;
|
|
1521
|
+
line-height: 50px;
|
|
1522
1522
|
}
|
|
1523
1523
|
.e-bigger .e-filemanager .e-address,
|
|
1524
1524
|
.e-filemanager.e-bigger .e-address {
|
|
@@ -302,11 +302,11 @@ ejs-filemanager {
|
|
|
302
302
|
padding-top: 0;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
305
|
-
height:
|
|
305
|
+
height: 36px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
308
|
-
height:
|
|
309
|
-
line-height:
|
|
308
|
+
height: 36px;
|
|
309
|
+
line-height: 36px;
|
|
310
310
|
}
|
|
311
311
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
312
312
|
border: 1px dashed;
|
|
@@ -302,11 +302,11 @@ ejs-filemanager {
|
|
|
302
302
|
padding-top: 0;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
305
|
-
height:
|
|
305
|
+
height: 36px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
308
|
-
height:
|
|
309
|
-
line-height:
|
|
308
|
+
height: 36px;
|
|
309
|
+
line-height: 36px;
|
|
310
310
|
}
|
|
311
311
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
312
312
|
border: 1px dashed;
|
|
@@ -1547,8 +1547,8 @@ ejs-filemanager {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
|
1549
1549
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
1550
|
-
height:
|
|
1551
|
-
line-height:
|
|
1550
|
+
height: 40px;
|
|
1551
|
+
line-height: 40px;
|
|
1552
1552
|
}
|
|
1553
1553
|
.e-bigger .e-filemanager .e-address,
|
|
1554
1554
|
.e-filemanager.e-bigger .e-address {
|
|
@@ -302,11 +302,11 @@ ejs-filemanager {
|
|
|
302
302
|
padding-top: 0;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
305
|
-
height:
|
|
305
|
+
height: 36px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
308
|
-
height:
|
|
309
|
-
line-height:
|
|
308
|
+
height: 36px;
|
|
309
|
+
line-height: 36px;
|
|
310
310
|
}
|
|
311
311
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
312
312
|
border: 1px dashed;
|
|
@@ -474,11 +474,11 @@ ejs-filemanager {
|
|
|
474
474
|
padding-top: 0;
|
|
475
475
|
}
|
|
476
476
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
477
|
-
height:
|
|
477
|
+
height: 36px;
|
|
478
478
|
}
|
|
479
479
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
480
|
-
height:
|
|
481
|
-
line-height:
|
|
480
|
+
height: 36px;
|
|
481
|
+
line-height: 36px;
|
|
482
482
|
}
|
|
483
483
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
484
484
|
border: 1px solid;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -474,11 +474,11 @@ ejs-filemanager {
|
|
|
474
474
|
padding-top: 0;
|
|
475
475
|
}
|
|
476
476
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
477
|
-
height:
|
|
477
|
+
height: 36px;
|
|
478
478
|
}
|
|
479
479
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
480
|
-
height:
|
|
481
|
-
line-height:
|
|
480
|
+
height: 36px;
|
|
481
|
+
line-height: 36px;
|
|
482
482
|
}
|
|
483
483
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
484
484
|
border: 1px solid;
|
|
@@ -1898,8 +1898,8 @@ ejs-filemanager {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
|
1900
1900
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
1901
|
-
height:
|
|
1902
|
-
line-height:
|
|
1901
|
+
height: 40px;
|
|
1902
|
+
line-height: 40px;
|
|
1903
1903
|
}
|
|
1904
1904
|
.e-bigger .e-filemanager .e-address,
|
|
1905
1905
|
.e-filemanager.e-bigger .e-address {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -302,11 +302,11 @@ ejs-filemanager {
|
|
|
302
302
|
padding-top: 0;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
305
|
-
height:
|
|
305
|
+
height: 36px;
|
|
306
306
|
}
|
|
307
307
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
308
|
-
height:
|
|
309
|
-
line-height:
|
|
308
|
+
height: 36px;
|
|
309
|
+
line-height: 36px;
|
|
310
310
|
}
|
|
311
311
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
312
312
|
border: 1px dashed;
|
|
@@ -1547,8 +1547,8 @@ ejs-filemanager {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
|
1549
1549
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
1550
|
-
height:
|
|
1551
|
-
line-height:
|
|
1550
|
+
height: 40px;
|
|
1551
|
+
line-height: 40px;
|
|
1552
1552
|
}
|
|
1553
1553
|
.e-bigger .e-filemanager .e-address,
|
|
1554
1554
|
.e-filemanager.e-bigger .e-address {
|
|
@@ -294,11 +294,11 @@ ejs-filemanager {
|
|
|
294
294
|
padding-top: 0;
|
|
295
295
|
}
|
|
296
296
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
297
|
-
height:
|
|
297
|
+
height: 36px;
|
|
298
298
|
}
|
|
299
299
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
300
|
-
height:
|
|
301
|
-
line-height:
|
|
300
|
+
height: 36px;
|
|
301
|
+
line-height: 36px;
|
|
302
302
|
}
|
|
303
303
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
304
304
|
border: 1px solid;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -294,11 +294,11 @@ ejs-filemanager {
|
|
|
294
294
|
padding-top: 0;
|
|
295
295
|
}
|
|
296
296
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
297
|
-
height:
|
|
297
|
+
height: 36px;
|
|
298
298
|
}
|
|
299
299
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
300
|
-
height:
|
|
301
|
-
line-height:
|
|
300
|
+
height: 36px;
|
|
301
|
+
line-height: 36px;
|
|
302
302
|
}
|
|
303
303
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
304
304
|
border: 1px solid;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -295,11 +295,11 @@ ejs-filemanager {
|
|
|
295
295
|
padding-top: 0;
|
|
296
296
|
}
|
|
297
297
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
298
|
-
height:
|
|
298
|
+
height: 36px;
|
|
299
299
|
}
|
|
300
300
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
301
|
-
height:
|
|
302
|
-
line-height:
|
|
301
|
+
height: 36px;
|
|
302
|
+
line-height: 36px;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
305
305
|
border: 1px solid;
|
package/styles/fabric.css
CHANGED
|
@@ -295,11 +295,11 @@ ejs-filemanager {
|
|
|
295
295
|
padding-top: 0;
|
|
296
296
|
}
|
|
297
297
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
|
298
|
-
height:
|
|
298
|
+
height: 36px;
|
|
299
299
|
}
|
|
300
300
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
|
301
|
-
height:
|
|
302
|
-
line-height:
|
|
301
|
+
height: 36px;
|
|
302
|
+
line-height: 36px;
|
|
303
303
|
}
|
|
304
304
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
|
305
305
|
border: 1px solid;
|
|
@@ -104,11 +104,11 @@ $fe-lg-text-padding: 2px 0 0 0 !default;
|
|
|
104
104
|
$fe-cm-separator-margin: 0 0 !default;
|
|
105
105
|
$fe-cb-line-height: 12px !default;
|
|
106
106
|
$fe-dd-popup-blank-icon-padding-left: 40px !default;
|
|
107
|
-
$fe-tv-fullrow-height:
|
|
107
|
+
$fe-tv-fullrow-height: 38px !default;
|
|
108
108
|
$fe-address-height: 35px !default;
|
|
109
109
|
$fe-tb-height: 49px !default;
|
|
110
|
-
$fe-tv-node-height:
|
|
111
|
-
$fe-tv-node-lheight:
|
|
110
|
+
$fe-tv-node-height: 38px !default;
|
|
111
|
+
$fe-tv-node-lheight: 38px !default;
|
|
112
112
|
$fe-nrml-border-none: none !default;
|
|
113
113
|
$fe-tb-items-caret-icon-padding: 0 8px !default;
|
|
114
114
|
$fe-tb-pop-caret-icon-padding: 0 8px !default;
|
|
@@ -138,11 +138,11 @@ $fe-tb-btn-icon-padding: 0 2px !default;
|
|
|
138
138
|
$fe-nrml-overlay-height: calc(100% - 34px) !default;
|
|
139
139
|
$fe-margin-auto: auto !default;
|
|
140
140
|
|
|
141
|
-
$fe-big-tv-fullrow-height:
|
|
141
|
+
$fe-big-tv-fullrow-height: 48px !default;
|
|
142
142
|
$fe-big-address-height: 40px !default;
|
|
143
143
|
$fe-big-tb-height: 57px !default;
|
|
144
|
-
$fe-big-tv-node-height:
|
|
145
|
-
$fe-big-tv-node-lheight:
|
|
144
|
+
$fe-big-tv-node-height: 48px !default;
|
|
145
|
+
$fe-big-tv-node-lheight: 48px !default;
|
|
146
146
|
$fe-big-tb-ddb-btn-hvr-padding: 0 6px !default;
|
|
147
147
|
$fe-big-tb-ddb-btn-padding: 0 6px !default;
|
|
148
148
|
$fe-big-search-padding: 1.5px 10px 0 16px !default;
|
|
@@ -116,11 +116,11 @@ $fe-lg-text-padding: 2px 0 0 0 !default;
|
|
|
116
116
|
$fe-cb-line-height: 10px !default;
|
|
117
117
|
$fe-cm-separator-margin: 0 0 !default;
|
|
118
118
|
$fe-dd-popup-blank-icon-padding-left: 40px !default;
|
|
119
|
-
$fe-tv-fullrow-height:
|
|
119
|
+
$fe-tv-fullrow-height: 40px !default;
|
|
120
120
|
$fe-address-height: 34px !default;
|
|
121
121
|
$fe-tb-height: 39px !default;
|
|
122
|
-
$fe-tv-node-height:
|
|
123
|
-
$fe-tv-node-lheight:
|
|
122
|
+
$fe-tv-node-height: 40px !default;
|
|
123
|
+
$fe-tv-node-lheight: 40px !default;
|
|
124
124
|
$fe-nrml-border-none: none !default;
|
|
125
125
|
$fe-tb-items-caret-icon-padding: 0 8px !default;
|
|
126
126
|
$fe-tb-pop-caret-icon-padding: 0 8px !default;
|
|
@@ -149,11 +149,11 @@ $fe-tb-btn-icon-padding: 0 2px !default;
|
|
|
149
149
|
$fe-nrml-overlay-height: calc(100% - 34px) !default;
|
|
150
150
|
$fe-margin-auto: auto !default;
|
|
151
151
|
|
|
152
|
-
$fe-big-tv-fullrow-height:
|
|
152
|
+
$fe-big-tv-fullrow-height: 50px !default;
|
|
153
153
|
$fe-big-address-height: 40px !default;
|
|
154
154
|
$fe-big-tb-height: 55px !default;
|
|
155
|
-
$fe-big-tv-node-height:
|
|
156
|
-
$fe-big-tv-node-lheight:
|
|
155
|
+
$fe-big-tv-node-height: 50px !default;
|
|
156
|
+
$fe-big-tv-node-lheight: 50px !default;
|
|
157
157
|
$fe-big-tb-ddb-btn-hvr-padding: 1px 7px !default;
|
|
158
158
|
$fe-big-tb-ddb-btn-padding: 1px 7px !default;
|
|
159
159
|
$fe-big-search-padding: 1.5px 12px 0 1px !default;
|
|
@@ -70,11 +70,11 @@ $fe-lg-text-padding: 2px 0 0 0 !default;
|
|
|
70
70
|
$fe-cm-separator-margin: 0 0 !default;
|
|
71
71
|
$fe-cb-line-height: 12px !default;
|
|
72
72
|
$fe-dd-popup-blank-icon-padding-left: 40px !default;
|
|
73
|
-
$fe-tv-fullrow-height:
|
|
73
|
+
$fe-tv-fullrow-height: 36px !default;
|
|
74
74
|
$fe-address-height: 36px !default;
|
|
75
75
|
$fe-tb-height: 39px !default;
|
|
76
|
-
$fe-tv-node-height:
|
|
77
|
-
$fe-tv-node-lheight:
|
|
76
|
+
$fe-tv-node-height: 36px !default;
|
|
77
|
+
$fe-tv-node-lheight: 36px !default;
|
|
78
78
|
$fe-nrml-border-none: none !default;
|
|
79
79
|
$fe-tb-items-caret-icon-padding: 1px !default;
|
|
80
80
|
$fe-tb-pop-caret-icon-padding: 0 8px !default;
|
|
@@ -105,8 +105,8 @@ $fe-margin-auto: auto !default;
|
|
|
105
105
|
$fe-big-tv-fullrow-height: 40px !default;
|
|
106
106
|
$fe-big-address-height: 40px !default;
|
|
107
107
|
$fe-big-tb-height: 47px !default;
|
|
108
|
-
$fe-big-tv-node-height:
|
|
109
|
-
$fe-big-tv-node-lheight:
|
|
108
|
+
$fe-big-tv-node-height: 40px !default;
|
|
109
|
+
$fe-big-tv-node-lheight: 40px !default;
|
|
110
110
|
$fe-big-tb-ddb-btn-hvr-padding: 0 6px !default;
|
|
111
111
|
$fe-big-tb-ddb-btn-padding: 0 6px !default;
|
|
112
112
|
$fe-big-search-padding: 4px 10px 0 16px !default;
|