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

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