ERP-node/frontend/types
kjs e16d76936b feat: Enhance V2Repeater and configuration panel with source detail auto-fetching
- Added support for automatic fetching of detail rows from the master data in the V2Repeater component, improving data management.
- Introduced a new configuration option in the V2RepeaterConfigPanel to enable source detail auto-fetching, allowing users to specify detail table and foreign key settings.
- Enhanced the V2Repeater component to handle entity joins for loading data, optimizing data retrieval processes.
- Updated the V2RepeaterProps and V2RepeaterConfig interfaces to include new properties for grouped data and source detail configuration, ensuring type safety and clarity in component usage.
- Improved logging for data loading processes to provide better insights during development and debugging.
2026-02-28 14:33:18 +09:00
..
external-call
auth.ts
commonCode.ts 공통코드 계층구조 구현 2025-12-23 09:31:18 +09:00
company.ts
component-events.ts V2 이벤트 시스템 통합 및 데이터 전달 인터페이스 구현: UnifiedRepeater 컴포넌트에 데이터 제공 및 수신 인터페이스를 추가하여 다른 컴포넌트와의 데이터 연동을 개선하였습니다. 또한, AggregationWidgetComponent와 RepeatContainerComponent에서 V2 표준 이벤트를 구독하여 데이터 변경 이벤트를 효율적으로 처리하도록 수정하였습니다. 이를 통해 컴포넌트 간의 데이터 흐름과 사용자 경험을 향상시켰습니다. 2026-01-29 23:20:23 +09:00
component.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
connectionTypes.ts
control-management.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
data-transfer.ts feat: Enhance category column handling and data mapping 2026-02-26 11:31:49 +09:00
dataflowTypes.ts
ddl.ts
department.ts
digitalTwin.ts
flow.ts
flowExternalDb.ts
grid-system.ts
index.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
input-type-mapping.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
input-types.ts 테스트용 채번규칙 API 추가: numberingRuleController에 테이블+컬럼 기반 채번규칙 조회 및 테스트 테이블에 채번규칙 저장 기능을 추가하였습니다. 이를 통해 개발 및 테스트 환경에서 채번규칙을 보다 쉽게 관리할 수 있도록 개선하였습니다. 2026-01-21 13:54:14 +09:00
layout.ts
menu.ts
node-editor.ts Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node 2026-02-11 18:05:32 +09:00
numbering-rule.ts feat: Enhance numbering rule service with separator handling 2026-02-25 12:25:30 +09:00
profile.ts
repeater.ts make: RepeaterFieldGroup 컴포넌트 2026-01-19 18:58:23 +09:00
report.ts 서명 밑줄 옵션 완전히 제거 2025-12-23 16:00:25 +09:00
responsive.ts
screen-embedding.ts
screen-legacy-backup.ts
screen-management.ts Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into jskim-node 2026-02-09 16:03:27 +09:00
screen.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
table-management.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
table-options.ts 검색필터 틀고정기능 오류 수정 2026-01-08 10:39:48 +09:00
tableCategoryValue.ts
user.ts
userHistory.ts
v2-components.ts feat: Implement advanced filtering capabilities in entity search 2026-02-26 16:07:15 +09:00
v2-core.ts feat: Enhance BOM and UI components with improved label handling and data mapping 2026-02-27 07:33:54 +09:00
v2-form.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
v2-repeater.ts feat: Enhance V2Repeater and configuration panel with source detail auto-fetching 2026-02-28 14:33:18 +09:00
v2-web-types.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
workHistory.ts