@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
@@ -3,25 +3,32 @@
|
|
3
3
|
:style="{
|
4
4
|
transform: `rotate(${compassRotation}deg)`,
|
5
5
|
}"
|
6
|
-
@click="$emit('
|
6
|
+
@click="$emit('update:modelValue', 0)"
|
7
7
|
class="h-16 w-16 d-flex flex-column justify-center align-center position-relative rounded-circle user-select-none transition-transform-200-ease"
|
8
8
|
elevation="1"
|
9
9
|
>
|
10
10
|
<span>N</span>
|
11
11
|
<MapNavCompass
|
12
|
-
class="position-absolute
|
12
|
+
class="position-absolute top-0 bottom-0 right-0 left-0 text-primary"
|
13
13
|
@click="$event.stopPropagation()"
|
14
|
-
@direction-click="$emit('
|
14
|
+
@direction-click="$emit('update:modelValue', $event)"
|
15
15
|
:can-emit="!disabled && (viewMode === '3d' || viewMode === 'oblique')"
|
16
16
|
:hide-ticks="viewMode === 'oblique'"
|
17
17
|
/>
|
18
18
|
</v-sheet>
|
19
19
|
</template>
|
20
|
-
|
20
|
+
<style lang="scss" scoped>
|
21
|
+
.h-16 {
|
22
|
+
height: 64px;
|
23
|
+
}
|
24
|
+
.w-16 {
|
25
|
+
width: 64px;
|
26
|
+
}
|
27
|
+
</style>
|
21
28
|
<script>
|
22
29
|
import { computed, ref } from 'vue';
|
23
30
|
|
24
|
-
import { VSheet } from 'vuetify/
|
31
|
+
import { VSheet } from 'vuetify/components';
|
25
32
|
import MapNavCompass from './MapNavCompass.vue';
|
26
33
|
|
27
34
|
/**
|
@@ -42,7 +49,7 @@
|
|
42
49
|
type: String,
|
43
50
|
required: true,
|
44
51
|
},
|
45
|
-
|
52
|
+
modelValue: {
|
46
53
|
type: Number,
|
47
54
|
default: 0,
|
48
55
|
},
|
@@ -53,7 +60,7 @@
|
|
53
60
|
},
|
54
61
|
},
|
55
62
|
setup(props) {
|
56
|
-
const rotationValue = ref(props.
|
63
|
+
const rotationValue = ref(props.modelValue);
|
57
64
|
|
58
65
|
return {
|
59
66
|
rotationValue,
|
@@ -61,7 +68,7 @@
|
|
61
68
|
};
|
62
69
|
},
|
63
70
|
watch: {
|
64
|
-
|
71
|
+
modelValue(newValue, oldValue) {
|
65
72
|
let diff = newValue - oldValue;
|
66
73
|
if (diff > 180) {
|
67
74
|
diff -= 360;
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
type: StringConstructor;
|
4
4
|
required: true;
|
5
5
|
};
|
6
|
-
|
6
|
+
modelValue: {
|
7
7
|
type: NumberConstructor;
|
8
8
|
default: number;
|
9
9
|
};
|
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
13
|
required: false;
|
14
14
|
};
|
15
15
|
}, {
|
16
|
-
rotationValue:
|
16
|
+
rotationValue: import("vue").Ref<number>;
|
17
17
|
compassRotation: import("vue").ComputedRef<number>;
|
18
|
-
},
|
18
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
19
19
|
viewMode: {
|
20
20
|
type: StringConstructor;
|
21
21
|
required: true;
|
22
22
|
};
|
23
|
-
|
23
|
+
modelValue: {
|
24
24
|
type: NumberConstructor;
|
25
25
|
default: number;
|
26
26
|
};
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
30
30
|
required: false;
|
31
31
|
};
|
32
32
|
}>>, {
|
33
|
-
value: number;
|
34
33
|
disabled: boolean;
|
35
|
-
|
34
|
+
modelValue: number;
|
35
|
+
}, {}>;
|
36
36
|
export default _default;
|
@@ -45,20 +45,18 @@
|
|
45
45
|
.inner {
|
46
46
|
box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px 0 inset;
|
47
47
|
}
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
rgba(0, 0, 0, 0.05) -1px 1px 1px 1px !important;
|
61
|
-
}
|
48
|
+
:deep(.btn-orientation-tools) {
|
49
|
+
&:first-child {
|
50
|
+
box-shadow:
|
51
|
+
rgba(0, 0, 0, 0.25) -2px 2px 1px -2px,
|
52
|
+
rgba(0, 0, 0, 0.08) 1px 0 0 0,
|
53
|
+
rgba(0, 0, 0, 0.05) -1px 1px 1px 1px !important;
|
54
|
+
}
|
55
|
+
&:last-child {
|
56
|
+
box-shadow:
|
57
|
+
rgba(0, 0, 0, 0.25) -2px 3px 1px -2px,
|
58
|
+
rgba(0, 0, 0, 0.08) 1px 4px 2px 0,
|
59
|
+
rgba(0, 0, 0, 0.05) -1px 1px 1px 1px !important;
|
62
60
|
}
|
63
61
|
}
|
64
62
|
}
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
type: BooleanConstructor;
|
5
5
|
default: boolean;
|
6
6
|
};
|
7
|
-
},
|
7
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
8
8
|
disabled: {
|
9
9
|
required: false;
|
10
10
|
type: BooleanConstructor;
|
@@ -12,5 +12,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
12
12
|
};
|
13
13
|
}>>, {
|
14
14
|
disabled: boolean;
|
15
|
-
}>;
|
15
|
+
}, {}>;
|
16
16
|
export default _default;
|
@@ -24,7 +24,7 @@ import { getDefaultPrimaryColor } from '../vuePlugins/vuetify.js';
|
|
24
24
|
*/
|
25
25
|
function getColor(opacity, app) {
|
26
26
|
return Color.fromCssColorString(
|
27
|
-
app.uiConfig.config.value.primaryColor ?? getDefaultPrimaryColor(),
|
27
|
+
app.uiConfig.config.value.primaryColor ?? getDefaultPrimaryColor(app),
|
28
28
|
)
|
29
29
|
.withAlpha(opacity)
|
30
30
|
.toCssColorString();
|
@@ -128,7 +128,7 @@ declare class OverviewMap {
|
|
128
128
|
* Is passed a {@link InteractionEvent} as its only argument
|
129
129
|
* @type {import("@vcmap/core").VcsEvent<import("@vcmap/core").InteractionEvent>}
|
130
130
|
*/
|
131
|
-
get mapClicked(): import("@vcmap/core
|
131
|
+
get mapClicked(): import("@vcmap/core").VcsEvent<import("@vcmap/core").InteractionEvent>;
|
132
132
|
/**
|
133
133
|
* @private
|
134
134
|
*/
|
@@ -140,7 +140,7 @@ class OverviewMap {
|
|
140
140
|
this._obliqueSelectedImageLayer = null;
|
141
141
|
|
142
142
|
const primary =
|
143
|
-
app.uiConfig.config.value.primaryColor ?? getDefaultPrimaryColor();
|
143
|
+
app.uiConfig.config.value.primaryColor ?? getDefaultPrimaryColor(app);
|
144
144
|
const fillColor = Color.fromCssColorString('#EDEDED');
|
145
145
|
|
146
146
|
/**
|
@@ -180,7 +180,7 @@ class OverviewMap {
|
|
180
180
|
* @type {import("@vcmap/core").VectorStyleItem}
|
181
181
|
*/
|
182
182
|
this.cameraIconStyle = new VectorStyleItem({
|
183
|
-
image: getCameraIcon(getDefaultPrimaryColor()),
|
183
|
+
image: getCameraIcon(getDefaultPrimaryColor(this._app)),
|
184
184
|
});
|
185
185
|
|
186
186
|
/**
|
@@ -289,7 +289,7 @@ class OverviewMap {
|
|
289
289
|
* @private
|
290
290
|
*/
|
291
291
|
_updatePrimaryColor() {
|
292
|
-
const color = getColorByKey('primary');
|
292
|
+
const color = getColorByKey(this._app, 'primary');
|
293
293
|
this.obliqueSelectedStyle?.stroke?.setColor(color);
|
294
294
|
this._obliqueSelectedImageLayer?.forceRedraw?.();
|
295
295
|
const rotation = this.cameraIconStyle.image.getRotation();
|
@@ -1,7 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div>
|
3
3
|
<v-snackbar
|
4
|
-
dark
|
5
4
|
v-for="notification in notifications"
|
6
5
|
:key="notification.id"
|
7
6
|
v-model="notification.open"
|
@@ -11,22 +10,22 @@
|
|
11
10
|
{{ icon[notification.type] }}
|
12
11
|
</v-icon>
|
13
12
|
<span class="snack-title">{{
|
14
|
-
$
|
13
|
+
$st(notification.title || defaultTitle[notification.type])
|
15
14
|
}}</span>
|
16
|
-
<template #
|
15
|
+
<template #actions="{ props }">
|
17
16
|
<VcsButton
|
18
17
|
icon="mdi-close"
|
19
|
-
v-bind="
|
18
|
+
v-bind="props"
|
20
19
|
@click="notification.open = false"
|
21
20
|
/>
|
22
21
|
</template>
|
23
|
-
<span>{{ $
|
22
|
+
<span>{{ $st(notification.message) }}</span>
|
24
23
|
</v-snackbar>
|
25
24
|
</div>
|
26
25
|
</template>
|
27
26
|
|
28
27
|
<script>
|
29
|
-
import { VSnackbar, VIcon } from 'vuetify/
|
28
|
+
import { VSnackbar, VIcon } from 'vuetify/components';
|
30
29
|
import { inject } from 'vue';
|
31
30
|
import VcsButton from '../components/buttons/VcsButton.vue';
|
32
31
|
import { NotificationType } from './notifier.js';
|
@@ -65,22 +64,20 @@
|
|
65
64
|
|
66
65
|
<style lang="scss" scoped>
|
67
66
|
.v-snack {
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
font-size: 17px;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
.v-snack__action {
|
81
|
-
align-self: flex-start;
|
82
|
-
margin-top: 4px;
|
67
|
+
:deep(.v-snack__content) {
|
68
|
+
display: grid;
|
69
|
+
gap: 8px 4px;
|
70
|
+
grid-template-columns: 20px auto;
|
71
|
+
.v-icon {
|
72
|
+
grid-row-start: 1;
|
73
|
+
grid-row-end: 3;
|
74
|
+
align-self: start;
|
75
|
+
font-size: 17px;
|
83
76
|
}
|
84
77
|
}
|
78
|
+
:deep(.v-snack__action) {
|
79
|
+
align-self: flex-start;
|
80
|
+
margin-top: 4px;
|
81
|
+
}
|
85
82
|
}
|
86
83
|
</style>
|
@@ -6,5 +6,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
6
6
|
defaultTitle: {
|
7
7
|
[x: string]: string;
|
8
8
|
};
|
9
|
-
}, {}, {}, {}, import("vue
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
10
10
|
export default _default;
|
package/src/notifier/notifier.js
CHANGED
@@ -16,7 +16,8 @@ import { v4 as uuidv4 } from 'uuid';
|
|
16
16
|
* @property {NotificationType} type
|
17
17
|
* @property {string} [title]
|
18
18
|
* @property {number} timeout
|
19
|
-
* @property {import("vue").Ref<boolean>}
|
19
|
+
* @property {import("vue").Ref<boolean>} openRef
|
20
|
+
* @property {open} open
|
20
21
|
* @property {function():void} close
|
21
22
|
*/
|
22
23
|
|
@@ -57,7 +58,7 @@ function createNotification(options, notifier) {
|
|
57
58
|
return timeout ?? 5000;
|
58
59
|
},
|
59
60
|
get open() {
|
60
|
-
return open;
|
61
|
+
return open.value;
|
61
62
|
},
|
62
63
|
set open(value) {
|
63
64
|
open.value = value?.value ?? value; // when used as a v-model, this is set as a boolean
|
@@ -65,6 +66,9 @@ function createNotification(options, notifier) {
|
|
65
66
|
this.close();
|
66
67
|
}
|
67
68
|
},
|
69
|
+
get openRef() {
|
70
|
+
return open;
|
71
|
+
},
|
68
72
|
close() {
|
69
73
|
open.value = false;
|
70
74
|
setTimeout(() => {
|
@@ -1,26 +1,27 @@
|
|
1
1
|
<template>
|
2
|
-
<
|
3
|
-
<
|
2
|
+
<v-list-item class="ma-2 d-flex flex-row align-center" v-if="item">
|
3
|
+
<template #prepend v-if="item.icon">
|
4
4
|
<v-icon>
|
5
5
|
{{ item.icon }}
|
6
6
|
</v-icon>
|
7
|
-
</
|
7
|
+
</template>
|
8
8
|
<div class="px-2 d-flex align-center" :title="$t('search.select')">
|
9
9
|
<span v-html="marked" />
|
10
10
|
</div>
|
11
|
-
<
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
11
|
+
<template #append>
|
12
|
+
<VcsActionButtonList
|
13
|
+
v-if="hasActions"
|
14
|
+
:actions="item.actions"
|
15
|
+
:overflow-count="2"
|
16
|
+
right
|
17
|
+
/>
|
18
|
+
</template>
|
19
|
+
</v-list-item>
|
19
20
|
</template>
|
20
21
|
|
21
22
|
<script>
|
22
23
|
import { computed } from 'vue';
|
23
|
-
import { VIcon,
|
24
|
+
import { VIcon, VListItem } from 'vuetify/components';
|
24
25
|
import VcsActionButtonList from '../components/buttons/VcsActionButtonList.vue';
|
25
26
|
|
26
27
|
/**
|
@@ -55,8 +56,8 @@
|
|
55
56
|
name: 'ResultItem',
|
56
57
|
components: {
|
57
58
|
VcsActionButtonList,
|
58
|
-
VListItemIcon,
|
59
59
|
VIcon,
|
60
|
+
VListItem,
|
60
61
|
},
|
61
62
|
props: {
|
62
63
|
query: {
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
10
10
|
}, {
|
11
11
|
hasActions: import("vue").ComputedRef<boolean>;
|
12
12
|
marked: import("vue").ComputedRef<string>;
|
13
|
-
},
|
13
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
14
14
|
query: {
|
15
15
|
type: StringConstructor;
|
16
16
|
default: string;
|
@@ -21,5 +21,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
21
21
|
};
|
22
22
|
}>>, {
|
23
23
|
query: string;
|
24
|
-
}>;
|
24
|
+
}, {}>;
|
25
25
|
export default _default;
|
@@ -1,29 +1,22 @@
|
|
1
1
|
<template>
|
2
|
-
<v-list
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</v-list-item-group>
|
2
|
+
<v-list
|
3
|
+
density="compact"
|
4
|
+
class="ma-0 overflow-y-auto vcs-search-results"
|
5
|
+
v-model="highlighted"
|
6
|
+
>
|
7
|
+
<ResultItem
|
8
|
+
:item="item"
|
9
|
+
:query="query"
|
10
|
+
class="cursor-pointer px-0"
|
11
|
+
v-for="(item, index) in results"
|
12
|
+
:key="index"
|
13
|
+
/>
|
15
14
|
</v-list>
|
16
15
|
</template>
|
17
16
|
|
18
17
|
<script>
|
19
18
|
import { inject, onUnmounted, ref, computed } from 'vue';
|
20
|
-
import {
|
21
|
-
VDivider,
|
22
|
-
VList,
|
23
|
-
VListItem,
|
24
|
-
VListItemContent,
|
25
|
-
VListItemGroup,
|
26
|
-
} from 'vuetify/lib';
|
19
|
+
import { VList } from 'vuetify/components';
|
27
20
|
import ResultItem from './ResultItem.vue';
|
28
21
|
|
29
22
|
/**
|
@@ -37,10 +30,6 @@
|
|
37
30
|
components: {
|
38
31
|
ResultItem,
|
39
32
|
VList,
|
40
|
-
VListItemGroup,
|
41
|
-
VListItem,
|
42
|
-
VListItemContent,
|
43
|
-
VDivider,
|
44
33
|
},
|
45
34
|
props: {
|
46
35
|
query: {
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
};
|
10
10
|
}, {
|
11
11
|
highlighted: import("vue").WritableComputedRef<number>;
|
12
|
-
},
|
12
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
13
13
|
query: {
|
14
14
|
type: StringConstructor;
|
15
15
|
default: string;
|
@@ -20,5 +20,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
20
20
|
};
|
21
21
|
}>>, {
|
22
22
|
query: string;
|
23
|
-
}>;
|
23
|
+
}, {}>;
|
24
24
|
export default _default;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<span class="d-flex justify-space-between align-center mt-1 ml-2">
|
4
4
|
<v-icon class="pa-1"> $vcsSearch </v-icon>
|
5
5
|
<VcsTextField
|
6
|
-
class="d-inline-block user-select-none w-
|
6
|
+
class="d-inline-block user-select-none w-100 mx-1"
|
7
7
|
autofocus
|
8
8
|
:loading="searching"
|
9
9
|
clearable
|
@@ -14,7 +14,7 @@
|
|
14
14
|
@input="reset"
|
15
15
|
/>
|
16
16
|
</span>
|
17
|
-
<v-divider class="mt-1 base
|
17
|
+
<v-divider class="mt-1 base-darken-1" v-if="!!results.length" />
|
18
18
|
<ResultsComponent :query="query" :results="results" />
|
19
19
|
<v-divider v-if="!!results.length" />
|
20
20
|
<div v-if="!!results.length" class="d-flex px-2 pt-2 pb-1 justify-end">
|
@@ -26,27 +26,28 @@
|
|
26
26
|
</template>
|
27
27
|
|
28
28
|
<style lang="scss" scoped>
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
padding: 0 !important;
|
33
|
-
}
|
34
|
-
fieldset,
|
35
|
-
input {
|
36
|
-
border-color: transparent !important;
|
37
|
-
}
|
29
|
+
:deep(.v-input) {
|
30
|
+
fieldset {
|
31
|
+
padding: 0 !important;
|
38
32
|
}
|
39
|
-
|
40
|
-
|
41
|
-
|
33
|
+
fieldset,
|
34
|
+
input {
|
35
|
+
border-color: transparent !important;
|
42
36
|
}
|
43
37
|
}
|
38
|
+
:deep(.v-icon .v-icon__component) {
|
39
|
+
width: 16px;
|
40
|
+
height: 16px;
|
41
|
+
}
|
42
|
+
.user-select-none {
|
43
|
+
user-select: none;
|
44
|
+
}
|
44
45
|
</style>
|
45
46
|
|
46
47
|
<script>
|
47
48
|
import { inject, onUnmounted, ref } from 'vue';
|
48
49
|
import { getLogger } from '@vcsuite/logger';
|
49
|
-
import { VSheet, VDivider, VIcon } from 'vuetify/
|
50
|
+
import { VSheet, VDivider, VIcon } from 'vuetify/components';
|
50
51
|
import VcsTextField from '../components/form-inputs-controls/VcsTextField.vue';
|
51
52
|
import ResultsComponent from './ResultsComponent.vue';
|
52
53
|
import VcsFormButton from '../components/buttons/VcsFormButton.vue';
|
@@ -1,10 +1,10 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
2
2
|
query: import("vue").Ref<null>;
|
3
3
|
searching: import("vue").Ref<boolean>;
|
4
|
-
results: import("vue").Ref<import("./search.js").ResultItem[]>;
|
4
|
+
results: import("vue").Ref<import("./search.js", { with: { "resolution-mode": "import" } }).ResultItem[]>;
|
5
5
|
reset: () => void;
|
6
6
|
clear: () => void;
|
7
7
|
search: () => Promise<void>;
|
8
8
|
zoomToAll: () => void;
|
9
|
-
}, {}, {}, {}, import("vue
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
10
10
|
export default _default;
|
package/src/search/search.d.ts
CHANGED
@@ -15,13 +15,13 @@ export type ResultItem = {
|
|
15
15
|
*/
|
16
16
|
clicked?: (() => Promise<void>) | undefined;
|
17
17
|
/**
|
18
|
-
* If a feature is provided, the feature is added to the result layer and search zooms to the layer's extent. Default clicked handler is zoom to feature, highlight feature and select feature, if feature has a FeatureInfoView.
|
18
|
+
* If a feature (in web mercator) is provided, the feature is added to the result layer and search zooms to the layer's extent. Default clicked handler is zoom to feature, highlight feature and select feature, if feature has a FeatureInfoView.
|
19
19
|
*/
|
20
20
|
feature?: import("ol").Feature | undefined;
|
21
21
|
};
|
22
22
|
export type SearchImpl = {
|
23
23
|
/**
|
24
|
-
* Name of the implementation. Must be
|
24
|
+
* Name of the implementation. Must be unique, best practice is to prefix with your plugin name to ensure uniqueness or use a uuid.
|
25
25
|
*/
|
26
26
|
name: string;
|
27
27
|
search: (arg0: string) => Promise<Array<ResultItem>>;
|
package/src/search/search.js
CHANGED
@@ -28,12 +28,12 @@ import { getViewpointFromFeature } from '../actions/actionHelper.js';
|
|
28
28
|
* @property {string} [icon] An optional icon
|
29
29
|
* @property {Array<import("../actions/actionHelper.js").VcsAction>} [actions]
|
30
30
|
* @property {function():Promise<void>} [clicked] Obligatory, if no feature is provided. Can overwrite default zoom to feature behaviour.
|
31
|
-
* @property {import("ol").Feature|undefined} [feature] If a feature is provided, the feature is added to the result layer and search zooms to the layer's extent. Default clicked handler is zoom to feature, highlight feature and select feature, if feature has a FeatureInfoView.
|
31
|
+
* @property {import("ol").Feature|undefined} [feature] If a feature (in web mercator) is provided, the feature is added to the result layer and search zooms to the layer's extent. Default clicked handler is zoom to feature, highlight feature and select feature, if feature has a FeatureInfoView.
|
32
32
|
*/
|
33
33
|
|
34
34
|
/**
|
35
35
|
* @typedef {Object} SearchImpl
|
36
|
-
* @property {string} name Name of the implementation. Must be
|
36
|
+
* @property {string} name Name of the implementation. Must be unique, best practice is to prefix with your plugin name to ensure uniqueness or use a uuid.
|
37
37
|
* @property {function(string):Promise<Array<ResultItem>>} search
|
38
38
|
* @property {function(string):Promise<Array<string>>} [suggest] // XXX currently not implemented in UI at Beta state
|
39
39
|
* @property{function():void} abort - should abort any ongoing requests to search or suggest without throwing an error
|
@@ -75,19 +75,19 @@ function setupSearchResultLayer(app) {
|
|
75
75
|
app.layers.add(resultLayer);
|
76
76
|
|
77
77
|
const style = new VectorStyleItem({
|
78
|
-
image: getPointResultIcon(getDefaultPrimaryColor()),
|
78
|
+
image: getPointResultIcon(getDefaultPrimaryColor(app)),
|
79
79
|
fill: {
|
80
80
|
color: 'rgba(237, 237, 237, 0.1)',
|
81
81
|
},
|
82
82
|
stroke: {
|
83
|
-
color: getDefaultPrimaryColor(),
|
83
|
+
color: getDefaultPrimaryColor(app),
|
84
84
|
width: 5,
|
85
85
|
},
|
86
86
|
});
|
87
87
|
resultLayer.setStyle(style);
|
88
88
|
|
89
89
|
function setResultColor() {
|
90
|
-
const color = getColorByKey('primary');
|
90
|
+
const color = getColorByKey(app, 'primary');
|
91
91
|
style.stroke?.setColor(color);
|
92
92
|
style.image = new Icon(getPointResultIcon(color));
|
93
93
|
resultLayer.forceRedraw();
|
@@ -185,11 +185,7 @@ class Search extends IndexedCollection {
|
|
185
185
|
add(item, owner, index) {
|
186
186
|
check(owner, [String, vcsAppSymbol]);
|
187
187
|
check(item.search, Function);
|
188
|
-
|
189
|
-
getLogger('Search').warning(
|
190
|
-
'SearchImplementations must be named as the plugin they are owned by.',
|
191
|
-
);
|
192
|
-
}
|
188
|
+
|
193
189
|
item[searchImplOwnerSymbol] = owner;
|
194
190
|
super.add(item, index);
|
195
191
|
}
|
package/src/setup.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import Vue from 'vue';
|
1
|
+
// import Vue from 'vue';
|
2
2
|
|
3
3
|
// eslint-disable-next-line no-unused-vars
|
4
4
|
import * as core from '@vcmap/core';
|
5
5
|
// pull in entire core for vcsClassRegistry
|
6
6
|
|
7
|
-
Vue.config.productionTip = false;
|
7
|
+
// Vue.config.productionTip = false;
|
8
8
|
|
9
9
|
window.CESIUM_BASE_URL = '/node_modules/@vcmap-cesium/engine/Build/';
|
@@ -1,6 +1,7 @@
|
|
1
1
|
@import 'vcsFont.scss';
|
2
2
|
|
3
|
-
.v-application
|
3
|
+
.v-application,
|
4
|
+
.v-overlay-container {
|
4
5
|
h1,
|
5
6
|
h2,
|
6
7
|
h3,
|
@@ -13,19 +14,19 @@
|
|
13
14
|
input,
|
14
15
|
.caption,
|
15
16
|
.tooltip,
|
17
|
+
label,
|
16
18
|
p {
|
17
|
-
font-size:
|
19
|
+
font-size: var(--v-vcs-font-size);
|
18
20
|
&:not(.v-icon) {
|
19
|
-
font-family:
|
21
|
+
font-family: var(--v-vcs-font-family), sans-serif !important;
|
20
22
|
}
|
21
23
|
}
|
22
|
-
|
23
24
|
h1 {
|
24
|
-
font-size:
|
25
|
+
font-size: calc(var(--v-vcs-font-size) + 3px);
|
25
26
|
}
|
26
27
|
|
27
28
|
h2 {
|
28
|
-
font-size:
|
29
|
+
font-size: calc(var(--v-vcs-font-size) + 1px);
|
29
30
|
}
|
30
31
|
|
31
32
|
h3 {
|
@@ -33,7 +34,10 @@
|
|
33
34
|
}
|
34
35
|
|
35
36
|
h4 {
|
36
|
-
font-size:
|
37
|
+
font-size: calc(var(--v-vcs-font-size) - 1px);
|
37
38
|
font-weight: normal;
|
38
39
|
}
|
40
|
+
.v-tooltip > .v-overlay__content {
|
41
|
+
font-size: var(--v-vcs-font-size);
|
42
|
+
}
|
39
43
|
}
|