@syncfusion/ej2-angular-filemanager 20.4.53-ngcc → 20.4.53

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.
Files changed (79) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/file-manager/filemanager-all.module.mjs +47 -0
  3. package/esm2020/src/file-manager/filemanager.component.mjs +108 -0
  4. package/esm2020/src/file-manager/filemanager.module.mjs +25 -0
  5. package/esm2020/src/index.mjs +5 -0
  6. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +181 -0
  8. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +181 -0
  10. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/file-manager/filemanager-all.module.d.ts +6 -0
  13. package/src/file-manager/filemanager.component.d.ts +3 -0
  14. package/src/file-manager/filemanager.module.d.ts +6 -0
  15. package/styles/file-manager/_all.scss +2 -0
  16. package/styles/file-manager/_bootstrap-dark-definition.scss +240 -0
  17. package/styles/file-manager/_bootstrap-definition.scss +241 -0
  18. package/styles/file-manager/_bootstrap4-definition.scss +242 -0
  19. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -0
  20. package/styles/file-manager/_bootstrap5-definition.scss +237 -0
  21. package/styles/file-manager/_fabric-dark-definition.scss +238 -0
  22. package/styles/file-manager/_fabric-definition.scss +240 -0
  23. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  24. package/styles/file-manager/_fluent-definition.scss +245 -0
  25. package/styles/file-manager/_fusionnew-definition.scss +237 -0
  26. package/styles/file-manager/_highcontrast-definition.scss +240 -0
  27. package/styles/file-manager/_highcontrast-light-definition.scss +240 -0
  28. package/styles/file-manager/_layout.scss +1834 -0
  29. package/styles/file-manager/_material-dark-definition.scss +240 -0
  30. package/styles/file-manager/_material-definition.scss +240 -0
  31. package/styles/file-manager/_material3-definition.scss +237 -0
  32. package/styles/file-manager/_tailwind-dark-definition.scss +1 -0
  33. package/styles/file-manager/_tailwind-definition.scss +232 -0
  34. package/styles/file-manager/_theme.scss +416 -0
  35. package/styles/file-manager/bootstrap-dark.scss +16 -1
  36. package/styles/file-manager/bootstrap.scss +16 -1
  37. package/styles/file-manager/bootstrap4.scss +16 -1
  38. package/styles/file-manager/bootstrap5-dark.scss +16 -1
  39. package/styles/file-manager/bootstrap5.scss +16 -1
  40. package/styles/file-manager/fabric-dark.scss +16 -1
  41. package/styles/file-manager/fabric.scss +16 -1
  42. package/styles/file-manager/fluent-dark.scss +16 -1
  43. package/styles/file-manager/fluent.scss +16 -1
  44. package/styles/file-manager/highcontrast-light.scss +16 -1
  45. package/styles/file-manager/highcontrast.scss +16 -1
  46. package/styles/file-manager/icons/_bootstrap-dark.scss +235 -0
  47. package/styles/file-manager/icons/_bootstrap.scss +235 -0
  48. package/styles/file-manager/icons/_bootstrap4.scss +235 -0
  49. package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -0
  50. package/styles/file-manager/icons/_bootstrap5.scss +235 -0
  51. package/styles/file-manager/icons/_fabric-dark.scss +229 -0
  52. package/styles/file-manager/icons/_fabric.scss +229 -0
  53. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  54. package/styles/file-manager/icons/_fluent.scss +235 -0
  55. package/styles/file-manager/icons/_fusionnew.scss +235 -0
  56. package/styles/file-manager/icons/_highcontrast-light.scss +235 -0
  57. package/styles/file-manager/icons/_highcontrast.scss +229 -0
  58. package/styles/file-manager/icons/_material-dark.scss +235 -0
  59. package/styles/file-manager/icons/_material.scss +235 -0
  60. package/styles/file-manager/icons/_material3.scss +235 -0
  61. package/styles/file-manager/icons/_tailwind-dark.scss +1 -0
  62. package/styles/file-manager/icons/_tailwind.scss +235 -0
  63. package/styles/file-manager/material-dark.scss +16 -1
  64. package/styles/file-manager/material.scss +16 -1
  65. package/styles/file-manager/tailwind-dark.scss +16 -1
  66. package/styles/file-manager/tailwind.scss +16 -1
  67. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  68. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -225
  69. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  70. package/@syncfusion/ej2-angular-filemanager.js +0 -206
  71. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  72. package/CHANGELOG.md +0 -449
  73. package/dist/ej2-angular-filemanager.umd.js +0 -445
  74. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  75. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  76. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  77. package/ej2-angular-filemanager.d.ts +0 -5
  78. package/ej2-angular-filemanager.metadata.json +0 -1
  79. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1834 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @mixin user-select {
3
+ -moz-user-select: none;
4
+ -ms-user-select: none;
5
+ -webkit-user-select: none;
6
+ user-select: none;
7
+ }
8
+
9
+ @mixin visibility($value) {
10
+ .e-checkbox-wrapper {
11
+ visibility: $value;
12
+ }
13
+ }
14
+
15
+ @mixin grid-no-border {
16
+ .e-rowcell.e-lastrowcell {
17
+ border-bottom-width: 0;
18
+ }
19
+ }
20
+
21
+ @mixin popup-active-icon {
22
+ .e-fe-dot,
23
+ .e-fe-tick {
24
+ font-size: $fe-ddl-icon-font-size;
25
+ }
26
+ }
27
+
28
+ @mixin ellipsis {
29
+ overflow: hidden;
30
+ text-overflow: ellipsis;
31
+ white-space: nowrap;
32
+ }
33
+
34
+ @mixin checkbox($value) {
35
+ .e-checkbox-wrapper {
36
+
37
+ .e-frame {
38
+ border-width: 1px;
39
+ line-height: $value;
40
+ }
41
+ }
42
+ }
43
+
44
+ @include export-module('FileManager-layout') {
45
+ ejs-filemanager {
46
+ display: block;
47
+ }
48
+
49
+ .e-filemanager {
50
+ @include user-select;
51
+ border: 1px solid;
52
+ position: relative;
53
+
54
+ .e-blur {
55
+ opacity: .5;
56
+ }
57
+
58
+ .e-display-none {
59
+ display: none;
60
+ }
61
+
62
+ &.e-fe-drop,
63
+ &.e-fe-drop .e-treeview .e-text-content,
64
+ &.e-fe-drop .e-treeview .e-fullrow,
65
+ &.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text,
66
+ &.e-fe-drop .e-grid .e-columnheader {
67
+ cursor: grab;
68
+ }
69
+
70
+ &.e-no-drop {
71
+ cursor: no-drop;
72
+ }
73
+
74
+ .e-toolbar {
75
+ border-bottom-style: solid;
76
+ @if $fm-skin-name == 'bootstrap-dark' {
77
+ border-width: 1px;
78
+ }
79
+ @else {
80
+ border-width: 0 0 1px;
81
+ }
82
+
83
+ .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
84
+ border: 0;
85
+ box-shadow: none;
86
+ font-weight: normal;
87
+ height: $fe-tb-ddb-height;
88
+ padding: $fe-tb-ddb-btn-padding;
89
+
90
+ .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) {
91
+ padding: $fe-tb-ddb-icon-padding;
92
+ }
93
+
94
+ .e-btn-icon.e-icons.e-caret {
95
+ font-size: $fe-tb-ddb-caret-size;
96
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
97
+ height: 18px;
98
+ margin: 2px 4px 0;
99
+ padding: 1px;
100
+ width: 18px;
101
+ }
102
+ @else {
103
+ padding: 0 8px;
104
+ }
105
+ }
106
+
107
+ .e-tbar-btn-text.e-tbar-ddb-text {
108
+ padding-right: 0;
109
+ }
110
+
111
+ &.e-active {
112
+ border: $fe-tb-ddb-border;
113
+ padding: $fe-tb-ddb-btn-hvr-padding;
114
+ }
115
+
116
+ &:hover {
117
+ border: $fe-tb-ddb-border;
118
+ padding: $fe-tb-ddb-btn-hvr-padding;
119
+ }
120
+
121
+ &:focus {
122
+ border: $fe-tb-ddb-border;
123
+ padding: $fe-tb-ddb-btn-hvr-padding;
124
+ }
125
+ }
126
+
127
+ .e-toolbar-pop .e-toolbar-item .e-dropdown-btn {
128
+ .e-icons.e-caret {
129
+ font-size: $fe-tb-ddb-caret-size;
130
+ min-width: 0;
131
+ padding: 0 8px;
132
+ }
133
+
134
+ .e-tbar-btn-text.e-tbar-ddb-text {
135
+ padding-right: 0;
136
+ }
137
+ }
138
+
139
+ .e-toolbar-pop {
140
+ width: max-content;
141
+ }
142
+ }
143
+
144
+ .e-treeview {
145
+
146
+ & > .e-ul {
147
+ overflow: initial;
148
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
149
+ padding-left: 8px;
150
+ }
151
+ }
152
+
153
+ .e-icons .e-treeview-spinner {
154
+ display: none;
155
+ }
156
+
157
+ .e-list-parent {
158
+ margin-bottom: 0;
159
+ margin-top: 0;
160
+
161
+ .e-list-item {
162
+ padding-bottom: 0;
163
+ padding-top: 0;
164
+
165
+ .e-fullrow {
166
+ height: $fe-tv-fullrow-height;
167
+ }
168
+
169
+ .e-list-text {
170
+ height: $fe-tv-node-height;
171
+ line-height: $fe-tv-node-height;
172
+ }
173
+
174
+ &.e-fe-drop-folder > .e-fullrow {
175
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
176
+ border: 1px dashed;
177
+ }
178
+ @else {
179
+ border: 1px solid;
180
+ }
181
+ box-sizing: border-box;
182
+ }
183
+ }
184
+ }
185
+
186
+ .e-text-content {
187
+ overflow: hidden;
188
+ text-overflow: ellipsis;
189
+ white-space: nowrap;
190
+ }
191
+
192
+ .e-list-text {
193
+ display: initial;
194
+ }
195
+ }
196
+
197
+ .e-splitter {
198
+ border-width: 0;
199
+
200
+ .e-split-bar {
201
+
202
+ .e-resize-handler {
203
+ display: none;
204
+ }
205
+ }
206
+
207
+ .e-display-none {
208
+ display: none;
209
+ }
210
+ }
211
+
212
+ .e-address {
213
+ border-bottom: 1px solid;
214
+ height: $fe-address-height;
215
+ position: relative;
216
+
217
+ .e-fe-breadcrumb.e-icons {
218
+ padding-bottom: 6px;
219
+ @if $fm-skin-name == 'material-dark' {
220
+ padding-bottom: 0;
221
+ }
222
+ }
223
+
224
+ .e-search-wrap {
225
+ float: right;
226
+ padding: $fe-search-padding;
227
+ position: absolute;
228
+ right: 0;
229
+ top: 0;
230
+ width: 200px;
231
+
232
+ .e-input-group {
233
+ border-bottom-width: $fe-bc-search-border-bottom;
234
+ height: $fe-search-height;
235
+ margin: 0;
236
+
237
+ @if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
238
+ &.e-input-focus {
239
+ .e-input {
240
+ padding: 0;
241
+ }
242
+ }
243
+ }
244
+
245
+ .e-input {
246
+ margin: $fe-search-input-margin;
247
+ padding: 0;
248
+ @if $skin-name == 'bootstrap5' {
249
+ height: 26px;
250
+ }
251
+ @if $skin-name == 'material' {
252
+ height: 30px;
253
+ }
254
+ }
255
+
256
+ .e-clear-icon {
257
+ margin: $fe-search-clear-icon-padding;
258
+ @if $skin-name == 'FluentUI' {
259
+ padding: $fe-search-clear-icon-margin;
260
+ }
261
+ }
262
+ }
263
+ }
264
+
265
+ .e-fe-search {
266
+ font-size: 14px;
267
+ margin: $fe-search-icon-margin;
268
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
269
+ margin-right: 4px;
270
+ padding: 3px;
271
+ }
272
+ @else {
273
+ padding: 5px;
274
+ }
275
+ @if $fm-skin-name == 'FluentUI' {
276
+ font-size: 16px;
277
+ }
278
+ position: absolute;
279
+ z-index: 1;
280
+
281
+ &::before {
282
+ display: inline-block;
283
+ }
284
+ }
285
+
286
+ .e-addressbar-ul {
287
+ @include ellipsis;
288
+ list-style: none;
289
+ margin: $fe-bc-margin;
290
+ padding: $fe-bc-padding;
291
+ visibility: visible;
292
+
293
+ .e-breadcrumb-menu {
294
+ display: inline;
295
+
296
+ .e-breadcrumb-submenu {
297
+ height: $fe-bc-submenu-height;
298
+ @if $fm-skin-name == 'material-dark' {
299
+ padding-bottom: 0;
300
+ padding-top: 0;
301
+ }
302
+ }
303
+ }
304
+ }
305
+
306
+ .e-list-text {
307
+ cursor: pointer;
308
+ font-size: $fe-bc-font-size;
309
+ line-height: $fe-bc-text-size;
310
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
311
+ font-weight: $font-weight-medium;
312
+ }
313
+ @else {
314
+ padding: $fe-bc-text-padding;
315
+ }
316
+ text-decoration: none;
317
+
318
+ &:hover {
319
+ text-decoration: $fe-bc-li-text-decoration;
320
+ }
321
+ }
322
+
323
+ .e-address-list-item {
324
+ display: inline-block;
325
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
326
+ height: $fe-bc-li-item-height;
327
+ }
328
+
329
+ &:last-child {
330
+
331
+ .e-list-text {
332
+ cursor: default;
333
+
334
+ &:hover {
335
+ text-decoration: none;
336
+ }
337
+ }
338
+ }
339
+
340
+ .e-icons {
341
+ font-size: $fe-bc-icon-font-size;
342
+ margin: $fe-bc-icon-margin;
343
+ @if $fm-skin-name == 'tailwind' {
344
+ vertical-align: middle;
345
+ }
346
+
347
+ &::before {
348
+ @if $fm-skin-name != 'tailwind' {
349
+ padding: $fe-bc-icon-padding;
350
+ }
351
+ }
352
+ }
353
+ }
354
+ }
355
+
356
+ .e-view-container .e-grid .e-gridcontent .e-emptyrow {
357
+ display: table-row;
358
+ }
359
+
360
+ .e-grid {
361
+ @include checkbox($fe-cb-line-height);
362
+ border-width: 0;
363
+ float: left;
364
+
365
+ .e-spin-show {
366
+ display: none;
367
+ }
368
+
369
+ .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
370
+ height: 0;
371
+ padding: 0;
372
+ }
373
+
374
+ .e-gridheader {
375
+ border-width: 0 1px 1px;
376
+
377
+ .e-headercell {
378
+ height: $fe-grid-header-height;
379
+
380
+ &.e-fe-grid-icon .e-sortfilterdiv {
381
+ margin-right: $fe-grid-icon-sort-margin;
382
+ }
383
+
384
+ .e-headertext {
385
+ font-size: $fe-grid-header-font-size;
386
+ }
387
+
388
+ .e-rcursor {
389
+ border: 0;
390
+ }
391
+ }
392
+
393
+ @include visibility(hidden);
394
+
395
+ &:hover,
396
+ .e-active {
397
+ @include visibility(visible);
398
+ }
399
+ }
400
+
401
+ &.e-headercheck {
402
+
403
+ .e-gridheader .e-headercontent {
404
+ @include visibility(visible);
405
+ }
406
+ }
407
+
408
+ @if $fm-skin-name == 'FluentUI' {
409
+ .e-checkbox-wrapper:hover .e-frame {
410
+ font-size: 10px;
411
+ }
412
+ }
413
+
414
+ .e-content {
415
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
416
+
417
+ .e-table {
418
+ border-spacing: 0;
419
+ }
420
+ }
421
+
422
+ .e-content {
423
+
424
+ .e-rowcell {
425
+ border: 0;
426
+ font-size: $fe-grid-content-font-size;
427
+
428
+ @if $fm-skin-name == 'FluentUI' {
429
+ padding: 8px;
430
+ }
431
+
432
+ .e-fe-text {
433
+ font-size: $fe-grid-content-name-font-size;
434
+ }
435
+ }
436
+
437
+ tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
438
+ @if $fm-skin-name == 'tailwind' {
439
+ border-bottom: 1px dashed $fe-drop-folder-bg-color;
440
+ border-left: 1px dashed $fe-drop-folder-bg-color;
441
+ border-top: 1px dashed $fe-drop-folder-bg-color;
442
+ }
443
+ @else {
444
+ box-shadow: 1px 0 0 1px $fe-drop-folder-bg-color inset;
445
+ }
446
+ }
447
+
448
+ tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
449
+ @if $fm-skin-name == 'tailwind' {
450
+ border-bottom: 1px dashed $fe-drop-folder-bg-color;
451
+ border-right: 1px dashed $fe-drop-folder-bg-color;
452
+ border-top: 1px dashed $fe-drop-folder-bg-color;
453
+ }
454
+ @else {
455
+ box-shadow: -1px 0 0 1px $fe-drop-folder-bg-color inset;
456
+ }
457
+ }
458
+
459
+ tr.e-row.e-fe-drop-folder .e-rowcell {
460
+ @if $fm-skin-name == 'tailwind' {
461
+ border-bottom: 1px dashed $fe-drop-folder-bg-color;
462
+ border-top: 1px dashed $fe-drop-folder-bg-color;
463
+ padding-bottom: 6px;
464
+ padding-top: 6px;
465
+ }
466
+ @else {
467
+ box-shadow: 0 2px 0 -1px $fe-drop-folder-bg-color inset, 0 -2px 0 -1px $fe-drop-folder-bg-color inset;
468
+ }
469
+ }
470
+ }
471
+
472
+ .e-empty {
473
+ min-width: $fe-grid-empty-min-width;
474
+ }
475
+
476
+ .e-empty-content {
477
+ font-size: $fe-grid-empty-content-font-size;
478
+ margin: $fe-grid-empty-content-margin;
479
+ padding: $fe-grid-empty-content-padding;
480
+ text-align: $fe-grid-empty-content-text-align;
481
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
482
+ line-height: 24px;
483
+ }
484
+ }
485
+
486
+ .e-empty-icon {
487
+ height: $fe-grid-empty-icon-height;
488
+ margin: $fe-grid-empty-icon-margin;
489
+ width: $fe-grid-empty-icon-width;
490
+ }
491
+
492
+ .e-empty-inner-content {
493
+ font-size: $fe-grid-empty-inner-content-font-size;
494
+ margin: $fe-grid-empty-inner-content-margin;
495
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
496
+ line-height: 22px;
497
+ }
498
+ @else {
499
+ opacity: $fe-lg-icon-empty-inner-content-opacity;
500
+ }
501
+ padding: $fe-grid-empty-inner-content-padding;
502
+ text-align: $fe-grid-empty-inner-content-text-align;
503
+ }
504
+
505
+ .e-gridpopup {
506
+ display: none !important; /* stylelint-disable-line declaration-no-important */
507
+ }
508
+
509
+ .e-gridheader,
510
+ .e-gridcontent {
511
+
512
+ .e-emptyrow {
513
+ display: none;
514
+ }
515
+
516
+ .e-fe-checkbox {
517
+ overflow: inherit;
518
+ padding-left: $fe-grid-header-cb-padding-left;
519
+ padding-right: 0;
520
+ }
521
+
522
+ .e-fe-grid-icon {
523
+ @if $fm-skin-name != 'tailwind' {
524
+ padding: 0 0 0 12px;
525
+ }
526
+
527
+ .e-headercelldiv {
528
+ text-overflow: unset;
529
+ }
530
+
531
+ & + .e-rowcell,
532
+ & + .e-headercell {
533
+ padding-left: 0;
534
+
535
+ &.e-fe-grid-name {
536
+ padding-left: 6px;
537
+ }
538
+ }
539
+ }
540
+ }
541
+
542
+ .e-row {
543
+ @include visibility(hidden);
544
+
545
+ &.e-focused {
546
+ box-shadow: none;
547
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
548
+ td {
549
+ box-shadow: $fe-grid-row-ie-box-shadow;
550
+ }
551
+
552
+ td:first-child {
553
+ box-shadow: $fe-grid-row-fc-ie-box-shadow;
554
+ }
555
+
556
+ td:last-child {
557
+ box-shadow: $fe-grid-row-lc-ie-box-shadow;
558
+ }
559
+ }
560
+ }
561
+
562
+ &:hover,
563
+ .e-active {
564
+ @include visibility(visible);
565
+ }
566
+
567
+ &.e-fe-drop-file:hover {
568
+ @include visibility(hidden);
569
+ }
570
+ }
571
+
572
+ &.e-horizontallines,
573
+ &.e-verticallines,
574
+ &.e-hidelines {
575
+ @include grid-no-border;
576
+ }
577
+
578
+ &.e-resize-lines .e-headercell .e-rsuppress {
579
+ border-width: 0;
580
+ }
581
+
582
+ .e-fe-icon {
583
+ display: inline-block;
584
+ height: $fe-grid-icon-size;
585
+ margin: $fe-grid-icon-margin;
586
+ vertical-align: middle;
587
+ width: $fe-grid-icon-size;
588
+ }
589
+ }
590
+
591
+ .e-view-container {
592
+ .e-grid {
593
+ .e-gridheader {
594
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
595
+ }
596
+ }
597
+ }
598
+
599
+ &.e-rtl .e-view-container {
600
+ .e-grid {
601
+ .e-gridheader {
602
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
603
+ }
604
+ }
605
+ }
606
+
607
+ .e-large-icons {
608
+ @include checkbox($fe-cb-line-height);
609
+ float: left;
610
+ overflow: auto;
611
+ width: 100%;
612
+
613
+ .e-empty {
614
+ min-width: $fe-lg-icon-empty-min-width;
615
+ }
616
+
617
+ .e-empty-content {
618
+ font-size: $fe-lg-icon-empty-content-font-size;
619
+ margin: $fe-lg-icon-empty-content-margin;
620
+ padding: $fe-lg-icon-empty-content-padding;
621
+ text-align: $fe-lg-icon-empty-content-text-align;
622
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
623
+ line-height: 24px;
624
+ }
625
+ }
626
+
627
+ .e-empty-icon {
628
+ height: $fe-lg-icon-empty-icon-height;
629
+ margin: $fe-lg-icon-empty-icon-margin;
630
+ width: $fe-lg-icon-empty-icon-width;
631
+ }
632
+
633
+ .e-empty-inner-content {
634
+ font-size: $fe-lg-icon-empty-inner-content-font-size;
635
+ margin: $fe-lg-icon-empty-inner-content-margin;
636
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
637
+ line-height: 22px;
638
+ }
639
+ @else {
640
+ opacity: $fe-lg-icon-empty-inner-content-opacity;
641
+ }
642
+ padding: $fe-lg-icon-empty-inner-content-padding;
643
+ text-align: $fe-lg-icon-empty-inner-content-text-align;
644
+ }
645
+
646
+ .e-list-parent {
647
+ display: block;
648
+ height: 100%;
649
+ margin: $fe-lg-margin;
650
+ overflow: auto;
651
+ padding: $fe-lg-padding;
652
+ }
653
+
654
+ .e-checkbox-wrapper {
655
+ float: left;
656
+ position: absolute;
657
+ top: 0;
658
+ visibility: hidden;
659
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
660
+ margin: 2px;
661
+ }
662
+ }
663
+
664
+ .e-list-item {
665
+ border: 1px solid;
666
+ float: left;
667
+ height: $fe-lg-item-height;
668
+ margin: $fe-lg-item-margin;
669
+ overflow: hidden;
670
+ padding: $fe-lg-item-padding;
671
+ width: $fe-lg-item-width;
672
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
673
+ &.e-fe-drop-folder {
674
+ border: 1px dashed $fe-drop-folder-bg-color;
675
+ }
676
+ }
677
+ @if $fm-skin-name == 'FluentUI' {
678
+ &.e-fe-drop-folder {
679
+ border: 2px dashed $fe-drop-folder-bg-color;
680
+ }
681
+ }
682
+ @if $fm-skin-name == 'bootstrap4' or $fm-skin-name == 'bootstrap-dark' or $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
683
+ border-radius: 4px;
684
+ }
685
+
686
+ &.e-active,
687
+ &.e-hover {
688
+ @include visibility(visible);
689
+ }
690
+ }
691
+
692
+ .e-text-content {
693
+ display: table-cell;
694
+ height: $fe-lg-item-inner-height;
695
+ position: relative;
696
+ vertical-align: bottom;
697
+ }
698
+
699
+ .e-list-text {
700
+ @include ellipsis;
701
+ display: block;
702
+ font-size: $fe-lg-text-font-size;
703
+ padding: $fe-lg-text-padding;
704
+ text-align: center;
705
+ width: $fe-lg-item-inner-width;
706
+ }
707
+
708
+ .e-list-img {
709
+ border: 2px solid;
710
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
711
+ box-shadow: $fe-img-box-shadow;
712
+ }
713
+ display: block;
714
+ margin: 0 auto;
715
+ max-height: $fe-lg-img-height;
716
+ max-width: 100%;
717
+ min-height: 20px;
718
+ }
719
+
720
+ .e-list-icon {
721
+ display: block;
722
+ height: $fe-lg-icon-height;
723
+ margin: $fe-lg-icon-margin;
724
+ width: $fe-lg-icon-width;
725
+ }
726
+ }
727
+
728
+ .e-fe-clone {
729
+ pointer-events: none;
730
+ z-index: 20;
731
+
732
+ .e-fe-content {
733
+ border: $fe-clone-border;
734
+ box-shadow: $fe-clone-box-shadow;
735
+ display: inline-flex;
736
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
737
+ height: 38px;
738
+ }
739
+ @else {
740
+ height: 36px;
741
+ padding: 4px 8px;
742
+ }
743
+ @if $fm-skin-name == 'bootstrap4' or $fm-skin-name == 'bootstrap-dark' or $fm-skin-name == 'bootstrap' {
744
+ border-radius: 4px;
745
+ }
746
+
747
+ .e-fe-name {
748
+ display: inline-block;
749
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
750
+ font-size: 14px;
751
+ line-height: 22px;
752
+ margin: 8px 8px 8px 0;
753
+ max-width: 150px;
754
+ }
755
+ @else {
756
+ font-size: 13px;
757
+ margin: auto 8px;
758
+ max-width: 70px;
759
+ }
760
+ overflow: hidden;
761
+ text-overflow: ellipsis;
762
+ white-space: nowrap;
763
+ }
764
+
765
+ .e-fe-icon {
766
+ display: inline-block;
767
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
768
+ height: 20px;
769
+ margin: 9px 8px;
770
+ width: 20px;
771
+ }
772
+ @else {
773
+ height: 18px;
774
+ margin: auto 8px;
775
+ width: 18px;
776
+ }
777
+ }
778
+ }
779
+
780
+ .e-fe-count {
781
+ border: 1px solid;
782
+ border-radius: 50%;
783
+ font-size: 12px;
784
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
785
+ height: 20px;
786
+ line-height: 18px;
787
+ margin: -10px 0 0 -10px;
788
+ width: 20px;
789
+ }
790
+ @else {
791
+ height: 22px;
792
+ line-height: 22px;
793
+ margin-left: -12px;
794
+ width: 22px;
795
+ }
796
+ position: absolute;
797
+ text-align: center;
798
+ top: 0;
799
+ }
800
+ }
801
+
802
+ &.e-rtl {
803
+
804
+ .e-treeview {
805
+
806
+ & > .e-ul {
807
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
808
+ padding: 0 8px 0 0;
809
+ }
810
+ }
811
+ }
812
+
813
+ .e-toolbar {
814
+
815
+ .e-fe-grid {
816
+ display: inline-table;
817
+ transform: rotate(180deg);
818
+ }
819
+
820
+ .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
821
+ @if $fm-skin-name == 'FluentUI' {
822
+ line-height: $fe-cb-line-height;
823
+ }
824
+ }
825
+ }
826
+
827
+ .e-splitter.e-splitter-horizontal {
828
+ -ms-flex-direction: row-reverse;
829
+ flex-direction: row-reverse;
830
+ }
831
+
832
+ .e-address {
833
+
834
+ .e-search-wrap {
835
+ float: left;
836
+ left: 0;
837
+ right: auto;
838
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
839
+ padding-left: 12px;
840
+ }
841
+
842
+ .e-input-group {
843
+
844
+ .e-input {
845
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
846
+ margin: 0 29px 0 0;
847
+ }
848
+ @else {
849
+ margin: 0 24px 0 0;
850
+ }
851
+ padding: 0;
852
+ }
853
+ }
854
+ }
855
+
856
+ .e-addressbar-ul {
857
+ display: flex;
858
+
859
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
860
+ padding: $fe-rtl-bc-padding;
861
+ }
862
+
863
+ .e-icons::before {
864
+ display: inline-block;
865
+ transform: rotate(180deg);
866
+ }
867
+ }
868
+ }
869
+
870
+ .e-grid.e-rtl {
871
+
872
+ .e-row.e-focused {
873
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
874
+ td:first-child {
875
+ box-shadow: $fe-grid-row-lc-ie-box-shadow;
876
+ }
877
+
878
+ td:last-child {
879
+ box-shadow: $fe-grid-row-fc-ie-box-shadow;
880
+ }
881
+ }
882
+ }
883
+ @if $fm-skin-name == 'tailwind' {
884
+ .e-content {
885
+
886
+ tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
887
+ border-left: 0;
888
+ border-right: 1px dashed $fe-drop-folder-bg-color;
889
+ }
890
+
891
+ tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
892
+ border-left: 1px dashed $fe-drop-folder-bg-color;
893
+ border-right: 0;
894
+ }
895
+ }
896
+ }
897
+
898
+ .e-gridheader,
899
+ .e-gridcontent {
900
+
901
+ .e-fe-checkbox {
902
+ padding-left: 0;
903
+ padding-right: 12px;
904
+ }
905
+
906
+ .e-fe-grid-icon {
907
+ padding-left: 0;
908
+ padding-right: 12px;
909
+
910
+ & + .e-rowcell,
911
+ & + .e-headercell {
912
+ padding-left: 21px;
913
+ padding-right: 0;
914
+
915
+ &.e-fe-grid-name {
916
+ padding-right: 12px;
917
+ }
918
+ }
919
+ }
920
+ }
921
+
922
+ .e-fe-icon {
923
+ margin: $fe-rtl-grid-icon-margin;
924
+ }
925
+ }
926
+
927
+ .e-large-icons {
928
+
929
+ .e-list-item {
930
+ float: right;
931
+ }
932
+ }
933
+
934
+ .e-fe-clone .e-fe-count {
935
+ margin-left: 0;
936
+ margin-right: -12px;
937
+ }
938
+
939
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
940
+ .e-fe-clone .e-fe-name {
941
+ margin: 8px 0 8px 8px;
942
+ }
943
+ }
944
+ }
945
+
946
+ .e-layout-content {
947
+ position: relative;
948
+ }
949
+
950
+ .e-fe-overlay {
951
+ border: $fe-upload-overlay-border dashed $fe-drop-border-color;
952
+ bottom: 0;
953
+ display: block;
954
+ height: calc(100% - 34px);
955
+ pointer-events: none;
956
+ position: absolute;
957
+ visibility: hidden;
958
+ width: 100%;
959
+ }
960
+
961
+ .e-upload-drag-hover {
962
+ outline: none;
963
+
964
+ .e-fe-overlay {
965
+ visibility: visible;
966
+ }
967
+ }
968
+ }
969
+
970
+ .e-fe-popup {
971
+
972
+ &.e-dropdown-popup ul .e-item,
973
+ &.e-contextmenu-wrapper ul .e-menu-item,
974
+ &.e-contextmenu-container ul .e-menu-item {
975
+ @include popup-active-icon;
976
+ }
977
+
978
+ &.e-dlg-resizable {
979
+
980
+ .e-dlg-content {
981
+ overflow: hidden;
982
+ }
983
+ }
984
+
985
+ &.e-dialog.e-fe-upload-dialog {
986
+ .e-dlg-content {
987
+ overflow: auto;
988
+ }
989
+ }
990
+
991
+ &.e-contextmenu-wrapper ul .e-menu-item.e-separator,
992
+ &.e-contextmenu-container ul .e-menu-item.e-separator {
993
+ margin: $fe-cm-separator-margin;
994
+ }
995
+
996
+ &.e-rtl {
997
+
998
+ .e-fe-grid {
999
+ display: inline-table;
1000
+ transform: rotate(180deg);
1001
+ }
1002
+ }
1003
+
1004
+ &.e-dialog {
1005
+
1006
+ td {
1007
+ @include ellipsis;
1008
+ font-size: $fe-dg-td-font-size;
1009
+ max-width: 211px;
1010
+ min-width: 51px;
1011
+ padding: $fe-dg-td-padding;
1012
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1013
+ line-height: 22px;
1014
+
1015
+ &:first-child {
1016
+ font-size: $text-xs;
1017
+ line-height: 18px;
1018
+ }
1019
+ }
1020
+ }
1021
+
1022
+ td.e-fe-value {
1023
+ white-space: unset;
1024
+ word-break: break-word;
1025
+ }
1026
+
1027
+ .e-fe-errorcontent {
1028
+ white-space: normal;
1029
+ word-break: break-word;
1030
+ }
1031
+
1032
+ .e-fe-icon {
1033
+ display: inline-block;
1034
+ height: 18px;
1035
+ margin: 0 8px -2px 0;
1036
+ width: 18px;
1037
+ }
1038
+
1039
+ .e-fe-access-header {
1040
+ display: inline-block;
1041
+ }
1042
+
1043
+ .e-fe-retrycontent {
1044
+ padding: 16px 0;
1045
+ }
1046
+
1047
+ .e-image {
1048
+ height: 100%;
1049
+ width: 100%;
1050
+ }
1051
+
1052
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1053
+ .e-dlg-content {
1054
+ padding-top: 16px;
1055
+ }
1056
+ }
1057
+
1058
+ @if $fm-skin-name == 'FluentUI' {
1059
+ .e-dlg-content {
1060
+ padding-top: 2px;
1061
+ }
1062
+ }
1063
+
1064
+ &.e-rtl {
1065
+
1066
+ td {
1067
+ padding: $fe-dg-rtl-td-padding;
1068
+ }
1069
+
1070
+ .e-fe-icon {
1071
+ margin: 0 0 -2px 8px;
1072
+ }
1073
+ }
1074
+ }
1075
+
1076
+ &.e-dialog.e-popup.e-dlg-resizable {
1077
+ min-height: 200px;
1078
+ }
1079
+
1080
+ .e-fe-error {
1081
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1082
+ font-size: $text-xs;
1083
+ line-height: 18px;
1084
+ padding-top: 4px;
1085
+ }
1086
+ @else {
1087
+ font-size: 12px;
1088
+ line-height: 1.5;
1089
+ }
1090
+ }
1091
+
1092
+ .e-upload {
1093
+ border-bottom-width: 0;
1094
+ border-top-width: 0;
1095
+
1096
+ .e-file-select-wrap {
1097
+ display: none;
1098
+ }
1099
+
1100
+ .e-icons.e-file-delete-btn {
1101
+ display: none;
1102
+ }
1103
+
1104
+ .e-upload-actions {
1105
+ border-bottom: 1px solid;
1106
+ }
1107
+ }
1108
+ }
1109
+
1110
+ .e-filemanager,
1111
+ .e-bigger .e-filemanager,
1112
+ .e-filemanager.e-bigger {
1113
+
1114
+ &.e-fe-mobile {
1115
+
1116
+ .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1117
+ font-size: $fe-mobile-icon-font-size;
1118
+ }
1119
+
1120
+ .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1121
+
1122
+ &.e-fe-newfolder {
1123
+ padding-top: $fe-mobile-newfolder-padding-top;
1124
+ }
1125
+
1126
+ &.e-fe-upload {
1127
+ padding-left: $fe-mobile-upload-padding-left;
1128
+ }
1129
+
1130
+ &.e-fe-sort {
1131
+ padding-top: $fe-mobile-sort-padding-top;
1132
+ }
1133
+
1134
+ &.e-fe-refresh {
1135
+ padding-top: $fe-mobile-refresh-padding-top;
1136
+ }
1137
+
1138
+ &.e-fe-select {
1139
+ padding-top: $fe-mobile-select-padding-top;
1140
+ }
1141
+
1142
+ &.e-fe-large {
1143
+ padding: $fe-mobile-large-padding;
1144
+ }
1145
+
1146
+ &.e-fe-grid {
1147
+ padding: $fe-mobile-grid-padding;
1148
+ }
1149
+
1150
+ &.e-fe-details {
1151
+ padding-top: $fe-mobile-details-padding-top;
1152
+ }
1153
+
1154
+ &.e-fe-delete {
1155
+ padding-left: $fe-mobile-delete-padding-left;
1156
+ }
1157
+
1158
+ &.e-fe-rename {
1159
+ padding-left: $fe-mobile-rename-padding-left;
1160
+ padding-top: $fe-mobile-rename-padding-top;
1161
+ }
1162
+
1163
+ &.e-fe-download {
1164
+ padding-left: $fe-mobile-download-padding-left;
1165
+ }
1166
+
1167
+ &.e-fe-cut {
1168
+ padding-left: $fe-mobile-cut-padding-left;
1169
+ padding-top: $fe-mobile-cut-padding-top;
1170
+ }
1171
+
1172
+ &.e-fe-copy {
1173
+ padding-left: $fe-mobile-copy-padding-left;
1174
+ }
1175
+ }
1176
+
1177
+ .e-toolbar .e-popup-up-icon.e-icons,
1178
+ .e-toolbar .e-popup-down-icon.e-icons {
1179
+ font-size: $fe-mobile-icon-font-size;
1180
+ }
1181
+
1182
+ .e-toolbar-left {
1183
+
1184
+ .e-icons.e-fe-sort {
1185
+ display: inline-block;
1186
+ margin: 0;
1187
+ width: 14px;
1188
+ }
1189
+
1190
+ .e-tbar-ddb-text {
1191
+ display: none;
1192
+ }
1193
+
1194
+ .e-toolbar-item {
1195
+
1196
+ .e-tbar-btn-text {
1197
+ display: none;
1198
+ }
1199
+ }
1200
+ }
1201
+
1202
+ .e-splitter .e-split-bar {
1203
+ display: none;
1204
+ }
1205
+
1206
+ .e-address {
1207
+ height: $fe-mobile-search-height;
1208
+
1209
+ .e-addressbar-ul {
1210
+ height: $fe-mobile-search-height;
1211
+ @if $fm-skin-name == 'material-dark' {
1212
+ padding: $fe-big-bc-padding;
1213
+ }
1214
+ }
1215
+
1216
+ .e-address-list-item .e-icons {
1217
+ font-size: $fe-big-bc-icon-font-size;
1218
+ }
1219
+
1220
+ .e-list-text {
1221
+ font-size: $fe-big-bc-font-size;
1222
+ }
1223
+
1224
+ .e-search-wrap {
1225
+ min-width: 47px;
1226
+ width: auto;
1227
+
1228
+ .e-input-group {
1229
+ display: none;
1230
+ height: $fe-mobile-search-height;
1231
+ width: 100%;
1232
+
1233
+ .e-clear-icon {
1234
+ margin: 2px 8px 0;
1235
+ }
1236
+
1237
+ .e-input {
1238
+ margin: $fe-search-input-margin;
1239
+ }
1240
+ }
1241
+ }
1242
+
1243
+ .e-fe-search {
1244
+ font-size: $fe-mobile-icon-font-size;
1245
+ margin: 3px 0;
1246
+ right: 13px;
1247
+ }
1248
+ }
1249
+
1250
+ .e-grid {
1251
+
1252
+ .e-fe-grid-icon .e-fe-icon {
1253
+ height: $fe-mobile-grid-icon-size;
1254
+ width: $fe-mobile-grid-icon-size;
1255
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1256
+ margin: 0 8px 0 0;
1257
+ }
1258
+ }
1259
+
1260
+ .e-gridheader {
1261
+ display: none;
1262
+ }
1263
+
1264
+ .e-content {
1265
+
1266
+ .e-rowcell {
1267
+ border-bottom: 1px solid;
1268
+ border-bottom-color: $fe-border-color;
1269
+
1270
+ &.e-fe-checkbox {
1271
+ padding: 0;
1272
+ }
1273
+ }
1274
+ }
1275
+
1276
+ .e-gridcontent .e-fe-grid-icon {
1277
+ @if $fm-skin-name == 'fabric-dark' {
1278
+ padding-left: 9px;
1279
+ padding-right: 9px;
1280
+ }
1281
+ @else {
1282
+ padding-left: 10px;
1283
+ padding-right: 10px;
1284
+ }
1285
+ }
1286
+
1287
+ .e-fe-text {
1288
+ @include ellipsis;
1289
+ }
1290
+ }
1291
+
1292
+ .e-large-icons .e-list-parent {
1293
+ padding: 0;
1294
+
1295
+ .e-list-item {
1296
+ display: inline-table;
1297
+ height: $fe-mobile-lg-item-height;
1298
+ margin: $fe-mobile-lg-item-margin;
1299
+ width: $fe-mobile-lg-item-width;
1300
+
1301
+ &.e-hover {
1302
+ @include visibility(hidden);
1303
+ }
1304
+
1305
+ &.e-active {
1306
+ @include visibility(visible);
1307
+ }
1308
+
1309
+ .e-checkbox-wrapper {
1310
+ z-index: 1000;
1311
+ }
1312
+
1313
+ .e-list-text {
1314
+ margin: 0 auto;
1315
+ width: $fe-mobile-lg-item-inner-width;
1316
+ }
1317
+
1318
+ .e-list-img {
1319
+ margin: 11px auto;
1320
+ max-height: $fe-mobile-lg-img-height;
1321
+ max-width: $fe-mobile-lg-item-inner-width;
1322
+ }
1323
+
1324
+ .e-list-icon {
1325
+ height: $fe-mobile-lg-icon-height;
1326
+ margin: $fe-mobile-lg-icon-margin;
1327
+ width: $fe-mobile-lg-icon-width;
1328
+ }
1329
+ }
1330
+ }
1331
+ }
1332
+
1333
+ &.e-fe-m-select {
1334
+
1335
+ .e-large-icons {
1336
+
1337
+ .e-list-item.e-large-icon {
1338
+ @include visibility(visible);
1339
+ }
1340
+ }
1341
+
1342
+ .e-grid {
1343
+
1344
+ .e-content .e-row .e-rowcell {
1345
+ @include visibility(visible);
1346
+ }
1347
+ }
1348
+ }
1349
+
1350
+ &.e-fe-m-filter {
1351
+
1352
+ .e-address {
1353
+
1354
+ .e-search-wrap {
1355
+ margin: 0;
1356
+ padding: 0;
1357
+ position: absolute;
1358
+ width: 100%;
1359
+
1360
+ .e-input-group {
1361
+ display: inline-flex;
1362
+ }
1363
+
1364
+ .e-input-group .e-input {
1365
+ height: auto;
1366
+ margin-left: 45px;
1367
+ }
1368
+
1369
+ .e-fe-search {
1370
+ left: 0;
1371
+ margin-left: 8px;
1372
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1373
+ margin-top: 7px;
1374
+ }
1375
+ @else {
1376
+ margin-top: 3px;
1377
+ }
1378
+ width: 30px;
1379
+ }
1380
+ }
1381
+
1382
+ .e-addressbar-ul {
1383
+ visibility: hidden;
1384
+ }
1385
+ }
1386
+ }
1387
+
1388
+ &.e-fe-m-filter.e-rtl {
1389
+
1390
+ .e-address {
1391
+
1392
+ .e-search-wrap {
1393
+
1394
+ .e-input-group .e-input {
1395
+ margin-right: 45px;
1396
+ }
1397
+
1398
+ .e-fe-search {
1399
+ transform: rotate(180deg);
1400
+ }
1401
+ }
1402
+ }
1403
+ }
1404
+
1405
+ &.e-rtl {
1406
+
1407
+ .e-grid {
1408
+
1409
+ .e-gridheader,
1410
+ .e-gridcontent {
1411
+
1412
+ .e-fe-grid-icon {
1413
+ padding-right: 10px;
1414
+ }
1415
+ }
1416
+ }
1417
+ }
1418
+ }
1419
+
1420
+ .e-fe-popup.e-bigger,
1421
+ .e-bigger .e-fe-popup {
1422
+
1423
+ .e-fe-error {
1424
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1425
+ font-size: $text-sm;
1426
+ line-height: 22px;
1427
+ }
1428
+ }
1429
+
1430
+ &.e-dialog {
1431
+
1432
+ .e-dlg-header-content {
1433
+ padding: $fe-big-dg-header-font-size;
1434
+ }
1435
+
1436
+ td {
1437
+ @include ellipsis;
1438
+ font-size: $fe-big-dg-td-font-size;
1439
+ max-width: 205px;
1440
+ min-width: 45px;
1441
+ padding: $fe-big-dg-td-padding;
1442
+ }
1443
+ }
1444
+ }
1445
+
1446
+ .e-bigger .e-filemanager,
1447
+ .e-filemanager.e-bigger {
1448
+
1449
+ .e-toolbar {
1450
+
1451
+ .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1452
+ font-size: $fe-mobile-icon-font-size;
1453
+ }
1454
+
1455
+ .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn {
1456
+ &.e-tbar-btn {
1457
+ padding: $fe-big-tb-ddb-btn-padding;
1458
+ }
1459
+
1460
+ &.e-tbar-btn.e-active {
1461
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1462
+ }
1463
+
1464
+ &.e-tbar-btn:hover {
1465
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1466
+ }
1467
+
1468
+ &.e-tbar-btn:focus {
1469
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1470
+ }
1471
+
1472
+ &.e-tbar-btn .e-btn-icon.e-icons.e-caret {
1473
+ @if $fm-skin-name == 'tailwind' {
1474
+ font-size: 22px;
1475
+ height: 22px;
1476
+ margin: 4px 4px 0;
1477
+ padding: 1px;
1478
+ width: 22px;
1479
+ }
1480
+ @else {
1481
+ padding: 0 10px;
1482
+ }
1483
+ }
1484
+ }
1485
+
1486
+ .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
1487
+ padding: 0 10px;
1488
+ }
1489
+
1490
+ .e-popup-up-icon.e-icons,
1491
+ .e-popup-down-icon.e-icons {
1492
+ font-size: $fe-mobile-icon-font-size;
1493
+ }
1494
+ }
1495
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1496
+ .e-fe-clone {
1497
+ .e-fe-content {
1498
+ .e-fe-name {
1499
+ font-size: $text-base;
1500
+ line-height: 24px;
1501
+ margin: 7px 12px 7px 0;
1502
+ }
1503
+
1504
+ .e-fe-icon {
1505
+ height: 24px;
1506
+ margin: 7px 12px;
1507
+ width: 24px;
1508
+ }
1509
+ }
1510
+
1511
+ .e-fe-count {
1512
+ font-size: $text-sm;
1513
+ height: 24px;
1514
+ line-height: 22px;
1515
+ width: 24px;
1516
+ }
1517
+ }
1518
+ }
1519
+
1520
+ .e-treeview {
1521
+
1522
+ & > .e-ul {
1523
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1524
+ padding-left: 12px;
1525
+ }
1526
+ }
1527
+
1528
+ .e-list-parent .e-list-item {
1529
+
1530
+ .e-fullrow {
1531
+ height: $fe-big-tv-fullrow-height;
1532
+ }
1533
+
1534
+ .e-list-text {
1535
+ height: $fe-big-tv-node-height;
1536
+ line-height: $fe-big-tv-node-height;
1537
+ }
1538
+ }
1539
+ }
1540
+
1541
+ .e-address {
1542
+ height: $fe-big-address-height;
1543
+
1544
+ .e-breadcrumb-menu .e-breadcrumb-submenu {
1545
+ height: $fe-big-bc-submenu-height;
1546
+ @if $fm-skin-name == 'material-dark' {
1547
+ margin-top: -3px;
1548
+ }
1549
+ }
1550
+
1551
+ .e-address-list-item {
1552
+ height: $fe-big-bc-li-item-height;
1553
+
1554
+ .e-icons {
1555
+ font-size: $fe-big-bc-icon-font-size;
1556
+ }
1557
+ }
1558
+
1559
+ .e-addressbar-ul {
1560
+ padding: $fe-big-bc-padding;
1561
+ }
1562
+
1563
+ .e-list-text {
1564
+ font-size: $fe-big-bc-font-size;
1565
+ line-height: $fe-big-bc-text-size;
1566
+ padding: $fe-big-bc-text-padding;
1567
+ }
1568
+
1569
+ .e-search-wrap {
1570
+ min-width: 51px;
1571
+ padding: $fe-big-search-padding;
1572
+
1573
+ .e-input-group {
1574
+ height: $fe-big-search-height;
1575
+
1576
+ .e-input:focus {
1577
+ padding: 0;
1578
+ }
1579
+
1580
+ .e-input {
1581
+ @if ($fm-skin-name == 'material' or $fm-skin-name == 'material-dark') {
1582
+ height: 39px;
1583
+ }
1584
+ @if ($fm-skin-name == 'FluentUI') {
1585
+ height: 30px;
1586
+ }
1587
+ }
1588
+
1589
+ .e-clear-icon::before {
1590
+ @if ($fm-skin-name == 'bootstrap5') {
1591
+ margin: 0;
1592
+ }
1593
+ }
1594
+ }
1595
+ }
1596
+
1597
+ .e-fe-search {
1598
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1599
+ font-size: 16px;
1600
+ }
1601
+ @else if $fm-skin-name == 'FluentUI' {
1602
+ font-size: 18px;
1603
+ }
1604
+ @if $fm-skin-name == 'tailwind' {
1605
+ margin: 7px 4px;
1606
+ }
1607
+ @else if $fm-skin-name == 'bootstrap5' {
1608
+ margin: 4px;
1609
+ }
1610
+ @else if $fm-skin-name == 'FluentUI' {
1611
+ margin: 3px;
1612
+ }
1613
+ @else {
1614
+ margin: 7px 0;
1615
+ }
1616
+ }
1617
+ }
1618
+
1619
+ .e-grid {
1620
+ @include checkbox($fe-big-cb-line-height);
1621
+
1622
+ .e-gridheader {
1623
+
1624
+ .e-headercell {
1625
+ height: $fe-big-grid-header-height;
1626
+ }
1627
+
1628
+ .e-headertext {
1629
+ font-size: $fe-big-grid-header-font-size;
1630
+ }
1631
+ }
1632
+
1633
+ .e-gridheader,
1634
+ .e-gridcontent {
1635
+
1636
+ .e-rowcell {
1637
+ font-size: $fe-big-grid-content-font-size;
1638
+
1639
+ .e-fe-text {
1640
+ font-size: $fe-big-grid-content-name-font-size;
1641
+ }
1642
+ }
1643
+
1644
+ .e-fe-checkbox {
1645
+ padding-left: 10px;
1646
+ }
1647
+
1648
+ .e-fe-grid-icon {
1649
+ @if $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'tailwind' {
1650
+ padding-left: 10px;
1651
+ }
1652
+ @else {
1653
+ padding-left: 16px;
1654
+ }
1655
+ }
1656
+ }
1657
+
1658
+ .e-content {
1659
+ tr.e-row.e-fe-drop-folder .e-rowcell {
1660
+ @if $fm-skin-name == 'tailwind' {
1661
+ padding-bottom: 11px;
1662
+ padding-top: 11px;
1663
+ }
1664
+ }
1665
+ }
1666
+
1667
+ .e-fe-icon {
1668
+ @if $fm-skin-name == 'tailwind' {
1669
+ height: 24px;
1670
+ width: 24px;
1671
+ }
1672
+ @else {
1673
+ margin: $fe-big-grid-icon-margin;
1674
+ }
1675
+ }
1676
+
1677
+ .e-empty {
1678
+ min-width: $fe-big-grid-empty-min-width;
1679
+ }
1680
+
1681
+ .e-empty-content {
1682
+ font-size: $fe-big-grid-empty-content-font-size;
1683
+ margin: $fe-big-grid-empty-content-margin;
1684
+ padding: $fe-big-grid-empty-content-padding;
1685
+ text-align: $fe-big-grid-empty-content-text-align;
1686
+ }
1687
+
1688
+ .e-empty-icon {
1689
+ height: $fe-big-grid-empty-icon-height;
1690
+ margin: $fe-big-grid-empty-icon-margin;
1691
+ width: $fe-big-grid-empty-icon-width;
1692
+ }
1693
+
1694
+ .e-empty-inner-content {
1695
+ font-size: $fe-big-grid-empty-inner-content-font-size;
1696
+ margin: $fe-big-grid-empty-inner-content-margin;
1697
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1698
+ opacity: $fe-big-grid-empty-inner-content-opacity;
1699
+ }
1700
+ padding: $fe-big-grid-empty-inner-content-padding;
1701
+ text-align: $fe-big-grid-empty-inner-content-text-align;
1702
+ }
1703
+ }
1704
+
1705
+ .e-large-icons {
1706
+ @include checkbox($fe-big-cb-line-height);
1707
+
1708
+ .e-list-parent {
1709
+ padding: $fe-big-lg-padding;
1710
+ }
1711
+
1712
+ .e-list-item {
1713
+ height: $fe-big-lg-item-height;
1714
+ margin: $fe-big-lg-item-margin;
1715
+ width: $fe-big-lg-item-width;
1716
+ }
1717
+
1718
+ .e-text-content {
1719
+ height: $fe-big-lg-item-inner-height;
1720
+ }
1721
+
1722
+ .e-list-text {
1723
+ font-size: $fe-big-lg-text-font-size;
1724
+ padding: $fe-big-lg-text-padding;
1725
+ width: $fe-big-lg-item-inner-width;
1726
+ }
1727
+
1728
+ .e-list-img {
1729
+ max-height: $fe-big-lg-img-height;
1730
+ max-width: $fe-big-lg-item-inner-width;
1731
+ }
1732
+
1733
+ .e-list-icon {
1734
+ height: $fe-big-lg-icon-height;
1735
+ margin: $fe-big-lg-icon-margin;
1736
+ width: $fe-big-lg-icon-width;
1737
+ }
1738
+
1739
+ .e-empty {
1740
+ min-width: $fe-big-lg-icon-empty-min-width;
1741
+ }
1742
+
1743
+ .e-empty-content {
1744
+ font-size: $fe-big-lg-icon-empty-content-font-size;
1745
+ margin: $fe-big-lg-icon-empty-content-margin;
1746
+ padding: $fe-big-lg-icon-empty-content-padding;
1747
+ text-align: $fe-big-lg-icon-empty-content-text-align;
1748
+ }
1749
+
1750
+ .e-empty-icon {
1751
+ height: $fe-big-lg-icon-empty-icon-height;
1752
+ margin: $fe-big-lg-icon-empty-icon-margin;
1753
+ width: $fe-big-lg-icon-empty-icon-width;
1754
+ }
1755
+
1756
+ .e-empty-inner-content {
1757
+ font-size: $fe-big-lg-icon-empty-inner-content-font-size;
1758
+ margin: $fe-big-lg-icon-empty-inner-content-margin;
1759
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1760
+ opacity: $fe-big-lg-icon-empty-inner-content-opacity;
1761
+ }
1762
+ padding: $fe-big-lg-icon-empty-inner-content-padding;
1763
+ text-align: $fe-big-lg-icon-empty-inner-content-text-align;
1764
+ }
1765
+ }
1766
+
1767
+ &.e-rtl {
1768
+
1769
+ .e-treeview {
1770
+
1771
+ & > .e-ul {
1772
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1773
+ padding: 0 12px 0 0;
1774
+ }
1775
+ }
1776
+ }
1777
+
1778
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1779
+ .e-fe-clone .e-fe-name {
1780
+ margin: 7px 0 7px 12px;
1781
+ }
1782
+ }
1783
+
1784
+ .e-grid {
1785
+
1786
+ .e-gridheader,
1787
+ .e-gridcontent {
1788
+
1789
+ .e-fe-checkbox {
1790
+ padding-right: 16px;
1791
+ }
1792
+ }
1793
+ }
1794
+ }
1795
+
1796
+ .e-fe-overlay {
1797
+ height: calc(100% - 41px);
1798
+ }
1799
+ }
1800
+
1801
+ @media (max-width: 469px) {
1802
+ .e-bigger .e-filemanager,
1803
+ .e-filemanager.e-bigger {
1804
+ &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1805
+ min-width: $fe-mobile-lg-item-minwidth;
1806
+ width: $fe-mobile-lg-item-width-two;
1807
+ }
1808
+ }
1809
+ }
1810
+
1811
+ @media (min-width: 470px) and (max-width: 625px) {
1812
+ .e-bigger .e-filemanager,
1813
+ .e-filemanager.e-bigger {
1814
+ &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1815
+ min-width: $fe-mobile-lg-item-minwidth;
1816
+ width: $fe-mobile-lg-item-width-three;
1817
+ }
1818
+ }
1819
+ }
1820
+
1821
+ @media (min-width: 360px) and (max-width: 500px) {
1822
+ @if $skin-name == 'FluentUI' {
1823
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
1824
+ position: relative;
1825
+ right: 10px;
1826
+ }
1827
+ }
1828
+ }
1829
+
1830
+ .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
1831
+ height: 100%;
1832
+ width: 100%;
1833
+ }
1834
+ }