@syncfusion/ej2-angular-filemanager 21.2.5 → 22.1.34-ngcc

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