@syncfusion/ej2-angular-inputs 20.3.49 → 20.3.50-ngcc

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 (421) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1563 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1472 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1447 -0
  6. package/dist/ej2-angular-inputs.umd.js +1644 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +11 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/signature/signature-all.module.d.ts +0 -6
  27. package/src/signature/signature.component.d.ts +0 -3
  28. package/src/signature/signature.module.d.ts +0 -6
  29. package/src/slider/slider-all.module.d.ts +0 -6
  30. package/src/slider/slider.component.d.ts +0 -3
  31. package/src/slider/slider.module.d.ts +0 -6
  32. package/src/textbox/textbox-all.module.d.ts +0 -6
  33. package/src/textbox/textbox.component.d.ts +0 -3
  34. package/src/textbox/textbox.module.d.ts +0 -6
  35. package/src/uploader/files.directive.d.ts +0 -5
  36. package/src/uploader/uploader-all.module.d.ts +0 -6
  37. package/src/uploader/uploader.component.d.ts +0 -3
  38. package/src/uploader/uploader.module.d.ts +0 -7
  39. package/styles/color-picker/bootstrap-dark.scss +1 -11
  40. package/styles/color-picker/bootstrap.scss +1 -11
  41. package/styles/color-picker/bootstrap4.scss +1 -11
  42. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  43. package/styles/color-picker/bootstrap5.scss +1 -11
  44. package/styles/color-picker/fabric-dark.scss +1 -11
  45. package/styles/color-picker/fabric.scss +1 -11
  46. package/styles/color-picker/fluent-dark.scss +1 -11
  47. package/styles/color-picker/fluent.scss +1 -11
  48. package/styles/color-picker/highcontrast-light.scss +1 -11
  49. package/styles/color-picker/highcontrast.scss +1 -11
  50. package/styles/color-picker/material-dark.scss +1 -11
  51. package/styles/color-picker/material.scss +1 -11
  52. package/styles/color-picker/tailwind-dark.scss +1 -11
  53. package/styles/color-picker/tailwind.scss +1 -11
  54. package/styles/input/bootstrap-dark.scss +1 -4
  55. package/styles/input/bootstrap.scss +1 -4
  56. package/styles/input/bootstrap4.scss +1 -4
  57. package/styles/input/bootstrap5-dark.scss +1 -4
  58. package/styles/input/bootstrap5.scss +1 -4
  59. package/styles/input/fabric-dark.scss +1 -4
  60. package/styles/input/fabric.scss +1 -4
  61. package/styles/input/fluent-dark.scss +1 -4
  62. package/styles/input/fluent.scss +1 -4
  63. package/styles/input/highcontrast-light.scss +1 -4
  64. package/styles/input/highcontrast.scss +1 -4
  65. package/styles/input/material-dark.scss +1 -4
  66. package/styles/input/material.scss +1 -4
  67. package/styles/input/tailwind-dark.scss +1 -4
  68. package/styles/input/tailwind.scss +1 -4
  69. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  70. package/styles/maskedtextbox/bootstrap.scss +1 -4
  71. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  72. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  73. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  74. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  75. package/styles/maskedtextbox/fabric.scss +1 -4
  76. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  77. package/styles/maskedtextbox/fluent.scss +1 -4
  78. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  79. package/styles/maskedtextbox/highcontrast.scss +1 -4
  80. package/styles/maskedtextbox/material-dark.scss +1 -4
  81. package/styles/maskedtextbox/material.scss +1 -4
  82. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  83. package/styles/maskedtextbox/tailwind.scss +1 -4
  84. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  85. package/styles/numerictextbox/bootstrap.scss +1 -5
  86. package/styles/numerictextbox/bootstrap4.scss +1 -5
  87. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  88. package/styles/numerictextbox/bootstrap5.scss +1 -5
  89. package/styles/numerictextbox/fabric-dark.scss +1 -5
  90. package/styles/numerictextbox/fabric.scss +1 -5
  91. package/styles/numerictextbox/fluent-dark.scss +1 -5
  92. package/styles/numerictextbox/fluent.scss +1 -5
  93. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  94. package/styles/numerictextbox/highcontrast.scss +1 -5
  95. package/styles/numerictextbox/material-dark.scss +1 -5
  96. package/styles/numerictextbox/material.scss +1 -5
  97. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  98. package/styles/numerictextbox/tailwind.scss +1 -5
  99. package/styles/signature/bootstrap-dark.scss +1 -3
  100. package/styles/signature/bootstrap.scss +1 -3
  101. package/styles/signature/bootstrap4.scss +1 -3
  102. package/styles/signature/bootstrap5-dark.scss +1 -3
  103. package/styles/signature/bootstrap5.scss +1 -3
  104. package/styles/signature/fabric-dark.scss +1 -3
  105. package/styles/signature/fabric.scss +1 -3
  106. package/styles/signature/fluent-dark.scss +1 -3
  107. package/styles/signature/fluent.scss +1 -3
  108. package/styles/signature/highcontrast-light.scss +1 -3
  109. package/styles/signature/highcontrast.scss +1 -3
  110. package/styles/signature/material-dark.scss +1 -3
  111. package/styles/signature/material.scss +1 -3
  112. package/styles/signature/tailwind-dark.scss +1 -3
  113. package/styles/signature/tailwind.scss +1 -3
  114. package/styles/slider/bootstrap-dark.scss +1 -5
  115. package/styles/slider/bootstrap.scss +1 -5
  116. package/styles/slider/bootstrap4.scss +1 -5
  117. package/styles/slider/bootstrap5-dark.scss +1 -5
  118. package/styles/slider/bootstrap5.scss +1 -5
  119. package/styles/slider/fabric-dark.scss +1 -5
  120. package/styles/slider/fabric.scss +1 -5
  121. package/styles/slider/fluent-dark.scss +1 -5
  122. package/styles/slider/fluent.scss +1 -5
  123. package/styles/slider/highcontrast-light.scss +1 -5
  124. package/styles/slider/highcontrast.scss +1 -5
  125. package/styles/slider/material-dark.scss +1 -5
  126. package/styles/slider/material.scss +1 -5
  127. package/styles/slider/tailwind-dark.scss +1 -5
  128. package/styles/slider/tailwind.scss +1 -5
  129. package/styles/textbox/bootstrap-dark.scss +1 -4
  130. package/styles/textbox/bootstrap.scss +1 -4
  131. package/styles/textbox/bootstrap4.scss +1 -4
  132. package/styles/textbox/bootstrap5-dark.scss +1 -4
  133. package/styles/textbox/bootstrap5.scss +1 -4
  134. package/styles/textbox/fabric-dark.scss +1 -4
  135. package/styles/textbox/fabric.scss +1 -4
  136. package/styles/textbox/fluent-dark.scss +1 -4
  137. package/styles/textbox/fluent.scss +1 -4
  138. package/styles/textbox/highcontrast-light.scss +1 -4
  139. package/styles/textbox/highcontrast.scss +1 -4
  140. package/styles/textbox/material-dark.scss +1 -4
  141. package/styles/textbox/material.scss +1 -4
  142. package/styles/textbox/tailwind-dark.scss +1 -4
  143. package/styles/textbox/tailwind.scss +1 -4
  144. package/styles/uploader/bootstrap-dark.scss +1 -6
  145. package/styles/uploader/bootstrap.scss +1 -6
  146. package/styles/uploader/bootstrap4.scss +1 -6
  147. package/styles/uploader/bootstrap5-dark.scss +1 -6
  148. package/styles/uploader/bootstrap5.scss +1 -6
  149. package/styles/uploader/fabric-dark.scss +1 -6
  150. package/styles/uploader/fabric.scss +1 -6
  151. package/styles/uploader/fluent-dark.scss +1 -6
  152. package/styles/uploader/fluent.scss +1 -6
  153. package/styles/uploader/highcontrast-light.scss +1 -6
  154. package/styles/uploader/highcontrast.scss +1 -6
  155. package/styles/uploader/material-dark.scss +1 -6
  156. package/styles/uploader/material.scss +1 -6
  157. package/styles/uploader/tailwind-dark.scss +1 -6
  158. package/styles/uploader/tailwind.scss +1 -6
  159. package/esm2020/public_api.mjs +0 -3
  160. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  161. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  162. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  163. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  164. package/esm2020/src/index.mjs +0 -25
  165. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  166. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  167. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  168. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  169. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  170. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  171. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  172. package/esm2020/src/signature/signature.component.mjs +0 -83
  173. package/esm2020/src/signature/signature.module.mjs +0 -25
  174. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  175. package/esm2020/src/slider/slider.component.mjs +0 -83
  176. package/esm2020/src/slider/slider.module.mjs +0 -25
  177. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  178. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  179. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  180. package/esm2020/src/uploader/files.directive.mjs +0 -58
  181. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  182. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  183. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  184. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  185. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1097
  186. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  187. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
  188. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  189. package/styles/color-picker/_all.scss +0 -2
  190. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  191. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  192. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  193. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  194. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  195. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  196. package/styles/color-picker/_fabric-definition.scss +0 -127
  197. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  198. package/styles/color-picker/_fluent-definition.scss +0 -133
  199. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  200. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  201. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  202. package/styles/color-picker/_layout.scss +0 -1174
  203. package/styles/color-picker/_material-dark-definition.scss +0 -135
  204. package/styles/color-picker/_material-definition.scss +0 -130
  205. package/styles/color-picker/_material3-definition.scss +0 -133
  206. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  207. package/styles/color-picker/_tailwind-definition.scss +0 -132
  208. package/styles/color-picker/_theme.scss +0 -183
  209. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  210. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  211. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  212. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  213. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  214. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  215. package/styles/color-picker/icons/_fabric.scss +0 -9
  216. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  217. package/styles/color-picker/icons/_fluent.scss +0 -9
  218. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  219. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  220. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  221. package/styles/color-picker/icons/_material-dark.scss +0 -9
  222. package/styles/color-picker/icons/_material.scss +0 -9
  223. package/styles/color-picker/icons/_material3.scss +0 -9
  224. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  225. package/styles/color-picker/icons/_tailwind.scss +0 -9
  226. package/styles/input/_all.scss +0 -3
  227. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  228. package/styles/input/_bootstrap-definition.scss +0 -320
  229. package/styles/input/_bootstrap4-definition.scss +0 -325
  230. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  231. package/styles/input/_bootstrap5-definition.scss +0 -336
  232. package/styles/input/_definition.scss +0 -232
  233. package/styles/input/_fabric-dark-definition.scss +0 -319
  234. package/styles/input/_fabric-definition.scss +0 -311
  235. package/styles/input/_fluent-dark-definition.scss +0 -1
  236. package/styles/input/_fluent-definition.scss +0 -338
  237. package/styles/input/_fusionnew-definition.scss +0 -336
  238. package/styles/input/_highcontrast-definition.scss +0 -312
  239. package/styles/input/_highcontrast-light-definition.scss +0 -320
  240. package/styles/input/_layout.scss +0 -11009
  241. package/styles/input/_material-dark-definition.scss +0 -573
  242. package/styles/input/_material-definition.scss +0 -573
  243. package/styles/input/_material3-definition.scss +0 -336
  244. package/styles/input/_responsive.scss +0 -1
  245. package/styles/input/_tailwind-dark-definition.scss +0 -1
  246. package/styles/input/_tailwind-definition.scss +0 -335
  247. package/styles/input/_theme.scss +0 -4264
  248. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  249. package/styles/input/icons/_bootstrap.scss +0 -17
  250. package/styles/input/icons/_bootstrap4.scss +0 -17
  251. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  252. package/styles/input/icons/_bootstrap5.scss +0 -17
  253. package/styles/input/icons/_fabric-dark.scss +0 -17
  254. package/styles/input/icons/_fabric.scss +0 -17
  255. package/styles/input/icons/_fluent-dark.scss +0 -1
  256. package/styles/input/icons/_fluent.scss +0 -17
  257. package/styles/input/icons/_fusionnew.scss +0 -17
  258. package/styles/input/icons/_highcontrast-light.scss +0 -17
  259. package/styles/input/icons/_highcontrast.scss +0 -17
  260. package/styles/input/icons/_material-dark.scss +0 -49
  261. package/styles/input/icons/_material.scss +0 -49
  262. package/styles/input/icons/_material3.scss +0 -17
  263. package/styles/input/icons/_tailwind-dark.scss +0 -1
  264. package/styles/input/icons/_tailwind.scss +0 -17
  265. package/styles/maskedtextbox/_all.scss +0 -2
  266. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  267. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  268. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  269. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  270. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  271. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  272. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  273. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  274. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  275. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  276. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  277. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  278. package/styles/maskedtextbox/_layout.scss +0 -33
  279. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  280. package/styles/maskedtextbox/_material-definition.scss +0 -4
  281. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  282. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  283. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  284. package/styles/maskedtextbox/_theme.scss +0 -15
  285. package/styles/numerictextbox/_all.scss +0 -2
  286. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  287. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  288. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  289. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  290. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  291. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  292. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  293. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  294. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  295. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  296. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  297. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  298. package/styles/numerictextbox/_layout.scss +0 -30
  299. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  300. package/styles/numerictextbox/_material-definition.scss +0 -3
  301. package/styles/numerictextbox/_material3-definition.scss +0 -3
  302. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  303. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  304. package/styles/numerictextbox/_theme.scss +0 -39
  305. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  306. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  307. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  308. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  309. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  310. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  311. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  312. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  313. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  314. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  315. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  316. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  317. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  318. package/styles/numerictextbox/icons/_material.scss +0 -11
  319. package/styles/numerictextbox/icons/_material3.scss +0 -11
  320. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  321. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  322. package/styles/signature/_all.scss +0 -2
  323. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  324. package/styles/signature/_bootstrap-definition.scss +0 -3
  325. package/styles/signature/_bootstrap4-definition.scss +0 -3
  326. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  327. package/styles/signature/_bootstrap5-definition.scss +0 -3
  328. package/styles/signature/_fabric-dark-definition.scss +0 -3
  329. package/styles/signature/_fabric-definition.scss +0 -3
  330. package/styles/signature/_fluent-dark-definition.scss +0 -1
  331. package/styles/signature/_fluent-definition.scss +0 -3
  332. package/styles/signature/_fusionnew-definition.scss +0 -3
  333. package/styles/signature/_highcontrast-definition.scss +0 -3
  334. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  335. package/styles/signature/_layout.scss +0 -5
  336. package/styles/signature/_material-dark-definition.scss +0 -3
  337. package/styles/signature/_material-definition.scss +0 -3
  338. package/styles/signature/_material3-definition.scss +0 -3
  339. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  340. package/styles/signature/_tailwind-definition.scss +0 -3
  341. package/styles/signature/_theme.scss +0 -7
  342. package/styles/slider/_all.scss +0 -3
  343. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  344. package/styles/slider/_bootstrap-definition.scss +0 -152
  345. package/styles/slider/_bootstrap4-definition.scss +0 -147
  346. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  347. package/styles/slider/_bootstrap5-definition.scss +0 -90
  348. package/styles/slider/_fabric-dark-definition.scss +0 -162
  349. package/styles/slider/_fabric-definition.scss +0 -156
  350. package/styles/slider/_fluent-dark-definition.scss +0 -1
  351. package/styles/slider/_fluent-definition.scss +0 -74
  352. package/styles/slider/_fusionnew-definition.scss +0 -90
  353. package/styles/slider/_highcontrast-definition.scss +0 -145
  354. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  355. package/styles/slider/_icons.scss +0 -1
  356. package/styles/slider/_layout.scss +0 -2421
  357. package/styles/slider/_material-dark-definition.scss +0 -159
  358. package/styles/slider/_material-definition.scss +0 -154
  359. package/styles/slider/_material3-definition.scss +0 -90
  360. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  361. package/styles/slider/_tailwind-definition.scss +0 -84
  362. package/styles/slider/_theme.scss +0 -235
  363. package/styles/textbox/_all.scss +0 -1
  364. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  365. package/styles/textbox/_bootstrap-definition.scss +0 -1
  366. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  367. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  368. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  369. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  370. package/styles/textbox/_fabric-definition.scss +0 -1
  371. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  372. package/styles/textbox/_fluent-definition.scss +0 -1
  373. package/styles/textbox/_fusionnew-definition.scss +0 -1
  374. package/styles/textbox/_highcontrast-definition.scss +0 -1
  375. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  376. package/styles/textbox/_layout.scss +0 -10
  377. package/styles/textbox/_material-dark-definition.scss +0 -1
  378. package/styles/textbox/_material-definition.scss +0 -1
  379. package/styles/textbox/_material3-definition.scss +0 -1
  380. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  381. package/styles/textbox/_tailwind-definition.scss +0 -1
  382. package/styles/textbox/_theme.scss +0 -1
  383. package/styles/uploader/_all.scss +0 -2
  384. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  385. package/styles/uploader/_bootstrap-definition.scss +0 -208
  386. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  387. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  389. package/styles/uploader/_definition.scss +0 -142
  390. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  391. package/styles/uploader/_fabric-definition.scss +0 -210
  392. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  393. package/styles/uploader/_fluent-definition.scss +0 -234
  394. package/styles/uploader/_fusionnew-definition.scss +0 -216
  395. package/styles/uploader/_highcontrast-definition.scss +0 -211
  396. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  397. package/styles/uploader/_layout.scss +0 -984
  398. package/styles/uploader/_material-dark-definition.scss +0 -217
  399. package/styles/uploader/_material-definition.scss +0 -214
  400. package/styles/uploader/_material3-definition.scss +0 -216
  401. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  402. package/styles/uploader/_tailwind-definition.scss +0 -232
  403. package/styles/uploader/_theme.scss +0 -136
  404. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  405. package/styles/uploader/icons/_bootstrap.scss +0 -34
  406. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  407. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  408. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  409. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  410. package/styles/uploader/icons/_fabric.scss +0 -34
  411. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  412. package/styles/uploader/icons/_fluent.scss +0 -34
  413. package/styles/uploader/icons/_fusionnew.scss +0 -34
  414. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  415. package/styles/uploader/icons/_highcontrast.scss +0 -34
  416. package/styles/uploader/icons/_material-dark.scss +0 -34
  417. package/styles/uploader/icons/_material.scss +0 -34
  418. package/styles/uploader/icons/_material3.scss +0 -34
  419. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  420. package/styles/uploader/icons/_tailwind.scss +0 -34
  421. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,984 +0,0 @@
1
- // uploader layout styles
2
- @include export-module('uploader-layout') {
3
- // For bigger class UI
4
- .e-bigger {
5
- .e-upload {
6
- width: 100%;
7
- @if $skin-name == 'FluentUI' {
8
- border-radius: $upload-border-radius-bigger;
9
- }
10
-
11
- .e-file-select-wrap {
12
- padding: $header-padding-bigger;
13
-
14
- #{if(&, '&', '*')} .e-file-drop {
15
- font-size: $drop-area-font-size;
16
- margin-left: $drop-area-padding-left;
17
- }
18
- }
19
-
20
- #{if(&, '&', '*')} .e-upload-files {
21
-
22
- .e-upload-file-list {
23
- font-size: $list-items-font-size;
24
- line-height: $list-line-height;
25
- min-height: $list-items-height;
26
-
27
- .e-file-container {
28
- margin-left: $list-item-margin-left;
29
- top: $file-container-top-bigger;
30
- }
31
-
32
- .e-file-container .e-file-name {
33
- font-size: $file-name-font-size;
34
- padding-top: $file-name-padding-top;
35
- }
36
-
37
- .e-file-container .e-file-size {
38
- font-size: $list-item-status-font-size;
39
- @if $skin-name == 'tailwind' {
40
- font-size: $list-item-file-size-font-size;
41
- line-height: 22px;
42
- }
43
- padding: $file-size-padding;
44
- }
45
-
46
- .e-file-container .e-file-type {
47
- font-size: $file-name-font-size;
48
- padding-top: $file-name-padding-top;
49
- top: initial;
50
- }
51
-
52
- .e-file-container .e-file-status,
53
- .e-file-container .e-file-information {
54
- font-size: $list-item-status-font-size;
55
- padding-bottom: $file-name-padding-top;
56
- }
57
-
58
- .e-file-container .e-upload-progress-wrap {
59
- height: $progress-bar-wrapper-height;
60
-
61
- #{if(&, '&', '*')} .e-progress-inner-wrap {
62
- height: $progress-inner-wrap-height;
63
- width: $progress-bar-wrapper-width;
64
-
65
- #{if(&, '&', '*')} .e-upload-progress-bar {
66
- height: $progress-bar-height;
67
- }
68
- }
69
-
70
- #{if(&, '&', '*')} .e-progress-bar-text {
71
- font-size: $list-item-status-font-size-smaller;
72
- right: $progress-bar-text-right;
73
- top: $progress-bar-text-top;
74
- }
75
- }
76
- }
77
-
78
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
79
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
80
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
81
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
82
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
83
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
84
- box-sizing: border-box;
85
- font-size: $remove-icon-font-size;
86
- height: $remove-bigger-icon-height;
87
- margin: $remove-icon-margin;
88
- margin-top: $remove-icon-margin-top;
89
- padding: $delete-icon-padding;
90
- top: $remove-icon-top-smaller;
91
- width: $remove-bigger-icon-width;
92
- }
93
-
94
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
95
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
96
- color: $disabled-state;
97
- cursor: not-allowed;
98
- opacity: .4;
99
- pointer-events: none;
100
- }
101
-
102
- #{if(&, '&', '*')} .e-file-remove-btn.e-msie.e-icons,
103
- #{if(&, '&', '*')} .e-file-delete-btn.e-msie.e-icons,
104
- #{if(&, '&', '*')} .e-file-abort-btn.e-msie.e-icons,
105
- #{if(&, '&', '*')} .e-file-reload-btn.e-msie.e-icons,
106
- #{if(&, '&', '*')} .e-file-play-btn.e-msie.e-icons,
107
- #{if(&, '&', '*')} .e-file-pause-btn.e-msie.e-icons {
108
- padding: $icons-bigger-ie-padding;
109
- }
110
-
111
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
112
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
113
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
114
- right: $pause-play-button-right-value-bigger;
115
- }
116
-
117
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons {
118
- font-size: $delete-icon-font-size;
119
- }
120
-
121
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons {
122
- font-size: $abort-icon-font-size;
123
- }
124
- }
125
-
126
- #{if(&, '&', '*')} .e-upload-actions .e-btn {
127
- margin-left: $list-item-margin-left;
128
- }
129
-
130
- #{if(&, '&', '*')} .e-upload-actions {
131
-
132
- .e-file-upload-btn {
133
- @if ($skin-name == 'bootstrap4' or $skin-name == 'FluentUI') {
134
- margin: $footer-upload-buttons-margin;
135
- }
136
- @else if ($skin-name != 'bootstrap4' and $skin-name != 'FluentUI') {
137
- margin: $footer-buttons-margin;
138
- }
139
- }
140
-
141
- .e-file-clear-btn {
142
- @if ($skin-name == 'bootstrap4' or $skin-name == 'FluentUI') {
143
- margin: $footer-clear-buttons-margin;
144
- }
145
- @else if ($skin-name != 'bootstrap4' and $skin-name != 'FluentUI') {
146
- margin: $footer-buttons-margin;
147
- }
148
- }
149
- }
150
-
151
- #{if(&, '&', '*')}.e-rtl {
152
- #{if(&, '&', '*')} .e-file-select-wrap {
153
- padding: $header-padding-rtl-bigger;
154
-
155
- #{if(&, '&', '*')} .e-control {
156
- #{if(&, '&', '*')}.e-btn {
157
- margin-right: $margin-rtl-header;
158
- }
159
- }
160
-
161
- #{if(&, '&', '*')} .e-file-drop {
162
- margin-right: $drop-area-padding-left;
163
- }
164
- }
165
-
166
- #{if(&, '&', '*')} .e-upload-actions {
167
-
168
- .e-file-upload-btn {
169
- @if $skin-name == 'FluentUI' {
170
- margin: $footer-upload-buttons-margin-rtl;
171
- }
172
- }
173
-
174
- .e-file-clear-btn {
175
- @if $skin-name == 'FluentUI' {
176
- margin: $footer-clear-buttons-margin-rtl;
177
- }
178
- }
179
- }
180
-
181
- #{if(&, '&', '*')} .e-upload-files {
182
- #{if(&, '&', '*')} .e-upload-file-list {
183
- #{if(&, '&', '*')} .e-file-container {
184
- margin-left: $file-container-left;
185
- margin-right: $margin-rtl;
186
-
187
- #{if(&, '&', '*')} .e-file-status,
188
- #{if(&, '&', '*')} .e-file-information {
189
- top: $file-status-rtl;
190
- }
191
-
192
- #{if(&, '&', '*')} .e-upload-progress-wrap {
193
-
194
- #{if(&, '&', '*')} .e-progress-bar-text {
195
- left: $progress-bar-text-right;
196
- right: initial;
197
- }
198
- }
199
- }
200
-
201
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
202
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
203
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
204
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
205
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
206
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
207
- box-sizing: border-box;
208
- left: $remove-icon-rtl-bigger;
209
- margin-left: $margin-rtl;
210
- margin-right: $margin-rtl;
211
- padding: $delete-icon-padding;
212
- top: $remove-icon-top;
213
- @if $skin-name == 'FluentUI' {
214
- margin-left: $margin-icon-rtl;
215
- margin-right: $margin-icon-rtl;
216
- }
217
- }
218
-
219
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
220
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
221
- color: $disabled-state;
222
- cursor: not-allowed;
223
- opacity: .4;
224
- pointer-events: none;
225
- }
226
-
227
- #{if(&, '&', '*')} .e-file-remove-btn.e-msie.e-icons,
228
- #{if(&, '&', '*')} .e-file-delete-btn.e-msie.e-icons,
229
- #{if(&, '&', '*')} .e-file-abort-btn.e-msie.e-icons,
230
- #{if(&, '&', '*')} .e-file-reload-btn.e-msie.e-icons,
231
- #{if(&, '&', '*')} .e-file-play-btn.e-msie.e-icons,
232
- #{if(&, '&', '*')} .e-file-pause-btn.e-msie.e-icons {
233
- padding: $icons-bigger-ie-padding;
234
- }
235
-
236
- #{if(&, '&', '*')} .e-file-play-btn,
237
- #{if(&, '&', '*')} .e-file-reload-btn,
238
- #{if(&, '&', '*')} .e-file-pause-btn {
239
- #{if(&, '&', '*')}.e-icons {
240
- left: $pause-play-button-right-value-bigger-rtl;
241
- }
242
- }
243
- }
244
- }
245
- }
246
-
247
- #{if(&, '&', '*')}.e-form-upload .e-upload-files {
248
- #{if(&, '&', '*')} .e-upload-file-list {
249
- min-height: $form-upload-bigger-file-list-height;
250
- padding-bottom: $form-upload-bigger-file-list-padding-bottom;
251
- padding-top: $form-upload-bigger-file-list-padding-top;
252
-
253
- #{if(&, '&', '*')} .e-file-container {
254
- top: 0;
255
-
256
- #{if(&, '&', '*')} .e-hidden-input {
257
- display: none;
258
- }
259
-
260
- #{if(&, '&', '*')} .e-file-name,
261
- #{if(&, '&', '*')} .e-file-type {
262
- line-height: $form-upload-bigger-file-name-line-height;
263
- padding-top: $form-upload-bigger-file-name-padding;
264
- }
265
-
266
- #{if(&, '&', '*')} .e-file-name.e-error,
267
- #{if(&, '&', '*')} .e-file-type.e-error,
268
- #{if(&, '&', '*')} .e-file-status.e-error {
269
- color: $upload-failure-color;
270
- }
271
-
272
- #{if(&, '&', '*')} .e-file-status,
273
- #{if(&, '&', '*')} .e-file-information {
274
- color: $file-size-color;
275
- display: block;
276
- font-size: $form-upload-bigger-file-status-font-size;
277
- line-height: $form-upload-bigger-file-name-line-height;
278
- padding-bottom: 0;
279
- padding-top: $form-upload-bigger-file-name-padding;
280
- position: relative;
281
- }
282
- }
283
-
284
- #{if(&, '&', '*')}.e-file-invalid {
285
- color: $upload-failure-color;
286
-
287
- #{if(&, '&', '*')} .e-file-name,
288
- #{if(&, '&', '*')} .e-file-type,
289
- #{if(&, '&', '*')} .e-file-status {
290
- color: $upload-failure-color;
291
- }
292
- }
293
- }
294
-
295
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
296
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
297
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
298
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
299
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
300
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
301
- box-sizing: border-box;
302
- top: $form-upload-bigger-remove-icon-top;
303
- }
304
-
305
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
306
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
307
- color: $disabled-state;
308
- cursor: not-allowed;
309
- opacity: .4;
310
- pointer-events: none;
311
- }
312
- }
313
- }
314
- }
315
-
316
- // For Desktop view
317
-
318
- .e-upload,
319
- .e-bigger.e-small .e-upload {
320
- width: 100%;
321
-
322
- #{if(&, '&', '*')}.e-control-wrapper {
323
- font-family: $upload-root-font-family;
324
- }
325
-
326
- .e-hidden-file-input {
327
- border: 0;
328
- height: 0;
329
- margin: 0;
330
- outline: none;
331
- padding: 0;
332
- text-indent: 0;
333
- visibility: hidden;
334
- width: 0;
335
- }
336
-
337
- .e-file-select-wrap {
338
- padding: $header-padding;
339
-
340
- .e-file-select,
341
- .e-file-select .e-uploader {
342
- display: inline-block;
343
- width: $upload-element-width;
344
- }
345
-
346
- .e-file-select .e-uploader {
347
- opacity: $upload-element-opacity;
348
- }
349
-
350
- #{if(&, '&', '*')} .e-file-drop {
351
- font-family: $upload-font-family;
352
- font-size: $drop-area-font-size-smaller;
353
- margin-left: $drop-area-padding-left-smaller;
354
- }
355
- }
356
-
357
- #{if(&, '&', '*')}.e-form-upload .e-upload-files {
358
- #{if(&, '&', '*')} .e-upload-file-list {
359
- min-height: $form-upload-file-list-height;
360
- padding-bottom: $form-upload-file-list-padding-bottom;
361
- padding-top: $form-upload-file-list-padding-top;
362
-
363
- #{if(&, '&', '*')} .e-file-container {
364
- top: 0;
365
-
366
- #{if(&, '&', '*')} .e-hidden-input {
367
- display: none;
368
- }
369
-
370
- #{if(&, '&', '*')} .e-file-name,
371
- #{if(&, '&', '*')} .e-file-type {
372
- line-height: $form-upload-file-name-line-height;
373
- padding-top: $form-upload-file-name-padding;
374
- }
375
-
376
- #{if(&, '&', '*')} .e-file-name.e-error,
377
- #{if(&, '&', '*')} .e-file-type.e-error,
378
- #{if(&, '&', '*')} .e-file-status.e-error {
379
- color: $upload-failure-color;
380
- }
381
-
382
- #{if(&, '&', '*')} .e-file-status,
383
- #{if(&, '&', '*')} .e-file-information {
384
- color: $file-size-color;
385
- display: block;
386
- font-size: $form-upload-file-status-font-size;
387
- line-height: $form-upload-file-name-line-height;
388
- padding-bottom: 0;
389
- padding-top: $form-upload-file-name-padding;
390
- position: relative;
391
- }
392
- }
393
-
394
- #{if(&, '&', '*')}.e-file-invalid {
395
- color: $upload-failure-color;
396
-
397
- #{if(&, '&', '*')} .e-file-name,
398
- #{if(&, '&', '*')} .e-file-type,
399
- #{if(&, '&', '*')} .e-file-status {
400
- color: $upload-failure-color;
401
- }
402
- }
403
- }
404
-
405
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
406
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
407
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
408
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
409
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
410
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
411
- box-sizing: border-box;
412
- top: $form-upload-remove-icon-top;
413
- }
414
-
415
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
416
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
417
- color: $disabled-state;
418
- cursor: not-allowed;
419
- opacity: .4;
420
- pointer-events: none;
421
- }
422
- }
423
-
424
- #{if(&, '&', '*')} .e-upload-files {
425
- list-style-type: none;
426
- margin: $select-file-margin;
427
- padding: $select-file-padding;
428
-
429
- .e-icons:focus {
430
- @if ($skin-name == 'material') {
431
- outline: none;
432
- }
433
- }
434
-
435
- .e-upload-file-list {
436
- font-family: $upload-font-family;
437
- font-size: $list-items-font-size-smaller;
438
- height: 100%;
439
- line-height: $list-line-height;
440
- @if $skin-name == 'tailwind' {
441
- line-height: $list-line-height-smaller;
442
- }
443
- min-height: $li-min-height;
444
- position: relative;
445
-
446
- .e-file-container {
447
- display: block;
448
- height: 100%;
449
- margin-left: $list-item-margin-left-smaller;
450
- margin-right: $list-item-margin-right;
451
- min-height: $list-item-height;
452
- position: relative;
453
- top: $file-container-top;
454
-
455
- .e-file-name {
456
- float: left;
457
- font-family: $file-name-font-family;
458
- font-size: $file-name-font-size-smaller;
459
- max-width: $list-item-name-width;
460
- overflow: hidden;
461
- padding-top: $file-name-padding-top-smaller;
462
- position: relative;
463
- text-overflow: ellipsis;
464
- top: $file-name-top;
465
- white-space: nowrap;
466
- }
467
-
468
- .e-file-name::before {
469
- content: attr(data-tail);
470
- float: right;
471
- }
472
-
473
- #{if(&, '&', '*')} .e-file-type {
474
- display: block;
475
- font-family: $file-name-font-family;
476
- font-size: $file-name-font-size-smaller;
477
- padding-top: $file-name-padding-top-smaller;
478
- }
479
-
480
- #{if(&, '&', '*')} .e-file-type.e-hidden {
481
- visibility: hidden;
482
- }
483
-
484
- #{if(&, '&', '*')} .e-file-size {
485
- display: block;
486
- font-size: $list-item-status-font-size-smaller;
487
- padding: $file-size-padding-smaller;
488
- @if $skin-name == 'tailwind' {
489
- font-size: $list-item-file-size-font-size-smaller;
490
- line-height: 18px;
491
- }
492
- }
493
-
494
- #{if(&, '&', '*')} .e-file-status,
495
- #{if(&, '&', '*')} .e-file-information {
496
- display: block;
497
- font-family: $upload-font-family;
498
- font-size: $list-item-status-font-size-smaller;
499
- padding-bottom: $file-name-padding-top-smaller;
500
-
501
- #{if(&, '&', '*')}.e-upload-progress {
502
- display: none;
503
- }
504
- }
505
-
506
- #{if(&, '&', '*')} .e-upload-progress-wrap {
507
- display: block;
508
- height: $progress-bar-wrapper-height-smaller;
509
- padding-bottom: $progress-bar-bottom-paddding;
510
- padding-top: $progress-bar-top-paddding;
511
- position: absolute;
512
- width: $progress-bar-wrapper-width;
513
-
514
- #{if(&, '&', '*')} .e-progress-inner-wrap {
515
- border-radius: $inner-wrap-radius;
516
- display: block;
517
- height: $progress-inner-wrap-height-smaller;
518
- width: 100%;
519
-
520
- #{if(&, '&', '*')} .e-upload-progress-bar {
521
- border-radius: $progress-bar-radius;
522
- display: inherit;
523
- height: $progress-bar-height-smaller;
524
- }
525
- }
526
-
527
- #{if(&, '&', '*')} .e-progress-bar-text {
528
- float: right;
529
- font-family: $upload-font-family;
530
- font-size: $list-item-status-font-size-smaller;
531
- position: relative;
532
- right: $progress-bar-text-right-smaller;
533
- top: $progress-bar-text-top-smaller;
534
- }
535
- }
536
- }
537
- }
538
-
539
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
540
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
541
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
542
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons,
543
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
544
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons {
545
- align-items: center;
546
- box-sizing: border-box;
547
- cursor: pointer;
548
- display: inline-flex;
549
- font-size: $remove-icon-font-size-smaller;
550
- height: $remove-icon-height;
551
- justify-content: center;
552
- margin: $remove-icon-margin-smaller;
553
- margin-top: $remove-icon-margin-top-smaller;
554
- padding: $remove-icon-padding-smaller;
555
- position: absolute;
556
- right: $remove-icon-right;
557
- top: $remove-icon-top-smaller;
558
- vertical-align: middle;
559
- width: $remove-icon-width;
560
-
561
- #{if(&, '&', '*')}.e-upload-progress {
562
- cursor: default;
563
- }
564
- }
565
-
566
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
567
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
568
- color: $disabled-state;
569
- cursor: not-allowed;
570
- opacity: .4;
571
- pointer-events: none;
572
- }
573
-
574
- #{if(&, '&', '*')} .e-file-remove-btn.e-msie.e-icons,
575
- #{if(&, '&', '*')} .e-file-delete-btn.e-msie.e-icons,
576
- #{if(&, '&', '*')} .e-file-abort-btn.e-msie.e-icons,
577
- #{if(&, '&', '*')} .e-file-pause-btn.e-msie.e-icons,
578
- #{if(&, '&', '*')} .e-file-play-btn.e-msie.e-icons,
579
- #{if(&, '&', '*')} .e-file-reload-btn.e-msie.e-icons {
580
- padding: $icons-small-ie-padding;
581
- }
582
-
583
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons,
584
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
585
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons {
586
- right: $pause-play-button-right-value;
587
- }
588
-
589
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
590
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
591
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
592
- #{if(&, '&', '*')} .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
593
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons:hover,
594
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons:not(.e-disabled):hover,
595
- #{if(&, '&', '*')} .e-clear-icon-focus {
596
- background-color: $clear-icon-focus-color;
597
- border-color: transparent;
598
- border-radius: $uploader-icons-hover-radius;
599
- box-shadow: 0 0 0 transparent;
600
- }
601
-
602
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
603
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
604
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
605
- #{if(&, '&', '*')} .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
606
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons:focus,
607
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons:not(.e-disabled):focus,
608
- #{if(&, '&', '*')} .e-clear-icon-focus {
609
- border-radius: $uploader-icons-hover-radius;
610
- }
611
-
612
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons {
613
- font-size: $delete-icon-font-size-smaller;
614
- opacity: $delete-icon-opacity;
615
- }
616
-
617
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons {
618
- font-size: $abort-icon-font-size-smaller;
619
- opacity: $delete-icon-opacity;
620
- }
621
- }
622
-
623
- #{if(&, '&', '*')} .e-file-select-wrap .e-btn,
624
- #{if(&, '&', '*')} .e-upload-actions .e-btn {
625
- font-family: $upload-font-family;
626
- }
627
-
628
- #{if(&, '&', '*')} .e-upload-actions {
629
- position: relative;
630
- text-align: right;
631
-
632
- .e-file-upload-btn {
633
- @if ($skin-name == 'bootstrap4' or $skin-name == 'FluentUI') {
634
- margin: $action-upload-buttons-margin-smaller;
635
- }
636
- @else if ($skin-name != 'bootstrap4' and $skin-name != 'FluentUI') {
637
- margin: $action-buttons-margin-smaller;
638
- }
639
- }
640
-
641
- .e-file-clear-btn {
642
- @if ($skin-name == 'bootstrap4' or $skin-name == 'FluentUI') {
643
- margin: $action-clear-buttons-margin-smaller;
644
- }
645
- @else if ($skin-name != 'bootstrap4' and $skin-name != 'FluentUI') {
646
- margin: $action-buttons-margin-smaller;
647
- }
648
- }
649
- }
650
-
651
- #{if(&, '&', '*')}.e-rtl {
652
- #{if(&, '&', '*')} .e-file-select-wrap {
653
- padding: $header-padding-rtl-smaller;
654
-
655
- #{if(&, '&', '*')} .e-control {
656
- #{if(&, '&', '*')}.e-btn {
657
- margin-right: $margin-rtl-header-smaller;
658
- }
659
- }
660
-
661
- #{if(&, '&', '*')} .e-file-drop {
662
- margin-left: $file-container-left;
663
- margin-right: $drop-area-padding-left-smaller;
664
- position: relative;
665
- }
666
- }
667
-
668
- #{if(&, '&', '*')} .e-upload-actions {
669
- text-align: $float-left;
670
-
671
- .e-file-upload-btn {
672
- @if $skin-name == 'FluentUI' {
673
- margin: $action-upload-buttons-margin-smaller-rtl;
674
- }
675
- }
676
-
677
- .e-file-clear-btn {
678
- @if $skin-name == 'FluentUI' {
679
- margin: $action-clear-buttons-margin-smaller-rtl;
680
- }
681
- }
682
- }
683
-
684
- #{if(&, '&', '*')} .e-upload-files {
685
- #{if(&, '&', '*')} .e-upload-file-list {
686
- #{if(&, '&', '*')} .e-file-container {
687
- height: $file-container-height;
688
- margin-left: $file-container-left;
689
- margin-right: $margin-rtl-smaller;
690
- position: relative;
691
-
692
- #{if(&, '&', '*')} .e-rtl-container {
693
- direction: ltr;
694
- float: $float-right;
695
- width: $file-container-height;
696
- }
697
-
698
- #{if(&, '&', '*')} .e-file-type {
699
- float: $float-right;
700
- }
701
-
702
- #{if(&, '&', '*')} .e-file-name {
703
- float: $float-right;
704
- }
705
-
706
- #{if(&, '&', '*')} .e-file-size {
707
- direction: ltr;
708
- float: $float-right;
709
- position: relative;
710
- text-align: right;
711
- width: $file-container-height;
712
- }
713
-
714
- #{if(&, '&', '*')} .e-upload-progress-wrap {
715
- float: $float-right;
716
- position: initial;
717
- top: $progress-bar-wrap-top-smaller;
718
- width: $progress-bar-width-rtl;
719
-
720
- #{if(&, '&', '*')} .e-progress-bar-text {
721
- float: $float-left;
722
- right: $progress-text-rtl-smaller;
723
- top: $rtl-progress-top;
724
- }
725
- }
726
- }
727
-
728
- #{if(&, '&', '*')} .e-file-remove-btn,
729
- #{if(&, '&', '*')} .e-file-delete-btn,
730
- #{if(&, '&', '*')} .e-file-abort-btn,
731
- #{if(&, '&', '*')} .e-file-reload-btn,
732
- #{if(&, '&', '*')} .e-file-pause-btn,
733
- #{if(&, '&', '*')} .e-file-play-btn {
734
- #{if(&, '&', '*')}.e-icons {
735
- left: $left;
736
- margin-left: $margin-rtl-smaller;
737
- margin-right: $margin-rtl-smaller;
738
- right: auto;
739
- top: $remove-icon-rtl-top-smaller;
740
- @if $skin-name == 'FluentUI' {
741
- margin-left: $margin-icon-rtl-smaller;
742
- margin-right: $margin-icon-rtl-smaller;
743
- }
744
- }
745
- }
746
-
747
- #{if(&, '&', '*')} .e-file-reload-btn {
748
- #{if(&, '&', '*')}.e-icons {
749
- left: $reload-btn-right;
750
- right: auto;
751
- }
752
- }
753
-
754
- #{if(&, '&', '*')} .e-file-play-btn,
755
- #{if(&, '&', '*')} .e-file-reload-btn,
756
- #{if(&, '&', '*')} .e-file-pause-btn {
757
- #{if(&, '&', '*')}.e-icons {
758
- left: $pause-play-button-right-value;
759
- }
760
- }
761
- }
762
- }
763
- }
764
-
765
- #{if(&, '&', '*')}.e-disabled {
766
- #{if(&, '&', '*')} .e-file-drop {
767
- color: $disabled-state;
768
- }
769
-
770
- #{if(&, '&', '*')} .e-upload-files {
771
- .e-upload-file-list {
772
- #{if(&, '&', '*')} .e-file-container .e-file-name,
773
- #{if(&, '&', '*')} .e-file-container .e-file-type,
774
- #{if(&, '&', '*')} .e-file-container .e-file-size,
775
- #{if(&, '&', '*')} .e-file-container .e-file-status,
776
- #{if(&, '&', '*')} .e-file-container .e-file-information {
777
- color: $disabled-state;
778
- }
779
- }
780
- }
781
- }
782
-
783
- .e-content-placeholder.e-upload.e-placeholder-upload {
784
- background-size: 400px 65px;
785
- min-height: 65px;
786
- }
787
-
788
- .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
789
- .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
790
- background-size: 400px 80px;
791
- min-height: 80px;
792
- }
793
- }
794
-
795
- .e-small {
796
- .e-upload {
797
- .e-file-select-wrap {
798
- padding: $header-padding-small;
799
-
800
- #{if(&, '&', '*')} .e-file-drop {
801
- font-size: $drop-area-small-font-size;
802
- margin-left: $drop-small-area-padding-left;
803
- }
804
- }
805
-
806
- #{if(&, '&', '*')} .e-upload-files {
807
- .e-upload-file-list {
808
- min-height: $li-min-height-small;
809
-
810
- .e-file-container .e-file-name {
811
- font-size: $file-small-name-font-size;
812
- padding-top: $file-small-name-padding-top;
813
- }
814
-
815
- .e-file-container .e-file-size {
816
- font-size: $list-small-item-status-font-size;
817
- padding: $file-small-size-padding;
818
- }
819
-
820
- .e-file-container .e-file-type {
821
- font-size: $file-small-name-font-size;
822
- padding-top: $file-small-name-padding-top;
823
- }
824
-
825
- .e-file-container .e-file-status,
826
- .e-file-container .e-file-information {
827
- padding-bottom: $file-small-name-padding-top;
828
- }
829
-
830
- .e-file-container .e-upload-progress-wrap {
831
- padding-bottom: $progress-bar-bottom-paddding-small;
832
- padding-top: $progress-bar-bottom-paddding-small;
833
- }
834
-
835
- .e-file-container {
836
- @if $skin-name == 'FluentUI' {
837
- margin-left: $list-item-margin-left-small;
838
- }
839
- }
840
- }
841
-
842
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
843
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
844
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
845
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
846
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
847
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
848
- font-size: $remove-small-icon-font-size;
849
- height: $remove-small-icon-height;
850
- padding: $delete-small-icon-padding;
851
- width: $remove-small-icon-width;
852
- @if $skin-name == 'FluentUI' {
853
- margin: $remove-icon-margin-small;
854
- }
855
- }
856
-
857
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
858
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
859
- color: $disabled-state;
860
- cursor: not-allowed;
861
- opacity: .4;
862
- pointer-events: none;
863
- }
864
- }
865
-
866
- #{if(&, '&', '*')} .e-upload-actions {
867
- .e-file-upload-btn {
868
- @if $skin-name == 'FluentUI' {
869
- margin: $footer-upload-buttons-margin-small;
870
- }
871
- }
872
-
873
- .e-file-clear-btn {
874
- @if $skin-name == 'FluentUI' {
875
- margin: $footer-clear-buttons-margin-samll;
876
- }
877
- }
878
- }
879
-
880
- #{if(&, '&', '*')}.e-rtl {
881
- #{if(&, '&', '*')} .e-file-select-wrap {
882
- padding: $header-padding-rtl-small;
883
- }
884
-
885
- #{if(&, '&', '*')} .e-upload-actions {
886
- .e-file-upload-btn {
887
- @if $skin-name == 'FluentUI' {
888
- margin: $footer-upload-buttons-margin-rtl-small;
889
- }
890
- }
891
-
892
- .e-file-clear-btn {
893
- @if $skin-name == 'FluentUI' {
894
- margin: $footer-clear-buttons-margin-rtl-small;
895
- }
896
- }
897
- }
898
-
899
- #{if(&, '&', '*')} .e-upload-files {
900
- #{if(&, '&', '*')} .e-upload-file-list {
901
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
902
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
903
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
904
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
905
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
906
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
907
- @if $skin-name == 'FluentUI' {
908
- margin-left: $margin-icon-rtl-small;
909
- margin-right: $margin-icon-rtl-small;
910
- }
911
- }
912
- }
913
- }
914
- }
915
-
916
- #{if(&, '&', '*')}.e-form-upload .e-upload-files {
917
- #{if(&, '&', '*')} .e-upload-file-list {
918
- min-height: $form-upload-small-file-list-height;
919
- padding-bottom: $form-upload-small-file-list-padding-bottom;
920
- padding-top: $form-upload-small-file-list-padding-top;
921
-
922
- #{if(&, '&', '*')} .e-file-container {
923
- top: 0;
924
-
925
- #{if(&, '&', '*')} .e-hidden-input {
926
- display: none;
927
- }
928
-
929
- #{if(&, '&', '*')} .e-file-name,
930
- #{if(&, '&', '*')} .e-file-type {
931
- line-height: $form-upload-small-file-name-line-height;
932
- padding-top: $form-upload-small-file-name-padding;
933
- }
934
-
935
- #{if(&, '&', '*')} .e-file-name.e-error,
936
- #{if(&, '&', '*')} .e-file-type.e-error,
937
- #{if(&, '&', '*')} .e-file-status.e-error {
938
- color: $upload-failure-color;
939
- }
940
-
941
- #{if(&, '&', '*')} .e-file-status,
942
- #{if(&, '&', '*')} .e-file-information {
943
- color: $file-size-color;
944
- display: block;
945
- font-size: $form-upload-small-file-status-font-size;
946
- line-height: $form-upload-small-file-name-line-height;
947
- padding-bottom: 0;
948
- padding-top: $form-upload-small-file-name-padding;
949
- position: relative;
950
- }
951
- }
952
-
953
- #{if(&, '&', '*')}.e-file-invalid {
954
- color: $upload-failure-color;
955
-
956
- #{if(&, '&', '*')} .e-file-name,
957
- #{if(&, '&', '*')} .e-file-type,
958
- #{if(&, '&', '*')} .e-file-status {
959
- color: $upload-failure-color;
960
- }
961
- }
962
- }
963
-
964
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons,
965
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons,
966
- #{if(&, '&', '*')} .e-file-abort-btn.e-icons,
967
- #{if(&, '&', '*')} .e-file-reload-btn.e-icons,
968
- #{if(&, '&', '*')} .e-file-play-btn.e-icons,
969
- #{if(&, '&', '*')} .e-file-pause-btn.e-icons {
970
- box-sizing: border-box;
971
- top: $form-upload-small-remove-icon-top;
972
- }
973
-
974
- #{if(&, '&', '*')} .e-file-remove-btn.e-icons.e-disabled,
975
- #{if(&, '&', '*')} .e-file-delete-btn.e-icons.e-disabled {
976
- color: $disabled-state;
977
- cursor: not-allowed;
978
- opacity: .4;
979
- pointer-events: none;
980
- }
981
- }
982
- }
983
- }
984
- }