@ng-primitives/mcp 0.128.2 → 0.128.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-primitives/mcp",
3
- "version": "0.128.2",
3
+ "version": "0.128.4",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -986,7 +986,7 @@
986
986
  },
987
987
  {
988
988
  "name": "ngpComboboxDropdownPlacement",
989
- "type": "Placement",
989
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
990
990
  "description": "The position of the dropdown.",
991
991
  "isRequired": false,
992
992
  "defaultValue": "'bottom'"
@@ -1203,7 +1203,7 @@
1203
1203
  },
1204
1204
  {
1205
1205
  "name": "ngpContextMenuSubmenuTriggerPlacement",
1206
- "type": "Placement",
1206
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
1207
1207
  "description": "Define the placement of the submenu relative to the trigger.\n@default 'right-start'",
1208
1208
  "isRequired": false,
1209
1209
  "defaultValue": "'right-start'"
@@ -2389,7 +2389,7 @@
2389
2389
  },
2390
2390
  {
2391
2391
  "name": "ngpSubmenuTriggerPlacement",
2392
- "type": "Placement",
2392
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
2393
2393
  "description": "Define the placement of the menu relative to the trigger.\n@default 'right-start'",
2394
2394
  "isRequired": false,
2395
2395
  "defaultValue": "'right-start'"
@@ -2441,7 +2441,7 @@
2441
2441
  },
2442
2442
  {
2443
2443
  "name": "ngpMenuTriggerPlacement",
2444
- "type": "Placement",
2444
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
2445
2445
  "description": "Define the placement of the menu relative to the trigger.\n@default 'bottom-start'",
2446
2446
  "isRequired": false,
2447
2447
  "defaultValue": "'bottom-start'"
@@ -2765,7 +2765,7 @@
2765
2765
  },
2766
2766
  {
2767
2767
  "name": "ngpNavigationMenuTriggerPlacement",
2768
- "type": "Placement",
2768
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
2769
2769
  "description": "The placement of the content relative to the trigger.\n@default 'bottom-start'",
2770
2770
  "isRequired": false,
2771
2771
  "defaultValue": "'bottom-start'"
@@ -3198,7 +3198,7 @@
3198
3198
  },
3199
3199
  {
3200
3200
  "name": "ngpPopoverTriggerPlacement",
3201
- "type": "Placement",
3201
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
3202
3202
  "description": "Define the placement of the popover relative to the trigger.\n@default 'top'",
3203
3203
  "isRequired": false,
3204
3204
  "defaultValue": "'bottom'"
@@ -3735,7 +3735,7 @@
3735
3735
  },
3736
3736
  {
3737
3737
  "name": "ngpSelectDropdownPlacement",
3738
- "type": "Placement",
3738
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
3739
3739
  "description": "The position of the dropdown.",
3740
3740
  "isRequired": false,
3741
3741
  "defaultValue": "'bottom'"
@@ -4410,7 +4410,7 @@
4410
4410
  },
4411
4411
  {
4412
4412
  "name": "ngpTooltipTriggerPlacement",
4413
- "type": "Placement",
4413
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
4414
4414
  "description": "Define the placement of the tooltip relative to the trigger.\n@default 'top'",
4415
4415
  "isRequired": false,
4416
4416
  "defaultValue": "'top'"
@@ -4560,7 +4560,7 @@
4560
4560
  "properties": [
4561
4561
  {
4562
4562
  "name": "placement",
4563
- "type": "NgpPlacement",
4563
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
4564
4564
  "description": "The default placement for the combobox dropdown.",
4565
4565
  "default": "'bottom'"
4566
4566
  },
@@ -4741,7 +4741,7 @@
4741
4741
  },
4742
4742
  {
4743
4743
  "name": "placement",
4744
- "type": "NgpPlacement",
4744
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
4745
4745
  "description": "Define the placement of the menu relative to the trigger.",
4746
4746
  "default": "'bottom-start'"
4747
4747
  },
@@ -4824,7 +4824,7 @@
4824
4824
  },
4825
4825
  {
4826
4826
  "name": "placement",
4827
- "type": "NgpPlacement",
4827
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
4828
4828
  "description": "Define the placement of the content relative to the trigger.",
4829
4829
  "default": "'bottom-start'"
4830
4830
  },
@@ -4912,7 +4912,7 @@
4912
4912
  },
4913
4913
  {
4914
4914
  "name": "placement",
4915
- "type": "NgpPlacement",
4915
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
4916
4916
  "description": "Define the placement of the popover relative to the trigger.",
4917
4917
  "default": "'bottom'"
4918
4918
  },
@@ -5048,7 +5048,7 @@
5048
5048
  },
5049
5049
  {
5050
5050
  "name": "strategy",
5051
- "type": "NgpPositioningStrategy",
5051
+ "type": "'absolute' | 'fixed'",
5052
5052
  "description": "Whether the overlay should be positioned with fixed or absolute strategy"
5053
5053
  },
5054
5054
  {
@@ -5141,7 +5141,7 @@
5141
5141
  "properties": [
5142
5142
  {
5143
5143
  "name": "placement",
5144
- "type": "NgpPlacement",
5144
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
5145
5145
  "description": "The default placement for the select dropdown.",
5146
5146
  "default": "'bottom'"
5147
5147
  },
@@ -5333,7 +5333,7 @@
5333
5333
  },
5334
5334
  {
5335
5335
  "name": "placement",
5336
- "type": "NgpPlacement",
5336
+ "type": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
5337
5337
  "description": "Define the placement of the tooltip relative to the trigger.",
5338
5338
  "default": "'top'"
5339
5339
  },
@@ -1612,6 +1612,7 @@
1612
1612
  "NgpMiddleware",
1613
1613
  "NgpPlacement",
1614
1614
  "NgpPositioningStrategy",
1615
+ "NgpRect",
1615
1616
  "NgpRootBoundary",
1616
1617
  "BlockScrollStrategy",
1617
1618
  "CloseScrollStrategy",