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

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