@syncfusion/ej2-angular-dropdowns 31.2.2-ngcc → 31.2.2
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/CHANGELOG.md +2732 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
- package/esm2020/src/auto-complete/autocomplete.component.mjs +129 -0
- package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
- package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
- package/esm2020/src/combo-box/combobox.component.mjs +129 -0
- package/esm2020/src/combo-box/combobox.module.mjs +25 -0
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +29 -0
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +135 -0
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +122 -0
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
- package/esm2020/src/index.mjs +23 -0
- package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
- package/esm2020/src/list-box/listbox.component.mjs +104 -0
- package/esm2020/src/list-box/listbox.module.mjs +25 -0
- package/esm2020/src/mention/mention-all.module.mjs +23 -0
- package/esm2020/src/mention/mention.component.mjs +84 -0
- package/esm2020/src/mention/mention.module.mjs +25 -0
- package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
- package/esm2020/src/multi-select/multiselect.component.mjs +142 -0
- package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/auto-complete/autocomplete-all.module.d.ts +11 -5
- package/src/auto-complete/autocomplete.component.d.ts +93 -90
- package/src/auto-complete/autocomplete.module.d.ts +11 -5
- package/src/combo-box/combobox-all.module.d.ts +11 -5
- package/src/combo-box/combobox.component.d.ts +93 -90
- package/src/combo-box/combobox.module.d.ts +11 -5
- package/src/drop-down-list/dropdownlist-all.module.d.ts +13 -7
- package/src/drop-down-list/dropdownlist.component.d.ts +103 -100
- package/src/drop-down-list/dropdownlist.module.d.ts +11 -5
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +11 -5
- package/src/drop-down-tree/dropdowntree.component.d.ts +95 -92
- package/src/drop-down-tree/dropdowntree.module.d.ts +11 -5
- package/src/index.d.ts +22 -22
- package/src/list-box/listbox-all.module.d.ts +11 -5
- package/src/list-box/listbox.component.d.ts +66 -63
- package/src/list-box/listbox.module.d.ts +11 -5
- package/src/mention/mention-all.module.d.ts +11 -5
- package/src/mention/mention.component.d.ts +59 -56
- package/src/mention/mention.module.d.ts +11 -5
- package/src/multi-select/multiselect-all.module.d.ts +13 -7
- package/src/multi-select/multiselect.component.d.ts +109 -106
- package/src/multi-select/multiselect.module.d.ts +11 -5
- package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1487
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-dropdowns.js +0 -1402
- package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-dropdowns.umd.js +0 -1557
- package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
- package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
- package/ej2-angular-dropdowns.d.ts +0 -11
- package/ej2-angular-dropdowns.metadata.json +0 -1
|
@@ -1,106 +1,109 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
* @
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* @
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
* @
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* @
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
*
|
|
89
|
-
* @
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { MultiSelect } 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 MultiSelect allows the user to pick a values from the predefined list of values.
|
|
10
|
+
*```html
|
|
11
|
+
*<ejs-multiselect></ejs-multiselect>
|
|
12
|
+
*```
|
|
13
|
+
*/
|
|
14
|
+
export declare class MultiSelectComponent extends MultiSelect 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
|
+
beforeSelectAll: any;
|
|
28
|
+
blur: any;
|
|
29
|
+
change: any;
|
|
30
|
+
chipSelection: any;
|
|
31
|
+
close: any;
|
|
32
|
+
created: any;
|
|
33
|
+
customValueSelection: any;
|
|
34
|
+
dataBound: any;
|
|
35
|
+
destroyed: any;
|
|
36
|
+
filtering: any;
|
|
37
|
+
focus: any;
|
|
38
|
+
open: any;
|
|
39
|
+
removed: any;
|
|
40
|
+
removing: any;
|
|
41
|
+
resizeStart: any;
|
|
42
|
+
resizeStop: any;
|
|
43
|
+
resizing: any;
|
|
44
|
+
select: any;
|
|
45
|
+
selectedAll: any;
|
|
46
|
+
tagging: any;
|
|
47
|
+
valueChange: any;
|
|
48
|
+
/**
|
|
49
|
+
* Accepts the template design and assigns it to the footer container of the popup list.
|
|
50
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
51
|
+
* @default null
|
|
52
|
+
* @asptype string
|
|
53
|
+
*/
|
|
54
|
+
footerTemplate: any;
|
|
55
|
+
/**
|
|
56
|
+
* Accepts the template design and assigns it to the header container of the popup list.
|
|
57
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
58
|
+
* @default null
|
|
59
|
+
* @asptype string
|
|
60
|
+
*/
|
|
61
|
+
headerTemplate: any;
|
|
62
|
+
/**
|
|
63
|
+
* Accepts the template design and assigns it to the selected list item in the input element of the component.
|
|
64
|
+
* For more details about the available template options refer to
|
|
65
|
+
* [`Template`](../../multi-select/templates) documentation.
|
|
66
|
+
*
|
|
67
|
+
* We have built-in `template engine`
|
|
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
|
+
valueTemplate: any;
|
|
75
|
+
/**
|
|
76
|
+
* Accepts the template design and assigns it to each list item present in the popup.
|
|
77
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
78
|
+
*
|
|
79
|
+
* We have built-in `template engine`
|
|
80
|
+
*which provides options to compile template string into a executable function.
|
|
81
|
+
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
82
|
+
*
|
|
83
|
+
* @default null
|
|
84
|
+
* @asptype string
|
|
85
|
+
*/
|
|
86
|
+
itemTemplate: any;
|
|
87
|
+
/**
|
|
88
|
+
* Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.
|
|
89
|
+
* @default null
|
|
90
|
+
* @asptype string
|
|
91
|
+
*/
|
|
92
|
+
groupTemplate: any;
|
|
93
|
+
noRecordsTemplate: any;
|
|
94
|
+
actionFailureTemplate: any;
|
|
95
|
+
private skipFromEvent;
|
|
96
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
97
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
98
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
99
|
+
writeValue(value: any): void;
|
|
100
|
+
setDisabledState(disabled: boolean): void;
|
|
101
|
+
ngOnInit(): void;
|
|
102
|
+
ngAfterViewInit(): void;
|
|
103
|
+
ngOnDestroy(): void;
|
|
104
|
+
ngAfterContentChecked(): void;
|
|
105
|
+
registerEvents: (eventList: string[]) => void;
|
|
106
|
+
addTwoWay: (propList: string[]) => void;
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ejs-multiselect", never, { "actionFailureTemplate": "actionFailureTemplate"; "addTagOnBlur": "addTagOnBlur"; "allowCustomValue": "allowCustomValue"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "allowResize": "allowResize"; "changeOnBlur": "changeOnBlur"; "closePopupOnSelect": "closePopupOnSelect"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "delimiterChar": "delimiterChar"; "enableGroupCheckBox": "enableGroupCheckBox"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSelectionOrder": "enableSelectionOrder"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "hideSelectedItem": "hideSelectedItem"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "isDeviceFullScreen": "isDeviceFullScreen"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "openOnClick": "openOnClick"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "beforeSelectAll": "beforeSelectAll"; "blur": "blur"; "change": "change"; "chipSelection": "chipSelection"; "close": "close"; "created": "created"; "customValueSelection": "customValueSelection"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "removed": "removed"; "removing": "removing"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "selectedAll": "selectedAll"; "tagging": "tagging"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
109
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multiselect.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the MultiSelect component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class MultiSelectModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent], [typeof i2.CommonModule], [typeof i1.MultiSelectComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
11
|
+
}
|