ps-toolkit-ui 0.0.92 → 0.0.93

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.
@@ -2152,7 +2152,9 @@
2152
2152
  this.currentSidebar = this.getSidebarActive(this.sidebar, active);
2153
2153
  };
2154
2154
  SidebarComponent.prototype.ngOnInit = function () {
2155
+ console.log(this.permissions.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Item; }), 'this.permissions.filter(x => x.Type === PermissionTypeEnum.Item)');
2155
2156
  this.sidebar = this.getSidebar();
2157
+ console.log(this.sidebar, 'this.sidebar');
2156
2158
  this.setActive();
2157
2159
  };
2158
2160
  SidebarComponent.prototype.getSidebar = function (parentId) {