@dineug/erd-editor 3.1.1 → 3.1.3
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/README.md +168 -40
- package/dist/components/erd/virtual-scroll/VirtualScroll.d.ts +4 -0
- package/dist/components/erd/virtual-scroll/VirtualScroll.styles.d.ts +5 -0
- package/dist/components/erd/virtual-scroll/useVirtualScroll.d.ts +10 -0
- package/dist/engine.js +2 -2
- package/dist/erd-editor.js +7297 -7119
- package/dist/{schemaGCService-QZICWWMt.js → schemaGCService-SoMd6Ovy.js} +4 -2
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @dineug/erd-editor
|
|
3
|
-
* @version 3.1.
|
|
3
|
+
* @version 3.1.3 | Sat Jan 13 2024
|
|
4
4
|
* @author SeungHwan-Lee <dineug2@gmail.com>
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
/*!
|
|
8
8
|
* @dineug/erd-editor-schema
|
|
9
|
-
* @version 0.1.0 |
|
|
9
|
+
* @version 0.1.0 | Thu Jan 11 2024
|
|
10
10
|
* @author SeungHwan-Lee <dineug2@gmail.com>
|
|
11
11
|
* @license MIT
|
|
12
12
|
*/
|
|
@@ -1021,6 +1021,7 @@ function qn(e) {
|
|
|
1021
1021
|
var t, n, r, o, i, s;
|
|
1022
1022
|
const a = e, l = m0(a.settings), c = n0(a.doc), u = s0(a.lww), f = p0((t = a.collections) == null ? void 0 : t.tableEntities), d = y0((n = a.collections) == null ? void 0 : n.tableColumnEntities), m = l0((r = a.collections) == null ? void 0 : r.relationshipEntities), p = r0((o = a.collections) == null ? void 0 : o.indexEntities), g = o0((i = a.collections) == null ? void 0 : i.indexColumnEntities), v = a0((s = a.collections) == null ? void 0 : s.memoEntities);
|
|
1023
1023
|
return {
|
|
1024
|
+
$schema: "https://raw.githubusercontent.com/dineug/erd-editor/main/json-schema/schema.json",
|
|
1024
1025
|
version: "3.0.0",
|
|
1025
1026
|
settings: l,
|
|
1026
1027
|
doc: c,
|
|
@@ -1524,6 +1525,7 @@ function bh(e) {
|
|
|
1524
1525
|
}
|
|
1525
1526
|
function Ic(e) {
|
|
1526
1527
|
const t = Yb(e, [
|
|
1528
|
+
"$schema",
|
|
1527
1529
|
"version",
|
|
1528
1530
|
"settings",
|
|
1529
1531
|
"doc",
|