Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val ADD: String
Link copied to clipboard
const val APPEND: String
Link copied to clipboard
const val BUTTON: String
Link copied to clipboard
const val CANCEL: String
Link copied to clipboard
const val CLOSE: String
Link copied to clipboard
const val COUNT: String
Link copied to clipboard
const val DATE: String
Link copied to clipboard
const val DELETE: String
Link copied to clipboard
const val DESCRIPTION: String
Link copied to clipboard
const val DIALOG: String
Link copied to clipboard
const val EDIT: String
Link copied to clipboard
const val EXPAND: String
Link copied to clipboard
const val FULL_BODY: String
Link copied to clipboard
const val FULL_LABEL: String
Link copied to clipboard
const val INPUT: String
Link copied to clipboard
const val INVALID: String
Link copied to clipboard
const val LABEL: String
Link copied to clipboard
const val LOG: String
Link copied to clipboard
const val MIN_OPTIONS_FOR_SEARCH: Int = 10
Link copied to clipboard
const val MORE: String
Link copied to clipboard
const val NEXT: String
Link copied to clipboard
const val OUTPUT: String
Link copied to clipboard
const val PREV: String
Link copied to clipboard
const val PREVIEW_BODY: String
Link copied to clipboard
Link copied to clipboard
const val REQUIRED: String
Link copied to clipboard
const val SCROLL: String
Link copied to clipboard
const val SELECT: String
Link copied to clipboard
const val SUBMIT: String
Link copied to clipboard
const val TIME: String
Link copied to clipboard
const val TIP: String
Link copied to clipboard
const val TITLE: String
Link copied to clipboard
const val UPLOAD: String
Link copied to clipboard
const val VALID: String

Functions

Link copied to clipboard
inline fun <T, K, V> Iterable<T>.fastAssociate(capacity: Int = 16, transform: (T) -> Pair<K, V>): Map<K, V>
Link copied to clipboard
fun JoyButton(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: Shape = defaultShape, colors: ButtonColors = ButtonDefaults.outlinedButtonColors(), elevation: ButtonElevation? = null, border: BorderStroke? = ButtonDefaults.outlinedButtonBorder(enabled), contentPadding: PaddingValues = defaultContentPadding, interactionSource: MutableInteractionSource? = null, content: @Composable RowScope.() -> Unit)
Link copied to clipboard
fun <T> SlidingDialog(form: T?, onClose: () -> Unit, content: @Composable (T) -> Unit)