@vcmap/ui 6.0.5 → 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.
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-1bc1b594.js → core-782308d8.js} +2661 -2633
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-a7b9fa52.css → ui-81747831.css} +1 -1
- package/dist/assets/{ui-a7b9fa52.js → ui-81747831.js} +4803 -4690
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-b07f3508.js → vuetify-955fbcc9.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/flight/VcsFlightEditor.vue +1 -1
- 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-ad999c19.js → cesium-987bdd08.js} +0 -0
- /package/dist/assets/{ol-dda6607b.js → ol-16e4e2e6.js} +0 -0
- /package/dist/assets/{vue-1e953f19.js → vue-ba3401c2.js} +0 -0
- /package/dist/assets/{vuetify-b07f3508.css → vuetify-955fbcc9.css} +0 -0
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
|
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 {
|
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
|
419
|
-
export {
|
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
|
425
|
-
export {
|
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
|
434
|
-
export {
|
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
|
440
|
-
let
|
441
|
-
export {
|
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 {
|
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
|
452
|
-
export {
|
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
|
462
|
-
export {
|
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
|
474
|
-
export {
|
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
|
481
|
-
export {
|
490
|
+
let title_20: string;
|
491
|
+
export { title_20 as title };
|
482
492
|
export namespace attributions {
|
483
|
-
let
|
484
|
-
export {
|
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
|
492
|
-
export {
|
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
|
498
|
-
export {
|
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
|
504
|
-
export {
|
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/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
|