reflex 0.6.3a4__py3-none-any.whl → 0.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/.templates/jinja/web/pages/_app.js.jinja2 +2 -2
- reflex/.templates/jinja/web/utils/context.js.jinja2 +3 -1
- reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +3 -3
- reflex/.templates/web/components/shiki/code.js +29 -0
- reflex/.templates/web/jsconfig.json +2 -1
- reflex/.templates/web/utils/state.js +6 -4
- reflex/__init__.py +6 -3
- reflex/__init__.pyi +4 -3
- reflex/app.py +6 -5
- reflex/compiler/compiler.py +6 -7
- reflex/compiler/utils.py +8 -1
- reflex/components/base/error_boundary.py +37 -24
- reflex/components/base/error_boundary.pyi +8 -7
- reflex/components/component.py +9 -4
- reflex/components/core/banner.py +2 -2
- reflex/components/core/client_side_routing.py +1 -1
- reflex/components/core/clipboard.py +1 -1
- reflex/components/core/clipboard.pyi +1 -1
- reflex/components/core/cond.py +1 -1
- reflex/components/core/debounce.py +5 -1
- reflex/components/core/upload.py +7 -9
- reflex/components/core/upload.pyi +2 -2
- reflex/components/datadisplay/code.py +1 -1
- reflex/components/datadisplay/dataeditor.py +83 -18
- reflex/components/datadisplay/dataeditor.pyi +67 -15
- reflex/components/datadisplay/shiki_code_block.py +813 -0
- reflex/components/datadisplay/shiki_code_block.pyi +2211 -0
- reflex/components/dynamic.py +3 -3
- reflex/components/el/elements/forms.py +37 -23
- reflex/components/el/elements/forms.pyi +7 -4
- reflex/components/markdown/markdown.py +12 -1
- reflex/components/moment/moment.pyi +1 -1
- reflex/components/radix/primitives/drawer.pyi +2 -2
- reflex/components/radix/themes/base.py +2 -2
- reflex/components/radix/themes/color_mode.pyi +1 -1
- reflex/components/radix/themes/components/alert_dialog.pyi +1 -1
- reflex/components/radix/themes/components/checkbox.pyi +3 -3
- reflex/components/radix/themes/components/context_menu.pyi +1 -1
- reflex/components/radix/themes/components/dialog.pyi +2 -2
- reflex/components/radix/themes/components/dropdown_menu.pyi +2 -2
- reflex/components/radix/themes/components/hover_card.pyi +2 -2
- reflex/components/radix/themes/components/popover.pyi +1 -1
- reflex/components/radix/themes/components/radio_cards.pyi +1 -1
- reflex/components/radix/themes/components/radio_group.pyi +1 -1
- reflex/components/radix/themes/components/select.pyi +6 -6
- reflex/components/radix/themes/components/switch.pyi +1 -1
- reflex/components/radix/themes/components/tabs.pyi +2 -2
- reflex/components/radix/themes/components/tooltip.pyi +4 -2
- reflex/components/react_player/__init__.py +1 -0
- reflex/components/react_player/audio.pyi +6 -3
- reflex/components/react_player/react_player.py +12 -1
- reflex/components/react_player/react_player.pyi +11 -3
- reflex/components/react_player/video.pyi +6 -3
- reflex/components/recharts/recharts.py +2 -2
- reflex/components/sonner/toast.py +1 -1
- reflex/components/suneditor/editor.py +40 -16
- reflex/components/suneditor/editor.pyi +15 -11
- reflex/config.py +284 -20
- reflex/constants/__init__.py +2 -0
- reflex/constants/base.py +53 -31
- reflex/constants/compiler.py +2 -12
- reflex/constants/config.py +1 -2
- reflex/constants/installer.py +88 -32
- reflex/constants/style.py +1 -1
- reflex/constants/utils.py +32 -0
- reflex/custom_components/custom_components.py +3 -3
- reflex/event.py +152 -84
- reflex/experimental/__init__.py +2 -0
- reflex/experimental/client_state.py +1 -1
- reflex/experimental/layout.pyi +1 -1
- reflex/istate/storage.py +144 -0
- reflex/model.py +8 -11
- reflex/reflex.py +18 -17
- reflex/state.py +89 -151
- reflex/style.py +1 -1
- reflex/testing.py +2 -1
- reflex/utils/build.py +0 -12
- reflex/utils/exceptions.py +8 -0
- reflex/utils/exec.py +22 -4
- reflex/utils/imports.py +6 -0
- reflex/utils/net.py +2 -4
- reflex/utils/path_ops.py +7 -21
- reflex/utils/prerequisites.py +11 -17
- reflex/utils/pyi_generator.py +91 -3
- reflex/utils/registry.py +2 -6
- reflex/utils/types.py +14 -0
- reflex/vars/base.py +453 -424
- reflex/vars/function.py +6 -16
- reflex/vars/number.py +46 -67
- reflex/vars/object.py +1 -31
- reflex/vars/sequence.py +177 -47
- {reflex-0.6.3a4.dist-info → reflex-0.6.4.dist-info}/METADATA +1 -1
- {reflex-0.6.3a4.dist-info → reflex-0.6.4.dist-info}/RECORD +96 -91
- {reflex-0.6.3a4.dist-info → reflex-0.6.4.dist-info}/LICENSE +0 -0
- {reflex-0.6.3a4.dist-info → reflex-0.6.4.dist-info}/WHEEL +0 -0
- {reflex-0.6.3a4.dist-info → reflex-0.6.4.dist-info}/entry_points.txt +0 -0
|
@@ -8,7 +8,7 @@ reflex/.templates/jinja/custom_components/demo_app.py.jinja2,sha256=ipbKtObNqQLc
|
|
|
8
8
|
reflex/.templates/jinja/custom_components/pyproject.toml.jinja2,sha256=4Y3gCELIePaVwNcoymcjdASBDReC9iaV9Mzj29vy69g,629
|
|
9
9
|
reflex/.templates/jinja/custom_components/src.py.jinja2,sha256=e80PwMI6NoeQtGJ0NXWhYrkqUe7jvvJTFuztYQe-R5w,2403
|
|
10
10
|
reflex/.templates/jinja/web/package.json.jinja2,sha256=YU9PF8WgiQ8OPlG3oLDX31t2R0o6DFntCh698NTiDK8,548
|
|
11
|
-
reflex/.templates/jinja/web/pages/_app.js.jinja2,sha256=
|
|
11
|
+
reflex/.templates/jinja/web/pages/_app.js.jinja2,sha256=reqrrJzGYAQxd6tMrBSPMXo617cyEOio3ePE4AJkQTg,1338
|
|
12
12
|
reflex/.templates/jinja/web/pages/_document.js.jinja2,sha256=E2r3MWp-gimAa6DdRs9ErQpPEyjS_yV5fdid_wdOOlA,182
|
|
13
13
|
reflex/.templates/jinja/web/pages/base_page.js.jinja2,sha256=-Jykv29ZqzsQyyRe_iR2gUD5ac-X5RhDrGs0-diOMOA,400
|
|
14
14
|
reflex/.templates/jinja/web/pages/component.js.jinja2,sha256=1Pui62uSL7LYA7FXZrh9ZmhKH8vHYu663eR134hhsAY,86
|
|
@@ -19,11 +19,12 @@ reflex/.templates/jinja/web/pages/stateful_components.js.jinja2,sha256=BfHi7ckH9
|
|
|
19
19
|
reflex/.templates/jinja/web/pages/utils.js.jinja2,sha256=ugjyythTrVw2hc6VKpfOQ5_A3oesJGIjIuyML01Fnwg,3866
|
|
20
20
|
reflex/.templates/jinja/web/styles/styles.css.jinja2,sha256=4-CvqGR8-nRzkuCOSp_PdqmhPEmOs_kOhskOlhLMEUg,141
|
|
21
21
|
reflex/.templates/jinja/web/tailwind.config.js.jinja2,sha256=uZMIvtL94OZh6h8zsduv3ox6EXnnYgfVXB_5moOe86E,761
|
|
22
|
-
reflex/.templates/jinja/web/utils/context.js.jinja2,sha256=
|
|
22
|
+
reflex/.templates/jinja/web/utils/context.js.jinja2,sha256=1_eDw9k2nRC7pzncmsV-BpGhIsTdx3pDWjz9Rlbk2Sc,3984
|
|
23
23
|
reflex/.templates/jinja/web/utils/theme.js.jinja2,sha256=OSpBMh0Z9tTeqb10js4ZtnE9s1RV4gJfE8629csST8M,26
|
|
24
24
|
reflex/.templates/web/.gitignore,sha256=3tT0CtVkCL09D_Y3Hd4myUgGcBuESeavCa0WHU5ifJ4,417
|
|
25
|
-
reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha256=
|
|
26
|
-
reflex/.templates/web/
|
|
25
|
+
reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js,sha256=icn9Tzgp4Uts0QvvjWvDn3H8vNkP8wxrCjo3XJk32hI,1647
|
|
26
|
+
reflex/.templates/web/components/shiki/code.js,sha256=WYbz5TaInQAHC_Is-nbG4V3hXVOq68VYzGsnJ3wo2Y8,791
|
|
27
|
+
reflex/.templates/web/jsconfig.json,sha256=rhQZZRBYxBWclFYTeU6UakzbGveM4qyRQZUpEAVhyqY,118
|
|
27
28
|
reflex/.templates/web/next.config.js,sha256=ZpGOqo9wHEbt0S08G70VfUNUjFe79UXo7Cde8X8V10E,118
|
|
28
29
|
reflex/.templates/web/postcss.config.js,sha256=oEjUS1dzudKcmoPCD_B1ss2m1K14VDM0S6GAyrs1Ric,108
|
|
29
30
|
reflex/.templates/web/styles/tailwind.css,sha256=wGOoICTy1G0e5bWZ4LYOVgRa3ZT7M44tC4g6CKh6ZPo,112
|
|
@@ -33,12 +34,12 @@ reflex/.templates/web/utils/helpers/debounce.js,sha256=xGhtTRtS_xIcaeqnYVvYJNseL
|
|
|
33
34
|
reflex/.templates/web/utils/helpers/paste.js,sha256=ef30HsR83jRzzvZnl8yV79yqFP8TC_u8SlN99cCS_OM,1799
|
|
34
35
|
reflex/.templates/web/utils/helpers/range.js,sha256=FevdZzCVxjF57ullfjpcUpeOXRxh5v09YnBB0jPbrS4,1152
|
|
35
36
|
reflex/.templates/web/utils/helpers/throttle.js,sha256=qxeyaEojaTeX36FPGftzVWrzDsRQU4iqg3U9RJz9Vj4,566
|
|
36
|
-
reflex/.templates/web/utils/state.js,sha256=
|
|
37
|
-
reflex/__init__.py,sha256=
|
|
38
|
-
reflex/__init__.pyi,sha256=
|
|
37
|
+
reflex/.templates/web/utils/state.js,sha256=hE2X0piynol3Ix1GTuHoyl-BbkaW8sSpehooMeP-aOg,27188
|
|
38
|
+
reflex/__init__.py,sha256=pNGkC4ayK5FvSgWDI2NV0jn1fdx2t0aOT3pluqXfJjY,10533
|
|
39
|
+
reflex/__init__.pyi,sha256=dqv-7Ywq30D5tJsehWd55gmrko02pWZtxbr4wgcN53M,10923
|
|
39
40
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
40
41
|
reflex/admin.py,sha256=_3pkkauMiTGJJ0kwAEBnsUWAgZZ_1WNnCaaObbhpmUI,374
|
|
41
|
-
reflex/app.py,sha256=
|
|
42
|
+
reflex/app.py,sha256=QvzhNIWOCoFUA4j4UkZOe-3X1A7Oez6LI_nNO5YlJfU,55378
|
|
42
43
|
reflex/app_mixins/__init__.py,sha256=Oegz3-gZLP9p2OAN5ALNbsgxuNQfS6lGZgQA8cc-9mQ,137
|
|
43
44
|
reflex/app_mixins/lifespan.py,sha256=JxBliX6WTZ1YbA5YdflDAMVJOvbbnCfuvmBI4GiRLgs,3096
|
|
44
45
|
reflex/app_mixins/middleware.py,sha256=6Yby_Uw1-J0K7NgPyh-X7tGGhmezn6D7-KsfABYAVBU,3130
|
|
@@ -46,9 +47,9 @@ reflex/app_mixins/mixin.py,sha256=wjudM02c-y1vV8aTNUUs9CsFta7pzXrvBqyEzXOW-g4,31
|
|
|
46
47
|
reflex/app_module_for_backend.py,sha256=Xr_JoKeX5Ks_EefejS6lRheMaPkiOlH_Xpzx9QNgAZw,1218
|
|
47
48
|
reflex/base.py,sha256=xFu4NyHOZj8jjMvYITmfu7j6PdA8Cv3PPMUs2CnV5y0,4137
|
|
48
49
|
reflex/compiler/__init__.py,sha256=r8jqmDSFf09iV2lHlNhfc9XrTLjNxfDNwPYlxS4cmHE,27
|
|
49
|
-
reflex/compiler/compiler.py,sha256=
|
|
50
|
+
reflex/compiler/compiler.py,sha256=BmTlnhRlxQNhbpCdd8PbytpVFVCvROqjbPVSHCWbxL0,18521
|
|
50
51
|
reflex/compiler/templates.py,sha256=qY3qH7Z4oH_5i4nhMxffAFXbY6Fc9mEnCtlVP7uU7nU,4562
|
|
51
|
-
reflex/compiler/utils.py,sha256=
|
|
52
|
+
reflex/compiler/utils.py,sha256=XzYkh4TEt2hnDuYyF7BLw2h9vuZq5qFHVec3tcST0lY,14635
|
|
52
53
|
reflex/components/__init__.py,sha256=zbIXThv1WPI0FdIGf9G9RAmGoCRoGy7nHcSZ8K5D5bA,624
|
|
53
54
|
reflex/components/__init__.pyi,sha256=qoj1zIWaitcZOGcJ6k7wuGJk_GAJCE9Xtx8CeRVrvoE,861
|
|
54
55
|
reflex/components/base/__init__.py,sha256=QIOxOPT87WrSE4TSHAsZ-358VzvUXAe1w8vWogQ3Uuo,730
|
|
@@ -60,8 +61,8 @@ reflex/components/base/body.py,sha256=QHOGMr98I6bUXsQKXcY0PzJdhopH6gQ8AESrDSgJV6
|
|
|
60
61
|
reflex/components/base/body.pyi,sha256=FOa5b0NkZBh8akESGbgjMroq7SX9OptdurEUIbUWmWo,2196
|
|
61
62
|
reflex/components/base/document.py,sha256=_Cl9iMXwXdxGMrCLAT20v35FX3MGtbqh2dfWenDtSKc,583
|
|
62
63
|
reflex/components/base/document.pyi,sha256=8oLOhbSHo7uVnoRD0g-4ze-3QWe1NI6FG5vnNbUa4PM,9358
|
|
63
|
-
reflex/components/base/error_boundary.py,sha256=
|
|
64
|
-
reflex/components/base/error_boundary.pyi,sha256=
|
|
64
|
+
reflex/components/base/error_boundary.py,sha256=Ei7gz9FIlUnt6Tgx82d6sgQGU9W596taCkocNWLCeaU,2611
|
|
65
|
+
reflex/components/base/error_boundary.pyi,sha256=ezumpa_p4dpCB6nT8Q44-GkjoVA43RZCNoXNdfSQCB8,2690
|
|
65
66
|
reflex/components/base/fragment.py,sha256=ys7wkokq-N8WBxa9fqkEaNIrBlSximyD7vqlFVe02hQ,342
|
|
66
67
|
reflex/components/base/fragment.pyi,sha256=NLwU-NiIqyBjuXZZg7u-LizZRImpYrqBNq8m9MSyIb4,2236
|
|
67
68
|
reflex/components/base/head.py,sha256=BGjOksNZEo_AZcYEuxNH7onsRnfyxJkJzl4cTd_EwiQ,318
|
|
@@ -72,19 +73,19 @@ reflex/components/base/meta.py,sha256=GvcBACA4Q3ptW_EXdJ6Wpolhh0x6yMW7QsCasG3keb
|
|
|
72
73
|
reflex/components/base/meta.pyi,sha256=k1zDuRCANHHb-4u6mf2oeN10tnPy3wXdpachYuJmh98,8844
|
|
73
74
|
reflex/components/base/script.py,sha256=79Ae72us8sKFQfgPuSilWvJ7ePuQ6JnbLy_cfRSL5qk,2405
|
|
74
75
|
reflex/components/base/script.pyi,sha256=WUGapktdmSODItM2OfnQOox1uW6ShdZWxegs1CUFG-o,3436
|
|
75
|
-
reflex/components/component.py,sha256=
|
|
76
|
+
reflex/components/component.py,sha256=HVE9xGMK41jLqdf33X0EqgMEL2vexbnVb7BXH0qqNss,79932
|
|
76
77
|
reflex/components/core/__init__.py,sha256=msAsWb_6bmZGSei4gEpyYczuJ0VNEZtg20fRtyb3wwM,1285
|
|
77
78
|
reflex/components/core/__init__.pyi,sha256=hmng2kT4e3iBSSI_x9t7g2-58G6Cb4rhuwz_APJ-UZM,1994
|
|
78
|
-
reflex/components/core/banner.py,sha256=
|
|
79
|
+
reflex/components/core/banner.py,sha256=1toGgoA-az12NMoJAJPMZ3hG5dcloGUJWTtGJYJtZAo,8753
|
|
79
80
|
reflex/components/core/banner.pyi,sha256=bIAcnGHhgRydTR4OPLtuFNK22AmnN27-7ENLUBD_jiQ,15551
|
|
80
81
|
reflex/components/core/breakpoints.py,sha256=ZEUGByvPrGM2GFH0K9raGcWkNX8LBhX9o3atE0eCYKs,2711
|
|
81
|
-
reflex/components/core/client_side_routing.py,sha256=
|
|
82
|
+
reflex/components/core/client_side_routing.py,sha256=cAcnwu7zpia9s1ShgAIwf4Nd_8e8rUWNIradgCuUPNM,1884
|
|
82
83
|
reflex/components/core/client_side_routing.pyi,sha256=zVj4_xygQMRlKXvb-Uj69-KCA6mINPTSlj7khpoXvpw,4235
|
|
83
|
-
reflex/components/core/clipboard.py,sha256=
|
|
84
|
-
reflex/components/core/clipboard.pyi,sha256=
|
|
84
|
+
reflex/components/core/clipboard.py,sha256=Qe-hfBY9XmeEfrwVhLtm5f1TbhMmE8MwPgE61Abm_SI,3201
|
|
85
|
+
reflex/components/core/clipboard.pyi,sha256=EvYISKsWBFIepskA3AcWJ3M-ks77Daf9Xri9ePEV66E,2903
|
|
85
86
|
reflex/components/core/colors.py,sha256=-hzVGLEq3TiqroqzMi_YzGBCPXMvkNsen3pS_NzIQNk,590
|
|
86
|
-
reflex/components/core/cond.py,sha256=
|
|
87
|
-
reflex/components/core/debounce.py,sha256=
|
|
87
|
+
reflex/components/core/cond.py,sha256=ZUl_IVVP9iHVNyK1YEdCd8JW7wqGV_Z6G33p3r2MvQ8,5618
|
|
88
|
+
reflex/components/core/debounce.py,sha256=cAKJFnCPdXHCXpAr5qidCbhRpuiQ-h4yentTiV7WGmU,4916
|
|
88
89
|
reflex/components/core/debounce.pyi,sha256=BYUelwEM2A9OxP9erJ5fakl3X4x7CW7HFcu2R2h-zPA,2986
|
|
89
90
|
reflex/components/core/foreach.py,sha256=ajyHZzeQgeH8CiYetneat8qN7bao1ywo8Mc1aSb7kgc,4375
|
|
90
91
|
reflex/components/core/html.py,sha256=d4UJAzWyvwzkjDW-swKxaayFITW6wIYVgYKWFyF8dZ0,1310
|
|
@@ -92,16 +93,18 @@ reflex/components/core/html.pyi,sha256=2YqBQhDp9xEbmLx6Fx22g0G-IcJLehTmZZMyn_emx
|
|
|
92
93
|
reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf_2N_EjCAHwdc,30
|
|
93
94
|
reflex/components/core/match.py,sha256=xhzO8LHl99Gd6yoPJ-UFZsPqilHwZJ7SWJmhly5_exE,9102
|
|
94
95
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
95
|
-
reflex/components/core/upload.py,sha256=
|
|
96
|
-
reflex/components/core/upload.pyi,sha256=
|
|
96
|
+
reflex/components/core/upload.py,sha256=H2lMGjebKXH1uMuC7LxfhL2o4dTSx5vqusb1b3km6o4,10161
|
|
97
|
+
reflex/components/core/upload.pyi,sha256=xQsxf7mtjcpWxuYZxk1L952swmt3yn2OVFmkJ93p_zc,12858
|
|
97
98
|
reflex/components/datadisplay/__init__.py,sha256=L8pWWKNHWdUD2fbZRoEKjd_8c_hpDdGYO463hwkoIi4,438
|
|
98
99
|
reflex/components/datadisplay/__init__.pyi,sha256=rYMwO_X4NvUex6IL2MMTnhdFRp8Lz5zweMwXaW_l7nc,588
|
|
99
|
-
reflex/components/datadisplay/code.py,sha256=
|
|
100
|
+
reflex/components/datadisplay/code.py,sha256=GjjITDuk-OMza5aWKFIXmi2iVcH1wUxlpzCJEWzo1Jw,13831
|
|
100
101
|
reflex/components/datadisplay/code.pyi,sha256=UNxWcQVf2sLLTOaMcczDQnwZi7ltXJHTQriBs_lkKOw,50250
|
|
101
|
-
reflex/components/datadisplay/dataeditor.py,sha256=
|
|
102
|
-
reflex/components/datadisplay/dataeditor.pyi,sha256=
|
|
102
|
+
reflex/components/datadisplay/dataeditor.py,sha256=_Zd1m7aygaq3AaSJfshX6TQLSkz0JPwjBo_Zw5zft84,13771
|
|
103
|
+
reflex/components/datadisplay/dataeditor.pyi,sha256=L71qKVjkCs8UuDzSLyQgNd1zRzB4kCx2jFKOFQaoDhU,11296
|
|
103
104
|
reflex/components/datadisplay/logo.py,sha256=r5DXm6C0b87J63iE_Pac5WZBAfu6gp8_OC_W3hLsc-o,1728
|
|
104
|
-
reflex/components/
|
|
105
|
+
reflex/components/datadisplay/shiki_code_block.py,sha256=OKrMViaW-nI09qML7q7Hn4GEvDIeu8kGf7bnv3fK0jI,22382
|
|
106
|
+
reflex/components/datadisplay/shiki_code_block.pyi,sha256=gFPIQyngqkDh02umykrm7XTrLMpuB5Wc7x_K3Ki0qqc,69497
|
|
107
|
+
reflex/components/dynamic.py,sha256=_fUbI5am0lJP25zXg7oAglchFiPOTZwLOgabkFsUe4I,6501
|
|
105
108
|
reflex/components/el/__init__.py,sha256=nfIjf_cyieEmxptKjA6wRjoongswXv4X3n6vDmsdarI,416
|
|
106
109
|
reflex/components/el/__init__.pyi,sha256=bIfynu1hRonJ6xPwLSf2eNkD3d9DkjFBpkkJO0JzXfo,9778
|
|
107
110
|
reflex/components/el/constants/__init__.py,sha256=9h2hdnOSltQLDEM6w1nGmv1B8Bf0tMquTCi5RhvBT6c,113
|
|
@@ -114,8 +117,8 @@ reflex/components/el/elements/__init__.py,sha256=EpmXxRC-vs00un7gO-GcPk3reEt5-Cu
|
|
|
114
117
|
reflex/components/el/elements/__init__.pyi,sha256=h3yhhFIBNUkSBamalUiDkCBm2TNUluZCwzHVS6R7tC4,9802
|
|
115
118
|
reflex/components/el/elements/base.py,sha256=PcShynWgvalUKWcplT9wEsc3-Gq--RGzfg5-PRuhtco,1981
|
|
116
119
|
reflex/components/el/elements/base.pyi,sha256=Dbxjr3IpT2XZzH5f7QV_r_BySoH-aX3QjO9OPAufPas,4982
|
|
117
|
-
reflex/components/el/elements/forms.py,sha256=
|
|
118
|
-
reflex/components/el/elements/forms.pyi,sha256=
|
|
120
|
+
reflex/components/el/elements/forms.py,sha256=owZunxcAPnt3Kd7Qk9wj8NojbJP6SDfDxRXKkbIo1Pw,20327
|
|
121
|
+
reflex/components/el/elements/forms.pyi,sha256=0iUOerZ-UKoYx67xWbK3V5CZy39x8W-LB4hlH0YqyxM,80064
|
|
119
122
|
reflex/components/el/elements/inline.py,sha256=HEhU00pOFJP-xaWchXpxojk5P3ikgJTgUoqbxTsR8Ns,4090
|
|
120
123
|
reflex/components/el/elements/inline.pyi,sha256=UDK7cFlx19LW8pEZvPR2L4vF3vsn5_bkuWZGyFQygu8,129823
|
|
121
124
|
reflex/components/el/elements/media.py,sha256=8yPoNrHMW6TnkGndfLsrRLHaP_AH2iB981cKqOtpYGE,14754
|
|
@@ -140,11 +143,11 @@ reflex/components/lucide/__init__.py,sha256=EggTK2MuQKQeOBLKW-mF0VaDK9zdWBImu1HO
|
|
|
140
143
|
reflex/components/lucide/icon.py,sha256=1Tt-gP598Z6FXQNPgX3eo80X1WQN-JgysnMmL0KfSnM,29057
|
|
141
144
|
reflex/components/lucide/icon.pyi,sha256=uTLWHmHExERPztbbPbWoYqQNQK-xBUmXzfk6xhYSvuk,31380
|
|
142
145
|
reflex/components/markdown/__init__.py,sha256=Dfl1At5uYoY7H4ufZU_RY2KOGQDLtj75dsZ2BTqqAns,87
|
|
143
|
-
reflex/components/markdown/markdown.py,sha256=
|
|
146
|
+
reflex/components/markdown/markdown.py,sha256=ChcZwFD3F883bfzcqxsRJ_hKe3CGaEt1jFJonEx41fI,11043
|
|
144
147
|
reflex/components/markdown/markdown.pyi,sha256=6XkCr2pTHOTaPV-PCK7QPPsO3E18AueZm6kiZT_ngog,3601
|
|
145
148
|
reflex/components/moment/__init__.py,sha256=jGnZgRBivYJQPIcFgtLaXFteCeIG3gGH5ACXkjEgmsI,92
|
|
146
149
|
reflex/components/moment/moment.py,sha256=qfw2hA1TzqvdEF69eFzecqMDT97fWWc2IXe-Z-gf6zk,4020
|
|
147
|
-
reflex/components/moment/moment.pyi,sha256=
|
|
150
|
+
reflex/components/moment/moment.pyi,sha256=_1wEu-8VyzPlHjza0PIGHrAnAwWiKWsOHWqFatwd3II,5733
|
|
148
151
|
reflex/components/next/__init__.py,sha256=jqYJK6QOAUS2PHpFy8xI6qDGn9h1aT0inNWYX_rZFM8,239
|
|
149
152
|
reflex/components/next/base.py,sha256=uo5Xehc_9U3JkVdH4b_fRYFjLYkFKcfFlmX_rtQbwxk,190
|
|
150
153
|
reflex/components/next/base.pyi,sha256=0NA58qZGF_daCNXqTHYW7UBahW_F7fB--otinsRArHY,2223
|
|
@@ -167,7 +170,7 @@ reflex/components/radix/primitives/accordion.pyi,sha256=lbECOCcf__oAUHwboJF9mLXg
|
|
|
167
170
|
reflex/components/radix/primitives/base.py,sha256=Jbg_KbxnjofunHkmsMzJRJrJ8NZbRZrgktlWd_zTrOs,904
|
|
168
171
|
reflex/components/radix/primitives/base.pyi,sha256=pfBOxq1P19BMO6gdaVISmHZJTw-CTnpgWquGE1w0tao,4382
|
|
169
172
|
reflex/components/radix/primitives/drawer.py,sha256=LrRwiyP6DEfo3hxxM17qlHMgVeC_B419hsqhD9adkIY,8831
|
|
170
|
-
reflex/components/radix/primitives/drawer.pyi,sha256=
|
|
173
|
+
reflex/components/radix/primitives/drawer.pyi,sha256=uW-urN_MvqWs7SBJPAsn3XXNvtlLjp2EwanRCGCxg80,24045
|
|
171
174
|
reflex/components/radix/primitives/form.py,sha256=t2N-QmJEugiK3A5WlSnIwNpT9sHu55ejJsiFO-jiwCk,4818
|
|
172
175
|
reflex/components/radix/primitives/form.pyi,sha256=KfNwhB6-caI8fl5PyQWjCxu5I7qLBm6E_sGnQsI1Taw,36465
|
|
173
176
|
reflex/components/radix/primitives/progress.py,sha256=G-yFtf1Ss72Maczgf78T9VF4cqiPyfpQy2_9n2euXhY,4027
|
|
@@ -176,14 +179,14 @@ reflex/components/radix/primitives/slider.py,sha256=eAH8WbdkMth8Lto8YcfV1uv_rozM
|
|
|
176
179
|
reflex/components/radix/primitives/slider.pyi,sha256=0sRlokSsl4wLWZHWQ7xJjRDzVdYbHN5t_ygF9U23gAI,11894
|
|
177
180
|
reflex/components/radix/themes/__init__.py,sha256=3ASzR_OrjkLXZ6CksGKIQPOcyYZ984NzXrn2UCIdxUc,492
|
|
178
181
|
reflex/components/radix/themes/__init__.pyi,sha256=RVeS7TipR51MgmsWJStZwh4QxKBtOMtCguBtVbUJqX8,476
|
|
179
|
-
reflex/components/radix/themes/base.py,sha256=
|
|
182
|
+
reflex/components/radix/themes/base.py,sha256=U1hxJnfwEvXlLsvzofzksN-oe69EFRjmrX7sN5LQHy0,8239
|
|
180
183
|
reflex/components/radix/themes/base.pyi,sha256=FBSbhzRB3DC4mZi7VrSqbuVsCmxHomBt9fK05pswaXI,20236
|
|
181
184
|
reflex/components/radix/themes/color_mode.py,sha256=NYNZh0KH8kvGCThSOJJlB-CHwkZCtUxyp-xnE4-OPRQ,6212
|
|
182
|
-
reflex/components/radix/themes/color_mode.pyi,sha256=
|
|
185
|
+
reflex/components/radix/themes/color_mode.pyi,sha256=dyafUTd_9x7bo7EF2hwq6-MeZC1FbHeMXAVEY_P3itU,18869
|
|
183
186
|
reflex/components/radix/themes/components/__init__.py,sha256=fzc5ghmmbIQ8yaxKQQY83TINb6k2uVPX-wddyTDlQx8,423
|
|
184
187
|
reflex/components/radix/themes/components/__init__.pyi,sha256=-yTF7ROfG_qxrRL-lmCIidPJtFY5StumKB7VfWsDqSw,1946
|
|
185
188
|
reflex/components/radix/themes/components/alert_dialog.py,sha256=Hehw7iC6CC5V0k_5Jjrfm0w6Rm_P9NYvk8YM9rPoDus,2968
|
|
186
|
-
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=
|
|
189
|
+
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=tqmx9jxvVG-sVr48V1PxJsqv-a5ZnKlrSCl1jcaOiBs,17275
|
|
187
190
|
reflex/components/radix/themes/components/aspect_ratio.py,sha256=puyjBq6NLVpRPp_Zn2x0mSI8ipOIBlUa7fcP1btblx0,406
|
|
188
191
|
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=-fOe4Ytvi5J6B-6TbRG1iSGTFvsadfB_3QCvYoYqdLM,2571
|
|
189
192
|
reflex/components/radix/themes/components/avatar.py,sha256=D6uF9mWVOTV9Ze7UedWx5XpNIQOVaDrs4HhW7rp3h3k,1064
|
|
@@ -197,41 +200,41 @@ reflex/components/radix/themes/components/callout.pyi,sha256=6NvhziO8HMHo5HOM52T
|
|
|
197
200
|
reflex/components/radix/themes/components/card.py,sha256=tMNQIsFVdcRSMPLDlREDvb3gxpdpJALD5LmhNCxOuww,762
|
|
198
201
|
reflex/components/radix/themes/components/card.pyi,sha256=RTINQAv3N2JnpmE2VIdn983ItCkYTJWnV17WF-2pt9o,6195
|
|
199
202
|
reflex/components/radix/themes/components/checkbox.py,sha256=SQ7hU2ntC6fbi9OB4b0tQ1jdddNJKGpWd5HkJhZW6MA,4334
|
|
200
|
-
reflex/components/radix/themes/components/checkbox.pyi,sha256=
|
|
203
|
+
reflex/components/radix/themes/components/checkbox.pyi,sha256=bufOqQarDYe2bUitA_-8DmKW13BLlSqHa8Xbixh8-8s,17678
|
|
201
204
|
reflex/components/radix/themes/components/checkbox_cards.py,sha256=EP_WAUlyBBigQvih60woL6OIM_t5c78wAyZWmgNVHAM,1428
|
|
202
205
|
reflex/components/radix/themes/components/checkbox_cards.pyi,sha256=K8JEOOxkcmyAT0x0-73rWDkqIf4qy3pVjZ5oJsoagYE,8973
|
|
203
206
|
reflex/components/radix/themes/components/checkbox_group.py,sha256=AtKll0dgTfFSkZ-E9U_NL3-9B6KTMdADW3O2kOwAHTU,1531
|
|
204
207
|
reflex/components/radix/themes/components/checkbox_group.pyi,sha256=XXZ2jBirTJflrSEcsKV7KiEZYQnYP1s8zaJJtpFfWRs,7903
|
|
205
208
|
reflex/components/radix/themes/components/context_menu.py,sha256=lago3tDyQrqzK7yLLVCcgnOoTCAhBIqBYtN8c_gl1Q8,4758
|
|
206
|
-
reflex/components/radix/themes/components/context_menu.pyi,sha256=
|
|
209
|
+
reflex/components/radix/themes/components/context_menu.pyi,sha256=qsiuoi5oG85JDyIo5DWdxmBYUjZoJSZgePmW3iQ70ck,22763
|
|
207
210
|
reflex/components/radix/themes/components/data_list.py,sha256=fRrwrYBsUNLeAmch6Y57AS5MDnlKTq4P2J4nsezHq4k,1885
|
|
208
211
|
reflex/components/radix/themes/components/data_list.pyi,sha256=Pt_yd4jVjoXpYPz_hPsOqTlV0d7d-iHbO7ZX_qV2AIs,13180
|
|
209
212
|
reflex/components/radix/themes/components/dialog.py,sha256=cevL9WIytbULi4bFptvxW5DtDluy8iMyxKFoiTSnb0c,2392
|
|
210
|
-
reflex/components/radix/themes/components/dialog.pyi,sha256=
|
|
213
|
+
reflex/components/radix/themes/components/dialog.pyi,sha256=caCe34sGrfbdwyu8GB-ngYWPWm7CWOWVXHB-D5eHVH4,17546
|
|
211
214
|
reflex/components/radix/themes/components/dropdown_menu.py,sha256=VI9m2AHic_W53c3FO31DXbnvGYYEYNtxx7H7fyRV9-g,10432
|
|
212
|
-
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=
|
|
215
|
+
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=QU22fZ9LxcVG7comkR1h0NvpsyCQi2xL0KTc5bBpvuA,29191
|
|
213
216
|
reflex/components/radix/themes/components/hover_card.py,sha256=G8BMqmMxxO0O10gr9Dgd71FYff9hORsQH-WsboYvxUA,2276
|
|
214
|
-
reflex/components/radix/themes/components/hover_card.pyi,sha256=
|
|
217
|
+
reflex/components/radix/themes/components/hover_card.pyi,sha256=17tn21kkOZ2EX6jy9SdvKjMHwfm1EMDmgkEV4tAe998,13629
|
|
215
218
|
reflex/components/radix/themes/components/icon_button.py,sha256=KlU9EVFZIrLubvf6qw9eJJ3ZnPSyKXVy098q2C--cYA,3042
|
|
216
219
|
reflex/components/radix/themes/components/icon_button.pyi,sha256=XwVoBHmT0QeT0eOPy0qILojU7UMNeOJYPJSjEAmzxNs,10729
|
|
217
220
|
reflex/components/radix/themes/components/inset.py,sha256=LAgredj1ebqEeM9xIunGbPDQ06Aw3oPNVkellAx-1PQ,1213
|
|
218
221
|
reflex/components/radix/themes/components/inset.pyi,sha256=ntJfeLWHlRCleQyc14Ws937iaW9CQtmClC6Lig3uEuM,8344
|
|
219
222
|
reflex/components/radix/themes/components/popover.py,sha256=KZL35x3FuvW4JzgmnmZnuhyoCBLmJlUOru5NL_DD0xg,3007
|
|
220
|
-
reflex/components/radix/themes/components/popover.pyi,sha256=
|
|
223
|
+
reflex/components/radix/themes/components/popover.pyi,sha256=6ficHuMkBXw0msIXzy_51XBas7wY3ZGlJngIQT7wLg8,12930
|
|
221
224
|
reflex/components/radix/themes/components/progress.py,sha256=OTqA0GEZY7OtvIqSc8LdHITtISLPRkXgoeWll6zVyd4,2375
|
|
222
225
|
reflex/components/radix/themes/components/progress.pyi,sha256=D51JZAljaeEZvSDyt1Js_6edXBRRRtVE0h1xpYXi-ik,5977
|
|
223
226
|
reflex/components/radix/themes/components/radio.py,sha256=mcX2l2TbhXxqRPVlPnxPgpNmY_VWHqXQEs1frCdHeeU,837
|
|
224
227
|
reflex/components/radix/themes/components/radio.pyi,sha256=Hg0bAkEIbGZmmU3FGKv_IxokcVKRjrE6EQQLfjUm3AI,5146
|
|
225
228
|
reflex/components/radix/themes/components/radio_cards.py,sha256=isUEQmNnsONezlQc_pMRxBzZNanCaDoshSatrNFi5HI,3011
|
|
226
|
-
reflex/components/radix/themes/components/radio_cards.pyi,sha256=
|
|
229
|
+
reflex/components/radix/themes/components/radio_cards.pyi,sha256=9tO2S9FDs0zhHlejRcX_5_DfvFZFkJXQagV39dZD0Xw,11211
|
|
227
230
|
reflex/components/radix/themes/components/radio_group.py,sha256=gTQ5MxHZ2UeGgxiHcc-sU475OIA1AeFvX6IQEWnqPBE,6853
|
|
228
|
-
reflex/components/radix/themes/components/radio_group.pyi,sha256=
|
|
231
|
+
reflex/components/radix/themes/components/radio_group.pyi,sha256=T60MXrWOB--wsV5KBQgTAE8mdF5DbsXvUoa4rJnIadQ,20236
|
|
229
232
|
reflex/components/radix/themes/components/scroll_area.py,sha256=gO3E2UOHygV6mc-b45ka0qXkgo5BHlzR5yDES93tK9g,926
|
|
230
233
|
reflex/components/radix/themes/components/scroll_area.pyi,sha256=6nLeGsO9e-BJ0GX3CQawZEqzGGAOCEmXNRs5t715eSA,3372
|
|
231
234
|
reflex/components/radix/themes/components/segmented_control.py,sha256=qwuEFPEDURokvyzmHjyoFTvOS5GahIKMCJFOMBSlxjI,2204
|
|
232
235
|
reflex/components/radix/themes/components/segmented_control.pyi,sha256=SdwA3Y9wtgNtc5aE8V_fyXgWlvc5Fc-5dWRRYHDsa8o,8325
|
|
233
236
|
reflex/components/radix/themes/components/select.py,sha256=-j5M3bwxVGtmLrg9q_H1JexUyS2IxVDsFa-De8zhnF8,7801
|
|
234
|
-
reflex/components/radix/themes/components/select.pyi,sha256=
|
|
237
|
+
reflex/components/radix/themes/components/select.pyi,sha256=hHoZoqvztXQ4YMJ2bJLAA9oQp606QnC33_M09JlDst8,36363
|
|
235
238
|
reflex/components/radix/themes/components/separator.py,sha256=pTl5cDAmACqEAOLiL_YS15yNEqTmU6QkIJMG4pndq9Y,970
|
|
236
239
|
reflex/components/radix/themes/components/separator.pyi,sha256=2iGKLS9sQIJy7Kg-5BZDV_6UMAGGrOr2d4B21XR4P0E,5573
|
|
237
240
|
reflex/components/radix/themes/components/skeleton.py,sha256=EQtY1pexE0BH0cgrD6onIQJiV0wB_DrFa4ihuC_Bets,778
|
|
@@ -241,17 +244,17 @@ reflex/components/radix/themes/components/slider.pyi,sha256=gePrwduN4dCDXP0R7Fm-
|
|
|
241
244
|
reflex/components/radix/themes/components/spinner.py,sha256=WXvrdJCrIMDKH_fmljwQlS1N0SyvRb2_C5qghuNffDI,506
|
|
242
245
|
reflex/components/radix/themes/components/spinner.pyi,sha256=66nBqv76v1aTmGypbdCairhT9-UCcVH02Mn3B7k7lJ0,3087
|
|
243
246
|
reflex/components/radix/themes/components/switch.py,sha256=Ap-wAj6v20FSpBlJyTvYZQV7fuEv6GKNb5oF5yfi_QM,1764
|
|
244
|
-
reflex/components/radix/themes/components/switch.pyi,sha256=
|
|
247
|
+
reflex/components/radix/themes/components/switch.pyi,sha256=xyCYOjgjXJz1MP52gJKURlWv8CtI7GL0VDsZOP_5C0Y,6454
|
|
245
248
|
reflex/components/radix/themes/components/table.py,sha256=_mNzNrihLUEVkdWngAjYo_W-cLw7CbUIVLnBDYTctVI,3249
|
|
246
249
|
reflex/components/radix/themes/components/table.pyi,sha256=GCajeziK45_3YolIIWivlUqzq-kVkRif1i-fouULeIM,38393
|
|
247
250
|
reflex/components/radix/themes/components/tabs.py,sha256=wPYekUFdVbRMv-y6gtI1NNVbaw_4xWNytSt-aG9NqH0,4512
|
|
248
|
-
reflex/components/radix/themes/components/tabs.pyi,sha256
|
|
251
|
+
reflex/components/radix/themes/components/tabs.pyi,sha256=-C3v6Vz6rWQX28URrAzBNj4NuQNI5Ko8V6A2R1bT7-Q,15634
|
|
249
252
|
reflex/components/radix/themes/components/text_area.py,sha256=FsuyjC-Ysi2HDHWH2o1WHhRVoLIQcfE4COpD0GFkXRM,3002
|
|
250
253
|
reflex/components/radix/themes/components/text_area.pyi,sha256=mOj6Me_xK9_c8qVVZAEYcaqffwUSOdv-q7Wa4RO_xfI,11277
|
|
251
254
|
reflex/components/radix/themes/components/text_field.py,sha256=2o5Z9XKw51EAaiKg42M_riujCFQfSN7zJ1Ib_vjIk3M,3473
|
|
252
255
|
reflex/components/radix/themes/components/text_field.pyi,sha256=GZYmykv3YHrRAsxTrnHaTfba-41deh-86Hpivhp02DM,22548
|
|
253
256
|
reflex/components/radix/themes/components/tooltip.py,sha256=QPjU3kMJsO2F4Ual0WYOaXxlI3ywy3NlqNzQYAxA6yo,4298
|
|
254
|
-
reflex/components/radix/themes/components/tooltip.pyi,sha256=
|
|
257
|
+
reflex/components/radix/themes/components/tooltip.pyi,sha256=Ib8DAN5fR2eCJm5u68useixbqyyd2CulqhOsAjuX8mo,6610
|
|
255
258
|
reflex/components/radix/themes/layout/__init__.py,sha256=dbRNzJ9pag7luTO3saNvgKzozrGNJ02_Vn9r3SwJHN4,406
|
|
256
259
|
reflex/components/radix/themes/layout/__init__.pyi,sha256=Bvp0AOBzDHnn14DmG-7CbvFvkgVR-Gvt4I6ecRKdUP8,784
|
|
257
260
|
reflex/components/radix/themes/layout/base.py,sha256=WKRQ1RdU4YwRLA-giNVR82Vyc71xboL6FQ9Hkmo-gAs,1382
|
|
@@ -287,13 +290,13 @@ reflex/components/radix/themes/typography/link.py,sha256=ZJwHBaVASHdqnpPy0LKnvsC
|
|
|
287
290
|
reflex/components/radix/themes/typography/link.pyi,sha256=d5mE0JUPq2hCxNC88APQek26hiQKQCh-I7NZPJ4DGa4,11415
|
|
288
291
|
reflex/components/radix/themes/typography/text.py,sha256=p0iM7LyoDBDAU3RSYCB6_ypM4uMB4COCw3hnyJZfDsE,2765
|
|
289
292
|
reflex/components/radix/themes/typography/text.pyi,sha256=NQtuCLOJa0w2hyYff4PdNUxhC3JQqpSiL6dfTKfg0tU,51665
|
|
290
|
-
reflex/components/react_player/__init__.py,sha256=
|
|
293
|
+
reflex/components/react_player/__init__.py,sha256=1OTHeZkuefi-zIVXc_QZMTBg4_RsGrMaJHducUuZQCU,171
|
|
291
294
|
reflex/components/react_player/audio.py,sha256=qw_H2_W0AyMsHehA_Q9jskN4_N5TYgkzeisOxhepkPs,186
|
|
292
|
-
reflex/components/react_player/audio.pyi,sha256=
|
|
293
|
-
reflex/components/react_player/react_player.py,sha256=
|
|
294
|
-
reflex/components/react_player/react_player.pyi,sha256=
|
|
295
|
+
reflex/components/react_player/audio.pyi,sha256=Q0UxFnRR5Ecr3B4MfutJnWEvWKmO3bT41j3jFzzHGFg,4271
|
|
296
|
+
reflex/components/react_player/react_player.py,sha256=eP6Fy6J8liYu0oXmZ0vnPBysWuP5tHsLnuHnZpYjZCM,3421
|
|
297
|
+
reflex/components/react_player/react_player.pyi,sha256=LOGpDPEtmmwGjO0dOzzv7DOKeSPT2VEP-f_I0fIXF24,4345
|
|
295
298
|
reflex/components/react_player/video.py,sha256=2V6tiwCwrzu9WPI1Wmuepk8kQ6M6K8nnMdLLjEbrxrw,186
|
|
296
|
-
reflex/components/react_player/video.pyi,sha256=
|
|
299
|
+
reflex/components/react_player/video.pyi,sha256=rH5DAIEySSNyxIPr32rK-Jqjhj98uygX_Tii-e0UEkQ,4271
|
|
297
300
|
reflex/components/recharts/__init__.py,sha256=GUifJIUtG91u4K55junZ_-l5ArcRFFDIyjS4y0lyAL4,2644
|
|
298
301
|
reflex/components/recharts/__init__.pyi,sha256=FUu_BmjhVTbjU92KH2NnYEFr4eeZLMkthX8iIwswDIM,5076
|
|
299
302
|
reflex/components/recharts/cartesian.py,sha256=_ey6MttGM2hIlWYN-qMEd_ydBMDz-nKRqgh19xGnpI8,34376
|
|
@@ -304,83 +307,85 @@ reflex/components/recharts/general.py,sha256=KBh3X0c_-1czzPV7o-IiPNkGiL3hjpFvGhc
|
|
|
304
307
|
reflex/components/recharts/general.pyi,sha256=wlZhxmCTlQF0ua-4HDiTmO5ALecOCeD2UbPHn8MLVGg,21197
|
|
305
308
|
reflex/components/recharts/polar.py,sha256=n9IN8TdiERPCWnrcfgwDo17ykmTuuQ0AX9fgvgEklRE,15457
|
|
306
309
|
reflex/components/recharts/polar.pyi,sha256=jWMhbagrcCI_HZ1Mqs4Glr63btKvZQlz74_39XCtFws,28017
|
|
307
|
-
reflex/components/recharts/recharts.py,sha256=
|
|
310
|
+
reflex/components/recharts/recharts.py,sha256=r3Fry0eE7vgonOvlOG-FrRlqDtyjowoyXG7rN5iZdHA,3595
|
|
308
311
|
reflex/components/recharts/recharts.pyi,sha256=lnGH7dlqYelIIgvW5tG_35t8HiIynCwjj-5I7_ZNz1I,6806
|
|
309
312
|
reflex/components/sonner/__init__.py,sha256=L_mdRIy7-ccRGSz5VK6J8O-c-e-D1p9xWw29_ErrvGg,68
|
|
310
|
-
reflex/components/sonner/toast.py,sha256=
|
|
313
|
+
reflex/components/sonner/toast.py,sha256=vF1Wa4Wws7sKVjnGGR-zKvP6-ZsfkVrPX5hMqrwd--s,12064
|
|
311
314
|
reflex/components/sonner/toast.pyi,sha256=vV7JmtBV_Aq50o8D1sWGhyzNz1uKChG3bBsN1rsiydQ,7363
|
|
312
315
|
reflex/components/suneditor/__init__.py,sha256=htkPzy0O_1ro1nw8w8gFPjYhg5xywMpsUfc4Dl3OHuw,109
|
|
313
|
-
reflex/components/suneditor/editor.py,sha256=
|
|
314
|
-
reflex/components/suneditor/editor.pyi,sha256=
|
|
316
|
+
reflex/components/suneditor/editor.py,sha256=M0YwHIq6-KyQyDuwDyc_0vnew4x00m_iqKOYwuv2X9Y,7990
|
|
317
|
+
reflex/components/suneditor/editor.pyi,sha256=yKjO2G5-i9wfd2RuTKXvFjgsZM0eyBIQZjdIeRvZ6WI,8583
|
|
315
318
|
reflex/components/tags/__init__.py,sha256=Pc0JU-Tv_W7KCsydXgbKmu7w2VtHNkI6Cx2hTkNhW_Q,152
|
|
316
319
|
reflex/components/tags/cond_tag.py,sha256=oYsiTxANrByBg7NwuXVk2yGN5n2u7FHreeG1PdmfzIo,607
|
|
317
320
|
reflex/components/tags/iter_tag.py,sha256=jS-Y08cmzzb8v3cp52q5PaVmwirpg4n3Br9JWASJqow,4463
|
|
318
321
|
reflex/components/tags/match_tag.py,sha256=mqQF6fHhOSGSMdiaJ7YlwXSMhRtDmmIBu1Gw-VQQ324,586
|
|
319
322
|
reflex/components/tags/tag.py,sha256=_4uQZ8ACy-SSaT27F60G8MffZZ8hNpVOkPy1RnVjlFY,3166
|
|
320
323
|
reflex/components/tags/tagless.py,sha256=qO7Gm4V0ITDyymHkyltfz53155ZBt-W_WIPDYy93ca0,587
|
|
321
|
-
reflex/config.py,sha256=
|
|
322
|
-
reflex/constants/__init__.py,sha256=
|
|
323
|
-
reflex/constants/base.py,sha256=
|
|
324
|
+
reflex/config.py,sha256=0o1mKRwU4Jgnn1bLEqQe-VkjdsUN7GZJDyPZ5zhWJ5M,20716
|
|
325
|
+
reflex/constants/__init__.py,sha256=EhuyigQOXLv1VEKktcEvBHna8XBmLYqR-4NwGhR7yno,2149
|
|
326
|
+
reflex/constants/base.py,sha256=VjYwT1-BufAgRA5FahHww1CSE3Qe3fPGYsc1big3taE,7334
|
|
324
327
|
reflex/constants/colors.py,sha256=gab_GwjKcbpRJGS2zX0gkmc_yFT1nmQbFDHqx0mXKB0,1625
|
|
325
|
-
reflex/constants/compiler.py,sha256=
|
|
326
|
-
reflex/constants/config.py,sha256=
|
|
328
|
+
reflex/constants/compiler.py,sha256=1WncnIIq8K5h35pYsy8d4dsn5_F4aiHkQgyaDWFCa_M,5223
|
|
329
|
+
reflex/constants/config.py,sha256=qjIjonooWNb1yFqXrKcTUyOIip4nh9jYBc-sS5F9JD0,1396
|
|
327
330
|
reflex/constants/custom_components.py,sha256=44zuPcK90-ivRqzJtZEmdMhvCsFquZmGJ_Qf2DkISMA,1311
|
|
328
331
|
reflex/constants/event.py,sha256=1gKAwNoYyvZs3vNvfynF0SeFWnRGXZX0A_2iPhqUyu8,2818
|
|
329
|
-
reflex/constants/installer.py,sha256=
|
|
332
|
+
reflex/constants/installer.py,sha256=3SLh9B5A0pa4LvltCik-G249smCvKjweJJj7UZf99OQ,4667
|
|
330
333
|
reflex/constants/route.py,sha256=fu1jp9MoIriUJ8Cu4gLeinTxkyVBbRPs8Bkt35vqYOM,2144
|
|
331
334
|
reflex/constants/state.py,sha256=H4EtcrF_hPa6IRLlIHbXd0iEyRtum_qWvA5MHXv_KD8,187
|
|
332
|
-
reflex/constants/style.py,sha256=
|
|
335
|
+
reflex/constants/style.py,sha256=wu96TXQM-ILWMtXdGoHsztIK_GEzi70bjzutfLJf0WQ,475
|
|
336
|
+
reflex/constants/utils.py,sha256=HGOSq9c-xGbCb1xoLAGLBdc-FOE8iuBzvuU24zSfsV0,789
|
|
333
337
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
334
|
-
reflex/custom_components/custom_components.py,sha256
|
|
335
|
-
reflex/event.py,sha256=
|
|
336
|
-
reflex/experimental/__init__.py,sha256=
|
|
338
|
+
reflex/custom_components/custom_components.py,sha256=-N5yLKOs3Qd_Xho8Od8gDrniHw09KpJaU6Ir6bFg7_g,33011
|
|
339
|
+
reflex/event.py,sha256=f8Si07TMd_-b8Z6g9aM1rmBWm42pAGDo2yocFo1Ss0g,47593
|
|
340
|
+
reflex/experimental/__init__.py,sha256=Tzh48jIncw2YzRFHh2SXWZ599TsHeY6_RrrWdK6gE2A,2085
|
|
337
341
|
reflex/experimental/assets.py,sha256=GZRdfIs03HXCSShyvdztu6vFsJ9Z8W4ZFCjJGZrNURY,1837
|
|
338
|
-
reflex/experimental/client_state.py,sha256=
|
|
342
|
+
reflex/experimental/client_state.py,sha256=lrIAkE7JGFRlB3vDzVaGK40AGavATPJpjIKgYmugkr4,7904
|
|
339
343
|
reflex/experimental/hooks.py,sha256=fHYD4rX_f7T38gsFDqglD9E29FjPLf6jO1rN39DX7XM,2242
|
|
340
344
|
reflex/experimental/layout.py,sha256=talXPlKuRzJFNGoyc3ATEaJg7_Z4jgTAAXiTi29STWs,7586
|
|
341
|
-
reflex/experimental/layout.pyi,sha256=
|
|
345
|
+
reflex/experimental/layout.pyi,sha256=2vPu-gbIS9-vTvKWe4moh_Zi1BjqdMhy69RNrFBNA_I,14043
|
|
342
346
|
reflex/experimental/misc.py,sha256=B_3M9vymMv3dMCPYWnMTnnqkJ0I0QhrsB5FkS7swbZc,685
|
|
343
347
|
reflex/istate/data.py,sha256=HhvF9ijuohutfCOTZFdKzk9QvfnYxn33o_tbbtqiXBA,4321
|
|
344
348
|
reflex/istate/dynamic.py,sha256=xOQ9upZVPf6ngqcLQZ9HdAAYmoWwJ8kRFPH34Q5HTiM,91
|
|
349
|
+
reflex/istate/storage.py,sha256=hcuXcbJcz5k8WeB5s3VuSBvbz_OIRaAVrtFRLh_MNEM,4343
|
|
345
350
|
reflex/middleware/__init__.py,sha256=x7xTeDuc73Hjj43k1J63naC9x8vzFxl4sq7cCFBX7sk,111
|
|
346
351
|
reflex/middleware/hydrate_middleware.py,sha256=KvFppl4ca75bsjos5boy8EGwsRBZ9jI6ZHCm8J3Lt14,1485
|
|
347
352
|
reflex/middleware/middleware.py,sha256=9eASK3MrbK1AvT2Sx5GFxXNwSuNW8_LTRGvPY1JccU4,1171
|
|
348
|
-
reflex/model.py,sha256=
|
|
353
|
+
reflex/model.py,sha256=jDrEaoK7G_69DEFPMyn1lHaWjlhg8k4NjJkYAsw2jG4,14097
|
|
349
354
|
reflex/page.py,sha256=25dKsOqVcY1Pz05T0gjUEk8zKHcfyd1c0nYIXW7jY5A,2332
|
|
350
|
-
reflex/reflex.py,sha256=
|
|
355
|
+
reflex/reflex.py,sha256=UKjfdWfnqhxCzP1Cdt3dehgtCKIbUuB7NbeXnq-PIOo,18892
|
|
351
356
|
reflex/route.py,sha256=WZS7stKgO94nekFFYHaOqNgN3zZGpJb3YpGF4ViTHmw,4198
|
|
352
|
-
reflex/state.py,sha256=
|
|
353
|
-
reflex/style.py,sha256
|
|
354
|
-
reflex/testing.py,sha256=
|
|
357
|
+
reflex/state.py,sha256=PabjxAxbg_7JSmHi5Yr4JngzAi_AA7zZl3KcaoL9yyw,129208
|
|
358
|
+
reflex/style.py,sha256=-mBrpaq23jiNJIwgCir6Fzj182u9rGpp3qZ2cUt5aZs,12695
|
|
359
|
+
reflex/testing.py,sha256=u0W2g5WFVByywWd1XCLoW92Bf3Iz_3FDgdkL4qg5Auk,34797
|
|
355
360
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
356
|
-
reflex/utils/build.py,sha256=
|
|
361
|
+
reflex/utils/build.py,sha256=rohH3AuMzKxEJGGcQON9_fmYREwJcMnBGyDiuvlavPM,8392
|
|
357
362
|
reflex/utils/codespaces.py,sha256=tKmju4aGzDMPy76_eQSzJd3RYmVmiiNZy3Yc0e3zG_w,2856
|
|
358
363
|
reflex/utils/compat.py,sha256=nYlAZqrO1Co7WJefmlIeQMzQc-KCfc9eqRX1zkpD3Ok,2527
|
|
359
364
|
reflex/utils/console.py,sha256=H6x6oUIT4T1ndfWaXRtr8jS1WcD71yo3m8JQbC-y-Qc,5481
|
|
360
|
-
reflex/utils/exceptions.py,sha256=
|
|
361
|
-
reflex/utils/exec.py,sha256=
|
|
365
|
+
reflex/utils/exceptions.py,sha256=_es7ZdUcWcE8--RveZtf58IQmuh6RvkyWanTVbZq8kg,4473
|
|
366
|
+
reflex/utils/exec.py,sha256=biHHqFDYuTiBaEa1V1v3hh3RWE36DpevYQZxC5BETEA,15602
|
|
362
367
|
reflex/utils/export.py,sha256=3dI9QjoU0ZA_g8OSQipVLpFWQcxWa_sHkpezWemvWbo,2366
|
|
363
368
|
reflex/utils/format.py,sha256=efoLb3ms_wG56hrz52ZR_Rc7azPfZc5oQ105Rio6g68,20491
|
|
364
|
-
reflex/utils/imports.py,sha256=
|
|
369
|
+
reflex/utils/imports.py,sha256=_8TBm9TWOSwbd3uZp1KbvRvHbF-Bucv8ifBcp8ItAo0,3871
|
|
365
370
|
reflex/utils/lazy_loader.py,sha256=utVpUjKcz32GC1I7g0g7OlTyvVoZNFcuAjNtnxiSYww,1282
|
|
366
|
-
reflex/utils/net.py,sha256=
|
|
367
|
-
reflex/utils/path_ops.py,sha256=
|
|
368
|
-
reflex/utils/prerequisites.py,sha256=
|
|
371
|
+
reflex/utils/net.py,sha256=aUdovArE5c_JlwZWty2KMWuOpAegG-7Kd9BrBwTebYI,1213
|
|
372
|
+
reflex/utils/path_ops.py,sha256=8TXj4SExRIaGDNw5QWJiN2aK9J0nQgf2spvd1YCPPPM,5792
|
|
373
|
+
reflex/utils/prerequisites.py,sha256=XOo4WjQvxhRP8hRg5c95pn4w-yCrB-R3_CplAJdyA30,52511
|
|
369
374
|
reflex/utils/processes.py,sha256=wBvkxHUnuo28nFNSIyx53RpiNUa08bmvWQxpx8LWQhk,13249
|
|
370
|
-
reflex/utils/pyi_generator.py,sha256=
|
|
375
|
+
reflex/utils/pyi_generator.py,sha256=x7pg0VuzqCbhcgVUHXqAaKQa4qYqFmkIWm4J4qKMYiY,38916
|
|
371
376
|
reflex/utils/redir.py,sha256=B0K9m6ejDW0ABeclBb4AsRRORvx_stCTWsrDe1YvkzY,1679
|
|
372
|
-
reflex/utils/registry.py,sha256=
|
|
377
|
+
reflex/utils/registry.py,sha256=6RitnzO9CDH5cpMgT1K2G6TF9SD8nFxTOeptaIawrIg,1407
|
|
373
378
|
reflex/utils/serializers.py,sha256=v377C_EcuAyrt6RddAijVXDnTdO0k3pLlXzQ-NfhdBg,10109
|
|
374
379
|
reflex/utils/telemetry.py,sha256=kfKA8pByboJEkt-o2T1mSDuaDCgdwrR11FsweS4Lg5E,5566
|
|
375
|
-
reflex/utils/types.py,sha256=
|
|
380
|
+
reflex/utils/types.py,sha256=w0BA3560yI_KJTnBJk7iGnHQDlbD1uu0Q9Tw8mTTSCw,20618
|
|
376
381
|
reflex/vars/__init__.py,sha256=gCFNFJioJpZK4KDaBHYyJ0JBgR29mA6lnNIltiRfg0I,1194
|
|
377
|
-
reflex/vars/base.py,sha256=
|
|
378
|
-
reflex/vars/function.py,sha256=
|
|
379
|
-
reflex/vars/number.py,sha256=
|
|
380
|
-
reflex/vars/object.py,sha256=
|
|
381
|
-
reflex/vars/sequence.py,sha256=
|
|
382
|
-
reflex-0.6.
|
|
383
|
-
reflex-0.6.
|
|
384
|
-
reflex-0.6.
|
|
385
|
-
reflex-0.6.
|
|
386
|
-
reflex-0.6.
|
|
382
|
+
reflex/vars/base.py,sha256=CAOLqzC2bRhR4yDaj2kVdF1rMrkQWz1eI0o0OYXmd2o,86952
|
|
383
|
+
reflex/vars/function.py,sha256=z21_USAycM-FtDRTCAw9i0is6es4EEr1Z1OK-vu9ke8,5254
|
|
384
|
+
reflex/vars/number.py,sha256=jZO2Ol3VPKo1eM0eeHqGbDFZYdM0Oza_e_etnYKsM-Q,27452
|
|
385
|
+
reflex/vars/object.py,sha256=hiEwf9CAE1EhCoQpuRYvGtG15ZxerALDSeIwte4YEVA,14339
|
|
386
|
+
reflex/vars/sequence.py,sha256=9aCxJkPnf0qkaoj1cycKkzUsFv6kb-KKRYJe7L7gPc4,49972
|
|
387
|
+
reflex-0.6.4.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
388
|
+
reflex-0.6.4.dist-info/METADATA,sha256=x3CVp1xuG-seRrIfqrBoOXIX60RLbu1WHX2x0mhEbCY,12055
|
|
389
|
+
reflex-0.6.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
390
|
+
reflex-0.6.4.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
391
|
+
reflex-0.6.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|