@syncfusion/ej2-angular-dropdowns 30.1.37 → 30.1.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/auto-complete/autocomplete.component.d.ts +4 -4
- package/src/combo-box/combobox.component.d.ts +4 -4
- package/src/drop-down-list/dropdownlist.component.d.ts +2 -2
- package/src/list-box/listbox.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-dropdowns",
|
|
3
|
-
"version": "30.1.
|
|
3
|
+
"version": "30.1.39-ngcc",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~30.1.
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
-
"@syncfusion/ej2-dropdowns": "30.1.
|
|
11
|
+
"@syncfusion/ej2-dropdowns": "30.1.39"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
4
|
-
exports.pkgVer = '^30.1.
|
|
4
|
+
exports.pkgVer = '^30.1.39';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~30.1.
|
|
6
|
+
exports.themeVer = '~30.1.39';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^30.1.
|
|
2
|
+
export const pkgVer = '^30.1.39';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~30.1.
|
|
4
|
+
export const themeVer = '~30.1.39';
|
|
@@ -44,7 +44,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
44
44
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
45
45
|
* @default null
|
|
46
46
|
* @asptype string
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
*/
|
|
49
49
|
footerTemplate: any;
|
|
50
50
|
/**
|
|
@@ -52,14 +52,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
52
52
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
53
53
|
* @default null
|
|
54
54
|
* @asptype string
|
|
55
|
-
|
|
55
|
+
|
|
56
56
|
*/
|
|
57
57
|
headerTemplate: any;
|
|
58
58
|
/**
|
|
59
59
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
60
60
|
* @default null
|
|
61
61
|
* @asptype string
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
*/
|
|
64
64
|
groupTemplate: any;
|
|
65
65
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
71
71
|
*
|
|
72
72
|
* @default null
|
|
73
73
|
* @asptype string
|
|
74
|
-
|
|
74
|
+
|
|
75
75
|
*/
|
|
76
76
|
itemTemplate: any;
|
|
77
77
|
noRecordsTemplate: any;
|
|
@@ -44,7 +44,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
44
44
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
45
45
|
* @default null
|
|
46
46
|
* @asptype string
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
*/
|
|
49
49
|
footerTemplate: any;
|
|
50
50
|
/**
|
|
@@ -52,14 +52,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
52
52
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
53
53
|
* @default null
|
|
54
54
|
* @asptype string
|
|
55
|
-
|
|
55
|
+
|
|
56
56
|
*/
|
|
57
57
|
headerTemplate: any;
|
|
58
58
|
/**
|
|
59
59
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
60
60
|
* @default null
|
|
61
61
|
* @asptype string
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
*/
|
|
64
64
|
groupTemplate: any;
|
|
65
65
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
71
71
|
*
|
|
72
72
|
* @default null
|
|
73
73
|
* @asptype string
|
|
74
|
-
|
|
74
|
+
|
|
75
75
|
*/
|
|
76
76
|
itemTemplate: any;
|
|
77
77
|
noRecordsTemplate: any;
|
|
@@ -69,7 +69,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
69
69
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
70
70
|
* @default null
|
|
71
71
|
* @asptype string
|
|
72
|
-
|
|
72
|
+
|
|
73
73
|
*/
|
|
74
74
|
groupTemplate: any;
|
|
75
75
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
81
81
|
*
|
|
82
82
|
* @default null
|
|
83
83
|
* @asptype string
|
|
84
|
-
|
|
84
|
+
|
|
85
85
|
*/
|
|
86
86
|
itemTemplate: any;
|
|
87
87
|
noRecordsTemplate: any;
|