@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.
- package/@syncfusion/ej2-angular-dropdowns.es5.js +1486 -1486
- package/@syncfusion/ej2-angular-dropdowns.js +1349 -1349
- package/{license → LICENSE} +10 -10
- package/dist/ej2-angular-dropdowns.umd.js +1476 -1476
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- package/ej2-angular-dropdowns.d.ts +11 -11
- package/package.json +4 -4
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/auto-complete/autocomplete-all.module.d.ts +5 -5
- package/src/auto-complete/autocomplete.component.d.ts +86 -86
- package/src/auto-complete/autocomplete.module.d.ts +5 -5
- package/src/combo-box/combobox-all.module.d.ts +5 -5
- package/src/combo-box/combobox.component.d.ts +86 -86
- package/src/combo-box/combobox.module.d.ts +5 -5
- package/src/drop-down-list/dropdownlist-all.module.d.ts +7 -7
- package/src/drop-down-list/dropdownlist.component.d.ts +98 -98
- package/src/drop-down-list/dropdownlist.module.d.ts +5 -5
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +5 -5
- package/src/drop-down-tree/dropdowntree.component.d.ts +92 -92
- package/src/drop-down-tree/dropdowntree.module.d.ts +5 -5
- package/src/index.d.ts +22 -22
- package/src/list-box/listbox-all.module.d.ts +5 -5
- package/src/list-box/listbox.component.d.ts +62 -62
- package/src/list-box/listbox.module.d.ts +5 -5
- package/src/mention/mention-all.module.d.ts +5 -5
- package/src/mention/mention.component.d.ts +56 -56
- package/src/mention/mention.module.d.ts +5 -5
- package/src/multi-select/multiselect-all.module.d.ts +7 -7
- package/src/multi-select/multiselect.component.d.ts +106 -106
- package/src/multi-select/multiselect.module.d.ts +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,11 +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';
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-dropdowns",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.1.37-ngcc",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-dropdowns": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-dropdowns": "30.1.37"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {},
|
|
14
14
|
"keywords": [
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.66.23";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.66.23";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the AutoComplete component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class AutoCompleteAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the AutoComplete component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class AutoCompleteAllModule {
|
|
5
|
+
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { AutoComplete } 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 AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.
|
|
9
|
-
*```html
|
|
10
|
-
*<ejs-autocomplete></ejs-autocomplete>
|
|
11
|
-
*```
|
|
12
|
-
*/
|
|
13
|
-
export declare class AutoCompleteComponent extends AutoComplete 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
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { AutoComplete } 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 AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.
|
|
9
|
+
*```html
|
|
10
|
+
*<ejs-autocomplete></ejs-autocomplete>
|
|
11
|
+
*```
|
|
12
|
+
*/
|
|
13
|
+
export declare class AutoCompleteComponent extends AutoComplete 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
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
|
|
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
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
|
|
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
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
|
|
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
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
|
-
}
|
|
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the AutoComplete component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class AutoCompleteModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the AutoComplete component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class AutoCompleteModule {
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ComboBox component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ComboBoxAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ComboBox component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ComboBoxAllModule {
|
|
5
|
+
}
|
|
@@ -1,90 +1,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
|
-
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
|
|
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
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
|
|
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
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
|
|
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
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
|
|
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
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
|
-
}
|
|
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ComboBox component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ComboBoxModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ComboBox component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ComboBoxModule {
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
+
export declare const VirtualScrollService: ValueProvider;
|
|
3
|
+
/**
|
|
4
|
+
* NgModule definition for the DropDownList component with providers.
|
|
5
|
+
*/
|
|
6
|
+
export declare class DropDownListAllModule {
|
|
7
|
+
}
|