ps-toolkit-ui 1.11.78 → 1.11.79

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.
@@ -2442,7 +2442,7 @@
2442
2442
  if (children.length === 0) {
2443
2443
  _this.countItems++;
2444
2444
  }
2445
- return new SidebarClass(_this.l, s.Id, s.Name, s.Controller, s.Action, s.Url, s.Icon, children, s.Count);
2445
+ return new SidebarClass(_this.l, s.Id, s.Name, s.Controller, s.Action, s.Url, s.Icon, children, s.CountAll, s.Count);
2446
2446
  });
2447
2447
  };
2448
2448
  SidebarComponent.prototype.getSidebarActive = function (item, active) {