@syncfusion/ej2-angular-filemanager 20.1.59 → 20.2.36

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