@vcmap/ui 5.3.2 → 6.0.0-rc.1
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/build.js +26 -4
- package/build/buildHelpers.js +6 -1
- package/build/buildTypes.js +18 -0
- package/build/commonViteConfig.js +7 -10
- package/build/generateOLLib.js +5 -1
- package/build/info/publish.js +2 -2
- package/build/lintTypes.js +5 -0
- package/build/staging/Dockerfile +1 -1
- package/config/base.config.json +5 -2
- package/config/dev.config.json +14 -10
- package/config/www.config.json +1 -1
- package/dist/assets/{cesium.a9cd10.js → cesium.6b12b4.js} +1654 -1692
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.5e0ca2.js → core.074b78.js} +2607 -2581
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-ca7EmZ3d.js +1 -0
- package/dist/assets/{ol.8edcc5.js → ol.8b2e3a.js} +19259 -19196
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.715986.css +1 -0
- package/dist/assets/ui.715986.js +34219 -0
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.0f2c53.js +6096 -0
- package/dist/assets/vue.js +1 -5
- package/dist/assets/vuetify.28d881.css +5 -0
- package/dist/assets/vuetify.28d881.js +24605 -0
- package/dist/assets/vuetify.js +1 -5
- package/dist/index.html +1 -2
- package/index.d.ts +25 -9
- package/index.js +11 -29
- package/lib/vue.js +0 -1
- package/lib/vuetify.js +1 -2
- package/lib/vuetifyLib.js +6 -0
- package/package.json +23 -14
- package/plugins/@vcmap-show-case/buttons-example/package.json +2 -2
- package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +57 -61
- package/plugins/@vcmap-show-case/buttons-example/src/index.js +1 -1
- package/plugins/@vcmap-show-case/category-tester/package.json +2 -2
- package/plugins/@vcmap-show-case/category-tester/src/CategoriesExample.vue +12 -6
- package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +4 -4
- package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +4 -4
- package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +11 -7
- package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +2 -2
- package/plugins/@vcmap-show-case/extent-example/README.md +1 -1
- package/plugins/@vcmap-show-case/extent-example/src/index.js +11 -20
- package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +122 -169
- package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +7 -8
- package/plugins/@vcmap-show-case/hello-world/src/helloWorld.vue +1 -1
- package/plugins/@vcmap-show-case/icons-example/src/AllIconsComponent.vue +1 -1
- package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +33 -4
- package/plugins/@vcmap-show-case/notifier-tester/src/NotifierTester.vue +4 -6
- package/plugins/@vcmap-show-case/panel-tester/src/PanelExample.vue +3 -4
- package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +3 -7
- package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +10 -16
- package/plugins/@vcmap-show-case/search-example/package.json +5 -0
- package/plugins/@vcmap-show-case/search-example/src/index.js +75 -0
- package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +99 -0
- package/plugins/@vcmap-show-case/simple-graph/src/SimpleGraphComponent.vue +1 -1
- package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +1 -1
- package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +32 -16
- package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +7 -1
- package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +3 -3
- package/plugins/@vcmap-show-case/theme-changer/src/index.js +2 -2
- package/plugins/@vcmap-show-case/toolbox-example/src/TriStateExampleWindow.vue +1 -1
- package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +1 -1
- package/plugins/@vcmap-show-case/viewpoint-component-example/src/ViewpointExample.vue +4 -4
- package/plugins/@vcmap-show-case/window-tester/src/BrokenWindow.vue +17 -0
- package/plugins/@vcmap-show-case/window-tester/src/EmptyComponent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +10 -0
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleContent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +1 -1
- package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +1 -1
- package/src/actions/StyleSelector.vue +4 -34
- package/src/actions/StyleSelector.vue.d.ts +6 -4
- package/src/actions/actionHelper.js +6 -6
- package/src/actions/extentActions.d.ts +1 -2
- package/src/actions/extentActions.js +19 -8
- package/src/actions/flightActions.js +8 -8
- package/src/actions/listActions.d.ts +2 -2
- package/src/actions/listActions.js +3 -3
- package/src/actions/stateRefAction.js +3 -3
- package/src/application/VcsApp.vue +19 -28
- package/src/application/VcsApp.vue.d.ts +6 -6
- package/src/application/VcsAppWrapper.vue +1 -1
- package/src/application/VcsAppWrapper.vue.d.ts +2 -2
- package/src/application/VcsAttributions.vue +14 -18
- package/src/application/VcsAttributions.vue.d.ts +7 -7
- package/src/application/VcsAttributionsFooter.vue +1 -1
- package/src/application/VcsAttributionsFooter.vue.d.ts +2 -2
- package/src/application/VcsContainer.vue +13 -7
- package/src/application/VcsContainer.vue.d.ts +3 -2
- package/src/application/VcsCustomScreen.vue +1 -1
- package/src/application/VcsCustomScreen.vue.d.ts +2 -2
- package/src/application/VcsMainMap.vue +4 -1
- package/src/application/VcsMainMap.vue.d.ts +1 -1
- package/src/application/VcsMap.vue +21 -23
- package/src/application/VcsMap.vue.d.ts +2 -2
- package/src/application/VcsNavbar.vue +60 -56
- package/src/application/VcsNavbar.vue.d.ts +11 -8
- package/src/application/VcsPositionDisplay.vue +33 -46
- package/src/application/VcsPositionDisplay.vue.d.ts +3 -3
- package/src/application/VcsSettings.vue +19 -7
- package/src/application/VcsSettings.vue.d.ts +2 -1
- package/src/application/VcsSplashScreen.vue +3 -3
- package/src/application/VcsSplashScreen.vue.d.ts +3 -3
- package/src/application/VcsTextPage.vue +2 -2
- package/src/application/VcsTextPage.vue.d.ts +4 -4
- package/src/application/VcsTextPageFooter.vue +4 -4
- package/src/application/VcsTextPageFooter.vue.d.ts +2 -2
- package/src/application/attributionsHelper.d.ts +2 -2
- package/src/application/attributionsHelper.js +9 -9
- package/src/components/ImageElementInjector.vue.d.ts +2 -2
- package/src/components/attrsHelpers.d.ts +5 -0
- package/src/components/attrsHelpers.js +14 -0
- package/src/components/buttons/VcsActionButtonList.vue +6 -23
- package/src/components/buttons/VcsActionButtonList.vue.d.ts +3 -12
- package/src/components/buttons/VcsButton.vue +79 -90
- package/src/components/buttons/VcsButton.vue.d.ts +17 -32
- package/src/components/buttons/VcsFormButton.vue +77 -125
- package/src/components/buttons/VcsFormButton.vue.d.ts +8 -41
- package/src/components/buttons/VcsToolButton.vue +91 -94
- package/src/components/buttons/VcsToolButton.vue.d.ts +18 -25
- package/src/components/composables.d.ts +14 -0
- package/src/components/composables.js +31 -0
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue +22 -18
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue.d.ts +10 -7
- package/src/components/extent/VcsExtentEditor.vue +79 -0
- package/src/components/extent/VcsExtentEditor.vue.d.ts +37 -0
- package/src/components/flight/VcsFlightAnchorsComponent.vue +7 -2
- package/src/components/flight/VcsFlightAnchorsComponent.vue.d.ts +6 -6
- package/src/components/flight/VcsFlightComponent.vue +2 -1
- package/src/components/flight/VcsFlightComponent.vue.d.ts +4 -4
- package/src/components/flight/VcsFlightEditor.vue.d.ts +2 -2
- package/src/components/flight/VcsFlightPlayer.vue +2 -3
- package/src/components/flight/VcsFlightPlayer.vue.d.ts +3 -3
- package/src/components/form-inputs-controls/VcsCheckbox.vue +56 -80
- package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +13 -4
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue +128 -117
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +17 -21
- package/src/components/form-inputs-controls/VcsCoordinate.vue +31 -41
- package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +10 -11
- package/src/components/form-inputs-controls/VcsDatePicker.vue +39 -72
- package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +75 -13
- package/src/components/form-inputs-controls/VcsFileInput.vue +100 -0
- package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +27 -0
- package/src/components/form-inputs-controls/VcsFormSection.vue +12 -12
- package/src/components/form-inputs-controls/VcsFormSection.vue.d.ts +6 -4
- package/src/components/form-inputs-controls/VcsLabel.vue +8 -28
- package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +2 -11
- package/src/components/form-inputs-controls/VcsRadio.vue +80 -104
- package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +35 -9
- package/src/components/form-inputs-controls/VcsSelect.vue +172 -153
- package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +36 -9
- package/src/components/form-inputs-controls/VcsSlider.vue +71 -52
- package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +6 -1
- package/src/components/form-inputs-controls/VcsTextArea.vue +126 -144
- package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +13 -10
- package/src/components/form-inputs-controls/VcsTextField.vue +95 -278
- package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +33 -32
- package/src/components/form-inputs-controls/VcsWizard.vue +71 -77
- package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +5 -5
- package/src/components/form-inputs-controls/VcsWizardStep.vue +14 -14
- package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +4 -4
- package/src/components/form-inputs-controls/vcsTextField.scss +78 -0
- package/src/components/form-output/VcsFormattedNumber.vue +20 -27
- package/src/components/form-output/VcsFormattedNumber.vue.d.ts +7 -24
- package/src/components/icons/+all.js +1 -1
- package/src/components/icons/2DAreaIcon.vue +1 -7
- package/src/components/icons/2DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/2DDistanceIcon.vue +1 -7
- package/src/components/icons/2DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/2DHeightObliqueIcon.vue.d.ts +1 -1
- package/src/components/icons/2DPointIcon.vue +0 -1
- package/src/components/icons/2DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/3DAreaIcon.vue +1 -7
- package/src/components/icons/3DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/3DDistanceIcon.vue +1 -7
- package/src/components/icons/3DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/3DHeightIcon.vue +1 -7
- package/src/components/icons/3DHeightIcon.vue.d.ts +1 -1
- package/src/components/icons/3DPointIcon.vue +0 -1
- package/src/components/icons/3DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/AngleIcon.vue +1 -6
- package/src/components/icons/AngleIcon.vue.d.ts +1 -1
- package/src/components/icons/AssociationsIcon.vue +1 -6
- package/src/components/icons/AssociationsIcon.vue.d.ts +1 -1
- package/src/components/icons/AxisIcon.vue.d.ts +1 -1
- package/src/components/icons/BoundingBoxIcon.vue +1 -6
- package/src/components/icons/BoundingBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxCheckedIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIcon.vue +1 -6
- package/src/components/icons/CheckboxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIndeterminateIcon.vue.d.ts +1 -1
- package/src/components/icons/CircleIcon.vue +1 -6
- package/src/components/icons/CircleIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingHorizontalIcon.vue +1 -6
- package/src/components/icons/ClippingHorizontalIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingIcon.vue +1 -6
- package/src/components/icons/ClippingIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingVerticalIcon.vue +1 -6
- package/src/components/icons/ClippingVerticalIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorPickerIcon.vue +1 -6
- package/src/components/icons/ColorPickerIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorSwatchIcon.vue +1 -7
- package/src/components/icons/ColorSwatchIcon.vue.d.ts +1 -1
- package/src/components/icons/CommentIcon.vue +1 -6
- package/src/components/icons/CommentIcon.vue.d.ts +1 -1
- package/src/components/icons/CompassIcon.vue +1 -13
- package/src/components/icons/CompassIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsIcon.vue +1 -6
- package/src/components/icons/ComponentsIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsPlusIcon.vue +0 -1
- package/src/components/icons/ComponentsPlusIcon.vue.d.ts +1 -1
- package/src/components/icons/ConeIcon.vue +1 -13
- package/src/components/icons/ConeIcon.vue.d.ts +1 -1
- package/src/components/icons/CrosshairIcon.vue +0 -2
- package/src/components/icons/CrosshairIcon.vue.d.ts +1 -1
- package/src/components/icons/DimensionsHouseIcon.vue +1 -7
- package/src/components/icons/DimensionsHouseIcon.vue.d.ts +1 -1
- package/src/components/icons/EditIcon.vue +1 -6
- package/src/components/icons/EditIcon.vue.d.ts +1 -1
- package/src/components/icons/EditVerticesIcon.vue +1 -6
- package/src/components/icons/EditVerticesIcon.vue.d.ts +1 -1
- package/src/components/icons/ElevationProfileIcon.vue +1 -6
- package/src/components/icons/ElevationProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportAreaIcon.vue +1 -6
- package/src/components/icons/ExportAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportFlightIcon.vue +1 -6
- package/src/components/icons/ExportFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportIcon.vue +1 -13
- package/src/components/icons/ExportIcon.vue.d.ts +1 -1
- package/src/components/icons/ExternalLinkIcon.vue +1 -6
- package/src/components/icons/ExternalLinkIcon.vue.d.ts +1 -1
- package/src/components/icons/EyeIcon.vue +1 -6
- package/src/components/icons/EyeIcon.vue.d.ts +1 -1
- package/src/components/icons/FastForwardIcon.vue +1 -6
- package/src/components/icons/FastForwardIcon.vue.d.ts +1 -1
- package/src/components/icons/FilterIcon.vue +1 -7
- package/src/components/icons/FilterIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobalTerrainIcon.vue +1 -6
- package/src/components/icons/GlobalTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobeNatureIcon.vue +1 -6
- package/src/components/icons/GlobeNatureIcon.vue.d.ts +1 -1
- package/src/components/icons/GroundIcon.vue +1 -6
- package/src/components/icons/GroundIcon.vue.d.ts +1 -1
- package/src/components/icons/HealthCareIndustriesIcon.vue +1 -6
- package/src/components/icons/HealthCareIndustriesIcon.vue.d.ts +1 -1
- package/src/components/icons/HelpIcon.vue +1 -6
- package/src/components/icons/HelpIcon.vue.d.ts +1 -1
- package/src/components/icons/HideIcon.vue +1 -6
- package/src/components/icons/HideIcon.vue.d.ts +1 -1
- package/src/components/icons/HomePointIcon.vue +1 -6
- package/src/components/icons/HomePointIcon.vue.d.ts +1 -1
- package/src/components/icons/HospitalsIcon.vue +1 -6
- package/src/components/icons/HospitalsIcon.vue.d.ts +1 -1
- package/src/components/icons/HouseIcon.vue +1 -6
- package/src/components/icons/HouseIcon.vue.d.ts +1 -1
- package/src/components/icons/ImportIcon.vue +1 -7
- package/src/components/icons/ImportIcon.vue.d.ts +1 -1
- package/src/components/icons/InfoIcon.vue +1 -6
- package/src/components/icons/InfoIcon.vue.d.ts +1 -1
- package/src/components/icons/KebabIcon.vue +1 -7
- package/src/components/icons/KebabIcon.vue.d.ts +1 -1
- package/src/components/icons/LabelIcon.vue +1 -13
- package/src/components/icons/LabelIcon.vue.d.ts +1 -1
- package/src/components/icons/LayersIcon.vue +1 -7
- package/src/components/icons/LayersIcon.vue.d.ts +1 -1
- package/src/components/icons/LegendIcon.vue +1 -6
- package/src/components/icons/LegendIcon.vue.d.ts +1 -1
- package/src/components/icons/LineIcon.vue +1 -13
- package/src/components/icons/LineIcon.vue.d.ts +1 -1
- package/src/components/icons/LinkIcon.vue +1 -6
- package/src/components/icons/LinkIcon.vue.d.ts +1 -1
- package/src/components/icons/LogoutIcon.vue +1 -6
- package/src/components/icons/LogoutIcon.vue.d.ts +1 -1
- package/src/components/icons/MapIcon.vue +1 -7
- package/src/components/icons/MapIcon.vue.d.ts +1 -1
- package/src/components/icons/MenuIcon.vue +1 -7
- package/src/components/icons/MenuIcon.vue.d.ts +1 -1
- package/src/components/icons/MinusIcon.vue +1 -7
- package/src/components/icons/MinusIcon.vue.d.ts +1 -1
- package/src/components/icons/MultiViewIcon.vue +1 -7
- package/src/components/icons/MultiViewIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectAttributeIcon.vue +1 -7
- package/src/components/icons/ObjectAttributeIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectSelectIcon.vue +1 -7
- package/src/components/icons/ObjectSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/ObliqueViewIcon.vue +1 -7
- package/src/components/icons/ObliqueViewIcon.vue.d.ts +1 -1
- package/src/components/icons/PdfIcon.vue +1 -7
- package/src/components/icons/PdfIcon.vue.d.ts +1 -1
- package/src/components/icons/PedestrianIcon.vue +1 -6
- package/src/components/icons/PedestrianIcon.vue.d.ts +1 -1
- package/src/components/icons/PenIcon.vue +1 -6
- package/src/components/icons/PenIcon.vue.d.ts +1 -1
- package/src/components/icons/PlayCircleIcon.vue +1 -6
- package/src/components/icons/PlayCircleIcon.vue.d.ts +1 -1
- package/src/components/icons/PlusIcon.vue +1 -7
- package/src/components/icons/PlusIcon.vue.d.ts +1 -1
- package/src/components/icons/PoiIcon.vue +1 -6
- package/src/components/icons/PoiIcon.vue.d.ts +1 -1
- package/src/components/icons/PointIcon.vue +1 -7
- package/src/components/icons/PointIcon.vue.d.ts +1 -1
- package/src/components/icons/PointMeasurementIcon.vue.d.ts +1 -1
- package/src/components/icons/PointSelectIcon.vue +1 -6
- package/src/components/icons/PointSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/PresentationModeIcon.vue +1 -6
- package/src/components/icons/PresentationModeIcon.vue.d.ts +1 -1
- package/src/components/icons/ProgressIcon.vue +0 -1
- package/src/components/icons/ProgressIcon.vue.d.ts +1 -1
- package/src/components/icons/QueryIcon.vue +1 -6
- package/src/components/icons/QueryIcon.vue.d.ts +1 -1
- package/src/components/icons/RectangleIcon.vue +1 -13
- package/src/components/icons/RectangleIcon.vue.d.ts +1 -1
- package/src/components/icons/ReturnIcon.vue +1 -6
- package/src/components/icons/ReturnIcon.vue.d.ts +1 -1
- package/src/components/icons/RewindIcon.vue +1 -6
- package/src/components/icons/RewindIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateLeftIcon.vue +1 -6
- package/src/components/icons/RotateLeftIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateRightIcon.vue +1 -6
- package/src/components/icons/RotateRightIcon.vue.d.ts +1 -1
- package/src/components/icons/ScreenshotIcon.vue +1 -6
- package/src/components/icons/ScreenshotIcon.vue.d.ts +1 -1
- package/src/components/icons/SearchIcon.vue +1 -6
- package/src/components/icons/SearchIcon.vue.d.ts +1 -1
- package/src/components/icons/ShadowIcon.vue +1 -7
- package/src/components/icons/ShadowIcon.vue.d.ts +1 -1
- package/src/components/icons/ShapesIcon.vue +1 -6
- package/src/components/icons/ShapesIcon.vue.d.ts +1 -1
- package/src/components/icons/ShareIcon.vue +1 -6
- package/src/components/icons/ShareIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -6
- package/src/components/icons/SimpleCircleOutlinedIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipNextIcon.vue +1 -6
- package/src/components/icons/SkipNextIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipPreviousIcon.vue +1 -6
- package/src/components/icons/SkipPreviousIcon.vue.d.ts +1 -1
- package/src/components/icons/SplitViewIcon.vue +1 -6
- package/src/components/icons/SplitViewIcon.vue.d.ts +1 -1
- package/src/components/icons/TerrainBoxIcon.vue +1 -6
- package/src/components/icons/TerrainBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/TextStyleIcon.vue +1 -7
- package/src/components/icons/TextStyleIcon.vue.d.ts +1 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +1 -6
- package/src/components/icons/ThreeDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/ToolsIcon.vue +1 -7
- package/src/components/icons/ToolsIcon.vue.d.ts +1 -1
- package/src/components/icons/TouchIcon.vue +1 -7
- package/src/components/icons/TouchIcon.vue.d.ts +1 -1
- package/src/components/icons/TransparentTerrainIcon.vue +0 -1
- package/src/components/icons/TransparentTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/TrashCanIcon.vue +1 -7
- package/src/components/icons/TrashCanIcon.vue.d.ts +1 -1
- package/src/components/icons/TriangleIcon.vue +1 -6
- package/src/components/icons/TriangleIcon.vue.d.ts +1 -1
- package/src/components/icons/TwoDimensionsIcon.vue +1 -7
- package/src/components/icons/TwoDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/UploadIcon.vue +1 -6
- package/src/components/icons/UploadIcon.vue.d.ts +1 -1
- package/src/components/icons/UserProfileIcon.vue +1 -7
- package/src/components/icons/UserProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/UserShareIcon.vue +1 -6
- package/src/components/icons/UserShareIcon.vue.d.ts +1 -1
- package/src/components/icons/VideoRecorderIcon.vue +1 -6
- package/src/components/icons/VideoRecorderIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointFlightIcon.vue +1 -6
- package/src/components/icons/ViewpointFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointIcon.vue +1 -6
- package/src/components/icons/ViewpointIcon.vue.d.ts +1 -1
- package/src/components/icons/Viewshed360Icon.vue +1 -7
- package/src/components/icons/Viewshed360Icon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedConeIcon.vue +1 -7
- package/src/components/icons/ViewshedConeIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedIcon.vue +1 -7
- package/src/components/icons/ViewshedIcon.vue.d.ts +1 -1
- package/src/components/icons/WalkingIcon.vue +1 -6
- package/src/components/icons/WalkingIcon.vue.d.ts +1 -1
- package/src/components/icons/WallIcon.vue +1 -6
- package/src/components/icons/WallIcon.vue.d.ts +1 -1
- package/src/components/icons/WandIcon.vue +1 -6
- package/src/components/icons/WandIcon.vue.d.ts +1 -1
- package/src/components/import/{FileDrop.vue → VcsFileDrop.vue} +21 -10
- package/src/components/import/VcsFileDrop.vue.d.ts +37 -0
- package/src/components/import/{ImportComponent.vue → VcsImportComponent.vue} +24 -12
- package/src/components/import/{ImportComponent.vue.d.ts → VcsImportComponent.vue.d.ts} +6 -3
- package/src/components/lists/VcsActionList.vue +15 -27
- package/src/components/lists/VcsActionList.vue.d.ts +3 -3
- package/src/components/lists/VcsList.vue +159 -152
- package/src/components/lists/VcsList.vue.d.ts +20 -20
- package/src/components/lists/VcsTreeview.vue +56 -43
- package/src/components/lists/VcsTreeview.vue.d.ts +3 -5
- package/src/components/lists/VcsTreeviewLeaf.vue +76 -75
- package/src/components/lists/VcsTreeviewLeaf.vue.d.ts +5 -17
- package/src/components/lists/VcsTreeviewSearchbar.vue +39 -83
- package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +2 -20
- package/src/components/modelHelper.d.ts +25 -0
- package/src/components/modelHelper.js +88 -0
- package/src/components/notification/VcsBadge.vue +8 -6
- package/src/components/notification/VcsBadge.vue.d.ts +2 -2
- package/src/components/notification/VcsHelp.vue +19 -14
- package/src/components/notification/VcsHelp.vue.d.ts +2 -2
- package/src/components/notification/VcsTooltip.vue +4 -8
- package/src/components/notification/VcsTooltip.vue.d.ts +3 -3
- package/src/components/plugins/AbstractConfigEditor.vue +5 -5
- package/src/components/plugins/AbstractConfigEditor.vue.d.ts +2 -2
- package/src/components/style/MenuWrapper.vue +10 -11
- package/src/components/style/MenuWrapper.vue.d.ts +5 -5
- package/src/components/style/VcsFeatureStyleComponent.vue +1 -1
- package/src/components/style/VcsFeatureStyleComponent.vue.d.ts +7 -7
- package/src/components/style/VcsFillMenu.vue +5 -6
- package/src/components/style/VcsFillMenu.vue.d.ts +5 -5
- package/src/components/style/VcsFillSelector.vue +6 -7
- package/src/components/style/VcsFillSelector.vue.d.ts +5 -5
- package/src/components/style/VcsImageMenu.vue +13 -9
- package/src/components/style/VcsImageMenu.vue.d.ts +5 -5
- package/src/components/style/VcsImageSelector.vue +36 -32
- package/src/components/style/VcsImageSelector.vue.d.ts +11 -11
- package/src/components/style/VcsStrokeMenu.vue +6 -7
- package/src/components/style/VcsStrokeMenu.vue.d.ts +5 -5
- package/src/components/style/VcsStrokeSelector.vue +19 -13
- package/src/components/style/VcsStrokeSelector.vue.d.ts +5 -5
- package/src/components/style/VcsTextMenu.vue +9 -8
- package/src/components/style/VcsTextMenu.vue.d.ts +5 -5
- package/src/components/style/VcsTextSelector.vue +14 -11
- package/src/components/style/VcsTextSelector.vue.d.ts +10 -10
- package/src/components/style/VcsVectorStyleComponent.vue +4 -4
- package/src/components/style/VcsVectorStyleComponent.vue.d.ts +8 -8
- package/src/components/style/composables.js +4 -1
- package/src/components/tables/VcsDataTable.vue +152 -207
- package/src/components/tables/VcsDataTable.vue.d.ts +10 -36
- package/src/components/tables/VcsTable.vue +13 -18
- package/src/components/tables/VcsTable.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +2 -2
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureTransforms.vue +5 -1
- package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -2
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +54 -47
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +7 -7
- package/src/components/vector-properties/composables.js +3 -3
- package/src/components/viewpoint/VcsViewpointComponent.vue +56 -104
- package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +14 -22
- package/src/components/viewpoint/VcsViewpointEditor.vue +2 -5
- package/src/components/viewpoint/VcsViewpointEditor.vue.d.ts +3 -3
- package/src/contentTree/LayerTree.vue +31 -10
- package/src/contentTree/LayerTree.vue.d.ts +3 -3
- package/src/contentTree/contentTreeCollection.d.ts +2 -2
- package/src/contentTree/contentTreeCollection.js +6 -8
- package/src/contentTree/contentTreeItem.d.ts +11 -11
- package/src/contentTree/contentTreeItem.js +8 -7
- package/src/contentTree/flightContentTreeItem.js +5 -4
- package/src/contentTree/viewpointContentTreeItem.d.ts +1 -1
- package/src/featureInfo/AddressBalloonComponent.vue +24 -26
- package/src/featureInfo/AddressBalloonComponent.vue.d.ts +1 -1
- package/src/featureInfo/BalloonComponent.vue +21 -29
- package/src/featureInfo/BalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/IframeComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownComponent.vue +16 -0
- package/src/featureInfo/MarkdownComponent.vue.d.ts +7 -0
- package/src/featureInfo/abstractFeatureInfoView.d.ts +5 -5
- package/src/featureInfo/abstractFeatureInfoView.js +2 -2
- package/src/featureInfo/balloonFeatureInfoView.d.ts +2 -2
- package/src/featureInfo/balloonFeatureInfoView.js +1 -1
- package/src/featureInfo/featureInfo.js +2 -2
- package/src/featureInfo/markdownFeatureInfoView.js +1 -15
- package/src/i18n/de.d.ts +105 -0
- package/src/i18n/de.js +14 -5
- package/src/i18n/en.d.ts +105 -0
- package/src/i18n/en.js +14 -5
- package/src/init.js +10 -12
- package/src/legend/StyleLegendItem.vue +32 -28
- package/src/legend/StyleLegendItem.vue.d.ts +3 -2
- package/src/legend/VcsLegend.vue +19 -20
- package/src/legend/VcsLegend.vue.d.ts +8 -6
- package/src/legend/legendHelper.d.ts +2 -2
- package/src/legend/legendHelper.js +9 -8
- package/src/manager/buttonManager.d.ts +2 -2
- package/src/manager/buttonManager.js +6 -4
- package/src/manager/collectionManager/CollectionComponent.vue +30 -26
- package/src/manager/collectionManager/CollectionComponent.vue.d.ts +14 -2
- package/src/manager/collectionManager/CollectionComponentContent.vue +9 -11
- package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionComponentList.vue +3 -3
- package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentProvider.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentStandalone.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentStandalone.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionManager.vue +11 -9
- package/src/manager/collectionManager/CollectionManager.vue.d.ts +1 -1
- package/src/manager/collectionManager/categoryManager.d.ts +2 -2
- package/src/manager/collectionManager/collectionComponentClass.d.ts +6 -6
- package/src/manager/collectionManager/collectionComponentClass.js +3 -3
- package/src/manager/collectionManager/collectionManager.d.ts +5 -4
- package/src/manager/collectionManager/collectionManager.js +4 -2
- package/src/manager/collectionManager/editorCollectionComponentClass.d.ts +1 -1
- package/src/manager/contextMenu/ContextMenuComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelManagerComponent.vue +7 -5
- package/src/manager/panel/PanelManagerComponent.vue.d.ts +4 -4
- package/src/manager/panel/panelManager.d.ts +6 -6
- package/src/manager/panel/panelManager.js +4 -4
- package/src/manager/toolbox/GroupToolboxComponent.vue +10 -34
- package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +3 -4
- package/src/manager/toolbox/SelectToolboxComponent.vue +12 -58
- package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +2 -3
- package/src/manager/toolbox/ToolboxManager.vue +12 -38
- package/src/manager/toolbox/ToolboxManager.vue.d.ts +3 -2
- package/src/manager/toolbox/toolboxManager.d.ts +3 -3
- package/src/manager/toolbox/toolboxManager.js +2 -3
- package/src/manager/window/WindowComponent.vue +3 -2
- package/src/manager/window/WindowComponent.vue.d.ts +2 -2
- package/src/manager/window/WindowComponentHeader.vue +8 -4
- package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -3
- package/src/manager/window/WindowManager.vue +4 -9
- package/src/manager/window/WindowManager.vue.d.ts +2 -2
- package/src/manager/window/windowManager.d.ts +52 -46
- package/src/manager/window/windowManager.js +33 -10
- package/src/navigation/MapNavCompass.vue.d.ts +3 -3
- package/src/navigation/MapNavigation.vue +11 -7
- package/src/navigation/MapNavigation.vue.d.ts +6 -3
- package/src/navigation/ObliqueRotation.vue +15 -17
- package/src/navigation/ObliqueRotation.vue.d.ts +5 -5
- package/src/navigation/OrientationToolsButton.vue +9 -4
- package/src/navigation/OrientationToolsButton.vue.d.ts +2 -2
- package/src/navigation/TiltSlider.vue +39 -42
- package/src/navigation/TiltSlider.vue.d.ts +5 -5
- package/src/navigation/VcsCompass.vue +15 -8
- package/src/navigation/VcsCompass.vue.d.ts +6 -6
- package/src/navigation/VcsZoomButton.vue +12 -14
- package/src/navigation/VcsZoomButton.vue.d.ts +2 -2
- package/src/navigation/locatorHelper.js +1 -1
- package/src/navigation/overviewMap.d.ts +1 -1
- package/src/navigation/overviewMap.js +3 -3
- package/src/notifier/NotifierComponent.vue +18 -21
- package/src/notifier/NotifierComponent.vue.d.ts +1 -1
- package/src/notifier/notifier.d.ts +2 -1
- package/src/notifier/notifier.js +6 -2
- package/src/search/ResultItem.vue +14 -13
- package/src/search/ResultItem.vue.d.ts +2 -2
- package/src/search/ResultsComponent.vue +13 -24
- package/src/search/ResultsComponent.vue.d.ts +2 -2
- package/src/search/SearchComponent.vue +16 -15
- package/src/search/SearchComponent.vue.d.ts +2 -2
- package/src/search/search.d.ts +2 -2
- package/src/search/search.js +6 -10
- package/src/setup.js +2 -2
- package/src/styles/_typography.scss +11 -7
- package/src/styles/main.scss +6 -3
- package/src/styles/settings.scss +6 -0
- package/src/styles/variables.scss +10 -8
- package/src/styles/vcsGrid.scss +0 -10
- package/src/styles/vcsList.scss +8 -0
- package/src/vcsUiApp.d.ts +128 -21
- package/src/vcsUiApp.js +53 -24
- package/src/vuePlugins/i18n.d.ts +8 -2
- package/src/vuePlugins/i18n.js +32 -11
- package/src/vuePlugins/vuetify.d.ts +79 -9
- package/src/vuePlugins/vuetify.js +173 -68
- package/dist/assets/index-2c09148f.js +0 -1
- package/dist/assets/ui.078e16.css +0 -5
- package/dist/assets/ui.078e16.js +0 -23835
- package/dist/assets/vue.007115.js +0 -4920
- package/dist/assets/vuetify.6ef1af.css +0 -5
- package/dist/assets/vuetify.6ef1af.js +0 -21263
- package/plugins/@vcmap-show-case/extent-example/src/ExtentExample.vue +0 -71
- package/src/components/form-inputs-controls/VcsRadioGrid.vue +0 -160
- package/src/components/form-inputs-controls/VcsRadioGrid.vue.d.ts +0 -35
- package/src/components/form-inputs-controls/composables.d.ts +0 -7
- package/src/components/form-inputs-controls/composables.js +0 -31
- package/src/components/import/FileDrop.vue.d.ts +0 -26
- package/src/styles/utils/_all.scss +0 -12
- package/src/styles/utils/_border.scss +0 -7
- package/src/styles/utils/_cursor.scss +0 -19
- package/src/styles/utils/_display.scss +0 -3
- package/src/styles/utils/_fade-in.scss +0 -8
- package/src/styles/utils/_position.scss +0 -38
- package/src/styles/utils/_size.scss +0 -79
- package/src/styles/utils/_slide-in.scss +0 -26
- package/src/styles/utils/_spacing.scss +0 -11
- package/src/styles/utils/_text.scss +0 -30
- package/src/styles/utils/_transform.scss +0 -11
- package/src/styles/utils/_transition.scss +0 -11
- package/src/styles/utils/_z-index.scss +0 -15
@@ -1,11 +1,12 @@
|
|
1
1
|
<template>
|
2
2
|
<v-container
|
3
3
|
class="vcs-container pa-0"
|
4
|
-
:class="{ 'vcs-container-xs':
|
4
|
+
:class="{ 'vcs-container-xs': xs }"
|
5
5
|
fluid
|
6
6
|
absolute
|
7
|
+
style="background: #1b5e20"
|
7
8
|
>
|
8
|
-
<template v-if="
|
9
|
+
<template v-if="xs">
|
9
10
|
<img
|
10
11
|
v-if="mobileLogo"
|
11
12
|
:src="mobileLogo"
|
@@ -14,7 +15,7 @@
|
|
14
15
|
class="mobile-logo"
|
15
16
|
/>
|
16
17
|
</template>
|
17
|
-
|
18
|
+
<!--VcsButton
|
18
19
|
v-if="!$vuetify.breakpoint.smAndUp && $vuetify.breakpoint.mobile"
|
19
20
|
:key="attributionAction.name"
|
20
21
|
:tooltip="attributionAction.title"
|
@@ -22,7 +23,7 @@
|
|
22
23
|
:active="attributionAction.active"
|
23
24
|
@click.stop="attributionAction.callback($event)"
|
24
25
|
class="z-index-1 mobile-attribution-btn"
|
25
|
-
|
26
|
+
/-->
|
26
27
|
<PanelManagerComponent />
|
27
28
|
<ToolboxManagerComponent />
|
28
29
|
<WindowManagerComponent />
|
@@ -58,15 +59,18 @@
|
|
58
59
|
right: 2px;
|
59
60
|
bottom: 36px;
|
60
61
|
}
|
62
|
+
.z-index-1 {
|
63
|
+
z-index: 1;
|
64
|
+
}
|
61
65
|
</style>
|
62
66
|
|
63
67
|
<script>
|
64
68
|
import { computed, inject } from 'vue';
|
65
|
-
import {
|
69
|
+
import { useDisplay } from 'vuetify';
|
70
|
+
import { VContainer } from 'vuetify/components';
|
66
71
|
import PanelManagerComponent from '../manager/panel/PanelManagerComponent.vue';
|
67
72
|
import WindowManagerComponent from '../manager/window/WindowManager.vue';
|
68
73
|
import ToolboxManagerComponent from '../manager/toolbox/ToolboxManager.vue';
|
69
|
-
import VcsButton from '../components/buttons/VcsButton.vue';
|
70
74
|
import NotifierComponent from '../notifier/NotifierComponent.vue';
|
71
75
|
import VcsDefaultLogoMobile from '../logo-mobile.svg';
|
72
76
|
|
@@ -76,7 +80,6 @@
|
|
76
80
|
*/
|
77
81
|
export default {
|
78
82
|
components: {
|
79
|
-
VcsButton,
|
80
83
|
PanelManagerComponent,
|
81
84
|
WindowManagerComponent,
|
82
85
|
ToolboxManagerComponent,
|
@@ -92,7 +95,10 @@
|
|
92
95
|
setup() {
|
93
96
|
const app = inject('vcsApp');
|
94
97
|
|
98
|
+
const { xs } = useDisplay();
|
99
|
+
|
95
100
|
return {
|
101
|
+
xs,
|
96
102
|
mobileLogo: computed(
|
97
103
|
() =>
|
98
104
|
app.uiConfig.config.value.mobileLogo ??
|
@@ -4,11 +4,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
required: true;
|
5
5
|
};
|
6
6
|
}, {
|
7
|
+
xs: import("vue").Ref<boolean>;
|
7
8
|
mobileLogo: import("vue").ComputedRef<any>;
|
8
|
-
},
|
9
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
9
10
|
attributionAction: {
|
10
11
|
type: ObjectConstructor;
|
11
12
|
required: true;
|
12
13
|
};
|
13
|
-
}>>, {}>;
|
14
|
+
}>>, {}, {}>;
|
14
15
|
export default _default;
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
}, {
|
7
7
|
dialog: boolean;
|
8
8
|
customScreenText: import("vue").ComputedRef<string>;
|
9
|
-
},
|
9
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
10
10
|
content: {
|
11
11
|
type: StringConstructor;
|
12
12
|
required: true;
|
13
13
|
};
|
14
|
-
}>>, {}>;
|
14
|
+
}>>, {}, {}>;
|
15
15
|
export default _default;
|
@@ -5,5 +5,5 @@ export function setupMapNavigation(app: any): {
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{}, {
|
6
6
|
mapId: string;
|
7
7
|
showMapNavigation: import("vue").Ref<boolean>;
|
8
|
-
}, {}, {}, {}, import("vue
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
9
9
|
export default _default;
|
@@ -10,31 +10,29 @@
|
|
10
10
|
</template>
|
11
11
|
|
12
12
|
<style lang="scss" scoped>
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
13
|
+
:deep(.mapElement) {
|
14
|
+
position: absolute;
|
15
|
+
top: 0;
|
16
|
+
bottom: 0;
|
17
|
+
left: 0;
|
18
|
+
right: 0;
|
19
|
+
overflow: hidden; /* Fix for iFrame content */
|
20
|
+
}
|
22
21
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
22
|
+
:deep(.overviewMapElement) {
|
23
|
+
position: absolute;
|
24
|
+
top: 3px;
|
25
|
+
bottom: 3px;
|
26
|
+
left: 3px;
|
27
|
+
right: 3px;
|
28
|
+
overflow: hidden; /* Fix for iFrame content */
|
29
|
+
}
|
31
30
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
}
|
31
|
+
:deep(.cesium-widget),
|
32
|
+
:deep(.cesium-widget canvas) {
|
33
|
+
width: 100%;
|
34
|
+
height: 100%;
|
35
|
+
touch-action: none;
|
38
36
|
}
|
39
37
|
</style>
|
40
38
|
|
@@ -3,10 +3,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
type: StringConstructor;
|
4
4
|
required: true;
|
5
5
|
};
|
6
|
-
},
|
6
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
mapId: {
|
8
8
|
type: StringConstructor;
|
9
9
|
required: true;
|
10
10
|
};
|
11
|
-
}>>, {}>;
|
11
|
+
}>>, {}, {}>;
|
12
12
|
export default _default;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
<template>
|
2
2
|
<v-toolbar
|
3
3
|
absolute
|
4
|
-
|
4
|
+
:density="density"
|
5
5
|
elevation="0"
|
6
|
-
|
7
|
-
:
|
8
|
-
width="100%"
|
6
|
+
class="px-4"
|
7
|
+
:style="xs ? { bottom: 0 } : { top: 0 }"
|
9
8
|
>
|
10
9
|
<v-container fluid class="pa-0">
|
11
10
|
<v-row no-gutters class="align-center">
|
@@ -28,18 +27,18 @@
|
|
28
27
|
/>
|
29
28
|
<VcsActionButtonList
|
30
29
|
:actions="contentActions"
|
31
|
-
:overflow-count="
|
30
|
+
:overflow-count="xs ? 3 : 4"
|
32
31
|
button="VcsToolButton"
|
33
32
|
/>
|
34
33
|
<v-divider
|
35
34
|
v-if="contentActions.length > 0 && toolActions.length > 0"
|
36
|
-
class="mx-2
|
35
|
+
class="mx-2"
|
37
36
|
vertical
|
38
37
|
inset
|
39
38
|
/>
|
40
39
|
<VcsActionButtonList
|
41
40
|
:actions="toolActions"
|
42
|
-
v-if="
|
41
|
+
v-if="mdAndUp"
|
43
42
|
button="VcsToolButton"
|
44
43
|
/>
|
45
44
|
</div>
|
@@ -47,19 +46,19 @@
|
|
47
46
|
</v-col>
|
48
47
|
<v-col class="d-flex justify-center">
|
49
48
|
<div class="d-flex align-center">
|
50
|
-
<template v-if="
|
49
|
+
<template v-if="!xs">
|
51
50
|
<img class="logo" :src="logo" draggable="false" alt="Logo" />
|
52
51
|
</template>
|
53
52
|
<div
|
54
|
-
v-if="
|
53
|
+
v-if="mdAndUp && config.appTitle"
|
55
54
|
class="ml-4 text-h6 font-weight-bold"
|
56
55
|
>
|
57
|
-
{{ $
|
56
|
+
{{ $st(config.appTitle) }}
|
58
57
|
</div>
|
59
58
|
</div>
|
60
59
|
</v-col>
|
61
60
|
<v-col class="align-content-end d-flex justify-end">
|
62
|
-
<v-toolbar-items v-if="
|
61
|
+
<v-toolbar-items v-if="mdAndUp">
|
63
62
|
<div class="d-flex">
|
64
63
|
<VcsActionButtonList
|
65
64
|
:actions="projectActions"
|
@@ -71,47 +70,46 @@
|
|
71
70
|
inset
|
72
71
|
class="mx-2"
|
73
72
|
/>
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
73
|
+
<div class="d-flex gc-2">
|
74
|
+
<v-menu v-if="shareActions.length > 0">
|
75
|
+
<template #activator="{ props }">
|
76
|
+
<VcsToolButton
|
77
|
+
v-bind="props"
|
78
|
+
tooltip="navbar.share.tooltip"
|
79
|
+
icon="$vcsShare"
|
80
|
+
/>
|
81
|
+
</template>
|
82
|
+
<VcsActionList
|
83
|
+
:actions="shareActions"
|
84
|
+
tooltip-position="left"
|
85
|
+
:show-icon="true"
|
82
86
|
/>
|
83
|
-
</
|
84
|
-
<
|
85
|
-
|
86
|
-
|
87
|
-
:
|
87
|
+
</v-menu>
|
88
|
+
<VcsToolButton
|
89
|
+
class="d-flex"
|
90
|
+
v-if="searchAction"
|
91
|
+
:key="searchAction.name"
|
92
|
+
:tooltip="searchAction.title"
|
93
|
+
:icon="searchAction.icon"
|
94
|
+
:active="searchAction.active"
|
95
|
+
@click.stop="searchAction.callback($event)"
|
96
|
+
v-bind="{ ...$attrs }"
|
88
97
|
/>
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
<template #activator="{ on, attrs }">
|
102
|
-
<VcsToolButton
|
103
|
-
v-bind="attrs"
|
104
|
-
v-on="on"
|
105
|
-
tooltip="navbar.menu.tooltip"
|
106
|
-
icon="$vcsMenu"
|
98
|
+
<v-menu v-if="menuActions.length > 0">
|
99
|
+
<template #activator="{ props }">
|
100
|
+
<VcsToolButton
|
101
|
+
v-bind="props"
|
102
|
+
tooltip="navbar.menu.tooltip"
|
103
|
+
icon="$vcsMenu"
|
104
|
+
/>
|
105
|
+
</template>
|
106
|
+
<VcsActionList
|
107
|
+
:actions="menuActions"
|
108
|
+
tooltip-position="left"
|
109
|
+
:show-icon="true"
|
107
110
|
/>
|
108
|
-
</
|
109
|
-
|
110
|
-
:actions="menuActions"
|
111
|
-
tooltip-position="left"
|
112
|
-
:show-icon="true"
|
113
|
-
/>
|
114
|
-
</v-menu>
|
111
|
+
</v-menu>
|
112
|
+
</div>
|
115
113
|
</div>
|
116
114
|
</v-toolbar-items>
|
117
115
|
</v-col>
|
@@ -121,9 +119,6 @@
|
|
121
119
|
</template>
|
122
120
|
|
123
121
|
<style lang="scss" scoped>
|
124
|
-
.v-toolbar__items > div {
|
125
|
-
gap: 8px;
|
126
|
-
}
|
127
122
|
.logo {
|
128
123
|
max-height: 36px;
|
129
124
|
margin: 0 auto;
|
@@ -135,7 +130,8 @@
|
|
135
130
|
</style>
|
136
131
|
|
137
132
|
<script>
|
138
|
-
import { inject,
|
133
|
+
import { inject, computed, onUnmounted } from 'vue';
|
134
|
+
import { useDisplay } from 'vuetify';
|
139
135
|
import {
|
140
136
|
VCol,
|
141
137
|
VContainer,
|
@@ -144,7 +140,7 @@
|
|
144
140
|
VRow,
|
145
141
|
VToolbar,
|
146
142
|
VToolbarItems,
|
147
|
-
} from 'vuetify/
|
143
|
+
} from 'vuetify/components';
|
148
144
|
import {
|
149
145
|
ButtonLocation,
|
150
146
|
getActionsByLocation,
|
@@ -177,9 +173,8 @@
|
|
177
173
|
setup() {
|
178
174
|
const app = inject('vcsApp');
|
179
175
|
|
180
|
-
const navbarButtonIds = ref(app.navbarManager.componentIds);
|
181
176
|
const buttonComponents = computed(() =>
|
182
|
-
|
177
|
+
app.navbarManager.componentIds.map((id) => app.navbarManager.get(id)),
|
183
178
|
);
|
184
179
|
const getActions = (location) =>
|
185
180
|
computed(() =>
|
@@ -201,6 +196,12 @@
|
|
201
196
|
destroySearchAction();
|
202
197
|
});
|
203
198
|
|
199
|
+
const { xs, mdAndUp } = useDisplay();
|
200
|
+
|
201
|
+
const density = computed(() => {
|
202
|
+
return xs.value ? 'comfortable' : 'compact';
|
203
|
+
});
|
204
|
+
|
204
205
|
return {
|
205
206
|
mapActions: getActions(ButtonLocation.MAP),
|
206
207
|
contentActions: getActions(ButtonLocation.CONTENT),
|
@@ -211,6 +212,9 @@
|
|
211
212
|
menuActions: getActions(ButtonLocation.MENU),
|
212
213
|
config: app.uiConfig.config,
|
213
214
|
logo,
|
215
|
+
xs,
|
216
|
+
density,
|
217
|
+
mdAndUp,
|
214
218
|
};
|
215
219
|
},
|
216
220
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
2
|
-
mapActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
3
|
-
contentActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
4
|
-
toolActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
5
|
-
projectActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
6
|
-
shareActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
2
|
+
mapActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
3
|
+
contentActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
4
|
+
toolActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
5
|
+
projectActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
6
|
+
shareActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
7
7
|
searchAction: import("vue").Ref<{
|
8
8
|
/**
|
9
9
|
* - reactive and translatable name rendered in overflow
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
20
20
|
/**
|
21
21
|
* - callback function is triggered when the button is clicked
|
22
22
|
*/
|
23
|
-
callback: import("../actions/actionHelper.js").ActionCallback;
|
23
|
+
callback: import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).ActionCallback;
|
24
24
|
/**
|
25
25
|
* - optional state of button. If active, button is rendered in primary color
|
26
26
|
*/
|
@@ -38,8 +38,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
38
38
|
*/
|
39
39
|
disabled?: boolean | undefined;
|
40
40
|
} | null>;
|
41
|
-
menuActions: import("vue").ComputedRef<import("../actions/actionHelper.js").VcsAction[]>;
|
41
|
+
menuActions: import("vue").ComputedRef<import("../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[]>;
|
42
42
|
config: any;
|
43
43
|
logo: import("vue").ComputedRef<any>;
|
44
|
-
|
44
|
+
xs: import("vue").Ref<boolean>;
|
45
|
+
density: import("vue").ComputedRef<"comfortable" | "compact">;
|
46
|
+
mdAndUp: import("vue").Ref<boolean>;
|
47
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
45
48
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<span
|
3
|
-
class="d-flex
|
3
|
+
class="d-flex gc-1 px-1"
|
4
4
|
:class="{ 'vcs-position-display': positionDisplayAction.active }"
|
5
5
|
>
|
6
6
|
<VcsButton
|
@@ -15,43 +15,34 @@
|
|
15
15
|
>
|
16
16
|
<VcsFormattedNumber
|
17
17
|
prefix="x:"
|
18
|
-
:value="transformedPosition[0]"
|
18
|
+
:model-value="transformedPosition[0]"
|
19
19
|
:fraction-digits="fractionDigits"
|
20
20
|
/>
|
21
21
|
<VcsFormattedNumber
|
22
22
|
no-padding
|
23
23
|
prefix="y:"
|
24
|
-
:value="transformedPosition[1]"
|
24
|
+
:model-value="transformedPosition[1]"
|
25
25
|
:fraction-digits="fractionDigits"
|
26
26
|
/>
|
27
27
|
<VcsFormattedNumber
|
28
28
|
v-if="transformedPosition[2]"
|
29
29
|
prefix="z:"
|
30
|
-
:value="transformedPosition[2]"
|
30
|
+
:model-value="transformedPosition[2]"
|
31
31
|
/>
|
32
32
|
</template>
|
33
|
-
<v-menu
|
34
|
-
|
35
|
-
:nudge-left="80"
|
36
|
-
v-if="positionDisplayAction.active"
|
37
|
-
>
|
38
|
-
<template #activator="{ on, attrs }">
|
33
|
+
<v-menu v-if="positionDisplayAction.active">
|
34
|
+
<template #activator="{ props }">
|
39
35
|
<VcsButton
|
40
|
-
v-bind="
|
41
|
-
v-on="on"
|
36
|
+
v-bind="props"
|
42
37
|
tooltip="footer.positionDisplay.projection"
|
43
38
|
icon="mdi-chevron-down"
|
44
39
|
:custom-classes="customClasses"
|
45
40
|
/>
|
46
41
|
</template>
|
47
|
-
<v-list
|
48
|
-
<v-list-item
|
49
|
-
<v-list-item
|
50
|
-
|
51
|
-
<v-list-item-title>{{ $t(item.text) }}</v-list-item-title>
|
52
|
-
</v-list-item-content>
|
53
|
-
</v-list-item>
|
54
|
-
</v-list-item-group>
|
42
|
+
<v-list selectable density="compact" v-model:selected="selectedEPSG">
|
43
|
+
<v-list-item v-for="(item, i) in items" :key="i" :value="item.value">
|
44
|
+
<v-list-item-title>{{ $st(item.text) }}</v-list-item-title>
|
45
|
+
</v-list-item>
|
55
46
|
</v-list>
|
56
47
|
</v-menu>
|
57
48
|
</span>
|
@@ -62,38 +53,36 @@
|
|
62
53
|
|
63
54
|
.vcs-position-display {
|
64
55
|
height: 22px;
|
65
|
-
background-color: var(--v-primary
|
56
|
+
background-color: rgb(var(--v-theme-primary));
|
66
57
|
span {
|
67
58
|
color: map-get($shades, 'white');
|
68
59
|
}
|
69
60
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
line-height: unset;
|
78
|
-
}
|
61
|
+
:deep(.vcs-formatted-number),
|
62
|
+
:deep(.vcs-formatted-number span) {
|
63
|
+
font-size: unset;
|
64
|
+
line-height: unset;
|
65
|
+
}
|
66
|
+
:deep(.vcs-formatted-number-dense) {
|
67
|
+
line-height: unset;
|
79
68
|
}
|
80
69
|
}
|
81
70
|
</style>
|
82
71
|
<script>
|
83
|
-
import {
|
72
|
+
import {
|
73
|
+
computed,
|
74
|
+
inject,
|
75
|
+
onUnmounted,
|
76
|
+
reactive,
|
77
|
+
ref,
|
78
|
+
shallowRef,
|
79
|
+
} from 'vue';
|
84
80
|
import {
|
85
81
|
getDefaultProjection,
|
86
82
|
mercatorProjection,
|
87
83
|
wgs84Projection,
|
88
84
|
} from '@vcmap/core';
|
89
|
-
import {
|
90
|
-
VMenu,
|
91
|
-
VList,
|
92
|
-
VListItemGroup,
|
93
|
-
VListItem,
|
94
|
-
VListItemContent,
|
95
|
-
VListItemTitle,
|
96
|
-
} from 'vuetify/lib';
|
85
|
+
import { VMenu, VList, VListItem, VListItemTitle } from 'vuetify/components';
|
97
86
|
import VcsButton from '../components/buttons/VcsButton.vue';
|
98
87
|
import VcsFormattedNumber from '../components/form-output/VcsFormattedNumber.vue';
|
99
88
|
import PositionDisplayInteraction from './positionDisplayInteraction.js';
|
@@ -111,9 +100,7 @@
|
|
111
100
|
VcsButton,
|
112
101
|
VMenu,
|
113
102
|
VList,
|
114
|
-
VListItemGroup,
|
115
103
|
VListItem,
|
116
|
-
VListItemContent,
|
117
104
|
VListItemTitle,
|
118
105
|
},
|
119
106
|
setup() {
|
@@ -121,7 +108,7 @@
|
|
121
108
|
const move =
|
122
109
|
app.uiConfig.getByKey('positionDisplayEventType')?.value === 'move';
|
123
110
|
|
124
|
-
const position =
|
111
|
+
const position = shallowRef([]);
|
125
112
|
|
126
113
|
const interaction = new PositionDisplayInteraction({ position, move });
|
127
114
|
app.maps.eventHandler.addPersistentInteraction(interaction);
|
@@ -132,7 +119,7 @@
|
|
132
119
|
[defaultProjection.epsg]: defaultProjection,
|
133
120
|
[wgs84Projection.epsg]: wgs84Projection,
|
134
121
|
};
|
135
|
-
const selectedEPSG = ref(
|
122
|
+
const selectedEPSG = ref([]);
|
136
123
|
|
137
124
|
function getProjectionItems() {
|
138
125
|
return Object.keys(projections).map((epsg) => {
|
@@ -165,7 +152,7 @@
|
|
165
152
|
app.moduleAdded.addEventListener(() => {
|
166
153
|
const newDefaultProjection = getDefaultProjection();
|
167
154
|
projections[newDefaultProjection.epsg] = newDefaultProjection;
|
168
|
-
selectedEPSG.value
|
155
|
+
selectedEPSG.value.splice(0, Infinity, newDefaultProjection.epsg);
|
169
156
|
items.value = getProjectionItems();
|
170
157
|
setMove();
|
171
158
|
}),
|
@@ -194,7 +181,7 @@
|
|
194
181
|
const transformedPosition = computed(() => {
|
195
182
|
if (position.value.length > 0) {
|
196
183
|
return mercatorProjection.transformTo(
|
197
|
-
projections[selectedEPSG.value],
|
184
|
+
projections[selectedEPSG.value[0]],
|
198
185
|
position.value,
|
199
186
|
);
|
200
187
|
}
|
@@ -202,7 +189,7 @@
|
|
202
189
|
});
|
203
190
|
|
204
191
|
const fractionDigits = computed(() => {
|
205
|
-
return selectedEPSG.value === wgs84Projection.epsg ? 6 : 2;
|
192
|
+
return selectedEPSG.value[0] === wgs84Projection.epsg ? 6 : 2;
|
206
193
|
});
|
207
194
|
|
208
195
|
return {
|
@@ -6,13 +6,13 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
6
6
|
active: boolean;
|
7
7
|
callback: () => void;
|
8
8
|
};
|
9
|
-
transformedPosition: import("vue").ComputedRef<import("ol/coordinate.js").Coordinate>;
|
9
|
+
transformedPosition: import("vue").ComputedRef<import("ol/coordinate.js", { with: { "resolution-mode": "import" } }).Coordinate>;
|
10
10
|
fractionDigits: import("vue").ComputedRef<2 | 6>;
|
11
|
-
selectedEPSG: import("vue").Ref<
|
11
|
+
selectedEPSG: import("vue").Ref<never[]>;
|
12
12
|
items: import("vue").Ref<{
|
13
13
|
text: any;
|
14
14
|
value: string;
|
15
15
|
}[]>;
|
16
16
|
customClasses: import("vue").ComputedRef<string[]>;
|
17
|
-
}, {}, {}, {}, import("vue
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
18
18
|
export default _default;
|