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