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

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