@geode/opengeodeweb-viewer 1.13.4 → 1.14.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.
@@ -53,6 +53,29 @@
53
53
  ],
54
54
  "additionalProperties": false
55
55
  },
56
+ "vertex_scalar_range": {
57
+ "$id": "opengeodeweb_viewer.mesh.cells.vertex_scalar_range",
58
+ "rpc": "vertex_scalar_range",
59
+ "type": "object",
60
+ "properties": {
61
+ "id": {
62
+ "type": "string",
63
+ "minLength": 1
64
+ },
65
+ "minimum": {
66
+ "type": "number"
67
+ },
68
+ "maximum": {
69
+ "type": "number"
70
+ }
71
+ },
72
+ "required": [
73
+ "id",
74
+ "minimum",
75
+ "maximum"
76
+ ],
77
+ "additionalProperties": false
78
+ },
56
79
  "vertex_attribute": {
57
80
  "$id": "opengeodeweb_viewer.mesh.cells.vertex_attribute",
58
81
  "rpc": "vertex_attribute",
@@ -121,6 +144,29 @@
121
144
  ],
122
145
  "additionalProperties": false
123
146
  },
147
+ "cell_scalar_range": {
148
+ "$id": "opengeodeweb_viewer.mesh.cells.cell_scalar_range",
149
+ "rpc": "cell_scalar_range",
150
+ "type": "object",
151
+ "properties": {
152
+ "id": {
153
+ "type": "string",
154
+ "minLength": 1
155
+ },
156
+ "minimum": {
157
+ "type": "number"
158
+ },
159
+ "maximum": {
160
+ "type": "number"
161
+ }
162
+ },
163
+ "required": [
164
+ "id",
165
+ "minimum",
166
+ "maximum"
167
+ ],
168
+ "additionalProperties": false
169
+ },
124
170
  "cell_attribute": {
125
171
  "$id": "opengeodeweb_viewer.mesh.cells.cell_attribute",
126
172
  "rpc": "cell_attribute",
@@ -181,6 +227,29 @@
181
227
  ],
182
228
  "additionalProperties": false
183
229
  },
230
+ "vertex_scalar_range": {
231
+ "$id": "opengeodeweb_viewer.mesh.edges.vertex_scalar_range",
232
+ "rpc": "vertex_scalar_range",
233
+ "type": "object",
234
+ "properties": {
235
+ "id": {
236
+ "type": "string",
237
+ "minLength": 1
238
+ },
239
+ "minimum": {
240
+ "type": "number"
241
+ },
242
+ "maximum": {
243
+ "type": "number"
244
+ }
245
+ },
246
+ "required": [
247
+ "id",
248
+ "minimum",
249
+ "maximum"
250
+ ],
251
+ "additionalProperties": false
252
+ },
184
253
  "vertex_attribute": {
185
254
  "$id": "opengeodeweb_viewer.mesh.edges.vertex_attribute",
186
255
  "rpc": "vertex_attribute",
@@ -289,6 +358,29 @@
289
358
  ],
290
359
  "additionalProperties": false
291
360
  },
361
+ "vertex_scalar_range": {
362
+ "$id": "opengeodeweb_viewer.mesh.points.vertex_scalar_range",
363
+ "rpc": "vertex_scalar_range",
364
+ "type": "object",
365
+ "properties": {
366
+ "id": {
367
+ "type": "string",
368
+ "minLength": 1
369
+ },
370
+ "minimum": {
371
+ "type": "number"
372
+ },
373
+ "maximum": {
374
+ "type": "number"
375
+ }
376
+ },
377
+ "required": [
378
+ "id",
379
+ "minimum",
380
+ "maximum"
381
+ ],
382
+ "additionalProperties": false
383
+ },
292
384
  "vertex_attribute": {
293
385
  "$id": "opengeodeweb_viewer.mesh.points.vertex_attribute",
294
386
  "rpc": "vertex_attribute",
@@ -397,6 +489,29 @@
397
489
  ],
398
490
  "additionalProperties": false
399
491
  },
492
+ "vertex_scalar_range": {
493
+ "$id": "opengeodeweb_viewer.mesh.polygons.vertex_scalar_range",
494
+ "rpc": "vertex_scalar_range",
495
+ "type": "object",
496
+ "properties": {
497
+ "id": {
498
+ "type": "string",
499
+ "minLength": 1
500
+ },
501
+ "minimum": {
502
+ "type": "number"
503
+ },
504
+ "maximum": {
505
+ "type": "number"
506
+ }
507
+ },
508
+ "required": [
509
+ "id",
510
+ "minimum",
511
+ "maximum"
512
+ ],
513
+ "additionalProperties": false
514
+ },
400
515
  "vertex_attribute": {
401
516
  "$id": "opengeodeweb_viewer.mesh.polygons.vertex_attribute",
402
517
  "rpc": "vertex_attribute",
@@ -417,6 +532,29 @@
417
532
  ],
418
533
  "additionalProperties": false
419
534
  },
535
+ "polygon_scalar_range": {
536
+ "$id": "opengeodeweb_viewer.mesh.polygons.polygon_scalar_range",
537
+ "rpc": "polygon_scalar_range",
538
+ "type": "object",
539
+ "properties": {
540
+ "id": {
541
+ "type": "string",
542
+ "minLength": 1
543
+ },
544
+ "minimum": {
545
+ "type": "number"
546
+ },
547
+ "maximum": {
548
+ "type": "number"
549
+ }
550
+ },
551
+ "required": [
552
+ "id",
553
+ "minimum",
554
+ "maximum"
555
+ ],
556
+ "additionalProperties": false
557
+ },
420
558
  "polygon_attribute": {
421
559
  "$id": "opengeodeweb_viewer.mesh.polygons.polygon_attribute",
422
560
  "rpc": "polygon_attribute",
@@ -506,6 +644,29 @@
506
644
  ],
507
645
  "additionalProperties": false
508
646
  },
647
+ "vertex_scalar_range": {
648
+ "$id": "opengeodeweb_viewer.mesh.polyhedra.vertex_scalar_range",
649
+ "rpc": "vertex_scalar_range",
650
+ "type": "object",
651
+ "properties": {
652
+ "id": {
653
+ "type": "string",
654
+ "minLength": 1
655
+ },
656
+ "minimum": {
657
+ "type": "number"
658
+ },
659
+ "maximum": {
660
+ "type": "number"
661
+ }
662
+ },
663
+ "required": [
664
+ "id",
665
+ "minimum",
666
+ "maximum"
667
+ ],
668
+ "additionalProperties": false
669
+ },
509
670
  "vertex_attribute": {
510
671
  "$id": "opengeodeweb_viewer.mesh.polyhedra.vertex_attribute",
511
672
  "rpc": "vertex_attribute",
@@ -526,6 +687,29 @@
526
687
  ],
527
688
  "additionalProperties": false
528
689
  },
690
+ "polyhedron_scalar_range": {
691
+ "$id": "opengeodeweb_viewer.mesh.polyhedra.polyhedron_scalar_range",
692
+ "rpc": "polyhedron_scalar_range",
693
+ "type": "object",
694
+ "properties": {
695
+ "id": {
696
+ "type": "string",
697
+ "minLength": 1
698
+ },
699
+ "minimum": {
700
+ "type": "number"
701
+ },
702
+ "maximum": {
703
+ "type": "number"
704
+ }
705
+ },
706
+ "required": [
707
+ "id",
708
+ "minimum",
709
+ "maximum"
710
+ ],
711
+ "additionalProperties": false
712
+ },
529
713
  "polyhedron_attribute": {
530
714
  "$id": "opengeodeweb_viewer.mesh.polyhedra.polyhedron_attribute",
531
715
  "rpc": "polyhedron_attribute",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-viewer",
3
- "version": "1.13.4",
3
+ "version": "1.14.0-rc.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",
@@ -8,7 +8,7 @@
8
8
  "build": "npm run json"
9
9
  },
10
10
  "dependencies": {
11
- "@geode/opengeodeweb-microservice": "latest"
11
+ "@geode/opengeodeweb-microservice": "next"
12
12
  },
13
13
  "exports": {
14
14
  "./opengeodeweb_viewer_schemas.json": {