@tactics/lokaal-loket 0.0.150 → 0.0.152
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +493 -493
- package/build/index.d.cts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +405 -405
- package/package.json +1 -1
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<
|
806
|
+
onDestinationSelected?: (e: AutocompleteSelectEvent<D>) => void;
|
807
807
|
onDestinationInputChange?: (e: AutocompleteChangeEvent) => void;
|
808
|
-
onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<
|
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<
|
806
|
+
onDestinationSelected?: (e: AutocompleteSelectEvent<D>) => void;
|
807
807
|
onDestinationInputChange?: (e: AutocompleteChangeEvent) => void;
|
808
|
-
onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<
|
808
|
+
onDestinationNavigate?: (e: AutocompleteOptionNavigatedEvent<D>) => void;
|
809
809
|
onDestinationBlur?: (e: AutocompleteBlurEvent) => void;
|
810
810
|
onDestinationFocus?: (e: AutocompleteFocusEvent) => void;
|
811
811
|
}
|