@geode/opengeodeweb-front 10.23.0-rc.4 → 10.23.0
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.
|
@@ -105,7 +105,7 @@ function performHoverHighlight(event, options) {
|
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
107
|
const rect = container.getBoundingClientRect();
|
|
108
|
-
const schema = viewer_schemas.opengeodeweb_viewer.viewer.
|
|
108
|
+
const schema = viewer_schemas.opengeodeweb_viewer.viewer.highlight;
|
|
109
109
|
const params = {
|
|
110
110
|
x: Math.round(event.clientX - rect.left),
|
|
111
111
|
y: Math.round(rect.height - (event.clientY - rect.top)),
|
|
@@ -125,7 +125,7 @@ function performHoverHighlight(event, options) {
|
|
|
125
125
|
|
|
126
126
|
function performClearHoverHighlight(options) {
|
|
127
127
|
const { viewerStore, viewer_schemas, hover_highlight_field_type, hybridDb } = options;
|
|
128
|
-
const schema = viewer_schemas.opengeodeweb_viewer.viewer.
|
|
128
|
+
const schema = viewer_schemas.opengeodeweb_viewer.viewer.highlight;
|
|
129
129
|
const params = {
|
|
130
130
|
x: -1,
|
|
131
131
|
y: -1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geode/opengeodeweb-front",
|
|
3
|
-
"version": "10.23.0
|
|
3
|
+
"version": "10.23.0",
|
|
4
4
|
"description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
|
|
5
5
|
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
|
|
6
6
|
"bugs": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"build": ""
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@geode/opengeodeweb-back": "
|
|
38
|
-
"@geode/opengeodeweb-viewer": "
|
|
37
|
+
"@geode/opengeodeweb-back": "latest",
|
|
38
|
+
"@geode/opengeodeweb-viewer": "latest",
|
|
39
39
|
"@google-cloud/run": "3.2.0",
|
|
40
40
|
"@kitware/vtk.js": "33.3.0",
|
|
41
41
|
"@mdi/font": "7.4.47",
|