@syncfusion/ej2-angular-dropdowns 32.1.24 → 32.1.25-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 +1487 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1402 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +3 -10
- package/dist/ej2-angular-dropdowns.umd.js +1557 -0
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
- package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
- package/ej2-angular-dropdowns.d.ts +11 -0
- package/ej2-angular-dropdowns.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/auto-complete/autocomplete-all.module.d.ts +5 -11
- package/src/auto-complete/autocomplete.component.d.ts +90 -93
- package/src/auto-complete/autocomplete.module.d.ts +5 -11
- package/src/combo-box/combobox-all.module.d.ts +5 -11
- package/src/combo-box/combobox.component.d.ts +90 -93
- package/src/combo-box/combobox.module.d.ts +5 -11
- package/src/drop-down-list/dropdownlist-all.module.d.ts +7 -13
- package/src/drop-down-list/dropdownlist.component.d.ts +100 -103
- package/src/drop-down-list/dropdownlist.module.d.ts +5 -11
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +5 -11
- package/src/drop-down-tree/dropdowntree.component.d.ts +92 -95
- package/src/drop-down-tree/dropdowntree.module.d.ts +5 -11
- package/src/index.d.ts +22 -22
- package/src/list-box/listbox-all.module.d.ts +5 -11
- package/src/list-box/listbox.component.d.ts +63 -66
- package/src/list-box/listbox.module.d.ts +5 -11
- package/src/mention/mention-all.module.d.ts +5 -11
- package/src/mention/mention.component.d.ts +56 -59
- package/src/mention/mention.module.d.ts +5 -11
- package/src/multi-select/multiselect-all.module.d.ts +7 -13
- package/src/multi-select/multiselect.component.d.ts +106 -109
- package/src/multi-select/multiselect.module.d.ts +5 -11
- 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 +2 -1
- package/styles/auto-complete/material3.scss +2 -1
- 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 +2 -1
- package/styles/combo-box/material3.scss +2 -1
- 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 +2 -1
- package/styles/drop-down-base/material3.scss +2 -1
- 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 +2 -1
- package/styles/drop-down-list/material3.scss +2 -1
- 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 +2 -1
- package/styles/drop-down-tree/material3.scss +2 -1
- 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 +2 -1
- package/styles/list-box/material3.scss +2 -1
- 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 +9 -8
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +9 -8
- 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 +2 -1
- package/styles/mention/material3.scss +2 -1
- 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 +2 -1
- package/styles/multi-select/material3.scss +2 -1
- 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/CHANGELOG.md +0 -2722
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
- package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
- package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
- package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
- package/esm2020/src/combo-box/combobox.component.mjs +0 -129
- package/esm2020/src/combo-box/combobox.module.mjs +0 -25
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -122
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -23
- package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
- package/esm2020/src/list-box/listbox.component.mjs +0 -104
- package/esm2020/src/list-box/listbox.module.mjs +0 -25
- package/esm2020/src/mention/mention-all.module.mjs +0 -23
- package/esm2020/src/mention/mention.component.mjs +0 -84
- package/esm2020/src/mention/mention.module.mjs +0 -25
- package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
- package/esm2020/src/multi-select/multiselect.component.mjs +0 -142
- package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1095
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1095
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
|
@@ -1,66 +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
|
-
|
|
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
|
-
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
|
+
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
|
+
|
|
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,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
+
/**
|
|
2
|
+
* NgModule definition for the ListBox component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ListBoxModule {
|
|
5
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
+
/**
|
|
2
|
+
* NgModule definition for the Mention component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MentionAllModule {
|
|
5
|
+
}
|
|
@@ -1,59 +1,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
|
-
|
|
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
|
-
|
|
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
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Mention } 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 Mention component contains a list of predefined values, from which the user can choose a single value.
|
|
9
|
+
*```html
|
|
10
|
+
*<ejs-mention></ejs-mention>
|
|
11
|
+
*```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MentionComponent extends Mention implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
actionBegin: any;
|
|
21
|
+
actionComplete: any;
|
|
22
|
+
actionFailure: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
change: any;
|
|
25
|
+
closed: any;
|
|
26
|
+
created: any;
|
|
27
|
+
destroyed: any;
|
|
28
|
+
filtering: any;
|
|
29
|
+
opened: any;
|
|
30
|
+
select: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the template for the selected value from the suggestion list.
|
|
33
|
+
* @default null
|
|
34
|
+
* @asptype string
|
|
35
|
+
*/
|
|
36
|
+
displayTemplate: any;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the template for the suggestion list.
|
|
39
|
+
* @default null
|
|
40
|
+
*/
|
|
41
|
+
itemTemplate: any;
|
|
42
|
+
/**
|
|
43
|
+
* Specifies the template for showing until data is loaded in the popup.
|
|
44
|
+
* @default null
|
|
45
|
+
* @asptype string
|
|
46
|
+
*/
|
|
47
|
+
spinnerTemplate: any;
|
|
48
|
+
noRecordsTemplate: any;
|
|
49
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
ngAfterViewInit(): void;
|
|
52
|
+
ngOnDestroy(): void;
|
|
53
|
+
ngAfterContentChecked(): void;
|
|
54
|
+
registerEvents: (eventList: string[]) => void;
|
|
55
|
+
addTwoWay: (propList: string[]) => void;
|
|
56
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
+
/**
|
|
2
|
+
* NgModule definition for the Mention component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MentionModule {
|
|
5
|
+
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const CheckBoxSelectionService: ValueProvider;
|
|
3
|
+
/**
|
|
4
|
+
* NgModule definition for the MultiSelect component with providers.
|
|
5
|
+
*/
|
|
6
|
+
export declare class MultiSelectAllModule {
|
|
7
|
+
}
|
|
@@ -1,109 +1,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
|
-
|
|
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
|
-
|
|
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
|
+
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
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* The MultiSelect allows the user to pick a values from the predefined list of values.
|
|
9
|
+
*```html
|
|
10
|
+
*<ejs-multiselect></ejs-multiselect>
|
|
11
|
+
*```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MultiSelectComponent extends MultiSelect 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
|
+
beforeSelectAll: any;
|
|
27
|
+
blur: any;
|
|
28
|
+
change: any;
|
|
29
|
+
chipSelection: any;
|
|
30
|
+
close: any;
|
|
31
|
+
created: any;
|
|
32
|
+
customValueSelection: any;
|
|
33
|
+
dataBound: any;
|
|
34
|
+
destroyed: any;
|
|
35
|
+
filtering: any;
|
|
36
|
+
focus: any;
|
|
37
|
+
open: any;
|
|
38
|
+
removed: any;
|
|
39
|
+
removing: any;
|
|
40
|
+
resizeStart: any;
|
|
41
|
+
resizeStop: any;
|
|
42
|
+
resizing: any;
|
|
43
|
+
select: any;
|
|
44
|
+
selectedAll: any;
|
|
45
|
+
tagging: any;
|
|
46
|
+
valueChange: any;
|
|
47
|
+
/**
|
|
48
|
+
* Accepts the template design and assigns it to the footer container of the popup list.
|
|
49
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
50
|
+
* @default null
|
|
51
|
+
* @asptype string
|
|
52
|
+
*/
|
|
53
|
+
footerTemplate: any;
|
|
54
|
+
/**
|
|
55
|
+
* Accepts the template design and assigns it to the header container of the popup list.
|
|
56
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
57
|
+
* @default null
|
|
58
|
+
* @asptype string
|
|
59
|
+
*/
|
|
60
|
+
headerTemplate: any;
|
|
61
|
+
/**
|
|
62
|
+
* Accepts the template design and assigns it to the selected list item in the input element of the component.
|
|
63
|
+
* For more details about the available template options refer to
|
|
64
|
+
* [`Template`](../../multi-select/templates) documentation.
|
|
65
|
+
*
|
|
66
|
+
* We have built-in `template engine`
|
|
67
|
+
*which provides options to compile template string into a executable function.
|
|
68
|
+
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
69
|
+
*
|
|
70
|
+
* @default null
|
|
71
|
+
* @asptype string
|
|
72
|
+
*/
|
|
73
|
+
valueTemplate: any;
|
|
74
|
+
/**
|
|
75
|
+
* Accepts the template design and assigns it to each list item present in the popup.
|
|
76
|
+
* > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
|
|
77
|
+
*
|
|
78
|
+
* We have built-in `template engine`
|
|
79
|
+
*which provides options to compile template string into a executable function.
|
|
80
|
+
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
81
|
+
*
|
|
82
|
+
* @default null
|
|
83
|
+
* @asptype string
|
|
84
|
+
*/
|
|
85
|
+
itemTemplate: any;
|
|
86
|
+
/**
|
|
87
|
+
* Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.
|
|
88
|
+
* @default null
|
|
89
|
+
* @asptype string
|
|
90
|
+
*/
|
|
91
|
+
groupTemplate: any;
|
|
92
|
+
noRecordsTemplate: any;
|
|
93
|
+
actionFailureTemplate: any;
|
|
94
|
+
private skipFromEvent;
|
|
95
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
96
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
97
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
98
|
+
writeValue(value: any): void;
|
|
99
|
+
setDisabledState(disabled: boolean): void;
|
|
100
|
+
ngOnInit(): void;
|
|
101
|
+
ngAfterViewInit(): void;
|
|
102
|
+
ngOnDestroy(): void;
|
|
103
|
+
ngAfterContentChecked(): void;
|
|
104
|
+
registerEvents: (eventList: string[]) => void;
|
|
105
|
+
addTwoWay: (propList: string[]) => void;
|
|
106
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the MultiSelect component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MultiSelectModule {
|
|
5
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent2.scss';
|