reflex 0.8.4a1__py3-none-any.whl → 0.8.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.

Files changed (147) hide show
  1. reflex/.templates/web/utils/react-theme.js +12 -17
  2. reflex/__init__.py +2 -9
  3. reflex/__init__.pyi +4 -2
  4. reflex/app.py +16 -10
  5. reflex/compiler/compiler.py +10 -3
  6. reflex/compiler/utils.py +6 -12
  7. reflex/components/base/app_wrap.pyi +0 -1
  8. reflex/components/base/body.pyi +0 -2
  9. reflex/components/base/document.pyi +0 -12
  10. reflex/components/base/error_boundary.pyi +0 -2
  11. reflex/components/base/fragment.pyi +0 -2
  12. reflex/components/base/link.pyi +0 -4
  13. reflex/components/base/meta.pyi +0 -6
  14. reflex/components/base/script.py +0 -2
  15. reflex/components/base/script.pyi +0 -2
  16. reflex/components/base/strict_mode.pyi +0 -2
  17. reflex/components/component.py +2 -30
  18. reflex/components/core/auto_scroll.py +14 -13
  19. reflex/components/core/auto_scroll.pyi +0 -2
  20. reflex/components/core/banner.pyi +0 -10
  21. reflex/components/core/client_side_routing.pyi +0 -2
  22. reflex/components/core/clipboard.py +1 -3
  23. reflex/components/core/clipboard.pyi +0 -2
  24. reflex/components/core/cond.py +0 -2
  25. reflex/components/core/debounce.pyi +0 -1
  26. reflex/components/core/helmet.pyi +0 -2
  27. reflex/components/core/html.pyi +0 -2
  28. reflex/components/core/match.py +1 -2
  29. reflex/components/core/sticky.pyi +0 -4
  30. reflex/components/core/upload.pyi +0 -10
  31. reflex/components/core/window_events.pyi +0 -2
  32. reflex/components/datadisplay/code.py +6 -4
  33. reflex/components/datadisplay/code.pyi +0 -4
  34. reflex/components/datadisplay/dataeditor.pyi +0 -2
  35. reflex/components/datadisplay/shiki_code_block.pyi +0 -6
  36. reflex/components/el/element.pyi +0 -2
  37. reflex/components/el/elements/base.pyi +0 -2
  38. reflex/components/el/elements/forms.py +5 -21
  39. reflex/components/el/elements/forms.pyi +0 -38
  40. reflex/components/el/elements/inline.pyi +0 -56
  41. reflex/components/el/elements/media.pyi +0 -52
  42. reflex/components/el/elements/metadata.pyi +0 -12
  43. reflex/components/el/elements/other.pyi +0 -14
  44. reflex/components/el/elements/scripts.pyi +0 -6
  45. reflex/components/el/elements/sectioning.pyi +0 -30
  46. reflex/components/el/elements/tables.pyi +0 -20
  47. reflex/components/el/elements/typography.pyi +0 -32
  48. reflex/components/gridjs/datatable.pyi +0 -4
  49. reflex/components/lucide/icon.py +12 -1
  50. reflex/components/lucide/icon.pyi +12 -7
  51. reflex/components/markdown/markdown.pyi +0 -2
  52. reflex/components/moment/moment.pyi +0 -2
  53. reflex/components/plotly/plotly.py +25 -17
  54. reflex/components/plotly/plotly.pyi +0 -18
  55. reflex/components/radix/primitives/accordion.pyi +0 -14
  56. reflex/components/radix/primitives/base.pyi +0 -4
  57. reflex/components/radix/primitives/drawer.pyi +0 -22
  58. reflex/components/radix/primitives/form.pyi +0 -20
  59. reflex/components/radix/primitives/progress.pyi +0 -10
  60. reflex/components/radix/primitives/slider.pyi +0 -10
  61. reflex/components/radix/themes/base.py +2 -4
  62. reflex/components/radix/themes/base.pyi +0 -15
  63. reflex/components/radix/themes/color_mode.pyi +0 -5
  64. reflex/components/radix/themes/components/alert_dialog.pyi +0 -11
  65. reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
  66. reflex/components/radix/themes/components/avatar.pyi +0 -2
  67. reflex/components/radix/themes/components/badge.pyi +0 -2
  68. reflex/components/radix/themes/components/button.pyi +0 -2
  69. reflex/components/radix/themes/components/callout.pyi +0 -10
  70. reflex/components/radix/themes/components/card.pyi +0 -2
  71. reflex/components/radix/themes/components/checkbox.pyi +0 -6
  72. reflex/components/radix/themes/components/checkbox_cards.pyi +0 -4
  73. reflex/components/radix/themes/components/checkbox_group.pyi +0 -4
  74. reflex/components/radix/themes/components/context_menu.pyi +0 -26
  75. reflex/components/radix/themes/components/data_list.pyi +0 -8
  76. reflex/components/radix/themes/components/dialog.pyi +0 -12
  77. reflex/components/radix/themes/components/dropdown_menu.pyi +0 -14
  78. reflex/components/radix/themes/components/hover_card.pyi +0 -7
  79. reflex/components/radix/themes/components/icon_button.pyi +0 -2
  80. reflex/components/radix/themes/components/inset.pyi +0 -2
  81. reflex/components/radix/themes/components/popover.pyi +0 -6
  82. reflex/components/radix/themes/components/progress.pyi +0 -2
  83. reflex/components/radix/themes/components/radio.pyi +0 -2
  84. reflex/components/radix/themes/components/radio_cards.pyi +0 -4
  85. reflex/components/radix/themes/components/radio_group.pyi +0 -8
  86. reflex/components/radix/themes/components/scroll_area.pyi +0 -2
  87. reflex/components/radix/themes/components/segmented_control.pyi +0 -4
  88. reflex/components/radix/themes/components/select.pyi +0 -18
  89. reflex/components/radix/themes/components/separator.pyi +0 -2
  90. reflex/components/radix/themes/components/skeleton.pyi +0 -2
  91. reflex/components/radix/themes/components/slider.pyi +0 -2
  92. reflex/components/radix/themes/components/spinner.pyi +0 -2
  93. reflex/components/radix/themes/components/switch.pyi +0 -2
  94. reflex/components/radix/themes/components/table.pyi +0 -14
  95. reflex/components/radix/themes/components/tabs.pyi +0 -10
  96. reflex/components/radix/themes/components/text_area.pyi +0 -2
  97. reflex/components/radix/themes/components/text_field.pyi +0 -6
  98. reflex/components/radix/themes/components/tooltip.pyi +0 -2
  99. reflex/components/radix/themes/layout/base.pyi +0 -2
  100. reflex/components/radix/themes/layout/box.pyi +0 -2
  101. reflex/components/radix/themes/layout/center.pyi +0 -2
  102. reflex/components/radix/themes/layout/container.pyi +0 -1
  103. reflex/components/radix/themes/layout/flex.pyi +0 -2
  104. reflex/components/radix/themes/layout/grid.pyi +0 -2
  105. reflex/components/radix/themes/layout/list.pyi +0 -10
  106. reflex/components/radix/themes/layout/section.pyi +0 -2
  107. reflex/components/radix/themes/layout/spacer.pyi +0 -2
  108. reflex/components/radix/themes/layout/stack.pyi +0 -6
  109. reflex/components/radix/themes/typography/blockquote.pyi +0 -2
  110. reflex/components/radix/themes/typography/code.pyi +0 -2
  111. reflex/components/radix/themes/typography/heading.pyi +0 -2
  112. reflex/components/radix/themes/typography/link.pyi +0 -2
  113. reflex/components/radix/themes/typography/text.pyi +0 -14
  114. reflex/components/react_player/audio.pyi +0 -2
  115. reflex/components/react_player/react_player.pyi +0 -2
  116. reflex/components/react_player/video.pyi +0 -2
  117. reflex/components/react_router/dom.pyi +0 -2
  118. reflex/components/recharts/cartesian.pyi +0 -38
  119. reflex/components/recharts/charts.pyi +0 -24
  120. reflex/components/recharts/general.pyi +0 -12
  121. reflex/components/recharts/polar.pyi +0 -12
  122. reflex/components/recharts/recharts.pyi +0 -4
  123. reflex/components/sonner/toast.pyi +0 -2
  124. reflex/components/tags/cond_tag.py +4 -3
  125. reflex/components/tags/iter_tag.py +1 -1
  126. reflex/components/tags/match_tag.py +3 -2
  127. reflex/components/tags/tag.py +39 -40
  128. reflex/constants/base.py +4 -58
  129. reflex/constants/compiler.py +0 -8
  130. reflex/constants/installer.py +5 -5
  131. reflex/environment.py +0 -10
  132. reflex/event.py +77 -15
  133. reflex/page.py +62 -4
  134. reflex/reflex.py +2 -5
  135. reflex/utils/misc.py +0 -3
  136. reflex/utils/net.py +7 -2
  137. reflex/utils/prerequisites.py +8 -71
  138. reflex/utils/processes.py +6 -6
  139. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/METADATA +2 -2
  140. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/RECORD +143 -147
  141. reflex/components/el/constants/__init__.py +0 -5
  142. reflex/components/el/constants/html.py +0 -343
  143. reflex/components/el/constants/react.py +0 -501
  144. reflex/components/el/constants/reflex.py +0 -51
  145. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/WHEEL +0 -0
  146. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/entry_points.txt +0 -0
  147. {reflex-0.8.4a1.dist-info → reflex-0.8.5.dist-info}/licenses/LICENSE +0 -0
@@ -359,7 +359,6 @@ class Text(elements.Span, RadixThemesComponent, MarkdownComponentMap):
359
359
  id: Any | None = None,
360
360
  ref: Var | None = None,
361
361
  class_name: Any | None = None,
362
- autofocus: bool | None = None,
363
362
  custom_attrs: dict[str, Var | Any] | None = None,
364
363
  on_blur: EventType[()] | None = None,
365
364
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -415,7 +414,6 @@ class Text(elements.Span, RadixThemesComponent, MarkdownComponentMap):
415
414
  id: The id for the component.
416
415
  ref: The Var to pass as the ref to the component.
417
416
  class_name: The class name for the component.
418
- autofocus: Whether the component should take the focus once the page is loaded
419
417
  custom_attrs: custom attribute
420
418
  **props: Component properties.
421
419
 
@@ -747,7 +745,6 @@ class Span(Text):
747
745
  id: Any | None = None,
748
746
  ref: Var | None = None,
749
747
  class_name: Any | None = None,
750
- autofocus: bool | None = None,
751
748
  custom_attrs: dict[str, Var | Any] | None = None,
752
749
  on_blur: EventType[()] | None = None,
753
750
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -803,7 +800,6 @@ class Span(Text):
803
800
  id: The id for the component.
804
801
  ref: The Var to pass as the ref to the component.
805
802
  class_name: The class name for the component.
806
- autofocus: Whether the component should take the focus once the page is loaded
807
803
  custom_attrs: custom attribute
808
804
  **props: Component properties.
809
805
 
@@ -1003,7 +999,6 @@ class Em(elements.Em, RadixThemesComponent):
1003
999
  id: Any | None = None,
1004
1000
  ref: Var | None = None,
1005
1001
  class_name: Any | None = None,
1006
- autofocus: bool | None = None,
1007
1002
  custom_attrs: dict[str, Var | Any] | None = None,
1008
1003
  on_blur: EventType[()] | None = None,
1009
1004
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1051,7 +1046,6 @@ class Em(elements.Em, RadixThemesComponent):
1051
1046
  id: The id for the component.
1052
1047
  ref: The Var to pass as the ref to the component.
1053
1048
  class_name: The class name for the component.
1054
- autofocus: Whether the component should take the focus once the page is loaded
1055
1049
  custom_attrs: custom attribute
1056
1050
  **props: Component properties.
1057
1051
 
@@ -1254,7 +1248,6 @@ class Kbd(elements.Kbd, RadixThemesComponent):
1254
1248
  id: Any | None = None,
1255
1249
  ref: Var | None = None,
1256
1250
  class_name: Any | None = None,
1257
- autofocus: bool | None = None,
1258
1251
  custom_attrs: dict[str, Var | Any] | None = None,
1259
1252
  on_blur: EventType[()] | None = None,
1260
1253
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1303,7 +1296,6 @@ class Kbd(elements.Kbd, RadixThemesComponent):
1303
1296
  id: The id for the component.
1304
1297
  ref: The Var to pass as the ref to the component.
1305
1298
  class_name: The class name for the component.
1306
- autofocus: Whether the component should take the focus once the page is loaded
1307
1299
  custom_attrs: custom attribute
1308
1300
  **props: Component properties.
1309
1301
 
@@ -1504,7 +1496,6 @@ class Quote(elements.Q, RadixThemesComponent):
1504
1496
  id: Any | None = None,
1505
1497
  ref: Var | None = None,
1506
1498
  class_name: Any | None = None,
1507
- autofocus: bool | None = None,
1508
1499
  custom_attrs: dict[str, Var | Any] | None = None,
1509
1500
  on_blur: EventType[()] | None = None,
1510
1501
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1553,7 +1544,6 @@ class Quote(elements.Q, RadixThemesComponent):
1553
1544
  id: The id for the component.
1554
1545
  ref: The Var to pass as the ref to the component.
1555
1546
  class_name: The class name for the component.
1556
- autofocus: Whether the component should take the focus once the page is loaded
1557
1547
  custom_attrs: custom attribute
1558
1548
  **props: Component properties.
1559
1549
 
@@ -1753,7 +1743,6 @@ class Strong(elements.Strong, RadixThemesComponent):
1753
1743
  id: Any | None = None,
1754
1744
  ref: Var | None = None,
1755
1745
  class_name: Any | None = None,
1756
- autofocus: bool | None = None,
1757
1746
  custom_attrs: dict[str, Var | Any] | None = None,
1758
1747
  on_blur: EventType[()] | None = None,
1759
1748
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1801,7 +1790,6 @@ class Strong(elements.Strong, RadixThemesComponent):
1801
1790
  id: The id for the component.
1802
1791
  ref: The Var to pass as the ref to the component.
1803
1792
  class_name: The class name for the component.
1804
- autofocus: Whether the component should take the focus once the page is loaded
1805
1793
  custom_attrs: custom attribute
1806
1794
  **props: Component properties.
1807
1795
 
@@ -2138,7 +2126,6 @@ class TextNamespace(ComponentNamespace):
2138
2126
  id: Any | None = None,
2139
2127
  ref: Var | None = None,
2140
2128
  class_name: Any | None = None,
2141
- autofocus: bool | None = None,
2142
2129
  custom_attrs: dict[str, Var | Any] | None = None,
2143
2130
  on_blur: EventType[()] | None = None,
2144
2131
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2194,7 +2181,6 @@ class TextNamespace(ComponentNamespace):
2194
2181
  id: The id for the component.
2195
2182
  ref: The Var to pass as the ref to the component.
2196
2183
  class_name: The class name for the component.
2197
- autofocus: Whether the component should take the focus once the page is loaded
2198
2184
  custom_attrs: custom attribute
2199
2185
  **props: Component properties.
2200
2186
 
@@ -33,7 +33,6 @@ class Audio(ReactPlayer):
33
33
  id: Any | None = None,
34
34
  ref: Var | None = None,
35
35
  class_name: Any | None = None,
36
- autofocus: bool | None = None,
37
36
  custom_attrs: dict[str, Var | Any] | None = None,
38
37
  on_blur: EventType[()] | None = None,
39
38
  on_buffer: EventType[()] | None = None,
@@ -103,7 +102,6 @@ class Audio(ReactPlayer):
103
102
  id: The id for the component.
104
103
  ref: The Var to pass as the ref to the component.
105
104
  class_name: The class name for the component.
106
- autofocus: Whether the component should take the focus once the page is loaded
107
105
  custom_attrs: custom attribute
108
106
  **props: The props of the component.
109
107
 
@@ -38,7 +38,6 @@ class ReactPlayer(NoSSRComponent):
38
38
  id: Any | None = None,
39
39
  ref: Var | None = None,
40
40
  class_name: Any | None = None,
41
- autofocus: bool | None = None,
42
41
  custom_attrs: dict[str, Var | Any] | None = None,
43
42
  on_blur: EventType[()] | None = None,
44
43
  on_buffer: EventType[()] | None = None,
@@ -106,7 +105,6 @@ class ReactPlayer(NoSSRComponent):
106
105
  id: The id for the component.
107
106
  ref: The Var to pass as the ref to the component.
108
107
  class_name: The class name for the component.
109
- autofocus: Whether the component should take the focus once the page is loaded
110
108
  custom_attrs: custom attribute
111
109
  **props: The props of the component.
112
110
 
@@ -33,7 +33,6 @@ class Video(ReactPlayer):
33
33
  id: Any | None = None,
34
34
  ref: Var | None = None,
35
35
  class_name: Any | None = None,
36
- autofocus: bool | None = None,
37
36
  custom_attrs: dict[str, Var | Any] | None = None,
38
37
  on_blur: EventType[()] | None = None,
39
38
  on_buffer: EventType[()] | None = None,
@@ -103,7 +102,6 @@ class Video(ReactPlayer):
103
102
  id: The id for the component.
104
103
  ref: The Var to pass as the ref to the component.
105
104
  class_name: The class name for the component.
106
- autofocus: Whether the component should take the focus once the page is loaded
107
105
  custom_attrs: custom attribute
108
106
  **props: The props of the component.
109
107
 
@@ -253,7 +253,6 @@ class ReactRouterLink(A):
253
253
  id: Any | None = None,
254
254
  ref: Var | None = None,
255
255
  class_name: Any | None = None,
256
- autofocus: bool | None = None,
257
256
  custom_attrs: dict[str, Var | Any] | None = None,
258
257
  on_blur: EventType[()] | None = None,
259
258
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -312,7 +311,6 @@ class ReactRouterLink(A):
312
311
  id: The id for the component.
313
312
  ref: The Var to pass as the ref to the component.
314
313
  class_name: The class name for the component.
315
- autofocus: Whether the component should take the focus once the page is loaded
316
314
  custom_attrs: custom attribute
317
315
  **props: The props of the component.
318
316
 
@@ -112,7 +112,6 @@ class Axis(Recharts):
112
112
  id: Any | None = None,
113
113
  ref: Var | None = None,
114
114
  class_name: Any | None = None,
115
- autofocus: bool | None = None,
116
115
  custom_attrs: dict[str, Var | Any] | None = None,
117
116
  on_blur: EventType[()] | None = None,
118
117
  on_click: EventType[()] | None = None,
@@ -173,7 +172,6 @@ class Axis(Recharts):
173
172
  id: The id for the component.
174
173
  ref: The Var to pass as the ref to the component.
175
174
  class_name: The class name for the component.
176
- autofocus: Whether the component should take the focus once the page is loaded
177
175
  custom_attrs: custom attribute
178
176
  **props: The props of the component.
179
177
 
@@ -287,7 +285,6 @@ class XAxis(Axis):
287
285
  id: Any | None = None,
288
286
  ref: Var | None = None,
289
287
  class_name: Any | None = None,
290
- autofocus: bool | None = None,
291
288
  custom_attrs: dict[str, Var | Any] | None = None,
292
289
  on_blur: EventType[()] | None = None,
293
290
  on_click: EventType[()] | None = None,
@@ -353,7 +350,6 @@ class XAxis(Axis):
353
350
  id: The id for the component.
354
351
  ref: The Var to pass as the ref to the component.
355
352
  class_name: The class name for the component.
356
- autofocus: Whether the component should take the focus once the page is loaded
357
353
  custom_attrs: custom attribute
358
354
  **props: The props of the component.
359
355
 
@@ -465,7 +461,6 @@ class YAxis(Axis):
465
461
  id: Any | None = None,
466
462
  ref: Var | None = None,
467
463
  class_name: Any | None = None,
468
- autofocus: bool | None = None,
469
464
  custom_attrs: dict[str, Var | Any] | None = None,
470
465
  on_blur: EventType[()] | None = None,
471
466
  on_click: EventType[()] | None = None,
@@ -529,7 +524,6 @@ class YAxis(Axis):
529
524
  id: The id for the component.
530
525
  ref: The Var to pass as the ref to the component.
531
526
  class_name: The class name for the component.
532
- autofocus: Whether the component should take the focus once the page is loaded
533
527
  custom_attrs: custom attribute
534
528
  **props: The props of the component.
535
529
 
@@ -593,7 +587,6 @@ class ZAxis(Recharts):
593
587
  id: Any | None = None,
594
588
  ref: Var | None = None,
595
589
  class_name: Any | None = None,
596
- autofocus: bool | None = None,
597
590
  custom_attrs: dict[str, Var | Any] | None = None,
598
591
  on_blur: EventType[()] | None = None,
599
592
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -628,7 +621,6 @@ class ZAxis(Recharts):
628
621
  id: The id for the component.
629
622
  ref: The Var to pass as the ref to the component.
630
623
  class_name: The class name for the component.
631
- autofocus: Whether the component should take the focus once the page is loaded
632
624
  custom_attrs: custom attribute
633
625
  **props: The props of the component.
634
626
 
@@ -664,7 +656,6 @@ class Brush(Recharts):
664
656
  id: Any | None = None,
665
657
  ref: Var | None = None,
666
658
  class_name: Any | None = None,
667
- autofocus: bool | None = None,
668
659
  custom_attrs: dict[str, Var | Any] | None = None,
669
660
  on_change: EventType[()] | None = None,
670
661
  **props,
@@ -690,7 +681,6 @@ class Brush(Recharts):
690
681
  id: The id for the component.
691
682
  ref: The Var to pass as the ref to the component.
692
683
  class_name: The class name for the component.
693
- autofocus: Whether the component should take the focus once the page is loaded
694
684
  custom_attrs: custom attribute
695
685
  **props: The props of the component.
696
686
 
@@ -758,7 +748,6 @@ class Cartesian(Recharts):
758
748
  id: Any | None = None,
759
749
  ref: Var | None = None,
760
750
  class_name: Any | None = None,
761
- autofocus: bool | None = None,
762
751
  custom_attrs: dict[str, Var | Any] | None = None,
763
752
  on_animation_end: EventType[()] | None = None,
764
753
  on_animation_start: EventType[()] | None = None,
@@ -811,7 +800,6 @@ class Cartesian(Recharts):
811
800
  id: The id for the component.
812
801
  ref: The Var to pass as the ref to the component.
813
802
  class_name: The class name for the component.
814
- autofocus: Whether the component should take the focus once the page is loaded
815
803
  custom_attrs: custom attribute
816
804
  **props: The props of the component.
817
805
 
@@ -928,7 +916,6 @@ class Area(Cartesian):
928
916
  id: Any | None = None,
929
917
  ref: Var | None = None,
930
918
  class_name: Any | None = None,
931
- autofocus: bool | None = None,
932
919
  custom_attrs: dict[str, Var | Any] | None = None,
933
920
  on_animation_end: EventType[()] | None = None,
934
921
  on_animation_start: EventType[()] | None = None,
@@ -991,7 +978,6 @@ class Area(Cartesian):
991
978
  id: The id for the component.
992
979
  ref: The Var to pass as the ref to the component.
993
980
  class_name: The class name for the component.
994
- autofocus: Whether the component should take the focus once the page is loaded
995
981
  custom_attrs: custom attribute
996
982
  **props: The props of the component.
997
983
 
@@ -1068,7 +1054,6 @@ class Bar(Cartesian):
1068
1054
  id: Any | None = None,
1069
1055
  ref: Var | None = None,
1070
1056
  class_name: Any | None = None,
1071
- autofocus: bool | None = None,
1072
1057
  custom_attrs: dict[str, Var | Any] | None = None,
1073
1058
  on_animation_end: EventType[()] | None = None,
1074
1059
  on_animation_start: EventType[()] | None = None,
@@ -1130,7 +1115,6 @@ class Bar(Cartesian):
1130
1115
  id: The id for the component.
1131
1116
  ref: The Var to pass as the ref to the component.
1132
1117
  class_name: The class name for the component.
1133
- autofocus: Whether the component should take the focus once the page is loaded
1134
1118
  custom_attrs: custom attribute
1135
1119
  **props: The props of the component.
1136
1120
 
@@ -1243,7 +1227,6 @@ class Line(Cartesian):
1243
1227
  id: Any | None = None,
1244
1228
  ref: Var | None = None,
1245
1229
  class_name: Any | None = None,
1246
- autofocus: bool | None = None,
1247
1230
  custom_attrs: dict[str, Var | Any] | None = None,
1248
1231
  on_animation_end: EventType[()] | None = None,
1249
1232
  on_animation_start: EventType[()] | None = None,
@@ -1305,7 +1288,6 @@ class Line(Cartesian):
1305
1288
  id: The id for the component.
1306
1289
  ref: The Var to pass as the ref to the component.
1307
1290
  class_name: The class name for the component.
1308
- autofocus: Whether the component should take the focus once the page is loaded
1309
1291
  custom_attrs: custom attribute
1310
1292
  **props: The props of the component.
1311
1293
 
@@ -1381,7 +1363,6 @@ class Scatter(Recharts):
1381
1363
  id: Any | None = None,
1382
1364
  ref: Var | None = None,
1383
1365
  class_name: Any | None = None,
1384
- autofocus: bool | None = None,
1385
1366
  custom_attrs: dict[str, Var | Any] | None = None,
1386
1367
  on_blur: EventType[()] | None = None,
1387
1368
  on_click: EventType[()] | None = None,
@@ -1432,7 +1413,6 @@ class Scatter(Recharts):
1432
1413
  id: The id for the component.
1433
1414
  ref: The Var to pass as the ref to the component.
1434
1415
  class_name: The class name for the component.
1435
- autofocus: Whether the component should take the focus once the page is loaded
1436
1416
  custom_attrs: custom attribute
1437
1417
  **props: The props of the component.
1438
1418
 
@@ -1498,7 +1478,6 @@ class Funnel(Recharts):
1498
1478
  id: Any | None = None,
1499
1479
  ref: Var | None = None,
1500
1480
  class_name: Any | None = None,
1501
- autofocus: bool | None = None,
1502
1481
  custom_attrs: dict[str, Var | Any] | None = None,
1503
1482
  on_animation_end: EventType[()] | None = None,
1504
1483
  on_animation_start: EventType[()] | None = None,
@@ -1549,7 +1528,6 @@ class Funnel(Recharts):
1549
1528
  id: The id for the component.
1550
1529
  ref: The Var to pass as the ref to the component.
1551
1530
  class_name: The class name for the component.
1552
- autofocus: Whether the component should take the focus once the page is loaded
1553
1531
  custom_attrs: custom attribute
1554
1532
  **props: The props of the component.
1555
1533
 
@@ -1576,7 +1554,6 @@ class ErrorBar(Recharts):
1576
1554
  id: Any | None = None,
1577
1555
  ref: Var | None = None,
1578
1556
  class_name: Any | None = None,
1579
- autofocus: bool | None = None,
1580
1557
  custom_attrs: dict[str, Var | Any] | None = None,
1581
1558
  on_blur: EventType[()] | None = None,
1582
1559
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1610,7 +1587,6 @@ class ErrorBar(Recharts):
1610
1587
  id: The id for the component.
1611
1588
  ref: The Var to pass as the ref to the component.
1612
1589
  class_name: The class name for the component.
1613
- autofocus: Whether the component should take the focus once the page is loaded
1614
1590
  custom_attrs: custom attribute
1615
1591
  **props: The props of the component.
1616
1592
 
@@ -1638,7 +1614,6 @@ class Reference(Recharts):
1638
1614
  id: Any | None = None,
1639
1615
  ref: Var | None = None,
1640
1616
  class_name: Any | None = None,
1641
- autofocus: bool | None = None,
1642
1617
  custom_attrs: dict[str, Var | Any] | None = None,
1643
1618
  on_blur: EventType[()] | None = None,
1644
1619
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1671,7 +1646,6 @@ class Reference(Recharts):
1671
1646
  id: The id for the component.
1672
1647
  ref: The Var to pass as the ref to the component.
1673
1648
  class_name: The class name for the component.
1674
- autofocus: Whether the component should take the focus once the page is loaded
1675
1649
  custom_attrs: custom attribute
1676
1650
  **props: The props of the component.
1677
1651
 
@@ -1708,7 +1682,6 @@ class ReferenceLine(Reference):
1708
1682
  id: Any | None = None,
1709
1683
  ref: Var | None = None,
1710
1684
  class_name: Any | None = None,
1711
- autofocus: bool | None = None,
1712
1685
  custom_attrs: dict[str, Var | Any] | None = None,
1713
1686
  on_blur: EventType[()] | None = None,
1714
1687
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1746,7 +1719,6 @@ class ReferenceLine(Reference):
1746
1719
  id: The id for the component.
1747
1720
  ref: The Var to pass as the ref to the component.
1748
1721
  class_name: The class name for the component.
1749
- autofocus: Whether the component should take the focus once the page is loaded
1750
1722
  custom_attrs: custom attribute
1751
1723
  **props: The props of the component.
1752
1724
 
@@ -1779,7 +1751,6 @@ class ReferenceDot(Reference):
1779
1751
  id: Any | None = None,
1780
1752
  ref: Var | None = None,
1781
1753
  class_name: Any | None = None,
1782
- autofocus: bool | None = None,
1783
1754
  custom_attrs: dict[str, Var | Any] | None = None,
1784
1755
  on_blur: EventType[()] | None = None,
1785
1756
  on_click: EventType[()] | None = None,
@@ -1825,7 +1796,6 @@ class ReferenceDot(Reference):
1825
1796
  id: The id for the component.
1826
1797
  ref: The Var to pass as the ref to the component.
1827
1798
  class_name: The class name for the component.
1828
- autofocus: Whether the component should take the focus once the page is loaded
1829
1799
  custom_attrs: custom attribute
1830
1800
  **props: The props of the component.
1831
1801
 
@@ -1859,7 +1829,6 @@ class ReferenceArea(Recharts):
1859
1829
  id: Any | None = None,
1860
1830
  ref: Var | None = None,
1861
1831
  class_name: Any | None = None,
1862
- autofocus: bool | None = None,
1863
1832
  custom_attrs: dict[str, Var | Any] | None = None,
1864
1833
  on_blur: EventType[()] | None = None,
1865
1834
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1898,7 +1867,6 @@ class ReferenceArea(Recharts):
1898
1867
  id: The id for the component.
1899
1868
  ref: The Var to pass as the ref to the component.
1900
1869
  class_name: The class name for the component.
1901
- autofocus: Whether the component should take the focus once the page is loaded
1902
1870
  custom_attrs: custom attribute
1903
1871
  **props: The props of the component.
1904
1872
 
@@ -1924,7 +1892,6 @@ class Grid(Recharts):
1924
1892
  id: Any | None = None,
1925
1893
  ref: Var | None = None,
1926
1894
  class_name: Any | None = None,
1927
- autofocus: bool | None = None,
1928
1895
  custom_attrs: dict[str, Var | Any] | None = None,
1929
1896
  on_blur: EventType[()] | None = None,
1930
1897
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1957,7 +1924,6 @@ class Grid(Recharts):
1957
1924
  id: The id for the component.
1958
1925
  ref: The Var to pass as the ref to the component.
1959
1926
  class_name: The class name for the component.
1960
- autofocus: Whether the component should take the focus once the page is loaded
1961
1927
  custom_attrs: custom attribute
1962
1928
  **props: The props of the component.
1963
1929
 
@@ -1991,7 +1957,6 @@ class CartesianGrid(Grid):
1991
1957
  id: Any | None = None,
1992
1958
  ref: Var | None = None,
1993
1959
  class_name: Any | None = None,
1994
- autofocus: bool | None = None,
1995
1960
  custom_attrs: dict[str, Var | Any] | None = None,
1996
1961
  on_blur: EventType[()] | None = None,
1997
1962
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2032,7 +1997,6 @@ class CartesianGrid(Grid):
2032
1997
  id: The id for the component.
2033
1998
  ref: The Var to pass as the ref to the component.
2034
1999
  class_name: The class name for the component.
2035
- autofocus: Whether the component should take the focus once the page is loaded
2036
2000
  custom_attrs: custom attribute
2037
2001
  **props: The props of the component.
2038
2002
 
@@ -2072,7 +2036,6 @@ class CartesianAxis(Grid):
2072
2036
  id: Any | None = None,
2073
2037
  ref: Var | None = None,
2074
2038
  class_name: Any | None = None,
2075
- autofocus: bool | None = None,
2076
2039
  custom_attrs: dict[str, Var | Any] | None = None,
2077
2040
  on_blur: EventType[()] | None = None,
2078
2041
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2115,7 +2078,6 @@ class CartesianAxis(Grid):
2115
2078
  id: The id for the component.
2116
2079
  ref: The Var to pass as the ref to the component.
2117
2080
  class_name: The class name for the component.
2118
- autofocus: Whether the component should take the focus once the page is loaded
2119
2081
  custom_attrs: custom attribute
2120
2082
  **props: The props of the component.
2121
2083
 
@@ -29,7 +29,6 @@ class ChartBase(RechartsCharts):
29
29
  id: Any | None = None,
30
30
  ref: Var | None = None,
31
31
  class_name: Any | None = None,
32
- autofocus: bool | None = None,
33
32
  custom_attrs: dict[str, Var | Any] | None = None,
34
33
  on_blur: EventType[()] | None = None,
35
34
  on_click: EventType[()] | None = None,
@@ -64,7 +63,6 @@ class ChartBase(RechartsCharts):
64
63
  id: The id for the component.
65
64
  ref: The Var to pass as the ref to the component.
66
65
  class_name: The class name for the component.
67
- autofocus: Whether the component should take the focus once the page is loaded
68
66
  custom_attrs: custom attribute
69
67
  **props: The properties of the chart component.
70
68
 
@@ -100,7 +98,6 @@ class CategoricalChartBase(ChartBase):
100
98
  id: Any | None = None,
101
99
  ref: Var | None = None,
102
100
  class_name: Any | None = None,
103
- autofocus: bool | None = None,
104
101
  custom_attrs: dict[str, Var | Any] | None = None,
105
102
  on_blur: EventType[()] | None = None,
106
103
  on_click: EventType[()] | None = None,
@@ -141,7 +138,6 @@ class CategoricalChartBase(ChartBase):
141
138
  id: The id for the component.
142
139
  ref: The Var to pass as the ref to the component.
143
140
  class_name: The class name for the component.
144
- autofocus: Whether the component should take the focus once the page is loaded
145
141
  custom_attrs: custom attribute
146
142
  **props: The properties of the chart component.
147
143
 
@@ -181,7 +177,6 @@ class AreaChart(CategoricalChartBase):
181
177
  id: Any | None = None,
182
178
  ref: Var | None = None,
183
179
  class_name: Any | None = None,
184
- autofocus: bool | None = None,
185
180
  custom_attrs: dict[str, Var | Any] | None = None,
186
181
  on_blur: EventType[()] | None = None,
187
182
  on_click: EventType[()] | None = None,
@@ -223,7 +218,6 @@ class AreaChart(CategoricalChartBase):
223
218
  id: The id for the component.
224
219
  ref: The Var to pass as the ref to the component.
225
220
  class_name: The class name for the component.
226
- autofocus: Whether the component should take the focus once the page is loaded
227
221
  custom_attrs: custom attribute
228
222
  **props: The properties of the chart component.
229
223
 
@@ -264,7 +258,6 @@ class BarChart(CategoricalChartBase):
264
258
  id: Any | None = None,
265
259
  ref: Var | None = None,
266
260
  class_name: Any | None = None,
267
- autofocus: bool | None = None,
268
261
  custom_attrs: dict[str, Var | Any] | None = None,
269
262
  on_blur: EventType[()] | None = None,
270
263
  on_click: EventType[()] | None = None,
@@ -310,7 +303,6 @@ class BarChart(CategoricalChartBase):
310
303
  id: The id for the component.
311
304
  ref: The Var to pass as the ref to the component.
312
305
  class_name: The class name for the component.
313
- autofocus: Whether the component should take the focus once the page is loaded
314
306
  custom_attrs: custom attribute
315
307
  **props: The properties of the chart component.
316
308
 
@@ -346,7 +338,6 @@ class LineChart(CategoricalChartBase):
346
338
  id: Any | None = None,
347
339
  ref: Var | None = None,
348
340
  class_name: Any | None = None,
349
- autofocus: bool | None = None,
350
341
  custom_attrs: dict[str, Var | Any] | None = None,
351
342
  on_blur: EventType[()] | None = None,
352
343
  on_click: EventType[()] | None = None,
@@ -387,7 +378,6 @@ class LineChart(CategoricalChartBase):
387
378
  id: The id for the component.
388
379
  ref: The Var to pass as the ref to the component.
389
380
  class_name: The class name for the component.
390
- autofocus: Whether the component should take the focus once the page is loaded
391
381
  custom_attrs: custom attribute
392
382
  **props: The properties of the chart component.
393
383
 
@@ -431,7 +421,6 @@ class ComposedChart(CategoricalChartBase):
431
421
  id: Any | None = None,
432
422
  ref: Var | None = None,
433
423
  class_name: Any | None = None,
434
- autofocus: bool | None = None,
435
424
  custom_attrs: dict[str, Var | Any] | None = None,
436
425
  on_blur: EventType[()] | None = None,
437
426
  on_click: EventType[()] | None = None,
@@ -477,7 +466,6 @@ class ComposedChart(CategoricalChartBase):
477
466
  id: The id for the component.
478
467
  ref: The Var to pass as the ref to the component.
479
468
  class_name: The class name for the component.
480
- autofocus: Whether the component should take the focus once the page is loaded
481
469
  custom_attrs: custom attribute
482
470
  **props: The properties of the chart component.
483
471
 
@@ -502,7 +490,6 @@ class PieChart(ChartBase):
502
490
  id: Any | None = None,
503
491
  ref: Var | None = None,
504
492
  class_name: Any | None = None,
505
- autofocus: bool | None = None,
506
493
  custom_attrs: dict[str, Var | Any] | None = None,
507
494
  on_blur: EventType[()] | None = None,
508
495
  on_click: EventType[()] | None = None,
@@ -542,7 +529,6 @@ class PieChart(ChartBase):
542
529
  id: The id for the component.
543
530
  ref: The Var to pass as the ref to the component.
544
531
  class_name: The class name for the component.
545
- autofocus: Whether the component should take the focus once the page is loaded
546
532
  custom_attrs: custom attribute
547
533
  **props: The properties of the chart component.
548
534
 
@@ -576,7 +562,6 @@ class RadarChart(ChartBase):
576
562
  id: Any | None = None,
577
563
  ref: Var | None = None,
578
564
  class_name: Any | None = None,
579
- autofocus: bool | None = None,
580
565
  custom_attrs: dict[str, Var | Any] | None = None,
581
566
  on_click: EventType[()] | None = None,
582
567
  on_mouse_enter: EventType[()] | None = None,
@@ -605,7 +590,6 @@ class RadarChart(ChartBase):
605
590
  id: The id for the component.
606
591
  ref: The Var to pass as the ref to the component.
607
592
  class_name: The class name for the component.
608
- autofocus: Whether the component should take the focus once the page is loaded
609
593
  custom_attrs: custom attribute
610
594
  **props: The properties of the chart component.
611
595
 
@@ -640,7 +624,6 @@ class RadialBarChart(ChartBase):
640
624
  id: Any | None = None,
641
625
  ref: Var | None = None,
642
626
  class_name: Any | None = None,
643
- autofocus: bool | None = None,
644
627
  custom_attrs: dict[str, Var | Any] | None = None,
645
628
  on_blur: EventType[()] | None = None,
646
629
  on_click: EventType[()] | None = None,
@@ -686,7 +669,6 @@ class RadialBarChart(ChartBase):
686
669
  id: The id for the component.
687
670
  ref: The Var to pass as the ref to the component.
688
671
  class_name: The class name for the component.
689
- autofocus: Whether the component should take the focus once the page is loaded
690
672
  custom_attrs: custom attribute
691
673
  **props: The properties of the chart component.
692
674
 
@@ -713,7 +695,6 @@ class ScatterChart(ChartBase):
713
695
  id: Any | None = None,
714
696
  ref: Var | None = None,
715
697
  class_name: Any | None = None,
716
- autofocus: bool | None = None,
717
698
  custom_attrs: dict[str, Var | Any] | None = None,
718
699
  on_click: EventType[()] | None = None,
719
700
  on_mouse_down: EventType[()] | None = None,
@@ -741,7 +722,6 @@ class ScatterChart(ChartBase):
741
722
  id: The id for the component.
742
723
  ref: The Var to pass as the ref to the component.
743
724
  class_name: The class name for the component.
744
- autofocus: Whether the component should take the focus once the page is loaded
745
725
  custom_attrs: custom attribute
746
726
  **props: The properties of the chart component.
747
727
 
@@ -768,7 +748,6 @@ class FunnelChart(ChartBase):
768
748
  id: Any | None = None,
769
749
  ref: Var | None = None,
770
750
  class_name: Any | None = None,
771
- autofocus: bool | None = None,
772
751
  custom_attrs: dict[str, Var | Any] | None = None,
773
752
  on_blur: EventType[()] | None = None,
774
753
  on_click: EventType[()] | None = None,
@@ -806,7 +785,6 @@ class FunnelChart(ChartBase):
806
785
  id: The id for the component.
807
786
  ref: The Var to pass as the ref to the component.
808
787
  class_name: The class name for the component.
809
- autofocus: Whether the component should take the focus once the page is loaded
810
788
  custom_attrs: custom attribute
811
789
  **props: The properties of the chart component.
812
790
 
@@ -842,7 +820,6 @@ class Treemap(RechartsCharts):
842
820
  id: Any | None = None,
843
821
  ref: Var | None = None,
844
822
  class_name: Any | None = None,
845
- autofocus: bool | None = None,
846
823
  custom_attrs: dict[str, Var | Any] | None = None,
847
824
  on_animation_end: EventType[()] | None = None,
848
825
  on_animation_start: EventType[()] | None = None,
@@ -885,7 +862,6 @@ class Treemap(RechartsCharts):
885
862
  id: The id for the component.
886
863
  ref: The Var to pass as the ref to the component.
887
864
  class_name: The class name for the component.
888
- autofocus: Whether the component should take the focus once the page is loaded
889
865
  custom_attrs: custom attribute
890
866
  **props: The properties of the chart component.
891
867