@syncfusion/ej2-angular-dropdowns 20.2.50 → 20.3.47-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 (847) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1427 -0
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-dropdowns.js +1342 -0
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
  5. package/CHANGELOG.md +2320 -0
  6. package/dist/ej2-angular-dropdowns.umd.js +1495 -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 +11 -0
  11. package/ej2-angular-dropdowns.metadata.json +1 -0
  12. package/package.json +15 -29
  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 +3 -3
  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/index.d.ts +3 -0
  338. package/src/list-box/listbox-all.module.d.ts +0 -6
  339. package/src/list-box/listbox.component.d.ts +1 -4
  340. package/src/list-box/listbox.module.d.ts +0 -6
  341. package/src/mention/mention-all.module.d.ts +5 -0
  342. package/src/mention/mention.component.d.ts +54 -0
  343. package/src/mention/mention.module.d.ts +5 -0
  344. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  345. package/src/multi-select/multiselect.component.d.ts +0 -3
  346. package/src/multi-select/multiselect.module.d.ts +0 -6
  347. package/styles/auto-complete/bootstrap-dark.css +3 -1
  348. package/styles/auto-complete/bootstrap-dark.scss +1 -4
  349. package/styles/auto-complete/bootstrap.css +3 -1
  350. package/styles/auto-complete/bootstrap.scss +1 -4
  351. package/styles/auto-complete/bootstrap4.css +3 -1
  352. package/styles/auto-complete/bootstrap4.scss +1 -4
  353. package/styles/auto-complete/bootstrap5-dark.css +3 -1
  354. package/styles/auto-complete/bootstrap5-dark.scss +1 -4
  355. package/styles/auto-complete/bootstrap5.css +3 -1
  356. package/styles/auto-complete/bootstrap5.scss +1 -4
  357. package/styles/auto-complete/fabric-dark.css +3 -1
  358. package/styles/auto-complete/fabric-dark.scss +1 -4
  359. package/styles/auto-complete/fabric.css +3 -1
  360. package/styles/auto-complete/fabric.scss +1 -4
  361. package/styles/auto-complete/fluent-dark.css +3 -1
  362. package/styles/auto-complete/fluent-dark.scss +1 -4
  363. package/styles/auto-complete/fluent.css +3 -1
  364. package/styles/auto-complete/fluent.scss +1 -4
  365. package/styles/auto-complete/highcontrast-light.css +3 -1
  366. package/styles/auto-complete/highcontrast-light.scss +1 -4
  367. package/styles/auto-complete/highcontrast.css +3 -1
  368. package/styles/auto-complete/highcontrast.scss +1 -4
  369. package/styles/auto-complete/material-dark.css +3 -1
  370. package/styles/auto-complete/material-dark.scss +1 -4
  371. package/styles/auto-complete/material.css +3 -1
  372. package/styles/auto-complete/material.scss +1 -4
  373. package/styles/auto-complete/tailwind-dark.css +3 -1
  374. package/styles/auto-complete/tailwind-dark.scss +1 -4
  375. package/styles/auto-complete/tailwind.css +3 -1
  376. package/styles/auto-complete/tailwind.scss +1 -4
  377. package/styles/bootstrap-dark.css +94 -42
  378. package/styles/bootstrap-dark.scss +1 -0
  379. package/styles/bootstrap.css +94 -42
  380. package/styles/bootstrap.scss +1 -0
  381. package/styles/bootstrap4.css +95 -42
  382. package/styles/bootstrap4.scss +1 -0
  383. package/styles/bootstrap5-dark.css +101 -44
  384. package/styles/bootstrap5-dark.scss +1 -0
  385. package/styles/bootstrap5.css +101 -44
  386. package/styles/bootstrap5.scss +1 -0
  387. package/styles/combo-box/bootstrap-dark.css +3 -1
  388. package/styles/combo-box/bootstrap-dark.scss +1 -4
  389. package/styles/combo-box/bootstrap.css +3 -1
  390. package/styles/combo-box/bootstrap.scss +1 -4
  391. package/styles/combo-box/bootstrap4.css +3 -1
  392. package/styles/combo-box/bootstrap4.scss +1 -4
  393. package/styles/combo-box/bootstrap5-dark.css +3 -1
  394. package/styles/combo-box/bootstrap5-dark.scss +1 -4
  395. package/styles/combo-box/bootstrap5.css +3 -1
  396. package/styles/combo-box/bootstrap5.scss +1 -4
  397. package/styles/combo-box/fabric-dark.css +3 -1
  398. package/styles/combo-box/fabric-dark.scss +1 -4
  399. package/styles/combo-box/fabric.css +3 -1
  400. package/styles/combo-box/fabric.scss +1 -4
  401. package/styles/combo-box/fluent-dark.css +3 -1
  402. package/styles/combo-box/fluent-dark.scss +1 -4
  403. package/styles/combo-box/fluent.css +3 -1
  404. package/styles/combo-box/fluent.scss +1 -4
  405. package/styles/combo-box/highcontrast-light.css +3 -1
  406. package/styles/combo-box/highcontrast-light.scss +1 -4
  407. package/styles/combo-box/highcontrast.css +3 -1
  408. package/styles/combo-box/highcontrast.scss +1 -4
  409. package/styles/combo-box/material-dark.css +3 -1
  410. package/styles/combo-box/material-dark.scss +1 -4
  411. package/styles/combo-box/material.css +3 -1
  412. package/styles/combo-box/material.scss +1 -4
  413. package/styles/combo-box/tailwind-dark.css +3 -1
  414. package/styles/combo-box/tailwind-dark.scss +1 -4
  415. package/styles/combo-box/tailwind.css +3 -1
  416. package/styles/combo-box/tailwind.scss +1 -4
  417. package/styles/drop-down-base/bootstrap-dark.css +42 -1
  418. package/styles/drop-down-base/bootstrap-dark.scss +1 -3
  419. package/styles/drop-down-base/bootstrap.css +42 -1
  420. package/styles/drop-down-base/bootstrap.scss +1 -3
  421. package/styles/drop-down-base/bootstrap4.css +42 -1
  422. package/styles/drop-down-base/bootstrap4.scss +1 -3
  423. package/styles/drop-down-base/bootstrap5-dark.css +42 -1
  424. package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
  425. package/styles/drop-down-base/bootstrap5.css +42 -1
  426. package/styles/drop-down-base/bootstrap5.scss +1 -3
  427. package/styles/drop-down-base/fabric-dark.css +42 -1
  428. package/styles/drop-down-base/fabric-dark.scss +1 -3
  429. package/styles/drop-down-base/fabric.css +42 -1
  430. package/styles/drop-down-base/fabric.scss +1 -3
  431. package/styles/drop-down-base/fluent-dark.css +42 -1
  432. package/styles/drop-down-base/fluent-dark.scss +1 -3
  433. package/styles/drop-down-base/fluent.css +42 -1
  434. package/styles/drop-down-base/fluent.scss +1 -3
  435. package/styles/drop-down-base/highcontrast-light.css +42 -1
  436. package/styles/drop-down-base/highcontrast-light.scss +1 -3
  437. package/styles/drop-down-base/highcontrast.css +42 -1
  438. package/styles/drop-down-base/highcontrast.scss +1 -3
  439. package/styles/drop-down-base/material-dark.css +42 -1
  440. package/styles/drop-down-base/material-dark.scss +1 -3
  441. package/styles/drop-down-base/material.css +42 -1
  442. package/styles/drop-down-base/material.scss +1 -3
  443. package/styles/drop-down-base/tailwind-dark.css +42 -1
  444. package/styles/drop-down-base/tailwind-dark.scss +1 -3
  445. package/styles/drop-down-base/tailwind.css +42 -1
  446. package/styles/drop-down-base/tailwind.scss +1 -3
  447. package/styles/drop-down-list/bootstrap-dark.css +5 -0
  448. package/styles/drop-down-list/bootstrap-dark.scss +1 -8
  449. package/styles/drop-down-list/bootstrap.css +5 -0
  450. package/styles/drop-down-list/bootstrap.scss +1 -8
  451. package/styles/drop-down-list/bootstrap4.css +5 -0
  452. package/styles/drop-down-list/bootstrap4.scss +1 -8
  453. package/styles/drop-down-list/bootstrap5-dark.css +6 -0
  454. package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
  455. package/styles/drop-down-list/bootstrap5.css +6 -0
  456. package/styles/drop-down-list/bootstrap5.scss +1 -8
  457. package/styles/drop-down-list/fabric-dark.css +5 -0
  458. package/styles/drop-down-list/fabric-dark.scss +1 -8
  459. package/styles/drop-down-list/fabric.css +5 -0
  460. package/styles/drop-down-list/fabric.scss +1 -8
  461. package/styles/drop-down-list/fluent-dark.css +6 -0
  462. package/styles/drop-down-list/fluent-dark.scss +1 -8
  463. package/styles/drop-down-list/fluent.css +6 -0
  464. package/styles/drop-down-list/fluent.scss +1 -8
  465. package/styles/drop-down-list/highcontrast-light.css +5 -0
  466. package/styles/drop-down-list/highcontrast-light.scss +1 -8
  467. package/styles/drop-down-list/highcontrast.css +5 -0
  468. package/styles/drop-down-list/highcontrast.scss +1 -8
  469. package/styles/drop-down-list/material-dark.css +5 -0
  470. package/styles/drop-down-list/material-dark.scss +1 -8
  471. package/styles/drop-down-list/material.css +5 -0
  472. package/styles/drop-down-list/material.scss +1 -8
  473. package/styles/drop-down-list/tailwind-dark.css +6 -0
  474. package/styles/drop-down-list/tailwind-dark.scss +1 -8
  475. package/styles/drop-down-list/tailwind.css +6 -0
  476. package/styles/drop-down-list/tailwind.scss +1 -8
  477. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  478. package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
  479. package/styles/drop-down-tree/bootstrap.css +4 -0
  480. package/styles/drop-down-tree/bootstrap.scss +1 -9
  481. package/styles/drop-down-tree/bootstrap4.css +4 -0
  482. package/styles/drop-down-tree/bootstrap4.scss +1 -9
  483. package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
  484. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
  485. package/styles/drop-down-tree/bootstrap5.css +5 -0
  486. package/styles/drop-down-tree/bootstrap5.scss +1 -9
  487. package/styles/drop-down-tree/fabric-dark.css +4 -0
  488. package/styles/drop-down-tree/fabric-dark.scss +1 -9
  489. package/styles/drop-down-tree/fabric.css +4 -0
  490. package/styles/drop-down-tree/fabric.scss +1 -9
  491. package/styles/drop-down-tree/fluent-dark.css +5 -0
  492. package/styles/drop-down-tree/fluent-dark.scss +1 -9
  493. package/styles/drop-down-tree/fluent.css +5 -0
  494. package/styles/drop-down-tree/fluent.scss +1 -9
  495. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  496. package/styles/drop-down-tree/highcontrast-light.scss +1 -9
  497. package/styles/drop-down-tree/highcontrast.css +4 -0
  498. package/styles/drop-down-tree/highcontrast.scss +1 -9
  499. package/styles/drop-down-tree/material-dark.css +4 -0
  500. package/styles/drop-down-tree/material-dark.scss +1 -9
  501. package/styles/drop-down-tree/material.css +4 -0
  502. package/styles/drop-down-tree/material.scss +1 -9
  503. package/styles/drop-down-tree/tailwind-dark.css +5 -0
  504. package/styles/drop-down-tree/tailwind-dark.scss +1 -9
  505. package/styles/drop-down-tree/tailwind.css +5 -0
  506. package/styles/drop-down-tree/tailwind.scss +1 -9
  507. package/styles/fabric-dark.css +94 -42
  508. package/styles/fabric-dark.scss +1 -0
  509. package/styles/fabric.css +94 -42
  510. package/styles/fabric.scss +1 -0
  511. package/styles/fluent-dark.css +101 -44
  512. package/styles/fluent-dark.scss +1 -0
  513. package/styles/fluent.css +101 -44
  514. package/styles/fluent.scss +1 -0
  515. package/styles/highcontrast-light.css +97 -42
  516. package/styles/highcontrast-light.scss +1 -0
  517. package/styles/highcontrast.css +97 -42
  518. package/styles/highcontrast.scss +1 -0
  519. package/styles/list-box/bootstrap-dark.css +12 -33
  520. package/styles/list-box/bootstrap-dark.scss +1 -5
  521. package/styles/list-box/bootstrap.css +14 -35
  522. package/styles/list-box/bootstrap.scss +1 -5
  523. package/styles/list-box/bootstrap4.css +14 -35
  524. package/styles/list-box/bootstrap4.scss +1 -5
  525. package/styles/list-box/bootstrap5-dark.css +15 -36
  526. package/styles/list-box/bootstrap5-dark.scss +1 -5
  527. package/styles/list-box/bootstrap5.css +15 -36
  528. package/styles/list-box/bootstrap5.scss +1 -5
  529. package/styles/list-box/fabric-dark.css +12 -33
  530. package/styles/list-box/fabric-dark.scss +1 -5
  531. package/styles/list-box/fabric.css +14 -35
  532. package/styles/list-box/fabric.scss +1 -5
  533. package/styles/list-box/fluent-dark.css +15 -36
  534. package/styles/list-box/fluent-dark.scss +1 -5
  535. package/styles/list-box/fluent.css +15 -36
  536. package/styles/list-box/fluent.scss +1 -5
  537. package/styles/list-box/highcontrast-light.css +12 -33
  538. package/styles/list-box/highcontrast-light.scss +1 -5
  539. package/styles/list-box/highcontrast.css +14 -35
  540. package/styles/list-box/highcontrast.scss +1 -5
  541. package/styles/list-box/material-dark.css +12 -33
  542. package/styles/list-box/material-dark.scss +1 -5
  543. package/styles/list-box/material.css +14 -35
  544. package/styles/list-box/material.scss +1 -5
  545. package/styles/list-box/tailwind-dark.css +15 -36
  546. package/styles/list-box/tailwind-dark.scss +1 -5
  547. package/styles/list-box/tailwind.css +15 -36
  548. package/styles/list-box/tailwind.scss +1 -5
  549. package/styles/material-dark.css +94 -42
  550. package/styles/material-dark.scss +1 -0
  551. package/styles/material.css +94 -42
  552. package/styles/material.scss +1 -0
  553. package/styles/mention/bootstrap-dark.css +29 -0
  554. package/styles/mention/bootstrap-dark.scss +1 -0
  555. package/styles/mention/bootstrap.css +29 -0
  556. package/styles/mention/bootstrap.scss +1 -0
  557. package/styles/mention/bootstrap4.css +47 -0
  558. package/styles/mention/bootstrap4.scss +1 -0
  559. package/styles/mention/bootstrap5-dark.css +58 -0
  560. package/styles/mention/bootstrap5-dark.scss +1 -0
  561. package/styles/mention/bootstrap5.css +58 -0
  562. package/styles/mention/bootstrap5.scss +1 -0
  563. package/styles/mention/fabric-dark.css +29 -0
  564. package/styles/mention/fabric-dark.scss +1 -0
  565. package/styles/mention/fabric.css +29 -0
  566. package/styles/mention/fabric.scss +1 -0
  567. package/styles/mention/fluent-dark.css +58 -0
  568. package/styles/mention/fluent-dark.scss +1 -0
  569. package/styles/mention/fluent.css +58 -0
  570. package/styles/mention/fluent.scss +1 -0
  571. package/styles/mention/highcontrast-light.css +43 -0
  572. package/styles/mention/highcontrast-light.scss +1 -0
  573. package/styles/mention/highcontrast.css +43 -0
  574. package/styles/mention/highcontrast.scss +1 -0
  575. package/styles/mention/material-dark.css +29 -0
  576. package/styles/mention/material-dark.scss +1 -0
  577. package/styles/mention/material.css +29 -0
  578. package/styles/mention/material.scss +1 -0
  579. package/styles/mention/tailwind-dark.css +68 -0
  580. package/styles/mention/tailwind-dark.scss +1 -0
  581. package/styles/mention/tailwind.css +68 -0
  582. package/styles/mention/tailwind.scss +1 -0
  583. package/styles/multi-select/bootstrap-dark.css +10 -6
  584. package/styles/multi-select/bootstrap-dark.scss +1 -9
  585. package/styles/multi-select/bootstrap.css +10 -6
  586. package/styles/multi-select/bootstrap.scss +1 -9
  587. package/styles/multi-select/bootstrap4.css +10 -6
  588. package/styles/multi-select/bootstrap4.scss +1 -9
  589. package/styles/multi-select/bootstrap5-dark.css +11 -6
  590. package/styles/multi-select/bootstrap5-dark.scss +1 -9
  591. package/styles/multi-select/bootstrap5.css +11 -6
  592. package/styles/multi-select/bootstrap5.scss +1 -9
  593. package/styles/multi-select/fabric-dark.css +10 -6
  594. package/styles/multi-select/fabric-dark.scss +1 -9
  595. package/styles/multi-select/fabric.css +10 -6
  596. package/styles/multi-select/fabric.scss +1 -9
  597. package/styles/multi-select/fluent-dark.css +11 -6
  598. package/styles/multi-select/fluent-dark.scss +1 -9
  599. package/styles/multi-select/fluent.css +11 -6
  600. package/styles/multi-select/fluent.scss +1 -9
  601. package/styles/multi-select/highcontrast-light.css +13 -6
  602. package/styles/multi-select/highcontrast-light.scss +1 -9
  603. package/styles/multi-select/highcontrast.css +13 -6
  604. package/styles/multi-select/highcontrast.scss +1 -9
  605. package/styles/multi-select/material-dark.css +10 -6
  606. package/styles/multi-select/material-dark.scss +1 -9
  607. package/styles/multi-select/material.css +10 -6
  608. package/styles/multi-select/material.scss +1 -9
  609. package/styles/multi-select/tailwind-dark.css +11 -6
  610. package/styles/multi-select/tailwind-dark.scss +1 -9
  611. package/styles/multi-select/tailwind.css +11 -6
  612. package/styles/multi-select/tailwind.scss +1 -9
  613. package/styles/tailwind-dark.css +102 -44
  614. package/styles/tailwind-dark.scss +1 -0
  615. package/styles/tailwind.css +102 -44
  616. package/styles/tailwind.scss +1 -0
  617. package/esm2020/public_api.mjs +0 -3
  618. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  619. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -121
  620. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  621. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  622. package/esm2020/src/combo-box/combobox.component.mjs +0 -121
  623. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  624. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
  625. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
  626. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  627. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  628. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -115
  629. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  630. package/esm2020/src/index.mjs +0 -20
  631. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  632. package/esm2020/src/list-box/listbox.component.mjs +0 -103
  633. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  634. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  635. package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
  636. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  637. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  638. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -935
  639. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  640. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -935
  641. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  642. package/styles/auto-complete/_all.scss +0 -1
  643. package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
  644. package/styles/auto-complete/_bootstrap-definition.scss +0 -2
  645. package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
  646. package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
  647. package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
  648. package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
  649. package/styles/auto-complete/_fabric-definition.scss +0 -2
  650. package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
  651. package/styles/auto-complete/_fluent-definition.scss +0 -2
  652. package/styles/auto-complete/_fusionnew-definition.scss +0 -2
  653. package/styles/auto-complete/_highcontrast-definition.scss +0 -2
  654. package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
  655. package/styles/auto-complete/_material-dark-definition.scss +0 -2
  656. package/styles/auto-complete/_material-definition.scss +0 -2
  657. package/styles/auto-complete/_material3-definition.scss +0 -2
  658. package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
  659. package/styles/auto-complete/_tailwind-definition.scss +0 -2
  660. package/styles/combo-box/_all.scss +0 -1
  661. package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
  662. package/styles/combo-box/_bootstrap-definition.scss +0 -2
  663. package/styles/combo-box/_bootstrap4-definition.scss +0 -11
  664. package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
  665. package/styles/combo-box/_bootstrap5-definition.scss +0 -2
  666. package/styles/combo-box/_fabric-dark-definition.scss +0 -2
  667. package/styles/combo-box/_fabric-definition.scss +0 -2
  668. package/styles/combo-box/_fluent-dark-definition.scss +0 -1
  669. package/styles/combo-box/_fluent-definition.scss +0 -2
  670. package/styles/combo-box/_fusionnew-definition.scss +0 -2
  671. package/styles/combo-box/_highcontrast-definition.scss +0 -2
  672. package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
  673. package/styles/combo-box/_material-dark-definition.scss +0 -2
  674. package/styles/combo-box/_material-definition.scss +0 -2
  675. package/styles/combo-box/_material3-definition.scss +0 -2
  676. package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
  677. package/styles/combo-box/_tailwind-definition.scss +0 -2
  678. package/styles/drop-down-base/_all.scss +0 -2
  679. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -76
  680. package/styles/drop-down-base/_bootstrap-definition.scss +0 -77
  681. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -92
  682. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
  683. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -111
  684. package/styles/drop-down-base/_definition.scss +0 -23
  685. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -80
  686. package/styles/drop-down-base/_fabric-definition.scss +0 -78
  687. package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
  688. package/styles/drop-down-base/_fluent-definition.scss +0 -114
  689. package/styles/drop-down-base/_fusionnew-definition.scss +0 -111
  690. package/styles/drop-down-base/_highcontrast-definition.scss +0 -94
  691. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -93
  692. package/styles/drop-down-base/_layout.scss +0 -152
  693. package/styles/drop-down-base/_material-dark-definition.scss +0 -79
  694. package/styles/drop-down-base/_material-definition.scss +0 -78
  695. package/styles/drop-down-base/_material3-definition.scss +0 -111
  696. package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
  697. package/styles/drop-down-base/_tailwind-definition.scss +0 -123
  698. package/styles/drop-down-base/_theme.scss +0 -328
  699. package/styles/drop-down-list/_all.scss +0 -2
  700. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -156
  701. package/styles/drop-down-list/_bootstrap-definition.scss +0 -155
  702. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -189
  703. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
  704. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
  705. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -127
  706. package/styles/drop-down-list/_fabric-definition.scss +0 -122
  707. package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
  708. package/styles/drop-down-list/_fluent-definition.scss +0 -184
  709. package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
  710. package/styles/drop-down-list/_highcontrast-definition.scss +0 -131
  711. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -133
  712. package/styles/drop-down-list/_layout.scss +0 -297
  713. package/styles/drop-down-list/_material-dark-definition.scss +0 -143
  714. package/styles/drop-down-list/_material-definition.scss +0 -166
  715. package/styles/drop-down-list/_material3-definition.scss +0 -201
  716. package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
  717. package/styles/drop-down-list/_tailwind-definition.scss +0 -133
  718. package/styles/drop-down-list/_theme.scss +0 -10
  719. package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
  720. package/styles/drop-down-list/icons/_bootstrap.scss +0 -15
  721. package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
  722. package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
  723. package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
  724. package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
  725. package/styles/drop-down-list/icons/_fabric.scss +0 -15
  726. package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
  727. package/styles/drop-down-list/icons/_fluent.scss +0 -14
  728. package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
  729. package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
  730. package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
  731. package/styles/drop-down-list/icons/_material-dark.scss +0 -14
  732. package/styles/drop-down-list/icons/_material.scss +0 -15
  733. package/styles/drop-down-list/icons/_material3.scss +0 -14
  734. package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
  735. package/styles/drop-down-list/icons/_tailwind.scss +0 -14
  736. package/styles/drop-down-tree/_all.scss +0 -2
  737. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
  738. package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
  739. package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
  740. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
  741. package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
  742. package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
  743. package/styles/drop-down-tree/_fabric-definition.scss +0 -72
  744. package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
  745. package/styles/drop-down-tree/_fluent-definition.scss +0 -66
  746. package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
  747. package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
  748. package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
  749. package/styles/drop-down-tree/_layout.scss +0 -1379
  750. package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
  751. package/styles/drop-down-tree/_material-definition.scss +0 -73
  752. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  753. package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
  754. package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
  755. package/styles/drop-down-tree/_theme.scss +0 -120
  756. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
  757. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -12
  758. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -12
  759. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
  760. package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
  761. package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
  762. package/styles/drop-down-tree/icons/_fabric.scss +0 -12
  763. package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
  764. package/styles/drop-down-tree/icons/_fluent.scss +0 -11
  765. package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
  766. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -12
  767. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -12
  768. package/styles/drop-down-tree/icons/_material-dark.scss +0 -12
  769. package/styles/drop-down-tree/icons/_material.scss +0 -12
  770. package/styles/drop-down-tree/icons/_material3.scss +0 -11
  771. package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
  772. package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
  773. package/styles/list-box/_all.scss +0 -2
  774. package/styles/list-box/_bootstrap-dark-definition.scss +0 -123
  775. package/styles/list-box/_bootstrap-definition.scss +0 -117
  776. package/styles/list-box/_bootstrap4-definition.scss +0 -122
  777. package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
  778. package/styles/list-box/_bootstrap5-definition.scss +0 -118
  779. package/styles/list-box/_fabric-dark-definition.scss +0 -123
  780. package/styles/list-box/_fabric-definition.scss +0 -117
  781. package/styles/list-box/_fluent-dark-definition.scss +0 -1
  782. package/styles/list-box/_fluent-definition.scss +0 -118
  783. package/styles/list-box/_fusionnew-definition.scss +0 -113
  784. package/styles/list-box/_highcontrast-definition.scss +0 -117
  785. package/styles/list-box/_highcontrast-light-definition.scss +0 -123
  786. package/styles/list-box/_layout.scss +0 -543
  787. package/styles/list-box/_material-dark-definition.scss +0 -123
  788. package/styles/list-box/_material-definition.scss +0 -117
  789. package/styles/list-box/_material3-definition.scss +0 -119
  790. package/styles/list-box/_tailwind-dark-definition.scss +0 -1
  791. package/styles/list-box/_tailwind-definition.scss +0 -117
  792. package/styles/list-box/_theme.scss +0 -330
  793. package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
  794. package/styles/list-box/icons/_bootstrap.scss +0 -25
  795. package/styles/list-box/icons/_bootstrap4.scss +0 -25
  796. package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
  797. package/styles/list-box/icons/_bootstrap5.scss +0 -25
  798. package/styles/list-box/icons/_fabric-dark.scss +0 -25
  799. package/styles/list-box/icons/_fabric.scss +0 -25
  800. package/styles/list-box/icons/_fluent-dark.scss +0 -1
  801. package/styles/list-box/icons/_fluent.scss +0 -25
  802. package/styles/list-box/icons/_fusionnew.scss +0 -25
  803. package/styles/list-box/icons/_highcontrast-light.scss +0 -25
  804. package/styles/list-box/icons/_highcontrast.scss +0 -25
  805. package/styles/list-box/icons/_material-dark.scss +0 -25
  806. package/styles/list-box/icons/_material.scss +0 -25
  807. package/styles/list-box/icons/_material3.scss +0 -25
  808. package/styles/list-box/icons/_tailwind-dark.scss +0 -25
  809. package/styles/list-box/icons/_tailwind.scss +0 -25
  810. package/styles/multi-select/_all.scss +0 -2
  811. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -186
  812. package/styles/multi-select/_bootstrap-definition.scss +0 -181
  813. package/styles/multi-select/_bootstrap4-definition.scss +0 -246
  814. package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
  815. package/styles/multi-select/_bootstrap5-definition.scss +0 -219
  816. package/styles/multi-select/_fabric-dark-definition.scss +0 -176
  817. package/styles/multi-select/_fabric-definition.scss +0 -172
  818. package/styles/multi-select/_fluent-dark-definition.scss +0 -1
  819. package/styles/multi-select/_fluent-definition.scss +0 -229
  820. package/styles/multi-select/_fusionnew-definition.scss +0 -219
  821. package/styles/multi-select/_highcontrast-definition.scss +0 -264
  822. package/styles/multi-select/_highcontrast-light-definition.scss +0 -263
  823. package/styles/multi-select/_layout.scss +0 -2007
  824. package/styles/multi-select/_material-dark-definition.scss +0 -219
  825. package/styles/multi-select/_material-definition.scss +0 -213
  826. package/styles/multi-select/_material3-definition.scss +0 -219
  827. package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
  828. package/styles/multi-select/_tailwind-definition.scss +0 -225
  829. package/styles/multi-select/_theme.scss +0 -493
  830. package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
  831. package/styles/multi-select/icons/_bootstrap.scss +0 -26
  832. package/styles/multi-select/icons/_bootstrap4.scss +0 -37
  833. package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
  834. package/styles/multi-select/icons/_bootstrap5.scss +0 -27
  835. package/styles/multi-select/icons/_fabric-dark.scss +0 -26
  836. package/styles/multi-select/icons/_fabric.scss +0 -26
  837. package/styles/multi-select/icons/_fluent-dark.scss +0 -1
  838. package/styles/multi-select/icons/_fluent.scss +0 -56
  839. package/styles/multi-select/icons/_fusionnew.scss +0 -27
  840. package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
  841. package/styles/multi-select/icons/_highcontrast.scss +0 -26
  842. package/styles/multi-select/icons/_material-dark.scss +0 -694
  843. package/styles/multi-select/icons/_material.scss +0 -694
  844. package/styles/multi-select/icons/_material3.scss +0 -27
  845. package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
  846. package/styles/multi-select/icons/_tailwind.scss +0 -27
  847. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "multiselect-template-driven",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "multiselect-template-driven"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
+ export declare const pkgVer = "^18.51.0";
3
+ export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
+ export declare const themeVer = "~18.51.0";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
+ exports.pkgVer = '^20.3.47';
5
+ exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
+ exports.themeVer = '~20.3.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.2.48';
3
- export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4
- export const themeVer = '~20.2.48';
2
+ export const pkgVer = '^20.3.47';
3
+ export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
+ export const themeVer = '~20.3.47';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./autocomplete.module";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component with providers.
6
3
  */
7
4
  export declare class AutoCompleteAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteAllModule, never, [typeof i1.CommonModule, typeof i2.AutoCompleteModule], [typeof i2.AutoCompleteModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { AutoComplete } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -39,20 +38,20 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
39
38
  * Accepts the template design and assigns it to the footer container of the popup list.
40
39
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
41
40
  * @default null
42
- * @deprecated
41
+
43
42
  */
44
43
  footerTemplate: any;
45
44
  /**
46
45
  * Accepts the template design and assigns it to the header container of the popup list.
47
46
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
48
47
  * @default null
49
- * @deprecated
48
+
50
49
  */
51
50
  headerTemplate: any;
52
51
  /**
53
52
  * Accepts the template design and assigns it to the group headers present in the popup list.
54
53
  * @default null
55
- * @deprecated
54
+
56
55
  */
57
56
  groupTemplate: any;
58
57
  /**
@@ -63,7 +62,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
63
62
  *For EX: We have expression evolution as like ES6 expression string literals.
64
63
  *
65
64
  * @default null
66
- * @deprecated
65
+
67
66
  */
68
67
  itemTemplate: any;
69
68
  noRecordsTemplate: any;
@@ -80,6 +79,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
80
79
  ngAfterContentChecked(): void;
81
80
  registerEvents: (eventList: string[]) => void;
82
81
  addTwoWay: (propList: string[]) => void;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "ejs-autocomplete", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "highlight": "highlight"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showPopupButton": "showPopupButton"; "sortOrder": "sortOrder"; "suggestionCount": "suggestionCount"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
85
82
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autocomplete.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component.
6
3
  */
7
4
  export declare class AutoCompleteModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.CommonModule], [typeof i1.AutoCompleteComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./combobox.module";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component with providers.
6
3
  */
7
4
  export declare class ComboBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ComboBoxModule], [typeof i2.ComboBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -39,20 +38,20 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
39
38
  * Accepts the template design and assigns it to the footer container of the popup list.
40
39
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
41
40
  * @default null
42
- * @deprecated
41
+
43
42
  */
44
43
  footerTemplate: any;
45
44
  /**
46
45
  * Accepts the template design and assigns it to the header container of the popup list.
47
46
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
48
47
  * @default null
49
- * @deprecated
48
+
50
49
  */
51
50
  headerTemplate: any;
52
51
  /**
53
52
  * Accepts the template design and assigns it to the group headers present in the popup list.
54
53
  * @default null
55
- * @deprecated
54
+
56
55
  */
57
56
  groupTemplate: any;
58
57
  /**
@@ -63,7 +62,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
63
62
  *For EX: We have expression evolution as like ES6 expression string literals.
64
63
  *
65
64
  * @default null
66
- * @deprecated
65
+
67
66
  */
68
67
  itemTemplate: any;
69
68
  noRecordsTemplate: any;
@@ -80,6 +79,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
80
79
  ngAfterContentChecked(): void;
81
80
  registerEvents: (eventList: string[]) => void;
82
81
  addTwoWay: (propList: string[]) => void;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
85
82
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./combobox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component.
6
3
  */
7
4
  export declare class ComboBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent], [typeof i2.CommonModule], [typeof i1.ComboBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdownlist.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownList component with providers.
6
3
  */
7
4
  export declare class DropDownListAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownList } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -61,7 +60,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
61
60
  /**
62
61
  * Accepts the template design and assigns it to the group headers present in the popup list.
63
62
  * @default null
64
- * @deprecated
63
+
65
64
  */
66
65
  groupTemplate: any;
67
66
  /**
@@ -72,7 +71,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
72
71
  *For EX: We have expression evolution as like ES6 expression string literals.
73
72
  *
74
73
  * @default null
75
- * @deprecated
74
+
76
75
  */
77
76
  itemTemplate: any;
78
77
  noRecordsTemplate: any;
@@ -89,6 +88,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
89
88
  ngAfterContentChecked(): void;
90
89
  registerEvents: (eventList: string[]) => void;
91
90
  addTwoWay: (propList: string[]) => void;
92
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
94
91
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownlist.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownList component.
6
3
  */
7
4
  export declare class DropDownListModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.CommonModule], [typeof i1.DropDownListComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdowntree.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component with providers.
6
3
  */
7
4
  export declare class DropDownTreeAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownTreeModule], [typeof i2.DropDownTreeModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownTree } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -67,6 +66,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
67
66
  ngAfterContentChecked(): void;
68
67
  registerEvents: (eventList: string[]) => void;
69
68
  addTwoWay: (propList: string[]) => void;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
72
69
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdowntree.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component.
6
3
  */
7
4
  export declare class DropDownTreeModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeModule, [typeof i1.DropDownTreeComponent], [typeof i2.CommonModule], [typeof i1.DropDownTreeComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeModule>;
11
5
  }
package/src/index.d.ts CHANGED
@@ -16,4 +16,7 @@ export { ListBoxAllModule } from './list-box/listbox-all.module';
16
16
  export { DropDownTreeComponent } from './drop-down-tree/dropdowntree.component';
17
17
  export { DropDownTreeModule } from './drop-down-tree/dropdowntree.module';
18
18
  export { DropDownTreeAllModule } from './drop-down-tree/dropdowntree-all.module';
19
+ export { MentionComponent } from './mention/mention.component';
20
+ export { MentionModule } from './mention/mention.module';
21
+ export { MentionAllModule } from './mention/mention-all.module';
19
22
  export * from '@syncfusion/ej2-dropdowns';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./listbox.module";
4
1
  /**
5
2
  * NgModule definition for the ListBox component with providers.
6
3
  */
7
4
  export declare class ListBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ListBoxModule], [typeof i2.ListBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ListBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -42,7 +41,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
42
41
  *For EX: We have expression evolution as like ES6 expression string literals.
43
42
  *
44
43
  * @default null
45
- * @deprecated
44
+
46
45
  */
47
46
  itemTemplate: any;
48
47
  noRecordsTemplate: any;
@@ -59,6 +58,4 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
59
58
  ngAfterContentChecked(): void;
60
59
  registerEvents: (eventList: string[]) => void;
61
60
  addTwoWay: (propList: string[]) => void;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
64
61
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./listbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ListBox component.
6
3
  */
7
4
  export declare class ListBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
11
5
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Mention component with providers.
3
+ */
4
+ export declare class MentionAllModule {
5
+ }
@@ -0,0 +1,54 @@
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Mention } from '@syncfusion/ej2-dropdowns';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ *The Mention component contains a list of predefined values, from which the user can choose a single value.
9
+ *```html
10
+ *<ejs-mention></ejs-mention>
11
+ *```
12
+ */
13
+ export declare class MentionComponent extends Mention implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ containerContext: any;
19
+ tagObjects: any;
20
+ actionBegin: any;
21
+ actionComplete: any;
22
+ actionFailure: any;
23
+ beforeOpen: any;
24
+ change: any;
25
+ closed: any;
26
+ created: any;
27
+ destroyed: any;
28
+ filtering: any;
29
+ opened: any;
30
+ select: any;
31
+ /**
32
+ * Specifies the template for the selected value from the suggestion list.
33
+ * @default null
34
+ */
35
+ displayTemplate: any;
36
+ /**
37
+ * Specifies the template for the suggestion list.
38
+ * @default null
39
+ */
40
+ itemTemplate: any;
41
+ /**
42
+ * Specifies the template for showing until data is loaded in the popup.
43
+ * @default null
44
+ */
45
+ spinnerTemplate: any;
46
+ noRecordsTemplate: any;
47
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
48
+ ngOnInit(): void;
49
+ ngAfterViewInit(): void;
50
+ ngOnDestroy(): void;
51
+ ngAfterContentChecked(): void;
52
+ registerEvents: (eventList: string[]) => void;
53
+ addTwoWay: (propList: string[]) => void;
54
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Mention component.
3
+ */
4
+ export declare class MentionModule {
5
+ }