@ng-primitives/mcp 0.100.0 → 0.101.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.100.0",
3
+ "version": "0.101.0",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -536,12 +536,6 @@
536
536
  "description": "A function that will scroll the active option into view. This can be overridden\nfor cases such as virtual scrolling where we cannot scroll the option directly because\nit may not be rendered.",
537
537
  "isRequired": false
538
538
  },
539
- {
540
- "name": "ngpComboboxOptionCount",
541
- "type": "number | undefined",
542
- "description": "The number of options within the combobox. By default this is calculated based on the\noptions added to the combobox, but in virtual scrolling scenarios the total number of options\nmay be different from the number of rendered options.",
543
- "isRequired": false
544
- },
545
539
  {
546
540
  "name": "ngpComboboxOptions",
547
541
  "type": "any[] | undefined",
@@ -1456,16 +1450,6 @@
1456
1450
  ],
1457
1451
  "outputs": []
1458
1452
  },
1459
- "NgpMenu": {
1460
- "name": "NgpMenu",
1461
- "description": "The `NgpMenu` is a container for menu items.",
1462
- "selector": "[ngpMenu]",
1463
- "exportAs": [
1464
- "ngpMenu"
1465
- ],
1466
- "inputs": [],
1467
- "outputs": []
1468
- },
1469
1453
  "NgpSubmenuTrigger": {
1470
1454
  "name": "NgpSubmenuTrigger",
1471
1455
  "description": "",
@@ -1511,6 +1495,24 @@
1511
1495
  ],
1512
1496
  "outputs": []
1513
1497
  },
1498
+ "NgpMenu": {
1499
+ "name": "NgpMenu",
1500
+ "description": "The `NgpMenu` is a container for menu items.",
1501
+ "selector": "[ngpMenu]",
1502
+ "exportAs": [
1503
+ "ngpMenu"
1504
+ ],
1505
+ "inputs": [
1506
+ {
1507
+ "name": "ngpMenuWrap",
1508
+ "type": "boolean",
1509
+ "description": "Whether focus should wrap around when reaching the end of the menu.",
1510
+ "isRequired": false,
1511
+ "defaultValue": "true"
1512
+ }
1513
+ ],
1514
+ "outputs": []
1515
+ },
1514
1516
  "NgpMenuTrigger": {
1515
1517
  "name": "NgpMenuTrigger",
1516
1518
  "description": "The `NgpMenuTrigger` directive allows you to turn an element into a menu trigger.",
@@ -2698,6 +2700,13 @@
2698
2700
  "description": "The orientation of the toggle group.",
2699
2701
  "isRequired": false
2700
2702
  },
2703
+ {
2704
+ "name": "ngpToggleGroupWrap",
2705
+ "type": "boolean",
2706
+ "description": "Whether focus should wrap around when reaching the end of the toggle group.",
2707
+ "isRequired": false,
2708
+ "defaultValue": "true"
2709
+ },
2701
2710
  {
2702
2711
  "name": "ngpToggleGroupAllowDeselection",
2703
2712
  "type": "boolean",