chore: 제어모드 IDE 작업 + v2/legacy 레지스트리 컴포넌트 폐기

- 제어모드 IDE: ControlCardPanel, control/ide/* (Canvas/LeftRail/RightRail/PanZoomStage/V3RuleNode 등), schemas, lib/api/control
- 레지스트리 정리: aggregation-widget, status-count, section-card/paper, table-list(legacy/v2), tabs-widget 폐기 → table/_shared/ 로 통합
- InvLegacyButtonConfigPanel cp 마이그레이션
- canonical data view cleanup 후속 노트
This commit is contained in:
DDD1542
2026-05-19 21:31:03 +09:00
parent 467a41a3a8
commit 2f398ae0b3
138 changed files with 13662 additions and 13999 deletions
+3 -3
View File
@@ -92,10 +92,10 @@ export default function TestCardResponsivePage() {
{/* ── 1. v2-text-display (경량, 항상 동일) ── */}
<div className="mb-2 text-base font-semibold text-slate-800"></div>
{/* ── 2. v2-aggregation-widget (경량, container-type 만 부착) ── */}
{/* ── 2. canonical stats (경량, container-type 만 부착) ── */}
<div
className="mb-3 grid grid-cols-4 gap-2 rounded border border-slate-200 bg-white p-2"
style={{ containerType: "inline-size", containerName: "v2-aggregation-widget" }}
style={{ containerType: "inline-size", containerName: "stats" }}
>
{[
{ label: "전체", v: "128" },
@@ -214,7 +214,7 @@ export default function TestCardResponsivePage() {
<b className="text-indigo-600">v2-table-search-widget</b> / (CSS @container ).
</li>
<li>
(text-display, aggregation-widget, button-primary) <b>container-type: inline-size</b> .
(text-display, stats, button-primary) <b>container-type: inline-size</b> .
Phase 2 .
</li>
</ul>