feat: Digital Twin Editor 테이블 매핑 UI 및 백엔드 API 구현

This commit is contained in:
dohyeons
2025-11-20 10:15:58 +09:00
parent eeed671436
commit 33350a4d46
13 changed files with 3007 additions and 462 deletions

View File

@@ -449,6 +449,20 @@ export function WidgetConfigSidebar({ element, isOpen, onClose, onApply }: Widge
</div>
</div>
{/* 레이아웃 선택 (야드 관리 3D 위젯 전용) */}
{element.subtype === "yard-management-3d" && (
<div className="bg-background rounded-lg p-3 shadow-sm">
<Label htmlFor="layout-id" className="mb-2 block text-xs font-semibold">
</Label>
<p className="text-muted-foreground mb-2 text-xs"> </p>
<div className="text-muted-foreground text-xs">
<p> .</p>
<p className="mt-1"> .</p>
</div>
</div>
)}
{/* 자동 새로고침 설정 (지도 위젯 전용) */}
{element.subtype === "map-summary-v2" && (
<div className="bg-background rounded-lg p-3 shadow-sm">