@vcmap/ui 6.0.6 → 6.0.7

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 (30) hide show
  1. package/dist/assets/cesium.js +1 -1
  2. package/dist/assets/{core-e9e2b4c0.js → core-782308d8.js} +2660 -2632
  3. package/dist/assets/core.js +1 -1
  4. package/dist/assets/ol.js +1 -1
  5. package/dist/assets/{ui-ae3b7c07.css → ui-81747831.css} +1 -1
  6. package/dist/assets/{ui-ae3b7c07.js → ui-81747831.js} +4802 -4689
  7. package/dist/assets/ui.js +1 -1
  8. package/dist/assets/vue.js +1 -1
  9. package/dist/assets/{vuetify-7b0161da.js → vuetify-955fbcc9.js} +1 -1
  10. package/dist/assets/vuetify.js +1 -1
  11. package/index.d.ts +8 -0
  12. package/index.js +4 -0
  13. package/package.json +2 -2
  14. package/plugins/package.json +2 -1
  15. package/src/application/VcsNavbar.vue +1 -0
  16. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +40 -0
  17. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +10 -0
  18. package/src/components/vector-properties/VcsSnapTo.vue +64 -0
  19. package/src/components/vector-properties/VcsSnapTo.vue.d.ts +2 -0
  20. package/src/contentTree/contentTreeCollection.js +5 -1
  21. package/src/featureInfo/IframeComponent.vue +8 -0
  22. package/src/featureInfo/IframeComponent.vue.d.ts +15 -0
  23. package/src/i18n/de.d.ts +38 -28
  24. package/src/i18n/de.js +8 -0
  25. package/src/i18n/en.d.ts +38 -28
  26. package/src/i18n/en.js +8 -0
  27. /package/dist/assets/{cesium-875dec46.js → cesium-987bdd08.js} +0 -0
  28. /package/dist/assets/{ol-0140a482.js → ol-16e4e2e6.js} +0 -0
  29. /package/dist/assets/{vue-6275d9bc.js → vue-ba3401c2.js} +0 -0
  30. /package/dist/assets/{vuetify-7b0161da.css → vuetify-955fbcc9.css} +0 -0
package/dist/assets/ui.js CHANGED
@@ -1 +1 @@
1
- export * from "./ui-ae3b7c07.js";
1
+ export * from "./ui-81747831.js";
@@ -1 +1 @@
1
- export * from "./vue-6275d9bc.js";
1
+ export * from "./vue-ba3401c2.js";
@@ -10,7 +10,7 @@ function loadCss(href) {
10
10
  elem.onerror = reject;
11
11
  document.head.appendChild(elem);
12
12
  });
13
- } await loadCss('./assets/vuetify-7b0161da.css');import { watch as X, onScopeDispose as tt, effectScope as Ul, shallowRef as K, Fragment as ie, reactive as it, computed as b, watchEffect as Ne, toRefs as Wt, capitalize as On, isVNode as Oc, Comment as Rc, unref as ot, warn as Ha, getCurrentInstance as Nc, ref as W, provide as Ae, inject as ye, defineComponent as Hc, camelize as Ir, h as jt, toRaw as Ee, createVNode as r, mergeProps as N, onBeforeUnmount as nt, readonly as Kl, onDeactivated as _r, onActivated as zc, onMounted as Ke, nextTick as Se, TransitionGroup as ql, Transition as Ht, isRef as _n, toRef as F, onBeforeMount as Xl, withDirectives as $e, resolveDirective as dt, vShow as xt, onUpdated as Wc, Text as jc, resolveDynamicComponent as Yc, markRaw as Gc, Teleport as Uc, cloneVNode as Kc, createTextVNode as Pt, onUnmounted as qc, onBeforeUpdate as Xc, withModifiers as Pl, toDisplayString as Zc, vModelText as Qc, resolveComponent as Jc, render as Tr } from "./vue-6275d9bc.js";
13
+ } await loadCss('./assets/vuetify-955fbcc9.css');import { watch as X, onScopeDispose as tt, effectScope as Ul, shallowRef as K, Fragment as ie, reactive as it, computed as b, watchEffect as Ne, toRefs as Wt, capitalize as On, isVNode as Oc, Comment as Rc, unref as ot, warn as Ha, getCurrentInstance as Nc, ref as W, provide as Ae, inject as ye, defineComponent as Hc, camelize as Ir, h as jt, toRaw as Ee, createVNode as r, mergeProps as N, onBeforeUnmount as nt, readonly as Kl, onDeactivated as _r, onActivated as zc, onMounted as Ke, nextTick as Se, TransitionGroup as ql, Transition as Ht, isRef as _n, toRef as F, onBeforeMount as Xl, withDirectives as $e, resolveDirective as dt, vShow as xt, onUpdated as Wc, Text as jc, resolveDynamicComponent as Yc, markRaw as Gc, Teleport as Uc, cloneVNode as Kc, createTextVNode as Pt, onUnmounted as qc, onBeforeUpdate as Xc, withModifiers as Pl, toDisplayString as Zc, vModelText as Qc, resolveComponent as Jc, render as Tr } from "./vue-ba3401c2.js";
14
14
  function rt(e, n) {
15
15
  let t;
16
16
  function a() {
@@ -1 +1 @@
1
- export * from "./vuetify-7b0161da.js";
1
+ export * from "./vuetify-955fbcc9.js";
package/index.d.ts CHANGED
@@ -206,6 +206,8 @@ export { default as VcsFlightEditor } from "./src/components/flight/VcsFlightEdi
206
206
  export type * from "./src/components/flight/VcsFlightEditor.vue.d.ts";
207
207
  export { default as VcsFeatureTransforms } from "./src/components/vector-properties/VcsFeatureTransforms.vue";
208
208
  export type * from "./src/components/vector-properties/VcsFeatureTransforms.vue.d.ts";
209
+ export { default as VcsSnapTo } from "./src/components/vector-properties/VcsSnapTo.vue";
210
+ export type * from "./src/components/vector-properties/VcsSnapTo.vue.d.ts";
209
211
  export { default as VcsFeatureStyleComponent } from "./src/components/style/VcsFeatureStyleComponent.vue";
210
212
  export type * from "./src/components/style/VcsFeatureStyleComponent.vue.d.ts";
211
213
  export { default as AbstractConfigEditor } from "./src/components/plugins/AbstractConfigEditor.vue";
@@ -226,6 +228,12 @@ export * from "./src/components/modelHelper.js";
226
228
  export type * from "./src/components/modelHelper.d.ts";
227
229
  export * from "./src/components/composables.js";
228
230
  export type * from "./src/components/composables.d.ts";
231
+ export { default as Search } from "./src/search/search.js";
232
+ export type * from "./src/search/search.d.ts";
233
+ export { default as ResultItemComponent } from "./src/search/ResultItem.vue";
234
+ export type * from "./src/search/ResultItem.vue.d.ts";
235
+ export { default as ResultsComponent } from "./src/search/ResultsComponent.vue";
236
+ export type * from "./src/search/ResultsComponent.vue.d.ts";
229
237
  export { createMapButtonAction, createToggleAction, createOverviewMapAction, createModalAction, createLinkAction, createGoToViewpointAction, createZoomToFeatureAction } from "./src/actions/actionHelper.js";
230
238
  export type * from "./src/actions/actionHelper.d.ts";
231
239
  export { parseAndSanitizeMarkdown, renderTemplate } from "./src/components/form-output/markdownHelper.js";
package/index.js CHANGED
@@ -306,6 +306,7 @@ export {
306
306
  getAllowedEditorTransformationModes,
307
307
  } from './src/components/vector-properties/VcsFeatureEditingWindow.vue';
308
308
  export { default as VcsFeatureTransforms } from './src/components/vector-properties/VcsFeatureTransforms.vue';
309
+ export { default as VcsSnapTo } from './src/components/vector-properties/VcsSnapTo.vue';
309
310
  export { default as VcsFeatureStyleComponent } from './src/components/style/VcsFeatureStyleComponent.vue';
310
311
  export { default as AbstractConfigEditor } from './src/components/plugins/AbstractConfigEditor.vue';
311
312
  export { default as VcsFileDrop } from './src/components/import/VcsFileDrop.vue';
@@ -317,3 +318,6 @@ export * from './src/components/attrsHelpers.js';
317
318
  export * from './src/components/modelHelper.js';
318
319
  export * from './src/components/composables.js';
319
320
  export { LegendType, StyleRowType } from './src/legend/legendHelper.js';
321
+ export { default as Search } from './src/search/search.js';
322
+ export { default as ResultItemComponent } from './src/search/ResultItem.vue';
323
+ export { default as ResultsComponent } from './src/search/ResultsComponent.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcmap/ui",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "author": "Virtual City Systems",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@vcmap-cesium/engine": "^11.0.2",
60
- "@vcmap/core": "^6.0.4",
60
+ "@vcmap/core": "^6.0.5",
61
61
  "ol": "^10.2.1",
62
62
  "vue": "~3.4.38",
63
63
  "vuetify": "^3.7.3"
@@ -22,7 +22,8 @@
22
22
  "@vcmap/create-link": "^2.0.0",
23
23
  "@vcmap/module-selector": "^2.0.0",
24
24
  "@vcmap/line-of-sight": "^1.0.0",
25
- "@vcmap/layer-slider": "^2.0.0"
25
+ "@vcmap/layer-slider": "^2.0.0",
26
+ "@vcmap/vcs-solar-balloon": "^2.0.0"
26
27
  },
27
28
  "optionalDependencies": {
28
29
  "@vcmap/planning": "^6.0.0"
@@ -56,6 +56,7 @@
56
56
  <div
57
57
  v-if="mdAndUp && config.appTitle"
58
58
  class="ml-4 text-h6 font-weight-bold"
59
+ style="line-height: 1.1"
59
60
  >
60
61
  {{ $st(config.appTitle) }}
61
62
  </div>
@@ -18,6 +18,7 @@
18
18
  </div>
19
19
  </div>
20
20
  </VcsFormSection>
21
+ <VcsSnapTo v-if="snapTo" v-model="snapTo" />
21
22
  <VcsFormSection heading="components.editor.styleHeader" v-if="showStyle">
22
23
  <VcsFeatureStyleComponent :feature-properties="featureProperties" />
23
24
  </VcsFormSection>
@@ -65,6 +66,7 @@
65
66
  nonPointVectorProperties,
66
67
  } from './VcsVectorPropertiesComponent.vue';
67
68
  import VcsFormSection from '../section/VcsFormSection.vue';
69
+ import VcsSnapTo from './VcsSnapTo.vue';
68
70
 
69
71
  /**
70
72
  * @typedef {Object} EditorManager
@@ -142,6 +144,7 @@
142
144
  */
143
145
  export default {
144
146
  components: {
147
+ VcsSnapTo,
145
148
  VcsFeatureTransforms,
146
149
  VSheet,
147
150
  VcsFormSection,
@@ -179,6 +182,10 @@
179
182
  type: Boolean,
180
183
  default: true,
181
184
  },
185
+ showSnapping: {
186
+ type: Boolean,
187
+ default: true,
188
+ },
182
189
  },
183
190
  setup(props) {
184
191
  const vcsApp = inject('vcsApp');
@@ -191,6 +198,38 @@
191
198
  currentLayer: layer,
192
199
  } = editorManager;
193
200
 
201
+ const localSnapTo = ref([]);
202
+ watch(
203
+ () => [session, editSession],
204
+ () => {
205
+ if (session.value?.type === SessionType.CREATE) {
206
+ localSnapTo.value = session.value.snapTo;
207
+ } else if (editSession.value?.type === SessionType.EDIT_GEOMETRY) {
208
+ localSnapTo.value = editSession.value.snapTo;
209
+ }
210
+ },
211
+ { immediate: true },
212
+ );
213
+
214
+ const snapTo = computed({
215
+ get() {
216
+ if (props.showSnapping) {
217
+ return localSnapTo.value;
218
+ }
219
+ return undefined;
220
+ },
221
+ set(v) {
222
+ localSnapTo.value = v;
223
+ if (session.value?.type === SessionType.CREATE) {
224
+ session.value.snapTo = v;
225
+ }
226
+
227
+ if (editSession.value?.type === SessionType.EDIT_GEOMETRY) {
228
+ editSession.value.snapTo = v;
229
+ }
230
+ },
231
+ });
232
+
194
233
  const availableModifyActions = shallowRef([]);
195
234
  const availableVectorProperties = shallowRef([]);
196
235
 
@@ -416,6 +455,7 @@
416
455
  return {
417
456
  featureProperties,
418
457
  session,
458
+ snapTo,
419
459
  SessionType,
420
460
  currentTransformationMode,
421
461
  TransformationMode,
@@ -38,9 +38,14 @@ declare const _default: import("vue").DefineComponent<{
38
38
  type: BooleanConstructor;
39
39
  default: boolean;
40
40
  };
41
+ showSnapping: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
41
45
  }, {
42
46
  featureProperties: import("vue").ShallowRef<any>;
43
47
  session: import("vue").ShallowRef<import("@vcmap/core", { with: { "resolution-mode": "import" } }).SelectFeaturesSession | import("@vcmap/core", { with: { "resolution-mode": "import" } }).CreateFeatureSession<GeometryType> | undefined>;
48
+ snapTo: import("vue").WritableComputedRef<never[] | undefined>;
44
49
  SessionType: typeof SessionType;
45
50
  currentTransformationMode: import("vue").Ref<any>;
46
51
  TransformationMode: typeof TransformationMode;
@@ -75,6 +80,10 @@ declare const _default: import("vue").DefineComponent<{
75
80
  type: BooleanConstructor;
76
81
  default: boolean;
77
82
  };
83
+ showSnapping: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
78
87
  }>>, {
79
88
  altitudeModes: unknown[];
80
89
  allowedVectorProperties: unknown[];
@@ -82,6 +91,7 @@ declare const _default: import("vue").DefineComponent<{
82
91
  startOpenVectorProperties: boolean;
83
92
  showResetVectorProperties: boolean;
84
93
  showStyle: boolean;
94
+ showSnapping: boolean;
85
95
  }, {}>;
86
96
  export default _default;
87
97
  export type EditorManager = {
@@ -0,0 +1,64 @@
1
+ <script setup>
2
+ import { computed, defineModel, reactive } from 'vue';
3
+ import { snapTypes } from '@vcmap/core';
4
+ import VcsFormSection from '../section/VcsFormSection.vue';
5
+
6
+ const model = defineModel({
7
+ type: Array,
8
+ required: false,
9
+ default: () => snapTypes.slice(),
10
+ });
11
+
12
+ const keyIcons = {
13
+ orthogonal: 'mdi-angle-right',
14
+ parallel: 'mdi-math-norm',
15
+ vertex: 'mdi-square-outline',
16
+ edge: 'mdi-circle-outline',
17
+ };
18
+
19
+ function createToggleAction(key) {
20
+ const keyComputed = computed({
21
+ get() {
22
+ return model.value.includes(key);
23
+ },
24
+ set(value) {
25
+ if (value && !keyComputed.value) {
26
+ model.value = [...model.value, key];
27
+ } else {
28
+ model.value = model.value.filter((i) => i !== key);
29
+ }
30
+ },
31
+ });
32
+
33
+ return reactive({
34
+ name: `toggele${key}`,
35
+ icon: keyIcons[key],
36
+ title: `components.editor.snapping.${key}Tooltip`,
37
+ active: keyComputed,
38
+ callback() {
39
+ keyComputed.value = !keyComputed.value;
40
+ },
41
+ });
42
+ }
43
+
44
+ const headerActions = [
45
+ createToggleAction('orthogonal'),
46
+ createToggleAction('parallel'),
47
+ createToggleAction('vertex'),
48
+ createToggleAction('edge'),
49
+ ];
50
+ </script>
51
+
52
+ <template>
53
+ <vcs-form-section
54
+ heading="components.editor.snapping.title"
55
+ :header-actions="headerActions"
56
+ :action-button-list-overflow-count="4"
57
+ >
58
+ <div class="px-1 py-1">
59
+ {{ $t('components.editor.snapping.help') }}
60
+ </div>
61
+ </vcs-form-section>
62
+ </template>
63
+
64
+ <style scoped lang="scss"></style>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -194,9 +194,13 @@ class ContentTreeCollection extends IndexedCollection {
194
194
  app.windowManager,
195
195
  vcsAppSymbol,
196
196
  );
197
+ const contentTreeActiveOnStartup = this._app.uiConfig.getByKey(
198
+ 'contentTreeActiveOnStartup',
199
+ );
197
200
  if (
198
201
  id === 'Content' &&
199
- this._app.uiConfig.getByKey('contentTreeActiveOnStartup')?.value
202
+ contentTreeActiveOnStartup?.value &&
203
+ contentTreeActiveOnStartup[moduleIdSymbol] !== this._app.dynamicModuleId
200
204
  ) {
201
205
  action.callback();
202
206
  }
@@ -17,6 +17,7 @@
17
17
  * @description An iframe component
18
18
  * @vue-prop {string} src - Specifies the address of the document to embed in the <iframe>
19
19
  * @vue-prop {string} [title] - optional title for the <iframe>
20
+ * @vue-prop {Object} [attributes] - Not used, defined because of attrs inheritance
20
21
  */
21
22
  export default {
22
23
  name: 'IframeComponent',
@@ -29,6 +30,13 @@
29
30
  type: String,
30
31
  default: undefined,
31
32
  },
33
+ /**
34
+ * define attributes prop to prevent passing on as $attrs
35
+ */
36
+ attributes: {
37
+ type: Object,
38
+ default: () => {},
39
+ },
32
40
  },
33
41
  setup(props, { attrs }) {
34
42
  const app = inject('vcsApp');
@@ -7,6 +7,13 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: StringConstructor;
8
8
  default: undefined;
9
9
  };
10
+ /**
11
+ * define attributes prop to prevent passing on as $attrs
12
+ */
13
+ attributes: {
14
+ type: ObjectConstructor;
15
+ default: () => void;
16
+ };
10
17
  }, {
11
18
  height: any;
12
19
  width: any;
@@ -19,7 +26,15 @@ declare const _default: import("vue").DefineComponent<{
19
26
  type: StringConstructor;
20
27
  default: undefined;
21
28
  };
29
+ /**
30
+ * define attributes prop to prevent passing on as $attrs
31
+ */
32
+ attributes: {
33
+ type: ObjectConstructor;
34
+ default: () => void;
35
+ };
22
36
  }>>, {
23
37
  title: string;
38
+ attributes: Record<string, any>;
24
39
  }, {}>;
25
40
  export default _default;
package/src/i18n/de.d.ts CHANGED
@@ -355,6 +355,16 @@ declare namespace messages {
355
355
  export let modifyHeader: string;
356
356
  export let modifyInfo: string;
357
357
  export let styleHeader: string;
358
+ export namespace snapping {
359
+ let title_12: string;
360
+ export { title_12 as title };
361
+ let help_1: string;
362
+ export { help_1 as help };
363
+ export let orthogonalTooltip: string;
364
+ export let parallelTooltip: string;
365
+ export let vertexTooltip: string;
366
+ export let edgeTooltip: string;
367
+ }
358
368
  }
359
369
  export namespace vectorProperties {
360
370
  let header_1: string;
@@ -390,7 +400,7 @@ declare namespace messages {
390
400
  export let extrudedHeight: string;
391
401
  export let skirt: string;
392
402
  export let modelScale: string;
393
- export namespace help_1 {
403
+ export namespace help_2 {
394
404
  let clampToGround_1: string;
395
405
  export { clampToGround_1 as clampToGround };
396
406
  let clampToTerrain_1: string;
@@ -406,7 +416,7 @@ declare namespace messages {
406
416
  let relativeTo3DTiles_1: string;
407
417
  export { relativeTo3DTiles_1 as relativeTo3DTiles };
408
418
  }
409
- export { help_1 as help };
419
+ export { help_2 as help };
410
420
  }
411
421
  export namespace validation {
412
422
  let allowedRange: string;
@@ -415,14 +425,14 @@ declare namespace messages {
415
425
  }
416
426
  }
417
427
  export namespace settings {
418
- let title_12: string;
419
- export { title_12 as title };
428
+ let title_13: string;
429
+ export { title_13 as title };
420
430
  let tooltip_3: string;
421
431
  export { tooltip_3 as tooltip };
422
432
  export let languageSelector: string;
423
433
  export namespace displayQuality {
424
- let title_13: string;
425
- export { title_13 as title };
434
+ let title_14: string;
435
+ export { title_14 as title };
426
436
  export namespace level {
427
437
  let low: string;
428
438
  let medium: string;
@@ -430,26 +440,26 @@ declare namespace messages {
430
440
  }
431
441
  }
432
442
  export namespace theme {
433
- let title_14: string;
434
- export { title_14 as title };
443
+ let title_15: string;
444
+ export { title_15 as title };
435
445
  export let dark: string;
436
446
  export let light: string;
437
447
  }
438
448
  }
439
- export namespace help_2 {
440
- let title_15: string;
441
- export { title_15 as title };
449
+ export namespace help_3 {
450
+ let title_16: string;
451
+ export { title_16 as title };
442
452
  let tooltip_4: string;
443
453
  export { tooltip_4 as tooltip };
444
454
  }
445
- export { help_2 as help };
455
+ export { help_3 as help };
446
456
  export namespace featureInfo {
447
457
  let activateToolTitle: string;
448
458
  let deactivateToolTitle: string;
449
459
  }
450
460
  export namespace legend {
451
- let title_16: string;
452
- export { title_16 as title };
461
+ let title_17: string;
462
+ export { title_17 as title };
453
463
  let tooltip_5: string;
454
464
  export { tooltip_5 as tooltip };
455
465
  let empty_2: string;
@@ -458,8 +468,8 @@ declare namespace messages {
458
468
  export let defaultLabelText: string;
459
469
  }
460
470
  export namespace search_1 {
461
- let title_17: string;
462
- export { title_17 as title };
471
+ let title_18: string;
472
+ export { title_18 as title };
463
473
  let tooltip_6: string;
464
474
  export { tooltip_6 as tooltip };
465
475
  export let select: string;
@@ -470,38 +480,38 @@ declare namespace messages {
470
480
  }
471
481
  export { search_1 as search };
472
482
  export namespace toolbox {
473
- let title_18: string;
474
- export { title_18 as title };
483
+ let title_19: string;
484
+ export { title_19 as title };
475
485
  let flight_1: string;
476
486
  export { flight_1 as flight };
477
487
  export let miscellaneous: string;
478
488
  }
479
489
  export namespace footer {
480
- let title_19: string;
481
- export { title_19 as title };
490
+ let title_20: string;
491
+ export { title_20 as title };
482
492
  export namespace attributions {
483
- let title_20: string;
484
- export { title_20 as title };
493
+ let title_21: string;
494
+ export { title_21 as title };
485
495
  let tooltip_7: string;
486
496
  export { tooltip_7 as tooltip };
487
497
  let empty_3: string;
488
498
  export { empty_3 as empty };
489
499
  }
490
500
  export namespace imprint {
491
- let title_21: string;
492
- export { title_21 as title };
501
+ let title_22: string;
502
+ export { title_22 as title };
493
503
  let tooltip_8: string;
494
504
  export { tooltip_8 as tooltip };
495
505
  }
496
506
  export namespace dataProtection {
497
- let title_22: string;
498
- export { title_22 as title };
507
+ let title_23: string;
508
+ export { title_23 as title };
499
509
  let tooltip_9: string;
500
510
  export { tooltip_9 as tooltip };
501
511
  }
502
512
  export namespace positionDisplay {
503
- let title_23: string;
504
- export { title_23 as title };
513
+ let title_24: string;
514
+ export { title_24 as title };
505
515
  let projection_2: string;
506
516
  export { projection_2 as projection };
507
517
  }
package/src/i18n/de.js CHANGED
@@ -237,6 +237,14 @@ const messages = {
237
237
  modifyInfo:
238
238
  'Klicke die Symbole in der Überschrift um die selektierten Geometrien zu editieren.',
239
239
  styleHeader: 'Stil',
240
+ snapping: {
241
+ title: 'Fang',
242
+ help: 'Durch STRG gedrückt halten lässt sich der Fang temporär unterdrücken.',
243
+ orthogonalTooltip: 'Orthogonaler Fang auf horizontale Kanten.',
244
+ parallelTooltip: 'Paralleler Fang auf horizontale Kanten.',
245
+ vertexTooltip: 'Fang auf gezeichnete Stützpunkte.',
246
+ edgeTooltip: 'Fang auf gezeichnete Kanten.',
247
+ },
240
248
  },
241
249
  vectorProperties: {
242
250
  header: 'Vektor Eigenschaften',
package/src/i18n/en.d.ts CHANGED
@@ -355,6 +355,16 @@ declare namespace messages {
355
355
  export let modifyHeader: string;
356
356
  export let modifyInfo: string;
357
357
  export let styleHeader: string;
358
+ export namespace snapping {
359
+ let title_12: string;
360
+ export { title_12 as title };
361
+ let help_1: string;
362
+ export { help_1 as help };
363
+ export let orthogonalTooltip: string;
364
+ export let parallelTooltip: string;
365
+ export let vertexTooltip: string;
366
+ export let edgeTooltip: string;
367
+ }
358
368
  }
359
369
  export namespace vectorProperties {
360
370
  let header_1: string;
@@ -390,7 +400,7 @@ declare namespace messages {
390
400
  export let extrudedHeight: string;
391
401
  export let skirt: string;
392
402
  export let modelScale: string;
393
- export namespace help_1 {
403
+ export namespace help_2 {
394
404
  let clampToGround_1: string;
395
405
  export { clampToGround_1 as clampToGround };
396
406
  let clampToTerrain_1: string;
@@ -406,7 +416,7 @@ declare namespace messages {
406
416
  let relativeTo3DTiles_1: string;
407
417
  export { relativeTo3DTiles_1 as relativeTo3DTiles };
408
418
  }
409
- export { help_1 as help };
419
+ export { help_2 as help };
410
420
  }
411
421
  export namespace validation {
412
422
  let allowedRange: string;
@@ -415,14 +425,14 @@ declare namespace messages {
415
425
  }
416
426
  }
417
427
  export namespace settings {
418
- let title_12: string;
419
- export { title_12 as title };
428
+ let title_13: string;
429
+ export { title_13 as title };
420
430
  let tooltip_3: string;
421
431
  export { tooltip_3 as tooltip };
422
432
  export let languageSelector: string;
423
433
  export namespace displayQuality {
424
- let title_13: string;
425
- export { title_13 as title };
434
+ let title_14: string;
435
+ export { title_14 as title };
426
436
  export namespace level {
427
437
  let low: string;
428
438
  let medium: string;
@@ -430,26 +440,26 @@ declare namespace messages {
430
440
  }
431
441
  }
432
442
  export namespace theme {
433
- let title_14: string;
434
- export { title_14 as title };
443
+ let title_15: string;
444
+ export { title_15 as title };
435
445
  export let dark: string;
436
446
  export let light: string;
437
447
  }
438
448
  }
439
- export namespace help_2 {
440
- let title_15: string;
441
- export { title_15 as title };
449
+ export namespace help_3 {
450
+ let title_16: string;
451
+ export { title_16 as title };
442
452
  let tooltip_4: string;
443
453
  export { tooltip_4 as tooltip };
444
454
  }
445
- export { help_2 as help };
455
+ export { help_3 as help };
446
456
  export namespace featureInfo {
447
457
  let activateToolTitle: string;
448
458
  let deactivateToolTitle: string;
449
459
  }
450
460
  export namespace legend {
451
- let title_16: string;
452
- export { title_16 as title };
461
+ let title_17: string;
462
+ export { title_17 as title };
453
463
  let tooltip_5: string;
454
464
  export { tooltip_5 as tooltip };
455
465
  let empty_2: string;
@@ -458,8 +468,8 @@ declare namespace messages {
458
468
  export let defaultLabelText: string;
459
469
  }
460
470
  export namespace search_1 {
461
- let title_17: string;
462
- export { title_17 as title };
471
+ let title_18: string;
472
+ export { title_18 as title };
463
473
  let tooltip_6: string;
464
474
  export { tooltip_6 as tooltip };
465
475
  export let select: string;
@@ -470,38 +480,38 @@ declare namespace messages {
470
480
  }
471
481
  export { search_1 as search };
472
482
  export namespace toolbox {
473
- let title_18: string;
474
- export { title_18 as title };
483
+ let title_19: string;
484
+ export { title_19 as title };
475
485
  let flight_1: string;
476
486
  export { flight_1 as flight };
477
487
  export let miscellaneous: string;
478
488
  }
479
489
  export namespace footer {
480
- let title_19: string;
481
- export { title_19 as title };
490
+ let title_20: string;
491
+ export { title_20 as title };
482
492
  export namespace attributions {
483
- let title_20: string;
484
- export { title_20 as title };
493
+ let title_21: string;
494
+ export { title_21 as title };
485
495
  let tooltip_7: string;
486
496
  export { tooltip_7 as tooltip };
487
497
  let empty_3: string;
488
498
  export { empty_3 as empty };
489
499
  }
490
500
  export namespace imprint {
491
- let title_21: string;
492
- export { title_21 as title };
501
+ let title_22: string;
502
+ export { title_22 as title };
493
503
  let tooltip_8: string;
494
504
  export { tooltip_8 as tooltip };
495
505
  }
496
506
  export namespace dataProtection {
497
- let title_22: string;
498
- export { title_22 as title };
507
+ let title_23: string;
508
+ export { title_23 as title };
499
509
  let tooltip_9: string;
500
510
  export { tooltip_9 as tooltip };
501
511
  }
502
512
  export namespace positionDisplay {
503
- let title_23: string;
504
- export { title_23 as title };
513
+ let title_24: string;
514
+ export { title_24 as title };
505
515
  let projection_2: string;
506
516
  export { projection_2 as projection };
507
517
  }