Custom-element registry, builder, and TS codegen

This commit is contained in:
2026-06-13 21:05:49 +02:00
parent 763c00c50e
commit 0f0dfc48fb
4 changed files with 186 additions and 0 deletions
+3
View File
@@ -18,6 +18,7 @@ from common.components.core import (
randomid,
render,
)
from common.components.custom_elements import custom_element, register_element
from common.components.date_range_picker import (
DateRangeCalendar,
DateRangeField,
@@ -91,6 +92,8 @@ from common.utils import truncate
__all__ = [
"truncate",
"BaseComponent",
"custom_element",
"register_element",
"Element",
"Fragment",
"Media",