@syncfusion/ej2-angular-inputs 20.2.44-ngcc → 20.2.45

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 (719) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
  3. package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
  4. package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
  5. package/esm2020/src/form-validator/form-validator.mjs +193 -0
  6. package/esm2020/src/index.mjs +25 -0
  7. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
  8. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
  9. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
  10. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
  11. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
  12. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
  13. package/esm2020/src/signature/signature-all.module.mjs +23 -0
  14. package/esm2020/src/signature/signature.component.mjs +83 -0
  15. package/esm2020/src/signature/signature.module.mjs +25 -0
  16. package/esm2020/src/slider/slider-all.module.mjs +23 -0
  17. package/esm2020/src/slider/slider.component.mjs +83 -0
  18. package/esm2020/src/slider/slider.module.mjs +25 -0
  19. package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
  20. package/esm2020/src/textbox/textbox.component.mjs +84 -0
  21. package/esm2020/src/textbox/textbox.module.mjs +25 -0
  22. package/esm2020/src/uploader/files.directive.mjs +58 -0
  23. package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
  24. package/esm2020/src/uploader/uploader.component.mjs +95 -0
  25. package/esm2020/src/uploader/uploader.module.mjs +34 -0
  26. package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
  28. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
  30. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  31. package/package.json +28 -14
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/color-picker/colorpicker-all.module.d.ts +6 -0
  34. package/src/color-picker/colorpicker.component.d.ts +3 -0
  35. package/src/color-picker/colorpicker.module.d.ts +6 -0
  36. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
  37. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
  38. package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
  39. package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
  40. package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
  41. package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
  42. package/src/signature/signature-all.module.d.ts +6 -0
  43. package/src/signature/signature.component.d.ts +3 -0
  44. package/src/signature/signature.module.d.ts +6 -0
  45. package/src/slider/slider-all.module.d.ts +6 -0
  46. package/src/slider/slider.component.d.ts +3 -0
  47. package/src/slider/slider.module.d.ts +6 -0
  48. package/src/textbox/textbox-all.module.d.ts +6 -0
  49. package/src/textbox/textbox.component.d.ts +3 -0
  50. package/src/textbox/textbox.module.d.ts +6 -0
  51. package/src/uploader/files.directive.d.ts +5 -0
  52. package/src/uploader/uploader-all.module.d.ts +6 -0
  53. package/src/uploader/uploader.component.d.ts +3 -0
  54. package/src/uploader/uploader.module.d.ts +7 -0
  55. package/styles/bootstrap-dark.css +31 -13
  56. package/styles/bootstrap.css +31 -13
  57. package/styles/bootstrap4.css +31 -13
  58. package/styles/bootstrap5-dark.css +32 -13
  59. package/styles/bootstrap5.css +32 -13
  60. package/styles/color-picker/_all.scss +2 -0
  61. package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
  62. package/styles/color-picker/_bootstrap-definition.scss +128 -0
  63. package/styles/color-picker/_bootstrap4-definition.scss +127 -0
  64. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  65. package/styles/color-picker/_bootstrap5-definition.scss +133 -0
  66. package/styles/color-picker/_fabric-dark-definition.scss +131 -0
  67. package/styles/color-picker/_fabric-definition.scss +127 -0
  68. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  69. package/styles/color-picker/_fluent-definition.scss +133 -0
  70. package/styles/color-picker/_fusionnew-definition.scss +133 -0
  71. package/styles/color-picker/_highcontrast-definition.scss +127 -0
  72. package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
  73. package/styles/color-picker/_layout.scss +1174 -0
  74. package/styles/color-picker/_material-dark-definition.scss +135 -0
  75. package/styles/color-picker/_material-definition.scss +130 -0
  76. package/styles/color-picker/_material3-definition.scss +133 -0
  77. package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
  78. package/styles/color-picker/_tailwind-definition.scss +132 -0
  79. package/styles/color-picker/_theme.scss +183 -0
  80. package/styles/color-picker/bootstrap-dark.css +2 -0
  81. package/styles/color-picker/bootstrap-dark.scss +11 -1
  82. package/styles/color-picker/bootstrap.css +2 -0
  83. package/styles/color-picker/bootstrap.scss +11 -1
  84. package/styles/color-picker/bootstrap4.css +2 -0
  85. package/styles/color-picker/bootstrap4.scss +11 -1
  86. package/styles/color-picker/bootstrap5-dark.css +3 -0
  87. package/styles/color-picker/bootstrap5-dark.scss +11 -1
  88. package/styles/color-picker/bootstrap5.css +3 -0
  89. package/styles/color-picker/bootstrap5.scss +11 -1
  90. package/styles/color-picker/fabric-dark.css +2 -0
  91. package/styles/color-picker/fabric-dark.scss +11 -1
  92. package/styles/color-picker/fabric.css +2 -0
  93. package/styles/color-picker/fabric.scss +11 -1
  94. package/styles/color-picker/fluent-dark.css +3 -0
  95. package/styles/color-picker/fluent-dark.scss +11 -1
  96. package/styles/color-picker/fluent.css +3 -0
  97. package/styles/color-picker/fluent.scss +11 -1
  98. package/styles/color-picker/highcontrast-light.css +2 -0
  99. package/styles/color-picker/highcontrast-light.scss +11 -1
  100. package/styles/color-picker/highcontrast.css +2 -0
  101. package/styles/color-picker/highcontrast.scss +11 -1
  102. package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
  103. package/styles/color-picker/icons/_bootstrap.scss +9 -0
  104. package/styles/color-picker/icons/_bootstrap4.scss +9 -0
  105. package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/color-picker/icons/_bootstrap5.scss +9 -0
  107. package/styles/color-picker/icons/_fabric-dark.scss +9 -0
  108. package/styles/color-picker/icons/_fabric.scss +9 -0
  109. package/styles/color-picker/icons/_fluent-dark.scss +1 -0
  110. package/styles/color-picker/icons/_fluent.scss +9 -0
  111. package/styles/color-picker/icons/_fusionnew.scss +9 -0
  112. package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
  113. package/styles/color-picker/icons/_highcontrast.scss +9 -0
  114. package/styles/color-picker/icons/_material-dark.scss +9 -0
  115. package/styles/color-picker/icons/_material.scss +9 -0
  116. package/styles/color-picker/icons/_material3.scss +9 -0
  117. package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
  118. package/styles/color-picker/icons/_tailwind.scss +9 -0
  119. package/styles/color-picker/material-dark.css +2 -0
  120. package/styles/color-picker/material-dark.scss +11 -1
  121. package/styles/color-picker/material.css +2 -0
  122. package/styles/color-picker/material.scss +11 -1
  123. package/styles/color-picker/tailwind-dark.css +3 -0
  124. package/styles/color-picker/tailwind-dark.scss +11 -1
  125. package/styles/color-picker/tailwind.css +3 -0
  126. package/styles/color-picker/tailwind.scss +11 -1
  127. package/styles/fabric-dark.css +31 -13
  128. package/styles/fabric.css +31 -13
  129. package/styles/fluent-dark.css +32 -13
  130. package/styles/fluent.css +32 -13
  131. package/styles/highcontrast-light.css +31 -13
  132. package/styles/highcontrast.css +31 -13
  133. package/styles/input/_all.scss +3 -0
  134. package/styles/input/_bootstrap-dark-definition.scss +329 -0
  135. package/styles/input/_bootstrap-definition.scss +320 -0
  136. package/styles/input/_bootstrap4-definition.scss +325 -0
  137. package/styles/input/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/input/_bootstrap5-definition.scss +336 -0
  139. package/styles/input/_definition.scss +232 -0
  140. package/styles/input/_fabric-dark-definition.scss +319 -0
  141. package/styles/input/_fabric-definition.scss +311 -0
  142. package/styles/input/_fluent-dark-definition.scss +1 -0
  143. package/styles/input/_fluent-definition.scss +338 -0
  144. package/styles/input/_fusionnew-definition.scss +336 -0
  145. package/styles/input/_highcontrast-definition.scss +312 -0
  146. package/styles/input/_highcontrast-light-definition.scss +320 -0
  147. package/styles/input/_layout.scss +11009 -0
  148. package/styles/input/_material-dark-definition.scss +573 -0
  149. package/styles/input/_material-definition.scss +573 -0
  150. package/styles/input/_material3-definition.scss +336 -0
  151. package/styles/input/_responsive.scss +1 -0
  152. package/styles/input/_tailwind-dark-definition.scss +1 -0
  153. package/styles/input/_tailwind-definition.scss +335 -0
  154. package/styles/input/_theme.scss +4264 -0
  155. package/styles/input/bootstrap-dark.css +22 -14
  156. package/styles/input/bootstrap-dark.scss +4 -1
  157. package/styles/input/bootstrap.css +22 -14
  158. package/styles/input/bootstrap.scss +4 -1
  159. package/styles/input/bootstrap4.css +22 -14
  160. package/styles/input/bootstrap4.scss +4 -1
  161. package/styles/input/bootstrap5-dark.css +22 -14
  162. package/styles/input/bootstrap5-dark.scss +4 -1
  163. package/styles/input/bootstrap5.css +22 -14
  164. package/styles/input/bootstrap5.scss +4 -1
  165. package/styles/input/fabric-dark.css +22 -14
  166. package/styles/input/fabric-dark.scss +4 -1
  167. package/styles/input/fabric.css +22 -14
  168. package/styles/input/fabric.scss +4 -1
  169. package/styles/input/fluent-dark.css +22 -14
  170. package/styles/input/fluent-dark.scss +4 -1
  171. package/styles/input/fluent.css +22 -14
  172. package/styles/input/fluent.scss +4 -1
  173. package/styles/input/highcontrast-light.css +22 -14
  174. package/styles/input/highcontrast-light.scss +4 -1
  175. package/styles/input/highcontrast.css +22 -14
  176. package/styles/input/highcontrast.scss +4 -1
  177. package/styles/input/icons/_bootstrap-dark.scss +17 -0
  178. package/styles/input/icons/_bootstrap.scss +17 -0
  179. package/styles/input/icons/_bootstrap4.scss +17 -0
  180. package/styles/input/icons/_bootstrap5-dark.scss +1 -0
  181. package/styles/input/icons/_bootstrap5.scss +17 -0
  182. package/styles/input/icons/_fabric-dark.scss +17 -0
  183. package/styles/input/icons/_fabric.scss +17 -0
  184. package/styles/input/icons/_fluent-dark.scss +1 -0
  185. package/styles/input/icons/_fluent.scss +17 -0
  186. package/styles/input/icons/_fusionnew.scss +17 -0
  187. package/styles/input/icons/_highcontrast-light.scss +17 -0
  188. package/styles/input/icons/_highcontrast.scss +17 -0
  189. package/styles/input/icons/_material-dark.scss +49 -0
  190. package/styles/input/icons/_material.scss +49 -0
  191. package/styles/input/icons/_material3.scss +17 -0
  192. package/styles/input/icons/_tailwind-dark.scss +1 -0
  193. package/styles/input/icons/_tailwind.scss +17 -0
  194. package/styles/input/material-dark.css +26 -18
  195. package/styles/input/material-dark.scss +4 -1
  196. package/styles/input/material.css +26 -18
  197. package/styles/input/material.scss +4 -1
  198. package/styles/input/tailwind-dark.css +22 -14
  199. package/styles/input/tailwind-dark.scss +4 -1
  200. package/styles/input/tailwind.css +22 -14
  201. package/styles/input/tailwind.scss +4 -1
  202. package/styles/maskedtextbox/_all.scss +2 -0
  203. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
  204. package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
  205. package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
  206. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
  207. package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
  208. package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
  209. package/styles/maskedtextbox/_fabric-definition.scss +4 -0
  210. package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
  211. package/styles/maskedtextbox/_fluent-definition.scss +7 -0
  212. package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
  213. package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
  214. package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
  215. package/styles/maskedtextbox/_layout.scss +33 -0
  216. package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
  217. package/styles/maskedtextbox/_material-definition.scss +4 -0
  218. package/styles/maskedtextbox/_material3-definition.scss +7 -0
  219. package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
  220. package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
  221. package/styles/maskedtextbox/_theme.scss +15 -0
  222. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  223. package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
  224. package/styles/maskedtextbox/bootstrap.css +1 -0
  225. package/styles/maskedtextbox/bootstrap.scss +4 -1
  226. package/styles/maskedtextbox/bootstrap4.css +1 -0
  227. package/styles/maskedtextbox/bootstrap4.scss +4 -1
  228. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  229. package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
  230. package/styles/maskedtextbox/bootstrap5.css +1 -0
  231. package/styles/maskedtextbox/bootstrap5.scss +4 -1
  232. package/styles/maskedtextbox/fabric-dark.css +1 -0
  233. package/styles/maskedtextbox/fabric-dark.scss +4 -1
  234. package/styles/maskedtextbox/fabric.css +1 -0
  235. package/styles/maskedtextbox/fabric.scss +4 -1
  236. package/styles/maskedtextbox/fluent-dark.css +1 -0
  237. package/styles/maskedtextbox/fluent-dark.scss +4 -1
  238. package/styles/maskedtextbox/fluent.css +1 -0
  239. package/styles/maskedtextbox/fluent.scss +4 -1
  240. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  241. package/styles/maskedtextbox/highcontrast-light.scss +4 -1
  242. package/styles/maskedtextbox/highcontrast.css +1 -0
  243. package/styles/maskedtextbox/highcontrast.scss +4 -1
  244. package/styles/maskedtextbox/material-dark.css +1 -0
  245. package/styles/maskedtextbox/material-dark.scss +4 -1
  246. package/styles/maskedtextbox/material.css +1 -0
  247. package/styles/maskedtextbox/material.scss +4 -1
  248. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  249. package/styles/maskedtextbox/tailwind-dark.scss +4 -1
  250. package/styles/maskedtextbox/tailwind.css +1 -0
  251. package/styles/maskedtextbox/tailwind.scss +4 -1
  252. package/styles/material-dark.css +50 -18
  253. package/styles/material.css +50 -18
  254. package/styles/numerictextbox/_all.scss +2 -0
  255. package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
  256. package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
  257. package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
  258. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
  259. package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
  260. package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
  261. package/styles/numerictextbox/_fabric-definition.scss +3 -0
  262. package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
  263. package/styles/numerictextbox/_fluent-definition.scss +5 -0
  264. package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
  265. package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
  266. package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
  267. package/styles/numerictextbox/_layout.scss +30 -0
  268. package/styles/numerictextbox/_material-dark-definition.scss +6 -0
  269. package/styles/numerictextbox/_material-definition.scss +3 -0
  270. package/styles/numerictextbox/_material3-definition.scss +3 -0
  271. package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
  272. package/styles/numerictextbox/_tailwind-definition.scss +3 -0
  273. package/styles/numerictextbox/_theme.scss +39 -0
  274. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  275. package/styles/numerictextbox/bootstrap-dark.scss +5 -1
  276. package/styles/numerictextbox/bootstrap.css +1 -0
  277. package/styles/numerictextbox/bootstrap.scss +5 -1
  278. package/styles/numerictextbox/bootstrap4.css +1 -0
  279. package/styles/numerictextbox/bootstrap4.scss +5 -1
  280. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  281. package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
  282. package/styles/numerictextbox/bootstrap5.css +1 -0
  283. package/styles/numerictextbox/bootstrap5.scss +5 -1
  284. package/styles/numerictextbox/fabric-dark.css +1 -0
  285. package/styles/numerictextbox/fabric-dark.scss +5 -1
  286. package/styles/numerictextbox/fabric.css +1 -0
  287. package/styles/numerictextbox/fabric.scss +5 -1
  288. package/styles/numerictextbox/fluent-dark.css +1 -0
  289. package/styles/numerictextbox/fluent-dark.scss +5 -1
  290. package/styles/numerictextbox/fluent.css +1 -0
  291. package/styles/numerictextbox/fluent.scss +5 -1
  292. package/styles/numerictextbox/highcontrast-light.css +1 -0
  293. package/styles/numerictextbox/highcontrast-light.scss +5 -1
  294. package/styles/numerictextbox/highcontrast.css +1 -0
  295. package/styles/numerictextbox/highcontrast.scss +5 -1
  296. package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
  297. package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
  298. package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
  299. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
  300. package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
  301. package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
  302. package/styles/numerictextbox/icons/_fabric.scss +11 -0
  303. package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
  304. package/styles/numerictextbox/icons/_fluent.scss +11 -0
  305. package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
  306. package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
  307. package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
  308. package/styles/numerictextbox/icons/_material-dark.scss +11 -0
  309. package/styles/numerictextbox/icons/_material.scss +11 -0
  310. package/styles/numerictextbox/icons/_material3.scss +11 -0
  311. package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
  312. package/styles/numerictextbox/icons/_tailwind.scss +11 -0
  313. package/styles/numerictextbox/material-dark.css +1 -0
  314. package/styles/numerictextbox/material-dark.scss +5 -1
  315. package/styles/numerictextbox/material.css +1 -0
  316. package/styles/numerictextbox/material.scss +5 -1
  317. package/styles/numerictextbox/tailwind-dark.css +1 -0
  318. package/styles/numerictextbox/tailwind-dark.scss +5 -1
  319. package/styles/numerictextbox/tailwind.css +1 -0
  320. package/styles/numerictextbox/tailwind.scss +5 -1
  321. package/styles/signature/_all.scss +2 -0
  322. package/styles/signature/_bootstrap-dark-definition.scss +3 -0
  323. package/styles/signature/_bootstrap-definition.scss +3 -0
  324. package/styles/signature/_bootstrap4-definition.scss +3 -0
  325. package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
  326. package/styles/signature/_bootstrap5-definition.scss +3 -0
  327. package/styles/signature/_fabric-dark-definition.scss +3 -0
  328. package/styles/signature/_fabric-definition.scss +3 -0
  329. package/styles/signature/_fluent-dark-definition.scss +1 -0
  330. package/styles/signature/_fluent-definition.scss +3 -0
  331. package/styles/signature/_fusionnew-definition.scss +3 -0
  332. package/styles/signature/_highcontrast-definition.scss +3 -0
  333. package/styles/signature/_highcontrast-light-definition.scss +3 -0
  334. package/styles/signature/_layout.scss +5 -0
  335. package/styles/signature/_material-dark-definition.scss +3 -0
  336. package/styles/signature/_material-definition.scss +3 -0
  337. package/styles/signature/_material3-definition.scss +3 -0
  338. package/styles/signature/_tailwind-dark-definition.scss +1 -0
  339. package/styles/signature/_tailwind-definition.scss +3 -0
  340. package/styles/signature/_theme.scss +7 -0
  341. package/styles/signature/bootstrap-dark.scss +3 -1
  342. package/styles/signature/bootstrap.scss +3 -1
  343. package/styles/signature/bootstrap4.scss +3 -1
  344. package/styles/signature/bootstrap5-dark.scss +3 -1
  345. package/styles/signature/bootstrap5.scss +3 -1
  346. package/styles/signature/fabric-dark.scss +3 -1
  347. package/styles/signature/fabric.scss +3 -1
  348. package/styles/signature/fluent-dark.scss +3 -1
  349. package/styles/signature/fluent.scss +3 -1
  350. package/styles/signature/highcontrast-light.scss +3 -1
  351. package/styles/signature/highcontrast.scss +3 -1
  352. package/styles/signature/material-dark.scss +3 -1
  353. package/styles/signature/material.scss +3 -1
  354. package/styles/signature/tailwind-dark.scss +3 -1
  355. package/styles/signature/tailwind.scss +3 -1
  356. package/styles/slider/_all.scss +3 -0
  357. package/styles/slider/_bootstrap-dark-definition.scss +156 -0
  358. package/styles/slider/_bootstrap-definition.scss +152 -0
  359. package/styles/slider/_bootstrap4-definition.scss +147 -0
  360. package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
  361. package/styles/slider/_bootstrap5-definition.scss +90 -0
  362. package/styles/slider/_fabric-dark-definition.scss +162 -0
  363. package/styles/slider/_fabric-definition.scss +156 -0
  364. package/styles/slider/_fluent-dark-definition.scss +1 -0
  365. package/styles/slider/_fluent-definition.scss +74 -0
  366. package/styles/slider/_fusionnew-definition.scss +90 -0
  367. package/styles/slider/_highcontrast-definition.scss +145 -0
  368. package/styles/slider/_highcontrast-light-definition.scss +149 -0
  369. package/styles/slider/_icons.scss +1 -0
  370. package/styles/slider/_layout.scss +2421 -0
  371. package/styles/slider/_material-dark-definition.scss +159 -0
  372. package/styles/slider/_material-definition.scss +154 -0
  373. package/styles/slider/_material3-definition.scss +90 -0
  374. package/styles/slider/_tailwind-dark-definition.scss +1 -0
  375. package/styles/slider/_tailwind-definition.scss +84 -0
  376. package/styles/slider/_theme.scss +235 -0
  377. package/styles/slider/bootstrap-dark.css +4 -0
  378. package/styles/slider/bootstrap-dark.scss +5 -1
  379. package/styles/slider/bootstrap.css +4 -0
  380. package/styles/slider/bootstrap.scss +5 -1
  381. package/styles/slider/bootstrap4.css +4 -0
  382. package/styles/slider/bootstrap4.scss +5 -1
  383. package/styles/slider/bootstrap5-dark.css +4 -0
  384. package/styles/slider/bootstrap5-dark.scss +5 -1
  385. package/styles/slider/bootstrap5.css +4 -0
  386. package/styles/slider/bootstrap5.scss +5 -1
  387. package/styles/slider/fabric-dark.css +4 -0
  388. package/styles/slider/fabric-dark.scss +5 -1
  389. package/styles/slider/fabric.css +4 -0
  390. package/styles/slider/fabric.scss +5 -1
  391. package/styles/slider/fluent-dark.css +4 -0
  392. package/styles/slider/fluent-dark.scss +5 -1
  393. package/styles/slider/fluent.css +4 -0
  394. package/styles/slider/fluent.scss +5 -1
  395. package/styles/slider/highcontrast-light.css +4 -0
  396. package/styles/slider/highcontrast-light.scss +5 -1
  397. package/styles/slider/highcontrast.css +4 -0
  398. package/styles/slider/highcontrast.scss +5 -1
  399. package/styles/slider/material-dark.css +19 -1
  400. package/styles/slider/material-dark.scss +5 -1
  401. package/styles/slider/material.css +19 -1
  402. package/styles/slider/material.scss +5 -1
  403. package/styles/slider/tailwind-dark.css +4 -0
  404. package/styles/slider/tailwind-dark.scss +5 -1
  405. package/styles/slider/tailwind.css +4 -0
  406. package/styles/slider/tailwind.scss +5 -1
  407. package/styles/tailwind-dark.css +33 -13
  408. package/styles/tailwind.css +33 -13
  409. package/styles/textbox/_all.scss +1 -0
  410. package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
  411. package/styles/textbox/_bootstrap-definition.scss +1 -0
  412. package/styles/textbox/_bootstrap4-definition.scss +1 -0
  413. package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
  414. package/styles/textbox/_bootstrap5-definition.scss +1 -0
  415. package/styles/textbox/_fabric-dark-definition.scss +1 -0
  416. package/styles/textbox/_fabric-definition.scss +1 -0
  417. package/styles/textbox/_fluent-dark-definition.scss +1 -0
  418. package/styles/textbox/_fluent-definition.scss +1 -0
  419. package/styles/textbox/_fusionnew-definition.scss +1 -0
  420. package/styles/textbox/_highcontrast-definition.scss +1 -0
  421. package/styles/textbox/_highcontrast-light-definition.scss +1 -0
  422. package/styles/textbox/_layout.scss +10 -0
  423. package/styles/textbox/_material-dark-definition.scss +1 -0
  424. package/styles/textbox/_material-definition.scss +1 -0
  425. package/styles/textbox/_material3-definition.scss +1 -0
  426. package/styles/textbox/_tailwind-dark-definition.scss +1 -0
  427. package/styles/textbox/_tailwind-definition.scss +1 -0
  428. package/styles/textbox/_theme.scss +1 -0
  429. package/styles/textbox/bootstrap-dark.css +2 -0
  430. package/styles/textbox/bootstrap-dark.scss +4 -1
  431. package/styles/textbox/bootstrap.css +2 -0
  432. package/styles/textbox/bootstrap.scss +4 -1
  433. package/styles/textbox/bootstrap4.css +2 -0
  434. package/styles/textbox/bootstrap4.scss +4 -1
  435. package/styles/textbox/bootstrap5-dark.css +2 -0
  436. package/styles/textbox/bootstrap5-dark.scss +4 -1
  437. package/styles/textbox/bootstrap5.css +2 -0
  438. package/styles/textbox/bootstrap5.scss +4 -1
  439. package/styles/textbox/fabric-dark.css +2 -0
  440. package/styles/textbox/fabric-dark.scss +4 -1
  441. package/styles/textbox/fabric.css +2 -0
  442. package/styles/textbox/fabric.scss +4 -1
  443. package/styles/textbox/fluent-dark.css +2 -0
  444. package/styles/textbox/fluent-dark.scss +4 -1
  445. package/styles/textbox/fluent.css +2 -0
  446. package/styles/textbox/fluent.scss +4 -1
  447. package/styles/textbox/highcontrast-light.css +2 -0
  448. package/styles/textbox/highcontrast-light.scss +4 -1
  449. package/styles/textbox/highcontrast.css +2 -0
  450. package/styles/textbox/highcontrast.scss +4 -1
  451. package/styles/textbox/material-dark.css +3 -1
  452. package/styles/textbox/material-dark.scss +4 -1
  453. package/styles/textbox/material.css +3 -1
  454. package/styles/textbox/material.scss +4 -1
  455. package/styles/textbox/tailwind-dark.css +3 -1
  456. package/styles/textbox/tailwind-dark.scss +4 -1
  457. package/styles/textbox/tailwind.css +3 -1
  458. package/styles/textbox/tailwind.scss +4 -1
  459. package/styles/uploader/_all.scss +2 -0
  460. package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
  461. package/styles/uploader/_bootstrap-definition.scss +208 -0
  462. package/styles/uploader/_bootstrap4-definition.scss +211 -0
  463. package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
  464. package/styles/uploader/_bootstrap5-definition.scss +216 -0
  465. package/styles/uploader/_definition.scss +142 -0
  466. package/styles/uploader/_fabric-dark-definition.scss +216 -0
  467. package/styles/uploader/_fabric-definition.scss +210 -0
  468. package/styles/uploader/_fluent-dark-definition.scss +1 -0
  469. package/styles/uploader/_fluent-definition.scss +234 -0
  470. package/styles/uploader/_fusionnew-definition.scss +216 -0
  471. package/styles/uploader/_highcontrast-definition.scss +211 -0
  472. package/styles/uploader/_highcontrast-light-definition.scss +219 -0
  473. package/styles/uploader/_layout.scss +984 -0
  474. package/styles/uploader/_material-dark-definition.scss +217 -0
  475. package/styles/uploader/_material-definition.scss +214 -0
  476. package/styles/uploader/_material3-definition.scss +216 -0
  477. package/styles/uploader/_tailwind-dark-definition.scss +1 -0
  478. package/styles/uploader/_tailwind-definition.scss +232 -0
  479. package/styles/uploader/_theme.scss +136 -0
  480. package/styles/uploader/bootstrap-dark.css +1 -0
  481. package/styles/uploader/bootstrap-dark.scss +6 -1
  482. package/styles/uploader/bootstrap.css +1 -0
  483. package/styles/uploader/bootstrap.scss +6 -1
  484. package/styles/uploader/bootstrap4.css +1 -0
  485. package/styles/uploader/bootstrap4.scss +6 -1
  486. package/styles/uploader/bootstrap5-dark.css +1 -0
  487. package/styles/uploader/bootstrap5-dark.scss +6 -1
  488. package/styles/uploader/bootstrap5.css +1 -0
  489. package/styles/uploader/bootstrap5.scss +6 -1
  490. package/styles/uploader/fabric-dark.css +1 -0
  491. package/styles/uploader/fabric-dark.scss +6 -1
  492. package/styles/uploader/fabric.css +1 -0
  493. package/styles/uploader/fabric.scss +6 -1
  494. package/styles/uploader/fluent-dark.css +1 -0
  495. package/styles/uploader/fluent-dark.scss +6 -1
  496. package/styles/uploader/fluent.css +1 -0
  497. package/styles/uploader/fluent.scss +6 -1
  498. package/styles/uploader/highcontrast-light.css +1 -0
  499. package/styles/uploader/highcontrast-light.scss +6 -1
  500. package/styles/uploader/highcontrast.css +1 -0
  501. package/styles/uploader/highcontrast.scss +6 -1
  502. package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
  503. package/styles/uploader/icons/_bootstrap.scss +34 -0
  504. package/styles/uploader/icons/_bootstrap4.scss +34 -0
  505. package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
  506. package/styles/uploader/icons/_bootstrap5.scss +34 -0
  507. package/styles/uploader/icons/_fabric-dark.scss +34 -0
  508. package/styles/uploader/icons/_fabric.scss +34 -0
  509. package/styles/uploader/icons/_fluent-dark.scss +1 -0
  510. package/styles/uploader/icons/_fluent.scss +34 -0
  511. package/styles/uploader/icons/_fusionnew.scss +34 -0
  512. package/styles/uploader/icons/_highcontrast-light.scss +34 -0
  513. package/styles/uploader/icons/_highcontrast.scss +34 -0
  514. package/styles/uploader/icons/_material-dark.scss +34 -0
  515. package/styles/uploader/icons/_material.scss +34 -0
  516. package/styles/uploader/icons/_material3.scss +34 -0
  517. package/styles/uploader/icons/_tailwind-dark.scss +1 -0
  518. package/styles/uploader/icons/_tailwind.scss +34 -0
  519. package/styles/uploader/material-dark.css +1 -0
  520. package/styles/uploader/material-dark.scss +6 -1
  521. package/styles/uploader/material.css +1 -0
  522. package/styles/uploader/material.scss +6 -1
  523. package/styles/uploader/tailwind-dark.css +2 -0
  524. package/styles/uploader/tailwind-dark.scss +6 -1
  525. package/styles/uploader/tailwind.css +2 -0
  526. package/styles/uploader/tailwind.scss +6 -1
  527. package/syncfusion-ej2-angular-inputs.d.ts +5 -0
  528. package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
  529. package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
  530. package/@syncfusion/ej2-angular-inputs.js +0 -1472
  531. package/@syncfusion/ej2-angular-inputs.js.map +0 -1
  532. package/CHANGELOG.md +0 -1445
  533. package/dist/ej2-angular-inputs.umd.js +0 -1644
  534. package/dist/ej2-angular-inputs.umd.js.map +0 -1
  535. package/dist/ej2-angular-inputs.umd.min.js +0 -11
  536. package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
  537. package/ej2-angular-inputs.d.ts +0 -11
  538. package/ej2-angular-inputs.metadata.json +0 -1
  539. package/postinstall/tagchange.js +0 -18
  540. package/schematics/collection.json +0 -105
  541. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  542. package/schematics/generators/colorpicker-default/index.js +0 -8
  543. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  544. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  545. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  546. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  547. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  548. package/schematics/generators/colorpicker-default/schema.js +0 -2
  549. package/schematics/generators/colorpicker-default/schema.json +0 -125
  550. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  551. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  552. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  553. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  554. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  555. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  556. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  557. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  558. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  559. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  560. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  561. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  562. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  563. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  564. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  565. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  566. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  567. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  568. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  569. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  570. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  571. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  572. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  573. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  574. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  575. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  576. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  577. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  578. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  579. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  580. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  581. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  582. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  583. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  584. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  585. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  586. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  587. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  588. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  589. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  590. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  591. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  592. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  593. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  594. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  595. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  596. package/schematics/generators/numerictextbox-default/index.js +0 -8
  597. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  598. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  599. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  600. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  601. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  602. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  603. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  604. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  605. package/schematics/generators/numerictextbox-range/index.js +0 -8
  606. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  607. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  608. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  609. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  610. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  611. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  612. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  613. package/schematics/generators/slider-default/index.d.ts +0 -3
  614. package/schematics/generators/slider-default/index.js +0 -8
  615. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  616. package/schematics/generators/slider-default/sample-details.js +0 -7
  617. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  618. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  619. package/schematics/generators/slider-default/schema.d.ts +0 -3
  620. package/schematics/generators/slider-default/schema.js +0 -2
  621. package/schematics/generators/slider-default/schema.json +0 -125
  622. package/schematics/generators/slider-limits/index.d.ts +0 -3
  623. package/schematics/generators/slider-limits/index.js +0 -8
  624. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  625. package/schematics/generators/slider-limits/sample-details.js +0 -7
  626. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  627. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  628. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  629. package/schematics/generators/slider-limits/schema.js +0 -2
  630. package/schematics/generators/slider-limits/schema.json +0 -125
  631. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  632. package/schematics/generators/slider-minrange/index.js +0 -8
  633. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  634. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  635. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  636. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  637. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  638. package/schematics/generators/slider-minrange/schema.js +0 -2
  639. package/schematics/generators/slider-minrange/schema.json +0 -125
  640. package/schematics/generators/slider-range/index.d.ts +0 -3
  641. package/schematics/generators/slider-range/index.js +0 -8
  642. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  643. package/schematics/generators/slider-range/sample-details.js +0 -7
  644. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  645. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  646. package/schematics/generators/slider-range/schema.d.ts +0 -3
  647. package/schematics/generators/slider-range/schema.js +0 -2
  648. package/schematics/generators/slider-range/schema.json +0 -125
  649. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  650. package/schematics/generators/slider-ticks/index.js +0 -8
  651. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  652. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  653. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  654. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  655. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  656. package/schematics/generators/slider-ticks/schema.js +0 -2
  657. package/schematics/generators/slider-ticks/schema.json +0 -125
  658. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  659. package/schematics/generators/slider-vertical/index.js +0 -8
  660. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  661. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  662. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  663. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  664. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  665. package/schematics/generators/slider-vertical/schema.js +0 -2
  666. package/schematics/generators/slider-vertical/schema.json +0 -125
  667. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  668. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  669. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  670. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  671. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  672. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  673. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  674. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  675. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  676. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  677. package/schematics/generators/uploader-autoupload/index.js +0 -8
  678. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  679. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  680. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  681. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  682. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  683. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  684. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  685. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  686. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  687. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  688. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  689. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  690. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  691. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  692. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  693. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  694. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  695. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  696. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  697. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  698. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  699. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  700. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  701. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  702. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  703. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  704. package/schematics/generators/uploader-validation/index.js +0 -8
  705. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  706. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  707. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  708. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  709. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  710. package/schematics/generators/uploader-validation/schema.js +0 -2
  711. package/schematics/generators/uploader-validation/schema.json +0 -125
  712. package/schematics/ng-add/index.d.ts +0 -3
  713. package/schematics/ng-add/index.js +0 -9
  714. package/schematics/ng-add/schema.d.ts +0 -13
  715. package/schematics/ng-add/schema.js +0 -2
  716. package/schematics/ng-add/schema.json +0 -34
  717. package/schematics/tsconfig.json +0 -25
  718. package/schematics/utils/lib-details.d.ts +0 -4
  719. package/schematics/utils/lib-details.js +0 -6
package/CHANGELOG.md DELETED
@@ -1,1445 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### NumericTextBox
6
-
7
- #### Bug Fixes
8
-
9
- - `#I381508` - Issue with "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
10
-
11
- ### Uploader
12
-
13
- #### Bug Fixes
14
-
15
- - `#I392246` - Issue with "focus is not added for delete icon by using tab key" is resolved.
16
-
17
- ## 19.4.38 (2021-12-17)
18
-
19
- ### Signature
20
-
21
- The Signature control allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature control.
22
-
23
-
24
- - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
25
- - **Load** - Support to load the signature as base64.
26
- - **Draw** - Support to draw the text with the different font family and font size.
27
- - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
28
-
29
- The Signature component allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature component.
30
-
31
-
32
- - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
33
- - **Load** - Support to load the signature as base64.
34
- - **Draw** - Support to draw the text with the different font family and font size.
35
- - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
36
-
37
- ## 19.3.53 (2021-11-12)
38
-
39
- ### ColorPicker
40
-
41
- #### Bug Fixes
42
-
43
- - Overflow issue in ColorPicker has been resolved.
44
-
45
- ## 19.3.48 (2021-11-02)
46
-
47
- ### ColorPicker
48
-
49
- #### Bug Fixes
50
-
51
- - `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
52
- - `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.
53
-
54
- ## 19.3.44 (2021-10-05)
55
-
56
- ### NumericTextBox
57
-
58
- #### Bug Fixes
59
-
60
- - `#I319166` - Issue with "lazy modifier not working" has been resolved.
61
-
62
- ## 19.2.59 (2021-08-31)
63
-
64
- ### Uploader
65
-
66
- #### Bug Fixes
67
-
68
- - `#F165287` - Issue with "files are not uploaded in the sequential upload while retrying the failed duplicate files" has been resolved.
69
-
70
- ## 19.2.48 (2021-07-20)
71
-
72
- ### Range Slider
73
-
74
- #### Bug Fixes
75
-
76
- - `#I329800` - The issue with "The Range Slider tooltip is not closed during the document click" has been resolved.
77
-
78
- ## 19.2.46 (2021-07-06)
79
-
80
- ### ColorPicker
81
-
82
- - Role Attribute error in ColorPicker has been fixed.
83
-
84
- ## 19.1.59 (2021-05-04)
85
-
86
- ### Range Slider
87
-
88
- #### Bug Fixes
89
-
90
- - `#I313394` - The issue with "The Range Slider handle position is moved to the wrong position after performing drag and drop using the range bar" has been fixed.
91
-
92
- ## 19.1.54 (2021-03-30)
93
-
94
- ### MaskedTextBox
95
-
96
- #### New Features
97
-
98
- - `#284609` - Now, the cursor will position based on the value present in the input element while focusing the component.
99
-
100
- ## 18.4.47 (2021-03-09)
101
-
102
- ### Form Validator
103
-
104
- #### Bug Fixes
105
-
106
- - `#315294` - Now, you can use the complex name attribute to add the validation rules.
107
-
108
- ## 18.4.44 (2021-02-23)
109
-
110
- ### TextBox
111
-
112
- #### Bug Fixes
113
-
114
- - Issue with "`e-mappinguid` attribute is added to textarea element while rendering the multiline textbox" has been resolved.
115
-
116
- ## 18.4.43 (2021-02-16)
117
-
118
- ### Uploader
119
-
120
- #### Bug Fixes
121
-
122
- - Issue with "dot present in the end of file name while rendering the preload files without type of file" has been resolved.
123
-
124
- ### TextBox
125
-
126
- #### Bug Fixes
127
-
128
- - `#313099` - Issue with "script error throws when disable the clear button dynamically" has been resolved.
129
-
130
- ### FormValidator
131
-
132
- #### Bug Fixes
133
-
134
- - `#F162275` - Issue with "validation message shows while setting required as false in the rules property" has been resolved.
135
-
136
- ## 18.4.32 (2020-12-29)
137
-
138
- ### ColorPicker
139
-
140
- - `F160947` - Unwanted parent selector removed from the top level selector.
141
-
142
- ## 18.3.52 (2020-12-01)
143
-
144
- ### TextBox
145
-
146
- #### Bug Fixes
147
-
148
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
149
-
150
- ## 18.3.48 (2020-11-11)
151
-
152
- ### Uploader
153
-
154
- #### Bug Fixes
155
-
156
- - `#299628` - Issue with "cancelling the file uploading inside the uploading event doesn't work when set `showFileList` property value as false" has been resolved.
157
-
158
- ## 18.3.44 (2020-10-27)
159
-
160
- ### Range Slider
161
-
162
- #### Bug Fixes
163
-
164
- - `#294975` - Issue with Slider's handle staying large in size when clicking out of the screen has been fixed.
165
- - `#296636` - Issue with "Tooltip with Slider is not working properly" has been fixed.
166
-
167
- ## 18.3.35 (2020-10-01)
168
-
169
- ### TextBox
170
-
171
- #### Bug Fixes
172
-
173
- - `#288139` - Issue with "the floating label not moved to top, when choose the value using `autofill` option in chrome browser" has been resolved.
174
-
175
- ### Uploader
176
-
177
- #### Bug Fixes
178
-
179
- - `#F156536` - Now, you can drag and drop the directory without any script issue in the directory upload.
180
- - `#287079` - Issue with "file is removing from file list while providing the invalid remove URL" has been resolved.
181
-
182
- ## 18.2.58 (2020-09-15)
183
-
184
- ### ColorPicker
185
-
186
- - Issue with `enableOpacity` has been fixed.
187
-
188
- ## 18.2.54 (2020-08-18)
189
-
190
- ### Range Slider
191
-
192
- #### Bug Fixes
193
-
194
- - `#277466` - In the mobile view, the scrolling issue when multiple sliders are rendered has been resolved
195
-
196
- ## 18.2.48 (2020-08-04)
197
-
198
- ### TextBox
199
-
200
- #### Bug Fixes
201
-
202
- `282905` - Now, Cross-Site Scripting issues will no longer occurs for placeholder property.
203
-
204
-
205
- ## 18.1.56 (2020-06-09)
206
-
207
- ### Uploader
208
-
209
- #### Bug Fixes
210
-
211
- - Issue with "form name is not updated based on name attribute in chunk upload" has been resolved.
212
-
213
- ## 18.1.55 (2020-06-02)
214
-
215
- ### Slider
216
-
217
- #### Bug Fixes
218
-
219
- - `#278460` Issue with slider refresh method has been resolved.
220
-
221
- ## 18.1.53 (2020-05-19)
222
-
223
- ### Slider
224
-
225
- #### New Features
226
-
227
- - Now, you can set the width of the slider component using `width` property.
228
-
229
- ## 18.1.52 (2020-05-13)
230
-
231
- ### Uploader
232
-
233
- #### Bug Fixes
234
-
235
- - Now, selected files persist properly when enabling enablePersistence property.
236
-
237
- #### New Features
238
-
239
- - `#F150695` - Now, you can customize the drag operation effect using dropEffect property.
240
-
241
- ## 18.1.44 (2020-04-14)
242
-
243
- ### TextBox
244
-
245
- #### Bug Fixes
246
-
247
- - Issue with "destroy throws error in IE" has been resolved.
248
-
249
- ## 18.1.43 (2020-04-07)
250
-
251
- ### TextBox
252
-
253
- #### Bug Fixes
254
-
255
- - `#268311` - Issue with "typed value is not reset in the multiline textbox while destroying the control" has been resolved.
256
-
257
- - `#263811`- Now, multiline textbox expand and collapse icon aligned properly.
258
-
259
- ## 18.1.36-beta (2020-03-19)
260
-
261
- ### Slider
262
-
263
- #### Bug Fixes
264
-
265
- - `#259186` The issue with the Vertical Slider tooltip content that rotate `225` degrees has been resolved.
266
-
267
- ## 17.4.46 (2020-01-30)
268
-
269
- ### Slider
270
-
271
- #### Bug Fixes
272
-
273
- - The issue "z-index value get's updated on each value change" has been resolved.
274
-
275
- ### NumericTextBox
276
-
277
- #### Bug Fixes
278
-
279
- - Issue with "validation message not removed while clear the value using clear button" has been resolved.
280
-
281
- ### ColorPicker
282
-
283
- - Provided `onModeSwitch` event after switching mode.
284
-
285
- ### FormValidator
286
-
287
- #### Bug Fixes
288
-
289
- - `#F150308` - Now, email validation accepts more than five characters in the domain name.
290
-
291
- ### TextBox
292
-
293
- #### Bug Fixes
294
-
295
- - `#261143` - Issue with "console error thrown in the IE browser while navigating the page" has been resolved.
296
-
297
- ## 17.4.41 (2020-01-07)
298
-
299
- ### Slider
300
-
301
- #### Bug Fixes
302
-
303
- - `#259186` - Now, the tooltip is displayed correctly for the slider component while rendering it inside the dialog component.
304
-
305
- ## 17.3.29 (2019-11-26)
306
-
307
- ### Form Validator
308
-
309
- #### Bug Fixes
310
-
311
- - Now, validation works for newly added elements by calling the `refresh` method.
312
-
313
- ## 17.3.28 (2019-11-19)
314
-
315
- ### TextBox
316
-
317
- #### New Features
318
-
319
- - `#226069`, `#247330` - Now, you can add icons to textbox component using `addIcon` method.
320
-
321
- #### Bug Fixes
322
-
323
- - `#254393` - Issue with "while calling the `focusIn` method, focus is not removed in the textbox even press the tab key or mouse action" has been resolved.
324
-
325
- ### NumericTextBox
326
-
327
- #### Bug Fixes
328
-
329
- - `#254252` - Issue with "value not updated properly when set decimal value more than 7" has been resolved.
330
-
331
- ## 17.3.27 (2019-11-12)
332
-
333
- ### TextBox
334
-
335
- #### New Features
336
-
337
- - `#233835`, `#236707` - Now, you can adjust the width of textbox component using `width` property.
338
-
339
- ### Uploader
340
-
341
- #### Bug Fixes
342
-
343
- - `#252841` - Now, you can `drag and drop` the folders in `directory upload`.
344
-
345
- ### ColorPicker
346
-
347
- #### Breaking Changes
348
-
349
- - Opacity value is removed from `value` when `enableOpacity` property is set as false.
350
-
351
- ## 17.3.26 (2019-11-05)
352
-
353
- ### ColorPicker
354
-
355
- #### Bug Fixes
356
-
357
- - `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
358
-
359
- ### Uploader
360
-
361
- #### New Features
362
-
363
- - `#226384`, `#F147065` - Now, the file upload UI get changed for `synchronous upload`.
364
-
365
- ## 17.3.21 (2019-10-30)
366
-
367
- ### NumericTextBox
368
-
369
- #### Bug Fixes
370
-
371
- - `#251466` - Now, you can set width property in `em` unit.
372
-
373
- ## 17.3.16 (2019-10-09)
374
-
375
- ### TextBox
376
-
377
- #### Bug Fixes
378
-
379
- - Issue with `Material2 outline layout` has been resolved.
380
-
381
- ## 17.3.14 (2019-10-03)
382
-
383
- ### TextBox
384
-
385
- #### New Features
386
-
387
- - `#246351` - Provided autocomplete property for setting the autocomplete attribute to the textbox.
388
-
389
- ### Uploader
390
-
391
- #### Bug Fixes
392
-
393
- - `#244526`, `#245738` - Issue with "spinner is shown after the file uploaded successfully" has been resolved.
394
-
395
- ## 17.3.9-beta (2019-09-20)
396
-
397
- ### Slider
398
-
399
- #### New Features
400
-
401
- - `#234797` - Provided the color customization for each range of the slider track.
402
-
403
- ### MaskedTextBox
404
-
405
- #### Bug Fixes
406
-
407
- - Now, e-disabled class is removed from wrapper when dynamically enable the masked textbox from disabled state.
408
-
409
- ## 17.2.49 (2019-09-04)
410
-
411
- ### ColorPicker
412
-
413
- #### Bug Fixes
414
-
415
- - `#243637` - Opacity value is not working Edge browser.
416
-
417
- ## 17.2.47 (2019-08-27)
418
-
419
- ### NumericTextBox
420
-
421
- #### Bug Fixes
422
-
423
- - `#242949` - Resolved the cursor flickering issue on IE11 browser while focus the input by tab and mouse simultaneously.
424
-
425
- ## 17.2.46 (2019-08-22)
426
-
427
- ### Slider
428
-
429
- #### Bug Fixes
430
-
431
- - `I240495` - Ticks rendering issue in the vertical slider has been fixed.
432
-
433
- ## 17.2.41 (2019-08-14)
434
-
435
- ### NumericTextBox
436
-
437
- #### Bug Fixes
438
-
439
- - `#244336` - Now, the percentage textbox value never changed in read-only mode after `focusIn` and `focusOut`.
440
-
441
- ### Uploader
442
-
443
- #### Bug Fixes
444
-
445
- - `#F146285`, `244026` - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.
446
-
447
- ## 17.2.40 (2019-08-06)
448
-
449
- ### MaskedTextBox
450
-
451
- #### Bug Fixes
452
-
453
- - `#243500` - Provided `readonly` property to control user interactions.
454
-
455
- ## 17.2.39 (2019-07-30)
456
-
457
- ### Uploader
458
-
459
- #### Bug Fixes
460
-
461
- - `#F145959`, `#242743` - Provided specific type for success event arguments in the `Uploader`.
462
-
463
- ## 17.2.36 (2019-07-24)
464
-
465
- ### Uploader
466
-
467
- #### Bug Fixes
468
-
469
- - `#F145967`, `#242158` - Resolved removing event restricted while the `args.cancel` is enabled.
470
- - Now, provided `postRawFile` argument to the `remove` method for post either file/file name to the server.
471
-
472
- ## 17.2.35 (2019-07-17)
473
-
474
- ### Form Validator
475
-
476
- #### Bug Fixes
477
-
478
- - `#212351` - Now, localized text of form validator was included in ej2-locale package.
479
-
480
- ### Uploader
481
-
482
- #### Bug Fixes
483
-
484
- - `#145718` - Issue with `Material spinner appearance in Safari browser` has been resolved.
485
-
486
- ### MaskedTextBox
487
-
488
- #### Bug Fixes
489
-
490
- - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
491
-
492
- ### TextBox
493
-
494
- #### Bug Fixes
495
-
496
- - `#240368` - Now, you can get the updated previous value in the `input event` argument.
497
- - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
498
-
499
- ## 17.2.34 (2019-07-11)
500
-
501
- ### NumericTextBox
502
-
503
- #### Bug Fixes
504
-
505
- - `#238077` - Now, numeric textbox model value post to the server instead of a formatted numeric string when submitting the form.
506
-
507
- ### TextBox
508
-
509
- #### New Features
510
-
511
- - `#226404`, `#F141814` - Provided `Material2 outline layout` for textbox.
512
- - `#226950` - Provided `Material2 filled layout` for textbox.
513
-
514
- #### Bug Fixes
515
-
516
- - Now, changed the bottom padding of input to meet the Material theme standard.
517
- - `#240368` - Now, you can get the updated previous value in the `input event` argument.
518
-
519
- ## 17.2.28-beta (2019-06-27)
520
-
521
- ### TextBox
522
-
523
- #### New Features
524
-
525
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
526
-
527
- #### Bug Fixes
528
-
529
- - #238248 - Issue with "throws error while reset the form" has been resolved.
530
- - #235983 - Resolved the HTML5 standard issues in textbox control.
531
-
532
- ### NumericTextBox
533
-
534
- #### New Features
535
-
536
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
537
-
538
- #### Bug Fixes
539
-
540
- - #237600 - Now, validation message get removed while change the numeric value through spin buttons.
541
-
542
- ### MaskedTextBox
543
-
544
- #### New Features
545
-
546
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
547
-
548
- ## 17.1.50 (2019-06-04)
549
-
550
- ### Uploader
551
-
552
- #### Bug Fixes
553
-
554
- - No more script issue occurs, on rendering the preload files as empty.
555
-
556
- ## 17.1.49 (2019-05-29)
557
-
558
- ### TextBox
559
-
560
- #### New Features
561
-
562
- - #236816 - Provided method to `focusIn` and `focusOut`.
563
-
564
- ### NumericTextBox
565
-
566
- #### New Features
567
-
568
- - #236816 - Provided method to `focusIn` and `focusOut`.
569
-
570
- ### MaskedTextBox
571
-
572
- #### New Features
573
-
574
- - #236816 - Provided method to `focusIn` and `focusOut`.
575
-
576
- #### Bug Fixes
577
-
578
- - Now, MaskedTextBox renders properly after calling `refresh` method.
579
-
580
- ### Uploader
581
-
582
- #### Bug Fixes
583
-
584
- - #235532 - Now, you can remove the uploaded files, while using the uploader within form.
585
-
586
- ## 17.1.44 (2019-05-07)
587
-
588
- ### MaskedTextBox
589
-
590
- #### Bug Fixes
591
-
592
- - #230545 - Issue with inequality of Masked Textbox element value and argument value of input event while typing rapidly has been fixed.
593
- - #F144247 - Issue with "typed character update on the next position while typing the same digit" has been fixed.
594
-
595
- ## 17.1.41 (2019-04-16)
596
-
597
- ### NumericTextBox
598
-
599
- #### Bug Fixes
600
-
601
- - #231530 - Now, `change` event trigger when click on clear button.
602
-
603
- ### TextBox
604
-
605
- #### Bug Fixes
606
-
607
- - #231530 - Issue with event argument has null value when click on clear button has been fixed.
608
-
609
- ## 17.1.40 (2019-04-09)
610
-
611
- ### Uploader
612
-
613
- #### Bug Fixes
614
-
615
- - In latest chrome browser, file list is not generated issue fixed.
616
-
617
- ### Form Validator
618
-
619
- #### Bug Fixes
620
-
621
- - When using multiple forms with same name fields, validation not occurs issue has been fixed.
622
-
623
- ### ColorPicker
624
-
625
- #### Bug Fixes
626
-
627
- - Value not updated properly in reactive forms issue fixed.
628
-
629
- ## 17.1.38 (2019-03-29)
630
-
631
- ### Form Validator
632
-
633
- #### Bug Fixes
634
-
635
- - Resolved issue with same validation message displays for all fields when provide validation messages using data attribute.
636
-
637
- ### Uploader
638
-
639
- #### Bug Fixes
640
-
641
- - File name ellipsis issue in `edge` browser has been fixed.
642
-
643
- ### TextBox
644
-
645
- #### Bug Fixes
646
-
647
- - When textbox contains value initially, no more change event will trigger while focus followed by focus out.
648
-
649
- ## 17.1.32-beta (2019-03-13)
650
-
651
- ### MaskedTextBox
652
-
653
- #### Bug Fixes
654
-
655
- - Now, you can get the proper masked textbox value in the `change` event.
656
-
657
- ### TextBox
658
-
659
- #### New Features
660
-
661
- - Provided option to render `multiline textbox` (textarea).
662
-
663
- #### Bug Fixes
664
-
665
- - Now input event will trigger after clear the textbox value using clear icon.
666
-
667
- ### Uploader
668
-
669
- #### Bug Fixes
670
-
671
- - Issue with uploading the file within the form has been fixed.
672
- - Issue with updating the uploader buttons text in firefox lower versions has been fixed.
673
-
674
- ### Slider
675
-
676
- #### New Features
677
-
678
- - Now only single tooltip will be displayed in range slider for resize and drag actions for better user interface.
679
-
680
- ## 16.4.55 (2019-02-27)
681
-
682
- ### TextBox
683
-
684
- #### Bug Fixes
685
-
686
- - Now, the validation works with complex names also.
687
-
688
- ### Uploader
689
-
690
- #### Bug Fixes
691
-
692
- - Resolved the issue with `Tab` key navigation in uploader file list.
693
-
694
- ### Slider
695
-
696
- #### New Features
697
-
698
- - Now, Range Slider in Material theme will support `showOn` property.
699
- - Now, Single tooltip will be used to display values in Range Slider.
700
-
701
- ### FormValidator
702
-
703
- #### Bug Fixes
704
-
705
- - Now, the url validation works with all types of url.
706
-
707
- ## 16.4.54 (2019-02-19)
708
-
709
- ### TextBox
710
-
711
- #### Bug Fixes
712
-
713
- - Now, input event will trigger after clear the textbox value using clear icon.
714
- - Now, the default value is set to the textbox while resetting the form.
715
-
716
- - Now, textbox model value will update on every key press.
717
-
718
- #### Breaking Changes
719
-
720
- - While setting the textbox value programmatically, the `change` event will not trigger.
721
-
722
- ### Slider
723
-
724
- #### Bug Fixes
725
-
726
- - Now, the initial value is setback to the `slider` on form `reset`.
727
-
728
- ### Uploader
729
-
730
- #### Bug Fixes
731
-
732
- - Uploader file list will be cleared while reset the form.
733
-
734
- #### New Features
735
-
736
- - Provided `cssClass` property to add custom CSS classes to an uploader.
737
-
738
- ### MaskedTextBox
739
-
740
- #### Bug Fixes
741
-
742
- - Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.
743
-
744
- ### NumericTextBox
745
-
746
- #### Bug Fixes
747
-
748
- - Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.
749
-
750
- ## 16.4.53 (2019-02-13)
751
-
752
- ### ColorPicker
753
-
754
- #### Bug Fixes
755
-
756
- - Form reset issue is fixed.
757
-
758
- ### TextBox
759
-
760
- #### Bug Fixes
761
-
762
- - The events `input` and `change` event are no longer triggered multiple time in Angular application.
763
-
764
- ## 16.4.52 (2019-02-05)
765
-
766
- ### MaskedTextBox
767
-
768
- #### New Features
769
-
770
- - Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.
771
-
772
- ### NumericTextBox
773
-
774
- #### New Features
775
-
776
- - Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.
777
-
778
- ## 16.4.48 (2019-01-22)
779
-
780
- ### Uploader
781
-
782
- #### New Features
783
-
784
- - Provided template support for preloaded files also to customize its default file list structure.
785
-
786
- #### Bug Fixes
787
-
788
- - Provided option to hide generated promise error manually on ajax failed event.
789
-
790
- ## 16.4.47 (2019-01-16)
791
-
792
- ### TextBox
793
-
794
- #### Bug Fixes
795
-
796
- - The issue with `refresh` method of textbox has been fixed.
797
- - Resolved the issue with placeholder property has 'null' value in Edge browser.
798
-
799
- ## 16.4.46 (2019-01-08)
800
-
801
- ### Uploader
802
-
803
- #### New Features
804
-
805
- - Provided option to customize file upload's status message (label) which is sent from server on success and failure events.
806
- - Provided event which trigger before rendering each file item in a page that helps to customize its default UI structure.
807
- - Provided event to denote all the selected files has processed to upload successfully or failed to server.
808
-
809
- #### Bug Fixes
810
-
811
- - Resolved the issue with updating file data in uploader element while drag-and-drop the files.
812
-
813
- ## 16.4.45 (2019-01-02)
814
-
815
- ### Common
816
-
817
- #### Bug Fixes
818
-
819
- - Fixed `CustomPlacement` typing issue.
820
-
821
- ## 16.4.40-beta (2018-12-10)
822
-
823
- ### Uploader
824
-
825
- #### New Features
826
-
827
- - Enabled sequential upload support to file upload component that upload the selected files one after the other to the server.
828
- - New event provided "chunkUploading" which trigger on every chunk to be upload in file upload.
829
- - Provided the option to get additional data back from a server to client on file upload.
830
-
831
- ### FormValidator
832
-
833
- #### New Features
834
-
835
- - **Localization** - Supports to localize error message for the "FormValidator" to different cultures.
836
-
837
- ## 16.3.33 (2018-11-20)
838
-
839
- ### FormValidator
840
-
841
- #### Bug Fixes
842
-
843
- - Form validator `email` and `min` validation issues has been fixed.
844
-
845
- ### TextBox
846
-
847
- #### Bug Fixes
848
-
849
- - The issue with receiving event arguments of TextBox events have been fixed.
850
-
851
- ## 16.3.29 (2018-10-31)
852
-
853
- ### MaskedTextBox
854
-
855
- #### Bug Fixes
856
-
857
- - Issue with using the space as "promptChar" in Masked TextBox has been fixed.
858
-
859
- ### NumericTextBox
860
-
861
- #### Bug Fixes
862
-
863
- - Issue with triggering unwanted “focusout” and “change” events has been fixed.
864
-
865
- ### Uploader
866
-
867
- #### Bug Fixes
868
-
869
- - Resolved the issue with triggering selected event on cancel the file selection.
870
-
871
- ## 16.3.27 (2018-10-23)
872
-
873
- ### TextBox
874
-
875
- #### Bug Fixes
876
-
877
- - The issue with updating `value` property on model binding has been fixed.
878
-
879
- ## 16.3.25 (2018-10-15)
880
-
881
- ### TextBox
882
-
883
- #### Bug Fixes
884
-
885
- - The issue with adding multiple classes in `cssClass` property has been fixed.
886
-
887
- ### MaskedTextBox
888
-
889
- #### Bug Fixes
890
-
891
- - Issue with entering the first character in masked text box when "floatLabelType" is set to "Never" has been fixed.
892
- - Always last MaskedTextBox component get focus on initial page load in IE browser, issue has been fixed.
893
-
894
- ## 16.3.24 (2018-10-09)
895
-
896
- ### MaskedTextBox
897
-
898
- #### Bug Fixes
899
-
900
- - Issue with setting placeholder in IE browser when "floatLabelType" is set to "never" has been fixed.
901
-
902
- ## 16.3.22 (2018-09-25)
903
-
904
- ### FormValidator
905
-
906
- #### Bug Fixes
907
-
908
- - Form validator for number contain email domain name issue has been fixed.
909
-
910
- ### NumericTextBox
911
-
912
- #### Bug Fixes
913
-
914
- - Validation is not working properly for "NumericTextBox" in focus out, issue has been fixed
915
-
916
- ## 16.3.21 (2018-09-22)
917
-
918
- ### ColorPicker
919
-
920
- #### Bug Fixes
921
-
922
- - ColorPicker collision issue fixed.
923
-
924
- ## 16.3.17 (2018-09-12)
925
-
926
- ### Uploader
927
-
928
- #### New Features
929
-
930
- - Provided directory (folder) upload support that uploads all files of folder including sub-folder to server.
931
- - Provided paste to upload support that helps to uploads any images to a server on pasting images from clipboard.
932
-
933
- #### Bug Fixes
934
-
935
- - The files with the wrong extension cannot be uploaded when filtering the files by all files in the file dialog.
936
- - The `clearAll` method removes upload element’s value along with file list.
937
- - Resolved the issue with uploading a file while disable the `showFileList` API.
938
- - In synchronous upload, while removing a particular file from file list will clear all the files now since couldn't manipulate each file details in input file element.
939
- - Resolved the issue with adding the additional form data in IE browser.
940
-
941
- ### TextBox
942
-
943
- #### New Features
944
-
945
- - Included TextBox component as JavaScript component with floating functionality.
946
-
947
- #### Bug Fixes
948
-
949
- - Resolved the issue with customizing the textbox background color with minimal CSS.
950
- - Resolved the issue with the floating label when choose the value using `autofill` option in chrome browser.
951
-
952
- ## 16.2.48 (2018-08-14)
953
-
954
- ### NumericTextBox
955
-
956
- #### Bug Fixes
957
-
958
- - Issue with entering the text in numeric text box from Firefox browser has been fixed.
959
- - Resolved the issue in numeric text box that did not allow editing the value while using decimal value as 0.
960
-
961
- ### MaskedTextBox
962
-
963
- #### Bug Fixes
964
-
965
- - Resolved the issue with masked text box change event is triggered multiple times while changing the value dynamically.
966
- - Issue occurs while using chrome autofill functionality with masked text box component has been fixed.
967
-
968
- ## 16.2.47 (2018-08-07)
969
-
970
- ### MaskedTextBox
971
-
972
- #### Bug Fixes
973
-
974
- - Issue with setting the background color for masked text box has been fixed.
975
- - Issue with adding name attribute in the input element while creating masked text box without name attribute has been resolved.
976
-
977
- ### Slider
978
-
979
- #### Bug Fixes
980
-
981
- - Provided renderer support.
982
-
983
- ### ColorPicker
984
-
985
- #### Bug Fixes
986
-
987
- - Reactive forms with empty string value issue fixed.
988
-
989
-
990
- ## 16.2.44 (2018-07-10)
991
-
992
- ### NumericTextBox
993
-
994
- #### Bug Fixes
995
-
996
- - Unable to set higher values for min, max, and value properties of numeric text box issue has been fixed.
997
-
998
- ## 16.2.41 (2018-06-25)
999
-
1000
- ### Common
1001
-
1002
- #### Breaking Changes
1003
-
1004
- - The splitbuttons package is used by ColorPicker component, so the splitbuttons package is a dependency for the inputs package.
1005
-
1006
- ### Form-validator
1007
-
1008
- #### New Features
1009
-
1010
- - Provided option to validate the hidden element by using `validateHidden` attribute.
1011
-
1012
- ### MaskedTextBox
1013
-
1014
- #### New Features
1015
-
1016
- - Provided option to show/hide clear button to reset the value in MaskedTextBox
1017
-
1018
- ### NumericTextBox
1019
-
1020
- #### New Features
1021
-
1022
- - Provided option to show/hide clear button to reset the value in NumericTextBox.
1023
- - Prevented to type unwanted text and symbols in NumericTextBox.
1024
-
1025
- ### Slider
1026
-
1027
- #### New Features
1028
-
1029
- - Limits implemented to limit movement interval of min and max values to certain range.
1030
- - Drag interval implemented to interact with the range slider by dragging the range.
1031
- - Provided to support custom value arrays.
1032
- - Bootstrap theme tooltip appearance improved by enabling tooltip pointer.
1033
-
1034
- #### Breaking Changes
1035
-
1036
- - The following API namings are renamed.
1037
-
1038
- | Existing API Name | New API Name |
1039
- |:-:|:-:|
1040
- | readOnly | readonly |
1041
-
1042
- ### ColorPicker
1043
-
1044
- Color picker is a user interface that is used to select and adjust color values.
1045
-
1046
-
1047
- - **Color specification**: Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
1048
- - **Mode**: Supports `Picker` and `Palette` mode.
1049
- - **Inline**: Supports inline type rendering of color picker.
1050
- - **Custom palettes**: Allows you to customize palettes and supports multiple palette groups rendering.
1051
- - **Opacity**: Allows to set and change the `opacity` of the selected color.
1052
- - **Accessibility**: Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
1053
-
1054
- ### Uploader
1055
-
1056
- #### New Features
1057
-
1058
- - Added `chunked upload` support to upload large files asynchronously with `pause` and `resume` options.
1059
- - Support has been provided to resume automatically on failed chunk up to `maximum retry` options.
1060
- - Included option to handle `retry upload` through UI (User Interface).
1061
- - Support to `cancel the request` while uploading a file is added.
1062
-
1063
- #### Bug Fixes
1064
-
1065
- - Provided option to customize request header on trigger uploading and removing events.
1066
- - Provided option to add additional data in removing event.
1067
- - The issue with rendering Uploader component in internet explorer browser has been fixed.
1068
- - The issue with submitting single file upload's value has been fixed.
1069
-
1070
- ### TextBox
1071
-
1072
- #### New Features
1073
-
1074
- - The clear button can be enabled/disabled dynamically through `setClearButton` method.
1075
-
1076
- #### Bug Fixes
1077
-
1078
- - Theme compatibility issue resolved for CSS Input component.
1079
-
1080
- ## 16.1.45 (2018-05-23)
1081
-
1082
- ### Input
1083
-
1084
- #### Bug Fixes
1085
-
1086
- - Added `Focus` and `Blur` event arguments.
1087
-
1088
- ## 16.1.40 (2018-05-08)
1089
-
1090
- ### MaskedTextBox
1091
-
1092
- #### Bug Fixes
1093
-
1094
- - While copying a text and hold the “Ctrl + v” on the MaskedTextBox with number mask, value is not updating properly
1095
- - along with script error issue has been fixed.
1096
-
1097
- ## 16.1.38 (2018-05-02)
1098
-
1099
- ### NumericTextBox
1100
-
1101
- #### Bug Fixes
1102
-
1103
- - Now native events triggered properly in Angular NumericTextBox component.
1104
-
1105
- ## 16.1.37 (2018-04-24)
1106
-
1107
- ### NumericTextBox
1108
-
1109
- #### New Features
1110
-
1111
- - Provided clear button option in NumericTextBox.
1112
-
1113
- #### Bug Fixes
1114
-
1115
- - NumericTextBox is now aligned properly in inline element when `showSpinButton` property disabled.
1116
-
1117
- ## 16.1.35 (2018-04-17)
1118
-
1119
- ### MaskedTextBox
1120
-
1121
- #### Bug Fixes
1122
-
1123
- - While dynamically changing the MaskedTextBox value as null, value not updated properly issue is fixed.
1124
-
1125
- ## 16.1.28 (2018-03-09)
1126
-
1127
- ### NumericTextBox
1128
-
1129
- #### Bug Fixes
1130
-
1131
- - In NumericTextBox, unwanted “change” events has been prevented from triggering.
1132
-
1133
- ## 16.1.24 (2018-02-22)
1134
-
1135
- ### Uploader
1136
-
1137
- ```
1138
- The Uploader component is useful to upload images, documents, and other files to server.
1139
- ```
1140
-
1141
- The component is extended version of HTML5 upload with multiple file selection, auto upload,
1142
- drag and drop, progress bar, preload files, and validation.
1143
-
1144
-
1145
- - The available key features are
1146
- - **Asynchronous Upload** - Allows you to upload the files with asynchronous way.
1147
- - **Drag and Drop** - The files can be dragged from file explorer, and dropping into the drop area.
1148
- - **Form Supports** - The selected or dropped files are received as a collection in a form action when the form is submitted.
1149
- - **File Validation** - Validate the files based on file's size and type.
1150
- - **Template** - Allows you to customize the default appearance of `Uploader`.
1151
- - **Accessibility** - provides built-in accessibility support which helps to access all the `Uploader` features through keyboard, on-screen readers, or other assistive technology devices.
1152
-
1153
- ### TextBox
1154
-
1155
- #### Bug Fixes
1156
-
1157
- - Fixed the input alignment issue in the window 8.1 edge browser.
1158
- - Removed the additional spaces for error messages on the input.
1159
-
1160
- ### Slider
1161
-
1162
- The Slider component allows the user to select a value or range of values in-between the min and max range, by dragging the handle over the slider bar.
1163
-
1164
-
1165
- There are three types of Slider:
1166
-
1167
-
1168
- - `Default` - Shows a default slider to select a single value.
1169
- - `MinRange` - Displays fill color from the start value to the current selected value.
1170
- - `Range` - Select a range of values.
1171
-
1172
- The available key features are
1173
-
1174
-
1175
- - **Types**: Provided three types of Slider.
1176
- - **Orientation**: Displays the Slider in horizontal or vertical direction.
1177
- - **Buttons**: Provided built-in support to render the buttons in both edges of the Slider.
1178
- - **Tooltip**: Displays a tooltip to show the currently selected value.
1179
- - **Ticks**: Displays a scale with small and big ticks.
1180
- - **Format**: Customize the slider values into various format.
1181
- - **Accessibility**: Built-in compliance with the [`WAI-ARIA`](http://www.w3.org/WAI/PF/aria-practices/) specifications.
1182
- - **Keyboard Interaction**: The Slider can be intractable through the keyboard.
1183
-
1184
- ## 15.4.29-preview (2018-02-07)
1185
-
1186
- ### MaskedTextBox
1187
-
1188
- #### Bug Fixes
1189
-
1190
- - While set floatLabelType property as "Never", the placeholder not shown issue has been fixed
1191
- - While set floatLabelType property as "Auto", the value becomes "undefined" at two-way binding issue has been fixed
1192
- - While setting escape sequence in mask format, value is not updated properly issue has been fixed
1193
- - Cursor is not positioned properly while focusing the MaskedTextBox issue has been fixed
1194
-
1195
- ## 15.4.24-preview (2018-01-10)
1196
-
1197
- ### MaskedTextBox
1198
-
1199
- #### Bug Fixes
1200
-
1201
- - Value not maintained properly in the MaskedTextBox two-way binding
1202
-
1203
- ## 15.4.23-preview (2017-12-27)
1204
-
1205
- ### Common
1206
-
1207
- #### New Features
1208
-
1209
- - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1210
-
1211
- #### Breaking Changes
1212
-
1213
- - Modified the module bundle file name for ES6 bundling
1214
-
1215
- ## 15.4.21-preview (2017-12-08)
1216
-
1217
- ### FormValidator
1218
-
1219
- #### Bug Fixes
1220
-
1221
- - **IE11** - Recursive call on form reset.
1222
-
1223
- ### TextBox
1224
-
1225
- #### Bug Fixes
1226
-
1227
- - Height mismatch between input and input with icon issue has fixed.
1228
-
1229
- ## 15.4.20-preview (2017-12-01)
1230
-
1231
- ### Common
1232
-
1233
- #### New Features
1234
-
1235
- - Upgraded TypeScript version to 2.6.2.
1236
-
1237
- ## 15.4.17-preview (2017-11-13)
1238
-
1239
- ### TextBox
1240
-
1241
- TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.
1242
-
1243
-
1244
- - **Groups** - Supports to group the icon element with the input
1245
- - **Floating Label** - Added option to float label always, float label on focus, and disable floating support in the input element.
1246
- - **Clear Button** - Provided option to show/hide clear button to reset the value in input element.
1247
- - **Validation States** - Provided option to indicate success, error, and warning states.
1248
-
1249
- ### NumericTextBox
1250
-
1251
- NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value. The available key features are
1252
-
1253
-
1254
- - **Range Validation** - allows to set the minimum and maximum range of values in the NumericTextBox.
1255
- - **Number Formats** - supports the number display formatting with MSDN standard and custom number formats.
1256
- - **Precision Of Numbers** - allows to restrict the number precision when enters the value.
1257
- - **Keyboard Interaction** - allows users to interact with the NumericTextBox using the keyboard.
1258
- - **Accessibility** - provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
1259
- - **Internationalization** - library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
1260
- - **Localization** - Supports to localize spin up and down buttons title for the tooltip to different cultures.
1261
-
1262
- ### MaskedTextBox
1263
-
1264
- MaskedTextBox allows the user to enter the valid input only based on the provided mask. The available key features are
1265
-
1266
-
1267
- - **Custom Characters** - allows you to use your own characters as the mask elements.
1268
- - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1269
- - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1270
-
1271
-
1272
- ## 20.2.36 (2022-06-30)
1273
-
1274
- ### NumericTextBox
1275
-
1276
- #### Bug Fixes
1277
-
1278
- - `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
1279
-
1280
- ## 19.3.47 (2021-10-26)
1281
-
1282
- ### TextBox
1283
-
1284
- #### Bug Fixes
1285
-
1286
- - `#FB29286` - Issue with "return the wrong value in the blur event argument while clearing the value using static clear button" has been resolved.
1287
-
1288
- ## 19.1.66 (2021-06-01)
1289
-
1290
- ### NumericTextBox
1291
-
1292
- #### Bug Fixes
1293
-
1294
- - `#I323536` - Issue with "typed value is changed to positive while typing negative value starting with decimal separator" has been resolved.
1295
-
1296
- ## 19.1.63 (2021-05-13)
1297
-
1298
- ### Uploader
1299
-
1300
- #### Bug Fixes
1301
-
1302
- - `#I325682` - Issue with "exception throws in the customized uploader component when cancel the uploading process using abort icon" has been resolved.
1303
-
1304
- ## 19.1.57 (2021-04-20)
1305
-
1306
- ### MaskedTextBox
1307
-
1308
- #### Bug Fixes
1309
-
1310
- - `#FB23988` - Issue with "blur event gets fired on initial rendering when render the component with placeholder" has been resolved.
1311
-
1312
- ## 18.4.41 (2021-02-02)
1313
-
1314
- ### Uploader
1315
-
1316
- #### Bug Fixes
1317
-
1318
- - `#F161379` - Issue with "drag and drop highlight is flickered when render uploader with custom drop area" has been resolved.
1319
-
1320
- ## 18.4.33 (2021-01-05)
1321
-
1322
- ### MaskedTextBox
1323
-
1324
- #### Bug Fixes
1325
-
1326
- - `#307344` - Issue with "delete key allows to remove only one character from the input while placing cursor between characters" has been resolved.
1327
-
1328
- ## 18.4.31 (2020-12-22)
1329
-
1330
- ### TextBox
1331
-
1332
- #### Bug Fixes
1333
-
1334
- - `#305784` - Issue with "clear icon is not visible until typing a valid email on the email input" has been resolved.
1335
-
1336
- ## 18.4.30 (2020-12-17)
1337
-
1338
- ### NumericTextBox
1339
-
1340
- #### Bug Fixes
1341
-
1342
- - `#300140`- Issue with "form invalid status is not updated properly while clearing the value" has been resolved.
1343
-
1344
- ## 18.3.51 (2020-11-24)
1345
-
1346
- ### NumericTextBox
1347
-
1348
- #### Bug Fixes
1349
-
1350
- - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
1351
- - `#300140` - Now, Numeric textbox model value will update on every key press.
1352
-
1353
- #### Breaking Changes
1354
-
1355
- - While setting the numerictextbox value programmatically, the `change` event will not trigger.
1356
-
1357
- ### MaskedTextBox
1358
-
1359
- #### Bug Fixes
1360
-
1361
- - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
1362
-
1363
- #### Breaking Changes
1364
-
1365
- - While setting the maskedtextbox value programmatically, the `change` event will not trigger.
1366
-
1367
- ### Uploader
1368
-
1369
- #### Bug Fixes
1370
-
1371
- - `#299942`, `#300515` - Now, you can add the additional form data in canceling event.
1372
-
1373
- ## 18.3.42 (2020-10-20)
1374
-
1375
- ### Uploader
1376
-
1377
- #### Bug Fixes
1378
-
1379
- - `#287079` - Issue with "file is removed from UI while providing the invalid remove URL" has been resolved.
1380
-
1381
- ## 18.2.56 (2020-09-01)
1382
-
1383
- ### Uploader
1384
-
1385
- #### Bug Fixes
1386
-
1387
- `#286772` - Issue with "wrong files get removed from file list when multiple time upload the same files " has been resolved.
1388
-
1389
-
1390
- ## 18.2.47 (2020-07-28)
1391
-
1392
- ### Uploader
1393
-
1394
- #### Bug Fixes
1395
-
1396
- - `#276502` - Issue with "sequential upload is not working with custom upload button" has been resolved.
1397
-
1398
- ## 18.2.45 (2020-07-14)
1399
-
1400
- ### FormValidator
1401
-
1402
- #### Bug Fixes
1403
-
1404
- - `#283063`, `#283067`, `#283061` - Now, required field validation works properly for date picker component.
1405
-
1406
- ## 18.1.54 (2020-05-26)
1407
-
1408
- ### Uploader
1409
-
1410
- #### New Features
1411
-
1412
- - `#248615`, `#F147072` - Now, you can disable the drag and drop upload using `dropArea` property.
1413
-
1414
- ## 18.1.45 (2020-04-21)
1415
-
1416
- ### MaskedTextBox
1417
-
1418
- #### Bug Fixes
1419
-
1420
- - Issue with "character missing in the masked textbox while pasting the value" has been resolved.
1421
-
1422
- ## 17.4.50 (2020-02-18)
1423
-
1424
- ### MaskedTextBox
1425
-
1426
- #### Bug Fixes
1427
-
1428
- - `#262338` - Now, the masked textbox does not get `automatic focus` when rendered with mask in the `IOS device`.
1429
-
1430
- ## 17.4.47 (2020-02-05)
1431
-
1432
- ### Uploader
1433
-
1434
- #### Bug Fixes
1435
-
1436
- - `#259967` - Issue with "script throws while rendering uploader inside toolbar with routing action" has been resolved.
1437
-
1438
- ## 17.1.42 (2019-04-23)
1439
-
1440
- ### TextBox
1441
-
1442
- #### Bug Fixes
1443
-
1444
- - #143987 - Issue with duplicate ID present in input element has been fixed.
1445
-