@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,758 +0,0 @@
1
- @mixin visibility($value) {
2
- .e-checkbox-wrapper {
3
- visibility: $value;
4
- @if $fm-skin-name == 'fluent2' {
5
- padding: 0;
6
- }
7
- }
8
- }
9
-
10
- @mixin ellipsis {
11
- overflow: hidden;
12
- text-overflow: ellipsis;
13
- white-space: nowrap;
14
- }
15
-
16
- @mixin size($height, $width) {
17
- height: $height;
18
- width: $width;
19
- }
20
-
21
- @mixin checkbox($value) {
22
- .e-checkbox-wrapper .e-frame {
23
- border-width: 1px;
24
- line-height: $value;
25
- @if $fm-skin-name == 'fluent2' {
26
- @include size(16px, 16px);
27
- font-size: 10px;
28
- margin: 0;
29
- }
30
- }
31
- }
32
-
33
- @mixin icon-style($height, $width, $margin) {
34
- height: $height;
35
- margin: $margin;
36
- width: $width;
37
- }
38
-
39
- @mixin toolbar-height($height, $min-height) {
40
- height: $height;
41
- min-height: $min-height;
42
- }
43
-
44
- @mixin margin-padding($margin, $padding) {
45
- margin: $margin;
46
- padding: $padding;
47
- }
48
-
49
- @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) {
50
- .e-empty {
51
- min-width: $empty-min-width;
52
- }
53
-
54
- .e-empty-content {
55
- @include empty-content($empty-content-font-size, $empty-content-margin, $empty-content-padding, $empty-content-text-align);
56
- }
57
-
58
- .e-empty-icon {
59
- @include icon-style($empty-icon-height, $empty-icon-width, $empty-icon-margin);
60
- }
61
-
62
- .e-empty-inner-content {
63
- @include empty-content($empty-inner-content-font-size, $empty-inner-content-margin, $empty-inner-content-padding, $empty-inner-content-text-align);
64
- }
65
- }
66
-
67
- @include export-module('FileManager-bigger') {
68
- .e-filemanager,
69
- .e-bigger .e-filemanager,
70
- .e-filemanager.e-bigger {
71
-
72
- &.e-fe-mobile {
73
-
74
- .e-toolbar {
75
- @if ($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2') {
76
- @include toolbar-height($fe-mobile-tb-height, $fe-mobile-tb-height);
77
- }
78
- }
79
-
80
- .e-toolbar .e-popup-up-icon.e-icons,
81
- .e-toolbar .e-popup-down-icon.e-icons,
82
- .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
83
- font-size: $fe-mobile-icon-font-size;
84
- }
85
-
86
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
87
-
88
- @if $fm-skin-name == 'Material3' {
89
- padding: $fe-mobile-tb-icon-padding;
90
- font-size: $fe-mobile-tb-icon-font-size;
91
- line-height: $fe-mobile-tb-icon-font-size;
92
- }
93
- @else {
94
- &.e-fe-newfolder {
95
- padding-top: $fe-mobile-newfolder-padding-top;
96
- }
97
- &.e-fe-upload {
98
- padding-left: $fe-mobile-upload-padding-left;
99
- }
100
- &.e-fe-sort {
101
- padding-top: $fe-mobile-sort-padding-top;
102
- }
103
- &.e-fe-refresh {
104
- padding-top: $fe-mobile-refresh-padding-top;
105
- }
106
- &.e-fe-select {
107
- padding-top: $fe-mobile-select-padding-top;
108
- }
109
- &.e-fe-large {
110
- padding: $fe-mobile-large-padding;
111
- }
112
- &.e-fe-grid {
113
- padding: $fe-mobile-grid-padding;
114
- }
115
- &.e-fe-details {
116
- padding-top: $fe-mobile-details-padding-top;
117
- }
118
- &.e-fe-delete {
119
- padding-left: $fe-mobile-delete-padding-left;
120
- }
121
- &.e-fe-rename {
122
- padding-left: $fe-mobile-rename-padding-left;
123
- padding-top: $fe-mobile-rename-padding-top;
124
- }
125
- &.e-fe-download {
126
- padding-left: $fe-mobile-download-padding-left;
127
- }
128
- &.e-fe-cut {
129
- padding-left: $fe-mobile-cut-padding-left;
130
- padding-top: $fe-mobile-cut-padding-top;
131
- }
132
- &.e-fe-copy {
133
- padding-left: $fe-mobile-copy-padding-left;
134
- }
135
- }
136
- }
137
-
138
- .e-toolbar-left {
139
- .e-icons.e-fe-sort {
140
- display: inline-block;
141
- margin: 0;
142
- width: 14px;
143
- }
144
-
145
- .e-tbar-ddb-text,
146
- .e-toolbar-item .e-tbar-btn-text {
147
- display: none;
148
- }
149
- }
150
-
151
- .e-splitter .e-split-bar {
152
- display: none;
153
- }
154
-
155
- .e-address {
156
- height: $fe-mobile-search-height;
157
-
158
- .e-addressbar-ul {
159
- height: $fe-mobile-search-height;
160
- @if $fm-skin-name == 'material-dark' {
161
- padding: $fe-big-bc-padding;
162
- }
163
- }
164
-
165
- .e-address-list-item .e-icons {
166
- font-size: $fe-big-bc-icon-font-size;
167
- }
168
-
169
- .e-list-text {
170
- font-size: $fe-big-bc-font-size;
171
- }
172
-
173
- .e-search-wrap {
174
- min-width: 47px;
175
- width: auto;
176
-
177
- .e-input-group {
178
- display: none;
179
- @include size($fe-mobile-search-height, 100%);
180
-
181
- .e-clear-icon {
182
- margin: 2px 8px 0;
183
- }
184
-
185
- .e-input {
186
- margin: $fe-search-input-margin;
187
- }
188
- }
189
- }
190
-
191
- .e-fe-search {
192
- font-size: $fe-mobile-icon-font-size;
193
- @if $fm-skin-name !='Material3' {
194
- margin: 3px 0;
195
- }
196
- right: 13px;
197
- }
198
- }
199
-
200
- .e-grid {
201
-
202
- .e-fe-grid-icon .e-fe-icon {
203
- @include size($fe-mobile-grid-icon-size, $fe-mobile-grid-icon-size);
204
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
205
- margin: 0 8px 0 0;
206
- }
207
- }
208
-
209
- .e-gridheader {
210
- display: none;
211
- }
212
-
213
- .e-content {
214
- .e-rowcell {
215
- border-bottom: 1px solid;
216
- border-bottom-color: $fe-border-color;
217
-
218
- &.e-fe-checkbox {
219
- padding: 0;
220
- }
221
- }
222
- }
223
-
224
- .e-gridcontent .e-fe-grid-icon {
225
- @if $fm-skin-name == 'fabric-dark' {
226
- padding-left: 9px;
227
- padding-right: 9px;
228
- }
229
- @else {
230
- padding-left: 10px;
231
- padding-right: 10px;
232
- }
233
- }
234
-
235
- .e-fe-text {
236
- @include ellipsis;
237
- }
238
-
239
- @if $fm-skin-name == 'fluent2' {
240
- .e-fe-text {
241
- font-size: $text-base;
242
- line-height: 22px;
243
- }
244
- .e-fe-date,
245
- .e-fe-size {
246
- color: $fe-grid-empty-inner-content-color;
247
- }
248
- }
249
- }
250
-
251
- .e-large-icons {
252
- height: calc(100% - $fe-mobile-search-height);
253
- }
254
-
255
- .e-large-icons .e-list-parent {
256
- padding: 0;
257
-
258
- .e-list-item {
259
- display: inline-table;
260
- @include icon-style($fe-mobile-lg-item-height, $fe-mobile-lg-item-width, $fe-mobile-lg-item-margin);
261
-
262
- &.e-hover,
263
- &:hover {
264
- @include visibility(hidden);
265
- }
266
-
267
- &.e-active {
268
- @include visibility(visible);
269
- }
270
-
271
- .e-checkbox-wrapper {
272
- z-index: 999;
273
- }
274
-
275
- .e-list-text {
276
- margin: 0 auto;
277
- width: $fe-mobile-lg-item-inner-width;
278
- @if $fm-skin-name == 'Material3' {
279
- font-size: $fe-big-lg-text-font-size;
280
- }
281
- }
282
-
283
- .e-list-img {
284
- margin: 11px auto;
285
- max-height: $fe-mobile-lg-img-height;
286
- max-width: $fe-mobile-lg-item-inner-width;
287
- }
288
-
289
- .e-list-icon {
290
- @include icon-style($fe-mobile-lg-icon-height, $fe-mobile-lg-icon-width, $fe-mobile-lg-icon-margin);
291
- }
292
- }
293
- }
294
- }
295
-
296
- &.e-fe-m-select {
297
- .e-large-icons .e-list-item.e-large-icon,
298
- .e-grid .e-content .e-row .e-rowcell {
299
- @include visibility(visible);
300
- }
301
- }
302
-
303
- &.e-fe-m-filter {
304
-
305
- .e-address {
306
-
307
- .e-search-wrap {
308
- @include margin-padding(0, 0);
309
- position: absolute;
310
- width: 100%;
311
-
312
- .e-input-group {
313
- display: inline-flex;
314
- }
315
-
316
- .e-input-group .e-input {
317
- height: auto;
318
- margin-left: 45px;
319
- }
320
-
321
- .e-fe-search {
322
- left: 0;
323
- margin-left: 8px;
324
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
325
- margin-top: 7px;
326
- }
327
- @else {
328
- margin-top: 3px;
329
- }
330
- width: 30px;
331
- }
332
- }
333
-
334
- .e-addressbar-ul {
335
- visibility: hidden;
336
- }
337
- }
338
- }
339
-
340
- &.e-fe-m-filter.e-rtl {
341
- .e-address {
342
- .e-search-wrap {
343
- .e-input-group .e-input {
344
- margin-right: 45px;
345
- }
346
- .e-fe-search {
347
- transform: rotate(180deg);
348
- }
349
- }
350
- }
351
- }
352
-
353
- &.e-rtl .e-grid {
354
- .e-gridheader,
355
- .e-gridcontent {
356
- .e-fe-grid-icon {
357
- padding-right: 10px;
358
- }
359
- }
360
- }
361
- }
362
-
363
- .e-fe-popup.e-bigger,
364
- .e-bigger .e-fe-popup {
365
-
366
- .e-fe-error {
367
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
368
- font-size: $text-sm;
369
- line-height: 22px;
370
- }
371
- }
372
-
373
- &.e-dialog {
374
- .e-dlg-header-content {
375
- padding: $fe-big-dg-header-font-size;
376
- }
377
- td {
378
- @include ellipsis;
379
- font-size: $fe-big-dg-td-font-size;
380
- max-width: 205px;
381
- min-width: 45px;
382
- padding: $fe-big-dg-td-padding;
383
- }
384
- }
385
- }
386
-
387
- .e-bigger .e-filemanager,
388
- .e-filemanager.e-bigger {
389
-
390
- .e-toolbar {
391
-
392
- @if ($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2') {
393
- @include toolbar-height($fe-big-tb-height, $fe-big-tb-height);
394
- .e-toolbar-item:not(.e-separator) {
395
- min-height: $fe-big-tb-height;
396
- padding: 4px;
397
- }
398
- }
399
-
400
- .e-popup-up-icon.e-icons,
401
- .e-popup-down-icon.e-icons,
402
- .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
403
- font-size: $fe-mobile-icon-font-size;
404
- }
405
-
406
- .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn {
407
- &.e-tbar-btn {
408
- padding: $fe-big-tb-ddb-btn-padding;
409
-
410
- &.e-active,
411
- &:hover,
412
- &:focus {
413
- padding: $fe-big-tb-ddb-btn-hvr-padding;
414
- }
415
- }
416
-
417
- &.e-tbar-btn .e-btn-icon.e-icons.e-caret {
418
- @if $fm-skin-name == 'tailwind' {
419
- font-size: 22px;
420
- @include icon-style(22px, 22px, 4px 4px 0);
421
- padding: 1px;
422
- }
423
- @else {
424
- padding: 0 10px;
425
- }
426
- }
427
- }
428
-
429
- .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
430
- padding: 0 10px;
431
- }
432
- }
433
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
434
- .e-fe-clone {
435
- .e-fe-content {
436
- .e-fe-name {
437
- font-size: $text-base;
438
- line-height: 24px;
439
- margin: 7px 12px 7px 0;
440
- }
441
-
442
- .e-fe-icon {
443
- @include icon-style(24px, 24px, 7px 12px);
444
- }
445
- }
446
-
447
- .e-fe-count {
448
- font-size: $text-sm;
449
- @include size(24px, 24px);
450
- line-height: 22px;
451
- }
452
- }
453
- }
454
-
455
- .e-treeview {
456
-
457
- & > .e-ul {
458
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
459
- padding-left: 12px;
460
- }
461
- }
462
-
463
- .e-list-parent .e-list-item {
464
- .e-fullrow {
465
- height: $fe-big-tv-fullrow-height;
466
- }
467
- .e-list-text {
468
- height: $fe-big-tv-node-height;
469
- line-height: $fe-big-tv-node-height;
470
- }
471
- }
472
- }
473
-
474
- .e-address {
475
- height: $fe-big-address-height;
476
-
477
- .e-breadcrumb-menu .e-breadcrumb-submenu {
478
- height: $fe-big-bc-submenu-height;
479
- @if $fm-skin-name == 'material-dark' {
480
- margin-top: -3px;
481
- }
482
- }
483
-
484
- .e-address-list-item {
485
- @if ($fm-skin-name != 'Material3') {
486
- height: $fe-big-bc-li-item-height;
487
- }
488
- .e-icons {
489
- font-size: $fe-big-bc-icon-font-size;
490
- }
491
- }
492
-
493
- .e-addressbar-ul {
494
- padding: $fe-big-bc-padding;
495
- }
496
-
497
- .e-list-text {
498
- font-size: $fe-big-bc-font-size;
499
- line-height: $fe-big-bc-text-size;
500
- padding: $fe-big-bc-text-padding;
501
- }
502
-
503
- .e-search-wrap {
504
- min-width: 51px;
505
- padding: $fe-big-search-padding;
506
-
507
- .e-input-group {
508
- height: $fe-big-search-height;
509
-
510
- .e-input:focus {
511
- padding: 0;
512
- }
513
-
514
- .e-input {
515
- @if ($fm-skin-name == 'material' or $fm-skin-name == 'material-dark') {
516
- height: 39px;
517
- }
518
- @else if ($fm-skin-name == 'FluentUI') {
519
- height: 30px;
520
- }
521
- @else if ($fm-skin-name == 'Material3') {
522
- margin: $fe-big-search-input-margin;
523
- height: $fe-big-search-input-height;
524
- }
525
- }
526
-
527
- .e-clear-icon::before {
528
- @if ($fm-skin-name == 'bootstrap5') {
529
- margin: 0;
530
- }
531
- }
532
- }
533
- }
534
-
535
- .e-fe-search {
536
- @if $fm-skin-name == 'tailwind' {
537
- font-size: 16px;
538
- margin: 7px 4px;
539
- }
540
- @else if $fm-skin-name == 'bootstrap5' {
541
- font-size: 16px;
542
- margin: 4px;
543
- }
544
- @else if $fm-skin-name == 'FluentUI' {
545
- font-size: 18px;
546
- margin: 3px;
547
- }
548
- @else if $fm-skin-name == 'Material3' {
549
- @include margin-padding($fe-search-icon-margin, $fe-big-search-input-padding);
550
- }
551
- @else {
552
- margin: 7px 0;
553
- }
554
- }
555
- }
556
-
557
- .e-grid {
558
- @include checkbox($fe-big-cb-line-height);
559
-
560
- .e-gridheader {
561
- .e-headercell {
562
- height: $fe-big-grid-header-height;
563
- @if $fm-skin-name == 'fluent2' {
564
- .e-headercelldiv.e-headerchkcelldiv {
565
- margin-left: -6px;
566
- }
567
- }
568
- }
569
- .e-headertext {
570
- font-size: $fe-big-grid-header-font-size;
571
- }
572
- }
573
-
574
- .e-gridheader,
575
- .e-gridcontent {
576
-
577
- .e-rowcell {
578
- font-size: $fe-big-grid-content-font-size;
579
-
580
- @if $fm-skin-name == 'Material3' {
581
- padding: 14px 12px;
582
- line-height: 20px;
583
-
584
- .e-fe-text {
585
- font-size: $fe-grid-content-name-font-size;
586
- line-height: 20px;
587
- }
588
- }
589
- .e-fe-text {
590
- font-size: $fe-big-grid-content-name-font-size;
591
- }
592
- }
593
-
594
- .e-fe-checkbox {
595
- padding-left: 10px;
596
- }
597
-
598
- .e-fe-grid-icon {
599
- @if $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'tailwind' {
600
- padding-left: 10px;
601
- }
602
- @else {
603
- padding-left: 16px;
604
- }
605
- }
606
- }
607
-
608
- .e-content {
609
- tr.e-row.e-fe-drop-folder .e-rowcell {
610
- @if $fm-skin-name == 'tailwind' {
611
- padding-bottom: 11px;
612
- padding-top: 11px;
613
- }
614
- }
615
- }
616
-
617
- .e-fe-icon {
618
- @if $fm-skin-name == 'tailwind' {
619
- @include size(24px, 24px);
620
- }
621
- @else {
622
- margin: $fe-big-grid-icon-margin;
623
- }
624
- }
625
-
626
- @include empty-style($fe-big-grid-empty-min-width, $fe-big-grid-empty-content-font-size, $fe-big-grid-empty-content-margin, $fe-big-grid-empty-content-padding, $fe-big-grid-empty-content-text-align, $fe-big-grid-empty-icon-height, $fe-big-grid-empty-icon-width, $fe-big-grid-empty-icon-margin, $fe-big-grid-empty-inner-content-font-size, $fe-big-grid-empty-inner-content-margin, $fe-big-grid-empty-inner-content-padding, $fe-big-grid-empty-inner-content-text-align);
627
-
628
- .e-empty-inner-content {
629
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
630
- opacity: $fe-big-grid-empty-inner-content-opacity;
631
- }
632
- }
633
-
634
- &.e-rtl .e-checkbox-wrapper .e-frame {
635
- @if $fm-skin-name == 'FluentUI' {
636
- margin-right: -16px;
637
- }
638
- @else{
639
- margin-right: -10px;
640
- }
641
- }
642
- }
643
-
644
- .e-large-icons {
645
- @include checkbox($fe-big-cb-line-height);
646
- height: calc(100% - $fe-big-address-height);
647
-
648
- .e-list-parent {
649
- padding: $fe-big-lg-padding;
650
- }
651
-
652
- .e-list-item {
653
- @include icon-style($fe-big-lg-item-height, $fe-big-lg-item-width, $fe-big-lg-item-margin);
654
- }
655
-
656
- .e-text-content {
657
- height: $fe-big-lg-item-inner-height;
658
- }
659
-
660
- .e-list-text {
661
- font-size: $fe-big-lg-text-font-size;
662
- padding: $fe-big-lg-text-padding;
663
- width: $fe-big-lg-item-inner-width;
664
- }
665
-
666
- .e-list-img {
667
- max-height: $fe-big-lg-img-height;
668
- max-width: $fe-big-lg-item-inner-width;
669
- }
670
-
671
- .e-list-icon {
672
- @include icon-style($fe-big-lg-icon-height, $fe-big-lg-icon-width, $fe-big-lg-icon-margin);
673
- }
674
-
675
- @include empty-style($fe-big-lg-icon-empty-min-width, $fe-big-lg-icon-empty-content-font-size, $fe-big-lg-icon-empty-content-margin, $fe-big-lg-icon-empty-content-padding, $fe-big-lg-icon-empty-content-text-align, $fe-big-lg-icon-empty-icon-height, $fe-big-lg-icon-empty-icon-width, $fe-big-lg-icon-empty-icon-margin, $fe-big-lg-icon-empty-inner-content-font-size, $fe-big-lg-icon-empty-inner-content-margin, $fe-big-lg-icon-empty-inner-content-padding, $fe-big-lg-icon-empty-inner-content-text-align);
676
-
677
- .e-empty-inner-content {
678
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
679
- opacity: $fe-big-lg-icon-empty-inner-content-opacity;
680
- }
681
- }
682
- }
683
-
684
- &.e-rtl {
685
-
686
- .e-treeview > .e-ul {
687
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
688
- padding: 0 12px 0 0;
689
- }
690
- }
691
-
692
- @if $fm-skin-name =='Material3' {
693
- .e-address {
694
- .e-search-wrap .e-input-group .e-input {
695
- margin: $fe-big-rtl-search-input-margin;
696
- }
697
-
698
- .e-fe-search {
699
- padding: $fe-big-rtl-search-input-padding;
700
- }
701
- }
702
- }
703
-
704
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
705
- .e-fe-clone .e-fe-name {
706
- margin: 7px 0 7px 12px;
707
- }
708
- }
709
-
710
- .e-grid {
711
-
712
- .e-gridheader,
713
- .e-gridcontent {
714
-
715
- .e-fe-checkbox {
716
- padding-right: 16px;
717
- }
718
- }
719
- }
720
- }
721
-
722
- .e-fe-overlay {
723
- height: calc(100% - 41px);
724
- @if $fm-skin-name == 'fluent2' {
725
- height: calc(100% - 88px);
726
- }
727
- }
728
- }
729
-
730
- @media (max-width: 469px) {
731
- .e-bigger .e-filemanager,
732
- .e-filemanager.e-bigger {
733
- &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
734
- min-width: $fe-mobile-lg-item-minwidth;
735
- width: $fe-mobile-lg-item-width-two;
736
- }
737
- }
738
- }
739
-
740
- @media (min-width: 470px) and (max-width: 625px) {
741
- .e-bigger .e-filemanager,
742
- .e-filemanager.e-bigger {
743
- &.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
744
- min-width: $fe-mobile-lg-item-minwidth;
745
- width: $fe-mobile-lg-item-width-three;
746
- }
747
- }
748
- }
749
-
750
- @media (min-width: 360px) and (max-width: 500px) {
751
- @if $skin-name == 'FluentUI' {
752
- .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
753
- position: relative;
754
- right: 10px;
755
- }
756
- }
757
- }
758
- }