Files
property-match/src/components/anfragencenter/index.ts
T
Benjamin Sutter 07cea21143 feat(supply): Anfragencenter — embedded property cards in public need detail
Add EmbeddedPropertyCard and surface matching properties inside the
public need detail view. Add needToParsedCriteria() mapper to convert a
stored Need back into parsed criteria for re-running search/matching.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 00:03:36 +02:00

27 lines
1.4 KiB
TypeScript

export { ActiveInquiriesTab } from './ActiveInquiriesTab'
export { LatentInquiriesTab } from './LatentInquiriesTab'
export { OfferWizard } from './OfferWizard'
export { InquiryList } from './InquiryList'
export { InquiryListRow } from './InquiryListRow'
export { InquiryCard } from './InquiryCard'
export { InquiryCardGrid } from './InquiryCardGrid'
export { InquiryChat } from './InquiryChat'
export { InquiryMessageBubble } from './InquiryMessageBubble'
export { InquiryReplyComposer } from './InquiryReplyComposer'
export { InquiryDetailPanel } from './InquiryDetailPanel'
export { RelatedPropertyCardPanel } from './RelatedPropertyCardPanel'
export { PublicNeedList } from './PublicNeedList'
export { PublicNeedCard } from './PublicNeedCard'
export { PublicNeedDetail } from './PublicNeedDetail'
export { OwnPropertyMatchList } from './OwnPropertyMatchList'
export { SelectablePropertyMatchCard } from './SelectablePropertyMatchCard'
export { EmbeddedPropertyCard } from './EmbeddedPropertyCard'
export { OfferCreationPanel } from './OfferCreationPanel'
export { OfferPropertySelectionStep } from './OfferPropertySelectionStep'
export { OfferPdfReviewStep } from './OfferPdfReviewStep'
export { OfferCheckedAction } from './OfferCheckedAction'
export { OfferChatComposer } from './OfferChatComposer'
export { AiOfferEmailButton } from './AiOfferEmailButton'
export { EditableOfferFieldList } from './EditableOfferFieldList'
export { MockPdfPreview } from './MockPdfPreview'