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