@ng-primitives/mcp 0.102.0 → 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 +1 -1
- package/src/generated/api-data.json +57 -23
package/package.json
CHANGED
|
@@ -478,7 +478,13 @@
|
|
|
478
478
|
"isRequired": false
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
|
-
"outputs": [
|
|
481
|
+
"outputs": [
|
|
482
|
+
{
|
|
483
|
+
"name": "ngpComboboxOptionActivated",
|
|
484
|
+
"type": "void",
|
|
485
|
+
"description": "Event emitted when the option is activated via click or keyboard.\nThis is useful for options without values that need custom behavior."
|
|
486
|
+
}
|
|
487
|
+
]
|
|
482
488
|
},
|
|
483
489
|
"NgpCombobox": {
|
|
484
490
|
"name": "NgpCombobox",
|
|
@@ -2220,7 +2226,13 @@
|
|
|
2220
2226
|
"isRequired": false
|
|
2221
2227
|
}
|
|
2222
2228
|
],
|
|
2223
|
-
"outputs": [
|
|
2229
|
+
"outputs": [
|
|
2230
|
+
{
|
|
2231
|
+
"name": "ngpSelectOptionActivated",
|
|
2232
|
+
"type": "void",
|
|
2233
|
+
"description": "Event emitted when the option is activated via click or keyboard.\nThis is useful for options without values that need custom behavior."
|
|
2234
|
+
}
|
|
2235
|
+
]
|
|
2224
2236
|
},
|
|
2225
2237
|
"NgpSelect": {
|
|
2226
2238
|
"name": "NgpSelect",
|
|
@@ -2319,16 +2331,6 @@
|
|
|
2319
2331
|
"inputs": [],
|
|
2320
2332
|
"outputs": []
|
|
2321
2333
|
},
|
|
2322
|
-
"NgpRangeSliderThumb": {
|
|
2323
|
-
"name": "NgpRangeSliderThumb",
|
|
2324
|
-
"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.",
|
|
2325
|
-
"selector": "[ngpRangeSliderThumb]",
|
|
2326
|
-
"exportAs": [
|
|
2327
|
-
"ngpRangeSliderThumb"
|
|
2328
|
-
],
|
|
2329
|
-
"inputs": [],
|
|
2330
|
-
"outputs": []
|
|
2331
|
-
},
|
|
2332
2334
|
"NgpRangeSliderTrack": {
|
|
2333
2335
|
"name": "NgpRangeSliderTrack",
|
|
2334
2336
|
"description": "Apply the `ngpRangeSliderTrack` directive to an element that represents the track of the range slider.",
|
|
@@ -2339,6 +2341,27 @@
|
|
|
2339
2341
|
"inputs": [],
|
|
2340
2342
|
"outputs": []
|
|
2341
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
|
+
},
|
|
2342
2365
|
"NgpSliderRange": {
|
|
2343
2366
|
"name": "NgpSliderRange",
|
|
2344
2367
|
"description": "Apply the `ngpSliderRange` directive to an element that represents the range of the slider.",
|
|
@@ -2349,16 +2372,6 @@
|
|
|
2349
2372
|
"inputs": [],
|
|
2350
2373
|
"outputs": []
|
|
2351
2374
|
},
|
|
2352
|
-
"NgpSliderThumb": {
|
|
2353
|
-
"name": "NgpSliderThumb",
|
|
2354
|
-
"description": "Apply the `ngpSliderThumb` directive to an element that represents the thumb of the slider.",
|
|
2355
|
-
"selector": "[ngpSliderThumb]",
|
|
2356
|
-
"exportAs": [
|
|
2357
|
-
"ngpSliderThumb"
|
|
2358
|
-
],
|
|
2359
|
-
"inputs": [],
|
|
2360
|
-
"outputs": []
|
|
2361
|
-
},
|
|
2362
2375
|
"NgpSliderTrack": {
|
|
2363
2376
|
"name": "NgpSliderTrack",
|
|
2364
2377
|
"description": "Apply the `ngpSliderTrack` directive to an element that represents the track of the slider.",
|
|
@@ -2369,6 +2382,27 @@
|
|
|
2369
2382
|
"inputs": [],
|
|
2370
2383
|
"outputs": []
|
|
2371
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
|
+
},
|
|
2372
2406
|
"NgpSlider": {
|
|
2373
2407
|
"name": "NgpSlider",
|
|
2374
2408
|
"description": "Apply the `ngpSlider` directive to an element that represents the slider and contains the track, range, and thumb.",
|
|
@@ -2802,7 +2836,7 @@
|
|
|
2802
2836
|
{
|
|
2803
2837
|
"name": "ngpTooltipTriggerDisabled",
|
|
2804
2838
|
"type": "boolean",
|
|
2805
|
-
"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.",
|
|
2806
2840
|
"isRequired": false,
|
|
2807
2841
|
"defaultValue": "false"
|
|
2808
2842
|
},
|