@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,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: #282d31;
|
|
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,11 +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
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
29
|
-
/* stylelint-disable */
|
|
30
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
31
24
|
.e-filemanager .e-fe-icon,
|
|
32
25
|
.e-filemanager .e-list-icon {
|
|
33
26
|
background-repeat: no-repeat;
|
|
@@ -209,7 +202,6 @@
|
|
|
209
202
|
content: "\e774";
|
|
210
203
|
}
|
|
211
204
|
|
|
212
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
213
205
|
ejs-filemanager {
|
|
214
206
|
display: block;
|
|
215
207
|
}
|
|
@@ -240,7 +232,7 @@ ejs-filemanager {
|
|
|
240
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
233
|
border: 0;
|
|
242
234
|
box-shadow: none;
|
|
243
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
244
236
|
height: calc(100% - 10px);
|
|
245
237
|
padding: 0;
|
|
246
238
|
}
|
|
@@ -450,7 +442,7 @@ ejs-filemanager {
|
|
|
450
442
|
visibility: visible;
|
|
451
443
|
}
|
|
452
444
|
.e-filemanager .e-grid .e-content {
|
|
453
|
-
overflow-y: auto !important;
|
|
445
|
+
overflow-y: auto !important;
|
|
454
446
|
}
|
|
455
447
|
.e-filemanager .e-grid .e-content .e-table {
|
|
456
448
|
border-spacing: 0;
|
|
@@ -494,7 +486,7 @@ ejs-filemanager {
|
|
|
494
486
|
text-align: center;
|
|
495
487
|
}
|
|
496
488
|
.e-filemanager .e-grid .e-gridpopup {
|
|
497
|
-
display: none !important;
|
|
489
|
+
display: none !important;
|
|
498
490
|
}
|
|
499
491
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
500
492
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -551,10 +543,10 @@ ejs-filemanager {
|
|
|
551
543
|
width: 20px;
|
|
552
544
|
}
|
|
553
545
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-right: 0 !important;
|
|
546
|
+
padding-right: 0 !important;
|
|
555
547
|
}
|
|
556
548
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
557
|
-
padding-left: 0 !important;
|
|
549
|
+
padding-left: 0 !important;
|
|
558
550
|
}
|
|
559
551
|
.e-filemanager .e-large-icons {
|
|
560
552
|
float: left;
|
package/styles/bootstrap5.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: #f8f9fa;
|
|
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,11 +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
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
29
|
-
/* stylelint-disable */
|
|
30
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
31
24
|
.e-filemanager .e-fe-icon,
|
|
32
25
|
.e-filemanager .e-list-icon {
|
|
33
26
|
background-repeat: no-repeat;
|
|
@@ -209,7 +202,6 @@
|
|
|
209
202
|
content: "\e774";
|
|
210
203
|
}
|
|
211
204
|
|
|
212
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
213
205
|
ejs-filemanager {
|
|
214
206
|
display: block;
|
|
215
207
|
}
|
|
@@ -240,7 +232,7 @@ ejs-filemanager {
|
|
|
240
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
233
|
border: 0;
|
|
242
234
|
box-shadow: none;
|
|
243
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
244
236
|
height: calc(100% - 10px);
|
|
245
237
|
padding: 0;
|
|
246
238
|
}
|
|
@@ -450,7 +442,7 @@ ejs-filemanager {
|
|
|
450
442
|
visibility: visible;
|
|
451
443
|
}
|
|
452
444
|
.e-filemanager .e-grid .e-content {
|
|
453
|
-
overflow-y: auto !important;
|
|
445
|
+
overflow-y: auto !important;
|
|
454
446
|
}
|
|
455
447
|
.e-filemanager .e-grid .e-content .e-table {
|
|
456
448
|
border-spacing: 0;
|
|
@@ -494,7 +486,7 @@ ejs-filemanager {
|
|
|
494
486
|
text-align: center;
|
|
495
487
|
}
|
|
496
488
|
.e-filemanager .e-grid .e-gridpopup {
|
|
497
|
-
display: none !important;
|
|
489
|
+
display: none !important;
|
|
498
490
|
}
|
|
499
491
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
500
492
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -551,10 +543,10 @@ ejs-filemanager {
|
|
|
551
543
|
width: 20px;
|
|
552
544
|
}
|
|
553
545
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-right: 0 !important;
|
|
546
|
+
padding-right: 0 !important;
|
|
555
547
|
}
|
|
556
548
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
557
|
-
padding-left: 0 !important;
|
|
549
|
+
padding-left: 0 !important;
|
|
558
550
|
}
|
|
559
551
|
.e-filemanager .e-large-icons {
|
|
560
552
|
float: left;
|
package/styles/fabric-dark.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,7 +14,6 @@
|
|
|
17
14
|
transform: rotate(360deg);
|
|
18
15
|
}
|
|
19
16
|
}
|
|
20
|
-
/* stylelint-disable */
|
|
21
17
|
/*! FileManager's fabric theme wise override definitions and variables */
|
|
22
18
|
.e-filemanager .e-fe-icon,
|
|
23
19
|
.e-filemanager .e-list-icon {
|
|
@@ -196,7 +192,6 @@
|
|
|
196
192
|
content: "\e614";
|
|
197
193
|
}
|
|
198
194
|
|
|
199
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
200
195
|
ejs-filemanager {
|
|
201
196
|
display: block;
|
|
202
197
|
}
|
|
@@ -227,7 +222,7 @@ ejs-filemanager {
|
|
|
227
222
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
228
223
|
border: 0;
|
|
229
224
|
box-shadow: none;
|
|
230
|
-
font-weight:
|
|
225
|
+
font-weight: 400;
|
|
231
226
|
height: inherit;
|
|
232
227
|
padding: 0;
|
|
233
228
|
}
|
|
@@ -431,7 +426,7 @@ ejs-filemanager {
|
|
|
431
426
|
visibility: visible;
|
|
432
427
|
}
|
|
433
428
|
.e-filemanager .e-grid .e-content {
|
|
434
|
-
overflow-y: auto !important;
|
|
429
|
+
overflow-y: auto !important;
|
|
435
430
|
}
|
|
436
431
|
.e-filemanager .e-grid .e-content .e-table {
|
|
437
432
|
border-spacing: 0;
|
|
@@ -474,7 +469,7 @@ ejs-filemanager {
|
|
|
474
469
|
text-align: center;
|
|
475
470
|
}
|
|
476
471
|
.e-filemanager .e-grid .e-gridpopup {
|
|
477
|
-
display: none !important;
|
|
472
|
+
display: none !important;
|
|
478
473
|
}
|
|
479
474
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
480
475
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -540,10 +535,10 @@ ejs-filemanager {
|
|
|
540
535
|
width: 18px;
|
|
541
536
|
}
|
|
542
537
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
543
|
-
padding-right: 0 !important;
|
|
538
|
+
padding-right: 0 !important;
|
|
544
539
|
}
|
|
545
540
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
546
|
-
padding-left: 0 !important;
|
|
541
|
+
padding-left: 0 !important;
|
|
547
542
|
}
|
|
548
543
|
.e-filemanager .e-large-icons {
|
|
549
544
|
float: left;
|
package/styles/fabric.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 fabric theme wise override definitions and variables */
|
|
21
|
-
/* stylelint-disable */
|
|
22
|
-
/*! FileManager's fabric theme wise override definitions and variables */
|
|
17
|
+
/*! TreeView's fabric theme wise override definitions and variables */ /*! FileManager's fabric 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;
|
|
@@ -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 bootstrap 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: calc(100% - 2px);
|
|
236
231
|
padding: 1px 2.5px;
|
|
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;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/bootstrap-dark.scss';
|
|
@@ -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 bootstrap theme wise override definitions and variables */
|
|
21
|
-
/* stylelint-disable */
|
|
22
|
-
/*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap theme wise override definitions and variables */
|
|
17
|
+
/*! TreeView's bootstrap theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap 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;
|
|
@@ -201,7 +196,6 @@
|
|
|
201
196
|
content: "\e614";
|
|
202
197
|
}
|
|
203
198
|
|
|
204
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
205
199
|
ejs-filemanager {
|
|
206
200
|
display: block;
|
|
207
201
|
}
|
|
@@ -232,7 +226,7 @@ ejs-filemanager {
|
|
|
232
226
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
233
227
|
border: 0;
|
|
234
228
|
box-shadow: none;
|
|
235
|
-
font-weight:
|
|
229
|
+
font-weight: 400;
|
|
236
230
|
height: calc(100% - 2px);
|
|
237
231
|
padding: 1px 2.5px;
|
|
238
232
|
}
|
|
@@ -436,7 +430,7 @@ ejs-filemanager {
|
|
|
436
430
|
visibility: visible;
|
|
437
431
|
}
|
|
438
432
|
.e-filemanager .e-grid .e-content {
|
|
439
|
-
overflow-y: auto !important;
|
|
433
|
+
overflow-y: auto !important;
|
|
440
434
|
}
|
|
441
435
|
.e-filemanager .e-grid .e-content .e-table {
|
|
442
436
|
border-spacing: 0;
|
|
@@ -479,7 +473,7 @@ ejs-filemanager {
|
|
|
479
473
|
text-align: center;
|
|
480
474
|
}
|
|
481
475
|
.e-filemanager .e-grid .e-gridpopup {
|
|
482
|
-
display: none !important;
|
|
476
|
+
display: none !important;
|
|
483
477
|
}
|
|
484
478
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
485
479
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -545,10 +539,10 @@ ejs-filemanager {
|
|
|
545
539
|
width: 18px;
|
|
546
540
|
}
|
|
547
541
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
548
|
-
padding-right: 0 !important;
|
|
542
|
+
padding-right: 0 !important;
|
|
549
543
|
}
|
|
550
544
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
551
|
-
padding-left: 0 !important;
|
|
545
|
+
padding-left: 0 !important;
|
|
552
546
|
}
|
|
553
547
|
.e-filemanager .e-large-icons {
|
|
554
548
|
float: left;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/bootstrap-definition.scss';
|
|
14
|
-
@import 'bootstrap-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/bootstrap.scss';
|
|
@@ -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 bootstrap 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: "\e718";
|
|
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: calc(100% - 2px);
|
|
236
231
|
padding: 1px 2.5px;
|
|
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;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/bootstrap4-definition.scss';
|
|
14
|
-
@import 'bootstrap4-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap4.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/bootstrap4.scss';
|
|
@@ -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: #282d31;
|
|
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,11 +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
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
29
|
-
/* stylelint-disable */
|
|
30
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
31
24
|
.e-filemanager .e-fe-icon,
|
|
32
25
|
.e-filemanager .e-list-icon {
|
|
33
26
|
background-repeat: no-repeat;
|
|
@@ -209,7 +202,6 @@
|
|
|
209
202
|
content: "\e774";
|
|
210
203
|
}
|
|
211
204
|
|
|
212
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
213
205
|
ejs-filemanager {
|
|
214
206
|
display: block;
|
|
215
207
|
}
|
|
@@ -240,7 +232,7 @@ ejs-filemanager {
|
|
|
240
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
233
|
border: 0;
|
|
242
234
|
box-shadow: none;
|
|
243
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
244
236
|
height: calc(100% - 10px);
|
|
245
237
|
padding: 0;
|
|
246
238
|
}
|
|
@@ -450,7 +442,7 @@ ejs-filemanager {
|
|
|
450
442
|
visibility: visible;
|
|
451
443
|
}
|
|
452
444
|
.e-filemanager .e-grid .e-content {
|
|
453
|
-
overflow-y: auto !important;
|
|
445
|
+
overflow-y: auto !important;
|
|
454
446
|
}
|
|
455
447
|
.e-filemanager .e-grid .e-content .e-table {
|
|
456
448
|
border-spacing: 0;
|
|
@@ -494,7 +486,7 @@ ejs-filemanager {
|
|
|
494
486
|
text-align: center;
|
|
495
487
|
}
|
|
496
488
|
.e-filemanager .e-grid .e-gridpopup {
|
|
497
|
-
display: none !important;
|
|
489
|
+
display: none !important;
|
|
498
490
|
}
|
|
499
491
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
500
492
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -551,10 +543,10 @@ ejs-filemanager {
|
|
|
551
543
|
width: 20px;
|
|
552
544
|
}
|
|
553
545
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-right: 0 !important;
|
|
546
|
+
padding-right: 0 !important;
|
|
555
547
|
}
|
|
556
548
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
557
|
-
padding-left: 0 !important;
|
|
549
|
+
padding-left: 0 !important;
|
|
558
550
|
}
|
|
559
551
|
.e-filemanager .e-large-icons {
|
|
560
552
|
float: left;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/uploader/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-layouts/styles/splitter/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-grids/styles/grid/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-filemanager/styles/file-manager/bootstrap5-dark.scss';
|
|
@@ -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: #f8f9fa;
|
|
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,11 +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
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
29
|
-
/* stylelint-disable */
|
|
30
|
-
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
23
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
|
|
31
24
|
.e-filemanager .e-fe-icon,
|
|
32
25
|
.e-filemanager .e-list-icon {
|
|
33
26
|
background-repeat: no-repeat;
|
|
@@ -209,7 +202,6 @@
|
|
|
209
202
|
content: "\e774";
|
|
210
203
|
}
|
|
211
204
|
|
|
212
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
213
205
|
ejs-filemanager {
|
|
214
206
|
display: block;
|
|
215
207
|
}
|
|
@@ -240,7 +232,7 @@ ejs-filemanager {
|
|
|
240
232
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
233
|
border: 0;
|
|
242
234
|
box-shadow: none;
|
|
243
|
-
font-weight:
|
|
235
|
+
font-weight: 400;
|
|
244
236
|
height: calc(100% - 10px);
|
|
245
237
|
padding: 0;
|
|
246
238
|
}
|
|
@@ -450,7 +442,7 @@ ejs-filemanager {
|
|
|
450
442
|
visibility: visible;
|
|
451
443
|
}
|
|
452
444
|
.e-filemanager .e-grid .e-content {
|
|
453
|
-
overflow-y: auto !important;
|
|
445
|
+
overflow-y: auto !important;
|
|
454
446
|
}
|
|
455
447
|
.e-filemanager .e-grid .e-content .e-table {
|
|
456
448
|
border-spacing: 0;
|
|
@@ -494,7 +486,7 @@ ejs-filemanager {
|
|
|
494
486
|
text-align: center;
|
|
495
487
|
}
|
|
496
488
|
.e-filemanager .e-grid .e-gridpopup {
|
|
497
|
-
display: none !important;
|
|
489
|
+
display: none !important;
|
|
498
490
|
}
|
|
499
491
|
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
|
500
492
|
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
|
@@ -551,10 +543,10 @@ ejs-filemanager {
|
|
|
551
543
|
width: 20px;
|
|
552
544
|
}
|
|
553
545
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
|
554
|
-
padding-right: 0 !important;
|
|
546
|
+
padding-right: 0 !important;
|
|
555
547
|
}
|
|
556
548
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
557
|
-
padding-left: 0 !important;
|
|
549
|
+
padding-left: 0 !important;
|
|
558
550
|
}
|
|
559
551
|
.e-filemanager .e-large-icons {
|
|
560
552
|
float: left;
|