reflex 0.8.4a1__py3-none-any.whl → 0.8.5a1__py3-none-any.whl
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.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/.templates/web/utils/react-theme.js +12 -17
- reflex/__init__.py +2 -9
- reflex/__init__.pyi +4 -2
- reflex/app.py +16 -10
- reflex/compiler/compiler.py +10 -3
- reflex/components/base/app_wrap.pyi +0 -1
- reflex/components/base/body.pyi +0 -2
- reflex/components/base/document.pyi +0 -12
- reflex/components/base/error_boundary.pyi +0 -2
- reflex/components/base/fragment.pyi +0 -2
- reflex/components/base/link.pyi +0 -4
- reflex/components/base/meta.pyi +0 -6
- reflex/components/base/script.py +0 -2
- reflex/components/base/script.pyi +0 -2
- reflex/components/base/strict_mode.pyi +0 -2
- reflex/components/component.py +2 -30
- reflex/components/core/auto_scroll.pyi +0 -2
- reflex/components/core/banner.pyi +0 -10
- reflex/components/core/client_side_routing.pyi +0 -2
- reflex/components/core/clipboard.py +1 -3
- reflex/components/core/clipboard.pyi +0 -2
- reflex/components/core/cond.py +0 -2
- reflex/components/core/debounce.pyi +0 -1
- reflex/components/core/helmet.pyi +0 -2
- reflex/components/core/html.pyi +0 -2
- reflex/components/core/match.py +1 -2
- reflex/components/core/sticky.pyi +0 -4
- reflex/components/core/upload.pyi +0 -10
- reflex/components/core/window_events.pyi +0 -2
- reflex/components/datadisplay/code.py +6 -4
- reflex/components/datadisplay/code.pyi +0 -4
- reflex/components/datadisplay/dataeditor.pyi +0 -2
- reflex/components/datadisplay/shiki_code_block.pyi +0 -6
- reflex/components/el/element.pyi +0 -2
- reflex/components/el/elements/base.pyi +0 -2
- reflex/components/el/elements/forms.py +5 -21
- reflex/components/el/elements/forms.pyi +0 -38
- reflex/components/el/elements/inline.pyi +0 -56
- reflex/components/el/elements/media.pyi +0 -52
- reflex/components/el/elements/metadata.pyi +0 -12
- reflex/components/el/elements/other.pyi +0 -14
- reflex/components/el/elements/scripts.pyi +0 -6
- reflex/components/el/elements/sectioning.pyi +0 -30
- reflex/components/el/elements/tables.pyi +0 -20
- reflex/components/el/elements/typography.pyi +0 -32
- reflex/components/gridjs/datatable.pyi +0 -4
- reflex/components/lucide/icon.py +12 -1
- reflex/components/lucide/icon.pyi +12 -7
- reflex/components/markdown/markdown.pyi +0 -2
- reflex/components/moment/moment.pyi +0 -2
- reflex/components/plotly/plotly.py +25 -17
- reflex/components/plotly/plotly.pyi +0 -18
- reflex/components/radix/primitives/accordion.pyi +0 -14
- reflex/components/radix/primitives/base.pyi +0 -4
- reflex/components/radix/primitives/drawer.pyi +0 -22
- reflex/components/radix/primitives/form.pyi +0 -20
- reflex/components/radix/primitives/progress.pyi +0 -10
- reflex/components/radix/primitives/slider.pyi +0 -10
- reflex/components/radix/themes/base.py +2 -4
- reflex/components/radix/themes/base.pyi +0 -15
- reflex/components/radix/themes/color_mode.pyi +0 -5
- reflex/components/radix/themes/components/alert_dialog.pyi +0 -11
- reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
- reflex/components/radix/themes/components/avatar.pyi +0 -2
- reflex/components/radix/themes/components/badge.pyi +0 -2
- reflex/components/radix/themes/components/button.pyi +0 -2
- reflex/components/radix/themes/components/callout.pyi +0 -10
- reflex/components/radix/themes/components/card.pyi +0 -2
- reflex/components/radix/themes/components/checkbox.pyi +0 -6
- reflex/components/radix/themes/components/checkbox_cards.pyi +0 -4
- reflex/components/radix/themes/components/checkbox_group.pyi +0 -4
- reflex/components/radix/themes/components/context_menu.pyi +0 -26
- reflex/components/radix/themes/components/data_list.pyi +0 -8
- reflex/components/radix/themes/components/dialog.pyi +0 -12
- reflex/components/radix/themes/components/dropdown_menu.pyi +0 -14
- reflex/components/radix/themes/components/hover_card.pyi +0 -7
- reflex/components/radix/themes/components/icon_button.pyi +0 -2
- reflex/components/radix/themes/components/inset.pyi +0 -2
- reflex/components/radix/themes/components/popover.pyi +0 -6
- reflex/components/radix/themes/components/progress.pyi +0 -2
- reflex/components/radix/themes/components/radio.pyi +0 -2
- reflex/components/radix/themes/components/radio_cards.pyi +0 -4
- reflex/components/radix/themes/components/radio_group.pyi +0 -8
- reflex/components/radix/themes/components/scroll_area.pyi +0 -2
- reflex/components/radix/themes/components/segmented_control.pyi +0 -4
- reflex/components/radix/themes/components/select.pyi +0 -18
- reflex/components/radix/themes/components/separator.pyi +0 -2
- reflex/components/radix/themes/components/skeleton.pyi +0 -2
- reflex/components/radix/themes/components/slider.pyi +0 -2
- reflex/components/radix/themes/components/spinner.pyi +0 -2
- reflex/components/radix/themes/components/switch.pyi +0 -2
- reflex/components/radix/themes/components/table.pyi +0 -14
- reflex/components/radix/themes/components/tabs.pyi +0 -10
- reflex/components/radix/themes/components/text_area.pyi +0 -2
- reflex/components/radix/themes/components/text_field.pyi +0 -6
- reflex/components/radix/themes/components/tooltip.pyi +0 -2
- reflex/components/radix/themes/layout/base.pyi +0 -2
- reflex/components/radix/themes/layout/box.pyi +0 -2
- reflex/components/radix/themes/layout/center.pyi +0 -2
- reflex/components/radix/themes/layout/container.pyi +0 -1
- reflex/components/radix/themes/layout/flex.pyi +0 -2
- reflex/components/radix/themes/layout/grid.pyi +0 -2
- reflex/components/radix/themes/layout/list.pyi +0 -10
- reflex/components/radix/themes/layout/section.pyi +0 -2
- reflex/components/radix/themes/layout/spacer.pyi +0 -2
- reflex/components/radix/themes/layout/stack.pyi +0 -6
- reflex/components/radix/themes/typography/blockquote.pyi +0 -2
- reflex/components/radix/themes/typography/code.pyi +0 -2
- reflex/components/radix/themes/typography/heading.pyi +0 -2
- reflex/components/radix/themes/typography/link.pyi +0 -2
- reflex/components/radix/themes/typography/text.pyi +0 -14
- reflex/components/react_player/audio.pyi +0 -2
- reflex/components/react_player/react_player.pyi +0 -2
- reflex/components/react_player/video.pyi +0 -2
- reflex/components/react_router/dom.pyi +0 -2
- reflex/components/recharts/cartesian.pyi +0 -38
- reflex/components/recharts/charts.pyi +0 -24
- reflex/components/recharts/general.pyi +0 -12
- reflex/components/recharts/polar.pyi +0 -12
- reflex/components/recharts/recharts.pyi +0 -4
- reflex/components/sonner/toast.pyi +0 -2
- reflex/components/tags/cond_tag.py +4 -3
- reflex/components/tags/iter_tag.py +1 -1
- reflex/components/tags/match_tag.py +3 -2
- reflex/components/tags/tag.py +39 -40
- reflex/constants/compiler.py +0 -8
- reflex/constants/installer.py +5 -5
- reflex/event.py +77 -15
- reflex/page.py +62 -4
- reflex/reflex.py +2 -5
- reflex/utils/misc.py +0 -3
- reflex/utils/net.py +7 -2
- reflex/utils/prerequisites.py +8 -71
- reflex/utils/processes.py +6 -6
- {reflex-0.8.4a1.dist-info → reflex-0.8.5a1.dist-info}/METADATA +2 -2
- {reflex-0.8.4a1.dist-info → reflex-0.8.5a1.dist-info}/RECORD +139 -143
- reflex/components/el/constants/__init__.py +0 -5
- reflex/components/el/constants/html.py +0 -343
- reflex/components/el/constants/react.py +0 -501
- reflex/components/el/constants/reflex.py +0 -51
- {reflex-0.8.4a1.dist-info → reflex-0.8.5a1.dist-info}/WHEEL +0 -0
- {reflex-0.8.4a1.dist-info → reflex-0.8.5a1.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.4a1.dist-info → reflex-0.8.5a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -251,7 +251,6 @@ class A(BaseHTML):
|
|
|
251
251
|
id: Any | None = None,
|
|
252
252
|
ref: Var | None = None,
|
|
253
253
|
class_name: Any | None = None,
|
|
254
|
-
autofocus: bool | None = None,
|
|
255
254
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
256
255
|
on_blur: EventType[()] | None = None,
|
|
257
256
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -304,7 +303,6 @@ class A(BaseHTML):
|
|
|
304
303
|
id: The id for the component.
|
|
305
304
|
ref: The Var to pass as the ref to the component.
|
|
306
305
|
class_name: The class name for the component.
|
|
307
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
308
306
|
custom_attrs: custom attribute
|
|
309
307
|
**props: The props of the component.
|
|
310
308
|
|
|
@@ -504,7 +502,6 @@ class Abbr(BaseHTML):
|
|
|
504
502
|
id: Any | None = None,
|
|
505
503
|
ref: Var | None = None,
|
|
506
504
|
class_name: Any | None = None,
|
|
507
|
-
autofocus: bool | None = None,
|
|
508
505
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
509
506
|
on_blur: EventType[()] | None = None,
|
|
510
507
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -549,7 +546,6 @@ class Abbr(BaseHTML):
|
|
|
549
546
|
id: The id for the component.
|
|
550
547
|
ref: The Var to pass as the ref to the component.
|
|
551
548
|
class_name: The class name for the component.
|
|
552
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
553
549
|
custom_attrs: custom attribute
|
|
554
550
|
**props: The props of the component.
|
|
555
551
|
|
|
@@ -749,7 +745,6 @@ class B(BaseHTML):
|
|
|
749
745
|
id: Any | None = None,
|
|
750
746
|
ref: Var | None = None,
|
|
751
747
|
class_name: Any | None = None,
|
|
752
|
-
autofocus: bool | None = None,
|
|
753
748
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
754
749
|
on_blur: EventType[()] | None = None,
|
|
755
750
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -794,7 +789,6 @@ class B(BaseHTML):
|
|
|
794
789
|
id: The id for the component.
|
|
795
790
|
ref: The Var to pass as the ref to the component.
|
|
796
791
|
class_name: The class name for the component.
|
|
797
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
798
792
|
custom_attrs: custom attribute
|
|
799
793
|
**props: The props of the component.
|
|
800
794
|
|
|
@@ -994,7 +988,6 @@ class Bdi(BaseHTML):
|
|
|
994
988
|
id: Any | None = None,
|
|
995
989
|
ref: Var | None = None,
|
|
996
990
|
class_name: Any | None = None,
|
|
997
|
-
autofocus: bool | None = None,
|
|
998
991
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
999
992
|
on_blur: EventType[()] | None = None,
|
|
1000
993
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1039,7 +1032,6 @@ class Bdi(BaseHTML):
|
|
|
1039
1032
|
id: The id for the component.
|
|
1040
1033
|
ref: The Var to pass as the ref to the component.
|
|
1041
1034
|
class_name: The class name for the component.
|
|
1042
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1043
1035
|
custom_attrs: custom attribute
|
|
1044
1036
|
**props: The props of the component.
|
|
1045
1037
|
|
|
@@ -1239,7 +1231,6 @@ class Bdo(BaseHTML):
|
|
|
1239
1231
|
id: Any | None = None,
|
|
1240
1232
|
ref: Var | None = None,
|
|
1241
1233
|
class_name: Any | None = None,
|
|
1242
|
-
autofocus: bool | None = None,
|
|
1243
1234
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1244
1235
|
on_blur: EventType[()] | None = None,
|
|
1245
1236
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1284,7 +1275,6 @@ class Bdo(BaseHTML):
|
|
|
1284
1275
|
id: The id for the component.
|
|
1285
1276
|
ref: The Var to pass as the ref to the component.
|
|
1286
1277
|
class_name: The class name for the component.
|
|
1287
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1288
1278
|
custom_attrs: custom attribute
|
|
1289
1279
|
**props: The props of the component.
|
|
1290
1280
|
|
|
@@ -1484,7 +1474,6 @@ class Br(BaseHTML):
|
|
|
1484
1474
|
id: Any | None = None,
|
|
1485
1475
|
ref: Var | None = None,
|
|
1486
1476
|
class_name: Any | None = None,
|
|
1487
|
-
autofocus: bool | None = None,
|
|
1488
1477
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1489
1478
|
on_blur: EventType[()] | None = None,
|
|
1490
1479
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1529,7 +1518,6 @@ class Br(BaseHTML):
|
|
|
1529
1518
|
id: The id for the component.
|
|
1530
1519
|
ref: The Var to pass as the ref to the component.
|
|
1531
1520
|
class_name: The class name for the component.
|
|
1532
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1533
1521
|
custom_attrs: custom attribute
|
|
1534
1522
|
**props: The props of the component.
|
|
1535
1523
|
|
|
@@ -1729,7 +1717,6 @@ class Cite(BaseHTML):
|
|
|
1729
1717
|
id: Any | None = None,
|
|
1730
1718
|
ref: Var | None = None,
|
|
1731
1719
|
class_name: Any | None = None,
|
|
1732
|
-
autofocus: bool | None = None,
|
|
1733
1720
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1734
1721
|
on_blur: EventType[()] | None = None,
|
|
1735
1722
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1774,7 +1761,6 @@ class Cite(BaseHTML):
|
|
|
1774
1761
|
id: The id for the component.
|
|
1775
1762
|
ref: The Var to pass as the ref to the component.
|
|
1776
1763
|
class_name: The class name for the component.
|
|
1777
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1778
1764
|
custom_attrs: custom attribute
|
|
1779
1765
|
**props: The props of the component.
|
|
1780
1766
|
|
|
@@ -1974,7 +1960,6 @@ class Code(BaseHTML):
|
|
|
1974
1960
|
id: Any | None = None,
|
|
1975
1961
|
ref: Var | None = None,
|
|
1976
1962
|
class_name: Any | None = None,
|
|
1977
|
-
autofocus: bool | None = None,
|
|
1978
1963
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1979
1964
|
on_blur: EventType[()] | None = None,
|
|
1980
1965
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2019,7 +2004,6 @@ class Code(BaseHTML):
|
|
|
2019
2004
|
id: The id for the component.
|
|
2020
2005
|
ref: The Var to pass as the ref to the component.
|
|
2021
2006
|
class_name: The class name for the component.
|
|
2022
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2023
2007
|
custom_attrs: custom attribute
|
|
2024
2008
|
**props: The props of the component.
|
|
2025
2009
|
|
|
@@ -2220,7 +2204,6 @@ class Data(BaseHTML):
|
|
|
2220
2204
|
id: Any | None = None,
|
|
2221
2205
|
ref: Var | None = None,
|
|
2222
2206
|
class_name: Any | None = None,
|
|
2223
|
-
autofocus: bool | None = None,
|
|
2224
2207
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2225
2208
|
on_blur: EventType[()] | None = None,
|
|
2226
2209
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2266,7 +2249,6 @@ class Data(BaseHTML):
|
|
|
2266
2249
|
id: The id for the component.
|
|
2267
2250
|
ref: The Var to pass as the ref to the component.
|
|
2268
2251
|
class_name: The class name for the component.
|
|
2269
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2270
2252
|
custom_attrs: custom attribute
|
|
2271
2253
|
**props: The props of the component.
|
|
2272
2254
|
|
|
@@ -2466,7 +2448,6 @@ class Dfn(BaseHTML):
|
|
|
2466
2448
|
id: Any | None = None,
|
|
2467
2449
|
ref: Var | None = None,
|
|
2468
2450
|
class_name: Any | None = None,
|
|
2469
|
-
autofocus: bool | None = None,
|
|
2470
2451
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2471
2452
|
on_blur: EventType[()] | None = None,
|
|
2472
2453
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2511,7 +2492,6 @@ class Dfn(BaseHTML):
|
|
|
2511
2492
|
id: The id for the component.
|
|
2512
2493
|
ref: The Var to pass as the ref to the component.
|
|
2513
2494
|
class_name: The class name for the component.
|
|
2514
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2515
2495
|
custom_attrs: custom attribute
|
|
2516
2496
|
**props: The props of the component.
|
|
2517
2497
|
|
|
@@ -2711,7 +2691,6 @@ class Em(BaseHTML):
|
|
|
2711
2691
|
id: Any | None = None,
|
|
2712
2692
|
ref: Var | None = None,
|
|
2713
2693
|
class_name: Any | None = None,
|
|
2714
|
-
autofocus: bool | None = None,
|
|
2715
2694
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2716
2695
|
on_blur: EventType[()] | None = None,
|
|
2717
2696
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2756,7 +2735,6 @@ class Em(BaseHTML):
|
|
|
2756
2735
|
id: The id for the component.
|
|
2757
2736
|
ref: The Var to pass as the ref to the component.
|
|
2758
2737
|
class_name: The class name for the component.
|
|
2759
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2760
2738
|
custom_attrs: custom attribute
|
|
2761
2739
|
**props: The props of the component.
|
|
2762
2740
|
|
|
@@ -2956,7 +2934,6 @@ class I(BaseHTML):
|
|
|
2956
2934
|
id: Any | None = None,
|
|
2957
2935
|
ref: Var | None = None,
|
|
2958
2936
|
class_name: Any | None = None,
|
|
2959
|
-
autofocus: bool | None = None,
|
|
2960
2937
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2961
2938
|
on_blur: EventType[()] | None = None,
|
|
2962
2939
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3001,7 +2978,6 @@ class I(BaseHTML):
|
|
|
3001
2978
|
id: The id for the component.
|
|
3002
2979
|
ref: The Var to pass as the ref to the component.
|
|
3003
2980
|
class_name: The class name for the component.
|
|
3004
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3005
2981
|
custom_attrs: custom attribute
|
|
3006
2982
|
**props: The props of the component.
|
|
3007
2983
|
|
|
@@ -3201,7 +3177,6 @@ class Kbd(BaseHTML):
|
|
|
3201
3177
|
id: Any | None = None,
|
|
3202
3178
|
ref: Var | None = None,
|
|
3203
3179
|
class_name: Any | None = None,
|
|
3204
|
-
autofocus: bool | None = None,
|
|
3205
3180
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3206
3181
|
on_blur: EventType[()] | None = None,
|
|
3207
3182
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3246,7 +3221,6 @@ class Kbd(BaseHTML):
|
|
|
3246
3221
|
id: The id for the component.
|
|
3247
3222
|
ref: The Var to pass as the ref to the component.
|
|
3248
3223
|
class_name: The class name for the component.
|
|
3249
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3250
3224
|
custom_attrs: custom attribute
|
|
3251
3225
|
**props: The props of the component.
|
|
3252
3226
|
|
|
@@ -3446,7 +3420,6 @@ class Mark(BaseHTML):
|
|
|
3446
3420
|
id: Any | None = None,
|
|
3447
3421
|
ref: Var | None = None,
|
|
3448
3422
|
class_name: Any | None = None,
|
|
3449
|
-
autofocus: bool | None = None,
|
|
3450
3423
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3451
3424
|
on_blur: EventType[()] | None = None,
|
|
3452
3425
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3491,7 +3464,6 @@ class Mark(BaseHTML):
|
|
|
3491
3464
|
id: The id for the component.
|
|
3492
3465
|
ref: The Var to pass as the ref to the component.
|
|
3493
3466
|
class_name: The class name for the component.
|
|
3494
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3495
3467
|
custom_attrs: custom attribute
|
|
3496
3468
|
**props: The props of the component.
|
|
3497
3469
|
|
|
@@ -3692,7 +3664,6 @@ class Q(BaseHTML):
|
|
|
3692
3664
|
id: Any | None = None,
|
|
3693
3665
|
ref: Var | None = None,
|
|
3694
3666
|
class_name: Any | None = None,
|
|
3695
|
-
autofocus: bool | None = None,
|
|
3696
3667
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3697
3668
|
on_blur: EventType[()] | None = None,
|
|
3698
3669
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3738,7 +3709,6 @@ class Q(BaseHTML):
|
|
|
3738
3709
|
id: The id for the component.
|
|
3739
3710
|
ref: The Var to pass as the ref to the component.
|
|
3740
3711
|
class_name: The class name for the component.
|
|
3741
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3742
3712
|
custom_attrs: custom attribute
|
|
3743
3713
|
**props: The props of the component.
|
|
3744
3714
|
|
|
@@ -3938,7 +3908,6 @@ class Rp(BaseHTML):
|
|
|
3938
3908
|
id: Any | None = None,
|
|
3939
3909
|
ref: Var | None = None,
|
|
3940
3910
|
class_name: Any | None = None,
|
|
3941
|
-
autofocus: bool | None = None,
|
|
3942
3911
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3943
3912
|
on_blur: EventType[()] | None = None,
|
|
3944
3913
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3983,7 +3952,6 @@ class Rp(BaseHTML):
|
|
|
3983
3952
|
id: The id for the component.
|
|
3984
3953
|
ref: The Var to pass as the ref to the component.
|
|
3985
3954
|
class_name: The class name for the component.
|
|
3986
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3987
3955
|
custom_attrs: custom attribute
|
|
3988
3956
|
**props: The props of the component.
|
|
3989
3957
|
|
|
@@ -4183,7 +4151,6 @@ class Rt(BaseHTML):
|
|
|
4183
4151
|
id: Any | None = None,
|
|
4184
4152
|
ref: Var | None = None,
|
|
4185
4153
|
class_name: Any | None = None,
|
|
4186
|
-
autofocus: bool | None = None,
|
|
4187
4154
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4188
4155
|
on_blur: EventType[()] | None = None,
|
|
4189
4156
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4228,7 +4195,6 @@ class Rt(BaseHTML):
|
|
|
4228
4195
|
id: The id for the component.
|
|
4229
4196
|
ref: The Var to pass as the ref to the component.
|
|
4230
4197
|
class_name: The class name for the component.
|
|
4231
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4232
4198
|
custom_attrs: custom attribute
|
|
4233
4199
|
**props: The props of the component.
|
|
4234
4200
|
|
|
@@ -4428,7 +4394,6 @@ class Ruby(BaseHTML):
|
|
|
4428
4394
|
id: Any | None = None,
|
|
4429
4395
|
ref: Var | None = None,
|
|
4430
4396
|
class_name: Any | None = None,
|
|
4431
|
-
autofocus: bool | None = None,
|
|
4432
4397
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4433
4398
|
on_blur: EventType[()] | None = None,
|
|
4434
4399
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4473,7 +4438,6 @@ class Ruby(BaseHTML):
|
|
|
4473
4438
|
id: The id for the component.
|
|
4474
4439
|
ref: The Var to pass as the ref to the component.
|
|
4475
4440
|
class_name: The class name for the component.
|
|
4476
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4477
4441
|
custom_attrs: custom attribute
|
|
4478
4442
|
**props: The props of the component.
|
|
4479
4443
|
|
|
@@ -4673,7 +4637,6 @@ class S(BaseHTML):
|
|
|
4673
4637
|
id: Any | None = None,
|
|
4674
4638
|
ref: Var | None = None,
|
|
4675
4639
|
class_name: Any | None = None,
|
|
4676
|
-
autofocus: bool | None = None,
|
|
4677
4640
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4678
4641
|
on_blur: EventType[()] | None = None,
|
|
4679
4642
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4718,7 +4681,6 @@ class S(BaseHTML):
|
|
|
4718
4681
|
id: The id for the component.
|
|
4719
4682
|
ref: The Var to pass as the ref to the component.
|
|
4720
4683
|
class_name: The class name for the component.
|
|
4721
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4722
4684
|
custom_attrs: custom attribute
|
|
4723
4685
|
**props: The props of the component.
|
|
4724
4686
|
|
|
@@ -4918,7 +4880,6 @@ class Samp(BaseHTML):
|
|
|
4918
4880
|
id: Any | None = None,
|
|
4919
4881
|
ref: Var | None = None,
|
|
4920
4882
|
class_name: Any | None = None,
|
|
4921
|
-
autofocus: bool | None = None,
|
|
4922
4883
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4923
4884
|
on_blur: EventType[()] | None = None,
|
|
4924
4885
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4963,7 +4924,6 @@ class Samp(BaseHTML):
|
|
|
4963
4924
|
id: The id for the component.
|
|
4964
4925
|
ref: The Var to pass as the ref to the component.
|
|
4965
4926
|
class_name: The class name for the component.
|
|
4966
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4967
4927
|
custom_attrs: custom attribute
|
|
4968
4928
|
**props: The props of the component.
|
|
4969
4929
|
|
|
@@ -5163,7 +5123,6 @@ class Small(BaseHTML):
|
|
|
5163
5123
|
id: Any | None = None,
|
|
5164
5124
|
ref: Var | None = None,
|
|
5165
5125
|
class_name: Any | None = None,
|
|
5166
|
-
autofocus: bool | None = None,
|
|
5167
5126
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5168
5127
|
on_blur: EventType[()] | None = None,
|
|
5169
5128
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5208,7 +5167,6 @@ class Small(BaseHTML):
|
|
|
5208
5167
|
id: The id for the component.
|
|
5209
5168
|
ref: The Var to pass as the ref to the component.
|
|
5210
5169
|
class_name: The class name for the component.
|
|
5211
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5212
5170
|
custom_attrs: custom attribute
|
|
5213
5171
|
**props: The props of the component.
|
|
5214
5172
|
|
|
@@ -5408,7 +5366,6 @@ class Span(BaseHTML):
|
|
|
5408
5366
|
id: Any | None = None,
|
|
5409
5367
|
ref: Var | None = None,
|
|
5410
5368
|
class_name: Any | None = None,
|
|
5411
|
-
autofocus: bool | None = None,
|
|
5412
5369
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5413
5370
|
on_blur: EventType[()] | None = None,
|
|
5414
5371
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5453,7 +5410,6 @@ class Span(BaseHTML):
|
|
|
5453
5410
|
id: The id for the component.
|
|
5454
5411
|
ref: The Var to pass as the ref to the component.
|
|
5455
5412
|
class_name: The class name for the component.
|
|
5456
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5457
5413
|
custom_attrs: custom attribute
|
|
5458
5414
|
**props: The props of the component.
|
|
5459
5415
|
|
|
@@ -5653,7 +5609,6 @@ class Strong(BaseHTML):
|
|
|
5653
5609
|
id: Any | None = None,
|
|
5654
5610
|
ref: Var | None = None,
|
|
5655
5611
|
class_name: Any | None = None,
|
|
5656
|
-
autofocus: bool | None = None,
|
|
5657
5612
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5658
5613
|
on_blur: EventType[()] | None = None,
|
|
5659
5614
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5698,7 +5653,6 @@ class Strong(BaseHTML):
|
|
|
5698
5653
|
id: The id for the component.
|
|
5699
5654
|
ref: The Var to pass as the ref to the component.
|
|
5700
5655
|
class_name: The class name for the component.
|
|
5701
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5702
5656
|
custom_attrs: custom attribute
|
|
5703
5657
|
**props: The props of the component.
|
|
5704
5658
|
|
|
@@ -5898,7 +5852,6 @@ class Sub(BaseHTML):
|
|
|
5898
5852
|
id: Any | None = None,
|
|
5899
5853
|
ref: Var | None = None,
|
|
5900
5854
|
class_name: Any | None = None,
|
|
5901
|
-
autofocus: bool | None = None,
|
|
5902
5855
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5903
5856
|
on_blur: EventType[()] | None = None,
|
|
5904
5857
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5943,7 +5896,6 @@ class Sub(BaseHTML):
|
|
|
5943
5896
|
id: The id for the component.
|
|
5944
5897
|
ref: The Var to pass as the ref to the component.
|
|
5945
5898
|
class_name: The class name for the component.
|
|
5946
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5947
5899
|
custom_attrs: custom attribute
|
|
5948
5900
|
**props: The props of the component.
|
|
5949
5901
|
|
|
@@ -6143,7 +6095,6 @@ class Sup(BaseHTML):
|
|
|
6143
6095
|
id: Any | None = None,
|
|
6144
6096
|
ref: Var | None = None,
|
|
6145
6097
|
class_name: Any | None = None,
|
|
6146
|
-
autofocus: bool | None = None,
|
|
6147
6098
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6148
6099
|
on_blur: EventType[()] | None = None,
|
|
6149
6100
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6188,7 +6139,6 @@ class Sup(BaseHTML):
|
|
|
6188
6139
|
id: The id for the component.
|
|
6189
6140
|
ref: The Var to pass as the ref to the component.
|
|
6190
6141
|
class_name: The class name for the component.
|
|
6191
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6192
6142
|
custom_attrs: custom attribute
|
|
6193
6143
|
**props: The props of the component.
|
|
6194
6144
|
|
|
@@ -6389,7 +6339,6 @@ class Time(BaseHTML):
|
|
|
6389
6339
|
id: Any | None = None,
|
|
6390
6340
|
ref: Var | None = None,
|
|
6391
6341
|
class_name: Any | None = None,
|
|
6392
|
-
autofocus: bool | None = None,
|
|
6393
6342
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6394
6343
|
on_blur: EventType[()] | None = None,
|
|
6395
6344
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6435,7 +6384,6 @@ class Time(BaseHTML):
|
|
|
6435
6384
|
id: The id for the component.
|
|
6436
6385
|
ref: The Var to pass as the ref to the component.
|
|
6437
6386
|
class_name: The class name for the component.
|
|
6438
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6439
6387
|
custom_attrs: custom attribute
|
|
6440
6388
|
**props: The props of the component.
|
|
6441
6389
|
|
|
@@ -6635,7 +6583,6 @@ class U(BaseHTML):
|
|
|
6635
6583
|
id: Any | None = None,
|
|
6636
6584
|
ref: Var | None = None,
|
|
6637
6585
|
class_name: Any | None = None,
|
|
6638
|
-
autofocus: bool | None = None,
|
|
6639
6586
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6640
6587
|
on_blur: EventType[()] | None = None,
|
|
6641
6588
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6680,7 +6627,6 @@ class U(BaseHTML):
|
|
|
6680
6627
|
id: The id for the component.
|
|
6681
6628
|
ref: The Var to pass as the ref to the component.
|
|
6682
6629
|
class_name: The class name for the component.
|
|
6683
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6684
6630
|
custom_attrs: custom attribute
|
|
6685
6631
|
**props: The props of the component.
|
|
6686
6632
|
|
|
@@ -6880,7 +6826,6 @@ class Wbr(BaseHTML):
|
|
|
6880
6826
|
id: Any | None = None,
|
|
6881
6827
|
ref: Var | None = None,
|
|
6882
6828
|
class_name: Any | None = None,
|
|
6883
|
-
autofocus: bool | None = None,
|
|
6884
6829
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6885
6830
|
on_blur: EventType[()] | None = None,
|
|
6886
6831
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6925,7 +6870,6 @@ class Wbr(BaseHTML):
|
|
|
6925
6870
|
id: The id for the component.
|
|
6926
6871
|
ref: The Var to pass as the ref to the component.
|
|
6927
6872
|
class_name: The class name for the component.
|
|
6928
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6929
6873
|
custom_attrs: custom attribute
|
|
6930
6874
|
**props: The props of the component.
|
|
6931
6875
|
|