@syncfusion/ej2-angular-dropdowns 22.2.10 → 22.2.11-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 (451) 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 +2577 -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 +13 -27
  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.css +1 -1
  51. package/styles/auto-complete/material.scss +1 -4
  52. package/styles/auto-complete/material3-dark.scss +1 -4
  53. package/styles/auto-complete/material3.scss +1 -4
  54. package/styles/auto-complete/tailwind-dark.scss +1 -4
  55. package/styles/auto-complete/tailwind.scss +1 -4
  56. package/styles/combo-box/bootstrap-dark.scss +1 -4
  57. package/styles/combo-box/bootstrap.scss +1 -4
  58. package/styles/combo-box/bootstrap4.scss +1 -4
  59. package/styles/combo-box/bootstrap5-dark.scss +1 -4
  60. package/styles/combo-box/bootstrap5.scss +1 -4
  61. package/styles/combo-box/fabric-dark.scss +1 -4
  62. package/styles/combo-box/fabric.scss +1 -4
  63. package/styles/combo-box/fluent-dark.scss +1 -4
  64. package/styles/combo-box/fluent.scss +1 -4
  65. package/styles/combo-box/highcontrast-light.scss +1 -4
  66. package/styles/combo-box/highcontrast.scss +1 -4
  67. package/styles/combo-box/material-dark.scss +1 -4
  68. package/styles/combo-box/material.css +1 -1
  69. package/styles/combo-box/material.scss +1 -4
  70. package/styles/combo-box/material3-dark.scss +1 -4
  71. package/styles/combo-box/material3.scss +1 -4
  72. package/styles/combo-box/tailwind-dark.scss +1 -4
  73. package/styles/combo-box/tailwind.scss +1 -4
  74. package/styles/drop-down-base/bootstrap-dark.scss +1 -3
  75. package/styles/drop-down-base/bootstrap.scss +1 -3
  76. package/styles/drop-down-base/bootstrap4.scss +1 -3
  77. package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
  78. package/styles/drop-down-base/bootstrap5.scss +1 -3
  79. package/styles/drop-down-base/fabric-dark.scss +1 -3
  80. package/styles/drop-down-base/fabric.scss +1 -3
  81. package/styles/drop-down-base/fluent-dark.scss +1 -3
  82. package/styles/drop-down-base/fluent.scss +1 -3
  83. package/styles/drop-down-base/highcontrast-light.scss +1 -3
  84. package/styles/drop-down-base/highcontrast.scss +1 -3
  85. package/styles/drop-down-base/material-dark.scss +1 -3
  86. package/styles/drop-down-base/material.css +1 -1
  87. package/styles/drop-down-base/material.scss +1 -3
  88. package/styles/drop-down-base/material3-dark.scss +1 -3
  89. package/styles/drop-down-base/material3.scss +1 -3
  90. package/styles/drop-down-base/tailwind-dark.scss +1 -3
  91. package/styles/drop-down-base/tailwind.scss +1 -3
  92. package/styles/drop-down-list/bootstrap-dark.scss +1 -8
  93. package/styles/drop-down-list/bootstrap.scss +1 -8
  94. package/styles/drop-down-list/bootstrap4.scss +1 -8
  95. package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
  96. package/styles/drop-down-list/bootstrap5.scss +1 -8
  97. package/styles/drop-down-list/fabric-dark.scss +1 -8
  98. package/styles/drop-down-list/fabric.scss +1 -8
  99. package/styles/drop-down-list/fluent-dark.scss +1 -8
  100. package/styles/drop-down-list/fluent.scss +1 -8
  101. package/styles/drop-down-list/highcontrast-light.scss +1 -8
  102. package/styles/drop-down-list/highcontrast.scss +1 -8
  103. package/styles/drop-down-list/material-dark.scss +1 -8
  104. package/styles/drop-down-list/material.css +1 -1
  105. package/styles/drop-down-list/material.scss +1 -8
  106. package/styles/drop-down-list/material3-dark.scss +1 -8
  107. package/styles/drop-down-list/material3.scss +1 -8
  108. package/styles/drop-down-list/tailwind-dark.scss +1 -8
  109. package/styles/drop-down-list/tailwind.scss +1 -8
  110. package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
  111. package/styles/drop-down-tree/bootstrap.scss +1 -9
  112. package/styles/drop-down-tree/bootstrap4.scss +1 -9
  113. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
  114. package/styles/drop-down-tree/bootstrap5.scss +1 -9
  115. package/styles/drop-down-tree/fabric-dark.scss +1 -9
  116. package/styles/drop-down-tree/fabric.scss +1 -9
  117. package/styles/drop-down-tree/fluent-dark.scss +1 -9
  118. package/styles/drop-down-tree/fluent.scss +1 -9
  119. package/styles/drop-down-tree/highcontrast-light.scss +1 -9
  120. package/styles/drop-down-tree/highcontrast.scss +1 -9
  121. package/styles/drop-down-tree/material-dark.scss +1 -9
  122. package/styles/drop-down-tree/material.css +1 -1
  123. package/styles/drop-down-tree/material.scss +1 -9
  124. package/styles/drop-down-tree/material3-dark.scss +1 -9
  125. package/styles/drop-down-tree/material3.scss +1 -9
  126. package/styles/drop-down-tree/tailwind-dark.scss +1 -9
  127. package/styles/drop-down-tree/tailwind.scss +1 -9
  128. package/styles/list-box/bootstrap-dark.scss +1 -5
  129. package/styles/list-box/bootstrap.scss +1 -5
  130. package/styles/list-box/bootstrap4.scss +1 -5
  131. package/styles/list-box/bootstrap5-dark.scss +1 -5
  132. package/styles/list-box/bootstrap5.scss +1 -5
  133. package/styles/list-box/fabric-dark.scss +1 -5
  134. package/styles/list-box/fabric.scss +1 -5
  135. package/styles/list-box/fluent-dark.scss +1 -5
  136. package/styles/list-box/fluent.scss +1 -5
  137. package/styles/list-box/highcontrast-light.scss +1 -5
  138. package/styles/list-box/highcontrast.scss +1 -5
  139. package/styles/list-box/material-dark.scss +1 -5
  140. package/styles/list-box/material.css +1 -1
  141. package/styles/list-box/material.scss +1 -5
  142. package/styles/list-box/material3-dark.scss +1 -5
  143. package/styles/list-box/material3.scss +1 -5
  144. package/styles/list-box/tailwind-dark.scss +1 -5
  145. package/styles/list-box/tailwind.scss +1 -5
  146. package/styles/material.css +1 -1
  147. package/styles/material3-dark.css +394 -1
  148. package/styles/material3-dark.scss +0 -1
  149. package/styles/material3.css +779 -1
  150. package/styles/material3.scss +0 -1
  151. package/styles/mention/bootstrap-dark.scss +1 -6
  152. package/styles/mention/bootstrap.scss +1 -6
  153. package/styles/mention/bootstrap4.scss +1 -6
  154. package/styles/mention/bootstrap5-dark.scss +1 -6
  155. package/styles/mention/bootstrap5.scss +1 -6
  156. package/styles/mention/fabric-dark.scss +1 -6
  157. package/styles/mention/fabric.scss +1 -6
  158. package/styles/mention/fluent-dark.scss +1 -6
  159. package/styles/mention/fluent.scss +1 -6
  160. package/styles/mention/highcontrast-light.scss +1 -6
  161. package/styles/mention/highcontrast.scss +1 -6
  162. package/styles/mention/material-dark.scss +1 -6
  163. package/styles/mention/material.css +1 -1
  164. package/styles/mention/material.scss +1 -6
  165. package/styles/mention/material3-dark.scss +1 -6
  166. package/styles/mention/material3.scss +1 -6
  167. package/styles/mention/tailwind-dark.scss +1 -6
  168. package/styles/mention/tailwind.scss +1 -6
  169. package/styles/multi-select/bootstrap-dark.scss +1 -9
  170. package/styles/multi-select/bootstrap.scss +1 -9
  171. package/styles/multi-select/bootstrap4.scss +1 -9
  172. package/styles/multi-select/bootstrap5-dark.scss +1 -9
  173. package/styles/multi-select/bootstrap5.scss +1 -9
  174. package/styles/multi-select/fabric-dark.scss +1 -9
  175. package/styles/multi-select/fabric.scss +1 -9
  176. package/styles/multi-select/fluent-dark.scss +1 -9
  177. package/styles/multi-select/fluent.scss +1 -9
  178. package/styles/multi-select/highcontrast-light.scss +1 -9
  179. package/styles/multi-select/highcontrast.scss +1 -9
  180. package/styles/multi-select/material-dark.scss +1 -9
  181. package/styles/multi-select/material.css +1 -1
  182. package/styles/multi-select/material.scss +1 -9
  183. package/styles/multi-select/material3-dark.scss +1 -9
  184. package/styles/multi-select/material3.scss +1 -9
  185. package/styles/multi-select/tailwind-dark.scss +1 -9
  186. package/styles/multi-select/tailwind.scss +1 -9
  187. package/esm2020/public_api.mjs +0 -3
  188. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  189. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -121
  190. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  191. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  192. package/esm2020/src/combo-box/combobox.component.mjs +0 -121
  193. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  194. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
  195. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
  196. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  197. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  198. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -115
  199. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  200. package/esm2020/src/index.mjs +0 -23
  201. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  202. package/esm2020/src/list-box/listbox.component.mjs +0 -103
  203. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  204. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  205. package/esm2020/src/mention/mention.component.mjs +0 -84
  206. package/esm2020/src/mention/mention.module.mjs +0 -25
  207. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  208. package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
  209. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  210. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  211. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  212. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  213. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1052
  214. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  215. package/styles/auto-complete/_all.scss +0 -1
  216. package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
  217. package/styles/auto-complete/_bootstrap-definition.scss +0 -2
  218. package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
  219. package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
  220. package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
  221. package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
  222. package/styles/auto-complete/_fabric-definition.scss +0 -2
  223. package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
  224. package/styles/auto-complete/_fluent-definition.scss +0 -2
  225. package/styles/auto-complete/_fusionnew-definition.scss +0 -2
  226. package/styles/auto-complete/_highcontrast-definition.scss +0 -2
  227. package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
  228. package/styles/auto-complete/_material-dark-definition.scss +0 -2
  229. package/styles/auto-complete/_material-definition.scss +0 -2
  230. package/styles/auto-complete/_material3-dark-definition.scss +0 -1
  231. package/styles/auto-complete/_material3-definition.scss +0 -2
  232. package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
  233. package/styles/auto-complete/_tailwind-definition.scss +0 -2
  234. package/styles/combo-box/_all.scss +0 -1
  235. package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
  236. package/styles/combo-box/_bootstrap-definition.scss +0 -2
  237. package/styles/combo-box/_bootstrap4-definition.scss +0 -11
  238. package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
  239. package/styles/combo-box/_bootstrap5-definition.scss +0 -2
  240. package/styles/combo-box/_fabric-dark-definition.scss +0 -2
  241. package/styles/combo-box/_fabric-definition.scss +0 -2
  242. package/styles/combo-box/_fluent-dark-definition.scss +0 -1
  243. package/styles/combo-box/_fluent-definition.scss +0 -2
  244. package/styles/combo-box/_fusionnew-definition.scss +0 -2
  245. package/styles/combo-box/_highcontrast-definition.scss +0 -2
  246. package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
  247. package/styles/combo-box/_material-dark-definition.scss +0 -2
  248. package/styles/combo-box/_material-definition.scss +0 -2
  249. package/styles/combo-box/_material3-dark-definition.scss +0 -1
  250. package/styles/combo-box/_material3-definition.scss +0 -2
  251. package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
  252. package/styles/combo-box/_tailwind-definition.scss +0 -2
  253. package/styles/drop-down-base/_all.scss +0 -2
  254. package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -83
  255. package/styles/drop-down-base/_bootstrap-definition.scss +0 -83
  256. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -90
  257. package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
  258. package/styles/drop-down-base/_bootstrap5-definition.scss +0 -117
  259. package/styles/drop-down-base/_definition.scss +0 -23
  260. package/styles/drop-down-base/_fabric-dark-definition.scss +0 -86
  261. package/styles/drop-down-base/_fabric-definition.scss +0 -84
  262. package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
  263. package/styles/drop-down-base/_fluent-definition.scss +0 -121
  264. package/styles/drop-down-base/_fusionnew-definition.scss +0 -117
  265. package/styles/drop-down-base/_highcontrast-definition.scss +0 -105
  266. package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -105
  267. package/styles/drop-down-base/_layout.scss +0 -195
  268. package/styles/drop-down-base/_material-dark-definition.scss +0 -86
  269. package/styles/drop-down-base/_material-definition.scss +0 -85
  270. package/styles/drop-down-base/_material3-dark-definition.scss +0 -1
  271. package/styles/drop-down-base/_material3-definition.scss +0 -87
  272. package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
  273. package/styles/drop-down-base/_tailwind-definition.scss +0 -129
  274. package/styles/drop-down-base/_theme.scss +0 -391
  275. package/styles/drop-down-list/_all.scss +0 -3
  276. package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -157
  277. package/styles/drop-down-list/_bootstrap-definition.scss +0 -156
  278. package/styles/drop-down-list/_bootstrap4-definition.scss +0 -191
  279. package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
  280. package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
  281. package/styles/drop-down-list/_fabric-dark-definition.scss +0 -128
  282. package/styles/drop-down-list/_fabric-definition.scss +0 -124
  283. package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
  284. package/styles/drop-down-list/_fluent-definition.scss +0 -185
  285. package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
  286. package/styles/drop-down-list/_highcontrast-definition.scss +0 -142
  287. package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -144
  288. package/styles/drop-down-list/_layout.scss +0 -310
  289. package/styles/drop-down-list/_material-dark-definition.scss +0 -143
  290. package/styles/drop-down-list/_material-definition.scss +0 -167
  291. package/styles/drop-down-list/_material3-dark-definition.scss +0 -1
  292. package/styles/drop-down-list/_material3-definition.scss +0 -180
  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-dark.scss +0 -1
  311. package/styles/drop-down-list/icons/_material3.scss +0 -14
  312. package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
  313. package/styles/drop-down-list/icons/_tailwind.scss +0 -14
  314. package/styles/drop-down-tree/_all.scss +0 -2
  315. package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
  316. package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
  317. package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
  318. package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
  319. package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
  320. package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
  321. package/styles/drop-down-tree/_fabric-definition.scss +0 -72
  322. package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
  323. package/styles/drop-down-tree/_fluent-definition.scss +0 -66
  324. package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
  325. package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
  326. package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
  327. package/styles/drop-down-tree/_layout.scss +0 -1412
  328. package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
  329. package/styles/drop-down-tree/_material-definition.scss +0 -73
  330. package/styles/drop-down-tree/_material3-dark-definition.scss +0 -1
  331. package/styles/drop-down-tree/_material3-definition.scss +0 -76
  332. package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
  333. package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
  334. package/styles/drop-down-tree/_theme.scss +0 -132
  335. package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
  336. package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
  337. package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
  338. package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
  339. package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
  340. package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
  341. package/styles/drop-down-tree/icons/_fabric.scss +0 -11
  342. package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
  343. package/styles/drop-down-tree/icons/_fluent.scss +0 -11
  344. package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
  345. package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
  346. package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
  347. package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
  348. package/styles/drop-down-tree/icons/_material.scss +0 -11
  349. package/styles/drop-down-tree/icons/_material3-dark.scss +0 -1
  350. package/styles/drop-down-tree/icons/_material3.scss +0 -11
  351. package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
  352. package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
  353. package/styles/list-box/_all.scss +0 -2
  354. package/styles/list-box/_bootstrap-dark-definition.scss +0 -122
  355. package/styles/list-box/_bootstrap-definition.scss +0 -115
  356. package/styles/list-box/_bootstrap4-definition.scss +0 -120
  357. package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
  358. package/styles/list-box/_bootstrap5-definition.scss +0 -118
  359. package/styles/list-box/_fabric-dark-definition.scss +0 -122
  360. package/styles/list-box/_fabric-definition.scss +0 -115
  361. package/styles/list-box/_fluent-dark-definition.scss +0 -1
  362. package/styles/list-box/_fluent-definition.scss +0 -118
  363. package/styles/list-box/_fusionnew-definition.scss +0 -111
  364. package/styles/list-box/_highcontrast-definition.scss +0 -115
  365. package/styles/list-box/_highcontrast-light-definition.scss +0 -122
  366. package/styles/list-box/_layout.scss +0 -548
  367. package/styles/list-box/_material-dark-definition.scss +0 -122
  368. package/styles/list-box/_material-definition.scss +0 -115
  369. package/styles/list-box/_material3-dark-definition.scss +0 -1
  370. package/styles/list-box/_material3-definition.scss +0 -117
  371. package/styles/list-box/_tailwind-dark-definition.scss +0 -1
  372. package/styles/list-box/_tailwind-definition.scss +0 -117
  373. package/styles/list-box/_theme.scss +0 -317
  374. package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
  375. package/styles/list-box/icons/_bootstrap.scss +0 -25
  376. package/styles/list-box/icons/_bootstrap4.scss +0 -25
  377. package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
  378. package/styles/list-box/icons/_bootstrap5.scss +0 -25
  379. package/styles/list-box/icons/_fabric-dark.scss +0 -25
  380. package/styles/list-box/icons/_fabric.scss +0 -25
  381. package/styles/list-box/icons/_fluent-dark.scss +0 -1
  382. package/styles/list-box/icons/_fluent.scss +0 -25
  383. package/styles/list-box/icons/_fusionnew.scss +0 -25
  384. package/styles/list-box/icons/_highcontrast-light.scss +0 -25
  385. package/styles/list-box/icons/_highcontrast.scss +0 -25
  386. package/styles/list-box/icons/_material-dark.scss +0 -25
  387. package/styles/list-box/icons/_material.scss +0 -25
  388. package/styles/list-box/icons/_material3-dark.scss +0 -1
  389. package/styles/list-box/icons/_material3.scss +0 -25
  390. package/styles/list-box/icons/_tailwind-dark.scss +0 -25
  391. package/styles/list-box/icons/_tailwind.scss +0 -25
  392. package/styles/mention/_all.scss +0 -1
  393. package/styles/mention/_bootstrap-dark-definition.scss +0 -3
  394. package/styles/mention/_bootstrap-definition.scss +0 -3
  395. package/styles/mention/_bootstrap4-definition.scss +0 -3
  396. package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
  397. package/styles/mention/_bootstrap5-definition.scss +0 -1
  398. package/styles/mention/_fabric-dark-definition.scss +0 -2
  399. package/styles/mention/_fabric-definition.scss +0 -3
  400. package/styles/mention/_fluent-dark-definition.scss +0 -1
  401. package/styles/mention/_fluent-definition.scss +0 -1
  402. package/styles/mention/_fusionnew-definition.scss +0 -1
  403. package/styles/mention/_highcontrast-definition.scss +0 -3
  404. package/styles/mention/_highcontrast-light-definition.scss +0 -3
  405. package/styles/mention/_layout.scss +0 -6
  406. package/styles/mention/_material-dark-definition.scss +0 -3
  407. package/styles/mention/_material-definition.scss +0 -3
  408. package/styles/mention/_material3-dark-definition.scss +0 -1
  409. package/styles/mention/_material3-definition.scss +0 -1
  410. package/styles/mention/_tailwind-dark-definition.scss +0 -1
  411. package/styles/mention/_tailwind-definition.scss +0 -1
  412. package/styles/multi-select/_all.scss +0 -2
  413. package/styles/multi-select/_bootstrap-dark-definition.scss +0 -196
  414. package/styles/multi-select/_bootstrap-definition.scss +0 -190
  415. package/styles/multi-select/_bootstrap4-definition.scss +0 -257
  416. package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
  417. package/styles/multi-select/_bootstrap5-definition.scss +0 -227
  418. package/styles/multi-select/_fabric-dark-definition.scss +0 -185
  419. package/styles/multi-select/_fabric-definition.scss +0 -181
  420. package/styles/multi-select/_fluent-dark-definition.scss +0 -1
  421. package/styles/multi-select/_fluent-definition.scss +0 -238
  422. package/styles/multi-select/_fusionnew-definition.scss +0 -227
  423. package/styles/multi-select/_highcontrast-definition.scss +0 -296
  424. package/styles/multi-select/_highcontrast-light-definition.scss +0 -295
  425. package/styles/multi-select/_layout.scss +0 -2188
  426. package/styles/multi-select/_material-dark-definition.scss +0 -228
  427. package/styles/multi-select/_material-definition.scss +0 -221
  428. package/styles/multi-select/_material3-dark-definition.scss +0 -1
  429. package/styles/multi-select/_material3-definition.scss +0 -246
  430. package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
  431. package/styles/multi-select/_tailwind-definition.scss +0 -232
  432. package/styles/multi-select/_theme.scss +0 -586
  433. package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
  434. package/styles/multi-select/icons/_bootstrap.scss +0 -26
  435. package/styles/multi-select/icons/_bootstrap4.scss +0 -37
  436. package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
  437. package/styles/multi-select/icons/_bootstrap5.scss +0 -26
  438. package/styles/multi-select/icons/_fabric-dark.scss +0 -26
  439. package/styles/multi-select/icons/_fabric.scss +0 -26
  440. package/styles/multi-select/icons/_fluent-dark.scss +0 -1
  441. package/styles/multi-select/icons/_fluent.scss +0 -55
  442. package/styles/multi-select/icons/_fusionnew.scss +0 -26
  443. package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
  444. package/styles/multi-select/icons/_highcontrast.scss +0 -26
  445. package/styles/multi-select/icons/_material-dark.scss +0 -693
  446. package/styles/multi-select/icons/_material.scss +0 -693
  447. package/styles/multi-select/icons/_material3-dark.scss +0 -1
  448. package/styles/multi-select/icons/_material3.scss +0 -692
  449. package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
  450. package/styles/multi-select/icons/_tailwind.scss +0 -26
  451. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -0,0 +1,1495 @@
1
+ /*!
2
+ * filename: ej2-angular-dropdowns.umd.js
3
+ * version : 22.2.11
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ (function (global, factory) {
11
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-dropdowns'), require('@angular/common')) :
12
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-dropdowns', '@angular/common'], factory) :
13
+ (factory((global['ej2-angular-dropdowns'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.dropdowns,global.ng.common));
14
+ }(this, (function (exports,core,forms,ej2AngularBase,ej2Dropdowns,common) { 'use strict';
15
+
16
+ var __extends = (this && this.__extends) || (function () {
17
+ var extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
+ return function (d, b) {
21
+ extendStatics(d, b);
22
+ function __() { this.constructor = d; }
23
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
+ };
25
+ })();
26
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
27
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
28
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
29
+ r = Reflect.decorate(decorators, target, key, desc);
30
+ else
31
+ for (var i = decorators.length - 1; i >= 0; i--)
32
+ if (d = decorators[i])
33
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
34
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
35
+ };
36
+ var __metadata = (this && this.__metadata) || function (k, v) {
37
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
+ return Reflect.metadata(k, v);
39
+ };
40
+ var inputs = ['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'];
41
+ var outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
42
+ var twoWays = ['value'];
43
+ /**
44
+ * The DropDownList component contains a list of predefined values, from which the user can choose a single value.
45
+ * ```html
46
+ * <ejs-dropdownlist></ejs-dropdownlist>
47
+ * ```
48
+ */
49
+ exports.DropDownListComponent = DropDownListComponent_1 = /** @class */ (function (_super) {
50
+ __extends(DropDownListComponent, _super);
51
+ /**
52
+ * @param {?} ngEle
53
+ * @param {?} srenderer
54
+ * @param {?} viewContainerRef
55
+ * @param {?} injector
56
+ */
57
+ function DropDownListComponent(ngEle, srenderer, viewContainerRef, injector) {
58
+ var _this = _super.call(this) || this;
59
+ _this.ngEle = ngEle;
60
+ _this.srenderer = srenderer;
61
+ _this.viewContainerRef = viewContainerRef;
62
+ _this.injector = injector;
63
+ _this.skipFromEvent = true;
64
+ _this.element = _this.ngEle.nativeElement;
65
+ _this.injectedModules = _this.injectedModules || [];
66
+ _this.registerEvents(outputs);
67
+ _this.addTwoWay.call(_this, twoWays);
68
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
69
+ _this.formContext = new ej2AngularBase.FormBase();
70
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
71
+ return _this;
72
+ }
73
+ /**
74
+ * @param {?} registerFunction
75
+ * @return {?}
76
+ */
77
+ DropDownListComponent.prototype.registerOnChange = function (registerFunction) {
78
+ };
79
+ /**
80
+ * @param {?} registerFunction
81
+ * @return {?}
82
+ */
83
+ DropDownListComponent.prototype.registerOnTouched = function (registerFunction) {
84
+ };
85
+ /**
86
+ * @param {?} value
87
+ * @return {?}
88
+ */
89
+ DropDownListComponent.prototype.writeValue = function (value) {
90
+ };
91
+ /**
92
+ * @param {?} disabled
93
+ * @return {?}
94
+ */
95
+ DropDownListComponent.prototype.setDisabledState = function (disabled) {
96
+ };
97
+ /**
98
+ * @return {?}
99
+ */
100
+ DropDownListComponent.prototype.ngOnInit = function () {
101
+ this.formCompContext.ngOnInit(this);
102
+ };
103
+ /**
104
+ * @return {?}
105
+ */
106
+ DropDownListComponent.prototype.ngAfterViewInit = function () {
107
+ this.formContext.ngAfterViewInit(this);
108
+ };
109
+ /**
110
+ * @return {?}
111
+ */
112
+ DropDownListComponent.prototype.ngOnDestroy = function () {
113
+ this.formCompContext.ngOnDestroy(this);
114
+ };
115
+ /**
116
+ * @return {?}
117
+ */
118
+ DropDownListComponent.prototype.ngAfterContentChecked = function () {
119
+ this.formCompContext.ngAfterContentChecked(this);
120
+ };
121
+ return DropDownListComponent;
122
+ }(ej2Dropdowns.DropDownList));
123
+ exports.DropDownListComponent.decorators = [
124
+ { type: core.Component, args: [{
125
+ selector: 'ejs-dropdownlist',
126
+ inputs: inputs,
127
+ outputs: outputs,
128
+ template: '',
129
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
130
+ providers: [
131
+ {
132
+ provide: forms.NG_VALUE_ACCESSOR,
133
+ useExisting: core.forwardRef(function () { return DropDownListComponent_1; }),
134
+ multi: true
135
+ }
136
+ ],
137
+ queries: {}
138
+ },] },
139
+ ];
140
+ /**
141
+ * @nocollapse
142
+ */
143
+ exports.DropDownListComponent.ctorParameters = function () { return [
144
+ { type: core.ElementRef, },
145
+ { type: core.Renderer2, },
146
+ { type: core.ViewContainerRef, },
147
+ { type: core.Injector, },
148
+ ]; };
149
+ exports.DropDownListComponent.propDecorators = {
150
+ 'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
151
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
152
+ 'valueTemplate': [{ type: core.ContentChild, args: ['valueTemplate',] },],
153
+ 'groupTemplate': [{ type: core.ContentChild, args: ['groupTemplate',] },],
154
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
155
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
156
+ 'actionFailureTemplate': [{ type: core.ContentChild, args: ['actionFailureTemplate',] },],
157
+ };
158
+ __decorate([
159
+ ej2AngularBase.Template(),
160
+ __metadata("design:type", Object)
161
+ ], exports.DropDownListComponent.prototype, "footerTemplate", void 0);
162
+ __decorate([
163
+ ej2AngularBase.Template(),
164
+ __metadata("design:type", Object)
165
+ ], exports.DropDownListComponent.prototype, "headerTemplate", void 0);
166
+ __decorate([
167
+ ej2AngularBase.Template(),
168
+ __metadata("design:type", Object)
169
+ ], exports.DropDownListComponent.prototype, "valueTemplate", void 0);
170
+ __decorate([
171
+ ej2AngularBase.Template(),
172
+ __metadata("design:type", Object)
173
+ ], exports.DropDownListComponent.prototype, "groupTemplate", void 0);
174
+ __decorate([
175
+ ej2AngularBase.Template(),
176
+ __metadata("design:type", Object)
177
+ ], exports.DropDownListComponent.prototype, "itemTemplate", void 0);
178
+ __decorate([
179
+ ej2AngularBase.Template('No records found'),
180
+ __metadata("design:type", Object)
181
+ ], exports.DropDownListComponent.prototype, "noRecordsTemplate", void 0);
182
+ __decorate([
183
+ ej2AngularBase.Template('Request failed'),
184
+ __metadata("design:type", Object)
185
+ ], exports.DropDownListComponent.prototype, "actionFailureTemplate", void 0);
186
+ exports.DropDownListComponent = DropDownListComponent_1 = __decorate([
187
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
188
+ __metadata("design:paramtypes", [core.ElementRef,
189
+ core.Renderer2,
190
+ core.ViewContainerRef,
191
+ core.Injector])
192
+ ], exports.DropDownListComponent);
193
+ var DropDownListComponent_1;
194
+ /**
195
+ * NgModule definition for the DropDownList component.
196
+ */
197
+ var DropDownListModule = /** @class */ (function () {
198
+ function DropDownListModule() {
199
+ }
200
+ return DropDownListModule;
201
+ }());
202
+ DropDownListModule.decorators = [
203
+ { type: core.NgModule, args: [{
204
+ imports: [common.CommonModule],
205
+ declarations: [
206
+ exports.DropDownListComponent
207
+ ],
208
+ exports: [
209
+ exports.DropDownListComponent
210
+ ]
211
+ },] },
212
+ ];
213
+ /**
214
+ * @nocollapse
215
+ */
216
+ DropDownListModule.ctorParameters = function () { return []; };
217
+ /**
218
+ * NgModule definition for the DropDownList component with providers.
219
+ */
220
+ var DropDownListAllModule = /** @class */ (function () {
221
+ function DropDownListAllModule() {
222
+ }
223
+ return DropDownListAllModule;
224
+ }());
225
+ DropDownListAllModule.decorators = [
226
+ { type: core.NgModule, args: [{
227
+ imports: [common.CommonModule, DropDownListModule],
228
+ exports: [
229
+ DropDownListModule
230
+ ],
231
+ providers: []
232
+ },] },
233
+ ];
234
+ /**
235
+ * @nocollapse
236
+ */
237
+ DropDownListAllModule.ctorParameters = function () { return []; };
238
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
239
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
240
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
241
+ r = Reflect.decorate(decorators, target, key, desc);
242
+ else
243
+ for (var i = decorators.length - 1; i >= 0; i--)
244
+ if (d = decorators[i])
245
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
246
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
247
+ };
248
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
249
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
250
+ return Reflect.metadata(k, v);
251
+ };
252
+ var inputs$1 = ['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'];
253
+ var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
254
+ var twoWays$1 = ['value'];
255
+ /**
256
+ * The ComboBox component allows the user to type a value or choose an option from the list of predefined options.
257
+ * ```html
258
+ * <ejs-combobox></ejs-combobox>
259
+ * ```
260
+ */
261
+ exports.ComboBoxComponent = ComboBoxComponent_1 = /** @class */ (function (_super) {
262
+ __extends(ComboBoxComponent, _super);
263
+ /**
264
+ * @param {?} ngEle
265
+ * @param {?} srenderer
266
+ * @param {?} viewContainerRef
267
+ * @param {?} injector
268
+ */
269
+ function ComboBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
270
+ var _this = _super.call(this) || this;
271
+ _this.ngEle = ngEle;
272
+ _this.srenderer = srenderer;
273
+ _this.viewContainerRef = viewContainerRef;
274
+ _this.injector = injector;
275
+ _this.skipFromEvent = true;
276
+ _this.element = _this.ngEle.nativeElement;
277
+ _this.injectedModules = _this.injectedModules || [];
278
+ _this.registerEvents(outputs$1);
279
+ _this.addTwoWay.call(_this, twoWays$1);
280
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
281
+ _this.formContext = new ej2AngularBase.FormBase();
282
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
283
+ return _this;
284
+ }
285
+ /**
286
+ * @param {?} registerFunction
287
+ * @return {?}
288
+ */
289
+ ComboBoxComponent.prototype.registerOnChange = function (registerFunction) {
290
+ };
291
+ /**
292
+ * @param {?} registerFunction
293
+ * @return {?}
294
+ */
295
+ ComboBoxComponent.prototype.registerOnTouched = function (registerFunction) {
296
+ };
297
+ /**
298
+ * @param {?} value
299
+ * @return {?}
300
+ */
301
+ ComboBoxComponent.prototype.writeValue = function (value) {
302
+ };
303
+ /**
304
+ * @param {?} disabled
305
+ * @return {?}
306
+ */
307
+ ComboBoxComponent.prototype.setDisabledState = function (disabled) {
308
+ };
309
+ /**
310
+ * @return {?}
311
+ */
312
+ ComboBoxComponent.prototype.ngOnInit = function () {
313
+ this.formCompContext.ngOnInit(this);
314
+ };
315
+ /**
316
+ * @return {?}
317
+ */
318
+ ComboBoxComponent.prototype.ngAfterViewInit = function () {
319
+ this.formContext.ngAfterViewInit(this);
320
+ };
321
+ /**
322
+ * @return {?}
323
+ */
324
+ ComboBoxComponent.prototype.ngOnDestroy = function () {
325
+ this.formCompContext.ngOnDestroy(this);
326
+ };
327
+ /**
328
+ * @return {?}
329
+ */
330
+ ComboBoxComponent.prototype.ngAfterContentChecked = function () {
331
+ this.formCompContext.ngAfterContentChecked(this);
332
+ };
333
+ return ComboBoxComponent;
334
+ }(ej2Dropdowns.ComboBox));
335
+ exports.ComboBoxComponent.decorators = [
336
+ { type: core.Component, args: [{
337
+ selector: 'ejs-combobox',
338
+ inputs: inputs$1,
339
+ outputs: outputs$1,
340
+ template: '',
341
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
342
+ providers: [
343
+ {
344
+ provide: forms.NG_VALUE_ACCESSOR,
345
+ useExisting: core.forwardRef(function () { return ComboBoxComponent_1; }),
346
+ multi: true
347
+ }
348
+ ],
349
+ queries: {}
350
+ },] },
351
+ ];
352
+ /**
353
+ * @nocollapse
354
+ */
355
+ exports.ComboBoxComponent.ctorParameters = function () { return [
356
+ { type: core.ElementRef, },
357
+ { type: core.Renderer2, },
358
+ { type: core.ViewContainerRef, },
359
+ { type: core.Injector, },
360
+ ]; };
361
+ exports.ComboBoxComponent.propDecorators = {
362
+ 'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
363
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
364
+ 'groupTemplate': [{ type: core.ContentChild, args: ['groupTemplate',] },],
365
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
366
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
367
+ 'actionFailureTemplate': [{ type: core.ContentChild, args: ['actionFailureTemplate',] },],
368
+ };
369
+ __decorate$1([
370
+ ej2AngularBase.Template(),
371
+ __metadata$1("design:type", Object)
372
+ ], exports.ComboBoxComponent.prototype, "footerTemplate", void 0);
373
+ __decorate$1([
374
+ ej2AngularBase.Template(),
375
+ __metadata$1("design:type", Object)
376
+ ], exports.ComboBoxComponent.prototype, "headerTemplate", void 0);
377
+ __decorate$1([
378
+ ej2AngularBase.Template(),
379
+ __metadata$1("design:type", Object)
380
+ ], exports.ComboBoxComponent.prototype, "groupTemplate", void 0);
381
+ __decorate$1([
382
+ ej2AngularBase.Template(),
383
+ __metadata$1("design:type", Object)
384
+ ], exports.ComboBoxComponent.prototype, "itemTemplate", void 0);
385
+ __decorate$1([
386
+ ej2AngularBase.Template('No records found'),
387
+ __metadata$1("design:type", Object)
388
+ ], exports.ComboBoxComponent.prototype, "noRecordsTemplate", void 0);
389
+ __decorate$1([
390
+ ej2AngularBase.Template('Request failed'),
391
+ __metadata$1("design:type", Object)
392
+ ], exports.ComboBoxComponent.prototype, "actionFailureTemplate", void 0);
393
+ exports.ComboBoxComponent = ComboBoxComponent_1 = __decorate$1([
394
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
395
+ __metadata$1("design:paramtypes", [core.ElementRef,
396
+ core.Renderer2,
397
+ core.ViewContainerRef,
398
+ core.Injector])
399
+ ], exports.ComboBoxComponent);
400
+ var ComboBoxComponent_1;
401
+ /**
402
+ * NgModule definition for the ComboBox component.
403
+ */
404
+ var ComboBoxModule = /** @class */ (function () {
405
+ function ComboBoxModule() {
406
+ }
407
+ return ComboBoxModule;
408
+ }());
409
+ ComboBoxModule.decorators = [
410
+ { type: core.NgModule, args: [{
411
+ imports: [common.CommonModule],
412
+ declarations: [
413
+ exports.ComboBoxComponent
414
+ ],
415
+ exports: [
416
+ exports.ComboBoxComponent
417
+ ]
418
+ },] },
419
+ ];
420
+ /**
421
+ * @nocollapse
422
+ */
423
+ ComboBoxModule.ctorParameters = function () { return []; };
424
+ /**
425
+ * NgModule definition for the ComboBox component with providers.
426
+ */
427
+ var ComboBoxAllModule = /** @class */ (function () {
428
+ function ComboBoxAllModule() {
429
+ }
430
+ return ComboBoxAllModule;
431
+ }());
432
+ ComboBoxAllModule.decorators = [
433
+ { type: core.NgModule, args: [{
434
+ imports: [common.CommonModule, ComboBoxModule],
435
+ exports: [
436
+ ComboBoxModule
437
+ ],
438
+ providers: []
439
+ },] },
440
+ ];
441
+ /**
442
+ * @nocollapse
443
+ */
444
+ ComboBoxAllModule.ctorParameters = function () { return []; };
445
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
446
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
447
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
448
+ r = Reflect.decorate(decorators, target, key, desc);
449
+ else
450
+ for (var i = decorators.length - 1; i >= 0; i--)
451
+ if (d = decorators[i])
452
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
453
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
454
+ };
455
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
456
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
457
+ return Reflect.metadata(k, v);
458
+ };
459
+ var inputs$2 = ['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'];
460
+ var outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
461
+ var twoWays$2 = ['value'];
462
+ /**
463
+ * The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.
464
+ * ```html
465
+ * <ejs-autocomplete></ejs-autocomplete>
466
+ * ```
467
+ */
468
+ exports.AutoCompleteComponent = AutoCompleteComponent_1 = /** @class */ (function (_super) {
469
+ __extends(AutoCompleteComponent, _super);
470
+ /**
471
+ * @param {?} ngEle
472
+ * @param {?} srenderer
473
+ * @param {?} viewContainerRef
474
+ * @param {?} injector
475
+ */
476
+ function AutoCompleteComponent(ngEle, srenderer, viewContainerRef, injector) {
477
+ var _this = _super.call(this) || this;
478
+ _this.ngEle = ngEle;
479
+ _this.srenderer = srenderer;
480
+ _this.viewContainerRef = viewContainerRef;
481
+ _this.injector = injector;
482
+ _this.skipFromEvent = true;
483
+ _this.element = _this.ngEle.nativeElement;
484
+ _this.injectedModules = _this.injectedModules || [];
485
+ _this.registerEvents(outputs$2);
486
+ _this.addTwoWay.call(_this, twoWays$2);
487
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
488
+ _this.formContext = new ej2AngularBase.FormBase();
489
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
490
+ return _this;
491
+ }
492
+ /**
493
+ * @param {?} registerFunction
494
+ * @return {?}
495
+ */
496
+ AutoCompleteComponent.prototype.registerOnChange = function (registerFunction) {
497
+ };
498
+ /**
499
+ * @param {?} registerFunction
500
+ * @return {?}
501
+ */
502
+ AutoCompleteComponent.prototype.registerOnTouched = function (registerFunction) {
503
+ };
504
+ /**
505
+ * @param {?} value
506
+ * @return {?}
507
+ */
508
+ AutoCompleteComponent.prototype.writeValue = function (value) {
509
+ };
510
+ /**
511
+ * @param {?} disabled
512
+ * @return {?}
513
+ */
514
+ AutoCompleteComponent.prototype.setDisabledState = function (disabled) {
515
+ };
516
+ /**
517
+ * @return {?}
518
+ */
519
+ AutoCompleteComponent.prototype.ngOnInit = function () {
520
+ this.formCompContext.ngOnInit(this);
521
+ };
522
+ /**
523
+ * @return {?}
524
+ */
525
+ AutoCompleteComponent.prototype.ngAfterViewInit = function () {
526
+ this.formContext.ngAfterViewInit(this);
527
+ };
528
+ /**
529
+ * @return {?}
530
+ */
531
+ AutoCompleteComponent.prototype.ngOnDestroy = function () {
532
+ this.formCompContext.ngOnDestroy(this);
533
+ };
534
+ /**
535
+ * @return {?}
536
+ */
537
+ AutoCompleteComponent.prototype.ngAfterContentChecked = function () {
538
+ this.formCompContext.ngAfterContentChecked(this);
539
+ };
540
+ return AutoCompleteComponent;
541
+ }(ej2Dropdowns.AutoComplete));
542
+ exports.AutoCompleteComponent.decorators = [
543
+ { type: core.Component, args: [{
544
+ selector: 'ejs-autocomplete',
545
+ inputs: inputs$2,
546
+ outputs: outputs$2,
547
+ template: '',
548
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
549
+ providers: [
550
+ {
551
+ provide: forms.NG_VALUE_ACCESSOR,
552
+ useExisting: core.forwardRef(function () { return AutoCompleteComponent_1; }),
553
+ multi: true
554
+ }
555
+ ],
556
+ queries: {}
557
+ },] },
558
+ ];
559
+ /**
560
+ * @nocollapse
561
+ */
562
+ exports.AutoCompleteComponent.ctorParameters = function () { return [
563
+ { type: core.ElementRef, },
564
+ { type: core.Renderer2, },
565
+ { type: core.ViewContainerRef, },
566
+ { type: core.Injector, },
567
+ ]; };
568
+ exports.AutoCompleteComponent.propDecorators = {
569
+ 'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
570
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
571
+ 'groupTemplate': [{ type: core.ContentChild, args: ['groupTemplate',] },],
572
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
573
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
574
+ 'actionFailureTemplate': [{ type: core.ContentChild, args: ['actionFailureTemplate',] },],
575
+ };
576
+ __decorate$2([
577
+ ej2AngularBase.Template(),
578
+ __metadata$2("design:type", Object)
579
+ ], exports.AutoCompleteComponent.prototype, "footerTemplate", void 0);
580
+ __decorate$2([
581
+ ej2AngularBase.Template(),
582
+ __metadata$2("design:type", Object)
583
+ ], exports.AutoCompleteComponent.prototype, "headerTemplate", void 0);
584
+ __decorate$2([
585
+ ej2AngularBase.Template(),
586
+ __metadata$2("design:type", Object)
587
+ ], exports.AutoCompleteComponent.prototype, "groupTemplate", void 0);
588
+ __decorate$2([
589
+ ej2AngularBase.Template(),
590
+ __metadata$2("design:type", Object)
591
+ ], exports.AutoCompleteComponent.prototype, "itemTemplate", void 0);
592
+ __decorate$2([
593
+ ej2AngularBase.Template('No records found'),
594
+ __metadata$2("design:type", Object)
595
+ ], exports.AutoCompleteComponent.prototype, "noRecordsTemplate", void 0);
596
+ __decorate$2([
597
+ ej2AngularBase.Template('Request failed'),
598
+ __metadata$2("design:type", Object)
599
+ ], exports.AutoCompleteComponent.prototype, "actionFailureTemplate", void 0);
600
+ exports.AutoCompleteComponent = AutoCompleteComponent_1 = __decorate$2([
601
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
602
+ __metadata$2("design:paramtypes", [core.ElementRef,
603
+ core.Renderer2,
604
+ core.ViewContainerRef,
605
+ core.Injector])
606
+ ], exports.AutoCompleteComponent);
607
+ var AutoCompleteComponent_1;
608
+ /**
609
+ * NgModule definition for the AutoComplete component.
610
+ */
611
+ var AutoCompleteModule = /** @class */ (function () {
612
+ function AutoCompleteModule() {
613
+ }
614
+ return AutoCompleteModule;
615
+ }());
616
+ AutoCompleteModule.decorators = [
617
+ { type: core.NgModule, args: [{
618
+ imports: [common.CommonModule],
619
+ declarations: [
620
+ exports.AutoCompleteComponent
621
+ ],
622
+ exports: [
623
+ exports.AutoCompleteComponent
624
+ ]
625
+ },] },
626
+ ];
627
+ /**
628
+ * @nocollapse
629
+ */
630
+ AutoCompleteModule.ctorParameters = function () { return []; };
631
+ /**
632
+ * NgModule definition for the AutoComplete component with providers.
633
+ */
634
+ var AutoCompleteAllModule = /** @class */ (function () {
635
+ function AutoCompleteAllModule() {
636
+ }
637
+ return AutoCompleteAllModule;
638
+ }());
639
+ AutoCompleteAllModule.decorators = [
640
+ { type: core.NgModule, args: [{
641
+ imports: [common.CommonModule, AutoCompleteModule],
642
+ exports: [
643
+ AutoCompleteModule
644
+ ],
645
+ providers: []
646
+ },] },
647
+ ];
648
+ /**
649
+ * @nocollapse
650
+ */
651
+ AutoCompleteAllModule.ctorParameters = function () { return []; };
652
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
653
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
654
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
655
+ r = Reflect.decorate(decorators, target, key, desc);
656
+ else
657
+ for (var i = decorators.length - 1; i >= 0; i--)
658
+ if (d = decorators[i])
659
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
660
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
661
+ };
662
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
663
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
664
+ return Reflect.metadata(k, v);
665
+ };
666
+ var inputs$3 = ['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'];
667
+ var outputs$3 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging', 'valueChange'];
668
+ var twoWays$3 = ['value'];
669
+ /**
670
+ * The MultiSelect allows the user to pick a values from the predefined list of values.
671
+ * ```html
672
+ * <ejs-multiselect></ejs-multiselect>
673
+ * ```
674
+ */
675
+ exports.MultiSelectComponent = MultiSelectComponent_1 = /** @class */ (function (_super) {
676
+ __extends(MultiSelectComponent, _super);
677
+ /**
678
+ * @param {?} ngEle
679
+ * @param {?} srenderer
680
+ * @param {?} viewContainerRef
681
+ * @param {?} injector
682
+ */
683
+ function MultiSelectComponent(ngEle, srenderer, viewContainerRef, injector) {
684
+ var _this = _super.call(this) || this;
685
+ _this.ngEle = ngEle;
686
+ _this.srenderer = srenderer;
687
+ _this.viewContainerRef = viewContainerRef;
688
+ _this.injector = injector;
689
+ _this.skipFromEvent = true;
690
+ _this.element = _this.ngEle.nativeElement;
691
+ _this.injectedModules = _this.injectedModules || [];
692
+ try {
693
+ var mod = _this.injector.get('DropDownsCheckBoxSelection');
694
+ if (_this.injectedModules.indexOf(mod) === -1) {
695
+ _this.injectedModules.push(mod);
696
+ }
697
+ }
698
+ catch (_a) { }
699
+ _this.registerEvents(outputs$3);
700
+ _this.addTwoWay.call(_this, twoWays$3);
701
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
702
+ _this.formContext = new ej2AngularBase.FormBase();
703
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
704
+ return _this;
705
+ }
706
+ /**
707
+ * @param {?} registerFunction
708
+ * @return {?}
709
+ */
710
+ MultiSelectComponent.prototype.registerOnChange = function (registerFunction) {
711
+ };
712
+ /**
713
+ * @param {?} registerFunction
714
+ * @return {?}
715
+ */
716
+ MultiSelectComponent.prototype.registerOnTouched = function (registerFunction) {
717
+ };
718
+ /**
719
+ * @param {?} value
720
+ * @return {?}
721
+ */
722
+ MultiSelectComponent.prototype.writeValue = function (value) {
723
+ };
724
+ /**
725
+ * @param {?} disabled
726
+ * @return {?}
727
+ */
728
+ MultiSelectComponent.prototype.setDisabledState = function (disabled) {
729
+ };
730
+ /**
731
+ * @return {?}
732
+ */
733
+ MultiSelectComponent.prototype.ngOnInit = function () {
734
+ this.formCompContext.ngOnInit(this);
735
+ };
736
+ /**
737
+ * @return {?}
738
+ */
739
+ MultiSelectComponent.prototype.ngAfterViewInit = function () {
740
+ this.formContext.ngAfterViewInit(this);
741
+ };
742
+ /**
743
+ * @return {?}
744
+ */
745
+ MultiSelectComponent.prototype.ngOnDestroy = function () {
746
+ this.formCompContext.ngOnDestroy(this);
747
+ };
748
+ /**
749
+ * @return {?}
750
+ */
751
+ MultiSelectComponent.prototype.ngAfterContentChecked = function () {
752
+ this.formCompContext.ngAfterContentChecked(this);
753
+ };
754
+ return MultiSelectComponent;
755
+ }(ej2Dropdowns.MultiSelect));
756
+ exports.MultiSelectComponent.decorators = [
757
+ { type: core.Component, args: [{
758
+ selector: 'ejs-multiselect',
759
+ inputs: inputs$3,
760
+ outputs: outputs$3,
761
+ template: '',
762
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
763
+ providers: [
764
+ {
765
+ provide: forms.NG_VALUE_ACCESSOR,
766
+ useExisting: core.forwardRef(function () { return MultiSelectComponent_1; }),
767
+ multi: true
768
+ }
769
+ ],
770
+ queries: {}
771
+ },] },
772
+ ];
773
+ /**
774
+ * @nocollapse
775
+ */
776
+ exports.MultiSelectComponent.ctorParameters = function () { return [
777
+ { type: core.ElementRef, },
778
+ { type: core.Renderer2, },
779
+ { type: core.ViewContainerRef, },
780
+ { type: core.Injector, },
781
+ ]; };
782
+ exports.MultiSelectComponent.propDecorators = {
783
+ 'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
784
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
785
+ 'valueTemplate': [{ type: core.ContentChild, args: ['valueTemplate',] },],
786
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
787
+ 'groupTemplate': [{ type: core.ContentChild, args: ['groupTemplate',] },],
788
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
789
+ 'actionFailureTemplate': [{ type: core.ContentChild, args: ['actionFailureTemplate',] },],
790
+ };
791
+ __decorate$3([
792
+ ej2AngularBase.Template(),
793
+ __metadata$3("design:type", Object)
794
+ ], exports.MultiSelectComponent.prototype, "footerTemplate", void 0);
795
+ __decorate$3([
796
+ ej2AngularBase.Template(),
797
+ __metadata$3("design:type", Object)
798
+ ], exports.MultiSelectComponent.prototype, "headerTemplate", void 0);
799
+ __decorate$3([
800
+ ej2AngularBase.Template(),
801
+ __metadata$3("design:type", Object)
802
+ ], exports.MultiSelectComponent.prototype, "valueTemplate", void 0);
803
+ __decorate$3([
804
+ ej2AngularBase.Template(),
805
+ __metadata$3("design:type", Object)
806
+ ], exports.MultiSelectComponent.prototype, "itemTemplate", void 0);
807
+ __decorate$3([
808
+ ej2AngularBase.Template(),
809
+ __metadata$3("design:type", Object)
810
+ ], exports.MultiSelectComponent.prototype, "groupTemplate", void 0);
811
+ __decorate$3([
812
+ ej2AngularBase.Template('No records found'),
813
+ __metadata$3("design:type", Object)
814
+ ], exports.MultiSelectComponent.prototype, "noRecordsTemplate", void 0);
815
+ __decorate$3([
816
+ ej2AngularBase.Template('Request failed'),
817
+ __metadata$3("design:type", Object)
818
+ ], exports.MultiSelectComponent.prototype, "actionFailureTemplate", void 0);
819
+ exports.MultiSelectComponent = MultiSelectComponent_1 = __decorate$3([
820
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
821
+ __metadata$3("design:paramtypes", [core.ElementRef,
822
+ core.Renderer2,
823
+ core.ViewContainerRef,
824
+ core.Injector])
825
+ ], exports.MultiSelectComponent);
826
+ var MultiSelectComponent_1;
827
+ /**
828
+ * NgModule definition for the MultiSelect component.
829
+ */
830
+ var MultiSelectModule = /** @class */ (function () {
831
+ function MultiSelectModule() {
832
+ }
833
+ return MultiSelectModule;
834
+ }());
835
+ MultiSelectModule.decorators = [
836
+ { type: core.NgModule, args: [{
837
+ imports: [common.CommonModule],
838
+ declarations: [
839
+ exports.MultiSelectComponent
840
+ ],
841
+ exports: [
842
+ exports.MultiSelectComponent
843
+ ]
844
+ },] },
845
+ ];
846
+ /**
847
+ * @nocollapse
848
+ */
849
+ MultiSelectModule.ctorParameters = function () { return []; };
850
+ var CheckBoxSelectionService = { provide: 'DropDownsCheckBoxSelection', useValue: ej2Dropdowns.CheckBoxSelection };
851
+ /**
852
+ * NgModule definition for the MultiSelect component with providers.
853
+ */
854
+ var MultiSelectAllModule = /** @class */ (function () {
855
+ function MultiSelectAllModule() {
856
+ }
857
+ return MultiSelectAllModule;
858
+ }());
859
+ MultiSelectAllModule.decorators = [
860
+ { type: core.NgModule, args: [{
861
+ imports: [common.CommonModule, MultiSelectModule],
862
+ exports: [
863
+ MultiSelectModule
864
+ ],
865
+ providers: [
866
+ CheckBoxSelectionService
867
+ ]
868
+ },] },
869
+ ];
870
+ /**
871
+ * @nocollapse
872
+ */
873
+ MultiSelectAllModule.ctorParameters = function () { return []; };
874
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
875
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
876
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
877
+ r = Reflect.decorate(decorators, target, key, desc);
878
+ else
879
+ for (var i = decorators.length - 1; i >= 0; i--)
880
+ if (d = decorators[i])
881
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
882
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
883
+ };
884
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
885
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
886
+ return Reflect.metadata(k, v);
887
+ };
888
+ var inputs$4 = ['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'];
889
+ var outputs$4 = ['focus', 'blur', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select', 'valueChange'];
890
+ var twoWays$4 = ['value'];
891
+ /**
892
+ * The ListBox allows the user to select values from the predefined list of values.
893
+ * ```html
894
+ * <ejs-listbox [dataSource]='data'></ejs-listbox>
895
+ * ```
896
+ */
897
+ exports.ListBoxComponent = ListBoxComponent_1 = /** @class */ (function (_super) {
898
+ __extends(ListBoxComponent, _super);
899
+ /**
900
+ * @param {?} ngEle
901
+ * @param {?} srenderer
902
+ * @param {?} viewContainerRef
903
+ * @param {?} injector
904
+ */
905
+ function ListBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
906
+ var _this = _super.call(this) || this;
907
+ _this.ngEle = ngEle;
908
+ _this.srenderer = srenderer;
909
+ _this.viewContainerRef = viewContainerRef;
910
+ _this.injector = injector;
911
+ _this.element = _this.ngEle.nativeElement;
912
+ _this.injectedModules = _this.injectedModules || [];
913
+ try {
914
+ var mod = _this.injector.get('DropDownsCheckBoxSelection');
915
+ if (_this.injectedModules.indexOf(mod) === -1) {
916
+ _this.injectedModules.push(mod);
917
+ }
918
+ }
919
+ catch (_a) { }
920
+ _this.registerEvents(outputs$4);
921
+ _this.addTwoWay.call(_this, twoWays$4);
922
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
923
+ _this.formContext = new ej2AngularBase.FormBase();
924
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
925
+ return _this;
926
+ }
927
+ /**
928
+ * @param {?} registerFunction
929
+ * @return {?}
930
+ */
931
+ ListBoxComponent.prototype.registerOnChange = function (registerFunction) {
932
+ };
933
+ /**
934
+ * @param {?} registerFunction
935
+ * @return {?}
936
+ */
937
+ ListBoxComponent.prototype.registerOnTouched = function (registerFunction) {
938
+ };
939
+ /**
940
+ * @param {?} value
941
+ * @return {?}
942
+ */
943
+ ListBoxComponent.prototype.writeValue = function (value) {
944
+ };
945
+ /**
946
+ * @param {?} disabled
947
+ * @return {?}
948
+ */
949
+ ListBoxComponent.prototype.setDisabledState = function (disabled) {
950
+ };
951
+ /**
952
+ * @return {?}
953
+ */
954
+ ListBoxComponent.prototype.ngOnInit = function () {
955
+ this.formCompContext.ngOnInit(this);
956
+ };
957
+ /**
958
+ * @return {?}
959
+ */
960
+ ListBoxComponent.prototype.ngAfterViewInit = function () {
961
+ this.formContext.ngAfterViewInit(this);
962
+ };
963
+ /**
964
+ * @return {?}
965
+ */
966
+ ListBoxComponent.prototype.ngOnDestroy = function () {
967
+ this.formCompContext.ngOnDestroy(this);
968
+ };
969
+ /**
970
+ * @return {?}
971
+ */
972
+ ListBoxComponent.prototype.ngAfterContentChecked = function () {
973
+ this.formCompContext.ngAfterContentChecked(this);
974
+ };
975
+ return ListBoxComponent;
976
+ }(ej2Dropdowns.ListBox));
977
+ exports.ListBoxComponent.decorators = [
978
+ { type: core.Component, args: [{
979
+ selector: 'ejs-listbox',
980
+ inputs: inputs$4,
981
+ outputs: outputs$4,
982
+ template: '',
983
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
984
+ providers: [
985
+ {
986
+ provide: forms.NG_VALUE_ACCESSOR,
987
+ useExisting: core.forwardRef(function () { return ListBoxComponent_1; }),
988
+ multi: true
989
+ }
990
+ ],
991
+ queries: {}
992
+ },] },
993
+ ];
994
+ /**
995
+ * @nocollapse
996
+ */
997
+ exports.ListBoxComponent.ctorParameters = function () { return [
998
+ { type: core.ElementRef, },
999
+ { type: core.Renderer2, },
1000
+ { type: core.ViewContainerRef, },
1001
+ { type: core.Injector, },
1002
+ ]; };
1003
+ exports.ListBoxComponent.propDecorators = {
1004
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
1005
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
1006
+ };
1007
+ __decorate$4([
1008
+ ej2AngularBase.Template(),
1009
+ __metadata$4("design:type", Object)
1010
+ ], exports.ListBoxComponent.prototype, "itemTemplate", void 0);
1011
+ __decorate$4([
1012
+ ej2AngularBase.Template('No records found'),
1013
+ __metadata$4("design:type", Object)
1014
+ ], exports.ListBoxComponent.prototype, "noRecordsTemplate", void 0);
1015
+ exports.ListBoxComponent = ListBoxComponent_1 = __decorate$4([
1016
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
1017
+ __metadata$4("design:paramtypes", [core.ElementRef,
1018
+ core.Renderer2,
1019
+ core.ViewContainerRef,
1020
+ core.Injector])
1021
+ ], exports.ListBoxComponent);
1022
+ var ListBoxComponent_1;
1023
+ /**
1024
+ * NgModule definition for the ListBox component.
1025
+ */
1026
+ var ListBoxModule = /** @class */ (function () {
1027
+ function ListBoxModule() {
1028
+ }
1029
+ return ListBoxModule;
1030
+ }());
1031
+ ListBoxModule.decorators = [
1032
+ { type: core.NgModule, args: [{
1033
+ imports: [common.CommonModule],
1034
+ declarations: [
1035
+ exports.ListBoxComponent
1036
+ ],
1037
+ exports: [
1038
+ exports.ListBoxComponent
1039
+ ]
1040
+ },] },
1041
+ ];
1042
+ /**
1043
+ * @nocollapse
1044
+ */
1045
+ ListBoxModule.ctorParameters = function () { return []; };
1046
+ /**
1047
+ * NgModule definition for the ListBox component with providers.
1048
+ */
1049
+ var ListBoxAllModule = /** @class */ (function () {
1050
+ function ListBoxAllModule() {
1051
+ }
1052
+ return ListBoxAllModule;
1053
+ }());
1054
+ ListBoxAllModule.decorators = [
1055
+ { type: core.NgModule, args: [{
1056
+ imports: [common.CommonModule, ListBoxModule],
1057
+ exports: [
1058
+ ListBoxModule
1059
+ ],
1060
+ providers: []
1061
+ },] },
1062
+ ];
1063
+ /**
1064
+ * @nocollapse
1065
+ */
1066
+ ListBoxAllModule.ctorParameters = function () { return []; };
1067
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
1068
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1069
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1070
+ r = Reflect.decorate(decorators, target, key, desc);
1071
+ else
1072
+ for (var i = decorators.length - 1; i >= 0; i--)
1073
+ if (d = decorators[i])
1074
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1075
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1076
+ };
1077
+ var __metadata$5 = (this && this.__metadata) || function (k, v) {
1078
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1079
+ return Reflect.metadata(k, v);
1080
+ };
1081
+ var inputs$5 = ['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'];
1082
+ var outputs$5 = ['actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select', 'valueChange'];
1083
+ var twoWays$5 = ['value'];
1084
+ /**
1085
+ * The DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.
1086
+ * ```html
1087
+ * <ejs-dropdowntree></ejs-dropdowntree>
1088
+ * ```
1089
+ */
1090
+ exports.DropDownTreeComponent = DropDownTreeComponent_1 = /** @class */ (function (_super) {
1091
+ __extends(DropDownTreeComponent, _super);
1092
+ /**
1093
+ * @param {?} ngEle
1094
+ * @param {?} srenderer
1095
+ * @param {?} viewContainerRef
1096
+ * @param {?} injector
1097
+ */
1098
+ function DropDownTreeComponent(ngEle, srenderer, viewContainerRef, injector) {
1099
+ var _this = _super.call(this) || this;
1100
+ _this.ngEle = ngEle;
1101
+ _this.srenderer = srenderer;
1102
+ _this.viewContainerRef = viewContainerRef;
1103
+ _this.injector = injector;
1104
+ _this.skipFromEvent = true;
1105
+ _this.element = _this.ngEle.nativeElement;
1106
+ _this.injectedModules = _this.injectedModules || [];
1107
+ _this.registerEvents(outputs$5);
1108
+ _this.addTwoWay.call(_this, twoWays$5);
1109
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1110
+ _this.formContext = new ej2AngularBase.FormBase();
1111
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
1112
+ return _this;
1113
+ }
1114
+ /**
1115
+ * @param {?} registerFunction
1116
+ * @return {?}
1117
+ */
1118
+ DropDownTreeComponent.prototype.registerOnChange = function (registerFunction) {
1119
+ };
1120
+ /**
1121
+ * @param {?} registerFunction
1122
+ * @return {?}
1123
+ */
1124
+ DropDownTreeComponent.prototype.registerOnTouched = function (registerFunction) {
1125
+ };
1126
+ /**
1127
+ * @param {?} value
1128
+ * @return {?}
1129
+ */
1130
+ DropDownTreeComponent.prototype.writeValue = function (value) {
1131
+ };
1132
+ /**
1133
+ * @param {?} disabled
1134
+ * @return {?}
1135
+ */
1136
+ DropDownTreeComponent.prototype.setDisabledState = function (disabled) {
1137
+ };
1138
+ /**
1139
+ * @return {?}
1140
+ */
1141
+ DropDownTreeComponent.prototype.ngOnInit = function () {
1142
+ this.formCompContext.ngOnInit(this);
1143
+ };
1144
+ /**
1145
+ * @return {?}
1146
+ */
1147
+ DropDownTreeComponent.prototype.ngAfterViewInit = function () {
1148
+ this.formContext.ngAfterViewInit(this);
1149
+ };
1150
+ /**
1151
+ * @return {?}
1152
+ */
1153
+ DropDownTreeComponent.prototype.ngOnDestroy = function () {
1154
+ this.formCompContext.ngOnDestroy(this);
1155
+ };
1156
+ /**
1157
+ * @return {?}
1158
+ */
1159
+ DropDownTreeComponent.prototype.ngAfterContentChecked = function () {
1160
+ this.formCompContext.ngAfterContentChecked(this);
1161
+ };
1162
+ return DropDownTreeComponent;
1163
+ }(ej2Dropdowns.DropDownTree));
1164
+ exports.DropDownTreeComponent.decorators = [
1165
+ { type: core.Component, args: [{
1166
+ selector: 'ejs-dropdowntree',
1167
+ inputs: inputs$5,
1168
+ outputs: outputs$5,
1169
+ template: '',
1170
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1171
+ providers: [
1172
+ {
1173
+ provide: forms.NG_VALUE_ACCESSOR,
1174
+ useExisting: core.forwardRef(function () { return DropDownTreeComponent_1; }),
1175
+ multi: true
1176
+ }
1177
+ ],
1178
+ queries: {}
1179
+ },] },
1180
+ ];
1181
+ /**
1182
+ * @nocollapse
1183
+ */
1184
+ exports.DropDownTreeComponent.ctorParameters = function () { return [
1185
+ { type: core.ElementRef, },
1186
+ { type: core.Renderer2, },
1187
+ { type: core.ViewContainerRef, },
1188
+ { type: core.Injector, },
1189
+ ]; };
1190
+ exports.DropDownTreeComponent.propDecorators = {
1191
+ 'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
1192
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
1193
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
1194
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
1195
+ 'actionFailureTemplate': [{ type: core.ContentChild, args: ['actionFailureTemplate',] },],
1196
+ };
1197
+ __decorate$5([
1198
+ ej2AngularBase.Template(),
1199
+ __metadata$5("design:type", Object)
1200
+ ], exports.DropDownTreeComponent.prototype, "footerTemplate", void 0);
1201
+ __decorate$5([
1202
+ ej2AngularBase.Template(),
1203
+ __metadata$5("design:type", Object)
1204
+ ], exports.DropDownTreeComponent.prototype, "headerTemplate", void 0);
1205
+ __decorate$5([
1206
+ ej2AngularBase.Template(),
1207
+ __metadata$5("design:type", Object)
1208
+ ], exports.DropDownTreeComponent.prototype, "itemTemplate", void 0);
1209
+ __decorate$5([
1210
+ ej2AngularBase.Template('No records found'),
1211
+ __metadata$5("design:type", Object)
1212
+ ], exports.DropDownTreeComponent.prototype, "noRecordsTemplate", void 0);
1213
+ __decorate$5([
1214
+ ej2AngularBase.Template('Request failed'),
1215
+ __metadata$5("design:type", Object)
1216
+ ], exports.DropDownTreeComponent.prototype, "actionFailureTemplate", void 0);
1217
+ exports.DropDownTreeComponent = DropDownTreeComponent_1 = __decorate$5([
1218
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
1219
+ __metadata$5("design:paramtypes", [core.ElementRef,
1220
+ core.Renderer2,
1221
+ core.ViewContainerRef,
1222
+ core.Injector])
1223
+ ], exports.DropDownTreeComponent);
1224
+ var DropDownTreeComponent_1;
1225
+ /**
1226
+ * NgModule definition for the DropDownTree component.
1227
+ */
1228
+ var DropDownTreeModule = /** @class */ (function () {
1229
+ function DropDownTreeModule() {
1230
+ }
1231
+ return DropDownTreeModule;
1232
+ }());
1233
+ DropDownTreeModule.decorators = [
1234
+ { type: core.NgModule, args: [{
1235
+ imports: [common.CommonModule],
1236
+ declarations: [
1237
+ exports.DropDownTreeComponent
1238
+ ],
1239
+ exports: [
1240
+ exports.DropDownTreeComponent
1241
+ ]
1242
+ },] },
1243
+ ];
1244
+ /**
1245
+ * @nocollapse
1246
+ */
1247
+ DropDownTreeModule.ctorParameters = function () { return []; };
1248
+ /**
1249
+ * NgModule definition for the DropDownTree component with providers.
1250
+ */
1251
+ var DropDownTreeAllModule = /** @class */ (function () {
1252
+ function DropDownTreeAllModule() {
1253
+ }
1254
+ return DropDownTreeAllModule;
1255
+ }());
1256
+ DropDownTreeAllModule.decorators = [
1257
+ { type: core.NgModule, args: [{
1258
+ imports: [common.CommonModule, DropDownTreeModule],
1259
+ exports: [
1260
+ DropDownTreeModule
1261
+ ],
1262
+ providers: []
1263
+ },] },
1264
+ ];
1265
+ /**
1266
+ * @nocollapse
1267
+ */
1268
+ DropDownTreeAllModule.ctorParameters = function () { return []; };
1269
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1270
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1271
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1272
+ r = Reflect.decorate(decorators, target, key, desc);
1273
+ else
1274
+ for (var i = decorators.length - 1; i >= 0; i--)
1275
+ if (d = decorators[i])
1276
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1277
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1278
+ };
1279
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
1280
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1281
+ return Reflect.metadata(k, v);
1282
+ };
1283
+ var inputs$6 = ['allowSpaces', 'cssClass', 'dataSource', 'displayTemplate', 'fields', 'filterType', 'highlight', 'ignoreCase', 'itemTemplate', 'locale', 'mentionChar', 'minLength', 'noRecordsTemplate', 'popupHeight', 'popupWidth', 'query', 'showMentionChar', 'sortOrder', 'spinnerTemplate', 'suffixText', 'suggestionCount', 'target'];
1284
+ var outputs$6 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];
1285
+ var twoWays$6 = [''];
1286
+ /**
1287
+ * The Mention component contains a list of predefined values, from which the user can choose a single value.
1288
+ * ```html
1289
+ * <ejs-mention></ejs-mention>
1290
+ * ```
1291
+ */
1292
+ exports.MentionComponent = /** @class */ (function (_super) {
1293
+ __extends(MentionComponent, _super);
1294
+ /**
1295
+ * @param {?} ngEle
1296
+ * @param {?} srenderer
1297
+ * @param {?} viewContainerRef
1298
+ * @param {?} injector
1299
+ */
1300
+ function MentionComponent(ngEle, srenderer, viewContainerRef, injector) {
1301
+ var _this = _super.call(this) || this;
1302
+ _this.ngEle = ngEle;
1303
+ _this.srenderer = srenderer;
1304
+ _this.viewContainerRef = viewContainerRef;
1305
+ _this.injector = injector;
1306
+ _this.element = _this.ngEle.nativeElement;
1307
+ _this.injectedModules = _this.injectedModules || [];
1308
+ _this.registerEvents(outputs$6);
1309
+ _this.addTwoWay.call(_this, twoWays$6);
1310
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1311
+ _this.containerContext = new ej2AngularBase.ComponentBase();
1312
+ return _this;
1313
+ }
1314
+ /**
1315
+ * @return {?}
1316
+ */
1317
+ MentionComponent.prototype.ngOnInit = function () {
1318
+ this.containerContext.ngOnInit(this);
1319
+ };
1320
+ /**
1321
+ * @return {?}
1322
+ */
1323
+ MentionComponent.prototype.ngAfterViewInit = function () {
1324
+ this.containerContext.ngAfterViewInit(this);
1325
+ };
1326
+ /**
1327
+ * @return {?}
1328
+ */
1329
+ MentionComponent.prototype.ngOnDestroy = function () {
1330
+ this.containerContext.ngOnDestroy(this);
1331
+ };
1332
+ /**
1333
+ * @return {?}
1334
+ */
1335
+ MentionComponent.prototype.ngAfterContentChecked = function () {
1336
+ this.containerContext.ngAfterContentChecked(this);
1337
+ };
1338
+ return MentionComponent;
1339
+ }(ej2Dropdowns.Mention));
1340
+ exports.MentionComponent.decorators = [
1341
+ { type: core.Component, args: [{
1342
+ selector: 'ejs-mention',
1343
+ inputs: inputs$6,
1344
+ outputs: outputs$6,
1345
+ template: "<ng-content ></ng-content>",
1346
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1347
+ queries: {}
1348
+ },] },
1349
+ ];
1350
+ /**
1351
+ * @nocollapse
1352
+ */
1353
+ exports.MentionComponent.ctorParameters = function () { return [
1354
+ { type: core.ElementRef, },
1355
+ { type: core.Renderer2, },
1356
+ { type: core.ViewContainerRef, },
1357
+ { type: core.Injector, },
1358
+ ]; };
1359
+ exports.MentionComponent.propDecorators = {
1360
+ 'displayTemplate': [{ type: core.ContentChild, args: ['displayTemplate',] },],
1361
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
1362
+ 'spinnerTemplate': [{ type: core.ContentChild, args: ['spinnerTemplate',] },],
1363
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
1364
+ };
1365
+ __decorate$6([
1366
+ ej2AngularBase.Template(),
1367
+ __metadata$6("design:type", Object)
1368
+ ], exports.MentionComponent.prototype, "displayTemplate", void 0);
1369
+ __decorate$6([
1370
+ ej2AngularBase.Template(),
1371
+ __metadata$6("design:type", Object)
1372
+ ], exports.MentionComponent.prototype, "itemTemplate", void 0);
1373
+ __decorate$6([
1374
+ ej2AngularBase.Template(),
1375
+ __metadata$6("design:type", Object)
1376
+ ], exports.MentionComponent.prototype, "spinnerTemplate", void 0);
1377
+ __decorate$6([
1378
+ ej2AngularBase.Template('No records found'),
1379
+ __metadata$6("design:type", Object)
1380
+ ], exports.MentionComponent.prototype, "noRecordsTemplate", void 0);
1381
+ exports.MentionComponent = __decorate$6([
1382
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1383
+ __metadata$6("design:paramtypes", [core.ElementRef,
1384
+ core.Renderer2,
1385
+ core.ViewContainerRef,
1386
+ core.Injector])
1387
+ ], exports.MentionComponent);
1388
+ /**
1389
+ * NgModule definition for the Mention component.
1390
+ */
1391
+ var MentionModule = /** @class */ (function () {
1392
+ function MentionModule() {
1393
+ }
1394
+ return MentionModule;
1395
+ }());
1396
+ MentionModule.decorators = [
1397
+ { type: core.NgModule, args: [{
1398
+ imports: [common.CommonModule],
1399
+ declarations: [
1400
+ exports.MentionComponent
1401
+ ],
1402
+ exports: [
1403
+ exports.MentionComponent
1404
+ ]
1405
+ },] },
1406
+ ];
1407
+ /**
1408
+ * @nocollapse
1409
+ */
1410
+ MentionModule.ctorParameters = function () { return []; };
1411
+ /**
1412
+ * NgModule definition for the Mention component with providers.
1413
+ */
1414
+ var MentionAllModule = /** @class */ (function () {
1415
+ function MentionAllModule() {
1416
+ }
1417
+ return MentionAllModule;
1418
+ }());
1419
+ MentionAllModule.decorators = [
1420
+ { type: core.NgModule, args: [{
1421
+ imports: [common.CommonModule, MentionModule],
1422
+ exports: [
1423
+ MentionModule
1424
+ ],
1425
+ providers: []
1426
+ },] },
1427
+ ];
1428
+ /**
1429
+ * @nocollapse
1430
+ */
1431
+ MentionAllModule.ctorParameters = function () { return []; };
1432
+
1433
+ exports.DropDownListModule = DropDownListModule;
1434
+ exports.DropDownListAllModule = DropDownListAllModule;
1435
+ exports.ComboBoxModule = ComboBoxModule;
1436
+ exports.ComboBoxAllModule = ComboBoxAllModule;
1437
+ exports.AutoCompleteModule = AutoCompleteModule;
1438
+ exports.AutoCompleteAllModule = AutoCompleteAllModule;
1439
+ exports.MultiSelectModule = MultiSelectModule;
1440
+ exports.MultiSelectAllModule = MultiSelectAllModule;
1441
+ exports.CheckBoxSelectionService = CheckBoxSelectionService;
1442
+ exports.ListBoxModule = ListBoxModule;
1443
+ exports.ListBoxAllModule = ListBoxAllModule;
1444
+ exports.DropDownTreeModule = DropDownTreeModule;
1445
+ exports.DropDownTreeAllModule = DropDownTreeAllModule;
1446
+ exports.MentionModule = MentionModule;
1447
+ exports.MentionAllModule = MentionAllModule;
1448
+ exports.ɵe = inputs$2;
1449
+ exports.ɵf = outputs$2;
1450
+ exports.ɵc = inputs$1;
1451
+ exports.ɵd = outputs$1;
1452
+ exports.ɵa = inputs;
1453
+ exports.ɵb = outputs;
1454
+ exports.ɵk = inputs$5;
1455
+ exports.ɵl = outputs$5;
1456
+ exports.ɵi = inputs$4;
1457
+ exports.ɵj = outputs$4;
1458
+ exports.ɵm = inputs$6;
1459
+ exports.ɵn = outputs$6;
1460
+ exports.ɵg = inputs$3;
1461
+ exports.ɵh = outputs$3;
1462
+ exports.incrementalSearch = ej2Dropdowns.incrementalSearch;
1463
+ exports.Search = ej2Dropdowns.Search;
1464
+ exports.escapeCharRegExp = ej2Dropdowns.escapeCharRegExp;
1465
+ exports.resetIncrementalSearchValues = ej2Dropdowns.resetIncrementalSearchValues;
1466
+ exports.highlightSearch = ej2Dropdowns.highlightSearch;
1467
+ exports.revertHighlightSearch = ej2Dropdowns.revertHighlightSearch;
1468
+ exports.FieldSettings = ej2Dropdowns.FieldSettings;
1469
+ exports.dropDownBaseClasses = ej2Dropdowns.dropDownBaseClasses;
1470
+ exports.DropDownBase = ej2Dropdowns.DropDownBase;
1471
+ exports.dropDownListClasses = ej2Dropdowns.dropDownListClasses;
1472
+ exports.DropDownList = ej2Dropdowns.DropDownList;
1473
+ exports.Fields = ej2Dropdowns.Fields;
1474
+ exports.TreeSettings = ej2Dropdowns.TreeSettings;
1475
+ exports.DropDownTree = ej2Dropdowns.DropDownTree;
1476
+ exports.ComboBox = ej2Dropdowns.ComboBox;
1477
+ exports.AutoComplete = ej2Dropdowns.AutoComplete;
1478
+ exports.MultiSelect = ej2Dropdowns.MultiSelect;
1479
+ exports.CheckBoxSelection = ej2Dropdowns.CheckBoxSelection;
1480
+ exports.createFloatLabel = ej2Dropdowns.createFloatLabel;
1481
+ exports.updateFloatLabelState = ej2Dropdowns.updateFloatLabelState;
1482
+ exports.removeFloating = ej2Dropdowns.removeFloating;
1483
+ exports.setPlaceHolder = ej2Dropdowns.setPlaceHolder;
1484
+ exports.floatLabelFocus = ej2Dropdowns.floatLabelFocus;
1485
+ exports.floatLabelBlur = ej2Dropdowns.floatLabelBlur;
1486
+ exports.encodePlaceholder = ej2Dropdowns.encodePlaceholder;
1487
+ exports.SelectionSettings = ej2Dropdowns.SelectionSettings;
1488
+ exports.ToolbarSettings = ej2Dropdowns.ToolbarSettings;
1489
+ exports.ListBox = ej2Dropdowns.ListBox;
1490
+ exports.Mention = ej2Dropdowns.Mention;
1491
+
1492
+ Object.defineProperty(exports, '__esModule', { value: true });
1493
+
1494
+ })));
1495
+ //# sourceMappingURL=ej2-angular-dropdowns.umd.js.map