ids-enterprise-ng 20.1.17 → 20.1.19
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.
|
@@ -27543,9 +27543,9 @@ class SohoTabsComponent {
|
|
|
27543
27543
|
// call outside the angular zone so change detection isn't triggered by the soho component.
|
|
27544
27544
|
this.ngZone.runOutsideAngular(() => this.tabs?.enableTab(tabId));
|
|
27545
27545
|
}
|
|
27546
|
-
rename(tabId, name) {
|
|
27546
|
+
rename(tabId, name, tooltipContent) {
|
|
27547
27547
|
// call outside the angular zone so change detection isn't triggered by the soho component.
|
|
27548
|
-
this.ngZone.runOutsideAngular(() => this.tabs?.rename(tabId, name));
|
|
27548
|
+
this.ngZone.runOutsideAngular(() => this.tabs?.rename(tabId, name, tooltipContent));
|
|
27549
27549
|
}
|
|
27550
27550
|
/**
|
|
27551
27551
|
* Gets a tab given either an event or a tabId
|
|
@@ -31398,7 +31398,7 @@ class SohoVersionInitializerService {
|
|
|
31398
31398
|
* Initializes the version attribute.
|
|
31399
31399
|
*/
|
|
31400
31400
|
initialize() {
|
|
31401
|
-
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.1.
|
|
31401
|
+
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.1.19');
|
|
31402
31402
|
}
|
|
31403
31403
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31404
31404
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }
|