@ng-primitives/mcp 0.119.0 → 0.120.0
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
|
@@ -3747,6 +3747,13 @@
|
|
|
3747
3747
|
"isRequired": false,
|
|
3748
3748
|
"defaultValue": "false"
|
|
3749
3749
|
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "ngpTooltipTriggerAnchor",
|
|
3752
|
+
"type": "HTMLElement | null",
|
|
3753
|
+
"description": "Define an anchor element for positioning the tooltip.\nIf provided, the tooltip will be positioned relative to this element instead of the trigger.",
|
|
3754
|
+
"isRequired": false,
|
|
3755
|
+
"defaultValue": "null"
|
|
3756
|
+
},
|
|
3750
3757
|
{
|
|
3751
3758
|
"name": "ngpTooltipTriggerContext",
|
|
3752
3759
|
"type": "T | undefined",
|