@ng-primitives/mcp 0.102.1 → 0.102.2

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.102.1",
3
+ "version": "0.102.2",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -2331,16 +2331,6 @@
2331
2331
  "inputs": [],
2332
2332
  "outputs": []
2333
2333
  },
2334
- "NgpRangeSliderThumb": {
2335
- "name": "NgpRangeSliderThumb",
2336
- "description": "Apply the `ngpRangeSliderThumb` directive to an element that represents a thumb of the range slider.\nEach thumb can be configured to control either the 'low' or 'high' value.",
2337
- "selector": "[ngpRangeSliderThumb]",
2338
- "exportAs": [
2339
- "ngpRangeSliderThumb"
2340
- ],
2341
- "inputs": [],
2342
- "outputs": []
2343
- },
2344
2334
  "NgpRangeSliderTrack": {
2345
2335
  "name": "NgpRangeSliderTrack",
2346
2336
  "description": "Apply the `ngpRangeSliderTrack` directive to an element that represents the track of the range slider.",
@@ -2351,6 +2341,27 @@
2351
2341
  "inputs": [],
2352
2342
  "outputs": []
2353
2343
  },
2344
+ "NgpRangeSliderThumb": {
2345
+ "name": "NgpRangeSliderThumb",
2346
+ "description": "Apply the `ngpRangeSliderThumb` directive to an element that represents a thumb of the range slider.\nEach thumb can be configured to control either the 'low' or 'high' value.",
2347
+ "selector": "[ngpRangeSliderThumb]",
2348
+ "exportAs": [
2349
+ "ngpRangeSliderThumb"
2350
+ ],
2351
+ "inputs": [],
2352
+ "outputs": [
2353
+ {
2354
+ "name": "ngpRangeSliderThumbDragStart",
2355
+ "type": "void",
2356
+ "description": "Emits when the thumb drag starts."
2357
+ },
2358
+ {
2359
+ "name": "ngpRangeSliderThumbDragEnd",
2360
+ "type": "void",
2361
+ "description": "Emits when the thumb drag ends."
2362
+ }
2363
+ ]
2364
+ },
2354
2365
  "NgpSliderRange": {
2355
2366
  "name": "NgpSliderRange",
2356
2367
  "description": "Apply the `ngpSliderRange` directive to an element that represents the range of the slider.",
@@ -2361,16 +2372,6 @@
2361
2372
  "inputs": [],
2362
2373
  "outputs": []
2363
2374
  },
2364
- "NgpSliderThumb": {
2365
- "name": "NgpSliderThumb",
2366
- "description": "Apply the `ngpSliderThumb` directive to an element that represents the thumb of the slider.",
2367
- "selector": "[ngpSliderThumb]",
2368
- "exportAs": [
2369
- "ngpSliderThumb"
2370
- ],
2371
- "inputs": [],
2372
- "outputs": []
2373
- },
2374
2375
  "NgpSliderTrack": {
2375
2376
  "name": "NgpSliderTrack",
2376
2377
  "description": "Apply the `ngpSliderTrack` directive to an element that represents the track of the slider.",
@@ -2381,6 +2382,27 @@
2381
2382
  "inputs": [],
2382
2383
  "outputs": []
2383
2384
  },
2385
+ "NgpSliderThumb": {
2386
+ "name": "NgpSliderThumb",
2387
+ "description": "Apply the `ngpSliderThumb` directive to an element that represents the thumb of the slider.",
2388
+ "selector": "[ngpSliderThumb]",
2389
+ "exportAs": [
2390
+ "ngpSliderThumb"
2391
+ ],
2392
+ "inputs": [],
2393
+ "outputs": [
2394
+ {
2395
+ "name": "ngpSliderThumbDragStart",
2396
+ "type": "void",
2397
+ "description": "Emits when the thumb drag starts."
2398
+ },
2399
+ {
2400
+ "name": "ngpSliderThumbDragEnd",
2401
+ "type": "void",
2402
+ "description": "Emits when the thumb drag ends."
2403
+ }
2404
+ ]
2405
+ },
2384
2406
  "NgpSlider": {
2385
2407
  "name": "NgpSlider",
2386
2408
  "description": "Apply the `ngpSlider` directive to an element that represents the slider and contains the track, range, and thumb.",
@@ -2814,7 +2836,7 @@
2814
2836
  {
2815
2837
  "name": "ngpTooltipTriggerDisabled",
2816
2838
  "type": "boolean",
2817
- "description": "Define if the trigger should be disabled.",
2839
+ "description": "Define if the trigger should be disabled. This will prevent the tooltip from being shown or hidden from interactions.",
2818
2840
  "isRequired": false,
2819
2841
  "defaultValue": "false"
2820
2842
  },