@recursyve/nice-ui-kit.v2 13.2.0-beta.115 → 13.2.0-beta.117
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/esm2020/lib/components/navigation/directives/show-hint.directive.mjs +2 -8
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs +1 -7
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs +1 -7
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -7851,13 +7851,7 @@ class NiceShowHintDirective {
|
|
|
7851
7851
|
}
|
|
7852
7852
|
const overlayRef = this._createOverlay();
|
|
7853
7853
|
this._detach();
|
|
7854
|
-
|
|
7855
|
-
instance._triggerElement = this._elementRef.nativeElement;
|
|
7856
|
-
instance
|
|
7857
|
-
.afterHidden()
|
|
7858
|
-
.pipe(takeUntil(this.unsubscribeAll$))
|
|
7859
|
-
.subscribe(() => this._detach());
|
|
7860
|
-
instance.show();
|
|
7854
|
+
this._hintInstance = overlayRef.attach(this._portal).instance;
|
|
7861
7855
|
}
|
|
7862
7856
|
hide() {
|
|
7863
7857
|
const instance = this._hintInstance;
|