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
|
@@ -34,7 +34,6 @@ class AlertDialogRoot(RadixThemesComponent):
|
|
|
34
34
|
id: Any | None = None,
|
|
35
35
|
ref: Var | None = None,
|
|
36
36
|
class_name: Any | None = None,
|
|
37
|
-
autofocus: bool | None = None,
|
|
38
37
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
39
38
|
on_blur: EventType[()] | None = None,
|
|
40
39
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -70,7 +69,6 @@ class AlertDialogRoot(RadixThemesComponent):
|
|
|
70
69
|
id: The id for the component.
|
|
71
70
|
ref: The Var to pass as the ref to the component.
|
|
72
71
|
class_name: The class name for the component.
|
|
73
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
74
72
|
custom_attrs: custom attribute
|
|
75
73
|
**props: Component properties.
|
|
76
74
|
|
|
@@ -92,7 +90,6 @@ class AlertDialogTrigger(RadixThemesTriggerComponent):
|
|
|
92
90
|
id: Any | None = None,
|
|
93
91
|
ref: Var | None = None,
|
|
94
92
|
class_name: Any | None = None,
|
|
95
|
-
autofocus: bool | None = None,
|
|
96
93
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
97
94
|
on_blur: EventType[()] | None = None,
|
|
98
95
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -321,7 +318,6 @@ class AlertDialogContent(elements.Div, RadixThemesComponent):
|
|
|
321
318
|
id: Any | None = None,
|
|
322
319
|
ref: Var | None = None,
|
|
323
320
|
class_name: Any | None = None,
|
|
324
|
-
autofocus: bool | None = None,
|
|
325
321
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
326
322
|
on_blur: EventType[()] | None = None,
|
|
327
323
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -377,7 +373,6 @@ class AlertDialogContent(elements.Div, RadixThemesComponent):
|
|
|
377
373
|
id: The id for the component.
|
|
378
374
|
ref: The Var to pass as the ref to the component.
|
|
379
375
|
class_name: The class name for the component.
|
|
380
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
381
376
|
custom_attrs: custom attribute
|
|
382
377
|
**props: Component properties.
|
|
383
378
|
|
|
@@ -399,7 +394,6 @@ class AlertDialogTitle(RadixThemesComponent):
|
|
|
399
394
|
id: Any | None = None,
|
|
400
395
|
ref: Var | None = None,
|
|
401
396
|
class_name: Any | None = None,
|
|
402
|
-
autofocus: bool | None = None,
|
|
403
397
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
404
398
|
on_blur: EventType[()] | None = None,
|
|
405
399
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -431,7 +425,6 @@ class AlertDialogTitle(RadixThemesComponent):
|
|
|
431
425
|
id: The id for the component.
|
|
432
426
|
ref: The Var to pass as the ref to the component.
|
|
433
427
|
class_name: The class name for the component.
|
|
434
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
435
428
|
custom_attrs: custom attribute
|
|
436
429
|
**props: Component properties.
|
|
437
430
|
|
|
@@ -453,7 +446,6 @@ class AlertDialogDescription(RadixThemesComponent):
|
|
|
453
446
|
id: Any | None = None,
|
|
454
447
|
ref: Var | None = None,
|
|
455
448
|
class_name: Any | None = None,
|
|
456
|
-
autofocus: bool | None = None,
|
|
457
449
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
458
450
|
on_blur: EventType[()] | None = None,
|
|
459
451
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -485,7 +477,6 @@ class AlertDialogDescription(RadixThemesComponent):
|
|
|
485
477
|
id: The id for the component.
|
|
486
478
|
ref: The Var to pass as the ref to the component.
|
|
487
479
|
class_name: The class name for the component.
|
|
488
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
489
480
|
custom_attrs: custom attribute
|
|
490
481
|
**props: Component properties.
|
|
491
482
|
|
|
@@ -507,7 +498,6 @@ class AlertDialogAction(RadixThemesTriggerComponent):
|
|
|
507
498
|
id: Any | None = None,
|
|
508
499
|
ref: Var | None = None,
|
|
509
500
|
class_name: Any | None = None,
|
|
510
|
-
autofocus: bool | None = None,
|
|
511
501
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
512
502
|
on_blur: EventType[()] | None = None,
|
|
513
503
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -551,7 +541,6 @@ class AlertDialogCancel(RadixThemesTriggerComponent):
|
|
|
551
541
|
id: Any | None = None,
|
|
552
542
|
ref: Var | None = None,
|
|
553
543
|
class_name: Any | None = None,
|
|
554
|
-
autofocus: bool | None = None,
|
|
555
544
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
556
545
|
on_blur: EventType[()] | None = None,
|
|
557
546
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -26,7 +26,6 @@ class AspectRatio(RadixThemesComponent):
|
|
|
26
26
|
id: Any | None = None,
|
|
27
27
|
ref: Var | None = None,
|
|
28
28
|
class_name: Any | None = None,
|
|
29
|
-
autofocus: bool | None = None,
|
|
30
29
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
31
30
|
on_blur: EventType[()] | None = None,
|
|
32
31
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -59,7 +58,6 @@ class AspectRatio(RadixThemesComponent):
|
|
|
59
58
|
id: The id for the component.
|
|
60
59
|
ref: The Var to pass as the ref to the component.
|
|
61
60
|
class_name: The class name for the component.
|
|
62
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
63
61
|
custom_attrs: custom attribute
|
|
64
62
|
**props: Component properties.
|
|
65
63
|
|
|
@@ -100,7 +100,6 @@ class Avatar(RadixThemesComponent):
|
|
|
100
100
|
id: Any | None = None,
|
|
101
101
|
ref: Var | None = None,
|
|
102
102
|
class_name: Any | None = None,
|
|
103
|
-
autofocus: bool | None = None,
|
|
104
103
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
105
104
|
on_blur: EventType[()] | None = None,
|
|
106
105
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -139,7 +138,6 @@ class Avatar(RadixThemesComponent):
|
|
|
139
138
|
id: The id for the component.
|
|
140
139
|
ref: The Var to pass as the ref to the component.
|
|
141
140
|
class_name: The class name for the component.
|
|
142
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
143
141
|
custom_attrs: custom attribute
|
|
144
142
|
**props: Component properties.
|
|
145
143
|
|
|
@@ -274,7 +274,6 @@ class Badge(elements.Span, RadixThemesComponent):
|
|
|
274
274
|
id: Any | None = None,
|
|
275
275
|
ref: Var | None = None,
|
|
276
276
|
class_name: Any | None = None,
|
|
277
|
-
autofocus: bool | None = None,
|
|
278
277
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
279
278
|
on_blur: EventType[()] | None = None,
|
|
280
279
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -327,7 +326,6 @@ class Badge(elements.Span, RadixThemesComponent):
|
|
|
327
326
|
id: The id for the component.
|
|
328
327
|
ref: The Var to pass as the ref to the component.
|
|
329
328
|
class_name: The class name for the component.
|
|
330
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
331
329
|
custom_attrs: custom attribute
|
|
332
330
|
**props: Component properties.
|
|
333
331
|
|
|
@@ -293,7 +293,6 @@ class Button(elements.Button, RadixLoadingProp, RadixThemesComponent):
|
|
|
293
293
|
id: Any | None = None,
|
|
294
294
|
ref: Var | None = None,
|
|
295
295
|
class_name: Any | None = None,
|
|
296
|
-
autofocus: bool | None = None,
|
|
297
296
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
298
297
|
on_blur: EventType[()] | None = None,
|
|
299
298
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -359,7 +358,6 @@ class Button(elements.Button, RadixLoadingProp, RadixThemesComponent):
|
|
|
359
358
|
id: The id for the component.
|
|
360
359
|
ref: The Var to pass as the ref to the component.
|
|
361
360
|
class_name: The class name for the component.
|
|
362
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
363
361
|
custom_attrs: custom attribute
|
|
364
362
|
**props: Component properties.
|
|
365
363
|
|
|
@@ -275,7 +275,6 @@ class CalloutRoot(elements.Div, RadixThemesComponent):
|
|
|
275
275
|
id: Any | None = None,
|
|
276
276
|
ref: Var | None = None,
|
|
277
277
|
class_name: Any | None = None,
|
|
278
|
-
autofocus: bool | None = None,
|
|
279
278
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
280
279
|
on_blur: EventType[()] | None = None,
|
|
281
280
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -328,7 +327,6 @@ class CalloutRoot(elements.Div, RadixThemesComponent):
|
|
|
328
327
|
id: The id for the component.
|
|
329
328
|
ref: The Var to pass as the ref to the component.
|
|
330
329
|
class_name: The class name for the component.
|
|
331
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
332
330
|
custom_attrs: custom attribute
|
|
333
331
|
**props: Component properties.
|
|
334
332
|
|
|
@@ -528,7 +526,6 @@ class CalloutIcon(elements.Div, RadixThemesComponent):
|
|
|
528
526
|
id: Any | None = None,
|
|
529
527
|
ref: Var | None = None,
|
|
530
528
|
class_name: Any | None = None,
|
|
531
|
-
autofocus: bool | None = None,
|
|
532
529
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
533
530
|
on_blur: EventType[()] | None = None,
|
|
534
531
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -576,7 +573,6 @@ class CalloutIcon(elements.Div, RadixThemesComponent):
|
|
|
576
573
|
id: The id for the component.
|
|
577
574
|
ref: The Var to pass as the ref to the component.
|
|
578
575
|
class_name: The class name for the component.
|
|
579
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
580
576
|
custom_attrs: custom attribute
|
|
581
577
|
**props: Component properties.
|
|
582
578
|
|
|
@@ -776,7 +772,6 @@ class CalloutText(elements.P, RadixThemesComponent):
|
|
|
776
772
|
id: Any | None = None,
|
|
777
773
|
ref: Var | None = None,
|
|
778
774
|
class_name: Any | None = None,
|
|
779
|
-
autofocus: bool | None = None,
|
|
780
775
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
781
776
|
on_blur: EventType[()] | None = None,
|
|
782
777
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -824,7 +819,6 @@ class CalloutText(elements.P, RadixThemesComponent):
|
|
|
824
819
|
id: The id for the component.
|
|
825
820
|
ref: The Var to pass as the ref to the component.
|
|
826
821
|
class_name: The class name for the component.
|
|
827
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
828
822
|
custom_attrs: custom attribute
|
|
829
823
|
**props: Component properties.
|
|
830
824
|
|
|
@@ -1094,7 +1088,6 @@ class Callout(CalloutRoot):
|
|
|
1094
1088
|
id: Any | None = None,
|
|
1095
1089
|
ref: Var | None = None,
|
|
1096
1090
|
class_name: Any | None = None,
|
|
1097
|
-
autofocus: bool | None = None,
|
|
1098
1091
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1099
1092
|
on_blur: EventType[()] | None = None,
|
|
1100
1093
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1146,7 +1139,6 @@ class Callout(CalloutRoot):
|
|
|
1146
1139
|
id: The id for the component.
|
|
1147
1140
|
ref: The Var to pass as the ref to the component.
|
|
1148
1141
|
class_name: The class name for the component.
|
|
1149
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1150
1142
|
custom_attrs: custom attribute
|
|
1151
1143
|
**props: The properties of the component.
|
|
1152
1144
|
|
|
@@ -1419,7 +1411,6 @@ class CalloutNamespace(ComponentNamespace):
|
|
|
1419
1411
|
id: Any | None = None,
|
|
1420
1412
|
ref: Var | None = None,
|
|
1421
1413
|
class_name: Any | None = None,
|
|
1422
|
-
autofocus: bool | None = None,
|
|
1423
1414
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1424
1415
|
on_blur: EventType[()] | None = None,
|
|
1425
1416
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1471,7 +1462,6 @@ class CalloutNamespace(ComponentNamespace):
|
|
|
1471
1462
|
id: The id for the component.
|
|
1472
1463
|
ref: The Var to pass as the ref to the component.
|
|
1473
1464
|
class_name: The class name for the component.
|
|
1474
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1475
1465
|
custom_attrs: custom attribute
|
|
1476
1466
|
**props: The properties of the component.
|
|
1477
1467
|
|
|
@@ -215,7 +215,6 @@ class Card(elements.Div, RadixThemesComponent):
|
|
|
215
215
|
id: Any | None = None,
|
|
216
216
|
ref: Var | None = None,
|
|
217
217
|
class_name: Any | None = None,
|
|
218
|
-
autofocus: bool | None = None,
|
|
219
218
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
220
219
|
on_blur: EventType[()] | None = None,
|
|
221
220
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -266,7 +265,6 @@ class Card(elements.Div, RadixThemesComponent):
|
|
|
266
265
|
id: The id for the component.
|
|
267
266
|
ref: The Var to pass as the ref to the component.
|
|
268
267
|
class_name: The class name for the component.
|
|
269
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
270
268
|
custom_attrs: custom attribute
|
|
271
269
|
**props: Component properties.
|
|
272
270
|
|
|
@@ -103,7 +103,6 @@ class Checkbox(RadixThemesComponent):
|
|
|
103
103
|
id: Any | None = None,
|
|
104
104
|
ref: Var | None = None,
|
|
105
105
|
class_name: Any | None = None,
|
|
106
|
-
autofocus: bool | None = None,
|
|
107
106
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
108
107
|
on_blur: EventType[()] | None = None,
|
|
109
108
|
on_change: EventType[()] | EventType[bool] | None = None,
|
|
@@ -148,7 +147,6 @@ class Checkbox(RadixThemesComponent):
|
|
|
148
147
|
id: The id for the component.
|
|
149
148
|
ref: The Var to pass as the ref to the component.
|
|
150
149
|
class_name: The class name for the component.
|
|
151
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
152
150
|
custom_attrs: custom attribute
|
|
153
151
|
**props: Component properties.
|
|
154
152
|
|
|
@@ -245,7 +243,6 @@ class HighLevelCheckbox(RadixThemesComponent):
|
|
|
245
243
|
id: Any | None = None,
|
|
246
244
|
ref: Var | None = None,
|
|
247
245
|
class_name: Any | None = None,
|
|
248
|
-
autofocus: bool | None = None,
|
|
249
246
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
250
247
|
on_blur: EventType[()] | None = None,
|
|
251
248
|
on_change: EventType[()] | EventType[bool] | None = None,
|
|
@@ -289,7 +286,6 @@ class HighLevelCheckbox(RadixThemesComponent):
|
|
|
289
286
|
id: The id for the component.
|
|
290
287
|
ref: The Var to pass as the ref to the component.
|
|
291
288
|
class_name: The class name for the component.
|
|
292
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
293
289
|
custom_attrs: custom attribute
|
|
294
290
|
**props: Additional properties to apply to the checkbox item.
|
|
295
291
|
|
|
@@ -385,7 +381,6 @@ class CheckboxNamespace(ComponentNamespace):
|
|
|
385
381
|
id: Any | None = None,
|
|
386
382
|
ref: Var | None = None,
|
|
387
383
|
class_name: Any | None = None,
|
|
388
|
-
autofocus: bool | None = None,
|
|
389
384
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
390
385
|
on_blur: EventType[()] | None = None,
|
|
391
386
|
on_change: EventType[()] | EventType[bool] | None = None,
|
|
@@ -429,7 +424,6 @@ class CheckboxNamespace(ComponentNamespace):
|
|
|
429
424
|
id: The id for the component.
|
|
430
425
|
ref: The Var to pass as the ref to the component.
|
|
431
426
|
class_name: The class name for the component.
|
|
432
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
433
427
|
custom_attrs: custom attribute
|
|
434
428
|
**props: Additional properties to apply to the checkbox item.
|
|
435
429
|
|
|
@@ -115,7 +115,6 @@ class CheckboxCardsRoot(RadixThemesComponent):
|
|
|
115
115
|
id: Any | None = None,
|
|
116
116
|
ref: Var | None = None,
|
|
117
117
|
class_name: Any | None = None,
|
|
118
|
-
autofocus: bool | None = None,
|
|
119
118
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
120
119
|
on_blur: EventType[()] | None = None,
|
|
121
120
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -153,7 +152,6 @@ class CheckboxCardsRoot(RadixThemesComponent):
|
|
|
153
152
|
id: The id for the component.
|
|
154
153
|
ref: The Var to pass as the ref to the component.
|
|
155
154
|
class_name: The class name for the component.
|
|
156
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
157
155
|
custom_attrs: custom attribute
|
|
158
156
|
**props: Component properties.
|
|
159
157
|
|
|
@@ -175,7 +173,6 @@ class CheckboxCardsItem(RadixThemesComponent):
|
|
|
175
173
|
id: Any | None = None,
|
|
176
174
|
ref: Var | None = None,
|
|
177
175
|
class_name: Any | None = None,
|
|
178
|
-
autofocus: bool | None = None,
|
|
179
176
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
180
177
|
on_blur: EventType[()] | None = None,
|
|
181
178
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -207,7 +204,6 @@ class CheckboxCardsItem(RadixThemesComponent):
|
|
|
207
204
|
id: The id for the component.
|
|
208
205
|
ref: The Var to pass as the ref to the component.
|
|
209
206
|
class_name: The class name for the component.
|
|
210
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
211
207
|
custom_attrs: custom attribute
|
|
212
208
|
**props: Component properties.
|
|
213
209
|
|
|
@@ -95,7 +95,6 @@ class CheckboxGroupRoot(RadixThemesComponent):
|
|
|
95
95
|
id: Any | None = None,
|
|
96
96
|
ref: Var | None = None,
|
|
97
97
|
class_name: Any | None = None,
|
|
98
|
-
autofocus: bool | None = None,
|
|
99
98
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
100
99
|
on_blur: EventType[()] | None = None,
|
|
101
100
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -133,7 +132,6 @@ class CheckboxGroupRoot(RadixThemesComponent):
|
|
|
133
132
|
id: The id for the component.
|
|
134
133
|
ref: The Var to pass as the ref to the component.
|
|
135
134
|
class_name: The class name for the component.
|
|
136
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
137
135
|
custom_attrs: custom attribute
|
|
138
136
|
**props: Component properties.
|
|
139
137
|
|
|
@@ -157,7 +155,6 @@ class CheckboxGroupItem(RadixThemesComponent):
|
|
|
157
155
|
id: Any | None = None,
|
|
158
156
|
ref: Var | None = None,
|
|
159
157
|
class_name: Any | None = None,
|
|
160
|
-
autofocus: bool | None = None,
|
|
161
158
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
162
159
|
on_blur: EventType[()] | None = None,
|
|
163
160
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -191,7 +188,6 @@ class CheckboxGroupItem(RadixThemesComponent):
|
|
|
191
188
|
id: The id for the component.
|
|
192
189
|
ref: The Var to pass as the ref to the component.
|
|
193
190
|
class_name: The class name for the component.
|
|
194
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
195
191
|
custom_attrs: custom attribute
|
|
196
192
|
**props: Component properties.
|
|
197
193
|
|
|
@@ -38,7 +38,6 @@ class ContextMenuRoot(RadixThemesComponent):
|
|
|
38
38
|
id: Any | None = None,
|
|
39
39
|
ref: Var | None = None,
|
|
40
40
|
class_name: Any | None = None,
|
|
41
|
-
autofocus: bool | None = None,
|
|
42
41
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
43
42
|
on_blur: EventType[()] | None = None,
|
|
44
43
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -74,7 +73,6 @@ class ContextMenuRoot(RadixThemesComponent):
|
|
|
74
73
|
id: The id for the component.
|
|
75
74
|
ref: The Var to pass as the ref to the component.
|
|
76
75
|
class_name: The class name for the component.
|
|
77
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
78
76
|
custom_attrs: custom attribute
|
|
79
77
|
**props: Component properties.
|
|
80
78
|
|
|
@@ -97,7 +95,6 @@ class ContextMenuTrigger(RadixThemesComponent):
|
|
|
97
95
|
id: Any | None = None,
|
|
98
96
|
ref: Var | None = None,
|
|
99
97
|
class_name: Any | None = None,
|
|
100
|
-
autofocus: bool | None = None,
|
|
101
98
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
102
99
|
on_blur: EventType[()] | None = None,
|
|
103
100
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -130,7 +127,6 @@ class ContextMenuTrigger(RadixThemesComponent):
|
|
|
130
127
|
id: The id for the component.
|
|
131
128
|
ref: The Var to pass as the ref to the component.
|
|
132
129
|
class_name: The class name for the component.
|
|
133
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
134
130
|
custom_attrs: custom attribute
|
|
135
131
|
**props: Component properties.
|
|
136
132
|
|
|
@@ -238,7 +234,6 @@ class ContextMenuContent(RadixThemesComponent):
|
|
|
238
234
|
id: Any | None = None,
|
|
239
235
|
ref: Var | None = None,
|
|
240
236
|
class_name: Any | None = None,
|
|
241
|
-
autofocus: bool | None = None,
|
|
242
237
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
243
238
|
on_blur: EventType[()] | None = None,
|
|
244
239
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -295,7 +290,6 @@ class ContextMenuContent(RadixThemesComponent):
|
|
|
295
290
|
id: The id for the component.
|
|
296
291
|
ref: The Var to pass as the ref to the component.
|
|
297
292
|
class_name: The class name for the component.
|
|
298
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
299
293
|
custom_attrs: custom attribute
|
|
300
294
|
**props: Component properties.
|
|
301
295
|
|
|
@@ -319,7 +313,6 @@ class ContextMenuSub(RadixThemesComponent):
|
|
|
319
313
|
id: Any | None = None,
|
|
320
314
|
ref: Var | None = None,
|
|
321
315
|
class_name: Any | None = None,
|
|
322
|
-
autofocus: bool | None = None,
|
|
323
316
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
324
317
|
on_blur: EventType[()] | None = None,
|
|
325
318
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -355,7 +348,6 @@ class ContextMenuSub(RadixThemesComponent):
|
|
|
355
348
|
id: The id for the component.
|
|
356
349
|
ref: The Var to pass as the ref to the component.
|
|
357
350
|
class_name: The class name for the component.
|
|
358
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
359
351
|
custom_attrs: custom attribute
|
|
360
352
|
**props: Component properties.
|
|
361
353
|
|
|
@@ -380,7 +372,6 @@ class ContextMenuSubTrigger(RadixThemesComponent):
|
|
|
380
372
|
id: Any | None = None,
|
|
381
373
|
ref: Var | None = None,
|
|
382
374
|
class_name: Any | None = None,
|
|
383
|
-
autofocus: bool | None = None,
|
|
384
375
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
385
376
|
on_blur: EventType[()] | None = None,
|
|
386
377
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -415,7 +406,6 @@ class ContextMenuSubTrigger(RadixThemesComponent):
|
|
|
415
406
|
id: The id for the component.
|
|
416
407
|
ref: The Var to pass as the ref to the component.
|
|
417
408
|
class_name: The class name for the component.
|
|
418
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
419
409
|
custom_attrs: custom attribute
|
|
420
410
|
**props: Component properties.
|
|
421
411
|
|
|
@@ -452,7 +442,6 @@ class ContextMenuSubContent(RadixThemesComponent):
|
|
|
452
442
|
id: Any | None = None,
|
|
453
443
|
ref: Var | None = None,
|
|
454
444
|
class_name: Any | None = None,
|
|
455
|
-
autofocus: bool | None = None,
|
|
456
445
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
457
446
|
on_blur: EventType[()] | None = None,
|
|
458
447
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -501,7 +490,6 @@ class ContextMenuSubContent(RadixThemesComponent):
|
|
|
501
490
|
id: The id for the component.
|
|
502
491
|
ref: The Var to pass as the ref to the component.
|
|
503
492
|
class_name: The class name for the component.
|
|
504
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
505
493
|
custom_attrs: custom attribute
|
|
506
494
|
**props: Component properties.
|
|
507
495
|
|
|
@@ -586,7 +574,6 @@ class ContextMenuItem(RadixThemesComponent):
|
|
|
586
574
|
id: Any | None = None,
|
|
587
575
|
ref: Var | None = None,
|
|
588
576
|
class_name: Any | None = None,
|
|
589
|
-
autofocus: bool | None = None,
|
|
590
577
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
591
578
|
on_blur: EventType[()] | None = None,
|
|
592
579
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -625,7 +612,6 @@ class ContextMenuItem(RadixThemesComponent):
|
|
|
625
612
|
id: The id for the component.
|
|
626
613
|
ref: The Var to pass as the ref to the component.
|
|
627
614
|
class_name: The class name for the component.
|
|
628
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
629
615
|
custom_attrs: custom attribute
|
|
630
616
|
**props: Component properties.
|
|
631
617
|
|
|
@@ -647,7 +633,6 @@ class ContextMenuSeparator(RadixThemesComponent):
|
|
|
647
633
|
id: Any | None = None,
|
|
648
634
|
ref: Var | None = None,
|
|
649
635
|
class_name: Any | None = None,
|
|
650
|
-
autofocus: bool | None = None,
|
|
651
636
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
652
637
|
on_blur: EventType[()] | None = None,
|
|
653
638
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -679,7 +664,6 @@ class ContextMenuSeparator(RadixThemesComponent):
|
|
|
679
664
|
id: The id for the component.
|
|
680
665
|
ref: The Var to pass as the ref to the component.
|
|
681
666
|
class_name: The class name for the component.
|
|
682
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
683
667
|
custom_attrs: custom attribute
|
|
684
668
|
**props: Component properties.
|
|
685
669
|
|
|
@@ -776,7 +760,6 @@ class ContextMenuCheckbox(Checkbox):
|
|
|
776
760
|
id: Any | None = None,
|
|
777
761
|
ref: Var | None = None,
|
|
778
762
|
class_name: Any | None = None,
|
|
779
|
-
autofocus: bool | None = None,
|
|
780
763
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
781
764
|
on_blur: EventType[()] | None = None,
|
|
782
765
|
on_change: EventType[()] | EventType[bool] | None = None,
|
|
@@ -822,7 +805,6 @@ class ContextMenuCheckbox(Checkbox):
|
|
|
822
805
|
id: The id for the component.
|
|
823
806
|
ref: The Var to pass as the ref to the component.
|
|
824
807
|
class_name: The class name for the component.
|
|
825
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
826
808
|
custom_attrs: custom attribute
|
|
827
809
|
**props: Component properties.
|
|
828
810
|
|
|
@@ -845,7 +827,6 @@ class ContextMenuLabel(RadixThemesComponent):
|
|
|
845
827
|
id: Any | None = None,
|
|
846
828
|
ref: Var | None = None,
|
|
847
829
|
class_name: Any | None = None,
|
|
848
|
-
autofocus: bool | None = None,
|
|
849
830
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
850
831
|
on_blur: EventType[()] | None = None,
|
|
851
832
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -878,7 +859,6 @@ class ContextMenuLabel(RadixThemesComponent):
|
|
|
878
859
|
id: The id for the component.
|
|
879
860
|
ref: The Var to pass as the ref to the component.
|
|
880
861
|
class_name: The class name for the component.
|
|
881
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
882
862
|
custom_attrs: custom attribute
|
|
883
863
|
**props: Component properties.
|
|
884
864
|
|
|
@@ -901,7 +881,6 @@ class ContextMenuGroup(RadixThemesComponent):
|
|
|
901
881
|
id: Any | None = None,
|
|
902
882
|
ref: Var | None = None,
|
|
903
883
|
class_name: Any | None = None,
|
|
904
|
-
autofocus: bool | None = None,
|
|
905
884
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
906
885
|
on_blur: EventType[()] | None = None,
|
|
907
886
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -934,7 +913,6 @@ class ContextMenuGroup(RadixThemesComponent):
|
|
|
934
913
|
id: The id for the component.
|
|
935
914
|
ref: The Var to pass as the ref to the component.
|
|
936
915
|
class_name: The class name for the component.
|
|
937
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
938
916
|
custom_attrs: custom attribute
|
|
939
917
|
**props: Component properties.
|
|
940
918
|
|
|
@@ -958,7 +936,6 @@ class ContextMenuRadioGroup(RadixThemesComponent):
|
|
|
958
936
|
id: Any | None = None,
|
|
959
937
|
ref: Var | None = None,
|
|
960
938
|
class_name: Any | None = None,
|
|
961
|
-
autofocus: bool | None = None,
|
|
962
939
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
963
940
|
on_blur: EventType[()] | None = None,
|
|
964
941
|
on_change: EventType[()] | EventType[str] | None = None,
|
|
@@ -994,7 +971,6 @@ class ContextMenuRadioGroup(RadixThemesComponent):
|
|
|
994
971
|
id: The id for the component.
|
|
995
972
|
ref: The Var to pass as the ref to the component.
|
|
996
973
|
class_name: The class name for the component.
|
|
997
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
998
974
|
custom_attrs: custom attribute
|
|
999
975
|
**props: Component properties.
|
|
1000
976
|
|
|
@@ -1094,7 +1070,6 @@ class ContextMenuRadioItem(HighLevelRadioGroup):
|
|
|
1094
1070
|
id: Any | None = None,
|
|
1095
1071
|
ref: Var | None = None,
|
|
1096
1072
|
class_name: Any | None = None,
|
|
1097
|
-
autofocus: bool | None = None,
|
|
1098
1073
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1099
1074
|
on_blur: EventType[()] | None = None,
|
|
1100
1075
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -1139,7 +1114,6 @@ class ContextMenuRadioItem(HighLevelRadioGroup):
|
|
|
1139
1114
|
id: The id for the component.
|
|
1140
1115
|
ref: The Var to pass as the ref to the component.
|
|
1141
1116
|
class_name: The class name for the component.
|
|
1142
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
1143
1117
|
custom_attrs: custom attribute
|
|
1144
1118
|
**props: Additional properties to apply to the accordion item.
|
|
1145
1119
|
|
|
@@ -44,7 +44,6 @@ class DataListRoot(RadixThemesComponent):
|
|
|
44
44
|
id: Any | None = None,
|
|
45
45
|
ref: Var | None = None,
|
|
46
46
|
class_name: Any | None = None,
|
|
47
|
-
autofocus: bool | None = None,
|
|
48
47
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
49
48
|
on_blur: EventType[()] | None = None,
|
|
50
49
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -79,7 +78,6 @@ class DataListRoot(RadixThemesComponent):
|
|
|
79
78
|
id: The id for the component.
|
|
80
79
|
ref: The Var to pass as the ref to the component.
|
|
81
80
|
class_name: The class name for the component.
|
|
82
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
83
81
|
custom_attrs: custom attribute
|
|
84
82
|
**props: Component properties.
|
|
85
83
|
|
|
@@ -110,7 +108,6 @@ class DataListItem(RadixThemesComponent):
|
|
|
110
108
|
id: Any | None = None,
|
|
111
109
|
ref: Var | None = None,
|
|
112
110
|
class_name: Any | None = None,
|
|
113
|
-
autofocus: bool | None = None,
|
|
114
111
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
115
112
|
on_blur: EventType[()] | None = None,
|
|
116
113
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -143,7 +140,6 @@ class DataListItem(RadixThemesComponent):
|
|
|
143
140
|
id: The id for the component.
|
|
144
141
|
ref: The Var to pass as the ref to the component.
|
|
145
142
|
class_name: The class name for the component.
|
|
146
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
147
143
|
custom_attrs: custom attribute
|
|
148
144
|
**props: Component properties.
|
|
149
145
|
|
|
@@ -236,7 +232,6 @@ class DataListLabel(RadixThemesComponent):
|
|
|
236
232
|
id: Any | None = None,
|
|
237
233
|
ref: Var | None = None,
|
|
238
234
|
class_name: Any | None = None,
|
|
239
|
-
autofocus: bool | None = None,
|
|
240
235
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
241
236
|
on_blur: EventType[()] | None = None,
|
|
242
237
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -272,7 +267,6 @@ class DataListLabel(RadixThemesComponent):
|
|
|
272
267
|
id: The id for the component.
|
|
273
268
|
ref: The Var to pass as the ref to the component.
|
|
274
269
|
class_name: The class name for the component.
|
|
275
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
276
270
|
custom_attrs: custom attribute
|
|
277
271
|
**props: Component properties.
|
|
278
272
|
|
|
@@ -294,7 +288,6 @@ class DataListValue(RadixThemesComponent):
|
|
|
294
288
|
id: Any | None = None,
|
|
295
289
|
ref: Var | None = None,
|
|
296
290
|
class_name: Any | None = None,
|
|
297
|
-
autofocus: bool | None = None,
|
|
298
291
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
299
292
|
on_blur: EventType[()] | None = None,
|
|
300
293
|
on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
|
|
@@ -326,7 +319,6 @@ class DataListValue(RadixThemesComponent):
|
|
|
326
319
|
id: The id for the component.
|
|
327
320
|
ref: The Var to pass as the ref to the component.
|
|
328
321
|
class_name: The class name for the component.
|
|
329
|
-
autofocus: Whether the component should take the focus once the page is loaded
|
|
330
322
|
custom_attrs: custom attribute
|
|
331
323
|
**props: Component properties.
|
|
332
324
|
|