Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
actual fun defaultFormatterSelectedDate(date: LocalDate): String
expect fun defaultFormatterSelectedDate(date: LocalDate): String
actual fun defaultFormatterSelectedDate(date: LocalDate): String
actual fun defaultFormatterSelectedDate(date: LocalDate): String
actual fun defaultFormatterSelectedDate(date: LocalDate): String
Link copied to clipboard
actual fun defaultFormatterSelectedMonth(month: Month): String
expect fun defaultFormatterSelectedMonth(month: Month): String
actual fun defaultFormatterSelectedMonth(month: Month): String
actual fun defaultFormatterSelectedMonth(month: Month): String
actual fun defaultFormatterSelectedMonth(month: Month): String
Link copied to clipboard
actual fun defaultFormatterWeekDayLabel(dayOfWeek: DayOfWeek): String
expect fun defaultFormatterWeekDayLabel(dayOfWeek: DayOfWeek): String
actual fun defaultFormatterWeekDayLabel(dayOfWeek: DayOfWeek): String
actual fun defaultFormatterWeekDayLabel(dayOfWeek: DayOfWeek): String
actual fun defaultFormatterWeekDayLabel(dayOfWeek: DayOfWeek): String
Link copied to clipboard
fun DialogDate(state: DialogState, date: MutableState<LocalDate>, dateRange: DialogDate.Range = DialogDateDefaults.dateRange(), setup: DialogDate.Setup = DialogDateDefaults.setup(), title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), buttons: DialogButtons = DialogDefaults.buttons(), options: DialogOptions = DialogDefaults.options(), onEvent: (event: DialogEvent) -> Unit = {})

Shows a dialog with an input field

Link copied to clipboard
fun rememberDialogDate(date: LocalDate = DateUtil.today()): MutableState<LocalDate>
Link copied to clipboard
fun DialogDefaults.styleWindowsDateDialog(dialogTitle: String, position: WindowPosition = WindowPosition(Alignment.Center), width: Dp = 600.dp, height: Dp = 600.dp, iconColor: Color = DialogStyleDefaults.iconColor, titleColor: Color = DialogStyleDefaults.titleColor, contentColor: Color = DialogStyleDefaults.contentColor): ComposeDialogStyle