Files
sam-react-prod/src/components/templates/index.ts
byeongcheolryu e76fac0ab1 feat(WEB): UniversalListPage 컴포넌트 및 파일럿 마이그레이션
- UniversalListPage 템플릿 컴포넌트 생성
- 카드관리(HR) 파일럿 마이그레이션 (기본 케이스)
- 게시판목록 파일럿 마이그레이션 (동적 탭 fetchTabs)
- 발주관리 파일럿 마이그레이션 (ScheduleCalendar beforeTableContent)
- 클라이언트 사이드 필터링 지원 (customFilterFn, customSortFn)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 15:27:59 +09:00

28 lines
687 B
TypeScript

export { ListPageTemplate } from "./ListPageTemplate";
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";