@syncfusion/ej2-angular-dropdowns 20.3.60 → 20.4.38-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) 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 +2334 -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/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  18. package/src/auto-complete/autocomplete.component.d.ts +4 -7
  19. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  20. package/src/combo-box/combobox-all.module.d.ts +0 -6
  21. package/src/combo-box/combobox.component.d.ts +4 -7
  22. package/src/combo-box/combobox.module.d.ts +0 -6
  23. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  24. package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
  25. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  26. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  27. package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
  28. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  29. package/src/list-box/listbox-all.module.d.ts +0 -6
  30. package/src/list-box/listbox.component.d.ts +1 -4
  31. package/src/list-box/listbox.module.d.ts +0 -6
  32. package/src/mention/mention-all.module.d.ts +0 -6
  33. package/src/mention/mention.component.d.ts +0 -3
  34. package/src/mention/mention.module.d.ts +0 -6
  35. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  36. package/src/multi-select/multiselect.component.d.ts +0 -3
  37. package/src/multi-select/multiselect.module.d.ts +0 -6
  38. package/styles/auto-complete/bootstrap-dark.scss +1 -4
  39. package/styles/auto-complete/bootstrap.scss +1 -4
  40. package/styles/auto-complete/bootstrap4.scss +1 -4
  41. package/styles/auto-complete/bootstrap5-dark.scss +1 -4
  42. package/styles/auto-complete/bootstrap5.scss +1 -4
  43. package/styles/auto-complete/fabric-dark.scss +1 -4
  44. package/styles/auto-complete/fabric.scss +1 -4
  45. package/styles/auto-complete/fluent-dark.scss +1 -4
  46. package/styles/auto-complete/fluent.scss +1 -4
  47. package/styles/auto-complete/highcontrast-light.scss +1 -4
  48. package/styles/auto-complete/highcontrast.scss +1 -4
  49. package/styles/auto-complete/material-dark.scss +1 -4
  50. package/styles/auto-complete/material.scss +1 -4
  51. package/styles/auto-complete/tailwind-dark.scss +1 -4
  52. package/styles/auto-complete/tailwind.scss +1 -4
  53. package/styles/bootstrap-dark.css +4 -0
  54. package/styles/bootstrap.css +4 -0
  55. package/styles/bootstrap4.css +4 -0
  56. package/styles/bootstrap5-dark.css +6 -2
  57. package/styles/bootstrap5.css +6 -2
  58. package/styles/combo-box/bootstrap-dark.scss +1 -4
  59. package/styles/combo-box/bootstrap.scss +1 -4
  60. package/styles/combo-box/bootstrap4.scss +1 -4
  61. package/styles/combo-box/bootstrap5-dark.scss +1 -4
  62. package/styles/combo-box/bootstrap5.scss +1 -4
  63. package/styles/combo-box/fabric-dark.scss +1 -4
  64. package/styles/combo-box/fabric.scss +1 -4
  65. package/styles/combo-box/fluent-dark.scss +1 -4
  66. package/styles/combo-box/fluent.scss +1 -4
  67. package/styles/combo-box/highcontrast-light.scss +1 -4
  68. package/styles/combo-box/highcontrast.scss +1 -4
  69. package/styles/combo-box/material-dark.scss +1 -4
  70. package/styles/combo-box/material.scss +1 -4
  71. package/styles/combo-box/tailwind-dark.scss +1 -4
  72. package/styles/combo-box/tailwind.scss +1 -4
  73. package/styles/drop-down-base/bootstrap-dark.scss +1 -3
  74. package/styles/drop-down-base/bootstrap.scss +1 -3
  75. package/styles/drop-down-base/bootstrap4.scss +1 -3
  76. package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
  77. package/styles/drop-down-base/bootstrap5.scss +1 -3
  78. package/styles/drop-down-base/fabric-dark.scss +1 -3
  79. package/styles/drop-down-base/fabric.scss +1 -3
  80. package/styles/drop-down-base/fluent-dark.scss +1 -3
  81. package/styles/drop-down-base/fluent.scss +1 -3
  82. package/styles/drop-down-base/highcontrast-light.scss +1 -3
  83. package/styles/drop-down-base/highcontrast.scss +1 -3
  84. package/styles/drop-down-base/material-dark.css +1 -1
  85. package/styles/drop-down-base/material-dark.scss +1 -3
  86. package/styles/drop-down-base/material.scss +1 -3
  87. package/styles/drop-down-base/tailwind-dark.scss +1 -3
  88. package/styles/drop-down-base/tailwind.scss +1 -3
  89. package/styles/drop-down-list/bootstrap-dark.scss +1 -8
  90. package/styles/drop-down-list/bootstrap.scss +1 -8
  91. package/styles/drop-down-list/bootstrap4.scss +1 -8
  92. package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
  93. package/styles/drop-down-list/bootstrap5.scss +1 -8
  94. package/styles/drop-down-list/fabric-dark.scss +1 -8
  95. package/styles/drop-down-list/fabric.scss +1 -8
  96. package/styles/drop-down-list/fluent-dark.scss +1 -8
  97. package/styles/drop-down-list/fluent.scss +1 -8
  98. package/styles/drop-down-list/highcontrast-light.scss +1 -8
  99. package/styles/drop-down-list/highcontrast.scss +1 -8
  100. package/styles/drop-down-list/material-dark.scss +1 -8
  101. package/styles/drop-down-list/material.scss +1 -8
  102. package/styles/drop-down-list/tailwind-dark.scss +1 -8
  103. package/styles/drop-down-list/tailwind.scss +1 -8
  104. package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
  105. package/styles/drop-down-tree/bootstrap.scss +1 -9
  106. package/styles/drop-down-tree/bootstrap4.scss +1 -9
  107. package/styles/drop-down-tree/bootstrap5-dark.css +2 -2
  108. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
  109. package/styles/drop-down-tree/bootstrap5.css +2 -2
  110. package/styles/drop-down-tree/bootstrap5.scss +1 -9
  111. package/styles/drop-down-tree/fabric-dark.scss +1 -9
  112. package/styles/drop-down-tree/fabric.scss +1 -9
  113. package/styles/drop-down-tree/fluent-dark.scss +1 -9
  114. package/styles/drop-down-tree/fluent.scss +1 -9
  115. package/styles/drop-down-tree/highcontrast-light.scss +1 -9
  116. package/styles/drop-down-tree/highcontrast.scss +1 -9
  117. package/styles/drop-down-tree/material-dark.scss +1 -9
  118. package/styles/drop-down-tree/material.scss +1 -9
  119. package/styles/drop-down-tree/tailwind-dark.scss +1 -9
  120. package/styles/drop-down-tree/tailwind.scss +1 -9
  121. package/styles/fabric-dark.css +4 -0
  122. package/styles/fabric.css +4 -0
  123. package/styles/fluent-dark.css +4 -0
  124. package/styles/fluent.css +4 -0
  125. package/styles/highcontrast-light.css +4 -0
  126. package/styles/highcontrast.css +4 -0
  127. package/styles/list-box/bootstrap-dark.scss +1 -5
  128. package/styles/list-box/bootstrap.scss +1 -5
  129. package/styles/list-box/bootstrap4.scss +1 -5
  130. package/styles/list-box/bootstrap5-dark.scss +1 -5
  131. package/styles/list-box/bootstrap5.scss +1 -5
  132. package/styles/list-box/fabric-dark.scss +1 -5
  133. package/styles/list-box/fabric.scss +1 -5
  134. package/styles/list-box/fluent-dark.scss +1 -5
  135. package/styles/list-box/fluent.scss +1 -5
  136. package/styles/list-box/highcontrast-light.scss +1 -5
  137. package/styles/list-box/highcontrast.scss +1 -5
  138. package/styles/list-box/material-dark.scss +1 -5
  139. package/styles/list-box/material.scss +1 -5
  140. package/styles/list-box/tailwind-dark.scss +1 -5
  141. package/styles/list-box/tailwind.scss +1 -5
  142. package/styles/material-dark.css +5 -1
  143. package/styles/material.css +4 -0
  144. package/styles/mention/bootstrap-dark.scss +1 -6
  145. package/styles/mention/bootstrap.scss +1 -6
  146. package/styles/mention/bootstrap4.scss +1 -6
  147. package/styles/mention/bootstrap5-dark.scss +1 -6
  148. package/styles/mention/bootstrap5.scss +1 -6
  149. package/styles/mention/fabric-dark.scss +1 -6
  150. package/styles/mention/fabric.scss +1 -6
  151. package/styles/mention/fluent-dark.scss +1 -6
  152. package/styles/mention/fluent.scss +1 -6
  153. package/styles/mention/highcontrast-light.scss +1 -6
  154. package/styles/mention/highcontrast.scss +1 -6
  155. package/styles/mention/material-dark.scss +1 -6
  156. package/styles/mention/material.scss +1 -6
  157. package/styles/mention/tailwind-dark.scss +1 -6
  158. package/styles/mention/tailwind.scss +1 -6
  159. package/styles/multi-select/bootstrap-dark.css +4 -0
  160. package/styles/multi-select/bootstrap-dark.scss +1 -9
  161. package/styles/multi-select/bootstrap.css +4 -0
  162. package/styles/multi-select/bootstrap.scss +1 -9
  163. package/styles/multi-select/bootstrap4.css +4 -0
  164. package/styles/multi-select/bootstrap4.scss +1 -9
  165. package/styles/multi-select/bootstrap5-dark.css +4 -0
  166. package/styles/multi-select/bootstrap5-dark.scss +1 -9
  167. package/styles/multi-select/bootstrap5.css +4 -0
  168. package/styles/multi-select/bootstrap5.scss +1 -9
  169. package/styles/multi-select/fabric-dark.css +4 -0
  170. package/styles/multi-select/fabric-dark.scss +1 -9
  171. package/styles/multi-select/fabric.css +4 -0
  172. package/styles/multi-select/fabric.scss +1 -9
  173. package/styles/multi-select/fluent-dark.css +4 -0
  174. package/styles/multi-select/fluent-dark.scss +1 -9
  175. package/styles/multi-select/fluent.css +4 -0
  176. package/styles/multi-select/fluent.scss +1 -9
  177. package/styles/multi-select/highcontrast-light.css +4 -0
  178. package/styles/multi-select/highcontrast-light.scss +1 -9
  179. package/styles/multi-select/highcontrast.css +4 -0
  180. package/styles/multi-select/highcontrast.scss +1 -9
  181. package/styles/multi-select/material-dark.css +4 -0
  182. package/styles/multi-select/material-dark.scss +1 -9
  183. package/styles/multi-select/material.css +4 -0
  184. package/styles/multi-select/material.scss +1 -9
  185. package/styles/multi-select/tailwind-dark.css +4 -0
  186. package/styles/multi-select/tailwind-dark.scss +1 -9
  187. package/styles/multi-select/tailwind.css +4 -0
  188. package/styles/multi-select/tailwind.scss +1 -9
  189. package/styles/tailwind-dark.css +4 -0
  190. package/styles/tailwind.css +4 -0
  191. package/esm2020/public_api.mjs +0 -3
  192. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  193. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -121
  194. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  195. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  196. package/esm2020/src/combo-box/combobox.component.mjs +0 -121
  197. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  198. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
  199. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
  200. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  201. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  202. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -115
  203. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  204. package/esm2020/src/index.mjs +0 -23
  205. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  206. package/esm2020/src/list-box/listbox.component.mjs +0 -103
  207. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  208. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  209. package/esm2020/src/mention/mention.component.mjs +0 -84
  210. package/esm2020/src/mention/mention.module.mjs +0 -25
  211. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  212. package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
  213. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  214. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  215. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  216. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  217. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  218. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  219. package/styles/auto-complete/_all.scss +0 -1
  220. package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
  221. package/styles/auto-complete/_bootstrap-definition.scss +0 -2
  222. package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
  223. package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
  224. package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
  225. package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
  226. package/styles/auto-complete/_fabric-definition.scss +0 -2
  227. package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
  228. package/styles/auto-complete/_fluent-definition.scss +0 -2
  229. package/styles/auto-complete/_fusionnew-definition.scss +0 -2
  230. package/styles/auto-complete/_highcontrast-definition.scss +0 -2
  231. package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
  232. package/styles/auto-complete/_material-dark-definition.scss +0 -2
  233. package/styles/auto-complete/_material-definition.scss +0 -2
  234. package/styles/auto-complete/_material3-definition.scss +0 -2
  235. package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
  236. package/styles/auto-complete/_tailwind-definition.scss +0 -2
  237. package/styles/combo-box/_all.scss +0 -1
  238. package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
  239. package/styles/combo-box/_bootstrap-definition.scss +0 -2
  240. package/styles/combo-box/_bootstrap4-definition.scss +0 -11
  241. package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
  242. package/styles/combo-box/_bootstrap5-definition.scss +0 -2
  243. package/styles/combo-box/_fabric-dark-definition.scss +0 -2
  244. package/styles/combo-box/_fabric-definition.scss +0 -2
  245. package/styles/combo-box/_fluent-dark-definition.scss +0 -1
  246. package/styles/combo-box/_fluent-definition.scss +0 -2
  247. package/styles/combo-box/_fusionnew-definition.scss +0 -2
  248. package/styles/combo-box/_highcontrast-definition.scss +0 -2
  249. package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
  250. package/styles/combo-box/_material-dark-definition.scss +0 -2
  251. package/styles/combo-box/_material-definition.scss +0 -2
  252. package/styles/combo-box/_material3-definition.scss +0 -2
  253. package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
  254. package/styles/combo-box/_tailwind-definition.scss +0 -2
  255. package/styles/drop-down-base/_all.scss +0 -2
  256. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -82
  257. package/styles/drop-down-base/_bootstrap-definition.scss +0 -82
  258. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -97
  259. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
  260. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -116
  261. package/styles/drop-down-base/_definition.scss +0 -23
  262. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -85
  263. package/styles/drop-down-base/_fabric-definition.scss +0 -83
  264. package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
  265. package/styles/drop-down-base/_fluent-definition.scss +0 -120
  266. package/styles/drop-down-base/_fusionnew-definition.scss +0 -116
  267. package/styles/drop-down-base/_highcontrast-definition.scss +0 -104
  268. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -104
  269. package/styles/drop-down-base/_layout.scss +0 -193
  270. package/styles/drop-down-base/_material-dark-definition.scss +0 -85
  271. package/styles/drop-down-base/_material-definition.scss +0 -84
  272. package/styles/drop-down-base/_material3-definition.scss +0 -116
  273. package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
  274. package/styles/drop-down-base/_tailwind-definition.scss +0 -128
  275. package/styles/drop-down-base/_theme.scss +0 -328
  276. package/styles/drop-down-list/_all.scss +0 -3
  277. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -157
  278. package/styles/drop-down-list/_bootstrap-definition.scss +0 -156
  279. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -191
  280. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
  281. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
  282. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -128
  283. package/styles/drop-down-list/_fabric-definition.scss +0 -124
  284. package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
  285. package/styles/drop-down-list/_fluent-definition.scss +0 -185
  286. package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
  287. package/styles/drop-down-list/_highcontrast-definition.scss +0 -142
  288. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -144
  289. package/styles/drop-down-list/_layout.scss +0 -296
  290. package/styles/drop-down-list/_material-dark-definition.scss +0 -143
  291. package/styles/drop-down-list/_material-definition.scss +0 -167
  292. package/styles/drop-down-list/_material3-definition.scss +0 -201
  293. package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
  294. package/styles/drop-down-list/_tailwind-definition.scss +0 -134
  295. package/styles/drop-down-list/_theme.scss +0 -10
  296. package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
  297. package/styles/drop-down-list/icons/_bootstrap.scss +0 -14
  298. package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
  299. package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
  300. package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
  301. package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
  302. package/styles/drop-down-list/icons/_fabric.scss +0 -14
  303. package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
  304. package/styles/drop-down-list/icons/_fluent.scss +0 -14
  305. package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
  306. package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
  307. package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
  308. package/styles/drop-down-list/icons/_material-dark.scss +0 -14
  309. package/styles/drop-down-list/icons/_material.scss +0 -14
  310. package/styles/drop-down-list/icons/_material3.scss +0 -14
  311. package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
  312. package/styles/drop-down-list/icons/_tailwind.scss +0 -14
  313. package/styles/drop-down-tree/_all.scss +0 -2
  314. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
  315. package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
  316. package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
  317. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
  318. package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
  319. package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
  320. package/styles/drop-down-tree/_fabric-definition.scss +0 -72
  321. package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
  322. package/styles/drop-down-tree/_fluent-definition.scss +0 -66
  323. package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
  324. package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
  325. package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
  326. package/styles/drop-down-tree/_layout.scss +0 -1386
  327. package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
  328. package/styles/drop-down-tree/_material-definition.scss +0 -73
  329. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  330. package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
  331. package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
  332. package/styles/drop-down-tree/_theme.scss +0 -120
  333. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
  334. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
  335. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
  336. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
  337. package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
  338. package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
  339. package/styles/drop-down-tree/icons/_fabric.scss +0 -11
  340. package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
  341. package/styles/drop-down-tree/icons/_fluent.scss +0 -11
  342. package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
  343. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
  344. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
  345. package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
  346. package/styles/drop-down-tree/icons/_material.scss +0 -11
  347. package/styles/drop-down-tree/icons/_material3.scss +0 -11
  348. package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
  349. package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
  350. package/styles/list-box/_all.scss +0 -2
  351. package/styles/list-box/_bootstrap-dark-definition.scss +0 -125
  352. package/styles/list-box/_bootstrap-definition.scss +0 -118
  353. package/styles/list-box/_bootstrap4-definition.scss +0 -123
  354. package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
  355. package/styles/list-box/_bootstrap5-definition.scss +0 -121
  356. package/styles/list-box/_fabric-dark-definition.scss +0 -125
  357. package/styles/list-box/_fabric-definition.scss +0 -118
  358. package/styles/list-box/_fluent-dark-definition.scss +0 -1
  359. package/styles/list-box/_fluent-definition.scss +0 -121
  360. package/styles/list-box/_fusionnew-definition.scss +0 -114
  361. package/styles/list-box/_highcontrast-definition.scss +0 -118
  362. package/styles/list-box/_highcontrast-light-definition.scss +0 -125
  363. package/styles/list-box/_layout.scss +0 -534
  364. package/styles/list-box/_material-dark-definition.scss +0 -125
  365. package/styles/list-box/_material-definition.scss +0 -118
  366. package/styles/list-box/_material3-definition.scss +0 -120
  367. package/styles/list-box/_tailwind-dark-definition.scss +0 -1
  368. package/styles/list-box/_tailwind-definition.scss +0 -120
  369. package/styles/list-box/_theme.scss +0 -316
  370. package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
  371. package/styles/list-box/icons/_bootstrap.scss +0 -25
  372. package/styles/list-box/icons/_bootstrap4.scss +0 -25
  373. package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
  374. package/styles/list-box/icons/_bootstrap5.scss +0 -25
  375. package/styles/list-box/icons/_fabric-dark.scss +0 -25
  376. package/styles/list-box/icons/_fabric.scss +0 -25
  377. package/styles/list-box/icons/_fluent-dark.scss +0 -1
  378. package/styles/list-box/icons/_fluent.scss +0 -25
  379. package/styles/list-box/icons/_fusionnew.scss +0 -25
  380. package/styles/list-box/icons/_highcontrast-light.scss +0 -25
  381. package/styles/list-box/icons/_highcontrast.scss +0 -25
  382. package/styles/list-box/icons/_material-dark.scss +0 -25
  383. package/styles/list-box/icons/_material.scss +0 -25
  384. package/styles/list-box/icons/_material3.scss +0 -25
  385. package/styles/list-box/icons/_tailwind-dark.scss +0 -25
  386. package/styles/list-box/icons/_tailwind.scss +0 -25
  387. package/styles/mention/_all.scss +0 -1
  388. package/styles/mention/_bootstrap-dark-definition.scss +0 -3
  389. package/styles/mention/_bootstrap-definition.scss +0 -3
  390. package/styles/mention/_bootstrap4-definition.scss +0 -3
  391. package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
  392. package/styles/mention/_bootstrap5-definition.scss +0 -1
  393. package/styles/mention/_fabric-dark-definition.scss +0 -2
  394. package/styles/mention/_fabric-definition.scss +0 -3
  395. package/styles/mention/_fluent-dark-definition.scss +0 -1
  396. package/styles/mention/_fluent-definition.scss +0 -1
  397. package/styles/mention/_fusionnew-definition.scss +0 -1
  398. package/styles/mention/_highcontrast-definition.scss +0 -3
  399. package/styles/mention/_highcontrast-light-definition.scss +0 -3
  400. package/styles/mention/_layout.scss +0 -6
  401. package/styles/mention/_material-dark-definition.scss +0 -3
  402. package/styles/mention/_material-definition.scss +0 -3
  403. package/styles/mention/_material3-definition.scss +0 -1
  404. package/styles/mention/_tailwind-dark-definition.scss +0 -1
  405. package/styles/mention/_tailwind-definition.scss +0 -1
  406. package/styles/multi-select/_all.scss +0 -2
  407. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -195
  408. package/styles/multi-select/_bootstrap-definition.scss +0 -189
  409. package/styles/multi-select/_bootstrap4-definition.scss +0 -256
  410. package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
  411. package/styles/multi-select/_bootstrap5-definition.scss +0 -226
  412. package/styles/multi-select/_fabric-dark-definition.scss +0 -184
  413. package/styles/multi-select/_fabric-definition.scss +0 -180
  414. package/styles/multi-select/_fluent-dark-definition.scss +0 -1
  415. package/styles/multi-select/_fluent-definition.scss +0 -237
  416. package/styles/multi-select/_fusionnew-definition.scss +0 -226
  417. package/styles/multi-select/_highcontrast-definition.scss +0 -293
  418. package/styles/multi-select/_highcontrast-light-definition.scss +0 -292
  419. package/styles/multi-select/_layout.scss +0 -2002
  420. package/styles/multi-select/_material-dark-definition.scss +0 -227
  421. package/styles/multi-select/_material-definition.scss +0 -220
  422. package/styles/multi-select/_material3-definition.scss +0 -226
  423. package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
  424. package/styles/multi-select/_tailwind-definition.scss +0 -231
  425. package/styles/multi-select/_theme.scss +0 -492
  426. package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
  427. package/styles/multi-select/icons/_bootstrap.scss +0 -26
  428. package/styles/multi-select/icons/_bootstrap4.scss +0 -37
  429. package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
  430. package/styles/multi-select/icons/_bootstrap5.scss +0 -26
  431. package/styles/multi-select/icons/_fabric-dark.scss +0 -26
  432. package/styles/multi-select/icons/_fabric.scss +0 -26
  433. package/styles/multi-select/icons/_fluent-dark.scss +0 -1
  434. package/styles/multi-select/icons/_fluent.scss +0 -55
  435. package/styles/multi-select/icons/_fusionnew.scss +0 -26
  436. package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
  437. package/styles/multi-select/icons/_highcontrast.scss +0 -26
  438. package/styles/multi-select/icons/_material-dark.scss +0 -693
  439. package/styles/multi-select/icons/_material.scss +0 -693
  440. package/styles/multi-select/icons/_material3.scss +0 -26
  441. package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
  442. package/styles/multi-select/icons/_tailwind.scss +0 -26
  443. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-dropdowns.umd.min.js","sources":["~/@syncfusion/ej2-angular-dropdowns/src/drop-down-list/dropdownlist.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/drop-down-list/dropdownlist.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/drop-down-list/dropdownlist-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/combo-box/combobox.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/combo-box/combobox.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/combo-box/combobox-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/auto-complete/autocomplete.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/auto-complete/autocomplete.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/auto-complete/autocomplete-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/multi-select/multiselect.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/multi-select/multiselect.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/multi-select/multiselect-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/list-box/listbox.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/list-box/listbox.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/list-box/listbox-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/drop-down-tree/dropdowntree.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/drop-down-tree/dropdowntree.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/drop-down-tree/dropdowntree-all.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/mention/mention.component.ts","~/@syncfusion/ej2-angular-dropdowns/src/mention/mention.module.ts","~/@syncfusion/ej2-angular-dropdowns/src/mention/mention-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowFiltering','cssClass','dataSource','enablePersistence','enableRtl','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','htmlAttributes','ignoreAccent','ignoreCase','index','itemTemplate','locale','noRecordsTemplate','placeholder','popupHeight','popupWidth','query','readonly','showClearButton','sortOrder','text','value','valueTemplate','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','blur','change','close','created','dataBound','destroyed','filtering','focus','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The DropDownList component contains a list of predefined values, from which the user can choose a single value.\n * ```html\n * <ejs-dropdownlist></ejs-dropdownlist>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DropDownListComponent extends DropDownList implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tblur: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tfiltering: any;\n\tfocus: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n */\n@Template()\n public footerTemplate: any;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n */\n@Template()\n public headerTemplate: any;\n/**\n * Accepts the template design and assigns it to the selected list item in the input element of the component. \n * For more details about the available template options refer to \n * [`Template`](../../drop-down-list/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n */\n@Template()\n public valueTemplate: any;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n */\n@Template()\n public groupTemplate: any;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n */\n@Template()\n public itemTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request failed')\npublic actionFailureTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dropdownlist',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DropDownListComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'valueTemplate': [{ type: ContentChild, args: ['valueTemplate', ] },],\n'groupTemplate': [{ type: ContentChild, args: ['groupTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction DropDownListComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownListComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownListComponent.ctorParameters;\n/** @type {?} */\nDropDownListComponent.propDecorators;\n/** @type {?} */\nDropDownListComponent.prototype.formCompContext;\n/** @type {?} */\nDropDownListComponent.prototype.formContext;\n/** @type {?} */\nDropDownListComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownListComponent.prototype.actionBegin;\n/** @type {?} */\nDropDownListComponent.prototype.actionComplete;\n/** @type {?} */\nDropDownListComponent.prototype.actionFailure;\n/** @type {?} */\nDropDownListComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownListComponent.prototype.blur;\n/** @type {?} */\nDropDownListComponent.prototype.change;\n/** @type {?} */\nDropDownListComponent.prototype.close;\n/** @type {?} */\nDropDownListComponent.prototype.created;\n/** @type {?} */\nDropDownListComponent.prototype.dataBound;\n/** @type {?} */\nDropDownListComponent.prototype.destroyed;\n/** @type {?} */\nDropDownListComponent.prototype.filtering;\n/** @type {?} */\nDropDownListComponent.prototype.focus;\n/** @type {?} */\nDropDownListComponent.prototype.open;\n/** @type {?} */\nDropDownListComponent.prototype.select;\n/** @type {?} */\nDropDownListComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @type {?}\n */\nDropDownListComponent.prototype.footerTemplate;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @type {?}\n */\nDropDownListComponent.prototype.headerTemplate;\n/**\n * Accepts the template design and assigns it to the selected list item in the input element of the component. \n * For more details about the available template options refer to \n * [`Template`](../../drop-down-list/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @type {?}\n */\nDropDownListComponent.prototype.valueTemplate;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nDropDownListComponent.prototype.groupTemplate;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n * @type {?}\n */\nDropDownListComponent.prototype.itemTemplate;\n/** @type {?} */\nDropDownListComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nDropDownListComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nDropDownListComponent.prototype.skipFromEvent;\n/** @type {?} */\nDropDownListComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownListComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownListComponent.prototype.ngEle;\n/** @type {?} */\nDropDownListComponent.prototype.srenderer;\n/** @type {?} */\nDropDownListComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownListComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownListComponent } from './dropdownlist.component';\n/**\n * NgModule definition for the DropDownList component.\n */\nexport class DropDownListModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownListComponent\n ],\n exports: [\n DropDownListComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownListModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownListModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownListModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownListComponent } from './dropdownlist.component';\nimport { DropDownListModule } from './dropdownlist.module';\n/**\n * NgModule definition for the DropDownList component with providers.\n */\nexport class DropDownListAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownListModule],\n exports: [\n DropDownListModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownListAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownListAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownListAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { ComboBox } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowCustom','allowFiltering','autofill','cssClass','dataSource','enablePersistence','enableRtl','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','htmlAttributes','ignoreAccent','ignoreCase','index','itemTemplate','locale','noRecordsTemplate','placeholder','popupHeight','popupWidth','query','readonly','showClearButton','sortOrder','text','value','valueTemplate','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','blur','change','close','created','customValueSpecifier','dataBound','destroyed','filtering','focus','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n * ```html\n * <ejs-combobox></ejs-combobox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class ComboBoxComponent extends ComboBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tblur: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tcustomValueSpecifier: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tfiltering: any;\n\tfocus: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n */\n@Template()\n public footerTemplate: any;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n */\n@Template()\n public headerTemplate: any;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n */\n@Template()\n public groupTemplate: any;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n */\n@Template()\n public itemTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request failed')\npublic actionFailureTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-combobox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ComboBoxComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'groupTemplate': [{ type: ContentChild, args: ['groupTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction ComboBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nComboBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nComboBoxComponent.ctorParameters;\n/** @type {?} */\nComboBoxComponent.propDecorators;\n/** @type {?} */\nComboBoxComponent.prototype.formCompContext;\n/** @type {?} */\nComboBoxComponent.prototype.formContext;\n/** @type {?} */\nComboBoxComponent.prototype.tagObjects;\n/** @type {?} */\nComboBoxComponent.prototype.actionBegin;\n/** @type {?} */\nComboBoxComponent.prototype.actionComplete;\n/** @type {?} */\nComboBoxComponent.prototype.actionFailure;\n/** @type {?} */\nComboBoxComponent.prototype.beforeOpen;\n/** @type {?} */\nComboBoxComponent.prototype.blur;\n/** @type {?} */\nComboBoxComponent.prototype.change;\n/** @type {?} */\nComboBoxComponent.prototype.close;\n/** @type {?} */\nComboBoxComponent.prototype.created;\n/** @type {?} */\nComboBoxComponent.prototype.customValueSpecifier;\n/** @type {?} */\nComboBoxComponent.prototype.dataBound;\n/** @type {?} */\nComboBoxComponent.prototype.destroyed;\n/** @type {?} */\nComboBoxComponent.prototype.filtering;\n/** @type {?} */\nComboBoxComponent.prototype.focus;\n/** @type {?} */\nComboBoxComponent.prototype.open;\n/** @type {?} */\nComboBoxComponent.prototype.select;\n/** @type {?} */\nComboBoxComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nComboBoxComponent.prototype.footerTemplate;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nComboBoxComponent.prototype.headerTemplate;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nComboBoxComponent.prototype.groupTemplate;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n * @type {?}\n */\nComboBoxComponent.prototype.itemTemplate;\n/** @type {?} */\nComboBoxComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nComboBoxComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nComboBoxComponent.prototype.skipFromEvent;\n/** @type {?} */\nComboBoxComponent.prototype.registerEvents;\n/** @type {?} */\nComboBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nComboBoxComponent.prototype.ngEle;\n/** @type {?} */\nComboBoxComponent.prototype.srenderer;\n/** @type {?} */\nComboBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nComboBoxComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ComboBoxComponent } from './combobox.component';\n/**\n * NgModule definition for the ComboBox component.\n */\nexport class ComboBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ComboBoxComponent\n ],\n exports: [\n ComboBoxComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ComboBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nComboBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nComboBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ComboBoxComponent } from './combobox.component';\nimport { ComboBoxModule } from './combobox.module';\n/**\n * NgModule definition for the ComboBox component with providers.\n */\nexport class ComboBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ComboBoxModule],\n exports: [\n ComboBoxModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ComboBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nComboBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nComboBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { AutoComplete } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowCustom','allowFiltering','autofill','cssClass','dataSource','enablePersistence','enableRtl','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','highlight','htmlAttributes','ignoreAccent','ignoreCase','index','itemTemplate','locale','minLength','noRecordsTemplate','placeholder','popupHeight','popupWidth','query','readonly','showClearButton','showPopupButton','sortOrder','suggestionCount','text','value','valueTemplate','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','blur','change','close','created','customValueSpecifier','dataBound','destroyed','filtering','focus','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n * ```html\n * <ejs-autocomplete></ejs-autocomplete>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class AutoCompleteComponent extends AutoComplete implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tblur: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tcustomValueSpecifier: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tfiltering: any;\n\tfocus: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n */\n@Template()\n public footerTemplate: any;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n */\n@Template()\n public headerTemplate: any;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n */\n@Template()\n public groupTemplate: any;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n */\n@Template()\n public itemTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request failed')\npublic actionFailureTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-autocomplete',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => AutoCompleteComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'groupTemplate': [{ type: ContentChild, args: ['groupTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction AutoCompleteComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nAutoCompleteComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAutoCompleteComponent.ctorParameters;\n/** @type {?} */\nAutoCompleteComponent.propDecorators;\n/** @type {?} */\nAutoCompleteComponent.prototype.formCompContext;\n/** @type {?} */\nAutoCompleteComponent.prototype.formContext;\n/** @type {?} */\nAutoCompleteComponent.prototype.tagObjects;\n/** @type {?} */\nAutoCompleteComponent.prototype.actionBegin;\n/** @type {?} */\nAutoCompleteComponent.prototype.actionComplete;\n/** @type {?} */\nAutoCompleteComponent.prototype.actionFailure;\n/** @type {?} */\nAutoCompleteComponent.prototype.beforeOpen;\n/** @type {?} */\nAutoCompleteComponent.prototype.blur;\n/** @type {?} */\nAutoCompleteComponent.prototype.change;\n/** @type {?} */\nAutoCompleteComponent.prototype.close;\n/** @type {?} */\nAutoCompleteComponent.prototype.created;\n/** @type {?} */\nAutoCompleteComponent.prototype.customValueSpecifier;\n/** @type {?} */\nAutoCompleteComponent.prototype.dataBound;\n/** @type {?} */\nAutoCompleteComponent.prototype.destroyed;\n/** @type {?} */\nAutoCompleteComponent.prototype.filtering;\n/** @type {?} */\nAutoCompleteComponent.prototype.focus;\n/** @type {?} */\nAutoCompleteComponent.prototype.open;\n/** @type {?} */\nAutoCompleteComponent.prototype.select;\n/** @type {?} */\nAutoCompleteComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nAutoCompleteComponent.prototype.footerTemplate;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nAutoCompleteComponent.prototype.headerTemplate;\n/**\n * Accepts the template design and assigns it to the group headers present in the popup list.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nAutoCompleteComponent.prototype.groupTemplate;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n * @type {?}\n */\nAutoCompleteComponent.prototype.itemTemplate;\n/** @type {?} */\nAutoCompleteComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nAutoCompleteComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nAutoCompleteComponent.prototype.skipFromEvent;\n/** @type {?} */\nAutoCompleteComponent.prototype.registerEvents;\n/** @type {?} */\nAutoCompleteComponent.prototype.addTwoWay;\n/** @type {?} */\nAutoCompleteComponent.prototype.ngEle;\n/** @type {?} */\nAutoCompleteComponent.prototype.srenderer;\n/** @type {?} */\nAutoCompleteComponent.prototype.viewContainerRef;\n/** @type {?} */\nAutoCompleteComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoCompleteComponent } from './autocomplete.component';\n/**\n * NgModule definition for the AutoComplete component.\n */\nexport class AutoCompleteModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n AutoCompleteComponent\n ],\n exports: [\n AutoCompleteComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AutoCompleteModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAutoCompleteModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAutoCompleteModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoCompleteComponent } from './autocomplete.component';\nimport { AutoCompleteModule } from './autocomplete.module';\n/**\n * NgModule definition for the AutoComplete component with providers.\n */\nexport class AutoCompleteAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, AutoCompleteModule],\n exports: [\n AutoCompleteModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AutoCompleteAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAutoCompleteAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAutoCompleteAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { MultiSelect } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','addTagOnBlur','allowCustomValue','allowFiltering','changeOnBlur','closePopupOnSelect','cssClass','dataSource','delimiterChar','enableGroupCheckBox','enableHtmlSanitizer','enablePersistence','enableRtl','enableSelectionOrder','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','hideSelectedItem','htmlAttributes','ignoreAccent','ignoreCase','itemTemplate','locale','maximumSelectionLength','mode','noRecordsTemplate','openOnClick','placeholder','popupHeight','popupWidth','query','readonly','selectAllText','showClearButton','showDropDownIcon','showSelectAll','sortOrder','text','unSelectAllText','value','valueTemplate','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','beforeSelectAll','blur','change','chipSelection','close','created','customValueSelection','dataBound','destroyed','filtering','focus','open','removed','removing','select','selectedAll','tagging','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The MultiSelect allows the user to pick a values from the predefined list of values.\n * ```html\n * <ejs-multiselect></ejs-multiselect>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class MultiSelectComponent extends MultiSelect implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tbeforeSelectAll: any;\n\tblur: any;\n\tchange: any;\n\tchipSelection: any;\n\tclose: any;\n\tcreated: any;\n\tcustomValueSelection: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tfiltering: any;\n\tfocus: any;\n\topen: any;\n\tremoved: any;\n\tremoving: any;\n\tselect: any;\n\tselectedAll: any;\n\ttagging: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \\@default null\n */\n@Template()\n public footerTemplate: any;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \\@default null\n */\n@Template()\n public headerTemplate: any;\n/**\n * Accepts the template design and assigns it to the selected list item in the input element of the component. \n * For more details about the available template options refer to \n * [`Template`](../../multi-select/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n */\n@Template()\n public valueTemplate: any;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n/**\n * Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.\n * \\@default null\n */\n@Template()\n public groupTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request failed')\npublic actionFailureTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DropDownsCheckBoxSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-multiselect',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MultiSelectComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'valueTemplate': [{ type: ContentChild, args: ['valueTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'groupTemplate': [{ type: ContentChild, args: ['groupTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction MultiSelectComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiSelectComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiSelectComponent.ctorParameters;\n/** @type {?} */\nMultiSelectComponent.propDecorators;\n/** @type {?} */\nMultiSelectComponent.prototype.formCompContext;\n/** @type {?} */\nMultiSelectComponent.prototype.formContext;\n/** @type {?} */\nMultiSelectComponent.prototype.tagObjects;\n/** @type {?} */\nMultiSelectComponent.prototype.actionBegin;\n/** @type {?} */\nMultiSelectComponent.prototype.actionComplete;\n/** @type {?} */\nMultiSelectComponent.prototype.actionFailure;\n/** @type {?} */\nMultiSelectComponent.prototype.beforeOpen;\n/** @type {?} */\nMultiSelectComponent.prototype.beforeSelectAll;\n/** @type {?} */\nMultiSelectComponent.prototype.blur;\n/** @type {?} */\nMultiSelectComponent.prototype.change;\n/** @type {?} */\nMultiSelectComponent.prototype.chipSelection;\n/** @type {?} */\nMultiSelectComponent.prototype.close;\n/** @type {?} */\nMultiSelectComponent.prototype.created;\n/** @type {?} */\nMultiSelectComponent.prototype.customValueSelection;\n/** @type {?} */\nMultiSelectComponent.prototype.dataBound;\n/** @type {?} */\nMultiSelectComponent.prototype.destroyed;\n/** @type {?} */\nMultiSelectComponent.prototype.filtering;\n/** @type {?} */\nMultiSelectComponent.prototype.focus;\n/** @type {?} */\nMultiSelectComponent.prototype.open;\n/** @type {?} */\nMultiSelectComponent.prototype.removed;\n/** @type {?} */\nMultiSelectComponent.prototype.removing;\n/** @type {?} */\nMultiSelectComponent.prototype.select;\n/** @type {?} */\nMultiSelectComponent.prototype.selectedAll;\n/** @type {?} */\nMultiSelectComponent.prototype.tagging;\n/** @type {?} */\nMultiSelectComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it to the footer container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \\@default null\n * @type {?}\n */\nMultiSelectComponent.prototype.footerTemplate;\n/**\n * Accepts the template design and assigns it to the header container of the popup list. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \\@default null\n * @type {?}\n */\nMultiSelectComponent.prototype.headerTemplate;\n/**\n * Accepts the template design and assigns it to the selected list item in the input element of the component. \n * For more details about the available template options refer to \n * [`Template`](../../multi-select/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @type {?}\n */\nMultiSelectComponent.prototype.valueTemplate;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.\n * \n * We have built-in `template engine`\n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @type {?}\n */\nMultiSelectComponent.prototype.itemTemplate;\n/**\n * Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.\n * \\@default null\n * @type {?}\n */\nMultiSelectComponent.prototype.groupTemplate;\n/** @type {?} */\nMultiSelectComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nMultiSelectComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nMultiSelectComponent.prototype.skipFromEvent;\n/** @type {?} */\nMultiSelectComponent.prototype.registerEvents;\n/** @type {?} */\nMultiSelectComponent.prototype.addTwoWay;\n/** @type {?} */\nMultiSelectComponent.prototype.ngEle;\n/** @type {?} */\nMultiSelectComponent.prototype.srenderer;\n/** @type {?} */\nMultiSelectComponent.prototype.viewContainerRef;\n/** @type {?} */\nMultiSelectComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MultiSelectComponent } from './multiselect.component';\n/**\n * NgModule definition for the MultiSelect component.\n */\nexport class MultiSelectModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MultiSelectComponent\n ],\n exports: [\n MultiSelectComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MultiSelectModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiSelectModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiSelectModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MultiSelectComponent } from './multiselect.component';\nimport { MultiSelectModule } from './multiselect.module';\nimport {CheckBoxSelection} from '@syncfusion/ej2-dropdowns';\n\n\nexport const /** @type {?} */ CheckBoxSelectionService: ValueProvider = { provide: 'DropDownsCheckBoxSelection', useValue: CheckBoxSelection};\n/**\n * NgModule definition for the MultiSelect component with providers.\n */\nexport class MultiSelectAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MultiSelectModule],\n exports: [\n MultiSelectModule\n ],\n providers:[\n CheckBoxSelectionService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MultiSelectAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiSelectAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiSelectAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { ListBox } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowDragAndDrop','allowFiltering','cssClass','dataSource','enablePersistence','enableRtl','enabled','fields','filterBarPlaceholder','filterType','groupTemplate','height','ignoreAccent','ignoreCase','itemTemplate','locale','maximumSelectionLength','noRecordsTemplate','query','scope','selectionSettings','sortOrder','toolbarSettings','value','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionComplete','actionFailure','beforeDrop','beforeItemRender','change','created','dataBound','destroyed','drag','dragStart','drop','filtering','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The ListBox allows the user to select values from the predefined list of values.\n * ```html\n * <ejs-listbox [dataSource]='data'></ejs-listbox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class ListBoxComponent extends ListBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeDrop: any;\n\tbeforeItemRender: any;\n\tchange: any;\n\tcreated: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdrop: any;\n\tfiltering: any;\n\tselect: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n */\n@Template()\n public itemTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DropDownsCheckBoxSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-listbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ListBoxComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n};\n}\n\nfunction ListBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nListBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nListBoxComponent.ctorParameters;\n/** @type {?} */\nListBoxComponent.propDecorators;\n/** @type {?} */\nListBoxComponent.prototype.formCompContext;\n/** @type {?} */\nListBoxComponent.prototype.formContext;\n/** @type {?} */\nListBoxComponent.prototype.tagObjects;\n/** @type {?} */\nListBoxComponent.prototype.actionBegin;\n/** @type {?} */\nListBoxComponent.prototype.actionComplete;\n/** @type {?} */\nListBoxComponent.prototype.actionFailure;\n/** @type {?} */\nListBoxComponent.prototype.beforeDrop;\n/** @type {?} */\nListBoxComponent.prototype.beforeItemRender;\n/** @type {?} */\nListBoxComponent.prototype.change;\n/** @type {?} */\nListBoxComponent.prototype.created;\n/** @type {?} */\nListBoxComponent.prototype.dataBound;\n/** @type {?} */\nListBoxComponent.prototype.destroyed;\n/** @type {?} */\nListBoxComponent.prototype.drag;\n/** @type {?} */\nListBoxComponent.prototype.dragStart;\n/** @type {?} */\nListBoxComponent.prototype.drop;\n/** @type {?} */\nListBoxComponent.prototype.filtering;\n/** @type {?} */\nListBoxComponent.prototype.select;\n/** @type {?} */\nListBoxComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it to each list item present in the popup. \n * We have built-in `template engine`\n * \n * which provides options to compile template string into a executable function.\n * For EX: We have expression evolution as like ES6 expression string literals.\n * \n * \\@default null\n * @deprecated\n * @type {?}\n */\nListBoxComponent.prototype.itemTemplate;\n/** @type {?} */\nListBoxComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nListBoxComponent.prototype.focus;\n/** @type {?} */\nListBoxComponent.prototype.blur;\n/** @type {?} */\nListBoxComponent.prototype.registerEvents;\n/** @type {?} */\nListBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nListBoxComponent.prototype.ngEle;\n/** @type {?} */\nListBoxComponent.prototype.srenderer;\n/** @type {?} */\nListBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nListBoxComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ListBoxComponent } from './listbox.component';\n/**\n * NgModule definition for the ListBox component.\n */\nexport class ListBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ListBoxComponent\n ],\n exports: [\n ListBoxComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ListBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nListBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nListBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ListBoxComponent } from './listbox.component';\nimport { ListBoxModule } from './listbox.module';\n/**\n * NgModule definition for the ListBox component with providers.\n */\nexport class ListBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ListBoxModule],\n exports: [\n ListBoxModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ListBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nListBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nListBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownTree } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionFailureTemplate','allowFiltering','allowMultiSelection','changeOnBlur','cssClass','customTemplate','delimiterChar','enableHtmlSanitizer','enablePersistence','enableRtl','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','headerTemplate','htmlAttributes','ignoreAccent','ignoreCase','itemTemplate','locale','mode','noRecordsTemplate','placeholder','popupHeight','popupWidth','readonly','selectAllText','showCheckBox','showClearButton','showDropDownIcon','showSelectAll','sortOrder','text','treeSettings','unSelectAllText','value','width','wrapText','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['actionFailure','beforeOpen','blur','change','close','created','dataBound','destroyed','filtering','focus','keyPress','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * The DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.\n * ```html\n * <ejs-dropdowntree></ejs-dropdowntree>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DropDownTreeComponent extends DropDownTree implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tblur: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tfiltering: any;\n\tfocus: any;\n\tkeyPress: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\n/**\n * Specifies the template that renders a customized footer container at the bottom of the pop-up list. \n * By default, the footerTemplate will be null and there will be no footer container for the pop-up list.\n * \\@default null\n */\n@Template()\n public footerTemplate: any;\n/**\n * Specifies the template that renders a customized header container at the top of the pop-up list. \n * By default, the headerTemplate will be null and there will be no header container for the pop-up list.\n * \\@default null\n */\n@Template()\n public headerTemplate: any;\n/**\n * Specifies a template to render customized content for all the items. \n * If the **itemTemplate** property is set, the template content overrides the displayed item text. \n * The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) \n * or HTML element ID holding the content.\n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n \n @Template('Request failed')\npublic actionFailureTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dropdowntree',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DropDownTreeComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'footerTemplate': [{ type: ContentChild, args: ['footerTemplate', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n'actionFailureTemplate': [{ type: ContentChild, args: ['actionFailureTemplate', ] },],\n};\n}\n\nfunction DropDownTreeComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownTreeComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownTreeComponent.ctorParameters;\n/** @type {?} */\nDropDownTreeComponent.propDecorators;\n/** @type {?} */\nDropDownTreeComponent.prototype.formCompContext;\n/** @type {?} */\nDropDownTreeComponent.prototype.formContext;\n/** @type {?} */\nDropDownTreeComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownTreeComponent.prototype.actionFailure;\n/** @type {?} */\nDropDownTreeComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownTreeComponent.prototype.blur;\n/** @type {?} */\nDropDownTreeComponent.prototype.change;\n/** @type {?} */\nDropDownTreeComponent.prototype.close;\n/** @type {?} */\nDropDownTreeComponent.prototype.created;\n/** @type {?} */\nDropDownTreeComponent.prototype.dataBound;\n/** @type {?} */\nDropDownTreeComponent.prototype.destroyed;\n/** @type {?} */\nDropDownTreeComponent.prototype.filtering;\n/** @type {?} */\nDropDownTreeComponent.prototype.focus;\n/** @type {?} */\nDropDownTreeComponent.prototype.keyPress;\n/** @type {?} */\nDropDownTreeComponent.prototype.open;\n/** @type {?} */\nDropDownTreeComponent.prototype.select;\n/** @type {?} */\nDropDownTreeComponent.prototype.valueChange;\n/**\n * Specifies the template that renders a customized footer container at the bottom of the pop-up list. \n * By default, the footerTemplate will be null and there will be no footer container for the pop-up list.\n * \\@default null\n * @type {?}\n */\nDropDownTreeComponent.prototype.footerTemplate;\n/**\n * Specifies the template that renders a customized header container at the top of the pop-up list. \n * By default, the headerTemplate will be null and there will be no header container for the pop-up list.\n * \\@default null\n * @type {?}\n */\nDropDownTreeComponent.prototype.headerTemplate;\n/**\n * Specifies a template to render customized content for all the items. \n * If the **itemTemplate** property is set, the template content overrides the displayed item text. \n * The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) \n * or HTML element ID holding the content.\n * \\@default null\n * @type {?}\n */\nDropDownTreeComponent.prototype.itemTemplate;\n/** @type {?} */\nDropDownTreeComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nDropDownTreeComponent.prototype.actionFailureTemplate;\n/** @type {?} */\nDropDownTreeComponent.prototype.skipFromEvent;\n/** @type {?} */\nDropDownTreeComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownTreeComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownTreeComponent.prototype.ngEle;\n/** @type {?} */\nDropDownTreeComponent.prototype.srenderer;\n/** @type {?} */\nDropDownTreeComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownTreeComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownTreeComponent } from './dropdowntree.component';\n/**\n * NgModule definition for the DropDownTree component.\n */\nexport class DropDownTreeModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownTreeComponent\n ],\n exports: [\n DropDownTreeComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownTreeModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownTreeModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownTreeModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownTreeComponent } from './dropdowntree.component';\nimport { DropDownTreeModule } from './dropdowntree.module';\n/**\n * NgModule definition for the DropDownTree component with providers.\n */\nexport class DropDownTreeAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownTreeModule],\n exports: [\n DropDownTreeModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownTreeAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownTreeAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownTreeAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Mention } from '@syncfusion/ej2-dropdowns';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowSpaces','cssClass','dataSource','displayTemplate','fields','filterType','highlight','ignoreCase','itemTemplate','locale','mentionChar','minLength','noRecordsTemplate','popupHeight','popupWidth','query','showMentionChar','sortOrder','spinnerTemplate','suffixText','suggestionCount','target'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','change','closed','created','destroyed','filtering','opened','select'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * The Mention component contains a list of predefined values, from which the user can choose a single value.\n * ```html\n * <ejs-mention></ejs-mention>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class MentionComponent extends Mention implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeOpen: any;\n\tchange: any;\n\tclosed: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfiltering: any;\n\topened: any;\npublic select: any;\n/**\n * Specifies the template for the selected value from the suggestion list.\n * \\@default null\n */\n@Template()\n public displayTemplate: any;\n/**\n * Specifies the template for the suggestion list.\n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n/**\n * Specifies the template for showing until data is loaded in the popup.\n * \\@default null\n */\n@Template()\n public spinnerTemplate: any;\n \n @Template('No records found')\npublic noRecordsTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-mention',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'displayTemplate': [{ type: ContentChild, args: ['displayTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n'spinnerTemplate': [{ type: ContentChild, args: ['spinnerTemplate', ] },],\n'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate', ] },],\n};\n}\n\nfunction MentionComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMentionComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMentionComponent.ctorParameters;\n/** @type {?} */\nMentionComponent.propDecorators;\n/** @type {?} */\nMentionComponent.prototype.containerContext;\n/** @type {?} */\nMentionComponent.prototype.tagObjects;\n/** @type {?} */\nMentionComponent.prototype.actionBegin;\n/** @type {?} */\nMentionComponent.prototype.actionComplete;\n/** @type {?} */\nMentionComponent.prototype.actionFailure;\n/** @type {?} */\nMentionComponent.prototype.beforeOpen;\n/** @type {?} */\nMentionComponent.prototype.change;\n/** @type {?} */\nMentionComponent.prototype.closed;\n/** @type {?} */\nMentionComponent.prototype.created;\n/** @type {?} */\nMentionComponent.prototype.destroyed;\n/** @type {?} */\nMentionComponent.prototype.filtering;\n/** @type {?} */\nMentionComponent.prototype.opened;\n/** @type {?} */\nMentionComponent.prototype.select;\n/**\n * Specifies the template for the selected value from the suggestion list.\n * \\@default null\n * @type {?}\n */\nMentionComponent.prototype.displayTemplate;\n/**\n * Specifies the template for the suggestion list.\n * \\@default null\n * @type {?}\n */\nMentionComponent.prototype.itemTemplate;\n/**\n * Specifies the template for showing until data is loaded in the popup.\n * \\@default null\n * @type {?}\n */\nMentionComponent.prototype.spinnerTemplate;\n/** @type {?} */\nMentionComponent.prototype.noRecordsTemplate;\n/** @type {?} */\nMentionComponent.prototype.registerEvents;\n/** @type {?} */\nMentionComponent.prototype.addTwoWay;\n/** @type {?} */\nMentionComponent.prototype.ngEle;\n/** @type {?} */\nMentionComponent.prototype.srenderer;\n/** @type {?} */\nMentionComponent.prototype.viewContainerRef;\n/** @type {?} */\nMentionComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MentionComponent } from './mention.component';\n/**\n * NgModule definition for the Mention component.\n */\nexport class MentionModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MentionComponent\n ],\n exports: [\n MentionComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MentionModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMentionModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMentionModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MentionComponent } from './mention.component';\nimport { MentionModule } from './mention.module';\n/**\n * NgModule definition for the Mention component with providers.\n */\nexport class MentionAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MentionModule],\n exports: [\n MentionModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MentionAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMentionAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMentionAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","DropDownListComponent","DropDownListComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","skipFromEvent","element","nativeElement","injectedModules","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","DropDownList","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","propDecorators","footerTemplate","ContentChild","headerTemplate","valueTemplate","groupTemplate","itemTemplate","noRecordsTemplate","actionFailureTemplate","__decorate","Template","ComponentMixins","__metadata","DropDownListModule","NgModule","imports","CommonModule","declarations","DropDownListAllModule","ComboBoxComponent","ComboBoxComponent_1","ComboBox","ComboBoxModule","ComboBoxAllModule","AutoCompleteComponent","AutoCompleteComponent_1","AutoComplete","AutoCompleteModule","AutoCompleteAllModule","MultiSelectComponent","MultiSelectComponent_1","mod","get","indexOf","push","_a","MultiSelect","MultiSelectModule","CheckBoxSelectionService","useValue","CheckBoxSelection","MultiSelectAllModule","ListBoxComponent","ListBoxComponent_1","ListBox","ListBoxModule","ListBoxAllModule","DropDownTreeComponent","DropDownTreeComponent_1","DropDownTree","DropDownTreeModule","DropDownTreeAllModule","MentionComponent","containerContext","Mention","displayTemplate","spinnerTemplate","MentionModule","MentionAllModule"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵe, outputs as ɵf } from './src/auto-complete/autocomplete.component';
6
+ export { inputs as ɵc, outputs as ɵd } from './src/combo-box/combobox.component';
7
+ export { inputs as ɵa, outputs as ɵb } from './src/drop-down-list/dropdownlist.component';
8
+ export { inputs as ɵk, outputs as ɵl } from './src/drop-down-tree/dropdowntree.component';
9
+ export { inputs as ɵi, outputs as ɵj } from './src/list-box/listbox.component';
10
+ export { inputs as ɵm, outputs as ɵn } from './src/mention/mention.component';
11
+ export { inputs as ɵg, outputs as ɵh } from './src/multi-select/multiselect.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-dropdowns"}],"metadata":{"ɵa":["actionFailureTemplate","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],"ɵb":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵc":["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","sortOrder","text","value","valueTemplate","width","zIndex"],"ɵd":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵe":["actionFailureTemplate","allowCustom","allowFiltering","autofill","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","highlight","htmlAttributes","ignoreAccent","ignoreCase","index","itemTemplate","locale","minLength","noRecordsTemplate","placeholder","popupHeight","popupWidth","query","readonly","showClearButton","showPopupButton","sortOrder","suggestionCount","text","value","valueTemplate","width","zIndex"],"ɵf":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵg":["actionFailureTemplate","addTagOnBlur","allowCustomValue","allowFiltering","changeOnBlur","closePopupOnSelect","cssClass","dataSource","delimiterChar","enableGroupCheckBox","enableHtmlSanitizer","enablePersistence","enableRtl","enableSelectionOrder","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","groupTemplate","headerTemplate","hideSelectedItem","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","mode","noRecordsTemplate","openOnClick","placeholder","popupHeight","popupWidth","query","readonly","selectAllText","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","unSelectAllText","value","valueTemplate","width","zIndex"],"ɵh":["actionBegin","actionComplete","actionFailure","beforeOpen","beforeSelectAll","blur","change","chipSelection","close","created","customValueSelection","dataBound","destroyed","filtering","focus","open","removed","removing","select","selectedAll","tagging","valueChange"],"ɵi":["actionFailureTemplate","allowDragAndDrop","allowFiltering","cssClass","dataSource","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","groupTemplate","height","ignoreAccent","ignoreCase","itemTemplate","locale","maximumSelectionLength","noRecordsTemplate","query","scope","selectionSettings","sortOrder","toolbarSettings","value","zIndex"],"ɵj":["focus","blur","actionBegin","actionComplete","actionFailure","beforeDrop","beforeItemRender","change","created","dataBound","destroyed","drag","dragStart","drop","filtering","select","valueChange"],"ɵk":["actionFailureTemplate","allowFiltering","allowMultiSelection","changeOnBlur","cssClass","customTemplate","delimiterChar","enableHtmlSanitizer","enablePersistence","enableRtl","enabled","fields","filterBarPlaceholder","filterType","floatLabelType","footerTemplate","headerTemplate","htmlAttributes","ignoreAccent","ignoreCase","itemTemplate","locale","mode","noRecordsTemplate","placeholder","popupHeight","popupWidth","readonly","selectAllText","showCheckBox","showClearButton","showDropDownIcon","showSelectAll","sortOrder","text","treeSettings","unSelectAllText","value","width","wrapText","zIndex"],"ɵl":["actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","keyPress","open","select","valueChange"],"ɵm":["allowSpaces","cssClass","dataSource","displayTemplate","fields","filterType","highlight","ignoreCase","itemTemplate","locale","mentionChar","minLength","noRecordsTemplate","popupHeight","popupWidth","query","showMentionChar","sortOrder","spinnerTemplate","suffixText","suggestionCount","target"],"ɵn":["actionBegin","actionComplete","actionFailure","beforeOpen","change","closed","created","destroyed","filtering","opened","select"],"DropDownListComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"DropDownList"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dropdownlist","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DropDownListComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownListModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownListComponent"}],"exports":[{"__symbolic":"reference","name":"DropDownListComponent"}]}]}],"members":{}},"DropDownListAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownListModule"}],"exports":[{"__symbolic":"reference","name":"DropDownListModule"}],"providers":[]}]}],"members":{}},"ComboBoxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"ComboBox"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-combobox","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"ComboBoxComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ComboBoxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ComboBoxComponent"}],"exports":[{"__symbolic":"reference","name":"ComboBoxComponent"}]}]}],"members":{}},"ComboBoxAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ComboBoxModule"}],"exports":[{"__symbolic":"reference","name":"ComboBoxModule"}],"providers":[]}]}],"members":{}},"AutoCompleteComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"AutoComplete"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-autocomplete","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"AutoCompleteComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"AutoCompleteModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"AutoCompleteComponent"}],"exports":[{"__symbolic":"reference","name":"AutoCompleteComponent"}]}]}],"members":{}},"AutoCompleteAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"AutoCompleteModule"}],"exports":[{"__symbolic":"reference","name":"AutoCompleteModule"}],"providers":[]}]}],"members":{}},"MultiSelectComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"MultiSelect"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-multiselect","inputs":{"__symbolic":"reference","name":"ɵg"},"outputs":{"__symbolic":"reference","name":"ɵh"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"MultiSelectComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"MultiSelectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"MultiSelectComponent"}],"exports":[{"__symbolic":"reference","name":"MultiSelectComponent"}]}]}],"members":{}},"MultiSelectAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"MultiSelectModule"}],"exports":[{"__symbolic":"reference","name":"MultiSelectModule"}],"providers":[{"__symbolic":"reference","name":"CheckBoxSelectionService"}]}]}],"members":{}},"CheckBoxSelectionService":{"provide":"DropDownsCheckBoxSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"CheckBoxSelection"}},"ListBoxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"ListBox"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-listbox","inputs":{"__symbolic":"reference","name":"ɵi"},"outputs":{"__symbolic":"reference","name":"ɵj"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"ListBoxComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ListBoxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ListBoxComponent"}],"exports":[{"__symbolic":"reference","name":"ListBoxComponent"}]}]}],"members":{}},"ListBoxAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ListBoxModule"}],"exports":[{"__symbolic":"reference","name":"ListBoxModule"}],"providers":[]}]}],"members":{}},"DropDownTreeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"DropDownTree"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dropdowntree","inputs":{"__symbolic":"reference","name":"ɵk"},"outputs":{"__symbolic":"reference","name":"ɵl"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DropDownTreeComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownTreeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownTreeComponent"}],"exports":[{"__symbolic":"reference","name":"DropDownTreeComponent"}]}]}],"members":{}},"DropDownTreeAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownTreeModule"}],"exports":[{"__symbolic":"reference","name":"DropDownTreeModule"}],"providers":[]}]}],"members":{}},"MentionComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"Mention"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-mention","inputs":{"__symbolic":"reference","name":"ɵm"},"outputs":{"__symbolic":"reference","name":"ɵn"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"displayTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["displayTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"spinnerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["spinnerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"MentionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"MentionComponent"}],"exports":[{"__symbolic":"reference","name":"MentionComponent"}]}]}],"members":{}},"MentionAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"MentionModule"}],"exports":[{"__symbolic":"reference","name":"MentionModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/drop-down-list/dropdownlist.component","ɵb":"./src/drop-down-list/dropdownlist.component","ɵc":"./src/combo-box/combobox.component","ɵd":"./src/combo-box/combobox.component","ɵe":"./src/auto-complete/autocomplete.component","ɵf":"./src/auto-complete/autocomplete.component","ɵg":"./src/multi-select/multiselect.component","ɵh":"./src/multi-select/multiselect.component","ɵi":"./src/list-box/listbox.component","ɵj":"./src/list-box/listbox.component","ɵk":"./src/drop-down-tree/dropdowntree.component","ɵl":"./src/drop-down-tree/dropdowntree.component","ɵm":"./src/mention/mention.component","ɵn":"./src/mention/mention.component","DropDownListComponent":"./src/drop-down-list/dropdownlist.component","DropDownListModule":"./src/drop-down-list/dropdownlist.module","DropDownListAllModule":"./src/drop-down-list/dropdownlist-all.module","ComboBoxComponent":"./src/combo-box/combobox.component","ComboBoxModule":"./src/combo-box/combobox.module","ComboBoxAllModule":"./src/combo-box/combobox-all.module","AutoCompleteComponent":"./src/auto-complete/autocomplete.component","AutoCompleteModule":"./src/auto-complete/autocomplete.module","AutoCompleteAllModule":"./src/auto-complete/autocomplete-all.module","MultiSelectComponent":"./src/multi-select/multiselect.component","MultiSelectModule":"./src/multi-select/multiselect.module","MultiSelectAllModule":"./src/multi-select/multiselect-all.module","CheckBoxSelectionService":"./src/multi-select/multiselect-all.module","ListBoxComponent":"./src/list-box/listbox.component","ListBoxModule":"./src/list-box/listbox.module","ListBoxAllModule":"./src/list-box/listbox-all.module","DropDownTreeComponent":"./src/drop-down-tree/dropdowntree.component","DropDownTreeModule":"./src/drop-down-tree/dropdowntree.module","DropDownTreeAllModule":"./src/drop-down-tree/dropdowntree-all.module","MentionComponent":"./src/mention/mention.component","MentionModule":"./src/mention/mention.module","MentionAllModule":"./src/mention/mention-all.module"},"importAs":"@syncfusion/ej2-angular-dropdowns"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@20.3.50",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@18.58.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xJrWlnstF0r+ZyOLJFwMHUUcTMeAfeWwTuq4uokizLD4fzgRET8Zki2AwX8NLTSEi8f4OuYCbfkZMfCkNTRbNA==",
5
+ "_integrity": "sha512-+AA3odsxcGycPCQkF9i86uYXu/GFWefhUWrAPwiWqJORIEaOPhYREVtDGh7iE1PnxxkP9YZ4OUCUA9gAnJMJxA==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.3.50.tgz",
23
- "_shasum": "776a21016dab73db05b118c19ce1712de01c4280",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.58.2.tgz",
23
+ "_shasum": "5054baad77e623fdb192aa1a3cacb5eea9616ae1",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.3.56",
35
- "@syncfusion/ej2-base": "~20.3.56",
36
- "@syncfusion/ej2-dropdowns": "20.3.60",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~20.4.38",
35
+ "@syncfusion/ej2-base": "~20.4.38",
36
+ "@syncfusion/ej2-dropdowns": "20.4.38"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 DropDown Components for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-dropdowns.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-dropdowns.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-dropdowns.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-dropdowns.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-dropdowns.js",
58
42
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
59
43
  "keywords": [
60
44
  "ej2",
@@ -77,7 +61,9 @@
77
61
  "ng-dropdowntree"
78
62
  ],
79
63
  "license": "SEE LICENSE IN license",
80
- "module": "fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
64
+ "main": "dist/ej2-angular-dropdowns.umd.js",
65
+ "metadata": "ej2-angular-dropdowns.metadata.json",
66
+ "module": "@syncfusion/ej2-angular-dropdowns.es5.js",
81
67
  "name": "@syncfusion/ej2-angular-dropdowns",
82
68
  "repository": {
83
69
  "type": "git",
@@ -85,6 +71,6 @@
85
71
  },
86
72
  "schematics": "./schematics/collection.json",
87
73
  "sideEffects": false,
88
- "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
89
- "version": "20.3.60"
74
+ "typings": "ej2-angular-dropdowns.d.ts",
75
+ "version": "20.4.38-ngcc"
90
76
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-dropdownlist','ejs-combobox','ejs-autocomplete','ejs-multiselect','ejs-listbox','ejs-dropdowntree','ejs-mention'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^20.3.50";
2
+ export declare const pkgVer = "^18.58.2";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~20.3.50";
4
+ export declare const themeVer = "~18.58.2";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^20.3.60';
4
+ exports.pkgVer = '^20.4.38';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~20.3.60';
6
+ exports.themeVer = '~20.4.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.3.60';
2
+ export const pkgVer = '^20.4.38';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~20.3.60';
4
+ export const themeVer = '~20.4.38';
@@ -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
  }