python-fasthtml 0.14.9__tar.gz → 0.14.10__tar.gz
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.
- {python_fasthtml-0.14.9/python_fasthtml.egg-info → python_fasthtml-0.14.10}/PKG-INFO +1 -1
- python_fasthtml-0.14.10/fasthtml/__init__.py +2 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/components.py +1 -1
- python_fasthtml-0.14.10/fasthtml/components.pyi +204 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10/python_fasthtml.egg-info}/PKG-INFO +1 -1
- python_fasthtml-0.14.9/fasthtml/__init__.py +0 -2
- python_fasthtml-0.14.9/fasthtml/components.pyi +0 -204
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/CONTRIBUTING.md +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/LICENSE +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/MANIFEST.in +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/README.md +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/_modidx.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/authmw.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/basics.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/cli.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/common.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/core.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/core.pyi +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/fastapp.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/ft.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/js.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/jupyter.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/katex.js +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/live_reload.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/oauth.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/pico.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/starlette.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/stripe_otp.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/svg.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/toaster.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/xtend.py +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/fasthtml/xtend.pyi +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/pyproject.toml +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/python_fasthtml.egg-info/SOURCES.txt +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/python_fasthtml.egg-info/dependency_links.txt +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/python_fasthtml.egg-info/entry_points.txt +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/python_fasthtml.egg-info/requires.txt +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/python_fasthtml.egg-info/top_level.txt +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/setup.cfg +0 -0
- {python_fasthtml-0.14.9 → python_fasthtml-0.14.10}/tests/test_toaster.py +0 -0
|
@@ -45,7 +45,7 @@ def __add__(self:FT, b): return f'{self}{b}'
|
|
|
45
45
|
# %% ../nbs/api/01_components.ipynb #0ff9acc3
|
|
46
46
|
named = set('a button form frame iframe img input map meta object param select textarea'.split())
|
|
47
47
|
html_attrs = 'id cls title style accesskey contenteditable dir draggable enterkeyhint hidden inert inputmode lang popover spellcheck tabindex translate'.split()
|
|
48
|
-
hx_attrs = 'get post put delete patch trigger target swap swap_oob include select select_oob indicator push_url confirm disable replace_url vals disabled_elt ext headers history history_elt
|
|
48
|
+
hx_attrs = 'get post put delete patch trigger target swap swap_oob include select select_oob indicator push_url confirm disable replace_url vals disabled_elt ext headers history history_elt inherit params preserve prompt request sync validate'
|
|
49
49
|
|
|
50
50
|
hx_evts = 'abort afterOnLoad afterProcessNode afterRequest afterSettle afterSwap beforeCleanupElement beforeOnLoad beforeProcessNode beforeRequest beforeSwap beforeSend beforeTransition configRequest confirm historyCacheError historyCacheMiss historyCacheMissError historyCacheMissLoad historyRestore beforeHistorySave load noSSESourceError onLoadError oobAfterSwap oobBeforeSwap oobErrorNoTarget prompt pushedIntoHistory replacedInHistory responseError sendAbort sendError sseError sseOpen swapError targetError timeout validation:validate validation:failed validation:halted xhr:abort xhr:loadend xhr:loadstart xhr:progress'
|
|
51
51
|
js_evts = "blur change contextmenu focus input invalid reset select submit keydown keypress keyup click dblclick mousedown mouseenter mouseleave mousemove mouseout mouseover mouseup wheel"
|