@syncfusion/ej2-dropdowns 33.2.8 → 33.2.10

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.
@@ -1,3 +1,12 @@
1
+ /*!
2
+ * filename: index.d.ts
3
+ * version : 33.2.10
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  import * as _dropdowns from '@syncfusion/ej2-dropdowns';
2
11
 
3
12
  export declare namespace ej {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-dropdowns",
3
- "version": "33.2.8",
3
+ "version": "33.2.10",
4
4
  "description": "Essential JS 2 DropDown Components",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -10,9 +10,9 @@
10
10
  "dependencies": {
11
11
  "@syncfusion/ej2-base": "~33.2.3",
12
12
  "@syncfusion/ej2-data": "~33.2.5",
13
- "@syncfusion/ej2-inputs": "~33.2.5",
13
+ "@syncfusion/ej2-inputs": "~33.2.10",
14
14
  "@syncfusion/ej2-lists": "~33.2.3",
15
- "@syncfusion/ej2-navigations": "~33.2.8",
15
+ "@syncfusion/ej2-navigations": "~33.2.10",
16
16
  "@syncfusion/ej2-notifications": "~33.2.7",
17
17
  "@syncfusion/ej2-popups": "~33.2.7"
18
18
  },
@@ -2305,7 +2305,7 @@ var MultiSelect = /** @class */ (function (_super) {
2305
2305
  else {
2306
2306
  var listUl = this.list && this.list.querySelector('ul');
2307
2307
  var isFullList = this.isReact && this.itemTemplate && listUl != null &&
2308
- listUl.querySelectorAll('.e-list-item').length === this.mainData.length;
2308
+ listUl.querySelectorAll('.e-list-item').length === this.mainData.length && !this.groupTemplate;
2309
2309
  this.onActionComplete(isFullList ? listUl : list, this.mainData);
2310
2310
  }
2311
2311
  this.focusAtLastListItem(data);