#49 feat: componente genérico CytoscapeChart con evento select

This commit is contained in:
2026-08-15 17:16:53 -05:00
parent 8335ad2313
commit efa666dcb3
4 changed files with 179 additions and 0 deletions

9
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@mdi/font": "7.4.47",
"axios": "^1.13.5",
"core-js": "^3.37.1",
"cytoscape": "^3.34.1",
"leaflet": "^1.9.4",
"roboto-fontface": "*",
"vee-validate": "^4.14.6",
@@ -2752,6 +2753,14 @@
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"license": "MIT"
},
"node_modules/cytoscape": {
"version": "3.34.1",
"resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.34.1.tgz",
"integrity": "sha512-Lr0RvH9H75y9ar8h9Toy6u4lxRSCcxUq+hHcQ26sVWo6BnaQp1gwEZOYqwuYTZhyW7npyKnNLP8oJ2p1/3OZ7g==",
"engines": {
"node": ">=0.10"
}
},
"node_modules/data-urls": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",