pop-search 컴포넌트에 status-chip 입력 타입을 추가하여 연결된 카드의 전체 데이터를 구독하고 상태별 건수를 집계/표시한다. 칩 클릭 시 filter_value를 발행하여 카드 목록을 필터링한다. [status-chip 입력 타입] - types.ts: StatusChipStyle, StatusChipConfig, STATUS_CHIP_STYLE_LABELS - PopSearchComponent: StatusChipInput 컴포넌트 (allRows 구독 + 건수 집계) - PopSearchConfig: StatusChipDetailSettings 설정 패널 (칩 옵션/스타일) - index.tsx: receivable에 all_rows 이벤트 등록 [all_rows 이벤트] - pop-card-list-v2: 데이터 로드 시 all_rows publish + sendable 등록 - pop-card-list: 데이터 로드 시 all_rows publish + sendable 등록 - useConnectionResolver: all_rows 타입 자동 매칭 로직 추가 [pop-card-list-v2 개선] - 하위 테이블 필터 적용 시 __subStatus__ 가상 컬럼 주입 - externalFilters에 하위 테이블 조건 분리 처리 |
||
|---|---|---|
| .. | ||
| pop-card-list | ||
| pop-card-list-v2 | ||
| pop-dashboard | ||
| pop-field | ||
| pop-search | ||
| pop-shared | ||
| pop-string-list | ||
| index.ts | ||
| pop-button.tsx | ||
| pop-icon.tsx | ||
| pop-profile.tsx | ||
| pop-scanner.tsx | ||
| pop-text.tsx | ||
| types.ts | ||