4a8413000b
Build & Deploy to K8s / build-and-deploy (push) Failing after 11m17s
Remove legacy v2 input/select and file/media runtimes, add canonical option/file loaders, and document Codex handoff.
14 lines
557 B
TypeScript
14 lines
557 B
TypeScript
/**
|
|
* V2 컴포넌트 설정 패널 인덱스
|
|
*/
|
|
|
|
// 옛 입력/선택 ConfigPanel 은 Phase D.3 에서 폐기됨 — InvFieldConfigPanel 사용.
|
|
export { V2ListConfigPanel } from "./V2ListConfigPanel";
|
|
export { V2LayoutConfigPanel } from "./V2LayoutConfigPanel";
|
|
export { V2GroupConfigPanel } from "./V2GroupConfigPanel";
|
|
// V2MediaConfigPanel — Phase D.5 폐기. canonical InvFieldConfigPanel 의 attach/file 분기로 흡수.
|
|
export { V2BizConfigPanel } from "./V2BizConfigPanel";
|
|
export { V2HierarchyConfigPanel } from "./V2HierarchyConfigPanel";
|
|
|
|
|