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

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 (276) hide show
  1. package/CHANGELOG.md +2688 -0
  2. package/README.md +10 -3
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
  5. package/esm2020/src/auto-complete/autocomplete.component.mjs +129 -0
  6. package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
  7. package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
  8. package/esm2020/src/combo-box/combobox.component.mjs +129 -0
  9. package/esm2020/src/combo-box/combobox.module.mjs +25 -0
  10. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +29 -0
  11. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +135 -0
  12. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
  13. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
  14. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +122 -0
  15. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
  16. package/esm2020/src/index.mjs +23 -0
  17. package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
  18. package/esm2020/src/list-box/listbox.component.mjs +104 -0
  19. package/esm2020/src/list-box/listbox.module.mjs +25 -0
  20. package/esm2020/src/mention/mention-all.module.mjs +23 -0
  21. package/esm2020/src/mention/mention.component.mjs +84 -0
  22. package/esm2020/src/mention/mention.module.mjs +25 -0
  23. package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
  24. package/esm2020/src/multi-select/multiselect.component.mjs +142 -0
  25. package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
  26. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  28. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  30. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  31. package/package.json +28 -46
  32. package/public_api.d.ts +1 -1
  33. package/src/auto-complete/autocomplete-all.module.d.ts +11 -5
  34. package/src/auto-complete/autocomplete.component.d.ts +93 -90
  35. package/src/auto-complete/autocomplete.module.d.ts +11 -5
  36. package/src/combo-box/combobox-all.module.d.ts +11 -5
  37. package/src/combo-box/combobox.component.d.ts +93 -90
  38. package/src/combo-box/combobox.module.d.ts +11 -5
  39. package/src/drop-down-list/dropdownlist-all.module.d.ts +13 -7
  40. package/src/drop-down-list/dropdownlist.component.d.ts +103 -100
  41. package/src/drop-down-list/dropdownlist.module.d.ts +11 -5
  42. package/src/drop-down-tree/dropdowntree-all.module.d.ts +11 -5
  43. package/src/drop-down-tree/dropdowntree.component.d.ts +95 -92
  44. package/src/drop-down-tree/dropdowntree.module.d.ts +11 -5
  45. package/src/index.d.ts +22 -22
  46. package/src/list-box/listbox-all.module.d.ts +11 -5
  47. package/src/list-box/listbox.component.d.ts +66 -63
  48. package/src/list-box/listbox.module.d.ts +11 -5
  49. package/src/mention/mention-all.module.d.ts +11 -5
  50. package/src/mention/mention.component.d.ts +59 -56
  51. package/src/mention/mention.module.d.ts +11 -5
  52. package/src/multi-select/multiselect-all.module.d.ts +13 -7
  53. package/src/multi-select/multiselect.component.d.ts +109 -106
  54. package/src/multi-select/multiselect.module.d.ts +11 -5
  55. package/styles/auto-complete/bds.scss +1 -1
  56. package/styles/auto-complete/bootstrap-dark.scss +1 -1
  57. package/styles/auto-complete/bootstrap.scss +1 -1
  58. package/styles/auto-complete/bootstrap4.scss +1 -1
  59. package/styles/auto-complete/bootstrap5-dark.scss +1 -1
  60. package/styles/auto-complete/bootstrap5.3.scss +1 -1
  61. package/styles/auto-complete/bootstrap5.scss +1 -1
  62. package/styles/auto-complete/fabric-dark.scss +1 -1
  63. package/styles/auto-complete/fabric.scss +1 -1
  64. package/styles/auto-complete/fluent-dark.scss +1 -1
  65. package/styles/auto-complete/fluent.scss +1 -1
  66. package/styles/auto-complete/fluent2.scss +1 -1
  67. package/styles/auto-complete/highcontrast-light.scss +1 -1
  68. package/styles/auto-complete/highcontrast.scss +1 -1
  69. package/styles/auto-complete/material-dark.scss +1 -1
  70. package/styles/auto-complete/material.scss +1 -1
  71. package/styles/auto-complete/material3-dark.scss +1 -2
  72. package/styles/auto-complete/material3.scss +1 -2
  73. package/styles/auto-complete/tailwind-dark.scss +1 -1
  74. package/styles/auto-complete/tailwind.scss +1 -1
  75. package/styles/auto-complete/tailwind3.scss +1 -1
  76. package/styles/bds-lite.scss +1 -1
  77. package/styles/bds.scss +8 -8
  78. package/styles/bootstrap-dark-lite.scss +1 -1
  79. package/styles/bootstrap-dark.scss +8 -8
  80. package/styles/bootstrap-lite.scss +1 -1
  81. package/styles/bootstrap.scss +8 -8
  82. package/styles/bootstrap4-lite.scss +1 -1
  83. package/styles/bootstrap4.scss +8 -8
  84. package/styles/bootstrap5-dark-lite.scss +1 -1
  85. package/styles/bootstrap5-dark.scss +8 -8
  86. package/styles/bootstrap5-lite.scss +1 -1
  87. package/styles/bootstrap5.3-lite.scss +1 -1
  88. package/styles/bootstrap5.3.scss +8 -8
  89. package/styles/bootstrap5.scss +8 -8
  90. package/styles/combo-box/bds.scss +1 -1
  91. package/styles/combo-box/bootstrap-dark.scss +1 -1
  92. package/styles/combo-box/bootstrap.scss +1 -1
  93. package/styles/combo-box/bootstrap4.scss +1 -1
  94. package/styles/combo-box/bootstrap5-dark.scss +1 -1
  95. package/styles/combo-box/bootstrap5.3.scss +1 -1
  96. package/styles/combo-box/bootstrap5.scss +1 -1
  97. package/styles/combo-box/fabric-dark.scss +1 -1
  98. package/styles/combo-box/fabric.scss +1 -1
  99. package/styles/combo-box/fluent-dark.scss +1 -1
  100. package/styles/combo-box/fluent.scss +1 -1
  101. package/styles/combo-box/fluent2.scss +1 -1
  102. package/styles/combo-box/highcontrast-light.scss +1 -1
  103. package/styles/combo-box/highcontrast.scss +1 -1
  104. package/styles/combo-box/material-dark.scss +1 -1
  105. package/styles/combo-box/material.scss +1 -1
  106. package/styles/combo-box/material3-dark.scss +1 -2
  107. package/styles/combo-box/material3.scss +1 -2
  108. package/styles/combo-box/tailwind-dark.scss +1 -1
  109. package/styles/combo-box/tailwind.scss +1 -1
  110. package/styles/combo-box/tailwind3.scss +1 -1
  111. package/styles/drop-down-base/bds.scss +1 -1
  112. package/styles/drop-down-base/bootstrap-dark.scss +1 -1
  113. package/styles/drop-down-base/bootstrap.scss +1 -1
  114. package/styles/drop-down-base/bootstrap4.scss +1 -1
  115. package/styles/drop-down-base/bootstrap5-dark.scss +1 -1
  116. package/styles/drop-down-base/bootstrap5.3.scss +1 -1
  117. package/styles/drop-down-base/bootstrap5.scss +1 -1
  118. package/styles/drop-down-base/fabric-dark.scss +1 -1
  119. package/styles/drop-down-base/fabric.scss +1 -1
  120. package/styles/drop-down-base/fluent-dark.scss +1 -1
  121. package/styles/drop-down-base/fluent.scss +1 -1
  122. package/styles/drop-down-base/fluent2.scss +1 -1
  123. package/styles/drop-down-base/highcontrast-light.scss +1 -1
  124. package/styles/drop-down-base/highcontrast.scss +1 -1
  125. package/styles/drop-down-base/material-dark.scss +1 -1
  126. package/styles/drop-down-base/material.scss +1 -1
  127. package/styles/drop-down-base/material3-dark.scss +1 -2
  128. package/styles/drop-down-base/material3.scss +1 -2
  129. package/styles/drop-down-base/tailwind-dark.scss +1 -1
  130. package/styles/drop-down-base/tailwind.scss +1 -1
  131. package/styles/drop-down-base/tailwind3.scss +1 -1
  132. package/styles/drop-down-list/bds.scss +1 -1
  133. package/styles/drop-down-list/bootstrap-dark.scss +1 -1
  134. package/styles/drop-down-list/bootstrap.scss +1 -1
  135. package/styles/drop-down-list/bootstrap4.scss +1 -1
  136. package/styles/drop-down-list/bootstrap5-dark.scss +1 -1
  137. package/styles/drop-down-list/bootstrap5.3.scss +1 -1
  138. package/styles/drop-down-list/bootstrap5.scss +1 -1
  139. package/styles/drop-down-list/fabric-dark.scss +1 -1
  140. package/styles/drop-down-list/fabric.scss +1 -1
  141. package/styles/drop-down-list/fluent-dark.scss +1 -1
  142. package/styles/drop-down-list/fluent.scss +1 -1
  143. package/styles/drop-down-list/fluent2.scss +1 -1
  144. package/styles/drop-down-list/highcontrast-light.scss +1 -1
  145. package/styles/drop-down-list/highcontrast.scss +1 -1
  146. package/styles/drop-down-list/material-dark.scss +1 -1
  147. package/styles/drop-down-list/material.scss +1 -1
  148. package/styles/drop-down-list/material3-dark.scss +1 -2
  149. package/styles/drop-down-list/material3.scss +1 -2
  150. package/styles/drop-down-list/tailwind-dark.scss +1 -1
  151. package/styles/drop-down-list/tailwind.scss +1 -1
  152. package/styles/drop-down-list/tailwind3.scss +1 -1
  153. package/styles/drop-down-tree/bds.scss +1 -1
  154. package/styles/drop-down-tree/bootstrap-dark.scss +1 -1
  155. package/styles/drop-down-tree/bootstrap.scss +1 -1
  156. package/styles/drop-down-tree/bootstrap4.scss +1 -1
  157. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -1
  158. package/styles/drop-down-tree/bootstrap5.3.scss +1 -1
  159. package/styles/drop-down-tree/bootstrap5.scss +1 -1
  160. package/styles/drop-down-tree/fabric-dark.scss +1 -1
  161. package/styles/drop-down-tree/fabric.scss +1 -1
  162. package/styles/drop-down-tree/fluent-dark.scss +1 -1
  163. package/styles/drop-down-tree/fluent.scss +1 -1
  164. package/styles/drop-down-tree/fluent2.scss +1 -1
  165. package/styles/drop-down-tree/highcontrast-light.scss +1 -1
  166. package/styles/drop-down-tree/highcontrast.scss +1 -1
  167. package/styles/drop-down-tree/material-dark.scss +1 -1
  168. package/styles/drop-down-tree/material.scss +1 -1
  169. package/styles/drop-down-tree/material3-dark.scss +1 -2
  170. package/styles/drop-down-tree/material3.scss +1 -2
  171. package/styles/drop-down-tree/tailwind-dark.scss +1 -1
  172. package/styles/drop-down-tree/tailwind.scss +1 -1
  173. package/styles/drop-down-tree/tailwind3.scss +1 -1
  174. package/styles/fabric-dark-lite.scss +1 -1
  175. package/styles/fabric-dark.scss +8 -8
  176. package/styles/fabric-lite.scss +1 -1
  177. package/styles/fabric.scss +8 -8
  178. package/styles/fluent-dark-lite.scss +1 -1
  179. package/styles/fluent-dark.scss +8 -8
  180. package/styles/fluent-lite.scss +1 -1
  181. package/styles/fluent.scss +8 -8
  182. package/styles/fluent2-lite.scss +1 -1
  183. package/styles/fluent2.scss +8 -8
  184. package/styles/highcontrast-light-lite.scss +1 -1
  185. package/styles/highcontrast-light.scss +8 -8
  186. package/styles/highcontrast-lite.scss +1 -1
  187. package/styles/highcontrast.scss +8 -8
  188. package/styles/list-box/bds.scss +1 -1
  189. package/styles/list-box/bootstrap-dark.scss +1 -1
  190. package/styles/list-box/bootstrap.scss +1 -1
  191. package/styles/list-box/bootstrap4.scss +1 -1
  192. package/styles/list-box/bootstrap5-dark.scss +1 -1
  193. package/styles/list-box/bootstrap5.3.scss +1 -1
  194. package/styles/list-box/bootstrap5.scss +1 -1
  195. package/styles/list-box/fabric-dark.scss +1 -1
  196. package/styles/list-box/fabric.scss +1 -1
  197. package/styles/list-box/fluent-dark.scss +1 -1
  198. package/styles/list-box/fluent.scss +1 -1
  199. package/styles/list-box/fluent2.scss +1 -1
  200. package/styles/list-box/highcontrast-light.scss +1 -1
  201. package/styles/list-box/highcontrast.scss +1 -1
  202. package/styles/list-box/material-dark.scss +1 -1
  203. package/styles/list-box/material.scss +1 -1
  204. package/styles/list-box/material3-dark.scss +1 -2
  205. package/styles/list-box/material3.scss +1 -2
  206. package/styles/list-box/tailwind-dark.scss +1 -1
  207. package/styles/list-box/tailwind.scss +1 -1
  208. package/styles/list-box/tailwind3.scss +1 -1
  209. package/styles/material-dark-lite.scss +1 -1
  210. package/styles/material-dark.scss +8 -8
  211. package/styles/material-lite.scss +1 -1
  212. package/styles/material.scss +8 -8
  213. package/styles/material3-dark-lite.scss +1 -1
  214. package/styles/material3-dark.scss +8 -9
  215. package/styles/material3-lite.scss +1 -1
  216. package/styles/material3.scss +8 -9
  217. package/styles/mention/bds.scss +1 -1
  218. package/styles/mention/bootstrap-dark.scss +1 -1
  219. package/styles/mention/bootstrap.scss +1 -1
  220. package/styles/mention/bootstrap4.scss +1 -1
  221. package/styles/mention/bootstrap5-dark.scss +1 -1
  222. package/styles/mention/bootstrap5.3.scss +1 -1
  223. package/styles/mention/bootstrap5.scss +1 -1
  224. package/styles/mention/fabric-dark.scss +1 -1
  225. package/styles/mention/fabric.scss +1 -1
  226. package/styles/mention/fluent-dark.scss +1 -1
  227. package/styles/mention/fluent.scss +1 -1
  228. package/styles/mention/fluent2.scss +1 -1
  229. package/styles/mention/highcontrast-light.scss +1 -1
  230. package/styles/mention/highcontrast.scss +1 -1
  231. package/styles/mention/material-dark.scss +1 -1
  232. package/styles/mention/material.scss +1 -1
  233. package/styles/mention/material3-dark.scss +1 -2
  234. package/styles/mention/material3.scss +1 -2
  235. package/styles/mention/tailwind-dark.scss +1 -1
  236. package/styles/mention/tailwind.scss +1 -1
  237. package/styles/mention/tailwind3.scss +1 -1
  238. package/styles/multi-select/bds.scss +1 -1
  239. package/styles/multi-select/bootstrap-dark.scss +1 -1
  240. package/styles/multi-select/bootstrap.scss +1 -1
  241. package/styles/multi-select/bootstrap4.scss +1 -1
  242. package/styles/multi-select/bootstrap5-dark.scss +1 -1
  243. package/styles/multi-select/bootstrap5.3.scss +1 -1
  244. package/styles/multi-select/bootstrap5.scss +1 -1
  245. package/styles/multi-select/fabric-dark.scss +1 -1
  246. package/styles/multi-select/fabric.scss +1 -1
  247. package/styles/multi-select/fluent-dark.scss +1 -1
  248. package/styles/multi-select/fluent.scss +1 -1
  249. package/styles/multi-select/fluent2.scss +1 -1
  250. package/styles/multi-select/highcontrast-light.scss +1 -1
  251. package/styles/multi-select/highcontrast.scss +1 -1
  252. package/styles/multi-select/material-dark.scss +1 -1
  253. package/styles/multi-select/material.scss +1 -1
  254. package/styles/multi-select/material3-dark.scss +1 -2
  255. package/styles/multi-select/material3.scss +1 -2
  256. package/styles/multi-select/tailwind-dark.scss +1 -1
  257. package/styles/multi-select/tailwind.scss +1 -1
  258. package/styles/multi-select/tailwind3.scss +1 -1
  259. package/styles/tailwind-dark-lite.scss +1 -1
  260. package/styles/tailwind-dark.scss +8 -8
  261. package/styles/tailwind-lite.scss +1 -1
  262. package/styles/tailwind.scss +8 -8
  263. package/styles/tailwind3-lite.scss +1 -1
  264. package/styles/tailwind3.scss +8 -8
  265. package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
  266. package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1487
  267. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
  268. package/@syncfusion/ej2-angular-dropdowns.js +0 -1402
  269. package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
  270. package/LICENSE +0 -10
  271. package/dist/ej2-angular-dropdowns.umd.js +0 -1557
  272. package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
  273. package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
  274. package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
  275. package/ej2-angular-dropdowns.d.ts +0 -11
  276. package/ej2-angular-dropdowns.metadata.json +0 -1
@@ -1,90 +1,93 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { ComboBox } from '@syncfusion/ej2-dropdowns';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- *The ComboBox component allows the user to type a value or choose an option from the list of predefined options.
9
- *```html
10
- *<ejs-combobox></ejs-combobox>
11
- *```
12
- */
13
- export declare class ComboBoxComponent extends ComboBox implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- private cdr;
19
- formCompContext: any;
20
- formContext: any;
21
- tagObjects: any;
22
- actionBegin: any;
23
- actionComplete: any;
24
- actionFailure: any;
25
- beforeOpen: any;
26
- blur: any;
27
- change: any;
28
- close: any;
29
- created: any;
30
- customValueSpecifier: any;
31
- dataBound: any;
32
- destroyed: any;
33
- filtering: any;
34
- focus: any;
35
- open: any;
36
- resizeStart: any;
37
- resizeStop: any;
38
- resizing: any;
39
- select: any;
40
- valueChange: any;
41
- /**
42
- * Accepts the template design and assigns it to the footer container of the popup list.
43
- * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
44
- * @default null
45
- * @asptype string
46
-
47
- */
48
- footerTemplate: any;
49
- /**
50
- * Accepts the template design and assigns it to the header container of the popup list.
51
- * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
52
- * @default null
53
- * @asptype string
54
-
55
- */
56
- headerTemplate: any;
57
- /**
58
- * Accepts the template design and assigns it to the group headers present in the popup list.
59
- * @default null
60
- * @asptype string
61
-
62
- */
63
- groupTemplate: any;
64
- /**
65
- * Accepts the template design and assigns it to each list item present in the popup.
66
- * We have built-in `template engine`
67
- *
68
- * which provides options to compile template string into a executable function.
69
- *For EX: We have expression evolution as like ES6 expression string literals.
70
- *
71
- * @default null
72
- * @asptype string
73
-
74
- */
75
- itemTemplate: any;
76
- noRecordsTemplate: any;
77
- actionFailureTemplate: any;
78
- private skipFromEvent;
79
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
80
- registerOnChange(registerFunction: (_: any) => void): void;
81
- registerOnTouched(registerFunction: () => void): void;
82
- writeValue(value: any): void;
83
- setDisabledState(disabled: boolean): void;
84
- ngOnInit(): void;
85
- ngAfterViewInit(): void;
86
- ngOnDestroy(): void;
87
- ngAfterContentChecked(): void;
88
- registerEvents: (eventList: string[]) => void;
89
- addTwoWay: (propList: string[]) => void;
90
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { ComboBox } from '@syncfusion/ej2-dropdowns';
4
+ import * as i0 from "@angular/core";
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ *The ComboBox component allows the user to type a value or choose an option from the list of predefined options.
10
+ *```html
11
+ *<ejs-combobox></ejs-combobox>
12
+ *```
13
+ */
14
+ export declare class ComboBoxComponent extends ComboBox implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ private cdr;
20
+ formCompContext: any;
21
+ formContext: any;
22
+ tagObjects: any;
23
+ actionBegin: any;
24
+ actionComplete: any;
25
+ actionFailure: any;
26
+ beforeOpen: any;
27
+ blur: any;
28
+ change: any;
29
+ close: any;
30
+ created: any;
31
+ customValueSpecifier: any;
32
+ dataBound: any;
33
+ destroyed: any;
34
+ filtering: any;
35
+ focus: any;
36
+ open: any;
37
+ resizeStart: any;
38
+ resizeStop: any;
39
+ resizing: any;
40
+ select: any;
41
+ valueChange: any;
42
+ /**
43
+ * Accepts the template design and assigns it to the footer container of the popup list.
44
+ * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
45
+ * @default null
46
+ * @asptype string
47
+ * @deprecated
48
+ */
49
+ footerTemplate: any;
50
+ /**
51
+ * Accepts the template design and assigns it to the header container of the popup list.
52
+ * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
53
+ * @default null
54
+ * @asptype string
55
+ * @deprecated
56
+ */
57
+ headerTemplate: any;
58
+ /**
59
+ * Accepts the template design and assigns it to the group headers present in the popup list.
60
+ * @default null
61
+ * @asptype string
62
+ * @deprecated
63
+ */
64
+ groupTemplate: any;
65
+ /**
66
+ * Accepts the template design and assigns it to each list item present in the popup.
67
+ * We have built-in `template engine`
68
+ *
69
+ * which provides options to compile template string into a executable function.
70
+ *For EX: We have expression evolution as like ES6 expression string literals.
71
+ *
72
+ * @default null
73
+ * @asptype string
74
+ * @deprecated
75
+ */
76
+ itemTemplate: any;
77
+ noRecordsTemplate: any;
78
+ actionFailureTemplate: any;
79
+ private skipFromEvent;
80
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
81
+ registerOnChange(registerFunction: (_: any) => void): void;
82
+ registerOnTouched(registerFunction: () => void): void;
83
+ writeValue(value: any): void;
84
+ setDisabledState(disabled: boolean): void;
85
+ ngOnInit(): void;
86
+ ngAfterViewInit(): void;
87
+ ngOnDestroy(): void;
88
+ ngAfterContentChecked(): void;
89
+ registerEvents: (eventList: string[]) => void;
90
+ addTwoWay: (propList: string[]) => void;
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "allowResize": "allowResize"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "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"; "isDeviceFullScreen": "isDeviceFullScreen"; "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"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
93
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the ComboBox component.
3
- */
4
- export declare class ComboBoxModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./combobox.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the ComboBox component.
6
+ */
7
+ 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
+ }
@@ -1,7 +1,13 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const VirtualScrollService: ValueProvider;
3
- /**
4
- * NgModule definition for the DropDownList component with providers.
5
- */
6
- export declare class DropDownListAllModule {
7
- }
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
+ export declare const VirtualScrollService: ValueProvider;
6
+ /**
7
+ * NgModule definition for the DropDownList component with providers.
8
+ */
9
+ 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
+ }
@@ -1,100 +1,103 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DropDownList } from '@syncfusion/ej2-dropdowns';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- *The DropDownList component contains a list of predefined values, from which the user can choose a single value.
9
- *```html
10
- *<ejs-dropdownlist></ejs-dropdownlist>
11
- *```
12
- */
13
- export declare class DropDownListComponent extends DropDownList implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- private cdr;
19
- formCompContext: any;
20
- formContext: any;
21
- tagObjects: any;
22
- actionBegin: any;
23
- actionComplete: any;
24
- actionFailure: any;
25
- beforeOpen: any;
26
- blur: any;
27
- change: any;
28
- close: any;
29
- created: any;
30
- dataBound: any;
31
- destroyed: any;
32
- filtering: any;
33
- focus: any;
34
- open: any;
35
- resizeStart: any;
36
- resizeStop: any;
37
- resizing: any;
38
- select: any;
39
- valueChange: any;
40
- /**
41
- * Accepts the template design and assigns it to the footer container of the popup list.
42
- * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
43
- * @default null
44
- * @asptype string
45
- */
46
- footerTemplate: any;
47
- /**
48
- * Accepts the template design and assigns it to the header container of the popup list.
49
- * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
- * @default null
51
- * @asptype string
52
- */
53
- headerTemplate: any;
54
- /**
55
- * Accepts the template design and assigns it to the selected list item in the input element of the component.
56
- * For more details about the available template options refer to
57
- * [`Template`](../../drop-down-list/templates) documentation.
58
- *
59
- * We have built-in `template engine`
60
- *which provides options to compile template string into a executable function.
61
- *For EX: We have expression evolution as like ES6 expression string literals.
62
- *
63
- * @default null
64
- * @asptype string
65
- */
66
- valueTemplate: any;
67
- /**
68
- * Accepts the template design and assigns it to the group headers present in the popup list.
69
- * @default null
70
- * @asptype string
71
-
72
- */
73
- groupTemplate: any;
74
- /**
75
- * Accepts the template design and assigns it to each list item present in the popup.
76
- * We have built-in `template engine`
77
- *
78
- * which provides options to compile template string into a executable function.
79
- *For EX: We have expression evolution as like ES6 expression string literals.
80
- *
81
- * @default null
82
- * @asptype string
83
-
84
- */
85
- itemTemplate: any;
86
- noRecordsTemplate: any;
87
- actionFailureTemplate: any;
88
- private skipFromEvent;
89
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
90
- registerOnChange(registerFunction: (_: any) => void): void;
91
- registerOnTouched(registerFunction: () => void): void;
92
- writeValue(value: any): void;
93
- setDisabledState(disabled: boolean): void;
94
- ngOnInit(): void;
95
- ngAfterViewInit(): void;
96
- ngOnDestroy(): void;
97
- ngAfterContentChecked(): void;
98
- registerEvents: (eventList: string[]) => void;
99
- addTwoWay: (propList: string[]) => void;
100
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DropDownList } from '@syncfusion/ej2-dropdowns';
4
+ import * as i0 from "@angular/core";
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ *The DropDownList component contains a list of predefined values, from which the user can choose a single value.
10
+ *```html
11
+ *<ejs-dropdownlist></ejs-dropdownlist>
12
+ *```
13
+ */
14
+ export declare class DropDownListComponent extends DropDownList implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ private cdr;
20
+ formCompContext: any;
21
+ formContext: any;
22
+ tagObjects: any;
23
+ actionBegin: any;
24
+ actionComplete: any;
25
+ actionFailure: any;
26
+ beforeOpen: any;
27
+ blur: any;
28
+ change: any;
29
+ close: any;
30
+ created: any;
31
+ dataBound: any;
32
+ destroyed: any;
33
+ filtering: any;
34
+ focus: any;
35
+ open: any;
36
+ resizeStart: any;
37
+ resizeStop: any;
38
+ resizing: any;
39
+ select: any;
40
+ valueChange: any;
41
+ /**
42
+ * Accepts the template design and assigns it to the footer container of the popup list.
43
+ * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
44
+ * @default null
45
+ * @asptype string
46
+ */
47
+ footerTemplate: any;
48
+ /**
49
+ * Accepts the template design and assigns it to the header container of the popup list.
50
+ * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
51
+ * @default null
52
+ * @asptype string
53
+ */
54
+ headerTemplate: any;
55
+ /**
56
+ * Accepts the template design and assigns it to the selected list item in the input element of the component.
57
+ * For more details about the available template options refer to
58
+ * [`Template`](../../drop-down-list/templates) documentation.
59
+ *
60
+ * We have built-in `template engine`
61
+ *which provides options to compile template string into a executable function.
62
+ *For EX: We have expression evolution as like ES6 expression string literals.
63
+ *
64
+ * @default null
65
+ * @asptype string
66
+ */
67
+ valueTemplate: any;
68
+ /**
69
+ * Accepts the template design and assigns it to the group headers present in the popup list.
70
+ * @default null
71
+ * @asptype string
72
+ * @deprecated
73
+ */
74
+ groupTemplate: any;
75
+ /**
76
+ * Accepts the template design and assigns it to each list item present in the popup.
77
+ * We have built-in `template engine`
78
+ *
79
+ * which provides options to compile template string into a executable function.
80
+ *For EX: We have expression evolution as like ES6 expression string literals.
81
+ *
82
+ * @default null
83
+ * @asptype string
84
+ * @deprecated
85
+ */
86
+ itemTemplate: any;
87
+ noRecordsTemplate: any;
88
+ actionFailureTemplate: any;
89
+ private skipFromEvent;
90
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
91
+ registerOnChange(registerFunction: (_: any) => void): void;
92
+ registerOnTouched(registerFunction: () => void): void;
93
+ writeValue(value: any): void;
94
+ setDisabledState(disabled: boolean): void;
95
+ ngOnInit(): void;
96
+ ngAfterViewInit(): void;
97
+ ngOnDestroy(): void;
98
+ ngAfterContentChecked(): void;
99
+ registerEvents: (eventList: string[]) => void;
100
+ addTwoWay: (propList: string[]) => void;
101
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "allowResize": "allowResize"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "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"; "isDeviceFullScreen": "isDeviceFullScreen"; "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"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
103
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the DropDownList component.
3
- */
4
- export declare class DropDownListModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./dropdownlist.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the DropDownList component.
6
+ */
7
+ 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
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the DropDownTree component with providers.
3
- */
4
- export declare class DropDownTreeAllModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./dropdowntree.module";
4
+ /**
5
+ * NgModule definition for the DropDownTree component with providers.
6
+ */
7
+ 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
+ }