reflex 0.7.7a1__py3-none-any.whl → 0.7.7.post1__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/components/base/app_wrap.pyi +18 -17
- 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/core/auto_scroll.pyi +18 -17
- reflex/components/core/banner.pyi +98 -97
- reflex/components/core/client_side_routing.pyi +34 -33
- reflex/components/core/clipboard.pyi +19 -18
- reflex/components/core/debounce.pyi +20 -19
- reflex/components/core/html.pyi +18 -17
- reflex/components/core/sticky.pyi +66 -65
- reflex/components/core/upload.pyi +86 -85
- reflex/components/datadisplay/code.pyi +34 -33
- 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 +8 -7
- 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.pyi +35 -34
- reflex/components/lucide/icon.pyi +50 -49
- 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.pyi +326 -325
- reflex/components/radix/primitives/accordion.pyi +115 -114
- reflex/components/radix/primitives/base.pyi +34 -33
- 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.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.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.pyi +67 -66
- reflex/components/radix/themes/components/scroll_area.pyi +18 -17
- reflex/components/radix/themes/components/segmented_control.pyi +35 -34
- 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.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.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.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.pyi +302 -301
- reflex/components/recharts/charts.pyi +177 -176
- reflex/components/recharts/general.pyi +99 -98
- 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.pyi +27 -28
- reflex/experimental/layout.pyi +84 -83
- reflex/state.py +27 -6
- {reflex-0.7.7a1.dist-info → reflex-0.7.7.post1.dist-info}/METADATA +1 -1
- {reflex-0.7.7a1.dist-info → reflex-0.7.7.post1.dist-info}/RECORD +117 -117
- {reflex-0.7.7a1.dist-info → reflex-0.7.7.post1.dist-info}/WHEEL +0 -0
- {reflex-0.7.7a1.dist-info → reflex-0.7.7.post1.dist-info}/entry_points.txt +0 -0
- {reflex-0.7.7a1.dist-info → reflex-0.7.7.post1.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.component import Component, ComponentNamespace
|
|
9
10
|
from reflex.components.core.breakpoints import Breakpoints
|
|
@@ -31,23 +32,23 @@ class SliderComponent(RadixPrimitiveComponentWithClassName):
|
|
|
31
32
|
class_name: Any | None = None,
|
|
32
33
|
autofocus: bool | None = None,
|
|
33
34
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
34
|
-
on_blur:
|
|
35
|
-
on_click:
|
|
36
|
-
on_context_menu:
|
|
37
|
-
on_double_click:
|
|
38
|
-
on_focus:
|
|
39
|
-
on_mount:
|
|
40
|
-
on_mouse_down:
|
|
41
|
-
on_mouse_enter:
|
|
42
|
-
on_mouse_leave:
|
|
43
|
-
on_mouse_move:
|
|
44
|
-
on_mouse_out:
|
|
45
|
-
on_mouse_over:
|
|
46
|
-
on_mouse_up:
|
|
47
|
-
on_scroll:
|
|
48
|
-
on_unmount:
|
|
35
|
+
on_blur: EventType[()] | None = None,
|
|
36
|
+
on_click: EventType[()] | None = None,
|
|
37
|
+
on_context_menu: EventType[()] | None = None,
|
|
38
|
+
on_double_click: EventType[()] | None = None,
|
|
39
|
+
on_focus: EventType[()] | None = None,
|
|
40
|
+
on_mount: EventType[()] | None = None,
|
|
41
|
+
on_mouse_down: EventType[()] | None = None,
|
|
42
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
43
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
44
|
+
on_mouse_move: EventType[()] | None = None,
|
|
45
|
+
on_mouse_out: EventType[()] | None = None,
|
|
46
|
+
on_mouse_over: EventType[()] | None = None,
|
|
47
|
+
on_mouse_up: EventType[()] | None = None,
|
|
48
|
+
on_scroll: EventType[()] | None = None,
|
|
49
|
+
on_unmount: EventType[()] | None = None,
|
|
49
50
|
**props,
|
|
50
|
-
) ->
|
|
51
|
+
) -> SliderComponent:
|
|
51
52
|
"""Create the component.
|
|
52
53
|
|
|
53
54
|
Args:
|
|
@@ -99,25 +100,25 @@ class SliderRoot(SliderComponent):
|
|
|
99
100
|
class_name: Any | None = None,
|
|
100
101
|
autofocus: bool | None = None,
|
|
101
102
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
102
|
-
on_blur:
|
|
103
|
-
on_click:
|
|
104
|
-
on_context_menu:
|
|
105
|
-
on_double_click:
|
|
106
|
-
on_focus:
|
|
107
|
-
on_mount:
|
|
108
|
-
on_mouse_down:
|
|
109
|
-
on_mouse_enter:
|
|
110
|
-
on_mouse_leave:
|
|
111
|
-
on_mouse_move:
|
|
112
|
-
on_mouse_out:
|
|
113
|
-
on_mouse_over:
|
|
114
|
-
on_mouse_up:
|
|
115
|
-
on_scroll:
|
|
116
|
-
on_unmount:
|
|
117
|
-
on_value_change:
|
|
118
|
-
on_value_commit:
|
|
103
|
+
on_blur: EventType[()] | None = None,
|
|
104
|
+
on_click: EventType[()] | None = None,
|
|
105
|
+
on_context_menu: EventType[()] | None = None,
|
|
106
|
+
on_double_click: EventType[()] | None = None,
|
|
107
|
+
on_focus: EventType[()] | None = None,
|
|
108
|
+
on_mount: EventType[()] | None = None,
|
|
109
|
+
on_mouse_down: EventType[()] | None = None,
|
|
110
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
111
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
112
|
+
on_mouse_move: EventType[()] | None = None,
|
|
113
|
+
on_mouse_out: EventType[()] | None = None,
|
|
114
|
+
on_mouse_over: EventType[()] | None = None,
|
|
115
|
+
on_mouse_up: EventType[()] | None = None,
|
|
116
|
+
on_scroll: EventType[()] | None = None,
|
|
117
|
+
on_unmount: EventType[()] | None = None,
|
|
118
|
+
on_value_change: EventType[()] | EventType[list[int]] | None = None,
|
|
119
|
+
on_value_commit: EventType[()] | EventType[list[int]] | None = None,
|
|
119
120
|
**props,
|
|
120
|
-
) ->
|
|
121
|
+
) -> SliderRoot:
|
|
121
122
|
"""Create the component.
|
|
122
123
|
|
|
123
124
|
Args:
|
|
@@ -156,23 +157,23 @@ class SliderTrack(SliderComponent):
|
|
|
156
157
|
class_name: Any | None = None,
|
|
157
158
|
autofocus: bool | None = None,
|
|
158
159
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
159
|
-
on_blur:
|
|
160
|
-
on_click:
|
|
161
|
-
on_context_menu:
|
|
162
|
-
on_double_click:
|
|
163
|
-
on_focus:
|
|
164
|
-
on_mount:
|
|
165
|
-
on_mouse_down:
|
|
166
|
-
on_mouse_enter:
|
|
167
|
-
on_mouse_leave:
|
|
168
|
-
on_mouse_move:
|
|
169
|
-
on_mouse_out:
|
|
170
|
-
on_mouse_over:
|
|
171
|
-
on_mouse_up:
|
|
172
|
-
on_scroll:
|
|
173
|
-
on_unmount:
|
|
160
|
+
on_blur: EventType[()] | None = None,
|
|
161
|
+
on_click: EventType[()] | None = None,
|
|
162
|
+
on_context_menu: EventType[()] | None = None,
|
|
163
|
+
on_double_click: EventType[()] | None = None,
|
|
164
|
+
on_focus: EventType[()] | None = None,
|
|
165
|
+
on_mount: EventType[()] | None = None,
|
|
166
|
+
on_mouse_down: EventType[()] | None = None,
|
|
167
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
168
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
169
|
+
on_mouse_move: EventType[()] | None = None,
|
|
170
|
+
on_mouse_out: EventType[()] | None = None,
|
|
171
|
+
on_mouse_over: EventType[()] | None = None,
|
|
172
|
+
on_mouse_up: EventType[()] | None = None,
|
|
173
|
+
on_scroll: EventType[()] | None = None,
|
|
174
|
+
on_unmount: EventType[()] | None = None,
|
|
174
175
|
**props,
|
|
175
|
-
) ->
|
|
176
|
+
) -> SliderTrack:
|
|
176
177
|
"""Create the component.
|
|
177
178
|
|
|
178
179
|
Args:
|
|
@@ -209,23 +210,23 @@ class SliderRange(SliderComponent):
|
|
|
209
210
|
class_name: Any | None = None,
|
|
210
211
|
autofocus: bool | None = None,
|
|
211
212
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
212
|
-
on_blur:
|
|
213
|
-
on_click:
|
|
214
|
-
on_context_menu:
|
|
215
|
-
on_double_click:
|
|
216
|
-
on_focus:
|
|
217
|
-
on_mount:
|
|
218
|
-
on_mouse_down:
|
|
219
|
-
on_mouse_enter:
|
|
220
|
-
on_mouse_leave:
|
|
221
|
-
on_mouse_move:
|
|
222
|
-
on_mouse_out:
|
|
223
|
-
on_mouse_over:
|
|
224
|
-
on_mouse_up:
|
|
225
|
-
on_scroll:
|
|
226
|
-
on_unmount:
|
|
213
|
+
on_blur: EventType[()] | None = None,
|
|
214
|
+
on_click: EventType[()] | None = None,
|
|
215
|
+
on_context_menu: EventType[()] | None = None,
|
|
216
|
+
on_double_click: EventType[()] | None = None,
|
|
217
|
+
on_focus: EventType[()] | None = None,
|
|
218
|
+
on_mount: EventType[()] | None = None,
|
|
219
|
+
on_mouse_down: EventType[()] | None = None,
|
|
220
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
221
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
222
|
+
on_mouse_move: EventType[()] | None = None,
|
|
223
|
+
on_mouse_out: EventType[()] | None = None,
|
|
224
|
+
on_mouse_over: EventType[()] | None = None,
|
|
225
|
+
on_mouse_up: EventType[()] | None = None,
|
|
226
|
+
on_scroll: EventType[()] | None = None,
|
|
227
|
+
on_unmount: EventType[()] | None = None,
|
|
227
228
|
**props,
|
|
228
|
-
) ->
|
|
229
|
+
) -> SliderRange:
|
|
229
230
|
"""Create the component.
|
|
230
231
|
|
|
231
232
|
Args:
|
|
@@ -262,23 +263,23 @@ class SliderThumb(SliderComponent):
|
|
|
262
263
|
class_name: Any | None = None,
|
|
263
264
|
autofocus: bool | None = None,
|
|
264
265
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
265
|
-
on_blur:
|
|
266
|
-
on_click:
|
|
267
|
-
on_context_menu:
|
|
268
|
-
on_double_click:
|
|
269
|
-
on_focus:
|
|
270
|
-
on_mount:
|
|
271
|
-
on_mouse_down:
|
|
272
|
-
on_mouse_enter:
|
|
273
|
-
on_mouse_leave:
|
|
274
|
-
on_mouse_move:
|
|
275
|
-
on_mouse_out:
|
|
276
|
-
on_mouse_over:
|
|
277
|
-
on_mouse_up:
|
|
278
|
-
on_scroll:
|
|
279
|
-
on_unmount:
|
|
266
|
+
on_blur: EventType[()] | None = None,
|
|
267
|
+
on_click: EventType[()] | None = None,
|
|
268
|
+
on_context_menu: EventType[()] | None = None,
|
|
269
|
+
on_double_click: EventType[()] | None = None,
|
|
270
|
+
on_focus: EventType[()] | None = None,
|
|
271
|
+
on_mount: EventType[()] | None = None,
|
|
272
|
+
on_mouse_down: EventType[()] | None = None,
|
|
273
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
274
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
275
|
+
on_mouse_move: EventType[()] | None = None,
|
|
276
|
+
on_mouse_out: EventType[()] | None = None,
|
|
277
|
+
on_mouse_over: EventType[()] | None = None,
|
|
278
|
+
on_mouse_up: EventType[()] | None = None,
|
|
279
|
+
on_scroll: EventType[()] | None = None,
|
|
280
|
+
on_unmount: EventType[()] | None = None,
|
|
280
281
|
**props,
|
|
281
|
-
) ->
|
|
282
|
+
) -> SliderThumb:
|
|
282
283
|
"""Create the component.
|
|
283
284
|
|
|
284
285
|
Args:
|
|
@@ -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 import Component
|
|
9
10
|
from reflex.components.core.breakpoints import Breakpoints
|
|
@@ -86,23 +87,23 @@ class CommonMarginProps(Component):
|
|
|
86
87
|
class_name: Any | None = None,
|
|
87
88
|
autofocus: bool | None = None,
|
|
88
89
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
89
|
-
on_blur:
|
|
90
|
-
on_click:
|
|
91
|
-
on_context_menu:
|
|
92
|
-
on_double_click:
|
|
93
|
-
on_focus:
|
|
94
|
-
on_mount:
|
|
95
|
-
on_mouse_down:
|
|
96
|
-
on_mouse_enter:
|
|
97
|
-
on_mouse_leave:
|
|
98
|
-
on_mouse_move:
|
|
99
|
-
on_mouse_out:
|
|
100
|
-
on_mouse_over:
|
|
101
|
-
on_mouse_up:
|
|
102
|
-
on_scroll:
|
|
103
|
-
on_unmount:
|
|
90
|
+
on_blur: EventType[()] | None = None,
|
|
91
|
+
on_click: EventType[()] | None = None,
|
|
92
|
+
on_context_menu: EventType[()] | None = None,
|
|
93
|
+
on_double_click: EventType[()] | None = None,
|
|
94
|
+
on_focus: EventType[()] | None = None,
|
|
95
|
+
on_mount: EventType[()] | None = None,
|
|
96
|
+
on_mouse_down: EventType[()] | None = None,
|
|
97
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
98
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
99
|
+
on_mouse_move: EventType[()] | None = None,
|
|
100
|
+
on_mouse_out: EventType[()] | None = None,
|
|
101
|
+
on_mouse_over: EventType[()] | None = None,
|
|
102
|
+
on_mouse_up: EventType[()] | None = None,
|
|
103
|
+
on_scroll: EventType[()] | None = None,
|
|
104
|
+
on_unmount: EventType[()] | None = None,
|
|
104
105
|
**props,
|
|
105
|
-
) ->
|
|
106
|
+
) -> CommonMarginProps:
|
|
106
107
|
"""Create the component.
|
|
107
108
|
|
|
108
109
|
Args:
|
|
@@ -192,23 +193,23 @@ class CommonPaddingProps(Component):
|
|
|
192
193
|
class_name: Any | None = None,
|
|
193
194
|
autofocus: bool | None = None,
|
|
194
195
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
195
|
-
on_blur:
|
|
196
|
-
on_click:
|
|
197
|
-
on_context_menu:
|
|
198
|
-
on_double_click:
|
|
199
|
-
on_focus:
|
|
200
|
-
on_mount:
|
|
201
|
-
on_mouse_down:
|
|
202
|
-
on_mouse_enter:
|
|
203
|
-
on_mouse_leave:
|
|
204
|
-
on_mouse_move:
|
|
205
|
-
on_mouse_out:
|
|
206
|
-
on_mouse_over:
|
|
207
|
-
on_mouse_up:
|
|
208
|
-
on_scroll:
|
|
209
|
-
on_unmount:
|
|
196
|
+
on_blur: EventType[()] | None = None,
|
|
197
|
+
on_click: EventType[()] | None = None,
|
|
198
|
+
on_context_menu: EventType[()] | None = None,
|
|
199
|
+
on_double_click: EventType[()] | None = None,
|
|
200
|
+
on_focus: EventType[()] | None = None,
|
|
201
|
+
on_mount: EventType[()] | None = None,
|
|
202
|
+
on_mouse_down: EventType[()] | None = None,
|
|
203
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
204
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
205
|
+
on_mouse_move: EventType[()] | None = None,
|
|
206
|
+
on_mouse_out: EventType[()] | None = None,
|
|
207
|
+
on_mouse_over: EventType[()] | None = None,
|
|
208
|
+
on_mouse_up: EventType[()] | None = None,
|
|
209
|
+
on_scroll: EventType[()] | None = None,
|
|
210
|
+
on_unmount: EventType[()] | None = None,
|
|
210
211
|
**props,
|
|
211
|
-
) ->
|
|
212
|
+
) -> CommonPaddingProps:
|
|
212
213
|
"""Create the component.
|
|
213
214
|
|
|
214
215
|
Args:
|
|
@@ -250,23 +251,23 @@ class RadixLoadingProp(Component):
|
|
|
250
251
|
class_name: Any | None = None,
|
|
251
252
|
autofocus: bool | None = None,
|
|
252
253
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
253
|
-
on_blur:
|
|
254
|
-
on_click:
|
|
255
|
-
on_context_menu:
|
|
256
|
-
on_double_click:
|
|
257
|
-
on_focus:
|
|
258
|
-
on_mount:
|
|
259
|
-
on_mouse_down:
|
|
260
|
-
on_mouse_enter:
|
|
261
|
-
on_mouse_leave:
|
|
262
|
-
on_mouse_move:
|
|
263
|
-
on_mouse_out:
|
|
264
|
-
on_mouse_over:
|
|
265
|
-
on_mouse_up:
|
|
266
|
-
on_scroll:
|
|
267
|
-
on_unmount:
|
|
254
|
+
on_blur: EventType[()] | None = None,
|
|
255
|
+
on_click: EventType[()] | None = None,
|
|
256
|
+
on_context_menu: EventType[()] | None = None,
|
|
257
|
+
on_double_click: EventType[()] | None = None,
|
|
258
|
+
on_focus: EventType[()] | None = None,
|
|
259
|
+
on_mount: EventType[()] | None = None,
|
|
260
|
+
on_mouse_down: EventType[()] | None = None,
|
|
261
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
262
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
263
|
+
on_mouse_move: EventType[()] | None = None,
|
|
264
|
+
on_mouse_out: EventType[()] | None = None,
|
|
265
|
+
on_mouse_over: EventType[()] | None = None,
|
|
266
|
+
on_mouse_up: EventType[()] | None = None,
|
|
267
|
+
on_scroll: EventType[()] | None = None,
|
|
268
|
+
on_unmount: EventType[()] | None = None,
|
|
268
269
|
**props,
|
|
269
|
-
) ->
|
|
270
|
+
) -> RadixLoadingProp:
|
|
270
271
|
"""Create the component.
|
|
271
272
|
|
|
272
273
|
Args:
|
|
@@ -301,23 +302,23 @@ class RadixThemesComponent(Component):
|
|
|
301
302
|
class_name: Any | None = None,
|
|
302
303
|
autofocus: bool | None = None,
|
|
303
304
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
304
|
-
on_blur:
|
|
305
|
-
on_click:
|
|
306
|
-
on_context_menu:
|
|
307
|
-
on_double_click:
|
|
308
|
-
on_focus:
|
|
309
|
-
on_mount:
|
|
310
|
-
on_mouse_down:
|
|
311
|
-
on_mouse_enter:
|
|
312
|
-
on_mouse_leave:
|
|
313
|
-
on_mouse_move:
|
|
314
|
-
on_mouse_out:
|
|
315
|
-
on_mouse_over:
|
|
316
|
-
on_mouse_up:
|
|
317
|
-
on_scroll:
|
|
318
|
-
on_unmount:
|
|
305
|
+
on_blur: EventType[()] | None = None,
|
|
306
|
+
on_click: EventType[()] | None = None,
|
|
307
|
+
on_context_menu: EventType[()] | None = None,
|
|
308
|
+
on_double_click: EventType[()] | None = None,
|
|
309
|
+
on_focus: EventType[()] | None = None,
|
|
310
|
+
on_mount: EventType[()] | None = None,
|
|
311
|
+
on_mouse_down: EventType[()] | None = None,
|
|
312
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
313
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
314
|
+
on_mouse_move: EventType[()] | None = None,
|
|
315
|
+
on_mouse_out: EventType[()] | None = None,
|
|
316
|
+
on_mouse_over: EventType[()] | None = None,
|
|
317
|
+
on_mouse_up: EventType[()] | None = None,
|
|
318
|
+
on_scroll: EventType[()] | None = None,
|
|
319
|
+
on_unmount: EventType[()] | None = None,
|
|
319
320
|
**props,
|
|
320
|
-
) ->
|
|
321
|
+
) -> RadixThemesComponent:
|
|
321
322
|
"""Create a new component instance.
|
|
322
323
|
|
|
323
324
|
Will prepend "RadixThemes" to the component tag to avoid conflicts with
|
|
@@ -354,23 +355,23 @@ class RadixThemesTriggerComponent(RadixThemesComponent):
|
|
|
354
355
|
class_name: Any | None = None,
|
|
355
356
|
autofocus: bool | None = None,
|
|
356
357
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
357
|
-
on_blur:
|
|
358
|
-
on_click:
|
|
359
|
-
on_context_menu:
|
|
360
|
-
on_double_click:
|
|
361
|
-
on_focus:
|
|
362
|
-
on_mount:
|
|
363
|
-
on_mouse_down:
|
|
364
|
-
on_mouse_enter:
|
|
365
|
-
on_mouse_leave:
|
|
366
|
-
on_mouse_move:
|
|
367
|
-
on_mouse_out:
|
|
368
|
-
on_mouse_over:
|
|
369
|
-
on_mouse_up:
|
|
370
|
-
on_scroll:
|
|
371
|
-
on_unmount:
|
|
358
|
+
on_blur: EventType[()] | None = None,
|
|
359
|
+
on_click: EventType[()] | None = None,
|
|
360
|
+
on_context_menu: EventType[()] | None = None,
|
|
361
|
+
on_double_click: EventType[()] | None = None,
|
|
362
|
+
on_focus: EventType[()] | None = None,
|
|
363
|
+
on_mount: EventType[()] | None = None,
|
|
364
|
+
on_mouse_down: EventType[()] | None = None,
|
|
365
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
366
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
367
|
+
on_mouse_move: EventType[()] | None = None,
|
|
368
|
+
on_mouse_out: EventType[()] | None = None,
|
|
369
|
+
on_mouse_over: EventType[()] | None = None,
|
|
370
|
+
on_mouse_up: EventType[()] | None = None,
|
|
371
|
+
on_scroll: EventType[()] | None = None,
|
|
372
|
+
on_unmount: EventType[()] | None = None,
|
|
372
373
|
**props,
|
|
373
|
-
) ->
|
|
374
|
+
) -> RadixThemesTriggerComponent:
|
|
374
375
|
"""Create a new RadixThemesTriggerComponent instance.
|
|
375
376
|
|
|
376
377
|
Args:
|
|
@@ -475,23 +476,23 @@ class Theme(RadixThemesComponent):
|
|
|
475
476
|
class_name: Any | None = None,
|
|
476
477
|
autofocus: bool | None = None,
|
|
477
478
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
478
|
-
on_blur:
|
|
479
|
-
on_click:
|
|
480
|
-
on_context_menu:
|
|
481
|
-
on_double_click:
|
|
482
|
-
on_focus:
|
|
483
|
-
on_mount:
|
|
484
|
-
on_mouse_down:
|
|
485
|
-
on_mouse_enter:
|
|
486
|
-
on_mouse_leave:
|
|
487
|
-
on_mouse_move:
|
|
488
|
-
on_mouse_out:
|
|
489
|
-
on_mouse_over:
|
|
490
|
-
on_mouse_up:
|
|
491
|
-
on_scroll:
|
|
492
|
-
on_unmount:
|
|
479
|
+
on_blur: EventType[()] | None = None,
|
|
480
|
+
on_click: EventType[()] | None = None,
|
|
481
|
+
on_context_menu: EventType[()] | None = None,
|
|
482
|
+
on_double_click: EventType[()] | None = None,
|
|
483
|
+
on_focus: EventType[()] | None = None,
|
|
484
|
+
on_mount: EventType[()] | None = None,
|
|
485
|
+
on_mouse_down: EventType[()] | None = None,
|
|
486
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
487
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
488
|
+
on_mouse_move: EventType[()] | None = None,
|
|
489
|
+
on_mouse_out: EventType[()] | None = None,
|
|
490
|
+
on_mouse_over: EventType[()] | None = None,
|
|
491
|
+
on_mouse_up: EventType[()] | None = None,
|
|
492
|
+
on_scroll: EventType[()] | None = None,
|
|
493
|
+
on_unmount: EventType[()] | None = None,
|
|
493
494
|
**props,
|
|
494
|
-
) ->
|
|
495
|
+
) -> Theme:
|
|
495
496
|
"""Create a new Radix Theme specification.
|
|
496
497
|
|
|
497
498
|
Args:
|
|
@@ -538,23 +539,23 @@ class ThemePanel(RadixThemesComponent):
|
|
|
538
539
|
class_name: Any | None = None,
|
|
539
540
|
autofocus: bool | None = None,
|
|
540
541
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
541
|
-
on_blur:
|
|
542
|
-
on_click:
|
|
543
|
-
on_context_menu:
|
|
544
|
-
on_double_click:
|
|
545
|
-
on_focus:
|
|
546
|
-
on_mount:
|
|
547
|
-
on_mouse_down:
|
|
548
|
-
on_mouse_enter:
|
|
549
|
-
on_mouse_leave:
|
|
550
|
-
on_mouse_move:
|
|
551
|
-
on_mouse_out:
|
|
552
|
-
on_mouse_over:
|
|
553
|
-
on_mouse_up:
|
|
554
|
-
on_scroll:
|
|
555
|
-
on_unmount:
|
|
542
|
+
on_blur: EventType[()] | None = None,
|
|
543
|
+
on_click: EventType[()] | None = None,
|
|
544
|
+
on_context_menu: EventType[()] | None = None,
|
|
545
|
+
on_double_click: EventType[()] | None = None,
|
|
546
|
+
on_focus: EventType[()] | None = None,
|
|
547
|
+
on_mount: EventType[()] | None = None,
|
|
548
|
+
on_mouse_down: EventType[()] | None = None,
|
|
549
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
550
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
551
|
+
on_mouse_move: EventType[()] | None = None,
|
|
552
|
+
on_mouse_out: EventType[()] | None = None,
|
|
553
|
+
on_mouse_over: EventType[()] | None = None,
|
|
554
|
+
on_mouse_up: EventType[()] | None = None,
|
|
555
|
+
on_scroll: EventType[()] | None = None,
|
|
556
|
+
on_unmount: EventType[()] | None = None,
|
|
556
557
|
**props,
|
|
557
|
-
) ->
|
|
558
|
+
) -> ThemePanel:
|
|
558
559
|
"""Create a new component instance.
|
|
559
560
|
|
|
560
561
|
Will prepend "RadixThemes" to the component tag to avoid conflicts with
|
|
@@ -592,23 +593,23 @@ class RadixThemesColorModeProvider(Component):
|
|
|
592
593
|
class_name: Any | None = None,
|
|
593
594
|
autofocus: bool | None = None,
|
|
594
595
|
custom_attrs: dict[str, Var | Any] | None = None,
|
|
595
|
-
on_blur:
|
|
596
|
-
on_click:
|
|
597
|
-
on_context_menu:
|
|
598
|
-
on_double_click:
|
|
599
|
-
on_focus:
|
|
600
|
-
on_mount:
|
|
601
|
-
on_mouse_down:
|
|
602
|
-
on_mouse_enter:
|
|
603
|
-
on_mouse_leave:
|
|
604
|
-
on_mouse_move:
|
|
605
|
-
on_mouse_out:
|
|
606
|
-
on_mouse_over:
|
|
607
|
-
on_mouse_up:
|
|
608
|
-
on_scroll:
|
|
609
|
-
on_unmount:
|
|
596
|
+
on_blur: EventType[()] | None = None,
|
|
597
|
+
on_click: EventType[()] | None = None,
|
|
598
|
+
on_context_menu: EventType[()] | None = None,
|
|
599
|
+
on_double_click: EventType[()] | None = None,
|
|
600
|
+
on_focus: EventType[()] | None = None,
|
|
601
|
+
on_mount: EventType[()] | None = None,
|
|
602
|
+
on_mouse_down: EventType[()] | None = None,
|
|
603
|
+
on_mouse_enter: EventType[()] | None = None,
|
|
604
|
+
on_mouse_leave: EventType[()] | None = None,
|
|
605
|
+
on_mouse_move: EventType[()] | None = None,
|
|
606
|
+
on_mouse_out: EventType[()] | None = None,
|
|
607
|
+
on_mouse_over: EventType[()] | None = None,
|
|
608
|
+
on_mouse_up: EventType[()] | None = None,
|
|
609
|
+
on_scroll: EventType[()] | None = None,
|
|
610
|
+
on_unmount: EventType[()] | None = None,
|
|
610
611
|
**props,
|
|
611
|
-
) ->
|
|
612
|
+
) -> RadixThemesColorModeProvider:
|
|
612
613
|
"""Create the component.
|
|
613
614
|
|
|
614
615
|
Args:
|