@syncfusion/ej2-filemanager 33.2.10 → 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 (291) 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 +297 -13
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +297 -13
  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.d.ts +10 -0
  14. package/src/file-manager/layout/details-view.js +295 -11
  15. package/src/file-manager/layout/large-icons-view.js +1 -1
  16. package/styles/bds-lite.css +11 -347
  17. package/styles/bds-lite.scss +1 -13
  18. package/styles/bds.css +15 -362
  19. package/styles/bds.scss +2 -14
  20. package/styles/bootstrap-dark-lite.css +14 -58
  21. package/styles/bootstrap-dark-lite.scss +1 -13
  22. package/styles/bootstrap-dark.css +18 -65
  23. package/styles/bootstrap-dark.scss +2 -14
  24. package/styles/bootstrap-lite.css +8 -59
  25. package/styles/bootstrap-lite.scss +1 -13
  26. package/styles/bootstrap.css +12 -66
  27. package/styles/bootstrap.scss +2 -14
  28. package/styles/bootstrap4-lite.css +16 -64
  29. package/styles/bootstrap4-lite.scss +1 -13
  30. package/styles/bootstrap4.css +20 -71
  31. package/styles/bootstrap4.scss +2 -14
  32. package/styles/bootstrap5-dark-lite.css +17 -67
  33. package/styles/bootstrap5-dark-lite.scss +1 -13
  34. package/styles/bootstrap5-dark.css +21 -74
  35. package/styles/bootstrap5-dark.scss +2 -14
  36. package/styles/bootstrap5-lite.css +17 -67
  37. package/styles/bootstrap5-lite.scss +1 -14
  38. package/styles/bootstrap5.3-lite.css +8 -228
  39. package/styles/bootstrap5.3-lite.scss +1 -14
  40. package/styles/bootstrap5.3.css +12 -403
  41. package/styles/bootstrap5.3.scss +2 -15
  42. package/styles/bootstrap5.css +21 -74
  43. package/styles/bootstrap5.scss +2 -15
  44. package/styles/fabric-dark-lite.css +12 -60
  45. package/styles/fabric-dark-lite.scss +1 -14
  46. package/styles/fabric-dark.css +16 -67
  47. package/styles/fabric-dark.scss +2 -15
  48. package/styles/fabric-lite.css +12 -61
  49. package/styles/fabric-lite.scss +1 -14
  50. package/styles/fabric.css +16 -68
  51. package/styles/fabric.scss +2 -15
  52. package/styles/file-manager/_all.scss +2 -2
  53. package/styles/file-manager/_bds-definition.scss +1 -2
  54. package/styles/file-manager/_bigger.scss +14 -2
  55. package/styles/file-manager/_bootstrap-dark-definition.scss +1 -2
  56. package/styles/file-manager/_bootstrap-definition.scss +1 -2
  57. package/styles/file-manager/_bootstrap4-definition.scss +1 -2
  58. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -2
  59. package/styles/file-manager/_bootstrap5-definition.scss +1 -2
  60. package/styles/file-manager/_bootstrap5.3-definition.scss +1 -2
  61. package/styles/file-manager/_fabric-dark-definition.scss +1 -2
  62. package/styles/file-manager/_fabric-definition.scss +1 -2
  63. package/styles/file-manager/_fluent-dark-definition.scss +1 -2
  64. package/styles/file-manager/_fluent-definition.scss +1 -2
  65. package/styles/file-manager/_fluent2-definition.scss +1 -2
  66. package/styles/file-manager/_fusionnew-definition.scss +1 -2
  67. package/styles/file-manager/_highcontrast-definition.scss +1 -2
  68. package/styles/file-manager/_highcontrast-light-definition.scss +1 -2
  69. package/styles/file-manager/_layout.scss +7 -3
  70. package/styles/file-manager/_material-dark-definition.scss +1 -2
  71. package/styles/file-manager/_material-definition.scss +1 -2
  72. package/styles/file-manager/_material3-dark-definition.scss +2 -2
  73. package/styles/file-manager/_material3-definition.scss +2 -2
  74. package/styles/file-manager/_tailwind-dark-definition.scss +1 -2
  75. package/styles/file-manager/_tailwind-definition.scss +1 -2
  76. package/styles/file-manager/_tailwind3-definition.scss +1 -2
  77. package/styles/file-manager/_theme.scss +1 -1
  78. package/styles/file-manager/_variables.scss +2 -0
  79. package/styles/file-manager/bds.css +15 -362
  80. package/styles/file-manager/bds.scss +2 -15
  81. package/styles/file-manager/bootstrap-dark.css +18 -65
  82. package/styles/file-manager/bootstrap-dark.scss +2 -15
  83. package/styles/file-manager/bootstrap.css +12 -66
  84. package/styles/file-manager/bootstrap.scss +2 -15
  85. package/styles/file-manager/bootstrap4.css +20 -71
  86. package/styles/file-manager/bootstrap4.scss +2 -15
  87. package/styles/file-manager/bootstrap5-dark.css +21 -74
  88. package/styles/file-manager/bootstrap5-dark.scss +2 -15
  89. package/styles/file-manager/bootstrap5.3.css +12 -403
  90. package/styles/file-manager/bootstrap5.3.scss +2 -15
  91. package/styles/file-manager/bootstrap5.css +21 -74
  92. package/styles/file-manager/bootstrap5.scss +2 -15
  93. package/styles/file-manager/fabric-dark.css +16 -67
  94. package/styles/file-manager/fabric-dark.scss +2 -15
  95. package/styles/file-manager/fabric.css +16 -68
  96. package/styles/file-manager/fabric.scss +2 -15
  97. package/styles/file-manager/fluent-dark.css +12 -66
  98. package/styles/file-manager/fluent-dark.scss +2 -15
  99. package/styles/file-manager/fluent.css +12 -66
  100. package/styles/file-manager/fluent.scss +2 -15
  101. package/styles/file-manager/fluent2.css +19 -650
  102. package/styles/file-manager/fluent2.scss +2 -15
  103. package/styles/file-manager/highcontrast-light.css +12 -65
  104. package/styles/file-manager/highcontrast-light.scss +2 -15
  105. package/styles/file-manager/highcontrast.css +20 -74
  106. package/styles/file-manager/highcontrast.scss +2 -15
  107. package/styles/file-manager/icons/_bds.scss +1 -1
  108. package/styles/file-manager/icons/_bootstrap-dark.scss +1 -1
  109. package/styles/file-manager/icons/_bootstrap.scss +1 -1
  110. package/styles/file-manager/icons/_bootstrap4.scss +1 -1
  111. package/styles/file-manager/icons/_bootstrap5.3.scss +1 -1
  112. package/styles/file-manager/icons/_bootstrap5.scss +1 -1
  113. package/styles/file-manager/icons/_fabric-dark.scss +1 -1
  114. package/styles/file-manager/icons/_fabric.scss +1 -1
  115. package/styles/file-manager/icons/_fluent.scss +1 -1
  116. package/styles/file-manager/icons/_fluent2.scss +1 -1
  117. package/styles/file-manager/icons/_fusionnew.scss +1 -1
  118. package/styles/file-manager/icons/_highcontrast-light.scss +1 -1
  119. package/styles/file-manager/icons/_highcontrast.scss +1 -1
  120. package/styles/file-manager/icons/_material-dark.scss +1 -1
  121. package/styles/file-manager/icons/_material.scss +1 -1
  122. package/styles/file-manager/icons/_material3.scss +1 -1
  123. package/styles/file-manager/icons/_tailwind.scss +1 -1
  124. package/styles/file-manager/icons/_tailwind3.scss +1 -1
  125. package/styles/file-manager/material-dark.css +12 -101
  126. package/styles/file-manager/material-dark.scss +2 -15
  127. package/styles/file-manager/material.css +12 -123
  128. package/styles/file-manager/material.scss +2 -15
  129. package/styles/file-manager/material3-dark.css +15 -424
  130. package/styles/file-manager/material3-dark.scss +2 -15
  131. package/styles/file-manager/material3.css +15 -432
  132. package/styles/file-manager/material3.scss +2 -15
  133. package/styles/file-manager/tailwind-dark.css +15 -67
  134. package/styles/file-manager/tailwind-dark.scss +2 -15
  135. package/styles/file-manager/tailwind.css +15 -67
  136. package/styles/file-manager/tailwind.scss +2 -15
  137. package/styles/file-manager/tailwind3.css +14 -425
  138. package/styles/file-manager/tailwind3.scss +2 -15
  139. package/styles/fluent-dark-lite.css +8 -59
  140. package/styles/fluent-dark-lite.scss +1 -14
  141. package/styles/fluent-dark.css +12 -66
  142. package/styles/fluent-dark.scss +2 -15
  143. package/styles/fluent-lite.css +8 -59
  144. package/styles/fluent-lite.scss +1 -14
  145. package/styles/fluent.css +12 -66
  146. package/styles/fluent.scss +2 -15
  147. package/styles/fluent2-lite.css +15 -471
  148. package/styles/fluent2-lite.scss +1 -14
  149. package/styles/fluent2.css +19 -650
  150. package/styles/fluent2.scss +2 -15
  151. package/styles/highcontrast-light-lite.css +8 -58
  152. package/styles/highcontrast-light-lite.scss +1 -14
  153. package/styles/highcontrast-light.css +12 -65
  154. package/styles/highcontrast-light.scss +2 -15
  155. package/styles/highcontrast-lite.css +16 -67
  156. package/styles/highcontrast-lite.scss +1 -14
  157. package/styles/highcontrast.css +20 -74
  158. package/styles/highcontrast.scss +2 -15
  159. package/styles/material-dark-lite.css +8 -94
  160. package/styles/material-dark-lite.scss +1 -14
  161. package/styles/material-dark.css +12 -101
  162. package/styles/material-dark.scss +2 -15
  163. package/styles/material-lite.css +8 -116
  164. package/styles/material-lite.scss +1 -13
  165. package/styles/material.css +12 -123
  166. package/styles/material.scss +2 -14
  167. package/styles/material3-dark-lite.css +11 -255
  168. package/styles/material3-dark-lite.scss +1 -14
  169. package/styles/material3-dark.css +15 -424
  170. package/styles/material3-dark.scss +2 -15
  171. package/styles/material3-lite.css +11 -259
  172. package/styles/material3-lite.scss +1 -14
  173. package/styles/material3.css +15 -432
  174. package/styles/material3.scss +2 -15
  175. package/styles/tailwind-dark-lite.css +11 -60
  176. package/styles/tailwind-dark-lite.scss +1 -14
  177. package/styles/tailwind-dark.css +15 -67
  178. package/styles/tailwind-dark.scss +2 -15
  179. package/styles/tailwind-lite.css +11 -60
  180. package/styles/tailwind-lite.scss +1 -14
  181. package/styles/tailwind.css +15 -67
  182. package/styles/tailwind.scss +2 -15
  183. package/styles/tailwind3-lite.css +10 -270
  184. package/styles/tailwind3-lite.scss +1 -14
  185. package/styles/tailwind3.css +14 -425
  186. package/styles/tailwind3.scss +2 -15
  187. package/styles/file-manager/_all.bds.scss +0 -2
  188. package/styles/file-manager/_all.bootstrap-dark.scss +0 -2
  189. package/styles/file-manager/_all.bootstrap.scss +0 -2
  190. package/styles/file-manager/_all.bootstrap4.scss +0 -2
  191. package/styles/file-manager/_all.bootstrap5-dark.scss +0 -2
  192. package/styles/file-manager/_all.bootstrap5.3.scss +0 -2
  193. package/styles/file-manager/_all.bootstrap5.scss +0 -2
  194. package/styles/file-manager/_all.fabric-dark.scss +0 -2
  195. package/styles/file-manager/_all.fabric.scss +0 -2
  196. package/styles/file-manager/_all.fluent-dark.scss +0 -2
  197. package/styles/file-manager/_all.fluent.scss +0 -2
  198. package/styles/file-manager/_all.fluent2.scss +0 -2
  199. package/styles/file-manager/_all.highcontrast-light.scss +0 -2
  200. package/styles/file-manager/_all.highcontrast.scss +0 -2
  201. package/styles/file-manager/_all.material-dark.scss +0 -2
  202. package/styles/file-manager/_all.material.scss +0 -2
  203. package/styles/file-manager/_all.material3-dark.scss +0 -2
  204. package/styles/file-manager/_all.material3.scss +0 -2
  205. package/styles/file-manager/_all.tailwind-dark.scss +0 -2
  206. package/styles/file-manager/_all.tailwind.scss +0 -2
  207. package/styles/file-manager/_all.tailwind3.scss +0 -2
  208. package/styles/file-manager/_bigger.bds.scss +0 -4
  209. package/styles/file-manager/_bigger.bootstrap-dark.scss +0 -4
  210. package/styles/file-manager/_bigger.bootstrap.scss +0 -4
  211. package/styles/file-manager/_bigger.bootstrap4.scss +0 -4
  212. package/styles/file-manager/_bigger.bootstrap5-dark.scss +0 -4
  213. package/styles/file-manager/_bigger.bootstrap5.3.scss +0 -4
  214. package/styles/file-manager/_bigger.bootstrap5.scss +0 -4
  215. package/styles/file-manager/_bigger.fabric-dark.scss +0 -4
  216. package/styles/file-manager/_bigger.fabric.scss +0 -4
  217. package/styles/file-manager/_bigger.fluent-dark.scss +0 -4
  218. package/styles/file-manager/_bigger.fluent.scss +0 -4
  219. package/styles/file-manager/_bigger.fluent2.scss +0 -4
  220. package/styles/file-manager/_bigger.highcontrast-light.scss +0 -4
  221. package/styles/file-manager/_bigger.highcontrast.scss +0 -4
  222. package/styles/file-manager/_bigger.material-dark.scss +0 -4
  223. package/styles/file-manager/_bigger.material.scss +0 -4
  224. package/styles/file-manager/_bigger.material3-dark.scss +0 -4
  225. package/styles/file-manager/_bigger.material3.scss +0 -4
  226. package/styles/file-manager/_bigger.tailwind-dark.scss +0 -4
  227. package/styles/file-manager/_bigger.tailwind.scss +0 -4
  228. package/styles/file-manager/_bigger.tailwind3.scss +0 -4
  229. package/styles/file-manager/_layout.bds.scss +0 -3
  230. package/styles/file-manager/_layout.bootstrap-dark.scss +0 -3
  231. package/styles/file-manager/_layout.bootstrap.scss +0 -3
  232. package/styles/file-manager/_layout.bootstrap4.scss +0 -3
  233. package/styles/file-manager/_layout.bootstrap5-dark.scss +0 -3
  234. package/styles/file-manager/_layout.bootstrap5.3.scss +0 -3
  235. package/styles/file-manager/_layout.bootstrap5.scss +0 -3
  236. package/styles/file-manager/_layout.fabric-dark.scss +0 -3
  237. package/styles/file-manager/_layout.fabric.scss +0 -3
  238. package/styles/file-manager/_layout.fluent-dark.scss +0 -3
  239. package/styles/file-manager/_layout.fluent.scss +0 -3
  240. package/styles/file-manager/_layout.fluent2.scss +0 -3
  241. package/styles/file-manager/_layout.highcontrast-light.scss +0 -3
  242. package/styles/file-manager/_layout.highcontrast.scss +0 -3
  243. package/styles/file-manager/_layout.material-dark.scss +0 -3
  244. package/styles/file-manager/_layout.material.scss +0 -3
  245. package/styles/file-manager/_layout.material3-dark.scss +0 -3
  246. package/styles/file-manager/_layout.material3.scss +0 -3
  247. package/styles/file-manager/_layout.tailwind-dark.scss +0 -3
  248. package/styles/file-manager/_layout.tailwind.scss +0 -3
  249. package/styles/file-manager/_layout.tailwind3.scss +0 -3
  250. package/styles/file-manager/_theme-variables.bds.scss +0 -1
  251. package/styles/file-manager/_theme-variables.bootstrap-dark.scss +0 -1
  252. package/styles/file-manager/_theme-variables.bootstrap.scss +0 -1
  253. package/styles/file-manager/_theme-variables.bootstrap4.scss +0 -1
  254. package/styles/file-manager/_theme-variables.bootstrap5-dark.scss +0 -1
  255. package/styles/file-manager/_theme-variables.bootstrap5.3.scss +0 -1
  256. package/styles/file-manager/_theme-variables.bootstrap5.scss +0 -1
  257. package/styles/file-manager/_theme-variables.fabric-dark.scss +0 -1
  258. package/styles/file-manager/_theme-variables.fabric.scss +0 -1
  259. package/styles/file-manager/_theme-variables.fluent-dark.scss +0 -1
  260. package/styles/file-manager/_theme-variables.fluent.scss +0 -1
  261. package/styles/file-manager/_theme-variables.fluent2.scss +0 -1
  262. package/styles/file-manager/_theme-variables.highcontrast-light.scss +0 -1
  263. package/styles/file-manager/_theme-variables.highcontrast.scss +0 -1
  264. package/styles/file-manager/_theme-variables.material-dark.scss +0 -1
  265. package/styles/file-manager/_theme-variables.material.scss +0 -1
  266. package/styles/file-manager/_theme-variables.material3-dark.scss +0 -1
  267. package/styles/file-manager/_theme-variables.material3.scss +0 -1
  268. package/styles/file-manager/_theme-variables.tailwind-dark.scss +0 -1
  269. package/styles/file-manager/_theme-variables.tailwind.scss +0 -1
  270. package/styles/file-manager/_theme-variables.tailwind3.scss +0 -1
  271. package/styles/file-manager/_theme.bds.scss +0 -4
  272. package/styles/file-manager/_theme.bootstrap-dark.scss +0 -4
  273. package/styles/file-manager/_theme.bootstrap.scss +0 -4
  274. package/styles/file-manager/_theme.bootstrap4.scss +0 -4
  275. package/styles/file-manager/_theme.bootstrap5-dark.scss +0 -4
  276. package/styles/file-manager/_theme.bootstrap5.3.scss +0 -4
  277. package/styles/file-manager/_theme.bootstrap5.scss +0 -4
  278. package/styles/file-manager/_theme.fabric-dark.scss +0 -4
  279. package/styles/file-manager/_theme.fabric.scss +0 -4
  280. package/styles/file-manager/_theme.fluent-dark.scss +0 -4
  281. package/styles/file-manager/_theme.fluent.scss +0 -4
  282. package/styles/file-manager/_theme.fluent2.scss +0 -4
  283. package/styles/file-manager/_theme.highcontrast-light.scss +0 -4
  284. package/styles/file-manager/_theme.highcontrast.scss +0 -4
  285. package/styles/file-manager/_theme.material-dark.scss +0 -4
  286. package/styles/file-manager/_theme.material.scss +0 -4
  287. package/styles/file-manager/_theme.material3-dark.scss +0 -4
  288. package/styles/file-manager/_theme.material3.scss +0 -4
  289. package/styles/file-manager/_theme.tailwind-dark.scss +0 -4
  290. package/styles/file-manager/_theme.tailwind.scss +0 -4
  291. package/styles/file-manager/_theme.tailwind3.scss +0 -4
@@ -84,286 +84,6 @@
84
84
 
85
85
 
86
86
 
87
- /* stylelint-disable property-no-vendor-prefix */
88
- @-webkit-keyframes e-input-ripple {
89
- 100% {
90
- opacity: 0;
91
- -webkit-transform: scale(4);
92
- transform: scale(4);
93
- }
94
- }
95
- @keyframes e-input-ripple {
96
- 100% {
97
- opacity: 0;
98
- -webkit-transform: scale(4);
99
- transform: scale(4);
100
- }
101
- }
102
- @-webkit-keyframes slideTopUp {
103
- from {
104
- -webkit-transform: translate3d(0, 0, 0) scale(1);
105
- transform: translate3d(0, 0, 0) scale(1);
106
- }
107
- to {
108
- -webkit-transform: translate3d(0, 0, 0) scale(1);
109
- transform: translate3d(0, 0, 0) scale(1);
110
- }
111
- }
112
- @keyframes slideTopUp {
113
- from {
114
- -webkit-transform: translate3d(0, 0, 0) scale(1);
115
- transform: translate3d(0, 0, 0) scale(1);
116
- }
117
- to {
118
- -webkit-transform: translate3d(0, 0, 0) scale(1);
119
- transform: translate3d(0, 0, 0) scale(1);
120
- }
121
- }
122
- /* stylelint-disable */
123
- .e-input:focus:not(.e-success):not(.e-warning).e-error,
124
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
125
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
126
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
127
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
128
- .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
129
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
130
- -webkit-box-shadow: none !important;
131
- box-shadow: none !important;
132
- }
133
-
134
- .e-input:focus:not(.e-error):not(.e-warning).e-success,
135
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
136
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
137
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
138
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
139
- .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
140
- .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
141
- -webkit-box-shadow: none !important;
142
- box-shadow: none !important;
143
- }
144
-
145
- .e-input:focus:not(.e-success):not(.e-error).e-warning,
146
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
147
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
148
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
149
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
150
- .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
151
- .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
152
- -webkit-box-shadow: none !important;
153
- box-shadow: none !important;
154
- }
155
-
156
- .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
157
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
158
- -webkit-box-shadow: none !important;
159
- box-shadow: none !important;
160
- }
161
-
162
- .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
163
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
164
- -webkit-box-shadow: none !important;
165
- box-shadow: none !important;
166
- }
167
-
168
- .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
169
- .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
170
- -webkit-box-shadow: none !important;
171
- box-shadow: none !important;
172
- }
173
-
174
- .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
175
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
176
- -webkit-box-shadow: none !important;
177
- box-shadow: none !important;
178
- }
179
-
180
- .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
181
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
182
- -webkit-box-shadow: none !important;
183
- box-shadow: none !important;
184
- }
185
-
186
- .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
187
- .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
188
- -webkit-box-shadow: none !important;
189
- box-shadow: none !important;
190
- }
191
-
192
- .e-float-input.e-error label.e-float-text,
193
- .e-float-input.e-control-wrapper.e-error label.e-float-text,
194
- .e-float-input.e-error input:focus ~ label.e-float-text,
195
- .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
196
- .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
197
- .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
198
- .e-float-input.e-error textarea:focus ~ label.e-float-text,
199
- .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
200
- color: var(--color-sf-danger) !important;
201
- }
202
-
203
- .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
204
- .e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
205
- .e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
206
- .e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
207
- .e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
208
- .e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
209
- .e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
210
- .e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
211
- .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
212
- .e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
213
- .e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
214
- .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
215
- .e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
216
- .e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
217
- .e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
218
- .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
219
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
220
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
221
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
222
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
223
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
224
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
225
- .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
226
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
227
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
228
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
229
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
230
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
231
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
232
- .e-outline.e-float-input.e-error label.e-float-text.e-label-top,
233
- .e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
234
- .e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
235
- .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
236
- .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,
237
- .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
238
- .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,
239
- .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
240
- .e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
241
- .e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
242
- .e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
243
- .e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
244
- .e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
245
- .e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
246
- .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
247
- .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
248
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
249
- .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
250
- .e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
251
- .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
252
- .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
253
- color: var(--color-sf-danger) !important;
254
- }
255
-
256
- .e-filled.e-float-input.e-error label.e-float-text,
257
- .e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
258
- .e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
259
- .e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
260
- .e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
261
- .e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
262
- .e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
263
- .e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
264
- color: var(--color-sf-danger) !important;
265
- }
266
-
267
- .e-underline.e-input-group.e-control-wrapper,
268
- .e-underline.e-input-group,
269
- .e-underline.e-input-group:not(.e-float-icon-left),
270
- .e-underline.e-float-input,
271
- .e-underline.e-float-input.e-control-wrapper,
272
- .e-underline.e-input-group:not(.e-float-icon-left),
273
- .e-underline.e-input-group.e-success:not(.e-float-icon-left),
274
- .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
275
- .e-underline.e-input-group.e-error:not(.e-float-icon-left),
276
- .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
277
- .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
278
- .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
279
- .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
280
- border: 1px solid var(--color-sf-border-alt);
281
- border-width: 0 0 1px 0;
282
- padding-top: 1px;
283
- border-radius: calc(var(--e-radius) * 0);
284
- }
285
-
286
- .e-underline.e-input-group:not(.e-float-icon-left),
287
- .e-underline.e-input-group.e-success:not(.e-float-icon-left),
288
- .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
289
- .e-underline.e-input-group.e-error:not(.e-float-icon-left),
290
- .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
291
- .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
292
- .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
293
- .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
294
- border: 1px solid;
295
- border-width: 0 0 1px 0;
296
- padding-top: 1px;
297
- border-radius: calc(var(--e-radius) * 0);
298
- }
299
-
300
- /* stylelint-disable-line no-empty-source */
301
- /* stylelint-disable */
302
- .e-dialog .e-dlg-content {
303
- border-radius: calc(var(--e-radius) * 0.5) !important;
304
- }
305
-
306
- .e-dlg-overlay {
307
- backdrop-filter: blur(2px) !important;
308
- }
309
-
310
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover,
311
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus,
312
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:active {
313
- color: var(--color-sf-icon-color-hover);
314
- background-color: var(--color-sf-content-bg-color-hover);
315
- border-radius: calc(var(--e-radius) * 0.25);
316
- }
317
-
318
- /* stylelint-disable property-no-vendor-prefix */
319
- @-webkit-keyframes material-spinner-rotate {
320
- 0% {
321
- -webkit-transform: rotate(0);
322
- transform: rotate(0);
323
- }
324
- 100% {
325
- -webkit-transform: rotate(360deg);
326
- transform: rotate(360deg);
327
- }
328
- }
329
- @keyframes material-spinner-rotate {
330
- 0% {
331
- -webkit-transform: rotate(0);
332
- transform: rotate(0);
333
- }
334
- 100% {
335
- -webkit-transform: rotate(360deg);
336
- transform: rotate(360deg);
337
- }
338
- }
339
- @-webkit-keyframes fabric-spinner-rotate {
340
- 0% {
341
- -webkit-transform: rotate(0);
342
- transform: rotate(0);
343
- }
344
- 100% {
345
- -webkit-transform: rotate(360deg);
346
- transform: rotate(360deg);
347
- }
348
- }
349
- @keyframes fabric-spinner-rotate {
350
- 0% {
351
- -webkit-transform: rotate(0);
352
- transform: rotate(0);
353
- }
354
- 100% {
355
- -webkit-transform: rotate(360deg);
356
- transform: rotate(360deg);
357
- }
358
- }
359
- /*! TreeView's theme wise override definitions and variables */
360
- /* stylelint-disable */
361
- /* stylelint-disable */
362
- .e-dialog.e-checkboxfilter,
363
- .e-dialog.e-flmenu {
364
- min-width: 250px !important;
365
- }
366
-
367
87
  /*! FileManager's bds theme wise override definitions and variables */
368
88
  .e-filemanager .e-fe-icon,
369
89
  .e-filemanager .e-list-icon {
@@ -546,93 +266,6 @@
546
266
  content: "\e774";
547
267
  }
548
268
 
549
-
550
-
551
-
552
-
553
-
554
-
555
-
556
-
557
- /* Font Family */
558
- /* Font Sizes */
559
- /* Radius */
560
- /* 1px */
561
- /* 2px */
562
- /* 3px */
563
- /* 4px */
564
- /* 5px */
565
- /* 6px */
566
- /* 7px */
567
- /* 8px */
568
- /* 9px */
569
- /* 10px */
570
- /* 11px */
571
- /* 12px */
572
- /* 13px */
573
- /* 14px */
574
- /* 15px */
575
- /* 16px */
576
- /* 17px */
577
- /* 18px */
578
- /* 19px */
579
- /* 20px */
580
- /* 21px */
581
- /* 22px */
582
- /* 23px */
583
- /* 24px */
584
- /* 25px */
585
- /* 26px */
586
- /* 27px */
587
- /* 28px */
588
- /* 29px */
589
- /* 30px */
590
- /* 31px */
591
- /* 32px */
592
- /* 33px */
593
- /* 34px */
594
- /* 35px */
595
- /* 36px */
596
- /* 37px */
597
- /* 38px */
598
- /* 39px */
599
- /* 40px */
600
- /* 41px */
601
- /* 42px */
602
- /* 43px */
603
- /* 44px */
604
- /* 45px */
605
- /* 46px */
606
- /* 47px */
607
- /* 48px */
608
- /* 49px */
609
- /* 50px */
610
- /* 5em */
611
- /* 65% */
612
- /* border */
613
- /* 0px */
614
- /* 1px */
615
- /* 1.5px */
616
- /* 2px */
617
- /* 3px */
618
- /* 4px */
619
- /* 5px */
620
- /* 6px */
621
- /* 7px */
622
- /* 8px */
623
- /* 9px */
624
- /* 10px */
625
- /* 11px */
626
- /* 12px */
627
- /* 13px */
628
- /* 14px */
629
- /* 15px */
630
- /* 16px */
631
-
632
-
633
-
634
-
635
- /*! FileManager's bds theme wise override definitions and variables */
636
269
  /* stylelint-disable property-no-vendor-prefix */
637
270
  ejs-filemanager {
638
271
  display: block;
@@ -697,9 +330,6 @@ ejs-filemanager {
697
330
  width: -moz-max-content;
698
331
  width: max-content;
699
332
  }
700
- .e-filemanager .e-treeview {
701
- border: none;
702
- }
703
333
  .e-filemanager .e-treeview > .e-ul {
704
334
  overflow: initial;
705
335
  padding-left: 8px;
@@ -725,6 +355,9 @@ ejs-filemanager {
725
355
  .e-filemanager .e-treeview .e-list-text {
726
356
  display: initial;
727
357
  }
358
+ .e-filemanager .e-treeview {
359
+ border: none;
360
+ }
728
361
  .e-filemanager .e-splitter {
729
362
  border-width: 0;
730
363
  }
@@ -808,10 +441,6 @@ ejs-filemanager {
808
441
  .e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
809
442
  display: table-row;
810
443
  }
811
- .e-filemanager .e-grid {
812
- border-width: 0;
813
- float: left;
814
- }
815
444
  .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
816
445
  border-width: 1px;
817
446
  line-height: 14px;
@@ -820,6 +449,10 @@ ejs-filemanager {
820
449
  font-size: 10px;
821
450
  margin: 0;
822
451
  }
452
+ .e-filemanager .e-grid {
453
+ border-width: 0;
454
+ float: left;
455
+ }
823
456
  .e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
824
457
  margin-right: 1px;
825
458
  }
@@ -943,10 +576,6 @@ ejs-filemanager {
943
576
  visibility: hidden;
944
577
  padding: 0;
945
578
  }
946
- .e-filemanager .e-grid .e-row.e-focused {
947
- -webkit-box-shadow: none;
948
- box-shadow: none;
949
- }
950
579
  .e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
951
580
  .e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
952
581
  visibility: visible;
@@ -975,12 +604,6 @@ ejs-filemanager {
975
604
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
976
605
  padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
977
606
  }
978
- .e-filemanager .e-large-icons {
979
- float: left;
980
- overflow: auto;
981
- width: 100%;
982
- height: calc(100% - 40px);
983
- }
984
607
  .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
985
608
  border-width: 1px;
986
609
  line-height: 14px;
@@ -989,6 +612,12 @@ ejs-filemanager {
989
612
  font-size: 10px;
990
613
  margin: 0;
991
614
  }
615
+ .e-filemanager .e-large-icons {
616
+ float: left;
617
+ overflow: auto;
618
+ width: 100%;
619
+ height: calc(100% - 40px);
620
+ }
992
621
  .e-filemanager .e-large-icons .e-empty {
993
622
  min-width: 200px;
994
623
  }
@@ -1033,6 +662,8 @@ ejs-filemanager {
1033
662
  width: 94px;
1034
663
  overflow: hidden;
1035
664
  padding: 2px;
665
+ }
666
+ .e-filemanager .e-large-icons .e-list-item {
1036
667
  border-radius: calc(var(--e-radius) * 0.25);
1037
668
  }
1038
669
  .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 {
@@ -1402,93 +1033,6 @@ ejs-filemanager {
1402
1033
  clip: rect(1px, 1px, 1px, 1px);
1403
1034
  }
1404
1035
 
1405
-
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
- /* Font Family */
1414
- /* Font Sizes */
1415
- /* Radius */
1416
- /* 1px */
1417
- /* 2px */
1418
- /* 3px */
1419
- /* 4px */
1420
- /* 5px */
1421
- /* 6px */
1422
- /* 7px */
1423
- /* 8px */
1424
- /* 9px */
1425
- /* 10px */
1426
- /* 11px */
1427
- /* 12px */
1428
- /* 13px */
1429
- /* 14px */
1430
- /* 15px */
1431
- /* 16px */
1432
- /* 17px */
1433
- /* 18px */
1434
- /* 19px */
1435
- /* 20px */
1436
- /* 21px */
1437
- /* 22px */
1438
- /* 23px */
1439
- /* 24px */
1440
- /* 25px */
1441
- /* 26px */
1442
- /* 27px */
1443
- /* 28px */
1444
- /* 29px */
1445
- /* 30px */
1446
- /* 31px */
1447
- /* 32px */
1448
- /* 33px */
1449
- /* 34px */
1450
- /* 35px */
1451
- /* 36px */
1452
- /* 37px */
1453
- /* 38px */
1454
- /* 39px */
1455
- /* 40px */
1456
- /* 41px */
1457
- /* 42px */
1458
- /* 43px */
1459
- /* 44px */
1460
- /* 45px */
1461
- /* 46px */
1462
- /* 47px */
1463
- /* 48px */
1464
- /* 49px */
1465
- /* 50px */
1466
- /* 5em */
1467
- /* 65% */
1468
- /* border */
1469
- /* 0px */
1470
- /* 1px */
1471
- /* 1.5px */
1472
- /* 2px */
1473
- /* 3px */
1474
- /* 4px */
1475
- /* 5px */
1476
- /* 6px */
1477
- /* 7px */
1478
- /* 8px */
1479
- /* 9px */
1480
- /* 10px */
1481
- /* 11px */
1482
- /* 12px */
1483
- /* 13px */
1484
- /* 14px */
1485
- /* 15px */
1486
- /* 16px */
1487
-
1488
-
1489
-
1490
-
1491
- /*! FileManager's bds theme wise override definitions and variables */
1492
1036
  .e-filemanager {
1493
1037
  background: var(--color-sf-content-bg-color-alt1);
1494
1038
  border-color: var(--color-sf-border-light);
@@ -1,16 +1,3 @@
1
- @use 'ej2-base/styles/definition/fluent2' as *;
2
- @use 'ej2-inputs/styles/input/fluent2-definition' as *;
3
- @use 'ej2-inputs/styles/textbox/fluent2-definition' as *;
4
- @use 'ej2-inputs/styles/uploader/fluent2-definition' as *;
5
- @use 'ej2-popups/styles/dialog/fluent2-definition' as *;
6
- @use 'ej2-popups/styles/spinner/fluent2-definition' as *;
7
- @use 'ej2-buttons/styles/check-box/fluent2-definition' as *;
8
- @use 'ej2-splitbuttons/styles/drop-down-button/fluent2-definition' as *;
9
- @use 'ej2-navigations/styles/context-menu/fluent2-definition' as *;
10
- @use 'ej2-navigations/styles/treeview/fluent2-definition' as *;
11
- @use 'ej2-navigations/styles/toolbar/fluent2-definition' as *;
12
- @use 'ej2-layouts/styles/splitter/fluent2-definition' as *;
13
- @use 'ej2-grids/styles/grid/fluent2-definition' as *;
14
1
  @use 'file-manager/fluent2-definition' as *;
15
2
  @use 'file-manager/icons/fluent2' as *;
16
- @use 'file-manager/all.fluent2' as *;
3
+ @use 'file-manager/all' as *;