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