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

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