ERP-node/frontend/lib/registry/components/modal-repeater-table
SeongHyun Kim 3fc6bd5538 feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가
- sourceColumnLabels 타입 정의 (Record<string, string>)

- ConfigPanel에 소스 컬럼별 표시 라벨 입력 UI 추가

- columnLabels 생성 시 sourceColumnLabels 우선 적용

- 컬럼 삭제 시 해당 라벨도 함께 삭제

- 빈 상태 안내 메시지 추가
2025-12-08 18:20:24 +09:00
..
ItemSelectionModal.tsx 모달 크기 고정 2025-12-08 18:13:36 +09:00
ModalRepeaterTableComponent.tsx feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 18:20:24 +09:00
ModalRepeaterTableConfigPanel.tsx feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 18:20:24 +09:00
ModalRepeaterTableRenderer.tsx feat: modal-repeater-table 배열 데이터 저장 기능 구현 2025-11-21 10:12:29 +09:00
RepeaterTable.tsx fix(modal-repeater-table): 날짜 필드 ISO 형식 변환으로 표시 오류 수정 2025-12-08 18:13:36 +09:00
index.ts feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
types.ts feat(ModalRepeaterTable): 항목 검색 모달 컬럼 라벨 설정 기능 추가 2025-12-08 18:20:24 +09:00
useCalculation.ts feat(modal-repeater-table): 컬럼 매핑 및 계산 규칙 UI 대폭 개선 2025-11-19 17:09:12 +09:00