reflex 0.7.0a1__py3-none-any.whl → 0.7.0a2__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/jinja/web/pages/utils.js.jinja2 +1 -1
- reflex/app.py +6 -8
- reflex/components/base/app_wrap.pyi +16 -16
- reflex/components/base/body.pyi +16 -16
- reflex/components/base/document.pyi +76 -76
- reflex/components/base/error_boundary.pyi +17 -21
- reflex/components/base/fragment.pyi +16 -16
- reflex/components/base/head.pyi +31 -31
- reflex/components/base/link.pyi +31 -31
- reflex/components/base/meta.pyi +61 -61
- reflex/components/base/script.pyi +19 -19
- reflex/components/base/strict_mode.pyi +16 -16
- reflex/components/core/banner.py +95 -19
- reflex/components/core/banner.pyi +91 -91
- reflex/components/core/client_side_routing.pyi +31 -31
- reflex/components/core/clipboard.pyi +17 -20
- reflex/components/core/debounce.pyi +17 -17
- reflex/components/core/foreach.py +5 -0
- reflex/components/core/html.pyi +16 -16
- reflex/components/core/sticky.pyi +61 -61
- reflex/components/core/upload.pyi +80 -88
- reflex/components/datadisplay/code.pyi +31 -31
- reflex/components/datadisplay/dataeditor.pyi +40 -54
- reflex/components/datadisplay/shiki_code_block.pyi +46 -46
- reflex/components/el/element.pyi +16 -16
- reflex/components/el/elements/base.pyi +16 -16
- reflex/components/el/elements/forms.pyi +222 -256
- reflex/components/el/elements/inline.pyi +421 -421
- reflex/components/el/elements/media.pyi +376 -376
- reflex/components/el/elements/metadata.pyi +91 -91
- reflex/components/el/elements/other.pyi +106 -106
- reflex/components/el/elements/scripts.pyi +46 -46
- reflex/components/el/elements/sectioning.pyi +226 -226
- reflex/components/el/elements/tables.pyi +151 -151
- reflex/components/el/elements/typography.pyi +226 -226
- reflex/components/gridjs/datatable.pyi +31 -31
- reflex/components/lucide/icon.pyi +46 -46
- reflex/components/markdown/markdown.pyi +16 -16
- reflex/components/moment/moment.pyi +17 -19
- reflex/components/next/base.pyi +16 -16
- reflex/components/next/image.pyi +18 -18
- reflex/components/next/link.pyi +16 -16
- reflex/components/next/video.pyi +16 -16
- reflex/components/plotly/plotly.pyi +34 -44
- reflex/components/radix/primitives/accordion.pyi +107 -107
- reflex/components/radix/primitives/base.pyi +31 -31
- reflex/components/radix/primitives/drawer.pyi +175 -183
- reflex/components/radix/primitives/form.pyi +160 -172
- reflex/components/radix/primitives/progress.pyi +76 -76
- reflex/components/radix/primitives/slider.pyi +78 -82
- reflex/components/radix/themes/base.pyi +121 -121
- reflex/components/radix/themes/color_mode.pyi +47 -49
- reflex/components/radix/themes/components/alert_dialog.pyi +110 -112
- reflex/components/radix/themes/components/aspect_ratio.pyi +16 -16
- reflex/components/radix/themes/components/avatar.pyi +16 -16
- reflex/components/radix/themes/components/badge.pyi +16 -16
- reflex/components/radix/themes/components/button.pyi +16 -16
- reflex/components/radix/themes/components/callout.pyi +76 -76
- reflex/components/radix/themes/components/card.pyi +16 -16
- reflex/components/radix/themes/components/checkbox.pyi +49 -55
- reflex/components/radix/themes/components/checkbox_cards.pyi +31 -31
- reflex/components/radix/themes/components/checkbox_group.pyi +31 -31
- reflex/components/radix/themes/components/context_menu.pyi +149 -155
- reflex/components/radix/themes/components/data_list.pyi +61 -61
- reflex/components/radix/themes/components/dialog.pyi +113 -117
- reflex/components/radix/themes/components/dropdown_menu.pyi +133 -137
- reflex/components/radix/themes/components/hover_card.pyi +63 -67
- reflex/components/radix/themes/components/icon_button.pyi +16 -16
- reflex/components/radix/themes/components/inset.pyi +16 -16
- reflex/components/radix/themes/components/popover.pyi +68 -70
- reflex/components/radix/themes/components/progress.pyi +16 -16
- reflex/components/radix/themes/components/radio.pyi +16 -16
- reflex/components/radix/themes/components/radio_cards.pyi +32 -34
- reflex/components/radix/themes/components/radio_group.pyi +62 -64
- reflex/components/radix/themes/components/scroll_area.pyi +16 -16
- reflex/components/radix/themes/components/segmented_control.pyi +32 -35
- reflex/components/radix/themes/components/select.py +1 -0
- reflex/components/radix/themes/components/select.pyi +145 -157
- reflex/components/radix/themes/components/separator.pyi +16 -16
- reflex/components/radix/themes/components/skeleton.py +3 -0
- reflex/components/radix/themes/components/skeleton.pyi +16 -16
- reflex/components/radix/themes/components/slider.pyi +22 -28
- reflex/components/radix/themes/components/spinner.pyi +16 -16
- reflex/components/radix/themes/components/switch.pyi +17 -19
- reflex/components/radix/themes/components/table.pyi +106 -106
- reflex/components/radix/themes/components/tabs.pyi +78 -82
- reflex/components/radix/themes/components/text_area.pyi +19 -33
- reflex/components/radix/themes/components/text_field.pyi +52 -80
- reflex/components/radix/themes/components/tooltip.py +3 -0
- reflex/components/radix/themes/components/tooltip.pyi +19 -21
- reflex/components/radix/themes/layout/base.pyi +16 -16
- reflex/components/radix/themes/layout/box.pyi +16 -16
- reflex/components/radix/themes/layout/center.pyi +16 -16
- reflex/components/radix/themes/layout/container.pyi +16 -16
- reflex/components/radix/themes/layout/flex.pyi +16 -16
- reflex/components/radix/themes/layout/grid.pyi +16 -16
- reflex/components/radix/themes/layout/list.pyi +76 -76
- reflex/components/radix/themes/layout/section.pyi +16 -16
- reflex/components/radix/themes/layout/spacer.pyi +16 -16
- reflex/components/radix/themes/layout/stack.pyi +46 -46
- reflex/components/radix/themes/typography/blockquote.pyi +16 -16
- reflex/components/radix/themes/typography/code.pyi +16 -16
- reflex/components/radix/themes/typography/heading.pyi +16 -16
- reflex/components/radix/themes/typography/link.pyi +16 -16
- reflex/components/radix/themes/typography/text.pyi +106 -106
- reflex/components/react_player/audio.pyi +33 -39
- reflex/components/react_player/react_player.pyi +32 -38
- reflex/components/react_player/video.pyi +33 -39
- reflex/components/recharts/cartesian.pyi +282 -282
- reflex/components/recharts/charts.pyi +164 -164
- reflex/components/recharts/general.pyi +92 -92
- reflex/components/recharts/polar.pyi +55 -55
- reflex/components/recharts/recharts.pyi +31 -31
- reflex/components/sonner/toast.pyi +16 -16
- reflex/components/suneditor/editor.pyi +24 -38
- reflex/event.py +89 -51
- reflex/experimental/layout.pyi +78 -82
- reflex/page.py +2 -2
- reflex/utils/exceptions.py +13 -0
- reflex/utils/format.py +1 -1
- reflex/utils/prerequisites.py +3 -3
- reflex/utils/pyi_generator.py +9 -8
- reflex/vars/base.py +6 -0
- {reflex-0.7.0a1.dist-info → reflex-0.7.0a2.dist-info}/METADATA +1 -1
- {reflex-0.7.0a1.dist-info → reflex-0.7.0a2.dist-info}/RECORD +128 -128
- {reflex-0.7.0a1.dist-info → reflex-0.7.0a2.dist-info}/LICENSE +0 -0
- {reflex-0.7.0a1.dist-info → reflex-0.7.0a2.dist-info}/WHEEL +0 -0
- {reflex-0.7.0a1.dist-info → reflex-0.7.0a2.dist-info}/entry_points.txt +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
from typing import Any, Dict, List, Literal, Optional, Union, overload
|
|
7
7
|
|
|
8
8
|
from reflex.constants.colors import Color
|
|
9
|
-
from reflex.event import
|
|
9
|
+
from reflex.event import EventType
|
|
10
10
|
from reflex.style import Style
|
|
11
11
|
from reflex.vars.base import Var
|
|
12
12
|
|
|
@@ -120,21 +120,21 @@ class Axis(Recharts):
|
|
|
120
120
|
class_name: Optional[Any] = None,
|
|
121
121
|
autofocus: Optional[bool] = None,
|
|
122
122
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
123
|
-
on_blur: Optional[EventType[
|
|
124
|
-
on_click: Optional[EventType[
|
|
125
|
-
on_context_menu: Optional[EventType[
|
|
126
|
-
on_double_click: Optional[EventType[
|
|
127
|
-
on_focus: Optional[EventType[
|
|
128
|
-
on_mount: Optional[EventType[
|
|
129
|
-
on_mouse_down: Optional[EventType[
|
|
130
|
-
on_mouse_enter: Optional[EventType[
|
|
131
|
-
on_mouse_leave: Optional[EventType[
|
|
132
|
-
on_mouse_move: Optional[EventType[
|
|
133
|
-
on_mouse_out: Optional[EventType[
|
|
134
|
-
on_mouse_over: Optional[EventType[
|
|
135
|
-
on_mouse_up: Optional[EventType[
|
|
136
|
-
on_scroll: Optional[EventType[
|
|
137
|
-
on_unmount: Optional[EventType[
|
|
123
|
+
on_blur: Optional[EventType[()]] = None,
|
|
124
|
+
on_click: Optional[EventType[()]] = None,
|
|
125
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
126
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
127
|
+
on_focus: Optional[EventType[()]] = None,
|
|
128
|
+
on_mount: Optional[EventType[()]] = None,
|
|
129
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
130
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
131
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
132
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
133
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
134
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
135
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
136
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
137
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
138
138
|
**props,
|
|
139
139
|
) -> "Axis":
|
|
140
140
|
"""Create the component.
|
|
@@ -301,21 +301,21 @@ class XAxis(Axis):
|
|
|
301
301
|
class_name: Optional[Any] = None,
|
|
302
302
|
autofocus: Optional[bool] = None,
|
|
303
303
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
304
|
-
on_blur: Optional[EventType[
|
|
305
|
-
on_click: Optional[EventType[
|
|
306
|
-
on_context_menu: Optional[EventType[
|
|
307
|
-
on_double_click: Optional[EventType[
|
|
308
|
-
on_focus: Optional[EventType[
|
|
309
|
-
on_mount: Optional[EventType[
|
|
310
|
-
on_mouse_down: Optional[EventType[
|
|
311
|
-
on_mouse_enter: Optional[EventType[
|
|
312
|
-
on_mouse_leave: Optional[EventType[
|
|
313
|
-
on_mouse_move: Optional[EventType[
|
|
314
|
-
on_mouse_out: Optional[EventType[
|
|
315
|
-
on_mouse_over: Optional[EventType[
|
|
316
|
-
on_mouse_up: Optional[EventType[
|
|
317
|
-
on_scroll: Optional[EventType[
|
|
318
|
-
on_unmount: Optional[EventType[
|
|
304
|
+
on_blur: Optional[EventType[()]] = None,
|
|
305
|
+
on_click: Optional[EventType[()]] = None,
|
|
306
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
307
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
308
|
+
on_focus: Optional[EventType[()]] = None,
|
|
309
|
+
on_mount: Optional[EventType[()]] = None,
|
|
310
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
311
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
312
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
313
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
314
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
315
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
316
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
317
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
318
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
319
319
|
**props,
|
|
320
320
|
) -> "XAxis":
|
|
321
321
|
"""Create the component.
|
|
@@ -485,21 +485,21 @@ class YAxis(Axis):
|
|
|
485
485
|
class_name: Optional[Any] = None,
|
|
486
486
|
autofocus: Optional[bool] = None,
|
|
487
487
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
488
|
-
on_blur: Optional[EventType[
|
|
489
|
-
on_click: Optional[EventType[
|
|
490
|
-
on_context_menu: Optional[EventType[
|
|
491
|
-
on_double_click: Optional[EventType[
|
|
492
|
-
on_focus: Optional[EventType[
|
|
493
|
-
on_mount: Optional[EventType[
|
|
494
|
-
on_mouse_down: Optional[EventType[
|
|
495
|
-
on_mouse_enter: Optional[EventType[
|
|
496
|
-
on_mouse_leave: Optional[EventType[
|
|
497
|
-
on_mouse_move: Optional[EventType[
|
|
498
|
-
on_mouse_out: Optional[EventType[
|
|
499
|
-
on_mouse_over: Optional[EventType[
|
|
500
|
-
on_mouse_up: Optional[EventType[
|
|
501
|
-
on_scroll: Optional[EventType[
|
|
502
|
-
on_unmount: Optional[EventType[
|
|
488
|
+
on_blur: Optional[EventType[()]] = None,
|
|
489
|
+
on_click: Optional[EventType[()]] = None,
|
|
490
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
491
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
492
|
+
on_focus: Optional[EventType[()]] = None,
|
|
493
|
+
on_mount: Optional[EventType[()]] = None,
|
|
494
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
495
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
496
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
497
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
498
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
499
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
500
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
501
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
502
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
503
503
|
**props,
|
|
504
504
|
) -> "YAxis":
|
|
505
505
|
"""Create the component.
|
|
@@ -611,21 +611,21 @@ class ZAxis(Recharts):
|
|
|
611
611
|
class_name: Optional[Any] = None,
|
|
612
612
|
autofocus: Optional[bool] = None,
|
|
613
613
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
614
|
-
on_blur: Optional[EventType[
|
|
615
|
-
on_click: Optional[EventType[
|
|
616
|
-
on_context_menu: Optional[EventType[
|
|
617
|
-
on_double_click: Optional[EventType[
|
|
618
|
-
on_focus: Optional[EventType[
|
|
619
|
-
on_mount: Optional[EventType[
|
|
620
|
-
on_mouse_down: Optional[EventType[
|
|
621
|
-
on_mouse_enter: Optional[EventType[
|
|
622
|
-
on_mouse_leave: Optional[EventType[
|
|
623
|
-
on_mouse_move: Optional[EventType[
|
|
624
|
-
on_mouse_out: Optional[EventType[
|
|
625
|
-
on_mouse_over: Optional[EventType[
|
|
626
|
-
on_mouse_up: Optional[EventType[
|
|
627
|
-
on_scroll: Optional[EventType[
|
|
628
|
-
on_unmount: Optional[EventType[
|
|
614
|
+
on_blur: Optional[EventType[()]] = None,
|
|
615
|
+
on_click: Optional[EventType[()]] = None,
|
|
616
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
617
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
618
|
+
on_focus: Optional[EventType[()]] = None,
|
|
619
|
+
on_mount: Optional[EventType[()]] = None,
|
|
620
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
621
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
622
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
623
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
624
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
625
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
626
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
627
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
628
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
629
629
|
**props,
|
|
630
630
|
) -> "ZAxis":
|
|
631
631
|
"""Create the component.
|
|
@@ -676,7 +676,7 @@ class Brush(Recharts):
|
|
|
676
676
|
class_name: Optional[Any] = None,
|
|
677
677
|
autofocus: Optional[bool] = None,
|
|
678
678
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
679
|
-
on_change: Optional[EventType[
|
|
679
|
+
on_change: Optional[EventType[()]] = None,
|
|
680
680
|
**props,
|
|
681
681
|
) -> "Brush":
|
|
682
682
|
"""Create the component.
|
|
@@ -772,23 +772,23 @@ class Cartesian(Recharts):
|
|
|
772
772
|
class_name: Optional[Any] = None,
|
|
773
773
|
autofocus: Optional[bool] = None,
|
|
774
774
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
775
|
-
on_animation_end: Optional[EventType[
|
|
776
|
-
on_animation_start: Optional[EventType[
|
|
777
|
-
on_blur: Optional[EventType[
|
|
778
|
-
on_click: Optional[EventType[
|
|
779
|
-
on_context_menu: Optional[EventType[
|
|
780
|
-
on_double_click: Optional[EventType[
|
|
781
|
-
on_focus: Optional[EventType[
|
|
782
|
-
on_mount: Optional[EventType[
|
|
783
|
-
on_mouse_down: Optional[EventType[
|
|
784
|
-
on_mouse_enter: Optional[EventType[
|
|
785
|
-
on_mouse_leave: Optional[EventType[
|
|
786
|
-
on_mouse_move: Optional[EventType[
|
|
787
|
-
on_mouse_out: Optional[EventType[
|
|
788
|
-
on_mouse_over: Optional[EventType[
|
|
789
|
-
on_mouse_up: Optional[EventType[
|
|
790
|
-
on_scroll: Optional[EventType[
|
|
791
|
-
on_unmount: Optional[EventType[
|
|
775
|
+
on_animation_end: Optional[EventType[()]] = None,
|
|
776
|
+
on_animation_start: Optional[EventType[()]] = None,
|
|
777
|
+
on_blur: Optional[EventType[()]] = None,
|
|
778
|
+
on_click: Optional[EventType[()]] = None,
|
|
779
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
780
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
781
|
+
on_focus: Optional[EventType[()]] = None,
|
|
782
|
+
on_mount: Optional[EventType[()]] = None,
|
|
783
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
784
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
785
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
786
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
787
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
788
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
789
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
790
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
791
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
792
792
|
**props,
|
|
793
793
|
) -> "Cartesian":
|
|
794
794
|
"""Create the component.
|
|
@@ -949,23 +949,23 @@ class Area(Cartesian):
|
|
|
949
949
|
class_name: Optional[Any] = None,
|
|
950
950
|
autofocus: Optional[bool] = None,
|
|
951
951
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
952
|
-
on_animation_end: Optional[EventType[
|
|
953
|
-
on_animation_start: Optional[EventType[
|
|
954
|
-
on_blur: Optional[EventType[
|
|
955
|
-
on_click: Optional[EventType[
|
|
956
|
-
on_context_menu: Optional[EventType[
|
|
957
|
-
on_double_click: Optional[EventType[
|
|
958
|
-
on_focus: Optional[EventType[
|
|
959
|
-
on_mount: Optional[EventType[
|
|
960
|
-
on_mouse_down: Optional[EventType[
|
|
961
|
-
on_mouse_enter: Optional[EventType[
|
|
962
|
-
on_mouse_leave: Optional[EventType[
|
|
963
|
-
on_mouse_move: Optional[EventType[
|
|
964
|
-
on_mouse_out: Optional[EventType[
|
|
965
|
-
on_mouse_over: Optional[EventType[
|
|
966
|
-
on_mouse_up: Optional[EventType[
|
|
967
|
-
on_scroll: Optional[EventType[
|
|
968
|
-
on_unmount: Optional[EventType[
|
|
952
|
+
on_animation_end: Optional[EventType[()]] = None,
|
|
953
|
+
on_animation_start: Optional[EventType[()]] = None,
|
|
954
|
+
on_blur: Optional[EventType[()]] = None,
|
|
955
|
+
on_click: Optional[EventType[()]] = None,
|
|
956
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
957
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
958
|
+
on_focus: Optional[EventType[()]] = None,
|
|
959
|
+
on_mount: Optional[EventType[()]] = None,
|
|
960
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
961
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
962
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
963
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
964
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
965
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
966
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
967
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
968
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
969
969
|
**props,
|
|
970
970
|
) -> "Area":
|
|
971
971
|
"""Create the component.
|
|
@@ -1091,23 +1091,23 @@ class Bar(Cartesian):
|
|
|
1091
1091
|
class_name: Optional[Any] = None,
|
|
1092
1092
|
autofocus: Optional[bool] = None,
|
|
1093
1093
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1094
|
-
on_animation_end: Optional[EventType[
|
|
1095
|
-
on_animation_start: Optional[EventType[
|
|
1096
|
-
on_blur: Optional[EventType[
|
|
1097
|
-
on_click: Optional[EventType[
|
|
1098
|
-
on_context_menu: Optional[EventType[
|
|
1099
|
-
on_double_click: Optional[EventType[
|
|
1100
|
-
on_focus: Optional[EventType[
|
|
1101
|
-
on_mount: Optional[EventType[
|
|
1102
|
-
on_mouse_down: Optional[EventType[
|
|
1103
|
-
on_mouse_enter: Optional[EventType[
|
|
1104
|
-
on_mouse_leave: Optional[EventType[
|
|
1105
|
-
on_mouse_move: Optional[EventType[
|
|
1106
|
-
on_mouse_out: Optional[EventType[
|
|
1107
|
-
on_mouse_over: Optional[EventType[
|
|
1108
|
-
on_mouse_up: Optional[EventType[
|
|
1109
|
-
on_scroll: Optional[EventType[
|
|
1110
|
-
on_unmount: Optional[EventType[
|
|
1094
|
+
on_animation_end: Optional[EventType[()]] = None,
|
|
1095
|
+
on_animation_start: Optional[EventType[()]] = None,
|
|
1096
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1097
|
+
on_click: Optional[EventType[()]] = None,
|
|
1098
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1099
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1100
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1101
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1102
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1103
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1104
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1105
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1106
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1107
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1108
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1109
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1110
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1111
1111
|
**props,
|
|
1112
1112
|
) -> "Bar":
|
|
1113
1113
|
"""Create the component.
|
|
@@ -1275,23 +1275,23 @@ class Line(Cartesian):
|
|
|
1275
1275
|
class_name: Optional[Any] = None,
|
|
1276
1276
|
autofocus: Optional[bool] = None,
|
|
1277
1277
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1278
|
-
on_animation_end: Optional[EventType[
|
|
1279
|
-
on_animation_start: Optional[EventType[
|
|
1280
|
-
on_blur: Optional[EventType[
|
|
1281
|
-
on_click: Optional[EventType[
|
|
1282
|
-
on_context_menu: Optional[EventType[
|
|
1283
|
-
on_double_click: Optional[EventType[
|
|
1284
|
-
on_focus: Optional[EventType[
|
|
1285
|
-
on_mount: Optional[EventType[
|
|
1286
|
-
on_mouse_down: Optional[EventType[
|
|
1287
|
-
on_mouse_enter: Optional[EventType[
|
|
1288
|
-
on_mouse_leave: Optional[EventType[
|
|
1289
|
-
on_mouse_move: Optional[EventType[
|
|
1290
|
-
on_mouse_out: Optional[EventType[
|
|
1291
|
-
on_mouse_over: Optional[EventType[
|
|
1292
|
-
on_mouse_up: Optional[EventType[
|
|
1293
|
-
on_scroll: Optional[EventType[
|
|
1294
|
-
on_unmount: Optional[EventType[
|
|
1278
|
+
on_animation_end: Optional[EventType[()]] = None,
|
|
1279
|
+
on_animation_start: Optional[EventType[()]] = None,
|
|
1280
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1281
|
+
on_click: Optional[EventType[()]] = None,
|
|
1282
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1283
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1284
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1285
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1286
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1287
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1288
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1289
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1290
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1291
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1292
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1293
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1294
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1295
1295
|
**props,
|
|
1296
1296
|
) -> "Line":
|
|
1297
1297
|
"""Create the component.
|
|
@@ -1422,21 +1422,21 @@ class Scatter(Recharts):
|
|
|
1422
1422
|
class_name: Optional[Any] = None,
|
|
1423
1423
|
autofocus: Optional[bool] = None,
|
|
1424
1424
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1425
|
-
on_blur: Optional[EventType[
|
|
1426
|
-
on_click: Optional[EventType[
|
|
1427
|
-
on_context_menu: Optional[EventType[
|
|
1428
|
-
on_double_click: Optional[EventType[
|
|
1429
|
-
on_focus: Optional[EventType[
|
|
1430
|
-
on_mount: Optional[EventType[
|
|
1431
|
-
on_mouse_down: Optional[EventType[
|
|
1432
|
-
on_mouse_enter: Optional[EventType[
|
|
1433
|
-
on_mouse_leave: Optional[EventType[
|
|
1434
|
-
on_mouse_move: Optional[EventType[
|
|
1435
|
-
on_mouse_out: Optional[EventType[
|
|
1436
|
-
on_mouse_over: Optional[EventType[
|
|
1437
|
-
on_mouse_up: Optional[EventType[
|
|
1438
|
-
on_scroll: Optional[EventType[
|
|
1439
|
-
on_unmount: Optional[EventType[
|
|
1425
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1426
|
+
on_click: Optional[EventType[()]] = None,
|
|
1427
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1428
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1429
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1430
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1431
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1432
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1433
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1434
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1435
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1436
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1437
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1438
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1439
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1440
1440
|
**props,
|
|
1441
1441
|
) -> "Scatter":
|
|
1442
1442
|
"""Create the component.
|
|
@@ -1537,23 +1537,23 @@ class Funnel(Recharts):
|
|
|
1537
1537
|
class_name: Optional[Any] = None,
|
|
1538
1538
|
autofocus: Optional[bool] = None,
|
|
1539
1539
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1540
|
-
on_animation_end: Optional[EventType[
|
|
1541
|
-
on_animation_start: Optional[EventType[
|
|
1542
|
-
on_blur: Optional[EventType[
|
|
1543
|
-
on_click: Optional[EventType[
|
|
1544
|
-
on_context_menu: Optional[EventType[
|
|
1545
|
-
on_double_click: Optional[EventType[
|
|
1546
|
-
on_focus: Optional[EventType[
|
|
1547
|
-
on_mount: Optional[EventType[
|
|
1548
|
-
on_mouse_down: Optional[EventType[
|
|
1549
|
-
on_mouse_enter: Optional[EventType[
|
|
1550
|
-
on_mouse_leave: Optional[EventType[
|
|
1551
|
-
on_mouse_move: Optional[EventType[
|
|
1552
|
-
on_mouse_out: Optional[EventType[
|
|
1553
|
-
on_mouse_over: Optional[EventType[
|
|
1554
|
-
on_mouse_up: Optional[EventType[
|
|
1555
|
-
on_scroll: Optional[EventType[
|
|
1556
|
-
on_unmount: Optional[EventType[
|
|
1540
|
+
on_animation_end: Optional[EventType[()]] = None,
|
|
1541
|
+
on_animation_start: Optional[EventType[()]] = None,
|
|
1542
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1543
|
+
on_click: Optional[EventType[()]] = None,
|
|
1544
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1545
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1546
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1547
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1548
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1549
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1550
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1551
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1552
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1553
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1554
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1555
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1556
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1557
1557
|
**props,
|
|
1558
1558
|
) -> "Funnel":
|
|
1559
1559
|
"""Create the component.
|
|
@@ -1610,21 +1610,21 @@ class ErrorBar(Recharts):
|
|
|
1610
1610
|
class_name: Optional[Any] = None,
|
|
1611
1611
|
autofocus: Optional[bool] = None,
|
|
1612
1612
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1613
|
-
on_blur: Optional[EventType[
|
|
1614
|
-
on_click: Optional[EventType[
|
|
1615
|
-
on_context_menu: Optional[EventType[
|
|
1616
|
-
on_double_click: Optional[EventType[
|
|
1617
|
-
on_focus: Optional[EventType[
|
|
1618
|
-
on_mount: Optional[EventType[
|
|
1619
|
-
on_mouse_down: Optional[EventType[
|
|
1620
|
-
on_mouse_enter: Optional[EventType[
|
|
1621
|
-
on_mouse_leave: Optional[EventType[
|
|
1622
|
-
on_mouse_move: Optional[EventType[
|
|
1623
|
-
on_mouse_out: Optional[EventType[
|
|
1624
|
-
on_mouse_over: Optional[EventType[
|
|
1625
|
-
on_mouse_up: Optional[EventType[
|
|
1626
|
-
on_scroll: Optional[EventType[
|
|
1627
|
-
on_unmount: Optional[EventType[
|
|
1613
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1614
|
+
on_click: Optional[EventType[()]] = None,
|
|
1615
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1616
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1617
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1618
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1619
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1620
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1621
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1622
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1623
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1624
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1625
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1626
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1627
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1628
1628
|
**props,
|
|
1629
1629
|
) -> "ErrorBar":
|
|
1630
1630
|
"""Create the component.
|
|
@@ -1671,21 +1671,21 @@ class Reference(Recharts):
|
|
|
1671
1671
|
class_name: Optional[Any] = None,
|
|
1672
1672
|
autofocus: Optional[bool] = None,
|
|
1673
1673
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1674
|
-
on_blur: Optional[EventType[
|
|
1675
|
-
on_click: Optional[EventType[
|
|
1676
|
-
on_context_menu: Optional[EventType[
|
|
1677
|
-
on_double_click: Optional[EventType[
|
|
1678
|
-
on_focus: Optional[EventType[
|
|
1679
|
-
on_mount: Optional[EventType[
|
|
1680
|
-
on_mouse_down: Optional[EventType[
|
|
1681
|
-
on_mouse_enter: Optional[EventType[
|
|
1682
|
-
on_mouse_leave: Optional[EventType[
|
|
1683
|
-
on_mouse_move: Optional[EventType[
|
|
1684
|
-
on_mouse_out: Optional[EventType[
|
|
1685
|
-
on_mouse_over: Optional[EventType[
|
|
1686
|
-
on_mouse_up: Optional[EventType[
|
|
1687
|
-
on_scroll: Optional[EventType[
|
|
1688
|
-
on_unmount: Optional[EventType[
|
|
1674
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1675
|
+
on_click: Optional[EventType[()]] = None,
|
|
1676
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1677
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1678
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1679
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1680
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1681
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1682
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1683
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1684
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1685
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1686
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1687
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1688
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1689
1689
|
**props,
|
|
1690
1690
|
) -> "Reference":
|
|
1691
1691
|
"""Create the component.
|
|
@@ -1737,21 +1737,21 @@ class ReferenceLine(Reference):
|
|
|
1737
1737
|
class_name: Optional[Any] = None,
|
|
1738
1738
|
autofocus: Optional[bool] = None,
|
|
1739
1739
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1740
|
-
on_blur: Optional[EventType[
|
|
1741
|
-
on_click: Optional[EventType[
|
|
1742
|
-
on_context_menu: Optional[EventType[
|
|
1743
|
-
on_double_click: Optional[EventType[
|
|
1744
|
-
on_focus: Optional[EventType[
|
|
1745
|
-
on_mount: Optional[EventType[
|
|
1746
|
-
on_mouse_down: Optional[EventType[
|
|
1747
|
-
on_mouse_enter: Optional[EventType[
|
|
1748
|
-
on_mouse_leave: Optional[EventType[
|
|
1749
|
-
on_mouse_move: Optional[EventType[
|
|
1750
|
-
on_mouse_out: Optional[EventType[
|
|
1751
|
-
on_mouse_over: Optional[EventType[
|
|
1752
|
-
on_mouse_up: Optional[EventType[
|
|
1753
|
-
on_scroll: Optional[EventType[
|
|
1754
|
-
on_unmount: Optional[EventType[
|
|
1740
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1741
|
+
on_click: Optional[EventType[()]] = None,
|
|
1742
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1743
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1744
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1745
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1746
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1747
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1748
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1749
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1750
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1751
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1752
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1753
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1754
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1755
1755
|
**props,
|
|
1756
1756
|
) -> "ReferenceLine":
|
|
1757
1757
|
"""Create the component.
|
|
@@ -1808,21 +1808,21 @@ class ReferenceDot(Reference):
|
|
|
1808
1808
|
class_name: Optional[Any] = None,
|
|
1809
1809
|
autofocus: Optional[bool] = None,
|
|
1810
1810
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1811
|
-
on_blur: Optional[EventType[
|
|
1812
|
-
on_click: Optional[EventType[
|
|
1813
|
-
on_context_menu: Optional[EventType[
|
|
1814
|
-
on_double_click: Optional[EventType[
|
|
1815
|
-
on_focus: Optional[EventType[
|
|
1816
|
-
on_mount: Optional[EventType[
|
|
1817
|
-
on_mouse_down: Optional[EventType[
|
|
1818
|
-
on_mouse_enter: Optional[EventType[
|
|
1819
|
-
on_mouse_leave: Optional[EventType[
|
|
1820
|
-
on_mouse_move: Optional[EventType[
|
|
1821
|
-
on_mouse_out: Optional[EventType[
|
|
1822
|
-
on_mouse_over: Optional[EventType[
|
|
1823
|
-
on_mouse_up: Optional[EventType[
|
|
1824
|
-
on_scroll: Optional[EventType[
|
|
1825
|
-
on_unmount: Optional[EventType[
|
|
1811
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1812
|
+
on_click: Optional[EventType[()]] = None,
|
|
1813
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1814
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1815
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1816
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1817
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1818
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1819
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1820
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1821
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1822
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1823
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1824
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1825
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1826
1826
|
**props,
|
|
1827
1827
|
) -> "ReferenceDot":
|
|
1828
1828
|
"""Create the component.
|
|
@@ -1888,21 +1888,21 @@ class ReferenceArea(Recharts):
|
|
|
1888
1888
|
class_name: Optional[Any] = None,
|
|
1889
1889
|
autofocus: Optional[bool] = None,
|
|
1890
1890
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1891
|
-
on_blur: Optional[EventType[
|
|
1892
|
-
on_click: Optional[EventType[
|
|
1893
|
-
on_context_menu: Optional[EventType[
|
|
1894
|
-
on_double_click: Optional[EventType[
|
|
1895
|
-
on_focus: Optional[EventType[
|
|
1896
|
-
on_mount: Optional[EventType[
|
|
1897
|
-
on_mouse_down: Optional[EventType[
|
|
1898
|
-
on_mouse_enter: Optional[EventType[
|
|
1899
|
-
on_mouse_leave: Optional[EventType[
|
|
1900
|
-
on_mouse_move: Optional[EventType[
|
|
1901
|
-
on_mouse_out: Optional[EventType[
|
|
1902
|
-
on_mouse_over: Optional[EventType[
|
|
1903
|
-
on_mouse_up: Optional[EventType[
|
|
1904
|
-
on_scroll: Optional[EventType[
|
|
1905
|
-
on_unmount: Optional[EventType[
|
|
1891
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1892
|
+
on_click: Optional[EventType[()]] = None,
|
|
1893
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1894
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1895
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1896
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1897
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1898
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1899
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1900
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1901
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1902
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1903
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1904
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1905
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1906
1906
|
**props,
|
|
1907
1907
|
) -> "ReferenceArea":
|
|
1908
1908
|
"""Create the component.
|
|
@@ -1949,21 +1949,21 @@ class Grid(Recharts):
|
|
|
1949
1949
|
class_name: Optional[Any] = None,
|
|
1950
1950
|
autofocus: Optional[bool] = None,
|
|
1951
1951
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1952
|
-
on_blur: Optional[EventType[
|
|
1953
|
-
on_click: Optional[EventType[
|
|
1954
|
-
on_context_menu: Optional[EventType[
|
|
1955
|
-
on_double_click: Optional[EventType[
|
|
1956
|
-
on_focus: Optional[EventType[
|
|
1957
|
-
on_mount: Optional[EventType[
|
|
1958
|
-
on_mouse_down: Optional[EventType[
|
|
1959
|
-
on_mouse_enter: Optional[EventType[
|
|
1960
|
-
on_mouse_leave: Optional[EventType[
|
|
1961
|
-
on_mouse_move: Optional[EventType[
|
|
1962
|
-
on_mouse_out: Optional[EventType[
|
|
1963
|
-
on_mouse_over: Optional[EventType[
|
|
1964
|
-
on_mouse_up: Optional[EventType[
|
|
1965
|
-
on_scroll: Optional[EventType[
|
|
1966
|
-
on_unmount: Optional[EventType[
|
|
1952
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1953
|
+
on_click: Optional[EventType[()]] = None,
|
|
1954
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1955
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1956
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1957
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1958
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1959
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1960
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1961
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1962
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1963
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1964
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1965
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1966
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1967
1967
|
**props,
|
|
1968
1968
|
) -> "Grid":
|
|
1969
1969
|
"""Create the component.
|
|
@@ -2015,21 +2015,21 @@ class CartesianGrid(Grid):
|
|
|
2015
2015
|
class_name: Optional[Any] = None,
|
|
2016
2016
|
autofocus: Optional[bool] = None,
|
|
2017
2017
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2018
|
-
on_blur: Optional[EventType[
|
|
2019
|
-
on_click: Optional[EventType[
|
|
2020
|
-
on_context_menu: Optional[EventType[
|
|
2021
|
-
on_double_click: Optional[EventType[
|
|
2022
|
-
on_focus: Optional[EventType[
|
|
2023
|
-
on_mount: Optional[EventType[
|
|
2024
|
-
on_mouse_down: Optional[EventType[
|
|
2025
|
-
on_mouse_enter: Optional[EventType[
|
|
2026
|
-
on_mouse_leave: Optional[EventType[
|
|
2027
|
-
on_mouse_move: Optional[EventType[
|
|
2028
|
-
on_mouse_out: Optional[EventType[
|
|
2029
|
-
on_mouse_over: Optional[EventType[
|
|
2030
|
-
on_mouse_up: Optional[EventType[
|
|
2031
|
-
on_scroll: Optional[EventType[
|
|
2032
|
-
on_unmount: Optional[EventType[
|
|
2018
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2019
|
+
on_click: Optional[EventType[()]] = None,
|
|
2020
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2021
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2022
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2023
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2024
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2025
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2026
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2027
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2028
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2029
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2030
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2031
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2032
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2033
2033
|
**props,
|
|
2034
2034
|
) -> "CartesianGrid":
|
|
2035
2035
|
"""Create the component.
|
|
@@ -2097,21 +2097,21 @@ class CartesianAxis(Grid):
|
|
|
2097
2097
|
class_name: Optional[Any] = None,
|
|
2098
2098
|
autofocus: Optional[bool] = None,
|
|
2099
2099
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2100
|
-
on_blur: Optional[EventType[
|
|
2101
|
-
on_click: Optional[EventType[
|
|
2102
|
-
on_context_menu: Optional[EventType[
|
|
2103
|
-
on_double_click: Optional[EventType[
|
|
2104
|
-
on_focus: Optional[EventType[
|
|
2105
|
-
on_mount: Optional[EventType[
|
|
2106
|
-
on_mouse_down: Optional[EventType[
|
|
2107
|
-
on_mouse_enter: Optional[EventType[
|
|
2108
|
-
on_mouse_leave: Optional[EventType[
|
|
2109
|
-
on_mouse_move: Optional[EventType[
|
|
2110
|
-
on_mouse_out: Optional[EventType[
|
|
2111
|
-
on_mouse_over: Optional[EventType[
|
|
2112
|
-
on_mouse_up: Optional[EventType[
|
|
2113
|
-
on_scroll: Optional[EventType[
|
|
2114
|
-
on_unmount: Optional[EventType[
|
|
2100
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2101
|
+
on_click: Optional[EventType[()]] = None,
|
|
2102
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2103
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2104
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2105
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2106
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2107
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2108
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2109
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2110
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2111
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2112
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2113
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2114
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2115
2115
|
**props,
|
|
2116
2116
|
) -> "CartesianAxis":
|
|
2117
2117
|
"""Create the component.
|