@syncfusion/ej2-filemanager 32.1.19 → 32.2.3

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 (247) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-filemanager.min.js +10 -1
  3. package/dist/ej2-filemanager.umd.min.js +9 -0
  4. package/dist/global/ej2-filemanager.min.js +9 -0
  5. package/dist/global/index.d.ts +9 -0
  6. package/package.json +11 -11
  7. package/styles/bds-lite.css +11 -1
  8. package/styles/bds-lite.scss +1 -1
  9. package/styles/bds.css +22 -1
  10. package/styles/bds.scss +2 -2
  11. package/styles/bootstrap-dark-lite.css +2 -0
  12. package/styles/bootstrap-dark-lite.scss +1 -1
  13. package/styles/bootstrap-dark.css +5 -0
  14. package/styles/bootstrap-dark.scss +2 -2
  15. package/styles/bootstrap-lite.css +2 -0
  16. package/styles/bootstrap-lite.scss +1 -1
  17. package/styles/bootstrap.css +5 -0
  18. package/styles/bootstrap.scss +2 -2
  19. package/styles/bootstrap4-lite.css +2 -0
  20. package/styles/bootstrap4-lite.scss +1 -1
  21. package/styles/bootstrap4.css +5 -0
  22. package/styles/bootstrap4.scss +2 -2
  23. package/styles/bootstrap5-dark-lite.css +7 -5
  24. package/styles/bootstrap5-dark-lite.scss +1 -1
  25. package/styles/bootstrap5-dark.css +10 -5
  26. package/styles/bootstrap5-dark.scss +2 -2
  27. package/styles/bootstrap5-lite.css +7 -5
  28. package/styles/bootstrap5-lite.scss +1 -1
  29. package/styles/bootstrap5.3-lite.css +170 -0
  30. package/styles/bootstrap5.3-lite.scss +1 -1
  31. package/styles/bootstrap5.3.css +341 -0
  32. package/styles/bootstrap5.3.scss +2 -2
  33. package/styles/bootstrap5.css +10 -5
  34. package/styles/bootstrap5.scss +2 -2
  35. package/styles/fabric-dark-lite.css +2 -0
  36. package/styles/fabric-dark-lite.scss +1 -1
  37. package/styles/fabric-dark.css +5 -0
  38. package/styles/fabric-dark.scss +2 -2
  39. package/styles/fabric-lite.css +2 -0
  40. package/styles/fabric-lite.scss +1 -1
  41. package/styles/fabric.css +5 -0
  42. package/styles/fabric.scss +2 -2
  43. package/styles/file-manager/_all.bds.scss +2 -0
  44. package/styles/file-manager/_all.bootstrap-dark.scss +2 -0
  45. package/styles/file-manager/_all.bootstrap.scss +2 -0
  46. package/styles/file-manager/_all.bootstrap4.scss +2 -0
  47. package/styles/file-manager/_all.bootstrap5-dark.scss +2 -0
  48. package/styles/file-manager/_all.bootstrap5.3.scss +2 -0
  49. package/styles/file-manager/_all.bootstrap5.scss +2 -0
  50. package/styles/file-manager/_all.fabric-dark.scss +2 -0
  51. package/styles/file-manager/_all.fabric.scss +2 -0
  52. package/styles/file-manager/_all.fluent-dark.scss +2 -0
  53. package/styles/file-manager/_all.fluent.scss +2 -0
  54. package/styles/file-manager/_all.fluent2.scss +2 -0
  55. package/styles/file-manager/_all.highcontrast-light.scss +2 -0
  56. package/styles/file-manager/_all.highcontrast.scss +2 -0
  57. package/styles/file-manager/_all.material-dark.scss +2 -0
  58. package/styles/file-manager/_all.material.scss +2 -0
  59. package/styles/file-manager/_all.material3-dark.scss +2 -0
  60. package/styles/file-manager/_all.material3.scss +2 -0
  61. package/styles/file-manager/_all.tailwind-dark.scss +2 -0
  62. package/styles/file-manager/_all.tailwind.scss +2 -0
  63. package/styles/file-manager/_all.tailwind3.scss +2 -0
  64. package/styles/file-manager/_bds-definition.scss +1 -1
  65. package/styles/file-manager/_bigger.bds.scss +4 -0
  66. package/styles/file-manager/_bigger.bootstrap-dark.scss +4 -0
  67. package/styles/file-manager/_bigger.bootstrap.scss +4 -0
  68. package/styles/file-manager/_bigger.bootstrap4.scss +4 -0
  69. package/styles/file-manager/_bigger.bootstrap5-dark.scss +4 -0
  70. package/styles/file-manager/_bigger.bootstrap5.3.scss +4 -0
  71. package/styles/file-manager/_bigger.bootstrap5.scss +4 -0
  72. package/styles/file-manager/_bigger.fabric-dark.scss +4 -0
  73. package/styles/file-manager/_bigger.fabric.scss +4 -0
  74. package/styles/file-manager/_bigger.fluent-dark.scss +4 -0
  75. package/styles/file-manager/_bigger.fluent.scss +4 -0
  76. package/styles/file-manager/_bigger.fluent2.scss +4 -0
  77. package/styles/file-manager/_bigger.highcontrast-light.scss +4 -0
  78. package/styles/file-manager/_bigger.highcontrast.scss +4 -0
  79. package/styles/file-manager/_bigger.material-dark.scss +4 -0
  80. package/styles/file-manager/_bigger.material.scss +4 -0
  81. package/styles/file-manager/_bigger.material3-dark.scss +4 -0
  82. package/styles/file-manager/_bigger.material3.scss +4 -0
  83. package/styles/file-manager/_bigger.scss +0 -2
  84. package/styles/file-manager/_bigger.tailwind-dark.scss +4 -0
  85. package/styles/file-manager/_bigger.tailwind.scss +4 -0
  86. package/styles/file-manager/_bigger.tailwind3.scss +4 -0
  87. package/styles/file-manager/_bootstrap5-dark-definition.scss +3 -3
  88. package/styles/file-manager/_bootstrap5-definition.scss +3 -3
  89. package/styles/file-manager/_layout.bds.scss +3 -0
  90. package/styles/file-manager/_layout.bootstrap-dark.scss +3 -0
  91. package/styles/file-manager/_layout.bootstrap.scss +3 -0
  92. package/styles/file-manager/_layout.bootstrap4.scss +3 -0
  93. package/styles/file-manager/_layout.bootstrap5-dark.scss +3 -0
  94. package/styles/file-manager/_layout.bootstrap5.3.scss +3 -0
  95. package/styles/file-manager/_layout.bootstrap5.scss +3 -0
  96. package/styles/file-manager/_layout.fabric-dark.scss +3 -0
  97. package/styles/file-manager/_layout.fabric.scss +3 -0
  98. package/styles/file-manager/_layout.fluent-dark.scss +3 -0
  99. package/styles/file-manager/_layout.fluent.scss +3 -0
  100. package/styles/file-manager/_layout.fluent2.scss +3 -0
  101. package/styles/file-manager/_layout.highcontrast-light.scss +3 -0
  102. package/styles/file-manager/_layout.highcontrast.scss +3 -0
  103. package/styles/file-manager/_layout.material-dark.scss +3 -0
  104. package/styles/file-manager/_layout.material.scss +3 -0
  105. package/styles/file-manager/_layout.material3-dark.scss +3 -0
  106. package/styles/file-manager/_layout.material3.scss +3 -0
  107. package/styles/file-manager/_layout.scss +0 -1
  108. package/styles/file-manager/_layout.tailwind-dark.scss +3 -0
  109. package/styles/file-manager/_layout.tailwind.scss +3 -0
  110. package/styles/file-manager/_layout.tailwind3.scss +3 -0
  111. package/styles/file-manager/_material3-dark-definition.scss +2 -2
  112. package/styles/file-manager/_material3-definition.scss +2 -2
  113. package/styles/file-manager/_tailwind-dark-definition.scss +3 -3
  114. package/styles/file-manager/_tailwind-definition.scss +3 -3
  115. package/styles/file-manager/_theme-variables.bds.scss +1 -0
  116. package/styles/file-manager/_theme-variables.bootstrap-dark.scss +1 -0
  117. package/styles/file-manager/_theme-variables.bootstrap.scss +1 -0
  118. package/styles/file-manager/_theme-variables.bootstrap4.scss +1 -0
  119. package/styles/file-manager/_theme-variables.bootstrap5-dark.scss +1 -0
  120. package/styles/file-manager/_theme-variables.bootstrap5.3.scss +1 -0
  121. package/styles/file-manager/_theme-variables.bootstrap5.scss +1 -0
  122. package/styles/file-manager/_theme-variables.fabric-dark.scss +1 -0
  123. package/styles/file-manager/_theme-variables.fabric.scss +1 -0
  124. package/styles/file-manager/_theme-variables.fluent-dark.scss +1 -0
  125. package/styles/file-manager/_theme-variables.fluent.scss +1 -0
  126. package/styles/file-manager/_theme-variables.fluent2.scss +1 -0
  127. package/styles/file-manager/_theme-variables.highcontrast-light.scss +1 -0
  128. package/styles/file-manager/_theme-variables.highcontrast.scss +1 -0
  129. package/styles/file-manager/_theme-variables.material-dark.scss +1 -0
  130. package/styles/file-manager/_theme-variables.material.scss +1 -0
  131. package/styles/file-manager/_theme-variables.material3-dark.scss +1 -0
  132. package/styles/file-manager/_theme-variables.material3.scss +1 -0
  133. package/styles/file-manager/_theme-variables.tailwind-dark.scss +1 -0
  134. package/styles/file-manager/_theme-variables.tailwind.scss +1 -0
  135. package/styles/file-manager/_theme.bds.scss +4 -0
  136. package/styles/file-manager/_theme.bootstrap-dark.scss +4 -0
  137. package/styles/file-manager/_theme.bootstrap.scss +4 -0
  138. package/styles/file-manager/_theme.bootstrap4.scss +4 -0
  139. package/styles/file-manager/_theme.bootstrap5-dark.scss +4 -0
  140. package/styles/file-manager/_theme.bootstrap5.3.scss +4 -0
  141. package/styles/file-manager/_theme.bootstrap5.scss +4 -0
  142. package/styles/file-manager/_theme.fabric-dark.scss +4 -0
  143. package/styles/file-manager/_theme.fabric.scss +4 -0
  144. package/styles/file-manager/_theme.fluent-dark.scss +4 -0
  145. package/styles/file-manager/_theme.fluent.scss +4 -0
  146. package/styles/file-manager/_theme.fluent2.scss +4 -0
  147. package/styles/file-manager/_theme.highcontrast-light.scss +4 -0
  148. package/styles/file-manager/_theme.highcontrast.scss +4 -0
  149. package/styles/file-manager/_theme.material-dark.scss +4 -0
  150. package/styles/file-manager/_theme.material.scss +4 -0
  151. package/styles/file-manager/_theme.material3-dark.scss +4 -0
  152. package/styles/file-manager/_theme.material3.scss +4 -0
  153. package/styles/file-manager/_theme.scss +0 -1
  154. package/styles/file-manager/_theme.tailwind-dark.scss +4 -0
  155. package/styles/file-manager/_theme.tailwind.scss +4 -0
  156. package/styles/file-manager/_theme.tailwind3.scss +4 -0
  157. package/styles/file-manager/bds.css +22 -1
  158. package/styles/file-manager/bds.scss +2 -2
  159. package/styles/file-manager/bootstrap-dark.css +5 -0
  160. package/styles/file-manager/bootstrap-dark.scss +2 -2
  161. package/styles/file-manager/bootstrap.css +5 -0
  162. package/styles/file-manager/bootstrap.scss +2 -2
  163. package/styles/file-manager/bootstrap4.css +5 -0
  164. package/styles/file-manager/bootstrap4.scss +2 -2
  165. package/styles/file-manager/bootstrap5-dark.css +10 -5
  166. package/styles/file-manager/bootstrap5-dark.scss +2 -2
  167. package/styles/file-manager/bootstrap5.3.css +341 -0
  168. package/styles/file-manager/bootstrap5.3.scss +2 -2
  169. package/styles/file-manager/bootstrap5.css +10 -5
  170. package/styles/file-manager/bootstrap5.scss +2 -2
  171. package/styles/file-manager/fabric-dark.css +5 -0
  172. package/styles/file-manager/fabric-dark.scss +2 -2
  173. package/styles/file-manager/fabric.css +5 -0
  174. package/styles/file-manager/fabric.scss +2 -2
  175. package/styles/file-manager/fluent-dark.css +5 -0
  176. package/styles/file-manager/fluent-dark.scss +2 -2
  177. package/styles/file-manager/fluent.css +5 -0
  178. package/styles/file-manager/fluent.scss +2 -2
  179. package/styles/file-manager/fluent2.css +349 -0
  180. package/styles/file-manager/fluent2.scss +2 -2
  181. package/styles/file-manager/highcontrast-light.css +5 -0
  182. package/styles/file-manager/highcontrast-light.scss +2 -2
  183. package/styles/file-manager/highcontrast.css +5 -0
  184. package/styles/file-manager/highcontrast.scss +2 -2
  185. package/styles/file-manager/material-dark.css +5 -0
  186. package/styles/file-manager/material-dark.scss +2 -2
  187. package/styles/file-manager/material.css +5 -0
  188. package/styles/file-manager/material.scss +2 -2
  189. package/styles/file-manager/material3-dark.css +331 -2
  190. package/styles/file-manager/material3-dark.scss +2 -2
  191. package/styles/file-manager/material3.css +339 -2
  192. package/styles/file-manager/material3.scss +2 -2
  193. package/styles/file-manager/tailwind-dark.css +10 -5
  194. package/styles/file-manager/tailwind-dark.scss +2 -2
  195. package/styles/file-manager/tailwind.css +10 -5
  196. package/styles/file-manager/tailwind.scss +2 -2
  197. package/styles/file-manager/tailwind3.css +301 -0
  198. package/styles/file-manager/tailwind3.scss +2 -2
  199. package/styles/fluent-dark-lite.css +2 -0
  200. package/styles/fluent-dark-lite.scss +1 -1
  201. package/styles/fluent-dark.css +5 -0
  202. package/styles/fluent-dark.scss +2 -2
  203. package/styles/fluent-lite.css +2 -0
  204. package/styles/fluent-lite.scss +1 -1
  205. package/styles/fluent.css +5 -0
  206. package/styles/fluent.scss +2 -2
  207. package/styles/fluent2-lite.css +174 -0
  208. package/styles/fluent2-lite.scss +1 -1
  209. package/styles/fluent2.css +349 -0
  210. package/styles/fluent2.scss +2 -2
  211. package/styles/highcontrast-light-lite.css +2 -0
  212. package/styles/highcontrast-light-lite.scss +1 -1
  213. package/styles/highcontrast-light.css +5 -0
  214. package/styles/highcontrast-light.scss +2 -2
  215. package/styles/highcontrast-lite.css +2 -0
  216. package/styles/highcontrast-lite.scss +1 -1
  217. package/styles/highcontrast.css +5 -0
  218. package/styles/highcontrast.scss +2 -2
  219. package/styles/material-dark-lite.css +2 -0
  220. package/styles/material-dark-lite.scss +1 -1
  221. package/styles/material-dark.css +5 -0
  222. package/styles/material-dark.scss +2 -2
  223. package/styles/material-lite.css +2 -0
  224. package/styles/material-lite.scss +1 -1
  225. package/styles/material.css +5 -0
  226. package/styles/material.scss +2 -2
  227. package/styles/material3-dark-lite.css +166 -2
  228. package/styles/material3-dark-lite.scss +1 -1
  229. package/styles/material3-dark.css +331 -2
  230. package/styles/material3-dark.scss +2 -2
  231. package/styles/material3-lite.css +170 -2
  232. package/styles/material3-lite.scss +1 -1
  233. package/styles/material3.css +339 -2
  234. package/styles/material3.scss +2 -2
  235. package/styles/tailwind-dark-lite.css +7 -5
  236. package/styles/tailwind-dark-lite.scss +1 -1
  237. package/styles/tailwind-dark.css +10 -5
  238. package/styles/tailwind-dark.scss +2 -2
  239. package/styles/tailwind-lite.css +7 -5
  240. package/styles/tailwind-lite.scss +1 -1
  241. package/styles/tailwind.css +10 -5
  242. package/styles/tailwind.scss +2 -2
  243. package/styles/tailwind3-lite.css +150 -0
  244. package/styles/tailwind3-lite.scss +1 -1
  245. package/styles/tailwind3.css +301 -0
  246. package/styles/tailwind3.scss +2 -2
  247. /package/styles/file-manager/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
@@ -310,6 +310,91 @@
310
310
  content: "\e774";
311
311
  }
312
312
 
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+ /* Font Family */
324
+ /* Font Sizes */
325
+ /* Radius */
326
+ /* 1px */
327
+ /* 2px */
328
+ /* 3px */
329
+ /* 4px */
330
+ /* 5px */
331
+ /* 6px */
332
+ /* 7px */
333
+ /* 8px */
334
+ /* 9px */
335
+ /* 10px */
336
+ /* 11px */
337
+ /* 12px */
338
+ /* 13px */
339
+ /* 14px */
340
+ /* 15px */
341
+ /* 16px */
342
+ /* 17px */
343
+ /* 18px */
344
+ /* 19px */
345
+ /* 20px */
346
+ /* 21px */
347
+ /* 22px */
348
+ /* 23px */
349
+ /* 24px */
350
+ /* 25px */
351
+ /* 26px */
352
+ /* 27px */
353
+ /* 28px */
354
+ /* 29px */
355
+ /* 30px */
356
+ /* 31px */
357
+ /* 32px */
358
+ /* 33px */
359
+ /* 34px */
360
+ /* 35px */
361
+ /* 36px */
362
+ /* 37px */
363
+ /* 38px */
364
+ /* 39px */
365
+ /* 40px */
366
+ /* 41px */
367
+ /* 42px */
368
+ /* 43px */
369
+ /* 44px */
370
+ /* 45px */
371
+ /* 46px */
372
+ /* 47px */
373
+ /* 48px */
374
+ /* 49px */
375
+ /* 50px */
376
+ /* 5em */
377
+ /* 65% */
378
+ /* border */
379
+ /* 0px */
380
+ /* 1px */
381
+ /* 1.5px */
382
+ /* 2px */
383
+ /* 3px */
384
+ /* 4px */
385
+ /* 5px */
386
+ /* 6px */
387
+ /* 7px */
388
+ /* 8px */
389
+ /* 9px */
390
+ /* 10px */
391
+ /* 11px */
392
+ /* 12px */
393
+ /* 13px */
394
+ /* 14px */
395
+ /* 15px */
396
+ /* 16px */
397
+ /*! FileManager's tailwind theme wise override definitions and variables */
313
398
  /* stylelint-disable property-no-vendor-prefix */
314
399
  ejs-filemanager {
315
400
  display: block;
@@ -1035,6 +1120,91 @@ ejs-filemanager {
1035
1120
  height: calc(100% - 36px);
1036
1121
  }
1037
1122
 
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ /* Font Family */
1134
+ /* Font Sizes */
1135
+ /* Radius */
1136
+ /* 1px */
1137
+ /* 2px */
1138
+ /* 3px */
1139
+ /* 4px */
1140
+ /* 5px */
1141
+ /* 6px */
1142
+ /* 7px */
1143
+ /* 8px */
1144
+ /* 9px */
1145
+ /* 10px */
1146
+ /* 11px */
1147
+ /* 12px */
1148
+ /* 13px */
1149
+ /* 14px */
1150
+ /* 15px */
1151
+ /* 16px */
1152
+ /* 17px */
1153
+ /* 18px */
1154
+ /* 19px */
1155
+ /* 20px */
1156
+ /* 21px */
1157
+ /* 22px */
1158
+ /* 23px */
1159
+ /* 24px */
1160
+ /* 25px */
1161
+ /* 26px */
1162
+ /* 27px */
1163
+ /* 28px */
1164
+ /* 29px */
1165
+ /* 30px */
1166
+ /* 31px */
1167
+ /* 32px */
1168
+ /* 33px */
1169
+ /* 34px */
1170
+ /* 35px */
1171
+ /* 36px */
1172
+ /* 37px */
1173
+ /* 38px */
1174
+ /* 39px */
1175
+ /* 40px */
1176
+ /* 41px */
1177
+ /* 42px */
1178
+ /* 43px */
1179
+ /* 44px */
1180
+ /* 45px */
1181
+ /* 46px */
1182
+ /* 47px */
1183
+ /* 48px */
1184
+ /* 49px */
1185
+ /* 50px */
1186
+ /* 5em */
1187
+ /* 65% */
1188
+ /* border */
1189
+ /* 0px */
1190
+ /* 1px */
1191
+ /* 1.5px */
1192
+ /* 2px */
1193
+ /* 3px */
1194
+ /* 4px */
1195
+ /* 5px */
1196
+ /* 6px */
1197
+ /* 7px */
1198
+ /* 8px */
1199
+ /* 9px */
1200
+ /* 10px */
1201
+ /* 11px */
1202
+ /* 12px */
1203
+ /* 13px */
1204
+ /* 14px */
1205
+ /* 15px */
1206
+ /* 16px */
1207
+ /*! FileManager's tailwind theme wise override definitions and variables */
1038
1208
  .e-filemanager {
1039
1209
  background: transparent;
1040
1210
  border-color: var(--color-sf-border-light);
@@ -1192,6 +1362,177 @@ ejs-filemanager {
1192
1362
  box-shadow: none;
1193
1363
  }
1194
1364
 
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+ /* Font Family */
1376
+ /* Font Sizes */
1377
+ /* Radius */
1378
+ /* 1px */
1379
+ /* 2px */
1380
+ /* 3px */
1381
+ /* 4px */
1382
+ /* 5px */
1383
+ /* 6px */
1384
+ /* 7px */
1385
+ /* 8px */
1386
+ /* 9px */
1387
+ /* 10px */
1388
+ /* 11px */
1389
+ /* 12px */
1390
+ /* 13px */
1391
+ /* 14px */
1392
+ /* 15px */
1393
+ /* 16px */
1394
+ /* 17px */
1395
+ /* 18px */
1396
+ /* 19px */
1397
+ /* 20px */
1398
+ /* 21px */
1399
+ /* 22px */
1400
+ /* 23px */
1401
+ /* 24px */
1402
+ /* 25px */
1403
+ /* 26px */
1404
+ /* 27px */
1405
+ /* 28px */
1406
+ /* 29px */
1407
+ /* 30px */
1408
+ /* 31px */
1409
+ /* 32px */
1410
+ /* 33px */
1411
+ /* 34px */
1412
+ /* 35px */
1413
+ /* 36px */
1414
+ /* 37px */
1415
+ /* 38px */
1416
+ /* 39px */
1417
+ /* 40px */
1418
+ /* 41px */
1419
+ /* 42px */
1420
+ /* 43px */
1421
+ /* 44px */
1422
+ /* 45px */
1423
+ /* 46px */
1424
+ /* 47px */
1425
+ /* 48px */
1426
+ /* 49px */
1427
+ /* 50px */
1428
+ /* 5em */
1429
+ /* 65% */
1430
+ /* border */
1431
+ /* 0px */
1432
+ /* 1px */
1433
+ /* 1.5px */
1434
+ /* 2px */
1435
+ /* 3px */
1436
+ /* 4px */
1437
+ /* 5px */
1438
+ /* 6px */
1439
+ /* 7px */
1440
+ /* 8px */
1441
+ /* 9px */
1442
+ /* 10px */
1443
+ /* 11px */
1444
+ /* 12px */
1445
+ /* 13px */
1446
+ /* 14px */
1447
+ /* 15px */
1448
+ /* 16px */
1449
+ /*! FileManager's tailwind theme wise override definitions and variables */
1450
+ /* stylelint-disable property-no-vendor-prefix */
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+ /* Font Family */
1462
+ /* Font Sizes */
1463
+ /* Radius */
1464
+ /* 1px */
1465
+ /* 2px */
1466
+ /* 3px */
1467
+ /* 4px */
1468
+ /* 5px */
1469
+ /* 6px */
1470
+ /* 7px */
1471
+ /* 8px */
1472
+ /* 9px */
1473
+ /* 10px */
1474
+ /* 11px */
1475
+ /* 12px */
1476
+ /* 13px */
1477
+ /* 14px */
1478
+ /* 15px */
1479
+ /* 16px */
1480
+ /* 17px */
1481
+ /* 18px */
1482
+ /* 19px */
1483
+ /* 20px */
1484
+ /* 21px */
1485
+ /* 22px */
1486
+ /* 23px */
1487
+ /* 24px */
1488
+ /* 25px */
1489
+ /* 26px */
1490
+ /* 27px */
1491
+ /* 28px */
1492
+ /* 29px */
1493
+ /* 30px */
1494
+ /* 31px */
1495
+ /* 32px */
1496
+ /* 33px */
1497
+ /* 34px */
1498
+ /* 35px */
1499
+ /* 36px */
1500
+ /* 37px */
1501
+ /* 38px */
1502
+ /* 39px */
1503
+ /* 40px */
1504
+ /* 41px */
1505
+ /* 42px */
1506
+ /* 43px */
1507
+ /* 44px */
1508
+ /* 45px */
1509
+ /* 46px */
1510
+ /* 47px */
1511
+ /* 48px */
1512
+ /* 49px */
1513
+ /* 50px */
1514
+ /* 5em */
1515
+ /* 65% */
1516
+ /* border */
1517
+ /* 0px */
1518
+ /* 1px */
1519
+ /* 1.5px */
1520
+ /* 2px */
1521
+ /* 3px */
1522
+ /* 4px */
1523
+ /* 5px */
1524
+ /* 6px */
1525
+ /* 7px */
1526
+ /* 8px */
1527
+ /* 9px */
1528
+ /* 10px */
1529
+ /* 11px */
1530
+ /* 12px */
1531
+ /* 13px */
1532
+ /* 14px */
1533
+ /* 15px */
1534
+ /* 16px */
1535
+ /*! FileManager's tailwind theme wise override definitions and variables */
1195
1536
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1196
1537
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1197
1538
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/bootstrap5.3-definition' as *;
14
14
  @use 'bootstrap5.3-definition' as *;
15
15
  @use 'icons/bootstrap5.3' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.bootstrap5.3' as *;
17
+ @use 'bigger.bootstrap5.3' as *;
@@ -226,6 +226,7 @@
226
226
  content: "\e774";
227
227
  }
228
228
 
229
+ /*! FileManager's tailwind theme wise override definitions and variables */
229
230
  /* stylelint-disable property-no-vendor-prefix */
230
231
  ejs-filemanager {
231
232
  display: block;
@@ -325,7 +326,7 @@ ejs-filemanager {
325
326
  }
326
327
  .e-filemanager .e-address {
327
328
  border-bottom: 1px solid;
328
- height: 35px;
329
+ height: 36px;
329
330
  position: relative;
330
331
  }
331
332
  .e-filemanager .e-address .e-fe-breadcrumb.e-icons {
@@ -372,7 +373,7 @@ ejs-filemanager {
372
373
  white-space: nowrap;
373
374
  list-style: none;
374
375
  margin: 0;
375
- padding: 8px 16px 8px;
376
+ padding: 7px 16px 7px;
376
377
  }
377
378
  .e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
378
379
  display: inline;
@@ -383,7 +384,7 @@ ejs-filemanager {
383
384
  .e-filemanager .e-address .e-list-text {
384
385
  cursor: pointer;
385
386
  font-size: 12px;
386
- line-height: 18px;
387
+ line-height: 22px;
387
388
  font-weight: 500;
388
389
  text-decoration: none;
389
390
  }
@@ -563,7 +564,7 @@ ejs-filemanager {
563
564
  float: left;
564
565
  overflow: auto;
565
566
  width: 100%;
566
- height: calc(100% - 35px);
567
+ height: calc(100% - 36px);
567
568
  }
568
569
  .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
569
570
  border-width: 1px;
@@ -963,9 +964,10 @@ ejs-filemanager {
963
964
  }
964
965
 
965
966
  .e-filemanager .e-view-container .e-fe-grid-container {
966
- height: calc(100% - 35px);
967
+ height: calc(100% - 36px);
967
968
  }
968
969
 
970
+ /*! FileManager's tailwind theme wise override definitions and variables */
969
971
  .e-filemanager {
970
972
  background: transparent;
971
973
  border-color: #dee2e6;
@@ -1148,6 +1150,9 @@ ejs-filemanager {
1148
1150
  box-shadow: none;
1149
1151
  }
1150
1152
 
1153
+ /*! FileManager's tailwind theme wise override definitions and variables */
1154
+ /* stylelint-disable property-no-vendor-prefix */
1155
+ /*! FileManager's tailwind theme wise override definitions and variables */
1151
1156
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1152
1157
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1153
1158
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/bootstrap5-definition' as *;
14
14
  @use 'bootstrap5-definition' as *;
15
15
  @use 'icons/bootstrap5' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.bootstrap5' as *;
17
+ @use 'bigger.bootstrap5' as *;
@@ -220,6 +220,7 @@
220
220
  content: "\e614";
221
221
  }
222
222
 
223
+ /*! FileManager's fabric theme wise override definitions and variables */
223
224
  /* stylelint-disable property-no-vendor-prefix */
224
225
  ejs-filemanager {
225
226
  display: block;
@@ -962,6 +963,7 @@ ejs-filemanager {
962
963
  height: calc(100% - 34px);
963
964
  }
964
965
 
966
+ /*! FileManager's fabric theme wise override definitions and variables */
965
967
  .e-filemanager {
966
968
  background: #201f1f;
967
969
  border-color: #414040;
@@ -1110,6 +1112,9 @@ ejs-filemanager {
1110
1112
  box-shadow: none;
1111
1113
  }
1112
1114
 
1115
+ /*! FileManager's fabric theme wise override definitions and variables */
1116
+ /* stylelint-disable property-no-vendor-prefix */
1117
+ /*! FileManager's fabric theme wise override definitions and variables */
1113
1118
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1114
1119
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1115
1120
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/fabric-dark-definition' as *;
14
14
  @use 'fabric-dark-definition' as *;
15
15
  @use 'icons/fabric-dark' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.fabric-dark' as *;
17
+ @use 'bigger.fabric-dark' as *;
@@ -221,6 +221,7 @@
221
221
  content: "\e614";
222
222
  }
223
223
 
224
+ /*! FileManager's fabric theme wise override definitions and variables */
224
225
  /* stylelint-disable property-no-vendor-prefix */
225
226
  ejs-filemanager {
226
227
  display: block;
@@ -963,6 +964,7 @@ ejs-filemanager {
963
964
  height: calc(100% - 34px);
964
965
  }
965
966
 
967
+ /*! FileManager's fabric theme wise override definitions and variables */
966
968
  .e-filemanager {
967
969
  background: transparent;
968
970
  border-color: #e0e0e0;
@@ -1110,6 +1112,9 @@ ejs-filemanager {
1110
1112
  box-shadow: none;
1111
1113
  }
1112
1114
 
1115
+ /*! FileManager's fabric theme wise override definitions and variables */
1116
+ /* stylelint-disable property-no-vendor-prefix */
1117
+ /*! FileManager's fabric theme wise override definitions and variables */
1113
1118
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1114
1119
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1115
1120
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/fabric-definition' as *;
14
14
  @use 'fabric-definition' as *;
15
15
  @use 'icons/fabric' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.fabric' as *;
17
+ @use 'bigger.fabric' as *;
@@ -225,6 +225,7 @@
225
225
  content: "\e774";
226
226
  }
227
227
 
228
+ /*! FileManager's tailwind theme wise override definitions and variables */
228
229
  /* stylelint-disable property-no-vendor-prefix */
229
230
  ejs-filemanager {
230
231
  display: block;
@@ -963,6 +964,7 @@ ejs-filemanager {
963
964
  height: calc(100% - 40px);
964
965
  }
965
966
 
967
+ /*! FileManager's tailwind theme wise override definitions and variables */
966
968
  .e-filemanager {
967
969
  background: transparent;
968
970
  border-color: #292827;
@@ -1108,6 +1110,9 @@ ejs-filemanager {
1108
1110
  box-shadow: none;
1109
1111
  }
1110
1112
 
1113
+ /*! FileManager's tailwind theme wise override definitions and variables */
1114
+ /* stylelint-disable property-no-vendor-prefix */
1115
+ /*! FileManager's tailwind theme wise override definitions and variables */
1111
1116
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1112
1117
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1113
1118
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/fluent-dark-definition' as *;
14
14
  @use 'fluent-dark-definition' as *;
15
15
  @use 'icons/fluent-dark' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.fluent-dark' as *;
17
+ @use 'bigger.fluent-dark' as *;
@@ -225,6 +225,7 @@
225
225
  content: "\e774";
226
226
  }
227
227
 
228
+ /*! FileManager's tailwind theme wise override definitions and variables */
228
229
  /* stylelint-disable property-no-vendor-prefix */
229
230
  ejs-filemanager {
230
231
  display: block;
@@ -963,6 +964,7 @@ ejs-filemanager {
963
964
  height: calc(100% - 40px);
964
965
  }
965
966
 
967
+ /*! FileManager's tailwind theme wise override definitions and variables */
966
968
  .e-filemanager {
967
969
  background: transparent;
968
970
  border-color: #edebe9;
@@ -1107,6 +1109,9 @@ ejs-filemanager {
1107
1109
  box-shadow: none;
1108
1110
  }
1109
1111
 
1112
+ /*! FileManager's tailwind theme wise override definitions and variables */
1113
+ /* stylelint-disable property-no-vendor-prefix */
1114
+ /*! FileManager's tailwind theme wise override definitions and variables */
1110
1115
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1111
1116
  .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1112
1117
  .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
@@ -13,5 +13,5 @@
13
13
  @use 'ej2-grids/styles/grid/fluent-definition' as *;
14
14
  @use 'fluent-definition' as *;
15
15
  @use 'icons/fluent' as *;
16
- @use 'all' as *;
17
- @use 'bigger' as *;
16
+ @use 'all.fluent' as *;
17
+ @use 'bigger.fluent' as *;