@ng-primitives/mcp 0.119.0 → 0.120.1
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",
|
|
@@ -435,6 +435,7 @@
|
|
|
435
435
|
"exports": [
|
|
436
436
|
"injectDatePickerConfig",
|
|
437
437
|
"provideDatePickerConfig",
|
|
438
|
+
"type NgpDatePickerConfig",
|
|
438
439
|
"NgpDatePickerCellRender",
|
|
439
440
|
"injectDatePickerCellDate",
|
|
440
441
|
"injectDatePickerCellRender",
|
|
@@ -534,6 +535,7 @@
|
|
|
534
535
|
"NgpDialogRef",
|
|
535
536
|
"injectDialogState",
|
|
536
537
|
"provideDialogState",
|
|
538
|
+
"NgpDialogContext",
|
|
537
539
|
"NgpDialogManager"
|
|
538
540
|
],
|
|
539
541
|
"hasSecondaryEntryPoint": true,
|