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
|
@@ -3406,7 +3406,6 @@ var MultiTabComponent = /** @class */ (function () {
|
|
|
3406
3406
|
sessionStorage.setItem("TabCache", JSON.stringify(this.tabList));
|
|
3407
3407
|
this.onCloseTab.emit(tab);
|
|
3408
3408
|
this.ref.markForCheck();
|
|
3409
|
-
this.ref.detectChanges();
|
|
3410
3409
|
};
|
|
3411
3410
|
/**
|
|
3412
3411
|
* @param {?} tab
|
|
@@ -3525,8 +3524,8 @@ var MultiTabComponent = /** @class */ (function () {
|
|
|
3525
3524
|
* @return {?}
|
|
3526
3525
|
*/
|
|
3527
3526
|
function () {
|
|
3528
|
-
_this.
|
|
3529
|
-
}),
|
|
3527
|
+
_this.router.navigateByUrl(url);
|
|
3528
|
+
}), 30);
|
|
3530
3529
|
}
|
|
3531
3530
|
else {
|
|
3532
3531
|
this.changeTab(this.tabList[isExistIdx], isExistIdx);
|