Skip to content

Commit

Permalink
Merge pull request #155 from ts4nfdi/feat/graph-view-widget
Browse files Browse the repository at this point in the history
Feat/graph view widget
  • Loading branch information
Pooya-Oladazimi authored Oct 28, 2024
2 parents 863ff4a + 2b8bacd commit 1c7ffe9
Show file tree
Hide file tree
Showing 14 changed files with 26,096 additions and 1,007 deletions.
8 changes: 8 additions & 0 deletions dist_plainjs/manually_maintained_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,14 @@ declare global {
useLegacy: boolean;
}
)=>void,
createGraphView:(props:{
iri: string;
ontologyId: string;
api: string;
useLegacy: boolean;
rootWalk: boolean;
}
)=>void,
}
}

24,616 changes: 24,437 additions & 179 deletions dist_plainjs/terminology-service-suite.js

Large diffs are not rendered by default.

537 changes: 342 additions & 195 deletions dist_plainjs/terminology-service-suite.min.js

Large diffs are not rendered by default.

148 changes: 145 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^19.0.5",
"storybook": "^7.6.7",
"typescript": "~4.5.3"
"typescript": "~4.5.3",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
},
"peerDependencies": {
"@emotion/react": "^11.11.3",
Expand Down
Loading

0 comments on commit 1c7ffe9

Please sign in to comment.