@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,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.104"
|
8
|
-
viewBox="0 0 24 24.104"
|
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.104">
|
11
5
|
<path
|
12
6
|
id="Path_679"
|
13
7
|
d="M-8.552-3.336v.8q.208,0,.436.012a1.323,1.323,0,0,1,.42.088.711.711,0,0,1,.316.244.814.814,0,0,1,.124.488.82.82,0,0,1-.264.644.937.937,0,0,1-.648.236A.965.965,0,0,1-8.6-.912a.875.875,0,0,1-.3-.236A1.052,1.052,0,0,1-9.08-1.5a1.616,1.616,0,0,1-.072-.428h-1.08a2.244,2.244,0,0,0,.14.864,1.755,1.755,0,0,0,.42.636,1.8,1.8,0,0,0,.66.4A2.586,2.586,0,0,0-8.152.1a2.563,2.563,0,0,0,.784-.12A2.032,2.032,0,0,0-6.7-.368a1.712,1.712,0,0,0,.46-.576,1.73,1.73,0,0,0,.172-.784,1.314,1.314,0,0,0-.264-.824A1.219,1.219,0,0,0-7.064-3v-.016a.983.983,0,0,0,.588-.424,1.325,1.325,0,0,0,.2-.72,1.293,1.293,0,0,0-.168-.664,1.624,1.624,0,0,0-.436-.488,1.913,1.913,0,0,0-.6-.3,2.345,2.345,0,0,0-.672-.1,2.1,2.1,0,0,0-.784.14,1.736,1.736,0,0,0-.6.4,1.8,1.8,0,0,0-.392.612,2.38,2.38,0,0,0-.156.788h1.08A1.1,1.1,0,0,1-8.8-4.492a.774.774,0,0,1,.652-.284.859.859,0,0,1,.552.192.666.666,0,0,1,.24.552.594.594,0,0,1-.116.384.745.745,0,0,1-.3.22,1.234,1.234,0,0,1-.388.092A2.4,2.4,0,0,1-8.552-3.336Zm4.432,2.28v-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.104"
|
8
|
-
viewBox="0 0 24 24.104"
|
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.104">
|
11
5
|
<path
|
12
6
|
id="Path_680"
|
13
7
|
d="M-8.552-3.336v.8q.208,0,.436.012a1.323,1.323,0,0,1,.42.088.711.711,0,0,1,.316.244.814.814,0,0,1,.124.488.82.82,0,0,1-.264.644.937.937,0,0,1-.648.236A.965.965,0,0,1-8.6-.912a.875.875,0,0,1-.3-.236A1.052,1.052,0,0,1-9.08-1.5a1.616,1.616,0,0,1-.072-.428h-1.08a2.244,2.244,0,0,0,.14.864,1.755,1.755,0,0,0,.42.636,1.8,1.8,0,0,0,.66.4A2.586,2.586,0,0,0-8.152.1a2.563,2.563,0,0,0,.784-.12A2.032,2.032,0,0,0-6.7-.368a1.712,1.712,0,0,0,.46-.576,1.73,1.73,0,0,0,.172-.784,1.314,1.314,0,0,0-.264-.824A1.219,1.219,0,0,0-7.064-3v-.016a.983.983,0,0,0,.588-.424,1.325,1.325,0,0,0,.2-.72,1.293,1.293,0,0,0-.168-.664,1.624,1.624,0,0,0-.436-.488,1.913,1.913,0,0,0-.6-.3,2.345,2.345,0,0,0-.672-.1,2.1,2.1,0,0,0-.784.14,1.736,1.736,0,0,0-.6.4,1.8,1.8,0,0,0-.392.612,2.38,2.38,0,0,0-.156.788h1.08A1.1,1.1,0,0,1-8.8-4.492a.774.774,0,0,1,.652-.284.859.859,0,0,1,.552.192.666.666,0,0,1,.24.552.594.594,0,0,1-.116.384.745.745,0,0,1-.3.22,1.234,1.234,0,0,1-.388.092A2.4,2.4,0,0,1-8.552-3.336Zm4.432,2.28v-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.104"
|
8
|
-
viewBox="0 0 24 24.104"
|
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.104">
|
11
5
|
<path
|
12
6
|
id="Path_678"
|
13
7
|
d="M-8.552-3.336v.8q.208,0,.436.012a1.323,1.323,0,0,1,.42.088.711.711,0,0,1,.316.244.814.814,0,0,1,.124.488.82.82,0,0,1-.264.644.937.937,0,0,1-.648.236A.965.965,0,0,1-8.6-.912a.875.875,0,0,1-.3-.236A1.052,1.052,0,0,1-9.08-1.5a1.616,1.616,0,0,1-.072-.428h-1.08a2.244,2.244,0,0,0,.14.864,1.755,1.755,0,0,0,.42.636,1.8,1.8,0,0,0,.66.4A2.586,2.586,0,0,0-8.152.1a2.563,2.563,0,0,0,.784-.12A2.032,2.032,0,0,0-6.7-.368a1.712,1.712,0,0,0,.46-.576,1.73,1.73,0,0,0,.172-.784,1.314,1.314,0,0,0-.264-.824A1.219,1.219,0,0,0-7.064-3v-.016a.983.983,0,0,0,.588-.424,1.325,1.325,0,0,0,.2-.72,1.293,1.293,0,0,0-.168-.664,1.624,1.624,0,0,0-.436-.488,1.913,1.913,0,0,0-.6-.3,2.345,2.345,0,0,0-.672-.1,2.1,2.1,0,0,0-.784.14,1.736,1.736,0,0,0-.6.4,1.8,1.8,0,0,0-.392.612,2.38,2.38,0,0,0-.156.788h1.08A1.1,1.1,0,0,1-8.8-4.492a.774.774,0,0,1,.652-.284.859.859,0,0,1,.552.192.666.666,0,0,1,.24.552.594.594,0,0,1-.116.384.745.745,0,0,1-.3.22,1.234,1.234,0,0,1-.388.092A2.4,2.4,0,0,1-8.552-3.336Zm4.432,2.28v-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;
|
@@ -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;
|
@@ -1,12 +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="16"
|
7
|
-
height="16"
|
8
|
-
viewBox="0 0 16 16"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
10
5
|
<path
|
11
6
|
id="Path_11"
|
12
7
|
d="M15.333,14.667H9.142a.167.167,0,0,1-.167-.157,8.333,8.333,0,0,0-7.491-7.8.167.167,0,0,1-.151-.166V.667A.667.667,0,0,0,0,.667V15.333A.667.667,0,0,0,.667,16H15.333a.667.667,0,1,0,0-1.333ZM5.157,9.644a.165.165,0,0,1,.059.12.167.167,0,0,1-.049.125L3.862,11.2a.667.667,0,0,0,.943.943l1.267-1.267a.166.166,0,0,1,.235,0,.174.174,0,0,1,.018.021,6.948,6.948,0,0,1,1.316,3.6.166.166,0,0,1-.154.178H2.679a.167.167,0,0,1-.118-.285l.577-.577a.667.667,0,0,0-.943-.943l-.577.577a.167.167,0,0,1-.285-.117v-5.1a.169.169,0,0,1,.056-.125.171.171,0,0,1,.133-.041A6.958,6.958,0,0,1,5.157,9.644ZM8.138,8.8,9.471,7.471a.667.667,0,0,0-.943-.943L7.2,7.862a.667.667,0,0,0,.943.943Zm3.333-3.333L12.8,4.138a.667.667,0,1,0-.926-.959l-.017.017L10.529,4.529a.667.667,0,0,0,.943.943ZM14.8,2.138l1-1A.667.667,0,0,0,14.862.2l-1,1a.667.667,0,0,0,.943.943Z"
|
@@ -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,12 +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="21"
|
7
|
-
height="24"
|
8
|
-
viewBox="0 0 21 24"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 24">
|
10
5
|
<g id="Outline_Icons" transform="translate(0.5 0.5)">
|
11
6
|
<g id="Group_847">
|
12
7
|
<path
|
@@ -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;
|
@@ -1,12 +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.009"
|
8
|
-
viewBox="0 0 24 24.009"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24.009">
|
10
5
|
<g id="icon_24_boundingbox" transform="translate(0 0.001)">
|
11
6
|
<g id="Group_270" transform="translate(8438 22444)">
|
12
7
|
<g
|
@@ -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;
|
@@ -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;
|
@@ -1,12 +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.008"
|
8
|
-
viewBox="0 0 24 24.008"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24.008">
|
10
5
|
<g id="streamline-icon-vectors-anchor-circle_24x24">
|
11
6
|
<path
|
12
7
|
id="Path_24"
|
@@ -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,12 +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
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
10
5
|
<path
|
11
6
|
id="Vereinigungsmenge_58"
|
12
7
|
d="M10947,13163a1,1,0,0,1-1-1v-4.556l-1.711.516a1.082,1.082,0,0,1-.287.043,1,1,0,0,1-.288-1.959l2.286-.687V13155a1,1,0,0,1,1.946-.308l4.571-1.309h0l.6-.171.611-.176,6.267-1.879V13151a1,1,0,0,1,1.906-.417l1.807-.541a1,1,0,1,1,.575,1.916l-2.286.684V13162a1,1,0,0,1-1,1Zm8.486-8.385,0,0-1.226.347-6.257,1.88V13161h12v-7.674Zm-9.487-2.814v-1.6a1,1,0,0,1,2,0v1.6a1,1,0,0,1-2,0Zm14-4.8a1,1,0,0,1,0-2h1a1,1,0,0,1,1,1v1a1,1,0,0,1-2,0Zm-14,0v-1a1,1,0,0,1,1-1h1a1.581,1.581,0,1,1-2,2Zm6.8,0a1,1,0,0,1,0-2h2.4a1,1,0,0,1,0,2Z"
|
@@ -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,12 +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
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
10
5
|
<path
|
11
6
|
id="Pfad_734"
|
12
7
|
d="M1104.119,550.833a.952.952,0,0,1,.952-.952h2.857a.952.952,0,1,1,0,1.9h-2.857A.952.952,0,0,1,1104.119,550.833Zm6.667.952h1.429v1.429a.952.952,0,0,0,1.9,0v-2.381a.952.952,0,0,0-.953-.952h-2.381a.952.952,0,1,0,0,1.9Zm2.381,3.333a.951.951,0,0,0-.952.952v2.857a.952.952,0,1,0,1.9,0v-2.857A.952.952,0,0,0,1113.166,555.119Zm3.054,10.755-2.1-2.1v-1.987a.952.952,0,1,0-1.9,0v.082l-10.082-10.082h.082a.952.952,0,0,0,0-1.9h-1.987l-2.1-2.1a.952.952,0,0,0-1.347,1.347l2.1,2.1v12.939a.951.951,0,0,0,.952.952h12.939l2.1,2.1a.952.952,0,0,0,1.347-1.347Z"
|
@@ -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,12 +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
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
10
5
|
<path
|
11
6
|
id="Vereinigungsmenge_59"
|
12
7
|
d="M10954.042,13166.287l-.687-2.287H10944a1,1,0,0,1-1-1v-14a1,1,0,0,1,1-1h4.558l-.516-1.712a1,1,0,1,1,1.916-.575l.688,2.287h.357a1,1,0,0,1,.311,1.946l1.3,4.57v0l.172.6.176.611,1.88,6.269h.155a1,1,0,0,1,.416,1.9l.542,1.808a1,1,0,0,1-.671,1.246.975.975,0,0,1-.287.043A1,1,0,0,1,10954.042,13166.287ZM10945,13162h7.673l-1.289-4.514,0,0-.348-1.226-1.877-6.259H10945Zm14,2a1.581,1.581,0,1,1,2-2v1a1,1,0,0,1-1,1Zm0-6.8v-2.4a1,1,0,1,1,2,0v2.4a1,1,0,1,1-2,0Zm0-7.2a1,1,0,0,1,0-2h1a1,1,0,0,1,1,1v1a1,1,0,0,1-2,0Zm-4.8,0a1,1,0,1,1,0-2h1.6a1,1,0,1,1,0,2Z"
|
@@ -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,12 +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="16"
|
7
|
-
height="16"
|
8
|
-
viewBox="0 0 16 16"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
10
5
|
<path
|
11
6
|
id="colorize"
|
12
7
|
d="M6.8-36.318l6.246-6.271-1.489-1.495L5.312-37.812ZM17.478-46.708a.685.685,0,0,1,0,1.094l-2.433,2.443,1.489,1.495-1.089,1.094-1.089-1.094L7.418-34.75H3.75v-3.682l6.9-6.964L9.561-46.49l1.089-1.094,1.489,1.495,2.433-2.443a.738.738,0,0,1,.545-.219.738.738,0,0,1,.545.219Z"
|
@@ -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,12 +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="16"
|
7
|
-
height="16"
|
8
|
-
viewBox="0 0 16 16"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
10
5
|
<g id="color-swatch">
|
11
6
|
<path
|
12
7
|
id="color-swatch-2"
|
@@ -16,6 +11,5 @@
|
|
16
11
|
fill-rule="evenodd"
|
17
12
|
/>
|
18
13
|
</g>
|
19
|
-
<rect id="size" width="16" height="16" fill="none" />
|
20
14
|
</svg>
|
21
15
|
</template>
|
@@ -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,12 +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="25"
|
7
|
-
height="24"
|
8
|
-
viewBox="0 0 25 24"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24">
|
10
5
|
<g id="icon_24_comment" transform="translate(0.5)">
|
11
6
|
<path
|
12
7
|
id="Union_51"
|
@@ -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,19 +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="16"
|
7
|
-
height="16"
|
8
|
-
viewBox="0 0 16 16"
|
9
|
-
>
|
10
|
-
<rect
|
11
|
-
id="size"
|
12
|
-
width="16"
|
13
|
-
height="16"
|
14
|
-
transform="translate(0 0)"
|
15
|
-
fill="none"
|
16
|
-
/>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
17
5
|
<path
|
18
6
|
id="Path_217"
|
19
7
|
d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Zm2.219,9.772a.333.333,0,0,1-.447.447L8.149,9.408a.333.333,0,0,0-.3,0l-1.623.811a.333.333,0,0,1-.447-.447l.811-1.623a.333.333,0,0,0,0-.3L5.781,6.228a.333.333,0,0,1,.447-.447l1.623.811a.333.333,0,0,0,.3,0l1.623-.811a.333.333,0,0,1,.447.447L9.408,7.851a.333.333,0,0,0,0,.3ZM8,.667a.333.333,0,0,1,.325.261l.791,3.557a.333.333,0,0,1-.176.371l-.791.4a.333.333,0,0,1-.3,0l-.791-.4a.333.333,0,0,1-.176-.371L7.675.928A.333.333,0,0,1,8,.667ZM.928,8.325a.333.333,0,0,1,0-.651l3.557-.791a.333.333,0,0,1,.371.176l.4.791a.333.333,0,0,1,0,.3l-.4.791a.333.333,0,0,1-.371.176ZM8,15.333a.333.333,0,0,1-.325-.261l-.791-3.557a.333.333,0,0,1,.176-.371l.791-.4a.333.333,0,0,1,.3,0l.791.4a.333.333,0,0,1,.176.371l-.791,3.557A.333.333,0,0,1,8,15.333Zm7.072-7.659a.333.333,0,0,1,0,.651l-3.557.791a.333.333,0,0,1-.371-.176l-.4-.791a.333.333,0,0,1,0-.3l.4-.791a.333.333,0,0,1,.371-.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,12 +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.503"
|
7
|
-
height="24"
|
8
|
-
viewBox="0 0 24.503 24"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.503 24">
|
10
5
|
<path
|
11
6
|
id="Vereinigungsmenge_61"
|
12
7
|
d="M11234.08,13726.906l.833-2.922a.623.623,0,0,1,.145-.252l7.046-7.042a.578.578,0,0,1,.82,0l2.088,2.088a.578.578,0,0,1,0,.82l-7.046,7.045a.637.637,0,0,1-.248.146l-2.925.833a.571.571,0,0,1-.164.024A.577.577,0,0,1,11234.08,13726.906Zm-4.883-1a1.046,1.046,0,0,1-.183-.038.921.921,0,0,1-.2-.045.863.863,0,0,1-.107-.072.953.953,0,0,1-.21-.147l-.014-.011-5.622-5.957a1,1,0,0,1-.272-.688v-12.114a1,1,0,0,1,1.712-.7l4.917,4.985,4.909-4.909a1,1,0,0,1,1.412,0l5.623,5.622a1.006,1.006,0,0,1,.293.707v2.794l-2,2v-4.382l-3.625-3.621v9.54l1.044,1.044-1.412,1.412-.631-.627-4.913,4.913a.995.995,0,0,1-.709.293Zm1.014-12.954v9.54l3.624-3.621v-9.54Zm-5.619,5.6,3.62,3.838v-9.44l-3.62-3.672Z"
|
@@ -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;
|
@@ -12,6 +12,5 @@
|
|
12
12
|
id="plus"
|
13
13
|
d="m15.21,12.35c0,.16-.07.32-.18.43s-.27.18-.43.18h-1.23s-.05,0-.08.01-.05.03-.07.05c-.02.02-.03.04-.05.07s-.01.05-.01.08v1.23c0,.16-.07.32-.18.43s-.27.18-.43.18-.32-.07-.43-.18-.18-.27-.18-.43v-1.23s0-.05-.01-.08-.03-.05-.05-.07-.04-.03-.07-.05-.05-.01-.08-.01h-1.23c-.16,0-.32-.07-.43-.18s-.18-.27-.18-.43.07-.32.18-.43.27-.18.43-.18h1.23s.05,0,.08-.01.05-.03.07-.05.03-.04.05-.07.01-.05.01-.08v-1.23c0-.16.07-.32.18-.43s.27-.18.43-.18.32.07.43.18.18.27.18.43v1.23s0,.05.01.08.03.05.05.07.04.03.07.05.05.01.08.01h1.23c.16,0,.32.07.43.18s.18.27.18.43h0Z"
|
14
14
|
/>
|
15
|
-
<rect id="size" width="16" height="16" fill="none" />
|
16
15
|
</svg>
|
17
16
|
</template>
|
@@ -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,19 +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
|
11
|
-
id="size"
|
12
|
-
width="24"
|
13
|
-
height="24"
|
14
|
-
transform="translate(0 0)"
|
15
|
-
fill="none"
|
16
|
-
/>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
17
5
|
<g id="Group_1448" transform="translate(1)">
|
18
6
|
<path
|
19
7
|
id="Path_534"
|
@@ -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;
|
@@ -1,14 +1,8 @@
|
|
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
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
10
5
|
<path
|
11
|
-
id="Vereinigungsmenge_62"
|
12
6
|
d="M10588.858,14064.955a1.5,1.5,0,0,1-1.5-1.5v-3.142h-2.227v3.142a1.5,1.5,0,0,1-1.5,1.5h-3.131a1.5,1.5,0,0,1-1.5-1.5v-6.7a1.5,1.5,0,0,1,.526-1.14l6-5.143a1.486,1.486,0,0,1,1.952,0l6,5.143a1.5,1.5,0,0,1,.526,1.14v6.7a1.5,1.5,0,0,1-1.5,1.5Zm-1-6.643a1.5,1.5,0,0,1,1.5,1.5v3.146H10592v-5.97l-5.5-4.716-5.5,4.716v5.97h2.128v-3.146a1.5,1.5,0,0,1,1.5-1.5Zm-13.679,6.276-1.955-2.387a1,1,0,0,1,1.55-1.267l.226.274v-7.511l-.226.278a1.006,1.006,0,0,1-.777.364.974.974,0,0,1-.632-.227,1,1,0,0,1-.141-1.4l1.955-2.39a1.012,1.012,0,0,1,.776-.364,1,1,0,0,1,.77.364l1.956,2.39a1,1,0,0,1-1.546,1.267l-.138-.169v7.3l.138-.169a1,1,0,0,1,1.546,1.267l-1.956,2.387a.989.989,0,0,1-.77.366A1,1,0,0,1,10574.181,14064.589Zm15.658-16a1.006,1.006,0,0,1,.138-1.408l.279-.226h-7.512l.279.226a1,1,0,0,1-1.271,1.546l-2.386-1.955a1,1,0,0,1,0-1.546l2.386-1.956a1,1,0,1,1,1.271,1.546l-.17.138h7.293l-.17-.138a1,1,0,1,1,1.271-1.546l2.386,1.956a1,1,0,0,1,0,1.546l-2.386,1.955a1,1,0,0,1-1.409-.138Z"
|
13
7
|
transform="translate(-10571 -14042)"
|
14
8
|
fill="currentColor"
|
@@ -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,12 +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="16"
|
7
|
-
height="16"
|
8
|
-
viewBox="0 0 16 16"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
10
5
|
<path
|
11
6
|
id="mode-edit"
|
12
7
|
d="M15.562-46.062l-1.219,1.219-2.5-2.5,1.219-1.219a.636.636,0,0,1,.469-.187.636.636,0,0,1,.469.188L15.562-47a.636.636,0,0,1,.188.469.636.636,0,0,1-.188.469ZM3.75-39.25l7.375-7.375,2.5,2.5L6.25-36.75H3.75Z"
|
@@ -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,10 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
4
|
-
width="23.907"
|
5
|
-
height="24"
|
6
|
-
viewBox="0 0 23.907 24"
|
7
|
-
>
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.907 24">
|
8
3
|
<g id="icon-16-edit_vertex" transform="translate(0 0)">
|
9
4
|
<path
|
10
5
|
id="Path_840"
|
@@ -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;
|
@@ -1,12 +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.002"
|
7
|
-
height="24.002"
|
8
|
-
viewBox="0 0 24.002 24.002"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.002 24.002">
|
10
5
|
<path
|
11
6
|
id="Union_18"
|
12
7
|
d="M10434,14715a3,3,0,1,1,3,3A3,3,0,0,1,10434,14715Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14715Zm7.749,1a.25.25,0,0,1-.251-.247v-1.5a.25.25,0,0,1,.251-.247h8.5a.248.248,0,0,1,.251.247v1.5a.248.248,0,0,1-.251.247Zm12.5-5.5a.248.248,0,0,1-.248-.247v-8.5a.248.248,0,0,1,.248-.248h1.5a.249.249,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm-18,0a.25.25,0,0,1-.251-.247v-8.5a.251.251,0,0,1,.251-.248h1.5a.248.248,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm8.053-4.846V14700a.257.257,0,0,0-.259-.259h-1.828a1.043,1.043,0,0,1-.735-1.78l3.649-3.653a1.048,1.048,0,0,1,1.478,0l3.653,3.649a1.045,1.045,0,0,1-.739,1.784h-1.828a.259.259,0,0,0-.259.259v5.655a1.566,1.566,0,0,1-3.132,0Zm7.7-8.654a3,3,0,1,1,3,3A3,3,0,0,1,10434,14697Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14697Z"
|
@@ -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,12 +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="22.236"
|
7
|
-
height="21.75"
|
8
|
-
viewBox="0 0 22.236 21.75"
|
9
|
-
>
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.236 21.75">
|
10
5
|
<path
|
11
6
|
id="Union_49"
|
12
7
|
d="M10945.5,13194a4.753,4.753,0,0,0-2.46-4.159.247.247,0,0,0-.266.017c-.026.017-.056.036-.082.057a.248.248,0,0,0-.07.344,2.25,2.25,0,1,1-3.748,0,.248.248,0,0,0-.066-.344c-.029-.021-.056-.04-.083-.057a.245.245,0,0,0-.265-.017,4.747,4.747,0,0,0-2.46,4.159.75.75,0,1,1-1.5,0,6.249,6.249,0,0,1,2.474-4.978.244.244,0,0,0,.1-.248.251.251,0,0,0-.183-.192,2.6,2.6,0,0,0-.636-.082h-3.5a1.5,1.5,0,0,1,0-3h.5a.248.248,0,0,0,.249-.248v-.752a.75.75,0,0,1,1.5,0v.752a.248.248,0,0,0,.251.248h1a2.548,2.548,0,0,0,1.9-.844,3.527,3.527,0,0,1,5.2,0,2.551,2.551,0,0,0,1.9.844h1a.248.248,0,0,0,.251-.248l.022-5.56h-1.029a.49.49,0,0,1-.354-.149.5.5,0,0,1,0-.705l1.748-1.748a.5.5,0,0,1,.706,0l1.748,1.751a.5.5,0,0,1-.354.852h-.968l-.022,5.56a.248.248,0,0,0,.249.248h.5a1.5,1.5,0,0,1,0,3h-3.5a2.592,2.592,0,0,0-.636.082.247.247,0,0,0-.136.09.252.252,0,0,0,.047.351A6.244,6.244,0,0,1,10947,13194a.75.75,0,1,1-1.5,0Zm-5.5-2.5a.75.75,0,1,0,.752-.749A.751.751,0,0,0,10940,13191.5Zm10.249-4.5h0Zm-18.5-4.249a.75.75,0,1,1,0-1.5h5a.75.75,0,0,1,0,1.5Zm10.116-2.748a2.175,2.175,0,0,1-.615-1.606,2.29,2.29,0,0,1,2.129-2.281.124.124,0,0,0,.112-.1,3.836,3.836,0,0,1,7.04-1.146.129.129,0,0,0,.093.06,2.842,2.842,0,0,1,1.723.791,2.893,2.893,0,0,1-1.7,4.961.446.446,0,0,1-.062,0,.5.5,0,0,1-.07-.993,1.911,1.911,0,0,0,1.719-1.891,1.882,1.882,0,0,0-.579-1.361,1.851,1.851,0,0,0-1.378-.523.486.486,0,0,1-.47-.284,2.838,2.838,0,0,0-5.4,1.043.248.248,0,0,1-.01.069.5.5,0,0,1-.59.388,1.3,1.3,0,0,0-1.082.261,1.281,1.281,0,0,0-.474,1,1.182,1.182,0,0,0,.317.894,1.635,1.635,0,0,0,1.086.4.5.5,0,0,1,.014,1A2.779,2.779,0,0,1,10941.867,13180Z"
|
@@ -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;
|