13553f60a0
- Delete InquiryStatusBadge.tsx (dead code after Part A read/unread migration) - AdditionalPropertyMatch: add reasons[] + topUncertainty from positiveFactors/tradeoffs - AdditionalMatchCard: render green reasons and amber uncertainty below match score - ReportObjectFieldKey: add breakoutOptionDate, roomHeight, floorLoad, deliveryAccess, goodsLift, passengerLift, internet, microLocation, competitionEnvironment, infrastructure, marketSignals, negotiationHints, missingData (now 45 keys) - ReportObjectFieldSelector: regroup into 5 spec-aligned groups (Basisdaten, Miet-/Vertragsdaten, Technische Hard Facts, Soft Factors, Marktinformationen) - LatentInquiryReportPreview: add labels for all new field keys Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
1.4 KiB
TypeScript
26 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 { 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'
|