semantics

This commit is contained in:
2026-05-26 09:30:41 +03:00
parent 1e7bcecaea
commit 9ffa8af1dc
623 changed files with 28045 additions and 26557 deletions

View File

@@ -6,8 +6,8 @@
@SEMANTICS: storage, files, list, table
@PURPOSE: Displays a table of files with metadata and actions.
@LAYER: UI
@RELATION: DEPENDS_ON -> storageService
@LAYER UI
@RELATION DEPENDS_ON -> [storageService]
@PROPS: files (Array) - List of StoredFile objects.
@EVENTS: ondelete/onnavigate callback props - Raised when a file is deleted or navigation is requested.

View File

@@ -6,8 +6,8 @@
@SEMANTICS: storage, upload, files
@PURPOSE: Provides a form for uploading files to a specific category.
@LAYER: UI
@RELATION: DEPENDS_ON -> storageService
@LAYER UI
@RELATION DEPENDS_ON -> [storageService]
@PROPS: None
@EVENTS: onuploaded callback prop - Invoked when a file is successfully uploaded.