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

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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I734293` - Fixed Dropdown Tree popup misalignment issue at 100% display scale on windows.
10
+
11
+ - `#I737384` - Fixed the alignment issue in the input content of the Dropdown Tree Component in both the material3 and bootstrap5 themes.
12
+
13
+ ### ComboBox
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I734116` - Fixed an issue where the Item Template with a Combo Box caused virtualization rendering problems in the dropdown.
18
+
5
19
  ## 28.2.9 (2025-03-04)
6
20
 
7
21
  ### ComboBox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
4
4
  "description": "Essential JS 2 DropDown Components for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
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
+ * @deprecated
85
85
  */
86
86
  itemTemplate: any;
87
87
  noRecordsTemplate: any;
@@ -44,7 +44,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
44
44
  *
45
45
  * @default null
46
46
  * @asptype string
47
-
47
+ * @deprecated
48
48
  */
49
49
  itemTemplate: any;
50
50
  noRecordsTemplate: any;