@syncfusion/ej2-angular-dropdowns 22.2.10-ngcc → 22.2.10

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