@g1cloud/entity-modeler-next 5.0.0-alpha.26 → 5.0.0-alpha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/ddl.d.ts +10 -0
- package/dist/core/jsonModel.d.ts +23 -0
- package/dist/core/parseMermaid.d.ts +9 -0
- package/dist/core/parseSqlDdl.d.ts +11 -0
- package/dist/core/quickFix.d.ts +12 -0
- package/dist/core/validation.d.ts +13 -1
- package/dist/editor/controller.d.ts +4 -0
- package/dist/entity-modeler-next.css +1 -1
- package/dist/entity-modeler.js +11423 -10549
- package/dist/entity-modeler.umd.cjs +27 -17
- package/dist/i18n/ko.d.ts +24 -0
- package/dist/index.d.ts +5 -0
- package/dist/view/CommandPalette.vue.d.ts +10 -0
- package/dist/view/TextImportModal.vue.d.ts +8 -0
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare const ko: {
|
|
|
31
31
|
readonly 'em.toolbar.exportText': "내보내기 (텍스트 · Mermaid)";
|
|
32
32
|
readonly 'em.toolbar.exportSvg': "SVG 내보내기";
|
|
33
33
|
readonly 'em.toolbar.exportPng': "PNG 내보내기";
|
|
34
|
+
readonly 'em.toolbar.import': "가져오기 (텍스트 붙여넣기)";
|
|
34
35
|
readonly 'em.toolbar.history': "이력";
|
|
35
36
|
readonly 'em.toolbar.historyOpen': "변경 이력 열기";
|
|
36
37
|
readonly 'em.toolbar.historyClose': "변경 이력 닫기";
|
|
@@ -57,16 +58,33 @@ export declare const ko: {
|
|
|
57
58
|
readonly 'em.validation.hideSeverity': "{label} 숨기기";
|
|
58
59
|
readonly 'em.validation.showSeverity': "{label} 표시";
|
|
59
60
|
readonly 'em.validation.expandPanel': "검증 패널 펼치기";
|
|
61
|
+
readonly 'em.validation.quickFix': "수정";
|
|
62
|
+
readonly 'em.validation.quickFixTip': "자동 수정 적용 (되돌리기 가능)";
|
|
60
63
|
readonly 'em.common.close': "닫기";
|
|
61
64
|
readonly 'em.common.save': "저장";
|
|
62
65
|
readonly 'em.export.title': "내보내기";
|
|
63
66
|
readonly 'em.export.formatText': "논리 모델 텍스트";
|
|
64
67
|
readonly 'em.export.formatMermaidEr': "Mermaid (ER)";
|
|
65
68
|
readonly 'em.export.formatMermaidClass': "Mermaid (클래스)";
|
|
69
|
+
readonly 'em.export.formatDdl': "SQL DDL (PostgreSQL)";
|
|
70
|
+
readonly 'em.export.formatJson': "JSON (백업)";
|
|
66
71
|
readonly 'em.export.copy': "복사";
|
|
67
72
|
readonly 'em.export.download': "다운로드";
|
|
68
73
|
readonly 'em.export.copied': "클립보드에 복사되었습니다.";
|
|
69
74
|
readonly 'em.export.copyFailed': "복사에 실패했습니다.";
|
|
75
|
+
readonly 'em.import.title': "가져오기";
|
|
76
|
+
readonly 'em.import.placeholder': "SQL DDL · Mermaid ER · JSON 백업을 붙여넣으세요.";
|
|
77
|
+
readonly 'em.import.formatAuto': "자동 감지";
|
|
78
|
+
readonly 'em.import.formatMermaid': "Mermaid ER";
|
|
79
|
+
readonly 'em.import.formatDdl': "SQL DDL";
|
|
80
|
+
readonly 'em.import.formatJson': "JSON";
|
|
81
|
+
readonly 'em.import.detected': "감지: {format}";
|
|
82
|
+
readonly 'em.import.summary': "엔티티 {entities} · 관계 {relations}";
|
|
83
|
+
readonly 'em.import.warnings': "경고 {n}건 (부분 파싱)";
|
|
84
|
+
readonly 'em.import.error': "파싱 실패: {message}";
|
|
85
|
+
readonly 'em.import.emptyParse': "인식된 엔티티가 없습니다.";
|
|
86
|
+
readonly 'em.import.unknownFormat': "포맷을 감지하지 못했습니다 — 위에서 직접 선택하세요.";
|
|
87
|
+
readonly 'em.import.confirm': "가져오기";
|
|
70
88
|
readonly 'em.shortcuts.title': "키보드 단축키";
|
|
71
89
|
readonly 'em.shortcuts.groupEdit': "편집";
|
|
72
90
|
readonly 'em.shortcuts.groupMove': "이동 · 정렬";
|
|
@@ -86,6 +104,7 @@ export declare const ko: {
|
|
|
86
104
|
readonly 'em.shortcuts.descInlineConfirm': "인라인 편집 확정";
|
|
87
105
|
readonly 'em.shortcuts.descCloseEdit': "편집·메뉴 닫기";
|
|
88
106
|
readonly 'em.shortcuts.descOpenHelp': "이 도움말 열기";
|
|
107
|
+
readonly 'em.shortcuts.descCommandPalette': "명령 팔레트 (이동·명령 실행)";
|
|
89
108
|
readonly 'em.opSource.title': "본문 — {name}()";
|
|
90
109
|
readonly 'em.opSource.placeholder': "// Java 구현 코드";
|
|
91
110
|
readonly 'em.entity.name': "이름";
|
|
@@ -213,6 +232,11 @@ export declare const ko: {
|
|
|
213
232
|
readonly 'em.index.noColumns': "컬럼 없음 — 좌측에서 추가";
|
|
214
233
|
readonly 'em.index.selectPrompt': "인덱스를 선택하거나 추가하세요.";
|
|
215
234
|
readonly 'em.palette.autoLayout': "자동 배치";
|
|
235
|
+
readonly 'em.cmd.placeholder': "엔티티로 이동하거나 명령 실행…";
|
|
236
|
+
readonly 'em.cmd.sectionGoto': "이동";
|
|
237
|
+
readonly 'em.cmd.sectionActions': "명령";
|
|
238
|
+
readonly 'em.cmd.empty': "일치하는 항목이 없습니다";
|
|
239
|
+
readonly 'em.cmd.groupTag': "그룹";
|
|
216
240
|
readonly 'em.canvas.emptyTitle': "빈 다이어그램입니다";
|
|
217
241
|
readonly 'em.canvas.emptyHint': "캔버스를 <strong>우클릭</strong>하거나 좌하단 <strong>+</strong> 버튼으로 첫 엔티티를 추가하세요.";
|
|
218
242
|
readonly 'em.canvas.emptyShortcutHint': "단축키 도움말은 <kbd>?</kbd> 키";
|
package/dist/index.d.ts
CHANGED
|
@@ -4,8 +4,13 @@ export * from './core/routing';
|
|
|
4
4
|
export * from './core/autolayout';
|
|
5
5
|
export * from './core/text';
|
|
6
6
|
export * from './core/mermaid';
|
|
7
|
+
export * from './core/parseMermaid';
|
|
8
|
+
export * from './core/parseSqlDdl';
|
|
9
|
+
export * from './core/ddl';
|
|
10
|
+
export * from './core/jsonModel';
|
|
7
11
|
export * from './core/svg';
|
|
8
12
|
export * from './core/validation';
|
|
13
|
+
export * from './core/quickFix';
|
|
9
14
|
export * from './core/sharedColumn';
|
|
10
15
|
export { JAVA_TYPES, SELECTABLE_JAVA_TYPES, javaTypeLabel, CUSTOM_TYPE_VALUE, GROUP_CODE_ENUM_VALUE, DEFAULT_JAVA_TYPE, type JavaTypeDef, } from './core/javaTypes';
|
|
11
16
|
export { scaffoldEntityJava, type ScaffoldOptions, type ScaffoldedEntity, } from './core/scaffoldJava';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EditorController } from '../editor/controller';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
controller: EditorController;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
close: () => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onClose?: (() => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UiLocale } from '../i18n';
|
|
2
|
+
import { MergeDiagramSource } from '../core/mergeDiagram';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
onImport: (source: MergeDiagramSource) => void;
|
|
5
|
+
locale?: UiLocale;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|