ERP-node/frontend/lib/registry/pop-components/pop-card-list
SeongHyun Kim aa319a6bda feat(pop-card-list): 장바구니 목록 모드 (cartListMode) 구현
- CartListModeConfig 타입 추가 (sourceScreenId, cartType, statusFilter)
- 원본 화면 카드 설정 자동 상속 (screenApi.getLayoutPop)
- cart_items 조회 + row_data JSON 파싱 + __cart_ 접두사 병합
- 체크박스 선택 (전체/개별) + selected_items 이벤트 발행
- 인라인 삭제 (확인 후 즉시 DB 반영)
- 수량 수정 (NumberInputModal 재사용, 로컬 __cart_modified)
- 설정 패널: 장바구니 모드 토글 + 원본 화면/컴포넌트 선택
- connectionMeta: selected_items, confirm_trigger 추가
2026-02-27 14:57:24 +09:00
..
NumberInputModal.tsx feat(pop-cart): 장바구니 저장 시스템 구현 + 선택적 컬럼 저장 2026-02-26 16:00:07 +09:00
PackageUnitModal.tsx feat(pop-cart): 장바구니 저장 시스템 구현 + 선택적 컬럼 저장 2026-02-26 16:00:07 +09:00
PopCardListComponent.tsx feat(pop-card-list): 장바구니 목록 모드 (cartListMode) 구현 2026-02-27 14:57:24 +09:00
PopCardListConfig.tsx feat(pop-card-list): 장바구니 목록 모드 (cartListMode) 구현 2026-02-27 14:57:24 +09:00
PopCardListPreview.tsx feat(pop-card-list): PopCardList 컴포넌트 구현 2026-02-24 15:54:57 +09:00
index.tsx feat(pop-card-list): 장바구니 목록 모드 (cartListMode) 구현 2026-02-27 14:57:24 +09:00