StaffSearchLabelList
fun StaffSearchLabelList(selectedLabelIds: Set<Int>, staffData: Result<StaffIdsData>?, onComplete: () -> Unit, onToggleSelectLabel: (Int) -> Unit, onClearSelects: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel())(source)