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

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