@syncfusion/ej2-filemanager 20.1.52-10459 → 20.1.52-10460

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 (203) hide show
  1. package/.eslintrc.json +3 -20
  2. package/CHANGELOG.md +410 -0
  3. package/README.md +43 -54
  4. package/dist/ej2-filemanager.umd.min.js +10 -1
  5. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es2015.js +659 -2353
  7. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  8. package/dist/es6/ej2-filemanager.es5.js +708 -2421
  9. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  10. package/dist/global/ej2-filemanager.min.js +10 -1
  11. package/dist/global/ej2-filemanager.min.js.map +1 -1
  12. package/dist/global/index.d.ts +9 -0
  13. package/helpers/e2e/filemanagerHelper.js +166 -183
  14. package/package.json +71 -71
  15. package/src/file-manager/actions/breadcrumb-bar.js +5 -1
  16. package/src/file-manager/actions/index.d.ts +0 -1
  17. package/src/file-manager/actions/index.js +0 -1
  18. package/src/file-manager/actions/toolbar.d.ts +0 -1
  19. package/src/file-manager/actions/toolbar.js +17 -129
  20. package/src/file-manager/base/file-manager-model.d.ts +28 -154
  21. package/src/file-manager/base/file-manager.d.ts +27 -176
  22. package/src/file-manager/base/file-manager.js +28 -244
  23. package/src/file-manager/base/interface.d.ts +3 -329
  24. package/src/file-manager/base/interface.js +1 -0
  25. package/src/file-manager/common/operations.d.ts +0 -7
  26. package/src/file-manager/common/operations.js +185 -830
  27. package/src/file-manager/common/utility.d.ts +3 -46
  28. package/src/file-manager/common/utility.js +73 -249
  29. package/src/file-manager/index.d.ts +0 -1
  30. package/src/file-manager/index.js +0 -1
  31. package/src/file-manager/layout/details-view.d.ts +0 -10
  32. package/src/file-manager/layout/details-view.js +94 -203
  33. package/src/file-manager/layout/large-icons-view.d.ts +2 -4
  34. package/src/file-manager/layout/large-icons-view.js +72 -121
  35. package/src/file-manager/layout/navigation-pane.d.ts +0 -2
  36. package/src/file-manager/layout/navigation-pane.js +73 -97
  37. package/src/file-manager/models/column-model.d.ts +5 -23
  38. package/src/file-manager/models/column.d.ts +2 -21
  39. package/src/file-manager/models/column.js +0 -6
  40. package/src/file-manager/models/default-locale.js +1 -0
  41. package/src/file-manager/models/details-view-settings-model.d.ts +1 -1
  42. package/src/file-manager/models/details-view-settings.js +3 -8
  43. package/src/file-manager/models/search-settings.d.ts +0 -5
  44. package/src/file-manager/models/toolbar-settings-model.d.ts +2 -177
  45. package/src/file-manager/models/toolbar-settings.d.ts +2 -157
  46. package/src/file-manager/models/toolbar-settings.js +2 -64
  47. package/src/file-manager/models/upload-settings-model.d.ts +0 -13
  48. package/src/file-manager/models/upload-settings.d.ts +0 -12
  49. package/src/file-manager/models/upload-settings.js +0 -3
  50. package/src/file-manager/pop-up/context-menu.d.ts +1 -2
  51. package/src/file-manager/pop-up/context-menu.js +36 -111
  52. package/src/file-manager/pop-up/dialog.d.ts +2 -1
  53. package/src/file-manager/pop-up/dialog.js +40 -19
  54. package/src/global.js +1 -1
  55. package/styles/bootstrap-dark.css +665 -371
  56. package/styles/bootstrap-dark.scss +1 -17
  57. package/styles/bootstrap.css +644 -353
  58. package/styles/bootstrap.scss +1 -17
  59. package/styles/bootstrap4.css +680 -381
  60. package/styles/bootstrap4.scss +1 -17
  61. package/styles/bootstrap5-dark.css +694 -376
  62. package/styles/bootstrap5-dark.scss +1 -17
  63. package/styles/bootstrap5.css +695 -377
  64. package/styles/bootstrap5.scss +1 -17
  65. package/styles/fabric-dark.css +642 -358
  66. package/styles/fabric-dark.scss +1 -17
  67. package/styles/fabric.css +641 -357
  68. package/styles/fabric.scss +1 -17
  69. package/styles/file-manager/_all.scss +1 -1
  70. package/styles/file-manager/_bootstrap-dark-definition.scss +2 -6
  71. package/styles/file-manager/_bootstrap-definition.scss +2 -6
  72. package/styles/file-manager/_bootstrap4-definition.scss +2 -6
  73. package/styles/file-manager/_bootstrap5-definition.scss +15 -20
  74. package/styles/file-manager/_fabric-dark-definition.scss +2 -6
  75. package/styles/file-manager/_fabric-definition.scss +2 -6
  76. package/styles/file-manager/_fluent-definition.scss +15 -18
  77. package/styles/file-manager/_highcontrast-definition.scss +2 -6
  78. package/styles/file-manager/_highcontrast-light-definition.scss +2 -6
  79. package/styles/file-manager/_layout.scss +932 -369
  80. package/styles/file-manager/_material-dark-definition.scss +2 -7
  81. package/styles/file-manager/_material-definition.scss +2 -7
  82. package/styles/file-manager/_tailwind-definition.scss +16 -20
  83. package/styles/file-manager/_theme.scss +102 -123
  84. package/styles/file-manager/bootstrap-dark.css +665 -371
  85. package/styles/file-manager/bootstrap-dark.scss +1 -2
  86. package/styles/file-manager/bootstrap.css +644 -353
  87. package/styles/file-manager/bootstrap.scss +1 -2
  88. package/styles/file-manager/bootstrap4.css +680 -381
  89. package/styles/file-manager/bootstrap4.scss +1 -2
  90. package/styles/file-manager/bootstrap5-dark.css +694 -376
  91. package/styles/file-manager/bootstrap5-dark.scss +1 -2
  92. package/styles/file-manager/bootstrap5.css +695 -377
  93. package/styles/file-manager/bootstrap5.scss +1 -2
  94. package/styles/file-manager/fabric-dark.css +642 -358
  95. package/styles/file-manager/fabric-dark.scss +1 -2
  96. package/styles/file-manager/fabric.css +641 -357
  97. package/styles/file-manager/fabric.scss +1 -2
  98. package/styles/file-manager/fluent-dark.css +641 -356
  99. package/styles/file-manager/fluent-dark.scss +1 -2
  100. package/styles/file-manager/fluent.css +640 -355
  101. package/styles/file-manager/fluent.scss +1 -2
  102. package/styles/file-manager/highcontrast-light.css +644 -354
  103. package/styles/file-manager/highcontrast-light.scss +1 -2
  104. package/styles/file-manager/highcontrast.css +647 -377
  105. package/styles/file-manager/highcontrast.scss +1 -2
  106. package/styles/file-manager/icons/_bootstrap.scss +1 -0
  107. package/styles/file-manager/icons/_bootstrap4.scss +1 -0
  108. package/styles/file-manager/icons/_fabric-dark.scss +1 -0
  109. package/styles/file-manager/icons/_fabric.scss +1 -0
  110. package/styles/file-manager/material-dark.css +671 -392
  111. package/styles/file-manager/material-dark.scss +1 -2
  112. package/styles/file-manager/material.css +654 -391
  113. package/styles/file-manager/material.scss +1 -2
  114. package/styles/file-manager/tailwind-dark.css +667 -350
  115. package/styles/file-manager/tailwind-dark.scss +1 -2
  116. package/styles/file-manager/tailwind.css +667 -350
  117. package/styles/file-manager/tailwind.scss +1 -2
  118. package/styles/fluent-dark.css +641 -356
  119. package/styles/fluent-dark.scss +1 -17
  120. package/styles/fluent.css +640 -355
  121. package/styles/fluent.scss +1 -17
  122. package/styles/highcontrast-light.css +644 -354
  123. package/styles/highcontrast-light.scss +1 -17
  124. package/styles/highcontrast.css +647 -377
  125. package/styles/highcontrast.scss +1 -17
  126. package/styles/material-dark.css +671 -392
  127. package/styles/material-dark.scss +1 -17
  128. package/styles/material.css +654 -391
  129. package/styles/material.scss +1 -17
  130. package/styles/tailwind-dark.css +667 -350
  131. package/styles/tailwind-dark.scss +1 -17
  132. package/styles/tailwind.css +667 -350
  133. package/styles/tailwind.scss +1 -17
  134. package/dist/ej2-filemanager.min.js +0 -1
  135. package/src/file-manager/actions/virtualization.d.ts +0 -93
  136. package/src/file-manager/actions/virtualization.js +0 -279
  137. package/styles/bootstrap-dark-lite.css +0 -1058
  138. package/styles/bootstrap-dark-lite.scss +0 -16
  139. package/styles/bootstrap-lite.css +0 -1040
  140. package/styles/bootstrap-lite.scss +0 -16
  141. package/styles/bootstrap4-lite.css +0 -1068
  142. package/styles/bootstrap4-lite.scss +0 -16
  143. package/styles/bootstrap5-dark-lite.css +0 -1078
  144. package/styles/bootstrap5-dark-lite.scss +0 -16
  145. package/styles/bootstrap5-lite.css +0 -1078
  146. package/styles/bootstrap5-lite.scss +0 -16
  147. package/styles/bootstrap5.3-lite.css +0 -1035
  148. package/styles/bootstrap5.3-lite.scss +0 -16
  149. package/styles/bootstrap5.3.css +0 -1603
  150. package/styles/bootstrap5.3.scss +0 -17
  151. package/styles/fabric-dark-lite.css +0 -1039
  152. package/styles/fabric-dark-lite.scss +0 -16
  153. package/styles/fabric-lite.css +0 -1039
  154. package/styles/fabric-lite.scss +0 -16
  155. package/styles/file-manager/_bds-definition.scss +0 -236
  156. package/styles/file-manager/_bigger.scss +0 -758
  157. package/styles/file-manager/_bootstrap5.3-definition.scss +0 -242
  158. package/styles/file-manager/_fluent2-definition.scss +0 -255
  159. package/styles/file-manager/_fusionnew-definition.scss +0 -241
  160. package/styles/file-manager/_material3-dark-definition.scss +0 -1
  161. package/styles/file-manager/_material3-definition.scss +0 -235
  162. package/styles/file-manager/bootstrap5.3.css +0 -1603
  163. package/styles/file-manager/bootstrap5.3.scss +0 -17
  164. package/styles/file-manager/fluent2.css +0 -1886
  165. package/styles/file-manager/fluent2.scss +0 -17
  166. package/styles/file-manager/icons/_bds.scss +0 -235
  167. package/styles/file-manager/icons/_bootstrap5.3.scss +0 -235
  168. package/styles/file-manager/icons/_fluent2.scss +0 -235
  169. package/styles/file-manager/icons/_fusionnew.scss +0 -235
  170. package/styles/file-manager/icons/_material3-dark.scss +0 -1
  171. package/styles/file-manager/icons/_material3.scss +0 -235
  172. package/styles/file-manager/material3-dark.css +0 -1633
  173. package/styles/file-manager/material3-dark.scss +0 -18
  174. package/styles/file-manager/material3.css +0 -1635
  175. package/styles/file-manager/material3.scss +0 -18
  176. package/styles/fluent-dark-lite.css +0 -1037
  177. package/styles/fluent-dark-lite.scss +0 -16
  178. package/styles/fluent-lite.css +0 -1036
  179. package/styles/fluent-lite.scss +0 -16
  180. package/styles/fluent2-lite.css +0 -1272
  181. package/styles/fluent2-lite.scss +0 -16
  182. package/styles/fluent2.css +0 -1886
  183. package/styles/fluent2.scss +0 -17
  184. package/styles/highcontrast-light-lite.css +0 -1039
  185. package/styles/highcontrast-light-lite.scss +0 -16
  186. package/styles/highcontrast-lite.css +0 -1059
  187. package/styles/highcontrast-lite.scss +0 -16
  188. package/styles/material-dark-lite.css +0 -1092
  189. package/styles/material-dark-lite.scss +0 -16
  190. package/styles/material-lite.css +0 -1097
  191. package/styles/material-lite.scss +0 -16
  192. package/styles/material3-dark-lite.css +0 -1090
  193. package/styles/material3-dark-lite.scss +0 -16
  194. package/styles/material3-dark.css +0 -1633
  195. package/styles/material3-dark.scss +0 -19
  196. package/styles/material3-lite.css +0 -1092
  197. package/styles/material3-lite.scss +0 -16
  198. package/styles/material3.css +0 -1635
  199. package/styles/material3.scss +0 -19
  200. package/styles/tailwind-dark-lite.css +0 -1060
  201. package/styles/tailwind-dark-lite.scss +0 -16
  202. package/styles/tailwind-lite.css +0 -1060
  203. package/styles/tailwind-lite.scss +0 -16
@@ -1,94 +1,38 @@
1
- /* stylelint-disable property-no-vendor-prefix */
1
+ // sass-lint:disable no-vendor-prefixes
2
2
  @mixin user-select {
3
3
  -moz-user-select: none;
4
4
  -ms-user-select: none;
5
5
  -webkit-user-select: none;
6
6
  user-select: none;
7
7
  }
8
-
9
8
  @mixin visibility($value) {
10
9
  .e-checkbox-wrapper {
11
10
  visibility: $value;
12
- @if $fm-skin-name == 'fluent2' {
13
- padding: 0;
14
- }
15
11
  }
16
12
  }
17
-
18
13
  @mixin grid-no-border {
19
14
  .e-rowcell.e-lastrowcell {
20
15
  border-bottom-width: 0;
21
16
  }
22
17
  }
23
-
24
18
  @mixin popup-active-icon {
25
19
  .e-fe-dot,
26
20
  .e-fe-tick {
27
21
  font-size: $fe-ddl-icon-font-size;
28
22
  }
29
23
  }
30
-
31
24
  @mixin ellipsis {
32
25
  overflow: hidden;
33
26
  text-overflow: ellipsis;
34
27
  white-space: nowrap;
35
28
  }
36
-
37
- @mixin size($height, $width) {
38
- height: $height;
39
- width: $width;
40
- }
41
-
42
29
  @mixin checkbox($value) {
43
- .e-checkbox-wrapper .e-frame {
44
- border-width: 1px;
45
- line-height: $value;
46
- @if $fm-skin-name == 'fluent2' {
47
- @include size(16px, 16px);
48
- font-size: 10px;
49
- margin: 0;
50
- }
51
- }
52
- }
53
-
54
- @mixin icon-style($height, $width, $margin) {
55
- height: $height;
56
- margin: $margin;
57
- width: $width;
58
- }
59
-
60
- @mixin empty-content($font-size, $margin, $padding, $text-align) {
61
- font-size: $font-size;
62
- margin: $margin;
63
- padding: $padding;
64
- text-align: $text-align;
65
- }
66
-
67
- @mixin toolbar-height($height, $min-height) {
68
- height: $height;
69
- min-height: $min-height;
70
- }
71
-
72
- @mixin margin-padding($margin, $padding) {
73
- margin: $margin;
74
- padding: $padding;
75
- }
76
-
77
- @mixin empty-style($empty-min-width, $empty-content-font-size, $empty-content-margin, $empty-content-padding, $empty-content-text-align, $empty-icon-height, $empty-icon-width, $empty-icon-margin, $empty-inner-content-font-size, $empty-inner-content-margin, $empty-inner-content-padding, $empty-inner-content-text-align) {
78
- .e-empty {
79
- min-width: $empty-min-width;
80
- }
81
-
82
- .e-empty-content {
83
- @include empty-content($empty-content-font-size, $empty-content-margin, $empty-content-padding, $empty-content-text-align);
84
- }
85
-
86
- .e-empty-icon {
87
- @include icon-style($empty-icon-height, $empty-icon-width, $empty-icon-margin);
88
- }
30
+ .e-checkbox-wrapper {
89
31
 
90
- .e-empty-inner-content {
91
- @include empty-content($empty-inner-content-font-size, $empty-inner-content-margin, $empty-inner-content-padding, $empty-inner-content-text-align);
32
+ .e-frame {
33
+ border-width: 1px;
34
+ line-height: $value;
35
+ }
92
36
  }
93
37
  }
94
38
 
@@ -101,14 +45,15 @@
101
45
  @include user-select;
102
46
  border: 1px solid;
103
47
  position: relative;
104
- @if $fm-skin-name == 'fluent2' {
105
- border-radius: $fm-border-radius;
106
- }
107
48
 
108
49
  .e-blur {
109
50
  opacity: .5;
110
51
  }
111
52
 
53
+ .e-display-none {
54
+ display: none;
55
+ }
56
+
112
57
  &.e-fe-drop,
113
58
  &.e-fe-drop .e-treeview .e-text-content,
114
59
  &.e-fe-drop .e-treeview .e-fullrow,
@@ -122,9 +67,7 @@
122
67
  }
123
68
 
124
69
  .e-toolbar {
125
- @if $fm-skin-name != 'fluent2' {
126
- border-bottom-style: solid;
127
- }
70
+ border-bottom-style: solid;
128
71
  @if $fm-skin-name == 'bootstrap-dark' {
129
72
  border-width: 1px;
130
73
  }
@@ -132,35 +75,10 @@
132
75
  border-width: 0 0 1px;
133
76
  }
134
77
 
135
- @if ($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2') {
136
- @include toolbar-height($fe-tb-height, $fe-tb-height);
137
- }
138
-
139
- @if ($fm-skin-name == 'fluent2') {
140
- box-shadow: none;
141
- }
142
-
143
- @if ($fm-skin-name == 'Material3') {
144
- .e-toolbar-item .e-tbar-btn {
145
- .e-tbar-btn-text {
146
- line-height: 18px;
147
- padding: 7px 8px 7px 0;
148
- }
149
-
150
- .e-icons.e-btn-icon {
151
- padding: 7px 8px;
152
- }
153
- }
154
-
155
- .e-toolbar-item:not(.e-separator) {
156
- padding: 0;
157
- }
158
- }
159
-
160
78
  .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
161
79
  border: 0;
162
80
  box-shadow: none;
163
- font-weight: normal;
81
+ font-weight: 400;
164
82
  height: $fe-tb-ddb-height;
165
83
  padding: $fe-tb-ddb-btn-padding;
166
84
 
@@ -171,8 +89,10 @@
171
89
  .e-btn-icon.e-icons.e-caret {
172
90
  font-size: $fe-tb-ddb-caret-size;
173
91
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
174
- @include icon-style(18px, 18px, 2px 4px 0);
92
+ height: 18px;
93
+ margin: 2px 4px 0;
175
94
  padding: 1px;
95
+ width: 18px;
176
96
  }
177
97
  @else {
178
98
  padding: 0 8px;
@@ -183,8 +103,16 @@
183
103
  padding-right: 0;
184
104
  }
185
105
 
186
- &.e-active,
187
- &:hover,
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
+
188
116
  &:focus {
189
117
  border: $fe-tb-ddb-border;
190
118
  padding: $fe-tb-ddb-btn-hvr-padding;
@@ -217,18 +145,20 @@
217
145
  }
218
146
  }
219
147
 
148
+ .e-icons .e-treeview-spinner {
149
+ display: none;
150
+ }
151
+
220
152
  .e-list-parent {
221
153
  margin-bottom: 0;
222
154
  margin-top: 0;
223
155
 
224
156
  .e-list-item {
225
- @if $fm-skin-name != 'fluent2' {
226
- padding-bottom: 0;
227
- padding-top: 0;
157
+ padding-bottom: 0;
158
+ padding-top: 0;
228
159
 
229
- .e-fullrow {
230
- height: $fe-tv-fullrow-height;
231
- }
160
+ .e-fullrow {
161
+ height: $fe-tv-fullrow-height;
232
162
  }
233
163
 
234
164
  .e-list-text {
@@ -237,7 +167,7 @@
237
167
  }
238
168
 
239
169
  &.e-fe-drop-folder > .e-fullrow {
240
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'fluent2' {
170
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
241
171
  border: 1px dashed;
242
172
  }
243
173
  @else {
@@ -257,14 +187,21 @@
257
187
  .e-list-text {
258
188
  display: initial;
259
189
  }
260
-
261
- @if $fm-skin-name == 'fluent2' {
262
- border: none;
263
- }
264
190
  }
265
191
 
266
192
  .e-splitter {
267
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
+ }
268
205
  }
269
206
 
270
207
  .e-address {
@@ -288,22 +225,26 @@
288
225
  width: 200px;
289
226
 
290
227
  .e-input-group {
291
- @if $fm-skin-name != 'fluent2' {
292
- border-bottom-width: $fe-bc-search-border-bottom;
293
- }
228
+ border-bottom-width: $fe-bc-search-border-bottom;
294
229
  height: $fe-search-height;
295
230
  margin: 0;
296
231
 
297
232
  @if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
298
- &.e-input-focus .e-input {
299
- padding: 0;
233
+ &.e-input-focus {
234
+ .e-input {
235
+ padding: 0;
236
+ }
300
237
  }
301
238
  }
302
239
 
303
240
  .e-input {
304
- @include margin-padding($fe-search-input-margin, 0);
305
- @if $fm-skin-name == 'Material3' or $skin-name == 'bootstrap5' or $skin-name == 'material' {
306
- height: $fe-search-input-height;
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;
307
248
  }
308
249
  }
309
250
 
@@ -317,23 +258,18 @@
317
258
  }
318
259
 
319
260
  .e-fe-search {
320
- font-size: $fe-search-icon-font-size;
321
- @if ($fm-skin-name != 'fluent2') {
322
- margin: $fe-search-icon-margin;
323
- }
261
+ font-size: 14px;
262
+ margin: $fe-search-icon-margin;
324
263
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
325
264
  margin-right: 4px;
326
265
  padding: 3px;
327
266
  }
328
- @if ($fm-skin-name == 'Material3') {
329
- padding: $fe-search-input-padding;
330
- }
331
- @else if ($fm-skin-name == 'fluent2') {
332
- padding: $fe-search-input-padding;
333
- }
334
267
  @else {
335
268
  padding: 5px;
336
269
  }
270
+ @if $fm-skin-name == 'FluentUI' {
271
+ font-size: 16px;
272
+ }
337
273
  position: absolute;
338
274
  z-index: 1;
339
275
 
@@ -345,7 +281,9 @@
345
281
  .e-addressbar-ul {
346
282
  @include ellipsis;
347
283
  list-style: none;
348
- @include margin-padding($fe-bc-margin, $fe-bc-padding);
284
+ margin: $fe-bc-margin;
285
+ padding: $fe-bc-padding;
286
+ visibility: visible;
349
287
 
350
288
  .e-breadcrumb-menu {
351
289
  display: inline;
@@ -371,37 +309,23 @@
371
309
  padding: $fe-bc-text-padding;
372
310
  }
373
311
  text-decoration: none;
374
- @if $fm-skin-name == 'fluent2' {
375
- border-radius: 4px;
376
- }
377
312
 
378
313
  &:hover {
379
314
  text-decoration: $fe-bc-li-text-decoration;
380
315
  }
381
316
  }
382
317
 
383
- .e-address-list-item {
384
- &:not(:last-child) {
385
- .e-list-text {
386
- @if ($fm-skin-name == 'bootstrap5.3') {
387
- text-decoration: underline $primary-border-color;
388
- }
389
- }
390
- }
391
- }
392
-
393
318
  .e-address-list-item {
394
319
  display: inline-block;
395
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $fm-skin-name != 'Material3' {
320
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
396
321
  height: $fe-bc-li-item-height;
397
322
  }
398
323
 
399
324
  &:last-child {
325
+
400
326
  .e-list-text {
401
327
  cursor: default;
402
- @if $fm-skin-name == 'fluent2' {
403
- font-weight: 600;
404
- }
328
+
405
329
  &:hover {
406
330
  text-decoration: none;
407
331
  }
@@ -411,12 +335,12 @@
411
335
  .e-icons {
412
336
  font-size: $fe-bc-icon-font-size;
413
337
  margin: $fe-bc-icon-margin;
414
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2' {
338
+ @if $fm-skin-name == 'tailwind' {
415
339
  vertical-align: middle;
416
340
  }
417
341
 
418
342
  &::before {
419
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'fluent2' {
343
+ @if $fm-skin-name != 'tailwind' {
420
344
  padding: $fe-bc-icon-padding;
421
345
  }
422
346
  }
@@ -433,6 +357,10 @@
433
357
  border-width: 0;
434
358
  float: left;
435
359
 
360
+ .e-spin-show {
361
+ display: none;
362
+ }
363
+
436
364
  .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
437
365
  height: 0;
438
366
  padding: 0;
@@ -455,11 +383,6 @@
455
383
  .e-rcursor {
456
384
  border: 0;
457
385
  }
458
-
459
- @if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
460
- padding: 5px 8px;
461
- line-height: 16px;
462
- }
463
386
  }
464
387
 
465
388
  @include visibility(hidden);
@@ -470,8 +393,11 @@
470
393
  }
471
394
  }
472
395
 
473
- &.e-headercheck .e-gridheader .e-headercontent {
474
- @include visibility(visible);
396
+ &.e-headercheck {
397
+
398
+ .e-gridheader .e-headercontent {
399
+ @include visibility(visible);
400
+ }
475
401
  }
476
402
 
477
403
  @if $fm-skin-name == 'FluentUI' {
@@ -481,7 +407,8 @@
481
407
  }
482
408
 
483
409
  .e-content {
484
- overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
410
+ overflow-y: auto !important; // sass-lint:disable-line no-important
411
+
485
412
  .e-table {
486
413
  border-spacing: 0;
487
414
  }
@@ -497,19 +424,8 @@
497
424
  padding: 8px;
498
425
  }
499
426
 
500
- @if $fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2' {
501
- padding: $fe-grid-content-padding;
502
- line-height: 20px;
503
-
504
- .e-fe-text {
505
- font-size: $fe-grid-content-name-font-size;
506
- line-height: 20px;
507
- }
508
- }
509
-
510
- @if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
511
- padding: 8px 12px;
512
- line-height: 16px;
427
+ .e-fe-text {
428
+ font-size: $fe-grid-content-name-font-size;
513
429
  }
514
430
  }
515
431
 
@@ -550,76 +466,65 @@
550
466
 
551
467
  .e-empty {
552
468
  min-width: $fe-grid-empty-min-width;
553
- @if $fm-skin-name == 'Material3' {
554
- border: 1px dashed $primary;
555
- border-radius: 2px;
556
- margin: 36px;
557
- height: calc(100% - 72px);
558
- }
559
469
  }
560
470
 
561
471
  .e-empty-content {
562
- @include empty-content($fe-grid-empty-content-font-size, $fe-grid-empty-content-margin, $fe-grid-empty-content-padding, $fe-grid-empty-content-text-align);
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;
563
476
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
564
477
  line-height: 24px;
565
478
  }
566
- @if ($fm-skin-name == 'fluent2') {
567
- line-height: 20px;
568
- }
569
- @if $fm-skin-name == 'Material3' {
570
- font-weight: 500;
571
- }
572
479
  }
573
480
 
574
481
  .e-empty-icon {
575
- @include icon-style($fe-grid-empty-icon-height, $fe-grid-empty-icon-width, $fe-grid-empty-icon-margin);
576
- @if $fm-skin-name == 'Material3' {
577
- margin-top: 5%;
578
- }
482
+ height: $fe-grid-empty-icon-height;
483
+ margin: $fe-grid-empty-icon-margin;
484
+ width: $fe-grid-empty-icon-width;
579
485
  }
580
486
 
581
487
  .e-empty-inner-content {
582
- @include empty-content($fe-grid-empty-inner-content-font-size, $fe-grid-empty-inner-content-margin, $fe-grid-empty-inner-content-padding, $fe-grid-empty-inner-content-text-align);
583
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'bootstrap5.3' or $fm-skin-name == 'Material3' {
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' {
584
491
  line-height: 22px;
585
492
  }
586
- @else if $fm-skin-name == 'fluent2' {
587
- line-height: 20px;
588
- color: $fe-grid-empty-inner-content-color;
589
- }
590
493
  @else {
591
494
  opacity: $fe-lg-icon-empty-inner-content-opacity;
592
495
  }
496
+ padding: $fe-grid-empty-inner-content-padding;
497
+ text-align: $fe-grid-empty-inner-content-text-align;
593
498
  }
594
499
 
595
500
  .e-gridpopup {
596
- display: none !important; /* stylelint-disable-line declaration-no-important */
501
+ display: none !important; // sass-lint:disable-line no-important
597
502
  }
598
503
 
599
504
  .e-gridheader,
600
505
  .e-gridcontent {
601
506
 
507
+ .e-emptyrow {
508
+ display: none;
509
+ }
510
+
602
511
  .e-fe-checkbox {
603
512
  overflow: inherit;
604
513
  padding-left: $fe-grid-header-cb-padding-left;
605
514
  padding-right: 0;
606
- box-shadow: none;
607
515
  }
608
516
 
609
517
  .e-fe-grid-icon {
610
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'Material3' {
518
+ @if $fm-skin-name != 'tailwind' {
611
519
  padding: 0 0 0 12px;
612
520
  }
613
- @if $fm-skin-name == 'Material3' {
614
- padding: $fe-grid-icon-padding;
615
- }
616
521
 
617
522
  .e-headercelldiv {
618
523
  text-overflow: unset;
619
524
  }
620
525
 
621
- & + .e-rowcell,
622
- & + .e-headercell {
526
+ &+.e-rowcell,
527
+ &+.e-headercell {
623
528
  padding-left: 0;
624
529
 
625
530
  &.e-fe-grid-name {
@@ -634,15 +539,17 @@
634
539
 
635
540
  &.e-focused {
636
541
  box-shadow: none;
637
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'bootstrap5.3' and $fm-skin-name != 'FluentUI' and $fm-skin-name != 'Material3' and $fm-skin-name != 'fluent2' {
542
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
638
543
  td {
639
544
  box-shadow: $fe-grid-row-ie-box-shadow;
640
- &:first-child{
641
- box-shadow: $fe-grid-row-fc-ie-box-shadow;
642
- }
643
- &:last-child{
644
- box-shadow: $fe-grid-row-lc-ie-box-shadow;
645
- }
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;
646
553
  }
647
554
  }
648
555
  }
@@ -669,17 +576,27 @@
669
576
 
670
577
  .e-fe-icon {
671
578
  display: inline-block;
672
- @include icon-style($fe-grid-icon-size, $fe-grid-icon-size, $fe-grid-icon-margin);
579
+ height: $fe-grid-icon-size;
580
+ margin: $fe-grid-icon-margin;
673
581
  vertical-align: middle;
582
+ width: $fe-grid-icon-size;
674
583
  }
675
584
  }
676
585
 
677
- .e-view-container .e-grid .e-gridheader {
678
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
586
+ .e-view-container {
587
+ .e-grid {
588
+ .e-gridheader {
589
+ padding-right: 0 !important; // sass-lint:disable-line no-important
590
+ }
591
+ }
679
592
  }
680
593
 
681
- &.e-rtl .e-view-container .e-grid .e-gridheader {
682
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
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
+ }
683
600
  }
684
601
 
685
602
  .e-large-icons {
@@ -687,57 +604,46 @@
687
604
  float: left;
688
605
  overflow: auto;
689
606
  width: 100%;
690
- height: calc(100% - $fe-address-height);
691
607
 
692
608
  .e-empty {
693
609
  min-width: $fe-lg-icon-empty-min-width;
694
- @if $fm-skin-name == 'Material3' {
695
- border: 1px dashed $primary;
696
- border-radius: 2px;
697
- margin: 36px;
698
- height: calc(100% - 72px);
699
- }
700
610
  }
701
611
 
702
612
  .e-empty-content {
703
- @include empty-content($fe-lg-icon-empty-content-font-size, $fe-lg-icon-empty-content-margin, $fe-lg-icon-empty-content-padding, $fe-lg-icon-empty-content-text-align);
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;
704
617
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
705
618
  line-height: 24px;
706
619
  }
707
- @if ($fm-skin-name == 'fluent2') {
708
- line-height: 20px;
709
- }
710
- @if $fm-skin-name == 'Material3' {
711
- font-weight: 500;
712
- }
713
620
  }
714
621
 
715
622
  .e-empty-icon {
716
- @include icon-style($fe-lg-icon-empty-icon-height, $fe-lg-icon-empty-icon-width, $fe-lg-icon-empty-icon-margin);
717
- @if $fm-skin-name == 'Material3' {
718
- margin-top: 10%;
719
- }
623
+ height: $fe-lg-icon-empty-icon-height;
624
+ margin: $fe-lg-icon-empty-icon-margin;
625
+ width: $fe-lg-icon-empty-icon-width;
720
626
  }
721
627
 
722
628
  .e-empty-inner-content {
723
- @include empty-content($fe-lg-icon-empty-inner-content-font-size, $fe-lg-icon-empty-inner-content-margin, $fe-lg-icon-empty-inner-content-padding, $fe-lg-icon-empty-inner-content-text-align);
724
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'bootstrap5.3' or $fm-skin-name == 'Material3' {
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' {
725
632
  line-height: 22px;
726
633
  }
727
- @else if $fm-skin-name == 'fluent2' {
728
- line-height: 20px;
729
- color: $fe-grid-empty-inner-content-color;
730
- }
731
634
  @else {
732
635
  opacity: $fe-lg-icon-empty-inner-content-opacity;
733
636
  }
637
+ padding: $fe-lg-icon-empty-inner-content-padding;
638
+ text-align: $fe-lg-icon-empty-inner-content-text-align;
734
639
  }
735
640
 
736
641
  .e-list-parent {
737
642
  display: block;
738
643
  height: 100%;
739
- @include margin-padding($fe-lg-margin, $fe-lg-padding);
644
+ margin: $fe-lg-margin;
740
645
  overflow: auto;
646
+ padding: $fe-lg-padding;
741
647
  }
742
648
 
743
649
  .e-checkbox-wrapper {
@@ -748,33 +654,32 @@
748
654
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
749
655
  margin: 2px;
750
656
  }
751
- @if $fm-skin-name == 'Material3' {
752
- margin: 4px;
753
- }
754
657
  }
755
658
 
756
659
  .e-list-item {
757
- border: $fe-lg-item-border solid;
660
+ border: 1px solid;
758
661
  float: left;
759
- @include icon-style($fe-lg-item-height, $fe-lg-item-width, $fe-lg-item-margin);
662
+ height: $fe-lg-item-height;
663
+ margin: $fe-lg-item-margin;
760
664
  overflow: hidden;
761
665
  padding: $fe-lg-item-padding;
762
-
763
- &.e-fe-drop-folder {
764
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'Material3'{
666
+ width: $fe-lg-item-width;
667
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
668
+ &.e-fe-drop-folder {
765
669
  border: 1px dashed $fe-drop-folder-bg-color;
766
670
  }
767
- @else if $fm-skin-name == 'FluentUI' {
671
+ }
672
+ @if $fm-skin-name == 'FluentUI' {
673
+ &.e-fe-drop-folder {
768
674
  border: 2px dashed $fe-drop-folder-bg-color;
769
675
  }
770
676
  }
771
- @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' or $fm-skin-name == 'fluent2' {
677
+ @if $fm-skin-name == 'bootstrap4' or $fm-skin-name == 'bootstrap-dark' or $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
772
678
  border-radius: 4px;
773
679
  }
774
680
 
775
681
  &.e-active,
776
- &.e-hover,
777
- &:hover {
682
+ &.e-hover {
778
683
  @include visibility(visible);
779
684
  }
780
685
  }
@@ -793,16 +698,11 @@
793
698
  padding: $fe-lg-text-padding;
794
699
  text-align: center;
795
700
  width: $fe-lg-item-inner-width;
796
- @if $fm-skin-name == 'Material3' {
797
- line-height: $fe-lg-text-line-height;
798
- }
799
701
  }
800
702
 
801
703
  .e-list-img {
802
- @if $fm-skin-name != 'Material3' and $fm-skin-name != 'Material3-dark' {
803
- border: 2px solid;
804
- }
805
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'bootstrap5.3' and $fm-skin-name != 'Material3' {
704
+ border: 2px solid;
705
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
806
706
  box-shadow: $fe-img-box-shadow;
807
707
  }
808
708
  display: block;
@@ -814,23 +714,12 @@
814
714
 
815
715
  .e-list-icon {
816
716
  display: block;
817
- @include icon-style($fe-lg-icon-height, $fe-lg-icon-width, $fe-lg-icon-margin);
818
- @if $fm-skin-name == 'Material3' {
819
- background-position: center;
820
- }
717
+ height: $fe-lg-icon-height;
718
+ margin: $fe-lg-icon-margin;
719
+ width: $fe-lg-icon-width;
821
720
  }
822
721
  }
823
722
 
824
- &.e-drag-select {
825
- position: absolute;
826
- background-color: $fe-drag-select-bg-color;
827
- opacity: $fe-drag-select-bg-opacity;
828
- border: none;
829
- width: 0;
830
- height: 0;
831
- z-index: 1;
832
- }
833
-
834
723
  .e-fe-clone {
835
724
  pointer-events: none;
836
725
  z-index: 20;
@@ -842,9 +731,6 @@
842
731
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
843
732
  height: 38px;
844
733
  }
845
- @else if $fm-skin-name == 'Material3' {
846
- height: 40px;
847
- }
848
734
  @else {
849
735
  height: 36px;
850
736
  padding: 4px 8px;
@@ -874,10 +760,14 @@
874
760
  .e-fe-icon {
875
761
  display: inline-block;
876
762
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
877
- @include icon-style(20px, 20px, 9px 8px);
763
+ height: 20px;
764
+ margin: 9px 8px;
765
+ width: 20px;
878
766
  }
879
767
  @else {
880
- @include icon-style(18px, 18px, auto 8px);
768
+ height: 18px;
769
+ margin: auto 8px;
770
+ width: 18px;
881
771
  }
882
772
  }
883
773
  }
@@ -887,15 +777,18 @@
887
777
  border-radius: 50%;
888
778
  font-size: 12px;
889
779
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
890
- @include icon-style(20px, 20px, -10px 0 0 -10px);
780
+ height: 20px;
891
781
  line-height: 18px;
782
+ margin: -10px 0 0 -10px;
783
+ width: 20px;
892
784
  }
893
785
  @else {
894
- @include size(22px, 22px);
786
+ height: 22px;
895
787
  line-height: 22px;
896
788
  margin-left: -12px;
789
+ width: 22px;
897
790
  }
898
- position: relative;
791
+ position: absolute;
899
792
  text-align: center;
900
793
  top: 0;
901
794
  }
@@ -903,9 +796,12 @@
903
796
 
904
797
  &.e-rtl {
905
798
 
906
- .e-treeview > .e-ul {
907
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
908
- padding: 0 8px 0 0;
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
+ }
909
805
  }
910
806
  }
911
807
 
@@ -915,12 +811,6 @@
915
811
  display: inline-table;
916
812
  transform: rotate(180deg);
917
813
  }
918
-
919
- .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
920
- @if $fm-skin-name == 'FluentUI' {
921
- line-height: $fe-cb-line-height;
922
- }
923
- }
924
814
  }
925
815
 
926
816
  .e-splitter.e-splitter-horizontal {
@@ -938,18 +828,12 @@
938
828
  padding-left: 12px;
939
829
  }
940
830
 
941
- @if $fm-skin-name == 'Material3' {
942
- padding: $fe-rtl-search-padding;
943
- }
944
-
945
831
  .e-input-group {
832
+
946
833
  .e-input {
947
834
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
948
835
  margin: 0 29px 0 0;
949
836
  }
950
- @else if $fm-skin-name == 'Material3' {
951
- margin: $fe-rtl-search-input-margin;
952
- }
953
837
  @else {
954
838
  margin: 0 24px 0 0;
955
839
  }
@@ -975,7 +859,7 @@
975
859
  .e-grid.e-rtl {
976
860
 
977
861
  .e-row.e-focused {
978
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'bootstrap5.3' and $fm-skin-name != 'FluentUI' and $fm-skin-name != 'Material3' {
862
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' {
979
863
  td:first-child {
980
864
  box-shadow: $fe-grid-row-lc-ie-box-shadow;
981
865
  }
@@ -1012,8 +896,8 @@
1012
896
  padding-left: 0;
1013
897
  padding-right: 12px;
1014
898
 
1015
- & + .e-rowcell,
1016
- & + .e-headercell {
899
+ &+.e-rowcell,
900
+ &+.e-headercell {
1017
901
  padding-left: 21px;
1018
902
  padding-right: 0;
1019
903
 
@@ -1029,8 +913,11 @@
1029
913
  }
1030
914
  }
1031
915
 
1032
- .e-large-icons .e-list-item {
1033
- float: right;
916
+ .e-large-icons {
917
+
918
+ .e-list-item {
919
+ float: right;
920
+ }
1034
921
  }
1035
922
 
1036
923
  .e-fe-clone .e-fe-count {
@@ -1049,35 +936,15 @@
1049
936
  position: relative;
1050
937
  }
1051
938
 
1052
- .e-pager {
1053
- border-width: 1px 0 0;
1054
- }
1055
-
1056
939
  .e-fe-overlay {
1057
940
  border: $fe-upload-overlay-border dashed $fe-drop-border-color;
1058
941
  bottom: 0;
1059
942
  display: block;
1060
- @include size(calc(100% - 34px), 100%);
1061
- @if $fm-skin-name == 'fluent2' {
1062
- width: calc(100% - 48px);
1063
- top: 64px;
1064
- height: calc(100% - 88px);
1065
- left: 24px;
1066
- }
943
+ height: calc(100% - 34px);
1067
944
  pointer-events: none;
1068
945
  position: absolute;
1069
946
  visibility: hidden;
1070
- }
1071
-
1072
- @if $fm-skin-name == 'fluent2' {
1073
- .e-grid + .e-large-icons + .e-fe-overlay {
1074
- top: 82px;
1075
- }
1076
-
1077
- .e-grid:has(.e-empty) + .e-large-icons + .e-fe-overlay {
1078
- top: 96px;
1079
- height: calc(100% - 120px);
1080
- }
947
+ width: 100%;
1081
948
  }
1082
949
 
1083
950
  .e-upload-drag-hover {
@@ -1097,12 +964,17 @@
1097
964
  @include popup-active-icon;
1098
965
  }
1099
966
 
1100
- &.e-dlg-resizable .e-dlg-content {
1101
- overflow: hidden;
967
+ &.e-dlg-resizable {
968
+
969
+ .e-dlg-content {
970
+ overflow: hidden;
971
+ }
1102
972
  }
1103
973
 
1104
- &.e-dialog.e-fe-upload-dialog .e-dlg-content {
1105
- overflow: auto;
974
+ &.e-dialog.e-fe-upload-dialog {
975
+ .e-dlg-content {
976
+ overflow: auto;
977
+ }
1106
978
  }
1107
979
 
1108
980
  &.e-contextmenu-wrapper ul .e-menu-item.e-separator,
@@ -1110,9 +982,12 @@
1110
982
  margin: $fe-cm-separator-margin;
1111
983
  }
1112
984
 
1113
- &.e-rtl .e-fe-grid {
1114
- display: inline-table;
1115
- transform: rotate(180deg);
985
+ &.e-rtl {
986
+
987
+ .e-fe-grid {
988
+ display: inline-table;
989
+ transform: rotate(180deg);
990
+ }
1116
991
  }
1117
992
 
1118
993
  &.e-dialog {
@@ -1127,8 +1002,8 @@
1127
1002
  line-height: 22px;
1128
1003
 
1129
1004
  &:first-child {
1130
- font-size: $text-sm;
1131
- line-height: 22px;
1005
+ font-size: $text-xs;
1006
+ line-height: 18px;
1132
1007
  }
1133
1008
  }
1134
1009
  }
@@ -1145,7 +1020,9 @@
1145
1020
 
1146
1021
  .e-fe-icon {
1147
1022
  display: inline-block;
1148
- @include icon-style(18px, 18px, 0 8px -2px 0);
1023
+ height: 18px;
1024
+ margin: 0 8px -2px 0;
1025
+ width: 18px;
1149
1026
  }
1150
1027
 
1151
1028
  .e-fe-access-header {
@@ -1157,25 +1034,32 @@
1157
1034
  }
1158
1035
 
1159
1036
  .e-image {
1160
- @include size(100%, 100%);
1037
+ height: 100%;
1038
+ width: 100%;
1161
1039
  }
1162
1040
 
1163
- .e-dlg-content {
1164
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1041
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1042
+ .e-dlg-content {
1165
1043
  padding-top: 16px;
1166
1044
  }
1167
- @if $fm-skin-name == 'FluentUI' {
1045
+ }
1046
+
1047
+ @if $fm-skin-name == 'FluentUI' {
1048
+ .e-dlg-content {
1168
1049
  padding-top: 2px;
1169
1050
  }
1170
1051
  }
1171
1052
 
1172
1053
  &.e-rtl {
1054
+
1173
1055
  td {
1174
1056
  padding: $fe-dg-rtl-td-padding;
1175
1057
  }
1058
+
1176
1059
  .e-fe-icon {
1177
1060
  margin: 0 0 -2px 8px;
1178
1061
  }
1062
+
1179
1063
  }
1180
1064
  }
1181
1065
 
@@ -1199,54 +1083,733 @@
1199
1083
  border-bottom-width: 0;
1200
1084
  border-top-width: 0;
1201
1085
 
1086
+ .e-file-select-wrap {
1087
+ display: none;
1088
+ }
1089
+
1090
+ .e-icons.e-file-delete-btn {
1091
+ display: none;
1092
+ }
1093
+
1202
1094
  .e-upload-actions {
1203
1095
  border-bottom: 1px solid;
1204
1096
  }
1205
1097
  }
1206
1098
  }
1207
1099
 
1208
- .e-filemanager .e-display-none,
1209
- .e-filemanager .e-treeview .e-icons .e-treeview-spinner,
1210
- .e-filemanager .e-splitter .e-split-bar .e-resize-handler,
1211
- .e-filemanager .e-splitter .e-display-none,
1212
- .e-filemanager .e-grid .e-spin-show,
1213
- .e-filemanager .e-grid .e-gridheader .e-emptyrow,
1214
- .e-filemanager .e-grid .e-gridcontent .e-emptyrow,
1215
- .e-fe-popup .e-upload .e-file-select-wrap,
1216
- .e-fe-popup .e-upload .e-icons.e-file-delete-btn {
1217
- display: none;
1218
- }
1100
+ .e-filemanager,
1101
+ .e-bigger .e-filemanager,
1102
+ .e-filemanager.e-bigger {
1219
1103
 
1220
- @media (max-width: 469px) {
1221
- .e-bigger .e-filemanager,
1222
- .e-filemanager.e-bigger {
1223
- &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1224
- min-width: $fe-mobile-lg-item-minwidth;
1225
- width: $fe-mobile-lg-item-width-two;
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;
1226
1108
  }
1227
- }
1228
- }
1229
1109
 
1230
- @media (min-width: 470px) and (max-width: 625px) {
1231
- .e-bigger .e-filemanager,
1232
- .e-filemanager.e-bigger {
1233
- &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1234
- min-width: $fe-mobile-lg-item-minwidth;
1235
- width: $fe-mobile-lg-item-width-three;
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
+ }
1236
1165
  }
1237
- }
1238
- }
1239
1166
 
1240
- @media (min-width: 360px) and (max-width: 500px) {
1241
- @if $skin-name == 'FluentUI' {
1242
- .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
1243
- position: relative;
1244
- right: 10px;
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;
1245
1170
  }
1246
- }
1247
- }
1248
-
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
+
1249
1811
  .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
1250
- @include size(100%, 100%);
1812
+ height: 100%;
1813
+ width: 100%;
1251
1814
  }
1252
1815
  }