@syncfusion/ej2-vue-filemanager 20.3.49 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -8
- package/README.md +123 -26
- package/dist/ej2-vue-filemanager.umd.min.js +2 -2
- package/dist/ej2-vue-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-filemanager.es2015.js +1 -1
- package/dist/es6/ej2-vue-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-filemanager.es5.js +1 -1
- package/dist/es6/ej2-vue-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-vue-filemanager.min.js +2 -2
- package/package.json +16 -12
- package/src/file-manager/filemanager.component.js +1 -1
- package/styles/bootstrap-dark.css +2 -12
- package/styles/bootstrap.css +2 -12
- package/styles/bootstrap4.css +2 -12
- package/styles/bootstrap5-dark.css +2 -12
- package/styles/bootstrap5.css +2 -12
- package/styles/fabric-dark.css +2 -12
- package/styles/fabric.css +2 -12
- package/styles/file-manager/bootstrap-dark.css +2 -12
- package/styles/file-manager/bootstrap.css +2 -12
- package/styles/file-manager/bootstrap4.css +2 -12
- package/styles/file-manager/bootstrap5-dark.css +2 -12
- package/styles/file-manager/bootstrap5.css +2 -12
- package/styles/file-manager/fabric-dark.css +2 -12
- package/styles/file-manager/fabric.css +2 -12
- package/styles/file-manager/fluent-dark.css +8 -12
- package/styles/file-manager/fluent.css +8 -12
- package/styles/file-manager/highcontrast-light.css +2 -12
- package/styles/file-manager/highcontrast.css +2 -12
- package/styles/file-manager/material-dark.css +2 -12
- package/styles/file-manager/material.css +2 -15
- package/styles/file-manager/tailwind-dark.css +2 -12
- package/styles/file-manager/tailwind.css +2 -12
- package/styles/fluent-dark.css +8 -12
- package/styles/fluent.css +8 -12
- package/styles/highcontrast-light.css +2 -12
- package/styles/highcontrast.css +2 -12
- package/styles/material-dark.css +2 -12
- package/styles/material.css +2 -15
- package/styles/tailwind-dark.css +2 -12
- package/styles/tailwind.css +2 -12
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-filemanager@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-filemanager@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-filemanager@18.18.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-83YS6MzeSLQPqUlJHdcJ7CcNkFkFWlCVPrRjJcvZBr8khmwOh104ypQyFIL/A6r2V7g/L09JX3RyJBOx6+DDiA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-filemanager",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-18.18.1.tgz",
|
|
23
|
+
"_shasum": "7821b0c513ba5e7829de6906f57774f78bfdec47",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-filemanager@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1
|
|
25
|
+
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-filemanager": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-filemanager": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 FileManager Component for Vue",
|
|
@@ -43,10 +43,8 @@
|
|
|
43
43
|
"keywords": [
|
|
44
44
|
"ej2",
|
|
45
45
|
"syncfusion",
|
|
46
|
-
"web-components",
|
|
47
46
|
"typescript",
|
|
48
47
|
"javascript",
|
|
49
|
-
"ej2-filemanager",
|
|
50
48
|
"filemanager",
|
|
51
49
|
"fileexplorer",
|
|
52
50
|
"file-explorer",
|
|
@@ -54,7 +52,13 @@
|
|
|
54
52
|
"vue",
|
|
55
53
|
"vuejs",
|
|
56
54
|
"vue-filemanager",
|
|
57
|
-
"
|
|
55
|
+
"vue-file organizer",
|
|
56
|
+
"vue-file organizing tool",
|
|
57
|
+
"vue-file picker",
|
|
58
|
+
"vue-file viewer",
|
|
59
|
+
"vue-file browser",
|
|
60
|
+
"vue-file selector",
|
|
61
|
+
"vue-directory viewer"
|
|
58
62
|
],
|
|
59
63
|
"license": "SEE LICENSE IN license",
|
|
60
64
|
"main": "./dist/ej2-vue-filemanager.umd.min.js",
|
|
@@ -67,6 +71,6 @@
|
|
|
67
71
|
"scripts": {
|
|
68
72
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
69
73
|
},
|
|
70
|
-
"version": "20.
|
|
74
|
+
"version": "20.4.38",
|
|
71
75
|
"sideEffects": false
|
|
72
76
|
}
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@s
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { FileManager } from '@syncfusion/ej2-filemanager';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['isLazyUpdate', 'plugins', 'ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width', 'beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
|
24
|
+
export var properties = ['isLazyUpdate', 'plugins', 'ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'virtualizationSettings', 'width', 'beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -228,16 +228,6 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 1px;
|
|
230
230
|
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
-
height: 30px;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
-
border: 0;
|
|
236
|
-
}
|
|
237
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
-
padding-left: 1px;
|
|
239
|
-
padding-right: 1px;
|
|
240
|
-
}
|
|
241
231
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
242
232
|
border: 0;
|
|
243
233
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -229,16 +229,6 @@ ejs-filemanager {
|
|
|
229
229
|
border-bottom-style: solid;
|
|
230
230
|
border-width: 0 0 1px;
|
|
231
231
|
}
|
|
232
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
233
|
-
height: 30px;
|
|
234
|
-
}
|
|
235
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
236
|
-
border: 0;
|
|
237
|
-
}
|
|
238
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
239
|
-
padding-left: 1px;
|
|
240
|
-
padding-right: 1px;
|
|
241
|
-
}
|
|
242
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
243
233
|
border: 0;
|
|
244
234
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -228,16 +228,6 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 0 0 1px;
|
|
230
230
|
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
-
height: 30px;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
-
border: 0;
|
|
236
|
-
}
|
|
237
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
-
padding-left: 1px;
|
|
239
|
-
padding-right: 1px;
|
|
240
|
-
}
|
|
241
231
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
242
232
|
border: 0;
|
|
243
233
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
|
@@ -237,16 +237,6 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
-
height: 30px;
|
|
242
|
-
}
|
|
243
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
-
border: 0;
|
|
245
|
-
}
|
|
246
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
-
padding-left: 1px;
|
|
248
|
-
padding-right: 1px;
|
|
249
|
-
}
|
|
250
240
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
251
241
|
border: 0;
|
|
252
242
|
box-shadow: none;
|
|
@@ -1435,14 +1425,14 @@ ejs-filemanager {
|
|
|
1435
1425
|
|
|
1436
1426
|
@media (max-width: 469px) {
|
|
1437
1427
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1438
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1428
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1439
1429
|
min-width: 140px;
|
|
1440
1430
|
width: calc(50% - 17px);
|
|
1441
1431
|
}
|
|
1442
1432
|
}
|
|
1443
1433
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1444
1434
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1445
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1435
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1446
1436
|
min-width: 140px;
|
|
1447
1437
|
width: calc(33.33% - 17px);
|
|
1448
1438
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -237,16 +237,6 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
-
height: 30px;
|
|
242
|
-
}
|
|
243
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
-
border: 0;
|
|
245
|
-
}
|
|
246
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
-
padding-left: 1px;
|
|
248
|
-
padding-right: 1px;
|
|
249
|
-
}
|
|
250
240
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
251
241
|
border: 0;
|
|
252
242
|
box-shadow: none;
|
|
@@ -1435,14 +1425,14 @@ ejs-filemanager {
|
|
|
1435
1425
|
|
|
1436
1426
|
@media (max-width: 469px) {
|
|
1437
1427
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1438
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1428
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1439
1429
|
min-width: 140px;
|
|
1440
1430
|
width: calc(50% - 17px);
|
|
1441
1431
|
}
|
|
1442
1432
|
}
|
|
1443
1433
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1444
1434
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1445
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1435
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1446
1436
|
min-width: 140px;
|
|
1447
1437
|
width: calc(33.33% - 17px);
|
|
1448
1438
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -224,16 +224,6 @@ ejs-filemanager {
|
|
|
224
224
|
border-bottom-style: solid;
|
|
225
225
|
border-width: 0 0 1px;
|
|
226
226
|
}
|
|
227
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
228
|
-
height: 30px;
|
|
229
|
-
}
|
|
230
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
231
|
-
border: 0;
|
|
232
|
-
}
|
|
233
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
234
|
-
padding-left: 1px;
|
|
235
|
-
padding-right: 1px;
|
|
236
|
-
}
|
|
237
227
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
238
228
|
border: 0;
|
|
239
229
|
box-shadow: none;
|
|
@@ -1390,14 +1380,14 @@ ejs-filemanager {
|
|
|
1390
1380
|
|
|
1391
1381
|
@media (max-width: 469px) {
|
|
1392
1382
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1393
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1383
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1394
1384
|
min-width: 140px;
|
|
1395
1385
|
width: calc(50% - 17px);
|
|
1396
1386
|
}
|
|
1397
1387
|
}
|
|
1398
1388
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1399
1389
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1400
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1390
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1401
1391
|
min-width: 140px;
|
|
1402
1392
|
width: calc(33.33% - 17px);
|
|
1403
1393
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -225,16 +225,6 @@ ejs-filemanager {
|
|
|
225
225
|
border-bottom-style: solid;
|
|
226
226
|
border-width: 0 0 1px;
|
|
227
227
|
}
|
|
228
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
229
|
-
height: 30px;
|
|
230
|
-
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
232
|
-
border: 0;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
235
|
-
padding-left: 1px;
|
|
236
|
-
padding-right: 1px;
|
|
237
|
-
}
|
|
238
228
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
229
|
border: 0;
|
|
240
230
|
box-shadow: none;
|
|
@@ -1391,14 +1381,14 @@ ejs-filemanager {
|
|
|
1391
1381
|
|
|
1392
1382
|
@media (max-width: 469px) {
|
|
1393
1383
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1394
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1384
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1395
1385
|
min-width: 140px;
|
|
1396
1386
|
width: calc(50% - 17px);
|
|
1397
1387
|
}
|
|
1398
1388
|
}
|
|
1399
1389
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1400
1390
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1401
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1391
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1402
1392
|
min-width: 140px;
|
|
1403
1393
|
width: calc(33.33% - 17px);
|
|
1404
1394
|
}
|
|
@@ -228,16 +228,6 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 1px;
|
|
230
230
|
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
-
height: 30px;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
-
border: 0;
|
|
236
|
-
}
|
|
237
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
-
padding-left: 1px;
|
|
239
|
-
padding-right: 1px;
|
|
240
|
-
}
|
|
241
231
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
242
232
|
border: 0;
|
|
243
233
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
|
@@ -229,16 +229,6 @@ ejs-filemanager {
|
|
|
229
229
|
border-bottom-style: solid;
|
|
230
230
|
border-width: 0 0 1px;
|
|
231
231
|
}
|
|
232
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
233
|
-
height: 30px;
|
|
234
|
-
}
|
|
235
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
236
|
-
border: 0;
|
|
237
|
-
}
|
|
238
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
239
|
-
padding-left: 1px;
|
|
240
|
-
padding-right: 1px;
|
|
241
|
-
}
|
|
242
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
243
233
|
border: 0;
|
|
244
234
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
|
@@ -228,16 +228,6 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 0 0 1px;
|
|
230
230
|
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
-
height: 30px;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
-
border: 0;
|
|
236
|
-
}
|
|
237
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
-
padding-left: 1px;
|
|
239
|
-
padding-right: 1px;
|
|
240
|
-
}
|
|
241
231
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
242
232
|
border: 0;
|
|
243
233
|
box-shadow: none;
|
|
@@ -1396,14 +1386,14 @@ ejs-filemanager {
|
|
|
1396
1386
|
|
|
1397
1387
|
@media (max-width: 469px) {
|
|
1398
1388
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1399
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1389
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1400
1390
|
min-width: 140px;
|
|
1401
1391
|
width: calc(50% - 17px);
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
1394
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(33.33% - 17px);
|
|
1409
1399
|
}
|
|
@@ -237,16 +237,6 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
-
height: 30px;
|
|
242
|
-
}
|
|
243
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
-
border: 0;
|
|
245
|
-
}
|
|
246
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
-
padding-left: 1px;
|
|
248
|
-
padding-right: 1px;
|
|
249
|
-
}
|
|
250
240
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
251
241
|
border: 0;
|
|
252
242
|
box-shadow: none;
|
|
@@ -1435,14 +1425,14 @@ ejs-filemanager {
|
|
|
1435
1425
|
|
|
1436
1426
|
@media (max-width: 469px) {
|
|
1437
1427
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1438
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1428
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1439
1429
|
min-width: 140px;
|
|
1440
1430
|
width: calc(50% - 17px);
|
|
1441
1431
|
}
|
|
1442
1432
|
}
|
|
1443
1433
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1444
1434
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1445
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1435
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1446
1436
|
min-width: 140px;
|
|
1447
1437
|
width: calc(33.33% - 17px);
|
|
1448
1438
|
}
|
|
@@ -237,16 +237,6 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
-
height: 30px;
|
|
242
|
-
}
|
|
243
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
-
border: 0;
|
|
245
|
-
}
|
|
246
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
-
padding-left: 1px;
|
|
248
|
-
padding-right: 1px;
|
|
249
|
-
}
|
|
250
240
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
251
241
|
border: 0;
|
|
252
242
|
box-shadow: none;
|
|
@@ -1435,14 +1425,14 @@ ejs-filemanager {
|
|
|
1435
1425
|
|
|
1436
1426
|
@media (max-width: 469px) {
|
|
1437
1427
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1438
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1428
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1439
1429
|
min-width: 140px;
|
|
1440
1430
|
width: calc(50% - 17px);
|
|
1441
1431
|
}
|
|
1442
1432
|
}
|
|
1443
1433
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1444
1434
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1445
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1435
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1446
1436
|
min-width: 140px;
|
|
1447
1437
|
width: calc(33.33% - 17px);
|
|
1448
1438
|
}
|
|
@@ -224,16 +224,6 @@ ejs-filemanager {
|
|
|
224
224
|
border-bottom-style: solid;
|
|
225
225
|
border-width: 0 0 1px;
|
|
226
226
|
}
|
|
227
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
228
|
-
height: 30px;
|
|
229
|
-
}
|
|
230
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
231
|
-
border: 0;
|
|
232
|
-
}
|
|
233
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
234
|
-
padding-left: 1px;
|
|
235
|
-
padding-right: 1px;
|
|
236
|
-
}
|
|
237
227
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
238
228
|
border: 0;
|
|
239
229
|
box-shadow: none;
|
|
@@ -1390,14 +1380,14 @@ ejs-filemanager {
|
|
|
1390
1380
|
|
|
1391
1381
|
@media (max-width: 469px) {
|
|
1392
1382
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1393
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1383
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1394
1384
|
min-width: 140px;
|
|
1395
1385
|
width: calc(50% - 17px);
|
|
1396
1386
|
}
|
|
1397
1387
|
}
|
|
1398
1388
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1399
1389
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1400
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1390
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1401
1391
|
min-width: 140px;
|
|
1402
1392
|
width: calc(33.33% - 17px);
|
|
1403
1393
|
}
|
|
@@ -225,16 +225,6 @@ ejs-filemanager {
|
|
|
225
225
|
border-bottom-style: solid;
|
|
226
226
|
border-width: 0 0 1px;
|
|
227
227
|
}
|
|
228
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
229
|
-
height: 30px;
|
|
230
|
-
}
|
|
231
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
232
|
-
border: 0;
|
|
233
|
-
}
|
|
234
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
235
|
-
padding-left: 1px;
|
|
236
|
-
padding-right: 1px;
|
|
237
|
-
}
|
|
238
228
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
229
|
border: 0;
|
|
240
230
|
box-shadow: none;
|
|
@@ -1391,14 +1381,14 @@ ejs-filemanager {
|
|
|
1391
1381
|
|
|
1392
1382
|
@media (max-width: 469px) {
|
|
1393
1383
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1394
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1384
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1395
1385
|
min-width: 140px;
|
|
1396
1386
|
width: calc(50% - 17px);
|
|
1397
1387
|
}
|
|
1398
1388
|
}
|
|
1399
1389
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1400
1390
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1401
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1391
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1402
1392
|
min-width: 140px;
|
|
1403
1393
|
width: calc(33.33% - 17px);
|
|
1404
1394
|
}
|
|
@@ -235,16 +235,6 @@ ejs-filemanager {
|
|
|
235
235
|
border-bottom-style: solid;
|
|
236
236
|
border-width: 0 0 1px;
|
|
237
237
|
}
|
|
238
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
239
|
-
height: 30px;
|
|
240
|
-
}
|
|
241
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
242
|
-
border: 0;
|
|
243
|
-
}
|
|
244
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
245
|
-
padding-left: 1px;
|
|
246
|
-
padding-right: 1px;
|
|
247
|
-
}
|
|
248
238
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
249
239
|
border: 0;
|
|
250
240
|
box-shadow: none;
|
|
@@ -1403,18 +1393,24 @@ ejs-filemanager {
|
|
|
1403
1393
|
|
|
1404
1394
|
@media (max-width: 469px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(50% - 17px);
|
|
1409
1399
|
}
|
|
1410
1400
|
}
|
|
1411
1401
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1412
1402
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1413
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1403
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1414
1404
|
min-width: 140px;
|
|
1415
1405
|
width: calc(33.33% - 17px);
|
|
1416
1406
|
}
|
|
1417
1407
|
}
|
|
1408
|
+
@media (min-width: 360px) and (max-width: 500px) {
|
|
1409
|
+
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
|
1410
|
+
position: relative;
|
|
1411
|
+
right: 10px;
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1418
1414
|
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
|
1419
1415
|
height: 100%;
|
|
1420
1416
|
width: 100%;
|
|
@@ -235,16 +235,6 @@ ejs-filemanager {
|
|
|
235
235
|
border-bottom-style: solid;
|
|
236
236
|
border-width: 0 0 1px;
|
|
237
237
|
}
|
|
238
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
239
|
-
height: 30px;
|
|
240
|
-
}
|
|
241
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
242
|
-
border: 0;
|
|
243
|
-
}
|
|
244
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
245
|
-
padding-left: 1px;
|
|
246
|
-
padding-right: 1px;
|
|
247
|
-
}
|
|
248
238
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
249
239
|
border: 0;
|
|
250
240
|
box-shadow: none;
|
|
@@ -1403,18 +1393,24 @@ ejs-filemanager {
|
|
|
1403
1393
|
|
|
1404
1394
|
@media (max-width: 469px) {
|
|
1405
1395
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1396
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1407
1397
|
min-width: 140px;
|
|
1408
1398
|
width: calc(50% - 17px);
|
|
1409
1399
|
}
|
|
1410
1400
|
}
|
|
1411
1401
|
@media (min-width: 470px) and (max-width: 625px) {
|
|
1412
1402
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
|
1413
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1403
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
|
1414
1404
|
min-width: 140px;
|
|
1415
1405
|
width: calc(33.33% - 17px);
|
|
1416
1406
|
}
|
|
1417
1407
|
}
|
|
1408
|
+
@media (min-width: 360px) and (max-width: 500px) {
|
|
1409
|
+
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
|
1410
|
+
position: relative;
|
|
1411
|
+
right: 10px;
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1418
1414
|
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
|
1419
1415
|
height: 100%;
|
|
1420
1416
|
width: 100%;
|