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