reflex 0.7.7a2__py3-none-any.whl → 0.7.8__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/web/utils/state.js +26 -16
- reflex/admin.py +1 -1
- reflex/app.py +6 -17
- reflex/app_mixins/lifespan.py +1 -1
- reflex/base.py +2 -2
- reflex/compiler/compiler.py +8 -7
- reflex/compiler/utils.py +6 -5
- reflex/components/base/app_wrap.pyi +18 -17
- reflex/components/base/bare.py +2 -1
- reflex/components/base/body.pyi +18 -17
- reflex/components/base/document.pyi +82 -81
- reflex/components/base/error_boundary.pyi +19 -18
- reflex/components/base/fragment.pyi +18 -17
- reflex/components/base/head.pyi +34 -33
- reflex/components/base/link.pyi +34 -33
- reflex/components/base/meta.pyi +66 -65
- reflex/components/base/script.pyi +21 -20
- reflex/components/base/strict_mode.pyi +18 -17
- reflex/components/component.py +20 -36
- reflex/components/core/auto_scroll.pyi +18 -17
- reflex/components/core/banner.pyi +98 -97
- reflex/components/core/breakpoints.py +1 -1
- reflex/components/core/client_side_routing.pyi +34 -33
- reflex/components/core/clipboard.py +1 -1
- reflex/components/core/clipboard.pyi +19 -18
- reflex/components/core/cond.py +2 -2
- reflex/components/core/debounce.py +3 -3
- reflex/components/core/debounce.pyi +20 -19
- reflex/components/core/foreach.py +2 -1
- reflex/components/core/html.pyi +18 -17
- reflex/components/core/match.py +2 -2
- reflex/components/core/sticky.pyi +66 -65
- reflex/components/core/upload.py +7 -10
- reflex/components/core/upload.pyi +86 -85
- reflex/components/datadisplay/code.pyi +34 -33
- reflex/components/datadisplay/dataeditor.py +3 -2
- reflex/components/datadisplay/dataeditor.pyi +35 -68
- reflex/components/datadisplay/shiki_code_block.pyi +50 -49
- reflex/components/el/element.pyi +18 -17
- reflex/components/el/elements/base.pyi +18 -17
- reflex/components/el/elements/forms.py +2 -1
- reflex/components/el/elements/forms.pyi +290 -332
- reflex/components/el/elements/inline.pyi +450 -449
- reflex/components/el/elements/media.pyi +402 -401
- reflex/components/el/elements/metadata.pyi +98 -97
- reflex/components/el/elements/other.pyi +114 -113
- reflex/components/el/elements/scripts.pyi +50 -49
- reflex/components/el/elements/sectioning.pyi +242 -241
- reflex/components/el/elements/tables.pyi +162 -161
- reflex/components/el/elements/typography.pyi +242 -241
- reflex/components/gridjs/datatable.py +3 -2
- reflex/components/gridjs/datatable.pyi +35 -34
- reflex/components/lucide/icon.pyi +50 -49
- reflex/components/markdown/markdown.py +2 -1
- reflex/components/markdown/markdown.pyi +18 -17
- reflex/components/moment/moment.pyi +19 -18
- reflex/components/next/base.pyi +18 -17
- reflex/components/next/image.pyi +20 -19
- reflex/components/next/link.pyi +18 -17
- reflex/components/next/video.pyi +18 -17
- reflex/components/plotly/plotly.py +3 -3
- reflex/components/plotly/plotly.pyi +326 -325
- reflex/components/radix/primitives/accordion.py +2 -1
- reflex/components/radix/primitives/accordion.pyi +115 -114
- reflex/components/radix/primitives/base.pyi +34 -33
- reflex/components/radix/primitives/drawer.py +2 -1
- reflex/components/radix/primitives/drawer.pyi +187 -186
- reflex/components/radix/primitives/form.pyi +168 -182
- reflex/components/radix/primitives/progress.pyi +82 -81
- reflex/components/radix/primitives/slider.py +2 -1
- reflex/components/radix/primitives/slider.pyi +84 -83
- reflex/components/radix/themes/base.pyi +130 -129
- reflex/components/radix/themes/color_mode.pyi +51 -50
- reflex/components/radix/themes/components/alert_dialog.pyi +118 -117
- reflex/components/radix/themes/components/aspect_ratio.pyi +18 -17
- reflex/components/radix/themes/components/avatar.pyi +18 -17
- reflex/components/radix/themes/components/badge.pyi +18 -17
- reflex/components/radix/themes/components/button.pyi +18 -17
- reflex/components/radix/themes/components/callout.pyi +82 -81
- reflex/components/radix/themes/components/card.pyi +18 -17
- reflex/components/radix/themes/components/checkbox.pyi +53 -52
- reflex/components/radix/themes/components/checkbox_cards.pyi +34 -33
- reflex/components/radix/themes/components/checkbox_group.py +2 -1
- reflex/components/radix/themes/components/checkbox_group.pyi +34 -33
- reflex/components/radix/themes/components/context_menu.pyi +225 -224
- reflex/components/radix/themes/components/data_list.pyi +66 -65
- reflex/components/radix/themes/components/dialog.pyi +121 -120
- reflex/components/radix/themes/components/dropdown_menu.pyi +142 -141
- reflex/components/radix/themes/components/hover_card.pyi +68 -67
- reflex/components/radix/themes/components/icon_button.pyi +18 -17
- reflex/components/radix/themes/components/inset.pyi +18 -17
- reflex/components/radix/themes/components/popover.pyi +73 -72
- reflex/components/radix/themes/components/progress.pyi +18 -17
- reflex/components/radix/themes/components/radio.pyi +18 -17
- reflex/components/radix/themes/components/radio_cards.pyi +35 -34
- reflex/components/radix/themes/components/radio_group.py +2 -1
- reflex/components/radix/themes/components/radio_group.pyi +67 -66
- reflex/components/radix/themes/components/scroll_area.pyi +18 -17
- reflex/components/radix/themes/components/segmented_control.py +2 -1
- reflex/components/radix/themes/components/segmented_control.pyi +35 -34
- reflex/components/radix/themes/components/select.py +2 -1
- reflex/components/radix/themes/components/select.pyi +155 -154
- reflex/components/radix/themes/components/separator.pyi +18 -17
- reflex/components/radix/themes/components/skeleton.pyi +18 -17
- reflex/components/radix/themes/components/slider.py +2 -1
- reflex/components/radix/themes/components/slider.pyi +20 -31
- reflex/components/radix/themes/components/spinner.pyi +18 -17
- reflex/components/radix/themes/components/switch.pyi +19 -18
- reflex/components/radix/themes/components/table.pyi +114 -113
- reflex/components/radix/themes/components/tabs.pyi +84 -83
- reflex/components/radix/themes/components/text_area.pyi +21 -24
- reflex/components/radix/themes/components/text_field.pyi +56 -63
- reflex/components/radix/themes/components/tooltip.py +2 -2
- reflex/components/radix/themes/components/tooltip.pyi +21 -20
- reflex/components/radix/themes/layout/base.pyi +18 -17
- reflex/components/radix/themes/layout/box.pyi +18 -17
- reflex/components/radix/themes/layout/center.pyi +18 -17
- reflex/components/radix/themes/layout/container.pyi +18 -17
- reflex/components/radix/themes/layout/flex.pyi +18 -17
- reflex/components/radix/themes/layout/grid.pyi +18 -17
- reflex/components/radix/themes/layout/list.py +2 -1
- reflex/components/radix/themes/layout/list.pyi +82 -81
- reflex/components/radix/themes/layout/section.pyi +18 -17
- reflex/components/radix/themes/layout/spacer.pyi +18 -17
- reflex/components/radix/themes/layout/stack.pyi +50 -49
- reflex/components/radix/themes/typography/blockquote.pyi +18 -17
- reflex/components/radix/themes/typography/code.pyi +18 -17
- reflex/components/radix/themes/typography/heading.pyi +18 -17
- reflex/components/radix/themes/typography/link.pyi +18 -17
- reflex/components/radix/themes/typography/text.pyi +114 -113
- reflex/components/react_player/audio.pyi +34 -36
- reflex/components/react_player/react_player.pyi +34 -33
- reflex/components/react_player/video.pyi +34 -36
- reflex/components/recharts/cartesian.py +7 -6
- reflex/components/recharts/cartesian.pyi +302 -301
- reflex/components/recharts/charts.py +2 -1
- reflex/components/recharts/charts.pyi +177 -176
- reflex/components/recharts/general.py +3 -2
- reflex/components/recharts/general.pyi +99 -98
- reflex/components/recharts/polar.py +9 -8
- reflex/components/recharts/polar.pyi +62 -61
- reflex/components/recharts/recharts.pyi +34 -33
- reflex/components/sonner/toast.pyi +19 -18
- reflex/components/suneditor/editor.py +22 -24
- reflex/components/suneditor/editor.pyi +27 -28
- reflex/components/tags/cond_tag.py +3 -3
- reflex/components/tags/iter_tag.py +2 -1
- reflex/components/tags/tag.py +3 -2
- reflex/config.py +27 -17
- reflex/constants/installer.py +4 -4
- reflex/constants/route.py +2 -3
- reflex/constants/utils.py +4 -3
- reflex/event.py +56 -28
- reflex/experimental/client_state.py +3 -2
- reflex/experimental/layout.pyi +84 -83
- reflex/istate/data.py +1 -1
- reflex/istate/storage.py +2 -2
- reflex/model.py +3 -3
- reflex/page.py +3 -2
- reflex/state.py +56 -57
- reflex/style.py +3 -2
- reflex/testing.py +12 -21
- reflex/utils/codespaces.py +14 -15
- reflex/utils/decorator.py +2 -1
- reflex/utils/exec.py +1 -1
- reflex/utils/format.py +2 -2
- reflex/utils/imports.py +6 -8
- reflex/utils/misc.py +2 -1
- reflex/utils/net.py +2 -1
- reflex/utils/prerequisites.py +12 -5
- reflex/utils/processes.py +6 -5
- reflex/utils/pyi_generator.py +6 -5
- reflex/utils/serializers.py +13 -25
- reflex/utils/types.py +34 -46
- reflex/vars/base.py +60 -56
- reflex/vars/dep_tracking.py +4 -4
- reflex/vars/function.py +13 -36
- reflex/vars/number.py +5 -17
- reflex/vars/object.py +9 -16
- reflex/vars/sequence.py +11 -23
- {reflex-0.7.7a2.dist-info → reflex-0.7.8.dist-info}/METADATA +1 -1
- {reflex-0.7.7a2.dist-info → reflex-0.7.8.dist-info}/RECORD +185 -185
- {reflex-0.7.7a2.dist-info → reflex-0.7.8.dist-info}/WHEEL +0 -0
- {reflex-0.7.7a2.dist-info → reflex-0.7.8.dist-info}/entry_points.txt +0 -0
- {reflex-0.7.7a2.dist-info → reflex-0.7.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
# ------------------- DO NOT EDIT ----------------------
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
|
-
from
|
|
6
|
+
from collections.abc import Mapping, Sequence
|
|
7
|
+
from typing import Any, Literal, overload
|
|
7
8
|
|
|
8
9
|
from reflex.components.core.breakpoints import Breakpoints
|
|
9
10
|
from reflex.event import EventType
|
|
@@ -252,23 +253,23 @@ class A(BaseHTML):
|
|
|
252
253
|
class_name: Any | None = None,
|
|
253
254
|
autofocus: bool | None = None,
|
|
254
255
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
255
|
-
on_blur:
|
|
256
|
-
on_click:
|
|
257
|
-
on_context_menu:
|
|
258
|
-
on_double_click:
|
|
259
|
-
on_focus:
|
|
260
|
-
on_mount:
|
|
261
|
-
on_mouse_down:
|
|
262
|
-
on_mouse_enter:
|
|
263
|
-
on_mouse_leave:
|
|
264
|
-
on_mouse_move:
|
|
265
|
-
on_mouse_out:
|
|
266
|
-
on_mouse_over:
|
|
267
|
-
on_mouse_up:
|
|
268
|
-
on_scroll:
|
|
269
|
-
on_unmount:
|
|
256
|
+
on_blur: EventType[()] | None = None,
|
|
257
|
+
on_click: EventType[()] | None = None,
|
|
258
|
+
on_context_menu: EventType[()] | None = None,
|
|
259
|
+
on_double_click: EventType[()] | None = None,
|
|
260
|
+
on_focus: EventType[()] | None = None,
|
|
261
|
+
on_mount: EventType[()] | None = None,
|
|
262
|
+
on_mouse_down: EventType[()] | None = None,
|
|
263
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
264
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
265
|
+
on_mouse_move: EventType[()] | None = None,
|
|
266
|
+
on_mouse_out: EventType[()] | None = None,
|
|
267
|
+
on_mouse_over: EventType[()] | None = None,
|
|
268
|
+
on_mouse_up: EventType[()] | None = None,
|
|
269
|
+
on_scroll: EventType[()] | None = None,
|
|
270
|
+
on_unmount: EventType[()] | None = None,
|
|
270
271
|
**props,
|
|
271
|
-
) ->
|
|
272
|
+
) -> A:
|
|
272
273
|
"""Create the component.
|
|
273
274
|
|
|
274
275
|
Args:
|
|
@@ -504,23 +505,23 @@ class Abbr(BaseHTML):
|
|
|
504
505
|
class_name: Any | None = None,
|
|
505
506
|
autofocus: bool | None = None,
|
|
506
507
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
507
|
-
on_blur:
|
|
508
|
-
on_click:
|
|
509
|
-
on_context_menu:
|
|
510
|
-
on_double_click:
|
|
511
|
-
on_focus:
|
|
512
|
-
on_mount:
|
|
513
|
-
on_mouse_down:
|
|
514
|
-
on_mouse_enter:
|
|
515
|
-
on_mouse_leave:
|
|
516
|
-
on_mouse_move:
|
|
517
|
-
on_mouse_out:
|
|
518
|
-
on_mouse_over:
|
|
519
|
-
on_mouse_up:
|
|
520
|
-
on_scroll:
|
|
521
|
-
on_unmount:
|
|
508
|
+
on_blur: EventType[()] | None = None,
|
|
509
|
+
on_click: EventType[()] | None = None,
|
|
510
|
+
on_context_menu: EventType[()] | None = None,
|
|
511
|
+
on_double_click: EventType[()] | None = None,
|
|
512
|
+
on_focus: EventType[()] | None = None,
|
|
513
|
+
on_mount: EventType[()] | None = None,
|
|
514
|
+
on_mouse_down: EventType[()] | None = None,
|
|
515
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
516
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
517
|
+
on_mouse_move: EventType[()] | None = None,
|
|
518
|
+
on_mouse_out: EventType[()] | None = None,
|
|
519
|
+
on_mouse_over: EventType[()] | None = None,
|
|
520
|
+
on_mouse_up: EventType[()] | None = None,
|
|
521
|
+
on_scroll: EventType[()] | None = None,
|
|
522
|
+
on_unmount: EventType[()] | None = None,
|
|
522
523
|
**props,
|
|
523
|
-
) ->
|
|
524
|
+
) -> Abbr:
|
|
524
525
|
"""Create the component.
|
|
525
526
|
|
|
526
527
|
Args:
|
|
@@ -748,23 +749,23 @@ class B(BaseHTML):
|
|
|
748
749
|
class_name: Any | None = None,
|
|
749
750
|
autofocus: bool | None = None,
|
|
750
751
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
751
|
-
on_blur:
|
|
752
|
-
on_click:
|
|
753
|
-
on_context_menu:
|
|
754
|
-
on_double_click:
|
|
755
|
-
on_focus:
|
|
756
|
-
on_mount:
|
|
757
|
-
on_mouse_down:
|
|
758
|
-
on_mouse_enter:
|
|
759
|
-
on_mouse_leave:
|
|
760
|
-
on_mouse_move:
|
|
761
|
-
on_mouse_out:
|
|
762
|
-
on_mouse_over:
|
|
763
|
-
on_mouse_up:
|
|
764
|
-
on_scroll:
|
|
765
|
-
on_unmount:
|
|
752
|
+
on_blur: EventType[()] | None = None,
|
|
753
|
+
on_click: EventType[()] | None = None,
|
|
754
|
+
on_context_menu: EventType[()] | None = None,
|
|
755
|
+
on_double_click: EventType[()] | None = None,
|
|
756
|
+
on_focus: EventType[()] | None = None,
|
|
757
|
+
on_mount: EventType[()] | None = None,
|
|
758
|
+
on_mouse_down: EventType[()] | None = None,
|
|
759
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
760
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
761
|
+
on_mouse_move: EventType[()] | None = None,
|
|
762
|
+
on_mouse_out: EventType[()] | None = None,
|
|
763
|
+
on_mouse_over: EventType[()] | None = None,
|
|
764
|
+
on_mouse_up: EventType[()] | None = None,
|
|
765
|
+
on_scroll: EventType[()] | None = None,
|
|
766
|
+
on_unmount: EventType[()] | None = None,
|
|
766
767
|
**props,
|
|
767
|
-
) ->
|
|
768
|
+
) -> B:
|
|
768
769
|
"""Create the component.
|
|
769
770
|
|
|
770
771
|
Args:
|
|
@@ -992,23 +993,23 @@ class Bdi(BaseHTML):
|
|
|
992
993
|
class_name: Any | None = None,
|
|
993
994
|
autofocus: bool | None = None,
|
|
994
995
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
995
|
-
on_blur:
|
|
996
|
-
on_click:
|
|
997
|
-
on_context_menu:
|
|
998
|
-
on_double_click:
|
|
999
|
-
on_focus:
|
|
1000
|
-
on_mount:
|
|
1001
|
-
on_mouse_down:
|
|
1002
|
-
on_mouse_enter:
|
|
1003
|
-
on_mouse_leave:
|
|
1004
|
-
on_mouse_move:
|
|
1005
|
-
on_mouse_out:
|
|
1006
|
-
on_mouse_over:
|
|
1007
|
-
on_mouse_up:
|
|
1008
|
-
on_scroll:
|
|
1009
|
-
on_unmount:
|
|
996
|
+
on_blur: EventType[()] | None = None,
|
|
997
|
+
on_click: EventType[()] | None = None,
|
|
998
|
+
on_context_menu: EventType[()] | None = None,
|
|
999
|
+
on_double_click: EventType[()] | None = None,
|
|
1000
|
+
on_focus: EventType[()] | None = None,
|
|
1001
|
+
on_mount: EventType[()] | None = None,
|
|
1002
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1003
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1004
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1005
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1006
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1007
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1008
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1009
|
+
on_scroll: EventType[()] | None = None,
|
|
1010
|
+
on_unmount: EventType[()] | None = None,
|
|
1010
1011
|
**props,
|
|
1011
|
-
) ->
|
|
1012
|
+
) -> Bdi:
|
|
1012
1013
|
"""Create the component.
|
|
1013
1014
|
|
|
1014
1015
|
Args:
|
|
@@ -1236,23 +1237,23 @@ class Bdo(BaseHTML):
|
|
|
1236
1237
|
class_name: Any | None = None,
|
|
1237
1238
|
autofocus: bool | None = None,
|
|
1238
1239
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1239
|
-
on_blur:
|
|
1240
|
-
on_click:
|
|
1241
|
-
on_context_menu:
|
|
1242
|
-
on_double_click:
|
|
1243
|
-
on_focus:
|
|
1244
|
-
on_mount:
|
|
1245
|
-
on_mouse_down:
|
|
1246
|
-
on_mouse_enter:
|
|
1247
|
-
on_mouse_leave:
|
|
1248
|
-
on_mouse_move:
|
|
1249
|
-
on_mouse_out:
|
|
1250
|
-
on_mouse_over:
|
|
1251
|
-
on_mouse_up:
|
|
1252
|
-
on_scroll:
|
|
1253
|
-
on_unmount:
|
|
1240
|
+
on_blur: EventType[()] | None = None,
|
|
1241
|
+
on_click: EventType[()] | None = None,
|
|
1242
|
+
on_context_menu: EventType[()] | None = None,
|
|
1243
|
+
on_double_click: EventType[()] | None = None,
|
|
1244
|
+
on_focus: EventType[()] | None = None,
|
|
1245
|
+
on_mount: EventType[()] | None = None,
|
|
1246
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1247
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1248
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1249
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1250
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1251
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1252
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1253
|
+
on_scroll: EventType[()] | None = None,
|
|
1254
|
+
on_unmount: EventType[()] | None = None,
|
|
1254
1255
|
**props,
|
|
1255
|
-
) ->
|
|
1256
|
+
) -> Bdo:
|
|
1256
1257
|
"""Create the component.
|
|
1257
1258
|
|
|
1258
1259
|
Args:
|
|
@@ -1480,23 +1481,23 @@ class Br(BaseHTML):
|
|
|
1480
1481
|
class_name: Any | None = None,
|
|
1481
1482
|
autofocus: bool | None = None,
|
|
1482
1483
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1483
|
-
on_blur:
|
|
1484
|
-
on_click:
|
|
1485
|
-
on_context_menu:
|
|
1486
|
-
on_double_click:
|
|
1487
|
-
on_focus:
|
|
1488
|
-
on_mount:
|
|
1489
|
-
on_mouse_down:
|
|
1490
|
-
on_mouse_enter:
|
|
1491
|
-
on_mouse_leave:
|
|
1492
|
-
on_mouse_move:
|
|
1493
|
-
on_mouse_out:
|
|
1494
|
-
on_mouse_over:
|
|
1495
|
-
on_mouse_up:
|
|
1496
|
-
on_scroll:
|
|
1497
|
-
on_unmount:
|
|
1484
|
+
on_blur: EventType[()] | None = None,
|
|
1485
|
+
on_click: EventType[()] | None = None,
|
|
1486
|
+
on_context_menu: EventType[()] | None = None,
|
|
1487
|
+
on_double_click: EventType[()] | None = None,
|
|
1488
|
+
on_focus: EventType[()] | None = None,
|
|
1489
|
+
on_mount: EventType[()] | None = None,
|
|
1490
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1491
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1492
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1493
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1494
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1495
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1496
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1497
|
+
on_scroll: EventType[()] | None = None,
|
|
1498
|
+
on_unmount: EventType[()] | None = None,
|
|
1498
1499
|
**props,
|
|
1499
|
-
) ->
|
|
1500
|
+
) -> Br:
|
|
1500
1501
|
"""Create the component.
|
|
1501
1502
|
|
|
1502
1503
|
Args:
|
|
@@ -1724,23 +1725,23 @@ class Cite(BaseHTML):
|
|
|
1724
1725
|
class_name: Any | None = None,
|
|
1725
1726
|
autofocus: bool | None = None,
|
|
1726
1727
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1727
|
-
on_blur:
|
|
1728
|
-
on_click:
|
|
1729
|
-
on_context_menu:
|
|
1730
|
-
on_double_click:
|
|
1731
|
-
on_focus:
|
|
1732
|
-
on_mount:
|
|
1733
|
-
on_mouse_down:
|
|
1734
|
-
on_mouse_enter:
|
|
1735
|
-
on_mouse_leave:
|
|
1736
|
-
on_mouse_move:
|
|
1737
|
-
on_mouse_out:
|
|
1738
|
-
on_mouse_over:
|
|
1739
|
-
on_mouse_up:
|
|
1740
|
-
on_scroll:
|
|
1741
|
-
on_unmount:
|
|
1728
|
+
on_blur: EventType[()] | None = None,
|
|
1729
|
+
on_click: EventType[()] | None = None,
|
|
1730
|
+
on_context_menu: EventType[()] | None = None,
|
|
1731
|
+
on_double_click: EventType[()] | None = None,
|
|
1732
|
+
on_focus: EventType[()] | None = None,
|
|
1733
|
+
on_mount: EventType[()] | None = None,
|
|
1734
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1735
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1736
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1737
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1738
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1739
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1740
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1741
|
+
on_scroll: EventType[()] | None = None,
|
|
1742
|
+
on_unmount: EventType[()] | None = None,
|
|
1742
1743
|
**props,
|
|
1743
|
-
) ->
|
|
1744
|
+
) -> Cite:
|
|
1744
1745
|
"""Create the component.
|
|
1745
1746
|
|
|
1746
1747
|
Args:
|
|
@@ -1968,23 +1969,23 @@ class Code(BaseHTML):
|
|
|
1968
1969
|
class_name: Any | None = None,
|
|
1969
1970
|
autofocus: bool | None = None,
|
|
1970
1971
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1971
|
-
on_blur:
|
|
1972
|
-
on_click:
|
|
1973
|
-
on_context_menu:
|
|
1974
|
-
on_double_click:
|
|
1975
|
-
on_focus:
|
|
1976
|
-
on_mount:
|
|
1977
|
-
on_mouse_down:
|
|
1978
|
-
on_mouse_enter:
|
|
1979
|
-
on_mouse_leave:
|
|
1980
|
-
on_mouse_move:
|
|
1981
|
-
on_mouse_out:
|
|
1982
|
-
on_mouse_over:
|
|
1983
|
-
on_mouse_up:
|
|
1984
|
-
on_scroll:
|
|
1985
|
-
on_unmount:
|
|
1972
|
+
on_blur: EventType[()] | None = None,
|
|
1973
|
+
on_click: EventType[()] | None = None,
|
|
1974
|
+
on_context_menu: EventType[()] | None = None,
|
|
1975
|
+
on_double_click: EventType[()] | None = None,
|
|
1976
|
+
on_focus: EventType[()] | None = None,
|
|
1977
|
+
on_mount: EventType[()] | None = None,
|
|
1978
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1979
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1980
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1981
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1982
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1983
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1984
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1985
|
+
on_scroll: EventType[()] | None = None,
|
|
1986
|
+
on_unmount: EventType[()] | None = None,
|
|
1986
1987
|
**props,
|
|
1987
|
-
) ->
|
|
1988
|
+
) -> Code:
|
|
1988
1989
|
"""Create the component.
|
|
1989
1990
|
|
|
1990
1991
|
Args:
|
|
@@ -2213,23 +2214,23 @@ class Data(BaseHTML):
|
|
|
2213
2214
|
class_name: Any | None = None,
|
|
2214
2215
|
autofocus: bool | None = None,
|
|
2215
2216
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2216
|
-
on_blur:
|
|
2217
|
-
on_click:
|
|
2218
|
-
on_context_menu:
|
|
2219
|
-
on_double_click:
|
|
2220
|
-
on_focus:
|
|
2221
|
-
on_mount:
|
|
2222
|
-
on_mouse_down:
|
|
2223
|
-
on_mouse_enter:
|
|
2224
|
-
on_mouse_leave:
|
|
2225
|
-
on_mouse_move:
|
|
2226
|
-
on_mouse_out:
|
|
2227
|
-
on_mouse_over:
|
|
2228
|
-
on_mouse_up:
|
|
2229
|
-
on_scroll:
|
|
2230
|
-
on_unmount:
|
|
2217
|
+
on_blur: EventType[()] | None = None,
|
|
2218
|
+
on_click: EventType[()] | None = None,
|
|
2219
|
+
on_context_menu: EventType[()] | None = None,
|
|
2220
|
+
on_double_click: EventType[()] | None = None,
|
|
2221
|
+
on_focus: EventType[()] | None = None,
|
|
2222
|
+
on_mount: EventType[()] | None = None,
|
|
2223
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2224
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2225
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2226
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2227
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2228
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2229
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2230
|
+
on_scroll: EventType[()] | None = None,
|
|
2231
|
+
on_unmount: EventType[()] | None = None,
|
|
2231
2232
|
**props,
|
|
2232
|
-
) ->
|
|
2233
|
+
) -> Data:
|
|
2233
2234
|
"""Create the component.
|
|
2234
2235
|
|
|
2235
2236
|
Args:
|
|
@@ -2458,23 +2459,23 @@ class Dfn(BaseHTML):
|
|
|
2458
2459
|
class_name: Any | None = None,
|
|
2459
2460
|
autofocus: bool | None = None,
|
|
2460
2461
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2461
|
-
on_blur:
|
|
2462
|
-
on_click:
|
|
2463
|
-
on_context_menu:
|
|
2464
|
-
on_double_click:
|
|
2465
|
-
on_focus:
|
|
2466
|
-
on_mount:
|
|
2467
|
-
on_mouse_down:
|
|
2468
|
-
on_mouse_enter:
|
|
2469
|
-
on_mouse_leave:
|
|
2470
|
-
on_mouse_move:
|
|
2471
|
-
on_mouse_out:
|
|
2472
|
-
on_mouse_over:
|
|
2473
|
-
on_mouse_up:
|
|
2474
|
-
on_scroll:
|
|
2475
|
-
on_unmount:
|
|
2462
|
+
on_blur: EventType[()] | None = None,
|
|
2463
|
+
on_click: EventType[()] | None = None,
|
|
2464
|
+
on_context_menu: EventType[()] | None = None,
|
|
2465
|
+
on_double_click: EventType[()] | None = None,
|
|
2466
|
+
on_focus: EventType[()] | None = None,
|
|
2467
|
+
on_mount: EventType[()] | None = None,
|
|
2468
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2469
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2470
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2471
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2472
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2473
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2474
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2475
|
+
on_scroll: EventType[()] | None = None,
|
|
2476
|
+
on_unmount: EventType[()] | None = None,
|
|
2476
2477
|
**props,
|
|
2477
|
-
) ->
|
|
2478
|
+
) -> Dfn:
|
|
2478
2479
|
"""Create the component.
|
|
2479
2480
|
|
|
2480
2481
|
Args:
|
|
@@ -2702,23 +2703,23 @@ class Em(BaseHTML):
|
|
|
2702
2703
|
class_name: Any | None = None,
|
|
2703
2704
|
autofocus: bool | None = None,
|
|
2704
2705
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2705
|
-
on_blur:
|
|
2706
|
-
on_click:
|
|
2707
|
-
on_context_menu:
|
|
2708
|
-
on_double_click:
|
|
2709
|
-
on_focus:
|
|
2710
|
-
on_mount:
|
|
2711
|
-
on_mouse_down:
|
|
2712
|
-
on_mouse_enter:
|
|
2713
|
-
on_mouse_leave:
|
|
2714
|
-
on_mouse_move:
|
|
2715
|
-
on_mouse_out:
|
|
2716
|
-
on_mouse_over:
|
|
2717
|
-
on_mouse_up:
|
|
2718
|
-
on_scroll:
|
|
2719
|
-
on_unmount:
|
|
2706
|
+
on_blur: EventType[()] | None = None,
|
|
2707
|
+
on_click: EventType[()] | None = None,
|
|
2708
|
+
on_context_menu: EventType[()] | None = None,
|
|
2709
|
+
on_double_click: EventType[()] | None = None,
|
|
2710
|
+
on_focus: EventType[()] | None = None,
|
|
2711
|
+
on_mount: EventType[()] | None = None,
|
|
2712
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2713
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2714
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2715
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2716
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2717
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2718
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2719
|
+
on_scroll: EventType[()] | None = None,
|
|
2720
|
+
on_unmount: EventType[()] | None = None,
|
|
2720
2721
|
**props,
|
|
2721
|
-
) ->
|
|
2722
|
+
) -> Em:
|
|
2722
2723
|
"""Create the component.
|
|
2723
2724
|
|
|
2724
2725
|
Args:
|
|
@@ -2946,23 +2947,23 @@ class I(BaseHTML):
|
|
|
2946
2947
|
class_name: Any | None = None,
|
|
2947
2948
|
autofocus: bool | None = None,
|
|
2948
2949
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2949
|
-
on_blur:
|
|
2950
|
-
on_click:
|
|
2951
|
-
on_context_menu:
|
|
2952
|
-
on_double_click:
|
|
2953
|
-
on_focus:
|
|
2954
|
-
on_mount:
|
|
2955
|
-
on_mouse_down:
|
|
2956
|
-
on_mouse_enter:
|
|
2957
|
-
on_mouse_leave:
|
|
2958
|
-
on_mouse_move:
|
|
2959
|
-
on_mouse_out:
|
|
2960
|
-
on_mouse_over:
|
|
2961
|
-
on_mouse_up:
|
|
2962
|
-
on_scroll:
|
|
2963
|
-
on_unmount:
|
|
2950
|
+
on_blur: EventType[()] | None = None,
|
|
2951
|
+
on_click: EventType[()] | None = None,
|
|
2952
|
+
on_context_menu: EventType[()] | None = None,
|
|
2953
|
+
on_double_click: EventType[()] | None = None,
|
|
2954
|
+
on_focus: EventType[()] | None = None,
|
|
2955
|
+
on_mount: EventType[()] | None = None,
|
|
2956
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2957
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2958
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2959
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2960
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2961
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2962
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2963
|
+
on_scroll: EventType[()] | None = None,
|
|
2964
|
+
on_unmount: EventType[()] | None = None,
|
|
2964
2965
|
**props,
|
|
2965
|
-
) ->
|
|
2966
|
+
) -> I:
|
|
2966
2967
|
"""Create the component.
|
|
2967
2968
|
|
|
2968
2969
|
Args:
|
|
@@ -3190,23 +3191,23 @@ class Kbd(BaseHTML):
|
|
|
3190
3191
|
class_name: Any | None = None,
|
|
3191
3192
|
autofocus: bool | None = None,
|
|
3192
3193
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3193
|
-
on_blur:
|
|
3194
|
-
on_click:
|
|
3195
|
-
on_context_menu:
|
|
3196
|
-
on_double_click:
|
|
3197
|
-
on_focus:
|
|
3198
|
-
on_mount:
|
|
3199
|
-
on_mouse_down:
|
|
3200
|
-
on_mouse_enter:
|
|
3201
|
-
on_mouse_leave:
|
|
3202
|
-
on_mouse_move:
|
|
3203
|
-
on_mouse_out:
|
|
3204
|
-
on_mouse_over:
|
|
3205
|
-
on_mouse_up:
|
|
3206
|
-
on_scroll:
|
|
3207
|
-
on_unmount:
|
|
3194
|
+
on_blur: EventType[()] | None = None,
|
|
3195
|
+
on_click: EventType[()] | None = None,
|
|
3196
|
+
on_context_menu: EventType[()] | None = None,
|
|
3197
|
+
on_double_click: EventType[()] | None = None,
|
|
3198
|
+
on_focus: EventType[()] | None = None,
|
|
3199
|
+
on_mount: EventType[()] | None = None,
|
|
3200
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3201
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3202
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3203
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3204
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3205
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3206
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3207
|
+
on_scroll: EventType[()] | None = None,
|
|
3208
|
+
on_unmount: EventType[()] | None = None,
|
|
3208
3209
|
**props,
|
|
3209
|
-
) ->
|
|
3210
|
+
) -> Kbd:
|
|
3210
3211
|
"""Create the component.
|
|
3211
3212
|
|
|
3212
3213
|
Args:
|
|
@@ -3434,23 +3435,23 @@ class Mark(BaseHTML):
|
|
|
3434
3435
|
class_name: Any | None = None,
|
|
3435
3436
|
autofocus: bool | None = None,
|
|
3436
3437
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3437
|
-
on_blur:
|
|
3438
|
-
on_click:
|
|
3439
|
-
on_context_menu:
|
|
3440
|
-
on_double_click:
|
|
3441
|
-
on_focus:
|
|
3442
|
-
on_mount:
|
|
3443
|
-
on_mouse_down:
|
|
3444
|
-
on_mouse_enter:
|
|
3445
|
-
on_mouse_leave:
|
|
3446
|
-
on_mouse_move:
|
|
3447
|
-
on_mouse_out:
|
|
3448
|
-
on_mouse_over:
|
|
3449
|
-
on_mouse_up:
|
|
3450
|
-
on_scroll:
|
|
3451
|
-
on_unmount:
|
|
3438
|
+
on_blur: EventType[()] | None = None,
|
|
3439
|
+
on_click: EventType[()] | None = None,
|
|
3440
|
+
on_context_menu: EventType[()] | None = None,
|
|
3441
|
+
on_double_click: EventType[()] | None = None,
|
|
3442
|
+
on_focus: EventType[()] | None = None,
|
|
3443
|
+
on_mount: EventType[()] | None = None,
|
|
3444
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3445
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3446
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3447
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3448
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3449
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3450
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3451
|
+
on_scroll: EventType[()] | None = None,
|
|
3452
|
+
on_unmount: EventType[()] | None = None,
|
|
3452
3453
|
**props,
|
|
3453
|
-
) ->
|
|
3454
|
+
) -> Mark:
|
|
3454
3455
|
"""Create the component.
|
|
3455
3456
|
|
|
3456
3457
|
Args:
|
|
@@ -3679,23 +3680,23 @@ class Q(BaseHTML):
|
|
|
3679
3680
|
class_name: Any | None = None,
|
|
3680
3681
|
autofocus: bool | None = None,
|
|
3681
3682
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3682
|
-
on_blur:
|
|
3683
|
-
on_click:
|
|
3684
|
-
on_context_menu:
|
|
3685
|
-
on_double_click:
|
|
3686
|
-
on_focus:
|
|
3687
|
-
on_mount:
|
|
3688
|
-
on_mouse_down:
|
|
3689
|
-
on_mouse_enter:
|
|
3690
|
-
on_mouse_leave:
|
|
3691
|
-
on_mouse_move:
|
|
3692
|
-
on_mouse_out:
|
|
3693
|
-
on_mouse_over:
|
|
3694
|
-
on_mouse_up:
|
|
3695
|
-
on_scroll:
|
|
3696
|
-
on_unmount:
|
|
3683
|
+
on_blur: EventType[()] | None = None,
|
|
3684
|
+
on_click: EventType[()] | None = None,
|
|
3685
|
+
on_context_menu: EventType[()] | None = None,
|
|
3686
|
+
on_double_click: EventType[()] | None = None,
|
|
3687
|
+
on_focus: EventType[()] | None = None,
|
|
3688
|
+
on_mount: EventType[()] | None = None,
|
|
3689
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3690
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3691
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3692
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3693
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3694
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3695
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3696
|
+
on_scroll: EventType[()] | None = None,
|
|
3697
|
+
on_unmount: EventType[()] | None = None,
|
|
3697
3698
|
**props,
|
|
3698
|
-
) ->
|
|
3699
|
+
) -> Q:
|
|
3699
3700
|
"""Create the component.
|
|
3700
3701
|
|
|
3701
3702
|
Args:
|
|
@@ -3924,23 +3925,23 @@ class Rp(BaseHTML):
|
|
|
3924
3925
|
class_name: Any | None = None,
|
|
3925
3926
|
autofocus: bool | None = None,
|
|
3926
3927
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3927
|
-
on_blur:
|
|
3928
|
-
on_click:
|
|
3929
|
-
on_context_menu:
|
|
3930
|
-
on_double_click:
|
|
3931
|
-
on_focus:
|
|
3932
|
-
on_mount:
|
|
3933
|
-
on_mouse_down:
|
|
3934
|
-
on_mouse_enter:
|
|
3935
|
-
on_mouse_leave:
|
|
3936
|
-
on_mouse_move:
|
|
3937
|
-
on_mouse_out:
|
|
3938
|
-
on_mouse_over:
|
|
3939
|
-
on_mouse_up:
|
|
3940
|
-
on_scroll:
|
|
3941
|
-
on_unmount:
|
|
3928
|
+
on_blur: EventType[()] | None = None,
|
|
3929
|
+
on_click: EventType[()] | None = None,
|
|
3930
|
+
on_context_menu: EventType[()] | None = None,
|
|
3931
|
+
on_double_click: EventType[()] | None = None,
|
|
3932
|
+
on_focus: EventType[()] | None = None,
|
|
3933
|
+
on_mount: EventType[()] | None = None,
|
|
3934
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3935
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3936
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3937
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3938
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3939
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3940
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3941
|
+
on_scroll: EventType[()] | None = None,
|
|
3942
|
+
on_unmount: EventType[()] | None = None,
|
|
3942
3943
|
**props,
|
|
3943
|
-
) ->
|
|
3944
|
+
) -> Rp:
|
|
3944
3945
|
"""Create the component.
|
|
3945
3946
|
|
|
3946
3947
|
Args:
|
|
@@ -4168,23 +4169,23 @@ class Rt(BaseHTML):
|
|
|
4168
4169
|
class_name: Any | None = None,
|
|
4169
4170
|
autofocus: bool | None = None,
|
|
4170
4171
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4171
|
-
on_blur:
|
|
4172
|
-
on_click:
|
|
4173
|
-
on_context_menu:
|
|
4174
|
-
on_double_click:
|
|
4175
|
-
on_focus:
|
|
4176
|
-
on_mount:
|
|
4177
|
-
on_mouse_down:
|
|
4178
|
-
on_mouse_enter:
|
|
4179
|
-
on_mouse_leave:
|
|
4180
|
-
on_mouse_move:
|
|
4181
|
-
on_mouse_out:
|
|
4182
|
-
on_mouse_over:
|
|
4183
|
-
on_mouse_up:
|
|
4184
|
-
on_scroll:
|
|
4185
|
-
on_unmount:
|
|
4172
|
+
on_blur: EventType[()] | None = None,
|
|
4173
|
+
on_click: EventType[()] | None = None,
|
|
4174
|
+
on_context_menu: EventType[()] | None = None,
|
|
4175
|
+
on_double_click: EventType[()] | None = None,
|
|
4176
|
+
on_focus: EventType[()] | None = None,
|
|
4177
|
+
on_mount: EventType[()] | None = None,
|
|
4178
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4179
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4180
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4181
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4182
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4183
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4184
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4185
|
+
on_scroll: EventType[()] | None = None,
|
|
4186
|
+
on_unmount: EventType[()] | None = None,
|
|
4186
4187
|
**props,
|
|
4187
|
-
) ->
|
|
4188
|
+
) -> Rt:
|
|
4188
4189
|
"""Create the component.
|
|
4189
4190
|
|
|
4190
4191
|
Args:
|
|
@@ -4412,23 +4413,23 @@ class Ruby(BaseHTML):
|
|
|
4412
4413
|
class_name: Any | None = None,
|
|
4413
4414
|
autofocus: bool | None = None,
|
|
4414
4415
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4415
|
-
on_blur:
|
|
4416
|
-
on_click:
|
|
4417
|
-
on_context_menu:
|
|
4418
|
-
on_double_click:
|
|
4419
|
-
on_focus:
|
|
4420
|
-
on_mount:
|
|
4421
|
-
on_mouse_down:
|
|
4422
|
-
on_mouse_enter:
|
|
4423
|
-
on_mouse_leave:
|
|
4424
|
-
on_mouse_move:
|
|
4425
|
-
on_mouse_out:
|
|
4426
|
-
on_mouse_over:
|
|
4427
|
-
on_mouse_up:
|
|
4428
|
-
on_scroll:
|
|
4429
|
-
on_unmount:
|
|
4416
|
+
on_blur: EventType[()] | None = None,
|
|
4417
|
+
on_click: EventType[()] | None = None,
|
|
4418
|
+
on_context_menu: EventType[()] | None = None,
|
|
4419
|
+
on_double_click: EventType[()] | None = None,
|
|
4420
|
+
on_focus: EventType[()] | None = None,
|
|
4421
|
+
on_mount: EventType[()] | None = None,
|
|
4422
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4423
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4424
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4425
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4426
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4427
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4428
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4429
|
+
on_scroll: EventType[()] | None = None,
|
|
4430
|
+
on_unmount: EventType[()] | None = None,
|
|
4430
4431
|
**props,
|
|
4431
|
-
) ->
|
|
4432
|
+
) -> Ruby:
|
|
4432
4433
|
"""Create the component.
|
|
4433
4434
|
|
|
4434
4435
|
Args:
|
|
@@ -4656,23 +4657,23 @@ class S(BaseHTML):
|
|
|
4656
4657
|
class_name: Any | None = None,
|
|
4657
4658
|
autofocus: bool | None = None,
|
|
4658
4659
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4659
|
-
on_blur:
|
|
4660
|
-
on_click:
|
|
4661
|
-
on_context_menu:
|
|
4662
|
-
on_double_click:
|
|
4663
|
-
on_focus:
|
|
4664
|
-
on_mount:
|
|
4665
|
-
on_mouse_down:
|
|
4666
|
-
on_mouse_enter:
|
|
4667
|
-
on_mouse_leave:
|
|
4668
|
-
on_mouse_move:
|
|
4669
|
-
on_mouse_out:
|
|
4670
|
-
on_mouse_over:
|
|
4671
|
-
on_mouse_up:
|
|
4672
|
-
on_scroll:
|
|
4673
|
-
on_unmount:
|
|
4660
|
+
on_blur: EventType[()] | None = None,
|
|
4661
|
+
on_click: EventType[()] | None = None,
|
|
4662
|
+
on_context_menu: EventType[()] | None = None,
|
|
4663
|
+
on_double_click: EventType[()] | None = None,
|
|
4664
|
+
on_focus: EventType[()] | None = None,
|
|
4665
|
+
on_mount: EventType[()] | None = None,
|
|
4666
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4667
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4668
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4669
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4670
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4671
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4672
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4673
|
+
on_scroll: EventType[()] | None = None,
|
|
4674
|
+
on_unmount: EventType[()] | None = None,
|
|
4674
4675
|
**props,
|
|
4675
|
-
) ->
|
|
4676
|
+
) -> S:
|
|
4676
4677
|
"""Create the component.
|
|
4677
4678
|
|
|
4678
4679
|
Args:
|
|
@@ -4900,23 +4901,23 @@ class Samp(BaseHTML):
|
|
|
4900
4901
|
class_name: Any | None = None,
|
|
4901
4902
|
autofocus: bool | None = None,
|
|
4902
4903
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4903
|
-
on_blur:
|
|
4904
|
-
on_click:
|
|
4905
|
-
on_context_menu:
|
|
4906
|
-
on_double_click:
|
|
4907
|
-
on_focus:
|
|
4908
|
-
on_mount:
|
|
4909
|
-
on_mouse_down:
|
|
4910
|
-
on_mouse_enter:
|
|
4911
|
-
on_mouse_leave:
|
|
4912
|
-
on_mouse_move:
|
|
4913
|
-
on_mouse_out:
|
|
4914
|
-
on_mouse_over:
|
|
4915
|
-
on_mouse_up:
|
|
4916
|
-
on_scroll:
|
|
4917
|
-
on_unmount:
|
|
4904
|
+
on_blur: EventType[()] | None = None,
|
|
4905
|
+
on_click: EventType[()] | None = None,
|
|
4906
|
+
on_context_menu: EventType[()] | None = None,
|
|
4907
|
+
on_double_click: EventType[()] | None = None,
|
|
4908
|
+
on_focus: EventType[()] | None = None,
|
|
4909
|
+
on_mount: EventType[()] | None = None,
|
|
4910
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4911
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4912
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4913
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4914
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4915
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4916
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4917
|
+
on_scroll: EventType[()] | None = None,
|
|
4918
|
+
on_unmount: EventType[()] | None = None,
|
|
4918
4919
|
**props,
|
|
4919
|
-
) ->
|
|
4920
|
+
) -> Samp:
|
|
4920
4921
|
"""Create the component.
|
|
4921
4922
|
|
|
4922
4923
|
Args:
|
|
@@ -5144,23 +5145,23 @@ class Small(BaseHTML):
|
|
|
5144
5145
|
class_name: Any | None = None,
|
|
5145
5146
|
autofocus: bool | None = None,
|
|
5146
5147
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5147
|
-
on_blur:
|
|
5148
|
-
on_click:
|
|
5149
|
-
on_context_menu:
|
|
5150
|
-
on_double_click:
|
|
5151
|
-
on_focus:
|
|
5152
|
-
on_mount:
|
|
5153
|
-
on_mouse_down:
|
|
5154
|
-
on_mouse_enter:
|
|
5155
|
-
on_mouse_leave:
|
|
5156
|
-
on_mouse_move:
|
|
5157
|
-
on_mouse_out:
|
|
5158
|
-
on_mouse_over:
|
|
5159
|
-
on_mouse_up:
|
|
5160
|
-
on_scroll:
|
|
5161
|
-
on_unmount:
|
|
5148
|
+
on_blur: EventType[()] | None = None,
|
|
5149
|
+
on_click: EventType[()] | None = None,
|
|
5150
|
+
on_context_menu: EventType[()] | None = None,
|
|
5151
|
+
on_double_click: EventType[()] | None = None,
|
|
5152
|
+
on_focus: EventType[()] | None = None,
|
|
5153
|
+
on_mount: EventType[()] | None = None,
|
|
5154
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5155
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5156
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5157
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5158
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5159
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5160
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5161
|
+
on_scroll: EventType[()] | None = None,
|
|
5162
|
+
on_unmount: EventType[()] | None = None,
|
|
5162
5163
|
**props,
|
|
5163
|
-
) ->
|
|
5164
|
+
) -> Small:
|
|
5164
5165
|
"""Create the component.
|
|
5165
5166
|
|
|
5166
5167
|
Args:
|
|
@@ -5388,23 +5389,23 @@ class Span(BaseHTML):
|
|
|
5388
5389
|
class_name: Any | None = None,
|
|
5389
5390
|
autofocus: bool | None = None,
|
|
5390
5391
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5391
|
-
on_blur:
|
|
5392
|
-
on_click:
|
|
5393
|
-
on_context_menu:
|
|
5394
|
-
on_double_click:
|
|
5395
|
-
on_focus:
|
|
5396
|
-
on_mount:
|
|
5397
|
-
on_mouse_down:
|
|
5398
|
-
on_mouse_enter:
|
|
5399
|
-
on_mouse_leave:
|
|
5400
|
-
on_mouse_move:
|
|
5401
|
-
on_mouse_out:
|
|
5402
|
-
on_mouse_over:
|
|
5403
|
-
on_mouse_up:
|
|
5404
|
-
on_scroll:
|
|
5405
|
-
on_unmount:
|
|
5392
|
+
on_blur: EventType[()] | None = None,
|
|
5393
|
+
on_click: EventType[()] | None = None,
|
|
5394
|
+
on_context_menu: EventType[()] | None = None,
|
|
5395
|
+
on_double_click: EventType[()] | None = None,
|
|
5396
|
+
on_focus: EventType[()] | None = None,
|
|
5397
|
+
on_mount: EventType[()] | None = None,
|
|
5398
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5399
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5400
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5401
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5402
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5403
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5404
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5405
|
+
on_scroll: EventType[()] | None = None,
|
|
5406
|
+
on_unmount: EventType[()] | None = None,
|
|
5406
5407
|
**props,
|
|
5407
|
-
) ->
|
|
5408
|
+
) -> Span:
|
|
5408
5409
|
"""Create the component.
|
|
5409
5410
|
|
|
5410
5411
|
Args:
|
|
@@ -5632,23 +5633,23 @@ class Strong(BaseHTML):
|
|
|
5632
5633
|
class_name: Any | None = None,
|
|
5633
5634
|
autofocus: bool | None = None,
|
|
5634
5635
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5635
|
-
on_blur:
|
|
5636
|
-
on_click:
|
|
5637
|
-
on_context_menu:
|
|
5638
|
-
on_double_click:
|
|
5639
|
-
on_focus:
|
|
5640
|
-
on_mount:
|
|
5641
|
-
on_mouse_down:
|
|
5642
|
-
on_mouse_enter:
|
|
5643
|
-
on_mouse_leave:
|
|
5644
|
-
on_mouse_move:
|
|
5645
|
-
on_mouse_out:
|
|
5646
|
-
on_mouse_over:
|
|
5647
|
-
on_mouse_up:
|
|
5648
|
-
on_scroll:
|
|
5649
|
-
on_unmount:
|
|
5636
|
+
on_blur: EventType[()] | None = None,
|
|
5637
|
+
on_click: EventType[()] | None = None,
|
|
5638
|
+
on_context_menu: EventType[()] | None = None,
|
|
5639
|
+
on_double_click: EventType[()] | None = None,
|
|
5640
|
+
on_focus: EventType[()] | None = None,
|
|
5641
|
+
on_mount: EventType[()] | None = None,
|
|
5642
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5643
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5644
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5645
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5646
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5647
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5648
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5649
|
+
on_scroll: EventType[()] | None = None,
|
|
5650
|
+
on_unmount: EventType[()] | None = None,
|
|
5650
5651
|
**props,
|
|
5651
|
-
) ->
|
|
5652
|
+
) -> Strong:
|
|
5652
5653
|
"""Create the component.
|
|
5653
5654
|
|
|
5654
5655
|
Args:
|
|
@@ -5876,23 +5877,23 @@ class Sub(BaseHTML):
|
|
|
5876
5877
|
class_name: Any | None = None,
|
|
5877
5878
|
autofocus: bool | None = None,
|
|
5878
5879
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5879
|
-
on_blur:
|
|
5880
|
-
on_click:
|
|
5881
|
-
on_context_menu:
|
|
5882
|
-
on_double_click:
|
|
5883
|
-
on_focus:
|
|
5884
|
-
on_mount:
|
|
5885
|
-
on_mouse_down:
|
|
5886
|
-
on_mouse_enter:
|
|
5887
|
-
on_mouse_leave:
|
|
5888
|
-
on_mouse_move:
|
|
5889
|
-
on_mouse_out:
|
|
5890
|
-
on_mouse_over:
|
|
5891
|
-
on_mouse_up:
|
|
5892
|
-
on_scroll:
|
|
5893
|
-
on_unmount:
|
|
5880
|
+
on_blur: EventType[()] | None = None,
|
|
5881
|
+
on_click: EventType[()] | None = None,
|
|
5882
|
+
on_context_menu: EventType[()] | None = None,
|
|
5883
|
+
on_double_click: EventType[()] | None = None,
|
|
5884
|
+
on_focus: EventType[()] | None = None,
|
|
5885
|
+
on_mount: EventType[()] | None = None,
|
|
5886
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5887
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5888
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5889
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5890
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5891
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5892
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5893
|
+
on_scroll: EventType[()] | None = None,
|
|
5894
|
+
on_unmount: EventType[()] | None = None,
|
|
5894
5895
|
**props,
|
|
5895
|
-
) ->
|
|
5896
|
+
) -> Sub:
|
|
5896
5897
|
"""Create the component.
|
|
5897
5898
|
|
|
5898
5899
|
Args:
|
|
@@ -6120,23 +6121,23 @@ class Sup(BaseHTML):
|
|
|
6120
6121
|
class_name: Any | None = None,
|
|
6121
6122
|
autofocus: bool | None = None,
|
|
6122
6123
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6123
|
-
on_blur:
|
|
6124
|
-
on_click:
|
|
6125
|
-
on_context_menu:
|
|
6126
|
-
on_double_click:
|
|
6127
|
-
on_focus:
|
|
6128
|
-
on_mount:
|
|
6129
|
-
on_mouse_down:
|
|
6130
|
-
on_mouse_enter:
|
|
6131
|
-
on_mouse_leave:
|
|
6132
|
-
on_mouse_move:
|
|
6133
|
-
on_mouse_out:
|
|
6134
|
-
on_mouse_over:
|
|
6135
|
-
on_mouse_up:
|
|
6136
|
-
on_scroll:
|
|
6137
|
-
on_unmount:
|
|
6124
|
+
on_blur: EventType[()] | None = None,
|
|
6125
|
+
on_click: EventType[()] | None = None,
|
|
6126
|
+
on_context_menu: EventType[()] | None = None,
|
|
6127
|
+
on_double_click: EventType[()] | None = None,
|
|
6128
|
+
on_focus: EventType[()] | None = None,
|
|
6129
|
+
on_mount: EventType[()] | None = None,
|
|
6130
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6131
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6132
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6133
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6134
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6135
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6136
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6137
|
+
on_scroll: EventType[()] | None = None,
|
|
6138
|
+
on_unmount: EventType[()] | None = None,
|
|
6138
6139
|
**props,
|
|
6139
|
-
) ->
|
|
6140
|
+
) -> Sup:
|
|
6140
6141
|
"""Create the component.
|
|
6141
6142
|
|
|
6142
6143
|
Args:
|
|
@@ -6365,23 +6366,23 @@ class Time(BaseHTML):
|
|
|
6365
6366
|
class_name: Any | None = None,
|
|
6366
6367
|
autofocus: bool | None = None,
|
|
6367
6368
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6368
|
-
on_blur:
|
|
6369
|
-
on_click:
|
|
6370
|
-
on_context_menu:
|
|
6371
|
-
on_double_click:
|
|
6372
|
-
on_focus:
|
|
6373
|
-
on_mount:
|
|
6374
|
-
on_mouse_down:
|
|
6375
|
-
on_mouse_enter:
|
|
6376
|
-
on_mouse_leave:
|
|
6377
|
-
on_mouse_move:
|
|
6378
|
-
on_mouse_out:
|
|
6379
|
-
on_mouse_over:
|
|
6380
|
-
on_mouse_up:
|
|
6381
|
-
on_scroll:
|
|
6382
|
-
on_unmount:
|
|
6369
|
+
on_blur: EventType[()] | None = None,
|
|
6370
|
+
on_click: EventType[()] | None = None,
|
|
6371
|
+
on_context_menu: EventType[()] | None = None,
|
|
6372
|
+
on_double_click: EventType[()] | None = None,
|
|
6373
|
+
on_focus: EventType[()] | None = None,
|
|
6374
|
+
on_mount: EventType[()] | None = None,
|
|
6375
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6376
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6377
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6378
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6379
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6380
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6381
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6382
|
+
on_scroll: EventType[()] | None = None,
|
|
6383
|
+
on_unmount: EventType[()] | None = None,
|
|
6383
6384
|
**props,
|
|
6384
|
-
) ->
|
|
6385
|
+
) -> Time:
|
|
6385
6386
|
"""Create the component.
|
|
6386
6387
|
|
|
6387
6388
|
Args:
|
|
@@ -6610,23 +6611,23 @@ class U(BaseHTML):
|
|
|
6610
6611
|
class_name: Any | None = None,
|
|
6611
6612
|
autofocus: bool | None = None,
|
|
6612
6613
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6613
|
-
on_blur:
|
|
6614
|
-
on_click:
|
|
6615
|
-
on_context_menu:
|
|
6616
|
-
on_double_click:
|
|
6617
|
-
on_focus:
|
|
6618
|
-
on_mount:
|
|
6619
|
-
on_mouse_down:
|
|
6620
|
-
on_mouse_enter:
|
|
6621
|
-
on_mouse_leave:
|
|
6622
|
-
on_mouse_move:
|
|
6623
|
-
on_mouse_out:
|
|
6624
|
-
on_mouse_over:
|
|
6625
|
-
on_mouse_up:
|
|
6626
|
-
on_scroll:
|
|
6627
|
-
on_unmount:
|
|
6614
|
+
on_blur: EventType[()] | None = None,
|
|
6615
|
+
on_click: EventType[()] | None = None,
|
|
6616
|
+
on_context_menu: EventType[()] | None = None,
|
|
6617
|
+
on_double_click: EventType[()] | None = None,
|
|
6618
|
+
on_focus: EventType[()] | None = None,
|
|
6619
|
+
on_mount: EventType[()] | None = None,
|
|
6620
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6621
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6622
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6623
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6624
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6625
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6626
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6627
|
+
on_scroll: EventType[()] | None = None,
|
|
6628
|
+
on_unmount: EventType[()] | None = None,
|
|
6628
6629
|
**props,
|
|
6629
|
-
) ->
|
|
6630
|
+
) -> U:
|
|
6630
6631
|
"""Create the component.
|
|
6631
6632
|
|
|
6632
6633
|
Args:
|
|
@@ -6854,23 +6855,23 @@ class Wbr(BaseHTML):
|
|
|
6854
6855
|
class_name: Any | None = None,
|
|
6855
6856
|
autofocus: bool | None = None,
|
|
6856
6857
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6857
|
-
on_blur:
|
|
6858
|
-
on_click:
|
|
6859
|
-
on_context_menu:
|
|
6860
|
-
on_double_click:
|
|
6861
|
-
on_focus:
|
|
6862
|
-
on_mount:
|
|
6863
|
-
on_mouse_down:
|
|
6864
|
-
on_mouse_enter:
|
|
6865
|
-
on_mouse_leave:
|
|
6866
|
-
on_mouse_move:
|
|
6867
|
-
on_mouse_out:
|
|
6868
|
-
on_mouse_over:
|
|
6869
|
-
on_mouse_up:
|
|
6870
|
-
on_scroll:
|
|
6871
|
-
on_unmount:
|
|
6858
|
+
on_blur: EventType[()] | None = None,
|
|
6859
|
+
on_click: EventType[()] | None = None,
|
|
6860
|
+
on_context_menu: EventType[()] | None = None,
|
|
6861
|
+
on_double_click: EventType[()] | None = None,
|
|
6862
|
+
on_focus: EventType[()] | None = None,
|
|
6863
|
+
on_mount: EventType[()] | None = None,
|
|
6864
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6865
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6866
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6867
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6868
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6869
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6870
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6871
|
+
on_scroll: EventType[()] | None = None,
|
|
6872
|
+
on_unmount: EventType[()] | None = None,
|
|
6872
6873
|
**props,
|
|
6873
|
-
) ->
|
|
6874
|
+
) -> Wbr:
|
|
6874
6875
|
"""Create the component.
|
|
6875
6876
|
|
|
6876
6877
|
Args:
|