@ng-primitives/mcp 0.112.3 → 0.114.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-primitives/mcp",
3
- "version": "0.112.3",
3
+ "version": "0.114.0",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -62,7 +62,7 @@
62
62
  "inputs": [
63
63
  {
64
64
  "name": "ngpAccordionType",
65
- "type": "NgpAccordionType",
65
+ "type": "'single' | 'multiple'",
66
66
  "description": "The type of the accordion.",
67
67
  "isRequired": false
68
68
  },
@@ -86,7 +86,7 @@
86
86
  },
87
87
  {
88
88
  "name": "ngpAccordionOrientation",
89
- "type": "NgpOrientation",
89
+ "type": "'horizontal' | 'vertical'",
90
90
  "description": "The accordion orientation.",
91
91
  "isRequired": false
92
92
  }
@@ -526,7 +526,7 @@
526
526
  },
527
527
  {
528
528
  "name": "ngpComboboxDropdownPlacement",
529
- "type": "NgpComboboxPlacement",
529
+ "type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'",
530
530
  "description": "The position of the dropdown.",
531
531
  "isRequired": false
532
532
  },
@@ -699,7 +699,7 @@
699
699
  },
700
700
  {
701
701
  "name": "ngpDatePickerFirstDayOfWeek",
702
- "type": "NgpDatePickerFirstDayOfWeekNumber",
702
+ "type": "1 | 2 | 3 | 4 | 5 | 6 | 7",
703
703
  "description": "Sets which day starts the week in the calendar.\nAccepts 0-7 where 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday, 7=Sunday.\nDefaults to NgpDatePickerConfig.firstDayOfWeek (default 7 if not overridden).\nNote: Update calendar header column order when changing from Sunday start.",
704
704
  "isRequired": false,
705
705
  "defaultValue": "7 (Sunday)"
@@ -764,7 +764,7 @@
764
764
  },
765
765
  {
766
766
  "name": "ngpDateRangePickerFirstDayOfWeek",
767
- "type": "NgpDatePickerFirstDayOfWeekNumber",
767
+ "type": "1 | 2 | 3 | 4 | 5 | 6 | 7",
768
768
  "description": "Sets which day starts the week in the calendar.\nAccepts 0-7 where 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday, 7=Sunday.\nDefaults to NgpDatePickerConfig.firstDayOfWeek (default 7 if not overridden).\nNote: Update calendar header column order when changing from Sunday start.",
769
769
  "isRequired": false,
770
770
  "defaultValue": "7 (Sunday)"
@@ -1160,7 +1160,7 @@
1160
1160
  },
1161
1161
  {
1162
1162
  "name": "ngpInputOtpInputMode",
1163
- "type": "NgpInputOtpInputMode",
1163
+ "type": "'numeric' | 'text' | 'decimal' | 'tel' | 'search' | 'email' | 'url'",
1164
1164
  "description": "The input mode for the hidden input.",
1165
1165
  "isRequired": false
1166
1166
  },
@@ -1414,7 +1414,7 @@
1414
1414
  "inputs": [
1415
1415
  {
1416
1416
  "name": "ngpListboxMode",
1417
- "type": "NgpSelectionMode",
1417
+ "type": "'single' | 'multiple'",
1418
1418
  "description": "The listbox selection mode.",
1419
1419
  "isRequired": false
1420
1420
  },
@@ -1594,7 +1594,7 @@
1594
1594
  },
1595
1595
  {
1596
1596
  "name": "ngpMenuTriggerPlacement",
1597
- "type": "NgpMenuPlacement",
1597
+ "type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'",
1598
1598
  "description": "Define the placement of the menu relative to the trigger.",
1599
1599
  "isRequired": false,
1600
1600
  "defaultValue": "'bottom-start'"
@@ -1649,7 +1649,7 @@
1649
1649
  },
1650
1650
  {
1651
1651
  "name": "ngpMenuTriggerOpenTriggers",
1652
- "type": "NgpMenuTriggerType[]",
1652
+ "type": "('click' | 'hover' | 'focus' | 'enter' | 'arrowkey')[]",
1653
1653
  "description": "Define which trigger types are enabled for the menu.",
1654
1654
  "isRequired": false,
1655
1655
  "defaultValue": "['click']"
@@ -1694,7 +1694,7 @@
1694
1694
  },
1695
1695
  {
1696
1696
  "name": "ngpSubmenuTriggerPlacement",
1697
- "type": "NgpMenuPlacement",
1697
+ "type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'",
1698
1698
  "description": "Define the placement of the menu relative to the trigger.",
1699
1699
  "isRequired": false,
1700
1700
  "defaultValue": "'right-start'"
@@ -1861,7 +1861,7 @@
1861
1861
  "inputs": [
1862
1862
  {
1863
1863
  "name": "ngpNavigationMenuOrientation",
1864
- "type": "NgpOrientation",
1864
+ "type": "'horizontal' | 'vertical'",
1865
1865
  "description": "The orientation of the navigation menu.",
1866
1866
  "isRequired": false,
1867
1867
  "defaultValue": "'horizontal'"
@@ -1905,7 +1905,7 @@
1905
1905
  "inputs": [
1906
1906
  {
1907
1907
  "name": "ngpNavigationMenuContentOrientation",
1908
- "type": "NgpOrientation",
1908
+ "type": "'horizontal' | 'vertical'",
1909
1909
  "description": "The orientation for keyboard navigation within the content.\nUse 'vertical' for list layouts (default), 'horizontal' for grid layouts.",
1910
1910
  "isRequired": false,
1911
1911
  "defaultValue": "'vertical'"
@@ -2276,7 +2276,7 @@
2276
2276
  },
2277
2277
  {
2278
2278
  "name": "ngpPopoverTriggerPlacement",
2279
- "type": "NgpPopoverPlacement",
2279
+ "type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'",
2280
2280
  "description": "Define the placement of the popover relative to the trigger.",
2281
2281
  "isRequired": false,
2282
2282
  "defaultValue": "'top'"
@@ -2502,7 +2502,7 @@
2502
2502
  },
2503
2503
  {
2504
2504
  "name": "ngpRadioGroupOrientation",
2505
- "type": "NgpOrientation",
2505
+ "type": "'horizontal' | 'vertical'",
2506
2506
  "description": "The orientation of the radio group.",
2507
2507
  "isRequired": false,
2508
2508
  "defaultValue": "'horizontal'"
@@ -2564,7 +2564,7 @@
2564
2564
  "inputs": [
2565
2565
  {
2566
2566
  "name": "ngpRovingFocusGroupOrientation",
2567
- "type": "NgpOrientation",
2567
+ "type": "'horizontal' | 'vertical'",
2568
2568
  "description": "Determine the orientation of the roving focus group.",
2569
2569
  "isRequired": false,
2570
2570
  "defaultValue": "'vertical'"
@@ -2768,7 +2768,7 @@
2768
2768
  "inputs": [
2769
2769
  {
2770
2770
  "name": "ngpSeparatorOrientation",
2771
- "type": "NgpOrientation",
2771
+ "type": "'horizontal' | 'vertical'",
2772
2772
  "description": "The orientation of the separator.",
2773
2773
  "isRequired": false
2774
2774
  }
@@ -2891,7 +2891,7 @@
2891
2891
  },
2892
2892
  {
2893
2893
  "name": "ngpSliderOrientation",
2894
- "type": "NgpOrientation",
2894
+ "type": "'horizontal' | 'vertical'",
2895
2895
  "description": "The orientation of the slider.",
2896
2896
  "isRequired": false
2897
2897
  },
@@ -2950,7 +2950,7 @@
2950
2950
  },
2951
2951
  {
2952
2952
  "name": "ngpRangeSliderOrientation",
2953
- "type": "NgpOrientation",
2953
+ "type": "'horizontal' | 'vertical'",
2954
2954
  "description": "The orientation of the range slider.",
2955
2955
  "isRequired": false
2956
2956
  },
@@ -3080,7 +3080,7 @@
3080
3080
  },
3081
3081
  {
3082
3082
  "name": "ngpTabsetOrientation",
3083
- "type": "NgpOrientation",
3083
+ "type": "'horizontal' | 'vertical'",
3084
3084
  "description": "The orientation of the tabset",
3085
3085
  "isRequired": false,
3086
3086
  "defaultValue": "'horizontal'"
@@ -3191,7 +3191,7 @@
3191
3191
  "inputs": [
3192
3192
  {
3193
3193
  "name": "ngpToggleGroupOrientation",
3194
- "type": "NgpOrientation",
3194
+ "type": "'horizontal' | 'vertical'",
3195
3195
  "description": "The orientation of the toggle group.",
3196
3196
  "isRequired": false
3197
3197
  },
@@ -3246,7 +3246,7 @@
3246
3246
  "inputs": [
3247
3247
  {
3248
3248
  "name": "ngpToolbarOrientation",
3249
- "type": "NgpOrientation",
3249
+ "type": "'horizontal' | 'vertical'",
3250
3250
  "description": "The orientation of the toolbar.",
3251
3251
  "isRequired": false
3252
3252
  }
@@ -3303,7 +3303,7 @@
3303
3303
  },
3304
3304
  {
3305
3305
  "name": "ngpTooltipTriggerPlacement",
3306
- "type": "NgpTooltipPlacement",
3306
+ "type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'",
3307
3307
  "description": "Define the placement of the tooltip relative to the trigger.",
3308
3308
  "isRequired": false,
3309
3309
  "defaultValue": "'top'"
@@ -1123,6 +1123,11 @@
1123
1123
  "NgpOverlayContent",
1124
1124
  "NgpOverlayTemplateContext",
1125
1125
  "NgpOverlayCooldownManager",
1126
+ "NgpDismissGuard",
1127
+ "NgpDismissPolicy",
1128
+ "NgpOverlayEntry",
1129
+ "NgpOverlayRef",
1130
+ "NgpOverlayRegistry",
1126
1131
  "injectOverlayArrowState",
1127
1132
  "NgpOverlayArrowProps",
1128
1133
  "NgpOverlayArrowState",