);
export const SearchBarProjectField = () =>
;
const ProjectsPicker = (props: WrappedFieldProps) =>
) => {
props.input.onChange(id);
}
} />
;
export const SearchBarTrashField = () =>
;
export const SearchBarDateFromField = () =>
;
export const SearchBarDateToField = () =>
;
export const SearchBarPropertiesField = () =>
;
export const SearchBarKeyField = connectVocabulary(
({ vocabulary }: VocabularyProp) =>
);
export const SearchBarValueField = compose(
connectVocabulary,
formValues({ propertyKey: 'key' })
)(
(props: PropertyValueFieldProps) =>
);
export const SearchBarSaveSearchField = () =>
;
export const SearchBarQuerySearchField = () =>
;