react-kggraph 0.0.26 → 0.0.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/lib/index.es16.js +2 -2
- package/lib/index.es3.js +131 -124
- package/lib/index.es35.js +2 -2
- package/lib/index.es36.js +4 -0
- package/lib/index.es38.js +62 -1045
- package/lib/index.es39.js +1046 -18
- package/lib/index.es40.js +18 -40
- package/lib/index.es41.js +41 -40
- package/lib/index.es42.js +38 -87
- package/lib/index.es43.js +86 -53
- package/lib/index.es44.js +53 -28
- package/lib/index.es45.js +33 -0
- package/lib/index.es7.js +248 -244
- package/lib/index.es8.js +58 -57
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/lib/index.es37.js +0 -66
- /package/lib/{index.es49.js → index.es50.js} +0 -0
package/lib/index.es8.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { message as
|
|
1
|
+
import { message as v } from "antd";
|
|
2
2
|
import j from "./index.es25.js";
|
|
3
3
|
import I from "./index.es26.js";
|
|
4
4
|
import P from "./index.es27.js";
|
|
@@ -10,8 +10,9 @@ import R from "./index.es32.js";
|
|
|
10
10
|
import q from "./index.es33.js";
|
|
11
11
|
import A from "./index.es34.js";
|
|
12
12
|
import B from "./index.es35.js";
|
|
13
|
-
import
|
|
14
|
-
|
|
13
|
+
import U from "./index.es36.js";
|
|
14
|
+
import { jsonStringifyParse as G } from "./index.es12.js";
|
|
15
|
+
const L = [j, I, P, $, D, J, N, R, q, A], T = (c) => {
|
|
15
16
|
let o = { _: { count: 0 } };
|
|
16
17
|
const s = {}, e = [];
|
|
17
18
|
return c.forEach((n) => {
|
|
@@ -19,7 +20,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
19
20
|
const { group: d } = n;
|
|
20
21
|
if (d === "nodes") {
|
|
21
22
|
const i = n.data, l = (a = i.properties) == null ? void 0 : a.type, r = i.type;
|
|
22
|
-
|
|
23
|
+
!r && l === "uri" ? o = { ...o, _: { ...o[r], count: o._.count + 1 } } : !e.includes(r) && l === "uri" ? (e.push(r), o = { ...o, [r]: { ...o[r], count: 1, img: i.image } }) : l === "uri" && r && (o = { ...o, [r]: { ...o[r], img: i.image, count: o[r].count + 1 } });
|
|
23
24
|
} else if (d === "edges") {
|
|
24
25
|
const i = n.data, { label: l } = i;
|
|
25
26
|
s[l] ? s[l] = s[l] + 1 : s[l] = 1;
|
|
@@ -30,31 +31,31 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
30
31
|
typeListObj: o,
|
|
31
32
|
relationListObj: s
|
|
32
33
|
};
|
|
33
|
-
},
|
|
34
|
-
let d =
|
|
34
|
+
}, ne = (c, { graphData: o = [], typeObj: s, zktype: e, graphInfo: n = {} }) => {
|
|
35
|
+
let d = G(s);
|
|
35
36
|
const a = Object.keys(s), i = n.searchNodes || [], l = new Set(
|
|
36
37
|
(o == null ? void 0 : o.map((g) => {
|
|
37
|
-
var t,
|
|
38
|
-
return g.group === "nodes" ? (t = g.data) == null ? void 0 : t.id : ((
|
|
38
|
+
var t, m, u;
|
|
39
|
+
return g.group === "nodes" ? (t = g.data) == null ? void 0 : t.id : ((m = g.data) == null ? void 0 : m.source) + "-" + ((u = g.data) == null ? void 0 : u.target);
|
|
39
40
|
}).filter(Boolean)) || []
|
|
40
|
-
), { nodes: r = [], links: p = [] } = c || {}, y = [],
|
|
41
|
+
), { nodes: r = [], links: p = [] } = c || {}, y = [], x = (g) => {
|
|
41
42
|
g.forEach((t) => {
|
|
42
|
-
var
|
|
43
|
+
var m, u;
|
|
43
44
|
if (!l.has(t.id)) {
|
|
44
|
-
const
|
|
45
|
-
let
|
|
46
|
-
if (!f &&
|
|
47
|
-
|
|
48
|
-
else if (!a.includes(f) &&
|
|
45
|
+
const C = (m = t.properties) == null ? void 0 : m.type, f = t.type, E = t.label.split("#").pop();
|
|
46
|
+
let k = -1;
|
|
47
|
+
if (!f && C === "uri")
|
|
48
|
+
k = t.image || L[0];
|
|
49
|
+
else if (!a.includes(f) && C === "uri") {
|
|
49
50
|
a.push(f);
|
|
50
51
|
const O = a.indexOf(f);
|
|
51
|
-
|
|
52
|
-
} else
|
|
52
|
+
k = t.image || L[O] || L[0], d = { ...d, [f]: { ...d[f], img: k } };
|
|
53
|
+
} else C === "uri" && f ? k = (u = d[f]) == null ? void 0 : u.img : C === "typed-literal" && (k = B);
|
|
53
54
|
const S = {
|
|
54
55
|
...t,
|
|
55
56
|
name: E,
|
|
56
|
-
"properties-type":
|
|
57
|
-
image: i.includes(E) ?
|
|
57
|
+
"properties-type": C,
|
|
58
|
+
image: i.includes(E) ? U : k,
|
|
58
59
|
baseWidth: 80,
|
|
59
60
|
// 保存基础宽度
|
|
60
61
|
baseHeight: 80
|
|
@@ -66,17 +67,17 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
66
67
|
};
|
|
67
68
|
((g) => {
|
|
68
69
|
g.forEach((t) => {
|
|
69
|
-
const { label:
|
|
70
|
-
l.has(
|
|
70
|
+
const { label: m } = t, u = `${t.source}-${t.target}`;
|
|
71
|
+
l.has(u) || y.push({ group: "edges", data: { ...t, name: m, zktype: e } });
|
|
71
72
|
});
|
|
72
|
-
})(p),
|
|
73
|
-
const { typeListObj: h, relationListObj:
|
|
73
|
+
})(p), x(r);
|
|
74
|
+
const { typeListObj: h, relationListObj: w } = T([...y, ...o]);
|
|
74
75
|
return {
|
|
75
76
|
elements: y,
|
|
76
77
|
typeListObj: h,
|
|
77
|
-
relationListObj:
|
|
78
|
+
relationListObj: w
|
|
78
79
|
};
|
|
79
|
-
},
|
|
80
|
+
}, ae = (c, o) => {
|
|
80
81
|
const s = c.current;
|
|
81
82
|
if (!s) return;
|
|
82
83
|
let e = {
|
|
@@ -124,16 +125,16 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
124
125
|
break;
|
|
125
126
|
}
|
|
126
127
|
s.nodes().style(e), s.style().update();
|
|
127
|
-
},
|
|
128
|
+
}, se = async (c, { pathNodes: o, isGrayed: s = !0 }) => {
|
|
128
129
|
const e = c.current;
|
|
129
130
|
if (!e)
|
|
130
131
|
return;
|
|
131
132
|
if ((o == null ? void 0 : o.length) < 2) {
|
|
132
|
-
|
|
133
|
+
v.warning("请至少设置 2 个路径节点!");
|
|
133
134
|
return;
|
|
134
135
|
}
|
|
135
136
|
if ([...new Set(o)].length !== o.length) {
|
|
136
|
-
|
|
137
|
+
v.warning("路径中存在重复节点,请检查!");
|
|
137
138
|
return;
|
|
138
139
|
}
|
|
139
140
|
const d = [];
|
|
@@ -142,7 +143,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
142
143
|
if (i.length > 0)
|
|
143
144
|
d.push(i.id());
|
|
144
145
|
else {
|
|
145
|
-
e.nodes().removeClass("path-node"), e.edges().removeClass("path-edge"),
|
|
146
|
+
e.nodes().removeClass("path-node"), e.edges().removeClass("path-edge"), v.warning(`找不到节点:${a}`);
|
|
146
147
|
return;
|
|
147
148
|
}
|
|
148
149
|
}
|
|
@@ -151,14 +152,14 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
151
152
|
let a = e.collection(), i = 0, l = !0;
|
|
152
153
|
const r = [];
|
|
153
154
|
for (let p = 0; p < d.length - 1; p++) {
|
|
154
|
-
const y = d[p],
|
|
155
|
-
return t.data("source") === y && t.data("target") ===
|
|
155
|
+
const y = d[p], x = d[p + 1], b = e.getElementById(y), h = e.getElementById(x), w = b.edgesWith(h).filter(function(t) {
|
|
156
|
+
return t.data("source") === y && t.data("target") === x;
|
|
156
157
|
}), g = h.edgesWith(b).filter(function(t) {
|
|
157
|
-
return t.data("source") ===
|
|
158
|
+
return t.data("source") === x && t.data("target") === y;
|
|
158
159
|
});
|
|
159
|
-
if (
|
|
160
|
-
const t =
|
|
161
|
-
a = a.union(t).union(b).union(h), i += t.length, b.addClass("path-node"), h.addClass("path-node"), t.addClass("path-edge"), r.push(b.data("name"), h.data("name")), console.log(`找到直接连接的边:正向${
|
|
160
|
+
if (w.length > 0 || g.length > 0) {
|
|
161
|
+
const t = w.add(g);
|
|
162
|
+
a = a.union(t).union(b).union(h), i += t.length, b.addClass("path-node"), h.addClass("path-node"), t.addClass("path-edge"), r.push(b.data("name"), h.data("name")), console.log(`找到直接连接的边:正向${w.length}条,反向${g.length}条`);
|
|
162
163
|
} else {
|
|
163
164
|
const t = e.elements().aStar({
|
|
164
165
|
root: b,
|
|
@@ -167,8 +168,8 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
167
168
|
});
|
|
168
169
|
if (t.found && t.path) {
|
|
169
170
|
a = a.union(t.path), i += t.distance, t.path.nodes().addClass("path-node"), t.path.edges().addClass("path-edge");
|
|
170
|
-
const
|
|
171
|
-
r.push(...
|
|
171
|
+
const m = t.path.nodes().map((u) => u.data("name"));
|
|
172
|
+
r.push(...m);
|
|
172
173
|
} else {
|
|
173
174
|
l = !1, console.log(`节点 ${o[p]} 和 ${o[p + 1]} 之间没有路径`);
|
|
174
175
|
break;
|
|
@@ -179,11 +180,11 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
179
180
|
const p = a.nodes(), y = a.edges();
|
|
180
181
|
p.addClass("path-node"), y.addClass("path-edge"), s && (e.nodes().not(p).addClass("grayed"), e.edges().not(y).addClass("grayed"));
|
|
181
182
|
} else
|
|
182
|
-
|
|
183
|
+
v.warning("无法找到完整的路径!");
|
|
183
184
|
} catch (a) {
|
|
184
|
-
console.error(2e3, "计算路径时出错:", a),
|
|
185
|
+
console.error(2e3, "计算路径时出错:", a), v.warning("计算路径时出错,请重试!");
|
|
185
186
|
}
|
|
186
|
-
},
|
|
187
|
+
}, W = (c) => {
|
|
187
188
|
const o = c.nodes().map((n) => ({
|
|
188
189
|
data: n.data(),
|
|
189
190
|
position: n.position(),
|
|
@@ -201,10 +202,10 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
201
202
|
}
|
|
202
203
|
}));
|
|
203
204
|
return { nodes: o, edges: s };
|
|
204
|
-
},
|
|
205
|
-
const o =
|
|
205
|
+
}, le = (c) => {
|
|
206
|
+
const o = W(c), s = new Blob([JSON.stringify(o, null, 2)], { type: "application/json" }), e = URL.createObjectURL(s), n = document.createElement("a");
|
|
206
207
|
n.href = e, n.download = `graph-data-${Date.now()}.json`, n.click(), URL.revokeObjectURL(e);
|
|
207
|
-
},
|
|
208
|
+
}, re = [
|
|
208
209
|
{
|
|
209
210
|
label: "网络布局",
|
|
210
211
|
key: "cose-bilkent"
|
|
@@ -229,7 +230,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
229
230
|
label: "同心圆布局",
|
|
230
231
|
key: "concentric"
|
|
231
232
|
}
|
|
232
|
-
],
|
|
233
|
+
], ie = [
|
|
233
234
|
{
|
|
234
235
|
label: "查询节点",
|
|
235
236
|
key: "query",
|
|
@@ -245,7 +246,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
245
246
|
key: "path",
|
|
246
247
|
func: "pathAnalysis"
|
|
247
248
|
}
|
|
248
|
-
],
|
|
249
|
+
], ce = [
|
|
249
250
|
{
|
|
250
251
|
label: "全选",
|
|
251
252
|
key: "all"
|
|
@@ -262,7 +263,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
262
263
|
label: "框选模式",
|
|
263
264
|
key: "box"
|
|
264
265
|
}
|
|
265
|
-
],
|
|
266
|
+
], de = [
|
|
266
267
|
{
|
|
267
268
|
label: "下载JSON",
|
|
268
269
|
key: "downloadJson"
|
|
@@ -287,7 +288,7 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
287
288
|
label: "下载PNG",
|
|
288
289
|
key: "downloadPng"
|
|
289
290
|
}
|
|
290
|
-
],
|
|
291
|
+
], ge = [
|
|
291
292
|
{
|
|
292
293
|
label: "居中",
|
|
293
294
|
key: "center"
|
|
@@ -310,15 +311,15 @@ const L = [j, I, P, $, D, J, N, R, q, A], G = (c) => {
|
|
|
310
311
|
}
|
|
311
312
|
];
|
|
312
313
|
export {
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
314
|
+
ce as choiceConfig,
|
|
315
|
+
le as donwnGraphData,
|
|
316
|
+
de as downloadData,
|
|
317
|
+
W as getCyData,
|
|
318
|
+
se as handleCalcPath,
|
|
318
319
|
L as imageMap,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
320
|
+
re as layoutCongig,
|
|
321
|
+
ie as linkAnalysis,
|
|
322
|
+
ne as resDetailData,
|
|
323
|
+
ae as textLayout,
|
|
324
|
+
ge as textPositionConfig
|
|
324
325
|
};
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cytoscape-container{width:100%;height:100%;margin:20px auto}.search-input{padding:8px 12px;width:300px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px}.btn-group{margin-bottom:10px}.btn{padding:8px 16px;margin:0 5px;border:none;border-radius:4px;background:#4285f4;color:#fff;cursor:pointer}.btn:hover{background:#3367d6}.result-text{margin-bottom:10px;color:#333;font-size:14px}.cy-container{width:100%;height:100%}.cy-container :global(.grayed){opacity:.3!important;background-color:#bdbdbd!important;color:#757575!important}.cy-container :global(.highlighted){background-color:#ffeb3b!important;border-color:#fbc02d!important;color:#333!important}.cy-container :global(.selected){border-color:#4caf50!important;background-color:#a5d6a7!important;color:#1b5e20!important}.cy-container .cy-edge:selected{line-color:#ea4335;line-width:3px;line-style:solid}.cy-container .cy-node:hover:not(:selected){background-color:#3367d6}.cy-container .cy-edge:hover:not(:selected){line-color:#757575}.path-nodes-container{margin-bottom:15px}.path-nodes-container h3{margin:10px 0;font-size:16px;color:#333}.node-input-row{display:flex;align-items:center;margin-bottom:8px}.node-input-row span{margin-right:10px;min-width:60px}.node-input-row input{flex:1;margin-right:10px}.remove-node-btn{background:#f44336;padding:6px 12px;font-size:12px}.add-node-btn{background:#4caf50;padding:8px 16px;margin-top:10px}.menuBtn:nth-child(1){transform:rotate(0) skew(31deg)}.menuBtn:nth-child(2){transform:rotate(51deg) skew(31deg)}.menuBtn:nth-child(3){transform:rotate(102deg) skew(31deg)}.menuBtn:nth-child(4){transform:rotate(153deg) skew(31deg)}.menuBtn:nth-child(5){transform:rotate(204deg) skew(31deg)}.menuBtn:nth-child(6){transform:rotate(255deg) skew(31deg)}.menuBtn:nth-child(7){transform:rotate(306deg) skew(35deg)}.menuBtn .menu-item{color:#fff;display:block;width:50px;height:20px;position:absolute;text-align:center;font-size:12px}.menuBtn .menu-item:hover{background:transparent!important}.menuBtn .menu-item{bottom:5px;right:19px;transform:skew(-30deg) translate(-9%) rotate(2deg) translateY(0)}.menuCertent{width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;margin-top:-15%;margin-left:-15%;z-index:999;border-radius:50%;color:#fff;text-align:center;font-size:16px;cursor:pointer;border:2px solid #c9cec9}.opacity-30{opacity:.3}.cursor{cursor:pointer}.my-4px{margin:4px 0}.z-10{z-index:10}.hidden{display:none}.w-20px{width:20px}.h-100{height:100%}.rounded-50{border-radius:10%}.relative{position:relative}.absolute{position:absolute}.w-100{width:100%}.graph-bar{position:absolute;display:flex;align-items:center;z-index:10}.graph-bar .graph-bar-min-vertical{padding:0!important}.graph-bar .graph-bar-min{display:flex;background:#fff;padding:4px;box-shadow:0 4px 20px #100dae33;border-radius:6px;flex-wrap:nowrap;gap:10px;width:auto;white-space:nowrap}.graph-bar .graph-bar-menu{position:relative;cursor:pointer;margin:0 10px;white-space:nowrap;display:flex;align-items:center}.graph-bar .graph-bar-menu:hover .grap-menu-dropdown-item{color:#145afd}.graph-bar .grap-menu-dropdown{background:#fff;box-shadow:0 4px 20px #0000003b;border-radius:6px;position:absolute;padding:5px 0;z-index:99;top:60px}.graph-bar .grap-menu-dropdown p{white-space:nowrap;padding:5px 15px}.graph-bar .grap-menu-dropdown p:hover{background:#f5f5f5;color:#145afd}.graph-bar .grap-menu-dropdown-item{display:flex;cursor:pointer;flex-direction:column;align-items:center}.graph-bar .hide{display:none}.graph-bar .show{display:block}.graph-bar .graph-bar-expand-wrapper-vertical{overflow:hidden;max-height:1000px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;opacity:1}.graph-bar .graph-bar-expand-wrapper{overflow:hidden;max-width:1000px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;opacity:1}.graph-bar .graph-bar-expand-wrapper.collapsed{max-width:0;opacity:0;margin:0!important}.graph-bar .graph-bar-expand-wrapper-vertical.collapsed-vertical{max-height:0;opacity:0;margin:0!important}.graph-bar .graph-bar-min:not(.graph-bar-min-vertical) .graph-bar-expand-wrapper{display:flex;align-items:center;gap:10px;margin-left:10px;margin-right:10px}.graph-bar.graph-bar-vertical{flex-direction:column}.graph-bar.graph-bar-vertical .graph-bar-min{flex-direction:column;align-items:flex-start;position:relative;padding-bottom:0!important}.graph-bar.graph-bar-vertical .graph-bar-expand-wrapper{flex-direction:column;width:100%}.graph-bar.graph-bar-vertical .cursor{align-self:flex-end;flex-shrink:0;position:relative}.graph-bar.graph-bar-vertical .cursor:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.graph-bar.graph-bar-vertical .grap-menu-dropdown{top:auto;left:60px;right:auto}.graph-bar .bar-item{color:#999;font-size:12px;margin:8px 0}.graph-bar .oprate-btn{width:76px;color:#145afd;border-right:1px solid #f0f0f0}.graph-bar .oprate-btn-vertical{width:76px;padding:10px 0;color:#145afd;border-top:1px solid #f0f0f0}.gtaph-statics{right:0;z-index:1;background:#fff;padding:10px;border-radius:10px;width:200px;box-shadow:0 4px 20px #0000003b}.hove-active{cursor:pointer;font-size:14px}.hove-active:hover{color:#145afd}.setting-form{display:flex;flex-direction:column;height:100%}.setting-form .setting-form-content{flex:1;overflow-y:auto;padding:16px}.setting-form .setting-form-footer{position:sticky;bottom:0;background:#fff;padding:16px;border-top:1px solid #f0f0f0;margin-top:auto}.setting-form .setting-form-footer .ant-form-item{margin-bottom:0}.query-node{width:300px;position:absolute;background-color:#fff;right:0;top:20px;padding:10px 20px;border-radius:10px}.path-node{width:380px;position:absolute;background-color:#fff;right:0;padding:10px 20px;border-radius:10px;box-shadow:0 4px 20px #0000003b;z-index:10}.path-node .title{display:flex;justify-content:space-between;height:35px;align-items:center;margin-bottom:10px;font-weight:700;font-size:14px}.path-node .search-input{margin-bottom:0;padding-bottom:5px}.path-node .btn-group{display:flex;justify-content:flex-end;margin-top:20px}.path-node .ant-select-suffix{width:10px}.query-node{width:300px;position:absolute;background-color:#fff;right:0;padding:10px 20px;border-radius:10px;box-shadow:0 4px 20px #0000003b}.query-node .title{display:flex;justify-content:space-between;height:35px;align-items:center;margin-bottom:10px;font-weight:700;font-size:14px}.radial-menu{position:relative;display:inline-flex;align-items:center;justify-content:center}.radial-svg{position:absolute;top:0;left:0}.sector-group{cursor:pointer;transition:all .2s ease}.sector-group .sector-path{transition:all .2s ease}.sector-group:hover .sector-path{filter:brightness(1.15) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.sector-label{pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.4);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.center-avatar{position:absolute;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;overflow:hidden;color:#fff;font-weight:500}.center-avatar img{width:100%;height:100%;object-fit:cover}.center-avatar .center-text{font-size:14px;text-align:center}.center-avatar:hover{transform:scale(1.08);box-shadow:0 6px 20px #0006}.center-avatar:active{transform:scale(.95)}.drawer-wraper,.knowledge-card-drawer{padding-bottom:20px}.drawer-wraper .title,.knowledge-card-drawer .title{font-weight:700;font-size:14px;color:#3d3d3d;position:relative;padding-left:8px}.drawer-wraper .title:before,.knowledge-card-drawer .title:before{position:absolute;left:0;transform:translateY(-50%);top:50%;content:"";width:3px;height:17px;background:#145afd}.drawer-wraper .graph-item,.knowledge-card-drawer .graph-item{height:26px;border-bottom:1px solid #E5E5E5;background:#edf3fe}.drawer-wraper .graph-item:hover,.knowledge-card-drawer .graph-item:hover{background:#edf3fe}.drawer-wraper .noraml-type,.knowledge-card-drawer .noraml-type{font-size:14px;color:#145afd;line-height:26px;text-align:center;border-right:1px solid #E5E5E5}.drawer-wraper .noraml-text,.knowledge-card-drawer .noraml-text{font-size:14px;color:#333;line-height:26px}.drawer-wraper .selected-item,.knowledge-card-drawer .selected-item{background:#edf3fe;color:#1890ff}.drawer-wraper .selected-item .noraml-type,.knowledge-card-drawer .selected-item .noraml-type{background:#347bfc;color:#fff}.drawer-wraper .drawer-card-title,.knowledge-card-drawer .drawer-card-title{font-weight:600;font-size:14px;color:#333;position:relative;padding-bottom:10px;margin:15px 0 10px;cursor:pointer}.drawer-wraper .drawer-card-title:hover,.knowledge-card-drawer .drawer-card-title:hover{color:#145afd}.drawer-wraper .drawer-card-title:after,.knowledge-card-drawer .drawer-card-title:after{content:"";position:absolute;border-bottom:1px solid #DFDFDF;width:100%;left:0;bottom:0}.drawer-wraper .drawer-card-title:before,.knowledge-card-drawer .drawer-card-title:before{content:"";position:absolute;border-bottom:1px solid #145AFD;width:64px;left:0;bottom:0;z-index:1}.collapse-wrap{border-color:#dfdfdf;border-radius:0;height:calc(100vh - 480px);overflow-y:auto}.collapse-wrap .ant-collapse-header{padding:9px 10px!important;background:#fff}.collapse-wrap .ant-collapse-item{border-color:#dfdfdf}.collapse-wrap .ant-collapse-title{font-size:14px;font-weight:700;color:#3d3d3d}.collapse-wrap .ant-collapse-body{max-height:calc(100vh - 550px);overflow-y:auto;width:298px;padding:0 16px 16px!important}.collapse-wrap .ant-collapse-body .ant-card-body{padding:0!important}.collapse-wrap .ant-collapse-body .ant-card{border:none}.property-section-wraper .section-item{display:flex;margin-top:4px}.property-section-wraper .detail-label{color:#333;font-size:14px;white-space:nowrap;flex-shrink:0}.property-section-wraper .detail-value{color:#383838;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-wraper .video-item{height:185px;position:relative;background:#333;border-radius:6px}.video-wraper .video-item-video{width:100%;height:100%;border-radius:6px;object-fit:cover}.relation-section-wraper{display:flex;flex-wrap:wrap;gap:10px}.relation-section-wraper .group{width:100%}.relation-section-wraper .section-card{width:100%;height:100%;border:1px solid #DFDFDF}.relation-section-wraper .section-title{margin-bottom:7px}.relation-section-wraper .entity-name-list{font-size:16px;font-weight:700}.relation-section-wraper .view-details-btn{color:#145afd}.relation-section-wraper .detail-item-tag{background-color:#e6f2ff;font-size:14px;border:1px solid #bdf;border-top-left-radius:10px;border-bottom-right-radius:10px;padding:0 13px;color:#1082fe;margin-right:3px}.relation-section-wraper .detail-item-tag1{background-color:#fff5df;font-size:14px;border:1px solid #FFE0B8;border-top-left-radius:10px;border-bottom-right-radius:10px;padding:0 13px;color:#ff9418}.relation-section-wraper .detail-item-list{margin-bottom:3px}.relation-section-wraper .detail-label{color:#676a6c;font-size:14px;white-space:nowrap;flex-shrink:0}.relation-section-wraper .detail-value{color:#383838;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.relation-section-wraper .mb-18px{margin-bottom:18px}.knowledge-card-click{height:100%;overflow:hidden}.knowledge-card-click .drawer-card-title2{font-weight:700;flex-wrap:nowrap;padding-bottom:10px;border-bottom:1px solid #e4e7ed;cursor:pointer;color:#333;margin:14px 0}.knowledge-card-click .drawer-card-title2:hover,.knowledge-card-click .drawer-card-title2.active{color:#145afd}.knowledge-card-click .card-item-click{flex-shrink:0;margin-right:10px;border-right:1px solid #e4e7ed;padding-right:10px;height:100%;background:#fff}.knowledge-card-click .knowledge-card-content{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.knowledge-card-click .knowledge-card-content::-webkit-scrollbar{display:none}
|
|
1
|
+
.cytoscape-container{width:100%;height:100%;margin:20px auto}.search-input{padding:8px 12px;width:300px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px}.btn-group{margin-bottom:10px}.btn{padding:8px 16px;margin:0 5px;border:none;border-radius:4px;background:#4285f4;color:#fff;cursor:pointer}.btn:hover{background:#3367d6}.result-text{margin-bottom:10px;color:#333;font-size:14px}.cy-container{width:100%;height:100%}.cy-container :global(.grayed){opacity:.3!important;background-color:#bdbdbd!important;color:#757575!important}.cy-container :global(.highlighted){background-color:#ffeb3b!important;border-color:#fbc02d!important;color:#333!important}.cy-container :global(.selected){border-color:#4caf50!important;background-color:#a5d6a7!important;color:#1b5e20!important}.cy-container .cy-edge:selected{line-color:#ea4335;line-width:3px;line-style:solid}.cy-container .cy-node:hover:not(:selected){background-color:#3367d6}.cy-container .cy-edge:hover:not(:selected){line-color:#757575}.path-nodes-container{margin-bottom:15px}.path-nodes-container h3{margin:10px 0;font-size:16px;color:#333}.node-input-row{display:flex;align-items:center;margin-bottom:8px}.node-input-row span{margin-right:10px;min-width:60px}.node-input-row input{flex:1;margin-right:10px}.remove-node-btn{background:#f44336;padding:6px 12px;font-size:12px}.add-node-btn{background:#4caf50;padding:8px 16px;margin-top:10px}.menuBtn:nth-child(1){transform:rotate(0) skew(31deg)}.menuBtn:nth-child(2){transform:rotate(51deg) skew(31deg)}.menuBtn:nth-child(3){transform:rotate(102deg) skew(31deg)}.menuBtn:nth-child(4){transform:rotate(153deg) skew(31deg)}.menuBtn:nth-child(5){transform:rotate(204deg) skew(31deg)}.menuBtn:nth-child(6){transform:rotate(255deg) skew(31deg)}.menuBtn:nth-child(7){transform:rotate(306deg) skew(35deg)}.menuBtn .menu-item{color:#fff;display:block;width:50px;height:20px;position:absolute;text-align:center;font-size:12px}.menuBtn .menu-item:hover{background:transparent!important}.menuBtn .menu-item{bottom:5px;right:19px;transform:skew(-30deg) translate(-9%) rotate(2deg) translateY(0)}.menuCertent{width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;margin-top:-15%;margin-left:-15%;z-index:999;border-radius:50%;color:#fff;text-align:center;font-size:16px;cursor:pointer;border:2px solid #c9cec9}.opacity-30{opacity:.3}.cursor{cursor:pointer}.my-4px{margin:4px 0}.z-10{z-index:10}.hidden{display:none}.w-20px{width:20px}.h-100{height:100%}.rounded-50{border-radius:10%}.relative{position:relative}.absolute{position:absolute}.w-100{width:100%}.graph-bar{position:absolute;display:flex;align-items:center;z-index:10}.graph-bar .graph-bar-min-vertical{padding:0!important}.graph-bar .graph-bar-min{display:flex;background:#fff;padding:4px;box-shadow:0 4px 20px #100dae33;border-radius:6px;flex-wrap:nowrap;gap:10px;width:auto;white-space:nowrap}.graph-bar .graph-bar-menu{position:relative;cursor:pointer;margin:0 10px;white-space:nowrap;display:flex;align-items:center}.graph-bar .graph-bar-menu:hover .grap-menu-dropdown-item{color:#145afd}.graph-bar .grap-menu-dropdown{background:#fff;box-shadow:0 4px 20px #0000003b;border-radius:6px;position:absolute;padding:5px 0;z-index:99;top:60px}.graph-bar .grap-menu-dropdown p{white-space:nowrap;padding:5px 15px}.graph-bar .grap-menu-dropdown p:hover{background:#f5f5f5;color:#145afd}.graph-bar .grap-menu-dropdown-item{display:flex;cursor:pointer;flex-direction:column;align-items:center}.graph-bar .hide{display:none}.graph-bar .show{display:block}.graph-bar .graph-bar-expand-wrapper-vertical{overflow:hidden;max-height:1000px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;opacity:1}.graph-bar .graph-bar-expand-wrapper{overflow:hidden;max-width:1000px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;opacity:1}.graph-bar .graph-bar-expand-wrapper.collapsed{max-width:0;opacity:0;margin:0!important}.graph-bar .graph-bar-expand-wrapper-vertical.collapsed-vertical{max-height:0;opacity:0;margin:0!important}.graph-bar .graph-bar-min:not(.graph-bar-min-vertical) .graph-bar-expand-wrapper{display:flex;align-items:center;gap:10px;margin-left:10px;margin-right:10px}.graph-bar.graph-bar-vertical{flex-direction:column}.graph-bar.graph-bar-vertical .graph-bar-min{flex-direction:column;align-items:flex-start;position:relative;padding-bottom:0!important}.graph-bar.graph-bar-vertical .graph-bar-expand-wrapper{flex-direction:column;width:100%}.graph-bar.graph-bar-vertical .cursor{align-self:flex-end;flex-shrink:0;position:relative}.graph-bar.graph-bar-vertical .cursor:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.graph-bar.graph-bar-vertical .grap-menu-dropdown{top:auto;left:60px;right:auto}.graph-bar .bar-item{color:#999;font-size:12px;margin:8px 0}.graph-bar .oprate-btn{width:76px;color:#145afd;border-right:1px solid #f0f0f0}.graph-bar .oprate-btn-vertical{width:76px;padding:10px 0;color:#145afd;border-top:1px solid #f0f0f0}.gtaph-statics{right:0;z-index:1;background:#fff;padding:20px;box-sizing:border-box;border-radius:10px;width:200px;box-shadow:0 4px 20px #0000003b}.hove-active{cursor:pointer;font-size:14px}.hove-active:hover{color:#145afd}.setting-form{display:flex;flex-direction:column;height:100%}.setting-form .setting-form-content{flex:1;overflow-y:auto;padding:16px}.setting-form .setting-form-footer{position:sticky;bottom:0;background:#fff;padding:16px;border-top:1px solid #f0f0f0;margin-top:auto}.setting-form .setting-form-footer .ant-form-item{margin-bottom:0}.static-wraper{font-size:12px;color:#666}.color-333{color:#333}.rounded-50{border-radius:50%!important}.query-node{width:300px;position:absolute;background-color:#fff;right:0;top:20px;padding:10px 20px;border-radius:10px}.path-node{width:380px;position:absolute;background-color:#fff;right:0;padding:10px 20px;border-radius:10px;box-shadow:0 4px 20px #0000003b;z-index:10}.path-node .title{display:flex;justify-content:space-between;height:35px;align-items:center;margin-bottom:10px;font-weight:700;font-size:14px}.path-node .search-input{margin-bottom:0;padding-bottom:5px}.path-node .btn-group{display:flex;justify-content:flex-end;margin-top:20px}.path-node .ant-select-suffix{width:10px}.query-node{width:300px;position:absolute;background-color:#fff;right:0;padding:10px 20px;border-radius:10px;box-shadow:0 4px 20px #0000003b}.query-node .title{display:flex;justify-content:space-between;height:35px;align-items:center;margin-bottom:10px;font-weight:700;font-size:14px}.radial-menu{position:relative;display:inline-flex;align-items:center;justify-content:center}.radial-svg{position:absolute;top:0;left:0}.sector-group{cursor:pointer;transition:all .2s ease}.sector-group .sector-path{transition:all .2s ease}.sector-group:hover .sector-path{filter:brightness(1.15) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.sector-label{pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.4);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.center-avatar{position:absolute;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;overflow:hidden;color:#fff;font-weight:500}.center-avatar img{width:100%;height:100%;object-fit:cover}.center-avatar .center-text{font-size:14px;text-align:center}.center-avatar:hover{transform:scale(1.08);box-shadow:0 6px 20px #0006}.center-avatar:active{transform:scale(.95)}.drawer-wraper,.knowledge-card-drawer{padding-bottom:20px}.drawer-wraper .title,.knowledge-card-drawer .title{font-weight:700;font-size:14px;color:#3d3d3d;position:relative;padding-left:8px}.drawer-wraper .title:before,.knowledge-card-drawer .title:before{position:absolute;left:0;transform:translateY(-50%);top:50%;content:"";width:3px;height:17px;background:#145afd}.drawer-wraper .graph-item,.knowledge-card-drawer .graph-item{height:26px;border-bottom:1px solid #E5E5E5;background:#edf3fe}.drawer-wraper .graph-item:hover,.knowledge-card-drawer .graph-item:hover{background:#edf3fe}.drawer-wraper .noraml-type,.knowledge-card-drawer .noraml-type{font-size:14px;color:#145afd;line-height:26px;text-align:center;border-right:1px solid #E5E5E5}.drawer-wraper .noraml-text,.knowledge-card-drawer .noraml-text{font-size:14px;color:#333;line-height:26px}.drawer-wraper .selected-item,.knowledge-card-drawer .selected-item{background:#edf3fe;color:#1890ff}.drawer-wraper .selected-item .noraml-type,.knowledge-card-drawer .selected-item .noraml-type{background:#347bfc;color:#fff}.drawer-wraper .drawer-card-title,.knowledge-card-drawer .drawer-card-title{font-weight:600;font-size:14px;color:#333;position:relative;padding-bottom:10px;margin:15px 0 10px;cursor:pointer}.drawer-wraper .drawer-card-title:hover,.knowledge-card-drawer .drawer-card-title:hover{color:#145afd}.drawer-wraper .drawer-card-title:after,.knowledge-card-drawer .drawer-card-title:after{content:"";position:absolute;border-bottom:1px solid #DFDFDF;width:100%;left:0;bottom:0}.drawer-wraper .drawer-card-title:before,.knowledge-card-drawer .drawer-card-title:before{content:"";position:absolute;border-bottom:1px solid #145AFD;width:64px;left:0;bottom:0;z-index:1}.collapse-wrap{border-color:#dfdfdf;border-radius:0;height:calc(100vh - 480px);overflow-y:auto}.collapse-wrap .ant-collapse-header{padding:9px 10px!important;background:#fff}.collapse-wrap .ant-collapse-item{border-color:#dfdfdf}.collapse-wrap .ant-collapse-title{font-size:14px;font-weight:700;color:#3d3d3d}.collapse-wrap .ant-collapse-body{max-height:calc(100vh - 550px);overflow-y:auto;width:298px;padding:0 16px 16px!important}.collapse-wrap .ant-collapse-body .ant-card-body{padding:0!important}.collapse-wrap .ant-collapse-body .ant-card{border:none}.property-section-wraper .section-item{display:flex;margin-top:4px}.property-section-wraper .detail-label{color:#333;font-size:14px;white-space:nowrap;flex-shrink:0}.property-section-wraper .detail-value{color:#383838;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-wraper .video-item{height:185px;position:relative;background:#333;border-radius:6px}.video-wraper .video-item-video{width:100%;height:100%;border-radius:6px;object-fit:cover}.relation-section-wraper{display:flex;flex-wrap:wrap;gap:10px}.relation-section-wraper .group{width:100%}.relation-section-wraper .section-card{width:100%;height:100%;border:1px solid #DFDFDF}.relation-section-wraper .section-title{margin-bottom:7px}.relation-section-wraper .entity-name-list{font-size:16px;font-weight:700}.relation-section-wraper .view-details-btn{color:#145afd}.relation-section-wraper .detail-item-tag{background-color:#e6f2ff;font-size:14px;border:1px solid #bdf;border-top-left-radius:10px;border-bottom-right-radius:10px;padding:0 13px;color:#1082fe;margin-right:3px}.relation-section-wraper .detail-item-tag1{background-color:#fff5df;font-size:14px;border:1px solid #FFE0B8;border-top-left-radius:10px;border-bottom-right-radius:10px;padding:0 13px;color:#ff9418}.relation-section-wraper .detail-item-list{margin-bottom:3px}.relation-section-wraper .detail-label{color:#676a6c;font-size:14px;white-space:nowrap;flex-shrink:0}.relation-section-wraper .detail-value{color:#383838;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.relation-section-wraper .mb-18px{margin-bottom:18px}.knowledge-card-click{height:100%;overflow:hidden}.knowledge-card-click .drawer-card-title2{font-weight:700;flex-wrap:nowrap;padding-bottom:10px;border-bottom:1px solid #e4e7ed;cursor:pointer;color:#333;margin:14px 0}.knowledge-card-click .drawer-card-title2:hover,.knowledge-card-click .drawer-card-title2.active{color:#145afd}.knowledge-card-click .card-item-click{flex-shrink:0;margin-right:10px;border-right:1px solid #e4e7ed;padding-right:10px;height:100%;background:#fff}.knowledge-card-click .knowledge-card-content{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.knowledge-card-click .knowledge-card-content::-webkit-scrollbar{display:none}
|
package/package.json
CHANGED
package/lib/index.es37.js
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { jsxs as c, jsx as r, Fragment as o } from "react/jsx-runtime";
|
|
2
|
-
import N from "./index.es39.js";
|
|
3
|
-
import k from "./index.es40.js";
|
|
4
|
-
import y from "./index.es41.js";
|
|
5
|
-
import C from "./index.es42.js";
|
|
6
|
-
import S from "./index.es43.js";
|
|
7
|
-
import v from "./index.es44.js";
|
|
8
|
-
import { Row as x, Col as f, Empty as q } from "antd";
|
|
9
|
-
/* empty css */
|
|
10
|
-
const i = (e) => {
|
|
11
|
-
const n = document.getElementById(e);
|
|
12
|
-
if (n) {
|
|
13
|
-
const d = n.closest(".knowledge-card-content");
|
|
14
|
-
d && d.scrollTo({
|
|
15
|
-
top: n.offsetTop - 20,
|
|
16
|
-
behavior: "smooth"
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
}, K = ({ detailData: e = {}, drawerInfo: n = {}, loading: d }) => {
|
|
20
|
-
var t, l, s, m, a, p, h, u, g, w;
|
|
21
|
-
return /* @__PURE__ */ c(x, { className: "knowledge-card-click", wrap: !1, children: [
|
|
22
|
-
/* @__PURE__ */ c(f, { flex: "80px", className: "card-item-click", children: [
|
|
23
|
-
e.property && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-property"), children: "知识详情" }),
|
|
24
|
-
((t = e.document) == null ? void 0 : t.length) > 0 && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-document"), children: "关联文档" }),
|
|
25
|
-
((l = e.image) == null ? void 0 : l.length) > 0 && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-image"), children: "关联图片" }),
|
|
26
|
-
((s = e.video) == null ? void 0 : s.length) > 0 && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-video"), children: "关联视频" }),
|
|
27
|
-
((m = e.audio) == null ? void 0 : m.length) > 0 && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-audio"), children: "关联音频" }),
|
|
28
|
-
((a = e.relation) == null ? void 0 : a.length) > 0 && /* @__PURE__ */ r("p", { className: "drawer-card-title2", onClick: () => i("section-relation"), children: "关联知识" })
|
|
29
|
-
] }),
|
|
30
|
-
/* @__PURE__ */ c(f, { flex: "auto", className: "knowledge-card-content", children: [
|
|
31
|
-
e.property ? /* @__PURE__ */ c(o, { children: [
|
|
32
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-property", children: "知识详情" }),
|
|
33
|
-
/* @__PURE__ */ r(
|
|
34
|
-
N,
|
|
35
|
-
{
|
|
36
|
-
properties: e.property || [],
|
|
37
|
-
excludedKeys: ["id"]
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
] }) : !d && /* @__PURE__ */ r(q, {}),
|
|
41
|
-
((p = e.document) == null ? void 0 : p.length) > 0 && /* @__PURE__ */ c(o, { children: [
|
|
42
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-document", children: "关联文档" }),
|
|
43
|
-
/* @__PURE__ */ r(k, { documents: e.document, source: "qa-card" })
|
|
44
|
-
] }),
|
|
45
|
-
((h = e.image) == null ? void 0 : h.length) > 0 && /* @__PURE__ */ c(o, { children: [
|
|
46
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-image", children: "关联图片" }),
|
|
47
|
-
/* @__PURE__ */ r(y, { images: e.image, source: "qa-card" })
|
|
48
|
-
] }),
|
|
49
|
-
((u = e.video) == null ? void 0 : u.length) > 0 && /* @__PURE__ */ c(o, { children: [
|
|
50
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-video", children: "关联视频" }),
|
|
51
|
-
/* @__PURE__ */ r(C, { videos: e.video, source: "qa-card" })
|
|
52
|
-
] }),
|
|
53
|
-
((g = e.audio) == null ? void 0 : g.length) > 0 && /* @__PURE__ */ c(o, { children: [
|
|
54
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-audio", children: "关联音频" }),
|
|
55
|
-
/* @__PURE__ */ r(S, { audios: e.audio, source: "qa-card" })
|
|
56
|
-
] }),
|
|
57
|
-
((w = e.relation) == null ? void 0 : w.length) > 0 && /* @__PURE__ */ c(o, { children: [
|
|
58
|
-
/* @__PURE__ */ r("p", { className: "drawer-card-title", id: "section-relation", children: "关联知识" }),
|
|
59
|
-
/* @__PURE__ */ r(v, { relations: e.relation, kgIds: n.kgId, source: "qa-card" })
|
|
60
|
-
] })
|
|
61
|
-
] })
|
|
62
|
-
] });
|
|
63
|
-
};
|
|
64
|
-
export {
|
|
65
|
-
K as default
|
|
66
|
-
};
|
|
File without changes
|