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.
- package/bundles/ps-toolkit-ui.umd.js +2 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/sidebar/sidebar.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|