@syncfusion/ej2-navigations 30.2.5 → 30.2.7

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.
@@ -10172,6 +10172,7 @@ var Tab = /** @__PURE__ @class */ (function (_super) {
10172
10172
  */
10173
10173
  Tab.prototype.getItemIndex = function (tabItemId) {
10174
10174
  var tabIndex;
10175
+ this.tbItem = selectAll('.' + CLS_TB_ITEM, this.getTabHeader());
10175
10176
  for (var i = 0; i < this.tbItem.length; i++) {
10176
10177
  var value = this.tbItem[i].getAttribute('data-id');
10177
10178
  if (tabItemId === value) {