@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
package/src/i18n/de.d.ts
CHANGED
@@ -1,5 +1,109 @@
|
|
1
1
|
export default messages;
|
2
2
|
declare namespace messages {
|
3
|
+
export let $vuetify: {
|
4
|
+
dataIterator: {
|
5
|
+
rowsPerPageText: string;
|
6
|
+
pageText: string;
|
7
|
+
noResultsText: string;
|
8
|
+
loadingText: string;
|
9
|
+
};
|
10
|
+
badge: string;
|
11
|
+
open: string;
|
12
|
+
close: string;
|
13
|
+
dismiss: string;
|
14
|
+
confirmEdit: {
|
15
|
+
ok: string;
|
16
|
+
cancel: string;
|
17
|
+
};
|
18
|
+
dataTable: {
|
19
|
+
itemsPerPageText: string;
|
20
|
+
ariaLabel: {
|
21
|
+
sortDescending: string;
|
22
|
+
sortAscending: string;
|
23
|
+
sortNone: string;
|
24
|
+
activateNone: string;
|
25
|
+
activateDescending: string;
|
26
|
+
activateAscending: string;
|
27
|
+
};
|
28
|
+
sortBy: string;
|
29
|
+
};
|
30
|
+
dataFooter: {
|
31
|
+
itemsPerPageText: string;
|
32
|
+
itemsPerPageAll: string;
|
33
|
+
nextPage: string;
|
34
|
+
prevPage: string;
|
35
|
+
firstPage: string;
|
36
|
+
lastPage: string;
|
37
|
+
pageText: string;
|
38
|
+
};
|
39
|
+
dateRangeInput: {
|
40
|
+
divider: string;
|
41
|
+
};
|
42
|
+
datePicker: {
|
43
|
+
itemsSelected: string;
|
44
|
+
range: {
|
45
|
+
title: string;
|
46
|
+
header: string;
|
47
|
+
};
|
48
|
+
title: string;
|
49
|
+
header: string;
|
50
|
+
input: {
|
51
|
+
placeholder: string;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
noDataText: string;
|
55
|
+
carousel: {
|
56
|
+
prev: string;
|
57
|
+
next: string;
|
58
|
+
ariaLabel: {
|
59
|
+
delimiter: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
calendar: {
|
63
|
+
moreEvents: string;
|
64
|
+
today: string;
|
65
|
+
};
|
66
|
+
input: {
|
67
|
+
clear: string;
|
68
|
+
prependAction: string;
|
69
|
+
appendAction: string;
|
70
|
+
otp: string;
|
71
|
+
};
|
72
|
+
fileInput: {
|
73
|
+
counter: string;
|
74
|
+
counterSize: string;
|
75
|
+
};
|
76
|
+
timePicker: {
|
77
|
+
am: string;
|
78
|
+
pm: string;
|
79
|
+
title: string;
|
80
|
+
};
|
81
|
+
pagination: {
|
82
|
+
ariaLabel: {
|
83
|
+
root: string;
|
84
|
+
next: string;
|
85
|
+
previous: string;
|
86
|
+
page: string;
|
87
|
+
currentPage: string;
|
88
|
+
first: string;
|
89
|
+
last: string;
|
90
|
+
};
|
91
|
+
};
|
92
|
+
stepper: {
|
93
|
+
next: string;
|
94
|
+
prev: string;
|
95
|
+
};
|
96
|
+
rating: {
|
97
|
+
ariaLabel: {
|
98
|
+
item: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
loading: string;
|
102
|
+
infiniteScroll: {
|
103
|
+
loadMore: string;
|
104
|
+
empty: string;
|
105
|
+
};
|
106
|
+
};
|
3
107
|
export namespace navbar {
|
4
108
|
namespace maps {
|
5
109
|
let CesiumMap: string;
|
@@ -205,6 +309,7 @@ declare namespace messages {
|
|
205
309
|
export let invalid: string;
|
206
310
|
export let editVertices: string;
|
207
311
|
export let translate: string;
|
312
|
+
export let toggle: string;
|
208
313
|
}
|
209
314
|
export namespace editor {
|
210
315
|
let translate_1: string;
|
package/src/i18n/de.js
CHANGED
@@ -1,6 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { de } from 'vuetify/locale';
|
2
2
|
|
3
3
|
const messages = {
|
4
|
+
$vuetify: {
|
5
|
+
...de,
|
6
|
+
dataIterator: {
|
7
|
+
...de.dataIterator,
|
8
|
+
rowsPerPageText: 'Elemente pro Seite:',
|
9
|
+
pageText: '{0}-{1} von {2}',
|
10
|
+
},
|
11
|
+
},
|
4
12
|
navbar: {
|
5
13
|
maps: {
|
6
14
|
CesiumMap: '3D-Karte aktivieren',
|
@@ -188,12 +196,13 @@ const messages = {
|
|
188
196
|
invalid: 'Koordinaten ergeben keine valide Ausdehnung!',
|
189
197
|
editVertices: 'Ecken bearbeiten',
|
190
198
|
translate: 'Ausdehnung verschieben',
|
199
|
+
toggle: 'Extent an-/ausschalten',
|
191
200
|
},
|
192
201
|
editor: {
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
202
|
+
translate: 'Objekt verschieben',
|
203
|
+
rotate: 'Objekt rotieren',
|
204
|
+
scale: 'Objekt skalieren',
|
205
|
+
extrude: 'Objekt extrudieren',
|
197
206
|
header: 'Transformieren',
|
198
207
|
placeOnTerrain: 'Auf Gelände plazieren',
|
199
208
|
cw: '90° rechtsherum drehen',
|
package/src/i18n/en.d.ts
CHANGED
@@ -1,5 +1,109 @@
|
|
1
1
|
export default messages;
|
2
2
|
declare namespace messages {
|
3
|
+
export let $vuetify: {
|
4
|
+
dataIterator: {
|
5
|
+
rowsPerPageText: string;
|
6
|
+
pageText: string;
|
7
|
+
noResultsText: string;
|
8
|
+
loadingText: string;
|
9
|
+
};
|
10
|
+
badge: string;
|
11
|
+
open: string;
|
12
|
+
close: string;
|
13
|
+
dismiss: string;
|
14
|
+
confirmEdit: {
|
15
|
+
ok: string;
|
16
|
+
cancel: string;
|
17
|
+
};
|
18
|
+
dataTable: {
|
19
|
+
itemsPerPageText: string;
|
20
|
+
ariaLabel: {
|
21
|
+
sortDescending: string;
|
22
|
+
sortAscending: string;
|
23
|
+
sortNone: string;
|
24
|
+
activateNone: string;
|
25
|
+
activateDescending: string;
|
26
|
+
activateAscending: string;
|
27
|
+
};
|
28
|
+
sortBy: string;
|
29
|
+
};
|
30
|
+
dataFooter: {
|
31
|
+
itemsPerPageText: string;
|
32
|
+
itemsPerPageAll: string;
|
33
|
+
nextPage: string;
|
34
|
+
prevPage: string;
|
35
|
+
firstPage: string;
|
36
|
+
lastPage: string;
|
37
|
+
pageText: string;
|
38
|
+
};
|
39
|
+
dateRangeInput: {
|
40
|
+
divider: string;
|
41
|
+
};
|
42
|
+
datePicker: {
|
43
|
+
itemsSelected: string;
|
44
|
+
range: {
|
45
|
+
title: string;
|
46
|
+
header: string;
|
47
|
+
};
|
48
|
+
title: string;
|
49
|
+
header: string;
|
50
|
+
input: {
|
51
|
+
placeholder: string;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
noDataText: string;
|
55
|
+
carousel: {
|
56
|
+
prev: string;
|
57
|
+
next: string;
|
58
|
+
ariaLabel: {
|
59
|
+
delimiter: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
calendar: {
|
63
|
+
moreEvents: string;
|
64
|
+
today: string;
|
65
|
+
};
|
66
|
+
input: {
|
67
|
+
clear: string;
|
68
|
+
prependAction: string;
|
69
|
+
appendAction: string;
|
70
|
+
otp: string;
|
71
|
+
};
|
72
|
+
fileInput: {
|
73
|
+
counter: string;
|
74
|
+
counterSize: string;
|
75
|
+
};
|
76
|
+
timePicker: {
|
77
|
+
am: string;
|
78
|
+
pm: string;
|
79
|
+
title: string;
|
80
|
+
};
|
81
|
+
pagination: {
|
82
|
+
ariaLabel: {
|
83
|
+
root: string;
|
84
|
+
next: string;
|
85
|
+
previous: string;
|
86
|
+
page: string;
|
87
|
+
currentPage: string;
|
88
|
+
first: string;
|
89
|
+
last: string;
|
90
|
+
};
|
91
|
+
};
|
92
|
+
stepper: {
|
93
|
+
next: string;
|
94
|
+
prev: string;
|
95
|
+
};
|
96
|
+
rating: {
|
97
|
+
ariaLabel: {
|
98
|
+
item: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
loading: string;
|
102
|
+
infiniteScroll: {
|
103
|
+
loadMore: string;
|
104
|
+
empty: string;
|
105
|
+
};
|
106
|
+
};
|
3
107
|
export namespace navbar {
|
4
108
|
namespace maps {
|
5
109
|
let CesiumMap: string;
|
@@ -205,6 +309,7 @@ declare namespace messages {
|
|
205
309
|
export let invalid: string;
|
206
310
|
export let editVertices: string;
|
207
311
|
export let translate: string;
|
312
|
+
export let toggle: string;
|
208
313
|
}
|
209
314
|
export namespace editor {
|
210
315
|
let translate_1: string;
|
package/src/i18n/en.js
CHANGED
@@ -1,6 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { en } from 'vuetify/locale';
|
2
2
|
|
3
3
|
const messages = {
|
4
|
+
$vuetify: {
|
5
|
+
...en,
|
6
|
+
dataIterator: {
|
7
|
+
...en.dataIterator,
|
8
|
+
rowsPerPageText: 'Items per page:',
|
9
|
+
pageText: '{0}-{1} of {2}',
|
10
|
+
},
|
11
|
+
},
|
4
12
|
navbar: {
|
5
13
|
maps: {
|
6
14
|
CesiumMap: 'Enable 3D map',
|
@@ -188,12 +196,13 @@ const messages = {
|
|
188
196
|
invalid: 'Coordinates do not result in a valid extent!',
|
189
197
|
editVertices: 'Edit extent corners',
|
190
198
|
translate: 'Translate extent',
|
199
|
+
toggle: 'Toggle extent',
|
191
200
|
},
|
192
201
|
editor: {
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
202
|
+
translate: 'Translate features',
|
203
|
+
rotate: 'Rotate features',
|
204
|
+
scale: 'Scale features',
|
205
|
+
extrude: 'Extrude features',
|
197
206
|
header: 'Transform',
|
198
207
|
placeOnTerrain: 'Place on terrain',
|
199
208
|
cw: 'Rotate 90° clockwise',
|
package/src/init.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import
|
1
|
+
import { createApp } from 'vue';
|
2
2
|
import { check, checkMaybe, is } from '@vcsuite/check';
|
3
3
|
import { VcsModule } from '@vcmap/core';
|
4
4
|
import VcsAppComponentWrapper from './application/VcsAppWrapper.vue';
|
5
|
-
import { vuetify } from './vuePlugins/vuetify.js';
|
6
5
|
import VcsUiApp from './vcsUiApp.js';
|
6
|
+
import { createSafeI18n } from './vuePlugins/i18n.js';
|
7
7
|
|
8
8
|
/**
|
9
9
|
* Base pattern to check VcsObjects
|
@@ -42,16 +42,14 @@ export const VcsUiAppConfigPattern = {
|
|
42
42
|
export default async function initApp(mountTarget) {
|
43
43
|
check(mountTarget, String);
|
44
44
|
const app = new VcsUiApp();
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
}),
|
54
|
-
}).$mount(mountTarget);
|
45
|
+
const vueApp = createApp(VcsAppComponentWrapper, {
|
46
|
+
appId: app.id,
|
47
|
+
});
|
48
|
+
vueApp.use(app.vueI18nPlugin);
|
49
|
+
const safeI18nPlugin = createSafeI18n();
|
50
|
+
vueApp.use(safeI18nPlugin);
|
51
|
+
vueApp.use(app.vuetify);
|
52
|
+
vueApp.mount(mountTarget);
|
55
53
|
|
56
54
|
return app;
|
57
55
|
}
|
@@ -1,13 +1,18 @@
|
|
1
1
|
<template>
|
2
|
-
<v-list
|
3
|
-
<v-
|
4
|
-
<v-
|
2
|
+
<v-list density="compact">
|
3
|
+
<v-row>
|
4
|
+
<v-col
|
5
5
|
v-for="(row, idx) in item.rows"
|
6
6
|
:key="idx"
|
7
|
-
:
|
7
|
+
:cols="cols"
|
8
|
+
:class="{ 'w-100': item.colNr === 1, 'w-50': item.colNr !== 1 }"
|
8
9
|
>
|
9
|
-
<v-list-item
|
10
|
-
|
10
|
+
<v-list-item
|
11
|
+
density="compact"
|
12
|
+
class="pa-0"
|
13
|
+
:class="determineInnerPadding(idx)"
|
14
|
+
>
|
15
|
+
<template #prepend>
|
11
16
|
<v-img
|
12
17
|
v-if="
|
13
18
|
row.type === StyleRowType.Icon ||
|
@@ -15,7 +20,7 @@
|
|
15
20
|
"
|
16
21
|
width="32"
|
17
22
|
height="24"
|
18
|
-
|
23
|
+
cover
|
19
24
|
:src="getImageSrcFromShape(row.image)"
|
20
25
|
/>
|
21
26
|
<svg
|
@@ -39,7 +44,7 @@
|
|
39
44
|
:stroke-width="row.text?.stroke?.width"
|
40
45
|
:fill="getColor(row.text?.fill?.color) || 'rgba(255,255,255,0)'"
|
41
46
|
>
|
42
|
-
{{ $
|
47
|
+
{{ $st(row.label || 'legend.defaultLabelText') }}
|
43
48
|
</text>
|
44
49
|
<line
|
45
50
|
v-else-if="row.type === StyleRowType.Stroke"
|
@@ -85,33 +90,31 @@
|
|
85
90
|
"
|
86
91
|
/>
|
87
92
|
</svg>
|
88
|
-
</
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
</v-list-item-content>
|
93
|
+
</template>
|
94
|
+
|
95
|
+
<v-list-item-title
|
96
|
+
class="pt-2"
|
97
|
+
:title="$st(row.tooltip || row.title)"
|
98
|
+
>
|
99
|
+
{{ $st(row.title) }}
|
100
|
+
</v-list-item-title>
|
97
101
|
</v-list-item>
|
98
|
-
</v-
|
99
|
-
</v-
|
102
|
+
</v-col>
|
103
|
+
</v-row>
|
100
104
|
</v-list>
|
101
105
|
</template>
|
102
106
|
|
103
107
|
<script>
|
104
108
|
import { getStringColor } from '@vcmap/core';
|
105
109
|
import {
|
106
|
-
|
110
|
+
VRow,
|
107
111
|
VImg,
|
108
|
-
|
112
|
+
VCol,
|
109
113
|
VList,
|
110
114
|
VListItem,
|
111
|
-
VListItemContent,
|
112
|
-
VListItemIcon,
|
113
115
|
VListItemTitle,
|
114
|
-
} from 'vuetify/
|
116
|
+
} from 'vuetify/components';
|
117
|
+
import { computed } from 'vue';
|
115
118
|
import { StyleRowType, getImageSrcFromShape } from './legendHelper.js';
|
116
119
|
|
117
120
|
/**
|
@@ -122,12 +125,10 @@
|
|
122
125
|
name: 'StyleLegendItem',
|
123
126
|
components: {
|
124
127
|
VList,
|
125
|
-
|
126
|
-
|
128
|
+
VRow,
|
129
|
+
VCol,
|
127
130
|
VListItem,
|
128
|
-
VListItemIcon,
|
129
131
|
VImg,
|
130
|
-
VListItemContent,
|
131
132
|
VListItemTitle,
|
132
133
|
},
|
133
134
|
props: {
|
@@ -164,6 +165,9 @@
|
|
164
165
|
return null;
|
165
166
|
},
|
166
167
|
determineInnerPadding,
|
168
|
+
cols: computed(() => {
|
169
|
+
return props.item.colNr === 1 ? 12 : 6;
|
170
|
+
}),
|
167
171
|
};
|
168
172
|
},
|
169
173
|
};
|
@@ -15,11 +15,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
getImageSrcFromShape: typeof getImageSrcFromShape;
|
16
16
|
getColor(color: any): string | null;
|
17
17
|
determineInnerPadding: (index: number) => string;
|
18
|
-
|
18
|
+
cols: import("vue").ComputedRef<6 | 12>;
|
19
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
19
20
|
item: {
|
20
21
|
type: ObjectConstructor;
|
21
22
|
required: true;
|
22
23
|
};
|
23
|
-
}>>, {}>;
|
24
|
+
}>>, {}, {}>;
|
24
25
|
export default _default;
|
25
26
|
import { getImageSrcFromShape } from './legendHelper.js';
|
package/src/legend/VcsLegend.vue
CHANGED
@@ -1,37 +1,36 @@
|
|
1
1
|
<template>
|
2
2
|
<v-sheet class="overflow-y-auto">
|
3
3
|
<v-expansion-panels
|
4
|
-
accordion
|
4
|
+
variant="accordion"
|
5
5
|
multiple
|
6
6
|
v-if="entries.length > 0"
|
7
|
-
v-model="panels"
|
8
7
|
class="rounded-0"
|
9
8
|
>
|
10
9
|
<v-expansion-panel
|
11
10
|
v-for="(entry, i) in entries"
|
12
11
|
:key="i"
|
13
12
|
class="px-2"
|
14
|
-
@
|
13
|
+
@group:selected="entry.open = !entry.open"
|
15
14
|
>
|
16
|
-
<v-expansion-panel-
|
15
|
+
<v-expansion-panel-title hide-actions>
|
17
16
|
<template #default="{ open }">
|
18
17
|
<div class="d-flex justify-space-between">
|
19
18
|
<div class="d-flex align-center">
|
20
19
|
<v-icon class="mr-1" :class="{ rotate: !open }">
|
21
20
|
mdi-chevron-down
|
22
21
|
</v-icon>
|
23
|
-
{{ $
|
22
|
+
{{ $st(entry.title) }}
|
24
23
|
</div>
|
25
24
|
<VcsActionButtonList :actions="entry.actions" />
|
26
25
|
</div>
|
27
26
|
</template>
|
28
|
-
</v-expansion-panel-
|
29
|
-
<v-expansion-panel-
|
30
|
-
<v-list
|
27
|
+
</v-expansion-panel-title>
|
28
|
+
<v-expansion-panel-text class="pl-6 pb-2">
|
29
|
+
<v-list density="compact">
|
31
30
|
<div v-for="(item, idx) in entry.legend" :key="idx">
|
32
31
|
<div v-if="item.type === LegendType.Image">
|
33
32
|
<img
|
34
|
-
:src="$
|
33
|
+
:src="$st(item.src)"
|
35
34
|
:alt="item.src"
|
36
35
|
class="legend-image"
|
37
36
|
:title="item.tooltip"
|
@@ -40,7 +39,7 @@
|
|
40
39
|
<div v-else-if="item.type === LegendType.Iframe">
|
41
40
|
<iframe
|
42
41
|
:id="`legendIframe${idx}`"
|
43
|
-
:src="$
|
42
|
+
:src="$st(item.src)"
|
44
43
|
scrolling="no"
|
45
44
|
style="width: 100%; height: 100%"
|
46
45
|
frameBorder="0"
|
@@ -50,7 +49,7 @@
|
|
50
49
|
<style-legend-item v-else :item="item" />
|
51
50
|
</div>
|
52
51
|
</v-list>
|
53
|
-
</v-expansion-panel-
|
52
|
+
</v-expansion-panel-text>
|
54
53
|
</v-expansion-panel>
|
55
54
|
</v-expansion-panels>
|
56
55
|
<v-sheet v-else class="ma-2">
|
@@ -63,12 +62,12 @@
|
|
63
62
|
import {
|
64
63
|
VExpansionPanels,
|
65
64
|
VExpansionPanel,
|
66
|
-
|
67
|
-
|
65
|
+
VExpansionPanelText,
|
66
|
+
VExpansionPanelTitle,
|
68
67
|
VIcon,
|
69
68
|
VList,
|
70
69
|
VSheet,
|
71
|
-
} from 'vuetify/
|
70
|
+
} from 'vuetify/components';
|
72
71
|
import { computed } from 'vue';
|
73
72
|
import { LegendType } from './legendHelper.js';
|
74
73
|
import StyleLegendItem from './StyleLegendItem.vue';
|
@@ -76,7 +75,7 @@
|
|
76
75
|
|
77
76
|
/**
|
78
77
|
* @description A component rendering configured legend information for active layers.
|
79
|
-
* @vue-prop {import("vue").
|
78
|
+
* @vue-prop {import("vue").UnwrapRef<Array<LegendEntry>>} entries - legend entries to be displayed
|
80
79
|
* @vue-computed {import("vue").ComputedRef<number[]>} panels - derives indices from entries array to define all panels as open
|
81
80
|
*/
|
82
81
|
export default {
|
@@ -86,16 +85,16 @@
|
|
86
85
|
StyleLegendItem,
|
87
86
|
VExpansionPanels,
|
88
87
|
VExpansionPanel,
|
89
|
-
|
90
|
-
|
88
|
+
VExpansionPanelText,
|
89
|
+
VExpansionPanelTitle,
|
91
90
|
VIcon,
|
92
91
|
VList,
|
93
92
|
VSheet,
|
94
93
|
},
|
95
94
|
props: {
|
96
95
|
entries: {
|
97
|
-
type:
|
98
|
-
|
96
|
+
type: Array,
|
97
|
+
default: () => [],
|
99
98
|
},
|
100
99
|
},
|
101
100
|
setup(props) {
|
@@ -123,7 +122,7 @@
|
|
123
122
|
return {
|
124
123
|
LegendType,
|
125
124
|
setIframeHeight,
|
126
|
-
panels,
|
125
|
+
panels, // TODO
|
127
126
|
};
|
128
127
|
},
|
129
128
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
2
|
entries: {
|
3
|
-
type:
|
4
|
-
|
3
|
+
type: ArrayConstructor;
|
4
|
+
default: () => never[];
|
5
5
|
};
|
6
6
|
}, {
|
7
7
|
LegendType: {
|
@@ -11,10 +11,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
11
11
|
};
|
12
12
|
setIframeHeight: (id: string) => void;
|
13
13
|
panels: import("vue").ComputedRef<number[]>;
|
14
|
-
},
|
14
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
15
15
|
entries: {
|
16
|
-
type:
|
17
|
-
|
16
|
+
type: ArrayConstructor;
|
17
|
+
default: () => never[];
|
18
18
|
};
|
19
|
-
}>>, {
|
19
|
+
}>>, {
|
20
|
+
entries: unknown[];
|
21
|
+
}, {}>;
|
20
22
|
export default _default;
|
@@ -74,10 +74,10 @@ export function createLayerLegendEntry(key: string, title: string, legend: Array
|
|
74
74
|
/**
|
75
75
|
*
|
76
76
|
* @param {import("../vcsUiApp.js").default} app
|
77
|
-
* @returns {{entries: import("vue").
|
77
|
+
* @returns {{entries: import("vue").UnwrapRef<Array<LegendEntry>>, destroy: function():void }}
|
78
78
|
*/
|
79
79
|
export function getLegendEntries(app: import("../vcsUiApp.js").default): {
|
80
|
-
entries: import("vue").
|
80
|
+
entries: import("vue").UnwrapRef<Array<LegendEntry>>;
|
81
81
|
destroy: () => void;
|
82
82
|
};
|
83
83
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { getShapeFromOptions } from '@vcmap/core';
|
2
|
-
import {
|
2
|
+
import { reactive } from 'vue';
|
3
3
|
|
4
4
|
/**
|
5
5
|
* @enum {string}
|
@@ -136,13 +136,13 @@ export function createLayerLegendEntry(key, title, legend) {
|
|
136
136
|
/**
|
137
137
|
*
|
138
138
|
* @param {import("../vcsUiApp.js").default} app
|
139
|
-
* @returns {{entries: import("vue").
|
139
|
+
* @returns {{entries: import("vue").UnwrapRef<Array<LegendEntry>>, destroy: function():void }}
|
140
140
|
*/
|
141
141
|
export function getLegendEntries(app) {
|
142
142
|
/**
|
143
|
-
* @type {import("vue").
|
143
|
+
* @type {import("vue").UnwrapRef<Array<LegendEntry>>}>}
|
144
144
|
*/
|
145
|
-
const entries =
|
145
|
+
const entries = reactive([]);
|
146
146
|
/**
|
147
147
|
* @type {Object<string,function():void>}
|
148
148
|
*/
|
@@ -153,8 +153,10 @@ export function getLegendEntries(app) {
|
|
153
153
|
*/
|
154
154
|
function removeEntryForLayer(layer) {
|
155
155
|
const layerName = layer.name;
|
156
|
-
|
157
|
-
|
156
|
+
const entryIndex = entries.findIndex(({ key }) => key === layerName);
|
157
|
+
if (entryIndex >= 0) {
|
158
|
+
entries.splice(entryIndex, 1);
|
159
|
+
}
|
158
160
|
if (styleChangedListener[layerName]) {
|
159
161
|
styleChangedListener[layerName]();
|
160
162
|
delete styleChangedListener[layerName];
|
@@ -175,8 +177,7 @@ export function getLegendEntries(app) {
|
|
175
177
|
layer.style?.properties?.legend ?? layer.properties?.legend;
|
176
178
|
if (legend) {
|
177
179
|
const legendEntry = createLayerLegendEntry(key, title, legend);
|
178
|
-
|
179
|
-
entries.value = [legendEntry, ...entries.value];
|
180
|
+
entries.unshift(legendEntry);
|
180
181
|
}
|
181
182
|
if (layer.styleChanged) {
|
182
183
|
styleChangedListener[layer.name] = layer.styleChanged.addEventListener(
|