ERP-node/frontend/lib/registry
kjs 0f52c3adc2 refactor: Improve V2Repeater integration and event handling
- Updated the EditModal component to check for registered V2Repeater instances before saving detail data, enhancing the reliability of the repeater save process.
- Simplified the V2Repeater component by removing unnecessary groupedData handling, ensuring it manages its own data effectively.
- Enhanced the DynamicComponentRenderer to correctly handle V2Repeater's data management, improving overall component behavior.
- Refactored button actions to wait for V2Repeater save completion only when active repeaters are present, optimizing performance and user experience.
2026-02-27 11:46:43 +09:00
..
components refactor: Hide selected rows information in TableListComponent 2026-02-27 11:01:22 +09:00
layouts
pop-components feat(pop-cart): 장바구니 저장 시스템 구현 + 선택적 컬럼 저장 2026-02-26 16:00:07 +09:00
utils
AutoRegisteringComponentRenderer.ts
ComponentRegistry.ts refactor: 코드 정리 및 불필요한 로그 제거 2026-02-05 17:35:13 +09:00
DynamicComponentRenderer.tsx refactor: Improve V2Repeater integration and event handling 2026-02-27 11:46:43 +09:00
DynamicConfigPanel.tsx
DynamicLayoutRenderer.tsx
DynamicWebTypeRenderer.tsx
LayoutRegistry.ts
PopComponentRegistry.ts feat(pop): 컴포넌트 연결 시스템 구현 - 디자이너 설정 기반 검색->리스트 필터링 2026-02-23 18:45:21 +09:00
WebTypeRegistry.ts
index.ts
init.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
types.ts
useRegistry.ts