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