reflex 0.7.4a3__py3-none-any.whl → 0.7.5__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/__init__.py +1 -0
- reflex/__init__.pyi +1 -0
- reflex/app.py +10 -6
- reflex/app_mixins/middleware.py +13 -20
- reflex/compiler/compiler.py +10 -3
- reflex/compiler/utils.py +4 -4
- reflex/components/base/app_wrap.pyi +7 -3
- reflex/components/base/body.pyi +7 -3
- reflex/components/base/document.pyi +27 -7
- reflex/components/base/error_boundary.pyi +7 -3
- reflex/components/base/fragment.pyi +7 -3
- reflex/components/base/head.pyi +12 -4
- reflex/components/base/link.pyi +12 -4
- reflex/components/base/meta.pyi +22 -6
- reflex/components/base/script.pyi +7 -3
- reflex/components/base/strict_mode.pyi +7 -3
- reflex/components/component.py +64 -23
- reflex/components/core/auto_scroll.pyi +7 -3
- reflex/components/core/banner.py +6 -2
- reflex/components/core/banner.pyi +32 -8
- reflex/components/core/client_side_routing.pyi +12 -4
- reflex/components/core/clipboard.pyi +7 -3
- reflex/components/core/debounce.pyi +7 -3
- reflex/components/core/foreach.py +5 -1
- reflex/components/core/html.pyi +7 -3
- reflex/components/core/match.py +5 -5
- reflex/components/core/sticky.pyi +21 -6
- reflex/components/core/upload.pyi +27 -7
- reflex/components/datadisplay/code.pyi +12 -4
- reflex/components/datadisplay/dataeditor.py +2 -2
- reflex/components/datadisplay/dataeditor.pyi +17 -3
- reflex/components/datadisplay/shiki_code_block.pyi +17 -4
- reflex/components/el/__init__.pyi +1 -1
- reflex/components/el/element.pyi +7 -3
- reflex/components/el/elements/__init__.py +3 -1
- reflex/components/el/elements/__init__.pyi +3 -2
- reflex/components/el/elements/base.pyi +7 -3
- reflex/components/el/elements/forms.py +1 -1
- reflex/components/el/elements/forms.pyi +72 -16
- reflex/components/el/elements/inline.pyi +142 -30
- reflex/components/el/elements/media.pyi +127 -27
- reflex/components/el/elements/metadata.pyi +32 -8
- reflex/components/el/elements/other.pyi +37 -9
- reflex/components/el/elements/scripts.pyi +17 -5
- reflex/components/el/elements/sectioning.pyi +77 -17
- reflex/components/el/elements/tables.pyi +52 -12
- reflex/components/el/elements/typography.pyi +77 -17
- reflex/components/gridjs/datatable.py +2 -2
- reflex/components/gridjs/datatable.pyi +12 -4
- reflex/components/lucide/icon.py +7 -6
- reflex/components/lucide/icon.pyi +22 -7
- reflex/components/markdown/markdown.py +1 -1
- reflex/components/markdown/markdown.pyi +7 -3
- reflex/components/moment/moment.pyi +7 -3
- reflex/components/next/base.pyi +7 -3
- reflex/components/next/image.pyi +7 -3
- reflex/components/next/link.pyi +7 -3
- reflex/components/next/video.pyi +7 -3
- reflex/components/plotly/plotly.pyi +47 -11
- reflex/components/radix/primitives/accordion.pyi +37 -9
- reflex/components/radix/primitives/base.pyi +12 -4
- reflex/components/radix/primitives/drawer.pyi +57 -13
- reflex/components/radix/primitives/form.pyi +52 -12
- reflex/components/radix/primitives/progress.pyi +27 -7
- reflex/components/radix/primitives/slider.pyi +27 -7
- reflex/components/radix/themes/base.pyi +41 -10
- reflex/components/radix/themes/color_mode.py +2 -2
- reflex/components/radix/themes/color_mode.pyi +17 -5
- reflex/components/radix/themes/components/alert_dialog.pyi +36 -9
- reflex/components/radix/themes/components/aspect_ratio.pyi +7 -3
- reflex/components/radix/themes/components/avatar.pyi +6 -3
- reflex/components/radix/themes/components/badge.pyi +6 -3
- reflex/components/radix/themes/components/button.pyi +6 -3
- reflex/components/radix/themes/components/callout.pyi +26 -7
- reflex/components/radix/themes/components/card.pyi +6 -3
- reflex/components/radix/themes/components/checkbox.pyi +16 -5
- reflex/components/radix/themes/components/checkbox_cards.pyi +11 -4
- reflex/components/radix/themes/components/checkbox_group.pyi +11 -4
- reflex/components/radix/themes/components/context_menu.pyi +66 -15
- reflex/components/radix/themes/components/data_list.pyi +21 -6
- reflex/components/radix/themes/components/dialog.pyi +36 -9
- reflex/components/radix/themes/components/dropdown_menu.pyi +41 -10
- reflex/components/radix/themes/components/hover_card.pyi +21 -6
- reflex/components/radix/themes/components/icon_button.pyi +6 -3
- reflex/components/radix/themes/components/inset.pyi +6 -3
- reflex/components/radix/themes/components/popover.pyi +21 -6
- reflex/components/radix/themes/components/progress.pyi +6 -3
- reflex/components/radix/themes/components/radio.pyi +6 -3
- reflex/components/radix/themes/components/radio_cards.pyi +11 -4
- reflex/components/radix/themes/components/radio_group.py +6 -1
- reflex/components/radix/themes/components/radio_group.pyi +21 -6
- reflex/components/radix/themes/components/scroll_area.pyi +7 -3
- reflex/components/radix/themes/components/segmented_control.pyi +11 -4
- reflex/components/radix/themes/components/select.pyi +46 -11
- reflex/components/radix/themes/components/separator.pyi +6 -3
- reflex/components/radix/themes/components/skeleton.pyi +6 -3
- reflex/components/radix/themes/components/slider.pyi +6 -3
- reflex/components/radix/themes/components/spinner.pyi +6 -3
- reflex/components/radix/themes/components/switch.pyi +6 -3
- reflex/components/radix/themes/components/table.pyi +36 -9
- reflex/components/radix/themes/components/tabs.pyi +26 -7
- reflex/components/radix/themes/components/text_area.pyi +6 -3
- reflex/components/radix/themes/components/text_field.py +3 -2
- reflex/components/radix/themes/components/text_field.pyi +16 -5
- reflex/components/radix/themes/components/tooltip.pyi +7 -3
- reflex/components/radix/themes/layout/base.pyi +6 -3
- reflex/components/radix/themes/layout/box.pyi +7 -3
- reflex/components/radix/themes/layout/center.pyi +6 -3
- reflex/components/radix/themes/layout/container.pyi +6 -3
- reflex/components/radix/themes/layout/flex.pyi +6 -3
- reflex/components/radix/themes/layout/grid.pyi +6 -3
- reflex/components/radix/themes/layout/list.pyi +27 -7
- reflex/components/radix/themes/layout/section.pyi +6 -3
- reflex/components/radix/themes/layout/spacer.pyi +6 -3
- reflex/components/radix/themes/layout/stack.pyi +16 -5
- reflex/components/radix/themes/typography/blockquote.pyi +6 -3
- reflex/components/radix/themes/typography/code.pyi +6 -3
- reflex/components/radix/themes/typography/heading.pyi +6 -3
- reflex/components/radix/themes/typography/link.pyi +6 -3
- reflex/components/radix/themes/typography/text.pyi +36 -9
- reflex/components/react_player/audio.pyi +7 -3
- reflex/components/react_player/react_player.pyi +7 -3
- reflex/components/react_player/video.pyi +7 -3
- reflex/components/recharts/cartesian.pyi +97 -21
- reflex/components/recharts/charts.pyi +62 -14
- reflex/components/recharts/general.pyi +32 -8
- reflex/components/recharts/polar.py +1 -1
- reflex/components/recharts/polar.pyi +33 -9
- reflex/components/recharts/recharts.pyi +12 -4
- reflex/components/sonner/toast.pyi +7 -2
- reflex/components/suneditor/editor.pyi +7 -3
- reflex/config.py +15 -1
- reflex/constants/installer.py +22 -1
- reflex/custom_components/custom_components.py +12 -7
- reflex/event.py +26 -10
- reflex/experimental/__init__.py +17 -6
- reflex/experimental/layout.pyi +27 -7
- reflex/model.py +3 -3
- reflex/reflex.py +33 -18
- reflex/state.py +3 -3
- reflex/style.py +2 -2
- reflex/testing.py +17 -5
- reflex/utils/console.py +2 -3
- reflex/utils/exec.py +4 -0
- reflex/utils/imports.py +14 -7
- reflex/utils/prerequisites.py +72 -7
- reflex/utils/processes.py +52 -19
- reflex/utils/pyi_generator.py +66 -53
- reflex/utils/registry.py +5 -3
- reflex/utils/serializers.py +1 -2
- reflex/utils/types.py +4 -4
- reflex/vars/base.py +58 -22
- reflex/vars/number.py +23 -6
- reflex/vars/sequence.py +2 -0
- {reflex-0.7.4a3.dist-info → reflex-0.7.5.dist-info}/METADATA +2 -2
- {reflex-0.7.4a3.dist-info → reflex-0.7.5.dist-info}/RECORD +160 -160
- /reflex/{experimental → utils}/misc.py +0 -0
- {reflex-0.7.4a3.dist-info → reflex-0.7.5.dist-info}/WHEEL +0 -0
- {reflex-0.7.4a3.dist-info → reflex-0.7.5.dist-info}/entry_points.txt +0 -0
- {reflex-0.7.4a3.dist-info → reflex-0.7.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
# ------------------- DO NOT EDIT ----------------------
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
|
-
from typing import Any, Literal, Optional, overload
|
|
6
|
+
from typing import Any, Literal, Mapping, Optional, Sequence, overload
|
|
7
7
|
|
|
8
|
+
from reflex.components.core.breakpoints import Breakpoints
|
|
8
9
|
from reflex.event import EventType
|
|
9
|
-
from reflex.style import Style
|
|
10
10
|
from reflex.vars.base import Var
|
|
11
11
|
|
|
12
12
|
from .base import BaseHTML
|
|
@@ -242,7 +242,11 @@ class A(BaseHTML):
|
|
|
242
242
|
spell_check: Var[bool] | bool | None = None,
|
|
243
243
|
tab_index: Var[int] | int | None = None,
|
|
244
244
|
title: Var[str] | str | None = None,
|
|
245
|
-
style:
|
|
245
|
+
style: Sequence[Mapping[str, Any]]
|
|
246
|
+
| Mapping[str, Any]
|
|
247
|
+
| Var[Mapping[str, Any]]
|
|
248
|
+
| Breakpoints
|
|
249
|
+
| None = None,
|
|
246
250
|
key: Any | None = None,
|
|
247
251
|
id: Any | None = None,
|
|
248
252
|
class_name: Any | None = None,
|
|
@@ -490,7 +494,11 @@ class Abbr(BaseHTML):
|
|
|
490
494
|
spell_check: Var[bool] | bool | None = None,
|
|
491
495
|
tab_index: Var[int] | int | None = None,
|
|
492
496
|
title: Var[str] | str | None = None,
|
|
493
|
-
style:
|
|
497
|
+
style: Sequence[Mapping[str, Any]]
|
|
498
|
+
| Mapping[str, Any]
|
|
499
|
+
| Var[Mapping[str, Any]]
|
|
500
|
+
| Breakpoints
|
|
501
|
+
| None = None,
|
|
494
502
|
key: Any | None = None,
|
|
495
503
|
id: Any | None = None,
|
|
496
504
|
class_name: Any | None = None,
|
|
@@ -730,7 +738,11 @@ class B(BaseHTML):
|
|
|
730
738
|
spell_check: Var[bool] | bool | None = None,
|
|
731
739
|
tab_index: Var[int] | int | None = None,
|
|
732
740
|
title: Var[str] | str | None = None,
|
|
733
|
-
style:
|
|
741
|
+
style: Sequence[Mapping[str, Any]]
|
|
742
|
+
| Mapping[str, Any]
|
|
743
|
+
| Var[Mapping[str, Any]]
|
|
744
|
+
| Breakpoints
|
|
745
|
+
| None = None,
|
|
734
746
|
key: Any | None = None,
|
|
735
747
|
id: Any | None = None,
|
|
736
748
|
class_name: Any | None = None,
|
|
@@ -970,7 +982,11 @@ class Bdi(BaseHTML):
|
|
|
970
982
|
spell_check: Var[bool] | bool | None = None,
|
|
971
983
|
tab_index: Var[int] | int | None = None,
|
|
972
984
|
title: Var[str] | str | None = None,
|
|
973
|
-
style:
|
|
985
|
+
style: Sequence[Mapping[str, Any]]
|
|
986
|
+
| Mapping[str, Any]
|
|
987
|
+
| Var[Mapping[str, Any]]
|
|
988
|
+
| Breakpoints
|
|
989
|
+
| None = None,
|
|
974
990
|
key: Any | None = None,
|
|
975
991
|
id: Any | None = None,
|
|
976
992
|
class_name: Any | None = None,
|
|
@@ -1210,7 +1226,11 @@ class Bdo(BaseHTML):
|
|
|
1210
1226
|
spell_check: Var[bool] | bool | None = None,
|
|
1211
1227
|
tab_index: Var[int] | int | None = None,
|
|
1212
1228
|
title: Var[str] | str | None = None,
|
|
1213
|
-
style:
|
|
1229
|
+
style: Sequence[Mapping[str, Any]]
|
|
1230
|
+
| Mapping[str, Any]
|
|
1231
|
+
| Var[Mapping[str, Any]]
|
|
1232
|
+
| Breakpoints
|
|
1233
|
+
| None = None,
|
|
1214
1234
|
key: Any | None = None,
|
|
1215
1235
|
id: Any | None = None,
|
|
1216
1236
|
class_name: Any | None = None,
|
|
@@ -1450,7 +1470,11 @@ class Br(BaseHTML):
|
|
|
1450
1470
|
spell_check: Var[bool] | bool | None = None,
|
|
1451
1471
|
tab_index: Var[int] | int | None = None,
|
|
1452
1472
|
title: Var[str] | str | None = None,
|
|
1453
|
-
style:
|
|
1473
|
+
style: Sequence[Mapping[str, Any]]
|
|
1474
|
+
| Mapping[str, Any]
|
|
1475
|
+
| Var[Mapping[str, Any]]
|
|
1476
|
+
| Breakpoints
|
|
1477
|
+
| None = None,
|
|
1454
1478
|
key: Any | None = None,
|
|
1455
1479
|
id: Any | None = None,
|
|
1456
1480
|
class_name: Any | None = None,
|
|
@@ -1690,7 +1714,11 @@ class Cite(BaseHTML):
|
|
|
1690
1714
|
spell_check: Var[bool] | bool | None = None,
|
|
1691
1715
|
tab_index: Var[int] | int | None = None,
|
|
1692
1716
|
title: Var[str] | str | None = None,
|
|
1693
|
-
style:
|
|
1717
|
+
style: Sequence[Mapping[str, Any]]
|
|
1718
|
+
| Mapping[str, Any]
|
|
1719
|
+
| Var[Mapping[str, Any]]
|
|
1720
|
+
| Breakpoints
|
|
1721
|
+
| None = None,
|
|
1694
1722
|
key: Any | None = None,
|
|
1695
1723
|
id: Any | None = None,
|
|
1696
1724
|
class_name: Any | None = None,
|
|
@@ -1930,7 +1958,11 @@ class Code(BaseHTML):
|
|
|
1930
1958
|
spell_check: Var[bool] | bool | None = None,
|
|
1931
1959
|
tab_index: Var[int] | int | None = None,
|
|
1932
1960
|
title: Var[str] | str | None = None,
|
|
1933
|
-
style:
|
|
1961
|
+
style: Sequence[Mapping[str, Any]]
|
|
1962
|
+
| Mapping[str, Any]
|
|
1963
|
+
| Var[Mapping[str, Any]]
|
|
1964
|
+
| Breakpoints
|
|
1965
|
+
| None = None,
|
|
1934
1966
|
key: Any | None = None,
|
|
1935
1967
|
id: Any | None = None,
|
|
1936
1968
|
class_name: Any | None = None,
|
|
@@ -2171,7 +2203,11 @@ class Data(BaseHTML):
|
|
|
2171
2203
|
spell_check: Var[bool] | bool | None = None,
|
|
2172
2204
|
tab_index: Var[int] | int | None = None,
|
|
2173
2205
|
title: Var[str] | str | None = None,
|
|
2174
|
-
style:
|
|
2206
|
+
style: Sequence[Mapping[str, Any]]
|
|
2207
|
+
| Mapping[str, Any]
|
|
2208
|
+
| Var[Mapping[str, Any]]
|
|
2209
|
+
| Breakpoints
|
|
2210
|
+
| None = None,
|
|
2175
2211
|
key: Any | None = None,
|
|
2176
2212
|
id: Any | None = None,
|
|
2177
2213
|
class_name: Any | None = None,
|
|
@@ -2412,7 +2448,11 @@ class Dfn(BaseHTML):
|
|
|
2412
2448
|
spell_check: Var[bool] | bool | None = None,
|
|
2413
2449
|
tab_index: Var[int] | int | None = None,
|
|
2414
2450
|
title: Var[str] | str | None = None,
|
|
2415
|
-
style:
|
|
2451
|
+
style: Sequence[Mapping[str, Any]]
|
|
2452
|
+
| Mapping[str, Any]
|
|
2453
|
+
| Var[Mapping[str, Any]]
|
|
2454
|
+
| Breakpoints
|
|
2455
|
+
| None = None,
|
|
2416
2456
|
key: Any | None = None,
|
|
2417
2457
|
id: Any | None = None,
|
|
2418
2458
|
class_name: Any | None = None,
|
|
@@ -2652,7 +2692,11 @@ class Em(BaseHTML):
|
|
|
2652
2692
|
spell_check: Var[bool] | bool | None = None,
|
|
2653
2693
|
tab_index: Var[int] | int | None = None,
|
|
2654
2694
|
title: Var[str] | str | None = None,
|
|
2655
|
-
style:
|
|
2695
|
+
style: Sequence[Mapping[str, Any]]
|
|
2696
|
+
| Mapping[str, Any]
|
|
2697
|
+
| Var[Mapping[str, Any]]
|
|
2698
|
+
| Breakpoints
|
|
2699
|
+
| None = None,
|
|
2656
2700
|
key: Any | None = None,
|
|
2657
2701
|
id: Any | None = None,
|
|
2658
2702
|
class_name: Any | None = None,
|
|
@@ -2892,7 +2936,11 @@ class I(BaseHTML):
|
|
|
2892
2936
|
spell_check: Var[bool] | bool | None = None,
|
|
2893
2937
|
tab_index: Var[int] | int | None = None,
|
|
2894
2938
|
title: Var[str] | str | None = None,
|
|
2895
|
-
style:
|
|
2939
|
+
style: Sequence[Mapping[str, Any]]
|
|
2940
|
+
| Mapping[str, Any]
|
|
2941
|
+
| Var[Mapping[str, Any]]
|
|
2942
|
+
| Breakpoints
|
|
2943
|
+
| None = None,
|
|
2896
2944
|
key: Any | None = None,
|
|
2897
2945
|
id: Any | None = None,
|
|
2898
2946
|
class_name: Any | None = None,
|
|
@@ -3132,7 +3180,11 @@ class Kbd(BaseHTML):
|
|
|
3132
3180
|
spell_check: Var[bool] | bool | None = None,
|
|
3133
3181
|
tab_index: Var[int] | int | None = None,
|
|
3134
3182
|
title: Var[str] | str | None = None,
|
|
3135
|
-
style:
|
|
3183
|
+
style: Sequence[Mapping[str, Any]]
|
|
3184
|
+
| Mapping[str, Any]
|
|
3185
|
+
| Var[Mapping[str, Any]]
|
|
3186
|
+
| Breakpoints
|
|
3187
|
+
| None = None,
|
|
3136
3188
|
key: Any | None = None,
|
|
3137
3189
|
id: Any | None = None,
|
|
3138
3190
|
class_name: Any | None = None,
|
|
@@ -3372,7 +3424,11 @@ class Mark(BaseHTML):
|
|
|
3372
3424
|
spell_check: Var[bool] | bool | None = None,
|
|
3373
3425
|
tab_index: Var[int] | int | None = None,
|
|
3374
3426
|
title: Var[str] | str | None = None,
|
|
3375
|
-
style:
|
|
3427
|
+
style: Sequence[Mapping[str, Any]]
|
|
3428
|
+
| Mapping[str, Any]
|
|
3429
|
+
| Var[Mapping[str, Any]]
|
|
3430
|
+
| Breakpoints
|
|
3431
|
+
| None = None,
|
|
3376
3432
|
key: Any | None = None,
|
|
3377
3433
|
id: Any | None = None,
|
|
3378
3434
|
class_name: Any | None = None,
|
|
@@ -3613,7 +3669,11 @@ class Q(BaseHTML):
|
|
|
3613
3669
|
spell_check: Var[bool] | bool | None = None,
|
|
3614
3670
|
tab_index: Var[int] | int | None = None,
|
|
3615
3671
|
title: Var[str] | str | None = None,
|
|
3616
|
-
style:
|
|
3672
|
+
style: Sequence[Mapping[str, Any]]
|
|
3673
|
+
| Mapping[str, Any]
|
|
3674
|
+
| Var[Mapping[str, Any]]
|
|
3675
|
+
| Breakpoints
|
|
3676
|
+
| None = None,
|
|
3617
3677
|
key: Any | None = None,
|
|
3618
3678
|
id: Any | None = None,
|
|
3619
3679
|
class_name: Any | None = None,
|
|
@@ -3854,7 +3914,11 @@ class Rp(BaseHTML):
|
|
|
3854
3914
|
spell_check: Var[bool] | bool | None = None,
|
|
3855
3915
|
tab_index: Var[int] | int | None = None,
|
|
3856
3916
|
title: Var[str] | str | None = None,
|
|
3857
|
-
style:
|
|
3917
|
+
style: Sequence[Mapping[str, Any]]
|
|
3918
|
+
| Mapping[str, Any]
|
|
3919
|
+
| Var[Mapping[str, Any]]
|
|
3920
|
+
| Breakpoints
|
|
3921
|
+
| None = None,
|
|
3858
3922
|
key: Any | None = None,
|
|
3859
3923
|
id: Any | None = None,
|
|
3860
3924
|
class_name: Any | None = None,
|
|
@@ -4094,7 +4158,11 @@ class Rt(BaseHTML):
|
|
|
4094
4158
|
spell_check: Var[bool] | bool | None = None,
|
|
4095
4159
|
tab_index: Var[int] | int | None = None,
|
|
4096
4160
|
title: Var[str] | str | None = None,
|
|
4097
|
-
style:
|
|
4161
|
+
style: Sequence[Mapping[str, Any]]
|
|
4162
|
+
| Mapping[str, Any]
|
|
4163
|
+
| Var[Mapping[str, Any]]
|
|
4164
|
+
| Breakpoints
|
|
4165
|
+
| None = None,
|
|
4098
4166
|
key: Any | None = None,
|
|
4099
4167
|
id: Any | None = None,
|
|
4100
4168
|
class_name: Any | None = None,
|
|
@@ -4334,7 +4402,11 @@ class Ruby(BaseHTML):
|
|
|
4334
4402
|
spell_check: Var[bool] | bool | None = None,
|
|
4335
4403
|
tab_index: Var[int] | int | None = None,
|
|
4336
4404
|
title: Var[str] | str | None = None,
|
|
4337
|
-
style:
|
|
4405
|
+
style: Sequence[Mapping[str, Any]]
|
|
4406
|
+
| Mapping[str, Any]
|
|
4407
|
+
| Var[Mapping[str, Any]]
|
|
4408
|
+
| Breakpoints
|
|
4409
|
+
| None = None,
|
|
4338
4410
|
key: Any | None = None,
|
|
4339
4411
|
id: Any | None = None,
|
|
4340
4412
|
class_name: Any | None = None,
|
|
@@ -4574,7 +4646,11 @@ class S(BaseHTML):
|
|
|
4574
4646
|
spell_check: Var[bool] | bool | None = None,
|
|
4575
4647
|
tab_index: Var[int] | int | None = None,
|
|
4576
4648
|
title: Var[str] | str | None = None,
|
|
4577
|
-
style:
|
|
4649
|
+
style: Sequence[Mapping[str, Any]]
|
|
4650
|
+
| Mapping[str, Any]
|
|
4651
|
+
| Var[Mapping[str, Any]]
|
|
4652
|
+
| Breakpoints
|
|
4653
|
+
| None = None,
|
|
4578
4654
|
key: Any | None = None,
|
|
4579
4655
|
id: Any | None = None,
|
|
4580
4656
|
class_name: Any | None = None,
|
|
@@ -4814,7 +4890,11 @@ class Samp(BaseHTML):
|
|
|
4814
4890
|
spell_check: Var[bool] | bool | None = None,
|
|
4815
4891
|
tab_index: Var[int] | int | None = None,
|
|
4816
4892
|
title: Var[str] | str | None = None,
|
|
4817
|
-
style:
|
|
4893
|
+
style: Sequence[Mapping[str, Any]]
|
|
4894
|
+
| Mapping[str, Any]
|
|
4895
|
+
| Var[Mapping[str, Any]]
|
|
4896
|
+
| Breakpoints
|
|
4897
|
+
| None = None,
|
|
4818
4898
|
key: Any | None = None,
|
|
4819
4899
|
id: Any | None = None,
|
|
4820
4900
|
class_name: Any | None = None,
|
|
@@ -5054,7 +5134,11 @@ class Small(BaseHTML):
|
|
|
5054
5134
|
spell_check: Var[bool] | bool | None = None,
|
|
5055
5135
|
tab_index: Var[int] | int | None = None,
|
|
5056
5136
|
title: Var[str] | str | None = None,
|
|
5057
|
-
style:
|
|
5137
|
+
style: Sequence[Mapping[str, Any]]
|
|
5138
|
+
| Mapping[str, Any]
|
|
5139
|
+
| Var[Mapping[str, Any]]
|
|
5140
|
+
| Breakpoints
|
|
5141
|
+
| None = None,
|
|
5058
5142
|
key: Any | None = None,
|
|
5059
5143
|
id: Any | None = None,
|
|
5060
5144
|
class_name: Any | None = None,
|
|
@@ -5294,7 +5378,11 @@ class Span(BaseHTML):
|
|
|
5294
5378
|
spell_check: Var[bool] | bool | None = None,
|
|
5295
5379
|
tab_index: Var[int] | int | None = None,
|
|
5296
5380
|
title: Var[str] | str | None = None,
|
|
5297
|
-
style:
|
|
5381
|
+
style: Sequence[Mapping[str, Any]]
|
|
5382
|
+
| Mapping[str, Any]
|
|
5383
|
+
| Var[Mapping[str, Any]]
|
|
5384
|
+
| Breakpoints
|
|
5385
|
+
| None = None,
|
|
5298
5386
|
key: Any | None = None,
|
|
5299
5387
|
id: Any | None = None,
|
|
5300
5388
|
class_name: Any | None = None,
|
|
@@ -5534,7 +5622,11 @@ class Strong(BaseHTML):
|
|
|
5534
5622
|
spell_check: Var[bool] | bool | None = None,
|
|
5535
5623
|
tab_index: Var[int] | int | None = None,
|
|
5536
5624
|
title: Var[str] | str | None = None,
|
|
5537
|
-
style:
|
|
5625
|
+
style: Sequence[Mapping[str, Any]]
|
|
5626
|
+
| Mapping[str, Any]
|
|
5627
|
+
| Var[Mapping[str, Any]]
|
|
5628
|
+
| Breakpoints
|
|
5629
|
+
| None = None,
|
|
5538
5630
|
key: Any | None = None,
|
|
5539
5631
|
id: Any | None = None,
|
|
5540
5632
|
class_name: Any | None = None,
|
|
@@ -5774,7 +5866,11 @@ class Sub(BaseHTML):
|
|
|
5774
5866
|
spell_check: Var[bool] | bool | None = None,
|
|
5775
5867
|
tab_index: Var[int] | int | None = None,
|
|
5776
5868
|
title: Var[str] | str | None = None,
|
|
5777
|
-
style:
|
|
5869
|
+
style: Sequence[Mapping[str, Any]]
|
|
5870
|
+
| Mapping[str, Any]
|
|
5871
|
+
| Var[Mapping[str, Any]]
|
|
5872
|
+
| Breakpoints
|
|
5873
|
+
| None = None,
|
|
5778
5874
|
key: Any | None = None,
|
|
5779
5875
|
id: Any | None = None,
|
|
5780
5876
|
class_name: Any | None = None,
|
|
@@ -6014,7 +6110,11 @@ class Sup(BaseHTML):
|
|
|
6014
6110
|
spell_check: Var[bool] | bool | None = None,
|
|
6015
6111
|
tab_index: Var[int] | int | None = None,
|
|
6016
6112
|
title: Var[str] | str | None = None,
|
|
6017
|
-
style:
|
|
6113
|
+
style: Sequence[Mapping[str, Any]]
|
|
6114
|
+
| Mapping[str, Any]
|
|
6115
|
+
| Var[Mapping[str, Any]]
|
|
6116
|
+
| Breakpoints
|
|
6117
|
+
| None = None,
|
|
6018
6118
|
key: Any | None = None,
|
|
6019
6119
|
id: Any | None = None,
|
|
6020
6120
|
class_name: Any | None = None,
|
|
@@ -6255,7 +6355,11 @@ class Time(BaseHTML):
|
|
|
6255
6355
|
spell_check: Var[bool] | bool | None = None,
|
|
6256
6356
|
tab_index: Var[int] | int | None = None,
|
|
6257
6357
|
title: Var[str] | str | None = None,
|
|
6258
|
-
style:
|
|
6358
|
+
style: Sequence[Mapping[str, Any]]
|
|
6359
|
+
| Mapping[str, Any]
|
|
6360
|
+
| Var[Mapping[str, Any]]
|
|
6361
|
+
| Breakpoints
|
|
6362
|
+
| None = None,
|
|
6259
6363
|
key: Any | None = None,
|
|
6260
6364
|
id: Any | None = None,
|
|
6261
6365
|
class_name: Any | None = None,
|
|
@@ -6496,7 +6600,11 @@ class U(BaseHTML):
|
|
|
6496
6600
|
spell_check: Var[bool] | bool | None = None,
|
|
6497
6601
|
tab_index: Var[int] | int | None = None,
|
|
6498
6602
|
title: Var[str] | str | None = None,
|
|
6499
|
-
style:
|
|
6603
|
+
style: Sequence[Mapping[str, Any]]
|
|
6604
|
+
| Mapping[str, Any]
|
|
6605
|
+
| Var[Mapping[str, Any]]
|
|
6606
|
+
| Breakpoints
|
|
6607
|
+
| None = None,
|
|
6500
6608
|
key: Any | None = None,
|
|
6501
6609
|
id: Any | None = None,
|
|
6502
6610
|
class_name: Any | None = None,
|
|
@@ -6736,7 +6844,11 @@ class Wbr(BaseHTML):
|
|
|
6736
6844
|
spell_check: Var[bool] | bool | None = None,
|
|
6737
6845
|
tab_index: Var[int] | int | None = None,
|
|
6738
6846
|
title: Var[str] | str | None = None,
|
|
6739
|
-
style:
|
|
6847
|
+
style: Sequence[Mapping[str, Any]]
|
|
6848
|
+
| Mapping[str, Any]
|
|
6849
|
+
| Var[Mapping[str, Any]]
|
|
6850
|
+
| Breakpoints
|
|
6851
|
+
| None = None,
|
|
6740
6852
|
key: Any | None = None,
|
|
6741
6853
|
id: Any | None = None,
|
|
6742
6854
|
class_name: Any | None = None,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
# ------------------- DO NOT EDIT ----------------------
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
|
-
from typing import Any, Literal, Optional, overload
|
|
6
|
+
from typing import Any, Literal, Mapping, Optional, Sequence, overload
|
|
7
7
|
|
|
8
8
|
from reflex import ComponentNamespace
|
|
9
|
+
from reflex.components.core.breakpoints import Breakpoints
|
|
9
10
|
from reflex.constants.colors import Color
|
|
10
11
|
from reflex.event import EventType
|
|
11
|
-
from reflex.style import Style
|
|
12
12
|
from reflex.vars.base import Var
|
|
13
13
|
|
|
14
14
|
from .base import BaseHTML
|
|
@@ -231,7 +231,11 @@ class Area(BaseHTML):
|
|
|
231
231
|
spell_check: Var[bool] | bool | None = None,
|
|
232
232
|
tab_index: Var[int] | int | None = None,
|
|
233
233
|
title: Var[str] | str | None = None,
|
|
234
|
-
style:
|
|
234
|
+
style: Sequence[Mapping[str, Any]]
|
|
235
|
+
| Mapping[str, Any]
|
|
236
|
+
| Var[Mapping[str, Any]]
|
|
237
|
+
| Breakpoints
|
|
238
|
+
| None = None,
|
|
235
239
|
key: Any | None = None,
|
|
236
240
|
id: Any | None = None,
|
|
237
241
|
class_name: Any | None = None,
|
|
@@ -492,7 +496,11 @@ class Audio(BaseHTML):
|
|
|
492
496
|
spell_check: Var[bool] | bool | None = None,
|
|
493
497
|
tab_index: Var[int] | int | None = None,
|
|
494
498
|
title: Var[str] | str | None = None,
|
|
495
|
-
style:
|
|
499
|
+
style: Sequence[Mapping[str, Any]]
|
|
500
|
+
| Mapping[str, Any]
|
|
501
|
+
| Var[Mapping[str, Any]]
|
|
502
|
+
| Breakpoints
|
|
503
|
+
| None = None,
|
|
496
504
|
key: Any | None = None,
|
|
497
505
|
id: Any | None = None,
|
|
498
506
|
class_name: Any | None = None,
|
|
@@ -779,7 +787,11 @@ class Img(BaseHTML):
|
|
|
779
787
|
spell_check: Var[bool] | bool | None = None,
|
|
780
788
|
tab_index: Var[int] | int | None = None,
|
|
781
789
|
title: Var[str] | str | None = None,
|
|
782
|
-
style:
|
|
790
|
+
style: Sequence[Mapping[str, Any]]
|
|
791
|
+
| Mapping[str, Any]
|
|
792
|
+
| Var[Mapping[str, Any]]
|
|
793
|
+
| Breakpoints
|
|
794
|
+
| None = None,
|
|
783
795
|
key: Any | None = None,
|
|
784
796
|
id: Any | None = None,
|
|
785
797
|
class_name: Any | None = None,
|
|
@@ -1029,7 +1041,11 @@ class Map(BaseHTML):
|
|
|
1029
1041
|
spell_check: Var[bool] | bool | None = None,
|
|
1030
1042
|
tab_index: Var[int] | int | None = None,
|
|
1031
1043
|
title: Var[str] | str | None = None,
|
|
1032
|
-
style:
|
|
1044
|
+
style: Sequence[Mapping[str, Any]]
|
|
1045
|
+
| Mapping[str, Any]
|
|
1046
|
+
| Var[Mapping[str, Any]]
|
|
1047
|
+
| Breakpoints
|
|
1048
|
+
| None = None,
|
|
1033
1049
|
key: Any | None = None,
|
|
1034
1050
|
id: Any | None = None,
|
|
1035
1051
|
class_name: Any | None = None,
|
|
@@ -1275,7 +1291,11 @@ class Track(BaseHTML):
|
|
|
1275
1291
|
spell_check: Var[bool] | bool | None = None,
|
|
1276
1292
|
tab_index: Var[int] | int | None = None,
|
|
1277
1293
|
title: Var[str] | str | None = None,
|
|
1278
|
-
style:
|
|
1294
|
+
style: Sequence[Mapping[str, Any]]
|
|
1295
|
+
| Mapping[str, Any]
|
|
1296
|
+
| Var[Mapping[str, Any]]
|
|
1297
|
+
| Breakpoints
|
|
1298
|
+
| None = None,
|
|
1279
1299
|
key: Any | None = None,
|
|
1280
1300
|
id: Any | None = None,
|
|
1281
1301
|
class_name: Any | None = None,
|
|
@@ -1531,7 +1551,11 @@ class Video(BaseHTML):
|
|
|
1531
1551
|
spell_check: Var[bool] | bool | None = None,
|
|
1532
1552
|
tab_index: Var[int] | int | None = None,
|
|
1533
1553
|
title: Var[str] | str | None = None,
|
|
1534
|
-
style:
|
|
1554
|
+
style: Sequence[Mapping[str, Any]]
|
|
1555
|
+
| Mapping[str, Any]
|
|
1556
|
+
| Var[Mapping[str, Any]]
|
|
1557
|
+
| Breakpoints
|
|
1558
|
+
| None = None,
|
|
1535
1559
|
key: Any | None = None,
|
|
1536
1560
|
id: Any | None = None,
|
|
1537
1561
|
class_name: Any | None = None,
|
|
@@ -1782,7 +1806,11 @@ class Embed(BaseHTML):
|
|
|
1782
1806
|
spell_check: Var[bool] | bool | None = None,
|
|
1783
1807
|
tab_index: Var[int] | int | None = None,
|
|
1784
1808
|
title: Var[str] | str | None = None,
|
|
1785
|
-
style:
|
|
1809
|
+
style: Sequence[Mapping[str, Any]]
|
|
1810
|
+
| Mapping[str, Any]
|
|
1811
|
+
| Var[Mapping[str, Any]]
|
|
1812
|
+
| Breakpoints
|
|
1813
|
+
| None = None,
|
|
1786
1814
|
key: Any | None = None,
|
|
1787
1815
|
id: Any | None = None,
|
|
1788
1816
|
class_name: Any | None = None,
|
|
@@ -2055,7 +2083,11 @@ class Iframe(BaseHTML):
|
|
|
2055
2083
|
spell_check: Var[bool] | bool | None = None,
|
|
2056
2084
|
tab_index: Var[int] | int | None = None,
|
|
2057
2085
|
title: Var[str] | str | None = None,
|
|
2058
|
-
style:
|
|
2086
|
+
style: Sequence[Mapping[str, Any]]
|
|
2087
|
+
| Mapping[str, Any]
|
|
2088
|
+
| Var[Mapping[str, Any]]
|
|
2089
|
+
| Breakpoints
|
|
2090
|
+
| None = None,
|
|
2059
2091
|
key: Any | None = None,
|
|
2060
2092
|
id: Any | None = None,
|
|
2061
2093
|
class_name: Any | None = None,
|
|
@@ -2307,7 +2339,11 @@ class Object(BaseHTML):
|
|
|
2307
2339
|
spell_check: Var[bool] | bool | None = None,
|
|
2308
2340
|
tab_index: Var[int] | int | None = None,
|
|
2309
2341
|
title: Var[str] | str | None = None,
|
|
2310
|
-
style:
|
|
2342
|
+
style: Sequence[Mapping[str, Any]]
|
|
2343
|
+
| Mapping[str, Any]
|
|
2344
|
+
| Var[Mapping[str, Any]]
|
|
2345
|
+
| Breakpoints
|
|
2346
|
+
| None = None,
|
|
2311
2347
|
key: Any | None = None,
|
|
2312
2348
|
id: Any | None = None,
|
|
2313
2349
|
class_name: Any | None = None,
|
|
@@ -2552,7 +2588,11 @@ class Picture(BaseHTML):
|
|
|
2552
2588
|
spell_check: Var[bool] | bool | None = None,
|
|
2553
2589
|
tab_index: Var[int] | int | None = None,
|
|
2554
2590
|
title: Var[str] | str | None = None,
|
|
2555
|
-
style:
|
|
2591
|
+
style: Sequence[Mapping[str, Any]]
|
|
2592
|
+
| Mapping[str, Any]
|
|
2593
|
+
| Var[Mapping[str, Any]]
|
|
2594
|
+
| Breakpoints
|
|
2595
|
+
| None = None,
|
|
2556
2596
|
key: Any | None = None,
|
|
2557
2597
|
id: Any | None = None,
|
|
2558
2598
|
class_name: Any | None = None,
|
|
@@ -2792,7 +2832,11 @@ class Portal(BaseHTML):
|
|
|
2792
2832
|
spell_check: Var[bool] | bool | None = None,
|
|
2793
2833
|
tab_index: Var[int] | int | None = None,
|
|
2794
2834
|
title: Var[str] | str | None = None,
|
|
2795
|
-
style:
|
|
2835
|
+
style: Sequence[Mapping[str, Any]]
|
|
2836
|
+
| Mapping[str, Any]
|
|
2837
|
+
| Var[Mapping[str, Any]]
|
|
2838
|
+
| Breakpoints
|
|
2839
|
+
| None = None,
|
|
2796
2840
|
key: Any | None = None,
|
|
2797
2841
|
id: Any | None = None,
|
|
2798
2842
|
class_name: Any | None = None,
|
|
@@ -3037,7 +3081,11 @@ class Source(BaseHTML):
|
|
|
3037
3081
|
spell_check: Var[bool] | bool | None = None,
|
|
3038
3082
|
tab_index: Var[int] | int | None = None,
|
|
3039
3083
|
title: Var[str] | str | None = None,
|
|
3040
|
-
style:
|
|
3084
|
+
style: Sequence[Mapping[str, Any]]
|
|
3085
|
+
| Mapping[str, Any]
|
|
3086
|
+
| Var[Mapping[str, Any]]
|
|
3087
|
+
| Breakpoints
|
|
3088
|
+
| None = None,
|
|
3041
3089
|
key: Any | None = None,
|
|
3042
3090
|
id: Any | None = None,
|
|
3043
3091
|
class_name: Any | None = None,
|
|
@@ -3285,7 +3333,11 @@ class Svg(BaseHTML):
|
|
|
3285
3333
|
spell_check: Var[bool] | bool | None = None,
|
|
3286
3334
|
tab_index: Var[int] | int | None = None,
|
|
3287
3335
|
title: Var[str] | str | None = None,
|
|
3288
|
-
style:
|
|
3336
|
+
style: Sequence[Mapping[str, Any]]
|
|
3337
|
+
| Mapping[str, Any]
|
|
3338
|
+
| Var[Mapping[str, Any]]
|
|
3339
|
+
| Breakpoints
|
|
3340
|
+
| None = None,
|
|
3289
3341
|
key: Any | None = None,
|
|
3290
3342
|
id: Any | None = None,
|
|
3291
3343
|
class_name: Any | None = None,
|
|
@@ -3535,7 +3587,11 @@ class Text(BaseHTML):
|
|
|
3535
3587
|
spell_check: Var[bool] | bool | None = None,
|
|
3536
3588
|
tab_index: Var[int] | int | None = None,
|
|
3537
3589
|
title: Var[str] | str | None = None,
|
|
3538
|
-
style:
|
|
3590
|
+
style: Sequence[Mapping[str, Any]]
|
|
3591
|
+
| Mapping[str, Any]
|
|
3592
|
+
| Var[Mapping[str, Any]]
|
|
3593
|
+
| Breakpoints
|
|
3594
|
+
| None = None,
|
|
3539
3595
|
key: Any | None = None,
|
|
3540
3596
|
id: Any | None = None,
|
|
3541
3597
|
class_name: Any | None = None,
|
|
@@ -3787,7 +3843,11 @@ class Line(BaseHTML):
|
|
|
3787
3843
|
spell_check: Var[bool] | bool | None = None,
|
|
3788
3844
|
tab_index: Var[int] | int | None = None,
|
|
3789
3845
|
title: Var[str] | str | None = None,
|
|
3790
|
-
style:
|
|
3846
|
+
style: Sequence[Mapping[str, Any]]
|
|
3847
|
+
| Mapping[str, Any]
|
|
3848
|
+
| Var[Mapping[str, Any]]
|
|
3849
|
+
| Breakpoints
|
|
3850
|
+
| None = None,
|
|
3791
3851
|
key: Any | None = None,
|
|
3792
3852
|
id: Any | None = None,
|
|
3793
3853
|
class_name: Any | None = None,
|
|
@@ -4036,7 +4096,11 @@ class Circle(BaseHTML):
|
|
|
4036
4096
|
spell_check: Var[bool] | bool | None = None,
|
|
4037
4097
|
tab_index: Var[int] | int | None = None,
|
|
4038
4098
|
title: Var[str] | str | None = None,
|
|
4039
|
-
style:
|
|
4099
|
+
style: Sequence[Mapping[str, Any]]
|
|
4100
|
+
| Mapping[str, Any]
|
|
4101
|
+
| Var[Mapping[str, Any]]
|
|
4102
|
+
| Breakpoints
|
|
4103
|
+
| None = None,
|
|
4040
4104
|
key: Any | None = None,
|
|
4041
4105
|
id: Any | None = None,
|
|
4042
4106
|
class_name: Any | None = None,
|
|
@@ -4285,7 +4349,11 @@ class Ellipse(BaseHTML):
|
|
|
4285
4349
|
spell_check: Var[bool] | bool | None = None,
|
|
4286
4350
|
tab_index: Var[int] | int | None = None,
|
|
4287
4351
|
title: Var[str] | str | None = None,
|
|
4288
|
-
style:
|
|
4352
|
+
style: Sequence[Mapping[str, Any]]
|
|
4353
|
+
| Mapping[str, Any]
|
|
4354
|
+
| Var[Mapping[str, Any]]
|
|
4355
|
+
| Breakpoints
|
|
4356
|
+
| None = None,
|
|
4289
4357
|
key: Any | None = None,
|
|
4290
4358
|
id: Any | None = None,
|
|
4291
4359
|
class_name: Any | None = None,
|
|
@@ -4537,7 +4605,11 @@ class Rect(BaseHTML):
|
|
|
4537
4605
|
spell_check: Var[bool] | bool | None = None,
|
|
4538
4606
|
tab_index: Var[int] | int | None = None,
|
|
4539
4607
|
title: Var[str] | str | None = None,
|
|
4540
|
-
style:
|
|
4608
|
+
style: Sequence[Mapping[str, Any]]
|
|
4609
|
+
| Mapping[str, Any]
|
|
4610
|
+
| Var[Mapping[str, Any]]
|
|
4611
|
+
| Breakpoints
|
|
4612
|
+
| None = None,
|
|
4541
4613
|
key: Any | None = None,
|
|
4542
4614
|
id: Any | None = None,
|
|
4543
4615
|
class_name: Any | None = None,
|
|
@@ -4786,7 +4858,11 @@ class Polygon(BaseHTML):
|
|
|
4786
4858
|
spell_check: Var[bool] | bool | None = None,
|
|
4787
4859
|
tab_index: Var[int] | int | None = None,
|
|
4788
4860
|
title: Var[str] | str | None = None,
|
|
4789
|
-
style:
|
|
4861
|
+
style: Sequence[Mapping[str, Any]]
|
|
4862
|
+
| Mapping[str, Any]
|
|
4863
|
+
| Var[Mapping[str, Any]]
|
|
4864
|
+
| Breakpoints
|
|
4865
|
+
| None = None,
|
|
4790
4866
|
key: Any | None = None,
|
|
4791
4867
|
id: Any | None = None,
|
|
4792
4868
|
class_name: Any | None = None,
|
|
@@ -5028,7 +5104,11 @@ class Defs(BaseHTML):
|
|
|
5028
5104
|
spell_check: Var[bool] | bool | None = None,
|
|
5029
5105
|
tab_index: Var[int] | int | None = None,
|
|
5030
5106
|
title: Var[str] | str | None = None,
|
|
5031
|
-
style:
|
|
5107
|
+
style: Sequence[Mapping[str, Any]]
|
|
5108
|
+
| Mapping[str, Any]
|
|
5109
|
+
| Var[Mapping[str, Any]]
|
|
5110
|
+
| Breakpoints
|
|
5111
|
+
| None = None,
|
|
5032
5112
|
key: Any | None = None,
|
|
5033
5113
|
id: Any | None = None,
|
|
5034
5114
|
class_name: Any | None = None,
|
|
@@ -5275,7 +5355,11 @@ class LinearGradient(BaseHTML):
|
|
|
5275
5355
|
spell_check: Var[bool] | bool | None = None,
|
|
5276
5356
|
tab_index: Var[int] | int | None = None,
|
|
5277
5357
|
title: Var[str] | str | None = None,
|
|
5278
|
-
style:
|
|
5358
|
+
style: Sequence[Mapping[str, Any]]
|
|
5359
|
+
| Mapping[str, Any]
|
|
5360
|
+
| Var[Mapping[str, Any]]
|
|
5361
|
+
| Breakpoints
|
|
5362
|
+
| None = None,
|
|
5279
5363
|
key: Any | None = None,
|
|
5280
5364
|
id: Any | None = None,
|
|
5281
5365
|
class_name: Any | None = None,
|
|
@@ -5531,7 +5615,11 @@ class RadialGradient(BaseHTML):
|
|
|
5531
5615
|
spell_check: Var[bool] | bool | None = None,
|
|
5532
5616
|
tab_index: Var[int] | int | None = None,
|
|
5533
5617
|
title: Var[str] | str | None = None,
|
|
5534
|
-
style:
|
|
5618
|
+
style: Sequence[Mapping[str, Any]]
|
|
5619
|
+
| Mapping[str, Any]
|
|
5620
|
+
| Var[Mapping[str, Any]]
|
|
5621
|
+
| Breakpoints
|
|
5622
|
+
| None = None,
|
|
5535
5623
|
key: Any | None = None,
|
|
5536
5624
|
id: Any | None = None,
|
|
5537
5625
|
class_name: Any | None = None,
|
|
@@ -5788,7 +5876,11 @@ class Stop(BaseHTML):
|
|
|
5788
5876
|
spell_check: Var[bool] | bool | None = None,
|
|
5789
5877
|
tab_index: Var[int] | int | None = None,
|
|
5790
5878
|
title: Var[str] | str | None = None,
|
|
5791
|
-
style:
|
|
5879
|
+
style: Sequence[Mapping[str, Any]]
|
|
5880
|
+
| Mapping[str, Any]
|
|
5881
|
+
| Var[Mapping[str, Any]]
|
|
5882
|
+
| Breakpoints
|
|
5883
|
+
| None = None,
|
|
5792
5884
|
key: Any | None = None,
|
|
5793
5885
|
id: Any | None = None,
|
|
5794
5886
|
class_name: Any | None = None,
|
|
@@ -6032,7 +6124,11 @@ class Path(BaseHTML):
|
|
|
6032
6124
|
spell_check: Var[bool] | bool | None = None,
|
|
6033
6125
|
tab_index: Var[int] | int | None = None,
|
|
6034
6126
|
title: Var[str] | str | None = None,
|
|
6035
|
-
style:
|
|
6127
|
+
style: Sequence[Mapping[str, Any]]
|
|
6128
|
+
| Mapping[str, Any]
|
|
6129
|
+
| Var[Mapping[str, Any]]
|
|
6130
|
+
| Breakpoints
|
|
6131
|
+
| None = None,
|
|
6036
6132
|
key: Any | None = None,
|
|
6037
6133
|
id: Any | None = None,
|
|
6038
6134
|
class_name: Any | None = None,
|
|
@@ -6286,7 +6382,11 @@ class SVG(ComponentNamespace):
|
|
|
6286
6382
|
spell_check: Var[bool] | bool | None = None,
|
|
6287
6383
|
tab_index: Var[int] | int | None = None,
|
|
6288
6384
|
title: Var[str] | str | None = None,
|
|
6289
|
-
style:
|
|
6385
|
+
style: Sequence[Mapping[str, Any]]
|
|
6386
|
+
| Mapping[str, Any]
|
|
6387
|
+
| Var[Mapping[str, Any]]
|
|
6388
|
+
| Breakpoints
|
|
6389
|
+
| None = None,
|
|
6290
6390
|
key: Any | None = None,
|
|
6291
6391
|
id: Any | None = None,
|
|
6292
6392
|
class_name: Any | None = None,
|