Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into jskim-node

This commit is contained in:
kjs
2026-02-24 15:30:07 +09:00
32 changed files with 3870 additions and 647 deletions

View File

@@ -26,6 +26,8 @@ export interface SplitPanelInfo {
initialLeftWidthPercent: number;
// 드래그 중 여부
isDragging: boolean;
// 패널 유형: "component" = 분할 패널 레이아웃 (버튼만 조정), "canvas" = 캔버스 분할선 (모든 컴포넌트 조정)
panelType?: "component" | "canvas";
}
export interface SplitPanelResizeContextValue {