regen some pyi
This commit is contained in:
parent
4999518fea
commit
b67cf66953
@ -103,5 +103,5 @@ asyncio_default_fixture_loop_scope = "function"
|
|||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
skip = "./docs/*,*.html,examples/*, *.pyi"
|
skip = "docs/*,*.html,examples/*, *.pyi"
|
||||||
ignore-words-list = "te"
|
ignore-words-list = "te"
|
@ -150,7 +150,7 @@ class Center(Flex):
|
|||||||
Args:
|
Args:
|
||||||
*children: Child components.
|
*children: Child components.
|
||||||
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
||||||
direction: How child items are layed out: "row" | "column" | "row-reverse" | "column-reverse"
|
direction: How child items are laid out: "row" | "column" | "row-reverse" | "column-reverse"
|
||||||
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
||||||
justify: Alignment of children along the cross axis: "start" | "center" | "end" | "between"
|
justify: Alignment of children along the cross axis: "start" | "center" | "end" | "between"
|
||||||
wrap: Whether children should wrap when they reach the end of their container: "nowrap" | "wrap" | "wrap-reverse"
|
wrap: Whether children should wrap when they reach the end of their container: "nowrap" | "wrap" | "wrap-reverse"
|
||||||
|
@ -126,7 +126,7 @@ class Stack(Flex):
|
|||||||
spacing: Gap between children: "0" - "9"
|
spacing: Gap between children: "0" - "9"
|
||||||
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
||||||
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
||||||
direction: How child items are layed out: "row" | "column" | "row-reverse" | "column-reverse"
|
direction: How child items are laid out: "row" | "column" | "row-reverse" | "column-reverse"
|
||||||
justify: Alignment of children along the cross axis: "start" | "center" | "end" | "between"
|
justify: Alignment of children along the cross axis: "start" | "center" | "end" | "between"
|
||||||
wrap: Whether children should wrap when they reach the end of their container: "nowrap" | "wrap" | "wrap-reverse"
|
wrap: Whether children should wrap when they reach the end of their container: "nowrap" | "wrap" | "wrap-reverse"
|
||||||
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
||||||
@ -258,7 +258,7 @@ class VStack(Stack):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
*children: The children of the stack.
|
*children: The children of the stack.
|
||||||
direction: How child items are layed out: "row" | "column" | "row-reverse" | "column-reverse"
|
direction: How child items are laid out: "row" | "column" | "row-reverse" | "column-reverse"
|
||||||
spacing: Gap between children: "0" - "9"
|
spacing: Gap between children: "0" - "9"
|
||||||
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
||||||
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
||||||
@ -393,7 +393,7 @@ class HStack(Stack):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
*children: The children of the stack.
|
*children: The children of the stack.
|
||||||
direction: How child items are layed out: "row" | "column" | "row-reverse" | "column-reverse"
|
direction: How child items are laid out: "row" | "column" | "row-reverse" | "column-reverse"
|
||||||
spacing: Gap between children: "0" - "9"
|
spacing: Gap between children: "0" - "9"
|
||||||
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
align: Alignment of children along the main axis: "start" | "center" | "end" | "baseline" | "stretch"
|
||||||
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
||||||
|
Loading…
Reference in New Issue
Block a user