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