ps-toolkit-ui 1.13.75 → 1.13.76
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/item/sidebar.item.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
|
@@ -2559,6 +2559,8 @@
|
|
|
2559
2559
|
SidebarItemComponent.prototype.isActive = function (item) {
|
|
2560
2560
|
var e_1, _a;
|
|
2561
2561
|
if (item.children.length === 0) {
|
|
2562
|
+
console.log(item, this.currentSidebar);
|
|
2563
|
+
console.log(item.id, this.currentSidebar.id, item.id === this.currentSidebar.id);
|
|
2562
2564
|
return this.currentSidebar && item.id === this.currentSidebar.id;
|
|
2563
2565
|
}
|
|
2564
2566
|
try {
|