@syncfusion/ej2-navigations 23.1.41 → 23.1.43

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.
@@ -5412,7 +5412,7 @@ var Toolbar = /** @__PURE__ @class */ (function (_super) {
5412
5412
  this.updateTabIndex('-1');
5413
5413
  curEle.removeAttribute('tabindex');
5414
5414
  }
5415
- else {
5415
+ else if (curEle.parentElement.classList.contains(CLS_TEMPLATE) && !isNullOrUndefined(curEle.getAttribute('data-tabindex'))) {
5416
5416
  this.activeEle.setAttribute('tabindex', this.getDataTabindex(this.activeEle));
5417
5417
  }
5418
5418
  }
@@ -13260,6 +13260,9 @@ var TreeView = /** @__PURE__ @class */ (function (_super) {
13260
13260
  else {
13261
13261
  this.dropAsChildNode(dragLi, dropLi, dragObj, null, e, offsetY, true);
13262
13262
  }
13263
+ if (this.showCheckBox) {
13264
+ this.ensureIndeterminate();
13265
+ }
13263
13266
  };
13264
13267
  TreeView.prototype.dropAsSiblingNode = function (dragLi, dropLi, e, dragObj) {
13265
13268
  var dropUl = closest(dropLi, '.' + PARENTITEM);
@@ -15396,7 +15399,6 @@ var Sidebar = /** @__PURE__ @class */ (function (_super) {
15396
15399
  }
15397
15400
  else if (!this.isOpen) {
15398
15401
  addClass([this.element], [CLOSE, DISABLEANIMATION]);
15399
- removeClass([this.element], DISABLEANIMATION);
15400
15402
  }
15401
15403
  };
15402
15404
  Sidebar.prototype.checkType = function (val) {
@@ -15851,7 +15853,7 @@ var Sidebar = /** @__PURE__ @class */ (function (_super) {
15851
15853
  }
15852
15854
  this.destroyBackDrop();
15853
15855
  if (this.element) {
15854
- removeClass([this.element], [OPEN, CLOSE, PUSH, SLIDE, OVER, LEFT, RIGHT, TRASITION]);
15856
+ removeClass([this.element], [OPEN, CLOSE, PUSH, SLIDE, OVER, LEFT, RIGHT, TRASITION, DISABLEANIMATION]);
15855
15857
  removeClass([this.element], SIDEBARABSOLUTE);
15856
15858
  this.element.style.width = '';
15857
15859
  this.element.style.zIndex = '';