@syncfusion/ej2-angular-inputs 20.4.48 → 20.4.51-ngcc

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