looks like just a syntax error and typo based on your code provided.
#[On( 'selected-dateslot'"]
should be
#[On( 'selected-dateslot' )]
and your Dateslot component class, should be
public function selectedDateslot()