@geode/opengeodeweb-front 9.10.0-rc.1 → 9.10.0-rc.2

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.
Files changed (42) hide show
  1. package/package.json +1 -1
  2. /package/components/{EdgedCurve → Viewer/EdgedCurve}/EdgesOptions.vue +0 -0
  3. /package/components/{EdgedCurve → Viewer/EdgedCurve}/PointsOptions.vue +0 -0
  4. /package/components/{Generic → Viewer/Generic}/Mesh/EdgesOptions.vue +0 -0
  5. /package/components/{Generic → Viewer/Generic}/Mesh/PointsOptions.vue +0 -0
  6. /package/components/{Generic → Viewer/Generic}/Mesh/PolygonsOptions.vue +0 -0
  7. /package/components/{Generic → Viewer/Generic}/Mesh/PolyhedraOptions.vue +0 -0
  8. /package/components/{Generic → Viewer/Generic}/Model/EdgesOptions.vue +0 -0
  9. /package/components/{Generic → Viewer/Generic}/Model/PointsOptions.vue +0 -0
  10. /package/components/{Grid → Viewer/Grid}/2D/CellsOptions.vue +0 -0
  11. /package/components/{Grid → Viewer/Grid}/2D/EdgesOptions.vue +0 -0
  12. /package/components/{Grid → Viewer/Grid}/2D/PointsOptions.vue +0 -0
  13. /package/components/{Grid → Viewer/Grid}/3D/CellsOptions.vue +0 -0
  14. /package/components/{Grid → Viewer/Grid}/3D/EdgesOptions.vue +0 -0
  15. /package/components/{Grid → Viewer/Grid}/3D/FacetsOptions.vue +0 -0
  16. /package/components/{Grid → Viewer/Grid}/3D/PointsOptions.vue +0 -0
  17. /package/components/{HybridSolid → Viewer/HybridSolid}/EdgesOptions.vue +0 -0
  18. /package/components/{HybridSolid → Viewer/HybridSolid}/PointsOptions.vue +0 -0
  19. /package/components/{HybridSolid → Viewer/HybridSolid}/PolygonsOptions.vue +0 -0
  20. /package/components/{HybridSolid → Viewer/HybridSolid}/PolyhedraOptions.vue +0 -0
  21. /package/components/{Options → Viewer/Options}/ColorPicker.vue +0 -0
  22. /package/components/{Options → Viewer/Options}/ColoringTypeSelector.vue +0 -0
  23. /package/components/{Options → Viewer/Options}/PolygonAttributeSelector.vue +0 -0
  24. /package/components/{Options → Viewer/Options}/PolyhedronAttributeSelector.vue +0 -0
  25. /package/components/{Options → Viewer/Options}/TextureItem.vue +0 -0
  26. /package/components/{Options → Viewer/Options}/TexturesSelector.vue +0 -0
  27. /package/components/{Options → Viewer/Options}/VertexAttributeSelector.vue +0 -0
  28. /package/components/{Options → Viewer/Options}/VisibilitySwitch.vue +0 -0
  29. /package/components/{PointSet → Viewer/PointSet}/PointsOptions.vue +0 -0
  30. /package/components/{PointSet → Viewer/PointSet}/SpecificPointsOptions.vue +0 -0
  31. /package/components/{PolygonalSurface → Viewer/PolygonalSurface}/EdgesOptions.vue +0 -0
  32. /package/components/{PolygonalSurface → Viewer/PolygonalSurface}/PointsOptions.vue +0 -0
  33. /package/components/{PolygonalSurface → Viewer/PolygonalSurface}/PolygonsOptions.vue +0 -0
  34. /package/components/{Solid → Viewer/Solid}/EdgesOptions.vue +0 -0
  35. /package/components/{Solid → Viewer/Solid}/PointsOptions.vue +0 -0
  36. /package/components/{Solid → Viewer/Solid}/PolygonsOptions.vue +0 -0
  37. /package/components/{Solid → Viewer/Solid}/PolyhedraOptions.vue +0 -0
  38. /package/components/{TetrahedralSolid → Viewer/TetrahedralSolid}/TetrahedraOptions.vue +0 -0
  39. /package/components/{TetrahedralSolid → Viewer/TetrahedralSolid}/TrianglesOptions.vue +0 -0
  40. /package/components/{TriangulatedSurface → Viewer/TriangulatedSurface}/EdgesOptions.vue +0 -0
  41. /package/components/{TriangulatedSurface → Viewer/TriangulatedSurface}/PointsOptions.vue +0 -0
  42. /package/components/{TriangulatedSurface → Viewer/TriangulatedSurface}/TrianglesOptions.vue +0 -0
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "description": "OpenSource Vue/Vuetify framework for web applications",
36
36
  "type": "module",
37
- "version": "9.10.0-rc.1",
37
+ "version": "9.10.0-rc.2",
38
38
  "main": "./nuxt.config.js",
39
39
  "dependencies": {
40
40
  "@geode/opengeodeweb-back": "5.8.7",