@vcmap/ui 6.0.0-rc.7 → 6.0.0-rc.9
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/build/buildHelpers.js +1 -1
- package/config/base.config.json +3 -1
- package/config/dev.config.json +1 -3
- package/config/www.config.json +1 -3
- package/dist/assets/{cesium-2afc3568.js → cesium-a21a380a.js} +4672 -4704
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-3fd82bc2.js → core-ccecb5f4.js} +4953 -4782
- package/dist/assets/core.js +1 -1
- package/dist/assets/{ol-edf7bfb3.js → ol-3c6b9b5b.js} +12074 -11458
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui-8a8aef2a.css +1 -0
- package/dist/assets/{ui-c6eb55a5.js → ui-8a8aef2a.js} +6906 -6784
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-c3b6c9b3.css → vuetify-ac50bfc8.css} +1 -1
- package/dist/assets/{vuetify-c3b6c9b3.js → vuetify-ac50bfc8.js} +4795 -4779
- package/dist/assets/vuetify.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/lib/olLib.js +6 -0
- package/package.json +4 -4
- package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +5 -2
- package/plugins/@vcmap-show-case/plugin-editors/src/PluginEditors.vue +3 -4
- package/plugins/package.json +19 -3
- package/src/actions/StyleSelector.vue +1 -1
- package/src/application/VcsApp.vue +29 -1
- package/src/application/VcsApp.vue.d.ts +8 -1
- package/src/application/VcsAppWrapper.vue +1 -1
- package/src/application/VcsAttributions.vue +1 -1
- package/src/application/VcsAttributionsFooter.vue +3 -1
- package/src/application/VcsContainer.vue.d.ts +8 -1
- package/src/application/VcsMainMap.vue +1 -1
- package/src/application/VcsMap.vue +1 -0
- package/src/application/VcsNavbar.vue +1 -1
- package/src/application/VcsPositionDisplay.vue +3 -3
- package/src/application/VcsSettings.vue +1 -1
- package/src/application/VcsSplashScreen.vue +1 -0
- package/src/application/VcsTextPage.vue +1 -1
- package/src/application/VcsTextPageFooter.vue +3 -1
- package/src/components/buttons/VcsActionButtonList.vue +5 -1
- package/src/components/buttons/VcsButton.vue +5 -5
- package/src/components/buttons/VcsButton.vue.d.ts +1 -1
- package/src/components/buttons/VcsFormButton.vue +4 -4
- package/src/components/buttons/VcsFormButton.vue.d.ts +1 -1
- package/src/components/buttons/VcsToolButton.vue +4 -4
- package/src/components/buttons/VcsToolButton.vue.d.ts +1 -1
- package/src/components/composables.d.ts +2 -2
- package/src/components/composables.js +3 -5
- package/src/components/extent/VcsExtent.vue +1 -1
- package/src/components/extent/VcsExtentEditor.vue +1 -0
- package/src/components/flight/VcsFlightAnchorsComponent.vue +1 -0
- package/src/components/flight/VcsFlightComponent.vue +1 -1
- package/src/components/flight/VcsFlightEditor.vue +1 -0
- package/src/components/flight/VcsFlightPlayer.vue +1 -1
- package/src/components/form-inputs-controls/VcsCheckbox.vue +11 -5
- package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +10 -1
- package/src/components/form-inputs-controls/VcsFileInput.vue +2 -2
- package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsSelect.vue +2 -2
- package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsSlider.vue +2 -2
- package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsTextArea.vue +2 -2
- package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsTextField.vue +3 -3
- package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsWizard.vue +3 -3
- package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +1 -1
- package/src/components/form-inputs-controls/VcsWizardStep.vue +3 -2
- package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +1 -1
- package/src/components/form-output/VcsMarkdown.vue +1 -1
- package/src/components/import/VcsFileDrop.vue +1 -1
- package/src/components/import/VcsImportComponent.vue +1 -1
- package/src/components/lists/VcsList.vue +14 -10
- package/src/components/lists/VcsListItemComponent.vue +18 -12
- package/src/components/lists/VcsListItemComponent.vue.d.ts +9 -5
- package/src/components/lists/VcsTreeview.vue +2 -2
- package/src/components/lists/VcsTreeview.vue.d.ts +1 -1
- package/src/components/lists/VcsTreeviewSearchbar.vue +1 -1
- package/src/components/lists/VcsTreeviewTitle.vue +1 -1
- package/src/components/notification/VcsBadge.vue +2 -2
- package/src/components/notification/VcsHelp.vue +1 -1
- package/src/components/plugins/AbstractConfigEditor.vue +1 -1
- package/src/components/section/VcsExpansionPanel.vue +5 -1
- package/src/components/style/MenuWrapper.vue +1 -1
- package/src/components/style/VcsFeatureStyleComponent.vue +1 -0
- package/src/components/style/VcsFillMenu.vue +1 -0
- package/src/components/style/VcsFillSelector.vue +1 -0
- package/src/components/style/VcsImageMenu.vue +1 -0
- package/src/components/style/VcsImageSelector.vue +1 -1
- package/src/components/style/VcsStrokeMenu.vue +1 -0
- package/src/components/style/VcsStrokeSelector.vue +1 -1
- package/src/components/style/VcsTextMenu.vue +1 -0
- package/src/components/style/VcsTextSelector.vue +1 -1
- package/src/components/style/VcsVectorStyleComponent.vue +1 -1
- package/src/components/tables/VcsDataTable.vue +3 -3
- package/src/components/tables/VcsDataTable.vue.d.ts +1 -1
- package/src/components/tables/VcsTable.vue +1 -0
- package/src/components/tables/VcsTableCell.vue +1 -1
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +1 -1
- package/src/components/vector-properties/VcsFeatureTransforms.vue +1 -1
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +1 -0
- package/src/components/viewpoint/VcsViewpointComponent.vue +1 -1
- package/src/components/viewpoint/VcsViewpointEditor.vue +1 -0
- package/src/contentTree/LayerTree.vue +1 -1
- package/src/contentTree/obliqueCollectionContentTreeItem.js +6 -1
- package/src/featureInfo/AddressBalloonComponent.vue +1 -1
- package/src/featureInfo/BalloonComponent.vue +1 -1
- package/src/featureInfo/IframeComponent.vue +6 -1
- package/src/featureInfo/MarkdownBalloonComponent.vue +1 -1
- package/src/featureInfo/abstractFeatureInfoView.js +3 -2
- package/src/i18n/de.d.ts +35 -30
- package/src/i18n/de.js +5 -0
- package/src/i18n/en.d.ts +35 -30
- package/src/i18n/en.js +5 -0
- package/src/legend/StyleLegendItem.vue +1 -1
- package/src/legend/VcsLegend.vue +1 -1
- package/src/manager/collectionManager/CollectionComponent.vue +1 -0
- package/src/manager/collectionManager/collectionComponentClass.js +5 -1
- package/src/manager/contextMenu/ContextMenuComponent.vue +1 -1
- package/src/manager/panel/PanelManagerComponent.vue +2 -2
- package/src/manager/toolbox/GroupToolboxComponent.vue +2 -2
- package/src/manager/toolbox/SelectToolboxComponent.vue +2 -2
- package/src/manager/toolbox/ToolboxManagerComponent.vue +13 -2
- package/src/manager/window/WindowComponent.vue +1 -1
- package/src/manager/window/WindowManager.vue +4 -1
- package/src/manager/window/windowManager.d.ts +59 -3
- package/src/manager/window/windowManager.js +23 -2
- package/src/navigation/MapNavigation.vue +4 -1
- package/src/navigation/ObliqueRotation.vue +2 -2
- package/src/navigation/OrientationToolsButton.vue +1 -1
- package/src/navigation/TiltSlider.vue +1 -0
- package/src/navigation/VcsCompass.vue +1 -1
- package/src/navigation/VcsZoomButton.vue +1 -1
- package/src/notifier/NotifierComponent.vue +1 -1
- package/src/obliqueFallbackWarnings.d.ts +5 -0
- package/src/obliqueFallbackWarnings.js +54 -0
- package/src/search/ResultItem.vue +1 -1
- package/src/search/ResultsComponent.vue +1 -1
- package/src/search/SearchComponent.vue +3 -1
- package/src/uiConfig.d.ts +16 -4
- package/src/uiConfig.js +3 -2
- package/src/vcsUiApp.d.ts +43 -17
- package/src/vcsUiApp.js +17 -11
- package/src/vuePlugins/i18n.js +1 -0
- package/dist/assets/ui-c6eb55a5.css +0 -1
- /package/dist/assets/{vue-aefad438.js → vue-bcc58dd1.js} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<div>
|
2
|
+
<div class="vcs-data-table">
|
3
3
|
<VcsTreeviewSearchbar
|
4
4
|
v-if="showSearchbar"
|
5
5
|
:placeholder="$st(searchbarPlaceholder)"
|
@@ -133,7 +133,7 @@
|
|
133
133
|
import VcsTreeviewSearchbar from '../lists/VcsTreeviewSearchbar.vue';
|
134
134
|
import VcsButton from '../buttons/VcsButton.vue';
|
135
135
|
import VcsCheckbox from '../form-inputs-controls/VcsCheckbox.vue';
|
136
|
-
import {
|
136
|
+
import { getForwardSlots } from '../composables.js';
|
137
137
|
|
138
138
|
/**
|
139
139
|
* @typedef {Object} UpdateItemsEvent
|
@@ -363,7 +363,7 @@
|
|
363
363
|
props.serverItemsLength > itemsPerPageRef.value,
|
364
364
|
);
|
365
365
|
|
366
|
-
const forwardSlots =
|
366
|
+
const forwardSlots = getForwardSlots(slots, [
|
367
367
|
'prepend',
|
368
368
|
'default',
|
369
369
|
'append',
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
54
54
|
handleSearch: () => void;
|
55
55
|
translatedHeaders: ComputedRef<Object[]>;
|
56
56
|
showFooter: import("vue").ComputedRef<boolean>;
|
57
|
-
forwardSlots:
|
57
|
+
forwardSlots: string[];
|
58
58
|
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
59
59
|
headers: {
|
60
60
|
type: ArrayConstructor;
|
@@ -151,7 +151,12 @@ class ObliqueCollectionContentTreeItem extends VcsObjectContentTreeItem {
|
|
151
151
|
if (this.state === StateActionState.INACTIVE) {
|
152
152
|
this.state = StateActionState.LOADING;
|
153
153
|
await map.setCollection(this._collection, vp);
|
154
|
-
|
154
|
+
if (map.collection === this._collection) {
|
155
|
+
executeCallbacks(this._app, this._onActivate);
|
156
|
+
} else {
|
157
|
+
// failed to activate collection
|
158
|
+
this.state = StateActionState.INACTIVE;
|
159
|
+
}
|
155
160
|
} else if (this.state === StateActionState.ACTIVE) {
|
156
161
|
this.state = StateActionState.INACTIVE;
|
157
162
|
await map.setCollection(defaultCollection, vp);
|
@@ -430,15 +430,16 @@ class AbstractFeatureInfoView extends VcsObject {
|
|
430
430
|
* @returns {import("../manager/window/windowManager.js").WindowComponentOptions}
|
431
431
|
*/
|
432
432
|
getWindowComponentOptions(app, featureInfo, layer) {
|
433
|
+
const props = this.getProperties(featureInfo, layer);
|
433
434
|
return {
|
434
435
|
state: getWindowState(app, this.window.state, {
|
435
|
-
...
|
436
|
+
...props.attributes,
|
436
437
|
layerName: layer.properties?.title || layer.name,
|
437
438
|
}),
|
438
439
|
slot: this.window.slot ?? WindowSlot.DYNAMIC_RIGHT,
|
439
440
|
component: this.component,
|
440
441
|
position: this.window.position,
|
441
|
-
props
|
442
|
+
props,
|
442
443
|
};
|
443
444
|
}
|
444
445
|
|
package/src/i18n/de.d.ts
CHANGED
@@ -156,10 +156,15 @@ declare namespace messages {
|
|
156
156
|
let errorConnection: string;
|
157
157
|
let errorPosition: string;
|
158
158
|
}
|
159
|
+
namespace obliqueFallback {
|
160
|
+
export let message: string;
|
161
|
+
let title_5: string;
|
162
|
+
export { title_5 as title };
|
163
|
+
}
|
159
164
|
}
|
160
165
|
export namespace categoryManager {
|
161
|
-
let
|
162
|
-
export {
|
166
|
+
let title_6: string;
|
167
|
+
export { title_6 as title };
|
163
168
|
let tooltip_2: string;
|
164
169
|
export { tooltip_2 as tooltip };
|
165
170
|
}
|
@@ -236,8 +241,8 @@ declare namespace messages {
|
|
236
241
|
export let general: string;
|
237
242
|
let name_1: string;
|
238
243
|
export { name_1 as name };
|
239
|
-
let
|
240
|
-
export {
|
244
|
+
let title_7: string;
|
245
|
+
export { title_7 as title };
|
241
246
|
export let titlePlaceholder: string;
|
242
247
|
export let interpolation: string;
|
243
248
|
export let duration: string;
|
@@ -270,8 +275,8 @@ declare namespace messages {
|
|
270
275
|
export namespace viewpoint {
|
271
276
|
let name_4: string;
|
272
277
|
export { name_4 as name };
|
273
|
-
let
|
274
|
-
export {
|
278
|
+
let title_8: string;
|
279
|
+
export { title_8 as title };
|
275
280
|
let titlePlaceholder_1: string;
|
276
281
|
export { titlePlaceholder_1 as titlePlaceholder };
|
277
282
|
export let groundPosition: string;
|
@@ -296,8 +301,8 @@ declare namespace messages {
|
|
296
301
|
let outOfRange: string;
|
297
302
|
}
|
298
303
|
export namespace extent {
|
299
|
-
let
|
300
|
-
export {
|
304
|
+
let title_9: string;
|
305
|
+
export { title_9 as title };
|
301
306
|
export let projection: string;
|
302
307
|
export let min: string;
|
303
308
|
export let max: string;
|
@@ -371,14 +376,14 @@ declare namespace messages {
|
|
371
376
|
}
|
372
377
|
}
|
373
378
|
export namespace settings {
|
374
|
-
let
|
375
|
-
export {
|
379
|
+
let title_10: string;
|
380
|
+
export { title_10 as title };
|
376
381
|
let tooltip_3: string;
|
377
382
|
export { tooltip_3 as tooltip };
|
378
383
|
export let languageSelector: string;
|
379
384
|
export namespace displayQuality {
|
380
|
-
let
|
381
|
-
export {
|
385
|
+
let title_11: string;
|
386
|
+
export { title_11 as title };
|
382
387
|
export namespace level {
|
383
388
|
let low: string;
|
384
389
|
let medium: string;
|
@@ -386,15 +391,15 @@ declare namespace messages {
|
|
386
391
|
}
|
387
392
|
}
|
388
393
|
export namespace theme {
|
389
|
-
let
|
390
|
-
export {
|
394
|
+
let title_12: string;
|
395
|
+
export { title_12 as title };
|
391
396
|
export let dark: string;
|
392
397
|
export let light: string;
|
393
398
|
}
|
394
399
|
}
|
395
400
|
export namespace help_1 {
|
396
|
-
let
|
397
|
-
export {
|
401
|
+
let title_13: string;
|
402
|
+
export { title_13 as title };
|
398
403
|
let tooltip_4: string;
|
399
404
|
export { tooltip_4 as tooltip };
|
400
405
|
}
|
@@ -404,8 +409,8 @@ declare namespace messages {
|
|
404
409
|
let deactivateToolTitle: string;
|
405
410
|
}
|
406
411
|
export namespace legend {
|
407
|
-
let
|
408
|
-
export {
|
412
|
+
let title_14: string;
|
413
|
+
export { title_14 as title };
|
409
414
|
let tooltip_5: string;
|
410
415
|
export { tooltip_5 as tooltip };
|
411
416
|
let empty_2: string;
|
@@ -414,8 +419,8 @@ declare namespace messages {
|
|
414
419
|
export let defaultLabelText: string;
|
415
420
|
}
|
416
421
|
export namespace search_1 {
|
417
|
-
let
|
418
|
-
export {
|
422
|
+
let title_15: string;
|
423
|
+
export { title_15 as title };
|
419
424
|
let tooltip_6: string;
|
420
425
|
export { tooltip_6 as tooltip };
|
421
426
|
export let select: string;
|
@@ -431,31 +436,31 @@ declare namespace messages {
|
|
431
436
|
export let miscellaneous: string;
|
432
437
|
}
|
433
438
|
export namespace footer {
|
434
|
-
let
|
435
|
-
export {
|
439
|
+
let title_16: string;
|
440
|
+
export { title_16 as title };
|
436
441
|
export namespace attributions {
|
437
|
-
let
|
438
|
-
export {
|
442
|
+
let title_17: string;
|
443
|
+
export { title_17 as title };
|
439
444
|
let tooltip_7: string;
|
440
445
|
export { tooltip_7 as tooltip };
|
441
446
|
let empty_3: string;
|
442
447
|
export { empty_3 as empty };
|
443
448
|
}
|
444
449
|
export namespace imprint {
|
445
|
-
let
|
446
|
-
export {
|
450
|
+
let title_18: string;
|
451
|
+
export { title_18 as title };
|
447
452
|
let tooltip_8: string;
|
448
453
|
export { tooltip_8 as tooltip };
|
449
454
|
}
|
450
455
|
export namespace dataProtection {
|
451
|
-
let
|
452
|
-
export {
|
456
|
+
let title_19: string;
|
457
|
+
export { title_19 as title };
|
453
458
|
let tooltip_9: string;
|
454
459
|
export { tooltip_9 as tooltip };
|
455
460
|
}
|
456
461
|
export namespace positionDisplay {
|
457
|
-
let
|
458
|
-
export {
|
462
|
+
let title_20: string;
|
463
|
+
export { title_20 as title };
|
459
464
|
let projection_1: string;
|
460
465
|
export { projection_1 as projection };
|
461
466
|
}
|
package/src/i18n/de.js
CHANGED
@@ -58,6 +58,11 @@ const messages = {
|
|
58
58
|
'Während dem ermitteln Ihrer Position wurde die Verbindung verloren',
|
59
59
|
errorPosition: 'Ihre Position kann leider nicht erfasst werden',
|
60
60
|
},
|
61
|
+
obliqueFallback: {
|
62
|
+
message:
|
63
|
+
'Für die aktuelle Position liegen bei dem ausgewählten Datensatz keine Daten vor',
|
64
|
+
title: 'Fehlende Daten',
|
65
|
+
},
|
61
66
|
},
|
62
67
|
categoryManager: {
|
63
68
|
title: 'Mein Arbeitsbereich',
|
package/src/i18n/en.d.ts
CHANGED
@@ -156,10 +156,15 @@ declare namespace messages {
|
|
156
156
|
let errorConnection: string;
|
157
157
|
let errorPosition: string;
|
158
158
|
}
|
159
|
+
namespace obliqueFallback {
|
160
|
+
export let message: string;
|
161
|
+
let title_5: string;
|
162
|
+
export { title_5 as title };
|
163
|
+
}
|
159
164
|
}
|
160
165
|
export namespace categoryManager {
|
161
|
-
let
|
162
|
-
export {
|
166
|
+
let title_6: string;
|
167
|
+
export { title_6 as title };
|
163
168
|
let tooltip_2: string;
|
164
169
|
export { tooltip_2 as tooltip };
|
165
170
|
}
|
@@ -236,8 +241,8 @@ declare namespace messages {
|
|
236
241
|
export let general: string;
|
237
242
|
let name_1: string;
|
238
243
|
export { name_1 as name };
|
239
|
-
let
|
240
|
-
export {
|
244
|
+
let title_7: string;
|
245
|
+
export { title_7 as title };
|
241
246
|
export let titlePlaceholder: string;
|
242
247
|
export let interpolation: string;
|
243
248
|
export let duration: string;
|
@@ -270,8 +275,8 @@ declare namespace messages {
|
|
270
275
|
export namespace viewpoint {
|
271
276
|
let name_4: string;
|
272
277
|
export { name_4 as name };
|
273
|
-
let
|
274
|
-
export {
|
278
|
+
let title_8: string;
|
279
|
+
export { title_8 as title };
|
275
280
|
let titlePlaceholder_1: string;
|
276
281
|
export { titlePlaceholder_1 as titlePlaceholder };
|
277
282
|
export let groundPosition: string;
|
@@ -296,8 +301,8 @@ declare namespace messages {
|
|
296
301
|
let outOfRange: string;
|
297
302
|
}
|
298
303
|
export namespace extent {
|
299
|
-
let
|
300
|
-
export {
|
304
|
+
let title_9: string;
|
305
|
+
export { title_9 as title };
|
301
306
|
export let projection: string;
|
302
307
|
export let min: string;
|
303
308
|
export let max: string;
|
@@ -371,14 +376,14 @@ declare namespace messages {
|
|
371
376
|
}
|
372
377
|
}
|
373
378
|
export namespace settings {
|
374
|
-
let
|
375
|
-
export {
|
379
|
+
let title_10: string;
|
380
|
+
export { title_10 as title };
|
376
381
|
let tooltip_3: string;
|
377
382
|
export { tooltip_3 as tooltip };
|
378
383
|
export let languageSelector: string;
|
379
384
|
export namespace displayQuality {
|
380
|
-
let
|
381
|
-
export {
|
385
|
+
let title_11: string;
|
386
|
+
export { title_11 as title };
|
382
387
|
export namespace level {
|
383
388
|
let low: string;
|
384
389
|
let medium: string;
|
@@ -386,15 +391,15 @@ declare namespace messages {
|
|
386
391
|
}
|
387
392
|
}
|
388
393
|
export namespace theme {
|
389
|
-
let
|
390
|
-
export {
|
394
|
+
let title_12: string;
|
395
|
+
export { title_12 as title };
|
391
396
|
export let dark: string;
|
392
397
|
export let light: string;
|
393
398
|
}
|
394
399
|
}
|
395
400
|
export namespace help_1 {
|
396
|
-
let
|
397
|
-
export {
|
401
|
+
let title_13: string;
|
402
|
+
export { title_13 as title };
|
398
403
|
let tooltip_4: string;
|
399
404
|
export { tooltip_4 as tooltip };
|
400
405
|
}
|
@@ -404,8 +409,8 @@ declare namespace messages {
|
|
404
409
|
let deactivateToolTitle: string;
|
405
410
|
}
|
406
411
|
export namespace legend {
|
407
|
-
let
|
408
|
-
export {
|
412
|
+
let title_14: string;
|
413
|
+
export { title_14 as title };
|
409
414
|
let tooltip_5: string;
|
410
415
|
export { tooltip_5 as tooltip };
|
411
416
|
let empty_2: string;
|
@@ -414,8 +419,8 @@ declare namespace messages {
|
|
414
419
|
export let defaultLabelText: string;
|
415
420
|
}
|
416
421
|
export namespace search_1 {
|
417
|
-
let
|
418
|
-
export {
|
422
|
+
let title_15: string;
|
423
|
+
export { title_15 as title };
|
419
424
|
let tooltip_6: string;
|
420
425
|
export { tooltip_6 as tooltip };
|
421
426
|
export let select: string;
|
@@ -431,31 +436,31 @@ declare namespace messages {
|
|
431
436
|
export let miscellaneous: string;
|
432
437
|
}
|
433
438
|
export namespace footer {
|
434
|
-
let
|
435
|
-
export {
|
439
|
+
let title_16: string;
|
440
|
+
export { title_16 as title };
|
436
441
|
export namespace attributions {
|
437
|
-
let
|
438
|
-
export {
|
442
|
+
let title_17: string;
|
443
|
+
export { title_17 as title };
|
439
444
|
let tooltip_7: string;
|
440
445
|
export { tooltip_7 as tooltip };
|
441
446
|
let empty_3: string;
|
442
447
|
export { empty_3 as empty };
|
443
448
|
}
|
444
449
|
export namespace imprint {
|
445
|
-
let
|
446
|
-
export {
|
450
|
+
let title_18: string;
|
451
|
+
export { title_18 as title };
|
447
452
|
let tooltip_8: string;
|
448
453
|
export { tooltip_8 as tooltip };
|
449
454
|
}
|
450
455
|
export namespace dataProtection {
|
451
|
-
let
|
452
|
-
export {
|
456
|
+
let title_19: string;
|
457
|
+
export { title_19 as title };
|
453
458
|
let tooltip_9: string;
|
454
459
|
export { tooltip_9 as tooltip };
|
455
460
|
}
|
456
461
|
export namespace positionDisplay {
|
457
|
-
let
|
458
|
-
export {
|
462
|
+
let title_20: string;
|
463
|
+
export { title_20 as title };
|
459
464
|
let projection_1: string;
|
460
465
|
export { projection_1 as projection };
|
461
466
|
}
|
package/src/i18n/en.js
CHANGED
@@ -58,6 +58,11 @@ const messages = {
|
|
58
58
|
'The connection was lost while your position was being determined',
|
59
59
|
errorPosition: 'Unfortunately, your position cannot be recorded',
|
60
60
|
},
|
61
|
+
obliqueFallback: {
|
62
|
+
message:
|
63
|
+
'There is no data for the current position and selected data set.',
|
64
|
+
title: 'Missing Data',
|
65
|
+
},
|
61
66
|
},
|
62
67
|
categoryManager: {
|
63
68
|
title: 'My Workspace',
|
package/src/legend/VcsLegend.vue
CHANGED
@@ -81,7 +81,11 @@ export function createSupportedMapMappingFunction(
|
|
81
81
|
return (item, _c, listItem) => {
|
82
82
|
const mapNames =
|
83
83
|
typeof supportedMaps === 'function' ? supportedMaps(item) : supportedMaps;
|
84
|
-
|
84
|
+
if (mapCollection.activeMap) {
|
85
|
+
listItem.disabled = !mapNames.includes(mapCollection.activeMap.className);
|
86
|
+
} else {
|
87
|
+
listItem.disabled = true;
|
88
|
+
}
|
85
89
|
listItem.destroyFunctions.push(
|
86
90
|
mapCollection.mapActivated.addEventListener((map) => {
|
87
91
|
listItem.disabled = !mapNames.includes(map.className);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
|
-
class="vcs-panel-frame"
|
3
|
+
class="vcs-panel-frame panel-manager-component"
|
4
4
|
@mouseup="setResizing(undefined)"
|
5
5
|
@mouseleave="setResizing(undefined)"
|
6
6
|
ref="panelFrameRef"
|
@@ -85,7 +85,7 @@
|
|
85
85
|
* @description PanelManager rendering all Panels
|
86
86
|
*/
|
87
87
|
export default {
|
88
|
-
name: '
|
88
|
+
name: 'VcsPanelManagerComponent',
|
89
89
|
components: {
|
90
90
|
VcsMainMap,
|
91
91
|
PanelComponent,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<div v-if="orderedButtons.length > 0">
|
2
|
+
<div v-if="orderedButtons.length > 0" class="group-toolbox-component">
|
3
3
|
<v-menu
|
4
4
|
v-model="open"
|
5
5
|
@update:model-value="$emit('toggle', open)"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
* @vue-computed {boolean} hasActiveAction - Whether the group has an active action.
|
67
67
|
*/
|
68
68
|
export default {
|
69
|
-
name: '
|
69
|
+
name: 'GroupToolboxComponent',
|
70
70
|
components: {
|
71
71
|
VcsToolButton,
|
72
72
|
VMenu,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
3
|
v-if="group.action"
|
4
|
-
class="d-flex"
|
4
|
+
class="d-flex select-toolbox-component"
|
5
5
|
:class="{ 'vcs-toolbox-action-select-button--active': open }"
|
6
6
|
>
|
7
7
|
<VcsToolButton
|
@@ -75,7 +75,7 @@
|
|
75
75
|
* @vue-prop {SelectToolboxComponent} group - A toolbox group of type 'select'.
|
76
76
|
*/
|
77
77
|
export default {
|
78
|
-
name: '
|
78
|
+
name: 'SelectToolboxComponent',
|
79
79
|
components: {
|
80
80
|
VcsToolButton,
|
81
81
|
VMenu,
|
@@ -1,9 +1,10 @@
|
|
1
1
|
<template>
|
2
2
|
<v-toolbar
|
3
3
|
v-if="toolboxOpen && orderedGroups.length > 0 && mdAndUp"
|
4
|
-
class="vcs-toolbox mx-auto elevation-4 opacity-80"
|
4
|
+
class="vcs-toolbox mx-auto elevation-4 opacity-80 toolbox-manager-component"
|
5
5
|
:class="{
|
6
6
|
'rounded-b': !open,
|
7
|
+
'vcs-toolbox__secondary': !isDefaultToolbox,
|
7
8
|
}"
|
8
9
|
:height="toolboxHeight"
|
9
10
|
:style="{ zIndex }"
|
@@ -32,7 +33,7 @@
|
|
32
33
|
:active="group.action.active"
|
33
34
|
:background="group.action.background"
|
34
35
|
:disabled="group.action.disabled"
|
35
|
-
@click="group.action.callback($event)"
|
36
|
+
@click.stop="group.action.callback($event)"
|
36
37
|
v-bind="{ ...$attrs }"
|
37
38
|
/>
|
38
39
|
</div>
|
@@ -41,6 +42,16 @@
|
|
41
42
|
</template>
|
42
43
|
|
43
44
|
<style lang="scss" scoped>
|
45
|
+
.vcs-toolbox__secondary {
|
46
|
+
&.vcs-toolbox.v-theme {
|
47
|
+
&--light {
|
48
|
+
background-color: rgba(var(--v-theme-primary-lighten-3));
|
49
|
+
}
|
50
|
+
&--dark {
|
51
|
+
background-color: rgba(var(--v-theme-primary-darken-4));
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
44
55
|
.vcs-toolbox {
|
45
56
|
margin-top: 2px;
|
46
57
|
width: fit-content;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<v-sheet
|
3
3
|
:id="`window-component--${windowState.id}`"
|
4
|
-
class="elevation-3 position-absolute d-flex flex-column"
|
4
|
+
class="elevation-3 position-absolute d-flex flex-column window-component"
|
5
5
|
v-bind="$attrs"
|
6
6
|
@dragstart="dragStart"
|
7
7
|
@dragend="dragEnd"
|