Package-level declarations

Types

Link copied to clipboard
abstract class BaseTypeState : Serializable

The base class for the use-case view states.

Functions

Link copied to clipboard
fun ButtonsComponent(state: UseCaseState, orientation: LibOrientation, selection: BaseSelection, onPositive: () -> Unit, onNegative: () -> Unit, onPositiveValid: Boolean = true)

Buttons component.

Link copied to clipboard
fun <T> Grid(modifier: Modifier, items: List<T>, columns: Int, rowSpacing: Dp, columnSpacing: Dp, itemView: @Composable (T) -> Unit)

A replication of LazyVerticalGrid - but not lazy.

Link copied to clipboard
fun HeaderComponent(header: Header, contentHorizontalPadding: PaddingValues)

Header component of the dialog.

Link copied to clipboard
fun IconComponent(modifier: Modifier, iconSource: IconSource, tint: Color? = null, defaultTint: Color? = null)

Icon component that is displayed in various places in a dialog.