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