LmnInputUploadComponent
Decorators: |
|
Selectors: |
|
Extends: |
|
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
accept r |
| If defined, an accept="[value]" attribute is added to the Input Upload. |
allowClear r |
| If it is set to true, and both disabled and readonly are set to false, a "clear" button is displayed in the field whenever the field is not empty. |
attrId r |
| If defined, an id="[value]" attribute is added to the Input Upload. |
attrName r |
| If it is defined, a name="[value]" attribute is added to the Input Upload. |
capture r |
| If defined, a capture="[value]" attribute is added to the Input Upload. |
controlDirective r inherited from
|
| Represent the Angular Control associated with the component. |
dirty r inherited from
|
| Indicates if the control is dirty |
disabledMarker r |
| If it is defined and disabled is set to true, it is displayed as the disabled marker after the label (if visible) of the Input Upload. |
disabledReason r |
| If it is defined and disabled is set to true, it is displayed as the content of the popover opened by the info button. |
disabledReasonTriggerAriaLabel r |
| The aria label to be applied to the āiā button displayed when the input is disabled. If is an empty string, disabledReasonTriggerTooltip is used instead. |
disabledReasonTriggerTooltip r |
| The label to be used in the tooltip applied on hover/focus to the āiā button displayed when the Input Upload is disabled. |
dragFilesMessage r |
| If it is defined, it is displayed as the label inside the Input Upload. |
forceEmptyView r |
| If it is set to true, the idle view of the component is shown even if the field is filled. |
hasError r inherited from
|
| Indicates if the control has errors |
hasVisualError r inherited from
|
| Indicates if the control has a visual error by checking the |
isDisabled r inherited from
|
| Indicates if the control is disabled |
language r |
| If it is defined, it is used as extended label for languageCode. |
languageCode r |
| If it is defined, it is displayed as the language marker after the label (if visible) of the Input Upload. |
loadingDeterminateAriaLabel r |
| If showProgress is true and progress is defined, this label is announced by SRs |
loadingIndeterminateAriaLabel r |
| If showProgress is true and progress is not defined, this label is announced by SRs |
loadingLabel r |
| If it is defined and showProgress is set to true, this label is shown after the file name |
multiple r |
| If it is set to true, a multiple attribute is added to the Input Upload, and multiple files will be selectable from the system window. |
nativeElement r | HTMLElement | |
negative r |
| It switches the component to its negative mode. |
noFileUploadedAriaLabel r |
| Label announced by SRs when no file is chosen |
progress r |
| It represents the fill percentage of the progress spinner. |
required r inherited from
|
| Indicates if the control is required |
requiredMarker r |
| If it is defined and required is set to true, it is displayed as the required marker after the label (if visible) of the Input Upload. |
requiredTrue r inherited from
|
| Indicates if the control is true |
shape r |
| sets the shape of the control |
showProgress r |
| If it is set to true, an indeterminate progress spinner is displayed.If progress is set as well, then the progress spinner becomes determinate. |
size r |
| sets the size of the control |
touched r inherited from
|
| Indicates if the control is touched |
uploadFilesButtonLabel r |
| If it is defined, it is displayed as the label of the button of the Input Upload. |
Methods
clearButtonTrigger() |
---|
No documentation has been provided. |
Presentation
|
Returnsvoid |
focus() |
---|
Focus the input file element |
Presentation
|
Returnsvoid |