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 import ComponentNamespace
|
|
9
10
|
from reflex.components.core.breakpoints import Breakpoints
|
|
@@ -241,23 +242,23 @@ class Area(BaseHTML):
|
|
|
241
242
|
class_name: Any | None = None,
|
|
242
243
|
autofocus: bool | None = None,
|
|
243
244
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
244
|
-
on_blur:
|
|
245
|
-
on_click:
|
|
246
|
-
on_context_menu:
|
|
247
|
-
on_double_click:
|
|
248
|
-
on_focus:
|
|
249
|
-
on_mount:
|
|
250
|
-
on_mouse_down:
|
|
251
|
-
on_mouse_enter:
|
|
252
|
-
on_mouse_leave:
|
|
253
|
-
on_mouse_move:
|
|
254
|
-
on_mouse_out:
|
|
255
|
-
on_mouse_over:
|
|
256
|
-
on_mouse_up:
|
|
257
|
-
on_scroll:
|
|
258
|
-
on_unmount:
|
|
245
|
+
on_blur: EventType[()] | None = None,
|
|
246
|
+
on_click: EventType[()] | None = None,
|
|
247
|
+
on_context_menu: EventType[()] | None = None,
|
|
248
|
+
on_double_click: EventType[()] | None = None,
|
|
249
|
+
on_focus: EventType[()] | None = None,
|
|
250
|
+
on_mount: EventType[()] | None = None,
|
|
251
|
+
on_mouse_down: EventType[()] | None = None,
|
|
252
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
253
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
254
|
+
on_mouse_move: EventType[()] | None = None,
|
|
255
|
+
on_mouse_out: EventType[()] | None = None,
|
|
256
|
+
on_mouse_over: EventType[()] | None = None,
|
|
257
|
+
on_mouse_up: EventType[()] | None = None,
|
|
258
|
+
on_scroll: EventType[()] | None = None,
|
|
259
|
+
on_unmount: EventType[()] | None = None,
|
|
259
260
|
**props,
|
|
260
|
-
) ->
|
|
261
|
+
) -> Area:
|
|
261
262
|
"""Create the component.
|
|
262
263
|
|
|
263
264
|
Args:
|
|
@@ -506,23 +507,23 @@ class Audio(BaseHTML):
|
|
|
506
507
|
class_name: Any | None = None,
|
|
507
508
|
autofocus: bool | None = None,
|
|
508
509
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
509
|
-
on_blur:
|
|
510
|
-
on_click:
|
|
511
|
-
on_context_menu:
|
|
512
|
-
on_double_click:
|
|
513
|
-
on_focus:
|
|
514
|
-
on_mount:
|
|
515
|
-
on_mouse_down:
|
|
516
|
-
on_mouse_enter:
|
|
517
|
-
on_mouse_leave:
|
|
518
|
-
on_mouse_move:
|
|
519
|
-
on_mouse_out:
|
|
520
|
-
on_mouse_over:
|
|
521
|
-
on_mouse_up:
|
|
522
|
-
on_scroll:
|
|
523
|
-
on_unmount:
|
|
510
|
+
on_blur: EventType[()] | None = None,
|
|
511
|
+
on_click: EventType[()] | None = None,
|
|
512
|
+
on_context_menu: EventType[()] | None = None,
|
|
513
|
+
on_double_click: EventType[()] | None = None,
|
|
514
|
+
on_focus: EventType[()] | None = None,
|
|
515
|
+
on_mount: EventType[()] | None = None,
|
|
516
|
+
on_mouse_down: EventType[()] | None = None,
|
|
517
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
518
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
519
|
+
on_mouse_move: EventType[()] | None = None,
|
|
520
|
+
on_mouse_out: EventType[()] | None = None,
|
|
521
|
+
on_mouse_over: EventType[()] | None = None,
|
|
522
|
+
on_mouse_up: EventType[()] | None = None,
|
|
523
|
+
on_scroll: EventType[()] | None = None,
|
|
524
|
+
on_unmount: EventType[()] | None = None,
|
|
524
525
|
**props,
|
|
525
|
-
) ->
|
|
526
|
+
) -> Audio:
|
|
526
527
|
"""Create the component.
|
|
527
528
|
|
|
528
529
|
Args:
|
|
@@ -797,23 +798,23 @@ class Img(BaseHTML):
|
|
|
797
798
|
class_name: Any | None = None,
|
|
798
799
|
autofocus: bool | None = None,
|
|
799
800
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
800
|
-
on_blur:
|
|
801
|
-
on_click:
|
|
802
|
-
on_context_menu:
|
|
803
|
-
on_double_click:
|
|
804
|
-
on_focus:
|
|
805
|
-
on_mount:
|
|
806
|
-
on_mouse_down:
|
|
807
|
-
on_mouse_enter:
|
|
808
|
-
on_mouse_leave:
|
|
809
|
-
on_mouse_move:
|
|
810
|
-
on_mouse_out:
|
|
811
|
-
on_mouse_over:
|
|
812
|
-
on_mouse_up:
|
|
813
|
-
on_scroll:
|
|
814
|
-
on_unmount:
|
|
801
|
+
on_blur: EventType[()] | None = None,
|
|
802
|
+
on_click: EventType[()] | None = None,
|
|
803
|
+
on_context_menu: EventType[()] | None = None,
|
|
804
|
+
on_double_click: EventType[()] | None = None,
|
|
805
|
+
on_focus: EventType[()] | None = None,
|
|
806
|
+
on_mount: EventType[()] | None = None,
|
|
807
|
+
on_mouse_down: EventType[()] | None = None,
|
|
808
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
809
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
810
|
+
on_mouse_move: EventType[()] | None = None,
|
|
811
|
+
on_mouse_out: EventType[()] | None = None,
|
|
812
|
+
on_mouse_over: EventType[()] | None = None,
|
|
813
|
+
on_mouse_up: EventType[()] | None = None,
|
|
814
|
+
on_scroll: EventType[()] | None = None,
|
|
815
|
+
on_unmount: EventType[()] | None = None,
|
|
815
816
|
**props,
|
|
816
|
-
) ->
|
|
817
|
+
) -> Img:
|
|
817
818
|
"""Override create method to apply source attribute to value if user fails to pass in attribute.
|
|
818
819
|
|
|
819
820
|
Args:
|
|
@@ -1051,23 +1052,23 @@ class Map(BaseHTML):
|
|
|
1051
1052
|
class_name: Any | None = None,
|
|
1052
1053
|
autofocus: bool | None = None,
|
|
1053
1054
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1054
|
-
on_blur:
|
|
1055
|
-
on_click:
|
|
1056
|
-
on_context_menu:
|
|
1057
|
-
on_double_click:
|
|
1058
|
-
on_focus:
|
|
1059
|
-
on_mount:
|
|
1060
|
-
on_mouse_down:
|
|
1061
|
-
on_mouse_enter:
|
|
1062
|
-
on_mouse_leave:
|
|
1063
|
-
on_mouse_move:
|
|
1064
|
-
on_mouse_out:
|
|
1065
|
-
on_mouse_over:
|
|
1066
|
-
on_mouse_up:
|
|
1067
|
-
on_scroll:
|
|
1068
|
-
on_unmount:
|
|
1055
|
+
on_blur: EventType[()] | None = None,
|
|
1056
|
+
on_click: EventType[()] | None = None,
|
|
1057
|
+
on_context_menu: EventType[()] | None = None,
|
|
1058
|
+
on_double_click: EventType[()] | None = None,
|
|
1059
|
+
on_focus: EventType[()] | None = None,
|
|
1060
|
+
on_mount: EventType[()] | None = None,
|
|
1061
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1062
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1063
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1064
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1065
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1066
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1067
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1068
|
+
on_scroll: EventType[()] | None = None,
|
|
1069
|
+
on_unmount: EventType[()] | None = None,
|
|
1069
1070
|
**props,
|
|
1070
|
-
) ->
|
|
1071
|
+
) -> Map:
|
|
1071
1072
|
"""Create the component.
|
|
1072
1073
|
|
|
1073
1074
|
Args:
|
|
@@ -1301,23 +1302,23 @@ class Track(BaseHTML):
|
|
|
1301
1302
|
class_name: Any | None = None,
|
|
1302
1303
|
autofocus: bool | None = None,
|
|
1303
1304
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1304
|
-
on_blur:
|
|
1305
|
-
on_click:
|
|
1306
|
-
on_context_menu:
|
|
1307
|
-
on_double_click:
|
|
1308
|
-
on_focus:
|
|
1309
|
-
on_mount:
|
|
1310
|
-
on_mouse_down:
|
|
1311
|
-
on_mouse_enter:
|
|
1312
|
-
on_mouse_leave:
|
|
1313
|
-
on_mouse_move:
|
|
1314
|
-
on_mouse_out:
|
|
1315
|
-
on_mouse_over:
|
|
1316
|
-
on_mouse_up:
|
|
1317
|
-
on_scroll:
|
|
1318
|
-
on_unmount:
|
|
1305
|
+
on_blur: EventType[()] | None = None,
|
|
1306
|
+
on_click: EventType[()] | None = None,
|
|
1307
|
+
on_context_menu: EventType[()] | None = None,
|
|
1308
|
+
on_double_click: EventType[()] | None = None,
|
|
1309
|
+
on_focus: EventType[()] | None = None,
|
|
1310
|
+
on_mount: EventType[()] | None = None,
|
|
1311
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1312
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1313
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1314
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1315
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1316
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1317
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1318
|
+
on_scroll: EventType[()] | None = None,
|
|
1319
|
+
on_unmount: EventType[()] | None = None,
|
|
1319
1320
|
**props,
|
|
1320
|
-
) ->
|
|
1321
|
+
) -> Track:
|
|
1321
1322
|
"""Create the component.
|
|
1322
1323
|
|
|
1323
1324
|
Args:
|
|
@@ -1561,23 +1562,23 @@ class Video(BaseHTML):
|
|
|
1561
1562
|
class_name: Any | None = None,
|
|
1562
1563
|
autofocus: bool | None = None,
|
|
1563
1564
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1564
|
-
on_blur:
|
|
1565
|
-
on_click:
|
|
1566
|
-
on_context_menu:
|
|
1567
|
-
on_double_click:
|
|
1568
|
-
on_focus:
|
|
1569
|
-
on_mount:
|
|
1570
|
-
on_mouse_down:
|
|
1571
|
-
on_mouse_enter:
|
|
1572
|
-
on_mouse_leave:
|
|
1573
|
-
on_mouse_move:
|
|
1574
|
-
on_mouse_out:
|
|
1575
|
-
on_mouse_over:
|
|
1576
|
-
on_mouse_up:
|
|
1577
|
-
on_scroll:
|
|
1578
|
-
on_unmount:
|
|
1565
|
+
on_blur: EventType[()] | None = None,
|
|
1566
|
+
on_click: EventType[()] | None = None,
|
|
1567
|
+
on_context_menu: EventType[()] | None = None,
|
|
1568
|
+
on_double_click: EventType[()] | None = None,
|
|
1569
|
+
on_focus: EventType[()] | None = None,
|
|
1570
|
+
on_mount: EventType[()] | None = None,
|
|
1571
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1572
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1573
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1574
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1575
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1576
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1577
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1578
|
+
on_scroll: EventType[()] | None = None,
|
|
1579
|
+
on_unmount: EventType[()] | None = None,
|
|
1579
1580
|
**props,
|
|
1580
|
-
) ->
|
|
1581
|
+
) -> Video:
|
|
1581
1582
|
"""Create the component.
|
|
1582
1583
|
|
|
1583
1584
|
Args:
|
|
@@ -1816,23 +1817,23 @@ class Embed(BaseHTML):
|
|
|
1816
1817
|
class_name: Any | None = None,
|
|
1817
1818
|
autofocus: bool | None = None,
|
|
1818
1819
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
1819
|
-
on_blur:
|
|
1820
|
-
on_click:
|
|
1821
|
-
on_context_menu:
|
|
1822
|
-
on_double_click:
|
|
1823
|
-
on_focus:
|
|
1824
|
-
on_mount:
|
|
1825
|
-
on_mouse_down:
|
|
1826
|
-
on_mouse_enter:
|
|
1827
|
-
on_mouse_leave:
|
|
1828
|
-
on_mouse_move:
|
|
1829
|
-
on_mouse_out:
|
|
1830
|
-
on_mouse_over:
|
|
1831
|
-
on_mouse_up:
|
|
1832
|
-
on_scroll:
|
|
1833
|
-
on_unmount:
|
|
1820
|
+
on_blur: EventType[()] | None = None,
|
|
1821
|
+
on_click: EventType[()] | None = None,
|
|
1822
|
+
on_context_menu: EventType[()] | None = None,
|
|
1823
|
+
on_double_click: EventType[()] | None = None,
|
|
1824
|
+
on_focus: EventType[()] | None = None,
|
|
1825
|
+
on_mount: EventType[()] | None = None,
|
|
1826
|
+
on_mouse_down: EventType[()] | None = None,
|
|
1827
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
1828
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
1829
|
+
on_mouse_move: EventType[()] | None = None,
|
|
1830
|
+
on_mouse_out: EventType[()] | None = None,
|
|
1831
|
+
on_mouse_over: EventType[()] | None = None,
|
|
1832
|
+
on_mouse_up: EventType[()] | None = None,
|
|
1833
|
+
on_scroll: EventType[()] | None = None,
|
|
1834
|
+
on_unmount: EventType[()] | None = None,
|
|
1834
1835
|
**props,
|
|
1835
|
-
) ->
|
|
1836
|
+
) -> Embed:
|
|
1836
1837
|
"""Create the component.
|
|
1837
1838
|
|
|
1838
1839
|
Args:
|
|
@@ -2093,23 +2094,23 @@ class Iframe(BaseHTML):
|
|
|
2093
2094
|
class_name: Any | None = None,
|
|
2094
2095
|
autofocus: bool | None = None,
|
|
2095
2096
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2096
|
-
on_blur:
|
|
2097
|
-
on_click:
|
|
2098
|
-
on_context_menu:
|
|
2099
|
-
on_double_click:
|
|
2100
|
-
on_focus:
|
|
2101
|
-
on_mount:
|
|
2102
|
-
on_mouse_down:
|
|
2103
|
-
on_mouse_enter:
|
|
2104
|
-
on_mouse_leave:
|
|
2105
|
-
on_mouse_move:
|
|
2106
|
-
on_mouse_out:
|
|
2107
|
-
on_mouse_over:
|
|
2108
|
-
on_mouse_up:
|
|
2109
|
-
on_scroll:
|
|
2110
|
-
on_unmount:
|
|
2097
|
+
on_blur: EventType[()] | None = None,
|
|
2098
|
+
on_click: EventType[()] | None = None,
|
|
2099
|
+
on_context_menu: EventType[()] | None = None,
|
|
2100
|
+
on_double_click: EventType[()] | None = None,
|
|
2101
|
+
on_focus: EventType[()] | None = None,
|
|
2102
|
+
on_mount: EventType[()] | None = None,
|
|
2103
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2104
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2105
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2106
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2107
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2108
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2109
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2110
|
+
on_scroll: EventType[()] | None = None,
|
|
2111
|
+
on_unmount: EventType[()] | None = None,
|
|
2111
2112
|
**props,
|
|
2112
|
-
) ->
|
|
2113
|
+
) -> Iframe:
|
|
2113
2114
|
"""Create the component.
|
|
2114
2115
|
|
|
2115
2116
|
Args:
|
|
@@ -2349,23 +2350,23 @@ class Object(BaseHTML):
|
|
|
2349
2350
|
class_name: Any | None = None,
|
|
2350
2351
|
autofocus: bool | None = None,
|
|
2351
2352
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2352
|
-
on_blur:
|
|
2353
|
-
on_click:
|
|
2354
|
-
on_context_menu:
|
|
2355
|
-
on_double_click:
|
|
2356
|
-
on_focus:
|
|
2357
|
-
on_mount:
|
|
2358
|
-
on_mouse_down:
|
|
2359
|
-
on_mouse_enter:
|
|
2360
|
-
on_mouse_leave:
|
|
2361
|
-
on_mouse_move:
|
|
2362
|
-
on_mouse_out:
|
|
2363
|
-
on_mouse_over:
|
|
2364
|
-
on_mouse_up:
|
|
2365
|
-
on_scroll:
|
|
2366
|
-
on_unmount:
|
|
2353
|
+
on_blur: EventType[()] | None = None,
|
|
2354
|
+
on_click: EventType[()] | None = None,
|
|
2355
|
+
on_context_menu: EventType[()] | None = None,
|
|
2356
|
+
on_double_click: EventType[()] | None = None,
|
|
2357
|
+
on_focus: EventType[()] | None = None,
|
|
2358
|
+
on_mount: EventType[()] | None = None,
|
|
2359
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2360
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2361
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2362
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2363
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2364
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2365
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2366
|
+
on_scroll: EventType[()] | None = None,
|
|
2367
|
+
on_unmount: EventType[()] | None = None,
|
|
2367
2368
|
**props,
|
|
2368
|
-
) ->
|
|
2369
|
+
) -> Object:
|
|
2369
2370
|
"""Create the component.
|
|
2370
2371
|
|
|
2371
2372
|
Args:
|
|
@@ -2598,23 +2599,23 @@ class Picture(BaseHTML):
|
|
|
2598
2599
|
class_name: Any | None = None,
|
|
2599
2600
|
autofocus: bool | None = None,
|
|
2600
2601
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2601
|
-
on_blur:
|
|
2602
|
-
on_click:
|
|
2603
|
-
on_context_menu:
|
|
2604
|
-
on_double_click:
|
|
2605
|
-
on_focus:
|
|
2606
|
-
on_mount:
|
|
2607
|
-
on_mouse_down:
|
|
2608
|
-
on_mouse_enter:
|
|
2609
|
-
on_mouse_leave:
|
|
2610
|
-
on_mouse_move:
|
|
2611
|
-
on_mouse_out:
|
|
2612
|
-
on_mouse_over:
|
|
2613
|
-
on_mouse_up:
|
|
2614
|
-
on_scroll:
|
|
2615
|
-
on_unmount:
|
|
2602
|
+
on_blur: EventType[()] | None = None,
|
|
2603
|
+
on_click: EventType[()] | None = None,
|
|
2604
|
+
on_context_menu: EventType[()] | None = None,
|
|
2605
|
+
on_double_click: EventType[()] | None = None,
|
|
2606
|
+
on_focus: EventType[()] | None = None,
|
|
2607
|
+
on_mount: EventType[()] | None = None,
|
|
2608
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2609
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2610
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2611
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2612
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2613
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2614
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2615
|
+
on_scroll: EventType[()] | None = None,
|
|
2616
|
+
on_unmount: EventType[()] | None = None,
|
|
2616
2617
|
**props,
|
|
2617
|
-
) ->
|
|
2618
|
+
) -> Picture:
|
|
2618
2619
|
"""Create the component.
|
|
2619
2620
|
|
|
2620
2621
|
Args:
|
|
@@ -2842,23 +2843,23 @@ class Portal(BaseHTML):
|
|
|
2842
2843
|
class_name: Any | None = None,
|
|
2843
2844
|
autofocus: bool | None = None,
|
|
2844
2845
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
2845
|
-
on_blur:
|
|
2846
|
-
on_click:
|
|
2847
|
-
on_context_menu:
|
|
2848
|
-
on_double_click:
|
|
2849
|
-
on_focus:
|
|
2850
|
-
on_mount:
|
|
2851
|
-
on_mouse_down:
|
|
2852
|
-
on_mouse_enter:
|
|
2853
|
-
on_mouse_leave:
|
|
2854
|
-
on_mouse_move:
|
|
2855
|
-
on_mouse_out:
|
|
2856
|
-
on_mouse_over:
|
|
2857
|
-
on_mouse_up:
|
|
2858
|
-
on_scroll:
|
|
2859
|
-
on_unmount:
|
|
2846
|
+
on_blur: EventType[()] | None = None,
|
|
2847
|
+
on_click: EventType[()] | None = None,
|
|
2848
|
+
on_context_menu: EventType[()] | None = None,
|
|
2849
|
+
on_double_click: EventType[()] | None = None,
|
|
2850
|
+
on_focus: EventType[()] | None = None,
|
|
2851
|
+
on_mount: EventType[()] | None = None,
|
|
2852
|
+
on_mouse_down: EventType[()] | None = None,
|
|
2853
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
2854
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
2855
|
+
on_mouse_move: EventType[()] | None = None,
|
|
2856
|
+
on_mouse_out: EventType[()] | None = None,
|
|
2857
|
+
on_mouse_over: EventType[()] | None = None,
|
|
2858
|
+
on_mouse_up: EventType[()] | None = None,
|
|
2859
|
+
on_scroll: EventType[()] | None = None,
|
|
2860
|
+
on_unmount: EventType[()] | None = None,
|
|
2860
2861
|
**props,
|
|
2861
|
-
) ->
|
|
2862
|
+
) -> Portal:
|
|
2862
2863
|
"""Create the component.
|
|
2863
2864
|
|
|
2864
2865
|
Args:
|
|
@@ -3091,23 +3092,23 @@ class Source(BaseHTML):
|
|
|
3091
3092
|
class_name: Any | None = None,
|
|
3092
3093
|
autofocus: bool | None = None,
|
|
3093
3094
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3094
|
-
on_blur:
|
|
3095
|
-
on_click:
|
|
3096
|
-
on_context_menu:
|
|
3097
|
-
on_double_click:
|
|
3098
|
-
on_focus:
|
|
3099
|
-
on_mount:
|
|
3100
|
-
on_mouse_down:
|
|
3101
|
-
on_mouse_enter:
|
|
3102
|
-
on_mouse_leave:
|
|
3103
|
-
on_mouse_move:
|
|
3104
|
-
on_mouse_out:
|
|
3105
|
-
on_mouse_over:
|
|
3106
|
-
on_mouse_up:
|
|
3107
|
-
on_scroll:
|
|
3108
|
-
on_unmount:
|
|
3095
|
+
on_blur: EventType[()] | None = None,
|
|
3096
|
+
on_click: EventType[()] | None = None,
|
|
3097
|
+
on_context_menu: EventType[()] | None = None,
|
|
3098
|
+
on_double_click: EventType[()] | None = None,
|
|
3099
|
+
on_focus: EventType[()] | None = None,
|
|
3100
|
+
on_mount: EventType[()] | None = None,
|
|
3101
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3102
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3103
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3104
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3105
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3106
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3107
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3108
|
+
on_scroll: EventType[()] | None = None,
|
|
3109
|
+
on_unmount: EventType[()] | None = None,
|
|
3109
3110
|
**props,
|
|
3110
|
-
) ->
|
|
3111
|
+
) -> Source:
|
|
3111
3112
|
"""Create the component.
|
|
3112
3113
|
|
|
3113
3114
|
Args:
|
|
@@ -3343,23 +3344,23 @@ class Svg(BaseHTML):
|
|
|
3343
3344
|
class_name: Any | None = None,
|
|
3344
3345
|
autofocus: bool | None = None,
|
|
3345
3346
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3346
|
-
on_blur:
|
|
3347
|
-
on_click:
|
|
3348
|
-
on_context_menu:
|
|
3349
|
-
on_double_click:
|
|
3350
|
-
on_focus:
|
|
3351
|
-
on_mount:
|
|
3352
|
-
on_mouse_down:
|
|
3353
|
-
on_mouse_enter:
|
|
3354
|
-
on_mouse_leave:
|
|
3355
|
-
on_mouse_move:
|
|
3356
|
-
on_mouse_out:
|
|
3357
|
-
on_mouse_over:
|
|
3358
|
-
on_mouse_up:
|
|
3359
|
-
on_scroll:
|
|
3360
|
-
on_unmount:
|
|
3347
|
+
on_blur: EventType[()] | None = None,
|
|
3348
|
+
on_click: EventType[()] | None = None,
|
|
3349
|
+
on_context_menu: EventType[()] | None = None,
|
|
3350
|
+
on_double_click: EventType[()] | None = None,
|
|
3351
|
+
on_focus: EventType[()] | None = None,
|
|
3352
|
+
on_mount: EventType[()] | None = None,
|
|
3353
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3354
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3355
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3356
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3357
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3358
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3359
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3360
|
+
on_scroll: EventType[()] | None = None,
|
|
3361
|
+
on_unmount: EventType[()] | None = None,
|
|
3361
3362
|
**props,
|
|
3362
|
-
) ->
|
|
3363
|
+
) -> Svg:
|
|
3363
3364
|
"""Create the component.
|
|
3364
3365
|
|
|
3365
3366
|
Args:
|
|
@@ -3597,23 +3598,23 @@ class Text(BaseHTML):
|
|
|
3597
3598
|
class_name: Any | None = None,
|
|
3598
3599
|
autofocus: bool | None = None,
|
|
3599
3600
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3600
|
-
on_blur:
|
|
3601
|
-
on_click:
|
|
3602
|
-
on_context_menu:
|
|
3603
|
-
on_double_click:
|
|
3604
|
-
on_focus:
|
|
3605
|
-
on_mount:
|
|
3606
|
-
on_mouse_down:
|
|
3607
|
-
on_mouse_enter:
|
|
3608
|
-
on_mouse_leave:
|
|
3609
|
-
on_mouse_move:
|
|
3610
|
-
on_mouse_out:
|
|
3611
|
-
on_mouse_over:
|
|
3612
|
-
on_mouse_up:
|
|
3613
|
-
on_scroll:
|
|
3614
|
-
on_unmount:
|
|
3601
|
+
on_blur: EventType[()] | None = None,
|
|
3602
|
+
on_click: EventType[()] | None = None,
|
|
3603
|
+
on_context_menu: EventType[()] | None = None,
|
|
3604
|
+
on_double_click: EventType[()] | None = None,
|
|
3605
|
+
on_focus: EventType[()] | None = None,
|
|
3606
|
+
on_mount: EventType[()] | None = None,
|
|
3607
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3608
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3609
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3610
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3611
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3612
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3613
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3614
|
+
on_scroll: EventType[()] | None = None,
|
|
3615
|
+
on_unmount: EventType[()] | None = None,
|
|
3615
3616
|
**props,
|
|
3616
|
-
) ->
|
|
3617
|
+
) -> Text:
|
|
3617
3618
|
"""Create the component.
|
|
3618
3619
|
|
|
3619
3620
|
Args:
|
|
@@ -3853,23 +3854,23 @@ class Line(BaseHTML):
|
|
|
3853
3854
|
class_name: Any | None = None,
|
|
3854
3855
|
autofocus: bool | None = None,
|
|
3855
3856
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
3856
|
-
on_blur:
|
|
3857
|
-
on_click:
|
|
3858
|
-
on_context_menu:
|
|
3859
|
-
on_double_click:
|
|
3860
|
-
on_focus:
|
|
3861
|
-
on_mount:
|
|
3862
|
-
on_mouse_down:
|
|
3863
|
-
on_mouse_enter:
|
|
3864
|
-
on_mouse_leave:
|
|
3865
|
-
on_mouse_move:
|
|
3866
|
-
on_mouse_out:
|
|
3867
|
-
on_mouse_over:
|
|
3868
|
-
on_mouse_up:
|
|
3869
|
-
on_scroll:
|
|
3870
|
-
on_unmount:
|
|
3857
|
+
on_blur: EventType[()] | None = None,
|
|
3858
|
+
on_click: EventType[()] | None = None,
|
|
3859
|
+
on_context_menu: EventType[()] | None = None,
|
|
3860
|
+
on_double_click: EventType[()] | None = None,
|
|
3861
|
+
on_focus: EventType[()] | None = None,
|
|
3862
|
+
on_mount: EventType[()] | None = None,
|
|
3863
|
+
on_mouse_down: EventType[()] | None = None,
|
|
3864
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
3865
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
3866
|
+
on_mouse_move: EventType[()] | None = None,
|
|
3867
|
+
on_mouse_out: EventType[()] | None = None,
|
|
3868
|
+
on_mouse_over: EventType[()] | None = None,
|
|
3869
|
+
on_mouse_up: EventType[()] | None = None,
|
|
3870
|
+
on_scroll: EventType[()] | None = None,
|
|
3871
|
+
on_unmount: EventType[()] | None = None,
|
|
3871
3872
|
**props,
|
|
3872
|
-
) ->
|
|
3873
|
+
) -> Line:
|
|
3873
3874
|
"""Create the component.
|
|
3874
3875
|
|
|
3875
3876
|
Args:
|
|
@@ -4106,23 +4107,23 @@ class Circle(BaseHTML):
|
|
|
4106
4107
|
class_name: Any | None = None,
|
|
4107
4108
|
autofocus: bool | None = None,
|
|
4108
4109
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4109
|
-
on_blur:
|
|
4110
|
-
on_click:
|
|
4111
|
-
on_context_menu:
|
|
4112
|
-
on_double_click:
|
|
4113
|
-
on_focus:
|
|
4114
|
-
on_mount:
|
|
4115
|
-
on_mouse_down:
|
|
4116
|
-
on_mouse_enter:
|
|
4117
|
-
on_mouse_leave:
|
|
4118
|
-
on_mouse_move:
|
|
4119
|
-
on_mouse_out:
|
|
4120
|
-
on_mouse_over:
|
|
4121
|
-
on_mouse_up:
|
|
4122
|
-
on_scroll:
|
|
4123
|
-
on_unmount:
|
|
4110
|
+
on_blur: EventType[()] | None = None,
|
|
4111
|
+
on_click: EventType[()] | None = None,
|
|
4112
|
+
on_context_menu: EventType[()] | None = None,
|
|
4113
|
+
on_double_click: EventType[()] | None = None,
|
|
4114
|
+
on_focus: EventType[()] | None = None,
|
|
4115
|
+
on_mount: EventType[()] | None = None,
|
|
4116
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4117
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4118
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4119
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4120
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4121
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4122
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4123
|
+
on_scroll: EventType[()] | None = None,
|
|
4124
|
+
on_unmount: EventType[()] | None = None,
|
|
4124
4125
|
**props,
|
|
4125
|
-
) ->
|
|
4126
|
+
) -> Circle:
|
|
4126
4127
|
"""Create the component.
|
|
4127
4128
|
|
|
4128
4129
|
Args:
|
|
@@ -4359,23 +4360,23 @@ class Ellipse(BaseHTML):
|
|
|
4359
4360
|
class_name: Any | None = None,
|
|
4360
4361
|
autofocus: bool | None = None,
|
|
4361
4362
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4362
|
-
on_blur:
|
|
4363
|
-
on_click:
|
|
4364
|
-
on_context_menu:
|
|
4365
|
-
on_double_click:
|
|
4366
|
-
on_focus:
|
|
4367
|
-
on_mount:
|
|
4368
|
-
on_mouse_down:
|
|
4369
|
-
on_mouse_enter:
|
|
4370
|
-
on_mouse_leave:
|
|
4371
|
-
on_mouse_move:
|
|
4372
|
-
on_mouse_out:
|
|
4373
|
-
on_mouse_over:
|
|
4374
|
-
on_mouse_up:
|
|
4375
|
-
on_scroll:
|
|
4376
|
-
on_unmount:
|
|
4363
|
+
on_blur: EventType[()] | None = None,
|
|
4364
|
+
on_click: EventType[()] | None = None,
|
|
4365
|
+
on_context_menu: EventType[()] | None = None,
|
|
4366
|
+
on_double_click: EventType[()] | None = None,
|
|
4367
|
+
on_focus: EventType[()] | None = None,
|
|
4368
|
+
on_mount: EventType[()] | None = None,
|
|
4369
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4370
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4371
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4372
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4373
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4374
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4375
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4376
|
+
on_scroll: EventType[()] | None = None,
|
|
4377
|
+
on_unmount: EventType[()] | None = None,
|
|
4377
4378
|
**props,
|
|
4378
|
-
) ->
|
|
4379
|
+
) -> Ellipse:
|
|
4379
4380
|
"""Create the component.
|
|
4380
4381
|
|
|
4381
4382
|
Args:
|
|
@@ -4615,23 +4616,23 @@ class Rect(BaseHTML):
|
|
|
4615
4616
|
class_name: Any | None = None,
|
|
4616
4617
|
autofocus: bool | None = None,
|
|
4617
4618
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4618
|
-
on_blur:
|
|
4619
|
-
on_click:
|
|
4620
|
-
on_context_menu:
|
|
4621
|
-
on_double_click:
|
|
4622
|
-
on_focus:
|
|
4623
|
-
on_mount:
|
|
4624
|
-
on_mouse_down:
|
|
4625
|
-
on_mouse_enter:
|
|
4626
|
-
on_mouse_leave:
|
|
4627
|
-
on_mouse_move:
|
|
4628
|
-
on_mouse_out:
|
|
4629
|
-
on_mouse_over:
|
|
4630
|
-
on_mouse_up:
|
|
4631
|
-
on_scroll:
|
|
4632
|
-
on_unmount:
|
|
4619
|
+
on_blur: EventType[()] | None = None,
|
|
4620
|
+
on_click: EventType[()] | None = None,
|
|
4621
|
+
on_context_menu: EventType[()] | None = None,
|
|
4622
|
+
on_double_click: EventType[()] | None = None,
|
|
4623
|
+
on_focus: EventType[()] | None = None,
|
|
4624
|
+
on_mount: EventType[()] | None = None,
|
|
4625
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4626
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4627
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4628
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4629
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4630
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4631
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4632
|
+
on_scroll: EventType[()] | None = None,
|
|
4633
|
+
on_unmount: EventType[()] | None = None,
|
|
4633
4634
|
**props,
|
|
4634
|
-
) ->
|
|
4635
|
+
) -> Rect:
|
|
4635
4636
|
"""Create the component.
|
|
4636
4637
|
|
|
4637
4638
|
Args:
|
|
@@ -4868,23 +4869,23 @@ class Polygon(BaseHTML):
|
|
|
4868
4869
|
class_name: Any | None = None,
|
|
4869
4870
|
autofocus: bool | None = None,
|
|
4870
4871
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
4871
|
-
on_blur:
|
|
4872
|
-
on_click:
|
|
4873
|
-
on_context_menu:
|
|
4874
|
-
on_double_click:
|
|
4875
|
-
on_focus:
|
|
4876
|
-
on_mount:
|
|
4877
|
-
on_mouse_down:
|
|
4878
|
-
on_mouse_enter:
|
|
4879
|
-
on_mouse_leave:
|
|
4880
|
-
on_mouse_move:
|
|
4881
|
-
on_mouse_out:
|
|
4882
|
-
on_mouse_over:
|
|
4883
|
-
on_mouse_up:
|
|
4884
|
-
on_scroll:
|
|
4885
|
-
on_unmount:
|
|
4872
|
+
on_blur: EventType[()] | None = None,
|
|
4873
|
+
on_click: EventType[()] | None = None,
|
|
4874
|
+
on_context_menu: EventType[()] | None = None,
|
|
4875
|
+
on_double_click: EventType[()] | None = None,
|
|
4876
|
+
on_focus: EventType[()] | None = None,
|
|
4877
|
+
on_mount: EventType[()] | None = None,
|
|
4878
|
+
on_mouse_down: EventType[()] | None = None,
|
|
4879
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
4880
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
4881
|
+
on_mouse_move: EventType[()] | None = None,
|
|
4882
|
+
on_mouse_out: EventType[()] | None = None,
|
|
4883
|
+
on_mouse_over: EventType[()] | None = None,
|
|
4884
|
+
on_mouse_up: EventType[()] | None = None,
|
|
4885
|
+
on_scroll: EventType[()] | None = None,
|
|
4886
|
+
on_unmount: EventType[()] | None = None,
|
|
4886
4887
|
**props,
|
|
4887
|
-
) ->
|
|
4888
|
+
) -> Polygon:
|
|
4888
4889
|
"""Create the component.
|
|
4889
4890
|
|
|
4890
4891
|
Args:
|
|
@@ -5114,23 +5115,23 @@ class Defs(BaseHTML):
|
|
|
5114
5115
|
class_name: Any | None = None,
|
|
5115
5116
|
autofocus: bool | None = None,
|
|
5116
5117
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5117
|
-
on_blur:
|
|
5118
|
-
on_click:
|
|
5119
|
-
on_context_menu:
|
|
5120
|
-
on_double_click:
|
|
5121
|
-
on_focus:
|
|
5122
|
-
on_mount:
|
|
5123
|
-
on_mouse_down:
|
|
5124
|
-
on_mouse_enter:
|
|
5125
|
-
on_mouse_leave:
|
|
5126
|
-
on_mouse_move:
|
|
5127
|
-
on_mouse_out:
|
|
5128
|
-
on_mouse_over:
|
|
5129
|
-
on_mouse_up:
|
|
5130
|
-
on_scroll:
|
|
5131
|
-
on_unmount:
|
|
5118
|
+
on_blur: EventType[()] | None = None,
|
|
5119
|
+
on_click: EventType[()] | None = None,
|
|
5120
|
+
on_context_menu: EventType[()] | None = None,
|
|
5121
|
+
on_double_click: EventType[()] | None = None,
|
|
5122
|
+
on_focus: EventType[()] | None = None,
|
|
5123
|
+
on_mount: EventType[()] | None = None,
|
|
5124
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5125
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5126
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5127
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5128
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5129
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5130
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5131
|
+
on_scroll: EventType[()] | None = None,
|
|
5132
|
+
on_unmount: EventType[()] | None = None,
|
|
5132
5133
|
**props,
|
|
5133
|
-
) ->
|
|
5134
|
+
) -> Defs:
|
|
5134
5135
|
"""Create the component.
|
|
5135
5136
|
|
|
5136
5137
|
Args:
|
|
@@ -5365,23 +5366,23 @@ class LinearGradient(BaseHTML):
|
|
|
5365
5366
|
class_name: Any | None = None,
|
|
5366
5367
|
autofocus: bool | None = None,
|
|
5367
5368
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5368
|
-
on_blur:
|
|
5369
|
-
on_click:
|
|
5370
|
-
on_context_menu:
|
|
5371
|
-
on_double_click:
|
|
5372
|
-
on_focus:
|
|
5373
|
-
on_mount:
|
|
5374
|
-
on_mouse_down:
|
|
5375
|
-
on_mouse_enter:
|
|
5376
|
-
on_mouse_leave:
|
|
5377
|
-
on_mouse_move:
|
|
5378
|
-
on_mouse_out:
|
|
5379
|
-
on_mouse_over:
|
|
5380
|
-
on_mouse_up:
|
|
5381
|
-
on_scroll:
|
|
5382
|
-
on_unmount:
|
|
5369
|
+
on_blur: EventType[()] | None = None,
|
|
5370
|
+
on_click: EventType[()] | None = None,
|
|
5371
|
+
on_context_menu: EventType[()] | None = None,
|
|
5372
|
+
on_double_click: EventType[()] | None = None,
|
|
5373
|
+
on_focus: EventType[()] | None = None,
|
|
5374
|
+
on_mount: EventType[()] | None = None,
|
|
5375
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5376
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5377
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5378
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5379
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5380
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5381
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5382
|
+
on_scroll: EventType[()] | None = None,
|
|
5383
|
+
on_unmount: EventType[()] | None = None,
|
|
5383
5384
|
**props,
|
|
5384
|
-
) ->
|
|
5385
|
+
) -> LinearGradient:
|
|
5385
5386
|
"""Create the component.
|
|
5386
5387
|
|
|
5387
5388
|
Args:
|
|
@@ -5625,23 +5626,23 @@ class RadialGradient(BaseHTML):
|
|
|
5625
5626
|
class_name: Any | None = None,
|
|
5626
5627
|
autofocus: bool | None = None,
|
|
5627
5628
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5628
|
-
on_blur:
|
|
5629
|
-
on_click:
|
|
5630
|
-
on_context_menu:
|
|
5631
|
-
on_double_click:
|
|
5632
|
-
on_focus:
|
|
5633
|
-
on_mount:
|
|
5634
|
-
on_mouse_down:
|
|
5635
|
-
on_mouse_enter:
|
|
5636
|
-
on_mouse_leave:
|
|
5637
|
-
on_mouse_move:
|
|
5638
|
-
on_mouse_out:
|
|
5639
|
-
on_mouse_over:
|
|
5640
|
-
on_mouse_up:
|
|
5641
|
-
on_scroll:
|
|
5642
|
-
on_unmount:
|
|
5629
|
+
on_blur: EventType[()] | None = None,
|
|
5630
|
+
on_click: EventType[()] | None = None,
|
|
5631
|
+
on_context_menu: EventType[()] | None = None,
|
|
5632
|
+
on_double_click: EventType[()] | None = None,
|
|
5633
|
+
on_focus: EventType[()] | None = None,
|
|
5634
|
+
on_mount: EventType[()] | None = None,
|
|
5635
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5636
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5637
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5638
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5639
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5640
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5641
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5642
|
+
on_scroll: EventType[()] | None = None,
|
|
5643
|
+
on_unmount: EventType[()] | None = None,
|
|
5643
5644
|
**props,
|
|
5644
|
-
) ->
|
|
5645
|
+
) -> RadialGradient:
|
|
5645
5646
|
"""Create the component.
|
|
5646
5647
|
|
|
5647
5648
|
Args:
|
|
@@ -5886,23 +5887,23 @@ class Stop(BaseHTML):
|
|
|
5886
5887
|
class_name: Any | None = None,
|
|
5887
5888
|
autofocus: bool | None = None,
|
|
5888
5889
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
5889
|
-
on_blur:
|
|
5890
|
-
on_click:
|
|
5891
|
-
on_context_menu:
|
|
5892
|
-
on_double_click:
|
|
5893
|
-
on_focus:
|
|
5894
|
-
on_mount:
|
|
5895
|
-
on_mouse_down:
|
|
5896
|
-
on_mouse_enter:
|
|
5897
|
-
on_mouse_leave:
|
|
5898
|
-
on_mouse_move:
|
|
5899
|
-
on_mouse_out:
|
|
5900
|
-
on_mouse_over:
|
|
5901
|
-
on_mouse_up:
|
|
5902
|
-
on_scroll:
|
|
5903
|
-
on_unmount:
|
|
5890
|
+
on_blur: EventType[()] | None = None,
|
|
5891
|
+
on_click: EventType[()] | None = None,
|
|
5892
|
+
on_context_menu: EventType[()] | None = None,
|
|
5893
|
+
on_double_click: EventType[()] | None = None,
|
|
5894
|
+
on_focus: EventType[()] | None = None,
|
|
5895
|
+
on_mount: EventType[()] | None = None,
|
|
5896
|
+
on_mouse_down: EventType[()] | None = None,
|
|
5897
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
5898
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
5899
|
+
on_mouse_move: EventType[()] | None = None,
|
|
5900
|
+
on_mouse_out: EventType[()] | None = None,
|
|
5901
|
+
on_mouse_over: EventType[()] | None = None,
|
|
5902
|
+
on_mouse_up: EventType[()] | None = None,
|
|
5903
|
+
on_scroll: EventType[()] | None = None,
|
|
5904
|
+
on_unmount: EventType[()] | None = None,
|
|
5904
5905
|
**props,
|
|
5905
|
-
) ->
|
|
5906
|
+
) -> Stop:
|
|
5906
5907
|
"""Create the component.
|
|
5907
5908
|
|
|
5908
5909
|
Args:
|
|
@@ -6134,23 +6135,23 @@ class Path(BaseHTML):
|
|
|
6134
6135
|
class_name: Any | None = None,
|
|
6135
6136
|
autofocus: bool | None = None,
|
|
6136
6137
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6137
|
-
on_blur:
|
|
6138
|
-
on_click:
|
|
6139
|
-
on_context_menu:
|
|
6140
|
-
on_double_click:
|
|
6141
|
-
on_focus:
|
|
6142
|
-
on_mount:
|
|
6143
|
-
on_mouse_down:
|
|
6144
|
-
on_mouse_enter:
|
|
6145
|
-
on_mouse_leave:
|
|
6146
|
-
on_mouse_move:
|
|
6147
|
-
on_mouse_out:
|
|
6148
|
-
on_mouse_over:
|
|
6149
|
-
on_mouse_up:
|
|
6150
|
-
on_scroll:
|
|
6151
|
-
on_unmount:
|
|
6138
|
+
on_blur: EventType[()] | None = None,
|
|
6139
|
+
on_click: EventType[()] | None = None,
|
|
6140
|
+
on_context_menu: EventType[()] | None = None,
|
|
6141
|
+
on_double_click: EventType[()] | None = None,
|
|
6142
|
+
on_focus: EventType[()] | None = None,
|
|
6143
|
+
on_mount: EventType[()] | None = None,
|
|
6144
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6145
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6146
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6147
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6148
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6149
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6150
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6151
|
+
on_scroll: EventType[()] | None = None,
|
|
6152
|
+
on_unmount: EventType[()] | None = None,
|
|
6152
6153
|
**props,
|
|
6153
|
-
) ->
|
|
6154
|
+
) -> Path:
|
|
6154
6155
|
"""Create the component.
|
|
6155
6156
|
|
|
6156
6157
|
Args:
|
|
@@ -6392,23 +6393,23 @@ class SVG(ComponentNamespace):
|
|
|
6392
6393
|
class_name: Any | None = None,
|
|
6393
6394
|
autofocus: bool | None = None,
|
|
6394
6395
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
6395
|
-
on_blur:
|
|
6396
|
-
on_click:
|
|
6397
|
-
on_context_menu:
|
|
6398
|
-
on_double_click:
|
|
6399
|
-
on_focus:
|
|
6400
|
-
on_mount:
|
|
6401
|
-
on_mouse_down:
|
|
6402
|
-
on_mouse_enter:
|
|
6403
|
-
on_mouse_leave:
|
|
6404
|
-
on_mouse_move:
|
|
6405
|
-
on_mouse_out:
|
|
6406
|
-
on_mouse_over:
|
|
6407
|
-
on_mouse_up:
|
|
6408
|
-
on_scroll:
|
|
6409
|
-
on_unmount:
|
|
6396
|
+
on_blur: EventType[()] | None = None,
|
|
6397
|
+
on_click: EventType[()] | None = None,
|
|
6398
|
+
on_context_menu: EventType[()] | None = None,
|
|
6399
|
+
on_double_click: EventType[()] | None = None,
|
|
6400
|
+
on_focus: EventType[()] | None = None,
|
|
6401
|
+
on_mount: EventType[()] | None = None,
|
|
6402
|
+
on_mouse_down: EventType[()] | None = None,
|
|
6403
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
6404
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
6405
|
+
on_mouse_move: EventType[()] | None = None,
|
|
6406
|
+
on_mouse_out: EventType[()] | None = None,
|
|
6407
|
+
on_mouse_over: EventType[()] | None = None,
|
|
6408
|
+
on_mouse_up: EventType[()] | None = None,
|
|
6409
|
+
on_scroll: EventType[()] | None = None,
|
|
6410
|
+
on_unmount: EventType[()] | None = None,
|
|
6410
6411
|
**props,
|
|
6411
|
-
) ->
|
|
6412
|
+
) -> Svg:
|
|
6412
6413
|
"""Create the component.
|
|
6413
6414
|
|
|
6414
6415
|
Args:
|