@geode/opengeodeweb-viewer 1.18.0-rc.2 → 1.19.0-rc.1

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.
@@ -1927,6 +1927,39 @@
1927
1927
  ],
1928
1928
  "additionalProperties": false
1929
1929
  },
1930
+ "hover_highlight": {
1931
+ "$id": "opengeodeweb_viewer.viewer.hover_highlight",
1932
+ "rpc": "hover_highlight",
1933
+ "type": "object",
1934
+ "properties": {
1935
+ "x": {
1936
+ "type": "number"
1937
+ },
1938
+ "y": {
1939
+ "type": "number"
1940
+ },
1941
+ "field_type": {
1942
+ "enum": [
1943
+ "CELL",
1944
+ "POINT"
1945
+ ]
1946
+ },
1947
+ "ids": {
1948
+ "type": "array",
1949
+ "items": {
1950
+ "type": "string",
1951
+ "minLength": 1
1952
+ }
1953
+ }
1954
+ },
1955
+ "required": [
1956
+ "x",
1957
+ "y",
1958
+ "field_type",
1959
+ "ids"
1960
+ ],
1961
+ "additionalProperties": false
1962
+ },
1930
1963
  "grid_scale": {
1931
1964
  "$id": "opengeodeweb_viewer.viewer.grid_scale",
1932
1965
  "rpc": "grid_scale",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-viewer",
3
- "version": "1.18.0-rc.2",
3
+ "version": "1.19.0-rc.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",