@vcmap/ui 5.0.0-rc.29 → 5.0.0-rc.31
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/buildHelpers.js +4 -3
- package/config/base.config.json +5 -4
- package/config/dev.config.json +8 -0
- package/config/graphFeatureInfo.config.json +1 -1
- package/config/projects.config.json +2 -2
- package/dist/assets/cesium/ThirdParty/Workers/basis_transcoder.js +1 -1
- package/dist/assets/cesium/Workers/chunk-227AJNOA.js +59 -0
- package/dist/assets/cesium/Workers/chunk-2R5O53JW.js +157 -0
- package/dist/assets/cesium/Workers/chunk-34YUDLRP.js +781 -0
- package/dist/assets/cesium/Workers/chunk-3W63OHNJ.js +100 -0
- package/dist/assets/cesium/Workers/chunk-4MFFIWUA.js +163 -0
- package/dist/assets/cesium/Workers/chunk-66QLLS45.js +218 -0
- package/dist/assets/cesium/Workers/chunk-6BTKZDRG.js +77 -0
- package/dist/assets/cesium/Workers/chunk-A4JVFBQ3.js +101 -0
- package/dist/assets/cesium/Workers/chunk-ABADGKYE.js +58 -0
- package/dist/assets/cesium/Workers/chunk-AFFLIKOH.js +353 -0
- package/dist/assets/cesium/Workers/chunk-AHKEZ2OE.js +629 -0
- package/dist/assets/cesium/Workers/chunk-C3SXRKRW.js +476 -0
- package/dist/assets/cesium/Workers/chunk-CCFQRR6D.js +55 -0
- package/dist/assets/cesium/Workers/chunk-CHHNOC2C.js +1860 -0
- package/dist/assets/cesium/Workers/chunk-CTELOFLA.js +196 -0
- package/dist/assets/cesium/Workers/chunk-DUHWWBQQ.js +3273 -0
- package/dist/assets/cesium/Workers/chunk-EW2GWJYB.js +44 -0
- package/dist/assets/cesium/Workers/chunk-GLZBE3ML.js +421 -0
- package/dist/assets/cesium/Workers/chunk-HARLBUOL.js +236 -0
- package/dist/assets/cesium/Workers/chunk-HQF437NJ.js +117 -0
- package/dist/assets/cesium/Workers/chunk-IPA4EACJ.js +368 -0
- package/dist/assets/cesium/Workers/chunk-J3JY6I2C.js +1009 -0
- package/dist/assets/cesium/Workers/chunk-JB2LWGH4.js +390 -0
- package/dist/assets/cesium/Workers/chunk-JS3AW5BK.js +634 -0
- package/dist/assets/cesium/Workers/chunk-K36FEYS7.js +452 -0
- package/dist/assets/cesium/Workers/chunk-KD4Y7CZL.js +400 -0
- package/dist/assets/cesium/Workers/chunk-KTJSNCK4.js +842 -0
- package/dist/assets/cesium/Workers/chunk-LLUNNUJV.js +258 -0
- package/dist/assets/cesium/Workers/{package.js → chunk-MPAZH4BF.js} +13 -2
- package/dist/assets/cesium/Workers/chunk-MYZB7C4T.js +1258 -0
- package/dist/assets/cesium/Workers/chunk-N3JIFFX2.js +501 -0
- package/dist/assets/cesium/Workers/chunk-O5AMBQ36.js +430 -0
- package/dist/assets/cesium/Workers/chunk-OAVNIRB4.js +124 -0
- package/dist/assets/cesium/Workers/chunk-OYFCF4PL.js +171 -0
- package/dist/assets/cesium/Workers/chunk-OZJDGN5F.js +1477 -0
- package/dist/assets/cesium/Workers/chunk-PCJWUS4M.js +2041 -0
- package/dist/assets/cesium/Workers/chunk-PFQBCKBM.js +8644 -0
- package/dist/assets/cesium/Workers/chunk-QIKODV5G.js +305 -0
- package/dist/assets/cesium/Workers/chunk-QJ3DFBH3.js +73 -0
- package/dist/assets/cesium/Workers/chunk-QMEMZIJI.js +138 -0
- package/dist/assets/cesium/Workers/chunk-QT3MPEMI.js +102 -0
- package/dist/assets/cesium/Workers/chunk-RP2A7BR5.js +289 -0
- package/dist/assets/cesium/Workers/chunk-RW6LU2CJ.js +138 -0
- package/dist/assets/cesium/Workers/chunk-TFC6TZ3S.js +757 -0
- package/dist/assets/cesium/Workers/chunk-V3NGATMV.js +693 -0
- package/dist/assets/cesium/Workers/chunk-VLGOATD6.js +1075 -0
- package/dist/assets/cesium/Workers/chunk-WXTV4ATB.js +39 -0
- package/dist/assets/cesium/Workers/chunk-X4SU25DT.js +302 -0
- package/dist/assets/cesium/Workers/chunk-XTY7B2N6.js +2716 -0
- package/dist/assets/cesium/Workers/chunk-XY7MGBKC.js +513 -0
- package/dist/assets/cesium/Workers/chunk-Z24VKNDO.js +834 -0
- package/dist/assets/cesium/Workers/chunk-ZA25DG4Y.js +684 -0
- package/dist/assets/cesium/Workers/chunk-ZFOBYDGF.js +73 -0
- package/dist/assets/cesium/Workers/combineGeometry.js +65 -15
- package/dist/assets/cesium/Workers/createBoxGeometry.js +55 -10
- package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +231 -310
- package/dist/assets/cesium/Workers/createCircleGeometry.js +185 -202
- package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +141 -155
- package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +477 -557
- package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +218 -230
- package/dist/assets/cesium/Workers/createCorridorGeometry.js +1162 -1307
- package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +533 -569
- package/dist/assets/cesium/Workers/createCylinderGeometry.js +57 -10
- package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +224 -258
- package/dist/assets/cesium/Workers/createEllipseGeometry.js +68 -12
- package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +61 -12
- package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +56 -10
- package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +58 -13
- package/dist/assets/cesium/Workers/createFrustumGeometry.js +55 -10
- package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +226 -243
- package/dist/assets/cesium/Workers/createGeometry.js +143 -48
- package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +1484 -2011
- package/dist/assets/cesium/Workers/createPlaneGeometry.js +216 -243
- package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +121 -113
- package/dist/assets/cesium/Workers/createPolygonGeometry.js +1041 -1327
- package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +516 -657
- package/dist/assets/cesium/Workers/createPolylineGeometry.js +471 -547
- package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +352 -384
- package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +271 -295
- package/dist/assets/cesium/Workers/createRectangleGeometry.js +1128 -1331
- package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +445 -500
- package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +381 -440
- package/dist/assets/cesium/Workers/createSphereGeometry.js +112 -118
- package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +112 -121
- package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +32 -127
- package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +462 -505
- package/dist/assets/cesium/Workers/createVectorTileGeometries.js +377 -436
- package/dist/assets/cesium/Workers/createVectorTilePoints.js +110 -77
- package/dist/assets/cesium/Workers/createVectorTilePolygons.js +369 -391
- package/dist/assets/cesium/Workers/createVectorTilePolylines.js +252 -244
- package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +543 -615
- package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +2244 -2677
- package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +682 -926
- package/dist/assets/cesium/Workers/createWallGeometry.js +459 -593
- package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +324 -419
- package/dist/assets/cesium/Workers/decodeDraco.js +327 -347
- package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +2530 -3567
- package/dist/assets/cesium/Workers/decodeI3S.js +765 -970
- package/dist/assets/cesium/Workers/transcodeKTX2.js +3353 -1464
- package/dist/assets/cesium/Workers/transferTypedArrayTest.js +3 -4
- package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +748 -953
- package/dist/assets/{cesium.16590b.js → cesium.77d0f7.js} +8915 -13165
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.74da2a.js → core.720589.js} +3421 -3365
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-dd539204.js +1 -0
- package/dist/assets/{ol.50a512.js → ol.e48649.js} +4 -4
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui.d3054c.css → ui.50452a.css} +2 -2
- package/dist/assets/{ui.d3054c.js → ui.50452a.js} +5312 -4776
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.946bd8.js → vuetify.f0a769.js} +1 -1
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +27 -23
- package/index.html +23 -22
- package/index.js +6 -0
- package/package.json +5 -5
- package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +37 -1
- package/plugins/@vcmap-show-case/form-inputs-example/index.js +3 -0
- package/plugins/@vcmap-show-case/form-inputs-example/validation.js +11 -0
- package/plugins/@vcmap-show-case/plugin-editors/PluginEditors.vue +119 -0
- package/plugins/@vcmap-show-case/plugin-editors/index.js +41 -0
- package/plugins/@vcmap-show-case/plugin-editors/package.json +5 -0
- package/plugins/{@vcmap → @vcmap-show-case}/project-selector/ProjectSelectorComponent.vue +1 -1
- package/plugins/{@vcmap → @vcmap-show-case}/project-selector/config.json +2 -2
- package/plugins/{@vcmap → @vcmap-show-case}/project-selector/package.json +1 -1
- package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/package.json +1 -1
- package/plugins/@vcmap-show-case/style-input-example/styleExample.vue +0 -1
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +1 -1
- package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/ThemeChangerComponent.vue +1 -1
- package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/config.json +2 -2
- package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/package.json +1 -1
- package/plugins/@vcmap-show-case/vector-properties-example/index.js +40 -0
- package/plugins/@vcmap-show-case/vector-properties-example/package.json +5 -0
- package/plugins/@vcmap-show-case/vector-properties-example/vectorPropertiesExample.vue +128 -0
- package/plugins/package.json +6 -2
- package/src/application/VcsAttributions.vue +27 -20
- package/src/components/form-inputs-controls/VcsChipArrayInput.vue +290 -0
- package/src/components/form-inputs-controls/VcsSlider.vue +1 -0
- package/src/components/form-inputs-controls/VcsTextField.vue +9 -3
- package/src/components/icons/2DAreaIcon.vue +2 -17
- package/src/components/icons/2DDistanceIcon.vue +0 -3
- package/src/components/icons/3DAreaIcon.vue +2 -17
- package/src/components/icons/3DDistanceIcon.vue +0 -3
- package/src/components/icons/3DHeightIcon.vue +0 -3
- package/src/components/icons/AngleIcon.vue +0 -1
- package/src/components/icons/AssociationsIcon.vue +1 -3
- package/src/components/icons/AxisIcon.vue +0 -4
- package/src/components/icons/BoundingBoxIcon.vue +1 -4
- package/src/components/icons/CheckboxIcon.vue +0 -2
- package/src/components/icons/CheckboxIndeterminateIcon.vue +1 -5
- package/src/components/icons/CircleIcon.vue +1 -6
- package/src/components/icons/ClippingHorizontalIcon.vue +0 -1
- package/src/components/icons/ClippingIcon.vue +0 -1
- package/src/components/icons/ClippingVerticalIcon.vue +0 -1
- package/src/components/icons/ColorPickerIcon.vue +0 -1
- package/src/components/icons/ColorSwatchIcon.vue +0 -2
- package/src/components/icons/CommentIcon.vue +0 -1
- package/src/components/icons/CompassIcon.vue +0 -2
- package/src/components/icons/ComponentsIcon.vue +0 -1
- package/src/components/icons/ConeIcon.vue +1 -4
- package/src/components/icons/DimensionsHouseIcon.vue +0 -2
- package/src/components/icons/EditIcon.vue +0 -1
- package/src/components/icons/EditVerticesIcon.vue +0 -4
- package/src/components/icons/ElevationProfileIcon.vue +1 -13
- package/src/components/icons/ExportAreaIcon.vue +0 -1
- package/src/components/icons/ExportFlightIcon.vue +0 -1
- package/src/components/icons/ExportIcon.vue +12 -8
- package/src/components/icons/ExternalLinkIcon.vue +0 -2
- package/src/components/icons/FastForwardIcon.vue +0 -1
- package/src/components/icons/FilterIcon.vue +0 -1
- package/src/components/icons/GlobeNatureIcon.vue +0 -3
- package/src/components/icons/GroundIcon.vue +0 -1
- package/src/components/icons/HealthCareIndustriesIcon.vue +1 -11
- package/src/components/icons/HideIcon.vue +0 -1
- package/src/components/icons/HomePointIcon.vue +0 -1
- package/src/components/icons/HospitalsIcon.vue +1 -20
- package/src/components/icons/HouseIcon.vue +3 -13
- package/src/components/icons/ImportIcon.vue +6 -14
- package/src/components/icons/InfoIcon.vue +0 -2
- package/src/components/icons/KebabIcon.vue +1 -9
- package/src/components/icons/LabelIcon.vue +0 -2
- package/src/components/icons/LayersIcon.vue +1 -9
- package/src/components/icons/LegendIcon.vue +0 -1
- package/src/components/icons/LineIcon.vue +0 -2
- package/src/components/icons/LinkIcon.vue +0 -1
- package/src/components/icons/LogoutIcon.vue +0 -1
- package/src/components/icons/MapIcon.vue +0 -2
- package/src/components/icons/MenuIcon.vue +1 -5
- package/src/components/icons/MinusIcon.vue +0 -2
- package/src/components/icons/ObjectSelectIcon.vue +0 -2
- package/src/components/icons/ObliqueViewIcon.vue +0 -1
- package/src/components/icons/PdfIcon.vue +0 -1
- package/src/components/icons/PedestrianIcon.vue +0 -1
- package/src/components/icons/PenIcon.vue +0 -1
- package/src/components/icons/PlayCircleIcon.vue +1 -8
- package/src/components/icons/PlusIcon.vue +0 -2
- package/src/components/icons/PoiIcon.vue +0 -1
- package/src/components/icons/PointIcon.vue +2 -6
- package/src/components/icons/PointSelectIcon.vue +0 -1
- package/src/components/icons/PresentationModeIcon.vue +0 -1
- package/src/components/icons/ProgressIcon.vue +1 -1
- package/src/components/icons/QueryIcon.vue +0 -1
- package/src/components/icons/RectangleIcon.vue +1 -6
- package/src/components/icons/ReturnIcon.vue +0 -1
- package/src/components/icons/RewindIcon.vue +0 -1
- package/src/components/icons/RotateLeftIcon.vue +0 -1
- package/src/components/icons/RotateRightIcon.vue +0 -1
- package/src/components/icons/ScreenshotIcon.vue +1 -6
- package/src/components/icons/SearchIcon.vue +0 -1
- package/src/components/icons/ShadowIcon.vue +0 -2
- package/src/components/icons/ShapesIcon.vue +1 -4
- package/src/components/icons/ShareIcon.vue +0 -1
- package/src/components/icons/SimpleCircleFilledIcon.vue +0 -1
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +0 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -7
- package/src/components/icons/SkipPreviousIcon.vue +1 -6
- package/src/components/icons/SplitViewIcon.vue +0 -1
- package/src/components/icons/TextStyleIcon.vue +0 -3
- package/src/components/icons/ThreeDimensionsIcon.vue +0 -1
- package/src/components/icons/ToolsIcon.vue +0 -1
- package/src/components/icons/TouchIcon.vue +0 -1
- package/src/components/icons/TriangleIcon.vue +0 -3
- package/src/components/icons/TwoDimensionsIcon.vue +0 -2
- package/src/components/icons/UploadIcon.vue +0 -1
- package/src/components/icons/UserProfileIcon.vue +0 -1
- package/src/components/icons/UserShareIcon.vue +0 -1
- package/src/components/icons/ViewpointFlightIcon.vue +0 -1
- package/src/components/icons/ViewpointIcon.vue +0 -1
- package/src/components/icons/Viewshed360Icon.vue +0 -1
- package/src/components/icons/ViewshedConeIcon.vue +0 -1
- package/src/components/icons/ViewshedIcon.vue +0 -1
- package/src/components/icons/WalkingIcon.vue +0 -1
- package/src/components/icons/WallIcon.vue +1 -4
- package/src/components/icons/WandIcon.vue +22 -70
- package/src/components/lists/VcsList.vue +18 -12
- package/src/components/plugins/AbstractConfigEditor.vue +84 -0
- package/src/components/style/VcsImageSelector.vue +6 -5
- package/src/components/style/VcsTextSelector.vue +1 -1
- package/src/components/tables/VcsDataTable.vue +1 -1
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +780 -0
- package/src/components/vector-properties/composables.js +93 -0
- package/src/contentTree/contentTreeCollection.js +30 -9
- package/src/i18n/de.js +41 -7
- package/src/i18n/en.js +39 -5
- package/src/i18n/i18nCollection.js +19 -65
- package/src/manager/buttonManager.js +4 -0
- package/src/manager/collectionManager/collectionComponent.js +1 -1
- package/src/manager/contextMenu/contextMenuManager.js +2 -0
- package/src/pluginHelper.js +57 -17
- package/src/vcsUiApp.js +25 -30
- package/src/vuePlugins/i18n.js +0 -8
- package/dist/assets/cesium/ThirdParty/Workers/draco_decoder_nodejs.js +0 -117
- package/dist/assets/cesium/Workers/ArcType-2d9abbbc.js +0 -37
- package/dist/assets/cesium/Workers/AttributeCompression-f9f6c717.js +0 -716
- package/dist/assets/cesium/Workers/AxisAlignedBoundingBox-4140c51f.js +0 -258
- package/dist/assets/cesium/Workers/BoundingRectangle-c714b156.js +0 -369
- package/dist/assets/cesium/Workers/BoxGeometry-6f3da43d.js +0 -884
- package/dist/assets/cesium/Workers/Check-6ede7e26.js +0 -290
- package/dist/assets/cesium/Workers/Color-8a565ff2.js +0 -2262
- package/dist/assets/cesium/Workers/ComponentDatatype-cf1fa08e.js +0 -341
- package/dist/assets/cesium/Workers/CoplanarPolygonGeometryLibrary-4b4d4096.js +0 -132
- package/dist/assets/cesium/Workers/CorridorGeometryLibrary-7b94502b.js +0 -498
- package/dist/assets/cesium/Workers/CylinderGeometry-ca070b87.js +0 -467
- package/dist/assets/cesium/Workers/CylinderGeometryLibrary-7bf291b4.js +0 -63
- package/dist/assets/cesium/Workers/EllipseGeometry-122e51fa.js +0 -1304
- package/dist/assets/cesium/Workers/EllipseGeometryLibrary-4d326efc.js +0 -366
- package/dist/assets/cesium/Workers/EllipseOutlineGeometry-16cc2bd7.js +0 -443
- package/dist/assets/cesium/Workers/EllipsoidGeodesic-5b3623dc.js +0 -520
- package/dist/assets/cesium/Workers/EllipsoidGeometry-cb148ca2.js +0 -637
- package/dist/assets/cesium/Workers/EllipsoidOutlineGeometry-0fa10c79.js +0 -454
- package/dist/assets/cesium/Workers/EllipsoidRhumbLine-ef872433.js +0 -741
- package/dist/assets/cesium/Workers/EllipsoidTangentPlane-6dd1b7af.js +0 -373
- package/dist/assets/cesium/Workers/EncodedCartesian3-57415c8a.js +0 -171
- package/dist/assets/cesium/Workers/FrustumGeometry-ee73037c.js +0 -2540
- package/dist/assets/cesium/Workers/GeometryAttribute-ff5b4fb1.js +0 -619
- package/dist/assets/cesium/Workers/GeometryAttributes-ad136444.js +0 -91
- package/dist/assets/cesium/Workers/GeometryInstance-34d9e21e.js +0 -121
- package/dist/assets/cesium/Workers/GeometryOffsetAttribute-9ad0019c.js +0 -16
- package/dist/assets/cesium/Workers/GeometryPipeline-1f8fbf05.js +0 -3690
- package/dist/assets/cesium/Workers/IndexDatatype-2643aa47.js +0 -200
- package/dist/assets/cesium/Workers/IntersectionTests-70d39ba9.js +0 -1836
- package/dist/assets/cesium/Workers/Math-0a2ac845.js +0 -1340
- package/dist/assets/cesium/Workers/Matrix2-e1298525.js +0 -7086
- package/dist/assets/cesium/Workers/Matrix3-41c58dde.js +0 -4283
- package/dist/assets/cesium/Workers/OrientedBoundingBox-159cf1d6.js +0 -1259
- package/dist/assets/cesium/Workers/Plane-4c3d403b.js +0 -309
- package/dist/assets/cesium/Workers/PolygonGeometryLibrary-076a5d25.js +0 -1074
- package/dist/assets/cesium/Workers/PolygonPipeline-b9f2810a.js +0 -1344
- package/dist/assets/cesium/Workers/PolylinePipeline-639192e0.js +0 -573
- package/dist/assets/cesium/Workers/PolylineVolumeGeometryLibrary-b73549fb.js +0 -781
- package/dist/assets/cesium/Workers/PrimitivePipeline-10ede1b6.js +0 -966
- package/dist/assets/cesium/Workers/RectangleGeometryLibrary-c35a7356.js +0 -280
- package/dist/assets/cesium/Workers/RuntimeError-ef395448.js +0 -68
- package/dist/assets/cesium/Workers/TerrainEncoding-668d242f.js +0 -1227
- package/dist/assets/cesium/Workers/Transforms-a2a85221.js +0 -14712
- package/dist/assets/cesium/Workers/VertexFormat-030f11ff.js +0 -312
- package/dist/assets/cesium/Workers/WallGeometryLibrary-1938bf0d.js +0 -211
- package/dist/assets/cesium/Workers/WebGLConstants-0b1ce7ba.js +0 -620
- package/dist/assets/cesium/Workers/WebMercatorProjection-13ed1a6e.js +0 -151
- package/dist/assets/cesium/Workers/arrayRemoveDuplicates-d2061e85.js +0 -129
- package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +0 -1363
- package/dist/assets/cesium/Workers/combine-d9581036.js +0 -82
- package/dist/assets/cesium/Workers/defaultValue-fe22d8c0.js +0 -51
- package/dist/assets/index-cb070eff.js +0 -1
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +0 -76
- package/plugins/@vcmap/create-link/index.js +0 -95
- package/plugins/@vcmap/create-link/package.json +0 -6
- package/plugins/@vcmap/search-nominatim/LICENSE.md +0 -13
- package/plugins/@vcmap/search-nominatim/README.md +0 -3
- package/plugins/@vcmap/search-nominatim/config.json +0 -3
- package/plugins/@vcmap/search-nominatim/index.js +0 -29
- package/plugins/@vcmap/search-nominatim/nominatim.js +0 -175
- package/plugins/@vcmap/search-nominatim/package.json +0 -9
- /package/dist/assets/{vue.30740e.js → vue.5d696e.js} +0 -0
- /package/dist/assets/{vuetify.946bd8.css → vuetify.f0a769.css} +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/ModulesListComponent.vue +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/README.md +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/de.json +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/en.json +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/index.js +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/README.md +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/SimpleGraphComponent.vue +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/index.js +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/simpleGraphView.js +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/README.md +0 -0
- /package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/index.js +0 -0
@@ -2,8 +2,6 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="streamline-icon-ecology-globe-nature_24x24"
|
6
|
-
data-name="streamline-icon-ecology-globe-nature@24x24"
|
7
5
|
xmlns="http://www.w3.org/2000/svg"
|
8
6
|
width="24.002"
|
9
7
|
height="24.004"
|
@@ -11,7 +9,6 @@
|
|
11
9
|
>
|
12
10
|
<path
|
13
11
|
id="Path_18"
|
14
|
-
data-name="Path 18"
|
15
12
|
d="M23.723,11.8A1,1,0,0,0,23,11.492H20.747a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h1.5a.5.5,0,0,0,.5-.5.492.492,0,0,0-.042-.2L21.556,6.166A.482.482,0,0,1,22,5.492a.5.5,0,0,0,.427-.761l-2.75-4.5A.521.521,0,0,0,18.951.1a.5.5,0,0,0-.128.128l-2.75,4.5a.5.5,0,0,0,.427.761.481.481,0,0,1,.481.481.49.49,0,0,1-.04.193L15.789,8.792a.5.5,0,0,0,.258.658.509.509,0,0,0,.2.042h1.5a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5H16.7a1,1,0,0,1-.74-.327L9.736,4.319A1.032,1.032,0,0,0,8.277,4.3l-.02.02L2.034,11.165a1,1,0,0,1-.74.327H1a1,1,0,0,0-1,1c0,.015,0,.031,0,.046a12.012,12.012,0,0,0,24,0A1,1,0,0,0,23.723,11.8ZM3.151,15.992a.5.5,0,0,1-.465-.317A9.855,9.855,0,0,1,2.209,14.1a.5.5,0,0,1,.39-.59.478.478,0,0,1,.1-.01H5.052a.5.5,0,0,1,.5.465q.051.75.154,1.464a.5.5,0,0,1-.424.566A.485.485,0,0,1,5.206,16Zm3.941,4.519a.25.25,0,0,1-.3.03A10.012,10.012,0,0,1,4.3,18.4a.25.25,0,0,1,.192-.41H5.9a.5.5,0,0,1,.476.345,13.392,13.392,0,0,0,.77,1.878A.25.25,0,0,1,7.092,20.511ZM11,21.258a.251.251,0,0,1-.4.2,7.169,7.169,0,0,1-2.1-3.125.25.25,0,0,1,.144-.324.243.243,0,0,1,.089-.017H10.5a.5.5,0,0,1,.5.5Zm0-5.766a.5.5,0,0,1-.5.5H8.248a.5.5,0,0,1-.493-.415c-.085-.493-.15-1.009-.193-1.544a.5.5,0,0,1,.457-.539l.043,0H10.5a.5.5,0,0,1,.5.5Zm4.5,2.841a7.169,7.169,0,0,1-2.1,3.125.253.253,0,0,1-.263.024A.248.248,0,0,1,13,21.258V18.492a.5.5,0,0,1,.5-.5h1.766a.25.25,0,0,1,.233.341Zm.939-4.3c-.043.535-.108,1.051-.193,1.544a.5.5,0,0,1-.493.415H13.5a.5.5,0,0,1-.5-.5v-1.5a.5.5,0,0,1,.5-.5h2.44a.5.5,0,0,1,.5.5c0,.014,0,.028,0,.043ZM19.7,18.4a10,10,0,0,1-2.487,2.139.25.25,0,0,1-.353-.326,13.392,13.392,0,0,0,.77-1.878.5.5,0,0,1,.476-.345h1.4a.25.25,0,0,1,.25.25.254.254,0,0,1-.058.16Zm2.1-4.306a9.87,9.87,0,0,1-.477,1.579.5.5,0,0,1-.465.317H18.791a.5.5,0,0,1-.5-.495.485.485,0,0,1,0-.076q.1-.714.154-1.464a.5.5,0,0,1,.5-.465H21.3a.5.5,0,0,1,.5.5.475.475,0,0,1-.01.1Z"
|
16
13
|
transform="translate(0.001 -0.009)"
|
17
14
|
fill="currentColor"
|
@@ -5,10 +5,9 @@
|
|
5
5
|
height="23.542"
|
6
6
|
viewBox="0 0 23.51 23.542"
|
7
7
|
>
|
8
|
-
<g id="Group_845"
|
8
|
+
<g id="Group_845" transform="translate(0.639 0.64)">
|
9
9
|
<path
|
10
10
|
id="Path_432"
|
11
|
-
data-name="Path 432"
|
12
11
|
d="M19.854,7.661a7.958,7.958,0,0,0,3.505-.422"
|
13
12
|
transform="translate(-1.127 -1.238)"
|
14
13
|
fill="none"
|
@@ -19,7 +18,6 @@
|
|
19
18
|
/>
|
20
19
|
<path
|
21
20
|
id="Path_433"
|
22
|
-
data-name="Path 433"
|
23
21
|
d="M7.11,23.5a7.947,7.947,0,0,0-.171-5.832A8.111,8.111,0,0,1,8.707,8.829a8.2,8.2,0,0,1,6.673-2.34"
|
24
22
|
transform="translate(-1.127 -1.238)"
|
25
23
|
fill="none"
|
@@ -30,7 +28,6 @@
|
|
30
28
|
/>
|
31
29
|
<path
|
32
30
|
id="Path_434"
|
33
|
-
data-name="Path 434"
|
34
31
|
d="M9.38,18.266a8.2,8.2,0,0,0,6.4-2.365,8.113,8.113,0,0,0,1.768-8.84,7.944,7.944,0,0,1-.174-5.823"
|
35
32
|
transform="translate(-1.127 -1.238)"
|
36
33
|
fill="none"
|
@@ -41,7 +38,6 @@
|
|
41
38
|
/>
|
42
39
|
<path
|
43
40
|
id="Path_435"
|
44
|
-
data-name="Path 435"
|
45
41
|
d="M1.127,17.489a7.967,7.967,0,0,1,3.728-.4"
|
46
42
|
transform="translate(-1.127 -1.238)"
|
47
43
|
fill="none"
|
@@ -52,7 +48,6 @@
|
|
52
48
|
/>
|
53
49
|
<line
|
54
50
|
id="Line_129"
|
55
|
-
data-name="Line 129"
|
56
51
|
x2="4.95"
|
57
52
|
y2="4.95"
|
58
53
|
transform="translate(11.822 5.469)"
|
@@ -64,7 +59,6 @@
|
|
64
59
|
/>
|
65
60
|
<line
|
66
61
|
id="Line_130"
|
67
|
-
data-name="Line 130"
|
68
62
|
x2="5.239"
|
69
63
|
y2="5.24"
|
70
64
|
transform="translate(15.921 1.082)"
|
@@ -75,7 +69,6 @@
|
|
75
69
|
/>
|
76
70
|
<line
|
77
71
|
id="Line_131"
|
78
|
-
data-name="Line 131"
|
79
72
|
x2="5.26"
|
80
73
|
y2="5.261"
|
81
74
|
transform="translate(1.061 15.92)"
|
@@ -86,7 +79,6 @@
|
|
86
79
|
/>
|
87
80
|
<line
|
88
81
|
id="Line_132"
|
89
|
-
data-name="Line 132"
|
90
82
|
x2="6.739"
|
91
83
|
y2="6.738"
|
92
84
|
transform="translate(8.807 6.697)"
|
@@ -98,7 +90,6 @@
|
|
98
90
|
/>
|
99
91
|
<line
|
100
92
|
id="Line_133"
|
101
|
-
data-name="Line 133"
|
102
93
|
x2="5.239"
|
103
94
|
y2="5.239"
|
104
95
|
transform="translate(5.314 11.689)"
|
@@ -109,7 +100,6 @@
|
|
109
100
|
/>
|
110
101
|
<line
|
111
102
|
id="Line_134"
|
112
|
-
data-name="Line 134"
|
113
103
|
x2="6.74"
|
114
104
|
y2="6.739"
|
115
105
|
transform="translate(6.685 8.818)"
|
@@ -9,7 +9,6 @@
|
|
9
9
|
>
|
10
10
|
<path
|
11
11
|
id="Path_52"
|
12
|
-
data-name="Path 52"
|
13
12
|
d="M8.438,0A5.945,5.945,0,0,0,2.5,5.938c0,4.09,4.086,7.8,5.338,8.846a.937.937,0,0,0,1.2,0c1.25-1.041,5.339-4.756,5.339-8.846A5.944,5.944,0,0,0,8.438,0ZM12.7,5.7a.313.313,0,0,1-.2.551h-.625a.313.313,0,0,0-.313.313V9.375a.313.313,0,0,1-.313.313H9.688a.313.313,0,0,1-.313-.313V7.969a.938.938,0,0,0-1.875,0V9.375a.313.313,0,0,1-.313.313H5.625a.313.313,0,0,1-.313-.313V6.563A.313.313,0,0,0,5,6.25H4.375a.313.313,0,0,1-.2-.551L8.236,2.261a.313.313,0,0,1,.4,0Z"
|
14
13
|
transform="translate(-2.5)"
|
15
14
|
fill="currentColor"
|
@@ -5,10 +5,9 @@
|
|
5
5
|
height="24"
|
6
6
|
viewBox="0 0 24 24"
|
7
7
|
>
|
8
|
-
<g id="Group_846"
|
8
|
+
<g id="Group_846" transform="translate(0.5 0.5)">
|
9
9
|
<circle
|
10
10
|
id="Ellipse_87"
|
11
|
-
data-name="Ellipse 87"
|
12
11
|
cx="4"
|
13
12
|
cy="4"
|
14
13
|
r="4"
|
@@ -22,7 +21,6 @@
|
|
22
21
|
/>
|
23
22
|
<path
|
24
23
|
id="Path_436"
|
25
|
-
data-name="Path 436"
|
26
24
|
d="M14.5,15.5v-4a1,1,0,0,0-1-1H1.5a1,1,0,0,0-1,1v12"
|
27
25
|
transform="translate(-0.5 -0.5)"
|
28
26
|
fill="none"
|
@@ -34,7 +32,6 @@
|
|
34
32
|
/>
|
35
33
|
<path
|
36
34
|
id="Path_437"
|
37
|
-
data-name="Path 437"
|
38
35
|
d="M23.5,23.5v-7a1,1,0,0,0-1-1h-12a1,1,0,0,0-1,1v7"
|
39
36
|
transform="translate(-0.5 -0.5)"
|
40
37
|
fill="none"
|
@@ -46,7 +43,6 @@
|
|
46
43
|
/>
|
47
44
|
<line
|
48
45
|
id="Line_135"
|
49
|
-
data-name="Line 135"
|
50
46
|
x2="8"
|
51
47
|
transform="translate(3 13)"
|
52
48
|
fill="none"
|
@@ -58,7 +54,6 @@
|
|
58
54
|
/>
|
59
55
|
<line
|
60
56
|
id="Line_136"
|
61
|
-
data-name="Line 136"
|
62
57
|
x2="6"
|
63
58
|
transform="translate(3 16)"
|
64
59
|
fill="none"
|
@@ -70,7 +65,6 @@
|
|
70
65
|
/>
|
71
66
|
<line
|
72
67
|
id="Line_137"
|
73
|
-
data-name="Line 137"
|
74
68
|
x2="6"
|
75
69
|
transform="translate(3 19)"
|
76
70
|
fill="none"
|
@@ -82,7 +76,6 @@
|
|
82
76
|
/>
|
83
77
|
<line
|
84
78
|
id="Line_138"
|
85
|
-
data-name="Line 138"
|
86
79
|
y2="4"
|
87
80
|
transform="translate(7 2)"
|
88
81
|
fill="none"
|
@@ -94,7 +87,6 @@
|
|
94
87
|
/>
|
95
88
|
<line
|
96
89
|
id="Line_139"
|
97
|
-
data-name="Line 139"
|
98
90
|
x1="4"
|
99
91
|
transform="translate(5 4)"
|
100
92
|
fill="none"
|
@@ -106,7 +98,6 @@
|
|
106
98
|
/>
|
107
99
|
<line
|
108
100
|
id="Line_140"
|
109
|
-
data-name="Line 140"
|
110
101
|
y2="2"
|
111
102
|
transform="translate(7 8)"
|
112
103
|
fill="none"
|
@@ -118,7 +109,6 @@
|
|
118
109
|
/>
|
119
110
|
<line
|
120
111
|
id="Line_141"
|
121
|
-
data-name="Line 141"
|
122
112
|
x2="23"
|
123
113
|
transform="translate(0 23)"
|
124
114
|
fill="none"
|
@@ -130,7 +120,6 @@
|
|
130
120
|
/>
|
131
121
|
<rect
|
132
122
|
id="Rectangle_732"
|
133
|
-
data-name="Rectangle 732"
|
134
123
|
width="2"
|
135
124
|
height="2"
|
136
125
|
transform="translate(15 21)"
|
@@ -143,7 +132,6 @@
|
|
143
132
|
/>
|
144
133
|
<line
|
145
134
|
id="Line_142"
|
146
|
-
data-name="Line 142"
|
147
135
|
x2="1"
|
148
136
|
transform="translate(11 19)"
|
149
137
|
fill="none"
|
@@ -155,7 +143,6 @@
|
|
155
143
|
/>
|
156
144
|
<line
|
157
145
|
id="Line_143"
|
158
|
-
data-name="Line 143"
|
159
146
|
x1="1"
|
160
147
|
transform="translate(11 17)"
|
161
148
|
fill="none"
|
@@ -167,7 +154,6 @@
|
|
167
154
|
/>
|
168
155
|
<line
|
169
156
|
id="Line_144"
|
170
|
-
data-name="Line 144"
|
171
157
|
x2="1"
|
172
158
|
transform="translate(14 19)"
|
173
159
|
fill="none"
|
@@ -179,7 +165,6 @@
|
|
179
165
|
/>
|
180
166
|
<line
|
181
167
|
id="Line_145"
|
182
|
-
data-name="Line 145"
|
183
168
|
x1="1"
|
184
169
|
transform="translate(14 17)"
|
185
170
|
fill="none"
|
@@ -191,7 +176,6 @@
|
|
191
176
|
/>
|
192
177
|
<line
|
193
178
|
id="Line_146"
|
194
|
-
data-name="Line 146"
|
195
179
|
x2="1"
|
196
180
|
transform="translate(17 19)"
|
197
181
|
fill="none"
|
@@ -203,7 +187,6 @@
|
|
203
187
|
/>
|
204
188
|
<line
|
205
189
|
id="Line_147"
|
206
|
-
data-name="Line 147"
|
207
190
|
x1="1"
|
208
191
|
transform="translate(17 17)"
|
209
192
|
fill="none"
|
@@ -215,7 +198,6 @@
|
|
215
198
|
/>
|
216
199
|
<line
|
217
200
|
id="Line_148"
|
218
|
-
data-name="Line 148"
|
219
201
|
x2="1"
|
220
202
|
transform="translate(20 19)"
|
221
203
|
fill="none"
|
@@ -227,7 +209,6 @@
|
|
227
209
|
/>
|
228
210
|
<line
|
229
211
|
id="Line_149"
|
230
|
-
data-name="Line 149"
|
231
212
|
x1="1"
|
232
213
|
transform="translate(20 17)"
|
233
214
|
fill="none"
|
@@ -2,37 +2,27 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon_24_house"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
8
6
|
width="24"
|
9
7
|
height="24"
|
10
8
|
viewBox="0 0 24 24"
|
11
9
|
>
|
12
10
|
<defs>
|
13
11
|
<clipPath id="clip-path">
|
14
|
-
<rect
|
15
|
-
id="Rectangle_844"
|
16
|
-
data-name="Rectangle 844"
|
17
|
-
width="6"
|
18
|
-
height="6"
|
19
|
-
fill="currentColor"
|
20
|
-
/>
|
12
|
+
<rect id="Rectangle_844" width="6" height="6" fill="currentColor" />
|
21
13
|
</clipPath>
|
22
14
|
</defs>
|
23
15
|
<rect id="size" width="24" height="24" fill="none" />
|
24
16
|
<path
|
25
17
|
id="Path_532"
|
26
|
-
data-name="Path 532"
|
27
18
|
d="M21.362,8.505,12.266.474a1.936,1.936,0,0,0-2.542,0L.645,8.5A1.87,1.87,0,0,0,0,9.909V15H2V9.972l9-7.95,9,7.949V20H15V15a2,2,0,0,0-1.833-2H8.9A1.867,1.867,0,0,0,7.08,14.875V20h-1v2H7.255A1.868,1.868,0,0,0,9.08,20.125V15H13v5a.652.652,0,0,0-.011.133A1.886,1.886,0,0,0,14.845,22h5.288A1.893,1.893,0,0,0,22,20.117V9.9a1.872,1.872,0,0,0-.638-1.395"
|
28
19
|
transform="translate(1 1)"
|
29
20
|
fill="currentColor"
|
30
21
|
/>
|
31
|
-
<g id="Group_1445"
|
32
|
-
<g id="Group_1444"
|
22
|
+
<g id="Group_1445" transform="translate(0 17)">
|
23
|
+
<g id="Group_1444" clip-path="url(#clip-path)">
|
33
24
|
<path
|
34
25
|
id="Path_533"
|
35
|
-
data-name="Path 533"
|
36
26
|
d="M3,0A3,3,0,1,0,6,3,3,3,0,0,0,3,0"
|
37
27
|
fill="currentColor"
|
38
28
|
/>
|
@@ -2,25 +2,17 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon_24_import"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
|
-
width="24
|
6
|
+
width="24"
|
8
7
|
height="24"
|
9
|
-
viewBox="0 0 24
|
8
|
+
viewBox="0 0 24 24"
|
10
9
|
>
|
11
10
|
<path
|
12
|
-
id="
|
13
|
-
|
14
|
-
|
15
|
-
transform="translate(-10540.999 -15331.008)"
|
11
|
+
id="Path_592"
|
12
|
+
d="M24,10.411a5.82,5.82,0,0,0-1.772-4.166A5.708,5.708,0,0,0,18.778,4.66a.249.249,0,0,1-.191-.12,7.683,7.683,0,0,0-14.1,2.294.25.25,0,0,1-.227.2A4.589,4.589,0,0,0,0,11.607a4.322,4.322,0,0,0,1.236,3.209A5.517,5.517,0,0,0,4.84,16.2a1,1,0,1,0-.03-2,3.29,3.29,0,0,1-2.172-.8A2.374,2.374,0,0,1,2,11.607,2.589,2.589,0,0,1,5.12,9.072,1,1,0,0,0,6.3,8.294a.974.974,0,0,0,.019-.141A5.685,5.685,0,0,1,17.138,6.065a.962.962,0,0,0,.941.57,3.7,3.7,0,0,1,2.758,1.051A3.751,3.751,0,0,1,22,10.411,3.834,3.834,0,0,1,18.559,14.2a1,1,0,0,0,.132,1.992.95.95,0,0,0,.131-.009A5.805,5.805,0,0,0,24,10.411ZM12.7,8.988a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,8.5,14.2h1.75a.248.248,0,0,1,.25.248V21.7a1.5,1.5,0,0,0,3,0V14.448a.248.248,0,0,1,.248-.25H15.5a1,1,0,0,0,.707-1.707Z"
|
13
|
+
transform="translate(0.004 0.193)"
|
16
14
|
fill="currentColor"
|
17
15
|
/>
|
18
|
-
<rect
|
19
|
-
id="size"
|
20
|
-
width="24"
|
21
|
-
height="24"
|
22
|
-
transform="translate(0.001)"
|
23
|
-
fill="none"
|
24
|
-
/>
|
16
|
+
<rect id="size" width="24" height="24" fill="none" />
|
25
17
|
</svg>
|
26
18
|
</template>
|
@@ -10,13 +10,11 @@
|
|
10
10
|
<g id="info-circle" transform="translate(-2 -2)">
|
11
11
|
<path
|
12
12
|
id="Path_440"
|
13
|
-
data-name="Path 440"
|
14
13
|
d="M8.954,2a6.954,6.954,0,1,0,6.954,6.954A6.962,6.962,0,0,0,8.954,2Zm0,12.517a5.563,5.563,0,1,1,5.563-5.563A5.569,5.569,0,0,1,8.954,14.517Z"
|
15
14
|
fill="currentColor"
|
16
15
|
/>
|
17
16
|
<path
|
18
17
|
id="Path_441"
|
19
|
-
data-name="Path 441"
|
20
18
|
d="M11,10.163h2v4.744H11ZM11,7h2V8.581H11Z"
|
21
19
|
transform="translate(-3.046 -2)"
|
22
20
|
fill="currentColor"
|
@@ -2,20 +2,14 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon-kebab"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
6
|
width="16"
|
8
7
|
height="16"
|
9
8
|
viewBox="0 0 16 16"
|
10
9
|
>
|
11
|
-
<g
|
12
|
-
id="Group_860"
|
13
|
-
data-name="Group 860"
|
14
|
-
transform="translate(10 0) rotate(90)"
|
15
|
-
>
|
10
|
+
<g id="Group_860" transform="translate(10 0) rotate(90)">
|
16
11
|
<circle
|
17
12
|
id="Ellipse_40"
|
18
|
-
data-name="Ellipse 40"
|
19
13
|
cx="2"
|
20
14
|
cy="2"
|
21
15
|
r="2"
|
@@ -24,7 +18,6 @@
|
|
24
18
|
/>
|
25
19
|
<circle
|
26
20
|
id="Ellipse_41"
|
27
|
-
data-name="Ellipse 41"
|
28
21
|
cx="2"
|
29
22
|
cy="2"
|
30
23
|
r="2"
|
@@ -33,7 +26,6 @@
|
|
33
26
|
/>
|
34
27
|
<circle
|
35
28
|
id="Ellipse_42"
|
36
|
-
data-name="Ellipse 42"
|
37
29
|
cx="2"
|
38
30
|
cy="2"
|
39
31
|
r="2"
|
@@ -1,7 +1,6 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
3
|
<svg
|
4
|
-
id="icon_24_type_element"
|
5
4
|
xmlns="http://www.w3.org/2000/svg"
|
6
5
|
width="24"
|
7
6
|
height="24.018"
|
@@ -16,7 +15,6 @@
|
|
16
15
|
/>
|
17
16
|
<path
|
18
17
|
id="Union_50"
|
19
|
-
data-name="Union 50"
|
20
18
|
d="M18335.516,23247.385h.943a.256.256,0,0,0,.258-.258v-18.332a.256.256,0,0,0-.258-.258h-5.637a.256.256,0,0,0-.256.258v1.377a1.283,1.283,0,1,1-2.566,0v-1.949a2.265,2.265,0,0,1,2.252-2.264h15.5a2.266,2.266,0,0,1,2.252,2.264v1.949a1.284,1.284,0,1,1-2.568,0v-1.377a.256.256,0,0,0-.256-.258h-5.637a.256.256,0,0,0-.258.258v18.332a.256.256,0,0,0,.258.258h1.85a1.289,1.289,0,0,1,0,2.578l-5.877.006C18335.514,23249.951,18335.525,23247.4,18335.516,23247.385Zm-7.516-.414a3,3,0,1,1,3,3A3,3,0,0,1,18328,23246.971Zm7.514.414h0Z"
|
21
19
|
transform="translate(-18326 -23225.959)"
|
22
20
|
fill="currentColor"
|
@@ -1,33 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
3
|
<svg
|
4
|
-
id="icon_24_layer"
|
5
4
|
xmlns="http://www.w3.org/2000/svg"
|
6
5
|
width="24"
|
7
6
|
height="24"
|
8
7
|
viewBox="0 0 24 24"
|
9
8
|
>
|
10
9
|
<rect id="size" width="24" height="24" fill="none" />
|
11
|
-
<g
|
12
|
-
id="Gruppe_1965"
|
13
|
-
data-name="Gruppe 1965"
|
14
|
-
transform="translate(-590.995 -459.826)"
|
15
|
-
>
|
10
|
+
<g id="Gruppe_1965" transform="translate(-590.995 -459.826)">
|
16
11
|
<path
|
17
12
|
id="Pfad_752"
|
18
|
-
data-name="Pfad 752"
|
19
13
|
d="M612.553,470.932l-9.558,4.776-9.559-4.776a1,1,0,1,0-.894,1.789l10.006,5a1,1,0,0,0,.894,0l10.005-5a1,1,0,1,0-.894-1.789Z"
|
20
14
|
fill="currentColor"
|
21
15
|
/>
|
22
16
|
<path
|
23
17
|
id="Pfad_753"
|
24
|
-
data-name="Pfad 753"
|
25
18
|
d="M612.553,474.932l-9.558,4.776-9.559-4.776a1,1,0,1,0-.894,1.789l10.006,5a1,1,0,0,0,.894,0l10.005-5a1,1,0,1,0-.894-1.789Z"
|
26
19
|
fill="currentColor"
|
27
20
|
/>
|
28
21
|
<path
|
29
22
|
id="Pfad_754"
|
30
|
-
data-name="Pfad 754"
|
31
23
|
d="M592.542,468.721l10.006,5a1,1,0,0,0,.894,0l10.005-5a1,1,0,0,0,0-1.789l-10.005-5a1,1,0,0,0-.894,0l-10.006,5a1,1,0,0,0,0,1.789Zm10.453-4.777,7.768,3.882-7.768,3.882-7.769-3.882Z"
|
32
24
|
fill="currentColor"
|
33
25
|
/>
|
@@ -1,7 +1,6 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
3
|
<svg
|
4
|
-
id="icon_24_line"
|
5
4
|
xmlns="http://www.w3.org/2000/svg"
|
6
5
|
width="24"
|
7
6
|
height="24.008"
|
@@ -9,7 +8,6 @@
|
|
9
8
|
>
|
10
9
|
<path
|
11
10
|
id="Union_1"
|
12
|
-
data-name="Union 1"
|
13
11
|
d="M0,21a3,3,0,1,1,3,3A3,3,0,0,1,0,21Zm7.03-2.97L5.969,16.97a.252.252,0,0,1,0-.355L16.616,5.97a.25.25,0,0,1,.355,0L18.03,7.03a.249.249,0,0,1,0,.354L7.384,18.03a.249.249,0,0,1-.354,0ZM18,3a3,3,0,1,1,3,3A3,3,0,0,1,18,3Z"
|
14
12
|
fill="currentColor"
|
15
13
|
/>
|
@@ -9,7 +9,6 @@
|
|
9
9
|
>
|
10
10
|
<path
|
11
11
|
id="Path_79"
|
12
|
-
data-name="Path 79"
|
13
12
|
d="M9.587,11.452a.747.747,0,0,0-.406.975h0a.746.746,0,0,1-.162.814L6.908,15.354a1.493,1.493,0,0,1-2.111,0L3.213,13.77a1.493,1.493,0,0,1,0-2.111h0L5.327,9.547a.756.756,0,0,1,.814-.162A.747.747,0,1,0,6.711,8a2.264,2.264,0,0,0-2.44.487L2.158,10.6a2.99,2.99,0,0,0,0,4.223l1.584,1.583a2.985,2.985,0,0,0,4.222,0L10.076,14.3a2.245,2.245,0,0,0,.486-2.441A.747.747,0,0,0,9.587,11.452Zm-3.471,1a.755.755,0,0,0,1.056,0l5.807-5.806a.747.747,0,0,0-1.056-1.056L6.116,11.394A.747.747,0,0,0,6.116,12.45ZM16.41,3.74,14.827,2.157a2.99,2.99,0,0,0-4.223,0L8.492,4.268a2.244,2.244,0,0,0-.486,2.44.747.747,0,1,0,1.38-.57.747.747,0,0,1,.162-.811l2.111-2.111a1.493,1.493,0,0,1,2.111,0h0L15.355,4.8a1.493,1.493,0,0,1,0,2.111h0L13.24,9.019a.758.758,0,0,1-.814.162.747.747,0,0,0-.571,1.38h0a2.259,2.259,0,0,0,2.441-.486l2.111-2.111A2.991,2.991,0,0,0,16.41,3.74Z"
|
14
13
|
transform="translate(-1.285 -1.284)"
|
15
14
|
fill="currentColor"
|
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon-map-overview"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
6
|
width="16"
|
8
7
|
height="16"
|
@@ -11,7 +10,6 @@
|
|
11
10
|
<rect id="size" width="16" height="16" fill="none" />
|
12
11
|
<path
|
13
12
|
id="Path_20"
|
14
|
-
data-name="Path 20"
|
15
13
|
d="M15.5,2.074,11.459.224a1.262,1.262,0,0,0-.867-.038L5.255,2.076a.661.661,0,0,1-.374-.013L.772.221A.542.542,0,0,0,.239.249.56.56,0,0,0,0,.73L.013,13.411a.9.9,0,0,0,.5.782L4.6,16.031a1.225,1.225,0,0,0,.488.094,1.153,1.153,0,0,0,.377-.059l5.349-1.886a.638.638,0,0,1,.371.017l4.039,1.849h0a.531.531,0,0,0,.718-.234A.539.539,0,0,0,16,15.538V2.856A.907.907,0,0,0,15.5,2.074ZM1.666,10.489a.166.166,0,0,1,.165-.168.17.17,0,0,1,.058.01l3.043,1.125a.492.492,0,0,0,.333,0l1.679-.583a.168.168,0,0,1,.221.16v2.313a.17.17,0,0,1-.113.16l-1.7.583a1.061,1.061,0,0,1-.626-.018l-2.756-1.1a.538.538,0,0,1-.309-.462Zm6.2-.674a.727.727,0,0,0-.676-.089l-2.026.7a.162.162,0,0,1-.11,0L1.777,9.243a.169.169,0,0,1-.111-.159V7.149a.166.166,0,0,1,.228-.156l2.919,1.18A.489.489,0,0,0,5,8.209a.5.5,0,0,0,.122-.015L7.766,7.52a.506.506,0,0,0,.363-.614.5.5,0,0,0-.607-.367h0L6.5,6.8V6.091a.5.5,0,1,0-1,0v.964l-.467.119-1.2-.486v-1a.5.5,0,1,0-1,0v.6L1.775,5.892a.168.168,0,0,1-.109-.158V3.038A.212.212,0,0,1,1.849,2.8a.206.206,0,0,1,.126.025L4.742,3.958a1.043,1.043,0,0,0,.625.02L9.28,2.652a.164.164,0,0,1,.15.023A.168.168,0,0,1,9.5,2.81V6.091a.5.5,0,1,0,1,0V2.265l.2-.094a.933.933,0,0,1,.615.04l2.716,1.333a.59.59,0,0,1,.3.484V9.376a.169.169,0,0,1-.073.139.163.163,0,0,1-.154.018l-2.672-1.04a1.362,1.362,0,0,0-1.007.04l-.677.327a1.088,1.088,0,0,0-.584.937s-.013,2.312,0,2.874a.169.169,0,0,1-.113.162l-.662.23a.165.165,0,0,1-.211-.1.18.18,0,0,1-.009-.057V10.429a.746.746,0,0,0-.3-.618Zm2.317.064a.17.17,0,0,1,.095-.151l.583-.281a.422.422,0,0,1,.217-.009l3.148,1.19a.169.169,0,0,1,.109.158v2.372a.215.215,0,0,1-.186.238.211.211,0,0,1-.125-.024l-3-1.2-.632.214a.163.163,0,0,1-.151-.024.168.168,0,0,1-.067-.135Z"
|
16
14
|
transform="translate(0.001 -0.127)"
|
17
15
|
fill="currentColor"
|
@@ -1,16 +1,14 @@
|
|
1
1
|
<template>
|
2
2
|
<svg
|
3
|
-
id="icon_24_burger"
|
4
3
|
xmlns="http://www.w3.org/2000/svg"
|
5
4
|
width="24"
|
6
5
|
height="24"
|
7
6
|
viewBox="0 0 24 24"
|
8
7
|
>
|
9
8
|
<rect id="size" width="24" height="24" fill="none" />
|
10
|
-
<g id="Group_1047"
|
9
|
+
<g id="Group_1047" transform="translate(866 20294)">
|
11
10
|
<rect
|
12
11
|
id="Rectangle_206"
|
13
|
-
data-name="Rectangle 206"
|
14
12
|
width="24"
|
15
13
|
height="4"
|
16
14
|
rx="2"
|
@@ -19,7 +17,6 @@
|
|
19
17
|
/>
|
20
18
|
<rect
|
21
19
|
id="Rectangle_207"
|
22
|
-
data-name="Rectangle 207"
|
23
20
|
width="24"
|
24
21
|
height="4"
|
25
22
|
rx="2"
|
@@ -28,7 +25,6 @@
|
|
28
25
|
/>
|
29
26
|
<rect
|
30
27
|
id="Rectangle_209"
|
31
|
-
data-name="Rectangle 209"
|
32
28
|
width="24"
|
33
29
|
height="4"
|
34
30
|
rx="2"
|
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon-minus"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
6
|
width="16"
|
8
7
|
height="16"
|
@@ -10,7 +9,6 @@
|
|
10
9
|
>
|
11
10
|
<path
|
12
11
|
id="Path_444"
|
13
|
-
data-name="Path 444"
|
14
12
|
d="M25,20a1.154,1.154,0,0,1-1.154,1.154H16.154a1.154,1.154,0,1,1,0-2.308h7.692A1.154,1.154,0,0,1,25,20Z"
|
15
13
|
transform="translate(-12 -12)"
|
16
14
|
fill="currentColor"
|
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="main-icon"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
6
|
width="24"
|
8
7
|
height="24"
|
@@ -11,7 +10,6 @@
|
|
11
10
|
<rect id="size" width="24" height="24" fill="none" />
|
12
11
|
<path
|
13
12
|
id="Mouse_Pointer"
|
14
|
-
data-name="Mouse Pointer"
|
15
13
|
d="M13.846,23.8a.45.45,0,0,1-.409-.245l-2.7-5.728L7.055,20.031a.372.372,0,0,1-.409,0A.438.438,0,0,1,6.4,19.7V1.7a.45.45,0,0,1,.245-.409.36.36,0,0,1,.409.082L20.147,14.467c.082.082.164.327.082.409a.45.45,0,0,1-.409.245H15.565L18.511,21.1a.249.249,0,0,1,0,.327c-.082.082-.082.164-.245.245-3.787,1.881-4.337,2.128-4.419,2.128Z"
|
16
14
|
transform="translate(-1.4 -0.259)"
|
17
15
|
fill="currentColor"
|
@@ -10,7 +10,6 @@
|
|
10
10
|
<g id="icon-pdf" transform="translate(0 0)">
|
11
11
|
<path
|
12
12
|
id="Path_80"
|
13
|
-
data-name="Path 80"
|
14
13
|
d="M5.634,8.215c-.07-.031-.217-.032-.217.109v2.652a.159.159,0,0,0,.218.14,1.583,1.583,0,0,0,0-2.9ZM2.667,8.082H2.251a.168.168,0,0,0-.168.168v.831a.168.168,0,0,0,.168.168h.415a.583.583,0,1,0,0-1.167ZM12,12.667v-6A.667.667,0,0,0,11.333,6H.667A.667.667,0,0,0,0,6.667v6a.667.667,0,0,0,.667.667H11.333A.667.667,0,0,0,12,12.667ZM2.667,10.082H2.251a.168.168,0,0,0-.168.168v1.417a.417.417,0,1,1-.833,0v-4a.417.417,0,0,1,.417-.417h1a1.417,1.417,0,0,1,0,2.833Zm2.333,2a.417.417,0,0,1-.417-.417v-4A.417.417,0,0,1,5,7.249a2.417,2.417,0,0,1,0,4.833Zm5.333-4H9a.25.25,0,0,0-.25.25v.749a.168.168,0,0,0,.168.168h.749a.417.417,0,0,1,0,.833H8.918a.168.168,0,0,0-.168.168v1.417a.417.417,0,1,1-.833,0V8.333A1.084,1.084,0,0,1,9,7.249h1.333a.417.417,0,0,1,0,.833ZM15.8,3.8,12.2.194A.666.666,0,0,0,11.723,0H4A1.333,1.333,0,0,0,2.667,1.333V5.167a.167.167,0,0,0,.167.167h1A.167.167,0,0,0,4,5.167H4v-3.5a.333.333,0,0,1,.333-.333h6.833a.167.167,0,0,1,.167.167V3.333a1.333,1.333,0,0,0,1.333,1.333H14.5a.167.167,0,0,1,.167.167v9.5a.333.333,0,0,1-.333.333H4.167A.167.167,0,0,1,4,14.5v-.333A.165.165,0,0,0,3.836,14h-1a.167.167,0,0,0-.167.167v.5A1.333,1.333,0,0,0,4,16H14.667A1.333,1.333,0,0,0,16,14.667V4.275A.665.665,0,0,0,15.8,3.8Z"
|
15
14
|
fill="currentColor"
|
16
15
|
/>
|
@@ -8,7 +8,6 @@
|
|
8
8
|
>
|
9
9
|
<path
|
10
10
|
id="Pfad_783"
|
11
|
-
data-name="Pfad 783"
|
12
11
|
d="M481.65,623.2a.925.925,0,0,0,.04-.2.226.226,0,0,0,0-.027.99.99,0,0,0,.821-.767l.843-4a1,1,0,0,0-.978-1.206h-6.746a1,1,0,0,0-.978,1.206l.843,4a.989.989,0,0,0,.824.767.259.259,0,0,0-.006.027.925.925,0,0,0,.04.2,5.62,5.62,0,0,0-3.35,5.05c0,2.771,4.219,9.527,4.7,10.289a1,1,0,0,0,.845.466h.91a1,1,0,0,0,.8-.4c.938-1.261,4.743-7.652,4.743-10.352A5.62,5.62,0,0,0,481.65,623.2Zm-.51-4.2-.421,2h-3.438l-.421-2ZM480,635.264v-4.453a2,2,0,1,0-2,0v4.332c-1.477-2.587-3-5.654-3-6.9a4.018,4.018,0,0,1,8,0C483,629.55,481.362,632.9,480,635.264Z"
|
13
12
|
transform="translate(-473 -617)"
|
14
13
|
fill="currentColor"
|
@@ -8,18 +8,11 @@
|
|
8
8
|
>
|
9
9
|
<path
|
10
10
|
id="Path_89"
|
11
|
-
data-name="Path 89"
|
12
11
|
d="M22.437,17.192,12.6,22.112h0a1.333,1.333,0,0,1-1.929-1.192V11.077a1.333,1.333,0,0,1,1.928-1.193L22.439,14.8a1.333,1.333,0,0,1,0,2.391Z"
|
13
12
|
transform="translate(-1 -1)"
|
14
13
|
fill="currentColor"
|
15
14
|
/>
|
16
|
-
<g
|
17
|
-
id="Ellipse_71"
|
18
|
-
data-name="Ellipse 71"
|
19
|
-
fill="none"
|
20
|
-
stroke="currentColor"
|
21
|
-
stroke-width="2"
|
22
|
-
>
|
15
|
+
<g id="Ellipse_71" fill="none" stroke="currentColor" stroke-width="2">
|
23
16
|
<circle cx="15" cy="15" r="15" stroke="none" />
|
24
17
|
<circle cx="15" cy="15" r="14" fill="none" />
|
25
18
|
</g>
|
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
<template>
|
4
4
|
<svg
|
5
|
-
id="icon-plus"
|
6
5
|
xmlns="http://www.w3.org/2000/svg"
|
7
6
|
width="16"
|
8
7
|
height="16"
|
@@ -10,7 +9,6 @@
|
|
10
9
|
>
|
11
10
|
<path
|
12
11
|
id="Path_444"
|
13
|
-
data-name="Path 444"
|
14
12
|
d="M25,20a1.154,1.154,0,0,1-1.154,1.154H21.538a.385.385,0,0,0-.385.385v2.308a1.154,1.154,0,0,1-2.308,0V21.538a.385.385,0,0,0-.385-.385H16.154a1.154,1.154,0,1,1,0-2.308h2.308a.385.385,0,0,0,.385-.385V16.154a1.154,1.154,0,1,1,2.308,0v2.308a.385.385,0,0,0,.385.385h2.308A1.154,1.154,0,0,1,25,20Z"
|
15
13
|
transform="translate(-12 -12)"
|
16
14
|
fill="currentColor"
|