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