@syncfusion/ej2-navigations 19.4.48 → 19.4.50

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.
@@ -2559,12 +2559,10 @@ var MenuBase = /** @__PURE__ @class */ (function (_super) {
2559
2559
  }
2560
2560
  var navIdx = this.getIndex(idx, isUniqueId);
2561
2561
  var newItem = this.getItem(navIdx);
2562
- newItem.id = item.id || newItem.id;
2563
2562
  newItem.iconCss = item.iconCss || newItem.iconCss;
2564
2563
  newItem.text = item.text || newItem.text;
2565
2564
  newItem.url = item.url || newItem.url;
2566
2565
  newItem.separator = item.separator || newItem.separator;
2567
- newItem.items = item.items || newItem.items;
2568
2566
  };
2569
2567
  MenuBase.prototype.getItem = function (navIdx) {
2570
2568
  navIdx = navIdx.slice();