projects/m2-core/src/lib/shared/ui-components/value/primitive/value-validator.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | value-validator |
| styles |
.modal-container {
width: 20em;
}
.state-icon {
margin-right: .5rem;
font-size: 1.1em;
}
:host-context(.card-row) .state-icon {
line-height: 36px;
}
|
| template | |
Properties |
Methods |
Inputs |
| isRequired |
Type : boolean
|
| maskValidation |
Type : MaskValidation
|
| validationErrors |
Type : string[]
|
| value |
Type : string
|
| onIconEnter | ||||||
onIconEnter(event: MouseEvent)
|
||||||
|
Overlay triggers
Parameters :
Returns :
void
|
| onIconOrPanelLeave |
onIconOrPanelLeave()
|
|
Returns :
void
|
| onPanelEnter |
onPanelEnter()
|
|
Returns :
void
|
| overlayPanelComponent |
Type : OverlayPanel
|
Decorators :
@ViewChild(OverlayPanel)
|