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