@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
@@ -7,10 +7,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
7
7
|
type: ArrayConstructor;
|
8
8
|
default: () => never[];
|
9
9
|
};
|
10
|
-
itemKey: {
|
11
|
-
type: StringConstructor;
|
12
|
-
required: true;
|
13
|
-
};
|
14
10
|
serverItemsLength: {
|
15
11
|
type: NumberConstructor;
|
16
12
|
default: number;
|
@@ -35,18 +31,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
35
31
|
type: StringConstructor;
|
36
32
|
default: string;
|
37
33
|
};
|
38
|
-
|
39
|
-
type: BooleanConstructor;
|
40
|
-
default: boolean;
|
41
|
-
};
|
42
|
-
selectableKey: {
|
34
|
+
itemSelectable: {
|
43
35
|
type: StringConstructor;
|
44
36
|
default: string;
|
45
37
|
};
|
46
|
-
value: {
|
47
|
-
type: ArrayConstructor;
|
48
|
-
default: () => never[];
|
49
|
-
};
|
50
38
|
}, {
|
51
39
|
hovering: import("vue").Ref<null>;
|
52
40
|
search: Ref<UnwrapRef<string>>;
|
@@ -56,17 +44,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
44
|
itemsPerPageRef: Ref<UnwrapRef<number>>;
|
57
45
|
itemsFrom: import("vue").ComputedRef<number>;
|
58
46
|
itemsTo: import("vue").ComputedRef<any>;
|
59
|
-
numberOfPages: import("vue").ComputedRef<
|
47
|
+
numberOfPages: import("vue").ComputedRef<number>;
|
60
48
|
numberOfItems: import("vue").ComputedRef<any>;
|
61
|
-
totalNumber: import("vue").ComputedRef<
|
49
|
+
totalNumber: import("vue").ComputedRef<number>;
|
62
50
|
nextPage(): void;
|
63
51
|
formerPage(): void;
|
64
|
-
updateItemsPerPage(number: any)
|
52
|
+
updateItemsPerPage: (number: any) => void;
|
65
53
|
handleFilter: (value: any, filter: string | undefined, item: TableItem) => boolean;
|
66
54
|
handleSearch: () => void;
|
67
55
|
translatedHeaders: ComputedRef<Object[]>;
|
68
56
|
showFooter: import("vue").ComputedRef<boolean>;
|
69
|
-
},
|
57
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
70
58
|
headers: {
|
71
59
|
type: ArrayConstructor;
|
72
60
|
default: () => never[];
|
@@ -75,10 +63,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
63
|
type: ArrayConstructor;
|
76
64
|
default: () => never[];
|
77
65
|
};
|
78
|
-
itemKey: {
|
79
|
-
type: StringConstructor;
|
80
|
-
required: true;
|
81
|
-
};
|
82
66
|
serverItemsLength: {
|
83
67
|
type: NumberConstructor;
|
84
68
|
default: number;
|
@@ -103,31 +87,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
103
87
|
type: StringConstructor;
|
104
88
|
default: string;
|
105
89
|
};
|
106
|
-
|
107
|
-
type: BooleanConstructor;
|
108
|
-
default: boolean;
|
109
|
-
};
|
110
|
-
selectableKey: {
|
90
|
+
itemSelectable: {
|
111
91
|
type: StringConstructor;
|
112
92
|
default: string;
|
113
93
|
};
|
114
|
-
value: {
|
115
|
-
type: ArrayConstructor;
|
116
|
-
default: () => never[];
|
117
|
-
};
|
118
94
|
}>>, {
|
119
|
-
|
95
|
+
items: unknown[];
|
120
96
|
headers: unknown[];
|
121
97
|
showSearchbar: boolean;
|
122
98
|
searchbarPlaceholder: string;
|
123
|
-
|
124
|
-
|
99
|
+
itemSelectable: string;
|
100
|
+
itemsPerPage: number;
|
125
101
|
serverItemsLength: number;
|
126
102
|
serverPagesLength: number;
|
127
|
-
itemsPerPage: number;
|
128
103
|
itemsPerPageArray: unknown[];
|
129
|
-
|
130
|
-
}>;
|
104
|
+
}, {}>;
|
131
105
|
export default _default;
|
132
106
|
export type UpdateItemsEvent = {
|
133
107
|
page: number;
|
@@ -1,20 +1,13 @@
|
|
1
1
|
<template>
|
2
|
-
<VcsDataTable
|
3
|
-
:items="items"
|
4
|
-
:headers="headers"
|
5
|
-
item-key="key"
|
6
|
-
v-bind="$attrs"
|
7
|
-
>
|
8
|
-
<!-- eslint-disable-next-line -->
|
2
|
+
<VcsDataTable :items="items" :headers="headers" v-bind="$attrs">
|
9
3
|
<template #item.key="{ item }">
|
10
4
|
<td
|
11
5
|
class="vcs-table px-2 overflow-max-width rounded-0 noBorder"
|
12
6
|
:style="{ 'max-width': headers[0].width }"
|
13
7
|
>
|
14
|
-
{{ $
|
8
|
+
{{ $st(item.key) }}
|
15
9
|
</td>
|
16
10
|
</template>
|
17
|
-
<!-- eslint-disable-next-line -->
|
18
11
|
<template #item.value="{ item }">
|
19
12
|
<td
|
20
13
|
class="vcs-table px-2 overflow-max-width rounded-0 noBorder"
|
@@ -28,7 +21,7 @@
|
|
28
21
|
'multi-line': /\s/.test(item.value),
|
29
22
|
}"
|
30
23
|
>
|
31
|
-
{{ $
|
24
|
+
{{ $st(item.value) }}
|
32
25
|
</component>
|
33
26
|
</td>
|
34
27
|
</template>
|
@@ -135,7 +128,7 @@
|
|
135
128
|
* @vue-prop {string} featureId - feature's id
|
136
129
|
* @vue-prop {Object} attributes - feature's attributes
|
137
130
|
* @vue-prop {Object} tags - Allows to render the value column for specific attribute keys with special html elements. See 'defaultTagOptions' for supported html tags.
|
138
|
-
* @vue-prop {Array<{
|
131
|
+
* @vue-prop {Array<{title: string, value: string}>} [headers] - optional array defining column names
|
139
132
|
* @vue-computed {Array<TableItem>} items - from attributes derived table items
|
140
133
|
*/
|
141
134
|
export default {
|
@@ -159,8 +152,12 @@
|
|
159
152
|
headers: {
|
160
153
|
type: Array,
|
161
154
|
default: () => [
|
162
|
-
{
|
163
|
-
{
|
155
|
+
{ title: 'components.vcsTable.key', value: 'key', width: '160px' },
|
156
|
+
{
|
157
|
+
title: 'components.vcsTable.value',
|
158
|
+
value: 'value',
|
159
|
+
width: '160px',
|
160
|
+
},
|
164
161
|
],
|
165
162
|
},
|
166
163
|
},
|
@@ -204,11 +201,9 @@
|
|
204
201
|
border-bottom: none !important;
|
205
202
|
}
|
206
203
|
|
207
|
-
|
208
|
-
.
|
209
|
-
|
210
|
-
max-width: 100% !important;
|
211
|
-
}
|
204
|
+
:deep(.v-data-table__mobile-row__cell) {
|
205
|
+
td.vcs-table.overflow-max-width {
|
206
|
+
max-width: 100% !important;
|
212
207
|
}
|
213
208
|
}
|
214
209
|
</style>
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
47
47
|
headers: {
|
48
48
|
type: ArrayConstructor;
|
49
49
|
default: () => {
|
50
|
-
|
50
|
+
title: string;
|
51
51
|
value: string;
|
52
52
|
width: string;
|
53
53
|
}[];
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
56
|
items: ComputedRef<TableItem[]>;
|
57
57
|
getTag: typeof getTag;
|
58
58
|
getTagOptions: typeof getTagOptions;
|
59
|
-
},
|
59
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
60
60
|
featureId: {
|
61
61
|
type: StringConstructor;
|
62
62
|
required: true;
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
72
72
|
headers: {
|
73
73
|
type: ArrayConstructor;
|
74
74
|
default: () => {
|
75
|
-
|
75
|
+
title: string;
|
76
76
|
value: string;
|
77
77
|
width: string;
|
78
78
|
}[];
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
80
80
|
}>>, {
|
81
81
|
headers: unknown[];
|
82
82
|
tags: Record<string, any>;
|
83
|
-
}>;
|
83
|
+
}, {}>;
|
84
84
|
export default _default;
|
85
85
|
export type TableItem = {
|
86
86
|
key: string;
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<VcsFeatureStyleComponent :feature-properties="featureProperties" />
|
23
23
|
</VcsFormSection>
|
24
24
|
<VcsVectorPropertiesComponent
|
25
|
-
:value="featureProperties"
|
25
|
+
:model-value="featureProperties"
|
26
26
|
:show3-d-properties="is3D"
|
27
27
|
@propertyChange="updateFeatureProperties"
|
28
28
|
:value-default="defaultVectorProperties"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
</template>
|
37
37
|
|
38
38
|
<script>
|
39
|
-
import { VSheet } from 'vuetify/
|
39
|
+
import { VSheet } from 'vuetify/components';
|
40
40
|
import { inject, ref, watch, onUnmounted, provide, computed } from 'vue';
|
41
41
|
import {
|
42
42
|
CesiumMap,
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
34
34
|
};
|
35
35
|
}, {
|
36
36
|
featureProperties: import("vue").Ref<any>;
|
37
|
-
session: import("vue").ShallowRef<import("@vcmap/core").SelectFeaturesSession | import("@vcmap/core").CreateFeatureSession<GeometryType> | undefined>;
|
37
|
+
session: import("vue").ShallowRef<import("@vcmap/core", { with: { "resolution-mode": "import" } }).SelectFeaturesSession | import("@vcmap/core", { with: { "resolution-mode": "import" } }).CreateFeatureSession<GeometryType> | undefined>;
|
38
38
|
SessionType: typeof SessionType;
|
39
39
|
currentTransformationMode: import("vue").Ref<any>;
|
40
40
|
TransformationMode: typeof TransformationMode;
|
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
42
42
|
availableVectorProperties: import("vue").Ref<never[]>;
|
43
43
|
is3D: import("vue").Ref<boolean>;
|
44
44
|
updateFeatureProperties: (update: import("@vcmap/core").VectorPropertiesOptions) => Promise<void>;
|
45
|
-
defaultVectorProperties: import("@vcmap/core").VectorPropertiesOptions;
|
46
|
-
},
|
45
|
+
defaultVectorProperties: import("@vcmap/core", { with: { "resolution-mode": "import" } }).VectorPropertiesOptions;
|
46
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
allowedVectorProperties: {
|
48
48
|
type: ArrayConstructor;
|
49
49
|
default: () => string[];
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
70
70
|
startOpenVectorProperties: boolean;
|
71
71
|
showResetVectorProperties: boolean;
|
72
72
|
showStyle: boolean;
|
73
|
-
}>;
|
73
|
+
}, {}>;
|
74
74
|
export default _default;
|
75
75
|
export type EditorManager = {
|
76
76
|
currentLayer: import("vue").ShallowRef<import("@vcmap/core").Layer | undefined>;
|
@@ -7,6 +7,7 @@
|
|
7
7
|
>
|
8
8
|
<v-col>
|
9
9
|
<VcsTextField
|
10
|
+
:hide-spin-buttons="true"
|
10
11
|
type="number"
|
11
12
|
placeholder="0"
|
12
13
|
prefix="X"
|
@@ -17,6 +18,7 @@
|
|
17
18
|
</v-col>
|
18
19
|
<v-col>
|
19
20
|
<VcsTextField
|
21
|
+
:hide-spin-buttons="true"
|
20
22
|
type="number"
|
21
23
|
placeholder="0"
|
22
24
|
prefix="Y"
|
@@ -27,6 +29,7 @@
|
|
27
29
|
</v-col>
|
28
30
|
<v-col>
|
29
31
|
<VcsTextField
|
32
|
+
:hide-spin-buttons="true"
|
30
33
|
type="number"
|
31
34
|
placeholder="0"
|
32
35
|
prefix="Z"
|
@@ -58,6 +61,7 @@
|
|
58
61
|
<v-row no-gutters v-if="transformationMode === TransformationMode.ROTATE">
|
59
62
|
<v-col cols="3">
|
60
63
|
<VcsTextField
|
64
|
+
:hide-spin-buttons="true"
|
61
65
|
type="number"
|
62
66
|
v-model.number="xValue"
|
63
67
|
placeholder="0"
|
@@ -111,7 +115,7 @@
|
|
111
115
|
<script>
|
112
116
|
import { Math as CesiumMath } from '@vcmap-cesium/engine';
|
113
117
|
import { TransformationMode } from '@vcmap/core';
|
114
|
-
import { VSheet, VContainer, VRow, VCol, VIcon } from 'vuetify/
|
118
|
+
import { VSheet, VContainer, VRow, VCol, VIcon } from 'vuetify/components';
|
115
119
|
import { inject, ref, watch } from 'vue';
|
116
120
|
import VcsButton from '../buttons/VcsButton.vue';
|
117
121
|
import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
25
25
|
ccw(): Promise<void>;
|
26
26
|
scale(): Promise<void>;
|
27
27
|
placeOnTerrain(): void;
|
28
|
-
},
|
28
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
29
29
|
transformationMode: {
|
30
30
|
type: StringConstructor;
|
31
31
|
required: true;
|
@@ -40,6 +40,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
40
40
|
};
|
41
41
|
}>>, {
|
42
42
|
allowZInput: boolean;
|
43
|
-
}>;
|
43
|
+
}, {}>;
|
44
44
|
export default _default;
|
45
45
|
import { TransformationMode } from '@vcmap/core';
|
@@ -40,8 +40,8 @@
|
|
40
40
|
<v-col>
|
41
41
|
<VcsTextField
|
42
42
|
id="vp-height-above-ground"
|
43
|
-
dense
|
44
43
|
v-model.number="heightAboveGround"
|
44
|
+
:hide-spin-buttons="true"
|
45
45
|
type="number"
|
46
46
|
unit="m"
|
47
47
|
:placeholder="'heightAboveGround' in value ? '0' : ''"
|
@@ -60,8 +60,8 @@
|
|
60
60
|
<v-col>
|
61
61
|
<VcsTextField
|
62
62
|
id="vp-ground-level"
|
63
|
-
dense
|
64
63
|
v-model.number="groundLevel"
|
64
|
+
:hide-spin-buttons="true"
|
65
65
|
type="number"
|
66
66
|
unit="m"
|
67
67
|
:placeholder="'groundLevel' in value ? '0' : ''"
|
@@ -83,8 +83,8 @@
|
|
83
83
|
<v-row no-gutters>
|
84
84
|
<v-col v-for="(nearFar, index) in scaleByDistance" :key="index">
|
85
85
|
<VcsTextField
|
86
|
-
dense
|
87
86
|
v-model.number="nearFar.value"
|
87
|
+
:hide-spin-buttons="true"
|
88
88
|
type="number"
|
89
89
|
:unit="index % 2 === 0 ? 'm' : ''"
|
90
90
|
:disabled="!hasScaleByDistance"
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</v-col>
|
117
117
|
<v-col v-for="(distance, index) in eyeOffset" :key="index" cols="2">
|
118
118
|
<VcsTextField
|
119
|
-
dense
|
120
119
|
v-model.number="distance.value"
|
121
120
|
unit="m"
|
121
|
+
:hide-spin-buttons="true"
|
122
122
|
type="number"
|
123
123
|
:disabled="!hasEyeOffset"
|
124
124
|
:prefix="dimensionsUpperCase[index]"
|
@@ -210,8 +210,8 @@
|
|
210
210
|
<v-col>
|
211
211
|
<VcsTextField
|
212
212
|
id="vp-extruded-height"
|
213
|
-
dense
|
214
213
|
v-model.number="extrudedHeight"
|
214
|
+
:hide-spin-buttons="true"
|
215
215
|
type="number"
|
216
216
|
unit="m"
|
217
217
|
:placeholder="'extrudedHeight' in value ? '0' : ''"
|
@@ -231,8 +231,8 @@
|
|
231
231
|
<v-col>
|
232
232
|
<VcsTextField
|
233
233
|
id="vp-storeys-above"
|
234
|
-
dense
|
235
234
|
v-model.number="storeysAboveGround"
|
235
|
+
:hide-spin-buttons="true"
|
236
236
|
type="number"
|
237
237
|
:placeholder="'storeysAboveGround' in value ? '0' : ''"
|
238
238
|
clearable
|
@@ -291,8 +291,8 @@
|
|
291
291
|
<v-col>
|
292
292
|
<VcsTextField
|
293
293
|
id="vp-skirt"
|
294
|
-
dense
|
295
294
|
v-model.number="skirt"
|
295
|
+
:hide-spin-buttons="true"
|
296
296
|
type="number"
|
297
297
|
unit="m"
|
298
298
|
:placeholder="'skirt' in value ? '0' : ''"
|
@@ -312,8 +312,8 @@
|
|
312
312
|
<v-col>
|
313
313
|
<VcsTextField
|
314
314
|
id="vp-storeys-below"
|
315
|
-
dense
|
316
315
|
v-model.number="storeysBelowGround"
|
316
|
+
:hide-spin-buttons="true"
|
317
317
|
type="number"
|
318
318
|
:placeholder="'storeysBelowGround' in value ? '0' : ''"
|
319
319
|
clearable
|
@@ -385,8 +385,8 @@
|
|
385
385
|
</v-col>
|
386
386
|
<v-col v-for="(dimension, key) in modelScale" :key="key">
|
387
387
|
<VcsTextField
|
388
|
-
dense
|
389
388
|
v-model.number="dimension.value"
|
389
|
+
:hide-spin-buttons="true"
|
390
390
|
type="number"
|
391
391
|
:placeholder="`modelScale${key}` in value ? '1' : ''"
|
392
392
|
:prefix="key"
|
@@ -402,8 +402,8 @@
|
|
402
402
|
</v-col>
|
403
403
|
<v-col>
|
404
404
|
<VcsTextField
|
405
|
-
dense
|
406
405
|
v-model.number="modelHeading"
|
406
|
+
:hide-spin-buttons="true"
|
407
407
|
type="number"
|
408
408
|
:placeholder="'modelHeading' in value ? '0' : ''"
|
409
409
|
unit="°"
|
@@ -419,8 +419,8 @@
|
|
419
419
|
</v-col>
|
420
420
|
<v-col>
|
421
421
|
<VcsTextField
|
422
|
-
dense
|
423
422
|
v-model.number="modelPitch"
|
423
|
+
:hide-spin-buttons="true"
|
424
424
|
type="number"
|
425
425
|
:placeholder="'modelPitch' in value ? '0' : ''"
|
426
426
|
unit="°"
|
@@ -434,8 +434,8 @@
|
|
434
434
|
</v-col>
|
435
435
|
<v-col>
|
436
436
|
<VcsTextField
|
437
|
-
dense
|
438
437
|
v-model.number="modelRoll"
|
438
|
+
:hide-spin-buttons="true"
|
439
439
|
type="number"
|
440
440
|
:placeholder="'modelRoll' in value ? '0' : ''"
|
441
441
|
unit="°"
|
@@ -464,7 +464,7 @@
|
|
464
464
|
</template>
|
465
465
|
<script>
|
466
466
|
import { computed } from 'vue';
|
467
|
-
import { VContainer, VRow, VCol, VDivider } from 'vuetify/
|
467
|
+
import { VContainer, VRow, VCol, VDivider } from 'vuetify/components';
|
468
468
|
import VcsFormSection from '../form-inputs-controls/VcsFormSection.vue';
|
469
469
|
import VcsLabel from '../form-inputs-controls/VcsLabel.vue';
|
470
470
|
import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
|
@@ -546,7 +546,7 @@
|
|
546
546
|
VDivider,
|
547
547
|
},
|
548
548
|
props: {
|
549
|
-
|
549
|
+
modelValue: {
|
550
550
|
type: Object,
|
551
551
|
default: () => {},
|
552
552
|
},
|
@@ -585,7 +585,7 @@
|
|
585
585
|
});
|
586
586
|
|
587
587
|
const altitudeMode = usePrimitiveProperty(
|
588
|
-
() => props.
|
588
|
+
() => props.modelValue,
|
589
589
|
'altitudeMode',
|
590
590
|
emit,
|
591
591
|
);
|
@@ -613,86 +613,86 @@
|
|
613
613
|
});
|
614
614
|
|
615
615
|
const heightAboveGround = usePrimitiveProperty(
|
616
|
-
() => props.
|
616
|
+
() => props.modelValue,
|
617
617
|
'heightAboveGround',
|
618
618
|
emit,
|
619
619
|
);
|
620
620
|
const allowPicking = computed({
|
621
621
|
get() {
|
622
|
-
return props.
|
622
|
+
return props.modelValue.allowPicking;
|
623
623
|
},
|
624
624
|
set(value) {
|
625
|
-
if (props.
|
626
|
-
const newParams = structuredClone(props.
|
625
|
+
if (props.modelValue.allowPicking !== value) {
|
626
|
+
const newParams = structuredClone(props.modelValue);
|
627
627
|
const changedParams = { allowPicking: value || false };
|
628
|
-
emit('
|
628
|
+
emit('update:modelValue', Object.assign(newParams, changedParams));
|
629
629
|
emit('propertyChange', changedParams);
|
630
630
|
}
|
631
631
|
},
|
632
632
|
});
|
633
633
|
const classificationType = computed({
|
634
634
|
get() {
|
635
|
-
if ('classificationType' in props.
|
636
|
-
return props.
|
635
|
+
if ('classificationType' in props.modelValue) {
|
636
|
+
return props.modelValue.classificationType || 'none';
|
637
637
|
} else {
|
638
638
|
return undefined;
|
639
639
|
}
|
640
640
|
},
|
641
641
|
set(value) {
|
642
|
-
if (props.
|
643
|
-
const newParams = structuredClone(props.
|
642
|
+
if (props.modelValue.classificationType !== value) {
|
643
|
+
const newParams = structuredClone(props.modelValue);
|
644
644
|
const changedParams = {
|
645
645
|
classificationType: value === 'none' ? undefined : value,
|
646
646
|
};
|
647
|
-
emit('
|
647
|
+
emit('update:modelValue', Object.assign(newParams, changedParams));
|
648
648
|
emit('propertyChange', changedParams);
|
649
649
|
}
|
650
650
|
},
|
651
651
|
});
|
652
652
|
const scaleByDistance = useArrayProperty(
|
653
|
-
() => props.
|
653
|
+
() => props.modelValue,
|
654
654
|
'scaleByDistance',
|
655
655
|
emit,
|
656
656
|
4,
|
657
657
|
);
|
658
658
|
const hasScaleByDistance = useHasProperty(
|
659
|
-
() => props.
|
659
|
+
() => props.modelValue,
|
660
660
|
'scaleByDistance',
|
661
661
|
emit,
|
662
662
|
scaleByDistanceDefault,
|
663
663
|
);
|
664
664
|
|
665
665
|
const eyeOffset = useArrayProperty(
|
666
|
-
() => props.
|
666
|
+
() => props.modelValue,
|
667
667
|
'eyeOffset',
|
668
668
|
emit,
|
669
669
|
3,
|
670
670
|
);
|
671
671
|
const hasEyeOffset = useHasProperty(
|
672
|
-
() => props.
|
672
|
+
() => props.modelValue,
|
673
673
|
'eyeOffset',
|
674
674
|
emit,
|
675
675
|
eyeOffsetDefault,
|
676
676
|
);
|
677
677
|
|
678
678
|
const groundLevel = usePrimitiveProperty(
|
679
|
-
() => props.
|
679
|
+
() => props.modelValue,
|
680
680
|
'groundLevel',
|
681
681
|
emit,
|
682
682
|
);
|
683
683
|
const extrudedHeight = usePrimitiveProperty(
|
684
|
-
() => props.
|
684
|
+
() => props.modelValue,
|
685
685
|
'extrudedHeight',
|
686
686
|
emit,
|
687
687
|
);
|
688
|
-
const skirt = usePrimitiveProperty(() => props.
|
688
|
+
const skirt = usePrimitiveProperty(() => props.modelValue, 'skirt', emit);
|
689
689
|
const storeysAboveGround = usePrimitiveProperty(
|
690
|
-
() => props.
|
690
|
+
() => props.modelValue,
|
691
691
|
'storeysAboveGround',
|
692
692
|
emit,
|
693
693
|
);
|
694
694
|
const storeysBelowGround = usePrimitiveProperty(
|
695
|
-
() => props.
|
695
|
+
() => props.modelValue,
|
696
696
|
'storeysBelowGround',
|
697
697
|
emit,
|
698
698
|
);
|
@@ -705,20 +705,23 @@
|
|
705
705
|
...acc,
|
706
706
|
[key]: computed({
|
707
707
|
get() {
|
708
|
-
if (Array.isArray(props.
|
709
|
-
return props.
|
710
|
-
} else if (props.
|
711
|
-
return [props.
|
708
|
+
if (Array.isArray(props.modelValue?.[key])) {
|
709
|
+
return props.modelValue?.[key];
|
710
|
+
} else if (props.modelValue?.[key] > 0) {
|
711
|
+
return [props.modelValue?.[key]];
|
712
712
|
} else {
|
713
713
|
return [];
|
714
714
|
}
|
715
715
|
},
|
716
716
|
set(value) {
|
717
|
-
const newParams = structuredClone(props.
|
717
|
+
const newParams = structuredClone(props.modelValue);
|
718
718
|
const changedParams = {
|
719
719
|
[key]: value,
|
720
720
|
};
|
721
|
-
emit(
|
721
|
+
emit(
|
722
|
+
'update:modelValue',
|
723
|
+
Object.assign(newParams, changedParams),
|
724
|
+
);
|
722
725
|
emit('propertyChange', changedParams);
|
723
726
|
},
|
724
727
|
}),
|
@@ -727,7 +730,7 @@
|
|
727
730
|
});
|
728
731
|
|
729
732
|
const modelUrl = usePrimitiveProperty(
|
730
|
-
() => props.
|
733
|
+
() => props.modelValue,
|
731
734
|
'modelUrl',
|
732
735
|
emit,
|
733
736
|
);
|
@@ -741,7 +744,7 @@
|
|
741
744
|
return {
|
742
745
|
...acc,
|
743
746
|
[dimension]: usePrimitiveProperty(
|
744
|
-
() => props.
|
747
|
+
() => props.modelValue,
|
745
748
|
`modelScale${dimension}`,
|
746
749
|
emit,
|
747
750
|
),
|
@@ -750,26 +753,30 @@
|
|
750
753
|
});
|
751
754
|
|
752
755
|
const modelHeading = usePrimitiveProperty(
|
753
|
-
() => props.
|
756
|
+
() => props.modelValue,
|
754
757
|
'modelHeading',
|
755
758
|
emit,
|
756
759
|
);
|
757
760
|
const modelPitch = usePrimitiveProperty(
|
758
|
-
() => props.
|
761
|
+
() => props.modelValue,
|
759
762
|
'modelPitch',
|
760
763
|
emit,
|
761
764
|
);
|
762
765
|
const modelRoll = usePrimitiveProperty(
|
763
|
-
() => props.
|
766
|
+
() => props.modelValue,
|
764
767
|
'modelRoll',
|
765
768
|
emit,
|
766
769
|
);
|
767
|
-
const baseUrl = usePrimitiveProperty(
|
770
|
+
const baseUrl = usePrimitiveProperty(
|
771
|
+
() => props.modelValue,
|
772
|
+
'baseUrl',
|
773
|
+
emit,
|
774
|
+
);
|
768
775
|
|
769
776
|
function reset() {
|
770
777
|
const newParams = structuredClone(props.valueDefault);
|
771
778
|
|
772
|
-
emit('
|
779
|
+
emit('update:modelValue', newParams);
|
773
780
|
emit('propertyChange', newParams);
|
774
781
|
}
|
775
782
|
|