@ship-ui/core 0.17.17 → 0.17.18
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/assets/mcp/components.json +2260 -2260
- package/fesm2022/ship-ui-core.mjs +5 -2
- package/fesm2022/ship-ui-core.mjs.map +1 -1
- package/package.json +1 -1
- package/snippets/ship-ui.code-snippets +275 -275
|
@@ -7254,9 +7254,12 @@ class ShipTooltip {
|
|
|
7254
7254
|
cleanupTooltip() {
|
|
7255
7255
|
if (openRef?.wrapperComponentRef) {
|
|
7256
7256
|
openRef.component.cancelCleanupTimer();
|
|
7257
|
-
openRef.wrapperComponentRef.destroy();
|
|
7258
7257
|
openRef.component.isOpen.set(false);
|
|
7259
|
-
openRef
|
|
7258
|
+
openRef.wrapperComponentRef.location.nativeElement.hidePopover();
|
|
7259
|
+
setTimeout(() => {
|
|
7260
|
+
openRef.wrapperComponentRef.destroy();
|
|
7261
|
+
openRef = null;
|
|
7262
|
+
});
|
|
7260
7263
|
}
|
|
7261
7264
|
}
|
|
7262
7265
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ShipTooltip, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|