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