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