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
@@ -204,7 +204,6 @@ class Body(BaseHTML):
204
204
  id: Any | None = None,
205
205
  ref: Var | None = None,
206
206
  class_name: Any | None = None,
207
- autofocus: bool | None = None,
208
207
  custom_attrs: dict[str, Var | Any] | None = None,
209
208
  on_blur: EventType[()] | None = None,
210
209
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -249,7 +248,6 @@ class Body(BaseHTML):
249
248
  id: The id for the component.
250
249
  ref: The Var to pass as the ref to the component.
251
250
  class_name: The class name for the component.
252
- autofocus: Whether the component should take the focus once the page is loaded
253
251
  custom_attrs: custom attribute
254
252
  **props: The props of the component.
255
253
 
@@ -449,7 +447,6 @@ class Address(BaseHTML):
449
447
  id: Any | None = None,
450
448
  ref: Var | None = None,
451
449
  class_name: Any | None = None,
452
- autofocus: bool | None = None,
453
450
  custom_attrs: dict[str, Var | Any] | None = None,
454
451
  on_blur: EventType[()] | None = None,
455
452
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -494,7 +491,6 @@ class Address(BaseHTML):
494
491
  id: The id for the component.
495
492
  ref: The Var to pass as the ref to the component.
496
493
  class_name: The class name for the component.
497
- autofocus: Whether the component should take the focus once the page is loaded
498
494
  custom_attrs: custom attribute
499
495
  **props: The props of the component.
500
496
 
@@ -694,7 +690,6 @@ class Article(BaseHTML):
694
690
  id: Any | None = None,
695
691
  ref: Var | None = None,
696
692
  class_name: Any | None = None,
697
- autofocus: bool | None = None,
698
693
  custom_attrs: dict[str, Var | Any] | None = None,
699
694
  on_blur: EventType[()] | None = None,
700
695
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -739,7 +734,6 @@ class Article(BaseHTML):
739
734
  id: The id for the component.
740
735
  ref: The Var to pass as the ref to the component.
741
736
  class_name: The class name for the component.
742
- autofocus: Whether the component should take the focus once the page is loaded
743
737
  custom_attrs: custom attribute
744
738
  **props: The props of the component.
745
739
 
@@ -939,7 +933,6 @@ class Aside(BaseHTML):
939
933
  id: Any | None = None,
940
934
  ref: Var | None = None,
941
935
  class_name: Any | None = None,
942
- autofocus: bool | None = None,
943
936
  custom_attrs: dict[str, Var | Any] | None = None,
944
937
  on_blur: EventType[()] | None = None,
945
938
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -984,7 +977,6 @@ class Aside(BaseHTML):
984
977
  id: The id for the component.
985
978
  ref: The Var to pass as the ref to the component.
986
979
  class_name: The class name for the component.
987
- autofocus: Whether the component should take the focus once the page is loaded
988
980
  custom_attrs: custom attribute
989
981
  **props: The props of the component.
990
982
 
@@ -1184,7 +1176,6 @@ class Footer(BaseHTML):
1184
1176
  id: Any | None = None,
1185
1177
  ref: Var | None = None,
1186
1178
  class_name: Any | None = None,
1187
- autofocus: bool | None = None,
1188
1179
  custom_attrs: dict[str, Var | Any] | None = None,
1189
1180
  on_blur: EventType[()] | None = None,
1190
1181
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1229,7 +1220,6 @@ class Footer(BaseHTML):
1229
1220
  id: The id for the component.
1230
1221
  ref: The Var to pass as the ref to the component.
1231
1222
  class_name: The class name for the component.
1232
- autofocus: Whether the component should take the focus once the page is loaded
1233
1223
  custom_attrs: custom attribute
1234
1224
  **props: The props of the component.
1235
1225
 
@@ -1429,7 +1419,6 @@ class Header(BaseHTML):
1429
1419
  id: Any | None = None,
1430
1420
  ref: Var | None = None,
1431
1421
  class_name: Any | None = None,
1432
- autofocus: bool | None = None,
1433
1422
  custom_attrs: dict[str, Var | Any] | None = None,
1434
1423
  on_blur: EventType[()] | None = None,
1435
1424
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1474,7 +1463,6 @@ class Header(BaseHTML):
1474
1463
  id: The id for the component.
1475
1464
  ref: The Var to pass as the ref to the component.
1476
1465
  class_name: The class name for the component.
1477
- autofocus: Whether the component should take the focus once the page is loaded
1478
1466
  custom_attrs: custom attribute
1479
1467
  **props: The props of the component.
1480
1468
 
@@ -1674,7 +1662,6 @@ class H1(BaseHTML):
1674
1662
  id: Any | None = None,
1675
1663
  ref: Var | None = None,
1676
1664
  class_name: Any | None = None,
1677
- autofocus: bool | None = None,
1678
1665
  custom_attrs: dict[str, Var | Any] | None = None,
1679
1666
  on_blur: EventType[()] | None = None,
1680
1667
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1719,7 +1706,6 @@ class H1(BaseHTML):
1719
1706
  id: The id for the component.
1720
1707
  ref: The Var to pass as the ref to the component.
1721
1708
  class_name: The class name for the component.
1722
- autofocus: Whether the component should take the focus once the page is loaded
1723
1709
  custom_attrs: custom attribute
1724
1710
  **props: The props of the component.
1725
1711
 
@@ -1919,7 +1905,6 @@ class H2(BaseHTML):
1919
1905
  id: Any | None = None,
1920
1906
  ref: Var | None = None,
1921
1907
  class_name: Any | None = None,
1922
- autofocus: bool | None = None,
1923
1908
  custom_attrs: dict[str, Var | Any] | None = None,
1924
1909
  on_blur: EventType[()] | None = None,
1925
1910
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1964,7 +1949,6 @@ class H2(BaseHTML):
1964
1949
  id: The id for the component.
1965
1950
  ref: The Var to pass as the ref to the component.
1966
1951
  class_name: The class name for the component.
1967
- autofocus: Whether the component should take the focus once the page is loaded
1968
1952
  custom_attrs: custom attribute
1969
1953
  **props: The props of the component.
1970
1954
 
@@ -2164,7 +2148,6 @@ class H3(BaseHTML):
2164
2148
  id: Any | None = None,
2165
2149
  ref: Var | None = None,
2166
2150
  class_name: Any | None = None,
2167
- autofocus: bool | None = None,
2168
2151
  custom_attrs: dict[str, Var | Any] | None = None,
2169
2152
  on_blur: EventType[()] | None = None,
2170
2153
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2209,7 +2192,6 @@ class H3(BaseHTML):
2209
2192
  id: The id for the component.
2210
2193
  ref: The Var to pass as the ref to the component.
2211
2194
  class_name: The class name for the component.
2212
- autofocus: Whether the component should take the focus once the page is loaded
2213
2195
  custom_attrs: custom attribute
2214
2196
  **props: The props of the component.
2215
2197
 
@@ -2409,7 +2391,6 @@ class H4(BaseHTML):
2409
2391
  id: Any | None = None,
2410
2392
  ref: Var | None = None,
2411
2393
  class_name: Any | None = None,
2412
- autofocus: bool | None = None,
2413
2394
  custom_attrs: dict[str, Var | Any] | None = None,
2414
2395
  on_blur: EventType[()] | None = None,
2415
2396
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2454,7 +2435,6 @@ class H4(BaseHTML):
2454
2435
  id: The id for the component.
2455
2436
  ref: The Var to pass as the ref to the component.
2456
2437
  class_name: The class name for the component.
2457
- autofocus: Whether the component should take the focus once the page is loaded
2458
2438
  custom_attrs: custom attribute
2459
2439
  **props: The props of the component.
2460
2440
 
@@ -2654,7 +2634,6 @@ class H5(BaseHTML):
2654
2634
  id: Any | None = None,
2655
2635
  ref: Var | None = None,
2656
2636
  class_name: Any | None = None,
2657
- autofocus: bool | None = None,
2658
2637
  custom_attrs: dict[str, Var | Any] | None = None,
2659
2638
  on_blur: EventType[()] | None = None,
2660
2639
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2699,7 +2678,6 @@ class H5(BaseHTML):
2699
2678
  id: The id for the component.
2700
2679
  ref: The Var to pass as the ref to the component.
2701
2680
  class_name: The class name for the component.
2702
- autofocus: Whether the component should take the focus once the page is loaded
2703
2681
  custom_attrs: custom attribute
2704
2682
  **props: The props of the component.
2705
2683
 
@@ -2899,7 +2877,6 @@ class H6(BaseHTML):
2899
2877
  id: Any | None = None,
2900
2878
  ref: Var | None = None,
2901
2879
  class_name: Any | None = None,
2902
- autofocus: bool | None = None,
2903
2880
  custom_attrs: dict[str, Var | Any] | None = None,
2904
2881
  on_blur: EventType[()] | None = None,
2905
2882
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2944,7 +2921,6 @@ class H6(BaseHTML):
2944
2921
  id: The id for the component.
2945
2922
  ref: The Var to pass as the ref to the component.
2946
2923
  class_name: The class name for the component.
2947
- autofocus: Whether the component should take the focus once the page is loaded
2948
2924
  custom_attrs: custom attribute
2949
2925
  **props: The props of the component.
2950
2926
 
@@ -3144,7 +3120,6 @@ class Main(BaseHTML):
3144
3120
  id: Any | None = None,
3145
3121
  ref: Var | None = None,
3146
3122
  class_name: Any | None = None,
3147
- autofocus: bool | None = None,
3148
3123
  custom_attrs: dict[str, Var | Any] | None = None,
3149
3124
  on_blur: EventType[()] | None = None,
3150
3125
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3189,7 +3164,6 @@ class Main(BaseHTML):
3189
3164
  id: The id for the component.
3190
3165
  ref: The Var to pass as the ref to the component.
3191
3166
  class_name: The class name for the component.
3192
- autofocus: Whether the component should take the focus once the page is loaded
3193
3167
  custom_attrs: custom attribute
3194
3168
  **props: The props of the component.
3195
3169
 
@@ -3389,7 +3363,6 @@ class Nav(BaseHTML):
3389
3363
  id: Any | None = None,
3390
3364
  ref: Var | None = None,
3391
3365
  class_name: Any | None = None,
3392
- autofocus: bool | None = None,
3393
3366
  custom_attrs: dict[str, Var | Any] | None = None,
3394
3367
  on_blur: EventType[()] | None = None,
3395
3368
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3434,7 +3407,6 @@ class Nav(BaseHTML):
3434
3407
  id: The id for the component.
3435
3408
  ref: The Var to pass as the ref to the component.
3436
3409
  class_name: The class name for the component.
3437
- autofocus: Whether the component should take the focus once the page is loaded
3438
3410
  custom_attrs: custom attribute
3439
3411
  **props: The props of the component.
3440
3412
 
@@ -3634,7 +3606,6 @@ class Section(BaseHTML):
3634
3606
  id: Any | None = None,
3635
3607
  ref: Var | None = None,
3636
3608
  class_name: Any | None = None,
3637
- autofocus: bool | None = None,
3638
3609
  custom_attrs: dict[str, Var | Any] | None = None,
3639
3610
  on_blur: EventType[()] | None = None,
3640
3611
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3679,7 +3650,6 @@ class Section(BaseHTML):
3679
3650
  id: The id for the component.
3680
3651
  ref: The Var to pass as the ref to the component.
3681
3652
  class_name: The class name for the component.
3682
- autofocus: Whether the component should take the focus once the page is loaded
3683
3653
  custom_attrs: custom attribute
3684
3654
  **props: The props of the component.
3685
3655
 
@@ -204,7 +204,6 @@ class Caption(BaseHTML):
204
204
  id: Any | None = None,
205
205
  ref: Var | None = None,
206
206
  class_name: Any | None = None,
207
- autofocus: bool | None = None,
208
207
  custom_attrs: dict[str, Var | Any] | None = None,
209
208
  on_blur: EventType[()] | None = None,
210
209
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -249,7 +248,6 @@ class Caption(BaseHTML):
249
248
  id: The id for the component.
250
249
  ref: The Var to pass as the ref to the component.
251
250
  class_name: The class name for the component.
252
- autofocus: Whether the component should take the focus once the page is loaded
253
251
  custom_attrs: custom attribute
254
252
  **props: The props of the component.
255
253
 
@@ -450,7 +448,6 @@ class Col(BaseHTML):
450
448
  id: Any | None = None,
451
449
  ref: Var | None = None,
452
450
  class_name: Any | None = None,
453
- autofocus: bool | None = None,
454
451
  custom_attrs: dict[str, Var | Any] | None = None,
455
452
  on_blur: EventType[()] | None = None,
456
453
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -496,7 +493,6 @@ class Col(BaseHTML):
496
493
  id: The id for the component.
497
494
  ref: The Var to pass as the ref to the component.
498
495
  class_name: The class name for the component.
499
- autofocus: Whether the component should take the focus once the page is loaded
500
496
  custom_attrs: custom attribute
501
497
  **props: The props of the component.
502
498
 
@@ -697,7 +693,6 @@ class Colgroup(BaseHTML):
697
693
  id: Any | None = None,
698
694
  ref: Var | None = None,
699
695
  class_name: Any | None = None,
700
- autofocus: bool | None = None,
701
696
  custom_attrs: dict[str, Var | Any] | None = None,
702
697
  on_blur: EventType[()] | None = None,
703
698
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -743,7 +738,6 @@ class Colgroup(BaseHTML):
743
738
  id: The id for the component.
744
739
  ref: The Var to pass as the ref to the component.
745
740
  class_name: The class name for the component.
746
- autofocus: Whether the component should take the focus once the page is loaded
747
741
  custom_attrs: custom attribute
748
742
  **props: The props of the component.
749
743
 
@@ -947,7 +941,6 @@ class Table(BaseHTML):
947
941
  id: Any | None = None,
948
942
  ref: Var | None = None,
949
943
  class_name: Any | None = None,
950
- autofocus: bool | None = None,
951
944
  custom_attrs: dict[str, Var | Any] | None = None,
952
945
  on_blur: EventType[()] | None = None,
953
946
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -994,7 +987,6 @@ class Table(BaseHTML):
994
987
  id: The id for the component.
995
988
  ref: The Var to pass as the ref to the component.
996
989
  class_name: The class name for the component.
997
- autofocus: Whether the component should take the focus once the page is loaded
998
990
  custom_attrs: custom attribute
999
991
  **props: The props of the component.
1000
992
 
@@ -1194,7 +1186,6 @@ class Tbody(BaseHTML):
1194
1186
  id: Any | None = None,
1195
1187
  ref: Var | None = None,
1196
1188
  class_name: Any | None = None,
1197
- autofocus: bool | None = None,
1198
1189
  custom_attrs: dict[str, Var | Any] | None = None,
1199
1190
  on_blur: EventType[()] | None = None,
1200
1191
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1239,7 +1230,6 @@ class Tbody(BaseHTML):
1239
1230
  id: The id for the component.
1240
1231
  ref: The Var to pass as the ref to the component.
1241
1232
  class_name: The class name for the component.
1242
- autofocus: Whether the component should take the focus once the page is loaded
1243
1233
  custom_attrs: custom attribute
1244
1234
  **props: The props of the component.
1245
1235
 
@@ -1445,7 +1435,6 @@ class Td(BaseHTML):
1445
1435
  id: Any | None = None,
1446
1436
  ref: Var | None = None,
1447
1437
  class_name: Any | None = None,
1448
- autofocus: bool | None = None,
1449
1438
  custom_attrs: dict[str, Var | Any] | None = None,
1450
1439
  on_blur: EventType[()] | None = None,
1451
1440
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1494,7 +1483,6 @@ class Td(BaseHTML):
1494
1483
  id: The id for the component.
1495
1484
  ref: The Var to pass as the ref to the component.
1496
1485
  class_name: The class name for the component.
1497
- autofocus: Whether the component should take the focus once the page is loaded
1498
1486
  custom_attrs: custom attribute
1499
1487
  **props: The props of the component.
1500
1488
 
@@ -1694,7 +1682,6 @@ class Tfoot(BaseHTML):
1694
1682
  id: Any | None = None,
1695
1683
  ref: Var | None = None,
1696
1684
  class_name: Any | None = None,
1697
- autofocus: bool | None = None,
1698
1685
  custom_attrs: dict[str, Var | Any] | None = None,
1699
1686
  on_blur: EventType[()] | None = None,
1700
1687
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1739,7 +1726,6 @@ class Tfoot(BaseHTML):
1739
1726
  id: The id for the component.
1740
1727
  ref: The Var to pass as the ref to the component.
1741
1728
  class_name: The class name for the component.
1742
- autofocus: Whether the component should take the focus once the page is loaded
1743
1729
  custom_attrs: custom attribute
1744
1730
  **props: The props of the component.
1745
1731
 
@@ -1946,7 +1932,6 @@ class Th(BaseHTML):
1946
1932
  id: Any | None = None,
1947
1933
  ref: Var | None = None,
1948
1934
  class_name: Any | None = None,
1949
- autofocus: bool | None = None,
1950
1935
  custom_attrs: dict[str, Var | Any] | None = None,
1951
1936
  on_blur: EventType[()] | None = None,
1952
1937
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1996,7 +1981,6 @@ class Th(BaseHTML):
1996
1981
  id: The id for the component.
1997
1982
  ref: The Var to pass as the ref to the component.
1998
1983
  class_name: The class name for the component.
1999
- autofocus: Whether the component should take the focus once the page is loaded
2000
1984
  custom_attrs: custom attribute
2001
1985
  **props: The props of the component.
2002
1986
 
@@ -2196,7 +2180,6 @@ class Thead(BaseHTML):
2196
2180
  id: Any | None = None,
2197
2181
  ref: Var | None = None,
2198
2182
  class_name: Any | None = None,
2199
- autofocus: bool | None = None,
2200
2183
  custom_attrs: dict[str, Var | Any] | None = None,
2201
2184
  on_blur: EventType[()] | None = None,
2202
2185
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2241,7 +2224,6 @@ class Thead(BaseHTML):
2241
2224
  id: The id for the component.
2242
2225
  ref: The Var to pass as the ref to the component.
2243
2226
  class_name: The class name for the component.
2244
- autofocus: Whether the component should take the focus once the page is loaded
2245
2227
  custom_attrs: custom attribute
2246
2228
  **props: The props of the component.
2247
2229
 
@@ -2441,7 +2423,6 @@ class Tr(BaseHTML):
2441
2423
  id: Any | None = None,
2442
2424
  ref: Var | None = None,
2443
2425
  class_name: Any | None = None,
2444
- autofocus: bool | None = None,
2445
2426
  custom_attrs: dict[str, Var | Any] | None = None,
2446
2427
  on_blur: EventType[()] | None = None,
2447
2428
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2486,7 +2467,6 @@ class Tr(BaseHTML):
2486
2467
  id: The id for the component.
2487
2468
  ref: The Var to pass as the ref to the component.
2488
2469
  class_name: The class name for the component.
2489
- autofocus: Whether the component should take the focus once the page is loaded
2490
2470
  custom_attrs: custom attribute
2491
2471
  **props: The props of the component.
2492
2472
 
@@ -205,7 +205,6 @@ class Blockquote(BaseHTML):
205
205
  id: Any | None = None,
206
206
  ref: Var | None = None,
207
207
  class_name: Any | None = None,
208
- autofocus: bool | None = None,
209
208
  custom_attrs: dict[str, Var | Any] | None = None,
210
209
  on_blur: EventType[()] | None = None,
211
210
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -251,7 +250,6 @@ class Blockquote(BaseHTML):
251
250
  id: The id for the component.
252
251
  ref: The Var to pass as the ref to the component.
253
252
  class_name: The class name for the component.
254
- autofocus: Whether the component should take the focus once the page is loaded
255
253
  custom_attrs: custom attribute
256
254
  **props: The props of the component.
257
255
 
@@ -451,7 +449,6 @@ class Dd(BaseHTML):
451
449
  id: Any | None = None,
452
450
  ref: Var | None = None,
453
451
  class_name: Any | None = None,
454
- autofocus: bool | None = None,
455
452
  custom_attrs: dict[str, Var | Any] | None = None,
456
453
  on_blur: EventType[()] | None = None,
457
454
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -496,7 +493,6 @@ class Dd(BaseHTML):
496
493
  id: The id for the component.
497
494
  ref: The Var to pass as the ref to the component.
498
495
  class_name: The class name for the component.
499
- autofocus: Whether the component should take the focus once the page is loaded
500
496
  custom_attrs: custom attribute
501
497
  **props: The props of the component.
502
498
 
@@ -696,7 +692,6 @@ class Div(BaseHTML):
696
692
  id: Any | None = None,
697
693
  ref: Var | None = None,
698
694
  class_name: Any | None = None,
699
- autofocus: bool | None = None,
700
695
  custom_attrs: dict[str, Var | Any] | None = None,
701
696
  on_blur: EventType[()] | None = None,
702
697
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -741,7 +736,6 @@ class Div(BaseHTML):
741
736
  id: The id for the component.
742
737
  ref: The Var to pass as the ref to the component.
743
738
  class_name: The class name for the component.
744
- autofocus: Whether the component should take the focus once the page is loaded
745
739
  custom_attrs: custom attribute
746
740
  **props: The props of the component.
747
741
 
@@ -941,7 +935,6 @@ class Dl(BaseHTML):
941
935
  id: Any | None = None,
942
936
  ref: Var | None = None,
943
937
  class_name: Any | None = None,
944
- autofocus: bool | None = None,
945
938
  custom_attrs: dict[str, Var | Any] | None = None,
946
939
  on_blur: EventType[()] | None = None,
947
940
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -986,7 +979,6 @@ class Dl(BaseHTML):
986
979
  id: The id for the component.
987
980
  ref: The Var to pass as the ref to the component.
988
981
  class_name: The class name for the component.
989
- autofocus: Whether the component should take the focus once the page is loaded
990
982
  custom_attrs: custom attribute
991
983
  **props: The props of the component.
992
984
 
@@ -1186,7 +1178,6 @@ class Dt(BaseHTML):
1186
1178
  id: Any | None = None,
1187
1179
  ref: Var | None = None,
1188
1180
  class_name: Any | None = None,
1189
- autofocus: bool | None = None,
1190
1181
  custom_attrs: dict[str, Var | Any] | None = None,
1191
1182
  on_blur: EventType[()] | None = None,
1192
1183
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1231,7 +1222,6 @@ class Dt(BaseHTML):
1231
1222
  id: The id for the component.
1232
1223
  ref: The Var to pass as the ref to the component.
1233
1224
  class_name: The class name for the component.
1234
- autofocus: Whether the component should take the focus once the page is loaded
1235
1225
  custom_attrs: custom attribute
1236
1226
  **props: The props of the component.
1237
1227
 
@@ -1431,7 +1421,6 @@ class Figcaption(BaseHTML):
1431
1421
  id: Any | None = None,
1432
1422
  ref: Var | None = None,
1433
1423
  class_name: Any | None = None,
1434
- autofocus: bool | None = None,
1435
1424
  custom_attrs: dict[str, Var | Any] | None = None,
1436
1425
  on_blur: EventType[()] | None = None,
1437
1426
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1476,7 +1465,6 @@ class Figcaption(BaseHTML):
1476
1465
  id: The id for the component.
1477
1466
  ref: The Var to pass as the ref to the component.
1478
1467
  class_name: The class name for the component.
1479
- autofocus: Whether the component should take the focus once the page is loaded
1480
1468
  custom_attrs: custom attribute
1481
1469
  **props: The props of the component.
1482
1470
 
@@ -1676,7 +1664,6 @@ class Figure(BaseHTML):
1676
1664
  id: Any | None = None,
1677
1665
  ref: Var | None = None,
1678
1666
  class_name: Any | None = None,
1679
- autofocus: bool | None = None,
1680
1667
  custom_attrs: dict[str, Var | Any] | None = None,
1681
1668
  on_blur: EventType[()] | None = None,
1682
1669
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1721,7 +1708,6 @@ class Figure(BaseHTML):
1721
1708
  id: The id for the component.
1722
1709
  ref: The Var to pass as the ref to the component.
1723
1710
  class_name: The class name for the component.
1724
- autofocus: Whether the component should take the focus once the page is loaded
1725
1711
  custom_attrs: custom attribute
1726
1712
  **props: The props of the component.
1727
1713
 
@@ -1921,7 +1907,6 @@ class Hr(BaseHTML):
1921
1907
  id: Any | None = None,
1922
1908
  ref: Var | None = None,
1923
1909
  class_name: Any | None = None,
1924
- autofocus: bool | None = None,
1925
1910
  custom_attrs: dict[str, Var | Any] | None = None,
1926
1911
  on_blur: EventType[()] | None = None,
1927
1912
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1966,7 +1951,6 @@ class Hr(BaseHTML):
1966
1951
  id: The id for the component.
1967
1952
  ref: The Var to pass as the ref to the component.
1968
1953
  class_name: The class name for the component.
1969
- autofocus: Whether the component should take the focus once the page is loaded
1970
1954
  custom_attrs: custom attribute
1971
1955
  **props: The props of the component.
1972
1956
 
@@ -2166,7 +2150,6 @@ class Li(BaseHTML):
2166
2150
  id: Any | None = None,
2167
2151
  ref: Var | None = None,
2168
2152
  class_name: Any | None = None,
2169
- autofocus: bool | None = None,
2170
2153
  custom_attrs: dict[str, Var | Any] | None = None,
2171
2154
  on_blur: EventType[()] | None = None,
2172
2155
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2211,7 +2194,6 @@ class Li(BaseHTML):
2211
2194
  id: The id for the component.
2212
2195
  ref: The Var to pass as the ref to the component.
2213
2196
  class_name: The class name for the component.
2214
- autofocus: Whether the component should take the focus once the page is loaded
2215
2197
  custom_attrs: custom attribute
2216
2198
  **props: The props of the component.
2217
2199
 
@@ -2412,7 +2394,6 @@ class Menu(BaseHTML):
2412
2394
  id: Any | None = None,
2413
2395
  ref: Var | None = None,
2414
2396
  class_name: Any | None = None,
2415
- autofocus: bool | None = None,
2416
2397
  custom_attrs: dict[str, Var | Any] | None = None,
2417
2398
  on_blur: EventType[()] | None = None,
2418
2399
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2458,7 +2439,6 @@ class Menu(BaseHTML):
2458
2439
  id: The id for the component.
2459
2440
  ref: The Var to pass as the ref to the component.
2460
2441
  class_name: The class name for the component.
2461
- autofocus: Whether the component should take the focus once the page is loaded
2462
2442
  custom_attrs: custom attribute
2463
2443
  **props: The props of the component.
2464
2444
 
@@ -2663,7 +2643,6 @@ class Ol(BaseHTML):
2663
2643
  id: Any | None = None,
2664
2644
  ref: Var | None = None,
2665
2645
  class_name: Any | None = None,
2666
- autofocus: bool | None = None,
2667
2646
  custom_attrs: dict[str, Var | Any] | None = None,
2668
2647
  on_blur: EventType[()] | None = None,
2669
2648
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2711,7 +2690,6 @@ class Ol(BaseHTML):
2711
2690
  id: The id for the component.
2712
2691
  ref: The Var to pass as the ref to the component.
2713
2692
  class_name: The class name for the component.
2714
- autofocus: Whether the component should take the focus once the page is loaded
2715
2693
  custom_attrs: custom attribute
2716
2694
  **props: The props of the component.
2717
2695
 
@@ -2911,7 +2889,6 @@ class P(BaseHTML):
2911
2889
  id: Any | None = None,
2912
2890
  ref: Var | None = None,
2913
2891
  class_name: Any | None = None,
2914
- autofocus: bool | None = None,
2915
2892
  custom_attrs: dict[str, Var | Any] | None = None,
2916
2893
  on_blur: EventType[()] | None = None,
2917
2894
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2956,7 +2933,6 @@ class P(BaseHTML):
2956
2933
  id: The id for the component.
2957
2934
  ref: The Var to pass as the ref to the component.
2958
2935
  class_name: The class name for the component.
2959
- autofocus: Whether the component should take the focus once the page is loaded
2960
2936
  custom_attrs: custom attribute
2961
2937
  **props: The props of the component.
2962
2938
 
@@ -3156,7 +3132,6 @@ class Pre(BaseHTML):
3156
3132
  id: Any | None = None,
3157
3133
  ref: Var | None = None,
3158
3134
  class_name: Any | None = None,
3159
- autofocus: bool | None = None,
3160
3135
  custom_attrs: dict[str, Var | Any] | None = None,
3161
3136
  on_blur: EventType[()] | None = None,
3162
3137
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3201,7 +3176,6 @@ class Pre(BaseHTML):
3201
3176
  id: The id for the component.
3202
3177
  ref: The Var to pass as the ref to the component.
3203
3178
  class_name: The class name for the component.
3204
- autofocus: Whether the component should take the focus once the page is loaded
3205
3179
  custom_attrs: custom attribute
3206
3180
  **props: The props of the component.
3207
3181
 
@@ -3401,7 +3375,6 @@ class Ul(BaseHTML):
3401
3375
  id: Any | None = None,
3402
3376
  ref: Var | None = None,
3403
3377
  class_name: Any | None = None,
3404
- autofocus: bool | None = None,
3405
3378
  custom_attrs: dict[str, Var | Any] | None = None,
3406
3379
  on_blur: EventType[()] | None = None,
3407
3380
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3446,7 +3419,6 @@ class Ul(BaseHTML):
3446
3419
  id: The id for the component.
3447
3420
  ref: The Var to pass as the ref to the component.
3448
3421
  class_name: The class name for the component.
3449
- autofocus: Whether the component should take the focus once the page is loaded
3450
3422
  custom_attrs: custom attribute
3451
3423
  **props: The props of the component.
3452
3424
 
@@ -3648,7 +3620,6 @@ class Ins(BaseHTML):
3648
3620
  id: Any | None = None,
3649
3621
  ref: Var | None = None,
3650
3622
  class_name: Any | None = None,
3651
- autofocus: bool | None = None,
3652
3623
  custom_attrs: dict[str, Var | Any] | None = None,
3653
3624
  on_blur: EventType[()] | None = None,
3654
3625
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3695,7 +3666,6 @@ class Ins(BaseHTML):
3695
3666
  id: The id for the component.
3696
3667
  ref: The Var to pass as the ref to the component.
3697
3668
  class_name: The class name for the component.
3698
- autofocus: Whether the component should take the focus once the page is loaded
3699
3669
  custom_attrs: custom attribute
3700
3670
  **props: The props of the component.
3701
3671
 
@@ -3897,7 +3867,6 @@ class Del(BaseHTML):
3897
3867
  id: Any | None = None,
3898
3868
  ref: Var | None = None,
3899
3869
  class_name: Any | None = None,
3900
- autofocus: bool | None = None,
3901
3870
  custom_attrs: dict[str, Var | Any] | None = None,
3902
3871
  on_blur: EventType[()] | None = None,
3903
3872
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3944,7 +3913,6 @@ class Del(BaseHTML):
3944
3913
  id: The id for the component.
3945
3914
  ref: The Var to pass as the ref to the component.
3946
3915
  class_name: The class name for the component.
3947
- autofocus: Whether the component should take the focus once the page is loaded
3948
3916
  custom_attrs: custom attribute
3949
3917
  **props: The props of the component.
3950
3918
 
@@ -26,7 +26,6 @@ class Gridjs(NoSSRComponent):
26
26
  id: Any | None = None,
27
27
  ref: Var | None = None,
28
28
  class_name: Any | None = None,
29
- autofocus: bool | None = None,
30
29
  custom_attrs: dict[str, Var | Any] | None = None,
31
30
  on_blur: EventType[()] | None = None,
32
31
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -55,7 +54,6 @@ class Gridjs(NoSSRComponent):
55
54
  id: The id for the component.
56
55
  ref: The Var to pass as the ref to the component.
57
56
  class_name: The class name for the component.
58
- autofocus: Whether the component should take the focus once the page is loaded
59
57
  custom_attrs: custom attribute
60
58
  **props: The props of the component.
61
59
 
@@ -83,7 +81,6 @@ class DataTable(Gridjs):
83
81
  id: Any | None = None,
84
82
  ref: Var | None = None,
85
83
  class_name: Any | None = None,
86
- autofocus: bool | None = None,
87
84
  custom_attrs: dict[str, Var | Any] | None = None,
88
85
  on_blur: EventType[()] | None = None,
89
86
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -118,7 +115,6 @@ class DataTable(Gridjs):
118
115
  id: The id for the component.
119
116
  ref: The Var to pass as the ref to the component.
120
117
  class_name: The class name for the component.
121
- autofocus: Whether the component should take the focus once the page is loaded
122
118
  custom_attrs: custom attribute
123
119
  **props: The props to pass to the component.
124
120