Package-level declarations

Functions

Link copied to clipboard
fun DurationDialog(state: UseCaseState, selection: DurationSelection, config: DurationConfig = DurationConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Duration view for the use-case to to select a duration time.

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

Duration popup for the use-case to select a duration time.

Link copied to clipboard
fun DurationView(useCaseState: UseCaseState, selection: DurationSelection, config: DurationConfig = DurationConfig(), header: Header? = null)

Duration view for the use-case to to select a duration time.