@tactics/lokaal-loket 0.0.149 → 0.0.151

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -803,9 +803,9 @@ interface RouteI<T, R, D> {
803
803
  onOriginNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
804
804
  onOriginBlur?: (e: AutocompleteBlurEvent) => void;
805
805
  onOriginFocus?: (e: AutocompleteFocusEvent) => void;
806
- onDestinationSelected?: (e: AutocompleteSelectEvent<T>) => void;
806
+ onDestinationSelected?: (e: AutocompleteSelectEvent<D>) => void;
807
807
  onDestinationInputChange?: (e: AutocompleteChangeEvent) => void;
808
- onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
808
+ onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<D>) => void;
809
809
  onDestinationBlur?: (e: AutocompleteBlurEvent) => void;
810
810
  onDestinationFocus?: (e: AutocompleteFocusEvent) => void;
811
811
  }
package/build/index.d.ts CHANGED
@@ -803,9 +803,9 @@ interface RouteI<T, R, D> {
803
803
  onOriginNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
804
804
  onOriginBlur?: (e: AutocompleteBlurEvent) => void;
805
805
  onOriginFocus?: (e: AutocompleteFocusEvent) => void;
806
- onDestinationSelected?: (e: AutocompleteSelectEvent<T>) => void;
806
+ onDestinationSelected?: (e: AutocompleteSelectEvent<D>) => void;
807
807
  onDestinationInputChange?: (e: AutocompleteChangeEvent) => void;
808
- onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
808
+ onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<D>) => void;
809
809
  onDestinationBlur?: (e: AutocompleteBlurEvent) => void;
810
810
  onDestinationFocus?: (e: AutocompleteFocusEvent) => void;
811
811
  }