@ng-primitives/mcp 0.109.4 → 0.110.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
|
@@ -538,8 +538,8 @@
|
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
540
|
"name": "ngpComboboxDropdownFlip",
|
|
541
|
-
"type": "
|
|
542
|
-
"description": "Whether the dropdown should flip when there is not enough space.",
|
|
541
|
+
"type": "NgpFlip",
|
|
542
|
+
"description": "Whether the dropdown should flip when there is not enough space. Can be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
543
543
|
"isRequired": false
|
|
544
544
|
},
|
|
545
545
|
{
|
|
@@ -1517,8 +1517,8 @@
|
|
|
1517
1517
|
},
|
|
1518
1518
|
{
|
|
1519
1519
|
"name": "ngpMenuTriggerFlip",
|
|
1520
|
-
"type": "
|
|
1521
|
-
"description": "Define whether the menu should flip when there is not enough space for the menu.",
|
|
1520
|
+
"type": "NgpFlip",
|
|
1521
|
+
"description": "Define whether the menu should flip when there is not enough space for the menu.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
1522
1522
|
"isRequired": false,
|
|
1523
1523
|
"defaultValue": "true"
|
|
1524
1524
|
},
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
1540
|
"name": "ngpMenuTriggerScrollBehavior",
|
|
1541
|
-
"type": "\"reposition\" | \"block\"",
|
|
1541
|
+
"type": "\"close\" | \"reposition\" | \"block\"",
|
|
1542
1542
|
"description": "Defines how the menu behaves when the window is scrolled.",
|
|
1543
1543
|
"isRequired": false,
|
|
1544
1544
|
"defaultValue": "'block'"
|
|
@@ -1617,8 +1617,8 @@
|
|
|
1617
1617
|
},
|
|
1618
1618
|
{
|
|
1619
1619
|
"name": "ngpSubmenuTriggerFlip",
|
|
1620
|
-
"type": "
|
|
1621
|
-
"description": "Define whether the menu should flip when there is not enough space for the menu.",
|
|
1620
|
+
"type": "NgpFlip",
|
|
1621
|
+
"description": "Define whether the menu should flip when there is not enough space for the menu.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
1622
1622
|
"isRequired": false,
|
|
1623
1623
|
"defaultValue": "true"
|
|
1624
1624
|
}
|
|
@@ -1884,8 +1884,8 @@
|
|
|
1884
1884
|
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"name": "ngpNavigationMenuTriggerFlip",
|
|
1887
|
-
"type": "
|
|
1888
|
-
"description": "Whether the content should flip when there is not enough space.",
|
|
1887
|
+
"type": "NgpFlip",
|
|
1888
|
+
"description": "Whether the content should flip when there is not enough space.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
1889
1889
|
"isRequired": false,
|
|
1890
1890
|
"defaultValue": "true"
|
|
1891
1891
|
},
|
|
@@ -2117,8 +2117,8 @@
|
|
|
2117
2117
|
},
|
|
2118
2118
|
{
|
|
2119
2119
|
"name": "ngpPopoverTriggerFlip",
|
|
2120
|
-
"type": "
|
|
2121
|
-
"description": "Define whether the popover should flip when there is not enough space for the popover.",
|
|
2120
|
+
"type": "NgpFlip",
|
|
2121
|
+
"description": "Define whether the popover should flip when there is not enough space for the popover.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
2122
2122
|
"isRequired": false,
|
|
2123
2123
|
"defaultValue": "true"
|
|
2124
2124
|
},
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
},
|
|
2153
2153
|
{
|
|
2154
2154
|
"name": "ngpPopoverTriggerScrollBehavior",
|
|
2155
|
-
"type": "\"reposition\" | \"block\"",
|
|
2155
|
+
"type": "\"close\" | \"reposition\" | \"block\"",
|
|
2156
2156
|
"description": "Defines how the popover behaves when the window is scrolled.",
|
|
2157
2157
|
"isRequired": false,
|
|
2158
2158
|
"defaultValue": "'reposition'"
|
|
@@ -2541,8 +2541,8 @@
|
|
|
2541
2541
|
},
|
|
2542
2542
|
{
|
|
2543
2543
|
"name": "ngpSelectDropdownFlip",
|
|
2544
|
-
"type": "
|
|
2545
|
-
"description": "Whether the dropdown should flip when there is not enough space.",
|
|
2544
|
+
"type": "NgpFlip",
|
|
2545
|
+
"description": "Whether the dropdown should flip when there is not enough space. Can be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
2546
2546
|
"isRequired": false
|
|
2547
2547
|
},
|
|
2548
2548
|
{
|
|
@@ -3144,8 +3144,8 @@
|
|
|
3144
3144
|
},
|
|
3145
3145
|
{
|
|
3146
3146
|
"name": "ngpTooltipTriggerFlip",
|
|
3147
|
-
"type": "
|
|
3148
|
-
"description": "Define whether the tooltip should flip when there is not enough space for the tooltip.",
|
|
3147
|
+
"type": "NgpFlip",
|
|
3148
|
+
"description": "Define whether the tooltip should flip when there is not enough space for the tooltip.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.",
|
|
3149
3149
|
"isRequired": false,
|
|
3150
3150
|
"defaultValue": "true"
|
|
3151
3151
|
},
|
|
@@ -652,7 +652,9 @@
|
|
|
652
652
|
"hasSecondaryEntryPoint": true,
|
|
653
653
|
"category": "form",
|
|
654
654
|
"description": "One-Time Password (OTP) input component with individual character slots for secure authentication codes.",
|
|
655
|
-
"accessibility": [
|
|
655
|
+
"accessibility": [
|
|
656
|
+
"screen reader"
|
|
657
|
+
],
|
|
656
658
|
"examples": [
|
|
657
659
|
{
|
|
658
660
|
"name": "example-0",
|
|
@@ -897,7 +899,7 @@
|
|
|
897
899
|
"category": "utility",
|
|
898
900
|
"description": "A navigation menu component for site-wide navigation with dropdown content panels.",
|
|
899
901
|
"accessibility": [
|
|
900
|
-
"
|
|
902
|
+
"ARIA Navigation"
|
|
901
903
|
],
|
|
902
904
|
"examples": [
|
|
903
905
|
{
|
|
@@ -938,7 +940,9 @@
|
|
|
938
940
|
"hasSecondaryEntryPoint": true,
|
|
939
941
|
"category": "navigation",
|
|
940
942
|
"description": "The Pagination primitives provide a set of directives to create a pagination control. The pagination control is used to navigate through a set of data that is split into multiple pages.",
|
|
941
|
-
"accessibility": [
|
|
943
|
+
"accessibility": [
|
|
944
|
+
"screen reader"
|
|
945
|
+
],
|
|
942
946
|
"examples": [
|
|
943
947
|
{
|
|
944
948
|
"name": "example-0",
|
|
@@ -1023,6 +1027,10 @@
|
|
|
1023
1027
|
"name": "portal",
|
|
1024
1028
|
"entryPoint": "ng-primitives/portal",
|
|
1025
1029
|
"exports": [
|
|
1030
|
+
"coerceFlip",
|
|
1031
|
+
"NgpFlip",
|
|
1032
|
+
"NgpFlipInput",
|
|
1033
|
+
"NgpFlipOptions",
|
|
1026
1034
|
"coerceOffset",
|
|
1027
1035
|
"NgpOffset",
|
|
1028
1036
|
"NgpOffsetInput",
|
|
@@ -1048,6 +1056,7 @@
|
|
|
1048
1056
|
"NgpTemplatePortal",
|
|
1049
1057
|
"NgpPosition",
|
|
1050
1058
|
"BlockScrollStrategy",
|
|
1059
|
+
"CloseScrollStrategy",
|
|
1051
1060
|
"NoopScrollStrategy",
|
|
1052
1061
|
"ScrollStrategy",
|
|
1053
1062
|
"coerceShift",
|
|
@@ -1237,6 +1246,7 @@
|
|
|
1237
1246
|
"category": "form",
|
|
1238
1247
|
"description": "A select is a form control that allows users to select options from a list.",
|
|
1239
1248
|
"accessibility": [
|
|
1249
|
+
"ARIA Combobox",
|
|
1240
1250
|
"keyboard navigation"
|
|
1241
1251
|
],
|
|
1242
1252
|
"examples": [
|
|
@@ -1515,7 +1525,8 @@
|
|
|
1515
1525
|
"category": "feedback",
|
|
1516
1526
|
"description": "A toast is a non-modal, unobtrusive window element used to display brief, auto-expiring messages to the user.",
|
|
1517
1527
|
"accessibility": [
|
|
1518
|
-
"aria live"
|
|
1528
|
+
"aria live",
|
|
1529
|
+
"screen reader"
|
|
1519
1530
|
],
|
|
1520
1531
|
"examples": [
|
|
1521
1532
|
{
|
|
@@ -1600,7 +1611,9 @@
|
|
|
1600
1611
|
"hasSecondaryEntryPoint": true,
|
|
1601
1612
|
"category": "form",
|
|
1602
1613
|
"description": "The toggle group primitive is a collection of toggle buttons that can be used to select one or more options.",
|
|
1603
|
-
"accessibility": [
|
|
1614
|
+
"accessibility": [
|
|
1615
|
+
"Keyboard navigation"
|
|
1616
|
+
],
|
|
1604
1617
|
"examples": [
|
|
1605
1618
|
{
|
|
1606
1619
|
"name": "example-0",
|
|
@@ -1672,7 +1685,9 @@
|
|
|
1672
1685
|
"hasSecondaryEntryPoint": true,
|
|
1673
1686
|
"category": "feedback",
|
|
1674
1687
|
"description": "Display additional information on hover.",
|
|
1675
|
-
"accessibility": [
|
|
1688
|
+
"accessibility": [
|
|
1689
|
+
"ARIA Tooltip"
|
|
1690
|
+
],
|
|
1676
1691
|
"examples": [
|
|
1677
1692
|
{
|
|
1678
1693
|
"name": "example-0",
|