@syncfusion/ej2-filemanager 26.2.11 → 27.1.48

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 (156) hide show
  1. package/.eslintrc.json +2 -4
  2. package/dist/ej2-filemanager.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js +2 -2
  4. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-filemanager.es2015.js +164 -20
  6. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  7. package/dist/es6/ej2-filemanager.es5.js +165 -20
  8. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  9. package/dist/global/ej2-filemanager.min.js +2 -2
  10. package/dist/global/ej2-filemanager.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +16 -16
  13. package/src/file-manager/base/file-manager-model.d.ts +10 -1
  14. package/src/file-manager/base/file-manager.d.ts +25 -0
  15. package/src/file-manager/base/file-manager.js +145 -1
  16. package/src/file-manager/base/interface.d.ts +1 -0
  17. package/src/file-manager/common/operations.js +1 -0
  18. package/src/file-manager/layout/details-view.js +11 -2
  19. package/src/file-manager/layout/large-icons-view.d.ts +0 -1
  20. package/src/file-manager/layout/large-icons-view.js +5 -17
  21. package/src/file-manager/pop-up/context-menu.js +4 -1
  22. package/styles/bootstrap-dark-lite.css +1058 -0
  23. package/styles/bootstrap-dark-lite.scss +16 -0
  24. package/styles/bootstrap-dark.css +201 -161
  25. package/styles/bootstrap-dark.scss +1 -0
  26. package/styles/bootstrap-lite.css +1040 -0
  27. package/styles/bootstrap-lite.scss +16 -0
  28. package/styles/bootstrap.css +183 -143
  29. package/styles/bootstrap.scss +1 -0
  30. package/styles/bootstrap4-lite.css +1068 -0
  31. package/styles/bootstrap4-lite.scss +16 -0
  32. package/styles/bootstrap4.css +211 -171
  33. package/styles/bootstrap4.scss +1 -0
  34. package/styles/bootstrap5-dark-lite.css +1078 -0
  35. package/styles/bootstrap5-dark-lite.scss +16 -0
  36. package/styles/bootstrap5-dark.css +220 -186
  37. package/styles/bootstrap5-dark.scss +1 -0
  38. package/styles/bootstrap5-lite.css +1078 -0
  39. package/styles/bootstrap5-lite.scss +16 -0
  40. package/styles/bootstrap5.3-lite.css +1035 -0
  41. package/styles/bootstrap5.3-lite.scss +16 -0
  42. package/styles/bootstrap5.3.css +1603 -0
  43. package/styles/bootstrap5.3.scss +17 -0
  44. package/styles/bootstrap5.css +220 -186
  45. package/styles/bootstrap5.scss +1 -0
  46. package/styles/fabric-dark-lite.css +1039 -0
  47. package/styles/fabric-dark-lite.scss +16 -0
  48. package/styles/fabric-dark.css +184 -144
  49. package/styles/fabric-dark.scss +1 -0
  50. package/styles/fabric-lite.css +1039 -0
  51. package/styles/fabric-lite.scss +16 -0
  52. package/styles/fabric.css +183 -143
  53. package/styles/fabric.scss +1 -0
  54. package/styles/file-manager/_bds-definition.scss +2 -0
  55. package/styles/file-manager/_bigger.scss +758 -0
  56. package/styles/file-manager/_bootstrap-dark-definition.scss +2 -0
  57. package/styles/file-manager/_bootstrap-definition.scss +2 -0
  58. package/styles/file-manager/_bootstrap4-definition.scss +2 -0
  59. package/styles/file-manager/_bootstrap5-definition.scss +2 -0
  60. package/styles/file-manager/_bootstrap5.3-definition.scss +22 -20
  61. package/styles/file-manager/_fabric-dark-definition.scss +2 -0
  62. package/styles/file-manager/_fabric-definition.scss +2 -0
  63. package/styles/file-manager/_fluent-definition.scss +2 -0
  64. package/styles/file-manager/_fluent2-definition.scss +15 -9
  65. package/styles/file-manager/_fusionnew-definition.scss +2 -0
  66. package/styles/file-manager/_highcontrast-definition.scss +2 -0
  67. package/styles/file-manager/_highcontrast-light-definition.scss +2 -0
  68. package/styles/file-manager/_layout.scss +45 -663
  69. package/styles/file-manager/_material-dark-definition.scss +2 -0
  70. package/styles/file-manager/_material-definition.scss +2 -0
  71. package/styles/file-manager/_material3-definition.scss +2 -0
  72. package/styles/file-manager/_tailwind-definition.scss +2 -0
  73. package/styles/file-manager/_theme.scss +38 -7
  74. package/styles/file-manager/bootstrap-dark.css +201 -161
  75. package/styles/file-manager/bootstrap-dark.scss +1 -0
  76. package/styles/file-manager/bootstrap.css +183 -143
  77. package/styles/file-manager/bootstrap.scss +1 -0
  78. package/styles/file-manager/bootstrap4.css +211 -171
  79. package/styles/file-manager/bootstrap4.scss +1 -0
  80. package/styles/file-manager/bootstrap5-dark.css +220 -186
  81. package/styles/file-manager/bootstrap5-dark.scss +1 -0
  82. package/styles/file-manager/bootstrap5.3.css +1603 -0
  83. package/styles/file-manager/bootstrap5.3.scss +17 -0
  84. package/styles/file-manager/bootstrap5.css +220 -186
  85. package/styles/file-manager/bootstrap5.scss +1 -0
  86. package/styles/file-manager/fabric-dark.css +184 -144
  87. package/styles/file-manager/fabric-dark.scss +1 -0
  88. package/styles/file-manager/fabric.css +183 -143
  89. package/styles/file-manager/fabric.scss +1 -0
  90. package/styles/file-manager/fluent-dark.css +187 -147
  91. package/styles/file-manager/fluent-dark.scss +1 -0
  92. package/styles/file-manager/fluent.css +186 -146
  93. package/styles/file-manager/fluent.scss +1 -0
  94. package/styles/file-manager/fluent2.css +204 -158
  95. package/styles/file-manager/fluent2.scss +1 -0
  96. package/styles/file-manager/highcontrast-light.css +184 -144
  97. package/styles/file-manager/highcontrast-light.scss +1 -0
  98. package/styles/file-manager/highcontrast.css +207 -167
  99. package/styles/file-manager/highcontrast.scss +1 -0
  100. package/styles/file-manager/material-dark.css +198 -158
  101. package/styles/file-manager/material-dark.scss +1 -0
  102. package/styles/file-manager/material.css +183 -143
  103. package/styles/file-manager/material.scss +1 -0
  104. package/styles/file-manager/material3-dark.css +185 -145
  105. package/styles/file-manager/material3-dark.scss +1 -0
  106. package/styles/file-manager/material3.css +185 -145
  107. package/styles/file-manager/material3.scss +1 -0
  108. package/styles/file-manager/tailwind-dark.css +198 -164
  109. package/styles/file-manager/tailwind-dark.scss +1 -0
  110. package/styles/file-manager/tailwind.css +198 -164
  111. package/styles/file-manager/tailwind.scss +1 -0
  112. package/styles/fluent-dark-lite.css +1037 -0
  113. package/styles/fluent-dark-lite.scss +16 -0
  114. package/styles/fluent-dark.css +187 -147
  115. package/styles/fluent-dark.scss +1 -0
  116. package/styles/fluent-lite.css +1036 -0
  117. package/styles/fluent-lite.scss +16 -0
  118. package/styles/fluent.css +186 -146
  119. package/styles/fluent.scss +1 -0
  120. package/styles/fluent2-lite.css +1272 -0
  121. package/styles/fluent2-lite.scss +16 -0
  122. package/styles/fluent2.css +204 -158
  123. package/styles/fluent2.scss +1 -0
  124. package/styles/highcontrast-light-lite.css +1039 -0
  125. package/styles/highcontrast-light-lite.scss +16 -0
  126. package/styles/highcontrast-light.css +184 -144
  127. package/styles/highcontrast-light.scss +1 -0
  128. package/styles/highcontrast-lite.css +1059 -0
  129. package/styles/highcontrast-lite.scss +16 -0
  130. package/styles/highcontrast.css +207 -167
  131. package/styles/highcontrast.scss +1 -0
  132. package/styles/material-dark-lite.css +1092 -0
  133. package/styles/material-dark-lite.scss +16 -0
  134. package/styles/material-dark.css +198 -158
  135. package/styles/material-dark.scss +1 -0
  136. package/styles/material-lite.css +1097 -0
  137. package/styles/material-lite.scss +16 -0
  138. package/styles/material.css +183 -143
  139. package/styles/material.scss +1 -0
  140. package/styles/material3-dark-lite.css +1090 -0
  141. package/styles/material3-dark-lite.scss +16 -0
  142. package/styles/material3-dark.css +185 -145
  143. package/styles/material3-dark.scss +1 -0
  144. package/styles/material3-lite.css +1092 -0
  145. package/styles/material3-lite.scss +16 -0
  146. package/styles/material3.css +185 -145
  147. package/styles/material3.scss +1 -0
  148. package/styles/tailwind-dark-lite.css +1060 -0
  149. package/styles/tailwind-dark-lite.scss +16 -0
  150. package/styles/tailwind-dark.css +198 -164
  151. package/styles/tailwind-dark.scss +1 -0
  152. package/styles/tailwind-lite.css +1060 -0
  153. package/styles/tailwind-lite.scss +16 -0
  154. package/styles/tailwind.css +198 -164
  155. package/styles/tailwind.scss +1 -0
  156. package/tslint.json +0 -111
@@ -318,7 +318,9 @@
318
318
 
319
319
  .e-fe-search {
320
320
  font-size: $fe-search-icon-font-size;
321
- margin: $fe-search-icon-margin;
321
+ @if ($fm-skin-name != 'fluent2') {
322
+ margin: $fe-search-icon-margin;
323
+ }
322
324
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
323
325
  margin-right: 4px;
324
326
  padding: 3px;
@@ -326,6 +328,9 @@
326
328
  @if ($fm-skin-name == 'Material3') {
327
329
  padding: $fe-search-input-padding;
328
330
  }
331
+ @else if ($fm-skin-name == 'fluent2') {
332
+ padding: $fe-search-input-padding;
333
+ }
329
334
  @else {
330
335
  padding: 5px;
331
336
  }
@@ -375,9 +380,19 @@
375
380
  }
376
381
  }
377
382
 
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
+
378
393
  .e-address-list-item {
379
394
  display: inline-block;
380
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'Material3' {
395
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $fm-skin-name != 'Material3' {
381
396
  height: $fe-bc-li-item-height;
382
397
  }
383
398
 
@@ -548,6 +563,9 @@
548
563
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
549
564
  line-height: 24px;
550
565
  }
566
+ @if ($fm-skin-name == 'fluent2') {
567
+ line-height: 20px;
568
+ }
551
569
  @if $fm-skin-name == 'Material3' {
552
570
  font-weight: 500;
553
571
  }
@@ -562,7 +580,7 @@
562
580
 
563
581
  .e-empty-inner-content {
564
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);
565
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'Material3' {
583
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'bootstrap5.3' or $fm-skin-name == 'Material3' {
566
584
  line-height: 22px;
567
585
  }
568
586
  @else if $fm-skin-name == 'fluent2' {
@@ -616,7 +634,7 @@
616
634
 
617
635
  &.e-focused {
618
636
  box-shadow: none;
619
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' and $fm-skin-name != 'Material3' and $fm-skin-name != 'fluent2' {
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' {
620
638
  td {
621
639
  box-shadow: $fe-grid-row-ie-box-shadow;
622
640
  &:first-child{
@@ -669,6 +687,7 @@
669
687
  float: left;
670
688
  overflow: auto;
671
689
  width: 100%;
690
+ height: calc(100% - $fe-address-height);
672
691
 
673
692
  .e-empty {
674
693
  min-width: $fe-lg-icon-empty-min-width;
@@ -685,6 +704,9 @@
685
704
  @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
686
705
  line-height: 24px;
687
706
  }
707
+ @if ($fm-skin-name == 'fluent2') {
708
+ line-height: 20px;
709
+ }
688
710
  @if $fm-skin-name == 'Material3' {
689
711
  font-weight: 500;
690
712
  }
@@ -699,7 +721,7 @@
699
721
 
700
722
  .e-empty-inner-content {
701
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);
702
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'Material3' {
724
+ @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'bootstrap5.3' or $fm-skin-name == 'Material3' {
703
725
  line-height: 22px;
704
726
  }
705
727
  @else if $fm-skin-name == 'fluent2' {
@@ -780,7 +802,7 @@
780
802
  @if $fm-skin-name != 'Material3' and $fm-skin-name != 'Material3-dark' {
781
803
  border: 2px solid;
782
804
  }
783
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'Material3' {
805
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'bootstrap5.3' and $fm-skin-name != 'Material3' {
784
806
  box-shadow: $fe-img-box-shadow;
785
807
  }
786
808
  display: block;
@@ -799,6 +821,16 @@
799
821
  }
800
822
  }
801
823
 
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
+
802
834
  .e-fe-clone {
803
835
  pointer-events: none;
804
836
  z-index: 20;
@@ -943,7 +975,7 @@
943
975
  .e-grid.e-rtl {
944
976
 
945
977
  .e-row.e-focused {
946
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' and $fm-skin-name != 'FluentUI' and $fm-skin-name != 'Material3' {
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' {
947
979
  td:first-child {
948
980
  box-shadow: $fe-grid-row-lc-ie-box-shadow;
949
981
  }
@@ -1017,6 +1049,10 @@
1017
1049
  position: relative;
1018
1050
  }
1019
1051
 
1052
+ .e-pager {
1053
+ border-width: 1px 0 0;
1054
+ }
1055
+
1020
1056
  .e-fe-overlay {
1021
1057
  border: $fe-upload-overlay-border dashed $fe-drop-border-color;
1022
1058
  bottom: 0;
@@ -1091,8 +1127,8 @@
1091
1127
  line-height: 22px;
1092
1128
 
1093
1129
  &:first-child {
1094
- font-size: $text-xs;
1095
- line-height: 18px;
1130
+ font-size: $text-sm;
1131
+ line-height: 22px;
1096
1132
  }
1097
1133
  }
1098
1134
  }
@@ -1181,660 +1217,6 @@
1181
1217
  display: none;
1182
1218
  }
1183
1219
 
1184
- .e-filemanager,
1185
- .e-bigger .e-filemanager,
1186
- .e-filemanager.e-bigger {
1187
-
1188
- &.e-fe-mobile {
1189
-
1190
- .e-toolbar {
1191
- @if ($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2') {
1192
- @include toolbar-height($fe-mobile-tb-height, $fe-mobile-tb-height);
1193
- }
1194
- }
1195
-
1196
- .e-toolbar .e-popup-up-icon.e-icons,
1197
- .e-toolbar .e-popup-down-icon.e-icons,
1198
- .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1199
- font-size: $fe-mobile-icon-font-size;
1200
- }
1201
-
1202
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1203
-
1204
- @if $fm-skin-name == 'Material3' {
1205
- padding: $fe-mobile-tb-icon-padding;
1206
- font-size: $fe-mobile-tb-icon-font-size;
1207
- line-height: $fe-mobile-tb-icon-font-size;
1208
- }
1209
- @else {
1210
- &.e-fe-newfolder {
1211
- padding-top: $fe-mobile-newfolder-padding-top;
1212
- }
1213
- &.e-fe-upload {
1214
- padding-left: $fe-mobile-upload-padding-left;
1215
- }
1216
- &.e-fe-sort {
1217
- padding-top: $fe-mobile-sort-padding-top;
1218
- }
1219
- &.e-fe-refresh {
1220
- padding-top: $fe-mobile-refresh-padding-top;
1221
- }
1222
- &.e-fe-select {
1223
- padding-top: $fe-mobile-select-padding-top;
1224
- }
1225
- &.e-fe-large {
1226
- padding: $fe-mobile-large-padding;
1227
- }
1228
- &.e-fe-grid {
1229
- padding: $fe-mobile-grid-padding;
1230
- }
1231
- &.e-fe-details {
1232
- padding-top: $fe-mobile-details-padding-top;
1233
- }
1234
- &.e-fe-delete {
1235
- padding-left: $fe-mobile-delete-padding-left;
1236
- }
1237
- &.e-fe-rename {
1238
- padding-left: $fe-mobile-rename-padding-left;
1239
- padding-top: $fe-mobile-rename-padding-top;
1240
- }
1241
- &.e-fe-download {
1242
- padding-left: $fe-mobile-download-padding-left;
1243
- }
1244
- &.e-fe-cut {
1245
- padding-left: $fe-mobile-cut-padding-left;
1246
- padding-top: $fe-mobile-cut-padding-top;
1247
- }
1248
- &.e-fe-copy {
1249
- padding-left: $fe-mobile-copy-padding-left;
1250
- }
1251
- }
1252
- }
1253
-
1254
- .e-toolbar-left {
1255
- .e-icons.e-fe-sort {
1256
- display: inline-block;
1257
- margin: 0;
1258
- width: 14px;
1259
- }
1260
-
1261
- .e-tbar-ddb-text,
1262
- .e-toolbar-item .e-tbar-btn-text {
1263
- display: none;
1264
- }
1265
- }
1266
-
1267
- .e-splitter .e-split-bar {
1268
- display: none;
1269
- }
1270
-
1271
- .e-address {
1272
- height: $fe-mobile-search-height;
1273
-
1274
- .e-addressbar-ul {
1275
- height: $fe-mobile-search-height;
1276
- @if $fm-skin-name == 'material-dark' {
1277
- padding: $fe-big-bc-padding;
1278
- }
1279
- }
1280
-
1281
- .e-address-list-item .e-icons {
1282
- font-size: $fe-big-bc-icon-font-size;
1283
- }
1284
-
1285
- .e-list-text {
1286
- font-size: $fe-big-bc-font-size;
1287
- }
1288
-
1289
- .e-search-wrap {
1290
- min-width: 47px;
1291
- width: auto;
1292
-
1293
- .e-input-group {
1294
- display: none;
1295
- @include size($fe-mobile-search-height, 100%);
1296
-
1297
- .e-clear-icon {
1298
- margin: 2px 8px 0;
1299
- }
1300
-
1301
- .e-input {
1302
- margin: $fe-search-input-margin;
1303
- }
1304
- }
1305
- }
1306
-
1307
- .e-fe-search {
1308
- font-size: $fe-mobile-icon-font-size;
1309
- @if $fm-skin-name !='Material3' {
1310
- margin: 3px 0;
1311
- }
1312
- right: 13px;
1313
- }
1314
- }
1315
-
1316
- .e-grid {
1317
-
1318
- .e-fe-grid-icon .e-fe-icon {
1319
- @include size($fe-mobile-grid-icon-size, $fe-mobile-grid-icon-size);
1320
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1321
- margin: 0 8px 0 0;
1322
- }
1323
- }
1324
-
1325
- .e-gridheader {
1326
- display: none;
1327
- }
1328
-
1329
- .e-content {
1330
- .e-rowcell {
1331
- border-bottom: 1px solid;
1332
- border-bottom-color: $fe-border-color;
1333
-
1334
- &.e-fe-checkbox {
1335
- padding: 0;
1336
- }
1337
- }
1338
- }
1339
-
1340
- .e-gridcontent .e-fe-grid-icon {
1341
- @if $fm-skin-name == 'fabric-dark' {
1342
- padding-left: 9px;
1343
- padding-right: 9px;
1344
- }
1345
- @else {
1346
- padding-left: 10px;
1347
- padding-right: 10px;
1348
- }
1349
- }
1350
-
1351
- .e-fe-text {
1352
- @include ellipsis;
1353
- }
1354
-
1355
- @if $fm-skin-name == 'fluent2' {
1356
- .e-fe-text {
1357
- font-size: $text-base;
1358
- line-height: 22px;
1359
- }
1360
- .e-fe-date,
1361
- .e-fe-size {
1362
- color: $fe-grid-empty-inner-content-color;
1363
- }
1364
- }
1365
- }
1366
-
1367
- .e-large-icons .e-list-parent {
1368
- padding: 0;
1369
-
1370
- .e-list-item {
1371
- display: inline-table;
1372
- @include icon-style($fe-mobile-lg-item-height, $fe-mobile-lg-item-width, $fe-mobile-lg-item-margin);
1373
-
1374
- &.e-hover,
1375
- &:hover {
1376
- @include visibility(hidden);
1377
- }
1378
-
1379
- &.e-active {
1380
- @include visibility(visible);
1381
- }
1382
-
1383
- .e-checkbox-wrapper {
1384
- z-index: 999;
1385
- }
1386
-
1387
- .e-list-text {
1388
- margin: 0 auto;
1389
- width: $fe-mobile-lg-item-inner-width;
1390
- @if $fm-skin-name == 'Material3' {
1391
- font-size: $fe-big-lg-text-font-size;
1392
- }
1393
- }
1394
-
1395
- .e-list-img {
1396
- margin: 11px auto;
1397
- max-height: $fe-mobile-lg-img-height;
1398
- max-width: $fe-mobile-lg-item-inner-width;
1399
- }
1400
-
1401
- .e-list-icon {
1402
- @include icon-style($fe-mobile-lg-icon-height, $fe-mobile-lg-icon-width, $fe-mobile-lg-icon-margin);
1403
- }
1404
- }
1405
- }
1406
- }
1407
-
1408
- &.e-fe-m-select {
1409
- .e-large-icons .e-list-item.e-large-icon,
1410
- .e-grid .e-content .e-row .e-rowcell {
1411
- @include visibility(visible);
1412
- }
1413
- }
1414
-
1415
- &.e-fe-m-filter {
1416
-
1417
- .e-address {
1418
-
1419
- .e-search-wrap {
1420
- @include margin-padding(0, 0);
1421
- position: absolute;
1422
- width: 100%;
1423
-
1424
- .e-input-group {
1425
- display: inline-flex;
1426
- }
1427
-
1428
- .e-input-group .e-input {
1429
- height: auto;
1430
- margin-left: 45px;
1431
- }
1432
-
1433
- .e-fe-search {
1434
- left: 0;
1435
- margin-left: 8px;
1436
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1437
- margin-top: 7px;
1438
- }
1439
- @else {
1440
- margin-top: 3px;
1441
- }
1442
- width: 30px;
1443
- }
1444
- }
1445
-
1446
- .e-addressbar-ul {
1447
- visibility: hidden;
1448
- }
1449
- }
1450
- }
1451
-
1452
- &.e-fe-m-filter.e-rtl {
1453
- .e-address {
1454
- .e-search-wrap {
1455
- .e-input-group .e-input {
1456
- margin-right: 45px;
1457
- }
1458
- .e-fe-search {
1459
- transform: rotate(180deg);
1460
- }
1461
- }
1462
- }
1463
- }
1464
-
1465
- &.e-rtl .e-grid {
1466
- .e-gridheader,
1467
- .e-gridcontent {
1468
- .e-fe-grid-icon {
1469
- padding-right: 10px;
1470
- }
1471
- }
1472
- }
1473
- }
1474
-
1475
- .e-fe-popup.e-bigger,
1476
- .e-bigger .e-fe-popup {
1477
-
1478
- .e-fe-error {
1479
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1480
- font-size: $text-sm;
1481
- line-height: 22px;
1482
- }
1483
- }
1484
-
1485
- &.e-dialog {
1486
- .e-dlg-header-content {
1487
- padding: $fe-big-dg-header-font-size;
1488
- }
1489
- td {
1490
- @include ellipsis;
1491
- font-size: $fe-big-dg-td-font-size;
1492
- max-width: 205px;
1493
- min-width: 45px;
1494
- padding: $fe-big-dg-td-padding;
1495
- }
1496
- }
1497
- }
1498
-
1499
- .e-bigger .e-filemanager,
1500
- .e-filemanager.e-bigger {
1501
-
1502
- .e-toolbar {
1503
-
1504
- @if ($fm-skin-name == 'Material3' or $fm-skin-name == 'fluent2') {
1505
- @include toolbar-height($fe-big-tb-height, $fe-big-tb-height);
1506
- .e-toolbar-item:not(.e-separator) {
1507
- min-height: $fe-big-tb-height;
1508
- padding: 4px;
1509
- }
1510
- }
1511
-
1512
- .e-popup-up-icon.e-icons,
1513
- .e-popup-down-icon.e-icons,
1514
- .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1515
- font-size: $fe-mobile-icon-font-size;
1516
- }
1517
-
1518
- .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn {
1519
- &.e-tbar-btn {
1520
- padding: $fe-big-tb-ddb-btn-padding;
1521
-
1522
- &.e-active,
1523
- &:hover,
1524
- &:focus {
1525
- padding: $fe-big-tb-ddb-btn-hvr-padding;
1526
- }
1527
- }
1528
-
1529
- &.e-tbar-btn .e-btn-icon.e-icons.e-caret {
1530
- @if $fm-skin-name == 'tailwind' {
1531
- font-size: 22px;
1532
- @include icon-style(22px, 22px, 4px 4px 0);
1533
- padding: 1px;
1534
- }
1535
- @else {
1536
- padding: 0 10px;
1537
- }
1538
- }
1539
- }
1540
-
1541
- .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
1542
- padding: 0 10px;
1543
- }
1544
- }
1545
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1546
- .e-fe-clone {
1547
- .e-fe-content {
1548
- .e-fe-name {
1549
- font-size: $text-base;
1550
- line-height: 24px;
1551
- margin: 7px 12px 7px 0;
1552
- }
1553
-
1554
- .e-fe-icon {
1555
- @include icon-style(24px, 24px, 7px 12px);
1556
- }
1557
- }
1558
-
1559
- .e-fe-count {
1560
- font-size: $text-sm;
1561
- @include size(24px, 24px);
1562
- line-height: 22px;
1563
- }
1564
- }
1565
- }
1566
-
1567
- .e-treeview {
1568
-
1569
- & > .e-ul {
1570
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1571
- padding-left: 12px;
1572
- }
1573
- }
1574
-
1575
- .e-list-parent .e-list-item {
1576
- .e-fullrow {
1577
- height: $fe-big-tv-fullrow-height;
1578
- }
1579
- .e-list-text {
1580
- height: $fe-big-tv-node-height;
1581
- line-height: $fe-big-tv-node-height;
1582
- }
1583
- }
1584
- }
1585
-
1586
- .e-address {
1587
- height: $fe-big-address-height;
1588
-
1589
- .e-breadcrumb-menu .e-breadcrumb-submenu {
1590
- height: $fe-big-bc-submenu-height;
1591
- @if $fm-skin-name == 'material-dark' {
1592
- margin-top: -3px;
1593
- }
1594
- }
1595
-
1596
- .e-address-list-item {
1597
- @if ($fm-skin-name != 'Material3') {
1598
- height: $fe-big-bc-li-item-height;
1599
- }
1600
- .e-icons {
1601
- font-size: $fe-big-bc-icon-font-size;
1602
- }
1603
- }
1604
-
1605
- .e-addressbar-ul {
1606
- padding: $fe-big-bc-padding;
1607
- }
1608
-
1609
- .e-list-text {
1610
- font-size: $fe-big-bc-font-size;
1611
- line-height: $fe-big-bc-text-size;
1612
- padding: $fe-big-bc-text-padding;
1613
- }
1614
-
1615
- .e-search-wrap {
1616
- min-width: 51px;
1617
- padding: $fe-big-search-padding;
1618
-
1619
- .e-input-group {
1620
- height: $fe-big-search-height;
1621
-
1622
- .e-input:focus {
1623
- padding: 0;
1624
- }
1625
-
1626
- .e-input {
1627
- @if ($fm-skin-name == 'material' or $fm-skin-name == 'material-dark') {
1628
- height: 39px;
1629
- }
1630
- @else if ($fm-skin-name == 'FluentUI') {
1631
- height: 30px;
1632
- }
1633
- @else if ($fm-skin-name == 'Material3') {
1634
- margin: $fe-big-search-input-margin;
1635
- height: $fe-big-search-input-height;
1636
- }
1637
- }
1638
-
1639
- .e-clear-icon::before {
1640
- @if ($fm-skin-name == 'bootstrap5') {
1641
- margin: 0;
1642
- }
1643
- }
1644
- }
1645
- }
1646
-
1647
- .e-fe-search {
1648
- @if $fm-skin-name == 'tailwind' {
1649
- font-size: 16px;
1650
- margin: 7px 4px;
1651
- }
1652
- @else if $fm-skin-name == 'bootstrap5' {
1653
- font-size: 16px;
1654
- margin: 4px;
1655
- }
1656
- @else if $fm-skin-name == 'FluentUI' {
1657
- font-size: 18px;
1658
- margin: 3px;
1659
- }
1660
- @else if $fm-skin-name == 'Material3' {
1661
- @include margin-padding($fe-search-icon-margin, $fe-big-search-input-padding);
1662
- }
1663
- @else {
1664
- margin: 7px 0;
1665
- }
1666
- }
1667
- }
1668
-
1669
- .e-grid {
1670
- @include checkbox($fe-big-cb-line-height);
1671
-
1672
- .e-gridheader {
1673
- .e-headercell {
1674
- height: $fe-big-grid-header-height;
1675
- @if $fm-skin-name == 'fluent2' {
1676
- .e-headercelldiv.e-headerchkcelldiv {
1677
- margin-left: -6px;
1678
- }
1679
- }
1680
- }
1681
- .e-headertext {
1682
- font-size: $fe-big-grid-header-font-size;
1683
- }
1684
- }
1685
-
1686
- .e-gridheader,
1687
- .e-gridcontent {
1688
-
1689
- .e-rowcell {
1690
- font-size: $fe-big-grid-content-font-size;
1691
-
1692
- @if $fm-skin-name == 'Material3' {
1693
- padding: 14px 12px;
1694
- line-height: 20px;
1695
-
1696
- .e-fe-text {
1697
- font-size: $fe-grid-content-name-font-size;
1698
- line-height: 20px;
1699
- }
1700
- }
1701
- .e-fe-text {
1702
- font-size: $fe-big-grid-content-name-font-size;
1703
- }
1704
- }
1705
-
1706
- .e-fe-checkbox {
1707
- padding-left: 10px;
1708
- }
1709
-
1710
- .e-fe-grid-icon {
1711
- @if $fm-skin-name == 'bootstrap5' or $fm-skin-name == 'tailwind' {
1712
- padding-left: 10px;
1713
- }
1714
- @else {
1715
- padding-left: 16px;
1716
- }
1717
- }
1718
- }
1719
-
1720
- .e-content {
1721
- tr.e-row.e-fe-drop-folder .e-rowcell {
1722
- @if $fm-skin-name == 'tailwind' {
1723
- padding-bottom: 11px;
1724
- padding-top: 11px;
1725
- }
1726
- }
1727
- }
1728
-
1729
- .e-fe-icon {
1730
- @if $fm-skin-name == 'tailwind' {
1731
- @include size(24px, 24px);
1732
- }
1733
- @else {
1734
- margin: $fe-big-grid-icon-margin;
1735
- }
1736
- }
1737
-
1738
- @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);
1739
-
1740
- .e-empty-inner-content {
1741
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1742
- opacity: $fe-big-grid-empty-inner-content-opacity;
1743
- }
1744
- }
1745
-
1746
- &.e-rtl .e-checkbox-wrapper .e-frame {
1747
- @if $fm-skin-name == 'FluentUI' {
1748
- margin-right: -16px;
1749
- }
1750
- @else{
1751
- margin-right: -10px;
1752
- }
1753
- }
1754
- }
1755
-
1756
- .e-large-icons {
1757
- @include checkbox($fe-big-cb-line-height);
1758
-
1759
- .e-list-parent {
1760
- padding: $fe-big-lg-padding;
1761
- }
1762
-
1763
- .e-list-item {
1764
- @include icon-style($fe-big-lg-item-height, $fe-big-lg-item-width, $fe-big-lg-item-margin);
1765
- }
1766
-
1767
- .e-text-content {
1768
- height: $fe-big-lg-item-inner-height;
1769
- }
1770
-
1771
- .e-list-text {
1772
- font-size: $fe-big-lg-text-font-size;
1773
- padding: $fe-big-lg-text-padding;
1774
- width: $fe-big-lg-item-inner-width;
1775
- }
1776
-
1777
- .e-list-img {
1778
- max-height: $fe-big-lg-img-height;
1779
- max-width: $fe-big-lg-item-inner-width;
1780
- }
1781
-
1782
- .e-list-icon {
1783
- @include icon-style($fe-big-lg-icon-height, $fe-big-lg-icon-width, $fe-big-lg-icon-margin);
1784
- }
1785
-
1786
- @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);
1787
-
1788
- .e-empty-inner-content {
1789
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1790
- opacity: $fe-big-lg-icon-empty-inner-content-opacity;
1791
- }
1792
- }
1793
- }
1794
-
1795
- &.e-rtl {
1796
-
1797
- .e-treeview > .e-ul {
1798
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
1799
- padding: 0 12px 0 0;
1800
- }
1801
- }
1802
-
1803
- @if $fm-skin-name =='Material3' {
1804
- .e-address {
1805
- .e-search-wrap .e-input-group .e-input {
1806
- margin: $fe-big-rtl-search-input-margin;
1807
- }
1808
-
1809
- .e-fe-search {
1810
- padding: $fe-big-rtl-search-input-padding;
1811
- }
1812
- }
1813
- }
1814
-
1815
- @if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
1816
- .e-fe-clone .e-fe-name {
1817
- margin: 7px 0 7px 12px;
1818
- }
1819
- }
1820
-
1821
- .e-grid {
1822
-
1823
- .e-gridheader,
1824
- .e-gridcontent {
1825
-
1826
- .e-fe-checkbox {
1827
- padding-right: 16px;
1828
- }
1829
- }
1830
- }
1831
- }
1832
-
1833
- .e-fe-overlay {
1834
- height: calc(100% - 41px);
1835
- }
1836
- }
1837
-
1838
1220
  @media (max-width: 469px) {
1839
1221
  .e-bigger .e-filemanager,
1840
1222
  .e-filemanager.e-bigger {