Thomas Brandého
e9ca1fd03b
add missing comment form ( #1081 )
2023-05-25 09:52:57 -07:00
Nikhil Rao
3d8694cc26
Fix pc.select on change handler ( #1080 )
2023-05-24 16:36:01 -07:00
iron3oxide
706abbc756
Replace Select component with a better one ( #1043 )
2023-05-24 13:19:07 -07:00
TaiJuWu
17852ed7e7
chore: Update transition.py ( #1073 )
2023-05-24 13:14:50 -07:00
Elijah Ahianyo
368b79f160
pc table validation ( #1075 )
2023-05-24 13:14:27 -07:00
Nikhil Rao
2fa6859035
Support rest of form components in pc.form ( #1070 )
2023-05-24 10:34:22 -07:00
TaiJuWu
f4d5a08faf
feature: Add Chakra Transitions ( #1058 )
2023-05-22 14:00:38 -07:00
Unknown Sentinel
b420c49cd6
Add Chakra Tag Component ( #1052 )
2023-05-22 13:54:55 -07:00
Elijah Ahianyo
fb69ddfd80
moved compiled constants into an env.json file ( #1051 )
2023-05-19 10:28:54 -07:00
Thomas Brandého
d729ba6ea6
Add Autofocus for components ( #1053 )
2023-05-18 12:44:49 -07:00
iron3oxide
6dc2778a15
Add Chakra Card component ( #1030 )
2023-05-18 11:09:58 -07:00
Elijah Ahianyo
bb1cf4322e
Foreach support for other data structures(dict, set, tuple) ( #1029 )
2023-05-17 16:11:41 -07:00
Nikhil Rao
e6a679d3a3
Update pc.form on_submit args ( #1033 )
2023-05-16 12:09:15 -07:00
Nikhil Rao
98f1b30735
Fix event default call ( #1031 )
2023-05-15 21:10:42 -07:00
Nikhil Rao
948ec90fc4
Add pc.form component ( #929 )
2023-05-14 22:34:10 -07:00
Sheldon
928501662e
move add ref to component level render ( #1019 )
2023-05-14 19:01:23 -07:00
Elijah Ahianyo
139e4cf05b
Update upload event to use queue ( #1005 )
2023-05-12 16:44:16 -07:00
Alek Petuskey
1aa8501473
Added some more props to components ( #953 )
2023-05-11 18:55:36 -07:00
Alek Petuskey
b699bbdff7
Upgrade to Next 13 ( #902 )
2023-05-11 18:41:42 -07:00
Unknown6334
6c60295ba1
Add color_scheme prop to pc.switch ( #990 )
2023-05-11 17:12:50 -07:00
iron3oxide
32f3a387ae
Rename var module to vars ( #983 )
2023-05-09 23:01:25 -07:00
PeterYusuke
3b88e7c329
[Fix 477] Use jinja2 for templating ( #915 )
2023-05-09 14:34:47 -07:00
Nikhil Rao
3d3c974768
Fix pc.code syntax highlight ( #970 )
2023-05-08 17:11:34 -07:00
Alek Petuskey
272dfc2d7e
Added default val radio group ( #961 )
2023-05-06 23:07:57 -07:00
Thomas Brandého
893c0b132e
Make argument optional for event handlers ( #950 )
2023-05-06 13:10:35 -07:00
Elijah Ahianyo
18c715670a
Revamp Imports ( #926 )
2023-05-04 22:11:01 -07:00
Nikhil Rao
1a254aca8e
Add pc.set_value ( #835 )
2023-04-29 19:01:37 -07:00
Nikhil Rao
60323a3aec
Revert fstrings change ( #895 )
2023-04-27 14:36:20 -07:00
Nikhil Rao
23a23d437c
Fix f-strings in props ( #891 )
2023-04-26 21:20:40 -07:00
Nikhil Rao
f0346506d7
Allow fstrings as component children ( #890 )
2023-04-26 19:32:51 -07:00
Alek Petuskey
c5b2b28721
Temporarily disable full control ( #871 )
2023-04-25 21:16:31 -07:00
Elijah Ahianyo
3be43bdab1
update checkbox docstring ( #850 )
...
added more description to color-scheme docs
2023-04-21 15:04:12 -06:00
Elijah Ahianyo
59d693bff1
update datatable docstring ( #854 )
...
added more description to data and columns props docs
2023-04-21 15:03:25 -06:00
Elijah Ahianyo
945ac53dd0
Update upload docstring ( #848 )
2023-04-19 11:08:31 -07:00
Elijah Ahianyo
e193dd6663
Update button docstring ( #849 )
2023-04-19 10:58:11 -07:00
Elijah Ahianyo
a52145e52a
Python 3.10 tag issubclass bug: ( #832 )
2023-04-17 10:08:43 -07:00
Masen Furer
c3148d348c
component.get_hooks: inject hook code into component func ( #810 )
2023-04-15 22:10:17 -07:00
PeterYusuke
bd03e9290c
Fix textarea rendering issue ( #700 )
2023-04-13 11:02:20 -07:00
Elijah Ahianyo
64d5212f0b
File upload accept types format ( #816 )
2023-04-13 09:38:31 -07:00
Elijah Ahianyo
e8387c8e26
Fix Event chaining in the on_load event handler return not working ( #773 )
...
* Fix Event chaining in the on_load event handler return not working
* added async tests
* addressed comments
2023-04-06 22:26:43 -07:00
Alek Petuskey
bd6ea9d977
Fixed pc.html to accept state var. ( #775 )
2023-04-04 21:59:50 -07:00
Nikhil Rao
bb29bd864d
Improve memoized args ( #771 )
2023-04-03 18:22:43 -07:00
Alek Petuskey
13f0182343
Add check for invalid bun versions ( #768 )
2023-04-03 17:01:25 -07:00
Elijah Ahianyo
50cdfac24c
bugfix/723: pc.data_table not working well with pandas as computed vars ( #745 )
...
* bugfix/723: pc.data_table not working well with pandas as computed vars
Turns out this isnt really a bug. You need to specify an annotation for the computed var to work. This Pr adds a check for annotations on computed vars for data tables
* added more validation for column field
2023-04-02 16:49:50 -07:00
Elijah Ahianyo
50d480da1f
Allow upload event handler to have arbitrary arg name ( #755 )
2023-04-02 15:40:05 -07:00
Alek Petuskey
d955dc2a3c
Added list to color scale. ( #761 )
2023-04-02 15:33:58 -07:00
Elijah Ahianyo
1fdc01fa56
Bugfix: 719-File-upload-props-not-working ( #738 )
2023-03-29 18:26:02 -07:00
Francesco Ambrosini
25472d7d85
Add KeyboardKey, AspectRatio Components ( #685 )
2023-03-17 15:15:37 -07:00
iron3oxide
7067baf176
Refactor utils module ( #666 )
2023-03-16 14:59:27 -07:00
Nikhil Rao
2ee8c73d5a
Add error message for invalid var ops ( #664 )
2023-03-11 21:11:59 -08:00