ERP-node/frontend/components/v2
shin 82f788bbb5 feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링
- Phase 1: 리포트 관리 페이지(Admin) 고도화 - CRUD, 목록/그리드 뷰
- Phase 2: 내부 리포트 목록 컨텍스트 뷰어
- Phase 3: 화면관리 컴포넌트화 (드래그&드롭)

리팩토링:
- ReportDesignerContext 분리: 2049줄 → 484줄 (contexts/report-designer/ 하위 훅 추출)
- MM_TO_PX 상수 중복 제거: useClipboardActions/useUIState → lib/report/constants 통일
- generateComponentId 헬퍼 중앙화: lib/report/constants로 단일 소스 관리
- ConditionalRule 타입 중복 제거: conditionalUtils → types/report 단일 정의
- 렌더러/속성/모달 컴포넌트 분리: designer/renderers, properties, modals 디렉토리

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 18:30:18 +09:00
..
config-panels feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
ConditionalConfigPanel.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
DynamicConfigPanel.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Biz.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2ComponentRenderer.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2ComponentsDemo.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Date.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2FormContext.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Group.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Hierarchy.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Input.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Layout.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2List.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Media.tsx refactor: Clean up and enhance component structure in V2Media and ComponentsPanel 2026-02-23 10:53:10 +09:00
V2Repeater.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
V2Select.tsx feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링 2026-03-10 18:30:18 +09:00
index.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00
registerV2Components.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00