@syncfusion/ej2-angular-filemanager 20.2.39 → 20.2.44-ngcc
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/@syncfusion/ej2-angular-filemanager.es5.js +216 -0
- package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-filemanager.js +197 -0
- package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
- package/CHANGELOG.md +436 -0
- package/dist/ej2-angular-filemanager.umd.js +434 -0
- package/dist/ej2-angular-filemanager.umd.js.map +1 -0
- package/dist/ej2-angular-filemanager.umd.min.js +11 -0
- package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
- package/ej2-angular-filemanager.d.ts +5 -0
- package/ej2-angular-filemanager.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/filemanager-default/index.d.ts +3 -0
- package/schematics/generators/filemanager-default/index.js +8 -0
- package/schematics/generators/filemanager-default/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-default/sample-details.js +7 -0
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/filemanager-default/schema.d.ts +3 -0
- package/schematics/generators/filemanager-default/schema.js +2 -0
- package/schematics/generators/filemanager-default/schema.json +125 -0
- package/schematics/generators/filemanager-localization/index.d.ts +3 -0
- package/schematics/generators/filemanager-localization/index.js +8 -0
- package/schematics/generators/filemanager-localization/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-localization/sample-details.js +7 -0
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-localization/schema.d.ts +3 -0
- package/schematics/generators/filemanager-localization/schema.js +2 -0
- package/schematics/generators/filemanager-localization/schema.json +125 -0
- package/schematics/generators/filemanager-overview/index.d.ts +3 -0
- package/schematics/generators/filemanager-overview/index.js +8 -0
- package/schematics/generators/filemanager-overview/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-overview/sample-details.js +7 -0
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-overview/schema.d.ts +3 -0
- package/schematics/generators/filemanager-overview/schema.js +2 -0
- package/schematics/generators/filemanager-overview/schema.json +125 -0
- package/schematics/generators/filemanager-rtl/index.d.ts +3 -0
- package/schematics/generators/filemanager-rtl/index.js +8 -0
- package/schematics/generators/filemanager-rtl/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-rtl/sample-details.js +7 -0
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-rtl/schema.d.ts +3 -0
- package/schematics/generators/filemanager-rtl/schema.js +2 -0
- package/schematics/generators/filemanager-rtl/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/file-manager/filemanager-all.module.d.ts +0 -6
- package/src/file-manager/filemanager.component.d.ts +0 -3
- package/src/file-manager/filemanager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +5 -10
- package/styles/bootstrap.css +6 -12
- package/styles/bootstrap4.css +5 -10
- package/styles/bootstrap5-dark.css +6 -14
- package/styles/bootstrap5.css +6 -14
- package/styles/fabric-dark.css +5 -10
- package/styles/fabric.css +6 -12
- package/styles/file-manager/bootstrap-dark.css +5 -10
- package/styles/file-manager/bootstrap-dark.scss +1 -16
- package/styles/file-manager/bootstrap.css +6 -12
- package/styles/file-manager/bootstrap.scss +1 -16
- package/styles/file-manager/bootstrap4.css +5 -10
- package/styles/file-manager/bootstrap4.scss +1 -16
- package/styles/file-manager/bootstrap5-dark.css +6 -14
- package/styles/file-manager/bootstrap5-dark.scss +1 -16
- package/styles/file-manager/bootstrap5.css +6 -14
- package/styles/file-manager/bootstrap5.scss +1 -16
- package/styles/file-manager/fabric-dark.css +5 -10
- package/styles/file-manager/fabric-dark.scss +1 -16
- package/styles/file-manager/fabric.css +6 -12
- package/styles/file-manager/fabric.scss +1 -16
- package/styles/file-manager/fluent-dark.css +6 -12
- package/styles/file-manager/fluent-dark.scss +1 -16
- package/styles/file-manager/fluent.css +6 -12
- package/styles/file-manager/fluent.scss +1 -16
- package/styles/file-manager/highcontrast-light.css +5 -10
- package/styles/file-manager/highcontrast-light.scss +1 -16
- package/styles/file-manager/highcontrast.css +6 -12
- package/styles/file-manager/highcontrast.scss +1 -16
- package/styles/file-manager/material-dark.css +5 -10
- package/styles/file-manager/material-dark.scss +1 -16
- package/styles/file-manager/material.css +6 -12
- package/styles/file-manager/material.scss +1 -16
- package/styles/file-manager/tailwind-dark.css +6 -12
- package/styles/file-manager/tailwind-dark.scss +1 -16
- package/styles/file-manager/tailwind.css +6 -12
- package/styles/file-manager/tailwind.scss +1 -16
- package/styles/fluent-dark.css +6 -12
- package/styles/fluent.css +6 -12
- package/styles/highcontrast-light.css +5 -10
- package/styles/highcontrast.css +6 -12
- package/styles/material-dark.css +5 -10
- package/styles/material.css +6 -12
- package/styles/tailwind-dark.css +6 -12
- package/styles/tailwind.css +6 -12
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -44
- package/esm2020/src/file-manager/filemanager.component.mjs +0 -101
- package/esm2020/src/file-manager/filemanager.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -171
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -171
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/styles/file-manager/_all.scss +0 -2
- package/styles/file-manager/_bootstrap-dark-definition.scss +0 -240
- package/styles/file-manager/_bootstrap-definition.scss +0 -241
- package/styles/file-manager/_bootstrap4-definition.scss +0 -242
- package/styles/file-manager/_bootstrap5-dark-definition.scss +0 -1
- package/styles/file-manager/_bootstrap5-definition.scss +0 -237
- package/styles/file-manager/_fabric-dark-definition.scss +0 -238
- package/styles/file-manager/_fabric-definition.scss +0 -240
- package/styles/file-manager/_fluent-dark-definition.scss +0 -1
- package/styles/file-manager/_fluent-definition.scss +0 -245
- package/styles/file-manager/_fusionnew-definition.scss +0 -237
- package/styles/file-manager/_highcontrast-definition.scss +0 -240
- package/styles/file-manager/_highcontrast-light-definition.scss +0 -240
- package/styles/file-manager/_layout.scss +0 -1819
- package/styles/file-manager/_material-dark-definition.scss +0 -240
- package/styles/file-manager/_material-definition.scss +0 -240
- package/styles/file-manager/_material3-definition.scss +0 -237
- package/styles/file-manager/_tailwind-dark-definition.scss +0 -1
- package/styles/file-manager/_tailwind-definition.scss +0 -232
- package/styles/file-manager/_theme.scss +0 -400
- package/styles/file-manager/icons/_bootstrap-dark.scss +0 -235
- package/styles/file-manager/icons/_bootstrap.scss +0 -235
- package/styles/file-manager/icons/_bootstrap4.scss +0 -235
- package/styles/file-manager/icons/_bootstrap5-dark.scss +0 -1
- package/styles/file-manager/icons/_bootstrap5.scss +0 -235
- package/styles/file-manager/icons/_fabric-dark.scss +0 -229
- package/styles/file-manager/icons/_fabric.scss +0 -229
- package/styles/file-manager/icons/_fluent-dark.scss +0 -1
- package/styles/file-manager/icons/_fluent.scss +0 -235
- package/styles/file-manager/icons/_fusionnew.scss +0 -235
- package/styles/file-manager/icons/_highcontrast-light.scss +0 -235
- package/styles/file-manager/icons/_highcontrast.scss +0 -229
- package/styles/file-manager/icons/_material-dark.scss +0 -235
- package/styles/file-manager/icons/_material.scss +0 -235
- package/styles/file-manager/icons/_material3.scss +0 -235
- package/styles/file-manager/icons/_tailwind-dark.scss +0 -1
- package/styles/file-manager/icons/_tailwind.scss +0 -235
- package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -14,8 +13,6 @@
|
|
|
14
13
|
transform: translate3d(0, 0, 0) scale(1);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
/* stylelint-disable-line no-empty-source */
|
|
18
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
19
16
|
@keyframes material-spinner-rotate {
|
|
20
17
|
0% {
|
|
21
18
|
transform: rotate(0deg);
|
|
@@ -32,9 +29,7 @@
|
|
|
32
29
|
transform: rotate(360deg);
|
|
33
30
|
}
|
|
34
31
|
}
|
|
35
|
-
/*! TreeView's material theme wise override definitions and variables */
|
|
36
|
-
/* stylelint-disable */
|
|
37
|
-
/*! component's theme wise override definitions and variables */
|
|
32
|
+
/*! TreeView's material theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
38
33
|
@keyframes tbar-popup-shadow {
|
|
39
34
|
0% {
|
|
40
35
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -226,7 +221,6 @@
|
|
|
226
221
|
content: "\e614";
|
|
227
222
|
}
|
|
228
223
|
|
|
229
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
230
224
|
ejs-filemanager {
|
|
231
225
|
display: block;
|
|
232
226
|
}
|
|
@@ -257,7 +251,7 @@ ejs-filemanager {
|
|
|
257
251
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
258
252
|
border: 0;
|
|
259
253
|
box-shadow: none;
|
|
260
|
-
font-weight:
|
|
254
|
+
font-weight: 400;
|
|
261
255
|
height: calc(100% - 10px);
|
|
262
256
|
padding: 0;
|
|
263
257
|
}
|
|
@@ -462,7 +456,7 @@ ejs-filemanager {
|
|
|
462
456
|
visibility: visible;
|
|
463
457
|
}
|
|
464
458
|
.e-filemanager .e-grid .e-content {
|
|
465
|
-
overflow-y: auto !important;
|
|
459
|
+
overflow-y: auto !important;
|
|
466
460
|
}
|
|
467
461
|
.e-filemanager .e-grid .e-content .e-table {
|
|
468
462
|
border-spacing: 0;
|
|
@@ -505,7 +499,7 @@ ejs-filemanager {
|
|
|
505
499
|
text-align: center;
|
|
506
500
|
}
|
|
507
501
|
.e-filemanager .e-grid .e-gridpopup {
|
|
508
|
-
display: none !important;
|
|
502
|
+
display: none !important;
|
|
509
503
|
}
|
|
510
504
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
511
505
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -571,10 +565,10 @@ ejs-filemanager {
|
|
|
571
565
|
width: 18px;
|
|
572
566
|
}
|
|
573
567
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
574
|
-
padding-right: 0 !important;
|
|
568
|
+
padding-right: 0 !important;
|
|
575
569
|
}
|
|
576
570
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
577
|
-
padding-left: 0 !important;
|
|
571
|
+
padding-left: 0 !important;
|
|
578
572
|
}
|
|
579
573
|
.e-filemanager .e-large-icons {
|
|
580
574
|
float: left;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/material-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/material-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/material-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/material-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/material-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/material-definition.scss';
|
|
14
|
-
@import 'material-definition.scss';
|
|
15
|
-
@import 'icons/material.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/material.scss';
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
-
/* stylelint-disable-line no-empty-source */
|
|
4
2
|
.e-upload .e-upload-actions,
|
|
5
3
|
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
6
4
|
background-color: #232e3e;
|
|
7
5
|
border-radius: 0 0 6px 6px;
|
|
8
6
|
}
|
|
9
7
|
|
|
10
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
11
8
|
@keyframes material-spinner-rotate {
|
|
12
9
|
0% {
|
|
13
10
|
transform: rotate(0);
|
|
@@ -24,9 +21,7 @@
|
|
|
24
21
|
transform: rotate(360deg);
|
|
25
22
|
}
|
|
26
23
|
}
|
|
27
|
-
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
28
|
-
/* stylelint-disable */
|
|
29
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
24
|
+
/*! TreeView's tailwind theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
30
25
|
.e-filemanager .e-fe-icon,
|
|
31
26
|
.e-filemanager .e-list-icon {
|
|
32
27
|
background-repeat: no-repeat;
|
|
@@ -208,7 +203,6 @@
|
|
|
208
203
|
content: "\e774";
|
|
209
204
|
}
|
|
210
205
|
|
|
211
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
212
206
|
ejs-filemanager {
|
|
213
207
|
display: block;
|
|
214
208
|
}
|
|
@@ -239,7 +233,7 @@ ejs-filemanager {
|
|
|
239
233
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
240
234
|
border: 0;
|
|
241
235
|
box-shadow: none;
|
|
242
|
-
font-weight:
|
|
236
|
+
font-weight: 400;
|
|
243
237
|
height: calc(100% - 10px);
|
|
244
238
|
padding: 0;
|
|
245
239
|
}
|
|
@@ -446,7 +440,7 @@ ejs-filemanager {
|
|
|
446
440
|
visibility: visible;
|
|
447
441
|
}
|
|
448
442
|
.e-filemanager .e-grid .e-content {
|
|
449
|
-
overflow-y: auto !important;
|
|
443
|
+
overflow-y: auto !important;
|
|
450
444
|
}
|
|
451
445
|
.e-filemanager .e-grid .e-content .e-table {
|
|
452
446
|
border-spacing: 0;
|
|
@@ -497,7 +491,7 @@ ejs-filemanager {
|
|
|
497
491
|
text-align: center;
|
|
498
492
|
}
|
|
499
493
|
.e-filemanager .e-grid .e-gridpopup {
|
|
500
|
-
display: none !important;
|
|
494
|
+
display: none !important;
|
|
501
495
|
}
|
|
502
496
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
503
497
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -550,10 +544,10 @@ ejs-filemanager {
|
|
|
550
544
|
width: 20px;
|
|
551
545
|
}
|
|
552
546
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
553
|
-
padding-right: 0 !important;
|
|
547
|
+
padding-right: 0 !important;
|
|
554
548
|
}
|
|
555
549
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
556
|
-
padding-left: 0 !important;
|
|
550
|
+
padding-left: 0 !important;
|
|
557
551
|
}
|
|
558
552
|
.e-filemanager .e-large-icons {
|
|
559
553
|
float: left;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'tailwind-dark-definition.scss';
|
|
15
|
-
@import 'icons/tailwind-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/tailwind-dark.scss';
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
-
/* stylelint-disable-line no-empty-source */
|
|
4
2
|
.e-upload .e-upload-actions,
|
|
5
3
|
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
6
4
|
background-color: #f9fafb;
|
|
7
5
|
border-radius: 0 0 6px 6px;
|
|
8
6
|
}
|
|
9
7
|
|
|
10
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
11
8
|
@keyframes material-spinner-rotate {
|
|
12
9
|
0% {
|
|
13
10
|
transform: rotate(0);
|
|
@@ -24,9 +21,7 @@
|
|
|
24
21
|
transform: rotate(360deg);
|
|
25
22
|
}
|
|
26
23
|
}
|
|
27
|
-
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
28
|
-
/* stylelint-disable */
|
|
29
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
24
|
+
/*! TreeView's tailwind theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
30
25
|
.e-filemanager .e-fe-icon,
|
|
31
26
|
.e-filemanager .e-list-icon {
|
|
32
27
|
background-repeat: no-repeat;
|
|
@@ -208,7 +203,6 @@
|
|
|
208
203
|
content: "\e774";
|
|
209
204
|
}
|
|
210
205
|
|
|
211
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
212
206
|
ejs-filemanager {
|
|
213
207
|
display: block;
|
|
214
208
|
}
|
|
@@ -239,7 +233,7 @@ ejs-filemanager {
|
|
|
239
233
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
240
234
|
border: 0;
|
|
241
235
|
box-shadow: none;
|
|
242
|
-
font-weight:
|
|
236
|
+
font-weight: 400;
|
|
243
237
|
height: calc(100% - 10px);
|
|
244
238
|
padding: 0;
|
|
245
239
|
}
|
|
@@ -446,7 +440,7 @@ ejs-filemanager {
|
|
|
446
440
|
visibility: visible;
|
|
447
441
|
}
|
|
448
442
|
.e-filemanager .e-grid .e-content {
|
|
449
|
-
overflow-y: auto !important;
|
|
443
|
+
overflow-y: auto !important;
|
|
450
444
|
}
|
|
451
445
|
.e-filemanager .e-grid .e-content .e-table {
|
|
452
446
|
border-spacing: 0;
|
|
@@ -497,7 +491,7 @@ ejs-filemanager {
|
|
|
497
491
|
text-align: center;
|
|
498
492
|
}
|
|
499
493
|
.e-filemanager .e-grid .e-gridpopup {
|
|
500
|
-
display: none !important;
|
|
494
|
+
display: none !important;
|
|
501
495
|
}
|
|
502
496
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
503
497
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -550,10 +544,10 @@ ejs-filemanager {
|
|
|
550
544
|
width: 20px;
|
|
551
545
|
}
|
|
552
546
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
553
|
-
padding-right: 0 !important;
|
|
547
|
+
padding-right: 0 !important;
|
|
554
548
|
}
|
|
555
549
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
556
|
-
padding-left: 0 !important;
|
|
550
|
+
padding-left: 0 !important;
|
|
557
551
|
}
|
|
558
552
|
.e-filemanager .e-large-icons {
|
|
559
553
|
float: left;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/tailwind-definition.scss';
|
|
14
|
-
@import 'tailwind-definition.scss';
|
|
15
|
-
@import 'icons/tailwind.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/tailwind.scss';
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
1
|
.e-upload .e-upload-actions,
|
|
4
2
|
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
5
3
|
background-color: transparent;
|
|
6
4
|
border-radius: 0 0 6px 6px;
|
|
7
5
|
}
|
|
8
6
|
|
|
9
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
10
7
|
@keyframes material-spinner-rotate {
|
|
11
8
|
0% {
|
|
12
9
|
transform: rotate(0);
|
|
@@ -23,9 +20,7 @@
|
|
|
23
20
|
transform: rotate(360deg);
|
|
24
21
|
}
|
|
25
22
|
}
|
|
26
|
-
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
27
|
-
/* stylelint-disable */
|
|
28
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
29
24
|
.e-filemanager .e-fe-icon,
|
|
30
25
|
.e-filemanager .e-list-icon {
|
|
31
26
|
background-repeat: no-repeat;
|
|
@@ -207,7 +202,6 @@
|
|
|
207
202
|
content: "\e774";
|
|
208
203
|
}
|
|
209
204
|
|
|
210
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
211
205
|
ejs-filemanager {
|
|
212
206
|
display: block;
|
|
213
207
|
}
|
|
@@ -238,7 +232,7 @@ ejs-filemanager {
|
|
|
238
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
233
|
border: 0;
|
|
240
234
|
box-shadow: none;
|
|
241
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
242
236
|
height: calc(100% - 18px);
|
|
243
237
|
padding: 0;
|
|
244
238
|
}
|
|
@@ -447,7 +441,7 @@ ejs-filemanager {
|
|
|
447
441
|
font-size: 10px;
|
|
448
442
|
}
|
|
449
443
|
.e-filemanager .e-grid .e-content {
|
|
450
|
-
overflow-y: auto !important;
|
|
444
|
+
overflow-y: auto !important;
|
|
451
445
|
}
|
|
452
446
|
.e-filemanager .e-grid .e-content .e-table {
|
|
453
447
|
border-spacing: 0;
|
|
@@ -491,7 +485,7 @@ ejs-filemanager {
|
|
|
491
485
|
text-align: center;
|
|
492
486
|
}
|
|
493
487
|
.e-filemanager .e-grid .e-gridpopup {
|
|
494
|
-
display: none !important;
|
|
488
|
+
display: none !important;
|
|
495
489
|
}
|
|
496
490
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
497
491
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -548,10 +542,10 @@ ejs-filemanager {
|
|
|
548
542
|
width: 20px;
|
|
549
543
|
}
|
|
550
544
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
551
|
-
padding-right: 0 !important;
|
|
545
|
+
padding-right: 0 !important;
|
|
552
546
|
}
|
|
553
547
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-left: 0 !important;
|
|
548
|
+
padding-left: 0 !important;
|
|
555
549
|
}
|
|
556
550
|
.e-filemanager .e-large-icons {
|
|
557
551
|
float: left;
|
package/styles/fluent.css
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
1
|
.e-upload .e-upload-actions,
|
|
4
2
|
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
5
3
|
background-color: transparent;
|
|
6
4
|
border-radius: 0 0 6px 6px;
|
|
7
5
|
}
|
|
8
6
|
|
|
9
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
10
7
|
@keyframes material-spinner-rotate {
|
|
11
8
|
0% {
|
|
12
9
|
transform: rotate(0);
|
|
@@ -23,9 +20,7 @@
|
|
|
23
20
|
transform: rotate(360deg);
|
|
24
21
|
}
|
|
25
22
|
}
|
|
26
|
-
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
27
|
-
/* stylelint-disable */
|
|
28
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
29
24
|
.e-filemanager .e-fe-icon,
|
|
30
25
|
.e-filemanager .e-list-icon {
|
|
31
26
|
background-repeat: no-repeat;
|
|
@@ -207,7 +202,6 @@
|
|
|
207
202
|
content: "\e774";
|
|
208
203
|
}
|
|
209
204
|
|
|
210
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
211
205
|
ejs-filemanager {
|
|
212
206
|
display: block;
|
|
213
207
|
}
|
|
@@ -238,7 +232,7 @@ ejs-filemanager {
|
|
|
238
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
233
|
border: 0;
|
|
240
234
|
box-shadow: none;
|
|
241
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
242
236
|
height: calc(100% - 18px);
|
|
243
237
|
padding: 0;
|
|
244
238
|
}
|
|
@@ -447,7 +441,7 @@ ejs-filemanager {
|
|
|
447
441
|
font-size: 10px;
|
|
448
442
|
}
|
|
449
443
|
.e-filemanager .e-grid .e-content {
|
|
450
|
-
overflow-y: auto !important;
|
|
444
|
+
overflow-y: auto !important;
|
|
451
445
|
}
|
|
452
446
|
.e-filemanager .e-grid .e-content .e-table {
|
|
453
447
|
border-spacing: 0;
|
|
@@ -491,7 +485,7 @@ ejs-filemanager {
|
|
|
491
485
|
text-align: center;
|
|
492
486
|
}
|
|
493
487
|
.e-filemanager .e-grid .e-gridpopup {
|
|
494
|
-
display: none !important;
|
|
488
|
+
display: none !important;
|
|
495
489
|
}
|
|
496
490
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
497
491
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -548,10 +542,10 @@ ejs-filemanager {
|
|
|
548
542
|
width: 20px;
|
|
549
543
|
}
|
|
550
544
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
551
|
-
padding-right: 0 !important;
|
|
545
|
+
padding-right: 0 !important;
|
|
552
546
|
}
|
|
553
547
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-left: 0 !important;
|
|
548
|
+
padding-left: 0 !important;
|
|
555
549
|
}
|
|
556
550
|
.e-filemanager .e-large-icons {
|
|
557
551
|
float: left;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -17,7 +14,6 @@
|
|
|
17
14
|
transform: rotate(360deg);
|
|
18
15
|
}
|
|
19
16
|
}
|
|
20
|
-
/* stylelint-disable */
|
|
21
17
|
/*! FileManager's highcontrast theme wise override definitions and variables */
|
|
22
18
|
.e-filemanager .e-fe-icon,
|
|
23
19
|
.e-filemanager .e-list-icon {
|
|
@@ -200,7 +196,6 @@
|
|
|
200
196
|
content: "\e614";
|
|
201
197
|
}
|
|
202
198
|
|
|
203
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
204
199
|
ejs-filemanager {
|
|
205
200
|
display: block;
|
|
206
201
|
}
|
|
@@ -231,7 +226,7 @@ ejs-filemanager {
|
|
|
231
226
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
227
|
border: 0;
|
|
233
228
|
box-shadow: none;
|
|
234
|
-
font-weight:
|
|
229
|
+
font-weight: 400;
|
|
235
230
|
height: inherit;
|
|
236
231
|
padding: 0;
|
|
237
232
|
}
|
|
@@ -435,7 +430,7 @@ ejs-filemanager {
|
|
|
435
430
|
visibility: visible;
|
|
436
431
|
}
|
|
437
432
|
.e-filemanager .e-grid .e-content {
|
|
438
|
-
overflow-y: auto !important;
|
|
433
|
+
overflow-y: auto !important;
|
|
439
434
|
}
|
|
440
435
|
.e-filemanager .e-grid .e-content .e-table {
|
|
441
436
|
border-spacing: 0;
|
|
@@ -478,7 +473,7 @@ ejs-filemanager {
|
|
|
478
473
|
text-align: center;
|
|
479
474
|
}
|
|
480
475
|
.e-filemanager .e-grid .e-gridpopup {
|
|
481
|
-
display: none !important;
|
|
476
|
+
display: none !important;
|
|
482
477
|
}
|
|
483
478
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
484
479
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -544,10 +539,10 @@ ejs-filemanager {
|
|
|
544
539
|
width: 18px;
|
|
545
540
|
}
|
|
546
541
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
547
|
-
padding-right: 0 !important;
|
|
542
|
+
padding-right: 0 !important;
|
|
548
543
|
}
|
|
549
544
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
550
|
-
padding-left: 0 !important;
|
|
545
|
+
padding-left: 0 !important;
|
|
551
546
|
}
|
|
552
547
|
.e-filemanager .e-large-icons {
|
|
553
548
|
float: left;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -17,9 +14,7 @@
|
|
|
17
14
|
transform: rotate(360deg);
|
|
18
15
|
}
|
|
19
16
|
}
|
|
20
|
-
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
21
|
-
/* stylelint-disable */
|
|
22
|
-
/*! FileManager's highcontrast theme wise override definitions and variables */
|
|
17
|
+
/*! TreeView's high contrast theme wise override definitions and variables */ /*! FileManager's highcontrast theme wise override definitions and variables */
|
|
23
18
|
.e-filemanager .e-fe-icon,
|
|
24
19
|
.e-filemanager .e-list-icon {
|
|
25
20
|
background-repeat: no-repeat;
|
|
@@ -197,7 +192,6 @@
|
|
|
197
192
|
content: "\e614";
|
|
198
193
|
}
|
|
199
194
|
|
|
200
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
201
195
|
ejs-filemanager {
|
|
202
196
|
display: block;
|
|
203
197
|
}
|
|
@@ -228,7 +222,7 @@ ejs-filemanager {
|
|
|
228
222
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
229
223
|
border: 0;
|
|
230
224
|
box-shadow: none;
|
|
231
|
-
font-weight:
|
|
225
|
+
font-weight: 400;
|
|
232
226
|
height: inherit;
|
|
233
227
|
padding: 0;
|
|
234
228
|
}
|
|
@@ -432,7 +426,7 @@ ejs-filemanager {
|
|
|
432
426
|
visibility: visible;
|
|
433
427
|
}
|
|
434
428
|
.e-filemanager .e-grid .e-content {
|
|
435
|
-
overflow-y: auto !important;
|
|
429
|
+
overflow-y: auto !important;
|
|
436
430
|
}
|
|
437
431
|
.e-filemanager .e-grid .e-content .e-table {
|
|
438
432
|
border-spacing: 0;
|
|
@@ -475,7 +469,7 @@ ejs-filemanager {
|
|
|
475
469
|
text-align: center;
|
|
476
470
|
}
|
|
477
471
|
.e-filemanager .e-grid .e-gridpopup {
|
|
478
|
-
display: none !important;
|
|
472
|
+
display: none !important;
|
|
479
473
|
}
|
|
480
474
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
481
475
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -541,10 +535,10 @@ ejs-filemanager {
|
|
|
541
535
|
width: 18px;
|
|
542
536
|
}
|
|
543
537
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
544
|
-
padding-right: 0 !important;
|
|
538
|
+
padding-right: 0 !important;
|
|
545
539
|
}
|
|
546
540
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
547
|
-
padding-left: 0 !important;
|
|
541
|
+
padding-left: 0 !important;
|
|
548
542
|
}
|
|
549
543
|
.e-filemanager .e-large-icons {
|
|
550
544
|
float: left;
|
package/styles/material-dark.css
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
6
5
|
transform: scale(4);
|
|
7
6
|
}
|
|
8
7
|
}
|
|
9
|
-
/* stylelint-disable-line no-empty-source */
|
|
10
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
11
8
|
@keyframes material-spinner-rotate {
|
|
12
9
|
0% {
|
|
13
10
|
transform: rotate(0deg);
|
|
@@ -24,7 +21,6 @@
|
|
|
24
21
|
transform: rotate(360deg);
|
|
25
22
|
}
|
|
26
23
|
}
|
|
27
|
-
/* stylelint-disable */
|
|
28
24
|
@keyframes tbar-popup-shadow {
|
|
29
25
|
0% {
|
|
30
26
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -216,7 +212,6 @@
|
|
|
216
212
|
content: "\e614";
|
|
217
213
|
}
|
|
218
214
|
|
|
219
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
220
215
|
ejs-filemanager {
|
|
221
216
|
display: block;
|
|
222
217
|
}
|
|
@@ -247,7 +242,7 @@ ejs-filemanager {
|
|
|
247
242
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
248
243
|
border: 0;
|
|
249
244
|
box-shadow: none;
|
|
250
|
-
font-weight:
|
|
245
|
+
font-weight: 400;
|
|
251
246
|
height: calc(100% - 10px);
|
|
252
247
|
padding: 0;
|
|
253
248
|
}
|
|
@@ -455,7 +450,7 @@ ejs-filemanager {
|
|
|
455
450
|
visibility: visible;
|
|
456
451
|
}
|
|
457
452
|
.e-filemanager .e-grid .e-content {
|
|
458
|
-
overflow-y: auto !important;
|
|
453
|
+
overflow-y: auto !important;
|
|
459
454
|
}
|
|
460
455
|
.e-filemanager .e-grid .e-content .e-table {
|
|
461
456
|
border-spacing: 0;
|
|
@@ -498,7 +493,7 @@ ejs-filemanager {
|
|
|
498
493
|
text-align: center;
|
|
499
494
|
}
|
|
500
495
|
.e-filemanager .e-grid .e-gridpopup {
|
|
501
|
-
display: none !important;
|
|
496
|
+
display: none !important;
|
|
502
497
|
}
|
|
503
498
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
504
499
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -564,10 +559,10 @@ ejs-filemanager {
|
|
|
564
559
|
width: 18px;
|
|
565
560
|
}
|
|
566
561
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
567
|
-
padding-right: 0 !important;
|
|
562
|
+
padding-right: 0 !important;
|
|
568
563
|
}
|
|
569
564
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
570
|
-
padding-left: 0 !important;
|
|
565
|
+
padding-left: 0 !important;
|
|
571
566
|
}
|
|
572
567
|
.e-filemanager .e-large-icons {
|
|
573
568
|
float: left;
|
package/styles/material.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -14,8 +13,6 @@
|
|
|
14
13
|
transform: translate3d(0, 0, 0) scale(1);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
/* stylelint-disable-line no-empty-source */
|
|
18
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
19
16
|
@keyframes material-spinner-rotate {
|
|
20
17
|
0% {
|
|
21
18
|
transform: rotate(0deg);
|
|
@@ -32,9 +29,7 @@
|
|
|
32
29
|
transform: rotate(360deg);
|
|
33
30
|
}
|
|
34
31
|
}
|
|
35
|
-
/*! TreeView's material theme wise override definitions and variables */
|
|
36
|
-
/* stylelint-disable */
|
|
37
|
-
/*! component's theme wise override definitions and variables */
|
|
32
|
+
/*! TreeView's material theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
38
33
|
@keyframes tbar-popup-shadow {
|
|
39
34
|
0% {
|
|
40
35
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -226,7 +221,6 @@
|
|
|
226
221
|
content: "\e614";
|
|
227
222
|
}
|
|
228
223
|
|
|
229
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
230
224
|
ejs-filemanager {
|
|
231
225
|
display: block;
|
|
232
226
|
}
|
|
@@ -257,7 +251,7 @@ ejs-filemanager {
|
|
|
257
251
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
258
252
|
border: 0;
|
|
259
253
|
box-shadow: none;
|
|
260
|
-
font-weight:
|
|
254
|
+
font-weight: 400;
|
|
261
255
|
height: calc(100% - 10px);
|
|
262
256
|
padding: 0;
|
|
263
257
|
}
|
|
@@ -462,7 +456,7 @@ ejs-filemanager {
|
|
|
462
456
|
visibility: visible;
|
|
463
457
|
}
|
|
464
458
|
.e-filemanager .e-grid .e-content {
|
|
465
|
-
overflow-y: auto !important;
|
|
459
|
+
overflow-y: auto !important;
|
|
466
460
|
}
|
|
467
461
|
.e-filemanager .e-grid .e-content .e-table {
|
|
468
462
|
border-spacing: 0;
|
|
@@ -505,7 +499,7 @@ ejs-filemanager {
|
|
|
505
499
|
text-align: center;
|
|
506
500
|
}
|
|
507
501
|
.e-filemanager .e-grid .e-gridpopup {
|
|
508
|
-
display: none !important;
|
|
502
|
+
display: none !important;
|
|
509
503
|
}
|
|
510
504
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
511
505
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -571,10 +565,10 @@ ejs-filemanager {
|
|
|
571
565
|
width: 18px;
|
|
572
566
|
}
|
|
573
567
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
574
|
-
padding-right: 0 !important;
|
|
568
|
+
padding-right: 0 !important;
|
|
575
569
|
}
|
|
576
570
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
577
|
-
padding-left: 0 !important;
|
|
571
|
+
padding-left: 0 !important;
|
|
578
572
|
}
|
|
579
573
|
.e-filemanager .e-large-icons {
|
|
580
574
|
float: left;
|