@ng-primitives/mcp 0.100.1 → 0.101.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 +1 -1
- package/src/generated/api-data.json +25 -10
package/package.json
CHANGED
|
@@ -1450,16 +1450,6 @@
|
|
|
1450
1450
|
],
|
|
1451
1451
|
"outputs": []
|
|
1452
1452
|
},
|
|
1453
|
-
"NgpMenu": {
|
|
1454
|
-
"name": "NgpMenu",
|
|
1455
|
-
"description": "The `NgpMenu` is a container for menu items.",
|
|
1456
|
-
"selector": "[ngpMenu]",
|
|
1457
|
-
"exportAs": [
|
|
1458
|
-
"ngpMenu"
|
|
1459
|
-
],
|
|
1460
|
-
"inputs": [],
|
|
1461
|
-
"outputs": []
|
|
1462
|
-
},
|
|
1463
1453
|
"NgpSubmenuTrigger": {
|
|
1464
1454
|
"name": "NgpSubmenuTrigger",
|
|
1465
1455
|
"description": "",
|
|
@@ -1505,6 +1495,24 @@
|
|
|
1505
1495
|
],
|
|
1506
1496
|
"outputs": []
|
|
1507
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
|
+
},
|
|
1508
1516
|
"NgpMenuTrigger": {
|
|
1509
1517
|
"name": "NgpMenuTrigger",
|
|
1510
1518
|
"description": "The `NgpMenuTrigger` directive allows you to turn an element into a menu trigger.",
|
|
@@ -2692,6 +2700,13 @@
|
|
|
2692
2700
|
"description": "The orientation of the toggle group.",
|
|
2693
2701
|
"isRequired": false
|
|
2694
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
|
+
},
|
|
2695
2710
|
{
|
|
2696
2711
|
"name": "ngpToggleGroupAllowDeselection",
|
|
2697
2712
|
"type": "boolean",
|