@vcmap/ui 6.0.6 → 6.0.8
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.
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-e9e2b4c0.js → core-d4390023.js} +3024 -2991
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-ae3b7c07.css → ui-1b2952ac.css} +1 -1
- package/dist/assets/{ui-ae3b7c07.js → ui-1b2952ac.js} +4802 -4689
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-7b0161da.js → vuetify-7f8980b2.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/index.d.ts +8 -0
- package/index.js +4 -0
- package/package.json +2 -2
- package/plugins/package.json +2 -1
- package/src/application/VcsNavbar.vue +1 -0
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +40 -0
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +10 -0
- package/src/components/vector-properties/VcsSnapTo.vue +64 -0
- package/src/components/vector-properties/VcsSnapTo.vue.d.ts +2 -0
- package/src/contentTree/contentTreeCollection.js +5 -1
- package/src/featureInfo/IframeComponent.vue +8 -0
- package/src/featureInfo/IframeComponent.vue.d.ts +15 -0
- package/src/i18n/de.d.ts +38 -28
- package/src/i18n/de.js +8 -0
- package/src/i18n/en.d.ts +38 -28
- package/src/i18n/en.js +8 -0
- /package/dist/assets/{cesium-875dec46.js → cesium-24d6deef.js} +0 -0
- /package/dist/assets/{ol-0140a482.js → ol-681848ee.js} +0 -0
- /package/dist/assets/{vue-6275d9bc.js → vue-4fb59438.js} +0 -0
- /package/dist/assets/{vuetify-7b0161da.css → vuetify-7f8980b2.css} +0 -0
package/src/i18n/en.js
CHANGED
@@ -237,6 +237,14 @@ const messages = {
|
|
237
237
|
modifyInfo:
|
238
238
|
'For modifying the selected feature(s), click on one of the icons in the header above.',
|
239
239
|
styleHeader: 'Style',
|
240
|
+
snapping: {
|
241
|
+
title: 'Snapping',
|
242
|
+
help: 'Snapping can be temporarily disabled by holding the CTRL key.',
|
243
|
+
orthogonalTooltip: 'Orthogonal snapping to horizontal edges.',
|
244
|
+
parallelTooltip: 'Parallel snapping to horizontal edges.',
|
245
|
+
vertexTooltip: 'Snap to drawn vertices.',
|
246
|
+
edgeTooltip: 'Snap to drawn edges.',
|
247
|
+
},
|
240
248
|
},
|
241
249
|
vectorProperties: {
|
242
250
|
header: 'Vector properties',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|