@tactics/lokaal-loket 0.0.265 → 0.0.267

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -753,6 +753,7 @@ interface AutoCompleteContextType<T> {
753
753
  interface AutocompleteI<T> {
754
754
  name: string;
755
755
  debounceTime: number;
756
+ readyForInput: boolean;
756
757
  placeholder?: string;
757
758
  ariaLabel?: string;
758
759
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -770,6 +771,7 @@ interface AutocompleteI<T> {
770
771
  }
771
772
  interface AutocompleteInputI<T> {
772
773
  name: string;
774
+ readyForInput: boolean;
773
775
  debounceTime: number;
774
776
  placeholder?: string;
775
777
  ariaLabel?: string;
@@ -849,6 +851,7 @@ interface LocationI<T> {
849
851
  onNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
850
852
  onBlur?: (e: LocationBlurEvent) => void;
851
853
  onFocus?: (e: LocationFocusEvent) => void;
854
+ readyForInput: boolean;
852
855
  }
853
856
  interface LocationBlurEvent extends AutocompleteBlurEvent {
854
857
  }
@@ -867,6 +870,7 @@ declare const Location: <T>(props: LocationI<T> & {
867
870
 
868
871
  interface NameI<T> {
869
872
  name: string;
873
+ readyForInput: boolean;
870
874
  placeholder?: string;
871
875
  ariaLabel?: string;
872
876
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -916,6 +920,7 @@ declare const MaskedImage: (props: IMaskedImage) => react_jsx_runtime.JSX.Elemen
916
920
 
917
921
  interface RouteI<T, D> {
918
922
  name: string;
923
+ readyForInput: boolean;
919
924
  debounceTime?: number;
920
925
  originPlaceholder?: string;
921
926
  originAriaLabel?: string;
@@ -1708,6 +1713,7 @@ declare const HomeSectionGettingStarted: (props: IHomeSectionGettingStarted) =>
1708
1713
 
1709
1714
  interface IDetailsSectionHeader {
1710
1715
  title: string;
1716
+ subtitle?: string;
1711
1717
  badge: React$1.ReactNode;
1712
1718
  labels: React$1.ReactNode;
1713
1719
  actions: React$1.ReactNode;
package/build/index.d.ts CHANGED
@@ -753,6 +753,7 @@ interface AutoCompleteContextType<T> {
753
753
  interface AutocompleteI<T> {
754
754
  name: string;
755
755
  debounceTime: number;
756
+ readyForInput: boolean;
756
757
  placeholder?: string;
757
758
  ariaLabel?: string;
758
759
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -770,6 +771,7 @@ interface AutocompleteI<T> {
770
771
  }
771
772
  interface AutocompleteInputI<T> {
772
773
  name: string;
774
+ readyForInput: boolean;
773
775
  debounceTime: number;
774
776
  placeholder?: string;
775
777
  ariaLabel?: string;
@@ -849,6 +851,7 @@ interface LocationI<T> {
849
851
  onNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
850
852
  onBlur?: (e: LocationBlurEvent) => void;
851
853
  onFocus?: (e: LocationFocusEvent) => void;
854
+ readyForInput: boolean;
852
855
  }
853
856
  interface LocationBlurEvent extends AutocompleteBlurEvent {
854
857
  }
@@ -867,6 +870,7 @@ declare const Location: <T>(props: LocationI<T> & {
867
870
 
868
871
  interface NameI<T> {
869
872
  name: string;
873
+ readyForInput: boolean;
870
874
  placeholder?: string;
871
875
  ariaLabel?: string;
872
876
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -916,6 +920,7 @@ declare const MaskedImage: (props: IMaskedImage) => react_jsx_runtime.JSX.Elemen
916
920
 
917
921
  interface RouteI<T, D> {
918
922
  name: string;
923
+ readyForInput: boolean;
919
924
  debounceTime?: number;
920
925
  originPlaceholder?: string;
921
926
  originAriaLabel?: string;
@@ -1708,6 +1713,7 @@ declare const HomeSectionGettingStarted: (props: IHomeSectionGettingStarted) =>
1708
1713
 
1709
1714
  interface IDetailsSectionHeader {
1710
1715
  title: string;
1716
+ subtitle?: string;
1711
1717
  badge: React$1.ReactNode;
1712
1718
  labels: React$1.ReactNode;
1713
1719
  actions: React$1.ReactNode;