The parameters for the component.
The initial data for the files (optional).
Determines if the submit button is displayed (default: true).
Determines if the submit button should fail silently when clicked (default: false).
Determines if the files are readonly (optional).
The label for the submit button (default: "Save").
The payload for the component (optional).
Determines if the component should be displayed in full screen mode (default: false).
A function that computes the size request for the component (optional).
A callback function for changes in the files (optional).
A callback function for submitting the files (optional).
The translations for the component (optional).
The fallback component for unsupported file types (optional).
A callback function for when loading starts (optional).
A callback function for when loading ends (optional).
A callback function for clicking on a file (optional).
A callback function for uploading a file (optional).
Represents a reusable component for displaying and managing files.