reflex 0.8.14a2__py3-none-any.whl → 0.8.14.post1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/experimental/client_state.py +1 -1
- {reflex-0.8.14a2.dist-info → reflex-0.8.14.post1.dist-info}/METADATA +1 -1
- {reflex-0.8.14a2.dist-info → reflex-0.8.14.post1.dist-info}/RECORD +6 -6
- {reflex-0.8.14a2.dist-info → reflex-0.8.14.post1.dist-info}/WHEEL +0 -0
- {reflex-0.8.14a2.dist-info → reflex-0.8.14.post1.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.14a2.dist-info → reflex-0.8.14.post1.dist-info}/licenses/LICENSE +0 -0
|
@@ -236,7 +236,7 @@ class ClientStateVar(Var):
|
|
|
236
236
|
|
|
237
237
|
setter = ArgsFunctionOperationBuilder.create(
|
|
238
238
|
# remove patterns of ["*"] from the value_str using regex
|
|
239
|
-
args_names=(re.sub(r"
|
|
239
|
+
args_names=(re.sub(r"(\?\.)?\[\".*\"\]", "", value_str),)
|
|
240
240
|
if value_str.startswith("_")
|
|
241
241
|
else (),
|
|
242
242
|
return_expr=setter.call(value_var),
|
|
@@ -326,7 +326,7 @@ reflex/constants/utils.py,sha256=e1ChEvbHfmE_V2UJvCSUhD_qTVAIhEGPpRJSqdSd6PA,780
|
|
|
326
326
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
327
327
|
reflex/custom_components/custom_components.py,sha256=z5eL7WqbU4Vx5zVRWqgYPQu05P29XFsJ48xL9OLiyRg,25355
|
|
328
328
|
reflex/experimental/__init__.py,sha256=P8fe8S2e2gy2HCwHFGQzr3lPMmh7qN5Ii2e8ukoPHuQ,1664
|
|
329
|
-
reflex/experimental/client_state.py,sha256=
|
|
329
|
+
reflex/experimental/client_state.py,sha256=BPVOewGjuntuRCQDJvh-Tj290iTool5IpqnYsi_czrc,10031
|
|
330
330
|
reflex/experimental/hooks.py,sha256=CHYGrAE5t8riltrJmDFgJ4D2Vhmhw-y3B3MSGNlOQow,2366
|
|
331
331
|
reflex/istate/__init__.py,sha256=afq_pCS5B_REC-Kl3Rbaa538uWi59xNz4INeuENcWnk,2039
|
|
332
332
|
reflex/istate/data.py,sha256=8RydiarP7f5ET5a3dfGpuuXdYZ7KHEWS6aENVoxRxGc,7918
|
|
@@ -384,8 +384,8 @@ reflex/vars/number.py,sha256=FP5Jmd8qOwZgGHUG9DSmneBB4X6bj7G8oIDYsDw_j80,28242
|
|
|
384
384
|
reflex/vars/object.py,sha256=AMvLFWyQBMSTUzmQT30M4CDUx9ec0C87cUDV8OjoDac,16457
|
|
385
385
|
reflex/vars/sequence.py,sha256=JAvHmLxnT6B2AQhLx6RTodGybdhcxhJrYxUlhCklYNY,51445
|
|
386
386
|
scripts/hatch_build.py,sha256=-4pxcLSFmirmujGpQX9UUxjhIC03tQ_fIQwVbHu9kc0,1861
|
|
387
|
-
reflex-0.8.
|
|
388
|
-
reflex-0.8.
|
|
389
|
-
reflex-0.8.
|
|
390
|
-
reflex-0.8.
|
|
391
|
-
reflex-0.8.
|
|
387
|
+
reflex-0.8.14.post1.dist-info/METADATA,sha256=zL0N6SIf4VIhGY7nyAHU2kfHBCaOw_4LwbgeEtmp8Nk,12340
|
|
388
|
+
reflex-0.8.14.post1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
389
|
+
reflex-0.8.14.post1.dist-info/entry_points.txt,sha256=Rxt4dXc7MLBNt5CSHTehVPuSe9Xqow4HLX55nD9tQQ0,45
|
|
390
|
+
reflex-0.8.14.post1.dist-info/licenses/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
391
|
+
reflex-0.8.14.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|