@syncfusion/ej2-angular-dropdowns 29.2.11-ngcc → 30.1.37-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 (33) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1486 -1486
  2. package/@syncfusion/ej2-angular-dropdowns.js +1349 -1349
  3. package/{license → LICENSE} +10 -10
  4. package/dist/ej2-angular-dropdowns.umd.js +1476 -1476
  5. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  6. package/ej2-angular-dropdowns.d.ts +11 -11
  7. package/package.json +4 -4
  8. package/public_api.d.ts +1 -1
  9. package/schematics/utils/lib-details.d.ts +2 -2
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +4 -4
  12. package/src/auto-complete/autocomplete-all.module.d.ts +5 -5
  13. package/src/auto-complete/autocomplete.component.d.ts +86 -86
  14. package/src/auto-complete/autocomplete.module.d.ts +5 -5
  15. package/src/combo-box/combobox-all.module.d.ts +5 -5
  16. package/src/combo-box/combobox.component.d.ts +86 -86
  17. package/src/combo-box/combobox.module.d.ts +5 -5
  18. package/src/drop-down-list/dropdownlist-all.module.d.ts +7 -7
  19. package/src/drop-down-list/dropdownlist.component.d.ts +98 -98
  20. package/src/drop-down-list/dropdownlist.module.d.ts +5 -5
  21. package/src/drop-down-tree/dropdowntree-all.module.d.ts +5 -5
  22. package/src/drop-down-tree/dropdowntree.component.d.ts +92 -92
  23. package/src/drop-down-tree/dropdowntree.module.d.ts +5 -5
  24. package/src/index.d.ts +22 -22
  25. package/src/list-box/listbox-all.module.d.ts +5 -5
  26. package/src/list-box/listbox.component.d.ts +62 -62
  27. package/src/list-box/listbox.module.d.ts +5 -5
  28. package/src/mention/mention-all.module.d.ts +5 -5
  29. package/src/mention/mention.component.d.ts +56 -56
  30. package/src/mention/mention.module.d.ts +5 -5
  31. package/src/multi-select/multiselect-all.module.d.ts +7 -7
  32. package/src/multi-select/multiselect.component.d.ts +106 -106
  33. package/src/multi-select/multiselect.module.d.ts +5 -5
@@ -1,100 +1,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
- 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
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
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
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
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
- }
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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the DropDownList component.
3
- */
4
- export declare class DropDownListModule {
5
- }
1
+ /**
2
+ * NgModule definition for the DropDownList component.
3
+ */
4
+ export declare class DropDownListModule {
5
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the DropDownTree component with providers.
3
- */
4
- export declare class DropDownTreeAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the DropDownTree component with providers.
3
+ */
4
+ export declare class DropDownTreeAllModule {
5
+ }
@@ -1,92 +1,92 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DropDownTree } 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 DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.
9
- *```html
10
- *<ejs-dropdowntree></ejs-dropdowntree>
11
- *```
12
- */
13
- export declare class DropDownTreeComponent extends DropDownTree 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
- actionFailure: any;
23
- beforeOpen: any;
24
- blur: any;
25
- change: any;
26
- close: any;
27
- created: any;
28
- dataBound: any;
29
- destroyed: any;
30
- filtering: any;
31
- focus: any;
32
- keyPress: any;
33
- open: any;
34
- select: any;
35
- valueChange: any;
36
- /**
37
- * Specifies the template that renders a customized footer container at the bottom of the pop-up list.
38
- * By default, the footerTemplate will be null and there will be no footer container for the pop-up list.
39
- * @default null
40
- * @angulartype string | object
41
- * @reacttype string | function | JSX.Element
42
- * @vuetype string | function
43
- * @asptype string
44
- */
45
- footerTemplate: any;
46
- /**
47
- * Specifies the template that renders a customized header container at the top of the pop-up list.
48
- * By default, the headerTemplate will be null and there will be no header container for the pop-up list.
49
- * @default null
50
- * @angulartype string | object
51
- * @reacttype string | function | JSX.Element
52
- * @vuetype string | function
53
- * @asptype string
54
- */
55
- headerTemplate: any;
56
- /**
57
- * Specifies the way to customize the selected values in the Dropdown Tree component based on application needs. If the **valueTemplate** property is set, the template content overrides the displayed item text.
58
- * The property accepts [template string] (https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID holding the content. The context for the valueTemplate comes from the data object passed to it.
59
- * @default null
60
- * @angulartype string | object
61
- * @reacttype string | function | JSX.Element
62
- * @vuetype string | function
63
- * @asptype string
64
- */
65
- valueTemplate: any;
66
- /**
67
- * Specifies a template to render customized content for all the items.
68
- * If the **itemTemplate** property is set, the template content overrides the displayed item text.
69
- * The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
70
- * or HTML element ID holding the content.
71
- * @default null
72
- * @angulartype string | object
73
- * @reacttype string | function | JSX.Element
74
- * @vuetype string | function
75
- * @asptype string
76
- */
77
- itemTemplate: any;
78
- noRecordsTemplate: any;
79
- actionFailureTemplate: any;
80
- private skipFromEvent;
81
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
82
- registerOnChange(registerFunction: (_: any) => void): void;
83
- registerOnTouched(registerFunction: () => void): void;
84
- writeValue(value: any): void;
85
- setDisabledState(disabled: boolean): void;
86
- ngOnInit(): void;
87
- ngAfterViewInit(): void;
88
- ngOnDestroy(): void;
89
- ngAfterContentChecked(): void;
90
- registerEvents: (eventList: string[]) => void;
91
- addTwoWay: (propList: string[]) => void;
92
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DropDownTree } 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 DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.
9
+ *```html
10
+ *<ejs-dropdowntree></ejs-dropdowntree>
11
+ *```
12
+ */
13
+ export declare class DropDownTreeComponent extends DropDownTree 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
+ actionFailure: any;
23
+ beforeOpen: any;
24
+ blur: any;
25
+ change: any;
26
+ close: any;
27
+ created: any;
28
+ dataBound: any;
29
+ destroyed: any;
30
+ filtering: any;
31
+ focus: any;
32
+ keyPress: any;
33
+ open: any;
34
+ select: any;
35
+ valueChange: any;
36
+ /**
37
+ * Specifies the template that renders a customized footer container at the bottom of the pop-up list.
38
+ * By default, the footerTemplate will be null and there will be no footer container for the pop-up list.
39
+ * @default null
40
+ * @angulartype string | object
41
+ * @reacttype string | function | JSX.Element
42
+ * @vuetype string | function
43
+ * @asptype string
44
+ */
45
+ footerTemplate: any;
46
+ /**
47
+ * Specifies the template that renders a customized header container at the top of the pop-up list.
48
+ * By default, the headerTemplate will be null and there will be no header container for the pop-up list.
49
+ * @default null
50
+ * @angulartype string | object
51
+ * @reacttype string | function | JSX.Element
52
+ * @vuetype string | function
53
+ * @asptype string
54
+ */
55
+ headerTemplate: any;
56
+ /**
57
+ * Specifies the way to customize the selected values in the Dropdown Tree component based on application needs. If the **valueTemplate** property is set, the template content overrides the displayed item text.
58
+ * The property accepts [template string] (https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID holding the content. The context for the valueTemplate comes from the data object passed to it.
59
+ * @default null
60
+ * @angulartype string | object
61
+ * @reacttype string | function | JSX.Element
62
+ * @vuetype string | function
63
+ * @asptype string
64
+ */
65
+ valueTemplate: any;
66
+ /**
67
+ * Specifies a template to render customized content for all the items.
68
+ * If the **itemTemplate** property is set, the template content overrides the displayed item text.
69
+ * The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
70
+ * or HTML element ID holding the content.
71
+ * @default null
72
+ * @angulartype string | object
73
+ * @reacttype string | function | JSX.Element
74
+ * @vuetype string | function
75
+ * @asptype string
76
+ */
77
+ itemTemplate: any;
78
+ noRecordsTemplate: any;
79
+ actionFailureTemplate: any;
80
+ private skipFromEvent;
81
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
82
+ registerOnChange(registerFunction: (_: any) => void): void;
83
+ registerOnTouched(registerFunction: () => void): void;
84
+ writeValue(value: any): void;
85
+ setDisabledState(disabled: boolean): void;
86
+ ngOnInit(): void;
87
+ ngAfterViewInit(): void;
88
+ ngOnDestroy(): void;
89
+ ngAfterContentChecked(): void;
90
+ registerEvents: (eventList: string[]) => void;
91
+ addTwoWay: (propList: string[]) => void;
92
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the DropDownTree component.
3
- */
4
- export declare class DropDownTreeModule {
5
- }
1
+ /**
2
+ * NgModule definition for the DropDownTree component.
3
+ */
4
+ export declare class DropDownTreeModule {
5
+ }
package/src/index.d.ts CHANGED
@@ -1,22 +1,22 @@
1
- export { DropDownListComponent } from './drop-down-list/dropdownlist.component';
2
- export { DropDownListModule } from './drop-down-list/dropdownlist.module';
3
- export { DropDownListAllModule, VirtualScrollService } from './drop-down-list/dropdownlist-all.module';
4
- export { ComboBoxComponent } from './combo-box/combobox.component';
5
- export { ComboBoxModule } from './combo-box/combobox.module';
6
- export { ComboBoxAllModule } from './combo-box/combobox-all.module';
7
- export { AutoCompleteComponent } from './auto-complete/autocomplete.component';
8
- export { AutoCompleteModule } from './auto-complete/autocomplete.module';
9
- export { AutoCompleteAllModule } from './auto-complete/autocomplete-all.module';
10
- export { MultiSelectComponent } from './multi-select/multiselect.component';
11
- export { MultiSelectModule } from './multi-select/multiselect.module';
12
- export { MultiSelectAllModule, CheckBoxSelectionService } from './multi-select/multiselect-all.module';
13
- export { ListBoxComponent } from './list-box/listbox.component';
14
- export { ListBoxModule } from './list-box/listbox.module';
15
- export { ListBoxAllModule } from './list-box/listbox-all.module';
16
- export { DropDownTreeComponent } from './drop-down-tree/dropdowntree.component';
17
- export { DropDownTreeModule } from './drop-down-tree/dropdowntree.module';
18
- export { DropDownTreeAllModule } from './drop-down-tree/dropdowntree-all.module';
19
- export { MentionComponent } from './mention/mention.component';
20
- export { MentionModule } from './mention/mention.module';
21
- export { MentionAllModule } from './mention/mention-all.module';
22
- export * from '@syncfusion/ej2-dropdowns';
1
+ export { DropDownListComponent } from './drop-down-list/dropdownlist.component';
2
+ export { DropDownListModule } from './drop-down-list/dropdownlist.module';
3
+ export { DropDownListAllModule, VirtualScrollService } from './drop-down-list/dropdownlist-all.module';
4
+ export { ComboBoxComponent } from './combo-box/combobox.component';
5
+ export { ComboBoxModule } from './combo-box/combobox.module';
6
+ export { ComboBoxAllModule } from './combo-box/combobox-all.module';
7
+ export { AutoCompleteComponent } from './auto-complete/autocomplete.component';
8
+ export { AutoCompleteModule } from './auto-complete/autocomplete.module';
9
+ export { AutoCompleteAllModule } from './auto-complete/autocomplete-all.module';
10
+ export { MultiSelectComponent } from './multi-select/multiselect.component';
11
+ export { MultiSelectModule } from './multi-select/multiselect.module';
12
+ export { MultiSelectAllModule, CheckBoxSelectionService } from './multi-select/multiselect-all.module';
13
+ export { ListBoxComponent } from './list-box/listbox.component';
14
+ export { ListBoxModule } from './list-box/listbox.module';
15
+ export { ListBoxAllModule } from './list-box/listbox-all.module';
16
+ export { DropDownTreeComponent } from './drop-down-tree/dropdowntree.component';
17
+ export { DropDownTreeModule } from './drop-down-tree/dropdowntree.module';
18
+ export { DropDownTreeAllModule } from './drop-down-tree/dropdowntree-all.module';
19
+ export { MentionComponent } from './mention/mention.component';
20
+ export { MentionModule } from './mention/mention.module';
21
+ export { MentionAllModule } from './mention/mention-all.module';
22
+ export * from '@syncfusion/ej2-dropdowns';
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the ListBox component with providers.
3
- */
4
- export declare class ListBoxAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the ListBox component with providers.
3
+ */
4
+ export declare class ListBoxAllModule {
5
+ }
@@ -1,63 +1,63 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { ListBox } 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 ListBox allows the user to select values from the predefined list of values.
9
- *```html
10
- *<ejs-listbox [dataSource]='data'></ejs-listbox>
11
- *```
12
- */
13
- export declare class ListBoxComponent extends ListBox 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
- beforeDrop: any;
26
- beforeItemRender: any;
27
- change: any;
28
- created: any;
29
- dataBound: any;
30
- destroyed: any;
31
- drag: any;
32
- dragStart: any;
33
- drop: any;
34
- filtering: any;
35
- select: any;
36
- valueChange: any;
37
- /**
38
- * Accepts the template design and assigns it to each list item present in the popup.
39
- * We have built-in `template engine`
40
- *
41
- * which provides options to compile template string into a executable function.
42
- *For EX: We have expression evolution as like ES6 expression string literals.
43
- *
44
- * @default null
45
- * @asptype string
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { ListBox } 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 ListBox allows the user to select values from the predefined list of values.
9
+ *```html
10
+ *<ejs-listbox [dataSource]='data'></ejs-listbox>
11
+ *```
12
+ */
13
+ export declare class ListBoxComponent extends ListBox 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
+ beforeDrop: any;
26
+ beforeItemRender: any;
27
+ change: any;
28
+ created: any;
29
+ dataBound: any;
30
+ destroyed: any;
31
+ drag: any;
32
+ dragStart: any;
33
+ drop: any;
34
+ filtering: any;
35
+ select: any;
36
+ valueChange: any;
37
+ /**
38
+ * Accepts the template design and assigns it to each list item present in the popup.
39
+ * We have built-in `template engine`
40
+ *
41
+ * which provides options to compile template string into a executable function.
42
+ *For EX: We have expression evolution as like ES6 expression string literals.
43
+ *
44
+ * @default null
45
+ * @asptype string
46
46
 
47
- */
48
- itemTemplate: any;
49
- noRecordsTemplate: any;
50
- focus: any;
51
- blur: any;
52
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
53
- registerOnChange(registerFunction: (_: any) => void): void;
54
- registerOnTouched(registerFunction: () => void): void;
55
- writeValue(value: any): void;
56
- setDisabledState(disabled: boolean): void;
57
- ngOnInit(): void;
58
- ngAfterViewInit(): void;
59
- ngOnDestroy(): void;
60
- ngAfterContentChecked(): void;
61
- registerEvents: (eventList: string[]) => void;
62
- addTwoWay: (propList: string[]) => void;
63
- }
47
+ */
48
+ itemTemplate: any;
49
+ noRecordsTemplate: any;
50
+ focus: any;
51
+ blur: any;
52
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
53
+ registerOnChange(registerFunction: (_: any) => void): void;
54
+ registerOnTouched(registerFunction: () => void): void;
55
+ writeValue(value: any): void;
56
+ setDisabledState(disabled: boolean): void;
57
+ ngOnInit(): void;
58
+ ngAfterViewInit(): void;
59
+ ngOnDestroy(): void;
60
+ ngAfterContentChecked(): void;
61
+ registerEvents: (eventList: string[]) => void;
62
+ addTwoWay: (propList: string[]) => void;
63
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the ListBox component.
3
- */
4
- export declare class ListBoxModule {
5
- }
1
+ /**
2
+ * NgModule definition for the ListBox component.
3
+ */
4
+ export declare class ListBoxModule {
5
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Mention component with providers.
3
- */
4
- export declare class MentionAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Mention component with providers.
3
+ */
4
+ export declare class MentionAllModule {
5
+ }