@syncfusion/ej2-filemanager 33.2.13 → 34.1.29

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 (290) hide show
  1. package/dist/ej2-filemanager.min.js +2 -2
  2. package/dist/ej2-filemanager.umd.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-filemanager.es2015.js +11 -6
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +11 -6
  7. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  8. package/dist/global/ej2-filemanager.min.js +2 -2
  9. package/dist/global/ej2-filemanager.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/file-manager/common/operations.js +1 -1
  13. package/src/file-manager/layout/details-view.js +9 -4
  14. package/src/file-manager/layout/large-icons-view.js +1 -1
  15. package/styles/bds-lite.css +11 -343
  16. package/styles/bds-lite.scss +1 -13
  17. package/styles/bds.css +15 -358
  18. package/styles/bds.scss +2 -14
  19. package/styles/bootstrap-dark-lite.css +14 -54
  20. package/styles/bootstrap-dark-lite.scss +1 -13
  21. package/styles/bootstrap-dark.css +18 -61
  22. package/styles/bootstrap-dark.scss +2 -14
  23. package/styles/bootstrap-lite.css +8 -55
  24. package/styles/bootstrap-lite.scss +1 -13
  25. package/styles/bootstrap.css +12 -62
  26. package/styles/bootstrap.scss +2 -14
  27. package/styles/bootstrap4-lite.css +16 -60
  28. package/styles/bootstrap4-lite.scss +1 -13
  29. package/styles/bootstrap4.css +20 -67
  30. package/styles/bootstrap4.scss +2 -14
  31. package/styles/bootstrap5-dark-lite.css +17 -63
  32. package/styles/bootstrap5-dark-lite.scss +1 -13
  33. package/styles/bootstrap5-dark.css +21 -70
  34. package/styles/bootstrap5-dark.scss +2 -14
  35. package/styles/bootstrap5-lite.css +17 -63
  36. package/styles/bootstrap5-lite.scss +1 -14
  37. package/styles/bootstrap5.3-lite.css +8 -224
  38. package/styles/bootstrap5.3-lite.scss +1 -14
  39. package/styles/bootstrap5.3.css +12 -399
  40. package/styles/bootstrap5.3.scss +2 -15
  41. package/styles/bootstrap5.css +21 -70
  42. package/styles/bootstrap5.scss +2 -15
  43. package/styles/fabric-dark-lite.css +12 -56
  44. package/styles/fabric-dark-lite.scss +1 -14
  45. package/styles/fabric-dark.css +16 -63
  46. package/styles/fabric-dark.scss +2 -15
  47. package/styles/fabric-lite.css +12 -57
  48. package/styles/fabric-lite.scss +1 -14
  49. package/styles/fabric.css +16 -64
  50. package/styles/fabric.scss +2 -15
  51. package/styles/file-manager/_all.scss +2 -2
  52. package/styles/file-manager/_bds-definition.scss +1 -2
  53. package/styles/file-manager/_bigger.scss +14 -2
  54. package/styles/file-manager/_bootstrap-dark-definition.scss +1 -2
  55. package/styles/file-manager/_bootstrap-definition.scss +1 -2
  56. package/styles/file-manager/_bootstrap4-definition.scss +1 -2
  57. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -2
  58. package/styles/file-manager/_bootstrap5-definition.scss +1 -2
  59. package/styles/file-manager/_bootstrap5.3-definition.scss +1 -2
  60. package/styles/file-manager/_fabric-dark-definition.scss +1 -2
  61. package/styles/file-manager/_fabric-definition.scss +1 -2
  62. package/styles/file-manager/_fluent-dark-definition.scss +1 -2
  63. package/styles/file-manager/_fluent-definition.scss +1 -2
  64. package/styles/file-manager/_fluent2-definition.scss +1 -2
  65. package/styles/file-manager/_fusionnew-definition.scss +1 -2
  66. package/styles/file-manager/_highcontrast-definition.scss +1 -2
  67. package/styles/file-manager/_highcontrast-light-definition.scss +1 -2
  68. package/styles/file-manager/_layout.scss +7 -2
  69. package/styles/file-manager/_material-dark-definition.scss +1 -2
  70. package/styles/file-manager/_material-definition.scss +1 -2
  71. package/styles/file-manager/_material3-dark-definition.scss +2 -2
  72. package/styles/file-manager/_material3-definition.scss +2 -2
  73. package/styles/file-manager/_tailwind-dark-definition.scss +1 -2
  74. package/styles/file-manager/_tailwind-definition.scss +1 -2
  75. package/styles/file-manager/_tailwind3-definition.scss +1 -2
  76. package/styles/file-manager/_theme.scss +1 -1
  77. package/styles/file-manager/_variables.scss +2 -0
  78. package/styles/file-manager/bds.css +15 -358
  79. package/styles/file-manager/bds.scss +2 -15
  80. package/styles/file-manager/bootstrap-dark.css +18 -61
  81. package/styles/file-manager/bootstrap-dark.scss +2 -15
  82. package/styles/file-manager/bootstrap.css +12 -62
  83. package/styles/file-manager/bootstrap.scss +2 -15
  84. package/styles/file-manager/bootstrap4.css +20 -67
  85. package/styles/file-manager/bootstrap4.scss +2 -15
  86. package/styles/file-manager/bootstrap5-dark.css +21 -70
  87. package/styles/file-manager/bootstrap5-dark.scss +2 -15
  88. package/styles/file-manager/bootstrap5.3.css +12 -399
  89. package/styles/file-manager/bootstrap5.3.scss +2 -15
  90. package/styles/file-manager/bootstrap5.css +21 -70
  91. package/styles/file-manager/bootstrap5.scss +2 -15
  92. package/styles/file-manager/fabric-dark.css +16 -63
  93. package/styles/file-manager/fabric-dark.scss +2 -15
  94. package/styles/file-manager/fabric.css +16 -64
  95. package/styles/file-manager/fabric.scss +2 -15
  96. package/styles/file-manager/fluent-dark.css +12 -62
  97. package/styles/file-manager/fluent-dark.scss +2 -15
  98. package/styles/file-manager/fluent.css +12 -62
  99. package/styles/file-manager/fluent.scss +2 -15
  100. package/styles/file-manager/fluent2.css +19 -646
  101. package/styles/file-manager/fluent2.scss +2 -15
  102. package/styles/file-manager/highcontrast-light.css +12 -61
  103. package/styles/file-manager/highcontrast-light.scss +2 -15
  104. package/styles/file-manager/highcontrast.css +20 -70
  105. package/styles/file-manager/highcontrast.scss +2 -15
  106. package/styles/file-manager/icons/_bds.scss +1 -1
  107. package/styles/file-manager/icons/_bootstrap-dark.scss +1 -1
  108. package/styles/file-manager/icons/_bootstrap.scss +1 -1
  109. package/styles/file-manager/icons/_bootstrap4.scss +1 -1
  110. package/styles/file-manager/icons/_bootstrap5.3.scss +1 -1
  111. package/styles/file-manager/icons/_bootstrap5.scss +1 -1
  112. package/styles/file-manager/icons/_fabric-dark.scss +1 -1
  113. package/styles/file-manager/icons/_fabric.scss +1 -1
  114. package/styles/file-manager/icons/_fluent.scss +1 -1
  115. package/styles/file-manager/icons/_fluent2.scss +1 -1
  116. package/styles/file-manager/icons/_fusionnew.scss +1 -1
  117. package/styles/file-manager/icons/_highcontrast-light.scss +1 -1
  118. package/styles/file-manager/icons/_highcontrast.scss +1 -1
  119. package/styles/file-manager/icons/_material-dark.scss +1 -1
  120. package/styles/file-manager/icons/_material.scss +1 -1
  121. package/styles/file-manager/icons/_material3.scss +1 -1
  122. package/styles/file-manager/icons/_tailwind.scss +1 -1
  123. package/styles/file-manager/icons/_tailwind3.scss +1 -1
  124. package/styles/file-manager/material-dark.css +12 -97
  125. package/styles/file-manager/material-dark.scss +2 -15
  126. package/styles/file-manager/material.css +12 -119
  127. package/styles/file-manager/material.scss +2 -15
  128. package/styles/file-manager/material3-dark.css +15 -420
  129. package/styles/file-manager/material3-dark.scss +2 -15
  130. package/styles/file-manager/material3.css +15 -428
  131. package/styles/file-manager/material3.scss +2 -15
  132. package/styles/file-manager/tailwind-dark.css +15 -63
  133. package/styles/file-manager/tailwind-dark.scss +2 -15
  134. package/styles/file-manager/tailwind.css +15 -63
  135. package/styles/file-manager/tailwind.scss +2 -15
  136. package/styles/file-manager/tailwind3.css +14 -421
  137. package/styles/file-manager/tailwind3.scss +2 -15
  138. package/styles/fluent-dark-lite.css +8 -55
  139. package/styles/fluent-dark-lite.scss +1 -14
  140. package/styles/fluent-dark.css +12 -62
  141. package/styles/fluent-dark.scss +2 -15
  142. package/styles/fluent-lite.css +8 -55
  143. package/styles/fluent-lite.scss +1 -14
  144. package/styles/fluent.css +12 -62
  145. package/styles/fluent.scss +2 -15
  146. package/styles/fluent2-lite.css +15 -467
  147. package/styles/fluent2-lite.scss +1 -14
  148. package/styles/fluent2.css +19 -646
  149. package/styles/fluent2.scss +2 -15
  150. package/styles/highcontrast-light-lite.css +8 -54
  151. package/styles/highcontrast-light-lite.scss +1 -14
  152. package/styles/highcontrast-light.css +12 -61
  153. package/styles/highcontrast-light.scss +2 -15
  154. package/styles/highcontrast-lite.css +16 -63
  155. package/styles/highcontrast-lite.scss +1 -14
  156. package/styles/highcontrast.css +20 -70
  157. package/styles/highcontrast.scss +2 -15
  158. package/styles/material-dark-lite.css +8 -90
  159. package/styles/material-dark-lite.scss +1 -14
  160. package/styles/material-dark.css +12 -97
  161. package/styles/material-dark.scss +2 -15
  162. package/styles/material-lite.css +8 -112
  163. package/styles/material-lite.scss +1 -13
  164. package/styles/material.css +12 -119
  165. package/styles/material.scss +2 -14
  166. package/styles/material3-dark-lite.css +11 -251
  167. package/styles/material3-dark-lite.scss +1 -14
  168. package/styles/material3-dark.css +15 -420
  169. package/styles/material3-dark.scss +2 -15
  170. package/styles/material3-lite.css +11 -255
  171. package/styles/material3-lite.scss +1 -14
  172. package/styles/material3.css +15 -428
  173. package/styles/material3.scss +2 -15
  174. package/styles/tailwind-dark-lite.css +11 -56
  175. package/styles/tailwind-dark-lite.scss +1 -14
  176. package/styles/tailwind-dark.css +15 -63
  177. package/styles/tailwind-dark.scss +2 -15
  178. package/styles/tailwind-lite.css +11 -56
  179. package/styles/tailwind-lite.scss +1 -14
  180. package/styles/tailwind.css +15 -63
  181. package/styles/tailwind.scss +2 -15
  182. package/styles/tailwind3-lite.css +10 -266
  183. package/styles/tailwind3-lite.scss +1 -14
  184. package/styles/tailwind3.css +14 -421
  185. package/styles/tailwind3.scss +2 -15
  186. package/styles/file-manager/_all.bds.scss +0 -2
  187. package/styles/file-manager/_all.bootstrap-dark.scss +0 -2
  188. package/styles/file-manager/_all.bootstrap.scss +0 -2
  189. package/styles/file-manager/_all.bootstrap4.scss +0 -2
  190. package/styles/file-manager/_all.bootstrap5-dark.scss +0 -2
  191. package/styles/file-manager/_all.bootstrap5.3.scss +0 -2
  192. package/styles/file-manager/_all.bootstrap5.scss +0 -2
  193. package/styles/file-manager/_all.fabric-dark.scss +0 -2
  194. package/styles/file-manager/_all.fabric.scss +0 -2
  195. package/styles/file-manager/_all.fluent-dark.scss +0 -2
  196. package/styles/file-manager/_all.fluent.scss +0 -2
  197. package/styles/file-manager/_all.fluent2.scss +0 -2
  198. package/styles/file-manager/_all.highcontrast-light.scss +0 -2
  199. package/styles/file-manager/_all.highcontrast.scss +0 -2
  200. package/styles/file-manager/_all.material-dark.scss +0 -2
  201. package/styles/file-manager/_all.material.scss +0 -2
  202. package/styles/file-manager/_all.material3-dark.scss +0 -2
  203. package/styles/file-manager/_all.material3.scss +0 -2
  204. package/styles/file-manager/_all.tailwind-dark.scss +0 -2
  205. package/styles/file-manager/_all.tailwind.scss +0 -2
  206. package/styles/file-manager/_all.tailwind3.scss +0 -2
  207. package/styles/file-manager/_bigger.bds.scss +0 -4
  208. package/styles/file-manager/_bigger.bootstrap-dark.scss +0 -4
  209. package/styles/file-manager/_bigger.bootstrap.scss +0 -4
  210. package/styles/file-manager/_bigger.bootstrap4.scss +0 -4
  211. package/styles/file-manager/_bigger.bootstrap5-dark.scss +0 -4
  212. package/styles/file-manager/_bigger.bootstrap5.3.scss +0 -4
  213. package/styles/file-manager/_bigger.bootstrap5.scss +0 -4
  214. package/styles/file-manager/_bigger.fabric-dark.scss +0 -4
  215. package/styles/file-manager/_bigger.fabric.scss +0 -4
  216. package/styles/file-manager/_bigger.fluent-dark.scss +0 -4
  217. package/styles/file-manager/_bigger.fluent.scss +0 -4
  218. package/styles/file-manager/_bigger.fluent2.scss +0 -4
  219. package/styles/file-manager/_bigger.highcontrast-light.scss +0 -4
  220. package/styles/file-manager/_bigger.highcontrast.scss +0 -4
  221. package/styles/file-manager/_bigger.material-dark.scss +0 -4
  222. package/styles/file-manager/_bigger.material.scss +0 -4
  223. package/styles/file-manager/_bigger.material3-dark.scss +0 -4
  224. package/styles/file-manager/_bigger.material3.scss +0 -4
  225. package/styles/file-manager/_bigger.tailwind-dark.scss +0 -4
  226. package/styles/file-manager/_bigger.tailwind.scss +0 -4
  227. package/styles/file-manager/_bigger.tailwind3.scss +0 -4
  228. package/styles/file-manager/_layout.bds.scss +0 -3
  229. package/styles/file-manager/_layout.bootstrap-dark.scss +0 -3
  230. package/styles/file-manager/_layout.bootstrap.scss +0 -3
  231. package/styles/file-manager/_layout.bootstrap4.scss +0 -3
  232. package/styles/file-manager/_layout.bootstrap5-dark.scss +0 -3
  233. package/styles/file-manager/_layout.bootstrap5.3.scss +0 -3
  234. package/styles/file-manager/_layout.bootstrap5.scss +0 -3
  235. package/styles/file-manager/_layout.fabric-dark.scss +0 -3
  236. package/styles/file-manager/_layout.fabric.scss +0 -3
  237. package/styles/file-manager/_layout.fluent-dark.scss +0 -3
  238. package/styles/file-manager/_layout.fluent.scss +0 -3
  239. package/styles/file-manager/_layout.fluent2.scss +0 -3
  240. package/styles/file-manager/_layout.highcontrast-light.scss +0 -3
  241. package/styles/file-manager/_layout.highcontrast.scss +0 -3
  242. package/styles/file-manager/_layout.material-dark.scss +0 -3
  243. package/styles/file-manager/_layout.material.scss +0 -3
  244. package/styles/file-manager/_layout.material3-dark.scss +0 -3
  245. package/styles/file-manager/_layout.material3.scss +0 -3
  246. package/styles/file-manager/_layout.tailwind-dark.scss +0 -3
  247. package/styles/file-manager/_layout.tailwind.scss +0 -3
  248. package/styles/file-manager/_layout.tailwind3.scss +0 -3
  249. package/styles/file-manager/_theme-variables.bds.scss +0 -1
  250. package/styles/file-manager/_theme-variables.bootstrap-dark.scss +0 -1
  251. package/styles/file-manager/_theme-variables.bootstrap.scss +0 -1
  252. package/styles/file-manager/_theme-variables.bootstrap4.scss +0 -1
  253. package/styles/file-manager/_theme-variables.bootstrap5-dark.scss +0 -1
  254. package/styles/file-manager/_theme-variables.bootstrap5.3.scss +0 -1
  255. package/styles/file-manager/_theme-variables.bootstrap5.scss +0 -1
  256. package/styles/file-manager/_theme-variables.fabric-dark.scss +0 -1
  257. package/styles/file-manager/_theme-variables.fabric.scss +0 -1
  258. package/styles/file-manager/_theme-variables.fluent-dark.scss +0 -1
  259. package/styles/file-manager/_theme-variables.fluent.scss +0 -1
  260. package/styles/file-manager/_theme-variables.fluent2.scss +0 -1
  261. package/styles/file-manager/_theme-variables.highcontrast-light.scss +0 -1
  262. package/styles/file-manager/_theme-variables.highcontrast.scss +0 -1
  263. package/styles/file-manager/_theme-variables.material-dark.scss +0 -1
  264. package/styles/file-manager/_theme-variables.material.scss +0 -1
  265. package/styles/file-manager/_theme-variables.material3-dark.scss +0 -1
  266. package/styles/file-manager/_theme-variables.material3.scss +0 -1
  267. package/styles/file-manager/_theme-variables.tailwind-dark.scss +0 -1
  268. package/styles/file-manager/_theme-variables.tailwind.scss +0 -1
  269. package/styles/file-manager/_theme-variables.tailwind3.scss +0 -1
  270. package/styles/file-manager/_theme.bds.scss +0 -4
  271. package/styles/file-manager/_theme.bootstrap-dark.scss +0 -4
  272. package/styles/file-manager/_theme.bootstrap.scss +0 -4
  273. package/styles/file-manager/_theme.bootstrap4.scss +0 -4
  274. package/styles/file-manager/_theme.bootstrap5-dark.scss +0 -4
  275. package/styles/file-manager/_theme.bootstrap5.3.scss +0 -4
  276. package/styles/file-manager/_theme.bootstrap5.scss +0 -4
  277. package/styles/file-manager/_theme.fabric-dark.scss +0 -4
  278. package/styles/file-manager/_theme.fabric.scss +0 -4
  279. package/styles/file-manager/_theme.fluent-dark.scss +0 -4
  280. package/styles/file-manager/_theme.fluent.scss +0 -4
  281. package/styles/file-manager/_theme.fluent2.scss +0 -4
  282. package/styles/file-manager/_theme.highcontrast-light.scss +0 -4
  283. package/styles/file-manager/_theme.highcontrast.scss +0 -4
  284. package/styles/file-manager/_theme.material-dark.scss +0 -4
  285. package/styles/file-manager/_theme.material.scss +0 -4
  286. package/styles/file-manager/_theme.material3-dark.scss +0 -4
  287. package/styles/file-manager/_theme.material3.scss +0 -4
  288. package/styles/file-manager/_theme.tailwind-dark.scss +0 -4
  289. package/styles/file-manager/_theme.tailwind.scss +0 -4
  290. package/styles/file-manager/_theme.tailwind3.scss +0 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 33.2.13
3
+ * version : 34.1.29
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-filemanager",
3
- "version": "33.2.13",
3
+ "version": "34.1.29",
4
4
  "description": "Essential JS 2 FileManager Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,16 +8,16 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-filemanager.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~33.2.3",
12
- "@syncfusion/ej2-buttons": "~33.2.5",
13
- "@syncfusion/ej2-data": "~33.2.12",
14
- "@syncfusion/ej2-grids": "~33.2.12",
15
- "@syncfusion/ej2-inputs": "~33.2.12",
16
- "@syncfusion/ej2-layouts": "~33.2.3",
17
- "@syncfusion/ej2-lists": "~33.2.3",
18
- "@syncfusion/ej2-navigations": "~33.2.10",
19
- "@syncfusion/ej2-popups": "~33.2.7",
20
- "@syncfusion/ej2-splitbuttons": "~33.2.6"
11
+ "@syncfusion/ej2-base": "~34.1.29",
12
+ "@syncfusion/ej2-buttons": "~34.1.29",
13
+ "@syncfusion/ej2-data": "~34.1.29",
14
+ "@syncfusion/ej2-grids": "~34.1.29",
15
+ "@syncfusion/ej2-inputs": "~34.1.29",
16
+ "@syncfusion/ej2-layouts": "~34.1.29",
17
+ "@syncfusion/ej2-lists": "~34.1.29",
18
+ "@syncfusion/ej2-navigations": "~34.1.29",
19
+ "@syncfusion/ej2-popups": "~34.1.29",
20
+ "@syncfusion/ej2-splitbuttons": "~34.1.29"
21
21
  },
22
22
  "devDependencies": {},
23
23
  "keywords": [
@@ -772,7 +772,7 @@ function performReadOperation(parent, result, fn, data, event, operation, target
772
772
  setValue('location', location_1, result.details);
773
773
  }
774
774
  fn(parent, result, event, operation, targetPath);
775
- if (!isNOU(result.files) && (event === 'path-changed' || event === 'finalize-end' || event === 'open-end' || event === 'drop-path')) {
775
+ if (!isNOU(result.files) && (event === 'path-changed' || event === 'finalize-end' || event === 'open-end' || event === 'drop-path' || event === 'delete-end')) {
776
776
  parent.notify(events.searchTextChange, result);
777
777
  }
778
778
  if (typeof getValue('onSuccess', beforeSendArgs.ajaxSettings) === 'function') {
@@ -296,6 +296,9 @@ var DetailsView = /** @class */ (function () {
296
296
  var pane = select('#' + this.parent.element.id + CLS.CONTENT_ID, this.parent.element);
297
297
  var bar = select('#' + this.parent.element.id + CLS.BREADCRUMBBAR_ID, this.parent.element);
298
298
  var gridHeader = select('.' + CLS.GRID_HEADER, this.parent.element);
299
+ if (isNOU(pane) || isNOU(bar) || isNOU(gridHeader)) {
300
+ return;
301
+ }
299
302
  var height = (pane.offsetHeight - bar.offsetHeight - gridHeader.offsetHeight);
300
303
  this.gridObj.height = height;
301
304
  this.gridObj.dataBind();
@@ -505,9 +508,11 @@ var DetailsView = /** @class */ (function () {
505
508
  }
506
509
  }
507
510
  if (typeof this.nextFocusIndex === 'number') {
508
- var rowCount = this.gridObj.getRows().length;
509
- if (rowCount > 0) {
510
- this.addFocus(this.nextFocusIndex >= rowCount ? rowCount : this.nextFocusIndex);
511
+ if (!isNOU(this.gridObj.getRows())) {
512
+ var rowCount = this.gridObj.getRows().length;
513
+ if (rowCount > 0) {
514
+ this.addFocus(this.nextFocusIndex >= rowCount ? rowCount : this.nextFocusIndex);
515
+ }
511
516
  }
512
517
  this.nextFocusIndex = null;
513
518
  }
@@ -1268,7 +1273,7 @@ var DetailsView = /** @class */ (function () {
1268
1273
  this.openContent(args.data);
1269
1274
  }
1270
1275
  }
1271
- this.parent.visitedItem = args.row;
1276
+ this.parent.visitedItem = (Array.isArray(args.row) ? args.row[args.row.length - 1] : args.row);
1272
1277
  if ((!this.parent.enableVirtualization) || (!args.isHeaderCheckboxClicked)) {
1273
1278
  this.addFocus(this.gridObj.selectedRowIndex);
1274
1279
  }
@@ -1255,7 +1255,7 @@ var LargeIconsView = /** @class */ (function () {
1255
1255
  * @hidden
1256
1256
  */
1257
1257
  LargeIconsView.prototype.getFirstItem = function () {
1258
- return this.itemList[0];
1258
+ return !isNOU(this.itemList) && this.itemList.length > 0 ? this.itemList[0] : null;
1259
1259
  };
1260
1260
  LargeIconsView.prototype.getLastItem = function () {
1261
1261
  return this.itemList[this.itemList.length - 1];
@@ -2,330 +2,6 @@
2
2
 
3
3
 
4
4
 
5
- /* stylelint-disable property-no-vendor-prefix */
6
- /* stylelint-disable */
7
- .e-input:focus:not(.e-success):not(.e-warning).e-error,
8
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
9
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
10
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
11
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
12
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
13
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
14
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
15
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
16
- }
17
-
18
- .e-input:focus:not(.e-error):not(.e-warning).e-success,
19
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
20
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
21
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
22
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
23
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
24
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
25
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
26
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
27
- }
28
-
29
- .e-input:focus:not(.e-success):not(.e-error).e-warning,
30
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
31
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
32
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
33
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
34
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
35
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
36
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
37
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
38
- }
39
-
40
- .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
41
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
42
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
43
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
44
- }
45
-
46
- .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
47
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
48
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
49
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
50
- }
51
-
52
- .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
53
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
54
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
55
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
56
- }
57
-
58
- .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
59
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
60
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
61
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
62
- }
63
-
64
- .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
65
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
66
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
67
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
68
- }
69
-
70
- .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
71
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
72
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
73
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
74
- }
75
-
76
- .e-float-input.e-error label.e-float-text,
77
- .e-float-input.e-control-wrapper.e-error label.e-float-text,
78
- .e-float-input.e-error input:focus ~ label.e-float-text,
79
- .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
80
- .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
81
- .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
82
- .e-float-input.e-error textarea:focus ~ label.e-float-text,
83
- .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
84
- color: var(--color-sf-utility-danger) !important;
85
- }
86
-
87
- .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
88
- .e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
89
- .e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
90
- .e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
91
- .e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
92
- .e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
93
- .e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
94
- .e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
95
- .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
96
- .e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
97
- .e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
98
- .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
99
- .e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
100
- .e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
101
- .e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
102
- .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
103
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
104
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
105
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
106
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
107
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
108
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
109
- .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
110
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
111
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
112
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
113
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
114
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
115
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
116
- .e-outline.e-float-input.e-error label.e-float-text.e-label-top,
117
- .e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
118
- .e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
119
- .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
120
- .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
121
- .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
122
- .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
123
- .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
124
- .e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
125
- .e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
126
- .e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
127
- .e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
128
- .e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
129
- .e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
130
- .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
131
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
132
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
133
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
134
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
135
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
136
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
137
- color: var(--color-sf-utility-danger) !important;
138
- }
139
-
140
- .e-filled.e-float-input.e-error label.e-float-text,
141
- .e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
142
- .e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
143
- .e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
144
- .e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
145
- .e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
146
- .e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
147
- .e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
148
- color: var(--color-sf-utility-danger) !important;
149
- }
150
-
151
- /* stylelint-disable-line no-empty-source */
152
- /* stylelint-disable */
153
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
154
- padding: 4px 8px !important;
155
- }
156
-
157
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
158
- padding: 4px 0 !important;
159
- }
160
-
161
- .e-dialog .e-dlg-content {
162
- border-radius: 12px !important;
163
- }
164
-
165
- .e-dlg-overlay {
166
- backdrop-filter: blur(2px) !important;
167
- }
168
-
169
- /* stylelint-disable property-no-vendor-prefix */
170
- @-webkit-keyframes material-spinner-rotate {
171
- 0% {
172
- -webkit-transform: rotate(0);
173
- transform: rotate(0);
174
- }
175
- 100% {
176
- -webkit-transform: rotate(360deg);
177
- transform: rotate(360deg);
178
- }
179
- }
180
- @keyframes material-spinner-rotate {
181
- 0% {
182
- -webkit-transform: rotate(0);
183
- transform: rotate(0);
184
- }
185
- 100% {
186
- -webkit-transform: rotate(360deg);
187
- transform: rotate(360deg);
188
- }
189
- }
190
- @-webkit-keyframes fabric-spinner-rotate {
191
- 0% {
192
- -webkit-transform: rotate(0);
193
- transform: rotate(0);
194
- }
195
- 100% {
196
- -webkit-transform: rotate(360deg);
197
- transform: rotate(360deg);
198
- }
199
- }
200
- @keyframes fabric-spinner-rotate {
201
- 0% {
202
- -webkit-transform: rotate(0);
203
- transform: rotate(0);
204
- }
205
- 100% {
206
- -webkit-transform: rotate(360deg);
207
- transform: rotate(360deg);
208
- }
209
- }
210
- /* stylelint-disable */
211
- .e-btn.e-primary:focus {
212
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
213
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
214
- }
215
-
216
- .e-btn.e-success:focus {
217
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
218
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
219
- }
220
-
221
- .e-btn.e-info:focus {
222
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
223
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
224
- }
225
-
226
- .e-btn.e-warning:focus {
227
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
228
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
229
- }
230
-
231
- .e-btn.e-danger:focus {
232
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
233
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
234
- }
235
-
236
- .e-btn.e-outline.e-info {
237
- background: transparent !important;
238
- border-color: var(--color-sf-utility-info-border-color) !important;
239
- color: var(--color-sf-utility-info-text) !important;
240
- }
241
-
242
- .e-btn.e-outline.e-info:hover {
243
- background: var(--color-sf-utility-info-bg-color-hover) !important;
244
- border-color: var(--color-sf-utility-info-border-color) !important;
245
- color: var(--color-sf-utility-info-text-hover) !important;
246
- }
247
-
248
- .e-btn.e-outline.e-info:active {
249
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
250
- border-color: var(--color-sf-utility-info-border-color) !important;
251
- color: var(--color-sf-utility-info-text-hover) !important;
252
- }
253
-
254
- .e-btn.e-flat.e-info {
255
- color: var(--color-sf-utility-info-text) !important;
256
- }
257
-
258
- .e-bigger .e-btn,
259
- .e-bigger .e-btn,
260
- .e-bigger .e-css.e-btn,
261
- .e-bigger.e-css.e-btn {
262
- font-size: 14px;
263
- line-height: 1.572em;
264
- padding: 8px 15px;
265
- border-radius: 8px !important;
266
- font-weight: 600;
267
- }
268
-
269
- .e-dropdown-popup {
270
- position: absolute;
271
- border-radius: 8px;
272
- margin-top: 4px;
273
- }
274
- .e-dropdown-popup ul {
275
- border: 1px solid var(--color-sf-border-secondary);
276
- border-radius: 8px;
277
- -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
278
- box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
279
- -webkit-box-sizing: border-box;
280
- box-sizing: border-box;
281
- font-size: 14px;
282
- font-weight: 500;
283
- list-style-image: none;
284
- list-style-position: outside;
285
- list-style-type: none;
286
- margin: 0;
287
- min-width: 120px;
288
- overflow: hidden;
289
- padding: 4px 0;
290
- -webkit-user-select: none;
291
- -moz-user-select: none;
292
- -ms-user-select: none;
293
- user-select: none;
294
- white-space: nowrap;
295
- }
296
- .e-dropdown-popup ul .e-item {
297
- cursor: pointer;
298
- display: -webkit-box;
299
- display: -ms-flexbox;
300
- display: flex;
301
- height: 32px;
302
- line-height: 32px;
303
- padding: 0 12px;
304
- margin: 0 6px;
305
- border-radius: 6px;
306
- }
307
- .e-dropdown-popup ul .e-item.e-url {
308
- padding: 0;
309
- }
310
-
311
- /* stylelint-disable */
312
- .e-contextmenu-wrapper ul.e-contextmenu,
313
- .e-contextmenu-container ul.e-contextmenu {
314
- padding: 4px 6px !important;
315
- }
316
-
317
- .e-contextmenu-wrapper ul .e-menu-item {
318
- border-radius: 6px !important;
319
- }
320
-
321
- /*! TreeView's theme wise override definitions and variables */
322
- /* stylelint-disable */
323
- /* stylelint-disable */
324
- .e-dialog.e-checkboxfilter,
325
- .e-dialog.e-flmenu {
326
- min-width: 300px !important;
327
- }
328
-
329
5
  /*! FileManager's bds theme wise override definitions and variables */
330
6
  .e-filemanager .e-fe-icon,
331
7
  .e-filemanager .e-list-icon {
@@ -508,11 +184,6 @@
508
184
  content: "\e774";
509
185
  }
510
186
 
511
-
512
-
513
-
514
-
515
- /*! FileManager's bds theme wise override definitions and variables */
516
187
  /* stylelint-disable property-no-vendor-prefix */
517
188
  ejs-filemanager {
518
189
  display: block;
@@ -693,14 +364,14 @@ ejs-filemanager {
693
364
  .e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
694
365
  display: table-row;
695
366
  }
696
- .e-filemanager .e-grid {
697
- border-width: 0;
698
- float: left;
699
- }
700
367
  .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
701
368
  border-width: 1px;
702
369
  line-height: 12px;
703
370
  }
371
+ .e-filemanager .e-grid {
372
+ border-width: 0;
373
+ float: left;
374
+ }
704
375
  .e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
705
376
  margin-right: 1px;
706
377
  }
@@ -839,16 +510,16 @@ ejs-filemanager {
839
510
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
840
511
  padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
841
512
  }
513
+ .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
514
+ border-width: 1px;
515
+ line-height: 12px;
516
+ }
842
517
  .e-filemanager .e-large-icons {
843
518
  float: left;
844
519
  overflow: auto;
845
520
  width: 100%;
846
521
  height: calc(100% - 35px);
847
522
  }
848
- .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
849
- border-width: 1px;
850
- line-height: 12px;
851
- }
852
523
  .e-filemanager .e-large-icons .e-empty {
853
524
  min-width: 200px;
854
525
  }
@@ -893,11 +564,13 @@ ejs-filemanager {
893
564
  width: 80px;
894
565
  overflow: hidden;
895
566
  padding: 2px;
896
- border-radius: 4px;
897
567
  }
898
568
  .e-filemanager .e-large-icons .e-list-item.e-fe-drop-folder {
899
569
  border: 1px dashed var(--color-sf-brand-primary);
900
570
  }
571
+ .e-filemanager .e-large-icons .e-list-item {
572
+ border-radius: 4px;
573
+ }
901
574
  .e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
902
575
  visibility: visible;
903
576
  }
@@ -1262,11 +935,6 @@ ejs-filemanager {
1262
935
  clip: rect(1px, 1px, 1px, 1px);
1263
936
  }
1264
937
 
1265
-
1266
-
1267
-
1268
-
1269
- /*! FileManager's bds theme wise override definitions and variables */
1270
938
  .e-filemanager {
1271
939
  background: transparent;
1272
940
  border-color: var(--color-sf-border-secondary);
@@ -1,15 +1,3 @@
1
- @use 'ej2-inputs/styles/input/bds-definition' as *;
2
- @use 'ej2-inputs/styles/textbox/bds-definition' as *;
3
- @use 'ej2-inputs/styles/uploader/bds-definition' as *;
4
- @use 'ej2-popups/styles/dialog/bds-definition' as *;
5
- @use 'ej2-popups/styles/spinner/bds-definition' as *;
6
- @use 'ej2-buttons/styles/check-box/bds-definition' as *;
7
- @use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
8
- @use 'ej2-navigations/styles/context-menu/bds-definition' as *;
9
- @use 'ej2-navigations/styles/treeview/bds-definition' as *;
10
- @use 'ej2-navigations/styles/toolbar/bds-definition' as *;
11
- @use 'ej2-layouts/styles/splitter/bds-definition' as *;
12
- @use 'ej2-grids/styles/grid/bds-definition' as *;
13
1
  @use 'file-manager/bds-definition' as *;
14
2
  @use 'file-manager/icons/bds' as *;
15
- @use 'file-manager/all.bds' as *;
3
+ @use 'file-manager/all' as *;