- eslint.config.mjs 규칙 강화 및 정리 - 전역 unused import/변수 제거 (312개 파일) - next.config.ts, middleware, proxy route 개선 - CopyableCell molecule 추가 - 회계/결재/HR/생산/건설/품질/영업 등 전 도메인 lint 정리 - IntegratedListTemplateV2, DataTable, MobileCard 등 공통 컴포넌트 개선 - execute-server-action 에러 핸들링 보강
20 lines
729 B
TypeScript
20 lines
729 B
TypeScript
export { StatusBadge } from "./StatusBadge";
|
|
export type { StatusBadgeProps, StatusType } from "./StatusBadge";
|
|
|
|
export { IconWithBadge } from "./IconWithBadge";
|
|
|
|
export { TableActions } from "./TableActions";
|
|
export type { TableAction } from "./TableActions";
|
|
|
|
export { StandardDialog } from "./StandardDialog";
|
|
export type { StandardDialogProps } from "./StandardDialog";
|
|
|
|
export { YearQuarterFilter } from "./YearQuarterFilter";
|
|
export type { Quarter } from "./YearQuarterFilter";
|
|
|
|
export { GenericCRUDDialog } from "./GenericCRUDDialog";
|
|
export type { GenericCRUDDialogProps, CRUDFieldDefinition } from "./GenericCRUDDialog";
|
|
|
|
export { ReorderButtons } from "./ReorderButtons";
|
|
|
|
export { CopyableCell } from "./CopyableCell"; |