@syncfusion/ej2-angular-dropdowns 27.2.5 → 28.1.33-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.
Files changed (107) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1487 -0
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-dropdowns.js +1402 -0
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
  5. package/README.md +1 -1
  6. package/dist/ej2-angular-dropdowns.umd.js +1557 -0
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
  8. package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
  9. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
  10. package/ej2-angular-dropdowns.d.ts +11 -0
  11. package/ej2-angular-dropdowns.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -28
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  18. package/src/auto-complete/autocomplete.component.d.ts +7 -7
  19. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  20. package/src/combo-box/combobox-all.module.d.ts +0 -6
  21. package/src/combo-box/combobox.component.d.ts +7 -7
  22. package/src/combo-box/combobox.module.d.ts +0 -6
  23. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  24. package/src/drop-down-list/dropdownlist.component.d.ts +5 -5
  25. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  26. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  27. package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
  28. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  29. package/src/list-box/listbox-all.module.d.ts +0 -6
  30. package/src/list-box/listbox.component.d.ts +1 -4
  31. package/src/list-box/listbox.module.d.ts +0 -6
  32. package/src/mention/mention-all.module.d.ts +0 -6
  33. package/src/mention/mention.component.d.ts +0 -3
  34. package/src/mention/mention.module.d.ts +0 -6
  35. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  36. package/src/multi-select/multiselect.component.d.ts +3 -3
  37. package/src/multi-select/multiselect.module.d.ts +0 -6
  38. package/styles/auto-complete/bds.css +1 -0
  39. package/styles/auto-complete/bds.scss +1 -0
  40. package/styles/auto-complete/tailwind3.css +1 -0
  41. package/styles/auto-complete/tailwind3.scss +1 -0
  42. package/styles/bds-lite.css +1 -0
  43. package/styles/bds-lite.scss +1 -0
  44. package/styles/bds.css +1 -0
  45. package/styles/bds.scss +8 -0
  46. package/styles/combo-box/bds.css +1 -0
  47. package/styles/combo-box/bds.scss +1 -0
  48. package/styles/combo-box/tailwind3.css +1 -0
  49. package/styles/combo-box/tailwind3.scss +1 -0
  50. package/styles/drop-down-base/bds.css +1 -0
  51. package/styles/drop-down-base/bds.scss +1 -0
  52. package/styles/drop-down-base/tailwind3.css +1 -0
  53. package/styles/drop-down-base/tailwind3.scss +1 -0
  54. package/styles/drop-down-list/bds.css +1 -0
  55. package/styles/drop-down-list/bds.scss +1 -0
  56. package/styles/drop-down-list/tailwind3.css +1 -0
  57. package/styles/drop-down-list/tailwind3.scss +1 -0
  58. package/styles/drop-down-tree/bds.css +1 -0
  59. package/styles/drop-down-tree/bds.scss +1 -0
  60. package/styles/drop-down-tree/tailwind3.css +1 -0
  61. package/styles/drop-down-tree/tailwind3.scss +1 -0
  62. package/styles/list-box/bds.css +1 -0
  63. package/styles/list-box/bds.scss +1 -0
  64. package/styles/list-box/tailwind3.css +1 -0
  65. package/styles/list-box/tailwind3.scss +1 -0
  66. package/styles/mention/bds.css +1 -0
  67. package/styles/mention/bds.scss +1 -0
  68. package/styles/mention/tailwind3.css +1 -0
  69. package/styles/mention/tailwind3.scss +1 -0
  70. package/styles/multi-select/bds.css +1 -0
  71. package/styles/multi-select/bds.scss +1 -0
  72. package/styles/multi-select/tailwind3.css +1 -0
  73. package/styles/multi-select/tailwind3.scss +1 -0
  74. package/styles/tailwind3-lite.css +1 -0
  75. package/styles/tailwind3-lite.scss +1 -0
  76. package/styles/tailwind3.css +1 -0
  77. package/styles/tailwind3.scss +8 -0
  78. package/CHANGELOG.md +0 -2838
  79. package/esm2020/public_api.mjs +0 -2
  80. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  81. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
  82. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  83. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  84. package/esm2020/src/combo-box/combobox.component.mjs +0 -129
  85. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  86. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
  87. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
  88. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  89. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  90. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -122
  91. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  92. package/esm2020/src/index.mjs +0 -23
  93. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  94. package/esm2020/src/list-box/listbox.component.mjs +0 -104
  95. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  96. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  97. package/esm2020/src/mention/mention.component.mjs +0 -84
  98. package/esm2020/src/mention/mention.module.mjs +0 -25
  99. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  100. package/esm2020/src/multi-select/multiselect.component.mjs +0 -142
  101. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  102. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  103. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1095
  104. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  105. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1095
  106. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  107. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { AutoComplete } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -34,6 +33,9 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
34
33
  filtering: any;
35
34
  focus: any;
36
35
  open: any;
36
+ resizeStart: any;
37
+ resizeStop: any;
38
+ resizing: any;
37
39
  select: any;
38
40
  valueChange: any;
39
41
  /**
@@ -41,7 +43,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
41
43
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
44
  * @default null
43
45
  * @asptype string
44
- * @deprecated
46
+
45
47
  */
46
48
  footerTemplate: any;
47
49
  /**
@@ -49,14 +51,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
49
51
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
52
  * @default null
51
53
  * @asptype string
52
- * @deprecated
54
+
53
55
  */
54
56
  headerTemplate: any;
55
57
  /**
56
58
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
59
  * @default null
58
60
  * @asptype string
59
- * @deprecated
61
+
60
62
  */
61
63
  groupTemplate: any;
62
64
  /**
@@ -68,7 +70,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
68
70
  *
69
71
  * @default null
70
72
  * @asptype string
71
- * @deprecated
73
+
72
74
  */
73
75
  itemTemplate: any;
74
76
  noRecordsTemplate: any;
@@ -85,6 +87,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
85
87
  ngAfterContentChecked(): void;
86
88
  registerEvents: (eventList: string[]) => void;
87
89
  addTwoWay: (propList: string[]) => void;
88
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "ejs-autocomplete", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "highlight": "highlight"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "isDeviceFullScreen": "isDeviceFullScreen"; "itemTemplate": "itemTemplate"; "locale": "locale"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showPopupButton": "showPopupButton"; "sortOrder": "sortOrder"; "suggestionCount": "suggestionCount"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
90
90
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autocomplete.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component.
6
3
  */
7
4
  export declare class AutoCompleteModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.CommonModule], [typeof i1.AutoCompleteComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./combobox.module";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component with providers.
6
3
  */
7
4
  export declare class ComboBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ComboBoxModule], [typeof i2.ComboBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -34,6 +33,9 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
34
33
  filtering: any;
35
34
  focus: any;
36
35
  open: any;
36
+ resizeStart: any;
37
+ resizeStop: any;
38
+ resizing: any;
37
39
  select: any;
38
40
  valueChange: any;
39
41
  /**
@@ -41,7 +43,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
41
43
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
44
  * @default null
43
45
  * @asptype string
44
- * @deprecated
46
+
45
47
  */
46
48
  footerTemplate: any;
47
49
  /**
@@ -49,14 +51,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
49
51
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
52
  * @default null
51
53
  * @asptype string
52
- * @deprecated
54
+
53
55
  */
54
56
  headerTemplate: any;
55
57
  /**
56
58
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
59
  * @default null
58
60
  * @asptype string
59
- * @deprecated
61
+
60
62
  */
61
63
  groupTemplate: any;
62
64
  /**
@@ -68,7 +70,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
68
70
  *
69
71
  * @default null
70
72
  * @asptype string
71
- * @deprecated
73
+
72
74
  */
73
75
  itemTemplate: any;
74
76
  noRecordsTemplate: any;
@@ -85,6 +87,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
85
87
  ngAfterContentChecked(): void;
86
88
  registerEvents: (eventList: string[]) => void;
87
89
  addTwoWay: (propList: string[]) => void;
88
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "isDeviceFullScreen": "isDeviceFullScreen"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
90
90
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./combobox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ComboBox component.
6
3
  */
7
4
  export declare class ComboBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent], [typeof i2.CommonModule], [typeof i1.ComboBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
11
5
  }
@@ -1,13 +1,7 @@
1
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 "./dropdownlist.module";
5
2
  export declare const VirtualScrollService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the DropDownList component with providers.
8
5
  */
9
6
  export declare class DropDownListAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
13
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownList } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -33,6 +32,9 @@ export declare class DropDownListComponent extends DropDownList implements IComp
33
32
  filtering: any;
34
33
  focus: any;
35
34
  open: any;
35
+ resizeStart: any;
36
+ resizeStop: any;
37
+ resizing: any;
36
38
  select: any;
37
39
  valueChange: any;
38
40
  /**
@@ -66,7 +68,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
66
68
  * Accepts the template design and assigns it to the group headers present in the popup list.
67
69
  * @default null
68
70
  * @asptype string
69
- * @deprecated
71
+
70
72
  */
71
73
  groupTemplate: any;
72
74
  /**
@@ -78,7 +80,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
78
80
  *
79
81
  * @default null
80
82
  * @asptype string
81
- * @deprecated
83
+
82
84
  */
83
85
  itemTemplate: any;
84
86
  noRecordsTemplate: any;
@@ -95,6 +97,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
95
97
  ngAfterContentChecked(): void;
96
98
  registerEvents: (eventList: string[]) => void;
97
99
  addTwoWay: (propList: string[]) => void;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "isDeviceFullScreen": "isDeviceFullScreen"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
100
100
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownlist.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownList component.
6
3
  */
7
4
  export declare class DropDownListModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.CommonModule], [typeof i1.DropDownListComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdowntree.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component with providers.
6
3
  */
7
4
  export declare class DropDownTreeAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownTreeModule], [typeof i2.DropDownTreeModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownTree } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -90,6 +89,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
90
89
  ngAfterContentChecked(): void;
91
90
  registerEvents: (eventList: string[]) => void;
92
91
  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
92
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdowntree.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DropDownTree component.
6
3
  */
7
4
  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
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./listbox.module";
4
1
  /**
5
2
  * NgModule definition for the ListBox component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ListBox } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -44,7 +43,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
44
43
  *
45
44
  * @default null
46
45
  * @asptype string
47
- * @deprecated
46
+
48
47
  */
49
48
  itemTemplate: any;
50
49
  noRecordsTemplate: any;
@@ -61,6 +60,4 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
61
60
  ngAfterContentChecked(): void;
62
61
  registerEvents: (eventList: string[]) => void;
63
62
  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
63
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./listbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ListBox component.
6
3
  */
7
4
  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
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./mention.module";
4
1
  /**
5
2
  * NgModule definition for the Mention component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Mention } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -54,6 +53,4 @@ export declare class MentionComponent extends Mention implements IComponentBase
54
53
  ngAfterContentChecked(): void;
55
54
  registerEvents: (eventList: string[]) => void;
56
55
  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"; "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"; "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
56
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./mention.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the Mention component.
6
3
  */
7
4
  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
5
  }
@@ -1,13 +1,7 @@
1
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
2
  export declare const CheckBoxSelectionService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the MultiSelect component with providers.
8
5
  */
9
6
  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
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { MultiSelect } from '@syncfusion/ej2-dropdowns';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -38,6 +37,9 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
38
37
  open: any;
39
38
  removed: any;
40
39
  removing: any;
40
+ resizeStart: any;
41
+ resizeStop: any;
42
+ resizing: any;
41
43
  select: any;
42
44
  selectedAll: any;
43
45
  tagging: any;
@@ -101,6 +103,4 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
101
103
  ngAfterContentChecked(): void;
102
104
  registerEvents: (eventList: string[]) => void;
103
105
  addTwoWay: (propList: string[]) => void;
104
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
105
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ejs-multiselect", never, { "actionFailureTemplate": "actionFailureTemplate"; "addTagOnBlur": "addTagOnBlur"; "allowCustomValue": "allowCustomValue"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "changeOnBlur": "changeOnBlur"; "closePopupOnSelect": "closePopupOnSelect"; "cssClass": "cssClass"; "dataSource": "dataSource"; "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"; "select": "select"; "selectedAll": "selectedAll"; "tagging": "tagging"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
106
106
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./multiselect.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the MultiSelect component.
6
3
  */
7
4
  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
5
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/auto-complete/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/auto-complete/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/auto-complete/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/auto-complete/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/bds-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/bds-lite.scss';
package/styles/bds.css ADDED
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/bds.css';
@@ -0,0 +1,8 @@
1
+ @import 'drop-down-base/bds.scss';
2
+ @import 'drop-down-list/bds.scss';
3
+ @import 'drop-down-tree/bds.scss';
4
+ @import 'combo-box/bds.scss';
5
+ @import 'auto-complete/bds.scss';
6
+ @import 'multi-select/bds.scss';
7
+ @import 'list-box/bds.scss';
8
+ @import 'mention/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/combo-box/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/combo-box/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/combo-box/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/combo-box/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-base/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-base/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-base/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-base/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-list/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-list/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-list/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-tree/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-tree/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-tree/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-tree/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/list-box/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/list-box/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/list-box/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/list-box/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/mention/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/mention/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/mention/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/mention/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/multi-select/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/multi-select/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/multi-select/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/multi-select/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/tailwind3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/tailwind3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-dropdowns/styles/tailwind3.css';
@@ -0,0 +1,8 @@
1
+ @import 'drop-down-base/tailwind3.scss';
2
+ @import 'drop-down-list/tailwind3.scss';
3
+ @import 'drop-down-tree/tailwind3.scss';
4
+ @import 'combo-box/tailwind3.scss';
5
+ @import 'auto-complete/tailwind3.scss';
6
+ @import 'multi-select/tailwind3.scss';
7
+ @import 'list-box/tailwind3.scss';
8
+ @import 'mention/tailwind3.scss';