@vcmap/ui 5.3.2 → 6.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build.js +26 -4
- package/build/buildHelpers.js +6 -1
- package/build/buildTypes.js +18 -0
- package/build/commonViteConfig.js +7 -10
- package/build/generateOLLib.js +5 -1
- package/build/info/publish.js +2 -2
- package/build/lintTypes.js +5 -0
- package/build/staging/Dockerfile +1 -1
- package/config/base.config.json +5 -2
- package/config/dev.config.json +14 -10
- package/config/www.config.json +1 -1
- package/dist/assets/{cesium.a9cd10.js → cesium.6b12b4.js} +1654 -1692
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.5e0ca2.js → core.074b78.js} +2607 -2581
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-ca7EmZ3d.js +1 -0
- package/dist/assets/{ol.8edcc5.js → ol.8b2e3a.js} +19259 -19196
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.715986.css +1 -0
- package/dist/assets/ui.715986.js +34219 -0
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.0f2c53.js +6096 -0
- package/dist/assets/vue.js +1 -5
- package/dist/assets/vuetify.28d881.css +5 -0
- package/dist/assets/vuetify.28d881.js +24605 -0
- package/dist/assets/vuetify.js +1 -5
- package/dist/index.html +1 -2
- package/index.d.ts +25 -9
- package/index.js +11 -29
- package/lib/vue.js +0 -1
- package/lib/vuetify.js +1 -2
- package/lib/vuetifyLib.js +6 -0
- package/package.json +23 -14
- package/plugins/@vcmap-show-case/buttons-example/package.json +2 -2
- package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +57 -61
- package/plugins/@vcmap-show-case/buttons-example/src/index.js +1 -1
- package/plugins/@vcmap-show-case/category-tester/package.json +2 -2
- package/plugins/@vcmap-show-case/category-tester/src/CategoriesExample.vue +12 -6
- package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +4 -4
- package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +4 -4
- package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +11 -7
- package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +2 -2
- package/plugins/@vcmap-show-case/extent-example/README.md +1 -1
- package/plugins/@vcmap-show-case/extent-example/src/index.js +11 -20
- package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +122 -169
- package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +7 -8
- package/plugins/@vcmap-show-case/hello-world/src/helloWorld.vue +1 -1
- package/plugins/@vcmap-show-case/icons-example/src/AllIconsComponent.vue +1 -1
- package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +33 -4
- package/plugins/@vcmap-show-case/notifier-tester/src/NotifierTester.vue +4 -6
- package/plugins/@vcmap-show-case/panel-tester/src/PanelExample.vue +3 -4
- package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +3 -7
- package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +10 -16
- package/plugins/@vcmap-show-case/search-example/package.json +5 -0
- package/plugins/@vcmap-show-case/search-example/src/index.js +75 -0
- package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +99 -0
- package/plugins/@vcmap-show-case/simple-graph/src/SimpleGraphComponent.vue +1 -1
- package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +1 -1
- package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +32 -16
- package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +7 -1
- package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +3 -3
- package/plugins/@vcmap-show-case/theme-changer/src/index.js +2 -2
- package/plugins/@vcmap-show-case/toolbox-example/src/TriStateExampleWindow.vue +1 -1
- package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +1 -1
- package/plugins/@vcmap-show-case/viewpoint-component-example/src/ViewpointExample.vue +4 -4
- package/plugins/@vcmap-show-case/window-tester/src/BrokenWindow.vue +17 -0
- package/plugins/@vcmap-show-case/window-tester/src/EmptyComponent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +10 -0
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleContent.vue +1 -1
- package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +1 -1
- package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +1 -1
- package/src/actions/StyleSelector.vue +4 -34
- package/src/actions/StyleSelector.vue.d.ts +6 -4
- package/src/actions/actionHelper.js +6 -6
- package/src/actions/extentActions.d.ts +1 -2
- package/src/actions/extentActions.js +19 -8
- package/src/actions/flightActions.js +8 -8
- package/src/actions/listActions.d.ts +2 -2
- package/src/actions/listActions.js +3 -3
- package/src/actions/stateRefAction.js +3 -3
- package/src/application/VcsApp.vue +19 -28
- package/src/application/VcsApp.vue.d.ts +6 -6
- package/src/application/VcsAppWrapper.vue +1 -1
- package/src/application/VcsAppWrapper.vue.d.ts +2 -2
- package/src/application/VcsAttributions.vue +14 -18
- package/src/application/VcsAttributions.vue.d.ts +7 -7
- package/src/application/VcsAttributionsFooter.vue +1 -1
- package/src/application/VcsAttributionsFooter.vue.d.ts +2 -2
- package/src/application/VcsContainer.vue +13 -7
- package/src/application/VcsContainer.vue.d.ts +3 -2
- package/src/application/VcsCustomScreen.vue +1 -1
- package/src/application/VcsCustomScreen.vue.d.ts +2 -2
- package/src/application/VcsMainMap.vue +4 -1
- package/src/application/VcsMainMap.vue.d.ts +1 -1
- package/src/application/VcsMap.vue +21 -23
- package/src/application/VcsMap.vue.d.ts +2 -2
- package/src/application/VcsNavbar.vue +60 -56
- package/src/application/VcsNavbar.vue.d.ts +11 -8
- package/src/application/VcsPositionDisplay.vue +33 -46
- package/src/application/VcsPositionDisplay.vue.d.ts +3 -3
- package/src/application/VcsSettings.vue +19 -7
- package/src/application/VcsSettings.vue.d.ts +2 -1
- package/src/application/VcsSplashScreen.vue +3 -3
- package/src/application/VcsSplashScreen.vue.d.ts +3 -3
- package/src/application/VcsTextPage.vue +2 -2
- package/src/application/VcsTextPage.vue.d.ts +4 -4
- package/src/application/VcsTextPageFooter.vue +4 -4
- package/src/application/VcsTextPageFooter.vue.d.ts +2 -2
- package/src/application/attributionsHelper.d.ts +2 -2
- package/src/application/attributionsHelper.js +9 -9
- package/src/components/ImageElementInjector.vue.d.ts +2 -2
- package/src/components/attrsHelpers.d.ts +5 -0
- package/src/components/attrsHelpers.js +14 -0
- package/src/components/buttons/VcsActionButtonList.vue +6 -23
- package/src/components/buttons/VcsActionButtonList.vue.d.ts +3 -12
- package/src/components/buttons/VcsButton.vue +79 -90
- package/src/components/buttons/VcsButton.vue.d.ts +17 -32
- package/src/components/buttons/VcsFormButton.vue +77 -125
- package/src/components/buttons/VcsFormButton.vue.d.ts +8 -41
- package/src/components/buttons/VcsToolButton.vue +91 -94
- package/src/components/buttons/VcsToolButton.vue.d.ts +18 -25
- package/src/components/composables.d.ts +14 -0
- package/src/components/composables.js +31 -0
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue +22 -18
- package/src/components/{form-inputs-controls → extent}/VcsExtent.vue.d.ts +10 -7
- package/src/components/extent/VcsExtentEditor.vue +79 -0
- package/src/components/extent/VcsExtentEditor.vue.d.ts +37 -0
- package/src/components/flight/VcsFlightAnchorsComponent.vue +7 -2
- package/src/components/flight/VcsFlightAnchorsComponent.vue.d.ts +6 -6
- package/src/components/flight/VcsFlightComponent.vue +2 -1
- package/src/components/flight/VcsFlightComponent.vue.d.ts +4 -4
- package/src/components/flight/VcsFlightEditor.vue.d.ts +2 -2
- package/src/components/flight/VcsFlightPlayer.vue +2 -3
- package/src/components/flight/VcsFlightPlayer.vue.d.ts +3 -3
- package/src/components/form-inputs-controls/VcsCheckbox.vue +56 -80
- package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +13 -4
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue +128 -117
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +17 -21
- package/src/components/form-inputs-controls/VcsCoordinate.vue +31 -41
- package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +10 -11
- package/src/components/form-inputs-controls/VcsDatePicker.vue +39 -72
- package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +75 -13
- package/src/components/form-inputs-controls/VcsFileInput.vue +100 -0
- package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +27 -0
- package/src/components/form-inputs-controls/VcsFormSection.vue +12 -12
- package/src/components/form-inputs-controls/VcsFormSection.vue.d.ts +6 -4
- package/src/components/form-inputs-controls/VcsLabel.vue +8 -28
- package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +2 -11
- package/src/components/form-inputs-controls/VcsRadio.vue +80 -104
- package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +35 -9
- package/src/components/form-inputs-controls/VcsSelect.vue +172 -153
- package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +36 -9
- package/src/components/form-inputs-controls/VcsSlider.vue +71 -52
- package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +6 -1
- package/src/components/form-inputs-controls/VcsTextArea.vue +126 -144
- package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +13 -10
- package/src/components/form-inputs-controls/VcsTextField.vue +95 -278
- package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +33 -32
- package/src/components/form-inputs-controls/VcsWizard.vue +71 -77
- package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +5 -5
- package/src/components/form-inputs-controls/VcsWizardStep.vue +14 -14
- package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +4 -4
- package/src/components/form-inputs-controls/vcsTextField.scss +78 -0
- package/src/components/form-output/VcsFormattedNumber.vue +20 -27
- package/src/components/form-output/VcsFormattedNumber.vue.d.ts +7 -24
- package/src/components/icons/+all.js +1 -1
- package/src/components/icons/2DAreaIcon.vue +1 -7
- package/src/components/icons/2DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/2DDistanceIcon.vue +1 -7
- package/src/components/icons/2DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/2DHeightObliqueIcon.vue.d.ts +1 -1
- package/src/components/icons/2DPointIcon.vue +0 -1
- package/src/components/icons/2DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/3DAreaIcon.vue +1 -7
- package/src/components/icons/3DAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/3DDistanceIcon.vue +1 -7
- package/src/components/icons/3DDistanceIcon.vue.d.ts +1 -1
- package/src/components/icons/3DHeightIcon.vue +1 -7
- package/src/components/icons/3DHeightIcon.vue.d.ts +1 -1
- package/src/components/icons/3DPointIcon.vue +0 -1
- package/src/components/icons/3DPointIcon.vue.d.ts +1 -1
- package/src/components/icons/AngleIcon.vue +1 -6
- package/src/components/icons/AngleIcon.vue.d.ts +1 -1
- package/src/components/icons/AssociationsIcon.vue +1 -6
- package/src/components/icons/AssociationsIcon.vue.d.ts +1 -1
- package/src/components/icons/AxisIcon.vue.d.ts +1 -1
- package/src/components/icons/BoundingBoxIcon.vue +1 -6
- package/src/components/icons/BoundingBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxCheckedIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIcon.vue +1 -6
- package/src/components/icons/CheckboxIcon.vue.d.ts +1 -1
- package/src/components/icons/CheckboxIndeterminateIcon.vue.d.ts +1 -1
- package/src/components/icons/CircleIcon.vue +1 -6
- package/src/components/icons/CircleIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingHorizontalIcon.vue +1 -6
- package/src/components/icons/ClippingHorizontalIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingIcon.vue +1 -6
- package/src/components/icons/ClippingIcon.vue.d.ts +1 -1
- package/src/components/icons/ClippingVerticalIcon.vue +1 -6
- package/src/components/icons/ClippingVerticalIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorPickerIcon.vue +1 -6
- package/src/components/icons/ColorPickerIcon.vue.d.ts +1 -1
- package/src/components/icons/ColorSwatchIcon.vue +1 -7
- package/src/components/icons/ColorSwatchIcon.vue.d.ts +1 -1
- package/src/components/icons/CommentIcon.vue +1 -6
- package/src/components/icons/CommentIcon.vue.d.ts +1 -1
- package/src/components/icons/CompassIcon.vue +1 -13
- package/src/components/icons/CompassIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsIcon.vue +1 -6
- package/src/components/icons/ComponentsIcon.vue.d.ts +1 -1
- package/src/components/icons/ComponentsPlusIcon.vue +0 -1
- package/src/components/icons/ComponentsPlusIcon.vue.d.ts +1 -1
- package/src/components/icons/ConeIcon.vue +1 -13
- package/src/components/icons/ConeIcon.vue.d.ts +1 -1
- package/src/components/icons/CrosshairIcon.vue +0 -2
- package/src/components/icons/CrosshairIcon.vue.d.ts +1 -1
- package/src/components/icons/DimensionsHouseIcon.vue +1 -7
- package/src/components/icons/DimensionsHouseIcon.vue.d.ts +1 -1
- package/src/components/icons/EditIcon.vue +1 -6
- package/src/components/icons/EditIcon.vue.d.ts +1 -1
- package/src/components/icons/EditVerticesIcon.vue +1 -6
- package/src/components/icons/EditVerticesIcon.vue.d.ts +1 -1
- package/src/components/icons/ElevationProfileIcon.vue +1 -6
- package/src/components/icons/ElevationProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportAreaIcon.vue +1 -6
- package/src/components/icons/ExportAreaIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportFlightIcon.vue +1 -6
- package/src/components/icons/ExportFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ExportIcon.vue +1 -13
- package/src/components/icons/ExportIcon.vue.d.ts +1 -1
- package/src/components/icons/ExternalLinkIcon.vue +1 -6
- package/src/components/icons/ExternalLinkIcon.vue.d.ts +1 -1
- package/src/components/icons/EyeIcon.vue +1 -6
- package/src/components/icons/EyeIcon.vue.d.ts +1 -1
- package/src/components/icons/FastForwardIcon.vue +1 -6
- package/src/components/icons/FastForwardIcon.vue.d.ts +1 -1
- package/src/components/icons/FilterIcon.vue +1 -7
- package/src/components/icons/FilterIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobalTerrainIcon.vue +1 -6
- package/src/components/icons/GlobalTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/GlobeNatureIcon.vue +1 -6
- package/src/components/icons/GlobeNatureIcon.vue.d.ts +1 -1
- package/src/components/icons/GroundIcon.vue +1 -6
- package/src/components/icons/GroundIcon.vue.d.ts +1 -1
- package/src/components/icons/HealthCareIndustriesIcon.vue +1 -6
- package/src/components/icons/HealthCareIndustriesIcon.vue.d.ts +1 -1
- package/src/components/icons/HelpIcon.vue +1 -6
- package/src/components/icons/HelpIcon.vue.d.ts +1 -1
- package/src/components/icons/HideIcon.vue +1 -6
- package/src/components/icons/HideIcon.vue.d.ts +1 -1
- package/src/components/icons/HomePointIcon.vue +1 -6
- package/src/components/icons/HomePointIcon.vue.d.ts +1 -1
- package/src/components/icons/HospitalsIcon.vue +1 -6
- package/src/components/icons/HospitalsIcon.vue.d.ts +1 -1
- package/src/components/icons/HouseIcon.vue +1 -6
- package/src/components/icons/HouseIcon.vue.d.ts +1 -1
- package/src/components/icons/ImportIcon.vue +1 -7
- package/src/components/icons/ImportIcon.vue.d.ts +1 -1
- package/src/components/icons/InfoIcon.vue +1 -6
- package/src/components/icons/InfoIcon.vue.d.ts +1 -1
- package/src/components/icons/KebabIcon.vue +1 -7
- package/src/components/icons/KebabIcon.vue.d.ts +1 -1
- package/src/components/icons/LabelIcon.vue +1 -13
- package/src/components/icons/LabelIcon.vue.d.ts +1 -1
- package/src/components/icons/LayersIcon.vue +1 -7
- package/src/components/icons/LayersIcon.vue.d.ts +1 -1
- package/src/components/icons/LegendIcon.vue +1 -6
- package/src/components/icons/LegendIcon.vue.d.ts +1 -1
- package/src/components/icons/LineIcon.vue +1 -13
- package/src/components/icons/LineIcon.vue.d.ts +1 -1
- package/src/components/icons/LinkIcon.vue +1 -6
- package/src/components/icons/LinkIcon.vue.d.ts +1 -1
- package/src/components/icons/LogoutIcon.vue +1 -6
- package/src/components/icons/LogoutIcon.vue.d.ts +1 -1
- package/src/components/icons/MapIcon.vue +1 -7
- package/src/components/icons/MapIcon.vue.d.ts +1 -1
- package/src/components/icons/MenuIcon.vue +1 -7
- package/src/components/icons/MenuIcon.vue.d.ts +1 -1
- package/src/components/icons/MinusIcon.vue +1 -7
- package/src/components/icons/MinusIcon.vue.d.ts +1 -1
- package/src/components/icons/MultiViewIcon.vue +1 -7
- package/src/components/icons/MultiViewIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectAttributeIcon.vue +1 -7
- package/src/components/icons/ObjectAttributeIcon.vue.d.ts +1 -1
- package/src/components/icons/ObjectSelectIcon.vue +1 -7
- package/src/components/icons/ObjectSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/ObliqueViewIcon.vue +1 -7
- package/src/components/icons/ObliqueViewIcon.vue.d.ts +1 -1
- package/src/components/icons/PdfIcon.vue +1 -7
- package/src/components/icons/PdfIcon.vue.d.ts +1 -1
- package/src/components/icons/PedestrianIcon.vue +1 -6
- package/src/components/icons/PedestrianIcon.vue.d.ts +1 -1
- package/src/components/icons/PenIcon.vue +1 -6
- package/src/components/icons/PenIcon.vue.d.ts +1 -1
- package/src/components/icons/PlayCircleIcon.vue +1 -6
- package/src/components/icons/PlayCircleIcon.vue.d.ts +1 -1
- package/src/components/icons/PlusIcon.vue +1 -7
- package/src/components/icons/PlusIcon.vue.d.ts +1 -1
- package/src/components/icons/PoiIcon.vue +1 -6
- package/src/components/icons/PoiIcon.vue.d.ts +1 -1
- package/src/components/icons/PointIcon.vue +1 -7
- package/src/components/icons/PointIcon.vue.d.ts +1 -1
- package/src/components/icons/PointMeasurementIcon.vue.d.ts +1 -1
- package/src/components/icons/PointSelectIcon.vue +1 -6
- package/src/components/icons/PointSelectIcon.vue.d.ts +1 -1
- package/src/components/icons/PresentationModeIcon.vue +1 -6
- package/src/components/icons/PresentationModeIcon.vue.d.ts +1 -1
- package/src/components/icons/ProgressIcon.vue +0 -1
- package/src/components/icons/ProgressIcon.vue.d.ts +1 -1
- package/src/components/icons/QueryIcon.vue +1 -6
- package/src/components/icons/QueryIcon.vue.d.ts +1 -1
- package/src/components/icons/RectangleIcon.vue +1 -13
- package/src/components/icons/RectangleIcon.vue.d.ts +1 -1
- package/src/components/icons/ReturnIcon.vue +1 -6
- package/src/components/icons/ReturnIcon.vue.d.ts +1 -1
- package/src/components/icons/RewindIcon.vue +1 -6
- package/src/components/icons/RewindIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateLeftIcon.vue +1 -6
- package/src/components/icons/RotateLeftIcon.vue.d.ts +1 -1
- package/src/components/icons/RotateRightIcon.vue +1 -6
- package/src/components/icons/RotateRightIcon.vue.d.ts +1 -1
- package/src/components/icons/ScreenshotIcon.vue +1 -6
- package/src/components/icons/ScreenshotIcon.vue.d.ts +1 -1
- package/src/components/icons/SearchIcon.vue +1 -6
- package/src/components/icons/SearchIcon.vue.d.ts +1 -1
- package/src/components/icons/ShadowIcon.vue +1 -7
- package/src/components/icons/ShadowIcon.vue.d.ts +1 -1
- package/src/components/icons/ShapesIcon.vue +1 -6
- package/src/components/icons/ShapesIcon.vue.d.ts +1 -1
- package/src/components/icons/ShareIcon.vue +1 -6
- package/src/components/icons/ShareIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +1 -6
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue.d.ts +1 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -6
- package/src/components/icons/SimpleCircleOutlinedIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipNextIcon.vue +1 -6
- package/src/components/icons/SkipNextIcon.vue.d.ts +1 -1
- package/src/components/icons/SkipPreviousIcon.vue +1 -6
- package/src/components/icons/SkipPreviousIcon.vue.d.ts +1 -1
- package/src/components/icons/SplitViewIcon.vue +1 -6
- package/src/components/icons/SplitViewIcon.vue.d.ts +1 -1
- package/src/components/icons/TerrainBoxIcon.vue +1 -6
- package/src/components/icons/TerrainBoxIcon.vue.d.ts +1 -1
- package/src/components/icons/TextStyleIcon.vue +1 -7
- package/src/components/icons/TextStyleIcon.vue.d.ts +1 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +1 -6
- package/src/components/icons/ThreeDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/ToolsIcon.vue +1 -7
- package/src/components/icons/ToolsIcon.vue.d.ts +1 -1
- package/src/components/icons/TouchIcon.vue +1 -7
- package/src/components/icons/TouchIcon.vue.d.ts +1 -1
- package/src/components/icons/TransparentTerrainIcon.vue +0 -1
- package/src/components/icons/TransparentTerrainIcon.vue.d.ts +1 -1
- package/src/components/icons/TrashCanIcon.vue +1 -7
- package/src/components/icons/TrashCanIcon.vue.d.ts +1 -1
- package/src/components/icons/TriangleIcon.vue +1 -6
- package/src/components/icons/TriangleIcon.vue.d.ts +1 -1
- package/src/components/icons/TwoDimensionsIcon.vue +1 -7
- package/src/components/icons/TwoDimensionsIcon.vue.d.ts +1 -1
- package/src/components/icons/UploadIcon.vue +1 -6
- package/src/components/icons/UploadIcon.vue.d.ts +1 -1
- package/src/components/icons/UserProfileIcon.vue +1 -7
- package/src/components/icons/UserProfileIcon.vue.d.ts +1 -1
- package/src/components/icons/UserShareIcon.vue +1 -6
- package/src/components/icons/UserShareIcon.vue.d.ts +1 -1
- package/src/components/icons/VideoRecorderIcon.vue +1 -6
- package/src/components/icons/VideoRecorderIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointFlightIcon.vue +1 -6
- package/src/components/icons/ViewpointFlightIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewpointIcon.vue +1 -6
- package/src/components/icons/ViewpointIcon.vue.d.ts +1 -1
- package/src/components/icons/Viewshed360Icon.vue +1 -7
- package/src/components/icons/Viewshed360Icon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedConeIcon.vue +1 -7
- package/src/components/icons/ViewshedConeIcon.vue.d.ts +1 -1
- package/src/components/icons/ViewshedIcon.vue +1 -7
- package/src/components/icons/ViewshedIcon.vue.d.ts +1 -1
- package/src/components/icons/WalkingIcon.vue +1 -6
- package/src/components/icons/WalkingIcon.vue.d.ts +1 -1
- package/src/components/icons/WallIcon.vue +1 -6
- package/src/components/icons/WallIcon.vue.d.ts +1 -1
- package/src/components/icons/WandIcon.vue +1 -6
- package/src/components/icons/WandIcon.vue.d.ts +1 -1
- package/src/components/import/{FileDrop.vue → VcsFileDrop.vue} +21 -10
- package/src/components/import/VcsFileDrop.vue.d.ts +37 -0
- package/src/components/import/{ImportComponent.vue → VcsImportComponent.vue} +24 -12
- package/src/components/import/{ImportComponent.vue.d.ts → VcsImportComponent.vue.d.ts} +6 -3
- package/src/components/lists/VcsActionList.vue +15 -27
- package/src/components/lists/VcsActionList.vue.d.ts +3 -3
- package/src/components/lists/VcsList.vue +159 -152
- package/src/components/lists/VcsList.vue.d.ts +20 -20
- package/src/components/lists/VcsTreeview.vue +56 -43
- package/src/components/lists/VcsTreeview.vue.d.ts +3 -5
- package/src/components/lists/VcsTreeviewLeaf.vue +76 -75
- package/src/components/lists/VcsTreeviewLeaf.vue.d.ts +5 -17
- package/src/components/lists/VcsTreeviewSearchbar.vue +39 -83
- package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +2 -20
- package/src/components/modelHelper.d.ts +25 -0
- package/src/components/modelHelper.js +88 -0
- package/src/components/notification/VcsBadge.vue +8 -6
- package/src/components/notification/VcsBadge.vue.d.ts +2 -2
- package/src/components/notification/VcsHelp.vue +19 -14
- package/src/components/notification/VcsHelp.vue.d.ts +2 -2
- package/src/components/notification/VcsTooltip.vue +4 -8
- package/src/components/notification/VcsTooltip.vue.d.ts +3 -3
- package/src/components/plugins/AbstractConfigEditor.vue +5 -5
- package/src/components/plugins/AbstractConfigEditor.vue.d.ts +2 -2
- package/src/components/style/MenuWrapper.vue +10 -11
- package/src/components/style/MenuWrapper.vue.d.ts +5 -5
- package/src/components/style/VcsFeatureStyleComponent.vue +1 -1
- package/src/components/style/VcsFeatureStyleComponent.vue.d.ts +7 -7
- package/src/components/style/VcsFillMenu.vue +5 -6
- package/src/components/style/VcsFillMenu.vue.d.ts +5 -5
- package/src/components/style/VcsFillSelector.vue +6 -7
- package/src/components/style/VcsFillSelector.vue.d.ts +5 -5
- package/src/components/style/VcsImageMenu.vue +13 -9
- package/src/components/style/VcsImageMenu.vue.d.ts +5 -5
- package/src/components/style/VcsImageSelector.vue +36 -32
- package/src/components/style/VcsImageSelector.vue.d.ts +11 -11
- package/src/components/style/VcsStrokeMenu.vue +6 -7
- package/src/components/style/VcsStrokeMenu.vue.d.ts +5 -5
- package/src/components/style/VcsStrokeSelector.vue +19 -13
- package/src/components/style/VcsStrokeSelector.vue.d.ts +5 -5
- package/src/components/style/VcsTextMenu.vue +9 -8
- package/src/components/style/VcsTextMenu.vue.d.ts +5 -5
- package/src/components/style/VcsTextSelector.vue +14 -11
- package/src/components/style/VcsTextSelector.vue.d.ts +10 -10
- package/src/components/style/VcsVectorStyleComponent.vue +4 -4
- package/src/components/style/VcsVectorStyleComponent.vue.d.ts +8 -8
- package/src/components/style/composables.js +4 -1
- package/src/components/tables/VcsDataTable.vue +152 -207
- package/src/components/tables/VcsDataTable.vue.d.ts +10 -36
- package/src/components/tables/VcsTable.vue +13 -18
- package/src/components/tables/VcsTable.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue +2 -2
- package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +4 -4
- package/src/components/vector-properties/VcsFeatureTransforms.vue +5 -1
- package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -2
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +54 -47
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +7 -7
- package/src/components/vector-properties/composables.js +3 -3
- package/src/components/viewpoint/VcsViewpointComponent.vue +56 -104
- package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +14 -22
- package/src/components/viewpoint/VcsViewpointEditor.vue +2 -5
- package/src/components/viewpoint/VcsViewpointEditor.vue.d.ts +3 -3
- package/src/contentTree/LayerTree.vue +31 -10
- package/src/contentTree/LayerTree.vue.d.ts +3 -3
- package/src/contentTree/contentTreeCollection.d.ts +2 -2
- package/src/contentTree/contentTreeCollection.js +6 -8
- package/src/contentTree/contentTreeItem.d.ts +11 -11
- package/src/contentTree/contentTreeItem.js +8 -7
- package/src/contentTree/flightContentTreeItem.js +5 -4
- package/src/contentTree/viewpointContentTreeItem.d.ts +1 -1
- package/src/featureInfo/AddressBalloonComponent.vue +24 -26
- package/src/featureInfo/AddressBalloonComponent.vue.d.ts +1 -1
- package/src/featureInfo/BalloonComponent.vue +21 -29
- package/src/featureInfo/BalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/IframeComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
- package/src/featureInfo/MarkdownComponent.vue +16 -0
- package/src/featureInfo/MarkdownComponent.vue.d.ts +7 -0
- package/src/featureInfo/abstractFeatureInfoView.d.ts +5 -5
- package/src/featureInfo/abstractFeatureInfoView.js +2 -2
- package/src/featureInfo/balloonFeatureInfoView.d.ts +2 -2
- package/src/featureInfo/balloonFeatureInfoView.js +1 -1
- package/src/featureInfo/featureInfo.js +2 -2
- package/src/featureInfo/markdownFeatureInfoView.js +1 -15
- package/src/i18n/de.d.ts +105 -0
- package/src/i18n/de.js +14 -5
- package/src/i18n/en.d.ts +105 -0
- package/src/i18n/en.js +14 -5
- package/src/init.js +10 -12
- package/src/legend/StyleLegendItem.vue +32 -28
- package/src/legend/StyleLegendItem.vue.d.ts +3 -2
- package/src/legend/VcsLegend.vue +19 -20
- package/src/legend/VcsLegend.vue.d.ts +8 -6
- package/src/legend/legendHelper.d.ts +2 -2
- package/src/legend/legendHelper.js +9 -8
- package/src/manager/buttonManager.d.ts +2 -2
- package/src/manager/buttonManager.js +6 -4
- package/src/manager/collectionManager/CollectionComponent.vue +30 -26
- package/src/manager/collectionManager/CollectionComponent.vue.d.ts +14 -2
- package/src/manager/collectionManager/CollectionComponentContent.vue +9 -11
- package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionComponentList.vue +3 -3
- package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentProvider.vue.d.ts +2 -2
- package/src/manager/collectionManager/CollectionComponentStandalone.vue +1 -1
- package/src/manager/collectionManager/CollectionComponentStandalone.vue.d.ts +1 -1
- package/src/manager/collectionManager/CollectionManager.vue +11 -9
- package/src/manager/collectionManager/CollectionManager.vue.d.ts +1 -1
- package/src/manager/collectionManager/categoryManager.d.ts +2 -2
- package/src/manager/collectionManager/collectionComponentClass.d.ts +6 -6
- package/src/manager/collectionManager/collectionComponentClass.js +3 -3
- package/src/manager/collectionManager/collectionManager.d.ts +5 -4
- package/src/manager/collectionManager/collectionManager.js +4 -2
- package/src/manager/collectionManager/editorCollectionComponentClass.d.ts +1 -1
- package/src/manager/contextMenu/ContextMenuComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelComponent.vue.d.ts +2 -2
- package/src/manager/panel/PanelManagerComponent.vue +7 -5
- package/src/manager/panel/PanelManagerComponent.vue.d.ts +4 -4
- package/src/manager/panel/panelManager.d.ts +6 -6
- package/src/manager/panel/panelManager.js +4 -4
- package/src/manager/toolbox/GroupToolboxComponent.vue +10 -34
- package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +3 -4
- package/src/manager/toolbox/SelectToolboxComponent.vue +12 -58
- package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +2 -3
- package/src/manager/toolbox/ToolboxManager.vue +12 -38
- package/src/manager/toolbox/ToolboxManager.vue.d.ts +3 -2
- package/src/manager/toolbox/toolboxManager.d.ts +3 -3
- package/src/manager/toolbox/toolboxManager.js +2 -3
- package/src/manager/window/WindowComponent.vue +3 -2
- package/src/manager/window/WindowComponent.vue.d.ts +2 -2
- package/src/manager/window/WindowComponentHeader.vue +8 -4
- package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -3
- package/src/manager/window/WindowManager.vue +4 -9
- package/src/manager/window/WindowManager.vue.d.ts +2 -2
- package/src/manager/window/windowManager.d.ts +52 -46
- package/src/manager/window/windowManager.js +33 -10
- package/src/navigation/MapNavCompass.vue.d.ts +3 -3
- package/src/navigation/MapNavigation.vue +11 -7
- package/src/navigation/MapNavigation.vue.d.ts +6 -3
- package/src/navigation/ObliqueRotation.vue +15 -17
- package/src/navigation/ObliqueRotation.vue.d.ts +5 -5
- package/src/navigation/OrientationToolsButton.vue +9 -4
- package/src/navigation/OrientationToolsButton.vue.d.ts +2 -2
- package/src/navigation/TiltSlider.vue +39 -42
- package/src/navigation/TiltSlider.vue.d.ts +5 -5
- package/src/navigation/VcsCompass.vue +15 -8
- package/src/navigation/VcsCompass.vue.d.ts +6 -6
- package/src/navigation/VcsZoomButton.vue +12 -14
- package/src/navigation/VcsZoomButton.vue.d.ts +2 -2
- package/src/navigation/locatorHelper.js +1 -1
- package/src/navigation/overviewMap.d.ts +1 -1
- package/src/navigation/overviewMap.js +3 -3
- package/src/notifier/NotifierComponent.vue +18 -21
- package/src/notifier/NotifierComponent.vue.d.ts +1 -1
- package/src/notifier/notifier.d.ts +2 -1
- package/src/notifier/notifier.js +6 -2
- package/src/search/ResultItem.vue +14 -13
- package/src/search/ResultItem.vue.d.ts +2 -2
- package/src/search/ResultsComponent.vue +13 -24
- package/src/search/ResultsComponent.vue.d.ts +2 -2
- package/src/search/SearchComponent.vue +16 -15
- package/src/search/SearchComponent.vue.d.ts +2 -2
- package/src/search/search.d.ts +2 -2
- package/src/search/search.js +6 -10
- package/src/setup.js +2 -2
- package/src/styles/_typography.scss +11 -7
- package/src/styles/main.scss +6 -3
- package/src/styles/settings.scss +6 -0
- package/src/styles/variables.scss +10 -8
- package/src/styles/vcsGrid.scss +0 -10
- package/src/styles/vcsList.scss +8 -0
- package/src/vcsUiApp.d.ts +128 -21
- package/src/vcsUiApp.js +53 -24
- package/src/vuePlugins/i18n.d.ts +8 -2
- package/src/vuePlugins/i18n.js +32 -11
- package/src/vuePlugins/vuetify.d.ts +79 -9
- package/src/vuePlugins/vuetify.js +173 -68
- package/dist/assets/index-2c09148f.js +0 -1
- package/dist/assets/ui.078e16.css +0 -5
- package/dist/assets/ui.078e16.js +0 -23835
- package/dist/assets/vue.007115.js +0 -4920
- package/dist/assets/vuetify.6ef1af.css +0 -5
- package/dist/assets/vuetify.6ef1af.js +0 -21263
- package/plugins/@vcmap-show-case/extent-example/src/ExtentExample.vue +0 -71
- package/src/components/form-inputs-controls/VcsRadioGrid.vue +0 -160
- package/src/components/form-inputs-controls/VcsRadioGrid.vue.d.ts +0 -35
- package/src/components/form-inputs-controls/composables.d.ts +0 -7
- package/src/components/form-inputs-controls/composables.js +0 -31
- package/src/components/import/FileDrop.vue.d.ts +0 -26
- package/src/styles/utils/_all.scss +0 -12
- package/src/styles/utils/_border.scss +0 -7
- package/src/styles/utils/_cursor.scss +0 -19
- package/src/styles/utils/_display.scss +0 -3
- package/src/styles/utils/_fade-in.scss +0 -8
- package/src/styles/utils/_position.scss +0 -38
- package/src/styles/utils/_size.scss +0 -79
- package/src/styles/utils/_slide-in.scss +0 -26
- package/src/styles/utils/_spacing.scss +0 -11
- package/src/styles/utils/_text.scss +0 -30
- package/src/styles/utils/_transform.scss +0 -11
- package/src/styles/utils/_transition.scss +0 -11
- package/src/styles/utils/_z-index.scss +0 -15
@@ -1,24 +1,25 @@
|
|
1
1
|
<template>
|
2
|
-
<v-row no-gutters v-if="
|
2
|
+
<v-row no-gutters v-if="localValue">
|
3
3
|
<slot name="prepend" v-bind="{ ...$props }" />
|
4
|
-
<
|
5
|
-
<
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
</
|
4
|
+
<template v-for="(_, idx) in localValue">
|
5
|
+
<v-col :key="`${prefixes[idx]}-coordinate`" v-if="!hideZ || idx < 2">
|
6
|
+
<VcsTextField
|
7
|
+
:id="`${prefixes[idx]}-coordinate`"
|
8
|
+
:hide-spin-buttons="true"
|
9
|
+
type="number"
|
10
|
+
:min="getRangeFromExtent(idx, extent)?.[0]"
|
11
|
+
:max="getRangeFromExtent(idx, extent)?.[1]"
|
12
|
+
:step="steps[idx]"
|
13
|
+
:prefix="prefixes[idx]"
|
14
|
+
:unit="units[idx]"
|
15
|
+
:decimals="decimals[idx]"
|
16
|
+
v-bind="noListenerAttrs"
|
17
|
+
v-model="localValue[idx]"
|
18
|
+
:rules="getRulesForAxis(idx)"
|
19
|
+
/>
|
20
|
+
</v-col>
|
21
|
+
</template>
|
22
|
+
|
22
23
|
<slot name="append" v-bind="{ ...$props }" />
|
23
24
|
</v-row>
|
24
25
|
</template>
|
@@ -27,10 +28,11 @@
|
|
27
28
|
|
28
29
|
<script>
|
29
30
|
import { computed } from 'vue';
|
30
|
-
import { VRow, VCol } from 'vuetify/
|
31
|
-
import { Extent } from '@vcmap/core';
|
31
|
+
import { VRow, VCol } from 'vuetify/components';
|
32
32
|
import VcsTextField from './VcsTextField.vue';
|
33
33
|
import { between } from '../style/composables.js';
|
34
|
+
import { useProxiedComplexModel } from '../modelHelper.js';
|
35
|
+
import { removeListenersFromAttrs } from '../attrsHelpers.js';
|
34
36
|
|
35
37
|
/**
|
36
38
|
*
|
@@ -59,7 +61,7 @@
|
|
59
61
|
/**
|
60
62
|
* @description An input for a coordinate providing a VcsTextField for each dimension.
|
61
63
|
* All attrs and listeners are forwarded to the input fields.
|
62
|
-
* @vue-prop {import("ol").Coordinate}
|
64
|
+
* @vue-prop {import("ol").Coordinate} modelValue - A coordinate, with x, y and optionally z value.
|
63
65
|
* @vue-prop {boolean} [hideZ=false] - Hide z input field.
|
64
66
|
* @vue-prop {Array<string>} [prefixes=['X','Y','Z']] - An optional array of length three, with prefixes for each input
|
65
67
|
* @vue-prop {Array<string>} [units=['°','°','m']] - An optional array of length three, with units for each input
|
@@ -72,13 +74,14 @@
|
|
72
74
|
*/
|
73
75
|
export default {
|
74
76
|
name: 'VcsCoordinate',
|
77
|
+
inheritAttrs: false,
|
75
78
|
components: {
|
76
79
|
VRow,
|
77
80
|
VCol,
|
78
81
|
VcsTextField,
|
79
82
|
},
|
80
83
|
props: {
|
81
|
-
|
84
|
+
modelValue: {
|
82
85
|
type: Array,
|
83
86
|
default: () => [0, 0, 0],
|
84
87
|
},
|
@@ -104,7 +107,7 @@
|
|
104
107
|
},
|
105
108
|
extent: {
|
106
109
|
type: Array,
|
107
|
-
default: () =>
|
110
|
+
default: () => [-180, -90, 180, 90],
|
108
111
|
},
|
109
112
|
axisRules: {
|
110
113
|
type: Array,
|
@@ -112,25 +115,12 @@
|
|
112
115
|
},
|
113
116
|
},
|
114
117
|
setup(props, { attrs, emit }) {
|
115
|
-
|
116
|
-
|
117
|
-
}
|
118
|
-
const coordinate = computed({
|
119
|
-
get() {
|
120
|
-
return props.value?.slice(0, props.hideZ ? 2 : 3);
|
121
|
-
},
|
122
|
-
set(value) {
|
123
|
-
emitInput(value);
|
124
|
-
},
|
125
|
-
});
|
118
|
+
const localValue = useProxiedComplexModel(props, 'modelValue', emit);
|
119
|
+
const noListenerAttrs = computed(() => removeListenersFromAttrs(attrs));
|
126
120
|
|
127
121
|
return {
|
128
|
-
|
129
|
-
|
130
|
-
forwardListener(listener) {
|
131
|
-
const { input, ...rest } = listener;
|
132
|
-
return rest;
|
133
|
-
},
|
122
|
+
localValue,
|
123
|
+
noListenerAttrs,
|
134
124
|
getRangeFromExtent,
|
135
125
|
getRulesForAxis(idx) {
|
136
126
|
const rules = [];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
|
-
|
2
|
+
modelValue: {
|
3
3
|
type: ArrayConstructor;
|
4
4
|
default: () => number[];
|
5
5
|
};
|
@@ -25,20 +25,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
25
25
|
};
|
26
26
|
extent: {
|
27
27
|
type: ArrayConstructor;
|
28
|
-
default: () =>
|
28
|
+
default: () => number[];
|
29
29
|
};
|
30
30
|
axisRules: {
|
31
31
|
type: ArrayConstructor;
|
32
32
|
default: () => never[][];
|
33
33
|
};
|
34
34
|
}, {
|
35
|
-
|
36
|
-
|
37
|
-
forwardListener(listener: any): any;
|
35
|
+
localValue: import("vue").Ref<any>;
|
36
|
+
noListenerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
38
37
|
getRangeFromExtent: typeof getRangeFromExtent;
|
39
38
|
getRulesForAxis(idx: any): any[];
|
40
|
-
},
|
41
|
-
|
39
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
40
|
+
modelValue: {
|
42
41
|
type: ArrayConstructor;
|
43
42
|
default: () => number[];
|
44
43
|
};
|
@@ -64,14 +63,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
64
63
|
};
|
65
64
|
extent: {
|
66
65
|
type: ArrayConstructor;
|
67
|
-
default: () =>
|
66
|
+
default: () => number[];
|
68
67
|
};
|
69
68
|
axisRules: {
|
70
69
|
type: ArrayConstructor;
|
71
70
|
default: () => never[][];
|
72
71
|
};
|
73
72
|
}>>, {
|
74
|
-
|
73
|
+
modelValue: unknown[];
|
75
74
|
decimals: unknown[];
|
76
75
|
extent: unknown[];
|
77
76
|
hideZ: boolean;
|
@@ -79,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
79
78
|
units: unknown[];
|
80
79
|
steps: unknown[];
|
81
80
|
axisRules: unknown[];
|
82
|
-
}>;
|
81
|
+
}, {}>;
|
83
82
|
export default _default;
|
84
83
|
/**
|
85
84
|
*
|
@@ -87,4 +86,4 @@ export default _default;
|
|
87
86
|
* @param {import("ol/extent").Extent} extent
|
88
87
|
* @returns {undefined|number[]}
|
89
88
|
*/
|
90
|
-
declare function getRangeFromExtent(idx: number, extent:
|
89
|
+
declare function getRangeFromExtent(idx: number, extent: import("ol/extent").Extent): undefined | number[];
|
@@ -3,75 +3,53 @@
|
|
3
3
|
v-model="menuOpen"
|
4
4
|
:close-on-content-click="false"
|
5
5
|
transition="scale-transition"
|
6
|
-
offset-y
|
7
6
|
max-width="290px"
|
8
7
|
min-width="290px"
|
9
8
|
>
|
10
|
-
<template #activator="{
|
11
|
-
<
|
12
|
-
v-model="formattedDate"
|
9
|
+
<template #activator="{ props }">
|
10
|
+
<VcsTextField
|
13
11
|
:placeholder="formatDate(new Date().toISOString())"
|
14
|
-
v-bind="{ ...$attrs, ...attrs }"
|
15
|
-
v-on="{ ...$listeners, ...on }"
|
16
12
|
:prepend-icon="icon"
|
17
|
-
:dense="isDense"
|
18
13
|
readonly
|
19
14
|
hide-details
|
20
15
|
class="ma-0 py-1"
|
21
|
-
|
22
|
-
|
23
|
-
'input--not-dense': !isDense,
|
24
|
-
}"
|
16
|
+
v-bind="props"
|
17
|
+
v-model="formattedDate"
|
25
18
|
/>
|
26
19
|
</template>
|
27
20
|
<v-date-picker
|
28
21
|
v-model="date"
|
29
|
-
|
30
|
-
@
|
31
|
-
:locale="locale"
|
22
|
+
hide-header
|
23
|
+
@update:model-value="menuOpen = false"
|
32
24
|
color="primary"
|
33
25
|
>
|
34
|
-
<
|
35
|
-
|
36
|
-
|
26
|
+
<template #actions>
|
27
|
+
<v-btn color="primary" @click="goToToday">
|
28
|
+
{{ $t('datePicker.today') }}
|
29
|
+
</v-btn>
|
30
|
+
</template>
|
37
31
|
</v-date-picker>
|
38
32
|
</v-menu>
|
39
33
|
</template>
|
40
|
-
<style lang="scss" scoped>
|
41
|
-
::v-deep {
|
42
|
-
.v-input__control {
|
43
|
-
padding: 0 4px;
|
44
|
-
}
|
45
|
-
.v-input__prepend-outer {
|
46
|
-
margin-right: 4px;
|
47
|
-
}
|
48
|
-
.v-icon {
|
49
|
-
font-size: 16px;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
</style>
|
34
|
+
<style lang="scss" scoped></style>
|
53
35
|
<script>
|
54
|
-
import {
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
onBeforeMount,
|
61
|
-
} from 'vue';
|
62
|
-
import { VMenu, VTextField, VDatePicker, VBtn } from 'vuetify/lib';
|
36
|
+
import { computed, ref, watch, onBeforeMount } from 'vue';
|
37
|
+
import { VMenu, VDatePicker, VBtn } from 'vuetify/components';
|
38
|
+
import { useI18n } from 'vue-i18n';
|
39
|
+
import { getLogger } from '@vcsuite/logger';
|
40
|
+
import VcsTextField from './VcsTextField.vue';
|
41
|
+
|
63
42
|
/**
|
64
43
|
* @description stylized wrapper around {@link https://v15.vuetifyjs.com/en/components/date-pickers/#month-pickers-in-dialog-and-menu}.
|
65
|
-
* @vue-prop {string}
|
66
|
-
* @vue-prop {string} icon - specify optional prepend icon, defaults to mdi-calendar
|
67
|
-
* @vue-event {string} input - raised when calendar date is selected
|
44
|
+
* @vue-prop {string} modelValue - value of the date picker in {@link https://tc39.es/ecma262/#sec-date-time-string-format | Date Time String Format}
|
45
|
+
* @vue-prop {string} [icon] - specify optional prepend icon, defaults to mdi-calendar
|
68
46
|
*/
|
69
47
|
export default {
|
70
48
|
name: 'VcsDatePicker',
|
71
49
|
props: {
|
72
|
-
|
73
|
-
type:
|
74
|
-
default: new Date()
|
50
|
+
modelValue: {
|
51
|
+
type: Date,
|
52
|
+
default: new Date(),
|
75
53
|
},
|
76
54
|
icon: {
|
77
55
|
type: String,
|
@@ -80,52 +58,43 @@
|
|
80
58
|
},
|
81
59
|
components: {
|
82
60
|
VMenu,
|
83
|
-
|
61
|
+
VcsTextField,
|
84
62
|
VDatePicker,
|
85
63
|
VBtn,
|
86
64
|
},
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
const app = /** @type {import("@vcmap/ui").VcsUiApp} */ (
|
92
|
-
inject('vcsApp')
|
93
|
-
);
|
94
|
-
const localValue = ref(props.value);
|
65
|
+
emits: ['update:modelValue'],
|
66
|
+
setup(props, { emit }) {
|
67
|
+
const i18n = useI18n();
|
68
|
+
const localValue = ref(props.modelValue);
|
95
69
|
const menuOpen = ref(false);
|
96
|
-
const locale = ref(app.locale);
|
97
|
-
|
98
|
-
const isDense = computed(() => attrs.dense !== false);
|
99
70
|
|
100
|
-
const isValid = (date) => !Number.isNaN(
|
71
|
+
const isValid = (date) => !Number.isNaN(date.getTime());
|
101
72
|
const setFromValue = () => {
|
102
|
-
if (isValid(props.
|
103
|
-
localValue.value = props.
|
73
|
+
if (isValid(props.modelValue)) {
|
74
|
+
localValue.value = props.modelValue;
|
104
75
|
} else if (localValue.value) {
|
105
|
-
|
106
|
-
|
76
|
+
getLogger('VcsDatePicker').error(
|
77
|
+
'Invalid date provided: ',
|
78
|
+
props.modelValue,
|
79
|
+
);
|
107
80
|
}
|
108
81
|
};
|
109
82
|
onBeforeMount(() => setFromValue());
|
110
|
-
const destroyLocaleChanged = app.localeChanged.addEventListener(() => {
|
111
|
-
locale.value = app.locale;
|
112
|
-
});
|
113
|
-
onUnmounted(() => destroyLocaleChanged());
|
114
83
|
|
115
84
|
const formatDate = (date) => {
|
116
85
|
if (date) {
|
117
|
-
return new Intl.DateTimeFormat(locale.value, {
|
86
|
+
return new Intl.DateTimeFormat(i18n.locale.value, {
|
118
87
|
dateStyle: 'short',
|
119
88
|
}).format(Date.parse(date));
|
120
89
|
}
|
121
90
|
return '';
|
122
91
|
};
|
123
92
|
const goToToday = () => {
|
124
|
-
localValue.value = new Date(
|
93
|
+
localValue.value = new Date();
|
125
94
|
menuOpen.value = false;
|
126
95
|
};
|
127
96
|
watch(
|
128
|
-
() => props.
|
97
|
+
() => props.modelValue,
|
129
98
|
() => setFromValue(),
|
130
99
|
);
|
131
100
|
const formattedDate = computed({
|
@@ -138,17 +107,15 @@
|
|
138
107
|
get: () => localValue.value,
|
139
108
|
set: (nv) => {
|
140
109
|
localValue.value = nv;
|
141
|
-
emit('
|
110
|
+
emit('update:modelValue', localValue.value);
|
142
111
|
},
|
143
112
|
});
|
144
113
|
|
145
114
|
return {
|
146
115
|
formattedDate,
|
147
116
|
date,
|
148
|
-
isDense,
|
149
117
|
menuOpen,
|
150
118
|
formatDate,
|
151
|
-
locale,
|
152
119
|
goToToday,
|
153
120
|
};
|
154
121
|
},
|
@@ -1,7 +1,7 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
|
-
|
3
|
-
type:
|
4
|
-
default:
|
2
|
+
modelValue: {
|
3
|
+
type: DateConstructor;
|
4
|
+
default: Date;
|
5
5
|
};
|
6
6
|
icon: {
|
7
7
|
type: StringConstructor;
|
@@ -9,23 +9,85 @@ declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
};
|
10
10
|
}, {
|
11
11
|
formattedDate: import("vue").WritableComputedRef<string>;
|
12
|
-
date: import("vue").WritableComputedRef<
|
13
|
-
|
12
|
+
date: import("vue").WritableComputedRef<{
|
13
|
+
toString: () => string;
|
14
|
+
toDateString: () => string;
|
15
|
+
toTimeString: () => string;
|
16
|
+
toLocaleString: {
|
17
|
+
(): string;
|
18
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
19
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
20
|
+
};
|
21
|
+
toLocaleDateString: {
|
22
|
+
(): string;
|
23
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
24
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
25
|
+
};
|
26
|
+
toLocaleTimeString: {
|
27
|
+
(): string;
|
28
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
29
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
30
|
+
};
|
31
|
+
valueOf: () => number;
|
32
|
+
getTime: () => number;
|
33
|
+
getFullYear: () => number;
|
34
|
+
getUTCFullYear: () => number;
|
35
|
+
getMonth: () => number;
|
36
|
+
getUTCMonth: () => number;
|
37
|
+
getDate: () => number;
|
38
|
+
getUTCDate: () => number;
|
39
|
+
getDay: () => number;
|
40
|
+
getUTCDay: () => number;
|
41
|
+
getHours: () => number;
|
42
|
+
getUTCHours: () => number;
|
43
|
+
getMinutes: () => number;
|
44
|
+
getUTCMinutes: () => number;
|
45
|
+
getSeconds: () => number;
|
46
|
+
getUTCSeconds: () => number;
|
47
|
+
getMilliseconds: () => number;
|
48
|
+
getUTCMilliseconds: () => number;
|
49
|
+
getTimezoneOffset: () => number;
|
50
|
+
setTime: (time: number) => number;
|
51
|
+
setMilliseconds: (ms: number) => number;
|
52
|
+
setUTCMilliseconds: (ms: number) => number;
|
53
|
+
setSeconds: (sec: number, ms?: number | undefined) => number;
|
54
|
+
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
55
|
+
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
56
|
+
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
57
|
+
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
58
|
+
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
59
|
+
setDate: (date: number) => number;
|
60
|
+
setUTCDate: (date: number) => number;
|
61
|
+
setMonth: (month: number, date?: number | undefined) => number;
|
62
|
+
setUTCMonth: (month: number, date?: number | undefined) => number;
|
63
|
+
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
64
|
+
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
65
|
+
toUTCString: () => string;
|
66
|
+
toISOString: () => string;
|
67
|
+
toJSON: (key?: any) => string;
|
68
|
+
[Symbol.toPrimitive]: {
|
69
|
+
(hint: "default"): string;
|
70
|
+
(hint: "string"): string;
|
71
|
+
(hint: "number"): number;
|
72
|
+
(hint: string): string | number;
|
73
|
+
};
|
74
|
+
}>;
|
14
75
|
menuOpen: import("vue").Ref<boolean>;
|
15
76
|
formatDate: (date: any) => string;
|
16
|
-
locale: import("vue").Ref<string>;
|
17
77
|
goToToday: () => void;
|
18
|
-
},
|
19
|
-
|
20
|
-
type:
|
21
|
-
default:
|
78
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
79
|
+
modelValue: {
|
80
|
+
type: DateConstructor;
|
81
|
+
default: Date;
|
22
82
|
};
|
23
83
|
icon: {
|
24
84
|
type: StringConstructor;
|
25
85
|
default: string;
|
26
86
|
};
|
27
|
-
}
|
28
|
-
|
87
|
+
}>> & {
|
88
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
89
|
+
}, {
|
90
|
+
modelValue: Date;
|
29
91
|
icon: string;
|
30
|
-
}>;
|
92
|
+
}, {}>;
|
31
93
|
export default _default;
|
@@ -0,0 +1,100 @@
|
|
1
|
+
<template>
|
2
|
+
<v-file-input
|
3
|
+
ref="fileInputRef"
|
4
|
+
variant="outlined"
|
5
|
+
clear-icon="$close"
|
6
|
+
:hide-details="false"
|
7
|
+
class="primary--placeholder"
|
8
|
+
:class="{
|
9
|
+
'py-1': !paddingProvided,
|
10
|
+
}"
|
11
|
+
v-bind="$attrs"
|
12
|
+
>
|
13
|
+
<template #message="{ message }">
|
14
|
+
<v-tooltip
|
15
|
+
ref="errorTooltipRef"
|
16
|
+
:activator="fileInputRef"
|
17
|
+
v-if="message"
|
18
|
+
:text="message"
|
19
|
+
content-class="bg-error"
|
20
|
+
:location="tooltipPosition"
|
21
|
+
/>
|
22
|
+
</template>
|
23
|
+
<template #append-inner>
|
24
|
+
<slot name="append-inner"></slot>
|
25
|
+
<v-tooltip
|
26
|
+
:activator="fileInputRef"
|
27
|
+
v-if="tooltip && !errorTooltipRef"
|
28
|
+
:text="tooltip"
|
29
|
+
:location="tooltipPosition"
|
30
|
+
/>
|
31
|
+
</template>
|
32
|
+
<template
|
33
|
+
v-for="slot of Object.keys($slots).filter(
|
34
|
+
(name) => name !== 'append-inner',
|
35
|
+
)"
|
36
|
+
#[slot]="scope"
|
37
|
+
>
|
38
|
+
<slot :name="slot" v-bind="scope" />
|
39
|
+
</template>
|
40
|
+
</v-file-input>
|
41
|
+
</template>
|
42
|
+
|
43
|
+
<style lang="scss" scoped>
|
44
|
+
@import './vcsTextField.scss';
|
45
|
+
|
46
|
+
// set text overflow for file input
|
47
|
+
:deep(.v-field__field) {
|
48
|
+
display: inline-block;
|
49
|
+
max-width: 100%;
|
50
|
+
overflow: hidden;
|
51
|
+
text-overflow: ellipsis;
|
52
|
+
white-space: nowrap;
|
53
|
+
}
|
54
|
+
</style>
|
55
|
+
|
56
|
+
<script>
|
57
|
+
import { ref } from 'vue';
|
58
|
+
import { VFileInput, VTooltip } from 'vuetify/components';
|
59
|
+
import { usePadding } from '../composables.js';
|
60
|
+
|
61
|
+
/**
|
62
|
+
* @description extends API of {@link https://vuetifyjs.com/en/api/v-file-input v-text-field}.
|
63
|
+
* Provides VcsTooltip to
|
64
|
+
* - show error messages on focus
|
65
|
+
* - show tooltips, if supplied, when hovered over append-icon
|
66
|
+
* When clicking esc key, previous input is restored.
|
67
|
+
* @vue-prop {('bottom' | 'left' | 'top' | 'right')} [tooltipPosition='right'] - Position of the tooltip.
|
68
|
+
* @vue-prop {string|undefined} tooltip - Optional tooltip which will be shown on hover when no error message is shown
|
69
|
+
*/
|
70
|
+
export default {
|
71
|
+
name: 'VcsTextField',
|
72
|
+
inheritAttrs: false,
|
73
|
+
components: {
|
74
|
+
VTooltip,
|
75
|
+
VFileInput,
|
76
|
+
},
|
77
|
+
props: {
|
78
|
+
tooltip: {
|
79
|
+
type: String,
|
80
|
+
default: undefined,
|
81
|
+
},
|
82
|
+
tooltipPosition: {
|
83
|
+
type: String,
|
84
|
+
default: 'right',
|
85
|
+
},
|
86
|
+
},
|
87
|
+
setup(props, { attrs }) {
|
88
|
+
const fileInputRef = ref();
|
89
|
+
const errorTooltipRef = ref();
|
90
|
+
|
91
|
+
const paddingProvided = usePadding(attrs);
|
92
|
+
|
93
|
+
return {
|
94
|
+
paddingProvided,
|
95
|
+
fileInputRef,
|
96
|
+
errorTooltipRef,
|
97
|
+
};
|
98
|
+
},
|
99
|
+
};
|
100
|
+
</script>
|
@@ -0,0 +1,27 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
tooltip: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: undefined;
|
5
|
+
};
|
6
|
+
tooltipPosition: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
}, {
|
11
|
+
paddingProvided: import("vue").ComputedRef<boolean>;
|
12
|
+
fileInputRef: import("vue").Ref<any>;
|
13
|
+
errorTooltipRef: import("vue").Ref<any>;
|
14
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
15
|
+
tooltip: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: undefined;
|
18
|
+
};
|
19
|
+
tooltipPosition: {
|
20
|
+
type: StringConstructor;
|
21
|
+
default: string;
|
22
|
+
};
|
23
|
+
}>>, {
|
24
|
+
tooltip: string;
|
25
|
+
tooltipPosition: string;
|
26
|
+
}, {}>;
|
27
|
+
export default _default;
|
@@ -2,30 +2,29 @@
|
|
2
2
|
<section class="vcs-form-section">
|
3
3
|
<slot name="header" :heading="heading" :actions="actions">
|
4
4
|
<div
|
5
|
-
class="vcs-form-section-header d-flex base
|
5
|
+
class="vcs-form-section-header d-flex bg-base-lighten-3"
|
6
6
|
:aria-expanded="open"
|
7
7
|
>
|
8
|
-
<div class="d-flex justify-space-between w-
|
8
|
+
<div class="d-flex justify-space-between w-100">
|
9
9
|
<div class="d-flex align-center" :class="{ 'px-2': !expandable }">
|
10
10
|
<v-btn
|
11
11
|
:ripple="false"
|
12
12
|
dense
|
13
|
-
plain
|
13
|
+
variant="plain"
|
14
14
|
icon
|
15
|
-
|
16
|
-
text
|
15
|
+
:size="useItemHeight().value - 4"
|
17
16
|
:disabled="disabled"
|
18
17
|
elevation="0"
|
19
18
|
@click="open = !open"
|
20
19
|
v-if="expandable"
|
21
20
|
:aria-expanded="open"
|
22
21
|
>
|
23
|
-
<v-icon>{{
|
22
|
+
<v-icon :size="useItemHeight().value - 8">{{
|
24
23
|
open ? 'mdi-chevron-down' : 'mdi-chevron-right'
|
25
24
|
}}</v-icon>
|
26
25
|
</v-btn>
|
27
|
-
<strong :class="{ 'text
|
28
|
-
$
|
26
|
+
<strong :class="{ 'text-disabled': disabled }">{{
|
27
|
+
$st(heading)
|
29
28
|
}}</strong>
|
30
29
|
</div>
|
31
30
|
<VcsActionButtonList
|
@@ -37,7 +36,7 @@
|
|
37
36
|
</div>
|
38
37
|
</div>
|
39
38
|
</slot>
|
40
|
-
<VcsHelp :text="helpText" :show="showHelp"
|
39
|
+
<VcsHelp :text="helpText" :show="showHelp">
|
41
40
|
<slot name="help" />
|
42
41
|
</VcsHelp>
|
43
42
|
<article class="section-content" v-if="showContent">
|
@@ -48,7 +47,8 @@
|
|
48
47
|
|
49
48
|
<script>
|
50
49
|
import { computed, reactive, ref } from 'vue';
|
51
|
-
import { VBtn, VIcon } from 'vuetify/
|
50
|
+
import { VBtn, VIcon } from 'vuetify/components';
|
51
|
+
import { useItemHeight } from '../../vuePlugins/vuetify.js';
|
52
52
|
import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
|
53
53
|
import VcsHelp from '../notification/VcsHelp.vue';
|
54
54
|
|
@@ -139,15 +139,15 @@
|
|
139
139
|
showContent,
|
140
140
|
showHelp,
|
141
141
|
actions,
|
142
|
+
useItemHeight,
|
142
143
|
};
|
143
144
|
},
|
144
145
|
};
|
145
146
|
</script>
|
146
147
|
|
147
148
|
<style lang="scss" scoped>
|
148
|
-
@import '../../styles/shades.scss';
|
149
149
|
.vcs-form-section-header {
|
150
|
-
height:
|
150
|
+
height: calc(var(--v-vcs-item-height) + 8px);
|
151
151
|
}
|
152
152
|
.v-alert--text:before {
|
153
153
|
background-color: transparent;
|