ps-toolkit-ui 1.11.89 → 1.11.90
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 +1 -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 +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2457,6 +2457,7 @@
|
|
|
2457
2457
|
}
|
|
2458
2458
|
SidebarComponent.prototype.setActive = function () {
|
|
2459
2459
|
var active = HelperClass.getData('active', this.router.routerState, this.router.routerState.root)[0];
|
|
2460
|
+
console.log(this.sidebar, active, this.getSidebarActive(this.sidebar, active));
|
|
2460
2461
|
this.currentSidebar = this.getSidebarActive(this.sidebar, active);
|
|
2461
2462
|
};
|
|
2462
2463
|
SidebarComponent.prototype.ngOnInit = function () {
|