File input element
Optional
config: FileUploadConfig = {}File Upload config
Protected
_$rootPrivate
$buttonPrivate
$inputPrivate
$statusPrivate
i18nPrivate
idStatic
Constant
defaultsFile upload default config
Static
elementStatic
moduleName for the component used when initialising using data-module attributes.
Static
Constant
schemaFile upload config schema
Protected
$rootProtected
Returns the root element of the component
Protected
configProtected
Returns the root element of the component
Internal
Virtual
configOverride
Function which defines configuration overrides to prioritize properties from the root element's dataset.
It should take a subset of configuration as input and return a new configuration object with properties that should be overridden based on the root element's dataset. A Symbol is used for indexing to prevent conflicts.
Optional
param: Partial<FileUploadConfig>Configuration object
return - Configuration object
Private
findHides the drop zone visually
Create a mutation observer to check if the input's attributes altered.
Check if the value of the underlying input has changed
When the button is clicked, emulate clicking the actual, hidden file input
Handles user dropping on the component
The dragenter
event
Show the drop zone visually
Synchronise the disabled
state between the input and replacement button.
Updates the visibility of the dropzone as users enters the various elements on the page
The dragenter
event
Static
check
File upload component