@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
@@ -6,9 +6,9 @@
|
|
6
6
|
<v-list>
|
7
7
|
<v-list-item v-for="type in types" :key="type">
|
8
8
|
{{ type }}
|
9
|
-
<
|
10
|
-
<v-icon>mdi-plus</v-icon>
|
11
|
-
</
|
9
|
+
<template #append>
|
10
|
+
<v-icon @click="notify(type)">mdi-plus</v-icon>
|
11
|
+
</template>
|
12
12
|
</v-list-item>
|
13
13
|
</v-list>
|
14
14
|
<v-divider />
|
@@ -23,12 +23,11 @@
|
|
23
23
|
VSheet,
|
24
24
|
VList,
|
25
25
|
VListItem,
|
26
|
-
VListItemAction,
|
27
26
|
VTextField,
|
28
27
|
VIcon,
|
29
28
|
VCard,
|
30
29
|
VDivider,
|
31
|
-
} from 'vuetify/
|
30
|
+
} from 'vuetify/components';
|
32
31
|
import { NotificationType, VcsCheckbox } from '@vcmap/ui';
|
33
32
|
import { computed, inject, ref } from 'vue';
|
34
33
|
|
@@ -38,7 +37,6 @@
|
|
38
37
|
VSheet,
|
39
38
|
VList,
|
40
39
|
VListItem,
|
41
|
-
VListItemAction,
|
42
40
|
VTextField,
|
43
41
|
VIcon,
|
44
42
|
VCard,
|
@@ -20,8 +20,8 @@
|
|
20
20
|
</template>
|
21
21
|
<style></style>
|
22
22
|
<script>
|
23
|
-
import { computed, inject
|
24
|
-
import { VDivider } from 'vuetify/
|
23
|
+
import { computed, inject } from 'vue';
|
24
|
+
import { VDivider } from 'vuetify/components';
|
25
25
|
import { VcsToolButton, PanelLocation } from '@vcmap/ui';
|
26
26
|
import { name as owner } from '../package.json';
|
27
27
|
import IframePanelExample from './IframePanelExample.vue';
|
@@ -34,7 +34,6 @@
|
|
34
34
|
setup() {
|
35
35
|
const app = inject('vcsApp');
|
36
36
|
const panelLocations = Object.values(PanelLocation);
|
37
|
-
const componentIds = ref(app.panelManager.componentIds);
|
38
37
|
|
39
38
|
const sampleIds = {
|
40
39
|
[PanelLocation.LEFT]: 'panel-1',
|
@@ -117,7 +116,7 @@
|
|
117
116
|
panelLocations,
|
118
117
|
isActive(location) {
|
119
118
|
return computed(() =>
|
120
|
-
componentIds.
|
119
|
+
app.panelManager.componentIds.includes(
|
121
120
|
app.panelManager.getLocation(location)?.id,
|
122
121
|
),
|
123
122
|
);
|
@@ -14,12 +14,8 @@
|
|
14
14
|
v-if="module.description && toggleable"
|
15
15
|
:tooltip="module.description"
|
16
16
|
>
|
17
|
-
<template #activator="{
|
18
|
-
<v-icon
|
19
|
-
right
|
20
|
-
v-bind="{ ...$attrs, ...attrs }"
|
21
|
-
v-on="{ ...$listeners, ...on }"
|
22
|
-
>
|
17
|
+
<template #activator="{ props }">
|
18
|
+
<v-icon right v-bind="{ ...$attrs, ...props }">
|
23
19
|
mdi-help-circle
|
24
20
|
</v-icon>
|
25
21
|
</template>
|
@@ -31,7 +27,7 @@
|
|
31
27
|
|
32
28
|
<script>
|
33
29
|
import { VcsTooltip } from '@vcmap/ui';
|
34
|
-
import { VChip, VContainer, VIcon, VList } from 'vuetify/
|
30
|
+
import { VChip, VContainer, VIcon, VList } from 'vuetify/components';
|
35
31
|
|
36
32
|
export default {
|
37
33
|
name: 'ModulesListComponent',
|
@@ -11,19 +11,15 @@
|
|
11
11
|
:loading="loading === project.name"
|
12
12
|
>
|
13
13
|
<v-list-item>
|
14
|
-
<v-list-item-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
@toggle-module="toggleModule"
|
24
|
-
:toggleable="false"
|
25
|
-
/>
|
26
|
-
</v-list-item-content>
|
14
|
+
<v-list-item-title class="font-weight-bold">
|
15
|
+
{{ project.name }}
|
16
|
+
</v-list-item-title>
|
17
|
+
<v-list-item-subtitle>{{ project.description }}</v-list-item-subtitle>
|
18
|
+
<ModulesListComponent
|
19
|
+
:modules="project.modules"
|
20
|
+
@toggle-module="toggleModule"
|
21
|
+
:toggleable="false"
|
22
|
+
/>
|
27
23
|
<v-list-item-action>
|
28
24
|
<v-avatar color="success" size="30" v-if="project.active">
|
29
25
|
<v-icon>mdi-check</v-icon>
|
@@ -48,13 +44,12 @@
|
|
48
44
|
VCard,
|
49
45
|
VIcon,
|
50
46
|
VListItem,
|
51
|
-
VListItemContent,
|
52
47
|
VListItemTitle,
|
53
48
|
VListItemSubtitle,
|
54
49
|
VListItemAction,
|
55
50
|
VAvatar,
|
56
51
|
VDivider,
|
57
|
-
} from 'vuetify/
|
52
|
+
} from 'vuetify/components';
|
58
53
|
import ModulesListComponent from './ModulesListComponent.vue';
|
59
54
|
|
60
55
|
export default {
|
@@ -66,7 +61,6 @@
|
|
66
61
|
VCard,
|
67
62
|
VIcon,
|
68
63
|
VListItem,
|
69
|
-
VListItemContent,
|
70
64
|
VListItemTitle,
|
71
65
|
VListItemSubtitle,
|
72
66
|
VListItemAction,
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { name, version, mapVersion } from '../package.json';
|
2
|
+
import SearchImpl from './searchImpl.js';
|
3
|
+
|
4
|
+
const defaultLines = [
|
5
|
+
'Dragonfruit',
|
6
|
+
'Cherry',
|
7
|
+
'Peach',
|
8
|
+
'Banana',
|
9
|
+
'Grape',
|
10
|
+
'Fig',
|
11
|
+
'Kiwi',
|
12
|
+
'Watermelon',
|
13
|
+
'Mango',
|
14
|
+
'Strawberry',
|
15
|
+
'Apple',
|
16
|
+
'Raspberry',
|
17
|
+
'Honeydew',
|
18
|
+
'Lemon',
|
19
|
+
'Cantaloupe',
|
20
|
+
'Orange',
|
21
|
+
'Papaya',
|
22
|
+
'Date',
|
23
|
+
'Blackberry',
|
24
|
+
'Grapefruit',
|
25
|
+
'Nectarine',
|
26
|
+
'Apricot',
|
27
|
+
'Blueberry',
|
28
|
+
'Clementine',
|
29
|
+
'Elderberry',
|
30
|
+
'Gooseberry',
|
31
|
+
'Pineapple',
|
32
|
+
'Plum',
|
33
|
+
'Lime',
|
34
|
+
'Pomegranate',
|
35
|
+
'Quince',
|
36
|
+
'Tangerine',
|
37
|
+
'Mulberry',
|
38
|
+
'Lychee',
|
39
|
+
'Passionfruit',
|
40
|
+
'Kumquat',
|
41
|
+
'Cranberry',
|
42
|
+
'Jackfruit',
|
43
|
+
'Olive',
|
44
|
+
'Ugli fruit',
|
45
|
+
];
|
46
|
+
|
47
|
+
export default function searchExample(config) {
|
48
|
+
let impl;
|
49
|
+
|
50
|
+
return {
|
51
|
+
get name() {
|
52
|
+
return name;
|
53
|
+
},
|
54
|
+
get version() {
|
55
|
+
return version;
|
56
|
+
},
|
57
|
+
get mapVersion() {
|
58
|
+
return mapVersion;
|
59
|
+
},
|
60
|
+
/**
|
61
|
+
* @param {import("@vcmap/ui").VcsUiApp} app
|
62
|
+
*/
|
63
|
+
initialize(app) {
|
64
|
+
impl = new SearchImpl(
|
65
|
+
config.lines ?? defaultLines,
|
66
|
+
config.withIcon ?? true,
|
67
|
+
config.withPOI ?? true,
|
68
|
+
);
|
69
|
+
app.search.add(impl, name);
|
70
|
+
},
|
71
|
+
destroy() {
|
72
|
+
impl?.destroy();
|
73
|
+
},
|
74
|
+
};
|
75
|
+
}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
import { wgs84ToMercatorTransformer } from '@vcmap/core';
|
2
|
+
import {
|
3
|
+
Icons,
|
4
|
+
MarkdownBalloonFeatureInfoView,
|
5
|
+
featureInfoViewSymbol,
|
6
|
+
} from '@vcmap/ui';
|
7
|
+
import { Feature } from 'ol';
|
8
|
+
import { getSize } from 'ol/extent';
|
9
|
+
import { Point } from 'ol/geom';
|
10
|
+
import { name } from '../package.json';
|
11
|
+
|
12
|
+
const berlinExtend = [13.301518, 52.445959, 13.489982, 52.527032];
|
13
|
+
const berlinSize = getSize(berlinExtend);
|
14
|
+
|
15
|
+
const featureInfo = new MarkdownBalloonFeatureInfoView({
|
16
|
+
template: '# Search\n{{properties.title}}',
|
17
|
+
});
|
18
|
+
|
19
|
+
/**
|
20
|
+
* @param {string} title
|
21
|
+
* @returns {import("ol").Feature}
|
22
|
+
*/
|
23
|
+
function randomPOI(title) {
|
24
|
+
const feature = new Feature({
|
25
|
+
geometry: new Point(
|
26
|
+
wgs84ToMercatorTransformer([
|
27
|
+
berlinExtend[0] + Math.random() * berlinSize[0],
|
28
|
+
berlinExtend[1] + Math.random() * berlinSize[1],
|
29
|
+
]),
|
30
|
+
),
|
31
|
+
properties: {
|
32
|
+
title,
|
33
|
+
},
|
34
|
+
});
|
35
|
+
feature[featureInfoViewSymbol] = featureInfo;
|
36
|
+
return feature;
|
37
|
+
}
|
38
|
+
|
39
|
+
/**
|
40
|
+
* @param {string} line
|
41
|
+
* @param {boolean} withIcon
|
42
|
+
* @param {boolean} withPOI
|
43
|
+
* @returns {import("@vcmap/ui").ResultItem}
|
44
|
+
*/
|
45
|
+
function lineToResultItem(line, withIcon, withPOI) {
|
46
|
+
let icon;
|
47
|
+
if (withIcon) {
|
48
|
+
const icons = Object.keys(Icons);
|
49
|
+
icon = icons[Math.floor(Math.random() * icons.length)];
|
50
|
+
}
|
51
|
+
|
52
|
+
let clicked;
|
53
|
+
let feature;
|
54
|
+
if (withPOI) {
|
55
|
+
feature = randomPOI(line);
|
56
|
+
} else {
|
57
|
+
clicked = async () => {
|
58
|
+
console.log(line);
|
59
|
+
};
|
60
|
+
}
|
61
|
+
|
62
|
+
return {
|
63
|
+
title: line,
|
64
|
+
icon,
|
65
|
+
clicked,
|
66
|
+
feature,
|
67
|
+
};
|
68
|
+
}
|
69
|
+
|
70
|
+
/**
|
71
|
+
* @implements {import("@vcmap/ui").SearchImpl}
|
72
|
+
*/
|
73
|
+
export default class SearchImpl {
|
74
|
+
/**
|
75
|
+
* @param {string[]} lines
|
76
|
+
* @param {boolean} withIcon
|
77
|
+
* @param {boolean} withPOI
|
78
|
+
*/
|
79
|
+
constructor(lines, withIcon, withPOI) {
|
80
|
+
this.name = name;
|
81
|
+
this.lines = lines;
|
82
|
+
this.withIcon = withIcon;
|
83
|
+
this.withPOI = withPOI;
|
84
|
+
}
|
85
|
+
|
86
|
+
search(query) {
|
87
|
+
return Promise.resolve(
|
88
|
+
this.lines
|
89
|
+
.filter((l) => l.toLowerCase().includes(query.toLowerCase()))
|
90
|
+
.map((line) => lineToResultItem(line, this.withIcon, this.withPOI)),
|
91
|
+
);
|
92
|
+
}
|
93
|
+
|
94
|
+
// eslint-disable-next-line class-methods-use-this
|
95
|
+
abort() {}
|
96
|
+
|
97
|
+
// eslint-disable-next-line class-methods-use-this
|
98
|
+
destroy() {}
|
99
|
+
}
|
@@ -1,17 +1,28 @@
|
|
1
1
|
<template>
|
2
2
|
<v-sheet>
|
3
3
|
<v-sheet class="px-2 d-grid">
|
4
|
-
<v-switch
|
4
|
+
<v-switch
|
5
|
+
v-model="selectable"
|
6
|
+
label="Selectable"
|
7
|
+
density="compact"
|
8
|
+
class="mx-1"
|
9
|
+
/>
|
5
10
|
<v-switch
|
6
11
|
:disabled="!selectable"
|
7
12
|
v-model="selectSingle"
|
8
13
|
label=" Single Select"
|
9
|
-
|
14
|
+
density="compact"
|
15
|
+
class="mx-1"
|
16
|
+
/>
|
17
|
+
<v-switch
|
18
|
+
v-model="searchable"
|
19
|
+
label="Searchable"
|
20
|
+
density="compact"
|
21
|
+
class="mx-1"
|
10
22
|
/>
|
11
|
-
<v-switch v-model="searchable" label="Searchable" class="ma-0" />
|
12
23
|
<v-dialog v-model="dialog" width="400">
|
13
|
-
<template #activator="{
|
14
|
-
<vcs-form-button v-
|
24
|
+
<template #activator="{ props }">
|
25
|
+
<vcs-form-button v-bind="props"> Add An item </vcs-form-button>
|
15
26
|
</template>
|
16
27
|
<v-card class="pa-2">
|
17
28
|
<v-form @submit.prevent="add">
|
@@ -37,10 +48,10 @@
|
|
37
48
|
|
38
49
|
<vcs-data-table
|
39
50
|
:items="items"
|
40
|
-
item-key="id"
|
41
51
|
:headers="headers"
|
42
52
|
:show-select="selectable"
|
43
|
-
:
|
53
|
+
:select-strategy="selectSingle ? 'single' : 'page'"
|
54
|
+
:items-per-page="2"
|
44
55
|
:show-searchbar="searchable"
|
45
56
|
v-model="selected"
|
46
57
|
>
|
@@ -49,7 +60,6 @@
|
|
49
60
|
<VcsActionButtonList
|
50
61
|
v-if="item.actions"
|
51
62
|
:actions="item.actions"
|
52
|
-
:block-overflow="true"
|
53
63
|
:overflow-count="2"
|
54
64
|
/>
|
55
65
|
</template>
|
@@ -65,24 +75,24 @@
|
|
65
75
|
VcsCheckbox,
|
66
76
|
VcsActionButtonList,
|
67
77
|
} from '@vcmap/ui';
|
68
|
-
import { VSwitch, VSheet, VDialog, VCard, VForm } from 'vuetify/
|
78
|
+
import { VSwitch, VSheet, VDialog, VCard, VForm } from 'vuetify/components';
|
69
79
|
import { ref } from 'vue';
|
70
80
|
|
71
81
|
const defaultHeaders = [
|
72
82
|
{
|
73
|
-
|
74
|
-
|
83
|
+
title: 'Name',
|
84
|
+
key: 'name',
|
75
85
|
},
|
76
86
|
{
|
77
|
-
|
78
|
-
|
87
|
+
title: 'Type',
|
88
|
+
key: 'type',
|
79
89
|
},
|
80
90
|
{
|
81
|
-
|
82
|
-
|
91
|
+
title: 'Datum',
|
92
|
+
key: 'date',
|
83
93
|
sort: (a, b) => new Date(b) - new Date(a),
|
84
94
|
},
|
85
|
-
{
|
95
|
+
{ title: 'Actions', key: 'actions', sortable: false },
|
86
96
|
];
|
87
97
|
|
88
98
|
const defaultItems = [
|
@@ -113,6 +123,12 @@
|
|
113
123
|
type: 'Baz',
|
114
124
|
date: '11/2/2012 14:03',
|
115
125
|
},
|
126
|
+
{
|
127
|
+
id: 3,
|
128
|
+
name: 'foo-bar',
|
129
|
+
type: 'Foo Bar',
|
130
|
+
date: '18/4/1992 21:53',
|
131
|
+
},
|
116
132
|
];
|
117
133
|
|
118
134
|
export default {
|
@@ -85,7 +85,13 @@
|
|
85
85
|
</v-sheet>
|
86
86
|
</template>
|
87
87
|
<script>
|
88
|
-
import {
|
88
|
+
import {
|
89
|
+
VSheet,
|
90
|
+
VContainer,
|
91
|
+
VRow,
|
92
|
+
VCol,
|
93
|
+
VTextField,
|
94
|
+
} from 'vuetify/components';
|
89
95
|
|
90
96
|
export default {
|
91
97
|
name: 'TextfieldsExample',
|
@@ -72,14 +72,14 @@
|
|
72
72
|
VCardText,
|
73
73
|
VChip,
|
74
74
|
VListItem,
|
75
|
-
VListItemContent,
|
75
|
+
// VListItemContent,
|
76
76
|
VListItemTitle,
|
77
77
|
VListItemAction,
|
78
78
|
VAvatar,
|
79
79
|
VIcon,
|
80
80
|
VDivider,
|
81
81
|
VSwitch,
|
82
|
-
} from 'vuetify/
|
82
|
+
} from 'vuetify/components';
|
83
83
|
|
84
84
|
export default {
|
85
85
|
name: 'ThemeChanger',
|
@@ -88,7 +88,7 @@
|
|
88
88
|
VCardText,
|
89
89
|
VChip,
|
90
90
|
VListItem,
|
91
|
-
VListItemContent,
|
91
|
+
// VListItemContent,
|
92
92
|
VListItemTitle,
|
93
93
|
VListItemAction,
|
94
94
|
VAvatar,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ref } from 'vue';
|
2
2
|
import { check } from '@vcsuite/check';
|
3
|
-
import { ButtonLocation, createToggleAction,
|
3
|
+
import { ButtonLocation, createToggleAction, createVcsThemes } from '@vcmap/ui';
|
4
4
|
import ThemeChangerComponent from './ThemeChangerComponent.vue';
|
5
5
|
import packageJSON from '../package.json';
|
6
6
|
import defaultConfig from '../config.json';
|
@@ -31,7 +31,7 @@ export default async function themeChanger(config) {
|
|
31
31
|
/** @type {VcMapTheme} */
|
32
32
|
const vcsTheme = {
|
33
33
|
name: 'VCS Theme',
|
34
|
-
...
|
34
|
+
...createVcsThemes(),
|
35
35
|
};
|
36
36
|
const customThemes = config.themes || defaultConfig.themes;
|
37
37
|
const availableThemes = [vcsTheme, ...customThemes];
|
@@ -50,7 +50,7 @@
|
|
50
50
|
VcsList,
|
51
51
|
VcsCheckbox,
|
52
52
|
} from '@vcmap/ui';
|
53
|
-
import { VSheet, VContainer, VRow, VCol } from 'vuetify/
|
53
|
+
import { VSheet, VContainer, VRow, VCol } from 'vuetify/components';
|
54
54
|
import { Feature } from 'ol';
|
55
55
|
import { Polygon } from 'ol/geom.js';
|
56
56
|
|
@@ -1,11 +1,11 @@
|
|
1
1
|
<template>
|
2
2
|
<v-sheet>
|
3
3
|
<VcsViewpointComponent v-model="viewpointOptions" />
|
4
|
-
<div class="d-flex
|
5
|
-
<div class="d-flex
|
4
|
+
<div class="d-flex gc-2 px-2 pt-2 pb-1">
|
5
|
+
<div class="d-flex gc-2 w-full justify-start">
|
6
6
|
<VcsFormButton icon="$vcsReturn" @click="reset" />
|
7
7
|
</div>
|
8
|
-
<div class="d-flex
|
8
|
+
<div class="d-flex gc-2 w-full justify-end">
|
9
9
|
<VcsFormButton type="submit" variant="filled" @click="log">
|
10
10
|
Log ViewpointOptions
|
11
11
|
</VcsFormButton>
|
@@ -15,7 +15,7 @@
|
|
15
15
|
</template>
|
16
16
|
|
17
17
|
<script>
|
18
|
-
import { VSheet } from 'vuetify/
|
18
|
+
import { VSheet } from 'vuetify/components';
|
19
19
|
import { inject, ref } from 'vue';
|
20
20
|
import { VcsViewpointComponent, VcsFormButton } from '@vcmap/ui';
|
21
21
|
import { Viewpoint } from '@vcmap/core';
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<script setup>
|
2
|
+
import { ref } from 'vue';
|
3
|
+
import { VSheet, VCard } from 'vuetify/components';
|
4
|
+
|
5
|
+
const prefix = undefined;
|
6
|
+
const model = ref('foo');
|
7
|
+
</script>
|
8
|
+
|
9
|
+
<template>
|
10
|
+
<v-sheet>
|
11
|
+
<v-card class="pa-2" elevation="2">
|
12
|
+
<input v-model="model" type="text" :prefix="prefix" />
|
13
|
+
</v-card>
|
14
|
+
</v-sheet>
|
15
|
+
</template>
|
16
|
+
|
17
|
+
<style scoped lang="scss"></style>
|
@@ -25,6 +25,7 @@
|
|
25
25
|
import MyCustomHeader from './MyCustomHeader.vue';
|
26
26
|
import EmptyComponent from './EmptyComponent.vue';
|
27
27
|
import { name as owner } from '../package.json';
|
28
|
+
import Broken from './BrokenWindow.vue';
|
28
29
|
|
29
30
|
const showTestClass = ref(false);
|
30
31
|
|
@@ -177,6 +178,15 @@
|
|
177
178
|
component: WindowExampleContent,
|
178
179
|
slot: WindowSlot.DYNAMIC_CHILD,
|
179
180
|
},
|
181
|
+
{
|
182
|
+
id: 'broken',
|
183
|
+
state: {
|
184
|
+
headerTitle: 'This window is broken',
|
185
|
+
headerIcon: 'mdi-human-child',
|
186
|
+
},
|
187
|
+
component: Broken,
|
188
|
+
slot: WindowSlot.DETACHED,
|
189
|
+
},
|
180
190
|
];
|
181
191
|
|
182
192
|
onUnmounted(() => {
|
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<style scoped></style>
|
10
10
|
<script>
|
11
|
-
import { VContainer } from 'vuetify/
|
11
|
+
import { VContainer } from 'vuetify/components';
|
12
12
|
import { VcsFormButton, WindowSlot } from '@vcmap/ui';
|
13
13
|
import { inject } from 'vue';
|
14
14
|
import WindowExampleContent from './WindowExampleContent.vue';
|
@@ -72,7 +72,7 @@
|
|
72
72
|
VcsFormButton,
|
73
73
|
VcsSelect,
|
74
74
|
} from '@vcmap/ui';
|
75
|
-
import { VForm, VContainer } from 'vuetify/
|
75
|
+
import { VForm, VContainer } from 'vuetify/components';
|
76
76
|
import { ref } from 'vue';
|
77
77
|
|
78
78
|
/** Component to showcase the VcsWizard and VcsWizardStep. */
|