Files
sam-react-prod/src/components/templates/index.ts
유병철 cfa72fe19b refactor(WEB): 폼 템플릿 통합 및 미사용 컴포넌트 정리
- ResponsiveFormTemplate → IntegratedDetailTemplate 마이그레이션
  - ClientRegistration, OrderRegistration, QuoteRegistration 완료
  - QuoteRegistrationV2 미사용 import 정리
- 미사용 컴포넌트 삭제
  - ListPageTemplate.tsx
  - ResponsiveFormTemplate.tsx
  - common/DataTable 폴더 전체 (SearchFilter 누락 export 에러 해결)
- Config 파일 추가
  - clientConfig.ts, orderConfig.ts
  - quoteConfig.ts에 edit 모드 config 추가

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 20:41:45 +09:00

27 lines
632 B
TypeScript

export { IntegratedListTemplateV2 } from "./IntegratedListTemplateV2";
export type {
TabOption,
TableColumn,
PaginationConfig,
StatCard,
VersionHistoryItem,
DevMetadata,
IntegratedListTemplateV2Props,
} from "./IntegratedListTemplateV2";
// UniversalListPage - 통합 리스트 페이지 컴포넌트
export { UniversalListPage } from "./UniversalListPage";
export type {
UniversalListConfig,
UniversalListPageProps,
ListActions,
ListParams,
ListResult,
DeleteResult,
CustomAction,
DetailMode,
SelectionHandlers,
RowClickHandlers,
FilterFieldConfig,
FilterValues,
} from "./UniversalListPage";