@dineug/erd-editor 3.1.4 → 3.1.5
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 +16 -15
- package/dist/components/erd/canvas/Canvas.styles.d.ts +1 -0
- package/dist/engine.js +11 -11
- package/dist/erd-editor.js +1880 -1853
- package/dist/{schemaGCService-SG9sYyYd.js → schemaGCService-cq1CENnM.js} +14 -14
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @dineug/erd-editor
|
|
3
|
-
* @version 3.1.
|
|
3
|
+
* @version 3.1.5 | Fri Jan 26 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 | Mon Jan 22 2024
|
|
10
10
|
* @author SeungHwan-Lee <dineug2@gmail.com>
|
|
11
11
|
* @license MIT
|
|
12
12
|
*/
|
|
@@ -1536,7 +1536,7 @@ function Ic(e) {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
/*!
|
|
1538
1538
|
* @dineug/r-html
|
|
1539
|
-
* @version 0.1.3 |
|
|
1539
|
+
* @version 0.1.3 | Mon Jan 22 2024
|
|
1540
1540
|
* @author SeungHwan-Lee <dineug2@gmail.com>
|
|
1541
1541
|
* @license MIT
|
|
1542
1542
|
*/
|
|
@@ -15845,7 +15845,7 @@ export {
|
|
|
15845
15845
|
mR as by,
|
|
15846
15846
|
Op as bz,
|
|
15847
15847
|
Et as c,
|
|
15848
|
-
|
|
15848
|
+
FB as c$,
|
|
15849
15849
|
wR as c0,
|
|
15850
15850
|
VB as c1,
|
|
15851
15851
|
j2 as c2,
|
|
@@ -15880,9 +15880,9 @@ export {
|
|
|
15880
15880
|
pj as cV,
|
|
15881
15881
|
WN as cW,
|
|
15882
15882
|
UN as cX,
|
|
15883
|
-
|
|
15884
|
-
|
|
15885
|
-
|
|
15883
|
+
_a as cY,
|
|
15884
|
+
tu as cZ,
|
|
15885
|
+
nj as c_,
|
|
15886
15886
|
Gi as ca,
|
|
15887
15887
|
W2 as cb,
|
|
15888
15888
|
sj as cc,
|
|
@@ -15910,13 +15910,13 @@ export {
|
|
|
15910
15910
|
VN as cy,
|
|
15911
15911
|
ZN as cz,
|
|
15912
15912
|
ge as d,
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15913
|
+
tj as d0,
|
|
15914
|
+
JB as d1,
|
|
15915
|
+
PB as d2,
|
|
15916
|
+
$M as d3,
|
|
15917
|
+
gB as d4,
|
|
15918
|
+
ok as d5,
|
|
15919
|
+
mN as d6,
|
|
15920
15920
|
$w as e,
|
|
15921
15921
|
vw as f,
|
|
15922
15922
|
mw as g,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dineug/erd-editor",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "Entity-Relationship Diagram Editor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/erd-editor.js",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"tslib": "^2.6.2",
|
|
96
96
|
"typescript": "5.3.3",
|
|
97
97
|
"typescript-transform-paths": "^3.4.6",
|
|
98
|
-
"vite": "^5.0.
|
|
98
|
+
"vite": "^5.0.12"
|
|
99
99
|
}
|
|
100
100
|
}
|