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