Package-level declarations

Types

Link copied to clipboard
data class LabelSectionData(val initials: String, val labels: List<Label>)

Functions

Link copied to clipboard
fun LabelList(labels: List<Label>, selectedLabelIds: Set<Int>, onToggleSelectLabel: (Int) -> Unit)
Link copied to clipboard
fun LabelListCell(label: Label, selected: Boolean, onClick: () -> Unit)
Link copied to clipboard
fun LabelListFooterView(isEnabled: Boolean, isLoading: Boolean, onComplete: () -> Unit, onClearSelects: () -> Unit)
Link copied to clipboard
Link copied to clipboard
fun SnapPlaySearchLabelList(selectedLabelIds: Set<Int>, snapPlayData: Result<SnapPlayIdsData>?, onComplete: () -> Unit, onToggleSelectLabel: (Int) -> Unit, onClearSelects: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel())
Link copied to clipboard
fun StaffSearchLabelList(selectedLabelIds: Set<Int>, staffData: Result<StaffIdsData>?, onComplete: () -> Unit, onToggleSelectLabel: (Int) -> Unit, onClearSelects: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel())