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

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 (121) 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/bootstrap-dark.css +1574 -1
  18. package/styles/bootstrap.css +1556 -1
  19. package/styles/bootstrap4.css +1584 -1
  20. package/styles/bootstrap5-dark.css +1629 -1
  21. package/styles/bootstrap5.css +1629 -1
  22. package/styles/fabric-dark.css +1555 -1
  23. package/styles/fabric.css +1555 -1
  24. package/styles/file-manager/_all.scss +2 -0
  25. package/styles/file-manager/_bootstrap-dark-definition.scss +242 -0
  26. package/styles/file-manager/_bootstrap-definition.scss +243 -0
  27. package/styles/file-manager/_bootstrap4-definition.scss +244 -0
  28. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -0
  29. package/styles/file-manager/_bootstrap5-definition.scss +239 -0
  30. package/styles/file-manager/_fabric-dark-definition.scss +240 -0
  31. package/styles/file-manager/_fabric-definition.scss +242 -0
  32. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  33. package/styles/file-manager/_fluent-definition.scss +247 -0
  34. package/styles/file-manager/_fusionnew-definition.scss +239 -0
  35. package/styles/file-manager/_highcontrast-definition.scss +242 -0
  36. package/styles/file-manager/_highcontrast-light-definition.scss +242 -0
  37. package/styles/file-manager/_layout.scss +2005 -0
  38. package/styles/file-manager/_material-dark-definition.scss +242 -0
  39. package/styles/file-manager/_material-definition.scss +242 -0
  40. package/styles/file-manager/_material3-dark-definition.scss +1 -0
  41. package/styles/file-manager/_material3-definition.scss +259 -0
  42. package/styles/file-manager/_tailwind-dark-definition.scss +1 -0
  43. package/styles/file-manager/_tailwind-definition.scss +234 -0
  44. package/styles/file-manager/_theme.scss +431 -0
  45. package/styles/file-manager/bootstrap-dark.css +1574 -1
  46. package/styles/file-manager/bootstrap-dark.scss +16 -1
  47. package/styles/file-manager/bootstrap.css +1556 -1
  48. package/styles/file-manager/bootstrap.scss +16 -1
  49. package/styles/file-manager/bootstrap4.css +1584 -1
  50. package/styles/file-manager/bootstrap4.scss +16 -1
  51. package/styles/file-manager/bootstrap5-dark.css +1629 -1
  52. package/styles/file-manager/bootstrap5-dark.scss +16 -1
  53. package/styles/file-manager/bootstrap5.css +1629 -1
  54. package/styles/file-manager/bootstrap5.scss +16 -1
  55. package/styles/file-manager/fabric-dark.css +1555 -1
  56. package/styles/file-manager/fabric-dark.scss +16 -1
  57. package/styles/file-manager/fabric.css +1555 -1
  58. package/styles/file-manager/fabric.scss +16 -1
  59. package/styles/file-manager/fluent-dark.css +1570 -1
  60. package/styles/file-manager/fluent-dark.scss +16 -1
  61. package/styles/file-manager/fluent.css +1569 -1
  62. package/styles/file-manager/fluent.scss +16 -1
  63. package/styles/file-manager/highcontrast-light.css +1555 -1
  64. package/styles/file-manager/highcontrast-light.scss +16 -1
  65. package/styles/file-manager/highcontrast.css +1575 -1
  66. package/styles/file-manager/highcontrast.scss +16 -1
  67. package/styles/file-manager/icons/_bootstrap-dark.scss +235 -0
  68. package/styles/file-manager/icons/_bootstrap.scss +235 -0
  69. package/styles/file-manager/icons/_bootstrap4.scss +235 -0
  70. package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -0
  71. package/styles/file-manager/icons/_bootstrap5.scss +235 -0
  72. package/styles/file-manager/icons/_fabric-dark.scss +229 -0
  73. package/styles/file-manager/icons/_fabric.scss +229 -0
  74. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  75. package/styles/file-manager/icons/_fluent.scss +235 -0
  76. package/styles/file-manager/icons/_fusionnew.scss +235 -0
  77. package/styles/file-manager/icons/_highcontrast-light.scss +235 -0
  78. package/styles/file-manager/icons/_highcontrast.scss +229 -0
  79. package/styles/file-manager/icons/_material-dark.scss +235 -0
  80. package/styles/file-manager/icons/_material.scss +235 -0
  81. package/styles/file-manager/icons/_material3-dark.scss +1 -0
  82. package/styles/file-manager/icons/_material3.scss +235 -0
  83. package/styles/file-manager/icons/_tailwind-dark.scss +1 -0
  84. package/styles/file-manager/icons/_tailwind.scss +235 -0
  85. package/styles/file-manager/material-dark.css +1593 -1
  86. package/styles/file-manager/material-dark.scss +16 -1
  87. package/styles/file-manager/material.css +1584 -1
  88. package/styles/file-manager/material.scss +16 -1
  89. package/styles/file-manager/material3-dark.css +1620 -1
  90. package/styles/file-manager/material3-dark.scss +16 -1
  91. package/styles/file-manager/material3.css +1676 -1
  92. package/styles/file-manager/material3.scss +16 -1
  93. package/styles/file-manager/tailwind-dark.css +1619 -1
  94. package/styles/file-manager/tailwind-dark.scss +16 -1
  95. package/styles/file-manager/tailwind.css +1619 -1
  96. package/styles/file-manager/tailwind.scss +16 -1
  97. package/styles/fluent-dark.css +1570 -1
  98. package/styles/fluent.css +1569 -1
  99. package/styles/highcontrast-light.css +1555 -1
  100. package/styles/highcontrast.css +1575 -1
  101. package/styles/material-dark.css +1593 -1
  102. package/styles/material.css +1584 -1
  103. package/styles/material3-dark.css +1620 -1
  104. package/styles/material3-dark.scss +1 -0
  105. package/styles/material3.css +1676 -1
  106. package/styles/material3.scss +1 -0
  107. package/styles/tailwind-dark.css +1619 -1
  108. package/styles/tailwind.css +1619 -1
  109. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  110. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -307
  111. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  112. package/@syncfusion/ej2-angular-filemanager.js +0 -279
  113. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  114. package/CHANGELOG.md +0 -410
  115. package/dist/ej2-angular-filemanager.umd.js +0 -530
  116. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  117. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  118. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  119. package/ej2-angular-filemanager.d.ts +0 -5
  120. package/ej2-angular-filemanager.metadata.json +0 -1
  121. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,2005 @@
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
+ @if $fm-skin-name !='Material3' {
1355
+ margin: 3px 0;
1356
+ }
1357
+ right: 13px;
1358
+ }
1359
+ }
1360
+
1361
+ .e-grid {
1362
+
1363
+ .e-fe-grid-icon .e-fe-icon {
1364
+ height: $fe-mobile-grid-icon-size;
1365
+ width: $fe-mobile-grid-icon-size;
1366
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1367
+ margin: 0 8px 0 0;
1368
+ }
1369
+ }
1370
+
1371
+ .e-gridheader {
1372
+ display: none;
1373
+ }
1374
+
1375
+ .e-content {
1376
+
1377
+ .e-rowcell {
1378
+ border-bottom: 1px solid;
1379
+ border-bottom-color: $fe-border-color;
1380
+
1381
+ &.e-fe-checkbox {
1382
+ padding: 0;
1383
+ }
1384
+ }
1385
+ }
1386
+
1387
+ .e-gridcontent .e-fe-grid-icon {
1388
+ @if $fm-skin-name == 'fabric-dark' {
1389
+ padding-left: 9px;
1390
+ padding-right: 9px;
1391
+ }
1392
+ @else {
1393
+ padding-left: 10px;
1394
+ padding-right: 10px;
1395
+ }
1396
+ }
1397
+
1398
+ .e-fe-text {
1399
+ @include ellipsis;
1400
+ }
1401
+ }
1402
+
1403
+ .e-large-icons .e-list-parent {
1404
+ padding: 0;
1405
+
1406
+ .e-list-item {
1407
+ display: inline-table;
1408
+ height: $fe-mobile-lg-item-height;
1409
+ margin: $fe-mobile-lg-item-margin;
1410
+ width: $fe-mobile-lg-item-width;
1411
+
1412
+ &.e-hover {
1413
+ @include visibility(hidden);
1414
+ }
1415
+
1416
+ &.e-active {
1417
+ @include visibility(visible);
1418
+ }
1419
+
1420
+ .e-checkbox-wrapper {
1421
+ z-index: 999;
1422
+ }
1423
+
1424
+ .e-list-text {
1425
+ margin: 0 auto;
1426
+ width: $fe-mobile-lg-item-inner-width;
1427
+ @if $fm-skin-name == 'Material3' {
1428
+ font-size: $fe-big-lg-text-font-size;
1429
+ }
1430
+ }
1431
+
1432
+ .e-list-img {
1433
+ margin: 11px auto;
1434
+ max-height: $fe-mobile-lg-img-height;
1435
+ max-width: $fe-mobile-lg-item-inner-width;
1436
+ }
1437
+
1438
+ .e-list-icon {
1439
+ height: $fe-mobile-lg-icon-height;
1440
+ margin: $fe-mobile-lg-icon-margin;
1441
+ width: $fe-mobile-lg-icon-width;
1442
+ }
1443
+ }
1444
+ }
1445
+ }
1446
+
1447
+ &.e-fe-m-select {
1448
+
1449
+ .e-large-icons {
1450
+
1451
+ .e-list-item.e-large-icon {
1452
+ @include visibility(visible);
1453
+ }
1454
+ }
1455
+
1456
+ .e-grid {
1457
+
1458
+ .e-content .e-row .e-rowcell {
1459
+ @include visibility(visible);
1460
+ }
1461
+ }
1462
+ }
1463
+
1464
+ &.e-fe-m-filter {
1465
+
1466
+ .e-address {
1467
+
1468
+ .e-search-wrap {
1469
+ margin: 0;
1470
+ padding: 0;
1471
+ position: absolute;
1472
+ width: 100%;
1473
+
1474
+ .e-input-group {
1475
+ display: inline-flex;
1476
+ }
1477
+
1478
+ .e-input-group .e-input {
1479
+ height: auto;
1480
+ margin-left: 45px;
1481
+ }
1482
+
1483
+ .e-fe-search {
1484
+ left: 0;
1485
+ margin-left: 8px;
1486
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1487
+ margin-top: 7px;
1488
+ }
1489
+ @else {
1490
+ margin-top: 3px;
1491
+ }
1492
+ width: 30px;
1493
+ }
1494
+ }
1495
+
1496
+ .e-addressbar-ul {
1497
+ visibility: hidden;
1498
+ }
1499
+ }
1500
+ }
1501
+
1502
+ &.e-fe-m-filter.e-rtl {
1503
+
1504
+ .e-address {
1505
+
1506
+ .e-search-wrap {
1507
+
1508
+ .e-input-group .e-input {
1509
+ margin-right: 45px;
1510
+ }
1511
+
1512
+ .e-fe-search {
1513
+ transform: rotate(180deg);
1514
+ }
1515
+ }
1516
+ }
1517
+ }
1518
+
1519
+ &.e-rtl {
1520
+
1521
+ .e-grid {
1522
+
1523
+ .e-gridheader,
1524
+ .e-gridcontent {
1525
+
1526
+ .e-fe-grid-icon {
1527
+ padding-right: 10px;
1528
+ }
1529
+ }
1530
+ }
1531
+ }
1532
+ }
1533
+
1534
+ .e-fe-popup.e-bigger,
1535
+ .e-bigger .e-fe-popup {
1536
+
1537
+ .e-fe-error {
1538
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1539
+ font-size: $text-sm;
1540
+ line-height: 22px;
1541
+ }
1542
+ }
1543
+
1544
+ &.e-dialog {
1545
+
1546
+ .e-dlg-header-content {
1547
+ padding: $fe-big-dg-header-font-size;
1548
+ }
1549
+
1550
+ td {
1551
+ @include ellipsis;
1552
+ font-size: $fe-big-dg-td-font-size;
1553
+ max-width: 205px;
1554
+ min-width: 45px;
1555
+ padding: $fe-big-dg-td-padding;
1556
+ }
1557
+ }
1558
+ }
1559
+
1560
+ .e-bigger .e-filemanager,
1561
+ .e-filemanager.e-bigger {
1562
+
1563
+ .e-toolbar {
1564
+
1565
+ @if ($fm-skin-name == 'Material3') {
1566
+ height: $fe-big-tb-height;
1567
+ min-height: $fe-big-tb-height;
1568
+
1569
+ .e-toolbar-item:not(.e-separator) {
1570
+ min-height: $fe-big-tb-height;
1571
+ padding: 4px;
1572
+ }
1573
+ }
1574
+
1575
+ .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1576
+ font-size: $fe-mobile-icon-font-size;
1577
+ }
1578
+
1579
+ .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn {
1580
+ &.e-tbar-btn {
1581
+ padding: $fe-big-tb-ddb-btn-padding;
1582
+ }
1583
+
1584
+ &.e-tbar-btn.e-active {
1585
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1586
+ }
1587
+
1588
+ &.e-tbar-btn:hover {
1589
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1590
+ }
1591
+
1592
+ &.e-tbar-btn:focus {
1593
+ padding: $fe-big-tb-ddb-btn-hvr-padding;
1594
+ }
1595
+
1596
+ &.e-tbar-btn .e-btn-icon.e-icons.e-caret {
1597
+ @if $fm-skin-name == 'tailwind' {
1598
+ font-size: 22px;
1599
+ height: 22px;
1600
+ margin: 4px 4px 0;
1601
+ padding: 1px;
1602
+ width: 22px;
1603
+ }
1604
+ @else {
1605
+ padding: 0 10px;
1606
+ }
1607
+ }
1608
+ }
1609
+
1610
+ .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
1611
+ padding: 0 10px;
1612
+ }
1613
+
1614
+ .e-popup-up-icon.e-icons,
1615
+ .e-popup-down-icon.e-icons {
1616
+ font-size: $fe-mobile-icon-font-size;
1617
+ }
1618
+ }
1619
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1620
+ .e-fe-clone {
1621
+ .e-fe-content {
1622
+ .e-fe-name {
1623
+ font-size: $text-base;
1624
+ line-height: 24px;
1625
+ margin: 7px 12px 7px 0;
1626
+ }
1627
+
1628
+ .e-fe-icon {
1629
+ height: 24px;
1630
+ margin: 7px 12px;
1631
+ width: 24px;
1632
+ }
1633
+ }
1634
+
1635
+ .e-fe-count {
1636
+ font-size: $text-sm;
1637
+ height: 24px;
1638
+ line-height: 22px;
1639
+ width: 24px;
1640
+ }
1641
+ }
1642
+ }
1643
+
1644
+ .e-treeview {
1645
+
1646
+ & > .e-ul {
1647
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1648
+ padding-left: 12px;
1649
+ }
1650
+ }
1651
+
1652
+ .e-list-parent .e-list-item {
1653
+
1654
+ .e-fullrow {
1655
+ height: $fe-big-tv-fullrow-height;
1656
+ }
1657
+
1658
+ .e-list-text {
1659
+ height: $fe-big-tv-node-height;
1660
+ line-height: $fe-big-tv-node-height;
1661
+ }
1662
+ }
1663
+ }
1664
+
1665
+ .e-address {
1666
+ height: $fe-big-address-height;
1667
+
1668
+ .e-breadcrumb-menu .e-breadcrumb-submenu {
1669
+ height: $fe-big-bc-submenu-height;
1670
+ @if $fm-skin-name == 'material-dark' {
1671
+ margin-top: -3px;
1672
+ }
1673
+ }
1674
+
1675
+ .e-address-list-item {
1676
+ @if ($fm-skin-name != 'Material3') {
1677
+ height: $fe-big-bc-li-item-height;
1678
+ }
1679
+
1680
+ .e-icons {
1681
+ font-size: $fe-big-bc-icon-font-size;
1682
+ }
1683
+ }
1684
+
1685
+ .e-addressbar-ul {
1686
+ padding: $fe-big-bc-padding;
1687
+ }
1688
+
1689
+ .e-list-text {
1690
+ font-size: $fe-big-bc-font-size;
1691
+ line-height: $fe-big-bc-text-size;
1692
+ padding: $fe-big-bc-text-padding;
1693
+ }
1694
+
1695
+ .e-search-wrap {
1696
+ min-width: 51px;
1697
+ padding: $fe-big-search-padding;
1698
+
1699
+ .e-input-group {
1700
+ height: $fe-big-search-height;
1701
+
1702
+ .e-input:focus {
1703
+ padding: 0;
1704
+ }
1705
+
1706
+ .e-input {
1707
+ @if ($fm-skin-name == 'material' or $fm-skin-name == 'material-dark') {
1708
+ height: 39px;
1709
+ }
1710
+ @if ($fm-skin-name == 'FluentUI') {
1711
+ height: 30px;
1712
+ }
1713
+
1714
+ @if ($fm-skin-name == 'Material3') {
1715
+ margin: $fe-big-search-input-margin;
1716
+ height: $fe-big-search-input-height;
1717
+ }
1718
+ }
1719
+
1720
+ .e-clear-icon::before {
1721
+ @if ($fm-skin-name == 'bootstrap5') {
1722
+ margin: 0;
1723
+ }
1724
+ }
1725
+ }
1726
+ }
1727
+
1728
+ .e-fe-search {
1729
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1730
+ font-size: 16px;
1731
+ }
1732
+ @else if $fm-skin-name == 'FluentUI' {
1733
+ font-size: 18px;
1734
+ }
1735
+ @if $fm-skin-name == 'tailwind' {
1736
+ margin: 7px 4px;
1737
+ }
1738
+ @else if $fm-skin-name == 'bootstrap5' {
1739
+ margin: 4px;
1740
+ }
1741
+ @else if $fm-skin-name == 'FluentUI' {
1742
+ margin: 3px;
1743
+ }
1744
+ @else if($fm-skin-name == 'Material3') {
1745
+ margin: $fe-search-icon-margin;
1746
+ }
1747
+ @else {
1748
+ margin: 7px 0;
1749
+ }
1750
+
1751
+ @if ($fm-skin-name == 'Material3') {
1752
+ padding: $fe-big-search-input-padding;
1753
+ }
1754
+ }
1755
+ }
1756
+
1757
+ .e-grid {
1758
+ @include checkbox($fe-big-cb-line-height);
1759
+
1760
+ .e-gridheader {
1761
+
1762
+ .e-headercell {
1763
+ height: $fe-big-grid-header-height;
1764
+ }
1765
+
1766
+ .e-headertext {
1767
+ font-size: $fe-big-grid-header-font-size;
1768
+ }
1769
+ }
1770
+
1771
+ .e-gridheader,
1772
+ .e-gridcontent {
1773
+
1774
+ .e-rowcell {
1775
+ font-size: $fe-big-grid-content-font-size;
1776
+
1777
+ @if $fm-skin-name == 'Material3' {
1778
+ padding: 14px 12px;
1779
+ line-height: 20px;
1780
+
1781
+ .e-fe-text {
1782
+ font-size: $fe-grid-content-name-font-size;
1783
+ line-height: 20px;
1784
+ }
1785
+ }
1786
+ .e-fe-text {
1787
+ font-size: $fe-big-grid-content-name-font-size;
1788
+ }
1789
+ }
1790
+
1791
+ .e-fe-checkbox {
1792
+ padding-left: 10px;
1793
+ }
1794
+
1795
+ .e-fe-grid-icon {
1796
+ @if $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'tailwind' {
1797
+ padding-left: 10px;
1798
+ }
1799
+ @else {
1800
+ padding-left: 16px;
1801
+ }
1802
+ }
1803
+ }
1804
+
1805
+ .e-content {
1806
+ tr.e-row.e-fe-drop-folder .e-rowcell {
1807
+ @if $fm-skin-name == 'tailwind' {
1808
+ padding-bottom: 11px;
1809
+ padding-top: 11px;
1810
+ }
1811
+ }
1812
+ }
1813
+
1814
+ .e-fe-icon {
1815
+ @if $fm-skin-name == 'tailwind' {
1816
+ height: 24px;
1817
+ width: 24px;
1818
+ }
1819
+ @else {
1820
+ margin: $fe-big-grid-icon-margin;
1821
+ }
1822
+ }
1823
+
1824
+ .e-empty {
1825
+ min-width: $fe-big-grid-empty-min-width;
1826
+ }
1827
+
1828
+ .e-empty-content {
1829
+ font-size: $fe-big-grid-empty-content-font-size;
1830
+ margin: $fe-big-grid-empty-content-margin;
1831
+ padding: $fe-big-grid-empty-content-padding;
1832
+ text-align: $fe-big-grid-empty-content-text-align;
1833
+ }
1834
+
1835
+ .e-empty-icon {
1836
+ height: $fe-big-grid-empty-icon-height;
1837
+ margin: $fe-big-grid-empty-icon-margin;
1838
+ width: $fe-big-grid-empty-icon-width;
1839
+ }
1840
+
1841
+ .e-empty-inner-content {
1842
+ font-size: $fe-big-grid-empty-inner-content-font-size;
1843
+ margin: $fe-big-grid-empty-inner-content-margin;
1844
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1845
+ opacity: $fe-big-grid-empty-inner-content-opacity;
1846
+ }
1847
+ padding: $fe-big-grid-empty-inner-content-padding;
1848
+ text-align: $fe-big-grid-empty-inner-content-text-align;
1849
+ }
1850
+ &.e-rtl .e-checkbox-wrapper .e-frame {
1851
+ @if $fm-skin-name == 'FluentUI' {
1852
+ margin-right: -16px;
1853
+ }
1854
+ @else{
1855
+ margin-right: -10px;
1856
+ }
1857
+ }
1858
+ }
1859
+
1860
+ .e-large-icons {
1861
+ @include checkbox($fe-big-cb-line-height);
1862
+
1863
+ .e-list-parent {
1864
+ padding: $fe-big-lg-padding;
1865
+ }
1866
+
1867
+ .e-list-item {
1868
+ height: $fe-big-lg-item-height;
1869
+ margin: $fe-big-lg-item-margin;
1870
+ width: $fe-big-lg-item-width;
1871
+ }
1872
+
1873
+ .e-text-content {
1874
+ height: $fe-big-lg-item-inner-height;
1875
+ }
1876
+
1877
+ .e-list-text {
1878
+ font-size: $fe-big-lg-text-font-size;
1879
+ padding: $fe-big-lg-text-padding;
1880
+ width: $fe-big-lg-item-inner-width;
1881
+ }
1882
+
1883
+ .e-list-img {
1884
+ max-height: $fe-big-lg-img-height;
1885
+ max-width: $fe-big-lg-item-inner-width;
1886
+ }
1887
+
1888
+ .e-list-icon {
1889
+ height: $fe-big-lg-icon-height;
1890
+ margin: $fe-big-lg-icon-margin;
1891
+ width: $fe-big-lg-icon-width;
1892
+ }
1893
+
1894
+ .e-empty {
1895
+ min-width: $fe-big-lg-icon-empty-min-width;
1896
+ }
1897
+
1898
+ .e-empty-content {
1899
+ font-size: $fe-big-lg-icon-empty-content-font-size;
1900
+ margin: $fe-big-lg-icon-empty-content-margin;
1901
+ padding: $fe-big-lg-icon-empty-content-padding;
1902
+ text-align: $fe-big-lg-icon-empty-content-text-align;
1903
+ }
1904
+
1905
+ .e-empty-icon {
1906
+ height: $fe-big-lg-icon-empty-icon-height;
1907
+ margin: $fe-big-lg-icon-empty-icon-margin;
1908
+ width: $fe-big-lg-icon-empty-icon-width;
1909
+ }
1910
+
1911
+ .e-empty-inner-content {
1912
+ font-size: $fe-big-lg-icon-empty-inner-content-font-size;
1913
+ margin: $fe-big-lg-icon-empty-inner-content-margin;
1914
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1915
+ opacity: $fe-big-lg-icon-empty-inner-content-opacity;
1916
+ }
1917
+ padding: $fe-big-lg-icon-empty-inner-content-padding;
1918
+ text-align: $fe-big-lg-icon-empty-inner-content-text-align;
1919
+ }
1920
+ }
1921
+
1922
+ &.e-rtl {
1923
+
1924
+ .e-treeview {
1925
+
1926
+ & > .e-ul {
1927
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1928
+ padding: 0 12px 0 0;
1929
+ }
1930
+ }
1931
+ }
1932
+
1933
+ @if $fm-skin-name =='Material3' {
1934
+ .e-address {
1935
+ .e-search-wrap {
1936
+ .e-input-group {
1937
+ .e-input {
1938
+ margin: $fe-big-rtl-search-input-margin;
1939
+ }
1940
+ }
1941
+ }
1942
+
1943
+ .e-fe-search {
1944
+ padding: $fe-big-rtl-search-input-padding;
1945
+ }
1946
+ }
1947
+ }
1948
+
1949
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1950
+ .e-fe-clone .e-fe-name {
1951
+ margin: 7px 0 7px 12px;
1952
+ }
1953
+ }
1954
+
1955
+ .e-grid {
1956
+
1957
+ .e-gridheader,
1958
+ .e-gridcontent {
1959
+
1960
+ .e-fe-checkbox {
1961
+ padding-right: 16px;
1962
+ }
1963
+ }
1964
+ }
1965
+ }
1966
+
1967
+ .e-fe-overlay {
1968
+ height: calc(100% - 41px);
1969
+ }
1970
+ }
1971
+
1972
+ @media (max-width: 469px) {
1973
+ .e-bigger .e-filemanager,
1974
+ .e-filemanager.e-bigger {
1975
+ &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1976
+ min-width: $fe-mobile-lg-item-minwidth;
1977
+ width: $fe-mobile-lg-item-width-two;
1978
+ }
1979
+ }
1980
+ }
1981
+
1982
+ @media (min-width: 470px) and (max-width: 625px) {
1983
+ .e-bigger .e-filemanager,
1984
+ .e-filemanager.e-bigger {
1985
+ &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1986
+ min-width: $fe-mobile-lg-item-minwidth;
1987
+ width: $fe-mobile-lg-item-width-three;
1988
+ }
1989
+ }
1990
+ }
1991
+
1992
+ @media (min-width: 360px) and (max-width: 500px) {
1993
+ @if $skin-name == 'FluentUI' {
1994
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
1995
+ position: relative;
1996
+ right: 10px;
1997
+ }
1998
+ }
1999
+ }
2000
+
2001
+ .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
2002
+ height: 100%;
2003
+ width: 100%;
2004
+ }
2005
+ }