Package-level declarations
Functions
Link copied to clipboard
fun CoreDialog(state: UseCaseState, selection: CoreSelection, header: Header? = null, body: @Composable () -> Unit, onPositiveValid: Boolean = true, properties: DialogProperties = DialogProperties())
Core dialog that functions as the base of a custom use-case.
Link copied to clipboard
fun CorePopup(state: UseCaseState, selection: CoreSelection, header: Header? = null, body: @Composable () -> Unit, onPositiveValid: Boolean = true, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
Core popup that functions as the base of a custom use-case.
Link copied to clipboard
fun CoreView(useCaseState: UseCaseState, selection: CoreSelection, header: Header? = null, body: @Composable () -> Unit, onPositiveValid: Boolean = true)
Core view that functions as the base of a custom use-case.