@syncfusion/ej2-angular-dropdowns 26.2.13 → 27.1.48-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 (131) 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/dist/ej2-angular-dropdowns.umd.js +1557 -0
  6. package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
  7. package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
  8. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
  9. package/ej2-angular-dropdowns.d.ts +11 -0
  10. package/ej2-angular-dropdowns.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
  26. package/src/auto-complete/autocomplete.component.d.ts +4 -7
  27. package/src/auto-complete/autocomplete.module.d.ts +0 -6
  28. package/src/combo-box/combobox-all.module.d.ts +0 -6
  29. package/src/combo-box/combobox.component.d.ts +4 -7
  30. package/src/combo-box/combobox.module.d.ts +0 -6
  31. package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
  32. package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
  33. package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
  34. package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
  35. package/src/drop-down-tree/dropdowntree.component.d.ts +10 -3
  36. package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
  37. package/src/list-box/listbox-all.module.d.ts +0 -6
  38. package/src/list-box/listbox.component.d.ts +1 -4
  39. package/src/list-box/listbox.module.d.ts +0 -6
  40. package/src/mention/mention-all.module.d.ts +0 -6
  41. package/src/mention/mention.component.d.ts +0 -3
  42. package/src/mention/mention.module.d.ts +0 -6
  43. package/src/multi-select/multiselect-all.module.d.ts +0 -6
  44. package/src/multi-select/multiselect.component.d.ts +0 -3
  45. package/src/multi-select/multiselect.module.d.ts +0 -6
  46. package/styles/auto-complete/bootstrap5.3.css +1 -0
  47. package/styles/auto-complete/bootstrap5.3.scss +1 -0
  48. package/styles/bootstrap-dark-lite.css +1 -0
  49. package/styles/bootstrap-dark-lite.scss +1 -0
  50. package/styles/bootstrap-lite.css +1 -0
  51. package/styles/bootstrap-lite.scss +1 -0
  52. package/styles/bootstrap4-lite.css +1 -0
  53. package/styles/bootstrap4-lite.scss +1 -0
  54. package/styles/bootstrap5-dark-lite.css +1 -0
  55. package/styles/bootstrap5-dark-lite.scss +1 -0
  56. package/styles/bootstrap5-lite.css +1 -0
  57. package/styles/bootstrap5-lite.scss +1 -0
  58. package/styles/bootstrap5.3-lite.css +1 -0
  59. package/styles/bootstrap5.3-lite.scss +1 -0
  60. package/styles/bootstrap5.3.css +1 -0
  61. package/styles/bootstrap5.3.scss +8 -0
  62. package/styles/combo-box/bootstrap5.3.css +1 -0
  63. package/styles/combo-box/bootstrap5.3.scss +1 -0
  64. package/styles/drop-down-base/bootstrap5.3.css +1 -0
  65. package/styles/drop-down-base/bootstrap5.3.scss +1 -0
  66. package/styles/drop-down-list/bootstrap5.3.css +1 -0
  67. package/styles/drop-down-list/bootstrap5.3.scss +1 -0
  68. package/styles/drop-down-tree/bootstrap5.3.css +1 -0
  69. package/styles/drop-down-tree/bootstrap5.3.scss +1 -0
  70. package/styles/fabric-dark-lite.css +1 -0
  71. package/styles/fabric-dark-lite.scss +1 -0
  72. package/styles/fabric-lite.css +1 -0
  73. package/styles/fabric-lite.scss +1 -0
  74. package/styles/fluent-dark-lite.css +1 -0
  75. package/styles/fluent-dark-lite.scss +1 -0
  76. package/styles/fluent-lite.css +1 -0
  77. package/styles/fluent-lite.scss +1 -0
  78. package/styles/fluent2-lite.css +1 -0
  79. package/styles/fluent2-lite.scss +1 -0
  80. package/styles/highcontrast-light-lite.css +1 -0
  81. package/styles/highcontrast-light-lite.scss +1 -0
  82. package/styles/highcontrast-lite.css +1 -0
  83. package/styles/highcontrast-lite.scss +1 -0
  84. package/styles/list-box/bootstrap5.3.css +1 -0
  85. package/styles/list-box/bootstrap5.3.scss +1 -0
  86. package/styles/material-dark-lite.css +1 -0
  87. package/styles/material-dark-lite.scss +1 -0
  88. package/styles/material-lite.css +1 -0
  89. package/styles/material-lite.scss +1 -0
  90. package/styles/material3-dark-lite.css +1 -0
  91. package/styles/material3-dark-lite.scss +1 -0
  92. package/styles/material3-lite.css +1 -0
  93. package/styles/material3-lite.scss +1 -0
  94. package/styles/mention/bootstrap5.3.css +1 -0
  95. package/styles/mention/bootstrap5.3.scss +1 -0
  96. package/styles/multi-select/bootstrap5.3.css +1 -0
  97. package/styles/multi-select/bootstrap5.3.scss +1 -0
  98. package/styles/tailwind-dark-lite.css +1 -0
  99. package/styles/tailwind-dark-lite.scss +1 -0
  100. package/styles/tailwind-lite.css +1 -0
  101. package/styles/tailwind-lite.scss +1 -0
  102. package/CHANGELOG.md +0 -2669
  103. package/esm2020/public_api.mjs +0 -2
  104. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
  105. package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
  106. package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
  107. package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
  108. package/esm2020/src/combo-box/combobox.component.mjs +0 -129
  109. package/esm2020/src/combo-box/combobox.module.mjs +0 -25
  110. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
  111. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
  112. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
  113. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
  114. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -116
  115. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
  116. package/esm2020/src/index.mjs +0 -23
  117. package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
  118. package/esm2020/src/list-box/listbox.component.mjs +0 -104
  119. package/esm2020/src/list-box/listbox.module.mjs +0 -25
  120. package/esm2020/src/mention/mention-all.module.mjs +0 -23
  121. package/esm2020/src/mention/mention.component.mjs +0 -84
  122. package/esm2020/src/mention/mention.module.mjs +0 -25
  123. package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
  124. package/esm2020/src/multi-select/multiselect.component.mjs +0 -142
  125. package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
  126. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
  127. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1089
  128. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  129. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1089
  130. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
  131. package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
+ export declare const pkgVer = "^18.66.23";
3
+ export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
+ export declare const themeVer = "~18.66.23";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^26.2.11';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~26.2.11';
4
+ export const themeVer = '~27.1.48';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./autocomplete.module";
4
1
  /**
5
2
  * NgModule definition for the AutoComplete component with providers.
6
3
  */
7
4
  export declare class AutoCompleteAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteAllModule, never, [typeof i1.CommonModule, typeof i2.AutoCompleteModule], [typeof i2.AutoCompleteModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteAllModule>;
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 { 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[];
@@ -41,7 +40,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
41
40
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
41
  * @default null
43
42
  * @asptype string
44
- * @deprecated
43
+
45
44
  */
46
45
  footerTemplate: any;
47
46
  /**
@@ -49,14 +48,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
49
48
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
49
  * @default null
51
50
  * @asptype string
52
- * @deprecated
51
+
53
52
  */
54
53
  headerTemplate: any;
55
54
  /**
56
55
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
56
  * @default null
58
57
  * @asptype string
59
- * @deprecated
58
+
60
59
  */
61
60
  groupTemplate: any;
62
61
  /**
@@ -68,7 +67,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
68
67
  *
69
68
  * @default null
70
69
  * @asptype string
71
- * @deprecated
70
+
72
71
  */
73
72
  itemTemplate: any;
74
73
  noRecordsTemplate: any;
@@ -85,6 +84,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
85
84
  ngAfterContentChecked(): void;
86
85
  registerEvents: (eventList: string[]) => void;
87
86
  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"; "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
87
  }
@@ -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[];
@@ -41,7 +40,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
41
40
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
42
41
  * @default null
43
42
  * @asptype string
44
- * @deprecated
43
+
45
44
  */
46
45
  footerTemplate: any;
47
46
  /**
@@ -49,14 +48,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
49
48
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
50
49
  * @default null
51
50
  * @asptype string
52
- * @deprecated
51
+
53
52
  */
54
53
  headerTemplate: any;
55
54
  /**
56
55
  * Accepts the template design and assigns it to the group headers present in the popup list.
57
56
  * @default null
58
57
  * @asptype string
59
- * @deprecated
58
+
60
59
  */
61
60
  groupTemplate: any;
62
61
  /**
@@ -68,7 +67,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
68
67
  *
69
68
  * @default null
70
69
  * @asptype string
71
- * @deprecated
70
+
72
71
  */
73
72
  itemTemplate: any;
74
73
  noRecordsTemplate: any;
@@ -85,6 +84,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
85
84
  ngAfterContentChecked(): void;
86
85
  registerEvents: (eventList: string[]) => void;
87
86
  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"; "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
87
  }
@@ -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[];
@@ -66,7 +65,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
66
65
  * Accepts the template design and assigns it to the group headers present in the popup list.
67
66
  * @default null
68
67
  * @asptype string
69
- * @deprecated
68
+
70
69
  */
71
70
  groupTemplate: any;
72
71
  /**
@@ -78,7 +77,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
78
77
  *
79
78
  * @default null
80
79
  * @asptype string
81
- * @deprecated
80
+
82
81
  */
83
82
  itemTemplate: any;
84
83
  noRecordsTemplate: any;
@@ -95,6 +94,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
95
94
  ngAfterContentChecked(): void;
96
95
  registerEvents: (eventList: string[]) => void;
97
96
  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"; "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
97
  }
@@ -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[];
@@ -54,6 +53,16 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
54
53
  * @asptype string
55
54
  */
56
55
  headerTemplate: any;
56
+ /**
57
+ * Specifies the way to customize the selected values in the Dropdown Tree component based on application needs. If the **valueTemplate** property is set, the template content overrides the displayed item text.
58
+ * The property accepts [template string] (https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID holding the content. The context for the valueTemplate comes from the data object passed to it.
59
+ * @default null
60
+ * @angulartype string | object
61
+ * @reacttype string | function | JSX.Element
62
+ * @vuetype string | function
63
+ * @asptype string
64
+ */
65
+ valueTemplate: any;
57
66
  /**
58
67
  * Specifies a template to render customized content for all the items.
59
68
  * If the **itemTemplate** property is set, the template content overrides the displayed item text.
@@ -80,6 +89,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
80
89
  ngAfterContentChecked(): void;
81
90
  registerEvents: (eventList: string[]) => void;
82
91
  addTwoWay: (propList: string[]) => void;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
84
- 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"; "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", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
85
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
  }