@g1cloud/entity-modeler-next 5.0.0-beta.1 → 5.0.0-beta.2
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/associationNav.d.ts +10 -0
- package/dist/core/types.d.ts +4 -5
- package/dist/entity-modeler-next.css +1 -1
- package/dist/entity-modeler.js +7410 -7291
- package/dist/entity-modeler.umd.cjs +29 -29
- package/dist/i18n/ko.d.ts +2 -0
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -132,6 +132,7 @@ export declare const ko: {
|
|
|
132
132
|
readonly 'em.assoc.selfNoIdentifying': "셀프 연관은 식별 관계로 둘 수 없습니다 (비식별 FK 강제).";
|
|
133
133
|
readonly 'em.assoc.embedNoIdentifying': "임베드(@Embedded/@ElementCollection)는 식별 관계로 둘 수 없습니다 (임베더블은 독립 식별자가 없음).";
|
|
134
134
|
readonly 'em.assoc.multiplicity': "다중성";
|
|
135
|
+
readonly 'em.assoc.navFieldName': "연관 필드명(nav)";
|
|
135
136
|
readonly 'em.assoc.cascadeAllNote': "ALL이 개별 cascade를 모두 포함합니다 (CHK-JPA-5).";
|
|
136
137
|
readonly 'em.assoc.orphanRemovalNote': "반대편이 컬렉션(@ManyToOne/@ManyToMany)이라 orphanRemoval이 무효입니다 (CHK-JPA-14).";
|
|
137
138
|
readonly 'em.assoc.orderByPlaceholder': "예: name ASC";
|
|
@@ -167,6 +168,7 @@ export declare const ko: {
|
|
|
167
168
|
readonly 'em.attr.addEmbeddable': "임베더블 추가";
|
|
168
169
|
readonly 'em.attr.nameless': "(이름 없음)";
|
|
169
170
|
readonly 'em.attr.selectHint': "위 목록에서 속성을 선택하면 편집 폼이 표시됩니다.";
|
|
171
|
+
readonly 'em.attr.inverseNavHint': "역방향 연관관계 필드 — 물리 컬럼이 없습니다(대상 엔티티 참조).";
|
|
170
172
|
readonly 'em.attr.namePlaceholder': "이름";
|
|
171
173
|
readonly 'em.attr.typePlaceholder': "타입";
|
|
172
174
|
readonly 'em.attr.customTypePlaceholder': "커스텀 타입명";
|