@geode/opengeodeweb-front 10.20.0-rc.4 → 10.20.0-rc.5

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.
@@ -67,9 +67,17 @@ const vertex_attribute_color_map = computed({
67
67
  });
68
68
  </script>
69
69
  <template>
70
- <ViewerContextMenuItem :itemProps="itemProps" :btn_image="PointSetPoints">
70
+ <ViewerContextMenuItem
71
+ data-testid="meshPointsMenu"
72
+ :itemProps="itemProps"
73
+ :btn_image="PointSetPoints"
74
+ tooltip="Points options"
75
+ >
71
76
  <template #options>
72
- <ViewerOptionsVisibilitySwitch v-model="visibility" />
77
+ <ViewerOptionsVisibilitySwitch
78
+ data-testid="meshPointsVisibilitySwitch"
79
+ v-model="visibility"
80
+ />
73
81
  <template v-if="visibility">
74
82
  <v-row class="pa-0" align="center">
75
83
  <v-divider />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.20.0-rc.4",
3
+ "version": "10.20.0-rc.5",
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": {