@syncfusion/ej2-angular-dropdowns 25.2.7 → 26.1.35-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1482 -0
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-dropdowns.js +1397 -0
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
  5. package/dist/ej2-angular-dropdowns.umd.js +1552 -0
  6. package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
  7. package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
  8. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
  9. package/ej2-angular-dropdowns.d.ts +11 -0
  10. package/ej2-angular-dropdowns.metadata.json +1 -0
  11. package/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  15. package/src/auto-complete/autocomplete.component.d.ts +4 -7
  16. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  17. package/src/combo-box/combobox-all.module.d.ts +0 -6
  18. package/src/combo-box/combobox.component.d.ts +4 -7
  19. package/src/combo-box/combobox.module.d.ts +0 -6
  20. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  21. package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
  22. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  23. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  24. package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
  25. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  26. package/src/list-box/listbox-all.module.d.ts +0 -6
  27. package/src/list-box/listbox.component.d.ts +1 -4
  28. package/src/list-box/listbox.module.d.ts +0 -6
  29. package/src/mention/mention-all.module.d.ts +0 -6
  30. package/src/mention/mention.component.d.ts +0 -3
  31. package/src/mention/mention.module.d.ts +0 -6
  32. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  33. package/src/multi-select/multiselect.component.d.ts +0 -3
  34. package/src/multi-select/multiselect.module.d.ts +0 -6
  35. package/styles/auto-complete/bootstrap-dark.css +109 -1
  36. package/styles/auto-complete/bootstrap.css +109 -1
  37. package/styles/auto-complete/bootstrap4.css +163 -1
  38. package/styles/auto-complete/bootstrap5-dark.css +151 -1
  39. package/styles/auto-complete/bootstrap5.css +151 -1
  40. package/styles/auto-complete/fabric-dark.css +84 -1
  41. package/styles/auto-complete/fabric.css +77 -1
  42. package/styles/auto-complete/fluent-dark.css +131 -1
  43. package/styles/auto-complete/fluent.css +131 -1
  44. package/styles/auto-complete/fluent2.css +1140 -0
  45. package/styles/auto-complete/fluent2.scss +1 -0
  46. package/styles/auto-complete/highcontrast-light.css +81 -1
  47. package/styles/auto-complete/highcontrast.css +81 -1
  48. package/styles/auto-complete/material-dark.css +118 -1
  49. package/styles/auto-complete/material.css +143 -1
  50. package/styles/auto-complete/material3-dark.css +263 -1
  51. package/styles/auto-complete/material3.css +375 -1
  52. package/styles/auto-complete/tailwind-dark.css +106 -1
  53. package/styles/auto-complete/tailwind.css +106 -1
  54. package/styles/bootstrap-dark.css +3439 -1
  55. package/styles/bootstrap.css +3444 -1
  56. package/styles/bootstrap4.css +3692 -1
  57. package/styles/bootstrap5-dark.css +3614 -1
  58. package/styles/bootstrap5.css +3614 -1
  59. package/styles/combo-box/bootstrap-dark.css +109 -1
  60. package/styles/combo-box/bootstrap.css +109 -1
  61. package/styles/combo-box/bootstrap4.css +163 -1
  62. package/styles/combo-box/bootstrap5-dark.css +151 -1
  63. package/styles/combo-box/bootstrap5.css +151 -1
  64. package/styles/combo-box/fabric-dark.css +84 -1
  65. package/styles/combo-box/fabric.css +77 -1
  66. package/styles/combo-box/fluent-dark.css +131 -1
  67. package/styles/combo-box/fluent.css +131 -1
  68. package/styles/combo-box/fluent2.css +1140 -0
  69. package/styles/combo-box/fluent2.scss +1 -0
  70. package/styles/combo-box/highcontrast-light.css +81 -1
  71. package/styles/combo-box/highcontrast.css +81 -1
  72. package/styles/combo-box/material-dark.css +118 -1
  73. package/styles/combo-box/material.css +143 -1
  74. package/styles/combo-box/material3-dark.css +263 -1
  75. package/styles/combo-box/material3.css +375 -1
  76. package/styles/combo-box/tailwind-dark.css +106 -1
  77. package/styles/combo-box/tailwind.css +106 -1
  78. package/styles/drop-down-base/bootstrap-dark.css +373 -1
  79. package/styles/drop-down-base/bootstrap.css +373 -1
  80. package/styles/drop-down-base/bootstrap4.css +383 -1
  81. package/styles/drop-down-base/bootstrap5-dark.css +405 -1
  82. package/styles/drop-down-base/bootstrap5.css +405 -1
  83. package/styles/drop-down-base/fabric-dark.css +373 -1
  84. package/styles/drop-down-base/fabric.css +373 -1
  85. package/styles/drop-down-base/fluent-dark.css +421 -1
  86. package/styles/drop-down-base/fluent.css +421 -1
  87. package/styles/drop-down-base/fluent2.css +1447 -0
  88. package/styles/drop-down-base/fluent2.scss +1 -0
  89. package/styles/drop-down-base/highcontrast-light.css +387 -1
  90. package/styles/drop-down-base/highcontrast.css +387 -1
  91. package/styles/drop-down-base/material-dark.css +372 -1
  92. package/styles/drop-down-base/material.css +372 -1
  93. package/styles/drop-down-base/material3-dark.css +492 -1
  94. package/styles/drop-down-base/material3.css +604 -1
  95. package/styles/drop-down-base/tailwind-dark.css +481 -1
  96. package/styles/drop-down-base/tailwind.css +481 -1
  97. package/styles/drop-down-list/bootstrap-dark.css +433 -1
  98. package/styles/drop-down-list/bootstrap.css +433 -1
  99. package/styles/drop-down-list/bootstrap4.css +477 -1
  100. package/styles/drop-down-list/bootstrap5-dark.css +490 -1
  101. package/styles/drop-down-list/bootstrap5.css +490 -1
  102. package/styles/drop-down-list/fabric-dark.css +408 -1
  103. package/styles/drop-down-list/fabric.css +401 -1
  104. package/styles/drop-down-list/fluent-dark.css +471 -1
  105. package/styles/drop-down-list/fluent.css +471 -1
  106. package/styles/drop-down-list/fluent2.css +1684 -0
  107. package/styles/drop-down-list/fluent2.scss +1 -0
  108. package/styles/drop-down-list/highcontrast-light.css +419 -1
  109. package/styles/drop-down-list/highcontrast.css +419 -1
  110. package/styles/drop-down-list/material-dark.css +455 -1
  111. package/styles/drop-down-list/material.css +499 -1
  112. package/styles/drop-down-list/material3-dark.css +626 -1
  113. package/styles/drop-down-list/material3.css +738 -1
  114. package/styles/drop-down-list/tailwind-dark.css +428 -1
  115. package/styles/drop-down-list/tailwind.css +428 -1
  116. package/styles/drop-down-tree/bootstrap-dark.css +464 -1
  117. package/styles/drop-down-tree/bootstrap.css +465 -1
  118. package/styles/drop-down-tree/bootstrap4.css +498 -1
  119. package/styles/drop-down-tree/bootstrap5-dark.css +544 -1
  120. package/styles/drop-down-tree/bootstrap5.css +544 -1
  121. package/styles/drop-down-tree/fabric-dark.css +466 -1
  122. package/styles/drop-down-tree/fabric.css +467 -1
  123. package/styles/drop-down-tree/fluent-dark.css +549 -1
  124. package/styles/drop-down-tree/fluent.css +549 -1
  125. package/styles/drop-down-tree/fluent2.css +1732 -0
  126. package/styles/drop-down-tree/fluent2.scss +1 -0
  127. package/styles/drop-down-tree/highcontrast-light.css +481 -1
  128. package/styles/drop-down-tree/highcontrast.css +491 -1
  129. package/styles/drop-down-tree/material-dark.css +790 -1
  130. package/styles/drop-down-tree/material.css +814 -1
  131. package/styles/drop-down-tree/material3-dark.css +580 -1
  132. package/styles/drop-down-tree/material3.css +692 -1
  133. package/styles/drop-down-tree/tailwind-dark.css +579 -1
  134. package/styles/drop-down-tree/tailwind.css +579 -1
  135. package/styles/fabric-dark.css +3413 -1
  136. package/styles/fabric.css +3413 -1
  137. package/styles/fluent-dark.css +3689 -1
  138. package/styles/fluent.css +3689 -1
  139. package/styles/fluent2.css +12401 -0
  140. package/styles/fluent2.scss +8 -0
  141. package/styles/highcontrast-light.css +3525 -1
  142. package/styles/highcontrast.css +3553 -1
  143. package/styles/list-box/bootstrap-dark.css +915 -1
  144. package/styles/list-box/bootstrap.css +926 -1
  145. package/styles/list-box/bootstrap4.css +980 -1
  146. package/styles/list-box/bootstrap5-dark.css +952 -1
  147. package/styles/list-box/bootstrap5.css +952 -1
  148. package/styles/list-box/fabric-dark.css +915 -1
  149. package/styles/list-box/fabric.css +926 -1
  150. package/styles/list-box/fluent-dark.css +952 -1
  151. package/styles/list-box/fluent.css +952 -1
  152. package/styles/list-box/fluent2.css +2029 -0
  153. package/styles/list-box/fluent2.scss +1 -0
  154. package/styles/list-box/highcontrast-light.css +929 -1
  155. package/styles/list-box/highcontrast.css +940 -1
  156. package/styles/list-box/material-dark.css +914 -1
  157. package/styles/list-box/material.css +925 -1
  158. package/styles/list-box/material3-dark.css +1025 -1
  159. package/styles/list-box/material3.css +1137 -1
  160. package/styles/list-box/tailwind-dark.css +961 -1
  161. package/styles/list-box/tailwind.css +961 -1
  162. package/styles/material-dark.css +4927 -1
  163. package/styles/material.css +5006 -1
  164. package/styles/material3-dark.css +5644 -1
  165. package/styles/material3.css +6540 -1
  166. package/styles/mention/bootstrap-dark.css +53 -1
  167. package/styles/mention/bootstrap.css +53 -1
  168. package/styles/mention/bootstrap4.css +63 -1
  169. package/styles/mention/bootstrap5-dark.css +82 -1
  170. package/styles/mention/bootstrap5.css +82 -1
  171. package/styles/mention/fabric-dark.css +53 -1
  172. package/styles/mention/fabric.css +53 -1
  173. package/styles/mention/fluent-dark.css +82 -1
  174. package/styles/mention/fluent.css +82 -1
  175. package/styles/mention/fluent2.css +1130 -0
  176. package/styles/mention/fluent2.scss +1 -0
  177. package/styles/mention/highcontrast-light.css +67 -1
  178. package/styles/mention/highcontrast.css +67 -1
  179. package/styles/mention/material-dark.css +52 -1
  180. package/styles/mention/material.css +52 -1
  181. package/styles/mention/material3-dark.css +165 -1
  182. package/styles/mention/material3.css +277 -1
  183. package/styles/mention/tailwind-dark.css +91 -1
  184. package/styles/mention/tailwind.css +91 -1
  185. package/styles/multi-select/bootstrap-dark.css +1318 -1
  186. package/styles/multi-select/bootstrap.css +1311 -1
  187. package/styles/multi-select/bootstrap4.css +1442 -1
  188. package/styles/multi-select/bootstrap5-dark.css +1389 -1
  189. package/styles/multi-select/bootstrap5.css +1389 -1
  190. package/styles/multi-select/fabric-dark.css +1315 -1
  191. package/styles/multi-select/fabric.css +1310 -1
  192. package/styles/multi-select/fluent-dark.css +1462 -1
  193. package/styles/multi-select/fluent.css +1462 -1
  194. package/styles/multi-select/fluent2.css +2663 -0
  195. package/styles/multi-select/fluent2.scss +1 -0
  196. package/styles/multi-select/highcontrast-light.css +1429 -1
  197. package/styles/multi-select/highcontrast.css +1436 -1
  198. package/styles/multi-select/material-dark.css +2470 -1
  199. package/styles/multi-select/material.css +2490 -1
  200. package/styles/multi-select/material3-dark.css +2683 -1
  201. package/styles/multi-select/material3.css +2795 -1
  202. package/styles/multi-select/tailwind-dark.css +1383 -1
  203. package/styles/multi-select/tailwind.css +1383 -1
  204. package/styles/tailwind-dark.css +3630 -1
  205. package/styles/tailwind.css +3630 -1
  206. package/esm2020/public_api.mjs +0 -3
  207. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  208. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
  209. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  210. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  211. package/esm2020/src/combo-box/combobox.component.mjs +0 -129
  212. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  213. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
  214. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
  215. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  216. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  217. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -116
  218. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  219. package/esm2020/src/index.mjs +0 -23
  220. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  221. package/esm2020/src/list-box/listbox.component.mjs +0 -104
  222. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  223. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  224. package/esm2020/src/mention/mention.component.mjs +0 -84
  225. package/esm2020/src/mention/mention.module.mjs +0 -25
  226. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  227. package/esm2020/src/multi-select/multiselect.component.mjs +0 -142
  228. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  229. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  230. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1091
  231. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  232. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1091
  233. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  234. package/postinstall/tagchange.js +0 -18
  235. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵe, outputs as ɵf } from './src/auto-complete/autocomplete.component';
6
+ export { inputs as ɵc, outputs as ɵd } from './src/combo-box/combobox.component';
7
+ export { inputs as ɵa, outputs as ɵb } from './src/drop-down-list/dropdownlist.component';
8
+ export { inputs as ɵk, outputs as ɵl } from './src/drop-down-tree/dropdowntree.component';
9
+ export { inputs as ɵi, outputs as ɵj } from './src/list-box/listbox.component';
10
+ export { inputs as ɵm, outputs as ɵn } from './src/mention/mention.component';
11
+ export { inputs as ɵg, outputs as ɵh } from './src/multi-select/multiselect.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-dropdowns"}],"metadata":{"ɵa":["actionFailureTemplate","allowFiltering","allowObjectBinding","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"],"ɵb":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵc":["actionFailureTemplate","allowCustom","allowFiltering","allowObjectBinding","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"],"ɵd":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵe":["actionFailureTemplate","allowCustom","allowFiltering","allowObjectBinding","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"],"ɵf":["actionBegin","actionComplete","actionFailure","beforeOpen","blur","change","close","created","customValueSpecifier","dataBound","destroyed","filtering","focus","open","select","valueChange"],"ɵg":["actionFailureTemplate","addTagOnBlur","allowCustomValue","allowFiltering","allowObjectBinding","changeOnBlur","closePopupOnSelect","cssClass","dataSource","delimiterChar","enableGroupCheckBox","enableHtmlSanitizer","enablePersistence","enableRtl","enableSelectionOrder","enableVirtualization","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"],"ɵh":["actionBegin","actionComplete","actionFailure","beforeOpen","beforeSelectAll","blur","change","chipSelection","close","created","customValueSelection","dataBound","destroyed","filtering","focus","open","removed","removing","select","selectedAll","tagging","valueChange"],"ɵi":["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"],"ɵj":["focus","blur","actionBegin","actionComplete","actionFailure","beforeDrop","beforeItemRender","change","created","dataBound","destroyed","drag","dragStart","drop","filtering","select","valueChange"],"ɵk":["actionFailureTemplate","allowFiltering","allowMultiSelection","changeOnBlur","cssClass","customTemplate","delimiterChar","destroyPopupOnHide","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"],"ɵl":["actionFailure","beforeOpen","blur","change","close","created","dataBound","destroyed","filtering","focus","keyPress","open","select","valueChange"],"ɵm":["allowSpaces","cssClass","dataSource","displayTemplate","fields","filterType","highlight","ignoreCase","itemTemplate","locale","mentionChar","minLength","noRecordsTemplate","popupHeight","popupWidth","query","showMentionChar","sortOrder","spinnerTemplate","suffixText","suggestionCount","target"],"ɵn":["actionBegin","actionComplete","actionFailure","beforeOpen","change","closed","created","destroyed","filtering","opened","select"],"DropDownListComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"DropDownList"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dropdownlist","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DropDownListComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownListModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownListComponent"}],"exports":[{"__symbolic":"reference","name":"DropDownListComponent"}]}]}],"members":{}},"DropDownListAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownListModule"}],"exports":[{"__symbolic":"reference","name":"DropDownListModule"}],"providers":[{"__symbolic":"reference","name":"VirtualScrollService"}]}]}],"members":{}},"VirtualScrollService":{"provide":"DropDownsVirtualScroll","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"VirtualScroll"}},"ComboBoxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"ComboBox"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-combobox","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"ComboBoxComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ComboBoxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ComboBoxComponent"}],"exports":[{"__symbolic":"reference","name":"ComboBoxComponent"}]}]}],"members":{}},"ComboBoxAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ComboBoxModule"}],"exports":[{"__symbolic":"reference","name":"ComboBoxModule"}],"providers":[]}]}],"members":{}},"AutoCompleteComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"AutoComplete"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-autocomplete","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"AutoCompleteComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"AutoCompleteModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"AutoCompleteComponent"}],"exports":[{"__symbolic":"reference","name":"AutoCompleteComponent"}]}]}],"members":{}},"AutoCompleteAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"AutoCompleteModule"}],"exports":[{"__symbolic":"reference","name":"AutoCompleteModule"}],"providers":[]}]}],"members":{}},"MultiSelectComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"MultiSelect"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-multiselect","inputs":{"__symbolic":"reference","name":"ɵg"},"outputs":{"__symbolic":"reference","name":"ɵh"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"MultiSelectComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"groupTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["groupTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["Request failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"MultiSelectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"MultiSelectComponent"}],"exports":[{"__symbolic":"reference","name":"MultiSelectComponent"}]}]}],"members":{}},"MultiSelectAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"MultiSelectModule"}],"exports":[{"__symbolic":"reference","name":"MultiSelectModule"}],"providers":[{"__symbolic":"reference","name":"CheckBoxSelectionService"}]}]}],"members":{}},"CheckBoxSelectionService":{"provide":"DropDownsCheckBoxSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"CheckBoxSelection"}},"ListBoxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"ListBox"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-listbox","inputs":{"__symbolic":"reference","name":"ɵi"},"outputs":{"__symbolic":"reference","name":"ɵj"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"ListBoxComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ListBoxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ListBoxComponent"}],"exports":[{"__symbolic":"reference","name":"ListBoxComponent"}]}]}],"members":{}},"ListBoxAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ListBoxModule"}],"exports":[{"__symbolic":"reference","name":"ListBoxModule"}],"providers":[]}]}],"members":{}},"DropDownTreeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"DropDownTree"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dropdowntree","inputs":{"__symbolic":"reference","name":"ɵk"},"outputs":{"__symbolic":"reference","name":"ɵl"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DropDownTreeComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No Records Found"]}]}],"actionFailureTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["actionFailureTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["The Request Failed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownTreeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownTreeComponent"}],"exports":[{"__symbolic":"reference","name":"DropDownTreeComponent"}]}]}],"members":{}},"DropDownTreeAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownTreeModule"}],"exports":[{"__symbolic":"reference","name":"DropDownTreeModule"}],"providers":[]}]}],"members":{}},"MentionComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-dropdowns","name":"Mention"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-mention","inputs":{"__symbolic":"reference","name":"ɵm"},"outputs":{"__symbolic":"reference","name":"ɵn"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"displayTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["displayTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"itemTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["itemTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"spinnerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["spinnerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"noRecordsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["noRecordsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"},"arguments":["No records found"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"MentionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"MentionComponent"}],"exports":[{"__symbolic":"reference","name":"MentionComponent"}]}]}],"members":{}},"MentionAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"MentionModule"}],"exports":[{"__symbolic":"reference","name":"MentionModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/drop-down-list/dropdownlist.component","ɵb":"./src/drop-down-list/dropdownlist.component","ɵc":"./src/combo-box/combobox.component","ɵd":"./src/combo-box/combobox.component","ɵe":"./src/auto-complete/autocomplete.component","ɵf":"./src/auto-complete/autocomplete.component","ɵg":"./src/multi-select/multiselect.component","ɵh":"./src/multi-select/multiselect.component","ɵi":"./src/list-box/listbox.component","ɵj":"./src/list-box/listbox.component","ɵk":"./src/drop-down-tree/dropdowntree.component","ɵl":"./src/drop-down-tree/dropdowntree.component","ɵm":"./src/mention/mention.component","ɵn":"./src/mention/mention.component","DropDownListComponent":"./src/drop-down-list/dropdownlist.component","DropDownListModule":"./src/drop-down-list/dropdownlist.module","DropDownListAllModule":"./src/drop-down-list/dropdownlist-all.module","VirtualScrollService":"./src/drop-down-list/dropdownlist-all.module","ComboBoxComponent":"./src/combo-box/combobox.component","ComboBoxModule":"./src/combo-box/combobox.module","ComboBoxAllModule":"./src/combo-box/combobox-all.module","AutoCompleteComponent":"./src/auto-complete/autocomplete.component","AutoCompleteModule":"./src/auto-complete/autocomplete.module","AutoCompleteAllModule":"./src/auto-complete/autocomplete-all.module","MultiSelectComponent":"./src/multi-select/multiselect.component","MultiSelectModule":"./src/multi-select/multiselect.module","MultiSelectAllModule":"./src/multi-select/multiselect-all.module","CheckBoxSelectionService":"./src/multi-select/multiselect-all.module","ListBoxComponent":"./src/list-box/listbox.component","ListBoxModule":"./src/list-box/listbox.module","ListBoxAllModule":"./src/list-box/listbox-all.module","DropDownTreeComponent":"./src/drop-down-tree/dropdowntree.component","DropDownTreeModule":"./src/drop-down-tree/dropdowntree.module","DropDownTreeAllModule":"./src/drop-down-tree/dropdowntree-all.module","MentionComponent":"./src/mention/mention.component","MentionModule":"./src/mention/mention.module","MentionAllModule":"./src/mention/mention-all.module"},"importAs":"@syncfusion/ej2-angular-dropdowns"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@25.2.6",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@18.66.23",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Q7K8oixnPFnzWjXxonmRqR8fCfefCcohfWtUwikMhzgig/yVuc5Ha3y3s4wNy5Ke/l4YwpLGmdfIVXyMzeAswQ==",
5
+ "_integrity": "sha512-nfuWEZVT5Gj27UqD48mSNnAX+xC9L4dmheJ2rIJxEI7zDwRFtP3REXbWz9FnEjZ3mJ0Jrw+uV9OE77BCbp9fGQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-25.2.6.tgz",
23
- "_shasum": "8526d10da0094470735d158ccdae20cf9d2cf5d3",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.66.23.tgz",
23
+ "_shasum": "22cf4901cfb9a3123b6863348f47fd2b68fa2b8e",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~25.2.6",
35
- "@syncfusion/ej2-base": "~25.2.7",
36
- "@syncfusion/ej2-dropdowns": "25.2.7",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~26.1.35",
35
+ "@syncfusion/ej2-base": "~26.1.35",
36
+ "@syncfusion/ej2-dropdowns": "26.1.35"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 DropDown Components for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-dropdowns.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-dropdowns.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-dropdowns.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-dropdowns.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-dropdowns.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -68,7 +52,9 @@
68
52
  "ng-dropdowntree"
69
53
  ],
70
54
  "license": "SEE LICENSE IN license",
71
- "module": "fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
55
+ "main": "dist/ej2-angular-dropdowns.umd.js",
56
+ "metadata": "ej2-angular-dropdowns.metadata.json",
57
+ "module": "@syncfusion/ej2-angular-dropdowns.es5.js",
72
58
  "name": "@syncfusion/ej2-angular-dropdowns",
73
59
  "repository": {
74
60
  "type": "git",
@@ -76,6 +62,6 @@
76
62
  },
77
63
  "schematics": "./schematics/collection.json",
78
64
  "sideEffects": false,
79
- "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
80
- "version": "25.2.7"
65
+ "typings": "ej2-angular-dropdowns.d.ts",
66
+ "version": "26.1.35-ngcc"
81
67
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^25.2.7';
4
+ exports.pkgVer = '^26.1.35';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~25.2.7';
6
+ exports.themeVer = '~26.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^25.2.7';
2
+ export const pkgVer = '^26.1.35';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~25.2.7';
4
+ export const themeVer = '~26.1.35';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./autocomplete.module";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component with providers.
6
3
  */
7
4
  export declare class AutoCompleteAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteAllModule, never, [typeof i1.CommonModule, typeof i2.AutoCompleteModule], [typeof i2.AutoCompleteModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { AutoComplete } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -41,7 +40,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
41
40
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
41
  * @default null
43
42
  * @asptype string
44
- * @deprecated
43
+
45
44
  */
46
45
  footerTemplate: any;
47
46
  /**
@@ -49,14 +48,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
49
48
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
49
  * @default null
51
50
  * @asptype string
52
- * @deprecated
51
+
53
52
  */
54
53
  headerTemplate: any;
55
54
  /**
56
55
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
56
  * @default null
58
57
  * @asptype string
59
- * @deprecated
58
+
60
59
  */
61
60
  groupTemplate: any;
62
61
  /**
@@ -68,7 +67,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
68
67
  *
69
68
  * @default null
70
69
  * @asptype string
71
- * @deprecated
70
+
72
71
  */
73
72
  itemTemplate: any;
74
73
  noRecordsTemplate: any;
@@ -85,6 +84,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
85
84
  ngAfterContentChecked(): void;
86
85
  registerEvents: (eventList: string[]) => void;
87
86
  addTwoWay: (propList: string[]) => void;
88
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "ejs-autocomplete", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "highlight": "highlight"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showPopupButton": "showPopupButton"; "sortOrder": "sortOrder"; "suggestionCount": "suggestionCount"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
90
87
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autocomplete.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component.
6
3
  */
7
4
  export declare class AutoCompleteModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.CommonModule], [typeof i1.AutoCompleteComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./combobox.module";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component with providers.
6
3
  */
7
4
  export declare class ComboBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ComboBoxModule], [typeof i2.ComboBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -41,7 +40,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
41
40
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
41
  * @default null
43
42
  * @asptype string
44
- * @deprecated
43
+
45
44
  */
46
45
  footerTemplate: any;
47
46
  /**
@@ -49,14 +48,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
49
48
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
49
  * @default null
51
50
  * @asptype string
52
- * @deprecated
51
+
53
52
  */
54
53
  headerTemplate: any;
55
54
  /**
56
55
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
56
  * @default null
58
57
  * @asptype string
59
- * @deprecated
58
+
60
59
  */
61
60
  groupTemplate: any;
62
61
  /**
@@ -68,7 +67,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
68
67
  *
69
68
  * @default null
70
69
  * @asptype string
71
- * @deprecated
70
+
72
71
  */
73
72
  itemTemplate: any;
74
73
  noRecordsTemplate: any;
@@ -85,6 +84,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
85
84
  ngAfterContentChecked(): void;
86
85
  registerEvents: (eventList: string[]) => void;
87
86
  addTwoWay: (propList: string[]) => void;
88
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
90
87
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./combobox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component.
6
3
  */
7
4
  export declare class ComboBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent], [typeof i2.CommonModule], [typeof i1.ComboBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
11
5
  }
@@ -1,13 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./dropdownlist.module";
5
2
  export declare const VirtualScrollService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the DropDownList component with providers.
8
5
  */
9
6
  export declare class DropDownListAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
13
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownList } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -66,7 +65,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
66
65
  * Accepts the template design and assigns it to the group headers present in the popup list.
67
66
  * @default null
68
67
  * @asptype string
69
- * @deprecated
68
+
70
69
  */
71
70
  groupTemplate: any;
72
71
  /**
@@ -78,7 +77,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
78
77
  *
79
78
  * @default null
80
79
  * @asptype string
81
- * @deprecated
80
+
82
81
  */
83
82
  itemTemplate: any;
84
83
  noRecordsTemplate: any;
@@ -95,6 +94,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
95
94
  ngAfterContentChecked(): void;
96
95
  registerEvents: (eventList: string[]) => void;
97
96
  addTwoWay: (propList: string[]) => void;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
100
97
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownlist.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownList component.
6
3
  */
7
4
  export declare class DropDownListModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.CommonModule], [typeof i1.DropDownListComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdowntree.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component with providers.
6
3
  */
7
4
  export declare class DropDownTreeAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownTreeModule], [typeof i2.DropDownTreeModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownTree } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -80,6 +79,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
80
79
  ngAfterContentChecked(): void;
81
80
  registerEvents: (eventList: string[]) => void;
82
81
  addTwoWay: (propList: string[]) => void;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "destroyPopupOnHide": "destroyPopupOnHide"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
85
82
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdowntree.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component.
6
3
  */
7
4
  export declare class DropDownTreeModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeModule, [typeof i1.DropDownTreeComponent], [typeof i2.CommonModule], [typeof i1.DropDownTreeComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./listbox.module";
4
1
  /**
5
2
  * NgModule definition for the ListBox component with providers.
6
3
  */
7
4
  export declare class ListBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ListBoxModule], [typeof i2.ListBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ListBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -44,7 +43,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
44
43
  *
45
44
  * @default null
46
45
  * @asptype string
47
- * @deprecated
46
+
48
47
  */
49
48
  itemTemplate: any;
50
49
  noRecordsTemplate: any;
@@ -61,6 +60,4 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
61
60
  ngAfterContentChecked(): void;
62
61
  registerEvents: (eventList: string[]) => void;
63
62
  addTwoWay: (propList: string[]) => void;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
66
63
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./listbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ListBox component.
6
3
  */
7
4
  export declare class ListBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./mention.module";
4
1
  /**
5
2
  * NgModule definition for the Mention component with providers.
6
3
  */
7
4
  export declare class MentionAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MentionAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MentionAllModule, never, [typeof i1.CommonModule, typeof i2.MentionModule], [typeof i2.MentionModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MentionAllModule>;
11
5
  }