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
|
@@ -8,7 +8,7 @@ from typing import Any, Dict, Literal, Optional, Union, overload
|
|
|
8
8
|
from reflex.components.component import ComponentNamespace
|
|
9
9
|
from reflex.components.core.breakpoints import Breakpoints
|
|
10
10
|
from reflex.components.el import elements
|
|
11
|
-
from reflex.event import
|
|
11
|
+
from reflex.event import EventType
|
|
12
12
|
from reflex.style import Style
|
|
13
13
|
from reflex.vars.base import Var
|
|
14
14
|
|
|
@@ -28,24 +28,22 @@ class DialogRoot(RadixThemesComponent):
|
|
|
28
28
|
class_name: Optional[Any] = None,
|
|
29
29
|
autofocus: Optional[bool] = None,
|
|
30
30
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
31
|
-
on_blur: Optional[EventType[
|
|
32
|
-
on_click: Optional[EventType[
|
|
33
|
-
on_context_menu: Optional[EventType[
|
|
34
|
-
on_double_click: Optional[EventType[
|
|
35
|
-
on_focus: Optional[EventType[
|
|
36
|
-
on_mount: Optional[EventType[
|
|
37
|
-
on_mouse_down: Optional[EventType[
|
|
38
|
-
on_mouse_enter: Optional[EventType[
|
|
39
|
-
on_mouse_leave: Optional[EventType[
|
|
40
|
-
on_mouse_move: Optional[EventType[
|
|
41
|
-
on_mouse_out: Optional[EventType[
|
|
42
|
-
on_mouse_over: Optional[EventType[
|
|
43
|
-
on_mouse_up: Optional[EventType[
|
|
44
|
-
on_open_change: Optional[
|
|
45
|
-
|
|
46
|
-
] = None,
|
|
47
|
-
on_scroll: Optional[EventType[[], BASE_STATE]] = None,
|
|
48
|
-
on_unmount: Optional[EventType[[], BASE_STATE]] = None,
|
|
31
|
+
on_blur: Optional[EventType[()]] = None,
|
|
32
|
+
on_click: Optional[EventType[()]] = None,
|
|
33
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
34
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
35
|
+
on_focus: Optional[EventType[()]] = None,
|
|
36
|
+
on_mount: Optional[EventType[()]] = None,
|
|
37
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
38
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
39
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
40
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
41
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
42
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
43
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
44
|
+
on_open_change: Optional[Union[EventType[()], EventType[bool]]] = None,
|
|
45
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
46
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
49
47
|
**props,
|
|
50
48
|
) -> "DialogRoot":
|
|
51
49
|
"""Create a new component instance.
|
|
@@ -83,21 +81,21 @@ class DialogTrigger(RadixThemesTriggerComponent):
|
|
|
83
81
|
class_name: Optional[Any] = None,
|
|
84
82
|
autofocus: Optional[bool] = None,
|
|
85
83
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
86
|
-
on_blur: Optional[EventType[
|
|
87
|
-
on_click: Optional[EventType[
|
|
88
|
-
on_context_menu: Optional[EventType[
|
|
89
|
-
on_double_click: Optional[EventType[
|
|
90
|
-
on_focus: Optional[EventType[
|
|
91
|
-
on_mount: Optional[EventType[
|
|
92
|
-
on_mouse_down: Optional[EventType[
|
|
93
|
-
on_mouse_enter: Optional[EventType[
|
|
94
|
-
on_mouse_leave: Optional[EventType[
|
|
95
|
-
on_mouse_move: Optional[EventType[
|
|
96
|
-
on_mouse_out: Optional[EventType[
|
|
97
|
-
on_mouse_over: Optional[EventType[
|
|
98
|
-
on_mouse_up: Optional[EventType[
|
|
99
|
-
on_scroll: Optional[EventType[
|
|
100
|
-
on_unmount: Optional[EventType[
|
|
84
|
+
on_blur: Optional[EventType[()]] = None,
|
|
85
|
+
on_click: Optional[EventType[()]] = None,
|
|
86
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
87
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
88
|
+
on_focus: Optional[EventType[()]] = None,
|
|
89
|
+
on_mount: Optional[EventType[()]] = None,
|
|
90
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
91
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
92
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
93
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
94
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
95
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
96
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
97
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
98
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
101
99
|
**props,
|
|
102
100
|
) -> "DialogTrigger":
|
|
103
101
|
"""Create a new RadixThemesTriggerComponent instance.
|
|
@@ -123,21 +121,21 @@ class DialogTitle(RadixThemesComponent):
|
|
|
123
121
|
class_name: Optional[Any] = None,
|
|
124
122
|
autofocus: Optional[bool] = None,
|
|
125
123
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
126
|
-
on_blur: Optional[EventType[
|
|
127
|
-
on_click: Optional[EventType[
|
|
128
|
-
on_context_menu: Optional[EventType[
|
|
129
|
-
on_double_click: Optional[EventType[
|
|
130
|
-
on_focus: Optional[EventType[
|
|
131
|
-
on_mount: Optional[EventType[
|
|
132
|
-
on_mouse_down: Optional[EventType[
|
|
133
|
-
on_mouse_enter: Optional[EventType[
|
|
134
|
-
on_mouse_leave: Optional[EventType[
|
|
135
|
-
on_mouse_move: Optional[EventType[
|
|
136
|
-
on_mouse_out: Optional[EventType[
|
|
137
|
-
on_mouse_over: Optional[EventType[
|
|
138
|
-
on_mouse_up: Optional[EventType[
|
|
139
|
-
on_scroll: Optional[EventType[
|
|
140
|
-
on_unmount: Optional[EventType[
|
|
124
|
+
on_blur: Optional[EventType[()]] = None,
|
|
125
|
+
on_click: Optional[EventType[()]] = None,
|
|
126
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
127
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
128
|
+
on_focus: Optional[EventType[()]] = None,
|
|
129
|
+
on_mount: Optional[EventType[()]] = None,
|
|
130
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
131
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
132
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
133
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
134
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
135
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
136
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
137
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
138
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
141
139
|
**props,
|
|
142
140
|
) -> "DialogTitle":
|
|
143
141
|
"""Create a new component instance.
|
|
@@ -208,26 +206,26 @@ class DialogContent(elements.Div, RadixThemesComponent):
|
|
|
208
206
|
class_name: Optional[Any] = None,
|
|
209
207
|
autofocus: Optional[bool] = None,
|
|
210
208
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
211
|
-
on_blur: Optional[EventType[
|
|
212
|
-
on_click: Optional[EventType[
|
|
213
|
-
on_close_auto_focus: Optional[EventType[
|
|
214
|
-
on_context_menu: Optional[EventType[
|
|
215
|
-
on_double_click: Optional[EventType[
|
|
216
|
-
on_escape_key_down: Optional[EventType[
|
|
217
|
-
on_focus: Optional[EventType[
|
|
218
|
-
on_interact_outside: Optional[EventType[
|
|
219
|
-
on_mount: Optional[EventType[
|
|
220
|
-
on_mouse_down: Optional[EventType[
|
|
221
|
-
on_mouse_enter: Optional[EventType[
|
|
222
|
-
on_mouse_leave: Optional[EventType[
|
|
223
|
-
on_mouse_move: Optional[EventType[
|
|
224
|
-
on_mouse_out: Optional[EventType[
|
|
225
|
-
on_mouse_over: Optional[EventType[
|
|
226
|
-
on_mouse_up: Optional[EventType[
|
|
227
|
-
on_open_auto_focus: Optional[EventType[
|
|
228
|
-
on_pointer_down_outside: Optional[EventType[
|
|
229
|
-
on_scroll: Optional[EventType[
|
|
230
|
-
on_unmount: Optional[EventType[
|
|
209
|
+
on_blur: Optional[EventType[()]] = None,
|
|
210
|
+
on_click: Optional[EventType[()]] = None,
|
|
211
|
+
on_close_auto_focus: Optional[EventType[()]] = None,
|
|
212
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
213
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
214
|
+
on_escape_key_down: Optional[EventType[()]] = None,
|
|
215
|
+
on_focus: Optional[EventType[()]] = None,
|
|
216
|
+
on_interact_outside: Optional[EventType[()]] = None,
|
|
217
|
+
on_mount: Optional[EventType[()]] = None,
|
|
218
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
219
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
220
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
221
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
222
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
223
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
224
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
225
|
+
on_open_auto_focus: Optional[EventType[()]] = None,
|
|
226
|
+
on_pointer_down_outside: Optional[EventType[()]] = None,
|
|
227
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
228
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
231
229
|
**props,
|
|
232
230
|
) -> "DialogContent":
|
|
233
231
|
"""Create a new component instance.
|
|
@@ -284,21 +282,21 @@ class DialogDescription(RadixThemesComponent):
|
|
|
284
282
|
class_name: Optional[Any] = None,
|
|
285
283
|
autofocus: Optional[bool] = None,
|
|
286
284
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
287
|
-
on_blur: Optional[EventType[
|
|
288
|
-
on_click: Optional[EventType[
|
|
289
|
-
on_context_menu: Optional[EventType[
|
|
290
|
-
on_double_click: Optional[EventType[
|
|
291
|
-
on_focus: Optional[EventType[
|
|
292
|
-
on_mount: Optional[EventType[
|
|
293
|
-
on_mouse_down: Optional[EventType[
|
|
294
|
-
on_mouse_enter: Optional[EventType[
|
|
295
|
-
on_mouse_leave: Optional[EventType[
|
|
296
|
-
on_mouse_move: Optional[EventType[
|
|
297
|
-
on_mouse_out: Optional[EventType[
|
|
298
|
-
on_mouse_over: Optional[EventType[
|
|
299
|
-
on_mouse_up: Optional[EventType[
|
|
300
|
-
on_scroll: Optional[EventType[
|
|
301
|
-
on_unmount: Optional[EventType[
|
|
285
|
+
on_blur: Optional[EventType[()]] = None,
|
|
286
|
+
on_click: Optional[EventType[()]] = None,
|
|
287
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
288
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
289
|
+
on_focus: Optional[EventType[()]] = None,
|
|
290
|
+
on_mount: Optional[EventType[()]] = None,
|
|
291
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
292
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
293
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
294
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
295
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
296
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
297
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
298
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
299
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
302
300
|
**props,
|
|
303
301
|
) -> "DialogDescription":
|
|
304
302
|
"""Create a new component instance.
|
|
@@ -333,21 +331,21 @@ class DialogClose(RadixThemesTriggerComponent):
|
|
|
333
331
|
class_name: Optional[Any] = None,
|
|
334
332
|
autofocus: Optional[bool] = None,
|
|
335
333
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
336
|
-
on_blur: Optional[EventType[
|
|
337
|
-
on_click: Optional[EventType[
|
|
338
|
-
on_context_menu: Optional[EventType[
|
|
339
|
-
on_double_click: Optional[EventType[
|
|
340
|
-
on_focus: Optional[EventType[
|
|
341
|
-
on_mount: Optional[EventType[
|
|
342
|
-
on_mouse_down: Optional[EventType[
|
|
343
|
-
on_mouse_enter: Optional[EventType[
|
|
344
|
-
on_mouse_leave: Optional[EventType[
|
|
345
|
-
on_mouse_move: Optional[EventType[
|
|
346
|
-
on_mouse_out: Optional[EventType[
|
|
347
|
-
on_mouse_over: Optional[EventType[
|
|
348
|
-
on_mouse_up: Optional[EventType[
|
|
349
|
-
on_scroll: Optional[EventType[
|
|
350
|
-
on_unmount: Optional[EventType[
|
|
334
|
+
on_blur: Optional[EventType[()]] = None,
|
|
335
|
+
on_click: Optional[EventType[()]] = None,
|
|
336
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
337
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
338
|
+
on_focus: Optional[EventType[()]] = None,
|
|
339
|
+
on_mount: Optional[EventType[()]] = None,
|
|
340
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
341
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
342
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
343
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
344
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
345
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
346
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
347
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
348
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
351
349
|
**props,
|
|
352
350
|
) -> "DialogClose":
|
|
353
351
|
"""Create a new RadixThemesTriggerComponent instance.
|
|
@@ -380,24 +378,22 @@ class Dialog(ComponentNamespace):
|
|
|
380
378
|
class_name: Optional[Any] = None,
|
|
381
379
|
autofocus: Optional[bool] = None,
|
|
382
380
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
383
|
-
on_blur: Optional[EventType[
|
|
384
|
-
on_click: Optional[EventType[
|
|
385
|
-
on_context_menu: Optional[EventType[
|
|
386
|
-
on_double_click: Optional[EventType[
|
|
387
|
-
on_focus: Optional[EventType[
|
|
388
|
-
on_mount: Optional[EventType[
|
|
389
|
-
on_mouse_down: Optional[EventType[
|
|
390
|
-
on_mouse_enter: Optional[EventType[
|
|
391
|
-
on_mouse_leave: Optional[EventType[
|
|
392
|
-
on_mouse_move: Optional[EventType[
|
|
393
|
-
on_mouse_out: Optional[EventType[
|
|
394
|
-
on_mouse_over: Optional[EventType[
|
|
395
|
-
on_mouse_up: Optional[EventType[
|
|
396
|
-
on_open_change: Optional[
|
|
397
|
-
|
|
398
|
-
] = None,
|
|
399
|
-
on_scroll: Optional[EventType[[], BASE_STATE]] = None,
|
|
400
|
-
on_unmount: Optional[EventType[[], BASE_STATE]] = None,
|
|
381
|
+
on_blur: Optional[EventType[()]] = None,
|
|
382
|
+
on_click: Optional[EventType[()]] = None,
|
|
383
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
384
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
385
|
+
on_focus: Optional[EventType[()]] = None,
|
|
386
|
+
on_mount: Optional[EventType[()]] = None,
|
|
387
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
388
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
389
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
390
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
391
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
392
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
393
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
394
|
+
on_open_change: Optional[Union[EventType[()], EventType[bool]]] = None,
|
|
395
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
396
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
401
397
|
**props,
|
|
402
398
|
) -> "DialogRoot":
|
|
403
399
|
"""Create a new component instance.
|
|
@@ -7,7 +7,7 @@ from typing import Any, Dict, Literal, Optional, Union, overload
|
|
|
7
7
|
|
|
8
8
|
from reflex.components.component import ComponentNamespace
|
|
9
9
|
from reflex.components.core.breakpoints import Breakpoints
|
|
10
|
-
from reflex.event import
|
|
10
|
+
from reflex.event import EventType
|
|
11
11
|
from reflex.style import Style
|
|
12
12
|
from reflex.vars.base import Var
|
|
13
13
|
|
|
@@ -36,24 +36,22 @@ class DropdownMenuRoot(RadixThemesComponent):
|
|
|
36
36
|
class_name: Optional[Any] = None,
|
|
37
37
|
autofocus: Optional[bool] = None,
|
|
38
38
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
39
|
-
on_blur: Optional[EventType[
|
|
40
|
-
on_click: Optional[EventType[
|
|
41
|
-
on_context_menu: Optional[EventType[
|
|
42
|
-
on_double_click: Optional[EventType[
|
|
43
|
-
on_focus: Optional[EventType[
|
|
44
|
-
on_mount: Optional[EventType[
|
|
45
|
-
on_mouse_down: Optional[EventType[
|
|
46
|
-
on_mouse_enter: Optional[EventType[
|
|
47
|
-
on_mouse_leave: Optional[EventType[
|
|
48
|
-
on_mouse_move: Optional[EventType[
|
|
49
|
-
on_mouse_out: Optional[EventType[
|
|
50
|
-
on_mouse_over: Optional[EventType[
|
|
51
|
-
on_mouse_up: Optional[EventType[
|
|
52
|
-
on_open_change: Optional[
|
|
53
|
-
|
|
54
|
-
] = None,
|
|
55
|
-
on_scroll: Optional[EventType[[], BASE_STATE]] = None,
|
|
56
|
-
on_unmount: Optional[EventType[[], BASE_STATE]] = None,
|
|
39
|
+
on_blur: Optional[EventType[()]] = None,
|
|
40
|
+
on_click: Optional[EventType[()]] = None,
|
|
41
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
42
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
43
|
+
on_focus: Optional[EventType[()]] = None,
|
|
44
|
+
on_mount: Optional[EventType[()]] = None,
|
|
45
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
46
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
47
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
48
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
49
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
50
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
51
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
52
|
+
on_open_change: Optional[Union[EventType[()], EventType[bool]]] = None,
|
|
53
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
54
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
57
55
|
**props,
|
|
58
56
|
) -> "DropdownMenuRoot":
|
|
59
57
|
"""Create a new component instance.
|
|
@@ -94,21 +92,21 @@ class DropdownMenuTrigger(RadixThemesTriggerComponent):
|
|
|
94
92
|
class_name: Optional[Any] = None,
|
|
95
93
|
autofocus: Optional[bool] = None,
|
|
96
94
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
97
|
-
on_blur: Optional[EventType[
|
|
98
|
-
on_click: Optional[EventType[
|
|
99
|
-
on_context_menu: Optional[EventType[
|
|
100
|
-
on_double_click: Optional[EventType[
|
|
101
|
-
on_focus: Optional[EventType[
|
|
102
|
-
on_mount: Optional[EventType[
|
|
103
|
-
on_mouse_down: Optional[EventType[
|
|
104
|
-
on_mouse_enter: Optional[EventType[
|
|
105
|
-
on_mouse_leave: Optional[EventType[
|
|
106
|
-
on_mouse_move: Optional[EventType[
|
|
107
|
-
on_mouse_out: Optional[EventType[
|
|
108
|
-
on_mouse_over: Optional[EventType[
|
|
109
|
-
on_mouse_up: Optional[EventType[
|
|
110
|
-
on_scroll: Optional[EventType[
|
|
111
|
-
on_unmount: Optional[EventType[
|
|
95
|
+
on_blur: Optional[EventType[()]] = None,
|
|
96
|
+
on_click: Optional[EventType[()]] = None,
|
|
97
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
98
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
99
|
+
on_focus: Optional[EventType[()]] = None,
|
|
100
|
+
on_mount: Optional[EventType[()]] = None,
|
|
101
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
102
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
103
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
104
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
105
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
106
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
107
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
108
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
109
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
112
110
|
**props,
|
|
113
111
|
) -> "DropdownMenuTrigger":
|
|
114
112
|
"""Create a new RadixThemesTriggerComponent instance.
|
|
@@ -237,26 +235,26 @@ class DropdownMenuContent(RadixThemesComponent):
|
|
|
237
235
|
class_name: Optional[Any] = None,
|
|
238
236
|
autofocus: Optional[bool] = None,
|
|
239
237
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
240
|
-
on_blur: Optional[EventType[
|
|
241
|
-
on_click: Optional[EventType[
|
|
242
|
-
on_close_auto_focus: Optional[EventType[
|
|
243
|
-
on_context_menu: Optional[EventType[
|
|
244
|
-
on_double_click: Optional[EventType[
|
|
245
|
-
on_escape_key_down: Optional[EventType[
|
|
246
|
-
on_focus: Optional[EventType[
|
|
247
|
-
on_focus_outside: Optional[EventType[
|
|
248
|
-
on_interact_outside: Optional[EventType[
|
|
249
|
-
on_mount: Optional[EventType[
|
|
250
|
-
on_mouse_down: Optional[EventType[
|
|
251
|
-
on_mouse_enter: Optional[EventType[
|
|
252
|
-
on_mouse_leave: Optional[EventType[
|
|
253
|
-
on_mouse_move: Optional[EventType[
|
|
254
|
-
on_mouse_out: Optional[EventType[
|
|
255
|
-
on_mouse_over: Optional[EventType[
|
|
256
|
-
on_mouse_up: Optional[EventType[
|
|
257
|
-
on_pointer_down_outside: Optional[EventType[
|
|
258
|
-
on_scroll: Optional[EventType[
|
|
259
|
-
on_unmount: Optional[EventType[
|
|
238
|
+
on_blur: Optional[EventType[()]] = None,
|
|
239
|
+
on_click: Optional[EventType[()]] = None,
|
|
240
|
+
on_close_auto_focus: Optional[EventType[()]] = None,
|
|
241
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
242
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
243
|
+
on_escape_key_down: Optional[EventType[()]] = None,
|
|
244
|
+
on_focus: Optional[EventType[()]] = None,
|
|
245
|
+
on_focus_outside: Optional[EventType[()]] = None,
|
|
246
|
+
on_interact_outside: Optional[EventType[()]] = None,
|
|
247
|
+
on_mount: Optional[EventType[()]] = None,
|
|
248
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
249
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
250
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
251
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
252
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
253
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
254
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
255
|
+
on_pointer_down_outside: Optional[EventType[()]] = None,
|
|
256
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
257
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
260
258
|
**props,
|
|
261
259
|
) -> "DropdownMenuContent":
|
|
262
260
|
"""Create a new component instance.
|
|
@@ -314,21 +312,21 @@ class DropdownMenuSubTrigger(RadixThemesTriggerComponent):
|
|
|
314
312
|
class_name: Optional[Any] = None,
|
|
315
313
|
autofocus: Optional[bool] = None,
|
|
316
314
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
317
|
-
on_blur: Optional[EventType[
|
|
318
|
-
on_click: Optional[EventType[
|
|
319
|
-
on_context_menu: Optional[EventType[
|
|
320
|
-
on_double_click: Optional[EventType[
|
|
321
|
-
on_focus: Optional[EventType[
|
|
322
|
-
on_mount: Optional[EventType[
|
|
323
|
-
on_mouse_down: Optional[EventType[
|
|
324
|
-
on_mouse_enter: Optional[EventType[
|
|
325
|
-
on_mouse_leave: Optional[EventType[
|
|
326
|
-
on_mouse_move: Optional[EventType[
|
|
327
|
-
on_mouse_out: Optional[EventType[
|
|
328
|
-
on_mouse_over: Optional[EventType[
|
|
329
|
-
on_mouse_up: Optional[EventType[
|
|
330
|
-
on_scroll: Optional[EventType[
|
|
331
|
-
on_unmount: Optional[EventType[
|
|
315
|
+
on_blur: Optional[EventType[()]] = None,
|
|
316
|
+
on_click: Optional[EventType[()]] = None,
|
|
317
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
318
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
319
|
+
on_focus: Optional[EventType[()]] = None,
|
|
320
|
+
on_mount: Optional[EventType[()]] = None,
|
|
321
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
322
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
323
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
324
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
325
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
326
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
327
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
328
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
329
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
332
330
|
**props,
|
|
333
331
|
) -> "DropdownMenuSubTrigger":
|
|
334
332
|
"""Create a new RadixThemesTriggerComponent instance.
|
|
@@ -356,24 +354,22 @@ class DropdownMenuSub(RadixThemesComponent):
|
|
|
356
354
|
class_name: Optional[Any] = None,
|
|
357
355
|
autofocus: Optional[bool] = None,
|
|
358
356
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
359
|
-
on_blur: Optional[EventType[
|
|
360
|
-
on_click: Optional[EventType[
|
|
361
|
-
on_context_menu: Optional[EventType[
|
|
362
|
-
on_double_click: Optional[EventType[
|
|
363
|
-
on_focus: Optional[EventType[
|
|
364
|
-
on_mount: Optional[EventType[
|
|
365
|
-
on_mouse_down: Optional[EventType[
|
|
366
|
-
on_mouse_enter: Optional[EventType[
|
|
367
|
-
on_mouse_leave: Optional[EventType[
|
|
368
|
-
on_mouse_move: Optional[EventType[
|
|
369
|
-
on_mouse_out: Optional[EventType[
|
|
370
|
-
on_mouse_over: Optional[EventType[
|
|
371
|
-
on_mouse_up: Optional[EventType[
|
|
372
|
-
on_open_change: Optional[
|
|
373
|
-
|
|
374
|
-
] = None,
|
|
375
|
-
on_scroll: Optional[EventType[[], BASE_STATE]] = None,
|
|
376
|
-
on_unmount: Optional[EventType[[], BASE_STATE]] = None,
|
|
357
|
+
on_blur: Optional[EventType[()]] = None,
|
|
358
|
+
on_click: Optional[EventType[()]] = None,
|
|
359
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
360
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
361
|
+
on_focus: Optional[EventType[()]] = None,
|
|
362
|
+
on_mount: Optional[EventType[()]] = None,
|
|
363
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
364
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
365
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
366
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
367
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
368
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
369
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
370
|
+
on_open_change: Optional[Union[EventType[()], EventType[bool]]] = None,
|
|
371
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
372
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
377
373
|
**props,
|
|
378
374
|
) -> "DropdownMenuSub":
|
|
379
375
|
"""Create a new component instance.
|
|
@@ -429,25 +425,25 @@ class DropdownMenuSubContent(RadixThemesComponent):
|
|
|
429
425
|
class_name: Optional[Any] = None,
|
|
430
426
|
autofocus: Optional[bool] = None,
|
|
431
427
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
432
|
-
on_blur: Optional[EventType[
|
|
433
|
-
on_click: Optional[EventType[
|
|
434
|
-
on_context_menu: Optional[EventType[
|
|
435
|
-
on_double_click: Optional[EventType[
|
|
436
|
-
on_escape_key_down: Optional[EventType[
|
|
437
|
-
on_focus: Optional[EventType[
|
|
438
|
-
on_focus_outside: Optional[EventType[
|
|
439
|
-
on_interact_outside: Optional[EventType[
|
|
440
|
-
on_mount: Optional[EventType[
|
|
441
|
-
on_mouse_down: Optional[EventType[
|
|
442
|
-
on_mouse_enter: Optional[EventType[
|
|
443
|
-
on_mouse_leave: Optional[EventType[
|
|
444
|
-
on_mouse_move: Optional[EventType[
|
|
445
|
-
on_mouse_out: Optional[EventType[
|
|
446
|
-
on_mouse_over: Optional[EventType[
|
|
447
|
-
on_mouse_up: Optional[EventType[
|
|
448
|
-
on_pointer_down_outside: Optional[EventType[
|
|
449
|
-
on_scroll: Optional[EventType[
|
|
450
|
-
on_unmount: Optional[EventType[
|
|
428
|
+
on_blur: Optional[EventType[()]] = None,
|
|
429
|
+
on_click: Optional[EventType[()]] = None,
|
|
430
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
431
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
432
|
+
on_escape_key_down: Optional[EventType[()]] = None,
|
|
433
|
+
on_focus: Optional[EventType[()]] = None,
|
|
434
|
+
on_focus_outside: Optional[EventType[()]] = None,
|
|
435
|
+
on_interact_outside: Optional[EventType[()]] = None,
|
|
436
|
+
on_mount: Optional[EventType[()]] = None,
|
|
437
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
438
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
439
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
440
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
441
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
442
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
443
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
444
|
+
on_pointer_down_outside: Optional[EventType[()]] = None,
|
|
445
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
446
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
451
447
|
**props,
|
|
452
448
|
) -> "DropdownMenuSubContent":
|
|
453
449
|
"""Create a new component instance.
|
|
@@ -561,22 +557,22 @@ class DropdownMenuItem(RadixThemesComponent):
|
|
|
561
557
|
class_name: Optional[Any] = None,
|
|
562
558
|
autofocus: Optional[bool] = None,
|
|
563
559
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
564
|
-
on_blur: Optional[EventType[
|
|
565
|
-
on_click: Optional[EventType[
|
|
566
|
-
on_context_menu: Optional[EventType[
|
|
567
|
-
on_double_click: Optional[EventType[
|
|
568
|
-
on_focus: Optional[EventType[
|
|
569
|
-
on_mount: Optional[EventType[
|
|
570
|
-
on_mouse_down: Optional[EventType[
|
|
571
|
-
on_mouse_enter: Optional[EventType[
|
|
572
|
-
on_mouse_leave: Optional[EventType[
|
|
573
|
-
on_mouse_move: Optional[EventType[
|
|
574
|
-
on_mouse_out: Optional[EventType[
|
|
575
|
-
on_mouse_over: Optional[EventType[
|
|
576
|
-
on_mouse_up: Optional[EventType[
|
|
577
|
-
on_scroll: Optional[EventType[
|
|
578
|
-
on_select: Optional[EventType[
|
|
579
|
-
on_unmount: Optional[EventType[
|
|
560
|
+
on_blur: Optional[EventType[()]] = None,
|
|
561
|
+
on_click: Optional[EventType[()]] = None,
|
|
562
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
563
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
564
|
+
on_focus: Optional[EventType[()]] = None,
|
|
565
|
+
on_mount: Optional[EventType[()]] = None,
|
|
566
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
567
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
568
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
569
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
570
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
571
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
572
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
573
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
574
|
+
on_select: Optional[EventType[()]] = None,
|
|
575
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
580
576
|
**props,
|
|
581
577
|
) -> "DropdownMenuItem":
|
|
582
578
|
"""Create a new component instance.
|
|
@@ -617,21 +613,21 @@ class DropdownMenuSeparator(RadixThemesComponent):
|
|
|
617
613
|
class_name: Optional[Any] = None,
|
|
618
614
|
autofocus: Optional[bool] = None,
|
|
619
615
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
620
|
-
on_blur: Optional[EventType[
|
|
621
|
-
on_click: Optional[EventType[
|
|
622
|
-
on_context_menu: Optional[EventType[
|
|
623
|
-
on_double_click: Optional[EventType[
|
|
624
|
-
on_focus: Optional[EventType[
|
|
625
|
-
on_mount: Optional[EventType[
|
|
626
|
-
on_mouse_down: Optional[EventType[
|
|
627
|
-
on_mouse_enter: Optional[EventType[
|
|
628
|
-
on_mouse_leave: Optional[EventType[
|
|
629
|
-
on_mouse_move: Optional[EventType[
|
|
630
|
-
on_mouse_out: Optional[EventType[
|
|
631
|
-
on_mouse_over: Optional[EventType[
|
|
632
|
-
on_mouse_up: Optional[EventType[
|
|
633
|
-
on_scroll: Optional[EventType[
|
|
634
|
-
on_unmount: Optional[EventType[
|
|
616
|
+
on_blur: Optional[EventType[()]] = None,
|
|
617
|
+
on_click: Optional[EventType[()]] = None,
|
|
618
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
619
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
620
|
+
on_focus: Optional[EventType[()]] = None,
|
|
621
|
+
on_mount: Optional[EventType[()]] = None,
|
|
622
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
623
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
624
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
625
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
626
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
627
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
628
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
629
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
630
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
635
631
|
**props,
|
|
636
632
|
) -> "DropdownMenuSeparator":
|
|
637
633
|
"""Create a new component instance.
|