Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d10d646
Work towards adding interaction between the flatmap and the simulatio…
hsorby Jan 13, 2026
53fde29
Merge remote-tracking branch 'upstream/simulation-interaction' into s…
alan-wu Jan 13, 2026
e1f559e
Add mapping of flatmap feature ID to CellML component and variable us…
hsorby Jan 13, 2026
11657d4
Fix dependencies.
alan-wu Jan 23, 2026
a942065
Fix floating dialog not moving at cursor on mouse drag.
alan-wu Jan 23, 2026
acabe7f
Merge pull request #470 from alan-wu/simulation-interaction
hsorby Jan 27, 2026
940c9fa
Changes to support the appearance of plot windows over the FC map win…
hsorby Feb 23, 2026
9384679
Merge in changes from prime/main fixing conflicts.
hsorby Feb 24, 2026
42ab82f
Update flatmapvuer, simulationvuer to beta versions.
hsorby Feb 24, 2026
c711152
UPdate flatmapvuer to 1.12.3-beta.1.
hsorby Feb 24, 2026
002892b
SimulationVuer: upgraded to version 3.0.10.
agarny Mar 4, 2026
5cdab00
SimulationVuer: upgraded to version 3.0.11.
agarny Mar 4, 2026
1e4485a
SimulationVuer: upgraded to version 3.0.12.
agarny Mar 5, 2026
c85f34d
Removed dependency on OpenCOR.
agarny Mar 9, 2026
e13fb07
SimulationVuer: upgraded to version 3.0.13.
agarny Mar 11, 2026
d143249
Beta version.
alan-wu Mar 11, 2026
e74f38d
Merge remote-tracking branch 'upstream/simulation-interaction' into s…
alan-wu Mar 11, 2026
7211d6e
Call eventHandler related methos in MapContent instead of App.vue.
alan-wu Mar 11, 2026
6c05624
New demo version release.
alan-wu Mar 11, 2026
5a94921
SimulationVuer: upgraded to version 3.0.14.
agarny Mar 14, 2026
46201c5
Merge pull request #483 from alan-wu/simulation-interaction
alan-wu Mar 17, 2026
ec93e92
Merge branch 'main' into simulation-interaction
agarny Mar 17, 2026
ac98dd8
SimulationVuer: upgraded to version 3.0.15.
agarny Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//VITE_API_LOCATION=https://your-api-location/
//VITE_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
//VITE_ALGOLIA_INDEX=k-core_dev_published_time_desc
//VITE_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
//VITE_ALGOLIA_ID=xxxxxxxxx
//VITE_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
#VITE_API_LOCATION=https://sparc-api.herokuapp.com/
# VITE_API_LOCATION=https://your-api-location/
# VITE_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
# VITE_ALGOLIA_INDEX=k-core_dev_published_time_desc
# VITE_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# VITE_ALGOLIA_ID=xxxxxxxxx
# VITE_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
# VITE_API_LOCATION=https://sparc-api.herokuapp.com/
VITE_SPARC_API=https://alan-wu-portal-api.herokuapp.com/
7,324 changes: 4,698 additions & 2,626 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/mapintegratedvuer",
"version": "1.16.3",
"version": "1.16.3-simulation.1",
"license": "Apache-2.0",
"scripts": {
"serve": "vite --host --force",
Expand Down Expand Up @@ -52,21 +52,26 @@
"*.js"
],
"dependencies": {
"@abi-software/flatmapvuer": "1.12.2",
"@abi-software/flatmapvuer": "1.12.3-beta.1",
"@abi-software/map-side-bar": "2.13.0",
"@abi-software/map-utilities": "1.7.7",
"@abi-software/plotvuer": "1.0.7",
"@abi-software/scaffoldvuer": "1.13.1-beta.14",
"@abi-software/simulationvuer": "3.0.12",
"@abi-software/simulationvuer": "3.0.15",
"@abi-software/sparc-annotation": "0.3.2",
"@abi-software/svg-sprite": "1.0.4",
"@element-plus/icons-vue": "^2.3.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^14.1.0",
"css-element-queries": "^1.2.3",
"element-plus": "2.8.4",
"jsonschema": "^1.5.0",
"marked": "^4.3.0",
"mathjs": "^15.1.0",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"plotly.js-dist-min": "2.35.3",
"read-excel-file": "^6.0.1",
"splitpanes": "^3.1.5",
"unplugin-vue-components": "^0.26.0",
"vue": "^3.4.21",
Expand Down
Loading