raise-common-lib 0.0.172 → 0.0.174
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/raise-common-lib.umd.js +2 -3
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/multi-tab/index.component.js +3 -4
- package/esm5/lib/layout/multi-tab/index.component.js +3 -4
- package/fesm2015/raise-common-lib.js +2 -3
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +2 -3
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -3598,7 +3598,6 @@
|
|
|
3598
3598
|
sessionStorage.setItem("TabCache", JSON.stringify(this.tabList));
|
|
3599
3599
|
this.onCloseTab.emit(tab);
|
|
3600
3600
|
this.ref.markForCheck();
|
|
3601
|
-
this.ref.detectChanges();
|
|
3602
3601
|
};
|
|
3603
3602
|
/**
|
|
3604
3603
|
* @param {?} tab
|
|
@@ -3717,8 +3716,8 @@
|
|
|
3717
3716
|
* @return {?}
|
|
3718
3717
|
*/
|
|
3719
3718
|
function () {
|
|
3720
|
-
_this.
|
|
3721
|
-
}),
|
|
3719
|
+
_this.router.navigateByUrl(url);
|
|
3720
|
+
}), 30);
|
|
3722
3721
|
}
|
|
3723
3722
|
else {
|
|
3724
3723
|
this.changeTab(this.tabList[isExistIdx], isExistIdx);
|