@vcmap/ui 5.0.0-rc.22 → 5.0.0-rc.24
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/README.md +38 -20
- package/app.config.json +3 -0
- package/build/.eslintrc +3 -0
- package/build/build.js +184 -174
- package/build/buildCesium.js +32 -19
- package/build/buildHelpers.js +117 -48
- package/build/buildPreview.js +9 -6
- package/build/commonViteConfig.js +1 -3
- package/build/determineHost.js +17 -4
- package/build/generateOLLib.js +13 -16
- package/build/getPluginProxies.js +16 -3
- package/build/info/conf.json +21 -21
- package/build/info/publish.js +15 -4
- package/config/aerowest.config.json +18 -44
- package/config/base.config.json +72 -246
- package/config/codes.config.json +4 -0
- package/config/dev.config.json +11 -13
- package/config/graphFeatureInfo.config.json +58 -17
- package/config/projects.config.json +30 -0
- package/config/www.config.json +98 -297
- package/dist/assets/cesium/Workers/{ArcType-ce2e50ab.js → ArcType-2d9abbbc.js} +4 -4
- package/dist/assets/cesium/Workers/{AttributeCompression-b646d393.js → AttributeCompression-f9f6c717.js} +24 -24
- package/dist/assets/cesium/Workers/{AxisAlignedBoundingBox-ff186ccc.js → AxisAlignedBoundingBox-85d9e53a.js} +3 -3
- package/dist/assets/cesium/Workers/{BoundingRectangle-be5924f4.js → BoundingRectangle-1ee7eb47.js} +18 -18
- package/dist/assets/cesium/Workers/{BoxGeometry-12eeccaf.js → BoxGeometry-3b2be784.js} +9 -9
- package/dist/assets/cesium/Workers/{Check-666ab1a0.js → Check-6ede7e26.js} +22 -22
- package/dist/assets/cesium/Workers/{Color-a84038cb.js → Color-f107c84d.js} +59 -59
- package/dist/assets/cesium/Workers/{ComponentDatatype-f7b11d02.js → ComponentDatatype-cf1fa08e.js} +16 -16
- package/dist/assets/cesium/Workers/{CoplanarPolygonGeometryLibrary-3272c1b3.js → CoplanarPolygonGeometryLibrary-78d71993.js} +1 -1
- package/dist/assets/cesium/Workers/{CorridorGeometryLibrary-0170e093.js → CorridorGeometryLibrary-50d99b33.js} +1 -1
- package/dist/assets/cesium/Workers/{CylinderGeometry-7c5da648.js → CylinderGeometry-51b0d9bf.js} +12 -12
- package/dist/assets/cesium/Workers/{CylinderGeometryLibrary-372c07d8.js → CylinderGeometryLibrary-7bf291b4.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseGeometry-797d580e.js → EllipseGeometry-bcfb5d87.js} +20 -20
- package/dist/assets/cesium/Workers/{EllipseGeometryLibrary-2939e1dc.js → EllipseGeometryLibrary-e94f8472.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseOutlineGeometry-8b50870f.js → EllipseOutlineGeometry-28e3a1bb.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidGeodesic-98c62a56.js → EllipsoidGeodesic-5b3623dc.js} +6 -6
- package/dist/assets/cesium/Workers/{EllipsoidGeometry-21c0e3a5.js → EllipsoidGeometry-b222fa63.js} +14 -14
- package/dist/assets/cesium/Workers/{EllipsoidOutlineGeometry-eff247c8.js → EllipsoidOutlineGeometry-38a3fb5b.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidRhumbLine-19756602.js → EllipsoidRhumbLine-ef872433.js} +9 -9
- package/dist/assets/cesium/Workers/{EllipsoidTangentPlane-214683dc.js → EllipsoidTangentPlane-8c89f28c.js} +1 -1
- package/dist/assets/cesium/Workers/{EncodedCartesian3-81f70735.js → EncodedCartesian3-57415c8a.js} +6 -6
- package/dist/assets/cesium/Workers/{FrustumGeometry-ac42a6d9.js → FrustumGeometry-bdd3a04d.js} +139 -111
- package/dist/assets/cesium/Workers/{GeometryAttribute-7d6f1732.js → GeometryAttribute-153115c5.js} +20 -20
- package/dist/assets/cesium/Workers/{GeometryAttributes-f06a2792.js → GeometryAttributes-ad136444.js} +1 -1
- package/dist/assets/cesium/Workers/{GeometryInstance-451dc1cd.js → GeometryInstance-34d9e21e.js} +6 -6
- package/dist/assets/cesium/Workers/{GeometryPipeline-ce4339ed.js → GeometryPipeline-acb2399c.js} +22 -22
- package/dist/assets/cesium/Workers/{IndexDatatype-a55ceaa1.js → IndexDatatype-2643aa47.js} +13 -13
- package/dist/assets/cesium/Workers/{IntersectionTests-f6e6bd8a.js → IntersectionTests-271e513e.js} +37 -37
- package/dist/assets/cesium/Workers/{Math-2dbd6b93.js → Math-0a2ac845.js} +149 -139
- package/dist/assets/cesium/Workers/{Matrix2-13178034.js → Matrix2-e1298525.js} +256 -256
- package/dist/assets/cesium/Workers/{Matrix3-315394f6.js → Matrix3-41c58dde.js} +150 -150
- package/dist/assets/cesium/Workers/{OrientedBoundingBox-04920dc7.js → OrientedBoundingBox-5e04e31f.js} +19 -17
- package/dist/assets/cesium/Workers/{Plane-900aa728.js → Plane-4c3d403b.js} +5 -5
- package/dist/assets/cesium/Workers/{PolygonGeometryLibrary-a8680d96.js → PolygonGeometryLibrary-6762b65b.js} +6 -6
- package/dist/assets/cesium/Workers/PolygonPipeline-7dc7a431.js +1344 -0
- package/dist/assets/cesium/Workers/{PolylinePipeline-32f36d2a.js → PolylinePipeline-15fde655.js} +16 -16
- package/dist/assets/cesium/Workers/{PolylineVolumeGeometryLibrary-a510d657.js → PolylineVolumeGeometryLibrary-ba7dfed5.js} +7 -7
- package/dist/assets/cesium/Workers/{PrimitivePipeline-ba38434a.js → PrimitivePipeline-68f0b9a2.js} +6 -6
- package/dist/assets/cesium/Workers/{RectangleGeometryLibrary-bdba697e.js → RectangleGeometryLibrary-8eaf23da.js} +1 -1
- package/dist/assets/cesium/Workers/{RuntimeError-06c93819.js → RuntimeError-ef395448.js} +5 -5
- package/dist/assets/cesium/Workers/{TerrainEncoding-833187da.js → TerrainEncoding-eb8a645a.js} +30 -30
- package/dist/assets/cesium/Workers/Transforms-f6451f99.js +14698 -0
- package/dist/assets/cesium/Workers/{VertexFormat-6b480673.js → VertexFormat-030f11ff.js} +14 -14
- package/dist/assets/cesium/Workers/{WallGeometryLibrary-919eed92.js → WallGeometryLibrary-feef3109.js} +1 -1
- package/dist/assets/cesium/Workers/{WebGLConstants-a8cc3e8c.js → WebGLConstants-0b1ce7ba.js} +1 -1
- package/dist/assets/cesium/Workers/{WebMercatorProjection-13a90d41.js → WebMercatorProjection-13ed1a6e.js} +6 -6
- package/dist/assets/cesium/Workers/{arrayRemoveDuplicates-c2038105.js → arrayRemoveDuplicates-d2061e85.js} +5 -5
- package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +5 -5
- package/dist/assets/cesium/Workers/{combine-ca22a614.js → combine-d9581036.js} +5 -5
- package/dist/assets/cesium/Workers/combineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCircleGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCorridorGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +33 -33
- package/dist/assets/cesium/Workers/createPlaneGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +6 -6
- package/dist/assets/cesium/Workers/createPolygonGeometry.js +25 -25
- package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +17 -17
- package/dist/assets/cesium/Workers/createPolylineGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createRectangleGeometry.js +16 -16
- package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +10 -10
- package/dist/assets/cesium/Workers/createSphereGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +2 -2
- package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTileGeometries.js +8 -8
- package/dist/assets/cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +27 -28
- package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +33 -38
- package/dist/assets/cesium/Workers/createWallGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +14 -14
- package/dist/assets/cesium/Workers/decodeDraco.js +10 -2
- package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +15 -15
- package/dist/assets/cesium/Workers/decodeI3S.js +1 -1
- package/dist/assets/cesium/Workers/{defaultValue-0a909f67.js → defaultValue-fe22d8c0.js} +2 -2
- package/dist/assets/cesium/Workers/package.js +1 -1
- package/dist/assets/cesium/Workers/transcodeKTX2.js +46 -26
- package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
- package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +24 -24
- package/dist/assets/{cesium.88cffd.js → cesium.253914.js} +36578 -33768
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.a66593.js → core.3a8205.js} +7824 -5377
- package/dist/assets/core.js +1 -1
- package/dist/assets/index.91ae2d55.js +1 -0
- package/dist/assets/{ol.d4539f.js → ol.1c946a.js} +5550 -5491
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.0025be.css +5 -0
- package/dist/assets/{ui.d760e4.js → ui.0025be.js} +6260 -5164
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.427322.css → vuetify.6efa21.css} +2 -2
- package/dist/assets/{vuetify.427322.js → vuetify.6efa21.js} +1 -1
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +27 -7
- package/index.html +26 -6
- package/index.js +68 -15
- package/lib/cesium.js +1 -1
- package/lib/core.js +1 -1
- package/lib/ui.js +1 -1
- package/lib/vue.js +2 -2
- package/lib/vuetify.js +2 -2
- package/package.json +19 -10
- package/plugins/.eslintrc +9 -0
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +13 -9
- package/plugins/@vcmap/create-link/index.js +15 -6
- package/plugins/@vcmap/project-selector/{ContextsListComponent.vue → ModulesListComponent.vue} +14 -18
- package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +19 -24
- package/plugins/@vcmap/project-selector/README.md +16 -20
- package/plugins/@vcmap/project-selector/config.json +13 -13
- package/plugins/@vcmap/project-selector/de.json +4 -1
- package/plugins/@vcmap/project-selector/en.json +4 -1
- package/plugins/@vcmap/project-selector/index.js +117 -107
- package/plugins/@vcmap/search-nominatim/LICENSE.md +5 -6
- package/plugins/@vcmap/search-nominatim/README.md +2 -1
- package/plugins/@vcmap/search-nominatim/config.json +1 -2
- package/plugins/@vcmap/search-nominatim/index.js +7 -4
- package/plugins/@vcmap/search-nominatim/nominatim.js +7 -2
- package/plugins/@vcmap/search-nominatim/package.json +2 -36
- package/plugins/@vcmap/simple-graph/README.md +29 -9
- package/plugins/@vcmap/simple-graph/SimpleGraphComponent.vue +2 -7
- package/plugins/@vcmap/simple-graph/index.js +2 -2
- package/plugins/@vcmap/simple-graph/simpleGraphView.js +3 -1
- package/plugins/@vcmap/theme-changer/README.md +5 -3
- package/plugins/@vcmap/theme-changer/ThemeChangerComponent.vue +6 -10
- package/plugins/@vcmap/theme-changer/config.json +67 -67
- package/plugins/@vcmap/theme-changer/index.js +11 -5
- package/plugins/@vcmap-show-case/buttons-example/ButtonsExample.vue +76 -11
- package/plugins/@vcmap-show-case/buttons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/category-tester/Categories.vue +144 -117
- package/plugins/@vcmap-show-case/category-tester/Category.vue +46 -29
- package/plugins/@vcmap-show-case/category-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/config-editor/ConfigEditor.vue +62 -0
- package/plugins/@vcmap-show-case/config-editor/index.js +13 -11
- package/plugins/@vcmap-show-case/context-menu-tester/index.js +18 -10
- package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +97 -109
- package/plugins/@vcmap-show-case/form-inputs-example/config.json +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/exampleActions.js +14 -4
- package/plugins/@vcmap-show-case/form-inputs-example/index.js +42 -19
- package/plugins/@vcmap-show-case/form-inputs-example/validation.js +2 -1
- package/plugins/@vcmap-show-case/icons-example/README.md +1 -1
- package/plugins/@vcmap-show-case/icons-example/allIconsComponent.vue +10 -10
- package/plugins/@vcmap-show-case/icons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/list-example/ListExample.vue +221 -103
- package/plugins/@vcmap-show-case/list-example/index.js +10 -8
- package/plugins/@vcmap-show-case/notifier-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/notifier-tester/notifierTester.vue +15 -21
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +183 -0
- package/plugins/@vcmap-show-case/table-example/README.md +3 -0
- package/plugins/@vcmap-show-case/table-example/index.js +49 -0
- package/plugins/@vcmap-show-case/table-example/package.json +5 -0
- package/plugins/@vcmap-show-case/textfields-example/TextfieldsExample.vue +7 -30
- package/plugins/@vcmap-show-case/textfields-example/index.js +10 -4
- package/plugins/@vcmap-show-case/window-tester/WindowExample.vue +16 -13
- package/plugins/@vcmap-show-case/window-tester/emptyComponent.vue +4 -7
- package/plugins/@vcmap-show-case/window-tester/index.js +26 -20
- package/plugins/@vcmap-show-case/window-tester/myCustomHeader.vue +7 -3
- package/plugins/@vcmap-show-case/window-tester/toolbox-data.js +82 -5
- package/plugins/@vcmap-show-case/window-tester/windowExampleContent.vue +3 -7
- package/plugins/@vcmap-show-case/wizard-example/index.js +9 -3
- package/plugins/@vcmap-show-case/wizard-example/wizardExample.vue +36 -38
- package/src/actions/actionHelper.js +64 -37
- package/src/actions/styleSelector.vue +40 -24
- package/src/application/VcsApp.vue +117 -80
- package/src/application/VcsAttributions.vue +8 -9
- package/src/application/VcsAttributionsFooter.vue +12 -9
- package/src/application/VcsMap.vue +9 -5
- package/src/application/VcsNavbar.vue +44 -27
- package/src/application/VcsSettings.vue +5 -12
- package/src/application/attributionsHelper.js +23 -11
- package/src/application/vcsAppWrapper.vue +1 -3
- package/src/components/buttons/VcsActionButtonList.vue +20 -17
- package/src/components/buttons/VcsButton.vue +19 -23
- package/src/components/buttons/VcsFormButton.vue +176 -0
- package/src/components/form-inputs-controls/VcsCheckbox.vue +6 -7
- package/src/components/form-inputs-controls/VcsDatePicker.vue +142 -0
- package/src/components/form-inputs-controls/VcsFormSection.vue +11 -12
- package/src/components/form-inputs-controls/VcsLabel.vue +9 -10
- package/src/components/form-inputs-controls/VcsRadio.vue +44 -44
- package/src/components/form-inputs-controls/VcsSelect.vue +16 -13
- package/src/components/form-inputs-controls/VcsTextArea.vue +21 -14
- package/src/components/form-inputs-controls/VcsTextField.vue +44 -19
- package/src/components/form-inputs-controls/VcsWizard.vue +79 -77
- package/src/components/form-inputs-controls/VcsWizardStep.vue +20 -20
- package/src/components/form-inputs-controls/composables.js +13 -8
- package/src/components/form-output/VcsFormattedNumber.vue +26 -26
- package/src/components/icons/+all.js +13 -5
- package/src/components/icons/2DAreaIcon.vue +62 -10
- package/src/components/icons/2DDistanceIcon.vue +14 -2
- package/src/components/icons/3DAreaIcon.vue +62 -10
- package/src/components/icons/3DDistanceIcon.vue +14 -2
- package/src/components/icons/3DHeightIcon.vue +14 -2
- package/src/components/icons/AngleIcon.vue +12 -3
- package/src/components/icons/AssociationsIcon.vue +6 -1
- package/src/components/icons/AxisIcon.vue +34 -5
- package/src/components/icons/BoundingBoxIcon.vue +31 -5
- package/src/components/icons/CheckboxCheckedIcon.vue +4 -1
- package/src/components/icons/CheckboxIcon.vue +1 -8
- package/src/components/icons/CheckboxIndeterminateIcon.vue +9 -2
- package/src/components/icons/CircleIcon.vue +24 -4
- package/src/components/icons/ClippingHorizontalIcon.vue +14 -2
- package/src/components/icons/ClippingIcon.vue +13 -2
- package/src/components/icons/ClippingVerticalIcon.vue +14 -2
- package/src/components/icons/ColorPickerIcon.vue +13 -2
- package/src/components/icons/ColorSwatchIcon.vue +7 -1
- package/src/components/icons/CommentIcon.vue +6 -1
- package/src/components/icons/CompassIcon.vue +21 -3
- package/src/components/icons/ComponentsIcon.vue +14 -2
- package/src/components/icons/ConeIcon.vue +26 -4
- package/src/components/icons/DimensionsHouseIcon.vue +7 -1
- package/src/components/icons/EditIcon.vue +13 -2
- package/src/components/icons/ElevationProfileIcon.vue +6 -1
- package/src/components/icons/ExportAreaIcon.vue +13 -2
- package/src/components/icons/ExportFlightIcon.vue +13 -2
- package/src/components/icons/ExportIcon.vue +14 -2
- package/src/components/icons/ExternalLinkIcon.vue +18 -3
- package/src/components/icons/EyeIcon.vue +12 -2
- package/src/components/icons/FastForwardIcon.vue +13 -2
- package/src/components/icons/FilterIcon.vue +13 -2
- package/src/components/icons/GlobalTerrainIcon.vue +12 -2
- package/src/components/icons/GlobeNatureIcon.vue +7 -1
- package/src/components/icons/GroundIcon.vue +12 -2
- package/src/components/icons/HealthCareIndustriesIcon.vue +6 -1
- package/src/components/icons/HelpIcon.vue +12 -2
- package/src/components/icons/HideIcon.vue +17 -3
- package/src/components/icons/HomePointIcon.vue +13 -3
- package/src/components/icons/HospitalsIcon.vue +6 -1
- package/src/components/icons/HouseIcon.vue +20 -3
- package/src/components/icons/ImportIcon.vue +21 -3
- package/src/components/icons/InfoIcon.vue +19 -3
- package/src/components/icons/KebabIcon.vue +12 -2
- package/src/components/icons/LabelIcon.vue +21 -3
- package/src/components/icons/LayersIcon.vue +12 -2
- package/src/components/icons/LegendIcon.vue +20 -60
- package/src/components/icons/LineIcon.vue +20 -3
- package/src/components/icons/LinkIcon.vue +13 -2
- package/src/components/icons/LogoutIcon.vue +13 -2
- package/src/components/icons/MapIcon.vue +14 -2
- package/src/components/icons/MenuIcon.vue +7 -1
- package/src/components/icons/MinusIcon.vue +14 -2
- package/src/components/icons/ObjectAttributeIcon.vue +13 -2
- package/src/components/icons/ObjectSelectIcon.vue +14 -2
- package/src/components/icons/ObliqueViewIcon.vue +11 -2
- package/src/components/icons/PdfIcon.vue +12 -2
- package/src/components/icons/PedestrianIcon.vue +13 -2
- package/src/components/icons/PenIcon.vue +13 -3
- package/src/components/icons/PlayCircleIcon.vue +20 -3
- package/src/components/icons/PlusIcon.vue +14 -3
- package/src/components/icons/PoiIcon.vue +17 -3
- package/src/components/icons/PointSelectIcon.vue +12 -2
- package/src/components/icons/PolygonIcon.vue +7 -1
- package/src/components/icons/PresentationModeIcon.vue +13 -2
- package/src/components/icons/ProgressIcon.vue +8 -6
- package/src/components/icons/QueryIcon.vue +31 -5
- package/src/components/icons/RectangleIcon.vue +24 -4
- package/src/components/icons/ReturnIcon.vue +13 -2
- package/src/components/icons/RewindIcon.vue +13 -2
- package/src/components/icons/RotateLeftIcon.vue +13 -2
- package/src/components/icons/RotateRightIcon.vue +13 -2
- package/src/components/icons/ScreenshotIcon.vue +52 -10
- package/src/components/icons/SearchIcon.vue +13 -3
- package/src/components/icons/ShadowIcon.vue +14 -3
- package/src/components/icons/ShapesIcon.vue +13 -3
- package/src/components/icons/ShareIcon.vue +17 -4
- package/src/components/icons/SimpleCircleFilledIcon.vue +14 -10
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +6 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +14 -10
- package/src/components/icons/SkipNextIcon.vue +11 -2
- package/src/components/icons/SkipPreviousIcon.vue +17 -3
- package/src/components/icons/SplitViewIcon.vue +6 -1
- package/src/components/icons/TerrainBoxIcon.vue +12 -2
- package/src/components/icons/TextStyleIcon.vue +7 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +13 -2
- package/src/components/icons/ToolsIcon.vue +12 -2
- package/src/components/icons/TouchIcon.vue +13 -2
- package/src/components/icons/TrashCanIcon.vue +13 -2
- package/src/components/icons/TriangleIcon.vue +6 -2
- package/src/components/icons/TwoDimensionsIcon.vue +14 -2
- package/src/components/icons/UploadIcon.vue +13 -2
- package/src/components/icons/UserProfileIcon.vue +13 -2
- package/src/components/icons/UserShareIcon.vue +12 -2
- package/src/components/icons/VideoRecorderIcon.vue +16 -3
- package/src/components/icons/ViewpointFlightIcon.vue +22 -4
- package/src/components/icons/ViewpointIcon.vue +22 -4
- package/src/components/icons/Viewshed360Icon.vue +14 -2
- package/src/components/icons/ViewshedConeIcon.vue +13 -2
- package/src/components/icons/ViewshedIcon.vue +14 -2
- package/src/components/icons/WalkingIcon.vue +13 -2
- package/src/components/icons/WallIcon.vue +19 -3
- package/src/components/icons/WandIcon.vue +129 -21
- package/src/components/imageElementInjector.vue +1 -3
- package/src/components/lists/VcsActionList.vue +21 -18
- package/src/components/lists/VcsList.vue +226 -97
- package/src/components/lists/VcsTreeview.vue +30 -26
- package/src/components/lists/VcsTreeviewLeaf.vue +23 -22
- package/src/components/lists/VcsTreeviewSearchbar.vue +19 -15
- package/src/components/notification/VcsBadge.vue +4 -6
- package/src/components/notification/VcsTooltip.vue +95 -94
- package/src/components/notification/validation.js +1 -1
- package/src/components/tables/VcsDataTable.vue +398 -0
- package/src/components/tables/VcsTable.vue +63 -300
- package/src/contentTree/LayerTree.vue +2 -3
- package/src/contentTree/contentTreeCollection.js +49 -23
- package/src/contentTree/contentTreeItem.js +36 -14
- package/src/contentTree/groupContentTreeItem.js +44 -22
- package/src/contentTree/layerContentTreeItem.js +45 -20
- package/src/contentTree/layerGroupContentTreeItem.js +53 -31
- package/src/contentTree/nodeContentTreeItem.js +18 -7
- package/src/contentTree/obliqueCollectionContentTreeItem.js +45 -20
- package/src/contentTree/subContentTreeItem.js +13 -4
- package/src/contentTree/vcsObjectContentTreeItem.js +24 -15
- package/src/contentTree/viewpointContentTreeItem.js +19 -6
- package/src/downloadHelper.js +52 -0
- package/src/featureInfo/AddressBalloonComponent.vue +11 -16
- package/src/featureInfo/BalloonComponent.vue +41 -31
- package/src/featureInfo/abstractFeatureInfoView.js +30 -14
- package/src/featureInfo/addressBalloonFeatureInfoView.js +19 -7
- package/src/featureInfo/balloonFeatureInfoView.js +22 -9
- package/src/featureInfo/balloonHelper.js +61 -42
- package/src/featureInfo/featureInfo.js +74 -34
- package/src/featureInfo/featureInfoInteraction.js +13 -7
- package/src/featureInfo/iframeFeatureInfoView.js +3 -1
- package/src/featureInfo/tableFeatureInfoView.js +15 -5
- package/src/i18n/de.js +8 -0
- package/src/i18n/en.js +8 -0
- package/src/i18n/i18nCollection.js +183 -155
- package/src/init.js +124 -38
- package/src/legend/legendHelper.js +11 -6
- package/src/legend/styleLegendItem.vue +18 -12
- package/src/legend/vcsLegend.vue +15 -17
- package/src/manager/buttonManager.js +6 -3
- package/src/manager/categoryManager/CategoryComponent.vue +99 -63
- package/src/manager/categoryManager/CategoryComponentList.vue +33 -8
- package/src/manager/categoryManager/CategoryManager.vue +23 -11
- package/src/manager/categoryManager/categoryManager.js +90 -45
- package/src/manager/contextMenu/contextMenuComponent.vue +2 -6
- package/src/manager/contextMenu/contextMenuInteraction.js +6 -1
- package/src/manager/contextMenu/contextMenuManager.js +37 -22
- package/src/manager/navbarManager.js +28 -3
- package/src/manager/toolbox/GroupToolboxComponent.vue +22 -21
- package/src/manager/toolbox/SelectToolboxComponent.vue +36 -35
- package/src/manager/toolbox/ToolboxManager.vue +18 -10
- package/src/manager/toolbox/toolboxManager.js +30 -12
- package/src/manager/window/WindowComponent.vue +24 -32
- package/src/manager/window/WindowComponentHeader.vue +38 -28
- package/src/manager/window/WindowManager.vue +45 -35
- package/src/manager/window/windowHelper.js +80 -24
- package/src/manager/window/windowManager.js +79 -39
- package/src/navigation/mapNavCompass.vue +18 -4
- package/src/navigation/mapNavigation.vue +65 -46
- package/src/navigation/obliqueRotation.vue +34 -13
- package/src/navigation/orientationToolsButton.vue +6 -10
- package/src/navigation/overviewMap.js +76 -45
- package/src/navigation/overviewMapClickedInteraction.js +6 -1
- package/src/navigation/tiltSlider.vue +6 -10
- package/src/navigation/vcsCompass.vue +1 -9
- package/src/navigation/vcsZoomButton.vue +36 -11
- package/src/notifier/notifier.js +22 -13
- package/src/notifier/notifierComponent.vue +21 -21
- package/src/pluginHelper.js +39 -5
- package/src/search/resultItem.vue +10 -15
- package/src/search/resultsComponent.vue +30 -24
- package/src/search/search.js +48 -22
- package/src/search/searchComponent.vue +35 -10
- package/src/setup.js +9 -9
- package/src/state.js +28 -12
- package/src/styles/_typography.scss +0 -1
- package/src/styles/shades.scss +4 -2
- package/src/styles/utils/_border.scss +1 -1
- package/src/styles/utils/_display.scss +1 -1
- package/src/styles/variables.scss +39 -34
- package/src/styles/vcsFont.scss +6 -5
- package/src/styles/vcsGrid.scss +9 -0
- package/src/uiConfig.js +6 -4
- package/src/vcsUiApp.js +192 -91
- package/src/vuePlugins/i18n.js +5 -4
- package/src/vuePlugins/vuetify.js +4 -0
- package/start.js +8 -2
- package/dist/assets/cesium/Workers/PolygonPipeline-844aab0a.js +0 -1345
- package/dist/assets/cesium/Workers/Transforms-40229881.js +0 -14696
- package/dist/assets/index.8b833ead.js +0 -1
- package/dist/assets/ui.d760e4.css +0 -5
- package/map.config.json +0 -44
- package/plugins/@vcmap-show-case/config-editor/editor.vue +0 -66
- /package/dist/assets/cesium/Workers/{GeometryOffsetAttribute-04332ce7.js → GeometryOffsetAttribute-9ad0019c.js} +0 -0
- /package/dist/assets/{vue.db5102.js → vue.c1ece7.js} +0 -0
@@ -1,9 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="16"
|
7
|
+
height="16"
|
8
|
+
viewBox="0 0 16 16"
|
9
|
+
>
|
5
10
|
<g id="icon-pdf" transform="translate(0 0)">
|
6
|
-
<path
|
11
|
+
<path
|
12
|
+
id="Path_80"
|
13
|
+
data-name="Path 80"
|
14
|
+
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
|
+
fill="currentColor"
|
16
|
+
/>
|
7
17
|
<rect id="size" width="16" height="16" fill="none" />
|
8
18
|
</g>
|
9
19
|
</svg>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_streeview"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Pfad_701"
|
13
|
+
d="M1244.963,521.443a1.948,1.948,0,0,1-1.817-1.275,12.628,12.628,0,0,0-1.446-3.088,14.36,14.36,0,0,1-1.99,3.636,2.008,2.008,0,0,1-2.748.324l-.081-.064a1.86,1.86,0,0,1-.229-2.618,9.363,9.363,0,0,0,1.752-3.549,14.414,14.414,0,0,0,.375-3.263v-.055a2.068,2.068,0,0,0-.36,1.166,1.94,1.94,0,0,1-1.924,1.834h-.043l-.178-.006a1.87,1.87,0,0,1-1.274-.63,1.9,1.9,0,0,1-.485-1.383,5.826,5.826,0,0,1,3.389-5.1,5.737,5.737,0,0,1,5.751.5l.869.622a4.1,4.1,0,0,0,1.143.572l.942.3a1.889,1.889,0,0,1,.782,3.234,1.92,1.92,0,0,1-1.363.48,1.545,1.545,0,0,1-.573-.094l-1-.318a8.064,8.064,0,0,1-1.767-.805v.587a.114.114,0,0,0,.045.082,14.593,14.593,0,0,1,4.119,6.437,1.9,1.9,0,0,1-1.267,2.391,1.946,1.946,0,0,1-.587.089Zm-3.4-6.261a.889.889,0,0,1,.665.3,13.91,13.91,0,0,1,2.2,4.248.6.6,0,0,0,.559.361h0a.669.669,0,0,0,.206-.031.538.538,0,0,0,.382-.665,13.254,13.254,0,0,0-3.713-5.842,1.434,1.434,0,0,1-.523-1.1v-1.479a.872.872,0,0,1,.9-.878h0a.882.882,0,0,1,.507.166l.248.18a6.715,6.715,0,0,0,1.87.933l1,.319a.83.83,0,0,0,.242.032.549.549,0,0,0,.384-.137.54.54,0,0,0-.238-.927l-.994-.311a5.49,5.49,0,0,1-1.52-.76l-.867-.62a4.385,4.385,0,0,0-4.4-.377,4.474,4.474,0,0,0-2.609,3.931.575.575,0,0,0,.141.427.564.564,0,0,0,.39.186h.073a.61.61,0,0,0,.6-.535,3.407,3.407,0,0,1,1.725-2.923.894.894,0,0,1,1.19.282.849.849,0,0,1,.143.495v1.086a15.754,15.754,0,0,1-.413,3.583,10.767,10.767,0,0,1-2.02,4.085.511.511,0,0,0,.05.728.656.656,0,0,0,.911-.07,13.115,13.115,0,0,0,2.048-4.067A.918.918,0,0,1,1241.56,515.182Zm-2.089-4.33-.005,0Zm-.691-.409v0Zm2.139-4.26-.124,0a2.692,2.692,0,0,1-1.922-.764,2.691,2.691,0,0,1,1.907-4.652h.094a2.762,2.762,0,0,1,2.757,2.689l-.017.3A2.728,2.728,0,0,1,1240.919,506.182Zm-.108-1.352a1.356,1.356,0,0,0,1.46-1.2l.012-.2a1.371,1.371,0,0,0-1.441-1.313h-.031a1.4,1.4,0,0,0-1.437,1.372,1.387,1.387,0,0,0,.434.954A1.373,1.373,0,0,0,1240.811,504.83Z"
|
14
|
+
transform="translate(-1229.512 -498.763)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,7 +1,17 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
3
|
+
<svg
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="12"
|
6
|
+
height="22"
|
7
|
+
viewBox="0 0 12 22"
|
8
|
+
>
|
9
|
+
<path
|
10
|
+
id="Pfad_783"
|
11
|
+
data-name="Pfad 783"
|
12
|
+
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
|
+
transform="translate(-473 -617)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
5
16
|
</svg>
|
6
17
|
</template>
|
7
|
-
|
@@ -1,8 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
5
|
-
|
3
|
+
<svg
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="30"
|
6
|
+
height="30"
|
7
|
+
viewBox="0 0 30 30"
|
8
|
+
>
|
9
|
+
<path
|
10
|
+
id="Path_89"
|
11
|
+
data-name="Path 89"
|
12
|
+
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
|
+
transform="translate(-1 -1)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
16
|
+
<g
|
17
|
+
id="Ellipse_71"
|
18
|
+
data-name="Ellipse 71"
|
19
|
+
fill="none"
|
20
|
+
stroke="currentColor"
|
21
|
+
stroke-width="2"
|
22
|
+
>
|
6
23
|
<circle cx="15" cy="15" r="15" stroke="none" />
|
7
24
|
<circle cx="15" cy="15" r="14" fill="none" />
|
8
25
|
</g>
|
@@ -1,9 +1,20 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-plus"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Path_444"
|
13
|
+
data-name="Path 444"
|
14
|
+
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
|
+
transform="translate(-12 -12)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
6
18
|
<rect id="size" width="16" height="16" fill="none" />
|
7
19
|
</svg>
|
8
20
|
</template>
|
9
|
-
|
@@ -1,10 +1,24 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_poi"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="23.994"
|
9
|
+
viewBox="0 0 24 23.994"
|
10
|
+
>
|
5
11
|
<g id="Gruppe_1972" transform="translate(-571 -609.477)">
|
6
|
-
<path
|
7
|
-
|
12
|
+
<path
|
13
|
+
id="Pfad_773"
|
14
|
+
d="M583,611a8.009,8.009,0,0,0-8,8c0,5.314,6.952,13.32,7.248,13.658a1,1,0,0,0,1.5,0c.3-.338,7.248-8.344,7.248-13.658A8.009,8.009,0,0,0,583,611Zm0,19.444c-2.18-2.685-6-8.09-6-11.444a6,6,0,0,1,12,0C589,622.354,585.18,627.759,583,630.444Z"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Pfad_774"
|
19
|
+
d="M583,615a4,4,0,1,0,4,4A4,4,0,0,0,583,615Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,583,621Z"
|
20
|
+
fill="currentColor"
|
21
|
+
/>
|
8
22
|
</g>
|
9
23
|
</svg>
|
10
24
|
</template>
|
@@ -1,9 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_cursor_object"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<g id="mouse" transform="translate(-1606 -520.998)">
|
6
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Pfad_789"
|
14
|
+
d="M1619.475,543.619a1.385,1.385,0,0,1-1.241-.759l-1.893-4.015-2.257,1.351a1.31,1.31,0,0,1-1.359.015,1.378,1.378,0,0,1-.714-1.014l-.011-.147V523.383a1.392,1.392,0,0,1,.758-1.246,1.328,1.328,0,0,1,1.538.275l11.254,10.88a1.34,1.34,0,0,1,.232,1.6,1.414,1.414,0,0,1-1.006.823l-2.042.606,1.672,3.445a1.221,1.221,0,0,1-.112,1.45,1.281,1.281,0,0,1-.519.45C1619.81,543.63,1619.822,543.639,1619.475,543.619Zm-2.267-7.624,2.552,5.411c.681-.326,1.816-.886,2.6-1.276l-2.456-5.06,3.524-1.046-9.43-9.118v13.01Zm-4.14,2.479-.045.027Zm11.151-4.814a.826.826,0,0,0-.081.1Zm-11.345-9.843c.012.013.023.024.035.035Zm1.126-.453v0Z"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
7
17
|
</g>
|
8
18
|
</svg>
|
9
19
|
</template>
|
@@ -1,7 +1,13 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_point"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<g id="Group_269" data-name="Group 269" transform="translate(-63 -114.008)">
|
6
12
|
<g id="Group_62" data-name="Group 62">
|
7
13
|
<circle
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="14"
|
7
|
+
height="14"
|
8
|
+
viewBox="0 0 14 14"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_594"
|
12
|
+
data-name="Path 594"
|
13
|
+
d="M1316,630h-4a1,1,0,0,1-1-1v-4a1,1,0,0,1,2,0v3h3a1,1,0,0,1,0,2Zm9-5v-8a1,1,0,0,0-1-1h-8a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8A1,1,0,0,0,1325,625Zm-8-7h6v6h-6Z"
|
14
|
+
transform="translate(-1311 -616)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -4,11 +4,13 @@
|
|
4
4
|
<svg id="icon-loading" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
5
5
|
<path
|
6
6
|
d="M8.05,14.1c-3.31,0-6-2.69-6-6S4.73,2.1,8.05,2.1s6,2.69,6,6c0,.99-.24,1.93-.67,2.75"
|
7
|
-
style="
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
style="
|
8
|
+
fill: none;
|
9
|
+
stroke: currentColor;
|
10
|
+
stroke-linecap: round;
|
11
|
+
stroke-miterlimit: 10;
|
12
|
+
stroke-width: 2px;
|
13
|
+
"
|
12
14
|
>
|
13
15
|
<animateTransform
|
14
16
|
attributeName="transform"
|
@@ -19,6 +21,6 @@
|
|
19
21
|
repeatCount="indefinite"
|
20
22
|
/>
|
21
23
|
</path>
|
22
|
-
<rect id="spacer" width="16" height="16" style="fill: none
|
24
|
+
<rect id="spacer" width="16" height="16" style="fill: none" />
|
23
25
|
</svg>
|
24
26
|
</template>
|
@@ -1,13 +1,39 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_query"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<g id="Group_1701" transform="translate(-1450.014 -549.369)">
|
6
12
|
<g id="Group_1701-2" transform="translate(1451.015 549.369)">
|
7
|
-
<path
|
8
|
-
|
9
|
-
|
10
|
-
|
13
|
+
<path
|
14
|
+
id="Path_647"
|
15
|
+
d="M1469.565,557.941h-4.779l3.1,5.364h0l.5.863a.559.559,0,0,1,.076.28v7.891l2.413-2.413v-5.478a.557.557,0,0,1,.075-.28l3.594-6.226Z"
|
16
|
+
transform="translate(-1451.599 -548.338)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
19
|
+
<path
|
20
|
+
id="Path_648"
|
21
|
+
d="M1453.015,563.228l8.423,3.369V556.352l-8.423-3.37Z"
|
22
|
+
transform="translate(-1453.015 -548.935)"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
25
|
+
<path
|
26
|
+
id="Path_649"
|
27
|
+
d="M1463.722,557.7a.561.561,0,0,1,.485-.28h5.749v-4.435l-8.423,3.37V566.6l5.69-2.276-3.5-6.064A.557.557,0,0,1,1463.722,557.7Z"
|
28
|
+
transform="translate(-1451.99 -548.935)"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
31
|
+
<path
|
32
|
+
id="Path_650"
|
33
|
+
d="M1461.9,549.369l-8.034,3.215,8.034,3.214,8.034-3.214Z"
|
34
|
+
transform="translate(-1452.913 -549.369)"
|
35
|
+
fill="currentColor"
|
36
|
+
/>
|
11
37
|
</g>
|
12
38
|
</g>
|
13
39
|
</svg>
|
@@ -1,9 +1,29 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
5
|
-
|
3
|
+
<svg
|
4
|
+
id="icon_24_rectangle"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24.008"
|
8
|
+
viewBox="0 0 24 24.008"
|
9
|
+
>
|
10
|
+
<g
|
11
|
+
id="streamline-icon-vectors-anchor-square-1-alternate_24x24"
|
12
|
+
data-name="streamline-icon-vectors-anchor-square-1-alternate@24x24"
|
13
|
+
>
|
14
|
+
<path
|
15
|
+
id="Path_23"
|
16
|
+
data-name="Path 23"
|
17
|
+
d="M20.25,7.5h1.5a.25.25,0,0,1,.25.25v8.5a.25.25,0,0,1-.25.25h-1.5a.25.25,0,0,1-.25-.25V7.75A.25.25,0,0,1,20.25,7.5ZM7.75,2h8.5a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H7.75a.25.25,0,0,1-.25-.25V2.25A.25.25,0,0,1,7.75,2ZM2.25,7.5h1.5A.25.25,0,0,1,4,7.75v8.5a.25.25,0,0,1-.25.25H2.25A.25.25,0,0,1,2,16.25V7.75A.25.25,0,0,1,2.25,7.5ZM7.75,20h8.5a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H7.75a.25.25,0,0,1-.25-.25v-1.5A.25.25,0,0,1,7.75,20ZM21,0a3,3,0,1,1-3,3A3,3,0,0,1,21,0ZM3,0A3,3,0,1,1,0,3,3,3,0,0,1,3,0ZM21,18a3,3,0,1,1-3,3A3,3,0,0,1,21,18ZM3,18a3,3,0,1,1-3,3A3,3,0,0,1,3,18Z"
|
18
|
+
fill="currentColor"
|
19
|
+
/>
|
6
20
|
</g>
|
7
|
-
<rect
|
21
|
+
<rect
|
22
|
+
id="size"
|
23
|
+
width="24"
|
24
|
+
height="24"
|
25
|
+
transform="translate(0 0.008)"
|
26
|
+
fill="none"
|
27
|
+
/>
|
8
28
|
</svg>
|
9
29
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="13.98"
|
7
|
+
height="12"
|
8
|
+
viewBox="0 0 13.98 12"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_476"
|
12
|
+
data-name="Path 476"
|
13
|
+
d="M965.562,566.241h-2.989v1.5h2.978a3.042,3.042,0,0,1,.051,6.083h-6.926l1.636-1.637a.75.75,0,0,0-1.06-1.06l-2.917,2.917a.732.732,0,0,0-.161.241.737.737,0,0,0,0,.578.732.732,0,0,0,.161.241l2.917,2.916a.75.75,0,0,0,1.06-1.06l-1.636-1.636h6.949a4.542,4.542,0,0,0-.063-9.084Z"
|
14
|
+
transform="translate(-956.115 -566.241)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,6 +1,17 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
3
|
+
<svg
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="10.711"
|
6
|
+
height="9.137"
|
7
|
+
viewBox="0 0 10.711 9.137"
|
8
|
+
>
|
9
|
+
<path
|
10
|
+
id="Path_91"
|
11
|
+
data-name="Path 91"
|
12
|
+
d="M5.656,12.774l4.211,3.445a1,1,0,0,0,1.633-.774V14.9a.25.25,0,0,1,.389-.208L14.445,16.4A1,1,0,0,0,16,15.564V8.433A1,1,0,0,0,14.445,7.6L11.889,9.3a.25.25,0,0,1-.347-.069A.245.245,0,0,1,11.5,9.1V8.554A1,1,0,0,0,9.867,7.78L5.656,11.225a1,1,0,0,0-.141,1.407.94.94,0,0,0,.141.141Z"
|
13
|
+
transform="translate(-5.289 -7.432)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
5
16
|
</svg>
|
6
17
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-rotate-left"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="rotate-left"
|
13
|
+
d="M12.109-50.006a6.211,6.211,0,0,1,3.93,2.066,6.008,6.008,0,0,1,1.605,4.17,6.008,6.008,0,0,1-1.605,4.17,6.211,6.211,0,0,1-3.93,2.066V-39.12a4.672,4.672,0,0,0,2.823-1.605,4.53,4.53,0,0,0,1.125-3.044,4.53,4.53,0,0,0-1.125-3.044,4.672,4.672,0,0,0-2.823-1.605v3.063L8.53-48.862l3.579-3.579ZM7.459-38.788,8.6-39.932a4.476,4.476,0,0,0,1.956.812v1.587a6.2,6.2,0,0,1-3.1-1.255Zm-.775-4.207a5.024,5.024,0,0,0,.775,1.956L6.352-39.932A6.354,6.354,0,0,1,5.1-42.995Z"
|
14
|
+
transform="translate(-3.371 52.441)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-rotate-right"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="rotate-right"
|
13
|
+
d="M10.633-50.006A6.211,6.211,0,0,0,6.7-47.939,6.008,6.008,0,0,0,5.1-43.77,6.008,6.008,0,0,0,6.7-39.6a6.211,6.211,0,0,0,3.93,2.066V-39.12A4.672,4.672,0,0,1,7.81-40.725,4.53,4.53,0,0,1,6.684-43.77,4.53,4.53,0,0,1,7.81-46.814a4.672,4.672,0,0,1,2.823-1.605v3.063l3.579-3.506-3.579-3.579Zm4.65,11.218-1.144-1.144a4.476,4.476,0,0,1-1.956.812v1.587a6.2,6.2,0,0,0,3.1-1.255Zm.775-4.207a5.024,5.024,0,0,1-.775,1.956l1.107,1.107a6.354,6.354,0,0,0,1.255-3.063Z"
|
14
|
+
transform="translate(-3.371 52.441)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,16 +1,58 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-screenshot"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<g
|
12
|
+
id="Gruppe_1967"
|
13
|
+
data-name="Gruppe 1967"
|
14
|
+
transform="translate(-944 -580)"
|
15
|
+
>
|
16
|
+
<path
|
17
|
+
id="Pfad_765"
|
18
|
+
d="M951.625,592h-1.25a1,1,0,0,0,0,2h1.25a1,1,0,0,0,0-2Z"
|
19
|
+
fill="currentColor"
|
20
|
+
/>
|
21
|
+
<path
|
22
|
+
id="Pfad_766"
|
23
|
+
d="M947,592a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1h1a1,1,0,0,0,0-2Z"
|
24
|
+
fill="currentColor"
|
25
|
+
/>
|
26
|
+
<path
|
27
|
+
id="Pfad_767"
|
28
|
+
d="M946,589.625a1,1,0,0,0,1-1v-2.25a1,1,0,0,0-2,0v2.25A1,1,0,0,0,946,589.625Z"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
31
|
+
<path
|
32
|
+
id="Pfad_768"
|
33
|
+
d="M947,581h-1a1,1,0,0,0-1,1v1a1.581,1.581,0,1,0,2-2Z"
|
34
|
+
fill="currentColor"
|
35
|
+
/>
|
36
|
+
<path
|
37
|
+
id="Pfad_769"
|
38
|
+
d="M952.625,581h-2.25a1,1,0,0,0,0,2h2.25a1,1,0,0,0,0-2Z"
|
39
|
+
fill="currentColor"
|
40
|
+
/>
|
41
|
+
<path
|
42
|
+
id="Pfad_770"
|
43
|
+
d="M956,583a1,1,0,0,0,2,0v-1a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2Z"
|
44
|
+
fill="currentColor"
|
45
|
+
/>
|
46
|
+
<path
|
47
|
+
id="Pfad_771"
|
48
|
+
d="M957,585.375a1,1,0,0,0-1,1v1.25a1,1,0,0,0,2,0v-1.25A1,1,0,0,0,957,585.375Z"
|
49
|
+
fill="currentColor"
|
50
|
+
/>
|
51
|
+
<path
|
52
|
+
id="Pfad_772"
|
53
|
+
d="M959,592h-1v-1a1,1,0,0,0-2,0v1h-1a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Z"
|
54
|
+
fill="currentColor"
|
55
|
+
/>
|
14
56
|
</g>
|
15
57
|
</svg>
|
16
58
|
</template>
|
@@ -1,8 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="10"
|
7
|
+
height="10.001"
|
8
|
+
viewBox="0 0 10 10.001"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_482"
|
12
|
+
data-name="Path 482"
|
13
|
+
d="M9.726,8.575,7.795,6.639A4.26,4.26,0,1,0,6.619,7.818L8.55,9.753a.841.841,0,0,0,1.176,0,.823.823,0,0,0,.028-1.169A.025.025,0,0,0,9.726,8.575ZM4.253,1.247A3.021,3.021,0,1,1,1.238,4.268,3.018,3.018,0,0,1,4.253,1.247Z"
|
14
|
+
transform="translate(0.016 0.008)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
8
|
-
|
@@ -1,9 +1,20 @@
|
|
1
|
-
|
2
1
|
<!-- eslint-disable max-len -->
|
3
2
|
|
4
3
|
<template>
|
5
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-24-shadow"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
6
11
|
<rect id="size" width="24" height="24" fill="none" />
|
7
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Path_643"
|
14
|
+
data-name="Path 643"
|
15
|
+
d="M965.07,581.52a11,11,0,0,0,0,22,7.741,7.741,0,0,0,.84-.04,10.409,10.409,0,0,0,2.39-.44,10.739,10.739,0,0,0,2.96-1.43c.31-.21.61-.43.9-.67a13.407,13.407,0,0,0,1.4-1.42c.24-.29.46-.59.67-.9a12.025,12.025,0,0,0,.99-1.84,11.318,11.318,0,0,0,.4-1.16,10.589,10.589,0,0,0,.43-2.4c.01-.23.02-.47.02-.7A11,11,0,0,0,965.07,581.52Zm8.58,13.69-5.88-5.88a1,1,0,0,0-1.41,0,1.008,1.008,0,0,0,0,1.42l6.41,6.41a6.667,6.667,0,0,1-.64.93l-6.56-6.56a1,1,0,0,0-1.41,0,1.008,1.008,0,0,0,0,1.42l6.57,6.56a7.284,7.284,0,0,1-.92.65l-6.43-6.43a1.008,1.008,0,0,0-1.42,0,1,1,0,0,0,0,1.41l5.92,5.92a7.276,7.276,0,0,1-1.24.32l-5.46-5.46a1,1,0,0,0-1.41,0,1.008,1.008,0,0,0,0,1.42l4.1,4.1a9,9,0,1,1,10.1-10.3l-4-4a1.008,1.008,0,0,0-1.42,0,1,1,0,0,0,0,1.41l5.41,5.41A7.375,7.375,0,0,1,973.65,595.21Z"
|
16
|
+
transform="translate(-953.07 -580.52)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
8
19
|
</svg>
|
9
20
|
</template>
|
@@ -1,7 +1,12 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="22"
|
7
|
+
height="22"
|
8
|
+
viewBox="0 0 22 22"
|
9
|
+
>
|
5
10
|
<g id="Group_1049" data-name="Group 1049" transform="translate(-465 -26)">
|
6
11
|
<rect
|
7
12
|
id="Rectangle_747"
|
@@ -12,7 +17,13 @@
|
|
12
17
|
transform="translate(477.75 32.875)"
|
13
18
|
fill="currentColor"
|
14
19
|
/>
|
15
|
-
<path
|
20
|
+
<path
|
21
|
+
id="Polygon_8"
|
22
|
+
data-name="Polygon 8"
|
23
|
+
d="M4.812,0,9.625,8.25H0Z"
|
24
|
+
transform="translate(466.375 26)"
|
25
|
+
fill="currentColor"
|
26
|
+
/>
|
16
27
|
<circle
|
17
28
|
id="Ellipse_88"
|
18
29
|
data-name="Ellipse 88"
|
@@ -25,4 +36,3 @@
|
|
25
36
|
</g>
|
26
37
|
</svg>
|
27
38
|
</template>
|
28
|
-
|
@@ -1,10 +1,23 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
3
|
+
<svg
|
4
|
+
id="icon_24_share"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
4
10
|
<g id="Gruppe_1962" transform="translate(-694 -537.56)">
|
5
|
-
<path
|
6
|
-
|
11
|
+
<path
|
12
|
+
id="Pfad_745"
|
13
|
+
d="M712,547h-3v2h2v9H701v-9h2v-2h-3a1,1,0,0,0-1,1v11a1,1,0,0,0,1,1h12a1,1,0,0,0,1-1V548A1,1,0,0,0,712,547Z"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
16
|
+
<path
|
17
|
+
id="Pfad_746"
|
18
|
+
d="M702,545.021a1,1,0,0,0,.707-.292L705,542.435V550a1,1,0,0,0,2,0v-7.37l2.293,2.293a1,1,0,1,0,1.414-1.414l-3.9-3.9a1.146,1.146,0,0,0-.118-.078.9.9,0,0,0-.078-.116,1,1,0,0,0-1.414,0l-3.9,3.9a1,1,0,0,0,.707,1.707Z"
|
19
|
+
fill="currentColor"
|
20
|
+
/>
|
7
21
|
</g>
|
8
22
|
</svg>
|
9
23
|
</template>
|
10
|
-
|
@@ -1,15 +1,19 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
3
|
-
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="8"
|
5
|
+
height="8"
|
6
|
+
viewBox="0 0 8 8"
|
7
|
+
>
|
8
|
+
<g
|
9
|
+
id="Rectangle_751"
|
10
|
+
data-name="Rectangle 751"
|
11
|
+
fill="currentColor"
|
12
|
+
stroke="currentColor"
|
13
|
+
stroke-width="1"
|
14
|
+
>
|
4
15
|
<rect width="8" height="8" rx="4" stroke="none" />
|
5
|
-
<rect
|
6
|
-
x="0.5"
|
7
|
-
y="0.5"
|
8
|
-
width="7"
|
9
|
-
height="7"
|
10
|
-
rx="3.5"
|
11
|
-
fill="none"
|
12
|
-
/>
|
16
|
+
<rect x="0.5" y="0.5" width="7" height="7" rx="3.5" fill="none" />
|
13
17
|
</g>
|
14
18
|
</svg>
|
15
19
|
</template>
|