reflex-components-core 0.9.2__tar.gz → 0.9.3__tar.gz
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.
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/PKG-INFO +1 -1
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/forms.py +7 -7
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/forms.pyi +2 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/.gitignore +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/README.md +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/pyproject.toml +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/app_wrap.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/app_wrap.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/bare.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/body.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/body.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/document.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/document.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/error_boundary.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/error_boundary.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/fragment.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/fragment.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/link.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/link.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/meta.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/meta.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/script.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/script.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/strict_mode.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/base/strict_mode.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/_upload.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/auto_scroll.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/auto_scroll.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/banner.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/banner.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/breakpoints.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/clipboard.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/clipboard.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/colors.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/cond.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/debounce.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/debounce.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/foreach.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/helmet.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/helmet.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/html.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/html.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/layout/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/markdown_component_map.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/match.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/responsive.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/sticky.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/sticky.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/upload.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/upload.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/window_events.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/core/window_events.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/datadisplay/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/datadisplay/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/datadisplay/logo.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/element.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/element.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/__init__.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/base.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/base.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/inline.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/inline.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/media.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/media.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/metadata.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/metadata.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/other.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/other.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/scripts.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/scripts.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/sectioning.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/sectioning.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/tables.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/tables.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/typography.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/el/elements/typography.pyi +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/react_router/__init__.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/react_router/dom.py +0 -0
- {reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/react_router/dom.pyi +0 -0
|
@@ -769,18 +769,18 @@ class Textarea(RawTextBaseHTML):
|
|
|
769
769
|
"enter_key_submit",
|
|
770
770
|
]
|
|
771
771
|
|
|
772
|
-
def
|
|
773
|
-
"""
|
|
772
|
+
def add_custom_code(self) -> list[str]:
|
|
773
|
+
"""Inject the JS helpers used by ``auto_height`` and ``enter_key_submit``.
|
|
774
774
|
|
|
775
775
|
Returns:
|
|
776
|
-
The
|
|
776
|
+
The module-level JS snippets required by the enabled features.
|
|
777
777
|
"""
|
|
778
|
-
|
|
778
|
+
code: list[str] = []
|
|
779
779
|
if self.auto_height is not None:
|
|
780
|
-
|
|
780
|
+
code.append(AUTO_HEIGHT_JS)
|
|
781
781
|
if self.enter_key_submit is not None:
|
|
782
|
-
|
|
783
|
-
return
|
|
782
|
+
code.append(ENTER_KEY_SUBMIT_JS)
|
|
783
|
+
return code
|
|
784
784
|
|
|
785
785
|
|
|
786
786
|
button = Button.create
|
|
@@ -4918,6 +4918,8 @@ class Textarea(RawTextBaseHTML):
|
|
|
4918
4918
|
ValueError: when `enter_key_submit` is combined with `on_key_down`.
|
|
4919
4919
|
"""
|
|
4920
4920
|
|
|
4921
|
+
def add_custom_code(self) -> list[str]: ...
|
|
4922
|
+
|
|
4921
4923
|
button = Button.create
|
|
4922
4924
|
datalist = Datalist.create
|
|
4923
4925
|
fieldset = Fieldset.create
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex_components_core-0.9.2 → reflex_components_core-0.9.3}/src/reflex_components_core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|