@syncfusion/ej2-angular-inputs 21.1.39 → 21.2.3-ngcc

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