vue-safe-force-graph 2.0.79 → 2.0.80
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.
|
@@ -28020,7 +28020,7 @@ const KG = {
|
|
|
28020
28020
|
});
|
|
28021
28021
|
const r = n.map((s) => s.id);
|
|
28022
28022
|
this.filteredDataList.forEach((s) => {
|
|
28023
|
-
if (s.startNode && s.children.every((l) => r.includes(l))) {
|
|
28023
|
+
if (s.startNode && s.children && s.children.every((l) => r.includes(l))) {
|
|
28024
28024
|
n.push(s);
|
|
28025
28025
|
const l = t.findIndex((c) => s.id === c);
|
|
28026
28026
|
l !== -1 && t.splice(l, 1);
|
|
@@ -38393,7 +38393,7 @@ const qoe = /* @__PURE__ */ Xt(ooe, [["render", Voe], ["__scopeId", "data-v-194a
|
|
|
38393
38393
|
utime: "2019-05-06 15:08:10",
|
|
38394
38394
|
children: []
|
|
38395
38395
|
}
|
|
38396
|
-
], zoe = "vue-safe-force-graph", Hoe = "2.0.
|
|
38396
|
+
], zoe = "vue-safe-force-graph", Hoe = "2.0.80", Goe = "force_graph in security area", Woe = "jason zhang", Koe = "./lib/vue-safe-force-graph.js", Yoe = "./lib/vue-safe-force-graph.umd.cjs", Joe = "module", Xoe = [
|
|
38397
38397
|
"/lib/"
|
|
38398
38398
|
], Qoe = {
|
|
38399
38399
|
".": {
|
|
@@ -40966,7 +40966,7 @@ const Nae = {
|
|
|
40966
40966
|
},
|
|
40967
40967
|
mounted() {
|
|
40968
40968
|
return ze(this, null, function* () {
|
|
40969
|
-
console.log('"2024/11/22 15:
|
|
40969
|
+
console.log('"2024/11/22 15:49:51"', "2024/11/22 15:49:51"), this.initializeGraphApi(), window.onresize = () => {
|
|
40970
40970
|
this.fullScreen = !!document.fullscreenElement, this.screenHeight = document.body.clientHeight;
|
|
40971
40971
|
}, this.margin = this.changeMargin(), ps(nt, "emitDataLoaded", () => {
|
|
40972
40972
|
this.emitDataLoaded();
|