@syncfusion/ej2-angular-dropdowns 32.1.23-ngcc → 32.1.23
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 +2714 -0
- package/README.md +10 -3
- 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 +28 -46
- 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/styles/auto-complete/bds.scss +1 -1
- package/styles/auto-complete/bootstrap-dark.scss +1 -1
- package/styles/auto-complete/bootstrap.scss +1 -1
- package/styles/auto-complete/bootstrap4.scss +1 -1
- package/styles/auto-complete/bootstrap5-dark.scss +1 -1
- package/styles/auto-complete/bootstrap5.3.scss +1 -1
- package/styles/auto-complete/bootstrap5.scss +1 -1
- package/styles/auto-complete/fabric-dark.scss +1 -1
- package/styles/auto-complete/fabric.scss +1 -1
- package/styles/auto-complete/fluent-dark.scss +1 -1
- package/styles/auto-complete/fluent.scss +1 -1
- package/styles/auto-complete/fluent2.scss +1 -1
- package/styles/auto-complete/highcontrast-light.scss +1 -1
- package/styles/auto-complete/highcontrast.scss +1 -1
- package/styles/auto-complete/material-dark.scss +1 -1
- package/styles/auto-complete/material.scss +1 -1
- package/styles/auto-complete/material3-dark.scss +1 -2
- package/styles/auto-complete/material3.scss +1 -2
- package/styles/auto-complete/tailwind-dark.scss +1 -1
- package/styles/auto-complete/tailwind.scss +1 -1
- package/styles/auto-complete/tailwind3.scss +1 -1
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +8 -8
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +8 -8
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +8 -8
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +8 -8
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +8 -8
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +8 -8
- package/styles/bootstrap5.scss +8 -8
- package/styles/combo-box/bds.scss +1 -1
- package/styles/combo-box/bootstrap-dark.scss +1 -1
- package/styles/combo-box/bootstrap.scss +1 -1
- package/styles/combo-box/bootstrap4.scss +1 -1
- package/styles/combo-box/bootstrap5-dark.scss +1 -1
- package/styles/combo-box/bootstrap5.3.scss +1 -1
- package/styles/combo-box/bootstrap5.scss +1 -1
- package/styles/combo-box/fabric-dark.scss +1 -1
- package/styles/combo-box/fabric.scss +1 -1
- package/styles/combo-box/fluent-dark.scss +1 -1
- package/styles/combo-box/fluent.scss +1 -1
- package/styles/combo-box/fluent2.scss +1 -1
- package/styles/combo-box/highcontrast-light.scss +1 -1
- package/styles/combo-box/highcontrast.scss +1 -1
- package/styles/combo-box/material-dark.scss +1 -1
- package/styles/combo-box/material.scss +1 -1
- package/styles/combo-box/material3-dark.scss +1 -2
- package/styles/combo-box/material3.scss +1 -2
- package/styles/combo-box/tailwind-dark.scss +1 -1
- package/styles/combo-box/tailwind.scss +1 -1
- package/styles/combo-box/tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.scss +1 -1
- package/styles/drop-down-base/bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/bootstrap.scss +1 -1
- package/styles/drop-down-base/bootstrap4.scss +1 -1
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/bootstrap5.scss +1 -1
- package/styles/drop-down-base/fabric-dark.scss +1 -1
- package/styles/drop-down-base/fabric.scss +1 -1
- package/styles/drop-down-base/fluent-dark.scss +1 -1
- package/styles/drop-down-base/fluent.scss +1 -1
- package/styles/drop-down-base/fluent2.scss +1 -1
- package/styles/drop-down-base/highcontrast-light.scss +1 -1
- package/styles/drop-down-base/highcontrast.scss +1 -1
- package/styles/drop-down-base/material-dark.scss +1 -1
- package/styles/drop-down-base/material.scss +1 -1
- package/styles/drop-down-base/material3-dark.scss +1 -2
- package/styles/drop-down-base/material3.scss +1 -2
- package/styles/drop-down-base/tailwind-dark.scss +1 -1
- package/styles/drop-down-base/tailwind.scss +1 -1
- package/styles/drop-down-base/tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.scss +1 -1
- package/styles/drop-down-list/bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/bootstrap.scss +1 -1
- package/styles/drop-down-list/bootstrap4.scss +1 -1
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/bootstrap5.scss +1 -1
- package/styles/drop-down-list/fabric-dark.scss +1 -1
- package/styles/drop-down-list/fabric.scss +1 -1
- package/styles/drop-down-list/fluent-dark.scss +1 -1
- package/styles/drop-down-list/fluent.scss +1 -1
- package/styles/drop-down-list/fluent2.scss +1 -1
- package/styles/drop-down-list/highcontrast-light.scss +1 -1
- package/styles/drop-down-list/highcontrast.scss +1 -1
- package/styles/drop-down-list/material-dark.scss +1 -1
- package/styles/drop-down-list/material.scss +1 -1
- package/styles/drop-down-list/material3-dark.scss +1 -2
- package/styles/drop-down-list/material3.scss +1 -2
- package/styles/drop-down-list/tailwind-dark.scss +1 -1
- package/styles/drop-down-list/tailwind.scss +1 -1
- package/styles/drop-down-list/tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.scss +1 -1
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/bootstrap.scss +1 -1
- package/styles/drop-down-tree/bootstrap4.scss +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/bootstrap5.scss +1 -1
- package/styles/drop-down-tree/fabric-dark.scss +1 -1
- package/styles/drop-down-tree/fabric.scss +1 -1
- package/styles/drop-down-tree/fluent-dark.scss +1 -1
- package/styles/drop-down-tree/fluent.scss +1 -1
- package/styles/drop-down-tree/fluent2.scss +1 -1
- package/styles/drop-down-tree/highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/highcontrast.scss +1 -1
- package/styles/drop-down-tree/material-dark.scss +1 -1
- package/styles/drop-down-tree/material.scss +1 -1
- package/styles/drop-down-tree/material3-dark.scss +1 -2
- package/styles/drop-down-tree/material3.scss +1 -2
- package/styles/drop-down-tree/tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/tailwind.scss +1 -1
- package/styles/drop-down-tree/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +8 -8
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +8 -8
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +8 -8
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +8 -8
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +8 -8
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +8 -8
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +8 -8
- package/styles/list-box/bds.scss +1 -1
- package/styles/list-box/bootstrap-dark.scss +1 -1
- package/styles/list-box/bootstrap.scss +1 -1
- package/styles/list-box/bootstrap4.scss +1 -1
- package/styles/list-box/bootstrap5-dark.scss +1 -1
- package/styles/list-box/bootstrap5.3.scss +1 -1
- package/styles/list-box/bootstrap5.scss +1 -1
- package/styles/list-box/fabric-dark.scss +1 -1
- package/styles/list-box/fabric.scss +1 -1
- package/styles/list-box/fluent-dark.scss +1 -1
- package/styles/list-box/fluent.scss +1 -1
- package/styles/list-box/fluent2.scss +1 -1
- package/styles/list-box/highcontrast-light.scss +1 -1
- package/styles/list-box/highcontrast.scss +1 -1
- package/styles/list-box/material-dark.scss +1 -1
- package/styles/list-box/material.scss +1 -1
- package/styles/list-box/material3-dark.scss +1 -2
- package/styles/list-box/material3.scss +1 -2
- package/styles/list-box/tailwind-dark.scss +1 -1
- package/styles/list-box/tailwind.scss +1 -1
- package/styles/list-box/tailwind3.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +8 -8
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +8 -8
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +8 -9
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +8 -9
- package/styles/mention/bds.scss +1 -1
- package/styles/mention/bootstrap-dark.scss +1 -1
- package/styles/mention/bootstrap.scss +1 -1
- package/styles/mention/bootstrap4.scss +1 -1
- package/styles/mention/bootstrap5-dark.scss +1 -1
- package/styles/mention/bootstrap5.3.scss +1 -1
- package/styles/mention/bootstrap5.scss +1 -1
- package/styles/mention/fabric-dark.scss +1 -1
- package/styles/mention/fabric.scss +1 -1
- package/styles/mention/fluent-dark.scss +1 -1
- package/styles/mention/fluent.scss +1 -1
- package/styles/mention/fluent2.scss +1 -1
- package/styles/mention/highcontrast-light.scss +1 -1
- package/styles/mention/highcontrast.scss +1 -1
- package/styles/mention/material-dark.scss +1 -1
- package/styles/mention/material.scss +1 -1
- package/styles/mention/material3-dark.scss +1 -2
- package/styles/mention/material3.scss +1 -2
- package/styles/mention/tailwind-dark.scss +1 -1
- package/styles/mention/tailwind.scss +1 -1
- package/styles/mention/tailwind3.scss +1 -1
- package/styles/multi-select/bds.scss +1 -1
- package/styles/multi-select/bootstrap-dark.scss +1 -1
- package/styles/multi-select/bootstrap.scss +1 -1
- package/styles/multi-select/bootstrap4.scss +1 -1
- package/styles/multi-select/bootstrap5-dark.scss +1 -1
- package/styles/multi-select/bootstrap5.3.scss +1 -1
- package/styles/multi-select/bootstrap5.scss +1 -1
- package/styles/multi-select/fabric-dark.scss +1 -1
- package/styles/multi-select/fabric.scss +1 -1
- package/styles/multi-select/fluent-dark.scss +1 -1
- package/styles/multi-select/fluent.scss +1 -1
- package/styles/multi-select/fluent2.scss +1 -1
- package/styles/multi-select/highcontrast-light.scss +1 -1
- package/styles/multi-select/highcontrast.scss +1 -1
- package/styles/multi-select/material-dark.scss +1 -1
- package/styles/multi-select/material.scss +1 -1
- package/styles/multi-select/material3-dark.scss +1 -2
- package/styles/multi-select/material3.scss +1 -2
- package/styles/multi-select/tailwind-dark.scss +1 -1
- package/styles/multi-select/tailwind.scss +1 -1
- package/styles/multi-select/tailwind3.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +8 -8
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +8 -8
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +8 -8
- 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,92 +1,95 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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
|
+
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 DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.
|
|
10
|
+
*```html
|
|
11
|
+
*<ejs-dropdowntree></ejs-dropdowntree>
|
|
12
|
+
*```
|
|
13
|
+
*/
|
|
14
|
+
export declare class DropDownTreeComponent extends DropDownTree 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
|
+
actionFailure: any;
|
|
24
|
+
beforeOpen: any;
|
|
25
|
+
blur: any;
|
|
26
|
+
change: any;
|
|
27
|
+
close: any;
|
|
28
|
+
created: any;
|
|
29
|
+
dataBound: any;
|
|
30
|
+
destroyed: any;
|
|
31
|
+
filtering: any;
|
|
32
|
+
focus: any;
|
|
33
|
+
keyPress: any;
|
|
34
|
+
open: any;
|
|
35
|
+
select: any;
|
|
36
|
+
valueChange: any;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the template that renders a customized footer container at the bottom of the pop-up list.
|
|
39
|
+
* By default, the footerTemplate will be null and there will be no footer container for the pop-up list.
|
|
40
|
+
* @default null
|
|
41
|
+
* @angulartype string | object
|
|
42
|
+
* @reacttype string | function | JSX.Element
|
|
43
|
+
* @vuetype string | function
|
|
44
|
+
* @asptype string
|
|
45
|
+
*/
|
|
46
|
+
footerTemplate: any;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies the template that renders a customized header container at the top of the pop-up list.
|
|
49
|
+
* By default, the headerTemplate will be null and there will be no header container for the pop-up list.
|
|
50
|
+
* @default null
|
|
51
|
+
* @angulartype string | object
|
|
52
|
+
* @reacttype string | function | JSX.Element
|
|
53
|
+
* @vuetype string | function
|
|
54
|
+
* @asptype string
|
|
55
|
+
*/
|
|
56
|
+
headerTemplate: any;
|
|
57
|
+
/**
|
|
58
|
+
* 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.
|
|
59
|
+
* 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.
|
|
60
|
+
* @default null
|
|
61
|
+
* @angulartype string | object
|
|
62
|
+
* @reacttype string | function | JSX.Element
|
|
63
|
+
* @vuetype string | function
|
|
64
|
+
* @asptype string
|
|
65
|
+
*/
|
|
66
|
+
valueTemplate: any;
|
|
67
|
+
/**
|
|
68
|
+
* Specifies a template to render customized content for all the items.
|
|
69
|
+
* If the **itemTemplate** property is set, the template content overrides the displayed item text.
|
|
70
|
+
* The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
|
|
71
|
+
* or HTML element ID holding the content.
|
|
72
|
+
* @default null
|
|
73
|
+
* @angulartype string | object
|
|
74
|
+
* @reacttype string | function | JSX.Element
|
|
75
|
+
* @vuetype string | function
|
|
76
|
+
* @asptype string
|
|
77
|
+
*/
|
|
78
|
+
itemTemplate: any;
|
|
79
|
+
noRecordsTemplate: any;
|
|
80
|
+
actionFailureTemplate: any;
|
|
81
|
+
private skipFromEvent;
|
|
82
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
83
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
84
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
85
|
+
writeValue(value: any): void;
|
|
86
|
+
setDisabledState(disabled: boolean): void;
|
|
87
|
+
ngOnInit(): void;
|
|
88
|
+
ngAfterViewInit(): void;
|
|
89
|
+
ngOnDestroy(): void;
|
|
90
|
+
ngAfterContentChecked(): void;
|
|
91
|
+
registerEvents: (eventList: string[]) => void;
|
|
92
|
+
addTwoWay: (propList: string[]) => void;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "destroyPopupOnHide": "destroyPopupOnHide"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
95
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdowntree.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the DropDownTree component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class DropDownTreeModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeModule, [typeof i1.DropDownTreeComponent], [typeof i2.CommonModule], [typeof i1.DropDownTreeComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeModule>;
|
|
11
|
+
}
|
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,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./listbox.module";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the ListBox component with providers.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ListBoxAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ListBoxModule], [typeof i2.ListBoxModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxAllModule>;
|
|
11
|
+
}
|
|
@@ -1,63 +1,66 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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
|
+
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 ListBox allows the user to select values from the predefined list of values.
|
|
10
|
+
*```html
|
|
11
|
+
*<ejs-listbox [dataSource]='data'></ejs-listbox>
|
|
12
|
+
*```
|
|
13
|
+
*/
|
|
14
|
+
export declare class ListBoxComponent extends ListBox 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
|
+
beforeDrop: any;
|
|
27
|
+
beforeItemRender: any;
|
|
28
|
+
change: any;
|
|
29
|
+
created: any;
|
|
30
|
+
dataBound: any;
|
|
31
|
+
destroyed: any;
|
|
32
|
+
drag: any;
|
|
33
|
+
dragStart: any;
|
|
34
|
+
drop: any;
|
|
35
|
+
filtering: any;
|
|
36
|
+
select: any;
|
|
37
|
+
valueChange: any;
|
|
38
|
+
/**
|
|
39
|
+
* Accepts the template design and assigns it to each list item present in the popup.
|
|
40
|
+
* We have built-in `template engine`
|
|
41
|
+
*
|
|
42
|
+
* which provides options to compile template string into a executable function.
|
|
43
|
+
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
44
|
+
*
|
|
45
|
+
* @default null
|
|
46
|
+
* @asptype string
|
|
47
|
+
* @deprecated
|
|
48
|
+
*/
|
|
49
|
+
itemTemplate: any;
|
|
50
|
+
noRecordsTemplate: any;
|
|
51
|
+
focus: any;
|
|
52
|
+
blur: any;
|
|
53
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
54
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
55
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
56
|
+
writeValue(value: any): void;
|
|
57
|
+
setDisabledState(disabled: boolean): void;
|
|
58
|
+
ngOnInit(): void;
|
|
59
|
+
ngAfterViewInit(): void;
|
|
60
|
+
ngOnDestroy(): void;
|
|
61
|
+
ngAfterContentChecked(): void;
|
|
62
|
+
registerEvents: (eventList: string[]) => void;
|
|
63
|
+
addTwoWay: (propList: string[]) => void;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
|
|
66
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./listbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the ListBox component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ListBoxModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
|
|
11
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./mention.module";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the Mention component with providers.
|
|
6
|
+
*/
|
|
7
|
+
export declare class MentionAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionAllModule, never, [typeof i1.CommonModule, typeof i2.MentionModule], [typeof i2.MentionModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MentionAllModule>;
|
|
11
|
+
}
|
|
@@ -1,56 +1,59 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Mention } 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
|
-
|
|
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
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Mention } 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 Mention component contains a list of predefined values, from which the user can choose a single value.
|
|
10
|
+
*```html
|
|
11
|
+
*<ejs-mention></ejs-mention>
|
|
12
|
+
*```
|
|
13
|
+
*/
|
|
14
|
+
export declare class MentionComponent extends Mention implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
actionBegin: any;
|
|
22
|
+
actionComplete: any;
|
|
23
|
+
actionFailure: any;
|
|
24
|
+
beforeOpen: any;
|
|
25
|
+
change: any;
|
|
26
|
+
closed: any;
|
|
27
|
+
created: any;
|
|
28
|
+
destroyed: any;
|
|
29
|
+
filtering: any;
|
|
30
|
+
opened: any;
|
|
31
|
+
select: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies the template for the selected value from the suggestion list.
|
|
34
|
+
* @default null
|
|
35
|
+
* @asptype string
|
|
36
|
+
*/
|
|
37
|
+
displayTemplate: any;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the template for the suggestion list.
|
|
40
|
+
* @default null
|
|
41
|
+
*/
|
|
42
|
+
itemTemplate: any;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies the template for showing until data is loaded in the popup.
|
|
45
|
+
* @default null
|
|
46
|
+
* @asptype string
|
|
47
|
+
*/
|
|
48
|
+
spinnerTemplate: any;
|
|
49
|
+
noRecordsTemplate: any;
|
|
50
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
51
|
+
ngOnInit(): void;
|
|
52
|
+
ngAfterViewInit(): void;
|
|
53
|
+
ngOnDestroy(): void;
|
|
54
|
+
ngAfterContentChecked(): void;
|
|
55
|
+
registerEvents: (eventList: string[]) => void;
|
|
56
|
+
addTwoWay: (propList: string[]) => void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MentionComponent, "ejs-mention", never, { "allowSpaces": "allowSpaces"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "displayTemplate": "displayTemplate"; "fields": "fields"; "filterType": "filterType"; "highlight": "highlight"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mentionChar": "mentionChar"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "requireLeadingSpace": "requireLeadingSpace"; "showMentionChar": "showMentionChar"; "sortOrder": "sortOrder"; "spinnerTemplate": "spinnerTemplate"; "suffixText": "suffixText"; "suggestionCount": "suggestionCount"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "change": "change"; "closed": "closed"; "created": "created"; "destroyed": "destroyed"; "filtering": "filtering"; "opened": "opened"; "select": "select"; }, ["displayTemplate", "itemTemplate", "spinnerTemplate", "noRecordsTemplate"], ["*"]>;
|
|
59
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mention.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the Mention component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class MentionModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionModule, [typeof i1.MentionComponent], [typeof i2.CommonModule], [typeof i1.MentionComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MentionModule>;
|
|
11
|
+
}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
|
|
6
|
-
|
|
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 "./multiselect.module";
|
|
5
|
+
export declare const CheckBoxSelectionService: ValueProvider;
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the MultiSelect component with providers.
|
|
8
|
+
*/
|
|
9
|
+
export declare class MultiSelectAllModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectAllModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectAllModule, never, [typeof i1.CommonModule, typeof i2.MultiSelectModule], [typeof i2.MultiSelectModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectAllModule>;
|
|
13
|
+
}
|