@syncfusion/ej2-angular-dropdowns 33.1.44-ngcc → 33.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +2674 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
  4. package/esm2020/src/auto-complete/autocomplete.component.mjs +129 -0
  5. package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
  6. package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
  7. package/esm2020/src/combo-box/combobox.component.mjs +129 -0
  8. package/esm2020/src/combo-box/combobox.module.mjs +25 -0
  9. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +29 -0
  10. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +135 -0
  11. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
  12. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
  13. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +122 -0
  14. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
  15. package/esm2020/src/index.mjs +23 -0
  16. package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
  17. package/esm2020/src/list-box/listbox.component.mjs +104 -0
  18. package/esm2020/src/list-box/listbox.module.mjs +25 -0
  19. package/esm2020/src/mention/mention-all.module.mjs +23 -0
  20. package/esm2020/src/mention/mention.component.mjs +84 -0
  21. package/esm2020/src/mention/mention.module.mjs +25 -0
  22. package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
  23. package/esm2020/src/multi-select/multiselect.component.mjs +142 -0
  24. package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
  25. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
  26. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  27. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  28. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  29. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  30. package/package.json +20 -7
  31. package/public_api.d.ts +1 -1
  32. package/src/auto-complete/autocomplete-all.module.d.ts +11 -5
  33. package/src/auto-complete/autocomplete.component.d.ts +107 -104
  34. package/src/auto-complete/autocomplete.module.d.ts +11 -5
  35. package/src/combo-box/combobox-all.module.d.ts +11 -5
  36. package/src/combo-box/combobox.component.d.ts +107 -104
  37. package/src/combo-box/combobox.module.d.ts +11 -5
  38. package/src/drop-down-list/dropdownlist-all.module.d.ts +13 -7
  39. package/src/drop-down-list/dropdownlist.component.d.ts +117 -114
  40. package/src/drop-down-list/dropdownlist.module.d.ts +11 -5
  41. package/src/drop-down-tree/dropdowntree-all.module.d.ts +11 -5
  42. package/src/drop-down-tree/dropdowntree.component.d.ts +107 -104
  43. package/src/drop-down-tree/dropdowntree.module.d.ts +11 -5
  44. package/src/index.d.ts +22 -22
  45. package/src/list-box/listbox-all.module.d.ts +11 -5
  46. package/src/list-box/listbox.component.d.ts +73 -70
  47. package/src/list-box/listbox.module.d.ts +11 -5
  48. package/src/mention/mention-all.module.d.ts +11 -5
  49. package/src/mention/mention.component.d.ts +63 -60
  50. package/src/mention/mention.module.d.ts +11 -5
  51. package/src/multi-select/multiselect-all.module.d.ts +13 -7
  52. package/src/multi-select/multiselect.component.d.ts +121 -118
  53. package/src/multi-select/multiselect.module.d.ts +11 -5
  54. package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
  55. package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1487
  56. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
  57. package/@syncfusion/ej2-angular-dropdowns.js +0 -1402
  58. package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
  59. package/LICENSE +0 -10
  60. package/dist/ej2-angular-dropdowns.umd.js +0 -1557
  61. package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
  62. package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
  63. package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
  64. package/ej2-angular-dropdowns.d.ts +0 -11
  65. package/ej2-angular-dropdowns.metadata.json +0 -1
@@ -1,7 +1,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
+ 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
+ }
@@ -1,118 +1,121 @@
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
- /**
93
- * Accepts the template design and assigns it to popup list of MultiSelect component
94
- * when no data is available on the component.
95
- * @default 'No records found'
96
- * @asptype string
97
- */
98
- noRecordsTemplate: any;
99
- /**
100
- * Accepts the template and assigns it to the popup list content of the MultiSelect component
101
- * when the data fetch request from the remote server fails.
102
- * @default 'Request failed'
103
- * @asptype string
104
- */
105
- actionFailureTemplate: any;
106
- private skipFromEvent;
107
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
108
- registerOnChange(registerFunction: (_: any) => void): void;
109
- registerOnTouched(registerFunction: () => void): void;
110
- writeValue(value: any): void;
111
- setDisabledState(disabled: boolean): void;
112
- ngOnInit(): void;
113
- ngAfterViewInit(): void;
114
- ngOnDestroy(): void;
115
- ngAfterContentChecked(): void;
116
- registerEvents: (eventList: string[]) => void;
117
- addTwoWay: (propList: string[]) => void;
118
- }
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
+ /**
94
+ * Accepts the template design and assigns it to popup list of MultiSelect component
95
+ * when no data is available on the component.
96
+ * @default 'No records found'
97
+ * @asptype string
98
+ */
99
+ noRecordsTemplate: any;
100
+ /**
101
+ * Accepts the template and assigns it to the popup list content of the MultiSelect component
102
+ * when the data fetch request from the remote server fails.
103
+ * @default 'Request failed'
104
+ * @asptype string
105
+ */
106
+ actionFailureTemplate: any;
107
+ private skipFromEvent;
108
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
109
+ registerOnChange(registerFunction: (_: any) => void): void;
110
+ registerOnTouched(registerFunction: () => void): void;
111
+ writeValue(value: any): void;
112
+ setDisabledState(disabled: boolean): void;
113
+ ngOnInit(): void;
114
+ ngAfterViewInit(): void;
115
+ ngOnDestroy(): void;
116
+ ngAfterContentChecked(): void;
117
+ registerEvents: (eventList: string[]) => void;
118
+ addTwoWay: (propList: string[]) => void;
119
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
120
+ 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>;
121
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the MultiSelect component.
3
- */
4
- export declare class MultiSelectModule {
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
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-dropdowns" />
5
+ export * from './public_api';