diff --git a/docs/content/meta/AccordionContent.md b/docs/content/meta/AccordionContent.md index f13bfa76a..cac73e333 100644 --- a/docs/content/meta/AccordionContent.md +++ b/docs/content/meta/AccordionContent.md @@ -13,5 +13,11 @@ 'description': '
Change the default rendered element for the one passed as a child, merging their props and behavior.
\nRead our Composition guide for more details.
\n', 'type': 'boolean', 'required': false + }, + { + 'name': 'forceMount', + 'description': 'Used to force mounting when more control is needed. Useful when\ncontrolling animation with Vue animation libraries.
\n', + 'type': 'boolean', + 'required': false } ]" /> diff --git a/docs/content/meta/ListboxRoot.md b/docs/content/meta/ListboxRoot.md index 12e99fd8f..157c79e2e 100644 --- a/docs/content/meta/ListboxRoot.md +++ b/docs/content/meta/ListboxRoot.md @@ -72,7 +72,7 @@ { 'name': 'selectionBehavior', 'description': 'How multiple selection should behave in the collection.
\n', - 'type': '\'replace\' | \'toggle\'', + 'type': '\'toggle\' | \'replace\'', 'required': false, 'default': '\'toggle\'' } diff --git a/docs/content/meta/ListboxVirtualizer.md b/docs/content/meta/ListboxVirtualizer.md index cdabbdd71..545426d46 100644 --- a/docs/content/meta/ListboxVirtualizer.md +++ b/docs/content/meta/ListboxVirtualizer.md @@ -26,5 +26,15 @@ 'name': 'option', 'description': '', 'type': 'string | number | false | true | RecordEvent handler called when the user selects a link (via mouse or keyboard).
\nCalling event.preventDefault
in this handler will prevent the navigation menu from closing when selecting that link.
When true
, prevents the user from interacting with the tab.
When true
, prevents the user from interacting with the step.
The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs
\n', + 'description': 'The value of the step that should be active when initially rendered. Use when you do not need to control the state of the steps.
\n', 'type': 'number', 'required': false, 'default': '1' @@ -29,20 +29,20 @@ }, { 'name': 'linear', - 'description': 'Whether or not the steps must be completed in order
\n', + 'description': 'Whether or not the steps must be completed in order.
\n', 'type': 'boolean', 'required': false, 'default': 'true' }, { 'name': 'modelValue', - 'description': 'The controlled value of the tab to activate. Can be bound as v-model
.
The controlled value of the step to activate. Can be bound as v-model
.
The orientation the tabs are laid out.\nMainly so arrow navigation is done accordingly (left & right vs. up & down)
\n', + 'description': 'The orientation the steps are laid out.\nMainly so arrow navigation is done accordingly (left & right vs. up & down).
\n', 'type': '\'vertical\' | \'horizontal\'', 'required': false, 'default': '\'horizontal\'' diff --git a/docs/content/meta/TreeRoot.md b/docs/content/meta/TreeRoot.md index 444a3edf8..8ae470aa0 100644 --- a/docs/content/meta/TreeRoot.md +++ b/docs/content/meta/TreeRoot.md @@ -44,18 +44,19 @@ 'type': 'string[]', 'required': false }, + { + 'name': 'getChildren', + 'description': 'This function is passed the index of each item and should return a list of children for that item
\n', + 'type': '((val: RecordThis function is passed the index of each item and should return a unique key for that item
\n', 'type': '(val: RecordThis function is passed the index of each item and should return a list of children for that item
\n', - 'type': '(val: RecordList of items
\n', @@ -83,7 +84,7 @@ { 'name': 'selectionBehavior', 'description': 'How multiple selection should behave in the collection.
\n', - 'type': '\'replace\' | \'toggle\'', + 'type': '\'toggle\' | \'replace\'', 'required': false, 'default': '\'toggle\'' } diff --git a/docs/content/meta/TreeVirtualizer.md b/docs/content/meta/TreeVirtualizer.md index 9f479e4e0..8b5e18201 100644 --- a/docs/content/meta/TreeVirtualizer.md +++ b/docs/content/meta/TreeVirtualizer.md @@ -20,5 +20,15 @@ 'name': 'item', 'description': '', 'type': 'FlattenedItem