raise-common-lib 0.0.140 → 0.0.141
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 +3 -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 +4 -2
- package/esm5/lib/layout/multi-tab/index.component.js +4 -2
- package/fesm2015/raise-common-lib.js +3 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +3 -1
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -3555,12 +3555,14 @@
|
|
|
3555
3555
|
this.addTab(url, title);
|
|
3556
3556
|
}
|
|
3557
3557
|
else {
|
|
3558
|
+
/** @type {?} */
|
|
3559
|
+
var pureUrl_1 = this.urlWithoutQuery(this.router.url);
|
|
3558
3560
|
/** @type {?} */
|
|
3559
3561
|
var target = this.flattenMenu.find((/**
|
|
3560
3562
|
* @param {?} ele
|
|
3561
3563
|
* @return {?}
|
|
3562
3564
|
*/
|
|
3563
|
-
function (ele) { return ele.url ===
|
|
3565
|
+
function (ele) { return ele.url === pureUrl_1; }));
|
|
3564
3566
|
if (target) {
|
|
3565
3567
|
if (target.url !== this.defaultTabUrl) {
|
|
3566
3568
|
/** @type {?} */
|