codexly-ui 0.5.0 → 0.5.2
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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -547,6 +547,8 @@ declare class ClxTooltipDirective {
|
|
|
547
547
|
private _scheduleHide;
|
|
548
548
|
private _show;
|
|
549
549
|
private _hide;
|
|
550
|
+
/** Synchronous teardown, no fade — used on touchend so the bubble can't linger over UI the tap opens. */
|
|
551
|
+
private _hideImmediate;
|
|
550
552
|
private _resolvePosition;
|
|
551
553
|
private _placeAt;
|
|
552
554
|
private _destroyBubble;
|