vue-safe-force-graph 2.0.68 → 2.0.69
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.
|
@@ -15396,7 +15396,7 @@ class TU {
|
|
|
15396
15396
|
t.children = null, t.parents = null;
|
|
15397
15397
|
}), this.dataNow.links.map((t) => {
|
|
15398
15398
|
const n = this.dataNow.nodes.find((s) => s.id === (t.source.id ? t.source.id : t.source)), r = this.dataNow.nodes.find((s) => s.id === (t.target.id ? t.target.id : t.target));
|
|
15399
|
-
n && (n.children ? n.children.push(r.id) : n.children = [r.id]), r && n && (r.parents ? r.parents.push(n.id) : r.parents = [n.id]);
|
|
15399
|
+
n && r && (n.children ? n.children.push(r.id) : n.children = [r.id]), r && n && (r.parents ? r.parents.push(n.id) : r.parents = [n.id]);
|
|
15400
15400
|
}), this.dataNow.nodes.map((t) => {
|
|
15401
15401
|
t.startNode === !0 && (t.parents = ["virtualOne"]);
|
|
15402
15402
|
});
|
|
@@ -38244,7 +38244,7 @@ const Noe = /* @__PURE__ */ Kt(Hse, [["render", Toe], ["__scopeId", "data-v-194a
|
|
|
38244
38244
|
utime: "2019-05-06 15:08:10",
|
|
38245
38245
|
children: []
|
|
38246
38246
|
}
|
|
38247
|
-
], koe = "vue-safe-force-graph", Ooe = "2.0.
|
|
38247
|
+
], koe = "vue-safe-force-graph", Ooe = "2.0.69", Ioe = "force_graph in security area", Poe = "jason zhang", Loe = "./lib/vue-safe-force-graph.js", Roe = "./lib/vue-safe-force-graph.umd.cjs", Doe = "module", Moe = [
|
|
38248
38248
|
"/lib/"
|
|
38249
38249
|
], Foe = {
|
|
38250
38250
|
".": {
|
|
@@ -40789,7 +40789,7 @@ const fae = {
|
|
|
40789
40789
|
},
|
|
40790
40790
|
mounted() {
|
|
40791
40791
|
return Ge(this, null, function* () {
|
|
40792
|
-
console.log('"2024/11/
|
|
40792
|
+
console.log('"2024/11/13 16:32:48"', "2024/11/13 16:32:48"), this.initializeGraphApi(), window.onresize = () => {
|
|
40793
40793
|
this.fullScreen = !!document.fullscreenElement, this.screenHeight = document.body.clientHeight;
|
|
40794
40794
|
}, this.margin = this.changeMargin(), cs(st, "emitDataLoaded", () => {
|
|
40795
40795
|
this.emitDataLoaded();
|