@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
|
|
70
|
+
<ViewerContextMenuItem
|
|
71
|
+
data-testid="meshPointsMenu"
|
|
72
|
+
:itemProps="itemProps"
|
|
73
|
+
:btn_image="PointSetPoints"
|
|
74
|
+
tooltip="Points options"
|
|
75
|
+
>
|
|
71
76
|
<template #options>
|
|
72
|
-
<ViewerOptionsVisibilitySwitch
|
|
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