Add support for File Upload component

This commit is contained in:
Soheab_
2025-09-21 16:19:04 +02:00
committed by Danny
parent 944ffe93c7
commit 2d7e0614ad
8 changed files with 461 additions and 4 deletions

View File

@@ -693,6 +693,7 @@ class ComponentType(Enum):
separator = 14
container = 17
label = 18
file_upload = 19
def __int__(self) -> int:
return self.value