The cell which which has the mouse hover. activeHover: ModelSignal <(undefined | Cell )> = ... |
Get the current shown view. activeView: Signal <(undefined | SiDaySelectionComponent | SiMonthSelectionComponent | SiYearSelectionComponent )> = ... |
actualFocusedDate: Signal <Date > = ... |
Aria label for week number column calenderWeekLabel: InputSignal <TranslatableString > = $localize`:@@SI_DATEPICKER.CALENDAR_WEEK_LABEL:Calendar week` |
cdRef: ChangeDetectorRef = ... |
Object to configure the datepicker. config: ModelSignal <DatepickerConfig > = {} |
The selected date of the datepicker. Use for initialization and for bidirectional binding. date: ModelSignal <(undefined | Date )> = ... |
The selected date range of the datepicker. Use for initialization and for bidirectional binding. dateRange: ModelSignal <(undefined | DateRange )> = ... |
dateRangeRole: InputSignal <RangeType > = ... |
Reference to the current day selection component. Shown when view === 'week' daySelection: Signal <(undefined | SiDaySelectionComponent )> = ... |
defaultDisabledTimeText: TranslatableString = ... |
defaultEnableTimeText: TranslatableString = ... |
Disabled the optional visible time picker. disabledTime: ModelSignal <boolean > = false |
The date which is currently focused Compare to the selected date or range the calendar requires to have one element to focus. focusedDate: ModelSignal <(undefined | Date )> = ... |
When the user switch from the year or month view via keyboard selection we force the focus. forceFocus: Signal <boolean > = ... |
hideCalendar: InputSignal <boolean > = ... |
Option to hide the time switch. hideTimeToggle: InputSignal <boolean > = false |
includeTimeLabel: Signal <TranslatableString > = ... |
Set initial focus to calendar body. initialFocus: InputSignal <boolean > = false |
locale: string = ... |
localeWeekStart: WeekStart |
Optional input to control the maximum month the datepicker can show and the user can navigate. The maxMonth can be smaller than the maxDate This option enables the usage of multiple datepickers next to each other while the more left calendar always shows a earlier month the the more right one. maxMonth: InputSignal <(undefined | Date )> = ... |
Optional input to control the minimum month the datepicker can show and the user can navigate. The minMonth can be larger than the minDate This option enables the usage of multiple datepickers next to each other while the more left calendar always shows a earlier month the the more right one. minMonth: InputSignal <(undefined | Date )> = ... |
months: string [] = [] |
Reference to the current month selection component. Shown when view === 'month' monthSelection: Signal <(undefined | SiMonthSelectionComponent )> = ... |
monthViewSwitchTo: ("month" | "week" ) = 'week' |
Aria label for the next button. Needed for a11y. nextLabel: InputSignal <TranslatableString > = $localize`:@@SI_DATEPICKER.NEXT:Next` |
Aria label for the previous button. Needed for a11y. previousLabel: InputSignal <TranslatableString > = $localize`:@@SI_DATEPICKER.PREVIOUS:Previous` |
Used to hold the last time when setting the time to disabled. Value will be reset on enabling the time again. previousTime?: Date |
Use this to force date range operation to select either start date or end date. rangeType: ModelSignal <RangeType > = 'START' |
requireFocus: WritableSignal <boolean > = ... |
switchId: string = ... |
Date object to track and change the time. Keeping time and date in separate objects to not change the date when flipping time. After change, a new date object is created with an adapted time. time?: Date |
Enable/disable 12H mode in timepicker. Defaults to locale time12h: InputSignalWithTransform <(undefined | boolean ), unknown > = undefined |
timePicker: Signal <(undefined | SiTimepickerComponent )> = ... |
timepickerId: string = ... |
Optional timepicker label. timepickerLabel: InputSignal <(undefined | string )> = ... |
The active view view: WritableSignal <ViewType > = ... |
Reference to the current year selection component. Shown when view === 'year' yearSelection: Signal <(undefined | SiYearSelectionComponent )> = ... |
Configuration which view shall be shown after year selection, when onlyMonthSelection is enabled the month view is shown otherwise the week view. yearViewSwitchTo: ("month" | "week" ) = 'week' |