Commit 85af94b
pass pointer info for on_click, on_double_click, and on_context_menu (#5391)
* pass pointer info for on_click, on_double_click, and on_context_menu
* fix type
* try lrucache
* remove unneeded .to()
* test remove future
* on_click now allow args, so switch to another noargspec event
* fix pyi maybe
* fix pyi for real
* precommit
* do not compute arg spec in check fn match arg spec
* make parse_args_spec return type annotations
* make inspect.signature get called less
* we could store it per guy
* attach value to object
* fix dill
* use typeddict from extensions
* fix pyi hashes
* fix pyi hashes once again
---------
Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>1 parent 542ee70 commit 85af94b
File tree
7 files changed
+345
-229
lines changed- reflex
- components
- core
- utils
- tests/units/components
7 files changed
+345
-229
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
491 | 492 | | |
492 | 493 | | |
493 | 494 | | |
494 | | - | |
| 495 | + | |
495 | 496 | | |
496 | 497 | | |
497 | | - | |
498 | | - | |
499 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
| |||
884 | 885 | | |
885 | 886 | | |
886 | 887 | | |
887 | | - | |
| 888 | + | |
888 | 889 | | |
889 | 890 | | |
890 | 891 | | |
| |||
2134 | 2135 | | |
2135 | 2136 | | |
2136 | 2137 | | |
2137 | | - | |
| 2138 | + | |
2138 | 2139 | | |
2139 | 2140 | | |
2140 | 2141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
0 commit comments