@eric-emg/symphiq-components 1.2.148 → 1.2.149
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/index.d.ts
CHANGED
|
@@ -3592,7 +3592,7 @@ declare class TooltipContainerComponent {
|
|
|
3592
3592
|
isVisible: _angular_core.Signal<boolean>;
|
|
3593
3593
|
tooltipType: _angular_core.Signal<string | null>;
|
|
3594
3594
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
3595
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
3595
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
3596
3596
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
3597
3597
|
mousePosition: _angular_core.Signal<{
|
|
3598
3598
|
x: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eric-emg/symphiq-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.149",
|
|
4
4
|
"description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
|
|
5
5
|
"author": "Your Organization",
|
|
6
6
|
"license": "MIT",
|