Calendar
LmnCalendarComponent
import { LmnCalendarComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
date r |
| The preselected date |
getViewDetailsFn r |
| The callback function to get the view details |
maxDate r |
| The maximum showing date |
minDate r |
| The minimum showing date |
nativeElement r | HTMLElement | |
negative r |
| Whether the calendar is in negative mode |
precision r |
| The precision of the calendar |
selectDate r |
| The selected date |
Methods
changeView() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Change the view rendered in the calendar | |||||||||
Presentation | |||||||||
Parameters
Returnsvoid |
LmnCalendarCellComponent
import { LmnCalendarCellComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | lmn-calendar-cell |
Properties
Name | Type | Description |
---|---|---|
columnIndex r |
| |
disabled r |
| |
disabledReason r |
| |
empty r |
| |
focused r |
| |
nativeElement r | HTMLElement | |
negative r |
| |
rowIndex r |
| |
selected r |
| |
today r |
| |
trigger r |
|