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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# ------------------------------------------------------
|
|
6
6
|
from typing import Any, Dict, Optional, Union, overload
|
|
7
7
|
|
|
8
|
-
from reflex.event import
|
|
8
|
+
from reflex.event import EventType
|
|
9
9
|
from reflex.style import Style
|
|
10
10
|
from reflex.vars.base import Var
|
|
11
11
|
|
|
@@ -58,21 +58,21 @@ class A(BaseHTML):
|
|
|
58
58
|
class_name: Optional[Any] = None,
|
|
59
59
|
autofocus: Optional[bool] = None,
|
|
60
60
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
61
|
-
on_blur: Optional[EventType[
|
|
62
|
-
on_click: Optional[EventType[
|
|
63
|
-
on_context_menu: Optional[EventType[
|
|
64
|
-
on_double_click: Optional[EventType[
|
|
65
|
-
on_focus: Optional[EventType[
|
|
66
|
-
on_mount: Optional[EventType[
|
|
67
|
-
on_mouse_down: Optional[EventType[
|
|
68
|
-
on_mouse_enter: Optional[EventType[
|
|
69
|
-
on_mouse_leave: Optional[EventType[
|
|
70
|
-
on_mouse_move: Optional[EventType[
|
|
71
|
-
on_mouse_out: Optional[EventType[
|
|
72
|
-
on_mouse_over: Optional[EventType[
|
|
73
|
-
on_mouse_up: Optional[EventType[
|
|
74
|
-
on_scroll: Optional[EventType[
|
|
75
|
-
on_unmount: Optional[EventType[
|
|
61
|
+
on_blur: Optional[EventType[()]] = None,
|
|
62
|
+
on_click: Optional[EventType[()]] = None,
|
|
63
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
64
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
65
|
+
on_focus: Optional[EventType[()]] = None,
|
|
66
|
+
on_mount: Optional[EventType[()]] = None,
|
|
67
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
68
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
69
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
70
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
71
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
72
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
73
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
74
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
75
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
76
76
|
**props,
|
|
77
77
|
) -> "A":
|
|
78
78
|
"""Create the component.
|
|
@@ -153,21 +153,21 @@ class Abbr(BaseHTML):
|
|
|
153
153
|
class_name: Optional[Any] = None,
|
|
154
154
|
autofocus: Optional[bool] = None,
|
|
155
155
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
156
|
-
on_blur: Optional[EventType[
|
|
157
|
-
on_click: Optional[EventType[
|
|
158
|
-
on_context_menu: Optional[EventType[
|
|
159
|
-
on_double_click: Optional[EventType[
|
|
160
|
-
on_focus: Optional[EventType[
|
|
161
|
-
on_mount: Optional[EventType[
|
|
162
|
-
on_mouse_down: Optional[EventType[
|
|
163
|
-
on_mouse_enter: Optional[EventType[
|
|
164
|
-
on_mouse_leave: Optional[EventType[
|
|
165
|
-
on_mouse_move: Optional[EventType[
|
|
166
|
-
on_mouse_out: Optional[EventType[
|
|
167
|
-
on_mouse_over: Optional[EventType[
|
|
168
|
-
on_mouse_up: Optional[EventType[
|
|
169
|
-
on_scroll: Optional[EventType[
|
|
170
|
-
on_unmount: Optional[EventType[
|
|
156
|
+
on_blur: Optional[EventType[()]] = None,
|
|
157
|
+
on_click: Optional[EventType[()]] = None,
|
|
158
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
159
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
160
|
+
on_focus: Optional[EventType[()]] = None,
|
|
161
|
+
on_mount: Optional[EventType[()]] = None,
|
|
162
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
163
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
164
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
165
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
166
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
167
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
168
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
169
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
170
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
171
171
|
**props,
|
|
172
172
|
) -> "Abbr":
|
|
173
173
|
"""Create the component.
|
|
@@ -239,21 +239,21 @@ class B(BaseHTML):
|
|
|
239
239
|
class_name: Optional[Any] = None,
|
|
240
240
|
autofocus: Optional[bool] = None,
|
|
241
241
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
242
|
-
on_blur: Optional[EventType[
|
|
243
|
-
on_click: Optional[EventType[
|
|
244
|
-
on_context_menu: Optional[EventType[
|
|
245
|
-
on_double_click: Optional[EventType[
|
|
246
|
-
on_focus: Optional[EventType[
|
|
247
|
-
on_mount: Optional[EventType[
|
|
248
|
-
on_mouse_down: Optional[EventType[
|
|
249
|
-
on_mouse_enter: Optional[EventType[
|
|
250
|
-
on_mouse_leave: Optional[EventType[
|
|
251
|
-
on_mouse_move: Optional[EventType[
|
|
252
|
-
on_mouse_out: Optional[EventType[
|
|
253
|
-
on_mouse_over: Optional[EventType[
|
|
254
|
-
on_mouse_up: Optional[EventType[
|
|
255
|
-
on_scroll: Optional[EventType[
|
|
256
|
-
on_unmount: Optional[EventType[
|
|
242
|
+
on_blur: Optional[EventType[()]] = None,
|
|
243
|
+
on_click: Optional[EventType[()]] = None,
|
|
244
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
245
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
246
|
+
on_focus: 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_scroll: Optional[EventType[()]] = None,
|
|
256
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
257
257
|
**props,
|
|
258
258
|
) -> "B":
|
|
259
259
|
"""Create the component.
|
|
@@ -325,21 +325,21 @@ class Bdi(BaseHTML):
|
|
|
325
325
|
class_name: Optional[Any] = None,
|
|
326
326
|
autofocus: Optional[bool] = None,
|
|
327
327
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
328
|
-
on_blur: Optional[EventType[
|
|
329
|
-
on_click: Optional[EventType[
|
|
330
|
-
on_context_menu: Optional[EventType[
|
|
331
|
-
on_double_click: Optional[EventType[
|
|
332
|
-
on_focus: Optional[EventType[
|
|
333
|
-
on_mount: Optional[EventType[
|
|
334
|
-
on_mouse_down: Optional[EventType[
|
|
335
|
-
on_mouse_enter: Optional[EventType[
|
|
336
|
-
on_mouse_leave: Optional[EventType[
|
|
337
|
-
on_mouse_move: Optional[EventType[
|
|
338
|
-
on_mouse_out: Optional[EventType[
|
|
339
|
-
on_mouse_over: Optional[EventType[
|
|
340
|
-
on_mouse_up: Optional[EventType[
|
|
341
|
-
on_scroll: Optional[EventType[
|
|
342
|
-
on_unmount: Optional[EventType[
|
|
328
|
+
on_blur: Optional[EventType[()]] = None,
|
|
329
|
+
on_click: Optional[EventType[()]] = None,
|
|
330
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
331
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
332
|
+
on_focus: Optional[EventType[()]] = None,
|
|
333
|
+
on_mount: Optional[EventType[()]] = None,
|
|
334
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
335
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
336
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
337
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
338
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
339
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
340
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
341
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
342
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
343
343
|
**props,
|
|
344
344
|
) -> "Bdi":
|
|
345
345
|
"""Create the component.
|
|
@@ -411,21 +411,21 @@ class Bdo(BaseHTML):
|
|
|
411
411
|
class_name: Optional[Any] = None,
|
|
412
412
|
autofocus: Optional[bool] = None,
|
|
413
413
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
414
|
-
on_blur: Optional[EventType[
|
|
415
|
-
on_click: Optional[EventType[
|
|
416
|
-
on_context_menu: Optional[EventType[
|
|
417
|
-
on_double_click: Optional[EventType[
|
|
418
|
-
on_focus: Optional[EventType[
|
|
419
|
-
on_mount: Optional[EventType[
|
|
420
|
-
on_mouse_down: Optional[EventType[
|
|
421
|
-
on_mouse_enter: Optional[EventType[
|
|
422
|
-
on_mouse_leave: Optional[EventType[
|
|
423
|
-
on_mouse_move: Optional[EventType[
|
|
424
|
-
on_mouse_out: Optional[EventType[
|
|
425
|
-
on_mouse_over: Optional[EventType[
|
|
426
|
-
on_mouse_up: Optional[EventType[
|
|
427
|
-
on_scroll: Optional[EventType[
|
|
428
|
-
on_unmount: Optional[EventType[
|
|
414
|
+
on_blur: Optional[EventType[()]] = None,
|
|
415
|
+
on_click: Optional[EventType[()]] = None,
|
|
416
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
417
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
418
|
+
on_focus: Optional[EventType[()]] = None,
|
|
419
|
+
on_mount: Optional[EventType[()]] = None,
|
|
420
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
421
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
422
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
423
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
424
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
425
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
426
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
427
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
428
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
429
429
|
**props,
|
|
430
430
|
) -> "Bdo":
|
|
431
431
|
"""Create the component.
|
|
@@ -497,21 +497,21 @@ class Br(BaseHTML):
|
|
|
497
497
|
class_name: Optional[Any] = None,
|
|
498
498
|
autofocus: Optional[bool] = None,
|
|
499
499
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
500
|
-
on_blur: Optional[EventType[
|
|
501
|
-
on_click: Optional[EventType[
|
|
502
|
-
on_context_menu: Optional[EventType[
|
|
503
|
-
on_double_click: Optional[EventType[
|
|
504
|
-
on_focus: Optional[EventType[
|
|
505
|
-
on_mount: Optional[EventType[
|
|
506
|
-
on_mouse_down: Optional[EventType[
|
|
507
|
-
on_mouse_enter: Optional[EventType[
|
|
508
|
-
on_mouse_leave: Optional[EventType[
|
|
509
|
-
on_mouse_move: Optional[EventType[
|
|
510
|
-
on_mouse_out: Optional[EventType[
|
|
511
|
-
on_mouse_over: Optional[EventType[
|
|
512
|
-
on_mouse_up: Optional[EventType[
|
|
513
|
-
on_scroll: Optional[EventType[
|
|
514
|
-
on_unmount: Optional[EventType[
|
|
500
|
+
on_blur: Optional[EventType[()]] = None,
|
|
501
|
+
on_click: Optional[EventType[()]] = None,
|
|
502
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
503
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
504
|
+
on_focus: Optional[EventType[()]] = None,
|
|
505
|
+
on_mount: Optional[EventType[()]] = None,
|
|
506
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
507
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
508
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
509
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
510
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
511
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
512
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
513
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
514
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
515
515
|
**props,
|
|
516
516
|
) -> "Br":
|
|
517
517
|
"""Create the component.
|
|
@@ -583,21 +583,21 @@ class Cite(BaseHTML):
|
|
|
583
583
|
class_name: Optional[Any] = None,
|
|
584
584
|
autofocus: Optional[bool] = None,
|
|
585
585
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
586
|
-
on_blur: Optional[EventType[
|
|
587
|
-
on_click: Optional[EventType[
|
|
588
|
-
on_context_menu: Optional[EventType[
|
|
589
|
-
on_double_click: Optional[EventType[
|
|
590
|
-
on_focus: Optional[EventType[
|
|
591
|
-
on_mount: Optional[EventType[
|
|
592
|
-
on_mouse_down: Optional[EventType[
|
|
593
|
-
on_mouse_enter: Optional[EventType[
|
|
594
|
-
on_mouse_leave: Optional[EventType[
|
|
595
|
-
on_mouse_move: Optional[EventType[
|
|
596
|
-
on_mouse_out: Optional[EventType[
|
|
597
|
-
on_mouse_over: Optional[EventType[
|
|
598
|
-
on_mouse_up: Optional[EventType[
|
|
599
|
-
on_scroll: Optional[EventType[
|
|
600
|
-
on_unmount: Optional[EventType[
|
|
586
|
+
on_blur: Optional[EventType[()]] = None,
|
|
587
|
+
on_click: Optional[EventType[()]] = None,
|
|
588
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
589
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
590
|
+
on_focus: Optional[EventType[()]] = None,
|
|
591
|
+
on_mount: Optional[EventType[()]] = None,
|
|
592
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
593
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
594
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
595
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
596
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
597
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
598
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
599
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
600
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
601
601
|
**props,
|
|
602
602
|
) -> "Cite":
|
|
603
603
|
"""Create the component.
|
|
@@ -669,21 +669,21 @@ class Code(BaseHTML):
|
|
|
669
669
|
class_name: Optional[Any] = None,
|
|
670
670
|
autofocus: Optional[bool] = None,
|
|
671
671
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
672
|
-
on_blur: Optional[EventType[
|
|
673
|
-
on_click: Optional[EventType[
|
|
674
|
-
on_context_menu: Optional[EventType[
|
|
675
|
-
on_double_click: Optional[EventType[
|
|
676
|
-
on_focus: Optional[EventType[
|
|
677
|
-
on_mount: Optional[EventType[
|
|
678
|
-
on_mouse_down: Optional[EventType[
|
|
679
|
-
on_mouse_enter: Optional[EventType[
|
|
680
|
-
on_mouse_leave: Optional[EventType[
|
|
681
|
-
on_mouse_move: Optional[EventType[
|
|
682
|
-
on_mouse_out: Optional[EventType[
|
|
683
|
-
on_mouse_over: Optional[EventType[
|
|
684
|
-
on_mouse_up: Optional[EventType[
|
|
685
|
-
on_scroll: Optional[EventType[
|
|
686
|
-
on_unmount: Optional[EventType[
|
|
672
|
+
on_blur: Optional[EventType[()]] = None,
|
|
673
|
+
on_click: Optional[EventType[()]] = None,
|
|
674
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
675
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
676
|
+
on_focus: Optional[EventType[()]] = None,
|
|
677
|
+
on_mount: Optional[EventType[()]] = None,
|
|
678
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
679
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
680
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
681
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
682
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
683
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
684
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
685
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
686
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
687
687
|
**props,
|
|
688
688
|
) -> "Code":
|
|
689
689
|
"""Create the component.
|
|
@@ -756,21 +756,21 @@ class Data(BaseHTML):
|
|
|
756
756
|
class_name: Optional[Any] = None,
|
|
757
757
|
autofocus: Optional[bool] = None,
|
|
758
758
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
759
|
-
on_blur: Optional[EventType[
|
|
760
|
-
on_click: Optional[EventType[
|
|
761
|
-
on_context_menu: Optional[EventType[
|
|
762
|
-
on_double_click: Optional[EventType[
|
|
763
|
-
on_focus: Optional[EventType[
|
|
764
|
-
on_mount: Optional[EventType[
|
|
765
|
-
on_mouse_down: Optional[EventType[
|
|
766
|
-
on_mouse_enter: Optional[EventType[
|
|
767
|
-
on_mouse_leave: Optional[EventType[
|
|
768
|
-
on_mouse_move: Optional[EventType[
|
|
769
|
-
on_mouse_out: Optional[EventType[
|
|
770
|
-
on_mouse_over: Optional[EventType[
|
|
771
|
-
on_mouse_up: Optional[EventType[
|
|
772
|
-
on_scroll: Optional[EventType[
|
|
773
|
-
on_unmount: Optional[EventType[
|
|
759
|
+
on_blur: Optional[EventType[()]] = None,
|
|
760
|
+
on_click: Optional[EventType[()]] = None,
|
|
761
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
762
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
763
|
+
on_focus: Optional[EventType[()]] = None,
|
|
764
|
+
on_mount: Optional[EventType[()]] = None,
|
|
765
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
766
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
767
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
768
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
769
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
770
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
771
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
772
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
773
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
774
774
|
**props,
|
|
775
775
|
) -> "Data":
|
|
776
776
|
"""Create the component.
|
|
@@ -843,21 +843,21 @@ class Dfn(BaseHTML):
|
|
|
843
843
|
class_name: Optional[Any] = None,
|
|
844
844
|
autofocus: Optional[bool] = None,
|
|
845
845
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
846
|
-
on_blur: Optional[EventType[
|
|
847
|
-
on_click: Optional[EventType[
|
|
848
|
-
on_context_menu: Optional[EventType[
|
|
849
|
-
on_double_click: Optional[EventType[
|
|
850
|
-
on_focus: Optional[EventType[
|
|
851
|
-
on_mount: Optional[EventType[
|
|
852
|
-
on_mouse_down: Optional[EventType[
|
|
853
|
-
on_mouse_enter: Optional[EventType[
|
|
854
|
-
on_mouse_leave: Optional[EventType[
|
|
855
|
-
on_mouse_move: Optional[EventType[
|
|
856
|
-
on_mouse_out: Optional[EventType[
|
|
857
|
-
on_mouse_over: Optional[EventType[
|
|
858
|
-
on_mouse_up: Optional[EventType[
|
|
859
|
-
on_scroll: Optional[EventType[
|
|
860
|
-
on_unmount: Optional[EventType[
|
|
846
|
+
on_blur: Optional[EventType[()]] = None,
|
|
847
|
+
on_click: Optional[EventType[()]] = None,
|
|
848
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
849
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
850
|
+
on_focus: Optional[EventType[()]] = None,
|
|
851
|
+
on_mount: Optional[EventType[()]] = None,
|
|
852
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
853
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
854
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
855
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
856
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
857
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
858
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
859
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
860
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
861
861
|
**props,
|
|
862
862
|
) -> "Dfn":
|
|
863
863
|
"""Create the component.
|
|
@@ -929,21 +929,21 @@ class Em(BaseHTML):
|
|
|
929
929
|
class_name: Optional[Any] = None,
|
|
930
930
|
autofocus: Optional[bool] = None,
|
|
931
931
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
932
|
-
on_blur: Optional[EventType[
|
|
933
|
-
on_click: Optional[EventType[
|
|
934
|
-
on_context_menu: Optional[EventType[
|
|
935
|
-
on_double_click: Optional[EventType[
|
|
936
|
-
on_focus: Optional[EventType[
|
|
937
|
-
on_mount: Optional[EventType[
|
|
938
|
-
on_mouse_down: Optional[EventType[
|
|
939
|
-
on_mouse_enter: Optional[EventType[
|
|
940
|
-
on_mouse_leave: Optional[EventType[
|
|
941
|
-
on_mouse_move: Optional[EventType[
|
|
942
|
-
on_mouse_out: Optional[EventType[
|
|
943
|
-
on_mouse_over: Optional[EventType[
|
|
944
|
-
on_mouse_up: Optional[EventType[
|
|
945
|
-
on_scroll: Optional[EventType[
|
|
946
|
-
on_unmount: Optional[EventType[
|
|
932
|
+
on_blur: Optional[EventType[()]] = None,
|
|
933
|
+
on_click: Optional[EventType[()]] = None,
|
|
934
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
935
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
936
|
+
on_focus: Optional[EventType[()]] = None,
|
|
937
|
+
on_mount: Optional[EventType[()]] = None,
|
|
938
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
939
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
940
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
941
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
942
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
943
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
944
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
945
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
946
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
947
947
|
**props,
|
|
948
948
|
) -> "Em":
|
|
949
949
|
"""Create the component.
|
|
@@ -1015,21 +1015,21 @@ class I(BaseHTML):
|
|
|
1015
1015
|
class_name: Optional[Any] = None,
|
|
1016
1016
|
autofocus: Optional[bool] = None,
|
|
1017
1017
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1018
|
-
on_blur: Optional[EventType[
|
|
1019
|
-
on_click: Optional[EventType[
|
|
1020
|
-
on_context_menu: Optional[EventType[
|
|
1021
|
-
on_double_click: Optional[EventType[
|
|
1022
|
-
on_focus: Optional[EventType[
|
|
1023
|
-
on_mount: Optional[EventType[
|
|
1024
|
-
on_mouse_down: Optional[EventType[
|
|
1025
|
-
on_mouse_enter: Optional[EventType[
|
|
1026
|
-
on_mouse_leave: Optional[EventType[
|
|
1027
|
-
on_mouse_move: Optional[EventType[
|
|
1028
|
-
on_mouse_out: Optional[EventType[
|
|
1029
|
-
on_mouse_over: Optional[EventType[
|
|
1030
|
-
on_mouse_up: Optional[EventType[
|
|
1031
|
-
on_scroll: Optional[EventType[
|
|
1032
|
-
on_unmount: Optional[EventType[
|
|
1018
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1019
|
+
on_click: Optional[EventType[()]] = None,
|
|
1020
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1021
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1022
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1023
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1024
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1025
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1026
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1027
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1028
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1029
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1030
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1031
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1032
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1033
1033
|
**props,
|
|
1034
1034
|
) -> "I":
|
|
1035
1035
|
"""Create the component.
|
|
@@ -1101,21 +1101,21 @@ class Kbd(BaseHTML):
|
|
|
1101
1101
|
class_name: Optional[Any] = None,
|
|
1102
1102
|
autofocus: Optional[bool] = None,
|
|
1103
1103
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1104
|
-
on_blur: Optional[EventType[
|
|
1105
|
-
on_click: Optional[EventType[
|
|
1106
|
-
on_context_menu: Optional[EventType[
|
|
1107
|
-
on_double_click: Optional[EventType[
|
|
1108
|
-
on_focus: Optional[EventType[
|
|
1109
|
-
on_mount: Optional[EventType[
|
|
1110
|
-
on_mouse_down: Optional[EventType[
|
|
1111
|
-
on_mouse_enter: Optional[EventType[
|
|
1112
|
-
on_mouse_leave: Optional[EventType[
|
|
1113
|
-
on_mouse_move: Optional[EventType[
|
|
1114
|
-
on_mouse_out: Optional[EventType[
|
|
1115
|
-
on_mouse_over: Optional[EventType[
|
|
1116
|
-
on_mouse_up: Optional[EventType[
|
|
1117
|
-
on_scroll: Optional[EventType[
|
|
1118
|
-
on_unmount: Optional[EventType[
|
|
1104
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1105
|
+
on_click: Optional[EventType[()]] = None,
|
|
1106
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1107
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1108
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1109
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1110
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1111
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1112
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1113
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1114
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1115
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1116
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1117
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1118
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1119
1119
|
**props,
|
|
1120
1120
|
) -> "Kbd":
|
|
1121
1121
|
"""Create the component.
|
|
@@ -1187,21 +1187,21 @@ class Mark(BaseHTML):
|
|
|
1187
1187
|
class_name: Optional[Any] = None,
|
|
1188
1188
|
autofocus: Optional[bool] = None,
|
|
1189
1189
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1190
|
-
on_blur: Optional[EventType[
|
|
1191
|
-
on_click: Optional[EventType[
|
|
1192
|
-
on_context_menu: Optional[EventType[
|
|
1193
|
-
on_double_click: Optional[EventType[
|
|
1194
|
-
on_focus: Optional[EventType[
|
|
1195
|
-
on_mount: Optional[EventType[
|
|
1196
|
-
on_mouse_down: Optional[EventType[
|
|
1197
|
-
on_mouse_enter: Optional[EventType[
|
|
1198
|
-
on_mouse_leave: Optional[EventType[
|
|
1199
|
-
on_mouse_move: Optional[EventType[
|
|
1200
|
-
on_mouse_out: Optional[EventType[
|
|
1201
|
-
on_mouse_over: Optional[EventType[
|
|
1202
|
-
on_mouse_up: Optional[EventType[
|
|
1203
|
-
on_scroll: Optional[EventType[
|
|
1204
|
-
on_unmount: Optional[EventType[
|
|
1190
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1191
|
+
on_click: Optional[EventType[()]] = None,
|
|
1192
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1193
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1194
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1195
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1196
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1197
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1198
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1199
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1200
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1201
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1202
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1203
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1204
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1205
1205
|
**props,
|
|
1206
1206
|
) -> "Mark":
|
|
1207
1207
|
"""Create the component.
|
|
@@ -1274,21 +1274,21 @@ class Q(BaseHTML):
|
|
|
1274
1274
|
class_name: Optional[Any] = None,
|
|
1275
1275
|
autofocus: Optional[bool] = None,
|
|
1276
1276
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1277
|
-
on_blur: Optional[EventType[
|
|
1278
|
-
on_click: Optional[EventType[
|
|
1279
|
-
on_context_menu: Optional[EventType[
|
|
1280
|
-
on_double_click: Optional[EventType[
|
|
1281
|
-
on_focus: Optional[EventType[
|
|
1282
|
-
on_mount: Optional[EventType[
|
|
1283
|
-
on_mouse_down: Optional[EventType[
|
|
1284
|
-
on_mouse_enter: Optional[EventType[
|
|
1285
|
-
on_mouse_leave: Optional[EventType[
|
|
1286
|
-
on_mouse_move: Optional[EventType[
|
|
1287
|
-
on_mouse_out: Optional[EventType[
|
|
1288
|
-
on_mouse_over: Optional[EventType[
|
|
1289
|
-
on_mouse_up: Optional[EventType[
|
|
1290
|
-
on_scroll: Optional[EventType[
|
|
1291
|
-
on_unmount: Optional[EventType[
|
|
1277
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1278
|
+
on_click: Optional[EventType[()]] = None,
|
|
1279
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1280
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1281
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1282
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1283
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1284
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1285
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1286
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1287
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1288
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1289
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1290
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1291
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1292
1292
|
**props,
|
|
1293
1293
|
) -> "Q":
|
|
1294
1294
|
"""Create the component.
|
|
@@ -1361,21 +1361,21 @@ class Rp(BaseHTML):
|
|
|
1361
1361
|
class_name: Optional[Any] = None,
|
|
1362
1362
|
autofocus: Optional[bool] = None,
|
|
1363
1363
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1364
|
-
on_blur: Optional[EventType[
|
|
1365
|
-
on_click: Optional[EventType[
|
|
1366
|
-
on_context_menu: Optional[EventType[
|
|
1367
|
-
on_double_click: Optional[EventType[
|
|
1368
|
-
on_focus: Optional[EventType[
|
|
1369
|
-
on_mount: Optional[EventType[
|
|
1370
|
-
on_mouse_down: Optional[EventType[
|
|
1371
|
-
on_mouse_enter: Optional[EventType[
|
|
1372
|
-
on_mouse_leave: Optional[EventType[
|
|
1373
|
-
on_mouse_move: Optional[EventType[
|
|
1374
|
-
on_mouse_out: Optional[EventType[
|
|
1375
|
-
on_mouse_over: Optional[EventType[
|
|
1376
|
-
on_mouse_up: Optional[EventType[
|
|
1377
|
-
on_scroll: Optional[EventType[
|
|
1378
|
-
on_unmount: Optional[EventType[
|
|
1364
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1365
|
+
on_click: Optional[EventType[()]] = None,
|
|
1366
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1367
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1368
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1369
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1370
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1371
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1372
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1373
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1374
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1375
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1376
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1377
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1378
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1379
1379
|
**props,
|
|
1380
1380
|
) -> "Rp":
|
|
1381
1381
|
"""Create the component.
|
|
@@ -1447,21 +1447,21 @@ class Rt(BaseHTML):
|
|
|
1447
1447
|
class_name: Optional[Any] = None,
|
|
1448
1448
|
autofocus: Optional[bool] = None,
|
|
1449
1449
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1450
|
-
on_blur: Optional[EventType[
|
|
1451
|
-
on_click: Optional[EventType[
|
|
1452
|
-
on_context_menu: Optional[EventType[
|
|
1453
|
-
on_double_click: Optional[EventType[
|
|
1454
|
-
on_focus: Optional[EventType[
|
|
1455
|
-
on_mount: Optional[EventType[
|
|
1456
|
-
on_mouse_down: Optional[EventType[
|
|
1457
|
-
on_mouse_enter: Optional[EventType[
|
|
1458
|
-
on_mouse_leave: Optional[EventType[
|
|
1459
|
-
on_mouse_move: Optional[EventType[
|
|
1460
|
-
on_mouse_out: Optional[EventType[
|
|
1461
|
-
on_mouse_over: Optional[EventType[
|
|
1462
|
-
on_mouse_up: Optional[EventType[
|
|
1463
|
-
on_scroll: Optional[EventType[
|
|
1464
|
-
on_unmount: Optional[EventType[
|
|
1450
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1451
|
+
on_click: Optional[EventType[()]] = None,
|
|
1452
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1453
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1454
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1455
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1456
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1457
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1458
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1459
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1460
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1461
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1462
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1463
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1464
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1465
1465
|
**props,
|
|
1466
1466
|
) -> "Rt":
|
|
1467
1467
|
"""Create the component.
|
|
@@ -1533,21 +1533,21 @@ class Ruby(BaseHTML):
|
|
|
1533
1533
|
class_name: Optional[Any] = None,
|
|
1534
1534
|
autofocus: Optional[bool] = None,
|
|
1535
1535
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1536
|
-
on_blur: Optional[EventType[
|
|
1537
|
-
on_click: Optional[EventType[
|
|
1538
|
-
on_context_menu: Optional[EventType[
|
|
1539
|
-
on_double_click: Optional[EventType[
|
|
1540
|
-
on_focus: Optional[EventType[
|
|
1541
|
-
on_mount: Optional[EventType[
|
|
1542
|
-
on_mouse_down: Optional[EventType[
|
|
1543
|
-
on_mouse_enter: Optional[EventType[
|
|
1544
|
-
on_mouse_leave: Optional[EventType[
|
|
1545
|
-
on_mouse_move: Optional[EventType[
|
|
1546
|
-
on_mouse_out: Optional[EventType[
|
|
1547
|
-
on_mouse_over: Optional[EventType[
|
|
1548
|
-
on_mouse_up: Optional[EventType[
|
|
1549
|
-
on_scroll: Optional[EventType[
|
|
1550
|
-
on_unmount: Optional[EventType[
|
|
1536
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1537
|
+
on_click: Optional[EventType[()]] = None,
|
|
1538
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1539
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1540
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1541
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1542
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1543
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1544
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1545
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1546
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1547
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1548
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1549
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1550
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1551
1551
|
**props,
|
|
1552
1552
|
) -> "Ruby":
|
|
1553
1553
|
"""Create the component.
|
|
@@ -1619,21 +1619,21 @@ class S(BaseHTML):
|
|
|
1619
1619
|
class_name: Optional[Any] = None,
|
|
1620
1620
|
autofocus: Optional[bool] = None,
|
|
1621
1621
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1622
|
-
on_blur: Optional[EventType[
|
|
1623
|
-
on_click: Optional[EventType[
|
|
1624
|
-
on_context_menu: Optional[EventType[
|
|
1625
|
-
on_double_click: Optional[EventType[
|
|
1626
|
-
on_focus: Optional[EventType[
|
|
1627
|
-
on_mount: Optional[EventType[
|
|
1628
|
-
on_mouse_down: Optional[EventType[
|
|
1629
|
-
on_mouse_enter: Optional[EventType[
|
|
1630
|
-
on_mouse_leave: Optional[EventType[
|
|
1631
|
-
on_mouse_move: Optional[EventType[
|
|
1632
|
-
on_mouse_out: Optional[EventType[
|
|
1633
|
-
on_mouse_over: Optional[EventType[
|
|
1634
|
-
on_mouse_up: Optional[EventType[
|
|
1635
|
-
on_scroll: Optional[EventType[
|
|
1636
|
-
on_unmount: Optional[EventType[
|
|
1622
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1623
|
+
on_click: Optional[EventType[()]] = None,
|
|
1624
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1625
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1626
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1627
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1628
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1629
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1630
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1631
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1632
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1633
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1634
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1635
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1636
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1637
1637
|
**props,
|
|
1638
1638
|
) -> "S":
|
|
1639
1639
|
"""Create the component.
|
|
@@ -1705,21 +1705,21 @@ class Samp(BaseHTML):
|
|
|
1705
1705
|
class_name: Optional[Any] = None,
|
|
1706
1706
|
autofocus: Optional[bool] = None,
|
|
1707
1707
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1708
|
-
on_blur: Optional[EventType[
|
|
1709
|
-
on_click: Optional[EventType[
|
|
1710
|
-
on_context_menu: Optional[EventType[
|
|
1711
|
-
on_double_click: Optional[EventType[
|
|
1712
|
-
on_focus: Optional[EventType[
|
|
1713
|
-
on_mount: Optional[EventType[
|
|
1714
|
-
on_mouse_down: Optional[EventType[
|
|
1715
|
-
on_mouse_enter: Optional[EventType[
|
|
1716
|
-
on_mouse_leave: Optional[EventType[
|
|
1717
|
-
on_mouse_move: Optional[EventType[
|
|
1718
|
-
on_mouse_out: Optional[EventType[
|
|
1719
|
-
on_mouse_over: Optional[EventType[
|
|
1720
|
-
on_mouse_up: Optional[EventType[
|
|
1721
|
-
on_scroll: Optional[EventType[
|
|
1722
|
-
on_unmount: Optional[EventType[
|
|
1708
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1709
|
+
on_click: Optional[EventType[()]] = None,
|
|
1710
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1711
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1712
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1713
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1714
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1715
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1716
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1717
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1718
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1719
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1720
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1721
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1722
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1723
1723
|
**props,
|
|
1724
1724
|
) -> "Samp":
|
|
1725
1725
|
"""Create the component.
|
|
@@ -1791,21 +1791,21 @@ class Small(BaseHTML):
|
|
|
1791
1791
|
class_name: Optional[Any] = None,
|
|
1792
1792
|
autofocus: Optional[bool] = None,
|
|
1793
1793
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1794
|
-
on_blur: Optional[EventType[
|
|
1795
|
-
on_click: Optional[EventType[
|
|
1796
|
-
on_context_menu: Optional[EventType[
|
|
1797
|
-
on_double_click: Optional[EventType[
|
|
1798
|
-
on_focus: Optional[EventType[
|
|
1799
|
-
on_mount: Optional[EventType[
|
|
1800
|
-
on_mouse_down: Optional[EventType[
|
|
1801
|
-
on_mouse_enter: Optional[EventType[
|
|
1802
|
-
on_mouse_leave: Optional[EventType[
|
|
1803
|
-
on_mouse_move: Optional[EventType[
|
|
1804
|
-
on_mouse_out: Optional[EventType[
|
|
1805
|
-
on_mouse_over: Optional[EventType[
|
|
1806
|
-
on_mouse_up: Optional[EventType[
|
|
1807
|
-
on_scroll: Optional[EventType[
|
|
1808
|
-
on_unmount: Optional[EventType[
|
|
1794
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1795
|
+
on_click: Optional[EventType[()]] = None,
|
|
1796
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1797
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1798
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1799
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1800
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1801
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1802
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1803
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1804
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1805
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1806
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1807
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1808
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1809
1809
|
**props,
|
|
1810
1810
|
) -> "Small":
|
|
1811
1811
|
"""Create the component.
|
|
@@ -1877,21 +1877,21 @@ class Span(BaseHTML):
|
|
|
1877
1877
|
class_name: Optional[Any] = None,
|
|
1878
1878
|
autofocus: Optional[bool] = None,
|
|
1879
1879
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1880
|
-
on_blur: Optional[EventType[
|
|
1881
|
-
on_click: Optional[EventType[
|
|
1882
|
-
on_context_menu: Optional[EventType[
|
|
1883
|
-
on_double_click: Optional[EventType[
|
|
1884
|
-
on_focus: Optional[EventType[
|
|
1885
|
-
on_mount: Optional[EventType[
|
|
1886
|
-
on_mouse_down: Optional[EventType[
|
|
1887
|
-
on_mouse_enter: Optional[EventType[
|
|
1888
|
-
on_mouse_leave: Optional[EventType[
|
|
1889
|
-
on_mouse_move: Optional[EventType[
|
|
1890
|
-
on_mouse_out: Optional[EventType[
|
|
1891
|
-
on_mouse_over: Optional[EventType[
|
|
1892
|
-
on_mouse_up: Optional[EventType[
|
|
1893
|
-
on_scroll: Optional[EventType[
|
|
1894
|
-
on_unmount: Optional[EventType[
|
|
1880
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1881
|
+
on_click: Optional[EventType[()]] = None,
|
|
1882
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1883
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1884
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1885
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1886
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1887
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1888
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1889
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1890
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1891
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1892
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1893
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1894
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1895
1895
|
**props,
|
|
1896
1896
|
) -> "Span":
|
|
1897
1897
|
"""Create the component.
|
|
@@ -1963,21 +1963,21 @@ class Strong(BaseHTML):
|
|
|
1963
1963
|
class_name: Optional[Any] = None,
|
|
1964
1964
|
autofocus: Optional[bool] = None,
|
|
1965
1965
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
1966
|
-
on_blur: Optional[EventType[
|
|
1967
|
-
on_click: Optional[EventType[
|
|
1968
|
-
on_context_menu: Optional[EventType[
|
|
1969
|
-
on_double_click: Optional[EventType[
|
|
1970
|
-
on_focus: Optional[EventType[
|
|
1971
|
-
on_mount: Optional[EventType[
|
|
1972
|
-
on_mouse_down: Optional[EventType[
|
|
1973
|
-
on_mouse_enter: Optional[EventType[
|
|
1974
|
-
on_mouse_leave: Optional[EventType[
|
|
1975
|
-
on_mouse_move: Optional[EventType[
|
|
1976
|
-
on_mouse_out: Optional[EventType[
|
|
1977
|
-
on_mouse_over: Optional[EventType[
|
|
1978
|
-
on_mouse_up: Optional[EventType[
|
|
1979
|
-
on_scroll: Optional[EventType[
|
|
1980
|
-
on_unmount: Optional[EventType[
|
|
1966
|
+
on_blur: Optional[EventType[()]] = None,
|
|
1967
|
+
on_click: Optional[EventType[()]] = None,
|
|
1968
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
1969
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
1970
|
+
on_focus: Optional[EventType[()]] = None,
|
|
1971
|
+
on_mount: Optional[EventType[()]] = None,
|
|
1972
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
1973
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
1974
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
1975
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
1976
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
1977
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
1978
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
1979
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
1980
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
1981
1981
|
**props,
|
|
1982
1982
|
) -> "Strong":
|
|
1983
1983
|
"""Create the component.
|
|
@@ -2049,21 +2049,21 @@ class Sub(BaseHTML):
|
|
|
2049
2049
|
class_name: Optional[Any] = None,
|
|
2050
2050
|
autofocus: Optional[bool] = None,
|
|
2051
2051
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2052
|
-
on_blur: Optional[EventType[
|
|
2053
|
-
on_click: Optional[EventType[
|
|
2054
|
-
on_context_menu: Optional[EventType[
|
|
2055
|
-
on_double_click: Optional[EventType[
|
|
2056
|
-
on_focus: Optional[EventType[
|
|
2057
|
-
on_mount: Optional[EventType[
|
|
2058
|
-
on_mouse_down: Optional[EventType[
|
|
2059
|
-
on_mouse_enter: Optional[EventType[
|
|
2060
|
-
on_mouse_leave: Optional[EventType[
|
|
2061
|
-
on_mouse_move: Optional[EventType[
|
|
2062
|
-
on_mouse_out: Optional[EventType[
|
|
2063
|
-
on_mouse_over: Optional[EventType[
|
|
2064
|
-
on_mouse_up: Optional[EventType[
|
|
2065
|
-
on_scroll: Optional[EventType[
|
|
2066
|
-
on_unmount: Optional[EventType[
|
|
2052
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2053
|
+
on_click: Optional[EventType[()]] = None,
|
|
2054
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2055
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2056
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2057
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2058
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2059
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2060
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2061
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2062
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2063
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2064
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2065
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2066
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2067
2067
|
**props,
|
|
2068
2068
|
) -> "Sub":
|
|
2069
2069
|
"""Create the component.
|
|
@@ -2135,21 +2135,21 @@ class Sup(BaseHTML):
|
|
|
2135
2135
|
class_name: Optional[Any] = None,
|
|
2136
2136
|
autofocus: Optional[bool] = None,
|
|
2137
2137
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2138
|
-
on_blur: Optional[EventType[
|
|
2139
|
-
on_click: Optional[EventType[
|
|
2140
|
-
on_context_menu: Optional[EventType[
|
|
2141
|
-
on_double_click: Optional[EventType[
|
|
2142
|
-
on_focus: Optional[EventType[
|
|
2143
|
-
on_mount: Optional[EventType[
|
|
2144
|
-
on_mouse_down: Optional[EventType[
|
|
2145
|
-
on_mouse_enter: Optional[EventType[
|
|
2146
|
-
on_mouse_leave: Optional[EventType[
|
|
2147
|
-
on_mouse_move: Optional[EventType[
|
|
2148
|
-
on_mouse_out: Optional[EventType[
|
|
2149
|
-
on_mouse_over: Optional[EventType[
|
|
2150
|
-
on_mouse_up: Optional[EventType[
|
|
2151
|
-
on_scroll: Optional[EventType[
|
|
2152
|
-
on_unmount: Optional[EventType[
|
|
2138
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2139
|
+
on_click: Optional[EventType[()]] = None,
|
|
2140
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2141
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2142
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2143
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2144
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2145
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2146
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2147
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2148
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2149
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2150
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2151
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2152
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2153
2153
|
**props,
|
|
2154
2154
|
) -> "Sup":
|
|
2155
2155
|
"""Create the component.
|
|
@@ -2222,21 +2222,21 @@ class Time(BaseHTML):
|
|
|
2222
2222
|
class_name: Optional[Any] = None,
|
|
2223
2223
|
autofocus: Optional[bool] = None,
|
|
2224
2224
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2225
|
-
on_blur: Optional[EventType[
|
|
2226
|
-
on_click: Optional[EventType[
|
|
2227
|
-
on_context_menu: Optional[EventType[
|
|
2228
|
-
on_double_click: Optional[EventType[
|
|
2229
|
-
on_focus: Optional[EventType[
|
|
2230
|
-
on_mount: Optional[EventType[
|
|
2231
|
-
on_mouse_down: Optional[EventType[
|
|
2232
|
-
on_mouse_enter: Optional[EventType[
|
|
2233
|
-
on_mouse_leave: Optional[EventType[
|
|
2234
|
-
on_mouse_move: Optional[EventType[
|
|
2235
|
-
on_mouse_out: Optional[EventType[
|
|
2236
|
-
on_mouse_over: Optional[EventType[
|
|
2237
|
-
on_mouse_up: Optional[EventType[
|
|
2238
|
-
on_scroll: Optional[EventType[
|
|
2239
|
-
on_unmount: Optional[EventType[
|
|
2225
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2226
|
+
on_click: Optional[EventType[()]] = None,
|
|
2227
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2228
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2229
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2230
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2231
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2232
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2233
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2234
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2235
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2236
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2237
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2238
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2239
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2240
2240
|
**props,
|
|
2241
2241
|
) -> "Time":
|
|
2242
2242
|
"""Create the component.
|
|
@@ -2309,21 +2309,21 @@ class U(BaseHTML):
|
|
|
2309
2309
|
class_name: Optional[Any] = None,
|
|
2310
2310
|
autofocus: Optional[bool] = None,
|
|
2311
2311
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2312
|
-
on_blur: Optional[EventType[
|
|
2313
|
-
on_click: Optional[EventType[
|
|
2314
|
-
on_context_menu: Optional[EventType[
|
|
2315
|
-
on_double_click: Optional[EventType[
|
|
2316
|
-
on_focus: Optional[EventType[
|
|
2317
|
-
on_mount: Optional[EventType[
|
|
2318
|
-
on_mouse_down: Optional[EventType[
|
|
2319
|
-
on_mouse_enter: Optional[EventType[
|
|
2320
|
-
on_mouse_leave: Optional[EventType[
|
|
2321
|
-
on_mouse_move: Optional[EventType[
|
|
2322
|
-
on_mouse_out: Optional[EventType[
|
|
2323
|
-
on_mouse_over: Optional[EventType[
|
|
2324
|
-
on_mouse_up: Optional[EventType[
|
|
2325
|
-
on_scroll: Optional[EventType[
|
|
2326
|
-
on_unmount: Optional[EventType[
|
|
2312
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2313
|
+
on_click: Optional[EventType[()]] = None,
|
|
2314
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2315
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2316
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2317
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2318
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2319
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2320
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2321
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2322
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2323
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2324
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2325
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2326
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2327
2327
|
**props,
|
|
2328
2328
|
) -> "U":
|
|
2329
2329
|
"""Create the component.
|
|
@@ -2395,21 +2395,21 @@ class Wbr(BaseHTML):
|
|
|
2395
2395
|
class_name: Optional[Any] = None,
|
|
2396
2396
|
autofocus: Optional[bool] = None,
|
|
2397
2397
|
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
|
|
2398
|
-
on_blur: Optional[EventType[
|
|
2399
|
-
on_click: Optional[EventType[
|
|
2400
|
-
on_context_menu: Optional[EventType[
|
|
2401
|
-
on_double_click: Optional[EventType[
|
|
2402
|
-
on_focus: Optional[EventType[
|
|
2403
|
-
on_mount: Optional[EventType[
|
|
2404
|
-
on_mouse_down: Optional[EventType[
|
|
2405
|
-
on_mouse_enter: Optional[EventType[
|
|
2406
|
-
on_mouse_leave: Optional[EventType[
|
|
2407
|
-
on_mouse_move: Optional[EventType[
|
|
2408
|
-
on_mouse_out: Optional[EventType[
|
|
2409
|
-
on_mouse_over: Optional[EventType[
|
|
2410
|
-
on_mouse_up: Optional[EventType[
|
|
2411
|
-
on_scroll: Optional[EventType[
|
|
2412
|
-
on_unmount: Optional[EventType[
|
|
2398
|
+
on_blur: Optional[EventType[()]] = None,
|
|
2399
|
+
on_click: Optional[EventType[()]] = None,
|
|
2400
|
+
on_context_menu: Optional[EventType[()]] = None,
|
|
2401
|
+
on_double_click: Optional[EventType[()]] = None,
|
|
2402
|
+
on_focus: Optional[EventType[()]] = None,
|
|
2403
|
+
on_mount: Optional[EventType[()]] = None,
|
|
2404
|
+
on_mouse_down: Optional[EventType[()]] = None,
|
|
2405
|
+
on_mouse_enter: Optional[EventType[()]] = None,
|
|
2406
|
+
on_mouse_leave: Optional[EventType[()]] = None,
|
|
2407
|
+
on_mouse_move: Optional[EventType[()]] = None,
|
|
2408
|
+
on_mouse_out: Optional[EventType[()]] = None,
|
|
2409
|
+
on_mouse_over: Optional[EventType[()]] = None,
|
|
2410
|
+
on_mouse_up: Optional[EventType[()]] = None,
|
|
2411
|
+
on_scroll: Optional[EventType[()]] = None,
|
|
2412
|
+
on_unmount: Optional[EventType[()]] = None,
|
|
2413
2413
|
**props,
|
|
2414
2414
|
) -> "Wbr":
|
|
2415
2415
|
"""Create the component.
|