ps-toolkit-ui 0.2.25 → 0.2.26
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/item/sidebar.item.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
|
@@ -2116,6 +2116,7 @@
|
|
|
2116
2116
|
};
|
|
2117
2117
|
SidebarItemComponent.prototype.isActive = function (item) {
|
|
2118
2118
|
var e_1, _a;
|
|
2119
|
+
console.log(this.currentSidebar, 'this.currentSidebar');
|
|
2119
2120
|
if (item.children.length === 0) {
|
|
2120
2121
|
return this.currentSidebar && item.name === this.currentSidebar.name;
|
|
2121
2122
|
}
|