@syncfusion/ej2-dropdowns 31.2.12 → 31.2.15

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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 31.2.12
3
+ * version : 31.2.15
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-dropdowns",
3
- "version": "31.2.12",
3
+ "version": "31.2.15",
4
4
  "description": "Essential JS 2 DropDown Components",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@syncfusion/ej2-base": "~31.2.12",
12
12
  "@syncfusion/ej2-data": "~31.2.12",
13
- "@syncfusion/ej2-inputs": "~31.2.12",
13
+ "@syncfusion/ej2-inputs": "~31.2.15",
14
14
  "@syncfusion/ej2-lists": "~31.2.12",
15
15
  "@syncfusion/ej2-navigations": "~31.2.12",
16
16
  "@syncfusion/ej2-notifications": "~31.2.12",
@@ -2736,6 +2736,7 @@ var DropDownList = /** @class */ (function (_super) {
2736
2736
  _this.getFocusElement();
2737
2737
  _this.checkCollision(popupEle_1);
2738
2738
  if (Browser.isDevice) {
2739
+ _this.popupObj.resolveCollision();
2739
2740
  if ((parseInt(_this.popupWidth.toString(), 10) > window.outerWidth) &&
2740
2741
  !(_this.getModuleName() === 'dropdownlist' && _this.allowFiltering)) {
2741
2742
  _this.popupObj.element.classList.add('e-wide-popup');