@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,8 +1,8 @@
|
|
1
1
|
<template>
|
2
2
|
<v-stepper
|
3
3
|
vertical
|
4
|
-
:value="
|
5
|
-
@change="(newValue) => $emit('
|
4
|
+
:model-value="modelValue"
|
5
|
+
@change="(newValue) => $emit('update:modelValue', newValue)"
|
6
6
|
class="rounded-0 pb-1"
|
7
7
|
>
|
8
8
|
<slot />
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</template>
|
11
11
|
|
12
12
|
<script>
|
13
|
-
import { VStepper } from 'vuetify/
|
13
|
+
import { VStepper } from 'vuetify/components';
|
14
14
|
|
15
15
|
/**
|
16
16
|
* @description Stylized wrapper around {@link https://vuetifyjs.com/en/api/v-stepper/ |vuetify stepper}
|
@@ -25,7 +25,7 @@
|
|
25
25
|
VStepper,
|
26
26
|
},
|
27
27
|
props: {
|
28
|
-
|
28
|
+
modelValue: {
|
29
29
|
type: Number,
|
30
30
|
default: undefined,
|
31
31
|
},
|
@@ -33,105 +33,99 @@
|
|
33
33
|
};
|
34
34
|
</script>
|
35
35
|
<style scoped lang="scss">
|
36
|
-
|
36
|
+
/*@import '../../styles/shades.scss';
|
37
37
|
.v-stepper {
|
38
38
|
&.theme--light {
|
39
|
-
|
40
|
-
.v-
|
39
|
+
:deep(.v-stepper__step) {
|
40
|
+
.v-stepper__label {
|
41
|
+
color: map-get($shades, 'black');
|
42
|
+
}
|
43
|
+
&--complete {
|
41
44
|
.v-stepper__label {
|
42
45
|
color: map-get($shades, 'black');
|
43
46
|
}
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
&--active {
|
50
|
-
background-color: rgba(34, 34, 34, 0.1);
|
51
|
-
.v-stepper__label {
|
52
|
-
color: var(--v-primary-base);
|
53
|
-
}
|
54
|
-
}
|
55
|
-
.v-stepper__step__step::before {
|
56
|
-
color: map-get($shades, 'white');
|
47
|
+
}
|
48
|
+
&--active {
|
49
|
+
background-color: rgba(34, 34, 34, 0.1);
|
50
|
+
.v-stepper__label {
|
51
|
+
color: var(--v-primary-base);
|
57
52
|
}
|
58
53
|
}
|
59
|
-
.
|
60
|
-
|
54
|
+
.v-stepper__step__step::before {
|
55
|
+
color: map-get($shades, 'white');
|
61
56
|
}
|
62
57
|
}
|
58
|
+
:deep(.step-border:not(:last-child) > .v-stepper__content) {
|
59
|
+
border-left: 2px solid rgba(0, 0, 0, 0.12);
|
60
|
+
}
|
63
61
|
}
|
64
62
|
&.theme--dark {
|
65
63
|
background: map-get($shades, 'black');
|
66
|
-
|
67
|
-
.v-
|
64
|
+
:deep(.v-stepper__step) {
|
65
|
+
.v-stepper__label {
|
66
|
+
color: map-get($shades, 'white');
|
67
|
+
}
|
68
|
+
&--complete {
|
68
69
|
.v-stepper__label {
|
69
70
|
color: map-get($shades, 'white');
|
70
71
|
}
|
71
|
-
&--complete {
|
72
|
-
.v-stepper__label {
|
73
|
-
color: map-get($shades, 'white');
|
74
|
-
}
|
75
|
-
}
|
76
|
-
&--active {
|
77
|
-
background-color: rgba(255, 255, 255, 0.17);
|
78
|
-
.v-stepper__label {
|
79
|
-
color: var(--v-primary-base);
|
80
|
-
}
|
81
|
-
}
|
82
|
-
.v-stepper__step__step {
|
83
|
-
.v-icon {
|
84
|
-
color: transparent;
|
85
|
-
}
|
86
|
-
&:before {
|
87
|
-
color: map-get($shades, 'black');
|
88
|
-
}
|
89
|
-
}
|
90
|
-
&.v-stepper__step--error {
|
91
|
-
.v-stepper__label {
|
92
|
-
color: var(--v-error-darken2);
|
93
|
-
}
|
94
|
-
.v-stepper__step__step {
|
95
|
-
background-color: var(--v-error-darken1);
|
96
|
-
}
|
97
|
-
}
|
98
72
|
}
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
::v-deep {
|
105
|
-
.v-stepper__step {
|
106
|
-
padding-top: 0;
|
107
|
-
padding-bottom: 0;
|
108
|
-
.v-stepper__label {
|
109
|
-
font-weight: 700;
|
110
|
-
text-shadow: none !important;
|
73
|
+
&--active {
|
74
|
+
background-color: rgba(255, 255, 255, 0.17);
|
75
|
+
.v-stepper__label {
|
76
|
+
color: var(--v-primary-base);
|
77
|
+
}
|
111
78
|
}
|
112
79
|
.v-stepper__step__step {
|
113
|
-
|
114
|
-
|
115
|
-
|
80
|
+
.v-icon {
|
81
|
+
color: transparent;
|
82
|
+
}
|
116
83
|
&:before {
|
117
|
-
|
118
|
-
font-size: 18px;
|
119
|
-
position: absolute;
|
120
|
-
top: -9px;
|
84
|
+
color: map-get($shades, 'black');
|
121
85
|
}
|
122
86
|
}
|
123
87
|
&.v-stepper__step--error {
|
124
|
-
.v-stepper__step__step {
|
125
|
-
background-color: var(--v-error-base);
|
126
|
-
}
|
127
88
|
.v-stepper__label {
|
128
|
-
color: var(--v-error-
|
89
|
+
color: var(--v-error-darken2);
|
90
|
+
}
|
91
|
+
.v-stepper__step__step {
|
92
|
+
background-color: var(--v-error-darken1);
|
129
93
|
}
|
130
94
|
}
|
131
95
|
}
|
132
|
-
.
|
133
|
-
|
96
|
+
:deep(.step-border:not(:last-child) > .v-stepper__content) {
|
97
|
+
border-left: 2px solid rgba(255, 255, 255, 0.8);
|
98
|
+
}
|
99
|
+
}
|
100
|
+
:deep(.v-stepper__step) {
|
101
|
+
padding-top: 0;
|
102
|
+
padding-bottom: 0;
|
103
|
+
.v-stepper__label {
|
104
|
+
font-weight: 700;
|
105
|
+
text-shadow: none !important;
|
106
|
+
}
|
107
|
+
.v-stepper__step__step {
|
108
|
+
color: transparent;
|
109
|
+
position: relative;
|
110
|
+
margin-top: 1px;
|
111
|
+
&:before {
|
112
|
+
content: '\25cf';
|
113
|
+
font-size: 18px;
|
114
|
+
position: absolute;
|
115
|
+
top: -9px;
|
116
|
+
}
|
117
|
+
}
|
118
|
+
&.v-stepper__step--error {
|
119
|
+
.v-stepper__step__step {
|
120
|
+
background-color: var(--v-error-base);
|
121
|
+
}
|
122
|
+
.v-stepper__label {
|
123
|
+
color: var(--v-error-base);
|
124
|
+
}
|
134
125
|
}
|
135
126
|
}
|
136
|
-
|
127
|
+
:deep(.v-stepper__content .v-stepper__wrapper) {
|
128
|
+
margin: 4px 0 4px 4px;
|
129
|
+
}
|
130
|
+
}*/
|
137
131
|
</style>
|
@@ -1,14 +1,14 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
|
-
|
2
|
+
modelValue: {
|
3
3
|
type: NumberConstructor;
|
4
4
|
default: undefined;
|
5
5
|
};
|
6
|
-
},
|
7
|
-
|
6
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
modelValue: {
|
8
8
|
type: NumberConstructor;
|
9
9
|
default: undefined;
|
10
10
|
};
|
11
11
|
}>>, {
|
12
|
-
|
13
|
-
}>;
|
12
|
+
modelValue: number;
|
13
|
+
}, {}>;
|
14
14
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="step-border">
|
3
|
-
<v-stepper-
|
3
|
+
<v-stepper-vertical-item
|
4
4
|
:step="step"
|
5
5
|
:editable="editable"
|
6
6
|
:complete="complete"
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<div class="d-flex justify-space-between align-center">
|
11
11
|
<slot name="header" />
|
12
12
|
<div v-if="!$slots.header" class="step-label-wrap">
|
13
|
-
<span>{{ $
|
13
|
+
<span>{{ $st(heading) }}</span>
|
14
14
|
</div>
|
15
15
|
<VcsActionButtonList
|
16
16
|
v-if="Number(step) === Number(value)"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
@keydown.stop
|
22
22
|
/>
|
23
23
|
</div>
|
24
|
-
</v-stepper-
|
24
|
+
</v-stepper-vertical-item>
|
25
25
|
<v-stepper-content v-if="$slots.content" class="pr-4" :step="step">
|
26
26
|
<VcsHelp :text="helpText" :show="showHelp">
|
27
27
|
<slot name="help" />
|
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
<script>
|
35
35
|
import { computed, reactive, watch } from 'vue';
|
36
|
-
import {
|
36
|
+
import { VStepperVerticalItem } from 'vuetify/labs/VStepperVertical';
|
37
37
|
import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
|
38
38
|
import VcsHelp from '../notification/VcsHelp.vue';
|
39
39
|
|
@@ -56,8 +56,7 @@
|
|
56
56
|
export default {
|
57
57
|
name: 'VcsWizardStep',
|
58
58
|
components: {
|
59
|
-
|
60
|
-
VStepperContent,
|
59
|
+
VStepperVerticalItem,
|
61
60
|
VcsActionButtonList,
|
62
61
|
VcsHelp,
|
63
62
|
},
|
@@ -95,7 +94,7 @@
|
|
95
94
|
type: String,
|
96
95
|
default: undefined,
|
97
96
|
},
|
98
|
-
|
97
|
+
modelValue: {
|
99
98
|
type: [String, Number],
|
100
99
|
required: true,
|
101
100
|
},
|
@@ -108,15 +107,18 @@
|
|
108
107
|
icon: 'mdi-help-circle',
|
109
108
|
callback() {
|
110
109
|
this.active = !this.active;
|
111
|
-
if (
|
112
|
-
|
110
|
+
if (
|
111
|
+
Number(props.modelValue) !== Number(props.step) &&
|
112
|
+
props.editable
|
113
|
+
) {
|
114
|
+
emit('update:modelValue', props.step);
|
113
115
|
}
|
114
116
|
},
|
115
117
|
});
|
116
118
|
const showHelp = computed(() => helpAction.active);
|
117
119
|
// deactivate help when leaving a step
|
118
120
|
watch(
|
119
|
-
() => props.
|
121
|
+
() => props.modelValue,
|
120
122
|
(currentStep, previousStep) => {
|
121
123
|
if (Number(previousStep) === Number(props.step)) {
|
122
124
|
helpAction.active = false;
|
@@ -145,10 +147,8 @@
|
|
145
147
|
background-color: transparent;
|
146
148
|
}
|
147
149
|
.v-stepper__step {
|
148
|
-
|
149
|
-
|
150
|
-
display: none !important;
|
151
|
-
}
|
150
|
+
:deep(.v-ripple__container) {
|
151
|
+
display: none !important;
|
152
152
|
}
|
153
153
|
}
|
154
154
|
.v-stepper__content {
|
@@ -32,14 +32,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
32
32
|
type: StringConstructor;
|
33
33
|
default: undefined;
|
34
34
|
};
|
35
|
-
|
35
|
+
modelValue: {
|
36
36
|
type: (StringConstructor | NumberConstructor)[];
|
37
37
|
required: true;
|
38
38
|
};
|
39
39
|
}, {
|
40
40
|
showHelp: import("vue").ComputedRef<boolean>;
|
41
41
|
actions: import("vue").ComputedRef<VcsAction>;
|
42
|
-
},
|
42
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
43
43
|
step: {
|
44
44
|
type: (StringConstructor | NumberConstructor)[];
|
45
45
|
required: true;
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
73
73
|
type: StringConstructor;
|
74
74
|
default: undefined;
|
75
75
|
};
|
76
|
-
|
76
|
+
modelValue: {
|
77
77
|
type: (StringConstructor | NumberConstructor)[];
|
78
78
|
required: true;
|
79
79
|
};
|
@@ -85,5 +85,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
85
85
|
actionButtonListOverflowCount: number;
|
86
86
|
helpText: string;
|
87
87
|
editable: boolean;
|
88
|
-
}>;
|
88
|
+
}, {}>;
|
89
89
|
export default _default;
|
@@ -0,0 +1,78 @@
|
|
1
|
+
:deep(.v-field) {
|
2
|
+
--v-field-padding-start: 8px;
|
3
|
+
--v-field-padding-end: 8px;
|
4
|
+
}
|
5
|
+
.v-input--density-compact :deep(.v-field) {
|
6
|
+
--v-input-control-height: calc(var(--v-vcs-item-height) - 8px);
|
7
|
+
--v-field-padding-bottom: 0px;
|
8
|
+
--v-field-input-padding-top: 0px;
|
9
|
+
--v-input-padding-top: 0px;
|
10
|
+
}
|
11
|
+
|
12
|
+
:deep(.v-field--focused .v-field__outline *) {
|
13
|
+
--v-field-border-width: 1px;
|
14
|
+
}
|
15
|
+
|
16
|
+
// set the border color on focused to primary, but not on error
|
17
|
+
:deep(.v-field--focused:not(.v-field--error) .v-field__outline *) {
|
18
|
+
border-color: rgb(var(--v-theme-primary));
|
19
|
+
}
|
20
|
+
// Not color, just used if label is given
|
21
|
+
:deep(.v-field--focused:not(.v-field--error) .v-field__outline *::after) {
|
22
|
+
border-color: rgb(var(--v-theme-primary));
|
23
|
+
}
|
24
|
+
|
25
|
+
// remove outline, if not focused, hovered or an error
|
26
|
+
:deep(.v-field:not(.v-field--focused):not(.v-field--error):not(:hover)) {
|
27
|
+
.v-field__outline * {
|
28
|
+
border-width: 0 0 1px 0;
|
29
|
+
border-radius: 0;
|
30
|
+
}
|
31
|
+
.v-field__outline {
|
32
|
+
padding-left: 8px;
|
33
|
+
padding-right: 8px;
|
34
|
+
}
|
35
|
+
.v-field__loader {
|
36
|
+
padding-left: 8px;
|
37
|
+
padding-right: 8px;
|
38
|
+
}
|
39
|
+
.v-field__outline *::before {
|
40
|
+
border-width: 0;
|
41
|
+
border-radius: 0;
|
42
|
+
}
|
43
|
+
.v-field__outline * label {
|
44
|
+
color: rgb(var(--v-theme-primary));
|
45
|
+
margin-left: -4px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
// move unit to the right
|
50
|
+
:deep(.v-field--appended) {
|
51
|
+
padding-inline-end: 8px;
|
52
|
+
}
|
53
|
+
|
54
|
+
// remove margin from prepended Icon
|
55
|
+
.v-input--horizontal :deep(.v-input__prepend) {
|
56
|
+
margin-inline-end: 4px;
|
57
|
+
}
|
58
|
+
.primary--placeholder {
|
59
|
+
:deep(input::placeholder) {
|
60
|
+
color: rgb(var(--v-theme-primary));
|
61
|
+
font-style: italic;
|
62
|
+
opacity: 1;
|
63
|
+
padding: 0 3px 0 0;
|
64
|
+
}
|
65
|
+
:deep(input::-moz-placeholder) {
|
66
|
+
font-style: initial;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
// remove details
|
71
|
+
:deep(.v-input__details) {
|
72
|
+
display: none;
|
73
|
+
}
|
74
|
+
|
75
|
+
// Progress Bar
|
76
|
+
:deep(.v-field__loader) {
|
77
|
+
top: calc(100% - 2px);
|
78
|
+
}
|
@@ -1,16 +1,17 @@
|
|
1
1
|
<template>
|
2
|
-
<span
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<span v-if="prefix" class="pr-1">{{ prefix }}</span>
|
2
|
+
<span class="vcs-formatted-number" :class="{ 'py-1': !paddingProvided }">
|
3
|
+
<slot name="prepend">
|
4
|
+
<span v-if="prefix" class="pr-1">{{ prefix }}</span>
|
5
|
+
</slot>
|
7
6
|
{{ formatted }}
|
8
|
-
<
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
7
|
+
<slot name="append">
|
8
|
+
<span v-if="unit === SpecialUnits.SQM"> m<sup>2</sup> </span>
|
9
|
+
<span v-else-if="unit === SpecialUnits.CBM"> m<sup>3</sup> </span>
|
10
|
+
<span v-else-if="unit === SpecialUnits.DEG"> ° </span>
|
11
|
+
<span v-else>
|
12
|
+
{{ unit }}
|
13
|
+
</span>
|
14
|
+
</slot>
|
14
15
|
</span>
|
15
16
|
</template>
|
16
17
|
<style lang="scss" scoped>
|
@@ -18,15 +19,13 @@
|
|
18
19
|
@import '../../styles/vcsFont';
|
19
20
|
.vcs-formatted-number,
|
20
21
|
.vcs-formatted-number span {
|
21
|
-
font-size:
|
22
|
-
line-height: $line-height-base;
|
23
|
-
}
|
24
|
-
.vcs-formatted-number-dense {
|
22
|
+
font-size: var(--v-vcs-font-size);
|
25
23
|
line-height: $line-height-dense;
|
26
24
|
}
|
27
25
|
</style>
|
28
26
|
<script>
|
29
27
|
import { computed } from 'vue';
|
28
|
+
import { usePadding } from '../composables.js';
|
30
29
|
|
31
30
|
/**
|
32
31
|
* @description Converts a number (e.g. 12345678,9) to a locale-aware and
|
@@ -67,7 +66,7 @@
|
|
67
66
|
* @description Formatted number display, optionally with unit
|
68
67
|
* @vue-prop {string|SpecialUnits} [unit=undefined]
|
69
68
|
* @vue-prop {number} [fractionDigits=undefined]
|
70
|
-
* @vue-prop {number}
|
69
|
+
* @vue-prop {number} modelValue
|
71
70
|
* @vue-prop {string|number} prefix
|
72
71
|
* @vue-prop {boolean} [dense=true] - default line height is 32px (dense). If set false, height is 40px.
|
73
72
|
* @vue-prop {boolean} noPadding - Padding is required for usage within rows. For standalone usage this prop removes class.
|
@@ -84,7 +83,7 @@
|
|
84
83
|
type: Number,
|
85
84
|
default: 2,
|
86
85
|
},
|
87
|
-
|
86
|
+
modelValue: {
|
88
87
|
type: Number,
|
89
88
|
default: 0,
|
90
89
|
},
|
@@ -92,22 +91,16 @@
|
|
92
91
|
type: [String, Number],
|
93
92
|
default: undefined,
|
94
93
|
},
|
95
|
-
dense: {
|
96
|
-
type: Boolean,
|
97
|
-
default: true,
|
98
|
-
},
|
99
|
-
noPadding: {
|
100
|
-
type: Boolean,
|
101
|
-
default: false,
|
102
|
-
},
|
103
94
|
},
|
104
|
-
setup(props) {
|
95
|
+
setup(props, { attrs }) {
|
105
96
|
const formatted = computed(() =>
|
106
|
-
numberToLocaleString(props.
|
97
|
+
numberToLocaleString(props.modelValue, props.fractionDigits),
|
107
98
|
);
|
99
|
+
const paddingProvided = usePadding(attrs);
|
108
100
|
return {
|
109
101
|
SpecialUnits,
|
110
102
|
formatted,
|
103
|
+
paddingProvided,
|
111
104
|
};
|
112
105
|
},
|
113
106
|
};
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
24
24
|
type: NumberConstructor;
|
25
25
|
default: number;
|
26
26
|
};
|
27
|
-
|
27
|
+
modelValue: {
|
28
28
|
type: NumberConstructor;
|
29
29
|
default: number;
|
30
30
|
};
|
@@ -32,14 +32,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
32
32
|
type: (StringConstructor | NumberConstructor)[];
|
33
33
|
default: undefined;
|
34
34
|
};
|
35
|
-
dense: {
|
36
|
-
type: BooleanConstructor;
|
37
|
-
default: boolean;
|
38
|
-
};
|
39
|
-
noPadding: {
|
40
|
-
type: BooleanConstructor;
|
41
|
-
default: boolean;
|
42
|
-
};
|
43
35
|
}, {
|
44
36
|
SpecialUnits: {
|
45
37
|
SQM: string;
|
@@ -47,7 +39,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
47
39
|
DEG: string;
|
48
40
|
};
|
49
41
|
formatted: import("vue").ComputedRef<string | number>;
|
50
|
-
|
42
|
+
paddingProvided: import("vue").ComputedRef<boolean>;
|
43
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
51
44
|
unit: {
|
52
45
|
type: StringConstructor[];
|
53
46
|
default: undefined;
|
@@ -56,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
49
|
type: NumberConstructor;
|
57
50
|
default: number;
|
58
51
|
};
|
59
|
-
|
52
|
+
modelValue: {
|
60
53
|
type: NumberConstructor;
|
61
54
|
default: number;
|
62
55
|
};
|
@@ -64,22 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
64
57
|
type: (StringConstructor | NumberConstructor)[];
|
65
58
|
default: undefined;
|
66
59
|
};
|
67
|
-
dense: {
|
68
|
-
type: BooleanConstructor;
|
69
|
-
default: boolean;
|
70
|
-
};
|
71
|
-
noPadding: {
|
72
|
-
type: BooleanConstructor;
|
73
|
-
default: boolean;
|
74
|
-
};
|
75
60
|
}>>, {
|
76
|
-
|
61
|
+
modelValue: number;
|
62
|
+
prefix: string | number;
|
77
63
|
unit: string;
|
78
|
-
noPadding: boolean;
|
79
|
-
dense: boolean;
|
80
64
|
fractionDigits: number;
|
81
|
-
|
82
|
-
}>;
|
65
|
+
}, {}>;
|
83
66
|
export default _default;
|
84
67
|
export namespace VcsFormattedNumber {
|
85
68
|
/**
|
@@ -481,7 +481,7 @@ const prefixed = (iconMap) => {
|
|
481
481
|
return Object.entries(iconMap).reduce(
|
482
482
|
(previousValue, [key, value]) => ({
|
483
483
|
...previousValue,
|
484
|
-
[`vcs${nameCapitalized(key)}`]: value,
|
484
|
+
[`vcs${nameCapitalized(key)}`]: value.component,
|
485
485
|
}),
|
486
486
|
{},
|
487
487
|
);
|
@@ -1,13 +1,7 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
6
|
-
width="24"
|
7
|
-
height="24"
|
8
|
-
viewBox="0 0 24 24"
|
9
|
-
>
|
10
|
-
<rect id="size" width="24" height="24" fill="none" />
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
11
5
|
<path
|
12
6
|
id="Path_681"
|
13
7
|
d="M-10.08-3.448h1.088A2.381,2.381,0,0,1-8.948-3.9,1.4,1.4,0,0,1-8.8-4.316a.866.866,0,0,1,.276-.3.734.734,0,0,1,.42-.116.833.833,0,0,1,.6.228.843.843,0,0,1,.236.636.892.892,0,0,1-.116.456,1.555,1.555,0,0,1-.288.36,2.607,2.607,0,0,1-.38.292q-.208.132-.392.26-.36.248-.684.488a3.324,3.324,0,0,0-.564.524,2.256,2.256,0,0,0-.38.644,2.335,2.335,0,0,0-.14.848H-6.1V-.976H-8.744a2.535,2.535,0,0,1,.48-.5q.272-.216.56-.4t.572-.38a3.06,3.06,0,0,0,.508-.428,1.912,1.912,0,0,0,.36-.54,1.774,1.774,0,0,0,.136-.728A1.692,1.692,0,0,0-6.284-4.7a1.634,1.634,0,0,0-.42-.552,1.886,1.886,0,0,0-.612-.344,2.23,2.23,0,0,0-.732-.12,2.182,2.182,0,0,0-.892.172,1.74,1.74,0,0,0-.644.48,2.076,2.076,0,0,0-.384.72A2.687,2.687,0,0,0-10.08-3.448Zm5.96,2.392v-3.6h.9a2.028,2.028,0,0,1,.78.132,1.224,1.224,0,0,1,.508.38,1.556,1.556,0,0,1,.276.6,3.33,3.33,0,0,1,.084.78,2.34,2.34,0,0,1-.12.8,1.467,1.467,0,0,1-.32.532,1.162,1.162,0,0,1-.456.292A1.613,1.613,0,0,1-3-1.056ZM-5.376-5.712V0h2.464a2.734,2.734,0,0,0,1.14-.22,2.268,2.268,0,0,0,.808-.6A2.535,2.535,0,0,0-.48-1.736,3.957,3.957,0,0,0-.32-2.888a3.56,3.56,0,0,0-.2-1.24,2.438,2.438,0,0,0-.544-.88,2.231,2.231,0,0,0-.824-.528,2.941,2.941,0,0,0-1.028-.176Z"
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|
@@ -1,13 +1,7 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
6
|
-
width="24"
|
7
|
-
height="24"
|
8
|
-
viewBox="0 0 24 24"
|
9
|
-
>
|
10
|
-
<rect id="size" width="24" height="24" fill="none" />
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
11
5
|
<path
|
12
6
|
id="Path_682"
|
13
7
|
d="M-10.08-3.448h1.088A2.381,2.381,0,0,1-8.948-3.9,1.4,1.4,0,0,1-8.8-4.316a.866.866,0,0,1,.276-.3.734.734,0,0,1,.42-.116.833.833,0,0,1,.6.228.843.843,0,0,1,.236.636.892.892,0,0,1-.116.456,1.555,1.555,0,0,1-.288.36,2.607,2.607,0,0,1-.38.292q-.208.132-.392.26-.36.248-.684.488a3.324,3.324,0,0,0-.564.524,2.256,2.256,0,0,0-.38.644,2.335,2.335,0,0,0-.14.848H-6.1V-.976H-8.744a2.535,2.535,0,0,1,.48-.5q.272-.216.56-.4t.572-.38a3.06,3.06,0,0,0,.508-.428,1.912,1.912,0,0,0,.36-.54,1.774,1.774,0,0,0,.136-.728A1.692,1.692,0,0,0-6.284-4.7a1.634,1.634,0,0,0-.42-.552,1.886,1.886,0,0,0-.612-.344,2.23,2.23,0,0,0-.732-.12,2.182,2.182,0,0,0-.892.172,1.74,1.74,0,0,0-.644.48,2.076,2.076,0,0,0-.384.72A2.687,2.687,0,0,0-10.08-3.448Zm5.96,2.392v-3.6h.9a2.028,2.028,0,0,1,.78.132,1.224,1.224,0,0,1,.508.38,1.556,1.556,0,0,1,.276.6,3.33,3.33,0,0,1,.084.78,2.34,2.34,0,0,1-.12.8,1.467,1.467,0,0,1-.32.532,1.162,1.162,0,0,1-.456.292A1.613,1.613,0,0,1-3-1.056ZM-5.376-5.712V0h2.464a2.734,2.734,0,0,0,1.14-.22,2.268,2.268,0,0,0,.808-.6A2.535,2.535,0,0,0-.48-1.736,3.957,3.957,0,0,0-.32-2.888a3.56,3.56,0,0,0-.2-1.24,2.438,2.438,0,0,0-.544-.88,2.231,2.231,0,0,0-.824-.528,2.941,2.941,0,0,0-1.028-.176Z"
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|
@@ -6,7 +6,6 @@
|
|
6
6
|
xmlns="http://www.w3.org/2000/svg"
|
7
7
|
viewBox="0 0 24 24"
|
8
8
|
>
|
9
|
-
<rect id="size" x="0" y="0" width="24" height="24" fill="none" />
|
10
9
|
<path
|
11
10
|
id="ruler"
|
12
11
|
d="M.5,14.24c-.48-.6-.37-1.48.23-1.95h0L15.72.45c.6-.48,1.48-.37,1.95.23l2.15,2.72c.48.6.37,1.48-.23,1.95h0l-15,11.84c-.6.48-1.48.37-1.95-.23L.5,14.25h0ZM16.32,1.75L1.87,13.16c-.15.12-.18.34-.06.49l1.72,2.18c.12.15.34.18.49.06l1.77-1.39c.15-.12.18-.34.06-.49l-.43-.54c-.18-.23-.14-.55.09-.73s.55-.14.73.09l.43.54c.12.15.33.18.48.06l.55-.43c.15-.12.18-.33.06-.49l-.43-.54c-.17-.23-.11-.56.11-.73.22-.16.53-.12.7.08l.43.54c.12.15.34.18.49.06l.56-.44c.15-.12.18-.33.06-.49l-.43-.54c-.17-.23-.12-.56.11-.73.22-.16.53-.12.7.08l.43.54c.12.15.34.18.49.06l.54-.43c.15-.12.18-.34.06-.49l-.43-.54c-.17-.23-.11-.56.11-.73.22-.16.53-.12.7.08l.43.54c.12.15.34.18.49.06h0l.55-.43c.15-.12.18-.33.06-.49l-.43-.54c-.18-.23-.14-.55.09-.73s.55-.14.73.09l.43.54c.12.15.33.17.48.06l.55-.43c.15-.12.17-.33.06-.48l-.43-.55c-.18-.23-.14-.55.09-.73s.55-.14.73.09l.43.54c.12.15.33.17.48.06l1.77-1.4c.15-.12.18-.34.06-.49l-1.72-2.18c-.12-.15-.34-.18-.49-.06ZM16.14,3.21c.3-.24.73-.18.97.11s.18.73-.11.97-.73.18-.97-.11-.18-.73.11-.97h0Z"
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|