@ng-primitives/mcp 0.109.3 → 0.109.5

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.109.3",
3
+ "version": "0.109.5",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -538,8 +538,8 @@
538
538
  },
539
539
  {
540
540
  "name": "ngpComboboxDropdownFlip",
541
- "type": "boolean",
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": "boolean",
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
  },
@@ -1617,8 +1617,8 @@
1617
1617
  },
1618
1618
  {
1619
1619
  "name": "ngpSubmenuTriggerFlip",
1620
- "type": "boolean",
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": "boolean",
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": "boolean",
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
  },
@@ -2541,8 +2541,8 @@
2541
2541
  },
2542
2542
  {
2543
2543
  "name": "ngpSelectDropdownFlip",
2544
- "type": "boolean",
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": "boolean",
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
  },
@@ -1023,6 +1023,10 @@
1023
1023
  "name": "portal",
1024
1024
  "entryPoint": "ng-primitives/portal",
1025
1025
  "exports": [
1026
+ "coerceFlip",
1027
+ "NgpFlip",
1028
+ "NgpFlipInput",
1029
+ "NgpFlipOptions",
1026
1030
  "coerceOffset",
1027
1031
  "NgpOffset",
1028
1032
  "NgpOffsetInput",