diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 268ff517..cc44b258 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,6 +19,7 @@ "jquery": "^3.6.3", "mitt": "^3.0.0", "ml-hclust": "^3.1.0", + "nouislider": "^15.7.1", "random-color-rgb": "^1.1.1", "sigma": "^1.2.2", "smallest-enclosing-circle": "^1.0.2", @@ -8527,6 +8528,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/nouislider": { + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/nouislider/-/nouislider-15.7.1.tgz", + "integrity": "sha512-5N7C1ru/i8y3dg9+Z6ilj6+m1EfabvOoaRa7ztpxBSKKRZso4vA52DGSbBJjw5XLtFr/LZ9SgGAXqyVtlVHO5w==" + }, "node_modules/npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 3547aca8..c5251206 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,6 +19,7 @@ "jquery": "^3.6.3", "mitt": "^3.0.0", "ml-hclust": "^3.1.0", + "nouislider": "^15.7.1", "random-color-rgb": "^1.1.1", "sigma": "^1.2.2", "smallest-enclosing-circle": "^1.0.2", diff --git a/frontend/src/components/toolbar/modules/SelectionList.vue b/frontend/src/components/toolbar/modules/SelectionList.vue index c29f11e7..d20b502d 100644 --- a/frontend/src/components/toolbar/modules/SelectionList.vue +++ b/frontend/src/components/toolbar/modules/SelectionList.vue @@ -4,38 +4,40 @@