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