@syncfusion/ej2-ribbon 33.2.5 → 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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 33.2.5
3
+ * version : 33.2.10
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-ribbon",
3
- "version": "33.2.5",
3
+ "version": "33.2.10",
4
4
  "description": "Essential JS 2 Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -11,11 +11,11 @@
11
11
  "dependencies": {
12
12
  "@syncfusion/ej2-base": "~33.2.3",
13
13
  "@syncfusion/ej2-buttons": "~33.2.5",
14
- "@syncfusion/ej2-dropdowns": "~33.2.5",
14
+ "@syncfusion/ej2-dropdowns": "~33.2.10",
15
15
  "@syncfusion/ej2-lists": "~33.2.3",
16
- "@syncfusion/ej2-navigations": "~33.2.4",
17
- "@syncfusion/ej2-popups": "~33.2.5",
18
- "@syncfusion/ej2-splitbuttons": "~33.2.3"
16
+ "@syncfusion/ej2-navigations": "~33.2.10",
17
+ "@syncfusion/ej2-popups": "~33.2.7",
18
+ "@syncfusion/ej2-splitbuttons": "~33.2.6"
19
19
  },
20
20
  "devDependencies": {},
21
21
  "keywords": [
@@ -415,7 +415,7 @@ var Ribbon = /** @class */ (function (_super) {
415
415
  this.scrollModule.scrollStep = scrollEle.offsetWidth;
416
416
  }
417
417
  if (this.activeLayout === 'Simplified') {
418
- var activePopups = document.querySelectorAll('.e-ribbon .e-dropdown-btn.e-active, .e-ribbon-group-overflow-ddb .e-dropdown-btn.e-active');
418
+ var activePopups = document.querySelectorAll('.e-ribbon .e-dropdown-btn.e-active[aria-expanded="true"], .e-ribbon-group-overflow-ddb .e-dropdown-btn.e-active[aria-expanded="true"]');
419
419
  var colorPickerPopups = document.querySelectorAll('.e-ribbon .e-colorpicker-wrapper.e-ribbon-control.e-ribbon-open .e-colorpicker, .e-ribbon-group-overflow-ddb .e-colorpicker-wrapper.e-ribbon-control.e-ribbon-open .e-colorpicker');
420
420
  activePopups.forEach(function (popup) {
421
421
  var dropDownBtn = getInstance(popup, DropDownButton);