Logo
Explore Help
Sign In
chpark/vexplor
1
0
Fork 0
You've already forked vexplor
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
cada8cd4b00a2bca1892ec4c05db8a04f9474b64
vexplor/frontend/lib/registry/components/repeat-screen-modal/RepeatScreenModalRenderer.tsx

14 lines
361 B
TypeScript
Raw Normal View History

feat: 신규 컴포넌트 2종 추가 (SimpleRepeaterTable, RepeatScreenModal) 및 속성 패널 스크롤 개선 - SimpleRepeaterTable: 검색/추가 없이 데이터 표시 및 편집, 자동 계산 지원 - RepeatScreenModal: 그룹핑 기반 카드 레이아웃, 집계 기능, 테이블 모드 지원 - UnifiedPropertiesPanel: overflow-x-auto 추가로 가로 스크롤 활성화
2025-11-28 11:48:46 +09:00
"use client";
import { ComponentRegistry } from "@/lib/registry/ComponentRegistry";
import { RepeatScreenModalDefinition } from "./index";
// 컴포넌트 자동 등록
if (typeof window !== "undefined") {
ComponentRegistry.registerComponent(RepeatScreenModalDefinition);
로그 제거
2026-01-06 13:08:33 +09:00
// console.log("✅ RepeatScreenModal 컴포넌트 등록 완료");
feat: 신규 컴포넌트 2종 추가 (SimpleRepeaterTable, RepeatScreenModal) 및 속성 패널 스크롤 개선 - SimpleRepeaterTable: 검색/추가 없이 데이터 표시 및 편집, 자동 계산 지원 - RepeatScreenModal: 그룹핑 기반 카드 레이아웃, 집계 기능, 테이블 모드 지원 - UnifiedPropertiesPanel: overflow-x-auto 추가로 가로 스크롤 활성화
2025-11-28 11:48:46 +09:00
}
export {};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 107ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API