@ng-primitives/mcp 0.100.0 → 0.100.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
CHANGED
|
@@ -536,12 +536,6 @@
|
|
|
536
536
|
"description": "A function that will scroll the active option into view. This can be overridden\nfor cases such as virtual scrolling where we cannot scroll the option directly because\nit may not be rendered.",
|
|
537
537
|
"isRequired": false
|
|
538
538
|
},
|
|
539
|
-
{
|
|
540
|
-
"name": "ngpComboboxOptionCount",
|
|
541
|
-
"type": "number | undefined",
|
|
542
|
-
"description": "The number of options within the combobox. By default this is calculated based on the\noptions added to the combobox, but in virtual scrolling scenarios the total number of options\nmay be different from the number of rendered options.",
|
|
543
|
-
"isRequired": false
|
|
544
|
-
},
|
|
545
539
|
{
|
|
546
540
|
"name": "ngpComboboxOptions",
|
|
547
541
|
"type": "any[] | undefined",
|