raise-common-lib 0.0.171 → 0.0.172
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 -1
- 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 -2
- package/esm5/lib/layout/multi-tab/index.component.js +3 -2
- package/fesm2015/raise-common-lib.js +2 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +2 -1
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -3406,6 +3406,7 @@ 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();
|
|
3409
3410
|
};
|
|
3410
3411
|
/**
|
|
3411
3412
|
* @param {?} tab
|
|
@@ -3525,7 +3526,7 @@ var MultiTabComponent = /** @class */ (function () {
|
|
|
3525
3526
|
*/
|
|
3526
3527
|
function () {
|
|
3527
3528
|
_this.addTab(url, title);
|
|
3528
|
-
}),
|
|
3529
|
+
}), 200);
|
|
3529
3530
|
}
|
|
3530
3531
|
else {
|
|
3531
3532
|
this.changeTab(this.tabList[isExistIdx], isExistIdx);
|