@syncfusion/ej2-angular-dropdowns 20.2.38 → 20.2.39-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 (708) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1264 -0
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-dropdowns.js +1190 -0
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
  5. package/CHANGELOG.md +2333 -0
  6. package/dist/ej2-angular-dropdowns.umd.js +1327 -0
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
  8. package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
  9. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
  10. package/ej2-angular-dropdowns.d.ts +10 -0
  11. package/ej2-angular-dropdowns.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +155 -0
  15. package/schematics/generators/autocomplete-custom-filtering/index.d.ts +3 -0
  16. package/schematics/generators/autocomplete-custom-filtering/index.js +8 -0
  17. package/schematics/generators/autocomplete-custom-filtering/sample-details.d.ts +5 -0
  18. package/schematics/generators/autocomplete-custom-filtering/sample-details.js +7 -0
  19. package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  20. package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  21. package/schematics/generators/autocomplete-custom-filtering/schema.d.ts +3 -0
  22. package/schematics/generators/autocomplete-custom-filtering/schema.js +2 -0
  23. package/schematics/generators/autocomplete-custom-filtering/schema.json +125 -0
  24. package/schematics/generators/autocomplete-default/index.d.ts +3 -0
  25. package/schematics/generators/autocomplete-default/index.js +8 -0
  26. package/schematics/generators/autocomplete-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/autocomplete-default/sample-details.js +7 -0
  28. package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  29. package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  30. package/schematics/generators/autocomplete-default/schema.d.ts +3 -0
  31. package/schematics/generators/autocomplete-default/schema.js +2 -0
  32. package/schematics/generators/autocomplete-default/schema.json +125 -0
  33. package/schematics/generators/autocomplete-diacritics-filtering/index.d.ts +3 -0
  34. package/schematics/generators/autocomplete-diacritics-filtering/index.js +8 -0
  35. package/schematics/generators/autocomplete-diacritics-filtering/sample-details.d.ts +5 -0
  36. package/schematics/generators/autocomplete-diacritics-filtering/sample-details.js +7 -0
  37. package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  38. package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/autocomplete-diacritics-filtering/schema.d.ts +3 -0
  40. package/schematics/generators/autocomplete-diacritics-filtering/schema.js +2 -0
  41. package/schematics/generators/autocomplete-diacritics-filtering/schema.json +125 -0
  42. package/schematics/generators/autocomplete-highlight/index.d.ts +3 -0
  43. package/schematics/generators/autocomplete-highlight/index.js +8 -0
  44. package/schematics/generators/autocomplete-highlight/sample-details.d.ts +5 -0
  45. package/schematics/generators/autocomplete-highlight/sample-details.js +7 -0
  46. package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  47. package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  48. package/schematics/generators/autocomplete-highlight/schema.d.ts +3 -0
  49. package/schematics/generators/autocomplete-highlight/schema.js +2 -0
  50. package/schematics/generators/autocomplete-highlight/schema.json +125 -0
  51. package/schematics/generators/autocomplete-reactive-form/index.d.ts +3 -0
  52. package/schematics/generators/autocomplete-reactive-form/index.js +8 -0
  53. package/schematics/generators/autocomplete-reactive-form/sample-details.d.ts +5 -0
  54. package/schematics/generators/autocomplete-reactive-form/sample-details.js +7 -0
  55. package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  56. package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  57. package/schematics/generators/autocomplete-reactive-form/schema.d.ts +3 -0
  58. package/schematics/generators/autocomplete-reactive-form/schema.js +2 -0
  59. package/schematics/generators/autocomplete-reactive-form/schema.json +125 -0
  60. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/1.png +0 -0
  61. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/10.png +0 -0
  62. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/2.png +0 -0
  63. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/3.png +0 -0
  64. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/4.png +0 -0
  65. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/5.png +0 -0
  66. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/6.png +0 -0
  67. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/7.png +0 -0
  68. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/8.png +0 -0
  69. package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/9.png +0 -0
  70. package/schematics/generators/autocomplete-template/index.d.ts +3 -0
  71. package/schematics/generators/autocomplete-template/index.js +8 -0
  72. package/schematics/generators/autocomplete-template/sample-details.d.ts +5 -0
  73. package/schematics/generators/autocomplete-template/sample-details.js +7 -0
  74. package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  75. package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  76. package/schematics/generators/autocomplete-template/schema.d.ts +3 -0
  77. package/schematics/generators/autocomplete-template/schema.js +2 -0
  78. package/schematics/generators/autocomplete-template/schema.json +125 -0
  79. package/schematics/generators/autocomplete-template-driven/index.d.ts +3 -0
  80. package/schematics/generators/autocomplete-template-driven/index.js +8 -0
  81. package/schematics/generators/autocomplete-template-driven/sample-details.d.ts +5 -0
  82. package/schematics/generators/autocomplete-template-driven/sample-details.js +7 -0
  83. package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  84. package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  85. package/schematics/generators/autocomplete-template-driven/schema.d.ts +3 -0
  86. package/schematics/generators/autocomplete-template-driven/schema.js +2 -0
  87. package/schematics/generators/autocomplete-template-driven/schema.json +125 -0
  88. package/schematics/generators/combobox-custom-value/index.d.ts +3 -0
  89. package/schematics/generators/combobox-custom-value/index.js +8 -0
  90. package/schematics/generators/combobox-custom-value/sample-details.d.ts +5 -0
  91. package/schematics/generators/combobox-custom-value/sample-details.js +7 -0
  92. package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
  93. package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  94. package/schematics/generators/combobox-custom-value/schema.d.ts +3 -0
  95. package/schematics/generators/combobox-custom-value/schema.js +2 -0
  96. package/schematics/generators/combobox-custom-value/schema.json +125 -0
  97. package/schematics/generators/combobox-default/index.d.ts +3 -0
  98. package/schematics/generators/combobox-default/index.js +8 -0
  99. package/schematics/generators/combobox-default/sample-details.d.ts +5 -0
  100. package/schematics/generators/combobox-default/sample-details.js +7 -0
  101. package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  102. package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
  103. package/schematics/generators/combobox-default/schema.d.ts +3 -0
  104. package/schematics/generators/combobox-default/schema.js +2 -0
  105. package/schematics/generators/combobox-default/schema.json +125 -0
  106. package/schematics/generators/combobox-filtering/index.d.ts +3 -0
  107. package/schematics/generators/combobox-filtering/index.js +8 -0
  108. package/schematics/generators/combobox-filtering/sample-details.d.ts +5 -0
  109. package/schematics/generators/combobox-filtering/sample-details.js +7 -0
  110. package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  111. package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +2 -0
  112. package/schematics/generators/combobox-filtering/schema.d.ts +3 -0
  113. package/schematics/generators/combobox-filtering/schema.js +2 -0
  114. package/schematics/generators/combobox-filtering/schema.json +125 -0
  115. package/schematics/generators/combobox-grouping/index.d.ts +3 -0
  116. package/schematics/generators/combobox-grouping/index.js +8 -0
  117. package/schematics/generators/combobox-grouping/sample-details.d.ts +5 -0
  118. package/schematics/generators/combobox-grouping/sample-details.js +7 -0
  119. package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  120. package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  121. package/schematics/generators/combobox-grouping/schema.d.ts +3 -0
  122. package/schematics/generators/combobox-grouping/schema.js +2 -0
  123. package/schematics/generators/combobox-grouping/schema.json +125 -0
  124. package/schematics/generators/combobox-reactive-form/index.d.ts +3 -0
  125. package/schematics/generators/combobox-reactive-form/index.js +8 -0
  126. package/schematics/generators/combobox-reactive-form/sample-details.d.ts +5 -0
  127. package/schematics/generators/combobox-reactive-form/sample-details.js +7 -0
  128. package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  129. package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  130. package/schematics/generators/combobox-reactive-form/schema.d.ts +3 -0
  131. package/schematics/generators/combobox-reactive-form/schema.js +2 -0
  132. package/schematics/generators/combobox-reactive-form/schema.json +125 -0
  133. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/1.png +0 -0
  134. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/10.png +0 -0
  135. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/2.png +0 -0
  136. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/3.png +0 -0
  137. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/4.png +0 -0
  138. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/5.png +0 -0
  139. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/6.png +0 -0
  140. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/7.png +0 -0
  141. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/8.png +0 -0
  142. package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/9.png +0 -0
  143. package/schematics/generators/combobox-template/index.d.ts +3 -0
  144. package/schematics/generators/combobox-template/index.js +8 -0
  145. package/schematics/generators/combobox-template/sample-details.d.ts +5 -0
  146. package/schematics/generators/combobox-template/sample-details.js +7 -0
  147. package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  148. package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  149. package/schematics/generators/combobox-template/schema.d.ts +3 -0
  150. package/schematics/generators/combobox-template/schema.js +2 -0
  151. package/schematics/generators/combobox-template/schema.json +125 -0
  152. package/schematics/generators/combobox-template-driven/index.d.ts +3 -0
  153. package/schematics/generators/combobox-template-driven/index.js +8 -0
  154. package/schematics/generators/combobox-template-driven/sample-details.d.ts +5 -0
  155. package/schematics/generators/combobox-template-driven/sample-details.js +7 -0
  156. package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  157. package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
  158. package/schematics/generators/combobox-template-driven/schema.d.ts +3 -0
  159. package/schematics/generators/combobox-template-driven/schema.js +2 -0
  160. package/schematics/generators/combobox-template-driven/schema.json +125 -0
  161. package/schematics/generators/dropdownlist-cascading/index.d.ts +3 -0
  162. package/schematics/generators/dropdownlist-cascading/index.js +8 -0
  163. package/schematics/generators/dropdownlist-cascading/sample-details.d.ts +5 -0
  164. package/schematics/generators/dropdownlist-cascading/sample-details.js +7 -0
  165. package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  166. package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  167. package/schematics/generators/dropdownlist-cascading/schema.d.ts +3 -0
  168. package/schematics/generators/dropdownlist-cascading/schema.js +2 -0
  169. package/schematics/generators/dropdownlist-cascading/schema.json +125 -0
  170. package/schematics/generators/dropdownlist-default/index.d.ts +3 -0
  171. package/schematics/generators/dropdownlist-default/index.js +8 -0
  172. package/schematics/generators/dropdownlist-default/sample-details.d.ts +5 -0
  173. package/schematics/generators/dropdownlist-default/sample-details.js +7 -0
  174. package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  175. package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  176. package/schematics/generators/dropdownlist-default/schema.d.ts +3 -0
  177. package/schematics/generators/dropdownlist-default/schema.js +2 -0
  178. package/schematics/generators/dropdownlist-default/schema.json +125 -0
  179. package/schematics/generators/dropdownlist-filtering/index.d.ts +3 -0
  180. package/schematics/generators/dropdownlist-filtering/index.js +8 -0
  181. package/schematics/generators/dropdownlist-filtering/sample-details.d.ts +5 -0
  182. package/schematics/generators/dropdownlist-filtering/sample-details.js +7 -0
  183. package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  184. package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  185. package/schematics/generators/dropdownlist-filtering/schema.d.ts +3 -0
  186. package/schematics/generators/dropdownlist-filtering/schema.js +2 -0
  187. package/schematics/generators/dropdownlist-filtering/schema.json +125 -0
  188. package/schematics/generators/dropdownlist-inline/index.d.ts +3 -0
  189. package/schematics/generators/dropdownlist-inline/index.js +8 -0
  190. package/schematics/generators/dropdownlist-inline/sample-details.d.ts +5 -0
  191. package/schematics/generators/dropdownlist-inline/sample-details.js +7 -0
  192. package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  193. package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  194. package/schematics/generators/dropdownlist-inline/schema.d.ts +3 -0
  195. package/schematics/generators/dropdownlist-inline/schema.js +2 -0
  196. package/schematics/generators/dropdownlist-inline/schema.json +125 -0
  197. package/schematics/generators/dropdownlist-reactive-form/index.d.ts +3 -0
  198. package/schematics/generators/dropdownlist-reactive-form/index.js +8 -0
  199. package/schematics/generators/dropdownlist-reactive-form/sample-details.d.ts +5 -0
  200. package/schematics/generators/dropdownlist-reactive-form/sample-details.js +7 -0
  201. package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  202. package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
  203. package/schematics/generators/dropdownlist-reactive-form/schema.d.ts +3 -0
  204. package/schematics/generators/dropdownlist-reactive-form/schema.js +2 -0
  205. package/schematics/generators/dropdownlist-reactive-form/schema.json +125 -0
  206. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/1.png +0 -0
  207. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/10.png +0 -0
  208. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/2.png +0 -0
  209. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/3.png +0 -0
  210. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/4.png +0 -0
  211. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/5.png +0 -0
  212. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/6.png +0 -0
  213. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/7.png +0 -0
  214. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/8.png +0 -0
  215. package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/9.png +0 -0
  216. package/schematics/generators/dropdownlist-template/index.d.ts +3 -0
  217. package/schematics/generators/dropdownlist-template/index.js +8 -0
  218. package/schematics/generators/dropdownlist-template/sample-details.d.ts +5 -0
  219. package/schematics/generators/dropdownlist-template/sample-details.js +7 -0
  220. package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +84 -0
  221. package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
  222. package/schematics/generators/dropdownlist-template/schema.d.ts +3 -0
  223. package/schematics/generators/dropdownlist-template/schema.js +2 -0
  224. package/schematics/generators/dropdownlist-template/schema.json +125 -0
  225. package/schematics/generators/dropdownlist-template-driven/index.d.ts +3 -0
  226. package/schematics/generators/dropdownlist-template-driven/index.js +8 -0
  227. package/schematics/generators/dropdownlist-template-driven/sample-details.d.ts +5 -0
  228. package/schematics/generators/dropdownlist-template-driven/sample-details.js +7 -0
  229. package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
  230. package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
  231. package/schematics/generators/dropdownlist-template-driven/schema.d.ts +3 -0
  232. package/schematics/generators/dropdownlist-template-driven/schema.js +2 -0
  233. package/schematics/generators/dropdownlist-template-driven/schema.json +125 -0
  234. package/schematics/generators/multiselect-box-mode/index.d.ts +3 -0
  235. package/schematics/generators/multiselect-box-mode/index.js +8 -0
  236. package/schematics/generators/multiselect-box-mode/sample-details.d.ts +5 -0
  237. package/schematics/generators/multiselect-box-mode/sample-details.js +7 -0
  238. package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  239. package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  240. package/schematics/generators/multiselect-box-mode/schema.d.ts +3 -0
  241. package/schematics/generators/multiselect-box-mode/schema.js +2 -0
  242. package/schematics/generators/multiselect-box-mode/schema.json +125 -0
  243. package/schematics/generators/multiselect-checkbox/index.d.ts +3 -0
  244. package/schematics/generators/multiselect-checkbox/index.js +8 -0
  245. package/schematics/generators/multiselect-checkbox/sample-details.d.ts +5 -0
  246. package/schematics/generators/multiselect-checkbox/sample-details.js +7 -0
  247. package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  248. package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  249. package/schematics/generators/multiselect-checkbox/schema.d.ts +3 -0
  250. package/schematics/generators/multiselect-checkbox/schema.js +2 -0
  251. package/schematics/generators/multiselect-checkbox/schema.json +125 -0
  252. package/schematics/generators/multiselect-chip-customization/index.d.ts +3 -0
  253. package/schematics/generators/multiselect-chip-customization/index.js +8 -0
  254. package/schematics/generators/multiselect-chip-customization/sample-details.d.ts +5 -0
  255. package/schematics/generators/multiselect-chip-customization/sample-details.js +7 -0
  256. package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +73 -0
  257. package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  258. package/schematics/generators/multiselect-chip-customization/schema.d.ts +3 -0
  259. package/schematics/generators/multiselect-chip-customization/schema.js +2 -0
  260. package/schematics/generators/multiselect-chip-customization/schema.json +125 -0
  261. package/schematics/generators/multiselect-delimiter-mode/index.d.ts +3 -0
  262. package/schematics/generators/multiselect-delimiter-mode/index.js +8 -0
  263. package/schematics/generators/multiselect-delimiter-mode/sample-details.d.ts +5 -0
  264. package/schematics/generators/multiselect-delimiter-mode/sample-details.js +7 -0
  265. package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
  266. package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  267. package/schematics/generators/multiselect-delimiter-mode/schema.d.ts +3 -0
  268. package/schematics/generators/multiselect-delimiter-mode/schema.js +2 -0
  269. package/schematics/generators/multiselect-delimiter-mode/schema.json +125 -0
  270. package/schematics/generators/multiselect-filtering/index.d.ts +3 -0
  271. package/schematics/generators/multiselect-filtering/index.js +8 -0
  272. package/schematics/generators/multiselect-filtering/sample-details.d.ts +5 -0
  273. package/schematics/generators/multiselect-filtering/sample-details.js +7 -0
  274. package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  275. package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  276. package/schematics/generators/multiselect-filtering/schema.d.ts +3 -0
  277. package/schematics/generators/multiselect-filtering/schema.js +2 -0
  278. package/schematics/generators/multiselect-filtering/schema.json +125 -0
  279. package/schematics/generators/multiselect-reactive-form/index.d.ts +3 -0
  280. package/schematics/generators/multiselect-reactive-form/index.js +8 -0
  281. package/schematics/generators/multiselect-reactive-form/sample-details.d.ts +5 -0
  282. package/schematics/generators/multiselect-reactive-form/sample-details.js +7 -0
  283. package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
  284. package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  285. package/schematics/generators/multiselect-reactive-form/schema.d.ts +3 -0
  286. package/schematics/generators/multiselect-reactive-form/schema.js +2 -0
  287. package/schematics/generators/multiselect-reactive-form/schema.json +125 -0
  288. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/1.png +0 -0
  289. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/10.png +0 -0
  290. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/2.png +0 -0
  291. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/3.png +0 -0
  292. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/4.png +0 -0
  293. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/5.png +0 -0
  294. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/6.png +0 -0
  295. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/7.png +0 -0
  296. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/8.png +0 -0
  297. package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/9.png +0 -0
  298. package/schematics/generators/multiselect-template/index.d.ts +3 -0
  299. package/schematics/generators/multiselect-template/index.js +8 -0
  300. package/schematics/generators/multiselect-template/sample-details.d.ts +5 -0
  301. package/schematics/generators/multiselect-template/sample-details.js +7 -0
  302. package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +211 -0
  303. package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  304. package/schematics/generators/multiselect-template/schema.d.ts +3 -0
  305. package/schematics/generators/multiselect-template/schema.js +2 -0
  306. package/schematics/generators/multiselect-template/schema.json +125 -0
  307. package/schematics/generators/multiselect-template-driven/index.d.ts +3 -0
  308. package/schematics/generators/multiselect-template-driven/index.js +8 -0
  309. package/schematics/generators/multiselect-template-driven/sample-details.d.ts +5 -0
  310. package/schematics/generators/multiselect-template-driven/sample-details.js +7 -0
  311. package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
  312. package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
  313. package/schematics/generators/multiselect-template-driven/schema.d.ts +3 -0
  314. package/schematics/generators/multiselect-template-driven/schema.js +2 -0
  315. package/schematics/generators/multiselect-template-driven/schema.json +125 -0
  316. package/schematics/ng-add/index.d.ts +3 -0
  317. package/schematics/ng-add/index.js +9 -0
  318. package/schematics/ng-add/schema.d.ts +13 -0
  319. package/schematics/ng-add/schema.js +2 -0
  320. package/schematics/ng-add/schema.json +34 -0
  321. package/schematics/tsconfig.json +25 -0
  322. package/schematics/utils/lib-details.d.ts +4 -0
  323. package/schematics/utils/lib-details.js +6 -0
  324. package/schematics/utils/lib-details.ts +2 -2
  325. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  326. package/src/auto-complete/autocomplete.component.d.ts +4 -7
  327. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  328. package/src/combo-box/combobox-all.module.d.ts +0 -6
  329. package/src/combo-box/combobox.component.d.ts +4 -7
  330. package/src/combo-box/combobox.module.d.ts +0 -6
  331. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  332. package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
  333. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  334. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  335. package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
  336. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  337. package/src/list-box/listbox-all.module.d.ts +0 -6
  338. package/src/list-box/listbox.component.d.ts +1 -4
  339. package/src/list-box/listbox.module.d.ts +0 -6
  340. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  341. package/src/multi-select/multiselect.component.d.ts +0 -3
  342. package/src/multi-select/multiselect.module.d.ts +0 -6
  343. package/styles/auto-complete/bootstrap-dark.scss +1 -4
  344. package/styles/auto-complete/bootstrap.scss +1 -4
  345. package/styles/auto-complete/bootstrap4.scss +1 -4
  346. package/styles/auto-complete/bootstrap5-dark.scss +1 -4
  347. package/styles/auto-complete/bootstrap5.scss +1 -4
  348. package/styles/auto-complete/fabric-dark.scss +1 -4
  349. package/styles/auto-complete/fabric.scss +1 -4
  350. package/styles/auto-complete/fluent-dark.scss +1 -4
  351. package/styles/auto-complete/fluent.scss +1 -4
  352. package/styles/auto-complete/highcontrast-light.scss +1 -4
  353. package/styles/auto-complete/highcontrast.scss +1 -4
  354. package/styles/auto-complete/material-dark.scss +1 -4
  355. package/styles/auto-complete/material.scss +1 -4
  356. package/styles/auto-complete/tailwind-dark.scss +1 -4
  357. package/styles/auto-complete/tailwind.scss +1 -4
  358. package/styles/bootstrap-dark.css +33 -11
  359. package/styles/bootstrap.css +33 -11
  360. package/styles/bootstrap4.css +33 -11
  361. package/styles/bootstrap5-dark.css +34 -12
  362. package/styles/bootstrap5.css +34 -12
  363. package/styles/combo-box/bootstrap-dark.scss +1 -4
  364. package/styles/combo-box/bootstrap.scss +1 -4
  365. package/styles/combo-box/bootstrap4.scss +1 -4
  366. package/styles/combo-box/bootstrap5-dark.scss +1 -4
  367. package/styles/combo-box/bootstrap5.scss +1 -4
  368. package/styles/combo-box/fabric-dark.scss +1 -4
  369. package/styles/combo-box/fabric.scss +1 -4
  370. package/styles/combo-box/fluent-dark.scss +1 -4
  371. package/styles/combo-box/fluent.scss +1 -4
  372. package/styles/combo-box/highcontrast-light.scss +1 -4
  373. package/styles/combo-box/highcontrast.scss +1 -4
  374. package/styles/combo-box/material-dark.scss +1 -4
  375. package/styles/combo-box/material.scss +1 -4
  376. package/styles/combo-box/tailwind-dark.scss +1 -4
  377. package/styles/combo-box/tailwind.scss +1 -4
  378. package/styles/drop-down-base/bootstrap-dark.scss +1 -3
  379. package/styles/drop-down-base/bootstrap.scss +1 -3
  380. package/styles/drop-down-base/bootstrap4.scss +1 -3
  381. package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
  382. package/styles/drop-down-base/bootstrap5.scss +1 -3
  383. package/styles/drop-down-base/fabric-dark.scss +1 -3
  384. package/styles/drop-down-base/fabric.scss +1 -3
  385. package/styles/drop-down-base/fluent-dark.scss +1 -3
  386. package/styles/drop-down-base/fluent.scss +1 -3
  387. package/styles/drop-down-base/highcontrast-light.scss +1 -3
  388. package/styles/drop-down-base/highcontrast.scss +1 -3
  389. package/styles/drop-down-base/material-dark.scss +1 -3
  390. package/styles/drop-down-base/material.scss +1 -3
  391. package/styles/drop-down-base/tailwind-dark.scss +1 -3
  392. package/styles/drop-down-base/tailwind.scss +1 -3
  393. package/styles/drop-down-list/bootstrap-dark.scss +1 -8
  394. package/styles/drop-down-list/bootstrap.scss +1 -8
  395. package/styles/drop-down-list/bootstrap4.scss +1 -8
  396. package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
  397. package/styles/drop-down-list/bootstrap5.scss +1 -8
  398. package/styles/drop-down-list/fabric-dark.scss +1 -8
  399. package/styles/drop-down-list/fabric.scss +1 -8
  400. package/styles/drop-down-list/fluent-dark.scss +1 -8
  401. package/styles/drop-down-list/fluent.scss +1 -8
  402. package/styles/drop-down-list/highcontrast-light.scss +1 -8
  403. package/styles/drop-down-list/highcontrast.scss +1 -8
  404. package/styles/drop-down-list/material-dark.scss +1 -8
  405. package/styles/drop-down-list/material.scss +1 -8
  406. package/styles/drop-down-list/tailwind-dark.scss +1 -8
  407. package/styles/drop-down-list/tailwind.scss +1 -8
  408. package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
  409. package/styles/drop-down-tree/bootstrap.scss +1 -9
  410. package/styles/drop-down-tree/bootstrap4.scss +1 -9
  411. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
  412. package/styles/drop-down-tree/bootstrap5.scss +1 -9
  413. package/styles/drop-down-tree/fabric-dark.scss +1 -9
  414. package/styles/drop-down-tree/fabric.scss +1 -9
  415. package/styles/drop-down-tree/fluent-dark.scss +1 -9
  416. package/styles/drop-down-tree/fluent.scss +1 -9
  417. package/styles/drop-down-tree/highcontrast-light.scss +1 -9
  418. package/styles/drop-down-tree/highcontrast.scss +1 -9
  419. package/styles/drop-down-tree/material-dark.scss +1 -9
  420. package/styles/drop-down-tree/material.scss +1 -9
  421. package/styles/drop-down-tree/tailwind-dark.scss +1 -9
  422. package/styles/drop-down-tree/tailwind.scss +1 -9
  423. package/styles/fabric-dark.css +33 -11
  424. package/styles/fabric.css +33 -11
  425. package/styles/fluent-dark.css +37 -15
  426. package/styles/fluent.css +34 -12
  427. package/styles/highcontrast-light.css +33 -11
  428. package/styles/highcontrast.css +33 -11
  429. package/styles/list-box/bootstrap-dark.css +33 -11
  430. package/styles/list-box/bootstrap-dark.scss +1 -5
  431. package/styles/list-box/bootstrap.css +33 -11
  432. package/styles/list-box/bootstrap.scss +1 -5
  433. package/styles/list-box/bootstrap4.css +33 -11
  434. package/styles/list-box/bootstrap4.scss +1 -5
  435. package/styles/list-box/bootstrap5-dark.css +34 -12
  436. package/styles/list-box/bootstrap5-dark.scss +1 -5
  437. package/styles/list-box/bootstrap5.css +34 -12
  438. package/styles/list-box/bootstrap5.scss +1 -5
  439. package/styles/list-box/fabric-dark.css +33 -11
  440. package/styles/list-box/fabric-dark.scss +1 -5
  441. package/styles/list-box/fabric.css +33 -11
  442. package/styles/list-box/fabric.scss +1 -5
  443. package/styles/list-box/fluent-dark.css +37 -15
  444. package/styles/list-box/fluent-dark.scss +1 -5
  445. package/styles/list-box/fluent.css +34 -12
  446. package/styles/list-box/fluent.scss +1 -5
  447. package/styles/list-box/highcontrast-light.css +33 -11
  448. package/styles/list-box/highcontrast-light.scss +1 -5
  449. package/styles/list-box/highcontrast.css +33 -11
  450. package/styles/list-box/highcontrast.scss +1 -5
  451. package/styles/list-box/material-dark.css +33 -11
  452. package/styles/list-box/material-dark.scss +1 -5
  453. package/styles/list-box/material.css +33 -11
  454. package/styles/list-box/material.scss +1 -5
  455. package/styles/list-box/tailwind-dark.css +34 -12
  456. package/styles/list-box/tailwind-dark.scss +1 -5
  457. package/styles/list-box/tailwind.css +34 -12
  458. package/styles/list-box/tailwind.scss +1 -5
  459. package/styles/material-dark.css +33 -11
  460. package/styles/material.css +33 -11
  461. package/styles/multi-select/bootstrap-dark.scss +1 -9
  462. package/styles/multi-select/bootstrap.scss +1 -9
  463. package/styles/multi-select/bootstrap4.scss +1 -9
  464. package/styles/multi-select/bootstrap5-dark.scss +1 -9
  465. package/styles/multi-select/bootstrap5.scss +1 -9
  466. package/styles/multi-select/fabric-dark.scss +1 -9
  467. package/styles/multi-select/fabric.scss +1 -9
  468. package/styles/multi-select/fluent-dark.scss +1 -9
  469. package/styles/multi-select/fluent.scss +1 -9
  470. package/styles/multi-select/highcontrast-light.scss +1 -9
  471. package/styles/multi-select/highcontrast.scss +1 -9
  472. package/styles/multi-select/material-dark.scss +1 -9
  473. package/styles/multi-select/material.scss +1 -9
  474. package/styles/multi-select/tailwind-dark.scss +1 -9
  475. package/styles/multi-select/tailwind.scss +1 -9
  476. package/styles/tailwind-dark.css +34 -12
  477. package/styles/tailwind.css +34 -12
  478. package/esm2020/public_api.mjs +0 -3
  479. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  480. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -121
  481. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  482. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  483. package/esm2020/src/combo-box/combobox.component.mjs +0 -121
  484. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  485. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
  486. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
  487. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  488. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  489. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -115
  490. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  491. package/esm2020/src/index.mjs +0 -20
  492. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  493. package/esm2020/src/list-box/listbox.component.mjs +0 -103
  494. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  495. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  496. package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
  497. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  498. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  499. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -935
  500. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  501. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -935
  502. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  503. package/styles/auto-complete/_all.scss +0 -1
  504. package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
  505. package/styles/auto-complete/_bootstrap-definition.scss +0 -2
  506. package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
  507. package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
  508. package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
  509. package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
  510. package/styles/auto-complete/_fabric-definition.scss +0 -2
  511. package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
  512. package/styles/auto-complete/_fluent-definition.scss +0 -2
  513. package/styles/auto-complete/_fusionnew-definition.scss +0 -2
  514. package/styles/auto-complete/_highcontrast-definition.scss +0 -2
  515. package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
  516. package/styles/auto-complete/_material-dark-definition.scss +0 -2
  517. package/styles/auto-complete/_material-definition.scss +0 -2
  518. package/styles/auto-complete/_material3-definition.scss +0 -2
  519. package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
  520. package/styles/auto-complete/_tailwind-definition.scss +0 -2
  521. package/styles/combo-box/_all.scss +0 -1
  522. package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
  523. package/styles/combo-box/_bootstrap-definition.scss +0 -2
  524. package/styles/combo-box/_bootstrap4-definition.scss +0 -11
  525. package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
  526. package/styles/combo-box/_bootstrap5-definition.scss +0 -2
  527. package/styles/combo-box/_fabric-dark-definition.scss +0 -2
  528. package/styles/combo-box/_fabric-definition.scss +0 -2
  529. package/styles/combo-box/_fluent-dark-definition.scss +0 -1
  530. package/styles/combo-box/_fluent-definition.scss +0 -2
  531. package/styles/combo-box/_fusionnew-definition.scss +0 -2
  532. package/styles/combo-box/_highcontrast-definition.scss +0 -2
  533. package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
  534. package/styles/combo-box/_material-dark-definition.scss +0 -2
  535. package/styles/combo-box/_material-definition.scss +0 -2
  536. package/styles/combo-box/_material3-definition.scss +0 -2
  537. package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
  538. package/styles/combo-box/_tailwind-definition.scss +0 -2
  539. package/styles/drop-down-base/_all.scss +0 -2
  540. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -76
  541. package/styles/drop-down-base/_bootstrap-definition.scss +0 -77
  542. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -92
  543. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
  544. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -111
  545. package/styles/drop-down-base/_definition.scss +0 -23
  546. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -80
  547. package/styles/drop-down-base/_fabric-definition.scss +0 -78
  548. package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
  549. package/styles/drop-down-base/_fluent-definition.scss +0 -114
  550. package/styles/drop-down-base/_fusionnew-definition.scss +0 -111
  551. package/styles/drop-down-base/_highcontrast-definition.scss +0 -94
  552. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -93
  553. package/styles/drop-down-base/_layout.scss +0 -152
  554. package/styles/drop-down-base/_material-dark-definition.scss +0 -79
  555. package/styles/drop-down-base/_material-definition.scss +0 -78
  556. package/styles/drop-down-base/_material3-definition.scss +0 -111
  557. package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
  558. package/styles/drop-down-base/_tailwind-definition.scss +0 -123
  559. package/styles/drop-down-base/_theme.scss +0 -328
  560. package/styles/drop-down-list/_all.scss +0 -2
  561. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -156
  562. package/styles/drop-down-list/_bootstrap-definition.scss +0 -155
  563. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -189
  564. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
  565. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
  566. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -127
  567. package/styles/drop-down-list/_fabric-definition.scss +0 -122
  568. package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
  569. package/styles/drop-down-list/_fluent-definition.scss +0 -184
  570. package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
  571. package/styles/drop-down-list/_highcontrast-definition.scss +0 -131
  572. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -133
  573. package/styles/drop-down-list/_layout.scss +0 -297
  574. package/styles/drop-down-list/_material-dark-definition.scss +0 -143
  575. package/styles/drop-down-list/_material-definition.scss +0 -166
  576. package/styles/drop-down-list/_material3-definition.scss +0 -201
  577. package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
  578. package/styles/drop-down-list/_tailwind-definition.scss +0 -133
  579. package/styles/drop-down-list/_theme.scss +0 -10
  580. package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
  581. package/styles/drop-down-list/icons/_bootstrap.scss +0 -15
  582. package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
  583. package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
  584. package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
  585. package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
  586. package/styles/drop-down-list/icons/_fabric.scss +0 -15
  587. package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
  588. package/styles/drop-down-list/icons/_fluent.scss +0 -14
  589. package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
  590. package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
  591. package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
  592. package/styles/drop-down-list/icons/_material-dark.scss +0 -14
  593. package/styles/drop-down-list/icons/_material.scss +0 -15
  594. package/styles/drop-down-list/icons/_material3.scss +0 -14
  595. package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
  596. package/styles/drop-down-list/icons/_tailwind.scss +0 -14
  597. package/styles/drop-down-tree/_all.scss +0 -2
  598. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
  599. package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
  600. package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
  601. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
  602. package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
  603. package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
  604. package/styles/drop-down-tree/_fabric-definition.scss +0 -72
  605. package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
  606. package/styles/drop-down-tree/_fluent-definition.scss +0 -66
  607. package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
  608. package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
  609. package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
  610. package/styles/drop-down-tree/_layout.scss +0 -1379
  611. package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
  612. package/styles/drop-down-tree/_material-definition.scss +0 -73
  613. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  614. package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
  615. package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
  616. package/styles/drop-down-tree/_theme.scss +0 -120
  617. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
  618. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -12
  619. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -12
  620. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
  621. package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
  622. package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
  623. package/styles/drop-down-tree/icons/_fabric.scss +0 -12
  624. package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
  625. package/styles/drop-down-tree/icons/_fluent.scss +0 -11
  626. package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
  627. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -12
  628. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -12
  629. package/styles/drop-down-tree/icons/_material-dark.scss +0 -12
  630. package/styles/drop-down-tree/icons/_material.scss +0 -12
  631. package/styles/drop-down-tree/icons/_material3.scss +0 -11
  632. package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
  633. package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
  634. package/styles/list-box/_all.scss +0 -2
  635. package/styles/list-box/_bootstrap-dark-definition.scss +0 -123
  636. package/styles/list-box/_bootstrap-definition.scss +0 -117
  637. package/styles/list-box/_bootstrap4-definition.scss +0 -122
  638. package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
  639. package/styles/list-box/_bootstrap5-definition.scss +0 -120
  640. package/styles/list-box/_fabric-dark-definition.scss +0 -123
  641. package/styles/list-box/_fabric-definition.scss +0 -117
  642. package/styles/list-box/_fluent-dark-definition.scss +0 -1
  643. package/styles/list-box/_fluent-definition.scss +0 -120
  644. package/styles/list-box/_fusionnew-definition.scss +0 -113
  645. package/styles/list-box/_highcontrast-definition.scss +0 -117
  646. package/styles/list-box/_highcontrast-light-definition.scss +0 -123
  647. package/styles/list-box/_layout.scss +0 -534
  648. package/styles/list-box/_material-dark-definition.scss +0 -123
  649. package/styles/list-box/_material-definition.scss +0 -117
  650. package/styles/list-box/_material3-definition.scss +0 -119
  651. package/styles/list-box/_tailwind-dark-definition.scss +0 -1
  652. package/styles/list-box/_tailwind-definition.scss +0 -119
  653. package/styles/list-box/_theme.scss +0 -317
  654. package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
  655. package/styles/list-box/icons/_bootstrap.scss +0 -25
  656. package/styles/list-box/icons/_bootstrap4.scss +0 -25
  657. package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
  658. package/styles/list-box/icons/_bootstrap5.scss +0 -25
  659. package/styles/list-box/icons/_fabric-dark.scss +0 -25
  660. package/styles/list-box/icons/_fabric.scss +0 -25
  661. package/styles/list-box/icons/_fluent-dark.scss +0 -1
  662. package/styles/list-box/icons/_fluent.scss +0 -25
  663. package/styles/list-box/icons/_fusionnew.scss +0 -25
  664. package/styles/list-box/icons/_highcontrast-light.scss +0 -25
  665. package/styles/list-box/icons/_highcontrast.scss +0 -25
  666. package/styles/list-box/icons/_material-dark.scss +0 -25
  667. package/styles/list-box/icons/_material.scss +0 -25
  668. package/styles/list-box/icons/_material3.scss +0 -25
  669. package/styles/list-box/icons/_tailwind-dark.scss +0 -25
  670. package/styles/list-box/icons/_tailwind.scss +0 -25
  671. package/styles/multi-select/_all.scss +0 -2
  672. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -186
  673. package/styles/multi-select/_bootstrap-definition.scss +0 -181
  674. package/styles/multi-select/_bootstrap4-definition.scss +0 -246
  675. package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
  676. package/styles/multi-select/_bootstrap5-definition.scss +0 -219
  677. package/styles/multi-select/_fabric-dark-definition.scss +0 -176
  678. package/styles/multi-select/_fabric-definition.scss +0 -172
  679. package/styles/multi-select/_fluent-dark-definition.scss +0 -1
  680. package/styles/multi-select/_fluent-definition.scss +0 -229
  681. package/styles/multi-select/_fusionnew-definition.scss +0 -219
  682. package/styles/multi-select/_highcontrast-definition.scss +0 -264
  683. package/styles/multi-select/_highcontrast-light-definition.scss +0 -263
  684. package/styles/multi-select/_layout.scss +0 -2003
  685. package/styles/multi-select/_material-dark-definition.scss +0 -219
  686. package/styles/multi-select/_material-definition.scss +0 -213
  687. package/styles/multi-select/_material3-definition.scss +0 -219
  688. package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
  689. package/styles/multi-select/_tailwind-definition.scss +0 -225
  690. package/styles/multi-select/_theme.scss +0 -493
  691. package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
  692. package/styles/multi-select/icons/_bootstrap.scss +0 -26
  693. package/styles/multi-select/icons/_bootstrap4.scss +0 -37
  694. package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
  695. package/styles/multi-select/icons/_bootstrap5.scss +0 -27
  696. package/styles/multi-select/icons/_fabric-dark.scss +0 -26
  697. package/styles/multi-select/icons/_fabric.scss +0 -26
  698. package/styles/multi-select/icons/_fluent-dark.scss +0 -1
  699. package/styles/multi-select/icons/_fluent.scss +0 -56
  700. package/styles/multi-select/icons/_fusionnew.scss +0 -27
  701. package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
  702. package/styles/multi-select/icons/_highcontrast.scss +0 -26
  703. package/styles/multi-select/icons/_material-dark.scss +0 -694
  704. package/styles/multi-select/icons/_material.scss +0 -694
  705. package/styles/multi-select/icons/_material3.scss +0 -27
  706. package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
  707. package/styles/multi-select/icons/_tailwind.scss +0 -27
  708. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,2333 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
10
+
11
+ ## 20.2.36 (2022-06-30)
12
+
13
+ ### ListBox
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
18
+
19
+ ### MultiSelect
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
24
+
25
+ #### Bug fixes
26
+
27
+ - `#I383092` - Issue with "popup is not updated while clearing the filter input value using long backspace keypress" has been resolved.
28
+ - `#FB31983` - Issue with "empty popup shows while rendering the component with item template and changing the query property dynamically" has been resolved.
29
+
30
+ ### DropDownList
31
+
32
+ #### Bug fixes
33
+
34
+ - `#I382870` - Issue with "NVDA reader does not read the selected value in the component" has been resolved.
35
+
36
+ ## 19.3.56 (2021-12-02)
37
+
38
+ ### MultiSelect
39
+
40
+ #### Bug Fixes
41
+
42
+ - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
43
+
44
+ ### Dropdown Tree
45
+
46
+ #### Bug Fixes
47
+
48
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
49
+
50
+ ## 19.3.55 (2021-11-23)
51
+
52
+ ### AutoComplete
53
+
54
+ #### Bug Fixes
55
+
56
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
57
+
58
+ ## 19.3.53 (2021-11-12)
59
+
60
+ ### Dropdown Tree
61
+
62
+ #### Bug Fixes
63
+
64
+ - `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
65
+
66
+ ### MultiSelect
67
+
68
+ #### New Features
69
+
70
+ - `#F158756` - Now, you can convert the typed value as chip or update as value of the component while focusing out the component by enabling the `addTagOnBlur` property.
71
+ - `#I346387` - Issue with "select all checkbox is not displayed properly while selecting an item from the list" has been resolved.
72
+
73
+ ## 19.3.48 (2021-11-02)
74
+
75
+ ### Dropdown Tree
76
+
77
+ #### Bug Fixes
78
+
79
+ - `#I344723` - The issue with "The selected value is not removed from the Dropdown Tree while using the value property as two-way binding" has been resolved.
80
+
81
+ ### MultiSelect
82
+
83
+ #### Bug Fixes
84
+
85
+ - `#I342517` - Issue with "Content Security Policy violation exception throws on initial rendering" has been resolved.
86
+
87
+ ## 19.3.47 (2021-10-26)
88
+
89
+ ### Dropdown Tree
90
+
91
+ #### Bug Fixes
92
+
93
+ - `#I343096` - The issue with "The Dropdown Tree item getting unselected when clicking the text content of the input element" has been fixed.
94
+
95
+ ## 19.3.46 (2021-10-19)
96
+
97
+ ### Dropdown Tree
98
+
99
+ #### Bug Fixes
100
+
101
+ - `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
102
+ - `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
103
+
104
+ ### MultiSelect
105
+
106
+ #### Bug Fixes
107
+
108
+ - `#I329545` - Issue with "clear icon is not working while rendering the component with custom value as preselected value" has been resolved.
109
+
110
+ ## 19.3.45 (2021-10-12)
111
+
112
+ ### ComboBox
113
+
114
+ #### Bug Fixes
115
+
116
+ - `#I343666` - Issue with "data list is not updated to the popup while changing the query property on dynamically with filtering mode" has been resolved.
117
+
118
+ ## 19.3.44 (2021-10-05)
119
+
120
+ ### Dropdown Tree
121
+
122
+ #### New Features
123
+
124
+ - `#I301222` - Provided support to display custom selected values template in the Dropdown Tree component.
125
+
126
+ #### Bug Fixes
127
+
128
+ - `#I342360`, `#I342351` - The issue with "The Dropdown Tree component is not rendered when providing an id that starts with an integer type" has been resolved.
129
+ - `I341114` - Issue with "When listbox is selected with checkbox, drag and drop is not working properly" has been resolved.
130
+
131
+ ## 19.2.62 (2021-09-14)
132
+
133
+ ### DropDownList
134
+
135
+ #### Bug Fixes
136
+
137
+ - `#I341137` - Issue with "fixed grouping headers are not updated while scrolling the popup after set the grouping dynamically" has been resolved.
138
+
139
+ ## 19.2.55 (2021-08-11)
140
+
141
+ ### ListBox
142
+
143
+ #### New Features
144
+
145
+ - Provided No Record Template support.
146
+
147
+ ### DropDownList
148
+
149
+ #### Bug Fixes
150
+
151
+ - Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
152
+
153
+ ### AutoComplete
154
+
155
+ #### Bug Fixes
156
+
157
+ - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
158
+
159
+ ### Dropdown Tree
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
164
+
165
+ ### MultiSelect
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#I338231` - Issue with "empty popup is shown while removing the custom value from the input" has been resolved.
170
+
171
+ ## 19.2.51 (2021-08-03)
172
+
173
+ ### ListBox
174
+
175
+ #### Bug Fixes
176
+
177
+ - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
178
+
179
+ ### Dropdown Tree
180
+
181
+ #### Bug Fixes
182
+
183
+ - `#FB25687` - The issue with "The popup is not opened for the second time in the Dropdown Tree component when it is rendered inside the Accordion" has been resolved.
184
+
185
+ ## 19.2.49 (2021-07-27)
186
+
187
+ ### MultiSelect
188
+
189
+ #### Bug Fixes
190
+
191
+ - `#FB26653` - Issue with "placeholder is not updated properly while updating the placeholder value with special characters" has been resolved.
192
+
193
+ ## 19.2.48 (2021-07-20)
194
+
195
+ ### ListBox
196
+
197
+ #### Bug Fixes
198
+
199
+ - `#I333351` - The issue with item template not works while using drag and drop issue has been fixed.
200
+
201
+ ### MultiSelect
202
+
203
+ #### Bug Fixes
204
+
205
+ - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
206
+ - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
207
+
208
+ ### Dropdown Tree
209
+
210
+ #### Bug Fixes
211
+
212
+ - `#I333505` - The issue with "When placing the button in the header and footer templates of the Dropdown Tree, the button's click event is not triggered" has been resolved.
213
+ - `#I304231` - Improved the item selection performance with large items in the Dropdown Tree component.
214
+
215
+ ## 19.2.47 (2021-07-13)
216
+
217
+ ### MultiSelect
218
+
219
+ #### Bug Fixes
220
+
221
+ - `#I331063` - Issue with "popup is not opened while rendering component with HTML select tag and dynamically changing the data source" has been resolved.
222
+
223
+ - `#F166677` - Issue with "incorrect selected count is displayed in the multiselect while choosing multiple items" has been resolved.
224
+
225
+ ## 19.1.65 (2021-05-25)
226
+
227
+ ### DropDownList
228
+
229
+ #### Bug Fixes
230
+
231
+ - Issue with "Improper data source values are loaded in the popup while modifying query property" has been resolved.
232
+
233
+ ## 19.1.59 (2021-05-04)
234
+
235
+ ### ListBox
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#317293` - Listbox event properties descriptions added.
240
+
241
+ ### MultiSelect
242
+
243
+ #### Bug Fixes
244
+
245
+ - `#I323182` - Issue with "grouping headers are duplicated and overlapped with popup items while scrolling the popup after selecting the first popup item" has been resolved.
246
+
247
+ ## 19.1.57 (2021-04-20)
248
+
249
+ ### ListBox
250
+
251
+ #### Bug Fixes
252
+
253
+ - `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.
254
+
255
+ ### MultiSelect
256
+
257
+ #### Bug Fixes
258
+
259
+ - `#I320251` - Issue with "previously selected value is shown in the popup while removing the value using backspace rapidly in the custom value enabled component" has been resolved.
260
+
261
+ ## 19.1.56 (2021-04-13)
262
+
263
+ ### ListBox
264
+
265
+ #### Bug Fixes
266
+
267
+ - `#316046` - Action complete event not triggered when sort order property is given issue is fixed.
268
+ - `#311323` - DataSource missing while filtering is applied issue has been resolved.
269
+ - `#163935` - Previous index is wrong in drag and drop event has been fixed.
270
+
271
+ ## 19.1.54 (2021-03-30)
272
+
273
+ ### Dropdown Tree
274
+
275
+ #### Bug Fixes
276
+
277
+ `#317088` - The issue with "The popup is not opened for the second time in the Dropdown Tree component when it is rendered inside the Dialog" has been resolved.
278
+
279
+
280
+ ## 18.4.47 (2021-03-09)
281
+
282
+ ### MultiSelect
283
+
284
+ #### Bug Fixes
285
+
286
+ `#317598` - Issue with "selected values are not posted properly while clicking on the select all option with predefined value" has been resolved.
287
+
288
+
289
+ ## 18.4.44 (2021-02-23)
290
+
291
+ ### MultiSelect
292
+
293
+ #### New Features
294
+
295
+ - `#283275`, `#289148`, `#296652` - Now, selection and deselection performance is improved while providing the large data to the component.
296
+
297
+ ## 18.4.43 (2021-02-16)
298
+
299
+ ### Dropdown Tree
300
+
301
+ #### Bug Fixes
302
+
303
+ - `#310244` - The issue on changing the `treeSettings.autoCheck` property dynamically in the `Box` mode has been resolved in the Dropdown Tree component.
304
+
305
+ ### MultiSelect
306
+
307
+ #### Bug Fixes
308
+
309
+ - `#310590` - Now, chip will create in focused multiselect component while updating the value property on dynamically.
310
+
311
+ ## 18.4.35 (2021-01-19)
312
+
313
+ ### DropDownList
314
+
315
+ #### Bug Fixes
316
+
317
+ - `#310665` - Issue with "`select` event is triggered twice while preventing the value selection" has been resolved.
318
+
319
+ ## 18.4.34 (2021-01-12)
320
+
321
+ ### ListBox
322
+
323
+ #### Bug Fixes
324
+
325
+ - Issue with remote data has been fixed.
326
+
327
+ ### ComboBox
328
+
329
+ #### Bug Fixes
330
+
331
+ - `#F159036` - Issue with "popup doesn't show the entire data source when render component with item template and clearing the filtered value" has been resolved.
332
+
333
+ ## 18.4.32 (2020-12-29)
334
+
335
+ ### AutoComplete
336
+
337
+ #### Bug Fixes
338
+
339
+ - `#308003` - Issue with 'highlight search is not working while rendering component along with `iconCss` property' has been resolved.
340
+
341
+ ### DropDownList
342
+
343
+ #### Bug Fixes
344
+
345
+ - `#304837` - Issue with "value property is not updated properly while rendering dropdown with select tag and list has empty string as field value" has been resolved.
346
+
347
+ ## 18.4.31 (2020-12-22)
348
+
349
+ ### ListBox
350
+
351
+ #### Bug Fixes
352
+
353
+ - Issue with 'drag and drop' has been fixed.
354
+ - Issue with toolbar option has been fixed.
355
+
356
+ ### DropDownList
357
+
358
+ #### Bug Fixes
359
+
360
+ - `#305245` - Now, popup values reset back to full data while clicking on the clear icon in the filter input.
361
+ - `#305962` - Now, `sortOrder` property works for data source with `Array` type.
362
+ - `#304595` - Issue with "dynamic value changes is not updated to the component after performing the filtering action" has been resolved.
363
+ - `#305983` - Issue with "unable to select dropdown items after calling `refresh` method" has been resolved.
364
+
365
+ ### MultiSelect
366
+
367
+ #### Bug Fixes
368
+
369
+ - `#305461` - Issue with "popup is not closed when render multiple multiselect dropdown with checkbox mode" has been resolved.
370
+ - `#302393` - Issue with "the focus class is maintained in the previous multiselect after move the focus to another multiselect component" has been resolved.
371
+
372
+ ## 18.3.52 (2020-12-01)
373
+
374
+ ### DropDownList
375
+
376
+ #### Bug Fixes
377
+
378
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
379
+
380
+ ### MultiSelect
381
+
382
+ #### Bug Fixes
383
+
384
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
385
+
386
+ ### ComboBox
387
+
388
+ #### Bug Fixes
389
+
390
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
391
+
392
+ ### AutoComplete
393
+
394
+ #### Bug Fixes
395
+
396
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
397
+
398
+ ### ListBox
399
+
400
+ #### Bug Fixes
401
+
402
+ - Issue with 'removeItem' method has been fixed.
403
+
404
+ ## 18.3.44 (2020-10-27)
405
+
406
+ ### MultiSelect
407
+
408
+ #### Bug Fixes
409
+
410
+ - `#292479` - Issue with "beforeOpen event is triggered while rendering the component with initial value" has been resolved.
411
+
412
+ ### DropDownList
413
+
414
+ #### Bug Fixes
415
+
416
+ - `#F158340` - Issue with "popup is not getting refreshed after filtering while updating the remote data dynamically " has been resolved.
417
+
418
+ ## 18.3.42 (2020-10-20)
419
+
420
+ ### Dropdown Tree
421
+
422
+ #### Bug Fixes
423
+
424
+ - `F155642` - The issue with "the two-way binding is not working while enabling checkbox support in the Dropdown Tree component" has been resolved.
425
+
426
+ ### ListBox
427
+
428
+ #### Bug Fixes
429
+
430
+ - Issue with 'dragStart' event has been fixed.
431
+
432
+ ### MultiSelect
433
+
434
+ #### Bug Fixes
435
+
436
+ - `#289874` - Issue with "invalid predefined value is added to the control while disabling the custom value" has been resolved.
437
+ - `#291608` - Issue with "spinner icon is overlapped with clear icon while fetching data from server" has been resolved.
438
+
439
+ ## 18.3.40 (2020-10-13)
440
+
441
+ ### MultiSelect
442
+
443
+ #### Bug Fixes
444
+
445
+ - `#291884` - Issue with "clear icon overlaps the selected value" has been resolved.
446
+
447
+ - `#F158089` - Issue with "misplacement of footer template for checkbox mode" has been resolved.
448
+ - `#F157575` - Issue with "value selection by using the space key at the popup opening on second time" has been resolved.
449
+
450
+ ## 18.3.35 (2020-10-01)
451
+
452
+ ### ListBox
453
+
454
+ #### Bug Fixes
455
+
456
+ - compatibility issues with EJ1 has been fixed.
457
+
458
+ ## 18.2.58 (2020-09-15)
459
+
460
+ ### ListBox
461
+
462
+ #### Bug Fixes
463
+
464
+ - 'moveAll' is not working after applied grouping has been fixed.
465
+
466
+ ### MultiSelect
467
+
468
+ #### Bug Fixes
469
+
470
+ - `#289874` - Issue with "invalid value is added to the control while providing the invalid value to the value property" has been resolved.
471
+
472
+ ## 18.2.54 (2020-08-18)
473
+
474
+ ### Dropdown Tree
475
+
476
+ #### Breaking Changes
477
+
478
+ - `#273325` - Provided the option to customize the Dropdown Tree’s input height when the content is increased.
479
+
480
+ ### MultiSelect
481
+
482
+ #### Bug Fixes
483
+
484
+ - `#275308` - Performance issue will no longer occurs when render the multiselect with checkbox.
485
+
486
+ ### DropDownList
487
+
488
+ #### Bug Fixes
489
+
490
+ - `#285069` - Issue with "popup is not opened when focus out the component before loading the remote data" has been resolved.
491
+
492
+ ## 18.2.48 (2020-08-04)
493
+
494
+ ### ListBox
495
+
496
+ #### New Features
497
+
498
+ - `#285392` - Enable / disable list items based on unique value support provided.
499
+
500
+ ### Dropdown Tree
501
+
502
+ #### Bug Fixes
503
+
504
+ - The accessibility issue with “The Dropdown Tree text is not reading properly when enabling the multi-selection support” has been resolved.
505
+
506
+ ### MultiSelect
507
+
508
+ #### Bug Fixes
509
+
510
+ - `#282905`, `#273055` - Now, Cross-Site Scripting issues will no longer occurs.
511
+ - `#285164`, `#277294` - Issue with "First list item got selected while pressing space key in the MultiSelect along with checkbox mode and remote data" has been resolved.
512
+
513
+ ## 18.2.47 (2020-07-28)
514
+
515
+ ### DropDownList
516
+
517
+ #### Bug Fixes
518
+
519
+ - `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
520
+
521
+ ### ListBox
522
+
523
+ #### Bug Fixes
524
+
525
+ - Filtering is not working in IE browser has been fixed.
526
+
527
+ ### AutoComplete
528
+
529
+ #### Bug Fixes
530
+
531
+ - `#276842` - Issue with "list data is not updated properly while pressing alt+down key in auto filling autocomplete" has been resolved.
532
+
533
+ ## 18.1.59 (2020-06-23)
534
+
535
+ ### MultiSelect
536
+
537
+ #### Bug Fixes
538
+
539
+ -`#F154635` - Issue with "floating label is not floated properly while rendering with filter and outline theme appearance" has been resolved.
540
+
541
+
542
+ - `#278902` - Issue with "incorrect count displayed in the multiselect input field when selecting the multiple items" has been resolved.
543
+
544
+ ### DropDownList
545
+
546
+ #### Bug Fixes
547
+
548
+ -`#278736` -Now, search action is performed properly while rendering multiple dropdown and selecting the value using keyboard.
549
+
550
+
551
+ ## 18.1.57 (2020-06-16)
552
+
553
+ ### ComboBox
554
+
555
+ #### Bug Fixes
556
+
557
+ - `#279216` - Now, you can set empty data source dynamically.
558
+
559
+ ### MultiSelect
560
+
561
+ #### Bug Fixes
562
+
563
+ - `#277467`- Issue with "some items in the dropdown hides when using the header template in the mobile mode" has been resolved.
564
+ - `#278201`- Issue with "multiSelect component in mobile mode with initial value page not scrolled" has been resolved.
565
+
566
+ ## 18.1.56 (2020-06-09)
567
+
568
+ ### ComboBox
569
+
570
+ #### Bug Fixes
571
+
572
+ - Issue with "select event is not triggered while doing first selection with autofill" has been resolved.
573
+
574
+ -`#278135`- Issue with "Item data is not loaded with asynchronous data when allowCustom is set to false" has been resolved.
575
+
576
+
577
+ ### DropDownList
578
+
579
+ #### Bug Fixes
580
+
581
+ - `#280052`- Issue with "localization is not working for dropdown components" has been resolved.
582
+
583
+ ## 18.1.55 (2020-06-02)
584
+
585
+ ### MultiSelect
586
+
587
+ #### Bug Fixes
588
+
589
+ -`#273796` - Now, e-outline class is added to the filter input
590
+
591
+
592
+ ### Dropdown Tree
593
+
594
+ #### Bug Fixes
595
+
596
+ - `#276800` - The issue with “The selected item is maintained in DOM after clearing the item using clear icon in the Dropdown Tree component” has been resolved.
597
+ - `#278072` - The issue with “The Dropdown Tree selected values are not received in the form post back” has been resolved.
598
+ - `#274468` - The issue with “The Dropdown Tree popup element is incorrectly positioned when it is rendered inside the Bootstrap dialog” has been fixed.
599
+
600
+ #### New Features
601
+
602
+ - `#277378` - Provided the support to reset the values in the Dropdown Tree component when the form reset method is called.
603
+
604
+ ### DropDownList
605
+
606
+ #### Bug Fixes
607
+
608
+ -`#277821` - Now, changed the no record template hint message.
609
+
610
+
611
+ ## 18.1.53 (2020-05-19)
612
+
613
+ ### MultiSelect
614
+
615
+ #### Bug Fixes
616
+
617
+ - `#273796` - Now, filtering works properly when paste the value in the input element.
618
+
619
+ ### Dropdown Tree
620
+
621
+ #### Bug Fixes
622
+
623
+ - `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
624
+
625
+ ### ListBox
626
+
627
+ #### New Features
628
+
629
+ - Provided Placeholder support to filterbar in listbox.
630
+
631
+ #### Bug Fixes
632
+
633
+ - Move to and move from throws script error when listbox rendered with item template issue fixed.
634
+
635
+ ## 18.1.52 (2020-05-13)
636
+
637
+ ### ListBox
638
+
639
+ #### Bug Fixes
640
+
641
+ - Move to and move from throws script error when listbox rendered with item template issue fixed.
642
+
643
+ ## 18.1.48 (2020-05-05)
644
+
645
+ ### MultiSelect
646
+
647
+ #### Bug Fixes
648
+
649
+ - `#273796` - Issue with clear icon misalignment in the material outline has been resolved.
650
+
651
+ ### ListBox
652
+
653
+ #### Bug Fixes
654
+
655
+ - Issue with drag and drop in empty listbox has been fixed.
656
+
657
+ ## 18.1.46 (2020-04-28)
658
+
659
+ ### Dropdown Tree
660
+
661
+ #### Bug Fixes
662
+
663
+ - The issue with `The Dropdown Tree placeholder hides while opening the popup, when enabling the checkbox support` has been fixed.
664
+
665
+ ### ListBox
666
+
667
+ #### Bug Fixes
668
+
669
+ - Issue with 'enabled' properly when listbox have toolbar option has been fixed.
670
+ - Issue with Filter element when the scrolling has enabled in listbox.
671
+
672
+ ## 18.1.43 (2020-04-07)
673
+
674
+ ### ListBox
675
+
676
+ #### Bug Fixes
677
+
678
+ - `moveTo` method is not working properly when listbox have disabled items has been fixed.
679
+
680
+ ## 18.1.36-beta (2020-03-19)
681
+
682
+ ### Common
683
+
684
+ #### Breaking Changes
685
+
686
+ The newly added `Dropdown Tree` component in dropdowns package requires `Navigations` dependency, so now it is mandatory to include the `ej2-navigations.umd.min.js` in `system.js` configuration if you are using the system.js module loader.
687
+ Update the system.js configuration while going with this version and above.
688
+
689
+
690
+ ### Dropdown Tree
691
+
692
+ The Dropdown Tree control allows you to select single or multiple values from hierarchical data in a tree-like structure. It has several out-of-the-box features, such as data binding, check boxes, templates, UI customization, accessibility, and preselected values. The available key features are
693
+
694
+
695
+ - **Data binding** - Bind and access a hierarchical list of items from a local or server-side data source.
696
+ - **Check boxes** - Select more than one item in the Dropdown Tree control without affecting the UI appearance.
697
+ - **Multiple selection** - Select more than one item in the control.
698
+ - **Sorting** - Display the Dropdown Tree items in ascending or descending order.
699
+ - **Template** - Customize the Dropdown Tree items, header, footer, action failure content, and no records content.
700
+ - **Accessibility** - Provide access to all the Dropdown Tree control features through keyboard interaction, on-screen readers, and other assistive technology devices.
701
+
702
+ ### ListBox
703
+
704
+ #### Bug Fixes
705
+
706
+ - Dynamic show checkBox not working in grouping has been fixed.
707
+
708
+ ## 17.4.51 (2020-02-25)
709
+
710
+ ### MultiSelect
711
+
712
+ #### Bug Fixes
713
+
714
+ - `#263579` - Issue with "the performance issue while clear the selected items using clear button" issue has been resolved.
715
+
716
+ ## 17.4.50 (2020-02-18)
717
+
718
+ ### ListBox
719
+
720
+ #### Bug Fixes
721
+
722
+ - `#261827` - Issue when ListBox and menu component in a same page has been resolved.
723
+
724
+ ### ComboBox
725
+
726
+ #### Bug Fixes
727
+
728
+ - `#261005` - Now, `isInteracted` argument updated properly in the change event while entering the `autofill` value.
729
+
730
+ ## 17.4.49 (2020-02-11)
731
+
732
+ ### DropDownList
733
+
734
+ #### Bug Fixes
735
+
736
+ - `#261901` - Issue with "cascade dropdown previous value maintained while enabled the filtering" has been resolved.
737
+
738
+ ### ComboBox
739
+
740
+ #### Bug Fixes
741
+
742
+ - `#261005` - Now, `isInteracted` argument is updated properly after manually deleting all characters followed by focus out the control.
743
+
744
+ ### MultiSelect
745
+
746
+ #### Bug Fixes
747
+
748
+ - `#263399` - Issue with "change event is not triggered while enabling `checkbox` selection in IE11 browser" has been resolved.
749
+
750
+ ## 17.4.47 (2020-02-05)
751
+
752
+ ### ListBox
753
+
754
+ #### Bug Fixes
755
+
756
+ - `#F151029` - Checkbox selection not updated on initial load, while rendering the ListBox with `iconCss` issue fixed.
757
+ - Provided 'actionBegin' and 'actionComplete' event when moving items.
758
+
759
+ ## 17.4.46 (2020-01-30)
760
+
761
+ ### MultiSelect
762
+
763
+ #### Bug Fixes
764
+
765
+ - `#261574` - Now, `isInteracted` argument updated properly in the change event while focusout.
766
+
767
+ - `#258514` - Issue with "addItem method is not working while binding empty data source" has been resolved.
768
+ - `#259861` - Issue with "filtering not working after selecting the item in the popup" has been resolved.
769
+
770
+ ### ComboBox
771
+
772
+ #### Bug Fixes
773
+
774
+ - `#261005` - Now, `isInteracted` argument updated properly in the change event while entering the custom value.
775
+
776
+ ## 17.4.44 (2021-01-21)
777
+
778
+ ### ListBox
779
+
780
+ #### Bug Fixes
781
+
782
+ - `#260635` - Sorted datasource not updated properly in ListBox has been fixed.
783
+
784
+ ## 17.4.43 (2020-01-14)
785
+
786
+ ### ListBox
787
+
788
+ #### Bug Fixes
789
+
790
+ - `#F150435` - Script error occurs during disabled toolbar button click has been resolved.
791
+
792
+ ## 17.4.41 (2020-01-07)
793
+
794
+ ### ListBox
795
+
796
+ #### Bug Fixes
797
+
798
+ - `#255830` - filter and grouping are not working on drag and drop and toolbar button states not updated properly has been resolved.
799
+
800
+ ## 17.4.40 (2019-12-24)
801
+
802
+ ### DropDownList
803
+
804
+ #### Bug Fixes
805
+
806
+ - `#255255` - Issue with "JAWS screen reader does not read the pre-selected value" has been resolved.
807
+
808
+ - `#257336` - Issue with "fixed header shown twice while scrolling the items in the popup and reopen the popup again" has been resolved.
809
+
810
+ ### ListBox
811
+
812
+ #### Bug Fixes
813
+
814
+ - Issue with Drag and Drop is fixed.
815
+
816
+ ## 17.4.39 (2019-12-17)
817
+
818
+ ### ComboBox
819
+
820
+ #### Bug Fixes
821
+
822
+ - `#256098` - The mobile device ENTER key selection issue in the focused item issue has resolved.
823
+
824
+ ### MultiSelect
825
+
826
+ #### Bug Fixes
827
+
828
+ - `#255765` - Issue with "dynamically added item not displayed initially in box mode when control in focus state" has been resolved.
829
+
830
+ ### DropDownList
831
+
832
+ #### Bug Fixes
833
+
834
+ - `#256908` - Issue with "script error throws while pressing the escape key after filter the items in the popup" has been resolved.
835
+
836
+ ### ListBox
837
+
838
+ #### New Features
839
+
840
+ - Provided public methods for `toolbar` actions.
841
+ - Provided `getDataByValues` method for getting array of data objects.
842
+
843
+ #### Bug Fixes
844
+
845
+ - `#252496` - Checkbox selection not maintained after removing filter has been fixed.
846
+ - `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
847
+
848
+ ### AutoComplete
849
+
850
+ #### Bug Fixes
851
+
852
+ - `#236361` - Now, filtering works properly in mobile Firefox.
853
+
854
+ ## 17.3.29 (2019-11-26)
855
+
856
+ ### AutoComplete
857
+
858
+ #### New Features
859
+
860
+ - `#254473` - Now, you can clear the selected values using `clear` method.
861
+
862
+ ### ComboBox
863
+
864
+ #### New Features
865
+
866
+ - `#254473` - Now, you can clear the selected values using `clear` method.
867
+
868
+ ### DropDownList
869
+
870
+ #### New Features
871
+
872
+ - `#254473` - Now, you can clear the selected values using `clear` method.
873
+
874
+ ### MultiSelect
875
+
876
+ #### New Features
877
+
878
+ - `#254473` - Now, you can clear the selected values using `clear` method.
879
+
880
+ #### Bug Fixes
881
+
882
+ - `#F149046` - Issue with "popup not opened after clearing the all selected values" has been resolved.
883
+
884
+ ## 17.3.28 (2019-11-19)
885
+
886
+ ### MultiSelect
887
+
888
+ #### Bug Fixes
889
+
890
+ - `#F148867` , `#254713` - The issue with "rendering the `itemTemplate` when value is bound to the control" has been resolved.
891
+
892
+ - `#251564` - Issue with "new item is not added to respective group while adding items using addItem method" has been resolved.
893
+
894
+ ## 17.3.21 (2019-10-30)
895
+
896
+ ### ComboBox
897
+
898
+ #### Bug Fixes
899
+
900
+ - `#251466` - Now, you can set width property in `em` unit.
901
+ - `#251650` - Issue with 'filtered list item is not getting focused when set filter type as contains' has been resolved.
902
+ - `#251325` - Issue with "once combobox popup open is prevented by setting args.cancel as true in open event then you can't remove the prevent a popup opening using open event" has been resolved.
903
+
904
+ ### DropDownList
905
+
906
+ #### Bug Fixes
907
+
908
+ - `#251466` - Now, you can set width property in `em` unit.
909
+
910
+ ### MultiSelect
911
+
912
+ #### Bug Fixes
913
+
914
+ - `#251466` - Now, you can set width property in `em` unit.
915
+
916
+ - `#252117` , `#248511` - Issue with "floating label not positioned properly when set floatLabelType value as Always" has been resolved.
917
+
918
+ ### ListBox
919
+
920
+ #### Bug Fixes
921
+
922
+ - `#F147087` - script error "class List of undefined" while grouping has been fixed.
923
+ - `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
924
+ - `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
925
+
926
+ ## 17.3.19 (2019-10-22)
927
+
928
+ ### ListBox
929
+
930
+ - Drag Event returns null value issue is fixed
931
+
932
+ ### DropDownList
933
+
934
+ #### Bug Fixes
935
+
936
+ - `#246853` - Now, popup will close when input element is hidden from viewport.
937
+
938
+ ## 17.3.17 (2019-10-15)
939
+
940
+ ### MultiSelect
941
+
942
+ #### Bug Fixes
943
+
944
+ - `#250710` - Now, you can filter the data while render the component using `select` element.
945
+
946
+ - `#246802` - Now, the change event fires on value selection and remove while disabled the `changeOnBlur` property.
947
+ - `#F147650` - Now SelectAll method works properly when set `enableGroupCheckBox` as true.
948
+ - `#251276`- Now, the change event fires on click the clear icon and updates the model value.
949
+
950
+ ## 17.3.16 (2019-10-09)
951
+
952
+ ### ListBox
953
+
954
+ #### Bug Fixes
955
+
956
+ - Adding common cssClass for wrapper.
957
+
958
+ ### MultiSelect
959
+
960
+ #### New Features
961
+
962
+ - Provided `Material2 outline layout` for multiselect.
963
+
964
+ #### Bug Fixes
965
+
966
+ - `#248395`, `#F148059` - Now SelectAll works properly when limit the selection using `maximumSelectionLength` property.
967
+
968
+ ## 17.3.14 (2019-10-03)
969
+
970
+ ### AutoComplete
971
+
972
+ #### Bug Fixes
973
+
974
+ - `#248193` - Issue with "once autocomplete popup open is prevented by setting args.cancel as true in beforeOpen event then you can't remove the prevent a popup opening using beforeOpen event" has been resolved.
975
+
976
+ ### MultiSelect
977
+
978
+ #### Bug Fixes
979
+
980
+ - `#248288` - Issue with "console error thrown when set the openOnClick property as false in checkbox mode" has been resolved.
981
+
982
+ - `#247340` - Issue with "list items not loaded while change the data source dynamically in checkbox mode" has been resolved.
983
+ - `#247922` - Issue with "group header is not changed as fixed element when reopening the popup" has been fixed.
984
+
985
+ ### DropDownList
986
+
987
+ #### Bug Fixes
988
+
989
+ - `#248511` - Issue with floating label misalignment in the outline mode has been resolved.
990
+ - `#F147708` - Issue with "template data not populated in filtering dropdownlist when open the dropdown popup on second time" has been resolved.
991
+
992
+ ## 17.2.49 (2019-09-04)
993
+
994
+ ### MultiSelect
995
+
996
+ #### Bug Fixes
997
+
998
+ - `#245849` - Issue with "Dropdown popup moves down while initial value selection on popup" has been resolved.
999
+
1000
+ ## 17.2.46 (2019-08-22)
1001
+
1002
+ ### ListBox
1003
+
1004
+ #### New Features
1005
+
1006
+ - `#237694` - provided maximum selection limit option for ListBox.
1007
+
1008
+ ## 17.2.41 (2019-08-14)
1009
+
1010
+ ### MultiSelect
1011
+
1012
+ #### Bug Fixes
1013
+
1014
+ - `#144756`- Issue with "custom value added to the list after args.cancel is set to true in custom value section event" has been resolved.
1015
+
1016
+ ### DropDownList
1017
+
1018
+ #### Bug Fixes
1019
+
1020
+ - `#244335` - Issue with "clear icon shown in read-only dropdown list" has been resolved.
1021
+
1022
+ ## 17.2.40 (2019-08-06)
1023
+
1024
+ ### MultiSelect
1025
+
1026
+ #### New Features
1027
+
1028
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1029
+
1030
+ ### ComboBox
1031
+
1032
+ #### New Features
1033
+
1034
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1035
+
1036
+ ### DropDownList
1037
+
1038
+ #### New Features
1039
+
1040
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1041
+
1042
+ ## 17.2.39 (2019-07-30)
1043
+
1044
+ ### ListBox
1045
+
1046
+ #### Bug Fixes
1047
+
1048
+ - `#240597` - Dual ListBox causes an error when filtering is activated and disable the checkbox selection settings issue is fixed.
1049
+ - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1050
+
1051
+ ## 17.2.36 (2019-07-24)
1052
+
1053
+ ### MultiSelect
1054
+
1055
+ #### Bug Fixes
1056
+
1057
+ - `#241578` - Issue with “Checkbox selection is not updated properly in the popup list items when set filtering as false” has been resolved.
1058
+
1059
+ ### AutoComplete
1060
+
1061
+ #### Bug Fixes
1062
+
1063
+ - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1064
+
1065
+ ### DropDownList
1066
+
1067
+ #### Bug Fixes
1068
+
1069
+ - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1070
+
1071
+ ## 17.2.34 (2019-07-11)
1072
+
1073
+ ### ComboBox
1074
+
1075
+ #### Bug Fixes
1076
+
1077
+ - `#233488`, `#239802` - Issue with "throws error while set the field value as null" has been resolved.
1078
+
1079
+ ### MultiSelect
1080
+
1081
+ #### Bug Fixes
1082
+
1083
+ - `#226512` - Now, SelectAll checkbox shows when more than one items present in the filtered list.
1084
+
1085
+ ### DropDownList
1086
+
1087
+ #### Bug Fixes
1088
+
1089
+ - `#239351` - Now, Select event triggers when selecting the value through interaction.
1090
+ - `#F145367` - Issue with "filtering is not working with item template" has been resolved.
1091
+
1092
+ ### ListBox
1093
+
1094
+ #### Bug Fixes
1095
+
1096
+ - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1097
+
1098
+ ## 17.2.28-beta (2019-06-27)
1099
+
1100
+ ### ListBox
1101
+
1102
+ #### New Features
1103
+
1104
+ - Checkbox position support provided.
1105
+ - Filter support provided.
1106
+ - #234507 - Provided support for drag and dropping the single list item when more than one list item is selected by setting `false` to `dragSelected` argument in `dragStart` event.
1107
+
1108
+ #### Bug Fixes
1109
+
1110
+ - #236715 - Drag and dropping the list item is not sorted when `sortOrder` enabled issue is fixed.
1111
+
1112
+ #### Breaking Changes
1113
+
1114
+ - Event `select` is removed instead `change` event is provided.
1115
+
1116
+ ### DropDownList
1117
+
1118
+ #### Bug Fixes
1119
+
1120
+ - #235631 - Issue with "updating default value after form reset" has been resolved.
1121
+ - #239136 - Now, you can change `allowFiltering` property value dynamically.
1122
+
1123
+ ### MultiSelect
1124
+
1125
+ #### Bug Fixes
1126
+
1127
+ - #235699 - Change event not happening after the control has lost focus issue has been fixed.
1128
+
1129
+ #### New Features
1130
+
1131
+ - `#F142089`, `#225476`, `#231094`, `#234377` - Now, you can render grouping with checkbox using enableGroupCheckBox property.
1132
+
1133
+ ## 17.1.49 (2019-05-29)
1134
+
1135
+ ### MultiSelect
1136
+
1137
+ #### New Features
1138
+
1139
+ - #236816 - Provided method for `focusIn` and `focusOut`.
1140
+
1141
+ #### Bug Fixes
1142
+
1143
+ - #231920 - In IE browser, script error throws when calling getItems method has been fixed.
1144
+
1145
+ ## 17.1.48 (2019-05-21)
1146
+
1147
+ ### ListBox
1148
+
1149
+ #### New Features
1150
+
1151
+ - Provided change event for ListBox.
1152
+
1153
+ ## 17.1.44 (2019-05-07)
1154
+
1155
+ ### MultiSelect
1156
+
1157
+ #### Bug Fixes
1158
+
1159
+ - #235167 - Multiselect dropdown jump down when the `showDropDownIcon` is set to true issue has been resolved.
1160
+ - #209393 - Change event not fired during tab key navigation issue has been resolved.
1161
+
1162
+ ### DropDownList
1163
+
1164
+ #### Bug Fixes
1165
+
1166
+ - #234846 - The popup collision issue has been resolved while enable the filtering.
1167
+
1168
+ ### ListBox
1169
+
1170
+ #### Bug Fixes
1171
+
1172
+ - #234350 - SelectAll checkbox not displayed with dynamic data issue fixed.
1173
+
1174
+ ## 17.1.43 (2019-04-30)
1175
+
1176
+ ### ComboBox
1177
+
1178
+ #### Bug Fixes
1179
+
1180
+ - #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
1181
+ - #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
1182
+ - #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.
1183
+
1184
+ ### DropDownList
1185
+
1186
+ #### Bug Fixes
1187
+
1188
+ - #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
1189
+ - #230651 - Eval function security issue has been resolved.
1190
+
1191
+ ## 17.1.42 (2019-04-23)
1192
+
1193
+ ### MultiSelect
1194
+
1195
+ #### Bug Fixes
1196
+
1197
+ - #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
1198
+ - #233432 - The group template text not updated while enable the allow filtering issue has been fixed.
1199
+
1200
+ ## 17.1.41 (2019-04-16)
1201
+
1202
+ ### MultiSelect
1203
+
1204
+ #### Bug Fixes
1205
+
1206
+ - #232673 - Issue with browser freeze when clear value using clear button has been fixed.
1207
+ - #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
1208
+ - #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
1209
+ - #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
1210
+ - F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
1211
+
1212
+ ### DropDownList
1213
+
1214
+ #### Bug Fixes
1215
+
1216
+ - #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.
1217
+
1218
+ ### ComboBox
1219
+
1220
+ #### Bug Fixes
1221
+
1222
+ - #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.
1223
+
1224
+ ### ListBox
1225
+
1226
+ #### Bug Fixes
1227
+
1228
+ - Value type changed from `number` to `string` on selecting items in reactive form control issue fixed.
1229
+
1230
+ ## 17.1.40 (2019-04-09)
1231
+
1232
+ ### ListBox
1233
+
1234
+ #### Bug Fixes
1235
+
1236
+ - Value property passed on form submit issue fixed.
1237
+
1238
+ ### DropDownList
1239
+
1240
+ #### Bug Fixes
1241
+
1242
+ - Issue with value selection on disabled dropdown using incremental search has been fixed.
1243
+ - Clear icon shown when change the value dynamically issue has been fixed.
1244
+
1245
+ ### MultiSelect
1246
+
1247
+ #### Bug Fixes
1248
+
1249
+ - Placeholder is not updated properly when unselect all the value issue has been resolved.
1250
+
1251
+ ## 17.1.38 (2019-03-29)
1252
+
1253
+ ### ListBox
1254
+
1255
+ The ListBox is a graphical user interface component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection. It supports sorting, grouping, reordering, and drag and drop of items. The available key features are:
1256
+
1257
+
1258
+ - **Data binding**: Binds and accesses the list of items from local or server-side data source.
1259
+ - **Dual ListBox**: Allows transferring and reordering the list item between two ListBoxes.
1260
+ - **Drag and Drop**: Allows drag and drop the list item with the same/multiple ListBox.
1261
+ - **Grouping**: Groups the logically related items under a single or specific category.
1262
+ - **Templates**: Customizes the list items.
1263
+ - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
1264
+ - **Accessibility**: Provided with built-in accessibility support that helps to access all the ListBox component features using the keyboard, screen readers, or other assistive technology devices.
1265
+
1266
+ ### MultiSelect
1267
+
1268
+ #### Bug Fixes
1269
+
1270
+ - Placeholder is not updated properly when removed the value issue has been resolved.
1271
+
1272
+ ## 17.1.32-beta (2019-03-13)
1273
+
1274
+ ### DropDownList
1275
+
1276
+ #### Bug Fixes
1277
+
1278
+ - Issue with change event trigger multiple times when clear value using clear button has been fixed.
1279
+
1280
+ ### MultiSelect
1281
+
1282
+ #### New Features
1283
+
1284
+ - Provided customized filtering support for checkbox mode also.
1285
+
1286
+ ### AutoComplete
1287
+
1288
+ #### Bug Fixes
1289
+
1290
+ - Filtered value is not maintained while using model value issue has been resolved.
1291
+
1292
+ ### ComboBox
1293
+
1294
+ #### Bug Fixes
1295
+
1296
+ - List's selection is not removed when remove a selected value using clear button issue has been resolved.
1297
+
1298
+ ## 16.4.55 (2019-02-27)
1299
+
1300
+ ### DropDownList
1301
+
1302
+ #### Bug Fixes
1303
+
1304
+ - Pre-select value is not selected when its not present in the list issue fixed.
1305
+ - Reset text based initial value in form reset action behavior has been changed.
1306
+
1307
+ ### AutoComplete
1308
+
1309
+ #### Bug Fixes
1310
+
1311
+ - Reset text based initial value in form reset action behavior has been changed.
1312
+
1313
+ ### ComboBox
1314
+
1315
+ #### Bug Fixes
1316
+
1317
+ - Reset text based initial value in form reset action behavior has been changed.
1318
+
1319
+ ### MultiSelect
1320
+
1321
+ #### Bug Fixes
1322
+
1323
+ - List selection throws exception while using quotes within string data issue has been resolved.
1324
+ - Select all operation's performance issue has been resolved.
1325
+
1326
+ ## 16.4.54 (2019-02-19)
1327
+
1328
+ ### DropDownList
1329
+
1330
+ #### Bug Fixes
1331
+
1332
+ - When page scroll, grouping template is hiding issue has been resolved.
1333
+ - Reset the initial value in form reset action behavior has been changed.
1334
+
1335
+ ### AutoComplete
1336
+
1337
+ #### Bug Fixes
1338
+
1339
+ - Reset the initial value in form reset action behavior has been changed.
1340
+
1341
+ ### ComboBox
1342
+
1343
+ #### Bug Fixes
1344
+
1345
+ - Reset the initial value in form reset action behavior has been changed.
1346
+
1347
+ ### MultiSelect
1348
+
1349
+ #### Bug Fixes
1350
+
1351
+ - Now, you can enter special characters inside MultiSelect using virtual keyboard.
1352
+ - Reset the initial value in form reset action behavior has been changed.
1353
+
1354
+ ## 16.4.53 (2019-02-13)
1355
+
1356
+ ### DropDownList
1357
+
1358
+ - ItemData parameter supports `object` collection in select and change event.
1359
+ - Filtering is not working when rendered control by using select element issue has been resolved.
1360
+
1361
+ ### MultiSelect
1362
+
1363
+ #### Bug Fixes
1364
+
1365
+ - Lengthy placeholder breaks UI issue has been resolved.
1366
+ - Values are not cleared in mobile devices issue has been resolved.
1367
+ - Values are not selected based on selected attribute in select element rendering issue has been resolved.
1368
+
1369
+ ## 16.4.52 (2019-02-05)
1370
+
1371
+ ### ComboBox
1372
+
1373
+ #### Bug Fixes
1374
+
1375
+ - The model value is not updated by selecting a value using tab key with autofill combination issue has been resolved.
1376
+
1377
+ ### MultiSelect
1378
+
1379
+ #### Bug Fixes
1380
+
1381
+ - Blur event prevents other actions issue has been resolved.
1382
+
1383
+ ## 16.4.48 (2019-01-22)
1384
+
1385
+ ### AutoComplete
1386
+
1387
+ #### Bug Fixes
1388
+
1389
+ - Custom value is not maintain after reload the data issue has been resolved.
1390
+
1391
+ ### MultiSelect
1392
+
1393
+ #### Bug Fixes
1394
+
1395
+ - `en-US` locale JSON file not generated issue has been resolved.
1396
+
1397
+ ## 16.4.47 (2019-01-16)
1398
+
1399
+ ### MultiSelect
1400
+
1401
+ #### Bug Fixes
1402
+
1403
+ - server side validation is not working issue has been resolved.
1404
+
1405
+ ## 16.4.46 (2019-01-08)
1406
+
1407
+ ### MultiSelect
1408
+
1409
+ #### Bug Fixes
1410
+
1411
+ - Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
1412
+
1413
+ ### ComboBox
1414
+
1415
+ #### Bug Fixes
1416
+
1417
+ - Change event is not trigger when focus out the control using tab key issue has been resolved.
1418
+
1419
+ ## 16.4.44 (2018-12-24)
1420
+
1421
+ ### MultiSelect
1422
+
1423
+ #### Bug Fixes
1424
+
1425
+ - Item template with checkbox combination is not working issue has been resolved.
1426
+ - Value update with checkbox selection issue in reactive form has been resolved.
1427
+
1428
+ ## 16.3.34 (2018-11-21)
1429
+
1430
+ ### MultiSelect
1431
+
1432
+ #### Bug Fixes
1433
+
1434
+ - Checkbox's selection is not removed when uncheck the `selectAll` checkbox issue has been resolved.
1435
+
1436
+ ## 16.3.33 (2018-11-20)
1437
+
1438
+ ### DropDownList
1439
+
1440
+ #### Bug Fixes
1441
+
1442
+ - DropDownList locale added in `config Json` file.
1443
+
1444
+ ## 16.3.32 (2018-11-13)
1445
+
1446
+ ### DropDownList
1447
+
1448
+ #### Bug Fixes
1449
+
1450
+ - Data related attributes are added to input element instead of select element has been fixed.
1451
+ - Console error thrown as maximum call stack when set the empty `dataSource` that issue has been fixed.
1452
+
1453
+ ### MultiSelect
1454
+
1455
+ #### Bug Fixes
1456
+
1457
+ - Original event argument does not get in `selectedAll` event argument that issue has been fixed.
1458
+
1459
+ ### ComboBox
1460
+
1461
+ #### Bug Fixes
1462
+
1463
+ - ComboBox `focus` event argument issue has been resolved.
1464
+
1465
+ ## 16.3.29 (2018-10-31)
1466
+
1467
+ ### MultiSelect
1468
+
1469
+ #### Bug Fixes
1470
+
1471
+ - MultiSelect filtering is shown incorrect result when using remote datasource issue has been resolved.
1472
+
1473
+ ### AutoComplete
1474
+
1475
+ #### Bug Fixes
1476
+
1477
+ - AutoComplete `minLength` property is not perform when use custom filtering event has been resolved.
1478
+
1479
+ ## 16.3.27 (2018-10-23)
1480
+
1481
+ ### MultiSelect
1482
+
1483
+ #### Bug Fixes
1484
+
1485
+ - ngModel is not updated when select all value using SelectAll option has been fixed.
1486
+
1487
+ ### DropDownList
1488
+
1489
+ #### Bug Fixes
1490
+
1491
+ - null exception handled in getItems method.
1492
+
1493
+ ## 16.3.25 (2018-10-15)
1494
+
1495
+ ### MultiSelect
1496
+
1497
+ #### Bug Fixes
1498
+
1499
+ - Duplicate values are listed while fetching data with UrlAdaptor when `allowCustom` value is set to true, that issue has been fixed.
1500
+
1501
+ ### DropDownList
1502
+
1503
+ #### Bug Fixes
1504
+
1505
+ - DropDownList `valueTemplate` selected value is changed now, while changing data source.
1506
+
1507
+ ### ComboBox
1508
+
1509
+ #### Bug Fixes
1510
+
1511
+ - ComboBox `readonly` enabled clear button is shown issue has been resolved.
1512
+
1513
+ ## 16.3.23 (2018-10-03)
1514
+
1515
+ ### MultiSelect
1516
+
1517
+ #### Bug Fixes
1518
+
1519
+ - MultiSelect values are cleared after performing add operation in Grid, that issue has been fixed.
1520
+ - Item disappears from popup list after pressing the backspace key, that issue has been fixed.
1521
+
1522
+ ### DropDownList
1523
+
1524
+ #### Bug Fixes
1525
+
1526
+ - DropDownList `ItemTemplate` with `addItem` method template issue has been resolved.
1527
+
1528
+ ## 16.3.17 (2018-09-12)
1529
+
1530
+ ### DropDownList
1531
+
1532
+ #### Bug Fixes
1533
+
1534
+ - Restricted multiple request when no data returned from server issue has been resolved.
1535
+
1536
+ ### MultiSelect
1537
+
1538
+ #### Bug Fixes
1539
+
1540
+ - Change event is now triggered for MultiSelect components, when focused out.
1541
+
1542
+ #### Breaking Changes
1543
+
1544
+ - Renamed the `selectAll` event argument `IsChecked` to `isChecked`.
1545
+ - Renamed the `selectAll` event argument `e` to `event`.
1546
+
1547
+ ## 16.2.49 (2018-08-21)
1548
+
1549
+ ### MultiSelect
1550
+
1551
+ #### Bug Fixes
1552
+
1553
+ - View encapsulation support given for checkbox selection.
1554
+ - Cleared values are not added back to MultiSelect popup issue has been resolved.
1555
+ - View encapsulation support given for spinner element.
1556
+
1557
+ ### DropDownList
1558
+
1559
+ #### Bug Fixes
1560
+
1561
+ - View encapsulation support given for spinner element.
1562
+
1563
+ ### ComboBox
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - View encapsulation support given for spinner element.
1568
+
1569
+ ## 16.2.48 (2018-08-14)
1570
+
1571
+ ### MultiSelect
1572
+
1573
+ #### Bug Fixes
1574
+
1575
+ - create input method addition argument added.
1576
+
1577
+ ### DropDownList
1578
+
1579
+ #### Bug Fixes
1580
+
1581
+ - DropDownList `cssClass` updated dynamically changes issue has been resolved.
1582
+ - create input method addition argument added.
1583
+
1584
+ ### AutoComplete
1585
+
1586
+ #### Bug Fixes
1587
+
1588
+ - create input method addition argument added.
1589
+
1590
+ ### ComboBox
1591
+
1592
+ #### Bug Fixes
1593
+
1594
+ - create input method addition argument added.
1595
+
1596
+ ## 16.2.47 (2018-08-07)
1597
+
1598
+ ### DropDownList
1599
+
1600
+ #### Bug Fixes
1601
+
1602
+ - Provided view encapsulation support.
1603
+
1604
+ ### MultiSelect
1605
+
1606
+ #### Bug Fixes
1607
+
1608
+ - Provided view encapsulation support.
1609
+
1610
+ ### AutoComplete
1611
+
1612
+ #### Bug Fixes
1613
+
1614
+ - Provided view encapsulation support.
1615
+
1616
+ ### ComboBox
1617
+
1618
+ #### Bug Fixes
1619
+
1620
+ - Provided view encapsulation support.
1621
+
1622
+ ## 16.2.46 (2018-07-30)
1623
+
1624
+ ### DropDownList
1625
+
1626
+ #### Bug Fixes
1627
+
1628
+ - We have provided public methods spinner show and hides.
1629
+
1630
+ ### MultiSelect
1631
+
1632
+ #### Bug Fixes
1633
+
1634
+ - Pre-selected item disappears from popup list when removed selected items in clear button issue has been resolved.
1635
+ - We have provided public methods spinner show and hides.
1636
+
1637
+ ### AutoComplete
1638
+
1639
+ - We have provided public methods spinner show and hides.
1640
+
1641
+ ### ComboBox
1642
+
1643
+ - ComboBox filtering update data method field argument issue has been resolved.
1644
+ - We have provided public methods spinner show and hides.
1645
+
1646
+ ## 16.2.45 (2018-07-17)
1647
+
1648
+ ### DropDownList
1649
+
1650
+ #### Bug Fixes
1651
+
1652
+ - DropDownList same value selection, value not cleared issue has been resolved.
1653
+ - DropDownList `scss` variable override issue has been resolved.
1654
+
1655
+ ### MultiSelect
1656
+
1657
+ #### Bug Fixes
1658
+
1659
+ - Multiselect clear button issue has been resolved.
1660
+ - Multiselect restore value not maintained in `IE` issue has been resolved.
1661
+ - Multiselect popup not open when update a data via update data.
1662
+
1663
+ ## 16.2.43 (2018-07-03)
1664
+
1665
+ ### MultiSelect
1666
+
1667
+ #### Bug Fixes
1668
+
1669
+ - Multiselect pre selected value not updated issue has been resolved.
1670
+
1671
+ ## 16.2.42 (2018-06-27)
1672
+
1673
+ ### Multiselect
1674
+
1675
+ #### Bug Fixes
1676
+
1677
+ - Provided support for selected all event.
1678
+ - Value is not selected when ending with space.
1679
+
1680
+ ## 16.2.41 (2018-06-25)
1681
+
1682
+ ### AutoComplete
1683
+
1684
+ #### Bug Fixes
1685
+
1686
+ - Html elements are shown during filtering when highlight property is set to true.
1687
+
1688
+ - Value typed in the autocomplete gets removed when data source is bound in the filtering event.
1689
+
1690
+
1691
+ ### DropDownList
1692
+
1693
+ #### Bug Fixes
1694
+
1695
+ - Provided support for before open event.
1696
+
1697
+ ### ComboBox
1698
+
1699
+ #### Bug Fixes
1700
+
1701
+ - Popup items is not same as initially after filtering in combobox.
1702
+
1703
+ ### MultiSelect
1704
+
1705
+ #### Bug Fixes
1706
+
1707
+ - Data is not repopulated when selecting and removing all items from Multiselect.
1708
+ - Multiselect is not focused when tab key is pressed if it already focused in the filterbar.
1709
+
1710
+ ## 16.1.46 (2018-05-29)
1711
+
1712
+ ### MultiSelect
1713
+
1714
+ #### Bug Fixes
1715
+
1716
+ - Changed control height for MultiSelect component in Material theme to match other dropdown components.
1717
+
1718
+ ## 16.1.45 (2018-05-23)
1719
+
1720
+ ### MultiSelect
1721
+
1722
+ #### Bug Fixes
1723
+
1724
+ - Allow to set the value in MultiSelect when it is re-rendered.
1725
+
1726
+ ## 16.1.42 (2018-05-15)
1727
+
1728
+ ### AutoComplete
1729
+
1730
+ #### Bug Fixes
1731
+
1732
+ - The getDataByValue method is not working properly in Autocomplete's issue has been fixed.
1733
+
1734
+ ### DropDownList
1735
+
1736
+ #### Bug Fixes
1737
+
1738
+ - Value property set through the model is now maintained, even after changing the data.
1739
+ - Change event is now triggered for DropDown components, when `showClearButton` is clicked.
1740
+
1741
+ ## 16.1.40 (2018-05-08)
1742
+
1743
+ ### ComboBox
1744
+
1745
+ #### Bug Fixes
1746
+
1747
+ - Prevented the native HTML select and change events in angular.
1748
+
1749
+ ### DropDownList
1750
+
1751
+ #### Bug Fixes
1752
+
1753
+ - Prevented the validation message from triggering on components initial render.
1754
+ - Added support for HTML autofocus attribute in DropDown components.
1755
+
1756
+ ### MultiSelect
1757
+
1758
+ #### Bug Fixes
1759
+
1760
+ - MultiSelect component's varying selection behaviour for keyboard and mouse event, has been fixed.
1761
+
1762
+ ## 16.1.38 (2018-05-02)
1763
+
1764
+ ### AutoComplete
1765
+
1766
+ #### Bug Fixes
1767
+
1768
+ - The issue, Value property in Autocomplete is not properly updated in two way binding after the initial load has been fixed.
1769
+ - The issue, Autocomplete displays the suggestions list even if the focus is lost for related component, has been fixed.
1770
+
1771
+ ### MultiSelect
1772
+
1773
+ #### Bug Fixes
1774
+
1775
+ - The issue, MultiSelect component is not updating the popup correctly during the initial time, has been fixed.
1776
+
1777
+ ## 16.1.35 (2018-04-17)
1778
+
1779
+ ### AutoComplete
1780
+
1781
+ #### Bug Fixes
1782
+
1783
+ - The issue, Value is not updated correctly when the words in the suggestion list contains white spaces has been fixed.
1784
+
1785
+ ### MultiSelect
1786
+
1787
+ #### New Features
1788
+
1789
+ - Float Label support has been given for MultiSelect
1790
+
1791
+ #### Bug Fixes
1792
+
1793
+ - custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
1794
+ - The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
1795
+ - The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
1796
+
1797
+ ## 16.1.34 (2018-04-10)
1798
+
1799
+ ### AutoComplete
1800
+
1801
+ #### Bug Fixes
1802
+
1803
+ - The issue, Value is not updated correctly when diacritics words are used in AutoComplete has been fixed.
1804
+
1805
+ ## 16.1.33 (2018-04-03)
1806
+
1807
+ ### MultiSelect
1808
+
1809
+ #### Bug Fixes
1810
+
1811
+ - Chip width is longer than the input wrapper when the custom longer text selected, issue has been fixed.
1812
+
1813
+ ## 16.1.30 (2018-03-20)
1814
+
1815
+ ### MultiSelect
1816
+
1817
+ #### Bug Fixes
1818
+
1819
+ - custom value maintained while disabled `closePopupOnSelect`, this issue has been fixed.
1820
+
1821
+ ### DropDownList
1822
+
1823
+ #### Bug Fixes
1824
+
1825
+ - Dynamic value change support for `showClearButton`.
1826
+
1827
+ ## 16.1.29 (2018-03-13)
1828
+
1829
+ ### MultiSelect
1830
+
1831
+ #### Bug Fixes
1832
+
1833
+ - Change event not trigger while remove chip in keyboard, this issue has been fixed.
1834
+
1835
+ ### AutoComplete
1836
+
1837
+ #### Bug Fixes
1838
+
1839
+ - Initial value not set while using remote data in autocomplete issue has been fixed.
1840
+
1841
+ ## 16.1.28 (2018-03-09)
1842
+
1843
+ ### MultiSelect
1844
+
1845
+ #### Bug Fixes
1846
+
1847
+ - Text property not working properly while selected text, this issue has been fixed.
1848
+
1849
+ ### DropDownList
1850
+
1851
+ #### Bug Fixes
1852
+
1853
+ - Filtering with Template issue has been fixed in DropDownList and ComboBox.
1854
+
1855
+ ### ComboBox
1856
+
1857
+ #### Bug Fixes
1858
+
1859
+ - Filtering with Template issue has been fixed in DropDownList and ComboBox.
1860
+
1861
+ ## 16.1.24 (2018-02-22)
1862
+
1863
+ ### AutoComplete
1864
+
1865
+ #### Breaking Changes
1866
+
1867
+ - Changed the filtering event argument types to `FilteringEventArgs`.
1868
+
1869
+ ### Common
1870
+
1871
+ #### Breaking Changes
1872
+
1873
+ - Locale key changed from `dropdownlist` to `dropdowns`.
1874
+ - Changed the fields property type as `FieldSettingsModel`.
1875
+ - Changed the Angular component selector, component name prefix with `ejs` e.g : `ejs-dropdownlist`.
1876
+
1877
+ #### New Features
1878
+
1879
+ - Given in-built filtering support without using `filtering` event.
1880
+ - Diacritics filtering works on enabling the `ignoreAccent`.
1881
+ - Provided the `zIndex` property to set custom `zIndex` value.
1882
+ - High contrast theme support.
1883
+
1884
+ ### MultiSelect
1885
+
1886
+ #### New Features
1887
+
1888
+ - CheckBox support.
1889
+ - Prevent the Popup open on component click while `openOnClick` property set as false.
1890
+ - Provided `chipSelect` event for chip selection action.
1891
+
1892
+ #### Breaking Changes
1893
+
1894
+ - Pascal casing change to mode property values (`Default`, `Box`, `Delimiter`, `CheckBox`).
1895
+ - Changed the `maximumSelectionLength` behaviour.
1896
+
1897
+ #### Bug Fixes
1898
+
1899
+ - Value preselect not working in remote data, this issue has been fixed.
1900
+
1901
+ ### DropDownList
1902
+
1903
+ #### Bug Fixes
1904
+
1905
+ - Console error thrown while navigating the angular routing in DropDownList change event, this issue has been fixed.
1906
+
1907
+ ## 15.4.27-preview (2018-01-30)
1908
+
1909
+ ### DropDownList
1910
+
1911
+ #### Bug Fixes
1912
+
1913
+ - DropDownList value property gets as an object if selected value as 0, this issue has been fixed.
1914
+
1915
+ ## 15.4.26-preview (2018-01-23)
1916
+
1917
+ ### AutoComplete
1918
+
1919
+ #### Bug Fixes
1920
+
1921
+ - The Change event argument `isInteraction` is returned properly when clear button is clicked.
1922
+
1923
+ ### DropDownList
1924
+
1925
+ #### Bug Fixes
1926
+
1927
+ - Clear button is not visible, this issue has been fixed.
1928
+ - Angular reactive form resetting not worked in DropDownList component, this issue has been fixed.
1929
+
1930
+ ### MultiSelect
1931
+
1932
+ #### Bug Fixes
1933
+
1934
+ - Popup does not open while component render with empty data source, this issue has been fixed.
1935
+
1936
+ ## 15.4.24-preview (2018-01-10)
1937
+
1938
+ ### MultiSelect
1939
+
1940
+ #### Breaking Changes
1941
+
1942
+ - Changed the default value of `hideSelectedItems` property as true.
1943
+
1944
+ #### Bug Fixes
1945
+
1946
+ - Custom value dose not allow while component render with empty data source, this issue has been fixed.
1947
+
1948
+ ## 15.4.23-preview (2017-12-27)
1949
+
1950
+ ### Common
1951
+
1952
+ #### New Features
1953
+
1954
+ - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
1955
+
1956
+ #### Breaking Changes
1957
+
1958
+ - Modified the module bundle file name for ES6 bundling.
1959
+
1960
+ ### DropDownList
1961
+
1962
+ #### Bug Fixes
1963
+
1964
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1965
+
1966
+ ### MultiSelect
1967
+
1968
+ #### Bug Fixes
1969
+
1970
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1971
+
1972
+ ### ComboBox
1973
+
1974
+ #### Bug Fixes
1975
+
1976
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1977
+
1978
+ ### AutoComplete
1979
+
1980
+ #### Bug Fixes
1981
+
1982
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1983
+
1984
+ ## 15.4.21-preview (2017-12-08)
1985
+
1986
+ ### MultiSelect
1987
+
1988
+ #### Bug Fixes
1989
+
1990
+ - Popup left and right collision issue fixed.
1991
+ - MultiSelect custom value with template issue fixed.
1992
+
1993
+ ### AutoComplete
1994
+
1995
+ #### Breaking Changes
1996
+
1997
+ - Home and End key behaviour changes.
1998
+
1999
+ ### ComboBox
2000
+
2001
+ #### Breaking Changes
2002
+
2003
+ - Home and End key behaviour changes.
2004
+
2005
+ ## 15.4.20-preview (2017-12-01)
2006
+
2007
+ ### Common
2008
+
2009
+ #### New Features
2010
+
2011
+ - Upgraded TypeScript version to 2.6.2.
2012
+
2013
+ ### DropDownList
2014
+
2015
+ #### Bug Fixes
2016
+
2017
+ - DropDownList component value cleared while change the value through react setState method issue fixed.
2018
+ - Empty string value not selected in DropDownList issue fixed.
2019
+
2020
+ ## 15.4.19-preview (2017-11-23)
2021
+
2022
+ ### AutoComplete
2023
+
2024
+ #### Bug Fixes
2025
+
2026
+ - When we Change the data source the value is empty issue fixed.
2027
+
2028
+ ### DropDownList
2029
+
2030
+ #### Bug Fixes
2031
+
2032
+ - Expected is 'Object' instead of 'object' issue fixed.
2033
+
2034
+ ## 15.4.17-preview (2017-11-13)
2035
+
2036
+ ### MultiSelect
2037
+
2038
+ MultiSelect component contains a list of predefined values from which a multiple value can be chosen. The functionality of MultiSelect resembles the SELECT form element of HTML. The available key features are
2039
+
2040
+
2041
+ - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2042
+ - **Grouping** - Supports grouping the logically related items under single or specific category.
2043
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2044
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2045
+ - **Filtering** - Allow filtering the list items based on a character typed in component.
2046
+ - **Custom Value** - Allows user to select a new custom value.
2047
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
2048
+
2049
+ ### ComboBox
2050
+
2051
+ ComboBox component allows the user to type a value or choose an option from the list of predefined options. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one. The available key features are
2052
+
2053
+
2054
+ - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2055
+ - **Custom values** - Allows setting user-defined values that is not in the popup list.
2056
+ - **Grouping** - Supports grouping of logically related items under a single or specific category.
2057
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2058
+ - **Filtering** - Allows filtering of list items based on a character typed in the component.
2059
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2060
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the ComboBox component features through the keyboard, screen readers, or other assistive technology devices.
2061
+
2062
+ ### AutoComplete
2063
+
2064
+ AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one. The available key features are
2065
+
2066
+
2067
+ - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2068
+ - **Grouping** - Supports grouping of logically related items under a single or specific category.
2069
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2070
+ - **Highlight search** - Supports highlighting the typed text in the suggestion list.
2071
+ - **Templates** - Allows customizing the list item, header, footer, category group header, no records and action failure content.
2072
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the AutoComplete component features through keyboard, on-screen readers, or other assistive technology devices.
2073
+
2074
+ ### DropDownList
2075
+
2076
+ DropDownList component contains a list of predefined values from which a single value can be chosen. The functionality of DropDownList resembles the SELECT form element of HTML. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values from which you can select one. The available key features are
2077
+
2078
+
2079
+ - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2080
+ - **Grouping** - Supports grouping the logically related items under single or specific category.
2081
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2082
+ - **Filtering** - Allow filtering the list items based on a character typed onto the search box.
2083
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2084
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
2085
+
2086
+
2087
+ ## 20.2.38 (2022-07-12)
2088
+
2089
+ ### DropDownList
2090
+
2091
+ #### Bug fixes
2092
+
2093
+ - `#I388961` - Now, change event is not trigger when we bind the remote data with value
2094
+
2095
+ ### MultiSelect
2096
+
2097
+ #### Bug fixes
2098
+
2099
+ - `#I379731` - Issue with "popup is not opening while typing a single digit with custom value enabled" has been resolved.
2100
+ - `#I382004` - Issue with "unable to remove the added custom value from the input element on specific scenario" has been resolved.
2101
+
2102
+ ## 19.4.38 (2021-12-17)
2103
+
2104
+ ### ComboBox
2105
+
2106
+ #### Bug Fixes
2107
+
2108
+ - `#I347955` - Issue with "custom value is not updated to the input while typing the custom value and pressing the enter key" has been resolved.
2109
+
2110
+ ## 19.2.57 (2021-08-24)
2111
+
2112
+ ### MultiSelect
2113
+
2114
+ #### Bug Fixes
2115
+
2116
+ - `#I338226` - Issue with "popup does not shows the list items when click on the input before data gets fetch" has been resolved.
2117
+
2118
+ ## 19.2.46 (2021-07-06)
2119
+
2120
+ ### DropDownList
2121
+
2122
+ #### Bug Fixes
2123
+
2124
+ - `#I332596` - Issue with "incremental search not working when searching same key value multiple time" has been resolved.
2125
+
2126
+ ### MultiSelect
2127
+
2128
+ #### Bug Fixes
2129
+
2130
+ - `#F165832` - Issue with "dynamically updated value is not cleared while clearing the value using clear icon" has been resolved.
2131
+
2132
+ ## 19.1.67 (2021-06-08)
2133
+
2134
+ ### MultiSelect
2135
+
2136
+ #### Bug Fixes
2137
+
2138
+ - `#I329663` - Issue with "width is not applied to the fixed header element while scrolling the popup items" has been resolved.
2139
+
2140
+ ## 19.1.64 (2021-05-19)
2141
+
2142
+ ### DropDownList
2143
+
2144
+ #### Bug Fixes
2145
+
2146
+ - `#I323861` - Issue with "popup does not shows the proper list items on filtering dropdown while closing the popup before data gets fetched and open the popup again" has been resolved.
2147
+
2148
+ ## 19.1.58 (2021-04-27)
2149
+
2150
+ ### MultiSelect
2151
+
2152
+ #### Bug Fixes
2153
+
2154
+ - `#I323805` - Issue with "pasted content is partially visible in the input element while pasting long text content" has been resolved.
2155
+
2156
+ ## 19.1.55 (2021-04-06)
2157
+
2158
+ ### ComboBox
2159
+
2160
+ #### Bug Fixes
2161
+
2162
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
2163
+
2164
+ ## 18.4.42 (2021-02-09)
2165
+
2166
+ ### ComboBox
2167
+
2168
+ #### Bug Fixes
2169
+
2170
+ - `#311416` - Issue with "form value is not updated while clicking clear icon after patching the value" has been resolved.
2171
+
2172
+ ## 18.4.41 (2021-02-02)
2173
+
2174
+ ### MultiSelect
2175
+
2176
+ #### Bug Fixes
2177
+
2178
+ - `#311499` - Issue with "console error is thrown in the filtering and custom value multiselect while choosing existing value" has been resolved.
2179
+
2180
+ ## 18.4.30 (2020-12-17)
2181
+
2182
+ ### DropDownList
2183
+
2184
+ #### Bug Fixes
2185
+
2186
+ - `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
2187
+
2188
+ ### MultiSelect
2189
+
2190
+ #### Bug Fixes
2191
+
2192
+ - `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
2193
+
2194
+ ## 18.3.53 (2020-12-08)
2195
+
2196
+ ### DropDownList
2197
+
2198
+ #### Bug Fixes
2199
+
2200
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in dropdownlist" has been resolved.
2201
+
2202
+ ### MultiSelect
2203
+
2204
+ #### Bug Fixes
2205
+
2206
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in multiselect" has been resolved.
2207
+ - `#304185` - Issue with "SelectAll checkbox is not displayed while changing the data source dynamically" has been resolved.
2208
+ - `#303760` - Issue with "popup is displayed with two scrollbar in the bootstrap theme while resizing the browser window" has been resolved.
2209
+
2210
+ ### AutoComplete
2211
+
2212
+ #### Bug Fixes
2213
+
2214
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in autocomplete" has been resolved.
2215
+
2216
+ ### ComboBox
2217
+
2218
+ #### Bug Fixes
2219
+
2220
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in combobox" has been resolved.
2221
+
2222
+ ## 18.3.51 (2020-11-24)
2223
+
2224
+ ### AutoComplete
2225
+
2226
+ #### Bug Fixes
2227
+
2228
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2229
+
2230
+ #### Breaking Changes
2231
+
2232
+ - While setting the autocomplete value programmatically, the `change` event will not trigger.
2233
+
2234
+ ### ComboBox
2235
+
2236
+ #### Bug Fixes
2237
+
2238
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2239
+
2240
+ #### Breaking Changes
2241
+
2242
+ - While setting the combobox value programmatically, the `change` event will not trigger.
2243
+
2244
+ ### DropDownList
2245
+
2246
+ #### Bug Fixes
2247
+
2248
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2249
+
2250
+ #### Breaking Changes
2251
+
2252
+ - While setting the dropdownlist value programmatically, the `change` event will not trigger.
2253
+
2254
+ ### MultiSelect
2255
+
2256
+ #### Bug Fixes
2257
+
2258
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2259
+
2260
+ #### Breaking Changes
2261
+
2262
+ - While setting the multiselect value programmatically, the `change` event will not trigger.
2263
+
2264
+ ## 18.3.48 (2020-11-11)
2265
+
2266
+ ### MultiSelect
2267
+
2268
+ #### Bug Fixes
2269
+
2270
+ - `#298297` - Now, proper selected item count is updated in the remaining template.
2271
+
2272
+ ## 18.2.57 (2020-09-08)
2273
+
2274
+ ### ComboBox
2275
+
2276
+ #### Bug Fixes
2277
+
2278
+ - `#288033` - Issue with "value is not set to the component when assign the respective ID to the value property" has been resolved.
2279
+
2280
+ ## 18.2.55 (2020-08-25)
2281
+
2282
+ ### Multiselect
2283
+
2284
+ #### Bug Fixes
2285
+
2286
+ - `#285661` - Issue with "maximum call stack size exceeded issue raised when enable filtering and custom value in the Multiselect" has been resolved.
2287
+
2288
+ ## 18.2.45 (2020-07-14)
2289
+
2290
+ ### MultiSelect
2291
+
2292
+ #### Bug Fixes
2293
+
2294
+ - `#283346` - Issue with "chip content is not displayed in bootstrap4 theme when disable the control" has been resolved.
2295
+
2296
+ ## 18.1.54 (2020-05-26)
2297
+
2298
+ ### MultiSelect
2299
+
2300
+ #### Bug Fixes
2301
+
2302
+ - `#274970` - Issue with "popup values are not updated when change the query dynamically" has been resolved.
2303
+
2304
+ ## 18.1.45 (2020-04-21)
2305
+
2306
+ ### AutoComplete
2307
+
2308
+ #### Bug Fixes
2309
+
2310
+ - `#269229` - Now, you can use highlight API along with ng-template.
2311
+
2312
+ ## 18.1.44 (2020-04-14)
2313
+
2314
+ ### MultiSelect
2315
+
2316
+ #### Bug Fixes
2317
+
2318
+ - Now, getDataByValue method return the valid items in the change event.
2319
+
2320
+ ## 17.3.27 (2019-11-12)
2321
+
2322
+ ### ComboBox
2323
+
2324
+ #### Bug Fixes
2325
+
2326
+ - `#227938` - Now, item template works properly when enable the filtering.
2327
+
2328
+ ### MultiSelect
2329
+
2330
+ #### Bug Fixes
2331
+
2332
+ - `#F148696` - Issue with "`return arrow button` doesn't appear at the top in mobile mode" has been resolved.
2333
+