@thetradeengineorg1/snova-shell-module 1.0.7 → 1.0.8
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/thetradeengineorg1-snova-shell-module.umd.js +3 -0
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +4 -1
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +3 -0
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -12037,6 +12037,9 @@
|
|
|
12037
12037
|
if (this.router.url.startsWith("/dashboard-management/dashboard")) {
|
|
12038
12038
|
this.selectedRowIndex = 99;
|
|
12039
12039
|
}
|
|
12040
|
+
else {
|
|
12041
|
+
this.selectedRowIndex = null; // ensures no preselected Report card
|
|
12042
|
+
}
|
|
12040
12043
|
};
|
|
12041
12044
|
/** hover enter */
|
|
12042
12045
|
SideBarComponent.prototype.enter = function (index) {
|