@ng-primitives/mcp 0.102.0 → 0.102.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 +14 -2
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",
|