Package-level declarations

Functions

Link copied to clipboard
fun DateTimeDialog(state: UseCaseState, selection: DateTimeSelection, config: DateTimeConfig = DateTimeConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Date Time dialog for the use-case to select a date, time or both in a quick way.

Link copied to clipboard
fun DateTimePopup(state: UseCaseState, selection: DateTimeSelection, config: DateTimeConfig = DateTimeConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())

Date Time popup for the use-case to select a date, time or both in a quick way.

Link copied to clipboard
fun DateTimeView(useCaseState: UseCaseState, selection: DateTimeSelection, config: DateTimeConfig = DateTimeConfig(), header: Header? = null)

Date Time dialog for the use-case to select a date, time or both in a quick way.