@soyio/soyio-widget 2.13.2 → 2.13.4
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/dist/index.d.ts +4 -2
- package/dist/index.js +796 -754
- package/dist/index.umd.cjs +31 -29
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -337,8 +337,10 @@ export declare class _TooltipManager {
|
|
|
337
337
|
private hideTimeout;
|
|
338
338
|
constructor();
|
|
339
339
|
private createTooltipElement;
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
show(text: string, anchorX: number, anchorY: number): void;
|
|
341
|
+
private calculateOptimalPlacement;
|
|
342
|
+
private static fitsInViewport;
|
|
343
|
+
private applyPlacement;
|
|
342
344
|
hide(): void;
|
|
343
345
|
destroy(): void;
|
|
344
346
|
}
|