refactor: add missing exports, better error handling, and handle boolean query params (#1422)
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run

This commit is contained in:
Juro Oravec 2025-09-30 21:49:28 +02:00 committed by GitHub
parent e9d1b6c4b2
commit 8957befd1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 552 additions and 371 deletions

View file

@ -308,6 +308,11 @@ name | type | description
heading_level: 3
show_if_no_docstring: true
::: django_components.extension.OnComponentRenderedContext
options:
heading_level: 3
show_if_no_docstring: true
::: django_components.extension.OnComponentUnregisteredContext
options:
heading_level: 3
@ -323,3 +328,18 @@ name | type | description
heading_level: 3
show_if_no_docstring: true
::: django_components.extension.OnSlotRenderedContext
options:
heading_level: 3
show_if_no_docstring: true
::: django_components.extension.OnTemplateCompiledContext
options:
heading_level: 3
show_if_no_docstring: true
::: django_components.extension.OnTemplateLoadedContext
options:
heading_level: 3
show_if_no_docstring: true