Package-level declarations
Types
Link copied to clipboard
class CalendarConfig(val locale: Locale = Locale.getDefault(), val style: CalendarStyle = CalendarStyle.MONTH, val cameraDate: LocalDate? = null, val displayCalendarWeeks: Boolean = Constants.DEFAULT_DISPLAY_CALENDAR_WEEKS, val monthSelection: Boolean = Constants.DEFAULT_MONTH_SELECTION, val yearSelection: Boolean = Constants.DEFAULT_YEAR_SELECTION, val boundary: ClosedRange<LocalDate> = Constants.DEFAULT_RANGE, val disabledDates: List<LocalDate>? = null, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs
The general configuration for the calendar dialog.
Link copied to clipboard
The selection configuration for the calendar dialog.
Link copied to clipboard
Available calendar styles.