@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.
Files changed (147) hide show
  1. package/build/buildHelpers.js +1 -1
  2. package/config/base.config.json +3 -1
  3. package/config/dev.config.json +1 -3
  4. package/config/www.config.json +1 -3
  5. package/dist/assets/{cesium-2afc3568.js → cesium-a21a380a.js} +4672 -4704
  6. package/dist/assets/cesium.js +1 -1
  7. package/dist/assets/{core-3fd82bc2.js → core-ccecb5f4.js} +4953 -4782
  8. package/dist/assets/core.js +1 -1
  9. package/dist/assets/{ol-edf7bfb3.js → ol-3c6b9b5b.js} +12074 -11458
  10. package/dist/assets/ol.js +1 -1
  11. package/dist/assets/ui-8a8aef2a.css +1 -0
  12. package/dist/assets/{ui-c6eb55a5.js → ui-8a8aef2a.js} +6906 -6784
  13. package/dist/assets/ui.js +1 -1
  14. package/dist/assets/vue.js +1 -1
  15. package/dist/assets/{vuetify-c3b6c9b3.css → vuetify-ac50bfc8.css} +1 -1
  16. package/dist/assets/{vuetify-c3b6c9b3.js → vuetify-ac50bfc8.js} +4795 -4779
  17. package/dist/assets/vuetify.js +1 -1
  18. package/index.d.ts +2 -0
  19. package/index.js +1 -0
  20. package/lib/olLib.js +6 -0
  21. package/package.json +4 -4
  22. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +5 -2
  23. package/plugins/@vcmap-show-case/plugin-editors/src/PluginEditors.vue +3 -4
  24. package/plugins/package.json +19 -3
  25. package/src/actions/StyleSelector.vue +1 -1
  26. package/src/application/VcsApp.vue +29 -1
  27. package/src/application/VcsApp.vue.d.ts +8 -1
  28. package/src/application/VcsAppWrapper.vue +1 -1
  29. package/src/application/VcsAttributions.vue +1 -1
  30. package/src/application/VcsAttributionsFooter.vue +3 -1
  31. package/src/application/VcsContainer.vue.d.ts +8 -1
  32. package/src/application/VcsMainMap.vue +1 -1
  33. package/src/application/VcsMap.vue +1 -0
  34. package/src/application/VcsNavbar.vue +1 -1
  35. package/src/application/VcsPositionDisplay.vue +3 -3
  36. package/src/application/VcsSettings.vue +1 -1
  37. package/src/application/VcsSplashScreen.vue +1 -0
  38. package/src/application/VcsTextPage.vue +1 -1
  39. package/src/application/VcsTextPageFooter.vue +3 -1
  40. package/src/components/buttons/VcsActionButtonList.vue +5 -1
  41. package/src/components/buttons/VcsButton.vue +5 -5
  42. package/src/components/buttons/VcsButton.vue.d.ts +1 -1
  43. package/src/components/buttons/VcsFormButton.vue +4 -4
  44. package/src/components/buttons/VcsFormButton.vue.d.ts +1 -1
  45. package/src/components/buttons/VcsToolButton.vue +4 -4
  46. package/src/components/buttons/VcsToolButton.vue.d.ts +1 -1
  47. package/src/components/composables.d.ts +2 -2
  48. package/src/components/composables.js +3 -5
  49. package/src/components/extent/VcsExtent.vue +1 -1
  50. package/src/components/extent/VcsExtentEditor.vue +1 -0
  51. package/src/components/flight/VcsFlightAnchorsComponent.vue +1 -0
  52. package/src/components/flight/VcsFlightComponent.vue +1 -1
  53. package/src/components/flight/VcsFlightEditor.vue +1 -0
  54. package/src/components/flight/VcsFlightPlayer.vue +1 -1
  55. package/src/components/form-inputs-controls/VcsCheckbox.vue +11 -5
  56. package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +10 -1
  57. package/src/components/form-inputs-controls/VcsFileInput.vue +2 -2
  58. package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +1 -1
  59. package/src/components/form-inputs-controls/VcsSelect.vue +2 -2
  60. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +1 -1
  61. package/src/components/form-inputs-controls/VcsSlider.vue +2 -2
  62. package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +1 -1
  63. package/src/components/form-inputs-controls/VcsTextArea.vue +2 -2
  64. package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +1 -1
  65. package/src/components/form-inputs-controls/VcsTextField.vue +3 -3
  66. package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +1 -1
  67. package/src/components/form-inputs-controls/VcsWizard.vue +3 -3
  68. package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +1 -1
  69. package/src/components/form-inputs-controls/VcsWizardStep.vue +3 -2
  70. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +1 -1
  71. package/src/components/form-output/VcsMarkdown.vue +1 -1
  72. package/src/components/import/VcsFileDrop.vue +1 -1
  73. package/src/components/import/VcsImportComponent.vue +1 -1
  74. package/src/components/lists/VcsList.vue +14 -10
  75. package/src/components/lists/VcsListItemComponent.vue +18 -12
  76. package/src/components/lists/VcsListItemComponent.vue.d.ts +9 -5
  77. package/src/components/lists/VcsTreeview.vue +2 -2
  78. package/src/components/lists/VcsTreeview.vue.d.ts +1 -1
  79. package/src/components/lists/VcsTreeviewSearchbar.vue +1 -1
  80. package/src/components/lists/VcsTreeviewTitle.vue +1 -1
  81. package/src/components/notification/VcsBadge.vue +2 -2
  82. package/src/components/notification/VcsHelp.vue +1 -1
  83. package/src/components/plugins/AbstractConfigEditor.vue +1 -1
  84. package/src/components/section/VcsExpansionPanel.vue +5 -1
  85. package/src/components/style/MenuWrapper.vue +1 -1
  86. package/src/components/style/VcsFeatureStyleComponent.vue +1 -0
  87. package/src/components/style/VcsFillMenu.vue +1 -0
  88. package/src/components/style/VcsFillSelector.vue +1 -0
  89. package/src/components/style/VcsImageMenu.vue +1 -0
  90. package/src/components/style/VcsImageSelector.vue +1 -1
  91. package/src/components/style/VcsStrokeMenu.vue +1 -0
  92. package/src/components/style/VcsStrokeSelector.vue +1 -1
  93. package/src/components/style/VcsTextMenu.vue +1 -0
  94. package/src/components/style/VcsTextSelector.vue +1 -1
  95. package/src/components/style/VcsVectorStyleComponent.vue +1 -1
  96. package/src/components/tables/VcsDataTable.vue +3 -3
  97. package/src/components/tables/VcsDataTable.vue.d.ts +1 -1
  98. package/src/components/tables/VcsTable.vue +1 -0
  99. package/src/components/tables/VcsTableCell.vue +1 -1
  100. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +1 -1
  101. package/src/components/vector-properties/VcsFeatureTransforms.vue +1 -1
  102. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +1 -0
  103. package/src/components/viewpoint/VcsViewpointComponent.vue +1 -1
  104. package/src/components/viewpoint/VcsViewpointEditor.vue +1 -0
  105. package/src/contentTree/LayerTree.vue +1 -1
  106. package/src/contentTree/obliqueCollectionContentTreeItem.js +6 -1
  107. package/src/featureInfo/AddressBalloonComponent.vue +1 -1
  108. package/src/featureInfo/BalloonComponent.vue +1 -1
  109. package/src/featureInfo/IframeComponent.vue +6 -1
  110. package/src/featureInfo/MarkdownBalloonComponent.vue +1 -1
  111. package/src/featureInfo/abstractFeatureInfoView.js +3 -2
  112. package/src/i18n/de.d.ts +35 -30
  113. package/src/i18n/de.js +5 -0
  114. package/src/i18n/en.d.ts +35 -30
  115. package/src/i18n/en.js +5 -0
  116. package/src/legend/StyleLegendItem.vue +1 -1
  117. package/src/legend/VcsLegend.vue +1 -1
  118. package/src/manager/collectionManager/CollectionComponent.vue +1 -0
  119. package/src/manager/collectionManager/collectionComponentClass.js +5 -1
  120. package/src/manager/contextMenu/ContextMenuComponent.vue +1 -1
  121. package/src/manager/panel/PanelManagerComponent.vue +2 -2
  122. package/src/manager/toolbox/GroupToolboxComponent.vue +2 -2
  123. package/src/manager/toolbox/SelectToolboxComponent.vue +2 -2
  124. package/src/manager/toolbox/ToolboxManagerComponent.vue +13 -2
  125. package/src/manager/window/WindowComponent.vue +1 -1
  126. package/src/manager/window/WindowManager.vue +4 -1
  127. package/src/manager/window/windowManager.d.ts +59 -3
  128. package/src/manager/window/windowManager.js +23 -2
  129. package/src/navigation/MapNavigation.vue +4 -1
  130. package/src/navigation/ObliqueRotation.vue +2 -2
  131. package/src/navigation/OrientationToolsButton.vue +1 -1
  132. package/src/navigation/TiltSlider.vue +1 -0
  133. package/src/navigation/VcsCompass.vue +1 -1
  134. package/src/navigation/VcsZoomButton.vue +1 -1
  135. package/src/notifier/NotifierComponent.vue +1 -1
  136. package/src/obliqueFallbackWarnings.d.ts +5 -0
  137. package/src/obliqueFallbackWarnings.js +54 -0
  138. package/src/search/ResultItem.vue +1 -1
  139. package/src/search/ResultsComponent.vue +1 -1
  140. package/src/search/SearchComponent.vue +3 -1
  141. package/src/uiConfig.d.ts +16 -4
  142. package/src/uiConfig.js +3 -2
  143. package/src/vcsUiApp.d.ts +43 -17
  144. package/src/vcsUiApp.js +17 -11
  145. package/src/vuePlugins/i18n.js +1 -0
  146. package/dist/assets/ui-c6eb55a5.css +0 -1
  147. /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 { useForwardSlots } from '../composables.js';
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 = useForwardSlots(slots, [
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: import("vue").ComputedRef<string[]>;
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;
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <VcsDataTable
3
+ class="vcs-table"
3
4
  v-bind="$attrs"
4
5
  :items="items"
5
6
  :headers="[keyHeader, valueHeader]"
@@ -37,7 +37,7 @@
37
37
  </script>
38
38
 
39
39
  <template>
40
- <td ref="td" :style="{ 'max-width': width }">
40
+ <td ref="td" :style="{ 'max-width': width }" class="vcs-table-cell">
41
41
  <component
42
42
  :is="tag"
43
43
  :class="{
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-feature-editing-window">
3
3
  <VcsFormSection
4
4
  v-if="session?.type === SessionType.SELECT"
5
5
  heading="components.editor.modifyHeader"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-feature-transforms">
3
3
  <v-container class="pl-0 pr-1 py-1">
4
4
  <v-row
5
5
  no-gutters
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <VcsFormSection
3
+ class="vcs-vector-properties-component"
3
4
  :heading="$attrs.heading || 'components.vectorProperties.header'"
4
5
  :expandable="expandable"
5
6
  :start-open="startOpen"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-viewpoint-component">
3
3
  <VcsFormSection
4
4
  heading="components.viewpoint.general"
5
5
  :expandable="expandable"
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <AbstractConfigEditor
3
+ class="vcs-viewpoint-editor"
3
4
  @submit="apply"
4
5
  @cancel="cancel"
5
6
  @reset="reset"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div>
2
+ <div class="layer-tree">
3
3
  <VcsTreeview
4
4
  v-if="tree && tree.length"
5
5
  :items="tree"
@@ -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
- executeCallbacks(this._app, this._onActivate);
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);
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <BalloonComponent v-bind="{ ...$attrs }">
2
+ <BalloonComponent v-bind="{ ...$attrs }" class="address-balloon-component">
3
3
  <template #default="{ attrs }">
4
4
  <v-list-item
5
5
  lines="two"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-card class="mx-auto elevation-0" v-if="position">
2
+ <v-card class="mx-auto elevation-0 balloon-component" v-if="position">
3
3
  <slot name="balloon-header" :attrs="{ ...$props, ...$attrs }">
4
4
  <v-list-item class="px-1">
5
5
  <template #prepend="prependScope">
@@ -1,5 +1,10 @@
1
1
  <template>
2
- <iframe :src="src" :title="title" :style="{ height, width }" />
2
+ <iframe
3
+ :src="src"
4
+ :title="title"
5
+ :style="{ height, width }"
6
+ class="iframe-component"
7
+ />
3
8
  </template>
4
9
  <script>
5
10
  import { inject } from 'vue';
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <BalloonComponent v-bind="{ ...$attrs }">
2
+ <BalloonComponent v-bind="{ ...$attrs }" class="markdown-balloon-component">
3
3
  <VcsMarkdown :content="content" />
4
4
  </BalloonComponent>
5
5
  </template>
@@ -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
- ...this.getAttributes(featureInfo.feature),
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: this.getProperties(featureInfo, layer),
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 title_5: string;
162
- export { title_5 as title };
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 title_6: string;
240
- export { title_6 as title };
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 title_7: string;
274
- export { title_7 as title };
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 title_8: string;
300
- export { title_8 as title };
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 title_9: string;
375
- export { title_9 as title };
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 title_10: string;
381
- export { title_10 as title };
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 title_11: string;
390
- export { title_11 as title };
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 title_12: string;
397
- export { title_12 as title };
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 title_13: string;
408
- export { title_13 as title };
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 title_14: string;
418
- export { title_14 as title };
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 title_15: string;
435
- export { title_15 as title };
439
+ let title_16: string;
440
+ export { title_16 as title };
436
441
  export namespace attributions {
437
- let title_16: string;
438
- export { title_16 as title };
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 title_17: string;
446
- export { title_17 as title };
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 title_18: string;
452
- export { title_18 as title };
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 title_19: string;
458
- export { title_19 as title };
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 title_5: string;
162
- export { title_5 as title };
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 title_6: string;
240
- export { title_6 as title };
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 title_7: string;
274
- export { title_7 as title };
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 title_8: string;
300
- export { title_8 as title };
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 title_9: string;
375
- export { title_9 as title };
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 title_10: string;
381
- export { title_10 as title };
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 title_11: string;
390
- export { title_11 as title };
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 title_12: string;
397
- export { title_12 as title };
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 title_13: string;
408
- export { title_13 as title };
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 title_14: string;
418
- export { title_14 as title };
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 title_15: string;
435
- export { title_15 as title };
439
+ let title_16: string;
440
+ export { title_16 as title };
436
441
  export namespace attributions {
437
- let title_16: string;
438
- export { title_16 as title };
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 title_17: string;
446
- export { title_17 as title };
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 title_18: string;
452
- export { title_18 as title };
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 title_19: string;
458
- export { title_19 as title };
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',
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-list>
2
+ <v-list class="style-legend-item">
3
3
  <v-row no-gutters>
4
4
  <v-col
5
5
  v-for="(row, idx) in item.rows"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <v-sheet class="overflow-y-auto">
2
+ <v-sheet class="overflow-y-auto vcs-legend">
3
3
  <v-expansion-panels
4
4
  variant="accordion"
5
5
  multiple
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <vcs-expansion-panel
3
+ class="collection-component"
3
4
  :heading="title"
4
5
  :header-actions="actions"
5
6
  :action-button-list-overflow-count="overflowCount"
@@ -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
- listItem.disabled = !mapNames.includes(mapCollection.activeMap.className);
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,5 +1,5 @@
1
1
  <template>
2
- <div @click.stop="close">
2
+ <div @click.stop="close" class="context-menu-component">
3
3
  <VcsActionList :actions="actions" :show-icon="true" />
4
4
  </div>
5
5
  </template>
@@ -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: 'VcsPanelManager',
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: 'ToolboxActionGroup',
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: 'ToolboxActionSelect',
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"