reflex 0.8.4a2__py3-none-any.whl → 0.8.5a2__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/__init__.py +2 -9
- reflex/__init__.pyi +4 -2
- reflex/app.py +16 -10
- reflex/compiler/compiler.py +10 -3
- reflex/compiler/utils.py +6 -12
- 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.py +14 -13
- 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/base.py +4 -58
- reflex/constants/compiler.py +0 -8
- reflex/constants/installer.py +5 -5
- reflex/environment.py +0 -10
- reflex/event.py +77 -15
- reflex/page.py +62 -4
- reflex/reflex.py +2 -5
- reflex/utils/net.py +7 -2
- reflex/utils/prerequisites.py +8 -71
- reflex/utils/processes.py +6 -6
- {reflex-0.8.4a2.dist-info → reflex-0.8.5a2.dist-info}/METADATA +2 -2
- {reflex-0.8.4a2.dist-info → reflex-0.8.5a2.dist-info}/RECORD +141 -145
- 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.4a2.dist-info → reflex-0.8.5a2.dist-info}/WHEEL +0 -0
- {reflex-0.8.4a2.dist-info → reflex-0.8.5a2.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.4a2.dist-info → reflex-0.8.5a2.dist-info}/licenses/LICENSE +0 -0
|
@@ -240,7 +240,6 @@ class Area(BaseHTML):
|
|
|
240
240
|
id: Any | None = None,
|
|
241
241
|
ref: Var | None = None,
|
|
242
242
|
class_name: Any | None = None,
|
|
243
|
-
autofocus: bool | None = None,
|
|
244
243
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
245
244
|
on_blur: EventType[()] | None = None,
|
|
246
245
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -295,7 +294,6 @@ class Area(BaseHTML):
|
|
|
295
294
|
id: The id for the component.
|
|
296
295
|
ref: The Var to pass as the ref to the component.
|
|
297
296
|
class_name: The class name for the component.
|
|
298
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
299
297
|
custom_attrs: custom attribute
|
|
300
298
|
**props: The props of the component.
|
|
301
299
|
|
|
@@ -506,7 +504,6 @@ class Audio(BaseHTML):
|
|
|
506
504
|
id: Any | None = None,
|
|
507
505
|
ref: Var | None = None,
|
|
508
506
|
class_name: Any | None = None,
|
|
509
|
-
autofocus: bool | None = None,
|
|
510
507
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
511
508
|
on_blur: EventType[()] | None = None,
|
|
512
509
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -558,7 +555,6 @@ class Audio(BaseHTML):
|
|
|
558
555
|
id: The id for the component.
|
|
559
556
|
ref: The Var to pass as the ref to the component.
|
|
560
557
|
class_name: The class name for the component.
|
|
561
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
562
558
|
custom_attrs: custom attribute
|
|
563
559
|
**props: The props of the component.
|
|
564
560
|
|
|
@@ -798,7 +794,6 @@ class Img(BaseHTML):
|
|
|
798
794
|
id: Any | None = None,
|
|
799
795
|
ref: Var | None = None,
|
|
800
796
|
class_name: Any | None = None,
|
|
801
|
-
autofocus: bool | None = None,
|
|
802
797
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
803
798
|
on_blur: EventType[()] | None = None,
|
|
804
799
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -852,7 +847,6 @@ class Img(BaseHTML):
|
|
|
852
847
|
id: The id for the component.
|
|
853
848
|
ref: The Var to pass as the ref to the component.
|
|
854
849
|
class_name: The class name for the component.
|
|
855
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
856
850
|
custom_attrs: custom attribute
|
|
857
851
|
**props: The props of the component.
|
|
858
852
|
|
|
@@ -1053,7 +1047,6 @@ class Map(BaseHTML):
|
|
|
1053
1047
|
id: Any | None = None,
|
|
1054
1048
|
ref: Var | None = None,
|
|
1055
1049
|
class_name: Any | None = None,
|
|
1056
|
-
autofocus: bool | None = None,
|
|
1057
1050
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1058
1051
|
on_blur: EventType[()] | None = None,
|
|
1059
1052
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1099,7 +1092,6 @@ class Map(BaseHTML):
|
|
|
1099
1092
|
id: The id for the component.
|
|
1100
1093
|
ref: The Var to pass as the ref to the component.
|
|
1101
1094
|
class_name: The class name for the component.
|
|
1102
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1103
1095
|
custom_attrs: custom attribute
|
|
1104
1096
|
**props: The props of the component.
|
|
1105
1097
|
|
|
@@ -1304,7 +1296,6 @@ class Track(BaseHTML):
|
|
|
1304
1296
|
id: Any | None = None,
|
|
1305
1297
|
ref: Var | None = None,
|
|
1306
1298
|
class_name: Any | None = None,
|
|
1307
|
-
autofocus: bool | None = None,
|
|
1308
1299
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1309
1300
|
on_blur: EventType[()] | None = None,
|
|
1310
1301
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1354,7 +1345,6 @@ class Track(BaseHTML):
|
|
|
1354
1345
|
id: The id for the component.
|
|
1355
1346
|
ref: The Var to pass as the ref to the component.
|
|
1356
1347
|
class_name: The class name for the component.
|
|
1357
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1358
1348
|
custom_attrs: custom attribute
|
|
1359
1349
|
**props: The props of the component.
|
|
1360
1350
|
|
|
@@ -1565,7 +1555,6 @@ class Video(BaseHTML):
|
|
|
1565
1555
|
id: Any | None = None,
|
|
1566
1556
|
ref: Var | None = None,
|
|
1567
1557
|
class_name: Any | None = None,
|
|
1568
|
-
autofocus: bool | None = None,
|
|
1569
1558
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1570
1559
|
on_blur: EventType[()] | None = None,
|
|
1571
1560
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1619,7 +1608,6 @@ class Video(BaseHTML):
|
|
|
1619
1608
|
id: The id for the component.
|
|
1620
1609
|
ref: The Var to pass as the ref to the component.
|
|
1621
1610
|
class_name: The class name for the component.
|
|
1622
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1623
1611
|
custom_attrs: custom attribute
|
|
1624
1612
|
**props: The props of the component.
|
|
1625
1613
|
|
|
@@ -1821,7 +1809,6 @@ class Embed(BaseHTML):
|
|
|
1821
1809
|
id: Any | None = None,
|
|
1822
1810
|
ref: Var | None = None,
|
|
1823
1811
|
class_name: Any | None = None,
|
|
1824
|
-
autofocus: bool | None = None,
|
|
1825
1812
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1826
1813
|
on_blur: EventType[()] | None = None,
|
|
1827
1814
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1868,7 +1855,6 @@ class Embed(BaseHTML):
|
|
|
1868
1855
|
id: The id for the component.
|
|
1869
1856
|
ref: The Var to pass as the ref to the component.
|
|
1870
1857
|
class_name: The class name for the component.
|
|
1871
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1872
1858
|
custom_attrs: custom attribute
|
|
1873
1859
|
**props: The props of the component.
|
|
1874
1860
|
|
|
@@ -2099,7 +2085,6 @@ class Iframe(BaseHTML):
|
|
|
2099
2085
|
id: Any | None = None,
|
|
2100
2086
|
ref: Var | None = None,
|
|
2101
2087
|
class_name: Any | None = None,
|
|
2102
|
-
autofocus: bool | None = None,
|
|
2103
2088
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2104
2089
|
on_blur: EventType[()] | None = None,
|
|
2105
2090
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2151,7 +2136,6 @@ class Iframe(BaseHTML):
|
|
|
2151
2136
|
id: The id for the component.
|
|
2152
2137
|
ref: The Var to pass as the ref to the component.
|
|
2153
2138
|
class_name: The class name for the component.
|
|
2154
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2155
2139
|
custom_attrs: custom attribute
|
|
2156
2140
|
**props: The props of the component.
|
|
2157
2141
|
|
|
@@ -2356,7 +2340,6 @@ class Object(BaseHTML):
|
|
|
2356
2340
|
id: Any | None = None,
|
|
2357
2341
|
ref: Var | None = None,
|
|
2358
2342
|
class_name: Any | None = None,
|
|
2359
|
-
autofocus: bool | None = None,
|
|
2360
2343
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2361
2344
|
on_blur: EventType[()] | None = None,
|
|
2362
2345
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2406,7 +2389,6 @@ class Object(BaseHTML):
|
|
|
2406
2389
|
id: The id for the component.
|
|
2407
2390
|
ref: The Var to pass as the ref to the component.
|
|
2408
2391
|
class_name: The class name for the component.
|
|
2409
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2410
2392
|
custom_attrs: custom attribute
|
|
2411
2393
|
**props: The props of the component.
|
|
2412
2394
|
|
|
@@ -2606,7 +2588,6 @@ class Picture(BaseHTML):
|
|
|
2606
2588
|
id: Any | None = None,
|
|
2607
2589
|
ref: Var | None = None,
|
|
2608
2590
|
class_name: Any | None = None,
|
|
2609
|
-
autofocus: bool | None = None,
|
|
2610
2591
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2611
2592
|
on_blur: EventType[()] | None = None,
|
|
2612
2593
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2651,7 +2632,6 @@ class Picture(BaseHTML):
|
|
|
2651
2632
|
id: The id for the component.
|
|
2652
2633
|
ref: The Var to pass as the ref to the component.
|
|
2653
2634
|
class_name: The class name for the component.
|
|
2654
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2655
2635
|
custom_attrs: custom attribute
|
|
2656
2636
|
**props: The props of the component.
|
|
2657
2637
|
|
|
@@ -2851,7 +2831,6 @@ class Portal(BaseHTML):
|
|
|
2851
2831
|
id: Any | None = None,
|
|
2852
2832
|
ref: Var | None = None,
|
|
2853
2833
|
class_name: Any | None = None,
|
|
2854
|
-
autofocus: bool | None = None,
|
|
2855
2834
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2856
2835
|
on_blur: EventType[()] | None = None,
|
|
2857
2836
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -2896,7 +2875,6 @@ class Portal(BaseHTML):
|
|
|
2896
2875
|
id: The id for the component.
|
|
2897
2876
|
ref: The Var to pass as the ref to the component.
|
|
2898
2877
|
class_name: The class name for the component.
|
|
2899
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
2900
2878
|
custom_attrs: custom attribute
|
|
2901
2879
|
**props: The props of the component.
|
|
2902
2880
|
|
|
@@ -3101,7 +3079,6 @@ class Source(BaseHTML):
|
|
|
3101
3079
|
id: Any | None = None,
|
|
3102
3080
|
ref: Var | None = None,
|
|
3103
3081
|
class_name: Any | None = None,
|
|
3104
|
-
autofocus: bool | None = None,
|
|
3105
3082
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3106
3083
|
on_blur: EventType[()] | None = None,
|
|
3107
3084
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3151,7 +3128,6 @@ class Source(BaseHTML):
|
|
|
3151
3128
|
id: The id for the component.
|
|
3152
3129
|
ref: The Var to pass as the ref to the component.
|
|
3153
3130
|
class_name: The class name for the component.
|
|
3154
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3155
3131
|
custom_attrs: custom attribute
|
|
3156
3132
|
**props: The props of the component.
|
|
3157
3133
|
|
|
@@ -3354,7 +3330,6 @@ class Svg(BaseHTML):
|
|
|
3354
3330
|
id: Any | None = None,
|
|
3355
3331
|
ref: Var | None = None,
|
|
3356
3332
|
class_name: Any | None = None,
|
|
3357
|
-
autofocus: bool | None = None,
|
|
3358
3333
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3359
3334
|
on_blur: EventType[()] | None = None,
|
|
3360
3335
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3402,7 +3377,6 @@ class Svg(BaseHTML):
|
|
|
3402
3377
|
id: The id for the component.
|
|
3403
3378
|
ref: The Var to pass as the ref to the component.
|
|
3404
3379
|
class_name: The class name for the component.
|
|
3405
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3406
3380
|
custom_attrs: custom attribute
|
|
3407
3381
|
**props: The props of the component.
|
|
3408
3382
|
|
|
@@ -3609,7 +3583,6 @@ class Text(BaseHTML):
|
|
|
3609
3583
|
id: Any | None = None,
|
|
3610
3584
|
ref: Var | None = None,
|
|
3611
3585
|
class_name: Any | None = None,
|
|
3612
|
-
autofocus: bool | None = None,
|
|
3613
3586
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3614
3587
|
on_blur: EventType[()] | None = None,
|
|
3615
3588
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3661,7 +3634,6 @@ class Text(BaseHTML):
|
|
|
3661
3634
|
id: The id for the component.
|
|
3662
3635
|
ref: The Var to pass as the ref to the component.
|
|
3663
3636
|
class_name: The class name for the component.
|
|
3664
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3665
3637
|
custom_attrs: custom attribute
|
|
3666
3638
|
**props: The props of the component.
|
|
3667
3639
|
|
|
@@ -3866,7 +3838,6 @@ class Line(BaseHTML):
|
|
|
3866
3838
|
id: Any | None = None,
|
|
3867
3839
|
ref: Var | None = None,
|
|
3868
3840
|
class_name: Any | None = None,
|
|
3869
|
-
autofocus: bool | None = None,
|
|
3870
3841
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3871
3842
|
on_blur: EventType[()] | None = None,
|
|
3872
3843
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -3916,7 +3887,6 @@ class Line(BaseHTML):
|
|
|
3916
3887
|
id: The id for the component.
|
|
3917
3888
|
ref: The Var to pass as the ref to the component.
|
|
3918
3889
|
class_name: The class name for the component.
|
|
3919
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
3920
3890
|
custom_attrs: custom attribute
|
|
3921
3891
|
**props: The props of the component.
|
|
3922
3892
|
|
|
@@ -4120,7 +4090,6 @@ class Circle(BaseHTML):
|
|
|
4120
4090
|
id: Any | None = None,
|
|
4121
4091
|
ref: Var | None = None,
|
|
4122
4092
|
class_name: Any | None = None,
|
|
4123
|
-
autofocus: bool | None = None,
|
|
4124
4093
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4125
4094
|
on_blur: EventType[()] | None = None,
|
|
4126
4095
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4169,7 +4138,6 @@ class Circle(BaseHTML):
|
|
|
4169
4138
|
id: The id for the component.
|
|
4170
4139
|
ref: The Var to pass as the ref to the component.
|
|
4171
4140
|
class_name: The class name for the component.
|
|
4172
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4173
4141
|
custom_attrs: custom attribute
|
|
4174
4142
|
**props: The props of the component.
|
|
4175
4143
|
|
|
@@ -4374,7 +4342,6 @@ class Ellipse(BaseHTML):
|
|
|
4374
4342
|
id: Any | None = None,
|
|
4375
4343
|
ref: Var | None = None,
|
|
4376
4344
|
class_name: Any | None = None,
|
|
4377
|
-
autofocus: bool | None = None,
|
|
4378
4345
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4379
4346
|
on_blur: EventType[()] | None = None,
|
|
4380
4347
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4424,7 +4391,6 @@ class Ellipse(BaseHTML):
|
|
|
4424
4391
|
id: The id for the component.
|
|
4425
4392
|
ref: The Var to pass as the ref to the component.
|
|
4426
4393
|
class_name: The class name for the component.
|
|
4427
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4428
4394
|
custom_attrs: custom attribute
|
|
4429
4395
|
**props: The props of the component.
|
|
4430
4396
|
|
|
@@ -4631,7 +4597,6 @@ class Rect(BaseHTML):
|
|
|
4631
4597
|
id: Any | None = None,
|
|
4632
4598
|
ref: Var | None = None,
|
|
4633
4599
|
class_name: Any | None = None,
|
|
4634
|
-
autofocus: bool | None = None,
|
|
4635
4600
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4636
4601
|
on_blur: EventType[()] | None = None,
|
|
4637
4602
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4683,7 +4648,6 @@ class Rect(BaseHTML):
|
|
|
4683
4648
|
id: The id for the component.
|
|
4684
4649
|
ref: The Var to pass as the ref to the component.
|
|
4685
4650
|
class_name: The class name for the component.
|
|
4686
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4687
4651
|
custom_attrs: custom attribute
|
|
4688
4652
|
**props: The props of the component.
|
|
4689
4653
|
|
|
@@ -4885,7 +4849,6 @@ class Polygon(BaseHTML):
|
|
|
4885
4849
|
id: Any | None = None,
|
|
4886
4850
|
ref: Var | None = None,
|
|
4887
4851
|
class_name: Any | None = None,
|
|
4888
|
-
autofocus: bool | None = None,
|
|
4889
4852
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4890
4853
|
on_blur: EventType[()] | None = None,
|
|
4891
4854
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -4932,7 +4895,6 @@ class Polygon(BaseHTML):
|
|
|
4932
4895
|
id: The id for the component.
|
|
4933
4896
|
ref: The Var to pass as the ref to the component.
|
|
4934
4897
|
class_name: The class name for the component.
|
|
4935
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
4936
4898
|
custom_attrs: custom attribute
|
|
4937
4899
|
**props: The props of the component.
|
|
4938
4900
|
|
|
@@ -5132,7 +5094,6 @@ class Defs(BaseHTML):
|
|
|
5132
5094
|
id: Any | None = None,
|
|
5133
5095
|
ref: Var | None = None,
|
|
5134
5096
|
class_name: Any | None = None,
|
|
5135
|
-
autofocus: bool | None = None,
|
|
5136
5097
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5137
5098
|
on_blur: EventType[()] | None = None,
|
|
5138
5099
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5177,7 +5138,6 @@ class Defs(BaseHTML):
|
|
|
5177
5138
|
id: The id for the component.
|
|
5178
5139
|
ref: The Var to pass as the ref to the component.
|
|
5179
5140
|
class_name: The class name for the component.
|
|
5180
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5181
5141
|
custom_attrs: custom attribute
|
|
5182
5142
|
**props: The props of the component.
|
|
5183
5143
|
|
|
@@ -5384,7 +5344,6 @@ class LinearGradient(BaseHTML):
|
|
|
5384
5344
|
id: Any | None = None,
|
|
5385
5345
|
ref: Var | None = None,
|
|
5386
5346
|
class_name: Any | None = None,
|
|
5387
|
-
autofocus: bool | None = None,
|
|
5388
5347
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5389
5348
|
on_blur: EventType[()] | None = None,
|
|
5390
5349
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5436,7 +5395,6 @@ class LinearGradient(BaseHTML):
|
|
|
5436
5395
|
id: The id for the component.
|
|
5437
5396
|
ref: The Var to pass as the ref to the component.
|
|
5438
5397
|
class_name: The class name for the component.
|
|
5439
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5440
5398
|
custom_attrs: custom attribute
|
|
5441
5399
|
**props: The props of the component.
|
|
5442
5400
|
|
|
@@ -5645,7 +5603,6 @@ class RadialGradient(BaseHTML):
|
|
|
5645
5603
|
id: Any | None = None,
|
|
5646
5604
|
ref: Var | None = None,
|
|
5647
5605
|
class_name: Any | None = None,
|
|
5648
|
-
autofocus: bool | None = None,
|
|
5649
5606
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5650
5607
|
on_blur: EventType[()] | None = None,
|
|
5651
5608
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5699,7 +5656,6 @@ class RadialGradient(BaseHTML):
|
|
|
5699
5656
|
id: The id for the component.
|
|
5700
5657
|
ref: The Var to pass as the ref to the component.
|
|
5701
5658
|
class_name: The class name for the component.
|
|
5702
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5703
5659
|
custom_attrs: custom attribute
|
|
5704
5660
|
**props: The props of the component.
|
|
5705
5661
|
|
|
@@ -5907,7 +5863,6 @@ class Stop(BaseHTML):
|
|
|
5907
5863
|
id: Any | None = None,
|
|
5908
5864
|
ref: Var | None = None,
|
|
5909
5865
|
class_name: Any | None = None,
|
|
5910
|
-
autofocus: bool | None = None,
|
|
5911
5866
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5912
5867
|
on_blur: EventType[()] | None = None,
|
|
5913
5868
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -5955,7 +5910,6 @@ class Stop(BaseHTML):
|
|
|
5955
5910
|
id: The id for the component.
|
|
5956
5911
|
ref: The Var to pass as the ref to the component.
|
|
5957
5912
|
class_name: The class name for the component.
|
|
5958
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
5959
5913
|
custom_attrs: custom attribute
|
|
5960
5914
|
**props: The props of the component.
|
|
5961
5915
|
|
|
@@ -6156,7 +6110,6 @@ class Path(BaseHTML):
|
|
|
6156
6110
|
id: Any | None = None,
|
|
6157
6111
|
ref: Var | None = None,
|
|
6158
6112
|
class_name: Any | None = None,
|
|
6159
|
-
autofocus: bool | None = None,
|
|
6160
6113
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6161
6114
|
on_blur: EventType[()] | None = None,
|
|
6162
6115
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6202,7 +6155,6 @@ class Path(BaseHTML):
|
|
|
6202
6155
|
id: The id for the component.
|
|
6203
6156
|
ref: The Var to pass as the ref to the component.
|
|
6204
6157
|
class_name: The class name for the component.
|
|
6205
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6206
6158
|
custom_attrs: custom attribute
|
|
6207
6159
|
**props: The props of the component.
|
|
6208
6160
|
|
|
@@ -6408,7 +6360,6 @@ class G(BaseHTML):
|
|
|
6408
6360
|
id: Any | None = None,
|
|
6409
6361
|
ref: Var | None = None,
|
|
6410
6362
|
class_name: Any | None = None,
|
|
6411
|
-
autofocus: bool | None = None,
|
|
6412
6363
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6413
6364
|
on_blur: EventType[()] | None = None,
|
|
6414
6365
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6459,7 +6410,6 @@ class G(BaseHTML):
|
|
|
6459
6410
|
id: The id for the component.
|
|
6460
6411
|
ref: The Var to pass as the ref to the component.
|
|
6461
6412
|
class_name: The class name for the component.
|
|
6462
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6463
6413
|
custom_attrs: custom attribute
|
|
6464
6414
|
**props: The props of the component.
|
|
6465
6415
|
|
|
@@ -6674,7 +6624,6 @@ class SVG(ComponentNamespace):
|
|
|
6674
6624
|
id: Any | None = None,
|
|
6675
6625
|
ref: Var | None = None,
|
|
6676
6626
|
class_name: Any | None = None,
|
|
6677
|
-
autofocus: bool | None = None,
|
|
6678
6627
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6679
6628
|
on_blur: EventType[()] | None = None,
|
|
6680
6629
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -6722,7 +6671,6 @@ class SVG(ComponentNamespace):
|
|
|
6722
6671
|
id: The id for the component.
|
|
6723
6672
|
ref: The Var to pass as the ref to the component.
|
|
6724
6673
|
class_name: The class name for the component.
|
|
6725
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
6726
6674
|
custom_attrs: custom attribute
|
|
6727
6675
|
**props: The props of the component.
|
|
6728
6676
|
|
|
@@ -207,7 +207,6 @@ class Base(BaseHTML):
|
|
|
207
207
|
id: Any | None = None,
|
|
208
208
|
ref: Var | None = None,
|
|
209
209
|
class_name: Any | None = None,
|
|
210
|
-
autofocus: bool | None = None,
|
|
211
210
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
212
211
|
on_blur: EventType[()] | None = None,
|
|
213
212
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -252,7 +251,6 @@ class Base(BaseHTML):
|
|
|
252
251
|
id: The id for the component.
|
|
253
252
|
ref: The Var to pass as the ref to the component.
|
|
254
253
|
class_name: The class name for the component.
|
|
255
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
256
254
|
custom_attrs: custom attribute
|
|
257
255
|
**props: The props of the component.
|
|
258
256
|
|
|
@@ -452,7 +450,6 @@ class Head(BaseHTML):
|
|
|
452
450
|
id: Any | None = None,
|
|
453
451
|
ref: Var | None = None,
|
|
454
452
|
class_name: Any | None = None,
|
|
455
|
-
autofocus: bool | None = None,
|
|
456
453
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
457
454
|
on_blur: EventType[()] | None = None,
|
|
458
455
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -497,7 +494,6 @@ class Head(BaseHTML):
|
|
|
497
494
|
id: The id for the component.
|
|
498
495
|
ref: The Var to pass as the ref to the component.
|
|
499
496
|
class_name: The class name for the component.
|
|
500
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
501
497
|
custom_attrs: custom attribute
|
|
502
498
|
**props: The props of the component.
|
|
503
499
|
|
|
@@ -732,7 +728,6 @@ class Link(BaseHTML):
|
|
|
732
728
|
id: Any | None = None,
|
|
733
729
|
ref: Var | None = None,
|
|
734
730
|
class_name: Any | None = None,
|
|
735
|
-
autofocus: bool | None = None,
|
|
736
731
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
737
732
|
on_blur: EventType[()] | None = None,
|
|
738
733
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -786,7 +781,6 @@ class Link(BaseHTML):
|
|
|
786
781
|
id: The id for the component.
|
|
787
782
|
ref: The Var to pass as the ref to the component.
|
|
788
783
|
class_name: The class name for the component.
|
|
789
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
790
784
|
custom_attrs: custom attribute
|
|
791
785
|
**props: The props of the component.
|
|
792
786
|
|
|
@@ -991,7 +985,6 @@ class Meta(BaseHTML):
|
|
|
991
985
|
id: Any | None = None,
|
|
992
986
|
ref: Var | None = None,
|
|
993
987
|
class_name: Any | None = None,
|
|
994
|
-
autofocus: bool | None = None,
|
|
995
988
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
996
989
|
on_blur: EventType[()] | None = None,
|
|
997
990
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1041,7 +1034,6 @@ class Meta(BaseHTML):
|
|
|
1041
1034
|
id: The id for the component.
|
|
1042
1035
|
ref: The Var to pass as the ref to the component.
|
|
1043
1036
|
class_name: The class name for the component.
|
|
1044
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1045
1037
|
custom_attrs: custom attribute
|
|
1046
1038
|
**props: The props of the component.
|
|
1047
1039
|
|
|
@@ -1063,7 +1055,6 @@ class Title(Element):
|
|
|
1063
1055
|
id: Any | None = None,
|
|
1064
1056
|
ref: Var | None = None,
|
|
1065
1057
|
class_name: Any | None = None,
|
|
1066
|
-
autofocus: bool | None = None,
|
|
1067
1058
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1068
1059
|
on_blur: EventType[()] | None = None,
|
|
1069
1060
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1092,7 +1083,6 @@ class Title(Element):
|
|
|
1092
1083
|
id: The id for the component.
|
|
1093
1084
|
ref: The Var to pass as the ref to the component.
|
|
1094
1085
|
class_name: The class name for the component.
|
|
1095
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1096
1086
|
custom_attrs: custom attribute
|
|
1097
1087
|
**props: The props of the component.
|
|
1098
1088
|
|
|
@@ -1116,7 +1106,6 @@ class StyleEl(Element):
|
|
|
1116
1106
|
id: Any | None = None,
|
|
1117
1107
|
ref: Var | None = None,
|
|
1118
1108
|
class_name: Any | None = None,
|
|
1119
|
-
autofocus: bool | None = None,
|
|
1120
1109
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1121
1110
|
on_blur: EventType[()] | None = None,
|
|
1122
1111
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1145,7 +1134,6 @@ class StyleEl(Element):
|
|
|
1145
1134
|
id: The id for the component.
|
|
1146
1135
|
ref: The Var to pass as the ref to the component.
|
|
1147
1136
|
class_name: The class name for the component.
|
|
1148
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1149
1137
|
custom_attrs: custom attribute
|
|
1150
1138
|
**props: The props of the component.
|
|
1151
1139
|
|
|
@@ -205,7 +205,6 @@ class Details(BaseHTML):
|
|
|
205
205
|
id: Any | None = None,
|
|
206
206
|
ref: Var | None = None,
|
|
207
207
|
class_name: Any | None = None,
|
|
208
|
-
autofocus: bool | None = None,
|
|
209
208
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
210
209
|
on_blur: EventType[()] | None = None,
|
|
211
210
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -251,7 +250,6 @@ class Details(BaseHTML):
|
|
|
251
250
|
id: The id for the component.
|
|
252
251
|
ref: The Var to pass as the ref to the component.
|
|
253
252
|
class_name: The class name for the component.
|
|
254
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
255
253
|
custom_attrs: custom attribute
|
|
256
254
|
**props: The props of the component.
|
|
257
255
|
|
|
@@ -452,7 +450,6 @@ class Dialog(BaseHTML):
|
|
|
452
450
|
id: Any | None = None,
|
|
453
451
|
ref: Var | None = None,
|
|
454
452
|
class_name: Any | None = None,
|
|
455
|
-
autofocus: bool | None = None,
|
|
456
453
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
457
454
|
on_blur: EventType[()] | None = None,
|
|
458
455
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -498,7 +495,6 @@ class Dialog(BaseHTML):
|
|
|
498
495
|
id: The id for the component.
|
|
499
496
|
ref: The Var to pass as the ref to the component.
|
|
500
497
|
class_name: The class name for the component.
|
|
501
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
502
498
|
custom_attrs: custom attribute
|
|
503
499
|
**props: The props of the component.
|
|
504
500
|
|
|
@@ -698,7 +694,6 @@ class Summary(BaseHTML):
|
|
|
698
694
|
id: Any | None = None,
|
|
699
695
|
ref: Var | None = None,
|
|
700
696
|
class_name: Any | None = None,
|
|
701
|
-
autofocus: bool | None = None,
|
|
702
697
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
703
698
|
on_blur: EventType[()] | None = None,
|
|
704
699
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -743,7 +738,6 @@ class Summary(BaseHTML):
|
|
|
743
738
|
id: The id for the component.
|
|
744
739
|
ref: The Var to pass as the ref to the component.
|
|
745
740
|
class_name: The class name for the component.
|
|
746
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
747
741
|
custom_attrs: custom attribute
|
|
748
742
|
**props: The props of the component.
|
|
749
743
|
|
|
@@ -943,7 +937,6 @@ class Slot(BaseHTML):
|
|
|
943
937
|
id: Any | None = None,
|
|
944
938
|
ref: Var | None = None,
|
|
945
939
|
class_name: Any | None = None,
|
|
946
|
-
autofocus: bool | None = None,
|
|
947
940
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
948
941
|
on_blur: EventType[()] | None = None,
|
|
949
942
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -988,7 +981,6 @@ class Slot(BaseHTML):
|
|
|
988
981
|
id: The id for the component.
|
|
989
982
|
ref: The Var to pass as the ref to the component.
|
|
990
983
|
class_name: The class name for the component.
|
|
991
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
992
984
|
custom_attrs: custom attribute
|
|
993
985
|
**props: The props of the component.
|
|
994
986
|
|
|
@@ -1188,7 +1180,6 @@ class Template(BaseHTML):
|
|
|
1188
1180
|
id: Any | None = None,
|
|
1189
1181
|
ref: Var | None = None,
|
|
1190
1182
|
class_name: Any | None = None,
|
|
1191
|
-
autofocus: bool | None = None,
|
|
1192
1183
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1193
1184
|
on_blur: EventType[()] | None = None,
|
|
1194
1185
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1233,7 +1224,6 @@ class Template(BaseHTML):
|
|
|
1233
1224
|
id: The id for the component.
|
|
1234
1225
|
ref: The Var to pass as the ref to the component.
|
|
1235
1226
|
class_name: The class name for the component.
|
|
1236
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1237
1227
|
custom_attrs: custom attribute
|
|
1238
1228
|
**props: The props of the component.
|
|
1239
1229
|
|
|
@@ -1433,7 +1423,6 @@ class Math(BaseHTML):
|
|
|
1433
1423
|
id: Any | None = None,
|
|
1434
1424
|
ref: Var | None = None,
|
|
1435
1425
|
class_name: Any | None = None,
|
|
1436
|
-
autofocus: bool | None = None,
|
|
1437
1426
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1438
1427
|
on_blur: EventType[()] | None = None,
|
|
1439
1428
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1478,7 +1467,6 @@ class Math(BaseHTML):
|
|
|
1478
1467
|
id: The id for the component.
|
|
1479
1468
|
ref: The Var to pass as the ref to the component.
|
|
1480
1469
|
class_name: The class name for the component.
|
|
1481
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1482
1470
|
custom_attrs: custom attribute
|
|
1483
1471
|
**props: The props of the component.
|
|
1484
1472
|
|
|
@@ -1679,7 +1667,6 @@ class Html(BaseHTML):
|
|
|
1679
1667
|
id: Any | None = None,
|
|
1680
1668
|
ref: Var | None = None,
|
|
1681
1669
|
class_name: Any | None = None,
|
|
1682
|
-
autofocus: bool | None = None,
|
|
1683
1670
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1684
1671
|
on_blur: EventType[()] | None = None,
|
|
1685
1672
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1725,7 +1712,6 @@ class Html(BaseHTML):
|
|
|
1725
1712
|
id: The id for the component.
|
|
1726
1713
|
ref: The Var to pass as the ref to the component.
|
|
1727
1714
|
class_name: The class name for the component.
|
|
1728
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1729
1715
|
custom_attrs: custom attribute
|
|
1730
1716
|
**props: The props of the component.
|
|
1731
1717
|
|
|
@@ -204,7 +204,6 @@ class Canvas(BaseHTML):
|
|
|
204
204
|
id: Any | None = None,
|
|
205
205
|
ref: Var | None = None,
|
|
206
206
|
class_name: Any | None = None,
|
|
207
|
-
autofocus: bool | None = None,
|
|
208
207
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
209
208
|
on_blur: EventType[()] | None = None,
|
|
210
209
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -249,7 +248,6 @@ class Canvas(BaseHTML):
|
|
|
249
248
|
id: The id for the component.
|
|
250
249
|
ref: The Var to pass as the ref to the component.
|
|
251
250
|
class_name: The class name for the component.
|
|
252
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
253
251
|
custom_attrs: custom attribute
|
|
254
252
|
**props: The props of the component.
|
|
255
253
|
|
|
@@ -449,7 +447,6 @@ class Noscript(BaseHTML):
|
|
|
449
447
|
id: Any | None = None,
|
|
450
448
|
ref: Var | None = None,
|
|
451
449
|
class_name: Any | None = None,
|
|
452
|
-
autofocus: bool | None = None,
|
|
453
450
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
454
451
|
on_blur: EventType[()] | None = None,
|
|
455
452
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -494,7 +491,6 @@ class Noscript(BaseHTML):
|
|
|
494
491
|
id: The id for the component.
|
|
495
492
|
ref: The Var to pass as the ref to the component.
|
|
496
493
|
class_name: The class name for the component.
|
|
497
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
498
494
|
custom_attrs: custom attribute
|
|
499
495
|
**props: The props of the component.
|
|
500
496
|
|
|
@@ -728,7 +724,6 @@ class Script(BaseHTML):
|
|
|
728
724
|
id: Any | None = None,
|
|
729
725
|
ref: Var | None = None,
|
|
730
726
|
class_name: Any | None = None,
|
|
731
|
-
autofocus: bool | None = None,
|
|
732
727
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
733
728
|
on_blur: EventType[()] | None = None,
|
|
734
729
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -781,7 +776,6 @@ class Script(BaseHTML):
|
|
|
781
776
|
id: The id for the component.
|
|
782
777
|
ref: The Var to pass as the ref to the component.
|
|
783
778
|
class_name: The class name for the component.
|
|
784
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
785
779
|
custom_attrs: custom attribute
|
|
786
780
|
**props: The props of the component.
|
|
787
781
|
|